aboutsummaryrefslogtreecommitdiff
path: root/manuals/algorithms.md
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/algorithms.md')
-rw-r--r--manuals/algorithms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manuals/algorithms.md b/manuals/algorithms.md
index ef6b6d99..4d7a0edc 100644
--- a/manuals/algorithms.md
+++ b/manuals/algorithms.md
@@ -178,7 +178,7 @@ to calculate the bessel when `x < 0`, It has a complexity of `O(n^3)`.
their calculations with the precision (`scale`) set to at least 1 greater than
is needed.
-### Modular Exponentiation (`dc` Only)
+### Modular Exponentiation
This `dc` uses the [Memory-efficient method][8] to compute modular
exponentiation. The complexity is `O(e*n^2)`, which may initially seem