{% extends 'index.html' %} {% block title %} Infinite Arbitrary Base Conversion Calculator {% end %} {% block main %}
Examples:
This is a form to convert numbers in arbitrary bases with no limits in integers. The computation is done on the server side.
It uses the algorithm described in here except rindex
is used instead for duplicate letters such as extra 0.
Inspired by this JavaScript implementation.