From ec841f2fd955fa4e9fc175bf9c1bd27d1928e76a Mon Sep 17 00:00:00 2001 From: Elsa Minsut Date: Mon, 8 Sep 2025 19:19:46 +0200 Subject: [PATCH] docs: format fix in SINH documentation page --- docs/src/functions/math_and_trigonometry/sinh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/functions/math_and_trigonometry/sinh.md b/docs/src/functions/math_and_trigonometry/sinh.md index 6f5ef3b..7d0a686 100644 --- a/docs/src/functions/math_and_trigonometry/sinh.md +++ b/docs/src/functions/math_and_trigonometry/sinh.md @@ -28,6 +28,7 @@ SINH returns a real [number](/features/value-types#numbers) that is the hyperbol * The SINH function utilizes the *sinh()* method provided by the [Rust Standard Library](https://doc.rust-lang.org/std/). * The figure below illustrates the SINH function.
Graph showing sinh(x).
+ ## Examples [See some examples in IronCalc](https://app.ironcalc.com/?example=sinh).