jsep icon indicating copy to clipboard operation
jsep copied to clipboard

Implicit Binary Operators

Open soney opened this issue 10 years ago • 1 comments

Add a flag to allow implicit binary operators (e.g. 2pi means 2*pi). This flag could be optional

soney avatar Dec 18 '13 19:12 soney

I made a flag so that '2pi' is treated just like '2 pi' (with a compound). See pull request #31 I am open to other suggestions for implementing this :)

luanpotter avatar Dec 06 '15 23:12 luanpotter