Closed JeremyGrosser closed 10 months ago
fsin, fcos, ftan, etc... only accept arguments in the range -128.0 .. 128.0, we need to write wrappers that either do an entirely soft math operation or scale the argument to fit the range and accept the loss of precision.
-128.0 .. 128.0
See #32
fsin, fcos, ftan, etc... only accept arguments in the range
-128.0 .. 128.0
, we need to write wrappers that either do an entirely soft math operation or scale the argument to fit the range and accept the loss of precision.