Project

General

Profile

Statistics
| Revision:

root / proj / fast_math.h @ 168

History | View | Annotate | Download (140 Bytes)

1 168 up20180642
#ifndef FAST_MATH_H_INCLUDED
2
#define FAST_MATH_H_INCLUDED
3
4
double fm_sin(double x);
5
double fm_cos(double x);
6
7
#endif //FAST_MATH_H_INCLUDED