Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + func CeilToPowerOfTwo(n int) int + func FloorToPowerOfTwo(n int) int + func Identity(n int) int + func IsPowerOfTwo(n int) bool + func LogarithmicRange(min, max int, cb func(int))