/
Math_Init()
Math_Init()
Initializes the mathematics library.
Files
lib_math.h/lib_math.c
Prototype
void Math_Init (void);
Arguments
None.
Returned Value
None.
Required Configuration
None.
Notes / Warnings
Math_Init()
must be called prior to calling any other mathematics library functions.
Related content
Mem_Init()
Mem_Init()
More like this
CPU_Init
CPU_Init
More like this
Auth_Init
Auth_Init
More like this
MB_Init()
MB_Init()
More like this
FS_Init()
FS_Init()
More like this
USBD_HID_Init
USBD_HID_Init
More like this