-1

I'm doing a project on single precision floating numbers. I was wondering in what fields or areas are these concepts used? Thanks in advance.

Manoj
  • 23
  • 6

1 Answers1

0

For anything requiring larger range than available with integers, and where limited accuracy of number representation isn't important enough to use longer floats. In terms of accuracy, nothing beats integer or fixed point, at the price of their limited range. Say if i wanted cosmological distances in a unit which can be used for both nearer and far objects at the same time, i could think of using those - after all, i'd be mostly interested in the most significant parts of the distance, not in the submillimeter portion.

Deleted User
  • 2,551
  • 1
  • 11
  • 18