Class NaturalLogarithmTest


  • public class NaturalLogarithmTest
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testNaturalLogarithm()
      Test method for 'org.nfunk.jep.function.Logarithm.run(Stack)' Tests the return value of log(NaN).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NaturalLogarithmTest

        public NaturalLogarithmTest()
    • Method Detail

      • testNaturalLogarithm

        public void testNaturalLogarithm()
        Test method for 'org.nfunk.jep.function.Logarithm.run(Stack)' Tests the return value of log(NaN). This is a test for bug #1177557