www.fifi.org Documentation Manpages GNU Info Debian document tree Whole document tree Trigance web page Public services User info Mailing lists Secure server Multilingual usage
Copyright (C) 2000-2012 Philippe Troin <webmaster@fifi.org>.
Validate HTML Validate CSS
Whole document tree
MAX(b1, b2, ...)
MAX returns the value of the element of the values passed that has the largest value. With negative numbers considered smaller than positive numbers.
This function is Excel compatible.
Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, 21.3, 25.9, and 40.1. Then
MAX(A1:A5) equals 40.1.
MIN, ABS.