mirror of
https://github.com/juancarlospaco/nim-constants
synced 2026-01-14 09:51:39 +00:00
No description
| src | ||
| .gitignore | ||
| constants.nimble | ||
| LICENSE | ||
| README.md | ||
Constants
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.
Sources
- 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
How other programming langs do it?
- 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.