diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-11-02 10:11:08 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-11-02 10:11:08 +0100 |
commit | c179546f74807882f4dff47c8a969741f2dba1a7 (patch) | |
tree | 946a068fc4fb4f705678895e405b3b27990a49d9 /lib/functions.py | |
parent | 081247660357c8f63fdaaf363c29d1b95a86b842 (diff) | |
parent | dd33d9b36dd071d04ccba5a000e9562c2b6a4a31 (diff) |
Merge branch 'master' into merge-prep/janis
Diffstat (limited to 'lib/functions.py')
-rw-r--r-- | lib/functions.py | 2 |
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. |