Function sinh_py

Source
pub fn sinh_py(_: Python<'_>, input: Vec<f64>) -> PyResult<Vec<f64>>