(t)
| 10353 | ); |
| 10354 | } |
| 10355 | function nd(t) { |
| 10356 | return function (e) { |
| 10357 | return Math.sign(e) * Math.log1p(Math.abs(e / t)); |
| 10358 | }; |
| 10359 | } |
| 10360 | function rd(t) { |
| 10361 | return function (e) { |
| 10362 | return Math.sign(e) * Math.expm1(Math.abs(e)) * t; |