Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

cbrt

Function cbrt 

Source
pub fn cbrt<T: Roots>(x: T) -> T
Expand description

Returns the truncated principal cube root of an integer – see Roots::cbrt.