Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Fixed-point arithmetic library Date: Thu, 23 Feb 2012 13:53:51 -0800 Organization: A noiseless patient Spider Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 23 Feb 2012 21:53:55 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="26736"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/rE7MxDkCo0/NpRa/u/ojkZz0VyCGuDw0=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 In-Reply-To: Cancel-Lock: sha1:6l6k7DGUR5gJTVGXYwfYpzwHo7E= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:12279 On 2/23/2012 1:15 PM, Tom Anderson wrote: > ...we currently use a > fixed-point implementation of our own. However, it doesn't quite meet > all our needs. A big help for all of us would be to understand what needs, exactly, you have. What are the requirements for this class/package? Given that no one has offered anything besides BigDecimal, it might be moot as there doesn't seem to be a lot out there, but it might help narrow down any potential choices. > My choice is really between extending it, and replacing > it with something else. Being lazy, i would rather take advantage of > someone else's hard work than do any myself. Or you could contract out for it. :D :D Sounds like a fun little side project. We'd still need those requirements though.