/nth-harmonic

Computes nth harmonic number from the digamma function

Primary LanguageJavaScriptMIT LicenseMIT

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

License

MIT