psy-math

Crates.iopsy-math
lib.rspsy-math
version1.0.2
sourcesrc
created_at2022-12-09 22:35:28.627019
updated_at2023-08-02 16:03:28.29015
descriptionA fork of jet-proto-math. Helpful math utilities, used by PsyLend.
homepagehttps://www.psyoptions.io
repositoryhttps://github.com/mithraiclabs/psy-math
max_upload_size
id733514
size76,203
Jon Gurary (jgur-psyops)

documentation

README

A fork of jet-proto-math. Helpful math utilities, used by PsyLend, and other PsyFi products.

Provides 192-bit and 128-bit integer libraries for dealing with values where decimal precision is needed without the use of floats.

To run unit tests: cargo test --release Note that release flag is important as we want to test production behavior where certain overflow checks in non-checked math is disabled.

Commit count: 23

cargo fmt