}

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)

Double.MIN_NORMAL is the smallest postive value of the type double. The value is 2-1022.

Leave a comment if this did not work as a solution

Leonardo Lazzaro

Software engineer and technical writer. 10+ years experience in DevOps, Python, and Linux systems.

More articles by Leonardo Lazzaro