Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74537 - in sandbox/multiprecision: boost/multiprecision boost/multiprecision/utility libs/multiprecision/build libs/multiprecision/example libs/multiprecision/src/backends/float/efx libs/multiprecision/src/backends/float/gmp libs/multiprecision/src/backends/float/mpfr libs/multiprecision/src/functions/elementary libs/multiprecision/src/functions/gamma libs/multiprecision/src/functions/integer libs/multiprecision/src/functions/tables libs/multiprecision/src/functions/zeta libs/multiprecision/src/utility libs/multiprecision/test/real/cases
From: e_float_at_[hidden]
Date: 2011-09-23 12:53:25


Author: christopher_kormanyos
Date: 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
New Revision: 74537
URL: http://svn.boost.org/trac/boost/changeset/74537

Log:
- Continued the finer points of the name change and additional cleanup.
Text files modified:
   sandbox/multiprecision/boost/multiprecision/mp_complex.hpp | 42
   sandbox/multiprecision/boost/multiprecision/mp_float.hpp | 48
   sandbox/multiprecision/boost/multiprecision/mp_float_base.hpp | 2
   sandbox/multiprecision/boost/multiprecision/mp_float_efx.hpp | 8
   sandbox/multiprecision/boost/multiprecision/mp_float_functions.hpp | 42
   sandbox/multiprecision/boost/multiprecision/mp_float_gmp.hpp | 2
   sandbox/multiprecision/boost/multiprecision/mp_float_mpfr.hpp | 2
   sandbox/multiprecision/boost/multiprecision/utility/util_coefficient_expansion.hpp | 32
   sandbox/multiprecision/boost/multiprecision/utility/util_find_root_base.hpp | 15
   sandbox/multiprecision/boost/multiprecision/utility/util_find_root_bisect.hpp | 50
   sandbox/multiprecision/boost/multiprecision/utility/util_find_root_newton_raphson.hpp | 19
   sandbox/multiprecision/boost/multiprecision/utility/util_function_base.hpp | 3
   sandbox/multiprecision/boost/multiprecision/utility/util_function_derivative.hpp | 70
   sandbox/multiprecision/boost/multiprecision/utility/util_function_operation.hpp | 3
   sandbox/multiprecision/boost/multiprecision/utility/util_interpolate.hpp | 4
   sandbox/multiprecision/boost/multiprecision/utility/util_numeric_cast.hpp | 6
   sandbox/multiprecision/boost/multiprecision/utility/util_point.hpp | 4
   sandbox/multiprecision/boost/multiprecision/utility/util_power_j_pow_x.hpp | 5
   sandbox/multiprecision/boost/multiprecision/utility/util_power_x_pow_n.hpp | 5
   sandbox/multiprecision/boost/multiprecision/utility/util_ranged_function_operation.hpp | 10
   sandbox/multiprecision/boost/multiprecision/utility/util_trapezoid.hpp | 20
   sandbox/multiprecision/libs/multiprecision/build/MakefileFiles.gmk | 1
   sandbox/multiprecision/libs/multiprecision/build/multiprecision.vcxproj | 2
   sandbox/multiprecision/libs/multiprecision/build/multiprecision.vcxproj.filters | 6
   sandbox/multiprecision/libs/multiprecision/example/example_001_basic_usage_real.cpp | 2
   sandbox/multiprecision/libs/multiprecision/example/example_002_basic_usage_imag.cpp | 3
   sandbox/multiprecision/libs/multiprecision/src/backends/float/efx/mp_float_efx.cpp | 91
   sandbox/multiprecision/libs/multiprecision/src/backends/float/gmp/mp_float_gmp.cpp | 86
   sandbox/multiprecision/libs/multiprecision/src/backends/float/mpfr/mp_float_mpfr.cpp | 8
   sandbox/multiprecision/libs/multiprecision/src/functions/elementary/elementary_trans.cpp | 96
   sandbox/multiprecision/libs/multiprecision/src/functions/elementary/elementary_trig.cpp | 45
   sandbox/multiprecision/libs/multiprecision/src/functions/gamma/factorial.cpp | 72
   sandbox/multiprecision/libs/multiprecision/src/functions/gamma/factorial2.cpp | 34
   sandbox/multiprecision/libs/multiprecision/src/functions/gamma/gamma.cpp | 325 +-
   sandbox/multiprecision/libs/multiprecision/src/functions/gamma/pochhammer.cpp | 72
   sandbox/multiprecision/libs/multiprecision/src/functions/integer/bernoulli_b.cpp | 6
   sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime.cpp | 150
   sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime_factor.cpp | 108
   sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime_factors.h | 2
   sandbox/multiprecision/libs/multiprecision/src/functions/tables/A000142.cpp | 4030 ++++++++++++++++++++-------------------
   sandbox/multiprecision/libs/multiprecision/src/functions/tables/A000367.cpp | 4030 ++++++++++++++++++++-------------------
   sandbox/multiprecision/libs/multiprecision/src/functions/tables/A002445.cpp | 4030 ++++++++++++++++++++-------------------
   sandbox/multiprecision/libs/multiprecision/src/functions/tables/A006882.cpp | 4030 ++++++++++++++++++++-------------------
   sandbox/multiprecision/libs/multiprecision/src/functions/tables/A007318.cpp | 670 +++---
   sandbox/multiprecision/libs/multiprecision/src/functions/tables/tables.h | 22
   sandbox/multiprecision/libs/multiprecision/src/functions/zeta/zeta.cpp | 14
   sandbox/multiprecision/libs/multiprecision/src/utility/util_power_j_pow_x.cpp | 37
   sandbox/multiprecision/libs/multiprecision/test/real/cases/test_case_0000z_global_ops_pod.cpp | 2
   48 files changed, 9209 insertions(+), 9157 deletions(-)

Modified: sandbox/multiprecision/boost/multiprecision/mp_complex.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/mp_complex.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/mp_complex.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -33,7 +33,7 @@
       inline mp_complex& operator+=(mp_complex&, const char);
       inline mp_complex& operator+=(mp_complex&, const signed char);
       inline mp_complex& operator+=(mp_complex&, const signed short);
- inline mp_complex& operator+=(mp_complex&, const signed int);
+ inline mp_complex& operator+=(mp_complex&, const int);
       inline mp_complex& operator+=(mp_complex&, const signed long);
       inline mp_complex& operator+=(mp_complex&, const signed long long);
       inline mp_complex& operator+=(mp_complex&, const unsigned char);
@@ -49,7 +49,7 @@
       inline mp_complex& operator-=(mp_complex&, const char);
       inline mp_complex& operator-=(mp_complex&, const signed char);
       inline mp_complex& operator-=(mp_complex&, const signed short);
- inline mp_complex& operator-=(mp_complex&, const signed int);
+ inline mp_complex& operator-=(mp_complex&, const int);
       inline mp_complex& operator-=(mp_complex&, const signed long);
       inline mp_complex& operator-=(mp_complex&, const signed long long);
       inline mp_complex& operator-=(mp_complex&, const unsigned char);
@@ -65,7 +65,7 @@
       inline mp_complex& operator*=(mp_complex&, const char);
       inline mp_complex& operator*=(mp_complex&, const signed char);
       inline mp_complex& operator*=(mp_complex&, const signed short);
- inline mp_complex& operator*=(mp_complex&, const signed int);
+ inline mp_complex& operator*=(mp_complex&, const int);
       inline mp_complex& operator*=(mp_complex&, const signed long);
       inline mp_complex& operator*=(mp_complex&, const signed long long);
       inline mp_complex& operator*=(mp_complex&, const unsigned char);
@@ -81,7 +81,7 @@
       inline mp_complex& operator/=(mp_complex&, const char);
       inline mp_complex& operator/=(mp_complex&, const signed char);
       inline mp_complex& operator/=(mp_complex&, const signed short);
- inline mp_complex& operator/=(mp_complex&, const signed int);
+ inline mp_complex& operator/=(mp_complex&, const int);
       inline mp_complex& operator/=(mp_complex&, const signed long);
       inline mp_complex& operator/=(mp_complex&, const signed long long);
       inline mp_complex& operator/=(mp_complex&, const unsigned char);
@@ -118,7 +118,7 @@
         mp_complex(const wchar_t n) : Re(n), Im(boost::multiprecision::zero()) { }
         mp_complex(const signed short n) : Re(n), Im(boost::multiprecision::zero()) { }
         mp_complex(const unsigned short n) : Re(n), Im(boost::multiprecision::zero()) { }
- mp_complex(const signed int n) : Re(n), Im(boost::multiprecision::zero()) { }
+ mp_complex(const int n) : Re(n), Im(boost::multiprecision::zero()) { }
         mp_complex(const unsigned int n) : Re(n), Im(boost::multiprecision::zero()) { }
         mp_complex(const signed long n) : Re(n), Im(boost::multiprecision::zero()) { }
         mp_complex(const unsigned long n) : Re(n), Im(boost::multiprecision::zero()) { }
@@ -185,7 +185,7 @@
         friend inline mp_complex& operator+=(mp_complex&, const char);
         friend inline mp_complex& operator+=(mp_complex&, const signed char);
         friend inline mp_complex& operator+=(mp_complex&, const signed short);
- friend inline mp_complex& operator+=(mp_complex&, const signed int);
+ friend inline mp_complex& operator+=(mp_complex&, const int);
         friend inline mp_complex& operator+=(mp_complex&, const signed long);
         friend inline mp_complex& operator+=(mp_complex&, const signed long long);
         friend inline mp_complex& operator+=(mp_complex&, const unsigned char);
@@ -201,7 +201,7 @@
         friend inline mp_complex& operator-=(mp_complex&, const char);
         friend inline mp_complex& operator-=(mp_complex&, const signed char);
         friend inline mp_complex& operator-=(mp_complex&, const signed short);
- friend inline mp_complex& operator-=(mp_complex&, const signed int);
+ friend inline mp_complex& operator-=(mp_complex&, const int);
         friend inline mp_complex& operator-=(mp_complex&, const signed long);
         friend inline mp_complex& operator-=(mp_complex&, const signed long long);
         friend inline mp_complex& operator-=(mp_complex&, const unsigned char);
@@ -217,7 +217,7 @@
         friend inline mp_complex& operator*=(mp_complex&, const char);
         friend inline mp_complex& operator*=(mp_complex&, const signed char);
         friend inline mp_complex& operator*=(mp_complex&, const signed short);
- friend inline mp_complex& operator*=(mp_complex&, const signed int);
+ friend inline mp_complex& operator*=(mp_complex&, const int);
         friend inline mp_complex& operator*=(mp_complex&, const signed long);
         friend inline mp_complex& operator*=(mp_complex&, const signed long long);
         friend inline mp_complex& operator*=(mp_complex&, const unsigned char);
@@ -233,7 +233,7 @@
         friend inline mp_complex& operator/=(mp_complex&, const char);
         friend inline mp_complex& operator/=(mp_complex&, const signed char);
         friend inline mp_complex& operator/=(mp_complex&, const signed short);
- friend inline mp_complex& operator/=(mp_complex&, const signed int);
+ friend inline mp_complex& operator/=(mp_complex&, const int);
         friend inline mp_complex& operator/=(mp_complex&, const signed long);
         friend inline mp_complex& operator/=(mp_complex&, const signed long long);
         friend inline mp_complex& operator/=(mp_complex&, const unsigned char);
@@ -297,7 +297,7 @@
       inline mp_complex operator+(const mp_complex& z, const char n) { return mp_complex(z.real() + n, z.imag()); }
       inline mp_complex operator+(const mp_complex& z, const signed char n) { return mp_complex(z.real() + n, z.imag()); }
       inline mp_complex operator+(const mp_complex& z, const signed short n) { return mp_complex(z.real() + n, z.imag()); }
- inline mp_complex operator+(const mp_complex& z, const signed int n) { return mp_complex(z.real() + n, z.imag()); }
+ inline mp_complex operator+(const mp_complex& z, const int n) { return mp_complex(z.real() + n, z.imag()); }
       inline mp_complex operator+(const mp_complex& z, const signed long n) { return mp_complex(z.real() + n, z.imag()); }
       inline mp_complex operator+(const mp_complex& z, const signed long long n) { return mp_complex(z.real() + n, z.imag()); }
       inline mp_complex operator+(const mp_complex& z, const unsigned char n) { return mp_complex(z.real() + n, z.imag()); }
@@ -313,7 +313,7 @@
       inline mp_complex operator-(const mp_complex& z, const char n) { return mp_complex(z.real() - n, z.imag()); }
       inline mp_complex operator-(const mp_complex& z, const signed char n) { return mp_complex(z.real() - n, z.imag()); }
       inline mp_complex operator-(const mp_complex& z, const signed short n) { return mp_complex(z.real() - n, z.imag()); }
- inline mp_complex operator-(const mp_complex& z, const signed int n) { return mp_complex(z.real() - n, z.imag()); }
+ inline mp_complex operator-(const mp_complex& z, const int n) { return mp_complex(z.real() - n, z.imag()); }
       inline mp_complex operator-(const mp_complex& z, const signed long n) { return mp_complex(z.real() - n, z.imag()); }
       inline mp_complex operator-(const mp_complex& z, const signed long long n) { return mp_complex(z.real() - n, z.imag()); }
       inline mp_complex operator-(const mp_complex& z, const unsigned char n) { return mp_complex(z.real() - n, z.imag()); }
@@ -329,7 +329,7 @@
       inline mp_complex operator*(const mp_complex& z, const char n) { return mp_complex(z.real() * n, z.imag() * n); }
       inline mp_complex operator*(const mp_complex& z, const signed char n) { return mp_complex(z.real() * n, z.imag() * n); }
       inline mp_complex operator*(const mp_complex& z, const signed short n) { return mp_complex(z.real() * n, z.imag() * n); }
- inline mp_complex operator*(const mp_complex& z, const signed int n) { return mp_complex(z.real() * n, z.imag() * n); }
+ inline mp_complex operator*(const mp_complex& z, const int n) { return mp_complex(z.real() * n, z.imag() * n); }
       inline mp_complex operator*(const mp_complex& z, const signed long n) { return mp_complex(z.real() * n, z.imag() * n); }
       inline mp_complex operator*(const mp_complex& z, const signed long long n) { return mp_complex(z.real() * n, z.imag() * n); }
       inline mp_complex operator*(const mp_complex& z, const unsigned char n) { return mp_complex(z.real() * n, z.imag() * n); }
@@ -345,7 +345,7 @@
       inline mp_complex operator/(const mp_complex& z, const char n) { return mp_complex(z.real() / n, z.imag() / n); }
       inline mp_complex operator/(const mp_complex& z, const signed char n) { return mp_complex(z.real() / n, z.imag() / n); }
       inline mp_complex operator/(const mp_complex& z, const signed short n) { return mp_complex(z.real() / n, z.imag() / n); }
- inline mp_complex operator/(const mp_complex& z, const signed int n) { return mp_complex(z.real() / n, z.imag() / n); }
+ inline mp_complex operator/(const mp_complex& z, const int n) { return mp_complex(z.real() / n, z.imag() / n); }
       inline mp_complex operator/(const mp_complex& z, const signed long n) { return mp_complex(z.real() / n, z.imag() / n); }
       inline mp_complex operator/(const mp_complex& z, const signed long long n) { return mp_complex(z.real() / n, z.imag() / n); }
       inline mp_complex operator/(const mp_complex& z, const unsigned char n) { return mp_complex(z.real() / n, z.imag() / n); }
@@ -362,7 +362,7 @@
       inline mp_complex operator+(const char n, const mp_complex& v) { return mp_complex(v.real() + n, v.imag()); }
       inline mp_complex operator+(const signed char n, const mp_complex& v) { return mp_complex(v.real() + n, v.imag()); }
       inline mp_complex operator+(const signed short n, const mp_complex& v) { return mp_complex(v.real() + n, v.imag()); }
- inline mp_complex operator+(const signed int n, const mp_complex& v) { return mp_complex(v.real() + n, v.imag()); }
+ inline mp_complex operator+(const int n, const mp_complex& v) { return mp_complex(v.real() + n, v.imag()); }
       inline mp_complex operator+(const signed long n, const mp_complex& v) { return mp_complex(v.real() + n, v.imag()); }
       inline mp_complex operator+(const signed long long n, const mp_complex& v) { return mp_complex(v.real() + n, v.imag()); }
       inline mp_complex operator+(const unsigned char n, const mp_complex& v) { return mp_complex(v.real() + n, v.imag()); }
@@ -378,7 +378,7 @@
       inline mp_complex operator-(const char n, const mp_complex& v) { return mp_complex(n - v.real(), -v.imag()); }
       inline mp_complex operator-(const signed char n, const mp_complex& v) { return mp_complex(n - v.real(), -v.imag()); }
       inline mp_complex operator-(const signed short n, const mp_complex& v) { return mp_complex(n - v.real(), -v.imag()); }
- inline mp_complex operator-(const signed int n, const mp_complex& v) { return mp_complex(n - v.real(), -v.imag()); }
+ inline mp_complex operator-(const int n, const mp_complex& v) { return mp_complex(n - v.real(), -v.imag()); }
       inline mp_complex operator-(const signed long n, const mp_complex& v) { return mp_complex(n - v.real(), -v.imag()); }
       inline mp_complex operator-(const signed long long n, const mp_complex& v) { return mp_complex(n - v.real(), -v.imag()); }
       inline mp_complex operator-(const unsigned char n, const mp_complex& v) { return mp_complex(n - v.real(), -v.imag()); }
@@ -394,7 +394,7 @@
       inline mp_complex operator*(const char n, const mp_complex& v) { return mp_complex(v.real() * n, v.imag() * n); }
       inline mp_complex operator*(const signed char n, const mp_complex& v) { return mp_complex(v.real() * n, v.imag() * n); }
       inline mp_complex operator*(const signed short n, const mp_complex& v) { return mp_complex(v.real() * n, v.imag() * n); }
- inline mp_complex operator*(const signed int n, const mp_complex& v) { return mp_complex(v.real() * n, v.imag() * n); }
+ inline mp_complex operator*(const int n, const mp_complex& v) { return mp_complex(v.real() * n, v.imag() * n); }
       inline mp_complex operator*(const signed long n, const mp_complex& v) { return mp_complex(v.real() * n, v.imag() * n); }
       inline mp_complex operator*(const signed long long n, const mp_complex& v) { return mp_complex(v.real() * n, v.imag() * n); }
       inline mp_complex operator*(const unsigned char n, const mp_complex& v) { return mp_complex(v.real() * n, v.imag() * n); }
@@ -410,7 +410,7 @@
       inline mp_complex operator/(const char n, const mp_complex& v) { const mp_float v_norm = v.norm(); return mp_complex((n * v.real()) / v_norm, -(n * v.imag()) / v_norm); }
       inline mp_complex operator/(const signed char n, const mp_complex& v) { const mp_float v_norm = v.norm(); return mp_complex((n * v.real()) / v_norm, -(n * v.imag()) / v_norm); }
       inline mp_complex operator/(const signed short n, const mp_complex& v) { const mp_float v_norm = v.norm(); return mp_complex((n * v.real()) / v_norm, -(n * v.imag()) / v_norm); }
- inline mp_complex operator/(const signed int n, const mp_complex& v) { const mp_float v_norm = v.norm(); return mp_complex((n * v.real()) / v_norm, -(n * v.imag()) / v_norm); }
+ inline mp_complex operator/(const int n, const mp_complex& v) { const mp_float v_norm = v.norm(); return mp_complex((n * v.real()) / v_norm, -(n * v.imag()) / v_norm); }
       inline mp_complex operator/(const signed long n, const mp_complex& v) { const mp_float v_norm = v.norm(); return mp_complex((n * v.real()) / v_norm, -(n * v.imag()) / v_norm); }
       inline mp_complex operator/(const signed long long n, const mp_complex& v) { const mp_float v_norm = v.norm(); return mp_complex((n * v.real()) / v_norm, -(n * v.imag()) / v_norm); }
       inline mp_complex operator/(const unsigned char n, const mp_complex& v) { const mp_float v_norm = v.norm(); return mp_complex((n * v.real()) / v_norm, -(n * v.imag()) / v_norm); }
@@ -427,7 +427,7 @@
       inline mp_complex& operator+=(mp_complex& z, const char n) { z.Re += n; return z; }
       inline mp_complex& operator+=(mp_complex& z, const signed char n) { z.Re += n; return z; }
       inline mp_complex& operator+=(mp_complex& z, const signed short n) { z.Re += n; return z; }
- inline mp_complex& operator+=(mp_complex& z, const signed int n) { z.Re += n; return z; }
+ inline mp_complex& operator+=(mp_complex& z, const int n) { z.Re += n; return z; }
       inline mp_complex& operator+=(mp_complex& z, const signed long n) { z.Re += n; return z; }
       inline mp_complex& operator+=(mp_complex& z, const signed long long n) { z.Re += n; return z; }
       inline mp_complex& operator+=(mp_complex& z, const unsigned char n) { z.Re += n; return z; }
@@ -443,7 +443,7 @@
       inline mp_complex& operator-=(mp_complex& z, const char n) { z.Re -= n; return z; }
       inline mp_complex& operator-=(mp_complex& z, const signed char n) { z.Re -= n; return z; }
       inline mp_complex& operator-=(mp_complex& z, const signed short n) { z.Re -= n; return z; }
- inline mp_complex& operator-=(mp_complex& z, const signed int n) { z.Re -= n; return z; }
+ inline mp_complex& operator-=(mp_complex& z, const int n) { z.Re -= n; return z; }
       inline mp_complex& operator-=(mp_complex& z, const signed long n) { z.Re -= n; return z; }
       inline mp_complex& operator-=(mp_complex& z, const signed long long n) { z.Re -= n; return z; }
       inline mp_complex& operator-=(mp_complex& z, const unsigned char n) { z.Re -= n; return z; }
@@ -459,7 +459,7 @@
       inline mp_complex& operator*=(mp_complex& z, const char n) { z.Re *= n; z.Im *= n; return z; }
       inline mp_complex& operator*=(mp_complex& z, const signed char n) { z.Re *= n; z.Im *= n; return z; }
       inline mp_complex& operator*=(mp_complex& z, const signed short n) { z.Re *= n; z.Im *= n; return z; }
- inline mp_complex& operator*=(mp_complex& z, const signed int n) { z.Re *= n; z.Im *= n; return z; }
+ inline mp_complex& operator*=(mp_complex& z, const int n) { z.Re *= n; z.Im *= n; return z; }
       inline mp_complex& operator*=(mp_complex& z, const signed long n) { z.Re *= n; z.Im *= n; return z; }
       inline mp_complex& operator*=(mp_complex& z, const signed long long n) { z.Re *= n; z.Im *= n; return z; }
       inline mp_complex& operator*=(mp_complex& z, const unsigned char n) { z.Re *= n; z.Im *= n; return z; }
@@ -475,7 +475,7 @@
       inline mp_complex& operator/=(mp_complex& z, const char n) { z.Re /= n; z.Im /= n; return z; }
       inline mp_complex& operator/=(mp_complex& z, const signed char n) { z.Re /= n; z.Im /= n; return z; }
       inline mp_complex& operator/=(mp_complex& z, const signed short n) { z.Re /= n; z.Im /= n; return z; }
- inline mp_complex& operator/=(mp_complex& z, const signed int n) { z.Re /= n; z.Im /= n; return z; }
+ inline mp_complex& operator/=(mp_complex& z, const int n) { z.Re /= n; z.Im /= n; return z; }
       inline mp_complex& operator/=(mp_complex& z, const signed long n) { z.Re /= n; z.Im /= n; return z; }
       inline mp_complex& operator/=(mp_complex& z, const signed long long n) { z.Re /= n; z.Im /= n; return z; }
       inline mp_complex& operator/=(mp_complex& z, const unsigned char n) { z.Re /= n; z.Im /= n; return z; }

Modified: sandbox/multiprecision/boost/multiprecision/mp_float.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/mp_float.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/mp_float.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -107,7 +107,7 @@
       inline mp_float operator+(const mp_float& u, const char n) { return ((!std::numeric_limits<char>::is_signed) ? mp_float(u).add_unsigned_long_long(static_cast<unsigned long long>(n)) : mp_float(u).add_signed_long_long(static_cast<signed long long>(n))); }
       inline mp_float operator+(const mp_float& u, const signed char n) { return mp_float(u).add_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator+(const mp_float& u, const signed short n) { return mp_float(u).add_signed_long_long(static_cast<signed long long>(n)); }
- inline mp_float operator+(const mp_float& u, const signed int n) { return mp_float(u).add_signed_long_long(static_cast<signed long long>(n)); }
+ inline mp_float operator+(const mp_float& u, const int n) { return mp_float(u).add_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator+(const mp_float& u, const signed long n) { return mp_float(u).add_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator+(const mp_float& u, const signed long long n) { return mp_float(u).add_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator+(const mp_float& u, const unsigned char n) { return mp_float(u).add_unsigned_long_long(static_cast<unsigned long long>(n)); }
@@ -123,7 +123,7 @@
       inline mp_float operator-(const mp_float& u, const char n) { return ((!std::numeric_limits<char>::is_signed) ? mp_float(u).sub_unsigned_long_long(static_cast<unsigned long long>(n)) : mp_float(u).sub_signed_long_long(static_cast<signed long long>(n))); }
       inline mp_float operator-(const mp_float& u, const signed char n) { return mp_float(u).sub_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator-(const mp_float& u, const signed short n) { return mp_float(u).sub_signed_long_long(static_cast<signed long long>(n)); }
- inline mp_float operator-(const mp_float& u, const signed int n) { return mp_float(u).sub_signed_long_long(static_cast<signed long long>(n)); }
+ inline mp_float operator-(const mp_float& u, const int n) { return mp_float(u).sub_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator-(const mp_float& u, const signed long n) { return mp_float(u).sub_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator-(const mp_float& u, const signed long long n) { return mp_float(u).sub_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator-(const mp_float& u, const unsigned char n) { return mp_float(u).sub_unsigned_long_long(static_cast<unsigned long long>(n)); }
@@ -139,7 +139,7 @@
       inline mp_float operator*(const mp_float& u, const char n) { return ((!std::numeric_limits<char>::is_signed) ? mp_float(u).mul_unsigned_long_long(static_cast<unsigned long long>(n)) : mp_float(u).mul_signed_long_long(static_cast<signed long long>(n))); }
       inline mp_float operator*(const mp_float& u, const signed char n) { return mp_float(u).mul_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator*(const mp_float& u, const signed short n) { return mp_float(u).mul_signed_long_long(static_cast<signed long long>(n)); }
- inline mp_float operator*(const mp_float& u, const signed int n) { return mp_float(u).mul_signed_long_long(static_cast<signed long long>(n)); }
+ inline mp_float operator*(const mp_float& u, const int n) { return mp_float(u).mul_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator*(const mp_float& u, const signed long n) { return mp_float(u).mul_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator*(const mp_float& u, const signed long long n) { return mp_float(u).mul_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator*(const mp_float& u, const unsigned char n) { return mp_float(u).mul_unsigned_long_long(static_cast<unsigned long long>(n)); }
@@ -155,7 +155,7 @@
       inline mp_float operator/(const mp_float& u, const char n) { return ((!std::numeric_limits<char>::is_signed) ? mp_float(u).div_unsigned_long_long(static_cast<unsigned long long>(n)) : mp_float(u).div_signed_long_long(static_cast<signed long long>(n))); }
       inline mp_float operator/(const mp_float& u, const signed char n) { return mp_float(u).div_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator/(const mp_float& u, const signed short n) { return mp_float(u).div_signed_long_long(static_cast<signed long long>(n)); }
- inline mp_float operator/(const mp_float& u, const signed int n) { return mp_float(u).div_signed_long_long(static_cast<signed long long>(n)); }
+ inline mp_float operator/(const mp_float& u, const int n) { return mp_float(u).div_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator/(const mp_float& u, const signed long n) { return mp_float(u).div_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator/(const mp_float& u, const signed long long n) { return mp_float(u).div_signed_long_long(static_cast<signed long long>(n)); }
       inline mp_float operator/(const mp_float& u, const unsigned char n) { return mp_float(u).div_unsigned_long_long(static_cast<unsigned long long>(n)); }
@@ -172,7 +172,7 @@
       inline mp_float operator+(const char n, const mp_float& u) { return ((!std::numeric_limits<char>::is_signed) ? mp_float(u).add_unsigned_long_long(n) : mp_float(u).add_signed_long_long(n)); }
       inline mp_float operator+(const signed char n, const mp_float& u) { return mp_float(u).add_signed_long_long(n); }
       inline mp_float operator+(const signed short n, const mp_float& u) { return mp_float(u).add_signed_long_long(n); }
- inline mp_float operator+(const signed int n, const mp_float& u) { return mp_float(u).add_signed_long_long(n); }
+ inline mp_float operator+(const int n, const mp_float& u) { return mp_float(u).add_signed_long_long(n); }
       inline mp_float operator+(const signed long n, const mp_float& u) { return mp_float(u).add_signed_long_long(n); }
       inline mp_float operator+(const signed long long n, const mp_float& u) { return mp_float(u).add_signed_long_long(n); }
       inline mp_float operator+(const unsigned char n, const mp_float& u) { return mp_float(u).add_unsigned_long_long(n); }
@@ -188,7 +188,7 @@
       inline mp_float operator-(const char n, const mp_float& u) { return mp_float(n) -= u; }
       inline mp_float operator-(const signed char n, const mp_float& u) { return mp_float(n) -= u; }
       inline mp_float operator-(const signed short n, const mp_float& u) { return mp_float(n) -= u; }
- inline mp_float operator-(const signed int n, const mp_float& u) { return mp_float(n) -= u; }
+ inline mp_float operator-(const int n, const mp_float& u) { return mp_float(n) -= u; }
       inline mp_float operator-(const signed long n, const mp_float& u) { return mp_float(n) -= u; }
       inline mp_float operator-(const signed long long n, const mp_float& u) { return mp_float(n) -= u; }
       inline mp_float operator-(const unsigned char n, const mp_float& u) { return mp_float(n) -= u; }
@@ -204,7 +204,7 @@
       inline mp_float operator*(const char n, const mp_float& u) { return ((!std::numeric_limits<char>::is_signed) ? mp_float(u).mul_unsigned_long_long(n) : mp_float(u).mul_signed_long_long(n)); }
       inline mp_float operator*(const signed char n, const mp_float& u) { return mp_float(u).mul_signed_long_long(n); }
       inline mp_float operator*(const signed short n, const mp_float& u) { return mp_float(u).mul_signed_long_long(n); }
- inline mp_float operator*(const signed int n, const mp_float& u) { return mp_float(u).mul_signed_long_long(n); }
+ inline mp_float operator*(const int n, const mp_float& u) { return mp_float(u).mul_signed_long_long(n); }
       inline mp_float operator*(const signed long n, const mp_float& u) { return mp_float(u).mul_signed_long_long(n); }
       inline mp_float operator*(const signed long long n, const mp_float& u) { return mp_float(u).mul_signed_long_long(n); }
       inline mp_float operator*(const unsigned char n, const mp_float& u) { return mp_float(u).mul_unsigned_long_long(n); }
@@ -220,7 +220,7 @@
       inline mp_float operator/(const char n, const mp_float& u) { return mp_float(n) /= u; }
       inline mp_float operator/(const signed char n, const mp_float& u) { return mp_float(n) /= u; }
       inline mp_float operator/(const signed short n, const mp_float& u) { return mp_float(n) /= u; }
- inline mp_float operator/(const signed int n, const mp_float& u) { return mp_float(n) /= u; }
+ inline mp_float operator/(const int n, const mp_float& u) { return mp_float(n) /= u; }
       inline mp_float operator/(const signed long n, const mp_float& u) { return mp_float(n) /= u; }
       inline mp_float operator/(const signed long long n, const mp_float& u) { return mp_float(n) /= u; }
       inline mp_float operator/(const unsigned char n, const mp_float& u) { return mp_float(n) /= u; }
@@ -237,7 +237,7 @@
       inline mp_float& operator+=(mp_float& u, const char n) { return ((!std::numeric_limits<char>::is_signed) ? u.add_unsigned_long_long(static_cast<unsigned long long>(n)) : u.add_signed_long_long(static_cast<signed long long>(n))); }
       inline mp_float& operator+=(mp_float& u, const signed char n) { return u.add_signed_long_long(n); }
       inline mp_float& operator+=(mp_float& u, const signed short n) { return u.add_signed_long_long(n); }
- inline mp_float& operator+=(mp_float& u, const signed int n) { return u.add_signed_long_long(n); }
+ inline mp_float& operator+=(mp_float& u, const int n) { return u.add_signed_long_long(n); }
       inline mp_float& operator+=(mp_float& u, const signed long n) { return u.add_signed_long_long(n); }
       inline mp_float& operator+=(mp_float& u, const signed long long n) { return u.add_signed_long_long(n); }
       inline mp_float& operator+=(mp_float& u, const unsigned char n) { return u.add_unsigned_long_long(n); }
@@ -252,7 +252,7 @@
 
       inline mp_float& operator-=(mp_float& u, const signed char n) { return ((!std::numeric_limits<char>::is_signed) ? u.sub_unsigned_long_long(static_cast<unsigned long long>(n)) : u.sub_signed_long_long(static_cast<signed long long>(n))); }
       inline mp_float& operator-=(mp_float& u, const signed short n) { return u.sub_signed_long_long(n); }
- inline mp_float& operator-=(mp_float& u, const signed int n) { return u.sub_signed_long_long(n); }
+ inline mp_float& operator-=(mp_float& u, const int n) { return u.sub_signed_long_long(n); }
       inline mp_float& operator-=(mp_float& u, const signed long n) { return u.sub_signed_long_long(n); }
       inline mp_float& operator-=(mp_float& u, const signed long long n) { return u.sub_signed_long_long(n); }
       inline mp_float& operator-=(mp_float& u, const unsigned char n) { return u.sub_unsigned_long_long(n); }
@@ -268,7 +268,7 @@
       inline mp_float& operator*=(mp_float& u, const char n) { return ((!std::numeric_limits<char>::is_signed) ? u.mul_unsigned_long_long(static_cast<unsigned long long>(n)) : u.mul_signed_long_long(static_cast<signed long long>(n))); }
       inline mp_float& operator*=(mp_float& u, const signed char n) { return u.mul_signed_long_long(n); }
       inline mp_float& operator*=(mp_float& u, const signed short n) { return u.mul_signed_long_long(n); }
- inline mp_float& operator*=(mp_float& u, const signed int n) { return u.mul_signed_long_long(n); }
+ inline mp_float& operator*=(mp_float& u, const int n) { return u.mul_signed_long_long(n); }
       inline mp_float& operator*=(mp_float& u, const signed long n) { return u.mul_signed_long_long(n); }
       inline mp_float& operator*=(mp_float& u, const signed long long n) { return u.mul_signed_long_long(n); }
       inline mp_float& operator*=(mp_float& u, const unsigned char n) { return u.mul_unsigned_long_long(n); }
@@ -284,7 +284,7 @@
       inline mp_float& operator/=(mp_float& u, const char n) { return ((!std::numeric_limits<char>::is_signed) ? u.div_unsigned_long_long(static_cast<unsigned long long>(n)) : u.div_signed_long_long(static_cast<signed long long>(n))); }
       inline mp_float& operator/=(mp_float& u, const signed char n) { return u.div_signed_long_long(n); }
       inline mp_float& operator/=(mp_float& u, const signed short n) { return u.div_signed_long_long(n); }
- inline mp_float& operator/=(mp_float& u, const signed int n) { return u.div_signed_long_long(n); }
+ inline mp_float& operator/=(mp_float& u, const int n) { return u.div_signed_long_long(n); }
       inline mp_float& operator/=(mp_float& u, const signed long n) { return u.div_signed_long_long(n); }
       inline mp_float& operator/=(mp_float& u, const signed long long n) { return u.div_signed_long_long(n); }
       inline mp_float& operator/=(mp_float& u, const unsigned char n) { return u.div_unsigned_long_long(n); }
@@ -334,12 +334,12 @@
       inline bool operator>=(const mp_float& u, const signed short v) { return (u.cmp(mp_float(v)) >= static_cast<boost::int32_t>(0)); }
       inline bool operator> (const mp_float& u, const signed short v) { return (u.cmp(mp_float(v)) > static_cast<boost::int32_t>(0)); }
 
- inline bool operator< (const mp_float& u, const signed int v) { return (u.cmp(mp_float(v)) < static_cast<boost::int32_t>(0)); }
- inline bool operator<=(const mp_float& u, const signed int v) { return (u.cmp(mp_float(v)) <= static_cast<boost::int32_t>(0)); }
- inline bool operator==(const mp_float& u, const signed int v) { return (u.cmp(mp_float(v)) == static_cast<boost::int32_t>(0)); }
- inline bool operator!=(const mp_float& u, const signed int v) { return (u.cmp(mp_float(v)) != static_cast<boost::int32_t>(0)); }
- inline bool operator>=(const mp_float& u, const signed int v) { return (u.cmp(mp_float(v)) >= static_cast<boost::int32_t>(0)); }
- inline bool operator> (const mp_float& u, const signed int v) { return (u.cmp(mp_float(v)) > static_cast<boost::int32_t>(0)); }
+ inline bool operator< (const mp_float& u, const int v) { return (u.cmp(mp_float(v)) < static_cast<boost::int32_t>(0)); }
+ inline bool operator<=(const mp_float& u, const int v) { return (u.cmp(mp_float(v)) <= static_cast<boost::int32_t>(0)); }
+ inline bool operator==(const mp_float& u, const int v) { return (u.cmp(mp_float(v)) == static_cast<boost::int32_t>(0)); }
+ inline bool operator!=(const mp_float& u, const int v) { return (u.cmp(mp_float(v)) != static_cast<boost::int32_t>(0)); }
+ inline bool operator>=(const mp_float& u, const int v) { return (u.cmp(mp_float(v)) >= static_cast<boost::int32_t>(0)); }
+ inline bool operator> (const mp_float& u, const int v) { return (u.cmp(mp_float(v)) > static_cast<boost::int32_t>(0)); }
 
       inline bool operator< (const mp_float& u, const signed long v) { return (u.cmp(mp_float(v)) < static_cast<boost::int32_t>(0)); }
       inline bool operator<=(const mp_float& u, const signed long v) { return (u.cmp(mp_float(v)) <= static_cast<boost::int32_t>(0)); }
@@ -440,12 +440,12 @@
       inline bool operator>=(const signed short u, const mp_float& v) { return (mp_float(u).cmp(v) >= static_cast<boost::int32_t>(0)); }
       inline bool operator> (const signed short u, const mp_float& v) { return (mp_float(u).cmp(v) > static_cast<boost::int32_t>(0)); }
 
- inline bool operator< (const signed int u, const mp_float& v) { return (mp_float(u).cmp(v) < static_cast<boost::int32_t>(0)); }
- inline bool operator<=(const signed int u, const mp_float& v) { return (mp_float(u).cmp(v) <= static_cast<boost::int32_t>(0)); }
- inline bool operator==(const signed int u, const mp_float& v) { return (mp_float(u).cmp(v) == static_cast<boost::int32_t>(0)); }
- inline bool operator!=(const signed int u, const mp_float& v) { return (mp_float(u).cmp(v) != static_cast<boost::int32_t>(0)); }
- inline bool operator>=(const signed int u, const mp_float& v) { return (mp_float(u).cmp(v) >= static_cast<boost::int32_t>(0)); }
- inline bool operator> (const signed int u, const mp_float& v) { return (mp_float(u).cmp(v) > static_cast<boost::int32_t>(0)); }
+ inline bool operator< (const int u, const mp_float& v) { return (mp_float(u).cmp(v) < static_cast<boost::int32_t>(0)); }
+ inline bool operator<=(const int u, const mp_float& v) { return (mp_float(u).cmp(v) <= static_cast<boost::int32_t>(0)); }
+ inline bool operator==(const int u, const mp_float& v) { return (mp_float(u).cmp(v) == static_cast<boost::int32_t>(0)); }
+ inline bool operator!=(const int u, const mp_float& v) { return (mp_float(u).cmp(v) != static_cast<boost::int32_t>(0)); }
+ inline bool operator>=(const int u, const mp_float& v) { return (mp_float(u).cmp(v) >= static_cast<boost::int32_t>(0)); }
+ inline bool operator> (const int u, const mp_float& v) { return (mp_float(u).cmp(v) > static_cast<boost::int32_t>(0)); }
 
       inline bool operator< (const signed long u, const mp_float& v) { return (mp_float(u).cmp(v) < static_cast<boost::int32_t>(0)); }
       inline bool operator<=(const signed long u, const mp_float& v) { return (mp_float(u).cmp(v) <= static_cast<boost::int32_t>(0)); }

Modified: sandbox/multiprecision/boost/multiprecision/mp_float_base.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/mp_float_base.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/mp_float_base.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -136,7 +136,7 @@
         operator wchar_t() const { return (std::numeric_limits<char>::is_signed ? static_cast<wchar_t>(extract_signed_long_long()) : static_cast<wchar_t>(extract_unsigned_long_long())); }
         operator signed char() const { return static_cast<signed char> (extract_signed_long_long()); }
         operator signed short() const { return static_cast<signed short> (extract_signed_long_long()); }
- operator signed int() const { return static_cast<signed int> (extract_signed_long_long()); }
+ operator int() const { return static_cast<int> (extract_signed_long_long()); }
         operator signed long() const { return static_cast<signed long> (extract_signed_long_long()); }
         operator signed long long() const { return static_cast<signed long long> (extract_signed_long_long()); }
         operator unsigned char() const { return static_cast<unsigned char> (extract_unsigned_long_long()); }

Modified: sandbox/multiprecision/boost/multiprecision/mp_float_efx.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/mp_float_efx.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/mp_float_efx.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -28,15 +28,14 @@
       class mp_float_efx : public mp_float_base
       {
       public:
- static const boost::int32_t mp_radix = static_cast<boost::int32_t>(10);
+ static const boost::int32_t mp_radix = static_cast<boost::int32_t>(10);
         static const boost::int32_t mp_float_digits = mp_float_digits10;
 
         static const boost::int64_t mp_float_max_exp = static_cast<boost::int64_t>(+9223372036854775795LL);
         static const boost::int64_t mp_float_min_exp = static_cast<boost::int64_t>(-9223372036854775795LL);
         static const boost::int64_t mp_float_max_exp10 = static_cast<boost::int64_t>(+3063937869882635616LL); // Approx. [mp_float_max_exp / log10(2)], also an even multiple of 8
         static const boost::int64_t mp_float_min_exp10 = static_cast<boost::int64_t>(-3063937869882635616LL);
-
- static const boost::int32_t mp_elem_digits10 = static_cast<boost::int32_t>(8);
+ static const boost::int32_t mp_elem_digits10 = static_cast<boost::int32_t>(8);
 
       private:
         static const boost::int32_t mp_float_digits10_num_base = static_cast<boost::int32_t>((mp_float_max_digits10 / mp_elem_digits10) + (((mp_float_max_digits10 % mp_elem_digits10) != 0) ? 1 : 0));
@@ -74,7 +73,7 @@
         mp_float_efx(const wchar_t n);
         mp_float_efx(const signed short n);
         mp_float_efx(const unsigned short n);
- mp_float_efx(const signed int n);
+ mp_float_efx(const int n);
         mp_float_efx(const unsigned int n);
         mp_float_efx(const signed long n);
         mp_float_efx(const unsigned long n);
@@ -97,7 +96,6 @@
 
         virtual ~mp_float_efx() { }
 
- public:
         virtual boost::int32_t cmp(const mp_float_efx& v) const;
 
         // Specific special values.

Modified: sandbox/multiprecision/boost/multiprecision/mp_float_functions.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/mp_float_functions.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/mp_float_functions.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -21,14 +21,14 @@
   {
     namespace multiprecision
     {
- inline boost::int32_t max_iteration(void) { return static_cast<boost::int32_t>(10000); }
- inline boost::int64_t tol (void) { return static_cast<boost::int64_t>(boost::multiprecision::mp_float::mp_float_max_digits10); }
+ inline boost::int32_t max_iteration(void) { return static_cast<boost::int32_t>(10000); }
+ inline boost::int64_t tol(void) { return static_cast<boost::int64_t>(boost::multiprecision::mp_float::mp_float_max_digits10); }
 
       inline boost::multiprecision::mp_float fabs(const boost::multiprecision::mp_float& x) { return (x.isneg() ? boost::multiprecision::mp_float(x).negate() : x); }
 
       boost::multiprecision::mp_float floor(const boost::multiprecision::mp_float& x);
       boost::multiprecision::mp_float ceil (const boost::multiprecision::mp_float& x);
- boost::int32_t sgn (const boost::multiprecision::mp_float& x);
+ boost::int32_t sgn (const boost::multiprecision::mp_float& x);
       boost::multiprecision::mp_float ldexp(const boost::multiprecision::mp_float& v, int e);
       boost::multiprecision::mp_float frexp(const boost::multiprecision::mp_float& v, int* expon);
       boost::multiprecision::mp_float fmod (const boost::multiprecision::mp_float& v1, const boost::multiprecision::mp_float& v2);
@@ -49,36 +49,36 @@
       inline bool isneg(const boost::multiprecision::mp_float& x) { return x.isneg(); }
       inline bool isneg(const boost::multiprecision::mp_complex& z) { return z.isneg(); }
 
- inline boost::multiprecision::mp_float abs (const boost::multiprecision::mp_float& x) { return boost::multiprecision::fabs(x); }
- inline boost::multiprecision::mp_float real(const boost::multiprecision::mp_float& x) { return x; }
- inline boost::multiprecision::mp_float imag(const boost::multiprecision::mp_float&) { return boost::multiprecision::zero(); }
-
- inline bool ispos(const double x) { return !isneg(x); }
- inline bool ispos(const boost::multiprecision::mp_float& x) { return !x.isneg(); }
- inline bool ispos(const boost::multiprecision::mp_complex& z) { return !z.isneg(); }
+ inline boost::multiprecision::mp_float abs (const boost::multiprecision::mp_float& x) { return boost::multiprecision::fabs(x); }
+ inline boost::multiprecision::mp_float real(const boost::multiprecision::mp_float& x) { return x; }
+ inline boost::multiprecision::mp_float imag(const boost::multiprecision::mp_float&) { return boost::multiprecision::zero(); }
+
+ inline bool ispos(const double x) { return !isneg(x); }
+ inline bool ispos(const boost::multiprecision::mp_float& x) { return !x.isneg(); }
+ inline bool ispos(const boost::multiprecision::mp_complex& z) { return !z.isneg(); }
 
              bool isint(const double x);
- inline bool isint(const boost::multiprecision::mp_float& x) { return x.isint(); }
- inline bool isint(const boost::multiprecision::mp_complex& z) { return z.isint(); }
+ inline bool isint(const boost::multiprecision::mp_float& x) { return x.isint(); }
+ inline bool isint(const boost::multiprecision::mp_complex& z) { return z.isint(); }
 
- inline bool isone(const double x) { return (::fabs(1.0 - x) < (std::numeric_limits<double>::min)() * 2); }
- inline bool isone(const boost::multiprecision::mp_float& x) { return x.isone(); }
- inline bool isone(const boost::multiprecision::mp_complex& z) { return z.isone(); }
-
- inline bool iszero(const double x) { return (::fabs(x) < (std::numeric_limits<double>::min)() * 2); }
- inline bool iszero(const boost::multiprecision::mp_float& x) { return x.iszero(); }
- inline bool iszero(const boost::multiprecision::mp_complex& z) { return z.iszero(); }
+ inline bool isone(const double x) { return (::fabs(1.0 - x) < (std::numeric_limits<double>::min)() * 2); }
+ inline bool isone(const boost::multiprecision::mp_float& x) { return x.isone(); }
+ inline bool isone(const boost::multiprecision::mp_complex& z) { return z.isone(); }
+
+ inline bool iszero(const double x) { return (::fabs(x) < (std::numeric_limits<double>::min)() * 2); }
+ inline bool iszero(const boost::multiprecision::mp_float& x) { return x.iszero(); }
+ inline bool iszero(const boost::multiprecision::mp_complex& z) { return z.iszero(); }
 
       boost::multiprecision::mp_float integer_part(const boost::multiprecision::mp_float& x);
       boost::multiprecision::mp_float decimal_part(const boost::multiprecision::mp_float& x);
 
       void to_parts(const boost::multiprecision::mp_float& x, double& mantissa, boost::int64_t& exponent);
 
- inline double to_double(const double& x) { return x; }
+ inline double to_double(const double& x) { return x; }
              double to_double(const boost::multiprecision::mp_float& x);
              double to_double(const boost::multiprecision::mp_complex& z);
 
- inline boost::int64_t order_of(const double x) { return static_cast<boost::int64_t>(static_cast<boost::int32_t>(::log10(x))); }
+ inline boost::int64_t order_of(const double x) { return static_cast<boost::int64_t>(static_cast<boost::int32_t>(::log10(x) + (std::numeric_limits<double>::epsilon() * 0.9))); }
       inline boost::int64_t order_of(const boost::multiprecision::mp_float& x) { return x.order(); }
 
       boost::int64_t to_int64(const double x);

Modified: sandbox/multiprecision/boost/multiprecision/mp_float_gmp.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/mp_float_gmp.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/mp_float_gmp.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -87,7 +87,7 @@
         mp_float_gmp(const wchar_t n);
         mp_float_gmp(const signed short n);
         mp_float_gmp(const unsigned short n);
- mp_float_gmp(const signed int n);
+ mp_float_gmp(const int n);
         mp_float_gmp(const unsigned int n);
         mp_float_gmp(const signed long n);
         mp_float_gmp(const unsigned long n);

Modified: sandbox/multiprecision/boost/multiprecision/mp_float_mpfr.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/mp_float_mpfr.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/mp_float_mpfr.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -83,7 +83,7 @@
         mp_float_mpfr(const wchar_t n);
         mp_float_mpfr(const signed short n);
         mp_float_mpfr(const unsigned short n);
- mp_float_mpfr(const signed int n);
+ mp_float_mpfr(const int n);
         mp_float_mpfr(const unsigned int n);
         mp_float_mpfr(const signed long n);
         mp_float_mpfr(const unsigned long n);

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_coefficient_expansion.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_coefficient_expansion.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_coefficient_expansion.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -17,25 +17,11 @@
     {
       namespace utility
       {
- template<typename T1, typename T2 = T1> struct coefficient_expansion
+ template<typename T1,
+ typename T2 = T1>
+ struct coefficient_expansion
         {
- private:
-
- const T1 x_expand;
- T1 x_expand_pow_k;
-
- private:
-
- const coefficient_expansion& operator=(const coefficient_expansion&);
-
- static const T2& one_t2(void)
- {
- static const T2 val_t2(1);
- return val_t2;
- }
-
         public:
-
           coefficient_expansion(const T1& expand, const T2& init = one_t2()) : x_expand (expand),
                                                                                x_expand_pow_k(init) { }
 
@@ -47,6 +33,18 @@
 
             return sum + ck_x_pow_k;
           }
+
+ private:
+ const T1 x_expand;
+ T1 x_expand_pow_k;
+
+ const coefficient_expansion& operator=(const coefficient_expansion&);
+
+ static const T2& one_t2(void)
+ {
+ static const T2 val_t2(1);
+ return val_t2;
+ }
         };
       }
     }

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_find_root_base.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_find_root_base.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_find_root_base.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -19,17 +19,16 @@
     {
       namespace utility
       {
- template<typename T> class find_root_base : public ranged_function_operation<T>
+ template<typename T>
+ class find_root_base : public ranged_function_operation<T>
         {
- protected:
-
- find_root_base(const T& lo,
- const T& hi,
- const T& tol) : ranged_function_operation<T>(lo, hi, tol) { }
-
         public:
-
           virtual ~find_root_base() { }
+
+ protected:
+ find_root_base(const T& lo,
+ const T& hi,
+ const T& tol) : ranged_function_operation<T>(lo, hi, tol) { }
         };
       }
     }

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_find_root_bisect.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_find_root_bisect.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_find_root_bisect.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -11,8 +11,9 @@
 #ifndef _UTIL_FIND_ROOT_BISECT_2009_10_31_HPP_
   #define _UTIL_FIND_ROOT_BISECT_2009_10_31_HPP_
 
- #include <utility/util_find_root_base.h>
+ #include <boost/cstdint.hpp>
   #include <boost/multiprecision/mp_float.hpp>
+ #include <utility/util_find_root_base.h>
 
   namespace boost
   {
@@ -20,25 +21,25 @@
     {
       namespace utility
       {
- template<typename T> class find_root_bisect : public find_root_base<T>
+ template<typename T>
+ class find_root_bisect : public find_root_base<T>
         {
- protected:
-
- find_root_bisect(const T& lo,
- const T& hi,
- const T& tol) : find_root_base<T>(lo, hi, tol) { }
-
         public:
-
           virtual ~find_root_bisect() { }
 
+ protected:
+ find_root_bisect(const T& lo,
+ const T& hi,
+ const T& tol) : find_root_base<T>(lo, hi, tol) { }
+
         private:
+ // Set a maximum of 2048 iterations.
+ static const boost::int_fast32_t my_max_iteration = static_cast<boost::int_fast32_t>(2048);
 
           virtual T my_operation(void) const
           {
             // Bisection method as described in Numerical Recipes in C++ 2nd Ed., chapter 9.1.
- // The program on page 358 was taken directly from the book and slightly modified
- // to improve adherence with standard C++ coding practices.
+ // This template implementation was inspired by the program on page 358.
 
             function_operation<T>::op_ok = true;
 
@@ -70,8 +71,9 @@
               rt = hi;
             }
 
- // Bisection iteration loop, maximum 2048 times.
- for(boost::uint32_t i = static_cast<boost::uint32_t>(0u); i < static_cast<boost::uint32_t>(2048u); i++)
+ // Bisection iteration loop, maximum my_max_iteration times.
+ boost::int_fast32_t i;
+ for(i = static_cast<boost::int_fast32_t>(0); i < my_max_iteration; i++)
             {
               dx /= static_cast<boost::int32_t>(2);
 
@@ -86,17 +88,27 @@
               // Check for convergence to within a tolerance.
               const T dx_abs = ((dx < t_zero) ? -dx : dx);
 
- if(dx_abs < ranged_function_operation<T>::eps || boost::multiprecision::iszero(f_mid))
+ const bool f_mid_is_zero = (f_mid == T(0));
+
+ if(dx_abs < ranged_function_operation<T>::eps || f_mid_is_zero)
               {
- // Return root.
- return rt;
+ // Break and return root.
+ break;
               }
             }
 
- // Bisection iteration did not converge.
- function_operation<T>::op_ok = false;
+ const bool bo_did_not_converge = (i == my_max_iteration);
 
- return t_zero;
+ if(bo_did_not_converge)
+ {
+ // Bisection iteration did not converge.
+ function_operation<T>::op_ok = false;
+ return t_zero;
+ }
+ else
+ {
+ return rt;
+ }
           }
         };
       }

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_find_root_newton_raphson.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_find_root_newton_raphson.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_find_root_newton_raphson.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -11,6 +11,7 @@
 #ifndef _UTIL_FIND_ROOT_NEWTON_RAPHSON_2009_10_27_HPP_
   #define _UTIL_FIND_ROOT_NEWTON_RAPHSON_2009_10_27_HPP_
 
+ #include <boost/cstdint.hpp>
   #include "util_find_root_base.hpp"
 
   namespace boost
@@ -19,24 +20,20 @@
     {
       namespace utility
       {
- template<typename T> class find_root_newton_raphson : public find_root_base<T>
+ template<typename T>
+ class find_root_newton_raphson : public find_root_base<T>
         {
- protected:
-
- find_root_newton_raphson(const T& lo,
- const T& hi,
- const T& tol) : find_root_base<T>(lo, hi, tol) { }
-
         public:
-
           virtual ~find_root_newton_raphson() { }
 
- public:
-
           void function_derivative(const T& x, T& f, T& d) const { my_function_derivative(x, f, d); }
 
- private:
+ protected:
+ find_root_newton_raphson(const T& lo,
+ const T& hi,
+ const T& tol) : find_root_base<T>(lo, hi, tol) { }
 
+ private:
           virtual void my_function_derivative(const T& x, T& f, T& d) const = 0;
 
           virtual T my_operation(void) const

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_function_base.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_function_base.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_function_base.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -17,7 +17,8 @@
     {
       namespace utility
       {
- template<typename T> class function_base
+ template<typename T>
+ class function_base
         {
         public:
           virtual ~function_base() { }

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_function_derivative.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_function_derivative.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_function_derivative.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -11,8 +11,10 @@
 #ifndef _UTIL_FUNCTION_DERIVATIVE_2009_11_17_HPP_
   #define _UTIL_FUNCTION_DERIVATIVE_2009_11_17_HPP_
 
+ #include <limits>
   #include <string>
   #include <sstream>
+ #include <boost/cstdint.hpp>
 
   #include "util_function_operation.h"
   #include <boost/lexical_cast.hpp>
@@ -23,51 +25,18 @@
     {
       namespace utility
       {
- template<typename T> class function_derivative : public function_operation<T>
+ template<typename T>
+ class function_derivative : public function_operation<T>
         {
- private:
-
- static const T& my_tol(void)
- {
- static bool is_init = false;
-
- static T val_tol;
-
- if(!is_init)
- {
- is_init = true;
-
- // Set the default tolerance to be approximately 10^[-(digits10 * 1.15)/5].
- static const double tx = (static_cast<double>(std::numeric_limits<T>::digits10) * 1.15) / 5.0;
- static const std::size_t tn = static_cast<std::size_t>(tx + 0.5);
-
- std::stringstream ss;
-
- ss << "1E-" + boost::lexical_cast(tn);
-
- ss >> val_tol;
- }
-
- static const T the_tol = val_tol;
-
- return the_tol;
- }
+ public:
+ virtual ~function_derivative() { }
 
         protected:
-
           const T my_x;
           const T my_dx;
 
- protected:
-
           function_derivative(const T& x, const T& dx = my_tol()) : my_x(x), my_dx(dx) { }
 
- public:
-
- virtual ~function_derivative() { }
-
- protected:
-
           virtual T my_operation(void) const
           {
             function_operation<T>::op_ok = true;
@@ -88,6 +57,33 @@
 
             return ((fifteen_m1 - six_m2) + m3) / ten_dx1;
           }
+
+ private:
+ static const T& my_tol(void)
+ {
+ static bool is_init = false;
+
+ static T val_tol;
+
+ if(!is_init)
+ {
+ is_init = true;
+
+ // Set the default tolerance to be approximately 10^[-(digits10 * 1.15)/5].
+ static const double tx = (static_cast<double>(std::numeric_limits<T>::digits10) * 1.15) / 5.0;
+ static const std::size_t tn = static_cast<std::size_t>(tx + 0.5);
+
+ std::stringstream ss;
+
+ ss << std::string("1E-" + boost::lexical_cast<std::string>(tn));
+
+ ss >> val_tol;
+ }
+
+ static const T the_tol = val_tol;
+
+ return the_tol;
+ }
         };
       }
     }

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_function_operation.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_function_operation.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_function_operation.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -19,7 +19,8 @@
     {
       namespace utility
       {
- template<typename T> class function_operation : public function_base<T>
+ template<typename T>
+ class function_operation : public function_base<T>
         {
         protected:
 

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_interpolate.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_interpolate.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_interpolate.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -22,7 +22,9 @@
     {
       namespace utility
       {
- template<typename T1, typename T2 = T1> struct linear_interpolate
+ template<typename T1,
+ typename T2 = T1>
+ struct linear_interpolate
         {
           static T2 interpolate(const T1& x, const std::vector<boost::multiprecision::utility::point<T1, T2> >& points)
           {

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_numeric_cast.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_numeric_cast.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_numeric_cast.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -20,7 +20,8 @@
     {
       namespace utility
       {
- template<typename T> inline T numeric_cast(const std::string& str)
+ template<typename T>
+ inline T numeric_cast(const std::string& str)
         {
           std::stringstream ss;
           ss << str;
@@ -29,7 +30,8 @@
           return t;
         }
 
- template<typename T> inline T numeric_cast(const char* const s)
+ template<typename T>
+ inline T numeric_cast(const char* const s)
         {
           std::stringstream ss;
           ss << s;

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_point.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_point.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_point.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -17,7 +17,9 @@
     {
       namespace utility
       {
- template<typename T1, typename T2 = T1> struct point
+ template<typename T1,
+ typename T2 = T1>
+ struct point
         {
           T1 x;
           T2 y;

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_power_j_pow_x.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_power_j_pow_x.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_power_j_pow_x.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -13,6 +13,7 @@
 
   #include <map>
 
+ #include <boost/cstdint.hpp>
   #include <boost/multiprecision/mp_float_functions.hpp>
 
   namespace boost
@@ -21,8 +22,8 @@
     {
       namespace utility
       {
- boost::multiprecision::mp_float j_pow_x(const boost::uint32_t j, const boost::multiprecision::mp_float& x, std::map<boost::uint32_t, boost::multiprecision::mp_float>& n_pow_x_prime_factor_map);
- boost::multiprecision::mp_complex j_pow_x(const boost::uint32_t j, const boost::multiprecision::mp_complex& x, std::map<boost::uint32_t, boost::multiprecision::mp_complex>& n_pow_x_prime_factor_map);
+ boost::multiprecision::mp_float j_pow_x(const boost::uint_fast32_t j, const boost::multiprecision::mp_float& x, std::map<boost::uint_fast32_t, boost::multiprecision::mp_float>& n_pow_x_prime_factor_map);
+ boost::multiprecision::mp_complex j_pow_x(const boost::uint_fast32_t j, const boost::multiprecision::mp_complex& x, std::map<boost::uint_fast32_t, boost::multiprecision::mp_complex>& n_pow_x_prime_factor_map);
       }
     }
   }

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_power_x_pow_n.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_power_x_pow_n.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_power_x_pow_n.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -11,13 +11,16 @@
 #ifndef _UTIL_POWER_X_POW_N_2009_11_23_HPP_
   #define _UTIL_POWER_X_POW_N_2009_11_23_HPP_
 
+ #include <boost/cstdint.hpp>
+
   namespace boost
   {
     namespace multiprecision
     {
       namespace utility
       {
- template<typename T> inline T x_pow_n_template(const T& t, const boost::int64_t p)
+ template<typename T>
+ inline T x_pow_n_template(const T& t, const boost::int64_t p)
         {
           // Compute the pure power of typename T t^p. Binary splitting of the power is
           // used. The resulting computational complexity has the order of log2[abs(p)].

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_ranged_function_operation.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_ranged_function_operation.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_ranged_function_operation.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -21,23 +21,19 @@
       {
         template<typename T> class ranged_function_operation : public function_operation<T>
         {
- protected:
+ public:
+ virtual ~ranged_function_operation() { }
 
+ protected:
           const T xlo;
           const T xhi;
           const T eps;
 
- protected:
-
           ranged_function_operation(const T& lo,
                                   const T& hi,
                                   const T& tol) : xlo(lo),
                                                   xhi(hi),
                                                   eps(tol) { }
-
- public:
-
- virtual ~ranged_function_operation() { }
         };
       }
     }

Modified: sandbox/multiprecision/boost/multiprecision/utility/util_trapezoid.hpp
==============================================================================
--- sandbox/multiprecision/boost/multiprecision/utility/util_trapezoid.hpp (original)
+++ sandbox/multiprecision/boost/multiprecision/utility/util_trapezoid.hpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -11,29 +11,29 @@
 #ifndef _UTIL_TRAPEZOID_2008_09_06_HPP_
   #define _UTIL_TRAPEZOID_2008_09_06_HPP_
 
+ #include <boost/cstdint.hpp>
   #include "util_ranged_function_operation.hpp"
 
+
   namespace boost
   {
     namespace multiprecision
     {
       namespace utility
       {
- template<typename T> class recursive_trapezoid_rule : public ranged_function_operation<T>
+ template<typename T>
+ class recursive_trapezoid_rule : public ranged_function_operation<T>
         {
- protected:
-
- recursive_trapezoid_rule(const T& lo, const T& hi, const T& tol) : ranged_function_operation<T>(lo, hi, tol) { }
-
         public:
-
           virtual ~recursive_trapezoid_rule() { }
 
- private:
+ protected:
+ recursive_trapezoid_rule(const T& lo, const T& hi, const T& tol) : ranged_function_operation<T>(lo, hi, tol) { }
 
+ private:
           virtual T my_operation(void) const
           {
- boost::int32_t n = static_cast<boost::int32_t>(1);
+ boost::int_fast32_t n = static_cast<boost::int_fast32_t>(1);
 
             T a = ranged_function_operation<T>::xlo;
             T b = ranged_function_operation<T>::xhi;
@@ -52,7 +52,7 @@
 
               T sum(0);
 
- for(boost::int32_t j = static_cast<boost::int32_t>(1); j <= n; j++)
+ for(boost::int_fast32_t j = static_cast<boost::int_fast32_t>(1); j <= n; j++)
               {
                 sum += function(a + (T((j * 2) - 1) * h));
               }
@@ -68,7 +68,7 @@
                 break;
               }
 
- n = n * 2;
+ n = n * static_cast<boost::int_fast32_t>(2);
             }
 
             return I;

Modified: sandbox/multiprecision/libs/multiprecision/build/MakefileFiles.gmk
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/build/MakefileFiles.gmk (original)
+++ sandbox/multiprecision/libs/multiprecision/build/MakefileFiles.gmk 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -33,7 +33,6 @@
                   ../src/functions/gamma/factorial \
                   ../src/functions/gamma/factorial2 \
                   ../src/functions/gamma/gamma \
- ../src/functions/gamma/gamma_util \
                   ../src/functions/gamma/pochhammer \
                   ../src/functions/integer/bernoulli_b \
                   ../src/functions/integer/prime \

Modified: sandbox/multiprecision/libs/multiprecision/build/multiprecision.vcxproj
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/build/multiprecision.vcxproj (original)
+++ sandbox/multiprecision/libs/multiprecision/build/multiprecision.vcxproj 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -806,7 +806,6 @@
     <ClCompile Include="..\src\functions\gamma\factorial.cpp" />
     <ClCompile Include="..\src\functions\gamma\factorial2.cpp" />
     <ClCompile Include="..\src\functions\gamma\gamma.cpp" />
- <ClCompile Include="..\src\functions\gamma\gamma_util.cpp" />
     <ClCompile Include="..\src\functions\gamma\pochhammer.cpp" />
     <ClCompile Include="..\src\functions\tables\A000142.cpp">
       <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='debug-efx|Win32'">/bigobj %(AdditionalOptions)</AdditionalOptions>
@@ -1248,7 +1247,6 @@
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='release-gmp|Win32'">true</ExcludedFromBuild>
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='release-gmp|x64'">true</ExcludedFromBuild>
     </CustomBuildStep>
- <ClInclude Include="..\src\functions\gamma\gamma_util.h" />
     <ClInclude Include="..\src\functions\tables\tables.h" />
   </ItemGroup>
   <ItemGroup>

Modified: sandbox/multiprecision/libs/multiprecision/build/multiprecision.vcxproj.filters
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/build/multiprecision.vcxproj.filters (original)
+++ sandbox/multiprecision/libs/multiprecision/build/multiprecision.vcxproj.filters 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -109,9 +109,6 @@
     <ClCompile Include="..\src\functions\gamma\gamma.cpp">
       <Filter>libs\multiprecision\src\functions\gamma</Filter>
     </ClCompile>
- <ClCompile Include="..\src\functions\gamma\gamma_util.cpp">
- <Filter>libs\multiprecision\src\functions\gamma</Filter>
- </ClCompile>
     <ClCompile Include="..\src\functions\gamma\pochhammer.cpp">
       <Filter>libs\multiprecision\src\functions\gamma</Filter>
     </ClCompile>
@@ -393,9 +390,6 @@
     </ClCompile>
   </ItemGroup>
   <ItemGroup>
- <ClInclude Include="..\src\functions\gamma\gamma_util.h">
- <Filter>libs\multiprecision\src\functions\gamma</Filter>
- </ClInclude>
     <ClInclude Include="..\src\functions\tables\tables.h">
       <Filter>libs\multiprecision\src\functions\tables</Filter>
     </ClInclude>

Modified: sandbox/multiprecision/libs/multiprecision/example/example_001_basic_usage_real.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/example/example_001_basic_usage_real.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/example/example_001_basic_usage_real.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -15,8 +15,8 @@
 
 #include <boost/multiprecision/mp_float.hpp>
 #include <boost/multiprecision/mp_float_functions.hpp>
-#include "examples.h"
 #include <boost/multiprecision/utility/util_timer.hpp>
+#include "examples.h"
 
 using boost::multiprecision::mp_float;
 

Modified: sandbox/multiprecision/libs/multiprecision/example/example_002_basic_usage_imag.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/example/example_002_basic_usage_imag.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/example/example_002_basic_usage_imag.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -16,9 +16,8 @@
 
 #include <boost/multiprecision/mp_float.hpp>
 #include <boost/multiprecision/mp_float_functions.hpp>
-
-#include "examples.h"
 #include <boost/multiprecision/utility/util_timer.hpp>
+#include "examples.h"
 
 using boost::multiprecision::mp_float;
 using boost::multiprecision::mp_complex;

Modified: sandbox/multiprecision/libs/multiprecision/src/backends/float/efx/mp_float_efx.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/backends/float/efx/mp_float_efx.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/backends/float/efx/mp_float_efx.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -43,7 +43,7 @@
 
 mp_float_efx::mp_float_efx(const signed char n) : data (),
                                                   exp (static_cast<boost::int64_t>(0)),
- neg (n < static_cast<boost::int32_t>(0)),
+ neg (n < static_cast<signed char>(0)),
                                                   fpclass (mp_finite),
                                                   prec_elem(mp_elem_number)
 {
@@ -70,7 +70,7 @@
 
 mp_float_efx::mp_float_efx(const signed short n) : data (),
                                                    exp (static_cast<boost::int64_t>(0)),
- neg (n < static_cast<boost::int32_t>(0)),
+ neg (n < static_cast<signed short>(0)),
                                                    fpclass (mp_finite),
                                                    prec_elem(mp_elem_number)
 {
@@ -86,11 +86,11 @@
   from_unsigned_long(static_cast<unsigned long>(n));
 }
 
-mp_float_efx::mp_float_efx(const signed int n) : data (),
- exp (static_cast<boost::int64_t>(0)),
- neg (n < 0),
- fpclass (mp_finite),
- prec_elem(mp_elem_number)
+mp_float_efx::mp_float_efx(const int n) : data (),
+ exp (static_cast<boost::int64_t>(0)),
+ neg (n < 0),
+ fpclass (mp_finite),
+ prec_elem(mp_elem_number)
 {
   from_unsigned_long((!neg) ? static_cast<unsigned long>(n) : static_cast<unsigned long>(-n));
 }
@@ -468,7 +468,7 @@
   {
     if(v.isinf() && (isneg() != v.isneg()))
     {
- *this = std::numeric_limits<mp_float_efx>::quiet_NaN();
+ *this = std::numeric_limits<mp_float>::quiet_NaN();
     }
 
     return *this;
@@ -646,14 +646,14 @@
   if(iszero()) { return (*this = boost::multiprecision::zero()); }
 
   // Check for overflow.
- if( (exp >= std::numeric_limits<mp_float_efx>::max_exponent10)
- && (boost::multiprecision::fabs(*this) > (std::numeric_limits<mp_float_efx>::max)())
+ if( (exp >= std::numeric_limits<mp_float>::max_exponent10)
+ && (boost::multiprecision::fabs(*this) > (std::numeric_limits<mp_float>::max)())
     )
   {
     const bool b_result_is_neg = neg;
 
- *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float_efx>::infinity()
- : -std::numeric_limits<mp_float_efx>::infinity());
+ *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
   }
 
   return *this;
@@ -684,13 +684,13 @@
      || (b_v_is_inf && b_u_is_zero)
     )
   {
- return (*this = std::numeric_limits<mp_float_efx>::quiet_NaN());
+ return (*this = std::numeric_limits<mp_float>::quiet_NaN());
   }
 
   if(b_u_is_inf || b_v_is_inf)
   {
- *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float_efx>::infinity()
- : -std::numeric_limits<mp_float_efx>::infinity());
+ *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
 
     return *this;
   }
@@ -721,8 +721,8 @@
       }
       else
       {
- *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float_efx>::infinity()
- : -std::numeric_limits<mp_float_efx>::infinity());
+ *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
       }
 
       return *this;
@@ -792,13 +792,13 @@
 
   if(isnan() || (b_u_is_inf && b_n_is_zero))
   {
- return (*this = std::numeric_limits<mp_float_efx>::quiet_NaN());
+ return (*this = std::numeric_limits<mp_float>::quiet_NaN());
   }
 
   if(b_u_is_inf)
   {
- *this = ((!b_neg) ? std::numeric_limits<mp_float_efx>::infinity()
- : -std::numeric_limits<mp_float_efx>::infinity());
+ *this = ((!b_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
 
     return *this;
   }
@@ -838,12 +838,12 @@
     data.front() = static_cast<boost::uint32_t>(carry);
   }
 
- if( (exp >= std::numeric_limits<mp_float_efx>::max_exponent10)
- && (*this > (std::numeric_limits<mp_float_efx>::max)())
+ if( (exp >= std::numeric_limits<mp_float>::max_exponent10)
+ && (*this > (std::numeric_limits<mp_float>::max)())
     )
   {
- *this = ((!b_neg) ? std::numeric_limits<mp_float_efx>::infinity()
- : -std::numeric_limits<mp_float_efx>::infinity());
+ *this = ((!b_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
 
     return *this;
   }
@@ -872,8 +872,8 @@
 
   if(isinf())
   {
- *this = ((!b_neg) ? std::numeric_limits<mp_float_efx>::infinity()
- : -std::numeric_limits<mp_float_efx>::infinity());
+ *this = ((!b_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
 
     return *this;
   }
@@ -883,12 +883,12 @@
     // Divide by 0.
     if(iszero())
     {
- return (*this = std::numeric_limits<mp_float_efx>::quiet_NaN());
+ return (*this = std::numeric_limits<mp_float>::quiet_NaN());
     }
     else
     {
- *this = ((!isneg()) ? std::numeric_limits<mp_float_efx>::infinity()
- : -std::numeric_limits<mp_float_efx>::infinity());
+ *this = ((!isneg()) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
 
       return *this;
     }
@@ -946,8 +946,8 @@
   // Handle special cases like zero, inf and NaN.
   if(iszero())
   {
- *this = ((!b_neg) ? std::numeric_limits<mp_float_efx>::infinity()
- : -std::numeric_limits<mp_float_efx>::infinity());
+ *this = ((!b_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
 
     return *this;
   }
@@ -1011,7 +1011,7 @@
 
   if(isneg() || (!isfinite()))
   {
- return (*this = std::numeric_limits<mp_float_efx>::quiet_NaN());
+ return (*this = std::numeric_limits<mp_float>::quiet_NaN());
   }
 
   if(iszero() || isone())
@@ -1448,7 +1448,7 @@
     // Thus the integer part is zero.
     return boost::multiprecision::zero();
   }
- else if(exp >= static_cast<boost::int64_t>(std::numeric_limits<mp_float_efx>::digits10 - 1))
+ else if(exp >= static_cast<boost::int64_t>(std::numeric_limits<mp_float>::digits10 - 1))
   {
     // The number is too large to resolve the integer part.
     // Thus it is already a pure integer part.
@@ -1487,7 +1487,7 @@
     // Thus it is already a pure decimal part.
     return *this;
   }
- else if(exp >= static_cast<boost::int64_t>(std::numeric_limits<mp_float_efx>::digits10 - 1))
+ else if(exp >= static_cast<boost::int64_t>(std::numeric_limits<mp_float>::digits10 - 1))
   {
     // The number is too large to have a decimal part.
     // Thus the decimal part is zero.
@@ -1562,15 +1562,10 @@
 
 boost::int64_t mp_float_efx::get_order_fast(void) const
 {
- if((!isfinite()) || (data[0] == static_cast<boost::uint32_t>(0u)))
- {
- return static_cast<boost::int64_t>(0);
- }
- else
- {
- const double dx = ::log10(static_cast<double>(data[0])) + (std::numeric_limits<double>::epsilon() * 0.9);
- return static_cast<boost::int64_t>(exp + static_cast<boost::int64_t>(static_cast<boost::int32_t>(dx)));
- }
+ const bool bo_order_is_zero = ((!isfinite()) || (data[0] == static_cast<boost::uint32_t>(0u)));
+
+ return (bo_order_is_zero ? static_cast<boost::int64_t>(0)
+ : static_cast<boost::int64_t>(exp + boost::multiprecision::order_of(static_cast<double>(data[0]))));
 }
 
 void mp_float_efx::get_output_string(std::string& str, boost::int64_t& my_exp, const std::size_t number_of_digits) const
@@ -1840,18 +1835,18 @@
   }
 
   // Check for overflow...
- if(exp > std::numeric_limits<mp_float_efx>::max_exponent10)
+ if(exp > std::numeric_limits<mp_float>::max_exponent10)
   {
     const bool b_result_is_neg = neg;
 
- *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float_efx>::infinity()
- : -std::numeric_limits<mp_float_efx>::infinity());
+ *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
   }
 
   // ...and check for underflow.
- if(exp <= std::numeric_limits<mp_float_efx>::min_exponent10)
+ if(exp <= std::numeric_limits<mp_float>::min_exponent10)
   {
- if(exp == std::numeric_limits<mp_float_efx>::min_exponent10)
+ if(exp == std::numeric_limits<mp_float>::min_exponent10)
     {
       // Check for identity with the minimum value.
       mp_float_efx test = *this;

Modified: sandbox/multiprecision/libs/multiprecision/src/backends/float/gmp/mp_float_gmp.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/backends/float/gmp/mp_float_gmp.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/backends/float/gmp/mp_float_gmp.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -70,14 +70,14 @@
 
 
 mp_float_gmp::mp_float_gmp() : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   ::mpf_init(rop);
 }
 
 mp_float_gmp::mp_float_gmp(const char n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   const bool b_neg = (std::numeric_limits<char>::is_signed ? (n < static_cast<char>(0)) : false);
@@ -86,7 +86,7 @@
 }
 
 mp_float_gmp::mp_float_gmp(const wchar_t n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   const bool b_neg = (std::numeric_limits<wchar_t>::is_signed ? (n < static_cast<wchar_t>(0)) : false);
@@ -95,7 +95,7 @@
 }
 
 mp_float_gmp::mp_float_gmp(const signed char n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   const bool b_neg = (n < static_cast<signed char>(0));
@@ -104,7 +104,7 @@
 }
 
 mp_float_gmp::mp_float_gmp(const signed short n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   const bool b_neg = (n < static_cast<signed short>(0));
@@ -112,17 +112,17 @@
   if(b_neg) { ::mpf_neg(rop, rop); }
 }
 
-mp_float_gmp::mp_float_gmp(const signed int n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+mp_float_gmp::mp_float_gmp(const int n) : fpclass (mp_finite),
+ prec_elem(mp_float_max_digits10)
 {
   init();
- const bool b_neg = (n < static_cast<signed int>(0));
+ const bool b_neg = (n < 0);
   from_unsigned_long((!b_neg) ? static_cast<unsigned long>(n) : static_cast<unsigned long>(-n));
   if(b_neg) { ::mpf_neg(rop, rop); }
 }
 
 mp_float_gmp::mp_float_gmp(const signed long n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   const bool b_neg = (n < static_cast<signed long>(0));
@@ -131,7 +131,7 @@
 }
 
 mp_float_gmp::mp_float_gmp(const signed long long n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   const bool b_neg = (n < static_cast<signed long long>(0));
@@ -140,42 +140,42 @@
 }
 
 mp_float_gmp::mp_float_gmp(const unsigned char n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   from_unsigned_long(static_cast<unsigned long>(n));
 }
 
 mp_float_gmp::mp_float_gmp(const unsigned short n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   from_unsigned_long(static_cast<unsigned long>(n));
 }
 
 mp_float_gmp::mp_float_gmp(const unsigned int n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   from_unsigned_long(static_cast<unsigned long>(n));
 }
 
 mp_float_gmp::mp_float_gmp(const unsigned long n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   from_unsigned_long(static_cast<unsigned long>(n));
 }
 
 mp_float_gmp::mp_float_gmp(const unsigned long long n) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
   from_unsigned_long_long(static_cast<unsigned long long>(n));
 }
 
 mp_float_gmp::mp_float_gmp(const float f) : fpclass (mp_finite),
- prec_elem(mp_float_max_digits10)
+ prec_elem(mp_float_max_digits10)
 {
   init();
 
@@ -353,7 +353,7 @@
   {
     if(v.isinf() && (isneg() != v.isneg()))
     {
- *this = std::numeric_limits<mp_float_gmp>::quiet_NaN();
+ *this = std::numeric_limits<mp_float>::quiet_NaN();
     }
 
     return *this;
@@ -365,14 +365,14 @@
   long u_exp2_signed;
   static_cast<void>(::mpf_get_d_2exp(&u_exp2_signed, rop));
 
- if( (u_exp2_signed >= std::numeric_limits<mp_float_gmp>::max_exponent)
- && (boost::multiprecision::fabs(*this) > (std::numeric_limits<mp_float_gmp>::max)())
+ if( (u_exp2_signed >= std::numeric_limits<mp_float>::max_exponent)
+ && (boost::multiprecision::fabs(*this) > (std::numeric_limits<mp_float>::max)())
     )
   {
     const bool b_result_is_neg = isneg();
 
- *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float_gmp>::infinity()
- : -std::numeric_limits<mp_float_gmp>::infinity());
+ *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
   }
 
   return *this;
@@ -394,15 +394,15 @@
      || (b_v_is_inf && iszero())
     )
   {
- return *this = std::numeric_limits<mp_float_gmp>::quiet_NaN();
+ return *this = std::numeric_limits<mp_float>::quiet_NaN();
   }
 
   if(b_u_is_inf || b_v_is_inf)
   {
     const bool b_result_is_neg = (isneg() != v.isneg());
 
- *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float_gmp>::infinity()
- : -std::numeric_limits<mp_float_gmp>::infinity());
+ *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
 
     return *this;
   }
@@ -436,8 +436,8 @@
       {
         const bool b_result_is_neg = (isneg() != v.isneg());
 
- *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float_gmp>::infinity()
- : -std::numeric_limits<mp_float_gmp>::infinity());
+ *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
       }
 
       return *this;
@@ -492,13 +492,13 @@
 
   if(isnan() || (b_u_is_inf && b_n_is_zero))
   {
- return (*this = std::numeric_limits<mp_float_gmp>::quiet_NaN());
+ return (*this = std::numeric_limits<mp_float>::quiet_NaN());
   }
 
   if(b_u_is_inf)
   {
- *this = ((!isneg()) ? std::numeric_limits<mp_float_gmp>::infinity()
- : -std::numeric_limits<mp_float_gmp>::infinity());
+ *this = ((!isneg()) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
     return *this;
   }
 
@@ -515,12 +515,12 @@
   long u_exp2_signed;
   static_cast<void>(::mpf_get_d_2exp(&u_exp2_signed, rop));
 
- if( (u_exp2_signed >= std::numeric_limits<mp_float_gmp>::max_exponent)
- && (boost::multiprecision::fabs(*this) > (std::numeric_limits<mp_float_gmp>::max)())
+ if( (u_exp2_signed >= std::numeric_limits<mp_float>::max_exponent)
+ && (boost::multiprecision::fabs(*this) > (std::numeric_limits<mp_float>::max)())
     )
   {
- *this = ((!isneg()) ? std::numeric_limits<mp_float_gmp>::infinity()
- : -std::numeric_limits<mp_float_gmp>::infinity());
+ *this = ((!isneg()) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
   }
 
   return *this;
@@ -535,8 +535,8 @@
 
   if(isinf())
   {
- *this = ((!isneg()) ? std::numeric_limits<mp_float_gmp>::infinity()
- : -std::numeric_limits<mp_float_gmp>::infinity());
+ *this = ((!isneg()) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
     return *this;
   }
 
@@ -545,12 +545,12 @@
     // Divide by 0.
     if(iszero())
     {
- return (*this = std::numeric_limits<mp_float_gmp>::quiet_NaN());
+ return (*this = std::numeric_limits<mp_float>::quiet_NaN());
     }
     else
     {
- *this = ((!isneg()) ? std::numeric_limits<mp_float_gmp>::infinity()
- : -std::numeric_limits<mp_float_gmp>::infinity());
+ *this = ((!isneg()) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
       return *this;
     }
   }
@@ -573,8 +573,8 @@
   long u_exp2_signed;
   static_cast<void>(::mpf_get_d_2exp(&u_exp2_signed, rop));
 
- if( (u_exp2_signed <= std::numeric_limits<mp_float_gmp>::min_exponent)
- && (boost::multiprecision::fabs(*this) < (std::numeric_limits<mp_float_gmp>::min)())
+ if( (u_exp2_signed <= std::numeric_limits<mp_float>::min_exponent)
+ && (boost::multiprecision::fabs(*this) < (std::numeric_limits<mp_float>::min)())
     )
   {
     return (*this = boost::multiprecision::zero());
@@ -591,8 +591,8 @@
 
   if(iszero())
   {
- *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float_gmp>::infinity()
- : -std::numeric_limits<mp_float_gmp>::infinity());
+ *this = ((!b_result_is_neg) ? std::numeric_limits<mp_float>::infinity()
+ : -std::numeric_limits<mp_float>::infinity());
 
     return *this;
   }
@@ -625,7 +625,7 @@
 
   if(isneg() || !isfinite())
   {
- return *this = std::numeric_limits<mp_float_gmp>::quiet_NaN();
+ return *this = std::numeric_limits<mp_float>::quiet_NaN();
   }
 
   if(iszero() || isone())

Modified: sandbox/multiprecision/libs/multiprecision/src/backends/float/mpfr/mp_float_mpfr.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/backends/float/mpfr/mp_float_mpfr.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/backends/float/mpfr/mp_float_mpfr.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -48,7 +48,7 @@
 
 mp_float_mpfr::mp_float_mpfr(const signed char n) { init(); const bool b_neg = (n < static_cast<signed char>(0)); from_unsigned_long ((!b_neg) ? static_cast<unsigned long> (n) : static_cast<unsigned long> (-n)); if(b_neg) { ::mpfr_neg(rop, rop, GMP_RNDN); } }
 mp_float_mpfr::mp_float_mpfr(const signed short n) { init(); const bool b_neg = (n < static_cast<signed short>(0)); from_unsigned_long ((!b_neg) ? static_cast<unsigned long> (n) : static_cast<unsigned long> (-n)); if(b_neg) { ::mpfr_neg(rop, rop, GMP_RNDN); } }
-mp_float_mpfr::mp_float_mpfr(const signed int n) { init(); const bool b_neg = (n < static_cast<signed int>(0)); from_unsigned_long ((!b_neg) ? static_cast<unsigned long> (n) : static_cast<unsigned long> (-n)); if(b_neg) { ::mpfr_neg(rop, rop, GMP_RNDN); } }
+mp_float_mpfr::mp_float_mpfr(const int n) { init(); const bool b_neg = (n < 0); from_unsigned_long ((!b_neg) ? static_cast<unsigned long> (n) : static_cast<unsigned long> (-n)); if(b_neg) { ::mpfr_neg(rop, rop, GMP_RNDN); } }
 mp_float_mpfr::mp_float_mpfr(const signed long n) { init(); const bool b_neg = (n < static_cast<signed long>(0)); from_unsigned_long ((!b_neg) ? static_cast<unsigned long> (n) : static_cast<unsigned long> (-n)); if(b_neg) { ::mpfr_neg(rop, rop, GMP_RNDN); } }
 mp_float_mpfr::mp_float_mpfr(const signed long long n) { init(); const bool b_neg = (n < static_cast<signed long long>(0)); from_unsigned_long_long((!b_neg) ? static_cast<unsigned long long>(n) : static_cast<unsigned long long>(-n)); if(b_neg) { ::mpfr_neg(rop, rop, GMP_RNDN); } }
 
@@ -94,9 +94,9 @@
   }
 }
 
-mp_float_mpfr::mp_float_mpfr(const double d) { init(); mpfr_init_set_d(rop, d, GMP_RNDN); }
-mp_float_mpfr::mp_float_mpfr(const long double ld) { init(); mpfr_init_set_ld(rop, ld, GMP_RNDN); }
-mp_float_mpfr::mp_float_mpfr(const mp_float_mpfr& f) { init(); mpfr_init_set(rop, f.rop, GMP_RNDN); }
+mp_float_mpfr::mp_float_mpfr(const double d) { init(); mpfr_init_set_d(rop, d, GMP_RNDN); }
+mp_float_mpfr::mp_float_mpfr(const long double ld) { init(); mpfr_init_set_ld(rop, ld, GMP_RNDN); }
+mp_float_mpfr::mp_float_mpfr(const mp_float_mpfr& f) { init(); mpfr_init_set(rop, f.rop, GMP_RNDN); }
 
 mp_float_mpfr::mp_float_mpfr(const char* s) { init(); static_cast<void>(rd_string(s)); }
 mp_float_mpfr::mp_float_mpfr(const std::string& str) { init(); static_cast<void>(rd_string(str.c_str())); }

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/elementary/elementary_trans.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/elementary/elementary_trans.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/elementary/elementary_trans.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -19,11 +19,6 @@
 
 using boost::multiprecision::mp_float;
 
-namespace ElementaryTrans_Series
-{
- static mp_float rootn_inv(const mp_float& x, const boost::int32_t p);
-}
-
 mp_float boost::multiprecision::pown(const mp_float& x, const boost::int64_t p)
 {
   return boost::multiprecision::utility::x_pow_n_template<mp_float>(x, p);
@@ -314,57 +309,60 @@
   }
 }
 
-static mp_float ElementaryTrans_Series::rootn_inv(const mp_float& x, const boost::int32_t p)
-{
- // Compute the value of [1 / (rootn of x)] with n = p.
+mp_float boost::multiprecision::inv (const mp_float& x) { return mp_float(x).calculate_inv(); }
+mp_float boost::multiprecision::sqrt(const mp_float& x) { return mp_float(x).calculate_sqrt(); }
 
- // Generate the initial estimate using 1 / rootn.
- // Extract the mantissa and exponent for a "manual"
- // computation of the estimate.
- double dd;
- boost::int64_t ne;
- boost::multiprecision::to_parts(x, dd, ne);
+mp_float boost::multiprecision::cbrt(const mp_float& x)
+{
+ return boost::multiprecision::rootn(x, static_cast<boost::int32_t>(3));
+}
 
- // Adjust exponent and mantissa such that ne is an even power of p.
- while(ne % static_cast<boost::int64_t>(p))
+namespace
+{
+ mp_float my_rootn_inv(const mp_float& x, const boost::int32_t p)
   {
- ++ne;
- dd /= 10.0;
- }
-
- // Estimate the one over the root using simple manipulations.
- const double one_over_rtn_d = ::pow(dd, -1.0 / static_cast<double>(p));
+ // Compute the value of [1 / (rootn of x)] with n = p.
 
- // Set the result equal to the initial guess.
- mp_float result(one_over_rtn_d, static_cast<boost::int64_t>(-ne / p));
+ // Generate the initial estimate using 1 / rootn.
+ // Extract the mantissa and exponent for a "manual"
+ // computation of the estimate.
+ double dd;
+ boost::int64_t ne;
+ boost::multiprecision::to_parts(x, dd, ne);
 
- static const boost::int32_t double_digits10_minus_one = static_cast<boost::int32_t>(static_cast<boost::int32_t>(std::numeric_limits<double>::digits10) - static_cast<boost::int32_t>(1));
+ // Adjust exponent and mantissa such that ne is an even power of p.
+ while(ne % static_cast<boost::int64_t>(p))
+ {
+ ++ne;
+ dd /= 10.0;
+ }
+
+ // Estimate the one over the root using simple manipulations.
+ const double one_over_rtn_d = ::pow(dd, -1.0 / static_cast<double>(p));
 
- for(boost::int32_t digits = double_digits10_minus_one; digits <= static_cast<boost::int32_t>(boost::multiprecision::tol()); digits *= static_cast<boost::int32_t>(2))
- {
- // Adjust precision of the terms.
- result.precision(static_cast<boost::int32_t>(digits * static_cast<boost::int32_t>(2)));
+ // Set the result equal to the initial guess.
+ mp_float result(one_over_rtn_d, static_cast<boost::int64_t>(-ne / p));
 
- // Next iteration
- mp_float term = (((-boost::multiprecision::pown(result, p) * x) + boost::multiprecision::one()) / p) + boost::multiprecision::one();
+ static const boost::int32_t double_digits10_minus_one = static_cast<boost::int32_t>(static_cast<boost::int32_t>(std::numeric_limits<double>::digits10) - static_cast<boost::int32_t>(1));
 
- term.precision(static_cast<boost::int32_t>(digits * static_cast<boost::int32_t>(2)));
+ for(boost::int32_t digits = double_digits10_minus_one; digits <= static_cast<boost::int32_t>(boost::multiprecision::tol()); digits *= static_cast<boost::int32_t>(2))
+ {
+ // Adjust precision of the terms.
+ result.precision(static_cast<boost::int32_t>(digits * static_cast<boost::int32_t>(2)));
 
- result *= term;
-
- }
+ // Next iteration
+ mp_float term = (((-boost::multiprecision::pown(result, p) * x) + boost::multiprecision::one()) / p) + boost::multiprecision::one();
 
- result.precision(static_cast<boost::int32_t>(boost::multiprecision::tol()));
+ term.precision(static_cast<boost::int32_t>(digits * static_cast<boost::int32_t>(2)));
 
- return result;
-}
+ result *= term;
+
+ }
 
-mp_float boost::multiprecision::inv (const mp_float& x) { return mp_float(x).calculate_inv(); }
-mp_float boost::multiprecision::sqrt(const mp_float& x) { return mp_float(x).calculate_sqrt(); }
+ result.precision(static_cast<boost::int32_t>(boost::multiprecision::tol()));
 
-mp_float boost::multiprecision::cbrt(const mp_float& x)
-{
- return boost::multiprecision::rootn(x, static_cast<boost::int32_t>(3));
+ return result;
+ }
 }
 
 mp_float boost::multiprecision::rootn(const mp_float& x, const boost::int32_t p)
@@ -397,7 +395,7 @@
   }
 
   const mp_float rtn = (x.has_its_own_rootn() ? mp_float::my_rootn(x, p)
- : ElementaryTrans_Series::rootn_inv(x, p).calculate_inv());
+ : ::my_rootn_inv(x, p).calculate_inv());
 
   return rtn;
 }
@@ -478,9 +476,9 @@
   return ((!bo_x_is_neg) ? exp_series : (boost::multiprecision::one() / exp_series));
 }
 
-namespace Log_Series
+namespace
 {
- static mp_float AtOne(const mp_float& x)
+ mp_float my_log_series_at_one(const mp_float& x)
   {
     // This subroutine computes the series representation of Log[1 + x]
     // for small x without losing precision.
@@ -522,7 +520,7 @@
 
   if(boost::multiprecision::near_one(xx))
   {
- return Log_Series::AtOne(x_minus_one);
+ return ::my_log_series_at_one(x_minus_one);
   }
 
   // For large arguments, the value will be broken into two parts
@@ -599,9 +597,9 @@
   return ((!b_correction) ? log_val : log_val + correction);
 }
 
-mp_float boost::multiprecision::log10(const mp_float& x) { return boost::multiprecision::log(x) / boost::multiprecision::ln10(); }
+mp_float boost::multiprecision::log10(const mp_float& x) { return boost::multiprecision::log(x) / boost::multiprecision::ln10(); }
 mp_float boost::multiprecision::loga (const mp_float& a, const mp_float& x) { return boost::multiprecision::log(x) / boost::multiprecision::log(a); }
-mp_float boost::multiprecision::log1p(const mp_float& x) { return Log_Series::AtOne(x); }
+mp_float boost::multiprecision::log1p(const mp_float& x) { return ::my_log_series_at_one(x); }
 
 mp_float boost::multiprecision::log1p1m2(const mp_float& x)
 {

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/elementary/elementary_trig.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/elementary/elementary_trig.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/elementary/elementary_trig.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -364,28 +364,25 @@
   return boost::multiprecision::iszero(x) ? boost::multiprecision::pi_half() : boost::multiprecision::pi_half() - boost::multiprecision::asin(x);
 }
 
-namespace Atan_Series
+namespace
 {
- static mp_float AtZero (const mp_float& x);
- static mp_float AtInfinity(const mp_float& x);
-}
-
-static mp_float Atan_Series::AtZero(const mp_float& x)
-{
- // http://functions.wolfram.com/ElementaryFunctions/ArcTan/26/01/01/
- return x * boost::multiprecision::hyp2F1( boost::multiprecision::one(),
- boost::multiprecision::half(),
- boost::multiprecision::three_half(),
- -(x * x));
-}
-
-static mp_float Atan_Series::AtInfinity(const mp_float& x)
-{
- // http://functions.wolfram.com/ElementaryFunctions/ArcTan/26/01/01/
- return boost::multiprecision::pi_half() - boost::multiprecision::hyp2F1( boost::multiprecision::half(),
- boost::multiprecision::one(),
- boost::multiprecision::three_half(),
- -boost::multiprecision::one() / (x * x)) / x;
+ mp_float my_atan_series_at_zero(const mp_float& x)
+ {
+ // http://functions.wolfram.com/ElementaryFunctions/ArcTan/26/01/01/
+ return x * boost::multiprecision::hyp2F1( boost::multiprecision::one(),
+ boost::multiprecision::half(),
+ boost::multiprecision::three_half(),
+ -(x * x));
+ }
+
+ mp_float my_atan_series_at_infinity(const mp_float& x)
+ {
+ // http://functions.wolfram.com/ElementaryFunctions/ArcTan/26/01/01/
+ return boost::multiprecision::pi_half() - boost::multiprecision::hyp2F1( boost::multiprecision::half(),
+ boost::multiprecision::one(),
+ boost::multiprecision::three_half(),
+ -boost::multiprecision::one() / (x * x)) / x;
+ }
 }
 
 mp_float boost::multiprecision::atan(const mp_float& x)
@@ -413,12 +410,12 @@
   
   if(boost::multiprecision::small_arg(x))
   {
- return Atan_Series::AtZero(x);
+ return ::my_atan_series_at_zero(x);
   }
 
   if(boost::multiprecision::large_arg(x))
   {
- return Atan_Series::AtInfinity(x);
+ return ::my_atan_series_at_infinity(x);
   }
 
   const bool b_neg = boost::multiprecision::isneg(x);
@@ -438,7 +435,7 @@
                                                                    : static_cast<boost::int32_t>((std::min)(ne, p10_max)));
 
   mp_float value = order < static_cast<boost::int64_t>(2) ? mp_float(::atan(dd * ::pow(10.0, de)))
- : Atan_Series::AtInfinity(xx);
+ : ::my_atan_series_at_infinity(xx);
 
   // Newton-Raphson iteration
   static const boost::int32_t double_digits10_minus_one = static_cast<boost::int32_t>(static_cast<boost::int32_t>(std::numeric_limits<double>::digits10) - static_cast<boost::int32_t>(1));

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/gamma/factorial.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/gamma/factorial.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/gamma/factorial.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -15,59 +15,57 @@
 
 using boost::multiprecision::mp_float;
 
-namespace Factorial_Series
+namespace
 {
- mp_float AtInfinity(const boost::uint32_t n);
-}
+ mp_float my_factorial_series_at_infinity(const boost::uint32_t n)
+ {
+ const mp_float x = mp_float(n);
+ mp_float one_over_x_pow_two_n_minus_one = boost::multiprecision::one() / x;
+ const mp_float one_over_x2 = one_over_x_pow_two_n_minus_one * one_over_x_pow_two_n_minus_one;
 
-mp_float Factorial_Series::AtInfinity(const boost::uint32_t n)
-{
- const mp_float x = mp_float(n);
- mp_float one_over_x_pow_two_n_minus_one = boost::multiprecision::one() / x;
- const mp_float one_over_x2 = one_over_x_pow_two_n_minus_one * one_over_x_pow_two_n_minus_one;
+ static const mp_float B2 = boost::multiprecision::tables::A000367()[static_cast<std::size_t>(1u)]()
+ / boost::multiprecision::tables::A002445()[static_cast<std::size_t>(1u)]();
 
- static const mp_float B2 = Tables::A000367()[static_cast<std::size_t>(1u)]()
- / Tables::A002445()[static_cast<std::size_t>(1u)]();
+ mp_float sum = (B2 * one_over_x_pow_two_n_minus_one) / static_cast<boost::int32_t>(2);
 
- mp_float sum = (B2 * one_over_x_pow_two_n_minus_one) / static_cast<boost::int32_t>(2);
+ static const std::size_t sz_A000367 = boost::multiprecision::tables::A000367().size();
+ static const std::size_t sz_A002445 = boost::multiprecision::tables::A002445().size();
+ static const std::size_t sz_max = (std::min)(sz_A000367, sz_A002445);
 
- static const std::size_t sz_A000367 = Tables::A000367().size();
- static const std::size_t sz_A002445 = Tables::A002445().size();
- static const std::size_t sz_max = (std::min)(sz_A000367, sz_A002445);
+ // Perform the Bernoulli series expansion without explicitly calling the function
+ // boost::multiprecision::Bernoulli in order to avoid any recursive calls of boost::multiprecision::factorial. This is
+ // because boost::multiprecision::bernoulli_b calls boost::multiprecision::factorial for large integers.
 
- // Perform the Bernoulli series expansion without explicitly calling the function
- // boost::multiprecision::Bernoulli in order to avoid any recursive calls of boost::multiprecision::factorial. This is
- // because boost::multiprecision::bernoulli_b calls boost::multiprecision::factorial for large integers.
+ for(boost::int32_t k = static_cast<boost::int32_t>(2); k < static_cast<boost::int32_t>(sz_max); k++)
+ {
+ one_over_x_pow_two_n_minus_one *= one_over_x2;
 
- for(boost::int32_t k = static_cast<boost::int32_t>(2); k < static_cast<boost::int32_t>(sz_max); k++)
- {
- one_over_x_pow_two_n_minus_one *= one_over_x2;
+ const boost::int32_t two_k = static_cast<boost::int32_t>(k * static_cast<boost::int32_t>(2));
+ const boost::int32_t two_k_minus_one = static_cast<boost::int32_t>(two_k - static_cast<boost::int32_t>(1));
 
- const boost::int32_t two_k = static_cast<boost::int32_t>(k * static_cast<boost::int32_t>(2));
- const boost::int32_t two_k_minus_one = static_cast<boost::int32_t>(two_k - static_cast<boost::int32_t>(1));
+ const mp_float B2k = boost::multiprecision::tables::A000367()[static_cast<std::size_t>(k)]()
+ / boost::multiprecision::tables::A002445()[static_cast<std::size_t>(k)]();
 
- const mp_float B2k = Tables::A000367()[static_cast<std::size_t>(k)]()
- / Tables::A002445()[static_cast<std::size_t>(k)]();
+ const mp_float term = ((B2k * one_over_x_pow_two_n_minus_one) / two_k) / two_k_minus_one;
 
- const mp_float term = ((B2k * one_over_x_pow_two_n_minus_one) / two_k) / two_k_minus_one;
+ if(term.order() < -boost::multiprecision::tol())
+ {
+ break;
+ }
 
- if(term.order() < -boost::multiprecision::tol())
- {
- break;
+ sum += term;
     }
 
- sum += term;
- }
-
- static const mp_float half_ln_two_pi = boost::multiprecision::log(boost::multiprecision::two_pi()) / static_cast<boost::int32_t>(2);
+ static const mp_float half_ln_two_pi = boost::multiprecision::log(boost::multiprecision::two_pi()) / static_cast<boost::int32_t>(2);
 
- return boost::multiprecision::exp(((((x - boost::multiprecision::half()) * boost::multiprecision::log(x)) - x) + half_ln_two_pi) + sum);
+ return boost::multiprecision::exp(((((x - boost::multiprecision::half()) * boost::multiprecision::log(x)) - x) + half_ln_two_pi) + sum);
+ }
 }
 
 mp_float boost::multiprecision::factorial(const boost::uint32_t n)
 {
- return (static_cast<std::size_t>(n) < Tables::A000142().size()) ? Tables::A000142()[n]()
- : Factorial_Series::AtInfinity(static_cast<boost::uint32_t>(n + static_cast<boost::uint32_t>(1u)));
+ return (static_cast<std::size_t>(n) < boost::multiprecision::tables::A000142().size()) ? boost::multiprecision::tables::A000142()[n]()
+ : ::my_factorial_series_at_infinity(static_cast<boost::uint32_t>(n + static_cast<boost::uint32_t>(1u)));
 }
 
 mp_float boost::multiprecision::binomial(const boost::uint32_t n, const boost::uint32_t k)
@@ -82,9 +80,9 @@
   }
   else
   {
- if(n < static_cast<boost::uint32_t>(Tables::A007318().size()))
+ if(n < static_cast<boost::uint32_t>(boost::multiprecision::tables::A007318().size()))
     {
- return Tables::A007318()[static_cast<std::size_t>(n)]()[static_cast<std::size_t>(k)];
+ return boost::multiprecision::tables::A007318()[static_cast<std::size_t>(n)]()[static_cast<std::size_t>(k)];
     }
     else
     {

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/gamma/factorial2.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/gamma/factorial2.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/gamma/factorial2.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -13,26 +13,24 @@
 
 using boost::multiprecision::mp_float;
 
-namespace Factorial2_Series
+namespace
 {
- mp_float AtInfinity(const boost::int32_t n);
-}
-
-mp_float Factorial2_Series::AtInfinity(const boost::int32_t n)
-{
- const bool n_is_even = static_cast<boost::int32_t>(n % static_cast<boost::int32_t>(2)) == static_cast<boost::int32_t>(0u);
-
- if(n_is_even)
+ mp_float my_factorial2_series_at_infinity(const boost::int32_t n)
   {
- const boost::uint32_t n_half = static_cast<boost::uint32_t>(static_cast<boost::uint32_t>(n) / static_cast<boost::uint32_t>(2));
+ const bool n_is_even = static_cast<boost::int32_t>(n % static_cast<boost::int32_t>(2)) == static_cast<boost::int32_t>(0u);
 
- return boost::multiprecision::pow2(static_cast<boost::int64_t>(n_half)) * boost::multiprecision::factorial(n_half);
- }
- else
- {
- const boost::int32_t n_plus_one = static_cast<boost::int32_t>(static_cast<boost::int32_t>(n) + static_cast<boost::int32_t>(1));
+ if(n_is_even)
+ {
+ const boost::uint32_t n_half = static_cast<boost::uint32_t>(static_cast<boost::uint32_t>(n) / static_cast<boost::uint32_t>(2));
 
- return boost::multiprecision::factorial(static_cast<boost::uint32_t>(n_plus_one)) / boost::multiprecision::factorial2(n_plus_one);
+ return boost::multiprecision::pow2(static_cast<boost::int64_t>(n_half)) * boost::multiprecision::factorial(n_half);
+ }
+ else
+ {
+ const boost::int32_t n_plus_one = static_cast<boost::int32_t>(static_cast<boost::int32_t>(n) + static_cast<boost::int32_t>(1));
+
+ return boost::multiprecision::factorial(static_cast<boost::uint32_t>(n_plus_one)) / boost::multiprecision::factorial2(n_plus_one);
+ }
   }
 }
 
@@ -42,8 +40,8 @@
 
   if(!n_is_neg)
   {
- return (static_cast<std::size_t>(n) < Tables::A006882().size()) ? Tables::A006882()[n]()
- : Factorial2_Series::AtInfinity(n);
+ return (static_cast<std::size_t>(n) < boost::multiprecision::tables::A006882().size()) ? boost::multiprecision::tables::A006882()[n]()
+ : ::my_factorial2_series_at_infinity(n);
   }
   else
   {

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/gamma/gamma.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/gamma/gamma.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/gamma/gamma.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -16,200 +16,211 @@
 #include "../tables/tables.h"
 #include <boost/multiprecision/utility/util_coefficient_expansion.hpp>
 #include <boost/multiprecision/utility/util_digit_scale.hpp>
-#include "gamma_util.h"
 
 using boost::multiprecision::mp_float;
 using boost::multiprecision::mp_complex;
 
-namespace Gamma_Series
+namespace boost
 {
- const std::vector<mp_float>& CoefOneOverGammaAtZero(void)
+ namespace multiprecision
   {
- // Series coefficients of 1/gamma[x] to 400 decimal digits of precision.
- // Extracted from Mathematica Version 4.1 using:
- // N[Series[1/Gamma[x], {x, 0, 20}], 400]
- // Table[SeriesCoefficient[%, n], {n, 20}]
- // Export["c:\\temp\\coef.txt", %, "list"]
- // The coefficient of (x^1) is 1 and the coefficient of (x^2) is EulerGamma.
- static const boost::array<mp_float, 20u> comp_data =
- {{
- boost::multiprecision::one(),
- boost::multiprecision::euler_gamma(),
- mp_float("-0.6558780715202538810770195151453904812797663804785843472923624456838708383537221020861828159940213640004823766794673960425880273800045120663276349042352029670719647868920256583927459606866272636428716503560447876477020029264993733572853936743624613834732228286244522007087071544720609051364563240296088675489599938359316660318321422152685114387721454550793121583896628767836242712406766501355141085654"),
- mp_float("-0.04200263503409523552900393487542981871139450040110609352206581297618009687597598854710770129478771323353200022200001805792037621099075181447805816907283782783355156941422840681585671757922536196664416350181665682109004334254906673031085386942302647163933719562136186164185652922234123296618703050633022456154116377616684761434108546150201363905266261778775672100038613880494186238891616981359256812529"),
- mp_float("+0.1665386113822914895017007951021052357177815022471743405704689031789938660564742483194719146580416266239559340512887953328435534067790239085961674942407332694546242602880866376070387262496367207086080494302533434060985324494851329241260152920664205323542319634585425345992159996851601411139446646838555765301874799329345794442502091118859615974367643203447574836048889488156231419555751071696734321971"),
- mp_float("-0.04219773455554433674820830128918739130165268418982248637691887327545901118558899606734728429375531504062334826057082510869875342573608881031728336193513216807653051215558592232817158189354800086887093374690761985231094669862796057544336120242135379457098619992409318732513064699294082343694452964488092134178703074119479383139206604543459710454255056686229455745478027704185028721684902564483861681488"),
- mp_float("-0.009621971527876973562114921672348198975362942252113002105138862627311673514460739536466888015658820015733562800356029803723332017419507197553494169877116743012525221376253108885704616876673111525831349233429832639845702227478746003004271641976963298258697182291199410219284964853091797576513483088948247179443482321981474420510403801562538507188880431476146363008815197790256291597231466854822676154536"),
- mp_float("+0.007218943246663099542395010340446572709904800880238318001094781173622594974158542714089090120849888863763580197688859795311415307822774690748268422748882778219306457154065720813703287027418373611063189696287389264012126740635036226069672622811192532111244693818497291437270392053464350242231258452208196814361249731802322058940324639712443939052265996811453388534005459217602808725999963971215780208927"),
- mp_float("-0.001165167591859065112113971084018388666809333795384057443407505275620025848166530722148800109172188515797192888894863669066772517370809868046375622203294817029684730913245113885467980578363470095176347017392442241646234586862652283891629280315418462703268811259855101866764711768855009672612320853542794740964104932696508211319286122820153051919898017312123494771712287419491362072058225406140411120019"),
- mp_float("-0.0002152416741149509728157299630536478064782419233783387503502674890856394637167847391861851194625624815259563219739244945163417211076747477123391086742668973557906175454607228737337091983400046734865215719165942151250609611490595370582548259601169491801275521476262588189925692003213654485091597871400858799644166761772424150734750207019101578462267487952510338819128595535888433239855683688898584219257"),
- mp_float("+0.0001280502823881161861531986263281643233948920996936772149005458380412035520434687587389223798955199755551386484801312995164552307622434192355599981862167102840027210758568419015795376653975972537042214781394208013779609060164253049743961101368403030633183813736201875808775924737002119102356796180501539005893241175032007956168654433971365386229244346745439587609848542929397402454550229243419558216667"),
- mp_float("-0.00002013485478078823865568939142102181838229483329797911526116267090822918618897047762330812383650301882610598611158717931945723532269982416612357113737088330997041202300337442465482349805785560019857678505838147808340261428265467157736711014454674223004617947229087707010849731551472310234902900406148808090505873712222916856506434771262514141240239945017462827997814312257914315173799509409580592227999"),
- mp_float("-1.250493482142670657345359473833092242322655621153959815349923157491212455610792211796228757892295094621846077970315353463508834829915102416793382769258699176937711876791097906964868348037193273974207229913211507712885193827801031655018418659441463872772541489470618445691009164835001388077418133290491428524980227554901591552867473525328143941529948218328641439202885771220946627449251945182703333714e-6"),
- mp_float("+1.133027231981695882374129620330744943324004838621075654295505395460408427303676342059099599341571794151723102554723472282247098515047076970814877245054820361527216773963022956952446219594483308210208907304801101488348848062734625098840906296035467239877276901851067511872545950865225464347561051817490348962059288584407364395282537157756108088904191766662293100072409206551732618605079716933286705185e-6"),
- mp_float("-2.056338416977607103450154130020572836512579026293379453468317253324568037109991871188900376836419475497313953593845935602678421832119064686665246359768127970426304592335249241703427667413130015011643569198543828768405669892358923289301890386377129451006676551195702074350994748934923779785037553155730018542197343217850356691279814564656597210371502101337995794398983674689948759643317988389766813875e-7"),
- mp_float("+6.116095104481415817862498682855342867275865719712320867324029277235074352503861972826211688750122568389248723593760275052110202607289094841928198408739156977044243956049097412356065163620990532543731396877525356196920079422184202257312549571022890099774170257148393843273692290361740154736183615097192651911573292083206887421491192856772933647750427490115120897580598446855104580940274924647813616162e-9"),
- mp_float("+5.002007644469222930055665048059991303044612742494481718953378877374721317711613245138149284064041492607495463035818621192634138138674255799031521408077064669154375661227867987031920077145517025614542160750699253046327614481165280828729590903826540895400924922302845714850348986296988595579237764267997702727230547855413274977607953320860481079313147166661821990367245206182829153066329757101435599756e-9"),
- mp_float("-1.181274570487020144588126565436505577738759504932587590961892631696433914362731439517968288144559739788048758350566671400704726777156064156164018114386575307315494202805215438614394288438629133949868735821855227356344177768519582180435858700409517489758611765199834757506730273652724786075640254440409769591442946310523471108835614728780635461979668551745785999641219440682865730142763528023172889291e-9"),
- mp_float("+1.043426711691100510491540332312250191400709823125812121087107392734758807124820988847060670016098018403228867991155660260908069802732864181290140345583710171861863717571042850540110559715149698077318582760140410483437385783369743279091227248338835597955083612786539728965176160729156453537619398985580910769450857209100810336623880736523569415690948751514525776483744186241841939479643365941249571376e-10"),
- mp_float("+7.782263439905071254049937311360777226068086181392938819435507326929869575078978038827379507664107281913393462406889059435100758544819098632173849066677032230561159253228543787258397911069334455291546933865105252140021359958145198606994108363499673176861344191053751641915087563642143554534989078722037333135067999258209158657882450793530257918827738106564148852026754272154918712839939196672793348702e-12")
- }};
+ namespace gamma_series
+ {
+ const std::vector<mp_float>& coeffficients_of_one_over_gamma_at_zero_series(void)
+ {
+ // Series coefficients of 1/gamma[x] to 400 decimal digits of precision.
+ // Extracted from Mathematica Version 4.1 using:
+ // N[Series[1/Gamma[x], {x, 0, 20}], 400]
+ // Table[SeriesCoefficient[%, n], {n, 20}]
+ // Export["c:\\temp\\coef.txt", %, "list"]
+ // The coefficient of (x^1) is 1 and the coefficient of (x^2) is EulerGamma.
+ static const boost::array<mp_float, 20u> comp_data =
+ {{
+ boost::multiprecision::one(),
+ boost::multiprecision::euler_gamma(),
+ mp_float("-0.6558780715202538810770195151453904812797663804785843472923624456838708383537221020861828159940213640004823766794673960425880273800045120663276349042352029670719647868920256583927459606866272636428716503560447876477020029264993733572853936743624613834732228286244522007087071544720609051364563240296088675489599938359316660318321422152685114387721454550793121583896628767836242712406766501355141085654"),
+ mp_float("-0.04200263503409523552900393487542981871139450040110609352206581297618009687597598854710770129478771323353200022200001805792037621099075181447805816907283782783355156941422840681585671757922536196664416350181665682109004334254906673031085386942302647163933719562136186164185652922234123296618703050633022456154116377616684761434108546150201363905266261778775672100038613880494186238891616981359256812529"),
+ mp_float("+0.1665386113822914895017007951021052357177815022471743405704689031789938660564742483194719146580416266239559340512887953328435534067790239085961674942407332694546242602880866376070387262496367207086080494302533434060985324494851329241260152920664205323542319634585425345992159996851601411139446646838555765301874799329345794442502091118859615974367643203447574836048889488156231419555751071696734321971"),
+ mp_float("-0.04219773455554433674820830128918739130165268418982248637691887327545901118558899606734728429375531504062334826057082510869875342573608881031728336193513216807653051215558592232817158189354800086887093374690761985231094669862796057544336120242135379457098619992409318732513064699294082343694452964488092134178703074119479383139206604543459710454255056686229455745478027704185028721684902564483861681488"),
+ mp_float("-0.009621971527876973562114921672348198975362942252113002105138862627311673514460739536466888015658820015733562800356029803723332017419507197553494169877116743012525221376253108885704616876673111525831349233429832639845702227478746003004271641976963298258697182291199410219284964853091797576513483088948247179443482321981474420510403801562538507188880431476146363008815197790256291597231466854822676154536"),
+ mp_float("+0.007218943246663099542395010340446572709904800880238318001094781173622594974158542714089090120849888863763580197688859795311415307822774690748268422748882778219306457154065720813703287027418373611063189696287389264012126740635036226069672622811192532111244693818497291437270392053464350242231258452208196814361249731802322058940324639712443939052265996811453388534005459217602808725999963971215780208927"),
+ mp_float("-0.001165167591859065112113971084018388666809333795384057443407505275620025848166530722148800109172188515797192888894863669066772517370809868046375622203294817029684730913245113885467980578363470095176347017392442241646234586862652283891629280315418462703268811259855101866764711768855009672612320853542794740964104932696508211319286122820153051919898017312123494771712287419491362072058225406140411120019"),
+ mp_float("-0.0002152416741149509728157299630536478064782419233783387503502674890856394637167847391861851194625624815259563219739244945163417211076747477123391086742668973557906175454607228737337091983400046734865215719165942151250609611490595370582548259601169491801275521476262588189925692003213654485091597871400858799644166761772424150734750207019101578462267487952510338819128595535888433239855683688898584219257"),
+ mp_float("+0.0001280502823881161861531986263281643233948920996936772149005458380412035520434687587389223798955199755551386484801312995164552307622434192355599981862167102840027210758568419015795376653975972537042214781394208013779609060164253049743961101368403030633183813736201875808775924737002119102356796180501539005893241175032007956168654433971365386229244346745439587609848542929397402454550229243419558216667"),
+ mp_float("-0.00002013485478078823865568939142102181838229483329797911526116267090822918618897047762330812383650301882610598611158717931945723532269982416612357113737088330997041202300337442465482349805785560019857678505838147808340261428265467157736711014454674223004617947229087707010849731551472310234902900406148808090505873712222916856506434771262514141240239945017462827997814312257914315173799509409580592227999"),
+ mp_float("-1.250493482142670657345359473833092242322655621153959815349923157491212455610792211796228757892295094621846077970315353463508834829915102416793382769258699176937711876791097906964868348037193273974207229913211507712885193827801031655018418659441463872772541489470618445691009164835001388077418133290491428524980227554901591552867473525328143941529948218328641439202885771220946627449251945182703333714e-6"),
+ mp_float("+1.133027231981695882374129620330744943324004838621075654295505395460408427303676342059099599341571794151723102554723472282247098515047076970814877245054820361527216773963022956952446219594483308210208907304801101488348848062734625098840906296035467239877276901851067511872545950865225464347561051817490348962059288584407364395282537157756108088904191766662293100072409206551732618605079716933286705185e-6"),
+ mp_float("-2.056338416977607103450154130020572836512579026293379453468317253324568037109991871188900376836419475497313953593845935602678421832119064686665246359768127970426304592335249241703427667413130015011643569198543828768405669892358923289301890386377129451006676551195702074350994748934923779785037553155730018542197343217850356691279814564656597210371502101337995794398983674689948759643317988389766813875e-7"),
+ mp_float("+6.116095104481415817862498682855342867275865719712320867324029277235074352503861972826211688750122568389248723593760275052110202607289094841928198408739156977044243956049097412356065163620990532543731396877525356196920079422184202257312549571022890099774170257148393843273692290361740154736183615097192651911573292083206887421491192856772933647750427490115120897580598446855104580940274924647813616162e-9"),
+ mp_float("+5.002007644469222930055665048059991303044612742494481718953378877374721317711613245138149284064041492607495463035818621192634138138674255799031521408077064669154375661227867987031920077145517025614542160750699253046327614481165280828729590903826540895400924922302845714850348986296988595579237764267997702727230547855413274977607953320860481079313147166661821990367245206182829153066329757101435599756e-9"),
+ mp_float("-1.181274570487020144588126565436505577738759504932587590961892631696433914362731439517968288144559739788048758350566671400704726777156064156164018114386575307315494202805215438614394288438629133949868735821855227356344177768519582180435858700409517489758611765199834757506730273652724786075640254440409769591442946310523471108835614728780635461979668551745785999641219440682865730142763528023172889291e-9"),
+ mp_float("+1.043426711691100510491540332312250191400709823125812121087107392734758807124820988847060670016098018403228867991155660260908069802732864181290140345583710171861863717571042850540110559715149698077318582760140410483437385783369743279091227248338835597955083612786539728965176160729156453537619398985580910769450857209100810336623880736523569415690948751514525776483744186241841939479643365941249571376e-10"),
+ mp_float("+7.782263439905071254049937311360777226068086181392938819435507326929869575078978038827379507664107281913393462406889059435100758544819098632173849066677032230561159253228543787258397911069334455291546933865105252140021359958145198606994108363499673176861344191053751641915087563642143554534989078722037333135067999258209158657882450793530257918827738106564148852026754272154918712839939196672793348702e-12")
+ }};
 
- static const std::vector<mp_float> coef(comp_data.begin(), comp_data.end());
+ static const std::vector<mp_float> coef(comp_data.begin(), comp_data.end());
 
- return coef;
+ return coef;
+ }
+ }
   }
 }
 
-namespace GammaTemplate
+namespace boost
 {
- template<typename T,
- typename TR>
- T gamma(const T& x)
- {
- using boost::multiprecision::isfinite;
- using boost::multiprecision::iszero;
- using boost::multiprecision::isneg;
- using boost::multiprecision::isint;
- using boost::multiprecision::small_arg;
- using boost::multiprecision::abs;
- using boost::multiprecision::abs;
- using boost::multiprecision::tol;
- using boost::multiprecision::exp;
- using boost::multiprecision::exp;
- using boost::multiprecision::log;
- using boost::multiprecision::log;
- using boost::multiprecision::real;
- using boost::multiprecision::real;
- using boost::multiprecision::sin;
- using boost::multiprecision::sin;
- using boost::multiprecision::factorial;
- using boost::multiprecision::bernoulli;
- using boost::multiprecision::half;
- using boost::multiprecision::one;
- using boost::multiprecision::pi;
- using boost::multiprecision::pi_half;
- using boost::multiprecision::two_pi;
- using boost::multiprecision::max_iteration;
- using boost::multiprecision::to_int32;
- using boost::multiprecision::to_int64;
- using boost::multiprecision::order_of;
-
- if(!isfinite(x))
- {
- return x;
- }
-
- const bool b_neg = isneg(real(x));
-
- if(isint(x))
+ namespace multiprecision
+ {
+ namespace gamma_template
     {
- if(b_neg || iszero(x))
- {
- return std::numeric_limits<TR>::quiet_NaN();
- }
- else
+ template<typename T,
+ typename TR>
+ T my_gamma(const T& x)
       {
- const boost::int64_t nx = to_int64(x);
+ using boost::multiprecision::isfinite;
+ using boost::multiprecision::iszero;
+ using boost::multiprecision::isneg;
+ using boost::multiprecision::isint;
+ using boost::multiprecision::small_arg;
+ using boost::multiprecision::abs;
+ using boost::multiprecision::abs;
+ using boost::multiprecision::tol;
+ using boost::multiprecision::exp;
+ using boost::multiprecision::exp;
+ using boost::multiprecision::log;
+ using boost::multiprecision::log;
+ using boost::multiprecision::real;
+ using boost::multiprecision::real;
+ using boost::multiprecision::sin;
+ using boost::multiprecision::sin;
+ using boost::multiprecision::factorial;
+ using boost::multiprecision::bernoulli;
+ using boost::multiprecision::half;
+ using boost::multiprecision::one;
+ using boost::multiprecision::pi;
+ using boost::multiprecision::pi_half;
+ using boost::multiprecision::two_pi;
+ using boost::multiprecision::max_iteration;
+ using boost::multiprecision::to_int32;
+ using boost::multiprecision::to_int64;
+ using boost::multiprecision::order_of;
 
- // Possible special handling for (relatively) small, pure integers.
- if(static_cast<std::size_t>(nx) < Tables::A000142().size())
+ if(!isfinite(x))
         {
- const boost::int32_t n = static_cast<boost::int32_t>(nx - static_cast<boost::int64_t>(1));
+ return x;
+ }
+
+ const bool b_neg = isneg(real(x));
 
- return factorial(static_cast<boost::uint32_t>(n));
+ if(isint(x))
+ {
+ if(b_neg || iszero(x))
+ {
+ return std::numeric_limits<TR>::quiet_NaN();
+ }
+ else
+ {
+ const boost::int64_t nx = to_int64(x);
+
+ // Possible special handling for (relatively) small, pure integers.
+ if(static_cast<std::size_t>(nx) < boost::multiprecision::tables::A000142().size())
+ {
+ const boost::int32_t n = static_cast<boost::int32_t>(nx - static_cast<boost::int64_t>(1));
+
+ return factorial(static_cast<boost::uint32_t>(n));
+ }
+ }
         }
- }
- }
 
- // Make a local, unsigned copy of the input argument.
+ // Make a local, unsigned copy of the input argument.
 
- T xx((!b_neg) ? x : -x);
+ T xx((!b_neg) ? x : -x);
 
- T G;
+ T G;
 
- if(small_arg(xx))
- {
- static const T tz(0u);
+ if(small_arg(xx))
+ {
+ static const T tz(0u);
 
- G = one() / std::accumulate(Gamma_Series::CoefOneOverGammaAtZero().begin(),
- Gamma_Series::CoefOneOverGammaAtZero().end(),
- tz,
- boost::multiprecision::utility::coefficient_expansion<T, T>(xx, xx));
- }
- else
- {
- // Check if the argument should be scaled up for the Bernoulli series expansion.
- static const boost::int32_t min_arg_n = static_cast<boost::int32_t>(240.0 * boost::multiprecision::utility::digit_scale());
- static const TR min_arg_x = TR(min_arg_n);
+ G = one() / std::accumulate(boost::multiprecision::gamma_series::coeffficients_of_one_over_gamma_at_zero_series().begin(),
+ boost::multiprecision::gamma_series::coeffficients_of_one_over_gamma_at_zero_series().end(),
+ tz,
+ boost::multiprecision::utility::coefficient_expansion<T, T>(xx, xx));
+ }
+ else
+ {
+ // Check if the argument should be scaled up for the Bernoulli series expansion.
+ static const boost::int32_t min_arg_n = static_cast<boost::int32_t>(240.0 * boost::multiprecision::utility::digit_scale());
+ static const TR min_arg_x = TR(min_arg_n);
 
- const TR rx = real(xx);
+ const TR rx = real(xx);
 
- const boost::int32_t n_recur = ((rx < min_arg_x) ? static_cast<boost::int32_t>((min_arg_n - to_int32(rx)) + 1)
- : static_cast<boost::int32_t>(0));
+ const boost::int32_t n_recur = ((rx < min_arg_x) ? static_cast<boost::int32_t>((min_arg_n - to_int32(rx)) + 1)
+ : static_cast<boost::int32_t>(0));
 
- // Scale the argument up and use downward recursion later for the final result.
- xx += n_recur;
+ // Scale the argument up and use downward recursion later for the final result.
+ xx += n_recur;
 
- // Perform the Bernoulli series expansion.
- T one_over_x_pow_two_n_minus_one = one() / xx;
- const T one_over_x2 = one_over_x_pow_two_n_minus_one * one_over_x_pow_two_n_minus_one;
- T sum = (bernoulli(static_cast<boost::uint32_t>(2u)) / static_cast<boost::int32_t>(2)) * one_over_x_pow_two_n_minus_one;
+ // Perform the Bernoulli series expansion.
+ T one_over_x_pow_two_n_minus_one = one() / xx;
+ const T one_over_x2 = one_over_x_pow_two_n_minus_one * one_over_x_pow_two_n_minus_one;
+ T sum = (bernoulli(static_cast<boost::uint32_t>(2u)) / static_cast<boost::int32_t>(2)) * one_over_x_pow_two_n_minus_one;
 
- for(boost::int32_t n2 = static_cast<boost::int32_t>(4); n2 < max_iteration(); n2 += static_cast<boost::int32_t>(2))
- {
- one_over_x_pow_two_n_minus_one *= one_over_x2;
+ for(boost::int32_t n2 = static_cast<boost::int32_t>(4); n2 < max_iteration(); n2 += static_cast<boost::int32_t>(2))
+ {
+ one_over_x_pow_two_n_minus_one *= one_over_x2;
 
- const T term = (bernoulli(static_cast<boost::uint32_t>(n2)) * one_over_x_pow_two_n_minus_one) / static_cast<boost::int32_t>(n2 * (n2 - static_cast<boost::int32_t>(1)));
+ const T term = (bernoulli(static_cast<boost::uint32_t>(n2)) * one_over_x_pow_two_n_minus_one) / static_cast<boost::int32_t>(n2 * (n2 - static_cast<boost::int32_t>(1)));
 
- const boost::int64_t order_check = static_cast<boost::int64_t>(order_of(abs(term)) - order_of(abs(sum)));
+ const boost::int64_t order_check = static_cast<boost::int64_t>(order_of(abs(term)) - order_of(abs(sum)));
 
- if((n2 > static_cast<boost::int32_t>(20)) && (order_check < -tol()))
- {
- break;
- }
+ if((n2 > static_cast<boost::int32_t>(20)) && (order_check < -tol()))
+ {
+ break;
+ }
 
- sum += term;
- }
+ sum += term;
+ }
 
- static const TR half_ln_two_pi = log(two_pi()) / static_cast<boost::int32_t>(2);
+ static const TR half_ln_two_pi = log(two_pi()) / static_cast<boost::int32_t>(2);
 
- G = exp(((((xx - half()) * log(xx)) - xx) + half_ln_two_pi) + sum);
+ G = exp(((((xx - half()) * log(xx)) - xx) + half_ln_two_pi) + sum);
 
- // Rescale the result using downward recursion if necessary.
- for(boost::int32_t k = static_cast<boost::int32_t>(0); k < n_recur; k++)
- {
- G /= --xx;
- }
- }
+ // Rescale the result using downward recursion if necessary.
+ for(boost::int32_t k = static_cast<boost::int32_t>(0); k < n_recur; k++)
+ {
+ G /= --xx;
+ }
+ }
 
- // Return the result, accounting for possible negative arguments.
- return ((!b_neg) ? G : -pi() / ((xx * G) * sin(pi() * xx)));
- }
+ // Return the result, accounting for possible negative arguments.
+ return ((!b_neg) ? G : -pi() / ((xx * G) * sin(pi() * xx)));
+ }
 
- template<typename T,
- typename TR>
- T gamma_near_n(const boost::int32_t n, const T& x)
- {
- using boost::multiprecision::sin;
- using boost::multiprecision::sin;
- using boost::multiprecision::one;
- using boost::multiprecision::pi;
+ template<typename T,
+ typename TR>
+ T my_gamma_near_n(const boost::int32_t n, const T& x)
+ {
+ using boost::multiprecision::sin;
+ using boost::multiprecision::sin;
+ using boost::multiprecision::one;
+ using boost::multiprecision::pi;
 
- if(n >= static_cast<boost::int32_t>(0))
- {
- return GammaTemplate::gamma<T, TR>(n + x);
- }
- else
- {
- const boost::int32_t nn = static_cast<boost::int32_t>(-n);
+ if(n >= static_cast<boost::int32_t>(0))
+ {
+ return boost::multiprecision::gamma_template::my_gamma<T, TR>(n + x);
+ }
+ else
+ {
+ const boost::int32_t nn = static_cast<boost::int32_t>(-n);
 
- const bool b_neg = (static_cast<boost::int32_t>(nn % static_cast<boost::int32_t>(2)) != static_cast<boost::int32_t>(0));
+ const bool b_neg = (static_cast<boost::int32_t>(nn % static_cast<boost::int32_t>(2)) != static_cast<boost::int32_t>(0));
 
- const T n_minus_x = nn - x;
- const T Gn = pi() / (GammaTemplate::gamma<T, TR>(n_minus_x + one()) * sin(pi() * x));
+ const T n_minus_x = nn - x;
+ const T Gn = pi() / (boost::multiprecision::gamma_template::my_gamma<T, TR>(n_minus_x + one()) * sin(pi() * x));
 
- return ((!b_neg) ? Gn : -Gn);
+ return ((!b_neg) ? Gn : -Gn);
+ }
+ }
     }
   }
 }
@@ -222,7 +233,7 @@
   }
   else
   {
- return GammaTemplate::gamma<mp_float, mp_float>(x);
+ return boost::multiprecision::gamma_template::my_gamma<mp_float, mp_float>(x);
   }
 }
 
@@ -230,15 +241,15 @@
 {
   if(boost::multiprecision::iszero(z.imag()))
   {
- return mp_complex(GammaTemplate::gamma<mp_float, mp_float>(z.real()));
+ return mp_complex(boost::multiprecision::gamma_template::my_gamma<mp_float, mp_float>(z.real()));
   }
   else
   {
- return GammaTemplate::gamma<mp_complex, mp_float>(z);
+ return boost::multiprecision::gamma_template::my_gamma<mp_complex, mp_float>(z);
   }
 }
 
 mp_float boost::multiprecision::gamma_near_n(const boost::int32_t n, const mp_float& x)
 {
- return GammaTemplate::gamma_near_n<mp_float, mp_float>(n, x);
+ return boost::multiprecision::gamma_template::my_gamma_near_n<mp_float, mp_float>(n, x);
 }

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/gamma/pochhammer.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/gamma/pochhammer.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/gamma/pochhammer.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -13,45 +13,51 @@
 using boost::multiprecision::mp_float;
 using boost::multiprecision::mp_complex;
 
-namespace Pochhammer_Series
+namespace boost
 {
- template<typename T,
- typename TR>
- T Pochhammer_Template(const T& x, const boost::uint32_t n)
+ namespace multiprecision
   {
- using boost::multiprecision::real;
- using boost::multiprecision::real;
- using boost::multiprecision::gamma;
- using boost::multiprecision::gamma;
- using boost::multiprecision::one;
-
- if(n == static_cast<boost::uint32_t>(0u))
- {
- return one();
- }
- else if(n == static_cast<boost::uint32_t>(1u))
+ namespace pochhammer_series
     {
- return x;
- }
- else
- {
- if(n < static_cast<boost::uint32_t>(50u))
+ template<typename T,
+ typename TR>
+ T my_pochhammer(const T& x, const boost::uint32_t n)
       {
- T val (x);
- T term(x);
+ using boost::multiprecision::real;
+ using boost::multiprecision::real;
+ using boost::multiprecision::gamma;
+ using boost::multiprecision::gamma;
+ using boost::multiprecision::one;
 
- for(boost::uint32_t i = static_cast<boost::uint32_t>(1u); i < n; i++)
+ if(n == static_cast<boost::uint32_t>(0u))
         {
- val *= ++term;
+ return one();
         }
+ else if(n == static_cast<boost::uint32_t>(1u))
+ {
+ return x;
+ }
+ else
+ {
+ if(n < static_cast<boost::uint32_t>(50u))
+ {
+ T val (x);
+ T term(x);
+
+ for(boost::uint32_t i = static_cast<boost::uint32_t>(1u); i < n; i++)
+ {
+ val *= ++term;
+ }
+
+ return val;
+ }
+ else
+ {
+ const TR nr(n);
 
- return val;
- }
- else
- {
- const TR nr(n);
-
- return gamma(x + nr) / gamma(x);
+ return gamma(x + nr) / gamma(x);
+ }
+ }
       }
     }
   }
@@ -59,12 +65,12 @@
 
 mp_float boost::multiprecision::pochhammer(const mp_float& x, const boost::uint32_t n)
 {
- return Pochhammer_Series::Pochhammer_Template<mp_float, mp_float>(x, n);
+ return boost::multiprecision::pochhammer_series::my_pochhammer<mp_float, mp_float>(x, n);
 }
 
 mp_complex boost::multiprecision::pochhammer(const mp_complex& x, const boost::uint32_t n)
 {
- return Pochhammer_Series::Pochhammer_Template<mp_complex, mp_float>(x, n);
+ return boost::multiprecision::pochhammer_series::my_pochhammer<mp_complex, mp_float>(x, n);
 }
 
 mp_float boost::multiprecision::pochhammer(const mp_float& x, const mp_float& a)

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/integer/bernoulli_b.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/integer/bernoulli_b.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/integer/bernoulli_b.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -22,15 +22,15 @@
   }
   else
   {
- static const std::size_t sz_A000367 = Tables::A000367().size();
- static const std::size_t sz_A002445 = Tables::A002445().size();
+ static const std::size_t sz_A000367 = boost::multiprecision::tables::A000367().size();
+ static const std::size_t sz_A002445 = boost::multiprecision::tables::A002445().size();
     static const std::size_t sz_max = (std::min)(sz_A000367, sz_A002445);
 
     const std::size_t n_half = static_cast<std::size_t>(n / static_cast<boost::uint32_t>(2u));
 
     if(n_half < sz_max)
     {
- return Tables::A000367()[n_half]() / Tables::A002445()[n_half]();
+ return boost::multiprecision::tables::A000367()[n_half]() / boost::multiprecision::tables::A002445()[n_half]();
     }
     else
     {

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -13,94 +13,99 @@
 #include <boost/array.hpp>
 #include <boost/multiprecision/mp_float_functions.hpp>
 
-namespace Primes
+namespace boost
 {
- struct Inserter
+ namespace multiprecision
   {
- private:
- mutable boost::uint32_t count;
- mutable std::back_insert_iterator<std::deque<boost::uint32_t> > it;
-
- public:
+ namespace primes
+ {
+ struct prime_inserter
+ {
+ public:
+ static const std::size_t start_index = static_cast<std::size_t>(2u);
 
- static const std::size_t start_index = static_cast<std::size_t>(2u);
+ explicit prime_inserter(std::deque<boost::uint32_t>& sequence) : count(static_cast<boost::uint32_t>(start_index)),
+ it (std::back_inserter(sequence)) { }
 
- explicit Inserter(std::deque<boost::uint32_t>& sequence) : count(static_cast<boost::uint32_t>(start_index)),
- it (std::back_inserter(sequence)) { }
+ void operator()(const bool& bo_is_not_prime) const
+ {
+ const bool bo_is_prime = (!bo_is_not_prime);
+ if(bo_is_prime) { *it = count; }
+ ++count;
+ }
 
- void operator()(const bool& bo_is_not_prime) const
- {
- const bool bo_is_prime = (!bo_is_not_prime);
- if(bo_is_prime) { *it = count; }
- ++count;
- }
- };
+ private:
+ mutable boost::uint32_t count;
+ mutable std::back_insert_iterator<std::deque<boost::uint32_t> > it;
+ };
 
- static void Generator(const boost::uint32_t n, std::deque<boost::uint32_t>& primes_data)
- {
- // Establish the range of the prime number calculation. Use an approximation
- // related to the prime number theorem to obtain the value of the maximum prime
- // number or a minimum of at least 100. Also be sure to limit this range to
- // within the upper limit of boost::uint32_t.
-
- static const boost::uint32_t min_hundred = static_cast<boost::uint32_t>(100u);
- static const double xmax = static_cast<double>((std::numeric_limits<boost::uint32_t>::max)());
-
- const boost::uint32_t N = (std::max)(min_hundred, n);
- const double xn = static_cast<double>(N);
- const double logn = ::log(xn);
- const double loglogn = ::log(logn);
- const double top = xn * (((logn + loglogn) - 1.0) + ((static_cast<double>(1.8) * loglogn) / logn));
- const double xlim = (std::min)(top, xmax);
- const boost::uint32_t nlim = static_cast<boost::uint32_t>(static_cast<boost::uint64_t>(xlim));
- const boost::uint32_t limit = (std::max)(n, nlim);
+ static void prime_generator(const boost::uint32_t n, std::deque<boost::uint32_t>& data)
+ {
+ // Establish the range of the prime number calculation. Use an approximation
+ // related to the prime number theorem to obtain the value of the maximum prime
+ // number or a minimum of at least 100. Also be sure to limit this range to
+ // within the upper limit of boost::uint32_t.
+
+ static const boost::uint32_t min_hundred = static_cast<boost::uint32_t>(100u);
+ static const double xmax = static_cast<double>((std::numeric_limits<boost::uint32_t>::max)());
+
+ const boost::uint32_t N = (std::max)(min_hundred, n);
+ const double xn = static_cast<double>(N);
+ const double logn = ::log(xn);
+ const double loglogn = ::log(logn);
+ const double top = xn * (((logn + loglogn) - 1.0) + ((static_cast<double>(1.8) * loglogn) / logn));
+ const double xlim = (std::min)(top, xmax);
+ const boost::uint32_t nlim = static_cast<boost::uint32_t>(static_cast<boost::uint64_t>(xlim));
+ const boost::uint32_t limit = (std::max)(n, nlim);
 
- // Use a sieve algorithm to generate a boolean table representation of the primes.
+ // Use a sieve algorithm to generate a boolean table representation of the primes.
 
- std::vector<bool> sieve(static_cast<std::size_t>(limit), false);
+ std::vector<bool> sieve(static_cast<std::size_t>(limit), false);
 
- boost::uint32_t i = static_cast<boost::uint32_t>(Primes::Inserter::start_index);
- boost::uint32_t i2;
+ boost::uint32_t i = static_cast<boost::uint32_t>(prime_inserter::start_index);
+ boost::uint32_t i2;
 
- while((i2 = static_cast<boost::uint32_t>(i * i)) < limit)
- {
- if(sieve[i] == false)
- {
- for(boost::uint32_t j = i2; j < limit; j = static_cast<boost::uint32_t>(j + i))
+ while((i2 = static_cast<boost::uint32_t>(i * i)) < limit)
         {
- sieve[j] = true;
+ if(sieve[i] == false)
+ {
+ for(boost::uint32_t j = i2; j < limit; j = static_cast<boost::uint32_t>(j + i))
+ {
+ sieve[j] = true;
+ }
+ }
+
+ ++i;
         }
- }
 
- ++i;
- }
+ // Extract the prime numbers into the data table by inserting them from the sieve.
+ data.clear();
 
- // Extract the prime numbers into the data table by inserting them from the sieve.
- primes_data.clear();
+ std::for_each(sieve.begin() + prime_inserter::start_index,
+ sieve.end(),
+ prime_inserter(data));
 
- std::for_each(sieve.begin() + Primes::Inserter::start_index,
- sieve.end(),
- Primes::Inserter(primes_data));
+ data.resize(static_cast<std::size_t>(n), static_cast<boost::uint32_t>(0u));
+ }
 
- primes_data.resize(static_cast<std::size_t>(n), static_cast<boost::uint32_t>(0u));
- }
+ std::deque<boost::uint_fast32_t>& prime_data(void)
+ {
+ // Create a static data table of primes and return a reference to it.
+ static std::deque<boost::uint32_t> primes;
 
- std::deque<boost::uint32_t>& Data(void)
- {
- // Create a static data table of primes and return a reference to it.
- static std::deque<boost::uint32_t> primes;
+ if(primes.empty())
+ {
+ // Select a maximum count of prime numbers to be stored in the data table.
+ // This number is selected such that the value of the highest prime will slightly
+ // exceed 0x10000 (decimal 65,536). This number is significant because it is
+ // the maximum value which needs to be tested while computing the prime factors
+ // of unsigned 32-bit integers, as done in the subroutine Factors(...).
+ prime_generator(static_cast<boost::uint32_t>(6550u), primes);
+ }
 
- if(primes.empty())
- {
- // Select a maximum count of prime numbers to be stored in the data table.
- // This number is selected such that the value of the highest prime will slightly
- // exceed 0x10000 (decimal 65,536). This number is significant because it is
- // the maximum value which needs to be tested while computing the prime factors
- // of unsigned 32-bit integers, as done in the subroutine Factors(...).
- Primes::Generator(static_cast<boost::uint32_t>(6550u), primes);
+ return primes;
+ }
     }
-
- return primes;
   }
 }
 
@@ -109,12 +114,13 @@
   // For small values of n less than the size of the prime data table, the primes
   // can be copied from the data table. For large values of n, the primes must be
   // generated.
- if(n < static_cast<boost::uint32_t>(Primes::Data().size()))
+ if(n < static_cast<boost::uint32_t>(boost::multiprecision::primes::prime_data().size()))
   {
- primes.assign(Primes::Data().begin(), Primes::Data().begin() + static_cast<std::size_t>(n));
+ primes.assign(boost::multiprecision::primes::prime_data().begin(),
+ boost::multiprecision::primes::prime_data().begin() + static_cast<std::size_t>(n));
   }
   else
   {
- Primes::Generator(n, primes);
+ boost::multiprecision::primes::prime_generator(n, primes);
   }
 }

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime_factor.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime_factor.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime_factor.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -13,70 +13,76 @@
 #include <boost/multiprecision/mp_float_functions.hpp>
 #include "prime_factors.h"
 
-namespace Primes
+namespace boost
 {
- std::deque<boost::uint32_t>& Data(void);
-
- static bool IsPrimeFactor(boost::uint32_t& np, const boost::uint32_t p)
+ namespace multiprecision
   {
- const boost::uint32_t q = static_cast<boost::uint32_t>(np / p);
- const boost::uint32_t r = static_cast<boost::uint32_t>(np - static_cast<boost::uint32_t>(q * p));
-
- const bool is_prime_factor = (r == static_cast<boost::uint32_t>(0u));
-
- if(is_prime_factor)
+ namespace primes
     {
- np = q;
- }
-
- return is_prime_factor;
- }
+ std::deque<boost::uint_fast32_t>& prime_data(void);
 
- static void Factors(const boost::uint32_t n, std::deque<boost::multiprecision::utility::point<boost::uint32_t> >& pf)
- {
- // Compute the prime factors of the unsigned integer n. Use the divide algorithm of
- // "The Art of Computer Programming Volume 2 Semi-numerical Algorithms Third Edition",
- // Donald Knuth (Algorithm A, Chapter 4.5.4, page 380 and pages 378-417).
- static const std::size_t sz = Data().size();
-
- pf.clear();
-
- const boost::uint32_t sqrt_n = static_cast<boost::uint32_t>(static_cast<boost::uint64_t>(::sqrt(static_cast<double>(n)) + 0.5));
-
- boost::uint32_t np = n;
-
- for(std::size_t i = static_cast<std::size_t>(0u); i < sz; i++)
- {
- const boost::uint32_t p = Data()[i];
-
- if(IsPrimeFactor(np, p))
+ static bool my_is_prime_factor(boost::uint_fast32_t& np, const boost::uint_fast32_t p)
       {
- boost::multiprecision::utility::point<boost::uint32_t> ip(p, static_cast<boost::uint32_t>(1u));
+ const boost::uint_fast32_t q = static_cast<boost::uint_fast32_t>(np / p);
+ const boost::uint_fast32_t r = static_cast<boost::uint_fast32_t>(np - static_cast<boost::uint_fast32_t>(q * p));
+
+ const bool bo_is_prime_factor = (r == static_cast<boost::uint_fast32_t>(0u));
 
- while(IsPrimeFactor(np, p))
+ if(bo_is_prime_factor)
         {
- ++ip.y;
+ np = q;
         }
-
- pf.push_back(ip);
+
+ return bo_is_prime_factor;
       }
 
- if(static_cast<boost::uint32_t>(np / p) <= p)
+ void my_prime_factors(const boost::uint_fast32_t n, std::deque<boost::multiprecision::utility::point<boost::uint_fast32_t> >& pf)
       {
- pf.push_back(boost::multiprecision::utility::point<boost::uint32_t>(np, static_cast<boost::uint32_t>(1u)));
+ // Compute the prime factors of the unsigned integer n. Use the divide algorithm of
+ // "The Art of Computer Programming Volume 2 Semi-numerical Algorithms Third Edition",
+ // Donald Knuth (Algorithm A, Chapter 4.5.4, page 380 and pages 378-417).
+ static const std::size_t sz = prime_data().size();
 
- break;
- }
+ pf.clear();
 
- if((np == static_cast<boost::uint32_t>(1u)) || (p >= sqrt_n))
- {
- break;
+ const boost::uint_fast32_t sqrt_n = static_cast<boost::uint_fast32_t>(::sqrt(static_cast<double>(n)) + 0.5);
+
+ boost::uint_fast32_t np = n;
+
+ for(std::size_t i = static_cast<std::size_t>(0u); i < sz; i++)
+ {
+ const boost::uint_fast32_t p = prime_data()[i];
+
+ if(my_is_prime_factor(np, p))
+ {
+ boost::multiprecision::utility::point<boost::uint_fast32_t> ip(p, static_cast<boost::uint_fast32_t>(1u));
+
+ while(my_is_prime_factor(np, p))
+ {
+ ++ip.y;
+ }
+
+ pf.push_back(ip);
+ }
+
+ if(static_cast<boost::uint_fast32_t>(np / p) <= p)
+ {
+ pf.push_back(boost::multiprecision::utility::point<boost::uint_fast32_t>(np, static_cast<boost::uint_fast32_t>(1u)));
+
+ break;
+ }
+
+ if((np == static_cast<boost::uint_fast32_t>(1u)) || (p >= sqrt_n))
+ {
+ break;
+ }
+ }
       }
     }
   }
 }
 
-void boost::multiprecision::prime_factors(const boost::uint32_t n, std::deque<boost::multiprecision::utility::point<boost::uint32_t> >& pf)
+void boost::multiprecision::prime_factors(const boost::uint_fast32_t n, std::deque<boost::multiprecision::utility::point<boost::uint_fast32_t> >& pf)
 {
   // Factor the input integer into a list of primes. For small inputs less than 10,000
   // use the tabulated prime factors list. Calculate the prime factors for larger inputs
@@ -95,11 +101,13 @@
 
     static const boost::uint32_t n_five = static_cast<boost::uint32_t>(5u);
 
- std::deque<boost::uint32_t>::const_iterator it_next_prime = std::find(Primes::Data().begin(), Primes::Data().end(), n_five);
+ std::deque<boost::uint32_t>::const_iterator it_next_prime = std::find(boost::multiprecision::primes::prime_data().begin(),
+ boost::multiprecision::primes::prime_data().end(),
+ n_five);
 
     for(std::size_t i = static_cast<std::size_t>(4u); i < prime_factors_list.size(); i++)
     {
- if((it_next_prime != Primes::Data().end()) && (static_cast<boost::uint32_t>(i) == *it_next_prime))
+ if((it_next_prime != boost::multiprecision::primes::prime_data().end()) && (static_cast<boost::uint32_t>(i) == *it_next_prime))
       {
         ++it_next_prime;
 
@@ -109,7 +117,7 @@
       }
       else
       {
- Primes::Factors(static_cast<boost::uint32_t>(i), prime_factors_list[i]);
+ boost::multiprecision::primes::my_prime_factors(static_cast<boost::uint32_t>(i), prime_factors_list[i]);
       }
     }
   }
@@ -120,6 +128,6 @@
   }
   else
   {
- Primes::Factors(n, pf);
+ boost::multiprecision::primes::my_prime_factors(n, pf);
   }
 }

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime_factors.h
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime_factors.h (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/integer/prime_factors.h 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -19,7 +19,7 @@
   {
     namespace multiprecision
     {
- void prime_factors(const boost::uint32_t n, std::deque<boost::multiprecision::utility::point<boost::uint32_t> >& pf);
+ void prime_factors(const boost::uint_fast32_t n, std::deque<boost::multiprecision::utility::point<boost::uint_fast32_t> >& pf);
     }
   }
 

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/tables/A000142.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/tables/A000142.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/tables/A000142.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -15,6009 +15,6009 @@
 
 using boost::multiprecision::mp_float;
 
-namespace A000142_Table
+namespace
 {
- static const mp_float& A000142_0(void)
+ const mp_float& A000142_0(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1L));
     return val;
   }
 
- static const mp_float& A000142_1(void)
+ const mp_float& A000142_1(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1L));
     return val;
   }
 
- static const mp_float& A000142_2(void)
+ const mp_float& A000142_2(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2L));
     return val;
   }
 
- static const mp_float& A000142_3(void)
+ const mp_float& A000142_3(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A000142_4(void)
+ const mp_float& A000142_4(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(24L));
     return val;
   }
 
- static const mp_float& A000142_5(void)
+ const mp_float& A000142_5(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(120L));
     return val;
   }
 
- static const mp_float& A000142_6(void)
+ const mp_float& A000142_6(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(720L));
     return val;
   }
 
- static const mp_float& A000142_7(void)
+ const mp_float& A000142_7(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5040L));
     return val;
   }
 
- static const mp_float& A000142_8(void)
+ const mp_float& A000142_8(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(40320L));
     return val;
   }
 
- static const mp_float& A000142_9(void)
+ const mp_float& A000142_9(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(362880L));
     return val;
   }
 
- static const mp_float& A000142_10(void)
+ const mp_float& A000142_10(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3628800L));
     return val;
   }
 
- static const mp_float& A000142_11(void)
+ const mp_float& A000142_11(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(39916800L));
     return val;
   }
 
- static const mp_float& A000142_12(void)
+ const mp_float& A000142_12(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(479001600L));
     return val;
   }
 
- static const mp_float& A000142_13(void)
+ const mp_float& A000142_13(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(6227020800LL));
     return val;
   }
 
- static const mp_float& A000142_14(void)
+ const mp_float& A000142_14(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(87178291200LL));
     return val;
   }
 
- static const mp_float& A000142_15(void)
+ const mp_float& A000142_15(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1307674368000LL));
     return val;
   }
 
- static const mp_float& A000142_16(void)
+ const mp_float& A000142_16(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(20922789888000LL));
     return val;
   }
 
- static const mp_float& A000142_17(void)
+ const mp_float& A000142_17(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(355687428096000LL));
     return val;
   }
 
- static const mp_float& A000142_18(void)
+ const mp_float& A000142_18(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(6402373705728000LL));
     return val;
   }
 
- static const mp_float& A000142_19(void)
+ const mp_float& A000142_19(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(121645100408832000LL));
     return val;
   }
 
- static const mp_float& A000142_20(void)
+ const mp_float& A000142_20(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2432902008176640000LL));
     return val;
   }
 
- static const mp_float& A000142_21(void)
+ const mp_float& A000142_21(void)
   {
     static const mp_float val("51090942171709440000");
     return val;
   }
 
- static const mp_float& A000142_22(void)
+ const mp_float& A000142_22(void)
   {
     static const mp_float val("1124000727777607680000");
     return val;
   }
 
- static const mp_float& A000142_23(void)
+ const mp_float& A000142_23(void)
   {
     static const mp_float val("25852016738884976640000");
     return val;
   }
 
- static const mp_float& A000142_24(void)
+ const mp_float& A000142_24(void)
   {
     static const mp_float val("620448401733239439360000");
     return val;
   }
 
- static const mp_float& A000142_25(void)
+ const mp_float& A000142_25(void)
   {
     static const mp_float val("15511210043330985984000000");
     return val;
   }
 
- static const mp_float& A000142_26(void)
+ const mp_float& A000142_26(void)
   {
     static const mp_float val("403291461126605635584000000");
     return val;
   }
 
- static const mp_float& A000142_27(void)
+ const mp_float& A000142_27(void)
   {
     static const mp_float val("10888869450418352160768000000");
     return val;
   }
 
- static const mp_float& A000142_28(void)
+ const mp_float& A000142_28(void)
   {
     static const mp_float val("304888344611713860501504000000");
     return val;
   }
 
- static const mp_float& A000142_29(void)
+ const mp_float& A000142_29(void)
   {
     static const mp_float val("8841761993739701954543616000000");
     return val;
   }
 
- static const mp_float& A000142_30(void)
+ const mp_float& A000142_30(void)
   {
     static const mp_float val("265252859812191058636308480000000");
     return val;
   }
 
- static const mp_float& A000142_31(void)
+ const mp_float& A000142_31(void)
   {
     static const mp_float val("8222838654177922817725562880000000");
     return val;
   }
 
- static const mp_float& A000142_32(void)
+ const mp_float& A000142_32(void)
   {
     static const mp_float val("263130836933693530167218012160000000");
     return val;
   }
 
- static const mp_float& A000142_33(void)
+ const mp_float& A000142_33(void)
   {
     static const mp_float val("8683317618811886495518194401280000000");
     return val;
   }
 
- static const mp_float& A000142_34(void)
+ const mp_float& A000142_34(void)
   {
     static const mp_float val("295232799039604140847618609643520000000");
     return val;
   }
 
- static const mp_float& A000142_35(void)
+ const mp_float& A000142_35(void)
   {
     static const mp_float val("10333147966386144929666651337523200000000");
     return val;
   }
 
- static const mp_float& A000142_36(void)
+ const mp_float& A000142_36(void)
   {
     static const mp_float val("371993326789901217467999448150835200000000");
     return val;
   }
 
- static const mp_float& A000142_37(void)
+ const mp_float& A000142_37(void)
   {
     static const mp_float val("13763753091226345046315979581580902400000000");
     return val;
   }
 
- static const mp_float& A000142_38(void)
+ const mp_float& A000142_38(void)
   {
     static const mp_float val("523022617466601111760007224100074291200000000");
     return val;
   }
 
- static const mp_float& A000142_39(void)
+ const mp_float& A000142_39(void)
   {
     static const mp_float val("20397882081197443358640281739902897356800000000");
     return val;
   }
 
- static const mp_float& A000142_40(void)
+ const mp_float& A000142_40(void)
   {
     static const mp_float val("815915283247897734345611269596115894272000000000");
     return val;
   }
 
- static const mp_float& A000142_41(void)
+ const mp_float& A000142_41(void)
   {
     static const mp_float val("33452526613163807108170062053440751665152000000000");
     return val;
   }
 
- static const mp_float& A000142_42(void)
+ const mp_float& A000142_42(void)
   {
     static const mp_float val("1405006117752879898543142606244511569936384000000000");
     return val;
   }
 
- static const mp_float& A000142_43(void)
+ const mp_float& A000142_43(void)
   {
     static const mp_float val("60415263063373835637355132068513997507264512000000000");
     return val;
   }
 
- static const mp_float& A000142_44(void)
+ const mp_float& A000142_44(void)
   {
     static const mp_float val("2658271574788448768043625811014615890319638528000000000");
     return val;
   }
 
- static const mp_float& A000142_45(void)
+ const mp_float& A000142_45(void)
   {
     static const mp_float val("119622220865480194561963161495657715064383733760000000000");
     return val;
   }
 
- static const mp_float& A000142_46(void)
+ const mp_float& A000142_46(void)
   {
     static const mp_float val("5502622159812088949850305428800254892961651752960000000000");
     return val;
   }
 
- static const mp_float& A000142_47(void)
+ const mp_float& A000142_47(void)
   {
     static const mp_float val("258623241511168180642964355153611979969197632389120000000000");
     return val;
   }
 
- static const mp_float& A000142_48(void)
+ const mp_float& A000142_48(void)
   {
     static const mp_float val("12413915592536072670862289047373375038521486354677760000000000");
     return val;
   }
 
- static const mp_float& A000142_49(void)
+ const mp_float& A000142_49(void)
   {
     static const mp_float val("608281864034267560872252163321295376887552831379210240000000000");
     return val;
   }
 
- static const mp_float& A000142_50(void)
+ const mp_float& A000142_50(void)
   {
     static const mp_float val("30414093201713378043612608166064768844377641568960512000000000000");
     return val;
   }
 
- static const mp_float& A000142_51(void)
+ const mp_float& A000142_51(void)
   {
     static const mp_float val("1551118753287382280224243016469303211063259720016986112000000000000");
     return val;
   }
 
- static const mp_float& A000142_52(void)
+ const mp_float& A000142_52(void)
   {
     static const mp_float val("80658175170943878571660636856403766975289505440883277824000000000000");
     return val;
   }
 
- static const mp_float& A000142_53(void)
+ const mp_float& A000142_53(void)
   {
     static const mp_float val("4274883284060025564298013753389399649690343788366813724672000000000000");
     return val;
   }
 
- static const mp_float& A000142_54(void)
+ const mp_float& A000142_54(void)
   {
     static const mp_float val("230843697339241380472092742683027581083278564571807941132288000000000000");
     return val;
   }
 
- static const mp_float& A000142_55(void)
+ const mp_float& A000142_55(void)
   {
     static const mp_float val("12696403353658275925965100847566516959580321051449436762275840000000000000");
     return val;
   }
 
- static const mp_float& A000142_56(void)
+ const mp_float& A000142_56(void)
   {
     static const mp_float val("710998587804863451854045647463724949736497978881168458687447040000000000000");
     return val;
   }
 
- static const mp_float& A000142_57(void)
+ const mp_float& A000142_57(void)
   {
     static const mp_float val("40526919504877216755680601905432322134980384796226602145184481280000000000000");
     return val;
   }
 
- static const mp_float& A000142_58(void)
+ const mp_float& A000142_58(void)
   {
     static const mp_float val("2350561331282878571829474910515074683828862318181142924420699914240000000000000");
     return val;
   }
 
- static const mp_float& A000142_59(void)
+ const mp_float& A000142_59(void)
   {
     static const mp_float val("138683118545689835737939019720389406345902876772687432540821294940160000000000000");
     return val;
   }
 
- static const mp_float& A000142_60(void)
+ const mp_float& A000142_60(void)
   {
     static const mp_float val("8320987112741390144276341183223364380754172606361245952449277696409600000000000000");
     return val;
   }
 
- static const mp_float& A000142_61(void)
+ const mp_float& A000142_61(void)
   {
     static const mp_float val("507580213877224798800856812176625227226004528988036003099405939480985600000000000000");
     return val;
   }
 
- static const mp_float& A000142_62(void)
+ const mp_float& A000142_62(void)
   {
     static const mp_float val("31469973260387937525653122354950764088012280797258232192163168247821107200000000000000");
     return val;
   }
 
- static const mp_float& A000142_63(void)
+ const mp_float& A000142_63(void)
   {
     static const mp_float val("1982608315404440064116146708361898137544773690227268628106279599612729753600000000000000");
     return val;
   }
 
- static const mp_float& A000142_64(void)
+ const mp_float& A000142_64(void)
   {
     static const mp_float val("126886932185884164103433389335161480802865516174545192198801894375214704230400000000000000");
     return val;
   }
 
- static const mp_float& A000142_65(void)
+ const mp_float& A000142_65(void)
   {
     static const mp_float val("8247650592082470666723170306785496252186258551345437492922123134388955774976000000000000000");
     return val;
   }
 
- static const mp_float& A000142_66(void)
+ const mp_float& A000142_66(void)
   {
     static const mp_float val("544344939077443064003729240247842752644293064388798874532860126869671081148416000000000000000");
     return val;
   }
 
- static const mp_float& A000142_67(void)
+ const mp_float& A000142_67(void)
   {
     static const mp_float val("36471110918188685288249859096605464427167635314049524593701628500267962436943872000000000000000");
     return val;
   }
 
- static const mp_float& A000142_68(void)
+ const mp_float& A000142_68(void)
   {
     static const mp_float val("2480035542436830599600990418569171581047399201355367672371710738018221445712183296000000000000000");
     return val;
   }
 
- static const mp_float& A000142_69(void)
+ const mp_float& A000142_69(void)
   {
     static const mp_float val("171122452428141311372468338881272839092270544893520369393648040923257279754140647424000000000000000");
     return val;
   }
 
- static const mp_float& A000142_70(void)
+ const mp_float& A000142_70(void)
   {
     static const mp_float val("11978571669969891796072783721689098736458938142546425857555362864628009582789845319680000000000000000");
     return val;
   }
 
- static const mp_float& A000142_71(void)
+ const mp_float& A000142_71(void)
   {
     static const mp_float val("850478588567862317521167644239926010288584608120796235886430763388588680378079017697280000000000000000");
     return val;
   }
 
- static const mp_float& A000142_72(void)
+ const mp_float& A000142_72(void)
   {
     static const mp_float val("61234458376886086861524070385274672740778091784697328983823014963978384987221689274204160000000000000000");
     return val;
   }
 
- static const mp_float& A000142_73(void)
+ const mp_float& A000142_73(void)
   {
     static const mp_float val("4470115461512684340891257138125051110076800700282905015819080092370422104067183317016903680000000000000000");
     return val;
   }
 
- static const mp_float& A000142_74(void)
+ const mp_float& A000142_74(void)
   {
     static const mp_float val("330788544151938641225953028221253782145683251820934971170611926835411235700971565459250872320000000000000000");
     return val;
   }
 
- static const mp_float& A000142_75(void)
+ const mp_float& A000142_75(void)
   {
     static const mp_float val("24809140811395398091946477116594033660926243886570122837795894512655842677572867409443815424000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_76(void)
+ const mp_float& A000142_76(void)
   {
     static const mp_float val("1885494701666050254987932260861146558230394535379329335672487982961844043495537923117729972224000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_77(void)
+ const mp_float& A000142_77(void)
   {
     static const mp_float val("145183092028285869634070784086308284983740379224208358846781574688061991349156420080065207861248000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_78(void)
+ const mp_float& A000142_78(void)
   {
     static const mp_float val("11324281178206297831457521158732046228731749579488251990048962825668835325234200766245086213177344000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_79(void)
+ const mp_float& A000142_79(void)
   {
     static const mp_float val("894618213078297528685144171539831652069808216779571907213868063227837990693501860533361810841010176000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_80(void)
+ const mp_float& A000142_80(void)
   {
     static const mp_float val("71569457046263802294811533723186532165584657342365752577109445058227039255480148842668944867280814080000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_81(void)
+ const mp_float& A000142_81(void)
   {
     static const mp_float val("5797126020747367985879734231578109105412357244731625958745865049716390179693892056256184534249745940480000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_82(void)
+ const mp_float& A000142_82(void)
   {
     static const mp_float val("475364333701284174842138206989404946643813294067993328617160934076743994734899148613007131808479167119360000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_83(void)
+ const mp_float& A000142_83(void)
   {
     static const mp_float val("39455239697206586511897471180120610571436503407643446275224357528369751562996629334879591940103770870906880000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_84(void)
+ const mp_float& A000142_84(void)
   {
     static const mp_float val("3314240134565353266999387579130131288000666286242049487118846032383059131291716864129885722968716753156177920000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_85(void)
+ const mp_float& A000142_85(void)
   {
     static const mp_float val("281710411438055027694947944226061159480056634330574206405101912752560026159795933451040286452340924018275123200000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_86(void)
+ const mp_float& A000142_86(void)
   {
     static const mp_float val("24227095383672732381765523203441259715284870552429381750838764496720162249742450276789464634901319465571660595200000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_87(void)
+ const mp_float& A000142_87(void)
   {
     static const mp_float val("2107757298379527717213600518699389595229783738061356212322972511214654115727593174080683423236414793504734471782400000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_88(void)
+ const mp_float& A000142_88(void)
   {
     static const mp_float val("185482642257398439114796845645546284380220968949399346684421580986889562184028199319100141244804501828416633516851200000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_89(void)
+ const mp_float& A000142_89(void)
   {
     static const mp_float val("16507955160908461081216919262453619309839666236496541854913520707833171034378509739399912570787600662729080382999756800000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_90(void)
+ const mp_float& A000142_90(void)
   {
     static const mp_float val("1485715964481761497309522733620825737885569961284688766942216863704985393094065876545992131370884059645617234469978112000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_91(void)
+ const mp_float& A000142_91(void)
   {
     static const mp_float val("135200152767840296255166568759495142147586866476906677791741734597153670771559994765685283954750449427751168336768008192000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_92(void)
+ const mp_float& A000142_92(void)
   {
     static const mp_float val("12438414054641307255475324325873553077577991715875414356840239582938137710983519518443046123837041347353107486982656753664000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_93(void)
+ const mp_float& A000142_93(void)
   {
     static const mp_float val("1156772507081641574759205162306240436214753229576413535186142281213246807121467315215203289516844845303838996289387078090752000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_94(void)
+ const mp_float& A000142_94(void)
   {
     static const mp_float val("108736615665674308027365285256786601004186803580182872307497374434045199869417927630229109214583415458560865651202385340530688000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_95(void)
+ const mp_float& A000142_95(void)
   {
     static const mp_float val("10329978488239059262599702099394727095397746340117372869212250571234293987594703124871765375385424468563282236864226607350415360000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_96(void)
+ const mp_float& A000142_96(void)
   {
     static const mp_float val("991677934870949689209571401541893801158183648651267795444376054838492222809091499987689476037000748982075094738965754305639874560000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_97(void)
+ const mp_float& A000142_97(void)
   {
     static const mp_float val("96192759682482119853328425949563698712343813919172976158104477319333745612481875498805879175589072651261284189679678167647067832320000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_98(void)
+ const mp_float& A000142_98(void)
   {
     static const mp_float val("9426890448883247745626185743057242473809693764078951663494238777294707070023223798882976159207729119823605850588608460429412647567360000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_99(void)
+ const mp_float& A000142_99(void)
   {
     static const mp_float val("933262154439441526816992388562667004907159682643816214685929638952175999932299156089414639761565182862536979208272237582511852109168640000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_100(void)
+ const mp_float& A000142_100(void)
   {
     static const mp_float val("93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_101(void)
+ const mp_float& A000142_101(void)
   {
     static const mp_float val("9425947759838359420851623124482936749562312794702543768327889353416977599316221476503087861591808346911623490003549599583369706302603264000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_102(void)
+ const mp_float& A000142_102(void)
   {
     static const mp_float val("961446671503512660926865558697259548455355905059659464369444714048531715130254590603314961882364451384985595980362059157503710042865532928000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_103(void)
+ const mp_float& A000142_103(void)
   {
     static const mp_float val("99029007164861804075467152545817733490901658221144924830052805546998766658416222832141441073883538492653516385977292093222882134415149891584000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_104(void)
+ const mp_float& A000142_104(void)
   {
     static const mp_float val("10299016745145627623848583864765044283053772454999072182325491776887871732475287174542709871683888003235965704141638377695179741979175588724736000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_105(void)
+ const mp_float& A000142_105(void)
   {
     static const mp_float val("1081396758240290900504101305800329649720646107774902579144176636573226531909905153326984536526808240339776398934872029657993872907813436816097280000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_106(void)
+ const mp_float& A000142_106(void)
   {
     static const mp_float val("114628056373470835453434738414834942870388487424139673389282723476762012382449946252660360871841673476016298287096435143747350528228224302506311680000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_107(void)
+ const mp_float& A000142_107(void)
   {
     static const mp_float val("12265202031961379393517517010387338887131568154382945052653251412013535324922144249034658613287059061933743916719318560380966506520420000368175349760000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_108(void)
+ const mp_float& A000142_108(void)
   {
     static const mp_float val("1324641819451828974499891837121832599810209360673358065686551152497461815091591578895743130235002378688844343005686404521144382704205360039762937774080000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_109(void)
+ const mp_float& A000142_109(void)
   {
     static const mp_float val("144385958320249358220488210246279753379312820313396029159834075622223337844983482099636001195615259277084033387619818092804737714758384244334160217374720000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_110(void)
+ const mp_float& A000142_110(void)
   {
     static const mp_float val("15882455415227429404253703127090772871724410234473563207581748318444567162948183030959960131517678520479243672638179990208521148623422266876757623911219200000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_111(void)
+ const mp_float& A000142_111(void)
   {
     static const mp_float val("1762952551090244663872161047107075788761409536026565516041574063347346955087248316436555574598462315773196047662837978913145847497199871623320096254145331200000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_112(void)
+ const mp_float& A000142_112(void)
   {
     static const mp_float val("197450685722107402353682037275992488341277868034975337796656295094902858969771811440894224355027779366597957338237853638272334919686385621811850780464277094400000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_113(void)
+ const mp_float& A000142_113(void)
   {
     static const mp_float val("22311927486598136465966070212187151182564399087952213171022161345724023063584214692821047352118139068425569179220877461124773845924561575264739138192463311667200000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_114(void)
+ const mp_float& A000142_114(void)
   {
     static const mp_float val("2543559733472187557120132004189335234812341496026552301496526393412538629248600474981599398141467853800514886431180030568224218435400019580180261753940817530060800000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_115(void)
+ const mp_float& A000142_115(void)
   {
     static const mp_float val("292509369349301569068815180481773552003419272043053514672100535242441942363589054622883930786268803187059211939585703515345785120071002251720730101703194015956992000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_116(void)
+ const mp_float& A000142_116(void)
   {
     static const mp_float val("33931086844518982011982560935885732032396635556994207701963662088123265314176330336254535971207181169698868584991941607780111073928236261199604691797570505851011072000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_117(void)
+ const mp_float& A000142_117(void)
   {
     static const mp_float val("3969937160808720895401959629498630647790406360168322301129748464310422041758630649341780708631240196854767624444057168110272995649603642560353748940315749184568295424000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_118(void)
+ const mp_float& A000142_118(void)
   {
     static const mp_float val("468452584975429065657431236280838416439267950499862031533310318788629800927518416622330123618486343228862579684398745837012213486653229822121742374957258403779058860032000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_119(void)
+ const mp_float& A000142_119(void)
   {
     static const mp_float val("55745857612076058813234317117419771556272886109483581752463927935846946310374691578057284710599874844234646982443450754604453404911734348832487342619913750049708004343808000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_120(void)
+ const mp_float& A000142_120(void)
   {
     static const mp_float val("6689502913449127057588118054090372586752746333138029810295671352301633557244962989366874165271984981308157637893214090552534408589408121859898481114389650005964960521256960000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_121(void)
+ const mp_float& A000142_121(void)
   {
     static const mp_float val("809429852527344373968162284544935082997082306309701607045776233628497660426640521713391773997910182738287074185078904956856663439318382745047716214841147650721760223072092160000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_122(void)
+ const mp_float& A000142_122(void)
   {
     static const mp_float val("98750442008336013624115798714482080125644041369783596059584700502676714572050143649033796427745042294071023050579626404736512939596842694895821378210620013388054747214795243520000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_123(void)
+ const mp_float& A000142_123(void)
   {
     static const mp_float val("12146304367025329675766243241881295855454217088483382315328918161829235892362167668831156960612640202170735835221294047782591091570411651472186029519906261646730733907419814952960000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_124(void)
+ const mp_float& A000142_124(void)
   {
     static const mp_float val("1506141741511140879795014161993280686076322918971939407100785852066825250652908790935063463115967385069171243567440461925041295354731044782551067660468376444194611004520057054167040000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_125(void)
+ const mp_float& A000142_125(void)
   {
     static const mp_float val("188267717688892609974376770249160085759540364871492425887598231508353156331613598866882932889495923133646405445930057740630161919341380597818883457558547055524326375565007131770880000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_126(void)
+ const mp_float& A000142_126(void)
   {
     static const mp_float val("23721732428800468856771473051394170805702085973808045661837377170052497697783313457227249544076486314839447086187187275319400401837013955325179315652376928996065123321190898603130880000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_127(void)
+ const mp_float& A000142_127(void)
   {
     static const mp_float val("3012660018457659544809977077527059692324164918673621799053346900596667207618480809067860692097713761984609779945772783965563851033300772326297773087851869982500270661791244122597621760000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_128(void)
+ const mp_float& A000142_128(void)
   {
     static const mp_float val("385620482362580421735677065923463640617493109590223590278828403276373402575165543560686168588507361534030051833058916347592172932262498857766114955245039357760034644709279247692495585280000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_129(void)
+ const mp_float& A000142_129(void)
   {
     static const mp_float val("49745042224772874403902341504126809639656611137138843145968864022652168932196355119328515747917449637889876686464600208839390308261862352651828829226610077151044469167497022952331930501120000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_130(void)
+ const mp_float& A000142_130(void)
   {
     static const mp_float val("6466855489220473672507304395536485253155359447828049608975952322944781961185526165512707047229268452925683969240398027149120740074042105844737747799459310029635780991774612983803150965145600000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_131(void)
+ const mp_float& A000142_131(void)
   {
     static const mp_float val("847158069087882051098456875815279568163352087665474498775849754305766436915303927682164623187034167333264599970492141556534816949699515865660644961729169613882287309922474300878212776434073600000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_132(void)
+ const mp_float& A000142_132(void)
   {
     static const mp_float val("111824865119600430744996307607616902997562475571842633838412167568361169672820118454045730260688510087990927196104962685462595837360336094267205134948250389032461924909766607715924086489297715200000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_133(void)
+ const mp_float& A000142_133(void)
   {
     static const mp_float val("14872707060906857289084508911813048098675809251055070300508818286592035566485075754388082124671571841702793317081960037166525246368924700537538282948117301741317436012998958826217903503076596121600000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_134(void)
+ const mp_float& A000142_134(void)
   {
     static const mp_float val("1992942746161518876737324194182948445222558439641379420268181650403332765909000151088003004705990626788174304488982644980314383013435909872030129915047718433336536425741860482713199069412263880294400000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_135(void)
+ const mp_float& A000142_135(void)
   {
     static const mp_float val("269047270731805048359538766214698040105045389351586221736204522804449923397715020396880405635308734616403531106012657072342441706813847832724067538531441988500432417475151165166281874370655623839744000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_136(void)
+ const mp_float& A000142_136(void)
   {
     static const mp_float val("36590428819525486576897272205198933454286172951815726156123815101405189582089242773975735166401987907830880230417721361838572072126683305250473185240276110436058808776620558462614334914409164842205184000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_137(void)
+ const mp_float& A000142_137(void)
   {
     static const mp_float val("5012888748274991661034926292112253883237205694398754483388962668892510972746226260034675717797072343372830591567227826571884373881355612819314826377917827129740056802397016509378163883274055583382110208000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_138(void)
+ const mp_float& A000142_138(void)
   {
     static const mp_float val("691778647261948849222819828311491035886734385827028118707676848307166514238979223884785249055995983385450621636277440066920043595627074569065446040152660143904127838730788278294186615891819670506731208704000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_139(void)
+ const mp_float& A000142_139(void)
   {
     static const mp_float val("96157231969410890041971956135297253988256079629956908500367081914696145479218112119985149618783441690577636407442564169301886059792163365100096999581219760002673769583579570682891939608962934200435638009856000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_140(void)
+ const mp_float& A000142_140(void)
   {
     static const mp_float val("13462012475717524605876073858941615558355851148193967190051391468057460367090535696797920946629681836680869097041958983702264048370902871114013579941370766400374327741701139895604871545254810788060989321379840000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_141(void)
+ const mp_float& A000142_141(void)
   {
     static const mp_float val("1898143759076170969428526414110767793728175011895349373797246196996101911759765533248506853474785138972002542682916216702019230820297304827075914771733278062452780211579860725280286887880928321116599494314557440000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_142(void)
+ const mp_float& A000142_142(void)
   {
     static const mp_float val("269536413788816277658850750803729026709400851689139611079208959973446471469886705721287973193419489734024361060974102771686730776482217285444779897586125484868294790044340222989800738079091821598557128192667156480000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_143(void)
+ const mp_float& A000142_143(void)
   {
     static const mp_float val("38543707171800727705215657364933250819444321791546964384326881276202845420193798918144180166658987031965483631719296696351202501036957071818603525354815944336166154976340651887541505545310130488593669331551403376640000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_144(void)
+ const mp_float& A000142_144(void)
   {
     static const mp_float val("5550293832739304789551054660550388117999982337982762871343070903773209740507907044212761943998894132603029642967578724274573160149321818341878907651093495984407926316593053871805976798524658790357488383743402086236160000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_145(void)
+ const mp_float& A000142_145(void)
   {
     static const mp_float val("804792605747199194484902925779806277109997439007500616344745281047115412373646521410850481879839649227439298230298915019813108221651663659572441609408556917739149315905992811411866635786075524601835815642793302504243200000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_146(void)
+ const mp_float& A000142_146(void)
   {
     static const mp_float val("117499720439091082394795827163851716458059626095095089986332811032878850206552392125984170354456588787206137541623641592892713800361142894297576474973649309989915800122274950466132528824767026591868029083847822165619507200000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_147(void)
+ const mp_float& A000142_147(void)
   {
     static const mp_float val("17272458904546389112034986593086202319334765035978978227990923221833190980363201642519673042105118551719302218618675314155228928653088005461743741821126448568517622617974417718521481737240752909004600275325629858346067558400000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_148(void)
+ const mp_float& A000142_148(void)
   {
     static const mp_float val("2556323917872865588581178015776757943261545225324888777742656636831312265093753843092911610231557545654456728355563946494973881440657024808338073789526714388140608147460213822341179297111631430532680840748193219035217998643200000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_149(void)
+ const mp_float& A000142_149(void)
   {
     static const mp_float val("380892263763056972698595524350736933545970238573408427883655838887865527498969322620843829924502074302514052524979028027751108334657896696442372994639480443832950613971571859528835715269633083149369445271480789636247481797836800000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_150(void)
+ const mp_float& A000142_150(void)
   {
     static const mp_float val("57133839564458545904789328652610540031895535786011264182548375833179829124845398393126574488675311145377107878746854204162666250198684504466355949195922066574942592095735778929325357290444962472405416790722118445437122269675520000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_151(void)
+ const mp_float& A000142_151(void)
   {
     static const mp_float val("8627209774233240431623188626544191544816225903687700891564804750810154197851655157362112747789971982951943289690774984828562603780001360174419748328584232052816331406456102618328128950857189333333217935399039885261005462721003520000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_152(void)
+ const mp_float& A000142_152(void)
   {
     static const mp_float val("1311335885683452545606724671234717114812066337360530535517850322123143438073451583919041137664075741408695380032997797693941515774560206746511801745944803272028082373781327597985875600530292778666649126180654062559672830333592535040000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_153(void)
+ const mp_float& A000142_153(void)
   {
     static const mp_float val("200634390509568239477828874698911718566246149616161171934231099284840946025238092339613294062603588435530393145048663047173051913507711632216305667129554900620296603188543122491838966881134795135997316305640071571629943041039657861120000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_154(void)
+ const mp_float& A000142_154(void)
   {
     static const mp_float val("30897696138473508879585646703632404659201907040888820477871589289865505687886666220300447285640952619071680544337494109264649994680187591361311072737951454695525676891035640863743200899694758450943586711068571022031011228320107310612480000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_155(void)
+ const mp_float& A000142_155(void)
   {
     static const mp_float val("4789142901463393876335775239063022722176295591337767174070096339929153381622433264146569329274347655956110484372311586936020749175429076661003216274382475477806479918110524333880196139452687559896255940215628508414806740389616633144934400000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_156(void)
+ const mp_float& A000142_156(void)
   {
     static const mp_float val("747106292628289444708380937293831544659502112248691679154935029028947927533099589206864815366798234329153235562080607562019236871366935959116501738803666174537810867225241796085310597754619259343815926673638047312709851500780194770609766400000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_157(void)
+ const mp_float& A000142_157(void)
   {
     static const mp_float val("117295687942641442819215807155131552511541831623044593627324799557544824622696635505477776012587322789677057983246655387237020188804608945581290772992175589402436306154362961985393763847475223716979100487761173428095446685622490578985733324800000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_158(void)
+ const mp_float& A000142_158(void)
   {
     static const mp_float val("18532718694937347965436097530510785296823609396441045793117318330092082290386068409865488609988797000768975161352971551183449189831128213401843942132763743125584936372389347993692214687901085347282697877066265401639080576328353511479745865318400000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_159(void)
+ const mp_float& A000142_159(void)
   {
     static const mp_float val("2946702272495038326504339507351214862194953894034126281105653614484641084171384877168612688988218723122267050655122476638168421183149385930893186799109435156968004883209906330997062135376272570217948962453536198860613811636208208325279592585625600000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_160(void)
+ const mp_float& A000142_160(void)
   {
     static const mp_float val("471472363599206132240694321176194377951192623045460204976904578317542573467421580346978030238114995699562728104819596262106947389303901748942909887857509625114880781313585012959529941660203611234871833992565791817698209861793313332044734813700096000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_161(void)
+ const mp_float& A000142_161(void)
   {
     static const mp_float val("75907050539472187290751785709367294850142012310319093001281637109124354328254874435863462868336514307629599224875954998199218529677928181579808491945059049643495805791487187086484320607292781408814365272803092482649411787748723446459202305005715456000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_162(void)
+ const mp_float& A000142_162(void)
   {
     static const mp_float val("12296942187394494341101789284917501765723005994271693066207625211678145401177289658609880984670515317835995074429904709708273401807824365415928975695099566042246320538220924308010459938381430588227927174194100982189204709615293198326390773410925903872000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_163(void)
+ const mp_float& A000142_163(void)
   {
     static const mp_float val("2004401576545302577599591653441552787812849977066285969791842909503537700391898214353410600501293996807267197132074467682448564494675371562796423038301229264886150247730010662205704969956173185881152129393638460096840367667292791327201696065980922331136000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_164(void)
+ const mp_float& A000142_164(void)
   {
     static const mp_float val("328721858553429622726333031164414657201307396238870899045862237158580182864271307153959338482212215476391820329660212699921564577126760936298613378281401599441328640627721748601735615072812402484508949220556707455881820297436017777661078154820871262306304000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_165(void)
+ const mp_float& A000142_165(void)
   {
     static const mp_float val("54239106661315887749844950142128418438215720379413698342567269131165730172604765680403290849565015553604650354393935095487058155225915554489271207416431263907819225703574088519286376487014046409943976621391856730220500349076942933314077895545443758280540160000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_166(void)
+ const mp_float& A000142_166(void)
   {
     static const mp_float val("9003691705778437366474261723593317460743809582982673924866166675773511208652391102946946281027792581898371958829393225850851653767501982045219020431127589808697991466793298694201538496844331704050700119151048217216603057946772526930136930660543663874569666560000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_167(void)
+ const mp_float& A000142_167(void)
   {
     static const mp_float val("1503616514864999040201201707840084015944216200358106545452649834854176371844949314192140028931641361177028117124508668717092226179172831001551576411998307498052564574954480881931656928973003394576466919898225052275172710677111011997332867420310791867053134315520000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_168(void)
+ const mp_float& A000142_168(void)
   {
     static const mp_float val("252607574497319838753801886917134114678628321660161899636045172255501630469951484784279524860515748677740723676917456344471493998101035608260664837215715659672830848592352788164518364067464570288846442542901808782229015393754650015551921726612213033664926565007360000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_169(void)
+ const mp_float& A000142_169(void)
   {
     static const mp_float val("42690680090047052749392518888995665380688186360567361038491634111179775549421800928543239701427161526538182301399050122215682485679075017796052357489455946484708413412107621199803603527401512378815048789750405684196703601544535852628274771797464002689372589486243840000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_170(void)
+ const mp_float& A000142_170(void)
   {
     static const mp_float val("7257415615307998967396728211129263114716991681296451376543577798900561843401706157852350749242617459511490991237838520776666022565442753025328900773207510902400430280058295603966612599658257104398558294257568966313439612262571094946806711205568880457193340212661452800000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_171(void)
+ const mp_float& A000142_171(void)
   {
     static const mp_float val("1241018070217667823424840524103103992616605577501693185388951803611996075221691752992751978120487585576464959501670387052809889858690710767331242032218484364310473577889968548278290754541561964852153468318044293239598173696899657235903947616152278558180061176365108428800000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_172(void)
+ const mp_float& A000142_172(void)
   {
     static const mp_float val("213455108077438865629072570145733886730056159330291227886899710221263324938130981514753340236723864719151973034287306573083301055694802251980973629541579310661401455397074590303866009781148657954570396550703618437210885875866741044575478989978191912006970522334798649753600000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_173(void)
+ const mp_float& A000142_173(void)
   {
     static const mp_float val("36927733697396923753829554635211962404299715564140382424433649868278555214296659802052327860953228596413291334931704037143411082635200789592708437910693220744422451783693904122568819692138717826140678603271725989637483256524946200711557865266227200777205900363920166407372800000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_174(void)
+ const mp_float& A000142_174(void)
   {
     static const mp_float val("6425425663347064733166342506526881458348150508160426541851455077080468607287618805557105047805861775775912692278116502462953528378524937389131268196460620409529506610362739317326974626432136901748478076969280322196922086635340638923811068556323532935233826663322108954882867200000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_175(void)
+ const mp_float& A000142_175(void)
   {
     static const mp_float val("1124449491085736328304109938642204255210926338928074644824004638489082006275333290972493383366025810760784721148670387931016867466241864043097971934380608571667663656813479380532220559625623957805983663469624056384461365161184611811666936997356618263665919666081369067104501760000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_176(void)
+ const mp_float& A000142_176(void)
   {
     static const mp_float val("197903110431089593781523349201027948917123035651341137489024816374078433104458659211158835472420542693898110922165988275858968674058568071585243060450987108613508803599172370973670818494109816573853124770653833923665200268368491678853380911534764814405201861230320955810392309760000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_177(void)
+ const mp_float& A000142_177(void)
   {
     static const mp_float val("35028850546302858099329632808581946958330777310287381335557392498211882659489182680375113878618436056819965633223379924827037455308366548670588021699824718224591058237053509662339734873457437533572003084405728604488740447501223027157048421341653372149720729437766809178439438827520000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_178(void)
+ const mp_float& A000142_178(void)
   {
     static const mp_float val("6235135397241908741680674639927586558582878361231153877729215864681715113389074517106770270394081618113953882713761626619212667044889245663364667862568799843977208366195524719896472807475423880975816549024219691598995799655217698833954618998814300242650289839922492033762220111298560000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_179(void)
+ const mp_float& A000142_179(void)
   {
     static const mp_float val("1116089236106301664760840760547037993986335226660376544113529639778027005296644338562111878400540609642397745005763331164839067401035174973742275547399815172071920297548998924861468632538100874694671162275335324796220248138283968091277876800787759743434401881346126074043437399922442240000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_180(void)
+ const mp_float& A000142_180(void)
   {
     static const mp_float val("200896062499134299656951336898466838917540340798867777940435335160044860953395980941180138112097309735631594101037399609671032132186331495273609598531966730972945653558819806475064353856858157445040809209560358463319644664891114256430017824141796753818192338642302693327818731986039603200000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_181(void)
+ const mp_float& A000142_181(void)
   {
     static const mp_float val("36362187312343308237908191978622497844074801684595067807218795663968119832564672550353604998289613062149318532287769329350456815925726000644523337334285978306103163294146384971986648048091326497552386466930424881860855684345291680413833226169665212441092813294256787492335190489473168179200000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_182(void)
+ const mp_float& A000142_182(void)
   {
     static const mp_float val("6617918090846482099299290940109294607621613906596302340913820810842197809526770404164356109688709577311175972876374017941783140498482132117303247394840048051710775719534642064901569944752621422554534336981337328498675734550843085835317647162879068664278892019554735323605004669084116608614400000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_183(void)
+ const mp_float& A000142_183(void)
   {
     static const mp_float val("1211079010624906224171770242040000913194755344907123328387229208384122199143398983962077168073033852647945203036376445283346314711222230177466494273255728793463071956674839497876987299889729720327479783667584731115257659422804284707863129430806869565563037239578516564219715854442393339376435200000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_184(void)
+ const mp_float& A000142_184(void)
   {
     static const mp_float val("222838537954982745247605724535360168027834983462910692423250174342678484642385413049022198925438228887221917358693265932135721906864890352653834946279054097997205240028170467609365663179710268540256280194835590525207409333795988386246815815268464000063598852082447047816427717217400374445264076800000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_185(void)
+ const mp_float& A000142_185(void)
   {
     static const mp_float val("41225129521671807870807059039041631085149471940638478098301282253395519658841301414069106801206072344136054711358254197445108552770004715240959465061625008129482969405211536507732647688246399679947411836044584247163370726752257851455660925824665840011765787635252703846039127685219069272373854208000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_186(void)
+ const mp_float& A000142_186(void)
   {
     static const mp_float val("7667874091030956263970112981261743381837801780958756926284038499131566656544482063016853865024329456009306176312635280724790190815220877034818460501462251512083832309369345790438272470013830340470218601504292669972386955175919960370752932203387846242188436500157002915363277749450746884661536882688000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_187(void)
+ const mp_float& A000142_187(void)
   {
     static const mp_float val("1433892455022788821362411127495946012403668933039287545215115199337602964773818145784151672759549608273740254970462797495535765682446304005511052113773441032759676641852067662811956951892586273667930878481302729284836360617897032589330798322033527247289237625529359545172932939147289667431707397062656000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_188(void)
+ const mp_float& A000142_188(void)
   {
     static const mp_float val("269571781544284298416133291969237850331889759411386058500441657475469357377477811407420514478795326355463167934447005929160723948299905153036077797389406914158819208668188720608647906955806219449571005154484913105549235796164642126794190084542303122490376673599519594492511392559690457477160990647779328000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_189(void)
+ const mp_float& A000142_189(void)
   {
     static const mp_float val("50949066711869732400649192182185953712727164528751965056583473262863708544343306356002477236492316681182538739610484120611376826228682073923818703706597906776016830438287668195034454414647375475968919974197648576948805565475117361964101925978495290150681191310309203359084653193781496463183427232430292992000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_190(void)
+ const mp_float& A000142_190(void)
   {
     static const mp_float val("9680322675255249156123346514615331205418161260462873360750859919944104623425228207640470674933540169424682360525991982916161596983449594045525553704253602287443197783274656957056546338783001340434094795097553229620273057440272298773179365935914105128629426348958748638226084106818484328004851174161755668480000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_191(void)
+ const mp_float& A000142_191(void)
   {
     static const mp_float val("1848941630973752588819559184291528260234868800748408811903414244709323983074218587659329898912306172360114330860464468736986865023838872462695380757512438036901650776605459478797800350707553256022912105863632666857472153971092009065677258893759594079568220432651120989901182064402330506648926574264895332679680000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_192(void)
+ const mp_float& A000142_192(void)
   {
     static const mp_float val("354996793146960497053355363383973425965094809743694491885455534984190204750249968830591340591162785093141951525209177997501478084577063512837513105442388103085116949108248219929177667335850225156399124325817472036634653562449665740610033707601842063277098323069015230061026956365247457276593902258859903874498560000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_193(void)
+ const mp_float& A000142_193(void)
   {
     static const mp_float val("68514381077363375931297585133106871211263298280533036933892918251948709516798243984304128734094417522976396644365371353517785270323373257977640029350380903895427571177891906446331289795819093455185030994882772103070488137552785487937736505567155518212479976352319939401778202578492759254382623135959961447778222080000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_194(void)
+ const mp_float& A000142_194(void)
   {
     static const mp_float val("13291789929008494930671731515822733014985079866423409165175226140878049646258859332955000974414316999457420949006882042582450342442734412047662165693973895355712948808511029850588270220388904130305896013007257787995674698685240384659920882080028170533221115412350068243944971300227595295350228888376232520868975083520000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_195(void)
+ const mp_float& A000142_195(void)
   {
     static const mp_float val("2591899036156656511480987645585432937922090573952564787209169097471219681020477569926225190010791814894197085056341998303577816776333210349294122310324909594364025017659650820864712692975836305409649722536415268659156566243621875008684572005605493253978117505408263307569269403544381082593294633233365341569450141286400000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_196(void)
+ const mp_float& A000142_196(void)
   {
     static const mp_float val("508012211086704676250273578534744855832729752494702698292997143104359057480013603705540137242115195719262628671043031667501252088161309228461647972823682280495348903461291560889483687823263915860291345617137392657194686983749887501702176113098676677779711031060019608283576803094698692188285748113739606947612227692134400000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_197(void)
+ const mp_float& A000142_197(void)
   {
     static const mp_float val("100078405584080821221303894971344736599047761241456431563720437191558734323562679929991407036696693556694737848195477238497746661367777918006944650646265409257583733981874437495228286501182991424477395086576066353467353335798727837835328694280439305522603073118823862831864630209655642361092292378406702568679608855350476800000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_198(void)
+ const mp_float& A000142_198(void)
   {
     static const mp_float val("19815524305648002601818171204326257846611456725808373449616646563928629396065410626138298593265945324225558093942704493222553838950820027765375040827960551033001579328411138624055200727234232302046524227142061137986535960488148111891395081467526982493475408477527124840709196781511817187496273890924527108598562553359394406400000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_199(void)
+ const mp_float& A000142_199(void)
   {
     static const mp_float val("3943289336823952517761816069660925311475679888435866316473712666221797249817016714601521420059923119520886060694598194151288213951213185525309633124764149655567314286353816586186984944719612228107258321201270166459320656137141474266387621212037869516201606287027897843301130159520851620311758504293980894611113948118519486873600000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_200(void)
+ const mp_float& A000142_200(void)
   {
     static const mp_float val("788657867364790503552363213932185062295135977687173263294742533244359449963403342920304284011984623904177212138919638830257642790242637105061926624952829931113462857270763317237396988943922445621451664240254033291864131227428294853277524242407573903240321257405579568660226031904170324062351700858796178922222789623703897374720000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_201(void)
+ const mp_float& A000142_201(void)
   {
     static const mp_float val("158520231340322891214025006000369197521322331515121825922243249182116249442644071926981161086408909404739619639922847404881786200838770058117447251615518816153806034311423426764716794777728411569911784512291060691664690376713087265508782372723922354551304572738521493300705432412738235136532691872618031963366780714364483372318720000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_202(void)
+ const mp_float& A000142_202(void)
   {
     static const mp_float val("32021086730745224025233051212074577899307110966054608836293136334787482387414102529250194539454599699757403167264415175786120812569431551739724344826334800863068818930907532206472792545101139137122180471482794259716267456096043627632774039290232315619363523693181341646742497347373123497579603758268842456600089704301625641208381440000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_203(void)
+ const mp_float& A000142_203(void)
   {
     static const mp_float val("6500280606341280477122309396051139313559343526109085593767506675961858924645062813437789491509283739050752842954676280684582524951594605003164041999745964575202970242974229037913976886655531244835802635711007234722402293587496856409453129975917160070730795309715812354288726961516744070008659562928575018689818209973230005165301432320000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_204(void)
+ const mp_float& A000142_204(void)
   {
     static const mp_float val("1326057243693621217332951116794432419966106079326253461128571361896219220627592813941309056267893882766353579962753961259654835090125299420645464567948176773341405929566742723734451284877728373946503737685045475883370067891849358707528438515087100654429082243182025720274900300149415790281766550837429303812722914834538921053721492193280000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_205(void)
+ const mp_float& A000142_205(void)
   {
     static const mp_float val("271841734957192349553254978942858646093051746261881959531357129188724940228656526857968356534918245967102483892364562058229241193475686381232320236429376238534988215561182258365562513399934316659033266225434322556090863917829118535043329895592855634157961859852315272656354561530630237007762142921673007281608197541080478816012905899622400000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_206(void)
+ const mp_float& A000142_206(void)
   {
     static const mp_float val("55999397401181624007970525662228881095168659729947683663459568612877337687103244532741481446193158669223111681827099783995223685855991394533857968704451505138207572405603545223305877760386469231760852842439470446554717967072798418218925958492128260636540143129576946167209039675309828823599001441864639500011288693462578636098658615322214400000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_207(void)
+ const mp_float& A000142_207(void)
   {
     static const mp_float val("11591875262044596169649898812081378386699912564099170518336130702865608901230371618277486659361983844529184118138209655287011302972190218668508599521821461563608967487959933861224316696399999130974496538384970382436826619184069272571317673407870549951763809627822427856612271212789134566484993298465980376502336759546753777672422333371698380800000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_208(void)
+ const mp_float& A000142_208(void)
   {
     static const mp_float val("2411110054505276003287178952912926704433581813332627467813915186196046651455917296601717225147292639662070296572747608299698351018215565483049788700538864005230665237495666243134657872851199819242695279984073839546859936790286408694834076068837074389966872402587064994175352412260139989828878606080923918312486045985724785755863845341313263206400000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_209(void)
+ const mp_float& A000142_209(void)
   {
     static const mp_float val("503922001391602684687020401158801681226618598986519140773108273914973750154286714989758900055784161689372691983704250134636955362807053185957405838412622577093209034636594244815143495425900762221723313516671432465293726789169859417220321898386948547503076332140696583782648654162369257874235628670913098927309583611016480222975543676334472010137600000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_210(void)
+ const mp_float& A000142_210(void)
   {
     static const mp_float val("105823620292236563784274284243348353057589905787169019562352737522144487532400210147849369011714673954768265316577892528273760626189481169051055226066650741189573897273684791411180134039439160066561895838501000817711682625725670477616267598661259194975646029749546282594356217374097544153589482020891750774735012558313460846824864172030239122128896000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_211(void)
+ const mp_float& A000142_211(void)
   {
     static const mp_float val("22328783881661914958481873975346502495151470121092663127656427617172486869336444341196216861471796204456103981797935323465763492125980526669772652700063306391000092324747490987759008282321662774044560021923711172537165034028116470777032463317525690139861312277154265627409161865934581816407380706408159413469087649804140238680046340298380454769197056000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_212(void)
+ const mp_float& A000142_212(void)
   {
     static const mp_float val("4733702182912325971198157282773458528972111665671644583063162654840567216299326200333597974632020795344694044141162288574741860330707871653991802372413420954892019572846468089404909755852192508097446724647826768577878987213960691804730882223315446309650598202756704313010742315578131345078364709758529795655446581758477730600169824143256656411069775872000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_213(void)
+ const mp_float& A000142_213(void)
   {
     static const mp_float val("1008278564960325431865207501230746666671059784788060296192453645481040817071756480671056368596620429408419831402067567466420016250440776662300253905324058663392000169016297703043245777996517004224756152349987101707088224276573627354407677913566190063955577417187178018671288113218141976501691683178566846474610121914555756617836172542513667815557862260736000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_214(void)
+ const mp_float& A000142_214(void)
   {
     static const mp_float val("215771612901509642419154405263379786667606793944644903385185080132942734853355886863606062879676771893401843920042459437813883477594326205732254335739348553965888036169487708451254596491254638904097816602897239765316879995186756253843243073503164673686493567278056095995655656228682382971362020200213305145566566089714931916216940924097924912529382523797504000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_215(void)
+ const mp_float& A000142_215(void)
   {
     static const mp_float val("46390896773824573120118197131626654133535460698098654227814792228582687993471515675675303519130505957081396442809128779129984947682780134232434682183959939102665927776439857317019738245619747364381030569622906549543129198965152594576297260803180404842596116964782060639065966089166712338842834343045860606296811709288710361986642298681053856193817242616463360000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_216(void)
+ const mp_float& A000142_216(void)
   {
     static const mp_float val("10020433703146107793945530580431357292843659510789309313207995121373860606589847385945865560132189286729581631646771816292076748699480508994205891351735346846175840399711009180476263461053865430706302603038547814701315906976472960428480208333486967446000761264392925098038248675260009865190052218097905890960111329206361438189114736515107632937864524405156085760000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_217(void)
+ const mp_float& A000142_217(void)
   {
     static const mp_float val("2174434113582705391286180135953604532547074113841280120966134941338127751629996882750252826548685075220319214067349484135380654467787270451742678423326570265620157366737288992163349171048688798463267664859364875790185551813894632412980205208366671935782165194373264746274299962531422140746241331327245578338344158437780432087037897823778356347516601795918870609920000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_218(void)
+ const mp_float& A000142_218(void)
   {
     static const mp_float val("474026636761029775300387269637885788095262156817399066370617417211711849855339320439555116187613346398029588666682187541512982673977624958479903896285192317905194305948729000291610119288614158064992350939341542922260450295429029866029684735423934482000512012373371714687797391831850026682680610229339536077759026539436134194974261725583681683758619191510313792962560000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_219(void)
+ const mp_float& A000142_219(void)
   {
     static const mp_float val("103811833450665520790784812050696987592862412343010395535165214369364895118319311176262570445087322861168479918003399071591343205601099865907098953286457117621237553002771651063862616124206500616233324855715797899975038614698957540660500957057841651558112130709768405516627628811175155843507053640225358401029226812136513388699363317902826288743137602940758720658800640000000000000000000000000000000000000000000000000000");
     return val;
   }
 
- static const mp_float& A000142_220(void)
+ const mp_float& A000142_220(void)
   {
     static const mp_float val("+2.28386033591464145739726586511533372704297307154622870177363471612602769260302484587777654979192110294570655819607477957500955052322419704995617697230205658766722616606097632340497755473254301355713314682574755379945084952337706589453102105527251633427846687561490492136580783384585342855715518008495788482264298986700329455138599299386217835234902726469669185449361408000000000000000000000000000000000000000000000000000E+000000000000000421");
     return val;
   }
 
- static const mp_float& A000142_221(void)
+ const mp_float& A000142_221(void)
   {
     static const mp_float val("+5.04733134237135762084795756190488753676497048811716543091973272263852120065268490938988617504014563751001149361332526286077110665632547548040315110878754505874456982699475767472500039595892005996126425448490209389678637744666331562691355653215226109875541179510893987621843531279933607711131294798775692545804100760607728095856304451643541415869135025497968899843088711680000000000000000000000000000000000000000000000000E+000000000000000423");
     return val;
   }
 
- static const mp_float& A000142_222(void)
+ const mp_float& A000142_222(void)
   {
     static const mp_float val("+1.12050755800644139182824657874288503316182344836201072566418066442575170654489604988455473085891233152722255158215820835509118567770425555664949954615083500304129450159283620378895008790288025331140066449564826484508657579315925606917480955013780196392370141851418465252049263944145260911871147445328203745168510368854915637280099588264866194322947975660549095765165693992960000000000000000000000000000000000000000000000E+000000000000000426");
     return val;
   }
 
- static const mp_float& A000142_223(void)
+ const mp_float& A000142_223(void)
   {
     static const mp_float val("+2.49873185435436430377698987059663362395086628984728391823112288166942630559511819124255704981537449930570629002821280463185334406128048989132838398791636205678208673855202473444935869602342296488442348182529563060454306401874514103425982529680729837954985416328663177512069858595443931833472658803081894351725778122546461871134622081830651613340173985723024483556319497604300800000000000000000000000000000000000000000000E+000000000000000428");
     return val;
   }
 
- static const mp_float& A000142_224(void)
+ const mp_float& A000142_224(void)
   {
     static const mp_float val("+5.59715935375377604046045731013645931764994048925791597683771525493951492453306474838332779158643887844478208966319668237535149069726829735657558013293265100719187429435653540516656347909246744134110859928866221255417646340198911591674200866484834837019167332576205517627036483253794407306978755718903443347865742994504074591341553463300659613881989728019574843166155674633633792000000000000000000000000000000000000000000E+000000000000000430");
     return val;
   }
 
- static const mp_float& A000142_225(void)
+ const mp_float& A000142_225(void)
   {
     static const mp_float val("+1.25936085459459960910360289478070334647123661008303109478848593236139085801993956838624875310694874765007597017421925353445408540688536690522950552990984647661817171623022046616247678279580517430174943483994899782468970426544755108126695194959087838329312649829646241466083208732103741644070220036753274753269792173763416783051849529242648413123447688804404339712385026792567603200000000000000000000000000000000000000000E+000000000000000433");
     return val;
   }
 
- static const mp_float& A000142_226(void)
+ const mp_float& A000142_226(void)
   {
     static const mp_float val("+2.84615553138379511657414254220438956302499473878765027422197820713674333912506342455292218202170416968917169259373551298786623301956092920581868249759625303715706807868029825352719752911851969392195372273828473508379873163991146544366331140607538514624246588615000505713348051734554456115598697283062400942389730312705321929697179936088385413658991776697953807749990160551202783232000000000000000000000000000000000000000E+000000000000000435");
     return val;
   }
 
- static const mp_float& A000142_227(void)
+ const mp_float& A000142_227(void)
   {
     static const mp_float val("+6.46077305624121491462330357080396430806673805704796612248389053020040737981389397373513335318926846519441974218777961448245634895440330929720840926954349439434654453860427703550673839109903970520283495061590634864022312082259902655711571689179112428197039756156051147969300077437438615382409042832551650139224687809841080780412598454920634889005911333104355143592477664451230317936640000000000000000000000000000000000000E+000000000000000437");
     return val;
   }
 
- static const mp_float& A000142_228(void)
+ const mp_float& A000142_228(void)
   {
     static const mp_float val("+1.47305625682299700053411321414330386223921627700693627592632704088569288259756782601161040452715321006432770121881375210200004756160395451976351731345591672191101215480177516409553635317058105278624636874042664748997087154755257805502238345132837633628925064403579661737000417655736004307189261765821776231743228820643766417934072447721904754693347783947792972739084907494880512489553920000000000000000000000000000000000E+000000000000000440");
     return val;
   }
 
- static const mp_float& A000142_229(void)
+ const mp_float& A000142_229(void)
   {
     static const mp_float val("+3.37329882812466313122311926038816584452780527434588407187128892362823670114843032156658782636718085104731043579108349231358010891607305585025845464781404929317621783449606512577877824876063061088050418441557702275203329584389540374600125810354198181010238397484197425377730956431635449863463409443731867570691993999274225097069025905283161888247766425240445907572504438163276373601078476800000000000000000000000000000000E+000000000000000442");
     return val;
   }
 
- static const mp_float& A000142_230(void)
+ const mp_float& A000142_230(void)
   {
     static const mp_float val("+7.75858730468672520181317429889278144241395213099553336530396452434494441264138973960315200064451595740881400231949203232123425050696802845559444568997231337430530101934094978929118997214945040502515962415582715232967658044095942861580289363814655816323548314213654078368781199792761534685965841720583295412591586198330717723258759582151272342969862778053025587416760207775535659282480496640000000000000000000000000000000E+000000000000000444");
     return val;
   }
 
- static const mp_float& A000142_231(void)
+ const mp_float& A000142_231(void)
   {
     static const mp_float val("+1.79223366738263352161884326304423251319762294225996820738521580512368215932016102984832811214888318616143603453580265946620511186710961457324231695438360438946452453546775940132626488356652304356081187317999607218815529008186162801025046843041185493570739660583354092103188457152127914512458109437454741240308656411814395794072773463476943911226038301730248910693271607996148737294252994723840000000000000000000000000000E+000000000000000447");
     return val;
   }
 
- static const mp_float& A000142_232(void)
+ const mp_float& A000142_232(void)
   {
     static const mp_float val("+4.15798210832770977015571637026261943061848522604312624113370066788694260962277358924812122018540899189453160012306216996159585953169430580992217533416996218355769692228520181107693452987433346106108354577759088747652027298991897698378108675855550345084116012553381493679397220592936761668902813894894999677516082875409398242248834435266509874044408860014177472808390130551065070522666947759308800000000000000000000000000E+000000000000000449");
     return val;
   }
 
- static const mp_float& A000142_233(void)
+ const mp_float& A000142_233(void)
   {
     static const mp_float val("+9.68809831240356376446281914271190327334107057668048414184152255617657628042106246294812244303200295111425862828673485601051835270884773253711866852861601188768943382892452021980925745460719696427232466166178676782029223606651121637220993214743432304045990309249378880272995523981542654688543556375105349248612473099703897904439784234170968006523472643833033511643549004183981614317813988279189504000000000000000000000000E+000000000000000451");
     return val;
   }
 
- static const mp_float& A000142_234(void)
+ const mp_float& A000142_234(void)
   {
     static const mp_float val("+2.26701500510243392088429967939458536596181051494323328919091627814531884961852861632986065166948869056073651901909595630646129453387036941368576843569614678171932751596833773143536624437808408963972397082885810366994838323956362463109712412249963159146761732364354657983880952611680981197119192191774651724175318705330712109638909510796006513526492598656929841724590466979051697750368473257330343936000000000000000000000E+000000000000000454");
     return val;
   }
 
- static const mp_float& A000142_235(void)
+ const mp_float& A000142_235(void)
   {
     static const mp_float val("+5.32748526199071971407810424657727561001025471011659822959865325364149929660354224837517253142329842281773081969487549732018404215459536812216155582388594493704041966252559366887311067428849761065335133144781654362437870061297451788307824168787413423994890071056233446262120238637450305813230101650670431551811998957527173457651437350370615306787257606843785128052787597400771489713365912154726308249600000000000000000000E+000000000000000456");
     return val;
   }
 
- static const mp_float& A000142_236(void)
+ const mp_float& A000142_236(void)
   {
     static const mp_float val("+1.25728652182980985252243260219223704396242011158751718218528216785939383399843597061654071741589842778498447344799061736756343394848450687683012717443708300514153904035604010585405411913208543611419091422168470429535337334466198622040646503833829568062794056769271093317860376318438272171922303989558221846227631753976412936005739214687465212401792795215133290220457872986582071572354355268515408746905600000000000000000E+000000000000000459");
     return val;
   }
 
- static const mp_float& A000142_237(void)
+ const mp_float& A000142_237(void)
   {
     static const mp_float val("+2.97976905673664935047816526719560179419093566446241572177911873782676338657629325036120150027567927385041320207173776316112533845790828129808740140341588672218544752564381505087410826234304248359063246670539274917998749482684890734236332214086176076308821914543172491163329091874698705047455860455252985775559487256924098658333601938809292553392248924659865897822485158978199509626479821986381518730166272000000000000000E+000000000000000461");
     return val;
   }
 
- static const mp_float& A000142_238(void)
+ const mp_float& A000142_238(void)
   {
     static const mp_float val("+7.09185035503322545413803333592553227017442688142054941783430259602769686005157793585965957065611667176398342093073587632347830552982170948944801534012981039880136511103227982108037766437644111094570527075883474304837023768790039947482470669525099061614996156612750528968723238661782918012944947883502106145831579671479354806833972614366116277073552440690480836817514678368114832911021976327588014577795727360000000000000E+000000000000000463");
     return val;
   }
 
- static const mp_float& A000142_239(void)
+ const mp_float& A000142_239(void)
   {
     static const mp_float val("+1.69495223485294088353898996728620221257168802465951131086239832045061954955232712667045863738681188455159203760244587444131131502162738856797807566629102468531352626153671487723821026178596942551602355971136150358856048680740819547448310490016498675725984081430447376423524854040166117405093842544157003368853747541483565798833319454833501790220579033325024919999386008129979445065734252342293535484093178839040000000000E+000000000000000466");
     return val;
   }
 
- static const mp_float& A000142_240(void)
+ const mp_float& A000142_240(void)
   {
     static const mp_float val("+4.06788536364705812049357592148688531017205125918282714606975596908148691892558510400910072972834852292382089024587009865914715605190573256314738159909845924475246302768811570537170462828632662123845654330726760861254516833777966913875945176039596821742361795433073703416459649696398681772225222105976808085248994099560557917199966691600404296529389679980059807998526419511950668157762205621504485161823629213696000000000E+000000000000000468");
     return val;
   }
 
- static const mp_float& A000142_241(void)
+ const mp_float& A000142_241(void)
   {
     static const mp_float val("+9.80360372638941007038951797078339359751464353463061342202811188548638347461066010066193275864531994024640834549254693776854464608509281547718518965382728677985343589672835884994580815417004715718468026937051493675623385569404900262441027874255428340399091926993707625233667755768320823071062785275404107485450075779940944580451919726756974354635829128751944137276448671023801110260206915547825809239994946405007360000000E+000000000000000470");
     return val;
   }
 
- static const mp_float& A000142_242(void)
+ const mp_float& A000142_242(void)
   {
     static const mp_float val("+2.37247210178623723703426334892958125059854373538060844813080307628770480085577974436018772759216742553963081960919635893998780435259246134547881589622620340072453148700826284168688557330915141203869262518766461469500859307795985863510728745569813658376580246332477245306547596895933639183197194036647794011478918338745708588469364573875187793821870649157970481220900578387759868682970073562573845836078777030011781120000E+000000000000000473");
     return val;
   }
 
- static const mp_float& A000142_243(void)
+ const mp_float& A000142_243(void)
   {
     static const mp_float val("+5.76510720734055648599325993789888243895446127697487852895785147537912266607954477879525617804896684406130289165034715222417036457679968106951352262782967426376061151343007870529913194314123793125402307920602501370887088117944245648331070851734647189855089998587919706094910660457118743215169181509054139447893771563152071869980555914516706338987145677453868269366788405482256480899617278757054445381671428182928628121600E+000000000000000475");
     return val;
   }
 
- static const mp_float& A000142_244(void)
+ const mp_float& A000142_244(void)
   {
     static const mp_float val("+1.40668615859109578258235542484732731510488855158187036106571575999250593052340892602604250744394790995095790556268470514269756895673912218096129952119044052035758920927693920409298819412646205522598163132627010334496449500778395938192781287823253914324641959655452408287158201151536973344501280288209210025286080261409105536275255643142076346712863545298743857725496370937670581339506616016721284673127828476634585261670E+000000000000000478");
     return val;
   }
 
- static const mp_float& A000142_245(void)
+ const mp_float& A000142_245(void)
   {
     static const mp_float val("+3.44638108854818466732677079087595192200697695137558238461100361198163952978235186876380414323767237937984686862857752759960904394401084934335518382691657927487609356272850105002782107560983203530365499674936175319516301276907070048572314155166972090095372801155858400303537592821265584694028136706112564561950896640452308563874376325698087049446515685981922451427466108797292924281791209240967147449163179767754733891092E+000000000000000480");
     return val;
   }
 
- static const mp_float& A000142_246(void)
+ const mp_float& A000142_246(void)
   {
     static const mp_float val("+8.47809747782853428162385614555484172813716330038393266614306888547483324326458559715895819236467405327442329682630071789503824810226668938465375221421478501619519016431211258306843984600018680684699129200342991286010101141191392319487892821710751341634617090843411664746702478340313338347309216297036908822399205735512679067130965761217294141638428587515529230511566627641340593733206374732779182724941422228676645372088E+000000000000000482");
     return val;
   }
 
- static const mp_float& A000142_247(void)
+ const mp_float& A000142_247(void)
   {
     static const mp_float val("+2.09409007702364796756109246795204590684987933519483136853733801471228381108635264249826267351407449115878255431609627732007444728125987227800947679691105189900021197058509180801790464196204614129120684912484718847644494981874273902913509526962555581383750421438322681192435512150057394571785376425368116479132603816671631729581348543020671652984691861116335719936356957027411126652101974558996458133060531290483131406906E+000000000000000485");
     return val;
   }
 
- static const mp_float& A000142_248(void)
+ const mp_float& A000142_248(void)
   {
     static const mp_float val("+5.19334339101864695955150932052107384898770075128318179397259827648646385149415455339569143031490473807378073470391876775378462925752448324946350245633940870952052568705102768388440351206587443040219298582962102742158347555048199279225503626867137841831701045167040249357240070132142338538027733534912928868248857465345646689361744386691265699402035815568512585442165253427979594097212896906311216169990117600398165889126E+000000000000000487");
     return val;
   }
 
- static const mp_float& A000142_249(void)
+ const mp_float& A000142_249(void)
   {
     static const mp_float val("+1.29314250436364309292832582080974738839793748706951226669917697084512949902204448379552716614841127978037140294127577317069237268512359632911641211162851276867061089607570589328721647450440273317014605347157563582797428541207001620527150403089917322616093560246593022089952777462903442295968905650193319288193965508871066025651074352286125159151106918076559633775099148103566918930206011329671492826327539282499143306392E+000000000000000490");
     return val;
   }
 
- static const mp_float& A000142_250(void)
+ const mp_float& A000142_250(void)
   {
     static const mp_float val("+3.23285626090910773232081455202436847099484371767378066674794242711282374755511120948881791537102819945092850735318943292673093171280899082279103027907128192167652724018926473321804118626100683292536513367893908956993571353017504051317876007724793306540233900616482555224881943657258605739922264125483298220484913772177665064127685880715312897877767295191399084437747870258917297325515028324178732065818848206247858265981E+000000000000000492");
     return val;
   }
 
- static const mp_float& A000142_251(void)
+ const mp_float& A000142_251(void)
   {
     static const mp_float val("+8.11446921488186040812524452558116486219705773136118947353733549205318760636332913581693296758128078062183055345650547664609463859915056696520548600046891762340808337287505448037728337751512715064266648553413711482053864096073935168807868779389231199415987090547371213614453678579719100407204882954963078533417133568165939310960491560595435373673195910930411701938747154349882416287042721093688617485205308997682124247612E+000000000000000494");
     return val;
   }
 
- static const mp_float& A000142_252(void)
+ const mp_float& A000142_252(void)
   {
     static const mp_float val("+2.04484624215022882284756162044645354527365854830301974733140854399740327680355894222586710783048275671670129947103938011481584892698594287523178247211816724109883700996451372905507541113381204196195195435460255293477573752210631662539582932406086262252828746817937545830842327002089213302615630504650695790421117659177816706362043873270049714165645369554463748888564282896170368904334765715609531606271737867415895310398E+000000000000000497");
     return val;
   }
 
- static const mp_float& A000142_253(void)
+ const mp_float& A000142_253(void)
   {
     static const mp_float val("+5.17346099264007892180433089972952746954235612720663996074846361631343029031300412383144378281112137449325428766172963169048409778527443547433640965445896311998005763521021973450934079016854446616373844451714445892498261593092898106225144818987398243499656729449381990952031087315285709655617545176766260349765427677719876267095970999373225776839082784972793284688067635727311033327966957260492114963867496804562215135308E+000000000000000499");
     return val;
   }
 
- static const mp_float& A000142_254(void)
+ const mp_float& A000142_254(void)
   {
     static const mp_float val("+1.31405909213058004613830004853129997726375845631048655003010975854361129373950304745318672083402482912128658906607932644938296083745970661048144805223257663247493463934339581256537256070281029440558956490735469256694558444645596118981186784022799153848912809280143025701815896178082570252526856474898630128840418630140848571842376633840799347317127027383089494310769179474737002465303607144164997200822344188358802644368E+000000000000000502");
     return val;
   }
 
- static const mp_float& A000142_255(void)
+ const mp_float& A000142_255(void)
   {
     static const mp_float val("+3.35085068493297911765266512375481494202258406359174070257677988428620879903573277100562613812676331425928080211850228244592655013552225185672769253319307041281108333032565932204170002979216625073425339051375446604571124033846270103402026299258137842314727663664364715539630535254110554143943484010991506828543067506859163858198060416294038335658673919826878210492461407660579356286524198217620742862096977680314946743139E+000000000000000504");
     return val;
   }
 
- static const mp_float& A000142_256(void)
+ const mp_float& A000142_256(void)
   {
     static const mp_float val("+8.57817775342842654119082271681232625157781520279485619859655650377269452553147589377440291360451408450375885342336584306157196834693696475322289288497426025679637332563368786442675207626794560187968867971521143307702077526646451464709187326100832876325702818980773671781454170250523018608495319068138257481070252817559459476987034665712738139286205234756808218860701203611083152093501947437109101726968262861606263662435E+000000000000000506");
     return val;
   }
 
- static const mp_float& A000142_257(void)
+ const mp_float& A000142_257(void)
   {
     static const mp_float val("+2.20459168263110562108604143822076784665549850711827804303931502146958249306158930470002154879636011971746602532980502166682399586516279994157828347143838488599666794468785778115767528360086201968307999068680933830079433924348138026430261142807914049215705624478058833647833721754384415782383297000511532172635054974112781085585667909088173701796554745332499712247200209328048370088030000491337039143830843555432809761246E+000000000000000509");
     return val;
   }
 
- static const mp_float& A000142_258(void)
+ const mp_float& A000142_258(void)
   {
     static const mp_float val("+5.68784654118825250240198691060958104437118614836515735104143275539152283209890040612605559589460910887106234535089695590040590933212002384927197135631103300587140329729467307538680223169022401078234637597196809281604939524818196108190073748444418246976520511153391790811411002126311792718548906261319753005398441833210975200811023205447488150635111242957849257597776540066364794827117401267649560991083576373016649184014E+000000000000000511");
     return val;
   }
 
- static const mp_float& A000142_259(void)
+ const mp_float& A000142_259(void)
   {
     static const mp_float val("+1.47315225416775739812211460984788149049213721242657575391973108364640441351361520518664839933670375919760514744588231157820513051701908617696144058128455754852069345399932032652518177800776801879262771137673973603935679336927912792021229100847104325966918812388728473820155449550714754314104166721681816028398196434801642577010055010210899431014493811926082957717824123877188481860223406928321236296690646280611312138660E+000000000000000514");
     return val;
   }
 
- static const mp_float& A000142_260(void)
+ const mp_float& A000142_260(void)
   {
     static const mp_float val("+3.83019586083616923511749798560449187527955675230909696019130081748065147513539953348528583827542977391377338335929401010333333934424962406009974551133984962615380298039823284896547262282019684886083204957952331370232766276012573259255195662202471247513988912210694031932404168831858361216670833476372721673835310730484270700226143026548338520637683911007815690066342722080690052836580858013635214371395680329589411560515E+000000000000000516");
     return val;
   }
 
- static const mp_float& A000142_261(void)
+ const mp_float& A000142_261(void)
   {
     static const mp_float val("+9.99681119678240170365666974242772379447964312352674306609929513362450035010339278239659603789887170991494853056775736636970001568849151879686033578459700752426142577883938773579988354556071377552677164940255584876307519980392816206656060678348449956011511060869911423343574880651150322775510875373332803568710161006563946527590233299291163538864355007730398951073154504630601037903476039415587909509342725660228364172945E+000000000000000518");
     return val;
   }
 
- static const mp_float& A000142_262(void)
+ const mp_float& A000142_262(void)
   {
     static const mp_float val("+2.61916453355698924635804747251606363415366649836400668331801532500961909172708890898790816192950438799771651500875242998886140411038477792477740797556441597135649355405591958677956948893690700918801417214346963237592570234862917846143887897727293888475015897947916792916016618730601384567183849347813194535002062183719753990228641124414284847182461012025364525181166480213217471930710722326884032291447794122979831413311E+000000000000000521");
     return val;
   }
 
- static const mp_float& A000142_263(void)
+ const mp_float& A000142_263(void)
   {
     static const mp_float val("+6.88840272325488171792166485271724735782414289069733757712638030477529821124224383063819846587459654043399443447301889087070549281031196594216458297573441400466757804716706851323026775590406543416447727273732513314868459717689473935358425171022782926689291811603021165369123707261481641411693523784748701627055423543182952994301326157209569148089872461626708701226467842960761951177769199719705004926507698543436956617009E+000000000000000523");
     return val;
   }
 
- static const mp_float& A000142_264(void)
+ const mp_float& A000142_264(void)
   {
     static const mp_float val("+1.81853831893928877353131952111735330246557372314409712036136440046067872776795237128848439499089348667457453070087698718986625010192235900873144990559388529723224060445210608749279068755867327461942200000265383515125273365470021118934624245150014692645973038263197587657448658717031153332687090279173657229542631815400299590495550105503326255095726329869451097123787510541641155110931068726002121300598032415467356546890E+000000000000000526");
     return val;
   }
 
- static const mp_float& A000142_265(void)
+ const mp_float& A000142_265(void)
   {
     static const mp_float val("+4.81912654518911524985799673096098625153377036633185736895761566122079862858507378391448364672586773968762250635732401605314556277009425137313834224982379603766543760179808113185589532203048417774146830000703266315081974418495555965176754249647538935511828551397473607292238945600132556331620789239810191658287974310810793914813207779583814576003674774154045407378036902935349061043967332123905621446584785900988494849260E+000000000000000528");
     return val;
   }
 
- static const mp_float& A000142_266(void)
+ const mp_float& A000142_266(void)
   {
     static const mp_float val("+1.28188766102030465646222713043562234290798291744427406014272576588473243520362962652125265002908081875690758669104818827013671969684507086525479903845312974601900640207828958107366815566010879127923056780187068839811805195319817886737016630406245356846146394671727979539735559529635259984211129937789510981104601166675671181340313269369294677216977489924976078362557816180802850237695310344958895304791553049662939629903E+000000000000000531");
     return val;
   }
 
- static const mp_float& A000142_267(void)
+ const mp_float& A000142_267(void)
   {
     static const mp_float val("+3.42264005492421343275414643826311165556431438957621174058107779491223560199369110281174457557764578608094325646509866268126504159057633921023031343266985642187074709354903318146669397561249047271554561603099473802297519871503913757587834403184675102779210873773513705371093943944126144157843716933897994319549285115024042054178636429216016788169329898099686129228029369202743610134646478621040250463793446642600048811841E+000000000000000533");
     return val;
   }
 
- static const mp_float& A000142_268(void)
+ const mp_float& A000142_268(void)
   {
     static const mp_float val("+9.17267534719689199978111245454513923691236256406424746475728849036479141334309215553547546254809070669692792732646441598579031146274458908341723999955521521061360221071140892633073985464147446687766225096306589790157353255630488870335396200534929275448285141713016730394531769770258066343021161382846624776392084108264432705198745630298924992293804126907158826331118709463352875160852562704387871242966437002168130815734E+000000000000000535");
     return val;
   }
 
- static const mp_float& A000142_269(void)
+ const mp_float& A000142_269(void)
   {
     static const mp_float val("+2.46744966839596394794111925027264245472942552973328256801971060390812889018929178983904289942543640010147361245081892790017759378347829446343923755988035289165505899468136900118296902089855663159009114550906472653552328025764601506120221577943895975095588703120801500476129046068199419846272692411985742064849470625123132397698462574550410822927033310138025724283070932845641923418269339367480337364357971553583227189433E+000000000000000538");
     return val;
   }
 
- static const mp_float& A000142_270(void)
+ const mp_float& A000142_270(void)
   {
     static const mp_float val("+6.66211410466910265944102197573613462776944893027986293365321863055194800351108783256541582844867828027397875361721110533047950321539139505128594141167695280746865928563969630319401635642610290529324609287447476164591285669564424066524598260448519132758089498426164051285548424384138433584936269512361503575093570687832457473785848951286109221902989937372669455564291518683233193229327216292196910883766523194674713411468E+000000000000000540");
     return val;
   }
 
- static const mp_float& A000142_271(void)
+ const mp_float& A000142_271(void)
   {
     static const mp_float val("+1.80543292236532682070851695542449248412552066010584285502002224887957790895150480262522768950959181395424824223026420954455994537137106805889849012256445421082400666640835769816557843259147388733446969116898266040604238416451958922028166128581548684977442254073490457898383623008101515501517729037849967468850357656402595975395965065798535599135710273027993422457923001563156195365147675615185362849500727785756847334508E+000000000000000543");
     return val;
   }
 
- static const mp_float& A000142_272(void)
+ const mp_float& A000142_272(void)
   {
     static const mp_float val("+4.91077754883368895232716611875461955682141619548789256565446051695245191234809306314061931546608973395555521886631864996120305141012930512020389313337531545344129813263073293901037333664880897354975755997963283630443528492749328267916611869741812423138642931079894045483603454582036122164128222982951911515272972825415061053077024978972016829649131942636142109085550564251784851393201677673304186950641979577258624749861E+000000000000000545");
     return val;
   }
 
- static const mp_float& A000142_273(void)
+ const mp_float& A000142_273(void)
   {
     static const mp_float val("+1.34064227083159708398531635042001113901224662136819467042366772112801937207102940623738907312224249736986657475050499143940843303496530029781566282541146111878947439020819009234983192090512484977908381387443976431111083278520566617141235040439514791516849520184811074417023743100895861350807004874345871843669521581338311667490027819259360594494213020339666795780355304040737264430344058004812043037525260424591604556712E+000000000000000548");
     return val;
   }
 
- static const mp_float& A000142_274(void)
+ const mp_float& A000142_274(void)
   {
     static const mp_float val("+3.67335982207857601011976680015083052089355574254885339696084955589077307947462057309044606035494444279343441481638367654397910651580492281601491614162740346548315982917044085303853946328004208839468965001596495421244368183146352530966984010804270528756167685306382343902645056096454660101211193355707688851654489132866973968922676224770648028914143675730687020438173533071620104539142718933184997922819213563380996485391E+000000000000000550");
     return val;
   }
 
- static const mp_float& A000142_275(void)
+ const mp_float& A000142_275(void)
   {
     static const mp_float val("+1.01017395107160840278293587004147839324572782920093468416423362786996259685552065759987266659760972176819446407450551104959425429184635377440410193894753595300786895302187123458559835240201157430853965375439036240842201250365246946015920602971174395407946113459255144573227390426525031527833078172819614434204984511538417841453735961811928207951389510825938930620497721594695528748264247706625874428775283729929774033483E+000000000000000553");
     return val;
   }
 
- static const mp_float& A000142_276(void)
+ const mp_float& A000142_276(void)
   {
     static const mp_float val("+2.78808010495763919168090300131448036535820880859457972829328481292109676732123701497564855980940283208021672084563521049688014184549593641735532135149519923030171831034036460745625145262955194509156944436211740024724475451008081571003940864200441331325931273147544199022107597577209087016819295756982135838405757251846033242412311254600921853945835049879591448512573711601359659345209323670287413423419783094606176332412E+000000000000000555");
     return val;
   }
 
- static const mp_float& A000142_277(void)
+ const mp_float& A000142_277(void)
   {
     static const mp_float val("+7.72298189073266056095610131364111061204223839980698584737239893179143804547982653148254651067204584486220031674240953307635799291202374387607424014364170186793575971964280996265381652378385888790364736088306519868486796999292385951680916193835222487772829626618697431291238045288869171036589449246840516272383947587613512081482102175244553535429963088166468312379829181135766256386229826566696135182872799172059108440781E+000000000000000557");
     return val;
   }
 
- static const mp_float& A000142_278(void)
+ const mp_float& A000142_278(void)
   {
     static const mp_float val("+2.14698896562367963594579616519222875014774227514634206556952690303801977664339177575214792996682874487169168805438985019522752202954260079754863875993239311928614120206070116961776099361191277083721396632549212523439329565803283294567294701886191851600846636199997885898964176590305629548171866890621663523722737429356556358652024404717985882849529738510278190841592512355743019275371891785541525580838638169832432146537E+000000000000000560");
     return val;
   }
 
- static const mp_float& A000142_279(void)
+ const mp_float& A000142_279(void)
   {
     static const mp_float val("+5.99009921409006618428877130088631821291220094765829436293898005947607517683506305434849272460745219819201980967174768204468478646242385622516070214021137680280833395374935626323355317217723663063582696604812302940395729488591160391842752218262475265966362114997994101658110052686952706439399508624834441231186437427904792240639148089163180613150187970443676152448043109472523023778287578081660856370539800493832485688838E+000000000000000562");
     return val;
   }
 
- static const mp_float& A000142_280(void)
+ const mp_float& A000142_280(void)
   {
     static const mp_float val("+1.67722777994521853160085596424816909961541626534432242162291441665330104951381765521757796289008661549376554670808935097251174020947867974304499659925918550478633350704981975370539488820962625657803155049347444823310804256805524909715970621113493074470581392199438348464270814752346757803031862414953643544732202479813341827378961464965690571682052631724229322685452070652306446657920521862865039783751144138273095992875E+000000000000000565");
     return val;
   }
 
- static const mp_float& A000142_281(void)
+ const mp_float& A000142_281(void)
   {
     static const mp_float val("+4.71301006164606407379840525953735516991931970561754600476038951079577594913382761116139407572114338953748118624973107623275798998863509007795644044391831126844959715480999350791215963586904978098426865688666319953503359961623524996301877445328915539262333712080421759184600989454094389426519533386019738360697488968275490534934881716553590506426567895145084396746120318532981115108756666434650761792340715028547399739978E+000000000000000567");
     return val;
   }
 
- static const mp_float& A000142_282(void)
+ const mp_float& A000142_282(void)
   {
     static const mp_float val("+1.32906883738419006881115028318953415791724815698414797334242984204440881765573938634751312935336243584956969452242416349763775317679509540198371620518496377770278639765641816923122901731507203823756376124203902226887947509177834048957129439582754182071978106806678936090057479026054617818278508414857566217716691889053688330851636644068112522812292146430913799882405929826300674460669379934571514825440081638050366726674E+000000000000000570");
     return val;
   }
 
- static const mp_float& A000142_283(void)
+ const mp_float& A000142_283(void)
   {
     static const mp_float val("+3.76126480979725789473555530142638166690581228426513876455907645298567695396574246336346215607001569345428223549846038269831484149033011998761391686067344749089888550536766341892437811900165386821230544431497043302092891450973270358548676314019194335263698042262901389134862665643734568425728178814046912396138238046021937976310131702712758439558786774399486053667208781408430908723694345214837386955995431035682537836487E+000000000000000572");
     return val;
   }
 
- static const mp_float& A000142_284(void)
+ const mp_float& A000142_284(void)
   {
     static const mp_float val("+1.06819920598242124210489770560509239340125068873129940913477771264793225492627085959522325232388445694101615488156274868632141498325375407648235238843125908741528348352441641097452338579646969857229474618545160297794381172076408781827824073181451191214890244002663994514300997042820617432906802783189323120503259605070230385272077403570423396834695443929454039241487293919994378077529194041013817895502702414133840745562E+000000000000000575");
     return val;
   }
 
- static const mp_float& A000142_285(void)
+ const mp_float& A000142_285(void)
   {
     static const mp_float val("+3.04436773704990053999895846097451332119356446288420331603411648104660692653987194984638626912307070228189604141245383375601603270227319911797470430702908839913355792804458677127739164951993864093104002662853706848713986340417765028209298608567135894962437195407592384365757841572038759683784387932089570893434289874450156598025420600175706680978882015198944011838238787671983977520958203016889381002182701880281446124853E+000000000000000577");
     return val;
   }
 
- static const mp_float& A000142_286(void)
+ const mp_float& A000142_286(void)
   {
     static const mp_float val("+8.70689172796271554439702119838710809861359436384882148385757313579329580990403377656066472969198220852622267843961796454220585352850134947740765431810319282152197567420751816585334011762702451306277447615761601587322000933594807980678594020502008659592570378865714219286067426896030852695623349485776172755222069040927447870352702916502521107599602563468979873857362932741874175709940460628303629666242527377604935917078E+000000000000000579");
     return val;
   }
 
- static const mp_float& A000142_287(void)
+ const mp_float& A000142_287(void)
   {
     static const mp_float val("+2.49887792592529936124194508393710002430210158242461176586712348997267589744245769387291077742159889384702590871217035582361307996267988730001599678929561633977680701849755771359990861375895603524901627465723579655561414267941709890454756483884076485303067698734459980935101351519160854723643901302417761580748733814746177538791225737036223557881085935715597223797063161696917888428752912200323141714211605357372616608201E+000000000000000582");
     return val;
   }
 
- static const mp_float& A000142_288(void)
+ const mp_float& A000142_288(void)
   {
     static const mp_float val("+7.19676842666486216037680184173884806999005255738288188569731565112130658463427815835398303897420481427943461709105062477200567029251807542404607075317137505855720421327296621516773680762579338151716687101283909408016873091672124484509698673586140277672834972355244745093091892375183261604094435750963153352556353386468991311718730122664323846697527494860920004535541905687123518674808387136930648136929423429233135831620E+000000000000000584");
     return val;
   }
 
- static const mp_float& A000142_289(void)
+ const mp_float& A000142_289(void)
   {
     static const mp_float val("+2.07986607530614516434889573226252709222712518908365286496652422317405760295930638776430109826354519132675660433931363055910963871453772379754931444766652739192303201763588723618347593740385428725846122572271049818916876323493243976023302916666394540247449307010665731331903556896427962603583291932028351318888786128689538489086713005449989591695585446014805881310771610743578696897019623882572957311572603371048376255338E+000000000000000587");
     return val;
   }
 
- static const mp_float& A000142_290(void)
+ const mp_float& A000142_290(void)
   {
     static const mp_float val("+6.03161161838782097661179762356132856745866304834259330840292024720476704858198852451647318496428105484759415258400952862141795227215939901289301189823292943657679285114407298493208021847117743304953755459586044474858941338130407530467578458332544166717602990330930620862520314999641091550391546602882218824777479773199661618351467715804969815917197793442937055801237671156378221001356909259461576203560549776040291140481E+000000000000000589");
     return val;
   }
 
- static const mp_float& A000142_291(void)
+ const mp_float& A000142_291(void)
   {
     static const mp_float val("+1.75519898095085590419403310845634661313047094706769465274524979193658721113735866063429369682460578696064989840194677282883262411119838511275186646238578246604384671968292523861523534357511263301741542838739538942183951929395948591366065331374770352514822470186300810670993411664895557641163940061438725678010246614001101530940277105299246216431904557891894683238160162306506062311394860594503318675236119984827724721880E+000000000000000592");
     return val;
   }
 
- static const mp_float& A000142_292(void)
+ const mp_float& A000142_292(void)
   {
     static const mp_float val("+5.12518102437649924024657667669253211034097516543766838601612939245483465652108728905213759472784889792509770333368457666019126240469928452923545007016648480084803242147414169675648720323932888841085305089119453711177139633836169886788910767614329429343281612943998367159300762061495028312198704979401078979789920112883216470345609147473798951981161309044332475055427673934997701949272992935949690531689470355696956187889E+000000000000000594");
     return val;
   }
 
- static const mp_float& A000142_293(void)
+ const mp_float& A000142_293(void)
   {
     static const mp_float val("+1.50167804014231427739224696627091190832990572347323683710272591198926655436067857569227631525525972709205362707676958096143603988457689036706598687055878004664847349949192351714965075054912336430437994391111999937374901912713997776829150854910998522797581512592591521577675123284018043295474220558964516141078446593074782425811263480209823092930480263549989415191240308462954326671136986930233259325785014814219208163052E+000000000000000597");
     return val;
   }
 
- static const mp_float& A000142_294(void)
+ const mp_float& A000142_294(void)
   {
     static const mp_float val("+4.41493343801840397553320608083648101048992282701131630108201418124844366982039501253529236685046359765063766360570256802662195726065605767917400139944281333714651208850625514041997320661442269105487703509869279815882211623379153463877703513438335657024889647022219073438364862455013047288694208443355677454770632983639860331885114631816879893215611974836968880662246506881085720413142741574885782417807943553804471999372E+000000000000000599");
     return val;
   }
 
- static const mp_float& A000142_295(void)
+ const mp_float& A000142_295(void)
   {
     static const mp_float val("+1.30240536421542917278229579384676189809452723396833830881919418346829088259701652869791124822088676130693811076368225756785347739189353701535633041283562993445822106610934526642389209595125469386118872535411437545685252428896850271843922536464309018822342445871554626664317634424228848950164791490789924849157336730173758797906108816385979568498605532576905819795362719529920287521877108764591305813253343348372319239815E+000000000000000602");
     return val;
   }
 
- static const mp_float& A000142_296(void)
+ const mp_float& A000142_296(void)
   {
     static const mp_float val("+3.85511987807767035143559554978641521835980061254628139410481478306614101248716892494581729473382481346853680786049948240084629308000486956545473802199346460599633435568366198861472060401571389382911862704817855135228347189534676804658010707934354695714133639779801694926380197895717392892487782812738177553505716721314326041802082096502499522755872376427641226594273649808564051064756241943190265207229896311182064949851E+000000000000000604");
     return val;
   }
 
- static const mp_float& A000142_297(void)
+ const mp_float& A000142_297(void)
   {
     static const mp_float val("+1.14497060378906809437637187828656531985286078192624557404912999057064388070868917070890773653594596960015543193456834627305134904476144626094005719253205898798091130363804761061857201939266702646724823223330902975162819115291799010983429180256503344627097691014601103393134918775028065689068871495383238733391197866230354834415218382661242358258494095799009444298499273993143523166232603857127508766547279204421073290106E+000000000000000607");
     return val;
   }
 
- static const mp_float& A000142_298(void)
+ const mp_float& A000142_298(void)
   {
     static const mp_float val("+3.41201239929142292124158819729396465316152513014021181066640737190051876451189372871254505487711898940846318716501367189369302015338910985760137043374553578418311568484138187964334461779014773887239973205526090865985200963569561052730618957164379966988751119223511288111542057949583635753425237056242051425505769641366457406557350780330502227610312405481048144009527836499567699035373159494239976124310892029174798404515E+000000000000000609");
     return val;
   }
 
- static const mp_float& A000142_299(void)
+ const mp_float& A000142_299(void)
   {
     static const mp_float val("+1.02019170738813545345123487099089543129529601391192333138925580419825511058905622488505097140825857783313049296233908789621421302586334384742280975968991519947075158976757318201336004071925417392284751988452301168929575088107298754766455068192149610129636584647829875145351075326925507090274145879816373376226225122768570764560647883318820166055483409238833395058848823113370742011576574688777752861168956716723264722950E+000000000000000612");
     return val;
   }
 
- static const mp_float& A000142_300(void)
+ const mp_float& A000142_300(void)
   {
     static const mp_float val("+3.06057512216440636035370461297268629388588804173576999416776741259476533176716867465515291422477573349939147888701726368864263907759003154226842927906974559841225476930271954604008012215776252176854255965356903506788725264321896264299365204576448830388909753943489625436053225980776521270822437639449120128678675368305712293681943649956460498166450227716500185176546469340112226034729724066333258583506870150169794168850E+000000000000000614");
     return val;
   }
 
- static const mp_float& A000142_301(void)
+ const mp_float& A000142_301(void)
   {
     static const mp_float val("+9.21233111771486314466465088504778574459652300562466768244497991191024364861917771071201027181657495783316835144992196370281434362354599494222797212999993425122088685560118583358064116769486519052331310455724279555434063045608907755541089265775110979470618359369903772562520210202137329025175537294741851587322812858600194003982650386368946099481015185426665557381404872713737800364536469439663108336355679152011080448240E+000000000000000616");
     return val;
   }
 
- static const mp_float& A000142_302(void)
+ const mp_float& A000142_302(void)
   {
     static const mp_float val("+2.78212399754988866968872456728443129486814994769864964009838393339689358188299166863502710208860563726561684213787643303824993177431089047255284758325998014386870783039155812174135363264384928753804055757628732425741087039773890142173408958264083515800126744529710939313881103481045473365603012263012039179371489483297258589202760416683421722043266585998852998329184271559548815710090013770778258717579415103907346295368E+000000000000000619");
     return val;
   }
 
- static const mp_float& A000142_303(void)
+ const mp_float& A000142_303(void)
   {
     static const mp_float val("+8.42983571257616266915683543887182682345049434152690840949810331819258755310546475596413211932847508091481903167776559210589729327616199813183512817727773983592218472608642110887630150691086334124026288945615059249995493730514887130785429143540173052874384035925024146121059743547567784297777127156926478713495613134390693525284364062550767817791097755576524584937428342825432911601572741725458123914265627764839259274966E+000000000000000621");
     return val;
   }
 
- static const mp_float& A000142_304(void)
+ const mp_float& A000142_304(void)
   {
     static const mp_float val("+2.56267005662315345142367797341703535432895027982418015648742340873054661614406128581309616427585642459810498563004074000019277715595324743207787896589243291012034415673027201709839565810090245573703991839466978011998630094076525687758770459636212608073812746921207340420802162038460606426524246655705649528902666392854770831686446675015433416608493717695263473820978216218931605126878113484539269669936750840511134819590E+000000000000000624");
     return val;
   }
 
- static const mp_float& A000142_305(void)
+ const mp_float& A000142_305(void)
   {
     static const mp_float val("+7.81614367270061802684221781892195783070329835346374947728664139662816717923938692172994330104136209502422020617162425700058797032565740466783753084597192037586704967802732965215010675720775248999797175110374282936595821786933403347664249901890448454625128878109682388283446594217304849600898952299902231063153132498207051036643662358797071920655905838970553595153983559467741395636978246127844772493307090063558961199749E+000000000000000626");
     return val;
   }
 
- static const mp_float& A000142_306(void)
+ const mp_float& A000142_306(void)
   {
     static const mp_float val("+2.39173996384638911621371865259011909619520929615990734004971226736821915684725239804936265011865680107741138308851702264217991891965116582835828443886740763501531720147636287355793266770557226193937935583774530578598321466801621424385260469978477227115289436701562810814734657830495283977875079403770082705324858544451357617212960681791904007720707186724989400117118969197128867064915343315120500382951969559449042127123E+000000000000000629");
     return val;
   }
 
- static const mp_float& A000142_307(void)
+ const mp_float& A000142_307(void)
   {
     static const mp_float val("+7.34264168900841458677611626345166562531929253921091553395261666082043281152106486201154333586427637930765294608174725951149235108332907909305993322732294143949702380853243402182285328985610684415389462242187808876296846903080977772862749642833925087243938570673797829201235399539620521812076493769574153905347315731465667884843789293101145303702571063245717458359555235435185621889290103977419936175662546547508559330268E+000000000000000631");
     return val;
   }
 
- static const mp_float& A000142_308(void)
+ const mp_float& A000142_308(void)
   {
     static const mp_float val("+2.26153364021459169272704380914311301259834210207696198445740593153269330594848797749955534744619712482675710739317815592953964413366535636066245943401546596336508333302798967872143881327568090799939954370593845133899428846148941154041726889992848926871133079767529731393980503058203120718119560081028839402846973245291425708531887102275152753540391887479680977174743012514037171541901352025045340342104064336632636273722E+000000000000000634");
     return val;
   }
 
- static const mp_float& A000142_309(void)
+ const mp_float& A000142_309(void)
   {
     static const mp_float val("+6.98813894826308833052656537025221920892887709541781253197338432843602231538082785047362602360874911571467946184492050182227750037302595115444699965110778982679810749905648810724924593302185400571814459005134981463749235134600228165988936090077903184031801216481666870007399754449847643018989440650379113754797147327950505439363531146030222008439810932312214219469955908668374860064475177757390101657101558800194846085802E+000000000000000636");
     return val;
   }
 
- static const mp_float& A000142_310(void)
+ const mp_float& A000142_310(void)
   {
     static const mp_float val("+2.16632307396155738246323526477818795476795189957952188491174914181516691776805663364682406731871222587155063317192535556490602511563804485787856989184341484630741332470751131324726623923677474177262482291591844253762262891726070731456570187924149987049858377109316729702293923879452769335886726601617525263987115671664656686202694655269368822616341389016786408035686331687196206619987305104790931513701483228060402286599E+000000000000000639");
     return val;
   }
 
- static const mp_float& A000142_311(void)
+ const mp_float& A000142_311(void)
   {
     static const mp_float val("+6.73726476002044345946066167346016453932833040769231306207553983104516911425865613064162284936119502246052246916468785580685773810963431950800235236363302017201605543984036018419899800402636944691286319926850635629200637593268079974829933284444106459725059552809975029374134103265098112634607719731030503570999929738877082294090380377887737038336821719842205728990984491547180202588160518875899797007611612839267851111322E+000000000000000641");
     return val;
   }
 
- static const mp_float& A000142_312(void)
+ const mp_float& A000142_312(void)
   {
     static const mp_float val("+2.10202660512637835935172644211957133627043908720000167536756842728609276364870071276018632900069284700768301037938261101173961429020590768649673393745350229366900929723019237747008737725622726743681331817177398316310598929099640952146939184746561215434218580476712209164729840218710611141997608556081517114151978078529649675756198677900973955961088376590768187445187161362720223207506081889280736666374823205851569546733E+000000000000000644");
     return val;
   }
 
- static const mp_float& A000142_313(void)
+ const mp_float& A000142_313(void)
   {
     static const mp_float val("+6.57934327404556426477090376383425828252647434293600524390048917740547035022043323093938320977216861113404782248746757246674499272834449105873477722422946217918399910033050214148137349081199134707722568587765256730052174648081876180219919648256736604309104156892109214685604399884564212874452514780535148567295691385797803485116901861830048482158206618729104426703435815065314298639494036313448705765753196634315412681273E+000000000000000646");
     return val;
   }
 
- static const mp_float& A000142_314(void)
+ const mp_float& A000142_314(void)
   {
     static const mp_float val("+2.06591378805030717913806378184395710071331294368190564658475360170531768996921603451496632786846094389609101626106481775455792771670017019244272004840805112426377571750377767242515127611496528298224886536558290613236382839497709120589054769552615293753058705264122293411279781563753162842578089641088036650130847095140510294326707184614635223397676878280938789984878845930508689772801127402422893610446503743175039581920E+000000000000000649");
     return val;
   }
 
- static const mp_float& A000142_315(void)
+ const mp_float& A000142_315(void)
   {
     static const mp_float val("+6.50762843235846761428490091280846486724693577259800278674197384537175072340303050872214393278565197327268670122235417592685747230760553610619456815248536104143089351013689966813922651976214064139408392590158615431694605944417783729855522524090738175322134921581985224245531311925822462954120982369427315447912168349692607427129127631536100953702682166584957188452368364681102372784323551317632114872906486791001374683047E+000000000000000651");
     return val;
   }
 
- static const mp_float& A000142_316(void)
+ const mp_float& A000142_316(void)
   {
     static const mp_float val("+2.05641058462527576611402868844747489805003170414096888061046373513747322859535764075619748276026602355416899758626391959288696124920334940955748353618537408909216234920326029513199558024483644268053052058490122476415495478436019658634345117612673263401794635219907330861587894568559898293502230428739031681540245198502863946972804331565407901370047564640846471550948403239228349799846242216371748299838449825956434399843E+000000000000000654");
     return val;
   }
 
- static const mp_float& A000142_317(void)
+ const mp_float& A000142_317(void)
   {
     static const mp_float val("+6.51882155326212417858147094237849542681860050212687135153517004038579013464728372119714602035004329466671572234845662510945166715997461762829722280970763586242215464697433513556842598937613152329728175025413688250237120666642182317870874022832174244983688993647106238831233625782334877590402070459102730430482577279254078711903789731062343047343050779911483314816506438268353868865512587825898442110487885948281897047502E+000000000000000656");
     return val;
   }
 
- static const mp_float& A000142_318(void)
+ const mp_float& A000142_318(void)
   {
     static const mp_float val("+2.07298525393735548878890775967636154572831495967634508978818407284268126281783622334069243447131376770401559970680920678480563015687192840579851685348702820425024517773783857311075946462160982440853559658081552863575404371992213977082937939260631409904813099979779783948332292998782491073747858405994668276893459574802797030385405134477825089055090148011851694111649047369336530299233002928635704591135147731553643261106E+000000000000000659");
     return val;
   }
 
- static const mp_float& A000142_319(void)
+ const mp_float& A000142_319(void)
   {
     static const mp_float val("+6.61282296006016400923661575336759333087332472136754083642430719236815322838889755245680886596349091897580976306472136964352996020042145161449726876262361997155828211698370504822332269214293533986322855309280153634805539946655162586894572026241414197596353788935497510795180014666116146525255668315122991803290136043620922526929442378984262034085737572157806904216160461108183531654553279342347897645721121263656122002927E+000000000000000661");
     return val;
   }
 
- static const mp_float& A000142_320(void)
+ const mp_float& A000142_320(void)
   {
     static const mp_float val("+2.11610334721925248295571704107762986587946391083761306765577830155780903308444721678617883710831709407225912418071083828592958726413486451663912600403955839089865027743478561543146326148573930875623313698969649163137772782929652027806263048397252543230833212459359203454457604693157166888081813860839357377052843533958695208617421561274963850907436023090498209349171347554618730129457049389551327246630758804369959040937E+000000000000000664");
     return val;
   }
 
- static const mp_float& A000142_321(void)
+ const mp_float& A000142_321(void)
   {
     static const mp_float val("+6.79269174457380047028785170185919186947307915378873794717504834800056699620107556588363406711769787197195178862008179089783397511787291509841159447296698243478466739056566182553499706936922318110750836973692573813672250633204183009258104385355180663770974611994543043088808911065034505710742622493294337180339627744007411619661923211692633961412869634120499252010840025650326123715557128540459760461684735762027568521406E+000000000000000666");
     return val;
   }
 
- static const mp_float& A000142_322(void)
+ const mp_float& A000142_322(void)
   {
     static const mp_float val("+2.18724674175276375143268824799865978197033148751997361899036556805618257277674633221453016961189871477496847593566633666910253998795507866168853342029536834400066289976214310782226905633688986431661769505529008768002464703891746928981109612084368173734253825062242859874596469362941110838859124442840776572069360133570386541531139274165028135574944022186800759147490488259405011836409395390028042868662484915372877063893E+000000000000000669");
     return val;
   }
 
- static const mp_float& A000142_323(void)
+ const mp_float& A000142_323(void)
   {
     static const mp_float val("+7.06480697586142691712758304103567109576417070468951478933888078482146971006889065305293244784643284872314817727220226744120120416109490407725396294755403975112214116623172223826592905196815426174267515502858698320647960993570342580608984047032509201161639854951044437394946596042299788009514971950375708327784033231432348529145579855553040877907069191663366452046394277077878188231602347109790578465779826276654392916374E+000000000000000671");
     return val;
   }
 
- static const mp_float& A000142_324(void)
+ const mp_float& A000142_324(void)
   {
     static const mp_float val("+2.28899746017910232114933690529555743502759130831940279174579737428215618606232057158915011310224424298630000943619353465094919014819474892103028399500750887936357373785907800519816101283768198080462675022926218255889939361916790996117310831238532981176371313004138397715962697117705131315082850911921729498202026766984080923443167873199185244441890418098930730463031745773232532987039160463572147422912663713636023304905E+000000000000000674");
     return val;
   }
 
- static const mp_float& A000142_325(void)
+ const mp_float& A000142_325(void)
   {
     static const mp_float val("+7.43924174558208254373534494221056166383967175203805907317384146641700760470254185766473786758229378970547503066762898761558486798163293399334842298377440385793161464804200351689402329172246643761503693824510209331642302926229570737381260201525232188823206767263449792576878765632541676774019265463745620869156586992698263001190295587897352044436143858821524874004853173763005732207877271506609479124466157069317075740942E+000000000000000676");
     return val;
   }
 
- static const mp_float& A000142_326(void)
+ const mp_float& A000142_326(void)
   {
     static const mp_float val("+2.42519280905975890925772245116064310241173299116440725785467231805194447913302864559870454483182777544398485999764704996268066696201233648183158589271045565768570637526169314650745159310152405866250204186790328242115390753950840060386290825697225693556365406127884632380062477596208586628330280541181072403345047359619633738388036361654536766486182897975817108925582134646739868699767990511154690194575967204597366691547E+000000000000000679");
     return val;
   }
 
- static const mp_float& A000142_327(void)
+ const mp_float& A000142_327(void)
   {
     static const mp_float val("+7.93038048562541163327275241529530294488636688110761173318477848002985844676500367110776386160007682570183049219230585337796578096578034029558928586916319000063225984710573658907936670944198367182638167690804373351717327765419246997463171000029928017929314878038182747882804301739602078274640017369662106758938304865956202324528878902610335226409818076380921946186653580294839370648241328971475836936263412759033389081359E+000000000000000681");
     return val;
   }
 
- static const mp_float& A000142_328(void)
+ const mp_float& A000142_328(void)
   {
     static const mp_float val("+2.60116479928513501571346279221685936592272833700329664848460734144979357053892120412334654660482519883020040143907631990797277615677595161695328576508552632020738122985068160121803228069697064435905319002583834459363283507057513015167920088009816389880815279996523941305559810970589481674081925697249171016931763996033634362445472280056189954262420329052942398349222374336707313572623155902644074515094399384962951618686E+000000000000000684");
     return val;
   }
 
- static const mp_float& A000142_329(void)
+ const mp_float& A000142_329(void)
   {
     static const mp_float val("+8.55783218964809420169729258639346731388577622874084597351435815336982084707305076156581013832987490415135932073456109249723043355579288081977631016713138159348228424620874246800732620349303341994128499518500815371305202738219217819902457089552295922707882271188563766895291778093239394707729535543949772645705503546950657052445603801384864949523362882584180490568941611567767061653930182919699005154660573976528110825476E+000000000000000686");
     return val;
   }
 
- static const mp_float& A000142_330(void)
+ const mp_float& A000142_330(void)
   {
     static const mp_float val("+2.82408462258387108656010655350984421358230615548447917125973819061204087953410675131671734564885871836994857584240516052408604307341165067052618235515335592584915380124888501444241764715270102858062404841105269072530716903612341880567810839552257654493601149492226043075446286770769000253550746729503424973082816170493716827307049254457005433342709751252779561887750731817363130345796960363500671701037989412254276572407E+000000000000000689");
     return val;
   }
 
- static const mp_float& A000142_331(void)
+ const mp_float& A000142_331(void)
   {
     static const mp_float val("+9.34772010075261329651395269211758434695743337465362605686973341092585531125789334685833441409772235780452978603836108133472480257299256371944166359555760811456069908213380939780440241207544040460186560024058440630076672950956851624679453878917972836373819804819268202579727209211245390839252971674656336660904121524334202698386333032252687984364369276646700349848454922315471961444587938803187223330435744954561655454667E+000000000000000691");
     return val;
   }
 
- static const mp_float& A000142_332(void)
+ const mp_float& A000142_332(void)
   {
     static const mp_float val("+3.10344307344986761444263229378303800318986788038500385088075149242738396333762059115696702548044382279110388896473587900312863445423353115485463231372512589403415209526842472007106160080904621432781937927987402289185455419717674739393578687800766981676108175199997043256469433458133469758631986595985903771420168346078955295864262566707892410808970599846704516149687034208736691199603195682658158145704667324914469610949E+000000000000000694");
     return val;
   }
 
- static const mp_float& A000142_333(void)
+ const mp_float& A000142_333(void)
   {
     static const mp_float val("+1.03344654345880591560939655382975165506222600416820628234329024697831885979142765685527001948498779298943759502525704770804183527325976587456659256047046692271337264772438543178366351306941238937116385330019804962298756654765985688218061703037655404898144022341599015404404321341558445429624451536463305955882916059244292113522799434713728172799387209748952603877845782391509318169467864162325166662519654219196518380446E+000000000000000697");
     return val;
   }
 
- static const mp_float& A000142_334(void)
+ const mp_float& A000142_334(void)
   {
     static const mp_float val("+3.45171145515241175813538448979137052790783485392180898302658942490758499170336837389660186507985922858472156738435853934485972981268761802105241915197135952186266464339944734215743613365183738049968727002266148574077847226918392198648326088145769052359801034620940711450710433280805207734945668131787441892648939637875935659166150111943852097149953280561501696952004913187641122686022666302166056652815645092116371390690E+000000000000000699");
     return val;
   }
 
- static const mp_float& A000142_335(void)
+ const mp_float& A000142_335(void)
   {
     static const mp_float val("+1.15632333747605793897535380408010912684912467606380600931390745734404097222062840525536162480175284157588172507376011068052800948725035203705256041591040543982399265553881485962274110477336552246739523545759159772316078821017661386547189239528832632540533346598015138335987995149069744591206798824148793034037394778688438445820660287501190452545234348988103068478921645917859776099817593211225628978693241105858984415881E+000000000000000702");
     return val;
   }
 
- static const mp_float& A000142_336(void)
+ const mp_float& A000142_336(void)
   {
     static const mp_float val("+3.88524641391955467495718878170916666621305891157438819129472905667597766666131144165801505933388954769496259624783397188657411187716118284449660299745896227780861532261041792833241011203850815549044799113750776834982024838619342258798555844816877645336192044569330864808919663700874341826454844049139944594365646456393153177957418566003999920551987412600026310089176730284008847695387113189718113368409290115686187637361E+000000000000000704");
     return val;
   }
 
- static const mp_float& A000142_337(void)
+ const mp_float& A000142_337(void)
   {
     static const mp_float val("+1.30932804149088992546057261943598916651380085320056882046632369209980447366486195583875107499552077757320239493552004852577547570260331861859535521014367028762150336371971084184802220775697724840028097301334011793388942370614718341215113319703287766478296719019864501440605926667194653195515282444560161328301222855804492620971650056743347973226019758046208866500052558105710981673345457144935004205153930768986245233791E+000000000000000707");
     return val;
   }
 
- static const mp_float& A000142_338(void)
+ const mp_float& A000142_338(void)
   {
     static const mp_float val("+4.42552878023920794805673545369364338281664688381792261317617407929733912098723341073497863348486022819742409488205776401712110787479921693085230061028560557216068136937262264544631506221858309959294968878508959861654625212677747993307083020597112650696642910287142014869248032135117927800841654662613345289658133252619185058884177191792516149503946782196185968770177646397303118055907645149880314213420285999173508890212E+000000000000000709");
     return val;
   }
 
- static const mp_float& A000142_339(void)
+ const mp_float& A000142_339(void)
   {
     static const mp_float val("+1.50025425650109149439123331880214510677484329361427576586672301288179796201467212623915775675136761735892676816501758200180405556955693453955892990688682028896247098421731907680630080609209967076200994449814537393100917947097756569731101143982421188586161946587341143040675082893804977524485320930625924053194107172637903734961736068017662974681837959164507043413090222128685757020952691705809426518349476953719819513782E+000000000000000712");
     return val;
   }
 
- static const mp_float& A000142_340(void)
+ const mp_float& A000142_340(void)
   {
     static const mp_float val("+5.10086447210371108093019328392729336303446719828853760394685824379811307084988522921313637295464989902035101176105977880613378893649357743450036168341518898247240134633888486114142274071313888059083381129369427136543121020132372337085743889540232041192950618396959886338295281838936923583250091164128141780859964386968872698869902631260054113918249061159323947604506755237531573871239151799752050162388221642647386346859E+000000000000000714");
     return val;
   }
 
- static const mp_float& A000142_341(void)
+ const mp_float& A000142_341(void)
   {
     static const mp_float val("+1.73939478498736547859719590981920703679475331461639132294587866113515655715981086316167950317753561556593969501052138457289162202734430990516462333404457944302308885910155973764922515458318035828147432965114974653561204267865138966946238666333219126046796160873363321241358691107077490941888281086967696347273247855956385590314636797259678452846122929855329466133136803535998266690092550763715449105374383580142758744279E+000000000000000717");
     return val;
   }
 
- static const mp_float& A000142_342(void)
+ const mp_float& A000142_342(void)
   {
     static const mp_float val("+5.94873016465678993680241001158168806583805633598805832447490502108223542548655315201294390086717180523551375693598313523928934733351753987566301180243246169513896389812733430276035002867447682532264220740693213315179318596098775266956136238859609411080042870186902558645446723586205019021257921317429521507674507667370838718876057846628100308733740420105226774175327868093114072080116523611906835940380391844088234905434E+000000000000000719");
     return val;
   }
 
- static const mp_float& A000142_343(void)
+ const mp_float& A000142_343(void)
   {
     static const mp_float val("+2.04041444647727894832322663397251900658245332324390400529489242223120675094188773114043975799743992919578121862904221538707624613539651617735241304823433436143266461705767566584680005983534555108566627714057772167106506278461879916565954729928846028000454704474107577615388226190068321524291467011878325877132356129908197680574487841393438405895672964096092783542137458755938126723479967598884044727550474402522264572564E+000000000000000722");
     return val;
   }
 
- static const mp_float& A000142_344(void)
+ const mp_float& A000142_344(void)
   {
     static const mp_float val("+7.01902569588183958223189962086546538264363943195902977821442993247535122324009379512311276751119335643348739208390522093154228670576401565009230088592611020332836628267840429051299220583358869573469199336358736254846381597908866912986884270955230336321564183390930066996935498093835026043562646520861441017335305086884200021176238174393428116281114996490559175384952858120427155928771088540161113862773631944676590129619E+000000000000000724");
     return val;
   }
 
- static const mp_float& A000142_345(void)
+ const mp_float& A000142_345(void)
   {
     static const mp_float val("+2.42156386507923465587000536919858555701205560402586527348397832670399617201783235931747390479136170796955315026894730122138208891348858539928184380564450802014828636752404948022698231101258810002846873771043764007922001651278559084980475073479554466030939643269870873113942746842373083985029113049697197150980680254975049007305802170165732700116984673789242915507808736051547368795426025546355584282656903020913423594719E+000000000000000727");
     return val;
   }
 
- static const mp_float& A000142_346(void)
+ const mp_float& A000142_346(void)
   {
     static const mp_float val("+8.37861097317415190931021857742710602726171238992949384625456501039582675518169996323845971057811150957465389993055766222598202764067050548151517956752999774971307083163321120158535879610355482609850183247811423467410125713423814434032443754239258452467051165713753220974241904074610870588200731151952302142393153682213669565278075508773435142404766971310780487657018226738353896032174048390390321617992884452360445637726E+000000000000000729");
     return val;
   }
 
- static const mp_float& A000142_347(void)
+ const mp_float& A000142_347(void)
   {
     static const mp_float val("+2.90737800769143071253064584636720579145981419930553436465033405860735188404804988724374551957060469382240490327590350879241576359131266540208576730993290921915043557857672428695011950224793352465618013586990563943191313622558063608609257982721022683006066754502672367678061940713889972094105653709727448843410424327728143339151492201544381994414454139044840829216985324678208801923164394791465441601443530904969074636291E+000000000000000732");
     return val;
   }
 
- static const mp_float& A000142_348(void)
+ const mp_float& A000142_348(void)
   {
     static const mp_float val("+1.01176754667661788796066475453578761542801534135832595889831625239535845564872136076082344081057043345019690634001442105976068572977680755992584702385665240826435158134470005185864158678228086658035068728272716252230577140650206135796021777986915893686111230566929983951965555368433710288748767490985152197506827666049393882024719286137444934056230040387604608567510892988016663069261209387429973677302348754929237973429E+000000000000000735");
     return val;
   }
 
- static const mp_float& A000142_349(void)
+ const mp_float& A000142_349(void)
   {
     static const mp_float val("+3.53106873790139642898271999332989877784377354134055759655512372085980101021403754905527380842889081274118720312665032949856479319692105838414120611325971690484258701889300318098665913787016022436542389861671779720284714220869219413928116005174336468964528194678585643992359788235833648907733198543538181169298828554512384648266270308619682819856242840952740083900613016528178154111721620762130608133785197154703040527268E+000000000000000737");
     return val;
   }
 
- static const mp_float& A000142_350(void)
+ const mp_float& A000142_350(void)
   {
     static const mp_float val("+1.23587405826548875014395199766546457224532073946919515879429330230093035357491314216934583295011178445941552109432761532449767761892237043444942213964090091669490545661255111334533069825455607852789836451585122902099649977304226794874840601811017764137584868137504975397325925882541777117706619490238363409254589994079334626893194608016888986949684994333459029365214555784862353939102567266745712846824819004146064184544E+000000000000000740");
     return val;
   }
 
- static const mp_float& A000142_351(void)
+ const mp_float& A000142_351(void)
   {
     static const mp_float val("+4.33791794451186551300527151180578064858107579553687500736796949107626554104794512901440387365489236345254847904108992978898684844241752022491747171013956221759911815271005440784211075087349183563292325945063781386369771420337836050010690512356672352122922887162642463644613999847721637683150234410736655566483610879218464540395113074139280344193394330110441193071903090804866862326250011106277452092355114704552685287749E+000000000000000742");
     return val;
   }
 
- static const mp_float& A000142_352(void)
+ const mp_float& A000142_352(void)
   {
     static const mp_float val("+1.52694711646817666057785557215563478830053868002898000259352526085884547044887668541307016352652211193529706462246365528572337065173096711917095004196912590059488958975393915156042298430746912614278898732662451048002159539958918289603763060349548667947268856281250147202904127946398016464468882512579302759402231029484899518219079802097026681156074804198875299961309887963313135538840003909409663136509000376002545221288E+000000000000000745");
     return val;
   }
 
- static const mp_float& A000142_353(void)
+ const mp_float& A000142_353(void)
   {
     static const mp_float val("+5.39012332113266361183983016970939080270090154050229940915514417083172451068453469950813767724862305513159863811729670315860349840061031393067345364815101442909996025183140520500829313460536601528404512526298452199447623176054981562301283603033906797853859062672813019626251571650784998119575155269404938740689875534081695299313351701402504184480944058822029808863423904510495368452105213800216110871876771327288984631145E+000000000000000747");
     return val;
   }
 
- static const mp_float& A000142_354(void)
+ const mp_float& A000142_354(void)
   {
     static const mp_float val("+1.90810365568096291859129988007712434415611914533781399084092103647443047678232528362588073774601256151658591789352303291814563843381605113145840259144545910790138592914831744257293576965029956941055197434309652078604458604323463473054654395474003006440266108186175808947693056364377889334329604965369348314204215939064920135956926502296486481306254196822998552337652062196715360432045245685276503248644377049860300559425E+000000000000000750");
     return val;
   }
 
- static const mp_float& A000142_355(void)
+ const mp_float& A000142_355(void)
   {
     static const mp_float val("+6.77376797766741836099911457427379142175422296594923966748526967948422819257725475687187661899834459338388000852200676685941701644004698151667732919963137983304992004847652692113392198225856347140745950891799264879045828045348295329344023103932710672862944684060924121764310350093541507136870097627061186515424966583680466482647089083152527008637202398721644860798664820798339529533760622182731586532687538527004066985960E+000000000000000752");
     return val;
   }
 
- static const mp_float& A000142_356(void)
+ const mp_float& A000142_356(void)
   {
     static const mp_float val("+2.41146140004960093651568478844146974614450337587792932162475600589638523655750269344638807636341067524466128303383440900195245785265672541993712919506877122056577153725764358392367622568404859582105558517480538296940314784143993137246472225000044999539208307525688987348094484633300776540725754755233782399491288103790246067822363713602299615074844053944905570444324676204208872514018781497052444805636763715613447847002E+000000000000000755");
     return val;
   }
 
- static const mp_float& A000142_357(void)
+ const mp_float& A000142_357(void)
   {
     static const mp_float val("+8.60891719817707534336099469473604699373587705188420767820037894105009529451028461560360543261737611062344078043078884013697027453398450974917555122639551325741980438800978759460752412569205348708116843907405521720076923779394055499969905843250160648354973657866709684832697310140883772250390944476184603166183898530531178462125838457560209625817193272583312886486239094049025674875047049944477227956123246464740008813797E+000000000000000757");
     return val;
   }
 
- static const mp_float& A000142_358(void)
+ const mp_float& A000142_358(void)
   {
     static const mp_float val("+3.08199235694739297292323610071550482375744398457454634879573566089593411543468189238609074487702064760319179939422240476903535828316645449020484733904959374615628997090750395886949363699775514837505830118851176775787538713023071868989226291883557512111080569516282067170105637030436390465639958122474087933493835673930161889441050167806555046042555191584826013362073595669551191605266843880122847608292122234376923155339E+000000000000000760");
     return val;
   }
 
- static const mp_float& A000142_359(void)
+ const mp_float& A000142_359(void)
   {
     static const mp_float val("+1.10643525614411407727944176015686623172892239046226213921766910226164034744105079936660657741085041248954585598252584331208369362365675716198354019471880415487010809955579392123414821568219409826664593012667572462507726397975282800967132238786197146847877924456345262114067923693926664177164744965968197568124287006940928118309337010242553261529277313778952538796984420845368877786290796952964102291376871882141315412767E+000000000000000763");
     return val;
   }
 
- static const mp_float& A000142_360(void)
+ const mp_float& A000142_360(void)
   {
     static const mp_float val("+3.98316692211881067820599033656471843422412060566414370118360876814190525078778287771978367867906148496236508153709303592350129704516432578314074470098769495753238915840085811644293357645589875375992534845603260865027815032711018083481676059630309728652360528042842943610644525298135991037793081877485511245247433224987341225913613236873191741505398329604229139669143915043327960030646869030670768248956738775708735485961E+000000000000000765");
     return val;
   }
 
- static const mp_float& A000142_361(void)
+ const mp_float& A000142_361(void)
   {
     static const mp_float val("+1.43792325888489065483236251149986335475490753864475587612728276529922779553438961885684190800314119607141379443489058596838396823330432160771380883705655787966919248618270978003589902110057945010733305079262777172275041226808677528136885057526541812043502150623466302643442673632627092764643302557772269559534323394220430182554814378511222218683448796987126719420560953330641393571063519720072147337873382698030853510432E+000000000000000768");
     return val;
   }
 
- static const mp_float& A000142_362(void)
+ const mp_float& A000142_362(void)
   {
     static const mp_float val("+5.20528219716330417049315229162950534421276528989401627158076361038320461983449042026176770697137112977851793585430392120554996500456164421992398799014473952440247679998140940372995445638409760938854564386931253363635649241047412651855523908246081359597477785256948015569262478550110075808008755259135615805514250687077957260848428050210624431634084645093398724302430651056921844727249941386661173363101645366871689707763E+000000000000000770");
     return val;
   }
 
- static const mp_float& A000142_363(void)
+ const mp_float& A000142_363(void)
   {
     static const mp_float val("+1.88951743757027941388901428186151043994923380023152790658381719056910327699992002255502167763060772010960201071511232339761463729665587685183240764042254044735809907839325161355397346766742743220804206872456044970999740674500210792623555178693327533533884436048272129651642279713689957518307178159066228537401672999409298485687979382226456668683172726168903736921782326333662629635991728723358005930805897268174423363918E+000000000000000773");
     return val;
   }
 
- static const mp_float& A000142_364(void)
+ const mp_float& A000142_364(void)
   {
     static const mp_float val("+6.87784347275581706655601198597589800141521103284276157996509457367153592827970888210027890657541210119895131900300885716731727975982739174066996381113804722838348064535143587333646342230943585323727313015740003694439056055180767285149740850443712222063339347215710551931977898157831445366638128499001071876142089717849846487904244951304302274006748723254809602395287667854531971875009892553023141588133466056154901044661E+000000000000000775");
     return val;
   }
 
- static const mp_float& A000142_365(void)
+ const mp_float& A000142_365(void)
   {
     static const mp_float val("+2.51041286755587322929294437488120277051655202698760797668725951939011061382209374196660180090002541693761723143609823286607080711233699798534453679106538723835997043555327409376780914914294408643160469250745101348470255460140980059079655410411954961053118861733734351455171932827608477558822916902135391234791862747015193968085049407226070330012463283988005504874279998766904169734378610781853446679668715110496538881301E+000000000000000778");
     return val;
   }
 
- static const mp_float& A000142_366(void)
+ const mp_float& A000142_366(void)
   {
     static const mp_float val("+9.18811109525449601921217641206520214009058041877464519467536984096780484658886309559776259129409302599167906705611953228981915403115341262636100465529931729239749179412498318319018148586317535633967317457727070935401134984115987016231538802107755157454415033945467726325929274149047027865291875861815531919338217654075609923191280830447417407845615619396100147839864795486869261227825715461583614847587497304417332305563E+000000000000000780");
     return val;
   }
 
- static const mp_float& A000142_367(void)
+ const mp_float& A000142_367(void)
   {
     static const mp_float val("+3.37203677195840003905086874322792918541324301369029478644586073163518437869811275608437887100493214053894621760959586835036362952943330243387448870849484944630987948844386882823079660531178535577666005506985835033292216539170567234956974740373546142785770317457986655561616043612700259226562118441286300214397125879045748841811200064774202188679340932318368754257230379943681018870612037574401186649064611510721160956142E+000000000000000783");
     return val;
   }
 
- static const mp_float& A000142_368(void)
+ const mp_float& A000142_368(void)
   {
     static const mp_float val("+1.24090953208069121437071969750787794023207342903802848141207674924174785136090549423905142452981502771833220808033127955293381566683145529566581184472610459624203565174734372878893315075473701092581090026570787292251535686414768742464166704457464980545163476824539089246674704049473695395374859586393358478898142323488835573786521623836906405433997463093159701566660779819274614944385229827379636686855777035945387231860E+000000000000000786");
     return val;
   }
 
- static const mp_float& A000142_369(void)
+ const mp_float& A000142_369(void)
   {
     static const mp_float val("+4.57895617337775058102795568380406959945635095315032509641056320470204957152174127374209975651501745228064584781642242155032577981060807004100684570703932596013311155494769835923116332628497957031624222198046205108408166682870496659692775139448045778211653229482549239320229657942557936008933231873791492787134145173673803267272264791958184636051450638813759298780978277533123329144781498063030859374497817262638478885564E+000000000000000788");
     return val;
   }
 
- static const mp_float& A000142_370(void)
+ const mp_float& A000142_370(void)
   {
     static const mp_float val("+1.69421378414976771498034360300750575179884985266562028567190838573975834146304427128457690991055645734383896369207629597362053852992498591517253291160455060524925127533064839291553043072544244101700962213277095890111021672662083764086326801595776937938311694908543218548484973438746436323305295793302852331239633714259307208890737973024528315339036736361090940548961962687255631783569154283321417968564192387176237187659E+000000000000000791");
     return val;
   }
 
- static const mp_float& A000142_371(void)
+ const mp_float& A000142_371(void)
   {
     static const mp_float val("+6.28553313919563822257707476715784633917373295338945125984278011109450344682789424646578033576816445674564255529760305806213219794602169774529009710205288274547472223147670553771661789799139145617310569811258025752311890405576330764760272433920332439751136388110695340814879251457749278759462647393153582148899041079902029744984637879921000049907826291899647389436648881569718393917041562391122460663373153756423839966213E+000000000000000793");
     return val;
   }
 
- static const mp_float& A000142_372(void)
+ const mp_float& A000142_372(void)
   {
     static const mp_float val("+2.33821832778077741879867181338271883817262865866087586866151420132715528221997665968527028490575717790937903057070833759911317763592007156124791612196367238131659667010933446003058185805279762169639531969787985579860023230874395044490821345418363667587422736377178666783135081542282731698520104830253132559390443281723555065134285291330612018565711380586668828870433383943935242537139461209497555366774813197389668467431E+000000000000000796");
     return val;
   }
 
- static const mp_float& A000142_373(void)
+ const mp_float& A000142_373(void)
   {
     static const mp_float val("+8.72155436262229977211904586391754126638390489680506699010744797095028920268051294062605816269847427360198378402874209924469215258198186692345472713492449798231090557950781753591407033053693512892755454247309186212877886651161493515950763618410496480101086806686876427101093854152714589235479991016844184446526353440828860392950884136663182829250103449588274731686716522110878454663530190311425881518070053226263463383519E+000000000000000798");
     return val;
   }
 
- static const mp_float& A000142_374(void)
+ const mp_float& A000142_374(void)
   {
     static const mp_float val("+3.26186133162074011477252315310516043362758043140509505430018554113540816180251183979414575284922937832714193522674954511751486506566121822937206794846176224538427868673592375843186230362081373821890539888493635643616329607534398574965585593285525683557806465700891783735809101453115256374069516640299724983000856186869993786963630667112030378139538690146014749650831979269468542044160291176473279687758199906622535305436E+000000000000000801");
     return val;
   }
 
- static const mp_float& A000142_375(void)
+ const mp_float& A000142_375(void)
   {
     static const mp_float val("+1.22319799935777754303969618241443516261034266177691064536256957792577806067594193992280465731846101687267822571003107941906807439962295683601452548067316084201910450752597140941194836385780515183208952458185113366356123602825399465612094597482072131334177424637834418900928413044918221140276068740112396868625321070076247670111361500167011391802327008804755531119061992226050703266560109191177479882909324964983450739539E+000000000000000804");
     return val;
   }
 
- static const mp_float& A000142_376(void)
+ const mp_float& A000142_376(void)
   {
     static const mp_float val("+4.59922447758524356182925764587827621141488840828118402656326161300092550814154169410974551151741342344127012866971685861569595974258231770341461580733108476599183294829765249938892584810534737088865661242776026257499024746623501990701475686532591213816507116638257415067490833048892511487438018462822612226031207223486691239618719240627962833176749553105880797007673090769950644282266010558827324359739061868337774780665E+000000000000000806");
     return val;
   }
 
- static const mp_float& A000142_377(void)
+ const mp_float& A000142_377(void)
   {
     static const mp_float val("+1.73390762804963682280963013249611013170341292992200637801434962810134891656936121867937405784206486063735883850848325569811737682295353377418731015936381895677892102150821499226962504473571595882502354288526561899077132329477060250494456333822786887608823182972623045480444044059432476830764132960484124809213765123254482597336257153716741988107634581520917060471892755220271392894414285980677901283621626324363341092311E+000000000000000809");
     return val;
   }
 
- static const mp_float& A000142_378(void)
+ const mp_float& A000142_378(void)
   {
     static const mp_float val("+6.55417083402762719022040190083529629783890087510518410889424159422309890463218540660803393864300517320921640956206670653888368439076435766642803240239523565662432146130105267077918266910100632435858899210630403978511560205423287746869044941850134435161351631636515111916078486544654762420288422590629991778828032165901944217931052041049284715046858718149066488583754614732625865140886001006962466852089747506093429328934E+000000000000000811");
     return val;
   }
 
- static const mp_float& A000142_379(void)
+ const mp_float& A000142_379(void)
   {
     static const mp_float val("+2.48403074609647070509353232041657729688094343166486477727091756421055448485559826910444486274569896064629301922402328177823691638409969155557622428050779431386061783383309896222531023158928139693190522800828923107855881317855426056063368032961200950926152268390239227416193746400424154957289312161848766884175824190876836858595868723557678907002759454178496199173242998983665202888395794381638774936942014304809409715666E+000000000000000814");
     return val;
   }
 
- static const mp_float& A000142_380(void)
+ const mp_float& A000142_380(void)
   {
     static const mp_float val("+9.43931683516658867935542281758299372814758504032648615362948674400010704245127342259689047843365605045591347305128847075730028225957882791118965226592961839267034776856577605645617888003926930834123986643149907809852349007850619013040798525252563613519378619882909064181536236321611788837699386215025314159868131925331980062664301149519179846610485925878285556858323396137927770975904018650227344760379654358275756919531E+000000000000000816");
     return val;
   }
 
- static const mp_float& A000142_381(void)
+ const mp_float& A000142_381(void)
   {
     static const mp_float val("+3.59637971419847028683441609349912061042422990036439122453283444946404078317393517400941527228322295522370303323254090735853140754089953343416325751331918460760740249982356067750980415329496160647801238911040114875553744971991085843968544238121226736750883254175388353453165306038534091547163466147924644694909758263551484403875098737966807521558595137759626797163021213928550480741819431105736618353704648310503063386341E+000000000000000819");
     return val;
   }
 
- static const mp_float& A000142_382(void)
+ const mp_float& A000142_382(void)
   {
     static const mp_float val("+1.37381705082381564957074694771666407318205582193919744777154275969526357917244323647159663401219116889545455869483062661095899768062362177185036437008792852010602775493260017880874518655867533367460073264017323882461530579300594792395983898962308613438837403094998351019109146906720022971016444068507214273455527656676667042280287717903320473235383342624177436516274103720706283643375022682391388211115175654612170213582E+000000000000000822");
     return val;
   }
 
- static const mp_float& A000142_383(void)
+ const mp_float& A000142_383(void)
   {
     static const mp_float val("+5.26171930465521393785596080975482340028727379802712622496500876963285950823045759568621510826669217686959095980120129991997296111678847138618689553743676623200608630139185868483749406451972652797372080601186350469827662118721278054876618333025641989470747253853843684403188032652737687978992980782382630667334670925071634771933501959569717412491518202250599581857329817250305066354126336873559016848571122757164611918021E+000000000000000824");
     return val;
   }
 
- static const mp_float& A000142_384(void)
+ const mp_float& A000142_384(void)
   {
     static const mp_float val("+2.02050021298760215213668895094585218571031313844241647038656336753901805116049571674350660157440979591792292856366129916926961706884677301229576788637571823309033713973447373497759772077557498674190878950855558580413822253588970773072621439881846523956766945479875974810824204538651272183933304620434930176256513635227507752422464752474771486396742989664230239433214649824117145479984513359446662469851311138751210976520E+000000000000000827");
     return val;
   }
 
- static const mp_float& A000142_385(void)
+ const mp_float& A000142_385(void)
   {
     static const mp_float val("+7.77892582000226828572625246114153091498470558300330341098826896502521949696790850946250041606147771428400327497009600180168802571506007609733870636254651519739779798797772387966375122498596369895634883960793900534593215676317537476329592543545109117233552740097522503021673187473807397908143222788674481178587577495625904846826489297027870222627460510207286421817876401822851010097940376433869650508927547884192162259602E+000000000000000829");
     return val;
   }
 
- static const mp_float& A000142_386(void)
+ const mp_float& A000142_386(void)
   {
     static const mp_float val("+3.00266536652087555829033345000063093318409635503927511664147182049973472582961268465252516059973039771362526413845705669545157792601318937357274065594295486619555002335940141755020797284458198779715065208866445606352981251058569465863222721808412119252151357677643686166365850364889655592543283996428349734934804913311599270875024868652757905934199756940012558821700291103620489897804985303473685096446033483298174632206E+000000000000000832");
     return val;
   }
 
- static const mp_float& A000142_387(void)
+ const mp_float& A000142_387(void)
   {
     static const mp_float val("+1.16203149684357884105835904515024417114224528940019947014024959453339733889606010896052723715209566391517297722158288094113976065736710428757265063384992353321767785904008834859193048549085322927749730235831314449658603744159666383289067193339855490150582575421248106546383584091212296714314250906617771347419769501451588917828634624168617309596535305935784860263998012657101129590450529312444316132324614958036393582664E+000000000000000835");
     return val;
   }
 
- static const mp_float& A000142_388(void)
+ const mp_float& A000142_388(void)
   {
     static const mp_float val("+4.50868220775308590330643309518294738403191172287277394414416842678958167491671322276684568015013117599087115161974157805162227135058436463578188445933770330888459009307554279253669028370451052959668953315025500064675382527339505567161580710158639301784260392634442653399968306273903711251539293517676952827988705665632165001175102341774235161234556987030845257824312289109552382810948053732283946593419506037181207100736E+000000000000000837");
     return val;
   }
 
- static const mp_float& A000142_389(void)
+ const mp_float& A000142_389(void)
   {
     static const mp_float val("+1.75387737881595041638620247402616653238841366019750906427208151802114727154260144365630296957840102746044887798007947386208106355537731784331915305468236658715610554620638614629677252036105459601311222839544919525158723803135067665625854896251710688394077292734798192172587671140548543676848785178376334650087606503930912185457114810950177477720242667954998805293657480463615876913458792901858455224840187848463489562186E+000000000000000840");
     return val;
   }
 
- static const mp_float& A000142_390(void)
+ const mp_float& A000142_390(void)
   {
     static const mp_float val("+6.84012177738220662390618964870204947631481327477028535066111792028247435901614563025958158135576400709575062412230994806211614786597153958894469691326122968990881163020490597055741282940811292445113769074225186148119022832226763895940834095381671684736901441665712949473091917448139320339710262195667705135341665365330557523282747762705692163108946405024495340645264173808101919962489292317247975376876732609007609292526E+000000000000000842");
     return val;
   }
 
- static const mp_float& A000142_391(void)
+ const mp_float& A000142_391(void)
   {
     static const mp_float val("+2.67448761495644278994732015264250134523909199043518157210849710683044747437531294143149639831010372677443849403182318969228741381559487197927737649308514080875434534741011823448794841629857215346039483708022047783914537927400664683312866131294233628732128463691293763243978939722222474252826712518506072707918591157844247991603554375217925635775598044364577678192298291958967850705333313296043958372358802450121975233378E+000000000000000845");
     return val;
   }
 
- static const mp_float& A000142_392(void)
+ const mp_float& A000142_392(void)
   {
     static const mp_float val("+1.04839914506292557365934949983586052733372406025059117626653086587753540995512267304114658813756066089557988966047469035937666621571318981587673158528937519703170337618476634791927577918904028415647477613544642731294498867541060555858643523467339582462994357766987155191639744371111209907108071307254380501504087733874945212708593315085426849224034433390914449851380930447915397476490658812049231681964650560447814291484E+000000000000000848");
     return val;
   }
 
- static const mp_float& A000142_393(void)
+ const mp_float& A000142_393(void)
   {
     static const mp_float val("+4.12020864009729750448124353435493187242153555678482332272746630289871416112363210505170609138061339731962896636566553311235029822775283597639555513018724452433459426840613174732275381221292831673494587021230445933987380549436367984524469047226644559079567826024259519903144195378467054934934720237509715370911064794128534685944771728285727517450455323226293787915927056660307512082608289131353480510121076702559910165532E+000000000000000850");
     return val;
   }
 
- static const mp_float& A000142_394(void)
+ const mp_float& A000142_394(void)
   {
     static const mp_float val("+1.62336220419833521676560995253584315773408500937322038915462172334209337948271104939037220000396167854393381274807222004626601750173461737469984872129377434258783014175201590844516500201189375679356867286364795697991027936477928985902640804607297956277349723453558250841838812979116019644364279773578827856138959528886642666262240060944576641875479397351159752438875260324161159760547665917753271320987704220808604605220E+000000000000000853");
     return val;
   }
 
- static const mp_float& A000142_395(void)
+ const mp_float& A000142_395(void)
   {
     static const mp_float val("+6.41228070658342410622415931251658047304963578702422053716075580720126884895670864509197019001564863024853856035488526918275076913185173863006440244911040865322192905992046283835840175794698033933459625781140943007064560349087819494315431178198826927295531407641555090825263311267508277595238905105636370031748890139102238531735848240731077735408143619537081022133557278280436581054163280375125421717901431672193988190618E+000000000000000855");
     return val;
   }
 
- static const mp_float& A000142_396(void)
+ const mp_float& A000142_396(void)
   {
     static const mp_float val("+2.53926315980703594606476708775656586732765577166159133271565929965170246418685662345642019524619685757842126990053456659636930457621328849750550336984772182667588390772850328398992709614700421437650011809331813430797565898238776519748910746566735463209030437426055815966804271261933277927714606421832002532572560495084486458567395903329506783221624873336684084764888682199052886097448659028549667000288966942188819323485E+000000000000000858");
     return val;
   }
 
- static const mp_float& A000142_397(void)
+ const mp_float& A000142_397(void)
   {
     static const mp_float val("+1.00808747444339327058771253383935664932907934134965175908811674196172587828218207951219881751274015245863324415051222293875861391675667553350968483782954556519032591136821580374400105717036067310747054688304729932026633661600794278340317566386993978893985083658144158938821295690987511337302698749467305005431306516548541124051256173621814192938985074714663581651660806833023995780687117634334217799114719876048961271423E+000000000000000861");
     return val;
   }
 
- static const mp_float& A000142_398(void)
+ const mp_float& A000142_398(void)
   {
     static const mp_float val("+4.01218814828470521693909588468063946432973577857161400117070463300766899556308467645855129370070580678536031171903864729625928338869156862336854565456159134945749712724549889890112420753803547896773277659452825129466001973171161227794463914220236035998060632959413752576508756850130295122464741022879873921616599935863193673723999571014820487897160597364361054973610011195435503207134728184650186840476585106674865860265E+000000000000000863");
     return val;
   }
 
- static const mp_float& A000142_399(void)
+ const mp_float& A000142_399(void)
   {
     static const mp_float val("+1.60086307116559738155869925798757514626756457565007398646711114857005992922967078590696196618658161690735876437589642027120745407208793588072404971617007494843354135377095406066154855880767615610812537786121677226656934787295293329889991101773874178363226192550806087278026993983201987753863431668129069694725023374409414275815875828834913374670967078348380060934470394466978765779646756545675424549350157457563271478246E+000000000000000866");
     return val;
   }
 
- static const mp_float& A000142_400(void)
+ const mp_float& A000142_400(void)
   {
     static const mp_float val("+6.40345228466238952623479703195030058507025830260029594586844459428023971691868314362784786474632646762943505750358568108482981628835174352289619886468029979373416541508381624264619423523070462443250151144486708906627739149181173319559964407095496713452904770203224349112107975932807951015453726672516278778900093497637657103263503315339653498683868313393520243737881577867915063118587026182701698197400629830253085912983E+000000000000000868");
     return val;
   }
 
- static const mp_float& A000142_401(void)
+ const mp_float& A000142_401(void)
   {
     static const mp_float val("+2.56778436614961820002015360981207053461317357934271867429324628230637612648439194059476699376327691351940345805893785811501675633162904915268137574473680021728740033144861031330112388832751255439743310608939170271557723398821650501143545727245294182094614812851492963993955298349055988357196944395679027790338937492552700498408664829451201052972231193670801617738890512725033940310553397499263380977157652561931487451106E+000000000000000871");
     return val;
   }
 
- static const mp_float& A000142_402(void)
+ const mp_float& A000142_402(void)
   {
     static const mp_float val("+1.03224931519214651640810175114445235491449577889577290706588500548716320284672556011909633149283731923480019013969301896223673604531487775937791304938419368734953493324234134594705180310766004686776810864793546449166204806326303501459705382352608261202035154766300171525570029936320507319593171647062969171716252872006185600360283261439382823294836939855662250331033986115463644004842465794703879152817376329896457955345E+000000000000000874");
     return val;
   }
 
- static const mp_float& A000142_403(void)
+ const mp_float& A000142_403(void)
   {
     static const mp_float val("+4.15996474022435046112465005711214299030541798894996481547551657211326770747230400727995821591613439651624476626296286641781404626261895737029298958901830056001862578096663562416661876652386998887710547785117992190139805369495003110882612690881011292644201673708189691248047220643371644497960481737663765762016499074184927969451941543600712777878192867618318868834066964045318485339515137152656632985854026609482725560039E+000000000000000876");
     return val;
   }
 
- static const mp_float& A000142_404(void)
+ const mp_float& A000142_404(void)
   {
     static const mp_float val("+1.68062575505063758629435862307330576808338886753578578545210869513376015381881081894110311923011829619256288557023699803279687469009805877759836779396339342624752481551052079216331398167564347550635061305187668844816481369275981256796575527115928562228257476178108635264211077139922144377176034622016161367854665625970710899658584383614687962262789918517800823008963053474308668077164115409673279726285026750231021126256E+000000000000000879");
     return val;
   }
 
- static const mp_float& A000142_405(void)
+ const mp_float& A000142_405(void)
   {
     static const mp_float val("+6.80653430795508222449215242344688836073772491351993243108104021529172862296618381671146763288197909957987968655945984203282734249489713804927338956555174337630247550281760920826142162578635607580071998286010058821506749545567724090026130884819510677024442778521339972820054862416684684727562940219165453539811395785181379143617266753639486247164299169997093333186300366570950105712514667409176782891454358338435635561336E+000000000000000881");
     return val;
   }
 
- static const mp_float& A000142_406(void)
+ const mp_float& A000142_406(void)
   {
     static const mp_float val("+2.76345292902976338314381388391943667445951631488909256701890232740844182092427062958485585895008351442943115274314069586532790105292823804800499616361400781077880505414394933855413718006926056677509231304120083881531740315500495980550609139236721334871923768079664028964942274141173981999390553728981174137163426688783639932308610301977631416348705463018819893273637948827805742919280954968125773853930469485404868037903E+000000000000000884");
     return val;
   }
 
- static const mp_float& A000142_407(void)
+ const mp_float& A000142_407(void)
   {
     static const mp_float val("+1.12472534211511369693953225075521072650502314015986067477669324725523582111617814624103633459268399037277847916645826321718845572854179288553803343859090117898697365703658738079153383228818905067746257140776874139783418308408701864084097919669345583292872973608423259788731505575457810673751955367695337873825514662334941452449604392904895986453923123448659696562370645172916937368147348672027189958549701080559781291426E+000000000000000887");
     return val;
   }
 
- static const mp_float& A000142_408(void)
+ const mp_float& A000142_408(void)
   {
     static const mp_float val("+4.58887939582966388351329158308125976414049441185223155308890844880136215015400683666342824513815068072093619499914971392612889937245051497299517642945087681026685252070927651362945803573581132676404729134369646490316346698307503605463119512250929979834921732322366899938024542747867867548907977900196978525208099822326561125994385923051975624732006343670531561974472232305501104462041182581870935030882780408683907669020E+000000000000000889");
     return val;
   }
 
- static const mp_float& A000142_409(void)
+ const mp_float& A000142_409(void)
   {
     static const mp_float val("+1.87685167289433252835693625748023524353346221444756270521336355555975711941298879619534215226150362841486290375465223299578671984333226062395502715964540861539914268097009409407444833661594683264649534215957185414539385799607768974634415880510630361752482988519848062074652037983877957827503362961180564216810112827331563500531703842528258030515390594561247408847559143012949951724974843675985212427631057187151718236629E+000000000000000892");
     return val;
   }
 
- static const mp_float& A000142_410(void)
+ const mp_float& A000142_410(void)
   {
     static const mp_float val("+7.69509185886676336626343865566896449848719507923500709137479057779500418959325406440090282427216487650093790539407415528272555135766226855821561135454617532313648499197738578570523818012538201385063090285424460199611481778391852796001105110093584483185180252931377054506073355733899627092763788140840313288921462592059410352179985754365857925113101437701114376274992486353094802072396859071539370953287334467322044770179E+000000000000000894");
     return val;
   }
 
- static const mp_float& A000142_411(void)
+ const mp_float& A000142_411(void)
   {
     static const mp_float val("+3.16268275399423974353427328747994440887823717756558791455503892747374672192282742046877106077585976424188547911696447782120020160799919237742661626671847805780909533170270555792485289203153200769260930107309453142040319010919051499156454200248463222589109083954795969401996149206632746735125916925885368761746721125336417654745974145044367607221484690895158008649021911891121963651755109078402681461801094466069360400544E+000000000000000897");
     return val;
   }
 
- static const mp_float& A000142_412(void)
+ const mp_float& A000142_412(void)
   {
     static const mp_float val("+1.30302529464562677433612059444173709645783371715702222079667603811918364943220489723313367703965422286765681739618936486233448306249566725949976590188801295981734727666151468986503939151699118716935503204211494694520611432498649217652459130502366847706712942589375939393622413473132691654871877773464771929839649103638604073755341347758279454175251692648805099563397027699142249024523104940301904762262050920020576485024E+000000000000000900");
     return val;
   }
 
- static const mp_float& A000142_413(void)
+ const mp_float& A000142_413(void)
   {
     static const mp_float val("+5.38149446688643857800817805504437420837085325185850177189027203743222847215500622557284208617377194044342265584626207688144141504810710578173403317479749352404564425261205566914261268696517360300943628233393473088370125216219421268904656208974775081028724452894122629695660567644038016534620855204409508070237750798027434824609559766241694145743789490639565061196829724397457488471280423403446866668142270299684980883149E+000000000000000902");
     return val;
   }
 
- static const mp_float& A000142_414(void)
+ const mp_float& A000142_414(void)
   {
     static const mp_float val("+2.22793870929098557129538571478837092226553324626941973356257262349694258747217257738715662367594158334357697952035249982891674582991634179363788973436616231895489672058139104702504165240358187164590662088624897858585231839514840405326527670515556883545891923498166768694003475004631738845333034054625536341078428830383358017388357743224061376337928849124779935335487505900547400227110095289027002800610899904069582085624E+000000000000000905");
     return val;
   }
 
- static const mp_float& A000142_415(void)
+ const mp_float& A000142_415(void)
   {
     static const mp_float val("+9.24594564355759012087585071637173932740196297201809189428467638751231173800951619615669998825515757087584446500946287429000449519415281844359724239761957362366282139041277284515392285747486476733051247667793326113128712133986587682105089832639561066715451482517392090080114421269221716208132091326695975815475479646090935772161684634379854711802404723867836731642273149487271710942506895449462061622535234601888765655338E+000000000000000907");
     return val;
   }
 
- static const mp_float& A000142_416(void)
+ const mp_float& A000142_416(void)
   {
     static const mp_float val("+3.84631338771995749028435389801064356019921659635952622802242537720512168301195873760118719511414554948435129744393655570464187000076757247253645283740974262744373369841171350358403190870954374320949319029802023663061544247738420475755717370378057403753627816727235109473327599247996233942582949991905525939237799532773829281219260807902019560109800365129020080363185630186705031752082868506976217634974657594385726512621E+000000000000000910");
     return val;
   }
 
- static const mp_float& A000142_417(void)
+ const mp_float& A000142_417(void)
   {
     static const mp_float val("+1.60391268267922227344857557547043836460307332068192243708535138229453574181598679357969506036259869413497449103412154372883565979032007772104770083319986267564403695223768453099454130593187974091835866035427443867496663951306921338390134143447649937365262799575257040650377608886414429554057090146624604316662162405166686810268431756895142156565786752258801373511448407787855998240618556167409082753784432216858847955763E+000000000000000913");
     return val;
   }
 
- static const mp_float& A000142_418(void)
+ const mp_float& A000142_418(void)
   {
     static const mp_float val("+6.70435501359914910301504590546643236404084648045043578701676877799115940079082479716312535231566254148419337252262805278653305792353792487397938948277542598419207446035352133955718265879525731703873920028086715366136055316462931194470760719611176738186798502224574429918578405145212315535958636812890846043647838853596750866922044743821694214444988624441789741277854344553238072645785564779769965910818926666469984455088E+000000000000000915");
     return val;
   }
 
- static const mp_float& A000142_419(void)
+ const mp_float& A000142_419(void)
   {
     static const mp_float val("+2.80912475069804347416330423439043516053311467530873259476002611797829578893135559001134952262026260488187702308698115411755735126996239052219736419328290348737647919888812544127445953403521281583923172491768333738411007177597968170483248741517083053300268572432096686135884351755843960209566668824601264492288444479657038613240336747661289875852450233641109901595420970367806752438584151642723615716633130273250923486682E+000000000000000918");
     return val;
   }
 
- static const mp_float& A000142_420(void)
+ const mp_float& A000142_420(void)
   {
     static const mp_float val("+1.17983239529317825914858777844398276742390816362966768979921096955088423135116934780476679950051029405038834969653208472937408753338420401932289296117881946469812126353301268533527300429478938265247732446542700170132623014591146631602964471437174882386112800421480608177071427737454463288018000906332531086761146681455956217560941434017741747858029098129266158670076807554478836024205343689943918600985914714765387864406E+000000000000000921");
     return val;
   }
 
- static const mp_float& A000142_421(void)
+ const mp_float& A000142_421(void)
   {
     static const mp_float val("+4.96709438418428047101555454724916745085465336888090097405467818180922261398842295425806822589714833795213495222240007671066490851554749892134937936656282994637909051947398340526149934808106330096692953599944767716258342891428727319048480424750506254845534889774433360425470710774683290442555783815659955875264427528929575675931563437214692758482302503124210528001023359804355899661904496934663897310150700949162282909151E+000000000000000923");
     return val;
   }
 
- static const mp_float& A000142_422(void)
+ const mp_float& A000142_422(void)
   {
     static const mp_float val("+2.09611383012576635876856401893914866426066372166774021105107419272349194310311448669690479132859659861580094983785283237190059139356104454480943809268951423737197619921802099702035272489020871300804426419176691976261020700182922928638458739244713639544815723484810878099548639946916348566758540770208501379361588417208280935243119770504600344079531656318416842816431857837438189657323697706428164664883595800546483387662E+000000000000000926");
     return val;
   }
 
- static const mp_float& A000142_423(void)
+ const mp_float& A000142_423(void)
   {
     static const mp_float val("+8.86656150143199169759102580011259884982260754265454109274604383522037091932617427872790726731996361214483801781411748093313950159476321842454392313207664522408345932269222881739609202628558285602402723753117407059584117561773763988140680467005138695274570510340750014361090746975456154437388627457981960834699519004791028356078396629234459455456418906226903245113506758652363542250479241298191136532457610236311624729809E+000000000000000928");
     return val;
   }
 
- static const mp_float& A000142_424(void)
+ const mp_float& A000142_424(void)
   {
     static const mp_float val("+3.75942207660716447977859493924774191232478559808552542332432258613343726979429789418063268134366457154941131955318581191565114867617960461200662340800049757501138675282150501857594301914508713095418754871321780593263665846192075930971648518010178806796417896384478006089102476717593409481452778042184351393912596058031396022977240170795410809113521616240206975928126865668602141914203198310433041889762026740196128885439E+000000000000000931");
     return val;
   }
 
- static const mp_float& A000142_425(void)
+ const mp_float& A000142_425(void)
   {
     static const mp_float val("+1.59775438255804490390590284918029031273803387918634830491283709910671083966257660502676888957105744290849981081010397006415173818737633196010281494840021146937983936994913963289477578313666203065552970820311756752137057984631632270662950620154325992888477605963403152587868552604977199029617430667928349342412853324663343309765327072588049593873246686902087964769453917909155910313536359281934042803148861364583354776312E+000000000000000934");
     return val;
   }
 
- static const mp_float& A000142_426(void)
+ const mp_float& A000142_426(void)
   {
     static const mp_float val("+6.80643366969727129063914613750803673226402432533384377892868604219458817696257633741403546957270470679020919405104291247328640467822317415003799168018490085955811571598333483613174483616218025059255655694528083764103867014530753473024169641857428729704914601404097430024320034097202867866170254645374768198678755163065842499600293329225091269900030886202894729917873690293004177935664890541039022341414149413125091347088E+000000000000000936");
     return val;
   }
 
- static const mp_float& A000142_427(void)
+ const mp_float& A000142_427(void)
   {
     static const mp_float val("+2.90634717696073484110291540071593168467673838691755129360254894001708915156302009607579314550754490979941932585979532362609329479760129536206622244743895266703131541072488397502825504504125096700302164981563491767272351215204631732981320437073122067583998534799549602620384654559505624578854698733575026020835828454629114747329325251579113972247313188408636049674932065755112783978528908261023662539783841799404414005206E+000000000000000939");
     return val;
   }
 
- static const mp_float& A000142_428(void)
+ const mp_float& A000142_428(void)
   {
     static const mp_float val("+1.24391659173919451199204779150641876104164402960071195366189094632731415686897260112043946627722922139415147146799239851196793017337335441496434320750387174148940299579025034131209315927765541387729326612109174476392566320107582381716005147067296244925951372894207229921524632151468407319749811057970111136917734578581261111856951207675860780121850044638896229260870924143188271542810372735718127567027484290145089194228E+000000000000000942");
     return val;
   }
 
- static const mp_float& A000142_429(void)
+ const mp_float& A000142_429(void)
   {
     static const mp_float val("+5.33640217856114445644588502556253648486865288698705428120951215974417773296789245880668531032931335978090981259768738961634242044377169044019703236019160977098953885194017396422887965330114172553358811165948358503724109513261528417561662080918700890732331389716149016363340671929799467401726689438691776777377081342113610169866320680929442746722736691500864823529136264574277684918656499036230767262547907604722432643240E+000000000000000944");
     return val;
   }
 
- static const mp_float& A000142_430(void)
+ const mp_float& A000142_430(void)
   {
     static const mp_float val("+2.29465293678129211627173056099189068849352074140443334092009022868999642517619375728687468344160474470579121941700557753502724079082182688928472391488239220152550170633427480461841825091949094197944288801357794156601367090702457219551514694795041383014902497577944077036236488929813770982742476458637464014272144977108852373042517892799660381090776777345371874117528593766939404515022294585579229922895600270030646036593E+000000000000000947");
     return val;
   }
 
- static const mp_float& A000142_431(void)
+ const mp_float& A000142_431(void)
   {
     static const mp_float val("+9.88995415752736902113115871787504886740707439545310769936558888565388459250939509390642988563331644968196015568729403917596740780844207389281716007314311038857491235430072440790538266146300595993139884733852092814951892160927590616267028334566628360794229764560938972026179267287497352935620073536727469901512944851339153727813252117966536242501247910358552777446548239135508833459746089663846480967680037163832084417716E+000000000000000949");
     return val;
   }
 
- static const mp_float& A000142_432(void)
+ const mp_float& A000142_432(void)
   {
     static const mp_float val("+4.27246019605182341712866056612202111071985613883574252612593439860247814396405868056757771059359270626260678725691102492401792017324697592169701315159782368786436213705791294421512530975201857469036430205024104096059217413520719146227356240532783451863107258290325635915309443468198856468187871767866266997453592175778514410415324914961543656760539097274894799856908839306539816054610310734781679778037776054775460468453E+000000000000000952");
     return val;
   }
 
- static const mp_float& A000142_433(void)
+ const mp_float& A000142_433(void)
   {
     static const mp_float val("+1.84997526489043953961671002513083514094169770811587651381252959459487303633643740868576114868702564181170873888224247379209975943501594057409480669464185765684526880534607630484514925912262404284092774278775437073593641140054471390316445252150695234656725442839711000351328989021730104850725348475486093609897405412112096739709835688178348403377313429120029448338041527419731740351646264548160467343890357031717774382840E+000000000000000955");
     return val;
   }
 
- static const mp_float& A000142_434(void)
+ const mp_float& A000142_434(void)
   {
     static const mp_float val("+8.02889264962450760193652150906782451168696805322290406994637844054174897770013835369620338530169128546281592674893233625771295594796918209157146105474566223070846661520197116302794778459218834592962640369885396899396402547836405833973372394334017318410188421924345741524767812354308655052148012383609646266954739488566499850340686886694032070657540282380927805787100229001635753126144788139016428272484149517655140821527E+000000000000000957");
     return val;
   }
 
- static const mp_float& A000142_435(void)
+ const mp_float& A000142_435(void)
   {
     static const mp_float val("+3.49256830258666080684238685644450366258383110315196327042667462163566080529956018385784847260623570917632492813578556627210513583736659420983358555881436307035818297761285745591715728629760193047938748560900147651237435108308836537778416991535297533508431963537090397563273998374124264947684385386870196126125311677526427434898198795711903950736030022835703595517388599615711552609872982840472146298530605040179986257364E+000000000000000960");
     return val;
   }
 
- static const mp_float& A000142_436(void)
+ const mp_float& A000142_436(void)
   {
     static const mp_float val("+1.52275977992778411178328066940980359688655036097425598590603013503314811111060824016202193405631876920087766866720250689463783922509183507548744330364306229867616777823920585077988057682575444168901294372552464375939521707222652730471389808309389724609676336102171413337587463291118179517190392028675405510990635891401522361615614674930390122520909089956366767645581429432450236937904620518445855786159343797518474008211E+000000000000000963");
     return val;
   }
 
- static const mp_float& A000142_437(void)
+ const mp_float& A000142_437(void)
   {
     static const mp_float val("+6.65446023828441656849293652532084171839422507745749865840935169009485724555335800950803585182611302140783541207567495512956735741365131927988012723692018224521485319090532956790807812072854691018098656408054269322855709860562992432159973462312033096544285588766489076285257214582186444490122013165311522083029078845424652720260236129445804835416372723109322774611190846619807535418643191665608389785516332395155731415881E+000000000000000965");
     return val;
   }
 
- static const mp_float& A000142_438(void)
+ const mp_float& A000142_438(void)
   {
     static const mp_float val("+2.91465358436857445699990619809052867265667058392638441238329604026154747355237080816451970309983750337663191048914563034675050254717927784458749572977103982340410569761653435074373821687910354665927211506727769963410800918926590685286068376492670496286397087879722215412942659986997662686673441766406446672366736534295997891473983424697262517912371252721883375279701590819475700513365717949536474726056153589078210360156E+000000000000000968");
     return val;
   }
 
- static const mp_float& A000142_439(void)
+ const mp_float& A000142_439(void)
   {
     static const mp_float val("+1.27953292353780418662295882096174208729627838634368275703626696167481934088949078478422414966082866398234140870473493172222347061821170297377391062536948648247440240125365857997650107720992645698342045851453491013937341603408773310840584017280282347869728321579198052566281827734291973919449640935452430089168997338555943074357078723442098245363530979944906801747788998369749832525367550179846512404738651425605334348108E+000000000000000971");
     return val;
   }
 
- static const mp_float& A000142_440(void)
+ const mp_float& A000142_440(void)
   {
     static const mp_float val("+5.62994486356633842114101881223166518410362489991220413095957463136920509991375945305058625850764612152230219830083369957778327072013149308460520675162574052288737056551609775189660473972367641072705001746395360461324303054998602567698569676033242330626804614948471431291640042030884685245578420115990692392343588289646149527171146383145232279599536311757589927690271592826899263111617220791324654580850066272663471131677E+000000000000000973");
     return val;
   }
 
- static const mp_float& A000142_441(void)
+ const mp_float& A000142_441(void)
   {
     static const mp_float val("+2.48280568483275524372318929619416434618969858086128202175317241243381944906196791879530854000187193959133526945066766151380242238757798845031089617746695157059333041939259910858640269021814129713062905770160353963444017647254383732355069227130659867806420835192275901199613258535620146193300083271151895345023522435733951941482475554967047435303395513485097158111409772436662575032223194368974172670154879226244590769070E+000000000000000976");
     return val;
   }
 
- static const mp_float& A000142_442(void)
+ const mp_float& A000142_442(void)
   {
     static const mp_float val("+1.09740011269607781772564966891782064101584677274068665361490220629574819648538982010752637468082739729937018909719510638910067069530947089503741611044039259420225204537152880599518998907641845333173804350410876451842255800086437609700940598391751661570438009154985948330229060272744104617438636805849137742500396916594406758135254195295434966404100816960412943885243119417004858164242651911086584320208456618000109119929E+000000000000000979");
     return val;
   }
 
- static const mp_float& A000142_443(void)
+ const mp_float& A000142_443(void)
   {
     static const mp_float val("+4.86148249924362473252462803330594543970020120324124187551401677389016451043027690307634183983606537003620993770057432130371597118022095606501575336925093919231597656099587261055869165160853374825959953272320182681661193194382918610975166850875459860757040380556587751102914737008256383455253161049911680199276758340513221938539176085158776901170166619134629341411627019017331521667594947966113568538523462817740483401285E+000000000000000981");
     return val;
   }
 
- static const mp_float& A000142_444(void)
+ const mp_float& A000142_444(void)
   {
     static const mp_float val("+2.15849822966416938124093484678783977522688933423911139272822344760723304263104294496589577688721302429607721233905499865884989120401810449286699449594741700138829359308216743908805909331418898422726219252910161110657569778306015863272974081788704178176125928967124961489694143231665834254132403506160786008478880703187870540711394181810496944119553978895775427586762396443695195620412156896954424431104417491076774630170E+000000000000000984");
     return val;
   }
 
- static const mp_float& A000142_445(void)
+ const mp_float& A000142_445(void)
   {
     static const mp_float val("+9.60531712200555374652216006820588699975965753736404569764059434185218703970814110509823620714809795811754359490879474403188201585788056499325812550696600565617790648921564510394186296524814097981131675675450216942426185513461770591564734663959733592883760383903706078629138937380912962430889195602415497737731019129186023906165704109056711401332015206086200652761092664174443620510834098191447188718414657835291647104258E+000000000000000986");
     return val;
   }
 
- static const mp_float& A000142_446(void)
+ const mp_float& A000142_446(void)
   {
     static const mp_float val("+4.28397143641447697094888339041982560189280726166436438114770507646607541970983093287381334838805168932042444332932245583821937907261473198699312397610683852265534629419017771635807088250067087699584727351250796756322078739003949683837871660126041182426157131221052911068595966071887181244176581238677311991028034531616966662149904032639293284994078781914445491131447328221801854747832007793385446168412937394540074608499E+000000000000000989");
     return val;
   }
 
- static const mp_float& A000142_447(void)
+ const mp_float& A000142_447(void)
   {
     static const mp_float val("+1.91493523207727120601415087551766204404608484596397087837302416918033571261029442699459456672945910512622972616820713775968406244545878519818592641731975681962693979350300943921205768447779988201714373126009106150075969196334765508675528632076340408544492237655810651247662396834133570016146931813688758459989531435632784097981007102589764098392353215515757134535756955715145429072280907483643294437280583015359413349999E+000000000000000992");
     return val;
   }
 
- static const mp_float& A000142_448(void)
+ const mp_float& A000142_448(void)
   {
     static const mp_float val("+8.57890983970617500294339592231912595732646010991858953511114827792790399249411903293578365894797679096550917323356797716338459975565535768787295034959251055192869027489348228767001842646054347143680391604520795552340341999579749478866368271702005030279325224698031717589527537816918393672338254525325637900753100831634872758954911819602143160797742405510591962720191161603851522243818465526721959079017011908810171807996E+000000000000000994");
     return val;
   }
 
- static const mp_float& A000142_449(void)
+ const mp_float& A000142_449(void)
   {
     static const mp_float val("+3.85193051802807257632158476912128755483958058935344670126490557678962889262985944578816686286764157914351361878187202174635968529028925560185495470696703723781598193342717354716383827348078401867512495830429837203000813557811307516010999353994200258595417025889416241197697864479796358758879876281871211417438142273404057868770755407001362279198186340074255791261365831560129333487474491021498159626478638347055767141790E+000000000000000997");
     return val;
   }
 
- static const mp_float& A000142_450(void)
+ const mp_float& A000142_450(void)
   {
     static const mp_float val("+1.73336873311263265934471314610457939967781126520905101556920750955533300168343675060467508829043871061458112845184240978586185838063016502083472961813516675701719187004222809622372722306635280840380623123693426741350366101015088382204949709297390116367937661650237308538964039015908361441495944326842045137847164023031826040946839933150613025639183853033415106067614624202058200069363520959674171831915387256175095213806E+000000000000001000");
     return val;
   }
 
- static const mp_float& A000142_451(void)
+ const mp_float& A000142_451(void)
   {
     static const mp_float val("+7.81749298633797329364465628893165309254692880609282008021712586809455183759229974522708464818987858487176088931780926813423698129664204424396463057778960207414753533389044871396900977602925116590116610287857354603490151115578048603744323188931229424819398854042570261510727815961746710101146708914057623571690709743873535444670248098509264745632719177180702128364941955151282482312829479528130514961938396525349679414263E+000000000000001002");
     return val;
   }
 
- static const mp_float& A000142_452(void)
+ const mp_float& A000142_452(void)
   {
     static const mp_float val("+3.53350682982476392872738464259710719783121182035395467625814089237873743059171948484264226098182512036203592197164978919667511554608220399827201302116090013751468597091848281871399241876522152698732707850111524280777548304241277968892434081396915700018368282027241758202848972814709512965718312429154045854404200804230838020990952140526187665025989068085677362020953763728379682005398924746714992762796155229458055095247E+000000000000001005");
     return val;
   }
 
- static const mp_float& A000142_453(void)
+ const mp_float& A000142_453(void)
   {
     static const mp_float val("+1.60067859391061805971350524309648956061753895462034146834493782424756805605804892663371694422476677952400227265315735450609382734237523841121722189858588776229415274482607271687743856570064535172525916656100520499192229381821298919908272638872802812108320831758340516465890584685063409373470395530406782772045102964316569623508901319658363012256773047842811844995492054968955995948445712910261891721546658318944498958147E+000000000000001008");
     return val;
   }
 
- static const mp_float& A000142_454(void)
+ const mp_float& A000142_454(void)
   {
     static const mp_float val("+7.26708081635420599109931380365806260520362685397635026628601772208395897450354212691707492678044117903897031784533438945766597613438358238692618741957993044081545346151037013462357108828092989683267661618696363066332721393468697096383557780482524766971776576182865944755143254470187878555555595708046793785084767457997226090730411991248968075645749637206365776279533929559060221605943536612588988415821828768008025269987E+000000000000001010");
     return val;
   }
 
- static const mp_float& A000142_455(void)
+ const mp_float& A000142_455(void)
   {
     static const mp_float val("+3.30652177144116372595018778066441848536765021855923937116013806354820133339911166774726909168510073646273149461962714720323801914114452998605141527590886835057103132498721841125372484516782310305886786036506845195181388234028257178854518790119548768972158342163204004863590180783935484742777796047161291172213569193388737871282337456018280474418816084928896428207187937949372400830704309158727989729198932089443651497844E+000000000000001013");
     return val;
   }
 
- static const mp_float& A000142_456(void)
+ const mp_float& A000142_456(void)
   {
     static const mp_float val("+1.50777392777717065903328562798297482932764849966301315324902295697797980802999492049275470580840593582700556154654997912467653672836190567363944536581444396786039028419417159553169852939652733499484374432647121409002713034716885273557660568294514238651304204026421026217797122437474581042706674997505548774529387552185264469304745879944335896334980134727576771262477699704913814778801164976379963316514713032786305083017E+000000000000001016");
     return val;
   }
 
- static const mp_float& A000142_457(void)
+ const mp_float& A000142_457(void)
   {
     static const mp_float val("+6.89052684994166991178211531988219497002735364345997011034803491338936772269707678665188900554441512672941541626773340459977177284861390892853226532177200893312198359876736419157986227934212992092643591157197344839142398568656165700158508797105930070636460212400744089815332849539258835365169504738600357899599301113486658624722688671345615046250859215705025844669523087651456133539121323942056432356472238559833414229387E+000000000000001018");
     return val;
   }
 
- static const mp_float& A000142_458(void)
+ const mp_float& A000142_458(void)
   {
     static const mp_float val("+3.15586129727328481959620881650604529627252796870466631053939999033233041699526116828656516453934212804207226065062189930669547196466517028926777751737158009136986848823545279974357692393869550378430764749996383936327218544444523890672597029074515972351498777279540793135422445088980546597247633170278963918016479909976889650122991411476291691182893520792901836858641574144366909160917566365461846019264285260403703717059E+000000000000001021");
     return val;
   }
 
- static const mp_float& A000142_459(void)
+ const mp_float& A000142_459(void)
   {
     static const mp_float val("+1.44854033544843773219465984677627479098909033763544183653758459556253966140082487624353341052355803677131116763863545178177322163178131316277390988047355526193876963610007283508230180808786123623699721020248340226774193311900036465818722036345202831309337938771309224049158902295842070888136663625158044438369564278679392349406453057867617886252948126043941943118116482532264411304861162961746987322842306934525300006130E+000000000000001024");
     return val;
   }
 
- static const mp_float& A000142_460(void)
+ const mp_float& A000142_460(void)
   {
     static const mp_float val("+6.66328554306281356809543529517086403854981555312303244807288913958768244244379443072025368840836696914803137113772307819615681950619404054875998545017835420491834032606033504137858831720416168669018716693142365043161289234740167742766121367187933024022954518348022430626130950560873526085428652675727004416499995681925204807269684066191042276763561379802132938343335819648416292002361349624036141685074611898816380028199E+000000000000001026");
     return val;
   }
 
- static const mp_float& A000142_461(void)
+ const mp_float& A000142_461(void)
   {
     static const mp_float val("+3.07177463535195705489199567107376832177146496998971795856160189334992160596658923256203695035625717277724246209449033904842829379235545269297835329253222128846735489031381445407552921423111853756417628395538630284897354337215217329415181950273637124074582032958438340518646368208562695525382608883510149036006498009367519416151324354514070489588001796088783284576277812857919910613088582176680661316819396085354351193000E+000000000000001029");
     return val;
   }
 
- static const mp_float& A000142_462(void)
+ const mp_float& A000142_462(void)
   {
     static const mp_float val("+1.41915988153260415936010200003608096465841681613524969685546007472766378195656422544366107106459081382308601748765453664037387173206821914415599922114988623527191795932498227778289449697477676435464944318738847191622577703793430406189814061026420351322456899226798513319614622112355965332726765304181688854635002080327793970261911851785500566189656829793017877474240349540358998703246924965626465528370560991433710251166E+000000000000001032");
     return val;
   }
 
- static const mp_float& A000142_463(void)
+ const mp_float& A000142_463(void)
   {
     static const mp_float val("+6.57071025149595725783727226016705486636846985870620609644078014598908331045889236380415075902905546800088826096784050464493102611947585463744227639392397326930898015167466794613480152099321641896202692195760862497212534768563582780658839102552326226622975443420077116669815700380208119490524923358361219396960059631917686082312651873766867621458111121941672772705732818371862163996033262590850535396355697390338078462898E+000000000000001034");
     return val;
   }
 
- static const mp_float& A000142_464(void)
+ const mp_float& A000142_464(void)
   {
     static const mp_float val("+3.04880955669412416763649432871751345799497001443967962874852198773893465605292605680512595218948173715241215308907799415524799611943679655177321624678072359695936679037704592700654790574085241839838049178833040198706616132613502410225701343584279369153060605746915782134794484976416567443603564438279605800189467669209806342193070469427826576356563560580936166535460027724544044094159433842154648423909043589116868406785E+000000000000001037");
     return val;
   }
 
- static const mp_float& A000142_465(void)
+ const mp_float& A000142_465(void)
   {
     static const mp_float val("+1.41769644386276773795096986285364375796766105671445102736806272429860461506461061641438356776810900777587165118642126728219031819553811039657454555475303647258610555752532635605804477616949637455524692868157363692398576501665278620754951124766689906656173181672315838692679435514033703861275657463800016697088102466182559949119777768283939358005802055670135317438988912891912980503784136736601911517117705268939343809155E+000000000000001040");
     return val;
   }
 
- static const mp_float& A000142_466(void)
+ const mp_float& A000142_466(void)
   {
     static const mp_float val("+6.60646542840049765885151956089797991212930052428934178753517229523149750620108547249102742579938797623556189452872310553500688279120759444803738228514914996225125189806802081923048865694985310542745068765613314806577366497760198372718072241412774965017767026592991808307886169495397059993544563781308077808430557492410729362898164400203157408307037579422830579265688334076314489147634077192564907669768506553257342150662E+000000000000001042");
     return val;
   }
 
- static const mp_float& A000142_467(void)
+ const mp_float& A000142_467(void)
   {
     static const mp_float val("+3.08521935506303240668365963493935661896438334484312261477892546187310933539590691565330980784831418490200740474491369028484821426349394660723345752716465303237133463639776572258063820279558140023461947113541418014671630154454012640059339736739765908663297201418927174479782841154350427016985311285870872336537070348955810612473442774894874509679386549590461880517076452013638866431945114048927811881781892560371178784359E+000000000000001045");
     return val;
   }
 
- static const mp_float& A000142_468(void)
+ const mp_float& A000142_468(void)
   {
     static const mp_float val("+1.44388265816949916632795270915161889767533140538658138371653711615661516896528443652574899007301103853413946542061960705330896427531516701218525812271305761914978460983415435816773867890833209530980191249137383630866322912284477915547770996794210445254423090264057917656538369660235999843949125681787568253499348923311319366637571218650801270529952905208336160081991779542382989490150313374898215960673925718253711671080E+000000000000001048");
     return val;
   }
 
- static const mp_float& A000142_469(void)
+ const mp_float& A000142_469(void)
   {
     static const mp_float val("+6.77180966681495109007809820592109263009730429126306668963055907477452514244718400730576276344242177072511409282270595708001904245122813328714886059552424023381248982012218393980669440408007752700297096958454329228763054458614201423919045974964846988243244293338431633809164953706506839268121399447583695108911946450330087829530209015472257958785479125427096590784541446053776220708804969728272632855560711618609907737365E+000000000000001050");
     return val;
   }
 
- static const mp_float& A000142_470(void)
+ const mp_float& A000142_470(void)
   {
     static const mp_float val("+3.18275054340302701233670615678291353614573301689364134412636276514402681695017648343370849881793823224080362362667179982760894995207722264495996447989639290989187021545742645170914636991763643769139635570473534737518635595548674669241951608233478084474324817869062867890307528242058214456017057740364336701188614831655141279879198237271961240629175188950735397668734479645274823733138335772288137442113534460746656636562E+000000000000001053");
     return val;
   }
 
- static const mp_float& A000142_471(void)
+ const mp_float& A000142_471(void)
   {
     static const mp_float val("+1.49907550594282572281058859984475227552464025095690507308351686238283663078353312369727670294324890738541850672816241771880381542742837186577614327003120106055907087148044785875500794023120676215264768353693034861371277365503425769212959207477968177787406989216328610776334845802009419008784034195711602586259837585709571542823102369755093744336341513995796372301973939912924441978308156148747712735235474731011675275821E+000000000000001056");
     return val;
   }
 
- static const mp_float& A000142_472(void)
+ const mp_float& A000142_472(void)
   {
     static const mp_float val("+7.07563638805013741166597819126723074047630198451659194495419959044698889729827634385114603789213484285917535175692661163275400881746191520646339623454726900583881451338771389332363747789129591736049706629431124545672429165176169630685167459296009799156560989101071042864300472185484457721460641403758764207146433404549177682125043185244042473267531946060158877265316996389003366137614497022089204110311440730375107301873E+000000000000001058");
     return val;
   }
 
- static const mp_float& A000142_473(void)
+ const mp_float& A000142_473(void)
   {
     static const mp_float val("+3.34677601154771499571800768446940014024529083867634798996333640628142574842208471064159207592297978067238994138102628730229264617065948589265718641894085823976175926483238867154208052704258296891151511235720921910103058995128328235314084208247012635001053347844806603274814123343734148502250883383977895469980263000351761043645145426620432089855542610486455148946494939291998592183091657091448193544177311465467425753786E+000000000000001061");
     return val;
   }
 
- static const mp_float& A000142_474(void)
+ const mp_float& A000142_474(void)
   {
     static const mp_float val("+1.58637182947361690797033564243849566647626785753258894724262145657739580475206815284411464398749241603871283221460646018128671428489259631311950636257796680564707389153055223031094616981818432726405816325731716985388849963690827583538875914709083988990499286878438329952261894464929986390066918724005522452770644662166734734687798932218084810591527197370579740600638601224407332694785445461346443739940045634631559807295E+000000000000001064");
     return val;
   }
 
- static const mp_float& A000142_475(void)
+ const mp_float& A000142_475(void)
   {
     static const mp_float val("+7.53526618999968031285909430158285441576227232327979749940245191874263007257232372600954455894058897618388595301938068586111189285323983248731765522224534232682360098477012309397699430663637555450427627547225655680597037327531431021809660594868148947704871612672582067273243998708417435352817863939026231650660562145291989989767044928035902850309754187510253767853033355815934830300230865941395607764715216764499909084649E+000000000000001066");
     return val;
   }
 
- static const mp_float& A000142_476(void)
+ const mp_float& A000142_476(void)
   {
     static const mp_float val("+3.58678670643984782892092888755343870190284162588118360971556711332149191454442609358054321005572035266352971363722520646988926099814216026396320388578878294756803406875057859273304928995891476394403550712479412103964189767904961166381398443157238899107518887632149064022064143385206699227941303234976486265714427581158987235129113385745089756747442993254880793498043877368384979222909892188104309296004443179901956724293E+000000000000001069");
     return val;
   }
 
- static const mp_float& A000142_477(void)
+ const mp_float& A000142_477(void)
   {
     static const mp_float val("+1.71089725897180741439528307936299026080765545554532458183432551305435164323769124663791911119657860822050367340495642348613717749611381044591044825352124946598995225079402598873366451131040234240130493689852679573590918519290666476363927057386002954874286509400535103538524596394743595531728001643083783948745781956212836911156587085000407813968530307782578138498566929504719635089328018573725755534194119396813233357488E+000000000000001072");
     return val;
   }
 
- static const mp_float& A000142_478(void)
+ const mp_float& A000142_478(void)
   {
     static const mp_float val("+8.17808889788523944080945311935509344666059307750665150116807595239980085467616415892925335151964574729400755887569170426373570843142401393145194265183157244743197175879544422614691636406372319667823759837495808361764590522209385757019571334305094124299089514934557794914147570766874386641659847853940487275004837750697360435328486266301949350769574871200723502023149923032559855726987928782409111453447890716767255448791E+000000000000001074");
     return val;
   }
 
- static const mp_float& A000142_479(void)
+ const mp_float& A000142_479(void)
   {
     static const mp_float val("+3.91730458208702969214772804417108976095042408412568606905950838119950460938988263212711235537791031295382962070145632634232940433865210267316548053022732320231991447246301778432437293838652341120887580962160492205285238860138295777612374669132140085539263877653653183763876686397332831201355067122037493404727317282584035648522344921558633739018626363305146557469088813132596170893227217886773964386201539653331515359971E+000000000000001077");
     return val;
   }
 
- static const mp_float& A000142_480(void)
+ const mp_float& A000142_480(void)
   {
     static const mp_float val("+1.88030619940177425223090946120212308525620356038032931314856402297576221250714366342101393058139695021783821793669903664431811408255300928311943065450911513711355894678224853647569901042553123738026038861837036258536914652866381973253939841183427241058846661273753528206660809470719758976650432218577996834269112295640337111290725562348144194728940654386470347585162630303646162028749064585651502905376739033599127372786E+000000000000001080");
     return val;
   }
 
- static const mp_float& A000142_481(void)
+ const mp_float& A000142_481(void)
   {
     static const mp_float val("+9.04427281912253415323067450838221204008233912542938399624459295051341624215936102105507700609651933054780182827552236625917012873707997465180446144818884380951621853402261546044811224014680525179905246925436144403562559480287297291351450636092285029493052440726754470674038493554162040677688578971360164772834430142030021505308389954894573576646204547598922371884632251760538039358283000656983728974862114751611802663101E+000000000000001082");
     return val;
   }
 
- static const mp_float& A000142_482(void)
+ const mp_float& A000142_482(void)
   {
     static const mp_float val("+4.35933949881706146185718511304022620331968745845696308618989380214746662872081201214854711693852231732404048122880178053692000205127254778216975041802702271618681733339890065193599009975076013136714329018060221602517153669498477294431399206596481384215651276430295654864886553893106103606645895064195599420506195328458470365558643958259184463943470591942680583248392745348579334970692406316666157365883539310276888883615E+000000000000001085");
     return val;
   }
 
- static const mp_float& A000142_483(void)
+ const mp_float& A000142_483(void)
   {
     static const mp_float val("+2.10556097792864068607702040959842925620340904243471317062971870643722638167215220186774825748130627926751155243351125999933236099076464057878798945190705197191823277203166901488508321817961714345033020915723087034015785222367764533210365816786100508576159566515832801299740205530370248042009967316006474520104492343645441186564825031839186096084696295908314721708973696003363818790844432250949754007721749486863737330786E+000000000000001088");
     return val;
   }
 
- static const mp_float& A000142_484(void)
+ const mp_float& A000142_484(void)
   {
     static const mp_float val("+1.01909151331746209206127787824563976000244997653840117458478385391561756872932166570399015662095223916547559137781944983967686271953008604013338689472301315440842466166332780320438027759893469742995982123209974124463640047625998034073817055324472646150861230193663075829074259476699200052332824180947133667730574294324393534297375315410166070504993007219624325307143268865628088294768705209459680939737326751642048868100E+000000000000001091");
     return val;
   }
 
- static const mp_float& A000142_485(void)
+ const mp_float& A000142_485(void)
   {
     static const mp_float val("+4.94259383958969114649719770949135283601188238621124569673620169149074520833721007866435225961161835995255661818242433172243278418972091729464692643940661379888085960906713984554124434635483328253530513297568374503648654230986090465258012718323692333831676966439265917771010158461991120253814197277593598288493285327473308641342270279739305441949216085015177977739644853998296228229628220265879452557726034745463937010287E+000000000000001093");
     return val;
   }
 
- static const mp_float& A000142_486(void)
+ const mp_float& A000142_486(void)
   {
     static const mp_float val("+2.40210060604058989719763808681279747830177483969866540861379402206450217125188409823087519817124652293694251643665822521710233311620436580519840624955161430625609777000662996493304475232844897531215829462618230008773245956259239966115394181105314474242195005689483236036710937012527684443353699876910488768207736669152027999692343355953302444787319017317376497181467399043171966919599315049217413943054852886295473386999E+000000000000001096");
     return val;
   }
 
- static const mp_float& A000142_487(void)
+ const mp_float& A000142_487(void)
   {
     static const mp_float val("+1.16982299514176727993524974827783237193296434693325005399491768874541255739966755583843622150939705667029100550465255568072883622759152614713162384353163616714671961399322879292239279438395465097702108948295078014272570780698249863498196966198288148955948967770778335949878226325100982323913251840055408030117167757877037635850171214349258290611424361433562354127374623334024747889844866428968880590267713355625895539469E+000000000000001099");
     return val;
   }
 
- static const mp_float& A000142_488(void)
+ const mp_float& A000142_488(void)
   {
     static const mp_float val("+5.70873621629182432608401877159582197503286601303426026349519832107761328011037767249156876096585763655102010686270447172195672079064664759800232435643438449567599171628695650946127683659369869676786291667679980709650145409807459333871201195047646166905030962721398279435405744466492793740696668979470391186971778658439943662948835526024380458183750883795784288141588161870040769702442948173368137280506441175454370232607E+000000000000001101");
     return val;
   }
 
- static const mp_float& A000142_489(void)
+ const mp_float& A000142_489(void)
   {
     static const mp_float val("+2.79157200976670209545508517931035694579107148037375326884915197900695289397397468184837712411230438427344883225586248667203683646662621067542313661029641401838555994926432173312656437309431866271948496625495510567018921105395847614263017384378298975616560140770763758643913409044114976139200671130961021290429199763977132451181980572225922044051854182176138516901236611154449936384494601656777019130167649734797187043745E+000000000000001104");
     return val;
   }
 
- static const mp_float& A000142_490(void)
+ const mp_float& A000142_490(void)
   {
     static const mp_float val("+1.36787028478568402677299173786207490343762502538313910173608446971340691804724759410570479081502914829398992780537261846929804986864684323095733693904524286900892437513951764923201654281621614473254763346492800177839271341643965330988878518345366498052114468977674241735517570431616338308208328854170900432310307884348794901079170480390701801585408549266307873281605939465680468828402354811820739373782148370050621651435E+000000000000001107");
     return val;
   }
 
- static const mp_float& A000142_491(void)
+ const mp_float& A000142_491(void)
   {
     static const mp_float val("+6.71624309829770857145538943290278777587873887463121298952417474629282796761198568705901052290179311812349054552437955668425342485505600026400052437071214248683381868193503165772920122522762127063680888031279648873190822287471869775155393525075749505435882042680380526921391270819236221093302894673979121122643611712152582964298727058718345845784355976897571657812685162776491101947455562126039830325270348496948552308546E+000000000000001109");
     return val;
   }
 
- static const mp_float& A000142_492(void)
+ const mp_float& A000142_492(void)
   {
     static const mp_float val("+3.30439160436247261715605160098817158573233952631855679084589397517607136006509695803303317726768221411675734839799474188865268502868755212988825799039037410352223879151203557560276700281198966515330996911389587245609884565436159929376453614337268756674453964998747219245324505243064220777905024179597727592340656962379070818434973712889426156125903140633605255643841100086033622158148136566011596520033011460498687735805E+000000000000001112");
     return val;
   }
 
- static const mp_float& A000142_493(void)
+ const mp_float& A000142_493(void)
   {
     static const mp_float val("+1.62906506095069900025793343928716859176604338647504849788702572976180318051209280031028535639296733155956137276021140775110577371914296320003491118926245443303646372421543353877216413238631090492058181477315066512085673090760026845182591631868273497040505804744382379087944981084830660843507176920541679703023943882452881913488442040454487094970070248332367391032413662342414575723967031327043717084376274650025853053752E+000000000000001115");
     return val;
   }
 
- static const mp_float& A000142_494(void)
+ const mp_float& A000142_494(void)
   {
     static const mp_float val("+8.04758140109645306127419119007861284332425432918673957956190710502330771172973843353280966058125861790423318143544435429046252217256623820817246127495652489920013079762424168153449081398837587030767416497936428569703225068354532615202002661429271075380098675437248952694448206559063464566925453987475897732938282779317236652632903679845166249152147026761894911700123491971528004076397134755595962396818796771127714085533E+000000000000001117");
     return val;
   }
 
- static const mp_float& A000142_495(void)
+ const mp_float& A000142_495(void)
   {
     static const mp_float val("+3.98355279354274426533072463908891335744550589294743609188314401698653731730622052459874078198772301586259542481054495537377894847542028791304536833110347982510406474482399963235957295292424605580229871166478532142003096408835493644524991317407489182313148844341438231583751862246736414960628099723800569377804449975762032143053287321523357293330312778247137981291561128525906362017816581704020001386425304401708218472339E+000000000000001120");
     return val;
   }
 
- static const mp_float& A000142_496(void)
+ const mp_float& A000142_496(void)
   {
     static const mp_float val("+1.97584218559720115560403942098810102529297092290192830157403943242532250938388538020097542786591061586784733070603029786539435844380846280487050269222732599325161611343270381765034818465042604367794016098573351942433535818782404847684395693434114634427321826793353362865540923674381261820471537463005082411391007187977967942954430511475585217491835138010580438720614319748849555560837024525193920687666950983247276362280E+000000000000001123");
     return val;
   }
 
- static const mp_float& A000142_497(void)
+ const mp_float& A000142_497(void)
   {
     static const mp_float val("+9.81993566241808974335207592231086209570606548682258365882297597915385287163791033959884787649357576086320123360897058039100996146572806014020639838036981018646053208376053797372223047771261743707936260009909559153894673019348552092991446596367549733103789479162966213441738390661674871247743541191135259584613305724250500676483519642033658530934420635912584780441453169151782291137360011890213785817704746386738963520532E+000000000000001125");
     return val;
   }
 
- static const mp_float& A000142_498(void)
+ const mp_float& A000142_498(void)
   {
     static const mp_float val("+4.89032795988420869218933380931080932366162061243764666209384203761861873007567934912022624249380072890987421433726734903472296080993257394982278639342416547285734497771274791091367077790088348366552257484934960458639547163635578942309740404991039767085687160623157174293985718549514085881376283513185359273137426250676749336888792781732761948405341476684467220659843678237587580986405285921326465337216963700596003833225E+000000000000001128");
     return val;
   }
 
- static const mp_float& A000142_499(void)
+ const mp_float& A000142_499(void)
   {
     static const mp_float val("+2.44027365198222013740247757084609385250714868560638568438482717677169074630776399521099289500440656372602723295429640716832675744415635440096157041031865857095581514387866120754592171817254085834909576484982545268861134034654153892212560462090528843775757893150955429972698873556207528854806765473079494277295575699087697919107507598084648212254265396865549143109261995440556202912216237674741906203271264886597405912779E+000000000000001131");
     return val;
   }
 
- static const mp_float& A000142_500(void)
+ const mp_float& A000142_500(void)
   {
     static const mp_float val("+1.22013682599111006870123878542304692625357434280319284219241358838584537315388199760549644750220328186301361647714820358416337872207817720048078520515932928547790757193933060377296085908627042917454788242491272634430567017327076946106280231045264421887878946575477714986349436778103764427403382736539747138647787849543848959553753799042324106127132698432774571554630997720278101456108118837370953101635632443298702956390E+000000000000001134");
     return val;
   }
 
- static const mp_float& A000142_501(void)
+ const mp_float& A000142_501(void)
   {
     static const mp_float val("+6.11288549821546144419320631496946510053040745744399613938399207781308531950094880800353720198603844213369821855051249995665852739761166777440873387784823972024431693541604632490253390402221485016448489094881275898497140756808655499992463957536774753658273522343143352081610678258299859781290947510064133164625417126214683287364306533202043771696934819148200603488701298578593288295101675375228475039194518540926501811512E+000000000000001136");
     return val;
   }
 
- static const mp_float& A000142_502(void)
+ const mp_float& A000142_502(void)
   {
     static const mp_float val("+3.06866852010416164498498957011467148046626454363688606197076402306216883038947630161777567539699129795111650571235727497824258075360105722275318440667981633956264710157885525510107201981915185478257141525630400501045564659917945060996216906683460926336453308216257962744968560485666529610208055650052194848641959397359771010256881879667425973391861279212396702951328051886453830724141041038364694469675648307545103909379E+000000000000001139");
     return val;
   }
 
- static const mp_float& A000142_503(void)
+ const mp_float& A000142_503(void)
   {
     static const mp_float val("+1.54354026561239330742744975376767975467453106544935368917129430360027092168590657971374116472468662286941160237331570931405601811906133178304485175655994761880001149209416419331583922596903338295563342187392091452025919023938726365681097104061780845947236014032777755260719185924290264393934651991976254008866905576871964818159211585472715264616106223443835541584518010098886276854242943642297441318246851098695187266418E+000000000000001142");
     return val;
   }
 
- static const mp_float& A000142_504(void)
+ const mp_float& A000142_504(void)
   {
     static const mp_float val("+7.77944293868646226943434675898910596355963656986474259342332329014536544529696916175725547021242057926183447596151117494284233132006911218654605285306213599875205792015458753431182969888392825009639244624456140918210631880651180883032729404471375463574069510725199886514024697058422932545430646039560320204689204107434702683522426390782484933665175366156931129585970770898386835345384435957179104243964129537423743822745E+000000000000001144");
     return val;
   }
 
- static const mp_float& A000142_505(void)
+ const mp_float& A000142_505(void)
   {
     static const mp_float val("+3.92861868403666344606434511328949851159761646778169500967877826152340954987496942668741401245727239252722641036056314334613537731663490165420575669079637867936978924967806670482747399793638376629867818535350351163696369099728846345931528349258044609104905102916225942689582472014503580935442476249977961703368048074254524855178825327345154891500913559909250220440915239303685351849419140158375447643201885416398990630486E+000000000000001147");
     return val;
   }
 
- static const mp_float& A000142_506(void)
+ const mp_float& A000142_506(void)
   {
     static const mp_float val("+1.98788105412255170370855862732448624686839393269753767489746180033084523223673452990383149030337983061877656364244495053314450092221726023702811288554296761176111336033710175264270184295581018574713116178887277688830362764462796251041353344724570572207081982075610327000928730839338811953333892982488848621904232325572789576720485615636648375099462261314080611543103111087664788035806084920137976507460154020697889259026E+000000000000001150");
     return val;
   }
 
- static const mp_float& A000142_507(void)
+ const mp_float& A000142_507(void)
   {
     static const mp_float val("+1.00785569444013371378023922405351452716227572387765160117301313276773853274402440666124256558381357412371971776671958992030426196756415094017325323297028457916288447369091058858984983437859576417379549902695849788236993921582637699277966145775357280108990564912334435789470866535544777660340283742121846251305445789065404315397286207127780726175427366486238870052353277321446047534153685054509954089282298088493829854326E+000000000000001153");
     return val;
   }
 
- static const mp_float& A000142_508(void)
+ const mp_float& A000142_508(void)
   {
     static const mp_float val("+5.11990692775587926600361525819185379798436067729847013395890671446011174633964398583911223316577295654849616625493551679514565079522588677608012642348904566214745312634982579003643715864326648200288113505694916924243929121639799512332068020538814982953672069754658933810512002000567470514528641409978978956631664608452253922218213932209126088971171021750093459865954648792945921473500720076910566773554074289548655659977E+000000000000001155");
     return val;
   }
 
- static const mp_float& A000142_509(void)
+ const mp_float& A000142_509(void)
   {
     static const mp_float val("+2.60603262622774254639584016641965358317403958474492129818508351766019687888687878879210812668137843488318454862376217804872913625476997636902478434955592424203305364131206132712854651374942263933946649774398712714440159922914657951777022622454256826323419083505121397309550609018288842491895078477679300288925517285702197246409070891494445179286326050070797571071770916235609474030011866519147478487739023813380265730928E+000000000000001158");
     return val;
   }
 
- static const mp_float& A000142_510(void)
+ const mp_float& A000142_510(void)
   {
     static const mp_float val("+1.32907663937614869866187848487402332741876018821990986207439259400670040823230818228397514460750300179042411979811871080485185948993268794820264001827352136343685735706915127683555872201220554606312791384943343484364481560686475555406281537451670981424943732587611912627870810599327309670866490023616443147352013815708120595668626154662167041436026285536106761246603167280160831755306051924765214028746902144823935522773E+000000000000001161");
     return val;
   }
 
- static const mp_float& A000142_511(void)
+ const mp_float& A000142_511(void)
   {
     static const mp_float val("+6.79158162721211985016219905770625920310986456180373939520014615537423908606709481147111298894434033914906725216838661221279300199355603541531549049337769416716234109462336302462970506948237034038258363977060485205102500775107890088126098656378038715081462473522696873528419842162562552418127764020680024482968790598268496243866679650323673581738094319089505549970142184801621850269613925335550243686896669960050310521373E+000000000000001163");
     return val;
   }
 
- static const mp_float& A000142_512(void)
+ const mp_float& A000142_512(void)
   {
     static const mp_float val("+3.47728979313260536328304591754560471199225065564351457034247483155161041206635254347320985033950225364432243311021394545295001702070069013264153113260937941358711864044716186861040899557497361427588282356254968425012480396855239725120562512065555822121708786443620799246550959187232026838081415178588172535280020786313470076859739980965720873849904291373826841584712798618430387338042329771801724767691095019545758986943E+000000000000001166");
     return val;
   }
 
- static const mp_float& A000142_513(void)
+ const mp_float& A000142_513(void)
   {
     static const mp_float val("+1.78384966387702655136420255570089521725202458634512297458568958858597614139003885480175665322416465611953740818553975401736335873161945403804510547102861163917019186254939403859713981472996146412352788848758798802031402443586737978986848568689630136748436607445577470013480642063050029767935765986615732510598650663378810149429046610235414808285000901474773169732957665691254788704415715172934284805825531745026974360302E+000000000000001169");
     return val;
   }
 
- static const mp_float& A000142_514(void)
+ const mp_float& A000142_514(void)
   {
     static const mp_float val("+9.16898727232791647401200113630260141667540637381393208937044448533191736674479971368102919757220633245442227807367433564924766388052399375555184212108706382533478617350388535838929864771200192559493334682620225842441408560035833211992401643064698902886964162270268195869290500204077153007189837171204865104477064409767084168065299576610032114584904633580334092427402401653049613940696775988882223901943233169438648211950E+000000000000001171");
     return val;
   }
 
- static const mp_float& A000142_515(void)
+ const mp_float& A000142_515(void)
   {
     static const mp_float val("+4.72202844524887698411618058519583972958783428251417502602577890994593744387357185254573003674968626121402747320794228285936254689846985678410919869235983787004741487935450095957048880357168099168139067361549416308857325408418454104176086846178319934986786543569188120872684607605099733798702766143170505528805688171030048346553629281954166539011225886293872057600112236851320551179458839634274345309500765082260903829154E+000000000000001174");
     return val;
   }
 
- static const mp_float& A000142_516(void)
+ const mp_float& A000142_516(void)
   {
     static const mp_float val("+2.43656667774842052380394918196105330046732248977731431342930191753210372103876307591359669896283811078643817617529821795543107419961044610060034652525767634094446607774692249513837222264298739170759758758559498815370379910743922317754860812628013086453181856481701070370305257524231462640130627329875980852863735096251504946821672709488349934129792557327637981721657914215281404408600761251285562179702394782446626375844E+000000000000001177");
     return val;
   }
 
- static const mp_float& A000142_517(void)
+ const mp_float& A000142_517(void)
   {
     static const mp_float val("+1.25970497239593341080664172707386455634160572721487150004294909136409762377704051024732949336378730327658853708262917868295786536119860063401037915355821866826828896219515892998653843910642448151282795278175260887546486413854607838279263040128682765696295019801039453381447818140027666184947534329545882100930551044762028057506804790805476915945102752138388836550097141649300486079246593566914635646906138102524905836311E+000000000000001180");
     return val;
   }
 
- static const mp_float& A000142_518(void)
+ const mp_float& A000142_518(void)
   {
     static const mp_float val("+6.52527175701093506797840414624261840184951766697303437022247629326602569116506984308116677562441823097272862208801914557772174257100875128417376401543157270162973682417092325733026911457127881423644879540947851397490799623766868602286582547866576726306808202569384368515899697965343310838028227827047669282820254411867305337885248816372370424595632256076854173329503193743376517890497354676617812650973795371079012232092E+000000000000001182");
     return val;
   }
 
- static const mp_float& A000142_519(void)
+ const mp_float& A000142_519(void)
   {
     static const mp_float val("+3.38661604188867530028079175189991895055989966915900483814546519620506733371467124855912555654907306187484615486368193655483758439435354191648618352400898623214583341174470917055440967046249370458871692481751934875297725004735004804586736342342753320953233457133510487259751943244013178324936650242237740357783712039759131470362444135697260250365133140903887315958012157552812412785168127077164644765855399797590007348456E+000000000000001185");
     return val;
   }
 
- static const mp_float& A000142_520(void)
+ const mp_float& A000142_520(void)
   {
     static const mp_float val("+1.76104034178211115614601171098795785429114782796268251583564190202663501353162904925074528940551799217492000052911460700851554388506384179657281543248467284071583337410724876868829302864049672638613280090511006135154817002462202498385102898018231726895681397709425453375071010486886852728967058125963624986047530260674748364588470950562575330189869233270021404298166321927462454648287426080125615278244807894746803821197E+000000000000001188");
     return val;
   }
 
- static const mp_float& A000142_521(void)
+ const mp_float& A000142_521(void)
   {
     static const mp_float val("+9.17502018068479912352072101424726042085688018368557590750369430955876842049978734659638295780274873923133320275668710251436598364118261576014436840324514550012949187909876608486600667921698794447175189271562341964156596582828075016586386098674987297126500082066106612084119964636680502717918372836270486177307632658115438979505933652431017470289218705336811516393446537242079388717577489877454455599655449131630847908436E+000000000000001190");
     return val;
   }
 
- static const mp_float& A000142_522(void)
+ const mp_float& A000142_522(void)
   {
     static const mp_float val("+4.78936053431746514247781636943706993968729145588387062371692842958967711550088899492331190397303484187875593183899066751249904346069732542679536030649396595106759476088955589630005548655126770701425448799755542505289743416236255158658093543508343369100033042838507651507910621540347222418753390620533193784554584247536259147302097366568991119490972164185815611557379092440365440910575449716031225823020144446711302608204E+000000000000001193");
     return val;
   }
 
- static const mp_float& A000142_523(void)
+ const mp_float& A000142_523(void)
   {
     static const mp_float val("+2.50483555944803426951589796121558757845645343142726433620395356867540113140696494434489212577789722230258935235179211910903699972994470119821397344029634419240835205994523773376492901946631301076845509722272148730266535806691561447978182923254863582039317281404539501738637255065601597325008023294538860349322047561461463534038996922715582355493778441869181564844509265346311125596230960201484331105439535545630011264091E+000000000000001196");
     return val;
   }
 
- static const mp_float& A000142_524(void)
+ const mp_float& A000142_524(void)
   {
     static const mp_float val("+1.31253383315076995722633053167696789111118159806788651217087166998591019285724963083672347390761814448655682063233907041313538785849102342786412208271528435682197647941130457249282280620034801764267047094470605934659664762706378198740567851785548516988602255455978698911045921654375236998304204206338362823044752922205806891836434387502965154278739903539451139978522855041467029812425023145577789499250316625910125902383E+000000000000001199");
     return val;
   }
 
- static const mp_float& A000142_525(void)
+ const mp_float& A000142_525(void)
   {
     static const mp_float val("+6.89080262404154227543823529130408142833370338985640418889707626742602851250056056189279823801499525855442330831978011966896078625707787299628664093425524287331537651690934900558731973255182709262401997245970681156963240004208485543387981221874129714190161841143888169282991088685469994241097072083276404820984952841580486182141280534390567059963384493582118484887244988967701906515231371514283394871064162286028160987513E+000000000000001201");
     return val;
   }
 
- static const mp_float& A000142_526(void)
+ const mp_float& A000142_526(void)
   {
     static const mp_float val("+3.62456218024585123688051176322594683130352798306446860335986211666609099757529485555561187319588750599962666017620434294587337357122296119604677313141825775136388804789431757693893017932226105072023450551380578288562664242213663395822078122705792229664025128441685177042853312648557216970817059915803388935838085194671335731806313561089438273540740243624194323050690864197011202827011701416513065702179749362450812679432E+000000000000001204");
     return val;
   }
 
- static const mp_float& A000142_527(void)
+ const mp_float& A000142_527(void)
   {
     static const mp_float val("+1.91014426898956360183602969922007398009695924707497495397064733548302995572218038887780745717423271566180324991285968873247526787203450055031664944025742183496876900124030536304681620450283157372956358440577564758072524055646600609598235170665952505032941242688768088301583695765789653343620590575628385969186670897591793930661927246694133970155970108389950408247714085431824903889835166646502385625048727914011578282061E+000000000000001207");
     return val;
   }
 
- static const mp_float& A000142_528(void)
+ const mp_float& A000142_528(void)
   {
     static const mp_float val("+1.00855617402648958176942368118819906149119448245558677569650179313503981662131124532748233738799487386943211595398991565074694143643421629056719090445591872886351003265488123168871895597749507092920957256624954192262292701381405121867868170111622922657392976139669550623236191364336936965431671823931787791730562233928467195389497586254502736242352217229893815554793037108003549253832967989353259610025728338598113332928E+000000000000001210");
     return val;
   }
 
- static const mp_float& A000142_529(void)
+ const mp_float& A000142_529(void)
   {
     static const mp_float val("+5.33526216060012988756025127348557303528841881219005404343449448568436062992673648778238156478249288276929589339660665379245132019873700417710043988457181007568796807274432171563332327712094892521551863887546007677067528390307633094681022619890485260857608843778851922796919452317342396547133543948599157418254674217481591463610442231286319474722043229146138284284855166301338775552776400663678743337036102911184019531189E+000000000000001212");
     return val;
   }
 
- static const mp_float& A000142_530(void)
+ const mp_float& A000142_530(void)
   {
     static const mp_float val("+2.82768894511806884040693317494735370870286197046072864302028207741271113386117033852466222933472122786772682350020152650999919970533061221386323313882305934011462307855449050928566133687410293036422487860399384068845790046863045540180941988541957188254532687202791519082367309728191470169980778292757553431674977335265243475713534382581749321602682911447453290670973238139709551042971492351749733968629134542927530351530E+000000000000001215");
     return val;
   }
 
- static const mp_float& A000142_531(void)
+ const mp_float& A000142_531(void)
   {
     static const mp_float val("+1.50150282985769455425608151589704481932121970631464690944376978310614961208028144975659564377673697199776294327860701057680957504353055508556137679671504450960086485471243446043068616988014865602340341053872072940557114514884277181836080195915779266963156856904682296632737041465669670660259793273454260872219412965025844285603886757150908889771024625978597697346286789452185771603817862438779108737342070442294518616663E+000000000000001218");
     return val;
   }
 
- static const mp_float& A000142_532(void)
+ const mp_float& A000142_532(void)
   {
     static const mp_float val("+7.98799505484293502864235366457227843878888883759392155824085524612471593626709731270508882489224069102809885824218929626862693923158255305518652455852403679107660102707015132949125042376239085004450614406599428043763849219184354607367946642271945700243994478732909818086161060597362647912582100214776667840207276973937491599412677548042835293581851010206139749882245719885628304932311028174304858482659814753006839040645E+000000000000001220");
     return val;
   }
 
- static const mp_float& A000142_533(void)
+ const mp_float& A000142_533(void)
   {
     static const mp_float val("+4.25760136423128437026637450321702440787447775043756019054237584618447359403036286767181234366756428831797669144308689491117815861043350077841441758969331160964382834742839065861883647586535432307372177478717495147326131633825261005727115560330947058230049057164640933039923845298394291337406259414475963958830478627108683022486957133106831211479126588439872486687236968699039886528921778016904489571257681263352645208664E+000000000000001223");
     return val;
   }
 
- static const mp_float& A000142_534(void)
+ const mp_float& A000142_534(void)
   {
     static const mp_float val("+2.27355912849950585372224398471789103380497111873365714174962870186250889921221377133674779151847932996179955323060840188256913669797148941567329899289622839954980433752676061170245867811209920852136742773635142408672154292462689377058279709216725729094846196525918258243319333389342551574174942527330164754015475586876036734008035109079047866929853598226891907890984541285287299406444229461026997431051601794630312541426E+000000000000001226");
     return val;
   }
 
- static const mp_float& A000142_535(void)
+ const mp_float& A000142_535(void)
   {
     static const mp_float val("+1.21635413374723563174140053182407170308565954852250657083605135549644226107853436766516006846238644152956276097837549500717448813341474683738521496119948219375914532057681692726081539278997307655893157383894801188639602546467538816726179644430948265065742715141366268160175843363298265092183594252121638143398279438978679652694298783357290608807471675051387170721676729587628705182447662761649443625612606960127217209663E+000000000000001229");
     return val;
   }
 
- static const mp_float& A000142_536(void)
+ const mp_float& A000142_536(void)
   {
     static const mp_float val("+6.51965815688518298613390685057702432853913518008063521968123526546093051938094421068525796695839132659845639884409265323845525639510304304838475219202922455854901891829173873011797050535425569035587323577676134371108269649066008057652322894149882700752380953157723197338542520427278700894104065191371980448614777792925722938441441478795077663208048178275435235068187270589689859777919472402441017833283573306281884243794E+000000000000001231");
     return val;
   }
 
- static const mp_float& A000142_537(void)
+ const mp_float& A000142_537(void)
   {
     static const mp_float val("+3.50105643024734326355390797875986206442551559170330111296882333755251968890756704113798352825665614238337108617927775478905047268417033411698261192711969358794082315912266369807335016137523530572110392761212084157285140801548446326959297394158487010304028571845697356970797333469448662380133883007766753500906135674801113217943054074112956705142721871733908721231616564306663454700742756680110826576473278865473371838918E+000000000000001234");
     return val;
   }
 
- static const mp_float& A000142_538(void)
+ const mp_float& A000142_538(void)
   {
     static const mp_float val("+1.88356835947307067579200249257280579066092738833637599877722695560325559263227106813223513820208100460225364436445143207650915430408363975493664521679039515031216285960799306956346238681987659447795391305532101276619405751233064123904101998057266011543567371652985178050288965406563380360512029058178513383487500993042998911253363091872770707366784366992842892022609711596984938628999603093899624698142624029624674049338E+000000000000001237");
     return val;
   }
 
- static const mp_float& A000142_539(void)
+ const mp_float& A000142_539(void)
   {
     static const mp_float val("+1.01524334575598509425188934349674232116623986231330666334092532907015476442879410572327473949092166148061471431243932188923843416990108182791085177185002298601825578132870826449470622649591348442361715913681802588097859699914621562784310976952866380221982813320959010969105752354137662014315983662358218713699763035250176413165562706519423411270696773809142318800186634550774881921030786067611897712298874351967699312593E+000000000000001240");
     return val;
   }
 
- static const mp_float& A000142_540(void)
+ const mp_float& A000142_540(void)
   {
     static const mp_float val("+5.48231406708231950896020245488240853429769525649185598204099677697883572791548817090568359325097697199531945728717233820188754451746584187071859956799012412449858121917502462827141362307793281588753265933881733975728442379538956439035279275545478453198707191933178659233171062712343374877306311776734381053978720390350952631094038615204886420861762578569368521521007826574184362373566244765104247646413921500625576288002E+000000000000001242");
     return val;
   }
 
- static const mp_float& A000142_541(void)
+ const mp_float& A000142_541(void)
   {
     static const mp_float val("+2.96593191029153485434746952809138301705505313376209408628417925634555012880227910045997482394877854184946782639236023496722116158394902045205876236628265715135373243957368832389483477008516165339515516870230018080869087327330575433518086088070103843180500590835849654645145544927377765808622714671213300150202487731179865373421874890825843553686213555006028370142865234176633740044099338417921397976709931531838436771809E+000000000000001245");
     return val;
   }
 
- static const mp_float& A000142_542(void)
+ const mp_float& A000142_542(void)
   {
     static const mp_float val("+1.60753509537801189105632848422552959524383879849905499476602515693928816981083527244930635458023796968241156190465924735223386957850036908501584920252520017603372298224893907155100044538615761614017410143664669799831045331413171884966802659733996283003831320233030512817668885350638749068273511351797608681409748350299487032394656190827607206097927746813267376617432956923735487103901841422513397703376782890256432730321E+000000000000001248");
     return val;
   }
 
- static const mp_float& A000142_543(void)
+ const mp_float& A000142_543(void)
   {
     static const mp_float val("+8.72891556790260456843586366934462570217404467584986862157951660218033476207283552939973350537069217537549478114229971312262991181125700413163606116971183695586311579361173915852193241844683585564114537080099157013082576149573523335369738442355599816710804068865355684599942047453968407440725166640261015140054933542126214585902983116193907129111747665196041855032660956095883694974186998924247749529335931094092429725641E+000000000000001250");
     return val;
   }
 
- static const mp_float& A000142_544(void)
+ const mp_float& A000142_544(void)
   {
     static const mp_float val("+4.74853006893901688522910983612347638198268030366232853013925703158610211056762252799345502692165654340426916094141104393871067202532381024761001727632323930398953499172478610223593123563507870546878308171573941415116921425367996694441137712641446300290677413462753492422368473814958813647754490652301992236189883846916660734731222815209485478236790729866646769137767560116160730065957727414790775743958746515186281770749E+000000000000001253");
     return val;
   }
 
- static const mp_float& A000142_545(void)
+ const mp_float& A000142_545(void)
   {
     static const mp_float val("+2.58794888757176420244986486068729462818056076549596904892589508221442565025935427775643298967230281615532669271306901894659731625380147658494745941559616542067429657049000842571858252342111789448048677953507798071238722176825558198470420053389588233658419190337200653370190818229152553438026197405504585768723486696569580100428516434289169585639050947777322489180083320263307597885946961441060972780457516850776523565058E+000000000000001256");
     return val;
   }
 
- static const mp_float& A000142_546(void)
+ const mp_float& A000142_546(void)
   {
     static const mp_float val("+1.41302009261418325453762621393526286698658617796079910071353871488907640504160743565501241236107733762080837422133568434484213467457560621538131284091550631968816592748754460044234605778793037038634578162615257746896342308546754776364849349150715175577496877924111556740124186753117294177162303783405503829723023736326990734833969973121886593758921817486418079092325492863765948445727040946819291138129804200523981866522E+000000000000001259");
     return val;
   }
 
- static const mp_float& A000142_547(void)
+ const mp_float& A000142_547(void)
   {
     static const mp_float val("+7.72921990659958240232081539022588788241662639344557108090305677044324793557759267303291789561509303678582180699070619336628647666992856599813578123980781956869426762335686896441963293609997912601331142549505459875522992427750748626715725939854412010408907922244890215368479301539551599149077801695228105948584939837708639319541815752976719667861302341650706892635020445964799737998126913979101522525570028976866180809873E+000000000000001261");
     return val;
   }
 
- static const mp_float& A000142_548(void)
+ const mp_float& A000142_548(void)
   {
     static const mp_float val("+4.23561250881657115647180683384378655956431126360817295233487511020289986869652078482203900679707098415863035023090699396472498921512085416697840811941468512364445865759956419250195884898278856105529466117128992011786599850407410247440217815040217781704081541390199838021926657243674276333694635328985002059824547031064334347108915032631242377987993683224587377163991204388710256422973548860547634344012375879322667083811E+000000000000001264");
     return val;
   }
 
- static const mp_float& A000142_549(void)
+ const mp_float& A000142_549(void)
   {
     static const mp_float val("+2.32535126734029756490302195178023882120080688372088695083184643550139202791438991086729941473159197030308806227676793968663401907910134893767114605755866213288080780302216074168357540809155092001935676898303816614470843317873668225844679580457079562155540766223219711074037734826777177707198354795612766130843676320054319556562794352914552065515408532090298470063031171209401930776212478324440651254862794357748144229012E+000000000000001267");
     return val;
   }
 
- static const mp_float& A000142_550(void)
+ const mp_float& A000142_550(void)
   {
     static const mp_float val("+1.27894319703716366069666207347913135166044378604648782295751553952576561535291445097701467810237558366669843425222236682764871049350574191571913033165726417308444429166218840792596647445035300601064622294067099137958963824830517524214573769251393759185547421422770841090720754154727447738959095137587021371964021976029875756109536894103003636033474692649664158534667144165171061926916863078442358190174536896761479325957E+000000000000001270");
     return val;
   }
 
- static const mp_float& A000142_551(void)
+ const mp_float& A000142_551(void)
   {
     static const mp_float val("+7.04697701567477177043860802487001374764904526111614790449591062278696854059455862488335087634408946600350837272974524122034439481921663795561240812743152559369528804705865812767207527422144506311866068840309716250153890674816151558422301468575179613112366292039467334409871355392548237041664614208104487759521761087924615416163548286507550034544445556499649513526015964350092551217311915562217393627861698301155751086021E+000000000000001272");
     return val;
   }
 
- static const mp_float& A000142_552(void)
+ const mp_float& A000142_552(void)
   {
     static const mp_float val("+3.88993131265247401728211162972824758870227298413611364328174266377840663440819636093560968374193738523393662174681937315363010594020758415149804928634220212771979900197637928647498555137023767484150069999850963370084947652498515660249110410653499146438026193205785968594248988176686626846998867042873677243256012120534387709722278654152167619068533947187806531466360812321251088271956177390344001282579657462237974599484E+000000000000001275");
     return val;
   }
 
- static const mp_float& A000142_553(void)
+ const mp_float& A000142_553(void)
   {
     static const mp_float val("+2.15113201589681813155700773123972091655235696022727084473480369306945886882773258759739215510929137403436695182599111335395744858493479403577842125534723777662904884809293774542066700990774143418734988709917582743656976051831679160117758057091385027980228484842799640632619690461707704646390373474709143515520574702655516403476420095746148693344899272794857011900897529213651851814391766096860232709266550576617599953514E+000000000000001278");
     return val;
   }
 
- static const mp_float& A000142_554(void)
+ const mp_float& A000142_554(void)
   {
     static const mp_float val("+1.19172713680683724488258228310680538777000575596590804798308124596048021333056385352895525393054742121503929131159907679809242651605387589582124537546236972825249306184348751096304952348888875453979183745294340839985964732714750254705237963628627305501046580602911000910471308515786068374100266904988865507598398385271156087525936733043366376113074197128350784593097231184363125905173038417660568920933669019446150374247E+000000000000001281");
     return val;
   }
 
- static const mp_float& A000142_555(void)
+ const mp_float& A000142_555(void)
   {
     static const mp_float val("+6.61408560927794670909833167124276990212353194561078966630610091508066518398462938708570165931453818774346806677937487622941296716409901122180791183381615199180133649323135568584492485536333258769584469786383591661922104266566863913614070698138881545530808522346156055053115762262612679476256481322688203567171111038254916285768948868390683387427561794062346854491689633073215348773710363218016157511181863057926134577071E+000000000000001283");
     return val;
   }
 
- static const mp_float& A000142_556(void)
+ const mp_float& A000142_556(void)
   {
     static const mp_float val("+3.67743159875853837025867240921098006558068376175959905446619210878484984229545393921965012257888323238536824512933243118355360974323905023932519897960178050744154309023663376132977821958201291875888965201229276964028689972211176335969423308165218139315129538424462766609532363818012649788798603615414641183347137737269733454887535570825219963409724357498664851097379435988707733918182961949216983576217115860206930824851E+000000000000001286");
     return val;
   }
 
- static const mp_float& A000142_557(void)
+ const mp_float& A000142_557(void)
   {
     static const mp_float val("+2.04832940050850587223408053193051589652844085530009667333766900459316136215856784414534511827643796043865011253703816416923936062698415098330413583163819174264493950126180500506068646830718119574870153617084707268963980314521625219134968782648026503598527152902425761001509526646633045932360822213785955139124355719659241534372357312949647519619216467126756322061240345845710207792427909805713859851952933534135260469442E+000000000000001289");
     return val;
   }
 
- static const mp_float& A000142_558(void)
+ const mp_float& A000142_558(void)
   {
     static const mp_float val("+1.14296780548374627670661693681722787026286999725745394372241930456298404008448085703310257599825238192476676279566729560643556322985715624868370779405411099239587624170408719282386304931540710722777545718333266656081901015503066872277312580717598789007978151319553574638842315868821239630257338795292562967631390491569856776179775380625903315947522788656730027710172112981906295948174773671588333797389736912047475341949E+000000000000001292");
     return val;
   }
 
- static const mp_float& A000142_559(void)
+ const mp_float& A000142_559(void)
   {
     static const mp_float val("+6.38919003265414168678998867680830379476944328466916754540832391250708078407224799081504339983023081495944620402778018243997479845490150343014192656876248044749294819112584740788539444567312572940326480565482960607497826676662143816030177326211377230554597865876304482231128545706710729533138523865685426989059472847875499378844944377698799536146652388591120854899862111568856194350296984824178785927408629338345387161493E+000000000000001294");
     return val;
   }
 
- static const mp_float& A000142_560(void)
+ const mp_float& A000142_560(void)
   {
     static const mp_float val("+3.57794641828631934460239365901265012507088823941473382542866139100396523908045887485642430390492925637728987425555690216638588713474484192087947887850698905059605098703047454841582088957695040846582829116670457940198782938930800536976899302678371249110574804890730510049431985595758008538557573364783839113873304794810279652153168851511327740242125337611027678743922782478559468836166311501540120119348832429473416810436E+000000000000001297");
     return val;
   }
 
- static const mp_float& A000142_561(void)
+ const mp_float& A000142_561(void)
   {
     static const mp_float val("+2.00722794065862515232194284270609672016476830231166567606547904035322449912413742879445403449066531282765961945736742211534248268259185631761338765084242085738438460372409622166127551905266917914932967134452126904451517228740179101244040508802566270751032465543699816137731343919220242790130798657643733742882923989888566884857927725697854862275832314399786527775340680970471862017089300752364007386954694992934586830655E+000000000000001300");
     return val;
   }
 
- static const mp_float& A000142_562(void)
+ const mp_float& A000142_562(void)
   {
     static const mp_float val("+1.12806210265014733560493187760082635673259978589915610994879922067851216850776523498248316738375390580914470613504049122882247526761662325049872385977344052185002414729294207657363684170760007868192327529562095320301752682551980654899150765947042244162080245635559296669405015282601776448053508845595778363500203282317374589290155381842194432599017760692680028609741462705405186453604187022828572151468538586029237798828E+000000000000001303");
     return val;
   }
 
- static const mp_float& A000142_563(void)
+ const mp_float& A000142_563(void)
   {
     static const mp_float val("+6.35098963792032949945576647089265238840453679461224889901173961242002350869871827295138023237053448970548469554027796561827053575668158890030781533052447013801563594925926389110957541881378844297922803991434596653298867602767651087082218812281847834632511782928198840248750236041048001402541254800704232186506144479446818937703574799771554655532469992699788561072844435031431199733791572938524861212767872239344608807402E+000000000000001305");
     return val;
   }
 
- static const mp_float& A000142_564(void)
+ const mp_float& A000142_564(void)
   {
     static const mp_float val("+3.58195815578706583769305228958345594706015875216130837904262114140489325890607710594457845105698145219389336828471677260870458216676841613977360784641580115784081867538222483458580053621097668184028461451169112512460561327960955213114371410126962178732736645571504145900295133127151072791033267707597186953189465486408005880864816187071156825720313075882680748445084261357727196649858447137328021724001079942990359367374E+000000000000001308");
     return val;
   }
 
- static const mp_float& A000142_565(void)
+ const mp_float& A000142_565(void)
   {
     static const mp_float val("+2.02380635801969219829657454361465261008898969497113923415908094489376469128193356485868682484719452048954975308086497652391808892422415511897208843322492765418006255159095703154097730295920182523976080719910548569540217150297939695409619846721733630983996204747899842433666750216840356126933796254792410628552047999820523322688621145695203606531976887873714622871472607667115866107170022632590332274060610167789553042567E+000000000000001311");
     return val;
   }
 
- static const mp_float& A000142_566(void)
+ const mp_float& A000142_566(void)
   {
     static const mp_float val("+1.14547439863914578423586119168589337731036816735366480653403981480987081526557439771001674286351209859708516024376957671253763833111087179733820205320530905226591540420048167985219315347490823308570461687469370490359762907068633867601844833244501235136941851887311310817455380622731641567844528680212504415760459167898416200641759568463485241297098918536522476545253495939587580216658232810046128067118305354968887022093E+000000000000001314");
     return val;
   }
 
- static const mp_float& A000142_567(void)
+ const mp_float& A000142_567(void)
   {
     static const mp_float val("+6.49483984028395659661733295685901544934978750889527945304800574997196752255580683501579493203611359904547285858217349996008840933739864309090760564167410232634774034181673112476193518020272968159594517767951330680339855683079154029302460204496322003226460300201055132334972008130888407689678477616804900037361803481984019857638776753187961318154550868102082442011587321977461579828452180032961546140560791362673589415266E+000000000000001316");
     return val;
   }
 
- static const mp_float& A000142_568(void)
+ const mp_float& A000142_568(void)
   {
     static const mp_float val("+3.68906902928128734687864511949592077523067930505251872933126726598407755281169828228897152139651252425782858367467454797733021650364242927563552000447089012136551651415190327886477918235515045914649686092196355826433038027988959488643797396153910897832629450514199315166264100618344615567737375286345183221221504377766923279138825195810762028711784893081982827062581598883198177342560838258722158207838529493998598787871E+000000000000001319");
     return val;
   }
 
- static const mp_float& A000142_569(void)
+ const mp_float& A000142_569(void)
   {
     static const mp_float val("+2.09908027766105250037394907299317892110625652457488315698949107434494012754985632262242479567461562630270446411088981779910089319057254225783661088254393647905697889655243296567405935476008061125435671386459726465240398637925717949038320718411575300866766157342579410329604273251838086258042566537930409252875035990949379345829991536416323594337005604163648228598608929764539762907917116969212908020260123282085202710299E+000000000000001322");
     return val;
   }
 
- static const mp_float& A000142_570(void)
+ const mp_float& A000142_570(void)
   {
     static const mp_float val("+1.19647575826679992521315097160611198503056621900768339948400991237661587270341810389478213353453090699254154454320719614548750911862634908696686820305004379306247797103488679043421383221324594841498332690282044085187027223617659230951842809494597921494056709685270263887874435753547709167084262926620333274138770514841146227123095175757304448772093194373279490301207089965787664857512756672451357571548270270788565544870E+000000000000001325");
     return val;
   }
 
- static const mp_float& A000142_571(void)
+ const mp_float& A000142_571(void)
   {
     static const mp_float val("+6.83187657970342757296709204787089943452453311053387221105369659967047663313651737323920598248217147892741221934171308999073367706735645328658081743941575005838674921460920357337936098193763436544955479661510471726417925446856834208735022442214154131731063812302893206799763028152757419344051141311002102995332379639742944956872873453574208402488652139871425889619892483704647566336397840599697251733540623246202709261209E+000000000000001327");
     return val;
   }
 
- static const mp_float& A000142_572(void)
+ const mp_float& A000142_572(void)
   {
     static const mp_float val("+3.90783340359036057173717665138215447654803293922537490472271445501151263415408793749282582197980208594647978946345988747469966328252789127992422757534580903339722055075646444397299448166832685703714534366383989827511053355602109167396432836946496163350168500637254914289464452103377243864797252829893202913330121153932964515331283615444447206223509024006455608862578500679058407944419564823026827991585236496827949697411E+000000000000001330");
     return val;
   }
 
- static const mp_float& A000142_573(void)
+ const mp_float& A000142_573(void)
   {
     static const mp_float val("+2.23918854025727660760540222124197451506202287417613982040611538272159673937029238818338919599442659524733291936256251552300290706088848170339658240067314857613660737558345412639652583799595128908228428191938026171163833572760008552918156015570342301599646550865147065887863131055235160734528825871528805269338159421203588667284825511649668249166070670755699063878257480889100467752152410643594372439178340512682415176617E+000000000000001333");
     return val;
   }
 
- static const mp_float& A000142_574(void)
+ const mp_float& A000142_574(void)
   {
     static const mp_float val("+1.28529422210767677276550087499289337164560112977710425691311022968219652839854783081726539850080086567196909571411088391020366865294998849774963829798638728270241263358490266855160583100967603993323117782172427022248040470764244909375021552937376481118197120196594415819633437225704982261619546050257534224600103507770859895021489843686909575021324565013771262666119794030343668489735483709423169780088367454279706311378E+000000000000001336");
     return val;
   }
 
- static const mp_float& A000142_575(void)
+ const mp_float& A000142_575(void)
   {
     static const mp_float val("+7.39044177711914144340163003120913688696220649621834947725038382067263003829165002719927604137960497761382230035613758248367109475446243386206042021342172687553887264311319034417173352830563722961607927247491455377926232706894408228906373929389914766429633441130417890962892264047803648004312389788980821791450595169682444396373566601199730056372616248829184760330188815674476093815979031329183226235508112862108311290423E+000000000000001338");
     return val;
   }
 
- static const mp_float& A000142_576(void)
+ const mp_float& A000142_576(void)
   {
     static const mp_float val("+4.25689446362062547139933889797646284689023094182176929889622108070743490205599041566678299983465246710556164500513524751059455057857036190454680204293091468031039064243319763824291851230404704425886166094555078297685510039171179139850071383328590905463468862091120705194625944091534901250483936518452953351875542817737087972311174362291044512470626959325610421950188757828498230038003922045609538311652673008574387303284E+000000000000001341");
     return val;
   }
 
- static const mp_float& A000142_577(void)
+ const mp_float& A000142_577(void)
   {
     static const mp_float val("+2.45622810550910089699741854413241906265566325343116088546311956356818993848630646983973379090459447351990906916796303781361305568383509881892350477877113777053909540068395503726616398159943514453736317836558280177764539292601770363693491188180596952452421533426576646897299169740815638021529231371147354084032188205834299760023547607041932683695551755530877213465258913267043478731928263020316703605823592325947421473995E+000000000000001344");
     return val;
   }
 
- static const mp_float& A000142_578(void)
+ const mp_float& A000142_578(void)
   {
     static const mp_float val("+1.41969984498426031846450791850853821821497336048321099179768310774241378444508513956736613114285560569450744197908263585626834618525668711733778576212971763137159714159532601153984278136447351354259591709530685942747903711123823270214837906768385038517499646320561301906638920110191438776443895732523170660570604782972225261293610516870237091176028914696847029382919651868351130707054536025743054684166036364397609611969E+000000000000001347");
     return val;
   }
 
- static const mp_float& A000142_579(void)
+ const mp_float& A000142_579(void)
   {
     static const mp_float val("+8.22006210245886724390950084816443628346469575719779164250858519382857581193704295809504989931713395697119808905888846160779372441263621840938577956273106508564154744983693760681568970410030164341163035998182671608510362487406936734543911480188949373016322952196049938039439347438008430515610156291309158124703801693409184262890004892678672757909207416094744300127104784317753046793845763589052286621321350549862159653300E+000000000000001349");
     return val;
   }
 
- static const mp_float& A000142_580(void)
+ const mp_float& A000142_580(void)
   {
     static const mp_float val("+4.76763601942614300146751049193537304440952353917471915265497941242057397092348491569512894160393769504329489165415530773252036015932900667744375214638401774967209752090542381195310002837817495317874560878945949532936010242696023306035468658509590636349467312273708964062874821514044889699053890648959311712328204982177326872476202837753630199587340301334951694073720774904296767140430542881650326240366383318920052598914E+000000000000001352");
     return val;
   }
 
- static const mp_float& A000142_581(void)
+ const mp_float& A000142_581(void)
   {
     static const mp_float val("+2.76999652728658908385262359581445173880193317626051182769254303861635347710654473601886991507188780082015433205106423379259432925257015287959481999704911431255948865964605123474475111648771964779685119870667596678635821951006389540806607290594072159719040508431024908120530271299660080915150310467045360104862687094645026912908673848734859145960244715075606934256831770219396421708590145414238839545652868708292550559969E+000000000000001355");
     return val;
   }
 
- static const mp_float& A000142_582(void)
+ const mp_float& A000142_582(void)
   {
     static const mp_float val("+1.61213797888079484680222693276401091198272510858361788371706004847471772367600903636298229057183870007732982125371938406728989962499582897592418523828258452990962239991400181862144514979585283501776739764728541266966048375485718712749445443125749996956481575906856496526148617896402167092617480691820399581030083889083405663312848179963688022948862424174003235737476090267688717434399464631087004615569969588226264425902E+000000000000001358");
     return val;
   }
 
- static const mp_float& A000142_583(void)
+ const mp_float& A000142_583(void)
   {
     static const mp_float val("+9.39876441687503395685698301801418361685928738304249226207046008260760432903113268199618675403381962145083285790918400911230011481372568292963799993918746780937309859149863060256302522330982202815358392828367395586412062029081740095329266933423122482256287587536973374747446442336024634149959912433312929557405389073356255017113904889188301173791867932934438864349485606260625222642548878799237236908772922699359121603009E+000000000000001360");
     return val;
   }
 
- static const mp_float& A000142_584(void)
+ const mp_float& A000142_584(void)
   {
     static const mp_float val("+5.48887841945501983080447808252028323224582383169681548104914868824284092815418148628577306435575065892728638901896346132158326705121579883090859196448548120067388957743520027189680673041293606444169301411766559022464644224983736215672291889119103529637671951121592450852508722324238386343576588861054750861524747218840052929994520455285967885494450872833712296780099594056205130023248545218754546354723386856425727016157E+000000000000001363");
     return val;
   }
 
- static const mp_float& A000142_585(void)
+ const mp_float& A000142_585(void)
   {
     static const mp_float val("+3.21099387538118660102061967827436569086380694154263705641375198262206194297019616947717724264811413547246253757609362487312621122496124231608152629922400650239422540279959215905963193729156759769839041325883437028141816871615485686168290755134675564838038091406131583748717602559679456010992304483717029253991977123021430964046794466342291213014253760607721693616358262522880001063600398952971409617513181311009050304452E+000000000000001366");
     return val;
   }
 
- static const mp_float& A000142_586(void)
+ const mp_float& A000142_586(void)
   {
     static const mp_float val("+1.88164241097337534819808313146877829484619086774398531505845866181652829858053495531362586419179488338686304701959086417565195977782728799722377441134526781040301608604056100520894431525285861225125678216967694098491104686766674612094618382508919880995090321563993108076748515099972161222441490427458179142839298594090558544931421557276582650826352703716124912459185941838407680623269833786441246035862724248251303478409E+000000000000001369");
     return val;
   }
 
- static const mp_float& A000142_587(void)
+ const mp_float& A000142_587(void)
   {
     static const mp_float val("+1.10452409524137132939227479817217285907471403936571937993931523448630211126677401876909838228058359654808860860049983727110770038958461805437035557945967220470657044250580931005765031305342800539148773113360036435814278451132037997299540990532735970144118018758063954441051378363683658637573154880917951156846668274731157865874744454121354016035069037081365323613542147859145308525859392432641011423051419133723515141826E+000000000000001372");
     return val;
   }
 
- static const mp_float& A000142_588(void)
+ const mp_float& A000142_588(void)
   {
     static const mp_float val("+6.49460168001926341682657581325237641135931855147042995404317357877945641424863123036229848780983154770276101857093904315411327829075755415969769080722287256367463420193415874313898384075415667170194785906557014242587957292656383424121301024332487504447413950297416052113382104778459912788930150699797552802258409455419208251343497390233561614286205938038428102847627829411774414132053227503929147167542344506294269033937E+000000000000001374");
     return val;
   }
 
- static const mp_float& A000142_589(void)
+ const mp_float& A000142_589(void)
   {
     static const mp_float val("+3.82532038953134615251085315400564970629063862681608324293142923790109982799244379468339380931999078159692623993828309641777272091325619940006193988545427194000435954493921949970886148220419827963244728898962081388884306845374609836807446303331835140119526816725178054694782059714512888632679858762180758600530203169241913660041319962847567790814575297504634152577252791523535129923779350999814267681682440914207324460989E+000000000000001377");
     return val;
   }
 
- static const mp_float& A000142_590(void)
+ const mp_float& A000142_590(void)
   {
     static const mp_float val("+2.25693902982349422998140336086333332671147678982148911332954325036164889851554183886320234749879456114218648156358702688648590533882115764603654453241802044460257213151413950482822827450047698498314390050387628019441741038771019803716393318965782732670520821867855052269921415231562604293281116669686647574312819869852729059424378778080064996580599425527734150020579146998885726655029817089890417932192640139382321431983E+000000000000001380");
     return val;
   }
 
- static const mp_float& A000142_591(void)
+ const mp_float& A000142_591(void)
   {
     static const mp_float val("+1.33385096662568508991900938627022999608648278278450006597776006096373449902268522676815258737178758563503221060407993288991317005524330416880759781865905008276012012972485644735348291022978189812503804519779088159490068953913672703996388451508777595008277805723902335891523556401853499137329139951784808716418876543082962874119807857845318412979134260486890882662162275876341464453122621900125236997925850322374951966302E+000000000000001383");
     return val;
   }
 
- static const mp_float& A000142_592(void)
+ const mp_float& A000142_592(void)
   {
     static const mp_float val("+7.89639772242405573232053556671976157683197807408424039058833956090530823421429654246746331724098250695939068677615320270828596672704036067934097908646157648993991116797115016833261882856030883690022522757092201904181208207168942407658619632931963362449004609885501828477819453898972714892988508514566067601199749135051140214789262518444285004836474822082394025360000673187941469562485921648741403027721033908459715640509E+000000000000001385");
     return val;
   }
 
- static const mp_float& A000142_593(void)
+ const mp_float& A000142_593(void)
   {
     static const mp_float val("+4.68256384939746504926607759106481861506136299793195455161888535961684778288907784968320574712390262662691867725825884920601357826913493388284920059827171485853436732260689204982124296533626314028183355994955675729179456466851182847741561442328654273932259733662102584287346936162090819931542185549137678087511451237085326147370032673437461007868029569494859657038480399200449291450554151537703651995438573107716611374822E+000000000000001388");
     return val;
   }
 
- static const mp_float& A000142_594(void)
+ const mp_float& A000142_594(void)
   {
     static const mp_float val("+2.78144292654209423926405008909250225734644962077158100366161790361240758303611224271182421379159816021638969429140575642837206549186615072641242515537339862596941418962849387759381832140974030532740913461003671383132597141309602611558487496743220638715762281795288935066684080080281947039336058216187780783981802034828683731537799408021851838673609564279946636280857357125066879121629166013395969285290512425983667156644E+000000000000001391");
     return val;
   }
 
- static const mp_float& A000142_595(void)
+ const mp_float& A000142_595(void)
   {
     static const mp_float val("+1.65495854129254607236210980301003884312113752435909069717866265264938251190648678441353540720600090532875186810338642507488137896766035968221539296744717218245180144282895385716832190123879548166980843509297184472963895299079213553877300060562216280035878557668196916364677027647767758488404954638631729566469172210723066820264990647773001844010797690746568248587110127489414793077369353777970601724747854893460281958203E+000000000000001394");
     return val;
   }
 
- static const mp_float& A000142_596(void)
+ const mp_float& A000142_596(void)
   {
     static const mp_float val("+9.86355290610357459127817442593983150500197964518018055518482940979031977096266123510467102694776539575936113389618309344629301864725574370600374208598514620741273659926056498872319853138322107075205827315411219458864815982512112781108708360950809029013836203702453621533475084780695840590893529646245108216156266375909478248779344260727090990304354236849546761579176359836912166741121348516704786279497215165023280470892E+000000000000001396");
     return val;
   }
 
- static const mp_float& A000142_597(void)
+ const mp_float& A000142_597(void)
   {
     static const mp_float val("+5.88854108494383403099307013228607940848618184817256779144534315764482090326470875735748860308781594126833859693602130678743693213241167899248423402533313228582540374975855729826774952323578297923897878907300498016942295141559731330321898891487632990321260213610364812055484625614075416832763437198808329605045291026417958514521268523654073321211699479399179416662768286822636563544449445064472757408859837453518898441122E+000000000000001399");
     return val;
   }
 
- static const mp_float& A000142_598(void)
+ const mp_float& A000142_598(void)
   {
     static const mp_float val("+3.52134756879641275053385593910707548627473674520719553928431520827160290015229583689977818464651393287846648096774074145888728541518218403750557194714921310692359144235561726436411421489499822158490931586565697814131492494652719335532495537109604528212113607738998157609179806117217099265992535444887381103817084033797939191683718577145135846084596288680709291164335435519936664999580768148554708930498182797204301267791E+000000000000001402");
     return val;
   }
 
- static const mp_float& A000142_599(void)
+ const mp_float& A000142_599(void)
   {
     static const mp_float val("+2.10928719370905123756977970752513821627856731037911012803130480975469013719122520630296713260326184579420142209967670413387348396369412823846583759634237865104723127397101474135410441472210393472936068020352852990664764004296978881983964826728653112399056051035659896407898703864213042460329528731487541281186433336244965575818547427709936371804673176919744865407436925876442062334748880120984270649368411495525376459407E+000000000000001405");
     return val;
   }
 
- static const mp_float& A000142_600(void)
+ const mp_float& A000142_600(void)
   {
     static const mp_float val("+1.26557231622543074254186782451508292976714038622746607681878288585281408231473512378178027956195710747652085325980602248032409037821647694307950255780542719062833876438260884481246264883326236083761640812211711794398858402578187329190378896037191867439433630621395937844739222318527825476197717238892524768711860001746979345491128456625961823082803906151846919244462155525865237400849328072590562389621046897315225875644E+000000000000001408");
     return val;
   }
 
- static const mp_float& A000142_601(void)
+ const mp_float& A000142_601(void)
   {
     static const mp_float val("+7.60608962051483876267662562533564840790051372122707112168088514397541263471155809392849948016736221593389032809143419510674778317308102642790781037241061741567631597393947915732290051948790678863407461281392387884337138999494905848434177165183523123310996120034589586446882726134352231111948280605744073859958278610499345866401682024322030556727651475972599984659217554710450076779104461716269279961622491852864507512621E+000000000000001410");
     return val;
   }
 
- static const mp_float& A000142_602(void)
+ const mp_float& A000142_602(void)
   {
     static const mp_float val("+4.57886595154993293513132862645206034155610926017869681525189285667319840609635797254495668706075205399220197751104338545426216547019477790960050184419119168423714221631156645270838611273171988675771291691398217506370957677695933320757374653440480920233219664260822931041023401132880043129392864924657932463694883723520606211573812578641862395150046188535505190764848967935690946221020885953194106536896740095424433522598E+000000000000001413");
     return val;
   }
 
- static const mp_float& A000142_603(void)
+ const mp_float& A000142_603(void)
   {
     static const mp_float val("+2.76105616878460955988419116175059238595833388388775417959689139257393863887610385744460888229763348855729779243915916142892008577852745107948910261204728858559499675643587457098315682597722709171490088889913125156341687479650647792416696916024609994900631457549276227417737110883126666007023897549568733275608014885282925545579008984921043024275477851686909630031203927665221640571275594229776046241748734277540933414127E+000000000000001416");
     return val;
   }
 
- static const mp_float& A000142_604(void)
+ const mp_float& A000142_604(void)
   {
     static const mp_float val("+1.66767792594590417417005146169735780111883366586820352447652240111465893788116672989654376490777062708860786663325213350306773181023058045201141797767656230569937804088726824087382672289024516339580013689507527594430379237708991266619684937278864436919981400359762841360313214973408506268242434119939514898467240990710887029529721426892309986662388622418893416538847172309793870905050458914784731930016235503634723782132E+000000000000001419");
     return val;
   }
 
- static const mp_float& A000142_605(void)
+ const mp_float& A000142_605(void)
   {
     static const mp_float val("+1.00894514519727202537288113432690146967689436785026313230829605267436865741810587158740897776920122938860775931311754076935597774518950117346690787649432019494812371473679728572866516734859832385445908282152054194630379438813939716304909387053712984336588747217656519022989495058912146292286672642563406513572680799380086652865481463269847541930745116563430517006002539247425291897555527643444762817659822479699007888190E+000000000000001422");
     return val;
   }
 
- static const mp_float& A000142_606(void)
+ const mp_float& A000142_606(void)
   {
     static const mp_float val("+6.11420757989546847375965967402102290624197986917259458178827407920667406395372158181969840528135945009496302143749229706229722513584837711120946173155558038138562971130499155151571091413250584255802204189841448419460099399212474680807750885545500685079727808138998505279316340057007606531257236213934243472250445644243325116364817667415276104100315406374388933056375387839397268899186497519275262675018524226975987802432E+000000000000001424");
     return val;
   }
 
- static const mp_float& A000142_607(void)
+ const mp_float& A000142_607(void)
   {
     static const mp_float val("+3.71132400099654936357211342213076090408888178058776491114548236607845115681990900016455693200578518620764255401255782431681441565745996490650414327105423729150107723476212987177003652487843104643271937943233759190612280335321972131250304787526118915843394779540372092704545018414603617164473142381858085787656020506055698345633444324121072595188891451669254082365219860418514142221806203994200084443736244205774424596076E+000000000000001427");
     return val;
   }
 
- static const mp_float& A000142_608(void)
+ const mp_float& A000142_608(void)
   {
     static const mp_float val("+2.25648499260590201305184496065550262968604012259736106597645327857569830334650467210005061465951739321424667283963515718462316471973565866315451910880097627323265495873537496203618220712608607623109338269486125587892266443875759055800185310815880300832784025960546232364363371196078999235999670568169716158894860467681864594145134149065612137874846002614906482078053675134456598470858172028473651341791636477110850154414E+000000000000001430");
     return val;
   }
 
- static const mp_float& A000142_609(void)
+ const mp_float& A000142_609(void)
   {
     static const mp_float val("+1.37419936049699432594857358103920110147879843466179288917966004665260026673802134530893082432764609246747622375933781072543550731431901612586110213725979455039868686986984335188003496413978642042473587006117050483026390264320337264982312854286871103207165471809972655509897293058412110534723799376015357140766970024818255537834386696780957791965781215592478047585534688156884068468752626765340453667151106614560507744038E+000000000000001433");
     return val;
   }
 
- static const mp_float& A000142_610(void)
+ const mp_float& A000142_610(void)
   {
     static const mp_float val("+8.38261609903166538828629884433912671902067045143693662399592628458086162710193020638447802839864116405160496493196064542515659461734599836775272303728474675743198990620604444646821328125269716459088880737314007946460980612354057316392108411149913729563709378040833198610373487656313874261815176193693678558678517151391358780789758850363842530991265415114116090271761597756992817659391023268576767369621750348819097238634E+000000000000001435");
     return val;
   }
 
- static const mp_float& A000142_611(void)
+ const mp_float& A000142_611(void)
   {
     static const mp_float val("+5.12177843650834755224292859389120642532162964582796827726151095987890645415927935610091607535156975123553063357342795435477067931119840500269691377578098026879094583269189315679207831484539796756503306130498858855287659154148329020315578239212597288763426429982949084350938200958007777173969072654346837599352573979500120215062542657572307786435663168634724931156046336229522611589887915217100404862838889463128468412805E+000000000000001438");
     return val;
   }
 
- static const mp_float& A000142_612(void)
+ const mp_float& A000142_612(void)
   {
     static const mp_float val("+3.13452840314310870197267229946141833229683734324671658568404470744589074994547896593376063811516068775614474774693790806511965573845342386165051123077795992450005884960743861195675192868538355614980023351865301619436047402338777360433133882398109540723216975149564839622774178986300759630469072464460264610803775275454073571618276106434252365298625859204451657867500357772467838293011404112865447776057400351434622668637E+000000000000001441");
     return val;
   }
 
- static const mp_float& A000142_613(void)
+ const mp_float& A000142_613(void)
   {
     static const mp_float val("+1.92146591112672563430924811956984943769796129141023726702431940566433102971657860611739527116459350159451673036887293764391834896767194882719176338446688943371853607480935986912948893228414011991982754314693429892714297057633670521945511069910041148463332005766683246688760571718602365653477541420714142206422714243853347099402003253244196699928057651692328866272777719314522784873615990721186519486723186415429423695874E+000000000000001444");
     return val;
   }
 
- static const mp_float& A000142_614(void)
+ const mp_float& A000142_614(void)
   {
     static const mp_float val("+1.17978006943180953946587834541588755474654823292588568195293211507789925224597926415608069649506040997903327244648798371336586626615057657989574271806267011230318114993294695964550620442246203363077411149221765954126578393387073700474543796924765265156485851540743513466898991035221852511235210432318483314743546545725955119032829997491936773755827398139089923891485519659116989912400218302808522964848036459073666149267E+000000000000001447");
     return val;
   }
 
- static const mp_float& A000142_615(void)
+ const mp_float& A000142_615(void)
   {
     static const mp_float val("+7.25564742700562866771515182430770846169127163249419694401053250772908040131277247455989628344462152137105462554590109983720007753682604596635881771608542119066456407208762380181986315719814150682926078567713860617878457119330503257918444351087306380712387986975572607821428794866614392944096544158758672385672811256214623982051904484575411158598338498555403031932635945903569487961261342562272416233815424223303046817991E+000000000000001449");
     return val;
   }
 
- static const mp_float& A000142_616(void)
+ const mp_float& A000142_616(void)
   {
     static const mp_float val("+4.46947881503546725931253352377354841240182332561642531751048802476111352720866784432889611060188685716456964933627507749971524776268484431527703171310861945344937146840597626192103570483405516820682464397711738140613129585507590006877761720269780730518830999976952726418000137637834466053563471201795342189574451733828208372943973162498453273696576515110128267670503742676598804584136987018359808400030301321554676839883E+000000000000001452");
     return val;
   }
 
- static const mp_float& A000142_617(void)
+ const mp_float& A000142_617(void)
   {
     static const mp_float val("+2.75766842887688329899583318416827937045192499190533442090397111127760704628774805995092890024136419087053947364048172281732430786957654894252592856698801820277826219600648735360527902988261203878361080533388142432758300954258183034243578981406454710730118726985779832199906084922543865555048661731507726130967436719772004566106431441261545669870787709822949141152700809231461462428412520990328001782818695915399235610208E+000000000000001455");
     return val;
   }
 
- static const mp_float& A000142_618(void)
+ const mp_float& A000142_618(void)
   {
     static const mp_float val("+1.70423908904591387877942490781599665093928964499749667211865414676956115460582830104967406034916306995799339470981770470110642226339830724648102385439859524931696603713200918452806244046745423996827147769633872023444629989731557115162531810509189011231213373277211936299541960482132108913020072950071774748937875892819098821853774630699635223980146804670582569232369100105043183780758937972022705101781954075716727607108E+000000000000001458");
     return val;
   }
 
- static const mp_float& A000142_619(void)
+ const mp_float& A000142_619(void)
   {
     static const mp_float val("+1.05492399611942069096446401793810192693142029025345044004144691685035835470100771834974824335613194030399791132537715920998487538104355218557175376587273045932720197698471368522287065064935417454036004469403366782512225963643833854285607190705187997952121078058594188569416473538439775417159425156094428569592545177655022170727486496403074203643710872091090610354836472965021730760289782604682054458003029572868654388800E+000000000000001461");
     return val;
   }
 
- static const mp_float& A000142_620(void)
+ const mp_float& A000142_620(void)
   {
     static const mp_float val("+6.54052877594040828397967691121623194697480579957139272825697088447222179914624785376843910880801802988478705021733838710190622736247002355054487334841092884782865225730522484838179803402599588215023227710300874051575800974591769896570764582372165587303150683963283969130382135938326607586388435967785457131473780101461137458510416277699060062591007406964761784199986132383134730713796652149028737639618783351785657210560E+000000000000001463");
     return val;
   }
 
- static const mp_float& A000142_621(void)
+ const mp_float& A000142_621(void)
   {
     static const mp_float val("+4.06166836985899354435137936186528003907135440153383488424757891925724973726981991719020068656977919655845275818496713839028376719209388462488836634936318681450159305178654463084509657913014344281529424408096842786028572405221489105770444805653114829715256574741199344829967306417700823311147218735994768878645217443007366361734968508451116298869015599725117067988191388209926667773267720984546846074203264461458893127758E+000000000000001466");
     return val;
   }
 
- static const mp_float& A000142_622(void)
+ const mp_float& A000142_622(void)
   {
     static const mp_float val("+2.52635772605229398458655796308020418430238243775404529800199408777800933658182798849230482704640266025935761559104956007875650319348239623668056386930390219861999087821123076038565007221894922143111301981836236212909772036047766223789216669116237424082889589489025992484239664591809912099533570053788746242517325249550581876999150412256594337896527703029022816288655043466574387354972522452388138258154430495027431525465E+000000000000001469");
     return val;
   }
 
- static const mp_float& A000142_623(void)
+ const mp_float& A000142_623(void)
   {
     static const mp_float val("+1.57392086333057915239742561099896720682038425872077022065524231668569981669047883683070590724990885734157979451322387592906530148953953285545199129057633106974025431712559676372025999499240536495158341134683975160642787978457758357420681984859415915203640214251663193317681311040697575238009414143510388909088293630470012509370470706835858272509536758987081214547832092079675843322147881487837810134830210198402089840365E+000000000000001472");
     return val;
   }
 
- static const mp_float& A000142_624(void)
+ const mp_float& A000142_624(void)
   {
     static const mp_float val("+9.82126618718281391095993581263355537055919777441760617688871205611876685614858794182360486123943126981145791776251698579736748129472668501802042565319630587517918693886372380561442236875260947729788048680428005002410996985576412150305055585522755310870714936930378326302331380893952869485178744255504826792710952254132878058471737210655755620459509376079386778778472254577177262330202780484107935241340511638029040603877E+000000000000001474");
     return val;
   }
 
- static const mp_float& A000142_625(void)
+ const mp_float& A000142_625(void)
   {
     static const mp_float val("+6.13829136698925869434995988289597210659949860901100386055544503507422928509286746363975303827464454363216119860157311612335467580920417813626276603324769117198699183678982737850901398047038092331117530425267503126506873115985257593940659740951722069294196835581486453938957113058720543428236715159690516745444345158833048786544835756659847262787193360049616736736545159110735788956376737802567459525837819773768150377423E+000000000000001477");
     return val;
   }
 
- static const mp_float& A000142_626(void)
+ const mp_float& A000142_626(void)
   {
     static const mp_float val("+3.84257039573527594266307488669287853873128612924088841670770859195646753246813503223848540195992748431373291032458477069322002705656181551330049153681305467366385688983043193894664275177445845799279574046217456957193302570606771253806852997835778015378167219074010520165787152774759060186076183689966263482648160069429488540377067183669064386504783043391060077197077269603320603886691837864407229663174475178378862136267E+000000000000001480");
     return val;
   }
 
- static const mp_float& A000142_627(void)
+ const mp_float& A000142_627(void)
   {
     static const mp_float val("+2.40929163812601801604974795395643484378451640303403703727573328715670514285752066521353034702887453266471053477351465122464895696446425832683940819358178528038723826992368082571954500536258545316148292926978345512160200711770445576136896829643032815642110846359404596143948544789773930736669767173608847203620396363532289314816421124160503370338498968206194668402567448041282018636955782340983332998810395936843546559439E+000000000000001483");
     return val;
   }
 
- static const mp_float& A000142_628(void)
+ const mp_float& A000142_628(void)
   {
     static const mp_float val("+1.51303514874313931407924171508464108189667630110537525940916050433441082971452297775409705793413320651343821583776720096907954497368355422925514834556936115608318563351207155855187426336770366458541127958142400981636606046991839821813971209015824608223245611513706086378399686127978028502628613785026356043873608916298277689704712465972796116572577352033490251756812357369925107704008231310137533123252928648337747239328E+000000000000001486");
     return val;
   }
 
- static const mp_float& A000142_629(void)
+ const mp_float& A000142_629(void)
   {
     static const mp_float val("+9.51699108559434628555843038788239240513009393395281038168361957226344411890434953007327049440569786896952637761955569409551033788446955610201488309363128167176323763479093010329128911658285605024223694856715702174494252035578672479209878904709536785724214896421211283320134025744981799281533980707815779515965000083516166668242641410968887573241511544290653683550349727856828927458211774940765083345260921198044430135373E+000000000000001488");
     return val;
   }
 
- static const mp_float& A000142_630(void)
+ const mp_float& A000142_630(void)
   {
     static const mp_float val("+5.99570438392443815990181114436590721523195917839027054046068033052596979490974020394616041147558965745080161790032008728017151286721582034426937634898770745321083970991828596507351214344719931165260927759730892369931378782414563661902223709967008175006255384745363108491684436219338533547366407845923941095057950052615185000992864088910399171142152272903111820636720328549802224298673418212682002507514380354767990985285E+000000000000001491");
     return val;
   }
 
- static const mp_float& A000142_631(void)
+ const mp_float& A000142_631(void)
   {
     static const mp_float val("+3.78328946625632047889804283209488745281136624156426071103068928856188694058804606869002721964109707385145582089510197507378822461921318263723397647621124340297603985695843844396138616251518276565279645416390193085426700011703589670660303160989182158428947147774324121458252879254402614668388203350778006830981566483200181735626497240102461876990698084201863558821770527314925203532462926892202343582241574003858602311715E+000000000000001494");
     return val;
   }
 
- static const mp_float& A000142_632(void)
+ const mp_float& A000142_632(void)
   {
     static const mp_float val("+2.39103894267399454266356306988396887017678346466861276937139563037111254645164511541209720281317335067412007880570444824663415795934273142673187313296550583068085718959773309658359605470959550789256735903158602029989674407396668671857311597745163124127094597393372844761615819688782452470421344517691700317180350017382514856915946255744755906258121189215577769175358973263032728632516569795871881143976674770438636661004E+000000000000001497");
     return val;
   }
 
- static const mp_float& A000142_633(void)
+ const mp_float& A000142_633(void)
   {
     static const mp_float val("+1.51352765071263854550603542323655229482190393313523188301209343402491424190389135805585752938073873097671800988401091574011942198826394899312127569316716519082098260101536505013741630263117395649599513826699395084983463899882091269285678241372688257572450880150005010734102813862999292413776711079698846300775161561003131904427793979886430488661390712773460727888002230075499717224382988680786900764137235129687657006415E+000000000000001500");
     return val;
   }
 
- static const mp_float& A000142_634(void)
+ const mp_float& A000142_634(void)
   {
     static const mp_float val("+9.59576530551812837850826458331974154917087093607737013829667237171795629367067121007413673627388355439239218266462920579235713540559343661638888789467982730980502969043741441787121935868164288418460917661274164838795161125252458647271200050302843553009338580151031768054211839891415513903344348245290685546914524296759856274072213832479969298113217118983741014809934138678668207202588148236188950844630070722219745420673E+000000000000001502");
     return val;
   }
 
- static const mp_float& A000142_635(void)
+ const mp_float& A000142_635(void)
   {
     static const mp_float val("+6.09331096900401152035274801040803588372350304440913003781838695604090224648087621839707682753391605703916903599203954567814678098255183225140694381312169034172619385342775815534822429276284323145722682714909094672634927314535311241017212031942305656160929998395905172714424518331048851328623661135759585322290722928442508734035855783624780504301892870554675544404308178060954311573643474129979983786340094908609538342128E+000000000000001505");
     return val;
   }
 
- static const mp_float& A000142_636(void)
+ const mp_float& A000142_636(void)
   {
     static const mp_float val("+3.87534577628655132694434773461951082204814793624420670405249410404201382876183727490054086231157061227691150689093715105130135270490296531189481626514539505733785929078005418680147065019716829520679626206682184211795813772044457949286946852315306397318351478979795689846373993658547069445004648482343096264976899782489435554846804278385360400736003865672773646241140001246766942160837249546667269688112300361875666385593E+000000000000001508");
     return val;
   }
 
- static const mp_float& A000142_637(void)
+ const mp_float& A000142_637(void)
   {
     static const mp_float val("+2.46859525949453319526354950695262839364467023538755967048143874427476280892129034411164452929247048002039262988952696521967896167302318890367699796089761665152421636822689451699253680417559620404672921893656551342913933372792319713695785144924850175091789892110129854432140233960494483236467961083252552320790285161445770448437414325331474575268834462433556812655606180794190542156453327961227050791327535330514799487623E+000000000000001511");
     return val;
   }
 
- static const mp_float& A000142_638(void)
+ const mp_float& A000142_638(void)
   {
     static const mp_float val("+1.57496377555751217857814458543577691514529961017726306976715791884729867209178323954322920968859616625301049786951820381015517754738879452054592469905267942367245004292875870184123848106403037818181324168152879756779089491841499977337910922462054411708561951166262847127705469266795480304866559171115128380664201933002401546103070339561480779021516387032609246474276743346693565895817223239262858404866967540868442073103E+000000000000001514");
     return val;
   }
 
- static const mp_float& A000142_639(void)
+ const mp_float& A000142_639(void)
   {
     static const mp_float val("+1.00640185258125028211143439009346144877784645090327110158121391014342385146664949006812346499101295023567370813862213223468915845278143969862884588269466215172669557743147681047655138939991541165817866143449690164581838185286718485518925079453252769081771086795241959314603794861482311914809731310342567035244425035188534587959861946979786217794748971313837308497062838998537188607427205649888966520709992258614934484713E+000000000000001517");
     return val;
   }
 
- static const mp_float& A000142_640(void)
+ const mp_float& A000142_640(void)
   {
     static const mp_float val("+6.44097185652000180551318009659815327217821728578093505011976902491791264938655673643599017594248288150831173208718164630201061409780121407122461364924583777105085169556145158704992889215945863461234343318078017053323764385834998307321120508500817722123334955489548539613464287113486796254782280386192429025564320225206621362943116460670631793886393416408558774381202169590638007087534116159289385732543950455135580702164E+000000000000001519");
     return val;
   }
 
- static const mp_float& A000142_641(void)
+ const mp_float& A000142_641(void)
   {
     static const mp_float val("+4.12866296002932115733394844191941624746623728018557936712677194497238200825678286805546970277913152704682782026788343527958880363669057821965497734916658201124359593685489046729900441987421298478651214066888008931180532971320233914992838245949024159881057706468800613892230608039745036399315441727549347005386729264357444293646537651289874979881178179917886174378350590707598962543109368458104496254560672241741907230087E+000000000000001522");
     return val;
   }
 
- static const mp_float& A000142_642(void)
+ const mp_float& A000142_642(void)
   {
     static const mp_float val("+2.65060162033882418300839489971226523087332433387914195369538758867226924930085460129161154918420244036406346061198116544949601193475535121701849545816494565121838859146083968000596083755924473623294079430942101733817902167587590173425402153899273510643639047552969994118812050361516313368360513589086680777458280187717479236521077172128099737083716391507282923950901079234278533952676214550103086595427951579198304441716E+000000000000001525");
     return val;
   }
 
- static const mp_float& A000142_643(void)
+ const mp_float& A000142_643(void)
   {
     static const mp_float val("+1.70433684187786394967439792051498654345154754668428827622613421951626912730044950863050622612544216915409280517350388938402593567404769083254289257960006005373342386430931991424383281855059436539778093074095771414844911093758820481512533584957232867343859907576559706218396148382454989495855810237782735739905674160702339149083052621678368130944829639739182920100429393947641097331570805955716284680860172865424509756023E+000000000000001528");
     return val;
   }
 
- static const mp_float& A000142_644(void)
+ const mp_float& A000142_644(void)
   {
     static const mp_float val("+1.09759292616934438359031226081165133398279662006468164988963043736847731798148948355804600962478475693523576653173650476331270257408671289615762282126243867460432496861520202477302833514658277131617091939717676791160122744380680390094071628712457966569445780479304450804647119558301013235331141793132081816499254159492306412009485888360869076328470287992033800544676529702280866681531599035481287334473951325333384282879E+000000000000001531");
     return val;
   }
 
- static const mp_float& A000142_645(void)
+ const mp_float& A000142_645(void)
   {
     static const mp_float val("+7.07947437379227127415751408223515110418903819941719664178811632102667870098060716894939676207986168223227069412970045572336693160285929818021666719714272945119789604756805305978603276169545887498930243011179015302982791701255388516106762005195353884372925284091513707689973921151041535367885864565701927716420189328725376357461183979927605542318633357548618013513163616579711590095878813778854303307356986048400328624569E+000000000000001533");
     return val;
   }
 
- static const mp_float& A000142_646(void)
+ const mp_float& A000142_646(void)
   {
     static const mp_float val("+4.57334044546980724310575409712390761330611867682350903059512314338323444083347223114131030830359064672204686840778649439729503781544710662441996700935420322547384084672896227662177716405526643324308936985221643885726883439010980981404968255356198609304909733523117855167723153063572831847654268509443445304807442306356593126919924851033233180337837148976407236729503696310493687201937713701139879936552612987266612291472E+000000000000001536");
     return val;
   }
 
- static const mp_float& A000142_647(void)
+ const mp_float& A000142_647(void)
   {
     static const mp_float val("+2.95895126821896528628942290083916822580905878390481034279504467376895268321925653354842776947242314842916432385983786187504988946659427798599971865505216948688157502783363859297428982514375738230827882229438403594065293585040104694969014461215460500220276597589457252293516880032131622205432311725609909112210415172212715753117191378618501867678580635387735482163988891512889415619653700764637502318949540602761498152582E+000000000000001539");
     return val;
   }
 
- static const mp_float& A000142_648(void)
+ const mp_float& A000142_648(void)
   {
     static const mp_float val("+1.91740042180588950551554603974378101032427009197031710213118894860228133872607823373938119461813020018209848186117493449503232837435309213492781768847380582749926061803619780824733980669315478373576467684676085528954310243105987842339921370867618404142739235237968299486198938260821291189120137998195221104712349031593839808019940013344789210255720251731252592442264801700352341321535598095485101502679302310589450802873E+000000000000001542");
     return val;
   }
 
- static const mp_float& A000142_649(void)
+ const mp_float& A000142_649(void)
   {
     static const mp_float val("+1.24439287375202228907958937979371387570045128968873579928314162764288058883322477369685839530716649991818191472790253248727598111495515679556815367981949998204702014110549237755252353454385745464451127527354779508291347347775786109678608969693084344288637763669441426366543110931273017981738969560828698496958314521504402035404941068660768197455962443373582932495029856303528669517676603163969830875238867199572553571065E+000000000000001545");
     return val;
   }
 
- static const mp_float& A000142_650(void)
+ const mp_float& A000142_650(void)
   {
     static const mp_float val("+8.08855367938814487901733096865914019205293338297678269534042057967872382741596102902957956949658224946818244573136646116729387724720851917119299891882674988330563091718570045409140297453507345518932328927806066803893757760542609712910958303005048237876145463851369271382530221053274616881303302145386540230229044389778613230132116946294993283463755881928289061217694065972936351864897920565803900689052636797221598211921E+000000000000001547");
     return val;
   }
 
- static const mp_float& A000142_651(void)
+ const mp_float& A000142_651(void)
   {
     static const mp_float val("+5.26564844528168231624028246059710026502645963231788553466661379737084921164779062989825629974227504440378677217111956621990831408793274598044664229615621417403196572708789099561350333642233281932824946132001749489334836302113238923105033855256286402857370696967241395670027173905681775589728449696646637689879107897745877212816008132038040627534905079135316178852718836948381565064048546288338339348573266554991260435961E+000000000000001550");
     return val;
   }
 
- static const mp_float& A000142_652(void)
+ const mp_float& A000142_652(void)
   {
     static const mp_float val("+3.43320278632365687018866416430930937279725168027126136860263219588579368599435949069366310743196332895126897545556995717538022078533215037925121077709385164146884165406130492914000417534736099820201864878065140667046313268977831777864482073627098734663005694422641389976857717386504517684502949202213607773801178349330311942756037302088802489152758111596226148611972681690344780421759652179996597255269769793854301804246E+000000000000001553");
     return val;
   }
 
- static const mp_float& A000142_653(void)
+ const mp_float& A000142_653(void)
   {
     static const mp_float val("+2.24188141946934793623319769929397902043660534721713367369751882391342327695431674742296200915307205380517864097248718203552328417282189419765104063744228512187915360010203211872842272650182673182591817765376536855581242564642524150945506794078495473734942718457984827654888089453387450047980425829045485876292169462112693698619692358263988025416751046872335675043618161143795141615409052873537778007691159675386859078173E+000000000000001556");
     return val;
   }
 
- static const mp_float& A000142_654(void)
+ const mp_float& A000142_654(void)
   {
     static const mp_float val("+1.46619044833295355029651129533826227936553989708000542259817731083937882312812315281461715398610912318858683119600661705123222784902551880526378057688725446970896645446672900564838846313219468261415048818556255103550132637276210794718361443327336039822652537871522077286296810502515392331379198492195747763095078828221701678897278802304648168622555184654507531478526277388042022616477520579293706817030018427703005837125E+000000000000001559");
     return val;
   }
 
- static const mp_float& A000142_655(void)
+ const mp_float& A000142_655(void)
   {
     static const mp_float val("+9.60354743658084575444214898446561792984428632587403551801806138599793129148920665093574235860901475688524374433384334168557109241111714817447776277861151677659373027675707498699694443351587517112268569761543470928253368774159180705405267453794051060838374123058469606225244108791475819770533750123882147848272766324852145996777176155095445504477736459487024331184347116891675248137927759794373779651546620701454688233169E+000000000000001561");
     return val;
   }
 
- static const mp_float& A000142_656(void)
+ const mp_float& A000142_656(void)
   {
     static const mp_float val("+6.29992711839703481491404973380944536197785182977336729981984826921464292721691956301384698724751368051671989628300123214573463662169284920245741238276915500544548706155264119146999554838641411225648181763572516928934209915848422542745855449688897495909973424726356061683760135367208137769470140081266688988466934709103007773885827557742612250937395117423487961256931708680938962778480610425109199451414583180154275480959E+000000000000001564");
     return val;
   }
 
- static const mp_float& A000142_657(void)
+ const mp_float& A000142_657(void)
   {
     static const mp_float val("+4.13905211678685187339853067511280560281944865216110231598164031287402040318151615290009747062161648809948497185793180951974765626045220192601451993547933483857768499944008526279578707528987407175250855418667143622309775914712413610584027030445605654812852540045215932526230408936255746514541882033392214665422776103880676107442988705436896248865868592147231590545804132603376898545461761049296744039579381149361358990990E+000000000000001567");
     return val;
   }
 
- static const mp_float& A000142_658(void)
+ const mp_float& A000142_658(void)
   {
     static const mp_float val("+2.72349629284574853269623318422422608665519721312200532391591932587110542529343762860826413566902364916946111148251913066399395781937754886731755411754540232378411672963157610291962789554073713921315062865482980503479832551880768155764289786033208520866856971349752083602259609080056281206568558377972077249848186676353484878697486568177477731753741533632878386579139119253021999242913838770437257578043232796279774216071E+000000000000001570");
     return val;
   }
 
- static const mp_float& A000142_659(void)
+ const mp_float& A000142_659(void)
   {
     static const mp_float val("+1.79478405698534828304681766840376499110577496344740150846059083574905847526837539725284606540588658480267487246698010710757201820296980470356226816346242013137373292482720865182403478316134577474146626428353284151793209651689426214648666968995884415251258744119486623093889082383757089315128679971083598907649955019716946535061643648428957825225715670664066856755652679587741497501080219749718152743930490412748371208391E+000000000000001573");
     return val;
   }
 
- static const mp_float& A000142_660(void)
+ const mp_float& A000142_660(void)
   {
     static const mp_float val("+1.18455747761032986681089966114648489412981147587528499558398995159437859367712776218687840316788514596976541582820687069099753201396007110435109698788519728670666373038595771020386295688648821132936773442713167540183518370115021301668120199537283714065830771118861171241966794373279678947984928780915175279048970313013184713140684807963112164648972342638284125458730768527909388350712945034813980810994123672413924997538E+000000000000001576");
     return val;
   }
 
- static const mp_float& A000142_661(void)
+ const mp_float& A000142_661(void)
   {
     static const mp_float val("+7.82992492700428041962004676017826515019805385553563382081017358003884250420581450805526624493972081486014939862444741526749368661227606999976075108992115406513104725785118046444753414501968707688712072456334037440613056426460290804026274518941445349975141397095672341909400510807378677846180379241849308594513693769017150953859926580636171408329707184839058069282210379969481056998212566680120413160671157474656044233727E+000000000000001578");
     return val;
   }
 
- static const mp_float& A000142_662(void)
+ const mp_float& A000142_662(void)
   {
     static const mp_float val("+5.18341030167683363778847095523801152943111165236458958937633490998571373778424920433258625415009517943741890188938418890708082053732675833984161722152780399111675328469748146746426760400303284489927391966093132785685843354316712512265393731539236821683543604877335090344023138154484684734171411058104242289568065275089353931455271396381145472314266156363456441864823271539796459732816719142239713512364306248222301282727E+000000000000001581");
     return val;
   }
 
- static const mp_float& A000142_663(void)
+ const mp_float& A000142_663(void)
   {
     static const mp_float val("+3.43660103001174070185375624332280164401282702551772289775651004532052820815095722247250468650151310396700873195266171724539458401624764077931499221787293404611040742775443021292880942145401077616821860873519747036909714143911980395631956044010514012776189410033673164898087340596423345978755645531523112637983627277384241656554844935800699448144358461668971620956377829030885052802857484791304930058697535042571385750448E+000000000000001584");
     return val;
   }
 
- static const mp_float& A000142_664(void)
+ const mp_float& A000142_664(void)
   {
     static const mp_float val("+2.28190308392779582603089414556634029162451714494376800411032267009283073021223559572174311183700470103409379801656738025094200378678843347746515483266762820661731053202894166138472945584546315537569715620017112032508050191557554982699618813222981304483389768262358981492329994156025101729893748632931346791621128512183136459952417037371664433567854018548197156315034878476507675061097369901426473558975163268267400138298E+000000000000001587");
     return val;
   }
 
- static const mp_float& A000142_665(void)
+ const mp_float& A000142_665(void)
   {
     static const mp_float val("+1.51746555081198422431054460680161629393030390138760572273336457561173243559113667115495916937160812618767237568101730786687643251821430826251432796372397275740051150379924620482084508813723299832483860887311379501617853377385774063495246510793282567481454195894468722692399446113756692650379342840899345616428050460601785745868357329852156848322622922334551108949498194186877603915629750984448604916718483573397821091968E+000000000000001590");
     return val;
   }
 
- static const mp_float& A000142_666(void)
+ const mp_float& A000142_666(void)
   {
     static const mp_float val("+1.01063205684078149339082270812987645175758239832414541134042080735741380210369702298920280680149101204098980220355752703933970405713072930283454242384016585642874066153029797241068282869939717688434251350949378748077490349338925526287834176188326189942648494465716169313138031111761957305152642332038964180541081606760789306748325981681536460982866866274811038560365797328460484207809414155642770874534510059882948847251E+000000000000001593");
     return val;
   }
 
- static const mp_float& A000142_667(void)
+ const mp_float& A000142_667(void)
   {
     static const mp_float val("+6.74091581912801256091678746322627593322307459682204989364060678507395006003165914333798272136594505031340198069772870535239582606106196444990639796701390626237970021240708747597925446742497916981856456510832356249676860630090633260339853955176135686917465458086326849318630667515452255225368124354699891084209014317094464676011334297815848194755721998052989627197639868180831429666088792418137281733145182099419268811161E+000000000000001595");
     return val;
   }
 
- static const mp_float& A000142_668(void)
+ const mp_float& A000142_668(void)
   {
     static const mp_float val("+4.50293176717751239069241402543515232339301383067712932895192533242939864010114830774977245787245129360935252310608277517540041180878939225253747384196528938326963974188793443395414198423988608543880112949236013974784142900900543017907022442057658638860866926001666335344845285900322106490545907068939527244251621563819102403575571310940986594096822294699397070968023431944795395016947313335315704197740981642412071565856E+000000000000001598");
     return val;
   }
 
- static const mp_float& A000142_669(void)
+ const mp_float& A000142_669(void)
   {
     static const mp_float val("+3.01246135224175578937322498301611690434992625272299952106883804739526769022766821788459777431666991542465683795796937659234287550008010341694757000027477859740738898732302813631532098745648379115855795563038893349130591600702463278979798013736573629397919973495114778345701496267315489242175211829120543726404334826194979507992057207019520031450774115153896640477607675971068119266337752621326206108288716718773675877558E+000000000000001601");
     return val;
   }
 
- static const mp_float& A000142_670(void)
+ const mp_float& A000142_670(void)
   {
     static const mp_float val("+2.01834910600197637888006073862079832591445058932440967911612149175482935245253770598268050879216884333452008143183948231686972658505366928935487190018410166026295062150642885133126506159584414007623383027236058543917496372470650396916464669203504331696606382241726901491620002499101377792257391925510764296690904333550636270354678328703078421072018657153110749119997142900615639908446294256288558092553440201578362837964E+000000000000001604");
     return val;
   }
 
- static const mp_float& A000142_671(void)
+ const mp_float& A000142_671(void)
   {
     static const mp_float val("+1.35431225012732615022852075561455567668859634543667889468691752096749049549565280071437862139954529387746297464076429263461958653857101209315711904502353221403643986703081375924327885633081141799115290011275395282968640065927806416330947793035551406568422882484198750900877021676897024498604709982017722843079596807812476937407989158559765620539324518949737312659518082886313094378567463445969622480103358375259081464274E+000000000000001607");
     return val;
   }
 
- static const mp_float& A000142_672(void)
+ const mp_float& A000142_672(void)
   {
     static const mp_float val("+9.10097832085563172953565947772981414734736744133448217229608574090153612973078682080062433580494437485655118958593604650464362153919720126601583998255813647832487590644706846211483391454305272890054748875770656301549261243034859117743969169198905452139801770293815606053893585668748004630623651079159097505494890548499845019381687145521624970024260767342234741071961516996023994223973354356915863066294568281741027439918E+000000000000001609");
     return val;
   }
 
- static const mp_float& A000142_673(void)
+ const mp_float& A000142_673(void)
   {
     static const mp_float val("+6.12495840993584015397749882851216492116477828801810650195526570362673381530881953039882017799672756427845895059133495929762515729587971645202866030826162584991264148503887707500328322448747448655006845993393651690942652816562460186241691250870863369290086591407737902874270383155067407116409717176274072621198061339140395698043875448936053604826327496421323980741430100938324148112734067482204375843616244453611711467065E+000000000000001612");
     return val;
   }
 
- static const mp_float& A000142_674(void)
+ const mp_float& A000142_674(void)
   {
     static const mp_float val("+4.12822196829675626378083421041719915686506056612420378231784908424441859151814436348880479996979437832368133269855976256659935601742292888866731704776833582284112036091620314855221289330455780393474614199547321239695347998363098165526899903086961910901518362608815346537258238246515432396460149376808724946687493342580626700481572052582900129652944732587972363019723888032430475827982761483005749318597348761734293528802E+000000000000001615");
     return val;
   }
 
- static const mp_float& A000142_675(void)
+ const mp_float& A000142_675(void)
   {
     static const mp_float val("+2.78654982860031047805206309203160943088391588213383755306454813186498254927474744535494323997961120536848489957152783973245456531176047699985043900724362668041775624361843712527274370298057651765595364584694441836794359898895091261730657434583699289858524894760950358912649310816397916867610600829345889339014058006241923022825061135493457587515737694496881345038313624421890571183888364001028880790053210414170648131941E+000000000000001618");
     return val;
   }
 
- static const mp_float& A000142_676(void)
+ const mp_float& A000142_676(void)
   {
     static const mp_float val("+1.88370768413380988316319465021336797527752713632247418587163453714072820330972927305994163022621717482909579211035281965913928615075008245189889676889669163596240322068606349668437474321486972593542466459253442681672987291653081692929924425778580719944362828858402442624950934111884991802504766160637821193173503212219539963429741327593577329160638681479891789245900010109198026120308534064695523414075970239979358137192E+000000000000001621");
     return val;
   }
 
- static const mp_float& A000142_677(void)
+ const mp_float& A000142_677(void)
   {
     static const mp_float val("+1.27527010215858929090148277819445011926288587129031502383509658164427299364068671786158048366314902735929785125870885890923729672405780581993555311254306023754654698040446498725532170115646680445828249792914580695492612396449136306113558836252099147402333635137138453657091782393746139450295726690751804947778461674672628555241934878780851851841752387361886741319474306843927063683448877561798869351329431852466025458879E+000000000000001624");
     return val;
   }
 
- static const mp_float& A000142_678(void)
+ const mp_float& A000142_678(void)
   {
     static const mp_float val("+8.64633129263523539231205323615837180860236620734833586160195482354817089688385594710151567923615040549603943153404606340462887178911192345916305010304194841056558852714227261359108113384084493422715533595960857115439912047925144155449928909789232219387822046229798715795082284629598825473005026963297237545937970154280421604540318478134175555487081186313592106146035800401825491773783389868996334202013547959719652611201E+000000000000001626");
     return val;
   }
 
- static const mp_float& A000142_679(void)
+ const mp_float& A000142_679(void)
   {
     static const mp_float val("+5.87085894769932483137988414735153445804100665478952005002772732518920803898413818808192914620134612533181077401161727705174300394480699602877171101996548297077403460992960310462834408987793371034023847311657421981383700280541172881550501729746888676964331169390033328024860871263497602496170413308078824293691881734756406269482876246653105202175728125506929040073158308472839508914398921721048510923167199064649644123005E+000000000000001629");
     return val;
   }
 
- static const mp_float& A000142_680(void)
+ const mp_float& A000142_680(void)
   {
     static const mp_float val("+3.99218408443554088533832122019904343146788452525687363401885458112866146650921396789571181941691536522563132632789974839518524268246875729956476349357652842012634353475213011114727398111699492303136216171927046947340916190767997559454341176227884300335745195185222663056905392459178369697395881049493600519710479579634356263248355847724111537479495125344711747249747649761530866061791266770312987427753695363961758003644E+000000000000001632");
     return val;
   }
 
- static const mp_float& A000142_681(void)
+ const mp_float& A000142_681(void)
   {
     static const mp_float val("+2.71867736150060334291539675095554857682962936169993094476683996974861845869277471213697974902291936371865493322929972865712115026676122372100360393912561585410603994716620060569129358114067354258435763213082318971139163925913006337988406341011189208528642477921136633541752572264700469763926594994705141953922836593730996615272130332300119957023536180359748699877078149487602519788079852670583144438300266542857957200481E+000000000000001635");
     return val;
   }
 
- static const mp_float& A000142_682(void)
+ const mp_float& A000142_682(void)
   {
     static const mp_float val("+1.85413796054341147986830058415168412939780722467935290433098485936855778882847235367742018883363100605612266446238241494415662448193115457772445788648367001250031924396734881308146222233793935604253190511322141538316909797472670322508093124569631040216534169942215184075475254284525720378997937786388906812575374556924539691615592886628681810690051675005348613316167297950544918495470459521337704506920781782229126810728E+000000000000001638");
     return val;
   }
 
- static const mp_float& A000142_683(void)
+ const mp_float& A000142_683(void)
   {
     static const mp_float val("+1.26637622705115004075004929897560026037870233445599803365806265894872496976984661756167798897336997713633177982780718940685897452115897857658580473646834661853771804362969923933463869785681258017704929119233022670670449391673833830273027604081058000467892838070532970723549598676331067018855591508103623352988980822379460609373449941567389676701305294028653102894942264500222179332406323853073652178226893957262493611727E+000000000000001641");
     return val;
   }
 
- static const mp_float& A000142_684(void)
+ const mp_float& A000142_684(void)
   {
     static const mp_float val("+8.66201339302986627873033720499310578099032396767902655022114858720927879322575086412187744457785064361250937402220117554291538572472741346384690439744349087079799141842714279704892869334059804841101715175553875067385873839049023399067508811914436723200387012402445519749079254946104498408972245915428783734444628825075510568114397600320945388636928211155987223801405089181519706633659255155023780899071954667675456304215E+000000000000001643");
     return val;
   }
 
- static const mp_float& A000142_685(void)
+ const mp_float& A000142_685(void)
   {
     static const mp_float val("+5.93347917422545840093028098542027745997837191786013318690148678223835597335963934192348604953582769087456892120520780524689703922143827822273512951224879124649662412162259281597851615493830966316154674895254404421159323579748581028361243536161389155392265103495675181028119289638081581410145988452068716858094570745176724739158362356219847591216295824641851248303962486089340999044056589781191289915864288947357687568388E+000000000000001646");
     return val;
   }
 
- static const mp_float& A000142_686(void)
+ const mp_float& A000142_686(void)
   {
     static const mp_float val("+4.07036671351866446303817275599831033754516313565205136621441993261551219772471258855951142998157779593995427994677255439937136890590665886079629884540267079509668414743309867176126208228768042892882106978144521432915295975707526585455813065806712960599093860998033174185289832691723964847360148078119139764652875531191233171062636576366815447574378935704309956336518265457287925344222820589897224882282902217887373671914E+000000000000001649");
     return val;
   }
 
- static const mp_float& A000142_687(void)
+ const mp_float& A000142_687(void)
   {
     static const mp_float val("+2.79634193218732248610722468337083920189352707419295928858930649370685687983687754834038435239734394581074859032343274487236813043835787463736705730679163483623142200928653878749998705053163645467410007493985286224412808335311070764208143576209211803931577482505648790665294115059214363850136421729667849018316525489928377188520031327964002212483598328828860940003188048369156804711481077745259393494128353823688625712605E+000000000000001652");
     return val;
   }
 
- static const mp_float& A000142_688(void)
+ const mp_float& A000142_688(void)
   {
     static const mp_float val("+1.92388324934487787044177058215913737090274662704475599054944286767031753332777175325818443444937263471779503014252172847218927374159021775050853542707264476732721834238913868579999109076576588081578085155861876922396012134694016685775202780431937721104925307963886367977722351160739482328893858150011480124601769537070723505701781553639233522188715650234256326722193377277979881641498981488738462723960307430697774490272E+000000000000001655");
     return val;
   }
 
- static const mp_float& A000142_689(void)
+ const mp_float& A000142_689(void)
   {
     static const mp_float val("+1.32555555879862085273437993110764564855199242603383687748856613582484878046283473799488907533561774532056077576819747091733840960795566003010038090925305224468845343790611655451619386153761269188207300672388833199530852360804177496499114715717605089841293537187117707536650699949749503324607868265357909805850619211041728495428527490457431896788025083011402609111591236944528138450992798245740800816808651819750766623797E+000000000000001658");
     return val;
   }
 
- static const mp_float& A000142_690(void)
+ const mp_float& A000142_690(void)
   {
     static const mp_float val("+9.14633335571048388386722152464275497500874773963347445467110633719145658519355969216473461981576244271186935280056254932963502629489405420769262827384606048835032872155220422616173764460952757398630374639482949076762881289548824725843891538451475119904925406591112182002889829653271572939794291030969577660369272556187926618456839684156280087837373072778678002869979534917244155311850307895611525635979697556280289704203E+000000000000001660");
     return val;
   }
 
- static const mp_float& A000142_691(void)
+ const mp_float& A000142_691(void)
   {
     static const mp_float val("+6.32011634879594436375225007352814368773104468808673084817773447899929650036874974728583162229269184791390172278518872158677780316977179145751560613722762779745007714659257312027776071242518355362453588875882717812043150971078237885558129053069969307854303455954458517763996872290410656901397855102399978163315167336325857293353676221751989540695624793290066499983155858627815711320488562755867564214461971011389680185604E+000000000000001663");
     return val;
   }
 
- static const mp_float& A000142_692(void)
+ const mp_float& A000142_692(void)
   {
     static const mp_float val("+4.37352051336679349971655705088147543190988292415601774693899225946751317825517482512179548262654275875641999216735059533805023979348207968860079944696151843583545338544206059923221041299822701910817883502110840725933860471986140616806225304724418761035177991520485294292685835624964174575767315730860784889014095796737493247000743945452376762161372356956726017988343854170448472233778085427060354436407683939881658688438E+000000000000001666");
     return val;
   }
 
- static const mp_float& A000142_693(void)
+ const mp_float& A000142_693(void)
   {
     static const mp_float val("+3.03084971576318789530357403626086247431354886644012029862872163581098663253083615380940426946019413181819905457197396256926881617688308122420035401674433227603396919611134799526792181620777132424196793266962812623072165307086395447446714136174022201397378348123696308944831284088100172981006749801486523928086768387139082820171515554198497096177831043371011130465922290940120791258008213200952825624430524970337989471088E+000000000000001669");
     return val;
   }
 
- static const mp_float& A000142_694(void)
+ const mp_float& A000142_694(void)
   {
     static const mp_float val("+2.10340970273965239934068038116503855717360291330944348724833281525282472297640029074372656300537472748183014387294993002307255842675685836959504568762056659956757462210127550871593774044819329902392574527272191960412082723117958440528019610504771407769780573597845238407712911157141520048818684362231647606092217260674523477199031794613756984747414744099481724543350069912443829133057699961461260983354784329414564692935E+000000000000001672");
     return val;
   }
 
- static const mp_float& A000142_695(void)
+ const mp_float& A000142_695(void)
   {
     static const mp_float val("+1.46186974340405841754177286490970179723565402475006322363759130660071318246859820206688996128873543559987194999170020136603542810659601656686855675289629378669946436236038647855757672961149434282162839296454173412486397492566981116166973629300816128399997498650502440693360473254213356433928985631750995086234090996168793816653327097256561104399453247149139798557628298589148461247475101473215576383431575108943122461590E+000000000000001675");
     return val;
   }
 
- static const mp_float& A000142_696(void)
+ const mp_float& A000142_696(void)
   {
     static const mp_float val("+1.01746134140922465860907391397715245087601520122604400365176354939409637499814434863855541305695986317751087719422334015076065796219082753054051550001582047554282719620282898907607340380960006260385336150332104695090532654826618856852213645993368025366398259060749698722578889384932496078014573999698692580018927333333480496390715659690566528662019460015801299796109295818047329028242670625358041162868376275824413233266E+000000000000001678");
     return val;
   }
 
- static const mp_float& A000142_697(void)
+ const mp_float& A000142_697(void)
   {
     static const mp_float val("+7.09170554962229587050524518042075258260582595254552670545279193927685173373706611001073122900701024634725081404373668085080178599647006788786739303511026871453350555753371805386023162455291243634885792967814769724781012604141533432259929112573775136803795865653425400096374859012979497663761580777899887282731923513334359059843288148043248704774275636310135059578881791851789883326851414258745546905192582642496160235867E+000000000000001680");
     return val;
   }
 
- static const mp_float& A000142_698(void)
+ const mp_float& A000142_698(void)
   {
     static const mp_float val("+4.95001047363636251761266113593368530265886651487677764040604877361524251014847214478749039784689315195038106820252820323385964662553610738573144033850696756274438687915853520159444167393793288057150283491534709267897146797690790335717430520576495045489049514226090929267269651591059689369305583382974121323346882612307382623770615127334187595932444394144474271586059490712549338562142287152604391739824422684462319844635E+000000000000001683");
     return val;
   }
 
- static const mp_float& A000142_699(void)
+ const mp_float& A000142_699(void)
   {
     static const mp_float val("+3.46005732107181739981125013401764602655854769389886757064382809275705451459378202920645578809497831321331636667356721406046789299124973906262627679661637032635832642853181610591451473008261508351948048160582761778260105611585862444666483933882970036796845610444037559557821486462150722869144602784698910805019470946002860454015659974006597129556778631506987515838655584008071987654937458719670469826137271456439161571400E+000000000000001686");
     return val;
   }
 
- static const mp_float& A000142_700(void)
+ const mp_float& A000142_700(void)
   {
     static const mp_float val("+2.42204012475027217986787509381235221859098338572920729945067966492993816021564742044451905166648481924932145667149704984232752509387481734383839375763145922845082849997227127414016031105783055846363633712407933244782073928110103711266538753718079025757791927310826291690475040523505506008401221949289237563513629662202002317810961981804617990689745042054891261087058908805650391358456221103769328878296090019507413099980E+000000000000001689");
     return val;
   }
 
- static const mp_float& A000142_701(void)
+ const mp_float& A000142_701(void)
   {
     static const mp_float val("+1.69785012744994079808738044076245890523227935339617431691492644511588665031116884173160785521820585829377434112671943193947159509080624695803071402409965291914403077848056216317225237805153922148300907232397961204592233823605182701597843666356373397056212141044889230475023003406977359711889256586451755532023054393203603624785484349245037211473511274480478774022028295072760924342277810993742299543685559103674696583086E+000000000000001692");
     return val;
   }
 
- static const mp_float& A000142_702(void)
+ const mp_float& A000142_702(void)
   {
     static const mp_float val("+1.19189078946985844025734106941524615147306010608411437047427836447135242851844052689558871436318051252222958747095704122150905975374598536453756124491795634923910960649335463854692116939218053348107236877143368765623748144170838256521686253782174124733460923013512239793466148391698106517746258123689132383480184184028929744599410013170016122454404914685296099363463863141078168888279023317607094279667262490779637001326E+000000000000001695");
     return val;
   }
 
- static const mp_float& A000142_703(void)
+ const mp_float& A000142_703(void)
   {
     static const mp_float val("+8.37899224997310483500910771798918044485561254577132402443417690223360757248463690407598866197315900303127399992082799978720869006883427711269905555177323313515094053364828310898485582082702915037193875246317882422334949453520992943347454364088684096876230288784991045748067023193637688819756194609534600655865694813723376104533852392585213340854466550237631578525150957881779527284601533922777872786060855310180848119324E+000000000000001697");
     return val;
   }
 
- static const mp_float& A000142_704(void)
+ const mp_float& A000142_704(void)
   {
     static const mp_float val("+5.89881054398106580384641183346438303317835123222301211320166053917245973102918438046949601802910393813401689594426291185019491780845933108734013510844835612714626213568839130872533849786222852186184488173407789225323804415278779032116607872318433604200866123304633696206639184328320932929108361005112358861729449148861256777591832084379990191961544451367292631281706274348772787208359479881635622441386842138367317076004E+000000000000001700");
     return val;
   }
 
- static const mp_float& A000142_705(void)
+ const mp_float& A000142_705(void)
   {
     static const mp_float val("+4.15866143350665139171172034259239003839073761871722353980717068011658411037557498823099469271051827638448191164070535285438741705496382841657479525145609106963811480566031587265136364099287110791260064162252491403853282112771539217642208549984495690961610616929766755825680624951466257715021394508604212997519261649947186028202241619487893085332888838213941305053602923415884814981893433316553113821177723707548958538583E+000000000000001703");
     return val;
   }
 
- static const mp_float& A000142_706(void)
+ const mp_float& A000142_706(void)
   {
     static const mp_float val("+2.93601497205569588254847456187022736710386075881435981910386250016230838192515594169108225305362590312744422961833797911519751644080446286210180544752800029516450905279618300609186273054096700218629605298550258931120417171616706687655399236289053957818897095552415329612930521215735177946805104523074574376248598724862713335910782583358452518245019519779042561367843663931614679377216763921486498357751472937529564728240E+000000000000001706");
     return val;
   }
 
- static const mp_float& A000142_707(void)
+ const mp_float& A000142_707(void)
   {
     static const mp_float val("+2.07576258524337698896177151524225074854242955648175239210643078761475202602108525077559515290891351351110307034016495123444464412364875524350597645140229620868130790032690138530694695049246367054571130946075033064302134940333011628172367260056361148177960246555557638036341878499524770808391208897813724084007759298477938328488923286434425930399228800483783090887065470399651578319692252092490954338930291366833402262865E+000000000000001709");
     return val;
   }
 
- static const mp_float& A000142_708(void)
+ const mp_float& A000142_708(void)
   {
     static const mp_float val("+1.46963991035231090818493423279151352996804012598908069361135299763124443442292835754912136825951076756586097380083678547398680803954331871240223132759282571574636599343144618079731844094866427874636360709821123409525911537755772232746036020119903692909995854561334807729730049977663537732340975899652116651477493583322380336570157686795573558722653990742518428348042353042953317450342114481483595671962646287718048802109E+000000000000001712");
     return val;
   }
 
- static const mp_float& A000142_709(void)
+ const mp_float& A000142_709(void)
   {
     static const mp_float val("+1.04197469643978843390311837104918309274734044932625821177044927532055230400585620550232705009599313420419543042479328090105664690003621296709318201126331343246417348934289534218529877463260297363117179743263176497353871280268842513016939538265011718273187060883986378680378605434163448252229751912853350705897542950575567658628241799938061653134361679436445565698762028307453902072292559167371869331421516217992096600695E+000000000000001715");
     return val;
   }
 
- static const mp_float& A000142_710(void)
+ const mp_float& A000142_710(void)
   {
     static const mp_float val("+7.39802034472249788071214043444919995850611719021643330357018985477592135844157905906652205568155125284978755601603229439750219299025711206636159227996952537049563177433455692951562129989148111278131976177168553131212486089908781842420270721681583199739628132276303288630688098582560482590831238581258790011872554949086530376260516779560237737253967923998763516461210400982922704713277170088340272253092765147743885864935E+000000000000001717");
     return val;
   }
 
- static const mp_float& A000142_711(void)
+ const mp_float& A000142_711(void)
   {
     static const mp_float val("+5.25999246509769599318633184889338117049784932224388407883840498674568008585196271099629718158958294077619895232739896131662405921607280667918309211105833253842239419155186997688560674422284307118751835061966841276292077609925143889960812483115605655014875602048451638216419238092200503122081010631274999698441386568800523097521227430267329031187571193963120860203920595098858043051140067932809933571948956020045902849969E+000000000000001720");
     return val;
   }
 
- static const mp_float& A000142_712(void)
+ const mp_float& A000142_712(void)
   {
     static const mp_float val("+3.74511463514955954714866827641208739339446871743764546413294435056292422112659745022936359329178305383265365405710806045743633016184383835557836158307353276735674466438493142354255200188666426668551306564120390988719959258266702449652098487978311226370591428658497566410090497521646758222921679569467799785290267236985972445435113930350338270205550690101742052465191463710386926652411728368160672703227656686272682829178E+000000000000001723");
     return val;
   }
 
- static const mp_float& A000142_713(void)
+ const mp_float& A000142_713(void)
   {
     static const mp_float val("+2.67026673486163595711700048108181831149025619553304121592678932195136496966326398201353624201704131738268205534271804710615210340539465674752737180873142886312535894570645610498583957734519162214677081580217838774957330951144158846601946221928535904402231688633508764850394524732934138612943157533030541246911960539970998353595236232339791186656557642042542083407681513625505878703169562326498559637401319217312422857204E+000000000000001726");
     return val;
   }
 
- static const mp_float& A000142_714(void)
+ const mp_float& A000142_714(void)
   {
     static const mp_float val("+1.90657044869120807338153834349241827440404292361059142817172757587327458833957048315766487680016750061123498751470068563379260183145178491773454347143424020827150628723440965895988945822446681821279436248275536885319534299116929416473789602456974635743193425684325258103181690659314974969641414478583806450295139825539292824466998669890610907272782156418375047553084600728611197394063067501119971581104541921161069920043E+000000000000001729");
     return val;
   }
 
- static const mp_float& A000142_715(void)
+ const mp_float& A000142_715(void)
   {
     static const mp_float val("+1.36319787081421377246779991559707906619889069038157287114278521674939133066279289545773038691211976293703301607301099022816171030948802621618019858207548174891412699537260290615632096263049377502214796917517008873003467023868604532778759565756736864556383299364292559543774908821410207103293611352187421611961024975260594369493904048971786798700039241839138159000455489520957006136755093263300779680489747473630164992831E+000000000000001732");
     return val;
   }
 
- static const mp_float& A000142_716(void)
+ const mp_float& A000142_716(void)
   {
     static const mp_float val("+9.76049675502977061086944739567508611398405734313206175738234215192564192754559713147734957029077750262915639508275869003363784581593426770785022184766044932222514928686783680807925809243433542915857945929421783530704823890899208454695918490818235950223704423448334726333428347161297082859582257281661938741640938822865855685576352990637993478692280971568229218443261304970052163939166467765233582512306591911191981348670E+000000000000001734");
     return val;
   }
 
- static const mp_float& A000142_717(void)
+ const mp_float& A000142_717(void)
   {
     static const mp_float val("+6.99827617335634552799339378269903674372656911502568828004313932293068526205019314326925964189848746938510513527433798075411833545002486994652860906477254216403543203868423899139282805227541850270670147231395418791515358729774732462016973557916675176310396071612455998781068124914650008410320478470951610077756553135994818526558245094287441324222365456614420349623818355663527401544382357387672478661323826400324650626997E+000000000000001737");
     return val;
   }
 
- static const mp_float& A000142_718(void)
+ const mp_float& A000142_718(void)
   {
     static const mp_float val("+5.02476229246985608909925673597790838199567662458844418507097403386423201815203867686732842288311400301850548712697467018145696485311785662160754130850668527377744020377528359582005054153375048494341165712141910692308027567978257907728187014584172776590864379417743407124806913688718706038610103542143256035829205151644279702068819977698382870791658397849153811029901579366412674308866532604348839678830507355433099150184E+000000000000001740");
     return val;
   }
 
- static const mp_float& A000142_719(void)
+ const mp_float& A000142_719(void)
   {
     static const mp_float val("+3.61280408828582652806236559316811612665489149307909136906603033034838282105131580866760913605295896817030544524429478786046755772939173891093582220081630671184597950651442890539461633936276659867431298147030033787769471821376367435656566463486020226368831488801357509722736170942188749641760664446801001089761198504032237105787481563965137284099202388053541590130499235564450712828075036942526815729079134788556398288982E+000000000000001743");
     return val;
   }
 
- static const mp_float& A000142_720(void)
+ const mp_float& A000142_720(void)
   {
     static const mp_float val("+2.60121894356579510020490322708104361119152187501694578572754183785083563115694738224067857795813045708261992057589224725953664156516205201587379198458774083252910524469038881188412376434119195104550534665861624327194019711390984553672727853709934562985558671936977407000370043078375899742067678401696720784628062922903210716166986726054898844551425719398549944893959449606404513236214026598619307324936977047760606768067E+000000000000001746");
     return val;
   }
 
- static const mp_float& A000142_721(void)
+ const mp_float& A000142_721(void)
   {
     static const mp_float val("+1.87547885831093826724773522672543244366908727188721791150955766509045249006415906259552925470781205955656896273521831027412591856848183950344500402088776114025348488142177033336845323408999939670380935494086231139906888211912899863198036782524862819912587802466560710447266801059509023714030796127623335685716833367413214926356397429485582066921577943686354510268544763166217654043310313177604520581279560451435397479776E+000000000000001749");
     return val;
   }
 
- static const mp_float& A000142_722(void)
+ const mp_float& A000142_722(void)
   {
     static const mp_float val("+1.35409573570049742895286483369576222432908101030257133210990063419530669782632284319397212189904030699984279109482762001791891320644388812148729290308096354326301608438651818069202323501297956442015035426730258883012773289001113701228982556982950955976888393380856832942926630364965515121530234804144048365087553691272341176829318944088590252317379275341547956413889319006009146219270046114230463859683842645936356980399E+000000000000001752");
     return val;
   }
 
- static const mp_float& A000142_723(void)
+ const mp_float& A000142_723(void)
   {
     static const mp_float val("+9.79011216911459641132921274762036088189925570448759073115458158523206742528431415629241844133006141960886337961560369272955374248258931111835312768927536641779160629011452644640332798914384225075768706135259771724182350879478052059885543886986735411712903084143594902177359537538700674328663597633961469679583013187899026708475975965760507524254652160719391724872419776413446127165322433405886253705514182330119860968281E+000000000000001754");
     return val;
   }
 
- static const mp_float& A000142_724(void)
+ const mp_float& A000142_724(void)
   {
     static const mp_float val("+7.08804121043896780180235002927714127849506113004901568935591706770801681590584344915571095152296446779681708684169707353619690955739466124968766444703536528648112295404291714719600946414014178954856543241928074728308022036742109691357133774178396438080141832919962709176408305178019288213952444686988104048018101548038895336936606599210607447560368164360839608807631918123334996067693441785861647682792268007006779341036E+000000000000001757");
     return val;
   }
 
- static const mp_float& A000142_725(void)
+ const mp_float& A000142_725(void)
   {
     static const mp_float val("+5.13882987756825165630670377122592742690891931928553637478303987408831219153173650063789043985414923915269238796023037831374275942911112940602355672410063983269881414168111493171710686150160279742270993850397854178023315976638029526233921986279337417608102828866972964152896021254063983955115522398066375434813123622328199119279039784427690399481266919161608716385533140639417872149077745294749694570024394305079915022251E+000000000000001760");
     return val;
   }
 
- static const mp_float& A000142_726(void)
+ const mp_float& A000142_726(void)
   {
     static const mp_float val("+3.73079049111455070247866693791002331193587542580129940809248694858811465105204069946310845933411234762485467365912725465577724334553467994877310218169706451853933906686048944042661958145016363092888741535388842133244927399039209436045827362038798965183482653757422371975002511430450452351413869260996188565674327749810272560596582883494503230023399783311327928095897060104217375180230443083988278257837710265488018306154E+000000000000001763");
     return val;
   }
 
- static const mp_float& A000142_727(void)
+ const mp_float& A000142_727(void)
   {
     static const mp_float val("+2.71228468704027836070199086386058694777738143455754466968323801162355935131483358850967984993589967672326934775018551413475005591220371232275804528609376590497809950160757582319015243571426895968530115096227688230869062219101505260005316492202206847688391889281646064425826825809937478859477882952744229087245236274112068151553715756300503848227011642467335403725717162695766031756027532122059478293448015363009789308574E+000000000000001766");
     return val;
   }
 
- static const mp_float& A000142_728(void)
+ const mp_float& A000142_728(void)
   {
     static const mp_float val("+1.97454325216532264659104934889050729798193368435789251952939727246195120775719885243504693075333496465454008516213505429009804070408430257096785696827626157882405643717031519928243097319998780265089923790053757032072677295505895829283870406323206585117149295397038334902001929189634484609699898789597798775514532007553585614331105070586766801509264475716220173912322094442517671118388043384859300197630155184271126616642E+000000000000001769");
     return val;
   }
 
- static const mp_float& A000142_729(void)
+ const mp_float& A000142_729(void)
   {
     static const mp_float val("+1.43944203082852020936487497534117982022882965589690364673693061162476243045499796342514921251918118923315972208319645457748147167327745657423556772987339469096273714269715978027689217946279110813250554442949188876380981748423798059547941526209617600550401836344440946143559406379243539280471226217616795307350093833506563912847375596457752998300253802797124506782082806848595382245304883627562429844072383129333651303532E+000000000000001772");
     return val;
   }
 
- static const mp_float& A000142_730(void)
+ const mp_float& A000142_730(void)
   {
     static const mp_float val("+1.05079268250481975283635873199906126876704564880473966211795934648607657423214851330035892513900226814020659712073341184156147432149254329919196444280757812440279811416892663960213129100783750893672904743352907879758116676349372583469997314133020848401793340531441890684798366656847783674743995138860260574365568498459791656378584185414159688759185276041900889950920448999474629039072565048120573786172839684413565451578E+000000000000001775");
     return val;
   }
 
- static const mp_float& A000142_731(void)
+ const mp_float& A000142_731(void)
   {
     static const mp_float val("+7.68129450911023239323378233091313787468710369276264693008228282281321975763700563222562374276610658010491022495256124056181437729011049151709326007692339608938445421457485373549157973726729219032748933673909756601031832904113913585165680366312382401817109319284840220905876060261557298662378604465068504798612305723741077008127450395377507324829644367866295505541228482186159538275620450501761394376923458093063163451037E+000000000000001777");
     return val;
   }
 
- static const mp_float& A000142_732(void)
+ const mp_float& A000142_732(void)
   {
     static const mp_float val("+5.62270758066869011184712866622841692427095990310225755282023102629927686259028812278915657970479001663679428466527482809124812417636087979051226637630792593742942048506879293437983636767965788331972219449301941831955301685811384744341278028140663918130124021716503041703101276111459942620861138468430145512584207789778468369949293689416335361775299677278128310056179248960268782017754169767289340683907971324122235646159E+000000000000001780");
     return val;
   }
 
- static const mp_float& A000142_733(void)
+ const mp_float& A000142_733(void)
   {
     static const mp_float val("+4.12144465663014985198394531234542960549061360897395478621722934227736994027868119400445177292361108219477021065964644899088487502127252488644549125383370971213576521555542522090042005750918922847335636856338323362823236135699745017602156794627106651989380907918196729568373235389700137941091214497359296660724224309907617315172832274342173820181294663444868051271179389487877017219013806439423086721304542980581598728635E+000000000000001783");
     return val;
   }
 
- static const mp_float& A000142_734(void)
+ const mp_float& A000142_734(void)
   {
     static const mp_float val("+3.02514037796652999135621585926154533043011038898688281308344633723158953616455199639926760132593053433096133462418049355930949826561403326665099058031394292870765166821768211214090832221174489369944357452552329348312255323603612842919983087256296282560205586411956399503185954776039901248760951441061723748971580643472191109336858889367155584013070282968533149633045671884101730638756133926536545653437534547746893466818E+000000000000001786");
     return val;
   }
 
- static const mp_float& A000142_735(void)
+ const mp_float& A000142_735(void)
   {
     static const mp_float val("+2.22347817780539954364681865655723581786613113590535886761633305786521830908094571735346168697455894273325658094877266276609248122522631445098847807653074805260012397613999635242356761682563249686909102727625962071009507662848655439546187569133377767681751106012787953634841676760389327417839299309180366955494111772952060465362591283684859354249606657981871864980288568834814772019485758436004361055276587892593966698111E+000000000000001789");
     return val;
   }
 
- static const mp_float& A000142_736(void)
+ const mp_float& A000142_736(void)
   {
     static const mp_float val("+1.63647993886477406412405853122612556194947251602634412656562113058880067548357604797214780161327538185167684357829667979584406618176656743592751986432663056671369124643903731538374576598366551769565099607532708084262997639856610403505994050882166037013768814025411933875243474095646544979529724291556750079243666264892716502506867184792056484727710500274657692625492386662423672206341518208899209736683568688949159489810E+000000000000001792");
     return val;
   }
 
- static const mp_float& A000142_737(void)
+ const mp_float& A000142_737(void)
   {
     static const mp_float val("+1.20608571494333848525943113751365453915676124431141562127886277324394609783139554735547292978898395642468583371720465300953707677596196020027858214000872672766799044862557050143782062952996148654169478410751605858101829260574321867383917615500156369279147615936728595266054440408491503649913406802877324808402582037225932062347561115191745629244322638702422719464987888970206246416073698919958717575935790123755530543990E+000000000000001795");
     return val;
   }
 
- static const mp_float& A000142_738(void)
+ const mp_float& A000142_738(void)
   {
     static const mp_float val("+8.90091257628183802121460179485077049897689798301824728503800726654032220199569913948339022184270159841418145283297033921038362660659926627805593619326440325018976951085671030061111624593111577067770750671346851232791499943038495381293312002391154005280109405613057033063481770214667296936360942205234657086011055434727378620125001030115082743823101073623879669651610620600122098550623898029295335710406131113315815414645E+000000000000001797");
     return val;
   }
 
- static const mp_float& A000142_739(void)
+ const mp_float& A000142_739(void)
   {
     static const mp_float val("+6.57777439387227829767759072639471939874392760945048474364308736997329810727482166407822537394175648122808009364356508067647350006227685777948333684682239400189023966852310891215161490574309455453082584746125323061032918457905448086775757569767062809902000850748049147433913028188639132435970736289668411586562169966263532800272375761255046147685271693408047075872540248623490230828911060643649253089990130892740387591423E+000000000000001800");
     return val;
   }
 
- static const mp_float& A000142_740(void)
+ const mp_float& A000142_740(void)
   {
     static const mp_float val("+4.86755305146548594028141713753209235507050643099335871029588465378024059938336803141788677671689979610877926929623815970059039004608487475681766926664857156139877735470710059499219503024988997035281112712132739065164359658850031584214060601627626479327480629553556369101095640859592958002618344854354624574056005775035014272201558063328734149287101053121954836145679783981382770813394184876300447286592696860627886817653E+000000000000001803");
     return val;
   }
 
- static const mp_float& A000142_741(void)
+ const mp_float& A000142_741(void)
   {
     static const mp_float val("+3.60685681113592508174853009891128043510724526536607880432925052845115828414307571128065410154722274891660543854851247633813747902414889219480189292658659152699649401983796154088921651741516846803143304519690359647286790507207873403902618905806071221181663146499185269503911869876958381879940193537076776809375500279300945575701354524926592004621741880363368533583948719930204633172725090993338631439365188373725264131881E+000000000000001806");
     return val;
   }
 
- static const mp_float& A000142_742(void)
+ const mp_float& A000142_742(void)
   {
     static const mp_float val("+2.67628775386285641065740933339217008284957598690163047281230389211075944683416217777024534334803927969612123540299625744289800943591847800854300455152725091303139856271976746333979865592205500327932331953610246858286798556348242065695743228108104846116794054702395469971902607448703119354915623604510968392556621207241301617170405057495531267429332475229619451919289950188211837814162017517057264528008969773304145985856E+000000000000001809");
     return val;
   }
 
- static const mp_float& A000142_743(void)
+ const mp_float& A000142_743(void)
   {
     static const mp_float val("+1.98848180112010231311845513471038237155723495826791144129954179183829426899778249808329229010759318481421807790442621928007322101088742916034745238178474742838232913210078722526147040135008686743653722641532413415707091327366743854811937218484321900664777982643879834189123637334386417680702308338151649515669569556980287101557610957719179731699994029095607252776032432989841395495922379015173547544310664541564980467491E+000000000000001812");
     return val;
   }
 
- static const mp_float& A000142_744(void)
+ const mp_float& A000142_744(void)
   {
     static const mp_float val("+1.47943046003335612096013062022452448443858280895132611232685909312769093613435017857396946384004932950177824996089310714437447643210024729529850457204785208671645287428298569559453397860446462937278369645300115581286075947560857427980081290552335494094594819087046596636707986176783494754442517403584827239658159750393333603558862552543069720384795557647131796065368130144441998248966249987289119372967134418924345467813E+000000000000001815");
     return val;
   }
 
- static const mp_float& A000142_745(void)
+ const mp_float& A000142_745(void)
   {
     static const mp_float val("+1.10217569272485031011529731206727074090674419266873795368351002438012974742009088303760725056083675047882479622086536482255898494191468423499738590617564980460375739134082434321792781406032614888272385385748586108058126580932838783845160561461489943100473140219849714494347449701703703592059675465670696293545329014043033534651352601644586941686672690447113188068699256957609288695479856240530393932860515142098637373521E+000000000000001818");
     return val;
   }
 
- static const mp_float& A000142_746(void)
+ const mp_float& A000142_746(void)
   {
     static const mp_float val("+8.22223066772738331346011794802183972716431167730878513447898478187576791575387798746055008918384215857203297980765562157629002766668354439308049886007034754234403013940254960040574149289003307066511994977684452366113624293758977327484897788502714975529529626040078870127831974774709628796765178973903394349848154444761030168499090408268618584982578270735464382992496456903765293668279727554356738739139442960055834806465E+000000000000001820");
     return val;
   }
 
- static const mp_float& A000142_747(void)
+ const mp_float& A000142_747(void)
   {
     static const mp_float val("+6.14200630879235533515470810717231427619174082294966249545580163206119863306814685663303091662033009245330863591631874931748865066701260766163113264847254961413099051413370455150308889518885470378684460248330285917486877347437956063631218648011528086720558630651938915985490485156708092711183588693505835579336571370236489535868820534976658082981985968239391894095394853307112674370204956483104483838137163891161708600429E+000000000000001823");
     return val;
   }
 
- static const mp_float& A000142_748(void)
+ const mp_float& A000142_748(void)
   {
     static const mp_float val("+4.59422071897668179069572166416489107859142213556634754660093962078177657753497384876150712563200690915507485966540642448948151069892543053090008722105746711136998090457201100452431049360126331843255976265751053866280184255883591135596151548712623008866977855727650309157146882897217653347965324342742365013343755384936894172829877760162540246070525504243065136783355350273720280428913307449362153910926598590588958033121E+000000000000001826");
     return val;
   }
 
- static const mp_float& A000142_749(void)
+ const mp_float& A000142_749(void)
   {
     static const mp_float val("+3.44107131851353466123109552645950341786497517953919431240410377596555065657369541272236883709837317495715106988938941194262165151349514746764416532857204286641611569752443624238870855970734622550598726223047539345843858007656809760561517509985754633641366413940010081558703015290016022357626027932714031394994472783317733735449578442361742644306823602678055787450733157355016490041256067279572253279284022344351129566808E+000000000000001829");
     return val;
   }
 
- static const mp_float& A000142_750(void)
+ const mp_float& A000142_750(void)
   {
     static const mp_float val("+2.58080348888515099592332164484462756339873138465439573430307783197416299243027155954177662782377988121786330241704205895696623863512136060073312399642903214981208677314332718179153141978050966912949044667285654509382893505742607320421138132489315975231024810455007561169027261467512016768219520949535523546245854587488300301587183831771306983230117702008541840588049868016262367530942050459679189959463016758263347175106E+000000000000001832");
     return val;
   }
 
- static const mp_float& A000142_751(void)
+ const mp_float& A000142_751(void)
   {
     static const mp_float val("+1.93818342015274839793841455527831530011244726987545119646161145181259640731513394121587424749565869079461534011519858627668164521497614181115057612131820314450887716663063871352544009625516276151624732545131526536546553022812698097636274737499476297398499632651710678437939473362101524592932860233101178183230636795203713526491975057660251544405818394208414922281625450880213038015737479895219071659556725585455773728504E+000000000000001835");
     return val;
   }
 
- static const mp_float& A000142_752(void)
+ const mp_float& A000142_752(void)
   {
     static const mp_float val("+1.45751393195486679524968774556929310568456034694633929973913181176307249830098072379433743411673533547755073576662933688006459720166205864198523324323128876467067562930624031257113095238388239666021798873938907955483007873155148969422478602599606175643671723754086430185330483968300346493885510895292085993789438869993192571921965243360509161393175432444728021555782339061920204587834584881204741887986657640262741843835E+000000000000001838");
     return val;
   }
 
- static const mp_float& A000142_753(void)
+ const mp_float& A000142_753(void)
   {
     static const mp_float val("+1.09750799076201469682301487241367770858047394125059349270356625425759359122063848501713608788990170761459570403227189067068864169285153015741488063215316043979701874886759895536606160714506344468514414552075997690478704928485827173975126387757503450259684807986827081929553854428130160909895789704154940753323447469104874006657239828250463398529061100630880200231504101313625914054639442415547170641653953203117844608408E+000000000000001841");
     return val;
   }
 
- static const mp_float& A000142_754(void)
+ const mp_float& A000142_754(void)
   {
     static const mp_float val("+8.27521025034559081404553213799912992269677351702947493498488955710225567780361417702920610268985887541405160840333005565699235836410053738690819996643482971606952136646169612346010451787377837292598685722653022586209435160783136891772452963691576014958023452220676197748836062388101413260614254369328253280058793917050750010195588305008494024909120698756836709745540923904739391971981395813225666638070807151508548347396E+000000000000001843");
     return val;
   }
 
- static const mp_float& A000142_755(void)
+ const mp_float& A000142_755(void)
   {
     static const mp_float val("+6.24778373901092106460437676418934309163606400535725357591359161561220303674172870365705060753084345093760896434451419202102923056489590572711569097465829643563248863167858057321237891099470267155912007720603032052588123546391268353288201987587139891293307706426610529300371227103016567011763762048842831226444389407373316257697669170281412988806386127561411715857883397548078240938845953838985378311743459399388954002284E+000000000000001846");
     return val;
   }
 
- static const mp_float& A000142_756(void)
+ const mp_float& A000142_756(void)
   {
     static const mp_float val("+4.72332450669225632484090883372714337727686438805008370339067526140282549577674689996473025929331764890883237704445272916789809830706130472969946237684167210533816140554900691334855845671199521969869477836775892231756621401071798875085880702615877757817740626058517560151080647689880524660893404108925180407191958391974227090819437892732748219537627912436427257188559848546347150149767541102272946003678055305938049225727E+000000000000001849");
     return val;
   }
 
- static const mp_float& A000142_757(void)
+ const mp_float& A000142_757(void)
   {
     static const mp_float val("+3.57555665156603803790456798713144753659858634175391336346674117288193890030299740327330080628504146022398610942265071598009886041844540768038249301926914578374098818400059823340485875173098038131191194722439350419439762400611351748440011691880219462668029653926297793034368050301239557168296306910456361568244312502724489907750314484798690402189984329714375433691739805349584792663374028614420620124784287866595103263875E+000000000000001852");
     return val;
   }
 
- static const mp_float& A000142_758(void)
+ const mp_float& A000142_758(void)
   {
     static const mp_float val("+2.71027194188705683273166253424563723274172844704946632950778980904450968642967203168116201116406142684978147094236924271291493619718161902172992970860601250407566904347245346092088293381208312903442925599609027617935339899663404625317528862445206352702366477676133727120050982128339584333568600638125922068729188877065163350074738379477407324860008121923496578738338772454985272838837513689730830054586490202879088274017E+000000000000001855");
     return val;
   }
 
- static const mp_float& A000142_759(void)
+ const mp_float& A000142_759(void)
   {
     static const mp_float val("+2.05709640389227613604333186349243865965097189131054494409641246506478285200012107204600196647352262297898413644525825521910243657366084883749301664883196349059343280399559217683895014676337109493713180530103251962012922983844524110616004406595911621701096156556185498884118695435409744509178567884337574850165454357692458982706726430023352159568746164539933903262399128293333822084677672890505700011431146063985227999979E+000000000000001858");
     return val;
   }
 
- static const mp_float& A000142_760(void)
+ const mp_float& A000142_760(void)
   {
     static const mp_float val("+1.56339326695812986339293221625425338133473863739601415751327347344923496752009201475496149451987719346402794369839627396651785179598224511649469265311229225285100893103665005439760211154016203215222017202878471491129821467721838324068163349012892832492833078982700979151930208530911405826975711592096556886125745311846268826857112086817747641272247085050349766479423337502933704784355031396784332008687671008628773279984E+000000000000001861");
     return val;
   }
 
- static const mp_float& A000142_761(void)
+ const mp_float& A000142_761(void)
   {
     static const mp_float val("+1.18974227615513682604202141656948682319573610305836677386760111329486781028279002322852569732962654422612526515447956448852008521674248853365246110901845440441961779651889069139657520688206330646783955091390516804749794136936318964615872308598811445527045973105835445134618888692023579834328516521585479790341692182315010577238262298068305955008180031723316172290841159839732549340894178892952876658611317637566496466068E+000000000000001864");
     return val;
   }
 
- static const mp_float& A000142_762(void)
+ const mp_float& A000142_762(void)
   {
     static const mp_float val("+9.06583614430214261444020319425948959275150910530475481687112048330689271435485997700136581365175426700307452047713428140252304935157776262643175365072062256167748760947394706844190307644132239528493737796395738052193431323454750510372946991522943214916090315066466091925795931833219678337583295894481356002403694429240380598555558711280491377162331841731669232856209637978762025977613643164300920138618240398256703071438E+000000000000001866");
     return val;
   }
 
- static const mp_float& A000142_763(void)
+ const mp_float& A000142_763(void)
   {
     static const mp_float val("+6.91723297810253481481787503721999055926940144734752792527266492876315914105275816245204211581628850572334585912405345671012508665525383288396742803549983501455992304602862161322117204732472898760240721938649948133823588099795974639414558554532005672980976910395713628139382295988746614571576054767489274629834018849510410396697891296707014920774859195241263624669287953777795425820919209734361602065765717423869864443507E+000000000000001869");
     return val;
   }
 
- static const mp_float& A000142_764(void)
+ const mp_float& A000142_764(void)
   {
     static const mp_float val("+5.28476599527033659852085652843607278728182270577351133490831600557505358376430723611336017648364441837263623637077684092653556620461392832335111501912187395112378120716586691250097544415609294652823911561128560374241221308244124624512722735662452334157466359542325211898488074135402413532684105842361805817193190401025953543077188950684159399471992425164325409247335996686235705327182276237052263978245008111836576434839E+000000000000001872");
     return val;
   }
 
- static const mp_float& A000142_765(void)
+ const mp_float& A000142_765(void)
   {
     static const mp_float val("+4.04284598638180749786845524425359568227059436991673617120486174426491599157969503562672053500998798005506672082364428330879970814652965516736360298962823357260969262348188818806324621477941110409410292344263348686294534300806755337752232892781776035630461765049878787102343376713582846352503340969406781450152790656784854460454049547273381940596074205250708938074212037464970314575294441321344981943357431205554980972652E+000000000000001875");
     return val;
   }
 
- static const mp_float& A000142_766(void)
+ const mp_float& A000142_766(void)
   {
     static const mp_float val("+3.09682002556846454336723671709825429261927528735621990714292409610692564955004639729006792981765079272218110815091152101454057644024171585820051989005522691661902454958712635205644660052102890573608283935705725093701613274417974588718210395870840443292933712028207150920395026562604460306017559182565594590817037643097198516707801953211410566496592841222043046564846420698167260964675542052150256168611792303455115425052E+000000000000001878");
     return val;
   }
 
- static const mp_float& A000142_767(void)
+ const mp_float& A000142_767(void)
   {
     static const mp_float val("+2.37526095961101230476267056201436104243898414540222066877862278171401197320488558672148210217013815801791290995174913661815262212966539606323979875567235904504679182953332591202729454259962917069957553778686291146869137381478586509546867373632934620005680157125634884755942985373517621054715467893027811051156667872255551262314884098113151904502886709217307016715237204675494289159906140753999246481325244696750073531015E+000000000000001881");
     return val;
   }
 
- static const mp_float& A000142_768(void)
+ const mp_float& A000142_768(void)
   {
     static const mp_float val("+1.82420041698125745005773099162702928059313982366890547362198229635636119542135213060209825446666610535775711484294333692274121379558302417656816544435637174659593612508159430043696220871651520309727401302031071600795497508975554439331994142950093788164362360672487591492564212766861532970021479341845358887288320925892263369457830987350900662658216992678891788837302173190779614074807916099071421297657787927104056471819E+000000000000001884");
     return val;
   }
 
- static const mp_float& A000142_769(void)
+ const mp_float& A000142_769(void)
   {
     static const mp_float val("+1.40281012065858697909439513256118551677612452440138830921530438589804175927901978843301355768486623502011522131422342609358799340880334559178091922671004987313227488018774601703602393850300019118180371601261894061011737584402201363846303495928622123098394655357142957857781879617716518853946517613879080984324718792011150531113072029272842609584168867370067785615885371183709523223527287480185922977898838915943019426829E+000000000000001887");
     return val;
   }
 
- static const mp_float& A000142_770(void)
+ const mp_float& A000142_770(void)
   {
     static const mp_float val("+1.08016379290711197390268425207211284791761588378906899809578437714149215464484523709342043941734700096548872041195203809206275492477857610567130780456673840231185165774456443311773843264731014720998886132971658426979037939989695050161653691865039034785763884625000077550492047305641719517538818562686892357930033469848585908957065462540088809379810027874952194924231735811456332882116011359743160692982105965276124958658E+000000000000001890");
     return val;
   }
 
- static const mp_float& A000142_771(void)
+ const mp_float& A000142_771(void)
   {
     static const mp_float val("+8.32806284331383331878969558347599005744481846401372197531849754776090451231175677799027158790774537744391803437615021368980384047004282177472578317320955308182437628121059177933776331571076123498901412085211486472008382517320548836746349964279450958198239550458750597914293684726497657480224291118315940079640558052532597358058974716184084720318335314915881422865826683106328326521114447583619768942892036992278923431255E+000000000000001892");
     return val;
   }
 
- static const mp_float& A000142_772(void)
+ const mp_float& A000142_772(void)
   {
     static const mp_float val("+6.42926451503827932210564499044346432434739985421859336494588010687141828350467623260848966586477943138670472253838796496852856484287305841008830460971777497916841848909457685364875327972870767341151890129783267556390471303371463701968182172423736139729040932954155461589834724608856191574733152743339905741482510816555165160421528480894113404085754863115060458452418199358085468074300353534554461623912652558039328888929E+000000000000001895");
     return val;
   }
 
- static const mp_float& A000142_773(void)
+ const mp_float& A000142_773(void)
   {
     static const mp_float val("+4.96982147012458991598766357761279792272054008731097267110316532261160633314911472780636251171347450046192275052217389692067258062354087415099825946331184005889718749207010790787048628523029103154710411070322465821089834317506141441621404819283548036010548641173562171808942242122645836087268727070601747138165980861197142669005841515731149661358288509187941734383719268103800066821434173282210598835284480427364401231142E+000000000000001898");
     return val;
   }
 
- static const mp_float& A000142_774(void)
+ const mp_float& A000142_774(void)
   {
     static const mp_float val("+3.84664181787643259497445160907230559218569802757869284743384995970138330185741479932212458406622926335752820890416259621660057740262063659287265282460336420558642311886226352069175638476824525841745858168429588545523531761749753475814967330125466179872164648268337120980121295402927877131545994752645752284940469186566588425810521333175909837891315306111466902412998713512341251719790050120431003498510187850780046552904E+000000000000001901");
     return val;
   }
 
- static const mp_float& A000142_775(void)
+ const mp_float& A000142_775(void)
   {
     static const mp_float val("+2.98114740885423526110519999703103683394391597137348695676123371876857205893949646947464655265132767910208436190072601206786544748703099335947630593906760725932947791711825422853611119819539007527353040080532931122780737115356058943756599680847236289400927602407961268759594003937269104776948145933300458020828863619589106030003154033211330124365769362236386849370074002972064470082837288843334027711345395584354536078501E+000000000000001904");
     return val;
   }
 
- static const mp_float& A000142_776(void)
+ const mp_float& A000142_776(void)
   {
     static const mp_float val("+2.31337038927088656261763519769608458314047879378582587844671736576441191773704926031232572485743027898321746483496338536466358724993605084695361340871646323323967486368376528134402228979962269841225959102493554551277852001516301740355121352337455360575119819468577944557444947055320825306911761244241155424163198168801146279282447529771992176507837025095436195111177426306322028784281736142427205504004026973459119996917E+000000000000001907");
     return val;
   }
 
- static const mp_float& A000142_777(void)
+ const mp_float& A000142_777(void)
   {
     static const mp_float val("+1.79748879246347885915390254860985772110015202277158670755309939319894806008168727526267708821422332676995997017676655042834360729320031150808295761857269193222722736908228562360430531917430683666632570222637491886342891005178166452255929290766202815166868099727085062921134723861984281263470438486775377764574804977158490659002461730632837921146589368499153923601384860240012216365386908982665938676611128958377736237604E+000000000000001910");
     return val;
   }
 
- static const mp_float& A000142_778(void)
+ const mp_float& A000142_778(void)
   {
     static const mp_float val("+1.39844628053658655242173618281846930701591827371629445847631132790878159074355270015436277463066574822702885679752437623325132647410984235328854102724955432327278289314601821516414953831761071892640139633211968687574769202028613499855112988216105790199823381587672178952642815164623770822980001142711243900839198272229305732703915226432347902652046528692341752561877421266729504332271015188514100290403458329617878792856E+000000000000001913");
     return val;
   }
 
- static const mp_float& A000142_779(void)
+ const mp_float& A000142_779(void)
   {
     static const mp_float val("+1.08938965253800092433653248641558759016540033522499338315304652444094085918922755342024860143728861786885547944527148908570278332333156719321177346022740281782949787376074818961287249034941875004366668774272123607620745208380289916387133017820346410565662414256796627404108753013241917471101420890172058998753735454066629165776349961390799016165944245851334225245702511166782283874839120831852484126224294038772327579635E+000000000000001916");
     return val;
   }
 
- static const mp_float& A000142_780(void)
+ const mp_float& A000142_780(void)
   {
     static const mp_float val("+8.49723928979640720982495339404158320329012261475494838859376289063933870167597491667793909121085121937707273967311761486848170992198622410705183298977374197907008341533383587898040542472546625034060016439322564139441812625366261347819637538998702002412166831203013693752048273503286956274591082943342060190279136541719707493055529698848232326094365117640406956916479587100901814223745142488449376184549493502424155121152E+000000000000001918");
     return val;
   }
 
- static const mp_float& A000142_781(void)
+ const mp_float& A000142_781(void)
   {
     static const mp_float val("+6.63634388533099403087328860074647648176958576212361469149172881758932352600893640992547043023567480233349380968470485721228421544907124102760748156501329248565373514737572582148369663671058914151600872839110922592904055660411050112647136917957986263883902295169553694820349701606067112850455635778750149008608005639083091552076368694800469446679699156877157833351770557525804316908744956283478962800133154425393265149619E+000000000000001921");
     return val;
   }
 
- static const mp_float& A000142_782(void)
+ const mp_float& A000142_782(void)
   {
     static const mp_float val("+5.18962091832883733214291168578374460874381606598066668874653193535485099733898827256171787644429769542479215917343919834000625648117371048358905058384039472378122088524781759240025076990768070866551882560184741467650971526441441188090061069843145258357211594822590989349513466655944482249056307178982616524731460409762977593723720319333967107303524740677937425681084575985178975822638555813680548909704126760657533347002E+000000000000001924");
     return val;
   }
 
- static const mp_float& A000142_783(void)
+ const mp_float& A000142_783(void)
   {
     static const mp_float val("+4.06347317905147963106789984996867202864640797966286201728853450538284833091642781741582509725588509551761226063280289230022489882475901530865022660714702906872069595314904117484939635283771399488510124044624652569170710705203648450274517817687182737293696678746088744660669044391604529601011088521143388738864733500844411455885673010038496245018659871950825004308289222996395138069125989202111869796298331253594848610703E+000000000000001927");
     return val;
   }
 
- static const mp_float& A000142_784(void)
+ const mp_float& A000142_784(void)
   {
     static const mp_float val("+3.18576297237636003075723348237543887045878385605568382155421105222015309143847940885400687624861391488580801233611746756337632067861106800198177766000327078987702562726884828108192674062476777198991937250985727614229837192879660385015221969066751266038258196136933575813964530803017951207192693400576416771269951064662018581414367639870181056094629339609446803377698750829173788246194775534455705920297891702818361310791E+000000000000001930");
     return val;
   }
 
- static const mp_float& A000142_785(void)
+ const mp_float& A000142_785(void)
   {
     static const mp_float val("+2.50082393331544262414442828366471951331014532700371179992005567599282017677920633595039539785516192318535928968385221203725041173270968838155569546310256757005346511740604590064931249139044270101208670742023796177170422196410533402236949245717399743840032683967492857013962156680369091697646264319452487165446911585759684586410278597298092129034284031593415740651493519400901423773262898794547729147433844986712413628971E+000000000000001933");
     return val;
   }
 
- static const mp_float& A000142_786(void)
+ const mp_float& A000142_786(void)
   {
     static const mp_float val("+1.96564761158593790257752063096046953746177422702491747473716376133035665894845618005701078271415727162369240169150783866127882362190981506790277663399861811006202358228115207791035961823288796299550015203230703795255951846378679254158242107133876198658265689598449385612974255150770106074349963755089654912041272506407112084918478977476300413420947248832424772152073906249108519085784638452514515109883002159555957112371E+000000000000001936");
     return val;
   }
 
- static const mp_float& A000142_787(void)
+ const mp_float& A000142_787(void)
   {
     static const mp_float val("+1.54696467031813312932850873656588952598241631666861005261814788016699069059243501370486748599604177276784592013121666902642643419044302445843948521095691245261881255925526668531545301954928282687745861964942563886866434103100020573022536538314360568344055097713979666477410738803656073480513421475255558415776481462542397210830842955273848425362285484831118295683682164218048404520512510462128923391477922699570538247436E+000000000000001939");
     return val;
   }
 
- static const mp_float& A000142_788(void)
+ const mp_float& A000142_788(void)
   {
     static const mp_float val("+1.21900816021068890591086488441392094647414405753486472146310052957158866418683879079943557896488091694106258506339873519282403014206910327325031434623404701266362429669315014802857697940483486757943739228374740342850750073242816211541758792191716127855115416998615977184199662177280985902644576122501380031631867392483409002134704248755792559185480962046921216998741545403822142762163858244157591632484603087261584138980E+000000000000001942");
     return val;
   }
 
- static const mp_float& A000142_789(void)
+ const mp_float& A000142_789(void)
   {
     static const mp_float val("+9.61797438406233546763672393802583626768099661395008265234386317831983456043415805940754671803291043466498379615021602067138159782092522482594498019178663092991599570090895466794547236750414710520176102511876701305092418077885819909064476870392640248776860640119080059983335334578746978771865705606535888449575433726694097026842816522683203291973444790550208402120070793236156706393472841546403397980303518358493898856550E+000000000000001944");
     return val;
   }
 
- static const mp_float& A000142_790(void)
+ const mp_float& A000142_790(void)
   {
     static const mp_float val("+7.59819976340924501943301191104041065146798732502056529535165191087266930274298486693196190724599924338533719895867065633039146227853092761249653435151143843463363660371807418767692317032827621310939120984382594031023010281529797728160936727610185796533719905694073247386834914317210113229773907429163351875164592644088336651205825052919730600659021384534664637674855926656563798050843544821658684404439779503210180096674E+000000000000001947");
     return val;
   }
 
- static const mp_float& A000142_791(void)
+ const mp_float& A000142_791(void)
   {
     static const mp_float val("+6.01017601285671281037151242163296482531117797409126714862315666150028141846970102974318186863158540151780172437630848915733964666231796374148475867204554780179520655354099668245244622772966648456952844698646631878539201132690070002975300951539656965058172445404011938682986417224913199564751160776468211333255192781473874291103807616859506905121285915166919728400811037985341964258217243953932019363911865587039252456469E+000000000000001950");
     return val;
   }
 
- static const mp_float& A000142_792(void)
+ const mp_float& A000142_792(void)
   {
     static const mp_float val("+4.76005940218251654581423783793330814164645295548028358170954007590822288342800321555660003995621563800209896570603632341261300015655582728325592886826007385902180359040446937250233741236189585577906653001328132447803047297090535442356438353619408316326072576759977455436925242442131254055282919334962823375938112682927308438554215632552729468856058444812200424893442342084390835692508057211514159336218197544935087945524E+000000000000001953");
     return val;
   }
 
- static const mp_float& A000142_793(void)
+ const mp_float& A000142_793(void)
   {
     static const mp_float val("+3.77472710593073562083069060548111335632563719369586488029566528019522074655840654993638383168527900093566447980488680446620210912414877103562195159253023857020429024719074421239435356800298341363279975830053209031107816506592794605788655614420190794846575553370662122161481717256610084465839355032625518937118923357561355591773492996614314468802854346736074936940499777272921932704158889368730728353621030653133524740800E+000000000000001956");
     return val;
   }
 
- static const mp_float& A000142_794(void)
+ const mp_float& A000142_794(void)
   {
     static const mp_float val("+2.99713332210900408293956834075200400492255593179451671495475823247500527276737480064948876235811152674291759696508012274616447464457412420228382956446900942474220645626945090464111673299436883042444300809062247970699606306234678916996192557849631491108180989376305724996216483501748407065876447895904662036072425145903716339868153439311765688229466351308443499930756823154700014567102158158772198312775098338588018644195E+000000000000001959");
     return val;
   }
 
- static const mp_float& A000142_795(void)
+ const mp_float& A000142_795(void)
   {
     static const mp_float val("+2.38272099107665824593695683089784318391343196577664078838903279481762919185006296651634356607469866376061948958723869758320075734243642874081564450375286249267005413273421346918968780273052322018743219143204487136706187013456569739011973083490457035431003886554163051371992104383889983617371776077244206318677577990993454490195181984252853722142425749290212582444951674407986511580846215736223897658656203179177474822135E+000000000000001962");
     return val;
   }
 
- static const mp_float& A000142_796(void)
+ const mp_float& A000142_796(void)
   {
     static const mp_float val("+1.89664590889701996376581763739468317439509184475820606755767010467483283671265012134700947859546013635345311371144200327622780284457939727768925302498727854416536308965643392147499149097349648326919602437990771760818124862711429512253530574458403800203079093697113788892105715089576426959427933757486388229667352080830789774195364859465271562825370896435009215626181532828757263218353587726034222536290337730625269958420E+000000000000001965");
     return val;
   }
 
- static const mp_float& A000142_797(void)
+ const mp_float& A000142_797(void)
   {
     static const mp_float val("+1.51162678939092491112135665700356248999288820027229023584346307342584177085998214671356655444058172867370213162801927661115355886712977963031833466091486099969979438245617783541556821830587669716554923143078645093372045515581009321266063867843347828761854037676599689747008254926392412286664063204716651419044879608422139450033705792993821435571820604458702344854066681664519538785027809417649275361423399171308340156861E+000000000000001968");
     return val;
   }
 
- static const mp_float& A000142_798(void)
+ const mp_float& A000142_798(void)
   {
     static const mp_float val("+1.20627817793395807907484261228884286701432478381728760820308353259382173314626575307742611044358421948161430103915938273570053997596956414499403105941005907776043591720002991266162343820808960433810828668176758784510892321433645438370318966538991567351959522065926552418112587431261145004757922437363887832397813927520867281126897222809069505586312842358044471193545211968286591950452191915284121738415872538704055445175E+000000000000001971");
     return val;
   }
 
- static const mp_float& A000142_799(void)
+ const mp_float& A000142_799(void)
   {
     static const mp_float val("+9.63816264169232505180799247218785450744445502270012798954263742542463564783866336708863462244423791365809826530288346805824731440799681751850230816468637203130588297842823900216637127128263593866148521058732302688242029648254827052578848542646542623142156581306753153820719573575776548588015800274537463780858533280891729576203908810244465349634639610440775324836426243626609869684113013403120132689942821584245403006946E+000000000000001973");
     return val;
   }
 
- static const mp_float& A000142_800(void)
+ const mp_float& A000142_800(void)
   {
     static const mp_float val("+7.71053011335386004144639397775028360595556401816010239163410994033970851827093069367090769795539033092647861224230677444659785152639745401480184653174909762504470638274259120173309701702610875092918816846985842150593623718603861642063078834117234098513725265045402523056575658860621238870412640219629971024686826624713383660963127048195572279707711688352620259869140994901287895747290410722496106151954257267396322405557E+000000000000001976");
     return val;
   }
 
- static const mp_float& A000142_801(void)
+ const mp_float& A000142_801(void)
   {
     static const mp_float val("+6.17613462079644189319856157617797716837040677854624201569892206221210652313501548563039706606226765507210936840608772633172487907264436066585627907193102719766080981257681555258821071063791310949427972294435659562625492598601693175292526146127904512909493937301367420968317102747357612335200524815923606790774148126395420312431464765604653396045877062370448828155181936915931604493579618988719381027715360071184454246851E+000000000000001979");
     return val;
   }
 
- static const mp_float& A000142_802(void)
+ const mp_float& A000142_802(void)
   {
     static const mp_float val("+4.95325996587874639834524638409473768903306623639408609659053549389410943155428241947557844698193865936783171346168235651804335301626077725401673581568868381252396946968660607317574498993160631381441233780137398969225645064078557926584605969194579419353414137715696671616590316403380805092830820902370732646200866797369127090570034742014932023628793404021099960180455913406577146803850854428952943584227718777089932305974E+000000000000001982");
     return val;
   }
 
- static const mp_float& A000142_803(void)
+ const mp_float& A000142_803(void)
   {
     static const mp_float val("+3.97746775260063335787123284642807436429355218782445113556220000159696987353808878283888949292649674347236886590973093228398881247205740413497543885999801310145674748415834467676012322691507986999297310725450331372288192986455082015047438593263247273740791552585704427308122024071914786489543149184603698314899296038287409053727737897837990414973921103428943268024906098465481448883492236106449213698134858178003215641697E+000000000000001985");
     return val;
   }
 
- static const mp_float& A000142_804(void)
+ const mp_float& A000142_804(void)
   {
     static const mp_float val("+3.19788407309090921972847120852817178889201595901085871299200880128396377832462338140246715231290338175178456819142366955632700522753415292452025284343840253357122497726330912011513907443972421547435037823262066423319707161109885940098140628983650808087596408278906359555730107353819488337592691944421373445179034014783076879197101269861744293639032567156870387492024503166247084902327757829585167813300425975114585375925E+000000000000001988");
     return val;
   }
 
- static const mp_float& A000142_805(void)
+ const mp_float& A000142_805(void)
   {
     static const mp_float val("+2.57429667883818192188141932286517829005807284700374126395856708503359084155132182202898605761188722231018657739409605399284323920816499310423880353896791403952483610669696384169268695492397799345685205447725963470772364264693458181779003206331838900510515108664519619442362736419824688111762117015259205623369122381900376887753666522238704156379421216561280661931079725048828903346373845052816060089706842909967241227619E+000000000000001991");
     return val;
   }
 
- static const mp_float& A000142_806(void)
+ const mp_float& A000142_806(void)
   {
     static const mp_float val("+2.07488312314357462903642397422933370178680671468501545875060507053707421829036538855536276243518110118201038137964141951823165080178098444201647565240813871585701790199775285640430568566872626272622275590867126557442525597342927294513876584303462153811475177583602813270544365554378698618080266314298919732435512639811703771529455216924395550041813500548392213516450258389356096097177319112569744432303715385433596429461E+000000000000001994");
     return val;
   }
 
- static const mp_float& A000142_807(void)
+ const mp_float& A000142_807(void)
   {
     static const mp_float val("+1.67443068037686472563239414720307229734195301875080747521173829192341889416032486856417774928519114865388237777337062555121294219703725444470729585149336794369661344691218655511827468833466209402006176401829771131856118157055742326672698403532893958125860468309967470309329303002383609784790774915639228224075458700328044943624270360057987208883743494942552516307775358520210369550422096523843783756869098316044912318575E+000000000000001997");
     return val;
   }
 
- static const mp_float& A000142_808(void)
+ const mp_float& A000142_808(void)
   {
     static const mp_float val("+1.35293998974450669831097447094008241625229803915065243997108453987412246648154249379985562142243444811233696124088346544538005729520610159132349504800664129850686366510504673653556594817440697196820990532678455074539743470901039799951540310054578318165695258394453716009938076825925956706110946131836496405052970629865060314448410450926853664778064743913582433176682489684329978596741053991265777275550231439364289153409E+000000000000002000");
     return val;
   }
 
- static const mp_float& A000142_809(void)
+ const mp_float& A000142_809(void)
   {
     static const mp_float val("+1.09452845170330591893357834699052667474810911367287782393660739275816507538356787748408319773074946852288060164387472354531246635182173618738070749383737281049205270506998280985727285207309524032228181340936870155302652467958941198160796110834153859396047464041113056252039904152174098975243755420655725591687853239560833794388764054799824614805454377826088188439936134154622952684763512678934013815920137234445709925108E+000000000000002003");
     return val;
   }
 
- static const mp_float& A000142_810(void)
+ const mp_float& A000142_810(void)
   {
     static const mp_float val("+8.86568045879677794336198461062326606545968382075031037388651988134113711060689980762107390161907069503533287331538526071703097744975606311778373070008271976498562691106686075984391010179207144661048268861588648257951484990467423705102448497756646261107984458733015755641523223632610201699474418907311377292671611240442753734548988843878579379924180460391314326363482686652445916746584452699365511908953111599010250393373E+000000000000002005");
     return val;
   }
 
- static const mp_float& A000142_811(void)
+ const mp_float& A000142_811(void)
   {
     static const mp_float val("+7.19006685208418691206656951921546877908780357862850171322196762376766219670219574398069093421306633367365496025877744644151212271175216718852260559776708572940334342487522407623341109255336994320110146046748393737198654327269080624838085731680640117758575396032475777825275334366046873578273753733829526984356676715999073278719229952385527877118510353377355918680784458875133638481479991139185430158160973506797313069025E+000000000000002008");
     return val;
   }
 
- static const mp_float& A000142_812(void)
+ const mp_float& A000142_812(void)
   {
     static const mp_float val("+5.83833428389235977259805444960296064861929650584634339113623771049934170372218294411232103858100986294300782773012728651050784364194275975708035574538687361227551486099868194990152980715333639387929438589959695714605307313742493467368525614124679775619963221578370331594123571505230061345558288031869575911297621493391247502320014721337048636220230406942413005968796980606608514446961752805018569288426710487519418212048E+000000000000002011");
     return val;
   }
 
- static const mp_float& A000142_813(void)
+ const mp_float& A000142_813(void)
   {
     static const mp_float val("+4.74656577280448849512221826752720700732748805925307717699376125863596480512613473356331700436636101857266536394459348393304287688089946368250632922099952824677999358199192842526994373321566248822386633573637232615974114846072647188970611324283364657579030099143215079586022463633752039873938888169909965215884966274127084219386171968447020541247047320844181773852631945233172722245379905030480096831490915626353287006395E+000000000000002014");
     return val;
   }
 
- static const mp_float& A000142_814(void)
+ const mp_float& A000142_814(void)
   {
     static const mp_float val("+3.86370453906285363502948566976714650396457528023200482207292166452967535137267367312054004155421786911814960625089909592149690178105216343756015198589361599287891477574142973816973419883754926541422719728940707349402929484703134811822077617966658831269330500702577074783022285397874160457386254970306711685730362547139446554580343982315874720575096519167163963916042403419802595907739242694810798820833605319851575623206E+000000000000002017");
     return val;
   }
 
- static const mp_float& A000142_815(void)
+ const mp_float& A000142_815(void)
   {
     static const mp_float val("+3.14891919933622571254903082086022440073112885338908392998943115659168541136872904359324013386668756333129192909448276317601997495155751320161152386850329703419631554222926523660833337205260265131259516579086676489763387530033054871634993258642826947484504358072600315948163162599267440772769797800799970023870245475918648941982980345587437897268703663121238630591574558787139115664807482796270801038979388335679034132913E+000000000000002020");
     return val;
   }
 
- static const mp_float& A000142_816(void)
+ const mp_float& A000142_816(void)
   {
     static const mp_float val("+2.56951806665836018144000914982194311099660114436549248687137582377881529567688289957208394923521705167833421414109793475163229956047093077251500347669869037990419348245908043307240003159492376347107765528534728015646924224506972775254154499052546789147355556187241857813701140681002231670580155005452775539478120308349617536658111961999349324171262189106930722562724839970305518382482905961756973647807180881914091852457E+000000000000002023");
     return val;
   }
 
- static const mp_float& A000142_817(void)
+ const mp_float& A000142_817(void)
   {
     static const mp_float val("+2.09929626045988026823648747540452752168422313494660736177391404802729209656801332895039258652517233122119905295327701269208358874090475044114475784046283004038172607516906871382015082581305271475587044436812872788783537091422196757382644225725930726733389489404976597833793831936378823274863986639454917615753624291921637527449677472953468397847921208500362400333746194255739608518488534170755447470258466780523813043457E+000000000000002026");
     return val;
   }
 
- static const mp_float& A000142_818(void)
+ const mp_float& A000142_818(void)
   {
     static const mp_float val("+1.71722434105618205941744675488090351273769452438632482193106169128632493499263490308142113577759096693894082531578059638212437559006008586085641191349859497303225192948829820790488337551507712067030202349312929941224933340783356947539002976643811334467912602333270857028043354523957877438838741071074122609686464670791899497453836172875937149439599548553296443473004386901194999768123620951677956030671425826468479069548E+000000000000002029");
     return val;
   }
 
- static const mp_float& A000142_819(void)
+ const mp_float& A000142_819(void)
   {
     static const mp_float val("+1.40640673532501310666288889224745997693217181547240002916153952516350012175896798562368391020184700192299253593362430843695986360825921032004140135715534928291341433025091623227409948454684816182897735724087289621863220406101569340034443437871281482929220421310948831905967507355121501622408928937209706417333214565378565688414691825585392525391032030265149787204390592872078704810093245559424245989119897751877684357960E+000000000000002032");
     return val;
   }
 
- static const mp_float& A000142_820(void)
+ const mp_float& A000142_820(void)
   {
     static const mp_float val("+1.15325352296651074746356889164291718108438088868736802391246241063407009984235374821142080636551454157685387946557193291830708815877255246243394911286738641198899975080575131046476157732841549269976143293751577489927840733003286858828243619054450816001960745474978042162893356031199631330375321728511959262213235943610423864500047296980021870820646264817422825507600286155104537944276461358727881711078316156539701173527E+000000000000002035");
     return val;
   }
 
- static const mp_float& A000142_821(void)
+ const mp_float& A000142_821(void)
   {
     static const mp_float val("+9.46821142355505323667590060038835005670276709612329147632131639130571551970572427281576482026087438634597035041234556925930119378352265571658272221664124244242968795411521825891569254986629119506504136441700451192307572417956985110979880112437041199376097720349569726157354453016148973222381391391083185542770667097041579927545388308205979559437505834151041397417398349333408256522509747755155908847952975645190946634657E+000000000000002037");
     return val;
   }
 
- static const mp_float& A000142_822(void)
+ const mp_float& A000142_822(void)
   {
     static const mp_float val("+7.78286979016225376054759029351922374660967455301334559353612207365329815719810535225455868225443874557638762803894805793114558129005562299903099766207910128767720349828270940882869927599009136234346400155077770880076824527560641761225461452423247865887152326127346314901345360379274455988797503723470378516157488353768178700442309189345315197857629795672156028677101443152061586861503012654738157073017345980346958133688E+000000000000002040");
     return val;
   }
 
- static const mp_float& A000142_823(void)
+ const mp_float& A000142_823(void)
   {
     static const mp_float val("+6.40530183730353484493066681156632114345976215712998342348022846661666438337404070490550179549540308760936701787605425167733281340171577772820251107589110035975833847908666984346601950413984519120867087327629005434303226586182408169488554775344332993625126364402806017163807231592142877278780345564416121518797612915151211070464020462831194407836829321838184411601254487714146685987016979414849503271093275741825546544025E+000000000000002043");
     return val;
   }
 
- static const mp_float& A000142_824(void)
+ const mp_float& A000142_824(void)
   {
     static const mp_float val("+5.27796871393811271222286945273064862221084401747510634094770825649213145190020954084213347948821214419011842272986870338212223824301380084803886912653426669644087090676741595101600007141123243755594479957966300477865858707014304331658569134883730386747104124267912158142977158831925730877715004745078884131489233042084597922062352861372904192057547361194663955159433697876456869253301991037835990695380859211264250352277E+000000000000002046");
     return val;
   }
 
- static const mp_float& A000142_825(void)
+ const mp_float& A000142_825(void)
   {
     static const mp_float val("+4.35432418899894298758386729850278511332394631441696273128185931160600844781767287119476012057777501895684769875214168029025084655048638569963206702939077002456371849808311815958820005891426676098365445965322197894239333433286801073618319536279077569066360902521027530467956156036338727974114878914690079408478617259719793285701441110632645958447476572985597763006532800748076917133974142606214692323689208849293006540628E+000000000000002049");
     return val;
   }
 
- static const mp_float& A000142_826(void)
+ const mp_float& A000142_826(void)
   {
     static const mp_float val("+3.59667178011312690774427438856330050360557965570841121603881579138656297789739779160687185959724216565835619916926902791974719925070175458789608736627677604028963147941665559981985324866318434457249858367356135460641689415894897686808731936966518072048814105482368740166531784886015789306618889983534005591403337856528549253989390357382565561677615649286103752243396093417911533552662641792733335859367286509516023402559E+000000000000002052");
     return val;
   }
 
- static const mp_float& A000142_827(void)
+ const mp_float& A000142_827(void)
   {
     static const mp_float val("+2.97444756215355595270451491934184951648181437527085607566410065947668758272114797365888302788691927099946057671298548608963093378033035104419006425191089378531952523347757418105101863664445345296145632869803524025950677146945080386990821311871310445584369265233918948117721786100735057756573822016382622624090560407349110233049225825555381719507388141959607803105288569256612838248052004762590468755696745943369751353916E+000000000000002055");
     return val;
   }
 
- static const mp_float& A000142_828(void)
+ const mp_float& A000142_828(void)
   {
     static const mp_float val("+2.46284258146314432883933835321505139964694230272426883064987534604669731849311052218955514709036915638755335751835198248221441317011353066458937320058222005424456689331943142191024343114160745905208584016197317893487160677670526560428400046229445048943857751613684889041473638891408627822443124629564811532746984017285063272964758983559856063752117381542555260971178935344475430069387059943424908129716905641110154121043E+000000000000002058");
     return val;
   }
 
- static const mp_float& A000142_829(void)
+ const mp_float& A000142_829(void)
   {
     static const mp_float val("+2.04169650003294664860781149481527761030731516895841886060874666187271207703078862289514121693791603064528173338271379347775574851802411692094459038328266042496874595456180864876359180441639258355417916149427576533700856201788866518595143638324209945574458076087744773015381646640977752464805350317909228760647249750329317453287785197371120676850505309298778311345107337400570131527521872693099248839535314776480317766344E+000000000000002061");
     return val;
   }
 
- static const mp_float& A000142_830(void)
+ const mp_float& A000142_830(void)
   {
     static const mp_float val("+1.69460809502734571834448354069668041655507159023548765430525972935435102393555455700296721005847030543558383870765244858653727126996001704438401001812460815272405914228630117847378119766560584434996870404024888522971710647484759210433969219809094254826800203152828161602766766712011534545788440763864659871337217292773333486228861713818030161785919406717985998416439090042473209167843154335272376536814311264478663746066E+000000000000002064");
     return val;
   }
 
- static const mp_float& A000142_831(void)
+ const mp_float& A000142_831(void)
   {
     static const mp_float val("+1.40821932696772429194426582231894142615726449148569024072767083509346570089044583686946575155858882381697016996605918477541247242533677416388311232506154937491369314723991627931171217526011845665482399305744682362589491548059834903870628421661357325761070968820000202291899183137681585207550194274771532353081227570294640127056184084182783064444099026982646364684060883825295236818477661252611344902092692660781769572981E+000000000000002067");
     return val;
   }
 
- static const mp_float& A000142_832(void)
+ const mp_float& A000142_832(void)
   {
     static const mp_float val("+1.17163848003714661089762916416935926656284405691609428028542213479776346314085093627539550529674590141571918141176124173314317705788019610435074945445120907992819269850361034438734452981641855593681356222379575725674456967985782640020362846822249295033211046058240168306860120370551078892681761636609914917763581338485140585710745158040075509617490390449561775417138655342645637032973414162172638958541120293770432284720E+000000000000002070");
     return val;
   }
 
- static const mp_float& A000142_833(void)
+ const mp_float& A000142_833(void)
   {
     static const mp_float val("+9.75974853870943126877725093753076269046849099411106535477756638286536964796328829917404455912189335879294078115997114363708266489214203354924174295557857163580184517853507416874657993337076657095365697332421865794868226543321569391369622514029336627626648013665140601996144802686690487176039074432960591264970632549581221078970507166473828995113694952444849589224764999004238156484668539970898082524647532047107700931717E+000000000000002072");
     return val;
   }
 
- static const mp_float& A000142_834(void)
+ const mp_float& A000142_834(void)
   {
     static const mp_float val("+8.13963028128366567816022728190065608385072148908862850588449036330971828640138244151115316230765906123331261148741593379332694252004645598006761362495252874425873887889825185673464766443121932017534991575239836072920100937130188872402265176700466747440624443396727262064784765440699866304816588077089133114985507546350738379861402976839173381924821590339004557413454009169534622508213562335729000825556041727287822577052E+000000000000002075");
     return val;
   }
 
- static const mp_float& A000142_835(void)
+ const mp_float& A000142_835(void)
   {
     static const mp_float val("+6.79659128487186084126378978038704783001535244338900480241354945336361476914515433866181289052689531612981603059199230471742799700423879074335645737683536150145604696388004030037343079980006813234641717965325263120888284282503707708455891422544889734112921410236267263824095279142984388364521851044369426151012898801202866547184271485660709773907226027933068805440234097656561409794358324550333715689339294842285331851839E+000000000000002078");
     return val;
   }
 
- static const mp_float& A000142_836(void)
+ const mp_float& A000142_836(void)
   {
     static const mp_float val("+5.68195031415287566329652825640357198589283464267320801481772734301198194700534902712127557648048448428452620157490556674376980549554362906144599836703436221521725526180371369111218814863285695864160476219011919969062605660173099644269125229247527817718402298957519432556943653363534948672740267473092840262246783397805596433446050962012353370986440959352045521348035705640885338588083559324078986316287650488150537428137E+000000000000002081");
     return val;
   }
 
- static const mp_float& A000142_837(void)
+ const mp_float& A000142_837(void)
   {
     static const mp_float val("+4.75579241294595693017919415060978975219230259591747510840243778610102888964347713570050765751416551334614843071819595936453532719977001752443030063320776117413684265412970835946090148040570127438302318595312977014105400937564884402253257816880180783430302724227443765050161837865278752039083603874978707299500557703963284214794344655204339771515651082977662101368305885621421028398225939154254111546732763458581999827351E+000000000000002084");
     return val;
   }
 
- static const mp_float& A000142_838(void)
+ const mp_float& A000142_838(void)
   {
     static const mp_float val("+3.98535404204871190749016469821100381233714957537884414084124286475266220952123383971702541699687070018407238494184821394748060419340727468547259193062810386392667414416069560522823544057997766793297342982872274737820325985679373129088230050545591496514593682902597875112035620131103594208752060047232156716981467355921232171997660821061236728530115607535280840946640332150750821797713337011264945476162055778291715855320E+000000000000002087");
     return val;
   }
 
- static const mp_float& A000142_839(void)
+ const mp_float& A000142_839(void)
   {
     static const mp_float val("+3.34371204127886929038424818179903219855086849374285023416580276352748359378831519152258432486037451745443673096621065150193622691826870346111150462979697914183447960695082361278648953464660126339576470762629838505031253501984994055305025012407751265575744099955279617218997885289995915541142978379627779485547451111617913792306037428870377615236766994722100625554231238674479939488281489752451289254499964797986749602613E+000000000000002090");
     return val;
   }
 
- static const mp_float& A000142_840(void)
+ const mp_float& A000142_840(void)
   {
     static const mp_float val("+2.80871811467425020392276847271118704678272953474399419669927432136308621878218476087897083288271459466172685401161694726162643061134571090733366388902946247914096286983869183474065120910314506125244235440609064344226252941667395006456221010422511063083625043962434878463958223643596569054560101838887334767859858933759047585537071440251117196798884275566564525465554240486563149170156451392059082973779970430308869666195E+000000000000002093");
     return val;
   }
 
- static const mp_float& A000142_841(void)
+ const mp_float& A000142_841(void)
   {
     static const mp_float val("+2.36213193444104442149904828555010830634427553871969911942408970426635550999581738389921447045436297411051228422376985264702782814414174287306761133067377794495754977353433983301688766685574499651330402005552223113494278723942279200429681869765331804053328661972407732788188866084264714574885045646504248539770141363291359019436677081251189562507861675751480765916531116249199608452101575620721688780948955131889759389270E+000000000000002096");
     return val;
   }
 
- static const mp_float& A000142_842(void)
+ const mp_float& A000142_842(void)
   {
     static const mp_float val("+1.98891508879935940290219865643319119394188000360198665855508353099227133941647823724313858412257362420105134331641421592879743129736734749912292874042732102965425690931591413940021941549253728706420198488674971861562182685559399086761792134342409379012902733380767311007655025242950889672053208434356577270486459027891324294365682102413501611631619530982746804901719199881826070316669526672647661953559020221051177405766E+000000000000002099");
     return val;
   }
 
- static const mp_float& A000142_843(void)
+ const mp_float& A000142_843(void)
   {
     static const mp_float val("+1.67665541985785997664655346737318017649300484303647475316193541662648473912809115399596582641532956520148628241573718402797623458368067394176062892818023162799853857455331561951438496726020893299512227325953001279296920003926573430140190769250651106507877004239986843179453186279807599993540854710162594639020084960512386380150270012334581858605455264618455556532149285500379377276952410985041979026850254046346142553060E+000000000000002102");
     return val;
   }
 
- static const mp_float& A000142_844(void)
+ const mp_float& A000142_844(void)
   {
     static const mp_float val("+1.41509717436003382028969112646296406896009608752278469166867349163275311982410893397259515749453815303005442235888218331961194198862648880684597081538411549403076655692299838287014091236761633944788319863104333079726600483314027975038321009247549533892648191578548895643458489220157614394548481375377229875332951706672454104846827890410387088663004243337976489713133996962320194421747834871375430298661614415116144314783E+000000000000002105");
     return val;
   }
 
- static const mp_float& A000142_845(void)
+ const mp_float& A000142_845(void)
   {
     static const mp_float val("+1.19575711233422857814478900186120463827128119395675306446002910042967638625137204920684290808288473931039598689325544490507209098038938304178484533899957759245599774059993363352526907095063580683346130284323161452368977408400353638907381252814179356139287721883873816818722423391033184163393466762193759244656344192138223718595569567396777089920238585620590133807598227433160564286376920466312238602369064180773141945992E+000000000000002108");
     return val;
   }
 
- static const mp_float& A000142_846(void)
+ const mp_float& A000142_846(void)
   {
     static const mp_float val("+1.01161051703475737711049149557457912397750389008741309253318461896350622276866075362898910023812048945659500491169410638969098896940941805334997915679364264321777408854754385396237763402423789258110826220537394588704154887506699178515644539880795735293837412713757249028639170188814073802230872880815920320979267186548937265931851854017673418072521843435019253201228100408453837386274874714500153857604228296934078086309E+000000000000002111");
     return val;
   }
 
- static const mp_float& A000142_847(void)
+ const mp_float& A000142_847(void)
   {
     static const mp_float val("+8.56834107928439498412586296751668518008945794904038889375607372262089770685055658323753767901688054569735969160204908112068267657089777091187432345804215318805454652999769644306133856018529495016198698087951732166324191897181742042027509252790339877938802885685523899272573771499255205104895493300510845118694393070069498642442785203529693851074260013894613074614402010459604002661748188831816303173907813675031641391036E+000000000000002113");
     return val;
   }
 
- static const mp_float& A000142_848(void)
+ const mp_float& A000142_848(void)
   {
     static const mp_float val("+7.26595323523316694653873179645414903271586034078624978190515051678252125540927198258543195180631470275136101847853762079033890973212130973326942629241974590347025545743804658371601509903713011773736495978583068877042914728810117251639327846366208216492104847061324266583142558231368413928951378318833196660652845323418934848791481852593180385710972491782631887273012904869744194257162464129380225091473825996426831899599E+000000000000002116");
     return val;
   }
 
- static const mp_float& A000142_849(void)
+ const mp_float& A000142_849(void)
   {
     static const mp_float val("+6.16879429671295873761138329518957252877576542932752606483747278874836054584247191321503172708356118263590550468827844005099773436257099196354574292226436427204624688336490154957489681908252346995902285085817025476609434604759789546641789341564910775801797015155064302329088031938431783425679720192689383964894265679582675686623968092851610147468615645523454472294787956234412820924330932045843811102661278270966380282759E+000000000000002119");
     return val;
   }
 
- static const mp_float& A000142_850(void)
+ const mp_float& A000142_850(void)
   {
     static const mp_float val("+5.24347515220601492696967580091113664945940061492839715511185187043610646396610112623277696802102700524051967898503667404334807420818534316901388148392470963123930985086016631713866229622014494946516942322944471655118019414045821114645520940330174159431527462881804656979724827147667015911827762163785976370160125827645274333630372878923868625348323298694936301450569762799250897785681292238967239437262086530321423240345E+000000000000002122");
     return val;
   }
 
- static const mp_float& A000142_851(void)
+ const mp_float& A000142_851(void)
   {
     static const mp_float val("+4.46219735452731870285119410657537728868994992330406597900018594174112660083515205842409319978589398145968224681626620961088921115116572703683081314281992789618465268308200153588500161408334335199485917916825745378505434521352993768563338320220978209676229870912415763089745827902664630540965425601381865891006267079326128457919447319964212200171423127189390792534434868142162514015614779695361120761110035637303531177534E+000000000000002125");
     return val;
   }
 
- static const mp_float& A000142_852(void)
+ const mp_float& A000142_852(void)
   {
     static const mp_float val("+3.80179214605727553482921737880222144996383733465506421410815842236343986391154955377732740621758167220364927428745881058847760790079319943537985279768257856754932408598586530857402137519900853589962002065135535062486630212192750690815964248828273434644147850017378230152463445373070265220902542612377349739137339551585861446147369116609508794546052504365360955239338507657122461941303792300447674888465750362982608563259E+000000000000002128");
     return val;
   }
 
- static const mp_float& A000142_853(void)
+ const mp_float& A000142_853(void)
   {
     static const mp_float val("+3.24292870058685603120932242411829489681915324646076977463425913427601420391655176937206027750359716638971283096720236543197139953937659911837901443642323951811957344534594310821364023304475428112237587761560611408301095571000416339266017504250517239751458116064823630320051318903228936233429868848357879327484150637502739813563705856467911001747782786223652894819155747031525460035932134832281866679861285059624165104460E+000000000000002131");
     return val;
   }
 
- static const mp_float& A000142_854(void)
+ const mp_float& A000142_854(void)
   {
     static const mp_float val("+2.76946111030117505065276135019702384188355687247749738753765730067171613014473521104373947698807198009681475764599082007890357520662761564709567832870544654847411572232543541441444875902022015607850899948372762142689135617634355553733178948629941722747745231119359380293323826343357511543349107996497628945671464644427339800783404801423595995492606499434999572175559007964922742870686043146768714144601537440919036999209E+000000000000002134");
     return val;
   }
 
- static const mp_float& A000142_855(void)
+ const mp_float& A000142_855(void)
   {
     static const mp_float val("+2.36788924930750466830811095441845538481044112596826026634469699207431729127374860544239725282480154298277661778732215116746255680166661137826680497104315679894536894258824727932435368896228823344712519455858711631999210953077373998441868001078600172949322172607052270150791871523570672369563487337005472748549102270985375529669811105217174576146178557016924634210102951810008945154436566890487250593634314511985776634323E+000000000000002137");
     return val;
   }
 
- static const mp_float& A000142_856(void)
+ const mp_float& A000142_856(void)
   {
     static const mp_float val("+2.02691319740722399607174297698219780939773760382883078799106062521561560133032880625869204841803012079325678482594776139934794862222661933979638505521294221989723581485553967110164675775171872783073916654215057156991324575834232142666239008923281748044619779751636743249077842024176495548346345160476684672758031543963481453397358306065901437181128844806487486883848126749367657052197701258257086508150973222259824798981E+000000000000002140");
     return val;
   }
 
- static const mp_float& A000142_857(void)
+ const mp_float& A000142_857(void)
   {
     static const mp_float val("+1.73706461017799096463348373127374352265386112648130798530833895580978257034009178696369908549425181351982106459583723151924119196924821277420550199231749148245193109333119749813411127139322294975094346572662303983541565161489936946264966830647252458074239151247152688964459710614719256684932817802528518764553633033176703605561536068298477531664227419999159776259457844624208082093733429978326323137485384051476669852727E+000000000000002143");
     return val;
   }
 
- static const mp_float& A000142_858(void)
+ const mp_float& A000142_858(void)
   {
     static const mp_float val("+1.49040143553271624765552904143287194243701284652096225139455482408479344535179875321485381535406805600000647342322834464350894270961496656026832070940840769194375687807816745339906747085538529088630949359344256817878662908558365899895341540695342609027697191770057007131506431707429122235672357674569469099987017142465611693571797946600093722167907126359279088030614830687570534436423282921403985251962459516166982733639E+000000000000002146");
     return val;
   }
 
- static const mp_float& A000142_859(void)
+ const mp_float& A000142_859(void)
   {
     static const mp_float val("+1.28025483312260325673609944659083699855339403516150657394792259388883756955719512901155942738914446010400556067055314804877418178755925627527048748938182220737968715826914584246979895746477596487133985499676716606557771438451636308010098383457299301154791887730478969125964024836681616000442555242455173956888847725377960444778174436129480507342232221542620736618298139560623089080887600029486023331435752724387438168196E+000000000000002149");
     return val;
   }
 
- static const mp_float& A000142_860(void)
+ const mp_float& A000142_860(void)
   {
     static const mp_float val("+1.10101915648543880079304552406811981875591887023889565359521343074440030981918781094994110755466423568944478217667570732194579633730096039673261924086836709834653095611146542452402710341970732978935227529721976281639683437068407224888684609773277398993121023448211913448329061359546189760380597508511449602924409043825045982509230015071353236314319710526653833491736400022135856609563336025357980065034747342973196824649E+000000000000002152");
     return val;
   }
 
- static const mp_float& A000142_861(void)
+ const mp_float& A000142_861(void)
   {
     static const mp_float val("+9.47977493733962807482812196222651163948846147275689157745478763870928666754320705227899293604565906928611957454117784004195330646416126901586785166387664071676363153211971730515187336044368010948632309030906215784917674393158986206291574490147918405330772011889104574790113218305692693836876944548283581081179161867333645909404470429764351364666292707634489506363850404190589725408340323178332208359949174622999224660226E+000000000000002154");
     return val;
   }
 
- static const mp_float& A000142_862(void)
+ const mp_float& A000142_862(void)
   {
     static const mp_float val("+8.17156599598675940050184113143925303323905378951644053976602694456740510742224447906449191087135811772463507325449529811616375017210701389167808813426166429785025038068719631704091483670245225437721050384641158006599035326903046109823337210507505665395125474248408143469077594179507102087387926200620446891976437529641602773906653510456870876342344313980929954485639048412288343301989358579722363606276188525025331657115E+000000000000002157");
     return val;
   }
 
- static const mp_float& A000142_863(void)
+ const mp_float& A000142_863(void)
   {
     static const mp_float val("+7.05206145453657336263308889643207536768530342035268818581808125316167060770539698543265651908198205559636006821862944227424931639852835298851819005986781628904476607853305042160630950407421629552753266481945319359694967487117328792777540012667977389235993284276376227813813963776914629101415780311135445667775665588080703193881441979524279566283443142965542550721106498779804840269616816454300399792216350697096861220090E+000000000000002160");
     return val;
   }
 
- static const mp_float& A000142_864(void)
+ const mp_float& A000142_864(void)
   {
     static const mp_float val("+6.09298109671959938531498880651731311768010215518472259254682220273168340505746299541381523248683249603525509894089583812495140936832849698207971621172579327373467789185255556426785141152012287933578822240400755926776451908869372076959794570945132464299898197614789060831135264703254239543623234188821025056958175068101727559513565870308977545268894875522228763823036014945751381992948929416515545420474927002291688094158E+000000000000002163");
     return val;
   }
 
- static const mp_float& A000142_865(void)
+ const mp_float& A000142_865(void)
   {
     static const mp_float val("+5.27042864866245346829746531763747584679328836423478504255300120536290614537470549103295017610111010907049566058387489997808296910360414988949895452314281118178049637645246056309169147096490629062545681237946653876661630901172006846570222303867539581619411940936792537618932003968314917205234097573330186674268821433907994338979234477817265576657594067326727880706926152928074945423900823945285946788710811856982310201447E+000000000000002166");
     return val;
   }
 
- static const mp_float& A000142_866(void)
+ const mp_float& A000142_866(void)
   {
     static const mp_float val("+4.56419120974168470354560496507405408332298772342732384685089904384427672189449495523453485250356135445504924206563566338101985124372119380430609461704167448342190986200783084763740481385560884768164559952061802257188972360414957929129812515149289277682410740851262337577995115436560718299732728498503941659916799361764323097556017057789751989385476462304946344692198048435712902737098113536617629919023563068146680634453E+000000000000002169");
     return val;
   }
 
- static const mp_float& A000142_867(void)
+ const mp_float& A000142_867(void)
   {
     static const mp_float val("+3.95715377884604063797403950471920489024103035621148977521972947101298791788252712618834171712058769431252769287090612015134421102830627502833338403297513177712679585036078934490162997361281287093998673478437582556982839036479768524555547450634433803750650112318044446680121765083498142765868275608202917419147865046649668125581066789103714974797208092818388480848135707993763086673064064436247485139793429180083172110071E+000000000000002172");
     return val;
   }
 
- static const mp_float& A000142_868(void)
+ const mp_float& A000142_868(void)
   {
     static const mp_float val("+3.43480948003836327376146629009626984472921434919157312489072518083927351272203354553148061046067011866327403741194651229136677517256984672459337734062241438254605879811316515137461481709592157197590848579283821659461104283664439079314215187150688541655564297492062579718345692092476387920773663227920132319820346860491911933004365972942024598123976624566361201376181794538586359232219607930662817101340696528312193391541E+000000000000002175");
     return val;
   }
 
- static const mp_float& A000142_869(void)
+ const mp_float& A000142_869(void)
   {
     static const mp_float val("+2.98484943815333768489871420609365849506968726944747704553004018214932868255544715106685665049032233311838513851098151918119772762496319680367164490900087809843252509556034051654454027605635584604706447415397641022071699622504397559924052997633948342698685374520602381775242406428361981103152313345062594985923881421767471469780794030486619375769735686748167883995901979454031546172798839291745988061065065283103296057249E+000000000000002178");
     return val;
   }
 
- static const mp_float& A000142_870(void)
+ const mp_float& A000142_870(void)
   {
     static const mp_float val("+2.59681901119340378586188135930148289071062792441930502961113495846991595382323902142816528592658042981299507050455392168764202303371798121919433107083076394563629683313749624939375004016902958606094609251395947689202378671578825877133926107941535058147856275832924072144460893592674923559742512610204457637753776836937700178709290806523358856919670047470906059076434722125007445170334990183819009613126606796299867569807E+000000000000002181");
     return val;
   }
 
- static const mp_float& A000142_871(void)
+ const mp_float& A000142_871(void)
   {
     static const mp_float val("+2.26182935874945469748569866395159159780895692216921468079129854882729679578004118766393196404205155436711870640946646578993620206236836164191826236269359539664921454166275923322195628498722476945908404657965870437295271822945157338983649640017077035646782816250476866837825438319219858420535728483488082602483539624972736855655792292481845564377032611347159177455574642970881484743361776450106357373033274519577184653302E+000000000000002184");
     return val;
   }
 
- static const mp_float& A000142_872(void)
+ const mp_float& A000142_872(void)
   {
     static const mp_float val("+1.97231520082952449620752923496578787328941043613155520165001233457740280592019591564294867264466895540812751198905475816882436819838521135175272478026881518587811508032992605136954588050885999896832128861746239021321477029608177199593742486094891175083994615770415827882583782214359716542707155237601608029365646552976226538131850879044169332136772437094722802741261088670608654696211469064492743629285015381071305017679E+000000000000002187");
     return val;
   }
 
- static const mp_float& A000142_873(void)
+ const mp_float& A000142_873(void)
   {
     static const mp_float val("+1.72183117032417488518917302212513281338165531074284769104046076808607264956833103435629419121879599807129531796644480388138367343719028951008012873317467565727159446512802544284561355368423477909934448496304466665613649446847938695245337190360839995848327299567573017741495641873136032541783346522426203809636209440748245767789105817405559826955402337583693006793120930409441355549792612493302165188365818427675249280434E+000000000000002190");
     return val;
   }
 
- static const mp_float& A000142_874(void)
+ const mp_float& A000142_874(void)
   {
     static const mp_float val("+1.50488044286332884965533722133736607889556674158924888196936271130722749572272132402740112312522770231431210790267275859232933058410431303181003251279466652445537356252189423704706624592002119693282707985770103865746329616545098419644424704375374156371438059822058817506067190997120892441518644860600502129622047051213966801047678484412459288759021643048147687937187693177851744750518743319146092374631725305788167871099E+000000000000002193");
     return val;
   }
 
- static const mp_float& A000142_875(void)
+ const mp_float& A000142_875(void)
   {
     static const mp_float val("+1.31677038750541274344842006867019531903362089889059277172319237239382405875738115852397598273457423952502309441483866376828816426109127390283377844869533320889845186720665745741618296518001854731622369487548840882528038414476961117188871616328452386825008302344301465317808792122480780886328814253025439363419291169812220950916718673860901877664143937667129226945039231530620276656703900404252830827802759642564646887212E+000000000000002196");
     return val;
   }
 
- static const mp_float& A000142_876(void)
+ const mp_float& A000142_876(void)
   {
     static const mp_float val("+1.15349085945474156326081598015509109947345190742815926802951651821698987547146589486700296087548703382392023070739866946102043189271595593888238992105711189099504383567303193269657627749769624744901195671092784613094561651081817938657451535903724290858707272853608083618400501899293164056424041285650284882355299064755505553003045558302150044833790089396405202803854366820823362351272616754125479805155217446886630673198E+000000000000002199");
     return val;
   }
 
- static const mp_float& A000142_877(void)
+ const mp_float& A000142_877(void)
   {
     static const mp_float val("+1.01161148374180835097973561459601489423821732281449567806188598647630012078847558979836159668780212866357804233038863311731491876991189335839985596076708712840265344388524900497489739536547960901278348603548372105683930567998754332202584996987566203083086278292614289333337240165680104877483884207515299841825597279790578369983670954630985589319233908400647362858980279701862088782066084893368045789121125700919575100394E+000000000000002202");
     return val;
   }
 
- static const mp_float& A000142_878(void)
+ const mp_float& A000142_878(void)
   {
     static const mp_float val("+8.88194882725307732160207869615301077141154809431127205338335896126191506052281567842961481891890268966621521166081219877002498679982642368675073533553502498737529723731248626367959913130891096713223900739154707087904910387029063036738696273550831263069497523409153460346700968654671320824308503341984332611228744116561278088456630981660053474222873715757683845901846855782349139506540225363771442028483483654073869381462E+000000000000002204");
     return val;
   }
 
- static const mp_float& A000142_879(void)
+ const mp_float& A000142_879(void)
   {
     static const mp_float val("+7.80723301915545496568822717391849646807075077489960813492397252694922333819955498133963142582971546421660317104985392271885196339704742642065389635993528696390288627159767542577436763642053274010923808749716987530268416230198546409293314024451180680238088323076645891644750151447456091004567174437604228365270066078457363439753378632879187003841905996151004100547723386232684893626248858094755097543036982131930931186305E+000000000000002207");
     return val;
   }
 
- static const mp_float& A000142_880(void)
+ const mp_float& A000142_880(void)
   {
     static const mp_float val("+6.87036505685680036980563991304827689190226068191165515873309582371531653761560838357887565473014960851061079052387145199258972778940173525017542879674305252823453991900595437468144352005006881129612951699750949026636206282574720840178116341517038998609517724307448384647380133273761360084019113505091720961437658149042479826982973196933684563380877276612883608481996579884762706391098995123384485837872544276099219443948E+000000000000002210");
     return val;
   }
 
- static const mp_float& A000142_881(void)
+ const mp_float& A000142_881(void)
   {
     static const mp_float val("+6.05279161509084112579876876339553194176589166076416819484385742069319386963935098593298945181726180509784810645153074920547155018246292875540455276993062927737462966864424580409435174116411062275189010447480586092466497734948329060196920496876511357774985115114862026874341897414183758234020838997985806167026576829306424727571999386498576100338552880695950459072638986878475944330558214703701732023165711507243412330118E+000000000000002213");
     return val;
   }
 
- static const mp_float& A000142_882(void)
+ const mp_float& A000142_882(void)
   {
     static const mp_float val("+5.33856220451012187295451404931485917263751644479399634785228224505139699302190756959289669650282491209630202989025012079922590726093230316226681554307881502264442336774422479921121823570674556926716707214677876933555451002224426231093683878245083017557536871531308307703169553519310074762406379996223481039317440763448266609718503458891744120498603640773828304902067586426815782899552345368664927644432157549388689675164E+000000000000002216");
     return val;
   }
 
- static const mp_float& A000142_883(void)
+ const mp_float& A000142_883(void)
   {
     static const mp_float val("+4.71395042658243761381883590554502064943892702075309877515356522238038354483834438395052778301199439738103469239309085666571647611140322369228159812453859366499502583371815049770350570212905633766290852470560565332329463234964168362055722864490408304503305057562145235701898715757550796015204833536665333757717300194124819416381438554201410058400267014803290393228525678814878336300304720960531131110033595116110212983170E+000000000000002219");
     return val;
   }
 
- static const mp_float& A000142_884(void)
+ const mp_float& A000142_884(void)
   {
     static const mp_float val("+4.16713217709887485061585094050179825410401148634573931723575165658425905363709643541226656018260304728483466807549231729249336488248044974397693274209211679985560283700684503996989904068208580249401113583975539753779245499708324832057259012209520941180921670884936388360478464729674903677441072846412155041822093371606340364081191681914046491625836041086108707614016700072352449289469373329109519901269698082641428277122E+000000000000002222");
     return val;
   }
 
- static const mp_float& A000142_885(void)
+ const mp_float& A000142_885(void)
   {
     static const mp_float val("+3.68791197673250424279502808234409145488205016541597929575364021607706926246883034533985590576160369684707868124681070080385662792099519802341958547675152336787220851075105786037336065100364593520719985521818352682094632267241867476370674225805426032945115678733168703699023441285762289754535349469074757212012552633871611222211854638493931145088864896361206206238404779564031917621180395396261925112623682803137664025253E+000000000000002225");
     return val;
   }
 
- static const mp_float& A000142_886(void)
+ const mp_float& A000142_886(void)
   {
     static const mp_float val("+3.26749001138499875911639488095686502902549644655855765603772523144428336654738368597111233250478087540651171158467428091221697233800174544874975273240184970393477674052543726429079753678923029859357907172331060476335844188776294584064417364063607465189372491357587471477334768979185388722518319629600234889843121633610247542879703209705622994548734298176028698727226634693732279012365830321088065649784582963579970326374E+000000000000002228");
     return val;
   }
 
- static const mp_float& A000142_887(void)
+ const mp_float& A000142_887(void)
   {
     static const mp_float val("+2.89826364009849389933624225940873928074561534809744064090546228029107934612752932945637663893174063648557588817560608716913645446380754821304103067364044068739014696884606285342593741513204727485250463661857650642509893795444573296065138201924419821622973399834180087200395940084537439796873749511455408347290848889012289570534296747008887596164727322482137455771050024973340531483968491494805114231358925088695433679494E+000000000000002231");
     return val;
   }
 
- static const mp_float& A000142_888(void)
+ const mp_float& A000142_888(void)
   {
     static const mp_float val("+2.57365811240746258261058312635496048130210642911052728912405050489847845936124604455726245537138568519919138869993820540619317156386110281318043523819271133040245050833530381384223242463725798006902411731729593770548785690354781086905842723308884801601200379052751917433951594795069246539623889566172402612394273813442913138634455511343892185394277862364138060724692422176326391957764020447386941437446725478761545107391E+000000000000002234");
     return val;
   }
 
- static const mp_float& A000142_889(void)
+ const mp_float& A000142_889(void)
   {
     static const mp_float val("+2.28798206193023423594080839932955986787757261547925876003128089885474735037214773361140632282516187414208114455424506460610572952027252040091740692675332037272777850191008509050574462550252234428136244029507608862017870478725400386259294181021598588623467136977896454598782967772816560173725637824327265922418509420150749780246030949584720152815513019641718735984251563314754162450452214177726990937890138950619013600470E+000000000000002237");
     return val;
   }
 
- static const mp_float& A000142_890(void)
+ const mp_float& A000142_890(void)
   {
     static const mp_float val("+2.03630403511790846998731947540330828241103962777654029642783999998072514183121148291415162731439406798645221865327810749943409927304254315681649216481045513172772286669997573055011271669724488641041257186261771887195904726065606343770771821109222743874885751910327844592916841317806738554615817663651266670952473383934167304418967545130400936005806587481129675025983891350131204580902470618177021934722223666050922104419E+000000000000002240");
     return val;
   }
 
- static const mp_float& A000142_891(void)
+ const mp_float& A000142_891(void)
   {
     static const mp_float val("+1.81434689529005644675870165258434767962823630834889740411720543998282610137160943127650909993712511457592892682007079378199578245228090595272349451884611552236940107422967837592015043057724519379167760152959238751491551110924455252299757692608317464792523204952102109532288905614165804052162693538313278603818653785085343068237300082711187233981173669445686540448151647192966903281584101320795726543837501286451371595037E+000000000000002243");
     return val;
   }
 
- static const mp_float& A000142_892(void)
+ const mp_float& A000142_892(void)
   {
     static const mp_float val("+1.61839743059873035050876187410523813022838678704721648447254725246468088242347561269864611714391560220172860272350314805354023794743456810982935711081073504595350575821287311132077418407490271286217642056439640966330463590944614085051383861806619178594930698817275081702801703807835897214529122636175444514606239176296126016867671673778379012711206913145552394079751269296126477727173018378149788077103051147514623462773E+000000000000002246");
     return val;
   }
 
- static const mp_float& A000142_893(void)
+ const mp_float& A000142_893(void)
   {
     static const mp_float val("+1.44522890552466620300432435357597765029394940083316432063398469645096002800416372213989098260951663276614364223208831121181143248705906932207761589995398639603648064208409568840945134637888812258592354356400599382933103986713540377950885788593310926485273114043826647960601921500397456212574506514104671951543371584432440533062830804684092458351107773438978287913217883481440944610365505411687760752853024674730558752256E+000000000000002249");
     return val;
   }
 
- static const mp_float& A000142_894(void)
+ const mp_float& A000142_894(void)
   {
     static const mp_float val("+1.29203464153905158548586597209692401936279076434484890264678231862715826503572236759306253845290786969293241615548695022335942064343080797393738861455886383805661369402318154543804950366272598159181564794622135848342194964121905097888091895002419968277834163955181023276778117821355325854041608823609576724679774196482601836558170739387578657765890349454446589394416787832408204481666761838048858113050604059209119524517E+000000000000002252");
     return val;
   }
 
- static const mp_float& A000142_895(void)
+ const mp_float& A000142_895(void)
   {
     static const mp_float val("+1.15637100417745116900985004502674699732969773408863976786887017517130664720697151899579097191535254337517451245916082044990668147587057313667396281003018313506066925615074748316705430577813975352467500491186811584266264492889105062609842246027165871608661576739887015832716415450113016639367239897130571168588397905851928643719562811751882898700471862761729697508003025110005343011091751845053728011180290632992161974443E+000000000000002255");
     return val;
   }
 
- static const mp_float& A000142_896(void)
+ const mp_float& A000142_896(void)
   {
     static const mp_float val("+1.03610841974299624743282564034396530960740916974342123201050767695349075589744648102022871083615587886415636316340809512311638660238003353045987067778704408901435965351106974491768065797721321915810880440103383179502572985628638136098418652440340620961360772758938766186113908243301262908873046947828991767055204523643328064772728279329687077235622789034509808967170710498564787337938209653168140298017540407160977129101E+000000000000002258");
     return val;
   }
 
- static const mp_float& A000142_897(void)
+ const mp_float& A000142_897(void)
   {
     static const mp_float val("+9.29389252509467633947244599388536882717846025259848845113425386227281208040009493475145153620031823341148257757577061325435398782334890076822503997974978547845880609199429561191159550205560257584823597547727347120138079681088884080802815312389855370023406131647680732689441756942412328292591231122026056150485184577080652741011372665587293082803536417639552986435521273172126142421305740588918218473217337452233964848034E+000000000000002260");
     return val;
   }
 
- static const mp_float& A000142_898(void)
+ const mp_float& A000142_898(void)
   {
     static const mp_float val("+8.34591548753501935284625650250906120680625730683344262911855996832098524819928525140680347950788577360351135466304201070240988106536731288986608590181530735965600787061087745949661276084593111311171590597859157713883995553617817904560928150526090122281018706219617297955118697734286270806746925547579398423135695750218426161428212653697389188357575703040318581819098103308569275894332555048848560188949169032106100433535E+000000000000002263");
     return val;
   }
 
- static const mp_float& A000142_899(void)
+ const mp_float& A000142_899(void)
   {
     static const mp_float val("+7.50297802329398239820878459575564602491882531884326492357758541152056573813115744101471632807758931046955670784207476762146648307776521428798961122573196131633075107567917883608745487200049207068743259947475382784781712002702418296200274407322955019930635816891435950861651709263123357455265486067273879182398990479446365119123963175673952880333460557033246405055369194874403779029004966988914855609865302959863384289748E+000000000000002266");
     return val;
   }
 
- static const mp_float& A000142_900(void)
+ const mp_float& A000142_900(void)
   {
     static const mp_float val("+6.75268022096458415838790613618008142242694278695893843121982687036850916431804169691324469526983037942260103705786729085931983476998869285919065010315876518469767596811126095247870938480044286361868933952727844506303540802432176466580246966590659517937572235202292355775486538336811021709738937460546491264159091431501728607211566858106557592300114501329921764549832275386963401126104470290023370048878772663877045860773E+000000000000002269");
     return val;
   }
 
- static const mp_float& A000142_901(void)
+ const mp_float& A000142_901(void)
   {
     static const mp_float val("+6.08416487908909032670750342869825336160667545105000352652906401020202675705055556891883347043811717185976353438913842906424717112775981226613077574294604743141260604726824611818331715570519902012043909491407787900179490262991390996388802516898184225661752583917265412553713371041466730560474782651952388629007341379783057475097621739154008390662403165698259509859398880123654024414620127731311056414039774170153218320556E+000000000000002272");
     return val;
   }
 
- static const mp_float& A000142_902(void)
+ const mp_float& A000142_902(void)
   {
     static const mp_float val("+5.48791672093835947469016809268582453216922125684710318092921573720222813485960112316478779033518168901750670801900286301595094835723935066404995972013733478313417065463595799860135207444608951614863606361249824685961900217218234678742699870242162171546900830693373402123449460679402990965548253952061054543364621924564317842538054808716915568377487655459830077893177789871535930021987355213642572885463876301478202925142E+000000000000002275");
     return val;
   }
 
- static const mp_float& A000142_903(void)
+ const mp_float& A000142_903(void)
   {
     static const mp_float val("+4.95558879900733860564522178769529955254880679493293417237908181069361200577821981421780337467266906518280855734115958530340370636658713364963711362728401330917015610113627007273702092322481883308221836544208591691423595896148065914904657982828672440906851450116116182117474862993500900841890073318711132252658253597881579011811863492271374758244871352880226560337539544253996944809854581757919243315573880300234817241403E+000000000000002278");
     return val;
   }
 
- static const mp_float& A000142_904(void)
+ const mp_float& A000142_904(void)
   {
     static const mp_float val("+4.47985227430263409950328049607655079550412134261937249183068995686702525322351071205289425070409283492525893583640826511427695055539476881927195071906474803148982111542718814575426691459523622510632540235964566889046930690117851587073810816477119886579793710904969028634197276146124814361068626280114863556403061252484947426677924597013322781453363703003724810545135748005613238108108541909158995957278787791412274786228E+000000000000002281");
     return val;
   }
 
- static const mp_float& A000142_905(void)
+ const mp_float& A000142_905(void)
   {
     static const mp_float val("+4.05426630824388386005046884894927846993122981507053210510677441096465785416727719440786929688720401560735933693194947992842064025263226578144111540075359696849828810946160527190761155770868878372122448913547933034587472274556655686301798788911793497354713308368996970913948534912242956996767106783503951518544770433498877421143521760297057117215294151218370953543347851945079980487838230427788891341337302951228108681537E+000000000000002284");
     return val;
   }
 
- static const mp_float& A000142_906(void)
+ const mp_float& A000142_906(void)
   {
     static const mp_float val("+3.67316527526895877720572477714804629375769421245390208722673761633398001587555313813352958297980683814026755926034622881514910006888483279798565055308275885345944902717221437634829607128407203805142938715674427329336249880748330051789429702754084908603370257382311255648037372630492119039070998745854580075801562012749982943556030714829133748197056501003844083910273153862242462321981436767576735555251596473812666465472E+000000000000002287");
     return val;
   }
 
- static const mp_float& A000142_907(void)
+ const mp_float& A000142_907(void)
   {
     static const mp_float val("+3.33156090466894561092559237287327798843822865069568919311465101801491987439912669628711133176268480219322267624913402953534023376247854334777298505164606228008772026764519843934790453665465333851264645415116705587707978641838735356973012740397955012103256823445756308872769896975856351968437395862490104128752016745564234529805319858350024309614730246410486584106617750553053913326037163148192099148613198001748088484183E+000000000000002290");
     return val;
   }
 
- static const mp_float& A000142_908(void)
+ const mp_float& A000142_908(void)
   {
     static const mp_float val("+3.02505730143940261472043787456893641350191161483168578734810312435754724595440704022869708924051780039144619003421369881808893225633051735977787042689462455031965000302184018292789731928242523136948298036925968673638844606789571704131495568281343150989757195688746728456475066454077567587341155443141014548906831204972324953063230431381822073130175063740721818368808917502172953300041744138558426026940783785587264343638E+000000000000002293");
     return val;
   }
 
- static const mp_float& A000142_909(void)
+ const mp_float& A000142_909(void)
   {
     static const mp_float val("+2.74977708700841697678087802798316319987323765788200238069942574004101044657255599956788565411963068055582458674110025222564283942100444028003808421804721371624056185274685272628145866322772453531486002915565705524337709747571720679055529471567740924249689290881070776166935835406756508936893110297815182224956309565319843382334476462126076264475329132940316132897247306009475214549737945421949609258489172461098823288367E+000000000000002296");
     return val;
   }
 
- static const mp_float& A000142_910(void)
+ const mp_float& A000142_910(void)
   {
     static const mp_float val("+2.50229714917765944887059900546467851188464626867262216643647742343731950638102595960677594524886391930580037393440122952533498387311404065483465663842296448177891128599963598091612738353722932713652262653164792027147315870290265817940531819126644241067217254701774406311911610220148423132572730371011815824710241704441057477924373580534729400672549510975687680936495048468622445240261530333974144425225146939599929192414E+000000000000002299");
     return val;
   }
 
- static const mp_float& A000142_911(void)
+ const mp_float& A000142_911(void)
   {
     static const mp_float val("+2.27959270290084775792111569397832212432691275076075879362363093275139807031311464920177288612171503048758414065423952009758017030840689103655437219760332064290058818154566837861459204640241591702137211277033125536731204757834432160143824487224372903612234919033316484150151476910555213473773757367991764216311030192745803362389104331867138484012692604498851477333146989154915047613878254134250445571380108861975535494289E+000000000000002302");
     return val;
   }
 
- static const mp_float& A000142_912(void)
+ const mp_float& A000142_912(void)
   {
     static const mp_float val("+2.07898854504557315522405751290822977738614442869381201978475141066927504012556056007201687214300410780467673627666644232899311532126708462533758744421422842632533642156964956129650794631900331632349136684654210489498858739145002130051167932348628088094358246158384633544938146942426354688081666719608488965275659535784172666498863150662830297419575655302952547327830054109282523423856967770436406361098659282121688370792E+000000000000002305");
     return val;
   }
 
- static const mp_float& A000142_913(void)
+ const mp_float& A000142_913(void)
   {
     static const mp_float val("+1.89811654162660829071956450928521378675354986339745037406347803794104811163463679134575140426656275042566986022059646184637071428831684826293321733656759055323503215289309004946371175498925002780334761793089294176912458028839386944736716322234297444430149078742605170426528528158435261830218561715002550425296677156170949644513462056555164061544072573291595675710308839401774943885981411574408439007683075924577101482533E+000000000000002308");
     return val;
   }
 
- static const mp_float& A000142_914(void)
+ const mp_float& A000142_914(void)
   {
     static const mp_float val("+1.73487851904671997771768196148668540109274457514526964189401892667811797403405802729001678349963835388906225224162516612758283285952159931232096064562277776565681938774428430520983254406017452541225972278883614877697986638359199667489358718522147864209156257970741125769847074736809829312819765407512331088721162920740247975085304319691419952251282331988518447599222279213222298711787010179009313253022331395063470755035E+000000000000002311");
     return val;
   }
 
- static const mp_float& A000142_915(void)
+ const mp_float& A000142_915(void)
   {
     static const mp_float val("+1.58741384492774877961167899476031714199986128625792172233302731791047794624116309497036535690216909380849196080108702700673829206646226337077367899074484165557598973978602013926699677781505969075221764635178507613093657774098667695752763227447765295751377976043228130079410073384180993821230085347873782946179864072477326897203053452517649256309923333769494379553288385480098403321285114313793521626515433226483075740857E+000000000000002314");
     return val;
   }
 
- static const mp_float& A000142_916(void)
+ const mp_float& A000142_916(void)
   {
     static const mp_float val("+1.45407108195381788212429795920045050207187293821225629765705302320599779875690539499285466692238688992857863609379571673817227553287943324762868995552227495650760660164399444756856904847859467672903136405823512973593790521074379609309531116342153010908262226055596967152739627219909790340246758178652385178700755490389231437837996962506166718779889773732856851670812161099770137442297164711434865809888136835458497378625E+000000000000002317");
     return val;
   }
 
- static const mp_float& A000142_917(void)
+ const mp_float& A000142_917(void)
   {
     static const mp_float val("+1.33338318215165099790798122858681311039990748434063902495151762227989998146008224720844772956782877806450660929801067224890397666365044028807550868921392613511747525370754290842037781745487131856052176084140161396785505907825206101736840033685754311002876461292982418879062238160657277742006277249824237208868592784686925228497443214618154881121158922513029732982134751728489216034586500040385771947667421478115442096199E+000000000000002320");
     return val;
   }
 
- static const mp_float& A000142_918(void)
+ const mp_float& A000142_918(void)
   {
     static const mp_float val("+1.22404576121521561607952676784269443534711507062470662490549317725294818298035550293735501574326681826321706733557379712449385057723110418445331697669838419203784228290352438992990683642357187043855897645240668162249094423383539201394419150923522457500640591466957860530979134631483380967161762515338649757741368176342597359760652871019466180869223890866961294877599702086753100319750407037074138647958692916909975844311E+000000000000002323");
     return val;
   }
 
- static const mp_float& A000142_919(void)
+ const mp_float& A000142_919(void)
   {
     static const mp_float val("+1.12489805455678315117708509964743618608399874990410538828814822989545938015894670719942925946806220598389648488139231955740984868047538474551259830158581507248277705798833891434558438267326254893303569935976174041106917775089472526081471199698717138443088703558134273827969824726333227108821659751596219127364317354058846973620039988466889420218816755706737429992514126217726099193850624067071133417474038790640267800922E+000000000000002326");
     return val;
   }
 
- static const mp_float& A000142_920(void)
+ const mp_float& A000142_920(void)
   {
     static const mp_float val("+1.03490621019224049908291829167564129119727884991177695722509637150382262974623097062347491871061722950518476609088093399281706078603735396587159043745894986668415489334927180119793763205940154501839284341098080117818364353082314723994953503722819767367641607273483531921732238748226568940115926971468521597175171965734139215730436789389538266601311415250198435593112996120308011258342574141705442744076115687389046376848E+000000000000002329");
     return val;
   }
 
- static const mp_float& A000142_921(void)
+ const mp_float& A000142_921(void)
   {
     static const mp_float val("+9.53148619587053499655367746633265629192693820768746577604313758155020641996278723944220400132478468374275169569701340207384512983940403002567734792899692827216106656774679328903300559126708822961939808781513317885107135691888118607993521769287170057455979202988783328999153918871166699938467687407225083909983333804411422176877322830277647435398078134454327591812570694268036783689335107845107127672941025480853117130771E+000000000000002331");
     return val;
   }
 
- static const mp_float& A000142_922(void)
+ const mp_float& A000142_922(void)
   {
     static const mp_float val("+8.78803027259263326682249062395870910115663702748784344551177285018929031920568983476571208922145147841081706343264635671208520971193051568367451479053516786693250337546254341248843115514825534770908503696555279090068779107920845356570027071282770792974412825155658229337219913199215697343267207789461527365004633767667331247080891649515990935437028039966890039651190180115129914561566969433188771714451625493346573994570E+000000000000002334");
     return val;
   }
 
- static const mp_float& A000142_923(void)
+ const mp_float& A000142_923(void)
   {
     static const mp_float val("+8.11135194160300050527715884591388850036757597637127950020736634072471496462685171748875225835139971457318414954833258724525464856411186597603157715166395994117870061555192756972682195620183968593548548911920522600133483116610940264114134986793997441915383037618672545678253979882876088647835632789672989757899276967556946741055662992503259633408376880889439506598048536246264911140326312786833236292438850330358887796989E+000000000000002337");
     return val;
   }
 
- static const mp_float& A000142_924(void)
+ const mp_float& A000142_924(void)
   {
     static const mp_float val("+7.49488919404117246687609477362443297433964020216706225819160649882963662731521098695960708671669333626562215418265931061461529527323936416185317728813749898564911936876998107442758348753049986980438859194614562882523338399748508804041460727797653636329813926759653432206706677411777505910600124697657842536298931918022618788735432605073011901269340237941842104096596847491548777893661513015033910334213497705251612324417E+000000000000002340");
     return val;
   }
 
- static const mp_float& A000142_925(void)
+ const mp_float& A000142_925(void)
   {
     static const mp_float val("+6.93277250448808453186038766560260050126416718700453258882723601141741388026657016293763655521294133604570049261895986231851914812774641184971418899152718656172543541611223249384551472596571237956905944755018470666334088019767370643738351173212829613605077882252679424791203676605894192967305115345333504346076512024170922379580275159692536008674139720096203946289352083929682619551636899538906367059147485377357741400086E+000000000000002343");
     return val;
   }
 
- static const mp_float& A000142_926(void)
+ const mp_float& A000142_926(void)
   {
     static const mp_float val("+6.41974733915596627650271897834800806417061881516619717725402054657252525312684397088025145012718367717831865616515683250694873116629317737283533900615417475615775319531992728930094663624424966348094904843147103837025365506304585216101713186395080222198302118965981147356654604537058022687724536809778825024466850134382274123491334797875288344032253380809084854263940029718886105704815768973027295896770571459433268536480E+000000000000002346");
     return val;
   }
 
- static const mp_float& A000142_927(void)
+ const mp_float& A000142_927(void)
   {
     static const mp_float val("+5.95110578339758073831802049292860347548616364165906478331447704667273090964858436100599309426789926874430139426510038373394147379115377542461835925870491999895823721206157259718197753179841943804683976789597365256922513824344350495326288123788239365977826064281464523599618818405852787031520645622664970797680770074572368112476467357630392294917898884010021659902672407549407419988364217837996303296306319742894639933317E+000000000000002349");
     return val;
   }
 
- static const mp_float& A000142_928(void)
+ const mp_float& A000142_928(void)
   {
     static const mp_float val("+5.52262616699295492515912301743774402525115985945961211891583469931229428415388628701356159148061052139471169387801315610509768767819070359404583739207816575903324413279313937018487514950893323850746730460746354958424092828991557259662795378875486131627422587653199077900446263480631386365251159137833092900247754629203157608378161707881004049683810164361300100389679994205850085749201994153660569458972264721406225858118E+000000000000002352");
     return val;
   }
 
- static const mp_float& A000142_929(void)
+ const mp_float& A000142_929(void)
   {
     static const mp_float val("+5.13051970913645512547282528319966419945832750943797965847281043566112138997896036063559871848548717437568716361267422202163575185303916363886858293724061599014188379936482647490174901389379897857343712598033363756375982238133156694226736906975326616281875583929821943369514578773506557933318326839046943304330164050529733418183312226621452762156259642691647793262012714617234729661008652568750669027385233926186383822192E+000000000000002355");
     return val;
   }
 
- static const mp_float& A000142_930(void)
+ const mp_float& A000142_930(void)
   {
     static const mp_float val("+4.77138332949690326668972751337568770549624458377732108237971370516484289268043313539110680819150307216938906215978702648012124922332642218414778213163377287083195193340928862165862658292123305007329652716171028293429663481463835725630865323487053753142144293054734407333648558259361098877986043960313657273027052566992652078910480370757951068805321467703232447733671824594028298584738046888938122195468267551353336954638E+000000000000002358");
     return val;
   }
 
- static const mp_float& A000142_931(void)
+ const mp_float& A000142_931(void)
   {
     static const mp_float val("+4.44215787976161694128813631495276525381700370749668592769551345950846873308548324904912043842628936018970121687076172165299288302691689905344158516455104254274454725000404770676418134869966796961823906678755227341183016701242831060562335616166447044175336336833957733227626807739465183055405006927052014921188185939870159085465657225175652445057754286431709408840048468697040345982391121653601391763980957090309956704768E+000000000000002361");
     return val;
   }
 
- static const mp_float& A000142_932(void)
+ const mp_float& A000142_932(void)
   {
     static const mp_float val("+4.14009114393782698928054304553597721655744745538691128461221854426189285923567038811378024861330168369680153412354992458058936698108654991780755737336157164983791803700377246270421701698809054768419881024599871881982571565558318548444096794267128645171413465929248607368148184813181550607637466456012477906547389295958988267653992533863708078793826994954353169038925172825641602455588525381156497124030252008168879648844E+000000000000002364");
     return val;
   }
 
- static const mp_float& A000142_933(void)
+ const mp_float& A000142_933(void)
   {
     static const mp_float val("+3.86270503729399258099874666148506674304809847587598822854319990179634603766688047211015697195621047088911583133727207963368987939335375107331445102934634634929877752852451970770303447684988848098935748995951680465889739270665911205698342309051231025944928763711988950674482256430698386716925756203459641886808714213129736053721175034094839637514640586292411506713317186246323615091064094180619011816720225123621564712371E+000000000000002367");
     return val;
   }
 
- static const mp_float& A000142_934(void)
+ const mp_float& A000142_934(void)
   {
     static const mp_float val("+3.60776650483258907065282938182705233800692397646817300545934870827778719918086636095088661180710057981043418646901212237786634735339240350247569726140948749024505821164190140699463420137779584124405989562218869555141016478801961066122251716653849778232563465306997679929966427506272293193608656294031305522279339075063173474175577481844580221438674307597112347270238251954066256495053863964698157036816690265462541441355E+000000000000002370");
     return val;
   }
 
- static const mp_float& A000142_935(void)
+ const mp_float& A000142_935(void)
   {
     static const mp_float val("+3.37326168201847078106039547200829393603647391799774176010449104223973103123411004748907898203963904212275596434852633442330503477542189727481477693941787080337912942788517781553998297828823911156319600240674643034056850407679833596824305355071349542647446840062042830734518609718364594136024093634919270663331182035184067198354164945524682507045160477603300044697672765577051949822875362806992776829423605398207476247667E+000000000000002373");
     return val;
   }
 
- static const mp_float& A000142_936(void)
+ const mp_float& A000142_936(void)
   {
     static const mp_float val("+3.15737293436928865107253016179976312413013958724588628745780361553638824523512700444977792718910214342689958263022064902021351254979489584922663121529512707196286514450052643534542406767779180842315145825271465879877211981588324246627549812346783171918010242298072089567509418696389260111318551642284437340877986384932286897659498389011102826594270207036688841837021708580120625034211339587345239112340494652722197767816E+000000000000002376");
     return val;
   }
 
- static const mp_float& A000142_937(void)
+ const mp_float& A000142_937(void)
   {
     static const mp_float val("+2.95845843950402346605496076160637804730994079324939545134796198775759578578531400316944191777618870839100490892451674813194006125915781741072535344873153406642920464039699326991866235141409092449249291638279363529444947626748259819090014174168935832087175597033293547924756325318516736724305482888820517788402673242681552823106949990503403348518831183993377444801289340939573025657056025193342489048263043489600699308444E+000000000000002379");
     return val;
   }
 
- static const mp_float& A000142_938(void)
+ const mp_float& A000142_938(void)
   {
     static const mp_float val("+2.77503401625477401115955319438678260837672446406793293336438834451662484706662453497293651887406500847076260457119670974775977746109003273126038153491017895431059395269237968718370528562641728717395835556706042990619360873889867710306433295370461810497770710017229347953421433148768699047398542949713645685521707501635296548074319091092192340910663650585788043223609401801319498066318551631355254727270734793245455951320E+000000000000002382");
     return val;
   }
 
- static const mp_float& A000142_939(void)
+ const mp_float& A000142_939(void)
   {
     static const mp_float val("+2.60575694126323279647882044952918886926574427175978902442916065550111073139556043833958739122274704295404608569235371045314643103596354073465349826128065803809764772157814452626549926320320583265634689587746974368191579860582585779977740864352863640057406696706178357728262725726693808405507231829781113298704883344035543458641785626535568608115113167900054972586969228291439008684273119981842584188907219970857483138290E+000000000000002385");
     return val;
   }
 
- static const mp_float& A000142_940(void)
+ const mp_float& A000142_940(void)
   {
     static const mp_float val("+2.44941152478743882869009122255743753710979961545420168296341101617104408751182681203921214774938222037680332055081248782595764517380572829057428836560381855581178885828345585468956930741101348269696608212482155906100085068947630633179076412491691821653962294903807656264566962183092179901176797919994246500782590343393410851123278488943434491628206377826051674231751074593952668163216732782932029137572786772606034149992E+000000000000002388");
     return val;
   }
 
- static const mp_float& A000142_941(void)
+ const mp_float& A000142_941(void)
   {
     static const mp_float val("+2.30489624482497993779737584042654872242032143814240378366856976621695248634862903012889863103216866937457192463831455104422614410855119032143040535203319326101889331564473195926288471827376368721784508327945708707640180049879720425821510904154682004176378519504483004544957511414289741287007366842714585957236417513133199610907005058095771856622142201534314625452077761192909460741586945548739039418455992353022278135143E+000000000000002391");
     return val;
   }
 
- static const mp_float& A000142_942(void)
+ const mp_float& A000142_942(void)
   {
     static const mp_float val("+2.17121226262513110140512804168180889651994279473014436421579271977636924214040854638142251043230288655084675300929230708366102775025522128278744184161526805187979750333733750562563740461388539335921006844924857602597049606986696641123863271713710447934148565373222990281349975752260936292360939565837139971716705297371474033474398764726217088938057953845324377175857251043720712018574902706912175132185544796546986003304E+000000000000002394");
     return val;
   }
 
- static const mp_float& A000142_943(void)
+ const mp_float& A000142_943(void)
   {
     static const mp_float val("+2.04745316365549862862503574330594578941830605543052613545549253474911619533840525923768142733766162201744848808776264557989234916849067366966855765664319777292264904564710926780497607255089392593773509454764140719249017779388454932579803065226028952401902097146949279835313027134382062923696366010584422993328853095421300013566358035136822714868588650476140887676833387734228631433516133252618181149650968743143807801116E+000000000000002397");
     return val;
   }
 
- static const mp_float& A000142_944(void)
+ const mp_float& A000142_944(void)
   {
     static const mp_float val("+1.93279578649079070542203374168081282521088091632641667186998495280316568839945456472037126740675257118447137275484793742741837761505519594416711842787117869763898069909087114880789741248804386608522192925297348838971072783742701456355334093573371331067395579706720120164535497614856667399969369513991695305702437322077707212806641985169160642835947686049476997966930718021111828073239229790471563005270514493527754564254E+000000000000002400");
     return val;
   }
 
- static const mp_float& A000142_945(void)
+ const mp_float& A000142_945(void)
   {
     static const mp_float val("+1.82649201823379721662382188588836811982428246592846375491713578039899157553748456366075084769938117976932544725333130086891036684622716016723792691433826386926883676064087323562346305480120145345053472314405994652827663780636852876255790718426835907858688822822850513555486045246039550692971054190722152063888803269363433316102276675984856807479970563316755763078749528529950677529211072151995627039980636196383728063220E+000000000000002403");
     return val;
   }
 
- static const mp_float& A000142_946(void)
+ const mp_float& A000142_946(void)
   {
     static const mp_float val("+1.72786144924917216692613550405039624135377121276832671215161044825744603045846039722307030192361459606178187310165141062198920703653089351820707886096399762032831957556626608089979604984193657496420584809428070941574969936482462820937978019631786768834319626390416585823489798802753414955550617264423155852438807892817807917032753735481674539876052152897650951872497053989333340942633674255787863179821681841779006747806E+000000000000002406");
     return val;
   }
 
- static const mp_float& A000142_947(void)
+ const mp_float& A000142_947(void)
   {
     static const mp_float val("+1.63628479243896604207905032233572524056202133849160539640757509449980139084416199617024757592166302247050743382726388585902377906359475616174210368133290574645091863806125397861210685920031393649110293814528383181671496529848892291428265184591302070086100686191724506774844839466207483962906434549408728592259551074498464097430017787501145789262621388794075451423254710127898673872674089520231106431291132704164719390172E+000000000000002409");
     return val;
   }
 
- static const mp_float& A000142_948(void)
+ const mp_float& A000142_948(void)
   {
     static const mp_float val("+1.55119798323213980789093970557426752805279622889004191579438118958581171852026557236939470197373654530204104726824616379435454255228782884133151428990359464763547086888206877172427730252189761179356558536172907256224578710296749892273995394992554362441623450509754832422552907813964694796835299952839474705462054418624543964363656862551086208220965076576783527949245465201247942831295036865179088896863993803548153981883E+000000000000002412");
     return val;
   }
 
- static const mp_float& A000142_949(void)
+ const mp_float& A000142_949(void)
   {
     static const mp_float val("+1.47208688608730067768850178058997988412210362121664977808886774891693532087573202817855557217307598149163695385756560944084246088212114957042360706111851132060606185456908326436633916009328083359209374050828088986157125196071615647768021629847934089957100654533757335969002709515452495362196699655244661495483489643274692222181110362560980811601695857671367568023833946475984297746898989985054955363123930119567198128807E+000000000000002415");
     return val;
   }
 
- static const mp_float& A000142_950(void)
+ const mp_float& A000142_950(void)
   {
     static const mp_float val("+1.39848254178293564380407669156048088991599844015581728918442436147108855483194542676962779356442218241705510616468732896880033783801509209190242670806258575457575876184062910114802220208861679191248905348286684536849268936268034865379620548355537385459245621807069469170552574039679870594086864672482428420709315161110957611072054844432931771021611064787799189622642249152185082859554040485802207594967733613588838222367E+000000000000002418");
     return val;
   }
 
- static const mp_float& A000142_951(void)
+ const mp_float& A000142_951(void)
   {
     static const mp_float val("+1.32995689723557179725767693367401732631011451658818224201438756775900521564518010085791603167976549547861940596261764984932912128395235257939920779936751905260154658251043827519176911418627456910877708986220636994543654758390901156976019141486116053571742586338523065181195497911735556934976608303530789428094558718216520688129524157055718114241552122613197029331132778943728013799435892501997899422814314666522985149471E+000000000000002421");
     return val;
   }
 
- static const mp_float& A000142_952(void)
+ const mp_float& A000142_952(void)
   {
     static const mp_float val("+1.26611896616826435098930844085766449464722901979194949439769696450657296529421145601673606215913675169564567447641200265656132346232263965558804582499787813807667234654993723798256419670533338979155578954882046418805559329988137901441170222694782483000298942194273958052498114011972250202097731104961311535546019899742127695099306997517043644757957620727763571923238405554429069137062969661902000250519227562529881862296E+000000000000002424");
     return val;
   }
 
- static const mp_float& A000142_953(void)
+ const mp_float& A000142_953(void)
   {
     static const mp_float val("+1.20661137475835592649281094413735426339880925586172786816100520717476403592538351758394946723765732436595032777602063853170294125959347559177540767122297786558706874626209018779738367946018272047135266744002590237121698041478695420073435222228127706299284891911143082024030702653409554442599137743028129893375356964454247693429639568633742593454333612553558684042846200493370902887621010087792606238744823867090977414768E+000000000000002427");
     return val;
   }
 
- static const mp_float& A000142_954(void)
+ const mp_float& A000142_954(void)
   {
     static const mp_float val("+1.15110725151947155387414164070703596728246403009208838622559896764472489027281587577508779174472508744511661269832368915924460596165217571455373891834672088377006358393403403915870403020501431532967044473778471086214099931570675430750057202005633831809517786883230500250925290331352714938239577406848835918280090544089352299531876148476590434155434266376094984576875275270675841354790443623754146351762561969204792453689E+000000000000002430");
     return val;
   }
 
- static const mp_float& A000142_955(void)
+ const mp_float& A000142_955(void)
   {
     static const mp_float val("+1.09930742520109533394980526687521934875475314873794440884544701410071227021053916136520884111621245851008636512689912314707859869337782780739882066702111844400041072265700250739656234884578867113983527472458439887334465434649995036366304627915380309378089486473485127739633652266441842766018796423540638301957486469605331446052941721795143864618439724389170710270915887883495428493824873660685209765933246680590576793273E+000000000000002433");
     return val;
   }
 
- static const mp_float& A000142_956(void)
+ const mp_float& A000142_956(void)
   {
     static const mp_float val("+1.05093789849224713925601383513270969740954401019347485485624734548028093032127543826513965210709911033564256506131556172860714035086920338387327255767218923246439265086009439707111360549657396960968252263670268532291748955525395254766187224287103575765453549068651782119089771566718401684313969380904850216671357064942696862426612286036157534575228376516047199018995588816621629640096579219615060536232183826644591414369E+000000000000002436");
     return val;
   }
 
- static const mp_float& A000142_957(void)
+ const mp_float& A000142_957(void)
   {
     static const mp_float val("+1.00574756885708051226800524022200318042093361775515543609742870962462885031746059441973864706649384859120993476367899257427703331578182763836672183769228509546842376687311033799705572046022128891646617416332446985403203750437803258811241173642758122007539046458699755487968911389349510411888468697525941657354488711150160897342267957736602760588493556325857169461178778497506899565572426313171612933174199922098873983551E+000000000000002439");
     return val;
   }
 
- static const mp_float& A000142_958(void)
+ const mp_float& A000142_958(void)
   {
     static const mp_float val("+9.63506170965083130752749020132679046843254405809438907781336703820394438604127249454109623889701106950379117503604474886157397916518990877555319520509209121458749968664439703801179380200891994781974594848464842120162691929194155219411690443497622808832224065074343657574742171109968309745891530122298521077456001852818541396538927035116654446437768269601711683438092698006116097838183844080184051899808835253707212762419E+000000000000002441");
     return val;
   }
 
- static const mp_float& A000142_959(void)
+ const mp_float& A000142_959(void)
   {
     static const mp_float val("+9.24002417955514722391886310307239205922680975171251912562301898963758266621358032226491129310223361565413573685956691415824944601941712251575551420168331547478941219949197675945331025612655422995913636459677783593236021560097194855415811135314220273670102878406295567614177742094459609046309977387284281713280305776852981199280831026676871614133819770548041504417130897387865337826818306472896505771916673008305217039160E+000000000000002444");
     return val;
   }
 
- static const mp_float& A000142_960(void)
+ const mp_float& A000142_960(void)
   {
     static const mp_float val("+8.87042321237294133496210857894949637685773736164401836059809823005207935956503710937431484137814427102797030738518423759191946817864043761512529363361598285579783571151229768907517784588149206076077091001290672249506580697693307061199178689901651462723298763270043744909610632410681224684457578291792910444749093545778861951309597785609796749568466979726119844240445661492350724313745574213980645541040006087973008357593E+000000000000002447");
     return val;
   }
 
- static const mp_float& A000142_961(void)
+ const mp_float& A000142_961(void)
   {
     static const mp_float val("+8.52447670709039662289858634437046601816028560453990164453477239908004826454200066210871656256439664445787946539716205232583460891967346054813540718190495952442172011876331807920124590989211387039110084452240336031775824050483268085812410720995487055677090111502512038858135817746664656921763732738412986937403878897493486335208523471971014676335296767516801170315068280694149046065509496819635400364939445850542061031647E+000000000000002450");
     return val;
   }
 
- static const mp_float& A000142_962(void)
+ const mp_float& A000142_962(void)
   {
     static const mp_float val("+8.20054659222096155122844006328438830947019475156738538204245104791500643048940463694858533318694957196848004571206989433745289378072586904730626170899257106249369475425031199219159856531621354331623901243055203262568342736564903898551539113597658547561360687265416581381526656672291399958736710894353293433782531499388733854470599580036116118634555490351162725843095686027771382315020135940489255151071746908221462712445E+000000000000002453");
     return val;
   }
 
- static const mp_float& A000142_963(void)
+ const mp_float& A000142_963(void)
   {
     static const mp_float val("+7.89712636830878597383298778094286594201979754575939212290688035914215119256129666538148767585903243780564628402072330824696713671083901189255593002575984593318142804834305044848050941839951364221353816897062160741853314055312002454305132166394545181301590341836596167870410170375416618160263452591262221576732577833911350701855187395574779822245076937208169704986901145644743841169364390910691152710482092272617268592084E+000000000000002456");
     return val;
   }
 
- static const mp_float& A000142_964(void)
+ const mp_float& A000142_964(void)
   {
     static const mp_float val("+7.61282981904966967877500022082892276810708483411205400648223266621303374962908998542775411952810727004464301779597726915007631978924880746442391654483249147958689663860270063233521107933713115109385079488767922955146594749320770365950147408404341554774733089530478705827075404241901619906493968297976781599970205031890542076588400649334087748644254167468675595607372704401533062887267272837906271212904736950803046922769E+000000000000002459");
     return val;
   }
 
- static const mp_float& A000142_965(void)
+ const mp_float& A000142_965(void)
   {
     static const mp_float val("+7.34638077538293124001787521309991047122333686491813211625535452289557756839207183593778272534462351559308051217311806472982364859662509920316907946576335427780135525625160611020347869156033156080556601706661045651716463933094543403141892249110189600357617431396911951123127765093435063209766679407547594243971247855774373103907806626607394677441705271607271949761114659747479405686212918288579551720453071157524940280472E+000000000000002462");
     return val;
   }
 
- static const mp_float& A000142_966(void)
+ const mp_float& A000142_966(void)
   {
     static const mp_float val("+7.09660382901991157785726745585451351520174341151091562430267246911712793106674139351589811268290631606291577475923205052900964454433984583026133076392740023235610917753905150245656041604728028773817677248634570099558104159369328927435067912640443153945458438729416944784941421080258271060634612307690976039676225428678044418374941201302743258408687292372624703469236761316065105892881679066767846961957666738169092310936E+000000000000002465");
     return val;
   }
 
- static const mp_float& A000142_967(void)
+ const mp_float& A000142_967(void)
   {
     static const mp_float val("+6.86241590266225449578797762981131456920008587893105540870068427763626270934153892752987347496437040763283955419217739286155232627437663091786270684871779602468835757468026280287549392231772003824281693899429629286272686722110141072829710671523308529865258310251346185607038354184609748115633670101537173830366909989531668952568568141659752730881200611724328088254751948192634957398416583657564508012213063735809512264675E+000000000000002468");
     return val;
   }
 
- static const mp_float& A000142_968(void)
+ const mp_float& A000142_968(void)
   {
     static const mp_float val("+6.64281859377706235192276234565735250298568313080526163562226238075190230264260968184891752376551055458858868845802771628998265183359657872849110022955882655189833013229049439318347811680355299701904679694647881149111960747002616558499159930034562656909570044323303107667613126850702236175933392658287984267795168869866655546086373961126640643493002192149149589430599885850470638761667252980522443755822245696263607872206E+000000000000002471");
     return val;
   }
 
- static const mp_float& A000142_969(void)
+ const mp_float& A000142_969(void)
   {
     static const mp_float val("+6.43689121736997341901315671294197457539312695375029852491797224694859333126068878171160108052877972739634243911582885708499318962675508478790787612244250292878948189818948906699479029518264285411145634624113796833489489963845535445185685972203491214545373372949280711329917119918330466854479457485881056755493518634900789224157696368331714783544719124192525952158251289389106048960055568138126247999391756079679436028167E+000000000000002474");
     return val;
   }
 
- static const mp_float& A000142_970(void)
+ const mp_float& A000142_970(void)
   {
     static const mp_float val("+6.24378448084887421644276201155371533813133314513778956917043307954013553132286811826025304811291633557445216594235399137244339393795243224427063983876922784092579744124380439498494658632716356848811265585390382928484805264930169381830115393037386478109012171760802289990019606320780552848845073761304625052828713075853765547432965477281763340038377550466750173593503750707432867491253901093982460559410003397289052947322E+000000000000002477");
     return val;
   }
 
- static const mp_float& A000142_971(void)
+ const mp_float& A000142_971(void)
   {
     static const mp_float val("+6.06271473090425686416592191321865759332552448392879367166449052023347160091450494283070570971764176184279305313002572562264253551375181170918679128344492023353894931544773406753038313532367582500195738883414061823558745912247194469757042046639302270243850818779739023580309037737477916816228566622226790926296680396654006346557409478440592203177264601503214418559292141936917314334007537962256969203187113298767670411850E+000000000000002480");
     return val;
   }
 
- static const mp_float& A000142_972(void)
+ const mp_float& A000142_972(void)
   {
     static const mp_float val("+5.89295871843893767196927609964853518071240979837878744885788478566693439608889880443144594984554779251119484764238500530520854451936676098132956112750846246699985873461519751363953240753461290190190258194678468092499101026704273024603844869333401806677022995853906330920060384680828535145374166756804440780360373345547694168853802013044255621488301192661124414839631961962683629532655326899313774065497874126402175640318E+000000000000002483");
     return val;
   }
 
- static const mp_float& A000142_973(void)
+ const mp_float& A000142_973(void)
   {
     static const mp_float val("+5.73384883304108635482610564495802473083317473382256018773872189645392716739449853671179690919971800211339258675604061016196791381734385843483366297706573398039086254878058718077126503253117835355055121223422149454001625298983257652939541057861399957896743374965850859985218754294446164696449064254370720879290643265217906426294749358692060719708117060459274055638961898989691171535273633073032302165729431524989316898030E+000000000000002486");
     return val;
   }
 
- static const mp_float& A000142_974(void)
+ const mp_float& A000142_974(void)
   {
     static const mp_float val("+5.58476876338201810960062689818911608783151219074317362285751512714612506104224157475729018956052533405844437950038355429775674805809291811552798773966202489690070012251229191407121214168536771635823688071613173568197583041209692953963112990357003558991428047216738737625603066682790564414341388583757082136429086540322240859211085875366067140995706016887332930192348889615959201075356518613133462309420466305339594658681E+000000000000002489");
     return val;
   }
 
- static const mp_float& A000142_975(void)
+ const mp_float& A000142_975(void)
   {
     static const mp_float val("+5.44514954429746765686061122573438818563572438597459428228607724896747193451618553538835793482151220070698327001287396544031282935664059516263978804617047427447818261944948461621943183814323352344928095869822844228992643465179450630114035165598078470016642346036320269184962990015720800303982853869163155083018359376814184837730808728481915462470813366465149606937540167375560221048472605647805125751684954647706104792214E+000000000000002492");
     return val;
   }
 
- static const mp_float& A000142_976(void)
+ const mp_float& A000142_976(void)
   {
     static const mp_float val("+5.31446595523432843309595655631676286918046700071120401951121139499225260808779708253903734438579590789001567153256499026974532145208122087873643313306238289189070623658269698543016547402779591888649821568947095967496820022015143814991298321623724586736242929731448582724523878255343501096687265376303239361025918751770644401625269318998349491371513845669986016371039203358546775743309263112257802733644515736161158277201E+000000000000002495");
     return val;
   }
 
- static const mp_float& A000142_977(void)
+ const mp_float& A000142_977(void)
   {
     static const mp_float val("+5.19223323826393887913474955552147732318931625969484632706245353290743079810177774964063948546492260200854531108731599549354117905868335279852549517100194808537721999314129495476527166812515661275210875672861312760244393161508795507246498460226378921241309342347625265321859829055470600571463458272648264855722322620479919580387888124661387453069969027219576337994505301681300199901213150060675873270770691874229451636825E+000000000000002498");
     return val;
   }
 
- static const mp_float& A000142_978(void)
+ const mp_float& A000142_978(void)
   {
     static const mp_float val("+5.07800410702213222379378506530000482207915130198155970786707955518346732054353863914854541678469430476435731424339504359268327311939231903695793427723990522749892115329218646576043569142640316727156236408058363879519016511955602006087075494101398584974000536815977509484778912816250247358891262190650003028896431522829361349619354585918836929102429708620745658558626185044311595503386460759341004058813736652996403700815E+000000000000002501");
     return val;
   }
 
- static const mp_float& A000142_979(void)
+ const mp_float& A000142_979(void)
   {
     static const mp_float val("+4.97136602077466744709411557892870472081548912463994695400187088452461450681212432772642596303221572436430581064428374767723692438388508033718181765741786721772144380907305054997946654190644870075885955443489138238049117165204534363959246908725269214689546525542841981785598555647108992164354545684646352965289606460849944761277348139614541353591278684739709999728895035158381051997815345083394842973578648183283479223098E+000000000000002504");
     return val;
   }
 
- static const mp_float& A000142_980(void)
+ const mp_float& A000142_980(void)
   {
     static const mp_float val("+4.87193870035917409815223326735013062639917934214714801492183346683412221667588184117189744377157140987701969443139807272369218589620737873043818130426950987336701493289158953897987721106831972674368236334619355473288134821900443676680061970550763830395755595031985142149886584534166812321067454770953425905983814331632945866051801176822250526519453111044915799734317134455213430957859038181726946114107075219617809638636E+000000000000002507");
     return val;
   }
 
- static const mp_float& A000142_981(void)
+ const mp_float& A000142_981(void)
   {
     static const mp_float val("+4.77937186505234979028734083527047814449759493464635220263831863096427389455904008618963139233991155308935632023720150934194203436417943853455985585948838918577304164916664933773925954405802165193555239844261587719295660260284335246823140793110299317618236238726377424449038739428017642886967173130305310813770121859331919894596816954462627766515583501935062399539365108900564375769659716456274134137939040790445071255502E+000000000000002510");
     return val;
   }
 
- static const mp_float& A000142_982(void)
+ const mp_float& A000142_982(void)
   {
     static const mp_float val("+4.69334317148140749406216870023560953789663822582271786299082889560691696445697736463821802727779314513374790647293188217378707774562420864093777845401759818042912689948164964965995287226497726220071245527064879140348338375599217212380324258834313929901107986429302630808956042118313325315001764013959815219122259665863945336494074249282300466718302998900231276347656536940354217005805841560061199723456138056217059972903E+000000000000002513");
     return val;
   }
 
- static const mp_float& A000142_983(void)
+ const mp_float& A000142_983(void)
   {
     static const mp_float val("+4.61355633756622356666311183233160417575239537598373165931998480438159937606120874943936832081407066166647419206289204017683269742394859709404183622029929901136183174219046160561573367343647264874330034353104776194962416623214030519769858746434130593092789150660004486085203789402301998784646734025722498360397181251544258265773674987044501358784091847918927344649746375812368195316707142253540159328157383709261369953363E+000000000000002516");
     return val;
   }
 
- static const mp_float& A000142_984(void)
+ const mp_float& A000142_984(void)
   {
     static const mp_float val("+4.53973943616516398959650204301429850894035704996799195277086504751149378604422940944833842768104553107981060498988576753400337426516541954053716684077451022718004243431541421992588193466148908636340753803455099775843017957242606031453541006491184503603304524249444414307840528771865166804092386281310938386630826351519550133521296187251789337043546378352224507135350433799370304191639827977483516778906865569913188034109E+000000000000002519");
     return val;
   }
 
- static const mp_float& A000142_985(void)
+ const mp_float& A000142_985(void)
   {
     static const mp_float val("+4.47164334462268652975255451236908403130625169421847207347930207179882137925356596830661335126582984811361344591503748102099332365118793824742910933816289257377234179780068300662699370564156675006795642496403273279205372687883966940981737891393816736049254956385702748093222920840287189302031000487091274310831363956246756881518476744443012496987893182676941139528320177292379749628765230557821264027223262586364490213598E+000000000000002522");
     return val;
   }
 
- static const mp_float& A000142_986(void)
+ const mp_float& A000142_986(void)
   {
     static const mp_float val("+4.40904033779796891833601874919591685486796417049941346445059184279363787994401604475032076434810823024002285767222695628669941712007130711196510180742861207773952901263147344453421579376258481556700503501453627453296497470253591403807993560914303301744565386996302909619917799948523168651802566480271996470479724860859302285177218070020810322030062678119463963574923694810286433133962517330011766330842136910155387350607E+000000000000002525");
     return val;
   }
 
- static const mp_float& A000142_987(void)
+ const mp_float& A000142_987(void)
   {
     static const mp_float val("+4.35172281340659532239765050545636993575468063628292108941273414883732058750474383616856659441158282324690256052248800585497232469751038011950955548393204012072891513546726428975527098844367121296463396955934730296403643003140294715558489644622417358821886036965350971794858868549192367459329133116028460516363488437668131355469914235110539787843671863303910932048449686777752709503221004604721613368541189130323367315050E+000000000000002528");
     return val;
   }
 
- static const mp_float& A000142_988(void)
+ const mp_float& A000142_988(void)
   {
     static const mp_float val("+4.29950213964571617852887869939089349652562446864752603633978133905127274045468691013454379527864382936793972979621814978471265680114025555807544081812485563928016815384165711827820773658234715840905836192463513532846799287102611178971787768886948350516023404521766760133320562126602059049817183518636118990167126576416113779204275264289213310389547800944264000863868290536419676989182352549464954008118694860759486907269E+000000000000002531");
     return val;
   }
 
- static const mp_float& A000142_989(void)
+ const mp_float& A000142_989(void)
   {
     static const mp_float val("+4.25220761610961330056506103369759366806384259949240324994004374432170874030968535412306381353057874724489239276845975013708081757632771274693661096912548222724808630414939888997714745147994133966655871994346414883985484494944482456003098103429191918660347147072027325771854035943209436400269194499931121681275288184075536527633028236382031963975262775133877096854365739340519060542301346671420839514029389217291132551289E+000000000000002534");
     return val;
   }
 
- static const mp_float& A000142_990(void)
+ const mp_float& A000142_990(void)
   {
     static const mp_float val("+4.20968553994851716755941042336061773138320417349747921744064330687849165290658850058183317539527295977244346884077515263571000940056443561946724485943422740497560544110790490107737597696514192626989313274402950735145629649995037631443067122394899999473743675601307052514135495583777342036266502554931810464462535302234781162356697954018211644335510147382538325885822081947113869936878333204706631118889095325118221225776E+000000000000002537");
     return val;
   }
 
- static const mp_float& A000142_991(void)
+ const mp_float& A000142_991(void)
   {
     static const mp_float val("+4.17179837008898051305137572955037217180075533593600190448367751711658522803042920407659667681671550313449147762120817626198861931595935569889203965569931935833082499213793375696767959317245564893346409454933324178529318983145082292760079518293345899478479982520895289041508276123523345957940104031937424170282372484514668131895487672432047739536490556056095480952849683209589845107446428205864271438819093467192157234744E+000000000000002540");
     return val;
   }
 
- static const mp_float& A000142_992(void)
+ const mp_float& A000142_992(void)
   {
     static const mp_float val("+4.13842398312826866894696472371396919442634929324851388924780809697965254620618577044398390340218177910941554580023851085189271036143168085330090333845372480346417839220083028691193815642707600374199638179293857585101084431279921634417998882146999132282652142660728126729176209914535159190276583199681924776920113504638550786840323771052591357620198631607646717105226885743913126346586856780217357267308540719454619976866E+000000000000002543");
     return val;
   }
 
- static const mp_float& A000142_993(void)
+ const mp_float& A000142_993(void)
   {
     static const mp_float val("+4.10945501524637078826433597064797141006536484819577429202307344030079497838274247005087601607836650665564963697963684127592946138890165908732779701508454872983992914345542447490355458933208647171580240712038800582005376840260962182977072889971970138356673577662103029842071976445133413075944647117284151303481672710106080931332441504655223218116857241186393190085490297543705734462160748782755835766437380934418437637028E+000000000000002546");
     return val;
   }
 
- static const mp_float& A000142_994(void)
+ const mp_float& A000142_994(void)
   {
     static const mp_float val("+4.08479828515489256353474995482408358160497265910659964627093499965899020851244601523057075998189630761571573915775902022827388462056824913280383023299404143746088956859469192805413326179609395288550759267766567778513344579219396409879210452632138317526533536196130411663019544586462612597488979234580446395660782673845444445744446855627291878808156097739274830944977355758443500055387784290059300751838756648811927011206E+000000000000002549");
     return val;
   }
 
- static const mp_float& A000142_995(void)
+ const mp_float& A000142_995(void)
   {
     static const mp_float val("+4.06437429372911810071707620504996316369694779581106664803958032466069525746988378515441790618198682607763716046197022512713251519746540788713981108182907123027358512075171846841386259548711348312108005471427734939620777856323299427829814400368977625938900868515149759604704446863530299534501534338407544163682478760476217223515724621349155419414115317250578456790252468979651282555110845368609004248079562865567867376150E+000000000000002552");
     return val;
   }
 
- static const mp_float& A000142_996(void)
+ const mp_float& A000142_996(void)
   {
     static const mp_float val("+4.04811679655420162831420790022976331104216000462782238144742200336205247644000425001380023455725887877332661182012234422662398513667554625559125183750175494535249078026871159454020714510516502918859573449542023999862294744898006230118495142767501715435145265041089160566285629076076178336363528201053913987027748845434312354621661722863758797736458855981576142963091459103732677424890401987134568231087244614105595906645E+000000000000002555");
     return val;
   }
 
- static const mp_float& A000142_997(void)
+ const mp_float& A000142_997(void)
   {
     static const mp_float val("+4.03597244616453902342926527652907402110903352461393891430307973735196631901068423726375883385358710213700663198466197719394411318126551961682447808198924968051643330792790545975658652366984953410102994729193397927862707860663312211428139657339199210288839829245965893084586772188847949801354437616450752245066665598898009417557796737695167521343249479413631414534202184726421479392615730781173164526393982880263279118925E+000000000000002558");
     return val;
   }
 
- static const mp_float& A000142_998(void)
+ const mp_float& A000142_998(void)
   {
     static const mp_float val("+4.02790050127220994538240674597601587306681545756471103647447357787726238637266286878923131618587992793273261872069265323955622495490298857759082912582527118115540044131204964883707335062250983503282788739735011132006982444941985587005283378024520811868262149587473961298417598644470253901751728741217850740576532267700213398722681144219777186300562980454804151705133780356968636433830499319610818197341194914502752560688E+000000000000002561");
     return val;
   }
 
- static const mp_float& A000142_999(void)
+ const mp_float& A000142_999(void)
   {
     static const mp_float val("+4.02387260077093773543702433923003985719374864210714632543799910429938512398629020592044208486969404800479988610197196058631666872994808558901323829669944590997424504087073759918823627727188732519779505950995276120874975462497043601418278094646496291056393887437886487337119181045825783647849977012476632889835955735432513185323958463075557409114262417474349347553428646576611667797396668820291207379143853719588249808127E+000000000000002564");
     return val;
   }
 
- static const mp_float& A000142_1000(void)
+ const mp_float& A000142_1000(void)
   {
     static const mp_float val("+4.02387260077093773543702433923003985719374864210714632543799910429938512398629020592044208486969404800479988610197196058631666872994808558901323829669944590997424504087073759918823627727188732519779505950995276120874975462497043601418278094646496291056393887437886487337119181045825783647849977012476632889835955735432513185323958463075557409114262417474349347553428646576611667797396668820291207379143853719588249808127E+000000000000002567");
     return val;
@@ -6025,1017 +6025,1023 @@
 
 }
 
-namespace Tables
+namespace boost
 {
- const std::vector<pfn_efloat>& A000142(void)
+ namespace multiprecision
   {
- static const boost::array<pfn_efloat, 1001u> A000142_data =
- {{
- A000142_Table::A000142_0,
- A000142_Table::A000142_1,
- A000142_Table::A000142_2,
- A000142_Table::A000142_3,
- A000142_Table::A000142_4,
- A000142_Table::A000142_5,
- A000142_Table::A000142_6,
- A000142_Table::A000142_7,
- A000142_Table::A000142_8,
- A000142_Table::A000142_9,
- A000142_Table::A000142_10,
- A000142_Table::A000142_11,
- A000142_Table::A000142_12,
- A000142_Table::A000142_13,
- A000142_Table::A000142_14,
- A000142_Table::A000142_15,
- A000142_Table::A000142_16,
- A000142_Table::A000142_17,
- A000142_Table::A000142_18,
- A000142_Table::A000142_19,
- A000142_Table::A000142_20,
- A000142_Table::A000142_21,
- A000142_Table::A000142_22,
- A000142_Table::A000142_23,
- A000142_Table::A000142_24,
- A000142_Table::A000142_25,
- A000142_Table::A000142_26,
- A000142_Table::A000142_27,
- A000142_Table::A000142_28,
- A000142_Table::A000142_29,
- A000142_Table::A000142_30,
- A000142_Table::A000142_31,
- A000142_Table::A000142_32,
- A000142_Table::A000142_33,
- A000142_Table::A000142_34,
- A000142_Table::A000142_35,
- A000142_Table::A000142_36,
- A000142_Table::A000142_37,
- A000142_Table::A000142_38,
- A000142_Table::A000142_39,
- A000142_Table::A000142_40,
- A000142_Table::A000142_41,
- A000142_Table::A000142_42,
- A000142_Table::A000142_43,
- A000142_Table::A000142_44,
- A000142_Table::A000142_45,
- A000142_Table::A000142_46,
- A000142_Table::A000142_47,
- A000142_Table::A000142_48,
- A000142_Table::A000142_49,
- A000142_Table::A000142_50,
- A000142_Table::A000142_51,
- A000142_Table::A000142_52,
- A000142_Table::A000142_53,
- A000142_Table::A000142_54,
- A000142_Table::A000142_55,
- A000142_Table::A000142_56,
- A000142_Table::A000142_57,
- A000142_Table::A000142_58,
- A000142_Table::A000142_59,
- A000142_Table::A000142_60,
- A000142_Table::A000142_61,
- A000142_Table::A000142_62,
- A000142_Table::A000142_63,
- A000142_Table::A000142_64,
- A000142_Table::A000142_65,
- A000142_Table::A000142_66,
- A000142_Table::A000142_67,
- A000142_Table::A000142_68,
- A000142_Table::A000142_69,
- A000142_Table::A000142_70,
- A000142_Table::A000142_71,
- A000142_Table::A000142_72,
- A000142_Table::A000142_73,
- A000142_Table::A000142_74,
- A000142_Table::A000142_75,
- A000142_Table::A000142_76,
- A000142_Table::A000142_77,
- A000142_Table::A000142_78,
- A000142_Table::A000142_79,
- A000142_Table::A000142_80,
- A000142_Table::A000142_81,
- A000142_Table::A000142_82,
- A000142_Table::A000142_83,
- A000142_Table::A000142_84,
- A000142_Table::A000142_85,
- A000142_Table::A000142_86,
- A000142_Table::A000142_87,
- A000142_Table::A000142_88,
- A000142_Table::A000142_89,
- A000142_Table::A000142_90,
- A000142_Table::A000142_91,
- A000142_Table::A000142_92,
- A000142_Table::A000142_93,
- A000142_Table::A000142_94,
- A000142_Table::A000142_95,
- A000142_Table::A000142_96,
- A000142_Table::A000142_97,
- A000142_Table::A000142_98,
- A000142_Table::A000142_99,
- A000142_Table::A000142_100,
- A000142_Table::A000142_101,
- A000142_Table::A000142_102,
- A000142_Table::A000142_103,
- A000142_Table::A000142_104,
- A000142_Table::A000142_105,
- A000142_Table::A000142_106,
- A000142_Table::A000142_107,
- A000142_Table::A000142_108,
- A000142_Table::A000142_109,
- A000142_Table::A000142_110,
- A000142_Table::A000142_111,
- A000142_Table::A000142_112,
- A000142_Table::A000142_113,
- A000142_Table::A000142_114,
- A000142_Table::A000142_115,
- A000142_Table::A000142_116,
- A000142_Table::A000142_117,
- A000142_Table::A000142_118,
- A000142_Table::A000142_119,
- A000142_Table::A000142_120,
- A000142_Table::A000142_121,
- A000142_Table::A000142_122,
- A000142_Table::A000142_123,
- A000142_Table::A000142_124,
- A000142_Table::A000142_125,
- A000142_Table::A000142_126,
- A000142_Table::A000142_127,
- A000142_Table::A000142_128,
- A000142_Table::A000142_129,
- A000142_Table::A000142_130,
- A000142_Table::A000142_131,
- A000142_Table::A000142_132,
- A000142_Table::A000142_133,
- A000142_Table::A000142_134,
- A000142_Table::A000142_135,
- A000142_Table::A000142_136,
- A000142_Table::A000142_137,
- A000142_Table::A000142_138,
- A000142_Table::A000142_139,
- A000142_Table::A000142_140,
- A000142_Table::A000142_141,
- A000142_Table::A000142_142,
- A000142_Table::A000142_143,
- A000142_Table::A000142_144,
- A000142_Table::A000142_145,
- A000142_Table::A000142_146,
- A000142_Table::A000142_147,
- A000142_Table::A000142_148,
- A000142_Table::A000142_149,
- A000142_Table::A000142_150,
- A000142_Table::A000142_151,
- A000142_Table::A000142_152,
- A000142_Table::A000142_153,
- A000142_Table::A000142_154,
- A000142_Table::A000142_155,
- A000142_Table::A000142_156,
- A000142_Table::A000142_157,
- A000142_Table::A000142_158,
- A000142_Table::A000142_159,
- A000142_Table::A000142_160,
- A000142_Table::A000142_161,
- A000142_Table::A000142_162,
- A000142_Table::A000142_163,
- A000142_Table::A000142_164,
- A000142_Table::A000142_165,
- A000142_Table::A000142_166,
- A000142_Table::A000142_167,
- A000142_Table::A000142_168,
- A000142_Table::A000142_169,
- A000142_Table::A000142_170,
- A000142_Table::A000142_171,
- A000142_Table::A000142_172,
- A000142_Table::A000142_173,
- A000142_Table::A000142_174,
- A000142_Table::A000142_175,
- A000142_Table::A000142_176,
- A000142_Table::A000142_177,
- A000142_Table::A000142_178,
- A000142_Table::A000142_179,
- A000142_Table::A000142_180,
- A000142_Table::A000142_181,
- A000142_Table::A000142_182,
- A000142_Table::A000142_183,
- A000142_Table::A000142_184,
- A000142_Table::A000142_185,
- A000142_Table::A000142_186,
- A000142_Table::A000142_187,
- A000142_Table::A000142_188,
- A000142_Table::A000142_189,
- A000142_Table::A000142_190,
- A000142_Table::A000142_191,
- A000142_Table::A000142_192,
- A000142_Table::A000142_193,
- A000142_Table::A000142_194,
- A000142_Table::A000142_195,
- A000142_Table::A000142_196,
- A000142_Table::A000142_197,
- A000142_Table::A000142_198,
- A000142_Table::A000142_199,
- A000142_Table::A000142_200,
- A000142_Table::A000142_201,
- A000142_Table::A000142_202,
- A000142_Table::A000142_203,
- A000142_Table::A000142_204,
- A000142_Table::A000142_205,
- A000142_Table::A000142_206,
- A000142_Table::A000142_207,
- A000142_Table::A000142_208,
- A000142_Table::A000142_209,
- A000142_Table::A000142_210,
- A000142_Table::A000142_211,
- A000142_Table::A000142_212,
- A000142_Table::A000142_213,
- A000142_Table::A000142_214,
- A000142_Table::A000142_215,
- A000142_Table::A000142_216,
- A000142_Table::A000142_217,
- A000142_Table::A000142_218,
- A000142_Table::A000142_219,
- A000142_Table::A000142_220,
- A000142_Table::A000142_221,
- A000142_Table::A000142_222,
- A000142_Table::A000142_223,
- A000142_Table::A000142_224,
- A000142_Table::A000142_225,
- A000142_Table::A000142_226,
- A000142_Table::A000142_227,
- A000142_Table::A000142_228,
- A000142_Table::A000142_229,
- A000142_Table::A000142_230,
- A000142_Table::A000142_231,
- A000142_Table::A000142_232,
- A000142_Table::A000142_233,
- A000142_Table::A000142_234,
- A000142_Table::A000142_235,
- A000142_Table::A000142_236,
- A000142_Table::A000142_237,
- A000142_Table::A000142_238,
- A000142_Table::A000142_239,
- A000142_Table::A000142_240,
- A000142_Table::A000142_241,
- A000142_Table::A000142_242,
- A000142_Table::A000142_243,
- A000142_Table::A000142_244,
- A000142_Table::A000142_245,
- A000142_Table::A000142_246,
- A000142_Table::A000142_247,
- A000142_Table::A000142_248,
- A000142_Table::A000142_249,
- A000142_Table::A000142_250,
- A000142_Table::A000142_251,
- A000142_Table::A000142_252,
- A000142_Table::A000142_253,
- A000142_Table::A000142_254,
- A000142_Table::A000142_255,
- A000142_Table::A000142_256,
- A000142_Table::A000142_257,
- A000142_Table::A000142_258,
- A000142_Table::A000142_259,
- A000142_Table::A000142_260,
- A000142_Table::A000142_261,
- A000142_Table::A000142_262,
- A000142_Table::A000142_263,
- A000142_Table::A000142_264,
- A000142_Table::A000142_265,
- A000142_Table::A000142_266,
- A000142_Table::A000142_267,
- A000142_Table::A000142_268,
- A000142_Table::A000142_269,
- A000142_Table::A000142_270,
- A000142_Table::A000142_271,
- A000142_Table::A000142_272,
- A000142_Table::A000142_273,
- A000142_Table::A000142_274,
- A000142_Table::A000142_275,
- A000142_Table::A000142_276,
- A000142_Table::A000142_277,
- A000142_Table::A000142_278,
- A000142_Table::A000142_279,
- A000142_Table::A000142_280,
- A000142_Table::A000142_281,
- A000142_Table::A000142_282,
- A000142_Table::A000142_283,
- A000142_Table::A000142_284,
- A000142_Table::A000142_285,
- A000142_Table::A000142_286,
- A000142_Table::A000142_287,
- A000142_Table::A000142_288,
- A000142_Table::A000142_289,
- A000142_Table::A000142_290,
- A000142_Table::A000142_291,
- A000142_Table::A000142_292,
- A000142_Table::A000142_293,
- A000142_Table::A000142_294,
- A000142_Table::A000142_295,
- A000142_Table::A000142_296,
- A000142_Table::A000142_297,
- A000142_Table::A000142_298,
- A000142_Table::A000142_299,
- A000142_Table::A000142_300,
- A000142_Table::A000142_301,
- A000142_Table::A000142_302,
- A000142_Table::A000142_303,
- A000142_Table::A000142_304,
- A000142_Table::A000142_305,
- A000142_Table::A000142_306,
- A000142_Table::A000142_307,
- A000142_Table::A000142_308,
- A000142_Table::A000142_309,
- A000142_Table::A000142_310,
- A000142_Table::A000142_311,
- A000142_Table::A000142_312,
- A000142_Table::A000142_313,
- A000142_Table::A000142_314,
- A000142_Table::A000142_315,
- A000142_Table::A000142_316,
- A000142_Table::A000142_317,
- A000142_Table::A000142_318,
- A000142_Table::A000142_319,
- A000142_Table::A000142_320,
- A000142_Table::A000142_321,
- A000142_Table::A000142_322,
- A000142_Table::A000142_323,
- A000142_Table::A000142_324,
- A000142_Table::A000142_325,
- A000142_Table::A000142_326,
- A000142_Table::A000142_327,
- A000142_Table::A000142_328,
- A000142_Table::A000142_329,
- A000142_Table::A000142_330,
- A000142_Table::A000142_331,
- A000142_Table::A000142_332,
- A000142_Table::A000142_333,
- A000142_Table::A000142_334,
- A000142_Table::A000142_335,
- A000142_Table::A000142_336,
- A000142_Table::A000142_337,
- A000142_Table::A000142_338,
- A000142_Table::A000142_339,
- A000142_Table::A000142_340,
- A000142_Table::A000142_341,
- A000142_Table::A000142_342,
- A000142_Table::A000142_343,
- A000142_Table::A000142_344,
- A000142_Table::A000142_345,
- A000142_Table::A000142_346,
- A000142_Table::A000142_347,
- A000142_Table::A000142_348,
- A000142_Table::A000142_349,
- A000142_Table::A000142_350,
- A000142_Table::A000142_351,
- A000142_Table::A000142_352,
- A000142_Table::A000142_353,
- A000142_Table::A000142_354,
- A000142_Table::A000142_355,
- A000142_Table::A000142_356,
- A000142_Table::A000142_357,
- A000142_Table::A000142_358,
- A000142_Table::A000142_359,
- A000142_Table::A000142_360,
- A000142_Table::A000142_361,
- A000142_Table::A000142_362,
- A000142_Table::A000142_363,
- A000142_Table::A000142_364,
- A000142_Table::A000142_365,
- A000142_Table::A000142_366,
- A000142_Table::A000142_367,
- A000142_Table::A000142_368,
- A000142_Table::A000142_369,
- A000142_Table::A000142_370,
- A000142_Table::A000142_371,
- A000142_Table::A000142_372,
- A000142_Table::A000142_373,
- A000142_Table::A000142_374,
- A000142_Table::A000142_375,
- A000142_Table::A000142_376,
- A000142_Table::A000142_377,
- A000142_Table::A000142_378,
- A000142_Table::A000142_379,
- A000142_Table::A000142_380,
- A000142_Table::A000142_381,
- A000142_Table::A000142_382,
- A000142_Table::A000142_383,
- A000142_Table::A000142_384,
- A000142_Table::A000142_385,
- A000142_Table::A000142_386,
- A000142_Table::A000142_387,
- A000142_Table::A000142_388,
- A000142_Table::A000142_389,
- A000142_Table::A000142_390,
- A000142_Table::A000142_391,
- A000142_Table::A000142_392,
- A000142_Table::A000142_393,
- A000142_Table::A000142_394,
- A000142_Table::A000142_395,
- A000142_Table::A000142_396,
- A000142_Table::A000142_397,
- A000142_Table::A000142_398,
- A000142_Table::A000142_399,
- A000142_Table::A000142_400,
- A000142_Table::A000142_401,
- A000142_Table::A000142_402,
- A000142_Table::A000142_403,
- A000142_Table::A000142_404,
- A000142_Table::A000142_405,
- A000142_Table::A000142_406,
- A000142_Table::A000142_407,
- A000142_Table::A000142_408,
- A000142_Table::A000142_409,
- A000142_Table::A000142_410,
- A000142_Table::A000142_411,
- A000142_Table::A000142_412,
- A000142_Table::A000142_413,
- A000142_Table::A000142_414,
- A000142_Table::A000142_415,
- A000142_Table::A000142_416,
- A000142_Table::A000142_417,
- A000142_Table::A000142_418,
- A000142_Table::A000142_419,
- A000142_Table::A000142_420,
- A000142_Table::A000142_421,
- A000142_Table::A000142_422,
- A000142_Table::A000142_423,
- A000142_Table::A000142_424,
- A000142_Table::A000142_425,
- A000142_Table::A000142_426,
- A000142_Table::A000142_427,
- A000142_Table::A000142_428,
- A000142_Table::A000142_429,
- A000142_Table::A000142_430,
- A000142_Table::A000142_431,
- A000142_Table::A000142_432,
- A000142_Table::A000142_433,
- A000142_Table::A000142_434,
- A000142_Table::A000142_435,
- A000142_Table::A000142_436,
- A000142_Table::A000142_437,
- A000142_Table::A000142_438,
- A000142_Table::A000142_439,
- A000142_Table::A000142_440,
- A000142_Table::A000142_441,
- A000142_Table::A000142_442,
- A000142_Table::A000142_443,
- A000142_Table::A000142_444,
- A000142_Table::A000142_445,
- A000142_Table::A000142_446,
- A000142_Table::A000142_447,
- A000142_Table::A000142_448,
- A000142_Table::A000142_449,
- A000142_Table::A000142_450,
- A000142_Table::A000142_451,
- A000142_Table::A000142_452,
- A000142_Table::A000142_453,
- A000142_Table::A000142_454,
- A000142_Table::A000142_455,
- A000142_Table::A000142_456,
- A000142_Table::A000142_457,
- A000142_Table::A000142_458,
- A000142_Table::A000142_459,
- A000142_Table::A000142_460,
- A000142_Table::A000142_461,
- A000142_Table::A000142_462,
- A000142_Table::A000142_463,
- A000142_Table::A000142_464,
- A000142_Table::A000142_465,
- A000142_Table::A000142_466,
- A000142_Table::A000142_467,
- A000142_Table::A000142_468,
- A000142_Table::A000142_469,
- A000142_Table::A000142_470,
- A000142_Table::A000142_471,
- A000142_Table::A000142_472,
- A000142_Table::A000142_473,
- A000142_Table::A000142_474,
- A000142_Table::A000142_475,
- A000142_Table::A000142_476,
- A000142_Table::A000142_477,
- A000142_Table::A000142_478,
- A000142_Table::A000142_479,
- A000142_Table::A000142_480,
- A000142_Table::A000142_481,
- A000142_Table::A000142_482,
- A000142_Table::A000142_483,
- A000142_Table::A000142_484,
- A000142_Table::A000142_485,
- A000142_Table::A000142_486,
- A000142_Table::A000142_487,
- A000142_Table::A000142_488,
- A000142_Table::A000142_489,
- A000142_Table::A000142_490,
- A000142_Table::A000142_491,
- A000142_Table::A000142_492,
- A000142_Table::A000142_493,
- A000142_Table::A000142_494,
- A000142_Table::A000142_495,
- A000142_Table::A000142_496,
- A000142_Table::A000142_497,
- A000142_Table::A000142_498,
- A000142_Table::A000142_499,
- A000142_Table::A000142_500,
- A000142_Table::A000142_501,
- A000142_Table::A000142_502,
- A000142_Table::A000142_503,
- A000142_Table::A000142_504,
- A000142_Table::A000142_505,
- A000142_Table::A000142_506,
- A000142_Table::A000142_507,
- A000142_Table::A000142_508,
- A000142_Table::A000142_509,
- A000142_Table::A000142_510,
- A000142_Table::A000142_511,
- A000142_Table::A000142_512,
- A000142_Table::A000142_513,
- A000142_Table::A000142_514,
- A000142_Table::A000142_515,
- A000142_Table::A000142_516,
- A000142_Table::A000142_517,
- A000142_Table::A000142_518,
- A000142_Table::A000142_519,
- A000142_Table::A000142_520,
- A000142_Table::A000142_521,
- A000142_Table::A000142_522,
- A000142_Table::A000142_523,
- A000142_Table::A000142_524,
- A000142_Table::A000142_525,
- A000142_Table::A000142_526,
- A000142_Table::A000142_527,
- A000142_Table::A000142_528,
- A000142_Table::A000142_529,
- A000142_Table::A000142_530,
- A000142_Table::A000142_531,
- A000142_Table::A000142_532,
- A000142_Table::A000142_533,
- A000142_Table::A000142_534,
- A000142_Table::A000142_535,
- A000142_Table::A000142_536,
- A000142_Table::A000142_537,
- A000142_Table::A000142_538,
- A000142_Table::A000142_539,
- A000142_Table::A000142_540,
- A000142_Table::A000142_541,
- A000142_Table::A000142_542,
- A000142_Table::A000142_543,
- A000142_Table::A000142_544,
- A000142_Table::A000142_545,
- A000142_Table::A000142_546,
- A000142_Table::A000142_547,
- A000142_Table::A000142_548,
- A000142_Table::A000142_549,
- A000142_Table::A000142_550,
- A000142_Table::A000142_551,
- A000142_Table::A000142_552,
- A000142_Table::A000142_553,
- A000142_Table::A000142_554,
- A000142_Table::A000142_555,
- A000142_Table::A000142_556,
- A000142_Table::A000142_557,
- A000142_Table::A000142_558,
- A000142_Table::A000142_559,
- A000142_Table::A000142_560,
- A000142_Table::A000142_561,
- A000142_Table::A000142_562,
- A000142_Table::A000142_563,
- A000142_Table::A000142_564,
- A000142_Table::A000142_565,
- A000142_Table::A000142_566,
- A000142_Table::A000142_567,
- A000142_Table::A000142_568,
- A000142_Table::A000142_569,
- A000142_Table::A000142_570,
- A000142_Table::A000142_571,
- A000142_Table::A000142_572,
- A000142_Table::A000142_573,
- A000142_Table::A000142_574,
- A000142_Table::A000142_575,
- A000142_Table::A000142_576,
- A000142_Table::A000142_577,
- A000142_Table::A000142_578,
- A000142_Table::A000142_579,
- A000142_Table::A000142_580,
- A000142_Table::A000142_581,
- A000142_Table::A000142_582,
- A000142_Table::A000142_583,
- A000142_Table::A000142_584,
- A000142_Table::A000142_585,
- A000142_Table::A000142_586,
- A000142_Table::A000142_587,
- A000142_Table::A000142_588,
- A000142_Table::A000142_589,
- A000142_Table::A000142_590,
- A000142_Table::A000142_591,
- A000142_Table::A000142_592,
- A000142_Table::A000142_593,
- A000142_Table::A000142_594,
- A000142_Table::A000142_595,
- A000142_Table::A000142_596,
- A000142_Table::A000142_597,
- A000142_Table::A000142_598,
- A000142_Table::A000142_599,
- A000142_Table::A000142_600,
- A000142_Table::A000142_601,
- A000142_Table::A000142_602,
- A000142_Table::A000142_603,
- A000142_Table::A000142_604,
- A000142_Table::A000142_605,
- A000142_Table::A000142_606,
- A000142_Table::A000142_607,
- A000142_Table::A000142_608,
- A000142_Table::A000142_609,
- A000142_Table::A000142_610,
- A000142_Table::A000142_611,
- A000142_Table::A000142_612,
- A000142_Table::A000142_613,
- A000142_Table::A000142_614,
- A000142_Table::A000142_615,
- A000142_Table::A000142_616,
- A000142_Table::A000142_617,
- A000142_Table::A000142_618,
- A000142_Table::A000142_619,
- A000142_Table::A000142_620,
- A000142_Table::A000142_621,
- A000142_Table::A000142_622,
- A000142_Table::A000142_623,
- A000142_Table::A000142_624,
- A000142_Table::A000142_625,
- A000142_Table::A000142_626,
- A000142_Table::A000142_627,
- A000142_Table::A000142_628,
- A000142_Table::A000142_629,
- A000142_Table::A000142_630,
- A000142_Table::A000142_631,
- A000142_Table::A000142_632,
- A000142_Table::A000142_633,
- A000142_Table::A000142_634,
- A000142_Table::A000142_635,
- A000142_Table::A000142_636,
- A000142_Table::A000142_637,
- A000142_Table::A000142_638,
- A000142_Table::A000142_639,
- A000142_Table::A000142_640,
- A000142_Table::A000142_641,
- A000142_Table::A000142_642,
- A000142_Table::A000142_643,
- A000142_Table::A000142_644,
- A000142_Table::A000142_645,
- A000142_Table::A000142_646,
- A000142_Table::A000142_647,
- A000142_Table::A000142_648,
- A000142_Table::A000142_649,
- A000142_Table::A000142_650,
- A000142_Table::A000142_651,
- A000142_Table::A000142_652,
- A000142_Table::A000142_653,
- A000142_Table::A000142_654,
- A000142_Table::A000142_655,
- A000142_Table::A000142_656,
- A000142_Table::A000142_657,
- A000142_Table::A000142_658,
- A000142_Table::A000142_659,
- A000142_Table::A000142_660,
- A000142_Table::A000142_661,
- A000142_Table::A000142_662,
- A000142_Table::A000142_663,
- A000142_Table::A000142_664,
- A000142_Table::A000142_665,
- A000142_Table::A000142_666,
- A000142_Table::A000142_667,
- A000142_Table::A000142_668,
- A000142_Table::A000142_669,
- A000142_Table::A000142_670,
- A000142_Table::A000142_671,
- A000142_Table::A000142_672,
- A000142_Table::A000142_673,
- A000142_Table::A000142_674,
- A000142_Table::A000142_675,
- A000142_Table::A000142_676,
- A000142_Table::A000142_677,
- A000142_Table::A000142_678,
- A000142_Table::A000142_679,
- A000142_Table::A000142_680,
- A000142_Table::A000142_681,
- A000142_Table::A000142_682,
- A000142_Table::A000142_683,
- A000142_Table::A000142_684,
- A000142_Table::A000142_685,
- A000142_Table::A000142_686,
- A000142_Table::A000142_687,
- A000142_Table::A000142_688,
- A000142_Table::A000142_689,
- A000142_Table::A000142_690,
- A000142_Table::A000142_691,
- A000142_Table::A000142_692,
- A000142_Table::A000142_693,
- A000142_Table::A000142_694,
- A000142_Table::A000142_695,
- A000142_Table::A000142_696,
- A000142_Table::A000142_697,
- A000142_Table::A000142_698,
- A000142_Table::A000142_699,
- A000142_Table::A000142_700,
- A000142_Table::A000142_701,
- A000142_Table::A000142_702,
- A000142_Table::A000142_703,
- A000142_Table::A000142_704,
- A000142_Table::A000142_705,
- A000142_Table::A000142_706,
- A000142_Table::A000142_707,
- A000142_Table::A000142_708,
- A000142_Table::A000142_709,
- A000142_Table::A000142_710,
- A000142_Table::A000142_711,
- A000142_Table::A000142_712,
- A000142_Table::A000142_713,
- A000142_Table::A000142_714,
- A000142_Table::A000142_715,
- A000142_Table::A000142_716,
- A000142_Table::A000142_717,
- A000142_Table::A000142_718,
- A000142_Table::A000142_719,
- A000142_Table::A000142_720,
- A000142_Table::A000142_721,
- A000142_Table::A000142_722,
- A000142_Table::A000142_723,
- A000142_Table::A000142_724,
- A000142_Table::A000142_725,
- A000142_Table::A000142_726,
- A000142_Table::A000142_727,
- A000142_Table::A000142_728,
- A000142_Table::A000142_729,
- A000142_Table::A000142_730,
- A000142_Table::A000142_731,
- A000142_Table::A000142_732,
- A000142_Table::A000142_733,
- A000142_Table::A000142_734,
- A000142_Table::A000142_735,
- A000142_Table::A000142_736,
- A000142_Table::A000142_737,
- A000142_Table::A000142_738,
- A000142_Table::A000142_739,
- A000142_Table::A000142_740,
- A000142_Table::A000142_741,
- A000142_Table::A000142_742,
- A000142_Table::A000142_743,
- A000142_Table::A000142_744,
- A000142_Table::A000142_745,
- A000142_Table::A000142_746,
- A000142_Table::A000142_747,
- A000142_Table::A000142_748,
- A000142_Table::A000142_749,
- A000142_Table::A000142_750,
- A000142_Table::A000142_751,
- A000142_Table::A000142_752,
- A000142_Table::A000142_753,
- A000142_Table::A000142_754,
- A000142_Table::A000142_755,
- A000142_Table::A000142_756,
- A000142_Table::A000142_757,
- A000142_Table::A000142_758,
- A000142_Table::A000142_759,
- A000142_Table::A000142_760,
- A000142_Table::A000142_761,
- A000142_Table::A000142_762,
- A000142_Table::A000142_763,
- A000142_Table::A000142_764,
- A000142_Table::A000142_765,
- A000142_Table::A000142_766,
- A000142_Table::A000142_767,
- A000142_Table::A000142_768,
- A000142_Table::A000142_769,
- A000142_Table::A000142_770,
- A000142_Table::A000142_771,
- A000142_Table::A000142_772,
- A000142_Table::A000142_773,
- A000142_Table::A000142_774,
- A000142_Table::A000142_775,
- A000142_Table::A000142_776,
- A000142_Table::A000142_777,
- A000142_Table::A000142_778,
- A000142_Table::A000142_779,
- A000142_Table::A000142_780,
- A000142_Table::A000142_781,
- A000142_Table::A000142_782,
- A000142_Table::A000142_783,
- A000142_Table::A000142_784,
- A000142_Table::A000142_785,
- A000142_Table::A000142_786,
- A000142_Table::A000142_787,
- A000142_Table::A000142_788,
- A000142_Table::A000142_789,
- A000142_Table::A000142_790,
- A000142_Table::A000142_791,
- A000142_Table::A000142_792,
- A000142_Table::A000142_793,
- A000142_Table::A000142_794,
- A000142_Table::A000142_795,
- A000142_Table::A000142_796,
- A000142_Table::A000142_797,
- A000142_Table::A000142_798,
- A000142_Table::A000142_799,
- A000142_Table::A000142_800,
- A000142_Table::A000142_801,
- A000142_Table::A000142_802,
- A000142_Table::A000142_803,
- A000142_Table::A000142_804,
- A000142_Table::A000142_805,
- A000142_Table::A000142_806,
- A000142_Table::A000142_807,
- A000142_Table::A000142_808,
- A000142_Table::A000142_809,
- A000142_Table::A000142_810,
- A000142_Table::A000142_811,
- A000142_Table::A000142_812,
- A000142_Table::A000142_813,
- A000142_Table::A000142_814,
- A000142_Table::A000142_815,
- A000142_Table::A000142_816,
- A000142_Table::A000142_817,
- A000142_Table::A000142_818,
- A000142_Table::A000142_819,
- A000142_Table::A000142_820,
- A000142_Table::A000142_821,
- A000142_Table::A000142_822,
- A000142_Table::A000142_823,
- A000142_Table::A000142_824,
- A000142_Table::A000142_825,
- A000142_Table::A000142_826,
- A000142_Table::A000142_827,
- A000142_Table::A000142_828,
- A000142_Table::A000142_829,
- A000142_Table::A000142_830,
- A000142_Table::A000142_831,
- A000142_Table::A000142_832,
- A000142_Table::A000142_833,
- A000142_Table::A000142_834,
- A000142_Table::A000142_835,
- A000142_Table::A000142_836,
- A000142_Table::A000142_837,
- A000142_Table::A000142_838,
- A000142_Table::A000142_839,
- A000142_Table::A000142_840,
- A000142_Table::A000142_841,
- A000142_Table::A000142_842,
- A000142_Table::A000142_843,
- A000142_Table::A000142_844,
- A000142_Table::A000142_845,
- A000142_Table::A000142_846,
- A000142_Table::A000142_847,
- A000142_Table::A000142_848,
- A000142_Table::A000142_849,
- A000142_Table::A000142_850,
- A000142_Table::A000142_851,
- A000142_Table::A000142_852,
- A000142_Table::A000142_853,
- A000142_Table::A000142_854,
- A000142_Table::A000142_855,
- A000142_Table::A000142_856,
- A000142_Table::A000142_857,
- A000142_Table::A000142_858,
- A000142_Table::A000142_859,
- A000142_Table::A000142_860,
- A000142_Table::A000142_861,
- A000142_Table::A000142_862,
- A000142_Table::A000142_863,
- A000142_Table::A000142_864,
- A000142_Table::A000142_865,
- A000142_Table::A000142_866,
- A000142_Table::A000142_867,
- A000142_Table::A000142_868,
- A000142_Table::A000142_869,
- A000142_Table::A000142_870,
- A000142_Table::A000142_871,
- A000142_Table::A000142_872,
- A000142_Table::A000142_873,
- A000142_Table::A000142_874,
- A000142_Table::A000142_875,
- A000142_Table::A000142_876,
- A000142_Table::A000142_877,
- A000142_Table::A000142_878,
- A000142_Table::A000142_879,
- A000142_Table::A000142_880,
- A000142_Table::A000142_881,
- A000142_Table::A000142_882,
- A000142_Table::A000142_883,
- A000142_Table::A000142_884,
- A000142_Table::A000142_885,
- A000142_Table::A000142_886,
- A000142_Table::A000142_887,
- A000142_Table::A000142_888,
- A000142_Table::A000142_889,
- A000142_Table::A000142_890,
- A000142_Table::A000142_891,
- A000142_Table::A000142_892,
- A000142_Table::A000142_893,
- A000142_Table::A000142_894,
- A000142_Table::A000142_895,
- A000142_Table::A000142_896,
- A000142_Table::A000142_897,
- A000142_Table::A000142_898,
- A000142_Table::A000142_899,
- A000142_Table::A000142_900,
- A000142_Table::A000142_901,
- A000142_Table::A000142_902,
- A000142_Table::A000142_903,
- A000142_Table::A000142_904,
- A000142_Table::A000142_905,
- A000142_Table::A000142_906,
- A000142_Table::A000142_907,
- A000142_Table::A000142_908,
- A000142_Table::A000142_909,
- A000142_Table::A000142_910,
- A000142_Table::A000142_911,
- A000142_Table::A000142_912,
- A000142_Table::A000142_913,
- A000142_Table::A000142_914,
- A000142_Table::A000142_915,
- A000142_Table::A000142_916,
- A000142_Table::A000142_917,
- A000142_Table::A000142_918,
- A000142_Table::A000142_919,
- A000142_Table::A000142_920,
- A000142_Table::A000142_921,
- A000142_Table::A000142_922,
- A000142_Table::A000142_923,
- A000142_Table::A000142_924,
- A000142_Table::A000142_925,
- A000142_Table::A000142_926,
- A000142_Table::A000142_927,
- A000142_Table::A000142_928,
- A000142_Table::A000142_929,
- A000142_Table::A000142_930,
- A000142_Table::A000142_931,
- A000142_Table::A000142_932,
- A000142_Table::A000142_933,
- A000142_Table::A000142_934,
- A000142_Table::A000142_935,
- A000142_Table::A000142_936,
- A000142_Table::A000142_937,
- A000142_Table::A000142_938,
- A000142_Table::A000142_939,
- A000142_Table::A000142_940,
- A000142_Table::A000142_941,
- A000142_Table::A000142_942,
- A000142_Table::A000142_943,
- A000142_Table::A000142_944,
- A000142_Table::A000142_945,
- A000142_Table::A000142_946,
- A000142_Table::A000142_947,
- A000142_Table::A000142_948,
- A000142_Table::A000142_949,
- A000142_Table::A000142_950,
- A000142_Table::A000142_951,
- A000142_Table::A000142_952,
- A000142_Table::A000142_953,
- A000142_Table::A000142_954,
- A000142_Table::A000142_955,
- A000142_Table::A000142_956,
- A000142_Table::A000142_957,
- A000142_Table::A000142_958,
- A000142_Table::A000142_959,
- A000142_Table::A000142_960,
- A000142_Table::A000142_961,
- A000142_Table::A000142_962,
- A000142_Table::A000142_963,
- A000142_Table::A000142_964,
- A000142_Table::A000142_965,
- A000142_Table::A000142_966,
- A000142_Table::A000142_967,
- A000142_Table::A000142_968,
- A000142_Table::A000142_969,
- A000142_Table::A000142_970,
- A000142_Table::A000142_971,
- A000142_Table::A000142_972,
- A000142_Table::A000142_973,
- A000142_Table::A000142_974,
- A000142_Table::A000142_975,
- A000142_Table::A000142_976,
- A000142_Table::A000142_977,
- A000142_Table::A000142_978,
- A000142_Table::A000142_979,
- A000142_Table::A000142_980,
- A000142_Table::A000142_981,
- A000142_Table::A000142_982,
- A000142_Table::A000142_983,
- A000142_Table::A000142_984,
- A000142_Table::A000142_985,
- A000142_Table::A000142_986,
- A000142_Table::A000142_987,
- A000142_Table::A000142_988,
- A000142_Table::A000142_989,
- A000142_Table::A000142_990,
- A000142_Table::A000142_991,
- A000142_Table::A000142_992,
- A000142_Table::A000142_993,
- A000142_Table::A000142_994,
- A000142_Table::A000142_995,
- A000142_Table::A000142_996,
- A000142_Table::A000142_997,
- A000142_Table::A000142_998,
- A000142_Table::A000142_999,
- A000142_Table::A000142_1000,
- }};
-
- static const std::vector<pfn_efloat> A000142_vect(A000142_data.begin(), A000142_data.end());
-
- return A000142_vect;
+ namespace tables
+ {
+ const std::vector<pfn_efloat>& A000142(void)
+ {
+ static const boost::array<pfn_efloat, 1001u> A000142_data =
+ {{
+ ::A000142_0,
+ ::A000142_1,
+ ::A000142_2,
+ ::A000142_3,
+ ::A000142_4,
+ ::A000142_5,
+ ::A000142_6,
+ ::A000142_7,
+ ::A000142_8,
+ ::A000142_9,
+ ::A000142_10,
+ ::A000142_11,
+ ::A000142_12,
+ ::A000142_13,
+ ::A000142_14,
+ ::A000142_15,
+ ::A000142_16,
+ ::A000142_17,
+ ::A000142_18,
+ ::A000142_19,
+ ::A000142_20,
+ ::A000142_21,
+ ::A000142_22,
+ ::A000142_23,
+ ::A000142_24,
+ ::A000142_25,
+ ::A000142_26,
+ ::A000142_27,
+ ::A000142_28,
+ ::A000142_29,
+ ::A000142_30,
+ ::A000142_31,
+ ::A000142_32,
+ ::A000142_33,
+ ::A000142_34,
+ ::A000142_35,
+ ::A000142_36,
+ ::A000142_37,
+ ::A000142_38,
+ ::A000142_39,
+ ::A000142_40,
+ ::A000142_41,
+ ::A000142_42,
+ ::A000142_43,
+ ::A000142_44,
+ ::A000142_45,
+ ::A000142_46,
+ ::A000142_47,
+ ::A000142_48,
+ ::A000142_49,
+ ::A000142_50,
+ ::A000142_51,
+ ::A000142_52,
+ ::A000142_53,
+ ::A000142_54,
+ ::A000142_55,
+ ::A000142_56,
+ ::A000142_57,
+ ::A000142_58,
+ ::A000142_59,
+ ::A000142_60,
+ ::A000142_61,
+ ::A000142_62,
+ ::A000142_63,
+ ::A000142_64,
+ ::A000142_65,
+ ::A000142_66,
+ ::A000142_67,
+ ::A000142_68,
+ ::A000142_69,
+ ::A000142_70,
+ ::A000142_71,
+ ::A000142_72,
+ ::A000142_73,
+ ::A000142_74,
+ ::A000142_75,
+ ::A000142_76,
+ ::A000142_77,
+ ::A000142_78,
+ ::A000142_79,
+ ::A000142_80,
+ ::A000142_81,
+ ::A000142_82,
+ ::A000142_83,
+ ::A000142_84,
+ ::A000142_85,
+ ::A000142_86,
+ ::A000142_87,
+ ::A000142_88,
+ ::A000142_89,
+ ::A000142_90,
+ ::A000142_91,
+ ::A000142_92,
+ ::A000142_93,
+ ::A000142_94,
+ ::A000142_95,
+ ::A000142_96,
+ ::A000142_97,
+ ::A000142_98,
+ ::A000142_99,
+ ::A000142_100,
+ ::A000142_101,
+ ::A000142_102,
+ ::A000142_103,
+ ::A000142_104,
+ ::A000142_105,
+ ::A000142_106,
+ ::A000142_107,
+ ::A000142_108,
+ ::A000142_109,
+ ::A000142_110,
+ ::A000142_111,
+ ::A000142_112,
+ ::A000142_113,
+ ::A000142_114,
+ ::A000142_115,
+ ::A000142_116,
+ ::A000142_117,
+ ::A000142_118,
+ ::A000142_119,
+ ::A000142_120,
+ ::A000142_121,
+ ::A000142_122,
+ ::A000142_123,
+ ::A000142_124,
+ ::A000142_125,
+ ::A000142_126,
+ ::A000142_127,
+ ::A000142_128,
+ ::A000142_129,
+ ::A000142_130,
+ ::A000142_131,
+ ::A000142_132,
+ ::A000142_133,
+ ::A000142_134,
+ ::A000142_135,
+ ::A000142_136,
+ ::A000142_137,
+ ::A000142_138,
+ ::A000142_139,
+ ::A000142_140,
+ ::A000142_141,
+ ::A000142_142,
+ ::A000142_143,
+ ::A000142_144,
+ ::A000142_145,
+ ::A000142_146,
+ ::A000142_147,
+ ::A000142_148,
+ ::A000142_149,
+ ::A000142_150,
+ ::A000142_151,
+ ::A000142_152,
+ ::A000142_153,
+ ::A000142_154,
+ ::A000142_155,
+ ::A000142_156,
+ ::A000142_157,
+ ::A000142_158,
+ ::A000142_159,
+ ::A000142_160,
+ ::A000142_161,
+ ::A000142_162,
+ ::A000142_163,
+ ::A000142_164,
+ ::A000142_165,
+ ::A000142_166,
+ ::A000142_167,
+ ::A000142_168,
+ ::A000142_169,
+ ::A000142_170,
+ ::A000142_171,
+ ::A000142_172,
+ ::A000142_173,
+ ::A000142_174,
+ ::A000142_175,
+ ::A000142_176,
+ ::A000142_177,
+ ::A000142_178,
+ ::A000142_179,
+ ::A000142_180,
+ ::A000142_181,
+ ::A000142_182,
+ ::A000142_183,
+ ::A000142_184,
+ ::A000142_185,
+ ::A000142_186,
+ ::A000142_187,
+ ::A000142_188,
+ ::A000142_189,
+ ::A000142_190,
+ ::A000142_191,
+ ::A000142_192,
+ ::A000142_193,
+ ::A000142_194,
+ ::A000142_195,
+ ::A000142_196,
+ ::A000142_197,
+ ::A000142_198,
+ ::A000142_199,
+ ::A000142_200,
+ ::A000142_201,
+ ::A000142_202,
+ ::A000142_203,
+ ::A000142_204,
+ ::A000142_205,
+ ::A000142_206,
+ ::A000142_207,
+ ::A000142_208,
+ ::A000142_209,
+ ::A000142_210,
+ ::A000142_211,
+ ::A000142_212,
+ ::A000142_213,
+ ::A000142_214,
+ ::A000142_215,
+ ::A000142_216,
+ ::A000142_217,
+ ::A000142_218,
+ ::A000142_219,
+ ::A000142_220,
+ ::A000142_221,
+ ::A000142_222,
+ ::A000142_223,
+ ::A000142_224,
+ ::A000142_225,
+ ::A000142_226,
+ ::A000142_227,
+ ::A000142_228,
+ ::A000142_229,
+ ::A000142_230,
+ ::A000142_231,
+ ::A000142_232,
+ ::A000142_233,
+ ::A000142_234,
+ ::A000142_235,
+ ::A000142_236,
+ ::A000142_237,
+ ::A000142_238,
+ ::A000142_239,
+ ::A000142_240,
+ ::A000142_241,
+ ::A000142_242,
+ ::A000142_243,
+ ::A000142_244,
+ ::A000142_245,
+ ::A000142_246,
+ ::A000142_247,
+ ::A000142_248,
+ ::A000142_249,
+ ::A000142_250,
+ ::A000142_251,
+ ::A000142_252,
+ ::A000142_253,
+ ::A000142_254,
+ ::A000142_255,
+ ::A000142_256,
+ ::A000142_257,
+ ::A000142_258,
+ ::A000142_259,
+ ::A000142_260,
+ ::A000142_261,
+ ::A000142_262,
+ ::A000142_263,
+ ::A000142_264,
+ ::A000142_265,
+ ::A000142_266,
+ ::A000142_267,
+ ::A000142_268,
+ ::A000142_269,
+ ::A000142_270,
+ ::A000142_271,
+ ::A000142_272,
+ ::A000142_273,
+ ::A000142_274,
+ ::A000142_275,
+ ::A000142_276,
+ ::A000142_277,
+ ::A000142_278,
+ ::A000142_279,
+ ::A000142_280,
+ ::A000142_281,
+ ::A000142_282,
+ ::A000142_283,
+ ::A000142_284,
+ ::A000142_285,
+ ::A000142_286,
+ ::A000142_287,
+ ::A000142_288,
+ ::A000142_289,
+ ::A000142_290,
+ ::A000142_291,
+ ::A000142_292,
+ ::A000142_293,
+ ::A000142_294,
+ ::A000142_295,
+ ::A000142_296,
+ ::A000142_297,
+ ::A000142_298,
+ ::A000142_299,
+ ::A000142_300,
+ ::A000142_301,
+ ::A000142_302,
+ ::A000142_303,
+ ::A000142_304,
+ ::A000142_305,
+ ::A000142_306,
+ ::A000142_307,
+ ::A000142_308,
+ ::A000142_309,
+ ::A000142_310,
+ ::A000142_311,
+ ::A000142_312,
+ ::A000142_313,
+ ::A000142_314,
+ ::A000142_315,
+ ::A000142_316,
+ ::A000142_317,
+ ::A000142_318,
+ ::A000142_319,
+ ::A000142_320,
+ ::A000142_321,
+ ::A000142_322,
+ ::A000142_323,
+ ::A000142_324,
+ ::A000142_325,
+ ::A000142_326,
+ ::A000142_327,
+ ::A000142_328,
+ ::A000142_329,
+ ::A000142_330,
+ ::A000142_331,
+ ::A000142_332,
+ ::A000142_333,
+ ::A000142_334,
+ ::A000142_335,
+ ::A000142_336,
+ ::A000142_337,
+ ::A000142_338,
+ ::A000142_339,
+ ::A000142_340,
+ ::A000142_341,
+ ::A000142_342,
+ ::A000142_343,
+ ::A000142_344,
+ ::A000142_345,
+ ::A000142_346,
+ ::A000142_347,
+ ::A000142_348,
+ ::A000142_349,
+ ::A000142_350,
+ ::A000142_351,
+ ::A000142_352,
+ ::A000142_353,
+ ::A000142_354,
+ ::A000142_355,
+ ::A000142_356,
+ ::A000142_357,
+ ::A000142_358,
+ ::A000142_359,
+ ::A000142_360,
+ ::A000142_361,
+ ::A000142_362,
+ ::A000142_363,
+ ::A000142_364,
+ ::A000142_365,
+ ::A000142_366,
+ ::A000142_367,
+ ::A000142_368,
+ ::A000142_369,
+ ::A000142_370,
+ ::A000142_371,
+ ::A000142_372,
+ ::A000142_373,
+ ::A000142_374,
+ ::A000142_375,
+ ::A000142_376,
+ ::A000142_377,
+ ::A000142_378,
+ ::A000142_379,
+ ::A000142_380,
+ ::A000142_381,
+ ::A000142_382,
+ ::A000142_383,
+ ::A000142_384,
+ ::A000142_385,
+ ::A000142_386,
+ ::A000142_387,
+ ::A000142_388,
+ ::A000142_389,
+ ::A000142_390,
+ ::A000142_391,
+ ::A000142_392,
+ ::A000142_393,
+ ::A000142_394,
+ ::A000142_395,
+ ::A000142_396,
+ ::A000142_397,
+ ::A000142_398,
+ ::A000142_399,
+ ::A000142_400,
+ ::A000142_401,
+ ::A000142_402,
+ ::A000142_403,
+ ::A000142_404,
+ ::A000142_405,
+ ::A000142_406,
+ ::A000142_407,
+ ::A000142_408,
+ ::A000142_409,
+ ::A000142_410,
+ ::A000142_411,
+ ::A000142_412,
+ ::A000142_413,
+ ::A000142_414,
+ ::A000142_415,
+ ::A000142_416,
+ ::A000142_417,
+ ::A000142_418,
+ ::A000142_419,
+ ::A000142_420,
+ ::A000142_421,
+ ::A000142_422,
+ ::A000142_423,
+ ::A000142_424,
+ ::A000142_425,
+ ::A000142_426,
+ ::A000142_427,
+ ::A000142_428,
+ ::A000142_429,
+ ::A000142_430,
+ ::A000142_431,
+ ::A000142_432,
+ ::A000142_433,
+ ::A000142_434,
+ ::A000142_435,
+ ::A000142_436,
+ ::A000142_437,
+ ::A000142_438,
+ ::A000142_439,
+ ::A000142_440,
+ ::A000142_441,
+ ::A000142_442,
+ ::A000142_443,
+ ::A000142_444,
+ ::A000142_445,
+ ::A000142_446,
+ ::A000142_447,
+ ::A000142_448,
+ ::A000142_449,
+ ::A000142_450,
+ ::A000142_451,
+ ::A000142_452,
+ ::A000142_453,
+ ::A000142_454,
+ ::A000142_455,
+ ::A000142_456,
+ ::A000142_457,
+ ::A000142_458,
+ ::A000142_459,
+ ::A000142_460,
+ ::A000142_461,
+ ::A000142_462,
+ ::A000142_463,
+ ::A000142_464,
+ ::A000142_465,
+ ::A000142_466,
+ ::A000142_467,
+ ::A000142_468,
+ ::A000142_469,
+ ::A000142_470,
+ ::A000142_471,
+ ::A000142_472,
+ ::A000142_473,
+ ::A000142_474,
+ ::A000142_475,
+ ::A000142_476,
+ ::A000142_477,
+ ::A000142_478,
+ ::A000142_479,
+ ::A000142_480,
+ ::A000142_481,
+ ::A000142_482,
+ ::A000142_483,
+ ::A000142_484,
+ ::A000142_485,
+ ::A000142_486,
+ ::A000142_487,
+ ::A000142_488,
+ ::A000142_489,
+ ::A000142_490,
+ ::A000142_491,
+ ::A000142_492,
+ ::A000142_493,
+ ::A000142_494,
+ ::A000142_495,
+ ::A000142_496,
+ ::A000142_497,
+ ::A000142_498,
+ ::A000142_499,
+ ::A000142_500,
+ ::A000142_501,
+ ::A000142_502,
+ ::A000142_503,
+ ::A000142_504,
+ ::A000142_505,
+ ::A000142_506,
+ ::A000142_507,
+ ::A000142_508,
+ ::A000142_509,
+ ::A000142_510,
+ ::A000142_511,
+ ::A000142_512,
+ ::A000142_513,
+ ::A000142_514,
+ ::A000142_515,
+ ::A000142_516,
+ ::A000142_517,
+ ::A000142_518,
+ ::A000142_519,
+ ::A000142_520,
+ ::A000142_521,
+ ::A000142_522,
+ ::A000142_523,
+ ::A000142_524,
+ ::A000142_525,
+ ::A000142_526,
+ ::A000142_527,
+ ::A000142_528,
+ ::A000142_529,
+ ::A000142_530,
+ ::A000142_531,
+ ::A000142_532,
+ ::A000142_533,
+ ::A000142_534,
+ ::A000142_535,
+ ::A000142_536,
+ ::A000142_537,
+ ::A000142_538,
+ ::A000142_539,
+ ::A000142_540,
+ ::A000142_541,
+ ::A000142_542,
+ ::A000142_543,
+ ::A000142_544,
+ ::A000142_545,
+ ::A000142_546,
+ ::A000142_547,
+ ::A000142_548,
+ ::A000142_549,
+ ::A000142_550,
+ ::A000142_551,
+ ::A000142_552,
+ ::A000142_553,
+ ::A000142_554,
+ ::A000142_555,
+ ::A000142_556,
+ ::A000142_557,
+ ::A000142_558,
+ ::A000142_559,
+ ::A000142_560,
+ ::A000142_561,
+ ::A000142_562,
+ ::A000142_563,
+ ::A000142_564,
+ ::A000142_565,
+ ::A000142_566,
+ ::A000142_567,
+ ::A000142_568,
+ ::A000142_569,
+ ::A000142_570,
+ ::A000142_571,
+ ::A000142_572,
+ ::A000142_573,
+ ::A000142_574,
+ ::A000142_575,
+ ::A000142_576,
+ ::A000142_577,
+ ::A000142_578,
+ ::A000142_579,
+ ::A000142_580,
+ ::A000142_581,
+ ::A000142_582,
+ ::A000142_583,
+ ::A000142_584,
+ ::A000142_585,
+ ::A000142_586,
+ ::A000142_587,
+ ::A000142_588,
+ ::A000142_589,
+ ::A000142_590,
+ ::A000142_591,
+ ::A000142_592,
+ ::A000142_593,
+ ::A000142_594,
+ ::A000142_595,
+ ::A000142_596,
+ ::A000142_597,
+ ::A000142_598,
+ ::A000142_599,
+ ::A000142_600,
+ ::A000142_601,
+ ::A000142_602,
+ ::A000142_603,
+ ::A000142_604,
+ ::A000142_605,
+ ::A000142_606,
+ ::A000142_607,
+ ::A000142_608,
+ ::A000142_609,
+ ::A000142_610,
+ ::A000142_611,
+ ::A000142_612,
+ ::A000142_613,
+ ::A000142_614,
+ ::A000142_615,
+ ::A000142_616,
+ ::A000142_617,
+ ::A000142_618,
+ ::A000142_619,
+ ::A000142_620,
+ ::A000142_621,
+ ::A000142_622,
+ ::A000142_623,
+ ::A000142_624,
+ ::A000142_625,
+ ::A000142_626,
+ ::A000142_627,
+ ::A000142_628,
+ ::A000142_629,
+ ::A000142_630,
+ ::A000142_631,
+ ::A000142_632,
+ ::A000142_633,
+ ::A000142_634,
+ ::A000142_635,
+ ::A000142_636,
+ ::A000142_637,
+ ::A000142_638,
+ ::A000142_639,
+ ::A000142_640,
+ ::A000142_641,
+ ::A000142_642,
+ ::A000142_643,
+ ::A000142_644,
+ ::A000142_645,
+ ::A000142_646,
+ ::A000142_647,
+ ::A000142_648,
+ ::A000142_649,
+ ::A000142_650,
+ ::A000142_651,
+ ::A000142_652,
+ ::A000142_653,
+ ::A000142_654,
+ ::A000142_655,
+ ::A000142_656,
+ ::A000142_657,
+ ::A000142_658,
+ ::A000142_659,
+ ::A000142_660,
+ ::A000142_661,
+ ::A000142_662,
+ ::A000142_663,
+ ::A000142_664,
+ ::A000142_665,
+ ::A000142_666,
+ ::A000142_667,
+ ::A000142_668,
+ ::A000142_669,
+ ::A000142_670,
+ ::A000142_671,
+ ::A000142_672,
+ ::A000142_673,
+ ::A000142_674,
+ ::A000142_675,
+ ::A000142_676,
+ ::A000142_677,
+ ::A000142_678,
+ ::A000142_679,
+ ::A000142_680,
+ ::A000142_681,
+ ::A000142_682,
+ ::A000142_683,
+ ::A000142_684,
+ ::A000142_685,
+ ::A000142_686,
+ ::A000142_687,
+ ::A000142_688,
+ ::A000142_689,
+ ::A000142_690,
+ ::A000142_691,
+ ::A000142_692,
+ ::A000142_693,
+ ::A000142_694,
+ ::A000142_695,
+ ::A000142_696,
+ ::A000142_697,
+ ::A000142_698,
+ ::A000142_699,
+ ::A000142_700,
+ ::A000142_701,
+ ::A000142_702,
+ ::A000142_703,
+ ::A000142_704,
+ ::A000142_705,
+ ::A000142_706,
+ ::A000142_707,
+ ::A000142_708,
+ ::A000142_709,
+ ::A000142_710,
+ ::A000142_711,
+ ::A000142_712,
+ ::A000142_713,
+ ::A000142_714,
+ ::A000142_715,
+ ::A000142_716,
+ ::A000142_717,
+ ::A000142_718,
+ ::A000142_719,
+ ::A000142_720,
+ ::A000142_721,
+ ::A000142_722,
+ ::A000142_723,
+ ::A000142_724,
+ ::A000142_725,
+ ::A000142_726,
+ ::A000142_727,
+ ::A000142_728,
+ ::A000142_729,
+ ::A000142_730,
+ ::A000142_731,
+ ::A000142_732,
+ ::A000142_733,
+ ::A000142_734,
+ ::A000142_735,
+ ::A000142_736,
+ ::A000142_737,
+ ::A000142_738,
+ ::A000142_739,
+ ::A000142_740,
+ ::A000142_741,
+ ::A000142_742,
+ ::A000142_743,
+ ::A000142_744,
+ ::A000142_745,
+ ::A000142_746,
+ ::A000142_747,
+ ::A000142_748,
+ ::A000142_749,
+ ::A000142_750,
+ ::A000142_751,
+ ::A000142_752,
+ ::A000142_753,
+ ::A000142_754,
+ ::A000142_755,
+ ::A000142_756,
+ ::A000142_757,
+ ::A000142_758,
+ ::A000142_759,
+ ::A000142_760,
+ ::A000142_761,
+ ::A000142_762,
+ ::A000142_763,
+ ::A000142_764,
+ ::A000142_765,
+ ::A000142_766,
+ ::A000142_767,
+ ::A000142_768,
+ ::A000142_769,
+ ::A000142_770,
+ ::A000142_771,
+ ::A000142_772,
+ ::A000142_773,
+ ::A000142_774,
+ ::A000142_775,
+ ::A000142_776,
+ ::A000142_777,
+ ::A000142_778,
+ ::A000142_779,
+ ::A000142_780,
+ ::A000142_781,
+ ::A000142_782,
+ ::A000142_783,
+ ::A000142_784,
+ ::A000142_785,
+ ::A000142_786,
+ ::A000142_787,
+ ::A000142_788,
+ ::A000142_789,
+ ::A000142_790,
+ ::A000142_791,
+ ::A000142_792,
+ ::A000142_793,
+ ::A000142_794,
+ ::A000142_795,
+ ::A000142_796,
+ ::A000142_797,
+ ::A000142_798,
+ ::A000142_799,
+ ::A000142_800,
+ ::A000142_801,
+ ::A000142_802,
+ ::A000142_803,
+ ::A000142_804,
+ ::A000142_805,
+ ::A000142_806,
+ ::A000142_807,
+ ::A000142_808,
+ ::A000142_809,
+ ::A000142_810,
+ ::A000142_811,
+ ::A000142_812,
+ ::A000142_813,
+ ::A000142_814,
+ ::A000142_815,
+ ::A000142_816,
+ ::A000142_817,
+ ::A000142_818,
+ ::A000142_819,
+ ::A000142_820,
+ ::A000142_821,
+ ::A000142_822,
+ ::A000142_823,
+ ::A000142_824,
+ ::A000142_825,
+ ::A000142_826,
+ ::A000142_827,
+ ::A000142_828,
+ ::A000142_829,
+ ::A000142_830,
+ ::A000142_831,
+ ::A000142_832,
+ ::A000142_833,
+ ::A000142_834,
+ ::A000142_835,
+ ::A000142_836,
+ ::A000142_837,
+ ::A000142_838,
+ ::A000142_839,
+ ::A000142_840,
+ ::A000142_841,
+ ::A000142_842,
+ ::A000142_843,
+ ::A000142_844,
+ ::A000142_845,
+ ::A000142_846,
+ ::A000142_847,
+ ::A000142_848,
+ ::A000142_849,
+ ::A000142_850,
+ ::A000142_851,
+ ::A000142_852,
+ ::A000142_853,
+ ::A000142_854,
+ ::A000142_855,
+ ::A000142_856,
+ ::A000142_857,
+ ::A000142_858,
+ ::A000142_859,
+ ::A000142_860,
+ ::A000142_861,
+ ::A000142_862,
+ ::A000142_863,
+ ::A000142_864,
+ ::A000142_865,
+ ::A000142_866,
+ ::A000142_867,
+ ::A000142_868,
+ ::A000142_869,
+ ::A000142_870,
+ ::A000142_871,
+ ::A000142_872,
+ ::A000142_873,
+ ::A000142_874,
+ ::A000142_875,
+ ::A000142_876,
+ ::A000142_877,
+ ::A000142_878,
+ ::A000142_879,
+ ::A000142_880,
+ ::A000142_881,
+ ::A000142_882,
+ ::A000142_883,
+ ::A000142_884,
+ ::A000142_885,
+ ::A000142_886,
+ ::A000142_887,
+ ::A000142_888,
+ ::A000142_889,
+ ::A000142_890,
+ ::A000142_891,
+ ::A000142_892,
+ ::A000142_893,
+ ::A000142_894,
+ ::A000142_895,
+ ::A000142_896,
+ ::A000142_897,
+ ::A000142_898,
+ ::A000142_899,
+ ::A000142_900,
+ ::A000142_901,
+ ::A000142_902,
+ ::A000142_903,
+ ::A000142_904,
+ ::A000142_905,
+ ::A000142_906,
+ ::A000142_907,
+ ::A000142_908,
+ ::A000142_909,
+ ::A000142_910,
+ ::A000142_911,
+ ::A000142_912,
+ ::A000142_913,
+ ::A000142_914,
+ ::A000142_915,
+ ::A000142_916,
+ ::A000142_917,
+ ::A000142_918,
+ ::A000142_919,
+ ::A000142_920,
+ ::A000142_921,
+ ::A000142_922,
+ ::A000142_923,
+ ::A000142_924,
+ ::A000142_925,
+ ::A000142_926,
+ ::A000142_927,
+ ::A000142_928,
+ ::A000142_929,
+ ::A000142_930,
+ ::A000142_931,
+ ::A000142_932,
+ ::A000142_933,
+ ::A000142_934,
+ ::A000142_935,
+ ::A000142_936,
+ ::A000142_937,
+ ::A000142_938,
+ ::A000142_939,
+ ::A000142_940,
+ ::A000142_941,
+ ::A000142_942,
+ ::A000142_943,
+ ::A000142_944,
+ ::A000142_945,
+ ::A000142_946,
+ ::A000142_947,
+ ::A000142_948,
+ ::A000142_949,
+ ::A000142_950,
+ ::A000142_951,
+ ::A000142_952,
+ ::A000142_953,
+ ::A000142_954,
+ ::A000142_955,
+ ::A000142_956,
+ ::A000142_957,
+ ::A000142_958,
+ ::A000142_959,
+ ::A000142_960,
+ ::A000142_961,
+ ::A000142_962,
+ ::A000142_963,
+ ::A000142_964,
+ ::A000142_965,
+ ::A000142_966,
+ ::A000142_967,
+ ::A000142_968,
+ ::A000142_969,
+ ::A000142_970,
+ ::A000142_971,
+ ::A000142_972,
+ ::A000142_973,
+ ::A000142_974,
+ ::A000142_975,
+ ::A000142_976,
+ ::A000142_977,
+ ::A000142_978,
+ ::A000142_979,
+ ::A000142_980,
+ ::A000142_981,
+ ::A000142_982,
+ ::A000142_983,
+ ::A000142_984,
+ ::A000142_985,
+ ::A000142_986,
+ ::A000142_987,
+ ::A000142_988,
+ ::A000142_989,
+ ::A000142_990,
+ ::A000142_991,
+ ::A000142_992,
+ ::A000142_993,
+ ::A000142_994,
+ ::A000142_995,
+ ::A000142_996,
+ ::A000142_997,
+ ::A000142_998,
+ ::A000142_999,
+ ::A000142_1000,
+ }};
+
+ static const std::vector<pfn_efloat> A000142_vect(A000142_data.begin(), A000142_data.end());
+
+ return A000142_vect;
+ }
+ }
   }
 }

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/tables/A000367.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/tables/A000367.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/tables/A000367.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -15,6009 +15,6009 @@
 
 using boost::multiprecision::mp_float;
 
-namespace A000367_Table
+namespace
 {
- static const mp_float& A000367_0(void)
+ const mp_float& A000367_0(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1L));
     return val;
   }
 
- static const mp_float& A000367_1(void)
+ const mp_float& A000367_1(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1L));
     return val;
   }
 
- static const mp_float& A000367_2(void)
+ const mp_float& A000367_2(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(-1L));
     return val;
   }
 
- static const mp_float& A000367_3(void)
+ const mp_float& A000367_3(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1L));
     return val;
   }
 
- static const mp_float& A000367_4(void)
+ const mp_float& A000367_4(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(-1L));
     return val;
   }
 
- static const mp_float& A000367_5(void)
+ const mp_float& A000367_5(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5L));
     return val;
   }
 
- static const mp_float& A000367_6(void)
+ const mp_float& A000367_6(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(-691L));
     return val;
   }
 
- static const mp_float& A000367_7(void)
+ const mp_float& A000367_7(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7L));
     return val;
   }
 
- static const mp_float& A000367_8(void)
+ const mp_float& A000367_8(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(-3617L));
     return val;
   }
 
- static const mp_float& A000367_9(void)
+ const mp_float& A000367_9(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(43867L));
     return val;
   }
 
- static const mp_float& A000367_10(void)
+ const mp_float& A000367_10(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(-174611L));
     return val;
   }
 
- static const mp_float& A000367_11(void)
+ const mp_float& A000367_11(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(854513L));
     return val;
   }
 
- static const mp_float& A000367_12(void)
+ const mp_float& A000367_12(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(-236364091L));
     return val;
   }
 
- static const mp_float& A000367_13(void)
+ const mp_float& A000367_13(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8553103L));
     return val;
   }
 
- static const mp_float& A000367_14(void)
+ const mp_float& A000367_14(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(-23749461029LL));
     return val;
   }
 
- static const mp_float& A000367_15(void)
+ const mp_float& A000367_15(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(8615841276005LL));
     return val;
   }
 
- static const mp_float& A000367_16(void)
+ const mp_float& A000367_16(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(-7709321041217LL));
     return val;
   }
 
- static const mp_float& A000367_17(void)
+ const mp_float& A000367_17(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2577687858367LL));
     return val;
   }
 
- static const mp_float& A000367_18(void)
+ const mp_float& A000367_18(void)
   {
     static const mp_float val("-26315271553053477373");
     return val;
   }
 
- static const mp_float& A000367_19(void)
+ const mp_float& A000367_19(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2929993913841559LL));
     return val;
   }
 
- static const mp_float& A000367_20(void)
+ const mp_float& A000367_20(void)
   {
     static const mp_float val("-261082718496449122051");
     return val;
   }
 
- static const mp_float& A000367_21(void)
+ const mp_float& A000367_21(void)
   {
     static const mp_float val("1520097643918070802691");
     return val;
   }
 
- static const mp_float& A000367_22(void)
+ const mp_float& A000367_22(void)
   {
     static const mp_float val("-27833269579301024235023");
     return val;
   }
 
- static const mp_float& A000367_23(void)
+ const mp_float& A000367_23(void)
   {
     static const mp_float val("596451111593912163277961");
     return val;
   }
 
- static const mp_float& A000367_24(void)
+ const mp_float& A000367_24(void)
   {
     static const mp_float val("-5609403368997817686249127547");
     return val;
   }
 
- static const mp_float& A000367_25(void)
+ const mp_float& A000367_25(void)
   {
     static const mp_float val("495057205241079648212477525");
     return val;
   }
 
- static const mp_float& A000367_26(void)
+ const mp_float& A000367_26(void)
   {
     static const mp_float val("-801165718135489957347924991853");
     return val;
   }
 
- static const mp_float& A000367_27(void)
+ const mp_float& A000367_27(void)
   {
     static const mp_float val("29149963634884862421418123812691");
     return val;
   }
 
- static const mp_float& A000367_28(void)
+ const mp_float& A000367_28(void)
   {
     static const mp_float val("-2479392929313226753685415739663229");
     return val;
   }
 
- static const mp_float& A000367_29(void)
+ const mp_float& A000367_29(void)
   {
     static const mp_float val("84483613348880041862046775994036021");
     return val;
   }
 
- static const mp_float& A000367_30(void)
+ const mp_float& A000367_30(void)
   {
     static const mp_float val("-1215233140483755572040304994079820246041491");
     return val;
   }
 
- static const mp_float& A000367_31(void)
+ const mp_float& A000367_31(void)
   {
     static const mp_float val("12300585434086858541953039857403386151");
     return val;
   }
 
- static const mp_float& A000367_32(void)
+ const mp_float& A000367_32(void)
   {
     static const mp_float val("-106783830147866529886385444979142647942017");
     return val;
   }
 
- static const mp_float& A000367_33(void)
+ const mp_float& A000367_33(void)
   {
     static const mp_float val("1472600022126335654051619428551932342241899101");
     return val;
   }
 
- static const mp_float& A000367_34(void)
+ const mp_float& A000367_34(void)
   {
     static const mp_float val("-78773130858718728141909149208474606244347001");
     return val;
   }
 
- static const mp_float& A000367_35(void)
+ const mp_float& A000367_35(void)
   {
     static const mp_float val("1505381347333367003803076567377857208511438160235");
     return val;
   }
 
- static const mp_float& A000367_36(void)
+ const mp_float& A000367_36(void)
   {
     static const mp_float val("-5827954961669944110438277244641067365282488301844260429");
     return val;
   }
 
- static const mp_float& A000367_37(void)
+ const mp_float& A000367_37(void)
   {
     static const mp_float val("34152417289221168014330073731472635186688307783087");
     return val;
   }
 
- static const mp_float& A000367_38(void)
+ const mp_float& A000367_38(void)
   {
     static const mp_float val("-24655088825935372707687196040585199904365267828865801");
     return val;
   }
 
- static const mp_float& A000367_39(void)
+ const mp_float& A000367_39(void)
   {
     static const mp_float val("414846365575400828295179035549542073492199375372400483487");
     return val;
   }
 
- static const mp_float& A000367_40(void)
+ const mp_float& A000367_40(void)
   {
     static const mp_float val("-4603784299479457646935574969019046849794257872751288919656867");
     return val;
   }
 
- static const mp_float& A000367_41(void)
+ const mp_float& A000367_41(void)
   {
     static const mp_float val("1677014149185145836823154509786269900207736027570253414881613");
     return val;
   }
 
- static const mp_float& A000367_42(void)
+ const mp_float& A000367_42(void)
   {
     static const mp_float val("-2024576195935290360231131160111731009989917391198090877281083932477");
     return val;
   }
 
- static const mp_float& A000367_43(void)
+ const mp_float& A000367_43(void)
   {
     static const mp_float val("660714619417678653573847847426261496277830686653388931761996983");
     return val;
   }
 
- static const mp_float& A000367_44(void)
+ const mp_float& A000367_44(void)
   {
     static const mp_float val("-1311426488674017507995511424019311843345750275572028644296919890574047");
     return val;
   }
 
- static const mp_float& A000367_45(void)
+ const mp_float& A000367_45(void)
   {
     static const mp_float val("1179057279021082799884123351249215083775254949669647116231545215727922535");
     return val;
   }
 
- static const mp_float& A000367_46(void)
+ const mp_float& A000367_46(void)
   {
     static const mp_float val("-1295585948207537527989427828538576749659341483719435143023316326829946247");
     return val;
   }
 
- static const mp_float& A000367_47(void)
+ const mp_float& A000367_47(void)
   {
     static const mp_float val("1220813806579744469607301679413201203958508415202696621436215105284649447");
     return val;
   }
 
- static const mp_float& A000367_48(void)
+ const mp_float& A000367_48(void)
   {
     static const mp_float val("-211600449597266513097597728109824233673043954389060234150638733420050668349987259");
     return val;
   }
 
- static const mp_float& A000367_49(void)
+ const mp_float& A000367_49(void)
   {
     static const mp_float val("67908260672905495624051117546403605607342195728504487509073961249992947058239");
     return val;
   }
 
- static const mp_float& A000367_50(void)
+ const mp_float& A000367_50(void)
   {
     static const mp_float val("-94598037819122125295227433069493721872702841533066936133385696204311395415197247711");
     return val;
   }
 
- static const mp_float& A000367_51(void)
+ const mp_float& A000367_51(void)
   {
     static const mp_float val("3204019410860907078243020782116241775491817197152717450679002501086861530836678158791");
     return val;
   }
 
- static const mp_float& A000367_52(void)
+ const mp_float& A000367_52(void)
   {
     static const mp_float val("-319533631363830011287103352796174274671189606078272738327103470162849568365549721224053");
     return val;
   }
 
- static const mp_float& A000367_53(void)
+ const mp_float& A000367_53(void)
   {
     static const mp_float val("36373903172617414408151820151593427169231298640581690038930816378281879873386202346572901");
     return val;
   }
 
- static const mp_float& A000367_54(void)
+ const mp_float& A000367_54(void)
   {
     static const mp_float val("-3469342247847828789552088659323852541399766785760491146870005891371501266319724897592306597338057");
     return val;
   }
 
- static const mp_float& A000367_55(void)
+ const mp_float& A000367_55(void)
   {
     static const mp_float val("7645992940484742892248134246724347500528752413412307906683593870759797606269585779977930217515");
     return val;
   }
 
- static const mp_float& A000367_56(void)
+ const mp_float& A000367_56(void)
   {
     static const mp_float val("-2650879602155099713352597214685162014443151499192509896451788427680966756514875515366781203552600109");
     return val;
   }
 
- static const mp_float& A000367_57(void)
+ const mp_float& A000367_57(void)
   {
     static const mp_float val("21737832319369163333310761086652991475721156679090831360806110114933605484234593650904188618562649");
     return val;
   }
 
- static const mp_float& A000367_58(void)
+ const mp_float& A000367_58(void)
   {
     static const mp_float val("-309553916571842976912513458033841416869004128064329844245504045721008957524571968271388199595754752259");
     return val;
   }
 
- static const mp_float& A000367_59(void)
+ const mp_float& A000367_59(void)
   {
     static const mp_float val("366963119969713111534947151585585006684606361080699204301059440676414485045806461889371776354517095799");
     return val;
   }
 
- static const mp_float& A000367_60(void)
+ const mp_float& A000367_60(void)
   {
     static const mp_float val("-51507486535079109061843996857849983274095170353262675213092869167199297474922985358811329367077682677803282070131");
     return val;
   }
 
- static const mp_float& A000367_61(void)
+ const mp_float& A000367_61(void)
   {
     static const mp_float val("49633666079262581912532637475990757438722790311060139770309311793150683214100431329033113678098037968564431");
     return val;
   }
 
- static const mp_float& A000367_62(void)
+ const mp_float& A000367_62(void)
   {
     static const mp_float val("-95876775334247128750774903107542444620578830013297336819553512729358593354435944413631943610268472689094609001");
     return val;
   }
 
- static const mp_float& A000367_63(void)
+ const mp_float& A000367_63(void)
   {
     static const mp_float val("5556330281949274850616324408918951380525567307126747246796782304333594286400508981287241419934529638692081513802696639");
     return val;
   }
 
- static const mp_float& A000367_64(void)
+ const mp_float& A000367_64(void)
   {
     static const mp_float val("-267754707742548082886954405585282394779291459592551740629978686063357792734863530145362663093519862048495908453718017");
     return val;
   }
 
- static const mp_float& A000367_65(void)
+ const mp_float& A000367_65(void)
   {
     static const mp_float val("1928215175136130915645299522271596435307611010164728458783733020528548622403504078595174411693893882739334735142562418015");
     return val;
   }
 
- static const mp_float& A000367_66(void)
+ const mp_float& A000367_66(void)
   {
     static const mp_float val("-410951945846993378209020486523571938123258077870477502433469747962650070754704863812646392801863686694106805747335370312946831");
     return val;
   }
 
- static const mp_float& A000367_67(void)
+ const mp_float& A000367_67(void)
   {
     static const mp_float val("264590171870717725633635737248879015151254525593168688411918554840667765591690540727987316391252434348664694639349484190167");
     return val;
   }
 
- static const mp_float& A000367_68(void)
+ const mp_float& A000367_68(void)
   {
     static const mp_float val("-84290226343367405131287578060366193649336612397547435767189206912230442242628212786558235455817749737691517685781164837036649737");
     return val;
   }
 
- static const mp_float& A000367_69(void)
+ const mp_float& A000367_69(void)
   {
     static const mp_float val("2694866548990880936043851683724113040849078494664282483862150893060478501559546243423633375693325757795709438325907154973590288136429");
     return val;
   }
 
- static const mp_float& A000367_70(void)
+ const mp_float& A000367_70(void)
   {
     static const mp_float val("-3289490986435898803930699548851884006880537476931130981307467085162504802973618096693859598125274741604181467826651144393874696601946049");
     return val;
   }
 
- static const mp_float& A000367_71(void)
+ const mp_float& A000367_71(void)
   {
     static const mp_float val("14731853280888589565870080442453214239804217023990642676194878997407546061581643106569966189211748270209483494554402556608073385149191");
     return val;
   }
 
- static const mp_float& A000367_72(void)
+ const mp_float& A000367_72(void)
   {
     static const mp_float val("-3050244698373607565035155836901726357405007104256566761884191852434851033744761276392695669329626855965183503295793517411526056244431024612640493");
     return val;
   }
 
- static const mp_float& A000367_73(void)
+ const mp_float& A000367_73(void)
   {
     static const mp_float val("4120570026280114871526113315907864026165545608808541153973817680034790262683524284855810008621905238290240143481403022987037271683989824863");
     return val;
   }
 
- static const mp_float& A000367_74(void)
+ const mp_float& A000367_74(void)
   {
     static const mp_float val("-1691737145614018979865561095112166189607682852147301400816480675916957871178648433284821493606361235973346584667336181793937950344828557898347149");
     return val;
   }
 
- static const mp_float& A000367_75(void)
+ const mp_float& A000367_75(void)
   {
     static const mp_float val("463365579389162741443284425811806264982233725425295799852299807325379315501572305760030594769688296308375193913787703707693010224101613904227979066275");
     return val;
   }
 
- static const mp_float& A000367_76(void)
+ const mp_float& A000367_76(void)
   {
     static const mp_float val("-3737018141155108502105892888491282165837489531488932951768507127182409731328472084456653639812530140212355374618917309552824925858430886313795805601");
     return val;
   }
 
- static const mp_float& A000367_77(void)
+ const mp_float& A000367_77(void)
   {
     static const mp_float val("10259718682038021051027794238379184461025738652460569233992776489750881337506863808448685054322627708245455888249006715516690124228801409697850408284121");
     return val;
   }
 
- static const mp_float& A000367_78(void)
+ const mp_float& A000367_78(void)
   {
     static const mp_float val("-81718086083262628510756459753673452313595710396116467582152090596092548699138346942995509488284650803976836337164670494733866559829768848363506624334818961419869");
     return val;
   }
 
- static const mp_float& A000367_79(void)
+ const mp_float& A000367_79(void)
   {
     static const mp_float val("171672676901153210072183083506103395137513922274029564150500135265308148197358551999205867870374013289728260984269623579880772408522396975250682773558018919");
     return val;
   }
 
- static const mp_float& A000367_80(void)
+ const mp_float& A000367_80(void)
   {
     static const mp_float val("-4240860794203310376065563492361156949989398087086373214710625778458441940477839981850928830420029285687066701804645453159767402961229305942765784122421197736180867");
     return val;
   }
 
- static const mp_float& A000367_81(void)
+ const mp_float& A000367_81(void)
   {
     static const mp_float val("1584451495144416428390934243279426140836596476080786316960222380784239380974799880364363647978168634590418215854419793716549388865905348534375629928732008786233507729");
     return val;
   }
 
- static const mp_float& A000367_82(void)
+ const mp_float& A000367_82(void)
   {
     static const mp_float val("-20538064609143216265571979586692646837805331023148645068133372383930344948316600591203926388540940814833173322793804325084945094828524860626092013547281335356200073083");
     return val;
   }
 
- static const mp_float& A000367_83(void)
+ const mp_float& A000367_83(void)
   {
     static const mp_float val("5734032969370860921631095311392645731505222358555208498573088911303001784652122964703205752709194193095246308611264121678834250704468082648313788124754168671815815821441");
     return val;
   }
 
- static const mp_float& A000367_84(void)
+ const mp_float& A000367_84(void)
   {
     static const mp_float val("-13844828515176396081238346585063517228531109156984345249260453934317772754836791258987516540324983611569758649525983347408589045734176589270143058509026392246407576578281097477");
     return val;
   }
 
- static const mp_float& A000367_85(void)
+ const mp_float& A000367_85(void)
   {
     static const mp_float val("195334207626637530414976779238462234481410337350988427215139995707346979124686918267688171536352650572535330369818176979951931477427594872783018749894699157917782460035894085");
     return val;
   }
 
- static const mp_float& A000367_86(void)
+ const mp_float& A000367_86(void)
   {
     static const mp_float val("-11443702211333328447187179942991846613008046506032421731755258148665287832264931024781365962633301701773088470841621804328201008020129996955549467573217659587609679405537739509973");
     return val;
   }
 
- static const mp_float& A000367_87(void)
+ const mp_float& A000367_87(void)
   {
     static const mp_float val("4166161554662042831884959593250717297395614318182561412048180684077407803317591270831194619293832107482426945655143357909807251852859279483176373435697607639883085093246499347128331");
     return val;
   }
 
- static const mp_float& A000367_88(void)
+ const mp_float& A000367_88(void)
   {
     static const mp_float val("-1369347910486705707645621362512824332220360774476594348356938715366608044588614657557436131706543948464159947970464346070253278291989696390096800799614617317655510118710460076077638883999");
     return val;
   }
 
- static const mp_float& A000367_89(void)
+ const mp_float& A000367_89(void)
   {
     static const mp_float val("1124251816617941290026484851206299982774720467712867275292043701618829826708395745459654170718363182143418314514085426692857018428614935412736063946853033094328968069656979232446257101741");
     return val;
   }
 
- static const mp_float& A000367_90(void)
+ const mp_float& A000367_90(void)
   {
     static const mp_float val("-6173136454016248924640522272263470960199559328290655337530202055853397791747341312347030141906500993752700612233695954532816018207721731818225290076670213481102834647254685911917265818955932383093313");
     return val;
   }
 
- static const mp_float& A000367_91(void)
+ const mp_float& A000367_91(void)
   {
     static const mp_float val("4277269279349192541137304400628629348327468135828402291661683018622451659989595510712915810436238721139546963558655260384328988773219688091443529626531335687951612545946030357929306651006711");
     return val;
   }
 
- static const mp_float& A000367_92(void)
+ const mp_float& A000367_92(void)
   {
     static const mp_float val("-857321333523056180131194437347933216431403305730705359015465649285681432317514010686029079324479659634642384809061711319481020030715989009140595170556956196762318625529645723516532076273012244047");
     return val;
   }
 
- static const mp_float& A000367_93(void)
+ const mp_float& A000367_93(void)
   {
     static const mp_float val("22258646098436968050639602221816385181596567918515338169946670500599612225742487595012775838387331550474751212260636163500086787417640903770807353228157478339547041472679880890292167353534100797481");
     return val;
   }
 
- static const mp_float& A000367_94(void)
+ const mp_float& A000367_94(void)
   {
     static const mp_float val("-14158277750623758793309386870401397333112823632717478051426522029712001260747920789473711562165031101665618225654329210473605281619696918061316240634857984019071572591940586875558943580878119388321001");
     return val;
   }
 
- static const mp_float& A000367_95(void)
+ const mp_float& A000367_95(void)
   {
     static const mp_float val("5411555842544259796131885546196787277987837486638756184149141588783989774511509608733429067517383750706299486822702171672522203106730993581242777825864203487238429479957280273093904025319950569633979493395");
     return val;
   }
 
- static const mp_float& A000367_96(void)
+ const mp_float& A000367_96(void)
   {
     static const mp_float val("-346465752997582699690191405750952366871923192340955593486485715370392154894102000406980162521728492501917598012711402163530166516991115122131398542029056286959857727373568402417020319761912636411646719477318166587");
     return val;
   }
 
- static const mp_float& A000367_97(void)
+ const mp_float& A000367_97(void)
   {
     static const mp_float val("2269186825161532962833665086968359967389321429297588337232986752409765414223476696863199759981611817660735753831323900456495253961837175924312108872915089534970310604331636484174526399721365966337809334021247");
     return val;
   }
 
- static const mp_float& A000367_98(void)
+ const mp_float& A000367_98(void)
   {
     static const mp_float val("-62753135110461193672553106699893713603153054153311895305590639107017824640241378480484625554578576142115835788960865534532214560982925549798683762705231316611716668749347221458005671217067357943416524984438771831113");
     return val;
   }
 
- static const mp_float& A000367_99(void)
+ const mp_float& A000367_99(void)
   {
     static const mp_float val("88527914861348004968400581010530565220544526400339548429439843908721196349579494069282285662653465989920237253162555666526385826449862863083834096823053048072002986184254693991336699593468906111158296442729034119206322233");
     return val;
   }
 
- static const mp_float& A000367_100(void)
+ const mp_float& A000367_100(void)
   {
     static const mp_float val("-498384049428333414764928632140399662108495887457206674968055822617263669621523687568865802302210999132601412697613279391058654527145340515840099290478026350382802884371712359337984274122861159800280019110197888555893671151");
     return val;
   }
 
- static const mp_float& A000367_101(void)
+ const mp_float& A000367_101(void)
   {
     static const mp_float val("2250525326187264545900714460628885135841050444551247116222631411681549780530233516069957534394574922579290608180427520318235621123686109474343887857944611842438698399885295153935574958275021715116120056995036417537079471");
     return val;
   }
 
- static const mp_float& A000367_102(void)
+ const mp_float& A000367_102(void)
   {
     static const mp_float val("-110636644250856903590976481422794879200517231299540994715372334521128669716264196333811025709747746193210786820114369025849897345722531098042760530922656878891556664782168465095563132092311332073097630676251482491663634626858373");
     return val;
   }
 
- static const mp_float& A000367_103(void)
+ const mp_float& A000367_103(void)
   {
     static const mp_float val("2525292668891404920279427026668969389456388249389889339455604316691573384284678293620100066924361693666444722338743839198221347931651916807651198800935942493038194104759967208073711284671045255047521429204396148980705984836743");
     return val;
   }
 
- static const mp_float& A000367_104(void)
+ const mp_float& A000367_104(void)
   {
     static const mp_float val("-12407390668433023412711473483696990726334795896412761472587854072142800403373577087021298541061094633377354326966623278849423631924808044397822651135905640812063181221280972334965193338438214107578486417026806166184210160001817890901");
     return val;
   }
 
- static const mp_float& A000367_105(void)
+ const mp_float& A000367_105(void)
   {
     static const mp_float val("4708181368529492614110644197951837317202610608341257204206693195241245204360822875910613010433572133227831741097261618833206537519198885812254347219150482005543422997225440204041473518187636442241332621804718967775203938403965710395632762155");
     return val;
   }
 
- static const mp_float& A000367_106(void)
+ const mp_float& A000367_106(void)
   {
     static const mp_float val("-1856110669947388268389361040689764027464160460436671923253131176853224087741924378432403442710398247642246902212818749685974336641529240178398124235555437625251481044526024910356131819016670047949661636539964662370375622630863327168696307");
     return val;
   }
 
- static const mp_float& A000367_107(void)
+ const mp_float& A000367_107(void)
   {
     static const mp_float val("4005748930070152861935826766476856180706477227448622268042052745245798242539770546339789899546160341590069109467023517085578618986055969187202731878271685432460708841118506310943865592568791360294244451765746911808994482063783730693703607");
     return val;
   }
 
- static const mp_float& A000367_108(void)
+ const mp_float& A000367_108(void)
   {
     static const mp_float val("-11993122770108617858536443322964878003618156069559794803117809279608039120818829088000103355036592864877954563564831932363414886811786054601318517206937549605059298307895591515771731031691422489377098686236263367916404512751010916862894129855138281961");
     return val;
   }
 
- static const mp_float& A000367_109(void)
+ const mp_float& A000367_109(void)
   {
     static const mp_float val("5646413644023523531472659729552574911763686780871700375627426663366507837122353997075891736706811337698248660838754243486778190331522785903661556458651175061469825204821206611273990250663647381261360659950519735730925202117606150672170127523599");
     return val;
   }
 
- static const mp_float& A000367_110(void)
+ const mp_float& A000367_110(void)
   {
     static const mp_float val("-8717064809960074651332043679796544474420053189621803209941154764877242575579617540185166306094852502223738126111951612525627910517501081576202264770178546608710937474005742969950212404955732473198451623024108934373488641161751158901712323446768306053");
     return val;
   }
 
- static const mp_float& A000367_111(void)
+ const mp_float& A000367_111(void)
   {
     static const mp_float val("13368053158552172665210852539359893340369870651951497976111882891296650008003955172160792457229376320993686817755409436399268291095350295968657381088168219133490277914269064723832062615431730061224649980566693258603099340996988542301914519271322675688591");
     return val;
   }
 
- static const mp_float& A000367_112(void)
+ const mp_float& A000367_112(void)
   {
     static const mp_float val("-3018240015081392087620978688311925380399983229633120268872695911807562982111154053235820050168829922189401964755775948260724401542319799566237745986245598102255191922935742610508280966462644022540839619861091049093129359799053781543195492373882916779852781709");
     return val;
   }
 
- static const mp_float& A000367_113(void)
+ const mp_float& A000367_113(void)
   {
     static const mp_float val("3168221108903401670436878558215734893322849540781208738796672473984272484396317849596978630272031342024194689871467916186898192771267438982228710525079886956295106197431401217357893460897221381410667385636049264583380749631776691121592016493432807733153743581");
     return val;
   }
 
- static const mp_float& A000367_114(void)
+ const mp_float& A000367_114(void)
   {
     static const mp_float val("-1906502909997888166123201923177385833567729039151413143876271870599057704445939156075718972624235764657102074902610737729027517674632609562387841658709266014329005407533521950744449109807215808770201247724932231495252981632908042371307965561986133763291349835081839");
     return val;
   }
 
- static const mp_float& A000367_115(void)
+ const mp_float& A000367_115(void)
   {
     static const mp_float val("12620737044909818561832856090355555624016887319605261762997689571062646649745107532482632213152948299491122977690702642386377706799989565320538433072623252159464115918057294711396625436506736041542403370025258477205101808063594056759977272469883621048184279331863155");
     return val;
   }
 
- static const mp_float& A000367_116(void)
+ const mp_float& A000367_116(void)
   {
     static const mp_float val("-2277782962749544647786193093844710000584561145527861043594866852071596440076587235747852022645695523676561694856919437156369375152041285055935622032497285897151359345040171955786899011718891877065760345722163063921177723102631428767500963315657655779698470644544064472947");
     return val;
   }
 
- static const mp_float& A000367_117(void)
+ const mp_float& A000367_117(void)
   {
     static const mp_float val("480867224771001697116513683699011649496855159878152931805742068517626950204279499281932407966997815888727039144001177194783700618900740782637516562256421883686495287564849123342843286211825800198337962453448529082007644439295666002669973893196613894216505936316966183107269");
     return val;
   }
 
- static const mp_float& A000367_118(void)
+ const mp_float& A000367_118(void)
   {
     static const mp_float val("-321467133590936589398380572003196190798000628347443663674019204361034039315014370869884972981404460888272855773233080186485230316544246541168364468343631969225480324799028067015621769939718443419712110857965409179947456994970687005134042835903494172569465751671057323145801");
     return val;
   }
 
- static const mp_float& A000367_119(void)
+ const mp_float& A000367_119(void)
   {
     static const mp_float val("21954828084819816230623427376391154946628510524415478471365831649487269438565442138452375719697629394886161086199009071745032148355699097673730377547354631757000924688032674454208386076360699273002129330161098228962653466112032300056534380609136268347425707537340996253935261001");
     return val;
   }
 
- static const mp_float& A000367_120(void)
+ const mp_float& A000367_120(void)
   {
     static const mp_float val("-212191008579182060478563837945461872287372869333130175188325135660897759482730035448146388858205966593247205572842356279587190846758925659038643395344396334821348861518596112373605365460921821915409949436456394757252173113308288776951844012432992719925522001911419529928297005743854184672707");
     return val;
   }
 
- static const mp_float& A000367_121(void)
+ const mp_float& A000367_121(void)
   {
     static const mp_float val("4535049728315239205021018362829154800039522502549714840841943960634084990270225535043892135549408608572877513963384530325758104248133124392959997485849004663162061065909846598215984547677506961593292880902830325868627515047168286738527241360778218692535254144583771935549805772798793");
     return val;
   }
 
- static const mp_float& A000367_122(void)
+ const mp_float& A000367_122(void)
   {
     static const mp_float val("-1480677868678810347062135814574727890490996459903153909612611791768134015908900253197632543925157559965099005581639883558125985134242978146873558628010545299879178299856929100217178891524159543673803785481607540954533057560554704283718320006046424881681934129216249889269701182688055001");
     return val;
   }
 
- static const mp_float& A000367_123(void)
+ const mp_float& A000367_123(void)
   {
     static const mp_float val("262668605206102118430195944953058387315319589613263079853189811674338644589939356676047394737425651989092115424635212785341601958591806782599345416064945113338168378810138043832891536358769753916174695061208903056552776976154338169779827414504134808495078925108569042616724875466536400029203");
     return val;
   }
 
- static const mp_float& A000367_124(void)
+ const mp_float& A000367_124(void)
   {
     static const mp_float val("-3507445546375253318342667741949651253516986113349672180095468758145505921133172244240023419466113277413785800736682458966212429373095894934752041434119711352215164597094886530278429206637066302031501412499166263642447542289785723225064437740655097573160922291075175522551466276032634749948001");
     return val;
   }
 
- static const mp_float& A000367_125(void)
+ const mp_float& A000367_125(void)
   {
     static const mp_float val("3053985414762198703102020975667535181880294373982570358384262712216099013630127381226064671248970168701164841859177635139561220373102316273710980757409295039231697360536736113380473515993580188204966808323201772081668695321316425977503713933894934399351348240918411922863059423248058823372368106375");
     return val;
   }
 
- static const mp_float& A000367_126(void)
+ const mp_float& A000367_126(void)
   {
     static const mp_float val("-89774288871630307843644520580598652632613559409413344033893019938898862113876440183943307724290509165539815764354254584162176909463971675189351699717189454959415964995262823025743004001915975128242680213612581748367743077774468104545056300803334120339537905702856877606246855867891786763741486735368783092237");
     return val;
   }
 
- static const mp_float& A000367_127(void)
+ const mp_float& A000367_127(void)
   {
     static const mp_float val("2884759276650094186013272224259584433367802183845217969121665253431996536437413850716488026971480747022580182931940812035472752343853999483816456012957551120812115224018480617695398681102870535795278832047330709610952952566962354787854087985127629191094880078635434933391568643930279007460403102076327");
     return val;
   }
 
- static const mp_float& A000367_128(void)
+ const mp_float& A000367_128(void)
   {
     static const mp_float val("-104203435297641800915507592803138769896333127491490532929531166632958450572751929026080533456531382568746630428805839898606131705503722712567379172835813497582706763790263297372586804372654090271412733654409742029405259156130663560412599913831518338400385290760913773448329773518728092595019422753511174189569");
     return val;
   }
 
- static const mp_float& A000367_129(void)
+ const mp_float& A000367_129(void)
   {
     static const mp_float val("56081693586889462275051589447484617682656486262465693822181172785524218338951641908717980184709547885060218908068568000776767834360070429300833879662707069272458173745883316346369196270761641325176838738153606175963665383216626724969370509650128327157862121275587666040290047452303859942885949047756404247033");
     return val;
   }
 
- static const mp_float& A000367_130(void)
+ const mp_float& A000367_130(void)
   {
     static const mp_float val("-5218507479961513801890596392421261361036935624312258325065379143295948300812040703848766095836974598734762472300638625802884257082786883956679824964010841565051175167717451747328911935282639583972372470105587187736495055501208701522099921363239317373617854217050435670713936357978555246779460902210809009009539232173");
     return val;
   }
 
- static const mp_float& A000367_131(void)
+ const mp_float& A000367_131(void)
   {
     static const mp_float val("6225500408881102797510043328034969466304425964851480796588968345345616249056035479080489691323529597769377127237910326626106353639640430862662758276037155818313797361926063056784629357346246050085674910484712331211955483400507386944492614175497512823803191508029088188458205305675244351279445756172428826335261196513");
     return val;
   }
 
- static const mp_float& A000367_132(void)
+ const mp_float& A000367_132(void)
   {
     static const mp_float val("-2597900408162896058710572658949818524468219266931291835479959418094890120803707468900281325124704535527442908101022615930505212028093980003061941163493997948367473301269937152541190254678821414979800759785215240308773060568770563333752614741579673909061322574414039421772773951907381124389083123642187877106727324831409104559");
     return val;
   }
 
- static const mp_float& A000367_133(void)
+ const mp_float& A000367_133(void)
   {
     static const mp_float val("74333782054653889423743469213152655799143173104421681719953140280099539295673341397636592724713785397334372991707306538931885461890982390991361955644690371434518008626267056713898856350449471518770634624568188698734199687848634136577815884007651660546155376602651878199847336975669075705029220024942988801596540479832623");
     return val;
   }
 
- static const mp_float& A000367_134(void)
+ const mp_float& A000367_134(void)
   {
     static const mp_float val("-181215287752963297591649028858266281596159320543301504003425598637697061538040522696126018237983659329700516696739148841351912957174525785315414144429136591554131215700560325949733256954674813149699783016318415338094395743152932542723256830883071638325957369194991055197776850603497527503600109515880553950890416293966947553269");
     return val;
   }
 
- static const mp_float& A000367_135(void)
+ const mp_float& A000367_135(void)
   {
     static const mp_float val("3046520935696995573515824242272701117754774305790084108344788704634810391537752246673386049133783821395486096239148415641722199623177956366799133314531041402021345562799254459886856571341036470447536143349353694309187363616222605848012490292828963830868021774140963898080446961958927794750526681977409210580806334902707423302910890705");
     return val;
   }
 
- static const mp_float& A000367_136(void)
+ const mp_float& A000367_136(void)
   {
     static const mp_float val("-5389479287019828859012200442343326192355509012382167997444221939499202340581932428533725140323939479047999949436682248001244967154707104896269136682582392582110484972339408510822230035412430172890925658230152084954903826143390588854318458185729506889417244891371385482660658834892925089584501833253476537744400283864408173645832802729");
     return val;
   }
 
- static const mp_float& A000367_137(void)
+ const mp_float& A000367_137(void)
   {
     static const mp_float val("876921640102601760383168273082801324788039055564836901409234298002253995782034121007322766508391364331313364222035613918206397636790569250311165509441010945170696883786500399759308075144882184008248023432975450281978336106603716700929424210717924897570827498252893067062775490058563356806930680935200945326351681714440032862515566687");
     return val;
   }
 
- static const mp_float& A000367_138(void)
+ const mp_float& A000367_138(void)
   {
     static const mp_float val("-1388182772753480224524259543538426023294781120119840766760993950456297256537536762358314128425435909635398077811882539199662711471185655335807263675649242817349083277475519035786895107126764049407549359856712249235123586468592541328115099760851178135792262280438168965402774928136789551166963401124472782522202058296880872854126156007513528607131");
     return val;
   }
 
- static const mp_float& A000367_139(void)
+ const mp_float& A000367_139(void)
   {
     static const mp_float val("3288574272791325983707258196648395370596305758341699742238893225440550539879910098002426164478935667759666907669638986616709137799200377160559516125812795457124992507785560266265469172399329113247421069765604730822849303184464007727659407021486798188927253139176046166778181472669994161900278671855691024038916704559966546186751742476372279");
     return val;
   }
 
- static const mp_float& A000367_140(void)
+ const mp_float& A000367_140(void)
   {
     static const mp_float val("-8490228242595311199119920565849009760217791023572798918266374350550246366225435144540895862924269878096526376888988896473279190955432566511173411205746712397692187887537779437718173050158951105924254322875775498449791436769311967741327489636985694874281460516082075289295724305512800386456299241907049270636679469815489106102786158831873003971980149529");
     return val;
   }
 
- static const mp_float& A000367_141(void)
+ const mp_float& A000367_141(void)
   {
     static const mp_float val("25875593499348128833220857256544133843109199942629172661571575831896009002717379314993110538912888759932261638883397790531299585084426973156913779915781848556311555818927755071422637872741239146696501724664788565419251002500248036396312656297993421996811407029386847063439782311617981818206546311041142991312322619717261878315979033851316268092742291");
     return val;
   }
 
- static const mp_float& A000367_142(void)
+ const mp_float& A000367_142(void)
   {
     static const mp_float val("-132959963583526612558423182997702578242047892089625754241387587021938995020766563989990185987109982064786136276402406795608981540644133005568845598733701027267134930895872207756078937107416605123323092749911180763524271940975157312568091937739185681066178901105822385739566191012805835839265694429000135104051173197039224461050364993416415448157657001");
     return val;
   }
 
- static const mp_float& A000367_143(void)
+ const mp_float& A000367_143(void)
   {
     static const mp_float val("1262786340764743836543650366374180273258073609841543441787781675688541881984249268360325012510167918286412665710785332495002470256724535451201518584261363284544626088778140281353574806840036456927404244048497506339393258324386379574048562781825209799628261527492591555049229691481538713081331723845462120745928641410668923052992096071568118182416749081409");
     return val;
   }
 
- static const mp_float& A000367_144(void)
+ const mp_float& A000367_144(void)
   {
     static const mp_float val("-4426158122015997656918081228667589801499808940970897924307086870252646875948841652238923933674489065786806672342321537012751674084821846458685429618183214525289276658012594349154796284960120596423811831259041410965661717709958659062147534583171671141655182016580199364485449629732438469542501153689517957906763036169880300563526920600913900347892060168169080524563821");
     return val;
   }
 
- static const mp_float& A000367_145(void)
+ const mp_float& A000367_145(void)
   {
     static const mp_float val("158378960459933745353732673983377704622086418682000111407542005580986544145352715435649528631197645211762019722767661122078958064217177336225880988737955740461066476486097551548991955116319546315427449493825430704787375985685635337262886136570504412827663590990198163434342208367501561777230870660164068668650416176368657029205310526817730948015526849382859712055");
     return val;
   }
 
- static const mp_float& A000367_146(void)
+ const mp_float& A000367_146(void)
   {
     static const mp_float val("-769496271232217048566454403451119653773906354892060893481293713784107951847019857310739767770463076516560575249619621659718985646126964039659981825577646225301189082287264198134787013538174178383958494473734277012586809351930781277345290942985827690026019144748986116319143448962997698665018791994064217597704711709748695678908604180272686662449493086793580970828093");
     return val;
   }
 
- static const mp_float& A000367_147(void)
+ const mp_float& A000367_147(void)
   {
     static const mp_float val("344977368185637380304333898730614153996525419281986770522385915720139215554847760949870834982202303432587625997234795118134923343663265548204594792841811439303451011251437993865656175552484850145014444202587617378736472160288579064961864004275382498994164923679644150818450558302750885234058860046684381556954878962153088786251490404112306387375170114820733240249707147");
     return val;
   }
 
- static const mp_float& A000367_148(void)
+ const mp_float& A000367_148(void)
   {
     static const mp_float val("-1888575590158495996440108433926788958859450449505827069108529221911737605491094242128180304966356165162290173103044092702582217959772178183606221416867140355106476799094653551123469827906281690228047604677838808485752658196964935031379587556530427680306537879720377479310817318584744711522453387072627648438830200285728320936098194745411999104991803838665658699650727659349");
     return val;
   }
 
- static const mp_float& A000367_149(void)
+ const mp_float& A000367_149(void)
   {
     static const mp_float val("5683175611528696607080062478072501820703250802520963611339740016328084145085898175251616359343168595858108624167762131679681416977895536025003761007598913177279789271071880600643885302907670572288368816385439218707793725555126269377090645484013184046265389329719449523663221529092764894703813815177897980268745011893371899061378940560801507189664711567121796987700152153839");
     return val;
   }
 
- static const mp_float& A000367_150(void)
+ const mp_float& A000367_150(void)
   {
     static const mp_float val("-1863878995204859011995045341848156066182191846635905937518715320655775958174360523134990756922303410810482600528769479642021001218415879006164302955370460829146434807964717737195356935144151583424833154250047747433575584999029126775186293388721514970183351129809976971603227633930434923843984829580311593372565398574762880028289167635570012415606941367995702212211519561707046505473575241");
     return val;
   }
 
- static const mp_float& A000367_151(void)
+ const mp_float& A000367_151(void)
   {
     static const mp_float val("29732914652005326308069038299046877228165947489285775398232775554326821654997284254954541436759755619186929818878962419179787160694148360451817997811323189321730570436847238527392204080083670713746104123180927363450365552833743396887002966884296848913481132785586683120732369858597153076261127975076406564459518695821788635361711463230165952857117226399909961673058570176834883271");
     return val;
   }
 
- static const mp_float& A000367_152(void)
+ const mp_float& A000367_152(void)
   {
     static const mp_float val("-5896752302971586952817880137553548037522952101385717862219869597959540714708235406233632122536677446426246295692119684486036889235399687553979484886254426933587637080451003789769961323298135257953657891721726854085498886402779031921701364180427128346719739542203363106920603436185256970882544947794042043194815113693600814746189709447821507079960920412101317160689806936226622681106017");
     return val;
   }
 
- static const mp_float& A000367_153(void)
+ const mp_float& A000367_153(void)
   {
     static const mp_float val("689735739192864790938869842200448522491622174065530181755219067505817267965189978776569968680399983089600630968341102178380777713630583306140103562669027424552384203113812510243331805627699809267240054344772443480095752572066698167737729190346148297831547431732607091731942172905658944645576233950351675859756367833238423434368779109181349635099892383418900862720397266277623080279813067604999");
     return val;
   }
 
- static const mp_float& A000367_154(void)
+ const mp_float& A000367_154(void)
   {
     static const mp_float val("-1310028313878567907114692495908315703121191755911131111984360268010339291958527789632281425987720420051304810543373657881574797353695997625625576992435250954115647419075544944736054854015711074248873686155373327776946348644567049129984144807198780234107278733859628145334731952115798551768101817753443736023659080348249001450368140437083583099127029870537678245450148711191680759214684176445667");
     return val;
   }
 
- static const mp_float& A000367_155(void)
+ const mp_float& A000367_155(void)
   {
     static const mp_float val("3260606235276851195099437047707916012280054709370077715052312896011476347066426313756906147929976324639617487079038182718315850586912998681890040154101217023601746358548442139356881761209491879344448144235471024519916730280314406401197057752850694124801781598205133338269426259564611182358074475139266646779460335469700559434884540406485299632013344690352700850048935613677493364152601347478976955");
     return val;
   }
 
- static const mp_float& A000367_156(void)
+ const mp_float& A000367_156(void)
   {
     static const mp_float val("-219310221923496085124921823808404575155215719519880743817262187359846676808720933963496193287320441312135479981243085410780329920552595746251706979452929554249409283208988310305531179583355242953344731240610852110199480347842183280905881606393786883347661578747110380713468900860626627458517735797820729101052113795399477516376330508889102106163067720003973339359314302749857453315620772706780505888813811597");
     return val;
   }
 
- static const mp_float& A000367_157(void)
+ const mp_float& A000367_157(void)
   {
     static const mp_float val("5831963211655227469096364047000879785191356939385161602680269994879257080042651495531334620369899431331189755049833242684170073167978643108706019166324688447112227778757784415956624614457808484212568132108937476630344240535741105415692911032767001030027558118855855057952089777910853586423077582781831060554157175555095233630076901455631073919888020711465283697536929732899568769525385745975473155407");
     return val;
   }
 
- static const mp_float& A000367_158(void)
+ const mp_float& A000367_158(void)
   {
     static const mp_float val("-23306762036180954707239902303733182709978468580325093149239040051634149745258544596562134540960231525935441270015799599621135682414015382311861534597843756730857227145200622246509066032795288017634942726754909458234645264430702930529842456653080378544365215066466596986953601385998432554535709196917229350478449221406496506432167664369239478872974247912601100426306339312275565475595669640092216631914518917");
     return val;
   }
 
- static const mp_float& A000367_159(void)
+ const mp_float& A000367_159(void)
   {
     static const mp_float val("28122967090195287981055019523746421026174611154606607881410834553821571195600077156388139504050817072318352135336014937133504488344591033637378875175488860842142200215544952457462251551728305545862703146471647483394138505742989863336231595764600339418866218322681285266901817977284569573044604541872422517736195703069383015638214571378546092320911382385141634160156861783095114673655212399723765743717305197851");
     return val;
   }
 
- static const mp_float& A000367_160(void)
+ const mp_float& A000367_160(void)
   {
     static const mp_float val("-3721822981147963543473628721718160389675395897437503779226807860482566691214705959016239951890193486758232537597591642279654459920857716018601998378015710967458002507660860624568924448328452560808376796224541899685756821793434321138838512925307216420554703983171171540795387100799809353390519107647717976213032752752815159815739322121041527686676774334782328158773314452206678687770745486976844581551304048486668867");
     return val;
   }
 
- static const mp_float& A000367_161(void)
+ const mp_float& A000367_161(void)
   {
     static const mp_float val("11947011202513683767723104489271471097868501873399758887514336934592822829976646702161909309680237660201998669294617552009638464244432709441651377979627696796385888263305915811924616794303093449550416640107641304231571552322204363229110497299236034396583681906657985198177302972578027688117382447661848083476283296893356637990999976607059658190271101386708876477455968880271181353449021120174672279118531405266405457");
     return val;
   }
 
- static const mp_float& A000367_162(void)
+ const mp_float& A000367_162(void)
   {
     static const mp_float val("-3.82939382669485144236796360534598641464412319414905512671323836952119988303258437755616398460277596589929462002816094820950422909819560424366194985971708755054074994120611502054649000917588470030719955157410740785540242420768677515572657924549702183455169967855380465117709578624959367223624074442219555371133295420494239988387932905159666464887105549892633441103312599531087315128477196230991623750781378887963394244733E+000000000000000426");
     return val;
   }
 
- static const mp_float& A000367_163(void)
+ const mp_float& A000367_163(void)
   {
     static const mp_float val("+1.80838307251539286213037013563537200013162679309314888077928764992882029376850859270752105562802770827616582970567083806403106857452761293079907898157867679112901521943879321373403686342611036062390075785581242602354115977490536551875669202650821380366878981957023415109458621164019663349961706394166147086047956000347487542767906175017384350968552835315182614668440553520650493613602679603036528823130179729566364761250E+000000000000000420");
     return val;
   }
 
- static const mp_float& A000367_164(void)
+ const mp_float& A000367_164(void)
   {
     static const mp_float val("-2.03892095573216670456354467587153929853466454883234459494041921103100468624488798012999072283348190699657499500627228377298955225171164533952982467467229572138744498976519709435662568627725875988752906388406344172946446669530481715487975393601336024481447017125531286042005245945659596667739616513230190662881830774445494493538883492510837067859273549449481241143880001310044222670488780473605710008450675716123843756117E+000000000000000426");
     return val;
   }
 
- static const mp_float& A000367_165(void)
+ const mp_float& A000367_165(void)
   {
     static const mp_float val("+1.64507402617612014882865140866663413858444125808139497240001550383088701887207196581198764512079310327480308111899113384034952018799178539400077783445223543411867488322718098218284092982079687391392270146095981067032374720432289322985638009843968659437557957583690829548884373028665004080971091630185556556976955941146881924211415993136891897784276903596652562839482572912454645567415562645581833303126806752992741294727E+000000000000000436");
     return val;
   }
 
- static const mp_float& A000367_166(void)
+ const mp_float& A000367_166(void)
   {
     static const mp_float val("-3.14047405731393870136073238990607884611297344032678777408390794685221172163370836250617251070663470292244709701778302907974571048210601705343631482766511605716990948810491808036604827336445912786362245344844818508147544202737098212011999082097604691915678402522477068760758560907812094567642327670866884913570874699009066923429233360649281797245463707911099569748007893039517095998922463865829612970953495017491550740260E+000000000000000433");
     return val;
   }
 
- static const mp_float& A000367_167(void)
+ const mp_float& A000367_167(void)
   {
     static const mp_float val("+1.05959450712139358561614326750678748291627849550191512662380413294068107407247886566713525350838198788534238121678429166419664041236233803606051817627731575939553790154021616196778501189528768078400811107009317850171384096998455082824610437919969197421385189475358775596537026092374519645052975059595487888618614275545703577191947383711761849232715855501325445057452043875112980841528855594013764288125280661970576229406E+000000000000000434");
     return val;
   }
 
- static const mp_float& A000367_168(void)
+ const mp_float& A000367_168(void)
   {
     static const mp_float val("-1.10968358518556750910569006059104612436322304793290197896476208195051113971187304256671882613201063543710887491006989203213468862095728086421327649757926706375373160032479060881414285316805050049998250096629298691714712337731033133063244894833650574221421335477496494331790029997128928883270452912343595756835759921082499027715633187483508227173954421007445739076452215234463953952029377612275096135644427285378787750547E+000000000000000449");
     return val;
   }
 
- static const mp_float& A000367_169(void)
+ const mp_float& A000367_169(void)
   {
     static const mp_float val("+8.71667613876289947152259213998641324359438367113245978510277002562210922288209180150151793852558736029189876363096736208315035600167649273464678134646229708161579214485318416128870291425640987624153304026736765522468963515580422620761261195314156252082303726799452238319359220112879725078451979791840912313059346932550771416018721541922207119333620480831014488368439858212426770461809324187079997350701358985200574078188E+000000000000000440");
     return val;
   }
 
- static const mp_float& A000367_170(void)
+ const mp_float& A000367_170(void)
   {
     static const mp_float val("-1.39969199374294532188729693702577000000465664934371179035889932037927222630615161871008568258760858093560212970955512057983700284904139662988796471588843837914664871339017278834524915750717069973487760152722966363103180527139199261072959205960570607504345672675033426810959288741490491658133099197637151741354653719448795255505120643394167214213806837785207626077991226383344774422283805854628774864645574223075309564130E+000000000000000446");
     return val;
   }
 
- static const mp_float& A000367_171(void)
+ const mp_float& A000367_171(void)
   {
     static const mp_float val("+9.99866869350557363722458479004395830847953169240152118030482972984856254139343285563059710426142001310818604300278555911104883557186325333153917124330048368249458087059040520529706556642732809436335612822769043297715578151918469336944179483860946506334004186007324467864842978559250174108263899703085692274142353761805113570952308838426945093917953996642662776561930695988488695006166233701104386823791719249365863288963E+000000000000000449");
     return val;
   }
 
- static const mp_float& A000367_172(void)
+ const mp_float& A000367_172(void)
   {
     static const mp_float val("-1.94356679464122366000063557526803181773780189986865586930470468471859228425694058504786433266248071070241357852997996746858465840302305980083294616549646400625576028335211891585990306706530443024292005212507923297176295319683924222692899007109181484350605033720455977537412753391449552230076184112225466977758107807474464786617907430190875882986119938092248435594124373282872567798564823377548279080286015910416480439899E+000000000000000454");
     return val;
   }
 
- static const mp_float& A000367_173(void)
+ const mp_float& A000367_173(void)
   {
     static const mp_float val("+2.35748150954047015750061383426778147376111170021891688845146255881245910883215587004762925614952663164217507306817544268998903832767678874032674806866276762686859664936770230725545347704885864836420622598430157374668204179638548021664582329680823828362162120638448973125051055526263788305040144520884339262399972582801116202897933606321412120878779459660750339386877371328290404824384630449131038276803863555856827022912E+000000000000000457");
     return val;
   }
 
- static const mp_float& A000367_174(void)
+ const mp_float& A000367_174(void)
   {
     static const mp_float val("-1.94695824492640851981992854003531231979402523115431228384694144553383388568488418593866335974929352892263135137988528832054474655855887008467102754354246526880124562963827309084649001469648129305817294522557324992018132173645306262902298168843323357732912745992876511360630017664883210987513988845498732688663688098846587841061988223759678115238048937072429525779210433250369658282537307704808652558394119817374908458732E+000000000000000465");
     return val;
   }
 
- static const mp_float& A000367_175(void)
+ const mp_float& A000367_175(void)
   {
     static const mp_float val("+5.02172089109637973079905157308517324166048351810351159422375337574332573514046742139861365117790762795398322755462389540876498686325519933386024542998456467504352201616875674226702066988781736776780983675270711591178536297327588046501114273115924942240089195877277170211145955479537604561876530663522061491492548171664129861255728492613537859772665546205365872403842851465588616941966018356565181922169705164734493393477E+000000000000000464");
     return val;
   }
 
- static const mp_float& A000367_176(void)
+ const mp_float& A000367_176(void)
   {
     static const mp_float val("-1.23595612458163473336102111542838674764831835495331502431774135351050074096606458390189947949855899933224956382090454659506523733852842909886351324966274684823091833542355636103776512914842749831251392589846063826895163366115470020631076054800071496634622909233303706997995125130120515859762839469193960001284685791277467069230539953616534532549898448827387071275667857164787765007253139087944551495091418632200084873394E+000000000000000473");
     return val;
   }
 
- static const mp_float& A000367_177(void)
+ const mp_float& A000367_177(void)
   {
     static const mp_float val("+4.45869588001267867904524148334517372764852692176040414939578321538477487766910195634438758738916857301912257921598085081444059552783094118393374017592783961746096241926858841239939685011047671843464779390679038465124395229271596498987619658165252867917288543464856867274202752925695113115455877050528889889691400313300031512006014327098936138027297016850729686810907035545615256137867617945870698810042470808115312986101E+000000000000000469");
     return val;
   }
 
- static const mp_float& A000367_178(void)
+ const mp_float& A000367_178(void)
   {
     static const mp_float val("-1.82495206046873904911888730195578392542742158189419165572201483058631713239993286310730007153547123494428248048774730112084356479245773939761215641940703917905251697491289828281320771469027807218413878501627758624421999344748799396051504258838307066367023610840523355688698436281986262212424940765387676142291868035163531302631798346492422887879603145311495645065447520976145138478990206297767011150982625525621516299935E+000000000000000475");
     return val;
   }
 
- static const mp_float& A000367_179(void)
+ const mp_float& A000367_179(void)
   {
     static const mp_float val("+2.36981464930893504322802139851626699592628411111024705468714562373236936184359114116421846576636459712777920335379063477621836359011586413752593417899197603105681460352445932378792454366478006099883273862981279429149811312127273076915557845317216232626859123747826538028989342009113243530964905487060439628524659079587516495492222868853393802686849471730531810057511214889218773379759921377350465287299000379375481876741E+000000000000000478");
     return val;
   }
 
- static const mp_float& A000367_180(void)
+ const mp_float& A000367_180(void)
   {
     static const mp_float val("-7.78920925563520089023277887716919839298513486135455047496265119151473505464734957690937635048394537294415972122421086877478533967411348994474171388256074145035237797802154822761617528172700015731068657547092679836095543042179681364991968425138238530710252585175316218097390905698054739393609117605669741881868029805237983772228322424502491583995084065878787104609542382045050185577023575049548616444750140539582676309391E+000000000000000494");
     return val;
   }
 
- static const mp_float& A000367_181(void)
+ const mp_float& A000367_181(void)
   {
     static const mp_float val("+7.15341102258098940319912343996707811685084551356244645540933308810413928160891724298276851619649551829973697033587181069271380692407132317161739109284011945227649892560360729074672778640720680874112214109997197387525352062913504682830983772725393570468326491083187300331970668449041594296073065276692887678729691114916079642579900288026881432235979137544823640729868705093774645241454622836223176904124630526882732099120E+000000000000000482");
     return val;
   }
 
- static const mp_float& A000367_182(void)
+ const mp_float& A000367_182(void)
   {
     static const mp_float val("-1.83994704284560509080143331178864945957306510140556362887227174299509178095001362725571174029770528390421056935974046932576176342016005988953597082133027382068622428496069759470765394837773410466578603762032969931215393008151616936600275278502730815274946735504403576344305962086433603582043712329571511656576075090172532431529161167197123508432861722744879905078401240307548330119307218087296592071881654022732677719089E+000000000000000490");
     return val;
   }
 
- static const mp_float& A000367_183(void)
+ const mp_float& A000367_183(void)
   {
     static const mp_float val("+2.08132436796701974026578645947003622483331056287355745054077487521943292103633640299040454986839202747859043917118863682964912263420747609368917895299528283537128619646155369384340380796319852058383198301591487844668907655774787107504112390867072793141133404235025281510895382567746572928950673725604338682612859326696437844619128850349843527450121343248512668807180114664932080245723088399660184314807010670380724658487E+000000000000000493");
     return val;
   }
 
- static const mp_float& A000367_184(void)
+ const mp_float& A000367_184(void)
   {
     static const mp_float val("-1.10725230879881321879568054811797526267115166186538309029826133137308115277324207270571040263441920262386242076342056949047866353534514266980024412370434220187359560062050493440457221035440089226046696014690219122751069156630764313360960761587856716000690131098571105908045239988081704908481660126863809763243757816063349431021332536632587298653399772920535661074013239670953426088742833252653499763654446938447050846790E+000000000000000497");
     return val;
   }
 
- static const mp_float& A000367_185(void)
+ const mp_float& A000367_185(void)
   {
     static const mp_float val("+1.05436468101926712183015966237342027981822548065378183914917892056155580681320203026900330529498978410421348989042633250982811992039971268918718464971168941583528038472099497987423279686033847352373713634524328902029631237087627685630315840422522565122391280523543475578415123567558920642396486080328677738780748081096335514622972327452414694848941788411853785238697682675444724646915348071662104156310859630089274744685E+000000000000000498");
     return val;
   }
 
- static const mp_float& A000367_186(void)
+ const mp_float& A000367_186(void)
   {
     static const mp_float val("-5.68689887479725062546595969356838834637165735244271465973763661719818022334876305372616004525159281805027852148201245862326874603338220561904516781074854464001778774464175567157110320552304558542405958683886544510802026750477442449914161921155240250848138122279301631232871455887057274294567790829683908770938979791609653239059931957062789854858964405956367751238476793459108450467141633013252245207107663259368956008194E+000000000000000505");
     return val;
   }
 
- static const mp_float& A000367_187(void)
+ const mp_float& A000367_187(void)
   {
     static const mp_float val("+2.72335219988441174665711644416817037788222316888226564189208490175239816964949116186510825827071430823770205468882164078844664808347805830968230876961416199262466469270666791566377066677591980435489655129480366457251098317170822303846655426605965362124131884076377822163533931299954525682197137509183234465716344628166664461061213432417726255707234519256021790376040458134340655641181955634260392208809071001560270930905E+000000000000000505");
     return val;
   }
 
- static const mp_float& A000367_188(void)
+ const mp_float& A000367_188(void)
   {
     static const mp_float val("-2.11448863259688474211368626409336057907308780651582311178948123307648749408172327096552874492037769749109885765035616618002492789913191133095823352815926474424950305532082585483413393187641974611474328489916863382427110986549311443047251485414372153709953470517135177735029061691740899442592315104849351444284380910672661312423942011226708882527720648564239583723740826159706855973869917371798443494955057001422391239030E+000000000000000508");
     return val;
   }
 
- static const mp_float& A000367_189(void)
+ const mp_float& A000367_189(void)
   {
     static const mp_float val("+4.20215232484149085158219849173415405489891098922983569241602779548148546741181251689236609534861967333749055028042598969140909285617702784689342787873864063319780937598384842703648747867883936235575961080852921211093650147700809742931981752992799377621501168553326143241007779172845839435134322891281282911736199769779343344890849053169766072589382951964445413996731875824713537702544435217008916655393980145141973517955E+000000000000000519");
     return val;
   }
 
- static const mp_float& A000367_190(void)
+ const mp_float& A000367_190(void)
   {
     static const mp_float val("-5.85016197049150516429606755440285431916223316191798033687181061470667150509536113671258201054717866226570169976401850360230659699699301963057743166370714339259000981058060988677132844370590538962044247092297537672905410985648312911796535010450651733583075122028847986584025427113069993778348629306554503407744980050377057969061170508810412927919930789637438916383763636475443274955653725558963454824998976936559504337388E+000000000000000518");
     return val;
   }
 
- static const mp_float& A000367_191(void)
+ const mp_float& A000367_191(void)
   {
     static const mp_float val("+7.86319796092893450554695011193950083791180965137235896345688770047999272024958639459862838236087144698807134862378170374149790360310062353830250324762620839643879732438980608407229360095903011655438122640893141975156888387279010186446870533894352899515156267403392087586823750614165971959517592904586972986027701098184536659472888737489727005807698646495449468172070719040780634549729545772084639275300568570302009860577E+000000000000000520");
     return val;
   }
 
- static const mp_float& A000367_192(void)
+ const mp_float& A000367_192(void)
   {
     static const mp_float val("-1.10754162756402172153014550168566972984876925083693264831143127544432717811904992984077240231351850620045442158975752476209437945003921292257289655906112174208294630503691959241009346814626779961417257948400146389011140929210993075671069409245612465372014808443841918963732454979635619634196765514065569765406021995951240364020270070411437377187081353045931837302854850452592893523482298799136698133585855070465304605235E+000000000000000530");
     return val;
   }
 
- static const mp_float& A000367_193(void)
+ const mp_float& A000367_193(void)
   {
     static const mp_float val("+2.87911488318660962082672353206827610413984544982589401994853067608661834988323324513908466341692945876059703666741371797853002147214826407059728607061685789318380725915877198087771183697336447022728991956882235888659007323457891007577518406036718857731183261488700561235440006367243962998446573535822653586553291070509424213270063526409629620505237062683825267741874980151807766428939026282896558562307089700264076891048E+000000000000000525");
     return val;
   }
 
- static const mp_float& A000367_194(void)
+ const mp_float& A000367_194(void)
   {
     static const mp_float val("-2.12991147880947573971537067247145364132920777752220091972964875702763685497676684837399056547596297942897220590885743914743943841163888423934721987798908457928357833682090724030701668183056449929356340959493890058920157975990605144754003513006656860950276684281585201054902456125782263083320640198748322382966038588499917419898854540922538896608927544367596359045207255197716227915678066256365685379089962109119824754092E+000000000000000532");
     return val;
   }
 
- static const mp_float& A000367_195(void)
+ const mp_float& A000367_195(void)
   {
     static const mp_float val("+1.03955441220430406099905047184293587166423823612952503105062119790467319025206181630607678300465219261613352777472349374939446154581613775167669116563736394493048382631903692742255314133010448329629034247650705334420681764871912900141730117973018290949463660679599557615656051706023584759269518272911302323897521884391299653877954374764999935825260459008934511892125710463944591323621114902453821635861655611589968733716E+000000000000000540");
     return val;
   }
 
- static const mp_float& A000367_196(void)
+ const mp_float& A000367_196(void)
   {
     static const mp_float val("-4.66695632025751781692648017848987870271938714890023252252791233979618871440977666385636214171998050287597080694576271293718014447588767799255817579948130158601920206002818530705631143268731979985413534024106223139525991962930549063535423989009021707255789079152868947926798749669926359814617149589320301348557522754717597013177160289456851649598661303715186366657739067076516593342256474616899699441312548496925107118941E+000000000000000540");
     return val;
   }
 
- static const mp_float& A000367_197(void)
+ const mp_float& A000367_197(void)
   {
     static const mp_float val("+6.40808912350356174378073333715330795309912947431801296035514496305956924194050478724997308276302531933458844716623312895516343306208024932183790655351844102967791249508631724180677304236114904329953319103713608769803340518450516179464461284806009110502342220743568034682133273443656465906102058462073733441986152637932219455262690498783033366796807895595451968974170018589790265173871732540219203496470134837096254721957E+000000000000000539");
     return val;
   }
 
- static const mp_float& A000367_198(void)
+ const mp_float& A000367_198(void)
   {
     static const mp_float val("-9.88721621966561148765332193626328913917748393420050004369569387264811916954171227259914359919204850037848865164209491514082744037508971240530860484708097053877150205636763184912072230284654133188476251192712353503522179553028584279607562867103486123224635715566628419901003148442704056714596051123460682634021450708898416970075304559322826006913140287024163107231474177559429458771319865998406103691924416594616474259503E+000000000000000556");
     return val;
   }
 
- static const mp_float& A000367_199(void)
+ const mp_float& A000367_199(void)
   {
     static const mp_float val("+1.01619003132155663199534215913886374023281804253492110488166989803190728169035211453457262211630841056114503434432211375276907228563832097081424714523428753465396668635584828350191568047516691169323227550857214608779387901814143411744215836301698022484098522147248019397667016267076622299047970087797064375788743369973032382181165739687722169700364895613737474076301103620208218196808542089296071120138556683484262445970E+000000000000000547");
     return val;
   }
 
- static const mp_float& A000367_200(void)
+ const mp_float& A000367_200(void)
   {
     static const mp_float val("-6.37836392102899987100889736245882339465660750081315394597463772253285515127634023302789056061509659428612186547534409798551352250807515994557623033743228013767844748759035357201470841469676199651664804361663249151386523131611584591474384405795632554144028686794686434437254523165897512578873435193473769624127965433533785103292276403259603548004343727774698904484600174619641521274110076496631988736911883028507765498511E+000000000000000559");
     return val;
   }
 
- static const mp_float& A000367_201(void)
+ const mp_float& A000367_201(void)
   {
     static const mp_float val("+1.17423983553999455219049751318236053503238758360505726000772200488305910255795814470494067428749230422624721284905998983391025044512592203212766543638823953866169848798193251300057957776699932592960622329147266422457617829171374287272312763285399416954358440327018623988988393431176607780378714053603130960577262099472015817743248125473787750109518440297265691774517522666191313087896013861873084074195816378819585090156E+000000000000000555");
     return val;
   }
 
- static const mp_float& A000367_202(void)
+ const mp_float& A000367_202(void)
   {
     static const mp_float val("-3.45903891842694980732015048493395694585324315959535041305307560112247052191695566497382995350601999842238087216796856606726685740102667031018401379661128901588441213462389670552655863377205636569450769738960088669615401516086233714003219411111793857968115791408542448654532635534101776458785227188431801015221049888308981666803079099223971749945727516451381541469207235665390844565364250294439462303313140081224224630514E+000000000000000558");
     return val;
   }
 
- static const mp_float& A000367_203(void)
+ const mp_float& A000367_203(void)
   {
     static const mp_float val("+1.70003857441113621055924711218201581479060969973774823543550655221015298985029713903581691625806778175064153013683952617568923683195904825491671562597778394848940698100060988046881674679194048284424046096930240621809667552628402886187489064670995742803216624905991737595831860741767548013712391467620520309900241319253287943675129083092747241525094828376937402590205346662298390862562643436019735148452642958172300132516E+000000000000000563");
     return val;
   }
 
- static const mp_float& A000367_204(void)
+ const mp_float& A000367_204(void)
   {
     static const mp_float val("-3.18268821678472690367952641359970352613261067423935316312625135469516217395381294839128714629790864646122696311597875108313589370510137848068555516473715235682332307763080949262669131513778719256477203343901233423138101383364932937892769246391274438233860145145026828827167093338865880475567374296304277379788912502912121648574410660679529719349753329363675265830688348759824744153091222213715437509402585792674523604891E+000000000000000574");
     return val;
   }
 
- static const mp_float& A000367_205(void)
+ const mp_float& A000367_205(void)
   {
     static const mp_float val("+4.70023752335086806154925750228745182505802165953221881187293885817790572703578909097576609259612048650107641573576773396406794198010755293758414058342000758597101515394269857927227651139631987730762330387103053323761608332245274551978437543782423306631259023542333183530627992031636037343661358260558335452109436639721004220128711197262809721530825527742820153163101076758847415912389873295224320701249956855854697941669E+000000000000000571");
     return val;
   }
 
- static const mp_float& A000367_206(void)
+ const mp_float& A000367_206(void)
   {
     static const mp_float val("-1.10407438267904044932245764047490655956467403301201804055276169397519662339870126339584313457491906311197933497900168985674580179143184483519288034989721728829351302082076181653629234077289541324361645793146743962432061954532467939669342647947267041500549169372930162989091086595292864023659159340080525817986142928310878267738085379972925255016997550744184165687877987192200980757565927890596616420003756118628433587459E+000000000000000573");
     return val;
   }
 
- static const mp_float& A000367_207(void)
+ const mp_float& A000367_207(void)
   {
     static const mp_float val("+8.30966056816864165219563221691255172504816245427194942775778460297239574008254673723276280782798993878568376502765275874049468633347470545478154168815827272595416765071482194437630416545142455883532025709379623773918422191234979559992742090527602639659473260751398640580101548381014113971979542275363074811349527026580264739170503267212543977947471780118824749687917395812884246155157646166836076504356150965742303158590E+000000000000000581");
     return val;
   }
 
- static const mp_float& A000367_208(void)
+ const mp_float& A000367_208(void)
   {
     static const mp_float val("-1.88406321746538358649682325835415560844246076544492383633508163564547804099213154896691530426404235719045836154467076874273276820185402062902437417930461531409317886771692493646762594583022318853261208951495220104317251070715910634256272720254460591674640338146619966553429024046780204638986663636233667086370843997297255922717850093318626963167296125792455986155618131625076654483870664013433299998182435119621095832650E+000000000000000583");
     return val;
   }
 
- static const mp_float& A000367_209(void)
+ const mp_float& A000367_209(void)
   {
     static const mp_float val("+1.77948829071244383748461224300047737954439245366393998814954157666837290036442548237545354559654248140762601235025124016956688571054331709927511568833209554328300942088687575803158770352778902946800416194092364129368960809507136675944946524355529271391513095831833834095214141413201872443533465259338559071060276534081662109185490926535115165429017697889522123426359409741271701359896235732490827288153220352311977810488E+000000000000000587");
     return val;
   }
 
- static const mp_float& A000367_210(void)
+ const mp_float& A000367_210(void)
   {
     static const mp_float val("-6.12691444939176646312327310228465298137050924839197112681610927582146609697680166934823871036164771257817975797941476199244006723291733516405510792078036326294278263348200699997135059121367110912233175112208137368839133519462520009910064384324451424638323174387328225828789233634042694073678158723064499570405433500399842594546962754568562320055097032453408040406548453529995338633728100927153752800133917964469919540488E+000000000000000603");
     return val;
   }
 
- static const mp_float& A000367_211(void)
+ const mp_float& A000367_211(void)
   {
     static const mp_float val("+3.70417641649773203811105792421530317349989434553176611030631322780037740921920903496806496686319103807921979015270437429241936687918394087764863038019578527638851481686403847480960464641545840936004289242306394237365086284210791291343989458767793541220855587660095196948191905734357956461535121861354233393019487098593606068830314737953863466706245485662337370451037774820208643752612698330292374600196793018724057118532E+000000000000000590");
     return val;
   }
 
- static const mp_float& A000367_212(void)
+ const mp_float& A000367_212(void)
   {
     static const mp_float val("-9.00309704889057549412703055487959300250691255243632314995356843469409197586598181836315775665695203810817228257767800995208832223406044287944134381117528642679552487333128252142131375359121793415508211496537834167452784284536412724329064314223405159310288664698829339128075019109308684058290006604682848685269913509631592635991061291910848588896849609801431590823098722376633326783362640890294817117428008250878447534568E+000000000000000596");
     return val;
   }
 
- static const mp_float& A000367_213(void)
+ const mp_float& A000367_213(void)
   {
     static const mp_float val("+5.40225378036603052990346199510807018158832443697480204250735647980528769665424434313990872758579010452107244811015945468601296416203994681028077935333710904631550194393763004260011111100825548574063403788483396960128246802587868245758939531860810951947380313150279879015996990630764008503734609295336446716698563835417186829599083092840489872534295498661581692604738992833247348405554718444514715819066290814050483578754E+000000000000000598");
     return val;
   }
 
- static const mp_float& A000367_214(void)
+ const mp_float& A000367_214(void)
   {
     static const mp_float val("-1.78631832601908536171004558032761096296603555642069337022466657948224618220000462860819307447255038425012723042570990636159393162920489265496945881843415223197089039558399046230412722134470564185454526546692168928856644009854678892565378884116563496393911506002791803756925372034984042436244890477408434546164564440123159575118382731762120541349243900708792397436983071602078285813659425066659156365690242457074462226267E+000000000000000602");
     return val;
   }
 
- static const mp_float& A000367_215(void)
+ const mp_float& A000367_215(void)
   {
     static const mp_float val("+7.91452428000395052990463674367408774641299277169449382275797418384963666743647706199968141726577699871535620647877271680371011363641725875016441804003162706216814077280766553803448788712737779201122868425785256450531121303233116813021906603098871081632396261587905577208955217566658493203885877312418398060846091120975165767009344894679683148265158035296420969642632188332444968324025169811975004853721487927435823390090E+000000000000000608");
     return val;
   }
 
- static const mp_float& A000367_216(void)
+ const mp_float& A000367_216(void)
   {
     static const mp_float val("-1.47505779907070690908926406436278903967905880575979328703613127976053398772185553182904836979275336476471526202077867053127871958689858345959379267581076922082984033386036959892312151676925212239146594434616886511800434731226005278346189290525699807735955670609548302870777798193704759001480201366969220331449776023162671623775658966419615822267535710003792590494380070037142639987869543490016560432887577451792307471082E+000000000000000622");
     return val;
   }
 
- static const mp_float& A000367_217(void)
+ const mp_float& A000367_217(void)
   {
     static const mp_float val("+3.74777948723013249190078483967036070262196995319721004950125135841911814198619011549356410270085469095562024553680419264421054828395920348232957623922946064229211025115849670614254096564246170554453262384472539133699367436058609043489926484940433001535924350976694798538284096205775504449181934303253795061219432435260009742614505900088509170788373024679338732454965657850652041060078316582665978147857775596653790453929E+000000000000000612");
     return val;
   }
 
- static const mp_float& A000367_218(void)
+ const mp_float& A000367_218(void)
   {
     static const mp_float val("-9.00243602303872329265137769673233267946975216990147426234959786986060151151172751639380364499251949168487224779118186396491935860170406603364241907178142227791955763742401028085951157594491451096283585992115113068460460271116279766996042964660386482546289139684757837536311357656096827258440550754675128600333196327419024011095140970691476996702539457631890804743573819245551740226370394323379320075679673600131892254846E+000000000000000616");
     return val;
   }
 
- static const mp_float& A000367_219(void)
+ const mp_float& A000367_219(void)
   {
     static const mp_float val("+2.68255361246337126367778228815259545045868431029437849645589178925638795843497414272945160749514714084165426561127725005493039810079480452517290207498185200717509668055892683546318815665341535697032808106797631781867079778636900617376382054640817598394038676153517033958597909974830544311249490853122270098045783563026899566057862076965478508567587449877041567729076139718636854981066664507897053160317558190734639340443E+000000000000000623");
     return val;
   }
 
- static const mp_float& A000367_220(void)
+ const mp_float& A000367_220(void)
   {
     static const mp_float val("-1.97154956151549804594528170778135872520205241882046921028710037512440863505288995852842146220614899804036360431491669210831597076631768236019456869765159793999294260860786324043644067058726389882590045500914804759567983746179984946534368713859104804496078924036828289801429087908262185896123790192838236667102003718939519317341137042208805894012372011387582879741134858189955668593897575408093677513563914074730352088628E+000000000000000630");
     return val;
   }
 
- static const mp_float& A000367_221(void)
+ const mp_float& A000367_221(void)
   {
     static const mp_float val("+9.34217844394639862121876161182125782629662966798874841047916685310521671553962326103991809647198275117953002131456853984058360472753503867675200497447364861473654065939291320525986944570166180778722315422080724702421323386482784126733369118721815203984881266971497573448614086191554625693617723971683850141789064565402372607797348631247017594179350444633051496340472506374723019936564961282558140233726105870589191017888E+000000000000000629");
     return val;
   }
 
- static const mp_float& A000367_222(void)
+ const mp_float& A000367_222(void)
   {
     static const mp_float val("-1.58845135682583637310050414378214595799174539534413035558457927180260655307343938945950776141757261524377755785578389794390713400424204955224064287421714210308705949074744929596932632241358688262813726174958748320025797188191224303535908875129465586234092629175800592249211106320935394054787272761311671502199224520443098879151573888801771623192883526328927129807622792528335792700318705689540933290598347707055522491251E+000000000000000638");
     return val;
   }
 
- static const mp_float& A000367_223(void)
+ const mp_float& A000367_223(void)
   {
     static const mp_float val("+5.28209885509128040714518844918737070776113976790847044417861486065523050370503309024768313307636182746179481352859499577280286958706885016518553652932142616657630240045555650852028977769229887492311638629018181531082647907342532515592291931500381946546168366737012953996398427116108826232383858541574771504205296861406357221185275870634782864675061934982893485901402090588484311752574650510906065640811404322762111072203E+000000000000000634");
     return val;
   }
 
- static const mp_float& A000367_224(void)
+ const mp_float& A000367_224(void)
   {
     static const mp_float val("-3.35099695603109510776733003851829391731202182334648782942521938802161744895931735058238382466170561455858825557068604518873136753578420607062177820597628852873650306589786151682755992901383524683547897572590080896485411375473481104390898156727683273131804735347968888158518563133946444270622614225242653995114517210690734092931583827817681722563540477728890442252305075108114827376346732103811421064009749431606057395718E+000000000000000646");
     return val;
   }
 
- static const mp_float& A000367_225(void)
+ const mp_float& A000367_225(void)
   {
     static const mp_float val("+9.39105557276537533708439611731455781771818016618150916127156105912944358939748508151301842470507147420617416663908235618145482944407249187787055206269405937884977095844232222346382927098990175046814460917151621964890278463871213037256971399875889422640315443736454623704693623448687831344474050891290575999649108540631352967440022518847124394585064156865971067040227096943080500189484292244044261855801654249436066126887E+000000000000000648");
     return val;
   }
 
- static const mp_float& A000367_226(void)
+ const mp_float& A000367_226(void)
   {
     static const mp_float val("-8.03678860032978963755490540860643475115176334382763699923937359545818908801222608744308491086993643180310624435731275509096211636848247527669425290581588853808406322385997152607659923935850716369950854217894327685415056229068285642350890079877711278718562344587074715061515078217242260421384373068872143319719392765430726155762551712476428722884142117151263453458539162040133579976545835310146374360398306278613114501766E+000000000000000648");
     return val;
   }
 
- static const mp_float& A000367_227(void)
+ const mp_float& A000367_227(void)
   {
     static const mp_float val("+3.68876510951903593959786317074508977015521801043266751209196096948205606480304749791711335395378622106620447360266215416790083735323006951553131505613624795519044102404320708564462639239792995000924445160289688035381048786725398149812361988544504781753910103380003537917513832686730720009389442465152773861321405832578561326965585628471618149969760751747696947486954386325750905868249912842495426514041322052136702614252E+000000000000000649");
     return val;
   }
 
- static const mp_float& A000367_228(void)
+ const mp_float& A000367_228(void)
   {
     static const mp_float val("-9.23125149720533778680528010662703536561423742473016010860492465173697618007579889621524879265422592203169098998993681442861663979900458559224851655210522874511560077209046961864994911086487443736487081822289849336458502792837455665276874998136092905829824320579449565672374816440378174873057908633563875241743127759347321130907707035989601727478906655055246954769897982807725638938958976528638515026394632213743570348932E+000000000000000660");
     return val;
   }
 
- static const mp_float& A000367_229(void)
+ const mp_float& A000367_229(void)
   {
     static const mp_float val("+1.02782563538126102508413750951856496256072845013222353952152694881735363618170265692858382882871743994158244987762266970742990693428855227829147151891382457095255323436878972460344283856731814144161565525767681218723995255421790894843807617837791022556048911674883988696945333769530978168445592814155261158108021694193019296852341689719506376253855740928753998066125689400939240808935891549697757662722514885923646850537E+000000000000000657");
     return val;
   }
 
- static const mp_float& A000367_230(void)
+ const mp_float& A000367_230(void)
   {
     static const mp_float val("-6.55076015411350995532251952032468976281834530933031937204434394691120639774531650048381244223701443894133529394475008790740584951342643662491054211402440695005691944743452409672335244801744629735887371024861742124557001522512126213561202797228419792215371833177653294508516961085108843787713487800891934198063153121443199171595929956342808132776228442199433376825192175718865692770421387217146592550186160388511019906250E+000000000000000666");
     return val;
   }
 
- static const mp_float& A000367_231(void)
+ const mp_float& A000367_231(void)
   {
     static const mp_float val("+6.36888658885589052901557315727024332985747392751005503244802979976675397327773349074380248113124968457448051653670739606434140113483168871652781295546864249799561246957096519581716048742198568078879341109614035666197614674515022810207552910234037372348299698326576660639014386096667011376490283647522704234214085370390269095365373807109861798705233949400843729425874395370913549860209060750769369033081150234380435180592E+000000000000000672");
     return val;
   }
 
- static const mp_float& A000367_232(void)
+ const mp_float& A000367_232(void)
   {
     static const mp_float val("-1.88572988301799749241127705615416162812212213841895020766690762649760470928083270444552850572643956114497215752611047787304109375175847805695151784532184851620320647579855705925496701761448465808354795813973779680808888167818764964700925538842134054390992956001669225520942778629366261309269472085949866705644243058822229069911401050274835800403163105897188918692416516840686738234446171587614205164199212128303162013810E+000000000000000674");
     return val;
   }
 
- static const mp_float& A000367_233(void)
+ const mp_float& A000367_233(void)
   {
     static const mp_float val("+4.13664867987222956244209355804553132010737311619873937552617773013514076367023256312176160835062661892330568050774492900833764272232882273128949537336490168744752502048943049241434525025420643944559491826884487174091266835019079457750298308269731643882842579624683236689298288625957015934020852065186333120537819299541510992711232749590370342660947186143661434743740645683801183663840994358198551336011498396150912151424E+000000000000000674");
     return val;
   }
 
- static const mp_float& A000367_234(void)
+ const mp_float& A000367_234(void)
   {
     static const mp_float val("-1.03110784171582925834346391191203069803301152693724835574305668967469760272354011299017295664859006303114326060072400434706502794750710048845059339070559509653738427255013456258080903668934666472097301930610763674223216550322369388413998637420436998154407765681116398814947925836989520074635968480325415440112462267849132258794016625368836345176127921014581293555695900561709635788415490431516921704055798925175209801626E+000000000000000687");
     return val;
   }
 
- static const mp_float& A000367_235(void)
+ const mp_float& A000367_235(void)
   {
     static const mp_float val("+3.01188512670574409973522039731799774332284237966284386701245748565406164428681036128926063056095855532173991462477799681429260898037617758622985941710976235577943559100259786932475830383970536995316845412258295246742979426181833225367398491810295210078233611825547244385629725708901995508766557190851612705431746456650510895626334976810141560416672624945285953742157497174172068239724208754377218814505115022247180573164E+000000000000000680");
     return val;
   }
 
- static const mp_float& A000367_236(void)
+ const mp_float& A000367_236(void)
   {
     static const mp_float val("-7.70937004570847542710916650565931789612450235859854061364164699012203056638918055135259895416107273426948797500232897203853071790393885116465171393875976673693385000879337198213556447794398434782352654738563122022624642967864571454383814267648876048449590603480115693689162580755992686116534563663816203506520969500954741353683081691871170841572853932684457019190727452579388269518761070066012225637906766598808889134767E+000000000000000683");
     return val;
   }
 
- static const mp_float& A000367_237(void)
+ const mp_float& A000367_237(void)
   {
     static const mp_float val("+6.12952292169890392422509409889449397535534249520258396707026864996049152742542554628612899465235974779561457672930090119328846836409835192142589860586599073773776319685962393963038203188490802762813787704449077187462862978005733804889649294757796800751981500316824639564346558434304319323788088163599841936858527382357472083749625528260149699708880312630557525481420723948112481931077760185178000800453453098222545233028E+000000000000000687");
     return val;
   }
 
- static const mp_float& A000367_238(void)
+ const mp_float& A000367_238(void)
   {
     static const mp_float val("-1.73794233423007364057178441776478220477329295247992746246194028033098955394598434863688615219916214324301023001093357893746330083903744204991166650812061841423746487587175286790822799578241212757499312100323647899801856816587814694250535160608651214203178715194330829602196319299830498255481024809653516681647938371069642056989453238492194899464534194575984259211778777474726825907276342679607943595029925764974686120494E+000000000000000695");
     return val;
   }
 
- static const mp_float& A000367_239(void)
+ const mp_float& A000367_239(void)
   {
     static const mp_float val("+1.38736748329237451706365474934079747788120317871624843969222035842450993638752664103925792499776549015462261382557256828901651664455343262119677887709650506063356203296293922665090066676360603460808284039809008707284728447012008490510310327211103838969929939606007204472641770113794896969220126392340549450464935158306469160755287789958752638917244223242248711043212927798168660478695941988170755018313199077763545432669E+000000000000000697");
     return val;
   }
 
- static const mp_float& A000367_240(void)
+ const mp_float& A000367_240(void)
   {
     static const mp_float val("-2.60129842310829381223212057111061370257368363088110994209783210171469302730056712182138015129951502330490102233258083872077606523121858844890402047543811304252232061049089493484836943970537007793238065981663974836249670263851555843148130892752008729859310855439288221646643681561112498182857066985828168478603167682513855683559113767894199068203603229202702727277325548667971053175237595684957360212993877625995723525672E+000000000000000712");
     return val;
   }
 
- static const mp_float& A000367_241(void)
+ const mp_float& A000367_241(void)
   {
     static const mp_float val("+9.90616118004405209547336756803741296643221987382321931721822820900299097210222317336001831102939236490395767769383589450743538317573906480157831910388399026009549363482047723522295682385225255084608513720106406633464966275709378145660935302980557499077874664887504148114522460257788204486783699727500508138689641080038916313291730518751063292404119140988768624151887967557709255327422581104429283482510069570158085040668E+000000000000000701");
     return val;
   }
 
- static const mp_float& A000367_242(void)
+ const mp_float& A000367_242(void)
   {
     static const mp_float val("-6.74583921974243806727583626605726893305001263343470277847644141353711283719144748396214643464815527720051176636837830641202715031912558545751272265963459158832678711777574436725109883048688054377892408030247686556398952252471378342025741011438575099484896341336771053946168596117603779433009583486087778261092733102095362575294914815257723299413552987428930625441349976483182063565793384408266465380474529520534826114954E+000000000000000707");
     return val;
   }
 
- static const mp_float& A000367_243(void)
+ const mp_float& A000367_243(void)
   {
     static const mp_float val("+3.69763997577304898527792056092078784633064579850215089906718927953975408532819407204558577594984146089620623998022051043813802512840569387856574528038951679028036813020229062675066916989178254799161955591299056486170972788431152654760791766791190599466061280142672740585701636947897534361260451582259758691868004875864277790983654375073056163053627813804545640618169241729192679530964042280652574338325670662894789508967E+000000000000000716");
     return val;
   }
 
- static const mp_float& A000367_244(void)
+ const mp_float& A000367_244(void)
   {
     static const mp_float val("-1.05418168738140963813161691085391135445598065791378169261647085514530537644216744767796635904185877215488052889146175975940867052403686733039345884755407780502211337155151276130135366864188194331564067386241198640208470590827183303724844114855975820337364967929014816200930710408571386143740702777024908466506956642480281869597840272345550833652557200792479799508866899639341280300673697162788952261804853628790825262220E+000000000000000714");
     return val;
   }
 
- static const mp_float& A000367_245(void)
+ const mp_float& A000367_245(void)
   {
     static const mp_float val("+4.90708060345718168482949551065008296976352341812156850912460754793773228598743021163789697895339848508047563198613297970895771272423084451586762411542433689884882582217920150615320261296412657655420294950882472519077107436411891314989684272827405143453664676299901282427746214002776016429289992734596941647026794542862610180682813869753438462413802302318288921935542654412271101075502309306996459972517715826132089736598E+000000000000000722");
     return val;
   }
 
- static const mp_float& A000367_246(void)
+ const mp_float& A000367_246(void)
   {
     static const mp_float val("-2.95710682036368660462889828594612232955924955002201524705248520206592222985898208468564409024643552663319217301279279456599515167727625150606450018918397365866826625510003837807762234721907229268939728260753209578951485832358379661753320905096937054954098245328282838820612002927999827875337943367582502020545668956501113411001279555402079055392887648432396357270387066730514118593546561439603919778742559512015901475146E+000000000000000725");
     return val;
   }
 
- static const mp_float& A000367_247(void)
+ const mp_float& A000367_247(void)
   {
     static const mp_float val("+4.83049520560700249858177567882399789086824383553406567918229500625907963552412466894489636117289385056013694632157195762896070359698773642254744021501072670210334726176330024986667395407197260672089084008686294716524294580787684846264392838844795172809782471928593994008782969148055489295860549520545509416900467263873853432524745078962055365592853439992861256734658389110188036769686342340589961430764533190073583476951E+000000000000000724");
     return val;
   }
 
- static const mp_float& A000367_248(void)
+ const mp_float& A000367_248(void)
   {
     static const mp_float val("-2.55351092222416989726941731939735187747162421782658772342790781542183062881904535743913453496070203477011043893060827276406622493289947521543729734223619990927159227596335212703785415077907697633574562763787265956264597246236796039155776439477004721066735935831184369600628941664023128671903765929314804640228022409674362869300030985090861317815538083359335752728883614027151077881131542879963858614862072575318992227608E+000000000000000730");
     return val;
   }
 
- static const mp_float& A000367_249(void)
+ const mp_float& A000367_249(void)
   {
     static const mp_float val("+1.09865122848151584611673560594290165754441894276368560548381912845497638546489943473724236724095238506744474900836564256806367057972840967346175127292454912528560279504541320374184423042635861675985398329422741182189709234833344612099575633961637349062044653629889016751770974632874287029915736629535639003257698478643655378973595019757875361471141167104505491430542529353951978597591329218845843547284003410332653298427E+000000000000000738");
     return val;
   }
 
- static const mp_float& A000367_250(void)
+ const mp_float& A000367_250(void)
   {
     static const mp_float val("-1.65963806405685572298521230880771342066586643028066718923526509931553316412209600840149560881357709214650253239428092078518579928602134637832527454090964209325099531654667356754859790348176199837272098442910819081455978296749801598899762442406337466011207033006983290297104826000697178669172291137497976329300335597947178384074157727965044194649323374986427142260817436887069719900107342620768812383228675592757482195884E+000000000000000742");
     return val;
   }
 
- static const mp_float& A000367_251(void)
+ const mp_float& A000367_251(void)
   {
     static const mp_float val("+3.81421608664672328845543092240346516340931381205624082299372843352624625821500757962198595520521720316210403043956391164900069215434786556671549407395563775036241203542775443967628108879629423823252684069175406391010806697247644958141872978060625152073182496722952917663297239218263778565156146246159564405157677350381662138593592582605967871816384718602359000180417988492342645684125372900392386161666896495551782426435E+000000000000000742");
     return val;
   }
 
- static const mp_float& A000367_252(void)
+ const mp_float& A000367_252(void)
   {
     static const mp_float val("-1.80067713294503916683046317750775458526637950382699115109296603403157644913387858714259646530524207316014415255996189807707809750116516392668862153256205378633231305158176416935755352265287418779269239640213014976280698799327713908439103203004637804499824966209909271412757523805158702871417470175538400461663160237512755478238474731593320458934902914714951693251510763594809509816461021091353620804154445042010052770442E+000000000000000756");
     return val;
   }
 
- static const mp_float& A000367_253(void)
+ const mp_float& A000367_253(void)
   {
     static const mp_float val("+3.40709266400088802120345253132185409750557477178001032314011524363932969576064150121689027468760291540350033088128671822652497356627945680040099513402366376630418955273249511312740296674093758504637830809711869646714541706476783773351056444957643674609304891231205614937455184753846785498530622168903106787212787556350159388785620880631669513559487753144782400316709603606561757570505655738402214846062751569020838680770E+000000000000000750");
     return val;
   }
 
- static const mp_float& A000367_254(void)
+ const mp_float& A000367_254(void)
   {
     static const mp_float val("-5.23308721788649191590629342488110346777163464354511715796256801575045908756496506126040717774250578355766947860587308759106715280045233875045181668142777380528687668663550575767482903597189698334528224912903780514321504498758935786771617250440986000232865116904810995805073837652445398846096830699656105455357201870213179789621177392738163008666371039269035770968525069727859783667781654118976402814708973359630930041610E+000000000000000754");
     return val;
   }
 
- static const mp_float& A000367_255(void)
+ const mp_float& A000367_255(void)
   {
     static const mp_float val("+3.32420693949363478414164527366994734270241721388456820192565765841197658711903129266061006566379082144239695694846518705844544992415077449569407788953915391070837640185929972714379661241689062944685330295283663369639489503742389501074883060605665901267498538668548304538452585558550477856576806035179547745814679447301970518594767371550177278893379477070742000027106534240294853153729533565630892527050658093610308083431E+000000000000000760");
     return val;
   }
 
- static const mp_float& A000367_256(void)
+ const mp_float& A000367_256(void)
   {
     static const mp_float val("-1.95740900302444340472133512465722873498892240903861053320855300215652124683096290788677337350823931798693608073483670699788489766503083516422349326794010416933735230838846364197914814100495969250947349090757223648905980795207103494104980824924431323317273911590878011997959999814127215028995114434507899470248626001681681426734093059626346895022984330857334326781018983541750417321363368056016499311247662002343938460831E+000000000000000763");
     return val;
   }
 
- static const mp_float& A000367_257(void)
+ const mp_float& A000367_257(void)
   {
     static const mp_float val("+5.98480879359201907125163770563923701266503475146823811163033537760978572333607098237828641802422568128162641022551506522839790215028962181225081005006671377313730529756188134992525981459221835869328406492413817955053764371317354907924051284765204436219802148169693513726291285575167597120604869943062137770433592994685888659952552276741279654459431249389573043267211778995061343305122476888434581940153542602509483273269E+000000000000000762");
     return val;
   }
 
- static const mp_float& A000367_258(void)
+ const mp_float& A000367_258(void)
   {
     static const mp_float val("-3.17106375413066202452441820896216706783904566514867326868891978820112213799358317097180836466207427423266664205313341609268979260421154862276124816443470509036970971206432573375298479199299516629560991002071123955307979065471852143834666287371604593409326412724024828697737299648426773625926500843881599898499333659931666327001202312501292521485179065535180817200067274983884069350965526326660140103752830189640165023991E+000000000000000771");
     return val;
   }
 
- static const mp_float& A000367_259(void)
+ const mp_float& A000367_259(void)
   {
     static const mp_float val("+2.73280120135903400796020253856496684011788906317364748953085333993961201260103100240458401853886188153815729448551782636694969615369921631309790968386191316441784908017981662481469984984167042448669367248157448891503875887451536439734237831153280451449416018604604766043854195342721279546881034771821254740522985524013298494222843478038262936400568637590829723962229916157673134572264808025853029183736196477170743136877E+000000000000000770");
     return val;
   }
 
- static const mp_float& A000367_260(void)
+ const mp_float& A000367_260(void)
   {
     static const mp_float val("-1.52387884286050393781150477405361768047445672066670152731386658119366924018549384058385693640759988242204691411870888556385308789881361353194595122419693229360543498293607033753453768103544362717196778910438725775297840181946895985224362889371383350182023182833450823836794914345191149211687613093403631815743771198585469857938194040591662879303590674601562798625480798936084158917658005327679315870514911912929995343060E+000000000000000784");
     return val;
   }
 
- static const mp_float& A000367_261(void)
+ const mp_float& A000367_261(void)
   {
     static const mp_float val("+5.28168912837706058300773133313257899555587106960109572593099169926084645995536010041644416988320274543220347636616930207795735994723115545688498750717900197870506209028410072401487019057548087850004588603237730873479814196999295434481931067137764962841073981130954808986206858338403526750137235752365371892579241900939848497390232913786112764562239393544911287045142382805501061932343506473618683674168767747900246746802E+000000000000000784");
     return val;
   }
 
- static const mp_float& A000367_262(void)
+ const mp_float& A000367_262(void)
   {
     static const mp_float val("-1.17480689361211447313166166251468009699623620454033000216107989040817903547201604849842869006326350982666775508399353499159203374500285888028447665181130108241126172167265986373064691330530553024545765476110712894561169729072048098673803229242910482386856970956568830040163881098991269512281296124417734272552022576687786356962609072212836896669778015016245778355013380888419277861827003621062644161968802514468533744168E+000000000000000785");
     return val;
   }
 
- static const mp_float& A000367_263(void)
+ const mp_float& A000367_263(void)
   {
     static const mp_float val("+6.24922331312776473211378904153389829248973306126285038561741107081420976896525537385643705333526763797786358447120246174604555658992998043496072157747024812232350202780442603988225504946101054051661947279251877978889787914507425007059014379105059050080892493923329971127871558484129692266997214231422939497821275958312524972071295653314997165691359417693165165197558722682436343466845938272292369295435336576723143069179E+000000000000000785");
     return val;
   }
 
- static const mp_float& A000367_264(void)
+ const mp_float& A000367_264(void)
   {
     static const mp_float val("-4.67265599095483972718278933168475523783428550742396333688414779951917543627373225495587981914224189549386028779823201457561108289890275483234132197314862596684079187644031367058060738289462282950384302571383870189117426693926813264671970581764456047034015383193363685212933612540975591669336555093182848799312108201565795537152843947354843400246671791395233504402439699449357532003961323388399012110496358565995637548772E+000000000000000798");
     return val;
   }
 
- static const mp_float& A000367_265(void)
+ const mp_float& A000367_265(void)
   {
     static const mp_float val("+3.68179084130108033985095887328772696251377269060836502878175175301074705006952853494721233805143659350788394383444664008485153297564060325151646939468791046065462025379099581934013897637189594098170444121512102085595038700210184656082324519543028478730870472059928224353110403475749162068959308964853515745542582119886368262939148932714883454159125405981018559182736663479140641055804518239895993418767368306643900420352E+000000000000000796");
     return val;
   }
 
- static const mp_float& A000367_266(void)
+ const mp_float& A000367_266(void)
   {
     static const mp_float val("-3.24561550264556753607699051111806546225084048437625308412476604532398007706689730128676641801751639848584567760329226185917518966629910395194646085838590821322737707096106340416256414675982889524753132663533855018312118352070855249537245446445328201795396886197604976282867367191682482071399428434107311261771776203016650715124304944618363732390092737973138714915815998080761234626713065483609283419162522821329242032155E+000000000000000799");
     return val;
   }
 
- static const mp_float& A000367_267(void)
+ const mp_float& A000367_267(void)
   {
     static const mp_float val("+2.02203592443382318805493733238894041423136824600003157248712707564793722249523940924419917319731730383593570903893201127791676225930335459563937215152097599122321983040851370111279627098644402158190225656085625295349615010489195534632483838741084857103115027840582413386981156988744758415055893392249827024037568148379395457320404504126018425351178463800777553966630150034613112995987777353564710814875733376572097641229E+000000000000000804");
     return val;
   }
 
- static const mp_float& A000367_268(void)
+ const mp_float& A000367_268(void)
   {
     static const mp_float val("-1.57659053710318169910161687459859213994652235989531694648577378571670653523276973278928488262224446898357639858718290602618434236427790737605192713447659369921998922227323309695934883527295148886756840874633963346533560581408179413853205831232143583052797977459137803092113451030028026836843583278943488574368404754942491451321917152655187491107244326485854657914147642617155036530075859040959418486498577640973681869611E+000000000000000808");
     return val;
   }
 
- static const mp_float& A000367_269(void)
+ const mp_float& A000367_269(void)
   {
     static const mp_float val("+8.57814643848300338009200992785326947766440616020465618611429950623955603331870073455542875289527556922804400078825525519606179834120259780530637463776262744956736350409688523399650178454699473237398234806711307081762225735691152727420532856014518131792862950363916722783399523099634936109162413927817936989852426039776480353369014079837119483810108128211085406552578536707936891138893207940711857696139909631969397860514E+000000000000000808");
     return val;
   }
 
- static const mp_float& A000367_270(void)
+ const mp_float& A000367_270(void)
   {
     static const mp_float val("-1.21713516092435981466310880809853215954107602179307964036374412175485616594967685654258993921022609350710652979400482990637917972259623287909171816727833412247675094822690262186673272947128409453556223591236039402046956692537553458081510664065787186099647312868733930685041444513179252986312272848993928871311715481862266654135396054921970083558391316485376731266982267477325771164100213764686565220745603171174916833737E+000000000000000832");
     return val;
   }
 
- static const mp_float& A000367_271(void)
+ const mp_float& A000367_271(void)
   {
     static const mp_float val("+4.69735149656321636903960185893921040596763993145508011382725153971536194479728786725431953740731937301649823776071317727813857007714907016790236795683658992834208704115160500231951703273969035330771734377816916876961930271053226483015850463595486869477126937192370524363970905677517189990791413883125879905099198194915182530611687738243906219069404887789829283921926628847250215997689445455228753722044074797536801543330E+000000000000000816");
     return val;
   }
 
- static const mp_float& A000367_272(void)
+ const mp_float& A000367_272(void)
   {
     static const mp_float val("-4.09290387023473775248835260647129861970758042011901661056499746406028216126982834198487752471014106649176794240098617857389400930953608525626221694384037343964702719118752298209027307440804070988372510063045266328653725489832706189871898791657973653618019014682959688096828231352596514169595826928309856981850745774527642819584555960181656273465218274925766212793449648123487204056899859517711924277445767485052015257453E+000000000000000824");
     return val;
   }
 
- static const mp_float& A000367_273(void)
+ const mp_float& A000367_273(void)
   {
     static const mp_float val("+3.44589764393589391335534826543323759824438183655539745711466407067057006584244413227867584582250231115659070772965174543160707843665500005378361324680634069646270818460321199753257940187433198502850448712588579195163094786907804977277550793628908645262356044096911425548219102925792564414105367440976797283010375585024048888000047152522371537226958866252766322649956789612007408284346285337180323769486215343205289664806E+000000000000000831");
     return val;
   }
 
- static const mp_float& A000367_274(void)
+ const mp_float& A000367_274(void)
   {
     static const mp_float val("-1.00577216525438629073894964685743299074821844351013020157194860391563347567826222134113946388960475452084715974373586883222702504354464859933481836016886296964132036093605091151368817295921147664928849635644543260571451609633458369690780007007164832656419954855369113833651507914760094030468581331684506230988874414273756630303489141508539625079111366757568175976238492532440123764773893390207243092596212965185060098195E+000000000000000829");
     return val;
   }
 
- static const mp_float& A000367_275(void)
+ const mp_float& A000367_275(void)
   {
     static const mp_float val("+3.89247136552178203223764022973797742321049133158248341791869183070549281748220529133168809869769313036565626444591886840439338085515376108236592266267689634926037051030555346433252425152994905885224375332497074215375975762723447949761135683016991031753935924053725251088595180672794058646640630260769511704036209840224617694138797843092621719133350908232645963288694029334531270462092810615547882979017423464403537591102E+000000000000000834");
     return val;
   }
 
- static const mp_float& A000367_276(void)
+ const mp_float& A000367_276(void)
   {
     static const mp_float val("-9.75977192977129544192970650724764848576506134325504062094637901875767520549302124093076093789105410791903046434959541219993537721512615499481903933786605571185404845366929535480569233620737619265309371961866080732579916323497252268232488658843559774857439670249414398057956781378936242015676220260577262396638312534194585068176577104251039387844697024097549912145227486211809185279817995439718199655701832662047663460318E+000000000000000844");
     return val;
   }
 
- static const mp_float& A000367_277(void)
+ const mp_float& A000367_277(void)
   {
     static const mp_float val("+9.19837274385564027108565804168805091879316978599242889907304637320299689877933321046930079211451569937589987795952943086943729605812867340752730202735145642157546758460115114580238782460597691880138858556875841569424962824745542414759852566985562912734749045106643099685895960056459267158137629157553840131662199201100001363654265148800047409464167938369568934612206186111290512337982038182481478102520055673865423358394E+000000000000000839");
     return val;
   }
 
- static const mp_float& A000367_278(void)
+ const mp_float& A000367_278(void)
   {
     static const mp_float val("-2.00236959417672346048093025133215743015436378354264638700063821057664807303149025404366997968957225856647006848966400672832144878792234307471015660886113485874084109639547040643508572407062196861032190670782305850921549328142516129794579607964949408458491738787021492038510574396499645665043904757108527596825269401924913334722794762920825962306133343271945672713924054844112278282377366485638417306370012923913998237678E+000000000000000847");
     return val;
   }
 
- static const mp_float& A000367_279(void)
+ const mp_float& A000367_279(void)
   {
     static const mp_float val("+7.52835934568102793554370445260143910880611601097157915554696373512184667913465638603446719962471806977319307424833236544349238863409988369187424824865057348415853937415228651087371710945701776553092016213764637713208194262769482670321055499087948216122584850796780678934924323562262299290446192476033130796967754491611823292435281568992868372478589118741120900241096717768616354293163065762904202849428294379302226296102E+000000000000000849");
     return val;
   }
 
- static const mp_float& A000367_280(void)
+ const mp_float& A000367_280(void)
   {
     static const mp_float val("-1.12492968073823684711774738153224306948744709158327560912740752202260925183204137838029667416811634088230706215480516486261217867228293317866955370574630754264136936545030384449453467373668212251333279320054850662454447147455015651243976291147154955229384580746995262512110694202107671317504361188408297704049671249391888326903424203422474946421472780077982514240335803790124495063169341656433542544869721537306557884453E+000000000000000864");
     return val;
   }
 
- static const mp_float& A000367_281(void)
+ const mp_float& A000367_281(void)
   {
     static const mp_float val("+2.01807188929302239436128204353151687220002078014799772144932644784384290445812404031969491924271622229551742667972466981453869159074990123258324464238581703441909514392713540548320716655131014855638044154848099342923182787577959710924153146109648037260826134635671178088498292746435122701336008681656814731513059453451418101294888410810980988243286680639127257012095424006472433427910653867127126717383230425677445389866E+000000000000000858");
     return val;
   }
 
- static const mp_float& A000367_282(void)
+ const mp_float& A000367_282(void)
   {
     static const mp_float val("-3.71239203652933989659346762070639740546356688176923082850132021477515364106997224211117548840777122975716261595728375100002611689254357439547228990043154662585385252653345600397025327433428251392089887739315459885702295781115390535551766860474889810175214554232275925436474311028923456844092893345772696077253526373330164808166019747485044149388763195736982053980233707130831220279234767240283571240154572443366724213073E+000000000000000864");
     return val;
   }
 
- static const mp_float& A000367_283(void)
+ const mp_float& A000367_283(void)
   {
     static const mp_float val("+2.33539928281682397144228763604675584426582129698587509237197645477617193438672144538618049985987758635228852250818157089951549837534430955113719241445933642459216372141884653950874840134705722491469961456522529082617589693998456963620858352860292319843195908355357649433794531419937783240366595403310433292809004747435067892014584550340146491427319452853235899859188695839724373253041805566790600408363217985778616020470E+000000000000000863");
     return val;
   }
 
- static const mp_float& A000367_284(void)
+ const mp_float& A000367_284(void)
   {
     static const mp_float val("-5.42019699536594677464070199727897874436531870035350062268232087473727511847579735692263068269202465764218942737468050394015986659382680882789942107668391889407435843512062194479055138074481635888652868174776319031417104857659349893586574317895622134031108909687003799049326835449031674157505675648926342527380650288462382210303042883227714594728538688771110586466441835776596863491967442835811153508228125448664602034562E+000000000000000870");
     return val;
   }
 
- static const mp_float& A000367_285(void)
+ const mp_float& A000367_285(void)
   {
     static const mp_float val("+4.07457278626421914346919290012023899660046160921100003409932578585140608152278895349901340082807259299507948110742863403231709578437000029689419492974640237519090408298054266448957637949889925788276903685552337398167952996484224210253645691379357264048427241221004554005555017479656644336413955812643566502459271342110850922054936916856132203146507399586822377449725073475078319539493149139756581392063978699870994091118E+000000000000000879");
     return val;
   }
 
- static const mp_float& A000367_286(void)
+ const mp_float& A000367_286(void)
   {
     static const mp_float val("-7.89234926341422253085971846760849325046100383265585519250468786674681319770916367671428214847821734817119018862819068165448127134317182065223048376744498149570148057578541140978457124114304769525095904212367848729923094706544671553165805558598990955086468233694684521490706410450323155090744193330337503423306486376258131340422966930381283826016011810540028978988154074090954172596523138592349259273954780646475583562010E+000000000000000878");
     return val;
   }
 
- static const mp_float& A000367_287(void)
+ const mp_float& A000367_287(void)
   {
     static const mp_float val("+8.95400754684121341894898910546469617644332933814331850188559653767640539346818102722140214683657010685297630629616265238247456436518906323838268053413457897390523295191735544768179846457776413058873275929181991419816676877840319399248846070201067208340714718639398485878473459856125312899645398761765633981763894705520773333161290044238341676074516262133581449136369970288412666516052824104435233936616954990944644596664E+000000000000000880");
     return val;
   }
 
- static const mp_float& A000367_288(void)
+ const mp_float& A000367_288(void)
   {
     static const mp_float val("-3.88072898815324690220780388054439369943305232143181967356376832636625839403926055572827125332825167566669195394262664225576841340142384071993179169154807276562441119957126858350479248089328600560933756237319997792672124102498270443301513929355116629715340878984847607372207469171260275759027089376026283251225143565954337829666059983178858895590519902333607481062073684353737183451873809519700826153254800692229053461790E+000000000000000898");
     return val;
   }
 
- static const mp_float& A000367_289(void)
+ const mp_float& A000367_289(void)
   {
     static const mp_float val("+7.64564043745475689625358233405220688346449276401730491614176918366269449102852720128326470141048958476834241654595578879175107639033663856846714075819049547860691296253223963906468772952440649621222427928986116778891639935242869463521356046811987293533576549569944872259726296583396840067412726753466757301412905378508223645639208760305284477836080978170343670334255957958922965667318495978076709299841902486488828740813E+000000000000000886");
     return val;
   }
 
- static const mp_float& A000367_290(void)
+ const mp_float& A000367_290(void)
   {
     static const mp_float val("-2.11045157551262585819880995844959667976490681483605703420141887602467859582726837684798257430462686792461994375441604232750114579386744889149458994608033509685925859056643265249763486644474465339561052143502178382377182363087755623908146533744525868610251381808924911221356227617887322143376601829043743115349580537601055092094202707402297340458911281037787405471666963765581908536161294969200347219474183743486209008271E+000000000000000894");
     return val;
   }
 
- static const mp_float& A000367_291(void)
+ const mp_float& A000367_291(void)
   {
     static const mp_float val("+3.89940290490505794145615754986493146603885403838146761497096955568805661752812456909079580602926520458383090509224761151055813552797514140210869549950389223803408828221104329183491015293692288940051537208877576130820766537501775709692096711114163151243877600484279915906875665406902743476876812357192062439427349983226159465035888538551319021049352402179695078939681361489292201387121607545745365222735503319646151560351E+000000000000000895");
     return val;
   }
 
- static const mp_float& A000367_292(void)
+ const mp_float& A000367_292(void)
   {
     static const mp_float val("-7.03816364948012488437828685510076931300718643976635036127365733000576498052271152084877988601773175439917116990138240793501414819892087006544826281865254823016937629234756874367469344876794426045672735589727108709267124763407558862556951457014989330706132748280103750376891696984186387550853930572098930901809400021066422819671812746430820184891745773799648109392630179484426378650987374227323034505624988422945337237707E+000000000000000901");
     return val;
   }
 
- static const mp_float& A000367_293(void)
+ const mp_float& A000367_293(void)
   {
     static const mp_float val("+2.44880150023689417851569872635647637024597274141996121710500373483959778134465362888553147153601305230433519724259816948413513752427863659546445392963997483728601960673580722140004104162696031048697888717780655734372514592831917140699091334720766054643485626137741080947808019349119679929259647219272744758193793203013470832331404795691778911098027429848059753960123828595665578844950471219605576709611351664945220428807E+000000000000000905");
     return val;
   }
 
- static const mp_float& A000367_294(void)
+ const mp_float& A000367_294(void)
   {
     static const mp_float val("-4.07676096824069796402509817445917748634821745414963766161974576002090849358593663694401003605297202558666159323985995344127987467925073708460859785988617048783598856991424455561132216187944669065351773070321496412513906145790161772321166337598493313515362017732061990635349221932925232524265751114732030907754602807278109829510670083818397163311811043450379402326864754800400102998198678941422063650040082323201192061859E+000000000000000914");
     return val;
   }
 
- static const mp_float& A000367_295(void)
+ const mp_float& A000367_295(void)
   {
     static const mp_float val("+3.53159933920923640148308058830731815633794363002599330815821655526863571316927710458029528268025536923713623477804946105123346797437149076276998814013435640126610340215264971119171698230336386230702822699227009108343756952768538458052170606383900471822908498298935853901909134352067918414327461675541262948939556957236257017619479099887927014779975804399420113729878704191899089806218149131127575967980609799526558521626E+000000000000000911");
     return val;
   }
 
- static const mp_float& A000367_296(void)
+ const mp_float& A000367_296(void)
   {
     static const mp_float val("-2.13691909634908102726983540959364094815670565461912801884534047250100215112527283374980445187467014026370053246060263794699977806550107922517680568810862647425019198313065251931423868059013995851329787899980528250433576720603746545992907871673410784728747081721385212270596601872859989547333460061909540326575715538935881389321567568295044674926563545024734188465345810436603208363399834583176483471993110687693256361629E+000000000000000921");
     return val;
   }
 
- static const mp_float& A000367_297(void)
+ const mp_float& A000367_297(void)
   {
     static const mp_float val("+1.03542095569540287363449206089017325853194627680282163948800616086890629518794422724881285683203655626550847419760695463389526152512158437330672247729901557178972045169826440757428827743249851212088971218823605220239284974222739031107871724766258393227003107694055957732789506340748065412389013087542761113817091641305068574175570965574213584518977258539902792488524648828199894745454936313586385963381306653252872757653E+000000000000000926");
     return val;
   }
 
- static const mp_float& A000367_298(void)
+ const mp_float& A000367_298(void)
   {
     static const mp_float val("-1.14020538384834865558282298730806944768408442602816245434773803952680564631047883262979673350022204254537018428680165192325286149373243573308326887767011429136922699778153104912665990053003674118991799280580350701640487583643638783946304250561839315889963979908939398102250041851491409233685646851041837081176306268576753102930670765071518505708028059236757351308466715782860670858176347736163833076475299516147707682413E+000000000000000923");
     return val;
   }
 
- static const mp_float& A000367_299(void)
+ const mp_float& A000367_299(void)
   {
     static const mp_float val("+5.80568597823809832578124741352398046253738469157310300880923830090677098829502217735655427384286541462959761717577774269137535788348281945001623929786012068523667997056243737086070884811171066353177196249012143660320814085524726253330855540340779807297626763674449884090867366392578629654075168666071772722250446910137390218680758926300904750289333352998515363226995502392862046964855445332874975013711303974152164947366E+000000000000000930");
     return val;
   }
 
- static const mp_float& A000367_300(void)
+ const mp_float& A000367_300(void)
   {
     static const mp_float val("-6.67727800009070016242656703236944512541202840041278778748015888086931972327525425567678383367811063943086641271500309243841224308460477877189076585203027347270069421075345009136333514648861096621866554107316700421284140369818339554165296615502010920453652312631012849105325008249049748538682046169186347591503936296434893579751730233669469275218397151194071680115544642515833439427749255825790220923064513451594298149142E+000000000000000945");
     return val;
   }
 
- static const mp_float& A000367_301(void)
+ const mp_float& A000367_301(void)
   {
     static const mp_float val("+1.72051484434633429029879815726275188794317563955613342866753031341344033041679152108940552587179229712250994831438280846711284337132914720502610874125147436068638092159966123358532560295884734434671194421180209483533186352652329779460450911016922412506224680900609591649352008176288343736045735342039530559653789974774688873538444492100576353748242573254256361628171389632303711912736545206245418646743186027000434150467E+000000000000000934");
     return val;
   }
 
- static const mp_float& A000367_302(void)
+ const mp_float& A000367_302(void)
   {
     static const mp_float val("-7.93638892481727174288930366134852917782480957671493505462348404631698112405049176965385529082133844008811169124999973475621432513709114554247202591440557037100692788717076421591159246284938242024665734501915857590616687801922267231972180807715194769272005928233785276416690800610614418567158255189478887423741208267694211616358898703905805409987509987260011316118333948616854026522454382514590140097213891092345517078329E+000000000000000938");
     return val;
   }
 
- static const mp_float& A000367_303(void)
+ const mp_float& A000367_303(void)
   {
     static const mp_float val("+6.26336803036570943788514124576273528588059915669303116584390011618625388641062356471332737254201757301896084326343410183488440625994159383097801211647635669508398645524280773043596760219901432534061781094371687024191684466731406730164469241586754916518859139143830433231372267784473846284706922822515388613447274418750078102895933591276829589772468176878062085367971772712224002575961826455103222517665130263038902846277E+000000000000000945");
     return val;
   }
 
- static const mp_float& A000367_304(void)
+ const mp_float& A000367_304(void)
   {
     static const mp_float val("-1.17131218036015293298349943413796038397113921334064061210664570356273325128634122273893131843083772574550426101095481310834530440821051995391633183257204158452794447859482376189653765932649197323849618746666526515323637392900311591003969786790312636032226042538028967443229786006932059050468607327927106421219616102086396792407476440329408418658380609184844533283584048178653460163780250238587684614738002264239956973885E+000000000000000948");
     return val;
   }
 
- static const mp_float& A000367_305(void)
+ const mp_float& A000367_305(void)
   {
     static const mp_float val("+1.42637530048186355537202018056468659986158777589784878595478524800658969836705042548815173409077614826372151322372861227514748817539254422997178173292910097926860886569247926508012320514148829314819746710281929190167260528864166680922943869406000800206370490891490164348302427305663830750342084969405122016764025562750829861072439054659712474753703454648722106637722322440193512953988452663711625757253874992651958305246E+000000000000000951");
     return val;
   }
 
- static const mp_float& A000367_306(void)
+ const mp_float& A000367_306(void)
   {
     static const mp_float val("-7.61512114615268558616050521682826955100452206329654950751100956954826787396435689109382672869518802680166134700532278115607648003561212170433436911493055931222367878835526747328191614154675339084827472888945165292800206578051812330222005064953350942021091697021054547805604281847791949362004789186210926453872085786338028843359663440898766829622032662706954603252088532887670428767446411488562334788900999244179564408369E+000000000000000966");
     return val;
   }
 
- static const mp_float& A000367_307(void)
+ const mp_float& A000367_307(void)
   {
     static const mp_float val("+1.17096288362548876962764174047968222016603457631943687341165324424053437928490542643812013606252012101373187571187373298415401220576568984300340472145305486540650806765537813487476645554743655508976999087302737724753731458246417208631642247190851637842612040713842545887489141146577175079374374476739269479868408465079333523725400389477627274360745691244927255890720887478094894041696923803015417589232337439093071899967E+000000000000000958");
     return val;
   }
 
- static const mp_float& A000367_308(void)
+ const mp_float& A000367_308(void)
   {
     static const mp_float val("-2.05783348361604738690420164064073731564130029072563093674015055904958384211568918919866369045545372077201451311234954018758975448306611570015330218347930963732493187812932533069826020002616706601725383130992104468333899657461363945081624184715592205367154958237914723285250072719504621265480675284939893277542602273166461108660536895596085282112546576060563469918057323800527056514134868631637352813690398329914565420768E+000000000000000970");
     return val;
   }
 
- static const mp_float& A000367_309(void)
+ const mp_float& A000367_309(void)
   {
     static const mp_float val("+4.70264084896834921253579065941496255260089485866270014303628287029496536092621484833778726679869885329947026300103418987990080507411462429220614450222194367846023657693268884688798641908735536121171966868861026232193237019817193473337188238008923662432751237463367033103193718153178301971304904486457756647001228162178299038336923657342738284926828143598861803949957686723525483884989861564070786286054991856832659421801E+000000000000000969");
     return val;
   }
 
- static const mp_float& A000367_310(void)
+ const mp_float& A000367_310(void)
   {
     static const mp_float val("-1.80467417366399984623173006427811276936371955887355025325471441485900767756072559013609085466678696346336410349349550324340212323840821189709757518901784202506515367536273232513290582242415206538006898614116856393600099548700749480811858063651955315325307277965877118489089243861749232252704875408616016210610463840985419165891699079978090815754589170286606052124701442537213776008934585972651678671039352989860401838986E+000000000000000974");
     return val;
   }
 
- static const mp_float& A000367_311(void)
+ const mp_float& A000367_311(void)
   {
     static const mp_float val("+1.03228109281171688825222174805257685458800311187444099552027068690944594949751058179546518147343327263041074268784793207596513816462044079574758046261865288077341830864416204984716814247932789228242942959167143059870360659576494229105147537846318527968725802880438916750977796977510551541840803820900357405504935693047802941338462515258911573199625239146117741347617118291438598275718505202181070366255162712677560957764E+000000000000000974");
     return val;
   }
 
- static const mp_float& A000367_312(void)
+ const mp_float& A000367_312(void)
   {
     static const mp_float val("-1.61777508036693406756882763189840513938945714554622967907594580182048265846776253800795087776861956469704195284606455579984442332174421911164826517296199160002726582841396570075936867891561089249830946666662595215629114693512969376758584947606086720472603299536997453157272529494724374455187985143125052416586831895050434793221456135896198781633913023733314676224308610319366314493685678964832848249957454111350599216655E+000000000000000990");
     return val;
   }
 
- static const mp_float& A000367_313(void)
+ const mp_float& A000367_313(void)
   {
     static const mp_float val("+1.00740821115071032236988177137087832169759039148696508123986270051763107857836811713792775736752109025145087028859072516694642159042741587381973363901123260354020584646886342000379160237896276917267011466235678294933081517089237088164800619708789805595236005456828251713664666594821125521299742340986232315157863947287772259003785707300960559202252654193938138796621839389455034326520284757451321329328327542459447083257E+000000000000000982");
     return val;
   }
 
- static const mp_float& A000367_314(void)
+ const mp_float& A000367_314(void)
   {
     static const mp_float val("-5.02392258429927883880743252192324483699124428647074485354516742055977953209736465902030154899396073440247607887201911017564110553061149788477899202878162032407555290509113889627298825056249476026127650629519150600936031582122915255546872199278098647934906948268686975283726214707058806061661576434565922139071864647982266550324837792450865053227353692191566657670038420567879620542311345590522241048099084228168243153368E+000000000000000986");
     return val;
   }
 
- static const mp_float& A000367_315(void)
+ const mp_float& A000367_315(void)
   {
     static const mp_float val("+2.36130861805015903585271460263822418962314759013154201850989440733856867875510548462204184396602232956408344415666630132146808087174859106734436237696353692718367814173668008096633341130113803415219724389120289056972491334351038721274200670832968458019280928412346294502397585149560178423594203417509082635212988027505368350443051390762549217600203771478900462134233800840305679231268250395573748564185177460700546708925E+000000000000001005");
     return val;
   }
 
- static const mp_float& A000367_316(void)
+ const mp_float& A000367_316(void)
   {
     static const mp_float val("-1.61480601991119960872139098347655578729996242690472666270001530415029170785003885249975617037841368359792185924320149490386646007387553415648323219283489947930493855192412548064368206496369758226250797552193012405967394487588123667191633974074968806111076160360154859278303705923698734157399846563493519023657751881201798155880328368983280361705192389896148690076027462183380806805325212228941682565722749765768287325498E+000000000000000997");
     return val;
   }
 
- static const mp_float& A000367_317(void)
+ const mp_float& A000367_317(void)
   {
     static const mp_float val("+1.03567698264680901251032958895806906917978143770984571499590763435926139516032703196676307713410005747756010864664874919021057850403984427364298868537514719164114566920401677617781356578869020588649689755584823555649278280036780754030304864493027030783191416160437510805986713960883277142920852377778641300851231159884100064191287884324580034818244107147708524479765744203673218935309991907568584485759296657933368664207E+000000000000000998");
     return val;
   }
 
- static const mp_float& A000367_318(void)
+ const mp_float& A000367_318(void)
   {
     static const mp_float val("-5.15811004103441148541248126605642790987852881023692278548078394630393487773817345039573686775570013991296502499284268273116530450005697321355170756157117634819216576859416744007807555750206564123345945059859098762304191439726892733183282998024326982907350442285108635847502503070155308631734367740441358495317173782209810479872193220498186148060491076183746841782621595931909394342667545383402356615476493290908910561661E+000000000000001006");
     return val;
   }
 
- static const mp_float& A000367_319(void)
+ const mp_float& A000367_319(void)
   {
     static const mp_float val("+1.48004748958786590090901624359208053523400710339978796765556974228150192366769813984565349222200601199426266991987460490062823033206220900044655300051355613281858351716351039529349908807687855378323143668032083486052313246931878622817505824784388581186354468610715996953656763581192424142937481790055943240912195655568950057084835441765731772170005316072401847692588867277828088895814147896816016214903575059093448483798E+000000000000001009");
     return val;
   }
 
- static const mp_float& A000367_320(void)
+ const mp_float& A000367_320(void)
   {
     static const mp_float val("-2.77632558619280043844042757218152172215303725160074243690095644410713654088942854557931702434743174183284605482604396424728159512851609464093377049017938028124369275789479452333355817146456920100977192281626881168699809892991252259463881973564584886762301473948132103804757357296717262235710487703110640127883184792450133581054267171940430555997845766398756586283471751734714160456381794250562597780739239031498210037905E+000000000000001017");
     return val;
   }
 
- static const mp_float& A000367_321(void)
+ const mp_float& A000367_321(void)
   {
     static const mp_float val("+5.30101742984986101675596501281127230517184653614748731286604110078913453061234324728141488687387239147336310235261599132644160886884453536531278381270385113740452742714766310669743695741428335663515142787664288789593979839136835964318382253359963635163013288646955590863433094259993125935138860668846114563900721828659637321917914187336458425717727521710855907200519037539495009314493167570128880856074173611515728614756E+000000000000001017");
     return val;
   }
 
- static const mp_float& A000367_322(void)
+ const mp_float& A000367_322(void)
   {
     static const mp_float val("-8.41885797317372629578963679982650365966726607151325078206408224665055512019968145716868240277366406086176839711445647475974897143325683524252443629995558150043465031695573231503193949819709469611332550834016445240940307713094563253553150233553875857658698561350973308032675505543613691256551769891781259223729486778175528460481971481988076185994259150006327733868291596162842255218166363811356618710311039373539950842749E+000000000000001021");
     return val;
   }
 
- static const mp_float& A000367_323(void)
+ const mp_float& A000367_323(void)
   {
     static const mp_float val("+8.43575774641832492462307455616657402616747724598204318206846473009372826224075699661222502636231418759611183708144754041068412289702127483419865881040819849008089511981316139611272630219114455680473144770863264803474713179920571366925698645232396779330706332087173299482278659883649533311340824364245230987213324182679524905717367547447162933167887776401329633943942555070484237279195652795521644895733967850138348880257E+000000000000001024");
     return val;
   }
 
- static const mp_float& A000367_324(void)
+ const mp_float& A000367_324(void)
   {
     static const mp_float val("-5.74437856145659945473013137192508638693046024644461800786803223145440131234385842121309578405935197436064274091574765689322675796133949134806496212200496397237993328693990851182172030180316276457260553036283123495530918617975043391229483265205845606870219724413712244819471888884231673373966410696567042410891691897497435490826909339623878275867635801407224984473895501018878664719420248056029832148913332573652401642930E+000000000000001037");
     return val;
   }
 
- static const mp_float& A000367_325(void)
+ const mp_float& A000367_325(void)
   {
     static const mp_float val("+2.13207101516393063527995051109614065588714632032375305741297087380947279185607221167747612665432765985409724531719977200987743389432427553186264156504454509460298309363129961205933726989656373749780146293041813067124519090362659648934749202925124628071405649488893984364477834232330874260319991901408664703870549342269915506924380372214129497744890628760788938445024485444849757261485851790749475103406043978369104589536E+000000000000001033");
     return val;
   }
 
- static const mp_float& A000367_326(void)
+ const mp_float& A000367_326(void)
   {
     static const mp_float val("-5.19385377400510417297449890307406779825406239888433781731530037975658609917131080595184311783459012680270541027939995345150053930651426429432859403296305744157699335869258871003588367476867001350384200265081923941980530787691551184958914370140932568815265309584801775538842604542793254486227268617503627542111675197908933566860717255477571230498413666967489029047428885591388485631413296826465014410190418908191659919583E+000000000000001037");
     return val;
   }
 
- static const mp_float& A000367_327(void)
+ const mp_float& A000367_327(void)
   {
     static const mp_float val("+1.20458032617654497798713657530989067599727386900061604407087831951236901964261767909221575058537398032903437226912453682190160958624189354786277134889035470928563601157438787265093229570426309432565374535969661144693634365857893379133475955759704769032558387228158594456213161708707164268903501053916950629413706422149631335877473183422090516814050382527265325585774113814507868022184866836613554118755443775013755558373E+000000000000001039");
     return val;
   }
 
- static const mp_float& A000367_328(void)
+ const mp_float& A000367_328(void)
   {
     static const mp_float val("-1.32135692923085674896248924730965676790198305787168678972647906642616836115797589919510956843728196478009299734541923178338291984398776701186778343249693195922565052228173007289377100873160357624631101278310987182508639915862032661960815227308837636008374343183747684666491443438458129626278161542466151612778314327108998260477847003119286671864482498377027281811014060246197719458239287398087734385897419511453683693397E+000000000000001046");
     return val;
   }
 
- static const mp_float& A000367_329(void)
+ const mp_float& A000367_329(void)
   {
     static const mp_float val("+1.35157474916999209244631341056946345828717019511151896321270499095964571244245925552131781210313706520111842560257740825002176046827949512945311740431518445703739997178129553389802800024326612523132348607597567149344707146116684451851941074446922595504392027616858410128369259461460775775610667069098860532002691150875105387210120203548514816549979524536436601708148301552218247591116898682487588830922645919063350960879E+000000000000001049");
     return val;
   }
 
- static const mp_float& A000367_330(void)
+ const mp_float& A000367_330(void)
   {
     static const mp_float val("-7.21027735574734905311593272535052263170913705550675327483757403399032649598255037164705628599635988985536998648506236862643833742269113977373445543725504880588895581880624192819386436804539010749121947801611989965721415514591338675662845404801773209084035005656814402492109532693225427692914662554757035327313494621048294535307956285380784966112059149468405447442957971352198512216812029015451836519407096539737786411556E+000000000000001065");
     return val;
   }
 
- static const mp_float& A000367_331(void)
+ const mp_float& A000367_331(void)
   {
     static const mp_float val("+2.50451698029912838408457623101765465232644800684678386761560295217118180604152711820629608350891589060324032103041165575575193630978794684897973294770989641283313927322293047932906096624742134523199996228659270579156450594449781182416442983695736151933514715692656520392252878040034014818222417330203679604736023299313173796589097392443926836719814637080060344957175993506238745612223829802109066214480065539533841221859E+000000000000001054");
     return val;
   }
 
- static const mp_float& A000367_332(void)
+ const mp_float& A000367_332(void)
   {
     static const mp_float val("-2.33202030237834826195141973015237406578664677108169910561704931112947685601080553713731758018204100142820923768818654131463406533398427442046206378504825426147529978007118890307165021511509030914914274402886220283032665423193312970934353305446768971561945685065992558434648424803347529095906003441247086747647019261194783758038639742923103905834849668099015199435958998835681560567232107441156898323535089587299941122237E+000000000000001061");
     return val;
   }
 
- static const mp_float& A000367_333(void)
+ const mp_float& A000367_333(void)
   {
     static const mp_float val("+9.29262674585833184261226118764680450798414198653461079072500387561308563419566264086451984914600409805390392393285521678181088611270903625015049874230665959425567114700124477061700071538201688014744292304395464120534644352084070926738191538902337218766583750701361784995658740140309963720318650280420236096975093441844816750051159834050349623134834802764462107351637054806189784982226795279715098837141475008836134632779E+000000000000001066");
     return val;
   }
 
- static const mp_float& A000367_334(void)
+ const mp_float& A000367_334(void)
   {
     static const mp_float val("-1.76805004369920457632290427908661323820944118897891400922077649330877469838383223856202072528048175148545928897783884353572896400800009759702189574109694647048569335249337336163134856104509906218936298788181647572865215299330045839832120019060826381946057577570475968155629140532990768798076669500689975868621290335434038959085004842022263183969551876006860201629876372798856912889310168565236475975914727200458559752734E+000000000000001067");
     return val;
   }
 
- static const mp_float& A000367_335(void)
+ const mp_float& A000367_335(void)
   {
     static const mp_float val("+4.41629847950038026716627560711552661610668047008030608880204822081377075358204989509635632714504527167389841135162264997992355490281694013389266249151213889545751821612060763652993553098466559165203869285939903619769752334429282412305232343499606881686457983516808727868145000518174856237601677494971996661167661998419170402298966187219541917757623780508117565684943170372152490951160045561373722567071993198265613709649E+000000000000001071");
     return val;
   }
 
- static const mp_float& A000367_336(void)
+ const mp_float& A000367_336(void)
   {
     static const mp_float val("-1.09956195201884542016738299010915047906570253997891486835374229237456931920694110061377118982744560659113672167417775143356122955776267931072576874366163121964053482508428337168950682128164076791070372952886383743706073570210059084170240107507155664991945050714523505443516074021270719436494090171899579734848425927058496127097357436409178802679288388058189552320213359623588819990666001905556446538941767449346519838142E+000000000000001091");
     return val;
   }
 
- static const mp_float& A000367_337(void)
+ const mp_float& A000367_337(void)
   {
     static const mp_float val("+5.26881577046438047737124965566083389949197374389915315397169993669119306072212075560517112248960183148517986520332722272145904680504526764592605432223637674110772175652292840886285845085478607490649653463242808459074496915603882625853901409621602433016958185773787396775828734865305493975727908803078814216457005884071474186272133271693911424747179345679939649489517243659241734904829281395918999856958917740817135429594E+000000000000001078");
     return val;
   }
 
- static const mp_float& A000367_338(void)
+ const mp_float& A000367_338(void)
   {
     static const mp_float val("-1.09254236893541848719820174722599596195373705369434849933436102092573789533624742962182073970321849188145687265128239971485729111163528562960471488675421493264499711752911018599148334299984433343456600929769977509688409133035480982759645773442645510499905923715002658150963063749142387324703850638057744330685386782424703385262760942768179500943342993365503636447954310995794983411355607046591660781514595988722465168621E+000000000000001088");
     return val;
   }
 
- static const mp_float& A000367_339(void)
+ const mp_float& A000367_339(void)
   {
     static const mp_float val("+1.12508741915611003300335401352104593852809235414143362364200720177243489066817808833230793638547857035564654111569795583566880732028603714427561211199613663577432974414518146371611146634331716988840518620765555520694003137872920432716013416149389376463514963899500155006306358133494592412485777810021611841974500343549240759497196315171050705652129840828749292435543668233699351931868843657266854870583856766412854762945E+000000000000001090");
     return val;
   }
 
- static const mp_float& A000367_340(void)
+ const mp_float& A000367_340(void)
   {
     static const mp_float val("-2.55828211581543663989100842995639124938883630205678347364872296626300663390015286783079644840352275588865288605224926715225590480590350228071748020739622650242573429362104015665689358959101670110611318112692574387431203650471515631953888482344148559148269725527692778817244356927053759662793412379982182104826713786156200877186839693600418574225892126090359233876613850855920261131760476351655989567965913119129934268832E+000000000000001096");
     return val;
   }
 
- static const mp_float& A000367_341(void)
+ const mp_float& A000367_341(void)
   {
     static const mp_float val("+1.53038820909595321719236721235064007731468542147054469813282253615766290870759751981986330493094208417350669959441087351915402012993753221476918372835146755877745124133673759319998860599042934662674267627399747322848995303722655314340331608279558567836707086955375464436306009311268768740417615835304424418876640320446953880041718888688865327178394102621072189112738237240133853817878186192021698025605326950982144280481E+000000000000001099");
     return val;
   }
 
- static const mp_float& A000367_342(void)
+ const mp_float& A000367_342(void)
   {
     static const mp_float val("-8.44446896661779294749606267724585660324603020031667746164653773729372611224315232939593880819432856455263937634467483539153539019259466143059096922590356040228489928432495828931155327424175626612083223621136656851570834839195441021139431431275890351838401985736123639748983085764202487411641842682548406457860319903452144687176672615782496759100453106698670201334653463463174595743517188513813855176739407030697583232416E+000000000000001106");
     return val;
   }
 
- static const mp_float& A000367_343(void)
+ const mp_float& A000367_343(void)
   {
     static const mp_float val("+1.37222425172037009171086051298327436018113746135705497009967966459977432086445704794065789323414998364041237586016294207097237138716451194303907695725201026372675105486217561488788711730284146955839013186712453786895649473767480094363230650847517143446856476766360363339233426284153553297256341874613407418568085111890325341359517329617798015066635382942869740954479031153498383450554356059016096962821215566531281028610E+000000000000001103");
     return val;
   }
 
- static const mp_float& A000367_344(void)
+ const mp_float& A000367_344(void)
   {
     static const mp_float val("-2.41588110920578211576247666663301315529515704980800075698425033884101876865562315938141388302256530379054695105991492501455693407129973728114290989710865555224057082582078568038069340705460757246616459766562736217315247162026983202372785557804600609287856429796437006238850641308590342263539779308565331414149193376873556160408861808717997732183118233589591759501086265006873863140037241487163942114291163777758939948261E+000000000000001111");
     return val;
   }
 
- static const mp_float& A000367_345(void)
+ const mp_float& A000367_345(void)
   {
     static const mp_float val("+2.13187741906148234365632949188903634761980742957434979778642953684638694213181796044300856508239276280674103031378417078320497390062213151294480496309891110874352703150464335482916316989033036401001441055216785284795886375134584742527617786286874089367523157912355786611318909603230484707371390763124592269816833947322368048317090632288005895226221160608184014406262540913871889143648760505245511864439745342749500918021E+000000000000001121");
     return val;
   }
 
- static const mp_float& A000367_346(void)
+ const mp_float& A000367_346(void)
   {
     static const mp_float val("-4.15760273225621191145347898733150925280332766867462558934270354095168445328724762434773439061639854997201849887473587634228456705341085059484153926219850235832470833146622637534943713956815054659109962301647161759233830249725371727856810080988944112037003246850381699848092904147992704466811308560450215245372867379460575034051511594650199129063930368257683644120273874743027275122237249192023112591361756176520481701691E+000000000000001118");
     return val;
   }
 
- static const mp_float& A000367_347(void)
+ const mp_float& A000367_347(void)
   {
     static const mp_float val("+2.91928488353144128022642838534138820418571289835379434247959691786574160241456304258535687004104191751951700528522658408761066746636799918369622770492436162198457049890400901317782183798053850635047848103060810161627905837170671146888972817998887887822080224433737157595795418873564020395856677162224103468998690177392612621552439379995431212816563366531464045087649445823175799654494019704782029746026863318229261800368E+000000000000001119");
     return val;
   }
 
- static const mp_float& A000367_348(void)
+ const mp_float& A000367_348(void)
   {
     static const mp_float val("-7.80828294407786066274419637027153248050594282667093151380675851306622188770401729662873367436767563957804122161228060921195199685874707213741069611292326508065632952314548545920843493538845671963986794152640958747382965408973921122199370716620344702892666251669010734220727057530924495242464197034769413520424125346242100078372755832013078399061841497089546492542713978309423575648097547426948549658873919085063780623385E+000000000000001132");
     return val;
   }
 
- static const mp_float& A000367_349(void)
+ const mp_float& A000367_349(void)
   {
     static const mp_float val("+4.40797629105449569286854418385832430006485784955329746850278862710895377450299093510980428579384211051825028442818565495859849239383964825194126340254149814498726536039955814366726228342934697165348989880951312847482681909645231323627059115465965075977068684888812335305151268129155648391425387380617724588942638013662659652451604709865208874538474563550281813608808124726530519444672621515473879797272557119130261214570E+000000000000001127");
     return val;
   }
 
- static const mp_float& A000367_350(void)
+ const mp_float& A000367_350(void)
   {
     static const mp_float val("-4.38039381258982380874963590592759866603763566036541015472268866972853540276816454523567039844746362381658364623606397926215941906200808268901792944663038840285847838657028240848451038393659067317025003959239438231163929665891189333701709828500496223652683534595914661921965623544195359541352239029876614881558897585915205460335724812685200952548983194535565007110407572497007420868956939326199829368339189203490607150531E+000000000000001141");
     return val;
   }
 
- static const mp_float& A000367_351(void)
+ const mp_float& A000367_351(void)
   {
     static const mp_float val("+7.15531659908886852296757960758092229584559320559242829880767487684315716065121665926780710966283324798846622569403717499637703648980499665828883657171696621932606079102329192970740178019770997142503030066642498471502868901787800232010592375568764272095763652557991440314186187213627891602301367301259029221891706011295966777236213957692379521672239797112606948518001530046418025951837225251797703790307935721683407688702E+000000000000001139");
     return val;
   }
 
- static const mp_float& A000367_352(void)
+ const mp_float& A000367_352(void)
   {
     static const mp_float val("-5.24360348663581472066695035060741421354011841795429758535601056768078872914975454131266945530313281361467640028528795053689239222455284900546743843795276278379606836216075996509454102923264435847448067621798528620603829162755719952414326287742035998570272664078609172191368824084922563560313907317713351091519793957156296143402214940783068786134771979061506182869090891385493708909666289215915782488132518652567603171511E+000000000000001147");
     return val;
   }
 
- static const mp_float& A000367_353(void)
+ const mp_float& A000367_353(void)
   {
     static const mp_float val("+1.07634736294435518550388154834880072734499843579817912452754034288709622766870633645265339057507193183552123859515682341201837677624942016005026789336354258944591365967356645496654479893928021293217646370824667974880219163126593529352405109188231135507476406333156590952203758105993019824721738986888356572969632793443501089472355774940926521637901303826529475165897218823456658030400564444756803345484709918477596767156E+000000000000001144");
     return val;
   }
 
- static const mp_float& A000367_354(void)
+ const mp_float& A000367_354(void)
   {
     static const mp_float val("-4.40253703212386676157550232813052465779247612092659433501725146165085545289792869537317438264940799876820368684304553731456364078919699786784604307932897178107004543896015024967859432560513028607511108595636889368102773215024908522428023383719724832896637018560855480892155802788344391181103295587538925373008311153018545746638151525753957884563075141898053528785383653165509132308372142578069380007425356571338973774432E+000000000000001153");
     return val;
   }
 
- static const mp_float& A000367_355(void)
+ const mp_float& A000367_355(void)
   {
     static const mp_float val("+1.91418063461459187812504605232427695291431417077025274029383867866071620154017421305473639964456270774733543915796684626523149574111171514196472455586304174128824042030489881187790064797546322798783997265533394114260722028623943706140479160914232827752352166301968286765480987477213522203054354685583152856246045605887209184811434654411774520299669283483048334120449753539385254385356296713241646605629666235527759027420E+000000000000001153");
     return val;
   }
 
- static const mp_float& A000367_356(void)
+ const mp_float& A000367_356(void)
   {
     static const mp_float val("-1.99711524121739669651280811581643879295468108528379689146634111147405209053595714806881400216139210512038017619023119930779671792325117188064882940280225258537827408377693218437182000306174043030358738716324540367331857434040261678260093590792057094913686899656658602435435563377249213753553228651835737147404129180971148376816568876513325524301880390477296509330410559174896618632154667118887731362711021190261449095700E+000000000000001159");
     return val;
   }
 
- static const mp_float& A000367_357(void)
+ const mp_float& A000367_357(void)
   {
     static const mp_float val("+2.13211053907588466659168268100573967680933968813588760829622207662079218842920070797762950178553106357294983493693205537343920084538425635959069855736042006395110581469584432719077083769256091414311037702634245429424471623440780797533513949414454858352265650016392474594788894454405111436617668083587494428756198913411233634545190434709010791432773135510847405973882537024764910436745779733729924873467716402757156831963E+000000000000001167");
     return val;
   }
 
- static const mp_float& A000367_358(void)
+ const mp_float& A000367_358(void)
   {
     static const mp_float val("-6.69779538614062497098740326297700660601523510899422059619600877842256390221270988264592185083788301897197244776882462018185335778910847805864135035009151003443741108373322073697532543735939824552914366297467857217972230848003806441494140949537380282927168357792520407758652690806156027985639953234463401017214587037643187302293067598869389729163185079400987358284957787557991100355338583046035356750895436453191414687882E+000000000000001167");
     return val;
   }
 
- static const mp_float& A000367_359(void)
+ const mp_float& A000367_359(void)
   {
     static const mp_float val("+3.49848629238702088947934596060502169840663120412650356849502243405114089422350367477113694122933337487810776475065023232653274560037693024899725247758358784294784076592676478768657823841210863328493921342405837377526777356901975027389167031743553081939763650958663339218481793366694712499166033841419504556314011987831654269630980098762214623635677861219470910115217913117418135724323805431015999676127342419113975578200E+000000000000001171");
     return val;
   }
 
- static const mp_float& A000367_360(void)
+ const mp_float& A000367_360(void)
   {
     static const mp_float val("-9.42226094564498361133574195777095409526209717843543770551795237309159569595735962667100857011740092523505162430659394902259310413320256478122099100726766436332203574903680653524560301618577501868843977703235227204744405977722166738862489433551243629514234724459784233191845610257038251372585410999761366976531709498852893315420606707306864687585501767487852353170763547383597377327545431136949345200695622044752568331881E+000000000000001191");
     return val;
   }
 
- static const mp_float& A000367_361(void)
+ const mp_float& A000367_361(void)
   {
     static const mp_float val("+8.41328618204470597476297619281422597393683074150229601318437893705132515603106394131548224743149903081825403606546022592723357682824591552868703843729973869378870630869445488811214551122726877465114808598464978283804888309874348433022458479153378613817751384501059384679351238273304755784416028628878586163944656482717443249071878586462401105247170839712865374998480193489313224958805389888950359615252834727378674062426E+000000000000001176");
     return val;
   }
 
- static const mp_float& A000367_362(void)
+ const mp_float& A000367_362(void)
   {
     static const mp_float val("-5.57766970639367625830052231607817608461695386552501887327586251258307831941781452346631315180974124126200462122259322991989078640443893377997164127730358152430528163244715005675727246069715588460298380579863599436157290742310081371084967758344251562157196846663005795684062446841788366200427684952906414742709164142505069083709150843039960373303482519600438297546907554211626555863317601870264733591705384097737167173108E+000000000000001181");
     return val;
   }
 
- static const mp_float& A000367_363(void)
+ const mp_float& A000367_363(void)
   {
     static const mp_float val("+1.16636040717136734141311327023930635499260689019681786889299012701710837880565344548695786188828583501301595671389640947211944987615616669743667691653310616478587118127691050626532536249264850576873892265217350772327644637550420899602847054309954130972162909094284612508032501320500915959156393952051954158780851743460472332087597209046855852499702014238442555493387598808234773111312980655794818849816236467802237874328E+000000000000001192");
     return val;
   }
 
- static const mp_float& A000367_364(void)
+ const mp_float& A000367_364(void)
   {
     static const mp_float val("-1.53231341780667376422246876060068794272703347555980704890903803437865638602299274956046996649197700536019565682731117459129708953519356748064731272068042703470488772613492597759710973524880850922939189777793179411924786825796188601321358127352189697592964040484030180446794558147987263375773747077481050331677530401946326068992702773364650446622846077899480097173604844685060509449625739043174688098442354653409314625614E+000000000000001193");
     return val;
   }
 
- static const mp_float& A000367_365(void)
+ const mp_float& A000367_365(void)
   {
     static const mp_float val("+2.95656253682623488133943742087276453134297185503819418184700286382491967986062810663821633017598108687027591104379132986023600364022670072107808643571211512597694486435968451378442305810417600390674192668620003441044249436908419937185761453976718898559733193313111497940042066893952037091145096641479256753828565432394536442852593149710180974501395050517640543903887017521548954599265026759780387214774432603950372531070E+000000000000001194");
     return val;
   }
 
- static const mp_float& A000367_366(void)
+ const mp_float& A000367_366(void)
   {
     static const mp_float val("-4.45907257874709875475603109299106623171256282963054371492802952860584668662531764115850176467284181320452754566802329841855766245736205178912974846574279437937378954046645279905467534334709631369654668794976410887893828306238303702491027232761697541229299290900107379490820102894266423126492645570037704805205183794903992724067112795271205812656657399483376873218428520295969778869306534000424701050503476869349473816018E+000000000000001205");
     return val;
   }
 
- static const mp_float& A000367_367(void)
+ const mp_float& A000367_367(void)
   {
     static const mp_float val("+4.96481880907414776471024259605473265736175165162476165881931700916833759024079335015808295042289122244479391704410797807091990393424719235026777646916521503348501906783768497071574119194037660598902867219832649038135819029526135073270804045610328202731387475552111944305443745626958274452767837553608200345886648914624359923299510202800140115707197345321391094276127244972888590460957059889065352055208262146910808751200E+000000000000001201");
     return val;
   }
 
- static const mp_float& A000367_368(void)
+ const mp_float& A000367_368(void)
   {
     static const mp_float val("-2.71785075010907592420365393765558874170108473551080879915087755072108496697916744052106282382617205721885768364378977526328426494281789851430697137703887292440236885001597620961182090982342795891600230675182087819715522028115248271047060312383474747627524655700041204019488376679333123163215415233579843818853101274278268662997140272865934363894757252385507704745411852677387318469849033501886385825027870224970424271254E+000000000000001209");
     return val;
   }
 
- static const mp_float& A000367_369(void)
+ const mp_float& A000367_369(void)
   {
     static const mp_float val("+7.64622555318816886356305662782685695466840479312961837149011823184502695469513305921482921822191125389162453555479942982043297181461402143923935396144338460754749817744015090813174934449992180941816447116139437440045244532441720184919137898703563060369484154895235293313987849821856569578406131778886185363705545719568945815214565818260755381285005976174652436384760653936822214284207081786102374828253244879069753873645E+000000000000001216");
     return val;
   }
 
- static const mp_float& A000367_370(void)
+ const mp_float& A000367_370(void)
   {
     static const mp_float val("-1.06399187742535980098155956369591040717227768887277065667261653583905593823599372427126385566645506690700447459067653827984055626388802990697996691179391420717644319828334288265535250149495842601337104184022094267352078034474039813540104015501260864772423528575476311676469069556496198838837800941771435487223577403554202683083873861811346772819425389296988055233933014415470718622329355328029879315231549351631255255988E+000000000000001218");
     return val;
   }
 
- static const mp_float& A000367_371(void)
+ const mp_float& A000367_371(void)
   {
     static const mp_float val("+1.43755451373397788256536713264991908153625861319614210998919963264012512451328679289207311758793295962715131611761334296701058532530156501781288379491985906223556556723181756368408241775758020241628221452857829533161274095812152603067810376814917109458695555642610218941312658751904801094233297311766589706466858434077714662656960256280913927877945271687042277679044268370977408051304733265865357480396123927927442225501E+000000000000001223");
     return val;
   }
 
- static const mp_float& A000367_372(void)
+ const mp_float& A000367_372(void)
   {
     static const mp_float val("-4.29708527457950063193786152072374217495771974929264091879759123769769870775343933938760643235480370112513323826904309188028734846766493662057587643629855649022648474940695181723567544105638976183964338384426072447993389444964582749190817274407682461277418273845004679645966004697406025699618010427641228097651711590412398831354825931102562435502749164391779016832913990735056796133753250794388232895675422195186653330163E+000000000000001227");
     return val;
   }
 
- static const mp_float& A000367_373(void)
+ const mp_float& A000367_373(void)
   {
     static const mp_float val("+3.56442193234262618531208534281770490039862481543500201955428611346735272198640685705841091760705764076984391362146961630735699805023821785273384681655788391473450467118945930118513655245265275080911964546459125670426843427777334609618696580373015235177390965402781115552770990355475218082648569378148892634224329231776605360901379408245307754557215586895161625048115899611699804161991792348273598916203260213382495757108E+000000000000001226");
     return val;
   }
 
- static const mp_float& A000367_374(void)
+ const mp_float& A000367_374(void)
   {
     static const mp_float val("-5.80162175030906009779784763923714429020527571982946630281759277057223466429653121227792606543641334177987868051745496487410237589791913724241001374736847267208607262185477479560387959258785162153286874500272390532450585036577129401854776671234126487860399820088998397097731283010060151910144838893180157811625660826990964081560290141425031785867240405288128414136508244326881068681801148175561305675593718331532348648388E+000000000000001232");
     return val;
   }
 
- static const mp_float& A000367_375(void)
+ const mp_float& A000367_375(void)
   {
     static const mp_float val("+4.87728281496984085768426342522009946513348643906496229584419910119449459536780230006096640075807102940855520056440089171386906435235941497512321996835859233233858608749406217773866044836299949412523888602640771152207148960985162746803849909960751233520934791258119315714910267048820584062987325389465225616408509152758057457166469739780367493489709951401883440160569911886097623983306386639969634633939033259919725596958E+000000000000001245");
     return val;
   }
 
- static const mp_float& A000367_376(void)
+ const mp_float& A000367_376(void)
   {
     static const mp_float val("-8.72874650597985842294687622714164699400155858494673968771227512860110108231012975181507789303655536522115037204754201962410899598328528726858107367006811900624172563041398555809330523842900874588387005116324751017921651376404305993676170106502433165336337116210038774448546567292328021433785068284838284711384545700439631570977325060146579573054945506830959634943093610029924017282761737439655039345652781780081415093220E+000000000000001240");
     return val;
   }
 
- static const mp_float& A000367_377(void)
+ const mp_float& A000367_377(void)
   {
     static const mp_float val("+8.71347827029321093198138678821982078858894883488777800866680359140601375076372167947777167055709267214201654827816027486904769353966641468125200307185495794135803340204649496380154765873147792039840653215252973711987401087724453477981361033620667459730385405933434547641916794237344305478988472963823756478589480355137573164994429758167925597448557707204983546175788719873643851767783004479042543512240541917803131251309E+000000000000001244");
     return val;
   }
 
- static const mp_float& A000367_378(void)
+ const mp_float& A000367_378(void)
   {
     static const mp_float val("-3.38257188475183466394785653152018341863463436633286152605018093219117187210823581661548063044616817009858733023150407217514232306163153934451534245748552466448880915293751503852141735451116607693143614177343791730840145269789048204233838554768100622469215576914986725433173183046817837538105733071204671243107649377940165819556268628618279439372912926727358185372176484716198332258967416133565092301510825222527896322725E+000000000000001265");
     return val;
   }
 
- static const mp_float& A000367_379(void)
+ const mp_float& A000367_379(void)
   {
     static const mp_float val("+3.10351536376915037859471576528022423771710704558994273892252669044522763672695920376457977995619056044482296174602352055516885007357753814824246688510478931886588107813971455466230611487452843173825890522192864144136288521502605412040171567148928101737899925060191251367781582618492535559614632109060620996640912516668920206230092104947267242137580291641364796564410247791400598788332213096140160670785975430433991752791E+000000000000001251");
     return val;
   }
 
- static const mp_float& A000367_380(void)
+ const mp_float& A000367_380(void)
   {
     static const mp_float val("-1.48632609063775671799613634963951067952104464861550119966356730078801948875304644959452174755348353846241181155449223162537935778434789523977220413668131363637828981321622563723899005049179919088122823002409294635277032380443920344080677136112775771110872697862608737707642611384809834066757195254791474623626056366900145415076931324983200618157666202159123806961998013170752176046090531494532978047981888531260313665118E+000000000000001264");
     return val;
   }
 
- static const mp_float& A000367_381(void)
+ const mp_float& A000367_381(void)
   {
     static const mp_float val("+4.66259251914121768103288824418510875756159192513150412319180775708641810530931727423335552874752865021473434114960553984477347112326487207680488188306354933571213536062346290898243898623947094218337344174499001503385268692888450461093352441440751891950863110453921860435719924596110918165002127454162290089394185913453846032418543109356766001051390904006449697582893010481278663892214933684767639903097492947262345890683E+000000000000001260");
     return val;
   }
 
- static const mp_float& A000367_382(void)
+ const mp_float& A000367_382(void)
   {
     static const mp_float val("-1.88345982368578323113559038493002240652162692119406796981616403089094078769234266091819361663237068207694880115420132309140483375010802331718647416064296529663333962969200285476237904190196455015759392075090102524315182098833984861754561451802316590679633268076431701058093081617259253513098813443901032970075473473098085362819083402440538930858237362383038765003624778470613278831455784578487698368484568055385893725112E+000000000000001267");
     return val;
   }
 
- static const mp_float& A000367_383(void)
+ const mp_float& A000367_383(void)
   {
     static const mp_float val("+1.45988299689153757703130872724002647558987561107857157251047955986102162896902923043398230163593115177498607640386631215972976717780392236818983570945490627749405123506069943418224536673359182677805869430213694553330519277687009670598144362501794821449844030233618029675993866950882144215549321526577206665053412761590048268375252687359487244630793782523467463229537312012001029624396912477885396883336107736747726831928E+000000000000001268");
     return val;
   }
 
- static const mp_float& A000367_384(void)
+ const mp_float& A000367_384(void)
   {
     static const mp_float val("-6.23395584886227365830347755829109559364007576746773290481778442036559985569370529289678223189669350517221764797467957453069852861620651243766907928372342848882492034339002825640491076335498821422424128588778868374182577931872857944182821000979413337740617808851309577053701458300914702254356203009678275664026214236740624599749410224283785993165282919504150471745035467437138968750293679385596227757056418759155706213541E+000000000000001285");
     return val;
   }
 
- static const mp_float& A000367_385(void)
+ const mp_float& A000367_385(void)
   {
     static const mp_float val("+5.86882413739583895085368057503105513110075727687295593950163834594272685996596912080487661174441866721119448414808345151038997417999305630512421151398387796612754347876101705161575339502797255483142414248194966337161255561473688039356427340518331001232202431090886957545687160420606402437142100390845362616469765980546790863220235826283707034935965002783537149692314375543579224850131621337444648889440715360076850260216E+000000000000001280");
     return val;
   }
 
- static const mp_float& A000367_386(void)
+ const mp_float& A000367_386(void)
   {
     static const mp_float val("-1.90385410995496581080249094943130288145355445713412149451146003234674251443720531895497272571005688858623256889194342082958159833141298676791869691496286068932168834314793536279992491030173844284773993971125942004132787772809558627319117058185357020279140030372594797377057336770955396796319680839462621830657983765610520831451972854324912979072644726137305108758262769876390766172037346710046159654824902015834425782775E+000000000000001284");
     return val;
   }
 
- static const mp_float& A000367_387(void)
+ const mp_float& A000367_387(void)
   {
     static const mp_float val("+9.92879460119759483717129015496461304615233924106266979453307618660750625582823989325982123957244550330435213597281705162046523197719159870950442553883041937893243506514602988166124628009498833654690632467802316573822412183090091043232805404908369653771201317967999722957332448160842564743863071648916832031648331900562046851247058813144222043140893241799574300437398362557587095795352259147524384231440809503876002913646E+000000000000001286");
     return val;
   }
 
- static const mp_float& A000367_388(void)
+ const mp_float& A000367_388(void)
   {
     static const mp_float val("-2.21191369830392442605100490401027800849749507279858475615450096308527618660450116180416128368926392894260562370097961415340583854508054475651507274647974508005989356710279021918822810794678950467577626156146983844181130605797670880252100965868780158601191505211082232239984228430726070031850515309260509176582623746671774466124108119875856798035502926803077492840549232124237422289842684390861372823690232126513778313562E+000000000000001292");
     return val;
   }
 
- static const mp_float& A000367_389(void)
+ const mp_float& A000367_389(void)
   {
     static const mp_float val("+1.74136355798865893652202184808370157106773838534618571804853738885015217023410774911136486425258771831549361369830265592959487783329607663229769033227001071226825657814345387357597450484535581257380342653663123110744466286772166891164336905912200051778220792354640744065473049897862024711927898779981441872630861605024933016996394248783016680026730816430428787853710743604946045546900719513942012476711455180440160135613E+000000000000001293");
     return val;
   }
 
- static const mp_float& A000367_390(void)
+ const mp_float& A000367_390(void)
   {
     static const mp_float val("-2.18439560908904378159413539096781830069517480713958291253676636893070925177901118783330202928929898771313290905698901049896950079656510480892623530797009986414214082313467976747959067803185112556131492365708658984438206280092933141965434890481544862587975567129809453447864137884282756293069710376957836502632963260554571442794250175501268132825325541081685945674937180128459652545430174159979642315277898737287347168296E+000000000000001312");
     return val;
   }
 
- static const mp_float& A000367_391(void)
+ const mp_float& A000367_391(void)
   {
     static const mp_float val("+1.94875697854115349421633321405206392808642889494747883261688306032823663841942549272827625081446379719014447194719089913692764380054776693020888134042674221971641444032992467809046359536894671920885836588779956116649311028144308532149016286501654900071640171296186463268596435567486263321312430398754368064760729016635186361425062696784123529985062750841353515348969998818756262231520162100139776372036612844759301816520E+000000000000001303");
     return val;
   }
 
- static const mp_float& A000367_392(void)
+ const mp_float& A000367_392(void)
   {
     static const mp_float val("-3.53785074370106777412104421902615818708526748201734885581938377295505641495347366145446561303418061487058302215700466975429856769556580668849118774523625911128112538215528889896152083255826090140860514333282688297346712846821483934840689571596290599885159985657413415305133545537001080428697833569058102083395747916341210789241409534512908185776279814512565008303279162549501804373343646571975002016994718557778625797331E+000000000000001313");
     return val;
   }
 
- static const mp_float& A000367_393(void)
+ const mp_float& A000367_393(void)
   {
     static const mp_float val("+1.45995308603509318051546893836312952089283098553172335662787791446974126234337408323402067136563580015710280744632523494223323521954458500211188391773397530999403144529759438016064823532966809918717486964933291405501244106602566120181899335977431686066380708165262556591933247439876604960837309960763693333685578496421632117968935149017751648844377603121632590050041176669194811407879733543003925284933368152124575030228E+000000000000001316");
     return val;
   }
 
- static const mp_float& A000367_394(void)
+ const mp_float& A000367_394(void)
   {
     static const mp_float val("-7.91446562293693866254938596323093169228777925449835083427642550460928817630625705586139746074373268174279580416124861051958155240246213424044348140251805677104875129259201562458819156833445487199821832284552389297345185997818057011605536023127239528616637525387787017891690612886316968584735680958922825667956496951730770708476459482984494396431649555107409586479850183369552276095486602576757005944626924022473138432206E+000000000000001314");
     return val;
   }
 
- static const mp_float& A000367_395(void)
+ const mp_float& A000367_395(void)
   {
     static const mp_float val("+2.74908795917755175125164392140272234963391636101866548347166169459527828506545273176756803722475308305277275387459231211364930054591366553178739706751635396049022418251720849409570962574525339653450991438849888644206978442421584848834672566510807291009128753277936205321879605097450517230707926327530885762997110191877480604319517271696480731423417237450165086212621573184931610084719705247685755633097004816207700936560E+000000000000001319");
     return val;
   }
 
- static const mp_float& A000367_396(void)
+ const mp_float& A000367_396(void)
   {
     static const mp_float val("-1.00337595466791121860019552347831917017526640965792247242267664236709795266944143323088523498556848362163888997493697112470789836090441746104709398160027994617887513172193438505007703604800345896494972896792536757869950548683342177299197828147959834604976166602074849988217477018611198012873432053412223910407798769258505595378313916544384575609388242888883562338299937235699382086203647531423274860592131405185079852121E+000000000000001340");
     return val;
   }
 
- static const mp_float& A000367_397(void)
+ const mp_float& A000367_397(void)
   {
     static const mp_float val("+6.32516460342504797745236015577507516516186098464451868235403069615884833991556736412685454423267689720829476725476477395117371388395631811367499988187147387500737523047314114590243631620003268840371428897572632908574162258282001800931152455233043429723759037670467007913936780678054753892128688598648115273771347299931004110512620265084502821990551500423498581015577340855301479363938025730606641916286144121959314661703E+000000000000001326");
     return val;
   }
 
- static const mp_float& A000367_398(void)
+ const mp_float& A000367_398(void)
   {
     static const mp_float val("-4.04036515780513482847696468883335059169149737775521724663862676066114526991322475765039707543128266287892799182544348536135946129435812472886367192321230450182625753724969462622558076084944906994086879104449973582846721576627872669544981936816122634246806201251184184549242903082304599338438172663849653769101140129492823146008683967606170355024237175297833338615238605189081669336859346256222059312155426009106401579220E+000000000000001334");
     return val;
   }
 
- static const mp_float& A000367_399(void)
+ const mp_float& A000367_399(void)
   {
     static const mp_float val("+4.91654776997627231020428229679372887668237995235517431600574583845975623052311528227742010514679512300142759642482295942285005885537507737856815652180610808915994797588015859659337176771034342797120835952446709912047948534248474813827466447567128971312958419642814916123522131511273545855041635395894476835201357061406270990809862481707149801994634427210983541848712954625335792476834972649682522030692664751588129214375E+000000000000001337");
     return val;
   }
 
- static const mp_float& A000367_400(void)
+ const mp_float& A000367_400(void)
   {
     static const mp_float val("-4.10612353466155466573969039272287852768868944127324878881676566615916178541526846946526865171137653651653952229822254486656229305592489089049837270472904102211391100765019766095709014266183756303595784691820350235096498615908932582912152045176865292912451838550198788027934405002001709956402089216548175227365413348781369904269835306966190172208879669237414173979819259136067063795266525694689560824590101044114846486747E+000000000000001348");
     return val;
   }
 
- static const mp_float& A000367_401(void)
+ const mp_float& A000367_401(void)
   {
     static const mp_float val("+4.30346172638514218151892090894147790061661904289639335139126258690088813533040666517830078975865443003981291523197221891741746134951165095583438136200850986997837171936827363861214822778125336120305818969747550910949979033647634125762480722518715323255016754096337123771402422290772328838597079561517101486529058552686439968892885934609179585100446632414077272590223118758559737702693230016140514678146247486833253120963E+000000000000001343");
     return val;
   }
 
- static const mp_float& A000367_402(void)
+ const mp_float& A000367_402(void)
   {
     static const mp_float val("-8.61377411586601214654266961132517880043222268421169222661765206472778077519094873262267091344838580372579305465551190328693012089609197834799845533719988505166680069335371984621962020016540291990213464178483310336011630171815062898855847566717136530666237181403028885239325301508682521899099802007137789263411129434471593002199755495383018554910170637404043305105694224672106943910055190303824350551561035174223144042292E+000000000000001352");
     return val;
   }
 
- static const mp_float& A000367_403(void)
+ const mp_float& A000367_403(void)
   {
     static const mp_float val("+1.15664740444369462677289497680892703680335302573750388428684943056020599719573442785759887992834232465048344743389166628048931150682680480165367809706680579306110760355403676073669859375214786040852529388470275878610964615849698429067156682211924045196118479310226387042176201766642097270693228626068315054968695198199415227689182077267307600806813815695951559678936517755058281096094001236840862508680430261475887033066E+000000000000001352");
     return val;
   }
 
- static const mp_float& A000367_404(void)
+ const mp_float& A000367_404(void)
   {
     static const mp_float val("-7.72760068546633702029414786402956073796414780819760946113519339572924957100081390503522598341078262072530104601481094830670835165982252064383446501034450708290883374070935381770130053297554131364404674552630318002113481980698940100294251840513263440835306625420889423142275350557421204471898881528173350430187269877351619794284005085416522528604637891298125948113461076539200101251078112992242569298711138140476421245816E+000000000000001359");
     return val;
   }
 
- static const mp_float& A000367_405(void)
+ const mp_float& A000367_405(void)
   {
     static const mp_float val("+5.15209330581170381366619692228796454860623808848345854402409190561753546628787186766318561140849709823902632700440937201016853874394766103229761379533829836282684498496982581859686048139234176283795966154500526502695978241066155603071105880979468441190057126300709100233335698381003473701822896215483023449645945100847039014224183051586246316064201085120289949217881101921083795743026400753504649866122120838062693764114E+000000000000001372");
     return val;
   }
 
- static const mp_float& A000367_406(void)
+ const mp_float& A000367_406(void)
   {
     static const mp_float val("-4.52519304306111179956541393712774534116863279824317304782003451828256043548201760272048163244049646398365039697034548296959119333014880748104970706266336489028540146676408937581668408498320887646930003811510040193132750336958840031707568275444076962213388389850426741830423864747493429303711298773159951010212808083175722880946619948732539210393798135731405396381659000574402156140825125006288120691042884491066014093000E+000000000000001368");
     return val;
   }
 
- static const mp_float& A000367_407(void)
+ const mp_float& A000367_407(void)
   {
     static const mp_float val("+2.03938934842581728186225525629022366755648876178086465690278973940340927752287126042355301446611833875597622446750660583567312553504639197892705557288362997565115112953697955426440871451634123349183301098404691973474833652915385504221617846923950240658215446113909715461949993807732394544200107862138838362138828792207164108898606236833936919078238779948956767299318749565516307315113353671685701037833512019172607846092E+000000000000001370");
     return val;
   }
 
- static const mp_float& A000367_408(void)
+ const mp_float& A000367_408(void)
   {
     static const mp_float val("-6.66809470488976500659906115886630635780006300369937869777167790168603014886459627506159496533609414741288207103988436858443540896411533238766727890344858141674655859290952798605455022988462486166531067614026175321005171633431126493264854818934075865834568039143610073700475412209914965968270386453429383936151742126212738221871625934764370155533878094802991015575717503222659240271208230118543199384905172551923792594895E+000000000000001383");
     return val;
   }
 
- static const mp_float& A000367_409(void)
+ const mp_float& A000367_409(void)
   {
     static const mp_float val("+2.52857572880704585180738579753130628492258398069172663197598176571457546420426153414834490572877800869608163097550841155699675599051169456360582682324299167147215016157717720045483896435003586216465270052562715853222373473435633452105633031326835406820980282078511762551527823331033790110044958594050443832374991691736896491132442492351434751986825305469596022321658813454377278841454447190982782770089610367293604507490E+000000000000001377");
     return val;
   }
 
- static const mp_float& A000367_410(void)
+ const mp_float& A000367_410(void)
   {
     static const mp_float val("-1.61212206193457835064768659530441811763767866502745389885382345011558196335702738094299390208406616635117374726695364268171052719710273601071341089970549786676530728243303287357377299329536533306932694009109468727484683797704996395602897546932972544649276691791332086973612721536871972103845582058779728812757143266997113368735626569587051994421814573266763054885372631411038269696171291479652820855548140523937433250309E+000000000000001388");
     return val;
   }
 
- static const mp_float& A000367_411(void)
+ const mp_float& A000367_411(void)
   {
     static const mp_float val("+4.23610869812230514980677470366684193585559675319448487630527584692151223151862720176938730647256976601925904242158949579323121419981587534206102591107863398709097231061701867733453161440618655410304622493944639297191039575900762334619484620103208297445219381441195756656868698018024904920722361611427700188722764021362281548350567586445183488466023787464950347578859013236092791649071782831312958161892600172314639540465E+000000000000001389");
     return val;
   }
 
- static const mp_float& A000367_412(void)
+ const mp_float& A000367_412(void)
   {
     static const mp_float val("-6.31548248216135844182385078086956168991106236915725151665912327295962981628781990924303303351226457455776061202157796153261775144138583384367445079015787240472613965101209160022330827734936819380360933883233998224659724882804959832047994371629558049829030544380363675729034085166386005667833692515256142504353069653428995920132945510337947899043042882127506265473274327850336710169719355046900855969269280365660588776471E+000000000000001390");
     return val;
   }
 
- static const mp_float& A000367_413(void)
+ const mp_float& A000367_413(void)
   {
     static const mp_float val("+1.80308540993492302485705903430892052654632340051200269541259397100497658452170480351343454109861731935554469477192706437373993969032734812907392103342102745311926560840537094013322952127185687803978573470361566421688341063450859131698772920183253464178496272507902348098643549758712177885541905581556177635053172780495887945706910229544074827452565890940607149085387175484435346866653245608369978896515373805388304053729E+000000000000001397");
     return val;
   }
 
- static const mp_float& A000367_414(void)
+ const mp_float& A000367_414(void)
   {
     static const mp_float val("-1.81468219769769749050418904843654322604372682671236918223168138988109935961941878629139961477648502633263540154594356652424163553318884879637482850012980647801732964178992646950645488303676617049476987109881773155225018830667224623307785541113274737917904530166109753374057961123491210387764382343137215878351656868533065710450812631252479710877538572539661268291896449217916423132638204238841800485547296710053877976568E+000000000000001413");
     return val;
   }
 
- static const mp_float& A000367_415(void)
+ const mp_float& A000367_415(void)
   {
     static const mp_float val("+1.21079032440082225602325384320920833806928693294312290005044081405711444069264014019698592267355268859112157195649659754118569356347448949935246385348516984067811237022374381204787341841234524497713087121267021725642301629704069937699705288082214968057870916091994910962559296553363112978233444350940558848705336375457566965024448179854498452271058116105183596374881253207436908636067196630691803380867556983798332675194E+000000000000001406");
     return val;
   }
 
- static const mp_float& A000367_416(void)
+ const mp_float& A000367_416(void)
   {
     static const mp_float val("-5.20018978877654540422065909796086553877640467368712000676448339535829445351168772475189587037111240978394956718370595712676127524644574794836807093080305322128061619779295572386553153160494682151156640251161364025420306619450684403247585918863347282786833562792195456995970707769704960717251185017621356029662795907252119888857687259048138012033323677257552121411712469031691849660091824562485013061763686193679121169147E+000000000000001410");
     return val;
   }
 
- static const mp_float& A000367_417(void)
+ const mp_float& A000367_417(void)
   {
     static const mp_float val("+1.42191538799097566170028640483965291946906756111824279749547001649690549225841942284229434461622635385108125489015477309157637450978570019277887012738358300073414637994904722776793284463008042307654267837355954336669169463706433050757099841753792745256785795587061251790111046648604532563522922057493685663214303370292457394637654265173598368289095885597864283155549130861479926494810668342012441520507033146054807828945E+000000000000001412");
     return val;
   }
 
- static const mp_float& A000367_418(void)
+ const mp_float& A000367_418(void)
   {
     static const mp_float val("-1.73069521797941893555201826737589828160038223674009418995191427340945262585640317582877092742215150206168767365172818682557403847658175235450816575757701360815770930623908407336661057169944513178791254187514166743005025406614836050102618484193440634925464908635367424503682178889549634575660995035636017370910199125981338169417869396166184293748683075130398781173284025361102963538917530924307386449494938314764951752131E+000000000000001420");
     return val;
   }
 
- static const mp_float& A000367_419(void)
+ const mp_float& A000367_419(void)
   {
     static const mp_float val("+5.35402544835965019024942492313492721434399129679683899551311992992492530465705677605089893562245607422077942576844147684051386180497821649763041298676986556502588629377200828634722301877179028262411304332971242684893491509415262020366001163787211839384867835057232984238239373593619671239246695524792888191360609990907437773734360875950720338408873965879297372459402131279680300807750647800013356279230275199879094653714E+000000000000001422");
     return val;
   }
 
- static const mp_float& A000367_420(void)
+ const mp_float& A000367_420(void)
   {
     static const mp_float val("-9.76956262307391383784329723258842068798594468585527180358490149201016522340348282353093109498452799106128079387064719134167235451907380858646032314225525611959141299117482115874437609338101101112293999823458832390886340795255580080246023902183884013061688473888182600571586517875035014078824482748487120468900557785462235037937680557194871935418036884401906222813408735695473619459815238810802352680332356404713192315950E+000000000000001444");
     return val;
   }
 
- static const mp_float& A000367_421(void)
+ const mp_float& A000367_421(void)
   {
     static const mp_float val("+2.04337620170426567354123586703596595831971895826085502328961078863945457962303532627619228781304441141985535126990041891078509980979953583049799101414869443979133180236689964929288545247195083788933547499482129086465067924897187104357742126288393025350476393279221171771066329810873045893480407377931430483560511931789038809537117388615978964308437395523332310525624515212112308766859368156812458523343868029225932458483E+000000000000001428");
     return val;
   }
 
- static const mp_float& A000367_422(void)
+ const mp_float& A000367_422(void)
   {
     static const mp_float val("-1.84131724208533501097731918381674579997317573610833243272923927941174930521127315538513217565970473822280484470487067292724272199325970145820890273304200295418957067466427762287248293064298947816395069494698390870939567313627289900862945288361182530026197107671608548192640137200510001074727626070375788672609996791973612887543418420532193145824107123094171987266925403492425999743009900705718867284968453193983162878262E+000000000000001433");
     return val;
   }
 
- static const mp_float& A000367_423(void)
+ const mp_float& A000367_423(void)
   {
     static const mp_float val("+2.50994397343279064514540168974692749983475336661264602990516401610494641140640655895147229797955496832870716898766848306162729443780546671639771057617109162910996387338093308571603987333589565252716773886443910421871381899628746948080892249272084283688271478801613454644365393455022474241980006168686222431261476097096065771890859383879059670935945895132165488138701882934799883059941174056950895841226922174018578980486E+000000000000001441");
     return val;
   }
 
- static const mp_float& A000367_424(void)
+ const mp_float& A000367_424(void)
   {
     static const mp_float val("-1.10343862015381870230559504544889488733326286025932396882106773688381927143708549796468324401313062462226631295867292566228903860503095255789744879905675772585061435527995879860475416104999192842102974227187655884153321223946148130939885916540029541505482986874478823951185473526903076329332655926140419267718428755080593019083824282266472069469983806391031209894741238526484569895140915643542334518663654752262614547987E+000000000000001445");
     return val;
   }
 
- static const mp_float& A000367_425(void)
+ const mp_float& A000367_425(void)
   {
     static const mp_float val("+2.43952369703931549595475582718833563051109147531695194256390512225514578644045424350224141679252816109601735892952029385883933683978432576974594270172260761118764488652945709643002982528877040355010047877549850746301250715532830694416281593076280158023333662774493706841716340628126683982680490134392383509320776561164928478341473034016392810106010974018327245662398170445929416336371482245602116885495036312515379859279E+000000000000001446");
     return val;
   }
 
- static const mp_float& A000367_426(void)
+ const mp_float& A000367_426(void)
   {
     static const mp_float val("-1.58081919954731233059370102876653315915261797056583620754143315972536920428381965152850374306885361514934627452302186357180361612773716102174812756419623662521438571464809786890505570415938699909656736361940901717555669397020088156529228680157737820523403742709132745322010398302062740780053635116642548548849831343065494643287856446631505059526142011543306608443827181094419991928971847247312947438573937489008226153310E+000000000000001455");
     return val;
   }
 
- static const mp_float& A000367_427(void)
+ const mp_float& A000367_427(void)
   {
     static const mp_float val("+7.51569139829435732419130081294189106994189161487895582352839286410896624749920414291515429812978831259968559294845331063855993012055507092591556568549773823006620506906642282580130274661499988862926682103885003068521890703160839618970425254985969066494327743747509891559076049801693097643734782744038334464804956080711940619200456605342916758339605573149872511455689530730775434563682158922029601238975285670508523945215E+000000000000001453");
     return val;
   }
 
- static const mp_float& A000367_428(void)
+ const mp_float& A000367_428(void)
   {
     static const mp_float val("-5.97035160360619482401050583987956958055194218669022971576357170456903117044208875891846796051429634350890301013103336267865908425721642772291854149624528990939042498413058867591751210226249280618071533096019319988682315005343031960568519991352453868594792671351711108084735533085448657712647001906755160035046479489103242560943194639309180737237733829400514200492594983855860626945505618999338682738501565069435756343261E+000000000000001461");
     return val;
   }
 
- static const mp_float& A000367_429(void)
+ const mp_float& A000367_429(void)
   {
     static const mp_float val("+1.89967098211269707957916633212709671081509639327081438597608683969727155911672977320719605777361727341105336858096498020679891691781115685091574154369950358915415394569851078777868839742241679578419035913984419985072371383738127850248659036566059433233805049852696924233121312732652488341374437535156791589380142751015915412955685116061023165106717663146324222575205848746737659689422657756785583487029794726397179634430E+000000000000001471");
     return val;
   }
 
- static const mp_float& A000367_430(void)
+ const mp_float& A000367_430(void)
   {
     static const mp_float val("-1.99147746363810689705888037900271076210109822536088856729958450534661134230813049966601507411414627901596680863568777885946629974081127525785451507538072508766415418670036656196435842181095826988308267700351777110719762378684063592458064102242755827072667280856299467075744318980230854635925820840445582556692509436106511634901778710280398202209580474852770493017879586085108485278354131502361329051571646720048750676912E+000000000000001473");
     return val;
   }
 
- static const mp_float& A000367_431(void)
+ const mp_float& A000367_431(void)
   {
     static const mp_float val("+7.87863189036596058524645230550296282662587049018559512562723779325451273737060531234145478887962216373082444811704321329506303898642909058508044966130725456510174752137939767181511420226694916148951131979960571022570735976738169401559142358020346935249206530604836550774133416091509642338463232016089904882140500356815796764192807493428716841196804056990926208065744769444103410229495037059236159053657129485965051043496E+000000000000001473");
     return val;
   }
 
- static const mp_float& A000367_432(void)
+ const mp_float& A000367_432(void)
   {
     static const mp_float val("-3.13349818234433103109234109005729755630627358189145665334204965212221866133349888532905787317336732294609570109100299489936797149201846182676693872089137252017380339559354084578048925786344005825156896821431534101806813930969150022266517166564825379506162183124638812300337957621622373318022606035045353893325652388485798909991655505270037169239704912281942529747069265067758054887230733847620309999113241600841642245732E+000000000000001490");
     return val;
   }
 
- static const mp_float& A000367_433(void)
+ const mp_float& A000367_433(void)
   {
     static const mp_float val("+3.27174221836729398250391570355136572700206825465943194753741118189603418027679361255523107092452539790026802040535296017811569102901462580576958279018716010028902217369507676478904258643539631455135235994316081905935285042427226578757512606311770637375107747186703818897026674949668698632267598157039360289770318907241880165652434424708606742814411140410559845372483682016018874332084442259319619982020239497441168124072E+000000000000001479");
     return val;
   }
 
- static const mp_float& A000367_434(void)
+ const mp_float& A000367_434(void)
   {
     static const mp_float val("-9.04328392607633265278955269504305988810607671516613544081683934732957560986788883544115762455937185596196994062712702680476907086784806782246443264742829903771462688087844601616532921573305076457283392702416308837370223306111129423141467770242005037313604600120374855160567957168132164030458108907459683406057061537039785758697337957298518212038413191205193117923946444064341818014228236019783038476632050192741409732156E+000000000000001485");
     return val;
   }
 
- static const mp_float& A000367_435(void)
+ const mp_float& A000367_435(void)
   {
     static const mp_float val("+1.68206156403215883279602864007942522893803433507073115279447118897607710537426403924717260414520426363350813470162632667237929803675752215082145328872010774893833754127112422181007268364347663610230803346500182119908761419860875331125449680307092218412458317235621790087460671383900687338833690361984788458868275874565960972413466345876488812034670994746820704348039334835342793589538540187055983591519845513387419541362E+000000000000001493");
     return val;
   }
 
- static const mp_float& A000367_436(void)
+ const mp_float& A000367_436(void)
   {
     static const mp_float val("-1.14890035595213312308633602052830752146848573266118373498525105584070720183812816394557174698012625271207159002952635798440691925113601722812864375912952163377062036082655774105915845248061765414170821712813535632110017571032443496251598208677929287346501391972840528276533915989413578920253254591757949178139307839521204375985597082894520477420619971830797146580987947503080172798679363264444358775031017792317840555907E+000000000000001493");
     return val;
   }
 
- static const mp_float& A000367_437(void)
+ const mp_float& A000367_437(void)
   {
     static const mp_float val("+2.08725811020780935268988735528600640618737739847644671446132229940794046847093577824084095833399014672274401389474716379936645539064550028670608928041504976479243350614586356033923114837243046167753075720515330183524514832740495849309654097129096487167917543395139031231053807208191978129188691104818290597463282359300355402847354021705245394097365706978464114466794520226674602997877724543224769799353367589345373905358E+000000000000001498");
     return val;
   }
 
- static const mp_float& A000367_438(void)
+ const mp_float& A000367_438(void)
   {
     static const mp_float val("-4.42561726186069965408980458678568096071788903389797513617211953813891634408248131533598172079555810697852172012143128969574033162073377582413218474087664338081321170821436922200263858780595402984183596433525413833512853102909912604426036720063615772825754338083441784591379408518499990806995829035852680352262697905088230016622395765987834496831837966927257742848183787524990688560639804053482731491677425224548682362311E+000000000000001511");
     return val;
   }
 
- static const mp_float& A000367_439(void)
+ const mp_float& A000367_439(void)
   {
     static const mp_float val("+1.68176416502152045683994873737726241153692176628158605376030710064483648127210662397016473065782122387287060441706589508342837701608681177805110267923582233146339328187431184890567579937077936040564492309864792229114151254931206879601838193613389861710963627065465540112905519958838767648112791831684561332356117837319309675544700296104141656539318699699180510313326571898035253647447105936465023265866718669468846506070E+000000000000001505");
     return val;
   }
 
- static const mp_float& A000367_440(void)
+ const mp_float& A000367_440(void)
   {
     static const mp_float val("-2.27806506213155057427295951695334313729815409839259062555614494518745239151141297220735730674035867865010818769814308400581237503323556842037371809360581971630700063812403426205938830415683123495463948552031001189319037387207352833775061558664058554353634056480385131384943970796503724719291887358916177035437559969590087844296536483632988944396486499407590748491800782836294072489179790665363870664567910669989259991628E+000000000000001520");
     return val;
   }
 
- static const mp_float& A000367_441(void)
+ const mp_float& A000367_441(void)
   {
     static const mp_float val("+4.15954840635935375167494514212512286869251222714755834905814350510411709690679384606685682696258111226640040453540225011815817405676760120235315798643746348349027024554469546481110725423245285573434725920961579807994272846205576579023657987001259633882034797397783212213205978522796097042787111256882642499257873902528572029255397302675572078889458149085996777575047770970743910897079401627565069291165603279153337390767E+000000000000001522");
     return val;
   }
 
- static const mp_float& A000367_442(void)
+ const mp_float& A000367_442(void)
   {
     static const mp_float val("-1.50544361369705845080344045975838935366868420357100458370636526855723828092046281656464220605423020785728410526172165465903272356969918335645242789132149808200101679302241313970979671784657429217045667798319488444536108523463818080208109912631362628802295676291097221159630974802364423352076525954204642604738969045339890305570334558259018795730754082545783910254982340684687813770992328921848017263046222340645322811822E+000000000000001523");
     return val;
   }
 
- static const mp_float& A000367_443(void)
+ const mp_float& A000367_443(void)
   {
     static const mp_float val("+2.25920566939480023627777571590833378273353045847787668578659299870097471165100214063791426942077838046339562788320487398355506522407364215760083884551117753680694835969771245484387623389492101115964857900830118827732361355166986095835422523780961346952403513807295053309413428678959404115741522248121974009353431821069465885104751415467631619770708729570287451295764705538883589835562121130307598761813693226410320107248E+000000000000001525");
     return val;
   }
 
- static const mp_float& A000367_444(void)
+ const mp_float& A000367_444(void)
   {
     static const mp_float val("-7.68265845579984600230456113852056876624100401806055689133274089333040338330981050225258876003509958689585589903485399270200484978358263016137681284598991028034245242331457122760212097001523567984846010233547837335899244380560352480766153681599841366296636740541390848967276293317206055343456497917039635229623188069118972444684323191271417864922395909252186774494601409144501924130463824289852138987555939188519352983972E+000000000000001533");
     return val;
   }
 
- static const mp_float& A000367_445(void)
+ const mp_float& A000367_445(void)
   {
     static const mp_float val("+2.00533412963507236207214904839442863690645024870329413536188408588505843943069011316022778433491279338210258313849413451595205611749222846727005045739635352315576498868781642085901336344699736081395671916664307182540691229631515597853205214268208872968539310480082778657965136246321435290004194886403480903993416185355173629865245480619965359926408179925332325206512611871075278534928295995965219035478804679794094330208E+000000000000001534");
     return val;
   }
 
- static const mp_float& A000367_446(void)
+ const mp_float& A000367_446(void)
   {
     static const mp_float val("-1.02516519976918117268560481213220120616169054750766726497529676421243798183578734586804591127276289402525557998222163732392722627074449958259193392817994623762835891704826921455118021999983088319605329595866211327463094525952883113412399794201709779304031443088478232717833165332018110642582749481859911523128240075570279478980087868256593838679505156728268197776701511648587742145700129036385898494353434738945446773956E+000000000000001536");
     return val;
   }
 
- static const mp_float& A000367_447(void)
+ const mp_float& A000367_447(void)
   {
     static const mp_float val("+2.90235900983354079008798794561625753414343652700910951321885144849323130430818972382444506176416009217013005760809797952249283637478997861322075019288142362654528254776272832767824520865314857593037933413907875521187388030001826559724656224200413961504830551919263207892763439863156253961019590288409440947096348311627877618178226751221694684415133392430060005508063610186806593016708234729690249522390089478362769159287E+000000000000001540");
     return val;
   }
 
- static const mp_float& A000367_448(void)
+ const mp_float& A000367_448(void)
   {
     static const mp_float val("-1.05333401319130933412745269998011008109576513623489216410560499145806843302112712141104872693076974184264628080390152603886510861765966960174376819962303012321771606733378300123214969798142152323339597312454117347581531042333990466564321214180707552664492575754958616200762663762622111062771620741033635908434108020705983200549644468360835554921376443035646448443839232834536870338593990289705858898193695081513049505424E+000000000000001552");
     return val;
   }
 
- static const mp_float& A000367_449(void)
+ const mp_float& A000367_449(void)
   {
     static const mp_float val("+1.71843631983319982113940616061271526663188466519876343822939478618805687150397223992199458971275843513927719614234277843765581867375959576481599808294257721334138022683718118918207329525606846661610113845373360561066149936315235200358342121906482386464972816956924660333146578320203408127869647535127802438531267524668030227751399303903991143716616362468502956723496347029009672067081205173972923371523780478387475927133E+000000000000001548");
     return val;
   }
 
- static const mp_float& A000367_450(void)
+ const mp_float& A000367_450(void)
   {
     static const mp_float val("-6.46850233392158818168471803387065863792369122660372110726709509324926842950308614070364298611159332468443107380158258749308367909771244521648883664089212506864270478421814485078201849383280541207615441680459410787240988273861501623775780566323710939088674645795806555242553768950795038383425485330770912826115178259886089807959179331165218201046822482363978349028853826766102069188606151864359465610715449903857038220398E+000000000000001568");
     return val;
   }
 
- static const mp_float& A000367_451(void)
+ const mp_float& A000367_451(void)
   {
     static const mp_float val("+1.38405525229780304937917249978107086853960679573619920212247866612706099381344112603811069045854932821207784530884573423609406030712975088425046441305430320475747587262706165175163117932659462461518342181238272213013369869445217281336828366392779486068861128317726245399252677533221494891965023089808283369760177798562408735132866118956458115542761869620936210982712410776401894957649445627241575264673566105441683211214E+000000000000001560");
     return val;
   }
 
- static const mp_float& A000367_452(void)
+ const mp_float& A000367_452(void)
   {
     static const mp_float val("-1.70153076139764901762463558063667980235512224627541995100214043197416995312200873902893304528397344388346570326622636000381385961087804113384165353227220350888742119441516223752380565419357005105150701731072759443841952123745540321833119912273710732456404479081962025816175217440453046660653427810385132561847078972241240440440860211586244077749735551531790689820848197194455082055791367218260973121539631534688896911959E+000000000000001564");
     return val;
   }
 
- static const mp_float& A000367_453(void)
+ const mp_float& A000367_453(void)
   {
     static const mp_float val("+1.97681628751497429136139516367953359718583385162450880327610862469093943638355201995878001466258756447166076320354684015542781565371964705356970890269280078908481956210324920853249784641340580296235204538638557918960433455739093576212481793496737203519865976398805518836643680173229107826308618656126882719961726588570859508072877505830923155318461790138539382752458821393332354756268108965583377235362151415225045348675E+000000000000001569");
     return val;
   }
 
- static const mp_float& A000367_454(void)
+ const mp_float& A000367_454(void)
   {
     static const mp_float val("-3.24761386453174888277183636994230501089232969987087928839278519913578774237051979187842229390486241926845195415454435694112358169313050754155587898273915599975931150663401290552146078420445220876647213626875493331487984619484473835995158650193363647517386833831337774212136004319710702031475693895731757242654535437282642110016062412422394005514800008668721566947339516907377773764276824726774270207928941274256835096880E+000000000000001570");
     return val;
   }
 
- static const mp_float& A000367_455(void)
+ const mp_float& A000367_455(void)
   {
     static const mp_float val("+1.26847124839074791786026836834121999641844373482208651295764461373597929243264783969714077558257417751389576444253351399205838371885438877304492802107712318212135186456258514202715259276361999863403087678374884022185717599931929540806444932572472769902247039326640917341179677367211722762295359113868239589020384776784905267941181375653523328380787502350483126092110717727095993132940866109279478766490190760373506221584E+000000000000001582");
     return val;
   }
 
- static const mp_float& A000367_456(void)
+ const mp_float& A000367_456(void)
   {
     static const mp_float val("-2.31849092498693345945948190320800539773440875657345867681383492351358761316277379856975500339671086716305839964709847232899839169224928648029857654085571039590297919904942077432193369052881449830513951306492163730710932290323105273106351882412010726774277473751399885310701324702872730202571385832055364387139735101605458881224189099761072462945038188993517978397596850311408227563947241710277439355148147771974714650741E+000000000000001587");
     return val;
   }
 
- static const mp_float& A000367_457(void)
+ const mp_float& A000367_457(void)
   {
     static const mp_float val("+6.05411458400999305152167721157204583847821302977073387994065522056555637689484512470433881952342956057887501212481428957238751045646452039842490410551879669564318564518668699396788029559713631575212415714638082172490640344515532268860027804797300853453535927890127846719821725662217278881141324863559053148112240873542991078384182657766038682596905246329540010363904340296974650689641560763180797781220072675373220924239E+000000000000001582");
     return val;
   }
 
- static const mp_float& A000367_458(void)
+ const mp_float& A000367_458(void)
   {
     static const mp_float val("-6.42654379956970553198171908007782641767114210190505170744680815674908515679179713893835297148320384841233088210968880278750707722300094293570969756112945428813018914758971791850829256474732050432102489621195501955067566059387573724034942230631803477367168608632074151561344207446912159132823812805456814645140150458322869570761064234369226801729605467271360275252690203757068299528135598842990932547713469253883670202171E+000000000000001587");
     return val;
   }
 
- static const mp_float& A000367_459(void)
+ const mp_float& A000367_459(void)
   {
     static const mp_float val("+1.05925982309001711817758470680803708054950145190635970480725532908549343933073887143517352281595012906091582138887875918467553836999447909570091651050262685299635097002381183505030047634669471821851287304700320151000338882393837955800357560289065560129026571728128463050834653170415399001724739945278580042027090260949329566009856763621791983194638499429072443027809588628583553880389074629400229887036588919799371216611E+000000000000001601");
     return val;
   }
 
- static const mp_float& A000367_460(void)
+ const mp_float& A000367_460(void)
   {
     static const mp_float val("-2.86779880312826614039346059429273644020504976815401592150239834736087307326225542044377326815535417734275045025301252774999018549759160170958834377286554141381354152336600913481423322056194952910644487296199878577972719638090399099356125793929456395084311419618945558749599276196838684384254319033309060501921291307581066108472573748743021215932539755850256356520998947135226371835390165169107452978122331864956908661666E+000000000000001603");
     return val;
   }
 
- static const mp_float& A000367_461(void)
+ const mp_float& A000367_461(void)
   {
     static const mp_float val("+1.26250807385825216914578273459083904682355661670330241967242116084139981730436652136206697711964837906659963718132696848385048030061286048708118901528995394204549340741781552727126157093016578211743432124936646394522552928879710344077881681467834607461269712087118566752278883831965645869146480878562916425736387858520281608887773701963963137290688386560681366310322344162470648082901114362210027268908567252576302361952E+000000000000001600");
     return val;
   }
 
- static const mp_float& A000367_462(void)
+ const mp_float& A000367_462(void)
   {
     static const mp_float val("-1.10410297365188554223480576207654991192191877681804442850961244304659078008377006115500899130305511461765008788909684172947730319591764895192080104948640919003348082551622863421427337322565413256011184689107912518948635325365233894590112491264254064043211870753563840927826494324449400709939426090719062764530145676320521072985424298115474625214914781667126940095269968139921285596618493061438735853690917352987749627399E+000000000000001616");
     return val;
   }
 
- static const mp_float& A000367_463(void)
+ const mp_float& A000367_463(void)
   {
     static const mp_float val("+5.91753836676565652556224404708254108187844206675935217932940997601417056078242789170526257292416176514090389028879233628084408386073338183386861615013674984598019698403578436691196543537936912803860346871629943928756986600150330636926372373423849139410478859962836542608700614742022816221954917011640519459625250076234908475812419727724684551809654685543759650415901526508784016759242784011550150969740026299041810307243E+000000000000001608");
     return val;
   }
 
- static const mp_float& A000367_464(void)
+ const mp_float& A000367_464(void)
   {
     static const mp_float val("-1.39975371373905015222949069863898259815463809512043381822899004084300276534845329110836637292273904217077308226151754619739593787073457283621238729290589207547597548908218582209024388003504098861346188278916508664511139283160870647719431702665290587043772587339957647729255500391932428816684206293804806458646394222013440372600940959229216505972730714197672248128691788034822436647378472089631085533900493259629904865868E+000000000000001622");
     return val;
   }
 
- static const mp_float& A000367_465(void)
+ const mp_float& A000367_465(void)
   {
     static const mp_float val("+2.09488790772910690613466359914075446808180229272430985662238600612414762515901915296296274478933065451824216809924282690883675191182695193995280922869065404767807275366362263883711621729215483548293830422629654840363503168113936379599086113220304195030636590627779469937867658579141381979446412061808790792301834682200475128141755578738823575065111358018717342334014165808277483751326743977892315524032447961994221284848E+000000000000001623");
     return val;
   }
 
- static const mp_float& A000367_466(void)
+ const mp_float& A000367_466(void)
   {
     static const mp_float val("-1.44824061685482041457284283814138796073352832936598235332491917999320584092739817278119746896819095587596424319799597307967852703959218511167075572715472586907380718050029461129319313668579107774468603961539963122406322671597857265141568682128224883633461041895237604053227061342965402384466457222348047187766032665850850521803406081128075116823292990889271580874993146860870605303334940986824202699717782185568743884010E+000000000000001625");
     return val;
   }
 
- static const mp_float& A000367_467(void)
+ const mp_float& A000367_467(void)
   {
     static const mp_float val("+1.36906044114230927803964449547598630867338629090422552437734291714085777574962919093769381127164586817486826268839695829939731689571055616855871219128913059179016316427878542190429693831044416764472687990208123587708615767393713105875997207468917692336664759798696739293375565414185379858273459355090425075687685124157927549760515331820340901026611411330479740283767161825731033286396351476727992770338428120852448805685E+000000000000001626");
     return val;
   }
 
- static const mp_float& A000367_468(void)
+ const mp_float& A000367_468(void)
   {
     static const mp_float val("-1.36623833884914029966388485912443289304959914514284095445299941055250578395236743101287234156262418124964242766765093857042956594137555409010879019458034969000053950570557086915845227411262914536296989118623207276191181530663856303132815466483987345853851600241189519827543901470686735686894080158420157686331777290927199334525461109464590658649409068999026230724167658491404773468002030209738003136442199537851692042779E+000000000000001649");
     return val;
   }
 
- static const mp_float& A000367_469(void)
+ const mp_float& A000367_469(void)
   {
     static const mp_float val("+6.75667511794714323385528162532534695664965771012121136572172425250646810624064477283335409732303690922245918074603740161579224837123311425836025627657409281625493575900375604928541174783682303967137611887944598165892366423924879756427786704102983345068604297418429339061352297330782444273418510567605213589900094753813324099988737486775451329379207862692387823635331435812048705055453696268091824664058761979396677604801E+000000000000001634");
     return val;
   }
 
- static const mp_float& A000367_470(void)
+ const mp_float& A000367_470(void)
   {
     static const mp_float val("-7.81842112600034139265286297098640659598249192337892490018791623277693143860153230314525117966826666413335100087811128218208965181481264895547543320883023113907666935420418078842694659231601240465035392170588507660072876839768709841062283674477172413442665743756841953997870926434808275685575650693417323560330071757697642643373405652555478187692088764168764683512502719669282492294884471590278996274113481523985844154472E+000000000000001643");
     return val;
   }
 
- static const mp_float& A000367_471(void)
+ const mp_float& A000367_471(void)
   {
     static const mp_float val("+2.37435457987629442309335133682177294863220092402536496896804499192627094027161569466326512041326981906255671057420308279844823503754426300793498618659190236974715843866829590874915558566077878413455976013584301134882557239769840026889049822498974074008437783040462056019243782806645144841541694478511328030585379257843812757279910271617452759063815512592663640323507086290417288878628195706147589812963603362055619981850E+000000000000001644");
     return val;
   }
 
- static const mp_float& A000367_472(void)
+ const mp_float& A000367_472(void)
   {
     static const mp_float val("-6.50115337285147812533872074016626099043487718558267251906741752317511335473071613375702354144234609954971512272487163585206623626404051151914470515349032692545672925061932265332531516887808675791682067163279809516396613273124979699033987917079162611764851958448737058519433114614564761653761417726540736017955123306558350807788834358790186605421193630964411427141675169287309413517188713567723682446083407794613428710594E+000000000000001649");
     return val;
   }
 
- static const mp_float& A000367_473(void)
+ const mp_float& A000367_473(void)
   {
     static const mp_float val("+3.77235459884959970237361333518448705412724497838608281683289947201833117848329189666221352825368879779964089756558204994889035714273886145680492613945665195419591791625565493729619725055771655590463160730156152040225931314547793760562285884380641876836770609653178028707472589171568021560886982764759788535181545956123793536855865312224671643163460290913455146762217736896031293080944115041294532123868979634157189191026E+000000000000001656");
     return val;
   }
 
- static const mp_float& A000367_474(void)
+ const mp_float& A000367_474(void)
   {
     static const mp_float val("-5.68072718403326163199964095066335087992449669349571329681089590583476217112963238315076535116389016021529235631669466141907741449607110236684729753648082688818969643085082092038710203179219685392973895824117209016099417696105329030420211704634937285001287517948257429987343068678542555874765703660536334565908048658723310195019480897548350254846498952779301002690285688071700774404126460072976091705893444943341615620384E+000000000000001661");
     return val;
   }
 
- static const mp_float& A000367_475(void)
+ const mp_float& A000367_475(void)
   {
     static const mp_float val("+1.88968496372274522632439341545445003945622778183347679785091662706816357275563095677559600809868067546105546607690624671950393364456406170264837556188768890253273477319602252302997864242898685470304233892155691286918826344918540037567460417173842164454710077075999637690628575495723225172706181654062159755208640511094627880114188240158667750445772752960574444732927340855835384168433784003230512458072993253829182819560E+000000000000001664");
     return val;
   }
 
- static const mp_float& A000367_476(void)
+ const mp_float& A000367_476(void)
   {
     static const mp_float val("-9.33255277615864412320755159258039093243154847876115550997253707829741443591282252055490391648405640381423502237799359128183440437223249473855830669811556431316131341257664533141066480084310345127140772346994041244504715490154059738195001037880347761822630738749860119432703364460510333204602313891160661862045873809082842360316682442761315506475492766329555340543349904124238922017988759798446465908447118312128159191897E+000000000000001674");
     return val;
   }
 
- static const mp_float& A000367_477(void)
+ const mp_float& A000367_477(void)
   {
     static const mp_float val("+6.75986528100616156915380120051345589213373727153170063974675764060201679804154163720773815165942934999842154009132438639491070253679526692183716617293575241680466012162512874557087561161380631982433376502189811099897005480805990908060128044514802254133029137557802021117173097649347557939614309419765075925391842426716107778567630053062002542641671089266383375883772265621730738550014751585420091051509027645890744942553E+000000000000001673");
     return val;
   }
 
- static const mp_float& A000367_478(void)
+ const mp_float& A000367_478(void)
   {
     static const mp_float val("-2.63093226538623513149021365922520256068388510011139452627550707217444836554298925501934462610635455819791620128700744471890949449038698069191643574042334374846191977420599688437089681076763400004232826199566580124873281798694670387520824747646936694684944651582520305201427502459674332487503653778311911625985099353890931779349809447719378572124853577140006393497947045774879648465346739968319453914573665968318173192568E+000000000000001677");
     return val;
   }
 
- static const mp_float& A000367_479(void)
+ const mp_float& A000367_479(void)
   {
     static const mp_float val("+2.55106696849645193671650688185725510799620147885951879575171811560914123486280638044362207586786899380711070458228966789282387366246676053392961590989468862201329820734188151264163156173620033912310712366445400044447262682416340787562627765860992851272576399084077550227360058211462216646030295960166298605185634995739779664511894915844137095413682894374442012639647599868741304817918513547170289054250708137815392196272E+000000000000001678");
     return val;
   }
 
- static const mp_float& A000367_480(void)
+ const mp_float& A000367_480(void)
   {
     static const mp_float val("-1.77062437105990402674931998487580988810841965734005168008076182831585015196847784430033867505923049972383720189976532316825852759724511015112511529433587540752328182377105919732733712920353822163950400863523722318942813155354213175126966877286321386943276457167767933202091393858404328972463936784562907720543134731748522384574633285734432359876216766725033731729999364756578639589262393716460782748927831780793740329990E+000000000000001699");
     return val;
   }
 
- static const mp_float& A000367_481(void)
+ const mp_float& A000367_481(void)
   {
     static const mp_float val("+1.39312692518201859826873649834000063113320834351148694087408150784712407580908843002603827095922098195335430248385722828009968487655601031501905161050808541173483452290982099797919825353323502011062465034299066608535789240159113541868887810665021859135523534577151130598969633990313261808041411001076242765812207923146185648116728930090723763365729936396174167493884485924600934525483119061228578500680324645867302681377E+000000000000001687");
     return val;
   }
 
- static const mp_float& A000367_482(void)
+ const mp_float& A000367_482(void)
   {
     static const mp_float val("-1.63796370673849817484340963115726534151791607236280324924150512512632592875287404241717780496515224766152532602844336048640648166227542536104513669014066151172418224539457037505807057250434484345146207138405537045197178964072559280005529486835368120317337584154685453671480752556140328752372579603287272823907444216706727059842185821042352634466668293394861738692939935716481013035834617732634224590291533392309419933328E+000000000000001692");
     return val;
   }
 
- static const mp_float& A000367_483(void)
+ const mp_float& A000367_483(void)
   {
     static const mp_float val("+1.47090492193820023484502033688810886861852639228472759298319551562515497945625837599215717773640035153206827513472655421679520165035185466761563451478649130793620109544667315959378324121744233350148385135816241495610764142756341126286220734695592363864585391134260747369256480774555601476263041029639854178365182864832462833461648501746968487864965586480333752487595699495657684348348592832015229846277346537412585945703E+000000000000001705");
     return val;
   }
 
- static const mp_float& A000367_484(void)
+ const mp_float& A000367_484(void)
   {
     static const mp_float val("-1.87719295218918415064750020905440827572433169385750352200635427757433154517323850062429625562485563671284124377265750404626143865963277176402965342563819837084997401838481595200372170395310373662982826591431992014063998283058115070355584711562443562817183044749361274978924624579864209786451878800982895410773275584150388083899784386962617916931365444228786690320263538865812522983342686474266244782620711437264068709095E+000000000000001704");
     return val;
   }
 
- static const mp_float& A000367_485(void)
+ const mp_float& A000367_485(void)
   {
     static const mp_float val("+4.66410971276420693202366152193544523458286935528760601791278723874827372467566888573464625744302330574390367597456984737204148313649344299207007918151130510853063727342735736517723267771375524959841878338207155829431779880824935175149056830653911051683430344124364261640671750458248853955113703381183401745436085085554735760708976319375198924681853156639830037090768955771213640759570053719849560202401070750126006295159E+000000000000001708");
     return val;
   }
 
- static const mp_float& A000367_486(void)
+ const mp_float& A000367_486(void)
   {
     static const mp_float val("-2.88929832605438676009190047083641203897326345301058186570024553707972160965986955772993925461477604921364711234302069357012498388182941676362052553850806647006737753078562485734077479615781113765764750973564195295095637863191575163659530411316962432427910361627189603735206013633908596304723082416296288011457732947909494924053650276434728760396140665947339520072983227658813864138548905011655961433821296725818824951669E+000000000000001721");
     return val;
   }
 
- static const mp_float& A000367_487(void)
+ const mp_float& A000367_487(void)
   {
     static const mp_float val("+2.50607844529422788168244298356766824414222196440322629571728540724437876299221496954123867285830921056259511461669755651572132999042579965936661393778266237982692026176097466408210835599326385562458925611248956286376133564574096029387535658530008428792782237387199868277298224036317635240622333818785040500479552418332506565505430191018441733830749335800095754687851128826019374958753964511120268187995743391384547560338E+000000000000001713");
     return val;
   }
 
- static const mp_float& A000367_488(void)
+ const mp_float& A000367_488(void)
   {
     static const mp_float val("-5.01652345605438246101192630665888823854370443933179827978963220146279121329574044228213969984329730707846364064477573216089790496752121656991379452157738982951096584108040796332093133587775174211219371480235517534778163951399245981510987670842751997555936463597542166108492361628796436508137306997141605901669716339533006091773154334354244446648829006210638775233930914417839233990559058985015560581277811008048560851164E+000000000000001722");
     return val;
   }
 
- static const mp_float& A000367_489(void)
+ const mp_float& A000367_489(void)
   {
     static const mp_float val("+1.02343691936205064790194600675329938349475516332025579886203374894016452316926832767852225307981377490369160167080657276776996604599922575190249273017086113829574663202335427473292068862738567100604223478895048530912333010075392447313711188123065960846258949149571526889813192117724398458678674484401113570807868714689762661873222091587786504984601215308992791760807588130862616001259773605774010808061545982319146844741E+000000000000001723");
     return val;
   }
 
- static const mp_float& A000367_490(void)
+ const mp_float& A000367_490(void)
   {
     static const mp_float val("-3.89205370922338983105388132226608518729230081748582081232633294607561069757934905220301736935236553203021179975996149325058994001465352482571148662513186277841064644845884372316376825900472235380778692404001743979327307049175346764546869942627226339533617206818682197492263787664304846886897631825914500846100840233507642405166053305659188260321897986151830766677277516264990695478469090449668430414742427163507193368940E+000000000000001736");
     return val;
   }
 
- static const mp_float& A000367_491(void)
+ const mp_float& A000367_491(void)
   {
     static const mp_float val("+8.52287946883589106961550675127270030219835232529759304536038246881329034539294140001973167524149371351904613060419269728600406773535729533655759673858725959559719171033185981416848154192862877375348411201662777556569179643827274925580955060418313547662388888064048678854840510463923229369248514042103038739857790180490344923990395836777606252728832539296846850390082991651128425166325528446524506704513210056361178696716E+000000000000001733");
     return val;
   }
 
- static const mp_float& A000367_492(void)
+ const mp_float& A000367_492(void)
   {
     static const mp_float val("-8.02252718496448527584917343539231479955802569007139174047498566899429583435021246762420125514600291986775356246009369876871822295327465585196061915411679678994703298709672048994173628923731417527022168437242360227482905479591927560258150246616417468079659642306263289321879175205272383773324067112327852953015684462829574928239287163612908866538243956424334195364935554792987187026295419297104416310678936264464364274854E+000000000000001739");
     return val;
   }
 
- static const mp_float& A000367_493(void)
+ const mp_float& A000367_493(void)
   {
     static const mp_float val("+3.08338055141807928413521984384839453139624210278755678937327159827063385864061543694706338305845607783896187422180669962711600827630506437241068206521896712927552301744837602011868927788171671274323842518047700798437749443389259539590875016909484585723127467543354865788167094404164778123760223757238560785403263019271357099231577610783119053111734962415977960600110154379454495146455898353856966598262761180370731558474E+000000000000001741");
     return val;
   }
 
- static const mp_float& A000367_494(void)
+ const mp_float& A000367_494(void)
   {
     static const mp_float val("-3.42086039932993849665319641054940657957064701543511717941255756297257086279854912105509245588715443934916606574116504515021823443194891969304901481609429386532660632046169615593083312335150017246799163721050248408245842737489738168448958380589730896561291108977296837078652703546234975444840368289325281048139015905029186819728246452175211496874503627023393072216968431422533486425186519627015178775154961546500847147876E+000000000000001746");
     return val;
   }
 
- static const mp_float& A000367_495(void)
+ const mp_float& A000367_495(void)
   {
     static const mp_float val("+1.46057751466257298847711036422399529129186164650717172985937866379201370590521086952105123555789593143067750893697919461117125056701494208290244139990041548203730296477035650535516324137347796173452374663560030753469360180046379660230668819351647801006298557914030688502973259917545421972359057374479539792405994281359122100995860798297983740118183636269053008723039168929387538995212106804028937839261984092223748602884E+000000000000001764");
     return val;
   }
 
- static const mp_float& A000367_496(void)
+ const mp_float& A000367_496(void)
   {
     static const mp_float val("-6.77650468250858114115488966772615426608196252472570275397762447266737898985982294853866368547947037174689885892177015794738812123073312328836861637215410405588496614776974783760157615512514991918393597828675082543353399083989962246988499500701698806948776628595300306862167985748373974239189984801915311921079454206815580977270449212271876558166632811148239521820265871117654190383070877893031314907372590513916211299426E+000000000000001754");
     return val;
   }
 
- static const mp_float& A000367_497(void)
+ const mp_float& A000367_497(void)
   {
     static const mp_float val("+1.99325431633975044014825929419086255867138042025322277701630519405467064640723093039004935266550562088049153757563441397066902128908108825073497954300403479258438918713287185035973886986095240173130001334286789273675563639726597719778991354035236347873502359480343559806242685188528056263738360736328089033078963257316339656372845278721819447597567104106469346849112839049738602775994348778696616082012058487680884121236E+000000000000001757");
     return val;
   }
 
- static const mp_float& A000367_498(void)
+ const mp_float& A000367_498(void)
   {
     static const mp_float val("-1.89151141879377800681581654270073708163356918057416192467859186708643281846078020785886849123366945652296908218273361616683776088630546934417128128751146835601788425702579257980374236407994731011267531115132956910515583089614811898377949329495793825831832036515705425810266689624655266978332518869028246771229477641281870789937181301427015849175229695435957458742192642441252273639715414892633019137378542709189794334126E+000000000000001772");
     return val;
   }
 
- static const mp_float& A000367_499(void)
+ const mp_float& A000367_499(void)
   {
     static const mp_float val("+1.26110532226875863722186314413078643743677295049627612138078103746867313823650974407788470039178497753501219072295466558204298679021991671711901057083571660349677840304397840997074483381514474480661602660490046690668088731170670380133091686845468077021063400829579140293359786653218682193528189318801646741026740793259424016952009293462026946799198316332899071491347494944041085782241308017736239549963732065050373644222E+000000000000001766");
     return val;
   }
 
- static const mp_float& A000367_500(void)
+ const mp_float& A000367_500(void)
   {
     static const mp_float val("-1.82431047386618872545726402568577888793383368670429060521971581576411262572624911158657472577321069709615489924627495522908087488299539455188791856758224155166849269724418491401224257983095561709862992465225174097919156372263614283427805489710022810454653084411613723506969202201162441791760680262602019620260255790058416539271332852806000966628467639068343422638070295122610811666617281581715702361188930366816683991916E+000000000000001778");
     return val;
   }
 
- static const mp_float& A000367_501(void)
+ const mp_float& A000367_501(void)
   {
     static const mp_float val("+5.67540962495526889231966824817013756464073334197074758518291152935749349790778611098768359885641185079731353775235180662855905658685332960596461694242812306618981661418768678921755102744902798787461891937770289226822070917694146489328938285295417652955453989339151859660622703672108766011367202214723299947922342066700414049260859405101748873215742181822582162588263734783986073797381601042853437109453923295892207179116E+000000000000001775");
     return val;
   }
 
- static const mp_float& A000367_502(void)
+ const mp_float& A000367_502(void)
   {
     static const mp_float val("-5.20130200220943601519102981868640740110586582582327400547262537112203290242635602557619919944654008685636240107691140959141752460343232476070255081154083583802829759350151827292226663930540353923273346775680761481014876742885368623584183289837102776303398134648530384906714002088533599134638068587789492577384399161711344876679537988118750932759114747583170890328368178624611772179554002196503241419136251329292209050817E+000000000000001782");
     return val;
   }
 
- static const mp_float& A000367_503(void)
+ const mp_float& A000367_503(void)
   {
     static const mp_float val("+5.29637085721847014565397250405491179922002552129355790995618802436401341417971643093216704626938216980681007462540036883022066734890384314379455228077730389068679421500814620633108483556358105914051727652253628825377598359495122194624431898689538486837887337804522929660941492316960530690711424920483581696092193206778593769234048619801417560922714278624197674102852493775428989549231059123319572944995928119138345980893E+000000000000001783");
     return val;
   }
 
- static const mp_float& A000367_504(void)
+ const mp_float& A000367_504(void)
   {
     static const mp_float val("-3.28940116108263969392369165241758731857947346529973423315168750333330738700365084164644148036702759205626359093302879762815432097483266474529793165987239125665861091116285011891731971904709183780709938521728560947330318708963816057653513055017006449898454216521071747545206268764887256226670875547026320646567279234387949032194862213442394649730019645198512016910258956795512267827056720326623893157818030754007028751873E+000000000000001809");
     return val;
   }
 
- static const mp_float& A000367_505(void)
+ const mp_float& A000367_505(void)
   {
     static const mp_float val("+3.86682165121672764525876009309682433905846138252556702307162065265754559818988217175569052916558003210725321081091362276098819373865558765392441891259364604111038920012725311852342247810109029126405767132911913829049752801329419932586343860009311250253694795675579141337991890006583244951027771966929219211189156715041338757230852152623881949584221867777698335147472379377185847065545387359412311541983360936328098500947E+000000000000001793");
     return val;
   }
 
- static const mp_float& A000367_506(void)
+ const mp_float& A000367_506(void)
   {
     static const mp_float val("-4.98813882129737247681884169787666320071301505912959244448573177868111082437413198096190139740675352239947779800740078588555225945451015976197478513144192399501370584716433270299752194655278812415285135070277791880093100754214470258927557552526842511106883482145786346340573630438016189021552725288178129176306431140338915115678210520469742153213813800733917142604614276295519889535591943324233025673397900620785256840687E+000000000000001803");
     return val;
   }
 
- static const mp_float& A000367_507(void)
+ const mp_float& A000367_507(void)
   {
     static const mp_float val("+1.31082942835321292728201187965370153781293849727647281642632243347107790994117522011960871632418883247622970400006445339776739435900303218174821127210632404478733403549196487536316336006714910703724551221453094343361060900791226544014729942002099790795187224372798204212702312763267693566968526720560233096339318837702870300047664096865304512018152678517523927270756028597065338684083004337116358207409351150654401433619E+000000000000001804");
     return val;
   }
 
- static const mp_float& A000367_508(void)
+ const mp_float& A000367_508(void)
   {
     static const mp_float val("-1.57582814046246143012614308340093734163132344801651564882140239397830162210048503239223032153207592423742728663849923882764270508383430225933115235914526163699853395362137898227965898184397680060748713911197651927033800777740532676624140743480626100636421463671850222941627509197014555911616652619082133426636139378446839624336716351495277344519024018325880841369785660996680347364004389789843408375555640437808764517574E+000000000000001809");
     return val;
   }
 
- static const mp_float& A000367_509(void)
+ const mp_float& A000367_509(void)
   {
     static const mp_float val("+1.65464275936756845244141744649042252526422179548826264895525202309325955157262567248542634403262727333227860050689867379387603516590022862181243575486613471248367853398228052544721147265851777032832601460012997513721339594311745175286648705841892965869047794362231732360782562255238082114707897948447894926628590547055428430207610265978793771253902948131001981476263629620238454771463773381404810669895517508169486253173E+000000000000001813");
     return val;
   }
 
- static const mp_float& A000367_510(void)
+ const mp_float& A000367_510(void)
   {
     static const mp_float val("-4.25503616542258221625182447196825506420675128383045198921582672588840635234776171356442697786742584274822371559877600279435282370370391921871026294975989313139558507967920801080538402527644390959373734824511207128515195443228872055922505761737778851583253730605378167577745226593943694923253932807788853809593654893270252935979148858490950535571781411394181074476905321332685205218804730597030132558575552701330411778892E+000000000000001826");
     return val;
   }
 
- static const mp_float& A000367_511(void)
+ const mp_float& A000367_511(void)
   {
     static const mp_float val("+1.12995612187006084534165975512292105108324847652560340684506888558121437262062534577481045822340634565417640895425326500300217457066408149106551847670240105522609010509299299442267157581105511111101190497876506263644795775679076555633432773325874668541544331004822118388213174447461199264236655379275799307660435090199255952809370485164567445798599059603099077958786922082157235364832002770784023850321857153135831022019E+000000000000001819");
     return val;
   }
 
- static const mp_float& A000367_512(void)
+ const mp_float& A000367_512(void)
   {
     static const mp_float val("-6.54982176569343032302750358381744140178679342458908527843415919707145508280309906314323575769735295123438743273760886346985538988297263873453847431114317908884349777511445167028787099671160644947920495796897230022792455288444595653531917961028522173765775235298026848810510804893008916660455652634738896799552204918262500841396075424427995151174314124542653291483481833031794330410871419522692048187904518865618846888677E+000000000000001827");
     return val;
   }
 
- static const mp_float& A000367_513(void)
+ const mp_float& A000367_513(void)
   {
     static const mp_float val("+1.06228381222993831189597617231357168341892458995400447336123304570882910944122239404712386478619092087295974560166546265537421541586742747762184915059968478410295003591995131446817978883992004770576502882125791984932781709784813143926791359781066311282951681732887035862094488269286359486622974604218515933334212228706936816209811861672661092436817800041453823016419203237799009075810518072543592140572181240538424422250E+000000000000001830");
     return val;
   }
 
- static const mp_float& A000367_514(void)
+ const mp_float& A000367_514(void)
   {
     static const mp_float val("-1.06797908672296754536068977002656481066584088896931807798555170119259757080869890171510428649895033150310759330214069548864113211744888153536693853264588713439283068798473636208077558089081583708473075222642869090018536883449031920504773380159950707378126066397030712515053678181393615280251920098976160642895443598715428199902818971635336744763930690208376036874351727999526689813899435652345842444608440040028092776867E+000000000000001833");
     return val;
   }
 
- static const mp_float& A000367_515(void)
+ const mp_float& A000367_515(void)
   {
     static const mp_float val("+6.50334744767118610976514261828679040879785993418122074796793196479356138017770090955476849739858602182603340092716176309555671072353080079927062651834157487920306327215222645858462748667866953504581532750963696910764486489979576991638726170994055575558613459477703209314920097752660896226843089733328110481382128879561841802975799249448876397085119344721104244392201908746461674062246710451555258068860798675579191502134E+000000000000001840");
     return val;
   }
 
- static const mp_float& A000367_516(void)
+ const mp_float& A000367_516(void)
   {
     static const mp_float val("-1.25667233367150639066830570676769628598740177684369860535967115777891561367085787244019555766441558788373084637053304214825050452183073127677987699805357352528733434301559030724955312778814046614183609733594162832488400037829609211222087977674400814495885344244075673628629735954237593253234713995275830495758093254297763623761616255852988116635251334704200305443069823987379077080752081528021710886391227079088063926208E+000000000000001849");
     return val;
   }
 
- static const mp_float& A000367_517(void)
+ const mp_float& A000367_517(void)
   {
     static const mp_float val("+9.61730063516235302144062526112018705585764410416870324930778684831875310790145971395035608729197325141327985416719071817272187711649498206923639272589623369616864130014156513539721953288173076751593082590344249042169046820040636768259018488090799133532244733210125980180280292861715851951321146225914517930955278239682421020462608321440480123756232277358629866632902885060372169530823708993172984650604970314404878751857E+000000000000001846");
     return val;
   }
 
- static const mp_float& A000367_518(void)
+ const mp_float& A000367_518(void)
   {
     static const mp_float val("-2.45369170848232895079782908180939987587878401930373646102430499090628962658129075470445242338436021375992305229955745881018384026955278347571017616718386747762211494860432585221879896688808784884357572526189479274681930312068640214971019078001877047072586280741463446107635639098702222028690562085663704081112131514380874956970305274076870717986237126004636434849687369986625722904674008459472207932193953341496648465030E+000000000000001854");
     return val;
   }
 
- static const mp_float& A000367_519(void)
+ const mp_float& A000367_519(void)
   {
     static const mp_float val("+7.81493122256528964085743684150179121609349678836539938552859960837769058337424611815481747484683474331648655081487576078322955210703836366355333401935088741666695877039733110597792685714474571977061848354837469430616464410919406492070815021898190866261632802492443034859552862121602418290475905737994823761507696959563010288949674583317912016317810695392164290775548131216447574726790513443860552333189206267625688735202E+000000000000001860");
     return val;
   }
 
- static const mp_float& A000367_520(void)
+ const mp_float& A000367_520(void)
   {
     static const mp_float val("-1.17530776153800198229486072957955156193321596709406110303377423694163423114820495005013826487971755053601306661453718221188825143625451553358903473336348570109935825194050795743076627932019106720448513264374558550688829293947956041717337765101178846527574769134968033793713753403966570406619539948746767833780940840734903381609425718873985214299615069799549092073433431204487222059852409540165475600001158321731419154302E+000000000000001870");
     return val;
   }
 
- static const mp_float& A000367_521(void)
+ const mp_float& A000367_521(void)
   {
     static const mp_float val("+2.32878802797743256224981603222230443128779929345388854083743087627843004461389637040237232613915258181241378646511884350138935465394950667061978459588835703199039444761885077800988053665269061510993057685719771622182790443484970352323339086900932802619000943612694741226212756171298212210701927448348716535556719544520952061408495869387225360378486964052412310876980296273026352883137151626833670721859297698665209089047E+000000000000001863");
     return val;
   }
 
- static const mp_float& A000367_522(void)
+ const mp_float& A000367_522(void)
   {
     static const mp_float val("-2.21258966413583688057718914884091613810625292545014011352745022127586492325400014300342962060619524247764817332104212593885548772270396069889149348143322206498244490686481052103727102487447310282941737974934244172885272424504437104111949472291408566797075096094126292358888507527276995353884102848072425841976850111745963931821625177092218320023368685002989029354862009181734052133495788491435366254569279123606743619417E+000000000000001880");
     return val;
   }
 
- static const mp_float& A000367_523(void)
+ const mp_float& A000367_523(void)
   {
     static const mp_float val("+1.77845658744848659848343866119809794506106559489516538103366143126423612985715237268977780854514108285455163513393027414834790051165573131483202084785057201856432771378213201395670459875106636001676343431714269124520616118414577077433530020482656511105849483762907490070764915917659653684666771059051551278278498760792695456037484979981402601066558825223008444013313026986750426368356481741968830665719508193128666430385E+000000000000001872");
     return val;
   }
 
- static const mp_float& A000367_524(void)
+ const mp_float& A000367_524(void)
   {
     static const mp_float val("-6.81856110868972892436383594498919075491345934623508089705611295509238225394158969217465558323947953552607365091691573376406902588170819431078301979571183532075828480068464871414017859101509603569854896278331979099017624900060037672178728340539261932211937667275499452752298290003437794418374786316819100903457239736781639893391975144391648645184188892937405145601119467992740741674269286597077549284862180342558174199989E+000000000000001882");
     return val;
   }
 
- static const mp_float& A000367_525(void)
+ const mp_float& A000367_525(void)
   {
     static const mp_float val("+3.36540928429337334059911787946131222225337891574326829533726270020007357433178599327612624964221561750966524574619616154381636934688276520250263739436317542889988396304206399325817638460727179989525643303295710821296015741123612035526215709382833995580112192745863333779684423544971162784972231315305685030186505301177550364240451055856529498901833392145047183324095960875157246679022156204941113668627553593796219078546E+000000000000001895");
     return val;
   }
 
- static const mp_float& A000367_526(void)
+ const mp_float& A000367_526(void)
   {
     static const mp_float val("-1.93119118339476704342816709495959853636845439314971570425784092245274713510581379850536852325892175060529118255566654908254515654966813581062144520946858611096894560971555178472829725844666633222084246142506879441965087140090354285760680361298638579988011990561463676958481035103497594611340439619540642334381121708410483411525213973317517250477646614428630812662086158842838748472700632293338663503274742690813688749337E+000000000000001886");
     return val;
   }
 
- static const mp_float& A000367_527(void)
+ const mp_float& A000367_527(void)
   {
     static const mp_float val("+1.08583668710587317441222756385697536188324308408525302528324839326162098125031184533914611009427683593535165187766511522080510574352749929415392397327430181646711092781504746111461944543236881836174342430772792123629380476059486970147485480796294910853288279047093707740686373936150145851294727331212348275378546907215532002458595229656108822833354520221746716316701574410368444493389976515484115275467331511273201027303E+000000000000001890");
     return val;
   }
 
- static const mp_float& A000367_528(void)
+ const mp_float& A000367_528(void)
   {
     static const mp_float val("-1.11306507308426183159212829900819266180855138404621291281044476883257307173128798100981929702029374863502403672441436135796363613596074651118023475472679188655087175065920997932275289878792104279492980276278607271072744242429819734795465599295008789936862130483941452478937650679804593652617807857444409157857808559526434042121420107542187533713254735955788660791328946586095446686125798584184605023079290702363810922619E+000000000000001908");
     return val;
   }
 
- static const mp_float& A000367_529(void)
+ const mp_float& A000367_529(void)
   {
     static const mp_float val("+4.07962203075288751181741793357166034356831615370120376949396564631038590208746014485009828295094205703627778707103561549783181959248767859031600257286107508959916289572602497265589956923491415346579758730619901182361336733017469949021828323477956986313981250656179312925143435527957063568982734119257762270644243711507372305815826586645426880854790292080941727956980902355462416287748658552437601597003199460493095320509E+000000000000001900");
     return val;
   }
 
- static const mp_float& A000367_530(void)
+ const mp_float& A000367_530(void)
   {
     static const mp_float val("-1.54108293085689290562263718196340708575071682985140130470112082943594781877351771424471910703506096380517279096968997515998598400011720168105706898062544150205975377812892373698538097013179981686942538450472502638640562071776729652334504623895288431583733979996243143307943898549787158118640162002021404280890548573501896394489391975254562688902469786307731862820791042854766365562424407334469920286991117096821053904673E+000000000000001910");
     return val;
   }
 
- static const mp_float& A000367_531(void)
+ const mp_float& A000367_531(void)
   {
     static const mp_float val("+9.95930949134030400751788030968716177276180785774940645714909635814674490885560138368041100063353762099005544526836161064059226064371583535181317755124680264716805597307245377599916735832941987118662566222201936835385561415797268978480042742933155267040597228791935067487036092569414377589311982704594770397427545049849660074590391471549877297258388683075796624518097730227474582868439774482642304809211416500047968792462E+000000000000001912");
     return val;
   }
 
- static const mp_float& A000367_532(void)
+ const mp_float& A000367_532(void)
   {
     static const mp_float val("-2.92635817517660871208540445308727630510978512264455379876643853301645513051272301147529612072395012717439562891128278757679659464035272922214751061998496057047190527921647852683123558027014788925184740432579928042634978302083824978805273573441884601103188816490917461600675303438080051534187403585700077869291308827704501080100387527271817524252488840346831536782246553405617403445951817954401636826032714146904755768511E+000000000000001914");
     return val;
   }
 
- static const mp_float& A000367_533(void)
+ const mp_float& A000367_533(void)
   {
     static const mp_float val("+4.81708874012377543410624090794914299337631772445205059503763908847256536646895100217545752813581182943236927158164469376976943867119311073173704630945978801514784796983886726278722363509944380445955586961704082021694472432528856089264997152384116308529574650440643925696230621328497125456034513359529138468324176007744870029409419109223522613436580911872662301383068364664946029076500259284618343634268754056937951282264E+000000000000001918");
     return val;
   }
 
- static const mp_float& A000367_534(void)
+ const mp_float& A000367_534(void)
   {
     static const mp_float val("-1.45856108693730317946303981975874085190742327036021432142879690319271876146988495798770145045731510372741593919091041146465430333883695696240537213355386033538767249250600086132683729801179863819699000981270813042756038132676711398191365434816115420758573809282186967906623734903845727705340794754952457368250402230876598630372613580967950959403735674597341474976445667058792853734456340670455061510636423347060859019985E+000000000000001929");
     return val;
   }
 
- static const mp_float& A000367_535(void)
+ const mp_float& A000367_535(void)
   {
     static const mp_float val("+5.33920899900787240390694079182276911777512119161470935648992870559364678891821641502058867463640677349124422240632432285352110264566748121493544781227701763639517075352809650031579456181929482430150995428328662120235163446451072663463319016070340410960445474316820384703113842717766383268409625038633310501201499941207602011519213695336849863115199646949304269789709282327528500823168570701353018829879402635298453170651E+000000000000001926");
     return val;
   }
 
- static const mp_float& A000367_536(void)
+ const mp_float& A000367_536(void)
   {
     static const mp_float val("-3.22760189164053599566243034525349779426745953238492129242966111436356179999964186906990585192548917291614267169427146621349629162857409257143374371545848617746344702003893510962209395673883083758787437753956939862272889782110304028577314998073067128282107860855186352991701225694333513460742051530951694897078843131132935382107277505809662059839096198650342971681857078373402222045795169058139518977410759082725077195489E+000000000000001934");
     return val;
   }
 
- static const mp_float& A000367_537(void)
+ const mp_float& A000367_537(void)
   {
     static const mp_float val("+1.03548905024320497368930749418205830327180382562181865306923504438321279523675055244293617404433883449622425437763528723115497071793364678218680834472056067355617988795878454891575226324705448136277855686790913549345904516935414126339936149823194704074573299846382252943106477728537054740013436381680729610887776334406484291561132261162615612028250914256450546782990351084101361465834161469976127578119134388990568656821E+000000000000001938");
     return val;
   }
 
- static const mp_float& A000367_538(void)
+ const mp_float& A000367_538(void)
   {
     static const mp_float val("-6.03648360489899542712071321660727254900692604044544457084109531418188911403362651759382045246562071848070500977760487196307392791241727816862930162574985286522389253535920574389584315408137684454899063192365840083662287407273035081790179060185277380986238754356541440557705840048878183898764608007687899602843672640785576439227141443670151216152359149261521735485352296222700134647916890307662511430022573222609721864678E+000000000000001939");
     return val;
   }
 
- static const mp_float& A000367_539(void)
+ const mp_float& A000367_539(void)
   {
     static const mp_float val("+8.16613555040583240919781346937656973303391140709968859750824878171219792239770390561319360788619211137922745692585814763017845221882032913508798268517218348440514819768976827300661867360679799668935831077016618286227149686881488648922062322200924949399323424427710309276188850781433752996501096590231424156993142649507722106300444708461440489345015047957062694871230058441074031295500004834419419495727715048785621487296E+000000000000001944");
     return val;
   }
 
- static const mp_float& A000367_540(void)
+ const mp_float& A000367_540(void)
   {
     static const mp_float val("-6.03675420483564850404412453753436221919064797333922245518128136665180648914586645740675191421363943088095210813961744440524319782968902800397613436186663270461686037568087995687363746106727787537598639601008504051195973280834972169349305985385030122254221030370381482266335995539068089053148107268173067097855149694292683880318372400134978066671946288829522906745427064001748433045364509755726446693380875276006700361706E+000000000000001970");
     return val;
   }
 
- static const mp_float& A000367_541(void)
+ const mp_float& A000367_541(void)
   {
     static const mp_float val("+3.10504164963538502459448990950333594966245819920566999717706449753960129050657372825963842498764966492068450127471954379149772225966150071577169333183068170890522974084427548833962544092496208131402217025931028113818389004726661944803516272377229709746331327012196143591447567501962719428164601663544315839358532645534430152870755120235629181359764707363202693556543776425317773672872763812616557975197914674888366467436E+000000000000001952");
     return val;
   }
 
- static const mp_float& A000367_542(void)
+ const mp_float& A000367_542(void)
   {
     static const mp_float val("-4.61674020478395437188591040971225215888925454938513934307677064074099014766633494228264119426972163290269971051317328241034845636701379843848756429317631236449225058585844467493642015214451711924074760624907704058542963829364593105061479021815403417710194738986438513931007050538605636379450736487594640867156961878343856022813225456502610291560445826313820804941565002500594296598983724433725280991181609473544399014979E+000000000000001957");
     return val;
   }
 
- static const mp_float& A000367_543(void)
+ const mp_float& A000367_543(void)
   {
     static const mp_float val("+2.09697302057516293468408285747705505415302663300046686770077285074437650382399325125568960315484013446451344326135326304075858469973348027003389991496005590661880357674842713575238169100957723194348134042981974764309793907031276273165341850251924679435508701773838593180466135496627427639333507055080894027409244393690990128933280452588867473295277728039098892289315116879320308260317670463279097462901818141962667216000E+000000000000001965");
     return val;
   }
 
- static const mp_float& A000367_544(void)
+ const mp_float& A000367_544(void)
   {
     static const mp_float val("-9.61398531486295821014316587682649991070255328262757823144335740889304942630046079168702192449394467351093109695194119426677063312748405703349618602595763569515188555066398462486021193199702597229302783674346441803822941527751483283164789071354649242510183634836383637678872442474199421723302734406069426516479552746137159765161648705196873379552225343054766833749226300777566371475807083392892221517141008744041810354054E+000000000000001969");
     return val;
   }
 
- static const mp_float& A000367_545(void)
+ const mp_float& A000367_545(void)
   {
     static const mp_float val("+2.97903796743452774680659762926513846176293385290863209213796997839308751501604652138125624746080036438138873769138384281016927695509603679923013490515284023654821859854516085008095733474604842127028354216875631872523098273777649186022482273309804208512286406344820974849847094401216377548445520829746653514985828113817504808500632500117467666459831259135597533006418050409256394166132306030887562846411090347106465185936E+000000000000001974");
     return val;
   }
 
- static const mp_float& A000367_546(void)
+ const mp_float& A000367_546(void)
   {
     static const mp_float val("-1.67045279109068010184111404036075624451623297718596479198171248227105904727380052360489489249546768513735441044004515967565090262874981409502312091360050188205868781811489293682428317402497102967909892153715084087776915600862374393763886350914169764224391021183046611035626224460309551149389955749222853315720326160295316254172322805622072305976701044925248983520806351139405610464372440350442135769412164315459071647079E+000000000000001992");
     return val;
   }
 
- static const mp_float& A000367_547(void)
+ const mp_float& A000367_547(void)
   {
     static const mp_float val("+2.26894517467073705604802913875040477217056367126991909396953344180578420829338421306114380846176425601023112024121230395193397364264439801104675489880099301684159512567807971743710002869424485683812265082603652027205851385916088173940060371152312210838277086604731447161472589632949632188160351736950646354477001421019793242401659932563185609901052777806072415304269886857061559251073180414326107282245371805067582884264E+000000000000001979");
     return val;
   }
 
- static const mp_float& A000367_548(void)
+ const mp_float& A000367_548(void)
   {
     static const mp_float val("-3.78325461498442409029255521782760653453248490348621573825743591591212084666512928212553309543941729750796793002036874317335059446288388867704392293126577766634317347824959564811744639335991699472188051736838175632107217158473150617492108344767920847208458664205379369221569976497528972811368605719018139414524697353113081628457240389586212072837998890815474125564982709139048587447654816158798184463849802753527468427073E+000000000000001987");
     return val;
   }
 
- static const mp_float& A000367_549(void)
+ const mp_float& A000367_549(void)
   {
     static const mp_float val("+1.02720204372528527717647680058366780855700134691426567311742857681681599440559922318796709206552716590377663327374171741135383571854190316972972596315781319149154999737126032125767429746079455578542284218446753949343839510815955810524635762698939088694034790352229103803798845859759637801899164338971084667831266073537415996891320730957095902386419530740662895251613024708453898408276801167394090708650037055215605780844E+000000000000001993");
     return val;
   }
 
- static const mp_float& A000367_550(void)
+ const mp_float& A000367_550(void)
   {
     static const mp_float val("-8.23342833597216621006548035115428978136351144640832903105031451073636090201347478028728195836948285542660184398738721879963225690205974424647498178269399155969707502616904948200254023772729355798226473519499186559578680626388286080337465489171299571522238507814448544644341044441298782530746824848053275070818251231238969317728115442370594998886779365499462304311947971431487360442327961519608934045404709782118728154928E+000000000000001997");
     return val;
   }
 
- static const mp_float& A000367_551(void)
+ const mp_float& A000367_551(void)
   {
     static const mp_float val("+1.28885930498559523240209849122119401336868901844284235105438432399803461466171074727106243758639838748902348655048886060260221641054752250743472064265934527327258914669461079679202092675043865896088279753316474215472818105765211851268120560264530761666962650230457995327297129330069710160894013380390238613745379723803916168738910699620758198239936123045770947152292771473292785094906189041595466685701948486716809878614E+000000000000002002");
     return val;
   }
 
- static const mp_float& A000367_552(void)
+ const mp_float& A000367_552(void)
   {
     static const mp_float val("-8.55097391531615744536255058685429128861159312741278439575217438399044733586556492517775120817011034249860219071025561652811710890404513440943962458002110447716139055458441751779701566458015792940733866513021999712476482696020676547297536544112154561544938559539171106029275650837169754740856869176548534474371598006626598308513004538833305329825898050961255321097568503802461360506996563955366450931333106848844240539274E+000000000000002011");
     return val;
   }
 
- static const mp_float& A000367_553(void)
+ const mp_float& A000367_553(void)
   {
     static const mp_float val("+1.89112617014016827551895669442885168037277367693867966464951335633408117609612335960017593272260158089868698178976512116167762554953147771056011015869981651312122759713236971517874277942037084267593551273534685522007779676326553887122653672403424711223191071441597331681244036575822580718664244370384839536295469801705178232789715524952999002499382267301469453947356412838637086556423832549617060601319200923913475557785E+000000000000002006");
     return val;
   }
 
- static const mp_float& A000367_554(void)
+ const mp_float& A000367_554(void)
   {
     static const mp_float val("-3.25798964506804489225782360403347985388422363826946147350995447970726278947010487224789713763751820069719347837810236538613210727892674023439918252716785427986000330554453937977267028021265332356159915091242166567649333349490791871679179995059121338435659378297966482196024556958538985646728579983660454922885511813819491059001709202209692241312710449106968791064522368171756909155501769290781670197791886478104124150335E+000000000000002014");
     return val;
   }
 
- static const mp_float& A000367_555(void)
+ const mp_float& A000367_555(void)
   {
     static const mp_float val("+9.75214655976192853340082459588298383241864219909771676622786519723391531443164972668263426064121038446402790077295565704115473061420843899610202564539355451717721876090921067692458479303378396062717360114293312300966311318510391433965607719243172574815848116424922883981929296692608897533836939878407796926142995739517809857726502061925872959195073337749441692661672089010721967970519150124535184195290856547125985600612E+000000000000002020");
     return val;
   }
 
- static const mp_float& A000367_556(void)
+ const mp_float& A000367_556(void)
   {
     static const mp_float val("-1.59671441603378607028952841966789521771332768302037665258073887449798803826964564747913257778763806191954459758653456796941133723650399847649016954579360341082251444386352829332790547770385021884675532777693921108836180291953393956271986504506392153632333586444338954406909419335733525743159150606094070608585329384033201267311054226014317588151968396443315541173620540350768236720020811356653798631015517496798148063237E+000000000000002023");
     return val;
   }
 
- static const mp_float& A000367_557(void)
+ const mp_float& A000367_557(void)
   {
     static const mp_float val("+1.80062246957887343041020564752491542180103424484892581091306170858545984235172076305933212634749958049843231455292778014401924181209625674085474930973137737384175534736979405325891426368586584836793809239231161911999309914141413276397194195919791249181856618887297206426568228878576231766538514914247969381198132249857650977464495256482177207795801695472000398770205504814737646727830946839225950245225799184321371240269E+000000000000002024");
     return val;
   }
 
- static const mp_float& A000367_558(void)
+ const mp_float& A000367_558(void)
   {
     static const mp_float val("-7.56363768807492125820048723894752063568267297938531982072827597294974523005347314126466271491376377000387360863514368065586926515307648362352697593456184098336247451810005154383331973785626565042098079217251210010538381889833958866441460153762719352654268534571231882534139200550129071478658077663558262016084446938550556131555824746380519025040319504712332589763475700637766195281741561214713408864977009430628947746656E+000000000000002039");
     return val;
   }
 
- static const mp_float& A000367_559(void)
+ const mp_float& A000367_559(void)
   {
     static const mp_float val("+1.79530082529131790147206553387769146243570246585691236564248008301342385490712392474642045289850423452025422741612516220360281405885607719358742030042418950733414127933580466501129510904172221705441454382323919969977653353358761703994618761974449703229735598056373447446805854991514546583677992893245767594521771184613492578296689346583750956032035847563009219370096360378729258804631569992218510478613869762941813095667E+000000000000002033");
     return val;
   }
 
- static const mp_float& A000367_560(void)
+ const mp_float& A000367_560(void)
   {
     static const mp_float val("-1.42844058399499937698189883520366765454164366706600056203608957893921907988550970270283242430916831047886732662596129486263479311894645705357725253975995465779780980422998274255704888619673677220761156830816315576358252230845383636582878928559650830636764803092097995116091377848606965843246156475241155119374002852118551351707812134615310665785564305662087402133849583174173207552366608924859681126895392023745682039348E+000000000000002050");
     return val;
   }
 
- static const mp_float& A000367_561(void)
+ const mp_float& A000367_561(void)
   {
     static const mp_float val("+2.26559352864442211760161637758091266984391147888247365729965818957878573637844910115543697781618738412548304273648089245543891408274346905887281683438301690926181079863448369989949718231610444776084231228891886073657104746911056658736260281075511556979040838744559503393304860122929596473954867512364408106622206287657910909705775447627311979125811189687395018627408140190656204543351137115014740609982534774361515785782E+000000000000002051");
     return val;
   }
 
- static const mp_float& A000367_562(void)
+ const mp_float& A000367_562(void)
   {
     static const mp_float val("-1.63428978343436035552208773460204690646455113139074871977830171896220493852293017149999051273465303174065014637199155407940978284744936901193810594884780098815977905575290027828614910920814464986539253174687110740079517098358130769449201776572298335114890036223652147347108413720199998412568453537542462464734514203697854102305270690480919198441411097170691779837274194443547204236492498949169919702554723049007630552418E+000000000000002050");
     return val;
   }
 
- static const mp_float& A000367_563(void)
+ const mp_float& A000367_563(void)
   {
     static const mp_float val("+1.86286697181167907886341681686040800345289003544107544575864343221962263700282741486195641558085942103714039786689884232601258715885257232929582169876118061875836271452804052536399287647443987029901957270489816221652752470846804511794534649538554429144504664563851315252695878214045711523120607826424594213055069125961805891832962461186109934604922957147511195466943458807663855380356796576645547057455153021043530392246E+000000000000002051");
     return val;
   }
 
- static const mp_float& A000367_564(void)
+ const mp_float& A000367_564(void)
   {
     static const mp_float val("-8.72061062963057938936376044495562471235883718162007886095076862219874923832023726251797483299739972384436599018975333875554001674854879739188394645876244086988394303163233071735560954344500159365936890899215068681937622553794473494759321275108534181052468061470291923051449901820955167138032468574022378958874790816797016790331998001029384940177480547160181197061131438937682460030389772532702364529952413962756877611401E+000000000000002063");
     return val;
   }
 
- static const mp_float& A000367_565(void)
+ const mp_float& A000367_565(void)
   {
     static const mp_float val("+4.84045640277237980895541061472463257049748184960574617205882474840578208274431012333891359852725765272459211684452028986562158302727637836762839204073348420161270635771082859126937120928272062134378939509378981921434149582115162867572339142045120470616175734261331790608643394727738860416614371723487386853198018697139800156929165207455260025143414796084386624409527048370680675522104410055293533425565787760846293892656E+000000000000002063");
     return val;
   }
 
- static const mp_float& A000367_566(void)
+ const mp_float& A000367_566(void)
   {
     static const mp_float val("-3.14330895570149679510481296964081765483521905816011049618483120112919289621028747889617444089797409255030719879817213537478665066714362169904265772000393877680199700800824037486394832475656737028389154469814757404776787696838608405650494928544609633145623919706602245799453946942271688386021946296131652325129753082905015767441986755917938816679241980258257834247603515393166903123520461031308934209083250850643240925095E+000000000000002065");
     return val;
   }
 
- static const mp_float& A000367_567(void)
+ const mp_float& A000367_567(void)
   {
     static const mp_float val("+9.18017425990218955655026226809353161676884510002560111555895638010887250304995213721865292595116942340946576218802096960992198665581449619253317546266537790738286696223197487436360358854451767154237780539030944436113335455786378507833745490003742061029884071401961927031543894292847577101995019452226178098040642251747549944877790537360238725533028015587983511285845114014734310757750518751784472361190248509891154474506E+000000000000002079");
     return val;
   }
 
- static const mp_float& A000367_568(void)
+ const mp_float& A000367_568(void)
   {
     static const mp_float val("-3.23181090146758345450467527162474468811755757593838163265667905439350521794650393158457628141878411434930650669502106869066366143174002548061284432805429070577788545175796509480475806820776738207698589774323703274935971252110035326505139370829893891980527895029385037301072143360456402517334096672260316503424261301111309107330656225276172093083606123333633158268742805556640733793965521917589258300374571634873421581410E+000000000000002078");
     return val;
   }
 
- static const mp_float& A000367_569(void)
+ const mp_float& A000367_569(void)
   {
     static const mp_float val("+2.19006870556269619928187522675133061097330452575030216764631717695099448245651380594151273560054024501402543923319830350826671723272565426889161365941534186711877901498685052185361382394448409800585411460452868581759679548203878963645907423034137676364716830913660774424379196052086530112090558688997494655901438887363937804102197326980435260108646725719202797836550007858149468185941759290407536653458151913253766626496E+000000000000002078");
     return val;
   }
 
- static const mp_float& A000367_570(void)
+ const mp_float& A000367_570(void)
   {
     static const mp_float val("-1.70265691557707902018058151616815018917266626634838882711961819394210840567963631863142672759215248968439324002050982010784395130379716247747202271863826511586430574865608702949406495070384044354299877045158104630661266880689957599641919386135490267483497382748189808897904881231446660182001604446034847847836296251378120266170818824774675315127917895957624975307425057393753072053166728175179145486601150230920043747901E+000000000000002097");
     return val;
   }
 
- static const mp_float& A000367_571(void)
+ const mp_float& A000367_571(void)
   {
     static const mp_float val("+2.37748940263099985969938640231358245969014231330847016447782701231484382216413589531747557653112255469537013114868244543627813667543885107137141111427604282491415811735898394730688206787532268963817667038609910269903260599567435379990368339606168163540096013275433487043629679007902184470637678889183402957493754116215086362155324153234766824453562955280810554223116515897209502750972624286765682477463492430214807167761E+000000000000002087");
     return val;
   }
 
- static const mp_float& A000367_572(void)
+ const mp_float& A000367_572(void)
   {
     static const mp_float val("-4.27164176951936752769083550959288830361308988898031911964561752461828549862089144173058044231346006543866127682261513166928287212168017488340107906036407009919329091385747793323786318707520425709009817347471787780060043940288353779193583096932229943543182517705042060987077655450400849712773968211439014461117418934170728991840918266651463899885046106824342582762341050707705166684507704708497933783070630411425000039699E+000000000000002097");
     return val;
   }
 
- static const mp_float& A000367_573(void)
+ const mp_float& A000367_573(void)
   {
     static const mp_float val("+7.01711007981783775454612826319028817450536783843355458008882488950896709670635236189742558395037294366396680413458335195841213849116482807559420863899544220606556977264734810811545338744089959991910875108473401256040278002784451605861960403104534732707354260132133156442349435760500100609132189227522446600618358546072879662985800172893455096382299133992540022558089779484178847557322570179743258774983755252431016872307E+000000000000002099");
     return val;
   }
 
- static const mp_float& A000367_574(void)
+ const mp_float& A000367_574(void)
   {
     static const mp_float val("-1.05063808431656258731587399013809199552783160529474150916584074092509555913810322454727642689890575830847520621894580078235437693935079460140841964958452859431661892334944733311099444775022173085794728755749643502157044559963419413775121514181470171056636526680819496614202383016252874118483174480440238618458223622088020155341467932390903350166726150873428242994367784008279935893827847886942109234032929579298601495455E+000000000000002105");
     return val;
   }
 
- static const mp_float& A000367_575(void)
+ const mp_float& A000367_575(void)
   {
     static const mp_float val("+1.73872558138341611716791455896783090626973745004805185597729346135568392270804993144050565268913064384769298184267605442886570832394146873537320591304580173145684761401372056205434573012182716781334644032414590617153660715001692439129611767832007078825118273907687597462462796746318131324767986312632127211143158921620471069812330316330183845210818930319424163874140731485353229758490185866215509453107555093582138670306E+000000000000002111");
     return val;
   }
 
- static const mp_float& A000367_576(void)
+ const mp_float& A000367_576(void)
   {
     static const mp_float val("-4.85183373684205130826595982739996655820675853071445439411735638452551622649163373424856934660633918523987660306849660847564901258151456175731007914848354546545724534352190377804379436835192113096974039942764690326584348779280036572914940732644610180153555597105985876981942235627046751128514367135547936051806830571973113528669727523960604883339049067586909456352993566907099235636035139329598792800044458226638926839865E+000000000000002128");
     return val;
   }
 
- static const mp_float& A000367_577(void)
+ const mp_float& A000367_577(void)
   {
     static const mp_float val("+3.30756678848702475470294042338823375792028262578318375296813170588097860070553229350885123712614530504006537312691479852837201235250777433208021007396227135747289713818508624302584106875574182852820324473824278599094580321528700292297233422382416516639600008500436505990829798755033716458936708986900196127651446668275905767106073632641547061723990732988715654192431125138540748387265248050011311161637330207491661034672E+000000000000002114");
     return val;
   }
 
- static const mp_float& A000367_578(void)
+ const mp_float& A000367_578(void)
   {
     static const mp_float val("-5.59317887169402086564285642624721638186799925865567601201301088337206183048618681021533871918884065053859160124594639985392897884313462232781402589415802013472459030339930345354420535112418395577997218925064282668303495704311759861317389326054256092600196152486652832538475056778409446535886326603872917828703869849076488613177357039338764130377738606862862802944139441465861514766010434660640328975140781210846410143667E+000000000000002119");
     return val;
   }
 
- static const mp_float& A000367_579(void)
+ const mp_float& A000367_579(void)
   {
     static const mp_float val("+2.65747339750478104976548143856635952979346300823490152119712582698613114847845308387689904168417722193671735914884732364628027463963702879798236609910178288778213316051319819459943493738805519868910502687989697833001799142706313044366346281601281944222075138032698644085322811072357097275747064898111830345001211254528306141190686291719947018439410333990743445932915008477234070312233009340647307752877951713590638811857E+000000000000002124");
     return val;
   }
 
- static const mp_float& A000367_580(void)
+ const mp_float& A000367_580(void)
   {
     static const mp_float val("-4.00780934034724103726725243061027102115908817201498711432557858705908276169532998218365995239737043565573824687067786485599588859028020025370783834778278396855011269123067480529059846946043199542933060170920202424488002659525941758815412689668728401549640547612354591831443570525887223331786900484360693234527786461232276646779919682616404958520650319472828191351689951292820268229452222008007300743698863199603559565932E+000000000000002135");
     return val;
   }
 
- static const mp_float& A000367_581(void)
+ const mp_float& A000367_581(void)
   {
     static const mp_float val("+8.58079192942765760154992370030560777774226609973148870046703987977836673930316255887545303607534721522407109765523871802944214324608377369853659666501531292912255074710877761382057129366890696529218754945598174371772930268914894862665551745048295575491045596787956842125947339286022916216372209132539943947257409389248116436603219028410478514855507638291935017191562378801656051165490970663301710868607995963328072484770E+000000000000002137");
     return val;
   }
 
- static const mp_float& A000367_582(void)
+ const mp_float& A000367_582(void)
   {
     static const mp_float val("-2.68142183520481565366843308966136409763143931342308054621442917794358082743771952299286320450733444628829210867908015212080946859073581263723253503011924539875688527347638623234195155722044147760243954534653965040622688260250212728681354817912871789491620361058320493462630306873430027612143661430513946345876341779398378067923530993701971954390918224360752778454931012383391524568296139033031392269167345529146114482707E+000000000000002142");
     return val;
   }
 
- static const mp_float& A000367_583(void)
+ const mp_float& A000367_583(void)
   {
     static const mp_float val("+1.28286364058994028724250705560744476677348153754105090987910982515592998766045630357299505279563629558411387780875735584755446356376160952343105734176562740580504471125834083898401454424218513131619856556897775144938135247238890619758642687239856329379855354285543433093295283675330959043117497266222948808934288511374762650712198329593246809653877276740163023829930104949909398933355369796964956037267908823489761322695E+000000000000002145");
     return val;
   }
 
- static const mp_float& A000367_584(void)
+ const mp_float& A000367_584(void)
   {
     static const mp_float val("-4.48238742252429057252360248149574048027395293409793822946596960981472341513763023308616837920197211752322227951798395777950947340642916226013726505104206837503551142732470207121741289018995519519646395259429377154591248367707430488616974717633357076487947029426679799276074167030895844063610019828855815579577849768963347223765743265611254561102846405060401432528292194464124209777696990554275888200648475813345865217383E+000000000000002150");
     return val;
   }
 
- static const mp_float& A000367_585(void)
+ const mp_float& A000367_585(void)
   {
     static const mp_float val("+3.42708426474210604422234238536584092878975905805380044379721968595193437184566368935158247849012820969355177804295246487800287946212890178497650163739543054838071965133739201627552450022032732117400905920091590770879154521575234754129595181299699362192177534867020680551919701471838631583426360978590059687004397797248271189646115348308953908743751369776887992757641574828639268154991283514148153107438949403115815794738E+000000000000002162");
     return val;
   }
 
- static const mp_float& A000367_586(void)
+ const mp_float& A000367_586(void)
   {
     static const mp_float val("-6.36203943264181110792804123201902323156626113066206215151458236230803226773618861233881207725768816551983618838668229849715790430552938629662704569848484237658565419800062874479428557546946380297337977229536585342060621486772971110955038625429854100634848450186292239598222524196697499563020081148623338015794045553520731599799736593908805153329939574037957280256765072989894131782613549158095213712606205405175328273828E+000000000000002158");
     return val;
   }
 
- static const mp_float& A000367_587(void)
+ const mp_float& A000367_587(void)
   {
     static const mp_float val("+7.56126785959643042874426944463013201255940236067567972452960587105332556936944341123908688185400836413147168003828361627464874847430597216862591402716955903637734313293697925822084629798293094915822495094380945893823407306195055645169237836237201487409506773310729987695302204975579078806573452685714088411113269901702106112456425043524050486413394566182698787998522005576451836590110660869266046512197771064032509695628E+000000000000002159");
     return val;
   }
 
- static const mp_float& A000367_588(void)
+ const mp_float& A000367_588(void)
   {
     static const mp_float val("-2.95817696705792375966644280762227874817440864737022836221977743322445034701075251191634730170311253474997840021977760329130157800194000245926773946420260854106027526678509070954588971546860999821964821475451770478600363526474012891120797856734705812655423108481237393993590041445670236205091469188374475600275546442649152444686457525354395883096752086535121849668336370849779764101582580187257468675767491828249300804595E+000000000000002172");
     return val;
   }
 
- static const mp_float& A000367_589(void)
+ const mp_float& A000367_589(void)
   {
     static const mp_float val("+9.29484370753959569232008275604237636831174684519417905746003446104243117552249789451750882555199181256187924199396609652993806041084615127096804362052066214616379287300424163758390425896858817973146690343468592202935749984169693223088021879860850589113274626855951632081866009375780532428060823899703074189484363314065228642108525180869678758852026218451639711925570699565968171628345831977738967632845118623348834264599E+000000000000002168");
     return val;
   }
 
- static const mp_float& A000367_590(void)
+ const mp_float& A000367_590(void)
   {
     static const mp_float val("-2.12760378528615410934431155774968658912046357139457243082764674452148880190385283110891598709209276294780416742608233793039375522578920319241624253093218142024936556812249699610142015822055743097346760596284509285372560725245542317994033723806135121349082501175214800283414424588821362877732014367427534997200145266634255950809764260209694780286641037825700022256151663419115914278765261106256642736455271101420570435361E+000000000000002178");
     return val;
   }
 
- static const mp_float& A000367_591(void)
+ const mp_float& A000367_591(void)
   {
     static const mp_float val("+8.10744189204999881266211293048998287296489713863897997618518994540838414801874645160513257523464857183907110395764736465531233400035939028459170896832860467798406615209583519650692057902202623803106400633451187491633475981728964295141671453465396154524687794084506921694575241953952864345232647411154313874488659617696789625910763117223670263945704305651343273221216462462208169158954997755505889863545104611150960566409E+000000000000002178");
     return val;
   }
 
- static const mp_float& A000367_592(void)
+ const mp_float& A000367_592(void)
   {
     static const mp_float val("-3.08618817179486728583077379372634110674082546473249419425488069601930473230359907275979161774597436287966042356891609776034552322430368447885058365720260257980368558327274006074037555446647685817825418010283320851962141315812483798408249534131714242694380225256989244317619366950337448578075628422186346419904024175708790527392348133716777750928352511837550369966570637621410477943183797589856123493722086047360453357758E+000000000000002189");
     return val;
   }
 
- static const mp_float& A000367_593(void)
+ const mp_float& A000367_593(void)
   {
     static const mp_float val("+1.73642702568457250032672197935964043864604048164292853535199238958949627194217784037167418821527920920676077798521807518527607405962640814150914678569928735751913335303515975117328746104351954879215130459592180535892351492968062825493441902272439310085180335611677405889963328654485762402336487865908720944675166573974917016142629910932083357483384133478859470940949392229718981308574889552612064698953320761993743312368E+000000000000002190");
     return val;
   }
 
- static const mp_float& A000367_594(void)
+ const mp_float& A000367_594(void)
   {
     static const mp_float val("-2.21795475221046399876139619785478962977371695861212114086214080549143404713880964933340046761007561931992109122318444002790026448959532845023414436884934971224873046104726272740872990596966970608742215606024768961936206272392799271289242012025398590735593920633720283935953893227082168313782323808028563746432761473823802728899706954986535388654870106482401839375684972251621968361554703766562117804234787384201317558825E+000000000000002207");
     return val;
   }
 
- static const mp_float& A000367_595(void)
+ const mp_float& A000367_595(void)
   {
     static const mp_float val("+3.49567665820763983678366770308410840677148227414748775645712767996057708474542102900431263088184530959437270534670791860193294131092146234143946644090427911064519871975560162574011570370833098588071146378713416735577306847066673896923790643323856750321835701488579211239919722813508768295437590120086899902925145026399718754958110065138364244555721810900004723282624242720964306381066752399743326729533823667931206433173E+000000000000002201");
     return val;
   }
 
- static const mp_float& A000367_596(void)
+ const mp_float& A000367_596(void)
   {
     static const mp_float val("-4.01717774416468318983205779451392740449004133686295167991833776698320041941483417196815710661328640794729682580114920607826527633470150703776745247165250453472598257542423972605587958065739824307159693094471996168690288415929728983331237871130686703371443932044899109015564525501234013018773480998584264664456188711981129799935525111669707040825388149198459554918084367224118820771943112201027180960136835622962871152657E+000000000000002204");
     return val;
   }
 
- static const mp_float& A000367_597(void)
+ const mp_float& A000367_597(void)
   {
     static const mp_float val("+1.70095832726702373564451462860761396695820070529559184580560264291597959470445528945459879272777754325892959604518473134768539280480663401531660751054156528158125603452380962120527079283814607705932109757636046975909163552099080148338299120846351930102863992439580339668962130420380602973912529871608499678523617000352132371194612319271703224852914731666588069769538662613948950263910003498085640166862999183906710283971E+000000000000002206");
     return val;
   }
 
- static const mp_float& A000367_598(void)
+ const mp_float& A000367_598(void)
   {
     static const mp_float val("-6.56304732947031134817266440197144298293274715492327354974120885715674119436227408798118773165806807712695524649571683641100452300164646065147135106896885112891148285629528893023002294155756185855538023320240884069959516897937007667871467527241946519733737825611012131434150221243639663265107713126396229719776332344000765313693630705126246259771805773958261144257274278457738038721462686197739489928376467520280154964670E+000000000000002216");
     return val;
   }
 
- static const mp_float& A000367_599(void)
+ const mp_float& A000367_599(void)
   {
     static const mp_float val("+3.19540723121626350015017566065064258493201668199270763965985366845707117087477008627332906661583226177160461112013806280771032717760108323739097380662881431764261596535721141784378890427030494181623483139603469318762384380986474026486641771990128925908476863188437269558061312265946043208181915358659484073190197392417513673489640225355807818358144504240417320971664069934107529279858405649728302243928873816858578004976E+000000000000002214");
     return val;
   }
 
- static const mp_float& A000367_600(void)
+ const mp_float& A000367_600(void)
   {
     static const mp_float val("-8.17283084907145111572399996796188186929948021171540635261702738551708111477702215521228614331934177097923932805704741877505315802099968644526923516831279629598808324483500152366458832081685317627237457631184752228020937570564254815882158305151302610199775789475165896446641596716277144097068737158145914138007078189232654452799125693796738978666141474572034951880049651276395258871736325031347278370751179112761098769648E+000000000000002243");
     return val;
   }
 
- static const mp_float& A000367_601(void)
+ const mp_float& A000367_601(void)
   {
     static const mp_float val("+4.25848031901673180195632701886266838551161561985311619028449997733412564681305776150312485313801558857428471016364305775909042804604270613922101679579658044245922981046164409835840055756592584525958561519570597171098079318926235031217021226208098027401410169623700817928171490485082676175865101391207561448685264305953830942721738766731580992447841219358980918953847268782740180289131884998383764021460899651075858122741E+000000000000002223");
     return val;
   }
 
- static const mp_float& A000367_602(void)
+ const mp_float& A000367_602(void)
   {
     static const mp_float val("-3.91923339825705456234016895436590734060983533553242151921340059143816591140071077437801602126306024894058881359715407366813293620991076758692340506395791372242254789877495889383433800373845746894005269786026245539831873290309975873115633019747720824790021757104812381095118961732585640082601604995687259347228755828129109160046030788917165086663599826876063877454348609303063888879469899601735278718157918367732389957397E+000000000000002232");
     return val;
   }
 
- static const mp_float& A000367_603(void)
+ const mp_float& A000367_603(void)
   {
     static const mp_float val("+7.64915182174506073147722939576246371747412359801904637332288554640350466405909521840820896705781231666248380109796976174184040149230054537080461687497016834492734253515979967073111697074821509199096401722777039256367223641507461287960146666729476073827143268372020677547554349113408531417662807078132039085594662733284687726542561412236386697404245633280479266431202139304769699073483246087195581390116167334618357700061E+000000000000002234");
     return val;
   }
 
- static const mp_float& A000367_604(void)
+ const mp_float& A000367_604(void)
   {
     static const mp_float val("-1.06205280916429215319453664048117097253394016222202204364158552863405774089821818061788100197078136640141717850058651574224647307511908027784919949690819551613231387033917920464649082805544791817678814534753956564694241981415580634141223565369917676141774284955978846186861070956564764954556563675187290551203156413807086600057017924460716114746019293701423027411832024073513695286350836781357626911553917000434882785988E+000000000000002238");
     return val;
   }
 
- static const mp_float& A000367_605(void)
+ const mp_float& A000367_605(void)
   {
     static const mp_float val("+1.99135442428775011962793597193610644370969548422182330347290255070901775032134091240676066257071069535537467343353799759412057336337359222702766934175891437511668163036714071885383368236935129863055674472854778337472243551800454762095281602162777735235173292395182239346007804035318324057843814177921915510460486647475028427032320529683017726435572896550754666785232953532281517257355900141968487415336974176597121147068E+000000000000002244");
     return val;
   }
 
- static const mp_float& A000367_606(void)
+ const mp_float& A000367_606(void)
   {
     static const mp_float val("-9.80338270495859708408857038698258890617803979224761033763757767807894199496049260159532108337944858516704902301453594897956880678384131192497938930204384505087115850735328590957828211082937567867221485999888619921094042300233281136369023541097311450020322925162529869284825372802258486204019887598833399411189900112846698418182018696787627211226079850255237009146170822132269391673497938031457081263499368635973745383543E+000000000000002254");
     return val;
   }
 
- static const mp_float& A000367_607(void)
+ const mp_float& A000367_607(void)
   {
     static const mp_float val("+1.09152784545629452955470393339004988597036446914934076029036775544951831957485017447126955295862817017264579529231454049462750752955613260051795063922613970816366706343948383463949118798664757691722205092424016249190696058224587696863731225443757818668446077006998714135505294279463699360296852583053448000291824125849559408324721622589397979309660240464743111009340374348146714864253647935159497814899305443542248148464E+000000000000002251");
     return val;
   }
 
- static const mp_float& A000367_608(void)
+ const mp_float& A000367_608(void)
   {
     static const mp_float val("-4.22565891929646547571453219964417137350063964914424158211922494018084177483401507228935281619051100243786606344098926710501299713988710328536956049315400834384097465869936344011508402217118844406954356155105266215182378629459681159286914517765032512322740853843200564502293635681927551872510182137789129099645529175405096609284465198497028169290097845215624793159294088607445276378577438461492953776642593414888575145784E+000000000000002260");
     return val;
   }
 
- static const mp_float& A000367_609(void)
+ const mp_float& A000367_609(void)
   {
     static const mp_float val("+2.72383986954802996004035440946479508706931533444855794312045364306495612659383125362493848456169093759088286229263786566581482111895928024866032933537732544941026676114282475195534463070608573498012009385530515048628494258259535285954289391710976315584031089885781076391833794944146020427120776345946154897429695579949009550033049450583048455665794338563206529624874106979050211515250524689639059077296991718597338051454E+000000000000002264");
     return val;
   }
 
- static const mp_float& A000367_610(void)
+ const mp_float& A000367_610(void)
   {
     static const mp_float val("-3.17782190473285121260441376674592441310812664379641642056223220974513728195631944725254440306372951129728233154181242850753259160126844407005095489766190586337524955235557107815702505080555119914417507696761739458832608074101509611793798910487409547728868718403648165445560379126245028789216720432231799597868168636579339454903388834703704436216435927043058653238020104872617092831034617623913364544002649587958111720322E+000000000000002266");
     return val;
   }
 
- static const mp_float& A000367_611(void)
+ const mp_float& A000367_611(void)
   {
     static const mp_float val("+2.67067139609153177023035712662627489268716262709018704028029888245111595903848706231340122327622554879191837448408345333841297724674562602809386923247059882134336986328699912247572377710185202402638643432532701451566527956220120992850061629195798754171098837370508401087894967495935253639747764709097580729675239679318600142281531965438551859838469728319668400205648095342560830108599161303370024240267633273971475822244E+000000000000002272");
     return val;
   }
 
- static const mp_float& A000367_612(void)
+ const mp_float& A000367_612(void)
   {
     static const mp_float val("-2.09996312053359363579836124170610879957328253239534251834589725425346519662419908308996558415780687295832475356982279421936138629696353643793262471778009546200763049087219600612474998204121939915854958598809255729712915817923062573497190181613237615966820111047746003541533972033708121663359023261221460287749175576873563837135679523105261847185436852864180720701165650864992434960102775604569699782535732894472187238877E+000000000000002293");
     return val;
   }
 
- static const mp_float& A000367_613(void)
+ const mp_float& A000367_613(void)
   {
     static const mp_float val("+3.14998842729913002548153612284801224574871584812260080395839422528608048994045261362164558490509166767668563289840723207833418032872169043032108678344687735979752219760634398471233937625112241440450131462486290220758272884158844029902046131021846869651765531906275504039467497319043219110024846056074336034613191525806626344766273098246004370468599703595857201916409825546978473300674942763719430736218475185297040855880E+000000000000002278");
     return val;
   }
 
- static const mp_float& A000367_614(void)
+ const mp_float& A000367_614(void)
   {
     static const mp_float val("-7.38778143123008607312421222673896275774218666131623200143865150420659708780749156819040725858396952375213586426040616133964019739789630069149893771137190726421232347201437686889347804746820421697109047256516737263187118300806175884202764947980718953464493607107012244471059939319934832501948684729475922662186771211950917405953780613049717818549065677575790135757296924585140369613997564664538340378624966354003399044040E+000000000000002286");
     return val;
   }
 
- static const mp_float& A000367_615(void)
+ const mp_float& A000367_615(void)
   {
     static const mp_float val("+1.12273683932734289321900287804432386189010535315016224871367802163027280673701274769148471970389493411402703971151979356808573181305455053377794980326063747231956577553922542542079085897401201516176774122123204691107468650070553466179369396859306303577138906996016993009802177166452205929561208231813548880178395116893934842010507660309214184483309909392319305479261460933012306923057173139948608373994599873878811319002E+000000000000002296");
     return val;
   }
 
- static const mp_float& A000367_616(void)
+ const mp_float& A000367_616(void)
   {
     static const mp_float val("-6.22152436842490382030004598127392116348130109482401886245526542825607168774469905010018003815067489170670176111209225964657786979849118709531523678567692211943570548230719813712304363345943775073651554478260405765347186658242582501375263777642023790696247805774740246080279727444333801205487824755691076471712911374653149694258829796737232580158108471613124540942278710109970962938713106220700465518314999211990079299973E+000000000000002303");
     return val;
   }
 
- static const mp_float& A000367_617(void)
+ const mp_float& A000367_617(void)
   {
     static const mp_float val("+6.81580147681024574093630173855770685778070685264189475306296031958810625700882779600508149103256728347010269215932626392861959536175473285358273684574498408066242142271341603423536092199880443675574788406235438694969921734051441982570546076455511518456682955442668277523772799709083153044185556376814707277566639614721366253634807560976610341187264347641175507759429939678269324992122598411612350279780069876483329990155E+000000000000002296");
     return val;
   }
 
- static const mp_float& A000367_618(void)
+ const mp_float& A000367_618(void)
   {
     static const mp_float val("-9.18151544731174428776897475653952221351104801050030721360834925574122600193435687770022861003925092873056920988748565427434015266086622733371795496604334746146259730306034930914377313893625656933685373989822622597621464327346357730167579928919798106813415832191275193450986252115902072175343520512712535773835174479529899885092889425929417676741194242291044192173394331445655742707506946542980619061719588976399748720791E+000000000000002309");
     return val;
   }
 
- static const mp_float& A000367_619(void)
+ const mp_float& A000367_619(void)
   {
     static const mp_float val("+1.02228792610113656256486249358438086744547468320616611866123025354362599966185021261591345337751766719000140360249917024714176828561966330835092127036711936817498706220710803136735570866821724642115744423031816700991267033407408269503645120698689435695639430047596504186733895888564958853165962942340391034754748964582266966238218154586936305959672490913297512094444937302259676610590586446139120054820862489463577270337E+000000000000002306");
     return val;
   }
 
- static const mp_float& A000367_620(void)
+ const mp_float& A000367_620(void)
   {
     static const mp_float val("-2.79005922099755944786474956628489705284010736570480402033341009718164618319799944378531917031585175131300581100878051080891395015354284947588692160667557963009784149142715189088054388761667083708749324412762787371165157107023862320152644752189562762618995059391043421553695383307397083101624209421452523968817192658748371079544860916128778278467637492048027179903603660837361767500267885898435034776430383344299491769052E+000000000000002316");
     return val;
   }
 
- static const mp_float& A000367_621(void)
+ const mp_float& A000367_621(void)
   {
     static const mp_float val("+1.34959800040440837758484069982613096470403597111534702401323331850084072871578087264917539449798809218168027769009062344175154591076822646311548917874468368883276961370235601709924168410170868045403897749169424544499500285180692237418566299375258438843273657010490731352169364450287183409078506424204017301047972565456417059950456357302276164506354310915138531203596153739270322600393840122973026781848466155607766839671E+000000000000002321");
     return val;
   }
 
- static const mp_float& A000367_622(void)
+ const mp_float& A000367_622(void)
   {
     static const mp_float val("-3.04187878220527063988383872744439168193685783211685207028882394037848422721798961227186940296467688111336236741632559727358144729591052870587263479273962982548299255259643780271875349599960611535299524884201250164620133770556086079312940407757702893106213654988508900946088728952657815219151358094481834285062098431545299076526636669225951897229899268857254375790183290670988928450476873408618851080222327093099349515125E+000000000000002320");
     return val;
   }
 
- static const mp_float& A000367_623(void)
+ const mp_float& A000367_623(void)
   {
     static const mp_float val("+4.27910149232111847046161743699401956583799122504868238982920520609180503762439701882474725199837422416708352102140234447680608342372255043285715850062863738467177321395755164618344636857955563899176599677583113054610294762833253985472558023727341334116156310697989706672934202070403701514457301139651470904965800290068008477395612334852203541631924887964042947239919673068752891721394885375549130751384018801032221731928E+000000000000002326");
     return val;
   }
 
- static const mp_float& A000367_624(void)
+ const mp_float& A000367_624(void)
   {
     static const mp_float val("-1.81703084575018424619745490642367121216789779121559665418094160265950467572012928324225665257457842596095342213074302135259258817022917582761895189648850675424242202692208998911616578827475014533777865230489107761412321913107795590425442762960029284818276231360868439756853121028974145015650350357941099336566210652196867801251277341468162606751954327950575038187267970063111130186847388656077782012140584741761735516383E+000000000000002346");
     return val;
   }
 
- static const mp_float& A000367_625(void)
+ const mp_float& A000367_625(void)
   {
     static const mp_float val("+1.02896352419271927525422750000088110082121471436013857122494541615159957061797153528131894445170779376220592641489692098066407411841404329495765103280401478888406765002498346391024375430027055167371281616908570801519517324660739708121843536710578684560483754172275554218992767238464649703950381336799650996144032754576064283937851665184005076787567058695326416007266993139893805897121661673903774212227320271807051680128E+000000000000002337");
     return val;
   }
 
- static const mp_float& A000367_626(void)
+ const mp_float& A000367_626(void)
   {
     static const mp_float val("-7.39274079595642847906001495288835135627657674676036493480471987962701658357419432342213429370092875958248686973552467880148539621066505748203508023000197724865860609510762179435277183340399555518623117388673213998761418431026938903269243831783331596746918740260400129402791680480868208095033193402537291290551451279768920692623370760152312857074141419825400839242980285870066715289561828846182723358942840630593936172873E+000000000000002338");
     return val;
   }
 
- static const mp_float& A000367_627(void)
+ const mp_float& A000367_627(void)
   {
     static const mp_float val("+2.65973915889750543542726227084919190963571080701738570536230747818156203492527612430429888250342465487520890007034078396554493789983906603149973854947345652573118851702273175183686263833735249568889743034566275282651379707119967268536368499321171997578987065616405618246148492587844784252212706633169780647864536986895980323834207050751758014155097783722210612060832383221241318053508123608744224600843720507655406385272E+000000000000002349");
     return val;
   }
 
- static const mp_float& A000367_628(void)
+ const mp_float& A000367_628(void)
   {
     static const mp_float val("-1.17481093037136530739518289180955126172751817532381352441471374664434355455531847867959461038462417739817276341591414656213326064743417996089545034761710247001434924576240316666987092344695134554763338292030760609028906274472983236969653128266479002579361320538731602926155154645001835886699659923085116665939803976365911148737740231276777009453191567706266373994288553656501291617405125098113939343354339154405897424255E+000000000000002348");
     return val;
   }
 
- static const mp_float& A000367_629(void)
+ const mp_float& A000367_629(void)
   {
     static const mp_float val("+1.18489505325394754825911932128968516181418133179068339965712143981290819827588056809264655470988226927530956820215399994629024346330215619355908218671665453646282642180229617085264301211224363809951762468699086986540729439498082952135463785469379981899836991157231138970969898972325710346307215974609397137901661647357112760309993260145105175274273084709325845527657446117610193759797203910886188993367706556055719738351E+000000000000002355");
     return val;
   }
 
- static const mp_float& A000367_630(void)
+ const mp_float& A000367_630(void)
   {
     static const mp_float val("-2.87040143745471869629317639120016541512916802268089895046151161131268992241184304469391587530959907742678037527082247260766412462338560543121655146695838805094390505335913134401117800770962673992137722286409082068791923931393351401024034098399615259896340789615877314028728543808092014104137648853913188175757123157271270364248573376915193495059799180582331975507338465108071413026728395533075199576860970449656416048663E+000000000000002383");
     return val;
   }
 
- static const mp_float& A000367_631(void)
+ const mp_float& A000367_631(void)
   {
     static const mp_float val("+1.52442267318364649728850621509700052600845259218947526697405220688166704828477794799362245666044515742321307735345594041161315208016177162768283928243392445273867630108416901322259338228983528557821585408840104578466557249919109708960409427007525910856600753277980182230361787979180028521792777954297116636115376677987739004967669584374999148729028623000350412039875784869971409935640876315048860446266738848377026541084E+000000000000002361");
     return val;
   }
 
- static const mp_float& A000367_632(void)
+ const mp_float& A000367_632(void)
   {
     static const mp_float val("-1.66101775693048947186602720113254964586757215295808516194246214788591537177667431677489187786349747374281193508854506575695346338678574405802845397959143805964929972765607175170172022255999455309788647524739458963545746945730393052382130460482640235481262932274743534846543363437128515315110257382145485885122110781199040478017121945399548471757267884694227105489966187419366370497547202435206776443029448926524383705947E+000000000000002370");
     return val;
   }
 
- static const mp_float& A000367_633(void)
+ const mp_float& A000367_633(void)
   {
     static const mp_float val("+1.75048591974912478904171077280187229304302225192602532895665298636540582477496739609994528774147735190770797641050501354466029819984888535116515905787823307138579207817968679599341082490008017695269831345234789906348964366087914859368493452559788406752169916603277895274439787868061076928079456492761565291571354338682448717993602647439182494237902741427038541693838198170264394966211569334039694651209702685685816175807E+000000000000002371");
     return val;
   }
 
- static const mp_float& A000367_634(void)
+ const mp_float& A000367_634(void)
   {
     static const mp_float val("-5.08822980819574283182561177837327059112993066969913261728043599635724686499813786471948541262642738802682665262465234260982212419433625136512342802719861754766714362006632825923770278909441142959856558788849272264385071871434896981425219923083611910346911291822732944722876240280454755676606146035422052306575994145548997553322337846249896258677787408082320099325956683018078931416063530975853015262785788994017801331867E+000000000000002375");
     return val;
   }
 
- static const mp_float& A000367_635(void)
+ const mp_float& A000367_635(void)
   {
     static const mp_float val("+4.56977697371797918038457863917858568741249385431547355776050300854580731887613587929238849975314999903494071778321299795782371404746705081585143578616794527133454027392582756632965377873606747383067016606891562716680297290918537275382124038215552216792338067146037485841288381358697734548673063349207869401805866766573728860702918213093649964346454079535253565328397680901136990706843775588365475587136496601738528708193E+000000000000002380");
     return val;
   }
 
- static const mp_float& A000367_636(void)
+ const mp_float& A000367_636(void)
   {
     static const mp_float val("-8.28267116134043542759149149619348834438608023050691744923904990465683990992766243914318939945245052493897421854066615764757368534091269882726534987455213150875574940860096747319046979983783724668726201673031040714965252247197046398809232679909323002145515628299589881917541030760481721387162869280701407129228951682394563339538932613510508314108428811011617618499908182876364546579361014345835803342657399711179724786710E+000000000000002388");
     return val;
   }
 
- static const mp_float& A000367_637(void)
+ const mp_float& A000367_637(void)
   {
     static const mp_float val("+6.98897263365453915735570972556491784579427113695284268334387908171099283263483276064864453324546607468016576411776574020446976051331942442198132624222312612366685042462513865113771292200085208570028050366550024991163649067878621917644719312050734986610583432366539796658709574488935104668233294671237915977708887651621600526268500655046439728029597242292321127778012039729985272298273928376296126862915688204325977244680E+000000000000002388");
     return val;
   }
 
- static const mp_float& A000367_638(void)
+ const mp_float& A000367_638(void)
   {
     static const mp_float val("-2.49548642446769647051485102260316860130694843233339376172395695230388731750964381874867192267544886962748831747121622597751004794126742563583268716710692728683964915968217436029258159933085786147069227984289894090051822522645148670676351356717824474499585675882478095513380031872621659904024632889513695407659231437210335523218180203397313508921791255962862803107497378845117333529376033748631659746789631992135512672940E+000000000000002400");
     return val;
   }
 
- static const mp_float& A000367_639(void)
+ const mp_float& A000367_639(void)
   {
     static const mp_float val("+2.02534336789378561665217732725671613839897356471866144958790971161821329916707717828382340824452831294399033193210324427452467436790350049760857909748958537238904954551083652304577725190037460468503930287269626491479795123217813328627371769122700067798628931122991668036014543208264107925926542326733111415178834313432903077208620797827790500016877237718997303807577052858718065135678701281823615580576503356318577562253E+000000000000002403");
     return val;
   }
 
- static const mp_float& A000367_640(void)
+ const mp_float& A000367_640(void)
   {
     static const mp_float val("-3.11805573997456786955573815917600943331139321018440789871711306988628811932354416805808037268695659788109219478253782639924117206595950521422277593075093567112936261180447284495777928869563041399796763737684467489162926897351827104060754763901597601044200176879345801670766891250851369779352163860411148706262225129492154889721587072536489074468721464588374157048812262308810342946816120173180217732182423550089372288974E+000000000000002412");
     return val;
   }
 
- static const mp_float& A000367_641(void)
+ const mp_float& A000367_641(void)
   {
     static const mp_float val("+2.63512565210639491010873664283676412126572297187480663125850933808009016695718294993008844942647567455487444556475419271144995880736873913391359925579003346498471244983366705006136728762351634120862857660031067537683754468814120189850925924866038999458563817604334295252979065468555046874960184840049757500604719094176961218905626398228098552696174355862346378477839668719226372574769147985169098258213629209483888165930E+000000000000002410");
     return val;
   }
 
- static const mp_float& A000367_642(void)
+ const mp_float& A000367_642(void)
   {
     static const mp_float val("-2.50743096815325210668303383060458989735247832388796740251738152185090506338414193975267323099135994306714627558546430649472638621740822049461659527941066055213798445023427737157997774808778429121540296892597027440208859793238750937430763527384624012467672709558023246960519745445694308585447723242676458585983858244228765612631942969033446318000342470999354827385114335412607297095902029601789878595264950324939024813733E+000000000000002417");
     return val;
   }
 
- static const mp_float& A000367_643(void)
+ const mp_float& A000367_643(void)
   {
     static const mp_float val("+3.58749228098067556933951298829602692666188402319126768483145856646471701995230727102735377043398937297051577759424551005318281413863624401175981632623958170278328440391436947435926926246806703719171426455627688162653987649777569177229015870782028491195705996468382348403343457443024776826685826217671721346584433156723633699785446179106214967694265376118119486069077325362248165918048209832245633363616233271722868523374E+000000000000002416");
     return val;
   }
 
- static const mp_float& A000367_644(void)
+ const mp_float& A000367_644(void)
   {
     static const mp_float val("-1.32325768845874494998662767832755212338201748052086853483683450238818118105671666691599511772200871707591499401255844343024647431843851746233223222531518482623223294164298689047533164605800839261821033414411559093007699021494518597036421182184692648853265747882052402362594039301264485885685900478367318324154869149489570423714709818405326498489336342413255715717250739220456829999326387029141808401620075104326693897253E+000000000000002428");
     return val;
   }
 
- static const mp_float& A000367_645(void)
+ const mp_float& A000367_645(void)
   {
     static const mp_float val("+8.42683462144894740729710636065394094297708619819314088463752663989975182668525832596753250287618026490767608521622349828765309356557469842228734608169118093390404541886026674027472008191190193635120624080023784196242146601656793697062230862109922987662340461760013162002998622970301922449901666596198421126757516768739613254456857552088629304909913171752573951784266972347033446025036682475065379281663128482838855849900E+000000000000002434");
     return val;
   }
 
- static const mp_float& A000367_646(void)
+ const mp_float& A000367_646(void)
   {
     static const mp_float val("-8.67185172799944120312553617022809062206725622174808685353225891428317891687928128986661041339185962941251165944607116608181474506835325817342075218333821367788869920434227870736501155868313846744601758810314696526292783643340895005550723538373523104493342682374086655837499765637722280479309152901283110159287050380059658834971001656515731123700419218352526623161869122060564597316912558834915691697882867159894818110446E+000000000000002433");
     return val;
   }
 
- static const mp_float& A000367_647(void)
+ const mp_float& A000367_647(void)
   {
     static const mp_float val("+1.13608446991711988644783875114780508364863873824531033568257883327389232122430334622236673262019702533496113190728938808481807882230709029625286315230747916909103296445986918062919130865435944497056504972695411771059625317243636601883381067320853743616009952077619578782135219794862667993226509932734067955930142356570677541731348341062372786133007115151254869767899544693324582169028053500434969017483691552832627130197E+000000000000002435");
     return val;
   }
 
- static const mp_float& A000367_648(void)
+ const mp_float& A000367_648(void)
   {
     static const mp_float val("-1.91296108056980574156708800031769633999443983300278713037582861885358783287420003271406136199106999480605145379320084749384499648808701905828285662458652242313158422899335893947955739128960885562113559238524662620114447861411364972010143287747770520618030706758117810166661179837924088483867059161176028746947819107356861425171694978145655825577772325557896019951014336761458629958649857753857521746392131076426213993373E+000000000000002458");
     return val;
   }
 
- static const mp_float& A000367_649(void)
+ const mp_float& A000367_649(void)
   {
     static const mp_float val("+4.73705496795548018563337376484585988828739884525202108292853215615317143852532779682628306204556872934938120879615833301832420592355447491875364549071569047370253064250689028379624572534703856279431377766321040690053157202267485498820161058978895339548705960669669203314915169944754691974886889302639006343549795030559402128737154226423873026224698708000941151681416352556369927839470332147064013008305940790428056668628E+000000000000002445");
     return val;
   }
 
- static const mp_float& A000367_650(void)
+ const mp_float& A000367_650(void)
   {
     static const mp_float val("-4.42060672438179258172512172357276971099276289183029377021729770766504042051058968443346749974875811530983684643310980153702830405734848577161695489381389934813397398328322171621923458135363531911861030436699069554358277045941797348541906882408645761665384632682762290558001578391996082763083785697400606214062657781003300129947624860317962910903156689180412753456252832924359354168326972527606517762367583212049115567190E+000000000000002459");
     return val;
   }
 
- static const mp_float& A000367_651(void)
+ const mp_float& A000367_651(void)
   {
     static const mp_float val("+1.48256181521688361335460724191913781166772985271489168088831210210072916031865358215068318581883594598391993737815644220839026931850231779505799958325065626557499055117029264311131515362431865424817634333973844206182768074685759427862140004616071929356036881304866151467915423471941391038652155891653388247308198342031368608665901121918921163592764591672243888003705799715657117221586777394801240866677316082371842091430E+000000000000002459");
     return val;
   }
 
- static const mp_float& A000367_652(void)
+ const mp_float& A000367_652(void)
   {
     static const mp_float val("-5.31186898694052019025236363395106717885128300007937813193212922290938053700779820297396359522036458764414766779756129654080047006439355551466956875478208445377919858432820073005196453871938454416257889256909225684880361869734937468557827200083031621584294044852184768651896409971196347745520643147963684123239589828742434277107125869163585544546871757998888204454071841916939750552594145110614263799448075225250621072972E+000000000000002461");
     return val;
   }
 
- static const mp_float& A000367_653(void)
+ const mp_float& A000367_653(void)
   {
     static const mp_float val("+9.17981034634000487668577519507984537547508958475048433102307615990631804331685155289186335318095037820719137600440164644503880017790148990293319323326983066525195384143013336477081771950245218250318266962597698856154667268669547706041862601168056042796223535430478969978225532763144718441825717141047116716719040503336641156919774229087389344517536121333256359315786348398623330360160142775100558044428847112582594514980E+000000000000002465");
     return val;
   }
 
- static const mp_float& A000367_654(void)
+ const mp_float& A000367_654(void)
   {
     static const mp_float val("-1.38386304746869622431172034095385873383788695728114888527387208278398786832708733596950925183382723738361719774633241071682673968781739235247140881205927242901481550511693271226343599625060179408733192667881078555184233116766173195504984396357059174561907250130499530357348345035079018193962798074038385119969708302594047817887502228171816202449549725212605660870080144007332897863920339061191730844945040292748038834541E+000000000000002470");
     return val;
   }
 
- static const mp_float& A000367_655(void)
+ const mp_float& A000367_655(void)
   {
     static const mp_float val("+3.82191791456964664882889791413227783857012934159228245952451875607874890760692769919583352474956307112931217256837659915725060267052917879234286636519466103320778375375032377389043230525652630112495381044357463918112785204552262414631493323837544086980625303198599328735028342480145902371398671687439644542701757851187754925894626196603386820968488407071985101204028633806313785522797076041539140104067688341973872565529E+000000000000002475");
     return val;
   }
 
- static const mp_float& A000367_656(void)
+ const mp_float& A000367_656(void)
   {
     static const mp_float val("-4.06075445737266717740307220352721204322687105291773457205940027839233584390341225237043156797397843130850499832624642004147594243685662074218747069988949575799524861574830359271108632722577552938915747417705110231619869411517497522044666161074675692950524973959188173071610526532970363812993256758956010159862764026373018779916903189856650168675633349369534725902840757020573799377020915423624128152430262359128117243782E+000000000000002480");
     return val;
   }
 
- static const mp_float& A000367_657(void)
+ const mp_float& A000367_657(void)
   {
     static const mp_float val("+1.46867677575646721824019825017487279409672874316880685272133306007652765283936654521837707580906969791392898271133662239667309062069345888684551642775021122565096749682691994336658849385326233476294002711796140624209304543095167568421886218054220973896049370040041431312911013984216567079103586879423678593535808861176699416584830708293999805867921725551256226092268212036029667800969880174491144042119813799561744479440E+000000000000002486");
     return val;
   }
 
- static const mp_float& A000367_658(void)
+ const mp_float& A000367_658(void)
   {
     static const mp_float val("-1.05362335409393869109586086839680573676712777586600134791069613904806359054951007907126459294788770452640259872927018634346343948075627208129727488989845407200573156137244539222212258135151399597616605733532720254579338774855478488102023325171517296282948749124596218328623247156030647054885395506852483106126471675221207602583264884481899995270640604903461690228075029464615797252236172124572589770668237213305041093648E+000000000000002491");
     return val;
   }
 
- static const mp_float& A000367_659(void)
+ const mp_float& A000367_659(void)
   {
     static const mp_float val("+6.39467115172074711984534745538017436911951622887547593631034710482210746569244668933126944309914523665001270692030486635652214413482541242206122289586577315793814510943725222540852427254483842223795410098884216818156791898827782056264071032980601667120287773343903065398312183240355960081738931671688090837899205687810027070365665272449443419958023764639827035701920979604469967874394873682773364731906157964453155762083E+000000000000002493");
     return val;
   }
 
- static const mp_float& A000367_660(void)
+ const mp_float& A000367_660(void)
   {
     static const mp_float val("-3.28879492607450192613856044396029477362759781557023276453104610450980276713100025223685871956330414270131972987778689083190179114450499611465060800300728337047046793493692319340258041469779794011738098063087828523211350871129075731181957558829178030821061823692313120520639583637372012682920221205425694977191376405007245364729174376165596836121606881726940506144765221807299447565774642112211246303132976449644577172451E+000000000000002517");
     return val;
   }
 
- static const mp_float& A000367_661(void)
+ const mp_float& A000367_661(void)
   {
     static const mp_float val("+9.45816630792664365109173399095797068704995329210758532312862420055166340293414915345219469393319385331722781066163337899772640084424174052597641605558092812772937078299192891272212742546269154966464647704147642948102492885025493643799535895925040711219189494917750699787076053356990194963912560582475552436562058838915352900727718151381972256369749684111272964989886763064798961191427548444537851382056656508551105477528E+000000000000002499");
     return val;
   }
 
- static const mp_float& A000367_662(void)
+ const mp_float& A000367_662(void)
   {
     static const mp_float val("-2.09828773985405267831179899718252855600929682563590575591641418742597133538684683583313690491093490021610964148009161411587542838538493505360939712523780994314406218764600988373417881002538784059358943213635961419374416643936306954316527871355275934369651956600453402379027239051428353620196895301604266107004163901886349812195276911563584914771435681927284035808212443152725365928469681126907505657751185325410843857750E+000000000000002505");
     return val;
   }
 
- static const mp_float& A000367_663(void)
+ const mp_float& A000367_663(void)
   {
     static const mp_float val("+6.25362319069795759857356591414351023334791864680536675101244693717206224892159976167041035773316229883552441008693210422673360497776554277717255002250456038760251048206616139199927641122191730245908542408418295552137238271468804331780070169340822910202933954432349175723859074967617712456977522506631125468726724345971771892155833353606234171121637956526973321291457844696808247238104801381825835351523197110302348791574E+000000000000002519");
     return val;
   }
 
- static const mp_float& A000367_664(void)
+ const mp_float& A000367_664(void)
   {
     static const mp_float val("-1.18342124737326332144969799956842890225088238216248382313150119649608587144768880705437981773841293263660817854568489932064830839005431168104085652893488276609778492307368359623289095112941343174695906482266798526885932146256524686590986136597578770624769416319138312555822175410910200618164889545943408177547652846780273981881038896828449946717874363687244326177557690894772009523745618368533024737897166118699294299605E+000000000000002518");
     return val;
   }
 
- static const mp_float& A000367_665(void)
+ const mp_float& A000367_665(void)
   {
     static const mp_float val("+5.56807724930696929351345499845025889178159567569180213665278763169575249123501798993501737385784459115954057222436111472152158190577077289988390735602089139175688599862466697597251712898606013837060313845676879293356359449954121040596485471977402709008377661656408853222330257084065682023834104297006175330966727693312317318895275917987526012759253697617904924986786797187972998068612689311350511575564276497636283582575E+000000000000002523");
     return val;
   }
 
- static const mp_float& A000367_666(void)
+ const mp_float& A000367_666(void)
   {
     static const mp_float val("-1.78156325806789829213321490317628565203861947676598175314436847074291137101488918101676157682289675853986040181149205558882477913010001673570228534939806487356550624599508296520454055827450558032450191296030169304625799669499170173744355231148126526888678040822226877571320690836333842449467574113878617267924143468618506965592058064638176075107820176554834032525305695675088090975777820327546807880088702112369171340858E+000000000000002533");
     return val;
   }
 
- static const mp_float& A000367_667(void)
+ const mp_float& A000367_667(void)
   {
     static const mp_float val("+2.09372436099903348302205162669386636357092312163148327637780413739193618732038019879505606729386799159559267388676261619432320159620804170382023552729997804095015853313649334091437564981928249414724174038533059749601730027378983194865496904614163302036012687084155581867103325210425113917408793035062781417080782308559775074268310157827747416909160109603516645299215954996395353355415207769728765421034361208312412508581E+000000000000002531");
     return val;
   }
 
- static const mp_float& A000367_668(void)
+ const mp_float& A000367_668(void)
   {
     static const mp_float val("-1.70556245841123957553856554976116817516844710202167742017407814179789530746420479590758385344412971130500217188194498362537924215012626165324712730660021448976871285987368086436715945166349863965381086981894131385243008741955392303658463767125693898156114244942332528100349271078032317484851663211212348681628339495124234218126922317329935241566552903229142898395168269785170680464786147129512538513062949034207416022644E+000000000000002533");
     return val;
   }
 
- static const mp_float& A000367_669(void)
+ const mp_float& A000367_669(void)
   {
     static const mp_float val("+1.08199050025900568288838259764298291159504044429911979598235580749871438519792488624668987722619900696550859795957830554760751008308422633187971541730329911829988923872825399659028059805280094179615376284184339038879538951061402273346020658156068474004448497492418623929410971882635628077022248582329814738896521570756033259510398190256559111716563510357707939018986197303810991502641796042198199072167452276203408474323E+000000000000002538");
     return val;
   }
 
- static const mp_float& A000367_670(void)
+ const mp_float& A000367_670(void)
   {
     static const mp_float val("-1.03936004066096807690638914430763677333090210988010899224933777825537211117119042879344837913263349519647418923020314162784978111038020713381472919599427992857339243818667873742033388025035053096897978993324235004903968822428811056219275930602176467521138351140846083895291452489568256416346599006553558096832973385005201572290635896991611296589205005999420045588103695650512508540741192606086164715676996177044061405834E+000000000000002546");
     return val;
   }
 
- static const mp_float& A000367_671(void)
+ const mp_float& A000367_671(void)
   {
     static const mp_float val("+7.36546956622034161428826011194839105363157870946496928222023425804378238960629143177902278616950573152780109479612556079759703640936792158403908791142290990429327921035319239022564520555201948893236268825093987537246335527028521216695992066823578107634725403117805531259635132541225818661033283555560897218152223619564481841662540901238734020567030692089684891755823316748921834543087680392945341740633344133939562294429E+000000000000002547");
     return val;
   }
 
- static const mp_float& A000367_672(void)
+ const mp_float& A000367_672(void)
   {
     static const mp_float val("-3.04238178596701013892521534543475174277598678287513867272588450689582414867664442714665766487061209955938280744050211731583141859614803622623931261726862055727786116843195390464575711710803023432907239568704779186955035056647888262565171502537669377616539523771608394752258572279549544869127160040947145758832365113405444435004252782217844561502678678672581260097072408230954182937151207805820759666894086735447074058284E+000000000000002572");
     return val;
   }
 
- static const mp_float& A000367_673(void)
+ const mp_float& A000367_673(void)
   {
     static const mp_float val("+6.71422290915717056359759897023901119104708058368006900230293068119115586171384133100681586832053910315473821897602064699544521129724564366613016230432171583439580254333262911752579078237765472743740669225338383003584920484832333657694461459766829741219803691571312018208986866968669129454539964331261548800063590628766281638694771543426054088320450833671582187300965306559944716558323657243578319033090276601498370321348E+000000000000002555");
     return val;
   }
 
- static const mp_float& A000367_674(void)
+ const mp_float& A000367_674(void)
   {
     static const mp_float val("-1.54405764876629216614637287229808230593057258321641325572781871311918514070580968562632309810897541533706623649621973652292847471991548432857611549473820532218676631806938590530473183651445823836954529210826998469627395649351373349466927307134533983630092653229384821674122471721406863149922738952339931604557146989692646492242628918794092174867166507736182458970944868638028681560968285666981070380534680714210631562163E+000000000000002561");
     return val;
   }
 
- static const mp_float& A000367_675(void)
+ const mp_float& A000367_675(void)
   {
     static const mp_float val("+2.64381916415875682177826466579964040521856794443851986238399643309717809746918957695519662207094342824926243061815781084796557390374852401187381427091486381963037264298027975120602633393311483990156200176255066406549838723679925480394263707855462369775492702161574559435280663259590377118446528313127043121525907502647397770545049308187522909373039188056295883840402826355876925954765815951961754591312869887138487530026E+000000000000002574");
     return val;
   }
 
- static const mp_float& A000367_676(void)
+ const mp_float& A000367_676(void)
   {
     static const mp_float val("-1.18245966315244124841537397005482188127189318685614012729502553869265441458845757006598667225826712958128888019753691029840379007989536768037489959259793889288157302668188650027167605009702924419856793974355293683943389473469224701467015545189976181002176395846772384748198056773448871897687579076805561104441951416168821417902679072328296237490332243223456318316188615427767847075709958087696207441358907796994519985770E+000000000000002575");
     return val;
   }
 
- static const mp_float& A000367_677(void)
+ const mp_float& A000367_677(void)
   {
     static const mp_float val("+3.05850022181017007700322608422213372572167378277302516096702544717631369310888052100806398936999836190952794797902979755363115992029659724905518658671538346696725543715939400478115211175887834464613685848053039726508397900891954950044113553384591086403913473153854158685902153352225197302418080937308224493189160865815063033216550098107927846232567262418111201026832354985555023784465833366711758506444290913503654765630E+000000000000002574");
     return val;
   }
 
- static const mp_float& A000367_678(void)
+ const mp_float& A000367_678(void)
   {
     static const mp_float val("-1.47022911282478327551399302396931666578083803094351695909593272608330301019901091975970530204579776188994671288854682173578413878737126895007280510751199274523188423256765292514414874693598095963639120925386047491165848802021229639479486485613745865413153726768567835483269908240186259855626546796201687349434888108201641038814165390745439652268447718526756545118337242704527662754229853959606937884913672740273462370494E+000000000000002584");
     return val;
   }
 
- static const mp_float& A000367_679(void)
+ const mp_float& A000367_679(void)
   {
     static const mp_float val("+6.64458169208781927749167428826223678251968132497874676568553869541008412755830268268673477767444300843581177071054099165665525971234320563644825005219929351516969814445579583129139034206808295253862694755461582199713142450618844358877882807024840311114720706794253512346657469198054455098811758999141390908328218526652524227165476483404968734447146186690847865618045702135007873633087975142547825399720390172840939236608E+000000000000002583");
     return val;
   }
 
- static const mp_float& A000367_680(void)
+ const mp_float& A000367_680(void)
   {
     static const mp_float val("-2.22351689435661855949624441317814941032567152926337496028477396379119471147319962562709922843174120545469735453022557428315943619929489355751529315065101023597068182835959816969963535422895689172722808217534891696540637643040160654717605101701483796726091564380546507419149064755182444621132584777295625055160118394784336124389876113789491946211974990867849128077325738352456495996306682386681502110788767636808804200811E+000000000000002598");
     return val;
   }
 
- static const mp_float& A000367_681(void)
+ const mp_float& A000367_681(void)
   {
     static const mp_float val("+1.02244465684238236568029541230969171031142909941313393206765889705848497397680439789747177181054828963981081806409736178292238321640858304001042897294166394082142478331186009669760483592510305515367566028577751370757184618165408615343822968881712113453341923842899947902208114092084758090419175850631919476400923069783913938605323711498615435154116571643779280108794533129044795212318540572857017487665531469176173799593E+000000000000002594");
     return val;
   }
 
- static const mp_float& A000367_682(void)
+ const mp_float& A000367_682(void)
   {
     static const mp_float val("-5.40269938262377127001184848805844452807706863558816976297502961097463218141993422251336562330876918760448336057070123349228906700254752765709713842282727579966352494882168766291921468688233379857193827233741545974580821296817168622999566306105516746676241566703351600224757946060540680410312744082317641318575202959949759914168357447273457069640039850451253350816433490274220686279140440700943359349364286277965300803142E+000000000000002602");
     return val;
   }
 
- static const mp_float& A000367_683(void)
+ const mp_float& A000367_683(void)
   {
     static const mp_float val("+4.44103696157089366008451173024542863754162407982307186068322954247479903936063086790175698132655562657478077830961025138607289126098713443110464901221223135828062199424650767654631909335450890797169728274011464914137092174651393563258304255838492377495612314320273631557492027924722374337033794462417173107687555843297341218861549417683391808489936575426667321799280101415479269149412421080730568771582940129652837050106E+000000000000002605");
     return val;
   }
 
- static const mp_float& A000367_684(void)
+ const mp_float& A000367_684(void)
   {
     static const mp_float val("-3.76055558661856894752025232146126892721930580021701674845220538173817302621156621084364217698033597052833071472033545082069788890268979761113139869710057263550893642344783638610015938517786243169398511469189210348045730058615144578382752054582358787939860468424826212465987175456983275041752745437369745116212201071192525481454604471475112086174666868798877101360541210377163152971705059768921030989914097902160732936286E+000000000000002619");
     return val;
   }
 
- static const mp_float& A000367_685(void)
+ const mp_float& A000367_685(void)
   {
     static const mp_float val("+8.04206746542242477323919113746410486877672997765586846719136206818183743391081387782752010341274480944544845431613327691271661356607655537073353689948460756116067353653500411616110487661426914205025168181592307423839632073434982589882344762163173176703967069579212961115990206002200823059275975649272685967195469118995137168118736817831936681614635001392415377190488457140272840851585445027108877728107427015399711892290E+000000000000002612");
     return val;
   }
 
- static const mp_float& A000367_686(void)
+ const mp_float& A000367_686(void)
   {
     static const mp_float val("-1.36619163544997959888262098065875932443328985773547821009936239472872161397134576255975702042906924993522486853214969347553478137891438207732598743483437429120230955753071734466488864944741460986455378330336494556731370555994561432170733563145616464623374134363888742479635458103220570695928950082035217991648756125961724899920327210067459745741576551750870980236376655398258952360210822109063653086276430471723470930278E+000000000000002624");
     return val;
   }
 
- static const mp_float& A000367_687(void)
+ const mp_float& A000367_687(void)
   {
     static const mp_float val("+1.16520524172121416089308430807417375401940197335004176268274042716364160775457911877382214549867370426811427724168258511174924966320704115589777547103071299199170239229739190723724009791767694363274740209049031200734764402661080348908969541106135120559660278132142748271978471871649976451219014995158105957178539655320908359289984133560555639295101524343802112171530617426887406585010980800096541450594160610946151743971E+000000000000002622");
     return val;
   }
 
- static const mp_float& A000367_688(void)
+ const mp_float& A000367_688(void)
   {
     static const mp_float val("-1.17308859855385967080221020725700374033321708512634646169113696316097286421797554792303435681902591825817450062396560193622429282256446276962979040188874228026267548629618742914919683210186526740503376927189541163113137177169517104592779758061860155625475141778521499166880015688106158897051918871711328257590053883282953264871917630555487437797569157116539350828041860744350966277673638640292690335256595923059352263136E+000000000000002630");
     return val;
   }
 
- static const mp_float& A000367_689(void)
+ const mp_float& A000367_689(void)
   {
     static const mp_float val("+4.10273044141528846407265432533048332758837778977651078021399789665170171115328338337660951942250380372398296164523955060054631897032056100420307458173021533058693786295630522675666200676235200063950364368117709739126915726193775591346489508066847866215828047186167404317950621445669242951228879725965319682434297532807239564001119347952835282093138952430958994362937356815103891993860843770508036152132540336865899317323E+000000000000002632");
     return val;
   }
 
- static const mp_float& A000367_690(void)
+ const mp_float& A000367_690(void)
   {
     static const mp_float val("-1.39262283224463992935186421970902747903789147254607420288930526619400674885491417456424170032639573324698508928231229364861311996461294245452921358999189926240829136484497709486219989581707761269073688006924900767770582502694425830004222858275649748186860621609384520551256449351989797116062811316904280670798710269515140341376973657760671279507948473360714643661358826378899607685321622842177821588623881456159053286668E+000000000000002657");
     return val;
   }
 
- static const mp_float& A000367_691(void)
+ const mp_float& A000367_691(void)
   {
     static const mp_float val("+8.93541662543985769391016604975788488719674250400264119962404500160319458896533266609583061092726440386197256246916541909222448710771734823845851108395234082923451004652680217508974292626742339179603243239125404108268445225149873138180653614264928729806611094760231366696484560032773195674761679164838101670332569858292806452095569877493605948314508246801776499715618523280749414783512515833357765475448371178971939025345E+000000000000002639");
     return val;
   }
 
- static const mp_float& A000367_692(void)
+ const mp_float& A000367_692(void)
   {
     static const mp_float val("-7.51645080743155996970219192248512899847134287429185425431988608672486760669511212740676661122652412986354936353815548056183507415007934455406923228521294862652012685143038763786063694287578714339077455464486617743365969348822887988301136449856468278730852629471548393208017297759043062259850328923324721077866405926623496528594179473042436498567649077344993375019838085208574093302991792695752901746949771923217758584315E+000000000000002647");
     return val;
   }
 
- static const mp_float& A000367_693(void)
+ const mp_float& A000367_693(void)
   {
     static const mp_float val("+2.17233665818518695648277634066122856688878408661120186694245205084534464358083239608878793677175182485408613031425996599011331131750976834818438276667406228920328666409729025279580776837170022982641793072043636596269759707611019104415189809461973595466417115922380374926797506032883843866358427752500495947266734341608415129790837376989576212326160318557434922567434227272170314199855526620877434943443490947346978158322E+000000000000002663");
     return val;
   }
 
- static const mp_float& A000367_694(void)
+ const mp_float& A000367_694(void)
   {
     static const mp_float val("-5.13621035574121379949318445516580730157351889535454314911402938546958449975359016425660826878812752983946875662354116068652468495122217669224641298066175318108535038482979031622370738263306392126194544576809453272593791172127836108522512686657257374301259591143804387782197218445087215737573609853654786463996254386445432837320066498702470815002761382639658059428162695203161105997122153870260323377094279373424789633233E+000000000000002654");
     return val;
   }
 
- static const mp_float& A000367_695(void)
+ const mp_float& A000367_695(void)
   {
     static const mp_float val("+5.52615156708937524212344661291103841594416903059048915331485307859659107215189730660638908392410371933886487843340270678737432658159419814528038437249103832787025513909972412281237635107644610251350729593586005251647536179963091671989718135195432098171488199382063076946464689272441318378975103758799775105945961883740489738637401829953174215041534912147720701118368613255406879000950029748422844126533249631175110625692E+000000000000002659");
     return val;
   }
 
- static const mp_float& A000367_696(void)
+ const mp_float& A000367_696(void)
   {
     static const mp_float val("-9.14387779665800111934032186307188995209721659344223996652855344270209802510614017027113080817554078054110906178844784351663640299253255956687180890104499398911456196479775699277671333445782848908373468448604458105555086716782721577520895421045259256802210248243920352282568233846658384873140530798597933730105791269925393038442297960500996317292857940114945644524133063033321148525441680977113378781447632401258881112976E+000000000000002673");
     return val;
   }
 
- static const mp_float& A000367_697(void)
+ const mp_float& A000367_697(void)
   {
     static const mp_float val("+1.00593282838833987642987262670072669487832859742349364131096559051782069315646511873182213340180688959952644183321945418584115809199724357823257740978131342805846230036219769718101598274981796992816512151633038797147790696057291246629358147368256677476392861267742534336909583072637568076605295855605442235579941502843231226246841427911442168189435212887382095777080683834793396316079283525123405314791259619180453638107E+000000000000002670");
     return val;
   }
 
- static const mp_float& A000367_698(void)
+ const mp_float& A000367_698(void)
   {
     static const mp_float val("-2.98923998321767263358191614830648169489085942414239088624341762463056520864572915432515980304252364995917818820467906167810735842758380134622730705816475867732628966696642947442445235162935437643148265539036040390295165418629838818572982289945046353476448767936673577981284380522184003448800325953356423830889690369090463905805916571570191630315941792149427685352807816377498490910924272013676604704407653677532339815430E+000000000000002673");
     return val;
   }
 
- static const mp_float& A000367_699(void)
+ const mp_float& A000367_699(void)
   {
     static const mp_float val("+1.35259336953235527531869389078668972367604286139110609912437446430672085050725198283905865036886730331039660289151312557153190103659018199228212649074120604682999804574718654965747576855335005860397753137875450072114354447098747791762762559437567240410690542624748005614074851579088718959166489000364031237804903886751652499610189408441779326958915176379229723601326805305858792415910047647802021373577334381493277566827E+000000000000002684");
     return val;
   }
 
- static const mp_float& A000367_700(void)
+ const mp_float& A000367_700(void)
   {
     static const mp_float val("-1.35540547950872462644726710523379080359362328909036958727632420578908761079234369989461634459593340141972140886329901457177402634011703578786286680578751801489235484245701869757738773287399101795108981457692577866419391409289379182368584245728985642639969035320659290964605224940590886779719035928700576366960106970275570388383396777353379845254088140802138336310027049833688997409518354544658547245552528928539115731820E+000000000000002696");
     return val;
   }
 
- static const mp_float& A000367_701(void)
+ const mp_float& A000367_701(void)
   {
     static const mp_float val("+7.30040652759406379476210130303533936130216265527902431416776291999320836760353207264873935618506801663491664048911750539953922428751423066358621220397650373561920265857551234652895401883700272587575270346125720305289729584771057576171914743915676409863145835387871191097334654566507539938833890241817910307663303025800052092346073646606085250001508182375331576208392281173995488479624478875671630613631892383730251342609E+000000000000002686");
     return val;
   }
 
- static const mp_float& A000367_702(void)
+ const mp_float& A000367_702(void)
   {
     static const mp_float val("-8.34848977846469880359097247742178135007749334853780742789604838908260329052148249679189094219639324162133980948840902274651262219764532247493718559890539080090673447480061853960261416474036327563545327621999784074508756981276444336123625539322730451344298441387508831323815266623006923034754038336803272477196403222340745310210920915779020719519712633694229329794150657179299612268436779707762608607721515465882204404808E+000000000000002704");
     return val;
   }
 
- static const mp_float& A000367_703(void)
+ const mp_float& A000367_703(void)
   {
     static const mp_float val("+1.82269496992979573793874226475167525821629079709999502392969539361752867145251729726449700763160182465924508863427267190399624048543511924744983669978098932688909581755827687416311303015608079938405529201729069552828650006653361731654923531291242397044109130731758222144643623907714659085682240549689160516130799769727332449237444412207975337438612830999415356505119035903774447539260264826000019911808587861524536118661E+000000000000002696");
     return val;
   }
 
- static const mp_float& A000367_704(void)
+ const mp_float& A000367_704(void)
   {
     static const mp_float val("-7.91541113412249112869099572640183196948148928712445470803710812154153418232099514760210739500904603055496227059203601066916931961092795028904103880713578037020373197324043539455663106053122857474286793587127559623328753529106793286732534849997343829194524948821217655842782859764159256465140232297870325059569081049182351845157338843467532222075022115513811867897846356946743345671658981764276947906179112809951958923333E+000000000000002711");
     return val;
   }
 
- static const mp_float& A000367_705(void)
+ const mp_float& A000367_705(void)
   {
     static const mp_float val("+3.10928286976463219347572553523379185630277643293964552356146678594888621442030125461546999622093551393035424685480878395817765085442213327535359694850886314135480447500759126280723285697596442038888684519310611284475562235137746460282108497826461034430769491131831811630857455204353100379132907152509442801342050176507085659161853136044805975289702770325823560172891867885952482622467897314383980908884796316440171361142E+000000000000002711");
     return val;
   }
 
- static const mp_float& A000367_706(void)
+ const mp_float& A000367_706(void)
   {
     static const mp_float val("-1.16143085031202031294361868641507456131959887127170147358349087608949256269269472417330928268320280145038142615511661660313429276876361150871861627122829136640887339765801161101619788472381418152053586612010525446271028058894974684326093181901569546469407740467148010004990632326793395583106838180131842237392946960655873134868864059920579810945124324036204046321592201465813640571235537860466044245536507231284761995683E+000000000000002711");
     return val;
   }
 
- static const mp_float& A000367_707(void)
+ const mp_float& A000367_707(void)
   {
     static const mp_float val("+1.17558811825932129515275943944120935140094809612167125457499315615965881079688242038248402347114021361156056054286517009957256586499109783385265264596391187231928469799761488885563730442135296838185696633763857651300271581134019903215317583347197936539337771213747359135250063336544550090544428129390574096826794272090990681696575433926318078160419036070273006419338963042219252144339088751446578137643878978060467502099E+000000000000002715");
     return val;
   }
 
- static const mp_float& A000367_708(void)
+ const mp_float& A000367_708(void)
   {
     static const mp_float val("-1.92474312178677089988241985881400526570177645466162230268789159926835088788746841276374785926540952952575891399194714745692499344286239997465574364661994911645999217134495627842382796644164965220283183579517852329238020289766453025215939291796205953636121788971594103572048325955039334917520018333422437838807530441813043150911918426220618843982380583390277732341246063553107515971611003193555632154931667485965633835993E+000000000000002725");
     return val;
   }
 
- static const mp_float& A000367_709(void)
+ const mp_float& A000367_709(void)
   {
     static const mp_float val("+3.03669719892147800809138933708571992426835408233613207327072577150996627521746803691508563670545466168029820546244570503161235925885483990042764904323915779074384620429537212948737134705826665868127285453990853831900427181190918784511771194305635899470271517039814404878621409250857309206546540452066630098617754460087642395460600358496492282477548821626189005737902714065254484527578084006107682545413380739286509372810E+000000000000002724");
     return val;
   }
 
- static const mp_float& A000367_710(void)
+ const mp_float& A000367_710(void)
   {
     static const mp_float val("-8.52462299974273792758556221094436011197992897235600272420173281558205354086834227568101148296410898188586582823962055719418401267453072336412211331259116017457662276918701965214275089390475258367858409550018828371886782942708923522905978120580146332416151668208133533314234594490963617152913289174217625485267537808472227304150749813795884381188841931766707416466147154981711796778627476332402711415465126726077065211445E+000000000000002730");
     return val;
   }
 
- static const mp_float& A000367_711(void)
+ const mp_float& A000367_711(void)
   {
     static const mp_float val("+1.50142267567309564021366215434116157168438969328232404815098282699729394705263424105998821356137604263409085979565253281538739433713746284525219584872008718952582262318971643113486241607085988240932457402721999759313173278839586183088767361602633241992783037063677345126689937387775034431148806405528970637735432021959896000587823218059237760204399259098353298494105991086487215121698426601928639513044239335657251847876E+000000000000002739");
     return val;
   }
 
- static const mp_float& A000367_712(void)
+ const mp_float& A000367_712(void)
   {
     static const mp_float val("-6.19545973723648399623815652880421695209493185931638563282769976590188457609144463643226911558276864718345083551561041212139017189880803223373892860930136294801988045949151431848052182851892707781411853878687687134623927677580895121989412789782589713335482564733611719105538090923045994025844613621765319124518215024131140583518703443960834332347921587741646939113707970403690230000177855420819277293373677645982860577762E+000000000000002742");
     return val;
   }
 
- static const mp_float& A000367_713(void)
+ const mp_float& A000367_713(void)
   {
     static const mp_float val("+1.40571754849812934793378249914827184284061511689022060470401130969002221912517727683464265472281735207823563503883106121126596592987524675566208185051896409221341577215109579889062248700007973073953317675642841129336237248308399432711886836372344072159462137325712123883211156418854568136997398746325764732179179819402627915770401700517052130264155289005201903564276728151225391945315958858301972657901421241242942326102E+000000000000002748");
     return val;
   }
 
- static const mp_float& A000367_714(void)
+ const mp_float& A000367_714(void)
   {
     static const mp_float val("-2.15930447010923550848508302109521145393866043241815524236717798082701700152093672259770126528580054698660218293093865328447487867887515510674576458439694940902292967941085426992537121390497029604603777193518963518223093181648879197582187040582279461708879135586761981052246574174085906472829505563992971700245991882782098582569973015398035736392340136026184044881706605183607955947025544027640063881777837351699054042872E+000000000000002761");
     return val;
   }
 
- static const mp_float& A000367_715(void)
+ const mp_float& A000367_715(void)
   {
     static const mp_float val("+1.85596176762227500625836607328755381284703535832488518476516524788659566459794502424850530458417923218494535266185227129593476271772656396105324578506726213712358250886453738786129566116947863391184558926297430467993991312721850121895317602225664551970039511413850948413135446678727203227372852270909350215476842297463358168337264776518260434683092225701208584246895007712361958099615969371777597296187931941362148498487E+000000000000002757");
     return val;
   }
 
- static const mp_float& A000367_716(void)
+ const mp_float& A000367_716(void)
   {
     static const mp_float val("-7.47671397962914059873315022571027529552970963795690053210134916691895549587609427732750031872956859547170036465344278884824852735058820437929866009378286179018697557067212615862192520605989700775302726149296931349505528439015508509130731705847682307588352622056870329553510451650944918647499011121326923104432087771882413619166786850900352712294287026629843779511522915090066043333219467570852425853208096552485605051052E+000000000000002763");
     return val;
   }
 
- static const mp_float& A000367_717(void)
+ const mp_float& A000367_717(void)
   {
     static const mp_float val("+5.07305162939327014226624665065625869516114760993263757330429142137707143305541659096870338685116180190392329552631858662469008649802469632066056152484704594658661037305932779533467695038703427623708242562534346482328088435868350241965146412377907507415716464423608043436904200485795138234492866882743118993796799303810102757692456120865426451509378215767878402549830976634094234914753191469081833636954845473071523062304E+000000000000002765");
     return val;
   }
 
- static const mp_float& A000367_718(void)
+ const mp_float& A000367_718(void)
   {
     static const mp_float val("-2.83910351760185218022593988011225872886596942333402732825124699438093489529949528198150623357944724622455655838128574656017447955898962381079266527285843396826300582962308490990045847837919889270380956672992032425051481613489598542568390066336574666474710557163018494211967376809752807986064382657175135419523499421626577106954978684078367273831754766564186718103450115271528884813781832265055888156761953153313893984718E+000000000000002770");
     return val;
   }
 
- static const mp_float& A000367_719(void)
+ const mp_float& A000367_719(void)
   {
     static const mp_float val("+5.94838465308738657135699620034432918912024419638334213256011078391385256635089328085365109891419456137558660759065480280487653504213784311378280480829687283824935589239648394970433191121661735526548374480547582982221922581276103986223043103763473343427851198709647995427446721951633664344653281490344850072918520159308939876120950126734249308736563046650447980676675859043858849417347417025464740549062115355689229679831E+000000000000002774");
     return val;
   }
 
- static const mp_float& A000367_720(void)
+ const mp_float& A000367_720(void)
   {
     static const mp_float val("-3.10796218081915853548101245475868114965763470478554863242972045472247832779406811604064790148476793945045890797270405704022825744177060532407607407886588053186640269433387447485053941704055200161402110110194010921408335825989775836658324000293750598128334387149653472973957088389280543214756857280974031382024567331636195351426136522840576196687765002542796404621676654994857516247518084618950563051554105386466219438512E+000000000000002797");
     return val;
   }
 
- static const mp_float& A000367_721(void)
+ const mp_float& A000367_721(void)
   {
     static const mp_float val("+1.14201367485487148226992597016217621726769698553170009025047676768622136519049677780187898418776735599893116276912685586243473395333141471983277924074065305586972621262609824192133678156050104575215011809921842684150393663496128947961482471328967277988043257422075350400262700285177788257520003892387682303375535096146095507382866445199292399293667927797864859080926703842926951805531100953550005833593093761762921546966E+000000000000002781");
     return val;
   }
 
- static const mp_float& A000367_722(void)
+ const mp_float& A000367_722(void)
   {
     static const mp_float val("-3.01380463375392197124554160193198820874876818527629936875808608403502781167459781881699693855636795360923414948776529230280841351689290695685641707718513547238430584149658183170324927297270140177823092320549287241176099731666419880982866028164616000235201081688125702850987782723414219461727895924507313713254593690516222198676099405757520624071191010351811446271718264990683705604567337045939970479113512031943635622317E+000000000000002786");
     return val;
   }
 
- static const mp_float& A000367_723(void)
+ const mp_float& A000367_723(void)
   {
     static const mp_float val("+3.23138025103323263418832310549714382366904382240485783659147061928549287998661183913445411721159034923764004972069961268652470050750065597670937700005176576224696337146847177488525286666795652287282550678748154593860646583475383074086509671955057322661866955059132235058480293459412334568167796566026271458857385127299614595335735299648486220547037558710081694817032249103169542117038632811989000091051518831606298093871E+000000000000002794");
     return val;
   }
 
- static const mp_float& A000367_724(void)
+ const mp_float& A000367_724(void)
   {
     static const mp_float val("-8.46581660025746660604825431670570145649894979765247943811100075785336658176211884798990491058386672085105122274656871666292575074096753097451557558731481328730571358350710019111556665797799483847115510444758951682745361241416173400903092611569123553147506817480954946483831704729040916192950005713201973743551763480768376997002798316286305227215030850768698288828759321161884387195980796121035012045835251678676037494742E+000000000000002795");
     return val;
   }
 
- static const mp_float& A000367_725(void)
+ const mp_float& A000367_725(void)
   {
     static const mp_float val("+8.48569878732195285463021371193725502312252131474856234562034627008611199758209211719724889656950971727699204142689117304065822167787177603776887884153606197317130865684358367531589750468947631293488864085690562698514456184653535895779296091821882786659658980668895314651163088209668363558844041795866845212716554424571928242267260948797409999193994135496976449285493499404441978080027358549145448419345939365345806696289E+000000000000002805");
     return val;
   }
 
- static const mp_float& A000367_726(void)
+ const mp_float& A000367_726(void)
   {
     static const mp_float val("-3.56175346233921437027863904051744092523598461063577895064773872079332543477149471621710706858190318108722456385887930610195501165256735022502190254402785365362785152785225593937146223690253666043215604045911975263656048474430119498594020839427907531575111589932230819158869057354855679995031501057727883804141034103005316351048829183431326519331864707206831318517443868363897661723185068831344818512482738087936939923082E+000000000000002816");
     return val;
   }
 
- static const mp_float& A000367_727(void)
+ const mp_float& A000367_727(void)
   {
     static const mp_float val("+2.57347574107297194428282167751553536246671595207413731605212564575668420116270609205360155560111683565772553074992217860435726695780645059428781555290991726954071237800168198715566115958130280472627603277051944731403711846742226220402186501945786209496023753069851583549736375891546101067471115251636844988081798975850774852448302522057439629339184282397745552127602791525861328223181671047399728625133764298676536796861E+000000000000002809");
     return val;
   }
 
- static const mp_float& A000367_728(void)
+ const mp_float& A000367_728(void)
   {
     static const mp_float val("-2.03871231820483693297639595126742620775458282231227240771435748647086623349866889775533410887755728621988532154008097457627519621034583569432619067134351377709947328941462491586254506286704884224182208293721855169116442465495088989439778743577035426348854556251189373452152931891194277343834437321141090325397449411964119759394689100815143990999992125052591505464149382827023133587064315473004438034011960562793293136065E+000000000000002821");
     return val;
   }
 
- static const mp_float& A000367_729(void)
+ const mp_float& A000367_729(void)
   {
     static const mp_float val("+1.14463111623813121368125856707498815051385099523668916028590050288374711467967723998067077706078003883977206383460256844479216421782352995635771865599302905565774187496814975596601762715247338149447502506256120363337378913936728022962290214588072247744929965946193659039866025931632632841290560884184423997867030788430882960178133567209332428908860062637889418753814949033256080665130532591261969076193769434075265177326E+000000000000002829");
     return val;
   }
 
- static const mp_float& A000367_730(void)
+ const mp_float& A000367_730(void)
   {
     static const mp_float val("-6.46131285764797578014398352452579341480557666788409519498226520170203737799873093089885073165923153568271737259341640038373818225891780499560451604802487936181018812908009400796953255554390191983394171150286002648605198021416250648840812190526263373293311699287270242051472926669967842400339033666088538854072475000613098959674622947570603349729598697206580951835567721865807545194033485303164435143390431302162535617367E+000000000000002827");
     return val;
   }
 
- static const mp_float& A000367_731(void)
+ const mp_float& A000367_731(void)
   {
     static const mp_float val("+2.16934343636280775921814050174498731579286705217576059046002828494939149916273067323976190196255855515819293637057774161201832764414173640657282342454088320427665776626239127428085771826771037485845134777182213532807367120481720745033565275658615247164856385273373743480529283015536627361301841750437774623415864675220710342032561998849352698865522651414384563924903657892741979672148591267051743072815622247044648191620E+000000000000002828");
     return val;
   }
 
- static const mp_float& A000367_732(void)
+ const mp_float& A000367_732(void)
   {
     static const mp_float val("-1.44057347462293757843738286377131642482668562770959641783570227172860497188090979812392065022846469051103861784118685475328475194334707035462715092128672615061342329748056267707495454831661677250204708804337066253505597336026111824726393767802301091419372068636498613514858838516555290125121194297147324734949487592280142282319292551028957036662791374954745444225449537463534473972402866155504351961107582045274032445397E+000000000000002841");
     return val;
   }
 
- static const mp_float& A000367_733(void)
+ const mp_float& A000367_733(void)
   {
     static const mp_float val("+6.40273955815754738661528657829702358427417980854653174218294898558786109339512158860371047264731219160368032289039267380067103481669228214295164907849424603488628960560475682200141757783397217448444731461090317690881103976528315447968071750646746751765082156235774246172965316720920900539468774928762096118840282518364799815767172991215820939387636519569199991239057078297842348305269619137609040275425924489985457320940E+000000000000002837");
     return val;
   }
 
- static const mp_float& A000367_734(void)
+ const mp_float& A000367_734(void)
   {
     static const mp_float val("-1.74635396105461057392041919811715121792551299168455673018512734517689887692090597712417449667035516367756583305085069375874659573839645133850174484489357996442362765323647330960483645147981359113833421821121418142612205765894010107271085676521662938006161550269491687543469035594444072301194566268596583939346996590403488659558444094521119334289486314473700347532110857616131351300296815120690396122796033964258929817178E+000000000000002843");
     return val;
   }
 
- static const mp_float& A000367_735(void)
+ const mp_float& A000367_735(void)
   {
     static const mp_float val("+2.12176610115529197628405659165758015635200362244296701605282671994787396785783331754564714682091335835215877646017099468379266162193904426266300371537147122314020796546515683300530189511881049804993747309951486208206634428085834788499356442021544051746192729656802889906155587971500486415551714422216574246606961906856600383788374142501113744727361020654757561412770177361596000752764343093555964814676848227896163476835E+000000000000002862");
     return val;
   }
 
- static const mp_float& A000367_736(void)
+ const mp_float& A000367_736(void)
   {
     static const mp_float val("-4.18619247553269797634232670875012306518266205380039668789131364430849975870895668918730199284802342699028014508027821486872350032973893286138595554126024551705032862406258529666991847939291298436699771824228178827891878551439929011942863858306628725935363806179145021769377343072079650157203618168782313724298797278620950823836530019913686287146926220282649700168278175089176212838278745364515412202865099402219241279437E+000000000000002855");
     return val;
   }
 
- static const mp_float& A000367_737(void)
+ const mp_float& A000367_737(void)
   {
     static const mp_float val("+1.32547255201136775407500983230826281853741823971652035224913862989188972403898473760811026095009122189273866026300724370037152176121129941161062457730230054183231669751009918965334210987784446676217233046980653405474621041926798436590349696507688110439196668257509545881601490553845603282468496305439432086491955936074601707866541258485639506031637359877842595940179446622349592807598179650234252538007798902779964427217E+000000000000002858");
     return val;
   }
 
- static const mp_float& A000367_738(void)
+ const mp_float& A000367_738(void)
   {
     static const mp_float val("-6.23520585517751030890653347824500232763957840872969932513465660208422494144235218282560747111740928547408442693199728771516274201986912130592278612193768049855961632085316882194626542347800335426439608050679945957252459105655031881474976654768549293131941067424639272193302796049689274109292466136672398561236989313374309132726982361763993632901943726175384340535360477615335036428808127998915557892772298994552094466239E+000000000000002871");
     return val;
   }
 
- static const mp_float& A000367_739(void)
+ const mp_float& A000367_739(void)
   {
     static const mp_float val("+1.75734381200319131938652194570217226743440804320535924071397502303300257081667316703453114661589646863088658351075288756496647859619701932683235948159191269013865527260762119297983488873125377597775286053716357929455057368018941005252490534207609556800310552115963152001993107807507819264337374345953330238195823077021707399469404311853816124425952636269342990880301691674070441093821831642649529865536825032134486370159E+000000000000002866");
     return val;
   }
 
- static const mp_float& A000367_740(void)
+ const mp_float& A000367_740(void)
   {
     static const mp_float val("-4.84858219466914949338523168625589902079665675087510524751846713709855098141548778499032539933005002832945729503220611083210573467732339908071725963767119417847275523486768908227144064487152554651594974562403018170618630018295465746204079559358840760801718934443135748797261710709436734261447193634405686489237902507928955659801052290868258632607479027612698926933448309477370530531930061991206914137692456544910281737464E+000000000000002879");
     return val;
   }
 
- static const mp_float& A000367_741(void)
+ const mp_float& A000367_741(void)
   {
     static const mp_float val("+4.44259472842373819045410869703427120468381894163126259725690874596748570326937859649056518110141611050919440129896770366778889146878737289678055631725977217993811112106962904247679828963301175106426666595630811514532528648214610669197046647035885455785173426916172620651075149974917430035141328180549840632908124579802482713407453205592173493934323909169939782528950736572188903299648483434441999816588484695395190328125E+000000000000002881");
     return val;
   }
 
- static const mp_float& A000367_742(void)
+ const mp_float& A000367_742(void)
   {
     static const mp_float val("-3.48117874780057688037432757456066522977326698372823599314147591100471544069921976601207147042358086945149480631473094010980626812224345100889671801715369645334057580441264121965624871901144536102199773388228180121445032429161903464630375391365987393105437107010384998839039178403270121091063494140364155709206895514320862784561495624500748323662347447697655601263865191668277757992071359910650057054913785293900794720686E+000000000000002887");
     return val;
   }
 
- static const mp_float& A000367_743(void)
+ const mp_float& A000367_743(void)
   {
     static const mp_float val("+2.51004914498555504479178996674178845353453855604205643450612819916602535950112095291658904494736153308303040879709588836506432819367689798698765415163524866763285444588745334062570374949732133970074298894740048339135394732900517714929547586658788786796687447115046404767328343249588328372664309361412143337555312020379735830132153834834340800058616891439006587975193125061583522660809527610460596252914639080086379196211E+000000000000002888");
     return val;
   }
 
- static const mp_float& A000367_744(void)
+ const mp_float& A000367_744(void)
   {
     static const mp_float val("-4.06433284436296981392290898176730196136567142482567089376627582601135359591880146612605982380536528028839005927190218106709375077683443049506246644429883114697537269580725602029205308941635820693661147087529250770404273047285427638555599301361646414305633779047452861501431274432064721188686467051922709198491392166283623136353929451399443592386481292861268356108349909475698552803997936113973737617250939534728783002394E+000000000000002899");
     return val;
   }
 
- static const mp_float& A000367_745(void)
+ const mp_float& A000367_745(void)
   {
     static const mp_float val("+5.84843050700431094039962859079281535757100030244755336638069684604672759123853244619893658233673097393488198542976430389209582326396160074656346934072705149707302692073420348768760267201883492840088613560768883078458189284750118942896920540605016397788306666074180437531078192468399568508037560585953340427711715663196509330610423277002766621674545200189444176222829914735537725523908533207680269610812531058101084518477E+000000000000002895");
     return val;
   }
 
- static const mp_float& A000367_746(void)
+ const mp_float& A000367_746(void)
   {
     static const mp_float val("-2.23647058549560479008627126230443186648858542137979203651850903772660048997554111392106174235579943128472875903059675754528050781523932159019321668631529647099442163826378862390835578811311355732177194999522809849828669137440103564049815502552024629405655353185167404489312629635467598873375374936306741085812751401881010470624454014805017192228077314987295679046901607735452354547451076293958855737761609494467576122030E+000000000000002903");
     return val;
   }
 
- static const mp_float& A000367_747(void)
+ const mp_float& A000367_747(void)
   {
     static const mp_float val("+1.87608583660398544693443436456103759539594790909710626251911897459618303274057630700976460748478991978743877854781814714440599533146288963710727909970293068794960695998583112862340670159200226480238684449497274962273573494451694175473988259381663929456095614802381212243382935305356719924934698438355806476146395006666737455754301031783252811360120025748263364452291288459355414572107927418289955169654030721444879633515E+000000000000002911");
     return val;
   }
 
- static const mp_float& A000367_748(void)
+ const mp_float& A000367_748(void)
   {
     static const mp_float val("-1.34463840326793993223680237420682912070377105467362329282889486095737639231428945234766846072895113923683174699763365760626462067547284411227945312217045499843793303485929926322775744753810878916624883423339543169983295380436180189789784174154336144797235004067145150960975464704539610183066953714589193699757766211611768155510223830419149612141880604600355401779864247448935537546434703098908712512175832715763282958056E+000000000000002915");
     return val;
   }
 
- static const mp_float& A000367_749(void)
+ const mp_float& A000367_749(void)
   {
     static const mp_float val("+8.16530866075803096813401796616941351603557628995981095097773097860060055596400004777168880369283253823453082892610109823847289290242766687193185223122353614994879119537953829844106850911658137089880530207393679503554881301476809303987151360825982531824800069867493159722402654378836586922815099844027514536522594205581854020620000589972492220546199544240296736084538368047537673062665613087707215465765408592732823444947E+000000000000002916");
     return val;
   }
 
- static const mp_float& A000367_750(void)
+ const mp_float& A000367_750(void)
   {
     static const mp_float val("-8.44134633251176782405635873584496997391644881692668058299608659519105070941039207786112349313911155991899743601779098700720989806138090413361539227949675125578701595128691388530825801723297164715783832555424642476692928279090303820634722341613010372540901882366975955018651791449014598703994666899369741130993143041013648700804905152704723954184623293464780487561055328972038190653795970429597330491542628173033953329095E+000000000000002934");
     return val;
   }
 
- static const mp_float& A000367_751(void)
+ const mp_float& A000367_751(void)
   {
     static const mp_float val("+1.77171971106151730850965752825000558325159543795117740061990943820145202960669369689500117798089904223736973709683496122975082518437404102185795867890584363265202725617951379647480747467372732570385751458992269286447895078098249975711681009419882477088857422417955469083170965425007734120354579212169514257494258718585762675409848129611704102585493857458820942220302877354958409696030393257990126369120066063077299598622E+000000000000002923");
     return val;
   }
 
- static const mp_float& A000367_752(void)
+ const mp_float& A000367_752(void)
   {
     static const mp_float val("-8.62305235099312811871948011562084840754662234291409889913973918462852848803565282021367622174340744300465372095853335222609252500104287183260759915182880449891522853953965605264739457725104169183476489570456812885293481479932968036245120005348596451107897789280535598801021544632280855955746095388802887195207518711231895005100144962563633885965123982536237107193702188195031937767838997737438685992681356402436149810315E+000000000000002929");
     return val;
   }
 
- static const mp_float& A000367_753(void)
+ const mp_float& A000367_753(void)
   {
     static const mp_float val("+2.05073648061818196035087443786559409877655083902918773015612160006795315310200193381161145272993515441569496216728859049206298665939461511446535893300700583565574435630776147608157050141981393173608173441414579470409887785238451811989590104451259782551769635239080419869743057510478039885518792995524463405669053437865283961927082518360023950289510795040909166896931546093953187471157874499546047398313660365873972921498E+000000000000002936");
     return val;
   }
 
- static const mp_float& A000367_754(void)
+ const mp_float& A000367_754(void)
   {
     static const mp_float val("-5.24199466737692980472934459863609641051332576346264265499467242543841908475323552091454256194638111702333417901449612913936381386566767322530874775882918807794521543388717389439592771692616328991737861768976689162277404078895119971812017664758440655062156615915573168164570634976284296897979146650110241738283593248329958497001708716550042776511352088390754822932140720725391878749524960459311399278269988243988957944960E+000000000000002941");
     return val;
   }
 
- static const mp_float& A000367_755(void)
+ const mp_float& A000367_755(void)
   {
     static const mp_float val("+3.21634249735467284015253539556313169765106078734373340376444731329259138266097855415644594312229888073349804569744935729162010445880115840225899663972952651451543831057392286469254580460260887378823233177359963374038746940810489029601631402161877411361282557196839141287204981524540685569042264010157398099531147217123304367006847037626164748210150003314125701051509780238930532583446842025719524153210804472730168759327E+000000000000002946");
     return val;
   }
 
- static const mp_float& A000367_756(void)
+ const mp_float& A000367_756(void)
   {
     static const mp_float val("-1.29503946115939135563262018537261724758183158823889085531362810649588532272579074596958244243623960631076914070707249825779676297747977069629224571452944325903279240435982083767947535863145890294130677527986945984636300737695480207197244148379905094792079460720382919352266154342178658515473688560803237444308521460094140837385751915207971468279103638242115922280954856120843053088058683473409407602674190657172726379074E+000000000000002967");
     return val;
   }
 
- static const mp_float& A000367_757(void)
+ const mp_float& A000367_757(void)
   {
     static const mp_float val("+6.49780576112770933594265612434183843226431600868118527200749295500719679436064877916896439345847306561602389041006686540022763189688342668143401555548598924926420767583372177054075441780313439304810728087644275547021962280193997699782451451513466214992805967060996072525008138650899532994969489671224348070429413027986047999635617245231258997319380181968844148405641778058929583764238324743349822187683047662276244491498E+000000000000002951");
     return val;
   }
 
- static const mp_float& A000367_758(void)
+ const mp_float& A000367_758(void)
   {
     static const mp_float val("-1.89011760215095885958481188318160542318716848460527807203042947743297332166720646918112090016914370418273997444459314735459110296390458388856877842877573747568950637421114614703156164275544794084602447580147989609399049505823511891964457917100965619629601333093803145841745133327493941410372988353153311503932132580147527123143330890933154908657230658468079608563009716353559658476779825503620587660257156969974240830306E+000000000000002957");
     return val;
   }
 
- static const mp_float& A000367_759(void)
+ const mp_float& A000367_759(void)
   {
     static const mp_float val("+1.55392400176275772479549043535134665085986796700115999974022750361049087079498660333365366508136295674083714405125540651144902139952196555342185925501482572469366470431236150579789270724221834835693362957627287728340948890405656079164058214106460019920094838213309564235584923608661017005401643007177589031882868982372927435745407310556744404957456649964052542924390722680836413353015135047407179713224138963983370099994E+000000000000002969");
     return val;
   }
 
- static const mp_float& A000367_760(void)
+ const mp_float& A000367_760(void)
   {
     static const mp_float val("-7.18574091690377133007172193419654839416862328323278196133113911251682043061029664761496519408670239222332121643637992575498804893293656770511378383696549257492653075406785184449240147154859587557843708540002547670556652244807463193010194400559581871374004102171076246460055156331202300143866507006905670547228359958986736262197622183233666681850329661570254728410425808021093521519958087051978796591217712664864554708786E+000000000000002975");
     return val;
   }
 
- static const mp_float& A000367_761(void)
+ const mp_float& A000367_761(void)
   {
     static const mp_float val("+1.15170723768637160315154867716572050863735359003940073428603386649681689030565352959428110867023567633432733127841798538485253502010942148748338104458180779456039977495089190150749254356816770881637189511277078350078568131655715029730417977747067822531356978931047219639105889012498352903368852611084152495422039677085835848638780258931384658993430989447750831786394561634419134076154009893984062239487955844720929503884E+000000000000002974");
     return val;
   }
 
- static const mp_float& A000367_762(void)
+ const mp_float& A000367_762(void)
   {
     static const mp_float val("-1.02966631526837898816831789009920722814703356605129201939359783040846687019693502219818172646907851155228267648443490442079499764627112979174542387674385836970108490636202663977589164684877136019291019920599836714418028643521089739862425277232002470226171957117350976556387666514553852484293252608392521757090886030640137522297535768208366123852540252932597807080883749539924937202633134132601106773969260619125409606472E+000000000000002981");
     return val;
   }
 
- static const mp_float& A000367_763(void)
+ const mp_float& A000367_763(void)
   {
     static const mp_float val("+2.62078845508071761198593902051669353381044297990090683276202087434354241008230698465281887264469852574952391842930921194695018848517551546553671164473185968455256505954659975382981556281243368848566492515627591906348884996837570069798006988206348367511992120256054110792347819186825714033426642572727279392136051961118385612402721839011865453619027725653650673646029632788881375343328297161088700216780237847609030678620E+000000000000002980");
     return val;
   }
 
- static const mp_float& A000367_764(void)
+ const mp_float& A000367_764(void)
   {
     static const mp_float val("-2.96622028003005733226720304678648532017105502195787832141697329186844853927196857041159453047945457379112678442786760891560110961302245419584044090030085684847864638198351882125956856166225210874273910324782757208520841354858037656761588494838935742158837842436389563035991261888556418460735922658975172281675298798738037030396563838468790710983540340550670573781938313670758529692867255079901785159152268051168515930323E+000000000000002988");
     return val;
   }
 
- static const mp_float& A000367_765(void)
+ const mp_float& A000367_765(void)
   {
     static const mp_float val("+2.01525780529341386910353540806045952153919845717747378964649800061666922606667915050774801703168813828954901810737854691162788646389651003036126606115900964005648435642403017540006970979436927399790340746275390337794137213547886060659002714668110230843620769476303796296510281983569966929726695251268622034122611200368113627205497142204481467035758411403237149528352588508122967227165501355802445185279784824664109879328E+000000000000003002");
     return val;
   }
 
- static const mp_float& A000367_766(void)
+ const mp_float& A000367_766(void)
   {
     static const mp_float val("-2.72657861827900936638751847028521255301557204751236350184304368857300663977669219222446395997615282509124885902754209310961809630468391311253746822712052490529791377136563772406912695154057088123291054709205735003271634157255390277409777246494967316912884555020229835581671265738479767555084652393556892425508263588441493025347107326656281234009818223250317178865431310529882324147688096401242947886144217280986720611978E+000000000000002995");
     return val;
   }
 
- static const mp_float& A000367_767(void)
+ const mp_float& A000367_767(void)
   {
     static const mp_float val("+3.24829750155275138901815676253861824921260358129798939125165572549366842361077483619831948691651283808421157010862012469092007441824097228100849312356066421986305939241409310980124766467253160994062288742338157886641016229346401018222608166083881011328674844167803952700295998578899773919972999948072259279455601656102355383066149076916812154618096105066172688004958961465382961759596600668553322123726257416265812566310E+000000000000002999");
     return val;
   }
 
- static const mp_float& A000367_768(void)
+ const mp_float& A000367_768(void)
   {
     static const mp_float val("-5.55193638576877477504594980657983525511000363831436915075175703924860761647423051431320907532074181728718511093079921195022263578688393365242191040551350975268273238008272281151767928148294945055249294061111217942998305741720733489814371547028055100937844407043438205091661186070401657475817285315978759962824385416740270786759046958078754003757549231145687444677199456686546026280157099383772556265664657027096668124055E+000000000000003017");
     return val;
   }
 
- static const mp_float& A000367_769(void)
+ const mp_float& A000367_769(void)
   {
     static const mp_float val("+1.16162546264092548191034945951242305479479652625952583451935145587488254635808110854079872041524396778816342884568117332530766076465873790833534014093738529805012559587658044990241748897386807830969788229049659922520132329320471029306082493446915523410479329509747112199141185676013160390871317271465802858551505253105408152519540185050647734595862124949330040609312779379377984227953632603209802730705554707374433644981E+000000000000003009");
     return val;
   }
 
- static const mp_float& A000367_770(void)
+ const mp_float& A000367_770(void)
   {
     static const mp_float val("-1.81640462566259164982795217255951679025553506264205613820164264732115557852792933001535493258168357431667223888783295006153585059858583557276286492828287095844799680999518281418170541547352658146332960794767325588338812532704209116946908817170287153426270409428873728419690410258036827794518915379921999229352159685694409301967693298668947718250396275618277418244193498163841732695872989304267732608623202067296331419758E+000000000000003020");
     return val;
   }
 
- static const mp_float& A000367_771(void)
+ const mp_float& A000367_771(void)
   {
     static const mp_float val("+4.53374373934539749638909107168945222892704773829666927973330144412069425703693309141519863988272552098356892128019180301365172650697048375916464143868051918146335173504650535299674068905603731122983697702716083266307914400265506010667763386481348324568985067249908935045225150152236484731323668842059345373343757922409431246285332506915762162292886861341369904388068847876902610201521777076325145545571115630787509270948E+000000000000003022");
     return val;
   }
 
- static const mp_float& A000367_772(void)
+ const mp_float& A000367_772(void)
   {
     static const mp_float val("-9.79029969536055678193423999543847036103943468380007326672327372235090119503701229964922429197211917394136442069212431675063453126688150736062973378321893331550513347645352776789783088289165838261451235060860895706605677376461674165194358590239463870394206006101352421297056989841429789010630118786102601876769672190377437743852048490568779540716110381039435628946903601034586051912534983076083097663615786813872325489767E+000000000000003026");
     return val;
   }
 
- static const mp_float& A000367_773(void)
+ const mp_float& A000367_773(void)
   {
     static const mp_float val("+1.53258554392134754222940632663139504767313969876144359603531116734171479822494032192735909715753171594461561530922917565658260688286174146618823981921755939175895076381397882024641710139917193573791672778053636440494466492008768262427658649850819069930825882884781380998935317116554136430027150863927013430456490409027500735435357968511500117501916991870031614113746767685620644904361596824608016932224965524992118135379E+000000000000003028");
     return val;
   }
 
- static const mp_float& A000367_774(void)
+ const mp_float& A000367_774(void)
   {
     static const mp_float val("-7.96875547797629328600269709570767711030872617554934771183547335669420275787990684492588439118581234852529492417228586629588797173254812394721637268477972552937899725183591382265407997375999895709427960412157043072936864383901133618403536130988125056896852224975726309893898559370113450859482796558720054035730984459546512760314564413558515231757191250359005686867633094418677081723146646467834039653852418564747292848607E+000000000000003043");
     return val;
   }
 
- static const mp_float& A000367_775(void)
+ const mp_float& A000367_775(void)
   {
     static const mp_float val("+1.93420593469747915997290062575732599542895938081283326890724337869246733757051918927904448179849781703492433148053137287942725802712425680095404366666439947695658755325698648416675156906594238864210994453146625192638158049068821930116231664928886795996981711936020542238887210550898700599645244408753038954599888713525076847937724033785687687477231900736728590739918332650653271771746993194817765997937154996893607537664E+000000000000003041");
     return val;
   }
 
- static const mp_float& A000367_776(void)
+ const mp_float& A000367_776(void)
   {
     static const mp_float val("-1.77024508840638458588820003945700122899116981127409547577542507947815437274492222219078280393516183829489309488479095511939932730578265136288670414762057398470308117305332840628405048541459259375485631772236425800480548927367433409863633058815358898022557479679930516495520136105724326557502177245134990714342763151075368949473485983338086939033252061227184197763591028165687716761426935810380028786374877489844747447980E+000000000000003050");
     return val;
   }
 
- static const mp_float& A000367_777(void)
+ const mp_float& A000367_777(void)
   {
     static const mp_float val("+1.41457998019541414473248922545968342055074010341133495780998414135438654424705125190375109740944186956729201012217171203219982047634986415695808567266662582632444730150784796794697500036736753574851914816322407093538010136000488146988067540497498293218552092337610197931330139651342024308650514859139447550065432102757126163921728074510571281109587604784394570118068813203499190316458605125862847609375286287075184397120E+000000000000003052");
     return val;
   }
 
- static const mp_float& A000367_778(void)
+ const mp_float& A000367_778(void)
   {
     static const mp_float val("-6.45812434139255209384474370967003262842973646533523942516541088188731586306941443200177841382024547615329437933148917193271418924119876883600587511537953842203676889989171255939805432117806846345039085726534852757236538687846888625685221004299072671772013040712300144687453085009056939807339144348144786273995879382531355334555661050909435545896734533399733804825796163790384210272079271499766971380523513556622699586512E+000000000000003052");
     return val;
   }
 
- static const mp_float& A000367_779(void)
+ const mp_float& A000367_779(void)
   {
     static const mp_float val("+1.02696805564606009417023401347840967221090914097079640857579122363744595581887818019644971374707024073274154736201795546163461988580279937315126287179580508527648285964859953272366195640726048584287202694819756192552561402404945287930060019879886197505417965180160374140808774256377809902389901617515264928176588098544482717981887700473265140399650506952814649691165359175433268217480687245246422221477171213364030840145E+000000000000003062");
     return val;
   }
 
- static const mp_float& A000367_780(void)
+ const mp_float& A000367_780(void)
   {
     static const mp_float val("-2.66427556237500768692472469286101822197564443847818707304571102500523859109876955438501716260178364035942056154863831169480593876643495032974970161542377486082214720261150793047192278840136816152440228621198565387630669682977327598373744625379940828382641034070324143631267607308460163856339331069334973972951822619955835524998958147553709056718897842479430907127955051004227968987457986719302028071860605360702005985119E+000000000000003083");
     return val;
   }
 
- static const mp_float& A000367_781(void)
+ const mp_float& A000367_781(void)
   {
     static const mp_float val("+6.94537558470146997624358602589368228516441635501131252771326063464180741423369485223526633838995546726140865923346898619062744650686928659482773923161207926105657517828121901374375548838855390458628103250926784567430493005516189996117878731537230823452052865302970820675345067356394260201168770442088047884595275780527141777516072249074646443671446984644638748651604408672131539578236033356026576819074275858223781139395E+000000000000003067");
     return val;
   }
 
- static const mp_float& A000367_782(void)
+ const mp_float& A000367_782(void)
   {
     static const mp_float val("-4.39411837424531195804032673749386755030779828301604165803826599923825190970955825339320129060411186237098247410374214462593656441828152161485430098940994482489818878650950070913188468805241418962900980676014310001308901878499900606432847533877224957791092608732462719570375731999900768818867098534531352426819790200371149010987089753700910158480651331210175868842683830927483547325333062314487909816355512664049637534022E+000000000000003073");
     return val;
   }
 
- static const mp_float& A000367_783(void)
+ const mp_float& A000367_783(void)
   {
     static const mp_float val("+7.46491025455004519328503906315505417022892990392678020233875896512464049373969007618466458357334239366534968455127007335938537737244731269871523351747753633250516616350027263359565872576968349912414397544482255325672210111731924845275931834700627375294620223469556783761933948901050649110898567953548619108947140478334554229588561178783696767421315107806900107150631681045257975347245708191083181204519202480022041448918E+000000000000003085");
     return val;
   }
 
- static const mp_float& A000367_784(void)
+ const mp_float& A000367_784(void)
   {
     static const mp_float val("-3.96430594988545312676392065994984845297342779999616577522687695060974998432112454161521946805199033241072006294946174809847938285093718973522846603615698484651547090469443875995114256394509268674568414782073585798518283465248103027714045736972892340321121153661030667331201480700225842251798807210529319016510391021166108728879254831809732751848389342824220132610063427248904781357106812213100913957615802653929600476903E+000000000000003088");
     return val;
   }
 
- static const mp_float& A000367_785(void)
+ const mp_float& A000367_785(void)
   {
     static const mp_float val("+7.78999718085074610381447682275123443924977031430198804286169933789881441831594347335409528293962756829581941851538380751586291021565025947181075594670374556163255348817108422616644894867052552263071636467380455349036092404545484144978103300784113948472042426354308887380574440379326956602282202660375771358013641929302889515042580221842076199663685303762505785090913528768809656017109398967026972543822439340217258962624E+000000000000003089");
     return val;
   }
 
- static const mp_float& A000367_786(void)
+ const mp_float& A000367_786(void)
   {
     static const mp_float val("-2.65570173824547347346510953092273048625351817824231170713830552943336098111994025544026476328695705003655255704106722081800336805972611153878701222771387527516808980966005311771489979318589402863277779768249893314639373853362673278349951668442865703567683952546198961149744368916435701304147704724607396418099487931610113255190476038634873581807565903615780988047238378654587967903176695976110812027693604774973615807884E+000000000000003098");
     return val;
   }
 
- static const mp_float& A000367_787(void)
+ const mp_float& A000367_787(void)
   {
     static const mp_float val("+1.76852471840985744702832376071428832002170186678108905737432085788015583933572356893723505619510605235000353293579147161500022908496428341945608081549366362040439254439536335253750359453400554571973179947538085112107447992367939056248358812274117954220518472393949644130438872979107612809109720002638878318091200395928421707272094066589005509994761326677339506690567533422835978328025171277313241020993508623390678745260E+000000000000003095");
     return val;
   }
 
- static const mp_float& A000367_788(void)
+ const mp_float& A000367_788(void)
   {
     static const mp_float val("-5.55978724885926023329165830202093842565608803056821862873293091415089854954330127739392904873123276766472713675752198108347196911635616873475749698500132430582971535297139078406381751957573758499949927716124021985653784770419072399621991289272789771992463455141574290950772509602232774707053060643409969076698484794197641048387981399255241095773145680563829233203693940913482272886098211407792693331146150727246794447395E+000000000000003100");
     return val;
   }
 
- static const mp_float& A000367_789(void)
+ const mp_float& A000367_789(void)
   {
     static const mp_float val("+7.74724507062746839814603907129322426437767762872847206539443373778082759205042614546463502071423286547154961134339017134573318300681469232966785816937713927980620038226800436944398888121417415394712689853993660953982416941544063960606432007654489314023228608013804065975268644957322706692236519090001574882565497726630837237052619407501428704483625621469741608772557246333148766335604253149925851455998785085619170866951E+000000000000003108");
     return val;
   }
 
- static const mp_float& A000367_790(void)
+ const mp_float& A000367_790(void)
   {
     static const mp_float val("-7.72268918725210656907136979519324097323155812340390737384983972791504807674821816763904651773496655666497272347113528611756081922135810874189089450864342565927055751544078356507265314225711362813515414180013885832615396825272577001671235142188718703282549422275588988585540406911722845818244327269981863422165472197182055640480364036810716126376845996739915504954486910278487211160479011904820490860523401471797520371834E+000000000000003113");
     return val;
   }
 
- static const mp_float& A000367_791(void)
+ const mp_float& A000367_791(void)
   {
     static const mp_float val("+1.00839803097891445751876254068371195902111091852278079937870657284077954463659046137752451897976681793503505771051606000517388922273058379118711225759915208188112963365940045257255712690626370287211070334021643931439329004116142496621774442222947510369906924862660331978837601471689225469337881590173154672564999803760448073075856778063008227346479672945093177375260790864328848934499589452507083666556822346314926570156E+000000000000003120");
     return val;
   }
 
- static const mp_float& A000367_792(void)
+ const mp_float& A000367_792(void)
   {
     static const mp_float val("-7.66613219638774422552865375154801082856635483141981626643098335082771280096660643565955066555607559927471474832106239916579794070704837304951584231982993315824797644037093842148708468396705961397519878599842966198652378263109111700411094992411582175615426939955246763096745095659112168721202346939183857153542120629404731952182394235344059847394088218294958001319143364917712188972693132986015694618256254034793633398338E+000000000000003137");
     return val;
   }
 
- static const mp_float& A000367_793(void)
+ const mp_float& A000367_793(void)
   {
     static const mp_float val("+1.13494361296953868576495206234735585328925967888667753612044838342123365922261422852688495926857313452900479563754967782169937070247881170662687127490003968833703504458233971042301913639990234910713242451577608802812768067348815217144423507445979682845433935930943410364218897234886750630819263798472540236697978281417381533736990876945313238709075033698969265941177324751787751328420810896094781728695110990729140792933E+000000000000003124");
     return val;
   }
 
- static const mp_float& A000367_794(void)
+ const mp_float& A000367_794(void)
   {
     static const mp_float val("-3.62252989032058114143125566218459633997871183407372140016982163751647504354058748403879655847766290817490136427504651736637876317398650285850488333868108985215564726258470046795360476694875351541513782297768160356632031787497480250700088654030345650156189560706966069806537871317075051329552873959441015107586164176313551759363420916581440203836615361612438617721336588429116536564528813141416828122353064017494350952467E+000000000000003129");
     return val;
   }
 
- static const mp_float& A000367_795(void)
+ const mp_float& A000367_795(void)
   {
     static const mp_float val("+1.18423926009923769513208277627605098529875080758252294188338540918367135820881288106946756609949261699759021378808729908357280111009220637079751972039396210115012786618235726776801353851109000782355953077071917880741506988396736118750856746627414256385416617692918660693468379374187216531683993324757276028538178145939854129717056467883772948768896312702242067848444024990528034695304176669844988438025595609891463109493E+000000000000003139");
     return val;
   }
 
- static const mp_float& A000367_796(void)
+ const mp_float& A000367_796(void)
   {
     static const mp_float val("-1.18545504749239531456951300664211221206537636434001819064713357040702026470897550234308500372889400281180070568539928324103443871544350115347450244748043181710207369867540733396067433429369485931391848462913376979471510672481637605795822922301168879384709323740771695000464474850220192462134444481337800037197809442850866404762834678575709387787456468687197497513561217066134331046077320408266591458921567595621369989849E+000000000000003142");
     return val;
   }
 
- static const mp_float& A000367_797(void)
+ const mp_float& A000367_797(void)
   {
     static const mp_float val("+1.91337951746774175595502877402934009371827940960378038207226028726938889349123007565057019075509067051481294488665201868134655898047237875681599256864884195483430711408891537808975918630350440876788445023451416872508358960465494395926187630995614080967363025852945840370062949462857901311896209325780430169703341796026409252551405411877677000058409774180609496294971154386176346164843582510260223665198206330041550495962E+000000000000003143");
     return val;
   }
 
- static const mp_float& A000367_798(void)
+ const mp_float& A000367_798(void)
   {
     static const mp_float val("-2.56007805516865132191624560381443541491156892226640326574592641309093984338792057526880149073974719021934097407167618487280860131143742958904238419719161702302795166929073752537915096553076500899516927109267081092958459302444784380917946699672902929916028021498619469441165377058648193297513347266349346677373619474215113219765498759449132177046027306265666064828210011354519265990866445422711854934510013140943998589666E+000000000000003159");
     return val;
   }
 
- static const mp_float& A000367_799(void)
+ const mp_float& A000367_799(void)
   {
     static const mp_float val("+7.97548151263028456087705588006331772448430492258638046226900213636168347191601333379959630629221895485659557161909397425178906885835437626477183443233497181673569615725079108297831058292302426439323712850044502482119531994920627497598335022966700527533103731600557077203635619887601471048378293987949285724364826823064094751398308674181894006403586064050443806133337691857601142097573314949307977074825965226759320385920E+000000000000003152");
     return val;
   }
 
- static const mp_float& A000367_800(void)
+ const mp_float& A000367_800(void)
   {
     static const mp_float val("-1.28474864485306689334228847842957094798561941927850453980085779885804388801697339680052250349075784094309185605182194507579336997138653522461041324134864179339222815975829993673194896364879839073515355447046080866309962203785668291553143674102860307746417420103785844701687759350779590219974023706604567605699363358719422025221968722496179360670669904804856382835268082085155286837012071616698679297745587756561860407794E+000000000000003170");
     return val;
   }
 
- static const mp_float& A000367_801(void)
+ const mp_float& A000367_801(void)
   {
     static const mp_float val("+7.99400473655615751035326737482845609817491687899945974908754325783660084369259678636600151690172170505852782391666073591576798102553064641429608706638431971393385499399463014455419895752898431524336722030271753053824881486510745195553200528326547756148297903646118816410121773572230235349171552559044542676445814660753346187200966246593189551661558945958425745261150188815547324919833196216053433328885526599229711323417E+000000000000003166");
     return val;
   }
 
- static const mp_float& A000367_802(void)
+ const mp_float& A000367_802(void)
   {
     static const mp_float val("-1.09347254504081653123738166503631305925400034958600807690065317061069175980297845836138537057654836985129262746583626822260438969794627532459792519648148079656293222341584795975058816217417373977011499122317486322645417165060998133966134817721032225094480323515819421877210649826549454210944083900376949828189204539602970776146954958345674946508168218274377527377882599359795622401959179066410738292792508595943166270290E+000000000000003168");
     return val;
   }
 
- static const mp_float& A000367_803(void)
+ const mp_float& A000367_803(void)
   {
     static const mp_float val("+5.27767244616250738987928672468723546086933514500391660256840159950590585075169998530561045565144765805457963070641027540544647547052992950569322480628776067835224853989443252459039085537133929619664193980738707146692709602796096436464032528641649126891400701649481558956013682297745544737727792641323340480469308686847679194002088106602690843160982174805547862219988460992735249669851432083825764745068277124854440643781E+000000000000003176");
     return val;
   }
 
- static const mp_float& A000367_804(void)
+ const mp_float& A000367_804(void)
   {
     static const mp_float val("-1.84060511706510931891283991803644310680935209912565440019579619715950759368233016351290817708050839457054193432527094325834678684248881534765370219264973256923932337476658513495498435996925357904358037723402538171148288946924235017603714090956832756366907229624774342595369756268791155826075486231020231361114201315311803888170105985708985681897129714482544203858890613296972895603611646524470068646852901094952695969694E+000000000000003185");
     return val;
   }
 
- static const mp_float& A000367_805(void)
+ const mp_float& A000367_805(void)
   {
     static const mp_float val("+2.25118911167111885962808416044450772972970732985947501775432487624130540678871108011602045769756778973969695191163535493757649663629210819149716719356430454124259953168319924674604208141871125883241284167376273214758563334968684297964466046313879012311264325322220911006326165860007767522590329810280549119958325050902158293084063465987347752598453119198345761948955855651942332544853497171331352378999730892960071848843E+000000000000003186");
     return val;
   }
 
- static const mp_float& A000367_806(void)
+ const mp_float& A000367_806(void)
   {
     static const mp_float val("-1.72442444323284449916513138817989479225161298162113786514845120443256900200644351653745747265652421766250623449094467708559755008332131410575504158558652281127885822868173627610383596697493166582963949307464374577781137524365760486096850905405539859884312681007817375791868855040551978981227288740575025993055040451524751320549914272280536118417528125083862270078829907886548699485964196855560407806167960562943151463368E+000000000000003192");
     return val;
   }
 
- static const mp_float& A000367_807(void)
+ const mp_float& A000367_807(void)
   {
     static const mp_float val("+1.86225920645952943556028772476398769649380201070275576149027875005886137934128770284485741432716170052059626152000671590718605354252553037242885998901302224522523098498096475450737534834129648712147121372216002118455220674387889756535825917446310902617586553623652324609886663093045262582028214888859645365259609312117444245093360852197678339785056001521665904179861053061249461411048664483390731708972981859111888114580E+000000000000003192");
     return val;
   }
 
- static const mp_float& A000367_808(void)
+ const mp_float& A000367_808(void)
   {
     static const mp_float val("-1.20938251026784865009854416820916009773210327137384840076676047341064610308884212428000084794756853779606136997184087566563190149949910535530477978320741996557765735528196633401337276324999797847060562864627291814430891641262959327618738447985970397584230814135941047807935842943994436168331897707738448443329697804524678711292881212431735213314871062471100992624041176194872340618566041348310873741474668528478227128435E+000000000000003201");
     return val;
   }
 
- static const mp_float& A000367_809(void)
+ const mp_float& A000367_809(void)
   {
     static const mp_float val("+1.88699993658633834343281746804028610742557229564231160879377578337067532343918772340874699331036014311662892810670218725214852649789948907440635801973755401233787897418508288794237815490230661708339137312296768086027575790821119888232035565696119846640559001863096121493261288686541338082338934139430399156364950062438900235508016603546472053312375927320062720510062916545058931867060965910606936787989511946219799442017E+000000000000003204");
     return val;
   }
 
- static const mp_float& A000367_810(void)
+ const mp_float& A000367_810(void)
   {
     static const mp_float val("-3.19331088473896749913892960626973140085880538030549025498864865241766247118660322569930514651956437230345941838336316692065731342742710269351308434657221117929004235259330110388535198998774483915426808291397944049614812936845518822351821665739395936466269110685221621021525760969043251894335788601524874054319233720218392099756605026011169641113392445769008283334613961596963402513185294773335082846613633141522867465633E+000000000000003233");
     return val;
   }
 
- static const mp_float& A000367_811(void)
+ const mp_float& A000367_811(void)
   {
     static const mp_float val("+5.15704939783927098226126553013467351708162051907614316909605844409640021206781857717501633731212152363829936216739667535487076984681619264011141579214013756005116539854154192996606007707308862108147220741914341682557122929826617578513329037417867213268634146598705564955748332067986037416543047539877418191352874044232644681312908381292490727944478634979535436322826932268260202740845577991343648572623409839865948246450E+000000000000003210");
     return val;
   }
 
- static const mp_float& A000367_812(void)
+ const mp_float& A000367_812(void)
   {
     static const mp_float val("-6.86312698222075472697071841373604719113768578496441682303666832843721863245974337755020373349760389169195703106272093129040937850565227495136652993943495637201201058332330754087835261093505297452344651841437334815441715067520890517963431837581280357258943248818694638606152406763934762384860901099652255865733293055781809517404872760403658333489797807518634173295254611100871647298144979845749518783192776471228808117453E+000000000000003221");
     return val;
   }
 
- static const mp_float& A000367_813(void)
+ const mp_float& A000367_813(void)
   {
     static const mp_float val("+2.62449567990490540670261163832239305103298148928002481478081377915615423609875407647412588711935701266814172442316478064917506304467137557303412570524391371849153561214653909111365750593143808309129729055722659232624177097402190758726295941061556947280067379931482475368956234964313055479930754277615585599674355211579402132481731948903790132396053204492214910675731427178187902545943560241534008027707667738820560971870E+000000000000003224");
     return val;
   }
 
- static const mp_float& A000367_814(void)
+ const mp_float& A000367_814(void)
   {
     static const mp_float val("-2.64927227657447376293719844008785097404716007192563353919412007253995396544584211114483680289770906239723444364478113774033870795309618925274762098244625841741144598502546160941144772027838344960725819686806680776329255231523211570678760027794109867249590125540397671981424109834063077989646080311275184089188439232958758484380422411195734761387891946540136359596395974595090795750907731098925058131977467615377084978373E+000000000000003229");
     return val;
   }
 
- static const mp_float& A000367_815(void)
+ const mp_float& A000367_815(void)
   {
     static const mp_float val("+1.14388963083144902485658493145559197717718595605243028730964637731518089766176866732280437456322838918127158009819697999994397075224166479359895126798725202822677610823084625064703248247962862256297401627460536962775123140281460046951090461759978215291528829157493654842101892168418242559441671175346814380375128741104688364156930131625474867008098994951977818045780525674026057378600890931018462726277686790779580645016E+000000000000003231");
     return val;
   }
 
- static const mp_float& A000367_816(void)
+ const mp_float& A000367_816(void)
   {
     static const mp_float val("-3.03612025366155376865903513939842602609953480055036377977784384417791573195189487128918647587349196094811139101080773800175289504323636496382885452161961722135334010577477470341498089669801671526567894566319732504422851751867210088671397551560501691317688781434211491854096752413305192288521240252485538371685207214827270638462960148411216092249139661343314027954039904004637799966904771707633253641689373570858676659602E+000000000000003247");
     return val;
   }
 
- static const mp_float& A000367_817(void)
+ const mp_float& A000367_817(void)
   {
     static const mp_float val("+4.73897390201698846668565998372567591112269234061185221675448075167635704880648728685295314722367447771996560931199989474163286973612033257269423002123502164082619028368105622171462969445007382045946493474242003184375931259047596853611531700828420882501212570716883478101801009085451199787934670822848399132156631306992117548176431193778534417156506323961257590065554817491061947515705141575952906416174758030080174378749E+000000000000003239");
     return val;
   }
 
- static const mp_float& A000367_818(void)
+ const mp_float& A000367_818(void)
   {
     static const mp_float val("-2.62811472999054681862010298106626693649590568393233643749335358361080088886480736001179977624506860002198344412576354167678863833918275027840720693979025480862155932766145429999862651450769498984585630545078258557698052793518094714432612030858677434061554442206763990109126490879689823902826347106479833946528426815727192989475044312503613909511705798092856509871407511681530885192990439266256768784688874458710094742743E+000000000000003248");
     return val;
   }
 
- static const mp_float& A000367_819(void)
+ const mp_float& A000367_819(void)
   {
     static const mp_float val("+6.84489376086131274566403908814472987571954900437768546870239467505024790760926762441577036512962862585702360596759973475978822590981324572708539032786910376433540816365627979485722604435692252192508821904162566015679999904062979172631388815110285400088609738239641126819207896145803618624178692712352899066995203458183889302537839563309146250984886518605483408040704816128862222906695626567215353861730604151353740753002E+000000000000003259");
     return val;
   }
 
- static const mp_float& A000367_820(void)
+ const mp_float& A000367_820(void)
   {
     static const mp_float val("-2.28170417652432292872953027356922286673933215382864449800113086983201684393271181371362735896528537315660729045648174724517779900634999285373460649499652409665559642523327897277338068360990453168556743256519736232977159387748694437660179844305648401203398389590265707454396878756239143766393836644823982822449061610649405286621323110875873516748889250660552738061092701581037945176442019379202987090419929399217353551442E+000000000000003262");
     return val;
   }
 
- static const mp_float& A000367_821(void)
+ const mp_float& A000367_821(void)
   {
     static const mp_float val("+1.01347616355287451003832736546914185563394788082014354880020127494456282448850175554840890575047964145025354693303229893914177218159426690254608883991313295675100773749806483040281419948814679643235779355904241695643308932191257669869252362145419578791513629277305179817383764680600118555729269644020127222665491155757132596931384648855538034790451155752864282834082678470772351769409379282875160219553225640487349365835E+000000000000003259");
     return val;
   }
 
- static const mp_float& A000367_822(void)
+ const mp_float& A000367_822(void)
   {
     static const mp_float val("-2.59659616033297892152576924858087705612096552302301631168938058554985293228369683191247268708816158251108767347192414600988418438396138992424774636450198605193130241471782731442393092795853269572277487171216692853769068356629523945136177731345763986469088293312864908500717750292172782503369312666695107054912059472147294318220870637596493372647868557675572514781419938371288339882376394461925489826909919197621556512146E+000000000000003269");
     return val;
   }
 
- static const mp_float& A000367_823(void)
+ const mp_float& A000367_823(void)
   {
     static const mp_float val("+4.75586124272541684343097320223494540579401553737796450983493690845355350057696924185190534819370297073490404955277753191561390046690832937773570477821657923423631924817627838283637867243029403480193237093640977760150696410950000631260251449310763904458063928438324606187285961666909048646492616393951175828596230288594927916518744540921872521708413519210531541785023197775879079839410197031466463590085211934482249085597E+000000000000003268");
     return val;
   }
 
- static const mp_float& A000367_824(void)
+ const mp_float& A000367_824(void)
   {
     static const mp_float val("-2.77932395523335488622760649629124249597144602516177439153662891429441983894743622827767369554965020076406290339727789929639622820652266345640872203752509740860078249449746108403298228467315212417416098259700152227953388503070982367413287347257574165769158320029035543517038515598927971526893576663515618507547900394259054120470918190212503403663137830969090891985715295579431445906866635150829402815085852406996669747194E+000000000000003275");
     return val;
   }
 
- static const mp_float& A000367_825(void)
+ const mp_float& A000367_825(void)
   {
     static const mp_float val("+4.14309705315984749796262414085658844806609110051974130570078500295438473687336663271281530472989191298245451988799307966511421695100508930600526030153877208098695570989372718601891272426457002395683362001190199227567202372081441967287957652543423483869553602698116403115243280110132276335871076498020782758524441027014301779213850850315387557092819584703039558584129005955522215878241447509454285269485286889457769190747E+000000000000003289");
     return val;
   }
 
- static const mp_float& A000367_826(void)
+ const mp_float& A000367_826(void)
   {
     static const mp_float val("-1.86696423954077568196235283503931097478386987178197807592320356151586248103469953222956834980606297093525126172791153693116729577354846259801992458909179925073150513952477896353059656521294784232193239765789587775155984921308902847166270278501295335302439592759219801268094872048924986325000685195380713926584225154885037072887266357501747582199162536302002909744070033099785248129911452699765126660556377702881961667399E+000000000000003288");
     return val;
   }
 
- static const mp_float& A000367_827(void)
+ const mp_float& A000367_827(void)
   {
     static const mp_float val("+1.07822925143867398160874919700301615872139876560664381942977353855795582480927338475799108321109015343831253709551444237195725934138732333268789183505296593901671865426632308614075373305475166027944908691673319223241951470924629026862865383660945093897334629350477747063671437242121967357787484450798176825435512506275265437682099230849230774704124738000646478190177928228331147766181715215946998394046692430531871437215E+000000000000003288");
     return val;
   }
 
- static const mp_float& A000367_828(void)
+ const mp_float& A000367_828(void)
   {
     static const mp_float val("-4.34478961329602679216636528367665034002663945499098273734494504647410283513354799729437777594073113894044880345810397463065474780089027935926426471459136480275387555409340101114207517250733614556559835316737940670494111350498387712047118327517779432878451915610086625698909021190711700129389298342592333910130873215729717164416428765842382296338843117963975973953020471169674328102934925023023769950582095642109372270461E+000000000000003312");
     return val;
   }
 
- static const mp_float& A000367_829(void)
+ const mp_float& A000367_829(void)
   {
     static const mp_float val("+5.20903171290866888634612953183310619124780466887645702678530712436208107736725251762163391001295009734291448534398863226808976200069227538806283021189306985449145524856931518895621281903352283640751830105925936261236945933197093258551789118774449745666044990725802418885167380632963772789736793151712636883024295718385393805513839008237805677104298322180152769148180071743613689963925438285951704776222209799172881352846E+000000000000003297");
     return val;
   }
 
- static const mp_float& A000367_830(void)
+ const mp_float& A000367_830(void)
   {
     static const mp_float val("-3.33757396830525094012310546971402796918154136161099604597072696635654453581290535324932112941392727130227711669008410832294658798721995275586702216969948038635566460445746502980688358870645753329513947146320307731824741112302828084881641479961254559221873143893625961951063520974612041707950710308269908018908160726282949214059649598365559902305055627337743345164558176254050631699852558225265780031260011968936395650998E+000000000000003306");
     return val;
   }
 
- static const mp_float& A000367_831(void)
+ const mp_float& A000367_831(void)
   {
     static const mp_float val("+2.95789629380271887560834153265875010044557709329220718592239723746516788444027594258013703959205582322659822325430513301997117644733602670031414791703921225679163020423829854846673863774376083228874042514185336663101149146547303047932848017266441242240043862057538203294868742452245432702189462678187802575090289240084771930929670388369268990958551693576443432291824333101927602393839017505740054656447887666739368100320E+000000000000003311");
     return val;
   }
 
- static const mp_float& A000367_832(void)
+ const mp_float& A000367_832(void)
   {
     static const mp_float val("-8.02367416017194495559789810897847406864440827695031188497214754958806777412141277667919708643650962473415133196969660983893201476386570367625660545754375795818273389639380944524033785261213074772434118760899456509307964240938092251513224085914832882992447882244975368863417220257429603906799612452247330183751992027498120514161233831658749857648027306595840094605735829860605704114535926809584944479706121566948842857834E+000000000000003315");
     return val;
   }
 
- static const mp_float& A000367_833(void)
+ const mp_float& A000367_833(void)
   {
     static const mp_float val("+4.98587616218112748306909542453499502585905144534969862079224704060471463331593424221649298229537167314503019933947396558765529838388265818792226395549864676830493281089358417819201020781162009396051715515576098796563910936594496581255649889501382797482281139484228061130595370436374185920580676392033240642073313685726260341485224593307519656938339845797028113458403626512057573089875892244252614486718853404542329268671E+000000000000003322");
     return val;
   }
 
- static const mp_float& A000367_834(void)
+ const mp_float& A000367_834(void)
   {
     static const mp_float val("-3.72823109700275606998799396370713581111530415635728429619258551652984219345625239776328979069802488493288924957906344311217831569418927091193066720778381349985096544646441557758991898734829191354632236631630430216472124307319502068470119924056888755858621744147206721214817936711014228221999913063703055987785034401567581009112724558066333287186728197922191214095795021525058382969562799072832107490996558873545882919130E+000000000000003330");
     return val;
   }
 
- static const mp_float& A000367_835(void)
+ const mp_float& A000367_835(void)
   {
     static const mp_float val("+6.84519228693334908919371241003124979737706949701600209108051514179259893438124186861749223069465525930536614866468884459016356195071670580957292514730918506369057583405541933822062092789013178342329565864768909968293296637010251842703301062543434312200798852066212318622355060431783715325431675499766044040004659034472047560737196901751548879526814343772596282664597853514197684202999432199132220732183125239062812370171E+000000000000003327");
     return val;
   }
 
- static const mp_float& A000367_836(void)
+ const mp_float& A000367_836(void)
   {
     static const mp_float val("-1.88863408537320769628944315555543968225964196819184565142843151018585813155615781470040153849240728346558628194700473312617419376265222638678136721526184531762821558508303282051792444566138045956094049502532887249179830702048565873126853201331476422152174154958750600963653648735111648111463503884268325205773287466648013923956039961309148694455171418713689269416364474321384530635528647319109961853748406805577067977498E+000000000000003338");
     return val;
   }
 
- static const mp_float& A000367_837(void)
+ const mp_float& A000367_837(void)
   {
     static const mp_float val("+4.15517435891025083621561163325915759563336368173232615367261015356172630465518938364945390372171683819574233699474409624462097626165131303654000774158141191757023164124311960449953089830861666651888179296441603552394944298781143915187281724323928562584723844760553227287373873265283037345440375592294779513237011932445011931807729103185431660080663215936101662462162698206724979498360836196086459670823530328464204063015E+000000000000003338");
     return val;
   }
 
- static const mp_float& A000367_838(void)
+ const mp_float& A000367_838(void)
   {
     static const mp_float val("-9.31962988744452603202447026585163422987868560322389834283790932086446391547479629811776122087003618032144453091162210064908969323406173861787566840065538372251137810223704391791724530583790979231631941688706610601845432677402366158598615758753207645539965050951177671248248290133919483119900568766572805769258078297630200367400404715246250753991079347959071735850022310321220782288846206269338420362581372297171398536982E+000000000000003344");
     return val;
   }
 
- static const mp_float& A000367_839(void)
+ const mp_float& A000367_839(void)
   {
     static const mp_float val("+1.58355073679745618904573512370101245381528331490536242230911884376349591366936322022142137001868738939670837113391827186196653112386053689425333867281033575716688502572889637762505341257536698988145392729313027587842561136741849658456370131323129891003610173330825089595277763344468716043084678974003617068309388057077917862022081232226576096501364632015289059358991011859123200175355924450559381187881817984365240382518E+000000000000003346");
     return val;
   }
 
- static const mp_float& A000367_840(void)
+ const mp_float& A000367_840(void)
   {
     static const mp_float val("-1.51384591320048880970166573231949015374330793491207384953739459801711519557761833035645903838424590370928610637275495961311999955612616418160639155536512692851616927918507641687087151291831737515521021120790463301086838519218512600609873340363214623445498306267170835932618633044362142345550095472318191270038376102722386269066741180117239999659821450145498598029688440811833046646497396450724763577849837214780167411518E+000000000000003380");
     return val;
   }
 
- static const mp_float& A000367_841(void)
+ const mp_float& A000367_841(void)
   {
     static const mp_float val("+4.78099405487744671638150129438119070484540970650486260275250007454125748737743366338291416667261009964086446316312531607958853415849608694136534463993188048463786278975520222336781165355084524825405144156116262330635787298594295536860868286992111046964368035587992755626647260071439019248553451755045636070544342552747359041271918661599786116162902721637655742579741529690924667304612126919268248916919906922208664979685E+000000000000003357");
     return val;
   }
 
- static const mp_float& A000367_842(void)
+ const mp_float& A000367_842(void)
   {
     static const mp_float val("-2.90872499429949045783391406969579754060003749294371452434700940636295924806083721925493108810950065661884038946444009382344083987306060192018261834121637565182275479728695362655661768575241091427085320850881693934922803147549999556475959373124631523423489771970047945722576613054781903212031915262732840747842123131006676129021113356498650599315660118240834867617958522658599548796589491485002178712125145056222947015686E+000000000000003361");
     return val;
   }
 
- static const mp_float& A000367_843(void)
+ const mp_float& A000367_843(void)
   {
     static const mp_float val("+1.64982101821311103888079602313093567094669572208200033105634537838978391304329930010508901456659864461235947771995681379912527649352622109628941121518057541718013961892449185554238468339239632239864151830319364550649866153357923824733430269543677848994223391450995218235227209025969144835815825242919229439225946854885753531883082996123902255565607149625778746326037554509853637698103046350957783484749010489273975029075E+000000000000003369");
     return val;
   }
 
- static const mp_float& A000367_844(void)
+ const mp_float& A000367_844(void)
   {
     static const mp_float val("-1.50983048411992618287768736814500568977880763228828733808261784549765070305722202795483611166634469289565576111559289794432256975243973157753704102538340831366744061620339814465861123781016289209302203927536967724009908206355295622272617273432616548563484906837975453557361544436591451713860890103172705445245015841930073018033025009052323583912623434106520408807455895520746429164860592222871237776775918890093509579130E+000000000000003371");
     return val;
   }
 
- static const mp_float& A000367_845(void)
+ const mp_float& A000367_845(void)
   {
     static const mp_float val("+3.14614535557334642532250708838934957472933803005443585399871510953259133014899693836693399064468574246037188514657014800481546866596070040156052570689825341954014676177231023817423341826242697460677983441493373032485728628720989769015885855148379806182525396729416538952476462718556868311009633561478423388253698254715689257913922250884127343750122214326854745369384396146833470795039278957425457123375629717396327381269E+000000000000003378");
     return val;
   }
 
- static const mp_float& A000367_846(void)
+ const mp_float& A000367_846(void)
   {
     static const mp_float val("-2.42498550906426379079520796317658766273026668050976756105310312099156944424244264542026219603963174316052757637735624655643401313442327372282455766843900968996413722262390911153896469205937905653562184360445058637945658921833763833412445797923133209091520102230913664761730775347474982612453097676894419961474170774854259423158639668788089439010721506068008007236715357794226145532569135632722951817352358303416419212034E+000000000000003391");
     return val;
   }
 
- static const mp_float& A000367_847(void)
+ const mp_float& A000367_847(void)
   {
     static const mp_float val("+2.64385416528219861003424148982153970006402315058596319033761590075536044266750539371450179611046588976101522666911593996961189439787261064003416671263446986722506746391657579806309465223633003993492419911235168090754522762875018325884428797821894310445273032879644259264211102019174837506271200276611246507735126472639384983821933319526044137971130240926855325722798061385945222435611602906564183351516217915071331485102E+000000000000003386");
     return val;
   }
 
- static const mp_float& A000367_848(void)
+ const mp_float& A000367_848(void)
   {
     static const mp_float val("-1.29190333478862901158516850910420467185322296267982478556377109553400914295571902256761632270150917870703121730281820130236823781361298757204969630351340243444916540430413872013869496241189874243550003105528585296502403568742840717275169052734853941099121464705082881865016124972560650092882330300852207449377758773146626078584866006441621017112390604710055097727397785146428969993796684879328072529941429437612267860623E+000000000000003397");
     return val;
   }
 
- static const mp_float& A000367_849(void)
+ const mp_float& A000367_849(void)
   {
     static const mp_float val("+7.26602158964971161980077731797945800924101145750491446037003942965642169287650743644128664809868791817708598140513850243945942220509834235765004673845969578200105919266716139988061681841349487493831656919473736881604161178008471840788716477832691225006872190186697435420298756407135952327979662978805378401991207339241001830566531333834812642816283906831223844680439828282113838034087274631347509517117683237797312634095E+000000000000003398");
     return val;
   }
 
- static const mp_float& A000367_850(void)
+ const mp_float& A000367_850(void)
   {
     static const mp_float val("-2.48297239879686562170427861313192147592443106150931674852748015716899484221857840613735655171803480720700192568539508209381186082173698562836072940349093446337240293757207230931110936331503998759820022217423678188364043797994680598561180683853707160129739503664377271706598213210151837104498151778132572338798526594053323488642201490181710381815769085289720449014541864810108428373838485307700049401515057954819946475299E+000000000000003403");
     return val;
   }
 
- static const mp_float& A000367_851(void)
+ const mp_float& A000367_851(void)
   {
     static const mp_float val("+1.54059973628268003812953839441164209534546073436394923880956189440734961206820931902403039762963051026988877709483946951448247280542245564344706494945584052709032733945054365285885176268234148155519060094634744227776624184845622586787038785875641483292026748561394799697109932011366627123726424936723992558319693464938633470455556194240828130821116391874676051926229625165365132359464944433966509267434215568167310140225E+000000000000003406");
     return val;
   }
 
- static const mp_float& A000367_852(void)
+ const mp_float& A000367_852(void)
   {
     static const mp_float val("-5.32094974499830128677040386455189912890188127490715534078056230762105974051766088515588149161860155897694525392756088725883963750495679505542022527970180163775428852261991780469634781759909649345525386290809740525623724566895037570624256664172964422073262829894971724383098054536025081441003988275387470278255485968510291507483160537928901027910867250738459475593182709115575926374939566451930261558649703668154891107916E+000000000000003417");
     return val;
   }
 
- static const mp_float& A000367_853(void)
+ const mp_float& A000367_853(void)
   {
     static const mp_float val("+1.77525251411031999654090183570574787453995537900159355518403494933232811716620506928540941122959915547830742820459556091077888361856147583822504348219515856161311267188985878082105478145531674133197013126923111008896383971047931863978408259046242554172267544519647371738812223356191141119674438387860026370480727914930510186755970143225453169099692190339396496842593293852560780516764845843332378140538240971402898238988E+000000000000003414");
     return val;
   }
 
- static const mp_float& A000367_854(void)
+ const mp_float& A000367_854(void)
   {
     static const mp_float val("-3.24886639578613762075015107262787356161950458513916915786289181182683118904664935697013064348916632396343966708913223848654562058199376901557994480430463063070168367273610814823475022444548770174154556264613734020838937086505168663794413603494473929589051650287230850727159568901553938362110238183310001316828624847755702689062011983453690490876966815870029442399303101625890571831382807016179804810525924699670022146784E+000000000000003424");
     return val;
   }
 
- static const mp_float& A000367_855(void)
+ const mp_float& A000367_855(void)
   {
     static const mp_float val("+4.80038111979290847935438790095885770738278028080866778494528975349187747969675941920452778096279717104670841643302834805538263583722288342991801013355657299332467661349376519724927372161970714832873894491517982562166164858884871978227376738927277243627124889906979461850191827431076833254186614175557315460956306613026748837891290466405799614050352458680491714732300482259506069273409462533754296667198517947638719698608E+000000000000003433");
     return val;
   }
 
- static const mp_float& A000367_856(void)
+ const mp_float& A000367_856(void)
   {
     static const mp_float val("-5.24558591247119719151557315883100280209869739234385404925946590884781190478131556911795333229755592932212108794749567735417493666970455474073411551003427054200378215690531481552623646196860838310969107856351514201016534297059192166638229882315632590417733213783880760088377514298909170669437032161192354271025204262065648428730880767622877705831884900862033394281081807721553449033000348046133162023340319057723446397038E+000000000000003433");
     return val;
   }
 
- static const mp_float& A000367_857(void)
+ const mp_float& A000367_857(void)
   {
     static const mp_float val("+5.35553300993941766940947501065723497144652885822471494056120035077600904756922781807835599068113717125939347557163956653860271817923401402662730202795171669688835014727633684385434641167381667654724391940970420253652759776225669778106449528367509428095082874248054546297190247743372943890956146033832179438770660906496203532657542389426248723043919477922549113134537308039017431291949345364739606796040940581898509460827E+000000000000003433");
     return val;
   }
 
- static const mp_float& A000367_858(void)
+ const mp_float& A000367_858(void)
   {
     static const mp_float val("-1.58064442612414733015681857095314145560276146976304254439482548616668582694501296617977004977818296217089849045090546533841243851456811168293505127110374281582771894324555485950716587881246877748168657266042956561865018666597273261944136422551467895037888179349605716435693016664809828675836717208515985557617205689336207673448626970804425027718958014735569413358693224698158745684831917248895485528079357897339910206899E+000000000000003453");
     return val;
   }
 
- static const mp_float& A000367_859(void)
+ const mp_float& A000367_859(void)
   {
     static const mp_float val("+2.98303321865907473758400884588444269355070900401523534682111064825766096958686542748293575373852616896050180524450973074503318147449772029991998674304859451138897925319409623812874146189914251506840823566086453608696989931334720500576534743721498058341992711960253402737886741572455680616108880376336027246337724304933313980661993235798371862680762346382129282957578152432815468073515278742091396749636111456019367677143E+000000000000003443");
     return val;
   }
 
- static const mp_float& A000367_860(void)
+ const mp_float& A000367_860(void)
   {
     static const mp_float val("-6.46477577476269203456913501398895228261630248680666385107339746225329089305960350373929306177792519057017142465075164020856686685168068813993003548289835369312103637255337337075454608207374948338677183545874942674858242268458590975354854335274879512767424215939686797803636741169938476760258396744627262430796150194236524806543217463244864251153911529031347139659863416551034689621430145902761016236541206530215517319344E+000000000000003459");
     return val;
   }
 
- static const mp_float& A000367_861(void)
+ const mp_float& A000367_861(void)
   {
     static const mp_float val("+7.21916258259515565581694655010310905562406742556491709003400525905050722859367146440850932419698749756873405585793763145047986525108574542468983379227283935514619908743962434190603653857703274782148074859461227961453044148728640559376575319068565617602085544428582810491134145281108814268432727706264194591337950765179648062408694060354700537896100685677806255091214304052585769932217150943671329860569840340138173681031E+000000000000003460");
     return val;
   }
 
- static const mp_float& A000367_862(void)
+ const mp_float& A000367_862(void)
   {
     static const mp_float val("-5.44503354340373388755984862467916127281499495837067207230542734239523231618432107193465941719760231203323255981111522911088975163100616579988861098082125481765190369475533317546380065429120825419163840165466378336540660228697439886607086985905059028393032354293703737003100745222071471854331199044345773433808676216859263723539765864763204908026023297467312171057835349929754934988157033778141916052713693129276261533087E+000000000000003461");
     return val;
   }
 
- static const mp_float& A000367_863(void)
+ const mp_float& A000367_863(void)
   {
     static const mp_float val("+9.51677745192575560775488844079602450544736482018202268925459368964559306508532227852180670982748541274932660477642477492468938353910942146302387378975242740663125374885082125051475689531260540121546658283978397948210151596352955089097263301580677593877545854050704834148813929645951229474505768408243766407958881051034385248755017736895645088295759095601270002130223135798374256505742952071511447536454745758090502742387E+000000000000003462");
     return val;
   }
 
- static const mp_float& A000367_864(void)
+ const mp_float& A000367_864(void)
   {
     static const mp_float val("-1.45587472494096395171338501855719303304750369934910763864057880451355954424638418086422159771029433281669146775880908719260306295743411666289733403037115018905415919234430932333369954449817672877370887965499349136531504751628481739923930797375368429644788419882617458384989424849522242331903644063853450892643827536338652161009239624349767050966786659589778634445276853995987271977759975748497993361183923704339881115849E+000000000000003488");
     return val;
   }
 
- static const mp_float& A000367_865(void)
+ const mp_float& A000367_865(void)
   {
     static const mp_float val("+2.08050983035532201629370736376949952243508266761630379349469517109534159219431666598025595639030130587984453072112155477398338596356077834748142539804497687626735046970925694088219979477756670705287000368429299273144222352789711588139707545261180388166552630438323947538412844400557276867659560900309099966724243075582881384106466370989441041535970833602186486597431931147333336235683550721838869680835741763229580271381E+000000000000003476");
     return val;
   }
 
- static const mp_float& A000367_866(void)
+ const mp_float& A000367_866(void)
   {
     static const mp_float val("-3.58675240435725828866864249850241432423988061988748181349536795077531790323419478504429753108712031078786674218899434573098807061860141724678199179713432437726177395597297370744146044698817838030024366366632965770684432983403163046996076734214065922213696046940586320647060018714024362552687235611314729352909300375495415886059185469349002423593022071746395943749781002192124850489893449753465298483591882796403806521643E+000000000000003481");
     return val;
   }
 
- static const mp_float& A000367_867(void)
+ const mp_float& A000367_867(void)
   {
     static const mp_float val("+2.27172634698821382291907128516181257238939820347645176770219507626896288834117616856586831349081866194335182855769331664015759202280672404458499910621457158793613956851619400987228918601016643293169151317176059615081081471176856034457849702195541045248568873435875299516878710967460317492991299630368315300394350974369115208157418585987017117339382806247338447014343726624288035402300424271789433955118694727627128244274E+000000000000003485");
     return val;
   }
 
- static const mp_float& A000367_868(void)
+ const mp_float& A000367_868(void)
   {
     static const mp_float val("-3.48560536733236374247951744336942511620950722975893750229808086287946256834820104188048097311832484133299150129874096932194931110525971842179721929744050792890365379142385694669248569991053104020843805250952533816029318095951408246692705882027749339803072141845335645566259581520878819481099295641167555737755565773035334600518158337085459910575585349123780982770876566138469220608527548681589748827801276838931508839955E+000000000000003489");
     return val;
   }
 
- static const mp_float& A000367_869(void)
+ const mp_float& A000367_869(void)
   {
     static const mp_float val("+4.22793111989197298954731073209707101255371512025450922378050905165788169092379284649418260527953467637786944928591480524563584341864736838313292607054986934533271274492180094173371667296780894072497601845563989652476373993761627612111935994563702412702232208584803039428148322921292220145104094115255192046341088849978663251842330592857039409186565003787735598414720625398660674961035557281614325467482159052098758572748E+000000000000003493");
     return val;
   }
 
- static const mp_float& A000367_870(void)
+ const mp_float& A000367_870(void)
   {
     static const mp_float val("-4.78036415504464028584894234310717475568717758752522039879504295540633868797968606316684714049235575375625534312882788929807441375059036213113479488106062014404894732395595424576099919862505712616052463928531949876593563298933672425751641261693180576216117255068066065403767739066007958091635847306383237820016876412068038621733937684998871622528931678038654183987518477708739241372226422043185447773824996237498295198856E+000000000000003511");
     return val;
   }
 
- static const mp_float& A000367_871(void)
+ const mp_float& A000367_871(void)
   {
     static const mp_float val("+1.08237149408885239039800665800261186880421516121470559816818825839619319530849126479122603073112882723396625179929843311143517282780986173944222894380723083255518111004708779358924326496563759071974527381808571356733048705995256597004018669121655651541504383312200831002401298696773588253649806666325339440432883338890124368572284912913690593915846893841384031534409327448947718122317985467795316473040668339934593074114E+000000000000003502");
     return val;
   }
 
- static const mp_float& A000367_872(void)
+ const mp_float& A000367_872(void)
   {
     static const mp_float val("-7.08401386669753046338064645156214900921128699494646888967924769808464054570947030855548468722430441945766962745349058567238724388038016427015783599255644023483214855638922664181179777737158881459564653836315655393897000145928379596118559779623261831363278820886508299164620971128452473661012774251204871170323767185953586957366826794403951308912743224601594886009222478397981689183753890975778230831473257426411812064014E+000000000000003508");
     return val;
   }
 
- static const mp_float& A000367_873(void)
+ const mp_float& A000367_873(void)
   {
     static const mp_float val("+1.49446227597902810215437714798232028703835088342065571340212869765397407237999940724217487958281295596126229675420014345100448289621392993898199932595477423800270841113975760148098160578394062280098512028669152923158803289861342092470396307340684902623623171179518189861034059593133297980851628428739690321896779044128501047444482682552753596833537346633696721002392974430206617874088109085418003912069936214757265228279E+000000000000003517");
     return val;
   }
 
- static const mp_float& A000367_874(void)
+ const mp_float& A000367_874(void)
   {
     static const mp_float val("-1.16918401667578264147850362744476374731098279084847229575510587843369898703295224072813006822252373583416822868154858975314312803912051627180564441256489864079699593606639504078783722427335935348246125843439174836098296881284655304903915362378292350851564309808202654024641253032517405007813635841229783981919148288945175515919799604474205159522918683144684054034662856530736179631174649565201376860469603506080515805744E+000000000000003519");
     return val;
   }
 
- static const mp_float& A000367_875(void)
+ const mp_float& A000367_875(void)
   {
     static const mp_float val("+7.56149874200264526404991554800588954137014908662882832748103263153444560264903792152783479557515067255717528006078013589982057028692109116467420562642623696518019973295252854406287115943613882168168630750656081271353243187412945218759698415022399505589682747527565510001848625472012198763370299475980551179574729338394150810923103922873233195816064395085201412593981227164488210809208923372927513923369006143415056020106E+000000000000003526");
     return val;
   }
 
- static const mp_float& A000367_876(void)
+ const mp_float& A000367_876(void)
   {
     static const mp_float val("-2.69692386771586913110546419913996394416458423660221928433268479174718825786087296812079601329057690253031528013509498006477944955322768645990289268154267384172353548682270699298943950236171212140851427545635785177688280428765929487657095208989433673409936309546632228559518297608791311962779735237145770011013879963955802311454976591252944417088807132500191600924607642046589597003571387092830317333453974405165829310758E+000000000000003540");
     return val;
   }
 
- static const mp_float& A000367_877(void)
+ const mp_float& A000367_877(void)
   {
     static const mp_float val("+2.33450822554937951330956430320862060364333702882804583584222407721285243076878875130548338265026299512925242442761701932754935744648430731410320878515289211362027832108761151520919862848657254781087949177107116914936974772173737354357036796162194670077539232007195829366977532600815212005988429323398998477548714627149804895773408225553987207924878460868190982115668220866968535173073784496636423942924324536264215189274E+000000000000003531");
     return val;
   }
 
- static const mp_float& A000367_878(void)
+ const mp_float& A000367_878(void)
   {
     static const mp_float val("-9.11186566725445404461232850178782709205152136854745888652832569862960641041821383775465859921190446039429615022318906544000052411106711170299038964198422179864129690830483653682535758642005777832605990728513042061456987457717406504388587178364438560534217611690062933859827951700146953288808213743012765547150864750408623802683038159897741095439728529527148484287796713879217498735493445118486311949528414341455778444107E+000000000000003536");
     return val;
   }
 
- static const mp_float& A000367_879(void)
+ const mp_float& A000367_879(void)
   {
     static const mp_float val("+1.03055264047987722696206201872163435580213523426736060994931520493533759487166079520120172777042473832605584717965873222662780152564269654847305625527418642944723356793987089585689449400392962096507845688438823738020409215325489061643738703281647459941476327236647750055574365921211841400532205182272494702202842451196943921359105181423584771438596870915209762730401995549714033243708763123001280676359980254105150583890E+000000000000003548");
     return val;
   }
 
- static const mp_float& A000367_880(void)
+ const mp_float& A000367_880(void)
   {
     static const mp_float val("-2.72866923441325036403859478563040244094911381132844199671090234862876170470046433673173042653314468550943672410207489818009838747180895365696608017138802886865829431219021075584549797171389188723124165464404807198802979213569036721137699241423110657434815317023961459605900929477059187764213466993710291523164546690996568424735522178229673928468241586655190903117326589754255108897441016371417186415961256864636597483652E+000000000000003559");
     return val;
   }
 
- static const mp_float& A000367_881(void)
+ const mp_float& A000367_881(void)
   {
     static const mp_float val("+8.78804948098821761562476229062823826909394266151110070146851925845895750005518950672382722804886748391695063030504124868416910296034417318893619591210641896252938523296702412756793006470100003197585069544097190346397393055619472104270680090029546249426692303362158193796698926579943826221958569004705239587345798611114745219055543729016443901712639390506019644560600081723514836691922676567302903601738743336186955082094E+000000000000003550");
     return val;
   }
 
- static const mp_float& A000367_882(void)
+ const mp_float& A000367_882(void)
   {
     static const mp_float val("-6.10024778311581765158157642568225117762487986306570624306870980298628993783166694702910488993362224544627162365443326489026743154186288744729350598953971528084903087284402571772686056309649826168897410215348723318413107465923368577288907876929969274985496256390917982451159131531502289000883495869300067204266809685077445770947546325033857103241844285759025886437105572774842587201570638735858743578370474949865088882693E+000000000000003571");
     return val;
   }
 
- static const mp_float& A000367_883(void)
+ const mp_float& A000367_883(void)
   {
     static const mp_float val("+5.46587030120936105535856097771972506857860031261805008271211519375761274492151181611892967975860384638557032175763348125571710023936701151578467245395268716684080494461271721145938064377003878392672780659089237739799731365690388191483984311400895010722587125433344513010869617541113592278184308522922437481704217694759345485359048001651786923428412566103875281609660380054672051972523180756498994338093688308455993562065E+000000000000003560");
     return val;
   }
 
- static const mp_float& A000367_884(void)
+ const mp_float& A000367_884(void)
   {
     static const mp_float val("-6.95646433600715556383112391474873011308549959576045383257492356066658046676239261262731361403170099782338221811393710093309666927211668576730863962646437020758097669128959466646971799217648048335962551693494584707255890679439061969747005814748468418918713980028110838968190838529841889608891872796552860329951016413731671549164702723363345782052321007131011147273871322427356636001003680722256295158469088765941601858337E+000000000000003572");
     return val;
   }
 
- static const mp_float& A000367_885(void)
+ const mp_float& A000367_885(void)
   {
     static const mp_float val("+8.18864751763239583359113021121255603437083004053356168437815729475097399270713315388937932130361941010121567011386523962396431355225135690425508546951418872088024873569749836390045595769513429640901237640844887576898936259043010044173449065627270550658138027480478286811778690789514020675397202809732478994912639690648677502425709499631363378116540029641900059373145735567908816286563056823514044089745734799607275945871E+000000000000003573");
     return val;
   }
 
- static const mp_float& A000367_886(void)
+ const mp_float& A000367_886(void)
   {
     static const mp_float val("-1.20941659753090934970940321865105953105304504468359621888313306760710429844427686866605567319850635877945327406681084992992119185308959744395802718657377769736934859100618251106087500507047407184868993573466277419512242546181552410896305906539660247087899350937589687640261917115634650963827777873634077590908960580004751940244061647602183066049463219500827023448541821435735075081978821708240284823667914479847433976718E+000000000000003579");
     return val;
   }
 
- static const mp_float& A000367_887(void)
+ const mp_float& A000367_887(void)
   {
     static const mp_float val("+2.17262571049516981928053734100718181201319167582421275500907169460475751318536161347836353742660603676544720255615164158482493161497296328749414504800838733651818623022640299618394919554858033208604560442331981664706406013599544566502158339548119861195763317414716131784907153575384779319878030548093441667330063887590751774101187546300257069557844101921762058033260627929282166590164878484125287001435683954521683899183E+000000000000003580");
     return val;
   }
 
- static const mp_float& A000367_888(void)
+ const mp_float& A000367_888(void)
   {
     static const mp_float val("-4.69850904651565831863365242814497569745575063662182135598044992642800212423437640004795908871319599593022886212128539539356760774883199213369652050020294487016935492059176739889250031954277038060308747317473487894992736478153690806900595519862562106844283451177413427258951186194985260705641400256888615565411164352141979627607791499367919277002242226984691372435872357860651179001786750068392862612579872930508465695303E+000000000000003599");
     return val;
   }
 
- static const mp_float& A000367_889(void)
+ const mp_float& A000367_889(void)
   {
     static const mp_float val("+1.38843625163862639446149287702422596990042891028291684397084801481615490686467494749228592335908568209056800559136066211052672951421861874610802105524513604359012407132319553054896528361671606616668991347471781724882292950728226224341151772728474309858663831288625263513749980178618772631949315521457163481542205141657924410565164018968438297820892404780686620842069547989413177300178876397571115846313818959233417821368E+000000000000003590");
     return val;
   }
 
- static const mp_float& A000367_890(void)
+ const mp_float& A000367_890(void)
   {
     static const mp_float val("-1.09642234688684880307589163384505774632890166412378449258218590754413169019148232533029276074448758545056135061110623758542775340717606586196422281799885904246835411498891821319023542090822409775087758376661786003195078073689359919876009687871253914160633256441135584748175193002803611295292202445001684809313895396800375693064018460236372234632803736078438233676053654861854919893527607852129125724723388995249304259557E+000000000000003599");
     return val;
   }
 
- static const mp_float& A000367_891(void)
+ const mp_float& A000367_891(void)
   {
     static const mp_float val("+1.06125645358708238108999194525807753875259290564232914390243082061659743421763784199222549779450332770794342108553612147617904285346647173309600825286981403900065943031474977292438368063576603997102311343826662327658570365409626557298469957692595016574819326830874487670893581057387384852366086962784141041896482215689734017625027742819843434361169211409821526011802841346378835479705995842665626933881042835280834937238E+000000000000003613");
     return val;
   }
 
- static const mp_float& A000367_892(void)
+ const mp_float& A000367_892(void)
   {
     static const mp_float val("-3.60687009788152609743037875297556078440157122593062496123664366233701329106919287514562242788255157087800309663498534007686907445248253900759330303285416859943019204588033975515296083246000315491111455610271090752463749317995901153975802182601895425467145850183191086219827820912581149268147732300256583812890788090447514929207801393018579971380997541730584256960182167030484608152396831698047948040830589489434018381271E+000000000000003605");
     return val;
   }
 
- static const mp_float& A000367_893(void)
+ const mp_float& A000367_893(void)
   {
     static const mp_float val("+1.04098623739404296048569917787027817072529973332663191688334115070274944732683256023157954788202018056664028654256328407622223964661092368614662340628828229198421049118891909984507428185950801629589371979386104127284361208877920849535355105374268875244101411966070493130154773597813256440570071506258328020607594591547136559128691222095108719890253745915306464113315195238775170839220804672131284619205486415900208027083E+000000000000003613");
     return val;
   }
 
- static const mp_float& A000367_894(void)
+ const mp_float& A000367_894(void)
   {
     static const mp_float val("-3.83773075767529706716503027308083849575856531242784567098495193346549394470303649229140905896753874745281696796346364017218370504753596289697140178475037903877476052488608082675838245766893684578911328217871913266606706730207401295099232325854685034376332768695054061949881083004162771246323195415152918297429586145879711234876530735837111017503026139439943577812992367889817148577162343680562591270808450562791839756551E+000000000000003620");
     return val;
   }
 
- static const mp_float& A000367_895(void)
+ const mp_float& A000367_895(void)
   {
     static const mp_float val("+1.51023153388084976505021640068106984657479672598795180337810174219828429000455893353794712512920969256772086321411289695841852211953349361350097033118633534174468145661852194635918849261519793547710591060255466331351469243004605344166810332396361687139688052592953220234995480487861101813892621691408329348637727493552343986725334404640316174875233242935672476459979786876025139872528754090435153406266073506406316529283E+000000000000003623");
     return val;
   }
 
- static const mp_float& A000367_896(void)
+ const mp_float& A000367_896(void)
   {
     static const mp_float val("-9.99321166668325798544801656026785241196148068636821056815041361853200603653280181028387107105455814307744813388506191688505876926230146649031287968973088420689036766045074686983364194870765585566937541702432536224889627707228484742848058114278756291274203652182336722042242952142641572301854205173667422242727949456318331588496314686417923795639138564704808278344071399523073939053036269092455108559476347200181031668145E+000000000000003634");
     return val;
   }
 
- static const mp_float& A000367_897(void)
+ const mp_float& A000367_897(void)
   {
     static const mp_float val("+5.48198519506237110282007270329106921354408501116309388130152374211707659819471713377040386762179595998317994437558215760866999286787829644497771049310841513092705497114573526894955257637154254772070806852876996329519454358238469067335449040547637692899781954471651658770433177266631508134466051855870121544645813053176872135159682381441475113826979558421672512124075876900258585916161755881049468325141593425297761162975E+000000000000003638");
     return val;
   }
 
- static const mp_float& A000367_898(void)
+ const mp_float& A000367_898(void)
   {
     static const mp_float val("-1.03431851592873905250774406525367268391397491621702171234670796377321508357780997289372414697707847402727980990345569240770371314366347461569302369524338294658381985670218799794632224200087680363542838385585582069845282426072725957883206423794527754060072806669672794843045433170786991177959542087522957693904532776588080010674678865434465913440428301091790580327816424186356902004586771075182410827519397936037117656762E+000000000000003635");
     return val;
   }
 
- static const mp_float& A000367_899(void)
+ const mp_float& A000367_899(void)
   {
     static const mp_float val("+9.98882338688121146563352493745824899623076893151414387102195383104071209575908543814701762910933557604867057438189826717979893619537353801427005816334854731575644196045429874476205189961600986687804014658869266817333142595289946093760504127588978501468292795168366086700565477593018706133308702764917795163079582478240204756130531975848860194385035443400537982382187012537496148148649533990456848470701680359565893179986E+000000000000003640");
     return val;
   }
 
- static const mp_float& A000367_900(void)
+ const mp_float& A000367_900(void)
   {
     static const mp_float val("-8.26283323700136544739052633217119514613306582427312711161226721379871544502385319471448331906026063204174491287129246911729164858572671128858206778992146157733557564320971935369248049077299837399719728071104779148170293598959231642675880189268536676551388379828642473124307520969775681033514043138416978857869056892774919042294813395072780400161120862155405817537550691314948373376861367475923911285810659790620360361626E+000000000000003669");
     return val;
   }
 
- static const mp_float& A000367_901(void)
+ const mp_float& A000367_901(void)
   {
     static const mp_float val("+1.22151497333730205131374889198634497652379955643496724869225865791549273202833591208523939335803727728197654256438789990319035826844376934777416699725921124859238794452515245246776325329293201586735773853996397465077215756694346333059326860148164298232145713203523055435691351036673476021893636737590922598880354735228271440311736304601646119667221219096867295618989392863175170654681899178963493468761919993532374440415E+000000000000003651");
     return val;
   }
 
- static const mp_float& A000367_902(void)
+ const mp_float& A000367_902(void)
   {
     static const mp_float val("-8.97766660077565661957943824717106011028751342611014491641791831083850883475806326877108668724067049298756605918378878916449769205576080538948792057764654049568768924541821208491616945852930759298164818237167561138788720922363194828236312717228571118536084005294579060775495454041959021490028994683788078020354367604275857554911578349878142156253305462753940775022354251528611542776792526249004432543264636968623692995715E+000000000000003657");
     return val;
   }
 
- static const mp_float& A000367_903(void)
+ const mp_float& A000367_903(void)
   {
     static const mp_float val("+2.33770255524166933747252427416823096133249318515839486408359995328455270818948986399694195166748416940785550121239826601754965473981385173333141972095985095548838713195049659031894232749825953111948074015597796962880616336935998901926116193415404420352083483995187994493484182906585225125163379526306592299319925638234357678654880566198315065268609076570282710538366559456339374656047843092660428150430849673150680814173E+000000000000003661");
     return val;
   }
 
- static const mp_float& A000367_904(void)
+ const mp_float& A000367_904(void)
   {
     static const mp_float val("-1.24012191094858664750249816370978596800544727248868640360320936158295680436948837417303945274616450106335938313978421440948327580672679089384743981274638420661196023961007999993201998329956177617446076990484099596869591868003271814404002966685833616370092321661032372795572354848333825589060326179240262719815351690357951155923951504255535965749875550562386503532354651256347642965203299410560210026140748217020910863411E+000000000000003668");
     return val;
   }
 
- static const mp_float& A000367_905(void)
+ const mp_float& A000367_905(void)
   {
     static const mp_float val("+1.06191104616858631848290461425948756386373286633817856429113235229655145630681575915647690211831003365936542707855588494372515289097885741437441875104999356364647341829614184699873406227222044693403931096167607021946402137835012883253385201852039426609440257424905004538667435801855760967052255781306643569646515080328485308925403160964990627126618055685493559065000577018853805156356365335400136967033130608082410484233E+000000000000003673");
     return val;
   }
 
- static const mp_float& A000367_906(void)
+ const mp_float& A000367_906(void)
   {
     static const mp_float val("-1.82857422420174957762691137245414164934038337162435120716320522086012343111221097783162682214697527591632043320640368715520160487375377423180987477308116479290433264800506913516367277641059975811542168224170759162440223258220428335700215573639450126891909601202908469209466025602821251444047403185798525335778855772333503214914704866105429158126613372463825230344959431105227609144370497816176310102281760026958875899779E+000000000000003679");
     return val;
   }
 
- static const mp_float& A000367_907(void)
+ const mp_float& A000367_907(void)
   {
     static const mp_float val("+3.69121430280489343090852604113063101333789920864334546657768676248392804125628016008327069968209808175694380558553261824850441452949928950324882370830847587120316505799257141976467420141808104521238831978940515643398545443417395369571367100790092983099332204407886754424021737988467031767106655231251104549758196781038309854279649004295009604131475458155715768098732086075438733951802934801805648716273769827251530222465E+000000000000003678");
     return val;
   }
 
- static const mp_float& A000367_908(void)
+ const mp_float& A000367_908(void)
   {
     static const mp_float val("-1.54089129312951165187097216295306580739238396093600255601079588426905517435349750045902160208507744064071799347528325491831848429695434756056844920311072829585283017697155774736813096893836201802106541378589871092867085483503514554272480201308566142774094111626148387987262157550601657426560796831772737952003546230327092732957040296198353416068659329057823361534726040306305976701801613405858494168571754433166199487176E+000000000000003684");
     return val;
   }
 
- static const mp_float& A000367_909(void)
+ const mp_float& A000367_909(void)
   {
     static const mp_float val("+2.08176354154009545282982875722367106875191152321016158168125022572869809911727709341739808123770473767069083496098365621105554990489530744177803537146519581466485747005261112952547063474380319111634293451296575479439956345128800901042745549917238584307914962457270977516398550509294122879338525565904341930767391068129992690746598857822795442017800811959175544860216629549035691157581371912949810946004748714666816043793E+000000000000003693");
     return val;
   }
 
- static const mp_float& A000367_910(void)
+ const mp_float& A000367_910(void)
   {
     static const mp_float val("-1.54888792832002697201924554293068915549220177324689645246610771049881799185650378170255937246621629978203589123588066158694028763376799546186484962045972659834394593142527861759695447887054358653001330965218736520692354282685736514411512446119870665247987585387633021160997184688771283703970900743720164701897826874503335405323828535875075888373837879915763863406549171416063522313987167669611339913677134873217720430770E+000000000000003705");
     return val;
   }
 
- static const mp_float& A000367_911(void)
+ const mp_float& A000367_911(void)
   {
     static const mp_float val("+3.31299413474278351201420968058285178703260417823758804323284427700675636184177319586244973457241620581640625748812002423715043733722861038530258341757518414771723396128201340343201600071161255576438897312626169633101556569491588220269653759653088702570762321595727768050198335463818738960790489676437362113768860720820411528810587467330053775028120341704076567986059724350776018876142427511026321902151060890830836364658E+000000000000003701");
     return val;
   }
 
- static const mp_float& A000367_912(void)
+ const mp_float& A000367_912(void)
   {
     static const mp_float val("-1.20190322087409606282033328586338731443096842377353325749224042700082495049682271135098931373032314057547434453636315714783485846004924144580653556547746141839120898126682001291525466300643088781622710989779263809811241598259193469123250795657746519399133269127899018941198682193990971289173735134158854906194831496534459557205685352305192502464161088951131261767581306118054226996582105220809980362454708726235807501435E+000000000000003714");
     return val;
   }
 
- static const mp_float& A000367_913(void)
+ const mp_float& A000367_913(void)
   {
     static const mp_float val("+4.96288231332113162691487482759391050673564586961794934831069524102113353183439377189861664554919126802602067309350846633370075974018393284335757616272830199524052916688193162273833363590021078050192137684618484599564472715812615228917437838557301291094446477120362674200310286338797689085218000651051797593040213564374467358478737802947445048685091555001225302235339070660409242197024810387642844445833380389157606497626E+000000000000003711");
     return val;
   }
 
- static const mp_float& A000367_914(void)
+ const mp_float& A000367_914(void)
   {
     static const mp_float val("-5.46530842903080628217839949193480248188903275368638244560315029371692933485894898518390434176268266580128091666293926416704905281455222653253695961564661458417117390149174931190448243706591781788378147293242872520528512839684402018738957826443347707999087672373825952410938563515028393655492016235932590908938716257145663165500392618975598022732779350029023998486907233494881865256502844812031222401555068813243620504791E+000000000000003713");
     return val;
   }
 
- static const mp_float& A000367_915(void)
+ const mp_float& A000367_915(void)
   {
     static const mp_float val("+1.48647139980091904347421020178503736447452615650184236126210561585458935290847060911096206750424028890715218944599408868962000150338875229773828036792010448203231882483460372031878505682983307760802787941815419491225202352994034649822640810694847920279315040426377618887695575460262926128855737140278742536957421117966086713140643085894207704023483929992492627158450942599082481662251765668262460891306535636020003353297E+000000000000003727");
     return val;
   }
 
- static const mp_float& A000367_916(void)
+ const mp_float& A000367_916(void)
   {
     static const mp_float val("-3.93707611783781177174109226355188061261644109254717643102512471804876813648189435845909246521737238825674587938488360447500830421071811541290086823458182425377182685136062976439764988130135639862167618355711203099739796027248629119689601505613629686969052625502573550124661207059903356971351796952789410761682672337264169418635378357509231063503083427335544294157720620203598702219508975613125553409202441759430922812404E+000000000000003723");
     return val;
   }
 
- static const mp_float& A000367_917(void)
+ const mp_float& A000367_917(void)
   {
     static const mp_float val("+1.76344376583189903166049843274491716399706513838583008661954690518781347042795030924358803218628046885999171179652649195020577303601051289196826613638105393356206993670899666833301799343101056438991396106234215890602937443175763780842210940681925948465432453295609891020395428026464855825263490945166326018997683434851095918847711318061866000076104422827968025506385696447507795175523729518167240523063685979465244817845E+000000000000003730");
     return val;
   }
 
- static const mp_float& A000367_918(void)
+ const mp_float& A000367_918(void)
   {
     static const mp_float val("-3.55385480971815880475623877477795400746629666695446715505719903735511381779398635069753147381096275790270873489150976165519685861242430228572793923017803519843008031861845529588485193055679027453935659273102610373736226430484492054659695171642572027781488488871158961730226493002404842300991271033978940861201386529504025318284312597924620208951400858484027706742084531194703862559987433771169913108534076667415967951638E+000000000000003750");
     return val;
   }
 
- static const mp_float& A000367_919(void)
+ const mp_float& A000367_919(void)
   {
     static const mp_float val("+4.89384040129918081615892823930447991832782122458193959468409941140776105310220685857722332459658284342721658494299225805054962189324532084655427292831008324811813487196255920773992344197916234258583943990237097241153150524953126509372084858860956001347954579122200208644710522094403048465653484777982793614142123547480195303835638734493117734994471706636312491041952582920040183086539864994324549660846576588119935375733E+000000000000003737");
     return val;
   }
 
- static const mp_float& A000367_920(void)
+ const mp_float& A000367_920(void)
   {
     static const mp_float val("-3.48404590400503610743233786481718590943634033209680513210656822262721584397318915121278751790307329840357155357587417338897046885915996342136706821464115894455414428491914857250616370580259908350382479943658882715153514766877731298592299850698089382588396888465805044559940103572394082474589870904033832168952952747513630475711684651475864108049473194670335170028580776757013679558903872432657090913225653993957919251733E+000000000000003751");
     return val;
   }
 
- static const mp_float& A000367_921(void)
+ const mp_float& A000367_921(void)
   {
     static const mp_float val("+2.52215245847326359008805414070726314557666833545885582609978104721732069625060840996288146658971394949687054132142146723525420025175526418052789048925739317312246221238693773623429522590630628911778562809004316925777699433901545686456685021120730277768443799704013652549519633208181515514384231001789699680880722838765389773388971006716974608247601431387291827011144573931709991825925234775579509293492285944644995121366E+000000000000003748");
     return val;
   }
 
- static const mp_float& A000367_922(void)
+ const mp_float& A000367_922(void)
   {
     static const mp_float val("-1.55085007256428431501980462679852839853270629974068562116267364528899273102340615656978968925704434785258150246825222384631664604152758560162940363045859962910798219735588987423446772437283026887774312338524350396208533043471759971812528866640056714710682292008439695566431648523671648972128757425090415659192164825516103458421078892004462901969701229590086557483988582441902126381265789703984118584742466836426801821123E+000000000000003753");
     return val;
   }
 
- static const mp_float& A000367_923(void)
+ const mp_float& A000367_923(void)
   {
     static const mp_float val("+4.94236751298037057107931712751039597732289580450207821877685822326419947735995031045899079929805319455478288845285995157100818676882075902100787901974556988893702823756894787053655066053094282600523878208094268508052561772311967598087011153705756413217692596507439755442458070703926240884294643838122141112182457949252697568644348926519910964843510719178836357396873330926585301372291749925935059706077069840795999460155E+000000000000003760");
     return val;
   }
 
- static const mp_float& A000367_924(void)
+ const mp_float& A000367_924(void)
   {
     static const mp_float val("-5.14296912361099106824826492994124061043269195699533476970896482608828003618685694175088795542231094343877361604106769969797759689687882955572185987939556320934981701998345100652804131227741577109229105543294801659121849718670836321592549028873053688260763356100458178463631405800568665547384419252894001227313426900976266054304777747067691989982005873594796112837219208616441547954808840873733548256205578135226196048290E+000000000000003778");
     return val;
   }
 
- static const mp_float& A000367_925(void)
+ const mp_float& A000367_925(void)
   {
     static const mp_float val("+2.20505209595681684752032293851844444676034660195985227770319090742224511723041743847443053836373458587961045217566341283302319007155330335917633023121220500526450103691486102844248680811395650914180270684157603778078722786704410332815284711705314798255424410130245395607343530580180356584820689989074028935974372292141201427717541619963046005698605110652925477949010090722238430597844720369668449758423229038664963712346E+000000000000003768");
     return val;
   }
 
- static const mp_float& A000367_926(void)
+ const mp_float& A000367_926(void)
   {
     static const mp_float val("-8.70329768004064721020528312823640113048676595075418198428638359516995658328549374267416118673290049569742239638760333340340209606471816754970341026201035871251173853535432150493753528298926361627301855399581599726995767503909214902161388003497881386531329168241072041574674967268795375758393370831576004074639439016014243713380860063511462711588158574409976764144112675679807235483299880661808666494275524032346757142928E+000000000000003772");
     return val;
   }
 
- static const mp_float& A000367_927(void)
+ const mp_float& A000367_927(void)
   {
     static const mp_float val("+1.24704330775369033825789721716937983682787272676635589790400178860209655344517827158394747481946665466025204099011990794521167028097728617489930415731343126290353114805873377095186220762965306367310163709925717051610856252212491065678982358001788530155584330397999405342541776342515807547363014281929719307636913806419651463829930272986198550771727814298722686791019509361417088858185315994127271301249950593885794017895E+000000000000003782");
     return val;
   }
 
- static const mp_float& A000367_928(void)
+ const mp_float& A000367_928(void)
   {
     static const mp_float val("-1.43398288382523492078306761694610944555265845570246012742335183962941703135133158158112127952746241260076852512925199973146637755426921383523493030837721565306895985393661371861481334268660023156136613996277080178508734877190509707677994476080995134882000046088488046556838917722356593431844993867717685843470015505271896128881727633840958481949692591569820641973003355733280230020819380247394315196412923531688054318762E+000000000000003791");
     return val;
   }
 
- static const mp_float& A000367_929(void)
+ const mp_float& A000367_929(void)
   {
     static const mp_float val("+1.15451418131456186884701885350675482461189531148624425704203816732167230815678001040352173996403836847287986311755822747044762193073122751771997891610482526792972285074531210029281721687152501101706123601766932502122344071630167667593875808876713367451063439069995474211634684536349389521991411515699151077836939879098005119784599338094220357209282931947840649370214797799239141177150504376876449191751710064328887335062E+000000000000003787");
     return val;
   }
 
- static const mp_float& A000367_930(void)
+ const mp_float& A000367_930(void)
   {
     static const mp_float val("-2.06606068582671014238910407672940234263877832436561326625002025273080561467278434628742579252414381685618370693178980978497687564407683539929324720952321297006275939166979562313916222083293409554141148720534540082674810465124617336571213792655044755079402549818258475757471792321497266897093804130203871846792767062073804350180051816219809086101352817695237690176064960237286371577402863233554547121228045771287135443331E+000000000000003807");
     return val;
   }
 
- static const mp_float& A000367_931(void)
+ const mp_float& A000367_931(void)
   {
     static const mp_float val("+8.87560941580038285449991444629260013884894825311251240516582737995672607682968415408299294912428355584144581259412121450374423548625186541168501657237258211750944053060503183981953812971128958879022422085320885126528313693136320363595840723222742902465422725716363453236502616577916066516563712329124237607975372360530028227757988493384268831589604323009881364564634408975530926152958580728053742359649129443252139114169E+000000000000003796");
     return val;
   }
 
- static const mp_float& A000367_932(void)
+ const mp_float& A000367_932(void)
   {
     static const mp_float val("-1.82298918975433120816766082121065430658498803609652969880140074820543301573141718041175792039546425326629384604608433500634192294299090326244380642579590580555121996483338130083424066876489031089727495429744283770603798038901352074192421947150855017517836063550880615592057303188633634559561376204344947441464605534243992875087622898232670318708244123855329155095045115142058700349262283788618103181322428148963780377579E+000000000000003805");
     return val;
   }
 
- static const mp_float& A000367_933(void)
+ const mp_float& A000367_933(void)
   {
     static const mp_float val("+8.99436080694266638533298020884005207568899616361178790281769966473601082611290621477384402343568845272562263431716829932039822850992183264342724016831326504919015184520819951869587308113561105142058441543782782230065209816725745378268334303403324215950755817024074174189470792687607927608482792595163677224361639311440328590519494519116164779187681550569103751371703303099800275477067552149352666042383228996231767955577E+000000000000003810");
     return val;
   }
 
- static const mp_float& A000367_934(void)
+ const mp_float& A000367_934(void)
   {
     static const mp_float val("-3.03990075136910054745149033085505833689346442852222037825593637081409436739290052144875411391338842351538103245837370162282102689813975653414094726805626842415068691497378949606883393234915130791705139711774166260689113610773625844830828906362591999251173623871111243033937061404540373812717851303534773862908208534546579859112984016902431232036491926151592582572430336391151882410272180287326184717972762619883020570910E+000000000000003812");
     return val;
   }
 
- static const mp_float& A000367_935(void)
+ const mp_float& A000367_935(void)
   {
     static const mp_float val("+2.54785600821061484002684103119887414186117119770749546665740115310877749864539507895978026670607011243232315305653095845055383168972571015999589586783117913321538794019927201024043262065282482470049922800736825680562402545151200585540030220579651757699195389230276841317070296459553454520946056148485535729285177318448089192475395158269187245625345224245914760578352069708380648852379331886550780309117309200785348945023E+000000000000003822");
     return val;
   }
 
- static const mp_float& A000367_936(void)
+ const mp_float& A000367_936(void)
   {
     static const mp_float val("-6.84483981422630138031839285902064081303509185768978857607367762042473254997793250457053286244328892794172481047241572163101623187703543099231915863729982265059510479164205564484746728859378161719834855920604255515695757682035140354141556708243523680085421827002263186378697719295424118357837157875949695388208476153275172317496535736153555534311237413618845821156850681837186858167752999757871903038846374642140563241712E+000000000000003844");
     return val;
   }
 
- static const mp_float& A000367_937(void)
+ const mp_float& A000367_937(void)
   {
     static const mp_float val("+4.24568817281101487743211636581674121718525906182266744197394628583745236805101488128988725455367086458061162593801053741160177214848575755954119385315321441028904217098097502360420409129558115370942262685896384757071293517368051186535769506695835250240297162166490951448563397718702942120018027756981818682474562172877937524026995112346042894786675392011232484921144403368046657972546426652783226889202751678525899887393E+000000000000003826");
     return val;
   }
 
- static const mp_float& A000367_938(void)
+ const mp_float& A000367_938(void)
   {
     static const mp_float val("-2.76953602231205813149842635101379694199214457696344045609266142937302684337891966979234987221865895246730453521791286804301198345112639273137446723918167245786194587950391230207322969816325904117916362554649474472039070551221672181905758392890151641304357587437303286696652726731917725910714872250536787497521303524204036241600907786750875961048949199820029722897589367295862796239891303192889148076949293173296866673253E+000000000000003839");
     return val;
   }
 
- static const mp_float& A000367_939(void)
+ const mp_float& A000367_939(void)
   {
     static const mp_float val("+4.44270429107904397032691491355058491549654825108255106445345039970436941399192684201045952635578668889027922855193668550445251135289016626978876946874967074649128244231333547708826151026446008395712851488464663478445875024245084283086587207056296667487022354559616550991369200538222959639868348767747077559634898119834574818049543795309180646797804771570279885152351864719406591516269821939090991978868483665523846419089E+000000000000003840");
     return val;
   }
 
- static const mp_float& A000367_940(void)
+ const mp_float& A000367_940(void)
   {
     static const mp_float val("-6.41333091900387499645166127610376399366174229393711374303414925898096965735488129532605575524362202825825592137222876628192134774938734602535924765715016380791664438003352171252935673464722611510208087367048161827126668621359624755369492311944498204094078492428412102652110096522448008247024503014725157130419233666089614387854661373574490045469773741831460716417742463063444681815143029126325477489345197976126293054638E+000000000000003847");
     return val;
   }
 
- static const mp_float& A000367_941(void)
+ const mp_float& A000367_941(void)
   {
     static const mp_float val("+2.71016765479010090614915156127680987400964854859403977651936799737922542343584450103582169945652850037658176032823545319804682790180240098250648813190945574532754857645589012203564446653221078270775371557217197180639323718151321107450984793914455985658306550604963681527005646645734373081638135289085854398176836151405789687089450185514922240146778898887314882373334295663415990075346852320804539382194780515204302490500E+000000000000003846");
     return val;
   }
 
- static const mp_float& A000367_942(void)
+ const mp_float& A000367_942(void)
   {
     static const mp_float val("-1.10810020746675273731535783958878121426661835606700490549885972922933274324474232546255357111051213357564772745105001043641550171407044505117969187496363047225788570584005402414527726405144237805218372737349825285453552329559750642327561309435500512429177422289141691752754826133857336858641164099153569170862335368608895756883168342622255492570184140685385822895115694892389036563277260230243018845517557515342450164531E+000000000000003854");
     return val;
   }
 
- static const mp_float& A000367_943(void)
+ const mp_float& A000367_943(void)
   {
     static const mp_float val("+8.55533256229019803443958137818158501169614706304499491087602754319985019814702831043366314321895188814412829680009019026118355232319138247406805905864279384843280946618467654690698975694107002039163034002070760474297722222488686823442910073095139206643064406463183329764143823801489136068661783741196998671311437008945178375324258308262676436844271792479525889301405878094017567540302605773558790449395863450495788808511E+000000000000003859");
     return val;
   }
 
- static const mp_float& A000367_944(void)
+ const mp_float& A000367_944(void)
   {
     static const mp_float val("-3.17779577143119564743259145914615151158359382370514245195613126347747877063727508026177171767959749005231965822173503444355223664172476662697620223482890405028665553707996563082618312674200996588964160188875694227389788349564169925921758882268963713021467172500345379609643559389777256356405985897682609406132839633371928423184034806956156771522699426811184755161255596500855580392437700920733462558921398265765185563166E+000000000000003866");
     return val;
   }
 
- static const mp_float& A000367_945(void)
+ const mp_float& A000367_945(void)
   {
     static const mp_float val("+4.30393778825784116079648397440656309126858132010650697933474068085716170515494574464132230587324856205926734528701163581108035727453013904519459582049043616950802120339954779098419310043305987613236612981780276068603642491199185083435044560586728216710594360420628318398897167617180351049884807369692255405226465691567377693186147202153020514612396248072881687759372191040315340532166397326247116025004874714328778645046E+000000000000003886");
     return val;
   }
 
- static const mp_float& A000367_946(void)
+ const mp_float& A000367_946(void)
   {
     static const mp_float val("-3.05601844552953383119327852330404591641700868344029413064247128373678260490454236785305192669024417455359573699565056678921394817408608540992281781323796060039977037491278574640714897240568234184353487420671821713016167186766619437408282353453762387177130931110924842792593801440732251207418440491049502678747474907939045794974666444161942877008072140505229856549332360351345532271714968880805090910961071741567615806086E+000000000000003878");
     return val;
   }
 
- static const mp_float& A000367_947(void)
+ const mp_float& A000367_947(void)
   {
     static const mp_float val("+1.47310227648005774507632346626112780126668978929685852202662219251261347573901527536819155407580234947695201272651487154794470458032597292114846184344152223488320673353936281071380264587155852799406552250366054086316353239614392091314141372704756045822905423164396946547115637920789777307458279657731875489116457678374098571632720365557000665924763541245570431250187309534975404203561119860906005403659451463714359673883E+000000000000003876");
     return val;
   }
 
- static const mp_float& A000367_948(void)
+ const mp_float& A000367_948(void)
   {
     static const mp_float val("-1.93371012010476163685197997787384981520154166823985116970133547545469889411326957771150073019565871470950997134336981034310866826212474363977787101431285040613955901769368837825963516672084871846948274080064327242477999128351688854562154539719532631306140158002009822986974585989430466875754356791164062933228308938248279343005906486273554884136140704823135667425239098681626306851833000499019770269949275120056079303659E+000000000000003886");
     return val;
   }
 
- static const mp_float& A000367_949(void)
+ const mp_float& A000367_949(void)
   {
     static const mp_float val("+1.22271295444680196832271418833646939543799528655308660780290453766972546569923041391432883846985481492282371262647600319483453437355931851818224452231805021986820197392464693676869941113267302552750235223031978373235380398721468772230770731130547154497396885215389719435329367045240273026366003277455973877596779514747887399884171165654602665215581067980390139873194129816548096940827466285569161142114797196994579030394E+000000000000003886");
     return val;
   }
 
- static const mp_float& A000367_950(void)
+ const mp_float& A000367_950(void)
   {
     static const mp_float val("-2.25394279710394813373013219522278460860672808366725234193199216082426777092013010173001756861894038780624655658443280625078068008290836005233560872027753778346681375099480362430461117880825651637429453574943592315451875201057177503103054448395843902028741373979524592770433062536308801894403078850455210153967390580399043497385225854152553515945934991226855813040096523279859366775007412375576528116504408220141102508988E+000000000000003900");
     return val;
   }
 
- static const mp_float& A000367_951(void)
+ const mp_float& A000367_951(void)
   {
     static const mp_float val("+7.16430844479839983240164563214808607264972556438344926056308867614389001453391652004972348598375312326128554048010963966043169274613621038650824540724708011962391276402685419928921362072479960149926454240915180198751260446291417651434817931320206717939447323652893091979941997863602068242954640635734298269439646969812505900889060478938811120959720512681214619308322875585410842584534782241931749042931133991641343040178E+000000000000003896");
     return val;
   }
 
- static const mp_float& A000367_952(void)
+ const mp_float& A000367_952(void)
   {
     static const mp_float val("-8.16448821878632164557930671336432496952963188554825845363889433587092853679439873152708961580187684165238686196139259462845676481880453236610715713440962043369538394549817819841884049848297551788784963150835974859829390886866340400921310357494511294121201432513255524353037768434208513184398960820507493586061269087815620595838959835546740234482304941675118284402785176912271615303930266530453554627024854410792125144183E+000000000000003913");
     return val;
   }
 
- static const mp_float& A000367_953(void)
+ const mp_float& A000367_953(void)
   {
     static const mp_float val("+1.64752139640946284936287761452033402261134416872542511036509032924316294547131609257279860345966852304074721433239361527656638430400762781003315666406568561653936183863803105746845444891489820020029384077056361378284716421953968322446455591836017635312282449979271505089043084969665828774785076571574602200031744883341625013893442146560747022294930215603878448486847507796597316603157798580617741282867774589836330927302E+000000000000003909");
     return val;
   }
 
- static const mp_float& A000367_954(void)
+ const mp_float& A000367_954(void)
   {
     static const mp_float val("-2.72521139696809529944171500983894964996421267970748127387942461508082292125264594452148948369469112628142654496259852590914730510262932491291701509037850310159842718995561969295987284550009966884253231873693840769587214992040673750498007508273117889020596887972218030450929603017954822695748748231687086235093867104258996353521943052264199310332522879831628664408413980385615882119584106303234780089164476293746183683265E+000000000000003918");
     return val;
   }
 
- static const mp_float& A000367_955(void)
+ const mp_float& A000367_955(void)
   {
     static const mp_float val("+3.09828036833289724025330503607195409111566753909131277911356024081734715479085753531379436151490481326177488032242411613775967174320164512364481130765030705404590706237183038141090386834077275950718041386036509908106527479130488360905891764401457644286743431985894467055312602416299845506139097034546925670041429425367040357267969636149004257629650485024410815416491462671820921098232824681331016236758980165424968275530E+000000000000003919");
     return val;
   }
 
- static const mp_float& A000367_956(void)
+ const mp_float& A000367_956(void)
   {
     static const mp_float val("-3.11844854232817062349103673228965733507413832507926457015932529832904792048401921672522312109599747289450032202071622375278444797317703688757607010452543554576982075404099905679149371603954431411705193781977458124480385344601521390859405583819118519285981694612720301591635219882355235037911965096620280340728173426672083320242681065966572893844188114531958663483484963949445089316920815693435076179938330754599286016819E+000000000000003927");
     return val;
   }
 
- static const mp_float& A000367_957(void)
+ const mp_float& A000367_957(void)
   {
     static const mp_float val("+4.01761162013846158291865364385468653341739256901472122494717771178358801372142830518588075364214843161722639131585378758812651246785653856351081930036599498555201762438713855775555563038646469935024709507668709524936716045058142041204604663429270029559432097699954542996058179034297534318069096952885954935503409301126633976438877847051470342026175228442847912014538277652591952715017096008840776096782353686621269454174E+000000000000003931");
     return val;
   }
 
- static const mp_float& A000367_958(void)
+ const mp_float& A000367_958(void)
   {
     static const mp_float val("-2.93352512207792466572470836196270283807512257245204898907582811515211492881986057866995767110042834491167930623516543204692103189821127797529372343801643855493239759323131500109799556895134509108910841663949236465442242569041081758528619296932249482295256448578214722452706180176354777441715497450426250475975835092513318612174012708688833321513426179986959881077608547101436721441616567089251739336615170916101754672074E+000000000000003931");
     return val;
   }
 
- static const mp_float& A000367_959(void)
+ const mp_float& A000367_959(void)
   {
     static const mp_float val("+5.46425283713313762290221141700971338223497786069915339130430524472552672516743246966384114096837600144650509685918206462193486856064425774032319444312354652615569057763180586705210084309585561974468574161649011253524446558129117952086640235631822377634550186917195078573206003963007655350176515560911573274104065445654303810422672158843041075407943510547470023009303933978915884141752025859760032225289728099800666880664E+000000000000003935");
     return val;
   }
 
- static const mp_float& A000367_960(void)
+ const mp_float& A000367_960(void)
   {
     static const mp_float val("-9.72925883194614777188484107500203238605888684417872895166501095245603545302612979108438515996989149999595140342759777651287785246645777957956706271966463074310045704811267469900837001699901374134321984871117232442233671268853881604488167137293461092158373073700395670187317081053541347810322359277016451140008858147608373115934714515882403365997660860793549850230004689851801947532093733364163204800133341693204188699298E+000000000000003959");
     return val;
   }
 
- static const mp_float& A000367_961(void)
+ const mp_float& A000367_961(void)
   {
     static const mp_float val("+4.76944960865139482676653409123391990044405015039248541450409113443622354611389462185776207202113138834325734726834063889096295201821624792099121062291930597645700354838900697915355479297466790204172170849781350345265383220119305163808441124814323932965957771687290184839957808711809801765168524626522899558181307458457697368769387921953432819300679899042788763050703942909752106195378666081188505201411866088281680601819E+000000000000003945");
     return val;
   }
 
- static const mp_float& A000367_962(void)
+ const mp_float& A000367_962(void)
   {
     static const mp_float val("-1.76491999051142800754583984655855482912976620252464842273755802637979475656818019371642454732385652182931716833662444276889878122179248811344894283292020920278004286067199966289072235395290395774307652973018437293478978492167928485671739332547713477720801437116427689917430835117805771686669708941038928915655098323478781337494616525990920938736355192989001102614419725523636846848466167179900968466299048763871064905830E+000000000000003955");
     return val;
   }
 
- static const mp_float& A000367_963(void)
+ const mp_float& A000367_963(void)
   {
     static const mp_float val("+3.58990349319869519896046207155575320611676025349781729028405820584627108894009451946079018651588475451041964955509416165955907328526317911838298954402260157892341742060680640764682636537746542674728014577106854613753180776732712173568113609436875647957447974856689002686419764235581320584328392022156304512001520983602377553467270048842836098636947049486484476611876885858189823325962534315822530164752352754415126459322E+000000000000003960");
     return val;
   }
 
- static const mp_float& A000367_964(void)
+ const mp_float& A000367_964(void)
   {
     static const mp_float val("-1.97523681554188620183930091810788651187302323178958106358939532327907588355514283666230276073272407314571460050902457980432049303526396870994488496761244966479499654993747221379149263068185049776175116828460645536154534235880997573514930074879689145769367880022568013456128625138310487244566875413513598783938286768535233749864369326802286504730390487258558464255032130576834571338792175219308269644168190121473910307320E+000000000000003961");
     return val;
   }
 
- static const mp_float& A000367_965(void)
+ const mp_float& A000367_965(void)
   {
     static const mp_float val("+7.91323250292594674330854346542339962724735014950183376681855965601891697349696889958668245239795231613107384719793823299717724931330788868996080239163167088452784022267753328108363947148189808939490359282562192354872475335884444846202269336984637614149366067285049236029383087616336735683124098632231862117955885054051065598339004147343923538311087273093745703046436647267866484642060889189777330854999173214682496085131E+000000000000003969");
     return val;
   }
 
- static const mp_float& A000367_966(void)
+ const mp_float& A000367_966(void)
   {
     static const mp_float val("-6.75674037816816823145901785675740038563108545617236203836863045606452518384308400663355347364924156134715022261748672628027738334383725873079473439238813274056134441970736694169294133391977787858536988888596212474968091855227272170391353068421922836106222460434287486165790295087173204281549245184578787113773685264320895677857095536055560036987809009947761624069593591195426441137711228473095836657698225156863276210962E+000000000000003988");
     return val;
   }
 
- static const mp_float& A000367_967(void)
+ const mp_float& A000367_967(void)
   {
     static const mp_float val("+3.33378212308515622435048704337584996257811715934009555438539735220988078560160213022130282235995741846434860674911756198399697982407637372968943760075594784126232797349994796839234420850715617910772050733963089351999985177085416444957396003749286993918837628689532782006441035140577973490399048818036589174037765835608957722500552724367991292952259420010916802634893132061787341894259016136647215550586557511873291157435E+000000000000003975");
     return val;
   }
 
- static const mp_float& A000367_968(void)
+ const mp_float& A000367_968(void)
   {
     static const mp_float val("-5.50428062446876633021804276586456450311390484086021524319426559222411690266109880891323805367377147324199992201141746324165770289828809505992156083201458551546159953514835692297571986244601383724906442107993627965624455436941178383451815202547902731372231790294228225970021427598838313695853961948207815002772830810081752940894307198650473370228877468623927039662223496429441684050112850833287071628615814575632963870602E+000000000000003985");
     return val;
   }
 
- static const mp_float& A000367_969(void)
+ const mp_float& A000367_969(void)
   {
     static const mp_float val("+1.40322399065207598656165673152162701193665680211365714677690199507529786251713260192223366965921733244483785245266671754207223313023174373449107827900054426176213680244684173635204997445948722185304670753616733652595577322054747885476228104948990018978241901014170903999376482916758319996093517332252871330260949869713827985600740122595768649150695788958826519344284606923820894420382149039344976452016747292788357171622E+000000000000003991");
     return val;
   }
 
- static const mp_float& A000367_970(void)
+ const mp_float& A000367_970(void)
   {
     static const mp_float val("-5.95441059527166420798644791381068184225261588258941628516144943483699155918727136021171956083015866926112040553715758898040169592889362841630829340729226855248537074102934300643546112213787412531582850044966800147924054906568783436961598223989223643547830697180914909996494524559075013668723919345721446857866728840170622537916086520885708982840487791466672513667991324600974992307665648242375208270819387489060215105682E+000000000000003997");
     return val;
   }
 
- static const mp_float& A000367_971(void)
+ const mp_float& A000367_971(void)
   {
     static const mp_float val("+2.73666906047180507272602316997461126868200794351661570936534282631581254257695714343866416914929623129102866451323253527243894750698700393037745358221761169086247706374762769394884213952684628268766786150334113348296068367312201549966544835066366393178234987506833612176660195656665911952574708926889485796024646050303576276458698287591379457800745958110542566558235105440663239442693007746688428458613858285774480434166E+000000000000003995");
     return val;
   }
 
- static const mp_float& A000367_972(void)
+ const mp_float& A000367_972(void)
   {
     static const mp_float val("-5.29010451218760858681931975710756616779580416881751599834743681186216696602082257762300442894522498523923392029244991286453080584212584099786882512554507583777712822085703038291640413641676086033752151943460514167338093154090831050232799521430038801268546934068832823969613146655327541112728554860980740167521717684465461255193677650038509472733164678170932577001652345679810154366167388086443913945332678560003083646061E+000000000000004014");
     return val;
   }
 
- static const mp_float& A000367_973(void)
+ const mp_float& A000367_973(void)
   {
     static const mp_float val("+2.51035020453420035178356729715515468856893024318828663789900126617232948262039078387859795899255545058110533109994349460853984479317420309234941005728056672777423153591584897755902998274225112476301604041965722763094497356402556557295763938078422821424552160094699503381077414344379028722954541114324112193614876093824411975599090275502085561898571215520490804988928579105999431187955345661123085902617985953397369378837E+000000000000004005");
     return val;
   }
 
- static const mp_float& A000367_974(void)
+ const mp_float& A000367_974(void)
   {
     static const mp_float val("-2.35023517797109830535215224576909564802103619176026623510937803425449489044389781426369717360183120202439011672520214971767557597058484561248432102038019285073402337364071229690729502418349680859108023375046844938539195143123349426875929333658503052086196929832751025078402261161768712111185511180165219304073156995970886702956558041900480438284315355059762092689172870249191137075323449271522456847741423223831300885498E+000000000000004014");
     return val;
   }
 
- static const mp_float& A000367_975(void)
+ const mp_float& A000367_975(void)
   {
     static const mp_float val("+1.68966736262784668283009999511673294492255819901751799762455174254948612838236498066980003298854676841476586241224004205807648072504052688349842790378844496945827131978196161549833639321153839879756089629384593190856649077245629388199317202575625854732231269711758257748481788206199774213315868236898067989201325826907555014302245692667079459095612054728554152039676537906595836943444760261078396129810174051293757813323E+000000000000004028");
     return val;
   }
 
- static const mp_float& A000367_976(void)
+ const mp_float& A000367_976(void)
   {
     static const mp_float val("-1.85997466294967914951588901062841320768453747286344415555907317629438421765839925681928073056154506275688373100981238586481437774176565045429118355177601338199993523539939946513899182018456247328408715290404518205387308254177710849364953738088228596792596083027141452345313526096835540978058836348671103389859082348883721222979937972310135172178886846339759731772349597621052643164001796198936029770141013721174488967139E+000000000000004025");
     return val;
   }
 
- static const mp_float& A000367_977(void)
+ const mp_float& A000367_977(void)
   {
     static const mp_float val("+2.16501347984166443448009766724240374610557397910525290878323564175474488303958143817155784856705590881019600297752398044588199983515359518217658421513898821876176637032441006116607307221148928365230956544876768551381440358420687478371602366148978284234805106770499832547189209387164426916942212751739276947370273398098493456171789170007829641209113233085599060408515059789763918294585320828470879032535890484954070016256E+000000000000004025");
     return val;
   }
 
- static const mp_float& A000367_978(void)
+ const mp_float& A000367_978(void)
   {
     static const mp_float val("-6.23076050122740093289890886179173819350237282705264682396481191541758155692724539531132844545432820767970470982625447477272193934705296162651722954965209075825398286112250685825533070685511119887341194199232885591831434675117354967569293356701834068577905258193056368524080606531269051925303805247891998819816109863585010005824082116251193403997989091031982689849751892182445073700998798443629272075104215394433174630209E+000000000000004035");
     return val;
   }
 
- static const mp_float& A000367_979(void)
+ const mp_float& A000367_979(void)
   {
     static const mp_float val("+8.37994413832331667776964169218790968084226489666054240991814507665399856795696609011859455764851909698489277463297371252736233673350114033137051953465892349337599469225523152918764795669971863301295017095740247396660945823582257618601961039594495001624166137092986921317831598224818961865754621465108742377771256813291208238678321790247613107791565375800791670594639667171705622251271109172374549986162092097267480110793E+000000000000004038");
     return val;
   }
 
- static const mp_float& A000367_980(void)
+ const mp_float& A000367_980(void)
   {
     static const mp_float val("-2.49831938772735124993356984187230216704546450126885306993217659368685071208815691894321284030677807165138406218277535476039950677487044564769056120309302995212817824692380235501677880871401170937374632703457639941499781068161568761443152476825924727304193538372841593225369147036797954497468020733071924360092926364253617815604177661033676727633113961717201464526293020525010213739731768704789776835244724828295403337157E+000000000000004054");
     return val;
   }
 
- static const mp_float& A000367_981(void)
+ const mp_float& A000367_981(void)
   {
     static const mp_float val("+2.56601699356047169586129930544208421100002392655373170697969637093727848495554457339674951455668481134255625285227759086534192034783469478914466920352477641322555181130654096762184632863035014783408548448422912135944088659883447520432273506256877271155175261519561124012578228675110293604039419292975393843651506231572018513215047540773314845169901147384925753818230756096831990495841523521934633018150492631729409703534E+000000000000004047");
     return val;
   }
 
- static const mp_float& A000367_982(void)
+ const mp_float& A000367_982(void)
   {
     static const mp_float val("-9.26047909579766817807481739989573828336736568880293525375929120353815364849451500143235210224460031656844666335798204536785655531351123718104099551033969811431963568138239030470141709658041686323895989303362499567436844950955932955926533678967054705584721617878550089377065274845302059356002273647233970252144598612758410306641965550809285435254900144099211212288212358891356034519413328320177718110577962294000635490984E+000000000000004053");
     return val;
   }
 
- static const mp_float& A000367_983(void)
+ const mp_float& A000367_983(void)
   {
     static const mp_float val("+1.84372551155484405161565704678973787876305136836373157236066261868828157434022491565119652229072524491790657958071151466552685311369914586181951786792111978467676778138898955134723278453906791977659254559120394079071896690733943576031139050882559655269310330819143058909809736156331690210958063467103179267931306157666395217775119147296245445336212990807112339879654962751460564852530935004142942790762055538125051191263E+000000000000004055");
     return val;
   }
 
- static const mp_float& A000367_984(void)
+ const mp_float& A000367_984(void)
   {
     static const mp_float val("-1.16065833023516421150885511684382613440920992387792295008018976561600301135065971701488979641351655979716166621640369470317488103783517280947062781926927204053893099430828305360869138150656794685369792286041058723807623845654802294586221731561537030233181557270583659914071369863988684278283050087570189390711002874303540651793081626331873104587341387525613016583287609232691922235043030243104387459153802458541735367083E+000000000000004066");
     return val;
   }
 
- static const mp_float& A000367_985(void)
+ const mp_float& A000367_985(void)
   {
     static const mp_float val("+1.95393842286348833700214232553636254386218458413805746526117756383262023277369288608536199349455698858464541986053338421714477291073283382917538907926600765283348898892140701947519952950868465485620233341008677398854666979625629441465149296930730275074355911561066182049776842164829554694359529882491122373295200525725026178005111905752932462239423609885127320607087832362985229801257556878498733847972879783967777668482E+000000000000004066");
     return val;
   }
 
- static const mp_float& A000367_986(void)
+ const mp_float& A000367_986(void)
   {
     static const mp_float val("-1.01789056145627349913467244477652192723638534656530831545663035029106342066545972805236080426345557311764923875964661241167416768705099796530612816989864630581316818005125586893062603579585066554435125597244830143400377274563317126265551138945845176163971168742985595779986085879953223345827683589248483355678738688468141833301525846196355251555253349904388118451337010874777037592145699590039145445613822765070390795204E+000000000000004076");
     return val;
   }
 
- static const mp_float& A000367_987(void)
+ const mp_float& A000367_987(void)
   {
     static const mp_float val("+9.68511604418272718716988535382674828115379088322434956974983609871570339892398382977380155619816035022434570436089394086236170320221796652745308393751423292188655939566566490614115120228095718279144671634327196865208768780906813909067232395040694006590551580249010275003260273453220953773062583450654409485581749065230478246565123389333750456388720556668325372691819684488818661042189102521197123247186281449367523210372E+000000000000004082");
     return val;
   }
 
- static const mp_float& A000367_988(void)
+ const mp_float& A000367_988(void)
   {
     static const mp_float val("-4.51966931400568026531425738872474594828564954678496555303318924541255052433921361237319348704887177731059026121572242822692649802554059822955128348864798579832796113148725157785976800011583556782182129264327534234674254688870779416814041600657757644225496705983546522396505167628453639803762492548946571611864138877747779421550805120435019954633179344984463143630388792064831665690285696847473712762278456237467945997035E+000000000000004082");
     return val;
   }
 
- static const mp_float& A000367_989(void)
+ const mp_float& A000367_989(void)
   {
     static const mp_float val("+1.57136710889719980299502673424118199866966987714102472555509697401240567709474992369550157336911022227183731519190272230351536385251386245283112713776816377884595177090263838361463985772385198261529126443771315254929023522297347535250861710401835770566195961086333359789670157587715664525954679663713304375848625975427069916868151129509063675546654993519301030867072107389313046553690992791846704760038513113091996426605E+000000000000004090");
     return val;
   }
 
- static const mp_float& A000367_990(void)
+ const mp_float& A000367_990(void)
   {
     static const mp_float val("-5.33045270348899666072222733040558724891017167301207804284537273758074841554986119867154665718067033363394298564100439536977281907107262627068327607609533326934304954254886450932406283075257398350552005310434128565431814388160885575429906143622657743784850174119047307778569826665042384417620872897343435929727007343828270629266290491339703798517120085589114964395069436454548053064699235282050057912333910682145073340962E+000000000000004118");
     return val;
   }
 
- static const mp_float& A000367_991(void)
+ const mp_float& A000367_991(void)
   {
     static const mp_float val("+1.66768354283766407157780241248869600449711957027566942127617611340965958162788063101555783278049369886329776650764357760933088663230555343602673304309240594734592871392255092740543466240843474771005125169474817199284644934769034564259749601180281200280259690869753288409556067483109585143261990641534326357904288109177401823835550545802066881216341210403544410028119311615852230548142842223899445211636755094835510720724E+000000000000004095");
     return val;
   }
 
- static const mp_float& A000367_992(void)
+ const mp_float& A000367_992(void)
   {
     static const mp_float val("-1.41265858809761722402887832684261256419701416534141177225121858892865443690080211814142675487388461538323232484472969257184958701839237124078981110798029319647586515894396288778610457608598311347514609952542646452135406351027354336958395516396154789153274409662566845394014852237886462816893311173612938888501348807872880455146476082941437801083996407457768002069877643280491834043722123194685512762075124342473548913183E+000000000000004102");
     return val;
   }
 
- static const mp_float& A000367_993(void)
+ const mp_float& A000367_993(void)
   {
     static const mp_float val("+2.30831043052467496691014854915949553349416956117798635758474316035411176528496079078137727886261623505956325564482454131134744402219429366286134997446862092568052485846782793809373030014304078314897911134019611996937973790303653956191972950192783090357427815860534643000933970164413064343440101117843611894743936927411948676931475334415182876281357647956702085629265340850099108006164326971695664167545341189838945928783E+000000000000004109");
     return val;
   }
 
- static const mp_float& A000367_994(void)
+ const mp_float& A000367_994(void)
   {
     static const mp_float val("-2.40780227013238429586114040762423786277355892206044259826577373636039298155271887466406419967196706325600102454823464055001713820307356036540568579853589413176298330223110403293802707650334858419777889963734795140735220166777572814922748389709517516070906732564804336440424742187059867335652137980448785061725165136942059073141431356260673238250478822173376182619532281165901768299270301173554740992178314534958819298249E+000000000000004112");
     return val;
   }
 
- static const mp_float& A000367_995(void)
+ const mp_float& A000367_995(void)
   {
     static const mp_float val("+1.83135958292518944976050353046758846991155031438727757967687499658866784350296206118128796070376280335216793699541731149754454597701471779461196297436353523047146625879798400817501708498254264631240131701209263463475360721666184469247712485682184470185034391445780723082892514607780860621834551211091337778520224415135461063954721982971418653517645664866997895238574205104493778503927250181278048500348381642053566410033E+000000000000004116");
     return val;
   }
 
- static const mp_float& A000367_996(void)
+ const mp_float& A000367_996(void)
   {
     static const mp_float val("-1.26012221525137320254594974962042178821718629343069673445654339314226379378087732887631163172805622844678887535835468245360434924020749677556338367684490032893221628129552217273683372105018129615545575977254715967658283862775687376130726991484278881052956950105647880101464562042724002160207173909448985461245656008848107223913201031199557145589590483242535699287951710899194524775713147937355643924582104705160713779062E+000000000000004134");
     return val;
   }
 
- static const mp_float& A000367_997(void)
+ const mp_float& A000367_997(void)
   {
     static const mp_float val("+1.68366046277293510160342901486363169036787362894517752360224123957480947921417069474687295331499975443724767279024361048320444538132729374513899577113561517627809633529266868671602262503916947986948764848763838409298567492440572674475246208577088968807993666536891115325072495953345253685569312626528193117842094331835726350239415862303957333977649700603174716229648801236454405569811711946263742795390508261713952891507E+000000000000004125");
     return val;
   }
 
- static const mp_float& A000367_998(void)
+ const mp_float& A000367_998(void)
   {
     static const mp_float val("-1.69568931272925207155772574587610330605077010951553066110351715641210903751933784262031962035113588265436720502927647464090420542614773456995618341277159325723037774295338456989336451452485830879332532700511515176405691012581780241328721378273148471205139419119175906224491943316277319925062092287213777361178234301798489953779576512727736069099368057853843273440160552559509884740927423442849575432910738203596304789237E+000000000000004134");
     return val;
   }
 
- static const mp_float& A000367_999(void)
+ const mp_float& A000367_999(void)
   {
     static const mp_float val("+1.01760990122217025021692371351639940302966816271519413391281051991857725210069968347926442318594293241214858467389797652876383403280621176741851335016885034267357570143706854964966202542900566804684361895658532643997434084812645024300078295728826127796950258876403450421369933528986668554864066000671317142651397500966789260900652360900445887364229863105850010795427837909167597238092580264624583212354983845999720768830E+000000000000004143");
     return val;
   }
 
- static const mp_float& A000367_1000(void)
+ const mp_float& A000367_1000(void)
   {
     static const mp_float val("-6.77376326297874057369679631362112660056154890974788550694775510090389049928452299408533299387744421061371314052275747115330231914708791903298960183862485265631534861034316002345415332179355039790329149863548205611883201336776864744093196944677499366008620742551284687442407119219388398253304271863090782651072694235662135615603474370631822758746759888053556760990790046131680518473347422412618821407256753772350238557958E+000000000000004151");
     return val;
@@ -6025,1017 +6025,1023 @@
 
 }
 
-namespace Tables
+namespace boost
 {
- const std::vector<pfn_efloat>& A000367(void)
+ namespace multiprecision
   {
- static const boost::array<pfn_efloat, 1001u> A000367_data =
- {{
- A000367_Table::A000367_0,
- A000367_Table::A000367_1,
- A000367_Table::A000367_2,
- A000367_Table::A000367_3,
- A000367_Table::A000367_4,
- A000367_Table::A000367_5,
- A000367_Table::A000367_6,
- A000367_Table::A000367_7,
- A000367_Table::A000367_8,
- A000367_Table::A000367_9,
- A000367_Table::A000367_10,
- A000367_Table::A000367_11,
- A000367_Table::A000367_12,
- A000367_Table::A000367_13,
- A000367_Table::A000367_14,
- A000367_Table::A000367_15,
- A000367_Table::A000367_16,
- A000367_Table::A000367_17,
- A000367_Table::A000367_18,
- A000367_Table::A000367_19,
- A000367_Table::A000367_20,
- A000367_Table::A000367_21,
- A000367_Table::A000367_22,
- A000367_Table::A000367_23,
- A000367_Table::A000367_24,
- A000367_Table::A000367_25,
- A000367_Table::A000367_26,
- A000367_Table::A000367_27,
- A000367_Table::A000367_28,
- A000367_Table::A000367_29,
- A000367_Table::A000367_30,
- A000367_Table::A000367_31,
- A000367_Table::A000367_32,
- A000367_Table::A000367_33,
- A000367_Table::A000367_34,
- A000367_Table::A000367_35,
- A000367_Table::A000367_36,
- A000367_Table::A000367_37,
- A000367_Table::A000367_38,
- A000367_Table::A000367_39,
- A000367_Table::A000367_40,
- A000367_Table::A000367_41,
- A000367_Table::A000367_42,
- A000367_Table::A000367_43,
- A000367_Table::A000367_44,
- A000367_Table::A000367_45,
- A000367_Table::A000367_46,
- A000367_Table::A000367_47,
- A000367_Table::A000367_48,
- A000367_Table::A000367_49,
- A000367_Table::A000367_50,
- A000367_Table::A000367_51,
- A000367_Table::A000367_52,
- A000367_Table::A000367_53,
- A000367_Table::A000367_54,
- A000367_Table::A000367_55,
- A000367_Table::A000367_56,
- A000367_Table::A000367_57,
- A000367_Table::A000367_58,
- A000367_Table::A000367_59,
- A000367_Table::A000367_60,
- A000367_Table::A000367_61,
- A000367_Table::A000367_62,
- A000367_Table::A000367_63,
- A000367_Table::A000367_64,
- A000367_Table::A000367_65,
- A000367_Table::A000367_66,
- A000367_Table::A000367_67,
- A000367_Table::A000367_68,
- A000367_Table::A000367_69,
- A000367_Table::A000367_70,
- A000367_Table::A000367_71,
- A000367_Table::A000367_72,
- A000367_Table::A000367_73,
- A000367_Table::A000367_74,
- A000367_Table::A000367_75,
- A000367_Table::A000367_76,
- A000367_Table::A000367_77,
- A000367_Table::A000367_78,
- A000367_Table::A000367_79,
- A000367_Table::A000367_80,
- A000367_Table::A000367_81,
- A000367_Table::A000367_82,
- A000367_Table::A000367_83,
- A000367_Table::A000367_84,
- A000367_Table::A000367_85,
- A000367_Table::A000367_86,
- A000367_Table::A000367_87,
- A000367_Table::A000367_88,
- A000367_Table::A000367_89,
- A000367_Table::A000367_90,
- A000367_Table::A000367_91,
- A000367_Table::A000367_92,
- A000367_Table::A000367_93,
- A000367_Table::A000367_94,
- A000367_Table::A000367_95,
- A000367_Table::A000367_96,
- A000367_Table::A000367_97,
- A000367_Table::A000367_98,
- A000367_Table::A000367_99,
- A000367_Table::A000367_100,
- A000367_Table::A000367_101,
- A000367_Table::A000367_102,
- A000367_Table::A000367_103,
- A000367_Table::A000367_104,
- A000367_Table::A000367_105,
- A000367_Table::A000367_106,
- A000367_Table::A000367_107,
- A000367_Table::A000367_108,
- A000367_Table::A000367_109,
- A000367_Table::A000367_110,
- A000367_Table::A000367_111,
- A000367_Table::A000367_112,
- A000367_Table::A000367_113,
- A000367_Table::A000367_114,
- A000367_Table::A000367_115,
- A000367_Table::A000367_116,
- A000367_Table::A000367_117,
- A000367_Table::A000367_118,
- A000367_Table::A000367_119,
- A000367_Table::A000367_120,
- A000367_Table::A000367_121,
- A000367_Table::A000367_122,
- A000367_Table::A000367_123,
- A000367_Table::A000367_124,
- A000367_Table::A000367_125,
- A000367_Table::A000367_126,
- A000367_Table::A000367_127,
- A000367_Table::A000367_128,
- A000367_Table::A000367_129,
- A000367_Table::A000367_130,
- A000367_Table::A000367_131,
- A000367_Table::A000367_132,
- A000367_Table::A000367_133,
- A000367_Table::A000367_134,
- A000367_Table::A000367_135,
- A000367_Table::A000367_136,
- A000367_Table::A000367_137,
- A000367_Table::A000367_138,
- A000367_Table::A000367_139,
- A000367_Table::A000367_140,
- A000367_Table::A000367_141,
- A000367_Table::A000367_142,
- A000367_Table::A000367_143,
- A000367_Table::A000367_144,
- A000367_Table::A000367_145,
- A000367_Table::A000367_146,
- A000367_Table::A000367_147,
- A000367_Table::A000367_148,
- A000367_Table::A000367_149,
- A000367_Table::A000367_150,
- A000367_Table::A000367_151,
- A000367_Table::A000367_152,
- A000367_Table::A000367_153,
- A000367_Table::A000367_154,
- A000367_Table::A000367_155,
- A000367_Table::A000367_156,
- A000367_Table::A000367_157,
- A000367_Table::A000367_158,
- A000367_Table::A000367_159,
- A000367_Table::A000367_160,
- A000367_Table::A000367_161,
- A000367_Table::A000367_162,
- A000367_Table::A000367_163,
- A000367_Table::A000367_164,
- A000367_Table::A000367_165,
- A000367_Table::A000367_166,
- A000367_Table::A000367_167,
- A000367_Table::A000367_168,
- A000367_Table::A000367_169,
- A000367_Table::A000367_170,
- A000367_Table::A000367_171,
- A000367_Table::A000367_172,
- A000367_Table::A000367_173,
- A000367_Table::A000367_174,
- A000367_Table::A000367_175,
- A000367_Table::A000367_176,
- A000367_Table::A000367_177,
- A000367_Table::A000367_178,
- A000367_Table::A000367_179,
- A000367_Table::A000367_180,
- A000367_Table::A000367_181,
- A000367_Table::A000367_182,
- A000367_Table::A000367_183,
- A000367_Table::A000367_184,
- A000367_Table::A000367_185,
- A000367_Table::A000367_186,
- A000367_Table::A000367_187,
- A000367_Table::A000367_188,
- A000367_Table::A000367_189,
- A000367_Table::A000367_190,
- A000367_Table::A000367_191,
- A000367_Table::A000367_192,
- A000367_Table::A000367_193,
- A000367_Table::A000367_194,
- A000367_Table::A000367_195,
- A000367_Table::A000367_196,
- A000367_Table::A000367_197,
- A000367_Table::A000367_198,
- A000367_Table::A000367_199,
- A000367_Table::A000367_200,
- A000367_Table::A000367_201,
- A000367_Table::A000367_202,
- A000367_Table::A000367_203,
- A000367_Table::A000367_204,
- A000367_Table::A000367_205,
- A000367_Table::A000367_206,
- A000367_Table::A000367_207,
- A000367_Table::A000367_208,
- A000367_Table::A000367_209,
- A000367_Table::A000367_210,
- A000367_Table::A000367_211,
- A000367_Table::A000367_212,
- A000367_Table::A000367_213,
- A000367_Table::A000367_214,
- A000367_Table::A000367_215,
- A000367_Table::A000367_216,
- A000367_Table::A000367_217,
- A000367_Table::A000367_218,
- A000367_Table::A000367_219,
- A000367_Table::A000367_220,
- A000367_Table::A000367_221,
- A000367_Table::A000367_222,
- A000367_Table::A000367_223,
- A000367_Table::A000367_224,
- A000367_Table::A000367_225,
- A000367_Table::A000367_226,
- A000367_Table::A000367_227,
- A000367_Table::A000367_228,
- A000367_Table::A000367_229,
- A000367_Table::A000367_230,
- A000367_Table::A000367_231,
- A000367_Table::A000367_232,
- A000367_Table::A000367_233,
- A000367_Table::A000367_234,
- A000367_Table::A000367_235,
- A000367_Table::A000367_236,
- A000367_Table::A000367_237,
- A000367_Table::A000367_238,
- A000367_Table::A000367_239,
- A000367_Table::A000367_240,
- A000367_Table::A000367_241,
- A000367_Table::A000367_242,
- A000367_Table::A000367_243,
- A000367_Table::A000367_244,
- A000367_Table::A000367_245,
- A000367_Table::A000367_246,
- A000367_Table::A000367_247,
- A000367_Table::A000367_248,
- A000367_Table::A000367_249,
- A000367_Table::A000367_250,
- A000367_Table::A000367_251,
- A000367_Table::A000367_252,
- A000367_Table::A000367_253,
- A000367_Table::A000367_254,
- A000367_Table::A000367_255,
- A000367_Table::A000367_256,
- A000367_Table::A000367_257,
- A000367_Table::A000367_258,
- A000367_Table::A000367_259,
- A000367_Table::A000367_260,
- A000367_Table::A000367_261,
- A000367_Table::A000367_262,
- A000367_Table::A000367_263,
- A000367_Table::A000367_264,
- A000367_Table::A000367_265,
- A000367_Table::A000367_266,
- A000367_Table::A000367_267,
- A000367_Table::A000367_268,
- A000367_Table::A000367_269,
- A000367_Table::A000367_270,
- A000367_Table::A000367_271,
- A000367_Table::A000367_272,
- A000367_Table::A000367_273,
- A000367_Table::A000367_274,
- A000367_Table::A000367_275,
- A000367_Table::A000367_276,
- A000367_Table::A000367_277,
- A000367_Table::A000367_278,
- A000367_Table::A000367_279,
- A000367_Table::A000367_280,
- A000367_Table::A000367_281,
- A000367_Table::A000367_282,
- A000367_Table::A000367_283,
- A000367_Table::A000367_284,
- A000367_Table::A000367_285,
- A000367_Table::A000367_286,
- A000367_Table::A000367_287,
- A000367_Table::A000367_288,
- A000367_Table::A000367_289,
- A000367_Table::A000367_290,
- A000367_Table::A000367_291,
- A000367_Table::A000367_292,
- A000367_Table::A000367_293,
- A000367_Table::A000367_294,
- A000367_Table::A000367_295,
- A000367_Table::A000367_296,
- A000367_Table::A000367_297,
- A000367_Table::A000367_298,
- A000367_Table::A000367_299,
- A000367_Table::A000367_300,
- A000367_Table::A000367_301,
- A000367_Table::A000367_302,
- A000367_Table::A000367_303,
- A000367_Table::A000367_304,
- A000367_Table::A000367_305,
- A000367_Table::A000367_306,
- A000367_Table::A000367_307,
- A000367_Table::A000367_308,
- A000367_Table::A000367_309,
- A000367_Table::A000367_310,
- A000367_Table::A000367_311,
- A000367_Table::A000367_312,
- A000367_Table::A000367_313,
- A000367_Table::A000367_314,
- A000367_Table::A000367_315,
- A000367_Table::A000367_316,
- A000367_Table::A000367_317,
- A000367_Table::A000367_318,
- A000367_Table::A000367_319,
- A000367_Table::A000367_320,
- A000367_Table::A000367_321,
- A000367_Table::A000367_322,
- A000367_Table::A000367_323,
- A000367_Table::A000367_324,
- A000367_Table::A000367_325,
- A000367_Table::A000367_326,
- A000367_Table::A000367_327,
- A000367_Table::A000367_328,
- A000367_Table::A000367_329,
- A000367_Table::A000367_330,
- A000367_Table::A000367_331,
- A000367_Table::A000367_332,
- A000367_Table::A000367_333,
- A000367_Table::A000367_334,
- A000367_Table::A000367_335,
- A000367_Table::A000367_336,
- A000367_Table::A000367_337,
- A000367_Table::A000367_338,
- A000367_Table::A000367_339,
- A000367_Table::A000367_340,
- A000367_Table::A000367_341,
- A000367_Table::A000367_342,
- A000367_Table::A000367_343,
- A000367_Table::A000367_344,
- A000367_Table::A000367_345,
- A000367_Table::A000367_346,
- A000367_Table::A000367_347,
- A000367_Table::A000367_348,
- A000367_Table::A000367_349,
- A000367_Table::A000367_350,
- A000367_Table::A000367_351,
- A000367_Table::A000367_352,
- A000367_Table::A000367_353,
- A000367_Table::A000367_354,
- A000367_Table::A000367_355,
- A000367_Table::A000367_356,
- A000367_Table::A000367_357,
- A000367_Table::A000367_358,
- A000367_Table::A000367_359,
- A000367_Table::A000367_360,
- A000367_Table::A000367_361,
- A000367_Table::A000367_362,
- A000367_Table::A000367_363,
- A000367_Table::A000367_364,
- A000367_Table::A000367_365,
- A000367_Table::A000367_366,
- A000367_Table::A000367_367,
- A000367_Table::A000367_368,
- A000367_Table::A000367_369,
- A000367_Table::A000367_370,
- A000367_Table::A000367_371,
- A000367_Table::A000367_372,
- A000367_Table::A000367_373,
- A000367_Table::A000367_374,
- A000367_Table::A000367_375,
- A000367_Table::A000367_376,
- A000367_Table::A000367_377,
- A000367_Table::A000367_378,
- A000367_Table::A000367_379,
- A000367_Table::A000367_380,
- A000367_Table::A000367_381,
- A000367_Table::A000367_382,
- A000367_Table::A000367_383,
- A000367_Table::A000367_384,
- A000367_Table::A000367_385,
- A000367_Table::A000367_386,
- A000367_Table::A000367_387,
- A000367_Table::A000367_388,
- A000367_Table::A000367_389,
- A000367_Table::A000367_390,
- A000367_Table::A000367_391,
- A000367_Table::A000367_392,
- A000367_Table::A000367_393,
- A000367_Table::A000367_394,
- A000367_Table::A000367_395,
- A000367_Table::A000367_396,
- A000367_Table::A000367_397,
- A000367_Table::A000367_398,
- A000367_Table::A000367_399,
- A000367_Table::A000367_400,
- A000367_Table::A000367_401,
- A000367_Table::A000367_402,
- A000367_Table::A000367_403,
- A000367_Table::A000367_404,
- A000367_Table::A000367_405,
- A000367_Table::A000367_406,
- A000367_Table::A000367_407,
- A000367_Table::A000367_408,
- A000367_Table::A000367_409,
- A000367_Table::A000367_410,
- A000367_Table::A000367_411,
- A000367_Table::A000367_412,
- A000367_Table::A000367_413,
- A000367_Table::A000367_414,
- A000367_Table::A000367_415,
- A000367_Table::A000367_416,
- A000367_Table::A000367_417,
- A000367_Table::A000367_418,
- A000367_Table::A000367_419,
- A000367_Table::A000367_420,
- A000367_Table::A000367_421,
- A000367_Table::A000367_422,
- A000367_Table::A000367_423,
- A000367_Table::A000367_424,
- A000367_Table::A000367_425,
- A000367_Table::A000367_426,
- A000367_Table::A000367_427,
- A000367_Table::A000367_428,
- A000367_Table::A000367_429,
- A000367_Table::A000367_430,
- A000367_Table::A000367_431,
- A000367_Table::A000367_432,
- A000367_Table::A000367_433,
- A000367_Table::A000367_434,
- A000367_Table::A000367_435,
- A000367_Table::A000367_436,
- A000367_Table::A000367_437,
- A000367_Table::A000367_438,
- A000367_Table::A000367_439,
- A000367_Table::A000367_440,
- A000367_Table::A000367_441,
- A000367_Table::A000367_442,
- A000367_Table::A000367_443,
- A000367_Table::A000367_444,
- A000367_Table::A000367_445,
- A000367_Table::A000367_446,
- A000367_Table::A000367_447,
- A000367_Table::A000367_448,
- A000367_Table::A000367_449,
- A000367_Table::A000367_450,
- A000367_Table::A000367_451,
- A000367_Table::A000367_452,
- A000367_Table::A000367_453,
- A000367_Table::A000367_454,
- A000367_Table::A000367_455,
- A000367_Table::A000367_456,
- A000367_Table::A000367_457,
- A000367_Table::A000367_458,
- A000367_Table::A000367_459,
- A000367_Table::A000367_460,
- A000367_Table::A000367_461,
- A000367_Table::A000367_462,
- A000367_Table::A000367_463,
- A000367_Table::A000367_464,
- A000367_Table::A000367_465,
- A000367_Table::A000367_466,
- A000367_Table::A000367_467,
- A000367_Table::A000367_468,
- A000367_Table::A000367_469,
- A000367_Table::A000367_470,
- A000367_Table::A000367_471,
- A000367_Table::A000367_472,
- A000367_Table::A000367_473,
- A000367_Table::A000367_474,
- A000367_Table::A000367_475,
- A000367_Table::A000367_476,
- A000367_Table::A000367_477,
- A000367_Table::A000367_478,
- A000367_Table::A000367_479,
- A000367_Table::A000367_480,
- A000367_Table::A000367_481,
- A000367_Table::A000367_482,
- A000367_Table::A000367_483,
- A000367_Table::A000367_484,
- A000367_Table::A000367_485,
- A000367_Table::A000367_486,
- A000367_Table::A000367_487,
- A000367_Table::A000367_488,
- A000367_Table::A000367_489,
- A000367_Table::A000367_490,
- A000367_Table::A000367_491,
- A000367_Table::A000367_492,
- A000367_Table::A000367_493,
- A000367_Table::A000367_494,
- A000367_Table::A000367_495,
- A000367_Table::A000367_496,
- A000367_Table::A000367_497,
- A000367_Table::A000367_498,
- A000367_Table::A000367_499,
- A000367_Table::A000367_500,
- A000367_Table::A000367_501,
- A000367_Table::A000367_502,
- A000367_Table::A000367_503,
- A000367_Table::A000367_504,
- A000367_Table::A000367_505,
- A000367_Table::A000367_506,
- A000367_Table::A000367_507,
- A000367_Table::A000367_508,
- A000367_Table::A000367_509,
- A000367_Table::A000367_510,
- A000367_Table::A000367_511,
- A000367_Table::A000367_512,
- A000367_Table::A000367_513,
- A000367_Table::A000367_514,
- A000367_Table::A000367_515,
- A000367_Table::A000367_516,
- A000367_Table::A000367_517,
- A000367_Table::A000367_518,
- A000367_Table::A000367_519,
- A000367_Table::A000367_520,
- A000367_Table::A000367_521,
- A000367_Table::A000367_522,
- A000367_Table::A000367_523,
- A000367_Table::A000367_524,
- A000367_Table::A000367_525,
- A000367_Table::A000367_526,
- A000367_Table::A000367_527,
- A000367_Table::A000367_528,
- A000367_Table::A000367_529,
- A000367_Table::A000367_530,
- A000367_Table::A000367_531,
- A000367_Table::A000367_532,
- A000367_Table::A000367_533,
- A000367_Table::A000367_534,
- A000367_Table::A000367_535,
- A000367_Table::A000367_536,
- A000367_Table::A000367_537,
- A000367_Table::A000367_538,
- A000367_Table::A000367_539,
- A000367_Table::A000367_540,
- A000367_Table::A000367_541,
- A000367_Table::A000367_542,
- A000367_Table::A000367_543,
- A000367_Table::A000367_544,
- A000367_Table::A000367_545,
- A000367_Table::A000367_546,
- A000367_Table::A000367_547,
- A000367_Table::A000367_548,
- A000367_Table::A000367_549,
- A000367_Table::A000367_550,
- A000367_Table::A000367_551,
- A000367_Table::A000367_552,
- A000367_Table::A000367_553,
- A000367_Table::A000367_554,
- A000367_Table::A000367_555,
- A000367_Table::A000367_556,
- A000367_Table::A000367_557,
- A000367_Table::A000367_558,
- A000367_Table::A000367_559,
- A000367_Table::A000367_560,
- A000367_Table::A000367_561,
- A000367_Table::A000367_562,
- A000367_Table::A000367_563,
- A000367_Table::A000367_564,
- A000367_Table::A000367_565,
- A000367_Table::A000367_566,
- A000367_Table::A000367_567,
- A000367_Table::A000367_568,
- A000367_Table::A000367_569,
- A000367_Table::A000367_570,
- A000367_Table::A000367_571,
- A000367_Table::A000367_572,
- A000367_Table::A000367_573,
- A000367_Table::A000367_574,
- A000367_Table::A000367_575,
- A000367_Table::A000367_576,
- A000367_Table::A000367_577,
- A000367_Table::A000367_578,
- A000367_Table::A000367_579,
- A000367_Table::A000367_580,
- A000367_Table::A000367_581,
- A000367_Table::A000367_582,
- A000367_Table::A000367_583,
- A000367_Table::A000367_584,
- A000367_Table::A000367_585,
- A000367_Table::A000367_586,
- A000367_Table::A000367_587,
- A000367_Table::A000367_588,
- A000367_Table::A000367_589,
- A000367_Table::A000367_590,
- A000367_Table::A000367_591,
- A000367_Table::A000367_592,
- A000367_Table::A000367_593,
- A000367_Table::A000367_594,
- A000367_Table::A000367_595,
- A000367_Table::A000367_596,
- A000367_Table::A000367_597,
- A000367_Table::A000367_598,
- A000367_Table::A000367_599,
- A000367_Table::A000367_600,
- A000367_Table::A000367_601,
- A000367_Table::A000367_602,
- A000367_Table::A000367_603,
- A000367_Table::A000367_604,
- A000367_Table::A000367_605,
- A000367_Table::A000367_606,
- A000367_Table::A000367_607,
- A000367_Table::A000367_608,
- A000367_Table::A000367_609,
- A000367_Table::A000367_610,
- A000367_Table::A000367_611,
- A000367_Table::A000367_612,
- A000367_Table::A000367_613,
- A000367_Table::A000367_614,
- A000367_Table::A000367_615,
- A000367_Table::A000367_616,
- A000367_Table::A000367_617,
- A000367_Table::A000367_618,
- A000367_Table::A000367_619,
- A000367_Table::A000367_620,
- A000367_Table::A000367_621,
- A000367_Table::A000367_622,
- A000367_Table::A000367_623,
- A000367_Table::A000367_624,
- A000367_Table::A000367_625,
- A000367_Table::A000367_626,
- A000367_Table::A000367_627,
- A000367_Table::A000367_628,
- A000367_Table::A000367_629,
- A000367_Table::A000367_630,
- A000367_Table::A000367_631,
- A000367_Table::A000367_632,
- A000367_Table::A000367_633,
- A000367_Table::A000367_634,
- A000367_Table::A000367_635,
- A000367_Table::A000367_636,
- A000367_Table::A000367_637,
- A000367_Table::A000367_638,
- A000367_Table::A000367_639,
- A000367_Table::A000367_640,
- A000367_Table::A000367_641,
- A000367_Table::A000367_642,
- A000367_Table::A000367_643,
- A000367_Table::A000367_644,
- A000367_Table::A000367_645,
- A000367_Table::A000367_646,
- A000367_Table::A000367_647,
- A000367_Table::A000367_648,
- A000367_Table::A000367_649,
- A000367_Table::A000367_650,
- A000367_Table::A000367_651,
- A000367_Table::A000367_652,
- A000367_Table::A000367_653,
- A000367_Table::A000367_654,
- A000367_Table::A000367_655,
- A000367_Table::A000367_656,
- A000367_Table::A000367_657,
- A000367_Table::A000367_658,
- A000367_Table::A000367_659,
- A000367_Table::A000367_660,
- A000367_Table::A000367_661,
- A000367_Table::A000367_662,
- A000367_Table::A000367_663,
- A000367_Table::A000367_664,
- A000367_Table::A000367_665,
- A000367_Table::A000367_666,
- A000367_Table::A000367_667,
- A000367_Table::A000367_668,
- A000367_Table::A000367_669,
- A000367_Table::A000367_670,
- A000367_Table::A000367_671,
- A000367_Table::A000367_672,
- A000367_Table::A000367_673,
- A000367_Table::A000367_674,
- A000367_Table::A000367_675,
- A000367_Table::A000367_676,
- A000367_Table::A000367_677,
- A000367_Table::A000367_678,
- A000367_Table::A000367_679,
- A000367_Table::A000367_680,
- A000367_Table::A000367_681,
- A000367_Table::A000367_682,
- A000367_Table::A000367_683,
- A000367_Table::A000367_684,
- A000367_Table::A000367_685,
- A000367_Table::A000367_686,
- A000367_Table::A000367_687,
- A000367_Table::A000367_688,
- A000367_Table::A000367_689,
- A000367_Table::A000367_690,
- A000367_Table::A000367_691,
- A000367_Table::A000367_692,
- A000367_Table::A000367_693,
- A000367_Table::A000367_694,
- A000367_Table::A000367_695,
- A000367_Table::A000367_696,
- A000367_Table::A000367_697,
- A000367_Table::A000367_698,
- A000367_Table::A000367_699,
- A000367_Table::A000367_700,
- A000367_Table::A000367_701,
- A000367_Table::A000367_702,
- A000367_Table::A000367_703,
- A000367_Table::A000367_704,
- A000367_Table::A000367_705,
- A000367_Table::A000367_706,
- A000367_Table::A000367_707,
- A000367_Table::A000367_708,
- A000367_Table::A000367_709,
- A000367_Table::A000367_710,
- A000367_Table::A000367_711,
- A000367_Table::A000367_712,
- A000367_Table::A000367_713,
- A000367_Table::A000367_714,
- A000367_Table::A000367_715,
- A000367_Table::A000367_716,
- A000367_Table::A000367_717,
- A000367_Table::A000367_718,
- A000367_Table::A000367_719,
- A000367_Table::A000367_720,
- A000367_Table::A000367_721,
- A000367_Table::A000367_722,
- A000367_Table::A000367_723,
- A000367_Table::A000367_724,
- A000367_Table::A000367_725,
- A000367_Table::A000367_726,
- A000367_Table::A000367_727,
- A000367_Table::A000367_728,
- A000367_Table::A000367_729,
- A000367_Table::A000367_730,
- A000367_Table::A000367_731,
- A000367_Table::A000367_732,
- A000367_Table::A000367_733,
- A000367_Table::A000367_734,
- A000367_Table::A000367_735,
- A000367_Table::A000367_736,
- A000367_Table::A000367_737,
- A000367_Table::A000367_738,
- A000367_Table::A000367_739,
- A000367_Table::A000367_740,
- A000367_Table::A000367_741,
- A000367_Table::A000367_742,
- A000367_Table::A000367_743,
- A000367_Table::A000367_744,
- A000367_Table::A000367_745,
- A000367_Table::A000367_746,
- A000367_Table::A000367_747,
- A000367_Table::A000367_748,
- A000367_Table::A000367_749,
- A000367_Table::A000367_750,
- A000367_Table::A000367_751,
- A000367_Table::A000367_752,
- A000367_Table::A000367_753,
- A000367_Table::A000367_754,
- A000367_Table::A000367_755,
- A000367_Table::A000367_756,
- A000367_Table::A000367_757,
- A000367_Table::A000367_758,
- A000367_Table::A000367_759,
- A000367_Table::A000367_760,
- A000367_Table::A000367_761,
- A000367_Table::A000367_762,
- A000367_Table::A000367_763,
- A000367_Table::A000367_764,
- A000367_Table::A000367_765,
- A000367_Table::A000367_766,
- A000367_Table::A000367_767,
- A000367_Table::A000367_768,
- A000367_Table::A000367_769,
- A000367_Table::A000367_770,
- A000367_Table::A000367_771,
- A000367_Table::A000367_772,
- A000367_Table::A000367_773,
- A000367_Table::A000367_774,
- A000367_Table::A000367_775,
- A000367_Table::A000367_776,
- A000367_Table::A000367_777,
- A000367_Table::A000367_778,
- A000367_Table::A000367_779,
- A000367_Table::A000367_780,
- A000367_Table::A000367_781,
- A000367_Table::A000367_782,
- A000367_Table::A000367_783,
- A000367_Table::A000367_784,
- A000367_Table::A000367_785,
- A000367_Table::A000367_786,
- A000367_Table::A000367_787,
- A000367_Table::A000367_788,
- A000367_Table::A000367_789,
- A000367_Table::A000367_790,
- A000367_Table::A000367_791,
- A000367_Table::A000367_792,
- A000367_Table::A000367_793,
- A000367_Table::A000367_794,
- A000367_Table::A000367_795,
- A000367_Table::A000367_796,
- A000367_Table::A000367_797,
- A000367_Table::A000367_798,
- A000367_Table::A000367_799,
- A000367_Table::A000367_800,
- A000367_Table::A000367_801,
- A000367_Table::A000367_802,
- A000367_Table::A000367_803,
- A000367_Table::A000367_804,
- A000367_Table::A000367_805,
- A000367_Table::A000367_806,
- A000367_Table::A000367_807,
- A000367_Table::A000367_808,
- A000367_Table::A000367_809,
- A000367_Table::A000367_810,
- A000367_Table::A000367_811,
- A000367_Table::A000367_812,
- A000367_Table::A000367_813,
- A000367_Table::A000367_814,
- A000367_Table::A000367_815,
- A000367_Table::A000367_816,
- A000367_Table::A000367_817,
- A000367_Table::A000367_818,
- A000367_Table::A000367_819,
- A000367_Table::A000367_820,
- A000367_Table::A000367_821,
- A000367_Table::A000367_822,
- A000367_Table::A000367_823,
- A000367_Table::A000367_824,
- A000367_Table::A000367_825,
- A000367_Table::A000367_826,
- A000367_Table::A000367_827,
- A000367_Table::A000367_828,
- A000367_Table::A000367_829,
- A000367_Table::A000367_830,
- A000367_Table::A000367_831,
- A000367_Table::A000367_832,
- A000367_Table::A000367_833,
- A000367_Table::A000367_834,
- A000367_Table::A000367_835,
- A000367_Table::A000367_836,
- A000367_Table::A000367_837,
- A000367_Table::A000367_838,
- A000367_Table::A000367_839,
- A000367_Table::A000367_840,
- A000367_Table::A000367_841,
- A000367_Table::A000367_842,
- A000367_Table::A000367_843,
- A000367_Table::A000367_844,
- A000367_Table::A000367_845,
- A000367_Table::A000367_846,
- A000367_Table::A000367_847,
- A000367_Table::A000367_848,
- A000367_Table::A000367_849,
- A000367_Table::A000367_850,
- A000367_Table::A000367_851,
- A000367_Table::A000367_852,
- A000367_Table::A000367_853,
- A000367_Table::A000367_854,
- A000367_Table::A000367_855,
- A000367_Table::A000367_856,
- A000367_Table::A000367_857,
- A000367_Table::A000367_858,
- A000367_Table::A000367_859,
- A000367_Table::A000367_860,
- A000367_Table::A000367_861,
- A000367_Table::A000367_862,
- A000367_Table::A000367_863,
- A000367_Table::A000367_864,
- A000367_Table::A000367_865,
- A000367_Table::A000367_866,
- A000367_Table::A000367_867,
- A000367_Table::A000367_868,
- A000367_Table::A000367_869,
- A000367_Table::A000367_870,
- A000367_Table::A000367_871,
- A000367_Table::A000367_872,
- A000367_Table::A000367_873,
- A000367_Table::A000367_874,
- A000367_Table::A000367_875,
- A000367_Table::A000367_876,
- A000367_Table::A000367_877,
- A000367_Table::A000367_878,
- A000367_Table::A000367_879,
- A000367_Table::A000367_880,
- A000367_Table::A000367_881,
- A000367_Table::A000367_882,
- A000367_Table::A000367_883,
- A000367_Table::A000367_884,
- A000367_Table::A000367_885,
- A000367_Table::A000367_886,
- A000367_Table::A000367_887,
- A000367_Table::A000367_888,
- A000367_Table::A000367_889,
- A000367_Table::A000367_890,
- A000367_Table::A000367_891,
- A000367_Table::A000367_892,
- A000367_Table::A000367_893,
- A000367_Table::A000367_894,
- A000367_Table::A000367_895,
- A000367_Table::A000367_896,
- A000367_Table::A000367_897,
- A000367_Table::A000367_898,
- A000367_Table::A000367_899,
- A000367_Table::A000367_900,
- A000367_Table::A000367_901,
- A000367_Table::A000367_902,
- A000367_Table::A000367_903,
- A000367_Table::A000367_904,
- A000367_Table::A000367_905,
- A000367_Table::A000367_906,
- A000367_Table::A000367_907,
- A000367_Table::A000367_908,
- A000367_Table::A000367_909,
- A000367_Table::A000367_910,
- A000367_Table::A000367_911,
- A000367_Table::A000367_912,
- A000367_Table::A000367_913,
- A000367_Table::A000367_914,
- A000367_Table::A000367_915,
- A000367_Table::A000367_916,
- A000367_Table::A000367_917,
- A000367_Table::A000367_918,
- A000367_Table::A000367_919,
- A000367_Table::A000367_920,
- A000367_Table::A000367_921,
- A000367_Table::A000367_922,
- A000367_Table::A000367_923,
- A000367_Table::A000367_924,
- A000367_Table::A000367_925,
- A000367_Table::A000367_926,
- A000367_Table::A000367_927,
- A000367_Table::A000367_928,
- A000367_Table::A000367_929,
- A000367_Table::A000367_930,
- A000367_Table::A000367_931,
- A000367_Table::A000367_932,
- A000367_Table::A000367_933,
- A000367_Table::A000367_934,
- A000367_Table::A000367_935,
- A000367_Table::A000367_936,
- A000367_Table::A000367_937,
- A000367_Table::A000367_938,
- A000367_Table::A000367_939,
- A000367_Table::A000367_940,
- A000367_Table::A000367_941,
- A000367_Table::A000367_942,
- A000367_Table::A000367_943,
- A000367_Table::A000367_944,
- A000367_Table::A000367_945,
- A000367_Table::A000367_946,
- A000367_Table::A000367_947,
- A000367_Table::A000367_948,
- A000367_Table::A000367_949,
- A000367_Table::A000367_950,
- A000367_Table::A000367_951,
- A000367_Table::A000367_952,
- A000367_Table::A000367_953,
- A000367_Table::A000367_954,
- A000367_Table::A000367_955,
- A000367_Table::A000367_956,
- A000367_Table::A000367_957,
- A000367_Table::A000367_958,
- A000367_Table::A000367_959,
- A000367_Table::A000367_960,
- A000367_Table::A000367_961,
- A000367_Table::A000367_962,
- A000367_Table::A000367_963,
- A000367_Table::A000367_964,
- A000367_Table::A000367_965,
- A000367_Table::A000367_966,
- A000367_Table::A000367_967,
- A000367_Table::A000367_968,
- A000367_Table::A000367_969,
- A000367_Table::A000367_970,
- A000367_Table::A000367_971,
- A000367_Table::A000367_972,
- A000367_Table::A000367_973,
- A000367_Table::A000367_974,
- A000367_Table::A000367_975,
- A000367_Table::A000367_976,
- A000367_Table::A000367_977,
- A000367_Table::A000367_978,
- A000367_Table::A000367_979,
- A000367_Table::A000367_980,
- A000367_Table::A000367_981,
- A000367_Table::A000367_982,
- A000367_Table::A000367_983,
- A000367_Table::A000367_984,
- A000367_Table::A000367_985,
- A000367_Table::A000367_986,
- A000367_Table::A000367_987,
- A000367_Table::A000367_988,
- A000367_Table::A000367_989,
- A000367_Table::A000367_990,
- A000367_Table::A000367_991,
- A000367_Table::A000367_992,
- A000367_Table::A000367_993,
- A000367_Table::A000367_994,
- A000367_Table::A000367_995,
- A000367_Table::A000367_996,
- A000367_Table::A000367_997,
- A000367_Table::A000367_998,
- A000367_Table::A000367_999,
- A000367_Table::A000367_1000,
- }};
-
- static const std::vector<pfn_efloat> A000367_vect(A000367_data.begin(), A000367_data.end());
-
- return A000367_vect;
+ namespace tables
+ {
+ const std::vector<pfn_efloat>& A000367(void)
+ {
+ static const boost::array<pfn_efloat, 1001u> A000367_data =
+ {{
+ ::A000367_0,
+ ::A000367_1,
+ ::A000367_2,
+ ::A000367_3,
+ ::A000367_4,
+ ::A000367_5,
+ ::A000367_6,
+ ::A000367_7,
+ ::A000367_8,
+ ::A000367_9,
+ ::A000367_10,
+ ::A000367_11,
+ ::A000367_12,
+ ::A000367_13,
+ ::A000367_14,
+ ::A000367_15,
+ ::A000367_16,
+ ::A000367_17,
+ ::A000367_18,
+ ::A000367_19,
+ ::A000367_20,
+ ::A000367_21,
+ ::A000367_22,
+ ::A000367_23,
+ ::A000367_24,
+ ::A000367_25,
+ ::A000367_26,
+ ::A000367_27,
+ ::A000367_28,
+ ::A000367_29,
+ ::A000367_30,
+ ::A000367_31,
+ ::A000367_32,
+ ::A000367_33,
+ ::A000367_34,
+ ::A000367_35,
+ ::A000367_36,
+ ::A000367_37,
+ ::A000367_38,
+ ::A000367_39,
+ ::A000367_40,
+ ::A000367_41,
+ ::A000367_42,
+ ::A000367_43,
+ ::A000367_44,
+ ::A000367_45,
+ ::A000367_46,
+ ::A000367_47,
+ ::A000367_48,
+ ::A000367_49,
+ ::A000367_50,
+ ::A000367_51,
+ ::A000367_52,
+ ::A000367_53,
+ ::A000367_54,
+ ::A000367_55,
+ ::A000367_56,
+ ::A000367_57,
+ ::A000367_58,
+ ::A000367_59,
+ ::A000367_60,
+ ::A000367_61,
+ ::A000367_62,
+ ::A000367_63,
+ ::A000367_64,
+ ::A000367_65,
+ ::A000367_66,
+ ::A000367_67,
+ ::A000367_68,
+ ::A000367_69,
+ ::A000367_70,
+ ::A000367_71,
+ ::A000367_72,
+ ::A000367_73,
+ ::A000367_74,
+ ::A000367_75,
+ ::A000367_76,
+ ::A000367_77,
+ ::A000367_78,
+ ::A000367_79,
+ ::A000367_80,
+ ::A000367_81,
+ ::A000367_82,
+ ::A000367_83,
+ ::A000367_84,
+ ::A000367_85,
+ ::A000367_86,
+ ::A000367_87,
+ ::A000367_88,
+ ::A000367_89,
+ ::A000367_90,
+ ::A000367_91,
+ ::A000367_92,
+ ::A000367_93,
+ ::A000367_94,
+ ::A000367_95,
+ ::A000367_96,
+ ::A000367_97,
+ ::A000367_98,
+ ::A000367_99,
+ ::A000367_100,
+ ::A000367_101,
+ ::A000367_102,
+ ::A000367_103,
+ ::A000367_104,
+ ::A000367_105,
+ ::A000367_106,
+ ::A000367_107,
+ ::A000367_108,
+ ::A000367_109,
+ ::A000367_110,
+ ::A000367_111,
+ ::A000367_112,
+ ::A000367_113,
+ ::A000367_114,
+ ::A000367_115,
+ ::A000367_116,
+ ::A000367_117,
+ ::A000367_118,
+ ::A000367_119,
+ ::A000367_120,
+ ::A000367_121,
+ ::A000367_122,
+ ::A000367_123,
+ ::A000367_124,
+ ::A000367_125,
+ ::A000367_126,
+ ::A000367_127,
+ ::A000367_128,
+ ::A000367_129,
+ ::A000367_130,
+ ::A000367_131,
+ ::A000367_132,
+ ::A000367_133,
+ ::A000367_134,
+ ::A000367_135,
+ ::A000367_136,
+ ::A000367_137,
+ ::A000367_138,
+ ::A000367_139,
+ ::A000367_140,
+ ::A000367_141,
+ ::A000367_142,
+ ::A000367_143,
+ ::A000367_144,
+ ::A000367_145,
+ ::A000367_146,
+ ::A000367_147,
+ ::A000367_148,
+ ::A000367_149,
+ ::A000367_150,
+ ::A000367_151,
+ ::A000367_152,
+ ::A000367_153,
+ ::A000367_154,
+ ::A000367_155,
+ ::A000367_156,
+ ::A000367_157,
+ ::A000367_158,
+ ::A000367_159,
+ ::A000367_160,
+ ::A000367_161,
+ ::A000367_162,
+ ::A000367_163,
+ ::A000367_164,
+ ::A000367_165,
+ ::A000367_166,
+ ::A000367_167,
+ ::A000367_168,
+ ::A000367_169,
+ ::A000367_170,
+ ::A000367_171,
+ ::A000367_172,
+ ::A000367_173,
+ ::A000367_174,
+ ::A000367_175,
+ ::A000367_176,
+ ::A000367_177,
+ ::A000367_178,
+ ::A000367_179,
+ ::A000367_180,
+ ::A000367_181,
+ ::A000367_182,
+ ::A000367_183,
+ ::A000367_184,
+ ::A000367_185,
+ ::A000367_186,
+ ::A000367_187,
+ ::A000367_188,
+ ::A000367_189,
+ ::A000367_190,
+ ::A000367_191,
+ ::A000367_192,
+ ::A000367_193,
+ ::A000367_194,
+ ::A000367_195,
+ ::A000367_196,
+ ::A000367_197,
+ ::A000367_198,
+ ::A000367_199,
+ ::A000367_200,
+ ::A000367_201,
+ ::A000367_202,
+ ::A000367_203,
+ ::A000367_204,
+ ::A000367_205,
+ ::A000367_206,
+ ::A000367_207,
+ ::A000367_208,
+ ::A000367_209,
+ ::A000367_210,
+ ::A000367_211,
+ ::A000367_212,
+ ::A000367_213,
+ ::A000367_214,
+ ::A000367_215,
+ ::A000367_216,
+ ::A000367_217,
+ ::A000367_218,
+ ::A000367_219,
+ ::A000367_220,
+ ::A000367_221,
+ ::A000367_222,
+ ::A000367_223,
+ ::A000367_224,
+ ::A000367_225,
+ ::A000367_226,
+ ::A000367_227,
+ ::A000367_228,
+ ::A000367_229,
+ ::A000367_230,
+ ::A000367_231,
+ ::A000367_232,
+ ::A000367_233,
+ ::A000367_234,
+ ::A000367_235,
+ ::A000367_236,
+ ::A000367_237,
+ ::A000367_238,
+ ::A000367_239,
+ ::A000367_240,
+ ::A000367_241,
+ ::A000367_242,
+ ::A000367_243,
+ ::A000367_244,
+ ::A000367_245,
+ ::A000367_246,
+ ::A000367_247,
+ ::A000367_248,
+ ::A000367_249,
+ ::A000367_250,
+ ::A000367_251,
+ ::A000367_252,
+ ::A000367_253,
+ ::A000367_254,
+ ::A000367_255,
+ ::A000367_256,
+ ::A000367_257,
+ ::A000367_258,
+ ::A000367_259,
+ ::A000367_260,
+ ::A000367_261,
+ ::A000367_262,
+ ::A000367_263,
+ ::A000367_264,
+ ::A000367_265,
+ ::A000367_266,
+ ::A000367_267,
+ ::A000367_268,
+ ::A000367_269,
+ ::A000367_270,
+ ::A000367_271,
+ ::A000367_272,
+ ::A000367_273,
+ ::A000367_274,
+ ::A000367_275,
+ ::A000367_276,
+ ::A000367_277,
+ ::A000367_278,
+ ::A000367_279,
+ ::A000367_280,
+ ::A000367_281,
+ ::A000367_282,
+ ::A000367_283,
+ ::A000367_284,
+ ::A000367_285,
+ ::A000367_286,
+ ::A000367_287,
+ ::A000367_288,
+ ::A000367_289,
+ ::A000367_290,
+ ::A000367_291,
+ ::A000367_292,
+ ::A000367_293,
+ ::A000367_294,
+ ::A000367_295,
+ ::A000367_296,
+ ::A000367_297,
+ ::A000367_298,
+ ::A000367_299,
+ ::A000367_300,
+ ::A000367_301,
+ ::A000367_302,
+ ::A000367_303,
+ ::A000367_304,
+ ::A000367_305,
+ ::A000367_306,
+ ::A000367_307,
+ ::A000367_308,
+ ::A000367_309,
+ ::A000367_310,
+ ::A000367_311,
+ ::A000367_312,
+ ::A000367_313,
+ ::A000367_314,
+ ::A000367_315,
+ ::A000367_316,
+ ::A000367_317,
+ ::A000367_318,
+ ::A000367_319,
+ ::A000367_320,
+ ::A000367_321,
+ ::A000367_322,
+ ::A000367_323,
+ ::A000367_324,
+ ::A000367_325,
+ ::A000367_326,
+ ::A000367_327,
+ ::A000367_328,
+ ::A000367_329,
+ ::A000367_330,
+ ::A000367_331,
+ ::A000367_332,
+ ::A000367_333,
+ ::A000367_334,
+ ::A000367_335,
+ ::A000367_336,
+ ::A000367_337,
+ ::A000367_338,
+ ::A000367_339,
+ ::A000367_340,
+ ::A000367_341,
+ ::A000367_342,
+ ::A000367_343,
+ ::A000367_344,
+ ::A000367_345,
+ ::A000367_346,
+ ::A000367_347,
+ ::A000367_348,
+ ::A000367_349,
+ ::A000367_350,
+ ::A000367_351,
+ ::A000367_352,
+ ::A000367_353,
+ ::A000367_354,
+ ::A000367_355,
+ ::A000367_356,
+ ::A000367_357,
+ ::A000367_358,
+ ::A000367_359,
+ ::A000367_360,
+ ::A000367_361,
+ ::A000367_362,
+ ::A000367_363,
+ ::A000367_364,
+ ::A000367_365,
+ ::A000367_366,
+ ::A000367_367,
+ ::A000367_368,
+ ::A000367_369,
+ ::A000367_370,
+ ::A000367_371,
+ ::A000367_372,
+ ::A000367_373,
+ ::A000367_374,
+ ::A000367_375,
+ ::A000367_376,
+ ::A000367_377,
+ ::A000367_378,
+ ::A000367_379,
+ ::A000367_380,
+ ::A000367_381,
+ ::A000367_382,
+ ::A000367_383,
+ ::A000367_384,
+ ::A000367_385,
+ ::A000367_386,
+ ::A000367_387,
+ ::A000367_388,
+ ::A000367_389,
+ ::A000367_390,
+ ::A000367_391,
+ ::A000367_392,
+ ::A000367_393,
+ ::A000367_394,
+ ::A000367_395,
+ ::A000367_396,
+ ::A000367_397,
+ ::A000367_398,
+ ::A000367_399,
+ ::A000367_400,
+ ::A000367_401,
+ ::A000367_402,
+ ::A000367_403,
+ ::A000367_404,
+ ::A000367_405,
+ ::A000367_406,
+ ::A000367_407,
+ ::A000367_408,
+ ::A000367_409,
+ ::A000367_410,
+ ::A000367_411,
+ ::A000367_412,
+ ::A000367_413,
+ ::A000367_414,
+ ::A000367_415,
+ ::A000367_416,
+ ::A000367_417,
+ ::A000367_418,
+ ::A000367_419,
+ ::A000367_420,
+ ::A000367_421,
+ ::A000367_422,
+ ::A000367_423,
+ ::A000367_424,
+ ::A000367_425,
+ ::A000367_426,
+ ::A000367_427,
+ ::A000367_428,
+ ::A000367_429,
+ ::A000367_430,
+ ::A000367_431,
+ ::A000367_432,
+ ::A000367_433,
+ ::A000367_434,
+ ::A000367_435,
+ ::A000367_436,
+ ::A000367_437,
+ ::A000367_438,
+ ::A000367_439,
+ ::A000367_440,
+ ::A000367_441,
+ ::A000367_442,
+ ::A000367_443,
+ ::A000367_444,
+ ::A000367_445,
+ ::A000367_446,
+ ::A000367_447,
+ ::A000367_448,
+ ::A000367_449,
+ ::A000367_450,
+ ::A000367_451,
+ ::A000367_452,
+ ::A000367_453,
+ ::A000367_454,
+ ::A000367_455,
+ ::A000367_456,
+ ::A000367_457,
+ ::A000367_458,
+ ::A000367_459,
+ ::A000367_460,
+ ::A000367_461,
+ ::A000367_462,
+ ::A000367_463,
+ ::A000367_464,
+ ::A000367_465,
+ ::A000367_466,
+ ::A000367_467,
+ ::A000367_468,
+ ::A000367_469,
+ ::A000367_470,
+ ::A000367_471,
+ ::A000367_472,
+ ::A000367_473,
+ ::A000367_474,
+ ::A000367_475,
+ ::A000367_476,
+ ::A000367_477,
+ ::A000367_478,
+ ::A000367_479,
+ ::A000367_480,
+ ::A000367_481,
+ ::A000367_482,
+ ::A000367_483,
+ ::A000367_484,
+ ::A000367_485,
+ ::A000367_486,
+ ::A000367_487,
+ ::A000367_488,
+ ::A000367_489,
+ ::A000367_490,
+ ::A000367_491,
+ ::A000367_492,
+ ::A000367_493,
+ ::A000367_494,
+ ::A000367_495,
+ ::A000367_496,
+ ::A000367_497,
+ ::A000367_498,
+ ::A000367_499,
+ ::A000367_500,
+ ::A000367_501,
+ ::A000367_502,
+ ::A000367_503,
+ ::A000367_504,
+ ::A000367_505,
+ ::A000367_506,
+ ::A000367_507,
+ ::A000367_508,
+ ::A000367_509,
+ ::A000367_510,
+ ::A000367_511,
+ ::A000367_512,
+ ::A000367_513,
+ ::A000367_514,
+ ::A000367_515,
+ ::A000367_516,
+ ::A000367_517,
+ ::A000367_518,
+ ::A000367_519,
+ ::A000367_520,
+ ::A000367_521,
+ ::A000367_522,
+ ::A000367_523,
+ ::A000367_524,
+ ::A000367_525,
+ ::A000367_526,
+ ::A000367_527,
+ ::A000367_528,
+ ::A000367_529,
+ ::A000367_530,
+ ::A000367_531,
+ ::A000367_532,
+ ::A000367_533,
+ ::A000367_534,
+ ::A000367_535,
+ ::A000367_536,
+ ::A000367_537,
+ ::A000367_538,
+ ::A000367_539,
+ ::A000367_540,
+ ::A000367_541,
+ ::A000367_542,
+ ::A000367_543,
+ ::A000367_544,
+ ::A000367_545,
+ ::A000367_546,
+ ::A000367_547,
+ ::A000367_548,
+ ::A000367_549,
+ ::A000367_550,
+ ::A000367_551,
+ ::A000367_552,
+ ::A000367_553,
+ ::A000367_554,
+ ::A000367_555,
+ ::A000367_556,
+ ::A000367_557,
+ ::A000367_558,
+ ::A000367_559,
+ ::A000367_560,
+ ::A000367_561,
+ ::A000367_562,
+ ::A000367_563,
+ ::A000367_564,
+ ::A000367_565,
+ ::A000367_566,
+ ::A000367_567,
+ ::A000367_568,
+ ::A000367_569,
+ ::A000367_570,
+ ::A000367_571,
+ ::A000367_572,
+ ::A000367_573,
+ ::A000367_574,
+ ::A000367_575,
+ ::A000367_576,
+ ::A000367_577,
+ ::A000367_578,
+ ::A000367_579,
+ ::A000367_580,
+ ::A000367_581,
+ ::A000367_582,
+ ::A000367_583,
+ ::A000367_584,
+ ::A000367_585,
+ ::A000367_586,
+ ::A000367_587,
+ ::A000367_588,
+ ::A000367_589,
+ ::A000367_590,
+ ::A000367_591,
+ ::A000367_592,
+ ::A000367_593,
+ ::A000367_594,
+ ::A000367_595,
+ ::A000367_596,
+ ::A000367_597,
+ ::A000367_598,
+ ::A000367_599,
+ ::A000367_600,
+ ::A000367_601,
+ ::A000367_602,
+ ::A000367_603,
+ ::A000367_604,
+ ::A000367_605,
+ ::A000367_606,
+ ::A000367_607,
+ ::A000367_608,
+ ::A000367_609,
+ ::A000367_610,
+ ::A000367_611,
+ ::A000367_612,
+ ::A000367_613,
+ ::A000367_614,
+ ::A000367_615,
+ ::A000367_616,
+ ::A000367_617,
+ ::A000367_618,
+ ::A000367_619,
+ ::A000367_620,
+ ::A000367_621,
+ ::A000367_622,
+ ::A000367_623,
+ ::A000367_624,
+ ::A000367_625,
+ ::A000367_626,
+ ::A000367_627,
+ ::A000367_628,
+ ::A000367_629,
+ ::A000367_630,
+ ::A000367_631,
+ ::A000367_632,
+ ::A000367_633,
+ ::A000367_634,
+ ::A000367_635,
+ ::A000367_636,
+ ::A000367_637,
+ ::A000367_638,
+ ::A000367_639,
+ ::A000367_640,
+ ::A000367_641,
+ ::A000367_642,
+ ::A000367_643,
+ ::A000367_644,
+ ::A000367_645,
+ ::A000367_646,
+ ::A000367_647,
+ ::A000367_648,
+ ::A000367_649,
+ ::A000367_650,
+ ::A000367_651,
+ ::A000367_652,
+ ::A000367_653,
+ ::A000367_654,
+ ::A000367_655,
+ ::A000367_656,
+ ::A000367_657,
+ ::A000367_658,
+ ::A000367_659,
+ ::A000367_660,
+ ::A000367_661,
+ ::A000367_662,
+ ::A000367_663,
+ ::A000367_664,
+ ::A000367_665,
+ ::A000367_666,
+ ::A000367_667,
+ ::A000367_668,
+ ::A000367_669,
+ ::A000367_670,
+ ::A000367_671,
+ ::A000367_672,
+ ::A000367_673,
+ ::A000367_674,
+ ::A000367_675,
+ ::A000367_676,
+ ::A000367_677,
+ ::A000367_678,
+ ::A000367_679,
+ ::A000367_680,
+ ::A000367_681,
+ ::A000367_682,
+ ::A000367_683,
+ ::A000367_684,
+ ::A000367_685,
+ ::A000367_686,
+ ::A000367_687,
+ ::A000367_688,
+ ::A000367_689,
+ ::A000367_690,
+ ::A000367_691,
+ ::A000367_692,
+ ::A000367_693,
+ ::A000367_694,
+ ::A000367_695,
+ ::A000367_696,
+ ::A000367_697,
+ ::A000367_698,
+ ::A000367_699,
+ ::A000367_700,
+ ::A000367_701,
+ ::A000367_702,
+ ::A000367_703,
+ ::A000367_704,
+ ::A000367_705,
+ ::A000367_706,
+ ::A000367_707,
+ ::A000367_708,
+ ::A000367_709,
+ ::A000367_710,
+ ::A000367_711,
+ ::A000367_712,
+ ::A000367_713,
+ ::A000367_714,
+ ::A000367_715,
+ ::A000367_716,
+ ::A000367_717,
+ ::A000367_718,
+ ::A000367_719,
+ ::A000367_720,
+ ::A000367_721,
+ ::A000367_722,
+ ::A000367_723,
+ ::A000367_724,
+ ::A000367_725,
+ ::A000367_726,
+ ::A000367_727,
+ ::A000367_728,
+ ::A000367_729,
+ ::A000367_730,
+ ::A000367_731,
+ ::A000367_732,
+ ::A000367_733,
+ ::A000367_734,
+ ::A000367_735,
+ ::A000367_736,
+ ::A000367_737,
+ ::A000367_738,
+ ::A000367_739,
+ ::A000367_740,
+ ::A000367_741,
+ ::A000367_742,
+ ::A000367_743,
+ ::A000367_744,
+ ::A000367_745,
+ ::A000367_746,
+ ::A000367_747,
+ ::A000367_748,
+ ::A000367_749,
+ ::A000367_750,
+ ::A000367_751,
+ ::A000367_752,
+ ::A000367_753,
+ ::A000367_754,
+ ::A000367_755,
+ ::A000367_756,
+ ::A000367_757,
+ ::A000367_758,
+ ::A000367_759,
+ ::A000367_760,
+ ::A000367_761,
+ ::A000367_762,
+ ::A000367_763,
+ ::A000367_764,
+ ::A000367_765,
+ ::A000367_766,
+ ::A000367_767,
+ ::A000367_768,
+ ::A000367_769,
+ ::A000367_770,
+ ::A000367_771,
+ ::A000367_772,
+ ::A000367_773,
+ ::A000367_774,
+ ::A000367_775,
+ ::A000367_776,
+ ::A000367_777,
+ ::A000367_778,
+ ::A000367_779,
+ ::A000367_780,
+ ::A000367_781,
+ ::A000367_782,
+ ::A000367_783,
+ ::A000367_784,
+ ::A000367_785,
+ ::A000367_786,
+ ::A000367_787,
+ ::A000367_788,
+ ::A000367_789,
+ ::A000367_790,
+ ::A000367_791,
+ ::A000367_792,
+ ::A000367_793,
+ ::A000367_794,
+ ::A000367_795,
+ ::A000367_796,
+ ::A000367_797,
+ ::A000367_798,
+ ::A000367_799,
+ ::A000367_800,
+ ::A000367_801,
+ ::A000367_802,
+ ::A000367_803,
+ ::A000367_804,
+ ::A000367_805,
+ ::A000367_806,
+ ::A000367_807,
+ ::A000367_808,
+ ::A000367_809,
+ ::A000367_810,
+ ::A000367_811,
+ ::A000367_812,
+ ::A000367_813,
+ ::A000367_814,
+ ::A000367_815,
+ ::A000367_816,
+ ::A000367_817,
+ ::A000367_818,
+ ::A000367_819,
+ ::A000367_820,
+ ::A000367_821,
+ ::A000367_822,
+ ::A000367_823,
+ ::A000367_824,
+ ::A000367_825,
+ ::A000367_826,
+ ::A000367_827,
+ ::A000367_828,
+ ::A000367_829,
+ ::A000367_830,
+ ::A000367_831,
+ ::A000367_832,
+ ::A000367_833,
+ ::A000367_834,
+ ::A000367_835,
+ ::A000367_836,
+ ::A000367_837,
+ ::A000367_838,
+ ::A000367_839,
+ ::A000367_840,
+ ::A000367_841,
+ ::A000367_842,
+ ::A000367_843,
+ ::A000367_844,
+ ::A000367_845,
+ ::A000367_846,
+ ::A000367_847,
+ ::A000367_848,
+ ::A000367_849,
+ ::A000367_850,
+ ::A000367_851,
+ ::A000367_852,
+ ::A000367_853,
+ ::A000367_854,
+ ::A000367_855,
+ ::A000367_856,
+ ::A000367_857,
+ ::A000367_858,
+ ::A000367_859,
+ ::A000367_860,
+ ::A000367_861,
+ ::A000367_862,
+ ::A000367_863,
+ ::A000367_864,
+ ::A000367_865,
+ ::A000367_866,
+ ::A000367_867,
+ ::A000367_868,
+ ::A000367_869,
+ ::A000367_870,
+ ::A000367_871,
+ ::A000367_872,
+ ::A000367_873,
+ ::A000367_874,
+ ::A000367_875,
+ ::A000367_876,
+ ::A000367_877,
+ ::A000367_878,
+ ::A000367_879,
+ ::A000367_880,
+ ::A000367_881,
+ ::A000367_882,
+ ::A000367_883,
+ ::A000367_884,
+ ::A000367_885,
+ ::A000367_886,
+ ::A000367_887,
+ ::A000367_888,
+ ::A000367_889,
+ ::A000367_890,
+ ::A000367_891,
+ ::A000367_892,
+ ::A000367_893,
+ ::A000367_894,
+ ::A000367_895,
+ ::A000367_896,
+ ::A000367_897,
+ ::A000367_898,
+ ::A000367_899,
+ ::A000367_900,
+ ::A000367_901,
+ ::A000367_902,
+ ::A000367_903,
+ ::A000367_904,
+ ::A000367_905,
+ ::A000367_906,
+ ::A000367_907,
+ ::A000367_908,
+ ::A000367_909,
+ ::A000367_910,
+ ::A000367_911,
+ ::A000367_912,
+ ::A000367_913,
+ ::A000367_914,
+ ::A000367_915,
+ ::A000367_916,
+ ::A000367_917,
+ ::A000367_918,
+ ::A000367_919,
+ ::A000367_920,
+ ::A000367_921,
+ ::A000367_922,
+ ::A000367_923,
+ ::A000367_924,
+ ::A000367_925,
+ ::A000367_926,
+ ::A000367_927,
+ ::A000367_928,
+ ::A000367_929,
+ ::A000367_930,
+ ::A000367_931,
+ ::A000367_932,
+ ::A000367_933,
+ ::A000367_934,
+ ::A000367_935,
+ ::A000367_936,
+ ::A000367_937,
+ ::A000367_938,
+ ::A000367_939,
+ ::A000367_940,
+ ::A000367_941,
+ ::A000367_942,
+ ::A000367_943,
+ ::A000367_944,
+ ::A000367_945,
+ ::A000367_946,
+ ::A000367_947,
+ ::A000367_948,
+ ::A000367_949,
+ ::A000367_950,
+ ::A000367_951,
+ ::A000367_952,
+ ::A000367_953,
+ ::A000367_954,
+ ::A000367_955,
+ ::A000367_956,
+ ::A000367_957,
+ ::A000367_958,
+ ::A000367_959,
+ ::A000367_960,
+ ::A000367_961,
+ ::A000367_962,
+ ::A000367_963,
+ ::A000367_964,
+ ::A000367_965,
+ ::A000367_966,
+ ::A000367_967,
+ ::A000367_968,
+ ::A000367_969,
+ ::A000367_970,
+ ::A000367_971,
+ ::A000367_972,
+ ::A000367_973,
+ ::A000367_974,
+ ::A000367_975,
+ ::A000367_976,
+ ::A000367_977,
+ ::A000367_978,
+ ::A000367_979,
+ ::A000367_980,
+ ::A000367_981,
+ ::A000367_982,
+ ::A000367_983,
+ ::A000367_984,
+ ::A000367_985,
+ ::A000367_986,
+ ::A000367_987,
+ ::A000367_988,
+ ::A000367_989,
+ ::A000367_990,
+ ::A000367_991,
+ ::A000367_992,
+ ::A000367_993,
+ ::A000367_994,
+ ::A000367_995,
+ ::A000367_996,
+ ::A000367_997,
+ ::A000367_998,
+ ::A000367_999,
+ ::A000367_1000,
+ }};
+
+ static const std::vector<pfn_efloat> A000367_vect(A000367_data.begin(), A000367_data.end());
+
+ return A000367_vect;
+ }
+ }
   }
 }

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/tables/A002445.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/tables/A002445.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/tables/A002445.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -15,6009 +15,6009 @@
 
 using boost::multiprecision::mp_float;
 
-namespace A002445_Table
+namespace
 {
- static const mp_float& A002445_0(void)
+ const mp_float& A002445_0(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1L));
     return val;
   }
 
- static const mp_float& A002445_1(void)
+ const mp_float& A002445_1(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_2(void)
+ const mp_float& A002445_2(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_3(void)
+ const mp_float& A002445_3(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_4(void)
+ const mp_float& A002445_4(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_5(void)
+ const mp_float& A002445_5(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_6(void)
+ const mp_float& A002445_6(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2730L));
     return val;
   }
 
- static const mp_float& A002445_7(void)
+ const mp_float& A002445_7(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_8(void)
+ const mp_float& A002445_8(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_9(void)
+ const mp_float& A002445_9(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(798L));
     return val;
   }
 
- static const mp_float& A002445_10(void)
+ const mp_float& A002445_10(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(330L));
     return val;
   }
 
- static const mp_float& A002445_11(void)
+ const mp_float& A002445_11(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_12(void)
+ const mp_float& A002445_12(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2730L));
     return val;
   }
 
- static const mp_float& A002445_13(void)
+ const mp_float& A002445_13(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_14(void)
+ const mp_float& A002445_14(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(870L));
     return val;
   }
 
- static const mp_float& A002445_15(void)
+ const mp_float& A002445_15(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(14322L));
     return val;
   }
 
- static const mp_float& A002445_16(void)
+ const mp_float& A002445_16(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_17(void)
+ const mp_float& A002445_17(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_18(void)
+ const mp_float& A002445_18(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1919190L));
     return val;
   }
 
- static const mp_float& A002445_19(void)
+ const mp_float& A002445_19(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_20(void)
+ const mp_float& A002445_20(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(13530L));
     return val;
   }
 
- static const mp_float& A002445_21(void)
+ const mp_float& A002445_21(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1806L));
     return val;
   }
 
- static const mp_float& A002445_22(void)
+ const mp_float& A002445_22(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(690L));
     return val;
   }
 
- static const mp_float& A002445_23(void)
+ const mp_float& A002445_23(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(282L));
     return val;
   }
 
- static const mp_float& A002445_24(void)
+ const mp_float& A002445_24(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(46410L));
     return val;
   }
 
- static const mp_float& A002445_25(void)
+ const mp_float& A002445_25(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_26(void)
+ const mp_float& A002445_26(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1590L));
     return val;
   }
 
- static const mp_float& A002445_27(void)
+ const mp_float& A002445_27(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(798L));
     return val;
   }
 
- static const mp_float& A002445_28(void)
+ const mp_float& A002445_28(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(870L));
     return val;
   }
 
- static const mp_float& A002445_29(void)
+ const mp_float& A002445_29(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(354L));
     return val;
   }
 
- static const mp_float& A002445_30(void)
+ const mp_float& A002445_30(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(56786730L));
     return val;
   }
 
- static const mp_float& A002445_31(void)
+ const mp_float& A002445_31(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_32(void)
+ const mp_float& A002445_32(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_33(void)
+ const mp_float& A002445_33(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(64722L));
     return val;
   }
 
- static const mp_float& A002445_34(void)
+ const mp_float& A002445_34(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_35(void)
+ const mp_float& A002445_35(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4686L));
     return val;
   }
 
- static const mp_float& A002445_36(void)
+ const mp_float& A002445_36(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(140100870L));
     return val;
   }
 
- static const mp_float& A002445_37(void)
+ const mp_float& A002445_37(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_38(void)
+ const mp_float& A002445_38(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_39(void)
+ const mp_float& A002445_39(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3318L));
     return val;
   }
 
- static const mp_float& A002445_40(void)
+ const mp_float& A002445_40(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(230010L));
     return val;
   }
 
- static const mp_float& A002445_41(void)
+ const mp_float& A002445_41(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(498L));
     return val;
   }
 
- static const mp_float& A002445_42(void)
+ const mp_float& A002445_42(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3404310L));
     return val;
   }
 
- static const mp_float& A002445_43(void)
+ const mp_float& A002445_43(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_44(void)
+ const mp_float& A002445_44(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(61410L));
     return val;
   }
 
- static const mp_float& A002445_45(void)
+ const mp_float& A002445_45(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(272118L));
     return val;
   }
 
- static const mp_float& A002445_46(void)
+ const mp_float& A002445_46(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1410L));
     return val;
   }
 
- static const mp_float& A002445_47(void)
+ const mp_float& A002445_47(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_48(void)
+ const mp_float& A002445_48(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4501770L));
     return val;
   }
 
- static const mp_float& A002445_49(void)
+ const mp_float& A002445_49(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_50(void)
+ const mp_float& A002445_50(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(33330L));
     return val;
   }
 
- static const mp_float& A002445_51(void)
+ const mp_float& A002445_51(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4326L));
     return val;
   }
 
- static const mp_float& A002445_52(void)
+ const mp_float& A002445_52(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1590L));
     return val;
   }
 
- static const mp_float& A002445_53(void)
+ const mp_float& A002445_53(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(642L));
     return val;
   }
 
- static const mp_float& A002445_54(void)
+ const mp_float& A002445_54(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(209191710L));
     return val;
   }
 
- static const mp_float& A002445_55(void)
+ const mp_float& A002445_55(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1518L));
     return val;
   }
 
- static const mp_float& A002445_56(void)
+ const mp_float& A002445_56(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1671270L));
     return val;
   }
 
- static const mp_float& A002445_57(void)
+ const mp_float& A002445_57(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_58(void)
+ const mp_float& A002445_58(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1770L));
     return val;
   }
 
- static const mp_float& A002445_59(void)
+ const mp_float& A002445_59(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_60(void)
+ const mp_float& A002445_60(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2328255930LL));
     return val;
   }
 
- static const mp_float& A002445_61(void)
+ const mp_float& A002445_61(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_62(void)
+ const mp_float& A002445_62(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_63(void)
+ const mp_float& A002445_63(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4357878L));
     return val;
   }
 
- static const mp_float& A002445_64(void)
+ const mp_float& A002445_64(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_65(void)
+ const mp_float& A002445_65(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8646L));
     return val;
   }
 
- static const mp_float& A002445_66(void)
+ const mp_float& A002445_66(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4206930L));
     return val;
   }
 
- static const mp_float& A002445_67(void)
+ const mp_float& A002445_67(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_68(void)
+ const mp_float& A002445_68(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4110L));
     return val;
   }
 
- static const mp_float& A002445_69(void)
+ const mp_float& A002445_69(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(274386L));
     return val;
   }
 
- static const mp_float& A002445_70(void)
+ const mp_float& A002445_70(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(679470L));
     return val;
   }
 
- static const mp_float& A002445_71(void)
+ const mp_float& A002445_71(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_72(void)
+ const mp_float& A002445_72(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2381714790LL));
     return val;
   }
 
- static const mp_float& A002445_73(void)
+ const mp_float& A002445_73(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_74(void)
+ const mp_float& A002445_74(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4470L));
     return val;
   }
 
- static const mp_float& A002445_75(void)
+ const mp_float& A002445_75(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2162622L));
     return val;
   }
 
- static const mp_float& A002445_76(void)
+ const mp_float& A002445_76(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_77(void)
+ const mp_float& A002445_77(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_78(void)
+ const mp_float& A002445_78(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1794590070L));
     return val;
   }
 
- static const mp_float& A002445_79(void)
+ const mp_float& A002445_79(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_80(void)
+ const mp_float& A002445_80(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(230010L));
     return val;
   }
 
- static const mp_float& A002445_81(void)
+ const mp_float& A002445_81(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(130074L));
     return val;
   }
 
- static const mp_float& A002445_82(void)
+ const mp_float& A002445_82(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2490L));
     return val;
   }
 
- static const mp_float& A002445_83(void)
+ const mp_float& A002445_83(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1002L));
     return val;
   }
 
- static const mp_float& A002445_84(void)
+ const mp_float& A002445_84(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3404310L));
     return val;
   }
 
- static const mp_float& A002445_85(void)
+ const mp_float& A002445_85(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_86(void)
+ const mp_float& A002445_86(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5190L));
     return val;
   }
 
- static const mp_float& A002445_87(void)
+ const mp_float& A002445_87(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2478L));
     return val;
   }
 
- static const mp_float& A002445_88(void)
+ const mp_float& A002445_88(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1043970L));
     return val;
   }
 
- static const mp_float& A002445_89(void)
+ const mp_float& A002445_89(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1074L));
     return val;
   }
 
- static const mp_float& A002445_90(void)
+ const mp_float& A002445_90(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(7225713885390LL));
     return val;
   }
 
- static const mp_float& A002445_91(void)
+ const mp_float& A002445_91(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_92(void)
+ const mp_float& A002445_92(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1410L));
     return val;
   }
 
- static const mp_float& A002445_93(void)
+ const mp_float& A002445_93(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_94(void)
+ const mp_float& A002445_94(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_95(void)
+ const mp_float& A002445_95(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(12606L));
     return val;
   }
 
- static const mp_float& A002445_96(void)
+ const mp_float& A002445_96(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(868841610L));
     return val;
   }
 
- static const mp_float& A002445_97(void)
+ const mp_float& A002445_97(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_98(void)
+ const mp_float& A002445_98(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(171390L));
     return val;
   }
 
- static const mp_float& A002445_99(void)
+ const mp_float& A002445_99(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(244713882L));
     return val;
   }
 
- static const mp_float& A002445_100(void)
+ const mp_float& A002445_100(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1366530L));
     return val;
   }
 
- static const mp_float& A002445_101(void)
+ const mp_float& A002445_101(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_102(void)
+ const mp_float& A002445_102(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(281190L));
     return val;
   }
 
- static const mp_float& A002445_103(void)
+ const mp_float& A002445_103(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_104(void)
+ const mp_float& A002445_104(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(27030L));
     return val;
   }
 
- static const mp_float& A002445_105(void)
+ const mp_float& A002445_105(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(9225988926LL));
     return val;
   }
 
- static const mp_float& A002445_106(void)
+ const mp_float& A002445_106(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3210L));
     return val;
   }
 
- static const mp_float& A002445_107(void)
+ const mp_float& A002445_107(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_108(void)
+ const mp_float& A002445_108(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(15270994830LL));
     return val;
   }
 
- static const mp_float& A002445_109(void)
+ const mp_float& A002445_109(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_110(void)
+ const mp_float& A002445_110(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7590L));
     return val;
   }
 
- static const mp_float& A002445_111(void)
+ const mp_float& A002445_111(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(9366L));
     return val;
   }
 
- static const mp_float& A002445_112(void)
+ const mp_float& A002445_112(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1671270L));
     return val;
   }
 
- static const mp_float& A002445_113(void)
+ const mp_float& A002445_113(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1362L));
     return val;
   }
 
- static const mp_float& A002445_114(void)
+ const mp_float& A002445_114(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(625170L));
     return val;
   }
 
- static const mp_float& A002445_115(void)
+ const mp_float& A002445_115(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3102L));
     return val;
   }
 
- static const mp_float& A002445_116(void)
+ const mp_float& A002445_116(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(412410L));
     return val;
   }
 
- static const mp_float& A002445_117(void)
+ const mp_float& A002445_117(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(63042L));
     return val;
   }
 
- static const mp_float& A002445_118(void)
+ const mp_float& A002445_118(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_119(void)
+ const mp_float& A002445_119(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1434L));
     return val;
   }
 
- static const mp_float& A002445_120(void)
+ const mp_float& A002445_120(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(9538864545210LL));
     return val;
   }
 
- static const mp_float& A002445_121(void)
+ const mp_float& A002445_121(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_122(void)
+ const mp_float& A002445_122(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_123(void)
+ const mp_float& A002445_123(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3486L));
     return val;
   }
 
- static const mp_float& A002445_124(void)
+ const mp_float& A002445_124(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_125(void)
+ const mp_float& A002445_125(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(16566L));
     return val;
   }
 
- static const mp_float& A002445_126(void)
+ const mp_float& A002445_126(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(303940201110LL));
     return val;
   }
 
- static const mp_float& A002445_127(void)
+ const mp_float& A002445_127(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_128(void)
+ const mp_float& A002445_128(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(131070L));
     return val;
   }
 
- static const mp_float& A002445_129(void)
+ const mp_float& A002445_129(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_130(void)
+ const mp_float& A002445_130(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2291190L));
     return val;
   }
 
- static const mp_float& A002445_131(void)
+ const mp_float& A002445_131(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1578L));
     return val;
   }
 
- static const mp_float& A002445_132(void)
+ const mp_float& A002445_132(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(374416770L));
     return val;
   }
 
- static const mp_float& A002445_133(void)
+ const mp_float& A002445_133(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_134(void)
+ const mp_float& A002445_134(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8070L));
     return val;
   }
 
- static const mp_float& A002445_135(void)
+ const mp_float& A002445_135(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(73743978L));
     return val;
   }
 
- static const mp_float& A002445_136(void)
+ const mp_float& A002445_136(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(69870L));
     return val;
   }
 
- static const mp_float& A002445_137(void)
+ const mp_float& A002445_137(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_138(void)
+ const mp_float& A002445_138(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(4940319930LL));
     return val;
   }
 
- static const mp_float& A002445_139(void)
+ const mp_float& A002445_139(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_140(void)
+ const mp_float& A002445_140(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(7828173870LL));
     return val;
   }
 
- static const mp_float& A002445_141(void)
+ const mp_float& A002445_141(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11886L));
     return val;
   }
 
- static const mp_float& A002445_142(void)
+ const mp_float& A002445_142(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_143(void)
+ const mp_float& A002445_143(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_144(void)
+ const mp_float& A002445_144(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(231026334630LL));
     return val;
   }
 
- static const mp_float& A002445_145(void)
+ const mp_float& A002445_145(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3894L));
     return val;
   }
 
- static const mp_float& A002445_146(void)
+ const mp_float& A002445_146(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8790L));
     return val;
   }
 
- static const mp_float& A002445_147(void)
+ const mp_float& A002445_147(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1806L));
     return val;
   }
 
- static const mp_float& A002445_148(void)
+ const mp_float& A002445_148(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4470L));
     return val;
   }
 
- static const mp_float& A002445_149(void)
+ const mp_float& A002445_149(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_150(void)
+ const mp_float& A002445_150(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(866054419230LL));
     return val;
   }
 
- static const mp_float& A002445_151(void)
+ const mp_float& A002445_151(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_152(void)
+ const mp_float& A002445_152(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_153(void)
+ const mp_float& A002445_153(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(25233558L));
     return val;
   }
 
- static const mp_float& A002445_154(void)
+ const mp_float& A002445_154(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(20010L));
     return val;
   }
 
- static const mp_float& A002445_155(void)
+ const mp_float& A002445_155(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(20526L));
     return val;
   }
 
- static const mp_float& A002445_156(void)
+ const mp_float& A002445_156(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(561706691910LL));
     return val;
   }
 
- static const mp_float& A002445_157(void)
+ const mp_float& A002445_157(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_158(void)
+ const mp_float& A002445_158(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(9510L));
     return val;
   }
 
- static const mp_float& A002445_159(void)
+ const mp_float& A002445_159(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4494L));
     return val;
   }
 
- static const mp_float& A002445_160(void)
+ const mp_float& A002445_160(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(230010L));
     return val;
   }
 
- static const mp_float& A002445_161(void)
+ const mp_float& A002445_161(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(282L));
     return val;
   }
 
- static const mp_float& A002445_162(void)
+ const mp_float& A002445_162(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(34098248730LL));
     return val;
   }
 
- static const mp_float& A002445_163(void)
+ const mp_float& A002445_163(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_164(void)
+ const mp_float& A002445_164(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2490L));
     return val;
   }
 
- static const mp_float& A002445_165(void)
+ const mp_float& A002445_165(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(7305236862LL));
     return val;
   }
 
- static const mp_float& A002445_166(void)
+ const mp_float& A002445_166(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5010L));
     return val;
   }
 
- static const mp_float& A002445_167(void)
+ const mp_float& A002445_167(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_168(void)
+ const mp_float& A002445_168(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2203871994870LL));
     return val;
   }
 
- static const mp_float& A002445_169(void)
+ const mp_float& A002445_169(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_170(void)
+ const mp_float& A002445_170(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(330L));
     return val;
   }
 
- static const mp_float& A002445_171(void)
+ const mp_float& A002445_171(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(798L));
     return val;
   }
 
- static const mp_float& A002445_172(void)
+ const mp_float& A002445_172(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5190L));
     return val;
   }
 
- static const mp_float& A002445_173(void)
+ const mp_float& A002445_173(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2082L));
     return val;
   }
 
- static const mp_float& A002445_174(void)
+ const mp_float& A002445_174(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(56213430L));
     return val;
   }
 
- static const mp_float& A002445_175(void)
+ const mp_float& A002445_175(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4686L));
     return val;
   }
 
- static const mp_float& A002445_176(void)
+ const mp_float& A002445_176(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(368521410L));
     return val;
   }
 
- static const mp_float& A002445_177(void)
+ const mp_float& A002445_177(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_178(void)
+ const mp_float& A002445_178(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5370L));
     return val;
   }
 
- static const mp_float& A002445_179(void)
+ const mp_float& A002445_179(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2154L));
     return val;
   }
 
- static const mp_float& A002445_180(void)
+ const mp_float& A002445_180(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(21626561658972270LL));
     return val;
   }
 
- static const mp_float& A002445_181(void)
+ const mp_float& A002445_181(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_182(void)
+ const mp_float& A002445_182(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(46110L));
     return val;
   }
 
- static const mp_float& A002445_183(void)
+ const mp_float& A002445_183(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(15414L));
     return val;
   }
 
- static const mp_float& A002445_184(void)
+ const mp_float& A002445_184(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23970L));
     return val;
   }
 
- static const mp_float& A002445_185(void)
+ const mp_float& A002445_185(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_186(void)
+ const mp_float& A002445_186(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1018290L));
     return val;
   }
 
- static const mp_float& A002445_187(void)
+ const mp_float& A002445_187(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_188(void)
+ const mp_float& A002445_188(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_189(void)
+ const mp_float& A002445_189(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1651635762L));
     return val;
   }
 
- static const mp_float& A002445_190(void)
+ const mp_float& A002445_190(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(63030L));
     return val;
   }
 
- static const mp_float& A002445_191(void)
+ const mp_float& A002445_191(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2298L));
     return val;
   }
 
- static const mp_float& A002445_192(void)
+ const mp_float& A002445_192(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(868841610L));
     return val;
   }
 
- static const mp_float& A002445_193(void)
+ const mp_float& A002445_193(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_194(void)
+ const mp_float& A002445_194(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11670L));
     return val;
   }
 
- static const mp_float& A002445_195(void)
+ const mp_float& A002445_195(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(148218378L));
     return val;
   }
 
- static const mp_float& A002445_196(void)
+ const mp_float& A002445_196(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(171390L));
     return val;
   }
 
- static const mp_float& A002445_197(void)
+ const mp_float& A002445_197(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_198(void)
+ const mp_float& A002445_198(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(233649143825370LL));
     return val;
   }
 
- static const mp_float& A002445_199(void)
+ const mp_float& A002445_199(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_200(void)
+ const mp_float& A002445_200(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(9315635010LL));
     return val;
   }
 
- static const mp_float& A002445_201(void)
+ const mp_float& A002445_201(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_202(void)
+ const mp_float& A002445_202(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_203(void)
+ const mp_float& A002445_203(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(354L));
     return val;
   }
 
- static const mp_float& A002445_204(void)
+ const mp_float& A002445_204(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(15755919270LL));
     return val;
   }
 
- static const mp_float& A002445_205(void)
+ const mp_float& A002445_205(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5478L));
     return val;
   }
 
- static const mp_float& A002445_206(void)
+ const mp_float& A002445_206(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_207(void)
+ const mp_float& A002445_207(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5213334L));
     return val;
   }
 
- static const mp_float& A002445_208(void)
+ const mp_float& A002445_208(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(27030L));
     return val;
   }
 
- static const mp_float& A002445_209(void)
+ const mp_float& A002445_209(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(57822L));
     return val;
   }
 
- static const mp_float& A002445_210(void)
+ const mp_float& A002445_210(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(446617991732222310LL));
     return val;
   }
 
- static const mp_float& A002445_211(void)
+ const mp_float& A002445_211(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_212(void)
+ const mp_float& A002445_212(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3210L));
     return val;
   }
 
- static const mp_float& A002445_213(void)
+ const mp_float& A002445_213(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_214(void)
+ const mp_float& A002445_214(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_215(void)
+ const mp_float& A002445_215(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(28446L));
     return val;
   }
 
- static const mp_float& A002445_216(void)
+ const mp_float& A002445_216(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(112409792943630LL));
     return val;
   }
 
- static const mp_float& A002445_217(void)
+ const mp_float& A002445_217(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_218(void)
+ const mp_float& A002445_218(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_219(void)
+ const mp_float& A002445_219(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(18438L));
     return val;
   }
 
- static const mp_float& A002445_220(void)
+ const mp_float& A002445_220(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(27695910L));
     return val;
   }
 
- static const mp_float& A002445_221(void)
+ const mp_float& A002445_221(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2658L));
     return val;
   }
 
- static const mp_float& A002445_222(void)
+ const mp_float& A002445_222(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(90709710L));
     return val;
   }
 
- static const mp_float& A002445_223(void)
+ const mp_float& A002445_223(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_224(void)
+ const mp_float& A002445_224(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(750400230L));
     return val;
   }
 
- static const mp_float& A002445_225(void)
+ const mp_float& A002445_225(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(41089818L));
     return val;
   }
 
- static const mp_float& A002445_226(void)
+ const mp_float& A002445_226(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6810L));
     return val;
   }
 
- static const mp_float& A002445_227(void)
+ const mp_float& A002445_227(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_228(void)
+ const mp_float& A002445_228(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(285702690L));
     return val;
   }
 
- static const mp_float& A002445_229(void)
+ const mp_float& A002445_229(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_230(void)
+ const mp_float& A002445_230(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7150110L));
     return val;
   }
 
- static const mp_float& A002445_231(void)
+ const mp_float& A002445_231(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1288550298L));
     return val;
   }
 
- static const mp_float& A002445_232(void)
+ const mp_float& A002445_232(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7010970L));
     return val;
   }
 
- static const mp_float& A002445_233(void)
+ const mp_float& A002445_233(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2802L));
     return val;
   }
 
- static const mp_float& A002445_234(void)
+ const mp_float& A002445_234(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1261596819210LL));
     return val;
   }
 
- static const mp_float& A002445_235(void)
+ const mp_float& A002445_235(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_236(void)
+ const mp_float& A002445_236(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_237(void)
+ const mp_float& A002445_237(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_238(void)
+ const mp_float& A002445_238(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(207930L));
     return val;
   }
 
- static const mp_float& A002445_239(void)
+ const mp_float& A002445_239(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2874L));
     return val;
   }
 
- static const mp_float& A002445_240(void)
+ const mp_float& A002445_240(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(925269860885370LL));
     return val;
   }
 
- static const mp_float& A002445_241(void)
+ const mp_float& A002445_241(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_242(void)
+ const mp_float& A002445_242(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(690L));
     return val;
   }
 
- static const mp_float& A002445_243(void)
+ const mp_float& A002445_243(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(63346038L));
     return val;
   }
 
- static const mp_float& A002445_244(void)
+ const mp_float& A002445_244(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_245(void)
+ const mp_float& A002445_245(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2300826L));
     return val;
   }
 
- static const mp_float& A002445_246(void)
+ const mp_float& A002445_246(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(226590L));
     return val;
   }
 
- static const mp_float& A002445_247(void)
+ const mp_float& A002445_247(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_248(void)
+ const mp_float& A002445_248(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_249(void)
+ const mp_float& A002445_249(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3499986L));
     return val;
   }
 
- static const mp_float& A002445_250(void)
+ const mp_float& A002445_250(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8365830L));
     return val;
   }
 
- static const mp_float& A002445_251(void)
+ const mp_float& A002445_251(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3018L));
     return val;
   }
 
- static const mp_float& A002445_252(void)
+ const mp_float& A002445_252(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(22187634681030LL));
     return val;
   }
 
- static const mp_float& A002445_253(void)
+ const mp_float& A002445_253(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6486L));
     return val;
   }
 
- static const mp_float& A002445_254(void)
+ const mp_float& A002445_254(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(15270L));
     return val;
   }
 
- static const mp_float& A002445_255(void)
+ const mp_float& A002445_255(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1475166L));
     return val;
   }
 
- static const mp_float& A002445_256(void)
+ const mp_float& A002445_256(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(131070L));
     return val;
   }
 
- static const mp_float& A002445_257(void)
+ const mp_float& A002445_257(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_258(void)
+ const mp_float& A002445_258(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(472290L));
     return val;
   }
 
- static const mp_float& A002445_259(void)
+ const mp_float& A002445_259(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_260(void)
+ const mp_float& A002445_260(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(48942109590LL));
     return val;
   }
 
- static const mp_float& A002445_261(void)
+ const mp_float& A002445_261(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(24623886L));
     return val;
   }
 
- static const mp_float& A002445_262(void)
+ const mp_float& A002445_262(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7890L));
     return val;
   }
 
- static const mp_float& A002445_263(void)
+ const mp_float& A002445_263(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_264(void)
+ const mp_float& A002445_264(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(6365085090LL));
     return val;
   }
 
- static const mp_float& A002445_265(void)
+ const mp_float& A002445_265(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7062L));
     return val;
   }
 
- static const mp_float& A002445_266(void)
+ const mp_float& A002445_266(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(870L));
     return val;
   }
 
- static const mp_float& A002445_267(void)
+ const mp_float& A002445_267(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7518L));
     return val;
   }
 
- static const mp_float& A002445_268(void)
+ const mp_float& A002445_268(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8070L));
     return val;
   }
 
- static const mp_float& A002445_269(void)
+ const mp_float& A002445_269(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_270(void)
+ const mp_float& A002445_270(void)
   {
     static const mp_float val("115471236091149548610");
     return val;
   }
 
- static const mp_float& A002445_271(void)
+ const mp_float& A002445_271(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_272(void)
+ const mp_float& A002445_272(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(69870L));
     return val;
   }
 
- static const mp_float& A002445_273(void)
+ const mp_float& A002445_273(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(78042678L));
     return val;
   }
 
- static const mp_float& A002445_274(void)
+ const mp_float& A002445_274(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_275(void)
+ const mp_float& A002445_275(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1518L));
     return val;
   }
 
- static const mp_float& A002445_276(void)
+ const mp_float& A002445_276(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(4940319930LL));
     return val;
   }
 
- static const mp_float& A002445_277(void)
+ const mp_float& A002445_277(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_278(void)
+ const mp_float& A002445_278(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(16710L));
     return val;
   }
 
- static const mp_float& A002445_279(void)
+ const mp_float& A002445_279(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(798L));
     return val;
   }
 
- static const mp_float& A002445_280(void)
+ const mp_float& A002445_280(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(15037922004270LL));
     return val;
   }
 
- static const mp_float& A002445_281(void)
+ const mp_float& A002445_281(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3378L));
     return val;
   }
 
- static const mp_float& A002445_282(void)
+ const mp_float& A002445_282(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(772590L));
     return val;
   }
 
- static const mp_float& A002445_283(void)
+ const mp_float& A002445_283(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_284(void)
+ const mp_float& A002445_284(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(17070L));
     return val;
   }
 
- static const mp_float& A002445_285(void)
+ const mp_float& A002445_285(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1561971642L));
     return val;
   }
 
- static const mp_float& A002445_286(void)
+ const mp_float& A002445_286(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(36570L));
     return val;
   }
 
- static const mp_float& A002445_287(void)
+ const mp_float& A002445_287(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(498L));
     return val;
   }
 
- static const mp_float& A002445_288(void)
+ const mp_float& A002445_288(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(25727323650731430LL));
     return val;
   }
 
- static const mp_float& A002445_289(void)
+ const mp_float& A002445_289(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_290(void)
+ const mp_float& A002445_290(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(19470L));
     return val;
   }
 
- static const mp_float& A002445_291(void)
+ const mp_float& A002445_291(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_292(void)
+ const mp_float& A002445_292(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8790L));
     return val;
   }
 
- static const mp_float& A002445_293(void)
+ const mp_float& A002445_293(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3522L));
     return val;
   }
 
- static const mp_float& A002445_294(void)
+ const mp_float& A002445_294(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(670649070L));
     return val;
   }
 
- static const mp_float& A002445_295(void)
+ const mp_float& A002445_295(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_296(void)
+ const mp_float& A002445_296(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(45062070L));
     return val;
   }
 
- static const mp_float& A002445_297(void)
+ const mp_float& A002445_297(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(244713882L));
     return val;
   }
 
- static const mp_float& A002445_298(void)
+ const mp_float& A002445_298(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_299(void)
+ const mp_float& A002445_299(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(168918L));
     return val;
   }
 
- static const mp_float& A002445_300(void)
+ const mp_float& A002445_300(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(21340446944246430LL));
     return val;
   }
 
- static const mp_float& A002445_301(void)
+ const mp_float& A002445_301(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_302(void)
+ const mp_float& A002445_302(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_303(void)
+ const mp_float& A002445_303(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(25494L));
     return val;
   }
 
- static const mp_float& A002445_304(void)
+ const mp_float& A002445_304(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_305(void)
+ const mp_float& A002445_305(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_306(void)
+ const mp_float& A002445_306(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(37200951384870LL));
     return val;
   }
 
- static const mp_float& A002445_307(void)
+ const mp_float& A002445_307(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_308(void)
+ const mp_float& A002445_308(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1098809130L));
     return val;
   }
 
- static const mp_float& A002445_309(void)
+ const mp_float& A002445_309(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(25998L));
     return val;
   }
 
- static const mp_float& A002445_310(void)
+ const mp_float& A002445_310(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(102630L));
     return val;
   }
 
- static const mp_float& A002445_311(void)
+ const mp_float& A002445_311(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_312(void)
+ const mp_float& A002445_312(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(9549013762470LL));
     return val;
   }
 
- static const mp_float& A002445_313(void)
+ const mp_float& A002445_313(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_314(void)
+ const mp_float& A002445_314(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_315(void)
+ const mp_float& A002445_315(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(14047518416694378LL));
     return val;
   }
 
- static const mp_float& A002445_316(void)
+ const mp_float& A002445_316(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(9510L));
     return val;
   }
 
- static const mp_float& A002445_317(void)
+ const mp_float& A002445_317(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_318(void)
+ const mp_float& A002445_318(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(292110L));
     return val;
   }
 
- static const mp_float& A002445_319(void)
+ const mp_float& A002445_319(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8142L));
     return val;
   }
 
- static const mp_float& A002445_320(void)
+ const mp_float& A002445_320(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(147436410L));
     return val;
   }
 
- static const mp_float& A002445_321(void)
+ const mp_float& A002445_321(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(27006L));
     return val;
   }
 
- static const mp_float& A002445_322(void)
+ const mp_float& A002445_322(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(40890L));
     return val;
   }
 
- static const mp_float& A002445_323(void)
+ const mp_float& A002445_323(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3882L));
     return val;
   }
 
- static const mp_float& A002445_324(void)
+ const mp_float& A002445_324(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2489172157290LL));
     return val;
   }
 
- static const mp_float& A002445_325(void)
+ const mp_float& A002445_325(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8646L));
     return val;
   }
 
- static const mp_float& A002445_326(void)
+ const mp_float& A002445_326(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(19590L));
     return val;
   }
 
- static const mp_float& A002445_327(void)
+ const mp_float& A002445_327(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_328(void)
+ const mp_float& A002445_328(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42330L));
     return val;
   }
 
- static const mp_float& A002445_329(void)
+ const mp_float& A002445_329(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3954L));
     return val;
   }
 
- static const mp_float& A002445_330(void)
+ const mp_float& A002445_330(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(19146039608325630LL));
     return val;
   }
 
- static const mp_float& A002445_331(void)
+ const mp_float& A002445_331(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_332(void)
+ const mp_float& A002445_332(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5010L));
     return val;
   }
 
- static const mp_float& A002445_333(void)
+ const mp_float& A002445_333(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(177954L));
     return val;
   }
 
- static const mp_float& A002445_334(void)
+ const mp_float& A002445_334(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_335(void)
+ const mp_float& A002445_335(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_336(void)
+ const mp_float& A002445_336(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(143870967697108470LL));
     return val;
   }
 
- static const mp_float& A002445_337(void)
+ const mp_float& A002445_337(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_338(void)
+ const mp_float& A002445_338(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1076430L));
     return val;
   }
 
- static const mp_float& A002445_339(void)
+ const mp_float& A002445_339(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(9534L));
     return val;
   }
 
- static const mp_float& A002445_340(void)
+ const mp_float& A002445_340(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1853610L));
     return val;
   }
 
- static const mp_float& A002445_341(void)
+ const mp_float& A002445_341(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(94254L));
     return val;
   }
 
- static const mp_float& A002445_342(void)
+ const mp_float& A002445_342(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(439494510L));
     return val;
   }
 
- static const mp_float& A002445_343(void)
+ const mp_float& A002445_343(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_344(void)
+ const mp_float& A002445_344(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(88230L));
     return val;
   }
 
- static const mp_float& A002445_345(void)
+ const mp_float& A002445_345(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(64653847566LL));
     return val;
   }
 
- static const mp_float& A002445_346(void)
+ const mp_float& A002445_346(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(10410L));
     return val;
   }
 
- static const mp_float& A002445_347(void)
+ const mp_float& A002445_347(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_348(void)
+ const mp_float& A002445_348(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(13097729190LL));
     return val;
   }
 
- static const mp_float& A002445_349(void)
+ const mp_float& A002445_349(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_350(void)
+ const mp_float& A002445_350(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(48107155470LL));
     return val;
   }
 
- static const mp_float& A002445_351(void)
+ const mp_float& A002445_351(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(63042L));
     return val;
   }
 
- static const mp_float& A002445_352(void)
+ const mp_float& A002445_352(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(368521410L));
     return val;
   }
 
- static const mp_float& A002445_353(void)
+ const mp_float& A002445_353(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_354(void)
+ const mp_float& A002445_354(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1935570L));
     return val;
   }
 
- static const mp_float& A002445_355(void)
+ const mp_float& A002445_355(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_356(void)
+ const mp_float& A002445_356(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5370L));
     return val;
   }
 
- static const mp_float& A002445_357(void)
+ const mp_float& A002445_357(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(44458302L));
     return val;
   }
 
- static const mp_float& A002445_358(void)
+ const mp_float& A002445_358(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(10770L));
     return val;
   }
 
- static const mp_float& A002445_359(void)
+ const mp_float& A002445_359(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4314L));
     return val;
   }
 
- static const mp_float& A002445_360(void)
+ const mp_float& A002445_360(void)
   {
     static const mp_float val("88604023116809390190");
     return val;
   }
 
- static const mp_float& A002445_361(void)
+ const mp_float& A002445_361(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_362(void)
+ const mp_float& A002445_362(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_363(void)
+ const mp_float& A002445_363(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(47052894L));
     return val;
   }
 
- static const mp_float& A002445_364(void)
+ const mp_float& A002445_364(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(46110L));
     return val;
   }
 
- static const mp_float& A002445_365(void)
+ const mp_float& A002445_365(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_366(void)
+ const mp_float& A002445_366(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(734400030L));
     return val;
   }
 
- static const mp_float& A002445_367(void)
+ const mp_float& A002445_367(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_368(void)
+ const mp_float& A002445_368(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23970L));
     return val;
   }
 
- static const mp_float& A002445_369(void)
+ const mp_float& A002445_369(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(48946926L));
     return val;
   }
 
- static const mp_float& A002445_370(void)
+ const mp_float& A002445_370(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(49170L));
     return val;
   }
 
- static const mp_float& A002445_371(void)
+ const mp_float& A002445_371(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(477006L));
     return val;
   }
 
- static const mp_float& A002445_372(void)
+ const mp_float& A002445_372(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1018290L));
     return val;
   }
 
- static const mp_float& A002445_373(void)
+ const mp_float& A002445_373(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_374(void)
+ const mp_float& A002445_374(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(690L));
     return val;
   }
 
- static const mp_float& A002445_375(void)
+ const mp_float& A002445_375(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(407656409622LL));
     return val;
   }
 
- static const mp_float& A002445_376(void)
+ const mp_float& A002445_376(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_377(void)
+ const mp_float& A002445_377(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(354L));
     return val;
   }
 
- static const mp_float& A002445_378(void)
+ const mp_float& A002445_378(void)
   {
     static const mp_float val("9504947751577793970");
     return val;
   }
 
- static const mp_float& A002445_379(void)
+ const mp_float& A002445_379(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_380(void)
+ const mp_float& A002445_380(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1966599030L));
     return val;
   }
 
- static const mp_float& A002445_381(void)
+ const mp_float& A002445_381(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_382(void)
+ const mp_float& A002445_382(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11490L));
     return val;
   }
 
- static const mp_float& A002445_383(void)
+ const mp_float& A002445_383(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_384(void)
+ const mp_float& A002445_384(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(171711773909130LL));
     return val;
   }
 
- static const mp_float& A002445_385(void)
+ const mp_float& A002445_385(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(107778L));
     return val;
   }
 
- static const mp_float& A002445_386(void)
+ const mp_float& A002445_386(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23190L));
     return val;
   }
 
- static const mp_float& A002445_387(void)
+ const mp_float& A002445_387(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(798L));
     return val;
   }
 
- static const mp_float& A002445_388(void)
+ const mp_float& A002445_388(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11670L));
     return val;
   }
 
- static const mp_float& A002445_389(void)
+ const mp_float& A002445_389(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_390(void)
+ const mp_float& A002445_390(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(4890134114035170LL));
     return val;
   }
 
- static const mp_float& A002445_391(void)
+ const mp_float& A002445_391(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(282L));
     return val;
   }
 
- static const mp_float& A002445_392(void)
+ const mp_float& A002445_392(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(329240190L));
     return val;
   }
 
- static const mp_float& A002445_393(void)
+ const mp_float& A002445_393(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8693202L));
     return val;
   }
 
- static const mp_float& A002445_394(void)
+ const mp_float& A002445_394(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_395(void)
+ const mp_float& A002445_395(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_396(void)
+ const mp_float& A002445_396(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1518018487433428890LL));
     return val;
   }
 
- static const mp_float& A002445_397(void)
+ const mp_float& A002445_397(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_398(void)
+ const mp_float& A002445_398(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23910L));
     return val;
   }
 
- static const mp_float& A002445_399(void)
+ const mp_float& A002445_399(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1806L));
     return val;
   }
 
- static const mp_float& A002445_400(void)
+ const mp_float& A002445_400(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(9315635010LL));
     return val;
   }
 
- static const mp_float& A002445_401(void)
+ const mp_float& A002445_401(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_402(void)
+ const mp_float& A002445_402(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(734370L));
     return val;
   }
 
- static const mp_float& A002445_403(void)
+ const mp_float& A002445_403(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_404(void)
+ const mp_float& A002445_404(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(24270L));
     return val;
   }
 
- static const mp_float& A002445_405(void)
+ const mp_float& A002445_405(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(9748437683754LL));
     return val;
   }
 
- static const mp_float& A002445_406(void)
+ const mp_float& A002445_406(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(51330L));
     return val;
   }
 
- static const mp_float& A002445_407(void)
+ const mp_float& A002445_407(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_408(void)
+ const mp_float& A002445_408(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(267850627590LL));
     return val;
   }
 
- static const mp_float& A002445_409(void)
+ const mp_float& A002445_409(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_410(void)
+ const mp_float& A002445_410(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(22487190L));
     return val;
   }
 
- static const mp_float& A002445_411(void)
+ const mp_float& A002445_411(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(34566L));
     return val;
   }
 
- static const mp_float& A002445_412(void)
+ const mp_float& A002445_412(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_413(void)
+ const mp_float& A002445_413(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4962L));
     return val;
   }
 
- static const mp_float& A002445_414(void)
+ const mp_float& A002445_414(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2879154231044910LL));
     return val;
   }
 
- static const mp_float& A002445_415(void)
+ const mp_float& A002445_415(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11022L));
     return val;
   }
 
- static const mp_float& A002445_416(void)
+ const mp_float& A002445_416(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(27030L));
     return val;
   }
 
- static const mp_float& A002445_417(void)
+ const mp_float& A002445_417(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_418(void)
+ const mp_float& A002445_418(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(289110L));
     return val;
   }
 
- static const mp_float& A002445_419(void)
+ const mp_float& A002445_419(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5034L));
     return val;
   }
 
- static const mp_float& A002445_420(void)
+ const mp_float& A002445_420(void)
   {
     static const mp_float val("5145485882746933233510");
     return val;
   }
 
- static const mp_float& A002445_421(void)
+ const mp_float& A002445_421(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_422(void)
+ const mp_float& A002445_422(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_423(void)
+ const mp_float& A002445_423(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(225834L));
     return val;
   }
 
- static const mp_float& A002445_424(void)
+ const mp_float& A002445_424(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(54570L));
     return val;
   }
 
- static const mp_float& A002445_425(void)
+ const mp_float& A002445_425(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_426(void)
+ const mp_float& A002445_426(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2328690L));
     return val;
   }
 
- static const mp_float& A002445_427(void)
+ const mp_float& A002445_427(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_428(void)
+ const mp_float& A002445_428(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(25710L));
     return val;
   }
 
- static const mp_float& A002445_429(void)
+ const mp_float& A002445_429(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(4392099642LL));
     return val;
   }
 
- static const mp_float& A002445_430(void)
+ const mp_float& A002445_430(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(24605790L));
     return val;
   }
 
- static const mp_float& A002445_431(void)
+ const mp_float& A002445_431(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5178L));
     return val;
   }
 
- static const mp_float& A002445_432(void)
+ const mp_float& A002445_432(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(10903749915532110LL));
     return val;
   }
 
- static const mp_float& A002445_433(void)
+ const mp_float& A002445_433(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_434(void)
+ const mp_float& A002445_434(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(870L));
     return val;
   }
 
- static const mp_float& A002445_435(void)
+ const mp_float& A002445_435(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(844998L));
     return val;
   }
 
- static const mp_float& A002445_436(void)
+ const mp_float& A002445_436(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_437(void)
+ const mp_float& A002445_437(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(282L));
     return val;
   }
 
- static const mp_float& A002445_438(void)
+ const mp_float& A002445_438(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(307960049670LL));
     return val;
   }
 
- static const mp_float& A002445_439(void)
+ const mp_float& A002445_439(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_440(void)
+ const mp_float& A002445_440(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(414801644070LL));
     return val;
   }
 
- static const mp_float& A002445_441(void)
+ const mp_float& A002445_441(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(3848006274LL));
     return val;
   }
 
- static const mp_float& A002445_442(void)
+ const mp_float& A002445_442(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(704370L));
     return val;
   }
 
- static const mp_float& A002445_443(void)
+ const mp_float& A002445_443(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5322L));
     return val;
   }
 
- static const mp_float& A002445_444(void)
+ const mp_float& A002445_444(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(90709710L));
     return val;
   }
 
- static const mp_float& A002445_445(void)
+ const mp_float& A002445_445(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11814L));
     return val;
   }
 
- static const mp_float& A002445_446(void)
+ const mp_float& A002445_446(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_447(void)
+ const mp_float& A002445_447(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_448(void)
+ const mp_float& A002445_448(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(750400230L));
     return val;
   }
 
- static const mp_float& A002445_449(void)
+ const mp_float& A002445_449(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_450(void)
+ const mp_float& A002445_450(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(110199362466082890LL));
     return val;
   }
 
- static const mp_float& A002445_451(void)
+ const mp_float& A002445_451(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11454L));
     return val;
   }
 
- static const mp_float& A002445_452(void)
+ const mp_float& A002445_452(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6810L));
     return val;
   }
 
- static const mp_float& A002445_453(void)
+ const mp_float& A002445_453(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(38094L));
     return val;
   }
 
- static const mp_float& A002445_454(void)
+ const mp_float& A002445_454(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_455(void)
+ const mp_float& A002445_455(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(559231926L));
     return val;
   }
 
- static const mp_float& A002445_456(void)
+ const mp_float& A002445_456(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(4856945730LL));
     return val;
   }
 
- static const mp_float& A002445_457(void)
+ const mp_float& A002445_457(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_458(void)
+ const mp_float& A002445_458(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_459(void)
+ const mp_float& A002445_459(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(23189639802LL));
     return val;
   }
 
- static const mp_float& A002445_460(void)
+ const mp_float& A002445_460(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(293154510L));
     return val;
   }
 
- static const mp_float& A002445_461(void)
+ const mp_float& A002445_461(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_462(void)
+ const mp_float& A002445_462(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2428917311730LL));
     return val;
   }
 
- static const mp_float& A002445_463(void)
+ const mp_float& A002445_463(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_464(void)
+ const mp_float& A002445_464(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(6513191130LL));
     return val;
   }
 
- static const mp_float& A002445_465(void)
+ const mp_float& A002445_465(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4454142L));
     return val;
   }
 
- static const mp_float& A002445_466(void)
+ const mp_float& A002445_466(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(14010L));
     return val;
   }
 
- static const mp_float& A002445_467(void)
+ const mp_float& A002445_467(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_468(void)
+ const mp_float& A002445_468(void)
   {
     static const mp_float val("27010173501635144730");
     return val;
   }
 
- static const mp_float& A002445_469(void)
+ const mp_float& A002445_469(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_470(void)
+ const mp_float& A002445_470(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(310530L));
     return val;
   }
 
- static const mp_float& A002445_471(void)
+ const mp_float& A002445_471(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_472(void)
+ const mp_float& A002445_472(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_473(void)
+ const mp_float& A002445_473(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(130686L));
     return val;
   }
 
- static const mp_float& A002445_474(void)
+ const mp_float& A002445_474(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(865410L));
     return val;
   }
 
- static const mp_float& A002445_475(void)
+ const mp_float& A002445_475(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(12606L));
     return val;
   }
 
- static const mp_float& A002445_476(void)
+ const mp_float& A002445_476(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(27147548730LL));
     return val;
   }
 
- static const mp_float& A002445_477(void)
+ const mp_float& A002445_477(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(85386L));
     return val;
   }
 
- static const mp_float& A002445_478(void)
+ const mp_float& A002445_478(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(14370L));
     return val;
   }
 
- static const mp_float& A002445_479(void)
+ const mp_float& A002445_479(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_480(void)
+ const mp_float& A002445_480(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(178577083150876410LL));
     return val;
   }
 
- static const mp_float& A002445_481(void)
+ const mp_float& A002445_481(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_482(void)
+ const mp_float& A002445_482(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_483(void)
+ const mp_float& A002445_483(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(11409244266LL));
     return val;
   }
 
- static const mp_float& A002445_484(void)
+ const mp_float& A002445_484(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(61410L));
     return val;
   }
 
- static const mp_float& A002445_485(void)
+ const mp_float& A002445_485(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(64086L));
     return val;
   }
 
- static const mp_float& A002445_486(void)
+ const mp_float& A002445_486(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(16605847131510LL));
     return val;
   }
 
- static const mp_float& A002445_487(void)
+ const mp_float& A002445_487(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_488(void)
+ const mp_float& A002445_488(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(498270L));
     return val;
   }
 
- static const mp_float& A002445_489(void)
+ const mp_float& A002445_489(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_490(void)
+ const mp_float& A002445_490(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(65723094690LL));
     return val;
   }
 
- static const mp_float& A002445_491(void)
+ const mp_float& A002445_491(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5898L));
     return val;
   }
 
- static const mp_float& A002445_492(void)
+ const mp_float& A002445_492(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(226590L));
     return val;
   }
 
- static const mp_float& A002445_493(void)
+ const mp_float& A002445_493(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(354L));
     return val;
   }
 
- static const mp_float& A002445_494(void)
+ const mp_float& A002445_494(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1590L));
     return val;
   }
 
- static const mp_float& A002445_495(void)
+ const mp_float& A002445_495(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(27372510670045002LL));
     return val;
   }
 
- static const mp_float& A002445_496(void)
+ const mp_float& A002445_496(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_497(void)
+ const mp_float& A002445_497(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_498(void)
+ const mp_float& A002445_498(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(226816592730LL));
     return val;
   }
 
- static const mp_float& A002445_499(void)
+ const mp_float& A002445_499(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_500(void)
+ const mp_float& A002445_500(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(342999030L));
     return val;
   }
 
- static const mp_float& A002445_501(void)
+ const mp_float& A002445_501(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_502(void)
+ const mp_float& A002445_502(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(15090L));
     return val;
   }
 
- static const mp_float& A002445_503(void)
+ const mp_float& A002445_503(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_504(void)
+ const mp_float& A002445_504(void)
   {
     static const mp_float val("14493038256293268734790");
     return val;
   }
 
- static const mp_float& A002445_505(void)
+ const mp_float& A002445_505(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_506(void)
+ const mp_float& A002445_506(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(32851590L));
     return val;
   }
 
- static const mp_float& A002445_507(void)
+ const mp_float& A002445_507(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3318L));
     return val;
   }
 
- static const mp_float& A002445_508(void)
+ const mp_float& A002445_508(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(15270L));
     return val;
   }
 
- static const mp_float& A002445_509(void)
+ const mp_float& A002445_509(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6114L));
     return val;
   }
 
- static const mp_float& A002445_510(void)
+ const mp_float& A002445_510(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(5971862886990LL));
     return val;
   }
 
- static const mp_float& A002445_511(void)
+ const mp_float& A002445_511(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_512(void)
+ const mp_float& A002445_512(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(131070L));
     return val;
   }
 
- static const mp_float& A002445_513(void)
+ const mp_float& A002445_513(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(798L));
     return val;
   }
 
- static const mp_float& A002445_514(void)
+ const mp_float& A002445_514(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_515(void)
+ const mp_float& A002445_515(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(68046L));
     return val;
   }
 
- static const mp_float& A002445_516(void)
+ const mp_float& A002445_516(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(487875570L));
     return val;
   }
 
- static const mp_float& A002445_517(void)
+ const mp_float& A002445_517(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_518(void)
+ const mp_float& A002445_518(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(129630L));
     return val;
   }
 
- static const mp_float& A002445_519(void)
+ const mp_float& A002445_519(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(15142386L));
     return val;
   }
 
- static const mp_float& A002445_520(void)
+ const mp_float& A002445_520(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(832015863030LL));
     return val;
   }
 
- static const mp_float& A002445_521(void)
+ const mp_float& A002445_521(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_522(void)
+ const mp_float& A002445_522(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(20667935594670LL));
     return val;
   }
 
- static const mp_float& A002445_523(void)
+ const mp_float& A002445_523(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_524(void)
+ const mp_float& A002445_524(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8276610L));
     return val;
   }
 
- static const mp_float& A002445_525(void)
+ const mp_float& A002445_525(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1464173668545126LL));
     return val;
   }
 
- static const mp_float& A002445_526(void)
+ const mp_float& A002445_526(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_527(void)
+ const mp_float& A002445_527(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_528(void)
+ const mp_float& A002445_528(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(217946878566690LL));
     return val;
   }
 
- static const mp_float& A002445_529(void)
+ const mp_float& A002445_529(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(282L));
     return val;
   }
 
- static const mp_float& A002445_530(void)
+ const mp_float& A002445_530(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(37463910L));
     return val;
   }
 
- static const mp_float& A002445_531(void)
+ const mp_float& A002445_531(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(848274L));
     return val;
   }
 
- static const mp_float& A002445_532(void)
+ const mp_float& A002445_532(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(870L));
     return val;
   }
 
- static const mp_float& A002445_533(void)
+ const mp_float& A002445_533(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(498L));
     return val;
   }
 
- static const mp_float& A002445_534(void)
+ const mp_float& A002445_534(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(522388230L));
     return val;
   }
 
- static const mp_float& A002445_535(void)
+ const mp_float& A002445_535(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_536(void)
+ const mp_float& A002445_536(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(137190L));
     return val;
   }
 
- static const mp_float& A002445_537(void)
+ const mp_float& A002445_537(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(15078L));
     return val;
   }
 
- static const mp_float& A002445_538(void)
+ const mp_float& A002445_538(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_539(void)
+ const mp_float& A002445_539(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_540(void)
+ const mp_float& A002445_540(void)
   {
     static const mp_float val("345605409620810598989730");
     return val;
   }
 
- static const mp_float& A002445_541(void)
+ const mp_float& A002445_541(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_542(void)
+ const mp_float& A002445_542(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_543(void)
+ const mp_float& A002445_543(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(45654L));
     return val;
   }
 
- static const mp_float& A002445_544(void)
+ const mp_float& A002445_544(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(69870L));
     return val;
   }
 
- static const mp_float& A002445_545(void)
+ const mp_float& A002445_545(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(72006L));
     return val;
   }
 
- static const mp_float& A002445_546(void)
+ const mp_float& A002445_546(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1337947899596989590LL));
     return val;
   }
 
- static const mp_float& A002445_547(void)
+ const mp_float& A002445_547(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_548(void)
+ const mp_float& A002445_548(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(32910L));
     return val;
   }
 
- static const mp_float& A002445_549(void)
+ const mp_float& A002445_549(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(292866L));
     return val;
   }
 
- static const mp_float& A002445_550(void)
+ const mp_float& A002445_550(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(766590L));
     return val;
   }
 
- static const mp_float& A002445_551(void)
+ const mp_float& A002445_551(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(390462L));
     return val;
   }
 
- static const mp_float& A002445_552(void)
+ const mp_float& A002445_552(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(83985438810LL));
     return val;
   }
 
- static const mp_float& A002445_553(void)
+ const mp_float& A002445_553(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_554(void)
+ const mp_float& A002445_554(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(33270L));
     return val;
   }
 
- static const mp_float& A002445_555(void)
+ const mp_float& A002445_555(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3193806L));
     return val;
   }
 
- static const mp_float& A002445_556(void)
+ const mp_float& A002445_556(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(16710L));
     return val;
   }
 
- static const mp_float& A002445_557(void)
+ const mp_float& A002445_557(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_558(void)
+ const mp_float& A002445_558(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(799613240790LL));
     return val;
   }
 
- static const mp_float& A002445_559(void)
+ const mp_float& A002445_559(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_560(void)
+ const mp_float& A002445_560(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(15037922004270LL));
     return val;
   }
 
- static const mp_float& A002445_561(void)
+ const mp_float& A002445_561(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(7486329018LL));
     return val;
   }
 
- static const mp_float& A002445_562(void)
+ const mp_float& A002445_562(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(16890L));
     return val;
   }
 
- static const mp_float& A002445_563(void)
+ const mp_float& A002445_563(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_564(void)
+ const mp_float& A002445_564(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(872254110L));
     return val;
   }
 
- static const mp_float& A002445_565(void)
+ const mp_float& A002445_565(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(14982L));
     return val;
   }
 
- static const mp_float& A002445_566(void)
+ const mp_float& A002445_566(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_567(void)
+ const mp_float& A002445_567(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(269216629206LL));
     return val;
   }
 
- static const mp_float& A002445_568(void)
+ const mp_float& A002445_568(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(290190L));
     return val;
   }
 
- static const mp_float& A002445_569(void)
+ const mp_float& A002445_569(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_570(void)
+ const mp_float& A002445_570(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1418246821361370LL));
     return val;
   }
 
- static const mp_float& A002445_571(void)
+ const mp_float& A002445_571(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_572(void)
+ const mp_float& A002445_572(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3254730L));
     return val;
   }
 
- static const mp_float& A002445_573(void)
+ const mp_float& A002445_573(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(16086L));
     return val;
   }
 
- static const mp_float& A002445_574(void)
+ const mp_float& A002445_574(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(72210L));
     return val;
   }
 
- static const mp_float& A002445_575(void)
+ const mp_float& A002445_575(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3570402L));
     return val;
   }
 
- static const mp_float& A002445_576(void)
+ const mp_float& A002445_576(void)
   {
     static const mp_float val("29663604169293338790");
     return val;
   }
 
- static const mp_float& A002445_577(void)
+ const mp_float& A002445_577(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_578(void)
+ const mp_float& A002445_578(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_579(void)
+ const mp_float& A002445_579(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_580(void)
+ const mp_float& A002445_580(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(185996910L));
     return val;
   }
 
- static const mp_float& A002445_581(void)
+ const mp_float& A002445_581(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1165326L));
     return val;
   }
 
- static const mp_float& A002445_582(void)
+ const mp_float& A002445_582(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1061970L));
     return val;
   }
 
- static const mp_float& A002445_583(void)
+ const mp_float& A002445_583(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(14766L));
     return val;
   }
 
- static const mp_float& A002445_584(void)
+ const mp_float& A002445_584(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(149430L));
     return val;
   }
 
- static const mp_float& A002445_585(void)
+ const mp_float& A002445_585(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(3297710692122LL));
     return val;
   }
 
- static const mp_float& A002445_586(void)
+ const mp_float& A002445_586(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(17610L));
     return val;
   }
 
- static const mp_float& A002445_587(void)
+ const mp_float& A002445_587(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_588(void)
+ const mp_float& A002445_588(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(670649070L));
     return val;
   }
 
- static const mp_float& A002445_589(void)
+ const mp_float& A002445_589(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_590(void)
+ const mp_float& A002445_590(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(389730L));
     return val;
   }
 
- static const mp_float& A002445_591(void)
+ const mp_float& A002445_591(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_592(void)
+ const mp_float& A002445_592(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(45062070L));
     return val;
   }
 
- static const mp_float& A002445_593(void)
+ const mp_float& A002445_593(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7122L));
     return val;
   }
 
- static const mp_float& A002445_594(void)
+ const mp_float& A002445_594(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(25467756676965330LL));
     return val;
   }
 
- static const mp_float& A002445_595(void)
+ const mp_float& A002445_595(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1119954L));
     return val;
   }
 
- static const mp_float& A002445_596(void)
+ const mp_float& A002445_596(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(35790L));
     return val;
   }
 
- static const mp_float& A002445_597(void)
+ const mp_float& A002445_597(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_598(void)
+ const mp_float& A002445_598(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(44763270L));
     return val;
   }
 
- static const mp_float& A002445_599(void)
+ const mp_float& A002445_599(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_600(void)
+ const mp_float& A002445_600(void)
   {
     static const mp_float val("42107247672297314156359710");
     return val;
   }
 
- static const mp_float& A002445_601(void)
+ const mp_float& A002445_601(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_602(void)
+ const mp_float& A002445_602(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(150510L));
     return val;
   }
 
- static const mp_float& A002445_603(void)
+ const mp_float& A002445_603(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(798L));
     return val;
   }
 
- static const mp_float& A002445_604(void)
+ const mp_float& A002445_604(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_605(void)
+ const mp_float& A002445_605(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1518L));
     return val;
   }
 
- static const mp_float& A002445_606(void)
+ const mp_float& A002445_606(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2010074430L));
     return val;
   }
 
- static const mp_float& A002445_607(void)
+ const mp_float& A002445_607(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_608(void)
+ const mp_float& A002445_608(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(620670L));
     return val;
   }
 
- static const mp_float& A002445_609(void)
+ const mp_float& A002445_609(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(106554L));
     return val;
   }
 
- static const mp_float& A002445_610(void)
+ const mp_float& A002445_610(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(330L));
     return val;
   }
 
- static const mp_float& A002445_611(void)
+ const mp_float& A002445_611(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7338L));
     return val;
   }
 
- static const mp_float& A002445_612(void)
+ const mp_float& A002445_612(void)
   {
     static const mp_float val("152167106353234711830");
     return val;
   }
 
- static const mp_float& A002445_613(void)
+ const mp_float& A002445_613(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_614(void)
+ const mp_float& A002445_614(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(36870L));
     return val;
   }
 
- static const mp_float& A002445_615(void)
+ const mp_float& A002445_615(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1463321706L));
     return val;
   }
 
- static const mp_float& A002445_616(void)
+ const mp_float& A002445_616(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2110812338730LL));
     return val;
   }
 
- static const mp_float& A002445_617(void)
+ const mp_float& A002445_617(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_618(void)
+ const mp_float& A002445_618(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2090369190L));
     return val;
   }
 
- static const mp_float& A002445_619(void)
+ const mp_float& A002445_619(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_620(void)
+ const mp_float& A002445_620(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4207830L));
     return val;
   }
 
- static const mp_float& A002445_621(void)
+ const mp_float& A002445_621(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5213334L));
     return val;
   }
 
- static const mp_float& A002445_622(void)
+ const mp_float& A002445_622(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_623(void)
+ const mp_float& A002445_623(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1074L));
     return val;
   }
 
- static const mp_float& A002445_624(void)
+ const mp_float& A002445_624(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1156891664364527910LL));
     return val;
   }
 
- static const mp_float& A002445_625(void)
+ const mp_float& A002445_625(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(16566L));
     return val;
   }
 
- static const mp_float& A002445_626(void)
+ const mp_float& A002445_626(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_627(void)
+ const mp_float& A002445_627(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(27118518L));
     return val;
   }
 
- static const mp_float& A002445_628(void)
+ const mp_float& A002445_628(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_629(void)
+ const mp_float& A002445_629(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7554L));
     return val;
   }
 
- static const mp_float& A002445_630(void)
+ const mp_float& A002445_630(void)
   {
     static const mp_float val("4554106624556364764691012210");
     return val;
   }
 
- static const mp_float& A002445_631(void)
+ const mp_float& A002445_631(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_632(void)
+ const mp_float& A002445_632(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(161670L));
     return val;
   }
 
- static const mp_float& A002445_633(void)
+ const mp_float& A002445_633(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_634(void)
+ const mp_float& A002445_634(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_635(void)
+ const mp_float& A002445_635(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_636(void)
+ const mp_float& A002445_636(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(292110L));
     return val;
   }
 
- static const mp_float& A002445_637(void)
+ const mp_float& A002445_637(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_638(void)
+ const mp_float& A002445_638(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(51986670L));
     return val;
   }
 
- static const mp_float& A002445_639(void)
+ const mp_float& A002445_639(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1020642L));
     return val;
   }
 
- static const mp_float& A002445_640(void)
+ const mp_float& A002445_640(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(37891157370LL));
     return val;
   }
 
- static const mp_float& A002445_641(void)
+ const mp_float& A002445_641(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7698L));
     return val;
   }
 
- static const mp_float& A002445_642(void)
+ const mp_float& A002445_642(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1755390L));
     return val;
   }
 
- static const mp_float& A002445_643(void)
+ const mp_float& A002445_643(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_644(void)
+ const mp_float& A002445_644(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(52707210L));
     return val;
   }
 
- static const mp_float& A002445_645(void)
+ const mp_float& A002445_645(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(7969061562LL));
     return val;
   }
 
- static const mp_float& A002445_646(void)
+ const mp_float& A002445_646(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(19410L));
     return val;
   }
 
- static const mp_float& A002445_647(void)
+ const mp_float& A002445_647(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_648(void)
+ const mp_float& A002445_648(void)
   {
     static const mp_float val("23764666736005761930");
     return val;
   }
 
- static const mp_float& A002445_649(void)
+ const mp_float& A002445_649(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_650(void)
+ const mp_float& A002445_650(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(301064657190LL));
     return val;
   }
 
- static const mp_float& A002445_651(void)
+ const mp_float& A002445_651(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2353218L));
     return val;
   }
 
- static const mp_float& A002445_652(void)
+ const mp_float& A002445_652(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(19590L));
     return val;
   }
 
- static const mp_float& A002445_653(void)
+ const mp_float& A002445_653(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7842L));
     return val;
   }
 
- static const mp_float& A002445_654(void)
+ const mp_float& A002445_654(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2730L));
     return val;
   }
 
- static const mp_float& A002445_655(void)
+ const mp_float& A002445_655(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(17358L));
     return val;
   }
 
- static const mp_float& A002445_656(void)
+ const mp_float& A002445_656(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42330L));
     return val;
   }
 
- static const mp_float& A002445_657(void)
+ const mp_float& A002445_657(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(350322L));
     return val;
   }
 
- static const mp_float& A002445_658(void)
+ const mp_float& A002445_658(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(573330L));
     return val;
   }
 
- static const mp_float& A002445_659(void)
+ const mp_float& A002445_659(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(7914L));
     return val;
   }
 
- static const mp_float& A002445_660(void)
+ const mp_float& A002445_660(void)
   {
     static const mp_float val("92290209959160675732270");
     return val;
   }
 
- static const mp_float& A002445_661(void)
+ const mp_float& A002445_661(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_662(void)
+ const mp_float& A002445_662(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_663(void)
+ const mp_float& A002445_663(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(200903848194LL));
     return val;
   }
 
- static const mp_float& A002445_664(void)
+ const mp_float& A002445_664(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(85170L));
     return val;
   }
 
- static const mp_float& A002445_665(void)
+ const mp_float& A002445_665(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(895026L));
     return val;
   }
 
- static const mp_float& A002445_666(void)
+ const mp_float& A002445_666(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(63768926130LL));
     return val;
   }
 
- static const mp_float& A002445_667(void)
+ const mp_float& A002445_667(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(16638L));
     return val;
   }
 
- static const mp_float& A002445_668(void)
+ const mp_float& A002445_668(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_669(void)
+ const mp_float& A002445_669(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_670(void)
+ const mp_float& A002445_670(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(88770L));
     return val;
   }
 
- static const mp_float& A002445_671(void)
+ const mp_float& A002445_671(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_672(void)
+ const mp_float& A002445_672(void)
   {
     static const mp_float val("12467426447728328684790");
     return val;
   }
 
- static const mp_float& A002445_673(void)
+ const mp_float& A002445_673(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_674(void)
+ const mp_float& A002445_674(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_675(void)
+ const mp_float& A002445_675(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(11135340678LL));
     return val;
   }
 
- static const mp_float& A002445_676(void)
+ const mp_float& A002445_676(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1076430L));
     return val;
   }
 
- static const mp_float& A002445_677(void)
+ const mp_float& A002445_677(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_678(void)
+ const mp_float& A002445_678(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(619710L));
     return val;
   }
 
- static const mp_float& A002445_679(void)
+ const mp_float& A002445_679(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_680(void)
+ const mp_float& A002445_680(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(42886974570LL));
     return val;
   }
 
- static const mp_float& A002445_681(void)
+ const mp_float& A002445_681(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_682(void)
+ const mp_float& A002445_682(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(471270L));
     return val;
   }
 
- static const mp_float& A002445_683(void)
+ const mp_float& A002445_683(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8202L));
     return val;
   }
 
- static const mp_float& A002445_684(void)
+ const mp_float& A002445_684(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(14661976348110LL));
     return val;
   }
 
- static const mp_float& A002445_685(void)
+ const mp_float& A002445_685(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_686(void)
+ const mp_float& A002445_686(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(235318470L));
     return val;
   }
 
- static const mp_float& A002445_687(void)
+ const mp_float& A002445_687(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_688(void)
+ const mp_float& A002445_688(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(88230L));
     return val;
   }
 
- static const mp_float& A002445_689(void)
+ const mp_float& A002445_689(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(642L));
     return val;
   }
 
- static const mp_float& A002445_690(void)
+ const mp_float& A002445_690(void)
   {
     static const mp_float val("45207650798257176058830");
     return val;
   }
 
- static const mp_float& A002445_691(void)
+ const mp_float& A002445_691(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_692(void)
+ const mp_float& A002445_692(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(10410L));
     return val;
   }
 
- static const mp_float& A002445_693(void)
+ const mp_float& A002445_693(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(618745101945726LL));
     return val;
   }
 
- static const mp_float& A002445_694(void)
+ const mp_float& A002445_694(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_695(void)
+ const mp_float& A002445_695(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_696(void)
+ const mp_float& A002445_696(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(222661396230LL));
     return val;
   }
 
- static const mp_float& A002445_697(void)
+ const mp_float& A002445_697(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(498L));
     return val;
   }
 
- static const mp_float& A002445_698(void)
+ const mp_float& A002445_698(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_699(void)
+ const mp_float& A002445_699(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(27439986L));
     return val;
   }
 
- static const mp_float& A002445_700(void)
+ const mp_float& A002445_700(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(554242538169870LL));
     return val;
   }
 
- static const mp_float& A002445_701(void)
+ const mp_float& A002445_701(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_702(void)
+ const mp_float& A002445_702(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(137514053293890LL));
     return val;
   }
 
- static const mp_float& A002445_703(void)
+ const mp_float& A002445_703(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_704(void)
+ const mp_float& A002445_704(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(519246666690LL));
     return val;
   }
 
- static const mp_float& A002445_705(void)
+ const mp_float& A002445_705(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4053126L));
     return val;
   }
 
- static const mp_float& A002445_706(void)
+ const mp_float& A002445_706(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_707(void)
+ const mp_float& A002445_707(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_708(void)
+ const mp_float& A002445_708(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1935570L));
     return val;
   }
 
- static const mp_float& A002445_709(void)
+ const mp_float& A002445_709(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_710(void)
+ const mp_float& A002445_710(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(330L));
     return val;
   }
 
- static const mp_float& A002445_711(void)
+ const mp_float& A002445_711(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1135554L));
     return val;
   }
 
- static const mp_float& A002445_712(void)
+ const mp_float& A002445_712(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(91290L));
     return val;
   }
 
- static const mp_float& A002445_713(void)
+ const mp_float& A002445_713(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(402414L));
     return val;
   }
 
- static const mp_float& A002445_714(void)
+ const mp_float& A002445_714(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(119755772056830LL));
     return val;
   }
 
- static const mp_float& A002445_715(void)
+ const mp_float& A002445_715(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(198858L));
     return val;
   }
 
- static const mp_float& A002445_716(void)
+ const mp_float& A002445_716(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(15433410L));
     return val;
   }
 
- static const mp_float& A002445_717(void)
+ const mp_float& A002445_717(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(20118L));
     return val;
   }
 
- static const mp_float& A002445_718(void)
+ const mp_float& A002445_718(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(21570L));
     return val;
   }
 
- static const mp_float& A002445_719(void)
+ const mp_float& A002445_719(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8634L));
     return val;
   }
 
- static const mp_float& A002445_720(void)
+ const mp_float& A002445_720(void)
   {
     static const mp_float val("8594590242330510848430");
     return val;
   }
 
- static const mp_float& A002445_721(void)
+ const mp_float& A002445_721(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_722(void)
+ const mp_float& A002445_722(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_723(void)
+ const mp_float& A002445_723(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(60774L));
     return val;
   }
 
- static const mp_float& A002445_724(void)
+ const mp_float& A002445_724(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_725(void)
+ const mp_float& A002445_725(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(5650194L));
     return val;
   }
 
- static const mp_float& A002445_726(void)
+ const mp_float& A002445_726(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(4443910573830LL));
     return val;
   }
 
- static const mp_float& A002445_727(void)
+ const mp_float& A002445_727(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_728(void)
+ const mp_float& A002445_728(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(88577310L));
     return val;
   }
 
- static const mp_float& A002445_729(void)
+ const mp_float& A002445_729(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(92421869442LL));
     return val;
   }
 
- static const mp_float& A002445_730(void)
+ const mp_float& A002445_730(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(96690L));
     return val;
   }
 
- static const mp_float& A002445_731(void)
+ const mp_float& A002445_731(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_732(void)
+ const mp_float& A002445_732(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(734400030L));
     return val;
   }
 
- static const mp_float& A002445_733(void)
+ const mp_float& A002445_733(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_734(void)
+ const mp_float& A002445_734(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_735(void)
+ const mp_float& A002445_735(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(6663571987681686LL));
     return val;
   }
 
- static const mp_float& A002445_736(void)
+ const mp_float& A002445_736(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23970L));
     return val;
   }
 
- static const mp_float& A002445_737(void)
+ const mp_float& A002445_737(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_738(void)
+ const mp_float& A002445_738(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(117717357030LL));
     return val;
   }
 
- static const mp_float& A002445_739(void)
+ const mp_float& A002445_739(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_740(void)
+ const mp_float& A002445_740(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2985651570LL));
     return val;
   }
 
- static const mp_float& A002445_741(void)
+ const mp_float& A002445_741(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4920594L));
     return val;
   }
 
- static const mp_float& A002445_742(void)
+ const mp_float& A002445_742(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(69165870L));
     return val;
   }
 
- static const mp_float& A002445_743(void)
+ const mp_float& A002445_743(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8922L));
     return val;
   }
 
- static const mp_float& A002445_744(void)
+ const mp_float& A002445_744(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(25775974770LL));
     return val;
   }
 
- static const mp_float& A002445_745(void)
+ const mp_float& A002445_745(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_746(void)
+ const mp_float& A002445_746(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(44790L));
     return val;
   }
 
- static const mp_float& A002445_747(void)
+ const mp_float& A002445_747(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66499734L));
     return val;
   }
 
- static const mp_float& A002445_748(void)
+ const mp_float& A002445_748(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8413170L));
     return val;
   }
 
- static const mp_float& A002445_749(void)
+ const mp_float& A002445_749(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8994L));
     return val;
   }
 
- static const mp_float& A002445_750(void)
+ const mp_float& A002445_750(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(163252124079274230LL));
     return val;
   }
 
- static const mp_float& A002445_751(void)
+ const mp_float& A002445_751(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_752(void)
+ const mp_float& A002445_752(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_753(void)
+ const mp_float& A002445_753(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(21126L));
     return val;
   }
 
- static const mp_float& A002445_754(void)
+ const mp_float& A002445_754(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(93810L));
     return val;
   }
 
- static const mp_float& A002445_755(void)
+ const mp_float& A002445_755(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(99726L));
     return val;
   }
 
- static const mp_float& A002445_756(void)
+ const mp_float& A002445_756(void)
   {
     static const mp_float val("693861185865178959810");
     return val;
   }
 
- static const mp_float& A002445_757(void)
+ const mp_float& A002445_757(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_758(void)
+ const mp_float& A002445_758(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_759(void)
+ const mp_float& A002445_759(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(422828826L));
     return val;
   }
 
- static const mp_float& A002445_760(void)
+ const mp_float& A002445_760(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(33432183510LL));
     return val;
   }
 
- static const mp_float& A002445_761(void)
+ const mp_float& A002445_761(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(9138L));
     return val;
   }
 
- static const mp_float& A002445_762(void)
+ const mp_float& A002445_762(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1389570L));
     return val;
   }
 
- static const mp_float& A002445_763(void)
+ const mp_float& A002445_763(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_764(void)
+ const mp_float& A002445_764(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11490L));
     return val;
   }
 
- static const mp_float& A002445_765(void)
+ const mp_float& A002445_765(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(13173708858618LL));
     return val;
   }
 
- static const mp_float& A002445_766(void)
+ const mp_float& A002445_766(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_767(void)
+ const mp_float& A002445_767(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_768(void)
+ const mp_float& A002445_768(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(171711773909130LL));
     return val;
   }
 
- static const mp_float& A002445_769(void)
+ const mp_float& A002445_769(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_770(void)
+ const mp_float& A002445_770(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(15627810L));
     return val;
   }
 
- static const mp_float& A002445_771(void)
+ const mp_float& A002445_771(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(64806L));
     return val;
   }
 
- static const mp_float& A002445_772(void)
+ const mp_float& A002445_772(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23190L));
     return val;
   }
 
- static const mp_float& A002445_773(void)
+ const mp_float& A002445_773(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_774(void)
+ const mp_float& A002445_774(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(514298778630LL));
     return val;
   }
 
- static const mp_float& A002445_775(void)
+ const mp_float& A002445_775(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(20526L));
     return val;
   }
 
- static const mp_float& A002445_776(void)
+ const mp_float& A002445_776(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(308099670L));
     return val;
   }
 
- static const mp_float& A002445_777(void)
+ const mp_float& A002445_777(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(402738L));
     return val;
   }
 
- static const mp_float& A002445_778(void)
+ const mp_float& A002445_778(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_779(void)
+ const mp_float& A002445_779(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(776382L));
     return val;
   }
 
- static const mp_float& A002445_780(void)
+ const mp_float& A002445_780(void)
   {
     static const mp_float val("32695402455500348373810");
     return val;
   }
 
- static const mp_float& A002445_781(void)
+ const mp_float& A002445_781(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_782(void)
+ const mp_float& A002445_782(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1410L));
     return val;
   }
 
- static const mp_float& A002445_783(void)
+ const mp_float& A002445_783(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(38585629362LL));
     return val;
   }
 
- static const mp_float& A002445_784(void)
+ const mp_float& A002445_784(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(329240190L));
     return val;
   }
 
- static const mp_float& A002445_785(void)
+ const mp_float& A002445_785(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(103686L));
     return val;
   }
 
- static const mp_float& A002445_786(void)
+ const mp_float& A002445_786(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(565058130L));
     return val;
   }
 
- static const mp_float& A002445_787(void)
+ const mp_float& A002445_787(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_788(void)
+ const mp_float& A002445_788(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_789(void)
+ const mp_float& A002445_789(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66318L));
     return val;
   }
 
- static const mp_float& A002445_790(void)
+ const mp_float& A002445_790(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(104610L));
     return val;
   }
 
- static const mp_float& A002445_791(void)
+ const mp_float& A002445_791(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2156046L));
     return val;
   }
 
- static const mp_float& A002445_792(void)
+ const mp_float& A002445_792(void)
   {
     static const mp_float val("25806314286368291130");
     return val;
   }
 
- static const mp_float& A002445_793(void)
+ const mp_float& A002445_793(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_794(void)
+ const mp_float& A002445_794(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_795(void)
+ const mp_float& A002445_795(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1532454L));
     return val;
   }
 
- static const mp_float& A002445_796(void)
+ const mp_float& A002445_796(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23910L));
     return val;
   }
 
- static const mp_float& A002445_797(void)
+ const mp_float& A002445_797(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_798(void)
+ const mp_float& A002445_798(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1245000423030LL));
     return val;
   }
 
- static const mp_float& A002445_799(void)
+ const mp_float& A002445_799(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_800(void)
+ const mp_float& A002445_800(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(14914331651010LL));
     return val;
   }
 
- static const mp_float& A002445_801(void)
+ const mp_float& A002445_801(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(142842L));
     return val;
   }
 
- static const mp_float& A002445_802(void)
+ const mp_float& A002445_802(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_803(void)
+ const mp_float& A002445_803(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(221766L));
     return val;
   }
 
- static const mp_float& A002445_804(void)
+ const mp_float& A002445_804(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1181601330L));
     return val;
   }
 
- static const mp_float& A002445_805(void)
+ const mp_float& A002445_805(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(220242L));
     return val;
   }
 
- static const mp_float& A002445_806(void)
+ const mp_float& A002445_806(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2564670L));
     return val;
   }
 
- static const mp_float& A002445_807(void)
+ const mp_float& A002445_807(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_808(void)
+ const mp_float& A002445_808(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(412590L));
     return val;
   }
 
- static const mp_float& A002445_809(void)
+ const mp_float& A002445_809(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(9714L));
     return val;
   }
 
- static const mp_float& A002445_810(void)
+ const mp_float& A002445_810(void)
   {
     static const mp_float val("24743736851520275624910204330");
     return val;
   }
 
- static const mp_float& A002445_811(void)
+ const mp_float& A002445_811(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_812(void)
+ const mp_float& A002445_812(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11959890L));
     return val;
   }
 
- static const mp_float& A002445_813(void)
+ const mp_float& A002445_813(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(68334L));
     return val;
   }
 
- static const mp_float& A002445_814(void)
+ const mp_float& A002445_814(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(102810L));
     return val;
   }
 
- static const mp_float& A002445_815(void)
+ const mp_float& A002445_815(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_816(void)
+ const mp_float& A002445_816(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(25981510876230LL));
     return val;
   }
 
- static const mp_float& A002445_817(void)
+ const mp_float& A002445_817(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_818(void)
+ const mp_float& A002445_818(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(49110L));
     return val;
   }
 
- static const mp_float& A002445_819(void)
+ const mp_float& A002445_819(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(188316982014LL));
     return val;
   }
 
- static const mp_float& A002445_820(void)
+ const mp_float& A002445_820(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(921974790L));
     return val;
   }
 
- static const mp_float& A002445_821(void)
+ const mp_float& A002445_821(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_822(void)
+ const mp_float& A002445_822(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2246790L));
     return val;
   }
 
- static const mp_float& A002445_823(void)
+ const mp_float& A002445_823(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_824(void)
+ const mp_float& A002445_824(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_825(void)
+ const mp_float& A002445_825(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1103090766162LL));
     return val;
   }
 
- static const mp_float& A002445_826(void)
+ const mp_float& A002445_826(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(719490L));
     return val;
   }
 
- static const mp_float& A002445_827(void)
+ const mp_float& A002445_827(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_828(void)
+ const mp_float& A002445_828(void)
   {
     static const mp_float val("348265374941423358510");
     return val;
   }
 
- static const mp_float& A002445_829(void)
+ const mp_float& A002445_829(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_830(void)
+ const mp_float& A002445_830(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(55110L));
     return val;
   }
 
- static const mp_float& A002445_831(void)
+ const mp_float& A002445_831(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(69846L));
     return val;
   }
 
- static const mp_float& A002445_832(void)
+ const mp_float& A002445_832(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(27030L));
     return val;
   }
 
- static const mp_float& A002445_833(void)
+ const mp_float& A002445_833(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2390478L));
     return val;
   }
 
- static const mp_float& A002445_834(void)
+ const mp_float& A002445_834(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2537898090LL));
     return val;
   }
 
- static const mp_float& A002445_835(void)
+ const mp_float& A002445_835(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_836(void)
+ const mp_float& A002445_836(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(25730790L));
     return val;
   }
 
- static const mp_float& A002445_837(void)
+ const mp_float& A002445_837(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(798L));
     return val;
   }
 
- static const mp_float& A002445_838(void)
+ const mp_float& A002445_838(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(25170L));
     return val;
   }
 
- static const mp_float& A002445_839(void)
+ const mp_float& A002445_839(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_840(void)
+ const mp_float& A002445_840(void)
   {
     static const mp_float val("802787680649929796414310788070");
     return val;
   }
 
- static const mp_float& A002445_841(void)
+ const mp_float& A002445_841(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(354L));
     return val;
   }
 
- static const mp_float& A002445_842(void)
+ const mp_float& A002445_842(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_843(void)
+ const mp_float& A002445_843(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23646L));
     return val;
   }
 
- static const mp_float& A002445_844(void)
+ const mp_float& A002445_844(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_845(void)
+ const mp_float& A002445_845(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8646L));
     return val;
   }
 
- static const mp_float& A002445_846(void)
+ const mp_float& A002445_846(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(919520393610LL));
     return val;
   }
 
- static const mp_float& A002445_847(void)
+ const mp_float& A002445_847(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_848(void)
+ const mp_float& A002445_848(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(92605290L));
     return val;
   }
 
- static const mp_float& A002445_849(void)
+ const mp_float& A002445_849(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(71358L));
     return val;
   }
 
- static const mp_float& A002445_850(void)
+ const mp_float& A002445_850(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(33330L));
     return val;
   }
 
- static const mp_float& A002445_851(void)
+ const mp_float& A002445_851(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(282L));
     return val;
   }
 
- static const mp_float& A002445_852(void)
+ const mp_float& A002445_852(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1325024610L));
     return val;
   }
 
- static const mp_float& A002445_853(void)
+ const mp_float& A002445_853(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_854(void)
+ const mp_float& A002445_854(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1486830L));
     return val;
   }
 
- static const mp_float& A002445_855(void)
+ const mp_float& A002445_855(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(29677461198LL));
     return val;
   }
 
- static const mp_float& A002445_856(void)
+ const mp_float& A002445_856(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(437070L));
     return val;
   }
 
- static const mp_float& A002445_857(void)
+ const mp_float& A002445_857(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_858(void)
+ const mp_float& A002445_858(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2375532972870330LL));
     return val;
   }
 
- static const mp_float& A002445_859(void)
+ const mp_float& A002445_859(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_860(void)
+ const mp_float& A002445_860(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1736209148190LL));
     return val;
   }
 
- static const mp_float& A002445_861(void)
+ const mp_float& A002445_861(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(258274254L));
     return val;
   }
 
- static const mp_float& A002445_862(void)
+ const mp_float& A002445_862(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(25890L));
     return val;
   }
 
- static const mp_float& A002445_863(void)
+ const mp_float& A002445_863(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_864(void)
+ const mp_float& A002445_864(void)
   {
     static const mp_float val("1214252494343571301710");
     return val;
   }
 
- static const mp_float& A002445_865(void)
+ const mp_float& A002445_865(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(22902L));
     return val;
   }
 
- static const mp_float& A002445_866(void)
+ const mp_float& A002445_866(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(51990L));
     return val;
   }
 
- static const mp_float& A002445_867(void)
+ const mp_float& A002445_867(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4326L));
     return val;
   }
 
- static const mp_float& A002445_868(void)
+ const mp_float& A002445_868(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(870L));
     return val;
   }
 
- static const mp_float& A002445_869(void)
+ const mp_float& A002445_869(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(138L));
     return val;
   }
 
- static const mp_float& A002445_870(void)
+ const mp_float& A002445_870(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2035743565485630LL));
     return val;
   }
 
- static const mp_float& A002445_871(void)
+ const mp_float& A002445_871(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_872(void)
+ const mp_float& A002445_872(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_873(void)
+ const mp_float& A002445_873(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1394106L));
     return val;
   }
 
- static const mp_float& A002445_874(void)
+ const mp_float& A002445_874(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1410L));
     return val;
   }
 
- static const mp_float& A002445_875(void)
+ const mp_float& A002445_875(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1176186L));
     return val;
   }
 
- static const mp_float& A002445_876(void)
+ const mp_float& A002445_876(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(539853967071510LL));
     return val;
   }
 
- static const mp_float& A002445_877(void)
+ const mp_float& A002445_877(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_878(void)
+ const mp_float& A002445_878(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_879(void)
+ const mp_float& A002445_879(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(43366386L));
     return val;
   }
 
- static const mp_float& A002445_880(void)
+ const mp_float& A002445_880(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(146424980356710LL));
     return val;
   }
 
- static const mp_float& A002445_881(void)
+ const mp_float& A002445_881(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_882(void)
+ const mp_float& A002445_882(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(52870701923285610LL));
     return val;
   }
 
- static const mp_float& A002445_883(void)
+ const mp_float& A002445_883(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_884(void)
+ const mp_float& A002445_884(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(96498690L));
     return val;
   }
 
- static const mp_float& A002445_885(void)
+ const mp_float& A002445_885(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(14322L));
     return val;
   }
 
- static const mp_float& A002445_886(void)
+ const mp_float& A002445_886(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(26610L));
     return val;
   }
 
- static const mp_float& A002445_887(void)
+ const mp_float& A002445_887(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_888(void)
+ const mp_float& A002445_888(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1624968030228270LL));
     return val;
   }
 
- static const mp_float& A002445_889(void)
+ const mp_float& A002445_889(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_890(void)
+ const mp_float& A002445_890(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(59070L));
     return val;
   }
 
- static const mp_float& A002445_891(void)
+ const mp_float& A002445_891(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(71120950811778LL));
     return val;
   }
 
- static const mp_float& A002445_892(void)
+ const mp_float& A002445_892(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_893(void)
+ const mp_float& A002445_893(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(10722L));
     return val;
   }
 
- static const mp_float& A002445_894(void)
+ const mp_float& A002445_894(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(4883970L));
     return val;
   }
 
- static const mp_float& A002445_895(void)
+ const mp_float& A002445_895(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23694L));
     return val;
   }
 
- static const mp_float& A002445_896(void)
+ const mp_float& A002445_896(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(192852859110LL));
     return val;
   }
 
- static const mp_float& A002445_897(void)
+ const mp_float& A002445_897(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(12984219906LL));
     return val;
   }
 
- static const mp_float& A002445_898(void)
+ const mp_float& A002445_898(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_899(void)
+ const mp_float& A002445_899(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(354L));
     return val;
   }
 
- static const mp_float& A002445_900(void)
+ const mp_float& A002445_900(void)
   {
     static const mp_float val("357004741097023204553137770");
     return val;
   }
 
- static const mp_float& A002445_901(void)
+ const mp_float& A002445_901(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(642L));
     return val;
   }
 
- static const mp_float& A002445_902(void)
+ const mp_float& A002445_902(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(57270L));
     return val;
   }
 
- static const mp_float& A002445_903(void)
+ const mp_float& A002445_903(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1806L));
     return val;
   }
 
- static const mp_float& A002445_904(void)
+ const mp_float& A002445_904(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(115770L));
     return val;
   }
 
- static const mp_float& A002445_905(void)
+ const mp_float& A002445_905(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(119526L));
     return val;
   }
 
- static const mp_float& A002445_906(void)
+ const mp_float& A002445_906(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2476110L));
     return val;
   }
 
- static const mp_float& A002445_907(void)
+ const mp_float& A002445_907(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_908(void)
+ const mp_float& A002445_908(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_909(void)
+ const mp_float& A002445_909(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(484386L));
     return val;
   }
 
- static const mp_float& A002445_910(void)
+ const mp_float& A002445_910(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(4297697351310LL));
     return val;
   }
 
- static const mp_float& A002445_911(void)
+ const mp_float& A002445_911(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(10938L));
     return val;
   }
 
- static const mp_float& A002445_912(void)
+ const mp_float& A002445_912(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(471123735810LL));
     return val;
   }
 
- static const mp_float& A002445_913(void)
+ const mp_float& A002445_913(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23046L));
     return val;
   }
 
- static const mp_float& A002445_914(void)
+ const mp_float& A002445_914(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_915(void)
+ const mp_float& A002445_915(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(9624054594LL));
     return val;
   }
 
- static const mp_float& A002445_916(void)
+ const mp_float& A002445_916(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_917(void)
+ const mp_float& A002445_917(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1578L));
     return val;
   }
 
- static const mp_float& A002445_918(void)
+ const mp_float& A002445_918(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(3726456501173812770LL));
     return val;
   }
 
- static const mp_float& A002445_919(void)
+ const mp_float& A002445_919(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_920(void)
+ const mp_float& A002445_920(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(4983626670LL));
     return val;
   }
 
- static const mp_float& A002445_921(void)
+ const mp_float& A002445_921(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_922(void)
+ const mp_float& A002445_922(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_923(void)
+ const mp_float& A002445_923(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11082L));
     return val;
   }
 
- static const mp_float& A002445_924(void)
+ const mp_float& A002445_924(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(133379136339029490LL));
     return val;
   }
 
- static const mp_float& A002445_925(void)
+ const mp_float& A002445_925(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_926(void)
+ const mp_float& A002445_926(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_927(void)
+ const mp_float& A002445_927(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(493962L));
     return val;
   }
 
- static const mp_float& A002445_928(void)
+ const mp_float& A002445_928(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(6513191130LL));
     return val;
   }
 
- static const mp_float& A002445_929(void)
+ const mp_float& A002445_929(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_930(void)
+ const mp_float& A002445_930(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(12259209165793590LL));
     return val;
   }
 
- static const mp_float& A002445_931(void)
+ const mp_float& A002445_931(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_932(void)
+ const mp_float& A002445_932(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(14010L));
     return val;
   }
 
- static const mp_float& A002445_933(void)
+ const mp_float& A002445_933(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(78414L));
     return val;
   }
 
- static const mp_float& A002445_934(void)
+ const mp_float& A002445_934(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_935(void)
+ const mp_float& A002445_935(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2840178L));
     return val;
   }
 
- static const mp_float& A002445_936(void)
+ const mp_float& A002445_936(void)
   {
     static const mp_float val("860030934465564643347930");
     return val;
   }
 
- static const mp_float& A002445_937(void)
+ const mp_float& A002445_937(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_938(void)
+ const mp_float& A002445_938(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(439274310L));
     return val;
   }
 
- static const mp_float& A002445_939(void)
+ const mp_float& A002445_939(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(78918L));
     return val;
   }
 
- static const mp_float& A002445_940(void)
+ const mp_float& A002445_940(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(12731730L));
     return val;
   }
 
- static const mp_float& A002445_941(void)
+ const mp_float& A002445_941(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_942(void)
+ const mp_float& A002445_942(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2730L));
     return val;
   }
 
- static const mp_float& A002445_943(void)
+ const mp_float& A002445_943(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(23406L));
     return val;
   }
 
- static const mp_float& A002445_944(void)
+ const mp_float& A002445_944(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(963390L));
     return val;
   }
 
- static const mp_float& A002445_945(void)
+ const mp_float& A002445_945(void)
   {
     static const mp_float val("1442806569060262870002");
     return val;
   }
 
- static const mp_float& A002445_946(void)
+ const mp_float& A002445_946(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(113043390L));
     return val;
   }
 
- static const mp_float& A002445_947(void)
+ const mp_float& A002445_947(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_948(void)
+ const mp_float& A002445_948(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(865410L));
     return val;
   }
 
- static const mp_float& A002445_949(void)
+ const mp_float& A002445_949(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_950(void)
+ const mp_float& A002445_950(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(12101823030LL));
     return val;
   }
 
- static const mp_float& A002445_951(void)
+ const mp_float& A002445_951(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(42L));
     return val;
   }
 
- static const mp_float& A002445_952(void)
+ const mp_float& A002445_952(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(52150441110330LL));
     return val;
   }
 
- static const mp_float& A002445_953(void)
+ const mp_float& A002445_953(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(11442L));
     return val;
   }
 
- static const mp_float& A002445_954(void)
+ const mp_float& A002445_954(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(205353330L));
     return val;
   }
 
- static const mp_float& A002445_955(void)
+ const mp_float& A002445_955(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(25278L));
     return val;
   }
 
- static const mp_float& A002445_956(void)
+ const mp_float& A002445_956(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(27489810L));
     return val;
   }
 
- static const mp_float& A002445_957(void)
+ const mp_float& A002445_957(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3818598L));
     return val;
   }
 
- static const mp_float& A002445_958(void)
+ const mp_float& A002445_958(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_959(void)
+ const mp_float& A002445_959(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_960(void)
+ const mp_float& A002445_960(void)
   {
     static const mp_float val("114467910299711778810");
     return val;
   }
 
- static const mp_float& A002445_961(void)
+ const mp_float& A002445_961(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_962(void)
+ const mp_float& A002445_962(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(236910L));
     return val;
   }
 
- static const mp_float& A002445_963(void)
+ const mp_float& A002445_963(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(513114L));
     return val;
   }
 
- static const mp_float& A002445_964(void)
+ const mp_float& A002445_964(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(30L));
     return val;
   }
 
- static const mp_float& A002445_965(void)
+ const mp_float& A002445_965(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(127446L));
     return val;
   }
 
- static const mp_float& A002445_966(void)
+ const mp_float& A002445_966(void)
   {
     static const mp_float val("11515421944774011810");
     return val;
   }
 
- static const mp_float& A002445_967(void)
+ const mp_float& A002445_967(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_968(void)
+ const mp_float& A002445_968(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1043970L));
     return val;
   }
 
- static const mp_float& A002445_969(void)
+ const mp_float& A002445_969(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2798922L));
     return val;
   }
 
- static const mp_float& A002445_970(void)
+ const mp_float& A002445_970(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(124647270L));
     return val;
   }
 
- static const mp_float& A002445_971(void)
+ const mp_float& A002445_971(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_972(void)
+ const mp_float& A002445_972(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1212226840600230LL));
     return val;
   }
 
- static const mp_float& A002445_973(void)
+ const mp_float& A002445_973(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_974(void)
+ const mp_float& A002445_974(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(58470L));
     return val;
   }
 
- static const mp_float& A002445_975(void)
+ const mp_float& A002445_975(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(43665282377178LL));
     return val;
   }
 
- static const mp_float& A002445_976(void)
+ const mp_float& A002445_976(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(498270L));
     return val;
   }
 
- static const mp_float& A002445_977(void)
+ const mp_float& A002445_977(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_978(void)
+ const mp_float& A002445_978(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1782690L));
     return val;
   }
 
- static const mp_float& A002445_979(void)
+ const mp_float& A002445_979(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(24702L));
     return val;
   }
 
- static const mp_float& A002445_980(void)
+ const mp_float& A002445_980(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(757195773923490LL));
     return val;
   }
 
- static const mp_float& A002445_981(void)
+ const mp_float& A002445_981(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(798L));
     return val;
   }
 
- static const mp_float& A002445_982(void)
+ const mp_float& A002445_982(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(29490L));
     return val;
   }
 
- static const mp_float& A002445_983(void)
+ const mp_float& A002445_983(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_984(void)
+ const mp_float& A002445_984(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3852030L));
     return val;
   }
 
- static const mp_float& A002445_985(void)
+ const mp_float& A002445_985(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_986(void)
+ const mp_float& A002445_986(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3492210L));
     return val;
   }
 
- static const mp_float& A002445_987(void)
+ const mp_float& A002445_987(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(336813582L));
     return val;
   }
 
- static const mp_float& A002445_988(void)
+ const mp_float& A002445_988(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1590L));
     return val;
   }
 
- static const mp_float& A002445_989(void)
+ const mp_float& A002445_989(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(558078L));
     return val;
   }
 
- static const mp_float& A002445_990(void)
+ const mp_float& A002445_990(void)
   {
     static const mp_float val("190734866876644507968532551570");
     return val;
   }
 
- static const mp_float& A002445_991(void)
+ const mp_float& A002445_991(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_992(void)
+ const mp_float& A002445_992(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(510L));
     return val;
   }
 
- static const mp_float& A002445_993(void)
+ const mp_float& A002445_993(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(83454L));
     return val;
   }
 
- static const mp_float& A002445_994(void)
+ const mp_float& A002445_994(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(870L));
     return val;
   }
 
- static const mp_float& A002445_995(void)
+ const mp_float& A002445_995(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(66L));
     return val;
   }
 
- static const mp_float& A002445_996(void)
+ const mp_float& A002445_996(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(452045469310890LL));
     return val;
   }
 
- static const mp_float& A002445_997(void)
+ const mp_float& A002445_997(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(6L));
     return val;
   }
 
- static const mp_float& A002445_998(void)
+ const mp_float& A002445_998(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(59910L));
     return val;
   }
 
- static const mp_float& A002445_999(void)
+ const mp_float& A002445_999(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(355730046L));
     return val;
   }
 
- static const mp_float& A002445_1000(void)
+ const mp_float& A002445_1000(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(2338224387510LL));
     return val;
@@ -6025,1017 +6025,1023 @@
 
 }
 
-namespace Tables
+namespace boost
 {
- const std::vector<pfn_efloat>& A002445(void)
+ namespace multiprecision
   {
- static const boost::array<pfn_efloat, 1001u> A002445_data =
- {{
- A002445_Table::A002445_0,
- A002445_Table::A002445_1,
- A002445_Table::A002445_2,
- A002445_Table::A002445_3,
- A002445_Table::A002445_4,
- A002445_Table::A002445_5,
- A002445_Table::A002445_6,
- A002445_Table::A002445_7,
- A002445_Table::A002445_8,
- A002445_Table::A002445_9,
- A002445_Table::A002445_10,
- A002445_Table::A002445_11,
- A002445_Table::A002445_12,
- A002445_Table::A002445_13,
- A002445_Table::A002445_14,
- A002445_Table::A002445_15,
- A002445_Table::A002445_16,
- A002445_Table::A002445_17,
- A002445_Table::A002445_18,
- A002445_Table::A002445_19,
- A002445_Table::A002445_20,
- A002445_Table::A002445_21,
- A002445_Table::A002445_22,
- A002445_Table::A002445_23,
- A002445_Table::A002445_24,
- A002445_Table::A002445_25,
- A002445_Table::A002445_26,
- A002445_Table::A002445_27,
- A002445_Table::A002445_28,
- A002445_Table::A002445_29,
- A002445_Table::A002445_30,
- A002445_Table::A002445_31,
- A002445_Table::A002445_32,
- A002445_Table::A002445_33,
- A002445_Table::A002445_34,
- A002445_Table::A002445_35,
- A002445_Table::A002445_36,
- A002445_Table::A002445_37,
- A002445_Table::A002445_38,
- A002445_Table::A002445_39,
- A002445_Table::A002445_40,
- A002445_Table::A002445_41,
- A002445_Table::A002445_42,
- A002445_Table::A002445_43,
- A002445_Table::A002445_44,
- A002445_Table::A002445_45,
- A002445_Table::A002445_46,
- A002445_Table::A002445_47,
- A002445_Table::A002445_48,
- A002445_Table::A002445_49,
- A002445_Table::A002445_50,
- A002445_Table::A002445_51,
- A002445_Table::A002445_52,
- A002445_Table::A002445_53,
- A002445_Table::A002445_54,
- A002445_Table::A002445_55,
- A002445_Table::A002445_56,
- A002445_Table::A002445_57,
- A002445_Table::A002445_58,
- A002445_Table::A002445_59,
- A002445_Table::A002445_60,
- A002445_Table::A002445_61,
- A002445_Table::A002445_62,
- A002445_Table::A002445_63,
- A002445_Table::A002445_64,
- A002445_Table::A002445_65,
- A002445_Table::A002445_66,
- A002445_Table::A002445_67,
- A002445_Table::A002445_68,
- A002445_Table::A002445_69,
- A002445_Table::A002445_70,
- A002445_Table::A002445_71,
- A002445_Table::A002445_72,
- A002445_Table::A002445_73,
- A002445_Table::A002445_74,
- A002445_Table::A002445_75,
- A002445_Table::A002445_76,
- A002445_Table::A002445_77,
- A002445_Table::A002445_78,
- A002445_Table::A002445_79,
- A002445_Table::A002445_80,
- A002445_Table::A002445_81,
- A002445_Table::A002445_82,
- A002445_Table::A002445_83,
- A002445_Table::A002445_84,
- A002445_Table::A002445_85,
- A002445_Table::A002445_86,
- A002445_Table::A002445_87,
- A002445_Table::A002445_88,
- A002445_Table::A002445_89,
- A002445_Table::A002445_90,
- A002445_Table::A002445_91,
- A002445_Table::A002445_92,
- A002445_Table::A002445_93,
- A002445_Table::A002445_94,
- A002445_Table::A002445_95,
- A002445_Table::A002445_96,
- A002445_Table::A002445_97,
- A002445_Table::A002445_98,
- A002445_Table::A002445_99,
- A002445_Table::A002445_100,
- A002445_Table::A002445_101,
- A002445_Table::A002445_102,
- A002445_Table::A002445_103,
- A002445_Table::A002445_104,
- A002445_Table::A002445_105,
- A002445_Table::A002445_106,
- A002445_Table::A002445_107,
- A002445_Table::A002445_108,
- A002445_Table::A002445_109,
- A002445_Table::A002445_110,
- A002445_Table::A002445_111,
- A002445_Table::A002445_112,
- A002445_Table::A002445_113,
- A002445_Table::A002445_114,
- A002445_Table::A002445_115,
- A002445_Table::A002445_116,
- A002445_Table::A002445_117,
- A002445_Table::A002445_118,
- A002445_Table::A002445_119,
- A002445_Table::A002445_120,
- A002445_Table::A002445_121,
- A002445_Table::A002445_122,
- A002445_Table::A002445_123,
- A002445_Table::A002445_124,
- A002445_Table::A002445_125,
- A002445_Table::A002445_126,
- A002445_Table::A002445_127,
- A002445_Table::A002445_128,
- A002445_Table::A002445_129,
- A002445_Table::A002445_130,
- A002445_Table::A002445_131,
- A002445_Table::A002445_132,
- A002445_Table::A002445_133,
- A002445_Table::A002445_134,
- A002445_Table::A002445_135,
- A002445_Table::A002445_136,
- A002445_Table::A002445_137,
- A002445_Table::A002445_138,
- A002445_Table::A002445_139,
- A002445_Table::A002445_140,
- A002445_Table::A002445_141,
- A002445_Table::A002445_142,
- A002445_Table::A002445_143,
- A002445_Table::A002445_144,
- A002445_Table::A002445_145,
- A002445_Table::A002445_146,
- A002445_Table::A002445_147,
- A002445_Table::A002445_148,
- A002445_Table::A002445_149,
- A002445_Table::A002445_150,
- A002445_Table::A002445_151,
- A002445_Table::A002445_152,
- A002445_Table::A002445_153,
- A002445_Table::A002445_154,
- A002445_Table::A002445_155,
- A002445_Table::A002445_156,
- A002445_Table::A002445_157,
- A002445_Table::A002445_158,
- A002445_Table::A002445_159,
- A002445_Table::A002445_160,
- A002445_Table::A002445_161,
- A002445_Table::A002445_162,
- A002445_Table::A002445_163,
- A002445_Table::A002445_164,
- A002445_Table::A002445_165,
- A002445_Table::A002445_166,
- A002445_Table::A002445_167,
- A002445_Table::A002445_168,
- A002445_Table::A002445_169,
- A002445_Table::A002445_170,
- A002445_Table::A002445_171,
- A002445_Table::A002445_172,
- A002445_Table::A002445_173,
- A002445_Table::A002445_174,
- A002445_Table::A002445_175,
- A002445_Table::A002445_176,
- A002445_Table::A002445_177,
- A002445_Table::A002445_178,
- A002445_Table::A002445_179,
- A002445_Table::A002445_180,
- A002445_Table::A002445_181,
- A002445_Table::A002445_182,
- A002445_Table::A002445_183,
- A002445_Table::A002445_184,
- A002445_Table::A002445_185,
- A002445_Table::A002445_186,
- A002445_Table::A002445_187,
- A002445_Table::A002445_188,
- A002445_Table::A002445_189,
- A002445_Table::A002445_190,
- A002445_Table::A002445_191,
- A002445_Table::A002445_192,
- A002445_Table::A002445_193,
- A002445_Table::A002445_194,
- A002445_Table::A002445_195,
- A002445_Table::A002445_196,
- A002445_Table::A002445_197,
- A002445_Table::A002445_198,
- A002445_Table::A002445_199,
- A002445_Table::A002445_200,
- A002445_Table::A002445_201,
- A002445_Table::A002445_202,
- A002445_Table::A002445_203,
- A002445_Table::A002445_204,
- A002445_Table::A002445_205,
- A002445_Table::A002445_206,
- A002445_Table::A002445_207,
- A002445_Table::A002445_208,
- A002445_Table::A002445_209,
- A002445_Table::A002445_210,
- A002445_Table::A002445_211,
- A002445_Table::A002445_212,
- A002445_Table::A002445_213,
- A002445_Table::A002445_214,
- A002445_Table::A002445_215,
- A002445_Table::A002445_216,
- A002445_Table::A002445_217,
- A002445_Table::A002445_218,
- A002445_Table::A002445_219,
- A002445_Table::A002445_220,
- A002445_Table::A002445_221,
- A002445_Table::A002445_222,
- A002445_Table::A002445_223,
- A002445_Table::A002445_224,
- A002445_Table::A002445_225,
- A002445_Table::A002445_226,
- A002445_Table::A002445_227,
- A002445_Table::A002445_228,
- A002445_Table::A002445_229,
- A002445_Table::A002445_230,
- A002445_Table::A002445_231,
- A002445_Table::A002445_232,
- A002445_Table::A002445_233,
- A002445_Table::A002445_234,
- A002445_Table::A002445_235,
- A002445_Table::A002445_236,
- A002445_Table::A002445_237,
- A002445_Table::A002445_238,
- A002445_Table::A002445_239,
- A002445_Table::A002445_240,
- A002445_Table::A002445_241,
- A002445_Table::A002445_242,
- A002445_Table::A002445_243,
- A002445_Table::A002445_244,
- A002445_Table::A002445_245,
- A002445_Table::A002445_246,
- A002445_Table::A002445_247,
- A002445_Table::A002445_248,
- A002445_Table::A002445_249,
- A002445_Table::A002445_250,
- A002445_Table::A002445_251,
- A002445_Table::A002445_252,
- A002445_Table::A002445_253,
- A002445_Table::A002445_254,
- A002445_Table::A002445_255,
- A002445_Table::A002445_256,
- A002445_Table::A002445_257,
- A002445_Table::A002445_258,
- A002445_Table::A002445_259,
- A002445_Table::A002445_260,
- A002445_Table::A002445_261,
- A002445_Table::A002445_262,
- A002445_Table::A002445_263,
- A002445_Table::A002445_264,
- A002445_Table::A002445_265,
- A002445_Table::A002445_266,
- A002445_Table::A002445_267,
- A002445_Table::A002445_268,
- A002445_Table::A002445_269,
- A002445_Table::A002445_270,
- A002445_Table::A002445_271,
- A002445_Table::A002445_272,
- A002445_Table::A002445_273,
- A002445_Table::A002445_274,
- A002445_Table::A002445_275,
- A002445_Table::A002445_276,
- A002445_Table::A002445_277,
- A002445_Table::A002445_278,
- A002445_Table::A002445_279,
- A002445_Table::A002445_280,
- A002445_Table::A002445_281,
- A002445_Table::A002445_282,
- A002445_Table::A002445_283,
- A002445_Table::A002445_284,
- A002445_Table::A002445_285,
- A002445_Table::A002445_286,
- A002445_Table::A002445_287,
- A002445_Table::A002445_288,
- A002445_Table::A002445_289,
- A002445_Table::A002445_290,
- A002445_Table::A002445_291,
- A002445_Table::A002445_292,
- A002445_Table::A002445_293,
- A002445_Table::A002445_294,
- A002445_Table::A002445_295,
- A002445_Table::A002445_296,
- A002445_Table::A002445_297,
- A002445_Table::A002445_298,
- A002445_Table::A002445_299,
- A002445_Table::A002445_300,
- A002445_Table::A002445_301,
- A002445_Table::A002445_302,
- A002445_Table::A002445_303,
- A002445_Table::A002445_304,
- A002445_Table::A002445_305,
- A002445_Table::A002445_306,
- A002445_Table::A002445_307,
- A002445_Table::A002445_308,
- A002445_Table::A002445_309,
- A002445_Table::A002445_310,
- A002445_Table::A002445_311,
- A002445_Table::A002445_312,
- A002445_Table::A002445_313,
- A002445_Table::A002445_314,
- A002445_Table::A002445_315,
- A002445_Table::A002445_316,
- A002445_Table::A002445_317,
- A002445_Table::A002445_318,
- A002445_Table::A002445_319,
- A002445_Table::A002445_320,
- A002445_Table::A002445_321,
- A002445_Table::A002445_322,
- A002445_Table::A002445_323,
- A002445_Table::A002445_324,
- A002445_Table::A002445_325,
- A002445_Table::A002445_326,
- A002445_Table::A002445_327,
- A002445_Table::A002445_328,
- A002445_Table::A002445_329,
- A002445_Table::A002445_330,
- A002445_Table::A002445_331,
- A002445_Table::A002445_332,
- A002445_Table::A002445_333,
- A002445_Table::A002445_334,
- A002445_Table::A002445_335,
- A002445_Table::A002445_336,
- A002445_Table::A002445_337,
- A002445_Table::A002445_338,
- A002445_Table::A002445_339,
- A002445_Table::A002445_340,
- A002445_Table::A002445_341,
- A002445_Table::A002445_342,
- A002445_Table::A002445_343,
- A002445_Table::A002445_344,
- A002445_Table::A002445_345,
- A002445_Table::A002445_346,
- A002445_Table::A002445_347,
- A002445_Table::A002445_348,
- A002445_Table::A002445_349,
- A002445_Table::A002445_350,
- A002445_Table::A002445_351,
- A002445_Table::A002445_352,
- A002445_Table::A002445_353,
- A002445_Table::A002445_354,
- A002445_Table::A002445_355,
- A002445_Table::A002445_356,
- A002445_Table::A002445_357,
- A002445_Table::A002445_358,
- A002445_Table::A002445_359,
- A002445_Table::A002445_360,
- A002445_Table::A002445_361,
- A002445_Table::A002445_362,
- A002445_Table::A002445_363,
- A002445_Table::A002445_364,
- A002445_Table::A002445_365,
- A002445_Table::A002445_366,
- A002445_Table::A002445_367,
- A002445_Table::A002445_368,
- A002445_Table::A002445_369,
- A002445_Table::A002445_370,
- A002445_Table::A002445_371,
- A002445_Table::A002445_372,
- A002445_Table::A002445_373,
- A002445_Table::A002445_374,
- A002445_Table::A002445_375,
- A002445_Table::A002445_376,
- A002445_Table::A002445_377,
- A002445_Table::A002445_378,
- A002445_Table::A002445_379,
- A002445_Table::A002445_380,
- A002445_Table::A002445_381,
- A002445_Table::A002445_382,
- A002445_Table::A002445_383,
- A002445_Table::A002445_384,
- A002445_Table::A002445_385,
- A002445_Table::A002445_386,
- A002445_Table::A002445_387,
- A002445_Table::A002445_388,
- A002445_Table::A002445_389,
- A002445_Table::A002445_390,
- A002445_Table::A002445_391,
- A002445_Table::A002445_392,
- A002445_Table::A002445_393,
- A002445_Table::A002445_394,
- A002445_Table::A002445_395,
- A002445_Table::A002445_396,
- A002445_Table::A002445_397,
- A002445_Table::A002445_398,
- A002445_Table::A002445_399,
- A002445_Table::A002445_400,
- A002445_Table::A002445_401,
- A002445_Table::A002445_402,
- A002445_Table::A002445_403,
- A002445_Table::A002445_404,
- A002445_Table::A002445_405,
- A002445_Table::A002445_406,
- A002445_Table::A002445_407,
- A002445_Table::A002445_408,
- A002445_Table::A002445_409,
- A002445_Table::A002445_410,
- A002445_Table::A002445_411,
- A002445_Table::A002445_412,
- A002445_Table::A002445_413,
- A002445_Table::A002445_414,
- A002445_Table::A002445_415,
- A002445_Table::A002445_416,
- A002445_Table::A002445_417,
- A002445_Table::A002445_418,
- A002445_Table::A002445_419,
- A002445_Table::A002445_420,
- A002445_Table::A002445_421,
- A002445_Table::A002445_422,
- A002445_Table::A002445_423,
- A002445_Table::A002445_424,
- A002445_Table::A002445_425,
- A002445_Table::A002445_426,
- A002445_Table::A002445_427,
- A002445_Table::A002445_428,
- A002445_Table::A002445_429,
- A002445_Table::A002445_430,
- A002445_Table::A002445_431,
- A002445_Table::A002445_432,
- A002445_Table::A002445_433,
- A002445_Table::A002445_434,
- A002445_Table::A002445_435,
- A002445_Table::A002445_436,
- A002445_Table::A002445_437,
- A002445_Table::A002445_438,
- A002445_Table::A002445_439,
- A002445_Table::A002445_440,
- A002445_Table::A002445_441,
- A002445_Table::A002445_442,
- A002445_Table::A002445_443,
- A002445_Table::A002445_444,
- A002445_Table::A002445_445,
- A002445_Table::A002445_446,
- A002445_Table::A002445_447,
- A002445_Table::A002445_448,
- A002445_Table::A002445_449,
- A002445_Table::A002445_450,
- A002445_Table::A002445_451,
- A002445_Table::A002445_452,
- A002445_Table::A002445_453,
- A002445_Table::A002445_454,
- A002445_Table::A002445_455,
- A002445_Table::A002445_456,
- A002445_Table::A002445_457,
- A002445_Table::A002445_458,
- A002445_Table::A002445_459,
- A002445_Table::A002445_460,
- A002445_Table::A002445_461,
- A002445_Table::A002445_462,
- A002445_Table::A002445_463,
- A002445_Table::A002445_464,
- A002445_Table::A002445_465,
- A002445_Table::A002445_466,
- A002445_Table::A002445_467,
- A002445_Table::A002445_468,
- A002445_Table::A002445_469,
- A002445_Table::A002445_470,
- A002445_Table::A002445_471,
- A002445_Table::A002445_472,
- A002445_Table::A002445_473,
- A002445_Table::A002445_474,
- A002445_Table::A002445_475,
- A002445_Table::A002445_476,
- A002445_Table::A002445_477,
- A002445_Table::A002445_478,
- A002445_Table::A002445_479,
- A002445_Table::A002445_480,
- A002445_Table::A002445_481,
- A002445_Table::A002445_482,
- A002445_Table::A002445_483,
- A002445_Table::A002445_484,
- A002445_Table::A002445_485,
- A002445_Table::A002445_486,
- A002445_Table::A002445_487,
- A002445_Table::A002445_488,
- A002445_Table::A002445_489,
- A002445_Table::A002445_490,
- A002445_Table::A002445_491,
- A002445_Table::A002445_492,
- A002445_Table::A002445_493,
- A002445_Table::A002445_494,
- A002445_Table::A002445_495,
- A002445_Table::A002445_496,
- A002445_Table::A002445_497,
- A002445_Table::A002445_498,
- A002445_Table::A002445_499,
- A002445_Table::A002445_500,
- A002445_Table::A002445_501,
- A002445_Table::A002445_502,
- A002445_Table::A002445_503,
- A002445_Table::A002445_504,
- A002445_Table::A002445_505,
- A002445_Table::A002445_506,
- A002445_Table::A002445_507,
- A002445_Table::A002445_508,
- A002445_Table::A002445_509,
- A002445_Table::A002445_510,
- A002445_Table::A002445_511,
- A002445_Table::A002445_512,
- A002445_Table::A002445_513,
- A002445_Table::A002445_514,
- A002445_Table::A002445_515,
- A002445_Table::A002445_516,
- A002445_Table::A002445_517,
- A002445_Table::A002445_518,
- A002445_Table::A002445_519,
- A002445_Table::A002445_520,
- A002445_Table::A002445_521,
- A002445_Table::A002445_522,
- A002445_Table::A002445_523,
- A002445_Table::A002445_524,
- A002445_Table::A002445_525,
- A002445_Table::A002445_526,
- A002445_Table::A002445_527,
- A002445_Table::A002445_528,
- A002445_Table::A002445_529,
- A002445_Table::A002445_530,
- A002445_Table::A002445_531,
- A002445_Table::A002445_532,
- A002445_Table::A002445_533,
- A002445_Table::A002445_534,
- A002445_Table::A002445_535,
- A002445_Table::A002445_536,
- A002445_Table::A002445_537,
- A002445_Table::A002445_538,
- A002445_Table::A002445_539,
- A002445_Table::A002445_540,
- A002445_Table::A002445_541,
- A002445_Table::A002445_542,
- A002445_Table::A002445_543,
- A002445_Table::A002445_544,
- A002445_Table::A002445_545,
- A002445_Table::A002445_546,
- A002445_Table::A002445_547,
- A002445_Table::A002445_548,
- A002445_Table::A002445_549,
- A002445_Table::A002445_550,
- A002445_Table::A002445_551,
- A002445_Table::A002445_552,
- A002445_Table::A002445_553,
- A002445_Table::A002445_554,
- A002445_Table::A002445_555,
- A002445_Table::A002445_556,
- A002445_Table::A002445_557,
- A002445_Table::A002445_558,
- A002445_Table::A002445_559,
- A002445_Table::A002445_560,
- A002445_Table::A002445_561,
- A002445_Table::A002445_562,
- A002445_Table::A002445_563,
- A002445_Table::A002445_564,
- A002445_Table::A002445_565,
- A002445_Table::A002445_566,
- A002445_Table::A002445_567,
- A002445_Table::A002445_568,
- A002445_Table::A002445_569,
- A002445_Table::A002445_570,
- A002445_Table::A002445_571,
- A002445_Table::A002445_572,
- A002445_Table::A002445_573,
- A002445_Table::A002445_574,
- A002445_Table::A002445_575,
- A002445_Table::A002445_576,
- A002445_Table::A002445_577,
- A002445_Table::A002445_578,
- A002445_Table::A002445_579,
- A002445_Table::A002445_580,
- A002445_Table::A002445_581,
- A002445_Table::A002445_582,
- A002445_Table::A002445_583,
- A002445_Table::A002445_584,
- A002445_Table::A002445_585,
- A002445_Table::A002445_586,
- A002445_Table::A002445_587,
- A002445_Table::A002445_588,
- A002445_Table::A002445_589,
- A002445_Table::A002445_590,
- A002445_Table::A002445_591,
- A002445_Table::A002445_592,
- A002445_Table::A002445_593,
- A002445_Table::A002445_594,
- A002445_Table::A002445_595,
- A002445_Table::A002445_596,
- A002445_Table::A002445_597,
- A002445_Table::A002445_598,
- A002445_Table::A002445_599,
- A002445_Table::A002445_600,
- A002445_Table::A002445_601,
- A002445_Table::A002445_602,
- A002445_Table::A002445_603,
- A002445_Table::A002445_604,
- A002445_Table::A002445_605,
- A002445_Table::A002445_606,
- A002445_Table::A002445_607,
- A002445_Table::A002445_608,
- A002445_Table::A002445_609,
- A002445_Table::A002445_610,
- A002445_Table::A002445_611,
- A002445_Table::A002445_612,
- A002445_Table::A002445_613,
- A002445_Table::A002445_614,
- A002445_Table::A002445_615,
- A002445_Table::A002445_616,
- A002445_Table::A002445_617,
- A002445_Table::A002445_618,
- A002445_Table::A002445_619,
- A002445_Table::A002445_620,
- A002445_Table::A002445_621,
- A002445_Table::A002445_622,
- A002445_Table::A002445_623,
- A002445_Table::A002445_624,
- A002445_Table::A002445_625,
- A002445_Table::A002445_626,
- A002445_Table::A002445_627,
- A002445_Table::A002445_628,
- A002445_Table::A002445_629,
- A002445_Table::A002445_630,
- A002445_Table::A002445_631,
- A002445_Table::A002445_632,
- A002445_Table::A002445_633,
- A002445_Table::A002445_634,
- A002445_Table::A002445_635,
- A002445_Table::A002445_636,
- A002445_Table::A002445_637,
- A002445_Table::A002445_638,
- A002445_Table::A002445_639,
- A002445_Table::A002445_640,
- A002445_Table::A002445_641,
- A002445_Table::A002445_642,
- A002445_Table::A002445_643,
- A002445_Table::A002445_644,
- A002445_Table::A002445_645,
- A002445_Table::A002445_646,
- A002445_Table::A002445_647,
- A002445_Table::A002445_648,
- A002445_Table::A002445_649,
- A002445_Table::A002445_650,
- A002445_Table::A002445_651,
- A002445_Table::A002445_652,
- A002445_Table::A002445_653,
- A002445_Table::A002445_654,
- A002445_Table::A002445_655,
- A002445_Table::A002445_656,
- A002445_Table::A002445_657,
- A002445_Table::A002445_658,
- A002445_Table::A002445_659,
- A002445_Table::A002445_660,
- A002445_Table::A002445_661,
- A002445_Table::A002445_662,
- A002445_Table::A002445_663,
- A002445_Table::A002445_664,
- A002445_Table::A002445_665,
- A002445_Table::A002445_666,
- A002445_Table::A002445_667,
- A002445_Table::A002445_668,
- A002445_Table::A002445_669,
- A002445_Table::A002445_670,
- A002445_Table::A002445_671,
- A002445_Table::A002445_672,
- A002445_Table::A002445_673,
- A002445_Table::A002445_674,
- A002445_Table::A002445_675,
- A002445_Table::A002445_676,
- A002445_Table::A002445_677,
- A002445_Table::A002445_678,
- A002445_Table::A002445_679,
- A002445_Table::A002445_680,
- A002445_Table::A002445_681,
- A002445_Table::A002445_682,
- A002445_Table::A002445_683,
- A002445_Table::A002445_684,
- A002445_Table::A002445_685,
- A002445_Table::A002445_686,
- A002445_Table::A002445_687,
- A002445_Table::A002445_688,
- A002445_Table::A002445_689,
- A002445_Table::A002445_690,
- A002445_Table::A002445_691,
- A002445_Table::A002445_692,
- A002445_Table::A002445_693,
- A002445_Table::A002445_694,
- A002445_Table::A002445_695,
- A002445_Table::A002445_696,
- A002445_Table::A002445_697,
- A002445_Table::A002445_698,
- A002445_Table::A002445_699,
- A002445_Table::A002445_700,
- A002445_Table::A002445_701,
- A002445_Table::A002445_702,
- A002445_Table::A002445_703,
- A002445_Table::A002445_704,
- A002445_Table::A002445_705,
- A002445_Table::A002445_706,
- A002445_Table::A002445_707,
- A002445_Table::A002445_708,
- A002445_Table::A002445_709,
- A002445_Table::A002445_710,
- A002445_Table::A002445_711,
- A002445_Table::A002445_712,
- A002445_Table::A002445_713,
- A002445_Table::A002445_714,
- A002445_Table::A002445_715,
- A002445_Table::A002445_716,
- A002445_Table::A002445_717,
- A002445_Table::A002445_718,
- A002445_Table::A002445_719,
- A002445_Table::A002445_720,
- A002445_Table::A002445_721,
- A002445_Table::A002445_722,
- A002445_Table::A002445_723,
- A002445_Table::A002445_724,
- A002445_Table::A002445_725,
- A002445_Table::A002445_726,
- A002445_Table::A002445_727,
- A002445_Table::A002445_728,
- A002445_Table::A002445_729,
- A002445_Table::A002445_730,
- A002445_Table::A002445_731,
- A002445_Table::A002445_732,
- A002445_Table::A002445_733,
- A002445_Table::A002445_734,
- A002445_Table::A002445_735,
- A002445_Table::A002445_736,
- A002445_Table::A002445_737,
- A002445_Table::A002445_738,
- A002445_Table::A002445_739,
- A002445_Table::A002445_740,
- A002445_Table::A002445_741,
- A002445_Table::A002445_742,
- A002445_Table::A002445_743,
- A002445_Table::A002445_744,
- A002445_Table::A002445_745,
- A002445_Table::A002445_746,
- A002445_Table::A002445_747,
- A002445_Table::A002445_748,
- A002445_Table::A002445_749,
- A002445_Table::A002445_750,
- A002445_Table::A002445_751,
- A002445_Table::A002445_752,
- A002445_Table::A002445_753,
- A002445_Table::A002445_754,
- A002445_Table::A002445_755,
- A002445_Table::A002445_756,
- A002445_Table::A002445_757,
- A002445_Table::A002445_758,
- A002445_Table::A002445_759,
- A002445_Table::A002445_760,
- A002445_Table::A002445_761,
- A002445_Table::A002445_762,
- A002445_Table::A002445_763,
- A002445_Table::A002445_764,
- A002445_Table::A002445_765,
- A002445_Table::A002445_766,
- A002445_Table::A002445_767,
- A002445_Table::A002445_768,
- A002445_Table::A002445_769,
- A002445_Table::A002445_770,
- A002445_Table::A002445_771,
- A002445_Table::A002445_772,
- A002445_Table::A002445_773,
- A002445_Table::A002445_774,
- A002445_Table::A002445_775,
- A002445_Table::A002445_776,
- A002445_Table::A002445_777,
- A002445_Table::A002445_778,
- A002445_Table::A002445_779,
- A002445_Table::A002445_780,
- A002445_Table::A002445_781,
- A002445_Table::A002445_782,
- A002445_Table::A002445_783,
- A002445_Table::A002445_784,
- A002445_Table::A002445_785,
- A002445_Table::A002445_786,
- A002445_Table::A002445_787,
- A002445_Table::A002445_788,
- A002445_Table::A002445_789,
- A002445_Table::A002445_790,
- A002445_Table::A002445_791,
- A002445_Table::A002445_792,
- A002445_Table::A002445_793,
- A002445_Table::A002445_794,
- A002445_Table::A002445_795,
- A002445_Table::A002445_796,
- A002445_Table::A002445_797,
- A002445_Table::A002445_798,
- A002445_Table::A002445_799,
- A002445_Table::A002445_800,
- A002445_Table::A002445_801,
- A002445_Table::A002445_802,
- A002445_Table::A002445_803,
- A002445_Table::A002445_804,
- A002445_Table::A002445_805,
- A002445_Table::A002445_806,
- A002445_Table::A002445_807,
- A002445_Table::A002445_808,
- A002445_Table::A002445_809,
- A002445_Table::A002445_810,
- A002445_Table::A002445_811,
- A002445_Table::A002445_812,
- A002445_Table::A002445_813,
- A002445_Table::A002445_814,
- A002445_Table::A002445_815,
- A002445_Table::A002445_816,
- A002445_Table::A002445_817,
- A002445_Table::A002445_818,
- A002445_Table::A002445_819,
- A002445_Table::A002445_820,
- A002445_Table::A002445_821,
- A002445_Table::A002445_822,
- A002445_Table::A002445_823,
- A002445_Table::A002445_824,
- A002445_Table::A002445_825,
- A002445_Table::A002445_826,
- A002445_Table::A002445_827,
- A002445_Table::A002445_828,
- A002445_Table::A002445_829,
- A002445_Table::A002445_830,
- A002445_Table::A002445_831,
- A002445_Table::A002445_832,
- A002445_Table::A002445_833,
- A002445_Table::A002445_834,
- A002445_Table::A002445_835,
- A002445_Table::A002445_836,
- A002445_Table::A002445_837,
- A002445_Table::A002445_838,
- A002445_Table::A002445_839,
- A002445_Table::A002445_840,
- A002445_Table::A002445_841,
- A002445_Table::A002445_842,
- A002445_Table::A002445_843,
- A002445_Table::A002445_844,
- A002445_Table::A002445_845,
- A002445_Table::A002445_846,
- A002445_Table::A002445_847,
- A002445_Table::A002445_848,
- A002445_Table::A002445_849,
- A002445_Table::A002445_850,
- A002445_Table::A002445_851,
- A002445_Table::A002445_852,
- A002445_Table::A002445_853,
- A002445_Table::A002445_854,
- A002445_Table::A002445_855,
- A002445_Table::A002445_856,
- A002445_Table::A002445_857,
- A002445_Table::A002445_858,
- A002445_Table::A002445_859,
- A002445_Table::A002445_860,
- A002445_Table::A002445_861,
- A002445_Table::A002445_862,
- A002445_Table::A002445_863,
- A002445_Table::A002445_864,
- A002445_Table::A002445_865,
- A002445_Table::A002445_866,
- A002445_Table::A002445_867,
- A002445_Table::A002445_868,
- A002445_Table::A002445_869,
- A002445_Table::A002445_870,
- A002445_Table::A002445_871,
- A002445_Table::A002445_872,
- A002445_Table::A002445_873,
- A002445_Table::A002445_874,
- A002445_Table::A002445_875,
- A002445_Table::A002445_876,
- A002445_Table::A002445_877,
- A002445_Table::A002445_878,
- A002445_Table::A002445_879,
- A002445_Table::A002445_880,
- A002445_Table::A002445_881,
- A002445_Table::A002445_882,
- A002445_Table::A002445_883,
- A002445_Table::A002445_884,
- A002445_Table::A002445_885,
- A002445_Table::A002445_886,
- A002445_Table::A002445_887,
- A002445_Table::A002445_888,
- A002445_Table::A002445_889,
- A002445_Table::A002445_890,
- A002445_Table::A002445_891,
- A002445_Table::A002445_892,
- A002445_Table::A002445_893,
- A002445_Table::A002445_894,
- A002445_Table::A002445_895,
- A002445_Table::A002445_896,
- A002445_Table::A002445_897,
- A002445_Table::A002445_898,
- A002445_Table::A002445_899,
- A002445_Table::A002445_900,
- A002445_Table::A002445_901,
- A002445_Table::A002445_902,
- A002445_Table::A002445_903,
- A002445_Table::A002445_904,
- A002445_Table::A002445_905,
- A002445_Table::A002445_906,
- A002445_Table::A002445_907,
- A002445_Table::A002445_908,
- A002445_Table::A002445_909,
- A002445_Table::A002445_910,
- A002445_Table::A002445_911,
- A002445_Table::A002445_912,
- A002445_Table::A002445_913,
- A002445_Table::A002445_914,
- A002445_Table::A002445_915,
- A002445_Table::A002445_916,
- A002445_Table::A002445_917,
- A002445_Table::A002445_918,
- A002445_Table::A002445_919,
- A002445_Table::A002445_920,
- A002445_Table::A002445_921,
- A002445_Table::A002445_922,
- A002445_Table::A002445_923,
- A002445_Table::A002445_924,
- A002445_Table::A002445_925,
- A002445_Table::A002445_926,
- A002445_Table::A002445_927,
- A002445_Table::A002445_928,
- A002445_Table::A002445_929,
- A002445_Table::A002445_930,
- A002445_Table::A002445_931,
- A002445_Table::A002445_932,
- A002445_Table::A002445_933,
- A002445_Table::A002445_934,
- A002445_Table::A002445_935,
- A002445_Table::A002445_936,
- A002445_Table::A002445_937,
- A002445_Table::A002445_938,
- A002445_Table::A002445_939,
- A002445_Table::A002445_940,
- A002445_Table::A002445_941,
- A002445_Table::A002445_942,
- A002445_Table::A002445_943,
- A002445_Table::A002445_944,
- A002445_Table::A002445_945,
- A002445_Table::A002445_946,
- A002445_Table::A002445_947,
- A002445_Table::A002445_948,
- A002445_Table::A002445_949,
- A002445_Table::A002445_950,
- A002445_Table::A002445_951,
- A002445_Table::A002445_952,
- A002445_Table::A002445_953,
- A002445_Table::A002445_954,
- A002445_Table::A002445_955,
- A002445_Table::A002445_956,
- A002445_Table::A002445_957,
- A002445_Table::A002445_958,
- A002445_Table::A002445_959,
- A002445_Table::A002445_960,
- A002445_Table::A002445_961,
- A002445_Table::A002445_962,
- A002445_Table::A002445_963,
- A002445_Table::A002445_964,
- A002445_Table::A002445_965,
- A002445_Table::A002445_966,
- A002445_Table::A002445_967,
- A002445_Table::A002445_968,
- A002445_Table::A002445_969,
- A002445_Table::A002445_970,
- A002445_Table::A002445_971,
- A002445_Table::A002445_972,
- A002445_Table::A002445_973,
- A002445_Table::A002445_974,
- A002445_Table::A002445_975,
- A002445_Table::A002445_976,
- A002445_Table::A002445_977,
- A002445_Table::A002445_978,
- A002445_Table::A002445_979,
- A002445_Table::A002445_980,
- A002445_Table::A002445_981,
- A002445_Table::A002445_982,
- A002445_Table::A002445_983,
- A002445_Table::A002445_984,
- A002445_Table::A002445_985,
- A002445_Table::A002445_986,
- A002445_Table::A002445_987,
- A002445_Table::A002445_988,
- A002445_Table::A002445_989,
- A002445_Table::A002445_990,
- A002445_Table::A002445_991,
- A002445_Table::A002445_992,
- A002445_Table::A002445_993,
- A002445_Table::A002445_994,
- A002445_Table::A002445_995,
- A002445_Table::A002445_996,
- A002445_Table::A002445_997,
- A002445_Table::A002445_998,
- A002445_Table::A002445_999,
- A002445_Table::A002445_1000,
- }};
-
- static const std::vector<pfn_efloat> A002445_vect(A002445_data.begin(), A002445_data.end());
-
- return A002445_vect;
+ namespace tables
+ {
+ const std::vector<pfn_efloat>& A002445(void)
+ {
+ static const boost::array<pfn_efloat, 1001u> A002445_data =
+ {{
+ ::A002445_0,
+ ::A002445_1,
+ ::A002445_2,
+ ::A002445_3,
+ ::A002445_4,
+ ::A002445_5,
+ ::A002445_6,
+ ::A002445_7,
+ ::A002445_8,
+ ::A002445_9,
+ ::A002445_10,
+ ::A002445_11,
+ ::A002445_12,
+ ::A002445_13,
+ ::A002445_14,
+ ::A002445_15,
+ ::A002445_16,
+ ::A002445_17,
+ ::A002445_18,
+ ::A002445_19,
+ ::A002445_20,
+ ::A002445_21,
+ ::A002445_22,
+ ::A002445_23,
+ ::A002445_24,
+ ::A002445_25,
+ ::A002445_26,
+ ::A002445_27,
+ ::A002445_28,
+ ::A002445_29,
+ ::A002445_30,
+ ::A002445_31,
+ ::A002445_32,
+ ::A002445_33,
+ ::A002445_34,
+ ::A002445_35,
+ ::A002445_36,
+ ::A002445_37,
+ ::A002445_38,
+ ::A002445_39,
+ ::A002445_40,
+ ::A002445_41,
+ ::A002445_42,
+ ::A002445_43,
+ ::A002445_44,
+ ::A002445_45,
+ ::A002445_46,
+ ::A002445_47,
+ ::A002445_48,
+ ::A002445_49,
+ ::A002445_50,
+ ::A002445_51,
+ ::A002445_52,
+ ::A002445_53,
+ ::A002445_54,
+ ::A002445_55,
+ ::A002445_56,
+ ::A002445_57,
+ ::A002445_58,
+ ::A002445_59,
+ ::A002445_60,
+ ::A002445_61,
+ ::A002445_62,
+ ::A002445_63,
+ ::A002445_64,
+ ::A002445_65,
+ ::A002445_66,
+ ::A002445_67,
+ ::A002445_68,
+ ::A002445_69,
+ ::A002445_70,
+ ::A002445_71,
+ ::A002445_72,
+ ::A002445_73,
+ ::A002445_74,
+ ::A002445_75,
+ ::A002445_76,
+ ::A002445_77,
+ ::A002445_78,
+ ::A002445_79,
+ ::A002445_80,
+ ::A002445_81,
+ ::A002445_82,
+ ::A002445_83,
+ ::A002445_84,
+ ::A002445_85,
+ ::A002445_86,
+ ::A002445_87,
+ ::A002445_88,
+ ::A002445_89,
+ ::A002445_90,
+ ::A002445_91,
+ ::A002445_92,
+ ::A002445_93,
+ ::A002445_94,
+ ::A002445_95,
+ ::A002445_96,
+ ::A002445_97,
+ ::A002445_98,
+ ::A002445_99,
+ ::A002445_100,
+ ::A002445_101,
+ ::A002445_102,
+ ::A002445_103,
+ ::A002445_104,
+ ::A002445_105,
+ ::A002445_106,
+ ::A002445_107,
+ ::A002445_108,
+ ::A002445_109,
+ ::A002445_110,
+ ::A002445_111,
+ ::A002445_112,
+ ::A002445_113,
+ ::A002445_114,
+ ::A002445_115,
+ ::A002445_116,
+ ::A002445_117,
+ ::A002445_118,
+ ::A002445_119,
+ ::A002445_120,
+ ::A002445_121,
+ ::A002445_122,
+ ::A002445_123,
+ ::A002445_124,
+ ::A002445_125,
+ ::A002445_126,
+ ::A002445_127,
+ ::A002445_128,
+ ::A002445_129,
+ ::A002445_130,
+ ::A002445_131,
+ ::A002445_132,
+ ::A002445_133,
+ ::A002445_134,
+ ::A002445_135,
+ ::A002445_136,
+ ::A002445_137,
+ ::A002445_138,
+ ::A002445_139,
+ ::A002445_140,
+ ::A002445_141,
+ ::A002445_142,
+ ::A002445_143,
+ ::A002445_144,
+ ::A002445_145,
+ ::A002445_146,
+ ::A002445_147,
+ ::A002445_148,
+ ::A002445_149,
+ ::A002445_150,
+ ::A002445_151,
+ ::A002445_152,
+ ::A002445_153,
+ ::A002445_154,
+ ::A002445_155,
+ ::A002445_156,
+ ::A002445_157,
+ ::A002445_158,
+ ::A002445_159,
+ ::A002445_160,
+ ::A002445_161,
+ ::A002445_162,
+ ::A002445_163,
+ ::A002445_164,
+ ::A002445_165,
+ ::A002445_166,
+ ::A002445_167,
+ ::A002445_168,
+ ::A002445_169,
+ ::A002445_170,
+ ::A002445_171,
+ ::A002445_172,
+ ::A002445_173,
+ ::A002445_174,
+ ::A002445_175,
+ ::A002445_176,
+ ::A002445_177,
+ ::A002445_178,
+ ::A002445_179,
+ ::A002445_180,
+ ::A002445_181,
+ ::A002445_182,
+ ::A002445_183,
+ ::A002445_184,
+ ::A002445_185,
+ ::A002445_186,
+ ::A002445_187,
+ ::A002445_188,
+ ::A002445_189,
+ ::A002445_190,
+ ::A002445_191,
+ ::A002445_192,
+ ::A002445_193,
+ ::A002445_194,
+ ::A002445_195,
+ ::A002445_196,
+ ::A002445_197,
+ ::A002445_198,
+ ::A002445_199,
+ ::A002445_200,
+ ::A002445_201,
+ ::A002445_202,
+ ::A002445_203,
+ ::A002445_204,
+ ::A002445_205,
+ ::A002445_206,
+ ::A002445_207,
+ ::A002445_208,
+ ::A002445_209,
+ ::A002445_210,
+ ::A002445_211,
+ ::A002445_212,
+ ::A002445_213,
+ ::A002445_214,
+ ::A002445_215,
+ ::A002445_216,
+ ::A002445_217,
+ ::A002445_218,
+ ::A002445_219,
+ ::A002445_220,
+ ::A002445_221,
+ ::A002445_222,
+ ::A002445_223,
+ ::A002445_224,
+ ::A002445_225,
+ ::A002445_226,
+ ::A002445_227,
+ ::A002445_228,
+ ::A002445_229,
+ ::A002445_230,
+ ::A002445_231,
+ ::A002445_232,
+ ::A002445_233,
+ ::A002445_234,
+ ::A002445_235,
+ ::A002445_236,
+ ::A002445_237,
+ ::A002445_238,
+ ::A002445_239,
+ ::A002445_240,
+ ::A002445_241,
+ ::A002445_242,
+ ::A002445_243,
+ ::A002445_244,
+ ::A002445_245,
+ ::A002445_246,
+ ::A002445_247,
+ ::A002445_248,
+ ::A002445_249,
+ ::A002445_250,
+ ::A002445_251,
+ ::A002445_252,
+ ::A002445_253,
+ ::A002445_254,
+ ::A002445_255,
+ ::A002445_256,
+ ::A002445_257,
+ ::A002445_258,
+ ::A002445_259,
+ ::A002445_260,
+ ::A002445_261,
+ ::A002445_262,
+ ::A002445_263,
+ ::A002445_264,
+ ::A002445_265,
+ ::A002445_266,
+ ::A002445_267,
+ ::A002445_268,
+ ::A002445_269,
+ ::A002445_270,
+ ::A002445_271,
+ ::A002445_272,
+ ::A002445_273,
+ ::A002445_274,
+ ::A002445_275,
+ ::A002445_276,
+ ::A002445_277,
+ ::A002445_278,
+ ::A002445_279,
+ ::A002445_280,
+ ::A002445_281,
+ ::A002445_282,
+ ::A002445_283,
+ ::A002445_284,
+ ::A002445_285,
+ ::A002445_286,
+ ::A002445_287,
+ ::A002445_288,
+ ::A002445_289,
+ ::A002445_290,
+ ::A002445_291,
+ ::A002445_292,
+ ::A002445_293,
+ ::A002445_294,
+ ::A002445_295,
+ ::A002445_296,
+ ::A002445_297,
+ ::A002445_298,
+ ::A002445_299,
+ ::A002445_300,
+ ::A002445_301,
+ ::A002445_302,
+ ::A002445_303,
+ ::A002445_304,
+ ::A002445_305,
+ ::A002445_306,
+ ::A002445_307,
+ ::A002445_308,
+ ::A002445_309,
+ ::A002445_310,
+ ::A002445_311,
+ ::A002445_312,
+ ::A002445_313,
+ ::A002445_314,
+ ::A002445_315,
+ ::A002445_316,
+ ::A002445_317,
+ ::A002445_318,
+ ::A002445_319,
+ ::A002445_320,
+ ::A002445_321,
+ ::A002445_322,
+ ::A002445_323,
+ ::A002445_324,
+ ::A002445_325,
+ ::A002445_326,
+ ::A002445_327,
+ ::A002445_328,
+ ::A002445_329,
+ ::A002445_330,
+ ::A002445_331,
+ ::A002445_332,
+ ::A002445_333,
+ ::A002445_334,
+ ::A002445_335,
+ ::A002445_336,
+ ::A002445_337,
+ ::A002445_338,
+ ::A002445_339,
+ ::A002445_340,
+ ::A002445_341,
+ ::A002445_342,
+ ::A002445_343,
+ ::A002445_344,
+ ::A002445_345,
+ ::A002445_346,
+ ::A002445_347,
+ ::A002445_348,
+ ::A002445_349,
+ ::A002445_350,
+ ::A002445_351,
+ ::A002445_352,
+ ::A002445_353,
+ ::A002445_354,
+ ::A002445_355,
+ ::A002445_356,
+ ::A002445_357,
+ ::A002445_358,
+ ::A002445_359,
+ ::A002445_360,
+ ::A002445_361,
+ ::A002445_362,
+ ::A002445_363,
+ ::A002445_364,
+ ::A002445_365,
+ ::A002445_366,
+ ::A002445_367,
+ ::A002445_368,
+ ::A002445_369,
+ ::A002445_370,
+ ::A002445_371,
+ ::A002445_372,
+ ::A002445_373,
+ ::A002445_374,
+ ::A002445_375,
+ ::A002445_376,
+ ::A002445_377,
+ ::A002445_378,
+ ::A002445_379,
+ ::A002445_380,
+ ::A002445_381,
+ ::A002445_382,
+ ::A002445_383,
+ ::A002445_384,
+ ::A002445_385,
+ ::A002445_386,
+ ::A002445_387,
+ ::A002445_388,
+ ::A002445_389,
+ ::A002445_390,
+ ::A002445_391,
+ ::A002445_392,
+ ::A002445_393,
+ ::A002445_394,
+ ::A002445_395,
+ ::A002445_396,
+ ::A002445_397,
+ ::A002445_398,
+ ::A002445_399,
+ ::A002445_400,
+ ::A002445_401,
+ ::A002445_402,
+ ::A002445_403,
+ ::A002445_404,
+ ::A002445_405,
+ ::A002445_406,
+ ::A002445_407,
+ ::A002445_408,
+ ::A002445_409,
+ ::A002445_410,
+ ::A002445_411,
+ ::A002445_412,
+ ::A002445_413,
+ ::A002445_414,
+ ::A002445_415,
+ ::A002445_416,
+ ::A002445_417,
+ ::A002445_418,
+ ::A002445_419,
+ ::A002445_420,
+ ::A002445_421,
+ ::A002445_422,
+ ::A002445_423,
+ ::A002445_424,
+ ::A002445_425,
+ ::A002445_426,
+ ::A002445_427,
+ ::A002445_428,
+ ::A002445_429,
+ ::A002445_430,
+ ::A002445_431,
+ ::A002445_432,
+ ::A002445_433,
+ ::A002445_434,
+ ::A002445_435,
+ ::A002445_436,
+ ::A002445_437,
+ ::A002445_438,
+ ::A002445_439,
+ ::A002445_440,
+ ::A002445_441,
+ ::A002445_442,
+ ::A002445_443,
+ ::A002445_444,
+ ::A002445_445,
+ ::A002445_446,
+ ::A002445_447,
+ ::A002445_448,
+ ::A002445_449,
+ ::A002445_450,
+ ::A002445_451,
+ ::A002445_452,
+ ::A002445_453,
+ ::A002445_454,
+ ::A002445_455,
+ ::A002445_456,
+ ::A002445_457,
+ ::A002445_458,
+ ::A002445_459,
+ ::A002445_460,
+ ::A002445_461,
+ ::A002445_462,
+ ::A002445_463,
+ ::A002445_464,
+ ::A002445_465,
+ ::A002445_466,
+ ::A002445_467,
+ ::A002445_468,
+ ::A002445_469,
+ ::A002445_470,
+ ::A002445_471,
+ ::A002445_472,
+ ::A002445_473,
+ ::A002445_474,
+ ::A002445_475,
+ ::A002445_476,
+ ::A002445_477,
+ ::A002445_478,
+ ::A002445_479,
+ ::A002445_480,
+ ::A002445_481,
+ ::A002445_482,
+ ::A002445_483,
+ ::A002445_484,
+ ::A002445_485,
+ ::A002445_486,
+ ::A002445_487,
+ ::A002445_488,
+ ::A002445_489,
+ ::A002445_490,
+ ::A002445_491,
+ ::A002445_492,
+ ::A002445_493,
+ ::A002445_494,
+ ::A002445_495,
+ ::A002445_496,
+ ::A002445_497,
+ ::A002445_498,
+ ::A002445_499,
+ ::A002445_500,
+ ::A002445_501,
+ ::A002445_502,
+ ::A002445_503,
+ ::A002445_504,
+ ::A002445_505,
+ ::A002445_506,
+ ::A002445_507,
+ ::A002445_508,
+ ::A002445_509,
+ ::A002445_510,
+ ::A002445_511,
+ ::A002445_512,
+ ::A002445_513,
+ ::A002445_514,
+ ::A002445_515,
+ ::A002445_516,
+ ::A002445_517,
+ ::A002445_518,
+ ::A002445_519,
+ ::A002445_520,
+ ::A002445_521,
+ ::A002445_522,
+ ::A002445_523,
+ ::A002445_524,
+ ::A002445_525,
+ ::A002445_526,
+ ::A002445_527,
+ ::A002445_528,
+ ::A002445_529,
+ ::A002445_530,
+ ::A002445_531,
+ ::A002445_532,
+ ::A002445_533,
+ ::A002445_534,
+ ::A002445_535,
+ ::A002445_536,
+ ::A002445_537,
+ ::A002445_538,
+ ::A002445_539,
+ ::A002445_540,
+ ::A002445_541,
+ ::A002445_542,
+ ::A002445_543,
+ ::A002445_544,
+ ::A002445_545,
+ ::A002445_546,
+ ::A002445_547,
+ ::A002445_548,
+ ::A002445_549,
+ ::A002445_550,
+ ::A002445_551,
+ ::A002445_552,
+ ::A002445_553,
+ ::A002445_554,
+ ::A002445_555,
+ ::A002445_556,
+ ::A002445_557,
+ ::A002445_558,
+ ::A002445_559,
+ ::A002445_560,
+ ::A002445_561,
+ ::A002445_562,
+ ::A002445_563,
+ ::A002445_564,
+ ::A002445_565,
+ ::A002445_566,
+ ::A002445_567,
+ ::A002445_568,
+ ::A002445_569,
+ ::A002445_570,
+ ::A002445_571,
+ ::A002445_572,
+ ::A002445_573,
+ ::A002445_574,
+ ::A002445_575,
+ ::A002445_576,
+ ::A002445_577,
+ ::A002445_578,
+ ::A002445_579,
+ ::A002445_580,
+ ::A002445_581,
+ ::A002445_582,
+ ::A002445_583,
+ ::A002445_584,
+ ::A002445_585,
+ ::A002445_586,
+ ::A002445_587,
+ ::A002445_588,
+ ::A002445_589,
+ ::A002445_590,
+ ::A002445_591,
+ ::A002445_592,
+ ::A002445_593,
+ ::A002445_594,
+ ::A002445_595,
+ ::A002445_596,
+ ::A002445_597,
+ ::A002445_598,
+ ::A002445_599,
+ ::A002445_600,
+ ::A002445_601,
+ ::A002445_602,
+ ::A002445_603,
+ ::A002445_604,
+ ::A002445_605,
+ ::A002445_606,
+ ::A002445_607,
+ ::A002445_608,
+ ::A002445_609,
+ ::A002445_610,
+ ::A002445_611,
+ ::A002445_612,
+ ::A002445_613,
+ ::A002445_614,
+ ::A002445_615,
+ ::A002445_616,
+ ::A002445_617,
+ ::A002445_618,
+ ::A002445_619,
+ ::A002445_620,
+ ::A002445_621,
+ ::A002445_622,
+ ::A002445_623,
+ ::A002445_624,
+ ::A002445_625,
+ ::A002445_626,
+ ::A002445_627,
+ ::A002445_628,
+ ::A002445_629,
+ ::A002445_630,
+ ::A002445_631,
+ ::A002445_632,
+ ::A002445_633,
+ ::A002445_634,
+ ::A002445_635,
+ ::A002445_636,
+ ::A002445_637,
+ ::A002445_638,
+ ::A002445_639,
+ ::A002445_640,
+ ::A002445_641,
+ ::A002445_642,
+ ::A002445_643,
+ ::A002445_644,
+ ::A002445_645,
+ ::A002445_646,
+ ::A002445_647,
+ ::A002445_648,
+ ::A002445_649,
+ ::A002445_650,
+ ::A002445_651,
+ ::A002445_652,
+ ::A002445_653,
+ ::A002445_654,
+ ::A002445_655,
+ ::A002445_656,
+ ::A002445_657,
+ ::A002445_658,
+ ::A002445_659,
+ ::A002445_660,
+ ::A002445_661,
+ ::A002445_662,
+ ::A002445_663,
+ ::A002445_664,
+ ::A002445_665,
+ ::A002445_666,
+ ::A002445_667,
+ ::A002445_668,
+ ::A002445_669,
+ ::A002445_670,
+ ::A002445_671,
+ ::A002445_672,
+ ::A002445_673,
+ ::A002445_674,
+ ::A002445_675,
+ ::A002445_676,
+ ::A002445_677,
+ ::A002445_678,
+ ::A002445_679,
+ ::A002445_680,
+ ::A002445_681,
+ ::A002445_682,
+ ::A002445_683,
+ ::A002445_684,
+ ::A002445_685,
+ ::A002445_686,
+ ::A002445_687,
+ ::A002445_688,
+ ::A002445_689,
+ ::A002445_690,
+ ::A002445_691,
+ ::A002445_692,
+ ::A002445_693,
+ ::A002445_694,
+ ::A002445_695,
+ ::A002445_696,
+ ::A002445_697,
+ ::A002445_698,
+ ::A002445_699,
+ ::A002445_700,
+ ::A002445_701,
+ ::A002445_702,
+ ::A002445_703,
+ ::A002445_704,
+ ::A002445_705,
+ ::A002445_706,
+ ::A002445_707,
+ ::A002445_708,
+ ::A002445_709,
+ ::A002445_710,
+ ::A002445_711,
+ ::A002445_712,
+ ::A002445_713,
+ ::A002445_714,
+ ::A002445_715,
+ ::A002445_716,
+ ::A002445_717,
+ ::A002445_718,
+ ::A002445_719,
+ ::A002445_720,
+ ::A002445_721,
+ ::A002445_722,
+ ::A002445_723,
+ ::A002445_724,
+ ::A002445_725,
+ ::A002445_726,
+ ::A002445_727,
+ ::A002445_728,
+ ::A002445_729,
+ ::A002445_730,
+ ::A002445_731,
+ ::A002445_732,
+ ::A002445_733,
+ ::A002445_734,
+ ::A002445_735,
+ ::A002445_736,
+ ::A002445_737,
+ ::A002445_738,
+ ::A002445_739,
+ ::A002445_740,
+ ::A002445_741,
+ ::A002445_742,
+ ::A002445_743,
+ ::A002445_744,
+ ::A002445_745,
+ ::A002445_746,
+ ::A002445_747,
+ ::A002445_748,
+ ::A002445_749,
+ ::A002445_750,
+ ::A002445_751,
+ ::A002445_752,
+ ::A002445_753,
+ ::A002445_754,
+ ::A002445_755,
+ ::A002445_756,
+ ::A002445_757,
+ ::A002445_758,
+ ::A002445_759,
+ ::A002445_760,
+ ::A002445_761,
+ ::A002445_762,
+ ::A002445_763,
+ ::A002445_764,
+ ::A002445_765,
+ ::A002445_766,
+ ::A002445_767,
+ ::A002445_768,
+ ::A002445_769,
+ ::A002445_770,
+ ::A002445_771,
+ ::A002445_772,
+ ::A002445_773,
+ ::A002445_774,
+ ::A002445_775,
+ ::A002445_776,
+ ::A002445_777,
+ ::A002445_778,
+ ::A002445_779,
+ ::A002445_780,
+ ::A002445_781,
+ ::A002445_782,
+ ::A002445_783,
+ ::A002445_784,
+ ::A002445_785,
+ ::A002445_786,
+ ::A002445_787,
+ ::A002445_788,
+ ::A002445_789,
+ ::A002445_790,
+ ::A002445_791,
+ ::A002445_792,
+ ::A002445_793,
+ ::A002445_794,
+ ::A002445_795,
+ ::A002445_796,
+ ::A002445_797,
+ ::A002445_798,
+ ::A002445_799,
+ ::A002445_800,
+ ::A002445_801,
+ ::A002445_802,
+ ::A002445_803,
+ ::A002445_804,
+ ::A002445_805,
+ ::A002445_806,
+ ::A002445_807,
+ ::A002445_808,
+ ::A002445_809,
+ ::A002445_810,
+ ::A002445_811,
+ ::A002445_812,
+ ::A002445_813,
+ ::A002445_814,
+ ::A002445_815,
+ ::A002445_816,
+ ::A002445_817,
+ ::A002445_818,
+ ::A002445_819,
+ ::A002445_820,
+ ::A002445_821,
+ ::A002445_822,
+ ::A002445_823,
+ ::A002445_824,
+ ::A002445_825,
+ ::A002445_826,
+ ::A002445_827,
+ ::A002445_828,
+ ::A002445_829,
+ ::A002445_830,
+ ::A002445_831,
+ ::A002445_832,
+ ::A002445_833,
+ ::A002445_834,
+ ::A002445_835,
+ ::A002445_836,
+ ::A002445_837,
+ ::A002445_838,
+ ::A002445_839,
+ ::A002445_840,
+ ::A002445_841,
+ ::A002445_842,
+ ::A002445_843,
+ ::A002445_844,
+ ::A002445_845,
+ ::A002445_846,
+ ::A002445_847,
+ ::A002445_848,
+ ::A002445_849,
+ ::A002445_850,
+ ::A002445_851,
+ ::A002445_852,
+ ::A002445_853,
+ ::A002445_854,
+ ::A002445_855,
+ ::A002445_856,
+ ::A002445_857,
+ ::A002445_858,
+ ::A002445_859,
+ ::A002445_860,
+ ::A002445_861,
+ ::A002445_862,
+ ::A002445_863,
+ ::A002445_864,
+ ::A002445_865,
+ ::A002445_866,
+ ::A002445_867,
+ ::A002445_868,
+ ::A002445_869,
+ ::A002445_870,
+ ::A002445_871,
+ ::A002445_872,
+ ::A002445_873,
+ ::A002445_874,
+ ::A002445_875,
+ ::A002445_876,
+ ::A002445_877,
+ ::A002445_878,
+ ::A002445_879,
+ ::A002445_880,
+ ::A002445_881,
+ ::A002445_882,
+ ::A002445_883,
+ ::A002445_884,
+ ::A002445_885,
+ ::A002445_886,
+ ::A002445_887,
+ ::A002445_888,
+ ::A002445_889,
+ ::A002445_890,
+ ::A002445_891,
+ ::A002445_892,
+ ::A002445_893,
+ ::A002445_894,
+ ::A002445_895,
+ ::A002445_896,
+ ::A002445_897,
+ ::A002445_898,
+ ::A002445_899,
+ ::A002445_900,
+ ::A002445_901,
+ ::A002445_902,
+ ::A002445_903,
+ ::A002445_904,
+ ::A002445_905,
+ ::A002445_906,
+ ::A002445_907,
+ ::A002445_908,
+ ::A002445_909,
+ ::A002445_910,
+ ::A002445_911,
+ ::A002445_912,
+ ::A002445_913,
+ ::A002445_914,
+ ::A002445_915,
+ ::A002445_916,
+ ::A002445_917,
+ ::A002445_918,
+ ::A002445_919,
+ ::A002445_920,
+ ::A002445_921,
+ ::A002445_922,
+ ::A002445_923,
+ ::A002445_924,
+ ::A002445_925,
+ ::A002445_926,
+ ::A002445_927,
+ ::A002445_928,
+ ::A002445_929,
+ ::A002445_930,
+ ::A002445_931,
+ ::A002445_932,
+ ::A002445_933,
+ ::A002445_934,
+ ::A002445_935,
+ ::A002445_936,
+ ::A002445_937,
+ ::A002445_938,
+ ::A002445_939,
+ ::A002445_940,
+ ::A002445_941,
+ ::A002445_942,
+ ::A002445_943,
+ ::A002445_944,
+ ::A002445_945,
+ ::A002445_946,
+ ::A002445_947,
+ ::A002445_948,
+ ::A002445_949,
+ ::A002445_950,
+ ::A002445_951,
+ ::A002445_952,
+ ::A002445_953,
+ ::A002445_954,
+ ::A002445_955,
+ ::A002445_956,
+ ::A002445_957,
+ ::A002445_958,
+ ::A002445_959,
+ ::A002445_960,
+ ::A002445_961,
+ ::A002445_962,
+ ::A002445_963,
+ ::A002445_964,
+ ::A002445_965,
+ ::A002445_966,
+ ::A002445_967,
+ ::A002445_968,
+ ::A002445_969,
+ ::A002445_970,
+ ::A002445_971,
+ ::A002445_972,
+ ::A002445_973,
+ ::A002445_974,
+ ::A002445_975,
+ ::A002445_976,
+ ::A002445_977,
+ ::A002445_978,
+ ::A002445_979,
+ ::A002445_980,
+ ::A002445_981,
+ ::A002445_982,
+ ::A002445_983,
+ ::A002445_984,
+ ::A002445_985,
+ ::A002445_986,
+ ::A002445_987,
+ ::A002445_988,
+ ::A002445_989,
+ ::A002445_990,
+ ::A002445_991,
+ ::A002445_992,
+ ::A002445_993,
+ ::A002445_994,
+ ::A002445_995,
+ ::A002445_996,
+ ::A002445_997,
+ ::A002445_998,
+ ::A002445_999,
+ ::A002445_1000,
+ }};
+
+ static const std::vector<pfn_efloat> A002445_vect(A002445_data.begin(), A002445_data.end());
+
+ return A002445_vect;
+ }
+ }
   }
 }

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/tables/A006882.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/tables/A006882.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/tables/A006882.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -17,6009 +17,6009 @@
 
 using boost::multiprecision::mp_float;
 
-namespace A006882_Table
+namespace
 {
- static const mp_float& A006882_0(void)
+ const mp_float& A006882_0(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1L));
     return val;
   }
 
- static const mp_float& A006882_1(void)
+ const mp_float& A006882_1(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(1L));
     return val;
   }
 
- static const mp_float& A006882_2(void)
+ const mp_float& A006882_2(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2L));
     return val;
   }
 
- static const mp_float& A006882_3(void)
+ const mp_float& A006882_3(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3L));
     return val;
   }
 
- static const mp_float& A006882_4(void)
+ const mp_float& A006882_4(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(8L));
     return val;
   }
 
- static const mp_float& A006882_5(void)
+ const mp_float& A006882_5(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(15L));
     return val;
   }
 
- static const mp_float& A006882_6(void)
+ const mp_float& A006882_6(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(48L));
     return val;
   }
 
- static const mp_float& A006882_7(void)
+ const mp_float& A006882_7(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(105L));
     return val;
   }
 
- static const mp_float& A006882_8(void)
+ const mp_float& A006882_8(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(384L));
     return val;
   }
 
- static const mp_float& A006882_9(void)
+ const mp_float& A006882_9(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(945L));
     return val;
   }
 
- static const mp_float& A006882_10(void)
+ const mp_float& A006882_10(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(3840L));
     return val;
   }
 
- static const mp_float& A006882_11(void)
+ const mp_float& A006882_11(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(10395L));
     return val;
   }
 
- static const mp_float& A006882_12(void)
+ const mp_float& A006882_12(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(46080L));
     return val;
   }
 
- static const mp_float& A006882_13(void)
+ const mp_float& A006882_13(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(135135L));
     return val;
   }
 
- static const mp_float& A006882_14(void)
+ const mp_float& A006882_14(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(645120L));
     return val;
   }
 
- static const mp_float& A006882_15(void)
+ const mp_float& A006882_15(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(2027025L));
     return val;
   }
 
- static const mp_float& A006882_16(void)
+ const mp_float& A006882_16(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(10321920L));
     return val;
   }
 
- static const mp_float& A006882_17(void)
+ const mp_float& A006882_17(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(34459425L));
     return val;
   }
 
- static const mp_float& A006882_18(void)
+ const mp_float& A006882_18(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(185794560L));
     return val;
   }
 
- static const mp_float& A006882_19(void)
+ const mp_float& A006882_19(void)
   {
     static const mp_float val(static_cast<boost::int32_t>(654729075L));
     return val;
   }
 
- static const mp_float& A006882_20(void)
+ const mp_float& A006882_20(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(3715891200LL));
     return val;
   }
 
- static const mp_float& A006882_21(void)
+ const mp_float& A006882_21(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(13749310575LL));
     return val;
   }
 
- static const mp_float& A006882_22(void)
+ const mp_float& A006882_22(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(81749606400LL));
     return val;
   }
 
- static const mp_float& A006882_23(void)
+ const mp_float& A006882_23(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(316234143225LL));
     return val;
   }
 
- static const mp_float& A006882_24(void)
+ const mp_float& A006882_24(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1961990553600LL));
     return val;
   }
 
- static const mp_float& A006882_25(void)
+ const mp_float& A006882_25(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(7905853580625LL));
     return val;
   }
 
- static const mp_float& A006882_26(void)
+ const mp_float& A006882_26(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(51011754393600LL));
     return val;
   }
 
- static const mp_float& A006882_27(void)
+ const mp_float& A006882_27(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(213458046676875LL));
     return val;
   }
 
- static const mp_float& A006882_28(void)
+ const mp_float& A006882_28(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1428329123020800LL));
     return val;
   }
 
- static const mp_float& A006882_29(void)
+ const mp_float& A006882_29(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(6190283353629375LL));
     return val;
   }
 
- static const mp_float& A006882_30(void)
+ const mp_float& A006882_30(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(42849873690624000LL));
     return val;
   }
 
- static const mp_float& A006882_31(void)
+ const mp_float& A006882_31(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(191898783962510625LL));
     return val;
   }
 
- static const mp_float& A006882_32(void)
+ const mp_float& A006882_32(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(1371195958099968000LL));
     return val;
   }
 
- static const mp_float& A006882_33(void)
+ const mp_float& A006882_33(void)
   {
     static const mp_float val(static_cast<boost::int64_t>(6332659870762850625LL));
     return val;
   }
 
- static const mp_float& A006882_34(void)
+ const mp_float& A006882_34(void)
   {
     static const mp_float val("+4.6620662575398912000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000019");
     return val;
   }
 
- static const mp_float& A006882_35(void)
+ const mp_float& A006882_35(void)
   {
     static const mp_float val("+2.21643095476699771875000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000020");
     return val;
   }
 
- static const mp_float& A006882_36(void)
+ const mp_float& A006882_36(void)
   {
     static const mp_float val("+1.678343852714360832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000021");
     return val;
   }
 
- static const mp_float& A006882_37(void)
+ const mp_float& A006882_37(void)
   {
     static const mp_float val("+8.200794532637891559375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000021");
     return val;
   }
 
- static const mp_float& A006882_38(void)
+ const mp_float& A006882_38(void)
   {
     static const mp_float val("+6.377706640314571161600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000022");
     return val;
   }
 
- static const mp_float& A006882_39(void)
+ const mp_float& A006882_39(void)
   {
     static const mp_float val("+3.198309867728777708156250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000023");
     return val;
   }
 
- static const mp_float& A006882_40(void)
+ const mp_float& A006882_40(void)
   {
     static const mp_float val("+2.5510826561258284646400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000024");
     return val;
   }
 
- static const mp_float& A006882_41(void)
+ const mp_float& A006882_41(void)
   {
     static const mp_float val("+1.31130704576879886034406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000025");
     return val;
   }
 
- static const mp_float& A006882_42(void)
+ const mp_float& A006882_42(void)
   {
     static const mp_float val("+1.071454715572847955148800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000026");
     return val;
   }
 
- static const mp_float& A006882_43(void)
+ const mp_float& A006882_43(void)
   {
     static const mp_float val("+5.638620296805835099479468750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000026");
     return val;
   }
 
- static const mp_float& A006882_44(void)
+ const mp_float& A006882_44(void)
   {
     static const mp_float val("+4.7144007485205310026547200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000027");
     return val;
   }
 
- static const mp_float& A006882_45(void)
+ const mp_float& A006882_45(void)
   {
     static const mp_float val("+2.53737913356262579476576093750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000028");
     return val;
   }
 
- static const mp_float& A006882_46(void)
+ const mp_float& A006882_46(void)
   {
     static const mp_float val("+2.168624344319444261221171200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000029");
     return val;
   }
 
- static const mp_float& A006882_47(void)
+ const mp_float& A006882_47(void)
   {
     static const mp_float val("+1.192568192774434123539907640625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000030");
     return val;
   }
 
- static const mp_float& A006882_48(void)
+ const mp_float& A006882_48(void)
   {
     static const mp_float val("+1.040939685273333245386162176000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000031");
     return val;
   }
 
- static const mp_float& A006882_49(void)
+ const mp_float& A006882_49(void)
   {
     static const mp_float val("+5.843584144594727205345547439062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000031");
     return val;
   }
 
- static const mp_float& A006882_50(void)
+ const mp_float& A006882_50(void)
   {
     static const mp_float val("+5.2046984263666662269308108800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000032");
     return val;
   }
 
- static const mp_float& A006882_51(void)
+ const mp_float& A006882_51(void)
   {
     static const mp_float val("+2.98022791374331087472622919392187500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000033");
     return val;
   }
 
- static const mp_float& A006882_52(void)
+ const mp_float& A006882_52(void)
   {
     static const mp_float val("+2.706443181710666438004021657600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000034");
     return val;
   }
 
- static const mp_float& A006882_53(void)
+ const mp_float& A006882_53(void)
   {
     static const mp_float val("+1.5795207942839547636049014727785937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000035");
     return val;
   }
 
- static const mp_float& A006882_54(void)
+ const mp_float& A006882_54(void)
   {
     static const mp_float val("+1.46147931812375987652217169510400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000036");
     return val;
   }
 
- static const mp_float& A006882_55(void)
+ const mp_float& A006882_55(void)
   {
     static const mp_float val("+8.68736436856175119982695810028226562500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000036");
     return val;
   }
 
- static const mp_float& A006882_56(void)
+ const mp_float& A006882_56(void)
   {
     static const mp_float val("+8.184284181493055308524161492582400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000037");
     return val;
   }
 
- static const mp_float& A006882_57(void)
+ const mp_float& A006882_57(void)
   {
     static const mp_float val("+4.951797690080198183901366117160891406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000038");
     return val;
   }
 
- static const mp_float& A006882_58(void)
+ const mp_float& A006882_58(void)
   {
     static const mp_float val("+4.746884825265972078944013665697792000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000039");
     return val;
   }
 
- static const mp_float& A006882_59(void)
+ const mp_float& A006882_59(void)
   {
     static const mp_float val("+2.9215606371473169285018060091249259296875000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000040");
     return val;
   }
 
- static const mp_float& A006882_60(void)
+ const mp_float& A006882_60(void)
   {
     static const mp_float val("+2.84813089515958324736640819941867520000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000041");
     return val;
   }
 
- static const mp_float& A006882_61(void)
+ const mp_float& A006882_61(void)
   {
     static const mp_float val("+1.782151988659863326386101665566204817109375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000042");
     return val;
   }
 
- static const mp_float& A006882_62(void)
+ const mp_float& A006882_62(void)
   {
     static const mp_float val("+1.7658411549989416133671730836395786240000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000043");
     return val;
   }
 
- static const mp_float& A006882_63(void)
+ const mp_float& A006882_63(void)
   {
     static const mp_float val("+1.12275575285571389562324404930670903477890625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000044");
     return val;
   }
 
- static const mp_float& A006882_64(void)
+ const mp_float& A006882_64(void)
   {
     static const mp_float val("+1.130138339199322632554990773529330319360000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000045");
     return val;
   }
 
- static const mp_float& A006882_65(void)
+ const mp_float& A006882_65(void)
   {
     static const mp_float val("+7.297912393562140321551086320493608726062890625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000045");
     return val;
   }
 
- static const mp_float& A006882_66(void)
+ const mp_float& A006882_66(void)
   {
     static const mp_float val("+7.458913038715529374862939105293580107776000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000046");
     return val;
   }
 
- static const mp_float& A006882_67(void)
+ const mp_float& A006882_67(void)
   {
     static const mp_float val("+4.889601303686634015439227834730717846462136718750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000047");
     return val;
   }
 
- static const mp_float& A006882_68(void)
+ const mp_float& A006882_68(void)
   {
     static const mp_float val("+5.0720608663265599749067985915996344732876800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000048");
     return val;
   }
 
- static const mp_float& A006882_69(void)
+ const mp_float& A006882_69(void)
   {
     static const mp_float val("+3.37382489954377747065306720596419531405887433593750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000049");
     return val;
   }
 
- static const mp_float& A006882_70(void)
+ const mp_float& A006882_70(void)
   {
     static const mp_float val("+3.550442606428591982434759014119744131301376000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000050");
     return val;
   }
 
- static const mp_float& A006882_71(void)
+ const mp_float& A006882_71(void)
   {
     static const mp_float val("+2.3954156786760820041636777162345786729818007785156250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000051");
     return val;
   }
 
- static const mp_float& A006882_72(void)
+ const mp_float& A006882_72(void)
   {
     static const mp_float val("+2.55631867662858622735302649016621577453699072000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000052");
     return val;
   }
 
- static const mp_float& A006882_73(void)
+ const mp_float& A006882_73(void)
   {
     static const mp_float val("+1.748653445433539863039484732851242431276714568316406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000053");
     return val;
   }
 
- static const mp_float& A006882_74(void)
+ const mp_float& A006882_74(void)
   {
     static const mp_float val("+1.891675820705153808241239602722999673157373132800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000054");
     return val;
   }
 
- static const mp_float& A006882_75(void)
+ const mp_float& A006882_75(void)
   {
     static const mp_float val("+1.311490084075154897279613549638431823457535926237304687500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000055");
     return val;
   }
 
- static const mp_float& A006882_76(void)
+ const mp_float& A006882_76(void)
   {
     static const mp_float val("+1.4376736237359168942633420980694797515996035809280000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000056");
     return val;
   }
 
- static const mp_float& A006882_77(void)
+ const mp_float& A006882_77(void)
   {
     static const mp_float val("+1.00984736473786927090530243322159250406230266320272460937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000057");
     return val;
   }
 
- static const mp_float& A006882_78(void)
+ const mp_float& A006882_78(void)
   {
     static const mp_float val("+1.121385426514015177525406836494194206247690793123840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000058");
     return val;
   }
 
- static const mp_float& A006882_79(void)
+ const mp_float& A006882_79(void)
   {
     static const mp_float val("+7.977794181429167240151889222450580782092191039301524414062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000058");
     return val;
   }
 
- static const mp_float& A006882_80(void)
+ const mp_float& A006882_80(void)
   {
     static const mp_float val("+8.9710834121121214202032546919535536499815263449907200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000059");
     return val;
   }
 
- static const mp_float& A006882_81(void)
+ const mp_float& A006882_81(void)
   {
     static const mp_float val("+6.46201328695762546452303027018497043349467474183423477539062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000060");
     return val;
   }
 
- static const mp_float& A006882_82(void)
+ const mp_float& A006882_82(void)
   {
     static const mp_float val("+7.356288397931939564566668847401913992984851602892390400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000061");
     return val;
   }
 
- static const mp_float& A006882_83(void)
+ const mp_float& A006882_83(void)
   {
     static const mp_float val("+5.363471028174829135554115124253525459800580035722414863574218750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000062");
     return val;
   }
 
- static const mp_float& A006882_84(void)
+ const mp_float& A006882_84(void)
   {
     static const mp_float val("+6.179282254262829234236001831817607754107275346429607936000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000063");
     return val;
   }
 
- static const mp_float& A006882_85(void)
+ const mp_float& A006882_85(void)
   {
     static const mp_float val("+4.5589503739486047652209978556154966408304930303640526340380859375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000064");
     return val;
   }
 
- static const mp_float& A006882_86(void)
+ const mp_float& A006882_86(void)
   {
     static const mp_float val("+5.31418273866603314144296157536314266853225679792946282496000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000065");
     return val;
   }
 
- static const mp_float& A006882_87(void)
+ const mp_float& A006882_87(void)
   {
     static const mp_float val("+3.966286825335286145742268134385482077522528936416725791613134765625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000066");
     return val;
   }
 
- static const mp_float& A006882_88(void)
+ const mp_float& A006882_88(void)
   {
     static const mp_float val("+4.6764808100261091644698061863195655483083859821779272859648000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000067");
     return val;
   }
 
- static const mp_float& A006882_89(void)
+ const mp_float& A006882_89(void)
   {
     static const mp_float val("+3.52999527454840466971061863960307904899505075341088595453568994140625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000068");
     return val;
   }
 
- static const mp_float& A006882_90(void)
+ const mp_float& A006882_90(void)
   {
     static const mp_float val("+4.208832729023498248022825567687608993477547383960134557368320000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000069");
     return val;
   }
 
- static const mp_float& A006882_91(void)
+ const mp_float& A006882_91(void)
   {
     static const mp_float val("+3.212295699839048249436662962038801934585496185603906218627477846679687500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000070");
     return val;
   }
 
- static const mp_float& A006882_92(void)
+ const mp_float& A006882_92(void)
   {
     static const mp_float val("+3.872126110701618388180999522272600273999343593243323792778854400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000071");
     return val;
   }
 
- static const mp_float& A006882_93(void)
+ const mp_float& A006882_93(void)
   {
     static const mp_float val("+2.9874350008503148719760965546960857991645114526116327833235543974121093750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000072");
     return val;
   }
 
- static const mp_float& A006882_94(void)
+ const mp_float& A006882_94(void)
   {
     static const mp_float val("+3.63979854405952128489013955093624425755938297764872436521212313600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000073");
     return val;
   }
 
- static const mp_float& A006882_95(void)
+ const mp_float& A006882_95(void)
   {
     static const mp_float val("+2.838063250807799128377291726961281509206285879981051144157376677541503906250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000074");
     return val;
   }
 
- static const mp_float& A006882_96(void)
+ const mp_float& A006882_96(void)
   {
     static const mp_float val("+3.4942066022971404334945339688987944872570076585427753906036382105600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000075");
     return val;
   }
 
- static const mp_float& A006882_97(void)
+ const mp_float& A006882_97(void)
   {
     static const mp_float val("+2.75292135328356515452597297515244306393009730358161960983265537721525878906250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000076");
     return val;
   }
 
- static const mp_float& A006882_98(void)
+ const mp_float& A006882_98(void)
   {
     static const mp_float val("+3.424322470251197624824643289520818597511867505371919882791565446348800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000077");
     return val;
   }
 
- static const mp_float& A006882_99(void)
+ const mp_float& A006882_99(void)
   {
     static const mp_float val("+2.725392139750729502980713245400918633290796330545803413734328823443106201171875000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000078");
     return val;
   }
 
- static const mp_float& A006882_100(void)
+ const mp_float& A006882_100(void)
   {
     static const mp_float val("+3.424322470251197624824643289520818597511867505371919882791565446348800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000079");
     return val;
   }
 
- static const mp_float& A006882_101(void)
+ const mp_float& A006882_101(void)
   {
     static const mp_float val("+2.7526460611482367980105203778549278196237042938512614478716721116775372631835937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000080");
     return val;
   }
 
- static const mp_float& A006882_102(void)
+ const mp_float& A006882_102(void)
   {
     static const mp_float val("+3.49280891965622157732113615531123496946210485547935828044739675527577600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000081");
     return val;
   }
 
- static const mp_float& A006882_103(void)
+ const mp_float& A006882_103(void)
   {
     static const mp_float val("+2.835225442982683901950835989190575654212415422666799291307822275027863381079101562500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000082");
     return val;
   }
 
- static const mp_float& A006882_104(void)
+ const mp_float& A006882_104(void)
   {
     static const mp_float val("+3.6325212764424704404139816015236843682405890496985326116652926254868070400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000083");
     return val;
   }
 
- static const mp_float& A006882_105(void)
+ const mp_float& A006882_105(void)
   {
     static const mp_float val("+2.97698671513181809704837778865010443692303619380013925587321338877925655013305664062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000084");
     return val;
   }
 
- static const mp_float& A006882_106(void)
+ const mp_float& A006882_106(void)
   {
     static const mp_float val("+3.850472553029018666838820497615105430335024392680444568365210183016015462400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000085");
     return val;
   }
 
- static const mp_float& A006882_107(void)
+ const mp_float& A006882_107(void)
   {
     static const mp_float val("+3.185375785191045363841764233855611747507648727366149003784338325993804508642370605468750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000086");
     return val;
   }
 
- static const mp_float& A006882_108(void)
+ const mp_float& A006882_108(void)
   {
     static const mp_float val("+4.158510357271340160185926137424313864761826344094880133834426997657296699392000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000087");
     return val;
   }
 
- static const mp_float& A006882_109(void)
+ const mp_float& A006882_109(void)
   {
     static const mp_float val("+3.4720596058582394465875230149026168047833371128291024141249287753332469144201839599609375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000088");
     return val;
   }
 
- static const mp_float& A006882_110(void)
+ const mp_float& A006882_110(void)
   {
     static const mp_float val("+4.57436139299847417620451875116674525123800897850436814721786969742302636933120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000089");
     return val;
   }
 
- static const mp_float& A006882_111(void)
+ const mp_float& A006882_111(void)
   {
     static const mp_float val("+3.853986162502645785712150546541904653309504195240303679678670940619904075006404195556640625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000090");
     return val;
   }
 
- static const mp_float& A006882_112(void)
+ const mp_float& A006882_112(void)
   {
     static const mp_float val("+5.1232847601582910773490610013067546813865700559248923248840140611137895336509440000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000091");
     return val;
   }
 
- static const mp_float& A006882_113(void)
+ const mp_float& A006882_113(void)
   {
     static const mp_float val("+4.35500436362798973785473011759235225823973974062154315803689816290049160475723674097900390625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000092");
     return val;
   }
 
- static const mp_float& A006882_114(void)
+ const mp_float& A006882_114(void)
   {
     static const mp_float val("+5.840544626580451828177929541489700336780689863754377250367776029669720068362076160000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000093");
     return val;
   }
 
- static const mp_float& A006882_115(void)
+ const mp_float& A006882_115(void)
   {
     static const mp_float val("+5.008255018172188198532939635231205096975700701714774631742432887335565345470822252125854492187500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000094");
     return val;
   }
 
- static const mp_float& A006882_116(void)
+ const mp_float& A006882_116(void)
   {
     static const mp_float val("+6.775031766833324120686398268128052390665600241955077610426620194416875279300008345600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000095");
     return val;
   }
 
- static const mp_float& A006882_117(void)
+ const mp_float& A006882_117(void)
   {
     static const mp_float val("+5.8596583712614601922835393732205099634615698210062863191386464781826114542008620349872497558593750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000096");
     return val;
   }
 
- static const mp_float& A006882_118(void)
+ const mp_float& A006882_118(void)
   {
     static const mp_float val("+7.99453748486332246240994995639110182098540828550699158030341182941191282957400984780800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000097");
     return val;
   }
 
- static const mp_float& A006882_119(void)
+ const mp_float& A006882_119(void)
   {
     static const mp_float val("+6.972993461801137628817411854132406856519268086997480719774989309037307630499025821634827209472656250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000098");
     return val;
   }
 
- static const mp_float& A006882_120(void)
+ const mp_float& A006882_120(void)
   {
     static const mp_float val("+9.5934449818359869548919399476693221851824899426083898963640941952942953954888118173696000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000099");
     return val;
   }
 
- static const mp_float& A006882_121(void)
+ const mp_float& A006882_121(void)
   {
     static const mp_float val("+8.43732208877937653086906834350021229638831438526695167092773706393514223290382124417814092346191406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000100");
     return val;
   }
 
- static const mp_float& A006882_122(void)
+ const mp_float& A006882_122(void)
   {
     static const mp_float val("+1.170400287783990408496816673615657306592263772998223567356419491825904038249635041719091200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000102");
     return val;
   }
 
- static const mp_float& A006882_123(void)
+ const mp_float& A006882_123(void)
   {
     static const mp_float val("+1.037790616919863313296895406250526112455762669387835055524111658864022494647170013033911333585815429687500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000103");
     return val;
   }
 
- static const mp_float& A006882_124(void)
+ const mp_float& A006882_124(void)
   {
     static const mp_float val("+1.4512963568521481065360526752834150601744070785177972235219601698641210074295474517316730880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000104");
     return val;
   }
 
- static const mp_float& A006882_125(void)
+ const mp_float& A006882_125(void)
   {
     static const mp_float val("+1.29723827114982914162111925781315764056970333673479381940513957358002811830896251629238916698226928710937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000105");
     return val;
   }
 
- static const mp_float& A006882_126(void)
+ const mp_float& A006882_126(void)
   {
     static const mp_float val("+1.828633409633706614235426370857102975819752918932424501637669814028792469361229789181908090880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000106");
     return val;
   }
 
- static const mp_float& A006882_127(void)
+ const mp_float& A006882_127(void)
   {
     static const mp_float val("+1.6474926043602830098588214574227102035235232376531881506445272584466357102523823956913342420674819946289062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000107");
     return val;
   }
 
- static const mp_float& A006882_128(void)
+ const mp_float& A006882_128(void)
   {
     static const mp_float val("+2.34065076433114446622134575469709180904928373623350336209621736195685436078237413015284235632640000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000108");
     return val;
   }
 
- static const mp_float& A006882_129(void)
+ const mp_float& A006882_129(void)
   {
     static const mp_float val("+2.125265459624765082717879680075296162545344976572612714331440163396160066225573290441821172267051773071289062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000109");
     return val;
   }
 
- static const mp_float& A006882_130(void)
+ const mp_float& A006882_130(void)
   {
     static const mp_float val("+3.042845993630487806087749481106219351764068857103554370725082570543910669017086369198695063224320000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000110");
     return val;
   }
 
- static const mp_float& A006882_131(void)
+ const mp_float& A006882_131(void)
   {
     static const mp_float val("+2.784097752108442258360422380898637972934401919310122655774186614048969686755501010478785735669837822723388671875000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000111");
     return val;
   }
 
- static const mp_float& A006882_132(void)
+ const mp_float& A006882_132(void)
   {
     static const mp_float val("+4.0165567115922439040358293150602095443285708913766917693571089931179620831025540073422774834561024000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000112");
     return val;
   }
 
- static const mp_float& A006882_133(void)
+ const mp_float& A006882_133(void)
   {
     static const mp_float val("+3.70285001030422820361936176659518850400275455268246313217966819668512968338481634393678502844088430422210693359375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000113");
     return val;
   }
 
- static const mp_float& A006882_134(void)
+ const mp_float& A006882_134(void)
   {
     static const mp_float val("+5.382185993533606831408011282180680789400284994444766970938526050778069191357422369838651827831177216000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000114");
     return val;
   }
 
- static const mp_float& A006882_135(void)
+ const mp_float& A006882_135(void)
   {
     static const mp_float val("+4.9988475139107080748861383849035044804037186461213252284425520655249250725695020643146597883951938106998443603515625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000115");
     return val;
   }
 
- static const mp_float& A006882_136(void)
+ const mp_float& A006882_136(void)
   {
     static const mp_float val("+7.31977295120570529071489534376572587358438759244488308047639542905817410024609442298056648585040101376000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000116");
     return val;
   }
 
- static const mp_float& A006882_137(void)
+ const mp_float& A006882_137(void)
   {
     static const mp_float val("+6.848421094057670062594009587317801138153094545186215562966296329769147349420217828111083910101415520658786773681640625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000117");
     return val;
   }
 
- static const mp_float& A006882_138(void)
+ const mp_float& A006882_138(void)
   {
     static const mp_float val("+1.010128667266387330118655557439670170554645487757393865105742569210028025833961030371318175047355339898880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000119");
     return val;
   }
 
- static const mp_float& A006882_139(void)
+ const mp_float& A006882_139(void)
   {
     static const mp_float val("+9.519305320740161387005673326371743582032801417808839632523151898379114815694102781074406635040967573715713615417480468750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000119");
     return val;
   }
 
- static const mp_float& A006882_140(void)
+ const mp_float& A006882_140(void)
   {
     static const mp_float val("+1.41418013417294226216611778041553823877650368286035141114803959689403923616754544251984544506629747585843200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000121");
     return val;
   }
 
- static const mp_float& A006882_141(void)
+ const mp_float& A006882_141(void)
   {
     static const mp_float val("+1.342222050224362755567799939018415845066624999911046388185764417671455189012868492131491335540776427893915619773864746093750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000122");
     return val;
   }
 
- static const mp_float& A006882_142(void)
+ const mp_float& A006882_142(void)
   {
     static const mp_float val("+2.0081357905255780122758872481900642990626352296616990038302162275895357153579145283781805319941424157189734400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000123");
     return val;
   }
 
- static const mp_float& A006882_143(void)
+ const mp_float& A006882_143(void)
   {
     static const mp_float val("+1.91937753182083874046195391279633465844527374987279633510564311727018092028840194374803260982331029188829933627662658691406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000124");
     return val;
   }
 
- static const mp_float& A006882_144(void)
+ const mp_float& A006882_144(void)
   {
     static const mp_float val("+2.891715538356832337677277637393692590650194730712846565515511367728931430115396920864579966071565078635321753600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000125");
     return val;
   }
 
- static const mp_float& A006882_145(void)
+ const mp_float& A006882_145(void)
   {
     static const mp_float val("+2.783097421140216173669833173554685254745646937315554685903182520041762334418182818434647284243799923238034037601108551025390625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000126");
     return val;
   }
 
- static const mp_float& A006882_146(void)
+ const mp_float& A006882_146(void)
   {
     static const mp_float val("+4.221904686000975213008825350594791182349284306840755985652646596884239887968479504462286750464485014807569760256000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000127");
     return val;
   }
 
- static const mp_float& A006882_147(void)
+ const mp_float& A006882_147(void)
   {
     static const mp_float val("+4.0911532090761177752946547651253873244761009978538653882776783044613906315947287430989315078383858871599100352736295700073242187500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000128");
     return val;
   }
 
- static const mp_float& A006882_148(void)
+ const mp_float& A006882_148(void)
   {
     static const mp_float val("+6.24841893528144331525306151888029094987694077412431885876591696338867503419334966660418439068743782191520324517888000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000129");
     return val;
   }
 
- static const mp_float& A006882_149(void)
+ const mp_float& A006882_149(void)
   {
     static const mp_float val("+6.095818281523415485189035600036827113469390486802259428533740673647472041076145827217407946679194971868265952557708059310913085937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000130");
     return val;
   }
 
- static const mp_float& A006882_150(void)
+ const mp_float& A006882_150(void)
   {
     static const mp_float val("+9.3726284029221649728795922783204364248154111611864782881488754450830125512900244999062765860311567328728048677683200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000131");
     return val;
   }
 
- static const mp_float& A006882_151(void)
+ const mp_float& A006882_151(void)
   {
     static const mp_float val("+9.20468560510035738263544375605560894133877963507141173708594841720768278202498019909828599948558440752108158836213916955947875976562500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000132");
     return val;
   }
 
- static const mp_float& A006882_152(void)
+ const mp_float& A006882_152(void)
   {
     static const mp_float val("+1.424639517244169075877698026304706336571942496500344699798629067652617907796083723985754041076735823396666339900784640000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000134");
     return val;
   }
 
- static const mp_float& A006882_153(void)
+ const mp_float& A006882_153(void)
   {
     static const mp_float val("+1.408316897580354679543222894676508168024833284165925995774150107832775465649821970462037757921294414350725483019407292942600250244140625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000135");
     return val;
   }
 
- static const mp_float& A006882_154(void)
+ const mp_float& A006882_154(void)
   {
     static const mp_float val("+2.1939448565560203768516549605092477583207914446105308376898887641850315780059689349380612232581731680308661634472083456000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000136");
     return val;
   }
 
- static const mp_float& A006882_155(void)
+ const mp_float& A006882_155(void)
   {
     static const mp_float val("+2.18289119124954975329199548674858766043849159045718529344993266714080197175722405421615852477800634224362449868008130406103038787841796875000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000137");
     return val;
   }
 
- static const mp_float& A006882_156(void)
+ const mp_float& A006882_156(void)
   {
     static const mp_float val("+3.422553976227391787888581738394426502980434653592428106796226472128649261689311538503375508282750142128151214977645019136000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000138");
     return val;
   }
 
- static const mp_float& A006882_157(void)
+ const mp_float& A006882_157(void)
   {
     static const mp_float val("+3.4271391702617931126684329141952826268884317970177809107163942874110590956588417651193688839014699573224904629277276473758177089691162109375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000139");
     return val;
   }
 
- static const mp_float& A006882_158(void)
+ const mp_float& A006882_158(void)
   {
     static const mp_float val("+5.40763528243927902486395914666319387470908675267603640873803782596326583346911223083533330308674522456247891966467913023488000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000140");
     return val;
   }
 
- static const mp_float& A006882_159(void)
+ const mp_float& A006882_159(void)
   {
     static const mp_float val("+5.449151280716251049142808333570499376752606557258271648039066916983583962097558406539796525403337232142759836055086959327550157260894775390625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000141");
     return val;
   }
 
- static const mp_float& A006882_160(void)
+ const mp_float& A006882_160(void)
   {
     static const mp_float val("+8.652216451902846439782334634661110199534538804281658253980860521541225333550579569336533284938792359299966271463486608375808000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000142");
     return val;
   }
 
- static const mp_float& A006882_161(void)
+ const mp_float& A006882_161(void)
   {
     static const mp_float val("+8.773133561953164189119921417048503996571696557185817353342897736343570178977069034529072405899372943749843336048690004517355753190040588378906250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000143");
     return val;
   }
 
- static const mp_float& A006882_162(void)
+ const mp_float& A006882_162(void)
   {
     static const mp_float val("+1.40165906520826112324473821081509985232459528629362863714489940448967850403519389023251839216008436220659453597708483055688089600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000145");
     return val;
   }
 
- static const mp_float& A006882_163(void)
+ const mp_float& A006882_163(void)
   {
     static const mp_float val("+1.430020770598365762826547190978906151441186538821288228594892331024001939173262252628238802161597789831224463775936470736328987769976615905761718750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000146");
     return val;
   }
 
- static const mp_float& A006882_164(void)
+ const mp_float& A006882_164(void)
   {
     static const mp_float val("+2.2987208669415482421213706657367637578123362695215509649176350233630727466177179799813301631425383540188150390024191221132846694400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000147");
     return val;
   }
 
- static const mp_float& A006882_165(void)
+ const mp_float& A006882_165(void)
   {
     static const mp_float val("+2.35953427148730350866380286511519514987795778905512557718157234618960319963588271683659402356663635322152036523029517671494282982046141624450683593750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000148");
     return val;
   }
 
- static const mp_float& A006882_166(void)
+ const mp_float& A006882_166(void)
   {
     static const mp_float val("+3.815876639122970081921475305123027837968478207405774601763274138782700759385411846769008070816613667671232964744015742708052551270400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000149");
     return val;
   }
 
- static const mp_float& A006882_167(void)
+ const mp_float& A006882_167(void)
   {
     static const mp_float val("+3.940422233383796859468550784742375900296189507722059713893225818136637343391924137117112019356282709879939009934592945113954525800170565128326416015625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000150");
     return val;
   }
 
- static const mp_float& A006882_168(void)
+ const mp_float& A006882_168(void)
   {
     static const mp_float val("+6.410672753726589737628078512606686767787043388441701330962300553154937275767491902571933558971910961687671380769946447749528286134272000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000151");
     return val;
   }
 
- static const mp_float& A006882_169(void)
+ const mp_float& A006882_169(void)
   {
     static const mp_float val("+6.6593135744186166925018508262146152715005602680502809164795516326509171103323517917279193127121177796970969267894620772425831486022882550668716430664062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000152");
     return val;
   }
 
- static const mp_float& A006882_170(void)
+ const mp_float& A006882_170(void)
   {
     static const mp_float val("+1.089814368133520255396773347143136750523797376035089226263591094036339336880473623437228705025224863486904134730890896117419808642826240000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000154");
     return val;
   }
 
- static const mp_float& A006882_171(void)
+ const mp_float& A006882_171(void)
   {
     static const mp_float val("+1.1387426212255834544178164912826992114265958058365980367180033291833068258668321563854742024737721403282035744809980152084817184109912916164350509643554687500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000155");
     return val;
   }
 
- static const mp_float& A006882_172(void)
+ const mp_float& A006882_172(void)
   {
     static const mp_float val("+1.87448071318965483928245015708619521090093148678035346917337668174250365943441463231203337264338676519747511173713234132196207086566113280000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000156");
     return val;
   }
 
- static const mp_float& A006882_173(void)
+ const mp_float& A006882_173(void)
   {
     static const mp_float val("+1.970024734720259376142822529919069635768010744097314603522145759487120808749619630546870370279625802767792183852126566310673372851014934496432638168334960937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000157");
     return val;
   }
 
- static const mp_float& A006882_174(void)
+ const mp_float& A006882_174(void)
   {
     static const mp_float val("+3.261596440949999420351463273329979666967620786997815036361675426231956367415881460222938068399492971443606694422610273900214003306250371072000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000158");
     return val;
   }
 
- static const mp_float& A006882_175(void)
+ const mp_float& A006882_175(void)
   {
     static const mp_float val("+3.447543285760453908249939427358371862594018802170300556163755079102461415311834353457023147989345154843636321741221491043678402489276135368757116794586181640625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000159");
     return val;
   }
 
- static const mp_float& A006882_176(void)
+ const mp_float& A006882_176(void)
   {
     static const mp_float val("+5.7404097360719989798185753610607642138630125851161544639965487501682432066519513699923710003831076297407477821837940820643766458190006530867200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000160");
     return val;
   }
 
- static const mp_float& A006882_177(void)
+ const mp_float& A006882_177(void)
   {
     static const mp_float val("+6.10215161579600341760239278642431819679141327984143198440984649001135670510194680561893097194114092407323628948196203914731077240601875960270009672641754150390625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000161");
     return val;
   }
 
- static const mp_float& A006882_178(void)
+ const mp_float& A006882_178(void)
   {
     static const mp_float val("+1.0217929330208158184077064142688160300676162401506754945913856775299472907840473438586420380681931580938531052287153466074590429557821162494361600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000163");
     return val;
   }
 
- static const mp_float& A006882_179(void)
+ const mp_float& A006882_179(void)
   {
     static const mp_float val("+1.09228513922748461175082830876995295722566297709161632520936252171203285021324847820578864397746422540910929581727120500736862826067735796888331731402873992919921875000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000164");
     return val;
   }
 
- static const mp_float& A006882_180(void)
+ const mp_float& A006882_180(void)
   {
     static const mp_float val("+1.839227279437468473133871545683868854121709232271215890264494219553905123411285218945555668522747684568935589411687623893426277320407809248985088000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000165");
     return val;
   }
 
- static const mp_float& A006882_181(void)
+ const mp_float& A006882_181(void)
   {
     static const mp_float val("+1.977036102001747147268999238873614852578449988535825548628946164298779458885979745552477445599210247990487825429260881063337217151826017923678804338392019271850585937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000166");
     return val;
   }
 
- static const mp_float& A006882_182(void)
+ const mp_float& A006882_182(void)
   {
     static const mp_float val("+3.347393648576192621103646213144641314501510802733612920281379479588107324608539098480911316711400785915462772729271475486035824723142212833152860160000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000167");
     return val;
   }
 
- static const mp_float& A006882_183(void)
+ const mp_float& A006882_183(void)
   {
     static const mp_float val("+3.6179760666631972795022686071387151802185634790205607539909714806667664097613429343610337254465547538225927205355474123459071073878416128003322119392573952674865722656250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000168");
     return val;
   }
 
- static const mp_float& A006882_184(void)
+ const mp_float& A006882_184(void)
   {
     static const mp_float val("+6.15920431338019442283070903218614001868277987702984777331773824244211747727971194120487682274897744608445150182185951489430591749058167161300126269440000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000169");
     return val;
   }
 
- static const mp_float& A006882_185(void)
+ const mp_float& A006882_185(void)
   {
     static const mp_float val("+6.693255723326914967079196923206623083404342436188037394883297239233517858058484428567912392076126294571796532990762712839928148667506983680614592087626181244850158691406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000170");
     return val;
   }
 
- static const mp_float& A006882_186(void)
+ const mp_float& A006882_186(void)
   {
     static const mp_float val("+1.14561200228871616264651187998662204347499705712755168583709931309423385077402642106410708903130980497170797933886586977034090065324819092001823486115840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000172");
     return val;
   }
 
- static const mp_float& A006882_187(void)
+ const mp_float& A006882_187(void)
   {
     static const mp_float val("+1.251638820262133098843809824639638516596612035567162992843176583736667839456936588142199617318235617084925951669272627301066563800823805948274928720386095892786979675292968750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000173");
     return val;
   }
 
- static const mp_float& A006882_188(void)
+ const mp_float& A006882_188(void)
   {
     static const mp_float val("+2.153750564302786385775442334374849441732994467399797169373746708617159639455169671600521327378862433346811001157067835168240893228106598929634281538977792000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000174");
     return val;
   }
 
- static const mp_float& A006882_189(void)
+ const mp_float& A006882_189(void)
   {
     static const mp_float val("+2.365597370295431556814800568568916796367596747221938056473603743262302216573610151588757276731465316290510048654925265599015805583556993242239615281529721237367391586303710937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000175");
     return val;
   }
 
- static const mp_float& A006882_190(void)
+ const mp_float& A006882_190(void)
   {
     static const mp_float val("+4.0921260721752941329733404353122139392926894880596146218101187463726033149648223760409905220198386233589409021984288868196576971334025379663051349240578048000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000176");
     return val;
   }
 
- static const mp_float& A006882_191(void)
+ const mp_float& A006882_191(void)
   {
     static const mp_float val("+4.51829097726427427351626908596663108106210978719390168786458314963099723365559538953452639855709875411487419293090725729412018866459385709267766518772176756337171792984008789062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000177");
     return val;
   }
 
- static const mp_float& A006882_192(void)
+ const mp_float& A006882_192(void)
   {
     static const mp_float val("+7.856882058576564735308813635799450763441963817074460073875427993035398364732458961998701802278090156849166532220983462693742778496132872895305859054190985216000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000178");
     return val;
   }
 
- static const mp_float& A006882_193(void)
+ const mp_float& A006882_193(void)
   {
     static const mp_float val("+8.7203015861200493478863993359155979864498718892842302575786454787878246609552991018016359492152005954417071923566510065776519641226661441888678938123030113973074156045913696289062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000179");
     return val;
   }
 
- static const mp_float& A006882_194(void)
+ const mp_float& A006882_194(void)
   {
     static const mp_float val("+1.524235119363853558649909845345093448107740980512445254331833030648867282758097038627748149641949490428738307250870791762586099028249777341689336656513051131904000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000181");
     return val;
   }
 
- static const mp_float& A006882_195(void)
+ const mp_float& A006882_195(void)
   {
     static const mp_float val("+1.700458809293409622837847870503541607357725018410424900227835868363625808886283324851319010096964116111132902509546946282642133003919898116829239293399087222474946042895317077636718750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000182");
     return val;
   }
 
- static const mp_float& A006882_196(void)
+ const mp_float& A006882_196(void)
   {
     static const mp_float val("+2.987500833953152974953823296876383158291172321804392698490392740071779874205870195710386373298221001240327082211706751854668754095369563589711099846765580218531840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000183");
     return val;
   }
 
- static const mp_float& A006882_197(void)
+ const mp_float& A006882_197(void)
   {
     static const mp_float val("+3.3499038543080169569905603048919769664947182862685370534488366606763428435059781499570984498910193087389318179438074841768050020177221992901536014079962018282756437045037746429443359375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000184");
     return val;
   }
 
- static const mp_float& A006882_198(void)
+ const mp_float& A006882_198(void)
   {
     static const mp_float val("+5.91525165122724289040857012781523865341652119717269754301097762534212415092762298750656501913047758245584762277917936867224413310883173590762797769659584883269304320000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000185");
     return val;
   }
 
- static const mp_float& A006882_199(void)
+ const mp_float& A006882_199(void)
   {
     static const mp_float val("+6.666308670072953744411215006735034163324489389674388736363184954745922258576896518414625915283128424390474317708176893511841954015267176587405666801912441638268530971962511539459228515625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000186");
     return val;
   }
 
- static const mp_float& A006882_200(void)
+ const mp_float& A006882_200(void)
   {
     static const mp_float val("+1.18305033024544857808171402556304773068330423943453950860219552506842483018552459750131300382609551649116952455583587373444882662176634718152559553931916976653860864000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000188");
     return val;
   }
 
- static const mp_float& A006882_201(void)
+ const mp_float& A006882_201(void)
   {
     static const mp_float val("+1.339928042684663702626654216353741866828222367324552136009000175903930373973956200201339808971908813302485337859343555595880232757068702494068539027184400769291974725364464819431304931640625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000189");
     return val;
   }
 
- static const mp_float& A006882_202(void)
+ const mp_float& A006882_202(void)
   {
     static const mp_float val("+2.389761667095806127725062331637356415980274563657769807376434960638218156974759686952652267728712943312162439602788464943586629775968021306681702989424722928407989452800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000190");
     return val;
   }
 
- static const mp_float& A006882_203(void)
+ const mp_float& A006882_203(void)
   {
     static const mp_float val("+2.720053926649867316332108059198095989661291405668840836098270357084978659167131086408719812212974891004045235854467417859636872496849466062959134225184333561662708692489863583445549011230468750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000191");
     return val;
   }
 
- static const mp_float& A006882_204(void)
+ const mp_float& A006882_204(void)
   {
     static const mp_float val("+4.8751138008754445005591271565402070885997601098618504070479273197019650402285097613834106261665744043568113767896884684849167247429747634656306740984264347739522984837120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000192");
     return val;
   }
 
- static const mp_float& A006882_205(void)
+ const mp_float& A006882_205(void)
   {
     static const mp_float val("+5.57611054963222799848082152135609677880564738162112371400145423202420625129261872713787561503659852655829273350165820661225558861854140542906622516162788380140855281960422034606337547302246093750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000193");
     return val;
   }
 
- static const mp_float& A006882_206(void)
+ const mp_float& A006882_206(void)
   {
     static const mp_float val("+1.0042734429803415671151801942472826602515505826315411838518730278586047982870730108449825889903143272975031436186758245078928452970528012739199188642758455634341734876446720000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000195");
     return val;
   }
 
- static const mp_float& A006882_207(void)
+ const mp_float& A006882_207(void)
   {
     static const mp_float val("+1.15425488377387119568553005492071203321276900799557260879830102602901069401757207651754025231257589499756659583484324876873690684403807092381670860845697194689157043365807361163511872291564941406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000196");
     return val;
   }
 
- static const mp_float& A006882_208(void)
+ const mp_float& A006882_208(void)
   {
     static const mp_float val("+2.088888761399110459599574804034347933323225211873605662411895897945897980437111862557563785099853800778806538726845714976417118217869826649753431237693758771943080854300917760000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000197");
     return val;
   }
 
- static const mp_float& A006882_209(void)
+ const mp_float& A006882_209(void)
   {
     static const mp_float val("+2.412392707087390798982757814784288149414687226710746752388449144400632350496725639921659127333283620544914185294822389926660135304039568230776920991675071369003382206345373848317398130893707275390625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000198");
     return val;
   }
 
- static const mp_float& A006882_210(void)
+ const mp_float& A006882_210(void)
   {
     static const mp_float val("+4.386666398938131965159107088472130659978772944934571891064981385686385758917934911370883948709692981635493731326376001450475948257526635964482205599156893421080469794031927296000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000199");
     return val;
   }
 
- static const mp_float& A006882_211(void)
+ const mp_float& A006882_211(void)
   {
     static const mp_float val("+5.0901486119543945858536189891948479952649900483596756475396276946853342595480911002347007586732284393497689309720752427452528854915234889669393032924344005885971364553887388199497100561857223510742187500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000200");
     return val;
   }
 
- static const mp_float& A006882_212(void)
+ const mp_float& A006882_212(void)
   {
     static const mp_float val("+9.29973276574883976613730702756091699915499864326129240905776053765513780890602201210627397126454912106724671041191712307500901030595646824470227587021261405269059596334768586752000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000201");
     return val;
   }
 
- static const mp_float& A006882_213(void)
+ const mp_float& A006882_213(void)
   {
     static const mp_float val("+1.0842016543462860467868208446985026229914428803006109129259406989679761972837434043499912615973976575815007822970520267047388646096945031499580716012885273253711900649978013686492882419675588607788085937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000203");
     return val;
   }
 
- static const mp_float& A006882_214(void)
+ const mp_float& A006882_214(void)
   {
     static const mp_float val("+1.99014281187025170995338370389803623781916970965791657553836075505819949110588871059074262985061351190839079602815026433805192820547468420436628703622549940727578753615640477564928000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000204");
     return val;
   }
 
- static const mp_float& A006882_215(void)
+ const mp_float& A006882_215(void)
   {
     static const mp_float val("+2.331033556844515000591664816101780639431602192646313462790772502781148824160048319352481212434404963800226681938661857415188558910843181772409853942770333749548058639745272942595969720230251550674438476562500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000205");
     return val;
   }
 
- static const mp_float& A006882_216(void)
+ const mp_float& A006882_216(void)
   {
     static const mp_float val("+4.298708473639743693499308800419758273689406572861099803162859230925710900788719614876004080477325185722124119420804570970192164923825317881431179998247078719715701078097834315402444800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000206");
     return val;
   }
 
- static const mp_float& A006882_217(void)
+ const mp_float& A006882_217(void)
   {
     static const mp_float val("+5.058342818352597551283912650940863987566576758042500214255976331035092948427304852994884230982658771446491899806896230590959172836529704446129383055811624236519287248247242285433254292899645864963531494140625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000207");
     return val;
   }
 
- static const mp_float& A006882_218(void)
+ const mp_float& A006882_218(void)
   {
     static const mp_float val("+9.3711844725346412518284931849150730366429063288371975708950331234180497637194087604296888954405689048742305803373539647150189195339391929815199723961786316089802283502532788075773296640000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000208");
     return val;
   }
 
- static const mp_float& A006882_219(void)
+ const mp_float& A006882_219(void)
   {
     static const mp_float val("+1.107777077219218863731176870556049213277080310011307546922058816496685355705579762805879646585202270946781726057710274499420058851200005273702334889222745707797723907366146060509882690145022444427013397216796875000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000210");
     return val;
   }
 
- static const mp_float& A006882_220(void)
+ const mp_float& A006882_220(void)
   {
     static const mp_float val("+2.0616605839576210754022685006813160680614393923441834655969072871519709480182699272945315569969251590723307276742178722373041622974666224559343939271592989539756502370557213376670125260800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000211");
     return val;
   }
 
- static const mp_float& A006882_221(void)
+ const mp_float& A006882_221(void)
   {
     static const mp_float val("+2.44818734065447368884590088392886876134234748512498967869774998445767463610933127580099401895329701879238761458753970664371833006115201165488216010518226801423296983527918279372684074522049960218369960784912109375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000212");
     return val;
   }
 
- static const mp_float& A006882_222(void)
+ const mp_float& A006882_222(void)
   {
     static const mp_float val("+4.576886496385918787393036071512521671096395451004087293625134177477375504600559238593860056533173853140574215436763676366815240300375901852174354518293643677825943526263701369620767807897600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000213");
     return val;
   }
 
- static const mp_float& A006882_223(void)
+ const mp_float& A006882_223(void)
   {
     static const mp_float val("+5.459457769659476326126358971161377337793434891828726983495982465340614438523808745036216662265852351907024380530213545815491876036368985990387217034556457671739522732672577630010854861841714112869650125503540039062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000214");
     return val;
   }
 
- static const mp_float& A006882_224(void)
+ const mp_float& A006882_224(void)
   {
     static const mp_float val("+1.0252225751904458083760400800188048543255925810249155537720300557549321130305252694450246526634309431034886242578350635061666138272842020148870554120977761838330113498830691067950519889690624000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000216");
     return val;
   }
 
- static const mp_float& A006882_225(void)
+ const mp_float& A006882_225(void)
   {
     static const mp_float val("+1.22837799817338217337843076851130990100352285066146357128659605470163824866785696763314874900981677917908048561929804780848567210818302184783712383277520297614139261485132996675244234391438567539567127823829650878906250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000217");
     return val;
   }
 
- static const mp_float& A006882_226(void)
+ const mp_float& A006882_226(void)
   {
     static const mp_float val("+2.317003019930407526929850580842498970775839233116309151524787926006146575448987108945755715019353931413884290822707243523936547249662296553644745231340974175462605650735736181356817495070081024000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000218");
     return val;
   }
 
- static const mp_float& A006882_227(void)
+ const mp_float& A006882_227(void)
   {
     static const mp_float val("+2.7884180558535775335690378445206734752779968710015223068205730441727188244760353165272476602522840887365127023558065685252624756855754595945902711003997107558409612357125190245280441206856554831481738016009330749511718750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000219");
     return val;
   }
 
- static const mp_float& A006882_228(void)
+ const mp_float& A006882_228(void)
   {
     static const mp_float val("+5.28276688544132916140005932432089765336891345150518486547651647129401419202369060839632303024412696362365618307577251523457532772923003614231001912745742112005474088367747849349354388875978473472000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000220");
     return val;
   }
 
- static const mp_float& A006882_229(void)
+ const mp_float& A006882_229(void)
   {
     static const mp_float val("+6.385477347904692551873096663952342258386612834593486082619112271155526108050120874847397141977730563206614088394797041922851069319967802471611720819915337630875801229781668566169221036370151056409318005666136741638183593750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000221");
     return val;
   }
 
- static const mp_float& A006882_230(void)
+ const mp_float& A006882_230(void)
   {
     static const mp_float val("+1.215036383651505707122013644593806460274850093846192519059598788397623264165448839931154296956149201633440922107427678503952325377722908312731304399315206857612590403245820053503515094414750488985600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000223");
     return val;
   }
 
- static const mp_float& A006882_231(void)
+ const mp_float& A006882_231(void)
   {
     static const mp_float val("+1.4750452673659839794826853293729910616873075647910952850850149346369265309595779220897487397968557601007278544191981166841785970129125623709423075094004429927323100840795654387850900594015048940305524593088775873184204101562500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000224");
     return val;
   }
 
- static const mp_float& A006882_232(void)
+ const mp_float& A006882_232(void)
   {
     static const mp_float val("+2.81888441007149324052307165545763098783765221772316664421826918908248597286384130864027796893826614778958293928923221412916939487631714728553662620641127990966120973553030252412815501904222113444659200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000225");
     return val;
   }
 
- static const mp_float& A006882_233(void)
+ const mp_float& A006882_233(void)
   {
     static const mp_float val("+3.436855472962742672194656817439069173731426625963252014248084797704038817135816558469114563726673921034695900796731611874136131040086270324295576496903032173066282495905387472369259838405506403091187230189684778451919555664062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000226");
     return val;
   }
 
- static const mp_float& A006882_234(void)
+ const mp_float& A006882_234(void)
   {
     static const mp_float val("+6.5961895195672941828239876737708565115401061894722099474707499024530171765013886622182504473155427858276240779368033810622563840105821246481557053230023949886072307811409079064598827445587974546050252800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000227");
     return val;
   }
 
- static const mp_float& A006882_235(void)
+ const mp_float& A006882_235(void)
   {
     static const mp_float val("+8.07661036146244527965744352098181255826885257101364223348299927460449122026916891240241922475768371443153536687231928790421990794420273526209460476772212560670576386537766056006776062025294004726428999094575922936201095581054687500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000228");
     return val;
   }
 
- static const mp_float& A006882_236(void)
+ const mp_float& A006882_236(void)
   {
     static const mp_float val("+1.556700726617881427146461091009922136723465060715441547603096976978912053654327724283507105566468097455319282393085597930692506626497381416964746456228565217311306464349254265924532327715876199286785966080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000230");
     return val;
   }
 
- static const mp_float& A006882_237(void)
+ const mp_float& A006882_237(void)
   {
     static const mp_float val("+1.914156655666599531278814114472689576309718059330233209335470828081264419203793032239373356267571040320273881948739671233300118182776048257116421329950143768789266036094505552736059266999946791201636727854144937358796596527099609375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000231");
     return val;
   }
 
- static const mp_float& A006882_238(void)
+ const mp_float& A006882_238(void)
   {
     static const mp_float val("+3.7049477293505577966085773966036146854018468445027508832953708052098106876972999837947469112481940719436598920955437230750481657710637677723760965658239852172009093851512251529003869399637853543025505992704000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000232");
     return val;
   }
 
- static const mp_float& A006882_239(void)
+ const mp_float& A006882_239(void)
   {
     static const mp_float val("+4.57483440704317287975636573358972808738022616179925737031177527911422196189706534705210232147949478636545457785748781424758728245683475533450824697858084360740634582626586827103918164812987283097191177957140640028752386569976806640625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000233");
     return val;
   }
 
- static const mp_float& A006882_240(void)
+ const mp_float& A006882_240(void)
   {
     static const mp_float val("+8.891874550441338711860585751848675244964432426806602119908889932503545650473519961107392586995665772664783741029304935380115597850553042653702631757977564521282182524362940366960928655913084850326121438248960000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000234");
     return val;
   }
 
- static const mp_float& A006882_241(void)
+ const mp_float& A006882_241(void)
   {
     static const mp_float val("+1.10253509209740466402128414179512446905863450499362102624513784226652749281719274863955665947655824351407455326365456323366853507209717603561648752183798330938492934413007425332044277719929935226423073887670894246929325163364410400390625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000236");
     return val;
   }
 
- static const mp_float& A006882_242(void)
+ const mp_float& A006882_242(void)
   {
     static const mp_float val("+2.151833641206803968270261751947379409281392647287197713017951363665858047414591830587989006052951116984877665329091794361987974679833836322196036885430570614150288170895831568804544734730966533778921388056248320000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000237");
     return val;
   }
 
- static const mp_float& A006882_243(void)
+ const mp_float& A006882_243(void)
   {
     static const mp_float val("+2.679160273796693333571720464562152459812481847134499093775684956707661807545778379194122682528036531739201164430680588657814540225196137766548064678066299441805378306236080435568675948594297426002080695470402730200382601469755172729492187500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000238");
     return val;
   }
 
- static const mp_float& A006882_244(void)
+ const mp_float& A006882_244(void)
   {
     static const mp_float val("+5.250474084544601682579438674751605758646598059380762419763801327344693635691604066634693174769200725443101503402983978243250658218794560626158330000450592298526703136985829027883089152743558342420568186857245900800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000239");
     return val;
   }
 
- static const mp_float& A006882_245(void)
+ const mp_float& A006882_245(void)
   {
     static const mp_float val("+6.5639426708018986672507151381772735265405805254795227797504281439337714284871570290256005721936895027610428528551674422116456235517305375280427584612624336324231768502783970671432560740560286937050977039024866889909373736009001731872558593750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000240");
     return val;
   }
 
- static const mp_float& A006882_246(void)
+ const mp_float& A006882_246(void)
   {
     static const mp_float val("+1.291616624797972013914541913988895016627063122607667555261895126526794634380134600392134520993223378459002969837134058647839661921823461914034949180110845705437568971698513940859239931574915352235459773966882491596800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000242");
     return val;
   }
 
- static const mp_float& A006882_247(void)
+ const mp_float& A006882_247(void)
   {
     static const mp_float val("+1.6212938396880689708109266391297865610555233897934421265983557515516415428363277861693233413318413071819775846552263582262764690172774427694265613399318211072085246820187640755843842502918390873451591328639142121807615312794223427772521972656250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000243");
     return val;
   }
 
- static const mp_float& A006882_248(void)
+ const mp_float& A006882_248(void)
   {
     static const mp_float val("+3.20320922949897059450806394669245964123511654406701553704949991378645069326273380897249361206319397857832736519609246544664236156612218554680667396667489734948517104981231457333091503030579007354394023943786857916006400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000244");
     return val;
   }
 
- static const mp_float& A006882_249(void)
+ const mp_float& A006882_249(void)
   {
     static const mp_float val("+4.037021660823291737319207331433168537028253240585670895229905821363587441662456187561615119916284854883124185791513631983428407853020832495872137736430234556949226458226722548205116783226679327489446240831146388330096212885761633515357971191406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000245");
     return val;
   }
 
- static const mp_float& A006882_250(void)
+ const mp_float& A006882_250(void)
   {
     static const mp_float val("+8.008023073747426486270159866731149103087791360167538842623749784466126733156834522431234030157984946445818412990231163616605903915305463867016684916687243373712927624530786433327287575764475183859850598594671447900160000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000246");
     return val;
   }
 
- static const mp_float& A006882_251(void)
+ const mp_float& A006882_251(void)
   {
     static const mp_float val("+1.0132924368666462260671210401897253027940915633870033947027063611622604478572765030779653950989874985756641706336699216278405303711082289564639065718439888737942558410149073595994843125898965111998510064486177434708541494343261700123548507690429687500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000248");
     return val;
   }
 
- static const mp_float& A006882_252(void)
+ const mp_float& A006882_252(void)
   {
     static const mp_float val("+2.01802181458435147454008028641624957397812342276221978834118494568546393675552229965267097559981220650434624007353825323138468778665697689448820459900518533017565776138175818119847646909264774633268235084585720487084032000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000249");
     return val;
   }
 
- static const mp_float& A006882_253(void)
+ const mp_float& A006882_253(void)
   {
     static const mp_float val("+2.563629865272614951949816231680005016069051655369118588597847093740518933078909552787252449600438371396430351703184901718436541838903819259853683626765291850699467277767715619786695310852438173335623046315002890981260998068845210131257772445678710937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000250");
     return val;
   }
 
- static const mp_float& A006882_254(void)
+ const mp_float& A006882_254(void)
   {
     static const mp_float val("+5.1257754090442527453318039274972739179044334938160382623866097620410783993590266411177842780235230045210394497867871632077171069781087213120000396814731707386461707139096657802441302314953252756850131711484773003719344128000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000251");
     return val;
   }
 
- static const mp_float& A006882_255(void)
+ const mp_float& A006882_255(void)
   {
     static const mp_float val("+6.53725615644516812747203139078401279097608172119125240092451008903832327935121935960749374648111784706089739684312149938201318168920473911262689324825149421928364155830767483045607304267371734200583876810325737200221554507555528583470731973648071289062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000252");
     return val;
   }
 
- static const mp_float& A006882_256(void)
+ const mp_float& A006882_256(void)
   {
     static const mp_float val("+1.312198504715328702804941805439302122983534974416905795170972099082516070235910820126152775174021889157386099145417513781175579386395832655872010158457131709093419702760874439742497339262803270575363371814010188895215209676800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000254");
     return val;
   }
 
- static const mp_float& A006882_257(void)
+ const mp_float& A006882_257(void)
   {
     static const mp_float val("+1.680074832206408208760312067431491287280853002346151867037599092882849082793263375419125892845647286694650630988682225341177387694125617951945111564800634014355895880485072431427210771967145356895500563402537144604569395084417708459519781172275543212890625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000255");
     return val;
   }
 
- static const mp_float& A006882_258(void)
+ const mp_float& A006882_258(void)
   {
     static const mp_float val("+3.3854721421655480532367498580333994772975202339956169515411080156328914612086499159254741599489764740260561357951771855554329948169012482521497862088193998094610228331230560545356431352980324380844374992801462873496552409661440000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000256");
     return val;
   }
 
- static const mp_float& A006882_259(void)
+ const mp_float& A006882_259(void)
   {
     static const mp_float val("+4.35139381541459726068920825464756243405740927607653333562738165056657912443455214233553606247022647253914513426068696363364943412778535049553783895283364209718177033045633759739647589939490647435934645921257120452583473326864186491015623323619365692138671875000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000257");
     return val;
   }
 
- static const mp_float& A006882_260(void)
+ const mp_float& A006882_260(void)
   {
     static const mp_float val("+8.802227569630424938415549630886838640973552608388604074006880840645517799142489781406232815867338832467745953067460682444125786523943245455589444142930439504598659366119945741792672151774884339019537498128380347109103626511974400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000258");
     return val;
   }
 
- static const mp_float& A006882_261(void)
+ const mp_float& A006882_261(void)
   {
     static const mp_float val("+1.13571378582320988503988335446301379528898382105597520059874661079787715147741810914957491230472910933271688004203929750838250230735197647933537596668958058736444205624910411292048020974207058980778942585448108438124286538311552674155077687464654445648193359375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000260");
     return val;
   }
 
- static const mp_float& A006882_262(void)
+ const mp_float& A006882_262(void)
   {
     static const mp_float val("+2.306183623243171333864874003292351723935070783397814267389802780249125663375332322728432997757242774106549439703674698800360956069273130309364434365447775150204848753923425784349680103765019696823118824509635650942585150146137292800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000261");
     return val;
   }
 
- static const mp_float& A006882_263(void)
+ const mp_float& A006882_263(void)
   {
     static const mp_float val("+2.986927256715041997654893222237726281610027449377214777574703586398416908385609627063382019361437557545045394510563352447045981068335698140652038792393596944768482607935143816980862951621645651194486189997285251922668735957593835330278543180320411920547485351562500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000262");
     return val;
   }
 
- static const mp_float& A006882_264(void)
+ const mp_float& A006882_264(void)
   {
     static const mp_float val("+6.088324765361972321403267368691808551188586868170229665909079339857691751310877332003063114079120923641290520817701204832952924022881064016722106724782126396540800710357844070683155473939651999613033696705438118488424796385802452992000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000263");
     return val;
   }
 
- static const mp_float& A006882_265(void)
+ const mp_float& A006882_265(void)
   {
     static const mp_float val("+7.9153572302948612937854670389299746462665727408496191605729645039558048072218655117179623513078095274943702954529928839846718498310896000727279027998430319036364789110281311149992868217973609756653884034928059175950721502876236636252381394278490915894508361816406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000264");
     return val;
   }
 
- static const mp_float& A006882_266(void)
+ const mp_float& A006882_266(void)
   {
     static const mp_float val("+1.619494387586284637493269120072021074616164106933281091131815104402146005848693370312814788345046165688583278537508520485565477790086363028448080388792045621479852988955186522801719356067947431897066963323646539517920995838623452495872000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000266");
     return val;
   }
 
- static const mp_float& A006882_267(void)
+ const mp_float& A006882_267(void)
   {
     static const mp_float val("+2.1134003804887279654407196993943032305531749218068483158729815225561998835282380916286959477991851438409968688859491000239073839049009232194183500475580895182709398692445110077048095814198953805026587037325791799978842641267955181879385832272357074543833732604980468750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000267");
     return val;
   }
 
- static const mp_float& A006882_268(void)
+ const mp_float& A006882_268(void)
   {
     static const mp_float val("+4.34024495873124282848196124179301647997131980658119332423326447979775129567449823243834363276472372404540318648052283490131548047743145291624085544196268226556600601039989988110860787426209911748413946170737272590802826884751085268893696000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000268");
     return val;
   }
 
- static const mp_float& A006882_269(void)
+ const mp_float& A006882_269(void)
   {
     static const mp_float val("+5.685047023514678227035535991370675690188040539660421969698320295676177686690960466481192099579808036932281577303203079064310862704183483460235361627931260804148828248267734610725937774019518573552151913040637994194308670501079943925554788881264053052291274070739746093750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000269");
     return val;
   }
 
- static const mp_float& A006882_270(void)
+ const mp_float& A006882_270(void)
   {
     static const mp_float val("+1.171866138857435563690129535284114449592256347776922197542981409545392849832114522758352780846475405492258860349741165423355179728906492287385030969329924211702821622807972967899324126050766761720717654660990635995167632588827930226012979200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000271");
     return val;
   }
 
- static const mp_float& A006882_271(void)
+ const mp_float& A006882_271(void)
   {
     static const mp_float val("+1.5406477433724777995266302536614531120409589862479743537882448001282441530932502864164030589861279780086483074491680344264282437928337240177237830011693716779243324552805560795067291367592895334326331684340128964266576497057926648038253477868225583771709352731704711914062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000272");
     return val;
   }
 
- static const mp_float& A006882_272(void)
+ const mp_float& A006882_272(void)
   {
     static const mp_float val("+3.18747589769222473323715233597279130289093726595322837731690943396346855154335150190271956390241310293894410015129596995152608886262565902168728423657739385583167481403768647268616162285808559188035202067789452990685596064161197021475530342400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000273");
     return val;
   }
 
- static const mp_float& A006882_273(void)
+ const mp_float& A006882_273(void)
   {
     static const mp_float val("+4.205968339406864392707700592495766995871818032456969985841908304350106537944573281916780351032129379963609879336228733984149105554436066568385927593192384680733427602915918097053370543352860426271088549824855207244775383696813974914443199458025584369676653295755386352539062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000274");
     return val;
   }
 
- static const mp_float& A006882_274(void)
+ const mp_float& A006882_274(void)
   {
     static const mp_float val("+8.7336839596766957690697974005654481699211681087118457538483318490599038312287831152134516050926119020527068344145509576671814834835943057194231588082220591649787889904632609351600828466311545217521645366574310119447853321580167983884295313817600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000275");
     return val;
   }
 
- static const mp_float& A006882_275(void)
+ const mp_float& A006882_275(void)
   {
     static const mp_float val("+1.156641293336887707994617662936335923864749958925666746106524783696279297934757652527114596533835579489992716817462901845641004027469918306306130088127905787201692590801877476689676899422036617224549351201835181992313230516623843101471879850957035701661079656332731246948242187500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000277");
     return val;
   }
 
- static const mp_float& A006882_276(void)
+ const mp_float& A006882_276(void)
   {
     static const mp_float val("+2.410496772870768032263264082556063694898242398004469428062139590340533457419144139798912643005560884966547086298416064316142089441472028378560791831069288329534145761367860018104182865670198648003597412117450959296760751675612636355206550661365760000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000278");
     return val;
   }
 
- static const mp_float& A006882_277(void)
+ const mp_float& A006882_277(void)
   {
     static const mp_float val("+3.203896382543178951145090926333650509105357386224096886715073650838693655279278697500107432398724555187279825584372238112425581156091673708467980344114299030548688476521200610430405011399041429712001702829083454118707648531048045391077107187150988893601190648041665554046630859375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000279");
     return val;
   }
 
- static const mp_float& A006882_278(void)
+ const mp_float& A006882_278(void)
   {
     static const mp_float val("+6.7011810285807351296918741495058570718171138664524250100127480611466830116252207086409771475554592602070008999095966587988750086472922388923990012903726215561049252166026508503296283665631522414500008056865136668449948896582031290674742108385968128000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000280");
     return val;
   }
 
- static const mp_float& A006882_279(void)
+ const mp_float& A006882_279(void)
   {
     static const mp_float val("+8.93887090729546927369480368447088492040394710756523031393505548583995529822918756602529973639244150897251071338039854433366737142549576964662566516007889429523084084949414970310082998180332558889648475089314283699119433940162404664110512905215125901314732190803624689579010009765625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000281");
     return val;
   }
 
- static const mp_float& A006882_280(void)
+ const mp_float& A006882_280(void)
   {
     static const mp_float val("+1.8763306880026058363137247618616399801087918826066790028035694571210712432550617984194736013155285928579602519746870644636850024212418268898717203613043340357093790606487422380922959426376826276060002255922238267165985691042968761388927790348071075840000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000283");
     return val;
   }
 
- static const mp_float& A006882_281(void)
+ const mp_float& A006882_281(void)
   {
     static const mp_float val("+2.51182272495002686590823983533631866263350913722582971821575059152102743880240170605310922592627606402127551045989199095776053137056431127070181190998216929695986627870785606657133322488673449047991221500097313719452560937185635710615054126365450378269439745615818537771701812744140625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000284");
     return val;
   }
 
- static const mp_float& A006882_282(void)
+ const mp_float& A006882_282(void)
   {
     static const mp_float val("+5.291252540167348458404703828449824743906793108950834787906065869081420905979274271542915555709790631859447910568617521787591706827901951829438251418878221980700448951029453111420274558238265009848920636170071191340807964874117190711677636878156043386880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000285");
     return val;
   }
 
- static const mp_float& A006882_283(void)
+ const mp_float& A006882_283(void)
   {
     static const mp_float val("+7.108458311608576030520318734001781815252830858349098102550574174004507651810796828130299109371361261180209694601494334410462303778697000896086127705249539110396421568743232668396873026429458608058151568452753978260507474522353490610406031776142245705025144800927664618939161300659179687500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000286");
     return val;
   }
 
- static const mp_float& A006882_284(void)
+ const mp_float& A006882_284(void)
   {
     static const mp_float val("+1.5027157214075269621869358872797502272695292429420370797653227068191235372981138931181880178215805394480832066014873761876760447391241543195604634029614150425189275020923646836433579745396672627970934606723002183407894620242492821621164488733963163218739200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000288");
     return val;
   }
 
- static const mp_float& A006882_285(void)
+ const mp_float& A006882_285(void)
   {
     static const mp_float val("+2.02591061880844416869829083919050781734705679462949295922691363959128468076607709601713524617083795943635976296142588530698175657692864525538454639599611864646298014709182131049310881253239570329657319700903488380424463023887074482396571905620054002593216626826438441639766097068786621093750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000289");
     return val;
   }
 
- static const mp_float& A006882_286(void)
+ const mp_float& A006882_286(void)
   {
     static const mp_float val("+4.297766963225527111854636637620085649990853634814226048128822941502693316672605734318017730969720342821517970880253895896753487953895081353942925332469647021604132655984162995220003807183448371599687297522778624454657861389352946983653043777913464680559411200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000290");
     return val;
   }
 
- static const mp_float& A006882_287(void)
+ const mp_float& A006882_287(void)
   {
     static const mp_float val("+5.8143634759802347641640947084767574357860530005866447929812421456269870337986412655691781565103049435823525196992922908310376413757852118829536481565088605153487530221535271611152222919679756684611650754159301165181820887855590376447816136912955498744253171899187832750612869858741760253906250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000291");
     return val;
   }
 
- static const mp_float& A006882_288(void)
+ const mp_float& A006882_288(void)
   {
     static const mp_float val("+1.237756885408951808214135351634584667197365846826497101861101007152775675201710451483589106519279458732597175613513122018265004530721783429935562495751258342221990204923438942623361096468833131020709941686560243842941464080133648731292076608039077828001110425600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000293");
     return val;
   }
 
- static const mp_float& A006882_289(void)
+ const mp_float& A006882_289(void)
   {
     static const mp_float val("+1.680351044558287846843423370749782898942169317169540345171578980086199252767807325749492487231478128695299878193095472050169878357601926234173604317231060688935789623402369349562299242378744968185276706795203803673754623659026561879341886356784413913708916667886528366492711938917636871337890625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000294");
     return val;
   }
 
- static const mp_float& A006882_290(void)
+ const mp_float& A006882_290(void)
   {
     static const mp_float val("+3.589494967685960243820992519740295534872360955796841595397192920743049458084960309302408408905910430324531809279188053852968513139093171946813131237678649192443771594277972933607747179759616079960058830891024707144530245832387581320747022163313325701203220234240000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000295");
     return val;
   }
 
- static const mp_float& A006882_291(void)
+ const mp_float& A006882_291(void)
   {
     static const mp_float val("+4.8898215396646176343143620088818682359217127129633624044492948320508398255543193179310231378436013545033226455419078236659943460206216053414451885631423866048031478041008948072262907953221478574191552167740430686906259548477672950688848892982426444888929475035497975464937917422503232955932617187500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000296");
     return val;
   }
 
- static const mp_float& A006882_292(void)
+ const mp_float& A006882_292(void)
   {
     static const mp_float val("+1.048132530564300391195729815764166296182729399092677745855980332856970441760808410316303255400525845654763288309522911725066805836615206208469434321402165564193581305529168096613462176489807895348337178620179214486202831783057173745658130471687491104751340308398080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000298");
     return val;
   }
 
- static const mp_float& A006882_293(void)
+ const mp_float& A006882_293(void)
   {
     static const mp_float val("+1.4327177111217329668541080686023873931250618248982651845036433857908960688874155601537897793881751968694735351437789923341363433840421303650434402490007192752073223066015621785173032030293893222238124785147946191263534047703958174551832725643850948352456336185400906811226809804793447256088256835937500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000299");
     return val;
   }
 
- static const mp_float& A006882_294(void)
+ const mp_float& A006882_294(void)
   {
     static const mp_float val("+3.08150963985904315011544565834664891077722443333247257281658217859949309877677672632993157087754598622500406762999736047169640915964870625290013690492236675872912903825575420404357879888003521232411130514332689058943632544218809081223490358676122384796894050669035520000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000300");
     return val;
   }
 
- static const mp_float& A006882_295(void)
+ const mp_float& A006882_295(void)
   {
     static const mp_float val("+4.226517247809112252219618802377042809718932383449882294285747988083143403217875902453679849195116830764946928674148027385702212982924284576878148734552121861861600804474608426626044448936698500560246811618644126422742544072667661492790654064936029763974619174693267509311908892414066940546035766601562500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000301");
     return val;
   }
 
- static const mp_float& A006882_296(void)
+ const mp_float& A006882_296(void)
   {
     static const mp_float val("+9.121268533982767724341719148706080775900584322664118815537083248654499572379259109936597449797536119226012040184792186996221371112560170508584405238570205605838221953237032443968993244684904228479369463224247596144731523308876748804215314616813222589988063899803451392000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000302");
     return val;
   }
 
- static const mp_float& A006882_297(void)
+ const mp_float& A006882_297(void)
   {
     static const mp_float val("+1.2552756225993063389092267843059817144865229178846150414028671524606935907557091430287429152109496987371892378162219641335535572559285125193328101741619801929728954389289587027079352013341994546663933030507373055475545355895822954633588242572860008399004618948839004502656369410469778813421726226806640625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000304");
     return val;
   }
 
- static const mp_float& A006882_298(void)
+ const mp_float& A006882_298(void)
   {
     static const mp_float val("+2.71813802312686478185383230631441207121837412815390740703005080809904087256901921476110604003966576352935158797506807172487396859154293081155815276109392127053979014206463566830275998691610146008685210004082578365112999394604527114365616375581034033181644304214142851481600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000305");
     return val;
   }
 
- static const mp_float& A006882_299(void)
+ const mp_float& A006882_299(void)
   {
     static const mp_float val("+3.753274111571925953338588085074885326314703524474998973794572785857473836359570337655941316480739599224195821070503672759325136195226252432805102420744320776988957362397586521096726251989256369452515976121704543587188061412851063435442884529285142511302381065702862346294254453730463865213096141815185546875000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000306");
     return val;
   }
 
- static const mp_float& A006882_300(void)
+ const mp_float& A006882_300(void)
   {
     static const mp_float val("+8.1544140693805943455614969189432362136551223844617222210901524242971226177070576442833181201189972905880547639252042151746219057746287924346744582832817638116193704261939070049082799607483043802605563001224773509533899818381358134309684912674310209954493291264242855444480000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000307");
     return val;
   }
 
- static const mp_float& A006882_301(void)
+ const mp_float& A006882_301(void)
   {
     static const mp_float val("+1.129735507583149711954915013607540483220725760866974691112166408543099624744230671634438336260702619366482942142221605500556865994763101982274335828644040553873676166081673542850114601848766167205207308812633067619743606485268170094068308243314827895902016700776561566234570590572869623429141938686370849609375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000309");
     return val;
   }
 
- static const mp_float& A006882_302(void)
+ const mp_float& A006882_302(void)
   {
     static const mp_float val("+2.462633048952939492359572069520857336523846960107440110769226032137731030547531408573562072275937181757592538705411672982735815543937895315271686401551092671109049868710559915482300548145987922838688002636988159987923774515117015656152484362764168340625697396180134234423296000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000310");
     return val;
   }
 
- static const mp_float& A006882_303(void)
+ const mp_float& A006882_303(void)
   {
     static const mp_float val("+3.423098587976943627223392491230847664158799055426933314069864217885591862975018935052348158869928936680443314690931464666687303964132199006291237560791442878237238783227470834835847243601761486631778145702278194887823127650362555385026973977243928524583110603352981545690748889435794958990300074219703674316406250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000311");
     return val;
   }
 
- static const mp_float& A006882_304(void)
+ const mp_float& A006882_304(void)
   {
     static const mp_float val("+7.4864044688169360567730990913434063030324947587266179367384471376987023328644954820636286997188490325430813176644514858675168792535712017584259266607153217201715116008801021430661936663638032854296115280164440063632882745259557275947035524628030717555021200843876080726468198400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000312");
     return val;
   }
 
- static const mp_float& A006882_305(void)
+ const mp_float& A006882_305(void)
   {
     static const mp_float val("+1.044045069332967806303134709825408537568433711905214660791308586455105518207380775190966188455328325687535210980734096723339627709060320696918827456041390077862357828884378604624933409298537253422692334439194849440786053933360579392433227063059398199997848734022659371435678411277917462492041522637009620666503906250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000314");
     return val;
   }
 
- static const mp_float& A006882_306(void)
+ const mp_float& A006882_306(void)
   {
     static const mp_float val("+2.2908397674579824333725683219510823287279433961703450886419648241358029138565356175114703821139678039581828832053221546754601650515927877380783335581788884463724825498693112557782552619073238053414611275730318659471662120049424526439792870536177399571836487458226080702299268710400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000315");
     return val;
   }
 
- static const mp_float& A006882_307(void)
+ const mp_float& A006882_307(void)
   {
     static const mp_float val("+3.20521836285221116535062355916400421033509149554900900862931736041717394089665897983626619855785795986073309771085367694065265706681518453954080029004706753903743853467504231619854556654650936800766546672832818778321318557541697873477000708359235247399339561344956427030753272262320660985056747449561953544616699218750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000316");
     return val;
   }
 
- static const mp_float& A006882_308(void)
+ const mp_float& A006882_308(void)
   {
     static const mp_float val("+7.055786483770585894787510431609333572482065660204662873017251658338272974678129701935328776911020836191203280272392236400417308358905786233281267359190976414827246253597478667797026206674557320451700272924938147117271932975222754143456204125142639068125638137133632856308174762803200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000317");
     return val;
   }
 
- static const mp_float& A006882_309(void)
+ const mp_float& A006882_309(void)
   {
     static const mp_float val("+9.904124741213332500933426797816773009935432721246437836664590643689067477370676247694062553543781095969665271926537861746616710336458920227181072896245438695625685072145880757053505800628713947143686292190534100250128743428038464290439321888300369144639592445559153595250276112905708424438253496191464364528656005859375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000318");
     return val;
   }
 
- static const mp_float& A006882_310(void)
+ const mp_float& A006882_310(void)
   {
     static const mp_float val("+2.1872938099688816273841282337988934074694403546634454906353480140848646221502202075999519208424164592192730168844415932841293655912607937323171928813492026885964463386152183870170781240691127693400270846067308256063542992223190537844714232787942181111189478225114261854555341764689920000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000320");
     return val;
   }
 
- static const mp_float& A006882_311(void)
+ const mp_float& A006882_311(void)
   {
     static const mp_float val("+3.08018279451734640779029573412101640608991957630764216720268769018729998546228031303285345415211592084656589956915327500319779691463872419065331367073233143433958805743736891544364030399553003756168643687125610517779003920611996239432662910726141480398291325056889676812283587111367532000029683731554541736841201782226562500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000321");
     return val;
   }
 
- static const mp_float& A006882_312(void)
+ const mp_float& A006882_312(void)
   {
     static const mp_float val("+6.824356687102910677438480089452547431304653906549949930782285803944777621108687047711849993028339352764131812679457771046483620644733676444829641789809512388420912576479481367493283747095631840340884503973000175891825413573635447807550840629837960506691117206235649698621266630583255040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000322");
     return val;
   }
 
- static const mp_float& A006882_313(void)
+ const mp_float& A006882_313(void)
   {
     static const mp_float val("+9.6409721468392942563836256477987813510614482738429199833444124702862489544969373797928313114961228322497512656514497507600091043428192067167448717893921973894829106197789647053385941515060090175680785474070316092064828227151554822942423491057282283364665184742806468842244762765858037516009291007976571563631296157836914062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000323");
     return val;
   }
 
- static const mp_float& A006882_314(void)
+ const mp_float& A006882_314(void)
   {
     static const mp_float val("+2.142847999750313952715682748088099893429661326656684278265637742438660173028127732981520897810898556767937389181349740108595856882446374403676507522000186889964166549014557149392891096588028397867037734247522055230033179862121530611570963957769119599101010802757994005367077722003142082560000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000325");
     return val;
   }
 
- static const mp_float& A006882_315(void)
+ const mp_float& A006882_315(void)
   {
     static const mp_float val("+3.036906226254377690760842079056616125584356206260519794753489928140168420666535274634741863121278692158671648680206671489402867867988050115774634613658542177687116845230373882181657157724392840533944742433214956900042089155273976922686339968304391925986953319398403768530710027124528181754292666751262004254385828971862792968750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000326");
     return val;
   }
 
- static const mp_float& A006882_316(void)
+ const mp_float& A006882_316(void)
   {
     static const mp_float val("+6.771399679210992090581557483958395663237729792235122319319415266106166146768883636221606037082439439386682149813065178743162907748530543115617763769520590572286766294886000592081535865218169737259839240222169694526904848364304036732564246106550417933159194136715261056959965601529928980889600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000327");
     return val;
   }
 
- static const mp_float& A006882_317(void)
+ const mp_float& A006882_317(void)
   {
     static const mp_float val("+9.6269927372263772797118693906094731181024091738458477493685630722043338935129168205921317060944534541429891263162551486214070911415221188670055917252975787032681603993802852065158531899863253044926048335132914133731334226222185068449156976995249224053786420224929399462423507859847543361611077536015005534864030778408050537109375000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000328");
     return val;
   }
 
- static const mp_float& A006882_318(void)
+ const mp_float& A006882_318(void)
   {
     static const mp_float val("+2.153305097989095484804935279898769820909598073930768897543574054621760834672504996318470719792215741724964923640554726840325804664032712710766448878707547801987191681773748188281928405139377976448628878390649962859555741779848683680955430261883032902744623735475453016113269061286517415922892800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000330");
     return val;
   }
 
- static const mp_float& A006882_319(void)
+ const mp_float& A006882_319(void)
   {
     static const mp_float val("+3.0710106831752143522280863356044219246746685264568254320485716200331825120306204657688900142441306518716135312948853924102288620741455559185747837603699276063425431674023109808785571676056377721331409418907399608660295618164877036835281075661484502473157868051752478428513099007291366332353933733988786765621625818312168121337890625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000331");
     return val;
   }
 
- static const mp_float& A006882_320(void)
+ const mp_float& A006882_320(void)
   {
     static const mp_float val("+6.89057631356510555137579289567606342691071383657846047213943697478963467095201598821910630333509037351988775564977512588904257492490468067445263641186415296635901338167599420250217089644600952463561241085007988115057837369551578777905737683802570528878279595352144965156246099611685573095325696000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000332");
     return val;
   }
 
- static const mp_float& A006882_321(void)
+ const mp_float& A006882_321(void)
   {
     static const mp_float val("+9.857944292992438070652157137290194378205685969926409636875914900306515863618291695118136945723659392507879435456582109636834647258007234498625055870787467616359563567361418248620168508014097248547382423469275274379954893430925528824125225287336525293883675644612545575552704781340528592685612728610400551764541887678205966949462890625000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000333");
     return val;
   }
 
- static const mp_float& A006882_322(void)
+ const mp_float& A006882_322(void)
   {
     static const mp_float val("+2.218765572967963987543005312407692423465249855378264272028898705882262364046549148206552229673899100273403857319227590536271709125819307177173748924620257255167602308899670133205699028655615066932667196293725721730486236329956083664856475341844277102988060297033906787803112440749627545366948741120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000335");
     return val;
   }
 
- static const mp_float& A006882_323(void)
+ const mp_float& A006882_323(void)
   {
     static const mp_float val("+3.1841160066365574968206467553447327841604365682862303127109205127990046239487082175231582334687419837800450576524760214126975910643363367430558930462643520400841390322577380943043144280885534112808045227805759136247254305781889458101924477678096976699244272332098522209035236443729907354374529113411593782199470297200605273246765136718750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000336");
     return val;
   }
 
- static const mp_float& A006882_324(void)
+ const mp_float& A006882_324(void)
   {
     static const mp_float val("+7.18880045641620331963933721220092345202740953142557624137363180705853005951081924018922922414343308488582849771429739333752033756765455525404294651576963350674303148083493123158646485284419281686184171599167133840677540570905771107413498010757545781368131536238985799248208430802879324698891392122880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000337");
     return val;
   }
 
- static const mp_float& A006882_325(void)
+ const mp_float& A006882_325(void)
   {
     static const mp_float val("+1.0348377021568811864667101954870381548521418846930248516310491666596765027833301706950264258773411447285146437370547069591267170959093094414931652400359144130273451854837648806489021891287798586662614699036871719280357649379114073883125455245381517427254388507932019717936451844212219890171721961858767979214827846590196713805198669433593750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000339");
     return val;
   }
 
- static const mp_float& A006882_326(void)
+ const mp_float& A006882_326(void)
   {
     static const mp_float val("+2.34354894879168228220242393117750104536093550724473785468780396910108079940052707230168872707075918567278009025486095022803163004705538501281800056414090052319822826275218758149718754202720685829696039941328485632060878226115281381016800351506959924726010880813909370554915948441738659851838593832058880000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000340");
     return val;
   }
 
- static const mp_float& A006882_327(void)
+ const mp_float& A006882_327(void)
   {
     static const mp_float val("+3.383919286053001479746142339242614766366503962946191264833530774977142164101489658172736412618905543262242885020168891756344364903623441873682650334917440130599418756531911159721910158451110137838675006585057052204676951346970302159782023865239756198712185042093770447765219753057395904086153081527817129203248705834994325414299964904785156250000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000341");
     return val;
   }
 
- static const mp_float& A006882_328(void)
+ const mp_float& A006882_328(void)
   {
     static const mp_float val("+7.686840552036717885623950494262203428783868463762740163375997018651545022033728797149539024792090129006718696035943916747943746554341662842043041850382153716090188701827175267310775137849238495214030110075574328731596805816581229297351051529428285531013156890696227354201243108889028043140305877691531264000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000342");
     return val;
   }
 
- static const mp_float& A006882_329(void)
+ const mp_float& A006882_329(void)
   {
     static const mp_float val("+1.1133094451114374868364808296108202581345798038092969261302316249674797719893900975388302797516199237332779091716355653878372960532921123764415919601878378029672087708989987715485084421304152353489240771664837701753387169931532294105682858516638797893763088788488504773147572987558832524443443638226518355078688242197131330613046884536743164062500000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000344");
     return val;
   }
 
- static const mp_float& A006882_330(void)
+ const mp_float& A006882_330(void)
   {
     static const mp_float val("+2.53665738217211690225590366310652713149867659304170425391407901615500985727113050305934787818138974257221716969186149252682143636293274873787420381062611072630976227160296783821255579549024870342062993632493952848142694591947180566812584700471133422523434177392975502688641022593337925423630093963820531712000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000345");
     return val;
   }
 
- static const mp_float& A006882_331(void)
+ const mp_float& A006882_331(void)
   {
     static const mp_float val("+3.685054263318858081428751546011815054425459150608772825491066678642358045284881222853528225977861947557149879358113721433741449936396891966021669388221743127821461031675685933825562943451674429004938695421061279280371153247337189348981026169007442102835582388989695079911846658881973565590779844252977575531045808167250470432918518781661987304687500000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000346");
     return val;
   }
 
- static const mp_float& A006882_332(void)
+ const mp_float& A006882_332(void)
   {
     static const mp_float val("+8.4217025088114281154896001615136700765756062888984581229947423336346327261401532701570349555622139453397610033769801551890471687249367258097423566512786876113484107417218532228656852410276256953564913885987992345583374604526463948181778120556416296277780146894467866892628819500988191240645191195988416528384000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000347");
     return val;
   }
 
- static const mp_float& A006882_333(void)
+ const mp_float& A006882_333(void)
   {
     static const mp_float val("+1.227123069685179741115774264821934413123677897152721350888525203987905229079865447210224899250628028536530909826251869237435902828820165024685215906277840461564546523548003415963912460169407584858644585575213406000363594031363284053210681714279478220244248935533568461610644937407697197341729688136241532651838254119694406654161866754293441772460937500000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000349");
     return val;
   }
 
- static const mp_float& A006882_334(void)
+ const mp_float& A006882_334(void)
   {
     static const mp_float val("+2.812848637943016990573526453945565805576252500492085013080243939433967330530811192232449675157779457743480175127911371833141754354128866420453947121527081662190369187735098976437138870503226982249068123791998944342484711791183895869271389226584304295677856906275226754213802571333005587437549385946013112048025600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000350");
     return val;
   }
 
- static const mp_float& A006882_335(void)
+ const mp_float& A006882_335(void)
   {
     static const mp_float val("+4.110862283445352132737843787153480283964320955461616525476559433359482517417549248154253412489603895597378547917943761945410274476547552832695473286030765546241230853885811443479106741567515409276459361676964910101218040005067001578255783742836252037818233934037454346395660540315785611094794455256409134383658151300976262291442253626883029937744140625000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000351");
     return val;
   }
 
- static const mp_float& A006882_336(void)
+ const mp_float& A006882_336(void)
   {
     static const mp_float val("+9.4511714234885370883270488852571011067362084016534056439496196364981302305835256059010309085301389780180933884297822093593562946298729911727252623283309943849596404707899325608287866048908426603568688959411164529907486316183778901207518678013232624334775992050847618941583766396788987737901659367786040564813660160000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000352");
     return val;
   }
 
- static const mp_float& A006882_337(void)
+ const mp_float& A006882_337(void)
   {
     static const mp_float val("+1.385360589521083668732653356270722855695976161990564769085600529042145608369714096627983400008996512816316570648347047775603262498596525304618374497392367989083294797759518456452458971908252692926166804885137174704110479481707579531872199121335816936744744835770622114735337602086419750938945731421409878287292796988429000392216039472259581089019775390625000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000354");
     return val;
   }
 
- static const mp_float& A006882_338(void)
+ const mp_float& A006882_338(void)
   {
     static const mp_float val("+3.1944959411391255358545425232169001740768384397588511076549714371363680179372316547945484470831869745701155652892663867634624275848970710163811386669758761021163584791269972055601298724531048192006216868280973611108730374870117268608141313168472627025154285313186495202255313042114677855410760866311681710907017134080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000355");
     return val;
   }
 
- static const mp_float& A006882_339(void)
+ const mp_float& A006882_339(void)
   {
     static const mp_float val("+4.69637239847647363700369487775775048080935918914801456720018579345287361237333078756886372603049817844731317449789649195929505987024222078265628954616012748299236936440476756737383591476897662901970546856061502224693452544298869461304675502132841941556468499326240896895279447107296295568302602951857948739392258179077431132961237381095997989177703857421875000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000356");
     return val;
   }
 
- static const mp_float& A006882_340(void)
+ const mp_float& A006882_340(void)
   {
     static const mp_float val("+1.086128619987302682190544457893746059186125069518009376602690288626365126098658762630146472008283571353839292198350571499577225378865004145569587146771797874719561882903179049890444156634055638528211373521553102777696832745583987132676804647728069318855245700648340836876680643431899047083965869454597178170838582558720000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000358");
     return val;
   }
 
- static const mp_float& A006882_341(void)
+ const mp_float& A006882_341(void)
   {
     static const mp_float val("+1.601462987880477510218259953315392913955991483499472967415263355567429901819305798560982530576399878850533792503782703758119615415752597286885794735240603471700397953262025740474478046936221030495719564779169722586204673176059144863048943462272991020707557582702481458412902914635880367887911876065835605201327600390654040163397819469537353143095970153808593750000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000359");
     return val;
   }
 
- static const mp_float& A006882_342(void)
+ const mp_float& A006882_342(void)
   {
     static const mp_float val("+3.7145598803565751730916620459966115224165477377515920679812007871021687312574129681951009342683298140301303793183589545285541107957183141778479880419595487315409016395288723506253190156884702837664828974437116114997231679898972359937546718952299970704849402962173256621182478005370947410271632735347223493442679523508224000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000360");
     return val;
   }
 
- static const mp_float& A006882_343(void)
+ const mp_float& A006882_343(void)
   {
     static const mp_float val("+5.49301804843003786004863163987179769486905078840319227823435330959628456324021888906417007987705158445733090828797467389035028087603140869401827594187526990793236497968874828982745970099123813460031810719255214847068202899388286688025787607559635920102692250866951140235625699720106966185553773490581612584055366933994335776045452078051312128081917762756347656250000000000000000000000000000000000000000000000000000000000000000E+000000000000000361");
     return val;
   }
 
- static const mp_float& A006882_344(void)
+ const mp_float& A006882_344(void)
   {
     static const mp_float val("+1.2778085988426618595435317438228343637112924217865476713855330707631460435525500610591147213883054560263648504855154803578226141137271000771797078864340847636500701639979320886151097413968337776156701167206367943559047697885246491818516071319591189922468194618987600277686772433847605909133441660959444881744281756086829056000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000363");
     return val;
   }
 
- static const mp_float& A006882_345(void)
+ const mp_float& A006882_345(void)
   {
     static const mp_float val("+1.89509122670836306171677791575577020472982252199910133599085189181071817431787551672713867755758279663777916335935126249217084690223083599943630519994696811823666591799261815999047359684197715643710974698143049122238530000288958907368896724608074392435428826549098143381290866403436903334016051854250656341499101592228045842735680966927702684188261628150939941406250000000000000000000000000000000000000000000000000000000000000000E+000000000000000364");
     return val;
   }
 
- static const mp_float& A006882_346(void)
+ const mp_float& A006882_346(void)
   {
     static const mp_float val("+4.421217751995610034020619833627006898441071779381454942993944424840485310691823211264536936003536877851222382679883562038066244833495766267041789287061933282229242767432845026608279705233044870550218603853403308471430503468295286169206560676578551713173995338169709696079623262111271644560170814691967929083521487606042853376000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000365");
     return val;
   }
 
- static const mp_float& A006882_347(void)
+ const mp_float& A006882_347(void)
   {
     static const mp_float val("+6.575966556678019824157219367672522610412484151336881635888256064583192064883028043043171211124812304333093696856948880847832838750741000918043979043815979370281230735434385015166943381041660732836770822025563804541676991010026874085700716343900181417509380281253705575330793064199260545690356999342497775050018825250313190742928129552391283141332678496837615966796875000000000000000000000000000000000000000000000000000000000000000E+000000000000000366");
     return val;
   }
 
- static const mp_float& A006882_348(void)
+ const mp_float& A006882_348(void)
   {
     static const mp_float val("+1.5385837776944722918391757021021984006574929792247463201618926598444888881207544775200588537292308334922253891725994795892470532020565266609305426718975527822157764830666300692596813374210996149514760741409843513480578152069667595868838831154493359961845503776830589742357088952147225323069394435128048393210654776869029129748480000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000368");
     return val;
   }
 
- static const mp_float& A006882_349(void)
+ const mp_float& A006882_349(void)
   {
     static const mp_float val("+2.29501232828062891863086955931771039103395696881657169092500136653953403064417678702206675268255949421224970020307515941589366072400860932039734868629177680022814952666660037029326323998353959576003301688692176778504526986249937905590955000402116331471077371815754324579044677940554193044593459277053172349245657001235930356928191721378455781632510479539632797241210937500000000000000000000000000000000000000000000000000000000E+000000000000000369");
     return val;
   }
 
- static const mp_float& A006882_350(void)
+ const mp_float& A006882_350(void)
   {
     static const mp_float val("+5.385043221930653021437114957357694402301225427286612120566624309455711108422640671320205988052307917222788862104098178562364686207197843313256899351641434737755217690733205242408884680973848652330166259493445229718202353224383658554093590904072675986645926321890706409824981133251528863074288052294816937623729171904160195411968000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000370");
     return val;
   }
 
- static const mp_float& A006882_351(void)
+ const mp_float& A006882_351(void)
   {
     static const mp_float val("+8.0554932722650075043943521532051634725291889605461666351467547965537644475610605224474543019157838246849964477127938095497867491412702187145946938888841365688008048385997672997293539723422239811177158892730954049255088972173728204862425205141142832346348157507329767927244681957134521758652304206245663494585225607433811555281795294203837979353011178318411111831665039062500000000000000000000000000000000000000000000000000000000E+000000000000000371");
     return val;
   }
 
- static const mp_float& A006882_352(void)
+ const mp_float& A006882_352(void)
   {
     static const mp_float val("+1.895535214119589863545864464989908429610031350404887466439451756928410310164769516304712507794412386862421679460642558853952369544933640846266428571777785027689836627138088245327927407702794725620218523341692720860807228334983047811040943998233581947299366065305528656258393358904538159802149394407775562043552668510264388785012736000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000373");
     return val;
   }
 
- static const mp_float& A006882_353(void)
+ const mp_float& A006882_353(void)
   {
     static const mp_float val("+2.843589125109547649051206310081422705802803703072796822206804443183478849989054364423951368576271690113803746042616214771074722446868387206251926942776100208786684108025717856804461952236805065334553708913402677938704640717732605631643609741482341981826089960008740807831737273086848618080426338480471921358858463942413547901447373885395480671161294594639912247657775878906250000000000000000000000000000000000000000000000000000000E+000000000000000374");
     return val;
   }
 
- static const mp_float& A006882_354(void)
+ const mp_float& A006882_354(void)
   {
     static const mp_float val("+6.710194657983348116952360206064275840819510980433301631195659219526572497983284087718682277592219849492972745290674658342991388189065088595783157144093358998022021660068832388460863023267893328695573572629592231847257588305839989251084941753746880093439755871181571443154712490522065085699608856203525489634176446526335936298945085440000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000375");
     return val;
   }
 
- static const mp_float& A006882_355(void)
+ const mp_float& A006882_355(void)
   {
     static const mp_float val("+1.00947413941388941541317824007890506055999531459084287188341557733013499174611429937050273584457644999040032984512875624373152646863827745821943406468551557411927285834912983916558399304406579819376656666425795066824014745479507499923348145822623140354826193580310298678026673194583125941855135016056753208239475469955680950501381772931539563826225958109716884791851043701171875000000000000000000000000000000000000000000000000E+000000000000000377");
     return val;
   }
 
- static const mp_float& A006882_356(void)
+ const mp_float& A006882_356(void)
   {
     static const mp_float val("+2.388829298242071929635040233358882199331745909034255380705654682151459809282049135227850890822830266419498297323480178370104934195307171540098803943297235803295839710984504330292067236283370025015624191856134834537623701436879036173386239264333889313264553090140639433763077646625855170509060752808455074309766814963375593322424450416640000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000378");
     return val;
   }
 
- static const mp_float& A006882_357(void)
+ const mp_float& A006882_357(void)
   {
     static const mp_float val("+3.6038226777075852130250463170816910661991832730893090526237936110685819205336280487526947669651379264657291775471096597901215494930386505258433796109272905996058041043063935258211348551673148995517466429914008838856173264136184177472635288058676461106672951108170776628055522330466175961242283200732260895341492742774178099328993292936559624285962667045168927870690822601318359375000000000000000000000000000000000000000000000000E+000000000000000379");
     return val;
   }
 
- static const mp_float& A006882_358(void)
+ const mp_float& A006882_358(void)
   {
     static const mp_float val("+8.55200888770661750809344403542479827360765035434263426292624376210222611722973590411570618914573235378180390441805903856497566441919967411355371811700410417579910616532452550244560070589446468955593460684496270764469285114402694950072273656631532374148710006270348917287181797492056151042243749505426916602896519756888462409427953249157120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000380");
     return val;
   }
 
- static const mp_float& A006882_359(void)
+ const mp_float& A006882_359(void)
   {
     static const mp_float val("+1.293772341297023091475991627832327092765506795039061949891941906373620909471572469502217421340484515601196774739412367864653636268000875538777773280322897325258483673445995275769787413005066048939077044833912917314936620182489011971267606841306484953729558944783330880947193251663735717008597966906288166142759589465592993765910859216422490511866059746921564510557800531387329101562500000000000000000000000000000000000000000000000E+000000000000000382");
     return val;
   }
 
- static const mp_float& A006882_360(void)
+ const mp_float& A006882_360(void)
   {
     static const mp_float val("+3.078723199574382302913639852752927378498754127563348334653447754356801402202704925481654228092463647361449405590501253883391239190911882680879338522121477503287678219516829180880416254122007288240136458464186574752089426411849701820260185163873516546935356022573256102233854470971402143752077498219536899770427471124798464673940631696965632000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000383");
     return val;
   }
 
- static const mp_float& A006882_361(void)
+ const mp_float& A006882_361(void)
   {
     static const mp_float val("+4.6705181520822533602283297764747008048834795300910136391099102820087714831923766149030048910391491013203203568092786479913996269274831606949877615419656593441831260611400429455289325609482884366700681318504256315069211988587853332162760606971164106829637077906678244802193676385060859384010386605317002797753621179707907074949382017712851907478364756863868478831136599183082580566406250000000000000000000000000000000000000000E+000000000000000384");
     return val;
   }
 
- static const mp_float& A006882_362(void)
+ const mp_float& A006882_362(void)
   {
     static const mp_float val("+1.114497798245926393654737626696559711016548994177932097144548087077162107597379183024358830569471840344844684823761453905787628587110101530478320545007974856190139515465092163478710683992166638342929397964035540060256372361089592058934187029322212989990598880171518709008655318491647576038252054355472357716894744547177044211966508674301558784000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000386");
     return val;
   }
 
- static const mp_float& A006882_363(void)
+ const mp_float& A006882_363(void)
   {
     static const mp_float val("+1.6953980892058579697628837088603163921727030694230379509968974323691840483988327112097907754472111237792762895217681492208780645746763873322805574397335343419384747601938355892270025196242287025112347318617045042370123951857390759575082100330532570779158259280124202863196304527777091956395770337730072015584564488233970268206625672429765242414646406741584257815702585503458976745605468750000000000000000000000000000000000000000E+000000000000000387");
     return val;
   }
 
- static const mp_float& A006882_364(void)
+ const mp_float& A006882_364(void)
   {
     static const mp_float val("+4.05677198561517207290324496117547734810023833880767283360615503696087007165446022620866614327287749885523465275849169221706696805708076957094108678382902847653210783629293547506250688973148656356826300858908936581933319539436611509452044078673285528356577992382432810079150535930959717677923747785391938208949687015172444093155809157445767397376000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000388");
     return val;
   }
 
- static const mp_float& A006882_365(void)
+ const mp_float& A006882_365(void)
   {
     static const mp_float val("+6.188203025601381589634525537340154831430366203394088521138675628147521776655739395915736330382320601794358456754453744656204935697568813762824034655027400348075432874707499900678559196628434764166006771295221440465095242427947627244904966620644388334392764637245334045066651152638638564084456173271476285688366038205399147895418370436864313481345938460678254102731443708762526512145996093750000000000000000000000000000000000000000E+000000000000000389");
     return val;
   }
 
- static const mp_float& A006882_366(void)
+ const mp_float& A006882_366(void)
   {
     static const mp_float val("+1.484778546735152978682587655790224709404687232003608257099852743527678446225532442792371808437873164581015882909607959351446510308891561662964437762881424422410751468083214383872877521641724082265984261143606707889875949514337998124594481327944225033785075452119704084889690961507312566701200916894534493844755854475531145380950261516251508674396160000000000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000391");
     return val;
   }
 
- static const mp_float& A006882_367(void)
+ const mp_float& A006882_367(void)
   {
     static const mp_float val("+2.2710705103957070433958708722038368231349443966456304872578939555301404920326563583010752332503116608585295536288845242888272114010077546509564207183950559277436838650176524635490312251626355584489244850653462686506899539710567791988801227497764905187221446218690375945394609730183803530189954155906317968476303360213814872776185419503292030476539594150689192557024398411158472299575805664062500000000000000000000000000000000E+000000000000000392");
     return val;
   }
 
- static const mp_float& A006882_368(void)
+ const mp_float& A006882_368(void)
   {
     static const mp_float val("+5.46398505198536296155192257330802693060924901377327838612745809618185668210995938947592825505137324565813844910735729041332315793672094691970913096740364187447156540254622893265218927964154462273882208100847268503474349421276383309850769128683474812432907766380051103239406273834691024546041937417188693734870154446995461500189696237980555192177786880000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000393");
     return val;
   }
 
- static const mp_float& A006882_369(void)
+ const mp_float& A006882_369(void)
   {
     static const mp_float val("+8.380250183360158990130763518432157877367944823622376497981628695906218415600501962130967610693650028567974052890583894625772410069718614662029192450877756373374193461915137590495925220850125210676531349891127731321045930153199515243867652946675250014084713654696748723850610990437823502640093083529431330367755939918897688054412419796714759245843110241604312053542003013717476278543472290039062500000000000000000000000000000000E+000000000000000394");
     return val;
   }
 
- static const mp_float& A006882_370(void)
+ const mp_float& A006882_370(void)
   {
     static const mp_float val("+2.02167446923458429577421135212396996432542213509611300286715949558728697238068497410609345436900810089351122616972219745292956843658675036029237845793934749355447919894210470508131003346737151041336416997313489346285509285872261824644784577612885680600175873560618908198580321318835679082035516844359816681901957145388320755070187608052805421105781145600000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000396");
     return val;
   }
 
- static const mp_float& A006882_371(void)
+ const mp_float& A006882_371(void)
   {
     static const mp_float val("+3.109072818026618985338513265338330572503507529563901680751184246181207032187786227950588983567344160598718373622406624906161564135865606039612830399275647614521825774370516046073988256935396453160993130809608388320108040086837020155474899243216517755225428765892493776548576677452432519479474533989419023566437453709911042268187007744581175680207793899635199771864083118089183699339628219604492187500000000000000000000000000000000E+000000000000000397");
     return val;
   }
 
- static const mp_float& A006882_372(void)
+ const mp_float& A006882_372(void)
   {
     static const mp_float val("+7.520629025552653580280066229901168267290570342557540370665833323584707537256148103674667650252710135323861761351366574524897994584102711340287647863534372676022662620064629502902473324498622018737714712300061803681820945434448139876785986287199347318326542496455023384987187953060687261851721226610185180566752805808445532088610979019564361665135058616320000000000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000398");
     return val;
   }
 
- static const mp_float& A006882_373(void)
+ const mp_float& A006882_373(void)
   {
     static const mp_float val("+1.1596841611239288815312654479711973035438083085273353269201917238255902230060442630255696908706193719033219533611576710899982634226778710527755857389298165602166410138402024851855976198369028770290504377919839288434002989523902085179921374177197611226990849296779001786526191006897573297658440011780532957902811702337968187660337538887287785287175071245639295149053030030472655198536813259124755859375000000000000000000000000E+000000000000000400");
     return val;
   }
 
- static const mp_float& A006882_374(void)
+ const mp_float& A006882_374(void)
   {
     static const mp_float val("+2.81271525555669243902474476998303693196667330811652009862902166302068061893379939077432570119451359061112429874541109887231184997445441404126758030096185538083247581990417143408552502336248463500790530240022311457700103359248360431391795887141255589705412689367417874598520829444469703593254373875220925753196554937235862900114050615331707126276051192250368000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000401");
     return val;
   }
 
- static const mp_float& A006882_375(void)
+ const mp_float& A006882_375(void)
   {
     static const mp_float val("+4.348815604214733305742245429891989888289281156977507475950718964345963336272665986345886340764822644637457325104341266587493487835042016447908446520986812100812403801900759319445991074388385788858939141719939733162751121071463281942470515316449104210121568486292125669947321627586589986621915004417699859213554388376738070372626577082732919482690651717114735680894886261427245699451304972171783447265625000000000000000000000000E+000000000000000402");
     return val;
   }
 
- static const mp_float& A006882_376(void)
+ const mp_float& A006882_376(void)
   {
     static const mp_float val("+1.05758093608931635707330403351362188641946916385181155708451214529577591271910857093114646364913711006978273632827457317598925559039485967951661019316165762319301090828396845921615740878429422276297239370248389108095238863077383522203315253565112101729235171202149120849043831871120608551063644577083068083201904656400684450442883031364721879479795248286138368000000000000000000000000000000000000000000000000000000000000000000000E+000000000000000404");
     return val;
   }
 
- static const mp_float& A006882_377(void)
+ const mp_float& A006882_377(void)
   {
     static const mp_float val("+1.639503482788954456264826527069280187885058996180520318433421049558428177774795076852399150468338137028321411564336657503485044913810840200861484338412028162006276233316586263431138635044421442399820056428417279402357172643941657292311384274301312287215831319332131377570140253600144424956461956665472846923510004418030252530480219560190310644974375697352255351697372120558071628693141974508762359619140625000000000000000000000000E+000000000000000405");
     return val;
   }
 
- static const mp_float& A006882_378(void)
+ const mp_float& A006882_378(void)
   {
     static const mp_float val("+3.997655938417615829737089246681490730665593439359847685779455909218032950078230398119733632593738276063778743320877886605239386131692569588572786530151065815669581233313400775837075005204632162044035648195389108286000029024325097139285316584761237445365089471441236768093856844728359003230205765013739973545031996011945872226740978585586487044336260385216030310400000000000000000000000000000000000000000000000000000000000000000000E+000000000000000406");
     return val;
   }
 
- static const mp_float& A006882_379(void)
+ const mp_float& A006882_379(void)
   {
     static const mp_float val("+6.213718199770137389243692537592571912084373595524172006862665777826442793766473341270592780275001539337338149828835931938208320223343084361265025642581586734003786924269861938404015426818357266695318013863701488934933684320538881137860146399601973568548000700268777920990831561144547370584990815762142089840102916744334657090520032133121277344452883892965047782933040336915091472747008083388209342956542968750000000000000000000000E+000000000000000407");
     return val;
   }
 
- static const mp_float& A006882_380(void)
+ const mp_float& A006882_380(void)
   {
     static const mp_float val("+1.51910925659869401530009391373896647765292550695674212059619324550285252102972755128549878038562054490423592246193359690999096673004317644365765888145740500995444086865909229481808850197776022157673354631424786114868001102924353691292842030220927022923873399914766997187566560099677642122747819070522118994711215848453943144616157186252286507684777894638209151795200000000000000000000000000000000000000000000000000000000000000E+000000000000000409");
     return val;
   }
 
- static const mp_float& A006882_381(void)
+ const mp_float& A006882_381(void)
   {
     static const mp_float val("+2.367426634112422345301846856822769898504146339894709534614675661351874704425026343024095849284775586487525835084786490068457370005093715141641974769823584545655442818146817398531929877617794118610916163282070267284209733726125313713524715778248351929616788266802404387897506824796072548192881500805376136229079211279591504351488132242719206668236548763219683205297488368364649851116610079770907759666442871093750000000000000000E+000000000000000410");
     return val;
   }
 
- static const mp_float& A006882_382(void)
+ const mp_float& A006882_382(void)
   {
     static const mp_float val("+5.8029973602070111384463587504828519446341754365747549006774581978208966303335592459106053410730704815341812238045863401961654929087649340147722569271672871380259641182777325662050980775550440464231221469204268295879576421317103110073865655544394122756919638767440992925650425958076859290889666884939449455979684454109406281243372045148373445935585155751795895985766400000000000000000000000000000000000000000000000000000000000000E+000000000000000411");
     return val;
   }
 
- static const mp_float& A006882_383(void)
+ const mp_float& A006882_383(void)
   {
     static const mp_float val("+9.06724400865057758250607346163120871127088048179673751757420778297768011794785089378228710276069049624722394837473225696219172711950892899248876336842432880986034599350231063637729143127615147427980890537032912369852328017105995152279966143069118789043229906185320880564745113896895785957873614808459060175737337920083546166619954648961456153934598176313138667628938045083660892977661660552257671952247619628906250000000000000000E+000000000000000412");
     return val;
   }
 
- static const mp_float& A006882_384(void)
+ const mp_float& A006882_384(void)
   {
     static const mp_float val("+2.228350986319492277163401760185415146739523367644705881860143947963224306048086750429672450972059064909125589940961154635327549276965734661672546660032238261001970221418649305422757661781136913826478904417443902561775734578576759426836441172904734313865714128669734128344976356790151396770163208381674859109619883037801201199745486533697540323926469980868962405853429760000000000000000000000000000000000000000000000000000000000000E+000000000000000414");
     return val;
   }
 
- static const mp_float& A006882_385(void)
+ const mp_float& A006882_385(void)
   {
     static const mp_float val("+3.490888943330472369264838282728015353839288985491743944266069996446406845409922594106180534562865841055181220124271918930443814941010937662108173896843366591796233207498389595005257201041318317597726428567576712623931462865858081336277869650816107337816435138813485390174268688503048775937813417012567381676588750992321652741486825398501606192648202978805583870371411473572094437963997393126192037016153335571289062500000000000000E+000000000000000415");
     return val;
   }
 
- static const mp_float& A006882_386(void)
+ const mp_float& A006882_386(void)
   {
     static const mp_float val("+8.6014348071932401898507307943157024664145601991085647039801556391380458213456148566585356607521479905492247771721100568923643402090877357940560301077244396874676050546759863189318445744751884873702085710513334638884543354733062913875886629274122744515216565366651737354116087372099843915328299843532649561631327485259126366310175780200725056503561741261541948865942388736000000000000000000000000000000000000000000000000000000E+000000000000000416");
     return val;
   }
 
- static const mp_float& A006882_387(void)
+ const mp_float& A006882_387(void)
   {
     static const mp_float val("+1.350974021068892806905492415415741941935804837385304906430969088624759449173640043919091866875829080488355132188093232626081756382171232875235863298078382871025142251301876773267034536802990188910320127855652187785461476129087077477139535554865833539734960398720818845997441982450679876287933792383863576708839846634028479610955401429220121596554854552797760957833736240272400547492066991139836318325251340866088867187500000000E+000000000000000418");
     return val;
   }
 
- static const mp_float& A006882_388(void)
+ const mp_float& A006882_388(void)
   {
     static const mp_float val("+3.3373567051909771936620835481944925569688493572541231051443003879855617786820985643835118363718334203330992135427787020742373640011260414880937396817970825987374307612142826917455556948963731330996409255679173839887202821636428410583844012158359624871904027362260874093397041900374739439147380339290668029912955064280541030128348202717881321923381955609478276159985646829568000000000000000000000000000000000000000000000000000000E+000000000000000419");
     return val;
   }
 
- static const mp_float& A006882_389(void)
+ const mp_float& A006882_389(void)
   {
     static const mp_float val("+5.25528894195799301886236549596723615413028081742883608601646975475031425728545977084526736214697512309970146421168267491545803232664609588466750822952490936828780335756430064800876434816363183486114529735848701048544514214214873138607279330842809246956899595102398531093004931173314471876006245237322931339738700340637078568661651155966627301059838421038329012597323397465963812974414059553396327828522771596908569335937500000000E+000000000000000420");
     return val;
   }
 
- static const mp_float& A006882_390(void)
+ const mp_float& A006882_390(void)
   {
     static const mp_float val("+1.301569115024481105528212583795852097217851249329108011006277151314369093686018440109569616185015033929908693281683693808952571960439156180356558475900862213507597996873570249780766721009585521908859960971487779755600910043820708012769916474176025370004257067128174089642484634114614838126747833232336053166605247506941100175005579905997371555011896268769652770239440226353152000000000000000000000000000000000000000000000000000000E+000000000000000422");
     return val;
   }
 
- static const mp_float& A006882_391(void)
+ const mp_float& A006882_391(void)
   {
     static const mp_float val("+2.054817976305575270375184908923189336264939799614674909632439674107372874598614770400499538599467273131983272506767925891944090639718623490904995717744239563000531112807641553371426860131980047430707811267168421099809050577580153971954462183595384155601477416850378256573649280887659585035184418877932661538378318331890977203467056019829512747143968226259866439255534484091918508729958972853779641809524036943912506103515625000000E+000000000000000423");
     return val;
   }
 
- static const mp_float& A006882_392(void)
+ const mp_float& A006882_392(void)
   {
     static const mp_float val("+5.1021509308959659336705933284797402210939768973701034031446064331523268472491922852295128954452589330052420776642000797310940820849214922269977092255313798769497841477443953791406055463575752458827310470082320966419555673717771754100580725787700194504166877031424424313985397657292901654568515062707573284130925702272091126860218732315096964956466333735770388593386056873043558400000000000000000000000000000000000000000000000E+000000000000000424");
     return val;
   }
 
- static const mp_float& A006882_393(void)
+ const mp_float& A006882_393(void)
   {
     static const mp_float val("+8.07543464688091081257447669206813409152121341248567239485548791924197539717255604767396318669590638340869426095159794875534027621409419031925663317073486148259208727333403130474970756031868158640268169827997189492224956876989000510978103638152985973151380624822198654833444167388850216918827476619027535984582679104433154040962553015792998509627579512920127510627425052248123973930873876331535399231142946518957614898681640625E+000000000000000425");
     return val;
   }
 
- static const mp_float& A006882_394(void)
+ const mp_float& A006882_394(void)
   {
     static const mp_float val("+2.0102474667730105778662137714210176471110268975638207408389749346620167778161817603804280808054320196040653785996948314140510683414590679374370974348593636715182149542112917793813985852648846468777960325212434460769304935444802071115628805960353876634641749550381223179710246676973403251899994934706783873947584726695203903982926180532148204192847735491893533105794106407979162009600000000000000000000000000000000000000000000000E+000000000000000427");
     return val;
   }
 
- static const mp_float& A006882_395(void)
+ const mp_float& A006882_395(void)
   {
     static const mp_float val("+3.18979668551795977096691829336691296615087929793184059596791772810058028188315963883121545874488302144643423307588118975835940910456720517610637010244027028562387447296694236537613448632587922662905927082058889849428857966410655201836350937070429459394795346804768468659210446118595835682936853264515876713910158246251095846180208441238234411302893907603450366697832895638008969702695181150956482696301463874988257884979248046875E+000000000000000428");
     return val;
   }
 
- static const mp_float& A006882_396(void)
+ const mp_float& A006882_396(void)
   {
     static const mp_float val("+7.960579968421121888350206534827229882559666514352730133722340741261586440152079771106495199989510797632098899254791532399642230632177909032250905842043080139212131218676715446350338397648943201636072288784124046464644754436141620161789007160300135147318132821950964379165257684081467687752397994143886414083243551771300745977238767490730688860367703254789839109894466137559748155801600000000000000000000000000000000000000000000000E+000000000000000429");
     return val;
   }
 
- static const mp_float& A006882_397(void)
+ const mp_float& A006882_397(void)
   {
     static const mp_float val("+1.266349284150630029073866562466664447561899081278940716599263338055930371907614376615992537121718559514234390531124832334068685414513180454914228930668787303392678165767876119054325391071374052971736530515773792702232566126650301151290313220169604953797337526814930820577065471090825467661259307460128030554223328237616850509335427511715790612872488813185697955790396595682895609719699869169297236304316811583703383803367614746094E+000000000000000431");
     return val;
   }
 
- static const mp_float& A006882_398(void)
+ const mp_float& A006882_398(void)
   {
     static const mp_float val("+3.1683108274316065115633822008612374932587472727123865932214916150221114031805277489003850895958252974575753619034070298950576077916068077948358605251331458954064282250333327476474346822642793942511567709360813704929286122655843648243920248497994537886326168631364838229077725582644241397254544016692667928051309336049776968989410294613108141664263458954063559657379975227487797660090368000000000000000000000000000000000000000E+000000000000000432");
     return val;
   }
 
- static const mp_float& A006882_399(void)
+ const mp_float& A006882_399(void)
   {
     static const mp_float val("+5.05273364376101381600472758424199114577197733430297345923106071884316218391138136269781022311565705246179521821918808101293405480390759001510777343336846134053678588141382571502675831037478247135722875675793743288190793884533470159364834974847672376565137673199157397410249122965239361596842463676591084191135107966809123353224835577174600454536123036461093484360368241677475348278160247798549597285422407821897650137543678283E+000000000000000433");
     return val;
   }
 
- static const mp_float& A006882_400(void)
+ const mp_float& A006882_400(void)
   {
     static const mp_float val("+1.2673243309726426046253528803444949973034989090849546372885966460088445612722110995601540358383301189830301447613628119580230431166427231179343442100532583581625712900133330990589738729057117577004627083744325481971714449062337459297568099399197815154530467452545935291631090233057696558901817606677067171220523734419910787595764117845243256665705383581625423862951990090995119064036147200000000000000000000000000000000000000000E+000000000000000435");
     return val;
   }
 
- static const mp_float& A006882_401(void)
+ const mp_float& A006882_401(void)
   {
     static const mp_float val("+2.02614619114816654021789576128103844945456291105549235715165534825610803574846392644182189946937847803717988250589442048618655597636694359605821714678075299755525113844694411172573008246028777101424873145993291058564508347697921533905298824913916623002620206952862116361509898309060984000333827934313024760645178294690458464643159066447014782268985337620898487228507664912667614659542259367218388511454385536580957705155014991760E+000000000000000436");
     return val;
   }
 
- static const mp_float& A006882_402(void)
+ const mp_float& A006882_402(void)
   {
     static const mp_float val("+5.094643810510023270593918578984869889160065614521517641900158516955555136314288620231819224070087078311781181940678504071252633328903746934096063724414098599813536585853599058217074969080961265955860087665218843752629208523059658637622375958477521692121247915923465987235698273689194016678530677884181002830650541236804136613497175373787789179613564199813420392906700016580037863742531174400000000000000000000000000000000000000000E+000000000000000437");
     return val;
   }
 
- static const mp_float& A006882_403(void)
+ const mp_float& A006882_403(void)
   {
     static const mp_float val("+8.165369150327111157078119917962584951301888531553634199321171053472115384066309623560542254861595266489834926498754514559331820584758782692114615101526434580147662087941184770254692232314959717187422387783529629660149686412226237816383542644030839907005594340200343289368848901855157655213453265752814897854000685276025476125119310377814695725440109106122209035308858895980504870779553052498901057011611737124212595517747104167938E+000000000000000438");
     return val;
   }
 
- static const mp_float& A006882_404(void)
+ const mp_float& A006882_404(void)
   {
     static const mp_float val("+2.0582360994460494013199431059098874352206665082666931273276640408500442750709726025736549665243151796379595975040341156447860638648771137613748097446632958343246687806848540195196982875087083514461674754167484128760622002433161020895994398872249187636169841580330802588432221025704343827381263938652091251435828186596688711918528588510102668285638799367246218387343068066983352969519825944576000000000000000000000000000000000E+000000000000000440");
     return val;
   }
 
- static const mp_float& A006882_405(void)
+ const mp_float& A006882_405(void)
   {
     static const mp_float val("+3.30697450588248001861663856677484690527726485527922185072507427665620673054685539754201961321894608292838314523199557839652938733682730699030641911611820600495980314561617983195315035408755868546090606705232950001236062299695162631563533477083249016233726570778113903219438380525133885036144857262989003363087027753679031783067332070301495176880324418797949465930008785287210447266571898626205492808970275353530610118468757718E+000000000000000441");
     return val;
   }
 
- static const mp_float& A006882_406(void)
+ const mp_float& A006882_406(void)
   {
     static const mp_float val("+8.356438563750960569358969009994142986995906023562774096950316005851179756788148766449039164088719629330115965866378509517831419291401081871181727563332981087358155249580507319249975047285355906871439950191998556276812532987863374483773725942133170180284955681614305850903481736435963593916793159092749048082946243758255617038922606935101683323969352543101964665261285635195241305625049333497856000000000000000000000000000000000E+000000000000000442");
     return val;
   }
 
- static const mp_float& A006882_407(void)
+ const mp_float& A006882_407(void)
   {
     static const mp_float val("+1.34593862389416936757697189667736269044784679609864329324510523059907613933257014679960198258011105575185194010942220040738746064608871394505471258026010984401863988026578519160493219411363638498258876929029810650503077355975931191046358125172882349607126714306692358610311420873729491209710956906036524368776420295747365935708404152612708536990292038450765432633513575611894652037494762740865635573250902068886958318216784391552E+000000000000000444");
     return val;
   }
 
- static const mp_float& A006882_408(void)
+ const mp_float& A006882_408(void)
   {
     static const mp_float val("+3.409426934010391912298459356077610338694329657613611831555728930387281340769564696711207978948197608766687314073482431883275219070891641403442144845839856283642127341828846986253989819292425210003547499678335410960939513459048256789379680184390333433556261918098636787168620548465873146318051608909841611617842067453368291751880423629521486796179495837585601583426604539159658452695020128067125248000000000000000000000000000000000E+000000000000000445");
     return val;
   }
 
- static const mp_float& A006882_409(void)
+ const mp_float& A006882_409(void)
   {
     static const mp_float val("+5.504888971727152713389815057410413403931693396043451069372480393150221409870211900410372108752654218025074435047536799666214714042502840035273774453263849262036237110287061433664172673924772814578788066397319255605575863859415585713796047319570888098931482615143717467161737113735536190477178137456893846682955590096067266770473729841859779162902944372636306194710705242526491268333535796101404494945961894617476595215066481614485E+000000000000000446");
     return val;
   }
 
- static const mp_float& A006882_410(void)
+ const mp_float& A006882_410(void)
   {
     static const mp_float val("+1.3978650429442606840423683359918202388646751596215808509378488614587853497155215256515952713687610195943417987701277970721428398190655729754112793867943410762932722101498272643641358259098943361014544748681175184939852005182097852836456688756000367077580673864204410827391344248710079899904011596530350607633152476558809996182709736881038095864335932934100966492049078610554599656049582525075213516800000000000000000000000000E+000000000000000448");
     return val;
   }
 
- static const mp_float& A006882_411(void)
+ const mp_float& A006882_411(void)
   {
     static const mp_float val("+2.26250936737985976520321398859567990901592598577385838951208944158474099945665709106866293669734088360830559280453762466281424747146866725449752130029144204669689345232798224923597496898308162679188189528929821405389168004621980572837017544834363500866083935482406787900347395374530537428612021449478337098669474752948364664266470296500436923595311013715352184602609985467838791128508321219767724742279033868778288063339232394E+000000000000000449");
     return val;
   }
 
- static const mp_float& A006882_412(void)
+ const mp_float& A006882_412(void)
   {
     static const mp_float val("+5.759203976930354018254557544286299384122461657640913105863937309210195640827948685684572518039295400728688210932926523937228500054550160658694471073592685234328281505817288329180239602748764664737992436456644176195219026135024315368620155767472151235963237632052217260885233830468552918760452777770504450344858820342229718427276411594987695496106404368849598194724220387548495058292428000330987968921600000000000000000000000000E+000000000000000450");
     return val;
   }
 
- static const mp_float& A006882_413(void)
+ const mp_float& A006882_413(void)
   {
     static const mp_float val("+9.3441636872788208302892737729001580242357743212460351486849293937449803277559937861135779285600178493023020982827403898574228420571655957610747629702036556528581699581145666893445766219001271186504722275448016240425726385908877976581688246016592125857692665354234003402843474289681111958016764858634553221750493072967674606342052232454680449444863448664440452240877923998217420736073936663764070318561240987805432970159102978868E+000000000000000451");
     return val;
   }
 
- static const mp_float& A006882_414(void)
+ const mp_float& A006882_414(void)
   {
     static const mp_float val("+2.384310446449166563557386823334527945026699126263338025827670046013020995302770755873413022468268295901676919326231580910012599022583766512699511024467371687011908543408357368280619195537988571201528868693050688944820676819900066562608744487733470611688780379669617946006486805813980908366827449996988842442771551621683103428892434400324905935388051408703733652615827240445076954133065192137029019133542400000000000000000000000000E+000000000000000453");
     return val;
   }
 
- static const mp_float& A006882_415(void)
+ const mp_float& A006882_415(void)
   {
     static const mp_float val("+3.877827930220710644570048615753565580057846343317104586704245698404166836018737421237134840352407407460455370787337261790830479453723722240846026632634517095936140532617545176077999298088552754239945974431092673977667645015218436028140062209688573223094245612200711141218004183021766146257695741633333958702645462528158496163195167646869238651961833119574278767996433845926022960547068371546208918220291500993925468261602773623054E+000000000000000454");
     return val;
   }
 
- static const mp_float& A006882_416(void)
+ const mp_float& A006882_416(void)
   {
     static const mp_float val("+9.918731457228532904398729185071636251311068365255486187443107391414167340459526344433398173467996110950975984397123376585652411933948468692829965861784266217969539540578766652047375853438032456198360093763090866010454015570784276900452377068971237744625326379425610655386985112186160578806002191987473584561929654746201710264192527105351608691214293860207531994881841320251520129193551199290040719595536384000000000000000000000000E+000000000000000455");
     return val;
   }
 
- static const mp_float& A006882_417(void)
+ const mp_float& A006882_417(void)
   {
     static const mp_float val("+1.61705424690203633878571027276923684688412192516323261265567045623453757061981350465588522842695388891100988961831963816677630993220279217443279310580859362900537060210151633842452570730292649851805747133776564504868740797134608782373440594144013503403030042028769654588790774432007648298945912426110026077900315787424209290005238490874447251786808441086247424625451291375115157454812751093476911889786155591446692026508835660E+000000000000000457");
     return val;
   }
 
- static const mp_float& A006882_418(void)
+ const mp_float& A006882_418(void)
   {
     static const mp_float val("+4.146029749121526754038668799359943953048026576676793226351218889611121948312082011973160436509622374377507961477997571412802708188390459913602925730225823279111267527961924460555803106737097566690914519192971981992369778508587827744389093614829977377253386426599905253951759776893815121940908916250763958346886595683912314890432476330036972432927574833566748373860609671865135414002904401303237020790934208512000000000000000000E+000000000000000458");
     return val;
   }
 
- static const mp_float& A006882_419(void)
+ const mp_float& A006882_419(void)
   {
     static const mp_float val("+6.7754572945195322595121260429031023884444708664339446470272592116227124208970185845081591071089367945371314375007592839187927386159296992108734031133380073055325028228053534579987627135992620287906608049052380527540002393999401079814471608946341657925869587610054485272703334487011204637258337306540100926640232314930743692512194927676393398498672736815137670918064091086173250973566542708166826081820399192816163959107202141574E+000000000000000459");
     return val;
   }
 
- static const mp_float& A006882_420(void)
+ const mp_float& A006882_420(void)
   {
     static const mp_float val("+1.741332494631041236696240895731176460280171162204253155067511933636671218291074445028727383334041397238553343820758979993377137439123993163713228806694845777226732361744008273433437304829580978010184098061048232436795306973606887652643419318228590498446422299171960206659739106295402351215181744825320862505692370187243172253981640058615528421829581430098034317021456062183356873881219848547359548732192367575040000000000000000000E+000000000000000461");
     return val;
   }
 
- static const mp_float& A006882_421(void)
+ const mp_float& A006882_421(void)
   {
     static const mp_float val("+2.852467520992723081254605064062206105535122234768690696398476128093161929197644824077934984092862390500132335187819658529811742957306403367777702710715301075629183688401053805817479102425289314120868198865105220209434100787374785460189254736640983798679109638383293829980810381903171715228576000605338249011553780458584309454763406455176162076794122219917295945650498234727893865987151448013823378044638806017560502678413210160269E+000000000000000462");
     return val;
   }
 
- static const mp_float& A006882_422(void)
+ const mp_float& A006882_422(void)
   {
     static const mp_float val("+7.348423127342994018858136579985564662382322304501948314384900359946752541188334158021229557669654696346695110923602895572051519993103251150869825564252249179896810566559714913889105426380831727202976893817623540883276195428621065894155229522924651903443902102505672072104099028566597922128066963162854039774021802190166186911802521047357529940120833635013704817830544582413766007778747760869857295649851791166668800000000000000000E+000000000000000463");
     return val;
   }
 
- static const mp_float& A006882_423(void)
+ const mp_float& A006882_423(void)
   {
     static const mp_float val("+1.20659376137992186337069794209831318264135670530715616457655540218340749605060376058496649827128079118155597778444771555811036727094060862456996824663257235499114470019364575986079366032589737987312724811993950814859062463305953424966005475359913614684126337703613329008188279154504163554168764825605807933188724913398116289936492093053951655848391369902501618501016075328989910531256506250984728891288221494542809263296878789E+000000000000000465");
     return val;
   }
 
- static const mp_float& A006882_424(void)
+ const mp_float& A006882_424(void)
   {
     static const mp_float val("+3.115731405993429463995849909913879416850104657108826085299197752617423077463853683001001332451933591250998727031607627722549844477075778487968806039242953652276247680221319123488980700785472652334062202978672381334509106861735331939121817317720052407060214491462404958572137988112237518982300392381050112864185244128630463250604268924079592694611233461245810842760150902943436787298189050608819493355537159454667571200000000000E+000000000000000466");
     return val;
   }
 
- static const mp_float& A006882_425(void)
+ const mp_float& A006882_425(void)
   {
     static const mp_float val("+5.1280234858646679193254662539178310262257659975554136994503604592794818582150659824861076176529433625216129055839027911219690609014975866544223650481884325087123649758229944794083730563850638644607908045097429096315101546905030205610552327027963286240753693524035664828480018640664269510521725050882468371605208088194199423223009139547929453735566332208563187862931832014820711975784015156668509778797494135180693936901173485656E+000000000000000467");
     return val;
   }
 
- static const mp_float& A006882_426(void)
+ const mp_float& A006882_426(void)
   {
     static const mp_float val("+1.327301578953200951662232061623312631578144583928359912337458242615022230999601668958426567624523709872925457715464849409806233747234281635874711372717498255869681511774281946606305778534611349894310498468914434448500879523099251406065894177348742325407651373362984512351730782935813183086459967154327348080142913998796577344757418561657906487904385454490715419015824284653904071389028535559357104169458829927688385331200000000000E+000000000000000469");
     return val;
   }
 
- static const mp_float& A006882_427(void)
+ const mp_float& A006882_427(void)
   {
     static const mp_float val("+2.189666028464213201551974090422913848198402080956161649665303916112338753457833174521567952737806815796728710684326491809080789004939469501438349875576460681220179844676418642707375295076422270124757673525660222412654836052844789779570584364094032322480182713476322888176096795956364308099277659672681399467542385365892315371622490258696587674508682385305648121747189227032844401365977447189745367554652999572215631105680107837521E+000000000000000470");
     return val;
   }
 
- static const mp_float& A006882_428(void)
+ const mp_float& A006882_428(void)
   {
     static const mp_float val("+5.680850757919700073114353223747778063154458819213380424804321278392295148678295143142065709432961478256120959022189555473970680438162725401543764675230892535122236870393926731474988732128136577547648933446953779439583764358864796017962027079052617152744747877993573712865407750965280423610048659420521049783011671914849351035561751443895839768230769745220261993387727938318709425545042132194048405845283792090506289217536000000000E+000000000000000471");
     return val;
   }
 
- static const mp_float& A006882_429(void)
+ const mp_float& A006882_429(void)
   {
     static const mp_float val("+9.3936672621114746346579688479143004087711449273019334770641538001219332523341043186975265172451912397679661688357606498609565848311903241611705209662230163224345715336618359772146400158778515388352104194250823541502892466667041481543578069219633986634399838408134251902754552546528028817459011599958032037157568332196780329442604832098083611236422474329612304422954417839709024818600432484440076268094613681648050574433676626E+000000000000000472");
     return val;
   }
 
- static const mp_float& A006882_430(void)
+ const mp_float& A006882_430(void)
   {
     static const mp_float val("+2.442765825905471031439171886211544567156417292261753582665858149708686913931666911551088255056173435650132012379541508853807392588409971922663818810349283790102561854269388494534245154815098728345489041382190125159021018674311862287723671643992625375680241587537236696532125332915070582152320923550824051406695018923385220945291553120875211100339230990444712657156723013477045052984368116843440814513472030598917704363540480000E+000000000000000474");
     return val;
   }
 
- static const mp_float& A006882_431(void)
+ const mp_float& A006882_431(void)
   {
     static const mp_float val("+4.0486705899700455675375845734510634761803634636671333286146502878525532317559989613586339289326774243399934187682128400900722880622430297134644945364421200349693003310082513061795098468433540132379756907722104946387746653133494878545282147833662248239426330353905862570087212147553580420324833999581911808014911951176812321989762682634274036442898086436062903206293354088914589696816786400793672871548778496790309797580914625904E+000000000000000475");
     return val;
   }
 
- static const mp_float& A006882_432(void)
+ const mp_float& A006882_432(void)
   {
     static const mp_float val("+1.055274836791163485581722254843387253011572270257077547711650720674152746818480105790070126184266924200857029347961931824844793598193107870590769726070890597324306721044375829638793906880122650645251265877106134068697080067302724508296626150204814162293864365816086252901878143819310491489802638973955990207692248174902415448365950948218091195346547787872115867891704341822083462889247026476366431869819917218732448285049487360000E+000000000000000477");
     return val;
   }
 
- static const mp_float& A006882_433(void)
+ const mp_float& A006882_433(void)
   {
     static const mp_float val("+1.753074365457029730743774120304310485186097379767868731290143574640155549350347550268288491227849324739217150326636159759001300730951231865930126134279437975141707043326572815575727763683172287732043474104367144178589430080680328241010717001197575348767160104324123849284776285989070032200065312181896781287045687485955973542156724158064065777977487142681523708832502232050001733872166851154366035338062108911020414235253603301686E+000000000000000478");
     return val;
   }
 
- static const mp_float& A006882_434(void)
+ const mp_float& A006882_434(void)
   {
     static const mp_float val("+4.579892791673649527424674586020300678070223652915716557068564127725822921192203659128904347639718451031719507370154784119826404216158088158363940611147665192387491169332591100632365555859732303800390493906640621858145327492093824366007357491888893464355371347641814337594151144175807533065743453146968997501384357079076483045908227115266515787804017399364982866649996843507842228939332094907430314315018440729298825557114775142400E+000000000000000479");
     return val;
   }
 
- static const mp_float& A006882_435(void)
+ const mp_float& A006882_435(void)
   {
     static const mp_float val("+7.6258734897380793287354174233237506105595236019902289811121245496846766396740118436670549368411445626155946039208672949516556581796378586167960486841155551918664256384705917477544157720217994516343891123539970771768640208509594278483966189552094527671371464538099387443887768440524546400702841079912509985986487405639084849083817500875786861342020690706646281334213847094175075423439258025214922537205701737629388019233531743E+000000000000000480");
     return val;
   }
 
- static const mp_float& A006882_436(void)
+ const mp_float& A006882_436(void)
   {
     static const mp_float val("+1.996833257169711193957158119504851095638617512671252418881893959688458793639800795380202295570917244649829705213387485876244312238244926437046678106460382023880946149829009719875711382354843284456970255343295311130151362786552907423579207866463557550458941907571831051191049898860652084416664145572078482910603579686477346608015987022256200883482551586123132529859398623769419211817548793379639617041348040157974287942902041962E+000000000000000482");
     return val;
   }
 
- static const mp_float& A006882_437(void)
+ const mp_float& A006882_437(void)
   {
     static const mp_float val("+3.3325067150155406666573774139924790168145118140697300647459984282122036915375431756825030073995801738630148419134190078938735226245017442155398732749584976188456280040116485937686796923735263603642280420986967227262895771118692699697493224834265308592389330003149432312978954808509226777107141551921766863876094996264280079049628247882718858406463041838804424943051451180154507960042955757018921148758891659344042564405053371963E+000000000000000483");
     return val;
   }
 
- static const mp_float& A006882_438(void)
+ const mp_float& A006882_438(void)
   {
     static const mp_float val("+8.74612966640333502953235256343124779889714470550008559470269554343544951614232748376528605460061753156625410883463718813795008760351277779426445010629647326459854413625106257305561585471421358592152971840363346275006296900510173451527693045511038207101016555516462000421679855700965612974498895760570375514844367902677077814311002315748215986965357594721932048078416597211005614776086371500282152264110441589192738118991094379393E+000000000000000484");
     return val;
   }
 
- static const mp_float& A006882_439(void)
+ const mp_float& A006882_439(void)
   {
     static const mp_float val("+1.462970447891822352662588684742698288381570686376611498423493309985157420584981454124618820248415696325863515599990944465410476432156265710622004367706780454673230693761113732664450384951978072199896110481327861276841124352110609516719952570224247047205891587138260078539776116093555055515003514129365565324160570336001895470278680082051357884043727536723514254999958706808782899445885757733130638430515343845203468577381843029193E+000000000000000486");
     return val;
   }
 
- static const mp_float& A006882_440(void)
+ const mp_float& A006882_440(void)
   {
     static const mp_float val("+3.848297053217467412994235127909749031514743670420037661669186039111597787102624092856725864024271713889151807887240362780698038545545622229476358046770448236423359419950467532144470976074253977805473076097598723610027706362244763186721849400248568111244472844272432801855391365084248697087795141346509652265315218771779142382968410189292150342647573416776501011545033027728424705014780034601241469962085942992448047723560815269333E+000000000000000487");
     return val;
   }
 
- static const mp_float& A006882_441(void)
+ const mp_float& A006882_441(void)
   {
     static const mp_float val("+6.4516996752029365752420160997152994517627267269208567080476054970345442247797682126895689972955132207970581037959600650924602010658091317838430392615869018051089473594865115610502261976382232984015418472226558682308693583928077879687349908346889294781779818992797269463604126719725777948211654973105021430795481151817683590239289791618464882686328384369506978645498178970267325865563561916031061154785726663573472964262539277E+000000000000000488");
     return val;
   }
 
- static const mp_float& A006882_442(void)
+ const mp_float& A006882_442(void)
   {
     static const mp_float val("+1.700947297522120596543451926536109071929516702325656646457780229287326221899359849042672831898728097539005099086160240349068533037131165025428550256672538120499124863618106649207856171424820258190019099635138635835632246212112185328531057434909867105170056997168415298420082983367237924112805452475157266301269326697126380933272037303667130451450227450215213447102904598255963719616532775293748729723241986802662037093813880349E+000000000000000490");
     return val;
   }
 
- static const mp_float& A006882_443(void)
+ const mp_float& A006882_443(void)
   {
     static const mp_float val("+2.8581029561149009028322131321738776571308879400259395216650892351863030915774373182214790658019123568130967399816103088359598690721534453802424663928829974996632636802525246215452502055537329211918830383196365496262751257680138500701496009397671957588328459813809190372376628136838519631057763153085524493842398150255233830476005377686979943030043474275691591539955693283828425358444657928801760091570076911963048523168304899971E+000000000000000491");
     return val;
   }
 
- static const mp_float& A006882_444(void)
+ const mp_float& A006882_444(void)
   {
     static const mp_float val("+7.55220600099821544865292655382032427936705415832591551027254421803572842523315772974946737363035275307318263994255146714986428668486237271290276313962606925501611439446439352248288140112620194636368480238001554311020717318177810285867789501099980994695505306742776392498516844615053638306085620898969826237763581053524113134372784562828205920443900987895554770513689641625647891509740552230424435997119442140381944469653362874976E+000000000000000492");
     return val;
   }
 
- static const mp_float& A006882_445(void)
+ const mp_float& A006882_445(void)
   {
     static const mp_float val("+1.271855815471130901760334843817375557423245133311543087140964709657904875751959606608558184281850998781828049291816587432002141737108283194207897544832933887350152337712373456587636341471411149930387952052238264583692430966766163281216572418196402112680616461714508971570759952089314123582070460312305839975986717686357905456182239307070607464836934605268275823528028351130364928450787277831678324074868422582355659280989568048719E+000000000000000494");
     return val;
   }
 
- static const mp_float& A006882_446(void)
+ const mp_float& A006882_446(void)
   {
     static const mp_float val("+3.368283876445204090099205243003864628597706154613358317581554721243934877653988347468262448639137327870639457414377954348839471861448618229954632360273226887737187019931119511027365104902286068078203421861486932227152399239073033874970341174905915236341953668072782710543385126983139226845141869209405425020425571498717544579302619150213798405179798406014174276491055801650389596133442862947692984547152711946103472334653998422393E+000000000000000495");
     return val;
   }
 
- static const mp_float& A006882_447(void)
+ const mp_float& A006882_447(void)
   {
     static const mp_float val("+5.6851954951559551308686967518636687416819057459025975995201122521708347946112594415402550837398739645547713803344201458210495735648740258781093020254032144764551809495743093509467344463772078401888341456735050426891051664214447498670380787093379174436823555838638551029212969858392341324118549575960071046926606280580198373891346097026056153678210976855491929311702867295527312301750191319076021086146618489431297969860233691E+000000000000000496");
     return val;
   }
 
- static const mp_float& A006882_448(void)
+ const mp_float& A006882_448(void)
   {
     static const mp_float val("+1.508991176647451432364443948865731353611772357266784526276536515117282825188986779665781576990333522886046476921641323548280083393928980967019675297402405645706259784929141540940259566996224158499035132993946145637764274859104719175986712846357850025881195243296606654323436536888446373626623557405813630409150656031425459971527573379295781685520549685894350075867992999139374539067782402600566457077124414951854355605924991293E+000000000000000498");
     return val;
   }
 
- static const mp_float& A006882_449(void)
+ const mp_float& A006882_449(void)
   {
     static const mp_float val("+2.5526527773250238537600448415867872650151756799102663221845304012247048227804554892515745325992034100850923497701546454736512585306284376192710766094060432999283762463588648985750837664233663202447865314074037641674082197232286926903000973404927249322133776571548709412116623466418161254529228759606071900070046219980509069877214397564699213001516728608115876260954587415691763223485835902265133467679831701754652788467244927608E+000000000000000499");
     return val;
   }
 
- static const mp_float& A006882_450(void)
+ const mp_float& A006882_450(void)
   {
     static const mp_float val("+6.79046029491353144563999776989579109125297560770053036824441431802777271335044050849601709645650085298720914614738595596726037527268041435158853883831082540567816903218113693423116805148300871324565809847275765536993923686597123629194020780861032511646537859483472994445546441599800868131980600832616133684117795214141456987187408020683101758484247358652457534140596849612718542580502081170254905684705986728334460022666246081954E+000000000000000500");
     return val;
   }
 
- static const mp_float& A006882_451(void)
+ const mp_float& A006882_451(void)
   {
     static const mp_float val("+1.151246402573585758045780223555641056521844231639530111305223210952341875073985425652460114202240737948376649746339745108616717597313425366291255550842125528267697687107848069257362778656938210430398725664739097639501107095176140403325343900562218944428233323376846794486459718335459072579268217058233842693159084521120959051462369330167934506368404460226026019369051892447698521379211199192157519392360409749134840759872746235130E+000000000000000502");
     return val;
   }
 
- static const mp_float& A006882_452(void)
+ const mp_float& A006882_452(void)
   {
     static const mp_float val("+3.069288053300916213429278991992897573246344974680639726446475271748553266434399109840199727598338385550218534058618452097201689623251547286918019554916493083366532402545873894272487959270319938387037460509686460227212535063418998803956973929491866952642351124865297934893869916031099923956552315763424924252212434367919385582087084253487619948348798061109108054315497760249487812463869406889552173694871060012071759302451432290434E+000000000000000503");
     return val;
   }
 
- static const mp_float& A006882_453(void)
+ const mp_float& A006882_453(void)
   {
     static const mp_float val("+5.2151462036583434839473844127070539860439543693270714042126611456141086940851539782056443173361505429061462233509190453420337307158298169092993876453148286430526705225985517537358533873159300932497062272612681123069400151411479160270638078695468518182598969548971159790236625240596295987840850232737993074000106528806779445031245330656607433138488722048238978677418050727880743018478267323404735628473926561635808286422235404E+000000000000000504");
     return val;
   }
 
- static const mp_float& A006882_454(void)
+ const mp_float& A006882_454(void)
   {
     static const mp_float val("+1.393456776198615960896892662364775498253840618505010435806699773373843182961217195867450676329645627039799214462612777252129567088956202468260780877932087859848405710755826747999709533508725252027715007071397652943154490918792225456996466163989307596499627410688845262441816941878119365476274751356594915610504445203035401054267536251083379456550354319743535056659235983153267466858596710727856686857471461245480578723312950259E+000000000000000506");
     return val;
   }
 
- static const mp_float& A006882_455(void)
+ const mp_float& A006882_455(void)
   {
     static const mp_float val("+2.3728915226645462851960599077817095636499992380438174889167608212544194558087450600835681643879484970222965316246681656306253474757025666937312213786182470325889650877823410479498132912287481924286163334038769910996577068892223017923140325806438175773082531144781877704557664484471314674467586855895786848670048470607084647489216625448756382078012368531948735298225213081185738073407611632149154710955636585544292770322117109025E+000000000000000507");
     return val;
   }
 
- static const mp_float& A006882_456(void)
+ const mp_float& A006882_456(void)
   {
     static const mp_float val("+6.35416289946568878168983054038337627203751322038284758727855096658472491430315041315557508406318405930148441794951426426971082592564028325526916080337032064090873004104656997087867547279978714924638043224557329742078447858969254808390388570779124264003830099274113439673468525496422430657181286618607281518390027012584142880745996530494021032186961569803051985836611608317889964887520100091902649207006986327939143897830705318494E+000000000000000508");
     return val;
   }
 
- static const mp_float& A006882_457(void)
+ const mp_float& A006882_457(void)
   {
     static const mp_float val("+1.084411425857697652334599377856241270588049651786024592434959695313269691304596492458190651125292463139189514952473351693195783796396072979035168170028538893893157045116529858913064674091537923939877664365571784932543572048374591919087512889354224632829871673316531811098285266940339080623168719314437458984221215106743768390257199783008166660965165241910057203128892237810188229954727851589216370290672591959374179603720751882460E+000000000000000510");
     return val;
   }
 
- static const mp_float& A006882_458(void)
+ const mp_float& A006882_458(void)
   {
     static const mp_float val("+2.910206607955285462013942387495586332593181054935344194973576342695804010750842889225253388500938299160079863420877533035527558273943249730913275647943606853536198358799329046662433366542302514354842237968472570218719291194079187022427979654168389129137541854675439553704485846773614732409890292713221349354226323717635374393816664109662616327416283989697978095131681166095936039184842058420914133368091997381961279052064630358706E+000000000000000511");
     return val;
   }
 
- static const mp_float& A006882_459(void)
+ const mp_float& A006882_459(void)
   {
     static const mp_float val("+4.9774484446868322242158111443601474319991479016978528792764650014879078830880979003830950886650924058088798736318526842717686476254579749737714219004309935229695908370848720524109668540801590708840384794379744928403749957020393769086116841621358910646891109805228810129411293752561563800603444216532679367375753773399538969112805470040074849738301084603671625623616153715487639754922008387945031396341871970935274843810782511E+000000000000000512");
     return val;
   }
 
- static const mp_float& A006882_460(void)
+ const mp_float& A006882_460(void)
   {
     static const mp_float val("+1.338695039659431312526413498247969712992863285270258329687845117640069844945387729043616558710431617613636737173603665196342676806013894876220106798054059152626651245047691361464719348609459156603227429465497382300610873949276426030316870640917458999403269253150702194704063489515862776908549534648081820702944108910112272221155665490444803510611490635261069923760573336404130578025027346873620501349322318795702188363949729965E+000000000000000514");
     return val;
   }
 
- static const mp_float& A006882_461(void)
+ const mp_float& A006882_461(void)
   {
     static const mp_float val("+2.2946037330006296553634889375500279661516071826827101773464503656859255341036131320766068358746075990778936217442840874492853465553361264629086254960986880140889813758961260161614557197309533316775417390209062411994128730186401527548699863987446457808216801620210481469658606419930880912078187783821565188360222489537187464761003321688474505729356800002292619412487046862839801927019045866842659473713602978601161702996770737757E+000000000000000515");
     return val;
   }
 
- static const mp_float& A006882_462(void)
+ const mp_float& A006882_462(void)
   {
     static const mp_float val("+6.18477108322657266387203036190562007402702837794859348315784444349712268364769130818150850124219407337500172574204893320710316684378419432813689340700975328513512875212033408996700339057570130350691072413059790622882223764565708826006394236103866057724310394955624413953277332156328602931749885007413801164760178316471869766173917456585499221902508673490614304777384881418708327047562634255612671623386911283614411024144775243832E+000000000000000516");
     return val;
   }
 
- static const mp_float& A006882_463(void)
+ const mp_float& A006882_463(void)
   {
     static const mp_float val("+1.062401528379291530433295378085662948328194125582094812111406519312583522289972880151468965009943318373064746867603532489019115455120626552326693604693692550523198377039906345482753998235431392566701825166679589675328160207630390725504803702618770996520437915015745292045193477242799786229220094390938468221078301265571779618434453794176369615269219840106148278798150269749482829220981823634815133632939817909233786848750485158180E+000000000000000518");
     return val;
   }
 
- static const mp_float& A006882_464(void)
+ const mp_float& A006882_464(void)
   {
     static const mp_float val("+2.869733782617129716036622087924207714348541167368147376185239821782664925212528766996219944576378050046000800744310705008095869415515866168255518540852525524302699740983835017744689573227125404827206575996597428490173518267584888952669669255521938507840800232594097280743206821205364717603319466434400037404487227388429475715046976998556716389627640244996450374167065849782806637500690622946042796332515268355970867152031757131382E+000000000000000519");
     return val;
   }
 
- static const mp_float& A006882_465(void)
+ const mp_float& A006882_465(void)
   {
     static const mp_float val("+4.9401671069637056165148235080983327097261026839567408763180403148035133786483738927043306872962364304347510729343564260739388868663109134683191252618256703599328724532355645064948060917947559754351634870250600919902759449654813168735973372171772851338200363048232156080101496691790190059658734389178638772280141008849087752257202101429201187110018722564935894964113987543350951558775654799018903713931701532779371088466897559E+000000000000000520");
     return val;
   }
 
- static const mp_float& A006882_466(void)
+ const mp_float& A006882_466(void)
   {
     static const mp_float val("+1.337295942699582447673065892972680794886420183993556677302321756950721855149038405420238494172592171321436373146848788533772675147630393634407071640037276894325058079298467118269025341123840438649478264414414401676420859512694558251944065873073223344653812908388849332826334378681699958403146871358430417430491047963008135683211891281327429837566480354168345874361852685998787893075321830292855943090952115053882424092846798823E+000000000000000522");
     return val;
   }
 
- static const mp_float& A006882_467(void)
+ const mp_float& A006882_467(void)
   {
     static const mp_float val("+2.3070580389520505229124225782819213754420899534077979892405248270132407478287906078929224309673424130130287510603444509765294601665671965897050314972725880580886514356610086245330744448681510405282213484407030629594588662988797749799699564804217921574939569543524416889407398955066018757860628959746424306654825851132523980304113381367436954380378743437825062948241232182744894377948230791141828034406104615807966298314041160452E+000000000000000523");
     return val;
   }
 
- static const mp_float& A006882_468(void)
+ const mp_float& A006882_468(void)
   {
     static const mp_float val("+6.25854501183404585510994837911214612006844646108984524977486582252937828209749973736671615272773136178432222632725233033805611969091024220902509527537445586544127181111682611349903859645957325287955827745945939984564962251941053261909822828598268525297984441125981487762724489223035580532672735795745435357469810446687807499743165119661237163981112805750785869201347057047432733959250616577056581366565589845216974475452301849268E+000000000000000524");
     return val;
   }
 
- static const mp_float& A006882_469(void)
+ const mp_float& A006882_469(void)
   {
     static const mp_float val("+1.082010220268511695245926189214221125082340188148257256953806143869209910731702795101780620123683591703110484247301547507992316818120015200571659772220843799243577523325013044906011914643162838007735812418689736527986208294174614465605909589317820521864665811591295152113207010992596279743663498212107299982111332418115374676262917586132793160439763067233995452272513789370735546325772024104551734813646306481393619390928530425221E+000000000000000526");
     return val;
   }
 
- static const mp_float& A006882_470(void)
+ const mp_float& A006882_470(void)
   {
     static const mp_float val("+2.941516155562001551901675738182708676432169836712227267394186936588807792585824876562356591782033740038631446373808595258886376254727813838241794779425994256757397751224908273344548140335999428853392390405945917927455322584122950330976167294411862068900526873292112992484805099348267228503561858240003546180108109099432695248792876062407814670711230187028693585246331168122933849608477897912165932422858272272519780034625818691563E+000000000000000527");
     return val;
   }
 
- static const mp_float& A006882_471(void)
+ const mp_float& A006882_471(void)
   {
     static const mp_float val("+5.0962681374646900846083123511989814991378222861782916802524269376239786795463201649293867207825497169216503808047902887626438122133452715946925175271601742944372501348608114415073161179692969670164356764920286590468150410655624341330038341656869346579825759725950001664532050217751284775926550765790253829157443756893234147251983418306854557856712840466721185802035399479361644231943862335324386709722741035273639473312733783E+000000000000000528");
     return val;
   }
 
- static const mp_float& A006882_472(void)
+ const mp_float& A006882_472(void)
   {
     static const mp_float val("+1.388395625425264732497590948422238495275984162928171270210056234069917278100509341737432311321119925298234042688437656962194369592231528131650127135889069289189491738578156705018626722238591730418801208271606473261758912259706032556220750962962398896521048684193877332452828006892382131853681197089281673797011027494932232157430237501456488524575700648277543372236268311354024777015201567814542320103589104512629336176343386422E+000000000000000530");
     return val;
   }
 
- static const mp_float& A006882_473(void)
+ const mp_float& A006882_473(void)
   {
     static const mp_float val("+2.4105348290207984100197317421171182490921899413623319647593979414961419154254094380115999189301460161039406301206658065847305231769123134642895607903467624412688193137891638118329605237994774653987740749807295557291435144240110313449108135603699200932257584350374350787323659752996357699013258512218790061191470897010499751650188156859142205866225173540759120884362743953738057721709446884608434913698856509684431470876923079372E+000000000000000531");
     return val;
   }
 
- static const mp_float& A006882_474(void)
+ const mp_float& A006882_474(void)
   {
     static const mp_float val("+6.58099526451575483203858109552141046760816493227953182079566654949140789819641427983542915566210844591362936234319449400080131186717744334402160262411418843075819084086046278178829066341092480218511772720741468326073724411100659431648635956444177076950977076307897855582640475266989130498644887420319513379783227032597878042621932575690375560648882107283555558439991179581807744305205543144093059729101235538986305347586765164226E+000000000000000532");
     return val;
   }
 
- static const mp_float& A006882_475(void)
+ const mp_float& A006882_475(void)
   {
     static const mp_float val("+1.145004043784879244759372577505631168318790222147107683260714022210667409827069483055509961491819357649371799307316258127746998509033348895537541375414712159602689174049852810620656248804751796064417685615846538971343169351405239888832636441175712044282235256642781662397873838267326990703129779330392527906594867607998738203383937450809254778645695743186058242007230337802557741781198727018900658400695684210010494866653846270179E+000000000000000534");
     return val;
   }
 
- static const mp_float& A006882_476(void)
+ const mp_float& A006882_476(void)
   {
     static const mp_float val("+3.132553745909499300050364601468191382581486507765057146698737277557910159541493197201664278095163620254887576475360579144381424448776463031754282849078353693040898840249580284131226355783600205840116038150729389232110928196839138894647507152674282886286650883225593792573368662270868261173549664120720883687768160675165899482880399060286187668688678830669724458174358014809404862892778385365882964310521881165574813454513002181716E+000000000000000535");
     return val;
   }
 
- static const mp_float& A006882_477(void)
+ const mp_float& A006882_477(void)
   {
     static const mp_float val("+5.4616692888538739975022071947018606728806293596417036491536058859448835448751214341747825163159783359875034826958985512693531828880890742317140723607281770013048273602177979066605303067986660672272723603875879908933069178062029942697316758244081464512262621741860685296378582085351497456539290474059723581144575184901539812301413816403601452941399686949974978143744887113182004282963179278801561405713184136817500605139388467E+000000000000000536");
     return val;
   }
 
- static const mp_float& A006882_478(void)
+ const mp_float& A006882_478(void)
   {
     static const mp_float val("+1.497360690544740665424074279501795480873950550711697316121996418672681056260833748262395524929488210481836261555222356831014320886515149329178547201859453065273549645639299375814726198064560898391575466236048648052949023678089108391641508418978307219645019122181833832850070220565475028840956739449704582402753180802729299952816830750816797705633188481060128291007343131078895524462748068204892056940429459197144760831257215042E+000000000000000538");
     return val;
   }
 
- static const mp_float& A006882_479(void)
+ const mp_float& A006882_479(void)
   {
     static const mp_float val("+2.6161395893610056448035572462621912623098214632683760479445772193675992179951831669697208253153536229380141682113354060580201746033946665569910406607887967836250123055443251972903940169565610462018634606256546476378940136291712342552014727198915021501373795814351268256965340818883367281682320137074607595368251513567837570092377218057325095958930450049038014530853800927214180051539362874545947913336615201535582789861767075734E+000000000000000539");
     return val;
   }
 
- static const mp_float& A006882_480(void)
+ const mp_float& A006882_480(void)
   {
     static const mp_float val("+7.18733131461475519403555654160861830819496264341614711738558280962886907005200199165949851966154341031281405546506731278886874025527271678005702656892537471331303829906863700391068575070989231227956223793303351065415531365482772027987924041109587465429609178647280239768033705871428013843659234935858199553321526785310063977352078760392062898703930470908861579683524702917869851742119072738348187331406140414629485199003463220572E+000000000000000540");
     return val;
   }
 
- static const mp_float& A006882_481(void)
+ const mp_float& A006882_481(void)
   {
     static const mp_float val("+1.258363142482643715150511035452113997171024123832088879061341642515815223855683103312435716976685092633184814909652330313907703984232834613912690557839411252923630918966820419896679522156105863223096324560939885513827020555631363676751908378267812534216079578670296003160032893388289966248919598593288625337212897802612987121443344188557337115624554647358728498934067824599002060479043354265660094631491191193861532192350996342850E+000000000000000542");
     return val;
   }
 
- static const mp_float& A006882_482(void)
+ const mp_float& A006882_482(void)
   {
     static const mp_float val("+3.464293693644312003525138253055354024549971994126582910579850914241114891765064959979878286476863923770776374734162444764234732803041449487987486806222030611816884460151083035884950531842168094518748998683722152135302861181626961174901793878148211583370716241079890755681922462300283026726437512390836521847009759105194508370837019625089743171752944869780712814074589068064132685397013930598838262937377596798514118659196692723162E+000000000000000543");
     return val;
   }
 
- static const mp_float& A006882_483(void)
+ const mp_float& A006882_483(void)
   {
     static const mp_float val("+6.0778939781911691441769683012337106063360465181089892858662801333513875312229493889990645129973889974182826560136207554161742102438445911851982953943643563516211373386097426281009620920139913193675552476293396470317845092836994865587117174670335345402636643649775296952629588750654405369822816612055840603787382963866207277965713524307319382684665989467426586498515475928131799521137794011031382570701024534663512004890553123E+000000000000000544");
     return val;
   }
 
- static const mp_float& A006882_484(void)
+ const mp_float& A006882_484(void)
   {
     static const mp_float val("+1.676718147723847009706166914478791347882186445157266128720647842492699607614291440630261090654802139105055765371334623265889610676672061552185943614211462816119372078713124189368316057411609357747074515362921521633486584811907449208652468237023734406351426660682667125750050471753336984935595755997164876573952723406914142051485117498543435695128425316973865002012101108943040219732154742409837719261690756850480833431051199278E+000000000000000546");
     return val;
   }
 
- static const mp_float& A006882_485(void)
+ const mp_float& A006882_485(void)
   {
     static const mp_float val("+2.9477785794227170349258296260983496440729825612828598036451458646754229526431304536645462888037336637478670881666060663768444919682646267248211732662667128305362516092257251746289666146267857898932642951002297288104154870025942509809751829715112642520278772170141019022025350544067386604364066056847082692836880737475110529813371059289049900602063004891701894451780005825143922767751830095350220546789996899311803322371918264829E+000000000000000547");
     return val;
   }
 
- static const mp_float& A006882_486(void)
+ const mp_float& A006882_486(void)
   {
     static const mp_float val("+8.14885019793789646717197120436692595070742612346431338558234851451452009300545640146306890058233839605057101970468626907222350788862621914362368596506770928634014830254578356033001603902042147865078214466379859513874480218587020315405099563193534921486793357091776223114524529272121774678699537414622130014941023575760273037021767104292109747832414704049298390977881138946317546789827204811181131561181707829333685047490882849112E+000000000000000548");
     return val;
   }
 
- static const mp_float& A006882_487(void)
+ const mp_float& A006882_487(void)
   {
     static const mp_float val("+1.435568168178863196008879027909896276663542507344752724375186036096930977937204530934634042647418294245211271937137154325523267588544873214987911380671889148471154533692928160044306741323244679678019711713811877930672342170263400227734914107125985690737576204685867626372634571496081727632530016968452927141156091915037882801911170587376730159320468338225882259801686283684509038789514125643555740628672848996484821799512419497194E+000000000000000550");
     return val;
   }
 
- static const mp_float& A006882_488(void)
+ const mp_float& A006882_488(void)
   {
     static const mp_float val("+3.976638896593693475979921947731059863945223948250584932164186075083085805386662723913977623484181137272678657615886899307245071849649594942088358750953042131733992371642342377441047827041965681581581686595933714427707463466704659139176885868384450416855551582607867968798879702847954260432053742583355994472912195049710132420666223468945495569422183755760576147972059958058029628334356759478563922018566734207148383031755508303671E+000000000000000551");
     return val;
   }
 
- static const mp_float& A006882_489(void)
+ const mp_float& A006882_489(void)
   {
     static const mp_float val("+7.0199283423946410284834184464793927928847228609158408221946597165139924821129301562703604685458754588590831197726006846518087785079844300212908866514855379360239456697584187026166599650706664836255163902805400830809877532125880271136237299838460700277067476409138926929621830546158396481230717829757348137202532894645352469013456241722722104790770901739245642504302459272172491996807240743969875716742102315928107785996157313E+000000000000000552");
     return val;
   }
 
- static const mp_float& A006882_490(void)
+ const mp_float& A006882_490(void)
   {
     static const mp_float val("+1.948553059330909803230161754388219333333159734642786616760451176790712044639464734717849035507248757263612542231784580660550085206328301521623295787966990644549656262104747764946113435250563183974975026432007520069576657098685282978196674075508380704259220275477855304711451054395497587611706333865844437291726975574357964886126449499783292829016870040322682312506309379448434517883834812144496321789097699761502707685560199068E+000000000000000554");
     return val;
   }
 
- static const mp_float& A006882_491(void)
+ const mp_float& A006882_491(void)
   {
     static const mp_float val("+3.4467848161157687449853584572213818613063989247096778436975779208083703087174487067287469900560248502998098118083469361640381102474203551404538253458793991265877573238513835829847800428496972434601285476277451807927649868273807213127892514220684203836040130916887213122444318798163772672284282454410857935366443651270868062285607014685856553452268512753969610469612507502636693570432355205289208976920372237120700922924113240885E+000000000000000555");
     return val;
   }
 
- static const mp_float& A006882_492(void)
+ const mp_float& A006882_492(void)
   {
     static const mp_float val("+9.58688105190807623189239583159003911999914589444251015446141978981030325962616649481181725469566388573697370778038013684990641921513524348638661527679759397118430880955535900353487810143277086515687713004547699874231715292553159225272763645150123306495536375535104809918033918762584813104959516261995463147529671982584118723974213153893380071876300059838759697753104214688629782798846727575092190320236068282659332181295617941849E+000000000000000556");
     return val;
   }
 
- static const mp_float& A006882_493(void)
+ const mp_float& A006882_493(void)
   {
     static const mp_float val("+1.699264914345073991277781719410141257624054669881871176942905914958526562197702212417272266097620251197806237221515039528870788351978235084243735895518543769407764360658732106411496561124900741025843373980478374130833138505898695607205100951079731249116778454202539606936504916749473992743615125002455296213565672007653795470680425824012728085196837678770701796151896619879988993022315111620758002562174351290050555500158782775663E+000000000000000558");
     return val;
   }
 
- static const mp_float& A006882_494(void)
+ const mp_float& A006882_494(void)
   {
     static const mp_float val("+4.735919239642589658554843540805479325279578071854600016303941376166289810255326248437037723819657959554065011643507787603853771092276810282274987946738011421765048551920347347746229782107788807387497302242465637378704673545212606572847452407041609134087949695143417760995087558687168976738500010334257587948796579593965546496432612980233297555068922295603472906900334820561831127026302834220955420181966177316337100975600352632734E+000000000000000559");
     return val;
   }
 
- static const mp_float& A006882_495(void)
+ const mp_float& A006882_495(void)
   {
     static const mp_float val("+8.4113613260081162568250195110801992252390706159152623258673842790447064828786259514654977171832202434291408742464994456679104023422922636670064926828167916585684335852607239267369079775682586680779247012033679519476240356041985432556652497078446696831280533483025710543356993379098962640808948687621537162571500764378862875798681078288630040217243465099149738909518882684059455154604598025227521126827630388857502497257859747E+000000000000000560");
     return val;
   }
 
- static const mp_float& A006882_496(void)
+ const mp_float& A006882_496(void)
   {
     static const mp_float val("+2.349015942862724470643202396239517745338670723639881608086754922578479745886641819224770711014550347938816245775179862651511470461769297900008394021582053665195464081752492284482129971925463248464198661912262956139837518078425452860132336393892638130507623048791135209453563429108835812462296005125791763622603103478606911062230576038195715587314185458619322561822566070998668239005046205773593888410255223948903202083897774905E+000000000000000562");
     return val;
   }
 
- static const mp_float& A006882_497(void)
+ const mp_float& A006882_497(void)
   {
     static const mp_float val("+4.1804465790260337796420346970068590149438180961098853759560899866852191219906770978783523654400604609842830145005102244969514699641192550425022268633599454543085114918745797915882432648514245580347285764980738721179691456952866759980656291047988008325146425141063778140048425709412184432482047497747903969798035879896294849271944495909449129987970002154277420238030884693977549211838485218538078000033332303262178741137156294455E+000000000000000563");
     return val;
   }
 
- static const mp_float& A006882_498(void)
+ const mp_float& A006882_498(void)
   {
     static const mp_float val("+1.169809939545636786380314793327279837178658020372661040827203951444082913451547625973935814085246073273530490396039571600452712289961110354204180222747862725267341112712741157672100726018880697735170933632306952157639084003055875524345903524158533788992796278297985334307874587696200234606223410552644298284056345532346241708990826867021466362482464358392422635787637903357336783024513010475249756428307101526553794637781091903106E+000000000000000565");
     return val;
   }
 
- static const mp_float& A006882_499(void)
+ const mp_float& A006882_499(void)
   {
     static const mp_float val("+2.086042842933990856041375313806422648456965229958832802602088903355924341873347871841297830354590170031157224235754602023978783512095508266208611204816612781699947234445415316002533389160860854459329559672538862186866603701948051323034748923294601615424806614539082529188416442899668003180854170137620408092921990406825112978670030345881511586399703107498443269877741146229479705670740412405050092201663281932782719182744099093329E+000000000000000566");
     return val;
   }
 
- static const mp_float& A006882_500(void)
+ const mp_float& A006882_500(void)
   {
     static const mp_float val("+5.849049697728183931901573966636399185893290101863305204136019757220414567257738129869679070426230366367652451980197858002263561449805551771020901113739313626336705563563705788360503630094403488675854668161534760788195420015279377621729517620792668944963981391489926671539372938481001173031117052763221491420281727661731208544954134335107331812412321791962113178938189516786683915122565052376248782141535507632768973188905459515532E+000000000000000567");
     return val;
   }
 
- static const mp_float& A006882_501(void)
+ const mp_float& A006882_501(void)
   {
     static const mp_float val("+1.04510746430992941887672903221701774687693958020937523410364654058131809527854728379249021300764967518560976934211305561401337053955984964137051421361312300363167356445715307331726922796959128808412410939594196995562016845467597371284040921057059540932782811388408034712339663789273366959360793923894782445455391719381938160231368520328663730478625125685672007820874831426096933254104094661493009619303330424832414231055479364E+000000000000000569");
     return val;
   }
 
- static const mp_float& A006882_502(void)
+ const mp_float& A006882_502(void)
   {
     static const mp_float val("+2.936222948259548333814590131251472391318431631135379212476281918124648112763384541194578893353967643916561530894059324717136307847802386989052492359097135440421026192908980305756972822307390551315279043417090449915674100847670247566108217845637919810371918658527943189112765215117462588861620760487137188692981427286189066689566975436223880569830985539564980815826971137426915325391527656292876888635050824831650024540830540676E+000000000000000570");
     return val;
   }
 
- static const mp_float& A006882_503(void)
+ const mp_float& A006882_503(void)
   {
     static const mp_float val("+5.2568905454789449769499470320515992667910060884531574275413420991240300192510928374762257714284778661836171397908286697384872538139860436960936864944740087082673180292194799587858642166870441790631442702615881088767694473270201477755872583291700949089189754128369241460306850886004503580558479343719075570064062034849114894596378365725317856430748438219893019933900040207326757426814359614730983838509575203690704358220906120381E+000000000000000571");
     return val;
   }
 
- static const mp_float& A006882_504(void)
+ const mp_float& A006882_504(void)
   {
     static const mp_float val("+1.479856365922812360242553426150742085224489542092231123088046086734822648832745808762067762250399692533947011570605899657436699155292403042482456148984956261972197201226126074101514302442924837862900637882213586757499746827225804773318541794201511584427447003898083367312833668419201144786256863285517143101262639352239289611541755619856835807194816711940750331176793453263165323997329938771609951872065615715151612368578592501105E+000000000000000573");
     return val;
   }
 
- static const mp_float& A006882_505(void)
+ const mp_float& A006882_505(void)
   {
     static const mp_float val("+2.654729725466867213359723251186057629729458074668844500908377760057635159721801882925494014571381322422726655594368478217936063176062952066527311679709374397674995604755837379186861429426957310426887856482101994982768570900145174626671565456230897929004082583482646693745495969743227430818203206857813316288235132759880302177117107469128551749752796130104597506661952030470001250054125160543914683844733547786380570090155759079271E+000000000000000574");
     return val;
   }
 
- static const mp_float& A006882_506(void)
+ const mp_float& A006882_506(void)
   {
     static const mp_float val("+7.488073211569430542827320336322754951235917082986689482825513198878202603093693792336062876987022444221771878547265852266629697725779559394961228113863878685579317838204197934953662370361199679586277227684000748992948718945762572152991821478659648617202881839724301838602938362201157792618459728224716744092388955122330805434401283436475589184405772562420196675754574873511616539426489490184346356472652015518667158585007678055595E+000000000000000575");
     return val;
   }
 
- static const mp_float& A006882_507(void)
+ const mp_float& A006882_507(void)
   {
     static const mp_float val("+1.34594797081170167717337968835133121827283524385710416196054752434922102597895355464322546538769033046832241438634481845649358403026391669772934702161265281962122277161120955124773874471946735638643214323642571145626366544637360353572248368630906525000506986982570187372896645665981630742482902587691135135813521230925931320379837348684817573712466763796303093587760967944829063377744145639576474470927990872769494903570896985E+000000000000000577");
     return val;
   }
 
- static const mp_float& A006882_508(void)
+ const mp_float& A006882_508(void)
   {
     static const mp_float val("+3.803941191477270715756278730851959515227845878157238257275360705030126922371596446506719941509407401664660114302011052951447886444696016172640303881842850372274293461807732550956460484143489437229828831663472380488417949224447386653719845311159101497539063974579945334010292687998188158650177541938156105998933589202144049160675851985729599305678132461709459911283324035743901202028656661013647949088107223883482916561183900452E+000000000000000578");
     return val;
   }
 
- static const mp_float& A006882_509(void)
+ const mp_float& A006882_509(void)
   {
     static const mp_float val("+6.8508751714315615368125026137082759010087313912326601843791868989375350222328735931340176188233437820837610892264951259435523427140433359914423763400084028518720239075010566158509902106220888440069396090734068713123820571220416419968274419633131421225258056374128225372804392643984650047923797417134787784129082306541299042073337210480572145019645582772318274636170332683917993259271770130544425505702347354239672905917586565527E+000000000000000579");
     return val;
   }
 
- static const mp_float& A006882_510(void)
+ const mp_float& A006882_510(void)
   {
     static const mp_float val("+1.940010007653408065035702152734499352766201397860191511210433959565364730409514187718427170169797774848976658294025637005238422086794968248046554979739853689859889665521943600987794846913179612987212704148370914049093154104468167193397121108691141763744922627035772120345249270879075960911590546388459614059456130493093465071944684512722095645895847555471824554754495258229389613034614897116960454034934684180576287446203789230643E+000000000000000581");
     return val;
   }
 
- static const mp_float& A006882_511(void)
+ const mp_float& A006882_511(void)
   {
     static const mp_float val("+3.500797212601527945311188835604928985415461740919889354217764505357080396360998406091483003218728672644801916594739009357155247126876144691627054309744293857306604216733039930699855997627887399287546140236510911240627231189363279060378822843253015624610686680717952316550304464107615617448906048015587655768996105864260381049947531455557236610503889279665463833908304000148209455548787453670820143341389949801647285492388673498450E+000000000000000582");
     return val;
   }
 
- static const mp_float& A006882_512(void)
+ const mp_float& A006882_512(void)
   {
     static const mp_float val("+9.932851239185449292982795022000636686162951157044180537397421872974667419696712641118347111269364607226760490465411261466820721084390237429998361496268050892082635087472351237057509616195479618494529045239659079931356949014877016030193260076498645830374003850423153256167676266900868919867343597508913223984415388124638541168356784705137129706986739484015741720343015722134474818737228273238837524658865583004550591724563400860895E+000000000000000583");
     return val;
   }
 
- static const mp_float& A006882_513(void)
+ const mp_float& A006882_513(void)
   {
     static const mp_float val("+1.79590897006458383594463987266532856951813187309190323871371319124818224333319218232493078065120780906678338321310111180022064177608746222680467886089882274879828796318404948444902612678310623583451116994133009746644176960014336215797433611858879701542528226720830953839030619008720681175128880263199646740949500230836557547862308363670086238118849520046838294679495995207603145069652796373313073353413304424824505745759538950E+000000000000000585");
     return val;
   }
 
- static const mp_float& A006882_514(void)
+ const mp_float& A006882_514(void)
   {
     static const mp_float val("+5.105485536941320936593156641308327256687756894720708796222274842708979053724110297534830415192453408114554892099221388393945850637376582039019157809081778158530474434960788535847559942724476523906187929253184767084717471793646786239519335679320303956812237979117500773670185601187046624811814609119581397127989509496064210160535387338440484669391184094784091244256310081177120056830935332444762487674656909664339004146425588042E+000000000000000586");
     return val;
   }
 
- static const mp_float& A006882_515(void)
+ const mp_float& A006882_515(void)
   {
     static const mp_float val("+9.2489311958326067551148953442264421330183791464233016793756229349281385531659397389733935203537202166939344235474707257711363051468504304680440961336289371563111830103978548449124845529329971145477325251978500019521751134407383151135678310107323046294402036761227941227100768789491150805191373335547818071588992618880827137149088807290094412631207502824121721759940437531915619710871190132256232777007851778784620459066162559492E+000000000000000587");
     return val;
   }
 
- static const mp_float& A006882_516(void)
+ const mp_float& A006882_516(void)
   {
     static const mp_float val("+2.634430537061721603282068826915096864450882557675885738850693818837833191721640913527972494239305958587110324323198236411276058928886316332133885429486197529801724808439766884497340930445829886335592971494643339815714215445521741699591977210529276841715114797224630399213815770212516058402896338305704000918042586899969132442836259866635290089405850992908591082036256001887393949324762631541497443640122965386798926139555603429930E+000000000000000589");
     return val;
   }
 
- static const mp_float& A006882_517(void)
+ const mp_float& A006882_517(void)
   {
     static const mp_float val("+4.781697428245457692394400892965070582770502018700846968237197057357847631986790845049244450022873352030764096974042365223677469760921672551978797701086160509812881616375690954819754513866359508221177715527288451009274533648861708913714568632548601493420585300555484561441109746416692496628394001447822194301150918396138762990607891336897881133033427896007093014988920620400037539052040529837647234571305936963164877733720604325752E+000000000000000590");
     return val;
   }
 
- static const mp_float& A006882_518(void)
+ const mp_float& A006882_518(void)
   {
     static const mp_float val("+1.3646350181979717905001116523420201757855571648761088127246593981579975933118099932074897520159604865481231479994166864610409985251631118600453526524738503204372934507717992461696226019709398811218371592342252500245399636007802622003886441950541654040084294649623585467927565689700833182527003032423546724755460600141840106053891826109170802663122308143266501804947806089776700657502270431384956758055836960703618437402898025E+000000000000000592");
     return val;
   }
 
- static const mp_float& A006882_519(void)
+ const mp_float& A006882_519(void)
   {
     static const mp_float val("+2.48170096525939254235269406344887163245789054770573957651510527276872292100114444858055786956187126970396656632952798755108860680591834805447699600686371730459288555889898360555145259269664058476679123435866270607381348296375922692621786112029272417508528377098829648738793595839026340575013648675141971884229732664759601799212549560385000030804434907802768127477924980198761948276800903498573891474250778128388257154380099364E+000000000000000593");
     return val;
   }
 
- static const mp_float& A006882_520(void)
+ const mp_float& A006882_520(void)
   {
     static const mp_float val("+7.096102094629453310600580592178504914084897257355765826168228870421587485221411964678946710482994530050240369596966769597413192330848181672235833792864021666273925944013356080082037530248887381833553228017971300127607810724057363442020949814281660100843833217804264443322334158644433254914041576860244296872839512073756855148023749576768817384823600234498580938572859166683884341901180624320177514189035219565881587449506973398E+000000000000000594");
     return val;
   }
 
- static const mp_float& A006882_521(void)
+ const mp_float& A006882_521(void)
   {
     static const mp_float val("+1.29296620290014351456575360705686212051056097535469031936436984711250464184159625771047065004173493151576658105768408151411716414588345933638251491957599671569289337618637045849230680079494974466349823310086326986445682462411855722855950564367250929521943284468490246992911463432132723439582110959748967351683690718339752537389738320960585016049110586965242194415998914683554975052213270722756997458084655404890281977432031768907E+000000000000000596");
     return val;
   }
 
- static const mp_float& A006882_522(void)
+ const mp_float& A006882_522(void)
   {
     static const mp_float val("+3.704165293396574628133503069117179565152316368339709761259815470360068667285577045562410182872123144686225472929616653729849686396702750832907105239875019309794989342774971873802823590789919213317114785025381018666611277197957943716734935803055026572640480939693826039414258430812394159065129703121047522967622225302501078387268397279073322674877919322408259249935032485008987626472416285895132662406676384613390188648642640114204E+000000000000000597");
     return val;
   }
 
- static const mp_float& A006882_523(void)
+ const mp_float& A006882_523(void)
   {
     static const mp_float val("+6.762213241167750581178891364907388890270233901105030370275654300398399276831548427825761499718273691827459218931687746318832768482970492329280553029382462823073832357454717497914764568157587164590095759117514901391109192784140054305366214516407223613997633777702039917729269537500541435890144403194870992493057024569169057705483314186238596339368483698282166767956743237949925195230754058800190967057827477675761747419695261513883E+000000000000000598");
     return val;
   }
 
- static const mp_float& A006882_524(void)
+ const mp_float& A006882_524(void)
   {
     static const mp_float val("+1.9409826137398051051419556082174020921398137770100079149001433064686759816576423718747029358249925278155821478151191265544412356718722414364433231456945101183325744156140852618726795615739176677781681473532996537813043092517299625075691063608008339240636120123995648446530714177456945393501279644354289020350340460585105650749286401742344210816360297249419278469659570221447095162715461338090495151010984255374164588518887434E+000000000000000600");
     return val;
   }
 
- static const mp_float& A006882_525(void)
+ const mp_float& A006882_525(void)
   {
     static const mp_float val("+3.55016195161306905511891796657637916739187279808014094439471850770915962033656292460852478735209368820941608993913606681738720345355950847287229034042579298211376198766372668640525139828273326140980027353669532323033232621167352851031726262111379239734875773329357095680786650718778425384232581167730727105885493789881375529537873994777526307816845394159813755317729019992371072749614588087010025770535942577977491739534001229E+000000000000000601");
     return val;
   }
 
- static const mp_float& A006882_526(void)
+ const mp_float& A006882_526(void)
   {
     static const mp_float val("+1.0209568548271374853046686499223535004655420467072641632374753792025235663519198876060937442439460696309962097507526605676360899634047989955691879746353123222429341426130088477450294493878806932513164455078356178889660666664099602789813499457812386440574599185221711082875155657342353276981673092930356024704279082267765572294124647316473054889405516353194540475040933936481172055588332663835600449431777718326810573560934790388E+000000000000000603");
     return val;
   }
 
- static const mp_float& A006882_527(void)
+ const mp_float& A006882_527(void)
   {
     static const mp_float val("+1.87093534850008739204766976838575182121551696458823427769601665356272711991736866126869256293455337368636227939792470721276305622002586096520369700940439290157395256749878396373556748689500042876296474415383843534238513591355194952493719740132696859340279532544571189423774564928796230177490570275394093184801655227267484904066459595247756364219477522722221849052443193535979555339046887921854283581072441738594138146734418647935E+000000000000000604");
     return val;
   }
 
- static const mp_float& A006882_528(void)
+ const mp_float& A006882_528(void)
   {
     static const mp_float val("+5.390652193487285922408650471590026482458062006614354781893870002189324430338137006560174969608035247651659987483974047797118555006777338696605312506074449061442692272996686716093755492768010060366950832281372062453740831998644590273021527713724940040623388369797063451758082187076762530246323393067227981043859355437380222171297813783097772981606112634486717370821613118462058845350639646505197037299978635276555982840173569325062E+000000000000000605");
     return val;
   }
 
- static const mp_float& A006882_529(void)
+ const mp_float& A006882_529(void)
   {
     static const mp_float val("+9.897247993565462303932173074760627134230084742671759329011928097346826464362880218111383657923787346800856458015021701155516567403936804505927557179749238449326209082068567168161152005674552268156083496573805322961217368982689812986917774253019663859100787271607815920517674484733320576389251167568347529476007561522449951425115712588606311667210360952005535814874244938053318477435580371066091601438732167971629907962250746475781E+000000000000000606");
     return val;
   }
 
- static const mp_float& A006882_530(void)
+ const mp_float& A006882_530(void)
   {
     static const mp_float val("+2.8570456625482615388765847499427140357027728635056080344037511011603419480792126134768927338922586812553797933665062453324728341535919895092008156282194580025646269046882439595296904111670453319944839411091271931004826409592816328447014096882742182215303958359924436294317835591506841410305513983256308299532454583818115177507878413050418196802512396962779602065354549527848911880358390126477544297689886766965746709052919917E+000000000000000608");
     return val;
   }
 
- static const mp_float& A006882_531(void)
+ const mp_float& A006882_531(void)
   {
     static const mp_float val("+5.25543868458326048338798390269789300827617499835870420370533381969116485257668939581714472235753108115125477920597652331357929729149044319264753286244684561659221702257840916629357171501318725439088033668069062649240642292980829069605333812835344150918251804122375025379488515139339322606269236997879253815176001516842092420673644338454995149528870166551493951769822406210631211151829317703609464036396678119293548112795514637E+000000000000000609");
     return val;
   }
 
- static const mp_float& A006882_532(void)
+ const mp_float& A006882_532(void)
   {
     static const mp_float val("+1.5199482924756751386823430869695238669938751633849834743027955858173019163781411103697069344306816184278620500709813225168755477697109384188948339142127516573643815132941457864697952987408681166210654566700556667294567649903378286733811499541618840938541705847479800108577088534681639630282533439092356015351265838591237274434191315742822480698936595184198748298768620348815621120350663547286053566371019760025777249216153396068E+000000000000000611");
     return val;
   }
 
- static const mp_float& A006882_533(void)
+ const mp_float& A006882_533(void)
   {
     static const mp_float val("+2.80114881888287783764579542013797697341120127412518934057494292589539086642337544797053813701656406625361879731678548692613776545636440622168113501568416871364365167303429208563447372410202880659033921945080810392045262342158781894099642922241238432439428211597225888527267378569267858949141503319869642283488808808476835260219052432396512414698887798771946276293315342510266435543925026336023844331399429437583461144120009301981E+000000000000000612");
     return val;
   }
 
- static const mp_float& A006882_534(void)
+ const mp_float& A006882_534(void)
   {
     static const mp_float val("+8.116523881820105240563712084417257449747293372475811752776928428264392233459273529374235029859839842404783347379040262240115425090256411156898413101896093850325797280990738499748706895276235742756489538618097260335299125048404005115855340755224461061181270922554213257980165277519995562570872856475318112197575957807720704547858162606667204693232141828362131591542443266267541678267254334250752604442124551853765051081425913500817E+000000000000000613");
     return val;
   }
 
- static const mp_float& A006882_535(void)
+ const mp_float& A006882_535(void)
   {
     static const mp_float val("+1.498614618102339643140500549773817680774992681656976297207594465354034113536505864664237903303861775445686056564480235505483704519154957328599407233391030261799353645073346265814443442394585411525831482406182335597442153530549483133433089633990625613550940932045158503620880475345583045377907042761302586216665127125351068642171930513321341418639049723429912578169237082429925430159998890897727567172986947491071517121042049765601E+000000000000000615");
     return val;
   }
 
- static const mp_float& A006882_536(void)
+ const mp_float& A006882_536(void)
   {
     static const mp_float val("+4.3504568006555764089421496772476499930645492476470350994884336375497142371341706117445899760048741555289638741951655805607018678483774363800975494226163063037746273426110358358653068958680623581174783926993001315397203310259445467420984626448003111287931612144890583062773685887507176215379878510707705081379007133849382976376519751571736217155724280200021025330667495907194023395512483231584033959809787597936180673796442896E+000000000000000616");
     return val;
   }
 
- static const mp_float& A006882_537(void)
+ const mp_float& A006882_537(void)
   {
     static const mp_float val("+8.04756049920956388366448795228540094576171070049796271600478227895116318969103649324695754074173773414333412375125886466444749326786212085457881684330983250586252907404386944742356128565892365989371506052119914215826436445905072442653569133452965954476855280508250116444412815260578095367936081962819488798349173266313523860846326685653560341809169701481863054476880313264869955995919404412079703571893990802705404693999580724E+000000000000000617");
     return val;
   }
 
- static const mp_float& A006882_538(void)
+ const mp_float& A006882_538(void)
   {
     static const mp_float val("+2.3405457587527001080108765263592356962687274952341048835247772970017462595781837891185894070906222956745825643169990823416576049024270607724924815893675727914307495103247372796955351099770175486672033752722234707683695380919581661472489729029025673872907207333951133687772243007478860803874374638760745333781905838010968041290567626345594084829779662747611311627899112798070384586785715978592210270377665727689665202502486278244E+000000000000000619");
     return val;
   }
 
- static const mp_float& A006882_539(void)
+ const mp_float& A006882_539(void)
   {
     static const mp_float val("+4.33763510907395493329515900628183110976556206756840190392657764835467695924346866986011011445979663870325709270192852805413719887137768314061798227854399972065990317090964563216129953297015985268271241762092633762330449244342834046590273762931148649463024996193946812763538507425451593403317548177959704462310204390542989360996170083567269024235142469098724186363038488849764906281800558978110960225250861042658213130065774010304E+000000000000000620");
     return val;
   }
 
- static const mp_float& A006882_540(void)
+ const mp_float& A006882_540(void)
   {
     static const mp_float val("+1.263894709726458058325873324233987275985112847426416637103379740380942980172219246124038279828936039664274584731179504464495106647310612817145940058258489307372604735575358131035588959387589476280289822647000674214919550569657409719514445367567386389136989196033361219139701122403858483409216230493080248024222915252592274229690651822662080580808101788371010827906552091095800767686428662843979354600393949295241920935134259025178E+000000000000000622");
     return val;
   }
 
- static const mp_float& A006882_541(void)
+ const mp_float& A006882_541(void)
   {
     static const mp_float val("+2.346660594009009618912681022398470630383169078554505430024278507759880234950716550394319571922749981538462087151743333677288224589415326579074328412692303848877007615462118286999263047336856480301347417932921148654207730411894732192053381057457514193594965229409252257050743325171693120311947935642762001141098205752837572442989280152098925421112120757824097848224038224677228142984541024071580294818607158240780933033655837395749E+000000000000000623");
     return val;
   }
 
- static const mp_float& A006882_542(void)
+ const mp_float& A006882_542(void)
   {
     static const mp_float val("+6.8503093267174026761262334173482110358393116330511781731003181928647109525334283139922874766728333349803682492429929141975634780284235214689309951157610120459595176668184410702128921598807349614391708387467436542448639640875431606797682938922152342291224814425008178077371800834289129800779519692724949442912882006690501263249233328788284767479799116929708786872535123337392401608604433526143681019341352051802112114684276839E+000000000000000624");
     return val;
   }
 
- static const mp_float& A006882_543(void)
+ const mp_float& A006882_543(void)
   {
     static const mp_float val("+1.274236702546892223069585795162369552298060809655096448503183229713614967578239086864115527554053239975384913323396630186767505952052522332437360328091920989940215135195930229840599834703913068803631647937576183719234797613658839580284985914199430207122066119569223975578553625568229364329387729054019766619616325723790801836543179122589716503663881571498485131585652755999734881640605776070868100086503686924744046637275119705E+000000000000000626");
     return val;
   }
 
- static const mp_float& A006882_544(void)
+ const mp_float& A006882_544(void)
   {
     static const mp_float val("+3.7265682737342670558126709790374268034965855283798409261665730969184027581781850028118043873100213342293203275881881453234745320474623956790984613429739905530019776107492319421958133349751198190229089362782285479092059964636234794097939518773650874206426299047204448874090259653853286611624058712842372496944607811639632687207582930860826913509010719609761580058659107095541466475080811838222162474521695516180348990388246600505E+000000000000000627");
     return val;
   }
 
- static const mp_float& A006882_545(void)
+ const mp_float& A006882_545(void)
   {
     static const mp_float val("+6.94459002888056261572924258363491406002443141262027564434234860193920157330140302340942962516959015786584777761251163451788290743868624671178361378810096939517417248681781975263126909913632622497979248125979020126982964699444067571255317323238689462881526035165227066690311725934685003559516312334440772807690897519465987000916032621811395494496815456466674396714180752019855510494130147958623114547144509373985505417314940239711E+000000000000000628");
     return val;
   }
 
- static const mp_float& A006882_546(void)
+ const mp_float& A006882_546(void)
   {
     static const mp_float val("+2.034706277458909812473718354554435034709135698495393145686948910917447905965289011535245195471271648489208898863150727346617094497914468040787759893263798841939079775469080640438914080896415421186508279207912787158426474069138419757747497725041337731670875927977362908525328177100389448994673605721193538333175586515523944721534028025001149477591985290692982271202787247416564069539412326366930071108884575183447054875198264387604E+000000000000000630");
     return val;
   }
 
- static const mp_float& A006882_547(void)
+ const mp_float& A006882_547(void)
   {
     static const mp_float val("+3.798690745797667750803895693248297990833363982703290777455264685260743260595867453804958004967765816352618734354043864081281950368961376951345636742091230259160272350289347404689304197227570445063946487249105240094596816905959049614766585758115631361961947412353792054796005140862726969470554228469391027258069209431478948895010698441308333354897580546872708950026568713548609642402891909333668436572880466275700714632712723111219E+000000000000000631");
     return val;
   }
 
- static const mp_float& A006882_548(void)
+ const mp_float& A006882_548(void)
   {
     static const mp_float val("+1.11501904004748257723559765829583039902060636277547544383644800318276145246897837832131436711825686337208647657700659858594616778485712848635169242150856176538261571695705619096052491633123565081020653700593620736281770778988785402724562875332265307695564000853159487387187984105101341804908113593521405900658022141050712170740064735770062991372040793929975428461912741158427711010759795484907767896766874720052898607160864888E+000000000000000633");
     return val;
   }
 
- static const mp_float& A006882_549(void)
+ const mp_float& A006882_549(void)
   {
     static const mp_float val("+2.085481219442919595191338735593315596967516826504106636822940312208148050067131232138921944727303433177587685160370081380623790752559795946288754571408085412278989520308851725174428004277936174340106621499758776811933652481371518238506855581205481617717109129382231838083006822333637106239334271429695673964679995977881942943360873444278275011838771720233117213564586223738186693679187658224183971678511375985359692333359284988E+000000000000000634");
     return val;
   }
 
- static const mp_float& A006882_550(void)
+ const mp_float& A006882_550(void)
   {
     static const mp_float val("+6.1326047202611541747957871206270671946133349952651149411004640175051879885793810807672290191504127485464756211735362922227039228167142066749343083182970897096043864432638090502828870398217960794561359535326491404954973928443831971498509581432745919232560200469237718062953391257805737992699462476436773245361912177577891693907035604673534645254622436661486485654052007637135241055917887516699272343221781096029094233938475688642E+000000000000000635");
     return val;
   }
 
- static const mp_float& A006882_551(void)
+ const mp_float& A006882_551(void)
   {
     static const mp_float val("+1.149100151913048696950427643311916893929101771403762756889440112026689575586989308908545991544744191680850814523363914840723708704660447566405103768845855062165723225690177300571109830357142832061398748446367086023375442517235706549417277425244220371362127130289609742783736759105834045537873183557762316354538677783812950561791841267797329531523163217848447584674087009279740868217232399681525368394859768167933190475680966028420E+000000000000000637");
     return val;
   }
 
- static const mp_float& A006882_552(void)
+ const mp_float& A006882_552(void)
   {
     static const mp_float val("+3.385197805584157104487274490586141091426560917386343447487456137662863769695818356583510418571027837197654542887792033306932565394826242084563738191699993519701621316681622595756153645981631435859787046350022325553514560850099524826717728895087574741637323065901922037075027197430876737197010328699309883143977552202299621503668365377979112418055158503714054008103670821569865306286667390921799833345842316500806001713403858013060E+000000000000000638");
     return val;
   }
 
- static const mp_float& A006882_553(void)
+ const mp_float& A006882_553(void)
   {
     static const mp_float val("+6.354523840079159294135864867514900423427932795862808045598603819507593352996050878264259333242435379995105004314202449069202109136772275042220223841717578493776449438066680472158237361874999861299535078908409985709266197120313457218277544161600538653632563030501541877594064277855262271824438705074425609440598888144485616606708882210919232309323092594701915143247701161316967001241295170238835287223574517968670543330515742137167E+000000000000000639");
     return val;
   }
 
- static const mp_float& A006882_554(void)
+ const mp_float& A006882_554(void)
   {
     static const mp_float val("+1.87539958429362303588595006778472216465031474823203426990805070026522652841148336954726477188834942180750061675983678645204064122873373811484831095820179640991469820944161891804890911987382381546632202367791236835664706671095513675400162180787851640686707697850966480853956506737670571240714372209941767526176356392007399031303227441940042827960255781105758592048943363514970537968281373457067710767359664334144652494922573733E+000000000000000641");
     return val;
   }
 
- static const mp_float& A006882_555(void)
+ const mp_float& A006882_555(void)
   {
     static const mp_float val("+3.526760731243933408245405001470769735002502701703858465307225119826714310912808237436663929949551635897283277394382359233407170570908612648432224232153256064045929438127007662047821735840624923021241968794167542068642739401773968756144037009688298952766072481928355742064705674209670560862563481316306213239532382920189517216723429627060173931674316390059562904502474144530916685688918819482553584409083857472612151548436236886E+000000000000000642");
     return val;
   }
 
- static const mp_float& A006882_556(void)
+ const mp_float& A006882_556(void)
   {
     static const mp_float val("+1.04272216886725440795258823768830552354557500001701105406887618934746594979678475346827921316992227852497034291846925326733459652317595839185566089276019880391257220444954011843519347064984604139927504516491927680629576909129105603522490172518045512221809480005137363354799817746144837609837190948727622744554054153956113861404594457718663812345902214294801777179212510114323619110364443642129647186651973369784426787176950996061E+000000000000000644");
     return val;
   }
 
- static const mp_float& A006882_557(void)
+ const mp_float& A006882_557(void)
   {
     static const mp_float val("+1.964405727302870908392690585819218742396394004849049165176124391743479871178434188252221808981900261194786785508670974093007794007996097245176748897309363627673582697036743267760636706863228082122831776618351320932234005846788100597172228614396382516690702372434094148330041060534786502400447859093182560774419537286545561089714950302272516879942594229263176537807878098503720593928727782451782346515859708612244968412478983945573E+000000000000000645");
     return val;
   }
 
- static const mp_float& A006882_558(void)
+ const mp_float& A006882_558(void)
   {
     static const mp_float val("+5.818389702279279596375442366300744821384308500094921681704329136558859999866058924352998009488166314169334513485058433231727048599321847826554587781601909325832152900828433860868379566226140911007954752020249564579130391529404092676554951626506939581976968984286664875197829830234881938628915254939001349146116221790751153466376370740701440728901343557649939166600058064379257946358335955230834313015180114033971014724473865580230E+000000000000000646");
     return val;
   }
 
- static const mp_float& A006882_559(void)
+ const mp_float& A006882_559(void)
   {
     static const mp_float val("+1.0981028015623048377915140374729432769995842487106184833334535349846052479887447112329919912208822460078858130993470745179913568504698183600538026335959342678695327276435394866781959191365444979066629631296583884011188092683545482338192757954475778268301026261906586289164929528389456548418503532330890514729005213431789686491506572189703369358879101741581156846346038570635798120061588303905463317023655771142449373425757520E+000000000000000648");
     return val;
   }
 
- static const mp_float& A006882_560(void)
+ const mp_float& A006882_560(void)
   {
     static const mp_float val("+3.25829823327639657397024772512841709997521276005315614175442431647296159992499299763767888531337313593482732755163272260976714721562023478287056915769706922246600562446392296208629255708663891016445466113133975616431301925646629189887077291084388616590710263120053233011078470493153388563219254276584075552182508420282064594117076761479280680818475239228396593329603251605238444996066813492926721528850086385902376824570536472E+000000000000000649");
     return val;
   }
 
- static const mp_float& A006882_561(void)
+ const mp_float& A006882_561(void)
   {
     static const mp_float val("+6.160356716764530140010393750223211783967667635266569691500674331263635441216857830017085070749149400104239411487337088045931511931135680999901832774473191242748078602080256520264679106356014633256379223157383558930276519995469015591726137212460911608516875732929594908221525465426485123662780481637629578762971924735234014121735186998423590210331176077027028990800127638126682745354551038490964920850270887610914098491849968863E+000000000000000650");
     return val;
   }
 
- static const mp_float& A006882_562(void)
+ const mp_float& A006882_562(void)
   {
     static const mp_float val("+1.83116360710133487457127922152217041018606957114987375166598646585780441915784606467237553354611570239537295808401759010668913673517857194797325986662575290302589516094872470469249641708269106751242351955581294296434391682213405604716537437589426402523979167873469916952226100417152204372529220903440250460326569732198520301893797139951355742619983084446358885451237027402144006087789549183024817499213748548877135775408641497540E+000000000000000652");
     return val;
   }
 
- static const mp_float& A006882_563(void)
+ const mp_float& A006882_563(void)
   {
     static const mp_float val("+3.468280831538430468825851681375668234373796878655078736314879648501426753405090958299618894831771112258686788667370780569859441217229388402944731852028406669667168252971184420909014336878436238523341502637606943677745680757449055778141815250615493235595001037639361933328718837035111124622145411161985452843553193625936749950536910280112481288416452131366217321820471860265322385634612234670413250438702509724944637450911532470137E+000000000000000653");
     return val;
   }
 
- static const mp_float& A006882_564(void)
+ const mp_float& A006882_564(void)
   {
     static const mp_float val("+1.032776274405152869258201480938504111344943238128528795939616366743801692405025180475219800920009256150990348359385920820172673118640714578656918564776924637306604870775080733446567979234637762077006865029478499831889969087683607610601271148004364910235242506806370331610555206352738432661064805895403012596241853289599654502681015869325646388376704596277464113944976834548092194335133057392259970695565541815667045773304738046131E+000000000000000655");
     return val;
   }
 
- static const mp_float& A006882_565(void)
+ const mp_float& A006882_565(void)
   {
     static const mp_float val("+1.9595786698192132148866061999772525524211952364401194860179070014033061156738763914392846755799506784261580355970644910219705842877346044476637734963960497683619500629287191978135931003363164747656879489902479231779263096279587165146501256165977536781111755862662394923307261429248377854115121573065217808566075543986542637220533543082635519279552954542219127868285666010499071478835559125887834864978669179945937201597650158E+000000000000000656");
     return val;
   }
 
- static const mp_float& A006882_566(void)
+ const mp_float& A006882_566(void)
   {
     static const mp_float val("+5.84551371313316524000142038211193327021237872780747298501822863576991757901244252148974407320725238981460537171412431184217732985150644451519815907663739344715538356858695695130757476246804973335585885606684830904849722503628921907600319469770470539193147258852405607691574246795649952886162680136798105129472888961913404448517454982038315855821214801493044688492856888354220181993685310484019143413690096667667547907690481734E+000000000000000657");
     return val;
   }
 
- static const mp_float& A006882_567(void)
+ const mp_float& A006882_567(void)
   {
     static const mp_float val("+1.1110811057874938928407057153871021972228176990615477485721532697956745675870879139460744110538320346676316061835355664094573212911455207218253595724565602186612256856805837851603072878906914411921450670774705724418842175590525922638066212246109263354890365574129577921515217230383830243283273931927978497456964833440369675304042518927854339431506525225438245501317972627952973528499762024378402368442905425029346393305867639844E+000000000000000659");
     return val;
   }
 
- static const mp_float& A006882_568(void)
+ const mp_float& A006882_568(void)
   {
     static const mp_float val("+3.32025178905963785632080677703957809748063111739464465549035386511731318487906735220617463358171935741469585113362260912635672335565566048463255435553003947798425786695739154834270246508185224854612783024596983953954642382061227643516981458829627266261707643028166385168814172179929173239340402317701323713540600930366813726757914429797763406106450007248049383063942712585197063372413256354922873458975974907235167211568193624974E+000000000000000660");
     return val;
   }
 
- static const mp_float& A006882_569(void)
+ const mp_float& A006882_569(void)
   {
     static const mp_float val("+6.322051491930840250263615520552611502197832707660206689375552105137388289570530230353163398896304277258823839184317372869812158146618012907186295967277827644182374151522521737562148468098034300383305431670807557194321197911009249981059674768036170848932618011679729837342158604088399408428182867267019765053012990227570345248000193269949119136527212853274361690249926425305241937716364591871310947644013186841698097791038687071640E+000000000000000661");
     return val;
   }
 
- static const mp_float& A006882_570(void)
+ const mp_float& A006882_570(void)
   {
     static const mp_float val("+1.892543519763993578102859862912559515563959736914947453629501703116868515381068390757519541141580033726376635146164887202023332312723726476240555982652122502451026984165713182555340405096655781671292863240202808537541461577748997568046794315328875417691733565260548395462240781425596287464240293210897545167181425303090838242520112249847251414806765041313881483464473461735623261222755561223060378716163056971240453105938703662355E+000000000000000663");
     return val;
   }
 
- static const mp_float& A006882_571(void)
+ const mp_float& A006882_571(void)
   {
     static const mp_float val("+3.6098914018925097829005244622355411677549624760739780196334402520334487133447727615316563007697897423147884121742452199086627423017188853700033749973156395848281356405193599121479867752839775855188674014840311151579574040071862817391850742925486535547405248846691257371223725629344760622124924172094682858452704174199426671366081103571409470269570385392196605251327079888492931464360441819585185511047315296866096138386830903E+000000000000000664");
     return val;
   }
 
- static const mp_float& A006882_572(void)
+ const mp_float& A006882_572(void)
   {
     static const mp_float val("+1.082534893305004326674835841585984042902584969515349943476074974182848790797971119513301177532983779291487435303606315479557346082877971544409598022077014071401987434942787940421654711715287107115979517773396006483473716022472426608922766348368116738919671599329033682204401726975441076429545447716633395835627775273367959474721504206912627809269469603631540208541678820112776505419416181019590536625645268587549539176596938494E+000000000000000666");
     return val;
   }
 
- static const mp_float& A006882_573(void)
+ const mp_float& A006882_573(void)
   {
     static const mp_float val("+2.0684677732844081056020005168609650891235934987903894052499612644151661127465547923576390603410895223463737601758425110076637513388849213170119338734618614821065217220175932296607964222377191565023110210503498289855095924961177394365530475696303784868663207589154090473711194785614547836477581550610253277893399491816271482692764472346417626464463830829728654809010416776106449729078533162622311297830111665104273087295654107521E+000000000000000667");
     return val;
   }
 
- static const mp_float& A006882_574(void)
+ const mp_float& A006882_574(void)
   {
     static const mp_float val("+6.21375028757072483511355773070354840626083772501810867555267035180955205918035422600634875903932689313313787864270025085265916651571955666491109264672206076984740787657160277802029804524574799484572243201929307721513912996899172873521667883963299008139891498014865333585326591283903177870559086989347569209650343006913208738490143414767848362520675552484504079702923642744733714110744887905244968023120384169253435487366642696053E+000000000000000668");
     return val;
   }
 
- static const mp_float& A006882_575(void)
+ const mp_float& A006882_575(void)
   {
     static const mp_float val("+1.189368969638534660721150297195054926246066261804473908018727727038720514829269005605642459696126475349164912101109443829406657019858829757281861977240570352211249990160116107054957942786688514988828837103951151666668015685267700176018002352537467629948134436376360202238393700172836500597460939160089563478870470779435610254833957159919013521706670272709397651518098964626120859422015656850782899625231420743495702519500111182492E+000000000000000670");
     return val;
   }
 
- static const mp_float& A006882_576(void)
+ const mp_float& A006882_576(void)
   {
     static const mp_float val("+3.579120165640737505025409252885243882006242529610430597118338122642301986087884034179656885206652290444687418098195344491131679913054464638988789364511907003432106936905243200139691674061550845031136120843112812475920138862139235751484807011628602286885775028565624321451481165795282304534420341058641998647585975719820082333703226069062806568119091182310743499088840182209666193277890554334211015813173412814899788407231861929270E+000000000000000671");
     return val;
   }
 
- static const mp_float& A006882_577(void)
+ const mp_float& A006882_577(void)
   {
     static const mp_float val("+6.8626589548143449923610372148154669244398023306118144492680589850134173705648821623445569924466497627646815428234014908956764110045854476995163436086780909322589124432238699377071073298791927314855423900897981451166744505039946300156238735741411882248007356978915983669155316499972666084473496189537167812730826163973434711703919328127327080202474874735332244492594310258927173588650303400290173308375852976899702035375156415E+000000000000000672");
     return val;
   }
 
- static const mp_float& A006882_578(void)
+ const mp_float& A006882_578(void)
   {
     static const mp_float val("+2.068731455740346277904686548167670963799608182114828885134399434887250547958796971755841679649445023877029327660756909115874110989745480561335520252687882247983757809531230569680741787607576388427996677847319205611081840262316478264358218452721332121819977966510930857798956113829673172020894957131895075218304693966056007588880464667918302196372834703375609742473349625317187059714620740405173967140014232607012077699380016195E+000000000000000674");
     return val;
   }
 
- static const mp_float& A006882_579(void)
+ const mp_float& A006882_579(void)
   {
     static const mp_float val("+3.9734795348375057505770405473781553492506455494242405661262061523227686575570667719974984986266102126407506132947494632285966419716549742180199629494246146497779103046266206939324151440000525915301290438619931260225545068418128907790462227994277479821596259690792354544440928253484173662910154293742020163571148348940618698076569290985722379437232952471757369561212105639918833507828525668768010345549618873624927478482215564418E+000000000000000675");
     return val;
   }
 
- static const mp_float& A006882_580(void)
+ const mp_float& A006882_580(void)
   {
     static const mp_float val("+1.199864244329400841184718197937249159003772745626600753377951672234605317816102243618388174196678113848677010043239007287206984374052378725574601746558971703830579529528113730414830236812394305288238073151445139254427467352143557393327766702578372630655587220576339897523394546021210439772119075136499143626616722500312484401550669507392615273896244127957853650634542782683968494634480029435000900941208254912067005065640409393168E+000000000000000677");
     return val;
   }
 
- static const mp_float& A006882_581(void)
+ const mp_float& A006882_581(void)
   {
     static const mp_float val("+2.308591609740590841085260558026708257914625064215483768919325774499528590040655794530546627702060533544276106324249438135814648985531540020669598473615701111520965886988066623174733198664030555679004974483818006219104168475093289542625855446467521577634742688035035799032017931527430489815079964466411371503483719073449946358248675806270470245303234538609103171506423337679284226804837341355421401076432856557608286499816724292689E+000000000000000678");
     return val;
   }
 
- static const mp_float& A006882_582(void)
+ const mp_float& A006882_582(void)
   {
     static const mp_float val("+6.983209901997112895695059911994790105401957379546816384659678732405402949689715057859019173824666622599300198451651022411544649056984844182844182164973215316293972861853621911014311978248134856777545585741410710460767859989475504029167602209006128710415517623754298203586156257843444759473733017294425015906909324951818659217024896533025020894076140824714708246693038995220696638772673771311705243477832043588229969482027182668241E+000000000000000679");
     return val;
   }
 
- static const mp_float& A006882_583(void)
+ const mp_float& A006882_583(void)
   {
     static const mp_float val("+1.34590890847876446035270690532957091436422641243762703727996692653322516799370232821130868395030129105631296998703742243317994035856488783205037591011795374801672311211404284131086945482112981396085990012406589762573773022097938780335087372529056507976105498712442587083566645408049197556219161928391782958653100821982131872685897799505568415301178573600910714898824480586702270422722017001021067682756035537308563102939315026E+000000000000000681");
     return val;
   }
 
- static const mp_float& A006882_584(void)
+ const mp_float& A006882_584(void)
   {
     static const mp_float val("+4.078194582766313931085914988604957421554743109655340768641252379724755322618793593789667197513605307597991315895764197088342075049279149002781002384344357744715680151322515196032358195296910756358086622072983854909088430233853694353033879690059579166882662292272510150894315254580571739532660082099944209289635045771862096982742539575286612202140466241633389616068734773208886837043241482446035862191053913455526302177503874678E+000000000000000682");
     return val;
   }
 
- static const mp_float& A006882_585(void)
+ const mp_float& A006882_585(void)
   {
     static const mp_float val("+7.8735671146007720930633353961779898490307245127601181680878065202193672327631586200361558011092625526794308744241689212341026510976045938174946990741900294258978302058671506216685863107036094116710304157257855011105657217927294186496026112929498057166021716746778913443886487563708780570388209728109193030812063980859547145521250212710757522951189465556532768215812321143220828197292379945597324594412280789325509415219499290364E+000000000000000683");
     return val;
   }
 
- static const mp_float& A006882_586(void)
+ const mp_float& A006882_586(void)
   {
     static const mp_float val("+2.389822025501059963616346183322505049031079462258029690423773894518706619054613045960744977742972710252422911114917819493768455978877581315629667397225793638403388568674993904874961902443989703225838760534768538976725820117038264890877853498374913391793240103271690948424068739184215039366138808110567306643726136822311188831887128191117954750454313217597166315016278577100407686507339508713377015243957593284938413076017270561455E+000000000000000685");
     return val;
   }
 
- static const mp_float& A006882_587(void)
+ const mp_float& A006882_587(void)
   {
     static const mp_float val("+4.621783896270653218628177877556480041381035288990189364667542427368768565631974109961223455251137118422825923286987156764418256194293896570869388356549547273002026330844017414919460164383018724650894854031036089151902078692332168747316732828961535955645474773035922219156136819989705419481787911040009630908668155676455417442097387486121466597234821628168473494268183251107062615181062702806562953692000882333407402673384608344385E+000000000000000686");
     return val;
   }
 
- static const mp_float& A006882_588(void)
+ const mp_float& A006882_588(void)
   {
     static const mp_float val("+1.4052153509946232586064115557936329688302747238077214579691790499769994920041124710249180469128679536284246717355716778623358521155800178135902444295687666593811924783808964160664775986370659454967931911944439009183147822288184997558361778570444490743744251807237542776733524186403184431472896191690135763065109684515189790331496313763773573932671361719471337932295718033350397196663156311234656849634470648515437868886981550E+000000000000000688");
     return val;
   }
 
- static const mp_float& A006882_589(void)
+ const mp_float& A006882_589(void)
   {
     static const mp_float val("+2.72223071490341474577199676988076674437342978521522153578918248972020468515723275076716061514291976275104446881603543533424235289843910508024206974200768334379819350886712625738756203682159802881937706902428025651047032434978364739216955563625834467787518464131815818708296458697393649207477307960256567260520554369343224087339536122932554382577130993899123088812395993490205988034164593195306557972458851969437696017462353431E+000000000000000689");
     return val;
   }
 
- static const mp_float& A006882_590(void)
+ const mp_float& A006882_590(void)
   {
     static const mp_float val("+8.290770570868277225777828179182434516098620870465556602018156394864297002824263579047016476785920926407705563239872899387781527481922105100182442134455723290349035622447288854792217831958689078431079828047219015418057215150029148559433449356562249538809108566270150238272779269977878814569008753097180100208414713863961976295582825120626408620276103414488089380054473639676734346031262223628447541284337682624108342643319115031E+000000000000000690");
     return val;
   }
 
- static const mp_float& A006882_591(void)
+ const mp_float& A006882_591(void)
   {
     static const mp_float val("+1.60883835250791811475125009099953314592469700306219592765140685142464096892792455570339192354946557978586728107027694228253723056297751110242306321752654085618473236374047161811604916376156443503225184779334963159768796169072213560877220738102868170462423412301903148856603207090159646681619089004511631250967647632281845435617665848653139640103084417394381745488126032152711738928191274578426175761723181513937678346320250878007E+000000000000000692");
     return val;
   }
 
- static const mp_float& A006882_592(void)
+ const mp_float& A006882_592(void)
   {
     static const mp_float val("+4.908136177954020117660474282076001233530383555315609508394748585759663825671964038795833754257265188433361693438004756437566664269297886219308005743597788187886629088488795002036992956519543934431199258203953657127489871368817255947184602019084851726974992271231928941057485327826904258224853181833530619323381510607465489966985032471410833903203453221376948912992248394688626732850507236388040944440327908113472138844844916098827E+000000000000000693");
     return val;
   }
 
- static const mp_float& A006882_593(void)
+ const mp_float& A006882_593(void)
   {
     static const mp_float val("+9.540411430371954420474913039627231555333453228158821850972842628948120945742592615321114106648330888130192976746742267735445777238456640837368764879932387277175462916980996695428171541106077099741253457414563315374289612825982264160019189769500082508421708349502856727196570180446467048220011977967539733182381504594313434332127584825131180658112905951486837507445873706655806118441742582500672222670184663776504325936790877065827E+000000000000000694");
     return val;
   }
 
- static const mp_float& A006882_594(void)
+ const mp_float& A006882_594(void)
   {
     static const mp_float val("+2.9154328897046879498903217235531447327170478318574720479864806599412403124491466390447252500288155219294168459021748253239145985759629444142689554116970861836046576785623442312099738161726090970521323593731484723337289835930774500326276535993364019258231454091117657909881462847291811293855627900091171878780886173008345010403891092880180353385028512134979076543173955464450442793132012984144963209975547774194024504738378801E+000000000000000696");
     return val;
   }
 
- static const mp_float& A006882_595(void)
+ const mp_float& A006882_595(void)
   {
     static const mp_float val("+5.67654480107131288018257325857820277542340467075449900132884136422413196271684260611606289345575687843746482116431164930259023745688170129823441510355977042991940043560369303377976206695811587434604580716166517264770231963145944717521141791285254909251091646795419975268195925736564789369090712689068614124351699523361649342761591297095305249157717904113466831693029485546020464047283683658789997248875987494702007393239057185E+000000000000000697");
     return val;
   }
 
- static const mp_float& A006882_596(void)
+ const mp_float& A006882_596(void)
   {
     static const mp_float val("+1.7375980022639940181346317472376742606993605077870533405999424733249792262196913968706562490171740510699324401576961958930531007512739148709042974253714633654283759764231571618011443944388750218430708861863964895109024742214741602194460815452044955477905946638306124114289351856985919531137954228454338439753408159112973626200719091356587490617476993232447529619731677456812463904706679738550398073145426473419638604824073765769E+000000000000000699");
     return val;
   }
 
- static const mp_float& A006882_597(void)
+ const mp_float& A006882_597(void)
   {
     static const mp_float val("+3.38889724623957378946899623537118705692777258844043590379331829444180678174195503585128954739308685642716649823509405463364637176175837567504594581682518294666188206005540474116651795397399517698458934687551410807067828481998128996360121649397297180822901713136865725235112967664729179253347155475373962632237964615446904657628670004365897233747157588755739698520738602870974217036228359144297628357578964534337098413763717139693E+000000000000000700");
     return val;
   }
 
- static const mp_float& A006882_598(void)
+ const mp_float& A006882_598(void)
   {
     static const mp_float val("+1.039083605353868422844509784848129207898217583656657897678765599048337577279375455328652436912270082539819599214302325144045754249261801092800769860372135092526168833901047982757084347874447263062156389939465100727519679584441547811228756764032288337578775608970706222034503241047757987962049662861569438697253807914955822846803001663123931938925124195300362271259954311917385341501459448365313804774096503110494388568479611193029E+000000000000000702");
     return val;
   }
 
- static const mp_float& A006882_599(void)
+ const mp_float& A006882_599(void)
   {
     static const mp_float val("+2.029949450497504699891928744987341047099735780475821106372197658370642262263431066474922438888459026999872732442821338725554176685293267029352521544278284585050467353973187439958744254430423111013769018778432950734336292607168792688197128679889810113129181261689825694158326676311727783727549461297490036167105408046526958899195733326151724430145473956646880794139224231197135560047007871274342793861897997560679219498444665666766E+000000000000000703");
     return val;
   }
 
- static const mp_float& A006882_600(void)
+ const mp_float& A006882_600(void)
   {
     static const mp_float val("+6.2345016321232105370670587090887752473893055019399473860725935942900254636762527319719146214736204952389175952858139508642745254955708065568046191622328105551570130034062878965425060872466835783729383396367906043651180775066492868673725405841937300254726536538242373322070194462865479277722979771694166321835228474897349370808180099787435916335507451718021736275597258715043120490087566901918828286445790186629663314108776671E+000000000000000704");
     return val;
   }
 
- static const mp_float& A006882_601(void)
+ const mp_float& A006882_601(void)
   {
     static const mp_float val("+1.219999619749000324635049175737391969306941204065968484929690792680755999620322070951428385771963875226923512198135624574058060187861253484640865448111249035615330879737885651415205296912684289719275180285838203391336111856908444405606474336613775877990637938275585242189154332463348398020257226239791511736430350235962702298416635729017186382517429847944775357277673762949478471588251730635880019111000696533968210918565244065E+000000000000000706");
     return val;
   }
 
- static const mp_float& A006882_602(void)
+ const mp_float& A006882_602(void)
   {
     static const mp_float val("+3.7531699825381727433143693428714426989283619121678483264157013437625953291331041446470926021271195381338283923620599984202932643483336255471963807356641519542045218280505853137185886645225035141805088804613479438278010826590028706941582694316846254753345374996021908739886257066645018525189233822559888125744807541888204321226524420072036421633975485934249085237909549746455958535032715274955134628440365692351057315093483556292E+000000000000000707");
     return val;
   }
 
- static const mp_float& A006882_603(void)
+ const mp_float& A006882_603(void)
   {
     static const mp_float val("+7.35659770708647195754934652969647357492085546051778996412603547986495867771054208783711316620494216761834877855475781618157010293280335851238441865211083168476044520481945047803368794038348626700722933712360436644975675449715791976580704024978106854428354676780177901040060062475399084006215107422594281577067501192285509485945231344597363388658010198310699540438437279058535518367715793573435651523933420009982831183894842171632E+000000000000000708");
     return val;
   }
 
- static const mp_float& A006882_604(void)
+ const mp_float& A006882_604(void)
   {
     static const mp_float val("+2.266914669453056336961879083094351390152730594949380389155083611632607578796394903366843931684780201032832348986684239045857131666393509830506613964341147780339531184142553529486027553371592122565027363798654158071991853926037733899271594736737513787102060649759723287889129926825359118921429722882617242794986375530047541002082074972350999866692119350428644748369736804685939895515976002607290131557798087818003861831646406800049E+000000000000000710");
     return val;
   }
 
- static const mp_float& A006882_605(void)
+ const mp_float& A006882_605(void)
   {
     static const mp_float val("+4.450741612787315534317354650466366512827117553613262928296251465318300000014877963141453465553990011409101011025628478789849912274346031899992573284527053169280069348915767539210381203932009191539373748959780641702102836470780541458313259351117546469291545794520076301292363377976164458237601399906695403541258382213327332389968649634814048501380961699779732219652545538304139886124680551119285691719797191060396128662563795138379E+000000000000000711");
     return val;
   }
 
- static const mp_float& A006882_606(void)
+ const mp_float& A006882_606(void)
   {
     static const mp_float val("+1.37375028968855214019889872435517694243255474053932451582798066864936019275061531144030742260097680182589640348593064886178942178983446695728700806239073555488575589759038743886853269734318482627440658246198441979162706347917886674295858641046293335498384875375439231246081273565616762606638641206686604913376174357120880984726173743324470591921542432635975871751206050363967957668268145758001781972402564121771034026997772252E+000000000000000713");
     return val;
   }
 
- static const mp_float& A006882_607(void)
+ const mp_float& A006882_607(void)
   {
     static const mp_float val("+2.701600158961900529330634272833084473286060355043250597475824639448208100009030923626862253591271936925324313692556486625438896750528041363295491983707921273753002094791870896300701390786729579264399865618586849513176421737763788665196148426128350706859968297273686314884464570431531826150224049743364109949543838003489690760710970328332127440338243751766297457329095141750612910877681094529406414873916894973660450098176223648E+000000000000000714");
     return val;
   }
 
- static const mp_float& A006882_608(void)
+ const mp_float& A006882_608(void)
   {
     static const mp_float val("+8.3524017613063970124093042440794758099899328224790930562341224653881099719237410935570691294139389551014501331944583450796796844821935591003050090193356721737053958573495556283206787998465637437483920213688652723330925459534075097971882053756146347983018004228267052597617414327894991664836293853665455787332714009129495638713513635941278119888297799042673330024733278621292518262307032620865083439220758986036788688414645529266E+000000000000000715");
     return val;
   }
 
- static const mp_float& A006882_609(void)
+ const mp_float& A006882_609(void)
   {
     static const mp_float val("+1.645274496807797422362356272155348444231210756221339613862777205423958732905499832488759112437084609587522507038766900354892288121071577190246954618078124055715578275728249375847127146989118313772019518161719391353524440838298147297104454391512165580477720693039674965764638923392802882125486446293708742959272197344125221673272980929954265611165990444825675151513418941326123262724507786568408506658215389038959214109789320202238E+000000000000000717");
     return val;
   }
 
- static const mp_float& A006882_610(void)
+ const mp_float& A006882_610(void)
   {
     static const mp_float val("+5.094965074396902177569675588888480244093859021712246764302814703886747082873482067069812168942502762611884581248619590498604607534138071051186055501794760025960291472983228933275614067906403883686519133035007816123186453031578580976284805279124927226964098257924290208454662274001594491555013925073592803027295554556899233961524331792417965313186165741603073131508729995898843614000728989872770089792466298148244109993293377285253E+000000000000000718");
     return val;
   }
 
- static const mp_float& A006882_611(void)
+ const mp_float& A006882_611(void)
   {
     static const mp_float val("+1.0052627175495642250633996822869178994252697720512385040701568725140387858052603976506318176990586964579762518006865761168391880419747336632408892716457337980422183264699603686425946868103512897147039255968105481170034333522001679985308216332139331696718873434472414040821943821930025609786722186854560419481153125772605104423697913482020562884224201617884875175746989731502613135246742575932975975681696027028040798210812746E+000000000000000720");
     return val;
   }
 
- static const mp_float& A006882_612(void)
+ const mp_float& A006882_612(void)
   {
     static const mp_float val("+3.11811862553090413267264146039974990938544172128789501975332259877868921471857102504672504739281169071847336372415518938514601981089249948332586596709839313588769838146573610716467580955871917681614970941742478346739010925532609155748630083082445546290202813384966560757425331168897582883166852214503879545270487938882233118445289105695979477166993343386108075648334275749009229176844614180213529495298937446672539531589554689E+000000000000000721");
     return val;
   }
 
- static const mp_float& A006882_613(void)
+ const mp_float& A006882_613(void)
   {
     static const mp_float val("+6.162260458578828699638640052418806723476903702674092029950061628511057756986246237598373042495229809287394423538208711596224222697305117355666651235188348181998798341260857059779105430147453405951135063908448659957231046448987029830993936611601410330088669415331589807023851562843105698799260700541845537141946866098606929011726820964478605048029435591763428482732904705411101851906253199046914273092879664568189009303228213565E+000000000000000722");
     return val;
   }
 
- static const mp_float& A006882_614(void)
+ const mp_float& A006882_614(void)
   {
     static const mp_float val("+1.91452483607597513746100185668544644436266121687076754212854007565011517783720260937868917909918637810114264532663128628247965616388799468276208170379841338543504680621996196979911094706905357456511592158229881704897752708277022021629658871012621565422184527418369468305059153337703115890264447259705382040796079594473691134725407510897331398980533912839070358448077245309891666714582593106651107110113547592256939272395986579572E+000000000000000724");
     return val;
   }
 
- static const mp_float& A006882_615(void)
+ const mp_float& A006882_615(void)
   {
     static const mp_float val("+3.789790182025979650277763632237566134938295777144566598419287901534300520546541436122999421134566332711747570475998357631677896958842647173734990509640834131929260979875427091764149839540683844659948064303695925873697093566127023346061271016134867353004531690428927731319668711148510004761545330833235005342297322650643261342211994893154342104538102888934508516880736393827827638922345717413852277952120993709436240721485351342518E+000000000000000725");
     return val;
   }
 
- static const mp_float& A006882_616(void)
+ const mp_float& A006882_616(void)
   {
     static const mp_float val("+1.179347299022800684675977143718235009727399309592392805951180686600470949547716807377272534325098808910303869521204872350007468196955004724581442329539822645427988832631496573396252343394537001932111407694696071302170156682986455653238698645437748843000656688897155924759164384560251193884028995119785153371303850301957937389908510267127561417720088903088673408040155831108932666961828773536970819798299453168302745917959277330167E+000000000000000727");
     return val;
   }
 
- static const mp_float& A006882_617(void)
+ const mp_float& A006882_617(void)
   {
     static const mp_float val("+2.3383005423100294442213801610905783052569284944981975912247006352466634211772160660878906428400274272831482509836909866587452624236059133061944891444483946594003540245831385156184804509966019321551879556753803862640711067303003734045198042169552131568037960529946484102242355947786306729378734691241059982961974480754468922481448008490762290785000094824725917549154143549917696532150873076443468554964586531187221605251564617E+000000000000000728");
     return val;
   }
 
- static const mp_float& A006882_618(void)
+ const mp_float& A006882_618(void)
   {
     static const mp_float val("+7.28836630796090823129753874817869236011532773328098754077829664319091046820488986959154426212911063906567791364104611112304615345718192919791331359655610394874497098566264882358883948217823867194044849955322172064741156830085629593701515762880528784974405833738442361501163589658235237820329918984027224783465779486610005306963459345084832956151014942108800166168816303625320388182410182045847966635349062058011096977298833390E+000000000000000729");
     return val;
   }
 
- static const mp_float& A006882_619(void)
+ const mp_float& A006882_619(void)
   {
     static const mp_float val("+1.4474080356899082259730343197150679709540387380943843089680896932176846577086967449084043079179769774882687673589047207417633174402120603365343887804135562941688191412169627411678393991668965960040613445630604590974600150660559311373977588102952769440615497568036873659288018331679723865485436773878216129453462203587016263016016317255781857995915058696505342962926414857399054153401390434318507035523079062804890173650718498407E+000000000000000731");
     return val;
   }
 
- static const mp_float& A006882_620(void)
+ const mp_float& A006882_620(void)
   {
     static const mp_float val("+4.51878711093576310340447402387078926327150319463421227528254391877836449028703171914675744252004859622072030645744858889628861514345279610270625442986478444822188201111084227062508047895050797660307806972299746680139517234653090348094939772985927846684131616917834264130721425588105847448604549770096879365748783281698203290317344793952596432813629264107456103024666108247698640673094312868425739313916418475966880125925276701826E+000000000000000732");
     return val;
   }
 
- static const mp_float& A006882_621(void)
+ const mp_float& A006882_621(void)
   {
     static const mp_float val("+8.988403901634330083292543125430572099624580563566126558691836994881821724371006785881190752170637030202149045298798315806350201303716894689878554326368184586788366866957338622652282668826427861185220949736605450995226693560207332363240082211933669822622223989750898542417859383973108520466456236578372216390600028427537099332946133015840533815463251450529817979977303626444812629262263459711792869059832098001836797837096187511297E+000000000000000733");
     return val;
   }
 
- static const mp_float& A006882_622(void)
+ const mp_float& A006882_622(void)
   {
     static const mp_float val("+2.810685583002044650317582842847630921754874987062480035225742317480142712958533729309283129247470226849288030616533022293491518619227639175883290255375895926794010610910943892328800057907215961447114559367704424350467797199542221965150525387972471206375298657228929122893087267158018371130320299570002589654957432012162824465773884618385149812100774022748376960813423193300685544986646626041608098532560122920513994383255221085362E+000000000000000735");
     return val;
   }
 
- static const mp_float& A006882_623(void)
+ const mp_float& A006882_623(void)
   {
     static const mp_float val("+5.5997756307181876418912543671432464180661136911016968460650144478113749342831372276039818386023068698159388552211513507473561754122156253917943393453273789975691525581144219619123721026788645575183926516859051959700262300880091680622985712180346762994936455456148097919263263962152466082506022353883258908113438177103556128844254408688686525670336056536800766015258601592751182680303901354004469574242753970551443250525109248E+000000000000000736");
     return val;
   }
 
- static const mp_float& A006882_624(void)
+ const mp_float& A006882_624(void)
   {
     static const mp_float val("+1.753867803793275861798171693936921695175041991926987541980863206107609052886125047088992672650421421553955731104716605911138707618398046845751173119354559058319462621208428988813171236134102759942999485045447560794691905452514346506253927842094822032778186362110851772685286454706603463585319866931681615944693437575589602466642904001872333482750882990194987223547576072619627780071667494649963453484317516702400732495151257957E+000000000000000738");
     return val;
   }
 
- static const mp_float& A006882_625(void)
+ const mp_float& A006882_625(void)
   {
     static const mp_float val("+3.4998597691988672761820339794645290112913210569385605287906340298821093339269607672524886491264417936349617845132195942170976096326347658698714620908296118734807203488215137261952325641742903484489954073036907474812663938050057300389366070112716726871835284660092561199539539976345291301566263971177036817570898860689722580527659005430429078543960035335500478759536625995469489175189938346252793483901721231594652031578193280122E+000000000000000739");
     return val;
   }
 
- static const mp_float& A006882_626(void)
+ const mp_float& A006882_626(void)
   {
     static const mp_float val("+1.097921245174590689485655480404512981179576286946294201280020367023363267106714279477709413079163809892776287671552595300372830969117177325440234372715953970507983600876476546997045193819948327724317677638450173057477132813273980912914958829151358592519144662681393209700989320646333768204410236699232691581378091922319091144118457905172080760202052751862062001940782621459886990324863851650877121881182765455702858541964687481248E+000000000000000741");
     return val;
   }
 
- static const mp_float& A006882_627(void)
+ const mp_float& A006882_627(void)
   {
     static const mp_float val("+2.194412075287689782166135305124259690079658302700477451551727536736082552372204401067310383002279004609121038889788685574120201239661998200409406730950166644672411658711089106324410817737280048477520120379414098670754028915738592734413252596067338774864072348187803587211129156516849764608204750992800208461695358565245605799084219640487903224706294215535880018222946449915936971284409134310050151440637921220984682379952718663657E+000000000000000742");
     return val;
   }
 
- static const mp_float& A006882_628(void)
+ const mp_float& A006882_628(void)
   {
     static const mp_float val("+6.894945419696429529969916416940341521807739082022727584038527904906721317430165675120015114137148726126635086577350298486341378486055873603764671860656190934790137013504272715141443817189275498108715015569467086800956394067360600133105941447070531961020228481639149356922212933658976064323696286471181303131054417272163892385063915644480667174068891281693749372188114862768090299240144988367508325413827767061813951643538237382239E+000000000000000743");
     return val;
   }
 
- static const mp_float& A006882_629(void)
+ const mp_float& A006882_629(void)
   {
     static const mp_float val("+1.38028519535595687298249910692315934506010507239860031702603662060699592544211656827133823090843349389913713346167708322612160657974739686805751683376765481949894693332927504787805440435674915049236015571865146806390428418799957482994593588292635608938950150701012845635580023944909850193856078837447133112240638053753948604762397415386689112834025906157206853146223331699712435493789334548102154525616125244799936521699026003E+000000000000000745");
     return val;
   }
 
- static const mp_float& A006882_630(void)
+ const mp_float& A006882_630(void)
   {
     static const mp_float val("+4.343815614408750603881047342672415158738875621674318377944272580091234429981004375325609521906403697459780104543730688046395068446215200370371743272213400288917786318507691810539109604829243563808490459808764264684602528262437178083856743111654435135442743943432664094860994148205154920523928660476844220972564282881463252202590266856022820319663401507467062104478512363543896888521291342671530245010711493248942789535429089550E+000000000000000746");
     return val;
   }
 
- static const mp_float& A006882_631(void)
+ const mp_float& A006882_631(void)
   {
     static const mp_float val("+8.7095995826960878685195693646851354673292630068351680004342910760301442895397555457921442370322153465035553121431823951568273375182060742374429312210739019110383551493077255521105232914910871396067925825846907634832360332262773171769588554212653069240477545092339105596050995109238115472323185746429140993823842611918741569605072769109000830198270346785197524335266922302518546796581070099852459505663775029468759945192085408488E+000000000000000747");
     return val;
   }
 
- static const mp_float& A006882_632(void)
+ const mp_float& A006882_632(void)
   {
     static const mp_float val("+2.745291468306330381652821920568966380322969392898169214860780270617660159747994765205785217844847136794581026071637794845321683258008006634074941748038868982596040953296861224260717270252081932326965970599139015280668797861860296548997461646565603005599814172249443707952148301665657909771122913421365547654660626781084775392037048653006422442027269752719183250030419813759742833545456128568407114846769663733331842986391184596112E+000000000000000749");
     return val;
   }
 
- static const mp_float& A006882_633(void)
+ const mp_float& A006882_633(void)
   {
     static const mp_float val("+5.513176535846623620772887407845690750819423483326661344274906251127081335278665260486427302041392314336750512586634456134271704649024444992301375462939779909687278809511790274485961243513858159371099704776109253284888409032233541773014955481660939282922228604345065384230027990414772709398057657748964624909049237334456341356001106284599752551550512951503003290422396181749424012223581737320660686708516959365372504530659006357332E+000000000000000750");
     return val;
   }
 
- static const mp_float& A006882_634(void)
+ const mp_float& A006882_634(void)
   {
     static const mp_float val("+1.7405147909062134619678890976407246851247625950974392822217346915715965412802286811404678281136330847277643705294183619319339471855770762060035130682566429349658899643902100161812947493398199450952964253598541356879440178444194280120643906839225923055502821852061473108416620232560271147948919271091457572130548373792077475985514888460060718282452890232239621805192861619236769564678191855123701108128519668069323884533720110E+000000000000000752");
     return val;
   }
 
- static const mp_float& A006882_635(void)
+ const mp_float& A006882_635(void)
   {
     static const mp_float val("+3.50086710026260599919078350398201362677033391191242995361456546946569664790195244040888133679628411960383657549251287964526253245213052257011137341896676024265142204403998682429858538963129993120064831253282937583590413973546829902586449673085469644465561516375911651898606777391338067046776661267059253681724626570737977676106070249072084287023457572420440708941822157541088424776197440319861953605990826919701154037696846903E+000000000000000753");
     return val;
   }
 
- static const mp_float& A006882_636(void)
+ const mp_float& A006882_636(void)
   {
     static const mp_float val("+1.1069674070163517618115774660995008997393490104819713834930232638395354002542254412053375386802706418868581396567100781887099904100270204670182343114112249066383060173521735702913034605801254850806085265288672302975323953490507562156729524749747687063299794697911096896952970467908332450095512656414167015875028765731761274726787469060598616827640038187704399468102659989834585443135330019858673904769738508892089990563445990175E+000000000000000755");
     return val;
   }
 
- static const mp_float& A006882_637(void)
+ const mp_float& A006882_637(void)
   {
     static const mp_float val("+2.23005234286728002148452909203654268025270270188821788045247820404964876471354370454045741153923298418764389858873070433403223317200714287716094486788182627456895584205347160707819889319513805617481297508341231240747093701149330647947568441755444163524562685931455722259412517198282348708796733227116744595258587125560091779679566748658917690833942473631820731595940714353673326582437769483752064447016156747849635122012891477650E+000000000000000756");
     return val;
   }
 
- static const mp_float& A006882_638(void)
+ const mp_float& A006882_638(void)
   {
     static const mp_float val("+7.062452056764324240357864233714815740337046686874977426685488423296235853621958314890053496780126695238154931009810298843969738815972390579576334906803614904352392390706867378458516078501200594814282399254172929298256682326943824655993436790339024346385269017267279820255995158525516103160937074792238556128268352536863693275690405260661917536034344363755406860649497073514465512720340552669833951243093168673153413979478541732178E+000000000000000757");
     return val;
   }
 
- static const mp_float& A006882_639(void)
+ const mp_float& A006882_639(void)
   {
     static const mp_float val("+1.425003447092191933728614089811350772681477026506571225609133572387725560651954427201352285973569876895904451198198920069446596996912564298505843770576486989449562783072168356922969092751693217895705491078300467628373928750344222840384962342817288204921955563102002065237645984897024208249211125321275997963702371732328986472152431523930484044428892406507334474898061164719972556861777347001175691816433241618759168429662376542189E+000000000000000759");
     return val;
   }
 
- static const mp_float& A006882_640(void)
+ const mp_float& A006882_640(void)
   {
     static const mp_float val("+4.5199693163291675138290331095774820738157098795999855530787125909095909463180533215296342379392810849524191558462785912601406328422223299709288543403543135387855311300523951222134502902407683806811407355226706747508842766892440477798357995458169755816865721710510590849638369014563303060229997278670326759220917456235927636964418593668236272230619803928034603908156781270492579281410179537086937287955796279508181849468662667E+000000000000000760");
     return val;
   }
 
- static const mp_float& A006882_641(void)
+ const mp_float& A006882_641(void)
   {
     static const mp_float val("+9.13427209586095029520041631569075845288826773990712155615454619900532084377902787836066815309058291090274753218045507764515268675020953715342245856939528160237169743949259916787623188453835352671147219781190599749787688328970646840686760861745881739354973515948383323817331076318992517487744331330937914694733220280422880328649708606839440272478920032571201398409657206585502408948399279427753618454333707877624626963413583363E+000000000000000761");
     return val;
   }
 
- static const mp_float& A006882_642(void)
+ const mp_float& A006882_642(void)
   {
     static const mp_float val("+2.9018203010833255438782392563487434913896857427031907250765334833639573875361902324220251807570184565394530980533108555890102862847067358413363244865074692919003109854936376684610350863345733003972923522055545731900677056344946786746545833084144983234427793338147799325467832907349640564667658252906349779419829006903465542931156737135007686772057914121798215709036653575656235898665335262809813738867621211444252747358881432269E+000000000000000763");
     return val;
   }
 
- static const mp_float& A006882_643(void)
+ const mp_float& A006882_643(void)
   {
     static const mp_float val("+5.87333695763859103981386769098915768520715615676027916060737320596042130254991492578590962243724481171046666319203261492583317758038473238965064086012116607032500145359374126494441710175816131767547662319305555639113483595528125918561587234102601958405247970754810477214543882073112188744619605045793079148713460640311912051321762634197760095203945580943282499177409583834478048953820736672045576666136574165312635137474934102758E+000000000000000764");
     return val;
   }
 
- static const mp_float& A006882_644(void)
+ const mp_float& A006882_644(void)
   {
     static const mp_float val("+1.868772273897661650257586081088590808454957618300854826949287563286388557573306509679784216407519886011407795146332190999322624367351137881820592969310810223983800274657902658488906595599465205455856274820377145134403602428614573066477551650618936920297149890976718276560128439233316852364597191487168925794636988044583180964766493871494495028120529669443805091661960490272261591874047590924952004783074806017009876929911964238135E+000000000000000766");
     return val;
   }
 
- static const mp_float& A006882_645(void)
+ const mp_float& A006882_645(void)
   {
     static const mp_float val("+3.788302337676891220679944660688006706958615721110380058591755717844471740144695127131911706472022903553250997758861036627162399539348152391324663354778152115359625937567963115889149030634014049900682421959520833872281969191156412174722237659961782631713849411368527578033808039371573617402796452545365360509201821130011832731025368990575552614065448997084172119694291815732383415752143751534693969496580903366266496636713324962792E+000000000000000767");
     return val;
   }
 
- static const mp_float& A006882_646(void)
+ const mp_float& A006882_646(void)
   {
     static const mp_float val("+1.20722688893788942606640060838322966226190262142235221820923976588300700819235600525314060379925784636336943566453059538556241534130883507165610305817478340469353497742900511738383366075725452272448315353396363575682472716888501420094449836629983325051195882957096000665784297174472268662752978570071112606333549427680073490323915504098544378816586216646069808921362647671588098835063474373751899508986632468698838049672312889E+000000000000000769");
     return val;
   }
 
- static const mp_float& A006882_647(void)
+ const mp_float& A006882_647(void)
   {
     static const mp_float val("+2.451031612476948619779924195465140339402224371558415897908865949445373215873617747254346874087398818598953395549983090697774072501958254597187057190541464418637677981606472135980279422820207090285741527007809979515366434066678198677045287765995273362718860569155437342987873801473408130459609304796851388249453578271117655776973413736902382541300345501113459361442206804778852069991637007242946998264287844477974423323953521250E+000000000000000770");
     return val;
   }
 
- static const mp_float& A006882_648(void)
+ const mp_float& A006882_648(void)
   {
     static const mp_float val("+7.8228302403175234809102759423233282114571289868168423739958736829218854130864669140403511126191908444346339431061582580984444514116812512643315478169725964624141066537399531606472421217070093072546508349000843597042242320543748920221203494136229194633174932156198208431428224569058030093463930113406080968904140029136687621729897246655856757473147868386653236181042995691189088045121131394191230881823337839716847056187658752579E+000000000000000771");
     return val;
   }
 
- static const mp_float& A006882_649(void)
+ const mp_float& A006882_649(void)
   {
     static const mp_float val("+1.590719516497539654237170802856876080272043617141411917742854001190047217101977917968071121282721833270720753711939025862855373053770907233574400116661410407695853010062600416251201345410314401595446251028068676705472815709274150941402391760130932412404540509381878835599130097156241876668286438813156550973895372297955358599255745515249646269303924230222635125575992216301474993424572417700672601873522811066205400737245835291851E+000000000000000773");
     return val;
   }
 
- static const mp_float& A006882_650(void)
+ const mp_float& A006882_650(void)
   {
     static const mp_float val("+5.084839656206390262591679362510163337447133841430947543097317893899225518506203494126228223202474048882512063019002867763988893417592813321815506081032187700569169324930969554420707379109556049715523042685054833807745750835343679814378227118854897651156370590152883548042834596988771956075155457371395262978769101893884695412443321032630689235754611445132460351767794719927290722932873540622430007318516959581595058652197818917681E+000000000000000774");
     return val;
   }
 
- static const mp_float& A006882_651(void)
+ const mp_float& A006882_651(void)
   {
     static const mp_float val("+1.0355584052398983149083981926598263282571003947590591584505979547747207383333876245972142999550519134592392106664723058367188478580048606090569344759465781754100003095507528709795320758621146754386355094192727085352628030267374722628529570358452370004753558716076031219750336932487134617110544716673649146840058873659689384481154903304275197213168546738749354667499709328122602207193966439231378638196633500040997158799470387E+000000000000000776");
     return val;
   }
 
- static const mp_float& A006882_652(void)
+ const mp_float& A006882_652(void)
   {
     static const mp_float val("+3.31531545584656645120977494435662649601553126461297779809945126682229503806604467817030080152801307987139786508838986978212075850827051428582370996483298638077109839985499214948230121117943054441452102383065575164265022954464407923897460408149339326855395362477968007332392815723667931536100135820614971146215745443481282140891304531327520938171200666222636414935260215739259355135223354848582436477167305764719997824123297793E+000000000000000777");
     return val;
   }
 
- static const mp_float& A006882_653(void)
+ const mp_float& A006882_653(void)
   {
     static const mp_float val("+6.762196386216535996351840198068665923518865577776656304682404644678926421317021188619809378706488994888832045652064157113774076512771739777141782127931155485427302021366416247496344455379608830614289876507850786735266103764595693876429809444069397613104073841597648386496970016914098904973185699987892892886558444499777168066194151857691703780199061020403328597877310191264059241297660084818090250742401675526771144696054163200E+000000000000000778");
     return val;
   }
 
- static const mp_float& A006882_654(void)
+ const mp_float& A006882_654(void)
   {
     static const mp_float val("+2.16821630812365445909119281360923372839415744705688747995704112850178095489519321952337672419932055423589420376780697483750697606440891634292870631700077309302429835350516486576142499211134757604709674958524886157429325012219722782228939106929667919763428567060591076795384901483278827224609488826682191129625097520036758520142913163488198693563965235709604215367660181093475618258436074070972913456067417970126878576976636756905E+000000000000000780");
     return val;
   }
 
- static const mp_float& A006882_655(void)
+ const mp_float& A006882_655(void)
   {
     static const mp_float val("+4.429238632971831077610455329734976179904856953443709879566975042264696805962648878545975143052750291652184989902102022909522020115865489554027867293794906842954882823995002642110105618273643784052359869112642265311599297965810179489061525185865455436583168366246459693155515361078734782757436633492069844840695781147354045083357169466788065976030384968364180231609638175277958803049967355555849114236273097470035099775915476896470E+000000000000000781");
     return val;
   }
 
- static const mp_float& A006882_656(void)
+ const mp_float& A006882_656(void)
   {
     static const mp_float val("+1.422349898129117325163822485727657325826567285269318186851818980297168306411246752007335131074754283578746597671681375493404576298252249120961231343952507149023939719899388151939494794825044009886895467727923253192736372080161381451421840541458621553648091399917477463777724953730309106593438246703035173810340639731441135892137510352482583429779611946255003652811850787973200055775340645905582312271802261884032323464966737125297E+000000000000000783");
     return val;
   }
 
- static const mp_float& A006882_657(void)
+ const mp_float& A006882_657(void)
   {
     static const mp_float val("+2.9100097818624930179900691516358793501974910184125173908755026027679058015174603132047056689856569416154855383656810290515559672161236266369963088120232537958213580153647167358663393912057839661224004340070059683097207387635372879243134220471136042218351416166239240184031735922287287522716358682042898880603371282138116076197656603396797593462519629242152664121675322811576189336038285526001928680532314250378130605527764683E+000000000000000784");
     return val;
   }
 
- static const mp_float& A006882_658(void)
+ const mp_float& A006882_658(void)
   {
     static const mp_float val("+9.35906232968959199957795195608798520393881273707211366948496889035536745618600362820826516247188318594815261267966345074660211204249979921592490224320749704057752335693797403976187574994878958505577217764973500600820532828746188995035571076279772982300444141145700171165743019554543392138482366330597144367204140943288267417026481811933539896794984660635792403550197818486365636700174145005873161474845888319693268839948113028E+000000000000000785");
     return val;
   }
 
- static const mp_float& A006882_659(void)
+ const mp_float& A006882_659(void)
   {
     static const mp_float val("+1.9176964462473828988554555709280444917801465811338489605869562152240499232000063464019010358615479245246049697829837981449753823954254699537805675071233242514462749321253483289359176588046116336746618860106169331161059668451710727421225451290478651821893583253551659281276913972787322477470080371466270362317621674929018494214255701638489614091800435670578605656184037732828708772449230161635271000470795090999188069042796926235E+000000000000000787");
     return val;
   }
 
- static const mp_float& A006882_660(void)
+ const mp_float& A006882_660(void)
   {
     static const mp_float val("+6.17698113759513071972144829101807023459961640646759502186007946763454252108276239461745500723144290272578072436857787749275739394804986748251043548051694804678116541557906286624283799496620112613680963724882510396541551666972484736723476910344650168318293133156162112969390392905998638811398361778194115282354733022570256495237477995876136331884689876019622986343130560201001320222114935703876286573398286290997557434365754598774E+000000000000000788");
     return val;
   }
 
- static const mp_float& A006882_661(void)
+ const mp_float& A006882_661(void)
   {
     static const mp_float val("+1.267597350969520096143456132383437409066676890129474162947978058263096999235204194971656584704483178110763885026552290573828727763376235639448955122208517330205987730134855245426641572469848289858951506653017792789746044084658079082543002330300638885427165853059764678492404013601242015760772312553920470949194792712808122467562301878304163491468008797825245833873764894139977649858894113684091413131119555515046331363728876824151E+000000000000000790");
     return val;
   }
 
- static const mp_float& A006882_662(void)
+ const mp_float& A006882_662(void)
   {
     static const mp_float val("+4.089161513087976536455598768653962495304946061081547904471372607574067148956788705236755214787215201604466839531998554900205394793609012273421908288102219606969131505113339617452758752667625145502567979858722218825105072035357848957109417146481584114267100541493793187857364401037710988931457154971645043169188332609415097998472104332700022517076646979249904169591524308530628739870400874359661017115896655246403830215501295443885E+000000000000000791");
     return val;
   }
 
- static const mp_float& A006882_663(void)
+ const mp_float& A006882_663(void)
   {
     static const mp_float val("+8.4041704369279182374311141577021900221120677815584137003450945262843331049294038126620831565907234708743645577260416865044844650711844422895465724602424698992656986507940902771786336254750941617648484891095079661960162722812830643172601054498932358103821096057862398184046386101762345644939204322324927223931614756859178519599380614531566039484328983295813798785830612481480518185644679737255260690593226530647571769415224533E+000000000000000792");
     return val;
   }
 
- static const mp_float& A006882_664(void)
+ const mp_float& A006882_664(void)
   {
     static const mp_float val("+2.715203244690416420206517582386231096882484184558147808568991411429180586907307700277205462618710893865365981449247040453736382142956384149552147103299873819027503319395257505988631811771303096613705138626191553299869767831477611707520652985263771851873354759551878676737289962289040096650487550901172308664341052852651625070985477276912814951338893594221936368608772140864337483273946180574814915364955379083612143263092860174E+000000000000000794");
     return val;
   }
 
- static const mp_float& A006882_665(void)
+ const mp_float& A006882_665(void)
   {
     static const mp_float val("+5.5887733405570656278916909148719563647045250747363451107294878599790815147780535354202852991328311081314524308878177215254821692723376541225484706860612424830116896027780700343237913609409376175736242452578227975203508210670532377709779701241790018139041028878478494792390846757671959853884570874346076603914523813311353715533588108663491416257078773891716176192577357300184544593453712025274748359244495642880635226661124314738E+000000000000000795");
     return val;
   }
 
- static const mp_float& A006882_666(void)
+ const mp_float& A006882_666(void)
   {
     static const mp_float val("+1.808325360963817335857540709869229910523734466915726440506948280011834270880266928384618838104061455314333743645198528942188430507208951843601729970797715963472317210717241498988428786639687862344727622325043574497713265375764089397208754888185672053347654269861551198707035114884500704369224708900180757570451141199865982297276327866423934757591703133751809621493442245815648763860448156262826733633060282469685687413219844876376E+000000000000000797");
     return val;
   }
 
- static const mp_float& A006882_667(void)
+ const mp_float& A006882_667(void)
   {
     static const mp_float val("+3.727711818151562773803757840219594895257918224849142188856568402606047370356961708125330294521598349123678771402174420257496606904649215299739829947602848736168796965052972712893968837747605390921607371586967805946073997651724509593242306072827394209874036626194515602652469478736719722254100877318883309481098738347867292826090326847854877464347154218577468952044909731922309124383362592085825715561607859380138369618296991793052E+000000000000000798");
     return val;
   }
 
- static const mp_float& A006882_668(void)
+ const mp_float& A006882_668(void)
   {
     static const mp_float val("+1.2079613411238299803528371941926455802298546238997052622586414510479052929480183081609253838535130521499749407549926173333818715788155798315259556204928742635995078967591173213242704294753114920462780517131291077644724612710104117173354482653080289316362330522675162007362994567428464705186421055453207460570613623215104761745805870147711884180712576933462088271576194202048533742587793683835682580668842686897500391920308563E+000000000000000800");
     return val;
   }
 
- static const mp_float& A006882_669(void)
+ const mp_float& A006882_669(void)
   {
     static const mp_float val("+2.49383920634339549567471399510690898492754729242407612434504426134344569076880738273584596703494929556374109806805468715226523001921032503552594623494630580449692516962043874492606515245314800652655533159168146217792350442900369691787910276272152672640573050292413093817450208127486549418799348692633293404285505595472321890065442866121491302364824617222832672891804461065602480421246957410541740371071565792531256927464068750E+000000000000000801");
     return val;
   }
 
- static const mp_float& A006882_670(void)
+ const mp_float& A006882_670(void)
   {
     static const mp_float val("+8.093340985529660868364009201090725387540025980128025257132897722020965462751722664678200071818537449404832103058450536133658539578064384871223902657302257566116702908286086052872611877484586996710062946477965022021965490515769758506147503377563793841962761450192358544933206360177071352474902107153648998582311127554120190369689932998966962401077426545419599141956050115372517607533821768169907329048124600221325262586606737728E+000000000000000802");
     return val;
   }
 
- static const mp_float& A006882_671(void)
+ const mp_float& A006882_671(void)
   {
     static const mp_float val("+1.67336610745641837759773309071673592888638423321655507943552469936145205850586975381575264388045097732327027680366469507916996934289012809883790992364897119481743678881531439784538971729606231237931862749801826112138667147186148063189687795378614443341824516746209185951509089653543474660014362972756939874275574254561927988233912163167520663886797318156520723510400793375019264362656708422473507788989020646788473398328390131890E+000000000000000804");
     return val;
   }
 
- static const mp_float& A006882_672(void)
+ const mp_float& A006882_672(void)
   {
     static const mp_float val("+5.438725142275932103540614183132967460426897458646032972793307269198088790969157630663750448262057166000047173255278760281818538596459266633462462585707117084430424354368249827530395181669642461789162300033192494798760809626597277716131122269722869461798975694529264942195114674038991948863134216007252127047313077716368767928431634975305798733524030638521970623394465677530331832262728228210177725120339731348730576458199727753693E+000000000000000805");
     return val;
   }
 
- static const mp_float& A006882_673(void)
+ const mp_float& A006882_673(void)
   {
     static const mp_float val("+1.126175390318169568123274370052363280140536588954741568460108122670257235374450344318001529331543507738560896288866339788281389367765056210517913378615757614112134958872706589749947279740249936231281436306166289734693229900562776465266598862898075203690478997701987821453656173368347584461896662806654205353874614733201775360814228858117414067958145951193384469224997339413879649160679647683246707419896108952886425970750065587626E+000000000000000807");
     return val;
   }
 
- static const mp_float& A006882_674(void)
+ const mp_float& A006882_674(void)
   {
     static const mp_float val("+3.6657007458939782377863739594316200683277288871274262236626890994395118451132122430673678021286265298840317947740578844299456950140135457109536997827665969149061060148442003837554863524453390192458953902223717414943647856883265651806723764097932140172525096181127245710395072903022805735337524615888879336298890143808325495837629219733561083463951966503638082001678698666554436549450788258136597867311089789290444085328266165E+000000000000000808");
     return val;
   }
 
- static const mp_float& A006882_675(void)
+ const mp_float& A006882_675(void)
   {
     static const mp_float val("+7.60168388464764458483210199785345214094862197544450558710572982802423633877753982414651032298791867723528604994984779357089937823241412942099591530565636389525691097239076948081214413824668706956114969506662245570917930182879874114054954232456200762491073323448841779481217917023634619511780247394491588613865364944911198368549604479229254495871748517055534516726873204104368763183458762186191527508429873543198337530256294271E+000000000000000809");
     return val;
   }
 
- static const mp_float& A006882_676(void)
+ const mp_float& A006882_676(void)
   {
     static const mp_float val("+2.4780137042243292887435887965757751661895447276981401271959778312211100072965314763135406342389515342016054932672631298746432898294731569006047010531502195144765276660346794594187087742530491770102252837903232972501905951253087580621345264530202126756626965018442018100227069282443416677088166640340882431338049737214428035186237352539887292421631529356459343433134800298590799107428732862500340158302296697560340201681907927580E+000000000000000811");
     return val;
   }
 
- static const mp_float& A006882_677(void)
+ const mp_float& A006882_677(void)
   {
     static const mp_float val("+5.14633998990645538393133305254678709942221707737593028247057909357240800135239446094718748866282094448828865581604695624749887906334436561801423466192935835708892872830855093850982158159300714609289834356010340251511438733809674775215204015372847916206456639974865884708784529825000637409475227486070805491586852067704881295508082232438205293705173746046596867824093159178657652675201582000051664123207024388745274507983511221905E+000000000000000812");
     return val;
   }
 
- static const mp_float& A006882_678(void)
+ const mp_float& A006882_678(void)
   {
     static const mp_float val("+1.680093291464095257768153204078375562676511325379339006238872969567912584947048340940580550014009140188688524435204402055008150504382800378609987314035848830815085757571512673485884548943567342012932742409839195535629223494959337966127208935147704194099308228250368827195395297349663650706577698215111828844719772183138220785626892502204358426186617690367943484766539460244456179483668088077523062732895716094591065674033357489957E+000000000000000814");
     return val;
   }
 
- static const mp_float& A006882_679(void)
+ const mp_float& A006882_679(void)
   {
     static const mp_float val("+3.494364853146483205689375142679268440507685395538256661797523204535665032918275838983140304802055421307547997299095883292051738884010824254631665335450034324463382606521506087248168853901651852197077975277310210307762669002567691723711235264381637351041840585429339357172646957511754328010336794630420769287874725539716143996499878358255413944258129735656392732525592550823085461664618741780350799396575695599580413909208041196737E+000000000000000815");
     return val;
   }
 
- static const mp_float& A006882_680(void)
+ const mp_float& A006882_680(void)
   {
     static const mp_float val("+1.14246343819558477528234417877329538262002770125795052424243361930618055776399287183959477400952621532830819661593899339740554234298030425745479137354437720495425831514862861797040149328162579256879426483869065296422787197657234981696650207590043885198752959521025080249286880219777128248047283478627604361440944508453399013422628690149896372980690002945020156964124683296623020204889429989271568265836908694432192465834268309E+000000000000000817");
     return val;
   }
 
- static const mp_float& A006882_681(void)
+ const mp_float& A006882_681(void)
   {
     static const mp_float val("+2.379662464992755063074464472164581807985733754361552786684113302288787887417345846347518547570199741910440186160684296521887234180011371317404164093441473374959563555041145645416002989507024911346210101163848253219586377590748598063847351215043895036059493438677380102234572578065504697375039357143316543885042688092546694061616417161971936896039786349982003450849928527110521199393605363152418894389068048703314261872170676054E+000000000000000818");
     return val;
   }
 
- static const mp_float& A006882_682(void)
+ const mp_float& A006882_682(void)
   {
     static const mp_float val("+7.7916006484938881674255872992338745094685889225792225753333972836681514039504313859460363587449687885390619009207039349703057987791256750358416771675726525377880417093136471745581381841806879053191768861998702532160340868802234257517115441576409929705549518393339104730013652309888001465168247332424026174502724154765218127154232766682229326372830582008503747049533034008296899779734591252683209557300771729602755261698970986954E+000000000000000819");
     return val;
   }
 
- static const mp_float& A006882_683(void)
+ const mp_float& A006882_683(void)
   {
     static const mp_float val("+1.625309463590051708079859234488409374854256154228940553305249385463242127106047213055355167990446423724830647147747374524448980944947766609787044075820526315097381908093102475819130041833298014449461499094908356948977495894481292477607740879874980309628634018616650609826213070818739708307151880928885199473484155967209392044084012921626832899995174077037708356930501184016485979185832463033102104867733477264363640858692571745549E+000000000000000821");
     return val;
   }
 
- static const mp_float& A006882_684(void)
+ const mp_float& A006882_684(void)
   {
     static const mp_float val("+5.329454843569819506519101712675970164476514823044188241528043742029015560302095067987088869381558651360718340229761491519689166364921961724515707182619694335847020529170534667397766517979590527238316990160711253199767315426072823214170696203826439191859587058104394763532933817996339300217508117537803390335986332185940919897349521241064485923901611809381656298188059526167507944933846041683531533719372786304828459900209615507671E+000000000000000822");
     return val;
   }
 
- static const mp_float& A006882_685(void)
+ const mp_float& A006882_685(void)
   {
     static const mp_float val("+1.1133369825591854200347035756245604217751654656468242790140958290423208570676423409429182900734558002515089932962069515492475519472892201277041251919370605258417066070437751959361040786558091398978811268800122245100495846877196853471613025027143615120956143027524056677309559535108367001903990384362863616393366468375384335501975488513143805364966942427708302244973933110512928957422952371776749418343974319260890939882044116E+000000000000000824");
     return val;
   }
 
- static const mp_float& A006882_686(void)
+ const mp_float& A006882_686(void)
   {
     static const mp_float val("+3.65600602268889618147210377489571553283088916860831313368823800703190467436723721663914296439574923483345278139761638318250676812633646574301777512727711031439105608301098678183486783133399910168548545525024791969504037838228595672492109759582493728561567672185961480778359259914548875994921056863093312577048662387955547104958177157137023734379650570123581622055700883495091045022461838459490263213148973140511232349154379623E+000000000000000825");
     return val;
   }
 
- static const mp_float& A006882_687(void)
+ const mp_float& A006882_687(void)
   {
     static const mp_float val("+7.648625070181603835638413564540730097595386748993682796826838345520744288054702882277848652804641347727866783944941757143330681877876942277327340068607605812532524390390735596081035020365408791098443341665683982384040646804634238334998148193647663588096870259909026937311667400619448130308041394057287304462242763773889038489857160608529794285732289447835603642297092046922382193749568279410626850402310357332232075698964308005E+000000000000000826");
     return val;
   }
 
- static const mp_float& A006882_688(void)
+ const mp_float& A006882_688(void)
   {
     static const mp_float val("+2.51533214360996057285280739712825228658765174800251943597750774883795041596465920504773035950427547356541551360156007162956465647091948843119622928756665189630104658511155890590238906795779138195961399321217056875018778032701273822674571514592755685250358558463941498775511170821209626684505687121808199053009479722913416408211225884110272329253199592245024155974322207844622638975453744860129301090646493520671727856218213181192E+000000000000000828");
     return val;
   }
 
- static const mp_float& A006882_689(void)
+ const mp_float& A006882_689(void)
   {
     static const mp_float val("+5.269902673355125042754866945968563037243221470056647447013691620063792814469690285889437721782397888584500214138064870671754839813857213229078537307270640404834909304979216825699833129031766657066827462407656263862604005648392990212813724105423240212198743609077319559807738839026799761782240520505470952774485264240209547519511583659277028262869547429558730909542696420329521331493452544513921899927191836201907900156586408216113E+000000000000000829");
     return val;
   }
 
- static const mp_float& A006882_690(void)
+ const mp_float& A006882_690(void)
   {
     static const mp_float val("+1.735579179090872795268437104018494077745479706121738410824480346698185787015614851482933948057950076760136704385076449424399612964934447017525398208420989808447722143726975645072648456890876053552133655316397692437629568425638789376454543450690014228227474053401196341551027078666346424123089241140476573465765410088102573216657458600360879071847077186490666676222823234127896208930630839534892177525460805292634922207905670950228E+000000000000000831");
     return val;
   }
 
- static const mp_float& A006882_691(void)
+ const mp_float& A006882_691(void)
   {
     static const mp_float val("+3.6415027472883914045436130596642770587350660358091433858864609094640808347985559875496014657516369410118896479694028256341825943113753343412932692793240125197409223297406388265585846921609507600331777765236904783290593679030395562370542833568474589866293318338724278158271475377675186353915281996692804283671693175899847973359825043085604265296428572738250830584940032264476992400619757082591200328496895588155183590082012080E+000000000000000832");
     return val;
   }
 
- static const mp_float& A006882_692(void)
+ const mp_float& A006882_692(void)
   {
     static const mp_float val("+1.201020791930883974325758475980797901799871956636242980290540399915144564614805477226190292056101453118014599434472903001684532171734637336127575560227324947445823723459067146390272732168486229058076489478947203166839661350542042248506544067877489845933412044953627868353310738437111725493177754869209788838309663780966980665926961351449728317718177413051541339946193678016504176579996540958145386847618877262503366167870724297E+000000000000000834");
     return val;
   }
 
- static const mp_float& A006882_693(void)
+ const mp_float& A006882_693(void)
   {
     static const mp_float val("+2.5235614038708552433487238503473440017034007628157363664193174102586080185153992993718738157658844001212395260427961581644885378577831066985162356105715406761804591745102627068050991916675388767029921991309175014820381419568064124722786183662952890777341269608735924763682132436728904143263290423708113368584483370898594645538358754858323755850425000907607825595363442359282555733629491658235701827648348642591542227926834371975E+000000000000000835");
     return val;
   }
 
- static const mp_float& A006882_694(void)
+ const mp_float& A006882_694(void)
   {
     static const mp_float val("+8.33508429600033478182076382330673743849111137905552628321635037541110327842675001194976062686934408463902132007524194683169065327183838311272537438797763513527401664080592599594849276124929442966305083698389358997786724977276177320463541583106977953077787959197817740637197652475355537492265361879231593453786906663991084582153311177906111452496415124657769689922658412543453898546517599424952898472247500820177336120502282662504E+000000000000000836");
     return val;
   }
 
- static const mp_float& A006882_695(void)
+ const mp_float& A006882_695(void)
   {
     static const mp_float val("+1.753875175690244394127363075991404081183863530156936774661425600129732572868202513063452301957289658084261470599743329924319533811159259155468783749347220769945419126284632581229543938208939519308579578395987663530016508659980456668233639764575225909025218237807146771075908204352658837956798684447713879116621594277452327864915933462653501031604537563078743878877759243970137623487249670247381277021560230660112184840914988852327E+000000000000000838");
     return val;
   }
 
- static const mp_float& A006882_696(void)
+ const mp_float& A006882_696(void)
   {
     static const mp_float val("+5.801218670016233008147251621021489257189813519822646293118579861286127881785018008317033396301063482908758838772368394994856694677199514646456860574032434054150715582000924493180150961829508923045483382540789938624595605841842194150426249418424566553421404196016811474834895661228474540946166918679451890438356870381377948691787045798226535709375049267618077041861702551302439133883762491997672173366842605708434259398695887331035E+000000000000000839");
     return val;
   }
 
- static const mp_float& A006882_697(void)
+ const mp_float& A006882_697(void)
   {
     static const mp_float val("+1.22245099745610034270677206396600864458515288051938493193901364329042360328913715160522625446423089168473024500802110095725071506637800363136174227329501287665195713102038890911699212493163084495807996614200340148042150653600637829775884691590893245859057711175158129943990801843380321005588868306005657374428525121138427252184640562346949021902836268146588448357779819304718592357061302016242475008402748077009819283411774723E+000000000000000841");
     return val;
   }
 
- static const mp_float& A006882_698(void)
+ const mp_float& A006882_698(void)
   {
     static const mp_float val("+4.049250631671330639686781631472999501518489836836207112596768743177717261485942569805289310618142311070313669463113139706409972884685261223226888680674638969797199476236645296239745371356997228285747401013471377159967732877605851516997522094060347454288140128819734409434757171537475229580424509238257419525973095526201808186867357967162121925143784388797417775219468380809102515450866219414375177010056138784487113060289729357E+000000000000000842");
     return val;
   }
 
- static const mp_float& A006882_699(void)
+ const mp_float& A006882_699(void)
   {
     static const mp_float val("+8.5449324722181413955203367271224004256502186348305006742537053666000609869910686897205315187049739328762644126060674956911824983139822453832185784903321400077971803458325184747277749532720996062569789633326037763481463306866845843013343399422034378855481340111435532830849570488522844382906618945897954504725539059675760649277063753080517366310082551434465325402088093693998296057585850109353490030873520905829863679104830531382E+000000000000000843");
     return val;
   }
 
- static const mp_float& A006882_700(void)
+ const mp_float& A006882_700(void)
   {
     static const mp_float val("+2.834475442169931447780747142031099651062942885785344978817738120224402083040159798863702517432699617749219568624179197794486981019279682856258822076472247278858039633365651707367821759949898059800023180709429964011977413014324096061898265465842243218001698090173814086604330020076232660706297156466780193668181166868341265730807150577013485347600649072158192442653627866566371760815606353590062623907039297149140979142202810549943E+000000000000000845");
     return val;
   }
 
- static const mp_float& A006882_701(void)
+ const mp_float& A006882_701(void)
   {
     static const mp_float val("+5.989997663024917118259756045712802698380803263016180972651847461986642751880739151494092594612186726946261353236853314479518931318101554013636223521722830145465823422428595450784170242243741823986142253296155247220050577811365893595235372299484609957769241941811630851442554891245451391241753988107446610781260288083270821514322169090944267378336786855556019310686375367949280553636768092665679651164233815498673443905248620249880E+000000000000000846");
     return val;
   }
 
- static const mp_float& A006882_702(void)
+ const mp_float& A006882_702(void)
   {
     static const mp_float val("+1.9898017604032918763420844937058319550461859058213121751300521603975302622941921788023191672377551316599521371741737968517298606755343373650936930976835175897583438226226874985722108754848284379796162728580198347364081439360555154354525823570212547390371920593020174887962396740935153278158206038396796959550631791415755685430266197050634667140156556486550510947428467623295929760925556602202239619827415865986969673578263730E+000000000000000848");
     return val;
   }
 
- static const mp_float& A006882_703(void)
+ const mp_float& A006882_703(void)
   {
     static const mp_float val("+4.21096835710651673413660850013610029696170469390037522377424876577660985457215962350034709401236726904322173132550788007910180871662539247158626513577114959226247386596730260190127168029735050226225800406719713879569555620139022319745046672653768080031177708509357648856411608854555232804295305363953496737922598252253938752456848487093381996697076115945588157541252188366834422920664796914397279476845637229556743106538978003E+000000000000000849");
     return val;
   }
 
- static const mp_float& A006882_704(void)
+ const mp_float& A006882_704(void)
   {
     static const mp_float val("+1.4008204393239174809448274835689056963525148776982037712915567209198613046551112938768326937353796126886063045706183529836178219155761735050259599407691963831898740511263719989948364563413192203376498560920459636544313333309830828665586179793429633362821832097486203121125527305618347907823377051031345059523644781156692002542907402723646805666670215766531559706989641206800334551691591847950376692358500769654826650199097665962E+000000000000000851");
     return val;
   }
 
- static const mp_float& A006882_705(void)
+ const mp_float& A006882_705(void)
   {
     static const mp_float val("+2.96873269176009429756630899259595070935800180919976453276084537987250994747337253456774470127871892467547132058448305545576677514522090169246831692071866046254504407550694833434039653460963210409489189286737398285096536712198010735420257904220906496421980284499097142443770184242461439127028190281587215200235431767839026820482078183400834307671438661741639651066582792798618268159068681824650082031176174246837503890109979492514E+000000000000000852");
     return val;
   }
 
- static const mp_float& A006882_706(void)
+ const mp_float& A006882_706(void)
   {
     static const mp_float val("+9.889792301626857415470482033996474216248755036549318625318390449694220810865085734770438817771780065581560510268565572064341822723967784945483277181830526465320510800952186312903545381769713695583807984009844503400285213316740565037903842934161321154152213460825259403514622277766553622923304198028129612023693215496624553795292626322894644800669172331171281153134686692001036193494263844652965944805101543376307615040562952169641E+000000000000000853");
     return val;
   }
 
- static const mp_float& A006882_707(void)
+ const mp_float& A006882_707(void)
   {
     static const mp_float val("+2.098894013074386668379380457765337151516107279104233524661917683569864532863674381939395503804054279745558223653229520207227110027671177496575100062948092947019346161383412472378660349969009897595088568257233405875632514555239935899421223382841808929703400611408616797077455202594202374628089305290821611465664502598621919620808292756643898555237071338513392333040740345086231155884615580500276079960415551925141152503077555012077E+000000000000000855");
     return val;
   }
 
- static const mp_float& A006882_708(void)
+ const mp_float& A006882_708(void)
   {
     static const mp_float val("+7.0019729495518150501531012800695037451041185658769175867254204383835083340924807002174706829824202864317448412701444250215540104885691917414021602447360127374469216470741479095357101302929572964733360526789699084074019310282523200468359207973862153771397671302642836576883525726587199650296993722039157653127747965716101840870671794366094085188737740104692670564193581779367336249939388020142998889220118927104257914487185701E+000000000000000856");
     return val;
   }
 
- static const mp_float& A006882_709(void)
+ const mp_float& A006882_709(void)
   {
     static const mp_float val("+1.488115855269740147880980744555624040424920060884901568985299637651033953800345136795031412197074484339600780570139729826924021009618864845071745944630197899436716428420839442916470188128028017394917794894378484765823452819665114552689647378434842531159711033488709309127915738639289483611315317451192522529156132342422941011153079564460524075663083579005995164125884904666137889522192446574695740691934626314925077124681986503E+000000000000000858");
     return val;
   }
 
- static const mp_float& A006882_710(void)
+ const mp_float& A006882_710(void)
   {
     static const mp_float val("+4.9714007941817886856087019088493476590239241817726114865750485112522909172056612971544041849175184033665388373018025417653033474468841261363955337737625690435873143694226450157703541925079996804960685974020686349692553710300591472332535037661442129177692346624876413969587303265876911751710865542647801933720701055658432307018176973999926800484003795474331796100577443063350808737456965494301529211346284438244023119285901847966E+000000000000000859");
     return val;
   }
 
- static const mp_float& A006882_711(void)
+ const mp_float& A006882_711(void)
   {
     static const mp_float val("+1.058050373096785245143377309379048692742118163289165015548548042369885141152045392261267334072119958365456154985369347906942978937839012904846011366632070706499505380607216843913610303759027920367786552169903102668500474954781896446962339286067173039654554544810472318789948090172534822847645190707797883518230010095462711058929839570331432617796452424673262561693504167217624039450278829514608671631965519309911729835648892404033E+000000000000000861");
     return val;
   }
 
- static const mp_float& A006882_712(void)
+ const mp_float& A006882_712(void)
   {
     static const mp_float val("+3.539637365457433544153395759100735533225034017422099378441434540011631133050430843573935779661273103196975652158883409736895983382181497809113620046918949159034167831028923251228492185065695772513200841350272868098109824173402112830076494681494679597451695079691200674634615992530436116721813626636523497680913915162880380259694200548794788194461070237772423882361113946110577582106935943194268879847855452002974446093156211575204E+000000000000000862");
     return val;
   }
 
- static const mp_float& A006882_713(void)
+ const mp_float& A006882_713(void)
   {
     static const mp_float val("+7.543899160180078797872280215872617179251302504251746560861147542097281056414083646822836091934215303145702385045683450576503439826792162011552061044086664137341473363729456097104041465801869072222318116971409122026408386427594921666841479109658943772736973904498667632972329882930173286903710209746598909484979971980649129850169756136463114564888705787920362064874684712261659401280488054439159828735914152679670633728176602840756E+000000000000000863");
     return val;
   }
 
- static const mp_float& A006882_714(void)
+ const mp_float& A006882_714(void)
   {
     static const mp_float val("+2.52730107893660755052552457199792517072267428843937895620718426156830462899800762231179014667814899568264061564144275455214373213487758943570712471350012969955039583135465120137714342013690678157442540072409482782205041445980910856067461720258720123258051028689951728168911581866673138733937492941847777734417253542629659150542165919183947877084520414976951065200583535752295239362435226344070798021136879273012375451051353506E+000000000000000865");
     return val;
   }
 
- static const mp_float& A006882_715(void)
+ const mp_float& A006882_715(void)
   {
     static const mp_float val("+5.393887899528756340478680354348921283164681290539998791015720492599555955336069807478327805732963941749177205307663667162199959476156395838259723646521964858199153455066561109429389648048336386638957453634557522248881996295730368991791657563406144797506936341716547357575215866295073900136152799968818220281760679966164127842871375637571126913895424638363058876385399569267086471915548958923999277546178619165964503115646271031E+000000000000000866");
     return val;
   }
 
- static const mp_float& A006882_716(void)
+ const mp_float& A006882_716(void)
   {
     static const mp_float val("+1.80954757251861100617627559355051442223743479052259533264434393128290611436257345757524174502155468090877068079927301225933491220857235403596630129486609286487808341524993026018603468881802525560728858691845189672058809675322332172944302591705243608252764536542005437368940692616537967333499244946363008857842753536522835951788190798135706679992516617123496962683617811598643391383503622062354691383134005559476860822952769110632E+000000000000000868");
     return val;
   }
 
- static const mp_float& A006882_717(void)
+ const mp_float& A006882_717(void)
   {
     static const mp_float val("+3.867417623962118296123213814068176560029076485317179133158271593193881619975962051961961036710535146234160056205594849355297370944404135816032221854556248803328793027282724315460872377650657189220132494255977743452448391344038674567114618472962205819812473357010764455381429776133567986397621557577642663942022407535739679663338776332138497997263019465706313214368331491164501000363448603548507482000610069941996548733918376329327E+000000000000000869");
     return val;
   }
 
- static const mp_float& A006882_718(void)
+ const mp_float& A006882_718(void)
   {
     static const mp_float val("+1.299255157068362702434565876169269355166478179595223448838638942661126590112327742539023572925476260892497348813878022802202466965754950197823804329713854676982463892149449926813572906571342133526033205407448461845382253468814345001740092608443649107254849372371599040308994172986742605454524578714886403599310970392233962133839209930614373962346269310946708192068375887278259550133556006407706684130902159917043860708800882214339E+000000000000000871");
     return val;
   }
 
- static const mp_float& A006882_719(void)
+ const mp_float& A006882_719(void)
   {
     static const mp_float val("+2.7806732716287630549125907323150189466609059929430517967407972755064008847627167153606499853948747701423610804118226966864588097090265736517271675134259428895934021866162787828163672395308225190492752633700479975423103933763638070137554106820598259844451683436907396434192480090400353822198898998983250753743141110181968296779405801828075800600321109958428392011308303421472762192613195459513768795584386402882955185396873125E+000000000000000872");
     return val;
   }
 
- static const mp_float& A006882_720(void)
+ const mp_float& A006882_720(void)
   {
     static const mp_float val("+9.35463713089221145752887430841873935719864289308560883163820038716011144880875974628096972506342907842598091145992176417585776215343564142433139117393975367427374002347603947305772492731366336138743907893362892528675222497546328401252866678079427357223491548107551309022475804550454675927257696674718210591503898682408452736364231150042349252889313903881629898289230638840346876096160324613548812574249555140271579710336635194E+000000000000000873");
     return val;
   }
 
- static const mp_float& A006882_721(void)
+ const mp_float& A006882_721(void)
   {
     static const mp_float val("+2.0048654288443381625919779179991286605425132209119403454501148356401150379139187517750286394697047092726423389769241643109368018002081596028952877771801048233968429765503370024106007797017230362345274648898046062280057936243583048569176511017651345347849663758010232829052778145178655105805406178266923793448804740441199141977951583118042652232831520280026870640153286766881861540874113926309427301616342596478610688671145523707E+000000000000000875");
     return val;
   }
 
- static const mp_float& A006882_722(void)
+ const mp_float& A006882_722(void)
   {
     static const mp_float val("+6.75404800850417667233584725067832981589742016880780957644278067952960046603992453681486014149579579462355821807406351373496930427478053310836726442758450215282564029694970049954767739752046494692173101499008008405703510643228449105704569741573346551915360897733652045114227530885428276019480056999146548047065814848698902875654974890330576160586084638602536786564824521242730444541427754370982242678608178811276080550863050610302E+000000000000000876");
     return val;
   }
 
- static const mp_float& A006882_723(void)
+ const mp_float& A006882_723(void)
   {
     static const mp_float val("+1.449517705054456491554000034713370021572237058719332869760433026167803172411763257533345706336596504804120411080316170796807307701550499392893293062901215787315917472045893652742864363724345755197563357115328730302848188790411054411551461746576192268649530689704139833540515859896416764149730866688698590266348582733898697965005899459434483756433718916245942747283082633245558589405198436872171593906861569725403552790923821364050E+000000000000000878");
     return val;
   }
 
- static const mp_float& A006882_724(void)
+ const mp_float& A006882_724(void)
   {
     static const mp_float val("+4.889930758157023910771153409491110786709732202216854133344573211979430737412905364653958742442956155307456149885621983944117776294941105970457899445571179558645763574991583161672518435804816621571333254852817980857293417056973971525301084928991029035867212899591640806627007323610500718381035612673821007860756499504580056819742018205993371402643252783482366334729329533797368418479936941645911436993123214593638823188248486418588E+000000000000000879");
     return val;
   }
 
- static const mp_float& A006882_725(void)
+ const mp_float& A006882_725(void)
   {
     static const mp_float val("+1.05090033616448095637665002516719326563987186757151633057631394397165729999852836171167563709403246598298729803322922382768529808362411205984763747060338144580404016723327289823857666370015067251823343390861332946956493687304801444837480976626773939477090975003550137931687399842490215400855487834930647794310272248207655602462927710809000072341444621427830849178023490910302997731876886673232440558247463805091757577341977048E+000000000000000881");
     return val;
   }
 
- static const mp_float& A006882_726(void)
+ const mp_float& A006882_726(void)
   {
     static const mp_float val("+3.550089730421999359219857375290546431151265578809436100808160151897066715361769294738774047013586168753213164816961560343429505590127242934552434997484676359576824355443889375374248384394296867260787943023145854102395020783363103327368587658447487080039596565103531225611207316941223521544631854801194051706909218640325121251132705217551187638319001520808197959013493241536889471816434219634931703257007453794981785634668401139E+000000000000000882");
     return val;
   }
 
- static const mp_float& A006882_727(void)
+ const mp_float& A006882_727(void)
   {
     static const mp_float val("+7.6400454439157765528582456829654950412018684772449237232898023726739485709893011896438818816736160276963176567015764572272721170679472946750923244112865831109953720157858939701944523451000953892075570645156189052437370910670590650396848670007664653999845138827580950276336739685490386596421939655994580946463567924446965622990548445758143052592230239778033027352423077891790279351074496611439984285845906186301707758727617314545E+000000000000000883");
     return val;
   }
 
- static const mp_float& A006882_728(void)
+ const mp_float& A006882_728(void)
   {
     static const mp_float val("+2.584465323747215533512056169211517801878121341373269481388340590581064568783368046569827506225890730852339183986748015930016680069612632856354172678168844389771928130763151465272452823839048119365853622520850181786543575130288339222324331815349770594268826299395370732244958926733210723684491990295269269642629911170156688270824609398377264600696233107148368114161823079838855535482364111894230279971101426362746739942038596029843E+000000000000000885");
     return val;
   }
 
- static const mp_float& A006882_729(void)
+ const mp_float& A006882_729(void)
   {
     static const mp_float val("+5.569593128614601107033661102881845885036162119911549394278265929679308508251200567250389891740066084190615571735449237318681373342533577818142304495827919087915626199507916704271755759577969538732309100031886181922684339387886058413930268043558753276588710620530651275144948323072249182879159400922004950997194101692183793916010981695768628533973584479818607693991642378311511364693330802973974854438166560981394495611243302230379E+000000000000000886");
     return val;
   }
 
- static const mp_float& A006882_730(void)
+ const mp_float& A006882_730(void)
   {
     static const mp_float val("+1.8866596863354673394638010035244079953710285792024867214134886311241771352118586739959740795449002335222076043103260516289121764508172219851385460550632564045335075354571005696488905614025051271370731444402206327041768098451104876322967622252053325338162431985586206345388200165152438282896791529155465668391198351542143824377019648608154031585082501682183087233381308482823645409021258016827881043789040412448051201576881751E+000000000000000888");
     return val;
   }
 
- static const mp_float& A006882_731(void)
+ const mp_float& A006882_731(void)
   {
     static const mp_float val("+4.07137257701727340924160626620662934196143450965534260721741239459557451953162761466003501086198830754333998293861339247995608391339204538506202458645020885326632275184028711082265346025149573281331795212330879898548225209254470870058302593984144864518634746360790608213095722416581415268466552207398561917894888833698635335260402761960686745833469025474740222430789057854571480759082481697397561859429975607739937629181885393E+000000000000000889");
     return val;
   }
 
- static const mp_float& A006882_732(void)
+ const mp_float& A006882_732(void)
   {
     static const mp_float val("+1.3810348903975620924875023345798666526115929199762202800746736779828976629750805493650530262268669709382559663551586697923637131619982064931214157123063036881185275159545976169829878909466337530643375417302415031394574248066208769468412299488503034147534900213449103044824162520891584823080451399341800869262357193328849279443978382781168751120280391231358019854835117809426908439403560868318008924053577581911973479554277441745E+000000000000000891");
     return val;
   }
 
- static const mp_float& A006882_733(void)
+ const mp_float& A006882_733(void)
   {
     static const mp_float val("+2.98431609895366140897409739312945930765773149557736613109036328523855612281668304154580566296183742942926820749400361668780780950851636926725046402186800308944421457709893045223300498636434637215216205890638534965635849078383527147752735801390378185692159269082459515820199164531354177391785982768023145885816953515101099700745875224517183384695932795672984583041768379407400895396407459084192412842962172120473374282190321993098E+000000000000000892");
     return val;
   }
 
- static const mp_float& A006882_734(void)
+ const mp_float& A006882_734(void)
   {
     static const mp_float val("+1.013679609551810575885826713581622123016909203262545685574810479639446884623709123233948921250520356668679879304686463627594965460906683565951119132832826907078999196710674650865513111954829174749223755629997263304361749808059723678981462782456122706429061675667164163490093529033442326014105132711688183803857017990337537111188013296137786332228580716381678657344897647211935079452221367734541855025532594512338853399283964224088E+000000000000000894");
     return val;
   }
 
- static const mp_float& A006882_735(void)
+ const mp_float& A006882_735(void)
   {
     static const mp_float val("+2.193472332730941135595961583950152591128432649249364106351417014650338750270262035536167162276950510630512132508092658265538739988759531411429091056072982270741497714167713882391258664977794583531839113296193231997423490726118924535982608140219279664837370627756077441278463859305453203829626973344970122260754608335993082800482182900201297877515106048196436685356997588644396581163594824268814234395771965085479300974098866649277E+000000000000000895");
     return val;
   }
 
- static const mp_float& A006882_736(void)
+ const mp_float& A006882_736(void)
   {
     static const mp_float val("+7.4606819263013258385196846119607388254044517360123362458306051301463290708304991470018640604038298250814839116824923722990989457922731910454002368176496060361014340877905654303701765039875427261542868414367798579201024785873195662773035660788770631193178939329103282432870883736861355194638137767580250327963876524088842731383437778595741074052023540725691549180584466834798421847683492665262280529879198956108139610187299766E+000000000000000896");
     return val;
   }
 
- static const mp_float& A006882_737(void)
+ const mp_float& A006882_737(void)
   {
     static const mp_float val("+1.616589109222703616934223687371262459661654862496781346380994339797299658949183120190155198598112526334687441658464289141702051371715774650223240108325787933536483815341605131322357636088634608062965426499294411982101112665149647383019182199341609112985142152656229074222227864308119011222435079355242980106176146343626902023955368797448356535728633157520773837108107222830920280317569385486116090749683938267998244817910864720E+000000000000000898");
     return val;
   }
 
- static const mp_float& A006882_738(void)
+ const mp_float& A006882_738(void)
   {
     static const mp_float val("+5.5059832616103784688275272436270252531484853811771041494229865860479908542729083704873756765780264109101351268216793707567350219946976149915053747714254092546428583567894372876131902599428065319018636889803435351450356291974418399126500317662112725820566057224878222435458712197803680133642945672474224742037340874777565935760977080603656912650393373055560363295271336524081235323590417586963563031050848829607807032318227227966E+000000000000000899");
     return val;
   }
 
- static const mp_float& A006882_739(void)
+ const mp_float& A006882_739(void)
   {
     static const mp_float val("+1.194659351715577972914391304967362957689962943385121414975554817110204447963446325820524691764005156961334019385605109675717815963697957466514974440052757282883461539537446192047222293069500975358531450182978570454772722259545589416051175645313449134496020050812953285850226391723699949293379523643524562298464172147940280595703017541314335479903459903407851865622891237672050087154683775874239791064016430380050702920436129028461E+000000000000000901");
     return val;
   }
 
- static const mp_float& A006882_740(void)
+ const mp_float& A006882_740(void)
   {
     static const mp_float val("+4.074427613591680066932370160283998687329879182071057070573010073675513232161952194160658000667739544073499993848042734359983916276076235093713977330854802848435715184024183592833760792357676833607379129845454216007326365606106961535361023506996341710721888234640988460223944702637472329889577979763092630910763224733539879246312303964670611536129109606111466883850078902782011413945690901435303664297762813390977720391548814869555E+000000000000000902");
     return val;
   }
 
- static const mp_float& A006882_741(void)
+ const mp_float& A006882_741(void)
   {
     static const mp_float val("+8.852425796212432779295639569808159516482625410483749684968861194786614959409137274330087965971278213083485083647333862697069016291001864826875960600790931466166450007972476283069917191645002227406718045855871207069865871943232817572939211531772658086615508576523983848150177562672616624263942270198517006631619515616237479214159359981139225906084637884252182324265624071149891145816206779228116851784361749116175708640431716100903E+000000000000000903");
     return val;
   }
 
- static const mp_float& A006882_742(void)
+ const mp_float& A006882_742(void)
   {
     static const mp_float val("+3.02322528928502660966381865893072702599877035309672434636517347466723081826416852806720823649546274170253699543524770889510806587684856643953577117949426371353930066654594422588265050792939621053667531434532702827743616327973136545923787944219128554935564107010361343748616696935700446877806686098421473213578631275228659040076372954178559375980779932773470842781675854586425246914770264886499531890894000753610546853052922063E+000000000000000905");
     return val;
   }
 
- static const mp_float& A006882_743(void)
+ const mp_float& A006882_743(void)
   {
     static const mp_float val("+6.577352366585837555016660200367462520746590679989426015931863867726454914840988994827255358716659712321029417149969059983922279104214385566368838726387662079361672355923549878320948473392236654963191508070912306852910342853821983456693834168107084958355322872357319999175581929065754151828109106757498135927293300102864447056120404465986444848220885947999371466929358684864369121341441636966490820875780779593318551519840765062E+000000000000000906");
     return val;
   }
 
- static const mp_float& A006882_744(void)
+ const mp_float& A006882_744(void)
   {
     static const mp_float val("+2.24927961522805979758988108224446090734308514270396291369568906515241972878854138488200292795262427982668752460382429541796040101237533343101461375754373220287323969591018250405669197789947078063928643387292330903841250548012013590167298230499031644872059695615708839748970822520161132477088174457225576070902501668770122325816821477908848175729700269983462307029566835812300383704589077075555651726825136560686246858671374015110E+000000000000000908");
     return val;
   }
 
- static const mp_float& A006882_745(void)
+ const mp_float& A006882_745(void)
   {
     static const mp_float val("+4.900127513106448978487411849273759577956210056592122381869238581456208911556536801146305242243911485679166915776726949688022097932639717246944784851158808249124445905163044659349106612677216307947577673512829668605418205426097377675236906455239778293974715539906203399385808537153986843111941284534336111265833508576634013056809701327159901411924560031259531742862372220223954995399374019540035661552456680797022320882281369971913E+000000000000000909");
     return val;
   }
 
- static const mp_float& A006882_746(void)
+ const mp_float& A006882_746(void)
   {
     static const mp_float val("+1.677962592960132609002051287354367836877941516457156333616984042603705117676251873121974184252657712750708893354452924381798459155231998739536901863127624223343436813148996148026292215513005202356907679669200788542655729088169621382648044799522776070745565329293187944527322336000402048279077781450902797488932662449025112550593488225200007390943564014076628810440568595159760862436234514983645161882115518742719401565688450152727E+000000000000000911");
     return val;
   }
 
- static const mp_float& A006882_747(void)
+ const mp_float& A006882_747(void)
   {
     static const mp_float val("+3.6603952522905173869300966514074984047332889122743154192563212203477880569327329904562900159562018798023376860852150314169525071556818687834677542838156297620959610911567943605337826396698805820368405221140837624482473994532947411234019691220641143855991125083099339393411989772540281718046201395471490751155776309067456077534368468913884463547076463433508702119181920485072943815633323925964066391796851405553756736990641833E+000000000000000912");
     return val;
   }
 
- static const mp_float& A006882_748(void)
+ const mp_float& A006882_748(void)
   {
     static const mp_float val("+1.255116019534179191533534362941067141984700254309952937545504063867571428021836401095236689820987969137530252229130787437585247448113535057173602593619462919060890736235449118723666577203727891362966944392562189829906485357950876794220737510043036500917682866311304582506437107328300732112750180525275292521721631511870784187843929192449605528425785882529318350209545309179501125102303417207766581087822408019554112371134960714E+000000000000000914");
     return val;
   }
 
- static const mp_float& A006882_749(void)
+ const mp_float& A006882_749(void)
   {
     static const mp_float val("+2.7416360439655975228106423919042163051452333952934622490229845940404932546426170098517612219511952079719509268778260585312974278596057197188173479585779066918098748572764389760398031971127405559455935510634487380737373021905177611014280748724260216748137352687241405205665580339632671006816604845208146572615676455491524602073241983216499463196760271111698017887267258443319634917909359620547085727455841702759763796005990733433E+000000000000000915");
     return val;
   }
 
- static const mp_float& A006882_750(void)
+ const mp_float& A006882_750(void)
   {
     static const mp_float val("+9.41337014650634393650150772205800356488525190732464703159128047900678571016377300821427517365740976853147689171848090578188935586085151292880201945214597189295668052176586839042749932902795918522225208294421642372429864018463157595665553132532277375688262149733478436879827830496225549084562635393956469391291223633903088140882946894337204146319339411896988762657158981884625843826727562905824935815866806014665584278351220535679E+000000000000000916");
     return val;
   }
 
- static const mp_float& A006882_751(void)
+ const mp_float& A006882_751(void)
   {
     static const mp_float val("+2.058968669018163739630792436320066445164070279865390149016261430124410434236605374398672677685347601186935146085247369957004368322563895508831828316892007925549216017814605671005892201031668157515140756848650002293376713945078838587172484229191942277785115186811829530945485083506413592611927023875131807603437301807413497615700472939559109686076696360488521143333771109093304582334992907503086138131933711877258261080049904080890E+000000000000000918");
     return val;
   }
 
- static const mp_float& A006882_752(void)
+ const mp_float& A006882_752(void)
   {
     static const mp_float val("+7.078854350172770640249133806987618680793709434308134567756642920213102854043157302177134930590372145935670622572297641147980795607360337722459118628013770863503423752367933029601479495429025307287133566374050750640672577418842945119404959556642725865175731365995757845336305285331616129115911018162552649822510001726951222819439760645415775180321432377465355495181835543772386345576991273051803517335318381230285193773201178428310E+000000000000000919");
     return val;
   }
 
- static const mp_float& A006882_753(void)
+ const mp_float& A006882_753(void)
   {
     static const mp_float val("+1.55040340777067729594198670454901003320854492073863878220924485688368105698016384692220052629706674369376216500219126957762428934689061331815036672261968196793855966141439807026743682737684612260890098990703345172691266560064436545614088062458153253517219173566930763680195026788032943523678104897797425112538828826098236370462245612348800959361575235944785642093032964514725835049824965934982386201334608504357547059327757777E+000000000000000921");
     return val;
   }
 
- static const mp_float& A006882_754(void)
+ const mp_float& A006882_754(void)
   {
     static const mp_float val("+5.337456180030269062747846890468664485318456913468333464088508761840679551948540605841559737665140598035495649419512421425577519887949694642734175445522383231081581509285421504319515539553485081694498709046034265983067123373807580620031339505708615302342501449960801415383574185140038561353396907694564697966172541302121222005857579526643494485962360012608878043367104000004379304565051419881059852070830059447635036104993688534E+000000000000000922");
     return val;
   }
 
- static const mp_float& A006882_755(void)
+ const mp_float& A006882_755(void)
   {
     static const mp_float val("+1.17055457286686135843619996193450257507245141515767228056797986694717919802002370442626139735428539148879043457665440853110633845690241305520352687557785988579361254436787054305191480466951882256972024737981025605381906252848649591938636487155905706405500476043032726578547245224964872360376969197837055959966815763704168459698995437323344724317989303138313159780239888208618005462617849280911701582007629420789948029792457121854E+000000000000000924");
     return val;
   }
 
- static const mp_float& A006882_756(void)
+ const mp_float& A006882_756(void)
   {
     static const mp_float val("+4.035116872102883411437372249194310350900753426582060098850912623951553741273096698016219161674846292114834710961151390597736605035289969149907036636814921722697675621019778657265553747902434721761041024038801905083198745270598530948743692666315713168570931096170365870029982083965869152383168062217090911662426441224403643836428330122142481831387544169532311800785530624003310754251178873430081248165547524942412087295375228532419E+000000000000000925");
     return val;
   }
 
- static const mp_float& A006882_757(void)
+ const mp_float& A006882_757(void)
   {
     static const mp_float val("+8.861098116602140483362033711844184493298457212743579163899607592790146529011579442506798777971940413570143589745273872580474982118751266827890698448124399335457646960864780010902995071348257486852782272665163638327410303340642774109754782077702061974896386036457577401996026463529840837680536568276265136169487953312405552399213954605377195630871790247570306195364159537392383013520171190565015809757977547153799065855289004124402E+000000000000000926");
     return val;
   }
 
- static const mp_float& A006882_758(void)
+ const mp_float& A006882_758(void)
   {
     static const mp_float val("+3.0586185890539856258695281648892872459827710973492015549289917689552777358850072970962941245495334894230447109085527540730843466167497966156295337707057106658048381207329922222072897409100455190948690962214118440530646489151136864591477190410673105817767657708971373294827264196461288175064413911605549110401192424480979620280126742325840012281917584805054923449954322129945095517223935860600015861094850239063483621698944232E+000000000000000928");
     return val;
   }
 
- static const mp_float& A006882_759(void)
+ const mp_float& A006882_759(void)
   {
     static const mp_float val("+6.72557347050102462687178358728973603041352902447237658539980216292772121551978879686266027248070277389973898461666286928858051142813221152236904012212641909561235404329636802827537325915332743252126174495285920149050442023554786554930387959697586503894635700167130124811498408581914919579952725532168523835264135656411581427100339154548129148383168879790586240228139708888081870726180993363884699960630495828973349098416435413E+000000000000000929");
     return val;
   }
 
- static const mp_float& A006882_760(void)
+ const mp_float& A006882_760(void)
   {
     static const mp_float val("+2.3245501276810290756608414053158583069469060339853931817460337444060110792726055457931835346576454519615139802905000930955441034287298454278784456657363401060116769717570740888775402030916345945121005131282730014803291331754864017089522664712111560421503419858818243704068720789310579013048954572820217323904906242605544511412896324167638409334257364451841741821965284818758272593090191254056012054432086181688247552491197616529E+000000000000000931");
     return val;
   }
 
- static const mp_float& A006882_761(void)
+ const mp_float& A006882_761(void)
   {
     static const mp_float val("+5.11816141105127974104942730992748911914469558762347858148924944598799584501055927441248446735781481093770136729328044352860976919680861296852283953293820493176100142694853606951755905021568217614868018790912585233427386379925192568302025237329863329463817767827186024981550288930837253800344024129980246638636007234529213466023358096611126281919591517520636128813614318463830303622623735949916256670039807325848718663894907349325E+000000000000000932");
     return val;
   }
 
- static const mp_float& A006882_762(void)
+ const mp_float& A006882_762(void)
   {
     static const mp_float val("+1.771307197292944155653561150850684029893542397896869604490477713237380442405725425894405853409125834394673652981361070938804606812692142216043375597291091160780897852478890455724685634755825561018220591003744027128010799479720638102221627051062900904118560593241950170250036524145466120794330338448900560081553855686542491769662699901574046791270411171230340726833754703189380371593472573559068118547724967044644463499829258379553E+000000000000000934");
     return val;
   }
 
- static const mp_float& A006882_763(void)
+ const mp_float& A006882_763(void)
   {
     static const mp_float val("+3.905157156632126442420713037474674197907402733356714157676297327288840829743056726376725648594012700745466143244772978412329253897164971694982926563631850362933644088761733021041897555314565500401442983374663025331050958078829219296144452560826857203808929568521429370609228704542288246496624904111749281852792735199457898745758222277142893531046483278682453662847877249879025216640619105297861038392403729896225723405518143075350E+000000000000000935");
     return val;
   }
 
- static const mp_float& A006882_764(void)
+ const mp_float& A006882_764(void)
   {
     static const mp_float val("+1.35327869873180933491932071924992259883866639199320837783072497291335865799797422538332607200457213747753067087775985819724671960489679665305713895633039364683660595929387230817365982495345072861792053152686043672580025080250656751009732306701205629074658029323684993007102790444713611628686837857496002790230714574451846371202230272480257174853059413481998031530098859323668660389741304619912804257046187482210837011386955340E+000000000000000937");
     return val;
   }
 
- static const mp_float& A006882_765(void)
+ const mp_float& A006882_765(void)
   {
     static const mp_float val("+2.987445224823576728451845473668125761399163091017886330622367455375963234753438395678195121174419716070281599582251328485431879231331203346661938821178365527644237727902725761097051629815642607807103882281617214378253982930304352761550506209032545760913831119918893468516059958974850508569918051645488200617386442427585292540505040042014313551250559708192077052078626096157454290730073615552863694370188853370612678405221379452E+000000000000000938");
     return val;
   }
 
- static const mp_float& A006882_766(void)
+ const mp_float& A006882_766(void)
   {
     static const mp_float val("+1.03661148322856595054819967094544071071041845626679761741833532925163273202644825664362777115550225730778849389236405137909098721735094623624176844054908153347684016481910618806102342591434325812132712714957509453196299211472003071273454946933123511871188050461942704643440737480650626507574117798841938137316727364030114320340908388719876995937443510727210492152055726241930193858541839338853208060897379611373501150722407790591E+000000000000000940");
     return val;
   }
 
- static const mp_float& A006882_767(void)
+ const mp_float& A006882_767(void)
   {
     static const mp_float val("+2.291370487439683350722565478303452458993158090810718815587355838273363801055887249485175657940779922225905986879586768948326251370431032966889707075843806359703130337301390658761438600068597880188048677710000403428120804907543438568109238262327962598620908468977791290351817988533710340073127145612089449873535401341957919378567365712224978493809179296183323098944306215752767440989966463129046453581934850535259924336804798040177E+000000000000000941");
     return val;
   }
 
- static const mp_float& A006882_768(void)
+ const mp_float& A006882_768(void)
   {
     static const mp_float val("+7.961176191195386500210173472860984658256013744129005701772815328652539381963122611023061282474257336123815633093355914591418781829255267094336781623416946177102132465810735524308659911022156222371792336508736726005475779441049835873801339924463885711707242275477199716616248638513968115781692246951060848945924661557512779802181764253686553287995661623849765797277879775380238888336013261223926379076918754153484888375480918317429E+000000000000000942");
     return val;
   }
 
- static const mp_float& A006882_769(void)
+ const mp_float& A006882_769(void)
   {
     static const mp_float val("+1.7620639048411164967056528528153549409657385718334427691866766396322167630119772948541000809564597601917217039104022253212628873038614643515381847413238870906117072293847694165875462834527517698646094331589903102362248989739009042588760042237302032383394786126439215022805480331824232515162347749756967869527487236319656400021183042327010084617392588787649754630881714799138781621212842101462367228045079000616148818150028896E+000000000000000944");
     return val;
   }
 
- static const mp_float& A006882_770(void)
+ const mp_float& A006882_770(void)
   {
     static const mp_float val("+6.13010566722044760516183357410295818685713058297933439036506780306245532411160441048775718750517814881533803748188405423539246200852655566263932185003104855636864199867426635371766813148706029122628009911172727902421635016960837362282703174183719199801457655211744378179451145165575544915190303015231685368836198939928484044767995847533864603175665945036431966390396742704278394401873021114242331188922744069818336404912030710E+000000000000000945");
     return val;
   }
 
- static const mp_float& A006882_771(void)
+ const mp_float& A006882_771(void)
   {
     static const mp_float val("+1.3585512706325008189600583495206386594845844388835843750429276891564391242822344943325111624174304751078174337149201157226936861112771890150359404355607169468616262738556572201889981845420716145656138729655815291921293971088775971835933992564959866967597380103484634782583025335836483269190170115062622227405692659202455084416332125634124775240009685955277960820409802110136000629955101260227485132822755909475050738793672279532E+000000000000000947");
     return val;
   }
 
- static const mp_float& A006882_772(void)
+ const mp_float& A006882_772(void)
   {
     static const mp_float val("+4.73244157509418555118493551920748372025370481006004614936183234396421551021415860489654854875399753088544096493601448986972298067058250097155755646822396948551659162297653362507003979750801054482668823651425345940669502233093766443682246850469831222246725309823466659954536284067824320674526913927758861104741545581624789682560892794296143473651614109568125478053386285367702920478245972300195079677848358421899755704592087708461E+000000000000000948");
     return val;
   }
 
- static const mp_float& A006882_773(void)
+ const mp_float& A006882_773(void)
   {
     static const mp_float val("+1.050160132198923133056125104179453683781583771257010721908183103717927443070167264119031128548673757258342876261633249453642219364017267108622781956688434199924037109690423031206095596651021358059219523802394522065516023965162382622917697625271397716595277481999362268693667858460160156708400149894340698178460042556349778025382473311517845126052748724342986371417677703113512848695529327415584600767199031802421422108750867207841E+000000000000000950");
     return val;
   }
 
- static const mp_float& A006882_774(void)
+ const mp_float& A006882_774(void)
   {
     static const mp_float val("+3.662909779122899616617140091866592399476367522986475719606058234228302804905758760189928576735594088905331306860475215159165587039030855751985548706405352381789841916183837025804210803271200161695856695062032177580781947284145752274100590622636493660189653898033631948048110838684960242020838313800853584950699562801775872143021310227852150486063493208057291200133209848746020604501623825603509916706546294185504109153542758863490E+000000000000000951");
     return val;
   }
 
- static const mp_float& A006882_775(void)
+ const mp_float& A006882_775(void)
   {
     static const mp_float val("+8.1387410245416542811849695573907660493072742272418330947884190538139376837937962969224912462522216187521572910276576832657272000711338200918265601643353650494112876001007784918472408740454155249589513094685575460077491857300084653276121565958533323036134004854950575823759259030662412144901011616811404108830653298117107796967141681642632997269088026136581443784870021991297245773903522874707806559457924964687660213428192208E+000000000000000952");
     return val;
   }
 
- static const mp_float& A006882_776(void)
+ const mp_float& A006882_776(void)
   {
     static const mp_float val("+2.842417988599370102494900711288475701993661197837505158414301189761162976606868797907384575546821012990537094123728766963512495542287944063540785796170553448268917326958657532024067583338451325475984795368136969802686791092497103764702058323165919080307171424874098391685334010819529147808170531509462381921742860734178076782984536736813268777185270729452457971303370842626911989093260088668323695364279924287951188703149180878E+000000000000000954");
     return val;
   }
 
- static const mp_float& A006882_777(void)
+ const mp_float& A006882_777(void)
   {
     static const mp_float val("+6.3238017760688653764807213460926252203117520745669043146506016048134295803077797227087756983379761977704262151284900198974700344552709782113492372476885786433925704652783048881653061591332878628931051674570692132480211173122165775595546456749780391999076121772296597415060944266824694236588086026262460992561417612636992758243469086636325838878081396308123781820844007087237959966323037273647965696698807697562311985833705346088E+000000000000000955");
     return val;
   }
 
- static const mp_float& A006882_778(void)
+ const mp_float& A006882_778(void)
   {
     static const mp_float val("+2.211401195130309939741032753382434096151068411917579013246326325634184795800143924771945199775426748106637859228260980697612721531900020481434731349420690582753217680373835559914724579837315131220316170796410562506490323469962746728938201375423085044478979368552048548731189860417593676994756673514361733135115945651190543737161969581240723108650140627514012301674022515563737527514556348983955834993409781096026024811050062723137E+000000000000000957");
     return val;
   }
 
- static const mp_float& A006882_779(void)
+ const mp_float& A006882_779(void)
   {
     static const mp_float val("+4.926241583557646128278481928606155046622854866087618461112818650149661643059760403990136269005283458063162021585093725500129156840656092026641055815949402763202812392451799507880773497964831245193728925449056917120208450386216713918893068980807892536728029886061904938633247558385643681030211901445845711320534432024421735867166241848969782848602540772402842603843748152095837081376564603617176527772837119640104103696445646460270E+000000000000000958");
     return val;
   }
 
- static const mp_float& A006882_780(void)
+ const mp_float& A006882_780(void)
   {
     static const mp_float val("+1.7248929322016417529980055476382985949978333612957116303321345339946641407241122613221172558248328635231775301980435649441379227948820159755190904525481386545475097906915917367334851722731058023518466132212002387550624523065709424485717970728300063346936039074705978680103280911257230680559102053412021518453904376079286241149863362733677640247471096894609295953057375621397152714613539522074855512948596292549002993526190489E+000000000000000960");
     return val;
   }
 
- static const mp_float& A006882_781(void)
+ const mp_float& A006882_781(void)
   {
     static const mp_float val("+3.84739467675852162618549438624140709141244965041443001812911136576688574322967287551629642609312638074732953885795819961560087149255240787280666459225648355806139647850485541565488410191053320249630229077571345227088279975163525357065548687401096407118459134101434775707256634309918771488459549502920550054133739141107337571225683488404540040475858434324662007360196730678684876055509695542501486819058579043892130498692404988E+000000000000000961");
     return val;
   }
 
- static const mp_float& A006882_782(void)
+ const mp_float& A006882_782(void)
   {
     static const mp_float val("+1.3488662729816838508444403382531495012883056885332464949197292055838273580462557883538956940550192992751248286148700677863158556255977364928559287338926444278561526563208247381255854047175687374391440515389785867064588377037384769947831453109530649537303982556420075327840765672603154392197217805768200827430953222094001840579193149657735914673522397771584469435290867735932573422827787906262537011125802300773320340937480962586E+000000000000000963");
     return val;
   }
 
- static const mp_float& A006882_783(void)
+ const mp_float& A006882_783(void)
   {
     static const mp_float val("+3.01251003190192243330324210442702175257594807627449870419509419939547153694883386152926010163091795612515902892578127029901548237866853536440761837573682662596207344266930179045777425179594749755460469367738363312810123220553040354582324622235058486773753502001423429378781944664666398075463827260786790692386717747487045318269710171420754851692597154076210351763034040121410257951464091609778664179322867391367538180476153106032E+000000000000000964");
     return val;
   }
 
- static const mp_float& A006882_784(void)
+ const mp_float& A006882_784(void)
   {
     static const mp_float val("+1.057511158017640139062041225190469209010031659810065252017067697177720648708264538069454224139135130631697865634058133144471630810468625410399048127371833231439223682555526594690458957298573890152288936406559211977863728759730965963909985923787202923724632232423333905702716028732087304348261875972226944870586732612169744301408742933166495710404155985292222403726804030497113756349698571850982901672262900380628314729498507466746E+000000000000000966");
     return val;
   }
 
- static const mp_float& A006882_785(void)
+ const mp_float& A006882_785(void)
   {
     static const mp_float val("+2.364820375043009110143045051975212075772119239875481482793148946525445156504834581300469179780270595558249837706738297184727153667254800261059980424953408901380227652495401905509352787659818785580364684536746152005559467281341366783471248284545209121173964990711173920623438265617631224892391043997176306935235734317773305748417224845652925585786887659498251261339817214953070524918993119136762513807684509022235174716737801882354E+000000000000000967");
     return val;
   }
 
- static const mp_float& A006882_786(void)
+ const mp_float& A006882_786(void)
   {
     static const mp_float val("+8.3120377020186514930276440299970879828188488461071128808541520998168842988469592692259102017336021267651452238836969265155470181702833957257365182811426091991122981448864390342670074043667907765969910401555554061460089080514853924763324893609674149804756093468474044988233479858342062121773383451417037866828117183316541902090727194546886562837766660443968680932926796797073141249086307747487256071439863969917385537738582686E+000000000000000968");
     return val;
   }
 
- static const mp_float& A006882_787(void)
+ const mp_float& A006882_787(void)
   {
     static const mp_float val("+1.861113635158848169682576455904491903632657841782003926958208220915525338169304815483469244487072958704342622275203039884380269936129527805454204594438332805386239162513881299635860643888277384251747006730419221628375300750415655658591872399937079578363910447689693875530645915041075773990311751625777753558030522908087591624004355953528852436014280588025123742674436148168066503111247584760632098366647708600499082502072650081E+000000000000000970");
     return val;
   }
 
- static const mp_float& A006882_788(void)
+ const mp_float& A006882_788(void)
   {
     static const mp_float val("+6.5498857091906973765057834956377053304612528907324049501130718546557048274914039041500172389660784758909344364203531780942510503181833158318803764055403760489004909381705139590024018346410311319584289396425776600430550195445704892713500016164423230046147801653157547450727982128373544951957426159716625839060556340453435018847493029302946611516160128429847320575146315876093635304280010505019957784294612808294899803738003157266E+000000000000000971");
     return val;
   }
 
- static const mp_float& A006882_789(void)
+ const mp_float& A006882_789(void)
   {
     static const mp_float val("+1.468418658140331205879552823708644111966167037166001098370026286302349491815581499416457233900300564417726328975135198468776032979606197438503367425011844583449742699223452345412694048027850856174628388310300765864788112292077952314628987323550355787329125343227168467793679626967408785678355972032738647557286082574481109791339436847334264572015267383951822632970130120904604470954774344376138725611285042085793776094135320914234E+000000000000000973");
     return val;
   }
 
- static const mp_float& A006882_790(void)
+ const mp_float& A006882_790(void)
   {
     static const mp_float val("+5.174409710260650927439568961553787211064389783678599910589326765178006813718209084278513618783201995953838204772079010694458329751364819507185497360376897078631387841154706027611897449366414594247158862317636351434013465440210686524366501276989435173645676330599446248607510588141510051204636666617613441285783950895821366488951949314932782309776650145957938325436558954211397189038120829896576664959274411855297084495302249424042E+000000000000000974");
     return val;
   }
 
- static const mp_float& A006882_791(void)
+ const mp_float& A006882_791(void)
   {
     static const mp_float val("+1.1615191585890019838507262835535374925652381263983068688106907924651584480261249660384176720151377464544215262193319419888018420868685021738561636331843690655087464750857508052214409919900300272341310551534479057990473968230336602808715289729283314277773381464926902580248005849312203494715795738778962702178132913164145578449494945462414032764640765007058917026793729256355421365252265064015257319585264682898628768904610388E+000000000000000976");
     return val;
   }
 
- static const mp_float& A006882_792(void)
+ const mp_float& A006882_792(void)
   {
     static const mp_float val("+4.09813249052643553453213861755059947116299670867345112918674679802098139646482159474858278607629598079543985817948657647001099716308093704969091390941850248627605917019452717386862277989820035864374981895556799033573866462864686372729826901137563265752737565383476142889714838580807596055407223996114984549834088910949052225924994385742676358934310691559868715374575469173542657371819169727808871864774533418939529092027938154E+000000000000000977");
     return val;
   }
 
- static const mp_float& A006882_793(void)
+ const mp_float& A006882_793(void)
   {
     static const mp_float val("+9.210846927610785731936259428579552316042338342338573469668777984248706492847170980684652139080042329383562702919302299971198607748867222238679377611152046689484359547430003885406027066480938115966659267366841892986445856806656926027311224755321668222274291501687033746136668638504577371309626020851717422827259400139167443710449491751694327982360126650597721202247427300289849142645046195764099054431114893538612613741356038026E+000000000000000978");
     return val;
   }
 
- static const mp_float& A006882_794(void)
+ const mp_float& A006882_794(void)
   {
     static const mp_float val("+3.25391719747798981441851806233517598010341938668672019657427695762865922879306834623037473214457900875157924739451234171718873174748626401745458564407829097410319098113445457605168648723917108476313735625072098432657649971514560979947482559503225233007673626914480057454433581833161231267993335852915297732568266595293547467384445542279685028993842689098535760007412922523792869953224420763880244260630979534637986099070182894581E+000000000000000980");
     return val;
   }
 
- static const mp_float& A006882_795(void)
+ const mp_float& A006882_795(void)
   {
     static const mp_float val("+7.322623307450574656889326245720744091253658982159165908386678497477721661813500929644298450568633651859932348820845328477102893160349441679750105200865877118140065840206853088897791517852345802193494117556639304924224456161292256191712423680480726236708061743841191828178651567611139010191152686577115351147671223110638117749807345942596990745976300687225188355786704703730430068402811725632458748272736340363197027924378050230872E+000000000000000981");
     return val;
   }
 
- static const mp_float& A006882_796(void)
+ const mp_float& A006882_796(void)
   {
     static const mp_float val("+2.590118089192479892277140377618800080162321831802629276473124458272412746119282403599378286787084890966257080926031824006882230470999066157893850172686319615386140020983025842537142443842380183471457335575573903523954893773255905400381961173645672854741082070239261257337291311391963400893226953389205769951243402098536637840380186516546292830790987805224344649659006863289391244827666389280486744314622597095718369348598655840865E+000000000000000983");
     return val;
   }
 
- static const mp_float& A006882_797(void)
+ const mp_float& A006882_797(void)
   {
     static const mp_float val("+5.8361307760381080015407930178394330407291662087808552289841827624897441644653602409265058651032010205323660820102137267962510058487985050187608338450901040631576324746448619118515398397283196043482148116926415260246068915605499281847948016733431388106563252098414298870583852993860777911223486912019609348646939648191785798465964547162498016245431116477184751195620036488731527645170409453290696223733708632694680312557293060E+000000000000000984");
     return val;
   }
 
- static const mp_float& A006882_798(void)
+ const mp_float& A006882_798(void)
   {
     static const mp_float val("+2.066914235175598954037158021339802463969532821778498162625553317701385371403187358072303872856093742991073150578973395557492019915857254793999292437803683053078139736744454622344639670186219386410222953789307975012116005231058212509504805016569246938083383492050930483355158466490786793912795108804586204421092234874632236996623388840203941678971208268569027030427887476904934213372477778645828421963068832482383258740181727361E+000000000000000986");
     return val;
   }
 
- static const mp_float& A006882_799(void)
+ const mp_float& A006882_799(void)
   {
     static const mp_float val("+4.6630684900544482932310936212537069995426038008159033279583620272293055874078228325002781862174576154053604995261607677102045536731900055099899062422269931464629483472412446675693803319429273638742236345424205792936609063568793926196510465370011679097144038426633024797596498542094761551067566042703667869568904778905236852974305673182835914980099462065270616205300409154496490588491157153179266282763233197523049569733277155211E+000000000000000987");
     return val;
   }
 
- static const mp_float& A006882_800(void)
+ const mp_float& A006882_800(void)
   {
     static const mp_float val("+1.653531388140479163229726417071841971175626257422798530100442654161108297122549886457843098284874994392858520463178716445993615932685803835199433950242946442462511789395563697875711736148975509128178363031446380009692804184846570007603844013255397550466706793640744386684126773192629435130236087043668963536873787899705789597298711072163153343176966614855221624342309981523947370697982222916662737570455065985906606992145381888808E+000000000000000989");
     return val;
   }
 
- static const mp_float& A006882_801(void)
+ const mp_float& A006882_801(void)
   {
     static const mp_float val("+3.735117860533613082878105990624219306633625644453538565694647983810673775513666088832722827160183549939693760120454774935873847492225194413501914900023821510316821626140236978723073645886284818463253131268478884014222385991860393488340488276137935495681237477973305286287479533221790400240512040020563796352469272790309471923241884421945156789905966911428176358044562773275168896138141687969659229249334979121596270535635500132458E+000000000000000990");
     return val;
   }
 
- static const mp_float& A006882_802(void)
+ const mp_float& A006882_802(void)
   {
     static const mp_float val("+1.3261321732886642889102405864916172608828522584530844211405550086372088542922850089391901648244697455030725334114693305896868799780140146758299460280948430468549344550952420856963208123914783583207990471512199967677736289562469491460982828986308288354742988484998769981206696721004888069744493418090225087565727778955640432570335662798748489812279272251138877427225326051822057912997817427791635155315049629206970988077005962E+000000000000000992");
     return val;
   }
 
- static const mp_float& A006882_803(void)
+ const mp_float& A006882_803(void)
   {
     static const mp_float val("+2.99929964200849130555111911047124810322680139249619146825280233099997104173747386933267643020962739060157408937672518427350669953625683111404203766471912867278440776579061029391462813764668670922599226440858854386342057595146389597113741208573876220303203369481256414488884606517709769139313116813651272847103282605061850595436323319082196090229449142987682561550978390693996062359892777543963636108721598823464180524011530660E+000000000000000993");
     return val;
   }
 
- static const mp_float& A006882_804(void)
+ const mp_float& A006882_804(void)
   {
     static const mp_float val("+1.0662102673240860882838334315392602777498132157962798745970062269443159188509971471871088925188736753844703168628213417941082515023232677993672766065882538096713673018965746368998419331627486000899224339095808774012899976808225471134630194504991863837213362741939011064890184163687930008074572708144540970402845134280334907786549872890193785809072534889915657451489162145664934562050245211944474664873299901882404674413912794049E+000000000000000995");
     return val;
   }
 
- static const mp_float& A006882_805(void)
+ const mp_float& A006882_805(void)
   {
     static const mp_float val("+2.41443621181683550096865088392935472309757512095943413194350587645497668859866646481280452631875004943426714194826377334017289312668674904680384032009889858159144825146144128660127565080558280092692377284891377781005356364092843625676561672901970357344078712432411413663552108246756364157147059034989274641918142497074789729326240271861167852634706560105084462048537604508666830199713685922890727067520887052888665321829282181812E+000000000000000996");
     return val;
   }
 
- static const mp_float& A006882_806(void)
+ const mp_float& A006882_806(void)
   {
     static const mp_float val("+8.593654754632133871567697458206437838663494519318015789251870189171186305939037006328097673702121823598830753914340014860512507108725538462900249449101325705951220453286391573412725981291753716724774817311221871854397381307429729734511936771023442252793970370002842918301488435932471586508105602764500022144693178229949935675959197549496191362112463121272019905900264689405937257012497640827246579887879720917218167577613712003966E+000000000000000997");
     return val;
   }
 
- static const mp_float& A006882_807(void)
+ const mp_float& A006882_807(void)
   {
     static const mp_float val("+1.948450022936186249281701263330989261539743122614263344478409242299166187699123837103933252739231289893453583552248865085519524753236206480770699138319811155344298738929383118287229450200105320348027484689073418692713225858229248059209852700318900783766715209329560108264865513551323858748176766412363446360279409951393553115662758993919624570762081940048031608731698468384941319711689445397728167434893558516811529147162307207225E+000000000000000999");
     return val;
   }
 
- static const mp_float& A006882_808(void)
+ const mp_float& A006882_808(void)
   {
     static const mp_float val("+6.9436730417427641682266995462308017736401035716089567577155111128503185351987419011131029203513144334678552491627867320072941057438502350780234015548738711704085861262554043913174825928837370031136180523874672724583530840964032216254856449109869413402575280589622970779876026562334370418985493270337160178929120880097995480261750316199929226205868702019877920839674138690399973036660980937884152365494068145011122794027118792E+000000000000001000");
     return val;
   }
 
- static const mp_float& A006882_809(void)
+ const mp_float& A006882_809(void)
   {
     static const mp_float val("+1.576296068555374675668896322034770312585652186194939045683033077020025445848591184217082001466038113523803949093769331854185295525368091042943495602900727224673537679793870942694368625211885204161554235113460395722404999719307461679900770834557990734067272604347614127586276200463021001727275004027602028105466042650677384470571172026080976277746524289498857571463944060923417527646756761326762087454828888840100527080054306530E+000000000000001002");
     return val;
   }
 
- static const mp_float& A006882_810(void)
+ const mp_float& A006882_810(void)
   {
     static const mp_float val("+5.6243751638116389762636266324469494366484838930032549737495640014087580135109809399016133654845646911089627518218572529259082256525186904131989552594478356480309547622668775569671609002358269725220306224338484906912659981180866095166433723778994224856085977277594606331699581515490840039378249548973099744932587912879376339012017756121942673226753648636101115880136052339223978159695394559686163416050195197459009463161966222323E+000000000000001003");
     return val;
   }
 
- static const mp_float& A006882_811(void)
+ const mp_float& A006882_811(void)
   {
     static const mp_float val("+1.278376111598408861967474917170198723506963923004095566048939825463240636583207450400053503188956910067805002715046928133744274671073521835827174933952489779210239058312829334525132955046838900575020484677016380930870454772358351422399525146826530485328558082125915057472469998575510032400820028266385244793532960589699358805633220513151671761252431198783573490457258633408891614921519733436004052925866228849321527461924042596353E+000000000000001005");
     return val;
   }
 
- static const mp_float& A006882_812(void)
+ const mp_float& A006882_812(void)
   {
     static const mp_float val("+4.566992633015050848726064825546922942558568921118643038684645969143911506970916523200110052773466529180477754479348089375837479229845176615517551670671642546201135266960704576257334650991491501687888865416284974441307990471886326927514418370854331058314181354940682034134006019057856211197513863376615699288526138525805358727775841797101745066012396269251410609467047449944987026567266038246516469383275850033671568408751657252673E+000000000000001006");
     return val;
   }
 
- static const mp_float& A006882_813(void)
+ const mp_float& A006882_813(void)
   {
     static const mp_float val("+1.0393197787295064047795571076593715622111616694023296951977880781016146375421476571752434980926219678851254672073331525727340953075827732525274932213033741904979243544083302489689330924530800261674916540424143176967976797299273397064108139443699692845721177207683689417251181088418896563418666829805712040171422969594255787089798082771923091418982265646110452477417512689614288829311955432834712950287292440544984018265442466E+000000000000001008");
     return val;
   }
 
- static const mp_float& A006882_814(void)
+ const mp_float& A006882_814(void)
   {
     static const mp_float val("+3.71753200327425139086301676799519527524267510179057543348930181888314396667432604988488958295760175475290889214618934475193170809309397376503128705992671703260772410730601352507347040590707408237394153644885596919522470424411547011899673655387542548146774362292171517578508089951309495591477628478856517922086027676000556200440953522284082048373409056317064823610617662425521943962575455513266440607798654192740865668472384900E+000000000000001009");
     return val;
   }
 
- static const mp_float& A006882_815(void)
+ const mp_float& A006882_815(void)
   {
     static const mp_float val("+8.470456196645477198953390427423878232020967605628987015861972836528159295968503405978234509454869038263772557739765193467782876756799602008099069753622499652558083488427891529096804703492602213265056980445676689228901089798907818607248133646615249669262759424262206875059712587061400699186213466291655312739709720219318466478185437459117319506470546501580018769095272842035645395889243677760291054484143339044161974886335610041E+000000000000001010");
     return val;
   }
 
- static const mp_float& A006882_816(void)
+ const mp_float& A006882_816(void)
   {
     static const mp_float val("+3.03350611467178913494422168268407934459802288306110955372727028420864547680625005670606989969340303187837365599129050531757627380396468259226553024090020109860790287156170703645995185122017245121713629374226647086330335866319822361710133702796234719287767879630411958344062601400268548402645744838746918624422198583616453859559818074183810951472701789954724896066264012539225906273461571698825415535963701821276546385473466078699E+000000000000001012");
     return val;
   }
 
- static const mp_float& A006882_817(void)
+ const mp_float& A006882_817(void)
   {
     static const mp_float val("+6.920362712659354871544919979205308515561130533798882391959231807443506144806267282684217594224628004261502179673388163063178610310305274840616939988709582216139954210045587379272089442753456008237551553024117855100012190365707687802121725189284658979787674449622223016923785183629164371235136401960282390508342841419183187112677502404098850036786436491790875334350837911943122288441512084730157791513545107999080333482136193403746E+000000000000001013");
     return val;
   }
 
- static const mp_float& A006882_818(void)
+ const mp_float& A006882_818(void)
   {
     static const mp_float val("+2.481408001801523512384373336435576903881182718343987614948907092482672000027512546385565177949203680076509650600875633349777391971643110360473203737056364498661264548937476355824240614298101065095617488281173973166182147386496146918788893688873200003773941255376769819254432079454196725933642192780949794347773584413982592571199311846823573583046700641829649649822039622570867913316915656496391899084183080898042149433172952523766E+000000000000001015");
     return val;
   }
 
- static const mp_float& A006882_819(void)
+ const mp_float& A006882_819(void)
   {
     static const mp_float val("+5.6677770616680116397952894629691476742445659071812846790146108502962315325963329045183742096699703354901702851525049055487432818441400200944652738507531478350186224980273360636238412536150804707465547219267525233269099839095145963099376929300241357044461053742406006508605800653922856200415767132054712778263327871223110302452828744689569581801280914867767268988333362498814171542335983973939992312495934434512467931218695423E+000000000000001016");
     return val;
   }
 
- static const mp_float& A006882_820(void)
+ const mp_float& A006882_820(void)
   {
     static const mp_float val("+2.034754561477249280155186135877173061182569829042069844258103815835791040022560288036163445918347017662737913492718019346817461416747350495588027064386218888902236930128730611775877303724442873378406340390562657996269360856926840473406892824876024003094631829408951251788634305152441315265586598080378831365174339219465725908383435714395330338098294526300312712854072490508111688919870838327041357249030126336394562535201821069E+000000000000001018");
     return val;
   }
 
- static const mp_float& A006882_821(void)
+ const mp_float& A006882_821(void)
   {
     static const mp_float val("+4.6532449676294375562719326490976702405547886097958347214709955080932060882615893146095852261390456454374298041102065274555182343940389564975559898314683343725502890708804429082351736692179810664829214267018638216513930967897114835704588458955498154133502525122515331343565362336870664940541344815416919190954192182274173558313772399390136626658851631106436927839421690611526434836257842842604733688559162170734736171530548943084E+000000000000001019");
     return val;
   }
 
- static const mp_float& A006882_822(void)
+ const mp_float& A006882_822(void)
   {
     static const mp_float val("+1.672568249534298908287563003691036256292072399472581411980161336617020234898544556765726352544881248518770564891014211903083953284566322107373358246925471926677638756565816562879771143661492041917050011801042504872933414624393862869140465902048091730543787363774157928970257398835306761148312183622071399382173306838400826696691184157232961537916798100618857049966047587197667808292133829104827995658702763848516330403935896919118E+000000000000001021");
     return val;
   }
 
- static const mp_float& A006882_823(void)
+ const mp_float& A006882_823(void)
   {
     static const mp_float val("+3.829620608359027108811800570207382607976591025861971975770629303160708610639288005923688641112434566195004728782699972095891506906294061197488579631298439188608887905334604513477547929766398417715444334175633925219096518657932550978487630172037498085187257817583011769575429320324455724606552678308812449415530016601164483849223468469808244374023489240059759161184405137328625587024020465946369582568419046651468786916964178015884E+000000000000001022");
     return val;
   }
 
- static const mp_float& A006882_824(void)
+ const mp_float& A006882_824(void)
   {
     static const mp_float val("+1.3781962376162623004289519150414138751846676571654070834716529413724246735564007147749585144969821487794669454701957106081411775064826494164756471954665888675823743354102328478129314223770694425396492097240590240152971336505005430041717439032876275859680807877499061334714920966402927711862092393045868330909108048348422811980735357455599603072434416349099382091720232118508782740327182751823782684227710774111774562528431790E+000000000000001024");
     return val;
   }
 
- static const mp_float& A006882_825(void)
+ const mp_float& A006882_825(void)
   {
     static const mp_float val("+3.15943700189619736476973547042109065158068759633612688001076917510758460377741260488704312891775851711087890124572747697911049319769260048792807819582121233060233252190104872361897704205727869461524157569489798830575462789279435455725229489193093592027948769950598470989972918926767597280040595960477027076781226369596069917560936148759180160856937862304930130797713423829611610929481688440575490561894571348746174920649544686E+000000000000001025");
     return val;
   }
 
- static const mp_float& A006882_826(void)
+ const mp_float& A006882_826(void)
   {
     static const mp_float val("+1.1383900922710326601543142818242078609025354848186262509475853295736227803575869904041157329745072548918396969583816569623246126203546684180088845834554024046230412010488523322934813548834593595377502472320727538366354323953134485214458604641155803860096347306814224662474524718248818289998088316655887241330923247935797242696087405258325272137830827904356089607760911729888254543510252953006444497172089099416325788648484659046E+000000000000001027");
     return val;
   }
 
- static const mp_float& A006882_827(void)
+ const mp_float& A006882_827(void)
   {
     static const mp_float val("+2.61285440056815522066457123403824196885722864216997692976890610781397246732392022424158466761498629365069685133021662346172437787449178060351652066794414259740812899561216729443289401378136948044680478309968063632885907726734093121884764787562688400607113632749144935508707603952436802950593572859314501392498074207655949821822894195023841993028687612126177218169709001507088802238681356340355930694686810505413086659377173455578E+000000000000001028");
     return val;
   }
 
- static const mp_float& A006882_828(void)
+ const mp_float& A006882_828(void)
   {
     static const mp_float val("+9.425869964004150426077722253504441088272993814298225357846006528869596621360820280546078269028920070504432690815400119648047792496536654501113564351010731910278781144684497311390025618435043496972572047081562401767341380233195353757571724642877005596159775570042178020528906466710021544118417126191074635822004449290840116952360371553893325330123925504806842195226034912347474762026489445089336043658489774316717753000945297690737E+000000000000001029");
     return val;
   }
 
- static const mp_float& A006882_829(void)
+ const mp_float& A006882_829(void)
   {
     static const mp_float val("+2.166056298071000677930929553017702592182642544358910874778423163377783175411529865896273689452823637436427689752749580849769509257953686120315195633725694213251338937362486687084869137424755299290401165189635247516624175054625631980424700088894686841032972015490411515367186036765701096460420719003717216543809035181467824022911792876747650122207820304526009138626887622493766170558668444061550665458953659089874488406236767946748E+000000000000001031");
     return val;
   }
 
- static const mp_float& A006882_830(void)
+ const mp_float& A006882_830(void)
   {
     static const mp_float val("+7.8234720701234448536445094704086861032665848658675270470121854189617651957294808328532449632940036585186791333767820993078796677721254232359242584113389074855313883500881327684537212633010861024872347990776967934668933455935521436187845314535879146448126137231350077570389923673693178816182862147385919477322636929113972970704591083897314600240028581689896790220376089772484040524819862394241489162365465126828757349907845970E+000000000000001032");
     return val;
   }
 
- static const mp_float& A006882_831(void)
+ const mp_float& A006882_831(void)
   {
     static const mp_float val("+1.799992783697001563360602458557710854103775954362254936940869648766937818766981318559803435935296442709671410184534901686158462193359513165981927571626051891211862656948226436967526253199971653710323368272586890686314689470393900175732925773871484764898399744872531969270131596552297611158609617492089006947905308235799761763039699880577297251554698673061113594198943614292319687734253477015148602996390490703685699865582754163E+000000000000001034");
     return val;
   }
 
- static const mp_float& A006882_832(void)
+ const mp_float& A006882_832(void)
   {
     static const mp_float val("+6.5091287623427061182322318793800268379177986084017825031141382685761886428469280529338998094606110438875410389694827066241558835864083521322889829982339710279621151072733264633534960910665036372693793528326437321644552635338353834908287301693851449844840946176483264538564416496512724775064141306625085005132433925022825511626219781802565747399703779965994129463352906690706721716650125512008918983088066985521526115123327847733E+000000000000001035");
     return val;
   }
 
- static const mp_float& A006882_833(void)
+ const mp_float& A006882_833(void)
   {
     static const mp_float val("+1.499393988819602302279381847978573141468445369983758362471744417422859203032895438360316262134101936777156284683717573104569999007068474467262945667164501225379481593237872621993949368915576387540699365771064879941700136328838118846385527169634946809160366987478819130402019619928063910095121811370910142787605121760421201548612070000520888610545063994659907623967720030705502299882633146353618786295993278756170187988030434218401E+000000000000001037");
     return val;
   }
 
- static const mp_float& A006882_834(void)
+ const mp_float& A006882_834(void)
   {
     static const mp_float val("+5.428613387793816902605681387402942382823444039407086607597191315992541328134337996146872441090149610602209226500548577324546006911064565678329011820527131837320403999465954270436815739949464033482662380262424872625155689787218709831351160961267210917059734911118704262516272335809161246240349384972532089428044989346903647669626729802333983333135295249163910397243632418004940591168620467701543843189544786592495278001285542500945E+000000000000001038");
     return val;
   }
 
- static const mp_float& A006882_835(void)
+ const mp_float& A006882_835(void)
   {
     static const mp_float val("+1.2519939806643679224032838430621085731261518839364382326639065885480874345324676910308640788819751172089254977109041735423159491709021761801645596320823585231918671303536236393649477230445062835964839704188391747513196138345798292367319151866451805856489064345448139738856863826399333649294267124947099692276502766699517032930910784504349419898051284355410228660130462256390944204019986772052716865571543877614021069700054125E+000000000000001040");
     return val;
   }
 
- static const mp_float& A006882_836(void)
+ const mp_float& A006882_836(void)
   {
     static const mp_float val("+4.53832079219563093057834963986885983204039921694432440395125194016976455032030656477878536075136507446344691335445861064332046177764997690708305388196068221599985774355353777008517795859775193199150574989938719351463015666211484141900957056361938832666193838569523676346360367273645880185693208583703682676184561109401144945180794611475121006650110682830102909209567670145213033421696671099849065290645944159132605240907471353E+000000000000001041");
     return val;
   }
 
- static const mp_float& A006882_837(void)
+ const mp_float& A006882_837(void)
   {
     static const mp_float val("+1.0479189618160759510515485766429848757065891268547988007396898146147491827036754573928332340242131731038706415840267932549184494560451214627977364120529340839115927881059829861484612441882517593702570832405683892668545167795433170711446130112220161501881346857140092961423195022696242264459301583580722442435432815727495756563172326630140464454668925005478361388529196908599220298764728928208124016483382225562935635338945303230E+000000000000001043");
     return val;
   }
 
- static const mp_float& A006882_838(void)
+ const mp_float& A006882_838(void)
   {
     static const mp_float val("+3.80311282385993871982465699821010453924985454379934385051114912586226269316841690128462213230964393240036851339103631571910254696967068064813559915308305169700788078909786465133137912930491611900888181841568646816526007128285223710913002013231304741774270436721260840778249987775315247595610908793143686082642662209678159464061505884416151403572792752211626237917617707581688522007381810381673516713561301205353123191880460993880E+000000000000001044");
     return val;
   }
 
- static const mp_float& A006882_839(void)
+ const mp_float& A006882_839(void)
   {
     static const mp_float val("+8.792040089636877229322492558034643107178282774311761938205997544617745642883837087525870833463148522341474682889984795408765790936218569072873008497124116964018263492209197253785589838739432261116456928388368785948909395780368430226903303164152715500078450013140537994634060624042147259881354028624226129203328132395368939756501582042687849677467228079596345204975996206314745830663607570766616049829557687247302998049375109410554E+000000000000001045");
     return val;
   }
 
- static const mp_float& A006882_840(void)
+ const mp_float& A006882_840(void)
   {
     static const mp_float val("+3.194614772042348524652711878496487812969877816791448834429365265724300662261470197079082591140100903216309551248470505204046139454523371744433903288589763425486619862842206307118358468616129539967460727469176633258818459877595879171669216911142959830903871668458591062537299897312648079803131633862406963094198362561296539498116649429095671790011459118577660398507988743686183584862007207206057540393914930124966234811795872348594E+000000000000001047");
     return val;
   }
 
- static const mp_float& A006882_841(void)
+ const mp_float& A006882_841(void)
   {
     static const mp_float val("+7.3941057153846137498602162413071348531369358131961917900312439350235240856653069906092573709425079072891802083104772129387720301773598165902862001460813823667393595969479348904336810543798625315989402767746181489830328018512898498208256779610524337355659764610511924534872449848194458455602187380729741746599989593445052783352178304979004815787499388149405263173848128095107012435880939670147240979066580149749818213595244670E+000000000000001048");
     return val;
   }
 
- static const mp_float& A006882_842(void)
+ const mp_float& A006882_842(void)
   {
     static const mp_float val("+2.689865638059657457757583401694042738520637121738399918589525553739861157624157905940587541739964960508132642151212165381806849420708679008813346568992580804259733924513137710593657830574781072652601932529046725203925143216935730262545480639182372177621059944842133674656406513537249683194236835712146662925315021276611686257414218819298555647189648577842390055543726522183766578453810068467500449011676371165221569711532124517E+000000000000001050");
     return val;
   }
 
- static const mp_float& A006882_843(void)
+ const mp_float& A006882_843(void)
   {
     static const mp_float val("+6.2332311180692293911321622914219146811944368905243896789963386372248308042158537930836039637045341658447789156057322905073848214395143253856112667231466053351612801402271091126355931288422241141379066533210030995926966519606373433989560465211672016390821181566661552382897475222027928478072643961955172292383791227274179496365886311097301059708861984209948636855553971984175211483447632141934124145353127066239096754060791256930E+000000000000001051");
     return val;
   }
 
- static const mp_float& A006882_844(void)
+ const mp_float& A006882_844(void)
   {
     static const mp_float val("+2.270246598522350894347400391029772071311417730747209531289559567356442817034789272613855885228530426668863949975623067582244980911078125083438464504229738198795215432289088227741047209005115225318796031054515436072112820875093756341588385659469922117912174593446760821410007097425438732615935889341051783508965877957460263201257600683487980966228063399698977206878905184723098992215015697786570378965854857263447004836533113092783E+000000000000001053");
     return val;
   }
 
- static const mp_float& A006882_845(void)
+ const mp_float& A006882_845(void)
   {
     static const mp_float val("+5.267080294768498835506677136251517905609299172493109278751906148454982029562396455155645349330331370138838183686843785478740174116389604950841520381058881508211281718491907200177076193871679376446531122056247619155828670906738555172117859310386285385024389842382901176354836656261359956397138414785212058706430358704668167442917393287721939545398837665740659814294310632662805370351324915993433490282339237097203675718136861210614E+000000000000001054");
     return val;
   }
 
- static const mp_float& A006882_846(void)
+ const mp_float& A006882_846(void)
   {
     static const mp_float val("+1.9206286223499088566179007308111871723294594002121392634709673939835506232114317246313220789033367409618589016793771151745792538507720938205889409705783585161807522557165686406689259388183274806197014422721200589170074464603293178649837742679115541117536997060559596549128660044219211677930817623825298088485851327520113826682639301782308318974289416361453347170195537862757417474139032803274385406051132092448761660917070136E+000000000000001056");
     return val;
   }
 
- static const mp_float& A006882_847(void)
+ const mp_float& A006882_847(void)
   {
     static const mp_float val("+4.46121700966891851367415553440503566605107639910166355910286450774136977903934979751683161088279067050759594158275668630049292747658199539336276776275687263745495561556264539854998353620931243185021186038164173342498688425800755623078382683589718372111565819649831729637254664785337188306837623732307461372434651382285393782415103211470048279495281550288233886270728110586539614868757220384643816626914133382133151333326192144E+000000000000001057");
     return val;
   }
 
- static const mp_float& A006882_848(void)
+ const mp_float& A006882_848(void)
   {
     static const mp_float val("+1.6286930717527227104119798197278867221353815713798940954233803500980509284832941024873611229100295563356563486241117936680432072654547355598594219430504480217212779128476502072872491961179417035655068230467578099616223145983592615495062405791889978867671373507354537873661103717497891502885333345003852779036001925737056525026878127911397454490197425074512438400325816107618290018069899817176678824331360014396549888457675475976E+000000000000001059");
     return val;
   }
 
- static const mp_float& A006882_849(void)
+ const mp_float& A006882_849(void)
   {
     static const mp_float val("+3.78757324120891181810935804870987528047736386283731236167833196707242294240440797809179003763948927926094895440376042666911849542761811408896498983058058486919925731761268594336893602224170625464082986946401383167781386473504841523993546898367670897922719380882707138462029210402751272872505142548729034705197019023560299321270422626538070989291494036194710569443848165887972133023574880106562600316250099241431045481993937130713E+000000000000001060");
     return val;
   }
 
- static const mp_float& A006882_850(void)
+ const mp_float& A006882_850(void)
   {
     static const mp_float val("+1.384389110989814303850182846768703713815074335672909981109873297583343289210799987114256954473525122885307896330495024617836726175636525225880508651592880818463086225920502676194161816700250448030680799589744138467378967408605372317080304492310648203752066748125135719261193815987320777745253334325327486218060163687649804627284640872468783631666781131333557264027694369147554651535941484460017700068165601223706740518902415458018E+000000000000001062");
     return val;
   }
 
- static const mp_float& A006882_851(void)
+ const mp_float& A006882_851(void)
   {
     static const mp_float val("+3.223224828268783957211063699452103863686236647274552819788260503978631923986151189356113322031205376651067560197600123095419839608903015089709206345824077723688567977288395737806964554927692022699346218913875770757819598889526201369185084105108879341322341931311837748311868580527413332145018763089684085341226631890498147224011296551838984118870614248016986945967147891706642852030622229706847728691288344544578197051768404982373E+000000000000001063");
     return val;
   }
 
- static const mp_float& A006882_852(void)
+ const mp_float& A006882_852(void)
   {
     static const mp_float val("+1.17949952256332178688035578544693556417044333399331930390561204954100848240760158902134692521144340469828232767358176097439689070164231949245019337115713445733054946448426828011742586782861338172214004125046200597420688023213177721415241942744867226959676086940261563281053713122119730263895584084517901825778725946187763354244651402334340365418009752389619078895159560251371656310862214475993508045807709224259814292210485797E+000000000000001065");
     return val;
   }
 
- static const mp_float& A006882_853(void)
+ const mp_float& A006882_853(void)
   {
     static const mp_float val("+2.749410778513272715501037335632644595724359860125193555279386209893773031160186964520764663692618186283360628848552905000393123186394271871521953012987938298306348484627001564349340765353321295362542324733536032456420117852765849767914876741657874078147957667408997599310023899189883572319701004915500524796066317002594919582081635958718653453396633953558489864909977151625766352782120761939941112573668957896525202085158449449E+000000000000001066");
     return val;
   }
 
- static const mp_float& A006882_854(void)
+ const mp_float& A006882_854(void)
   {
     static const mp_float val("+1.00729259226907680599582384077168297180155860723029468553539269030802124397609175702423027413057266761233310783323882387213494465920254084655246513896819282656028924266956511122028169112563582799070759522789455310197267571824053774088616619104116611823563378246983375042019871006290249645366828808178288159215031958044349904524932297593526672066980328540734693376466264454671394489476331162498455871119783677517881405547754870657E+000000000000001068");
     return val;
   }
 
- static const mp_float& A006882_855(void)
+ const mp_float& A006882_855(void)
   {
     static const mp_float val("+2.350746215628848171753386921965911129344327680407040489763875209459175941641959854665253787457188549272273337665512733775336120324367102450151269826104687245051927954356086337518686354377089707534973687647173307750239200764114801551567219614117482336816503805634692947410070433807350454333344359202752948700636701037218656242679798744704448702654122030292508834498030464640030231628713251458649651250486959001529047782810474279719E+000000000000001069");
     return val;
   }
 
- static const mp_float& A006882_856(void)
+ const mp_float& A006882_856(void)
   {
     static const mp_float val("+8.622424589823297459324252077005606238621341677891322508182961429036661848435345440127411146557702034761571403052524332345475126282773749646489101589567730595356075917251477352045611276035442687600457015150777374552886104148139003061985582595312381972097025177941776903596900958138445369643400545980061466428806735608596351827334204674005883128933516123086889753025512237319871368299173947509867822567853482795530648314887816928301E+000000000000001070");
     return val;
   }
 
- static const mp_float& A006882_857(void)
+ const mp_float& A006882_857(void)
   {
     static const mp_float val("+2.0145895067939228831926525921247858378480888221088336997276410545065137819871595954481224958508105867263382503793444128454630551179826067997796382409717169690095022568831659912535142057011658793574724503136275247419549950548463849296931072092986823626517437614289318559304303617728993393636761158367592770364456527888963883999765875242117125381745825799606800711648121081965059085058072565000627511216673238643103939498685764E+000000000000001072");
     return val;
   }
 
- static const mp_float& A006882_858(void)
+ const mp_float& A006882_858(void)
   {
     static const mp_float val("+7.39804029806838922010020828207081015273711115963075471202098090611345586595752638762931876374650834582542826381906587715241765835061987719668764916384911285081551313700176756805513447483840982596119211899936698736637627735910326462718362986677802373205924760267404458328614102208278612715403766845089273819591617915217566986785274761029704772462495683360855140809588949962044963400069124696346659176321828823856529625417374692E+000000000000001073");
     return val;
   }
 
- static const mp_float& A006882_859(void)
+ const mp_float& A006882_859(void)
   {
     static const mp_float val("+1.7305323863359797566624885766351910347115082981914881480660436658210953387269700924899372239358462939979245570758568506342527643463470592410107092489947048763791624386626395864867687026973014903680688348194060437533393407521130446546063790927875681495178478910674524642442396807629205325133977835037762189743068157456619976355798886832978610702919664361862241811305736009407985754064884333335539032135122311994426284029371071771E+000000000000001075");
     return val;
   }
 
- static const mp_float& A006882_860(void)
+ const mp_float& A006882_860(void)
   {
     static const mp_float val("+6.36231465633881472928617912258089673135391559728244905233804357925757204472347269336121413682199717740986830688439665435107918618153309438915137828091023705170134129782152010852741564836103245032662522233945560913508359852882880757937792168542910040957095293829967834162608127899119606935247239486776775484848791407087107608635336294485546104317746287690335421096246496967358668524059447238858126891636772788516615477858942235505E+000000000000001076");
     return val;
   }
 
- static const mp_float& A006882_861(void)
+ const mp_float& A006882_861(void)
   {
     static const mp_float val("+1.489988384635278570486402664482899480886608644742871295484863596271963086643921249633835949808763659132213043642312748396091630102204818006510220663384440898562458859688532683965107853022376583206907266779508603671625172387569331447616092398890096176734867034209076571714290365136874578494035491596751324536878168357014979964234284156319458381521383101556339019953423870410027573424986541100189910666834031062720103054928849279553E+000000000000001078");
     return val;
   }
 
- static const mp_float& A006882_862(void)
+ const mp_float& A006882_862(void)
   {
     static const mp_float val("+5.484315233764058296644686403664732982427075244857471083115393565320027102551633461677366585940561566927306480534349916050630258488481527363448488078144624338566556198722150333550632288887209972181550941656610735074442061931850432133423768492839884553050161432814322730481682062490411011781831204376015804679396581929090867586436598858465407419218972999890691329849644803858631722677392435198957053805908981437013225419144082070057E+000000000000001079");
     return val;
   }
 
- static const mp_float& A006882_863(void)
+ const mp_float& A006882_863(void)
   {
     static const mp_float val("+1.28585997594024540632976549944874225200514326041309792800343728358270414377370403843400042468496303783109985666331590186582707677820275793961832043250077249545940199591120370626188807715831099130756097123071592496861252377047233303929268774024215300052219025052243308138943258511312276124035262924799639307532585929210392770913418722690369258325295361664312057421980480016385379586576338496946389290547776880712744893640359692E+000000000000001081");
     return val;
   }
 
- static const mp_float& A006882_864(void)
+ const mp_float& A006882_864(void)
   {
     static const mp_float val("+4.738448361972146368301009052766329296816993011556855015811700040436503416604611310889244730252645193825192799181678327467744543334048039642019493699516955428521504555695937888187746297598549415964860013591311675104317941509118773363278135977813660253835339477951574839136173301991715114179502160580877655242998646786734509594681221413714112010205192671905557308990093110533857808393267064011898894488305359961579426762140486908E+000000000000001082");
     return val;
   }
 
- static const mp_float& A006882_865(void)
+ const mp_float& A006882_865(void)
   {
     static const mp_float val("+1.11226887918831227647524715702316204798444892025732970772297325029903908436425399324541036735249302772390137601376825511394042141314538561776984717411316820857238272646319120591653318674193900748104024011456927509784983306145856807898817489530946234545169456670190461540185918612285118847290502429951688001015686828766989746840107195127169408451380487839629929670013115214173353342388532799858626736323827001816524332998911134293E+000000000000001084");
     return val;
   }
 
- static const mp_float& A006882_866(void)
+ const mp_float& A006882_866(void)
   {
     static const mp_float val("+4.103496281467878754948673839695641171043515948008236443692932235018011958779593395230085936398790737852616964091333431587066774527285602329988881543781683401099622945232682211170588293720343794225568771770075910640339337346896857732598865756786629779821403987906063810691926079524825288879448871063040049440436828117312085308993937744276421000837696853870212629585420633722320862068569277434304442626872441726727783576013661662786E+000000000000001085");
     return val;
   }
 
- static const mp_float& A006882_867(void)
+ const mp_float& A006882_867(void)
   {
     static const mp_float val("+9.643371182562667437040392851390814956025172138631048565958178080092668861438082121437707884946114550366224930039370771837863453651970493306064574999561168368322558238435867755296342729052611194860618881793315615098358052642845785244827476342333038535066191893305513015534119143685119804060086560676811349688060048054098011051037293817525587712734688295695914902390137089068829734785085793747742938039275801057492659671005595343289E+000000000000001086");
     return val;
   }
 
- static const mp_float& A006882_868(void)
+ const mp_float& A006882_868(void)
   {
     static const mp_float val("+3.5618347723141187592954488928558165364657718428711492331254651799956343802206870670597145927941503604560715248312774186175739602896839028224303491800025011921544727164619681592960706389492584133877936938964258904358145448171064725118958154768907946488849786615024633876805918370275483507473616200827187629142991668058268900482067379620319334287271208691593445624801451100709745082755181328129762562001252794187997161439798583E+000000000000001088");
     return val;
   }
 
- static const mp_float& A006882_869(void)
+ const mp_float& A006882_869(void)
   {
     static const mp_float val("+8.38008955764695800278810138785861819678587458847038120381765675160052924058969336352936815201817354426824946420421320072710334122356235868297011567461865531207230310920076907935252183154671912833387780827839126952047314774663298737775507694148741048697252075528249081049914953586236910972821522122814906287892418175901117160335140832742973572236644412895975005017702913040081303952823955476678861315613067111896112125410386235E+000000000000001089");
     return val;
   }
 
- static const mp_float& A006882_870(void)
+ const mp_float& A006882_870(void)
   {
     static const mp_float val("+3.0987962519132833205870405367845603867252215032978998328191547065962019107919977483419516957309108135967822266032113541972893454520249954555144037866021760371743912633219122985875814558858548196473805136898905246791586539908826310853493594648949913445299314355071431472821148982139670651502046094719653237354402751210693943419398620269677820829925951561686297693577262457617478221997007755472893428941089930943557530452624767412E+000000000000001091");
     return val;
   }
 
- static const mp_float& A006882_871(void)
+ const mp_float& A006882_871(void)
   {
     static const mp_float val("+7.29905800471050042042843630882485644940049676655770202852517903064406096855362291963407966040782915705764528332186969783330701020572281441286697075259284877681497600811386986811604651527719236077880757101047879575233211168731733200602467201603553453415306557785104949594475924573612349457327545768971783376754296231209873046651907665319129981418117283632394229370419237257910815742909665220187288205898981454461513661232446410973E+000000000000001092");
     return val;
   }
 
- static const mp_float& A006882_872(void)
+ const mp_float& A006882_872(void)
   {
     static const mp_float val("+2.702150331668383055551899348076136657224393150875768654218302904151888066210622036554181878677354229456394101598000300860036309234165796037208560101917097504416069181616707524368371029532465402732515807937584537520226346280049654306424641453388432452430100211762228824430004191242579280810978419459553762297303919905572511866171559687515905976369542976179045158879937286304244100958139076277236307003663041978278216655468879718387E+000000000000001094");
     return val;
   }
 
- static const mp_float& A006882_873(void)
+ const mp_float& A006882_873(void)
   {
     static const mp_float val("+6.372077638112266867034024897604099680326633677204873870902481293752265225547312808840551543536034854111324332339992246208477019909596016982432865467013556982159474055083408394865308607836988930959899009492147988691785933503028030841259538669999021648315626249463966209959774821527635810762469474563123668879065006098462191697271153918236004737780163886110801622403759941261561421435601377372235026037498108097449014262559257167803E+000000000000001095");
     return val;
   }
 
- static const mp_float& A006882_874(void)
+ const mp_float& A006882_874(void)
   {
     static const mp_float val("+2.36167938987816679055236003021854343841411961386542180378679673822875016986808365994835496196400759654488844479665226295167173427066090573652028152907554321885964446473300237629795627981137476198821881613744888579267782664876339786381513663026148996342390758508018799255182366314601429142879513860764998824784362599747037537103394316688890182334698056118048546886106518822990934423741355266630453232120149868901516135687980087E+000000000000001097");
     return val;
   }
 
- static const mp_float& A006882_875(void)
+ const mp_float& A006882_875(void)
   {
     static const mp_float val("+5.575567933348233508654771785403587220285804467554264637039671132033232072353898707735482600594030497347408790797493215432417392420896514859628757283636862359389539798197982345507145031857365314589911633305629490105312691815149526986102096336249143942276172968280970433714802968836681334417160790242733210269181880336154417735112259678456504145557643400346951419603289948603866243756151205200705647782810844585267887479739350021E+000000000000001098");
     return val;
   }
 
- static const mp_float& A006882_876(void)
+ const mp_float& A006882_876(void)
   {
     static const mp_float val("+2.06883114553327410852386738647144405205076878174610950011723394268838514880444128611475894668047065457332227764186738234566443922109895342519176661947017585972104855110611008163700970111476429150167968293640522395438577614431673652870205968810906520795934304453024468147539752891590851929162454142030138970511101637378404882502573421419467799725195497159410527072229310488940058555197427213568277031337251285157728134862670556551E+000000000000001100");
     return val;
   }
 
- static const mp_float& A006882_877(void)
+ const mp_float& A006882_877(void)
   {
     static const mp_float val("+4.889773077546400787090234855798945992190650518045090086683791582793144527454369166684018240720964746173677509529401549934230053153126243531894420137749528289184626403019630517009766192938909380895352502409037062822359230721886135166811538486890499237376203693182411070367882203669769530283850013042877025406072509054807424353693451738006354135654053262104276394992085284925590695774144606961018853105525110701279937319731409969142E+000000000000001101");
     return val;
   }
 
- static const mp_float& A006882_878(void)
+ const mp_float& A006882_878(void)
   {
     static const mp_float val("+1.816433745778214667283955565321927877700574990373084141102931401680402160650299449208758355185453234715376959769559561699493377636124881107318371091894814404835080627871164651677294517578763047938474761618163786631950711454710094672200408406159759252588303193097554830335399030388167679938046347367024620161087472376182394868372594640062927281587216465059624427694173346092893714114633410935129472335141066283684853024094247486518E+000000000000001103");
     return val;
   }
 
- static const mp_float& A006882_879(void)
+ const mp_float& A006882_879(void)
   {
     static const mp_float val("+4.2981105351632862918523164382472735271355818053616341861950528012751740396323904975152520335937280118866625308763439623921882167215979680645351953010818353661932866082542552244515844835933013458070148496175435782208537638045379128116273423299767488296536830463073393308533684570257274171195041614646889053319377354591757260068965440777075852852399128173896589511980429654495942215854731095187355718797565723064250649040439093E+000000000000001104");
     return val;
   }
 
- static const mp_float& A006882_880(void)
+ const mp_float& A006882_880(void)
   {
     static const mp_float val("+1.598461696284828907209880897483296532376505991528314044170579633478753901372263515303707352563198846549531724597212414295554172319789895374440166560867436676254870952526624893476019175469311482185857790223984132236116626080144883311536359397420588142277706809925848250695151146741587558345480785682981665741756975691040507484167883283255376007796750489252469496370872544561746468420877401622913935654924138329642670661202937788E+000000000000001106");
     return val;
   }
 
- static const mp_float& A006882_881(void)
+ const mp_float& A006882_881(void)
   {
     static const mp_float val("+3.7866353814788552231218907820958479774064475705235997180378415179234283289161360283109370415960743784721496897020590308675178189317278098648555070602530969576162855018719988527418459300456984856559800825130558924125721659117979011870436885927095157189248947637967659504818176106396658544822831662503909255974371449395338146120758553324603826362963631921202895360054758525610925092168018094860060388260655402019604821804626841486E+000000000000001107");
     return val;
   }
 
- static const mp_float& A006882_882(void)
+ const mp_float& A006882_882(void)
   {
     static const mp_float val("+1.409843216123219096159114951580267541556078284527972986958451236728260941010336420497869884960741382656686981094741349408678779986054687720256226906685079148456796180128483156045848912763932727287926570977554004632254864202687787080775068988524958741488937406354598157113123311426080226460714052972389829184229652559497727601036073055831241638876733931520678095799109584303460385147213868231410091247643090006744835523180991129135E+000000000000001109");
     return val;
   }
 
- static const mp_float& A006882_883(void)
+ const mp_float& A006882_883(void)
   {
     static const mp_float val("+3.343599041845829162016629560590633764049893204772338551027414060326387214432948112998557407729333676190908176006918124256018234116715656110667412734203484613575180098152974986971049956230351762834230412859028353000301222500117546748159577027362502379810682076432544334275444950194824949507856035799095187302536998981608358302462980258562517867849688698642215660292835177811444685638435997776143332283415871998331105765348550103297E+000000000000001110");
     return val;
   }
 
- static const mp_float& A006882_884(void)
+ const mp_float& A006882_884(void)
   {
     static const mp_float val("+1.2463014030529256810046576171969565067355732035227281204712708932677826718531373957201169783052953822685112912877513528772720415076723439447065045855096099672358078232335791099445304388833165309225270887441577400949132999551760037794051609858560635274762206672174647708880010073006549201912712228275926089988590128625959911993158885813548176087670327954642794366864128725242589804701370595165665206629164915659624346024919961E+000000000000001112");
     return val;
   }
 
- static const mp_float& A006882_885(void)
+ const mp_float& A006882_885(void)
   {
     static const mp_float val("+2.95908515203355880838471716112271088118415548622351961765926144338885268477315908000372330584046030342895373576612253996657613719329335565794066026977008388301403438686538286346937921126386131010829391538024009240526658191260402887212122566921581460613245363764280173583376878092242008031445259168219924076274524409872339709767973752882782831304697449829836085935915913236312854679001585803188684907082304671852302860233346684E+000000000000001113");
     return val;
   }
 
- static const mp_float& A006882_886(void)
+ const mp_float& A006882_886(void)
   {
     static const mp_float val("+1.1042230431048921533701266488365034649677178583211371147375460114352554472618797326080236427784917086899010040809476986492630287757976967350099630627615144309709257313849510914108539688506184463973590006273237577240931837602859393485529726334684722853439315111546737870067688924683802592894663034252470515729890853962600482025938772830803684013675910567813515809041618050564934566965414347316779373073440115274427170578079085961E+000000000000001115");
     return val;
   }
 
- static const mp_float& A006882_887(void)
+ const mp_float& A006882_887(void)
   {
     static const mp_float val("+2.62470852985376666303724412191584455161034591628026190086376490028591233139379210396330257228048828914148196362455069295035303369045120646859336565928606440423344850114959459989733936039104498206605670294227296196347145815647977360957152716859442755563948637658916513968455290867818661123891944882211072655655503151556765322564192718807028371367266637999064608225157415040609502100274406607428363512582004243932992637026978508833E+000000000000001116");
     return val;
   }
 
- static const mp_float& A006882_888(void)
+ const mp_float& A006882_888(void)
   {
     static const mp_float val("+9.805500622771442321926724641668150768913334581891697578869408581545068371685492025559249947873006373166320916238815564005455695529083547006888471997322248147021820494698365691728383243393491804008547925570634968589947471791339141415150396985200033893854111819053503228620107765119216702490460774416193817968143078318789228039033630273753671404144208584218402038428956828901661895465287940417300083289214822363691327473334228333602E+000000000000001117");
     return val;
   }
 
- static const mp_float& A006882_889(void)
+ const mp_float& A006882_889(void)
   {
     static const mp_float val("+2.333365883039998563440110024383185806381597519573152829867886996354176062609081180423375986757354089046777465662225566032863846950811122550579502071105311255363535717521989599308734691387638989056724408915680663185526126301110518738909087652880446096963503388787767809179567535814907897391399390002856435908777423017339643717595673270194482221455000411811684367121649419711018473671439474740038151626854017728564304543169838943532E+000000000000001119");
     return val;
   }
 
- static const mp_float& A006882_890(void)
+ const mp_float& A006882_890(void)
   {
     static const mp_float val("+8.7268955542665836665147849310846541843328677778836108451937736375751108508000879027477324536069756721180256154525458519648555690208843568361307400776168008508494202402815454656382610866202077055676076537578651220450532498942918358594838533168280301655301595189576178734718959109561028652165100892304124979916473397037224129547399309436407675496883456399543778142017715777224790869641062669713970741274011919036852814512674632E+000000000000001120");
     return val;
   }
 
- static const mp_float& A006882_891(void)
+ const mp_float& A006882_891(void)
   {
     static const mp_float val("+2.079029001788638720025138031725418553486003389939679171412287313751570871784691331757228004200802493340678721905042979335281687633172710192566336345354832328528910324312092732984082610026386339249541448343871470898303778534289472196367997098716477472394481519409901117978994674411082936575736856492545084394720683908449622552377744883743283659316405366924210771105389632962517460041252571993373993099526929796150795347964326498E+000000000000001122");
     return val;
   }
 
- static const mp_float& A006882_892(void)
+ const mp_float& A006882_892(void)
   {
     static const mp_float val("+7.7843908344057926305311881585275115324249180578721808739128460847169988789136784092509773486174222995292788489836708999526511675666288462978286201492341863589576828543311385553493288892652252733663060271520156888641874989057083175866595971586106029076529022909101951431369311525728437557731269995935279482085494270157203923556280184017275646543220043108393050102679802473284513455719827901384861901216418631780872710545305771894E+000000000000001123");
     return val;
   }
 
- static const mp_float& A006882_893(void)
+ const mp_float& A006882_893(void)
   {
     static const mp_float val("+1.856572898597254376982448262330798768263001027216133500071172571180152788503729359259204607751316626553226098661203380546406547056423230201961738356401865269376316919610698810554785770753563000949840513371077223512185274231120498671356621409153814382848271996833041698355242244249097062362133012847842760364485570730245512939273326181182752307769549992663320218597112942235528091816838546790082975837877548307962660245732143563327E+000000000000001125");
     return val;
   }
 
- static const mp_float& A006882_894(void)
+ const mp_float& A006882_894(void)
   {
     static const mp_float val("+6.959245405958778611694882213723595309987876743737729701278084399736996997748828497870373749663975535779175290991401784557670143804566188590258786413415362604908168471772037868482300027003111394389477588273902025844583624021703235922473679859797878999441694648073714457964416450400122317661175537636613985698443187752054030765931448451144442800963871853890338679179574341111635502941352614383806653968747825681210020322750336007395E+000000000000001126");
     return val;
   }
 
- static const mp_float& A006882_895(void)
+ const mp_float& A006882_895(void)
   {
     static const mp_float val("+1.6616327442445426673992911947860648975953859193584394825636994512062367457108377765369881239374283807651373583017770255890338596154987910307557558289796694160918036430515754354465332648244388858501072594671141150434058204368528463108641761611926638726492034371655723200279418086029418708141090464988192705262145858035697340806496269321585633154537472434336715956444160833007976421760704993771242633749004057356265809199302684E+000000000000001128");
     return val;
   }
 
- static const mp_float& A006882_896(void)
+ const mp_float& A006882_896(void)
   {
     static const mp_float val("+6.23548388373906563607861446349634139774913756238900581234516362216434930998295033409185487969892208005814106072829599896367244884889130497687187262642016489399771895070774593016014082419478780937297191909341621515674692712344609938653641715437889958349975840467404815433611713955850959662441328172240613118580509622584041156627457781222542074966362918108574345654489860963602541063545194248789076195599805181036417820918430106E+000000000000001129");
     return val;
   }
 
- static const mp_float& A006882_897(void)
+ const mp_float& A006882_897(void)
   {
     static const mp_float val("+1.4904845715873547726571642017231002131430611696645202158596384077319943609026214855536783471718732575463282103966939919533633720751024155545879129785947634662343478678172631655955403385475216806075462117420013611939350209318570031408451660165898194937663354831375183710650638023168388581202558147094408856620144834658020514703427153581462312939620112773600034212930412267208154850319352379412804642472856639448570430851774508347E+000000000000001131");
     return val;
   }
 
- static const mp_float& A006882_898(void)
+ const mp_float& A006882_898(void)
   {
     static const mp_float val("+5.59946452759768094119859578821971457517872553102532721948595693270358568036468940001448568196963202789221067253400980706937785906630439186923094161852530807480995161773555584528380646012691945281692878334588776121075874055685459724910970260463225182598278304739729524259383319132354161776872312698672070580485297641080468958651457087537842783319793900461499762397731895145315081875063584435412590423648625052570703203184750235423E+000000000000001132");
     return val;
   }
 
- static const mp_float& A006882_899(void)
+ const mp_float& A006882_899(void)
   {
     static const mp_float val("+1.339945629857031940618790617349067091615611991528403674057814928551062930451456715512756834107514058534149061146627898766073671495517071583574533767756692356144678733167719585870390764354221990866184044356059223713347583817739445823619804248914247724895935599340629015587492358282838133450109977423787356210151020635756044271838101106973461933271848138346643075742444062822013121043709778909211137358309811886426481733574528300479E+000000000000001134");
     return val;
   }
 
- static const mp_float& A006882_900(void)
+ const mp_float& A006882_900(void)
   {
     static const mp_float val("+5.039518074837912847078736209397743117660852977922794497537361239433227112328220460013037113772668825102989605280608826362440073159673952682307847456672777267328956455962000260755425814114227507535235905011298985089682866501169137524198732344169026643384504742657565718334449872191187455991850814288048635224367678769724220627863113787840585049878145104153497861579587056307835736875572259918713313812837625473136328828662752118815E+000000000000001135");
     return val;
   }
 
- static const mp_float& A006882_901(void)
+ const mp_float& A006882_901(void)
   {
     static const mp_float val("+1.20729101250118577849753034623150944954566640436709171032609125062450770033676250067699390753087016673926830409311173678823237801746088149680065492474877981288635553858411534686922207868315401377043182396480936056572617301978324068708144362827173720013123797500590674304433061481283715823854908965883240794534606959281619588892612909738308920187793517265032541124394210060263382206038251079719923475983714050967026004195064999E+000000000000001137");
     return val;
   }
 
- static const mp_float& A006882_902(void)
+ const mp_float& A006882_902(void)
   {
     static const mp_float val("+4.545645303503797388065020060876764292130089386086360636778699837968770855320054854931759476622947280242896623963109161378920945990025905319441678405918845095130718723277724235201394084331033211796782786320191684550893945584054562046827256574440462032332823277877124277937673784716451085304649434487819868972379646250291247006332528636632207714990086883946455071144787524789667834661766178446679409059179538176768968603453802411E+000000000000001138");
     return val;
   }
 
- static const mp_float& A006882_903(void)
+ const mp_float& A006882_903(void)
   {
     static const mp_float val("+1.09018378428857075798326990264705303293973676314348381442446039931393045340409653811132549850037576056555927859607989831977383734976717599161099139704814817103637905134145615822290753705088807443469993704022285259085073423686426634043454359632937869171850789143033378896903054517599195388940982796192566437464750084231302488770029457493692954929577546090324384635327971684417834132052540724987090898813293788023224481788143694885E+000000000000001140");
     return val;
   }
 
- static const mp_float& A006882_904(void)
+ const mp_float& A006882_904(void)
   {
     static const mp_float val("+4.109263354367432838810778135032594920085600805022070015647944653523768853209329588858310566867144341339578548062650681886544535174983418408775277278950635965998169725843062708622060252235254023464291638833453282834008126807985324090331839943294177677228872243200920347255657101383671781115403088776989161551031200210263287293724605887515515774351038543087595384314887922409859722534236625315798185789498302511799147617522237379698E+000000000000001141");
     return val;
   }
 
- static const mp_float& A006882_905(void)
+ const mp_float& A006882_905(void)
   {
     static const mp_float val("+9.866163247811565359748592618955829948104617706448528520541366613791070603307073669907495761428400633118311471294523079793953228015392942724079472143285740947879230414640178231917313210310537073634034430214016815947199144843621610380932619546780877160052496417444520790169726433842727182699158943055427262590559882622932875233687665903179212421126767921174356809497181437439813988950754935611331726342603087816101815601827004387133E+000000000000001142");
     return val;
   }
 
- static const mp_float& A006882_906(void)
+ const mp_float& A006882_906(void)
   {
     static const mp_float val("+3.7229925990568941519625649903395309975975543293499954341770378560925345810076526075056293735816327732536581645447615177892093488685349770783504012147292761851943417716138148140115865885251401452586482247831086742476113628880347036258406469886245249755693582523400338346136253338536066336905551984319521803652342673904985382881144929340890572915620409200373614181892884577033329086160183825361131563252854620756900277414751470E+000000000000001144");
     return val;
   }
 
- static const mp_float& A006882_907(void)
+ const mp_float& A006882_907(void)
   {
     static const mp_float val("+8.94861006576508978129197350539293776293088825974881536813101951870850103719951581860609865561555937423830850446413243337311557780996139905074008123396016703972646198607864165634900308175165712578606922820411325206410962437316480061550588592893025558416761425062218035668394187549535355470813716135127252716963781353900011783695471297418354566596197850450514162621394356375791128797833472659947787579274100064920434675085709297E+000000000000001145");
     return val;
   }
 
- static const mp_float& A006882_908(void)
+ const mp_float& A006882_908(void)
   {
     static const mp_float val("+3.3804772799436598899820090112282941458185793310497958542327503733320213995549485676151114712121225581143216134066434581526020887726297591871421643029741827761564623286253438511225206223808272518948525881030626762168311175023355108922633074656710686778169772931247507218291718031390748233910241201762125797716327147905726727656079595841528640207383331553939241677158739195946262810233446913427907459433591995647265451892594335359E+000000000000001147");
     return val;
   }
 
- static const mp_float& A006882_909(void)
+ const mp_float& A006882_909(void)
   {
     static const mp_float val("+8.13428654978046661119440391640218042650417742811167316963109674250602744281435987911294367795454347118262243055789638193616206022925491173712273384166979183911135394534548526562124380131225632733953692843753894612627564855520680375949485030939760232600836135381556194422570316482527638122969667966830672719720077250695110711379183409353284301035943846059517373822847469945594136077230626647892538909560156959012675119652909751802E+000000000000001148");
     return val;
   }
 
- static const mp_float& A006882_910(void)
+ const mp_float& A006882_910(void)
   {
     static const mp_float val("+3.076234324748730499883628200217747672694907191255314227351802839732139473595003196529751438803031527884032668200045546918867900783093080860299369515706506326302380719049062904521493766366552799224315855173787035357316316927125314911959609793760672496813449336743523156864546340856558089285831949360353447592185770459421132216703243221579106258871883171408470992621445266831109915731243669121939578808456871603901156122226084517700E+000000000000001150");
     return val;
   }
 
- static const mp_float& A006882_911(void)
+ const mp_float& A006882_911(void)
   {
     static const mp_float val("+7.410335046850005082798101967842386368545305637009734257533929132422991000403881849871891690616589102247369034238243603943843636868851224592518810529761180365430443444209737076980953102995465514206318141806597979921037115833793398224899808631861215718993617193325976931189615583155826783300253675177827428476649903753832458580664360859208419982437448437602203275526140451204362579663571008762301029466093029896605470340038007838924E+000000000000001151");
     return val;
   }
 
- static const mp_float& A006882_912(void)
+ const mp_float& A006882_912(void)
   {
     static const mp_float val("+2.80552570417084221589386891859858587749775535842484657534484418983571119991864291523513331218836475343023779339844153879000752551418088974459302499832433376958777121577274536892360231492629615289257605991849377624587248103753828719970716413190973331709386579511009311906046626286118097742867873781664234420407342265899207258163335781808014490809115745232452554527075808334997224314689422623920889587331266690275785438347018908E+000000000000001153");
     return val;
   }
 
- static const mp_float& A006882_913(void)
+ const mp_float& A006882_913(void)
   {
     static const mp_float val("+6.765635897774054640594667096640098754481864046589887377128477297902190783368744128933037113532945850351847928259516410400729240461261168052969674013671957673637994864563489951283610183034860014470368463469423955667906886756253372579333525280889289951441172497506616938176119027421269853153131605437356442199181362127249034684146561464457287443965390423530811590555366231949583035232840330999980839902542936295600794420454701156E+000000000000001154");
     return val;
   }
 
- static const mp_float& A006882_914(void)
+ const mp_float& A006882_914(void)
   {
     static const mp_float val("+2.56425049361214978532699619159910749203294839760030976986518758950984003672563962452491184734016538463523734316617556645406687831996133322655802484846844106540322289121628926719617251584263468374381451876550331148872744766830999450053234801656549625182379333673062511082126616425511941336981236636441110260252310831031875433961288904572525244599531791142461634837747288818187463023626132278263693082820777754912067890649175281925E+000000000000001156");
     return val;
   }
 
- static const mp_float& A006882_915(void)
+ const mp_float& A006882_915(void)
   {
     static const mp_float val("+6.190556846463259996144120393425690360350905602629746950072556727580504566782400877973728958882645453071940854357457515516667255022053968768467251722509841271378765301075593305424503317476896913240387144074522919436134801381971835910090175632013700305568672835218554498431148910090461915635115418975181144612250946346432866735994103739978418011228332237530692605358160102233868477238048902864982468510826786710474726894716051558597E+000000000000001157");
     return val;
   }
 
- static const mp_float& A006882_916(void)
+ const mp_float& A006882_916(void)
   {
     static const mp_float val("+2.348853452148729203359528511504782462702180732201883749196511831991013473640685896064819252163591492325877406340216818871925260541084581235527150761197092015909352168354120968751694024511853370309334099189201033323674342064171954962487630783173994566670594696445252601512279806457689382646748127589800569983911167212251978975085406365884331240531711206864948575113765165574597161296415371668895428638638324234994541878346445582433E+000000000000001159");
     return val;
   }
 
- static const mp_float& A006882_917(void)
+ const mp_float& A006882_917(void)
   {
     static const mp_float val("+5.6767406282068094164641584007713580604417804376114779532165345191913226877394616051019094552953858804669697634457885417287838728552234893606844698295415244458543277810863190610742695421263144694414350111163375171229356128672681735295526910545565631802064729898954144750613635505529535766374008392002411096094341177996789387969065931295602093162963806618156451191134328137484573936272908439271889236244281634135053245624546192E+000000000000001160");
     return val;
   }
 
- static const mp_float& A006882_918(void)
+ const mp_float& A006882_918(void)
   {
     static const mp_float val("+2.156247469072533408684047173561390300760601912161329281762397861767750368802149652587504073486176989955155459020319039724427389176715645574213924398778930470604785290549083049314055114501881393943968703055686548591133046014909854655563645058953727012203605931336741888188272862328158853269714781127436923245230451500847316699128403043881816078808110887902022791954436421997480194070109311192046003490269981647724989444322037044E+000000000000001162");
     return val;
   }
 
- static const mp_float& A006882_919(void)
+ const mp_float& A006882_919(void)
   {
     static const mp_float val("+5.2169246373220578537305615703088780575459962221649482390059952231368255500325652150886547894164596241491452126066796698487523791539503867224690277733486609657401272308183272171272537092140829974166787752159141782359778282250194514736589230791374815626097486777138859025813931029581643369297713712250215797310699542579049447543571590860658323616763738282085778644652447558348323447434802855690866208108494821770113932728957951176E+000000000000001163");
     return val;
   }
 
- static const mp_float& A006882_920(void)
+ const mp_float& A006882_920(void)
   {
     static const mp_float val("+1.983747671546730735989323399676479076699753759188422939221406032826330339297977680380503747607282830758743022298693516546473198042578393928276810446876616032956402467305156405368930705341730882428451206811231624703842402333717066283118553454237428851227317456829802537133211033341906145008137598637241969385612015380779531363198130800371270792503462016869860968598081508237681778544500566296682323211048383115906990288776274081099E+000000000000001165");
     return val;
   }
 
- static const mp_float& A006882_921(void)
+ const mp_float& A006882_921(void)
   {
     static const mp_float val("+4.804787590973615283285847206254476690999862520613917328124521600509016331579992563096651061052559313841362740810751975930700941200788306171393974579254116749446657179583679366974200666186170440620761151973856958155335579795242914807239868155885620519163578532174488916277463047824469354312319432898244874932315427871530454118762943518266631605103940295780100213172490420123880589508745343009128777766792373085027493204337027303325E+000000000000001166");
     return val;
   }
 
- static const mp_float& A006882_922(void)
+ const mp_float& A006882_922(void)
   {
     static const mp_float val("+1.8290153531660857385821561745017137087171729659717259499621363622658765728327354213108244552939147699595610665593954222558482885952572792018712192320202399823858030748553542057501541103250758735990320126799555579769426949516871351130353062848069094008315866951970779392368205727412374656975028659435370957735342781810787279168686765979423116706881919795540118130474311505951425998180295221255411020005866092328662450462517247E+000000000000001168");
     return val;
   }
 
- static const mp_float& A006882_923(void)
+ const mp_float& A006882_923(void)
   {
     static const mp_float val("+4.43481894646864690647283697137288198579287310652664569385893343726982207404833313573820892935151224667557780976832407378403696872832760659619663853665154975973926457675573605571718721488983531669296254327186997237737474015100921036708239830788242773918798298519705326972409839314198521403027083656508001956252713992542260915161819686736010097151093689300503249675820865777434178411657195159742586187874936035748037622760307620E+000000000000001169");
     return val;
   }
 
- static const mp_float& A006882_924(void)
+ const mp_float& A006882_924(void)
   {
     static const mp_float val("+1.6900101863254632224499123052395834668546678205578747777650139987336699532974475292912017966915772474426344255008813701644038186620177259825290065703867017437244820411663472861131423979403701072055055797162789355706950501353589128444446230071615842863683861063621000158548222092129034183044926481318282764947456730393167445951866571764986959837158893891079069152558263831499117622318592784439999782485420269311684104227365936253E+000000000000001171");
     return val;
   }
 
- static const mp_float& A006882_925(void)
+ const mp_float& A006882_925(void)
   {
     static const mp_float val("+4.10220752548349838848737419851991583685840762353714726681951342947458541849470815055784325965014882817490947403569976825023419607370303610148189064640268352775881973349905585153839817377309766794099035252647972444907163463968351958955121843479124565874888426130727427449479101365633632297800052382269901809533760443101591346524683210230809339864761662602965505950134300844126615030782905522761892223784315833066934801053284548589E+000000000000001172");
     return val;
   }
 
- static const mp_float& A006882_926(void)
+ const mp_float& A006882_926(void)
   {
     static const mp_float val("+1.564949432537378943988618794651854290307422401836592044210402962827378376753436412123652863736400531131879478013816148772237936081028414259821860084178085814688870370120037586940769860492782719272298166817274294338463616425342353293955720904631627049177125534491304614681565365731148565349960192170072984034134493234407305495142844545437792480920913574313921803526895230796818291826701691839143979858149916938261948051454085697086E+000000000000001174");
     return val;
   }
 
- static const mp_float& A006882_927(void)
+ const mp_float& A006882_927(void)
   {
     static const mp_float val("+3.802746376123203006127795882027961980767743867018935516341688949122940682944594455567120701695687963718141082431093685167967099760322714466073712629215287630232425892953624774376095107087661538181298056792046704564289405310986622659513979489051484725660215710231843252456671269659423771400606485583641989774377959307551751782283813358839602580546340612329490240157744968825053721335357534196002740914480607772530485605763947765426E+000000000000001175");
     return val;
   }
 
- static const mp_float& A006882_928(void)
+ const mp_float& A006882_928(void)
   {
     static const mp_float val("+1.45227307339468766002143824143692078140528798890435741702725394950380713362718899045074985754737969289038415559682138606063680468319436843311468615811726363603127170347139488068103443053730236348469269880643054514609423604271770385679090899949814990163637249600793068242449265939850586864476305833382772918367680972152997949949255973816627142229460779696331943367295877417944737481517917002672561330836312291870708779174939152E+000000000000001177");
     return val;
   }
 
- static const mp_float& A006882_929(void)
+ const mp_float& A006882_929(void)
   {
     static const mp_float val("+3.532751383418455592692722374403976680133234052460591094681429033735211894455528249221855131875294118294153065578486033521041435677339801738982479032541002208485923654553917415395392354484437568970425894759811388540224857533906572450688486945328829310138340394805382381532247609513604683631163425107203408500397124196715577405741662610361990797327550428854096433106545076038474907120547149268086546309552484620680821127754707474E+000000000000001178");
     return val;
   }
 
- static const mp_float& A006882_930(void)
+ const mp_float& A006882_930(void)
   {
     static const mp_float val("+1.35061395825705952381993756453633632670691782968105239783534617303854063427328576111919736751906311438805726470504388903639222835537076264279665812704905518150908268422839723903336202039969119804076420988998040698586763951972746458681554536953327940852182642128737553465477817324061045783962964425045978814081943304102288093452808055649463242273398525117588707331585165998688605857811662812485482037677770431439759164632693412001E+000000000000001180");
     return val;
   }
 
- static const mp_float& A006882_931(void)
+ const mp_float& A006882_931(void)
   {
     static const mp_float val("+3.288991537962582156796924530570102289204040902840810309148410430407482273738096800025547127775898824131856504053570497208089576615603355418992687979295673056100394922389697113733110282025011376711466508021384402730949342364067018951590981346101140087738794907563810997206522524457165960460613148774806373313869722627142202564745487890247013432311949449263163779222193465791820138529229395968588574614193363181853844469939632658368E+000000000000001181");
     return val;
   }
 
- static const mp_float& A006882_932(void)
+ const mp_float& A006882_932(void)
   {
     static const mp_float val("+1.258772209095579476200181810147865456490847417262740834782542633271919871142702329363091946527766822609669370705100904581917556827205550783086485374409719429166465061700866226779093403012512196573992243617461739310828640032385996994912088284405016408742342224639833998298253257460248946706534828441428522547243711594233325030980171078652997417988074254095926752330373747107777806594804697412364692591156820421018555414376702599852E+000000000000001183");
     return val;
   }
 
- static const mp_float& A006882_933(void)
+ const mp_float& A006882_933(void)
   {
     static const mp_float val("+3.0686291049190891522915305870219054358273701623504760184354669315701809613976443144238354702149136029150221182819812738951475749823579306059201778846828629613416684625895874071129918931293356144717982519839516477479757364256745286818343855959123637018602956487570356603936855153185358411097520678068943463018404512111236749929075402016004635323470488361625318060143065035837681892477710264386931401150424078486696368904536772E+000000000000001184");
     return val;
   }
 
- static const mp_float& A006882_934(void)
+ const mp_float& A006882_934(void)
   {
     static const mp_float val("+1.175693243295271230770969810678106336362451487723399939686894819475973159647283975625127878056934212317431192238564244879510998076609984431402777339698677946841478367628609055811673238413686391600108755538709264516313949790248521193247890457634285325765347637813604954410568542467872516223903529764294240059125626629013925578935479787461899588400861353325595586676569079798664471359547587383148622880140470273231330757027840228E+000000000000001186");
     return val;
   }
 
- static const mp_float& A006882_935(void)
+ const mp_float& A006882_935(void)
   {
     static const mp_float val("+2.8691682130993483573925810988654815824985911017976950772371615810181191989067974339862861646509442187255456805936524910919629826085046651165353663221784768688544600125212642256506474200759287995311313656049947906443573135580056843175151505321780600612393764315878283424680959568228310114376181833994462137922208218824006361183685500884964334027444906618119672386233765808508232569466659097201780860075646513385061104925741882476E+000000000000001187");
     return val;
   }
 
- static const mp_float& A006882_936(void)
+ const mp_float& A006882_936(void)
   {
     static const mp_float val("+1.100448875724373872001627742794707530835254592509102343546933551029510877429857801185119693861290422729115595935296133207222294199706945427792999589957962558243623752100378076239726151155210462537701795184231871587269857003672615836880025468345691064916365388993534237328292155749928675185573703859379408695341586524757034341883609081064338014743206226712757469129268658691549945192536541790627111015811480175744525588578058453653E+000000000000001189");
     return val;
   }
 
- static const mp_float& A006882_937(void)
+ const mp_float& A006882_937(void)
   {
     static const mp_float val("+2.688410615674089410876848489636956242801179862384440287371220401413977689375669195645150136277934732945836302716252384153169314704168871214193638243881232826116629031732424579434656632611145285160670089571880118833762802803851326205511696048650842277381295716397795156892605911542992657717048237845281102323310910103809396042911331432921158098371587750117813302590103856257221391759025957407806866589088078304180225531542014388087E+000000000000001190");
     return val;
   }
 
- static const mp_float& A006882_938(void)
+ const mp_float& A006882_938(void)
   {
     static const mp_float val("+1.0322210454294626919375268227414356639234688077735379982470236708656812030292066175116422728418904165199104289873077729483745119593251148112698336153805688796325190794701546355128631297835874138603642838828094955488591258694449136549934638893082582188915507348759351146139380420934330973240681342200978853562304081602220982126868253180383490578291274406565665060432540018526738485905992761996082301328311684048483650020862188E+000000000000001192");
     return val;
   }
 
- static const mp_float& A006882_939(void)
+ const mp_float& A006882_939(void)
   {
     static const mp_float val("+2.52441756811796995681336073176910191199030789077898942984157595692772505032375337471079597796498071423614028825056098871982598650721457007012782631100447762372351466079674668008914257802186542276586921410799543158490327183281639530697548258968314089846103667769752965232215695093887010559630829533671895508158894458747702288429374021551296745437092089736062669113210752102553088686172537400593064772715370552762523177411795151E+000000000000001193");
     return val;
   }
 
- static const mp_float& A006882_940(void)
+ const mp_float& A006882_940(void)
   {
     static const mp_float val("+9.702877827036949304212752133769495240880606793071257183522022506137403308474542204609437364713769915287158032480693065714720412417656079225936435984577347468545679347019453573820913419965721690287424268498409258159275783172782188356938560559497627257580576907833790077371017595678271114846240461668920122348565836706087723199256157989560481143593797942171725156806587617415134176751633196276317363248612983005574631019610456997E+000000000000001194");
     return val;
   }
 
- static const mp_float& A006882_941(void)
+ const mp_float& A006882_941(void)
   {
     static const mp_float val("+2.37547693159900972936137244859472489918287972522302905348092297546898927235465192560285901526504685209620801124377789038535625330328891043599028455865521344392382729580973862596388316591857536282268293047562370112139397879468022798386392911689183558545183551371337540283514969083347676936612610591185253673177519685681587853412040954279770237456303656441634971635531317728502456453688357693958073951125163690149534309944499237129E+000000000000001196");
     return val;
   }
 
- static const mp_float& A006882_942(void)
+ const mp_float& A006882_942(void)
   {
     static const mp_float val("+9.140110913068806244568412510010864516909531599073124266877745200781433916583018756742089997560371260200502866596812867903266628497432026630832122697471861315370029944892325266539300441607709832250753660925501521186037787748760821432236124047046764876640903447179430252883498575128931390185158514892122755252349018177134635253699300826165973237265357661525765097711805535605056394500038470892290956180193429991251302420473050491694E+000000000000001197");
     return val;
   }
 
- static const mp_float& A006882_943(void)
+ const mp_float& A006882_943(void)
   {
     static const mp_float val("+2.240074746497866174787774219024825579929455580885316397432510365867256883830436765843496051394939181526724154602882550633390946865001442541138838338811866277620169139948583524283941825461216567141790003438513150157474522003383454988783685157229000957081080889431713004873546158455968593512256917874876942138064010635977373457675546198858233339212943480244617782523060326179778164358281213054024637359110293598110108542776627806135E+000000000000001199");
     return val;
   }
 
- static const mp_float& A006882_944(void)
+ const mp_float& A006882_944(void)
   {
     static const mp_float val("+8.6282647019369530948725814094502561039625978295250293079325914695376736172543697063645329576969904696292747060673913473006836973015758331395055238264134370817093082679783550516130996168776780816447114559136734359996196716348302154320309011004121460435490128541373821587220226549217112323347896380581638809582174731592150956794921399799006787359784976324803222522399444256111732364080363165223226626341025979117412294849265596E+000000000000001200");
     return val;
   }
 
- static const mp_float& A006882_945(void)
+ const mp_float& A006882_945(void)
   {
     static const mp_float val("+2.116870635440483535174446636978460173033335523936623995573722295744557755219762743722103768568217526542754326099724010348554444787426363201376202230177213632351059837251411430448325025060849655948991553249394926898813423293197364964400582473581405904441621440512968789605501119740890320869082787391758710320470490050998617917503391157921030505556231588831163804484292008239890365318575746336053282304359227450214052572923913276E+000000000000001202");
     return val;
   }
 
- static const mp_float& A006882_946(void)
+ const mp_float& A006882_946(void)
   {
     static const mp_float val("+8.1623384080323576277494620133399422743486175467306777253042315301826392419226337422208481779813529842692938719397522145464467776472907381499722255397871114792970056215075238788259922375662834652358970372943350704556402093665493837987012324409898901571973661600139635221510334315559388257887109976030230313864737296086174805127995644209860420842356587603263848506189874266281698816420023554301172388518610576245072030927405254422E+000000000000001203");
     return val;
   }
 
- static const mp_float& A006882_947(void)
+ const mp_float& A006882_947(void)
   {
     static const mp_float val("+2.004676491762137907810200965218601783862568741167982923808315014070096194193115318304832268834101997635988346816438637800081059213692765951703263511977821309836453665877086624634563798732624624183695000927176995773176311858657904621287351602481591391506215504165781443756409560394623133863021399659995498673485554078295691167875711426551215888761751314623112122846624531803176175956691231780242458342228188395352707786558945873127E+000000000000001205");
     return val;
   }
 
- static const mp_float& A006882_948(void)
+ const mp_float& A006882_948(void)
   {
     static const mp_float val("+7.737896810814675031106489988646265276082489434300682483588411490613142001342656787625364072726322629087290590598885099390031545209631619766173669811718181682373561329189132637127040641212836725043630391355029646791946918479488815841168768354058415869023103119693237418999179693115030006847698025727665833754377095668969371526133987071094767895855404504789412838386800080443505047796618232947751142431564282628032828531918018119296E+000000000000001206");
     return val;
   }
 
- static const mp_float& A006882_949(void)
+ const mp_float& A006882_949(void)
   {
     static const mp_float val("+1.9024379906822688745118807159924530928855777353684157946940909483525212882892664370712858231235627957565529411288002672722769251937944348881663970728669524230347945289173552067782010449972607683503265558798909689887443199538663514856016966707550302305393985134533265901248326728144973540360073082773357282411377908203026109183140501437971038784349019975773334045814466806812141909828999789594500929667745507871897196894444396E+000000000000001208");
     return val;
   }
 
- static const mp_float& A006882_950(void)
+ const mp_float& A006882_950(void)
   {
     static const mp_float val("+7.35100197027394127955116548921395201227836496258564835940899091608248490127552394824409586909000649763292606106894084442052996794915003877786498632113227259825488326272967600527068860915219488879144887178727816445234957255551437504911032993635549507557194796370857554804922070845927850650531312444128254206665824088552090294982728771754002950106263427954994219646746007642132979540678732130036358530998606849663118710532211721E+000000000000001209");
     return val;
   }
 
- static const mp_float& A006882_951(void)
+ const mp_float& A006882_951(void)
   {
     static const mp_float val("+1.8092185291388376996607985609088228913341844263353634207540804918832477451630923816547928177905082187644818470134890541759353558592985075786462436162964717543060895970004048016460691937923949907011605546417763115082958482761269002628072135338880337492429679862941135872087158718465869836882429501717462775573220390701077829833166616867510457883915917996960440677569557933278346956247378799904370384114025977986174234246616620915E+000000000000001211");
     return val;
   }
 
- static const mp_float& A006882_952(void)
+ const mp_float& A006882_952(void)
   {
     static const mp_float val("+6.99815387570079209813270954573168231568900344438153723815735935211052562601429879872837926737368618574654561013763168388834452948759083691652746697771792351353864886611865155701769555591288953412945932594148881255863679307284968504675303409941043131194449446145056392174285811445323313819305809446810098004745864532301589960823557790709810808501162783413154497103702199275310596522726152987794613321510673720879289012426665558709E+000000000000001212");
     return val;
   }
 
- static const mp_float& A006882_953(void)
+ const mp_float& A006882_953(void)
   {
     static const mp_float val("+1.724185258269312327776741028546108215441477758297601339978638708764735101140427039717017555354354332482551200203855068629666394133911477722449870166330537581853703385941385775968703941684152426138206008573612824867405943407148935950455274497795296163028548490938290248609906225869797395454895531513674202512127903233812717183100778587473746636337186985110329996572378871041426464930375199630886497606066675702082404523702563973249E+000000000000001214");
     return val;
   }
 
- static const mp_float& A006882_954(void)
+ const mp_float& A006882_954(void)
   {
     static const mp_float val("+6.676238797418555661618604906628024929167309285939986525202120821913441447217641053986873821074496621202204512071300626429480681131161658418367203496742899031915871018277193585394881560340896615559504196948180327180939500591498599534602394530837551471595047716223837981342686641188384413836177422122568334965275547638157168226256741323371595113101092953761493902369318981086463090826807499503560611087211827297188417178550389430085E+000000000000001215");
     return val;
   }
 
- static const mp_float& A006882_955(void)
+ const mp_float& A006882_955(void)
   {
     static const mp_float val("+1.64659692164719327302678768226153334574661125917420927967959996687032202158910782292975176536340838752083639619468159054133140639788546122493962600884566339067028673357402341605011226430836556696198673818780024774837267595382723383268478714539450783569226380884606718742246044570565651265942523259555886339908214758829114490986124355103742803770201357078036514672662182184456227400850831564749660521379367529548869632013594859E+000000000000001217");
     return val;
   }
 
- static const mp_float& A006882_956(void)
+ const mp_float& A006882_956(void)
   {
     static const mp_float val("+6.382484290332139212507386290736391832283947677358627118093227505749250023540064847611451372947218769869307513540163398866583531161390545447959046542886211474511572693472997067637506771685897164474886012282460392784978162565472661155079889171480699206844865616709989110163608428976095499627385615549175328226803423542078252824301444705143244928124644863795988170665068945918658714830427969525403944199374506896112126822694172295E+000000000000001218");
     return val;
   }
 
- static const mp_float& A006882_957(void)
+ const mp_float& A006882_957(void)
   {
     static const mp_float val("+1.57579325401636396228663581192428741187950697502971828065337716829489817466077618654377243945278182685744043115831028214805415592277638639226722209046529986487146440403034040915995743694310584758262130844572483709519265088781266277787934129814254399875749646506568629836329464654031328261506994759394983227292161524199462567873721007834281863208082698723680944541737708350524609622614245807465425118960054725778268237837010280489E+000000000000001220");
     return val;
   }
 
- static const mp_float& A006882_958(void)
+ const mp_float& A006882_958(void)
   {
     static const mp_float val("+6.114419950138189365582076066525463375328021874909564779133311950507781522551382124011770415283435581534796597971476536114187022852612142539144766588084990592582086640347131190796731487275089483566940799766597056288009079737722809386566533826278509840157381260808169567536736874959099488643035419696109964441277679753310966205680784027527228641143409779516556667497136050190075048807549994805336978543000777606475417496141017058764E+000000000000001221");
     return val;
   }
 
- static const mp_float& A006882_959(void)
+ const mp_float& A006882_959(void)
   {
     static const mp_float val("+1.511185730601693039832883743635391627992447189053499831146588704394807349499684362895477769435217771956285373480819560579983935529942554550184265984756222570411734363465096452384399182028438507831733834799450118774289752201412343603986288304918699694808439109997993160130399566032160438027852079742597889149731829017072846025908984465130763068165513080760100258155264623081531006280870617293593426890826924820213592400856928589890E+000000000000001223");
     return val;
   }
 
- static const mp_float& A006882_960(void)
+ const mp_float& A006882_960(void)
   {
     static const mp_float val("+5.8698431521326617909587930238644448403149009999131821879679794724874702616493268390512995986720981582734047340526174746696195419385076568375789759245615909688788031747332459431648622277840859042242631677759331740364887165482138970111038724732273694465510860103758427848352673999607355090973140029082655658636265725631785275574535526664261394954976733883358944007972506081824720468552479950131234994012807465022164007962953763E+000000000000001224");
     return val;
   }
 
- static const mp_float& A006882_961(void)
+ const mp_float& A006882_961(void)
   {
     static const mp_float val("+1.452249487108227011279401277633611354500741748680413337731871744923409862869196672742554136427244278849990243915067597717364562044274794922727079611350729890165676723289957690741407613929329406026296215242271564142092451865557262203430823061026870406710909984708071426885313982956906180944765848632636571472892287685407005030898534070990663308507058070610456348087209302781351297035916663219143283242084674752225262297223508374E+000000000000001226");
     return val;
   }
 
- static const mp_float& A006882_962(void)
+ const mp_float& A006882_962(void)
   {
     static const mp_float val("+5.6467891123516206429023588889575959363829347619164812648251962525329463917066524191673502139225584282590153541586180106321739993448443658777509748394282505120614086540933825973245974631282906398637411674004477134231021453193817689246819253192447294075821447419815607590115272387622275597516160707977514743608087628057777435102703176651019461946687617995791304135669550850715381090747485712026248064240320781351321775660361520741E+000000000000001227");
     return val;
   }
 
- static const mp_float& A006882_963(void)
+ const mp_float& A006882_963(void)
   {
     static const mp_float val("+1.398516256085222611862063430361167734384214303979238044235792490361243697943036395851079633379436240532540604890210096601822073248636627510586177665730752884229546684528229256183975532213944218003323255278307516268835031146531643501903882607768876201662606315273872784090557365587500652249809512233229018328395273041046945844755288310364008766092296921997869463207982558578441299045587746680034981762127541786392927592226238565013E+000000000000001229");
     return val;
   }
 
- static const mp_float& A006882_964(void)
+ const mp_float& A006882_964(void)
   {
     static const mp_float val("+5.443504704306962299757873968955122482673149110487487939291489187441760321605212932077325606221346324841690801408907762249415735368429968706151939745208833493627197942546020823820911954455672176828646485374031595739870468087884025243393376007751919148909187531270224571687112258166787367600557892249032421283819647344769744743900586229158276131660686374794281718678544702008962737148057622639330313392766923322267419173658850599442E+000000000000001230");
     return val;
   }
 
- static const mp_float& A006882_965(void)
+ const mp_float& A006882_965(void)
   {
     static const mp_float val("+1.3495681871222398204468912102985268636807668033399647126875397531986001685150301219962918462111559721139016837190527432207583006849343455477156614474301765332815125505697412322175363885864561703732069413435667531994258050564030359793372467164969655346044150942392872366473878577919381294210661793050660026869014384846103027401888532195012684592790665297279440319957031690281958535789921755462337574004530778238691751264983202E+000000000000001232");
     return val;
   }
 
- static const mp_float& A006882_966(void)
+ const mp_float& A006882_966(void)
   {
     static const mp_float val("+5.25842554436052558156610625401064831826226204073091334935557855506874047067063569238669653560982054979707331416100489833293560036590334977014277379387173315484387321249945611581100094800417932281647250487131452148471487217289596838511800122348835389784627515520703693624975044138911659710213892391256531896016977933504757342260796629736689474318422303805127614024347418214065800408502366346959308273741284792931032692175444967E+000000000000001233");
     return val;
   }
 
- static const mp_float& A006882_967(void)
+ const mp_float& A006882_967(void)
   {
     static const mp_float val("+1.3050324369472059063721438003586754771793014988297458771688509413430463629540341279704142152861878250341429281563240026944732767623315121446410446196649807076832226364009397715543576877631031167508911122792290503438447534895417357920191175748525656719624693961293907578380240584848041711501709953879988245982336910146181627497626210632577266001228573342469218789398449644502653904108854337532080434062381262556814923473238756481E+000000000000001235");
     return val;
   }
 
- static const mp_float& A006882_968(void)
+ const mp_float& A006882_968(void)
   {
     static const mp_float val("+5.09015592694098876295599085388230757207786965542752412217620004130654077560917535023032224647030629220356696810785274158628166115419444257749820503246783769388886926969947352010504891766804558448634538471543245679720399626336329739679422518433672657311519435024041175428975842726466486599487047834736322875344434639632605107308451137585115411140232790083363530375568300831215694795430290623856610408981563679557239646025830728933E+000000000000001236");
     return val;
   }
 
- static const mp_float& A006882_969(void)
+ const mp_float& A006882_969(void)
   {
     static const mp_float val("+1.264576431401842523274607342547556537386743152366023754976616562161411925702459070003331374612316002458084497383477958610944605182699235268157172236455366305745042734672510638636172599442446920131613487798572949783185566131365941982466524930032136136131632844849379644345045312671775241844515694530970861035688446593164999704519979810296737075519048756885267300692709770552307163308147985306858594060644744341755366084556835503043E+000000000000001238");
     return val;
   }
 
- static const mp_float& A006882_970(void)
+ const mp_float& A006882_970(void)
   {
     static const mp_float val("+4.937451249132759100067311128265838344915533565764698398510914040067344552340900089723412579076197103437459959064617159338693211319568609300173258881493802563072203191608489314501897450138004216951755023173969483093287876375462398474890398428806624775921738519733199401661065674446724920015024363996942331890841016004436269540891976034575619488060258063808626244643012518062792239515673819051409120967121167691705224566450558070651E+000000000000001239");
     return val;
   }
 
- static const mp_float& A006882_971(void)
+ const mp_float& A006882_971(void)
   {
     static const mp_float val("+1.22790371489118909009964372961367739780252760094740906608229468185873097985708775697323476474855883838680004695935709781122721163240095744538061424159816068287843649536700783011572359405861595944779669665241433423947318471355632966497499570706120418818381549234874763465903899860429375983102473938957270606565348164196321471308890039579813170032899634293559454897262118720629025557221169373295969483288604675584446046810468727E+000000000000001241");
     return val;
   }
 
- static const mp_float& A006882_972(void)
+ const mp_float& A006882_972(void)
   {
     static const mp_float val("+4.799202614157041845265426416674394871257898625923286843352608446945458904875354887211157026862063584541211080210807878877209801402620688239768407632811976091306181502243451613695844321534140098877105882525098337566675815836949451317593467272800039282195929841180669818414555835562216622254603681805027946597897467556312053993747000705607502142394570838021984709793008167557034056809234952117969665580041774996337478278589942444E+000000000000001242");
     return val;
   }
 
- static const mp_float& A006882_973(void)
+ const mp_float& A006882_973(void)
   {
     static const mp_float val("+1.19475031458912698466695334891410810806185935572182902129807272544854524340094638753495742610034774975035644569145445617032407691832613159435533765707501034444071870999209861870259905701903332854270618584279914721500740872629030876402067082297055167510285247405533144852324494564197782831558707142605424300188083763763020791583550008511158214442011344167633349615036041515172041867176197800216978307239812349343666003546586071707E+000000000000001244");
     return val;
   }
 
- static const mp_float& A006882_974(void)
+ const mp_float& A006882_974(void)
   {
     static const mp_float val("+4.674423346188958757288525329840860604605193261649281385425440627324876973348595660143666944163649931343139592125326874026402346566152550345534429034358864712932220783185121871739752369174252456306301129579445780789942244625188765583336037123707238260858835665309972403135777383837598990075983986078097219986352133399847940589909578687261707086692311996233413107338389955200551171332194843362902454274960688846432703843346603941111E+000000000000001245");
     return val;
   }
 
- static const mp_float& A006882_975(void)
+ const mp_float& A006882_975(void)
   {
     static const mp_float val("+1.164881556724398810050279515191255405360312871828783295765620907312331612315922727846583490447839056006597534549168094766065974995367978304496454215648135085829700742242296153235034080593557495329138531196729168534632223508133051044920154052396287883225281162203948162310163822000928382607697394640402886926833816696689452717939612582983792590809610605634425158746601404772927408204967928552115538495588170406100743534579214199145E+000000000000001247");
     return val;
   }
 
- static const mp_float& A006882_976(void)
+ const mp_float& A006882_976(void)
   {
     static const mp_float val("+4.5622371858804237471136007219246799500946686233696986321752300522690799259882293643002189375037223329909042419143190290497686902485648891372416027375342519598218474843886789468179983123140703973549499024695390820509836307541842352093359722327382645425982236093425330654605187266254966143141603704122228867066796821982515900157517487987674261166116965083238111927622685962757379432202221671221927953723616323141183189511062854E+000000000000001248");
     return val;
   }
 
- static const mp_float& A006882_977(void)
+ const mp_float& A006882_977(void)
   {
     static const mp_float val("+1.138089280919737637419123086341856531037025675776721279963011626444147985232656505106112070167538757718445791254537228586446457570474514803493035768688227978855617625170723341710628296739905672936568344979204397658335682367445990870886990509191173261911099695473257354577030054094907029807720354563673620527516638912665595305427001493575165361220989561704833380095429572463150077816253666195416881110189642486760426433283892272E+000000000000001250");
     return val;
   }
 
- static const mp_float& A006882_978(void)
+ const mp_float& A006882_978(void)
   {
     static const mp_float val("+4.4618679677910544246771015060423369911925859136555652622673749911191601676164883182856141208786404416651043485922040104106737790630964615762222874773084984167057668397321280099880023494431608486131410046152092222458619908775921820347305808436180227226610626899369973380203873146397356887992488422631539831991327291898900550354052103251945427420462391851406873465214986871576717084693772794455045538741696764032077159341819471667E+000000000000001251");
     return val;
   }
 
- static const mp_float& A006882_979(void)
+ const mp_float& A006882_979(void)
   {
     static const mp_float val("+1.114189406020423147033321501528677543885248136585410133083788382288820877542770718498883716694020443806358429638191946786131081961494549992619682017545775191299649655042138151534705102508367653804900409734641105307510633037729625062598363708498158623410966601868318950130912422958913982181758227117836474496438789495499617804013034462210086888635348780909031879113425551441423926182112339205313126606875659994538457478184930534840E+000000000000001253");
     return val;
   }
 
- static const mp_float& A006882_980(void)
+ const mp_float& A006882_980(void)
   {
     static const mp_float val("+4.372630608435233336183559475921490251368734195382453957022027491296776964264158551919901838461067632831802261620359930202460303481834532344697841727762328448371651502937485449788242302454297631640878184522905037800944751060040338394035969226745662268207841436138257391259979568346940975023263865417890903535150074606092253934697106118690651887205314401437873599591068713414518274299989733856594462796686282875143561615498308223367E+000000000000001254");
     return val;
   }
 
- static const mp_float& A006882_981(void)
+ const mp_float& A006882_981(void)
   {
     static const mp_float val("+1.0930198073060351072396883929996326705514284219902873405551964030253332808694580748474049260768340553740376194750662997971945914042261535427599080592124054626649563115963375266555457055607086683826073019496829243066679310100127621864089947980366936095661582364328208900784250869226946165203048208025975814810064524950851250657367868074280952377512771540717602734102704659640368715846522047604121772013450224546422267860994168E+000000000000001256");
     return val;
   }
 
- static const mp_float& A006882_982(void)
+ const mp_float& A006882_982(void)
   {
     static const mp_float val("+4.29392325748339913613225540535490342684409697986556978579563099645343497890740369798534360536876841544082982091119345145881601801916151076249328057666260653630096177588461071169205394101012027427134237720149274712052774554095961230294332178066424034738010029028776875821729993611669603747284511584036886727151737326318259336387255820855422015323561874221199187479842947657305694536258991864717576246634592978339097750641933867E+000000000000001257");
     return val;
   }
 
- static const mp_float& A006882_983(void)
+ const mp_float& A006882_983(void)
   {
     static const mp_float val("+1.0744384705818325104166136903186389151520541388164524557657580641739026150946772875749990423335278764326789799439901727006422833503543089325329896222057945697996520542991997887024014285661766210201029778165383145934545761828425452292400418864700698182035335464134629349470918604450088080394596388489534225958293428026686779396192614317018176187095054424525403487622958680426482447677131172794851701889221570729133089307357267681E+000000000000001259");
     return val;
   }
 
- static const mp_float& A006882_984(void)
+ const mp_float& A006882_984(void)
   {
     static const mp_float val("+4.22522048536366474995413931886922497201459142818772066922290090051018001924488523881757810768286812079377654377661435623547496173085492659029338808743600483172014638747045694030498107795395834988300089916626886316659930161230425850609622863217361250182201868564316445808582313713882890087327959398692296539517309529097167187005059727721735263078384884233660000480165460494788803423678847994882095026688439490685672186631662925654E+000000000000001260");
     return val;
   }
 
- static const mp_float& A006882_985(void)
+ const mp_float& A006882_985(void)
   {
     static const mp_float val("+1.058321893523105022760364484963859331424773326734205668929271693211294075868257128261374056698524958286188795244830320110132649100098994298544994777872707651252657273484711791871865407137683971704801433149290239874552757540099907050801441258173018770930480543217260990922885482538333675918867744266219121256891902660628647770524972510226290354428862860815752243530861430022008521096197420520292892636088324716819609296774690866627E+000000000000001262");
     return val;
   }
 
- static const mp_float& A006882_986(void)
+ const mp_float& A006882_986(void)
   {
     static const mp_float val("+4.166067398568573443454781368405055822406387148193092579853780287903037498975456845474132014175307967102663672163741755248178312266622957618029280654211900764076064338045870543140711342862602932984638886577941099082266911389731998887010881431323181926796510424044160155672621613218885296261053679671106043879640671956898068463869888915336309693952874958543887604734431440478617601757473441229537456963148013378160727760188196446949E+000000000000001263");
     return val;
   }
 
- static const mp_float& A006882_987(void)
+ const mp_float& A006882_987(void)
   {
     static const mp_float val("+1.04456370890730465746447974665932916011625127348666099523319116119954725288196978559397619396144413382846834090664752594870092466179770737266390984576036245178637272892941053857753115684489408007263901451834946675618357169207860825914102252181676952690838429615543659804088797126533533813192246359075827268055230792604047534950814786759334857982128764362514746436496023143172241032194685405352908503181917649550095437591661988E+000000000000001265");
     return val;
   }
 
- static const mp_float& A006882_988(void)
+ const mp_float& A006882_988(void)
   {
     static const mp_float val("+4.116074589785750562133323991984195152537510502414775468895534924448201048987751363328442430005204271497431708097776854185200172519423482126612929286361357954907151565989320096623022806748251697788823219939005805893279708453055214900366750854147303743674952298955630233804550153860258672705921035515052771353084983893415291642303450248352273977625440459041360953477618263192874190536383759934783007479590237217622799027065938089E+000000000000001266");
     return val;
   }
 
- static const mp_float& A006882_989(void)
+ const mp_float& A006882_989(void)
   {
     static const mp_float val("+1.03307350810932430623237046944607653935497250947830772428562605842635223310026811795244245582786824835635518915667440316326521449051793259156460683745699846481672262891118702265317831411960024519183998535864762262186555240346574356829047127407678506211239206889772679546243820358141664941247131649125993168106623253885403012066355824104982174544325347954527084225694566888597346380840543865894026509646916555405044387778153706662E+000000000000001268");
     return val;
   }
 
- static const mp_float& A006882_990(void)
+ const mp_float& A006882_990(void)
   {
     static const mp_float val("+4.074913843887893056511990752064353201012135397390627714206579575203719038497873849695158005705152228782457391016799085643348170794229247305346799993497744375358080050329426895656792578680769180810934987739615747834346911368524662751363083345605830706238202775966073931466504652321656085978861825159902243639554134054481138725880415745868751237849186054450947343942842080560945448631019922335435177404794334845446571036795278708690E+000000000000001269");
     return val;
   }
 
- static const mp_float& A006882_991(void)
+ const mp_float& A006882_991(void)
   {
     static const mp_float val("+1.023775846536340387476279135221061850500777756893002954767055423900515063002365704890870473725417434121147992454264333534795827560103271198240525375919885478633372125250986339449299709292523842985113425490419794018268762431834551876175857032610093996553380540277647254303276259749183899567759074642838592295936636446004343849577586216880373349734264198229363404676633157865999702634129789711009802710600943064063989882881503233022E+000000000000001271");
     return val;
   }
 
- static const mp_float& A006882_992(void)
+ const mp_float& A006882_992(void)
   {
     static const mp_float val("+4.0423145331367899120598948260478383754040383142115026924929269386020892861898908588975967416595110109521977318886646929582013854278754133269040255935497624203552154099267914804915382380513230273644475078376988218516721360775764654493521786788409840605882971537583453400147726151030828372910309305586230256904377009820452896160733724199018012279463925660153397651912993439164578850419717629567516959855559801666829984685009164E+000000000000001272");
     return val;
   }
 
- static const mp_float& A006882_993(void)
+ const mp_float& A006882_993(void)
   {
     static const mp_float val("+1.016609415610586004763945181274514417547272312594751934083686035933211457561349144956634380409339512082299956507084483200052256767182548299852841698288446280282938520374229435073154611327476176084217631511986855460140881094811710013042626033381823338577506876495703723523153325930939612270784761120338722149865079990882313442630543113362210736286124348841757860843896725760937704715690881183032734091626736462615541953701332710E+000000000000001274");
     return val;
   }
 
- static const mp_float& A006882_994(void)
+ const mp_float& A006882_994(void)
   {
     static const mp_float val("+4.0180606459379691725875354570915513451516140843262336763379693769704767504727515137442111612095539448864845454973327048004521771153081608469426014399884638458330841174672307316085890086230150892002608227906726289205621032611110066566560656067679381562247673708357952679746839794124643402672847449752712875362950747761530178783769321853823904205787142106192477266001515478529591377317199323790111858096426442856829004776899109801E+000000000000001275");
     return val;
   }
 
- static const mp_float& A006882_995(void)
+ const mp_float& A006882_995(void)
   {
     static const mp_float val("+1.011526368532533074740125455368141845459535951031778174413267605753545400273542399231851208507292814521888456724549060784051995483346635558353577489797004048881523827772358287897788838270838795203796543354426921182840176689337651462977412903214914221884619342113225204905537559301284914209430837314737028539115754590927901875417390397795399682604693727097549071539677242132133016192112426777117570421168602780302464243932826046839E+000000000000001277");
     return val;
   }
 
- static const mp_float& A006882_996(void)
+ const mp_float& A006882_996(void)
   {
     static const mp_float val("+4.001988403354217295897185315263185139771007627988928741632617499462594843470860507689234316564715729106938607315343373981250368406846928203554831034228509990449751780997361808682154652588523028843459779499509938404879854848066562630029441344340866403599868301352452086902785243494814482906215605995370202386149894477048405806863424456640860858896399353776770735693750941661547301180793052649495141066404073708540168875779151336226E+000000000000001278");
     return val;
   }
 
- static const mp_float& A006882_997(void)
+ const mp_float& A006882_997(void)
   {
     static const mp_float val("+1.0084917894269354755159050790020374199231573431786828398900278029362847640727217720341556548817709360783227913543754136016998394968965956516785167573276130367348792562890412130340954717560262788181851537243636404192916561592696385085884806645052694792189654840868855292908209466233810594668025448027928174534984073271551181697911382266020134835568796459162564243250582104057366171435360894967862177099050969719615568512010275E+000000000000001280");
     return val;
   }
 
- static const mp_float& A006882_998(void)
+ const mp_float& A006882_998(void)
   {
     static const mp_float val("+3.99398442654750886130539094463265876949146561273295088414935226446366965378391878667385584793158629764872473010071268723328786767003323434714772137216005297046885227743536708506479034328334598278577285994051091852807009513837042950476938246165218467079266856474974718272897967300782485394040317478337946198137759468809430899524969760772757913717860655506921719422236343977822420657843146654419615078427126556112308853802759303E+000000000000001281");
     return val;
   }
 
- static const mp_float& A006882_999(void)
+ const mp_float& A006882_999(void)
   {
     static const mp_float val("+1.0074832976375085400403891739230353825032341858355041570501377751333484793086490502621214992268891651422444685630210381880981396573996990560268382405702854236981443770327521718210613762842702525393669685706392767788723645031103688700798921838407642097397465186027986437615301256767576784073357422579900246360449089198279630516213470883754114700733227662703401679007331521953308805263925534072894314921951918749895952943498265411E+000000000000001283");
     return val;
   }
 
- static const mp_float& A006882_1000(void)
+ const mp_float& A006882_1000(void)
   {
     static const mp_float val("+3.99398442654750886130539094463265876949146561273295088414935226446366965378391878667385584793158629764872473010071268723328786767003323434714772137216005297046885227743536708506479034328334598278577285994051091852807009513837042950476938246165218467079266856474974718272897967300782485394040317478337946198137759468809430899524969760772757913717860655506921719422236343977822420657843146654419615078427126556112308853802759303355E+000000000000001284");
     return val;
@@ -6027,1017 +6027,1023 @@
 
 }
 
-namespace Tables
+namespace boost
 {
- const std::vector<pfn_efloat>& A006882(void)
+ namespace multiprecision
   {
- static const boost::array<pfn_efloat, 1001> A006882_data =
- {{
- A006882_Table::A006882_0,
- A006882_Table::A006882_1,
- A006882_Table::A006882_2,
- A006882_Table::A006882_3,
- A006882_Table::A006882_4,
- A006882_Table::A006882_5,
- A006882_Table::A006882_6,
- A006882_Table::A006882_7,
- A006882_Table::A006882_8,
- A006882_Table::A006882_9,
- A006882_Table::A006882_10,
- A006882_Table::A006882_11,
- A006882_Table::A006882_12,
- A006882_Table::A006882_13,
- A006882_Table::A006882_14,
- A006882_Table::A006882_15,
- A006882_Table::A006882_16,
- A006882_Table::A006882_17,
- A006882_Table::A006882_18,
- A006882_Table::A006882_19,
- A006882_Table::A006882_20,
- A006882_Table::A006882_21,
- A006882_Table::A006882_22,
- A006882_Table::A006882_23,
- A006882_Table::A006882_24,
- A006882_Table::A006882_25,
- A006882_Table::A006882_26,
- A006882_Table::A006882_27,
- A006882_Table::A006882_28,
- A006882_Table::A006882_29,
- A006882_Table::A006882_30,
- A006882_Table::A006882_31,
- A006882_Table::A006882_32,
- A006882_Table::A006882_33,
- A006882_Table::A006882_34,
- A006882_Table::A006882_35,
- A006882_Table::A006882_36,
- A006882_Table::A006882_37,
- A006882_Table::A006882_38,
- A006882_Table::A006882_39,
- A006882_Table::A006882_40,
- A006882_Table::A006882_41,
- A006882_Table::A006882_42,
- A006882_Table::A006882_43,
- A006882_Table::A006882_44,
- A006882_Table::A006882_45,
- A006882_Table::A006882_46,
- A006882_Table::A006882_47,
- A006882_Table::A006882_48,
- A006882_Table::A006882_49,
- A006882_Table::A006882_50,
- A006882_Table::A006882_51,
- A006882_Table::A006882_52,
- A006882_Table::A006882_53,
- A006882_Table::A006882_54,
- A006882_Table::A006882_55,
- A006882_Table::A006882_56,
- A006882_Table::A006882_57,
- A006882_Table::A006882_58,
- A006882_Table::A006882_59,
- A006882_Table::A006882_60,
- A006882_Table::A006882_61,
- A006882_Table::A006882_62,
- A006882_Table::A006882_63,
- A006882_Table::A006882_64,
- A006882_Table::A006882_65,
- A006882_Table::A006882_66,
- A006882_Table::A006882_67,
- A006882_Table::A006882_68,
- A006882_Table::A006882_69,
- A006882_Table::A006882_70,
- A006882_Table::A006882_71,
- A006882_Table::A006882_72,
- A006882_Table::A006882_73,
- A006882_Table::A006882_74,
- A006882_Table::A006882_75,
- A006882_Table::A006882_76,
- A006882_Table::A006882_77,
- A006882_Table::A006882_78,
- A006882_Table::A006882_79,
- A006882_Table::A006882_80,
- A006882_Table::A006882_81,
- A006882_Table::A006882_82,
- A006882_Table::A006882_83,
- A006882_Table::A006882_84,
- A006882_Table::A006882_85,
- A006882_Table::A006882_86,
- A006882_Table::A006882_87,
- A006882_Table::A006882_88,
- A006882_Table::A006882_89,
- A006882_Table::A006882_90,
- A006882_Table::A006882_91,
- A006882_Table::A006882_92,
- A006882_Table::A006882_93,
- A006882_Table::A006882_94,
- A006882_Table::A006882_95,
- A006882_Table::A006882_96,
- A006882_Table::A006882_97,
- A006882_Table::A006882_98,
- A006882_Table::A006882_99,
- A006882_Table::A006882_100,
- A006882_Table::A006882_101,
- A006882_Table::A006882_102,
- A006882_Table::A006882_103,
- A006882_Table::A006882_104,
- A006882_Table::A006882_105,
- A006882_Table::A006882_106,
- A006882_Table::A006882_107,
- A006882_Table::A006882_108,
- A006882_Table::A006882_109,
- A006882_Table::A006882_110,
- A006882_Table::A006882_111,
- A006882_Table::A006882_112,
- A006882_Table::A006882_113,
- A006882_Table::A006882_114,
- A006882_Table::A006882_115,
- A006882_Table::A006882_116,
- A006882_Table::A006882_117,
- A006882_Table::A006882_118,
- A006882_Table::A006882_119,
- A006882_Table::A006882_120,
- A006882_Table::A006882_121,
- A006882_Table::A006882_122,
- A006882_Table::A006882_123,
- A006882_Table::A006882_124,
- A006882_Table::A006882_125,
- A006882_Table::A006882_126,
- A006882_Table::A006882_127,
- A006882_Table::A006882_128,
- A006882_Table::A006882_129,
- A006882_Table::A006882_130,
- A006882_Table::A006882_131,
- A006882_Table::A006882_132,
- A006882_Table::A006882_133,
- A006882_Table::A006882_134,
- A006882_Table::A006882_135,
- A006882_Table::A006882_136,
- A006882_Table::A006882_137,
- A006882_Table::A006882_138,
- A006882_Table::A006882_139,
- A006882_Table::A006882_140,
- A006882_Table::A006882_141,
- A006882_Table::A006882_142,
- A006882_Table::A006882_143,
- A006882_Table::A006882_144,
- A006882_Table::A006882_145,
- A006882_Table::A006882_146,
- A006882_Table::A006882_147,
- A006882_Table::A006882_148,
- A006882_Table::A006882_149,
- A006882_Table::A006882_150,
- A006882_Table::A006882_151,
- A006882_Table::A006882_152,
- A006882_Table::A006882_153,
- A006882_Table::A006882_154,
- A006882_Table::A006882_155,
- A006882_Table::A006882_156,
- A006882_Table::A006882_157,
- A006882_Table::A006882_158,
- A006882_Table::A006882_159,
- A006882_Table::A006882_160,
- A006882_Table::A006882_161,
- A006882_Table::A006882_162,
- A006882_Table::A006882_163,
- A006882_Table::A006882_164,
- A006882_Table::A006882_165,
- A006882_Table::A006882_166,
- A006882_Table::A006882_167,
- A006882_Table::A006882_168,
- A006882_Table::A006882_169,
- A006882_Table::A006882_170,
- A006882_Table::A006882_171,
- A006882_Table::A006882_172,
- A006882_Table::A006882_173,
- A006882_Table::A006882_174,
- A006882_Table::A006882_175,
- A006882_Table::A006882_176,
- A006882_Table::A006882_177,
- A006882_Table::A006882_178,
- A006882_Table::A006882_179,
- A006882_Table::A006882_180,
- A006882_Table::A006882_181,
- A006882_Table::A006882_182,
- A006882_Table::A006882_183,
- A006882_Table::A006882_184,
- A006882_Table::A006882_185,
- A006882_Table::A006882_186,
- A006882_Table::A006882_187,
- A006882_Table::A006882_188,
- A006882_Table::A006882_189,
- A006882_Table::A006882_190,
- A006882_Table::A006882_191,
- A006882_Table::A006882_192,
- A006882_Table::A006882_193,
- A006882_Table::A006882_194,
- A006882_Table::A006882_195,
- A006882_Table::A006882_196,
- A006882_Table::A006882_197,
- A006882_Table::A006882_198,
- A006882_Table::A006882_199,
- A006882_Table::A006882_200,
- A006882_Table::A006882_201,
- A006882_Table::A006882_202,
- A006882_Table::A006882_203,
- A006882_Table::A006882_204,
- A006882_Table::A006882_205,
- A006882_Table::A006882_206,
- A006882_Table::A006882_207,
- A006882_Table::A006882_208,
- A006882_Table::A006882_209,
- A006882_Table::A006882_210,
- A006882_Table::A006882_211,
- A006882_Table::A006882_212,
- A006882_Table::A006882_213,
- A006882_Table::A006882_214,
- A006882_Table::A006882_215,
- A006882_Table::A006882_216,
- A006882_Table::A006882_217,
- A006882_Table::A006882_218,
- A006882_Table::A006882_219,
- A006882_Table::A006882_220,
- A006882_Table::A006882_221,
- A006882_Table::A006882_222,
- A006882_Table::A006882_223,
- A006882_Table::A006882_224,
- A006882_Table::A006882_225,
- A006882_Table::A006882_226,
- A006882_Table::A006882_227,
- A006882_Table::A006882_228,
- A006882_Table::A006882_229,
- A006882_Table::A006882_230,
- A006882_Table::A006882_231,
- A006882_Table::A006882_232,
- A006882_Table::A006882_233,
- A006882_Table::A006882_234,
- A006882_Table::A006882_235,
- A006882_Table::A006882_236,
- A006882_Table::A006882_237,
- A006882_Table::A006882_238,
- A006882_Table::A006882_239,
- A006882_Table::A006882_240,
- A006882_Table::A006882_241,
- A006882_Table::A006882_242,
- A006882_Table::A006882_243,
- A006882_Table::A006882_244,
- A006882_Table::A006882_245,
- A006882_Table::A006882_246,
- A006882_Table::A006882_247,
- A006882_Table::A006882_248,
- A006882_Table::A006882_249,
- A006882_Table::A006882_250,
- A006882_Table::A006882_251,
- A006882_Table::A006882_252,
- A006882_Table::A006882_253,
- A006882_Table::A006882_254,
- A006882_Table::A006882_255,
- A006882_Table::A006882_256,
- A006882_Table::A006882_257,
- A006882_Table::A006882_258,
- A006882_Table::A006882_259,
- A006882_Table::A006882_260,
- A006882_Table::A006882_261,
- A006882_Table::A006882_262,
- A006882_Table::A006882_263,
- A006882_Table::A006882_264,
- A006882_Table::A006882_265,
- A006882_Table::A006882_266,
- A006882_Table::A006882_267,
- A006882_Table::A006882_268,
- A006882_Table::A006882_269,
- A006882_Table::A006882_270,
- A006882_Table::A006882_271,
- A006882_Table::A006882_272,
- A006882_Table::A006882_273,
- A006882_Table::A006882_274,
- A006882_Table::A006882_275,
- A006882_Table::A006882_276,
- A006882_Table::A006882_277,
- A006882_Table::A006882_278,
- A006882_Table::A006882_279,
- A006882_Table::A006882_280,
- A006882_Table::A006882_281,
- A006882_Table::A006882_282,
- A006882_Table::A006882_283,
- A006882_Table::A006882_284,
- A006882_Table::A006882_285,
- A006882_Table::A006882_286,
- A006882_Table::A006882_287,
- A006882_Table::A006882_288,
- A006882_Table::A006882_289,
- A006882_Table::A006882_290,
- A006882_Table::A006882_291,
- A006882_Table::A006882_292,
- A006882_Table::A006882_293,
- A006882_Table::A006882_294,
- A006882_Table::A006882_295,
- A006882_Table::A006882_296,
- A006882_Table::A006882_297,
- A006882_Table::A006882_298,
- A006882_Table::A006882_299,
- A006882_Table::A006882_300,
- A006882_Table::A006882_301,
- A006882_Table::A006882_302,
- A006882_Table::A006882_303,
- A006882_Table::A006882_304,
- A006882_Table::A006882_305,
- A006882_Table::A006882_306,
- A006882_Table::A006882_307,
- A006882_Table::A006882_308,
- A006882_Table::A006882_309,
- A006882_Table::A006882_310,
- A006882_Table::A006882_311,
- A006882_Table::A006882_312,
- A006882_Table::A006882_313,
- A006882_Table::A006882_314,
- A006882_Table::A006882_315,
- A006882_Table::A006882_316,
- A006882_Table::A006882_317,
- A006882_Table::A006882_318,
- A006882_Table::A006882_319,
- A006882_Table::A006882_320,
- A006882_Table::A006882_321,
- A006882_Table::A006882_322,
- A006882_Table::A006882_323,
- A006882_Table::A006882_324,
- A006882_Table::A006882_325,
- A006882_Table::A006882_326,
- A006882_Table::A006882_327,
- A006882_Table::A006882_328,
- A006882_Table::A006882_329,
- A006882_Table::A006882_330,
- A006882_Table::A006882_331,
- A006882_Table::A006882_332,
- A006882_Table::A006882_333,
- A006882_Table::A006882_334,
- A006882_Table::A006882_335,
- A006882_Table::A006882_336,
- A006882_Table::A006882_337,
- A006882_Table::A006882_338,
- A006882_Table::A006882_339,
- A006882_Table::A006882_340,
- A006882_Table::A006882_341,
- A006882_Table::A006882_342,
- A006882_Table::A006882_343,
- A006882_Table::A006882_344,
- A006882_Table::A006882_345,
- A006882_Table::A006882_346,
- A006882_Table::A006882_347,
- A006882_Table::A006882_348,
- A006882_Table::A006882_349,
- A006882_Table::A006882_350,
- A006882_Table::A006882_351,
- A006882_Table::A006882_352,
- A006882_Table::A006882_353,
- A006882_Table::A006882_354,
- A006882_Table::A006882_355,
- A006882_Table::A006882_356,
- A006882_Table::A006882_357,
- A006882_Table::A006882_358,
- A006882_Table::A006882_359,
- A006882_Table::A006882_360,
- A006882_Table::A006882_361,
- A006882_Table::A006882_362,
- A006882_Table::A006882_363,
- A006882_Table::A006882_364,
- A006882_Table::A006882_365,
- A006882_Table::A006882_366,
- A006882_Table::A006882_367,
- A006882_Table::A006882_368,
- A006882_Table::A006882_369,
- A006882_Table::A006882_370,
- A006882_Table::A006882_371,
- A006882_Table::A006882_372,
- A006882_Table::A006882_373,
- A006882_Table::A006882_374,
- A006882_Table::A006882_375,
- A006882_Table::A006882_376,
- A006882_Table::A006882_377,
- A006882_Table::A006882_378,
- A006882_Table::A006882_379,
- A006882_Table::A006882_380,
- A006882_Table::A006882_381,
- A006882_Table::A006882_382,
- A006882_Table::A006882_383,
- A006882_Table::A006882_384,
- A006882_Table::A006882_385,
- A006882_Table::A006882_386,
- A006882_Table::A006882_387,
- A006882_Table::A006882_388,
- A006882_Table::A006882_389,
- A006882_Table::A006882_390,
- A006882_Table::A006882_391,
- A006882_Table::A006882_392,
- A006882_Table::A006882_393,
- A006882_Table::A006882_394,
- A006882_Table::A006882_395,
- A006882_Table::A006882_396,
- A006882_Table::A006882_397,
- A006882_Table::A006882_398,
- A006882_Table::A006882_399,
- A006882_Table::A006882_400,
- A006882_Table::A006882_401,
- A006882_Table::A006882_402,
- A006882_Table::A006882_403,
- A006882_Table::A006882_404,
- A006882_Table::A006882_405,
- A006882_Table::A006882_406,
- A006882_Table::A006882_407,
- A006882_Table::A006882_408,
- A006882_Table::A006882_409,
- A006882_Table::A006882_410,
- A006882_Table::A006882_411,
- A006882_Table::A006882_412,
- A006882_Table::A006882_413,
- A006882_Table::A006882_414,
- A006882_Table::A006882_415,
- A006882_Table::A006882_416,
- A006882_Table::A006882_417,
- A006882_Table::A006882_418,
- A006882_Table::A006882_419,
- A006882_Table::A006882_420,
- A006882_Table::A006882_421,
- A006882_Table::A006882_422,
- A006882_Table::A006882_423,
- A006882_Table::A006882_424,
- A006882_Table::A006882_425,
- A006882_Table::A006882_426,
- A006882_Table::A006882_427,
- A006882_Table::A006882_428,
- A006882_Table::A006882_429,
- A006882_Table::A006882_430,
- A006882_Table::A006882_431,
- A006882_Table::A006882_432,
- A006882_Table::A006882_433,
- A006882_Table::A006882_434,
- A006882_Table::A006882_435,
- A006882_Table::A006882_436,
- A006882_Table::A006882_437,
- A006882_Table::A006882_438,
- A006882_Table::A006882_439,
- A006882_Table::A006882_440,
- A006882_Table::A006882_441,
- A006882_Table::A006882_442,
- A006882_Table::A006882_443,
- A006882_Table::A006882_444,
- A006882_Table::A006882_445,
- A006882_Table::A006882_446,
- A006882_Table::A006882_447,
- A006882_Table::A006882_448,
- A006882_Table::A006882_449,
- A006882_Table::A006882_450,
- A006882_Table::A006882_451,
- A006882_Table::A006882_452,
- A006882_Table::A006882_453,
- A006882_Table::A006882_454,
- A006882_Table::A006882_455,
- A006882_Table::A006882_456,
- A006882_Table::A006882_457,
- A006882_Table::A006882_458,
- A006882_Table::A006882_459,
- A006882_Table::A006882_460,
- A006882_Table::A006882_461,
- A006882_Table::A006882_462,
- A006882_Table::A006882_463,
- A006882_Table::A006882_464,
- A006882_Table::A006882_465,
- A006882_Table::A006882_466,
- A006882_Table::A006882_467,
- A006882_Table::A006882_468,
- A006882_Table::A006882_469,
- A006882_Table::A006882_470,
- A006882_Table::A006882_471,
- A006882_Table::A006882_472,
- A006882_Table::A006882_473,
- A006882_Table::A006882_474,
- A006882_Table::A006882_475,
- A006882_Table::A006882_476,
- A006882_Table::A006882_477,
- A006882_Table::A006882_478,
- A006882_Table::A006882_479,
- A006882_Table::A006882_480,
- A006882_Table::A006882_481,
- A006882_Table::A006882_482,
- A006882_Table::A006882_483,
- A006882_Table::A006882_484,
- A006882_Table::A006882_485,
- A006882_Table::A006882_486,
- A006882_Table::A006882_487,
- A006882_Table::A006882_488,
- A006882_Table::A006882_489,
- A006882_Table::A006882_490,
- A006882_Table::A006882_491,
- A006882_Table::A006882_492,
- A006882_Table::A006882_493,
- A006882_Table::A006882_494,
- A006882_Table::A006882_495,
- A006882_Table::A006882_496,
- A006882_Table::A006882_497,
- A006882_Table::A006882_498,
- A006882_Table::A006882_499,
- A006882_Table::A006882_500,
- A006882_Table::A006882_501,
- A006882_Table::A006882_502,
- A006882_Table::A006882_503,
- A006882_Table::A006882_504,
- A006882_Table::A006882_505,
- A006882_Table::A006882_506,
- A006882_Table::A006882_507,
- A006882_Table::A006882_508,
- A006882_Table::A006882_509,
- A006882_Table::A006882_510,
- A006882_Table::A006882_511,
- A006882_Table::A006882_512,
- A006882_Table::A006882_513,
- A006882_Table::A006882_514,
- A006882_Table::A006882_515,
- A006882_Table::A006882_516,
- A006882_Table::A006882_517,
- A006882_Table::A006882_518,
- A006882_Table::A006882_519,
- A006882_Table::A006882_520,
- A006882_Table::A006882_521,
- A006882_Table::A006882_522,
- A006882_Table::A006882_523,
- A006882_Table::A006882_524,
- A006882_Table::A006882_525,
- A006882_Table::A006882_526,
- A006882_Table::A006882_527,
- A006882_Table::A006882_528,
- A006882_Table::A006882_529,
- A006882_Table::A006882_530,
- A006882_Table::A006882_531,
- A006882_Table::A006882_532,
- A006882_Table::A006882_533,
- A006882_Table::A006882_534,
- A006882_Table::A006882_535,
- A006882_Table::A006882_536,
- A006882_Table::A006882_537,
- A006882_Table::A006882_538,
- A006882_Table::A006882_539,
- A006882_Table::A006882_540,
- A006882_Table::A006882_541,
- A006882_Table::A006882_542,
- A006882_Table::A006882_543,
- A006882_Table::A006882_544,
- A006882_Table::A006882_545,
- A006882_Table::A006882_546,
- A006882_Table::A006882_547,
- A006882_Table::A006882_548,
- A006882_Table::A006882_549,
- A006882_Table::A006882_550,
- A006882_Table::A006882_551,
- A006882_Table::A006882_552,
- A006882_Table::A006882_553,
- A006882_Table::A006882_554,
- A006882_Table::A006882_555,
- A006882_Table::A006882_556,
- A006882_Table::A006882_557,
- A006882_Table::A006882_558,
- A006882_Table::A006882_559,
- A006882_Table::A006882_560,
- A006882_Table::A006882_561,
- A006882_Table::A006882_562,
- A006882_Table::A006882_563,
- A006882_Table::A006882_564,
- A006882_Table::A006882_565,
- A006882_Table::A006882_566,
- A006882_Table::A006882_567,
- A006882_Table::A006882_568,
- A006882_Table::A006882_569,
- A006882_Table::A006882_570,
- A006882_Table::A006882_571,
- A006882_Table::A006882_572,
- A006882_Table::A006882_573,
- A006882_Table::A006882_574,
- A006882_Table::A006882_575,
- A006882_Table::A006882_576,
- A006882_Table::A006882_577,
- A006882_Table::A006882_578,
- A006882_Table::A006882_579,
- A006882_Table::A006882_580,
- A006882_Table::A006882_581,
- A006882_Table::A006882_582,
- A006882_Table::A006882_583,
- A006882_Table::A006882_584,
- A006882_Table::A006882_585,
- A006882_Table::A006882_586,
- A006882_Table::A006882_587,
- A006882_Table::A006882_588,
- A006882_Table::A006882_589,
- A006882_Table::A006882_590,
- A006882_Table::A006882_591,
- A006882_Table::A006882_592,
- A006882_Table::A006882_593,
- A006882_Table::A006882_594,
- A006882_Table::A006882_595,
- A006882_Table::A006882_596,
- A006882_Table::A006882_597,
- A006882_Table::A006882_598,
- A006882_Table::A006882_599,
- A006882_Table::A006882_600,
- A006882_Table::A006882_601,
- A006882_Table::A006882_602,
- A006882_Table::A006882_603,
- A006882_Table::A006882_604,
- A006882_Table::A006882_605,
- A006882_Table::A006882_606,
- A006882_Table::A006882_607,
- A006882_Table::A006882_608,
- A006882_Table::A006882_609,
- A006882_Table::A006882_610,
- A006882_Table::A006882_611,
- A006882_Table::A006882_612,
- A006882_Table::A006882_613,
- A006882_Table::A006882_614,
- A006882_Table::A006882_615,
- A006882_Table::A006882_616,
- A006882_Table::A006882_617,
- A006882_Table::A006882_618,
- A006882_Table::A006882_619,
- A006882_Table::A006882_620,
- A006882_Table::A006882_621,
- A006882_Table::A006882_622,
- A006882_Table::A006882_623,
- A006882_Table::A006882_624,
- A006882_Table::A006882_625,
- A006882_Table::A006882_626,
- A006882_Table::A006882_627,
- A006882_Table::A006882_628,
- A006882_Table::A006882_629,
- A006882_Table::A006882_630,
- A006882_Table::A006882_631,
- A006882_Table::A006882_632,
- A006882_Table::A006882_633,
- A006882_Table::A006882_634,
- A006882_Table::A006882_635,
- A006882_Table::A006882_636,
- A006882_Table::A006882_637,
- A006882_Table::A006882_638,
- A006882_Table::A006882_639,
- A006882_Table::A006882_640,
- A006882_Table::A006882_641,
- A006882_Table::A006882_642,
- A006882_Table::A006882_643,
- A006882_Table::A006882_644,
- A006882_Table::A006882_645,
- A006882_Table::A006882_646,
- A006882_Table::A006882_647,
- A006882_Table::A006882_648,
- A006882_Table::A006882_649,
- A006882_Table::A006882_650,
- A006882_Table::A006882_651,
- A006882_Table::A006882_652,
- A006882_Table::A006882_653,
- A006882_Table::A006882_654,
- A006882_Table::A006882_655,
- A006882_Table::A006882_656,
- A006882_Table::A006882_657,
- A006882_Table::A006882_658,
- A006882_Table::A006882_659,
- A006882_Table::A006882_660,
- A006882_Table::A006882_661,
- A006882_Table::A006882_662,
- A006882_Table::A006882_663,
- A006882_Table::A006882_664,
- A006882_Table::A006882_665,
- A006882_Table::A006882_666,
- A006882_Table::A006882_667,
- A006882_Table::A006882_668,
- A006882_Table::A006882_669,
- A006882_Table::A006882_670,
- A006882_Table::A006882_671,
- A006882_Table::A006882_672,
- A006882_Table::A006882_673,
- A006882_Table::A006882_674,
- A006882_Table::A006882_675,
- A006882_Table::A006882_676,
- A006882_Table::A006882_677,
- A006882_Table::A006882_678,
- A006882_Table::A006882_679,
- A006882_Table::A006882_680,
- A006882_Table::A006882_681,
- A006882_Table::A006882_682,
- A006882_Table::A006882_683,
- A006882_Table::A006882_684,
- A006882_Table::A006882_685,
- A006882_Table::A006882_686,
- A006882_Table::A006882_687,
- A006882_Table::A006882_688,
- A006882_Table::A006882_689,
- A006882_Table::A006882_690,
- A006882_Table::A006882_691,
- A006882_Table::A006882_692,
- A006882_Table::A006882_693,
- A006882_Table::A006882_694,
- A006882_Table::A006882_695,
- A006882_Table::A006882_696,
- A006882_Table::A006882_697,
- A006882_Table::A006882_698,
- A006882_Table::A006882_699,
- A006882_Table::A006882_700,
- A006882_Table::A006882_701,
- A006882_Table::A006882_702,
- A006882_Table::A006882_703,
- A006882_Table::A006882_704,
- A006882_Table::A006882_705,
- A006882_Table::A006882_706,
- A006882_Table::A006882_707,
- A006882_Table::A006882_708,
- A006882_Table::A006882_709,
- A006882_Table::A006882_710,
- A006882_Table::A006882_711,
- A006882_Table::A006882_712,
- A006882_Table::A006882_713,
- A006882_Table::A006882_714,
- A006882_Table::A006882_715,
- A006882_Table::A006882_716,
- A006882_Table::A006882_717,
- A006882_Table::A006882_718,
- A006882_Table::A006882_719,
- A006882_Table::A006882_720,
- A006882_Table::A006882_721,
- A006882_Table::A006882_722,
- A006882_Table::A006882_723,
- A006882_Table::A006882_724,
- A006882_Table::A006882_725,
- A006882_Table::A006882_726,
- A006882_Table::A006882_727,
- A006882_Table::A006882_728,
- A006882_Table::A006882_729,
- A006882_Table::A006882_730,
- A006882_Table::A006882_731,
- A006882_Table::A006882_732,
- A006882_Table::A006882_733,
- A006882_Table::A006882_734,
- A006882_Table::A006882_735,
- A006882_Table::A006882_736,
- A006882_Table::A006882_737,
- A006882_Table::A006882_738,
- A006882_Table::A006882_739,
- A006882_Table::A006882_740,
- A006882_Table::A006882_741,
- A006882_Table::A006882_742,
- A006882_Table::A006882_743,
- A006882_Table::A006882_744,
- A006882_Table::A006882_745,
- A006882_Table::A006882_746,
- A006882_Table::A006882_747,
- A006882_Table::A006882_748,
- A006882_Table::A006882_749,
- A006882_Table::A006882_750,
- A006882_Table::A006882_751,
- A006882_Table::A006882_752,
- A006882_Table::A006882_753,
- A006882_Table::A006882_754,
- A006882_Table::A006882_755,
- A006882_Table::A006882_756,
- A006882_Table::A006882_757,
- A006882_Table::A006882_758,
- A006882_Table::A006882_759,
- A006882_Table::A006882_760,
- A006882_Table::A006882_761,
- A006882_Table::A006882_762,
- A006882_Table::A006882_763,
- A006882_Table::A006882_764,
- A006882_Table::A006882_765,
- A006882_Table::A006882_766,
- A006882_Table::A006882_767,
- A006882_Table::A006882_768,
- A006882_Table::A006882_769,
- A006882_Table::A006882_770,
- A006882_Table::A006882_771,
- A006882_Table::A006882_772,
- A006882_Table::A006882_773,
- A006882_Table::A006882_774,
- A006882_Table::A006882_775,
- A006882_Table::A006882_776,
- A006882_Table::A006882_777,
- A006882_Table::A006882_778,
- A006882_Table::A006882_779,
- A006882_Table::A006882_780,
- A006882_Table::A006882_781,
- A006882_Table::A006882_782,
- A006882_Table::A006882_783,
- A006882_Table::A006882_784,
- A006882_Table::A006882_785,
- A006882_Table::A006882_786,
- A006882_Table::A006882_787,
- A006882_Table::A006882_788,
- A006882_Table::A006882_789,
- A006882_Table::A006882_790,
- A006882_Table::A006882_791,
- A006882_Table::A006882_792,
- A006882_Table::A006882_793,
- A006882_Table::A006882_794,
- A006882_Table::A006882_795,
- A006882_Table::A006882_796,
- A006882_Table::A006882_797,
- A006882_Table::A006882_798,
- A006882_Table::A006882_799,
- A006882_Table::A006882_800,
- A006882_Table::A006882_801,
- A006882_Table::A006882_802,
- A006882_Table::A006882_803,
- A006882_Table::A006882_804,
- A006882_Table::A006882_805,
- A006882_Table::A006882_806,
- A006882_Table::A006882_807,
- A006882_Table::A006882_808,
- A006882_Table::A006882_809,
- A006882_Table::A006882_810,
- A006882_Table::A006882_811,
- A006882_Table::A006882_812,
- A006882_Table::A006882_813,
- A006882_Table::A006882_814,
- A006882_Table::A006882_815,
- A006882_Table::A006882_816,
- A006882_Table::A006882_817,
- A006882_Table::A006882_818,
- A006882_Table::A006882_819,
- A006882_Table::A006882_820,
- A006882_Table::A006882_821,
- A006882_Table::A006882_822,
- A006882_Table::A006882_823,
- A006882_Table::A006882_824,
- A006882_Table::A006882_825,
- A006882_Table::A006882_826,
- A006882_Table::A006882_827,
- A006882_Table::A006882_828,
- A006882_Table::A006882_829,
- A006882_Table::A006882_830,
- A006882_Table::A006882_831,
- A006882_Table::A006882_832,
- A006882_Table::A006882_833,
- A006882_Table::A006882_834,
- A006882_Table::A006882_835,
- A006882_Table::A006882_836,
- A006882_Table::A006882_837,
- A006882_Table::A006882_838,
- A006882_Table::A006882_839,
- A006882_Table::A006882_840,
- A006882_Table::A006882_841,
- A006882_Table::A006882_842,
- A006882_Table::A006882_843,
- A006882_Table::A006882_844,
- A006882_Table::A006882_845,
- A006882_Table::A006882_846,
- A006882_Table::A006882_847,
- A006882_Table::A006882_848,
- A006882_Table::A006882_849,
- A006882_Table::A006882_850,
- A006882_Table::A006882_851,
- A006882_Table::A006882_852,
- A006882_Table::A006882_853,
- A006882_Table::A006882_854,
- A006882_Table::A006882_855,
- A006882_Table::A006882_856,
- A006882_Table::A006882_857,
- A006882_Table::A006882_858,
- A006882_Table::A006882_859,
- A006882_Table::A006882_860,
- A006882_Table::A006882_861,
- A006882_Table::A006882_862,
- A006882_Table::A006882_863,
- A006882_Table::A006882_864,
- A006882_Table::A006882_865,
- A006882_Table::A006882_866,
- A006882_Table::A006882_867,
- A006882_Table::A006882_868,
- A006882_Table::A006882_869,
- A006882_Table::A006882_870,
- A006882_Table::A006882_871,
- A006882_Table::A006882_872,
- A006882_Table::A006882_873,
- A006882_Table::A006882_874,
- A006882_Table::A006882_875,
- A006882_Table::A006882_876,
- A006882_Table::A006882_877,
- A006882_Table::A006882_878,
- A006882_Table::A006882_879,
- A006882_Table::A006882_880,
- A006882_Table::A006882_881,
- A006882_Table::A006882_882,
- A006882_Table::A006882_883,
- A006882_Table::A006882_884,
- A006882_Table::A006882_885,
- A006882_Table::A006882_886,
- A006882_Table::A006882_887,
- A006882_Table::A006882_888,
- A006882_Table::A006882_889,
- A006882_Table::A006882_890,
- A006882_Table::A006882_891,
- A006882_Table::A006882_892,
- A006882_Table::A006882_893,
- A006882_Table::A006882_894,
- A006882_Table::A006882_895,
- A006882_Table::A006882_896,
- A006882_Table::A006882_897,
- A006882_Table::A006882_898,
- A006882_Table::A006882_899,
- A006882_Table::A006882_900,
- A006882_Table::A006882_901,
- A006882_Table::A006882_902,
- A006882_Table::A006882_903,
- A006882_Table::A006882_904,
- A006882_Table::A006882_905,
- A006882_Table::A006882_906,
- A006882_Table::A006882_907,
- A006882_Table::A006882_908,
- A006882_Table::A006882_909,
- A006882_Table::A006882_910,
- A006882_Table::A006882_911,
- A006882_Table::A006882_912,
- A006882_Table::A006882_913,
- A006882_Table::A006882_914,
- A006882_Table::A006882_915,
- A006882_Table::A006882_916,
- A006882_Table::A006882_917,
- A006882_Table::A006882_918,
- A006882_Table::A006882_919,
- A006882_Table::A006882_920,
- A006882_Table::A006882_921,
- A006882_Table::A006882_922,
- A006882_Table::A006882_923,
- A006882_Table::A006882_924,
- A006882_Table::A006882_925,
- A006882_Table::A006882_926,
- A006882_Table::A006882_927,
- A006882_Table::A006882_928,
- A006882_Table::A006882_929,
- A006882_Table::A006882_930,
- A006882_Table::A006882_931,
- A006882_Table::A006882_932,
- A006882_Table::A006882_933,
- A006882_Table::A006882_934,
- A006882_Table::A006882_935,
- A006882_Table::A006882_936,
- A006882_Table::A006882_937,
- A006882_Table::A006882_938,
- A006882_Table::A006882_939,
- A006882_Table::A006882_940,
- A006882_Table::A006882_941,
- A006882_Table::A006882_942,
- A006882_Table::A006882_943,
- A006882_Table::A006882_944,
- A006882_Table::A006882_945,
- A006882_Table::A006882_946,
- A006882_Table::A006882_947,
- A006882_Table::A006882_948,
- A006882_Table::A006882_949,
- A006882_Table::A006882_950,
- A006882_Table::A006882_951,
- A006882_Table::A006882_952,
- A006882_Table::A006882_953,
- A006882_Table::A006882_954,
- A006882_Table::A006882_955,
- A006882_Table::A006882_956,
- A006882_Table::A006882_957,
- A006882_Table::A006882_958,
- A006882_Table::A006882_959,
- A006882_Table::A006882_960,
- A006882_Table::A006882_961,
- A006882_Table::A006882_962,
- A006882_Table::A006882_963,
- A006882_Table::A006882_964,
- A006882_Table::A006882_965,
- A006882_Table::A006882_966,
- A006882_Table::A006882_967,
- A006882_Table::A006882_968,
- A006882_Table::A006882_969,
- A006882_Table::A006882_970,
- A006882_Table::A006882_971,
- A006882_Table::A006882_972,
- A006882_Table::A006882_973,
- A006882_Table::A006882_974,
- A006882_Table::A006882_975,
- A006882_Table::A006882_976,
- A006882_Table::A006882_977,
- A006882_Table::A006882_978,
- A006882_Table::A006882_979,
- A006882_Table::A006882_980,
- A006882_Table::A006882_981,
- A006882_Table::A006882_982,
- A006882_Table::A006882_983,
- A006882_Table::A006882_984,
- A006882_Table::A006882_985,
- A006882_Table::A006882_986,
- A006882_Table::A006882_987,
- A006882_Table::A006882_988,
- A006882_Table::A006882_989,
- A006882_Table::A006882_990,
- A006882_Table::A006882_991,
- A006882_Table::A006882_992,
- A006882_Table::A006882_993,
- A006882_Table::A006882_994,
- A006882_Table::A006882_995,
- A006882_Table::A006882_996,
- A006882_Table::A006882_997,
- A006882_Table::A006882_998,
- A006882_Table::A006882_999,
- A006882_Table::A006882_1000,
- }};
-
- static const std::vector<pfn_efloat> A006882_vect(A006882_data.begin(), A006882_data.end());
-
- return A006882_vect;
+ namespace tables
+ {
+ const std::vector<pfn_efloat>& A006882(void)
+ {
+ static const boost::array<pfn_efloat, 1001> A006882_data =
+ {{
+ ::A006882_0,
+ ::A006882_1,
+ ::A006882_2,
+ ::A006882_3,
+ ::A006882_4,
+ ::A006882_5,
+ ::A006882_6,
+ ::A006882_7,
+ ::A006882_8,
+ ::A006882_9,
+ ::A006882_10,
+ ::A006882_11,
+ ::A006882_12,
+ ::A006882_13,
+ ::A006882_14,
+ ::A006882_15,
+ ::A006882_16,
+ ::A006882_17,
+ ::A006882_18,
+ ::A006882_19,
+ ::A006882_20,
+ ::A006882_21,
+ ::A006882_22,
+ ::A006882_23,
+ ::A006882_24,
+ ::A006882_25,
+ ::A006882_26,
+ ::A006882_27,
+ ::A006882_28,
+ ::A006882_29,
+ ::A006882_30,
+ ::A006882_31,
+ ::A006882_32,
+ ::A006882_33,
+ ::A006882_34,
+ ::A006882_35,
+ ::A006882_36,
+ ::A006882_37,
+ ::A006882_38,
+ ::A006882_39,
+ ::A006882_40,
+ ::A006882_41,
+ ::A006882_42,
+ ::A006882_43,
+ ::A006882_44,
+ ::A006882_45,
+ ::A006882_46,
+ ::A006882_47,
+ ::A006882_48,
+ ::A006882_49,
+ ::A006882_50,
+ ::A006882_51,
+ ::A006882_52,
+ ::A006882_53,
+ ::A006882_54,
+ ::A006882_55,
+ ::A006882_56,
+ ::A006882_57,
+ ::A006882_58,
+ ::A006882_59,
+ ::A006882_60,
+ ::A006882_61,
+ ::A006882_62,
+ ::A006882_63,
+ ::A006882_64,
+ ::A006882_65,
+ ::A006882_66,
+ ::A006882_67,
+ ::A006882_68,
+ ::A006882_69,
+ ::A006882_70,
+ ::A006882_71,
+ ::A006882_72,
+ ::A006882_73,
+ ::A006882_74,
+ ::A006882_75,
+ ::A006882_76,
+ ::A006882_77,
+ ::A006882_78,
+ ::A006882_79,
+ ::A006882_80,
+ ::A006882_81,
+ ::A006882_82,
+ ::A006882_83,
+ ::A006882_84,
+ ::A006882_85,
+ ::A006882_86,
+ ::A006882_87,
+ ::A006882_88,
+ ::A006882_89,
+ ::A006882_90,
+ ::A006882_91,
+ ::A006882_92,
+ ::A006882_93,
+ ::A006882_94,
+ ::A006882_95,
+ ::A006882_96,
+ ::A006882_97,
+ ::A006882_98,
+ ::A006882_99,
+ ::A006882_100,
+ ::A006882_101,
+ ::A006882_102,
+ ::A006882_103,
+ ::A006882_104,
+ ::A006882_105,
+ ::A006882_106,
+ ::A006882_107,
+ ::A006882_108,
+ ::A006882_109,
+ ::A006882_110,
+ ::A006882_111,
+ ::A006882_112,
+ ::A006882_113,
+ ::A006882_114,
+ ::A006882_115,
+ ::A006882_116,
+ ::A006882_117,
+ ::A006882_118,
+ ::A006882_119,
+ ::A006882_120,
+ ::A006882_121,
+ ::A006882_122,
+ ::A006882_123,
+ ::A006882_124,
+ ::A006882_125,
+ ::A006882_126,
+ ::A006882_127,
+ ::A006882_128,
+ ::A006882_129,
+ ::A006882_130,
+ ::A006882_131,
+ ::A006882_132,
+ ::A006882_133,
+ ::A006882_134,
+ ::A006882_135,
+ ::A006882_136,
+ ::A006882_137,
+ ::A006882_138,
+ ::A006882_139,
+ ::A006882_140,
+ ::A006882_141,
+ ::A006882_142,
+ ::A006882_143,
+ ::A006882_144,
+ ::A006882_145,
+ ::A006882_146,
+ ::A006882_147,
+ ::A006882_148,
+ ::A006882_149,
+ ::A006882_150,
+ ::A006882_151,
+ ::A006882_152,
+ ::A006882_153,
+ ::A006882_154,
+ ::A006882_155,
+ ::A006882_156,
+ ::A006882_157,
+ ::A006882_158,
+ ::A006882_159,
+ ::A006882_160,
+ ::A006882_161,
+ ::A006882_162,
+ ::A006882_163,
+ ::A006882_164,
+ ::A006882_165,
+ ::A006882_166,
+ ::A006882_167,
+ ::A006882_168,
+ ::A006882_169,
+ ::A006882_170,
+ ::A006882_171,
+ ::A006882_172,
+ ::A006882_173,
+ ::A006882_174,
+ ::A006882_175,
+ ::A006882_176,
+ ::A006882_177,
+ ::A006882_178,
+ ::A006882_179,
+ ::A006882_180,
+ ::A006882_181,
+ ::A006882_182,
+ ::A006882_183,
+ ::A006882_184,
+ ::A006882_185,
+ ::A006882_186,
+ ::A006882_187,
+ ::A006882_188,
+ ::A006882_189,
+ ::A006882_190,
+ ::A006882_191,
+ ::A006882_192,
+ ::A006882_193,
+ ::A006882_194,
+ ::A006882_195,
+ ::A006882_196,
+ ::A006882_197,
+ ::A006882_198,
+ ::A006882_199,
+ ::A006882_200,
+ ::A006882_201,
+ ::A006882_202,
+ ::A006882_203,
+ ::A006882_204,
+ ::A006882_205,
+ ::A006882_206,
+ ::A006882_207,
+ ::A006882_208,
+ ::A006882_209,
+ ::A006882_210,
+ ::A006882_211,
+ ::A006882_212,
+ ::A006882_213,
+ ::A006882_214,
+ ::A006882_215,
+ ::A006882_216,
+ ::A006882_217,
+ ::A006882_218,
+ ::A006882_219,
+ ::A006882_220,
+ ::A006882_221,
+ ::A006882_222,
+ ::A006882_223,
+ ::A006882_224,
+ ::A006882_225,
+ ::A006882_226,
+ ::A006882_227,
+ ::A006882_228,
+ ::A006882_229,
+ ::A006882_230,
+ ::A006882_231,
+ ::A006882_232,
+ ::A006882_233,
+ ::A006882_234,
+ ::A006882_235,
+ ::A006882_236,
+ ::A006882_237,
+ ::A006882_238,
+ ::A006882_239,
+ ::A006882_240,
+ ::A006882_241,
+ ::A006882_242,
+ ::A006882_243,
+ ::A006882_244,
+ ::A006882_245,
+ ::A006882_246,
+ ::A006882_247,
+ ::A006882_248,
+ ::A006882_249,
+ ::A006882_250,
+ ::A006882_251,
+ ::A006882_252,
+ ::A006882_253,
+ ::A006882_254,
+ ::A006882_255,
+ ::A006882_256,
+ ::A006882_257,
+ ::A006882_258,
+ ::A006882_259,
+ ::A006882_260,
+ ::A006882_261,
+ ::A006882_262,
+ ::A006882_263,
+ ::A006882_264,
+ ::A006882_265,
+ ::A006882_266,
+ ::A006882_267,
+ ::A006882_268,
+ ::A006882_269,
+ ::A006882_270,
+ ::A006882_271,
+ ::A006882_272,
+ ::A006882_273,
+ ::A006882_274,
+ ::A006882_275,
+ ::A006882_276,
+ ::A006882_277,
+ ::A006882_278,
+ ::A006882_279,
+ ::A006882_280,
+ ::A006882_281,
+ ::A006882_282,
+ ::A006882_283,
+ ::A006882_284,
+ ::A006882_285,
+ ::A006882_286,
+ ::A006882_287,
+ ::A006882_288,
+ ::A006882_289,
+ ::A006882_290,
+ ::A006882_291,
+ ::A006882_292,
+ ::A006882_293,
+ ::A006882_294,
+ ::A006882_295,
+ ::A006882_296,
+ ::A006882_297,
+ ::A006882_298,
+ ::A006882_299,
+ ::A006882_300,
+ ::A006882_301,
+ ::A006882_302,
+ ::A006882_303,
+ ::A006882_304,
+ ::A006882_305,
+ ::A006882_306,
+ ::A006882_307,
+ ::A006882_308,
+ ::A006882_309,
+ ::A006882_310,
+ ::A006882_311,
+ ::A006882_312,
+ ::A006882_313,
+ ::A006882_314,
+ ::A006882_315,
+ ::A006882_316,
+ ::A006882_317,
+ ::A006882_318,
+ ::A006882_319,
+ ::A006882_320,
+ ::A006882_321,
+ ::A006882_322,
+ ::A006882_323,
+ ::A006882_324,
+ ::A006882_325,
+ ::A006882_326,
+ ::A006882_327,
+ ::A006882_328,
+ ::A006882_329,
+ ::A006882_330,
+ ::A006882_331,
+ ::A006882_332,
+ ::A006882_333,
+ ::A006882_334,
+ ::A006882_335,
+ ::A006882_336,
+ ::A006882_337,
+ ::A006882_338,
+ ::A006882_339,
+ ::A006882_340,
+ ::A006882_341,
+ ::A006882_342,
+ ::A006882_343,
+ ::A006882_344,
+ ::A006882_345,
+ ::A006882_346,
+ ::A006882_347,
+ ::A006882_348,
+ ::A006882_349,
+ ::A006882_350,
+ ::A006882_351,
+ ::A006882_352,
+ ::A006882_353,
+ ::A006882_354,
+ ::A006882_355,
+ ::A006882_356,
+ ::A006882_357,
+ ::A006882_358,
+ ::A006882_359,
+ ::A006882_360,
+ ::A006882_361,
+ ::A006882_362,
+ ::A006882_363,
+ ::A006882_364,
+ ::A006882_365,
+ ::A006882_366,
+ ::A006882_367,
+ ::A006882_368,
+ ::A006882_369,
+ ::A006882_370,
+ ::A006882_371,
+ ::A006882_372,
+ ::A006882_373,
+ ::A006882_374,
+ ::A006882_375,
+ ::A006882_376,
+ ::A006882_377,
+ ::A006882_378,
+ ::A006882_379,
+ ::A006882_380,
+ ::A006882_381,
+ ::A006882_382,
+ ::A006882_383,
+ ::A006882_384,
+ ::A006882_385,
+ ::A006882_386,
+ ::A006882_387,
+ ::A006882_388,
+ ::A006882_389,
+ ::A006882_390,
+ ::A006882_391,
+ ::A006882_392,
+ ::A006882_393,
+ ::A006882_394,
+ ::A006882_395,
+ ::A006882_396,
+ ::A006882_397,
+ ::A006882_398,
+ ::A006882_399,
+ ::A006882_400,
+ ::A006882_401,
+ ::A006882_402,
+ ::A006882_403,
+ ::A006882_404,
+ ::A006882_405,
+ ::A006882_406,
+ ::A006882_407,
+ ::A006882_408,
+ ::A006882_409,
+ ::A006882_410,
+ ::A006882_411,
+ ::A006882_412,
+ ::A006882_413,
+ ::A006882_414,
+ ::A006882_415,
+ ::A006882_416,
+ ::A006882_417,
+ ::A006882_418,
+ ::A006882_419,
+ ::A006882_420,
+ ::A006882_421,
+ ::A006882_422,
+ ::A006882_423,
+ ::A006882_424,
+ ::A006882_425,
+ ::A006882_426,
+ ::A006882_427,
+ ::A006882_428,
+ ::A006882_429,
+ ::A006882_430,
+ ::A006882_431,
+ ::A006882_432,
+ ::A006882_433,
+ ::A006882_434,
+ ::A006882_435,
+ ::A006882_436,
+ ::A006882_437,
+ ::A006882_438,
+ ::A006882_439,
+ ::A006882_440,
+ ::A006882_441,
+ ::A006882_442,
+ ::A006882_443,
+ ::A006882_444,
+ ::A006882_445,
+ ::A006882_446,
+ ::A006882_447,
+ ::A006882_448,
+ ::A006882_449,
+ ::A006882_450,
+ ::A006882_451,
+ ::A006882_452,
+ ::A006882_453,
+ ::A006882_454,
+ ::A006882_455,
+ ::A006882_456,
+ ::A006882_457,
+ ::A006882_458,
+ ::A006882_459,
+ ::A006882_460,
+ ::A006882_461,
+ ::A006882_462,
+ ::A006882_463,
+ ::A006882_464,
+ ::A006882_465,
+ ::A006882_466,
+ ::A006882_467,
+ ::A006882_468,
+ ::A006882_469,
+ ::A006882_470,
+ ::A006882_471,
+ ::A006882_472,
+ ::A006882_473,
+ ::A006882_474,
+ ::A006882_475,
+ ::A006882_476,
+ ::A006882_477,
+ ::A006882_478,
+ ::A006882_479,
+ ::A006882_480,
+ ::A006882_481,
+ ::A006882_482,
+ ::A006882_483,
+ ::A006882_484,
+ ::A006882_485,
+ ::A006882_486,
+ ::A006882_487,
+ ::A006882_488,
+ ::A006882_489,
+ ::A006882_490,
+ ::A006882_491,
+ ::A006882_492,
+ ::A006882_493,
+ ::A006882_494,
+ ::A006882_495,
+ ::A006882_496,
+ ::A006882_497,
+ ::A006882_498,
+ ::A006882_499,
+ ::A006882_500,
+ ::A006882_501,
+ ::A006882_502,
+ ::A006882_503,
+ ::A006882_504,
+ ::A006882_505,
+ ::A006882_506,
+ ::A006882_507,
+ ::A006882_508,
+ ::A006882_509,
+ ::A006882_510,
+ ::A006882_511,
+ ::A006882_512,
+ ::A006882_513,
+ ::A006882_514,
+ ::A006882_515,
+ ::A006882_516,
+ ::A006882_517,
+ ::A006882_518,
+ ::A006882_519,
+ ::A006882_520,
+ ::A006882_521,
+ ::A006882_522,
+ ::A006882_523,
+ ::A006882_524,
+ ::A006882_525,
+ ::A006882_526,
+ ::A006882_527,
+ ::A006882_528,
+ ::A006882_529,
+ ::A006882_530,
+ ::A006882_531,
+ ::A006882_532,
+ ::A006882_533,
+ ::A006882_534,
+ ::A006882_535,
+ ::A006882_536,
+ ::A006882_537,
+ ::A006882_538,
+ ::A006882_539,
+ ::A006882_540,
+ ::A006882_541,
+ ::A006882_542,
+ ::A006882_543,
+ ::A006882_544,
+ ::A006882_545,
+ ::A006882_546,
+ ::A006882_547,
+ ::A006882_548,
+ ::A006882_549,
+ ::A006882_550,
+ ::A006882_551,
+ ::A006882_552,
+ ::A006882_553,
+ ::A006882_554,
+ ::A006882_555,
+ ::A006882_556,
+ ::A006882_557,
+ ::A006882_558,
+ ::A006882_559,
+ ::A006882_560,
+ ::A006882_561,
+ ::A006882_562,
+ ::A006882_563,
+ ::A006882_564,
+ ::A006882_565,
+ ::A006882_566,
+ ::A006882_567,
+ ::A006882_568,
+ ::A006882_569,
+ ::A006882_570,
+ ::A006882_571,
+ ::A006882_572,
+ ::A006882_573,
+ ::A006882_574,
+ ::A006882_575,
+ ::A006882_576,
+ ::A006882_577,
+ ::A006882_578,
+ ::A006882_579,
+ ::A006882_580,
+ ::A006882_581,
+ ::A006882_582,
+ ::A006882_583,
+ ::A006882_584,
+ ::A006882_585,
+ ::A006882_586,
+ ::A006882_587,
+ ::A006882_588,
+ ::A006882_589,
+ ::A006882_590,
+ ::A006882_591,
+ ::A006882_592,
+ ::A006882_593,
+ ::A006882_594,
+ ::A006882_595,
+ ::A006882_596,
+ ::A006882_597,
+ ::A006882_598,
+ ::A006882_599,
+ ::A006882_600,
+ ::A006882_601,
+ ::A006882_602,
+ ::A006882_603,
+ ::A006882_604,
+ ::A006882_605,
+ ::A006882_606,
+ ::A006882_607,
+ ::A006882_608,
+ ::A006882_609,
+ ::A006882_610,
+ ::A006882_611,
+ ::A006882_612,
+ ::A006882_613,
+ ::A006882_614,
+ ::A006882_615,
+ ::A006882_616,
+ ::A006882_617,
+ ::A006882_618,
+ ::A006882_619,
+ ::A006882_620,
+ ::A006882_621,
+ ::A006882_622,
+ ::A006882_623,
+ ::A006882_624,
+ ::A006882_625,
+ ::A006882_626,
+ ::A006882_627,
+ ::A006882_628,
+ ::A006882_629,
+ ::A006882_630,
+ ::A006882_631,
+ ::A006882_632,
+ ::A006882_633,
+ ::A006882_634,
+ ::A006882_635,
+ ::A006882_636,
+ ::A006882_637,
+ ::A006882_638,
+ ::A006882_639,
+ ::A006882_640,
+ ::A006882_641,
+ ::A006882_642,
+ ::A006882_643,
+ ::A006882_644,
+ ::A006882_645,
+ ::A006882_646,
+ ::A006882_647,
+ ::A006882_648,
+ ::A006882_649,
+ ::A006882_650,
+ ::A006882_651,
+ ::A006882_652,
+ ::A006882_653,
+ ::A006882_654,
+ ::A006882_655,
+ ::A006882_656,
+ ::A006882_657,
+ ::A006882_658,
+ ::A006882_659,
+ ::A006882_660,
+ ::A006882_661,
+ ::A006882_662,
+ ::A006882_663,
+ ::A006882_664,
+ ::A006882_665,
+ ::A006882_666,
+ ::A006882_667,
+ ::A006882_668,
+ ::A006882_669,
+ ::A006882_670,
+ ::A006882_671,
+ ::A006882_672,
+ ::A006882_673,
+ ::A006882_674,
+ ::A006882_675,
+ ::A006882_676,
+ ::A006882_677,
+ ::A006882_678,
+ ::A006882_679,
+ ::A006882_680,
+ ::A006882_681,
+ ::A006882_682,
+ ::A006882_683,
+ ::A006882_684,
+ ::A006882_685,
+ ::A006882_686,
+ ::A006882_687,
+ ::A006882_688,
+ ::A006882_689,
+ ::A006882_690,
+ ::A006882_691,
+ ::A006882_692,
+ ::A006882_693,
+ ::A006882_694,
+ ::A006882_695,
+ ::A006882_696,
+ ::A006882_697,
+ ::A006882_698,
+ ::A006882_699,
+ ::A006882_700,
+ ::A006882_701,
+ ::A006882_702,
+ ::A006882_703,
+ ::A006882_704,
+ ::A006882_705,
+ ::A006882_706,
+ ::A006882_707,
+ ::A006882_708,
+ ::A006882_709,
+ ::A006882_710,
+ ::A006882_711,
+ ::A006882_712,
+ ::A006882_713,
+ ::A006882_714,
+ ::A006882_715,
+ ::A006882_716,
+ ::A006882_717,
+ ::A006882_718,
+ ::A006882_719,
+ ::A006882_720,
+ ::A006882_721,
+ ::A006882_722,
+ ::A006882_723,
+ ::A006882_724,
+ ::A006882_725,
+ ::A006882_726,
+ ::A006882_727,
+ ::A006882_728,
+ ::A006882_729,
+ ::A006882_730,
+ ::A006882_731,
+ ::A006882_732,
+ ::A006882_733,
+ ::A006882_734,
+ ::A006882_735,
+ ::A006882_736,
+ ::A006882_737,
+ ::A006882_738,
+ ::A006882_739,
+ ::A006882_740,
+ ::A006882_741,
+ ::A006882_742,
+ ::A006882_743,
+ ::A006882_744,
+ ::A006882_745,
+ ::A006882_746,
+ ::A006882_747,
+ ::A006882_748,
+ ::A006882_749,
+ ::A006882_750,
+ ::A006882_751,
+ ::A006882_752,
+ ::A006882_753,
+ ::A006882_754,
+ ::A006882_755,
+ ::A006882_756,
+ ::A006882_757,
+ ::A006882_758,
+ ::A006882_759,
+ ::A006882_760,
+ ::A006882_761,
+ ::A006882_762,
+ ::A006882_763,
+ ::A006882_764,
+ ::A006882_765,
+ ::A006882_766,
+ ::A006882_767,
+ ::A006882_768,
+ ::A006882_769,
+ ::A006882_770,
+ ::A006882_771,
+ ::A006882_772,
+ ::A006882_773,
+ ::A006882_774,
+ ::A006882_775,
+ ::A006882_776,
+ ::A006882_777,
+ ::A006882_778,
+ ::A006882_779,
+ ::A006882_780,
+ ::A006882_781,
+ ::A006882_782,
+ ::A006882_783,
+ ::A006882_784,
+ ::A006882_785,
+ ::A006882_786,
+ ::A006882_787,
+ ::A006882_788,
+ ::A006882_789,
+ ::A006882_790,
+ ::A006882_791,
+ ::A006882_792,
+ ::A006882_793,
+ ::A006882_794,
+ ::A006882_795,
+ ::A006882_796,
+ ::A006882_797,
+ ::A006882_798,
+ ::A006882_799,
+ ::A006882_800,
+ ::A006882_801,
+ ::A006882_802,
+ ::A006882_803,
+ ::A006882_804,
+ ::A006882_805,
+ ::A006882_806,
+ ::A006882_807,
+ ::A006882_808,
+ ::A006882_809,
+ ::A006882_810,
+ ::A006882_811,
+ ::A006882_812,
+ ::A006882_813,
+ ::A006882_814,
+ ::A006882_815,
+ ::A006882_816,
+ ::A006882_817,
+ ::A006882_818,
+ ::A006882_819,
+ ::A006882_820,
+ ::A006882_821,
+ ::A006882_822,
+ ::A006882_823,
+ ::A006882_824,
+ ::A006882_825,
+ ::A006882_826,
+ ::A006882_827,
+ ::A006882_828,
+ ::A006882_829,
+ ::A006882_830,
+ ::A006882_831,
+ ::A006882_832,
+ ::A006882_833,
+ ::A006882_834,
+ ::A006882_835,
+ ::A006882_836,
+ ::A006882_837,
+ ::A006882_838,
+ ::A006882_839,
+ ::A006882_840,
+ ::A006882_841,
+ ::A006882_842,
+ ::A006882_843,
+ ::A006882_844,
+ ::A006882_845,
+ ::A006882_846,
+ ::A006882_847,
+ ::A006882_848,
+ ::A006882_849,
+ ::A006882_850,
+ ::A006882_851,
+ ::A006882_852,
+ ::A006882_853,
+ ::A006882_854,
+ ::A006882_855,
+ ::A006882_856,
+ ::A006882_857,
+ ::A006882_858,
+ ::A006882_859,
+ ::A006882_860,
+ ::A006882_861,
+ ::A006882_862,
+ ::A006882_863,
+ ::A006882_864,
+ ::A006882_865,
+ ::A006882_866,
+ ::A006882_867,
+ ::A006882_868,
+ ::A006882_869,
+ ::A006882_870,
+ ::A006882_871,
+ ::A006882_872,
+ ::A006882_873,
+ ::A006882_874,
+ ::A006882_875,
+ ::A006882_876,
+ ::A006882_877,
+ ::A006882_878,
+ ::A006882_879,
+ ::A006882_880,
+ ::A006882_881,
+ ::A006882_882,
+ ::A006882_883,
+ ::A006882_884,
+ ::A006882_885,
+ ::A006882_886,
+ ::A006882_887,
+ ::A006882_888,
+ ::A006882_889,
+ ::A006882_890,
+ ::A006882_891,
+ ::A006882_892,
+ ::A006882_893,
+ ::A006882_894,
+ ::A006882_895,
+ ::A006882_896,
+ ::A006882_897,
+ ::A006882_898,
+ ::A006882_899,
+ ::A006882_900,
+ ::A006882_901,
+ ::A006882_902,
+ ::A006882_903,
+ ::A006882_904,
+ ::A006882_905,
+ ::A006882_906,
+ ::A006882_907,
+ ::A006882_908,
+ ::A006882_909,
+ ::A006882_910,
+ ::A006882_911,
+ ::A006882_912,
+ ::A006882_913,
+ ::A006882_914,
+ ::A006882_915,
+ ::A006882_916,
+ ::A006882_917,
+ ::A006882_918,
+ ::A006882_919,
+ ::A006882_920,
+ ::A006882_921,
+ ::A006882_922,
+ ::A006882_923,
+ ::A006882_924,
+ ::A006882_925,
+ ::A006882_926,
+ ::A006882_927,
+ ::A006882_928,
+ ::A006882_929,
+ ::A006882_930,
+ ::A006882_931,
+ ::A006882_932,
+ ::A006882_933,
+ ::A006882_934,
+ ::A006882_935,
+ ::A006882_936,
+ ::A006882_937,
+ ::A006882_938,
+ ::A006882_939,
+ ::A006882_940,
+ ::A006882_941,
+ ::A006882_942,
+ ::A006882_943,
+ ::A006882_944,
+ ::A006882_945,
+ ::A006882_946,
+ ::A006882_947,
+ ::A006882_948,
+ ::A006882_949,
+ ::A006882_950,
+ ::A006882_951,
+ ::A006882_952,
+ ::A006882_953,
+ ::A006882_954,
+ ::A006882_955,
+ ::A006882_956,
+ ::A006882_957,
+ ::A006882_958,
+ ::A006882_959,
+ ::A006882_960,
+ ::A006882_961,
+ ::A006882_962,
+ ::A006882_963,
+ ::A006882_964,
+ ::A006882_965,
+ ::A006882_966,
+ ::A006882_967,
+ ::A006882_968,
+ ::A006882_969,
+ ::A006882_970,
+ ::A006882_971,
+ ::A006882_972,
+ ::A006882_973,
+ ::A006882_974,
+ ::A006882_975,
+ ::A006882_976,
+ ::A006882_977,
+ ::A006882_978,
+ ::A006882_979,
+ ::A006882_980,
+ ::A006882_981,
+ ::A006882_982,
+ ::A006882_983,
+ ::A006882_984,
+ ::A006882_985,
+ ::A006882_986,
+ ::A006882_987,
+ ::A006882_988,
+ ::A006882_989,
+ ::A006882_990,
+ ::A006882_991,
+ ::A006882_992,
+ ::A006882_993,
+ ::A006882_994,
+ ::A006882_995,
+ ::A006882_996,
+ ::A006882_997,
+ ::A006882_998,
+ ::A006882_999,
+ ::A006882_1000,
+ }};
+
+ static const std::vector<pfn_efloat> A006882_vect(A006882_data.begin(), A006882_data.end());
+
+ return A006882_vect;
+ }
+ }
   }
 }

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/tables/A007318.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/tables/A007318.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/tables/A007318.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -15,9 +15,9 @@
 
 using boost::multiprecision::mp_float;
 
-namespace A007318_Table
+namespace
 {
- static const std::vector<mp_float>& A007318_0(void)
+ const std::vector<mp_float>& A007318_0(void)
   {
     static const boost::array<mp_float, 1u> A007318_0_data =
     {{
@@ -29,7 +29,7 @@
     return A007318_0_vect;
   }
 
- static const std::vector<mp_float>& A007318_1(void)
+ const std::vector<mp_float>& A007318_1(void)
   {
     static const boost::array<mp_float, 2u> A007318_1_data =
     {{
@@ -42,7 +42,7 @@
     return A007318_1_vect;
   }
 
- static const std::vector<mp_float>& A007318_2(void)
+ const std::vector<mp_float>& A007318_2(void)
   {
     static const boost::array<mp_float, 3u> A007318_2_data =
     {{
@@ -56,7 +56,7 @@
     return A007318_2_vect;
   }
 
- static const std::vector<mp_float>& A007318_3(void)
+ const std::vector<mp_float>& A007318_3(void)
   {
     static const boost::array<mp_float, 4u> A007318_3_data =
     {{
@@ -71,7 +71,7 @@
     return A007318_3_vect;
   }
 
- static const std::vector<mp_float>& A007318_4(void)
+ const std::vector<mp_float>& A007318_4(void)
   {
     static const boost::array<mp_float, 5u> A007318_4_data =
     {{
@@ -87,7 +87,7 @@
     return A007318_4_vect;
   }
 
- static const std::vector<mp_float>& A007318_5(void)
+ const std::vector<mp_float>& A007318_5(void)
   {
     static const boost::array<mp_float, 6u> A007318_5_data =
     {{
@@ -104,7 +104,7 @@
     return A007318_5_vect;
   }
 
- static const std::vector<mp_float>& A007318_6(void)
+ const std::vector<mp_float>& A007318_6(void)
   {
     static const boost::array<mp_float, 7u> A007318_6_data =
     {{
@@ -122,7 +122,7 @@
     return A007318_6_vect;
   }
 
- static const std::vector<mp_float>& A007318_7(void)
+ const std::vector<mp_float>& A007318_7(void)
   {
     static const boost::array<mp_float, 8u> A007318_7_data =
     {{
@@ -141,7 +141,7 @@
     return A007318_7_vect;
   }
 
- static const std::vector<mp_float>& A007318_8(void)
+ const std::vector<mp_float>& A007318_8(void)
   {
     static const boost::array<mp_float, 9u> A007318_8_data =
     {{
@@ -161,7 +161,7 @@
     return A007318_8_vect;
   }
 
- static const std::vector<mp_float>& A007318_9(void)
+ const std::vector<mp_float>& A007318_9(void)
   {
     static const boost::array<mp_float, 10u> A007318_9_data =
     {{
@@ -182,7 +182,7 @@
     return A007318_9_vect;
   }
 
- static const std::vector<mp_float>& A007318_10(void)
+ const std::vector<mp_float>& A007318_10(void)
   {
     static const boost::array<mp_float, 11u> A007318_10_data =
     {{
@@ -204,7 +204,7 @@
     return A007318_10_vect;
   }
 
- static const std::vector<mp_float>& A007318_11(void)
+ const std::vector<mp_float>& A007318_11(void)
   {
     static const boost::array<mp_float, 12u> A007318_11_data =
     {{
@@ -227,7 +227,7 @@
     return A007318_11_vect;
   }
 
- static const std::vector<mp_float>& A007318_12(void)
+ const std::vector<mp_float>& A007318_12(void)
   {
     static const boost::array<mp_float, 13u> A007318_12_data =
     {{
@@ -251,7 +251,7 @@
     return A007318_12_vect;
   }
 
- static const std::vector<mp_float>& A007318_13(void)
+ const std::vector<mp_float>& A007318_13(void)
   {
     static const boost::array<mp_float, 14u> A007318_13_data =
     {{
@@ -276,7 +276,7 @@
     return A007318_13_vect;
   }
 
- static const std::vector<mp_float>& A007318_14(void)
+ const std::vector<mp_float>& A007318_14(void)
   {
     static const boost::array<mp_float, 15u> A007318_14_data =
     {{
@@ -302,7 +302,7 @@
     return A007318_14_vect;
   }
 
- static const std::vector<mp_float>& A007318_15(void)
+ const std::vector<mp_float>& A007318_15(void)
   {
     static const boost::array<mp_float, 16u> A007318_15_data =
     {{
@@ -329,7 +329,7 @@
     return A007318_15_vect;
   }
 
- static const std::vector<mp_float>& A007318_16(void)
+ const std::vector<mp_float>& A007318_16(void)
   {
     static const boost::array<mp_float, 17u> A007318_16_data =
     {{
@@ -357,7 +357,7 @@
     return A007318_16_vect;
   }
 
- static const std::vector<mp_float>& A007318_17(void)
+ const std::vector<mp_float>& A007318_17(void)
   {
     static const boost::array<mp_float, 18u> A007318_17_data =
     {{
@@ -386,7 +386,7 @@
     return A007318_17_vect;
   }
 
- static const std::vector<mp_float>& A007318_18(void)
+ const std::vector<mp_float>& A007318_18(void)
   {
     static const boost::array<mp_float, 19u> A007318_18_data =
     {{
@@ -416,7 +416,7 @@
     return A007318_18_vect;
   }
 
- static const std::vector<mp_float>& A007318_19(void)
+ const std::vector<mp_float>& A007318_19(void)
   {
     static const boost::array<mp_float, 20u> A007318_19_data =
     {{
@@ -447,7 +447,7 @@
     return A007318_19_vect;
   }
 
- static const std::vector<mp_float>& A007318_20(void)
+ const std::vector<mp_float>& A007318_20(void)
   {
     static const boost::array<mp_float, 21u> A007318_20_data =
     {{
@@ -479,7 +479,7 @@
     return A007318_20_vect;
   }
 
- static const std::vector<mp_float>& A007318_21(void)
+ const std::vector<mp_float>& A007318_21(void)
   {
     static const boost::array<mp_float, 22u> A007318_21_data =
     {{
@@ -512,7 +512,7 @@
     return A007318_21_vect;
   }
 
- static const std::vector<mp_float>& A007318_22(void)
+ const std::vector<mp_float>& A007318_22(void)
   {
     static const boost::array<mp_float, 23u> A007318_22_data =
     {{
@@ -546,7 +546,7 @@
     return A007318_22_vect;
   }
 
- static const std::vector<mp_float>& A007318_23(void)
+ const std::vector<mp_float>& A007318_23(void)
   {
     static const boost::array<mp_float, 24u> A007318_23_data =
     {{
@@ -581,7 +581,7 @@
     return A007318_23_vect;
   }
 
- static const std::vector<mp_float>& A007318_24(void)
+ const std::vector<mp_float>& A007318_24(void)
   {
     static const boost::array<mp_float, 25u> A007318_24_data =
     {{
@@ -617,7 +617,7 @@
     return A007318_24_vect;
   }
 
- static const std::vector<mp_float>& A007318_25(void)
+ const std::vector<mp_float>& A007318_25(void)
   {
     static const boost::array<mp_float, 26u> A007318_25_data =
     {{
@@ -654,7 +654,7 @@
     return A007318_25_vect;
   }
 
- static const std::vector<mp_float>& A007318_26(void)
+ const std::vector<mp_float>& A007318_26(void)
   {
     static const boost::array<mp_float, 27u> A007318_26_data =
     {{
@@ -692,7 +692,7 @@
     return A007318_26_vect;
   }
 
- static const std::vector<mp_float>& A007318_27(void)
+ const std::vector<mp_float>& A007318_27(void)
   {
     static const boost::array<mp_float, 28u> A007318_27_data =
     {{
@@ -731,7 +731,7 @@
     return A007318_27_vect;
   }
 
- static const std::vector<mp_float>& A007318_28(void)
+ const std::vector<mp_float>& A007318_28(void)
   {
     static const boost::array<mp_float, 29u> A007318_28_data =
     {{
@@ -771,7 +771,7 @@
     return A007318_28_vect;
   }
 
- static const std::vector<mp_float>& A007318_29(void)
+ const std::vector<mp_float>& A007318_29(void)
   {
     static const boost::array<mp_float, 30u> A007318_29_data =
     {{
@@ -812,7 +812,7 @@
     return A007318_29_vect;
   }
 
- static const std::vector<mp_float>& A007318_30(void)
+ const std::vector<mp_float>& A007318_30(void)
   {
     static const boost::array<mp_float, 31u> A007318_30_data =
     {{
@@ -854,7 +854,7 @@
     return A007318_30_vect;
   }
 
- static const std::vector<mp_float>& A007318_31(void)
+ const std::vector<mp_float>& A007318_31(void)
   {
     static const boost::array<mp_float, 32u> A007318_31_data =
     {{
@@ -897,7 +897,7 @@
     return A007318_31_vect;
   }
 
- static const std::vector<mp_float>& A007318_32(void)
+ const std::vector<mp_float>& A007318_32(void)
   {
     static const boost::array<mp_float, 33u> A007318_32_data =
     {{
@@ -941,7 +941,7 @@
     return A007318_32_vect;
   }
 
- static const std::vector<mp_float>& A007318_33(void)
+ const std::vector<mp_float>& A007318_33(void)
   {
     static const boost::array<mp_float, 34u> A007318_33_data =
     {{
@@ -986,7 +986,7 @@
     return A007318_33_vect;
   }
 
- static const std::vector<mp_float>& A007318_34(void)
+ const std::vector<mp_float>& A007318_34(void)
   {
     static const boost::array<mp_float, 35u> A007318_34_data =
     {{
@@ -1032,7 +1032,7 @@
     return A007318_34_vect;
   }
 
- static const std::vector<mp_float>& A007318_35(void)
+ const std::vector<mp_float>& A007318_35(void)
   {
     static const boost::array<mp_float, 36u> A007318_35_data =
     {{
@@ -1079,7 +1079,7 @@
     return A007318_35_vect;
   }
 
- static const std::vector<mp_float>& A007318_36(void)
+ const std::vector<mp_float>& A007318_36(void)
   {
     static const boost::array<mp_float, 37u> A007318_36_data =
     {{
@@ -1127,7 +1127,7 @@
     return A007318_36_vect;
   }
 
- static const std::vector<mp_float>& A007318_37(void)
+ const std::vector<mp_float>& A007318_37(void)
   {
     static const boost::array<mp_float, 38u> A007318_37_data =
     {{
@@ -1176,7 +1176,7 @@
     return A007318_37_vect;
   }
 
- static const std::vector<mp_float>& A007318_38(void)
+ const std::vector<mp_float>& A007318_38(void)
   {
     static const boost::array<mp_float, 39u> A007318_38_data =
     {{
@@ -1226,7 +1226,7 @@
     return A007318_38_vect;
   }
 
- static const std::vector<mp_float>& A007318_39(void)
+ const std::vector<mp_float>& A007318_39(void)
   {
     static const boost::array<mp_float, 40u> A007318_39_data =
     {{
@@ -1277,7 +1277,7 @@
     return A007318_39_vect;
   }
 
- static const std::vector<mp_float>& A007318_40(void)
+ const std::vector<mp_float>& A007318_40(void)
   {
     static const boost::array<mp_float, 41u> A007318_40_data =
     {{
@@ -1329,7 +1329,7 @@
     return A007318_40_vect;
   }
 
- static const std::vector<mp_float>& A007318_41(void)
+ const std::vector<mp_float>& A007318_41(void)
   {
     static const boost::array<mp_float, 42u> A007318_41_data =
     {{
@@ -1382,7 +1382,7 @@
     return A007318_41_vect;
   }
 
- static const std::vector<mp_float>& A007318_42(void)
+ const std::vector<mp_float>& A007318_42(void)
   {
     static const boost::array<mp_float, 43u> A007318_42_data =
     {{
@@ -1436,7 +1436,7 @@
     return A007318_42_vect;
   }
 
- static const std::vector<mp_float>& A007318_43(void)
+ const std::vector<mp_float>& A007318_43(void)
   {
     static const boost::array<mp_float, 44u> A007318_43_data =
     {{
@@ -1491,7 +1491,7 @@
     return A007318_43_vect;
   }
 
- static const std::vector<mp_float>& A007318_44(void)
+ const std::vector<mp_float>& A007318_44(void)
   {
     static const boost::array<mp_float, 45u> A007318_44_data =
     {{
@@ -1547,7 +1547,7 @@
     return A007318_44_vect;
   }
 
- static const std::vector<mp_float>& A007318_45(void)
+ const std::vector<mp_float>& A007318_45(void)
   {
     static const boost::array<mp_float, 46u> A007318_45_data =
     {{
@@ -1604,7 +1604,7 @@
     return A007318_45_vect;
   }
 
- static const std::vector<mp_float>& A007318_46(void)
+ const std::vector<mp_float>& A007318_46(void)
   {
     static const boost::array<mp_float, 47u> A007318_46_data =
     {{
@@ -1662,7 +1662,7 @@
     return A007318_46_vect;
   }
 
- static const std::vector<mp_float>& A007318_47(void)
+ const std::vector<mp_float>& A007318_47(void)
   {
     static const boost::array<mp_float, 48u> A007318_47_data =
     {{
@@ -1721,7 +1721,7 @@
     return A007318_47_vect;
   }
 
- static const std::vector<mp_float>& A007318_48(void)
+ const std::vector<mp_float>& A007318_48(void)
   {
     static const boost::array<mp_float, 49u> A007318_48_data =
     {{
@@ -1781,7 +1781,7 @@
     return A007318_48_vect;
   }
 
- static const std::vector<mp_float>& A007318_49(void)
+ const std::vector<mp_float>& A007318_49(void)
   {
     static const boost::array<mp_float, 50u> A007318_49_data =
     {{
@@ -1842,7 +1842,7 @@
     return A007318_49_vect;
   }
 
- static const std::vector<mp_float>& A007318_50(void)
+ const std::vector<mp_float>& A007318_50(void)
   {
     static const boost::array<mp_float, 51u> A007318_50_data =
     {{
@@ -1904,7 +1904,7 @@
     return A007318_50_vect;
   }
 
- static const std::vector<mp_float>& A007318_51(void)
+ const std::vector<mp_float>& A007318_51(void)
   {
     static const boost::array<mp_float, 52u> A007318_51_data =
     {{
@@ -1967,7 +1967,7 @@
     return A007318_51_vect;
   }
 
- static const std::vector<mp_float>& A007318_52(void)
+ const std::vector<mp_float>& A007318_52(void)
   {
     static const boost::array<mp_float, 53u> A007318_52_data =
     {{
@@ -2031,7 +2031,7 @@
     return A007318_52_vect;
   }
 
- static const std::vector<mp_float>& A007318_53(void)
+ const std::vector<mp_float>& A007318_53(void)
   {
     static const boost::array<mp_float, 54u> A007318_53_data =
     {{
@@ -2096,7 +2096,7 @@
     return A007318_53_vect;
   }
 
- static const std::vector<mp_float>& A007318_54(void)
+ const std::vector<mp_float>& A007318_54(void)
   {
     static const boost::array<mp_float, 55u> A007318_54_data =
     {{
@@ -2162,7 +2162,7 @@
     return A007318_54_vect;
   }
 
- static const std::vector<mp_float>& A007318_55(void)
+ const std::vector<mp_float>& A007318_55(void)
   {
     static const boost::array<mp_float, 56u> A007318_55_data =
     {{
@@ -2229,7 +2229,7 @@
     return A007318_55_vect;
   }
 
- static const std::vector<mp_float>& A007318_56(void)
+ const std::vector<mp_float>& A007318_56(void)
   {
     static const boost::array<mp_float, 57u> A007318_56_data =
     {{
@@ -2297,7 +2297,7 @@
     return A007318_56_vect;
   }
 
- static const std::vector<mp_float>& A007318_57(void)
+ const std::vector<mp_float>& A007318_57(void)
   {
     static const boost::array<mp_float, 58u> A007318_57_data =
     {{
@@ -2366,7 +2366,7 @@
     return A007318_57_vect;
   }
 
- static const std::vector<mp_float>& A007318_58(void)
+ const std::vector<mp_float>& A007318_58(void)
   {
     static const boost::array<mp_float, 59u> A007318_58_data =
     {{
@@ -2436,7 +2436,7 @@
     return A007318_58_vect;
   }
 
- static const std::vector<mp_float>& A007318_59(void)
+ const std::vector<mp_float>& A007318_59(void)
   {
     static const boost::array<mp_float, 60u> A007318_59_data =
     {{
@@ -2507,7 +2507,7 @@
     return A007318_59_vect;
   }
 
- static const std::vector<mp_float>& A007318_60(void)
+ const std::vector<mp_float>& A007318_60(void)
   {
     static const boost::array<mp_float, 61u> A007318_60_data =
     {{
@@ -2579,7 +2579,7 @@
     return A007318_60_vect;
   }
 
- static const std::vector<mp_float>& A007318_61(void)
+ const std::vector<mp_float>& A007318_61(void)
   {
     static const boost::array<mp_float, 62u> A007318_61_data =
     {{
@@ -2652,7 +2652,7 @@
     return A007318_61_vect;
   }
 
- static const std::vector<mp_float>& A007318_62(void)
+ const std::vector<mp_float>& A007318_62(void)
   {
     static const boost::array<mp_float, 63u> A007318_62_data =
     {{
@@ -2726,7 +2726,7 @@
     return A007318_62_vect;
   }
 
- static const std::vector<mp_float>& A007318_63(void)
+ const std::vector<mp_float>& A007318_63(void)
   {
     static const boost::array<mp_float, 64u> A007318_63_data =
     {{
@@ -2801,7 +2801,7 @@
     return A007318_63_vect;
   }
 
- static const std::vector<mp_float>& A007318_64(void)
+ const std::vector<mp_float>& A007318_64(void)
   {
     static const boost::array<mp_float, 65u> A007318_64_data =
     {{
@@ -2877,7 +2877,7 @@
     return A007318_64_vect;
   }
 
- static const std::vector<mp_float>& A007318_65(void)
+ const std::vector<mp_float>& A007318_65(void)
   {
     static const boost::array<mp_float, 66u> A007318_65_data =
     {{
@@ -2954,7 +2954,7 @@
     return A007318_65_vect;
   }
 
- static const std::vector<mp_float>& A007318_66(void)
+ const std::vector<mp_float>& A007318_66(void)
   {
     static const boost::array<mp_float, 67u> A007318_66_data =
     {{
@@ -3032,7 +3032,7 @@
     return A007318_66_vect;
   }
 
- static const std::vector<mp_float>& A007318_67(void)
+ const std::vector<mp_float>& A007318_67(void)
   {
     static const boost::array<mp_float, 68u> A007318_67_data =
     {{
@@ -3111,7 +3111,7 @@
     return A007318_67_vect;
   }
 
- static const std::vector<mp_float>& A007318_68(void)
+ const std::vector<mp_float>& A007318_68(void)
   {
     static const boost::array<mp_float, 69u> A007318_68_data =
     {{
@@ -3191,7 +3191,7 @@
     return A007318_68_vect;
   }
 
- static const std::vector<mp_float>& A007318_69(void)
+ const std::vector<mp_float>& A007318_69(void)
   {
     static const boost::array<mp_float, 70u> A007318_69_data =
     {{
@@ -3272,7 +3272,7 @@
     return A007318_69_vect;
   }
 
- static const std::vector<mp_float>& A007318_70(void)
+ const std::vector<mp_float>& A007318_70(void)
   {
     static const boost::array<mp_float, 71u> A007318_70_data =
     {{
@@ -3354,7 +3354,7 @@
     return A007318_70_vect;
   }
 
- static const std::vector<mp_float>& A007318_71(void)
+ const std::vector<mp_float>& A007318_71(void)
   {
     static const boost::array<mp_float, 72u> A007318_71_data =
     {{
@@ -3437,7 +3437,7 @@
     return A007318_71_vect;
   }
 
- static const std::vector<mp_float>& A007318_72(void)
+ const std::vector<mp_float>& A007318_72(void)
   {
     static const boost::array<mp_float, 73u> A007318_72_data =
     {{
@@ -3521,7 +3521,7 @@
     return A007318_72_vect;
   }
 
- static const std::vector<mp_float>& A007318_73(void)
+ const std::vector<mp_float>& A007318_73(void)
   {
     static const boost::array<mp_float, 74u> A007318_73_data =
     {{
@@ -3606,7 +3606,7 @@
     return A007318_73_vect;
   }
 
- static const std::vector<mp_float>& A007318_74(void)
+ const std::vector<mp_float>& A007318_74(void)
   {
     static const boost::array<mp_float, 75u> A007318_74_data =
     {{
@@ -3692,7 +3692,7 @@
     return A007318_74_vect;
   }
 
- static const std::vector<mp_float>& A007318_75(void)
+ const std::vector<mp_float>& A007318_75(void)
   {
     static const boost::array<mp_float, 76u> A007318_75_data =
     {{
@@ -3779,7 +3779,7 @@
     return A007318_75_vect;
   }
 
- static const std::vector<mp_float>& A007318_76(void)
+ const std::vector<mp_float>& A007318_76(void)
   {
     static const boost::array<mp_float, 77u> A007318_76_data =
     {{
@@ -3867,7 +3867,7 @@
     return A007318_76_vect;
   }
 
- static const std::vector<mp_float>& A007318_77(void)
+ const std::vector<mp_float>& A007318_77(void)
   {
     static const boost::array<mp_float, 78u> A007318_77_data =
     {{
@@ -3956,7 +3956,7 @@
     return A007318_77_vect;
   }
 
- static const std::vector<mp_float>& A007318_78(void)
+ const std::vector<mp_float>& A007318_78(void)
   {
     static const boost::array<mp_float, 79u> A007318_78_data =
     {{
@@ -4046,7 +4046,7 @@
     return A007318_78_vect;
   }
 
- static const std::vector<mp_float>& A007318_79(void)
+ const std::vector<mp_float>& A007318_79(void)
   {
     static const boost::array<mp_float, 80u> A007318_79_data =
     {{
@@ -4137,7 +4137,7 @@
     return A007318_79_vect;
   }
 
- static const std::vector<mp_float>& A007318_80(void)
+ const std::vector<mp_float>& A007318_80(void)
   {
     static const boost::array<mp_float, 81u> A007318_80_data =
     {{
@@ -4229,7 +4229,7 @@
     return A007318_80_vect;
   }
 
- static const std::vector<mp_float>& A007318_81(void)
+ const std::vector<mp_float>& A007318_81(void)
   {
     static const boost::array<mp_float, 82u> A007318_81_data =
     {{
@@ -4322,7 +4322,7 @@
     return A007318_81_vect;
   }
 
- static const std::vector<mp_float>& A007318_82(void)
+ const std::vector<mp_float>& A007318_82(void)
   {
     static const boost::array<mp_float, 83u> A007318_82_data =
     {{
@@ -4416,7 +4416,7 @@
     return A007318_82_vect;
   }
 
- static const std::vector<mp_float>& A007318_83(void)
+ const std::vector<mp_float>& A007318_83(void)
   {
     static const boost::array<mp_float, 84u> A007318_83_data =
     {{
@@ -4511,7 +4511,7 @@
     return A007318_83_vect;
   }
 
- static const std::vector<mp_float>& A007318_84(void)
+ const std::vector<mp_float>& A007318_84(void)
   {
     static const boost::array<mp_float, 85u> A007318_84_data =
     {{
@@ -4607,7 +4607,7 @@
     return A007318_84_vect;
   }
 
- static const std::vector<mp_float>& A007318_85(void)
+ const std::vector<mp_float>& A007318_85(void)
   {
     static const boost::array<mp_float, 86u> A007318_85_data =
     {{
@@ -4704,7 +4704,7 @@
     return A007318_85_vect;
   }
 
- static const std::vector<mp_float>& A007318_86(void)
+ const std::vector<mp_float>& A007318_86(void)
   {
     static const boost::array<mp_float, 87u> A007318_86_data =
     {{
@@ -4802,7 +4802,7 @@
     return A007318_86_vect;
   }
 
- static const std::vector<mp_float>& A007318_87(void)
+ const std::vector<mp_float>& A007318_87(void)
   {
     static const boost::array<mp_float, 88u> A007318_87_data =
     {{
@@ -4901,7 +4901,7 @@
     return A007318_87_vect;
   }
 
- static const std::vector<mp_float>& A007318_88(void)
+ const std::vector<mp_float>& A007318_88(void)
   {
     static const boost::array<mp_float, 89u> A007318_88_data =
     {{
@@ -5001,7 +5001,7 @@
     return A007318_88_vect;
   }
 
- static const std::vector<mp_float>& A007318_89(void)
+ const std::vector<mp_float>& A007318_89(void)
   {
     static const boost::array<mp_float, 90u> A007318_89_data =
     {{
@@ -5102,7 +5102,7 @@
     return A007318_89_vect;
   }
 
- static const std::vector<mp_float>& A007318_90(void)
+ const std::vector<mp_float>& A007318_90(void)
   {
     static const boost::array<mp_float, 91u> A007318_90_data =
     {{
@@ -5204,7 +5204,7 @@
     return A007318_90_vect;
   }
 
- static const std::vector<mp_float>& A007318_91(void)
+ const std::vector<mp_float>& A007318_91(void)
   {
     static const boost::array<mp_float, 92u> A007318_91_data =
     {{
@@ -5307,7 +5307,7 @@
     return A007318_91_vect;
   }
 
- static const std::vector<mp_float>& A007318_92(void)
+ const std::vector<mp_float>& A007318_92(void)
   {
     static const boost::array<mp_float, 93u> A007318_92_data =
     {{
@@ -5411,7 +5411,7 @@
     return A007318_92_vect;
   }
 
- static const std::vector<mp_float>& A007318_93(void)
+ const std::vector<mp_float>& A007318_93(void)
   {
     static const boost::array<mp_float, 94u> A007318_93_data =
     {{
@@ -5516,7 +5516,7 @@
     return A007318_93_vect;
   }
 
- static const std::vector<mp_float>& A007318_94(void)
+ const std::vector<mp_float>& A007318_94(void)
   {
     static const boost::array<mp_float, 95u> A007318_94_data =
     {{
@@ -5622,7 +5622,7 @@
     return A007318_94_vect;
   }
 
- static const std::vector<mp_float>& A007318_95(void)
+ const std::vector<mp_float>& A007318_95(void)
   {
     static const boost::array<mp_float, 96u> A007318_95_data =
     {{
@@ -5729,7 +5729,7 @@
     return A007318_95_vect;
   }
 
- static const std::vector<mp_float>& A007318_96(void)
+ const std::vector<mp_float>& A007318_96(void)
   {
     static const boost::array<mp_float, 97u> A007318_96_data =
     {{
@@ -5837,7 +5837,7 @@
     return A007318_96_vect;
   }
 
- static const std::vector<mp_float>& A007318_97(void)
+ const std::vector<mp_float>& A007318_97(void)
   {
     static const boost::array<mp_float, 98u> A007318_97_data =
     {{
@@ -5946,7 +5946,7 @@
     return A007318_97_vect;
   }
 
- static const std::vector<mp_float>& A007318_98(void)
+ const std::vector<mp_float>& A007318_98(void)
   {
     static const boost::array<mp_float, 99u> A007318_98_data =
     {{
@@ -6056,7 +6056,7 @@
     return A007318_98_vect;
   }
 
- static const std::vector<mp_float>& A007318_99(void)
+ const std::vector<mp_float>& A007318_99(void)
   {
     static const boost::array<mp_float, 100u> A007318_99_data =
     {{
@@ -6167,7 +6167,7 @@
     return A007318_99_vect;
   }
 
- static const std::vector<mp_float>& A007318_100(void)
+ const std::vector<mp_float>& A007318_100(void)
   {
     static const boost::array<mp_float, 101u> A007318_100_data =
     {{
@@ -6279,7 +6279,7 @@
     return A007318_100_vect;
   }
 
- static const std::vector<mp_float>& A007318_101(void)
+ const std::vector<mp_float>& A007318_101(void)
   {
     static const boost::array<mp_float, 102u> A007318_101_data =
     {{
@@ -6392,7 +6392,7 @@
     return A007318_101_vect;
   }
 
- static const std::vector<mp_float>& A007318_102(void)
+ const std::vector<mp_float>& A007318_102(void)
   {
     static const boost::array<mp_float, 103u> A007318_102_data =
     {{
@@ -6506,7 +6506,7 @@
     return A007318_102_vect;
   }
 
- static const std::vector<mp_float>& A007318_103(void)
+ const std::vector<mp_float>& A007318_103(void)
   {
     static const boost::array<mp_float, 104u> A007318_103_data =
     {{
@@ -6621,7 +6621,7 @@
     return A007318_103_vect;
   }
 
- static const std::vector<mp_float>& A007318_104(void)
+ const std::vector<mp_float>& A007318_104(void)
   {
     static const boost::array<mp_float, 105u> A007318_104_data =
     {{
@@ -6737,7 +6737,7 @@
     return A007318_104_vect;
   }
 
- static const std::vector<mp_float>& A007318_105(void)
+ const std::vector<mp_float>& A007318_105(void)
   {
     static const boost::array<mp_float, 106u> A007318_105_data =
     {{
@@ -6854,7 +6854,7 @@
     return A007318_105_vect;
   }
 
- static const std::vector<mp_float>& A007318_106(void)
+ const std::vector<mp_float>& A007318_106(void)
   {
     static const boost::array<mp_float, 107u> A007318_106_data =
     {{
@@ -6972,7 +6972,7 @@
     return A007318_106_vect;
   }
 
- static const std::vector<mp_float>& A007318_107(void)
+ const std::vector<mp_float>& A007318_107(void)
   {
     static const boost::array<mp_float, 108u> A007318_107_data =
     {{
@@ -7091,7 +7091,7 @@
     return A007318_107_vect;
   }
 
- static const std::vector<mp_float>& A007318_108(void)
+ const std::vector<mp_float>& A007318_108(void)
   {
     static const boost::array<mp_float, 109u> A007318_108_data =
     {{
@@ -7211,7 +7211,7 @@
     return A007318_108_vect;
   }
 
- static const std::vector<mp_float>& A007318_109(void)
+ const std::vector<mp_float>& A007318_109(void)
   {
     static const boost::array<mp_float, 110u> A007318_109_data =
     {{
@@ -7332,7 +7332,7 @@
     return A007318_109_vect;
   }
 
- static const std::vector<mp_float>& A007318_110(void)
+ const std::vector<mp_float>& A007318_110(void)
   {
     static const boost::array<mp_float, 111u> A007318_110_data =
     {{
@@ -7454,7 +7454,7 @@
     return A007318_110_vect;
   }
 
- static const std::vector<mp_float>& A007318_111(void)
+ const std::vector<mp_float>& A007318_111(void)
   {
     static const boost::array<mp_float, 112u> A007318_111_data =
     {{
@@ -7577,7 +7577,7 @@
     return A007318_111_vect;
   }
 
- static const std::vector<mp_float>& A007318_112(void)
+ const std::vector<mp_float>& A007318_112(void)
   {
     static const boost::array<mp_float, 113u> A007318_112_data =
     {{
@@ -7701,7 +7701,7 @@
     return A007318_112_vect;
   }
 
- static const std::vector<mp_float>& A007318_113(void)
+ const std::vector<mp_float>& A007318_113(void)
   {
     static const boost::array<mp_float, 114u> A007318_113_data =
     {{
@@ -7826,7 +7826,7 @@
     return A007318_113_vect;
   }
 
- static const std::vector<mp_float>& A007318_114(void)
+ const std::vector<mp_float>& A007318_114(void)
   {
     static const boost::array<mp_float, 115u> A007318_114_data =
     {{
@@ -7952,7 +7952,7 @@
     return A007318_114_vect;
   }
 
- static const std::vector<mp_float>& A007318_115(void)
+ const std::vector<mp_float>& A007318_115(void)
   {
     static const boost::array<mp_float, 116u> A007318_115_data =
     {{
@@ -8079,7 +8079,7 @@
     return A007318_115_vect;
   }
 
- static const std::vector<mp_float>& A007318_116(void)
+ const std::vector<mp_float>& A007318_116(void)
   {
     static const boost::array<mp_float, 117u> A007318_116_data =
     {{
@@ -8207,7 +8207,7 @@
     return A007318_116_vect;
   }
 
- static const std::vector<mp_float>& A007318_117(void)
+ const std::vector<mp_float>& A007318_117(void)
   {
     static const boost::array<mp_float, 118u> A007318_117_data =
     {{
@@ -8336,7 +8336,7 @@
     return A007318_117_vect;
   }
 
- static const std::vector<mp_float>& A007318_118(void)
+ const std::vector<mp_float>& A007318_118(void)
   {
     static const boost::array<mp_float, 119u> A007318_118_data =
     {{
@@ -8466,7 +8466,7 @@
     return A007318_118_vect;
   }
 
- static const std::vector<mp_float>& A007318_119(void)
+ const std::vector<mp_float>& A007318_119(void)
   {
     static const boost::array<mp_float, 120u> A007318_119_data =
     {{
@@ -8597,7 +8597,7 @@
     return A007318_119_vect;
   }
 
- static const std::vector<mp_float>& A007318_120(void)
+ const std::vector<mp_float>& A007318_120(void)
   {
     static const boost::array<mp_float, 121u> A007318_120_data =
     {{
@@ -8729,7 +8729,7 @@
     return A007318_120_vect;
   }
 
- static const std::vector<mp_float>& A007318_121(void)
+ const std::vector<mp_float>& A007318_121(void)
   {
     static const boost::array<mp_float, 122u> A007318_121_data =
     {{
@@ -8862,7 +8862,7 @@
     return A007318_121_vect;
   }
 
- static const std::vector<mp_float>& A007318_122(void)
+ const std::vector<mp_float>& A007318_122(void)
   {
     static const boost::array<mp_float, 123u> A007318_122_data =
     {{
@@ -8996,7 +8996,7 @@
     return A007318_122_vect;
   }
 
- static const std::vector<mp_float>& A007318_123(void)
+ const std::vector<mp_float>& A007318_123(void)
   {
     static const boost::array<mp_float, 124u> A007318_123_data =
     {{
@@ -9131,7 +9131,7 @@
     return A007318_123_vect;
   }
 
- static const std::vector<mp_float>& A007318_124(void)
+ const std::vector<mp_float>& A007318_124(void)
   {
     static const boost::array<mp_float, 125u> A007318_124_data =
     {{
@@ -9267,7 +9267,7 @@
     return A007318_124_vect;
   }
 
- static const std::vector<mp_float>& A007318_125(void)
+ const std::vector<mp_float>& A007318_125(void)
   {
     static const boost::array<mp_float, 126u> A007318_125_data =
     {{
@@ -9404,7 +9404,7 @@
     return A007318_125_vect;
   }
 
- static const std::vector<mp_float>& A007318_126(void)
+ const std::vector<mp_float>& A007318_126(void)
   {
     static const boost::array<mp_float, 127u> A007318_126_data =
     {{
@@ -9542,7 +9542,7 @@
     return A007318_126_vect;
   }
 
- static const std::vector<mp_float>& A007318_127(void)
+ const std::vector<mp_float>& A007318_127(void)
   {
     static const boost::array<mp_float, 128u> A007318_127_data =
     {{
@@ -9681,7 +9681,7 @@
     return A007318_127_vect;
   }
 
- static const std::vector<mp_float>& A007318_128(void)
+ const std::vector<mp_float>& A007318_128(void)
   {
     static const boost::array<mp_float, 129u> A007318_128_data =
     {{
@@ -9821,7 +9821,7 @@
     return A007318_128_vect;
   }
 
- static const std::vector<mp_float>& A007318_129(void)
+ const std::vector<mp_float>& A007318_129(void)
   {
     static const boost::array<mp_float, 130u> A007318_129_data =
     {{
@@ -9962,7 +9962,7 @@
     return A007318_129_vect;
   }
 
- static const std::vector<mp_float>& A007318_130(void)
+ const std::vector<mp_float>& A007318_130(void)
   {
     static const boost::array<mp_float, 131u> A007318_130_data =
     {{
@@ -10104,7 +10104,7 @@
     return A007318_130_vect;
   }
 
- static const std::vector<mp_float>& A007318_131(void)
+ const std::vector<mp_float>& A007318_131(void)
   {
     static const boost::array<mp_float, 132u> A007318_131_data =
     {{
@@ -10247,7 +10247,7 @@
     return A007318_131_vect;
   }
 
- static const std::vector<mp_float>& A007318_132(void)
+ const std::vector<mp_float>& A007318_132(void)
   {
     static const boost::array<mp_float, 133u> A007318_132_data =
     {{
@@ -10391,7 +10391,7 @@
     return A007318_132_vect;
   }
 
- static const std::vector<mp_float>& A007318_133(void)
+ const std::vector<mp_float>& A007318_133(void)
   {
     static const boost::array<mp_float, 134u> A007318_133_data =
     {{
@@ -10536,7 +10536,7 @@
     return A007318_133_vect;
   }
 
- static const std::vector<mp_float>& A007318_134(void)
+ const std::vector<mp_float>& A007318_134(void)
   {
     static const boost::array<mp_float, 135u> A007318_134_data =
     {{
@@ -10682,7 +10682,7 @@
     return A007318_134_vect;
   }
 
- static const std::vector<mp_float>& A007318_135(void)
+ const std::vector<mp_float>& A007318_135(void)
   {
     static const boost::array<mp_float, 136u> A007318_135_data =
     {{
@@ -10829,7 +10829,7 @@
     return A007318_135_vect;
   }
 
- static const std::vector<mp_float>& A007318_136(void)
+ const std::vector<mp_float>& A007318_136(void)
   {
     static const boost::array<mp_float, 137u> A007318_136_data =
     {{
@@ -10977,7 +10977,7 @@
     return A007318_136_vect;
   }
 
- static const std::vector<mp_float>& A007318_137(void)
+ const std::vector<mp_float>& A007318_137(void)
   {
     static const boost::array<mp_float, 138u> A007318_137_data =
     {{
@@ -11126,7 +11126,7 @@
     return A007318_137_vect;
   }
 
- static const std::vector<mp_float>& A007318_138(void)
+ const std::vector<mp_float>& A007318_138(void)
   {
     static const boost::array<mp_float, 139u> A007318_138_data =
     {{
@@ -11276,7 +11276,7 @@
     return A007318_138_vect;
   }
 
- static const std::vector<mp_float>& A007318_139(void)
+ const std::vector<mp_float>& A007318_139(void)
   {
     static const boost::array<mp_float, 140u> A007318_139_data =
     {{
@@ -11427,7 +11427,7 @@
     return A007318_139_vect;
   }
 
- static const std::vector<mp_float>& A007318_140(void)
+ const std::vector<mp_float>& A007318_140(void)
   {
     static const boost::array<mp_float, 141u> A007318_140_data =
     {{
@@ -11579,7 +11579,7 @@
     return A007318_140_vect;
   }
 
- static const std::vector<mp_float>& A007318_141(void)
+ const std::vector<mp_float>& A007318_141(void)
   {
     static const boost::array<mp_float, 142u> A007318_141_data =
     {{
@@ -11732,7 +11732,7 @@
     return A007318_141_vect;
   }
 
- static const std::vector<mp_float>& A007318_142(void)
+ const std::vector<mp_float>& A007318_142(void)
   {
     static const boost::array<mp_float, 143u> A007318_142_data =
     {{
@@ -11886,7 +11886,7 @@
     return A007318_142_vect;
   }
 
- static const std::vector<mp_float>& A007318_143(void)
+ const std::vector<mp_float>& A007318_143(void)
   {
     static const boost::array<mp_float, 144u> A007318_143_data =
     {{
@@ -12041,7 +12041,7 @@
     return A007318_143_vect;
   }
 
- static const std::vector<mp_float>& A007318_144(void)
+ const std::vector<mp_float>& A007318_144(void)
   {
     static const boost::array<mp_float, 145u> A007318_144_data =
     {{
@@ -12197,7 +12197,7 @@
     return A007318_144_vect;
   }
 
- static const std::vector<mp_float>& A007318_145(void)
+ const std::vector<mp_float>& A007318_145(void)
   {
     static const boost::array<mp_float, 146u> A007318_145_data =
     {{
@@ -12354,7 +12354,7 @@
     return A007318_145_vect;
   }
 
- static const std::vector<mp_float>& A007318_146(void)
+ const std::vector<mp_float>& A007318_146(void)
   {
     static const boost::array<mp_float, 147u> A007318_146_data =
     {{
@@ -12512,7 +12512,7 @@
     return A007318_146_vect;
   }
 
- static const std::vector<mp_float>& A007318_147(void)
+ const std::vector<mp_float>& A007318_147(void)
   {
     static const boost::array<mp_float, 148u> A007318_147_data =
     {{
@@ -12671,7 +12671,7 @@
     return A007318_147_vect;
   }
 
- static const std::vector<mp_float>& A007318_148(void)
+ const std::vector<mp_float>& A007318_148(void)
   {
     static const boost::array<mp_float, 149u> A007318_148_data =
     {{
@@ -12831,7 +12831,7 @@
     return A007318_148_vect;
   }
 
- static const std::vector<mp_float>& A007318_149(void)
+ const std::vector<mp_float>& A007318_149(void)
   {
     static const boost::array<mp_float, 150u> A007318_149_data =
     {{
@@ -12992,7 +12992,7 @@
     return A007318_149_vect;
   }
 
- static const std::vector<mp_float>& A007318_150(void)
+ const std::vector<mp_float>& A007318_150(void)
   {
     static const boost::array<mp_float, 151u> A007318_150_data =
     {{
@@ -13154,7 +13154,7 @@
     return A007318_150_vect;
   }
 
- static const std::vector<mp_float>& A007318_151(void)
+ const std::vector<mp_float>& A007318_151(void)
   {
     static const boost::array<mp_float, 152u> A007318_151_data =
     {{
@@ -13317,7 +13317,7 @@
     return A007318_151_vect;
   }
 
- static const std::vector<mp_float>& A007318_152(void)
+ const std::vector<mp_float>& A007318_152(void)
   {
     static const boost::array<mp_float, 153u> A007318_152_data =
     {{
@@ -13481,7 +13481,7 @@
     return A007318_152_vect;
   }
 
- static const std::vector<mp_float>& A007318_153(void)
+ const std::vector<mp_float>& A007318_153(void)
   {
     static const boost::array<mp_float, 154u> A007318_153_data =
     {{
@@ -13646,7 +13646,7 @@
     return A007318_153_vect;
   }
 
- static const std::vector<mp_float>& A007318_154(void)
+ const std::vector<mp_float>& A007318_154(void)
   {
     static const boost::array<mp_float, 155u> A007318_154_data =
     {{
@@ -13812,7 +13812,7 @@
     return A007318_154_vect;
   }
 
- static const std::vector<mp_float>& A007318_155(void)
+ const std::vector<mp_float>& A007318_155(void)
   {
     static const boost::array<mp_float, 156u> A007318_155_data =
     {{
@@ -13979,7 +13979,7 @@
     return A007318_155_vect;
   }
 
- static const std::vector<mp_float>& A007318_156(void)
+ const std::vector<mp_float>& A007318_156(void)
   {
     static const boost::array<mp_float, 157u> A007318_156_data =
     {{
@@ -14147,7 +14147,7 @@
     return A007318_156_vect;
   }
 
- static const std::vector<mp_float>& A007318_157(void)
+ const std::vector<mp_float>& A007318_157(void)
   {
     static const boost::array<mp_float, 158u> A007318_157_data =
     {{
@@ -14316,7 +14316,7 @@
     return A007318_157_vect;
   }
 
- static const std::vector<mp_float>& A007318_158(void)
+ const std::vector<mp_float>& A007318_158(void)
   {
     static const boost::array<mp_float, 159u> A007318_158_data =
     {{
@@ -14486,7 +14486,7 @@
     return A007318_158_vect;
   }
 
- static const std::vector<mp_float>& A007318_159(void)
+ const std::vector<mp_float>& A007318_159(void)
   {
     static const boost::array<mp_float, 160u> A007318_159_data =
     {{
@@ -14657,7 +14657,7 @@
     return A007318_159_vect;
   }
 
- static const std::vector<mp_float>& A007318_160(void)
+ const std::vector<mp_float>& A007318_160(void)
   {
     static const boost::array<mp_float, 161u> A007318_160_data =
     {{
@@ -14830,177 +14830,183 @@
   }
 }
 
-namespace Tables
+namespace boost
 {
- const std::vector<pfn_vector_efloat>& A007318(void)
+ namespace multiprecision
   {
- static const boost::array<pfn_vector_efloat, 161u> A007318_data =
- {{
- A007318_Table::A007318_0,
- A007318_Table::A007318_1,
- A007318_Table::A007318_2,
- A007318_Table::A007318_3,
- A007318_Table::A007318_4,
- A007318_Table::A007318_5,
- A007318_Table::A007318_6,
- A007318_Table::A007318_7,
- A007318_Table::A007318_8,
- A007318_Table::A007318_9,
- A007318_Table::A007318_10,
- A007318_Table::A007318_11,
- A007318_Table::A007318_12,
- A007318_Table::A007318_13,
- A007318_Table::A007318_14,
- A007318_Table::A007318_15,
- A007318_Table::A007318_16,
- A007318_Table::A007318_17,
- A007318_Table::A007318_18,
- A007318_Table::A007318_19,
- A007318_Table::A007318_20,
- A007318_Table::A007318_21,
- A007318_Table::A007318_22,
- A007318_Table::A007318_23,
- A007318_Table::A007318_24,
- A007318_Table::A007318_25,
- A007318_Table::A007318_26,
- A007318_Table::A007318_27,
- A007318_Table::A007318_28,
- A007318_Table::A007318_29,
- A007318_Table::A007318_30,
- A007318_Table::A007318_31,
- A007318_Table::A007318_32,
- A007318_Table::A007318_33,
- A007318_Table::A007318_34,
- A007318_Table::A007318_35,
- A007318_Table::A007318_36,
- A007318_Table::A007318_37,
- A007318_Table::A007318_38,
- A007318_Table::A007318_39,
- A007318_Table::A007318_40,
- A007318_Table::A007318_41,
- A007318_Table::A007318_42,
- A007318_Table::A007318_43,
- A007318_Table::A007318_44,
- A007318_Table::A007318_45,
- A007318_Table::A007318_46,
- A007318_Table::A007318_47,
- A007318_Table::A007318_48,
- A007318_Table::A007318_49,
- A007318_Table::A007318_50,
- A007318_Table::A007318_51,
- A007318_Table::A007318_52,
- A007318_Table::A007318_53,
- A007318_Table::A007318_54,
- A007318_Table::A007318_55,
- A007318_Table::A007318_56,
- A007318_Table::A007318_57,
- A007318_Table::A007318_58,
- A007318_Table::A007318_59,
- A007318_Table::A007318_60,
- A007318_Table::A007318_61,
- A007318_Table::A007318_62,
- A007318_Table::A007318_63,
- A007318_Table::A007318_64,
- A007318_Table::A007318_65,
- A007318_Table::A007318_66,
- A007318_Table::A007318_67,
- A007318_Table::A007318_68,
- A007318_Table::A007318_69,
- A007318_Table::A007318_70,
- A007318_Table::A007318_71,
- A007318_Table::A007318_72,
- A007318_Table::A007318_73,
- A007318_Table::A007318_74,
- A007318_Table::A007318_75,
- A007318_Table::A007318_76,
- A007318_Table::A007318_77,
- A007318_Table::A007318_78,
- A007318_Table::A007318_79,
- A007318_Table::A007318_80,
- A007318_Table::A007318_81,
- A007318_Table::A007318_82,
- A007318_Table::A007318_83,
- A007318_Table::A007318_84,
- A007318_Table::A007318_85,
- A007318_Table::A007318_86,
- A007318_Table::A007318_87,
- A007318_Table::A007318_88,
- A007318_Table::A007318_89,
- A007318_Table::A007318_90,
- A007318_Table::A007318_91,
- A007318_Table::A007318_92,
- A007318_Table::A007318_93,
- A007318_Table::A007318_94,
- A007318_Table::A007318_95,
- A007318_Table::A007318_96,
- A007318_Table::A007318_97,
- A007318_Table::A007318_98,
- A007318_Table::A007318_99,
- A007318_Table::A007318_100,
- A007318_Table::A007318_101,
- A007318_Table::A007318_102,
- A007318_Table::A007318_103,
- A007318_Table::A007318_104,
- A007318_Table::A007318_105,
- A007318_Table::A007318_106,
- A007318_Table::A007318_107,
- A007318_Table::A007318_108,
- A007318_Table::A007318_109,
- A007318_Table::A007318_110,
- A007318_Table::A007318_111,
- A007318_Table::A007318_112,
- A007318_Table::A007318_113,
- A007318_Table::A007318_114,
- A007318_Table::A007318_115,
- A007318_Table::A007318_116,
- A007318_Table::A007318_117,
- A007318_Table::A007318_118,
- A007318_Table::A007318_119,
- A007318_Table::A007318_120,
- A007318_Table::A007318_121,
- A007318_Table::A007318_122,
- A007318_Table::A007318_123,
- A007318_Table::A007318_124,
- A007318_Table::A007318_125,
- A007318_Table::A007318_126,
- A007318_Table::A007318_127,
- A007318_Table::A007318_128,
- A007318_Table::A007318_129,
- A007318_Table::A007318_130,
- A007318_Table::A007318_131,
- A007318_Table::A007318_132,
- A007318_Table::A007318_133,
- A007318_Table::A007318_134,
- A007318_Table::A007318_135,
- A007318_Table::A007318_136,
- A007318_Table::A007318_137,
- A007318_Table::A007318_138,
- A007318_Table::A007318_139,
- A007318_Table::A007318_140,
- A007318_Table::A007318_141,
- A007318_Table::A007318_142,
- A007318_Table::A007318_143,
- A007318_Table::A007318_144,
- A007318_Table::A007318_145,
- A007318_Table::A007318_146,
- A007318_Table::A007318_147,
- A007318_Table::A007318_148,
- A007318_Table::A007318_149,
- A007318_Table::A007318_150,
- A007318_Table::A007318_151,
- A007318_Table::A007318_152,
- A007318_Table::A007318_153,
- A007318_Table::A007318_154,
- A007318_Table::A007318_155,
- A007318_Table::A007318_156,
- A007318_Table::A007318_157,
- A007318_Table::A007318_158,
- A007318_Table::A007318_159,
- A007318_Table::A007318_160,
- }};
-
- static const std::vector<pfn_vector_efloat> A007318_vect(A007318_data.begin(), A007318_data.end());
-
- return A007318_vect;
+ namespace tables
+ {
+ const std::vector<pfn_vector_efloat>& A007318(void)
+ {
+ static const boost::array<pfn_vector_efloat, 161u> A007318_data =
+ {{
+ ::A007318_0,
+ ::A007318_1,
+ ::A007318_2,
+ ::A007318_3,
+ ::A007318_4,
+ ::A007318_5,
+ ::A007318_6,
+ ::A007318_7,
+ ::A007318_8,
+ ::A007318_9,
+ ::A007318_10,
+ ::A007318_11,
+ ::A007318_12,
+ ::A007318_13,
+ ::A007318_14,
+ ::A007318_15,
+ ::A007318_16,
+ ::A007318_17,
+ ::A007318_18,
+ ::A007318_19,
+ ::A007318_20,
+ ::A007318_21,
+ ::A007318_22,
+ ::A007318_23,
+ ::A007318_24,
+ ::A007318_25,
+ ::A007318_26,
+ ::A007318_27,
+ ::A007318_28,
+ ::A007318_29,
+ ::A007318_30,
+ ::A007318_31,
+ ::A007318_32,
+ ::A007318_33,
+ ::A007318_34,
+ ::A007318_35,
+ ::A007318_36,
+ ::A007318_37,
+ ::A007318_38,
+ ::A007318_39,
+ ::A007318_40,
+ ::A007318_41,
+ ::A007318_42,
+ ::A007318_43,
+ ::A007318_44,
+ ::A007318_45,
+ ::A007318_46,
+ ::A007318_47,
+ ::A007318_48,
+ ::A007318_49,
+ ::A007318_50,
+ ::A007318_51,
+ ::A007318_52,
+ ::A007318_53,
+ ::A007318_54,
+ ::A007318_55,
+ ::A007318_56,
+ ::A007318_57,
+ ::A007318_58,
+ ::A007318_59,
+ ::A007318_60,
+ ::A007318_61,
+ ::A007318_62,
+ ::A007318_63,
+ ::A007318_64,
+ ::A007318_65,
+ ::A007318_66,
+ ::A007318_67,
+ ::A007318_68,
+ ::A007318_69,
+ ::A007318_70,
+ ::A007318_71,
+ ::A007318_72,
+ ::A007318_73,
+ ::A007318_74,
+ ::A007318_75,
+ ::A007318_76,
+ ::A007318_77,
+ ::A007318_78,
+ ::A007318_79,
+ ::A007318_80,
+ ::A007318_81,
+ ::A007318_82,
+ ::A007318_83,
+ ::A007318_84,
+ ::A007318_85,
+ ::A007318_86,
+ ::A007318_87,
+ ::A007318_88,
+ ::A007318_89,
+ ::A007318_90,
+ ::A007318_91,
+ ::A007318_92,
+ ::A007318_93,
+ ::A007318_94,
+ ::A007318_95,
+ ::A007318_96,
+ ::A007318_97,
+ ::A007318_98,
+ ::A007318_99,
+ ::A007318_100,
+ ::A007318_101,
+ ::A007318_102,
+ ::A007318_103,
+ ::A007318_104,
+ ::A007318_105,
+ ::A007318_106,
+ ::A007318_107,
+ ::A007318_108,
+ ::A007318_109,
+ ::A007318_110,
+ ::A007318_111,
+ ::A007318_112,
+ ::A007318_113,
+ ::A007318_114,
+ ::A007318_115,
+ ::A007318_116,
+ ::A007318_117,
+ ::A007318_118,
+ ::A007318_119,
+ ::A007318_120,
+ ::A007318_121,
+ ::A007318_122,
+ ::A007318_123,
+ ::A007318_124,
+ ::A007318_125,
+ ::A007318_126,
+ ::A007318_127,
+ ::A007318_128,
+ ::A007318_129,
+ ::A007318_130,
+ ::A007318_131,
+ ::A007318_132,
+ ::A007318_133,
+ ::A007318_134,
+ ::A007318_135,
+ ::A007318_136,
+ ::A007318_137,
+ ::A007318_138,
+ ::A007318_139,
+ ::A007318_140,
+ ::A007318_141,
+ ::A007318_142,
+ ::A007318_143,
+ ::A007318_144,
+ ::A007318_145,
+ ::A007318_146,
+ ::A007318_147,
+ ::A007318_148,
+ ::A007318_149,
+ ::A007318_150,
+ ::A007318_151,
+ ::A007318_152,
+ ::A007318_153,
+ ::A007318_154,
+ ::A007318_155,
+ ::A007318_156,
+ ::A007318_157,
+ ::A007318_158,
+ ::A007318_159,
+ ::A007318_160,
+ }};
+
+ static const std::vector<pfn_vector_efloat> A007318_vect(A007318_data.begin(), A007318_data.end());
+
+ return A007318_vect;
+ }
+ }
   }
 }

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/tables/tables.h
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/tables/tables.h (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/tables/tables.h 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -15,16 +15,22 @@
 
   #include <boost/multiprecision/mp_float.hpp>
 
- namespace Tables
+ namespace boost
   {
- typedef const boost::multiprecision::mp_float& (*pfn_efloat)(void);
- typedef const std::vector<boost::multiprecision::mp_float>& (*pfn_vector_efloat)(void);
+ namespace multiprecision
+ {
+ namespace tables
+ {
+ typedef const boost::multiprecision::mp_float& (*pfn_efloat)(void);
+ typedef const std::vector<boost::multiprecision::mp_float>& (*pfn_vector_efloat)(void);
 
- const std::vector<pfn_efloat>& A000142(void);
- const std::vector<pfn_efloat>& A000367(void);
- const std::vector<pfn_efloat>& A002445(void);
- const std::vector<pfn_efloat>& A006882(void);
- const std::vector<pfn_vector_efloat>& A007318(void);
+ const std::vector<pfn_efloat>& A000142(void);
+ const std::vector<pfn_efloat>& A000367(void);
+ const std::vector<pfn_efloat>& A002445(void);
+ const std::vector<pfn_efloat>& A006882(void);
+ const std::vector<pfn_vector_efloat>& A007318(void);
+ }
+ }
   }
 
 #endif // _TABLES_2008_01_10_H_

Modified: sandbox/multiprecision/libs/multiprecision/src/functions/zeta/zeta.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/functions/zeta/zeta.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/functions/zeta/zeta.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -29,8 +29,8 @@
     // of the Bernoulli numbers.
 
     // Check the range of the tabulated values of the Bernoulli numbers.
- static const std::size_t sz_A000367 = static_cast<std::size_t>(Tables::A000367().size());
- static const std::size_t sz_A002445 = static_cast<std::size_t>(Tables::A002445().size());
+ static const std::size_t sz_A000367 = static_cast<std::size_t>(boost::multiprecision::tables::A000367().size());
+ static const std::size_t sz_A002445 = static_cast<std::size_t>(boost::multiprecision::tables::A002445().size());
 
     static const boost::int32_t b2n_table_max = static_cast<boost::int32_t>(2u * (std::min)(sz_A000367, sz_A002445));
 
@@ -121,17 +121,17 @@
     // logarithms in a static table.
 
     // Declare a map of prime factors raised to the power of the argument s.
- std::map<boost::uint32_t, T> n_pow_s_prime_factor_map;
+ std::map<boost::uint_fast32_t, T> n_pow_s_prime_factor_map;
 
     // Generate a list of the first 300 prime numbers.
- static std::deque<boost::uint32_t> prime_data;
+ static std::deque<boost::uint_fast32_t> prime_data;
 
     if(prime_data.empty())
     {
- prime(static_cast<boost::uint32_t>(300u), prime_data);
+ prime(static_cast<boost::uint_fast32_t>(300u), prime_data);
     }
 
- static const std::vector<boost::uint32_t> primes(prime_data.begin(), prime_data.end());
+ static const std::vector<boost::uint_fast32_t> primes(prime_data.begin(), prime_data.end());
 
     // Test the conditions for the expansion of the product of primes. Set up a
     // test for the product of primes. The expansion in the product of primes can
@@ -219,7 +219,7 @@
         if(!j_is_zero)
         {
           // Increment the zeta function sum.
- jps = boost::multiprecision::utility::j_pow_x(static_cast<boost::uint32_t>(j), s, n_pow_s_prime_factor_map);
+ jps = boost::multiprecision::utility::j_pow_x(static_cast<boost::uint_fast32_t>(j), s, n_pow_s_prime_factor_map);
 
           neg_term = !neg_term;
 

Modified: sandbox/multiprecision/libs/multiprecision/src/utility/util_power_j_pow_x.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/src/utility/util_power_j_pow_x.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/src/utility/util_power_j_pow_x.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -18,19 +18,19 @@
 
 namespace
 {
- mp_float my_logn(const boost::uint32_t n)
+ mp_float my_logn(const boost::uint_fast32_t n)
   {
- static std::map<boost::uint32_t, mp_float> ln_data;
+ static std::map<boost::uint_fast32_t, mp_float> logn_data;
 
- const std::map<boost::uint32_t, mp_float>::const_iterator it = ln_data.find(n);
+ const std::map<boost::uint_fast32_t, mp_float>::const_iterator it = logn_data.find(n);
 
- if(it == ln_data.end())
+ if(it == logn_data.end())
     {
- const mp_float ln = boost::multiprecision::log(mp_float(n));
+ const mp_float logn_value = boost::multiprecision::log(mp_float(n));
 
- ln_data[n] = ln;
+ logn_data[static_cast<std::size_t>(n)] = logn_value;
 
- return ln;
+ return logn_value;
     }
     else
     {
@@ -38,7 +38,8 @@
     }
   }
 
- template<typename T> inline T j_pow_x_template(const boost::uint32_t j, const T& x, std::map<boost::uint32_t, T>& n_pow_x_prime_factor_map)
+ template<typename T>
+ inline T my_j_pow_x_template(const boost::uint_fast32_t j, const T& x, std::map<boost::uint_fast32_t, T>& n_pow_x_prime_factor_map)
   {
     using boost::multiprecision::exp;
     using boost::multiprecision::exp;
@@ -47,7 +48,7 @@
     using boost::multiprecision::real;
     using boost::multiprecision::real;
 
- std::deque<boost::multiprecision::utility::point<boost::uint32_t> > pf;
+ std::deque<boost::multiprecision::utility::point<boost::uint_fast32_t> > pf;
 
     boost::multiprecision::prime_factors(j, pf);
 
@@ -57,10 +58,10 @@
     {
       T pf_pow_x;
 
- const boost::uint32_t n = pf[i].x;
- const boost::uint32_t p = pf[i].y;
+ const boost::uint_fast32_t n = pf[i].x;
+ const boost::uint_fast32_t p = pf[i].y;
 
- const typename std::map<boost::uint32_t, T>::const_iterator it = n_pow_x_prime_factor_map.find(n);
+ const typename std::map<boost::uint_fast32_t, T>::const_iterator it = n_pow_x_prime_factor_map.find(n);
 
       if(it == n_pow_x_prime_factor_map.end())
       {
@@ -93,10 +94,10 @@
       }
 
       // Do the power expansion.
- if (p == static_cast<boost::uint32_t>(1u)) { }
- else if(p == static_cast<boost::uint32_t>(2u)) { pf_pow_x *= pf_pow_x; }
- else if(p == static_cast<boost::uint32_t>(3u)) { pf_pow_x *= (pf_pow_x * pf_pow_x); }
- else { pf_pow_x *= pown(pf_pow_x, static_cast<boost::int64_t>(p - 1u)); }
+ if (p == static_cast<boost::uint_fast32_t>(1u)) { }
+ else if(p == static_cast<boost::uint_fast32_t>(2u)) { pf_pow_x *= pf_pow_x; }
+ else if(p == static_cast<boost::uint_fast32_t>(3u)) { pf_pow_x *= (pf_pow_x * pf_pow_x); }
+ else { pf_pow_x *= pown(pf_pow_x, static_cast<boost::int64_t>(p - 1u)); }
 
       jpx *= pf_pow_x;
     }
@@ -105,5 +106,5 @@
   }
 }
 
-mp_float boost::multiprecision::utility::j_pow_x(const boost::uint32_t j, const mp_float& x, std::map<boost::uint32_t, mp_float>& n_pow_x_prime_factor_map) { return ::j_pow_x_template<mp_float>(j, x, n_pow_x_prime_factor_map); }
-mp_complex boost::multiprecision::utility::j_pow_x(const boost::uint32_t j, const mp_complex& x, std::map<boost::uint32_t, mp_complex>& n_pow_x_prime_factor_map) { return ::j_pow_x_template<mp_complex>(j, x, n_pow_x_prime_factor_map); }
+mp_float boost::multiprecision::utility::j_pow_x(const boost::uint_fast32_t j, const mp_float& x, std::map<boost::uint_fast32_t, mp_float>& n_pow_x_prime_factor_map) { return ::my_j_pow_x_template<mp_float>(j, x, n_pow_x_prime_factor_map); }
+mp_complex boost::multiprecision::utility::j_pow_x(const boost::uint_fast32_t j, const mp_complex& x, std::map<boost::uint_fast32_t, mp_complex>& n_pow_x_prime_factor_map) { return ::my_j_pow_x_template<mp_complex>(j, x, n_pow_x_prime_factor_map); }

Modified: sandbox/multiprecision/libs/multiprecision/test/real/cases/test_case_0000z_global_ops_pod.cpp
==============================================================================
--- sandbox/multiprecision/libs/multiprecision/test/real/cases/test_case_0000z_global_ops_pod.cpp (original)
+++ sandbox/multiprecision/libs/multiprecision/test/real/cases/test_case_0000z_global_ops_pod.cpp 2011-09-23 12:53:17 EDT (Fri, 23 Sep 2011)
@@ -131,7 +131,7 @@
 
         my_test_result &= ::mp_float_equate_to::check_type<signed char, signed long long>();
         my_test_result &= ::mp_float_equate_to::check_type<signed short, signed long long>();
- my_test_result &= ::mp_float_equate_to::check_type<signed int, signed long long>();
+ my_test_result &= ::mp_float_equate_to::check_type<int, signed long long>();
         my_test_result &= ::mp_float_equate_to::check_type<signed long, signed long long>();
         my_test_result &= ::mp_float_equate_to::check_type<signed long long, signed long long>();
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk