fp 0.1.1 Yanked
Cairo Fixed Point Arithmetics for your smart-contracts
This crate was born in an effort to create fixed point datatype for Ekubo Protocol governance. It's specifically taiored to be used in smart-contracts. This library features:
u64 by u128 division
method.u64
, u128
and u256
types.To use the lib
Version 0.1.1
Uploaded 1 day ago
License MIT-3.0
Size 170.7 KB
Run the following command in your project dir
scarb add fp@0.1.1
Or add the following line to your Scarb.toml
fp = "0.1.1"
Repository github.com/carbonable-labs/carbon-protocol-v3
Documentation github.com/baitcode/cairo-fixed-point-arithmetic