UNPKG

@thi.ng/tensors

Version:

0D/1D/2D/3D/4D tensors with extensible polymorphic operations and customizable storage

6 lines (5 loc) 93 B
import { defOpT } from "./defopt.js"; const exp2 = defOpT((x) => 2 ** x); export { exp2 };