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
|
* intPartA will have the upper 22 bits, intPartB will have the lower
|
||||||
* 52 bits.
|
* 52 bits.
|
||||||
*/
|
*/
|
||||||
|
System.out.println("Computing exp(" + x + ")");
|
||||||
if (x < 0.0) {
|
if (x < 0.0) {
|
||||||
intVal = (int) -x;
|
intVal = (int) -x;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue