Find greater value without comparison and conditions

    Given 2 integers: a and b. For example, a = 3, b = 6.

    Write an expression that will find a larger number (a or b), without conditions and comparisons. Pure mathematics (modules, for example, can).

    The correct solution in the comments, carefully! :)

    Also popular now: