UNPKG

@thi.ng/tensors

Version:

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

6 lines (5 loc) 107 B
import { defOpTT } from "./defoptt.js"; const step = defOpTT((a, b) => a >= b ? 1 : 0); export { step };