Boop icon indicating copy to clipboard operation
Boop copied to clipboard

Add support for 0b notation

Open eldonwilliams opened this issue 2 years ago • 1 comments

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.

eldonwilliams avatar Sep 06 '22 19:09 eldonwilliams

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Sep 06 '22 19:09 sonarqubecloud[bot]