Help for this page

Select Code to Download


  1. or download this
    printf "%.5f\n", (1.5553 - 1.5552);
    printf "%.5f\n", (0.9984 - 0.998);
    printf "%.5f\n", (100.25 - 100.3);
    
  2. or download this
    0.00010
    0.00040
    -0.05000