Changeset 633 for trunk/libs/libmath
- Timestamp:
- May 28, 2019, 6:10:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/libmath/e_pow.c
r469 r633 134 134 if(k>20) { 135 135 j = ly>>(52-k); 136 if((j<<(52-k))== ly) yisint = 2-(j&1);136 if((j<<(52-k))==(int32_t)ly) yisint = 2-(j&1); 137 137 } else if(ly==0) { 138 138 j = iy>>(20-k);
Note: See TracChangeset
for help on using the changeset viewer.