This website works better with JavaScript
Home
Explore
Help
Register
Sign In
olinox14
/
eligibilite
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a4b2552b37
Branches
Tags
master
eligibilite
/
js
/
proj4js
/
lib
/
common
/
e0fn.js
e0fn.js
90 B
History
Raw
1
2
3
module.exports = function(x) {
return (1 - 0.25 * x * (1 + x / 16 * (3 + 1.25 * x)));
};