atand

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
Return Value: An array of identical type and organization of the input containing the arctan of the input
 
Return Value: An array of identical type and organization of the input containing the arctan of the input
 
|
 
|
atan(VAL)
+
[[Syntax]]: atand(object = VAL)
 
|
 
|
 
   dv> a
 
   dv> a
Line 16: Line 16:
 
   dv> c=atand(a)
 
   dv> c=atand(a)
 
   3x3x1 array of float, bsq format [36 bytes]
 
   3x3x1 array of float, bsq format [36 bytes]
   35.5899 18.6873 17.7072
+
   35.5899       18.6873         17.7072
   21.6284 33.1274 34.8708
+
   21.6284       33.1274         34.8708
   39.4309 27.0529 34.2854
+
   39.4309       27.0529         34.2854
 
|
 
|
 
|
 
|
 +
|
 +
*[[asind]]
 +
*[[acosd]]
 +
*[[atan]]
 +
*[[tand]]
 
|
 
|
 
|}}
 
|}}
[[category:Davinci Core]]
 
 
[[category:Functions]]
 
[[category:Functions]]
 +
[[category:Davinci Core]]
 
[[category:Math]]
 
[[category:Math]]
 +
[[category:64-bit]]

Latest revision as of 11:23, 6 July 2009



64-bit SafeYes

Description

Computes the trigonometric arc-tangent of the input value.

Arguments and Return Values

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

Return Value: An array of identical type and organization of the input containing the arctan of the input

Usage

Syntax: atand(object = VAL)

Examples

 dv> a
 3x3x1 array of float, bsq format [36 bytes]
 0.715663        0.338235        0.319280
 0.396502        0.652573        0.696851
 0.822313        0.510688        0.681779

 dv> c=atand(a)
 3x3x1 array of float, bsq format [36 bytes]
 35.5899        18.6873         17.7072
 21.6284        33.1274         34.8708
 39.4309        27.0529         34.2854

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