#include "fmath.h"
Include dependency graph for fmath.c:

Go to the source code of this file.
Functions | |
| void | initTrigLookup () |
| float | lookup (int val) |
| float | fSin (float val) |
| float | fCos (float val) |
| float | fTan (float val) |
Variables | |
| float | sineTable [SINE_TABLE_SIZE] |
Function Documentation
| float fCos | ( | float | val | ) |
| float fSin | ( | float | val | ) |
| float fTan | ( | float | val | ) |
| float lookup | ( | int | val | ) |
Variable Documentation
| float sineTable[SINE_TABLE_SIZE] |







1.8.7