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 c84289f commit 461dd99Copy full SHA for 461dd99
sycl/doc/extensions/proposed/sycl_ext_oneapi_complex.asciidoc
@@ -262,7 +262,7 @@ the decimal and an imaginary component equal to 0.
262
|Adds and assigns complex number x.
263
|`gencomplex& operator+=(const genfloat& x);`
264
|Adds and assigns scaler number x.
265
-|`gencomplex& operator-=(const gencomplex& x);
+|`gencomplex& operator-=(const gencomplex& x);`
266
|Subtracts and assigns complex number x.
267
|`gencomplex& operator-=(const genfloat& x);`
268
|Subtracts and assigns scaler number x.
0 commit comments