5 lines
87 B
Matlab
5 lines
87 B
Matlab
function [v,u]=ElementaryCharge()
|
|
|
|
[v,u]=Constant.(UnitSystem()).ElementaryCharge;
|
|
|
|
end |