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).