Skip to content

Commit 5a12e3f

Browse files
committed
[spec] Editorial tweak
1 parent 47d862c commit 5a12e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/text/values.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Furthermore, arbitrary NaN values may be expressed by providing an explicit payl
131131
z{:}\Tfloat &\Rightarrow& \ieee_N(z) & (\iff \ieee_N(z) \neq \pm \infty) \\ &&|&
132132
z{:}\Thexfloat &\Rightarrow& \ieee_N(z) & (\iff \ieee_N(z) \neq \pm \infty) \\ &&|&
133133
\text{inf} &\Rightarrow& \infty \\ &&|&
134-
\text{nan} &\Rightarrow& \NAN(2^{\significand(N)-1}) \\ &&|&
134+
\text{nan} &\Rightarrow& \NAN(\canon_N) \\ &&|&
135135
\text{nan{:}0x}~n{:}\Thexnum &\Rightarrow& \NAN(n) & (\iff 1 \leq n < 2^{\significand(N)}) \\
136136
\end{array}
137137

0 commit comments

Comments
 (0)