Implement immutable data type rational for rational number, Mathematics

Assignment Help:

Implement an immutable data type Rational for rational numbers that supports addition, subtraction, multiplication and division.

public class Rational


Rational(int numerator, int denominator)

Rational

plus(Rational b)

sum of this number and b

Rational

minus(Rational b)

difference of this number and b

Rational

times(Rational b)

product of this number and b

Rational

divides(Rational b)

quotient of this number and b

boolean

equals(Rational that)

is this number equal to that?

String

toString()

string representation

Notes

  1. You do not have to worry about testing for overflow, but use as instance variables two long values that represent the numerator and denominator to limit the possibility of overflow.
  2. Use Euclid's algorithm to ensure that the numerator and denominator never have any common factors.
  3. Include a test client that exercises all of your methods.

 

 


Related Discussions:- Implement immutable data type rational for rational number

Combination, Combination A combination is a group of times whether ord...

Combination A combination is a group of times whether order is not significant. For a combination to hold at any described time it must comprise of the same items however i

Diffrence between rational and irrational numbers, Q. Diffrence between Rat...

Q. Diffrence between Rational and Irrational Numbers? Ans. A number which is not rational is called irrational. The word "irrational" sounds not quite right...as though th

Topology, Is usual topology on R is comparable to lower limit topology on R...

Is usual topology on R is comparable to lower limit topology on R

Graph and algebraic methods , To answer each question, use the function t(r...

To answer each question, use the function t(r) = d , where t is the time in hours, d is the distance in miles, and r is the rate in miles per hour. a. Sydney drives 10 mi at a c

the bug should start to move in order to increase, The temperature at the ...

The temperature at the point (x, y) on a metal plate is given by the function f(x, y) = x 3 + 4xy + y 2 where f is in degrees Fahrenheit and x and y are in inches, with the origin

Fractions, question paper on fractions

question paper on fractions

Define multiplication rule in probability, Q. Define Multiplication Rule in...

Q. Define Multiplication Rule in probability? Ans. A family has two girls, Ann and Barb, and three boys, Carl, David and Earl, in it. In how many ways can the mother pick

Find third order partial derivatives, Question: Find all third order pa...

Question: Find all third order partial derivatives for the function   F(x,y)= log xy+ e (x+y) -x/y.

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd