tan
From DavinciWiki
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 tangent 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 tangent of the input
Usage Syntax: tan(object = VAL)
Examples dv> a 4x3x1 array of float, bsq format [48 bytes] 0.975730 0.602021 0.352833 0.647450 0.652026 0.0366832 0.498936 0.799256 0.484686 0.845275 0.952746 0.228331 dv> b=tan(a) 4x3x1 array of float, bsq format [48 bytes] 1.47728 0.687108 0.368243 0.756189 0.763407 0.0366997 0.544922 1.02811 0.526582 1.12754 1.40653 0.232383 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |