On Fri, Dec 16, 2016 at 11:43:19AM +0100, Nick Lobachevsky wrote: > Wouldn't this really be a domain error, the maximum argument value for > ! being around 170? > > !170 > 7.257415615307994E306 > !171 > DOMAIN ERROR
I'm using dyadic ! here so it should return 1 nevertheless; it does so with integer arguments. Signaling an error is an option too, but now it returns a value that prints as 0.000000000 and is not a valid number at all. -k
