bug-gnu-utils
[Top][All Lists]
Advanced

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

it looks like bug:(


From: Александр Шкотин
Subject: it looks like bug:(
Date: Thu, 18 Oct 2007 15:56:01 +0400

please try this

BEGIN{
w = 0.0
w = w + 0.15
w = w + 99.45
w = w + 0.4
if (w > 100)
 print w
}

it prints 100

with GNU Awk 3.1.3 under Win XP and GNU Awk 3.1.5 under Fedora.

what should i do?

Alex


reply via email to

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