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

Tanh

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

Description

The Tanh function returns the hyperbolic tangent of a number.

Syntax

‌The syntax for the Tanh function is:

math.Tanh(x)

Parameters

x - numeric value.

Returns

‌The Tanh function returns a number.

Applies To

Flow 6‌.14

Example

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

Return Math.Tanh(1) = 0.761594155955765

Last updated

Was this helpful?