diff --git a/basis/math/functions/functions.factor b/basis/math/functions/functions.factor index b94effa297..c21586f9cc 100644 --- a/basis/math/functions/functions.factor +++ b/basis/math/functions/functions.factor @@ -8,7 +8,7 @@ IN: math.functions [ numerator ] [ denominator ] bi ; inline : rect> ( x y -- z ) - [ complex boa ] unless-zero ; inline + dup 0 = [ drop ] [ complex boa ] if ; inline GENERIC: sqrt ( x -- y ) foldable