Generative Fast Fourier Transforms (GFFT)  0.3
MF::Sin< B, A, T > Class Template Reference

Sine function. More...

#include <pseudometafunc.h>

Detailed Description

template<unsigned B, unsigned A, typename T = double>
class MF::Sin< B, A, T >

Compile-time calculation of $ \sin(\frac{A\pi}{B})$ function. The function is computed as convergent series. Number of used series entries is dependent on necessary accuracy. Therefore, this template class is specialized for float, double and long double types.

See Also
SinCosSeries

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

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