(x: number)
| 304 | Math.pow(baseVal.hi, expVal.lo), |
| 305 | Math.pow(baseVal.hi, expVal.hi), |
| 306 | ]; |
| 307 | return ok({ lo: Math.min(...corners), hi: Math.max(...corners) }); |
| 308 | } |
| 309 | |
| 310 | /** The point interval 1, the dividend of the reciprocal in `powRationalRaw`. |