http://d.puremagic.com/issues/show_bug.cgi?id=6725
--- Comment #3 from Jonathan M Davis <[email protected]> 2013-02-08 18:23:30 PST --- In general, using floating point values like that is asking for trouble, because you're going to run into precision problems. It's far better to use integral values with the more precise units, but I can see why someone would want to be able to do this. It wouldn't be all that big a deal to add it, and it's probably worth having. It's just of questionable value if you actually want to be precise. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
