reflect.Value.Complex (method)
21 uses
reflect (current package)
deepequal.go#L171: return v1.Complex() == v2.Complex()
value.go#L1203: func (v Value) Complex() complex128 {
value.go#L1586: return v.Complex() == 0
value.go#L3188: return v.Complex() == u.Complex()
value.go#L3445: return makeComplex(v.flag.ro(), v.Complex(), t)
encoding/binary
binary.go#L967: x := v.Complex()
binary.go#L971: x := v.Complex()
fmt
print.go#L800: p.fmtComplex(f.Complex(), 64, verb)
print.go#L802: p.fmtComplex(f.Complex(), 128, verb)
github.com/google/go-cmp/cmp
compare.go#L281: s.report(vx.Complex() == vy.Complex(), 0)
report_reflect.go#L179: return textLine(fmt.Sprint(v.Complex()))
github.com/google/go-cmp/cmp/internal/value
sort.go#L50: cx, cy := x.Complex(), y.Complex()
internal/fmtsort
sort.go#L87: a, b := aVal.Complex(), bVal.Complex()
text/template
exec.go#L335: truth = val.Complex() != 0
funcs.go#L498: truth = arg1.Complex() == arg.Complex()