Calculator Prompter Help  
Home page > Help > Operators Support

 

Help Menu

Description

Requerements

Toggle

Rounding

Change Format

Change Font

How to clear

Constants

Functions

Operators

Support

How to uninstall

 

 

 

 

Operators

 

Calculator support next operators:

+ - addition;

- - subtraction;

* - multiplication;

/ - division;

^ - power;

# - root;

% - percent;

 

Operators priority: 1) #, ^, %; 2)/ , *; 3) + , -;

# - root;

X#2 - square root;

25#2=5;

625#2=25;

 

^ - power;

X^2 - square power;

2^2=4;

4^4=256;

(A^B)#B=A;

% - percent;

X%2 = (x/100)*2;

100%5 = 5;

10%10=1;

 

 

(c) 2010 Softaddress