Fix the calculated constant
commita664d4d44ce66db8d60d8c0ebf8bb793ecf2c462
authorMike Kaganski <mike.kaganski@collabora.com>
Wed, 17 Nov 2021 08:35:57 +0000 (17 10:35 +0200)
committerMike Kaganski <mike.kaganski@collabora.com>
Wed, 17 Nov 2021 10:35:07 +0000 (17 11:35 +0100)
tree29268340abefcead72fdd4faf496127ae5b56c68
parent22b930fefa68db0c581068045c68cad71879b901
Fix the calculated constant

rtl::math::isValidArcArg's comment talks about 2^64 = 1.844e19; but
the calculation resulted in 2^63.

Unfortunately we can't use C++17 hex-exponent notation in published
API header.

Change-Id: I1dd6e754431ad028982623ff5de4c6329fd6c2ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125348
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
include/rtl/math.hxx