Tested tool guide
Tested browser tools
Checked August 16, 2026
What Number Line Visualizer does, with a checked example
Place integers, fractions, decimals, irrational values, intervals, and inequality solutions on a number line. Individual values appear as points, while sets appear as segments or rays. Endpoint markers distinguish included boundaries from excluded ones, making interval notation easier to interpret visually. The detail most often misread is endpoint inclusion: a filled endpoint belongs to the set, but an open endpoint does not, even when the highlighted region reaches that boundary.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
A highlighted segment from -2 to 3, with a filled endpoint at -2 and an open endpoint at 3. In interval notation, the set is [-2, 3).
The <= relation includes -2, so the left endpoint is filled. The strict < relation excludes 3, so the right endpoint is open; every number between those boundaries satisfies both conditions.