Arithmetic/Rational: Difference between revisions

Content added Content deleted
(Added Quackery.)
m (→‎{{header|Quackery}}: tweaked commentary)
Line 3,767: Line 3,767:
=={{header|Quackery}}==
=={{header|Quackery}}==


Quackery comes with a rational arithmetic library, <code>bigrat.qky</code>, documented in '''The Book of Quackery.pdf''', both available at [https://github.com/GordonCharlton/Quackery the Quackery Github repository].
Quackery comes with a rational arithmetic library coded in Quackery, <code>bigrat.qky</code>, and documented in '''The Book of Quackery.pdf'''. Both are available at [https://github.com/GordonCharlton/Quackery the Quackery Github repository].


<code>factors</code> is defined at [[Factors of an integer#Quackery]].
<code>factors</code> is defined at [[Factors of an integer#Quackery]].