[][src]Trait fixed_sqrt::FixedSqrt

pub trait FixedSqrt: Fixed {
    fn sqrt(self) -> Self;
}

Square root algorithm for fixed-point numbers

Required methods

fn sqrt(self) -> Self

Loading content...

Implementations on Foreign Types

impl FixedSqrt for FixedU8<UTerm>[src]

impl<U> FixedSqrt for FixedU8<UInt<U, B0>> where
    UInt<U, B0>: LeEqU8
[src]

impl FixedSqrt for FixedU16<UTerm>[src]

impl<U> FixedSqrt for FixedU16<UInt<U, B0>> where
    UInt<U, B0>: LeEqU16
[src]

impl FixedSqrt for FixedU32<UTerm>[src]

impl<U> FixedSqrt for FixedU32<UInt<U, B0>> where
    UInt<U, B0>: LeEqU32
[src]

impl FixedSqrt for FixedU64<UTerm>[src]

impl<U> FixedSqrt for FixedU64<UInt<U, B0>> where
    UInt<U, B0>: LeEqU64
[src]

impl FixedSqrt for FixedU128<UTerm>[src]

impl<U> FixedSqrt for FixedU128<UInt<U, B0>> where
    UInt<U, B0>: LeEqU128
[src]

impl<U> FixedSqrt for FixedU8<UInt<U, B1>> where
    UInt<U, B1>: LeEqU8
[src]

impl<U> FixedSqrt for FixedU16<UInt<U, B1>> where
    UInt<U, B1>: LeEqU16
[src]

impl<U> FixedSqrt for FixedU32<UInt<U, B1>> where
    UInt<U, B1>: LeEqU32
[src]

impl<U> FixedSqrt for FixedU64<UInt<U, B1>> where
    UInt<U, B1>: LeEqU64
[src]

impl FixedSqrt for FixedI8<UTerm>[src]

impl<U> FixedSqrt for FixedI8<UInt<U, B0>> where
    UInt<U, B0>: LtU8
[src]

impl FixedSqrt for FixedI16<UTerm>[src]

impl<U> FixedSqrt for FixedI16<UInt<U, B0>> where
    UInt<U, B0>: LtU16
[src]

impl FixedSqrt for FixedI32<UTerm>[src]

impl<U> FixedSqrt for FixedI32<UInt<U, B0>> where
    UInt<U, B0>: LtU32
[src]

impl FixedSqrt for FixedI64<UTerm>[src]

impl<U> FixedSqrt for FixedI64<UInt<U, B0>> where
    UInt<U, B0>: LtU64
[src]

impl FixedSqrt for FixedI128<UTerm>[src]

impl<U> FixedSqrt for FixedI128<UInt<U, B0>> where
    UInt<U, B0>: LtU128
[src]

impl<U> FixedSqrt for FixedI8<UInt<U, B1>> where
    UInt<U, B1>: LeEqU8
[src]

impl<U> FixedSqrt for FixedI16<UInt<U, B1>> where
    UInt<U, B1>: LeEqU16
[src]

impl<U> FixedSqrt for FixedI32<UInt<U, B1>> where
    UInt<U, B1>: LeEqU32
[src]

impl<U> FixedSqrt for FixedI64<UInt<U, B1>> where
    UInt<U, B1>: LeEqU64
[src]

impl<U> FixedSqrt for FixedI128<UInt<U, B1>> where
    UInt<U, B1>: LeEqU128
[src]

Loading content...

Implementors

Loading content...