AVZ Calculator Help

The functions you can use:

Function What it Does
pi Returns pi.
abs(x) Returns the absolute value of the variable x.
max(x,y) Returns the larger of the two variables x and y.
min(x,y) Returns the smaller of the two variables x and y.
pow(x,y) Returns the value of xy.
sqrt(x) Returns the square root of the variable x.
round(x) Returns the variable x rounded to the nearest integer.
random() Returns a random number between 0 and 1.
cos(x) Returns the cosine of x.
sin(x) Returns the sine of x.
cos(x) Returns the cosine of a number.
tan(x) Returns the tangent of the variable x.
asin(x) Returns the arcsine of a number.
acos(x) Returns the arccosine of a number.
atan(x) Returns the arctangent of x as a numeric value between -PI/2 and PI/2 radians.
atan2(y,x) Returns the angle theta of an (x,y) point as a numeric value between -PI and PI radians.
ceil(x) Returns the value of a number rounded upwards to the nearest integer.
floor(x) Returns the value of a number rounded downwards to the nearest integer.
exp(x) Returns the value of EX.
log(x) Returns the natural logarithm (base E) of x.
toSource() Represents the source code of an object.
valueOf() Returns the primitive value of a Math object.
And so on. The functions are the same as in JavaScript but the "Math." part has been stripped off to make things easier.
Key commands:
Enter Calculate.
Esc Close Avz Calculator.
Also you can use these textual commands:
exit Close Avz Calculator.
clear Clear calculator history and display.