export default function(x) { return Math.log((x - 1) / (x + 1)) / 2; }