Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 853 Bytes

Excel.WorksheetFunction.Asinh.md

File metadata and controls

38 lines (23 loc) · 853 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WorksheetFunction.Asinh method (Excel)
vbaxl10.chm137167
vbaxl10.chm137167
Excel.WorksheetFunction.Asinh
cd10bb5e-8f4f-c619-8e70-bb437a6cd86d
05/22/2019
medium

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

expression.Asinh (Arg1)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data type Description
Arg1 Required Double Any real number.

Return value

Double

[!includeSupport and feedback]