Files
imdd_silas/Libs/physconst/UnitSystem.m
2024-04-29 11:30:35 +02:00

5 lines
37 B
Mathematica

function s=UnitSystem()
s='SI';
end