Trait cosmwasm_std::Isqrt 
source · pub trait Isqrt {
    // Required method
    fn isqrt(self) -> Self;
}Expand description
A trait for calculating the integer square root.
Required Methods§
sourcefn isqrt(self) -> Self
 
fn isqrt(self) -> Self
The integer square root.
Object Safety§
This trait is not object safe.