Guest User

Untitled

a guest
Jun 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. namespace Constants
  2. {
  3.  
  4. // actual global variables
  5.  
  6. extern const double pi(3.14159);
  7.  
  8. extern const double avogadro(6.0221413e23);
  9.  
  10. extern const double my_gravity(9.2); // m/s^2 -- gravity is light on this planet
  11.  
  12. }
Add Comment
Please, Sign In to add comment