Computer Science, asked by totoyfranz, 4 days ago

how can you extend the range and precision of double on some systems?

subject: computer programming ​

Answers

Answered by ojaswiverma97
5

Answer:

The simplest way is to just use a string, and store a digit per character. Do the math just like you would do if you did it by hand on paper. Adding numbers together is relatively easy, so is subtracting. Doing multiplication and division is a little harder

Similar questions