Trait scrypto::math::Cbrt

source ·
pub trait Cbrt {
    // Required method
    fn cbrt(self) -> Self;
}

Required Methods§

source

fn cbrt(self) -> Self

Object Safety§

This trait is not object safe.

Implementors§