A numeric library for Scala providing advanced mathematical operations and type-safe numeric abstractions.
<dependency>
<groupId>org.spire-math</groupId>
<artifactId>spire_2.10</artifactId>
<version>0.13.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using Spire's SafeLong for arbitrary-precision integer arithmetic.
Use the appropriate Spire artifact for your Scala version (e.g., spire_2.11, spire_2.12).
No dependency data recorded yet.