Login  Register

Re: Calculator precedence

Posted by dxli on Dec 17, 2023; 5:05am
URL: https://forum.librecad.org/Calculator-precedence-tp5724009p5724018.html

you can also use the command "cal" in the command line.

Just type to enter "cal", and the command line will be in the calculator mode, so you can type in to calculate:

1+sin(1)

and the output would be:
1+sin(1) = 1.84147098481

type in the command "cal" to quit the calculator mode.

Rahooty wrote
Is there a way to do something like this:

(25+8)/2
?