Victor Vague

Results 5 issues of Victor Vague

Hello, I love this project, it is very useful. I need to write a text containing a closing brace "}" but it seems to be impossible.. When we write the...

Hello, as it is possible to declare variables with ``` nerdamer.setVars('x', '42'); ``` and forget it with ``` nerdamer.clearVars(); ``` how can we forget functions we declared using, ``` nerdamer.setFunction('f'....

If we do ``` limit(((2*x^2-2*x-2)/(x^2+4*x+3)), x, Infinity) ``` It returns -Infinity instead of 2, and when we divide by x^2, it works ``` limit(((2-((2)/(x))-((2)/(x^2)))/(1+((4)/(x))+((3)/(x^2)))), x, Infinity) ``` ==> returns 2

When we do ``` nerdamer('i^i').toString() ``` it returns ``` i ``` instead of ``` e^(-pi/2) ```

Hello, I have been using SageMath for many years and for me, the possibility of having the calculation part directly in wasm and being able to communicate with it directly...