Skip to content

Instantly share code, notes, and snippets.

@StoneLabs
Created September 14, 2021 13:13
Show Gist options
  • Save StoneLabs/4ca814e20c38d94ad52cc1fb2b9cfe2b to your computer and use it in GitHub Desktop.
Save StoneLabs/4ca814e20c38d94ad52cc1fb2b9cfe2b to your computer and use it in GitHub Desktop.
SI Constants
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}}}]]
@StoneLabs
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment