zsh-users
 help / color / mirror / code / Atom feed
From: Zefram <zefram@fysh.org>
To: Clint Adams <clint@zsh.org>
Cc: zsh-users@sunsite.dk
Subject: Re: forcing output type
Date: Sun, 23 Sep 2001 16:47:05 +0100	[thread overview]
Message-ID: <20010923164705.A15106@fysh.org> (raw)
In-Reply-To: <20010923114054.A16301@dman.com>

Clint Adams wrote:
>float f; (( f = 2/3 )); print $f
>
>to output the equivalent of what would be output
>if, for instance, the "2" were replaced by "2.0"?

The expression "2/3" is a truncating integer division; its value is
exactly 0.  Just as in C, if you want to do a floating-point division
you have to provide floating-point operands.

-zefram


  reply	other threads:[~2001-09-23 15:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-23 15:40 Clint Adams
2001-09-23 15:47 ` Zefram [this message]
2001-09-23 16:13   ` Clint Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010923164705.A15106@fysh.org \
    --to=zefram@fysh.org \
    --cc=clint@zsh.org \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).