Skip to main content

float_power

Function float_power 

Source
pub fn float_power<T, D>(
    x1: &Array<T, D>,
    x2: &Array<T, D>,
) -> Result<Array<T, D>, FerrayError>
where T: Element + Float, D: Dimension,
Expand description

Float power: x1^x2, always returning float.