The documentation for gcd
of the BSL language says
Determines the greatest common divisor of two integers (exact or inexact).
But it actually accepts many arguments. (The same happens in the lcm function).
I was about to issue a bug in github for Racket, but this is no bug, I think (or is it?).
So, in any case, where is the best place to report this kind of errors in the doc and in the book HTDP?
thanks!