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

Atan

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

Description

The Atan function returns the arctangent of a number.

Syntax

‌The syntax for the Atan function is:

math.Atan(x)

Parameters

x - numeric value.

Returns

‌The Atan function returns a number.

Applies To

Flow 6‌.14

Example

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

Return Math.Atan(1) = 0.785398163397448

Last updated

Was this helpful?