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
Swift has a BinaryInteger/isMultiple(of:) method, and I don't see a great reason to exclude it from this project. I suppose the difficult part is deciding what to with infinite values. Some factorizations are possible, even for infinite values, but I don't think it's possible in general. I might limit non-optional results to Finite<T> and FiniteInteger. Hm.
The text was updated successfully, but these errors were encountered:
Swift has a
BinaryInteger/isMultiple(of:)
method, and I don't see a great reason to exclude it from this project. I suppose the difficult part is deciding what to with infinite values. Some factorizations are possible, even for infinite values, but I don't think it's possible in general. I might limit non-optional results toFinite<T>
andFiniteInteger
. Hm.The text was updated successfully, but these errors were encountered: