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
Copy file name to clipboardExpand all lines: text/0041-fixed-point.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,13 @@ TBD
164
164
-`.round()` is a bit awkwardly named when it's used both to increase and decrease precision.
165
165
- vk2seb@: The existing modifications address this:
166
166
- Library name: `lib.fixed`
167
-
- Type names and shapes: signature has now been updated to use `i_bits`, `f_bits` and the explicit underlying storage in the constructor for `fixed.Shape`.
167
+
- Type names and shapes (from zyp@): signature has now been updated to use `i_bits`, `f_bits` and the explicit underlying storage in the constructor for `fixed.Shape`.
168
168
- We now have `.reshape()`, which better represents increasing and decreasing precision. However, I'm open to new names.
169
169
170
+
- Should `__div__` be permitted?
171
+
- zyp@: (...) To avoid scope creep, I'm inclined to leave inferred division out of this RFC. We could instead do a separate RFC later for that.
0 commit comments