Following are mathematical or trigonometrical functions:
Gets the absolute value of a number. |
|
Gets the arccosine of an angle. |
|
Gets the arcsine of an angle. |
|
Gets the arctangent of an angle. |
|
Gets the cosine of an angle. |
|
Converts an angle from degrees to radians. |
|
Raises e to the power of a number. |
|
Gets the factorial of a number. |
|
Gets the high-order byte of a two-byte integer. |
|
Gets the high-order word of a four-byte integer. |
|
Gets the natural logarithm of a number. |
|
Gets the base 10 logarithm of a number. |
|
Gets the low-order byte of a two-byte integer. |
|
Gets the low-order word of a four-byte integer. |
|
Gets the higher of two numbers. |
|
Gets the lower of two numbers. |
|
Gets the value of pi. |
|
Raises a number to the power of another number. |
|
Converts an angle from radians to degrees. |
|
Gets a random number. |
|
Rounds a number. |
|
Gets the sign of a number. |
|
Gets the sine of an angle. |
|
Gets the square root of a number. |
|
Gets the tangent of an angle. |
See Also