]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fixups/fixups.factor
math.functions: merge integer-sqrt and integer-log{2,10} in
[factor.git] / basis / fixups / fixups.factor
index ed8c39771b1c59cb86621606c7e6d1e0cefb71fd..634423f67bcbc5a5963c12095a83c8d7cf1b2fba 100644 (file)
@@ -11,6 +11,7 @@ CONSTANT: vocab-renames {
     { "json.reader" { "json" "0.99" } }
     { "json.writer" { "json" "0.99" } }
     { "math.trig" { "math.functions" "0.100" } }
+    { "math.functions.integer-logs" { "math.functions" "0.100" } }
 }
 
 CONSTANT: word-renames {
@@ -72,7 +73,7 @@ CONSTANT: word-renames {
     { "assoc-all-key?" { "all-keys?" "0.100" } }
     { "assoc-all-value?" { "all-values?" "0.100" } }
     { "assoc-any-key?" { "any-key?" "0.100" } }
-    { "assoc-any-value?" { "any-value?" "0.100" } } 
+    { "assoc-any-value?" { "any-value?" "0.100" } }
 }
 
 : compute-assoc-fixups ( continuation name assoc -- seq )