()
| 129360 | return (0, _initJs.initInterpolator).apply(scale, arguments); |
| 129361 | } |
| 129362 | function sequentialPow() { |
| 129363 | var scale = (0, _powJs.powish)(transformer()); |
| 129364 | scale.copy = function() { |
| 129365 | return copy(scale, sequentialPow()).exponent(scale.exponent()); |
| 129366 | }; |
| 129367 | return (0, _initJs.initInterpolator).apply(scale, arguments); |
| 129368 | } |
| 129369 | function sequentialSqrt() { |
| 129370 | return sequentialPow.apply(null, arguments).exponent(0.5); |
| 129371 | } |
nothing calls this directly
no test coverage detected