fpaNeg function

Expr fpaNeg(
  1. Expr x
)

Implementation

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