diff --git a/docs/src/functions/math-and-trigonometry.md b/docs/src/functions/math-and-trigonometry.md
index 51d212f..1466c53 100644
--- a/docs/src/functions/math-and-trigonometry.md
+++ b/docs/src/functions/math-and-trigonometry.md
@@ -49,9 +49,9 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| ISO.CEILING | | – |
| LCM | | – |
| LET | | – |
-| LN | | – |
-| LOG | | – |
-| LOG10 | | – |
+| LN | | – |
+| LOG | | – |
+| LOG10 | | – |
| MDETERM | | – |
| MINVERSE | | – |
| MMULT | | – |
@@ -80,11 +80,11 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
| SIN | | [SIN](math_and_trigonometry/sin) |
| SINH | | [SINH](math_and_trigonometry/sinh) |
| SQRT | | – |
-| SQRTPI | | – |
+| SQRTPI | | – |
| SUBTOTAL | | – |
| SUM | | – |
| SUMIF | | – |
-| SUMIFS | | – |
+| SUMIFS | | – |
| SUMPRODUCT | | – |
| SUMSQ | | – |
| SUMX2MY2 | | – |
diff --git a/docs/src/functions/math_and_trigonometry/ln.md b/docs/src/functions/math_and_trigonometry/ln.md
index ef6af5c..2969e66 100644
--- a/docs/src/functions/math_and_trigonometry/ln.md
+++ b/docs/src/functions/math_and_trigonometry/ln.md
@@ -7,6 +7,5 @@ lang: en-US
# LN
::: warning
-🚧 This function is not yet available in IronCalc.
-[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
+🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
:::
\ No newline at end of file
diff --git a/docs/src/functions/math_and_trigonometry/log.md b/docs/src/functions/math_and_trigonometry/log.md
index f11d627..877df32 100644
--- a/docs/src/functions/math_and_trigonometry/log.md
+++ b/docs/src/functions/math_and_trigonometry/log.md
@@ -7,6 +7,5 @@ lang: en-US
# LOG
::: warning
-🚧 This function is not yet available in IronCalc.
-[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
+🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
:::
\ No newline at end of file
diff --git a/docs/src/functions/math_and_trigonometry/log10.md b/docs/src/functions/math_and_trigonometry/log10.md
index 0c30cb9..cf29538 100644
--- a/docs/src/functions/math_and_trigonometry/log10.md
+++ b/docs/src/functions/math_and_trigonometry/log10.md
@@ -7,6 +7,5 @@ lang: en-US
# LOG10
::: warning
-🚧 This function is not yet available in IronCalc.
-[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
+🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
:::
\ No newline at end of file