SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 103 forks source link

Co-Prime Finder Extended #483

Closed Vedansh-Keshari closed 10 months ago

Vedansh-Keshari commented 10 months ago

Enter calculator name -

Co-Prime Finder Extended

Describe calculator functionality -

The Co-Prime Finder Extended Calculator takes two numbers as input which are the starting and ending points of the range and prints all the co-prime pairs between them inclusive of both. The Calculator should be able to handle if someone gives any unrelated arbitrary values , some being first number greater than the second or any kind of negative integers.

Under which category you wish to place it -

SarthakKeshari commented 10 months ago

There will be n number of such pairs. So not required to build a calculator for it.