[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Invalid value in binomial
From: |
Kacper Gutowski |
Subject: |
Re: [Bug-apl] Invalid value in binomial |
Date: |
Fri, 16 Dec 2016 12:19:51 +0100 |
User-agent: |
NeoMutt/20161126 (1.7.1) |
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