Trait stack_algebra::Sqrt

source ·
pub trait Sqrt {
    fn sqrt(self) -> Self;
}
Expand description

Defines the square-root value for a type.

Required Methods§

Returns the square-root value of this type.

Implementations on Foreign Types§

Implementors§