}

Howtos Index Page 1

Java: error: Double.MIN_NORMAL not found

When you see the error **Double.MIN_NORMAL not defined** you should use the following: Double.longBitsToDouble(0x0010000000000000L)