Skip to content

Commit 15c9f20

Browse files
committedNov 14, 2021
Write out names of kind parameters in specs
1 parent 7baf93f commit 15c9f20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎doc/specs/stdlib_kinds.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,26 @@ The `stdlib_kinds` module provides kind parameters for the Fortran intrinsic dat
1616

1717
### `sp`
1818

19+
Single precision real kind parameter.
1920
Provides real kind parameter for floating point numbers with a minimal precision of 6 significant digits.
2021

2122

2223
### `dp`
2324

25+
Double precision real kind parameter.
2426
Provides real kind parameter for floating point numbers with a minimal precision of 15 significant digits.
2527

2628

2729
### `xdp`
2830

31+
Extended double precision real kind parameter.
2932
Provides real kind parameter for floating point numbers with a minimal precision of 18 significant digits.
3033
If not available it has value `-1`.
3134

3235

3336
### `qp`
3437

38+
Quadruple precision real kind parameter.
3539
Provides real kind parameter for floating point numbers with a minimal precision of 33 significant digits.
3640
If not available it has value `-1`.
3741

0 commit comments

Comments
 (0)
Please sign in to comment.