Should return Float/Int number and not Complex number

Issue #151 resolved
Former user created an issue

Hi,

I use the next code: IExpr exp = util.evaluate("Solve(60+abd==120.0,abd)");

And I get expression as a rule, that the number 60 is complex number and not Int/Float? When I replace the var "abd" with any other var (lile "abc") the I get the result 60 as float.

Why is that?

Comments (1)

  1. Log in to comment