Skip to main content
Module

x/structurae/utilities.ts>log2

Data structures for high-performance JavaScript applications.
Latest
variable log2
import { log2 } from "https://deno.land/x/structurae@4.0.1/utilities.ts";

Lookup table for powers of 2

type

Record<number, number>