ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | >> Prelude << | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
Module: | Prelude |
---|---|
Function: | lcm |
Type: | Integral a => a -> a -> a |
Description: | lowest common multiple |
Related: | |
Keywords: | multiplication |
MATHWORLD | Least Common Multiple |
Input: lcm 4 8
Output: 8
Input: lcm 4 9
Output: 36