Created
May 19, 2020 10:37
-
-
Save hasankucuk/5dd55983e53d6addceae5af501d67fce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
println(Double.NaN) // NaN | |
println(Double.NEGATIVE_INFINITY) // -Infinity | |
println(Double.POSITIVE_INFINITY > Double.MAX_VALUE ) // true | |
println(Double.SIZE_BITS) // 64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment