Skip to content

Commit 6d406f0

Browse files
vk2sebzyp
authored andcommitted
Unresolved: address __div__
1 parent 191dc67 commit 6d406f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

text/0041-fixed-point.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,13 @@ TBD
164164
- `.round()` is a bit awkwardly named when it's used both to increase and decrease precision.
165165
- vk2seb@: The existing modifications address this:
166166
- 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`.
168168
- We now have `.reshape()`, which better represents increasing and decreasing precision. However, I'm open to new names.
169169

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.
172+
- vk2seb@: agree, let's leave it out of this RFC.
173+
170174
## Future possibilities
171175
[future-possibilities]: #future-possibilities
172176

0 commit comments

Comments
 (0)