NicoVIII / Basealize

.NET library (F#/C#) to display numbers in different bases.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basealize

GitHub Release Date Last commit

nuget (Basealize) nuget (Dozenalize) nuget (Seximalize) nuget (Niftimalize)

Basealize is a small base library which allows creating and parsing strings for different bases in F# and C#. Per default we use the decimal base ten but there are other interesting bases as well which should be easily usable.

In this repo there are also some implementations for different bases present:

  • Dozenalize (base twelve)
  • Seximalize (base six)
  • Niftimalize (base thirtysix)

Dependening on what you plan to do you can find more information here:

For users

For developer

About

.NET library (F#/C#) to display numbers in different bases.

License:MIT License


Languages

Language:F# 100.0%