]> gitweb.factorcode.org Git - factor.git/commitdiff
math: add missing docs for simple-gcd
authorrazetime <raghuallthetime@hotmail.com>
Mon, 12 Dec 2022 15:36:33 +0000 (21:06 +0530)
committerrazetime <raghuallthetime@hotmail.com>
Mon, 12 Dec 2022 15:36:33 +0000 (21:06 +0530)
core/math/math-docs.factor

index 71ab869b34265643d2cd2299c2afdec4e84b98cd..57044660e3d484d52409d41fae1579e07aff2dce 100644 (file)
@@ -510,7 +510,8 @@ HELP: simple-gcd
     { "x" object } { "y" object }
     { "d" object }
 }
-{ $description "" } ;
+{ $description "Computes the GCD of two numbers." }
+{ $see-also gcd } ;
 
 ARTICLE: "division-by-zero" "Division by zero"
 "Behavior of division operations when a denominator of zero is used depends on the data types in question, as well as the platform being used."