Well I guess that explains why Quattro Pro was so good...it was written in
Pascal 

Jeremy Coulter
Application Developer

Application Development Centre
Compaq Computer New Zealand Ltd.

Phone:  64 3 371 5724
Fax:            64 3 371 5724
Mobile:       64 0212533214
E-mail: [EMAIL PROTECTED]       
Personal Email: [EMAIL PROTECTED]



-----Original Message-----
From: Max Renshaw-Fox [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 27, 1999 3:25 PM
To: Multiple recipients of list delphi
Subject: RE: [DUG]: Financial Calculations


Look in the Math.pas unit - it's got a lot of stuff that was originally
quattro pro.

from math.pas...

unit Math;

{ This unit contains high-performance arithmetic, trigonometric,
logorithmic,
  statistical and financial calculation routines which supplement the math
  routines that are part of the Delphi language or System unit. }


{-----------------------------------------------------------------------
Financial functions.  Standard set from Quattro Pro.

Parameter conventions:

>From the point of view of A, amounts received by A are positive and
amounts disbursed by A are negative (e.g. a borrower's loan repayments
are regarded by the borrower as negative).

Interest rates are per payment period.  11% annual percentage rate on a
loan with 12 payments per year would be (11 / 100) / 12 = 0.00916667

-----------------------------------------------------------------------}

Max
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Jim
Sent: Wednesday, 27 October 1999 10:29
To: Multiple recipients of list delphi
Subject: [DUG]: Financial Calculations


Hello all,
        I am looking for a Delphi based suite of financial calculation
functions. I
would prefer source
over DLL. Thanks

Jim Quickenden



PerfectData Wellington
Ph: 064 4 801 5290
Fx: 064 4 801 5299
Mb: 064 25 465 108
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to