| Author |
Comment/Response |
Jens Rügenhagen
|
12/14/02 3:52pm
I want a formula for rational powers.
For example the rational times is:
z.numerator = a.numerator * b.numerator
z.denominator = a.denominator * b.denominator
For example the rational divide is:
z.numerator = a.numerator * b.denominator
z.denominator = a.denominator * b.numerator
Is there any way to express the exact power of two rational numbers with such a formula?
URL: , |
|