diff options
author | kolya <kolya@yandex-team.ru> | 2022-02-10 16:52:09 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:09 +0300 |
commit | 9115de61188955de2cf49fd1339732b0c778e22a (patch) | |
tree | 622526fde59c38392d5a005edd550f1fd4a0f80c /util | |
parent | 88931f88005f70dd76116a5abee79f50927801f8 (diff) | |
download | ydb-9115de61188955de2cf49fd1339732b0c778e22a.tar.gz |
Restoring authorship annotation for <kolya@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/generic/ymath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/ymath.h b/util/generic/ymath.h index 9ff9ae2abe..4bf0a2e521 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. */ |