()
| 129454 | return (0, _initJs.initInterpolator).apply(scale, arguments); |
| 129455 | } |
| 129456 | function divergingPow() { |
| 129457 | var scale = (0, _powJs.powish)(transformer()); |
| 129458 | scale.copy = function() { |
| 129459 | return (0, _sequentialJs.copy)(scale, divergingPow()).exponent(scale.exponent()); |
| 129460 | }; |
| 129461 | return (0, _initJs.initInterpolator).apply(scale, arguments); |
| 129462 | } |
| 129463 | function divergingSqrt() { |
| 129464 | return divergingPow.apply(null, arguments).exponent(0.5); |
| 129465 | } |
nothing calls this directly
no test coverage detected