org.soulspace.clj/math.core

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

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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