diff --git a/docs/src/functions/math-and-trigonometry.md b/docs/src/functions/math-and-trigonometry.md index 0359358..03c577d 100644 --- a/docs/src/functions/math-and-trigonometry.md +++ b/docs/src/functions/math-and-trigonometry.md @@ -30,7 +30,7 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir | COMBIN | | – | | COMBINA | | – | | COS | | [COS](math_and_trigonometry/cos) | -| COSH | | – | +| COSH | | [COSH](math_and_trigonometry/cosh) | | COT | | – | | COTH | | – | | CSC | | – | @@ -78,7 +78,7 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir | SEQUENCE | | – | | SIGN | | – | | SIN | | [SIN](math_and_trigonometry/sin) | -| SINH | | – | +| SINH | | [SINH](math_and_trigonometry/sinh) | | SQRT | | – | | SQRTPI | | – | | SUBTOTAL | | – | @@ -91,5 +91,5 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir | SUMX2PY2 | | – | | SUMXMY2 | | – | | TAN | | [TAN](math_and_trigonometry/tan) | -| TANH | | – | +| TANH | | [TANH](math_and_trigonometry/tanh) | | TRUNC | | – |