mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
mul: 42.0000 == 42.0000
|
|
div: 12.5000 == 12.5000
|
|
pow: 982.5938 == 982.5943
|
|
sin: 1.0000 == 1.0000
|
|
cos: 0.0000 == 0.0000
|
|
asin: 0.2500 == 0.2500
|
|
acos: 0.2500 == 0.2500
|
|
round: 2.0000 == 2.0000
|
|
ceil: 124.0000 == 124.0000
|
|
floor: 567.0000 == 567.0000
|