Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/exslt/math/lowest/index.md
6568 views
---
title: math:lowest() slug: Web/EXSLT/math/lowest
---

{{XSLTRef}}{{QuickLinksWithSubpages("/en-US/docs/Web/EXSLT")}}

math:lowest() returns the node in the specified node-set with the lowest value (where the lowest value calculated using math:min()).

A node has this minimum value if converting its string value to a number equals the minimum value.

Syntax

math:lowest(nodeSet)

Parameters

  • nodeSet

    • : The node-set whose lowest value is to be returned.

Returns

A result tree fragment consisting of copies of the nodes returned by math:min().

Specifications

EXSLT - MATH:LOWEST