Source code for Go Tutorial Lesson 04 - Numbers & Math.
integers.go- Integer arithmetic operationsfloats.go- Floating point numbers and precisionmathpkg.go- Math package functions (Sqrt, Pow, Round, Floor, Ceil)conversions.go- Type conversions between numeric types
go run integers.go
go run floats.go
go run mathpkg.go
go run conversions.go