math_progression
v1.0.0
Published
The library contains solutions for working with mathematical progressions
Readme
math_progression
The library contains solutions for working with mathematical progressions.
install
npm i math_progressionuse
const math = require('math_progression')
let res = math.arifm.calculateValueByIndex(10, 10, 10)
console.log(res)docs
arifmincludes functions for calculating arithmetic progressions.geomincludes functions for calculating geometric progressionsProgression- interface for ArifmProgression and GeomProgressionArifmProgression- the object is an arithmetic progressionGeomProgression- the object is an geometric progression
