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