Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

min

value min(value1, value2, …, valueN)

Returns the lesser of the (at least two) 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 lesser value.
Note! This documentation is also accessible within the app from Help & feedback menu.