From 358eb29357db72c382ebab25fab06d89a781f722 Mon Sep 17 00:00:00 2001 From: Cat Stevens Date: Fri, 1 Jun 2018 15:30:30 -0400 Subject: [PATCH] math.functions docs: add logn to "powers and logarithms" article logn function was omitted from the subsections in "powers and logarithms" --- basis/math/functions/functions-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/math/functions/functions-docs.factor b/basis/math/functions/functions-docs.factor index 02c4da0d12..c20de1ffe7 100644 --- a/basis/math/functions/functions-docs.factor +++ b/basis/math/functions/functions-docs.factor @@ -51,7 +51,7 @@ ARTICLE: "power-functions" "Powers and logarithms" "Exponential and natural logarithm:" { $subsections e^ cis log } "Other logarithms:" -{ $subsections log1+ log10 } +{ $subsections log1+ log10 logn } "Raising a number to a power:" { $subsections ^ e^ 10^ } "Logistics functions:"