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 79e0300 commit b24f3c6Copy full SHA for b24f3c6
doc/specs/stdlib_constants.md
@@ -9,6 +9,12 @@ title: constants
9
10
The [[stdlib_constants]] module provides mathematical constants and the most common physical constants.
11
12
+**Warning**: The names of the most common physical constants are kept short as they are inside a dedicated module.
13
+Nonetheless, in case of overlapping names, they can always be renamed as following:
14
+
15
+```fortran
16
+use stdlib_constants, only: clight => c
17
+```
18
19
## Codata
20
0 commit comments