vfprintf typing problem

Andreas Schwab schwab@linux-m68k.org
Mon Apr 2 18:56:00 GMT 2012


Paul Eggert <eggert@cs.ucla.edu> writes:

> On 04/02/2012 10:31 AM, Andreas Schwab wrote:
>> I've never seen that in any mathematical literature.
>
> I see it all the time.  Picking a source somewhat at random:
>
>    "Let us fix a family (φ[j]) j = 1,..., p such that
>     φ[j] ∈ D(V[j]), 0 ≤ φ[j] ≤ 1, ∑ φ[j] ≡ 1 on M."
>
>    -- Tartakoff DS. Nonelliptic Partial Differential Equations.
>       Developments in Mathematics, 2011, Volume 22, 159-189,
>       <http://dx.doi.org/10.1007/978-1-4419-9813-2_13>
>
> It's natural to translate commonly used mathematical notation like
> "0 ≤ i < 1000" to "0 <= i && i < 1000" in C.

That is a completely different case.  You will never see 0 < ε.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Libc-alpha mailing list