summaryrefslogtreecommitdiffstats
path: root/util/generic/ymath.h
diff options
context:
space:
mode:
authorkolya <[email protected]>2022-02-10 16:52:09 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:52:09 +0300
commit8641c381e70674b34647334bc47f6f8108908e0a (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/generic/ymath.h
parent9115de61188955de2cf49fd1339732b0c778e22a (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic/ymath.h')
-rw-r--r--util/generic/ymath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/ymath.h b/util/generic/ymath.h
index 4bf0a2e521c..9ff9ae2abe2 100644
--- a/util/generic/ymath.h
+++ b/util/generic/ymath.h
@@ -13,7 +13,7 @@
constexpr double PI = M_PI;
constexpr double M_LOG2_10 = 3.32192809488736234787; // log2(10)
constexpr double M_LN2_INV = M_LOG2E; // 1 / ln(2) == log2(e)
-
+
/**
* \returns Absolute value of the provided argument.
*/