add 04.4.md translate for ch 4.4

This commit is contained in:
Zhanming Qi
2013-04-22 20:34:09 +08:00
parent 258c50e72a
commit 0364d180eb
10 changed files with 371 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
package trans
import "math"
var Pi float64
func init() {
Pi = 4 * math.Atan(1) // init() function computes Pi
}