Re: [go-nuts] wired value

2016-07-28 Thread Chris Manghane
A simple example: https://play.golang.org/p/RNgW-Ya5BS Conversions between numeric types : "For the conversion of non-constant numeric values, the following rules apply: 1. When converting between integer types, if the value is a signed integer, it i

[go-nuts] wired value

2016-07-28 Thread belrhalmia . walid
Hello everybody, can someone explain me this weird value : this return me this value: -9223372036854775808 fmt.Println(int(math.Pow(float64(9200), float64(5 Normally 9200^5 musnt give this value even if i put a value bigger then 9200 i receive the same value please can someone explain me w