exp
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Exponential function
Arguments and Return Values Arguments: A numeric array Return Value: A numeric array containing the exponential function of the input
Usage Syntax: exp(object = VAL)
Examples dv> a 2x2x1 array of float, bsq format [16 bytes] 0.00000 1.00000 4.00000 5.00000 dv> b = exp(a) 2x2x1 array of float, bsq format [16 bytes] 1.00000 2.71828 54.5981 148.413 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |