rithm 5.2.0

Arbitrary precision arithmetic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies.pyo3-build-config]
version = "^0.15"
[dependencies.pyo3]
features = ["extension-module"]
version = "^0.15"

[lib]
crate-type = ["cdylib", "rlib"]
name = "rithm"

[package]
description = "Arbitrary precision arithmetic."
edition = "2018"
license = "MIT"
license-file = "LICENSE"
name = "rithm"
version = "5.2.0"