7 lines
60 B
Matlab
7 lines
60 B
Matlab
function [v,u]=LightSpeed()
|
|
|
|
v=137.03599907;
|
|
u=4.4e-8;
|
|
|
|
end
|