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