Expand 10^5 in README

I think it's more readable this way.
This commit is contained in:
William Carroll 2020-12-12 02:41:09 +00:00
parent 686766929a
commit 1a404a58de

View file

@ -17,7 +17,7 @@ numbers *Semiprimes*.
## Task
- Write a module which provides a function to tell whether a given number, `N`,
is a semiprime. `N` will be 10^5.
is a semiprime. `N` will be less than 100,000
- Please implement an API (RESTful or GraphQL) to factor a given number into two
prime numbers if its a semiprime, otherwise, return an error message.