10 lines
238 B
Factor
10 lines
238 B
Factor
|
|
USING: kernel math dimensional-analysis units ;
|
||
|
|
! From: http://physics.nist.gov/constants
|
||
|
|
|
||
|
|
IN: physical-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
|
||
|
|
|