![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#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 |
| #define LIB_MATH_MODULE |
Definition at line 67 of file lib_math.c.
| 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.
Definition at line 273 of file lib_math.c.
| void Math_RandSetSeed | ( | RAND_NBR | seed | ) |
Definition at line 174 of file lib_math.c.
| RAND_NBR Math_RandSeedCur |
Definition at line 106 of file lib_math.c.