pub fn gcd(args: &[Value]) -> Result<Value, RuntimeError>
计算两个整数的最大公约数(Greatest Common Divisor)
参数:
返回: