Complex number parsing

Issue #69 closed
Dev AM created an issue

I've tried to parse a complex string: "2+5*I" but when i check for IExpr type, it doesn't recognize it as Complex numbers, but just as a generic AST.

Comments (2)

  1. Axel Kramer repo owner

    Do you have a short snippet for demonstration?

    For some expressions complex numbers are generated in evaluation engine in method:

    org.matheclipse.core.builtin.function.Complex#evaluate()
    
  2. Log in to comment