From f96fcc0b5ec6d222928ad20fdc490e807ac79b42 Mon Sep 17 00:00:00 2001 From: Daniel Hutzschenreuter <daniel.hutzschenreuter@ptb.de> Date: Thu, 20 Jun 2024 12:28:20 +0000 Subject: [PATCH] Update UnitSystem.md --- wiki/doc/UnitSystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/doc/UnitSystem.md b/wiki/doc/UnitSystem.md index 39f2c81..d182705 100644 --- a/wiki/doc/UnitSystem.md +++ b/wiki/doc/UnitSystem.md @@ -174,7 +174,7 @@ Description how to build units witht the D-SI format is [here](StructureSIUnits. |D-SI Identifyer|Description|Examples|D-SI Medal | |-:|-:|-:|-:| | |Multiplication: simply append one unit to another |\metre\metre|PLATINUM| -|\tothe{n} | Exponent: following a unit where n is an integer or (+-)0.5 |\metre\tothe{2}, \volt\tothe{-0.5}|PLATINUM| +|\tothe{n} | Exponent: following a unit where n is an integer or (+-)0.5 |\metre\tothe{2}, \second\tothe{-0.5}|PLATINUM| |\per |Division: All units on the left side of the operator devided by all units on its right side |\metre\per\metre|SILVER| ### References -- GitLab