Trait ramp_maker::util::traits::Sqrt[][src]

pub trait Sqrt {
    fn sqrt(self) -> Self;
}

Defines an interface to the square root operation

Required methods

fn sqrt(self) -> Self[src]

Return the square root of self

Loading content...

Implementations on Foreign Types

impl<U> Sqrt for FixedU8<U> where
    U: LeEqU8
[src]

impl<U> Sqrt for FixedU16<U> where
    U: LeEqU16
[src]

impl<U> Sqrt for FixedU32<U> where
    U: LeEqU32
[src]

impl<U> Sqrt for FixedU64<U> where
    U: LeEqU64
[src]

impl<U> Sqrt for FixedU128<U> where
    U: LeEqU128,
    U: IsEven
[src]

impl<U> Sqrt for FixedI8<U> where
    U: LtU8
[src]

impl<U> Sqrt for FixedI16<U> where
    U: LtU16
[src]

impl<U> Sqrt for FixedI32<U> where
    U: LtU32
[src]

impl<U> Sqrt for FixedI64<U> where
    U: LtU64
[src]

impl<U> Sqrt for FixedI128<U> where
    U: LtU128
[src]

Loading content...

Implementors

Loading content...