eliandoran / toolkit

A purely client-side application that offers various small tools that can be useful in day-to-day use, mostly for development.
https://eliandoran.github.io/toolkit/
3 stars 0 forks source link

Base converter: Negative bases #84

Open eliandoran opened 4 months ago

eliandoran commented 4 months ago

Supported by https://baseconvert.com/

(e.g. negadecimal -10 and negabinary -2).

Tutorial on converting to negative base: https://www.geeksforgeeks.org/convert-number-negative-base-representation/