mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibM: Add NAN macro
This commit is contained in:
parent
d315281d56
commit
8a94813007
Notes:
sideshowbarker
2024-07-19 05:50:39 +09:00
Author: https://github.com/linusg
Commit: 8a94813007
Pull-request: https://github.com/SerenityOS/serenity/pull/2496
3 changed files with 5 additions and 3 deletions
|
@ -31,6 +31,7 @@
|
|||
__BEGIN_DECLS
|
||||
|
||||
#define HUGE_VAL 1e10000
|
||||
#define NAN __builtin_nan("")
|
||||
#define M_E 2.718281828459045
|
||||
#define M_PI 3.141592653589793
|
||||
#define M_PI_2 (M_PI / 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue