mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[poincare] Implement shallowReduce of ComplexArgument, AbsoluteValue,
RealPart and ImaginaryPart
This commit is contained in:
@@ -109,7 +109,7 @@ Expression ExpressionNode::complexArgument(Context & context, Preferences::Angle
|
||||
Multiplication(
|
||||
SignFunction::Builder(b).shallowReduce(context, angleUnit),
|
||||
Division(Constant(Ion::Charset::SmallPi), Rational(2)).shallowReduce(context, angleUnit, ReductionTarget::BottomUpComputation)
|
||||
),
|
||||
).shallowReduce(context, angleUnit, ReductionTarget::BottomUpComputation),
|
||||
arcTangent
|
||||
).shallowReduce(context, angleUnit, ReductionTarget::BottomUpComputation);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user