1.0.0 • Published 3 years ago
math_progression v1.0.0
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
1.0.0
3 years ago