Registry / utility / spire-2-10

spire-2-10

JSON →
library0.13.0javamavenunverified

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>
INSTALL
IMPORT
SIG · SPIRE-2-10
S
spire-2-10
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.

SafeLong
spire.math.SafeLong

Demonstrates using Spire's SafeLong for arbitrary-precision integer arithmetic.

import spire.math.SafeLong; SafeLong a = SafeLong(1234567890123456789L); SafeLong b = a + SafeLong(1); System.out.println(b);
Debug
Known issues
breakingSpire 0.13.0 is designed for Scala 2.10; using with other Scala versions may cause binary incompatibility.
fix
Use the appropriate Spire artifact for your Scala version (e.g., spire_2.11, spire_2.12).
affects: 0.13.0
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-10 — mvn dependency:get spire-2-10 · libregistry