Skip to content

Instantly share code, notes, and snippets.

@hasankucuk
Created May 19, 2020 10:37
Show Gist options
  • Save hasankucuk/5dd55983e53d6addceae5af501d67fce to your computer and use it in GitHub Desktop.
Save hasankucuk/5dd55983e53d6addceae5af501d67fce to your computer and use it in GitHub Desktop.
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