sin

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 radians.

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

Usage

Syntax: sin(object = VAL)

Examples

dv> a
3x3x1 array of float, bsq format [36 bytes]
0.640470        0.528969        0.287229
0.613196        0.456780        0.906173
0.317788        0.174945        0.0586149

dv> sin(a)
3x3x1 array of float, bsq format [36 bytes]
0.597573        0.504644        0.283296
0.575484        0.441060        0.787149
0.312466        0.174054        0.0585813

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