Skip to content

Commit dc56497

Browse files
committed
Update docs/specs/stdlib_constants.md.
1 parent dc51fab commit dc56497

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/specs/stdlib_constants.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ title: constants
66

77
## Introduction
88

9-
`stdlib_constants` module provides mathematical and physical constants.
10-
The latter are the last codata constants (2018) taken from [NIST](http://physics.nist.gov/constants.)
9+
10+
The [[stdlib_constants]] module provides mathematical constants and the most common physical constants.
11+
12+
The [[stdlib_codata]] module defines all codata constants as derived type [[codata_constant]].
13+
The lastest codata constants were released in 2018 by the [NIST](http://physics.nist.gov/constants.)
14+
The names are quite long and can be aliased with shorter names.
15+
1116

1217
## Example
1318

0 commit comments

Comments
 (0)