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