bug-gnulib
[Top][All Lists]
Advanced

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

Re: *printf: support for 'long double' number output


From: Bruno Haible
Subject: Re: *printf: support for 'long double' number output
Date: Sat, 19 May 2007 00:05:20 +0200
User-agent: KMail/1.5.4

Daniel Jacobowitz wrote:
> When is it O(N*2) - only with high precision?

O(N^2) where N = max(abs(exponent of x), precision).

When N = 3000, and the elementary operation is a division instruction which
takes a few nanoseconds, the result is in the range of several milliseconds.

Bruno





reply via email to

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