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
I’m not sure if PI is exposed in the API,† but you can get one from e.g. Decimal.atan(1).times(4). Once you have a representation of π you can convert to/from degrees by multiplying/dividing by π/180
I need degrees for what I am doing, and radians won't work. Converting from radians to degrees with high accuracy doesn't seem to possible.
The text was updated successfully, but these errors were encountered: