math.numeric-tower
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.clojure</groupId>
<artifactId>math.numeric-tower</artifactId>
<version>0.1.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>math.numeric-tower</artifactId>
<version>0.1.1</version>
<name>math.numeric-tower</name>
<description>Math functions that deal intelligently with the various types in Clojure's numeric tower.</description>
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>1.4.0</version>
</parent>
<developers>
<developer>
<name>Mark Engelberg</name>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:clojure/math.numeric-tower.git</connection>
<developerConnection>scm:git:git@github.com:clojure/math.numeric-tower.git</developerConnection>
<url>git@github.com:clojure/math.numeric-tower.git</url>
<tag>v0.1.1</tag>
</scm>
</project>