aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/math/powi.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/math/powi.def.h')
-rw-r--r--winsup/cygwin/math/powi.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/math/powi.def.h b/winsup/cygwin/math/powi.def.h
index e3840e7..2f74f4f 100644
--- a/winsup/cygwin/math/powi.def.h
+++ b/winsup/cygwin/math/powi.def.h
@@ -57,7 +57,7 @@
powi (+/-inf, y) is +/-inf with no exception for finite y > 0 an odd integer
powi (+/-inf, y) is +inf with no exception for finite y > 0 and not an odd integer
powi (x, y) signals the invalid operation exception for finite x < 0 and finite non-integer y.
-
+
For x /= 0: lim y->oo (1/x)^y results as: for |x| < 1 that sgn(x)*0 and for |x| > 0 that sgn(x)*Infinity
*/