Inf and NaN support added to GDScript.
This commit is contained in:
parent
0f8c6dd382
commit
5e938f0001
11 changed files with 53 additions and 4 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#define Math_PI 3.14159265358979323846
|
||||
#define Math_SQRT12 0.7071067811865475244008443621048490
|
||||
#define Math_LN2 0.693147180559945309417
|
||||
#define Math_INF INFINITY
|
||||
#define Math_NAN NAN
|
||||
|
||||
class Math {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue