|
Code Packages
1
Add-on code processing modules
|
Math extended static class provides an extension of the standard Math class. More...
Static Public Member Functions | |
| static double | Acosh (double x) |
| Calculate the inverse hyperbolic cosine More... | |
| static double | Asinh (double x) |
| Calculate the inverse hyperbolic sine More... | |
| static double | Atanh (double x) |
| Calculate the inverse hyperbolic tangent More... | |
| static double | DegToRad (double angle) |
| Convert degrees into radians More... | |
| static int | Factorial (int x) |
| Returns the factorial of a non-negative integer More... | |
| static double | RadToDeg (double angle) |
| Converts radians into degrees More... | |
Math extended static class provides an extension of the standard Math class.
|
static |
Calculate the inverse hyperbolic cosine
The domain is the closed interval [1, +∞ )
| x | value |

|
static |
Calculate the inverse hyperbolic sine
The domain is the whole real line
| x | value |

|
static |
Calculate the inverse hyperbolic tangent
The domain is the open interval (−1, 1)
| x | value |

|
static |
Convert degrees into radians
| angle | angle in degrees |

|
static |
Returns the factorial of a non-negative integer
| x | value |

|
static |
Converts radians into degrees
| angle | angle in radians |
