User guide
Custom Desktop Issuance 6.0 - User Guide
Name: CDI_0.docx September 2012
Page 11 / 78
3.2.2- Available functions for calculated fields
The available functions for calculated fields are the following:
PI(): Mathematical Pi constant (3.14159)
E(): Mathematical e constant (2.71828)
Sin(x): Trigonometric sine function for angle x
Random(x): Random function returns an integer between 0 and x
Trunc(x): Truncate function returns the biggest integer lower or equal to decimal x
Round(x): Round function returns the nearest integer to decimal x
Exp(x): Mathematical exponential function e
x
Cos(x): Trigonometric cosine function for angle x
Ln(x): Mathematical natural logarithm function of number x
Log10(x): Mathematical logarithm function of number x to base 10
Log2(x): Mathematical logarithm function of number x to base 2
Abs(x): Mathematical absolute value function |x|
ArcTan(x): Inverse trigonometric arctangent function for value x
Sqr(x): Mathematical square function for number x
Sqrt(x): Mathematical square root function for number x
Tan(x): Trigonometric tangent function for angle x
CoTan(x): Trigonometric cotangent function for angle x
ArcSin(x): Inverse trigonometric arcsine function for value x