Formula 1.0.0

hirondelle.formula.function.builtin
Class Exp

Object
  extended by hirondelle.formula.function.builtin.Exp
All Implemented Interfaces:
Function

public final class Exp
extends Object
implements Function

exp(x): the exponential function; e raised to the given power.

exp(x) is the same as E^x.


Constructor Summary
Exp()
           
 
Method Summary
 Decimal calculate(Decimal... aArgs)
          Return Euler's e number raised to the given power.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exp

public Exp()
Method Detail

calculate

public Decimal calculate(Decimal... aArgs)
Return Euler's e number raised to the given power.

Specified by:
calculate in interface Function
Parameters:
aArgs - 0 or more arguments to the function.

Formula 1.0.0

Copyright Hirondelle Systems. Published January 31, 2013