LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lib_math.c File Reference
#include <lib_math.h>

Go to the source code of this file.

Macros

#define LIB_MATH_MODULE
 

Functions

void Math_Init (void)
 
void Math_RandSetSeed (RAND_NBR seed)
 
RAND_NBR Math_Rand (void)
 
RAND_NBR Math_RandSeed (RAND_NBR seed)
 

Variables

RAND_NBR Math_RandSeedCur
 

Macro Definition Documentation

#define LIB_MATH_MODULE

Definition at line 67 of file lib_math.c.

Function Documentation

void Math_Init ( void  )

Definition at line 145 of file lib_math.c.

RAND_NBR Math_Rand ( void  )

Definition at line 215 of file lib_math.c.

RAND_NBR Math_RandSeed ( RAND_NBR  seed)

Definition at line 273 of file lib_math.c.

void Math_RandSetSeed ( RAND_NBR  seed)

Definition at line 174 of file lib_math.c.

Variable Documentation

RAND_NBR Math_RandSeedCur

Definition at line 106 of file lib_math.c.