Type alias ChalkboardFunction
ChalkboardFunction: {
definition: string | string[];
type: "expl" | "inve" | "pola" | "curv" | "surf" | "mult" | "comp";
}
Type declaration
definition: string | string[]
type: "expl" | "inve" | "pola" | "curv" | "surf" | "mult" | "comp"
The type for mathematical functions.