max

A function that can be used in Formulas.

Syntax and semantics

max (x, ...)
determine the maximum of a list of numbers.

Tests

    assert max (7.2, -5, 3) = 7.2

Links to this page


© Paul Boersma 2023