- `Y = log2 (X)`

Calcula el logaritmo en base 2 de cada elemento de `X`.

Véase también: `pow2`, `log`, `log10`, `exp`.

### Referencias

- https://www.mathworks.com/help/matlab/ref/log2.html
- https://octave.sourceforge.io/octave/function/log2.html
- https://mathworld.wolfram.com/Logarithm.html
- https://es.wikipedia.org/wiki/Logaritmo
