parent
fd94838032
commit
4561cf7684
|
@ -8,7 +8,7 @@ IN: math.functions
|
||||||
[ numerator ] [ denominator ] bi ; inline
|
[ numerator ] [ denominator ] bi ; inline
|
||||||
|
|
||||||
: rect> ( x y -- z )
|
: rect> ( x y -- z )
|
||||||
[ complex boa ] unless-zero ; inline
|
dup 0 = [ drop ] [ complex boa ] if ; inline
|
||||||
|
|
||||||
GENERIC: sqrt ( x -- y ) foldable
|
GENERIC: sqrt ( x -- y ) foldable
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue