asin
From DavinciWiki
(Redirected from Asin)
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
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 radians. Return Value: An array of identical type and organization of the input containing the arc-sine of the input
Usage Syntax: asin(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=asin(a) 3x3x1 array of float, bsq format [36 bytes] 0.797573 0.345041 0.324970 0.407704 0.710976 0.770998 0.965464 0.535985 0.750192
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |