com.japisoft.formula.lib.standard
Class LognFunction

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

public class LognFunction
extends AbstractFunction

Compute the natural logarithm in n base : Logn( BASE, value )

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

Author:
(c) JAPISoft

Field Summary
 
Fields inherited from class com.japisoft.formula.lib.standard.AbstractFunction
ANY
 
Constructor Summary
LognFunction()
           
 
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

LognFunction

public LognFunction()
Method Detail

evaluate

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