Videos
What's up with the ceiling function ceil() ?
ceil(y) = ceil(x)
ceil(x) = ceil(y)
yield different graphs.
I know it's not "equality"... but I need a little clarification on what is happening.
https://www.desmos.com/calculator/oksyuezeb7
Inspired by the "absolute value of x without using absolute value" I thought I'd try to do the floor and ceiling function. Not an exact solution but it was fun!
It is an error (see my comment). You can graph
$$\lfloor x\rfloor=\lfloor y\rfloor$$
on Desmos.com by looking at the complement of
$$\{ (x,y) | \lfloor x\rfloor<\lfloor y\rfloor \} \cup \{ (x,y) | \lfloor x\rfloor>\lfloor y\rfloor \}$$
The Unshaded region below is the graph of your equation.

Alternatively, taking the complement of
$$\left|\lfloor x\rfloor-\lfloor y\rfloor\right|>0$$

It is not difficult to show that $\lfloor x\rfloor=\lfloor y\rfloor$ if and only if $(x-\lfloor y\rfloor)(y-\lfloor x\rfloor)\ge0$.
Try graphing in Desmos
$$ (x-\lfloor y\rfloor)(y- \lfloor x\rfloor)\ge0$$

Desmos does not show it accurately on the boundaries, however.
It is also the case that $\lfloor y\rfloor=\lfloor x\rfloor$ if and only if $\vert \lfloor y\rfloor-\lfloor x\rfloor \vert <1$, but Desmos errs once again on the boundary.

i am looking to graph the integer-only line, but whenever i try to type [[]], it tells me that you cannot store a list of numbers in a list.