Re: Calculator precedence
Posted by perepujal on Dec 17, 2023; 9:43am
URL: https://forum.librecad.org/Calculator-precedence-tp5724009p5724020.html
Nice :)
I see it defaults its input in radians, is there a way to set degrees as default units?
Now if one wants to work with degrees must tell it in the command line:
sin(30d) and the output is
sin(30*pi/180) = 0.5
Thanks
Pere