다음을 통해 공유


WorksheetFunction.Asinh Method (Excel)

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.

Syntax

.Asinh(Arg1)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

Any real number.

Return Value

Double

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members