We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f773fd8 commit 8017116Copy full SHA for 8017116
spec.emu
@@ -23,6 +23,7 @@ contributors: Oliver Medhurst, Richie Bendall
23
1. If _min_ is *NaN*, throw a *RangeError* exception.
24
1. If _max_ is not a Number, throw a *TypeError* exception.
25
1. If _max_ is *NaN*, throw a *RangeError* exception.
26
+ 1. If _min_ is *+0*<sub>𝔽</sub> and _max_ is *-0*<sub>𝔽</sub>, throw a *RangeError* exception.
27
1. If _min_ > _max_, throw a *RangeError* exception.
28
1. If _value_ is *NaN*, return *NaN*.
29
1. If _value_ is *-0*<sub>𝔽</sub> and _min_ is *+0*<sub>𝔽</sub>, return *+0*<sub>𝔽</sub>.
0 commit comments