help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] Are there versions of the cdf functions that will take la


From: Matt 'Murph' Finnicum
Subject: Re: [Help-gsl] Are there versions of the cdf functions that will take larger input?
Date: Wed, 22 Jul 2009 08:12:26 -0500

On a 32 bit system, unsigned int only goes to 4.29 billion. Something
like unsigned long long would be able to use much larger values of n.

Looking at the code, at least in that case, it seems i can just
substitute the new type and it should probably work. I'll try it out.

On Wed, Jul 22, 2009 at 7:59 AM, Hongzheng Wang<address@hidden> wrote:
> What do you mean by `take larger values of 'n' than an unsigned int'?
>
> On Wed, Jul 22, 2009 at 3:45 PM, Matt 'Murph'
> Finnicum<address@hidden> wrote:
>> Are there versions of, for example, gsl_cdf_binomial_Q, that will take
>> larger values of 'n' than an unsigned int?
>>
>> Looking around, I don't see any. How hard would the be to implement?
>> Simply going through and changing types, or is there something keeping
>> that from being done? Has anyone already done this?
>>
>> Thanks,
>> --Murph
>>
>>
>> _______________________________________________
>> Help-gsl mailing list
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/help-gsl
>>
>
>
>
> --
> HZ
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]