Which floating type should be used to store digits of precision 15?
Answers
Answered by
1
Answer:
In almost all cases, you should use the double type whenever you need numbers with fractional values. The precision of a floating-point value indicates how many significant digits the value can have following its decimal point.
Answered by
0
Answer:
in almost all cases,you should use the double type whenever you need numbers with fractional values
Similar questions