package mainimport "fmt"import "math" func main(){ var n float64 = 0.1000065; fmt.Println(math.Floor(n * 1e6) / 1e6);}
Standard input is empty
0.100006
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!