9 lines
360 B
Modula-2
Raw Normal View History

2024-01-31 22:13:20 -05:00
static-property Random _random = 0x17a87c;
static-method float random() = 0x777a4;
static-method float sin(float x) = 0x7775c;
static-method float cos(float x) = 0x77728;
2024-02-07 21:15:48 -05:00
static-method float abs(float x) = 0x7781c;
static-method float min(float a, float b) = 0x7782c;
2024-08-24 00:30:06 -04:00
static-method float invSqrt(float a) = 0x776d4;
static-method int floor(float x) = 0x7770c;