Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 820 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 820 Bytes

mpir

mpir-rs

Rust bindings for the Multiple Precision Integers and Rationals library (MPIR)


Install

(coming soon)

mpir = "0.1.0"

Modules

Module Title Prefix FFI Wrapper
mpz Integer Numbers mpz_ WIP WIP
mpf Floating-point Numbers mpf_ TODO TODO
mpq Rational Numbers mpq_ TODO TODO
gmp Random Numbers gmp_ TODO TODO
mpn Low-level Functions mpn_ TODO TODO

Links