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