pow.3: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-11-11 13:57:44 +01:00
parent 285d20e353
commit ac5ba355d5
1 changed files with 4 additions and 3 deletions

View File

@ -324,10 +324,11 @@ On 64-bits,
.\"
.\" https://sourceware.org/bugzilla/show_bug.cgi?id=13932
.BR pow ()
may be more than 10,000 times slower for some (rare) inputs than for other nearby
inputs. This only affects
may be more than 10,000 times slower for some (rare) inputs
than for other nearby inputs.
This only affects
.BR pow (),
and not
and not
.BR powf ()
nor
.BR powl ().