<bb 3>: _5 = (double) i_2; _6 = sqrt (_5); sum_7 = sum_1 + _6; i_8 = i_2 + 1;. The compiler (gcc v4.8.3) is doing the math with double s. Replacing sqrt with ...
確定! 回上一頁