You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ Returns `true` if the number is prime, `false` otherwise.
211
211
212
212
#### `isProbablePrime([iterations])`
213
213
214
-
Returns `true` if the number is very likely to be positive, `false` otherwise.
214
+
Returns `true` if the number is very likely to be prime, `false` otherwise.
215
215
Argument is optional and determines the amount of iterations of the test (default: `5`). The more iterations, the lower chance of getting a false positive.
216
216
This uses the [Fermat primality test](https://en.wikipedia.org/wiki/Fermat_primality_test).
217
217
@@ -517,4 +517,4 @@ There are performance benchmarks that can be viewed from the `benchmarks/index.h
517
517
518
518
## License
519
519
520
-
This project is public domain. For more details, read about the [Unlicense](http://unlicense.org/).
520
+
This project is public domain. For more details, read about the [Unlicense](http://unlicense.org/).
0 commit comments