8000 GitHub - Synic-dx/LCM-Calc: NPM Package to calculate LCM of two numbers (Jest & While Loops Practice)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Synic-dx/LCM-Calc

< 8000 /div>

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Version NPM License NPM Downloads NPM Downloads

LCM-Calc

A Package to calculate the Least-Common-Multiple of any two numbers.

Install:

npm install lcm-calc

Usage:

import lcmCalc from 'lcm-calc';

console.log(lcmCalc(12, 15));

This will log the LCM- 60 in this case.

About

NPM Package to calculate LCM of two numbers (Jest & While Loops Practice)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0