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
We use fend in math class often, but now we're having issues with it preferring radians over degrees, is it possible that there could be a way to configure this, either:
A keyword for an individual sum that will make fend prefer degrees over radians, like degree sin^-1 (1.9/2.4)
A config option to make fend prefer degrees globally.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! Making this behaviour configurable would definitely be good I think.
You might know this already and it’s probably not super helpful anyway, but in addition to the standard sin^-1 (1.9/2.4) to degree you could also define a function like this as a workaround:
> f = x: x to degree
\x.(x as degree)
> f (sin^-1 (1.9/2.4))
approx. 52.3415379937 degrees
We use fend in math class often, but now we're having issues with it preferring radians over degrees, is it possible that there could be a way to configure this, either:
degree sin^-1 (1.9/2.4)
The text was updated successfully, but these errors were encountered: