You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sycl/doc/extensions/proposed/sycl_ext_oneapi_complex.asciidoc
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -438,33 +438,6 @@ mathematical operation.
438
438
|Compute the hyperbolic tangent of complex number x.
439
439
|===
440
440
441
-
442
-
=== Suffixes for complex number literals
443
-
444
-
This proposal describes literal suffixes for constructing complex number literals.
445
-
The suffixes `i` and `if` create complex numbers of the types `complex<double>` and `complex<float>` respectively, with their imaginary part denoted by the given literal number and the real part being zero.
0 commit comments