File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ The [[stdlib_constants]] module provides mathematical constants and the most com
13
13
## Codata
14
14
15
15
The [[ stdlib_codata(module)]] module defines all codata (physical) constants as derived
16
- type. The latest codata constants
17
- were released in 2018 by the [ NIST] ( http://physics.nist.gov/constants )
16
+ type. The module is automatically generated with a simple
17
+ [ parser written in Python] ( https://github.com/MilanSkocic/codata/tree/dev/stdlib )
18
+ The latest codata constants were released in 2022 by the [ NIST] ( http://physics.nist.gov/constants )
18
19
All values for the codata constants are provided as double precision reals.
19
20
The names are quite long and can be aliased with shorter names.
20
21
You can’t perform that action at this time.
0 commit comments