Contents - Index


Functions



 Following functions are available:

A
ACOS(x)   Calculate angle whose cosine value is equal x
ACTAN(x)   Calculate angle whose cotangent value is equal x
ALOG(x)   Calculate value of 10 raised to x
ARG(x)   Calculate arg of x
ARGCH(x)   Calculate arg cosine x
ARGSH(x)   Calculate argsine x
ARGTH(x)   Calculate arg tangent x
ASIN(x)   Calculate angle whose sine value is equal x
ATAN(x)   Calculate angle whose tangent value is equal x
AVG(x1,...,xn)  Arithmetic mean (average) of x1, ..., xn

B
BIN(x)   Convert x to binary format

C
CONJ(x)   Calculate conjunction of x
CONVERT(x,y)    Convert value of x into unit of measure y
COS(x)   Calculate cosine of x
COSH(x)   Calculate hyperbolic cosine of x
CROSS(v1,v2)  Calculate cross product of vectors v1 and v2
CSEC(x)   Calculate cosecant of x
CSECH(x)   Calculate hyperbolic cosecant of x
CTAN(x)   Calculate cotangent of x
CTANH(x)   Calculate hyperbolic cotangent of x

D
DEC(x)   Convert x to decimal format
DEG2RAD(x)   Convert degree value of angle to radians
DIV(x1,x2)   Integer division of values x1 and x2
DOT(v1,v2)   Calculate dot product of vectors v1 and v2

E
EXP(x)   Calculate exponential of x ( e ^ x )

H
HEX(x)   Convert x to hexadecimal format

I
IM(x)    Give imagine part of complex number
INV(x)   Inversion of x

L
LN(x)    Calculate natural logarithm of x
LOG(x)   Calculate decimal logarithm of x

M
MAX(x1,...,xn)  Return maximum value of x1, ... , xn
MIN(x1,...,xn)  Return minimum value of x1, ... , xn
MOD(x1,x2)   Integer modulo of values x1 and x2

N
NORM(x)  

O
OCT(x)   Convert x to octal format

P

R
RAD2DEG(x)   Convert value of angle from radians to degree
RE(x)    Return real part of x

S
SEC(x)   Calculate secant of x
SECH(x)   Calculate hyperbolic secant of x
SIN(x)   Calculate sine of x
SINH(x)   Calculate hyperbolic sine of x
SQRT(x)   Calculate square root of x
SUM(x1,...,xn)  Calculate sum of x1, ..., xn

T
TAN(x)   Calculate tangent of x
TANH(x)   Calculate hyperbolic tangent of x

X
XROOT(x;y)   Calculate x raised to (1/y)

 To list all available functions in your calculator press [CAT] key.


Help Contents