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

console.log( engine.parse('3^2', { canonical: ['Power'] }).json) gives me [ "Square", 3 ]. But in the documentation on [https://cortexjs.io/compute-engine/reference/core/#CanonicalForm](https://cortexjs.io/compute-engine/reference/core/#CanonicalForm), I can read : ![Capture d’écran du 2024-04-26 23-12-49](https://github.com/cortex-js/cortexjs.io/assets/48183436/c4cf79a3-f637-4d8a-880c-40fdde2bf5e4)

Bumps [liquidjs](https://github.com/harttle/liquidjs) to 10.6.1 and updates ancestor dependency [@11ty/eleventy](https://github.com/11ty/eleventy). These dependencies need to be updated together. Updates `liquidjs` from 9.43.0 to 10.6.1 Release notes Sourced from liquidjs's releases. v10.6.1 10.6.1...

dependencies

Why if math field \frac{1}{2} return \frac12? If \sqrt{\frac{1}{2}} return \sqrt{\frac{12}}

I have work colleague that are asking "why use MathLive, and not Katex or MathJax". I realize one of the reasons is that MathLive comes with a compute engine that...

Good day @arnog - I hope you are well. I have been using this library for a while now and have no complaints, it has really been outstanding, thank you....

I find CortexJS really nice and I would like to use it more, but the problem is I can't find a way to write a new line... When I'm thinking...

![Screenshot 2023-02-17 at 13 28 44](https://user-images.githubusercontent.com/104928632/219751722-69c41ae6-9d6f-44d2-a0ad-19d90168949c.png) Tested on Firefox and chrome, OSX 12.6. Was fine yesterday. Network shows no attempt to fetch https://unpkg.com/mathlive/dist/mathlive.mjs Demo page works fine

bug

https://github.com/cortex-js/cortex-js.github.io/blob/2cdfc0e0c6bcf84aa090f4cddd9d7367e19e5e81/math-json/index.html#L1913-L1914 ```html the number is in the range \([-(2^{53})+1, (2^{53})-1]\) so it fits in a 64-bit float (IEEE 754-2008, 52-bit, about 15 digits of precision). ``` The example unescaped number...

bug

Hello, When I try to simplify 2x\times x \times 3 \times x for example, the simplification give me 2\times3 xxx ![image](https://github.com/cortex-js/cortexjs.io/assets/38463200/0118a280-3c89-479f-b7b1-a283e123d174) Thanks for this very usefull tool !