UNPKG

@thi.ng/tensors

Version:

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

7 lines (6 loc) 176 B
import { smoothStep as $ } from "@thi.ng/math/step"; import { defOpTNN } from "./defoptnn.js"; const smoothStepN = defOpTNN((a, b, c) => $(b, c, a)); export { smoothStepN };