Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

add

+

subtract

-

multiply

*

divide

/

power

^

FUNCTIONS

function

description

example

sum

sum of values

sum(A,B,...)

abs

absolute value

abs(A)

pow

power function

pow(A,2)

sqrt

square root

sqrt(B)

min

minimum of list

min(A,B,C)

max

maximum of list

max(A,B,C)

average

average of list

average(A,B,C)

exp

exponential (e^x)

exp(A)

ln

natural logarithm

ln(A)

log

logarithm base 10

log(A)

atanh

inverse hyperbolic tangent

atanh(A)

acosh

inverse hyperbolic cosine

acosh(A)

asinh

inverse hyperbolic sine

asinh(A)

tanh

cosh

sinh

atan

acos

asin

tan

cos

sin