mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update lmathlib.cpp
This commit is contained in:
parent
721f6e10fb
commit
5920ebab1d
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
#define PI (3.14159265358979323846)
|
||||
#define RADIANS_PER_DEGREE (PI / 180.0)
|
||||
|
||||
#undef TAU
|
||||
#define TAU (6.28318530718)
|
||||
|
||||
#define PCG32_INC 105
|
||||
|
||||
static uint32_t pcg32_random(uint64_t* state)
|
||||
|
|
Loading…
Add table
Reference in a new issue