text/template/parse.NumberNode.Float64 (field)
14 uses
text/template/parse (current package)
node.go#L628: Float64 float64 // The floating-point value.
node.go#L648: n.Float64 = float64(rune) // odd but those are the rules.
node.go#L688: n.Float64 = float64(n.Int64)
node.go#L691: n.Float64 = float64(n.Uint64)
node.go#L701: n.Float64 = f
node.go#L724: n.Float64 = real(n.Complex128)
node.go#L725: n.IsInt = float64(int64(n.Float64)) == n.Float64
node.go#L727: n.Int64 = int64(n.Float64)
node.go#L729: n.IsUint = float64(uint64(n.Float64)) == n.Float64
node.go#L731: n.Uint64 = uint64(n.Float64)
text/template
exec.go#L605: return reflect.ValueOf(constant.Float64)
exec.go#L1029: value.SetFloat(n.Float64)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)