Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

max

value max(value1, value2, …, valueN)

Returns the greater of the (at least) arguments.

Numbers and bigint are compared by numerical value, texts are compared in lexicographical order.

Parameters

  1. value1 — first number, bigint or text.
  2. value2 — second number, bigint or text.
  3. valueN — N-th number, bigint or text.

Returns

  • the greater value.
Note! This documentation is also accessible within the app from Help & feedback menu.