all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
vdc=: ([ %~ %@[ #. #.inv)"0 _
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
2 vdc i.10 NB. 1st 10 nums of Van der Corput sequence in base 2
|
||||
0 0.5 0.25 0.75 0.125 0.625 0.375 0.875 0.0625 0.5625
|
||||
2x vdc i.10 NB. as above but using rational nums
|
||||
0 1r2 1r4 3r4 1r8 5r8 3r8 7r8 1r16 9r16
|
||||
2 3 4 5x vdc i.10 NB. 1st 10 nums of Van der Corput sequence in bases 2 3 4 5
|
||||
0 1r2 1r4 3r4 1r8 5r8 3r8 7r8 1r16 9r16
|
||||
0 1r3 2r3 1r9 4r9 7r9 2r9 5r9 8r9 1r27
|
||||
0 1r4 1r2 3r4 1r16 5r16 9r16 13r16 1r8 3r8
|
||||
0 1r5 2r5 3r5 4r5 1r25 6r25 11r25 16r25 21r25
|
||||
Loading…
Add table
Add a link
Reference in a new issue