Forum Discussion
Anonymous
6 years agoNot applicable
Function convert a number from given base to base 10.
The following function converts a number from a certain base (<16) in the corresponding base 10 value. I would like to test to possibly improve the management of particular cases that I have not co...
amitchandak
Super User
6 years agoAnonymous , refer if these two can help
- Anonymous6 years agoNot applicable
I like this solution (very synthetic) but it is limited to base 16 only
the other seem to me a little redundant.