无涯教程-JavaScript - GCD函数

描述

GCD函数返回两个或多个整数的最大公约数。最大公约数是将number1和number2均除而无余数的最大整数。

语法

GCD (number1, [number2] ...)

争论

Argument 描述 Required/Optional
Number1 1 to 255 values. If any value is not an integer, it is truncated. Required
number2, ... Optional

Notes

  • 一个将任何值均分。

  • 一个质数只有它自己,一个是偶数除数。

  • 如果有任何非数字参数,GCD将返回#VALUE !!错误值。

  • 如果任何参数小于零,则GCD返回#NUM !!错误值。

  • If a parameter to GCD is >=2^53, GCD returns the #NUM! error value.

适用性

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

无涯教程-JavaScript - GCD函数_第1张图片

JavaScript 中的 GCD函数 - 无涯教程网无涯教程网提供描述GCD函数返回两个或多个整数的最大公约数。最大公约数是将number1和number2均除而...https://www.learnfk.com/javascript/advanced-excel-math-trignometric-gcd-function.html

你可能感兴趣的:(无涯教程,javascript)