Documentation of 'javanpst.utils.ContinuedFraction' Java class
ContinuedFraction
javanpst.utils

Class ContinuedFraction



  • public class ContinuedFraction
    extends java.lang.Object
    A class to evaluate continued fractions for Gamma function. Based on http://kickjava.com/src/org/apache/commons/math/util/ContinuedFraction.java.htm#ixzz1GZzT663e
    See Also:
    "http://mathworld.wolfram.com/ContinuedFraction.html", "http://kickjava.com/src/org/apache/commons/math/util/ContinuedFraction.java.htm#ixzz1GZzT663e"
    • Constructor Summary

      Constructors 
      Constructor and Description
      ContinuedFraction(double value)
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double evaluate(double x)
      Evaluates the continued fraction
      • Methods inherited from class java.lang.Object

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

      • ContinuedFraction

        public ContinuedFraction(double value)
        Builder.
        Parameters:
        value - Value for a parameter
    • Method Detail

      • evaluate

        public double evaluate(double x)
        Evaluates the continued fraction
        Parameters:
        x - x parameter
        Returns:
        value of the continued fraction

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.