Math: Range
Gets the lowest and highest number from an array of numbers. Returns an array of [low, high]. For individual low/high values please use v:math.maximum and v:math.minimum. /
<v:math.range a="[mixed]" fail="1"> <!-- tag content - may be ignored! --> </v:math.range>
{v:math.range(a: [mixed], fail: 1)}
commit 1e8d483ede9ad6f0ccb33c594d8467b9669e8161 Author: Claus Due <*****@wildside.dk> Date: Tue Nov 20 21:18:03 2012 +0100 [FEATURE] Math / Range ViewHelper commit 353cc6d003093fc52361370612a633d5240df514 Author: Claus Due <*****@namelesscoder.net> Date: Sun Sep 29 04:16:53 2013 +0200 [BUGFIX] Ensure consistent return type in Math / Range ViewHelper commit da31bad1d9bb058c072ddb5591e8ed907a1ae8e1 Author: Claus Due <*****@namelesscoder.net> Date: Tue Dec 31 23:08:37 2013 +0100 [TASK] Happy new year! commit 52bd6e41ccfef3d8193b350153912a9716e6a087 Author: Benjamin Rau <*****@codearts.at> Date: Tue Apr 1 21:09:00 2014 +0200 [TASK] CGL compliance commit da7677bc74f14e9a9300e4ba4487e52c3cb97642 Author: Claus Due <*****@namelesscoder.net> Date: Sun Apr 20 01:13:33 2014 +0200 [TASK] Switch to namespaces commit 8bb2fc5ee124ba19b0a0ab8e061c9a153fc4651f Author: Xaver Maierhofer <*****@xwissen.info> Date: Sun Jan 18 17:56:13 2015 +0100 [TASK] Reference Copyright to license.md file