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

#define SINE_TABLE_SIZE   256

Definition at line 17 of file fmath.h.

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: