Skip to content

Commit

Permalink
Add characteristic impedance of vacuum to CODATA2018
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jul 18, 2020
1 parent 2074ac9 commit 03abe02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/codata2018.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,8 @@ _νx(T) = find_zero((_νf, _Dνf), T(_νx0), Roots.Newton())
ustrip(_νx(BigFloat) * big(k_B) / big(h)), Hz / K,
_νx0 * measurement(k_B) / measurement(h),
_νx(BigFloat) * measurement(BigFloat, k_B) / measurement(BigFloat, h), "CODATA 2018")
@constant(CharacteristicImpedanceOfVacuum, Z_0, "Characteristic impedance of vacuum",
376.730_313_668, BigFloat(376_730_313_668)/BigFloat(1000_000_000), Ω, 5.7e-8,
BigFloat(57) / BigFloat(1000_000_000), "CODATA 2018")

end # module CODATA2018

0 comments on commit 03abe02

Please sign in to comment.