Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #19065

Re: Regarding banking software

Received by 10.66.81.74 with SMTP id y10mr53827pax.17.1349218362565; Tue, 02 Oct 2012 15:52:42 -0700 (PDT)
Received by 10.68.229.231 with SMTP id st7mr866851pbc.2.1349218362549; Tue, 02 Oct 2012 15:52:42 -0700 (PDT)
Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!kr7no2101016pbb.0!news-out.google.com!t10ni23601286pbh.0!nntp.google.com!kr7no2100998pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.java.programmer
Date Tue, 2 Oct 2012 15:52:42 -0700 (PDT)
In-Reply-To <1dbg4z7zymt5d.ym7j7hph5eg5.dlg@40tude.net>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T
NNTP-Posting-Host 69.28.149.29
References <07d13445-2a28-46cd-b9e2-609f4ee18e5a@googlegroups.com> <ebec9107-e498-4aad-874a-827f87c56513@googlegroups.com> <506a2ae0$0$289$14726298@news.sunsite.dk> <c35fa2d6-d47e-4686-bec7-cf8865de1497@googlegroups.com> <1w8fpsrdmn1y2.1nnw9tz9r53rr$.dlg@40tude.net> <93feb84f-7da7-4ef2-9ffc-fcd3666d0485@googlegroups.com> <16ab1j141d7fj$.f7a6n0uuyczq.dlg@40tude.net> <342c6978-d516-41eb-88ba-df3a78a2d175@googlegroups.com> <1dbg4z7zymt5d.ym7j7hph5eg5.dlg@40tude.net>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <b292b995-c24f-4df6-919d-3197253b5673@googlegroups.com> (permalink)
Subject Re: Regarding banking software
From Lew <lewbloch@gmail.com>
Injection-Date Tue, 02 Oct 2012 22:52:42 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.java.programmer:19065

Show key headers only | View raw


Peter Duniho wrote:
> bob smith wrote:
>> [...]
>> However, it you want to compound continuously, I think you will need it.  (   To use P*e^(r*t)    )
> 
> Define "continuously".  Do you mean as in computing an integral?  What
> financial institution needs to do that?  For what computation?  Please
> provide an actual example.
> 
> If you simply mean more than one period of compounding, then the finite
> nature of these computations means that it is sufficient to simply iterate
> as needed.
> 
>> And, good luck representing e with your BigDecimal class.

static final BigDecimal EULERS = new BigDecimal(Math.E);

What's the big deal? Of course, it's no more accurate than the 'double' representation.

> Fortunately, e is not a commonly used constant in financial computations.

-- 
Lew

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Regarding banking software Navnath Gadakh <navnathgadakh@gmail.com> - 2012-09-30 21:25 -0700
  Re: Regarding banking software Roedy Green <see_website@mindprod.com.invalid> - 2012-10-01 10:26 -0700
    Re: Regarding banking software Arne Vajhøj <arne@vajhoej.dk> - 2012-10-01 19:43 -0400
  Re: Regarding banking software bob smith <bob@coolfone.comze.com> - 2012-10-01 13:10 -0700
    Re: Regarding banking software Lew <lewbloch@gmail.com> - 2012-10-01 13:59 -0700
      Re: Regarding banking software Arne Vajhøj <arne@vajhoej.dk> - 2012-10-01 19:46 -0400
    Re: Regarding banking software Arne Vajhøj <arne@vajhoej.dk> - 2012-10-01 19:44 -0400
      Re: Regarding banking software bob smith <bob@coolfone.comze.com> - 2012-10-02 07:18 -0700
        Re: Regarding banking software Peter Duniho <NpOeStPeAdM@NnOwSlPiAnMk.com> - 2012-10-02 09:19 -0700
          Re: Regarding banking software bob smith <bob@coolfone.comze.com> - 2012-10-02 11:59 -0700
            Re: Regarding banking software Peter Duniho <NpOeStPeAdM@NnOwSlPiAnMk.com> - 2012-10-02 12:04 -0700
              Re: Regarding banking software bob smith <bob@coolfone.comze.com> - 2012-10-02 13:00 -0700
                Re: Regarding banking software Peter Duniho <NpOeStPeAdM@NnOwSlPiAnMk.com> - 2012-10-02 13:34 -0700
                Re: Regarding banking software bob smith <bob@coolfone.comze.com> - 2012-10-02 14:22 -0700
                Re: Regarding banking software Peter Duniho <NpOeStPeAdM@NnOwSlPiAnMk.com> - 2012-10-02 14:40 -0700
                Re: Regarding banking software glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2012-10-02 22:44 +0000
                Re: Regarding banking software Lew <lewbloch@gmail.com> - 2012-10-02 15:52 -0700
                Re: Regarding banking software Gene Wirchenko <genew@ocis.net> - 2012-10-02 14:55 -0700
            Re: Regarding banking software David Lamb <dalamb@cs.queensu.ca> - 2012-10-02 21:48 -0400
  Re: Regarding banking software Arne Vajhøj <arne@vajhoej.dk> - 2012-10-01 19:40 -0400
  Re: Regarding banking software David Lamb <dalamb@cs.queensu.ca> - 2012-10-01 22:41 -0400
  Re: Regarding banking software Jeff Higgins <jeff@invalid.invalid> - 2012-10-02 03:25 -0400

csiph-web