//
pkg.gl
Category
github.com/Softwarekang/knetty
pkg
utils
package
0.2.0
Repository:
https://github.com/softwarekang/knetty.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
14 SLOC
#
Functions
AdjustNToPowerOfTwo
AdjustNToPowerOfTwo adjust n to the first value greater than or equal its 2^n.
IsPowerOfTwo
IsPowerOfTwo check whether n is 2 to the nth power.