cf_is_power_of_two¶ Category: math GitHub: cute_math.h Returns true if an int is a power of two. bool cf_is_power_of_two(int a) Related Pages¶ cf_fit_power_of_two cf_is_power_of_two_uint