Spire is a numeric library for Scala that provides efficient, type-safe abstractions for mathematical operations.
<dependency>
<groupId>org.spire-math</groupId>
<artifactId>spire_2.11</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 creating a complex number using Spire's Complex class.
Use Scala 2.11 compatible version and ensure Scala runtime is on classpath.
No dependency data recorded yet.