publish_test_sakshi_kottawar
the call will result the GCD fo two numbers which are passed as parameters in call var gcd=require("publish_test_sakshi_kottawar/gcd"); var ans=gcd.GCD(5,6);
the call will result the GCD fo two numbers which are passed as parameters in call var gcd=require("publish_test_sakshi_kottawar/gcd"); var ans=gcd.GCD(5,6);
Compute the greatest common divisor (gcd).
Compute the least common multiple (lcm).
Lightweight utils for every project
GCD + Euclidean algorithm
Some common functions for modular arithmetic using native JS implementation of BigInt
Get the greatest common devisor of two numbers