We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Mathquill uses the Pjs framework for classical inheritance. You can use the function P to create classes like so:
P
var MyClass = P(function(_) { _.myMethod = function() { ... }; });
For more info, see the Pjs readme
There was an error while loading. Please reload this page.