reflect.Value.Complex (method)
20 uses
reflect (current package)
deepequal.go#L170: return v1.Complex() == v2.Complex()
value.go#L1151: func (v Value) Complex() complex128 {
value.go#L1531: c := v.Complex()
value.go#L3316: return makeComplex(v.flag.ro(), v.Complex(), t)
encoding/binary
binary.go#L673: x := v.Complex()
binary.go#L677: x := v.Complex()
fmt
print.go#L753: p.fmtComplex(f.Complex(), 64, verb)
print.go#L755: p.fmtComplex(f.Complex(), 128, verb)
github.com/google/go-cmp/cmp
compare.go#L279: 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()
google.golang.org/protobuf/internal/impl
message_reflect_field.go#L520: c := v.Complex()
internal/fmtsort
sort.go#L118: a, b := aVal.Complex(), bVal.Complex()
text/template
exec.go#L329: truth = val.Complex() != 0
funcs.go#L472: truth = arg1.Complex() == arg.Complex()