Name

Description

Abs

Returns the absolute value of a number.

Abs

Returns the absolute value of a number.

Acos

Returns the angle whose cosine is the specified number.

Acosh

Returns the angle whose hyperbolic cosine is the specified number

Acoth

Returns the angle whose inverse cotangent is the specified number.

Acsch

Returns the angle whose hyperbolic cosecant is the specified number.

Asech

Returns the angle whose hyperbolic secant is the specified number.

Asin

Returns the angle whose sine is the specified number.

Asinh

Returns the angle whose inverse hyperbolic sine is the specified number.

Atan

Returns the angle whose tangent is the specified number.

Atan2

Returns the angle whose tangent is the quotient of two specified numbers.

Atanh

Returns the angle whose inverse hyperbolic tangent is the specified number.

Average

Return the average of the numbers that are specified as the function arguments

BigMul

Returns the full product of two 32-bit numbers.

Ceiling

Returns the smallest integral value that's greater than or equal to the specified Decimal or Double.

Cos

Returns the cosine of the specified angle.

Cosh

Returns the hyperbolic cosine of the specified angle.

Count

Return the number of numbers that are specified as the function arguments

Degrees

Convert the specified radians to degrees

E

Constant: 2.71828182845904

Even

Round up to the nearest even integer

Exact

Returns a Boolean indicating whether the specified val1 and file2 objects are equal (True) or not (False)

Exp

Returns e (the base of natural logarithms) raised to the specified power.

Fact

Return the factorial of the specified value.

Floor

Returns the largest integer that's less than or equal to the specified Decimal or Double number.

GCD

Return the greatest common denominator of the specified numbers.

IEEERemainder

Returns the remainder that results from the division of a specified number by another specified number.

Int

Return the integer portion of the specied value.

IsEven

Returns a Boolean indicating whether the specified val is Even (True) or Odd (False)

IsOdd

Returns a Boolean indicating whether the specified val is Odd (True) or Even (False)

LCM

Return the least common multiple of the specified numbers.

Ln

Returns the natural (base e) logarithm of a specified number.

Log

Returns the natural (base e) logarithm of a specified number.

Log

Returns the logarithm of a specified number in a specified base.

Log10

Returns the base 10 logarithm of a specified number.

Max

Returns the larger of two numbers.

Max

Returns the larger of two numbers.

Max

Return the maximum of the numbers that are specified as the function arguments.

Min

Returns the smaller of two numbers.

Min

Returns the smaller of two numbers.

Min

Return the minimum of the numbers that are specified as the function arguments.

Mod

Return the remainder after division of the two specified numbers.

Odd

Round up to the nearest odd integer.

PI

Constant: 3.1415926535897931

Pow

Returns a specified number raised to the specified power.

Power

Returns a specified number raised to the specified power.

Product

Return the product of the numbers that are specified as the function arguments.

Quotient

Return the integer result after dividing the specified number,

Radians

Convert the specified degrees to radians.

Rand

Returns a random floating-point number that is greater than or equal to 0.0 and less than 1.0.

RandBetween

Returns a random integer that is within a specified range.

Round

Returns a Double value rounded to a specified number of fractional digits.

Round

Returns a Double value rounded to the nearest integral value.

RoundDown

Round the specified number down to a number with the specified precision.

RoundUp

Round the specified number up to a number with the specified precision.

Sign

Returns an Integer value indicating the sign of a number.

Sign

Returns an Integer value indicating the sign of a number.

Sin

Returns the sine of the specified angle.

Sinh

Returns the hyperbolic sine of the specified angle.

Sqrt

Returns the square root of a specified number.

SqrtPi

Return the square root of the specified number multiplied by the mathematical constant PI.

Sum

Return the sum of the numbers that are specified as the function arguments.

Tan

Returns the tangent of the specified angle.

Tanh

Returns the hyperbolic tangent of the specified angle.

Truncate

Calculates the integral part of a specified Double number.


Back to Function reference