BaoXs
2022-05-14 157706358c1c0fbe599ea875a887122a1e40c105
1
2
3
module.exports = function(x) {
  return Math.log((x - 1) / (x + 1)) / 2;
};