]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/functions/functions-docs.factor
Fix conflict
[factor.git] / basis / math / functions / functions-docs.factor
index 2735fa3903f8354895c767526844a6ab5b7ad211..11f209fb9c1445a7a45030f14413a2afd95568d4 100644 (file)
@@ -49,13 +49,9 @@ ARTICLE: "power-functions" "Powers and logarithms"
 "Squares:"
 { $subsections sq sqrt }
 "Exponential and natural logarithm:"
-{ $subsections
-    exp
-    cis
-    log
-    log1+
-    log10
-}
+{ $subsections exp cis log }
+"Other logarithms:"
+{ $subsection log1+ log10 }
 "Raising a number to a power:"
 { $subsections ^ 10^ }
 "Converting between rectangular and polar form:"