X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=y09NOGfZEJRiGpGaI2Ss/vP2i9kH8SZ0pnxwKFeJQcE=; b=RRfYPFbF/f3DAqVMpQyrICRfIgftI5uzCV+RBDbtOUdI3EFzB5DMrXmfsBvY54ZUau AKPln8jKdFaWjp1T5emDUjgGWan8Zr6VxO5izEyG33M7xQWT+SRNXMVfnPfQ5UX+TeK6 N/gm8yMogXD2VVyhhwglFnIEYzuXn4YAqI0HZmoZc0uohpmqoGWUBppvErB2xKgN6TCV kk8+b7HrFrj9towokkrdL2RIjucYjwRqFTNRtHD2V5Gm5QGixsFtvw5GmfTzIMe/ijtj mF1llRmrI/wOTL8ikclp+qHHh+KJR7PXJ9BsTv9F6HbRdsXWToI6wed7PjpiLjFjJJLl NFiA== X-Received: by 10.180.10.101 with SMTP id h5mr30285713wib.27.1442260314582; Mon, 14 Sep 2015 12:51:54 -0700 (PDT) Date: Mon, 14 Sep 2015 21:51:52 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Apollon Message-Id: <20150914215152.b83b1e914ef666df7827b6de@gmail.com> In-Reply-To: <20150914175929.22829.qmail@stuge.se> References: <20150913140631 DOT 1da1b78d AT jive DOT levalinux DOT org> <201509131529 DOT t8DFTUVS022118 AT envy DOT delorie DOT com> <20150914175929 DOT 22829 DOT qmail AT stuge DOT se> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Given location is nanometers, you should have an equally precise > > unit for other measurements. > > Yes! And floating point isn't always so precise. It depends on if you need "book keeping" precision so that numbers add up exactly. Float have fixed number of significant bits and bits to move decimal point. For real world data it make a lot of sense with the same number of significant bits regardless of decimal point and a huge range. In real world nothing is exact and resolution of float is usually a lot better regardless of units, for example nano meters or miles. The great thing with float is the significant number of bits is the same for the same distance for both nano meters and miles. Nicklas Karlsson