Versions in this module Expand all Collapse all v0 v0.0.2 Jan 1, 2024 v0.0.1 Jan 1, 2024 Changes in this version + var WordHundreds = []string + func Convergent(n int, fn convergentSeries) (*big.Int, *big.Int) + func Cryptoquip(w1, w2 string) (map[byte]byte, bool) + func CtrlT(str string, val *int, digits []int) + func DigitSum(n int) (sum int) + func DigitsToInt(digits []int) int + func Divisors(n int) []int + func E(n int) int64 + func Equal(a, b []int) bool + func Factors(n int) []int + func FactorsCounted(n int) map[int]int + func Harshad(n, sum int) bool + func IntToDigits(n int) []int + func IsAnagram(w1, w2 string) bool + func IsPalindromeInt(p []int) bool + func IsPalindromeString(p string) bool + func IsSquare(n int) bool + func MakeDigits(n int, c chan []int) + func PascalTriangle(max int) [][]int + func PigLatin(s string) string + func Reverse(digits []int) []int + func Sqrt2(n int) int64 + func SquareFree(n int) bool + func Totient(n int) int + func Triangular(n int) bool + func Wordify(n int) string