Banjo API 0.0.1
Multi-purpose C99 API
Loading...
Searching...
No Matches
math.h File Reference

Linear math library.

#include <math.h>
Include dependency graph for math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _USE_MATH_DEFINES
 
#define BJ_PI   (3.14159265358979323846)
 
#define bj_acosf   acosf
 
#define bj_cosf   cosf
 
#define bj_expf   expf
 
#define bj_fabs   fabs
 
#define bj_fabsf   fabsf
 
#define bj_floor   floor
 
#define bj_floorf   floorf
 
#define bj_fmaxf   fmaxf
 
#define bj_fminf   fminf
 
#define bj_fmod   fmod
 
#define bj_powf   powf
 
#define bj_round   round
 
#define bj_sin   sin
 
#define bj_sinf   sinf
 
#define bj_sqrtf   sqrtf
 
#define bj_tanf   tanf