text/template/parse.NumberNode.Float64 (field)
14 uses
text/template/parse (current package)
node.go#L625: Float64 float64 // The floating-point value.
node.go#L645: n.Float64 = float64(rune) // odd but those are the rules.
node.go#L685: n.Float64 = float64(n.Int64)
node.go#L688: n.Float64 = float64(n.Uint64)
node.go#L698: n.Float64 = f
node.go#L721: n.Float64 = real(n.Complex128)
node.go#L722: n.IsInt = float64(int64(n.Float64)) == n.Float64
node.go#L724: n.Int64 = int64(n.Float64)
node.go#L726: n.IsUint = float64(uint64(n.Float64)) == n.Float64
node.go#L728: n.Uint64 = uint64(n.Float64)
text/template
exec.go#L530: return reflect.ValueOf(constant.Float64)
exec.go#L940: value.SetFloat(n.Float64)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)