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