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