carbon ~master (2022-03-16T06:27:41.4511405)
Dub
Repo
complex_t.opAssign
carbon
complex
complex_t
Undocumented in source. Be warned that the author may not have intended to support it.
complex_t
opAssign
(C z)
struct
complex_t
(T)
pure nothrow @
safe
@
nogc
ref
complex_t
opAssign
(
C
)
(
C
z
)
if
(
isComplex
!
C
&&
isAssignable
!(
T
,
typeof
(
C.init.re
))
)
complex_t
opAssign
(R r)
Meta
Source
See Implementation
carbon
complex
complex_t
constructors
this
functions
abs
arg
conj
opAssign
opBinary
opBinaryRight
opEquals
opOpAssign
opUnary
sqAbs
sqrt
toString
static functions
fromPhase
static variables
one
zero
variables
im
re