When attempting to divide by zero in Programmer mode when set to binary, the error message appears as "00Cannot divide by zero". Trying 0 divided by 0 will give "000Result is undefined". In binary mode, leading zeros are added on the beginning according to the number of other characters in the display to make the number of characters divisible by 4. However, it also does this when there is an error on the display.
Steps To Reproduce
Go into Programmer mode
Switch to binary (BIN)
Type any number divided by 0
See error message with 0s at the beginning
Expected behavior
The error message would appear without any 0s at the beginning.
Screenshots
Device and Application Information
OS Build: Windows 10 Home build 19045.4894
Architecture: 64-bit
Application Version: 11.2405.2.0
Region: en-US
Dev Version Installed: None
Additional context
Requested Assignment
I'm just reporting this problem. I don't want to fix it.
Describe the bug
When attempting to divide by zero in Programmer mode when set to binary, the error message appears as "00Cannot divide by zero". Trying 0 divided by 0 will give "000Result is undefined". In binary mode, leading zeros are added on the beginning according to the number of other characters in the display to make the number of characters divisible by 4. However, it also does this when there is an error on the display.
Steps To Reproduce
Expected behavior
The error message would appear without any 0s at the beginning.
Screenshots
Device and Application Information
Additional context
Requested Assignment
I'm just reporting this problem. I don't want to fix it.