java.lang.Object
studio.magemonkey.fabled.data.formula.operator.Log
All Implemented Interfaces:
IOperator

public class Log extends Object implements IOperator
The exponent operation used in formulas
  • Constructor Details

    • Log

      public Log()
  • Method Details

    • compute

      public double compute(double a, double b)
      Performs the operation between the two values
      Specified by:
      compute in interface IOperator
      Parameters:
      a - first value
      b - second value
      Returns:
      result