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