UNPKG

proj4

Version:

Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.

4 lines (3 loc) 89 B
export default function (x) { return (1 - 0.25 * x * (1 + x / 16 * (3 + 1.25 * x))); }