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

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Macros | |
| #define | SINE_TABLE_SIZE 256 |
Functions | |
| void | initTrigLookup () |
| float | lookup (int val) |
| float | fSin (float val) |
| float | fCos (float val) |
| float | fTan (float val) |
Macro Definition Documentation
Function Documentation
| float fCos | ( | float | val | ) |
| float fSin | ( | float | val | ) |
| float fTan | ( | float | val | ) |







1.8.7