rad(Array) 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(

Array A)

 

 

Arguments

A


Description:

The array which will be converted, element-by-element, to radians.

 

 

 

Return Value

Type:

Array of number

Units:

rad

 

 

An array containing the converted values of each element of array A in radians.

 

Syntax

myArray1 = rad(myArray2);

 

 

See also

rad