Actions-Fields-Library-Math
The Actions-Fields-Library-Math module contains the following types:
Type | Description |
---|---|
Abs | Returns the absolute value of a specified number. |
Acos | Returns the angle whose cosine is the specified number. |
Asin | Returns the angle whose 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. |
Cos | Returns the cosine of the specified angle. |
Cosh | Returns the hyperbolic cosine of the specified angle. |
DivideInt32GetQuotient | Calculates the quotient of two 32-bit signed integers |
DivideInt32GetRemainder | Calculates the remainder of dividing two 32-bit signed integers |
DivideInt64GetQuotient | Calculates the quotient of two 64-bit signed integers |
DivideInt64GetRemainder | Calculates the remainder of dividing two 64-bit signed integers |
E | Returns constant e - Euler's number |
Exp | Returns e raised to the specified power |
Log | Returns the natural (base e) logarithm of a specified number. |
Log10 | Returns the base 10 logarithm of a specified number. |
Max | Returns the maximum number from a list of numbers. |
Min | Returns the minimum number from a list of numbers. |
Pi | Returns the value of mathematical constant pi. |
Pow | Returns a double of a specified number raised to the specified power |
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. |
Tan | Returns the tangent specified angle. |
Tanh | Returns the hyperbolic tangent specified angle. |
TruncateDecimal | Calculates the integral part of a specified decimal number. |
TruncateDouble | Calculates the integral part of a specified double number. |
Last updated