Expand 10^5 in README
I think it's more readable this way.
This commit is contained in:
parent
686766929a
commit
1a404a58de
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ numbers *Semiprimes*.
|
||||||
## Task
|
## Task
|
||||||
|
|
||||||
- Write a module which provides a function to tell whether a given number, `N`,
|
- 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
|
- Please implement an API (RESTful or GraphQL) to factor a given number into two
|
||||||
prime numbers if it’s a semiprime, otherwise, return an error message.
|
prime numbers if it’s a semiprime, otherwise, return an error message.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue