diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-09-16 09:01:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-16 09:01:55 -0600 |
| commit | 60ac50c9628d25968bfe367e1b4b6f030078be64 (patch) | |
| tree | e03a0d825cfe443adcf076cb643c20692151f431 /include/libc | |
| parent | 7adfdaa9abb18d76ae80f26bff58c2c4dc4f3f29 (diff) | |
| parent | 8fb42e50d70356300050048b57def3123e6d4552 (diff) | |
Merge branch 'main' into Caladius-patch-1Caladius-patch-1
Diffstat (limited to 'include/libc')
| -rw-r--r-- | include/libc/math.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libc/math.h b/include/libc/math.h index 8cea459bf..1f2e97736 100644 --- a/include/libc/math.h +++ b/include/libc/math.h @@ -1,7 +1,9 @@ #ifndef MATH_H #define MATH_H +#ifndef M_PI #define M_PI 3.14159265358979323846 +#endif float sinf(float); double sin(double); |
