You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a need to implement a representation of rational numbers as a ratio of two integer numbers. All basic operations, which include addition, substraction, multiplication and division should also be implemented. The implementation will be used in extended polynomial euclidean algorithm for polynomials with rational coefficients insted of floating-point numbers representation which is error-prone due to the danger of floating-point number overflow.
The text was updated successfully, but these errors were encountered:
Rational numbers representation has been added in last commit.
There is still a need to rewrite polynomials code in order to have polynomials' coefficients represented as rational numbers.
There is a need to implement a representation of rational numbers as a ratio of two integer numbers. All basic operations, which include addition, substraction, multiplication and division should also be implemented. The implementation will be used in extended polynomial euclidean algorithm for polynomials with rational coefficients insted of floating-point numbers representation which is error-prone due to the danger of floating-point number overflow.
The text was updated successfully, but these errors were encountered: