const reflect.Complex128
24 uses
reflect (current package)
abi.go#L215: case Complex128:
deepequal.go#L170: case Complex64, Complex128:
type.go#L317: Complex128
type.go#L516: Complex128: "complex128",
type.go#L616: if k < Int || k > Complex128 {
type.go#L865: case Complex128:
type.go#L1649: if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
type.go#L2064: case Float32, Float64, Complex64, Complex128, Interface:
type.go#L2088: case Float32, Float64, Complex64, Complex128, Interface, String:
value.go#L1196: case Complex64, Complex128:
value.go#L1210: case Complex128:
value.go#L1673: case Complex64, Complex128:
value.go#L1823: case Complex128:
value.go#L1968: case Complex128:
value.go#L2212: case Complex128:
value.go#L3330: case Complex64, Complex128:
value.go#L3401: case Complex64, Complex128:
value.go#L3403: case Complex64, Complex128:
encoding/binary
binary.go#L754: reflect.Float32, reflect.Float64, reflect.Complex64, reflect.Complex128:
binary.go#L906: case reflect.Complex128:
binary.go#L970: case reflect.Complex128:
fmt
print.go#L802: case reflect.Complex128:
scan.go#L1048: case reflect.Complex64, reflect.Complex128:
internal/fmtsort
sort.go#L86: case reflect.Complex64, reflect.Complex128:
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |