# Global Numeric Functions Use these functions with numeric values and other comparable types. ## Topics ### Choosing the Smallest and Largest Value - ``Swift/min(_:_:)`` - ``Swift/min(_:_:_:_:)`` - ``Swift/max(_:_:)`` - ``Swift/max(_:_:_:_:)`` ### Finding the Absolute Value - ``Swift/abs(_:)``