log10
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 10 (common) logarithm
Arguments and Return Values Arguments: A numeric array Return Value: A numeric array containing the log base 10 of the input
Usage Syntax: log10(object = VAL)
Examples dv> a 2x2x1 array of float, bsq format [16 bytes] 0.00000 100.000 400.000 500.000 dv> log10(a) 2x2x1 array of float, bsq format [16 bytes] -inf 2.00000 2.60206 2.69897 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |