ASINH function
This topic describes the formula syntax and usage of the ASINH function in the Data Quality Execute Formula transform.
Description
Returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is the value whose hyperbolic sine is number
, so ASINH(SINH(number))
equals number.
Syntax
ASINH(number)
The ASINH function syntax has the following arguments:
number
Required. Any real number.
Example
Data: -2.5 and 10 in the Reals field.
Formula | Description | Result |
---|---|---|
ASINH([Reals]) |
Inverse hyperbolic cosine of -2.5 | -1.647231146 |
ASINH([Reals]) |
Inverse hyperbolic cosine of 10 | 2.99822295 |