fmath.c File Reference
#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)

Definition at line 49 of file fmath.c.

Here is the call graph for this function:

Here is the caller graph for this function:

float fSin ( float  val)

Definition at line 27 of file fmath.c.

Here is the call graph for this function:

Here is the caller graph for this function:

float fTan ( float  val)

Definition at line 53 of file fmath.c.

Here is the call graph for this function:

void initTrigLookup ( )

Definition at line 11 of file fmath.c.

float lookup ( int  val)

Definition at line 18 of file fmath.c.

Here is the caller graph for this function:

Variable Documentation

float sineTable[SINE_TABLE_SIZE]

Definition at line 9 of file fmath.c.