PowOperator

public class PowOperator: BinaryOperator

Do a^b in element-wise way. Not support broadcasting.

Note

This operator may output NaN or Infinite values and operator would not check these situations.