Formula 1.0.0

hirondelle.formula.function.builtin
Class LogBase10

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

public final class LogBase10
extends Object
implements Function

log(x): log base 10 of a positive number.


Constructor Summary
LogBase10()
           
 
Method Summary
 Decimal calculate(Decimal... aArgs)
          The single argument must be positive.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogBase10

public LogBase10()
Method Detail

calculate

public Decimal calculate(Decimal... aArgs)
The single argument must be positive.

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