{-1, Inf(-1)},
{-1, Inf(1)},
{-1, NaN()},
- {-1 / 2, Inf(-1)},
- {-1 / 2, Inf(1)},
+ {-0.5, Inf(-1)},
+ {-0.5, Inf(1)},
{Copysign(0, -1), Inf(-1)},
{Copysign(0, -1), -Pi},
{Copysign(0, -1), -0.5},
{0, Inf(1)},
{0, NaN()},
- {1 / 2, Inf(-1)},
- {1 / 2, Inf(1)},
+ {0.5, Inf(-1)},
+ {0.5, Inf(1)},
{1, Inf(-1)},
{1, Inf(1)},
{1, NaN()},
{2, float64(1 << 32)},
{2, -float64(1 << 32)},
{-2, float64(1<<32 + 1)},
- {1 / 2, float64(1 << 45)},
- {1 / 2, -float64(1 << 45)},
+ {0.5, float64(1 << 45)},
+ {0.5, -float64(1 << 45)},
{Nextafter(1, 2), float64(1 << 63)},
{Nextafter(1, -2), float64(1 << 63)},
{Nextafter(-1, 2), float64(1 << 63)},