MIDAPACK - MIcrowave Data Analysis PACKage  1.1b
Parallel software tools for high performance CMB DA analysis
 All Data Structures Files Functions Variables Typedefs Groups Pages
bitop.h
Go to the documentation of this file.
1 
2 
3 int is_pow_2(int n);
4 
5 int pow_2(int k);
6 
7 int log_2(int n);