Help for this page

Select Code to Download


  1. or download this
    nicholas@neko/3:(pts-0.neko) ~/tmp > cat test.c
    #include <stdlib.h>
    ...
    }
    nicholas@neko/3:(pts-0.neko) ~/tmp > cc test.c -o test ; ./test
    1.125000
    
  2. or download this
    nicholas@peacock2/5 ~ > cat >test.c
    #include <stdlib.h>
    ...
    }
    nicholas@peacock2/5 ~ > cc test.c -o test; ./test
    0.000000