sin
From DavinciWiki
(Redirected from Sin)
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
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
All other topics
Recent Core Changes Modified On: 11-19-2009 |