On 26 Mar, Edward Wijaya wrote:

>> Try "long double" instead, which gives you 10 Bytes and
>> the format char %Lf.

> Still wont' do. It still return 'inf' for N>500

What does printf("%i\n", sizeof(long double)); tell you?
The byte sizes of variable types can vary from platform to platform.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to