Binary floating point math is like this. In most programming languages, it is based on the IEEE 754 standard. JavaScript uses 64-bit floating point representation, which is the same as Java's double. The crux of the problem is that numbers are represented in this format as a whole number times a power of two; rational numbers (such as 0.1, which is 1/10) whose denominator is not a power of two cannot be exactly represented.
   Solution of Floating point calculation problem  Example Program:- (Editor)   
Editor is Loading...  
 Output:-
  
   Advertisement  
0 nhận xét:
Đăng nhận xét