cosd

From DavinciWiki
Jump to: navigation, search


64-bit SafeYes

Description

Computes the trigonometric cosine of the input value.

Arguments and Return Values

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

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

Usage

Syntax: cosd(object = VAL)

Examples

dv> a
4x3x1 array of float, bsq format [48 bytes]
97.5730        60.2021          35.2833         64.7450
65.2026         3.66832         49.8936         79.9256
48.4686        84.5275          95.2746         22.8331

dv> b=cosd(a)
4x3x1 array of float, bsq format [48 bytes]
-0.131789        0.496942        0.816306        0.426648
 0.419410        0.997951        0.644209        0.174926
 0.663030        0.0953679      -0.0919292       0.921639

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