Boop
Boop copied to clipboard
Add support for 0b notation
Currently, if a binary string formatted with 0b is inputted, it will resolve to zero since it only cares about the first numerical character in the line. This change will detect if 0b is at the head and if so, will cut it off.
This is the only place I noticed this lacking, if this needs to be added anywhere else please feel free to append to this.
Thank you, Eldon.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication