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.