Skip to content

Commit b24f3c6

Browse files
committed
Add warning for short names and how to alias them.
1 parent 79e0300 commit b24f3c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/specs/stdlib_constants.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ title: constants
99

1010
The [[stdlib_constants]] module provides mathematical constants and the most common physical constants.
1111

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+
```
1218

1319
## Codata
1420

0 commit comments

Comments
 (0)