Module math

Source

Re-exports§

pub use full_math::*;
pub use price::*;

Modules§

borrow_curve
fixed
fixed_128
full_math
A custom implementation of https://github.com/sdroege/rust-muldiv to support phantom overflow resistant multiply-divide operations. This library uses U128 in place of u128 for u64 operations, and supports U128 operations.
orca
price

Type Aliases§

Fixed128
FixedU128 with 68 integer bits and 60 fractional bits.