Skip to content

NPM Package to calculate the Highest Common Factor of any two numbers

License

Notifications You must be signed in to change notification settings

Synic-dx/HCF-Calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Version NPM License NPM Downloads NPM Total Downloads

HCF-Calc

A Package to calculate the Highest Common Factor of any two numbers.

Install:

npm install hcf-calc

Usage:

import hcfCalc from 'hcf-calc';

console.log(hcfCalc(12, 16));

This will log the HCF- 4 in this case.

About

NPM Package to calculate the Highest Common Factor of any two numbers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published