tan

From DavinciWiki
Jump to: navigation, search


64-bit SafeYes

Description

Computes the trigonometric tangent of the input value.

Arguments and Return Values

Parameters: An array of any numeric data type or organization containing the values of angles in radians.

Return Value: An float array of the same organization as the input containing the tangent of the input

Usage

Syntax: tan(object = VAL)

Examples

 dv> a
 4x3x1 array of float, bsq format [48 bytes]
 0.975730        0.602021        0.352833        0.647450
 0.652026        0.0366832       0.498936        0.799256
 0.484686        0.845275        0.952746        0.228331

 dv> b=tan(a)
 4x3x1 array of float, bsq format [48 bytes]
 1.47728         0.687108        0.368243        0.756189
 0.763407        0.0366997       0.544922        1.02811
 0.526582        1.12754         1.40653         0.232383

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 07-06-2009

Personal tools