[][src]Trait scaled::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<U> FixedSqrt for FixedI16<U> where
    U: LtU16
[src]

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

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

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

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

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

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

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

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

impl<U> FixedSqrt for FixedU128<U> where
    U: LeEqU128 + IsEven
[src]

Loading content...

Implementors

Loading content...