import "v.io/v23/vdlroot/math"
nolint:golint
func Complex128FromNative(wire *Complex128, native complex128) error
func Complex128ToNative(wire Complex128, native *complex128) error
Complex128 is a complex number composed of 64-bit real and imaginary parts.
func (x Complex128) VDLIsZero() bool
func (x *Complex128) VDLRead(dec vdl.Decoder) error
func (Complex128) VDLReflect(struct { Name string `vdl:"math.Complex128"` })
func (x Complex128) VDLWrite(enc vdl.Encoder) error
Complex64 is a complex number composed of 32-bit real and imaginary parts.
Package math imports 1 packages (graph) and is imported by 9 packages. Updated 2020-10-29. Refresh now. Tools for package owners.