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