Implements a 1.0 ULP approximation for Ops.SIN.
- fast=True assumes x <= switch_over.
- switch_over is the threshold for switching to payne_hanek_reduction.
const
xsin = ({ d, fast, switch_over: { d:
UOp, fast: boolean, switch_over: number } }) => unknown