()
| 24272 | } |
| 24273 | |
| 24274 | function sequentialSymlog() { |
| 24275 | var scale = Object(_symlog__WEBPACK_IMPORTED_MODULE_4__["symlogish"])(transformer()); |
| 24276 | |
| 24277 | scale.copy = function() { |
| 24278 | return copy(scale, sequentialSymlog()).constant(scale.constant()); |
| 24279 | }; |
| 24280 | |
| 24281 | return _init__WEBPACK_IMPORTED_MODULE_1__["initInterpolator"].apply(scale, arguments); |
| 24282 | } |
| 24283 | |
| 24284 | function sequentialPow() { |
| 24285 | var scale = Object(_pow__WEBPACK_IMPORTED_MODULE_5__["powish"])(transformer()); |
nothing calls this directly
no test coverage detected