Type alias ChalkboardFunction

ChalkboardFunction: {
    definition: string | string[];
    type: "expl" | "inve" | "pola" | "curv" | "surf" | "mult" | "comp";
}

The type for mathematical functions.

Type declaration

  • definition: string | string[]
  • type: "expl" | "inve" | "pola" | "curv" | "surf" | "mult" | "comp"

Generated using TypeDoc