Small fixes
This commit is contained in:
parent
d4ea994907
commit
797035fd8a
13 changed files with 43 additions and 43 deletions
|
|
@ -759,7 +759,7 @@ up to an integer. For example,
|
|||
|
||||
The functions $\min(x_1,x_2,\ldots,x_n)$
|
||||
and $\max(x_1,x_2,\ldots,x_n)$
|
||||
return the smallest and largest of values
|
||||
give the smallest and largest of values
|
||||
$x_1,x_2,\ldots,x_n$.
|
||||
For example,
|
||||
\[ \min(1,2,3)=1 \hspace{10px} \textrm{and} \hspace{10px} \max(1,2,3)=3.\]
|
||||
|
|
@ -793,7 +793,7 @@ There is also a closed-form formula
|
|||
for calculating Fibonacci numbers:
|
||||
\[f(n)=\frac{(1 + \sqrt{5})^n - (1-\sqrt{5})^n}{2^n \sqrt{5}}.\]
|
||||
|
||||
\subsubsection{Logarithm}
|
||||
\subsubsection{Logarithms}
|
||||
|
||||
\index{logarithm}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue