You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: dedup Sin/Cos Op::f via shared eval_trig helper (#186) (#251)
Sin and Cos had identical Op::f bodies apart from the nonlinearity called.
Extract the shared modulo-4pi reduction into a pub(crate) eval_trig helper
and have both ops delegate to it. Pure refactor; output is unchanged
(verified by the existing sin/cos precision tests).
0 commit comments