Skip to content

Instantly share code, notes, and snippets.

@derofim
Created August 14, 2015 08:03
Show Gist options
  • Select an option

  • Save derofim/a55c9fc25f3073c431be to your computer and use it in GitHub Desktop.

Select an option

Save derofim/a55c9fc25f3073c431be to your computer and use it in GitHub Desktop.
#ifndef CONSTANTS_H
#define CONSTANTS_H
namespace Constants
{
const double pi ( 3.14159 );
const double avogadro ( 6.0221413e23 );
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment