fpaIsZero function

Expr fpaIsZero(
  1. Expr x
)

Implementation

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