parent
fd94838032
commit
4561cf7684
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue