Cookies management by TermsFeed Cookie Consent

math

Go math examples. Learn how to perform mathematical operations in Go using the math package

Please consider supporting us by disabling your ad blocker πŸ™

🧊 Cube root in Go

shorts numbers math

🟦 Square root in Go

shorts numbers math

🍰 The maximum and minimum value of the int types in Go

shorts numbers math

πŸ“Š The maximum and minimum value of the float types in Go

shorts numbers math

🍩 Get Pi constant in Go

shorts numbers math

πŸ–– Calculate Median in Go using Generics

Learn how to find β€œthe middle value” of a slice
numbers math generics generics-intro

πŸ‹οΈβ€β™‚οΈ Calculate the power of a number x^y in Go

shorts numbers math

🀏 Calculate arithmetic mean in Go using Generics

Learn how to calculate mean for a slice of any numeric type
numbers math generics generics-intro

🎠 Round float to any precision in Go

Learn how to create a universal rounding function
introduction numbers math