Skip to content

Instantly share code, notes, and snippets.

@ionelh
Created January 28, 2020 16:33
Show Gist options
  • Save ionelh/06280d8b2aacb9cd79c32d7cf0f727f3 to your computer and use it in GitHub Desktop.
Save ionelh/06280d8b2aacb9cd79c32d7cf0f727f3 to your computer and use it in GitHub Desktop.
// min / max value
System.out.println(Double.MIN_VALUE);
System.out.println(Double.MAX_VALUE);
// double is a double-precision 64-bit IEEE 754 floating point
double pi = 3.14;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment