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