minor NR changes
This commit is contained in:
@@ -33,7 +33,9 @@ class NR {
|
||||
NR& operator*=(const NR& opNR);
|
||||
NR& operator/=(const NR& opNR);
|
||||
|
||||
void Invert();
|
||||
NR operator-() const;
|
||||
|
||||
NR Inverse() const;
|
||||
|
||||
friend std::ostream& operator<<(std::ostream& os, const NR& opNR);
|
||||
friend std::istream& operator>>(std::istream& os, NR& opNR);
|
||||
|
||||
Reference in New Issue
Block a user