Mathematical numerical named static constants useful for different disciplines (math, physics, chemistry, biology, engineering, data science, IT, hobby, etc).
Links to Wikipedia and The OnLine Enciclopedia of Integer Sequences provided.
Run nim doc constants.nim
for Documentation.
- http://wikipedia.org/wiki/List_of_mathematical_constants
- http://wikipedia.org/wiki/Astronomical_constant#Table_of_astronomical_constants
- http://wikipedia.org/wiki/Physical_constant#Table_of_physical_constants
- http://oeis.org
- Julia: https://github.com/JuliaLang/julia/blob/master/base/mathconstants.jl
- Go: https://golang.org/pkg/math/#pkg-constants
- D: https://dlang.org/phobos/std_math.html#.E
- R: https://stat.ethz.ch/R-manual/R-devel/library/base/html/Constants.html
- Python: https://docs.python.org/3/library/math.html#constants
- Node: No relevant collection of mathematical constants built-in.