Trait comlib_math::Float[][src]

pub trait Float: Numeric + Signed {
    fn get_sqrt(self) -> Self;
}
Expand description

Trait implemented by floating-point numbers.

Required methods

Computes the square root of the number

Implementations on Foreign Types

Implementors