programnature
searching Neon…
- 1.▲
- 2.▲
- 3.▲
- 4.▲
- 5.▲
- 6.▲
7 ms·
- 91.▲
- 92.▲
- 93.▲
- 94.▲
- 95.▲
- 96.▲
- 97.▲
- 98.▲
- 99.▲
- 100.▲
- 101.▲
- 102.▲
- 103.▲
- 104.▲
- 105.▲
- 106.▲
- 107.▲
- 108.▲
- 109.▲
- 110.▲
- 111.▲
- 112.▲
- 113.▲
- 114.▲
- 115.▲
Consider the Mathematica function Take[], which would save millions of man hours if it existed in other languages. Take[{a,b,c,d},2] --> {a,b} Take[{a,b,c,d},-2] -> {c,d} Take[{a,b,c,d},{1,3}] -> {a,b,c} Take[{a,b,c,d},{1,-1,2}] - 116.▲
- 117.▲
- 118.▲
- 119.▲
- 120.▲
More ›