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
Math.sin(pi) should return 0, and this is correct in base C++ standard math, but in hxcpp sin(pi) returns a really low number instead (~1.22e-14)
Would be nice to use standard pi for the pi definition so that stuff like this isn't an issue
The text was updated successfully, but these errors were encountered:
Math.sin(pi) should return 0, and this is correct in base C++ standard math, but in hxcpp sin(pi) returns a really low number instead (~1.22e-14)
Would be nice to use standard pi for the pi definition so that stuff like this isn't an issue
The text was updated successfully, but these errors were encountered: