Files
@ r28523:cdd8c63fd245
Branch filter:
Location: cpp/openttd-patchpack/source/src/core/math_func.cpp
r28523:cdd8c63fd245
1.7 KiB
text/x-c
Remove: LeastCommonMultiple / GreatestCommonDivisor
Use std::lcm / std::gcd instead.
Use std::lcm / std::gcd instead.