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.17.0"
import $ivy.`org.typelevel::spire-macros:0.17.0`
<dependency> <groupId>org.typelevel</groupId> <artifactId>spire-macros_2.13</artifactId> <version>0.17.0</version> </dependency>
compile group: 'org.typelevel', name: 'spire-macros_2.13', version: '0.17.0'
ivy"org.typelevel::spire-macros:0.17.0"