exslt-math:min
Returns the lowest value in a sequence of comparable items.
min($arg as xs:anyAtomicType*) ➔ xs:double
Arguments | |||
| $arg | xs:anyAtomicType* | The input sequence |
Result | xs:double |
Namespace
http://exslt.org/math
Links to specifications
Notes on the Saxon implementation
Saxon also implements the function fn:min().