acosd

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
m (Added angsepd to list of related functions)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DavinciWiki_Function}}
+
{{DavinciWiki_Function|
[[category:C_Programs]]
+
Computes the trigonometric arc-cosine of the input value.
 +
|
 +
Parameters: An array of any numeric data type or organization containing the cosine values of angles in degrees.
 +
 
 +
Return Value: An array of identical type and organization of the input containing the arc-cosine of the input
 +
|
 +
[[Syntax]]: acosd(object = VAL)
 +
|
 +
  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=acosd(a)
 +
  3x3x1 array of float, bsq format [36 bytes]
 +
  44.3025        70.2306        71.3806
 +
  66.6403        49.2641        45.8251
 +
  34.6830        59.2903        47.0172
 +
|
 +
|
 +
|
 +
*[[asind]]
 +
*[[atand]]
 +
*[[cosd]]
 +
*[[cos]]
 +
*[[angsepd]]
 +
|
 +
|
 +
|}}
 
[[category:Functions]]
 
[[category:Functions]]
 +
[[category:Davinci Core]]
 
[[category:Math]]
 
[[category:Math]]
 +
[[category:64-bit]]

Latest revision as of 14:57, 17 November 2009



64-bit SafeYes

Description

Computes the trigonometric arc-cosine of the input value.

Arguments and Return Values

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

Return Value: An array of identical type and organization of the input containing the arc-cosine of the input

Usage

Syntax: acosd(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=acosd(a)
 3x3x1 array of float, bsq format [36 bytes]
 44.3025        70.2306         71.3806
 66.6403        49.2641         45.8251
 34.6830        59.2903         47.0172

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: 11-17-2009

Personal tools