Name: Anonymous 2014-12-16 21:47
Post your dubs-checking algorithms. We have a lot spread out but it might be nice to collect all the good ones in a single thread. Revised version of an earlier one I wrote:
Number isDubs := method(
if(self toBase(11) asNumber mod(10) == 0,
Exception raise("checkem"); true,
false))