From d7949aaf15e69b352d8582869d5b68cfaaf44e5c Mon Sep 17 00:00:00 2001 From: Jan Strube Date: Sun, 23 Oct 2016 22:28:50 -0700 Subject: [PATCH] Adding Tesla This change adds the derived unit Tesla https://en.wikipedia.org/wiki/Tesla_(unit) --- src/SIUnits.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SIUnits.jl b/src/SIUnits.jl index e3b3ee9..092d350 100644 --- a/src/SIUnits.jl +++ b/src/SIUnits.jl @@ -370,6 +370,7 @@ module SIUnits const Siemens = inv(Ohm) const Watt = Joule/Second const Pascal = Newton/Meter^2 + const Tesla = KiloGram/Second^2/Ampere const CentiMeter = Centi*Meter