Registry / utility / opis
library5.7.0rscratesunverified

A library for rational number and matrix arithmetic.

# Cargo.toml [dependencies] opis = "5.7.0"
INSTALL
IMPORT
SIG · OPIS
O
opis
utilityrustv5.7.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.

Rational
use opis::Rational;

Creates two rational numbers and adds them.

use opis::Rational; fn main() { let a = Rational::new(1, 2); let b = Rational::new(3, 4); let sum = a + b; println!("Sum: {}", sum); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Meta
2
Amazon
1
Resources
opis — cargo add opis · libregistry