Created
September 14, 2021 13:13
-
-
Save StoneLabs/4ca814e20c38d94ad52cc1fb2b9cfe2b to your computer and use it in GitHub Desktop.
SI Constants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SIConstants = EntityList[EntityClass["PhysicalConstant", "SIExact"]]; | |
TextGrid[Join[{Thread[ | |
Style[{"constant", "symbol", "new exact value"}, Italic]]}, | |
EntityValue[SIConstants, {"Entity", "Quantity", "Value"}] /. | |
Quantity[1, Pattern[u, Blank[]]] :> Quantity[None, u]], | |
Sequence[Dividers -> All, | |
Background -> {Automatic, {LightYellow, {LightBlue, None}}}]] |
Author
StoneLabs
commented
Sep 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment