Rational numbers

  • Thread starter Thread starter Mike Friel
  • Start date Start date
M

Mike Friel

I am writing an assembly that will be used in a suite of
financial applcations. Naturally I must use integer
arithmetic to ensure the accuracy of my calculations and
in the past [in c++] have used the rational number class
from the Boost libararies. Is there anything out there
like that or for that matter in the framework that I am
missing.

Cheers

Mike
 
I assume you know about the decimal type in the framework. Other than that,
you will have to either write a rational number class or find one.
HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top