We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea3b92 commit 63f5c6aCopy full SHA for 63f5c6a
mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
@@ -432,7 +432,7 @@ def NotEqualOp : Complex_Op<"neq",
432
def PowOp : ComplexArithmeticOp<"pow"> {
433
let summary = "complex power function";
434
let description = [{
435
- The `sqrt` operation takes a complex number raises it to the given complex
+ The `pow` operation takes a complex number raises it to the given complex
436
exponent.
437
438
Example:
0 commit comments