fn acos(val: PyObjectRef, vm: &VirtualMachine) -> PyResult<PyObjectRef>
Expand description
simple math function, the backing implement is datafusion’s acos
math function
fn acos(val: PyObjectRef, vm: &VirtualMachine) -> PyResult<PyObjectRef>
simple math function, the backing implement is datafusion’s acos
math function