Subversion Repositories wimsdev

Rev

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 17... Line 17...
17
!if $slib_ring=Z
17
!if $slib_ring=Z
18
 slib_ran1=(random(2*$slib_range+1)-$slib_range)
18
 slib_ran1=(random(2*$slib_range+1)-$slib_range)
19
 slib_out=!exec pari print(matrix($slib_rows,$slib_cols,x,y,$slib_ran1))
19
 slib_out=!exec pari print(matrix($slib_rows,$slib_cols,x,y,$slib_ran1))
20
 !exit
20
 !exit
21
!endif
21
!endif
22
 
-