WorksheetFunction.Asinh(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is the value whose hyperbolic sine is Arg1
, so Asinh(Sinh(number)) equals Arg1
.
public:
double Asinh(double Arg1);
public double Asinh (double Arg1);
Public Function Asinh (Arg1 As Double) As Double
Parameters
- Arg1
- Double
Any real number.