Links
Comment on page

Mathematical

An overview of mathematical functions to perform tasks on numbers

abs

To return the absolute value of a number

acos

To calculate the arccosine

asin

To calculate the arcsine

atan

To calculate the arctangent

atan2

To calculate the arctangent of the quotient of x/y

avg

To return the average of a number array

ceil

To round up a given number to the nearest integer

cos

To calculate the cosine

degrees

To convert an angle from radians to degrees

even

To return Yes (true) if the number is even

exp

To calculate the natural exponential function

floor

To round down a given number to the nearest integer

format

To format a given value

ln

To calculate the natural logarithm

log

To calculate the logarithm

max

To return the highest or latest value of an array

min

To return the lowest or earliest value of an array

odd

To return Yes (true) if the number is odd

pow

To calculate the power of a number

radians

To convert an angle from degrees to radians

random

To return a random number

round

To round a given number

sign

To return the signum of a number

sin

To calculate the sine

sqr

To calculate the square

sqrt

To calculate the square root

sum

To return the total sum of a number array

tan

To calculate the tangent