Template:Max
Revision as of 15:32, 24 April 2006 by imported>Verdy p
Evaluates and returns the maximum of a list of numeric expressions (with up to 16 parameters).
- Syntax:
- Examples:
- {{max}} = "".
- {{max|}} = "".
- {{max|-7}} = "-7".
- {{max|-7|}} = "-7".
- {{max|-7|5}} = "5".
- {{max|-7|5|}} = "5".
- {{max|-7|5|8}} = "Expression error: Unexpected < operator.".
- {{max|-7|5|8|-32|29|14|1}} = "Expression error: Unexpected < operator.".
- {{max|40*41|300+30}} = "1640".
- {{max|100+10|300+30|200+20}} = "Expression error: Unexpected < operator.".