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