Crate integral_square_root

Source
Expand description

Square root functionality for integral types

These all return f64 for extra precision. Feel free to down-cast if needed

Traitsยง

SquareRoot64
A trait that allows calculation of square root into a Float(64)