PhysicalConstants.jl
Introduction
PhysicalConstants.jl
provides common physical constants. They are defined as instances of the new Constant
type, which is subtype of AbstractQuantity
(from Unitful.jl
package) and can also be turned into Measurement
objects (from Measurements.jl
package) at request.
Constants are grouped into different submodules, so that the user can choose different datasets as needed. Currently, 2014 and 2018 editions of CODATA recommended values of the fundamental physical constants are provided.
Installation
The latest version of PhysicalConstants.jl
is available for Julia 1.0 and later versions, and can be installed with Julia built-in package manager. After entering the package manager mode by pressing ]
, run the command
pkg> add PhysicalConstants
License
The PhysicalConstants.jl
package is licensed under the MIT "Expat" License. The original author is Mosè Giordano.