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

Tan

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

Description

The Tan function returns the tangent of a number.

Syntax

‌The syntax for the Tan function is:

math.Tan(x)

Parameters

x - numeric value.

Returns

‌The Tan function returns a number.

Applies To

Flow 6‌.14

Example

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

Return Math.Tan(30) = -6.40533119664628

Last updated

Was this helpful?