Expression Output Submit an For example: |
Specifications
Functions are ABS(), INT(), SQR(), SIN() COS(), TAN(), ATN(), LOG(), EXP(), SGN(), ROUND(), PRIME(), FACTORIAL(), RND, and PI.
Operator precedence is NOT(), ^, MOD, *, /, +, -, <, >, <=, >=, =, <>, XOR, AND, and OR.
Negation of variables requires
v * -1 and not -v.