text/template/parse.NumberNode.Complex128 (field)
7 uses
text/template/parse (current package)
node.go#L629: Complex128 complex128 // The complex value.
node.go#L653: if _, err := fmt.Sscan(text, &n.Complex128); err != nil {
node.go#L665: n.Complex128 = complex(0, f)
node.go#L722: n.IsFloat = imag(n.Complex128) == 0
node.go#L724: n.Float64 = real(n.Complex128)
text/template
exec.go#L600: return reflect.ValueOf(constant.Complex128) // incontrovertible.
exec.go#L1039: value.SetComplex(n.Complex128)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)