exp

From DavinciWiki
Revision as of 11:28, 6 July 2009 by Cedwards (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


64-bit SafeYes

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

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 07-06-2009

Personal tools