The least common multiple (LCM) calculates the smallest positive integer that is a multiple of both of the two input numbers.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | One of the two numbers for which the LCM is calculated. Primary Input | i32u32u64 |
| Other Value | The other of the two numbers for which the LCM is calculated. Default: | i32u32u64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | u32u64i32 |