kmath
0.3.1-dev-RC
common
kmath-ast
/
space.kscience.kmath.ast
/
parseMath
parse
Math
fun
String
.
parseMath
(
)
:
MST
(
source
)
Parses the string into
MST
using
ArithmeticsEvaluator
.
Receiver
the string to parse.
Return
the
MST
node.