text/template/parse.NumberNode.Complex128 (field)

7 uses

	text/template/parse (current package)
		node.go#L626: 	Complex128 complex128 // The complex value.
		node.go#L650: 		if _, err := fmt.Sscan(text, &n.Complex128); err != nil {
		node.go#L662: 			n.Complex128 = complex(0, f)
		node.go#L719: 	n.IsFloat = imag(n.Complex128) == 0
		node.go#L721: 		n.Float64 = real(n.Complex128)

	text/template
		exec.go#L525: 		return reflect.ValueOf(constant.Complex128) // incontrovertible.
		exec.go#L950: 		value.SetComplex(n.Complex128)