[poincare] Clean outdated comment

This commit is contained in:
Émilie Feral
2018-12-18 12:08:34 +01:00
committed by Léa Saviot
parent 8f45cae358
commit 9401edfd3f

View File

@@ -126,14 +126,6 @@ public:
bool isOfType(Type * types, int length) const;
/* Complex */
/* TODO: we could turn i in ComplexCartesian(0,1) in the shallowReduce applied
* to i. In this case, we would handle ComplexCartesian as a number and
* implement all computations (+, *, ^) in Number ?? We would have to handle
* ComplexCartesian in all Node::shallowReduce... We would then turn
* ComplexCartesian into something readable in the
* ComplexCartesian::shallowBeautify. This would enable us to do only one
* scan of the tree in ParseAndSimplifyForComplexFormat instead of Simplifying
* and then extracting ComplexCartesian. */
virtual bool isReal(Context & context, Preferences::AngleUnit angleUnit) const { return false; }
/* Simplification */