cljsjs/complex

A well tested JavaScript library to work with complex number arithmetic in JavaScript.

Leiningen/Boot

[cljsjs/complex "2.0.11-0"]

Clojure CLI/deps.edn

cljsjs/complex {:mvn/version "2.0.11-0"}

Gradle

implementation("cljsjs:complex:2.0.11-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>complex</artifactId>
  <version>2.0.11-0</version>
</dependency>