2006-01-18 14:06:34 -05:00
|
|
|
USING: kernel math si-units ;
|
2005-10-23 19:03:32 -04:00
|
|
|
! 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
|
|
|
|
|