Readd console output.
This commit is contained in:
parent
0f36265123
commit
cb177b56b7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue