ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: toBaseN

toBaseN(x, N) returns a string with the base-N representation of the non-negative integer x.

Example: toBaseN(255, 16) = "FF"