fn abs(z: anytype) @TypeOf(z.re)
No documentation provided.
fn acos(z: anytype) Complex(@TypeOf(z.re))
fn acosh(z: anytype) Complex(@TypeOf(z.re))
fn arg(z: anytype) @TypeOf(z.re)
fn asin(z: anytype) Complex(@TypeOf(z.re))
fn asinh(z: anytype) Complex(@TypeOf(z.re))
fn atan(z: anytype) @TypeOf(z)
fn atanh(z: anytype) Complex(@TypeOf(z.re))
fn conj(z: anytype) Complex(@TypeOf(z.re))
fn cos(z: anytype) Complex(@TypeOf(z.re))
fn cosh(z: anytype) Complex(@TypeOf(z.re))
fn exp(z: anytype) @TypeOf(z)
fn log(z: anytype) Complex(@TypeOf(z.re))
fn pow(comptime T: type, z: T, c: T) T
fn proj(z: anytype) Complex(@TypeOf(z.re))
fn sin(z: anytype) Complex(@TypeOf(z.re))
fn sinh(z: anytype) @TypeOf(z)
fn sqrt(z: anytype) @TypeOf(z)
fn tan(z: anytype) Complex(@TypeOf(z.re))
fn tanh(z: anytype) @TypeOf(z)