Calculator Prompter Help  
Home page > Help > Functions Support

 

Help Menu

Description

Requerements

Toggle

Rounding

Change Format

Change Font

How to clear

Constants

Functions

Operators

Support

How to uninstall

 

 

 

 

Functions

 

Calculator Prompter support next functions:

 

sin(x) - sine

sinh(x) - hyperbolic sine

asin(x) - arcsine

 

cos(x) - cosine

cosh(x) - hyperbolic cosine

acos(x) - arccosine

 

tan(x) - tangent

tanh(x) - hyperbolic tangent

atan(x) - arctangent

 

ceil(x) - rounds x, up toward positive infinity (Example: ceil(1.2) = 2)

floor(x) - rounds x, toward negative infinity (Example: floor(1.2) = 1)

abs(x) - absolute value (norm) of x.

log(x) - logarithm x;

 

Note:

Functions support expressions in the brackets.

Examples:

abs(12-23+sin(x));

tan(sin(cos(23)));

ceil(34/12 + 78#3-45%34);

 

 

(c) 2008 Softaddress