Improve to_str & from_str with better radix handling of integer types #4126
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
"float::to_str()" does not have a radix parameter, working under base 10. We should preserve this behavior for integer types as well. We also need "to_str_radix()" and "from_str_radix()" functions for integer types.
The text was updated successfully, but these errors were encountered: