vmaths

Some common maths functions for vectors.

Leiningen/Boot

[vmaths "0.1.1"]

Clojure CLI/deps.edn

vmaths/vmaths {:mvn/version "0.1.1"}

Gradle

implementation("vmaths:vmaths:0.1.1")

Maven

<dependency>
  <groupId>vmaths</groupId>
  <artifactId>vmaths</artifactId>
  <version>0.1.1</version>
</dependency>