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