com.japisoft.formula.lib.standard
Class ExpFunction

java.lang.Object
  |
  +--com.japisoft.formula.lib.Function
        |
        +--com.japisoft.formula.lib.standard.AbstractFunction
              |
              +--com.japisoft.formula.lib.standard.ExpFunction

public class ExpFunction
extends AbstractFunction

Compute the euler's number e raised to the power of the argument

More information at : http://www.japisoft.com

Version:
1.0
Author:
(c) 2002 JAPISoft

Field Summary
 
Fields inherited from class com.japisoft.formula.lib.standard.AbstractFunction
ANY
 
Constructor Summary
ExpFunction()
           
 
Method Summary
 Variant evaluate(ListOfArgument args)
           
 
Methods inherited from class com.japisoft.formula.lib.Function
getArgsType, getFunctionName, matchArgument, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpFunction

public ExpFunction()
Method Detail

evaluate

public Variant evaluate(ListOfArgument args)
Specified by:
evaluate in class Function
Returns:
an evaluation of the function for the following args.