File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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.
1920Provides 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.
2426Provides 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.
2932Provides real kind parameter for floating point numbers with a minimal precision of 18 significant digits.
3033If not available it has value ` -1 ` .
3134
3235
3336### ` qp `
3437
38+ Quadruple precision real kind parameter.
3539Provides real kind parameter for floating point numbers with a minimal precision of 33 significant digits.
3640If not available it has value ` -1 ` .
3741
You can’t perform that action at this time.
0 commit comments