sind

From DavinciWiki
Jump to: navigation, search


64-bit SafeYes

Description

Computes the trigonometric sine 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 sine of the input.

Usage

Syntax: sind(object = VAL)

Examples

dv> a
3x3x1 array of float, bsq format [36 bytes]
64.0470 52.8969 28.7229
61.3196 45.6780 90.6173
31.7788 17.4945 5.86149

dv> sind(a)
3x3x1 array of float, bsq format [36 bytes]
0.899153        0.797551        0.480575
0.877310        0.715424        0.999942
0.526641        0.300615        0.102124

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-19-2009

Personal tools