ddmd-experimental ~master (2021-12-25T08:46:30.2604305)
Dub
Repo
Complex_f
ddmd
backend
bcomplex
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++) @
nogc
nothrow
struct
Complex_f {
float
re
;
float
im
;
static
Complex_f
div
(Complex_f x, Complex_f y);
static
Complex_f
mul
(Complex_f x, Complex_f y);
static
real
abs
(Complex_f z);
static
Complex_f
sqrtc
(Complex_f z);
}
Members
Static functions
abs
real
abs
(Complex_f z)
Undocumented in source.
div
Complex_f
div
(Complex_f x, Complex_f y)
Undocumented in source.
mul
Complex_f
mul
(Complex_f x, Complex_f y)
Undocumented in source.
sqrtc
Complex_f
sqrtc
(Complex_f z)
im
float
im
;
Undocumented in source.
Variables
re
float
re
;
Undocumented in source.
Meta
Source
See Implementation
ddmd
backend
bcomplex
structs
Complex_d
Complex_f
Complex_ld