Skip to main content

root

Function root 

Source
pub fn root(radicand: &PlacesRow, nth: u16) -> Option<PlacesRow>
Expand description

Computes nth integer root of radicand.

Returns PlacesRow with result or None for 0ᵗʰ root.