265
edits
m (→Today's topics) |
|||
Line 9: | Line 9: | ||
* How to proceed with updating `mod`/`rem`. Current implementation gives nonsensical results for large values (bug #45481) and incorrect results for values > 2/3 flintmax () (bug #67339). Results are also not *exactly* Matlab compatible for various corner cases (I can't find the exact threshold they are using to determine something is within round-off error of 0) | * How to proceed with updating `mod`/`rem`. Current implementation gives nonsensical results for large values (bug #45481) and incorrect results for values > 2/3 flintmax () (bug #67339). Results are also not *exactly* Matlab compatible for various corner cases (I can't find the exact threshold they are using to determine something is within round-off error of 0) | ||
* The F5 key (save and run code) in GUI is broken in Windows because of the operating system's poor timestamping. This issue has come up repeatedly. Can we resolve it, even with a hack, so that we don't get more complaints and bug reports about it? | * The F5 key (save and run code) in GUI is broken in Windows because of the operating system's poor timestamping. This issue has come up repeatedly. Can we resolve it, even with a hack, so that we don't get more complaints and bug reports about it? | ||
* Should we discontinue NA? | |||
== Previous topics == | == Previous topics == |