(x)
| 128829 | return Math.log(x); |
| 128830 | } |
| 128831 | function transformExp(x) { |
| 128832 | return Math.exp(x); |
| 128833 | } |
| 128834 | function transformLogn(x) { |
| 128835 | return -Math.log(-x); |
| 128836 | } |
nothing calls this directly
no outgoing calls
no test coverage detected