Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More information requested #24

Open
WondAli opened this issue Oct 28, 2022 · 0 comments
Open

More information requested #24

WondAli opened this issue Oct 28, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@WondAli
Copy link
Contributor

WondAli commented Oct 28, 2022

Suppose I were to input a number n. Knowing the nth fibonnaci number is nice and all, but I would like to learn more about the number, for example:

  • is n a prime number?
  • what is the prime factorization of n?
  • does there exist two primes that sum to n, and what are they?
  • what is the volume of a sphere with radius n?

Suppose for my second number I inputted a number m.

  • what is gcd(n, m) and lcd(n, m)?
  • what is n to the m power?
  • n + m? n * m?
@WondAli WondAli added enhancement New feature or request good first issue Good for newcomers labels Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant