User Tools

Site Tools


haas:fall2019:discrete:projects:mtf1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:fall2019:discrete:projects:mtf1 [2019/09/23 17:37] – [All of that, plus lower bound] wedgehaas:fall2019:discrete:projects:mtf1 [2019/09/26 17:59] (current) wedge
Line 45: Line 45:
 ====Altering the operation to perform (addition)==== ====Altering the operation to perform (addition)====
 <cli> <cli>
-lab46:~/src/discrete/mtf1$ ./mtf1+lab46:~/src/discrete/mtf1$ MTF1_OPER="+" ./mtf1
       1  2  3  4  5  6  7  8  9        1  2  3  4  5  6  7  8  9 
   [+]---------------------------    [+]--------------------------- 
Line 61: Line 61:
 ====Subtraction==== ====Subtraction====
 <cli> <cli>
-lab46:~/src/discrete/mtf1$ OPER="-" ./mtf1 7+lab46:~/src/discrete/mtf1$ MTF1_OPER="-" ./mtf1 7
       1  2  3  4  5  6        1  2  3  4  5  6 
   [-]------------------    [-]------------------ 
Line 74: Line 74:
 ====Division==== ====Division====
 <cli> <cli>
-lab46:~/src/discrete/mtf1$ OPER="/" ./mtf1 16+lab46:~/src/discrete/mtf1$ MTF1_OPER="/" ./mtf1 16
       1  2  3  4  5  6  7  8  9  A  B  C  D  E  F        1  2  3  4  5  6  7  8  9  A  B  C  D  E  F 
   [/]---------------------------------------------    [/]--------------------------------------------- 
Line 96: Line 96:
 ====Remainder==== ====Remainder====
 <cli> <cli>
-lab46:~/src/discrete/mtf1$ OPER="%" ./mtf1 9+lab46:~/src/discrete/mtf1$ MTF1_OPER="%" ./mtf1 9
       1  2  3  4  5  6  7  8        1  2  3  4  5  6  7  8 
   [%]------------------------    [%]------------------------ 
haas/fall2019/discrete/projects/mtf1.1569260270.txt.gz · Last modified: 2019/09/23 17:37 by wedge