Math (math)

EXSLT Math 包提供了用於處理數值和比較節點的函式。Math 包的名稱空間是 http://exslt.org/math

math:highest()

math:highest() 返回指定節點集中值最高的節點(最高值使用 math:max() 計算)。

math:lowest()

math:lowest() 返回指定節點集中值最低的節點(最低值使用 math:min() 計算)。

math:max()

math:max() 返回節點集的最大值。

math:min()

math:min() 返回節點集的最小值。