[Back to Contents]

Formula Functions


Sin
Cos
Tan
ASin
ACos
ATan
Abs
Int
Rnd
Sign
Sqrt
Pwr
Max
Min

Sin
SinVar]
Returns the Sine of Var.

 

Cos
CosVar]
Returns the Cosine of Var.

 

Tan
TanVar]
Returns the Tangent of Var.

 

ASin
ASinVar]
Returns the Arcsine of Var.

 

ACos
ACosVar]
Returns the Arcosine of Var.

 

ATan
ATanVar]
Returns the Arctanget of Var.

 

Abs
AbsVar]
Returns the Absolute value of Var.

 

Int
IntVar]
Returns the Integer value of Var.

 

Rnd
RndVar]
Returns a Random value between 0 and the value of Var.

 

Sign
SignVar]
Returns the Sign value of Var as -1 or 1.

 

Sqrt
SqrtVar]
Returns the Square Root of Var.

 

Pwr
PwrVar1 , Var2]
Returns the value of Var1 raised to the Power of Var2.

 

Max
MaxVar1 , Var2]
Returns the value of either Var1 or Var2, whichever is Higher in value.

 

Min
MinVar1 , Var2]
Returns the value of either Var1 or Var2, whichever is Lower in value.