math.functions: improve stack effect names for gcd*.
parent
ac98269f53
commit
38a54cb8df
|
@ -114,7 +114,7 @@ PRIVATE>
|
|||
: gcd ( x y -- a d )
|
||||
[ 0 1 ] 2dip (gcd) dup 0 < [ neg ] when ; foldable
|
||||
|
||||
: gcd* ( a b -- c )
|
||||
: gcd* ( x y -- d )
|
||||
(gcd*) dup 0 < [ neg ] when ; foldable
|
||||
|
||||
: lcm ( a b -- c )
|
||||
|
|
Loading…
Reference in New Issue