Documentation of 'jcckit.util.Util' Java class
Util
jcckit.util

Class Util



  • public class Util
    extends java.lang.Object
    Collection of static utility methods.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double exp(double x, boolean logScale)
      Returns the exponential function of the specified number if logScale is true.
      static double log(double x, boolean logScale)
      Returns the natural logarithm of the specified number if logScale is true.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • log

        public static double log(double x,
                                 boolean logScale)
        Returns the natural logarithm of the specified number if logScale is true.
        Returns:
        x if logScale == false.
      • exp

        public static double exp(double x,
                                 boolean logScale)
        Returns the exponential function of the specified number if logScale is true.
        Returns:
        x if logScale == false.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.