factor/contrib/units/constants.factor

12 lines
234 B
Factor
Raw Normal View History

2005-10-23 19:03:32 -04:00
USING: kernel math dimensioned si-units ;
! From: http://physics.nist.gov/constants
IN: si-units
! speed of light in vacuum
: c 299792458 m/s ;
: c0 299792458 m/s ; ! same as c
: c-vacuum 299792458 m/s ; ! same as c
! more to come