##// END OF EJS Templates
Add the physics constants to the ipython physics user configuration.
Gael Varoquaux -
Show More
@@ -38,6 +38,8 b' ececute rad = pi/180.'
38 execute print '*** q is an alias for PhysicalQuantityInteractive'
38 execute print '*** q is an alias for PhysicalQuantityInteractive'
39 execute print '*** g = 9.8 m/s^2 has been defined'
39 execute print '*** g = 9.8 m/s^2 has been defined'
40 execute print '*** rad = pi/180 has been defined'
40 execute print '*** rad = pi/180 has been defined'
41 execute import ipy_constants as C
42 execute print '*** C is the physical constants module'
41
43
42 # Files to execute
44 # Files to execute
43 execfile
45 execfile
General Comments 0
You need to be logged in to leave comments. Login now