Skip to content

Commit 4ac5d84

Browse files
committed
Update documentation with the link to the Python script for generating the stdlib_codata module.
1 parent 3ddef7a commit 4ac5d84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/specs/stdlib_constants.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ The [[stdlib_constants]] module provides mathematical constants and the most com
1313
## Codata
1414

1515
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)
1819
All values for the codata constants are provided as double precision reals.
1920
The names are quite long and can be aliased with shorter names.
2021

0 commit comments

Comments
 (0)