7 lines
70 B
Matlab
7 lines
70 B
Matlab
function [v,u]=ElementaryCharge()
|
|
|
|
v=1.602176565e-19;
|
|
u=3.5e-27;
|
|
|
|
end
|