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

Cos

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

Description

The Cos function returns the cosine of a number.

Syntax

‌The syntax for the Cos function is:

math.Cos(x)

Parameters

x - numeric value.

Returns

‌The Cos function returns a number.

Applies To

Flow 6‌.14

Example

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

Return Math.Cos(30) = 0.154251449887584

Last updated

Was this helpful?