radix-math

Clojure library to convert integers to and from arbitrary radixes.

Leiningen/Boot

[radix-math "1.0.0"]

Clojure CLI/deps.edn

radix-math/radix-math {:mvn/version "1.0.0"}

Gradle

implementation("radix-math:radix-math:1.0.0")

Maven

<dependency>
  <groupId>radix-math</groupId>
  <artifactId>radix-math</artifactId>
  <version>1.0.0</version>
</dependency>