Help for this page

Select Code to Download


  1. or download this
    #include "stdio.h"
    
    int main() {
      printf("%0.2f\n",-0.000000000000000000000000001);
    }
    
  2. or download this
    $ ./a.out 
    -0.00