lcm
Least common multiple of a and b, or None when it does not fit in a u64.
lcm(0, n) is 0.
Import
Section titled “Import”Cargo feature number (enabled by default). To compile only this module:
or in Cargo.toml:
Signature
Section titled “Signature”Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
a | u64 | The first number. |
b | u64 | The second number. |
Returns
Section titled “Returns”Option<u64>
