Versions in this module Expand all Collapse all v0 v0.0.1 Mar 12, 2020 Changes in this version + func FindMedian(array []float64) float64 + func GCD(q int, p int) int + func IsPalindrome(str string) bool + func IsPrime(n int) bool + func Sqrt(value float64) float64