tmteam / NFun

Expressions Evaluator for .NET
MIT License
57 stars 4 forks source link

Allow to skip * operator for coefficients #17

Closed tmteam closed 1 year ago

tmteam commented 2 years ago
2a === 2*a
3.1b === 3.1*b #deny it?
0x === 0*x #deny it?

but 0x1 - is a hex number!

#allow to skip it before lparenth
y = 0.03(12+x) - 0.02x