Generative Fast Fourier Transforms (GFFT)  0.3
Public Types | Static Public Attributes | List of all members
Abs< SInt< N > > Struct Template Reference

Absolute value of an integer. More...

#include <sbigint.h>

Public Types

typedef SInt< AN > Result
 

Static Public Attributes

static const int_t AN = (N>0) ? N : -N
 

Detailed Description

template<int_t N>
struct Abs< SInt< N > >

Parameters
Nan integer
Returns
container class representing absolute value of N.

The documentation for this struct was generated from the following file:

Generated on Mon Feb 10 2014 for Generative Fast Fourier Transforms (GFFT) by DoxyGen 1.8.3.1