summaryrefslogtreecommitdiff
path: root/lib/functions.py
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-11-02 10:11:08 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2020-11-02 10:11:08 +0100
commitc179546f74807882f4dff47c8a969741f2dba1a7 (patch)
tree946a068fc4fb4f705678895e405b3b27990a49d9 /lib/functions.py
parent081247660357c8f63fdaaf363c29d1b95a86b842 (diff)
parentdd33d9b36dd071d04ccba5a000e9562c2b6a4a31 (diff)
Merge branch 'master' into merge-prep/janis
Diffstat (limited to 'lib/functions.py')
-rw-r--r--lib/functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/functions.py b/lib/functions.py
index 94b1aaf..9d799c7 100644
--- a/lib/functions.py
+++ b/lib/functions.py
@@ -394,7 +394,7 @@ class analytic:
:param safe_functions_enabled: Include "safe" variants of functions with
limited argument range, e.g. a safe
inverse which returns 1 when dividing by 0.
-
+
Returns a dict of functions which are typical for energy/timing
behaviour of embedded hardware, e.g. linear, exponential or inverse
dependency on a configuration setting/runtime variable.