[][src]Function rustpython_vm::obj::objfloat::float_pow

pub fn float_pow(v1: f64, v2: f64, vm: &VirtualMachine) -> PyResult<f64>