Skip to content

Commit

Permalink
Update src/lib/alp/sls_basic.hpp
Browse files Browse the repository at this point in the history
Use calculated value to ensure no functional change.
  • Loading branch information
heshpdx authored Sep 6, 2024
1 parent a3ae2ae commit 91a3933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/alp/sls_basic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Contents: Some basic functions and types
namespace Sls {

const double pi=3.1415926535897932384626433832795;
const double invsqrttwo=0.707106769084930419921875;
const double invsqrttwo=sqrt(0.5);
const double const_val=1/sqrt(2.0*pi);
const long int quick_tests_trials_number=100;

Expand Down

0 comments on commit 91a3933

Please sign in to comment.