Latitude (in radians) from Mercator Y y.
y
double inverseMercator(double y) => MathUtils.inverseMercator(y);