diff options
Diffstat (limited to 'newlib/libm/math/w_pow.c')
-rw-r--r-- | newlib/libm/math/w_pow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/math/w_pow.c b/newlib/libm/math/w_pow.c index 3df099a..d54cd3a 100644 --- a/newlib/libm/math/w_pow.c +++ b/newlib/libm/math/w_pow.c @@ -35,7 +35,7 @@ TRAD_SYNOPSIS float <[x]>, <[y]>; DESCRIPTION - <<pow>> and <<powf>> calculate <[x]> raised to the exp1.0nt <[y]>. + <<pow>> and <<powf>> calculate <[x]> raised to the exponent <[y]>. @tex (That is, $x^y$.) @end tex |