mirror of
https://github.com/proj4js/proj4js.git
synced 2026-01-18 16:13:22 +00:00
3 lines
92 B
JavaScript
3 lines
92 B
JavaScript
module.exports = function(x) {
|
|
return (0.375 * x * (1 + 0.25 * x * (1 + 0.46875 * x)));
|
|
}; |