Class LogarithmTest


  • public class LogarithmTest
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogarithmTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testLogarithm()
      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

      • LogarithmTest

        public LogarithmTest()
    • Method Detail

      • testLogarithm

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