log2() - C programming.com - Learn C and C++ Programming - Cprogramming.com
log2() Prototype: double log2(double anumber); Header File: math.h (C) or cmath (C++) Explanation: Log2 returns the base 2 logarithm for anumber, as long as it is not negative, or ......