srat.js 92 B

123
  1. export default function(esinp, exp) {
  2. return (Math.pow((1 - esinp) / (1 + esinp), exp));
  3. }