| 
           Floating-point relative accuracy (machine epsilon, 2โ52 or about 2.2204ยท10โ16, for double floating-point numbers). 
         | 
      |
| 
           i, j 
         | 
        |
| 
           Infinity, โ. A value larger than what can be handled with floating-point representation. Use the isinf and isnan operators to test if expressions are evaluated as infinity or not-a-number, respectively. 
         | 
      |
| 
           NaN, nan 
         | 
        |