Previous Next Home / Soft- & Freeware / RPNcalculator / Commands

Commands

Arithmetical commands

Arithmetical commands can be input immediately behind a typed value. No separation by 'Enter' is necessary. An arithmetical command is processed as soon as it is typed without waiting for 'Enter'. This allows to add the values of 5 and 6 by: Type 5, 'Enter' and type 6+. Arithmetical commands must not be contained in variable names.

Command Calculate
Exponentiate yx
!Factorial of x
%x percent of y
/Divide y/x
*Multiplicate y*x
-Subtract y-x
+Add y+x.

Keyboard commands

Keyboard commands are strings in the input field to be processed by 'Enter'. Keyboard commands must not be used as variable name.

Command Calculate
deg, rad Adjust anglemode
sin, cos, tan Trigonometric functions
asin, acos, atanInverse trigonometric functions
log, ln Logarithm with base 10 or e=2,718...
pi Circle-number π=3,1415...
ex Inverse function for the natural logarithm: ex
div Reciprocal 1/x
cs Change sign: +/-
x2 Square: x2
yx Exponentiate yx
r2 Square root of x
rx x-th root of y:   y1/x
clear Delete the stack and the input field
var Open a variable listing in a popup window
up, down Scroll the stack up or down
drop Drop the stack one level
popup Open a new instance or RPNcalculator in a popup window
=VarName Save the 1.st stack in the userdefined variable 'VarName'
#VarName Delete the userdefined variable 'VarName'
## Delete all userdefined variables