USING: kernel math 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