Scilab 5.5.2
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
log2
base 2 logarithm
Calling Sequence
y=log2(x)
Arguments
- x
vector or matrix
Description
log2(x)
is the "element-wise" base 2 logarithm
y(i,j)=log2(x(i,j))
.
Examples
2.^log2([1,%i,-1,-%i])
Comments
Add a comment:
Please login to comment this page.