This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: vfprintf typing problem


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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]