Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 230 Bytes

File metadata and controls

6 lines (4 loc) · 230 Bytes

The Math module

The Math module defines integer-related math functions (e.g. Min, Max, Abs).

  • Integer-related functions over collections of integers (e.g. minimum of a sequence) are available in the Collections module.