nth-harmonic
v1.0.2
Published
Computes nth harmonic number from digamma function.
Downloads
3
Maintainers
Readme
nth-harmonic
Computes nth harmonic number with digamma function.
Why
Because it's much faster then casual summing operation for large values of n
and it's more precise.
Installation
From NPM
$ npm install nth-harmonic
Usage
Import
import nthHarmonic from 'nth-harmonic' // ES6 OR TYPESCRIPT
Use
nthHarmonic($n: number): number