1 package main 2 3 import ( 4 "bufio" 5 "fmt" 6 "math" 7 "os" 8 "runtime" 9 )10 11 const result = "Polar radius=%.02f θ=%.02f° →... Read More
posted @ 2015-01-11 07:33 Kulle Views(185) Comments(0) Diggs(0) Edit