()
| 15365 | } |
| 15366 | |
| 15367 | function symlog() { |
| 15368 | var scale = symlogish(transformer$2()); |
| 15369 | |
| 15370 | scale.copy = function() { |
| 15371 | return copy$1(scale, symlog()).constant(scale.constant()); |
| 15372 | }; |
| 15373 | |
| 15374 | return initRange.apply(scale, arguments); |
| 15375 | } |
| 15376 | |
| 15377 | function transformPow(exponent) { |
| 15378 | return function(x) { |
nothing calls this directly
no test coverage detected