docs: Fix typos

This commit is contained in:
tocic
2022-09-17 14:38:33 +03:00
committed by David Adam
parent ee1018ab53
commit ade61fd50f
10 changed files with 16 additions and 16 deletions

View File

@@ -136,7 +136,7 @@ Functions
0x1
``ceil``
round number up to nearest integer
round number up to the nearest integer
``cos``
the cosine
``cosh``
@@ -146,7 +146,7 @@ Functions
``fac``
factorial - also known as ``x!`` (``x * (x - 1) * (x - 2) * ... * 1``)
``floor``
round number down to nearest integer
round number down to the nearest integer
``ln``
the base-e logarithm
``log`` or ``log10``