sqrt
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Calculate the square root of a value
Arguments and Return Values Arguments: a numeric value Return Value: a float array containing the square root of the input
Usage Syntax: sqrt(object = VAL)
Examples dv> a 3x3x1 array of float, bsq format [36 bytes] 86.2957 16.2110 49.7378 53.1254 83.3615 60.0595 58.0475 97.9562 9.37451 dv> b = sqrt(a) 3x3x1 array of float, bsq format [36 bytes] 9.28955 4.02629 7.05250 7.28872 9.13025 7.74981 7.61889 9.89728 3.06178 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |