log
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Base e logarithm Identical to ln
Arguments and Return Values Arguments: A numeric array Return Value: A numeric array containing the base e log of the input
Usage Syntax: log(object = VAL)
Examples dv> a 2x2x1 array of float, bsq format [16 bytes] 0.00000 1.00000 4.00000 5.00000 dv> log(a) 2x2x1 array of float, bsq format [16 bytes] -inf 0.00000 1.38629 1.60944 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |