Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 931 Bytes

Excel.WorksheetFunction.Acosh.md

File metadata and controls

39 lines (23 loc) · 931 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WorksheetFunction.Acosh method (Excel)
vbaxl10.chm137168
vbaxl10.chm137168
Excel.WorksheetFunction.Acosh
919150e6-cab9-5470-f68d-fd69a4abf388
05/22/2019
medium

WorksheetFunction.Acosh method (Excel)

Returns the inverse hyperbolic cosine of a number. Number must be greater than or equal to 1. The inverse hyperbolic cosine is the value whose hyperbolic cosine is Arg1, so Acosh(Cosh(number)) equals Arg1.

Syntax

expression.Acosh (Arg1)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data type Description
Arg1 Required Double Any real number equal to or greater than 1.

Return value

Double

[!includeSupport and feedback]