| Expression
Display operations
Hex evaluation
Output
Submit an expression to begin.
|
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.
The # symbol inserts the last evaluation in an expression.
Denote a hexidecimal value with the &H prefix.
Bitwise operations are not supported.
Examples
2*20/2+(3+4)*3^2-6+15
Variables A=2, B=3, C=-2
(-B+SQR(B^2-4*A*C))/(2*A)
(-B-SQR(B^2-4*A*C))/(2*A)
|