User:Margusmartsepp/Contributions/Java/Math2.java: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 October 2010

  • curprev 02:2102:21, 28 October 2010rosettacode>Margusmartsepp 2,314 bytes +2,314 Created page with "<lang java>import java.util.Scanner; import java.util.Stack; import com.google.common.collect.ImmutableMap; public class Math2 { public interface Operator<T> { T apply(final..."