From a356db749ef8651d6b8c48cf732673286a0faa39 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 20 Sep 2023 20:32:59 +0200 Subject: [PATCH] docs: `inverse()` added to "Other maths" chapter --- docs/users_guide/framework_basics/quantity_arithmetics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/users_guide/framework_basics/quantity_arithmetics.md b/docs/users_guide/framework_basics/quantity_arithmetics.md index 84bb34036..954720123 100644 --- a/docs/users_guide/framework_basics/quantity_arithmetics.md +++ b/docs/users_guide/framework_basics/quantity_arithmetics.md @@ -339,6 +339,7 @@ the following: - `abs()`, - `epsilon()`, - `floor()`, `ceil()`, `round()`, +- `inverse()`, - `hypot()`, - `sin()`, `cos()`, `tan()`, - `asin()`, `acos()`, `atan()`.