Registry / utility / spire-2-11

spire-2-11

JSON →
library0.13.0javamavenunverified

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>
INSTALL
IMPORT
SIG · SPIRE-2-11
S
spire-2-11
utilityjavav0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Complex
spire.math.Complex

Demonstrates creating a complex number using Spire's Complex class.

import spire.math.Complex; public class Example { public static void main(String[] args) { Complex<Double> c = new Complex<>(1.0, 2.0); System.out.println(c); } }
Debug
Known issues
gotchaSpire is primarily a Scala library; Java interop may require additional setup.
fix
Use Scala 2.11 compatible version and ensure Scala runtime is on classpath.
affects: all
Upgrade
Version history
0.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spire-2-11 — mvn dependency:get spire-2-11 · libregistry