SIUnits now differentiates \square and \squared

This commit is contained in:
2022-02-04 11:12:11 +00:00
parent f9f1cfebbb
commit 2c92c044f5

View File

@@ -92,9 +92,9 @@ Ph.D. &Doctor of Philosophy\\
\chapter*{List of Symbols}%%RUM: Not mentioned
\begin{tabular}{lll}
Symbol &Description &Value/Units\\
$E$ &Energy &\si{\joule}\\
$m$ &Mass &\si{gram}\\
$c$ &Speed of Light &\SI{2.99E8}{\meter\per\second\square}\\
$E$ &Energy &\unit{\joule}\\
$m$ &Mass &\unit{gram}\\
$c$ &Speed of Light &\qty{2.99E9}{\meter\per\second\squared}\\
\end{tabular}