#`math.sin()` on a `i32`?

1 messages · Page 1 of 1 (latest)

sick slate
#

sin returns a number between 0 and 1. Not sure what you want to do but integers cannot represent that at all

abstract orbit
#

maybe he meant fixed point mapping -2^31,2^31-1 to -1,1

neon cloak
#

I dont see how that would be useful in any math

abstract orbit
#

perhaps in fixed-point math?