File: thash.reference

package info (click to toggle)
sollya 7.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 13,864 kB
  • sloc: ansic: 117,441; yacc: 8,822; lex: 2,419; makefile: 870; cpp: 76
file content (35 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
When I add 9 to 8, I get 17
Objects:
00: 17
01: 17
02: 42
03: 25
04: 17
05: 1 + 17 * x + 136 * x^2 + 680 * x^3 + 2380 * x^4 + 6188 * x^5 + 12376 * x^6 + 19448 * x^7 + 24310 * x^8 + 24310 * x^9 + 19448 * x^10 + 12376 * x^11 + 6188 * x^12 + 2380 * x^13 + 680 * x^14 + 136 * x^15 + 17 * x^16 + x^17
06: (1 + x)^17
07: (1 + x)^42
08: 17
09: proc(a, b)
{
"When I add ", b, " to ", a, ", I get ", (a) + (b);
return (a) + (b);
}
10: 8
11: 9
12: 17

Hash equality table:
-- 00 01 02 03 04 05 06 07 08 09 10 11 12 
00  *  *        *           *           * 
01  *  *        *           *           * 
02        *                               
03           *                            
04  *  *        *           *           * 
05                 *  *                   
06                 *  *                   
07                       *                
08  *  *        *           *           * 
09                             *          
10                                *       
11                                   *    
12  *  *        *           *           *