sin(Array) Function

Top 

Description

Computes the sine of the specified value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

sin(

Array A)

 

 

Arguments

A


Description:

The array whose element-by-element sine will be returned.

 

 

 

Return Value

Type:

Array of number

 

 

An array containing the sine of each element of array A.

 

Syntax

myArray1 = sin(myArray2);

 

 

See also

sin