Method Asinh
Asinh(Double)
Calculates inverse hyperbolic sine of a
Special cases:
- If the argument is NaN, then the result is NaN.
- If the argument is zero, then the result is a zero with the same sign as the argument.
- If the argument is infinite, then the result is infinity with the same sign as the argument.
Declaration
public static double Asinh(double a)
Parameters
Type | Name | Description |
---|---|---|
System.Double | a |
Returns
Type | Description |
---|---|
System.Double |