fpaIsNaN function

Expr fpaIsNaN(
  1. Expr x
)

Implementation

Expr fpaIsNaN(Expr x) => UnaryOp(UnaryOpKind.fpaIsNaN, x).declare();