pow function

BinaryOp pow(
  1. Expr x,
  2. Expr y
)

Implementation

BinaryOp pow(Expr x, Expr y) => BinaryOp(BinaryOpKind.pow, x, y).declare();