Home
last modified time | relevance | path

Searched refs:INV_MERCATOR_Y (Results 1 – 2 of 2) sorted by relevance

/dports/astro/xearth/xearth-1.2/
H A Dxearth.h170 #define INV_MERCATOR_Y(y) (sin(2 * (atan(exp(y)) - (M_PI/4)))) macro
H A Drender.c351 y = INV_MERCATOR_Y(y);