org.soulspace.clj/math.financial

The math.financial library contains financial math functions in Clojure.

Leiningen/Boot

[org.soulspace.clj/math.financial "0.7.0"]

Clojure CLI/deps.edn

org.soulspace.clj/math.financial {:mvn/version "0.7.0"}

Gradle

implementation("org.soulspace.clj:math.financial:0.7.0")

Maven

<dependency>
  <groupId>org.soulspace.clj</groupId>
  <artifactId>math.financial</artifactId>
  <version>0.7.0</version>
</dependency>