}

Articles tagged "howtos"

1 min read Beginner

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)