Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SevenMath Functions (continued)

HyperbolicCosine Function

Overview

The HyperbolicCosine function returns the hyperbolic cosine of x in radians.

Syntax/Parameters

Syntax

float = HyperbolicCosine ( float x );

Parameters

x

A float containing a numeric source value. If x is not a float, the data will be converted to a 64-bit floating-point number.

Return Value

Returns float containing the hyperbolic cosine of x or #INF on failure. Use the GetLastError function to retrieve error information.

Remarks

In mathematics, hyperbolic functions are analogs of the ordinary trigonometric, or circular, functions. On error, the GetLastError function will return ERROR_OVERFLOW. One radian is equivalent to 180/PI degrees.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic