mirror of
https://github.com/proj4js/proj4js.git
synced 2026-01-25 16:26:11 +00:00
4 lines
80 B
JavaScript
4 lines
80 B
JavaScript
export default function (x) {
|
|
return (0.05859375 * x * x * (1 + 0.75 * x));
|
|
}
|