Sinh

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

Description

The Sinh function returns the hyperbolic sine of a number.

Syntax

‌The syntax for the Sinh function is:

math.Sinh(x)

Parameters

x - numeric value.

Returns

‌The Sinh function returns a number.

Applies To

Flow 6‌.14

Example

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

Return Math.Sinh(1) = 1.1752011936438

Last updated