rad(Variable) Function

Top 

Description

Converts the specified value from degrees to radians.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

rad(

Variable x)

 

 

Arguments

x


Description:

The value which will be converted to radians.

Units:

deg

 

 

 

Return Value

Type:

number

Units:

rad

 

 

The value in degrees.

 

Syntax

myVariable1 = rad(myVariable2);

 

 

Example 1

 

 

See also

rad