Utils
Namespace: SymTensor
Functions and values
Function or value | Description |
gcd a b
Signature: a:int64 -> b:int64 -> int64
|
greatest common divisor of a and b |
lcm a b
Signature: a:int64 -> b:int64 -> int64
|
least common multiple of a and b |