Tabnine Logo
MathLib._ieee754_log
Code IndexAdd Tabnine to your IDE (free)

How to use
_ieee754_log
method
in
javolution.lang.MathLib

Best Java code snippets using javolution.lang.MathLib._ieee754_log (Showing top 4 results out of 315)

origin: org.javolution/javolution-core-java

/**
 * Returns the natural logarithm (base <i>{@link #E e}</i>) of the specified
 * value.
 *
 * @param x the value greater than <code>0.0</code>.
 * @return the value y such as <code><i>e</i><sup>y</sup> == x</code>
 **/
public static double log(double x) {
  return MathLib._ieee754_log(x);
}
origin: javolution/javolution

/**
 * Returns the natural logarithm (base <i>{@link #E e}</i>) of the specified
 * value.
 *
 * @param x the value greater than <code>0.0</code>.
 * @return the value y such as <code><i>e</i><sup>y</sup> == x</code>
 **/
public static double log(double x) {
  return MathLib._ieee754_log(x);
}
/**/
origin: org.apache.marmotta/marmotta-commons

/**
 * Returns the natural logarithm (base <i>{@link #E e}</i>) of the specified
 * value.
 *
 * @param x the value greater than <code>0.0</code>.
 * @return the value y such as <code><i>e</i><sup>y</sup> == x</code>
 **/
public static double log(double x) {
  return MathLib._ieee754_log(x);
}
origin: apache/marmotta

/**
 * Returns the natural logarithm (base <i>{@link #E e}</i>) of the specified
 * value.
 *
 * @param x the value greater than <code>0.0</code>.
 * @return the value y such as <code><i>e</i><sup>y</sup> == x</code>
 **/
public static double log(double x) {
  return MathLib._ieee754_log(x);
}
javolution.langMathLib_ieee754_log

Popular methods of MathLib

  • min
    Returns the smaller of two long values.
  • sqrt
    Returns the positive square root of the specified value.
  • abs
    Returns the absolute value of the specified long argument.
  • bitLength
    Returns the number of bits in the minimal two's-complement representation of the specified long, exc
  • exp
    Returns #E raised to the specified power.
  • floor
    Returns the largest (closest to positive infinity)double value that is not greater than the argument
  • log
    Returns the natural logarithm (base #E) of the specified value.
  • max
    Returns the greater of two long values.
  • pow
    Returns the value of the first argument raised to the power of the second argument.
  • round
    Returns the closest int to the specified argument.
  • toDoublePow10
    Returns the closest double representation of the specified long number multiplied by a power of ten.
  • toDoublePow2
    Returns the closest double representation of the specified long number multiplied by a power of two.
  • toDoublePow10,
  • toDoublePow2,
  • toLongPow10,
  • _atan,
  • _ieee754_exp,
  • asin,
  • atan,
  • digitLength,
  • floorLog10

Popular in Java

  • Making http requests using okhttp
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • compareTo (BigDecimal)
  • getContentResolver (Context)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Runner (org.openjdk.jmh.runner)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now