Wuya Tutorial-JavaScript-ASINH Function

describe

The ASINH function returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is the value whose hyperbolic sine is number, that is, ASINH(SINH(number)) is equal to number.

grammar

ASINH (number)

debate

Argument describe Required/Optional
Number Any real number. Required

Notes

If the specified number is not recognized as a numeric value, ASIN returns a #VALUE! error

applicability

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

ASINH Function

ASINH function in JavaScript - Wuya Tutorial Network Wuya Tutorial Network provides a description of the ASINH function that returns the inverse hyperbolic sine of a number. The inverse hyperbolic sine is the value whose hyperbolic sine is number, that is, ASINH (... https://www.learnfk.com/javascript/advanced-excel-math-trignometric-asinh-function.html

Guess you like

Origin blog.csdn.net/w116858389/article/details/132920956