X-Received: by 2002:a37:4796:: with SMTP id u144mr10546590qka.235.1607111487622; Fri, 04 Dec 2020 11:51:27 -0800 (PST) X-Received: by 2002:a25:ed7:: with SMTP id 206mr7525269ybo.136.1607111487443; Fri, 04 Dec 2020 11:51:27 -0800 (PST) Path: csiph.com!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Fri, 4 Dec 2020 11:51:27 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2601:500:c200:16e0:2d0f:e0fc:f0c7:92f8; posting-account=R1FlGgkAAACT4qWBRQlFZVvqWzeWlXEN NNTP-Posting-Host: 2601:500:c200:16e0:2d0f:e0fc:f0c7:92f8 References: <61b9cd9a-2508-400e-abf6-fc823fe9e28an@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: What am I missing? From: Al Greynolds Injection-Date: Fri, 04 Dec 2020 19:51:27 +0000 Content-Type: text/plain; charset="UTF-8" Xref: csiph.com comp.graphics.apps.gnuplot:4378 On Friday, December 4, 2020 at 12:12:08 PM UTC-7, Chris Elvidge wrote: > Note that gnuplot uses both "real" and "integer" arithmetic, like > FORTRAN and C. Integers are entered as "1", "-10", etc; reals as "1.0", > "-10.0", "1e1", 3.5e-1, etc. The most important difference between the > two forms is in division: division of integers truncates: 5/2 = 2; > division of reals does not: 5.0/2.0 = 2.5. > > > -- > Chris Elvidge > England Duh! Thanks. I'm used to working in another app where all numbers are stored as doubles.