|
 |
hi,
kurtz le pirate <kur### [at] gmail com> wrote:
> To make it easier to use, you can also make :
> (do not pay attention to the order of parameters)
>
> #macro m_gcd(a_,b_)
> #local ta_ = max(a_,b_);
> #local tb_ = min(a_,b_);
> #while (tb_)
> ...
neat. although the condition is not the same, accepting A = B makes no
(practical) difference, afaict. thanks.
regards, jr.
Post a reply to this message
|
 |