Commit e96d707
changed documentation of isprime(n::Integer) -> Bool (#147)
* changed documentation of isprime(n::Integer) -> Bool
- shows exactly when probabilistic methods are applied and when not
- mentions the used methods
changed documentation of isprime(x::BigInt, [reps = 25]) -> Bool
- stated where the function is_probably_prime comes from
and explains what it does
---------
Co-authored-by: fepaul <fepaul@students.uni-mainz.de>1 parent fef5fcd commit e96d707
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
161 | 167 | | |
162 | 168 | | |
163 | 169 | | |
| |||
290 | 296 | | |
291 | 297 | | |
292 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
293 | 302 | | |
294 | 303 | | |
295 | 304 | | |
| |||
0 commit comments