fpaIsNormal function

Expr fpaIsNormal(
  1. Expr x
)

Implementation

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