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-macros" % "0.16.2"
import $ivy.`org.typelevel::spire-macros:0.16.2`
<dependency> <groupId>org.typelevel</groupId> <artifactId>spire-macros_sjs0.6_2.12</artifactId> <version>0.16.2</version> </dependency>
compile group: 'org.typelevel', name: 'spire-macros_sjs0.6_2.12', version: '0.16.2'
ivy"org.typelevel::spire-macros:0.16.2"