Skip to content

Instantly share code, notes, and snippets.

@Solonarv
Created January 23, 2017 22:32
Show Gist options
  • Save Solonarv/48e3f96bf010b817a60b1e0e1e0c2fe2 to your computer and use it in GitHub Desktop.
Save Solonarv/48e3f96bf010b817a60b1e0e1e0c2fe2 to your computer and use it in GitHub Desktop.
public class Constants {
public static final double PI = 3.14159; // should have more digits, obviously
public static final double PHI = (Math.sqrt(5) - 1) / 2; // Exact value, or as close as we can get
public static final int ANSWER = 42; // or is it?
public static final int NUMBER_OF_GENDERS = Double.POSITIVE_INFINITY; // ;)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment