mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 22:07:49 +00:00
Fixed-point functions can take specific precision (#1086)
This commit is contained in:
10
test/asm/fixed-point-specific.out
Normal file
10
test/asm/fixed-point-specific.out
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user