math

A port of the Scmutils computer algebra/mechanics system to Clojure

Leiningen/Boot

[math "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

math/math {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("math:math:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>math</groupId>
  <artifactId>math</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>