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

How to use
_ieee754_exp
method
in
javolution.lang.MathLib

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

origin: javolution/javolution

/**
 * Returns <i>{@link #E e}</i> raised to the specified power.
 *
 * @param x the exponent.
 * @return <code><i>e</i><sup>x</sup></code>
 * @see <a href="http://mathworld.wolfram.com/ExponentialFunction.html">
 *      Exponential Function -- from MathWorld</a> 
 **/
public static double exp(double x) {
  return MathLib._ieee754_exp(x);
}
/**/
origin: org.apache.marmotta/marmotta-commons

/**
 * Returns <i>{@link #E e}</i> raised to the specified power.
 *
 * @param x the exponent.
 * @return <code><i>e</i><sup>x</sup></code>
 * @see <a href="http://mathworld.wolfram.com/ExponentialFunction.html">
 *      Exponential Function -- from MathWorld</a> 
 **/
public static double exp(double x) {
  return MathLib._ieee754_exp(x);
}
origin: org.javolution/javolution-core-java

/**
 * Returns <i>{@link #E e}</i> raised to the specified power.
 *
 * @param x the exponent.
 * @return <code><i>e</i><sup>x</sup></code>
 * @see <a href="http://mathworld.wolfram.com/ExponentialFunction.html">
 *      Exponential Function -- from MathWorld</a> 
 **/
public static double exp(double x) {
  return MathLib._ieee754_exp(x);
}
origin: apache/marmotta

/**
 * Returns <i>{@link #E e}</i> raised to the specified power.
 *
 * @param x the exponent.
 * @return <code><i>e</i><sup>x</sup></code>
 * @see <a href="http://mathworld.wolfram.com/ExponentialFunction.html">
 *      Exponential Function -- from MathWorld</a> 
 **/
public static double exp(double x) {
  return MathLib._ieee754_exp(x);
}
javolution.langMathLib_ieee754_exp

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_log,
  • asin,
  • atan,
  • digitLength,
  • floorLog10

Popular in Java

  • Reactive rest calls using spring rest template
  • getSharedPreferences (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • getSupportFragmentManager (FragmentActivity)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • BoxLayout (javax.swing)
  • 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