Cygwin: fix formatting: collapse whitespace-only lines
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
pow (+/-inf, y) is +/-inf with no exception for finite y > 0 an odd integer
|
||||
pow (+/-inf, y) is +inf with no exception for finite y > 0 and not an odd integer
|
||||
pow (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
|
||||
|
||||
*/
|
||||
|
@@ -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
|
||||
|
||||
*/
|
||||
|
@@ -70,6 +70,6 @@ __MINGW_USYMBOL(remquol):
|
||||
jz 1f
|
||||
negl %eax
|
||||
1: movl %eax, (%ecx)
|
||||
|
||||
|
||||
ret
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user