org.soulspace.clj/math.core

The math.core library contains core mathematical functions and algorithms.

Leiningen/Boot

[org.soulspace.clj/math.core "0.9.0"]

Clojure CLI/deps.edn

org.soulspace.clj/math.core {:mvn/version "0.9.0"}

Gradle

implementation("org.soulspace.clj:math.core:0.9.0")

Maven

<dependency>
  <groupId>org.soulspace.clj</groupId>
  <artifactId>math.core</artifactId>
  <version>0.9.0</version>
</dependency>