(x)
| 128580 | return ((x = Math.exp(x)) - 1 / x) / 2; |
| 128581 | } |
| 128582 | function tanh(x) { |
| 128583 | return ((x = Math.exp(2 * x)) - 1) / (x + 1); |
| 128584 | } |
| 128585 | exports.default = function zoomRho(rho, rho2, rho4) { |
| 128586 | // p0 = [ux0, uy0, w0] |
| 128587 | // p1 = [ux1, uy1, w1] |