Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
log2
base 2 logarithm
Syntax
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])
See also
Report an issue | ||
<< log1p | Log - exp - power | logm >> |