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
This makes the promotion rules for `Fixed` consistent with the rules used within `Normed`:
- `Fixed` and `Integer` are promoted to `floattype`
- `Fixed` and `AbstractFloat` are promoted to `floattype` with sufficient precision
This adds the rule:
- `Fixed` and `Normed` are promoted to `floattype`
This also stops using `@generated` function.
0 commit comments