Interface R0ToR1SeriesTerm

All Known Implementing Classes:
PSeriesTerm

public interface R0ToR1SeriesTerm
R0ToR1SeriesTerm exposes a R0 To R1 Term of a Numerical Series. The References are:

  • Mortici, C. (2011): Improved Asymptotic Formulas for the Gamma Function Computers and Mathematics with Applications 61 (11) 3364-3369
  • National Institute of Standards and Technology (2018): NIST Digital Library of Mathematical Functions https://dlmf.nist.gov/5.11
  • Nemes, G. (2010): On the Coefficients of the Asymptotic Expansion of n! https://arxiv.org/abs/1003.2907 arXiv
  • Toth V. T. (2016): Programmable Calculators – The Gamma Function http://www.rskey.org/CMS/index.php/the-library/11
  • Wikipedia (2019): Stirling's Approximation https://en.wikipedia.org/wiki/Stirling%27s_approximation


Author:
Lakshmi Krishnamurthy
  • Method Summary

    Modifier and Type Method Description
    double value​(int order)
    Compute the Ordered Term in the Series
  • Method Details

    • value

      double value​(int order) throws java.lang.Exception
      Compute the Ordered Term in the Series
      Parameters:
      order - Order of the Term
      Returns:
      The Value of the Ordered Term in the Series
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid