()
| 15406 | } |
| 15407 | |
| 15408 | function pow() { |
| 15409 | var scale = powish(transformer$2()); |
| 15410 | |
| 15411 | scale.copy = function() { |
| 15412 | return copy$1(scale, pow()).exponent(scale.exponent()); |
| 15413 | }; |
| 15414 | |
| 15415 | initRange.apply(scale, arguments); |
| 15416 | |
| 15417 | return scale; |
| 15418 | } |
| 15419 | |
| 15420 | function sqrt$1() { |
| 15421 | return pow.apply(null, arguments).exponent(0.5); |
nothing calls this directly
no test coverage detected