cortexjs.io icon indicating copy to clipboard operation
cortexjs.io copied to clipboard

Source for the cortexjs.io website

Results 13 cortexjs.io issues
Sort by recently updated
recently updated
newest added

For example, ``` function customCanonical(expr) { if (typeof expr.value === 'number') { if (expr.head === 'Divide' || expr.head === 'Rational') { if (expr.engine.box(['GCD', expr.op1, expr.op2]).value !== 1) return expr; }...

Expressions like $10^{33333}$ with a very large exponent is parsed in **MathJSON** as `["Power", 10, 333333]` but $4\cdot10^{333333}$ is parsed as `"PositiveInfinity"` As a system allowing complex mathematical expressions, converting...

Miscelaneous -> Miscellaneous