Help for this page

Select Code to Download


  1. or download this
    ----------------------------------------------
     Welcome to Strawberry Perl PDL Edition!
    ...
    Default GSL error handler invoked.
    
    D:\C>
    
  2. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
     printf("2: nnz: %d\n", gsl_spmatrix_nnz( m ));
     return 0;
    }
    
  3. or download this
    D:\C>perl -le "$x = (1 << 32) + 2; print $x; print 'WTF' if $x == 2;"
    4294967298