Created
August 14, 2015 08:03
-
-
Save derofim/a55c9fc25f3073c431be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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