This module contains the single trait IntegerSquareRoot
and implements it for primitive
integer types.
Example
extern crate integer_sqrt;
// `use` trait to get functionality
use IntegerSquareRoot;
#
This module contains the single trait IntegerSquareRoot
and implements it for primitive
integer types.
extern crate integer_sqrt;
// `use` trait to get functionality
use IntegerSquareRoot;
#