contents.gifprev1.gifnext1.gif

ACOSH() - Hyperbolic arccosine

Returns the inverse hyperbolic cosine of a number. The number must be greater or equal to 1.

Returns

Double value if successful. If an error occurs, this function returns a zero.

Arguments

Type
Field
Description
double
dNumber
Value
16 bit DLL declarations

PowerBuilder Function declaration

function double ACOSH(double dNumber) library "IFL16.DLL"

Visual Basic Function declaration

Declare Function ACOSH lib "IFL16" (ByVal dNumber As Double) As Double

32 bit DLL declarations

PowerBuilder Function declaration

function double ACOSH(double dNumber) library "IFL32.DLL"

Visual Basic Function declaration

Declare Function ACOSH lib "IFL32" (ByVal dNumber As Double) As Double

Example:

dNumber
=
10

Result: 2.99323