InfluxDB equivalent of Postgres LEAST?

Is there an equivalent of Postgre’s LEAST function?

Given two values, LEAST returns the smallest of the two.

See sql - How do I get the MIN() of two fields in Postgres? - Stack Overflow

@steve I think you are looking for MIN()