This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
olinox14
/
eligibilite
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
a4b2552b37
Rami (Branch)
Tag
master
eligibilite
/
js
/
proj4js
/
lib
/
common
/
e0fn.js
e0fn.js
90 B
Cronologia
Originale
1
2
3
module.exports = function(x) {
return (1 - 0.25 * x * (1 + x / 16 * (3 + 1.25 * x)));
};