details:   http://hg.sympy.org/sympy/rev/4d0cd200f57b
changeset: 1856:4d0cd200f57b
user:      Ondrej Certik <[EMAIL PROTECTED]>
date:      Wed Nov 05 13:18:07 2008 +0100
description:
The Planck's constant fixed.

There was a missing 6 after the decimal digit.

diffs (12 lines):

diff -r 3082b769dbfa -r 4d0cd200f57b sympy/physics/units.py
--- a/sympy/physics/units.py    Wed Nov 05 09:46:55 2008 +0100
+++ b/sympy/physics/units.py    Wed Nov 05 13:18:07 2008 +0100
@@ -163,7 +163,7 @@
 e0 = electric_constant = 1/(u0 * c**2)
 Z0 = vacuum_impedance = u0 * c
 
-planck = Rational('6.2606896') * ten**-34 * J*s
+planck = Rational('6.62606896') * ten**-34 * J*s
 hbar = planck / (2*pi)
 
 avogadro = (Rational('6.02214179') * 10**23) / mol

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-commits" group.
To post to this group, send email to sympy-commits@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sympy-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to