Mathics3 / mathics-core

An open-source Mathematica. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.

Home Page:https://mathics.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `ComplexExpand`

rocky opened this issue · comments

Add ComplexExpand should not be too difficult. the branch https://github.com/Mathics3/mathics-core/tree/add-ComplexExpand starts this. It just needs to filter out the Re[] portion returned by SymPy removing the Im[] portions.