Readd console output.

This commit is contained in:
tn 2015-01-13 10:35:27 +01:00
parent 0f36265123
commit cb177b56b7
1 changed files with 1 additions and 0 deletions

View File

@ -873,6 +873,7 @@ public class FastMath {
* intPartA will have the upper 22 bits, intPartB will have the lower
* 52 bits.
*/
System.out.println("Computing exp(" + x + ")");
if (x < 0.0) {
intVal = (int) -x;