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