docs: format fix in SINH documentation page

This commit is contained in:
Elsa Minsut
2025-09-08 19:19:46 +02:00
parent 8ebcb5dcb9
commit ec841f2fd9

View File

@@ -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 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. * The figure below illustrates the SINH function.
<center><img src="/functions/images/hyperbolicsine-curve.png" width="350" alt="Graph showing sinh(x)."></center> <center><img src="/functions/images/hyperbolicsine-curve.png" width="350" alt="Graph showing sinh(x)."></center>
## Examples ## Examples
[See some examples in IronCalc](https://app.ironcalc.com/?example=sinh). [See some examples in IronCalc](https://app.ironcalc.com/?example=sinh).