Daniele <scrows@...> schrieb:
> $ time wcalc "2^56 % 57"
> ^C
>
> real 0m15.002s
> user 0m14.635s
> sys 0m0.003s
> $
>
> the standard operator takes too much time to calculate the
> solution (I never waited for its solution),
Heh, right. Counting up to 2^56 in 57-steps might take a while. ;-)
> can anything be done to solve this issue?
Sure. Patch attached.
Cheers,
Ingo