Max

max(tuple[decimal,...]) -> decimal

Returns max value from provided parameters

Example:

max(0.1, 0.2)0.2

Last updated