fpaIsPositive function

Expr fpaIsPositive(
  1. Expr x
)

Implementation

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