Charlie Harvey

#573

Some insight as to why Math.min() > Math.max()

> Math.max()
-Infinity
> Math.min()
Infinity
...wtf?