UNPKG

ziko

Version:

a versatile javaScript framework offering a rich set of UI components, advanced mathematical utilities, reactivity, animations, client side routing and graphics capabilities

7 lines (6 loc) 194 B
// import { mapfun } from "../../utils"; // const __derivate=(f,x0)=>(f(x0+1e-32)-f(x0))/(1e-32); // const derivate=(f,x)=>mapfun(n=>__derivate(f,n),...x); // export{ // derivate // }