Namespaces
Variants

Talk:cpp/experimental/gcd

From cppreference.com

The return value of GCD should be zero only when both inputs are zero. The text uses OR when it should be using AND. (The LCM is the one that uses OR.) Confirmed with N4061 and N4529.

208.103.65.211 15:26, 22 August 2015 (PDT) Daryle Walker

Fixed my silly copy/paste error. Thanks! T. Canens (talk) 18:26, 22 August 2015 (PDT)