- Picture and text skills
- Case
Returns the greatest common divisor of two or more integers. The greatest common divisor is the largest integer that can divide each parameter separately.
Syntax
GCD(number1,number2, ...)
Number1, number2, ... are numbers from 1 to 255. If the parameter is a non-integer, it will be truncated.
Description
• If the parameter is non-numeric, the function GCD returns the error value #VALUE!.
• Function GCD if argument is less than zero Returns the error value #NUM!.
Articles are uploaded by users and are for non-commercial browsing only. Posted by: Lomu, please indicate the source: https://www.daogebangong.com/en/articles/detail/shu-xue-he-san-jiao-han-shu-GCD-han-shu-ji-suan-zheng-shu-de-zui-da-gong-yue-shu.html
评论列表(196条)
测试