Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: rounding weirdness
- X-seq: zsh-users 13459
- From: "William G. Scott" <wgscott@xxxxxxxxxxxxxxxxxx>
- To: Atom Smasher <atom@xxxxxxxxxxx>
- Subject: Re: rounding weirdness
- Date: Sun, 16 Nov 2008 19:21:34 -0800
- Cc: ZSH Users <zsh-users@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer:sender; bh=mY/h/AenSRaHqFI3zLJG94mbs1S46vR+TEaY9KgrwWI=; b=DoPQiXzPmkD0j0OnflxP+ZBj3J1ClHaYui9aZm4NCSYvJjW0gsw906zicxrY+oTSKy 98PuCLky87G1WlKiny6UYLTzW0unnF/umohtRHQr9+JhB41hzqgEnBuQKrcb9HB2eUV5 a1JLpJglJa3PNjIVTCNIoY5uvjdSnSo3z5qWI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer:sender; b=lb/xBOMNUZSPAwCSj0LZcM1QUf7ti+Y9UOSN65Qiu3AnbxKqkR1lRqJzRHq6eh8vzc RncUcOkNU0ECZ2FUq+DVuIZ6nLpIv5kOei3tnVXn97eGqnLIsFtoUS7jsz/8wtoJGtxR BIiHTBJdbMGogZCiJKynxzYVkT7E3tR8/6zi0=
- In-reply-to: <20081117025845.91523.qmail@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20081117025845.91523.qmail@xxxxxxxxxxx>
- Sender: "W. G. Scott" <wgscott1@xxxxxxxxx>
On the other hand, ...
zsh-% echo $[13.50 + 6.99]
20.490000000000002
zsh-% zcalc
1> 13.50 + 6.99
20.49
2>
On Nov 16, 2008, at 6:58 PM, Atom Smasher wrote:
i'm seeing this on several boxes:
% echo $[13.50 + 6.99]
20.490000000000002
Linux 2.6.26.6 zsh=4.3.4
FreeBSD 4.7 zsh=4.2.1
FreeBSD 6.2 zsh=4.3.6
i don't recall seeing that type of error before. is that normal?
--
...atom
________________________
http://atom.smasher.org/
762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
-------------------------------------------------
"Patriotism is the willingness to kill
and be killed for trivial reasons."
-- Bertrand Russell
Messages sorted by:
Reverse Date,
Date,
Thread,
Author