Author Topic: multiple precision division  (Read 2902 times)

0 Members and 1 Guest are viewing this topic.

Offline jack

  • Seasoned Forum Regular
  • Posts: 408
    • View Profile
multiple precision division
« on: July 22, 2021, 09:38:05 am »
have a look at Dr. David M. Smith's paper http://dmsmith.lmu.build/MComp1996.pdf
it divides two floating point numbers represented as arrays of double, the decimal point is assumed to be at the left-most position and the first element of the array is the exponent, the second element is the first decimal digit and thereafter the elements hold 4 digits
« Last Edit: July 22, 2021, 07:38:36 pm by jack »