Skip to content

Commit 1eb073f

Browse files
jalveszjvdp1
andauthored
Update doc/specs/stdlib_str2num.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 50174a4 commit 1eb073f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/specs/stdlib_str2num.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ The accuracy of the conversion is implementation dependent; it is recommended th
9696

9797
**The current implementation has been tested to provide for** :
9898

99-
`real32` : exact match
99+
`sp` : exact match
100100

101-
`real64` : precision up-to epsilon(0.0_real64)
101+
`dp` : precision up-to epsilon(0.0_dp)
102102

103-
`real128` : precision around 200*epsilon(0.0_real128)
103+
`qp` : precision around 200*epsilon(0.0_qp)
104104

105105
Where precision refers to the relative difference between `to_num` and `read`. On the other hand, `to_num` provides speed-ups ranging from 4x to >10x compared to the intrinsic `read`.

0 commit comments

Comments
 (0)