mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[poincare] Add setNegative on Rationial
Change-Id: I9b7f297bea8f0c917919fb15405805865b7537b9
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
// Getter
|
||||
const Integer numerator() const;
|
||||
const Integer denominator() const;
|
||||
|
||||
void setNegative(bool negative) { m_numerator.setNegative(negative); }
|
||||
// Expression subclassing
|
||||
Type type() const override;
|
||||
Expression * clone() const override;
|
||||
|
||||
Reference in New Issue
Block a user