ggggggggg / Physical.jl

Units, physical constants, error propagation.
MIT License
7 stars 5 forks source link

Corrected values of a few physical constants #6

Closed AndrewBelt closed 9 years ago

AndrewBelt commented 9 years ago

Copied most values from CODATA (http://physics.nist.gov/cuu/Constants/Table/allascii.txt), preferring explicit number literals rather than derived values.

I renamed u_bohr to mu_bohr and rydberg_constant to r_rydberg to better suit the symbol_name convention you have set.

I can't endorse that these are fully correct, but they are more correct than before.

ggggggggg commented 9 years ago

Thanks!