tan(Array) Function

Top 

Description

Computes the tangent of the specified value.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

tan(

Array A)

 

 

Arguments

A


Description:

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

 

 

 

Return Value

Type:

Array of number

 

 

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

 

Syntax

myArray1 = tan(myArray2);

 

 

See also

tan