1.0.7 • Published 1 year ago
hcf-calc v1.0.7
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.