Is there a way to force Infix.ParseOrThrow
and related functions from the Math.NET Symbolics library to allow equations such as "4x + 3" instead of requiring the input to be "4*x + 3"?
Asked
Active
Viewed 111 times
1

glennsl
- 28,186
- 12
- 57
- 75
-
maybe there is ...what have you tried ? – Mauricio Gracia Gutierrez Mar 27 '18 at 16:40
-
well, if you really want it you can fork the library and make some change to function for parsing expressions. – FoggyFinder Mar 27 '18 at 16:44
-
(instead of fork of library you can create your own parser and use it for creating expressions) – FoggyFinder Mar 27 '18 at 16:50