Approximation for pow, log and exp functions to avoid using stdlib. More...
#include <stdint.h>
Macros | |
#define | cast_uint32_t (uint32_t) |
Approximation for pow, log and exp functions to avoid using stdlib.
Inline functions to calculate pow, log and exp.
These are approximations but are good enough for lookup tables etc.
#define cast_uint32_t (uint32_t) |