The OpenD Programming Language

complex

Generic complex number type

complex
(
T
)
(
const T re
,
const T im = 0
)
if (
is(T == float) ||
is(T == double)
||
is(T == real)
)

Meta