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
/
srat.js
srat.js
95 B
History
Raw
1
2
3
module.exports = function(esinp, exp) {
return (Math.pow((1 - esinp) / (1 + esinp), exp));
};