We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc51fab commit dc56497Copy full SHA for dc56497
doc/specs/stdlib_constants.md
@@ -6,8 +6,13 @@ title: constants
6
7
## Introduction
8
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.)
+
+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
16
17
## Example
18
0 commit comments