Home | History | Annotate | Download | only in json

Lines Matching defs:Float64

53 //	float64, for JSON numbers
194 // Float64 returns the number as a float64.
195 func (n Number) Float64() (float64, error) {
802 // convertNumber converts the number literal s to a float64 or a Number
996 case reflect.Float32, reflect.Float64: