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
We should have a protocol that floating-point types as well as Complex conform to, which includes multiplication and division. This will enable people to write more useful generic algorithms for those types.
One option is a protocol (perhaps named Field) that refines Numeric and includes division. Then algorithms could be written against either Field or Field & ElementaryFunctions.
Roman-Kerimov, stephentyrone, dan-zheng and RahulBhalley