You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A note on BrFixedASin() - due to br_fixed_luf being unsigned, negative value cannot be represented, and as such this function differs from regular asin() when x < 0. The math still works, e.g. sin(6.16) ~= -0.12, but this is just something to be aware of:
Some of these were removed a long time ago because reasons, and some were rewritten to use floats.
Add any missing, and de-float them.
BrFixedAbs
- b93f531BrFixedMul
BrFixedMac2
- 8570937BrFixedMac3
- 8570937BrFixedMac4
- 8570937BrFixedSqr
BrFixedSqr2
BrFixedSqr3
BrFixedSqr4
BrFixedLength2
- f5703afBrFixedLength3
- f5703afBrFixedLength4
- f5703afBrFixedRLength2
- 73cc6caBrFixedRLength3
- 73cc6caBrFixedRLength4
- 73cc6caBrFixedDiv
- 45d37e4BrFixedDivF
BrFixedDivR
_FixedDivP
BrFixedMulDiv
BrFixedMac2Div
BrFixedMac3Div
BrFixedMac4Div
BrFixedRcp
- 121d844BrFixedFMac2
- bc4cbeaBrFixedFMac3
- bc4cbeaBrFixedFMac4
- bc4cbeaBrFixedSin
- 4a6e247BrFixedCos
- 4a6e247BrFixedASin
- 6e71924BrFixedACos
- faf0959BrFixedATan2
- 32de580BrFixedATan2Fast
BrFixedSqrt
BrFixedPow
The text was updated successfully, but these errors were encountered: