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
Change the extension methods to take `TInput` directly with a generic
`where TInput : INumber<TInput>` constraint. This preserves the same
behavior while avoiding issues with static abstract interface members.
0 commit comments