Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
|
|
@ -0,0 +1,13 @@
|
|||
CirclePlus[x_, y_] := Max[x, y];
|
||||
CircleTimes[x_, y_] := x + y;
|
||||
UpArrow[x_, y_Integer?Positive] := x * y;
|
||||
|
||||
Print["2 ⊗ -2 = ", 2 ⊗ -2];
|
||||
Print["-0.001 ⊕ -∞ = ", -0.001 ⊕ -∞];
|
||||
Print["0 ⊗ -∞ = ", 0 ⊗ -∞];
|
||||
Print["1.5 ⊕ -1 = ", 1.5 ⊕ -1];
|
||||
Print["-0.5 ⊗ 0 = ", -0.5 ⊗ 0];
|
||||
Print["5 ↑ 7 = ", 5 ↑ 7];
|
||||
Print["5 ⊗ (8 ⊕ 7) = ", 5 ⊗ (8 ⊕ 7)];
|
||||
Print["5 ⊗ 8 ⊕ 5 ⊗ 7 = ", 5 ⊗ 8 ⊕ 5 ⊗ 7 ];
|
||||
Print["5 ⊗ (8 ⊕ 7) == 5 ⊗ 8 ⊕ 5 ⊗ 7 : ", 5 ⊗(8 ⊕ 7) == 5 ⊗ 8 ⊕ 5 ⊗ 7 ];
|
||||
Loading…
Add table
Add a link
Reference in a new issue