Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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