Mathematical Functions
๐๏ธ ACos (arccosine)
Calculates the arccosine, that is, the angle whose cosine is the number that is input as the argument.
๐๏ธ ASin (arcsine)
Caculates the arcsine, that is, the angle whose sine is the number that is input as the argument.
๐๏ธ ATan (arctangent)
Calculates the arctangent, that is, the angle whose tangent is the number that is input as the argument.
๐๏ธ ATan2 (arctangent)
Calculates the arctangent, or inverse tangent, of the specified x- and y-coordinates.
๐๏ธ Ceiling
Rounds a number up to the nearest integer.
๐๏ธ Cos (cosine)
Calculates the cosine of the given angle.
๐๏ธ Cot (cotangent)
Calculates the cotangent of the given angle.
๐๏ธ Counter
Returns the value that increments by 1.
๐๏ธ Exp (exponent)
Calculates e raised to the power of the input number.
๐๏ธ Floor
Rounds a number down, towards zero.
๐๏ธ Mathematical Functions
๐๏ธ Ln (natural logarithm)
Calculates the natural logarithm of a number, where the natural logarithms is based on the constant e(2.71828182845904)
๐๏ธ Log (logarithm)
Calculates the logarithm of a number to the specified base.
๐๏ธ Log10 (base-10 logarithm)
Calculates the base-10 logarithm of a number.
๐๏ธ PI
Returns the number 3.14159265358979, the mathematical constant pi.
๐๏ธ Power
Calculates the result of a number (scalar Value) raised to a power.
๐๏ธ Round
Rounds a number to a specified number of digits.
๐๏ธ Sin (sine)
Calculates the sine of the given angle.
๐๏ธ Sqrt (square root)
Calculates the positive square root of the given number.
๐๏ธ Square
Calculates the square of the given number.
๐๏ธ Tan (tangent)
Calculates the tangent of the given angle.