tand
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 degrees. Return Value: An float array of the same organization as the input containing the tangent of the input.
Usage Syntax: tand(object = VAL)
Examples dv> a 4x3x1 array of float, bsq format [48 bytes] 97.5730 60.2021 35.2833 64.7450 65.2026 3.66832 49.8936 79.9256 48.4686 84.5275 95.2746 22.8331 dv> b=tand(a) 4x3x1 array of float, bsq format [48 bytes] -7.52173 1.74625 0.707603 2.11982 2.16446 0.0641119 1.18727 5.62855 1.12905 10.4379 -10.8319 0.421041 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |