factor/extra/units/constants/constants.factor

15 lines
303 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
! USING: kernel math si-units ;
IN: units.constants
! From: http://physics.nist.gov/constants
! speed of light in vacuum
! : c 299792458 m/s ;
! : c0 299792458 m/s ; ! same as c
! : c-vacuum 299792458 m/s ; ! same as c
!
2007-09-20 18:09:08 -04:00
! ! more to come
!
2007-09-20 18:09:08 -04:00
! : avogadro
! 6.02214179e23 { } { mol } <dimensioned> ;