Skip to content

Commit

Permalink
Fic code highlighting on README for sqrtmodprime
Browse files Browse the repository at this point in the history
  • Loading branch information
byhill authored Feb 7, 2023
1 parent 04cc9d0 commit eb60509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Note that there are no checks in `sqrtmodprime` to ensure that `p` is prime,
and the output of `sqrtmodprime(n, p)` is undefined when `p` is not prime.
The onus is on the user to use `sqrtmodprime` correctly.

```
```julia
julia> sqrtmodprime(16, 101)
2-element Vector{Int64}:
97
Expand Down

0 comments on commit eb60509

Please sign in to comment.