pub fn root(radicand: &PlacesRow, nth: u16) -> Option<PlacesRow>
Computes nth integer root of radicand.
nth
radicand
Returns PlacesRow with result or None for 0ᵗʰ root.
PlacesRow
None
0