]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/math-docs.factor
Documentation updates
[factor.git] / core / math / math-docs.factor
index f79dcb54815da0c91a1d0cdb0b263efb3970878b..c28bf062c1954abd705f692fcf5c0bb1adf694da 100644 (file)
@@ -355,8 +355,9 @@ ARTICLE: "bitwise-arithmetic" "Bitwise arithmetic"
 { $subsection 2/ }
 { $subsection 2^ }
 { $subsection bit? }
-"The " { $vocab-link "math.bitwise" } " vocabulary implements additional bitwise integer operations."
-{ $see-also "conditionals" } ;
+{ $subsection "math.bitwise" }
+{ $subsection "math.bits" }
+{ $see-also "booleans" } ;
 
 ARTICLE: "arithmetic" "Arithmetic"
 "Factor attempts to preserve natural mathematical semantics for numbers. Multiplying two large integers never results in overflow, and dividing two integers yields an exact ratio. Floating point numbers are also supported, along with complex numbers."