Skip to content

Commit

Permalink
Merge pull request #27 from ckormanyos/update_docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
ckormanyos authored Mar 19, 2024
2 parents 7940326 + 63f78ca commit b11867d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ gamma_f77
<img src="https://img.shields.io/badge/try%20it%20on-godbolt-green" /></a>
</p>

gamma_f77 implements the real-valued Gamma function in quadruple-precision using
the classic `Fortran77` language.
`ckormanyos/gamma_f77` implements the real-valued Gamma function
in quadruple-precision using the classic `Fortran77` language.

## Mathematical Background

Expand All @@ -35,6 +35,9 @@ $$ \Gamma(z+1)= z\Gamma(z)\text{.}$$

## Calculation Method

Let's look at some background information regarding
computations of the real-valued gamma function.

The real-valued gamma function, $\Gamma\left(x\right)$
can be readily calculated using a series expansion
for its reciprocal near the origin.
Expand All @@ -61,7 +64,7 @@ See also
for brief mathematical insight into the fascinating
series expansion of the reciprocal of the gamma function near the origin.

## Quadruple-Precision Implementation
## Expanded Quadruple-Precision Implementation

In this repository, the series calculation mentioned above has been
extended to quadruple-precision.
Expand Down

0 comments on commit b11867d

Please sign in to comment.