ToDegrees

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

Description

The ToDegrees function converts radians to degrees.

Syntax

‌The syntax for the ToDegrees function is:

math.ToDegrees(x)

Parameters

x - numeric value.

Returns

‌The ToDegrees function returns a number.

Applies To

Flow 6‌.14

Example

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

Return Math.ToDegrees(π) = 180

Last updated