Banjo API
0.0.1
Multi-purpose C99 API
Loading...
Searching...
No Matches
math.h
Go to the documentation of this file.
1
#pragma once
2
3
#define _USE_MATH_DEFINES
4
#include <
math.h
>
5
6
#define BJ_PI (3.14159265358979323846)
7
8
#define bj_acosf acosf
9
#define bj_cosf cosf
10
#define bj_expf expf
11
#define bj_fabs fabs
12
#define bj_fabsf fabsf
13
#define bj_floor floor
14
#define bj_floorf floorf
15
#define bj_fmaxf fmaxf
16
#define bj_fminf fminf
17
#define bj_fmod fmod
18
#define bj_powf powf
19
#define bj_round round
20
#define bj_sin sin
21
#define bj_sinf sinf
22
#define bj_sqrtf sqrtf
23
#define bj_tanf tanf
24
25
26
27
math.h
Linear math library.
math.h
Generated on Mon Jul 7 2025 20:43:18 for Banjo API by
1.13.2