Please enable JavaScript to view this site.

ESL Documentation

Function Name

Returns

ABS( )

The absolute value of a number.

AND( )

The result of a bitwise AND between 2 integers.

ARCCOS( )

The angle of a specified cosine.

ARCSIN( )

The angle of a specified sine.

ARCTAN( )

The angle of a specified tangent.

ARCTAN2( )

The angle in degrees whose tangent is Y/X.

CEIL( )

The smallest integer larger than or equal to X.

COS( )

The cosine of a number in degrees.

E( )

The constant value of e.

EXP( )

The exponential function of X.

FLOOR( )

The largest integer smaller than or equal to X.

LN( )

The value of the natural logarithm.

LOG( )

The value of the logarithm base 10.

MOD( )

The remainder of X divided by Y.

OR( )

The result of a bitwise OR between 2 integers.

PI( )

The constant value of pi (( ).

POWER( )

X raised to the Y power.

SIN( )

The sine of a number in degrees.

SQRT( )

The square root of a number.

TAN( )

The tangent of a number in degrees.

XOR( )

The result of a bitwise XOR between 2 integers.