Class LogTwoArg

All Implemented Interfaces:
PostfixMathCommandI, RealBinaryFunction, Serializable

public class LogTwoArg extends BinaryFunction implements RealBinaryFunction
Logarithm function where the base is specified in the second argument.
See Also:
  • Constructor Details

    • LogTwoArg

      public LogTwoArg(boolean strict)
      Constructor specifying treatment of negative real values
      Parameters:
      strict - if true negative real arguments return NaN, otherwise complex results are returned
    • LogTwoArg

      public LogTwoArg()
      Defaults constructor, negative real arguments result in complex results.
  • Method Details