complex

A Clojure library for doing fast complex number calculations that wraps the Java commons-math3 Complex library.

Leiningen/Boot

[complex "0.1.0"]

Clojure CLI/deps.edn

complex/complex {:mvn/version "0.1.0"}

Gradle

implementation("complex:complex:0.1.0")

Maven

<dependency>
  <groupId>complex</groupId>
  <artifactId>complex</artifactId>
  <version>0.1.0</version>
</dependency>