MindFusion.Wpf Pack Programmer's Guide
ASINH

Returns the inverse hyperbolic sine of the specified number. The inverse hyperbolic sine is the value whose hyperbolic sine is n, so ASINH(SINH(n)) equals n.

Syntax  Copy Code

ASINH( Number n ) Number

Parameters

n
Required. The number whose inverse hyperbolic sine to find.

Example

Formula  Copy Code

=ASINH(1)
=ASINH(10)

See Also

Function Reference
ASIN Function
SINH Function
ACOSH Function