mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
Userland: Move non-standard math constants from math.h
This commit is contained in:
parent
9aa44fa36c
commit
7d84f09e7e
5 changed files with 14 additions and 4 deletions
|
@ -57,10 +57,6 @@ __BEGIN_DECLS
|
|||
#define M_SQRT2f32 1.41421356237309504880f
|
||||
#define M_SQRT1_2f32 0.70710678118654752440f
|
||||
|
||||
#define M_TAU 6.28318530717958647692
|
||||
#define M_DEG2RAD 0.01745329251994329576
|
||||
#define M_RAD2DEG 57.2957795130823208767
|
||||
|
||||
#define FP_NAN 0
|
||||
#define FP_INFINITE 1
|
||||
#define FP_ZERO 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue