Tropical algebra overloading: Difference between revisions

Content added Content deleted
Line 499: Line 499:
Expecting 5 ⊗ (8 ⊕ 7) == 13. Got 13.0 ✔
Expecting 5 ⊗ (8 ⊕ 7) == 13. Got 13.0 ✔
Expecting 5 ⊗ 8 ⊕ 5 ⊗ 7 == 13. Got 13.0 ✔
Expecting 5 ⊗ 8 ⊕ 5 ⊗ 7 == 13. Got 13.0 ✔
</pre>

=={{header|Java}}==
<syntaxhighlight>

</syntaxhighlight>
{{ out }}
<pre>

</pre>
</pre>