constants.red 985 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. on rounded;
  2. % speed of light
  3. c:=299792458.0$
  4. % Planck's constant
  5. h:=6.62606957E-34$
  6. % elementary charge
  7. el:=1.602176565E-19$
  8. % newtonian constant of gravity
  9. g:=6.67384E-11$
  10. % Avogadro's number
  11. a:=6.02214129E23$
  12. % Boltzmann's constant
  13. b:=1.3806488E-23$
  14. % mass of electron
  15. me:=9.10938291e-31$
  16. % mass of neutron
  17. mn:=1.674927351e-27$
  18. % mass of proton
  19. mp:=1.672621777e-27$
  20. % dielectric constant
  21. epsilon0:=8.85418781762039E-12$
  22. % permeability coefficient mue_0 = 4*pi*1e-7
  23. mu0:=1.25663706143592E-06$
  24. % Einstein's gravitational constant kappa = 8*pi*G / c^4
  25. kappa:=2.076504e-43$
  26. % radius of universe [m]
  27. ru:=1.296120e26$
  28. % age of universe [s]
  29. tu:=4.323391e17$
  30. % critical mass density for a closing universe [cmd]
  31. cmd:=9.568779e-27$
  32. % astronomical unit
  33. au:=149597870700$
  34. % Parsec
  35. pc:=3.08567758149136E+16$
  36. % seconds per sidereal day
  37. sidd:=86164.0991483654$
  38. % days per tropical year
  39. tropy:=365.24219879$
  40. % Planck mass
  41. pm:=2.17650925244531E-08$
  42. % Planck time
  43. pt:=5.3910604238861E-44$
  44. end;