Subject: | If "." is in digis, from_base doesn't work well |
If '.' is in digits, to_base works correctly, but from_base doesn't work correctly.
Because, in from_base, '.' is regarded as a special character to represent decimal period. But, if '.' is in digits, it should be regarded as one of the digits not as decimal period.
I wrote pull request on github.com.
https://github.com/kenahoo/perl-math-basecalc
Thanks.