summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/doc/html/manual/ext_numerics.html
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/doc/html/manual/ext_numerics.html')
-rw-r--r--libstdc++-v3/doc/html/manual/ext_numerics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/html/manual/ext_numerics.html b/libstdc++-v3/doc/html/manual/ext_numerics.html
index 7880e35580e..f1bb1ac93eb 100644
--- a/libstdc++-v3/doc/html/manual/ext_numerics.html
+++ b/libstdc++-v3/doc/html/manual/ext_numerics.html
@@ -8,7 +8,7 @@
</p><pre class="programlisting">
power (x, n);
power (x, n, moniod_operation);</pre><p>Returns, in FORTRAN syntax, "x ** n" where n&gt;=0. In the
- case of n == 0, returns the <a class="ulink" href="#ch20" target="_top">identity element</a> for the
+ case of n == 0, returns the identity element for the
monoid operation. The two-argument signature uses multiplication (for
a true "power" implementation), but addition is supported as well.
The operation functor must be associative.
OpenPOWER on IntegriCloud