]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/functions/functions.factor
Merge branch 'master' into new_ui
[factor.git] / basis / math / functions / functions.factor
index 85b4d711ac045e1bf726c8e0828a0ec933e0d087..20c31aa2bd300efd1be45b84ec6a782eaefca445 100644 (file)
@@ -53,7 +53,7 @@ M: integer ^n
     [ factor-2s ] dip [ (^n) ] keep rot * shift ;
 
 M: ratio ^n
-    [ >fraction ] dip tuck [ ^n ] 2bi@ / ;
+    [ >fraction ] dip [ ^n ] curry bi@ / ;
 
 M: float ^n
     (^n) ;