()
| 16875 | } |
| 16876 | |
| 16877 | function sequentialSymlog() { |
| 16878 | var scale = symlogish(transformer$1()); |
| 16879 | |
| 16880 | scale.copy = function() { |
| 16881 | return copy(scale, sequentialSymlog()).constant(scale.constant()); |
| 16882 | }; |
| 16883 | |
| 16884 | return initInterpolator.apply(scale, arguments); |
| 16885 | } |
| 16886 | |
| 16887 | function sequentialPow() { |
| 16888 | var scale = powish(transformer$1()); |
nothing calls this directly
no test coverage detected