math.functions docs: add logn to "powers and logarithms" article

logn function was omitted from the subsections in "powers and logarithms"
paths
Cat Stevens 2018-06-01 15:30:30 -04:00 committed by John Benediktsson
parent 0d7233f2da
commit 358eb29357
1 changed files with 1 additions and 1 deletions

View File

@ -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:"