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

Asin

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

Description

The Asin function returns the arc sine of a number.

Syntax

‌The syntax for the Asin function is:

math.Asin(x)

Parameters

x - numeric value. X must be between -1 to 1.

Returns

‌The Asin function returns a number.

Applies To

Flow 6‌.14

Example

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

Return Math.Asin(1) = 1.5707963267949

Last updated

Was this helpful?