Spire
Spire is a numeric library for Scala which is intended to be generic, fast, and precise.
See the companion microsite
Spire is a numeric library for Scala which is intended to be generic, fast, and precise.
See the companion microsite
libraryDependencies += "org.typelevel" %%% "spire-extras" % "0.16.1"
import $ivy.`org.typelevel::spire-extras:0.16.1`
<dependency> <groupId>org.typelevel</groupId> <artifactId>spire-extras_sjs0.6_2.12</artifactId> <version>0.16.1</version> </dependency>
compile group: 'org.typelevel', name: 'spire-extras_sjs0.6_2.12', version: '0.16.1'
ivy"org.typelevel::spire-extras:0.16.1"