Skip to content

Instantly share code, notes, and snippets.

@etale
Last active May 31, 2019 00:32
Show Gist options
  • Save etale/f545ffa0a06c1f2436ad83e38e5fef74 to your computer and use it in GitHub Desktop.
Save etale/f545ffa0a06c1f2436ad83e38e5fef74 to your computer and use it in GitHub Desktop.
{
"ΔνCs": 9192631770,
"c": 299792458,
"h": 6.62607015e-34,
"e": 1.602176634e-19,
"k": 1.380649e-23,
"NA": 6.02214076e+23,
"Kcd": 683
}
@etale
Copy link
Author

etale commented May 31, 2019

{
  ΔνCs: new Adele(9192631770n),
  c: new Adele(299792458n),
  h: new Adele(662607015n, 10n**42n),
  e: new Adele(1602176634n, 10n**28n),
  k: new Adele(1380649n, 10n**29n),
  NA: new Adele(602214076000000000000000n),
  Kcd: new Adele(683n)
}

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