Settings and activity
-
5 votes
An error occurred while saving the comment -
1 vote
An error occurred while saving the comment husayt commented
We have this feature. Please, give more details and example of what you want to achieve, so we can advise you.
Thanks
-
3 votes
An error occurred while saving the comment husayt commented
Thanks for your comment.
How is the current beahviour to you?
-
1 vote
An error occurred while saving the comment husayt commented
We are working on adding more documentation, meanwhile you can check math,js help, as it is our underlying engine:
https://github.com/josdejong/mathjs/blob/master/docs/index.md
-
6 votes
An error occurred while saving the comment husayt commented
husayt shared this idea ·
-
1 vote
An error occurred while saving the comment husayt commented
Can you explain please?
-
4 votes
need more details
An error occurred while saving the comment husayt commented
hi,
can you provide an example please? -
7 votes
not clear
An error occurred while saving the comment husayt commented
I am not sure if I understood correctly. But we store history on user's machine, so it is available offline as well. To edit just hover over History item and you will see edit comment, delete and link buttons. you can use them to do the action you need.
An error occurred while saving the comment husayt commented
Can you explain in detail, please, what is it you ask for?
-
57 votes
need more details on this feature
An error occurred while saving the comment husayt commented
we need to better understand this requirement before implementing it. We will appreciate for more feedback.
-
67 votes
An error occurred while saving the comment husayt commented
Comma is not used as decimal separator here only dot is. We are trying to implement support for comma based decimal separator it. But we currently use comma for some other things, like separate members in array.
[1,2] means matrix with 2 elems 1 and 2. If we would use comma for decimal mark there would be ambiguity.
Any ideas to solve would be appreciated
An error occurred while saving the comment husayt commented
we are trying to implement it. But we currently use comma for some other things, like separate members in array.
[1,2] means matrix with 2 elems 1 and 2. If we would use comma for decimal mark there would be ambiguity.
Any ideas to solve would be appreciated
An error occurred while saving the comment husayt commented
we are trying to implement it. But we currently use comma for some other things, like separate members in array.
[1,2] means matrix with 2 elems 1 and 2. If we would use comma for decimal mark there would be ambiguity.
Any ideas to solve would be appreciated
-
9 votes
One can add/edit scripts. Now we need to allow saving them
husayt shared this idea ·
currently % behaviour is far from intuitive, we are working on proper implementation which is similar to other calculators