mirror of
https://github.com/proj4js/proj4js.git
synced 2026-01-25 16:26:11 +00:00
3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
module.exports = function(x) {
|
|
return (1 - 0.25 * x * (1 + x / 16 * (3 + 1.25 * x)));
|
|
}; |