Function script::python::rspython::builtins::greptime_builtin::cos

source ·
fn cos(val: PyObjectRef, vm: &VirtualMachine) -> PyResult<PyObjectRef>
Expand description

simple math function, the backing implement is datafusion’s cos math function