exp10 replaced with pow when exp10 is not available
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 18 Jun 2020 06:15:42 +0000 (08:15 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 18 Jun 2020 06:15:42 +0000 (08:15 +0200)
The exp10 function that was introduced by commit aae1a8f067ddd9c09
in the find-dialog is not available on MacOS. I added a check
and replace it with pow if exp10 is not available.


No differences found