From cd753809234e9156ea61fef3144525baca4c1ad1 Mon Sep 17 00:00:00 2001 From: Elsa Minsut Date: Wed, 13 Aug 2025 17:12:27 +0200 Subject: [PATCH] update: links in general page, typo fix in ATAN --- docs/src/functions/math-and-trigonometry.md | 4 ++-- docs/src/functions/math_and_trigonometry/atan.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/functions/math-and-trigonometry.md b/docs/src/functions/math-and-trigonometry.md index ee04bbd..936dbee 100644 --- a/docs/src/functions/math-and-trigonometry.md +++ b/docs/src/functions/math-and-trigonometry.md @@ -12,7 +12,7 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir | Function | Status | Documentation | | --------------- | ---------------------------------------------- | ------------- | | ABS | | – | -| ACOS | | – | +| ACOS | | [ACOS](math_and_trigonometry/acos) | | ACOSH | | – | | ACOT | | – | | ACOTH | | – | @@ -20,7 +20,7 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir | ARABIC | | – | | ASIN | | [ASIN](math_and_trigonometry/asin) | | ASINH | | – | -| ATAN | | – | +| ATAN | | [ATAN](math_and_trigonometry/atan) | | ATAN2 | | – | | ATANH | | – | | BASE | | – | diff --git a/docs/src/functions/math_and_trigonometry/atan.md b/docs/src/functions/math_and_trigonometry/atan.md index 3e4b3d6..c9c08d7 100644 --- a/docs/src/functions/math_and_trigonometry/atan.md +++ b/docs/src/functions/math_and_trigonometry/atan.md @@ -28,7 +28,7 @@ ATAN returns a number in radians in the range [-$\pi$/2 to +$\pi$/2] that is the
Graph showing atan(x) for x between [-$\infty$, +$\infty$].
## Examples -[See some examples in IronCalc](https://app.ironcalc.com/?example=acos). +[See some examples in IronCalc](https://app.ironcalc.com/?example=atan). ## Links * For more information about inverse trigonometric functions, visit Wikipedia's [Inverse trigonometric functions](https://en.wikipedia.org/wiki/Inverse_trigonometric_functions) page.