Mathematical Functions

ABS

EXP

LOG

LN

ROUND

SQRT

Trigonometry Functions

By default, each of the trigonometry functions takes and returns radians. If you want values in degrees, use the RAD2DEG function described below.

ACOS

ASIN

ATAN

COS

DEG2RAD

RAD2DEG

SIN

TAN

Functions where the input is out of range (like ACOS, ASIN, LOG, LN, SQRT and so on, that would cause the computer to crash) return 0.