From 4f11bc5c4d589a1ae2c791abc4f901f40b5b42cf Mon Sep 17 00:00:00 2001
From: Gary Katsevman
Interpret |value| as an integer, and let |number| be that number.
Let |region|'s WebVTT region lines be |number|.
Conversion: Let S be the set of finite IEEE 754 double-precision + floating-point values except −0, but with two special values added: + 21024 and −21024.
Let |rounded-number| be the number in |S| that is closest to |number|, + selecting the number with an even significand if there are two equally close + values. (The two special values 21024 and −21024 + are considered to have even significands for this purpose.)
+ +If |rounded-number| is 21024 or −21024, + jump to the step labeled next setting
Let |region|'s WebVTT region lines be |rounded-number|.