fpaAbs function

Expr fpaAbs(
  1. Expr x
)

Implementation

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