UNPKG

@thi.ng/tensors

Version:

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

7 lines (6 loc) 143 B
import { clamp as op } from "@thi.ng/math/interval"; import { defOpTTT } from "./defopttt.js"; const clamp = defOpTTT(op); export { clamp };