pub unsafe extern "C" fn pow(x: f64, y: f64) -> f64
Expand description

Power function.