Kaydet (Commit) 4dc4d978 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-const-variable

Change-Id: I6b3c667e42c9de6ad6aa61c7d3caf1cb7b343d5f
üst d4fa217f
......@@ -31,15 +31,10 @@ namespace analysis {
// ============================================================================
const double f_PI = 3.1415926535897932385;
const double f_2_PI = 2.0 * f_PI;
const double f_PI_DIV_2 = f_PI / 2.0;
const double f_PI_DIV_4 = f_PI / 4.0;
const double f_2_DIV_PI = 2.0 / f_PI;
const double THRESHOLD = 30.0; // Threshold for usage of approximation formula.
const double MAXEPSILON = 1e-10; // Maximum epsilon for end of iteration.
const sal_Int32 MAXITER = 100; // Maximum number of iterations.
// ============================================================================
// BESSEL J
// ============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment