GCD: Difference between revisions

Jump to navigation Jump to search
No change in size ,  15:02, 1 June 2020
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Built-in|GCD|}} is a [[dyadic]] [[scalar function]] which returns the '''[[wikipedia:Greatest common divisor|Greatest Common Divisor]]''' of two integer arguments. It is an extension of [[Or]] which maintains the same results on [[Boolean]] arguments and the same [[identity element]] 0, in the same way that [[LCM]] extends [[And]].
{{Built-in|GCD|}} is a [[dyadic]] [[scalar function]] which returns the '''[[wikipedia:Greatest common divisor|Greatest Common Divisor]]''' of two integer arguments. It is an extension of [[Or]] which maintains the same results on [[Boolean]] arguments and the same [[identity element]] 0, in the same way that [[LCM]] extends [[And]].


== Examples ==
== Examples ==

Navigation menu