|  |  D.12.1.2 log2 Procedure from libraryaksaka.lib(see  aksaka_lib).
 
Example:Usage:
log2(x);
Return:
logarithm to basis 2 of x
Note:
calculates the natural logarithm of x with a power-series
of the ln, then the basis is changed to 2
 |  | LIB "aksaka.lib";
log2(1024);
==> 10
 | 
 
 |