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