Rev 4349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4349 | Rev 7692 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | slib_comp=x<y |
32 | slib_comp=x<y |
33 | !endif |
33 | !endif |
34 | 34 | ||
35 | slib_coef=if(x==y,$slib_ran2,if($slib_comp,0,$slib_ran1)) |
35 | slib_coef=if(x==y,$slib_ran2,if($slib_comp,0,$slib_ran1)) |
36 | slib_out=!exec pari print(matrix($slib_rows,$slib_cols,x,y,$slib_coef)) |
36 | slib_out=!exec pari print(matrix($slib_rows,$slib_cols,x,y,$slib_coef)) |
37 | - |