Ticket #533 (Fixed)Fri Nov 05 21:46:13 UTC 2021
SharedCLibrary: modff() function almost always yields incorrect results
Reported by: | Stuart Swales (8827) | Severity: | Normal |
Part: | RISC OS: Module | Release: | |
Milestone: | Status | Fixed |
Details by Stuart Swales (8827):
For both fractional and integral parts, as the wrong exponent bias (0xff, rather than 0×7f) is subtracted.
Changelog:
Modified by Stuart Swales (8827) Fri, November 05 2021 - 21:47:37 GMT
- Attachment added: modff-bug.c
Example demonstrates the bug, together with the required fix.
Modified by Stuart Swales (8827) Sun, November 14 2021 - 11:32:18 GMT
- Status changed from Open to Fixed
Fixed in SharedCLibrary 6.10