Top "Radix" questions

In mathematical numeral systems, the radix or base is the number of unique digits, including zero, that a positional numeral system uses to represent numbers.

Radix Sort for Negative Integers

I am trying to implement radix sort for integers, including negative integers. For non-negative ints, I was planning to create …

sorting language-agnostic radix-sort radix
Exception was thrown: FormatException: Invalid radix-10 number

I get this error when try to get an integer from TextFormFeild. I have used this widget many times but …

dart flutter radix
What does "numeric precision radix" mean in the SQL Server metadata?

I am browsing the SQL Server Management Studio Object Explorer: the metadata. Under the TempDb > Views > System Views &…

sql-server radix
Java numbers with radix > Character.MAX_RADIX

I have a five-character String and I want to use those five characters as an ASCII-encoded (printable) number. The simplest …

java tostring radix
Why is it that parseInt(8,3) == NaN and parseInt(16,3) == 1?

I'm reading this but I'm confused by what is written in the parseInt with a radix argument chapter Why is …

javascript numbers parseint radix