pub fn bessel_y1<O0: Into<Output>>( x: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for BesselY1::new().build(x, scope).
BesselY1::new().build(x, scope)