For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cosh

This Flow Script tutorial explains how to use the Cosh function with syntax and examples.

Description

The Cosh function returns the hyperbolic cosine of a number.

Syntax

‌The syntax for the Cosh function is:

math.Cosh(x)

Parameters

x - numeric value.

Returns

‌The Cosh function returns a number.

Applies To

Flow 6‌.14

Example

Let's look at some Cosh function examples and explore how to use the Cosh function.‌

Return Math.Cosh(1) = 1,54308063481524

Last updated

Was this helpful?