HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
MAX
Syntax
MAX(value1,[value2],[..value16])
Description
Maximum. Returns the greatest of the values given, or the greatest value of a list.
Example
MAX(210,25) returns 210 and MAX({1, 8, 2}) returns 8
MAX — Discussion
↑Back to top