asind

From DavinciWiki
Jump to: navigation, search


64-bit SafeYes

Description

Computes the trigonometric arc-sine of the input value.

Arguments and Return Values

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

Return Value: A float array of identical organization of the input containing the arc-sine of the input

Usage

Syntax: asind(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> b=asind(a)
 3x3x1 array of float, bsq format [36 bytes]
 45.6975        19.7694         18.6194
 23.3597        40.7359         44.1749
 55.3170        30.7097         42.9828

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