fpaToReal function

Expr fpaToReal(
  1. Expr x
)

Implementation

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