Salesforce

Numeric Functions (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Numeric Functions (Magic xpa 3.x)

Multiplication Operator

Addition Operator

Subtraction Operator

Division Operator

Exponentiation Operator

ABS – Returns the absolute value of a real number, without regard to sign.

ACOS – Returns the arc cosine value of a number, in radians.

ASIN – Returns the trigonometric arc sine of a number, in radians.

ATAN – Returns the arc tangent of a number, in radians.

ChkDgt – Generates a check digit.

COS – Returns the cosine of an angle, where the angle is expressed in radians.

EXP – Calculates the exponential value of x.

Fix – Extracts a specified part of a number, real or integer.

HStr – Returns the hexadecimal (base 16) value of a decimal (base 10) number.

LOG – Returns the natural logarithm of a number.

MAX – Returns the greatest value from a group of values with the same attributes.

MIN – Returns the smallest of a group of values with the same attribute.

MOD – Returns the remainder of an integer division.

MStr – Converts a number to a Magic number with a specified length in bytes.

RAND – Generates random numbers.

Range – Checks whether a number falls within a range, and returns a Boolean true or false.

Round – Extracts a specified part of a number and rounds the result.

SIN – Returns the sine of an angle, where the angle is expressed in radians.

Str – Converts a number to an alpha string, according to a picture.

TAN – Returns the tangent of an angle, where the angle is expressed in radians.

Related Topics

Operators

Reference
Attachment 
Attachment