Navigation: ESL Documentation > Quick Reference Guide
Return the absolute value of a number.
ABS(X_FV)
Return the result of a bitwise AND between 2 integers.
AND(X_IV, Y_IV)
Return the angle of a specified cosine.
ARCCOS(X_FV)
Return the angle of a specified sine.
ARCSIN(X_FV)
Return the angle of a specified tangent.
ARCTAN(X_FV)
Return the angle in degrees whose tangent is Y/X.
ARCTAN2(X_FV, Y_FV)
Return the smallest integer larger than or equal to X.
CEIL(X_FV)
Return the cosine of a number in degrees.
COS(DEGREES_FV)
Return the constant value of e.
E( )
Return the exponential function of X.
EXP(X_FV)
Return the largest integer smaller than or equal to X.
FLOOR(X_FV)
Return the value of the natural logarithm.
LN(X_FV)
Return the value of the logarithm base 10.
LOG(X_FV)
Return the largest value in a float array.
call MAX(ARRAY_IN_FV, MAXIMUM_FV)
Return the largest value in an integer array.
call MAXINT(ARRAY_IV, MAXIMUM_IV)
Return the average of the values in a float array.
call MEAN(ARRAY_FV, MEAN_VALUE_FV)
Return the average of the values in an integer array.
call MEANINT(ARRAY_IV, MEAN_VALUE_FV)
Return the median of the values in a float array.
call MEDIAN(ARRAY_FV, MEAN_VALUE_FV)
Return the median of values in an integer array.
call MEADIANINT(ARRAY_IV, MEAN_VALUE_FV)
Return the smallest value in a float array.
call MIN(ARRAY_FV, MINIMUM_FV)
Return the smallest value in an integer array.
call MININT(ARRAY_IV, MINIMUM_IV)
Return the remainder of X divided by Y.
MOD(X_FV, Y_FV)
Return the result of a bitwise OR between 2 integers.
OR(X_IV, Y_IV)
Return the constant value of pi.
PI( )
Return X raised to the Y power.
POWER(X_FV, Y_FV)
Return the sin of a number in degrees.
SIN(X_FV)
Return the square root of a number.
SQRT(X_FV)
Return the standard deviation of values in a float array.
call STDDEV(ARRAY_FV, STANDARD_DEV_FV)
Return the standard deviation of values in an integer array.
call STDDEVINT(ARRAY_IV, STANDARD_DEV_FV)
Return the sum of values in a float array.
call SUM(ARRAY_FV, SUM_VALUE_FV)
Return the sum of values in an integer array.
call SUMINT(ARRAY_IV, SUM_VALUE_IV)
Return the tangent of a number in degrees.
TAN(X_FV)
Return the variance of all values in a float array.
call VARIANCE(ARRAY_FV, VARIANCE_FV)
Return the variance of all values in an integer array.
call VARIANCEINT(ARRAY_IV, VARIANCE_FV)
Return the result of a bitwise Exclusive OR between 2 integers.
XOR(X_IV, Y_IV)