Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Complex128FromNative ¶
func Complex128FromNative(wire *Complex128, native complex128) error
func Complex128ToNative ¶
func Complex128ToNative(wire Complex128, native *complex128) error
func Complex64FromNative ¶
func Complex64ToNative ¶
Types ¶
type Complex128 ¶
Complex128 is a complex number composed of 64-bit real and imaginary parts.
func (Complex128) VDLIsZero ¶
func (x Complex128) VDLIsZero() bool
func (Complex128) VDLReflect ¶
func (Complex128) VDLReflect(struct { Name string `vdl:"math.Complex128"` })
type Complex64 ¶
Complex64 is a complex number composed of 32-bit real and imaginary parts.
func (Complex64) VDLReflect ¶
Click to show internal directories.
Click to hide internal directories.