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