zhanmingkan
2022-05-17 10f1dd4dadeeaaa2403148cf442279d0abc61147
1
2
3
module.exports = function(x) {
  return Math.log((x - 1) / (x + 1)) / 2;
};