WLJS LogoWLJS Notebook

Log2

Log2[x] gives the base-2 logarithm of x.

Examples

Log2[8]
(* 3 *)
Log2[1024]
(* 10 *)

Please visit the official Wolfram Language Reference for more details.

On this page