Skip to content

Instantly share code, notes, and snippets.

@ayende
Created March 23, 2020 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayende/f52940ea6ecddb7420b2d06cb797211a to your computer and use it in GitHub Desktop.
Save ayende/f52940ea6ecddb7420b2d06cb797211a to your computer and use it in GitHub Desktop.
float a = 0.281642526f;
float b = 0.844927669f;
float c = a + a + b;
float d = a + b + a;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment