markhats

Results 6 issues of markhats

When using require to load onsenui.js, it is possible that ```setImmediate``` is not defined before it is used. This happens in ```waitDOMContentLoaded``` which uses ```setImmediate``` and is called before it...

Hello Just trying to do: ``` solve(x+y+sqrt(x*y)=19, y) ``` and I get the result: ``` [] ``` I think it should be: ``` [1/2*(sqrt(76*x-3*x^2)-x+38), 1/2*(-sqrt(76*x-3*x^2)-x+38)] ``` Thanks.

There is a rendering issue when trying to render an array or matrix with some text above it. e.g. ``` \text{Title}\newline \begin{array}{rr} x & y\\1 & 2\\3 & 4\end{array} ```...

Hi I'm getting the following console error when using this lib in Chrome. Any ideas how to prevent this? Thanks.

Hello Is it possible to force angles to be treated as degrees when evaluating trig functions? For example, at the moment: ``` const testExp = ce.parse('\\sin 90'); testExp.N().valueOf(); ``` evaluates...

feature

### material-react-table version v2.11.2 ### react & react-dom versions v17.0.2 ### Describe the bug and the steps to reproduce it When using Header Groups and column virtualization there is some...