pub fn pow(base: &PlacesRow, power: u16) -> PlacesRow
Computes power of base.
power
base
Returns PlacesRow with result.
PlacesRow