multiversx-sc 0.66.0

MultiversX smart contract API
Documentation
1
2
3
4
5
6
7
/// Only used internally for computing logarithms for ManagedDecimal and BigUint.
pub(crate) mod internal_logarithm_i64;
mod linear_interpolation;
mod weighted_average;

pub use linear_interpolation::{LinearInterpolationInvalidValuesError, linear_interpolation};
pub use weighted_average::{weighted_average, weighted_average_round_up};