Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2016-10-20 21:16:24 +0300
committerDalai Felinto <dfelinto@gmail.com>2016-10-20 21:16:24 +0300
commit06b5508073e53a50d2c8fc3c76c3104eb0077629 (patch)
treecc509c56f48a17bc8549593e5b074c75b649b2a0
parent6f81e808e3e4d9ab6a82fbe27c95e180cb7de170 (diff)
parentac7ff55f110e9c0b9e6cef2557d8cd06348c45fa (diff)
Merge commit '4b046c530d3e14d7737c4770b9ae07942f4c6047^' into pbr-merge
-rw-r--r--CMakeLists.txt11
-rw-r--r--build_files/cmake/config/blender_full.cmake1
-rw-r--r--build_files/cmake/config/blender_lite.cmake2
-rw-r--r--build_files/cmake/config/blender_release.cmake79
-rw-r--r--build_files/cmake/macros.cmake6
-rw-r--r--build_files/cmake/packaging.cmake6
-rw-r--r--build_files/cmake/platform/platform_apple.cmake9
-rw-r--r--build_files/cmake/platform/platform_unix.cmake6
-rw-r--r--build_files/cmake/platform/platform_win32_msvc.cmake30
-rwxr-xr-xdoc/python_api/sphinx_doc_update.py183
-rw-r--r--intern/cycles/blender/blender_object.cpp7
-rw-r--r--intern/cycles/blender/blender_session.cpp3
-rw-r--r--intern/cycles/bvh/bvh.cpp212
-rw-r--r--intern/cycles/bvh/bvh.h12
-rw-r--r--intern/cycles/device/device_cuda.cpp2
-rw-r--r--intern/cycles/device/device_opencl.cpp12
-rw-r--r--intern/cycles/kernel/bvh/bvh_shadow_all.h2
-rw-r--r--intern/cycles/kernel/bvh/qbvh_shadow_all.h2
-rw-r--r--intern/cycles/kernel/geom/geom_object.h13
-rw-r--r--intern/cycles/kernel/geom/geom_triangle.h4
-rw-r--r--intern/cycles/kernel/kernel_accumulate.h70
-rw-r--r--intern/cycles/kernel/kernel_bake.h15
-rw-r--r--intern/cycles/kernel/kernel_camera.h2
-rw-r--r--intern/cycles/kernel/kernel_emission.h17
-rw-r--r--intern/cycles/kernel/kernel_light.h25
-rw-r--r--intern/cycles/kernel/kernel_path_surface.h72
-rw-r--r--intern/cycles/kernel/kernel_path_volume.h88
-rw-r--r--intern/cycles/kernel/kernel_shader.h50
-rw-r--r--intern/cycles/kernel/kernel_subsurface.h17
-rw-r--r--intern/cycles/kernel/kernel_types.h19
-rw-r--r--intern/cycles/kernel/kernel_volume.h4
-rw-r--r--intern/cycles/kernel/shaders/node_bump.osl25
-rw-r--r--intern/cycles/kernel/shaders/node_output_displacement.osl4
-rw-r--r--intern/cycles/kernel/shaders/node_rgb_curves.osl4
-rw-r--r--intern/cycles/kernel/split/kernel_direct_lighting.h41
-rw-r--r--intern/cycles/kernel/svm/svm.h4
-rw-r--r--intern/cycles/kernel/svm/svm_displace.h36
-rw-r--r--intern/cycles/kernel/svm/svm_types.h3
-rw-r--r--intern/cycles/render/graph.cpp23
-rw-r--r--intern/cycles/render/graph.h5
-rw-r--r--intern/cycles/render/image.cpp2
-rw-r--r--intern/cycles/render/light.cpp10
-rw-r--r--intern/cycles/render/mesh.cpp4
-rw-r--r--intern/cycles/render/mesh_displace.cpp3
-rw-r--r--intern/cycles/render/mesh_subdivision.cpp7
-rw-r--r--intern/cycles/render/nodes.cpp5
-rw-r--r--intern/cycles/render/nodes.h2
-rw-r--r--intern/cycles/render/osl.cpp3
-rw-r--r--intern/cycles/render/shader.cpp35
-rw-r--r--intern/cycles/render/shader.h4
-rw-r--r--intern/cycles/render/svm.cpp161
-rw-r--r--intern/cycles/render/svm.h12
-rw-r--r--intern/cycles/util/util_path.cpp39
-rw-r--r--intern/cycles/util/util_path.h1
-rw-r--r--intern/cycles/util/util_static_assert.h4
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.mm113
-rw-r--r--intern/ghost/intern/GHOST_SystemX11.cpp53
-rw-r--r--intern/opensubdiv/opensubdiv_capi.cc2
-rw-r--r--make.bat154
-rw-r--r--release/datafiles/colormanagement/config.ocio1
-rw-r--r--release/datafiles/colormanagement/luts/srgb_inv.spi1d65567
-rwxr-xr-xrelease/datafiles/splash_scale.sh18
-rw-r--r--release/scripts/startup/bl_ui/properties_grease_pencil_common.py11
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py4
-rw-r--r--source/blender/alembic/ABC_alembic.h4
-rw-r--r--source/blender/alembic/CMakeLists.txt3
-rw-r--r--source/blender/alembic/intern/abc_archive.cc175
-rw-r--r--source/blender/alembic/intern/abc_archive.h66
-rw-r--r--source/blender/alembic/intern/abc_customdata.h9
-rw-r--r--source/blender/alembic/intern/abc_exporter.cc96
-rw-r--r--source/blender/alembic/intern/abc_exporter.h10
-rw-r--r--source/blender/alembic/intern/abc_hair.cc2
-rw-r--r--source/blender/alembic/intern/abc_mesh.cc99
-rw-r--r--source/blender/alembic/intern/abc_points.cc2
-rw-r--r--source/blender/alembic/intern/alembic_capi.cc120
-rw-r--r--source/blender/blenkernel/BKE_DerivedMesh.h1
-rw-r--r--source/blender/blenkernel/BKE_blender_copybuffer.h1
-rw-r--r--source/blender/blenkernel/BKE_blender_version.h2
-rw-r--r--source/blender/blenkernel/BKE_library_remap.h2
-rw-r--r--source/blender/blenkernel/intern/DerivedMesh.c50
-rw-r--r--source/blender/blenkernel/intern/blender_copybuffer.c25
-rw-r--r--source/blender/blenkernel/intern/blendfile.c19
-rw-r--r--source/blender/blenkernel/intern/cdderivedmesh.c5
-rw-r--r--source/blender/blenkernel/intern/editderivedmesh.c20
-rw-r--r--source/blender/blenkernel/intern/library_remap.c3
-rw-r--r--source/blender/blenkernel/intern/mesh.c2
-rw-r--r--source/blender/blenkernel/intern/particle.c30
-rw-r--r--source/blender/blenkernel/intern/particle_system.c4
-rw-r--r--source/blender/blenkernel/intern/subsurf_ccg.c88
-rw-r--r--source/blender/blenlib/intern/task.c5
-rw-r--r--source/blender/blenloader/intern/readfile.c10
-rw-r--r--source/blender/bmesh/tools/bmesh_bevel.c10
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_relations.cc30
-rw-r--r--source/blender/depsgraph/intern/eval/deg_eval.cc2
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c62
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c6
-rw-r--r--source/blender/editors/animation/anim_filter.c7
-rw-r--r--source/blender/editors/armature/armature_edit.c1
-rw-r--r--source/blender/editors/armature/pose_transform.c111
-rw-r--r--source/blender/editors/gpencil/drawgpencil.c35
-rw-r--r--source/blender/editors/gpencil/gpencil_edit.c793
-rw-r--r--source/blender/editors/gpencil/gpencil_intern.h6
-rw-r--r--source/blender/editors/gpencil/gpencil_ops.c14
-rw-r--r--source/blender/editors/gpencil/gpencil_undo.c52
-rw-r--r--source/blender/editors/include/ED_anim_api.h3
-rw-r--r--source/blender/editors/include/ED_gpencil.h33
-rw-r--r--source/blender/editors/include/ED_numinput.h2
-rw-r--r--source/blender/editors/include/ED_util.h3
-rw-r--r--source/blender/editors/include/UI_interface.h6
-rw-r--r--source/blender/editors/interface/interface_ops.c73
-rw-r--r--source/blender/editors/interface/interface_panel.c76
-rw-r--r--source/blender/editors/interface/interface_regions.c35
-rw-r--r--source/blender/editors/io/io_alembic.c26
-rw-r--r--source/blender/editors/render/render_opengl.c239
-rw-r--r--source/blender/editors/screen/screen_ops.c8
-rw-r--r--source/blender/editors/sound/sound_ops.c69
-rw-r--r--source/blender/editors/space_file/filelist.c9
-rw-r--r--source/blender/editors/space_image/image_ops.c5
-rw-r--r--source/blender/editors/space_outliner/outliner_edit.c42
-rw-r--r--source/blender/editors/space_view3d/drawobject.c157
-rw-r--r--source/blender/makesdna/DNA_anim_types.h5
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h2
-rw-r--r--source/blender/makesdna/DNA_scene_types.h6
-rw-r--r--source/blender/makesrna/RNA_access.h1
-rw-r--r--source/blender/makesrna/intern/rna_ID.c4
-rw-r--r--source/blender/makesrna/intern/rna_access.c39
-rw-r--r--source/blender/makesrna/intern/rna_internal.h1
-rw-r--r--source/blender/makesrna/intern/rna_main.c7
-rw-r--r--source/blender/makesrna/intern/rna_main_api.c16
-rw-r--r--source/blender/makesrna/intern/rna_scene_api.c11
-rw-r--r--source/blender/makesrna/intern/rna_sculpt_paint.c10
-rw-r--r--source/blender/makesrna/intern/rna_ui_api.c6
-rw-r--r--source/blender/makesrna/intern/rna_wm_api.c26
-rw-r--r--source/blender/modifiers/intern/MOD_subsurf.c3
-rw-r--r--source/blender/python/intern/bpy_app.c10
-rw-r--r--source/blender/python/intern/bpy_rna_id_collection.c32
-rw-r--r--source/blender/render/extern/include/RE_pipeline.h3
-rw-r--r--source/blender/render/intern/source/render_result.c81
-rw-r--r--source/blender/windowmanager/intern/wm_event_system.c8
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c1
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c10
-rw-r--r--source/creator/CMakeLists.txt3
-rwxr-xr-xtests/python/cycles_render_tests.py4
143 files changed, 69202 insertions, 1196 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 709f8245e23..e061fab6b52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -155,6 +155,7 @@ option_defaults_init(
_init_BUILDINFO
_init_CODEC_FFMPEG
_init_CYCLES_OSL
+ _init_CYCLES_OPENSUBDIV
_init_IMAGE_OPENEXR
_init_INPUT_NDOF
_init_JACK
@@ -172,6 +173,7 @@ if(UNIX AND NOT APPLE)
# disable less important dependencies by default
set(_init_CODEC_FFMPEG OFF)
set(_init_CYCLES_OSL OFF)
+ set(_init_CYCLES_OPENSUBDIV OFF)
set(_init_IMAGE_OPENEXR OFF)
set(_init_JACK OFF)
set(_init_OPENCOLLADA OFF)
@@ -220,6 +222,8 @@ if(${CMAKE_VERSION} VERSION_LESS 2.8.8)
endif()
set(BUILDINFO_OVERRIDE_DATE "" CACHE STRING "Use instead of the current date for reproducable builds (empty string disables this option)")
set(BUILDINFO_OVERRIDE_TIME "" CACHE STRING "Use instead of the current time for reproducable builds (empty string disables this option)")
+set(CPACK_OVERRIDE_PACKAGENAME "" CACHE STRING "Use instead of the standard packagename (empty string disables this option)")
+mark_as_advanced(CPACK_OVERRIDE_PACKAGENAME)
mark_as_advanced(BUILDINFO_OVERRIDE_DATE)
mark_as_advanced(BUILDINFO_OVERRIDE_TIME)
@@ -398,7 +402,7 @@ option(WITH_CYCLES "Enable Cycles Render Engine" ON)
option(WITH_CYCLES_STANDALONE "Build Cycles standalone application" OFF)
option(WITH_CYCLES_STANDALONE_GUI "Build Cycles standalone with GUI" OFF)
option(WITH_CYCLES_OSL "Build Cycles with OSL support" ${_init_CYCLES_OSL})
-option(WITH_CYCLES_OPENSUBDIV "Build Cycles with OpenSubdiv support" ON)
+option(WITH_CYCLES_OPENSUBDIV "Build Cycles with OpenSubdiv support" ${_init_CYCLES_OPENSUBDIV})
option(WITH_CYCLES_CUDA_BINARIES "Build Cycles CUDA binaries" OFF)
set(CYCLES_CUDA_BINARIES_ARCH sm_20 sm_21 sm_30 sm_35 sm_37 sm_50 sm_52 CACHE STRING "CUDA architectures to build binaries for")
mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH)
@@ -950,11 +954,6 @@ if(WITH_CYCLES)
)
endif()
endif()
-
- if(WITH_CYCLES_OPENSUBDIV AND NOT WITH_OPENSUBDIV)
- message(STATUS "WITH_CYCLES_OPENSUBDIV requires WITH_OPENSUBDIV to be ON, turning OFF")
- set(WITH_CYCLES_OPENSUBDIV OFF)
- endif()
endif()
if(WITH_INTERNATIONAL)
diff --git a/build_files/cmake/config/blender_full.cmake b/build_files/cmake/config/blender_full.cmake
index 634d4f431d4..cb18500c7ca 100644
--- a/build_files/cmake/config/blender_full.cmake
+++ b/build_files/cmake/config/blender_full.cmake
@@ -12,6 +12,7 @@ set(WITH_CODEC_FFMPEG ON CACHE BOOL "" FORCE)
set(WITH_CODEC_SNDFILE ON CACHE BOOL "" FORCE)
set(WITH_CYCLES ON CACHE BOOL "" FORCE)
set(WITH_CYCLES_OSL ON CACHE BOOL "" FORCE)
+set(WITH_CYCLES_OPENSUBDIV ON CACHE BOOL "" FORCE)
set(WITH_FFTW3 ON CACHE BOOL "" FORCE)
set(WITH_LIBMV ON CACHE BOOL "" FORCE)
set(WITH_LIBMV_SCHUR_SPECIALIZATIONS ON CACHE BOOL "" FORCE)
diff --git a/build_files/cmake/config/blender_lite.cmake b/build_files/cmake/config/blender_lite.cmake
index 46b7d48b494..537134eb357 100644
--- a/build_files/cmake/config/blender_lite.cmake
+++ b/build_files/cmake/config/blender_lite.cmake
@@ -16,6 +16,7 @@ set(WITH_CODEC_FFMPEG OFF CACHE BOOL "" FORCE)
set(WITH_CODEC_SNDFILE OFF CACHE BOOL "" FORCE)
set(WITH_CYCLES OFF CACHE BOOL "" FORCE)
set(WITH_CYCLES_OSL OFF CACHE BOOL "" FORCE)
+set(WITH_CYCLES_OPENSUBDIV OFF CACHE BOOL "" FORCE)
set(WITH_FFTW3 OFF CACHE BOOL "" FORCE)
set(WITH_LIBMV OFF CACHE BOOL "" FORCE)
set(WITH_LLVM OFF CACHE BOOL "" FORCE)
@@ -48,6 +49,7 @@ set(WITH_OPENCOLLADA OFF CACHE BOOL "" FORCE)
set(WITH_OPENCOLORIO OFF CACHE BOOL "" FORCE)
set(WITH_OPENIMAGEIO OFF CACHE BOOL "" FORCE)
set(WITH_OPENMP OFF CACHE BOOL "" FORCE)
+set(WITH_OPENSUBDIV OFF CACHE BOOL "" FORCE)
set(WITH_OPENVDB OFF CACHE BOOL "" FORCE)
set(WITH_RAYOPTIMIZATION OFF CACHE BOOL "" FORCE)
set(WITH_SDL OFF CACHE BOOL "" FORCE)
diff --git a/build_files/cmake/config/blender_release.cmake b/build_files/cmake/config/blender_release.cmake
new file mode 100644
index 00000000000..8d87a921217
--- /dev/null
+++ b/build_files/cmake/config/blender_release.cmake
@@ -0,0 +1,79 @@
+# Turn everything ON thats expected for an official release builds.
+#
+# Example usage:
+# cmake -C../blender/build_files/cmake/config/blender_full.cmake ../blender
+#
+
+set(WITH_ALEMBIC ON CACHE BOOL "" FORCE)
+set(WITH_BUILDINFO ON CACHE BOOL "" FORCE)
+set(WITH_BULLET ON CACHE BOOL "" FORCE)
+set(WITH_CODEC_AVI ON CACHE BOOL "" FORCE)
+set(WITH_CODEC_FFMPEG ON CACHE BOOL "" FORCE)
+set(WITH_CODEC_SNDFILE ON CACHE BOOL "" FORCE)
+set(WITH_CYCLES ON CACHE BOOL "" FORCE)
+set(WITH_CYCLES_OSL ON CACHE BOOL "" FORCE)
+set(WITH_CYCLES_OPENSUBDIV ON CACHE BOOL "" FORCE)
+set(WITH_FFTW3 ON CACHE BOOL "" FORCE)
+set(WITH_LIBMV ON CACHE BOOL "" FORCE)
+set(WITH_LIBMV_SCHUR_SPECIALIZATIONS ON CACHE BOOL "" FORCE)
+set(WITH_GAMEENGINE ON CACHE BOOL "" FORCE)
+set(WITH_COMPOSITOR ON CACHE BOOL "" FORCE)
+set(WITH_FREESTYLE ON CACHE BOOL "" FORCE)
+set(WITH_GHOST_XDND ON CACHE BOOL "" FORCE)
+set(WITH_IK_SOLVER ON CACHE BOOL "" FORCE)
+set(WITH_IK_ITASC ON CACHE BOOL "" FORCE)
+set(WITH_IMAGE_CINEON ON CACHE BOOL "" FORCE)
+set(WITH_IMAGE_DDS ON CACHE BOOL "" FORCE)
+set(WITH_IMAGE_FRAMESERVER ON CACHE BOOL "" FORCE)
+set(WITH_IMAGE_HDR ON CACHE BOOL "" FORCE)
+set(WITH_IMAGE_OPENEXR ON CACHE BOOL "" FORCE)
+set(WITH_IMAGE_OPENJPEG ON CACHE BOOL "" FORCE)
+set(WITH_IMAGE_TIFF ON CACHE BOOL "" FORCE)
+set(WITH_INPUT_NDOF ON CACHE BOOL "" FORCE)
+set(WITH_INTERNATIONAL ON CACHE BOOL "" FORCE)
+set(WITH_JACK ON CACHE BOOL "" FORCE)
+set(WITH_LZMA ON CACHE BOOL "" FORCE)
+set(WITH_LZO ON CACHE BOOL "" FORCE)
+set(WITH_MOD_BOOLEAN ON CACHE BOOL "" FORCE)
+set(WITH_MOD_FLUID ON CACHE BOOL "" FORCE)
+set(WITH_MOD_REMESH ON CACHE BOOL "" FORCE)
+set(WITH_MOD_SMOKE ON CACHE BOOL "" FORCE)
+set(WITH_MOD_OCEANSIM ON CACHE BOOL "" FORCE)
+set(WITH_AUDASPACE ON CACHE BOOL "" FORCE)
+set(WITH_OPENAL ON CACHE BOOL "" FORCE)
+set(WITH_OPENCOLLADA ON CACHE BOOL "" FORCE)
+set(WITH_OPENCOLORIO ON CACHE BOOL "" FORCE)
+set(WITH_OPENMP ON CACHE BOOL "" FORCE)
+set(WITH_OPENVDB ON CACHE BOOL "" FORCE)
+set(WITH_OPENVDB_BLOSC ON CACHE BOOL "" FORCE)
+set(WITH_PYTHON_INSTALL ON CACHE BOOL "" FORCE)
+set(WITH_RAYOPTIMIZATION ON CACHE BOOL "" FORCE)
+set(WITH_SDL ON CACHE BOOL "" FORCE)
+set(WITH_X11_XINPUT ON CACHE BOOL "" FORCE)
+set(WITH_X11_XF86VMODE ON CACHE BOOL "" FORCE)
+
+set(WITH_PLAYER ON CACHE BOOL "" FORCE)
+set(WITH_MEM_JEMALLOC ON CACHE BOOL "" FORCE)
+set(WITH_CYCLES_CUDA_BINARIES ON CACHE BOOL "" FORCE)
+set(CYCLES_CUDA_BINARIES_ARCH sm_20;sm_21;sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61 CACHE STRING "" FORCE)
+
+# platform dependent options
+if(UNIX AND NOT APPLE)
+ set(WITH_JACK ON CACHE BOOL "" FORCE)
+ set(WITH_DOC_MANPAGE ON CACHE BOOL "" FORCE)
+ set(WITH_OPENSUBDIV ON CACHE BOOL "" FORCE)
+elseif(WIN32)
+ set(WITH_JACK OFF CACHE BOOL "" FORCE)
+ if(NOT CMAKE_COMPILER_IS_GNUCC)
+ set(WITH_OPENSUBDIV ON CACHE BOOL "" FORCE)
+ else()
+ # MinGW exceptions
+ set(WITH_OPENSUBDIV OFF CACHE BOOL "" FORCE)
+ set(WITH_CODEC_SNDFILE OFF CACHE BOOL "" FORCE)
+ set(WITH_CYCLES_OSL OFF CACHE BOOL "" FORCE)
+ endif()
+elseif(APPLE)
+ set(WITH_JACK ON CACHE BOOL "" FORCE)
+ set(WITH_CODEC_QUICKTIME ON CACHE BOOL "" FORCE)
+ set(WITH_OPENSUBDIV OFF CACHE BOOL "" FORCE)
+endif()
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index fabb35c539e..5a67ac981a3 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -415,7 +415,7 @@ function(setup_liblinks
if(WITH_OPENCOLORIO)
target_link_libraries(${target} ${OPENCOLORIO_LIBRARIES})
endif()
- if(WITH_OPENSUBDIV)
+ if(WITH_OPENSUBDIV OR WITH_CYCLES_OPENSUBDIV)
if(WIN32 AND NOT UNIX)
file_list_suffix(OPENSUBDIV_LIBRARIES_DEBUG "${OPENSUBDIV_LIBRARIES}" "_d")
target_link_libraries_debug(${target} "${OPENSUBDIV_LIBRARIES_DEBUG}")
@@ -745,7 +745,7 @@ function(SETUP_BLENDER_SORTED_LIBS)
list(APPEND BLENDER_SORTED_LIBS bf_intern_gpudirect)
endif()
- if(WITH_OPENSUBDIV)
+ if(WITH_OPENSUBDIV OR WITH_CYCLES_OPENSUBDIV)
list(APPEND BLENDER_SORTED_LIBS bf_intern_opensubdiv)
endif()
@@ -1600,4 +1600,4 @@ MACRO(WINDOWS_SIGN_TARGET target)
)
endif()
endif()
-ENDMACRO() \ No newline at end of file
+ENDMACRO()
diff --git a/build_files/cmake/packaging.cmake b/build_files/cmake/packaging.cmake
index bc1d64f7494..1563331387f 100644
--- a/build_files/cmake/packaging.cmake
+++ b/build_files/cmake/packaging.cmake
@@ -48,7 +48,11 @@ else(MSVC)
set(PACKAGE_ARCH ${CMAKE_SYSTEM_PROCESSOR})
endif()
-set(CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME_LOWER}-${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}-git${CPACK_DATE}.${BUILD_REV}-${PACKAGE_ARCH})
+if (CPACK_OVERRIDE_PACKAGENAME)
+ set(CPACK_PACKAGE_FILE_NAME ${CPACK_OVERRIDE_PACKAGENAME}-${PACKAGE_ARCH})
+else()
+ set(CPACK_PACKAGE_FILE_NAME ${PROJECT_NAME_LOWER}-${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}-git${CPACK_DATE}.${BUILD_REV}-${PACKAGE_ARCH})
+endif()
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
# RPM packages
diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index b28b74804d3..0298f2229f8 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -50,15 +50,14 @@ if(WITH_ALEMBIC)
set(ALEMBIC_LIBRARIES Alembic)
endif()
-if(WITH_OPENSUBDIV)
+if(WITH_OPENSUBDIV OR WITH_CYCLES_OPENSUBDIV)
set(OPENSUBDIV ${LIBDIR}/opensubdiv)
set(OPENSUBDIV_LIBPATH ${OPENSUBDIV}/lib)
- find_library(OSL_LIB_UTIL NAMES osdutil PATHS ${OPENSUBDIV_LIBPATH})
- find_library(OSL_LIB_CPU NAMES osdCPU PATHS ${OPENSUBDIV_LIBPATH})
- find_library(OSL_LIB_GPU NAMES osdGPU PATHS ${OPENSUBDIV_LIBPATH})
+ find_library(OSD_LIB_CPU NAMES osdCPU PATHS ${OPENSUBDIV_LIBPATH})
+ find_library(OSD_LIB_GPU NAMES osdGPU PATHS ${OPENSUBDIV_LIBPATH})
set(OPENSUBDIV_INCLUDE_DIR ${OPENSUBDIV}/include)
set(OPENSUBDIV_INCLUDE_DIRS ${OPENSUBDIV_INCLUDE_DIR})
- list(APPEND OPENSUBDIV_LIBRARIES ${OSL_LIB_UTIL} ${OSL_LIB_CPU} ${OSL_LIB_GPU})
+ list(APPEND OPENSUBDIV_LIBRARIES ${OSD_LIB_CPU} ${OSD_LIB_GPU})
endif()
if(WITH_JACK)
diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index 0e0dc382ca3..e33141f8012 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -245,7 +245,7 @@ if(WITH_BOOST)
set(Boost_USE_STATIC_LIBS ON)
endif()
set(Boost_USE_MULTITHREADED ON)
- set(__boost_packages filesystem regex system thread date_time)
+ set(__boost_packages filesystem regex thread date_time)
if(WITH_CYCLES_OSL)
if(NOT (${OSL_LIBRARY_VERSION_MAJOR} EQUAL "1" AND ${OSL_LIBRARY_VERSION_MINOR} LESS "6"))
list(APPEND __boost_packages wave)
@@ -261,6 +261,7 @@ if(WITH_BOOST)
if(WITH_OPENVDB)
list(APPEND __boost_packages iostreams)
endif()
+ list(APPEND __boost_packages system)
find_package(Boost 1.48 COMPONENTS ${__boost_packages})
if(NOT Boost_FOUND)
# try to find non-multithreaded if -mt not found, this flag
@@ -343,7 +344,7 @@ if(WITH_LLVM OR WITH_SDL_DYNLOAD)
)
endif()
-if(WITH_OPENSUBDIV)
+if(WITH_OPENSUBDIV OR WITH_CYCLES_OPENSUBDIV)
find_package_wrapper(OpenSubdiv)
set(OPENSUBDIV_LIBRARIES ${OPENSUBDIV_LIBRARIES})
@@ -351,6 +352,7 @@ if(WITH_OPENSUBDIV)
if(NOT OPENSUBDIV_FOUND)
set(WITH_OPENSUBDIV OFF)
+ set(WITH_CYCLES_OPENSUBDIV OFF)
message(STATUS "OpenSubdiv not found")
endif()
endif()
diff --git a/build_files/cmake/platform/platform_win32_msvc.cmake b/build_files/cmake/platform/platform_win32_msvc.cmake
index 2772944214b..5efda52b2c5 100644
--- a/build_files/cmake/platform/platform_win32_msvc.cmake
+++ b/build_files/cmake/platform/platform_win32_msvc.cmake
@@ -39,20 +39,22 @@ endmacro()
add_definitions(-DWIN32)
# Minimum MSVC Version
-if(MSVC_VERSION EQUAL 1800)
- set(_min_ver "18.0.31101")
- if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS ${_min_ver})
- message(FATAL_ERROR
- "Visual Studio 2013 (Update 4, ${_min_ver}) required, "
- "found (${CMAKE_CXX_COMPILER_VERSION})")
+if(CMAKE_CXX_COMPILER_ID MATCHES MSVC)
+ if(MSVC_VERSION EQUAL 1800)
+ set(_min_ver "18.0.31101")
+ if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS ${_min_ver})
+ message(FATAL_ERROR
+ "Visual Studio 2013 (Update 4, ${_min_ver}) required, "
+ "found (${CMAKE_CXX_COMPILER_VERSION})")
+ endif()
endif()
-endif()
-if(MSVC_VERSION EQUAL 1900)
- set(_min_ver "19.0.24210")
- if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS ${_min_ver})
- message(FATAL_ERROR
- "Visual Studio 2015 (Update 3, ${_min_ver}) required, "
- "found (${CMAKE_CXX_COMPILER_VERSION})")
+ if(MSVC_VERSION EQUAL 1900)
+ set(_min_ver "19.0.24210")
+ if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS ${_min_ver})
+ message(FATAL_ERROR
+ "Visual Studio 2015 (Update 3, ${_min_ver}) required, "
+ "found (${CMAKE_CXX_COMPILER_VERSION})")
+ endif()
endif()
endif()
unset(_min_ver)
@@ -440,7 +442,7 @@ if(WITH_MOD_CLOTH_ELTOPO)
)
endif()
-if(WITH_OPENSUBDIV)
+if(WITH_OPENSUBDIV OR WITH_CYCLES_OPENSUBDIV)
set(OPENSUBDIV_INCLUDE_DIR ${LIBDIR}/opensubdiv/include)
set(OPENSUBDIV_LIBPATH ${LIBDIR}/opensubdiv/lib)
set(OPENSUBDIV_LIBRARIES ${OPENSUBDIV_LIBPATH}/osdCPU.lib ${OPENSUBDIV_LIBPATH}/osdGPU.lib)
diff --git a/doc/python_api/sphinx_doc_update.py b/doc/python_api/sphinx_doc_update.py
new file mode 100755
index 00000000000..5301f39b2e3
--- /dev/null
+++ b/doc/python_api/sphinx_doc_update.py
@@ -0,0 +1,183 @@
+#!/usr/bin/env python3
+
+# ##### BEGIN GPL LICENSE BLOCK #####
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# Contributor(s): Bastien Montagne
+#
+# ##### END GPL LICENSE BLOCK #####
+
+# <pep8 compliant>
+
+"""
+This is a helper script to generate Blender Python API documentation (using Sphinx), and update server data using rsync.
+
+You'll need to specify your user login and password, obviously.
+
+Example usage:
+
+ ./sphinx_doc_update.py --mirror ../../../docs/remote_api_backup/ --source ../.. --blender ../../../build_cmake/bin/blender --user foobar --password barfoo
+
+"""
+
+import os
+import shutil
+import subprocess
+import sys
+import tempfile
+import zipfile
+
+
+DEFAULT_RSYNC_SERVER = "www.blender.org"
+DEFAULT_RSYNC_ROOT = "/api/"
+DEFAULT_SYMLINK_ROOT = "/data/www/vhosts/www.blender.org/api"
+
+
+def argparse_create():
+ import argparse
+ global __doc__
+
+ # When --help or no args are given, print this help
+ usage_text = __doc__
+
+ parser = argparse.ArgumentParser(description=usage_text,
+ formatter_class=argparse.RawDescriptionHelpFormatter)
+
+ parser.add_argument(
+ "--mirror", dest="mirror_dir",
+ metavar='PATH', required=True,
+ help="Path to local rsync mirror of api doc server")
+ parser.add_argument(
+ "--source", dest="source_dir",
+ metavar='PATH', required=True,
+ help="Path to Blender git repository")
+ parser.add_argument(
+ "--blender", dest="blender",
+ metavar='PATH', required=True,
+ help="Path to Blender executable")
+ parser.add_argument(
+ "--rsync-server", dest="rsync_server", default=DEFAULT_RSYNC_SERVER,
+ metavar='RSYNCSERVER', type=str, required=False,
+ help=("rsync server address"))
+ parser.add_argument(
+ "--rsync-root", dest="rsync_root", default=DEFAULT_RSYNC_ROOT,
+ metavar='RSYNCROOT', type=str, required=False,
+ help=("Root path of API doc on rsync server"))
+ parser.add_argument(
+ "--user", dest="user",
+ metavar='USER', type=str, required=True,
+ help=("User to login on rsync server"))
+ parser.add_argument(
+ "--password", dest="password",
+ metavar='PASSWORD', type=str, required=True,
+ help=("Password to login on rsync server"))
+
+ return parser
+
+
+def main():
+ # ----------
+ # Parse Args
+
+ args = argparse_create().parse_args()
+
+ rsync_base = "rsync://%s@%s:%s" % (args.user, args.rsync_server, args.rsync_root)
+
+ # I) Update local mirror using rsync.
+ rsync_mirror_cmd = ("rsync", "--delete-after", "-avzz", rsync_base, args.mirror_dir)
+ subprocess.run(rsync_mirror_cmd, env=dict(os.environ, RSYNC_PASSWORD=args.password))
+
+ with tempfile.TemporaryDirectory() as tmp_dir:
+ # II) Generate doc source in temp dir.
+ doc_gen_cmd = (args.blender, "--background", "-noaudio", "--factory-startup", "--python-exit-code", "1",
+ "--python", "%s/doc/python_api/sphinx_doc_gen.py" % args.source_dir, "--",
+ "--output", tmp_dir)
+ subprocess.run(doc_gen_cmd)
+
+ # III) Get Blender version info.
+ blenver = blenver_zip = ""
+ getver_file = os.path.join(tmp_dir, "blendver.txt")
+ getver_script = (""
+ "import sys, bpy\n"
+ "with open(sys.argv[-1], 'w') as f:\n"
+ " f.write('%d_%d%s_release\\n' % (bpy.app.version[0], bpy.app.version[1], bpy.app.version_char)\n"
+ " if bpy.app.version_cycle in {'rc', 'release'} else '%d_%d_%d\\n' % bpy.app.version)\n"
+ " f.write('%d_%d_%d' % bpy.app.version)\n")
+ get_ver_cmd = (args.blender, "--background", "-noaudio", "--factory-startup", "--python-exit-code", "1",
+ "--python-expr", getver_script, "--", getver_file)
+ subprocess.run(get_ver_cmd)
+ with open(getver_file) as f:
+ blenver, blenver_zip = f.read().split("\n")
+ os.remove(getver_file)
+
+ # IV) Build doc.
+ curr_dir = os.getcwd()
+ os.chdir(tmp_dir)
+ sphinx_cmd = ("sphinx-build", "-b", "html", "sphinx-in", "sphinx-out")
+ subprocess.run(sphinx_cmd)
+ shutil.rmtree(os.path.join("sphinx-out", ".doctrees"))
+ os.chdir(curr_dir)
+
+ # V) Cleanup existing matching dir in server mirror (if any), and copy new doc.
+ api_name = "blender_python_api_%s" % blenver
+ api_dir = os.path.join(args.mirror_dir, api_name)
+ if os.path.exists(api_dir):
+ shutil.rmtree(api_dir)
+ os.rename(os.path.join(tmp_dir, "sphinx-out"), api_dir)
+
+ # VI) Create zip archive.
+ zip_name = "blender_python_reference_%s" % blenver_zip # We can't use 'release' postfix here...
+ zip_path = os.path.join(args.mirror_dir, zip_name)
+ with zipfile.ZipFile(zip_path, 'w') as zf:
+ for de in os.scandir(api_dir):
+ zf.write(de.path, arcname=os.path.join(zip_name, de.name))
+ os.rename(zip_path, os.path.join(api_dir, "%s.zip" % zip_name))
+
+ # VII) Create symlinks and html redirects.
+ #~ os.symlink(os.path.join(DEFAULT_SYMLINK_ROOT, api_name, "contents.html"), os.path.join(api_dir, "index.html"))
+ os.symlink("./contents.html", os.path.join(api_dir, "index.html"))
+ if blenver.endswith("release"):
+ symlink = os.path.join(args.mirror_dir, "blender_python_api_current")
+ os.remove(symlink)
+ os.symlink("./%s" % api_name, symlink)
+ with open(os.path.join(args.mirror_dir, "250PythonDoc/index.html"), 'w') as f:
+ f.write("<html><head><title>Redirecting...</title><meta http-equiv=\"REFRESH\""
+ "content=\"0;url=../%s/\"></head><body>Redirecting...</body></html>" % api_name)
+ else:
+ symlink = os.path.join(args.mirror_dir, "blender_python_api_master")
+ os.remove(symlink)
+ os.symlink("./%s" % api_name, symlink)
+ with open(os.path.join(args.mirror_dir, "blender_python_api/index.html"), 'w') as f:
+ f.write("<html><head><title>Redirecting...</title><meta http-equiv=\"REFRESH\""
+ "content=\"0;url=../%s/\"></head><body>Redirecting...</body></html>" % api_name)
+
+ # VIII) Upload (first do a dry-run so user can ensure everything is OK).
+ print("Doc generated in local mirror %s, please check it before uploading "
+ "(hit [Enter] to continue, [Ctrl-C] to exit):" % api_dir)
+ sys.stdin.read(1)
+
+ rsync_mirror_cmd = ("rsync", "--dry-run", "--delete-after", "-avzz", args.mirror_dir, rsync_base)
+ subprocess.run(rsync_mirror_cmd, env=dict(os.environ, RSYNC_PASSWORD=args.password))
+
+ print("Rsync upload simulated, please check every thing is OK (hit [Enter] to continue, [Ctrl-C] to exit):")
+ sys.stdin.read(1)
+
+ rsync_mirror_cmd = ("rsync", "--delete-after", "-avzz", args.mirror_dir, rsync_base)
+ subprocess.run(rsync_mirror_cmd, env=dict(os.environ, RSYNC_PASSWORD=args.password))
+
+
+if __name__ == "__main__":
+ main()
diff --git a/intern/cycles/blender/blender_object.cpp b/intern/cycles/blender/blender_object.cpp
index f305e8e17cc..f7f77dfb4cb 100644
--- a/intern/cycles/blender/blender_object.cpp
+++ b/intern/cycles/blender/blender_object.cpp
@@ -698,6 +698,7 @@ void BlenderSync::sync_motion(BL::RenderSettings& b_render,
Camera prevcam = *(scene->camera);
int frame_center = b_scene.frame_current();
+ float subframe_center = b_scene.frame_subframe();
float frame_center_delta = 0.0f;
if(scene->need_motion() != Scene::MOTION_PASS &&
@@ -711,7 +712,7 @@ void BlenderSync::sync_motion(BL::RenderSettings& b_render,
assert(scene->camera->motion_position == Camera::MOTION_POSITION_START);
frame_center_delta = shuttertime * 0.5f;
}
- float time = frame_center + frame_center_delta;
+ float time = frame_center + subframe_center + frame_center_delta;
int frame = (int)floorf(time);
float subframe = time - frame;
python_thread_state_restore(python_thread_state);
@@ -734,7 +735,7 @@ void BlenderSync::sync_motion(BL::RenderSettings& b_render,
float shuttertime = scene->motion_shutter_time();
/* compute frame and subframe time */
- float time = frame_center + frame_center_delta + relative_time * shuttertime * 0.5f;
+ float time = frame_center + subframe_center + frame_center_delta + relative_time * shuttertime * 0.5f;
int frame = (int)floorf(time);
float subframe = time - frame;
@@ -759,7 +760,7 @@ void BlenderSync::sync_motion(BL::RenderSettings& b_render,
* function assumes it is being executed from python and will
* try to save the thread state */
python_thread_state_restore(python_thread_state);
- b_engine.frame_set(frame_center, 0.0f);
+ b_engine.frame_set(frame_center, subframe_center);
python_thread_state_save(python_thread_state);
/* tag camera for motion update */
diff --git a/intern/cycles/blender/blender_session.cpp b/intern/cycles/blender/blender_session.cpp
index 80a16e0ef27..c250a54f259 100644
--- a/intern/cycles/blender/blender_session.cpp
+++ b/intern/cycles/blender/blender_session.cpp
@@ -681,8 +681,7 @@ void BlenderSession::bake(BL::Object& b_object,
}
}
- /* when used, non-instanced convention: object = ~object */
- int object = ~object_index;
+ int object = object_index;
BakeData *bake_data = scene->bake_manager->init(object, tri_offset, num_pixels);
diff --git a/intern/cycles/bvh/bvh.cpp b/intern/cycles/bvh/bvh.cpp
index 1bb3e95c810..39b2a0cf436 100644
--- a/intern/cycles/bvh/bvh.cpp
+++ b/intern/cycles/bvh/bvh.cpp
@@ -425,6 +425,7 @@ RegularBVH::RegularBVH(const BVHParams& params_, const vector<Object*>& objects_
void RegularBVH::pack_leaf(const BVHStackEntry& e,
const LeafNode *leaf)
{
+ assert(e.idx + BVH_NODE_LEAF_SIZE <= pack.leaf_nodes.size());
float4 data[BVH_NODE_LEAF_SIZE];
memset(data, 0, sizeof(data));
if(leaf->num_triangles() == 1 && pack.prim_index[leaf->m_lo] == -1) {
@@ -472,13 +473,26 @@ void RegularBVH::pack_aligned_node(int idx,
int c0, int c1,
uint visibility0, uint visibility1)
{
- int4 data[BVH_NODE_SIZE] =
- {
+ assert(idx + BVH_NODE_SIZE <= pack.nodes.size());
+ assert(c0 < 0 || c0 < pack.nodes.size());
+ assert(c1 < 0 || c1 < pack.nodes.size());
+
+ int4 data[BVH_NODE_SIZE] = {
make_int4(visibility0 & ~PATH_RAY_NODE_UNALIGNED,
- visibility1 & ~PATH_RAY_NODE_UNALIGNED, c0, c1),
- make_int4(__float_as_int(b0.min.x), __float_as_int(b1.min.x), __float_as_int(b0.max.x), __float_as_int(b1.max.x)),
- make_int4(__float_as_int(b0.min.y), __float_as_int(b1.min.y), __float_as_int(b0.max.y), __float_as_int(b1.max.y)),
- make_int4(__float_as_int(b0.min.z), __float_as_int(b1.min.z), __float_as_int(b0.max.z), __float_as_int(b1.max.z)),
+ visibility1 & ~PATH_RAY_NODE_UNALIGNED,
+ c0, c1),
+ make_int4(__float_as_int(b0.min.x),
+ __float_as_int(b1.min.x),
+ __float_as_int(b0.max.x),
+ __float_as_int(b1.max.x)),
+ make_int4(__float_as_int(b0.min.y),
+ __float_as_int(b1.min.y),
+ __float_as_int(b0.max.y),
+ __float_as_int(b1.max.y)),
+ make_int4(__float_as_int(b0.min.z),
+ __float_as_int(b1.min.z),
+ __float_as_int(b0.max.z),
+ __float_as_int(b1.max.z)),
};
memcpy(&pack.nodes[idx], data, sizeof(int4)*BVH_NODE_SIZE);
@@ -505,6 +519,10 @@ void RegularBVH::pack_unaligned_node(int idx,
int c0, int c1,
uint visibility0, uint visibility1)
{
+ assert(idx + BVH_UNALIGNED_NODE_SIZE <= pack.nodes.size());
+ assert(c0 < 0 || c0 < pack.nodes.size());
+ assert(c1 < 0 || c1 < pack.nodes.size());
+
float4 data[BVH_UNALIGNED_NODE_SIZE];
Transform space0 = BVHUnaligned::compute_node_transform(bounds0,
aligned_space0);
@@ -614,9 +632,10 @@ void RegularBVH::refit_nodes()
void RegularBVH::refit_node(int idx, bool leaf, BoundBox& bbox, uint& visibility)
{
if(leaf) {
- int4 *data = &pack.leaf_nodes[idx];
- int c0 = data[0].x;
- int c1 = data[0].y;
+ assert(idx + BVH_NODE_LEAF_SIZE <= pack.leaf_nodes.size());
+ const int4 *data = &pack.leaf_nodes[idx];
+ const int c0 = data[0].x;
+ const int c1 = data[0].y;
/* refit leaf node */
for(int prim = c0; prim < c1; prim++) {
int pidx = pack.prim_index[prim];
@@ -691,9 +710,12 @@ void RegularBVH::refit_node(int idx, bool leaf, BoundBox& bbox, uint& visibility
memcpy(&pack.leaf_nodes[idx], leaf_data, sizeof(float4)*BVH_NODE_LEAF_SIZE);
}
else {
- int4 *data = &pack.nodes[idx];
- int c0 = data[0].z;
- int c1 = data[0].w;
+ assert(idx + BVH_NODE_SIZE <= pack.nodes.size());
+
+ const int4 *data = &pack.nodes[idx];
+ const bool is_unaligned = (data[0].x & PATH_RAY_NODE_UNALIGNED) != 0;
+ const int c0 = data[0].z;
+ const int c1 = data[0].w;
/* refit inner node, set bbox from children */
BoundBox bbox0 = BoundBox::empty, bbox1 = BoundBox::empty;
uint visibility0 = 0, visibility1 = 0;
@@ -701,7 +723,22 @@ void RegularBVH::refit_node(int idx, bool leaf, BoundBox& bbox, uint& visibility
refit_node((c0 < 0)? -c0-1: c0, (c0 < 0), bbox0, visibility0);
refit_node((c1 < 0)? -c1-1: c1, (c1 < 0), bbox1, visibility1);
- pack_aligned_node(idx, bbox0, bbox1, c0, c1, visibility0, visibility1);
+ if(is_unaligned) {
+ Transform aligned_space = transform_identity();
+ pack_unaligned_node(idx,
+ aligned_space, aligned_space,
+ bbox0, bbox1,
+ c0, c1,
+ visibility0,
+ visibility1);
+ }
+ else {
+ pack_aligned_node(idx,
+ bbox0, bbox1,
+ c0, c1,
+ visibility0,
+ visibility1);
+ }
bbox.grow(bbox0);
bbox.grow(bbox1);
@@ -798,13 +835,32 @@ void QBVH::pack_aligned_inner(const BVHStackEntry& e,
const BVHStackEntry *en,
int num)
{
+ BoundBox bounds[4];
+ int child[4];
+ for(int i = 0; i < num; ++i) {
+ bounds[i] = en[i].node->m_bounds;
+ child[i] = en[i].encodeIdx();
+ }
+ pack_aligned_node(e.idx,
+ bounds,
+ child,
+ e.node->m_visibility,
+ num);
+}
+
+void QBVH::pack_aligned_node(int idx,
+ const BoundBox *bounds,
+ const int *child,
+ const uint visibility,
+ const int num)
+{
float4 data[BVH_QNODE_SIZE];
memset(data, 0, sizeof(data));
- data[0].x = __uint_as_float(e.node->m_visibility & ~PATH_RAY_NODE_UNALIGNED);
+ data[0].x = __uint_as_float(visibility & ~PATH_RAY_NODE_UNALIGNED);
for(int i = 0; i < num; i++) {
- float3 bb_min = en[i].node->m_bounds.min;
- float3 bb_max = en[i].node->m_bounds.max;
+ float3 bb_min = bounds[i].min;
+ float3 bb_max = bounds[i].max;
data[1][i] = bb_min.x;
data[2][i] = bb_max.x;
@@ -813,7 +869,7 @@ void QBVH::pack_aligned_inner(const BVHStackEntry& e,
data[5][i] = bb_min.z;
data[6][i] = bb_max.z;
- data[7][i] = __int_as_float(en[i].encodeIdx());
+ data[7][i] = __int_as_float(child[i]);
}
for(int i = num; i < 4; i++) {
@@ -832,22 +888,45 @@ void QBVH::pack_aligned_inner(const BVHStackEntry& e,
data[7][i] = __int_as_float(0);
}
- memcpy(&pack.nodes[e.idx], data, sizeof(float4)*BVH_QNODE_SIZE);
+ memcpy(&pack.nodes[idx], data, sizeof(float4)*BVH_QNODE_SIZE);
}
void QBVH::pack_unaligned_inner(const BVHStackEntry& e,
const BVHStackEntry *en,
int num)
{
+ Transform aligned_space[4];
+ BoundBox bounds[4];
+ int child[4];
+ for(int i = 0; i < num; ++i) {
+ aligned_space[i] = en[i].node->get_aligned_space();
+ bounds[i] = en[i].node->m_bounds;
+ child[i] = en[i].encodeIdx();
+ }
+ pack_unaligned_node(e.idx,
+ aligned_space,
+ bounds,
+ child,
+ e.node->m_visibility,
+ num);
+}
+
+void QBVH::pack_unaligned_node(int idx,
+ const Transform *aligned_space,
+ const BoundBox *bounds,
+ const int *child,
+ const uint visibility,
+ const int num)
+{
float4 data[BVH_UNALIGNED_QNODE_SIZE];
memset(data, 0, sizeof(data));
- data[0].x = __uint_as_float(e.node->m_visibility | PATH_RAY_NODE_UNALIGNED);
+ data[0].x = __uint_as_float(visibility | PATH_RAY_NODE_UNALIGNED);
for(int i = 0; i < num; i++) {
Transform space = BVHUnaligned::compute_node_transform(
- en[i].node->m_bounds,
- en[i].node->get_aligned_space());
+ bounds[i],
+ aligned_space[i]);
data[1][i] = space.x.x;
data[2][i] = space.x.y;
@@ -865,20 +944,34 @@ void QBVH::pack_unaligned_inner(const BVHStackEntry& e,
data[11][i] = space.y.w;
data[12][i] = space.z.w;
- data[13][i] = __int_as_float(en[i].encodeIdx());
+ data[13][i] = __int_as_float(child[i]);
}
for(int i = num; i < 4; i++) {
/* We store BB which would never be recorded as intersection
* so kernel might safely assume there are always 4 child nodes.
*/
- for(int j = 1; j < 13; ++j) {
- data[j][i] = 0.0f;
- }
+
+ data[1][i] = 1.0f;
+ data[2][i] = 0.0f;
+ data[3][i] = 0.0f;
+
+ data[4][i] = 0.0f;
+ data[5][i] = 0.0f;
+ data[6][i] = 0.0f;
+
+ data[7][i] = 0.0f;
+ data[8][i] = 0.0f;
+ data[9][i] = 0.0f;
+
+ data[10][i] = -FLT_MAX;
+ data[11][i] = -FLT_MAX;
+ data[12][i] = -FLT_MAX;
+
data[13][i] = __int_as_float(0);
}
- memcpy(&pack.nodes[e.idx], data, sizeof(float4)*BVH_UNALIGNED_QNODE_SIZE);
+ memcpy(&pack.nodes[idx], data, sizeof(float4)*BVH_UNALIGNED_QNODE_SIZE);
}
/* Quad SIMD Nodes */
@@ -1104,61 +1197,24 @@ void QBVH::refit_node(int idx, bool leaf, BoundBox& bbox, uint& visibility)
}
}
- /* TODO(sergey): To be de-duplicated with pack_inner(),
- * but for that need some sort of pack_node(). which operates with
- * direct data, not stack element.
- */
if(is_unaligned) {
- Transform aligned_space = transform_identity();
- float4 inner_data[BVH_UNALIGNED_QNODE_SIZE];
- inner_data[0] = make_float4(
- __int_as_float(visibility | PATH_RAY_NODE_UNALIGNED),
- 0.0f,
- 0.0f,
- 0.0f);
- for(int i = 0; i < 4; ++i) {
- Transform space = BVHUnaligned::compute_node_transform(
- child_bbox[i],
- aligned_space);
- inner_data[1][i] = space.x.x;
- inner_data[2][i] = space.x.y;
- inner_data[3][i] = space.x.z;
-
- inner_data[4][i] = space.y.x;
- inner_data[5][i] = space.y.y;
- inner_data[6][i] = space.y.z;
-
- inner_data[7][i] = space.z.x;
- inner_data[8][i] = space.z.y;
- inner_data[9][i] = space.z.z;
-
- inner_data[10][i] = space.x.w;
- inner_data[11][i] = space.y.w;
- inner_data[12][i] = space.z.w;
-
- inner_data[13][i] = __int_as_float(c[i]);
- }
- memcpy(&pack.nodes[idx], inner_data, sizeof(float4)*BVH_UNALIGNED_QNODE_SIZE);
+ Transform aligned_space[4] = {transform_identity(),
+ transform_identity(),
+ transform_identity(),
+ transform_identity()};
+ pack_unaligned_node(idx,
+ aligned_space,
+ child_bbox,
+ &c[0],
+ visibility,
+ 4);
}
else {
- float4 inner_data[BVH_QNODE_SIZE];
- inner_data[0] = make_float4(
- __int_as_float(visibility & ~PATH_RAY_NODE_UNALIGNED),
- 0.0f,
- 0.0f,
- 0.0f);
- for(int i = 0; i < 4; ++i) {
- float3 bb_min = child_bbox[i].min;
- float3 bb_max = child_bbox[i].max;
- inner_data[1][i] = bb_min.x;
- inner_data[2][i] = bb_max.x;
- inner_data[3][i] = bb_min.y;
- inner_data[4][i] = bb_max.y;
- inner_data[5][i] = bb_min.z;
- inner_data[6][i] = bb_max.z;
- inner_data[7][i] = __int_as_float(c[i]);
- }
- memcpy(&pack.nodes[idx], inner_data, sizeof(float4)*BVH_QNODE_SIZE);
+ pack_aligned_node(idx,
+ child_bbox,
+ &c[0],
+ visibility,
+ 4);
}
}
}
diff --git a/intern/cycles/bvh/bvh.h b/intern/cycles/bvh/bvh.h
index 16752076f6a..f8fb3b568ca 100644
--- a/intern/cycles/bvh/bvh.h
+++ b/intern/cycles/bvh/bvh.h
@@ -171,9 +171,21 @@ protected:
void pack_aligned_inner(const BVHStackEntry& e,
const BVHStackEntry *en,
int num);
+ void pack_aligned_node(int idx,
+ const BoundBox *bounds,
+ const int *child,
+ const uint visibility,
+ const int num);
+
void pack_unaligned_inner(const BVHStackEntry& e,
const BVHStackEntry *en,
int num);
+ void pack_unaligned_node(int idx,
+ const Transform *aligned_space,
+ const BoundBox *bounds,
+ const int *child,
+ const uint visibility,
+ const int num);
/* refit */
void refit_nodes();
diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index 76e52498b42..147e21d798a 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -343,7 +343,7 @@ public:
const string cubin_file = string_printf("cycles_kernel_sm%d%d_%s.cubin",
major, minor,
cubin_md5.c_str());
- const string cubin = path_user_get(path_join("cache", cubin_file));
+ const string cubin = path_cache_get(path_join("kernels", cubin_file));
VLOG(1) << "Testing for locally compiled kernel " << cubin << ".";
if(path_exists(cubin)) {
VLOG(1) << "Using locally compiled kernel.";
diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index 5c05aeb5569..c43a3878009 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -987,7 +987,7 @@ public:
string clbin = string_printf("cycles_kernel_%s_%s.clbin",
device_md5.c_str(),
kernel_md5.c_str());
- clbin = path_user_get(path_join("cache", clbin));
+ clbin = path_cache_get(path_join("kernels", clbin));
/* path to preprocessed source for debugging */
string clsrc, *debug_src = NULL;
@@ -996,7 +996,7 @@ public:
clsrc = string_printf("cycles_kernel_%s_%s.cl",
device_md5.c_str(),
kernel_md5.c_str());
- clsrc = path_user_get(path_join("cache", clsrc));
+ clsrc = path_cache_get(path_join("kernels", clsrc));
debug_src = &clsrc;
}
@@ -1680,7 +1680,7 @@ public:
string clbin = string_printf("cycles_kernel_%s_%s.clbin",
device_md5.c_str(),
kernel_md5.c_str());
- clbin = path_user_get(path_join("cache", clbin));
+ clbin = path_cache_get(path_join("kernels", clbin));
/* Path to preprocessed source for debugging. */
string clsrc, *debug_src = NULL;
@@ -1688,7 +1688,7 @@ public:
clsrc = string_printf("cycles_kernel_%s_%s.cl",
device_md5.c_str(),
kernel_md5.c_str());
- clsrc = path_user_get(path_join("cache", clsrc));
+ clsrc = path_cache_get(path_join("kernels", clsrc));
debug_src = &clsrc;
}
@@ -2102,7 +2102,7 @@ public:
return false;
}
- string cache_clbin = path_user_get(path_join("cache", clbin));
+ string cache_clbin = path_cache_get(path_join("kernels", clbin));
/* If exists already, try use it. */
if(path_exists(cache_clbin) && load_binary(kernel_path,
@@ -2220,7 +2220,7 @@ public:
if(opencl_kernel_use_debug()) { \
clsrc = string_printf("cycles_kernel_%s_%s_" #name ".cl", \
device_md5.c_str(), kernel_md5.c_str()); \
- clsrc = path_user_get(path_join("cache", clsrc)); \
+ clsrc = path_cache_get(path_join("kernels", clsrc)); \
debug_src = &clsrc; \
} \
if(!load_split_kernel(#name, \
diff --git a/intern/cycles/kernel/bvh/bvh_shadow_all.h b/intern/cycles/kernel/bvh/bvh_shadow_all.h
index e9eeff31ecc..f9da2a3caaa 100644
--- a/intern/cycles/kernel/bvh/bvh_shadow_all.h
+++ b/intern/cycles/kernel/bvh/bvh_shadow_all.h
@@ -278,7 +278,7 @@ bool BVH_FUNCTION_FULL_NAME(BVH)(KernelGlobals *kg,
shader = __float_as_int(str.z);
}
#endif
- int flag = kernel_tex_fetch(__shader_flag, (shader & SHADER_MASK)*2);
+ int flag = kernel_tex_fetch(__shader_flag, (shader & SHADER_MASK)*SHADER_SIZE);
/* if no transparent shadows, all light is blocked */
if(!(flag & SD_HAS_TRANSPARENT_SHADOW)) {
diff --git a/intern/cycles/kernel/bvh/qbvh_shadow_all.h b/intern/cycles/kernel/bvh/qbvh_shadow_all.h
index 3a728b388eb..5043965c979 100644
--- a/intern/cycles/kernel/bvh/qbvh_shadow_all.h
+++ b/intern/cycles/kernel/bvh/qbvh_shadow_all.h
@@ -356,7 +356,7 @@ ccl_device bool BVH_FUNCTION_FULL_NAME(QBVH)(KernelGlobals *kg,
shader = __float_as_int(str.z);
}
#endif
- int flag = kernel_tex_fetch(__shader_flag, (shader & SHADER_MASK)*2);
+ int flag = kernel_tex_fetch(__shader_flag, (shader & SHADER_MASK)*SHADER_SIZE);
/* if no transparent shadows, all light is blocked */
if(!(flag & SD_HAS_TRANSPARENT_SHADOW)) {
diff --git a/intern/cycles/kernel/geom/geom_object.h b/intern/cycles/kernel/geom/geom_object.h
index 883c5dc100d..c2ec774362a 100644
--- a/intern/cycles/kernel/geom/geom_object.h
+++ b/intern/cycles/kernel/geom/geom_object.h
@@ -308,7 +308,7 @@ ccl_device_inline uint object_patch_map_offset(KernelGlobals *kg, int object)
ccl_device int shader_pass_id(KernelGlobals *kg, const ShaderData *sd)
{
- return kernel_tex_fetch(__shader_flag, (ccl_fetch(sd, shader) & SHADER_MASK)*2 + 1);
+ return kernel_tex_fetch(__shader_flag, (ccl_fetch(sd, shader) & SHADER_MASK)*SHADER_SIZE + 1);
}
/* Particle data from which object was instanced */
@@ -564,6 +564,15 @@ ccl_device_inline void bvh_instance_motion_pop_factor(KernelGlobals *kg,
*/
#ifdef __KERNEL_OPENCL__
+ccl_device_inline void object_position_transform_addrspace(KernelGlobals *kg,
+ const ShaderData *sd,
+ ccl_addr_space float3 *P)
+{
+ float3 private_P = *P;
+ object_position_transform(kg, sd, &private_P);
+ *P = private_P;
+}
+
ccl_device_inline void object_dir_transform_addrspace(KernelGlobals *kg,
const ShaderData *sd,
ccl_addr_space float3 *D)
@@ -584,9 +593,11 @@ ccl_device_inline void object_normal_transform_addrspace(KernelGlobals *kg,
#endif
#ifndef __KERNEL_OPENCL__
+# define object_position_transform_auto object_position_transform
# define object_dir_transform_auto object_dir_transform
# define object_normal_transform_auto object_normal_transform
#else
+# define object_position_transform_auto object_position_transform_addrspace
# define object_dir_transform_auto object_dir_transform_addrspace
# define object_normal_transform_auto object_normal_transform_addrspace
#endif
diff --git a/intern/cycles/kernel/geom/geom_triangle.h b/intern/cycles/kernel/geom/geom_triangle.h
index d3289d6572c..8bd01e1008d 100644
--- a/intern/cycles/kernel/geom/geom_triangle.h
+++ b/intern/cycles/kernel/geom/geom_triangle.h
@@ -52,8 +52,8 @@ ccl_device_inline void triangle_point_normal(KernelGlobals *kg, int object, int
float t = 1.0f - u - v;
*P = (u*v0 + v*v1 + t*v2);
- /* get object flags, instance-aware */
- int object_flag = kernel_tex_fetch(__object_flag, object >= 0 ? object : ~object);
+ /* get object flags */
+ int object_flag = kernel_tex_fetch(__object_flag, object);
/* compute normal */
if(object_flag & SD_NEGATIVE_SCALE_APPLIED)
diff --git a/intern/cycles/kernel/kernel_accumulate.h b/intern/cycles/kernel/kernel_accumulate.h
index 0e13b22bd2c..dd5752f4c91 100644
--- a/intern/cycles/kernel/kernel_accumulate.h
+++ b/intern/cycles/kernel/kernel_accumulate.h
@@ -48,10 +48,10 @@ ccl_device_inline void bsdf_eval_init(BsdfEval *eval, ClosureType type, float3 v
eval->scatter = value;
}
else
- eval->diffuse = value;
-#else
- eval->diffuse = value;
#endif
+ {
+ eval->diffuse = value;
+ }
}
/* TODO(sergey): This is just a workaround for annoying 6.5 compiler bug. */
@@ -78,10 +78,10 @@ void bsdf_eval_accum(BsdfEval *eval, ClosureType type, float3 value)
/* skipping transparent, this function is used by for eval(), will be zero then */
}
else
- eval->diffuse += value;
-#else
- eval->diffuse += value;
#endif
+ {
+ eval->diffuse += value;
+ }
}
ccl_device_inline bool bsdf_eval_is_zero(BsdfEval *eval)
@@ -96,10 +96,10 @@ ccl_device_inline bool bsdf_eval_is_zero(BsdfEval *eval)
&& is_zero(eval->scatter);
}
else
- return is_zero(eval->diffuse);
-#else
- return is_zero(eval->diffuse);
#endif
+ {
+ return is_zero(eval->diffuse);
+ }
}
ccl_device_inline void bsdf_eval_mul(BsdfEval *eval, float3 value)
@@ -115,10 +115,10 @@ ccl_device_inline void bsdf_eval_mul(BsdfEval *eval, float3 value)
/* skipping transparent, this function is used by for eval(), will be zero then */
}
else
- eval->diffuse *= value;
-#else
- eval->diffuse *= value;
#endif
+ {
+ eval->diffuse *= value;
+ }
}
/* Path Radiance
@@ -170,10 +170,10 @@ ccl_device_inline void path_radiance_init(PathRadiance *L, int use_light_pass)
L->mist = 0.0f;
}
else
- L->emission = make_float3(0.0f, 0.0f, 0.0f);
-#else
- L->emission = make_float3(0.0f, 0.0f, 0.0f);
#endif
+ {
+ L->emission = make_float3(0.0f, 0.0f, 0.0f);
+ }
}
ccl_device_inline void path_radiance_bsdf_bounce(PathRadiance *L, ccl_addr_space float3 *throughput,
@@ -205,10 +205,10 @@ ccl_device_inline void path_radiance_bsdf_bounce(PathRadiance *L, ccl_addr_space
}
}
else
- *throughput *= bsdf_eval->diffuse*inverse_pdf;
-#else
- *throughput *= bsdf_eval->diffuse*inverse_pdf;
#endif
+ {
+ *throughput *= bsdf_eval->diffuse*inverse_pdf;
+ }
}
ccl_device_inline void path_radiance_accum_emission(PathRadiance *L, float3 throughput, float3 value, int bounce)
@@ -223,10 +223,10 @@ ccl_device_inline void path_radiance_accum_emission(PathRadiance *L, float3 thro
L->indirect += throughput*value;
}
else
- L->emission += throughput*value;
-#else
- L->emission += throughput*value;
#endif
+ {
+ L->emission += throughput*value;
+ }
}
ccl_device_inline void path_radiance_accum_ao(PathRadiance *L, float3 throughput, float3 alpha, float3 bsdf, float3 ao, int bounce)
@@ -244,10 +244,10 @@ ccl_device_inline void path_radiance_accum_ao(PathRadiance *L, float3 throughput
}
}
else
- L->emission += throughput*bsdf*ao;
-#else
- L->emission += throughput*bsdf*ao;
#endif
+ {
+ L->emission += throughput*bsdf*ao;
+ }
}
ccl_device_inline void path_radiance_accum_light(PathRadiance *L, float3 throughput, BsdfEval *bsdf_eval, float3 shadow, float shadow_fac, int bounce, bool is_lamp)
@@ -275,10 +275,10 @@ ccl_device_inline void path_radiance_accum_light(PathRadiance *L, float3 through
}
}
else
- L->emission += throughput*bsdf_eval->diffuse*shadow;
-#else
- L->emission += throughput*bsdf_eval->diffuse*shadow;
#endif
+ {
+ L->emission += throughput*bsdf_eval->diffuse*shadow;
+ }
}
ccl_device_inline void path_radiance_accum_background(PathRadiance *L, float3 throughput, float3 value, int bounce)
@@ -293,10 +293,10 @@ ccl_device_inline void path_radiance_accum_background(PathRadiance *L, float3 th
L->indirect += throughput*value;
}
else
- L->emission += throughput*value;
-#else
- L->emission += throughput*value;
#endif
+ {
+ L->emission += throughput*value;
+ }
}
ccl_device_inline void path_radiance_sum_indirect(PathRadiance *L)
@@ -439,10 +439,10 @@ ccl_device_inline float3 path_radiance_clamp_and_sum(KernelGlobals *kg, PathRadi
/* No Light Passes */
else
- L_sum = L->emission;
-#else
- L_sum = L->emission;
#endif
+ {
+ L_sum = L->emission;
+ }
/* Reject invalid value */
float sum = fabsf((L_sum).x) + fabsf((L_sum).y) + fabsf((L_sum).z);
@@ -471,14 +471,12 @@ ccl_device_inline void path_radiance_accum_sample(PathRadiance *L, PathRadiance
L->indirect_subsurface += L_sample->indirect_subsurface*fac;
L->indirect_scatter += L_sample->indirect_scatter*fac;
- L->emission += L_sample->emission*fac;
L->background += L_sample->background*fac;
L->ao += L_sample->ao*fac;
L->shadow += L_sample->shadow*fac;
L->mist += L_sample->mist*fac;
-#else
- L->emission += L_sample->emission * fac;
#endif
+ L->emission += L_sample->emission * fac;
}
CCL_NAMESPACE_END
diff --git a/intern/cycles/kernel/kernel_bake.h b/intern/cycles/kernel/kernel_bake.h
index bfbf73df54f..fd9207fd69f 100644
--- a/intern/cycles/kernel/kernel_bake.h
+++ b/intern/cycles/kernel/kernel_bake.h
@@ -41,7 +41,7 @@ ccl_device_inline void compute_light_pass(KernelGlobals *kg,
ray.D = -sd->Ng;
ray.t = FLT_MAX;
#ifdef __CAMERA_MOTION__
- ray.time = TIME_INVALID;
+ ray.time = 0.5f;
#endif
/* init radiance */
@@ -313,15 +313,14 @@ ccl_device void kernel_bake_evaluate(KernelGlobals *kg, ccl_global uint4 *input,
triangle_point_normal(kg, object, prim, u, v, &P, &Ng, &shader);
- /* dummy initilizations copied from SHADER_EVAL_DISPLACE */
- float3 I = Ng;
- float t = 1.0f;
- float time = TIME_INVALID;
-
/* light passes */
PathRadiance L;
- shader_setup_from_sample(kg, &sd, P, Ng, I, shader, object, prim, u, v, t, time);
+ shader_setup_from_sample(kg, &sd,
+ P, Ng, Ng,
+ shader, object, prim,
+ u, v, 1.0f, 0.5f,
+ !(kernel_tex_fetch(__object_flag, object) & SD_TRANSFORM_APPLIED));
sd.I = sd.N;
/* update differentials */
@@ -525,6 +524,8 @@ ccl_device void kernel_shader_evaluate(KernelGlobals *kg,
float3 P = sd.P;
shader_eval_displacement(kg, &sd, &state, SHADER_CONTEXT_MAIN);
out = sd.P - P;
+
+ object_inverse_dir_transform(kg, &sd, &out);
}
else { // SHADER_EVAL_BACKGROUND
/* setup ray */
diff --git a/intern/cycles/kernel/kernel_camera.h b/intern/cycles/kernel/kernel_camera.h
index 88514de514c..8e0aa678cac 100644
--- a/intern/cycles/kernel/kernel_camera.h
+++ b/intern/cycles/kernel/kernel_camera.h
@@ -321,7 +321,7 @@ ccl_device_inline void camera_sample(KernelGlobals *kg,
#ifdef __CAMERA_MOTION__
/* motion blur */
if(kernel_data.cam.shuttertime == -1.0f) {
- ray->time = TIME_INVALID;
+ ray->time = 0.5f;
}
else {
/* TODO(sergey): Such lookup is unneeded when there's rolling shutter
diff --git a/intern/cycles/kernel/kernel_emission.h b/intern/cycles/kernel/kernel_emission.h
index 149ac3ed4f9..ac498ba3592 100644
--- a/intern/cycles/kernel/kernel_emission.h
+++ b/intern/cycles/kernel/kernel_emission.h
@@ -29,6 +29,8 @@ ccl_device_noinline float3 direct_emissive_eval(KernelGlobals *kg,
/* setup shading at emitter */
float3 eval;
+ int shader_flag = kernel_tex_fetch(__shader_flag, (ls->shader & SHADER_MASK)*SHADER_SIZE);
+
#ifdef __BACKGROUND_MIS__
if(ls->type == LIGHT_BACKGROUND) {
Ray ray;
@@ -49,8 +51,21 @@ ccl_device_noinline float3 direct_emissive_eval(KernelGlobals *kg,
}
else
#endif
+ if(shader_flag & SD_HAS_CONSTANT_EMISSION)
+ {
+ eval.x = __int_as_float(kernel_tex_fetch(__shader_flag, (ls->shader & SHADER_MASK)*SHADER_SIZE + 2));
+ eval.y = __int_as_float(kernel_tex_fetch(__shader_flag, (ls->shader & SHADER_MASK)*SHADER_SIZE + 3));
+ eval.z = __int_as_float(kernel_tex_fetch(__shader_flag, (ls->shader & SHADER_MASK)*SHADER_SIZE + 4));
+ if((ls->prim != PRIM_NONE) && dot(ls->Ng, I) < 0.0f) {
+ ls->Ng = -ls->Ng;
+ }
+ }
+ else
{
- shader_setup_from_sample(kg, emission_sd, ls->P, ls->Ng, I, ls->shader, ls->object, ls->prim, ls->u, ls->v, t, time);
+ shader_setup_from_sample(kg, emission_sd,
+ ls->P, ls->Ng, I,
+ ls->shader, ls->object, ls->prim,
+ ls->u, ls->v, t, time, false);
ls->Ng = ccl_fetch(emission_sd, Ng);
diff --git a/intern/cycles/kernel/kernel_light.h b/intern/cycles/kernel/kernel_light.h
index 1e829eaa1fa..fffa9afb342 100644
--- a/intern/cycles/kernel/kernel_light.h
+++ b/intern/cycles/kernel/kernel_light.h
@@ -510,7 +510,7 @@ ccl_device float lamp_light_pdf(KernelGlobals *kg, const float3 Ng, const float3
return t*t/cos_pi;
}
-ccl_device_inline void lamp_light_sample(KernelGlobals *kg,
+ccl_device_inline bool lamp_light_sample(KernelGlobals *kg,
int lamp,
float randu, float randv,
float3 P,
@@ -581,6 +581,9 @@ ccl_device_inline void lamp_light_sample(KernelGlobals *kg,
/* spot light attenuation */
float4 data2 = kernel_tex_fetch(__light_data, lamp*LIGHT_SIZE + 2);
ls->eval_fac *= spot_light_attenuation(data1, data2, ls);
+ if(ls->eval_fac == 0.0f) {
+ return false;
+ }
}
ls->pdf *= lamp_light_pdf(kg, ls->Ng, -ls->D, ls->t);
}
@@ -593,6 +596,10 @@ ccl_device_inline void lamp_light_sample(KernelGlobals *kg,
float3 axisv = make_float3(data2.y, data2.z, data2.w);
float3 D = make_float3(data3.y, data3.z, data3.w);
+ if(dot(ls->P - P, D) > 0.0f) {
+ return false;
+ }
+
ls->pdf = area_light_sample(P, &ls->P,
axisu, axisv,
randu, randv,
@@ -603,13 +610,12 @@ ccl_device_inline void lamp_light_sample(KernelGlobals *kg,
float invarea = data2.x;
ls->eval_fac = 0.25f*invarea;
-
- if(dot(ls->D, D) > 0.0f)
- ls->pdf = 0.0f;
}
ls->eval_fac *= kernel_data.integrator.inv_pdf_lights;
}
+
+ return (ls->pdf > 0.0f);
}
ccl_device bool lamp_light_eval(KernelGlobals *kg, int lamp, float3 P, float3 D, float t, LightSample *ls)
@@ -747,7 +753,7 @@ ccl_device void object_transform_light_sample(KernelGlobals *kg, LightSample *ls
{
#ifdef __INSTANCING__
/* instance transform */
- if(object >= 0) {
+ if(!(kernel_tex_fetch(__object_flag, object) & SD_TRANSFORM_APPLIED)) {
# ifdef __OBJECT_MOTION__
Transform itfm;
Transform tfm = object_fetch_transform_motion_test(kg, object, time, &itfm);
@@ -836,7 +842,7 @@ ccl_device bool light_select_reached_max_bounces(KernelGlobals *kg, int index, i
return (bounce > __float_as_int(data4.x));
}
-ccl_device_noinline void light_sample(KernelGlobals *kg,
+ccl_device_noinline bool light_sample(KernelGlobals *kg,
float randt,
float randu,
float randv,
@@ -857,21 +863,20 @@ ccl_device_noinline void light_sample(KernelGlobals *kg,
int shader_flag = __float_as_int(l.z);
triangle_light_sample(kg, prim, object, randu, randv, time, ls);
-
/* compute incoming direction, distance and pdf */
ls->D = normalize_len(ls->P - P, &ls->t);
ls->pdf = triangle_light_pdf(kg, ls->Ng, -ls->D, ls->t);
ls->shader |= shader_flag;
+ return (ls->pdf > 0.0f);
}
else {
int lamp = -prim-1;
if(UNLIKELY(light_select_reached_max_bounces(kg, lamp, bounce))) {
- ls->pdf = 0.0f;
- return;
+ return false;
}
- lamp_light_sample(kg, lamp, randu, randv, P, ls);
+ return lamp_light_sample(kg, lamp, randu, randv, P, ls);
}
}
diff --git a/intern/cycles/kernel/kernel_path_surface.h b/intern/cycles/kernel/kernel_path_surface.h
index 250b8e92a45..27acf8166b3 100644
--- a/intern/cycles/kernel/kernel_path_surface.h
+++ b/intern/cycles/kernel/kernel_path_surface.h
@@ -54,15 +54,15 @@ ccl_device_noinline void kernel_branched_path_surface_connect_light(KernelGlobal
path_branched_rng_2D(kg, &lamp_rng, state, j, num_samples, PRNG_LIGHT_U, &light_u, &light_v);
LightSample ls;
- lamp_light_sample(kg, i, light_u, light_v, ccl_fetch(sd, P), &ls);
-
- if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
- /* trace shadow ray */
- float3 shadow;
-
- if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
- /* accumulate */
- path_radiance_accum_light(L, throughput*num_samples_inv, &L_light, shadow, num_samples_inv, state->bounce, is_lamp);
+ if(lamp_light_sample(kg, i, light_u, light_v, ccl_fetch(sd, P), &ls)) {
+ if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
+ /* trace shadow ray */
+ float3 shadow;
+
+ if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
+ /* accumulate */
+ path_radiance_accum_light(L, throughput*num_samples_inv, &L_light, shadow, num_samples_inv, state->bounce, is_lamp);
+ }
}
}
}
@@ -86,15 +86,15 @@ ccl_device_noinline void kernel_branched_path_surface_connect_light(KernelGlobal
light_t = 0.5f*light_t;
LightSample ls;
- light_sample(kg, light_t, light_u, light_v, ccl_fetch(sd, time), ccl_fetch(sd, P), state->bounce, &ls);
-
- if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
- /* trace shadow ray */
- float3 shadow;
-
- if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
- /* accumulate */
- path_radiance_accum_light(L, throughput*num_samples_inv, &L_light, shadow, num_samples_inv, state->bounce, is_lamp);
+ if(light_sample(kg, light_t, light_u, light_v, ccl_fetch(sd, time), ccl_fetch(sd, P), state->bounce, &ls)) {
+ if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
+ /* trace shadow ray */
+ float3 shadow;
+
+ if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
+ /* accumulate */
+ path_radiance_accum_light(L, throughput*num_samples_inv, &L_light, shadow, num_samples_inv, state->bounce, is_lamp);
+ }
}
}
}
@@ -107,16 +107,16 @@ ccl_device_noinline void kernel_branched_path_surface_connect_light(KernelGlobal
path_state_rng_2D(kg, rng, state, PRNG_LIGHT_U, &light_u, &light_v);
LightSample ls;
- light_sample(kg, light_t, light_u, light_v, ccl_fetch(sd, time), ccl_fetch(sd, P), state->bounce, &ls);
-
- /* sample random light */
- if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
- /* trace shadow ray */
- float3 shadow;
-
- if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
- /* accumulate */
- path_radiance_accum_light(L, throughput*num_samples_adjust, &L_light, shadow, num_samples_adjust, state->bounce, is_lamp);
+ if(light_sample(kg, light_t, light_u, light_v, ccl_fetch(sd, time), ccl_fetch(sd, P), state->bounce, &ls)) {
+ /* sample random light */
+ if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
+ /* trace shadow ray */
+ float3 shadow;
+
+ if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
+ /* accumulate */
+ path_radiance_accum_light(L, throughput*num_samples_adjust, &L_light, shadow, num_samples_adjust, state->bounce, is_lamp);
+ }
}
}
}
@@ -206,15 +206,15 @@ ccl_device_inline void kernel_path_surface_connect_light(KernelGlobals *kg, ccl_
#endif
LightSample ls;
- light_sample(kg, light_t, light_u, light_v, ccl_fetch(sd, time), ccl_fetch(sd, P), state->bounce, &ls);
-
- if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
- /* trace shadow ray */
- float3 shadow;
+ if(light_sample(kg, light_t, light_u, light_v, ccl_fetch(sd, time), ccl_fetch(sd, P), state->bounce, &ls)) {
+ if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
+ /* trace shadow ray */
+ float3 shadow;
- if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
- /* accumulate */
- path_radiance_accum_light(L, throughput, &L_light, shadow, 1.0f, state->bounce, is_lamp);
+ if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
+ /* accumulate */
+ path_radiance_accum_light(L, throughput, &L_light, shadow, 1.0f, state->bounce, is_lamp);
+ }
}
}
#endif
diff --git a/intern/cycles/kernel/kernel_path_volume.h b/intern/cycles/kernel/kernel_path_volume.h
index 5fd4f2fad4c..0bb8f1c517f 100644
--- a/intern/cycles/kernel/kernel_path_volume.h
+++ b/intern/cycles/kernel/kernel_path_volume.h
@@ -46,17 +46,16 @@ ccl_device_inline void kernel_path_volume_connect_light(
light_ray.time = sd->time;
# endif
- light_sample(kg, light_t, light_u, light_v, sd->time, sd->P, state->bounce, &ls);
- if(ls.pdf == 0.0f)
- return;
-
- if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
- /* trace shadow ray */
- float3 shadow;
+ if(light_sample(kg, light_t, light_u, light_v, sd->time, sd->P, state->bounce, &ls))
+ {
+ if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
+ /* trace shadow ray */
+ float3 shadow;
- if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
- /* accumulate */
- path_radiance_accum_light(L, throughput, &L_light, shadow, 1.0f, state->bounce, is_lamp);
+ if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
+ /* accumulate */
+ path_radiance_accum_light(L, throughput, &L_light, shadow, 1.0f, state->bounce, is_lamp);
+ }
}
}
#endif
@@ -146,7 +145,7 @@ ccl_device void kernel_branched_path_volume_connect_light(KernelGlobals *kg, RNG
path_branched_rng_2D(kg, &lamp_rng, state, j, num_samples, PRNG_LIGHT_U, &light_u, &light_v);
LightSample ls;
- lamp_light_sample(kg, i, light_u, light_v, ray->P, &ls);
+ lamp_light_sample(kg, i, light_u, light_v, ray->P, &ls);
float3 tp = throughput;
@@ -156,23 +155,20 @@ ccl_device void kernel_branched_path_volume_connect_light(KernelGlobals *kg, RNG
VolumeIntegrateResult result = kernel_volume_decoupled_scatter(kg,
state, ray, sd, &tp, rphase, rscatter, segment, (ls.t != FLT_MAX)? &ls.P: NULL, false);
-
+
(void)result;
kernel_assert(result == VOLUME_PATH_SCATTERED);
/* todo: split up light_sample so we don't have to call it again with new position */
- lamp_light_sample(kg, i, light_u, light_v, sd->P, &ls);
-
- if(ls.pdf == 0.0f)
- continue;
-
- if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
- /* trace shadow ray */
- float3 shadow;
-
- if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
- /* accumulate */
- path_radiance_accum_light(L, tp*num_samples_inv, &L_light, shadow, num_samples_inv, state->bounce, is_lamp);
+ if(lamp_light_sample(kg, i, light_u, light_v, sd->P, &ls)) {
+ if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
+ /* trace shadow ray */
+ float3 shadow;
+
+ if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
+ /* accumulate */
+ path_radiance_accum_light(L, tp*num_samples_inv, &L_light, shadow, num_samples_inv, state->bounce, is_lamp);
+ }
}
}
}
@@ -212,18 +208,15 @@ ccl_device void kernel_branched_path_volume_connect_light(KernelGlobals *kg, RNG
kernel_assert(result == VOLUME_PATH_SCATTERED);
/* todo: split up light_sample so we don't have to call it again with new position */
- light_sample(kg, light_t, light_u, light_v, sd->time, sd->P, state->bounce, &ls);
-
- if(ls.pdf == 0.0f)
- continue;
-
- if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
- /* trace shadow ray */
- float3 shadow;
-
- if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
- /* accumulate */
- path_radiance_accum_light(L, tp*num_samples_inv, &L_light, shadow, num_samples_inv, state->bounce, is_lamp);
+ if(light_sample(kg, light_t, light_u, light_v, sd->time, sd->P, state->bounce, &ls)) {
+ if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
+ /* trace shadow ray */
+ float3 shadow;
+
+ if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
+ /* accumulate */
+ path_radiance_accum_light(L, tp*num_samples_inv, &L_light, shadow, num_samples_inv, state->bounce, is_lamp);
+ }
}
}
}
@@ -251,19 +244,16 @@ ccl_device void kernel_branched_path_volume_connect_light(KernelGlobals *kg, RNG
kernel_assert(result == VOLUME_PATH_SCATTERED);
/* todo: split up light_sample so we don't have to call it again with new position */
- light_sample(kg, light_t, light_u, light_v, sd->time, sd->P, state->bounce, &ls);
-
- if(ls.pdf == 0.0f)
- return;
-
- /* sample random light */
- if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
- /* trace shadow ray */
- float3 shadow;
-
- if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
- /* accumulate */
- path_radiance_accum_light(L, tp, &L_light, shadow, 1.0f, state->bounce, is_lamp);
+ if(light_sample(kg, light_t, light_u, light_v, sd->time, sd->P, state->bounce, &ls)) {
+ /* sample random light */
+ if(direct_emission(kg, sd, emission_sd, &ls, state, &light_ray, &L_light, &is_lamp)) {
+ /* trace shadow ray */
+ float3 shadow;
+
+ if(!shadow_blocked(kg, emission_sd, state, &light_ray, &shadow)) {
+ /* accumulate */
+ path_radiance_accum_light(L, tp, &L_light, shadow, 1.0f, state->bounce, is_lamp);
+ }
}
}
}
diff --git a/intern/cycles/kernel/kernel_shader.h b/intern/cycles/kernel/kernel_shader.h
index 079bea30bdd..c36d9404669 100644
--- a/intern/cycles/kernel/kernel_shader.h
+++ b/intern/cycles/kernel/kernel_shader.h
@@ -111,7 +111,7 @@ ccl_device_noinline void shader_setup_from_ray(KernelGlobals *kg,
ccl_fetch(sd, I) = -ray->D;
- ccl_fetch(sd, flag) |= kernel_tex_fetch(__shader_flag, (ccl_fetch(sd, shader) & SHADER_MASK)*2);
+ ccl_fetch(sd, flag) |= kernel_tex_fetch(__shader_flag, (ccl_fetch(sd, shader) & SHADER_MASK)*SHADER_SIZE);
#ifdef __INSTANCING__
if(isect->object != OBJECT_NONE) {
@@ -195,7 +195,7 @@ void shader_setup_from_subsurface(
motion_triangle_shader_setup(kg, sd, isect, ray, true);
}
- sd->flag |= kernel_tex_fetch(__shader_flag, (sd->shader & SHADER_MASK)*2);
+ sd->flag |= kernel_tex_fetch(__shader_flag, (sd->shader & SHADER_MASK)*SHADER_SIZE);
# ifdef __INSTANCING__
if(isect->object != OBJECT_NONE) {
@@ -241,7 +241,8 @@ ccl_device_inline void shader_setup_from_sample(KernelGlobals *kg,
const float3 I,
int shader, int object, int prim,
float u, float v, float t,
- float time)
+ float time,
+ bool object_space)
{
/* vectors */
ccl_fetch(sd, P) = P;
@@ -263,21 +264,7 @@ ccl_device_inline void shader_setup_from_sample(KernelGlobals *kg,
#endif
ccl_fetch(sd, ray_length) = t;
- /* detect instancing, for non-instanced the object index is -object-1 */
-#ifdef __INSTANCING__
- bool instanced = false;
-
- if(ccl_fetch(sd, prim) != PRIM_NONE) {
- if(ccl_fetch(sd, object) >= 0)
- instanced = true;
- else
-#endif
- ccl_fetch(sd, object) = ~ccl_fetch(sd, object);
-#ifdef __INSTANCING__
- }
-#endif
-
- ccl_fetch(sd, flag) = kernel_tex_fetch(__shader_flag, (ccl_fetch(sd, shader) & SHADER_MASK)*2);
+ ccl_fetch(sd, flag) = kernel_tex_fetch(__shader_flag, (ccl_fetch(sd, shader) & SHADER_MASK)*SHADER_SIZE);
if(ccl_fetch(sd, object) != OBJECT_NONE) {
ccl_fetch(sd, flag) |= kernel_tex_fetch(__object_flag, ccl_fetch(sd, object));
@@ -290,14 +277,23 @@ ccl_device_inline void shader_setup_from_sample(KernelGlobals *kg,
}
#endif
+ /* transform into world space */
+ if(object_space) {
+ object_position_transform_auto(kg, sd, &ccl_fetch(sd, P));
+ object_normal_transform_auto(kg, sd, &ccl_fetch(sd, Ng));
+ ccl_fetch(sd, N) = ccl_fetch(sd, Ng);
+ object_dir_transform_auto(kg, sd, &ccl_fetch(sd, I));
+ }
+
if(ccl_fetch(sd, type) & PRIMITIVE_TRIANGLE) {
/* smooth normal */
if(ccl_fetch(sd, shader) & SHADER_SMOOTH_NORMAL) {
ccl_fetch(sd, N) = triangle_smooth_normal(kg, ccl_fetch(sd, prim), ccl_fetch(sd, u), ccl_fetch(sd, v));
#ifdef __INSTANCING__
- if(instanced)
+ if(!(ccl_fetch(sd, flag) & SD_TRANSFORM_APPLIED)) {
object_normal_transform_auto(kg, sd, &ccl_fetch(sd, N));
+ }
#endif
}
@@ -306,7 +302,7 @@ ccl_device_inline void shader_setup_from_sample(KernelGlobals *kg,
triangle_dPdudv(kg, ccl_fetch(sd, prim), &ccl_fetch(sd, dPdu), &ccl_fetch(sd, dPdv));
# ifdef __INSTANCING__
- if(instanced) {
+ if(!(ccl_fetch(sd, flag) & SD_TRANSFORM_APPLIED)) {
object_dir_transform_auto(kg, sd, &ccl_fetch(sd, dPdu));
object_dir_transform_auto(kg, sd, &ccl_fetch(sd, dPdv));
}
@@ -357,9 +353,11 @@ ccl_device void shader_setup_from_displace(KernelGlobals *kg, ShaderData *sd,
/* force smooth shading for displacement */
shader |= SHADER_SMOOTH_NORMAL;
- /* watch out: no instance transform currently */
-
- shader_setup_from_sample(kg, sd, P, Ng, I, shader, object, prim, u, v, 0.0f, TIME_INVALID);
+ shader_setup_from_sample(kg, sd,
+ P, Ng, I,
+ shader, object, prim,
+ u, v, 0.0f, 0.5f,
+ !(kernel_tex_fetch(__object_flag, object) & SD_TRANSFORM_APPLIED));
}
/* ShaderData setup from ray into background */
@@ -372,7 +370,7 @@ ccl_device_inline void shader_setup_from_background(KernelGlobals *kg, ShaderDat
ccl_fetch(sd, Ng) = -ray->D;
ccl_fetch(sd, I) = -ray->D;
ccl_fetch(sd, shader) = kernel_data.background.surface_shader;
- ccl_fetch(sd, flag) = kernel_tex_fetch(__shader_flag, (ccl_fetch(sd, shader) & SHADER_MASK)*2);
+ ccl_fetch(sd, flag) = kernel_tex_fetch(__shader_flag, (ccl_fetch(sd, shader) & SHADER_MASK)*SHADER_SIZE);
#ifdef __OBJECT_MOTION__
ccl_fetch(sd, time) = ray->time;
#endif
@@ -1029,7 +1027,7 @@ ccl_device_inline void shader_eval_volume(KernelGlobals *kg,
sd->shader = stack[i].shader;
sd->flag &= ~(SD_SHADER_FLAGS|SD_OBJECT_FLAGS);
- sd->flag |= kernel_tex_fetch(__shader_flag, (sd->shader & SHADER_MASK)*2);
+ sd->flag |= kernel_tex_fetch(__shader_flag, (sd->shader & SHADER_MASK)*SHADER_SIZE);
if(sd->object != OBJECT_NONE) {
sd->flag |= kernel_tex_fetch(__object_flag, sd->object);
@@ -1102,7 +1100,7 @@ ccl_device bool shader_transparent_shadow(KernelGlobals *kg, Intersection *isect
shader = __float_as_int(str.z);
}
#endif
- int flag = kernel_tex_fetch(__shader_flag, (shader & SHADER_MASK)*2);
+ int flag = kernel_tex_fetch(__shader_flag, (shader & SHADER_MASK)*SHADER_SIZE);
return (flag & SD_HAS_TRANSPARENT_SHADOW) != 0;
}
diff --git a/intern/cycles/kernel/kernel_subsurface.h b/intern/cycles/kernel/kernel_subsurface.h
index ba45eea6388..f03fe288a0c 100644
--- a/intern/cycles/kernel/kernel_subsurface.h
+++ b/intern/cycles/kernel/kernel_subsurface.h
@@ -360,14 +360,15 @@ int subsurface_scatter_multi_intersect(
return num_eval_hits;
}
-ccl_device void subsurface_scatter_multi_setup(KernelGlobals *kg,
- SubsurfaceIntersection* ss_isect,
- int hit,
- ShaderData *sd,
- PathState *state,
- int state_flag,
- ShaderClosure *sc,
- bool all)
+ccl_device_noinline void subsurface_scatter_multi_setup(
+ KernelGlobals *kg,
+ SubsurfaceIntersection* ss_isect,
+ int hit,
+ ShaderData *sd,
+ PathState *state,
+ int state_flag,
+ ShaderClosure *sc,
+ bool all)
{
/* Setup new shading point. */
shader_setup_from_subsurface(kg, sd, &ss_isect->hits[hit], &ss_isect->ray);
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 0646148f6a0..548bc1c1ccc 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -42,7 +42,7 @@ CCL_NAMESPACE_BEGIN
#define RAMP_TABLE_SIZE 256
#define SHUTTER_TABLE_SIZE 256
#define PARTICLE_SIZE 5
-#define TIME_INVALID FLT_MAX
+#define SHADER_SIZE 5
#define BSSRDF_MIN_RADIUS 1e-8f
#define BSSRDF_MAX_HITS 4
@@ -715,20 +715,21 @@ enum ShaderDataFlag {
SD_VOLUME_CUBIC = (1 << 20), /* use cubic interpolation for voxels */
SD_HAS_BUMP = (1 << 21), /* has data connected to the displacement input */
SD_HAS_DISPLACEMENT = (1 << 22), /* has true displacement */
+ SD_HAS_CONSTANT_EMISSION = (1 << 23), /* has constant emission (value stored in __shader_flag) */
SD_SHADER_FLAGS = (SD_USE_MIS|SD_HAS_TRANSPARENT_SHADOW|SD_HAS_VOLUME|
SD_HAS_ONLY_VOLUME|SD_HETEROGENEOUS_VOLUME|
SD_HAS_BSSRDF_BUMP|SD_VOLUME_EQUIANGULAR|SD_VOLUME_MIS|
- SD_VOLUME_CUBIC|SD_HAS_BUMP|SD_HAS_DISPLACEMENT),
+ SD_VOLUME_CUBIC|SD_HAS_BUMP|SD_HAS_DISPLACEMENT|SD_HAS_CONSTANT_EMISSION),
/* object flags */
- SD_HOLDOUT_MASK = (1 << 23), /* holdout for camera rays */
- SD_OBJECT_MOTION = (1 << 24), /* has object motion blur */
- SD_TRANSFORM_APPLIED = (1 << 25), /* vertices have transform applied */
- SD_NEGATIVE_SCALE_APPLIED = (1 << 26), /* vertices have negative scale applied */
- SD_OBJECT_HAS_VOLUME = (1 << 27), /* object has a volume shader */
- SD_OBJECT_INTERSECTS_VOLUME = (1 << 28), /* object intersects AABB of an object with volume shader */
- SD_OBJECT_HAS_VERTEX_MOTION = (1 << 29), /* has position for motion vertices */
+ SD_HOLDOUT_MASK = (1 << 24), /* holdout for camera rays */
+ SD_OBJECT_MOTION = (1 << 25), /* has object motion blur */
+ SD_TRANSFORM_APPLIED = (1 << 26), /* vertices have transform applied */
+ SD_NEGATIVE_SCALE_APPLIED = (1 << 27), /* vertices have negative scale applied */
+ SD_OBJECT_HAS_VOLUME = (1 << 28), /* object has a volume shader */
+ SD_OBJECT_INTERSECTS_VOLUME = (1 << 29), /* object intersects AABB of an object with volume shader */
+ SD_OBJECT_HAS_VERTEX_MOTION = (1 << 30), /* has position for motion vertices */
SD_OBJECT_FLAGS = (SD_HOLDOUT_MASK|SD_OBJECT_MOTION|SD_TRANSFORM_APPLIED|
SD_NEGATIVE_SCALE_APPLIED|SD_OBJECT_HAS_VOLUME|
diff --git a/intern/cycles/kernel/kernel_volume.h b/intern/cycles/kernel/kernel_volume.h
index 4ab51b81f13..0f45b0e7d60 100644
--- a/intern/cycles/kernel/kernel_volume.h
+++ b/intern/cycles/kernel/kernel_volume.h
@@ -115,7 +115,7 @@ ccl_device float kernel_volume_channel_get(float3 value, int channel)
ccl_device bool volume_stack_is_heterogeneous(KernelGlobals *kg, VolumeStack *stack)
{
for(int i = 0; stack[i].shader != SHADER_NONE; i++) {
- int shader_flag = kernel_tex_fetch(__shader_flag, (stack[i].shader & SHADER_MASK)*2);
+ int shader_flag = kernel_tex_fetch(__shader_flag, (stack[i].shader & SHADER_MASK)*SHADER_SIZE);
if(shader_flag & SD_HETEROGENEOUS_VOLUME)
return true;
@@ -132,7 +132,7 @@ ccl_device int volume_stack_sampling_method(KernelGlobals *kg, VolumeStack *stac
int method = -1;
for(int i = 0; stack[i].shader != SHADER_NONE; i++) {
- int shader_flag = kernel_tex_fetch(__shader_flag, (stack[i].shader & SHADER_MASK)*2);
+ int shader_flag = kernel_tex_fetch(__shader_flag, (stack[i].shader & SHADER_MASK)*SHADER_SIZE);
if(shader_flag & SD_VOLUME_MIS) {
return SD_VOLUME_MIS;
diff --git a/intern/cycles/kernel/shaders/node_bump.osl b/intern/cycles/kernel/shaders/node_bump.osl
index 9882857f2ec..7f01cf2ca91 100644
--- a/intern/cycles/kernel/shaders/node_bump.osl
+++ b/intern/cycles/kernel/shaders/node_bump.osl
@@ -21,6 +21,7 @@
surface node_bump(
int invert = 0,
+ int use_object_space = 0,
normal NormalIn = N,
float Strength = 0.1,
float Distance = 1.0,
@@ -29,12 +30,20 @@ surface node_bump(
float SampleY = 0.0,
output normal NormalOut = N)
{
+ point Ptmp = P;
+ normal Normal = NormalIn;
+
+ if (use_object_space) {
+ Ptmp = transform("object", Ptmp);
+ Normal = normalize(transform("object", Normal));
+ }
+
/* get surface tangents from normal */
- vector dPdx = Dx(P);
- vector dPdy = Dy(P);
+ vector dPdx = Dx(Ptmp);
+ vector dPdy = Dy(Ptmp);
- vector Rx = cross(dPdy, NormalIn);
- vector Ry = cross(NormalIn, dPdx);
+ vector Rx = cross(dPdy, Normal);
+ vector Ry = cross(Normal, dPdx);
/* compute surface gradient and determinant */
float det = dot(dPdx, Rx);
@@ -49,7 +58,11 @@ surface node_bump(
dist *= -1.0;
/* compute and output perturbed normal */
- NormalOut = normalize(absdet * NormalIn - dist * sign(det) * surfgrad);
- NormalOut = normalize(strength * NormalOut + (1.0 - strength) * NormalIn);
+ NormalOut = normalize(absdet * Normal - dist * sign(det) * surfgrad);
+ NormalOut = normalize(strength * NormalOut + (1.0 - strength) * Normal);
+
+ if (use_object_space) {
+ NormalOut = normalize(transform("object", "world", NormalOut));
+ }
}
diff --git a/intern/cycles/kernel/shaders/node_output_displacement.osl b/intern/cycles/kernel/shaders/node_output_displacement.osl
index d0688cfda8d..294b8dd6bf2 100644
--- a/intern/cycles/kernel/shaders/node_output_displacement.osl
+++ b/intern/cycles/kernel/shaders/node_output_displacement.osl
@@ -18,6 +18,8 @@
displacement node_output_displacement(float Displacement = 0.0)
{
- P += N * Displacement * 0.1; /* todo: get rid of this factor */
+ vector dP = normalize(transform("object", N));
+ dP *= Displacement * 0.1; /* todo: get rid of this factor */
+ P += transform("object", "world", dP);
}
diff --git a/intern/cycles/kernel/shaders/node_rgb_curves.osl b/intern/cycles/kernel/shaders/node_rgb_curves.osl
index 984b7d47e8f..0d5eeea5c43 100644
--- a/intern/cycles/kernel/shaders/node_rgb_curves.osl
+++ b/intern/cycles/kernel/shaders/node_rgb_curves.osl
@@ -29,8 +29,8 @@ shader node_rgb_curves(
color c = (ColorIn - color(min_x, min_x, min_x)) / (max_x - min_x);
color r = rgb_ramp_lookup(ramp, c[0], 1, 1);
- color g = rgb_ramp_lookup(ramp, c[0], 1, 1);
- color b = rgb_ramp_lookup(ramp, c[0], 1, 1);
+ color g = rgb_ramp_lookup(ramp, c[1], 1, 1);
+ color b = rgb_ramp_lookup(ramp, c[2], 1, 1);
ColorOut[0] = r[0];
ColorOut[1] = g[1];
diff --git a/intern/cycles/kernel/split/kernel_direct_lighting.h b/intern/cycles/kernel/split/kernel_direct_lighting.h
index ebe91097496..6ad736fc2c1 100644
--- a/intern/cycles/kernel/split/kernel_direct_lighting.h
+++ b/intern/cycles/kernel/split/kernel_direct_lighting.h
@@ -74,30 +74,31 @@ ccl_device char kernel_direct_lighting(
path_state_rng_2D(kg, rng, state, PRNG_LIGHT_U, &light_u, &light_v);
LightSample ls;
- light_sample(kg,
- light_t, light_u, light_v,
- ccl_fetch(sd, time),
- ccl_fetch(sd, P),
- state->bounce,
- &ls);
+ if(light_sample(kg,
+ light_t, light_u, light_v,
+ ccl_fetch(sd, time),
+ ccl_fetch(sd, P),
+ state->bounce,
+ &ls)) {
- Ray light_ray;
+ Ray light_ray;
#ifdef __OBJECT_MOTION__
- light_ray.time = ccl_fetch(sd, time);
+ light_ray.time = ccl_fetch(sd, time);
#endif
- BsdfEval L_light;
- bool is_lamp;
- if(direct_emission(kg, sd, kg->sd_input, &ls, state, &light_ray, &L_light, &is_lamp)) {
- /* Write intermediate data to global memory to access from
- * the next kernel.
- */
- LightRay_coop[ray_index] = light_ray;
- BSDFEval_coop[ray_index] = L_light;
- ISLamp_coop[ray_index] = is_lamp;
- /* Mark ray state for next shadow kernel. */
- ADD_RAY_FLAG(ray_state, ray_index, RAY_SHADOW_RAY_CAST_DL);
- enqueue_flag = 1;
+ BsdfEval L_light;
+ bool is_lamp;
+ if(direct_emission(kg, sd, kg->sd_input, &ls, state, &light_ray, &L_light, &is_lamp)) {
+ /* Write intermediate data to global memory to access from
+ * the next kernel.
+ */
+ LightRay_coop[ray_index] = light_ray;
+ BSDFEval_coop[ray_index] = L_light;
+ ISLamp_coop[ray_index] = is_lamp;
+ /* Mark ray state for next shadow kernel. */
+ ADD_RAY_FLAG(ray_state, ray_index, RAY_SHADOW_RAY_CAST_DL);
+ enqueue_flag = 1;
+ }
}
}
#endif /* __EMISSION__ */
diff --git a/intern/cycles/kernel/svm/svm.h b/intern/cycles/kernel/svm/svm.h
index 998a32e3181..88ec7fe6fcc 100644
--- a/intern/cycles/kernel/svm/svm.h
+++ b/intern/cycles/kernel/svm/svm.h
@@ -261,7 +261,7 @@ ccl_device_noinline void svm_eval_nodes(KernelGlobals *kg, ShaderData *sd, ccl_a
svm_node_geometry_bump_dy(kg, sd, stack, node.y, node.z);
break;
case NODE_SET_DISPLACEMENT:
- svm_node_set_displacement(sd, stack, node.y);
+ svm_node_set_displacement(kg, sd, stack, node.y);
break;
# endif /* NODES_FEATURE(NODE_FEATURE_BUMP) */
# ifdef __TEXTURES__
@@ -295,12 +295,14 @@ ccl_device_noinline void svm_eval_nodes(KernelGlobals *kg, ShaderData *sd, ccl_a
case NODE_CLOSURE_SET_NORMAL:
svm_node_set_normal(kg, sd, stack, node.y, node.z);
break;
+# if NODES_FEATURE(NODE_FEATURE_BUMP_STATE)
case NODE_ENTER_BUMP_EVAL:
svm_node_enter_bump_eval(kg, sd, stack, node.y);
break;
case NODE_LEAVE_BUMP_EVAL:
svm_node_leave_bump_eval(kg, sd, stack, node.y);
break;
+# endif /* NODES_FEATURE(NODE_FEATURE_BUMP_STATE) */
# endif /* NODES_FEATURE(NODE_FEATURE_BUMP) */
case NODE_HSV:
svm_node_hsv(kg, sd, stack, node, &offset);
diff --git a/intern/cycles/kernel/svm/svm_displace.h b/intern/cycles/kernel/svm/svm_displace.h
index 8d4b07c9973..890ab41aaaa 100644
--- a/intern/cycles/kernel/svm/svm_displace.h
+++ b/intern/cycles/kernel/svm/svm_displace.h
@@ -22,14 +22,23 @@ ccl_device void svm_node_set_bump(KernelGlobals *kg, ShaderData *sd, float *stac
{
#ifdef __RAY_DIFFERENTIALS__
/* get normal input */
- uint normal_offset, distance_offset, invert;
- decode_node_uchar4(node.y, &normal_offset, &distance_offset, &invert, NULL);
+ uint normal_offset, distance_offset, invert, use_object_space;
+ decode_node_uchar4(node.y, &normal_offset, &distance_offset, &invert, &use_object_space);
float3 normal_in = stack_valid(normal_offset)? stack_load_float3(stack, normal_offset): ccl_fetch(sd, N);
+ float3 dPdx = ccl_fetch(sd, dP).dx;
+ float3 dPdy = ccl_fetch(sd, dP).dy;
+
+ if(use_object_space) {
+ object_inverse_normal_transform(kg, sd, &normal_in);
+ object_inverse_dir_transform(kg, sd, &dPdx);
+ object_inverse_dir_transform(kg, sd, &dPdy);
+ }
+
/* get surface tangents from normal */
- float3 Rx = cross(ccl_fetch(sd, dP).dy, normal_in);
- float3 Ry = cross(normal_in, ccl_fetch(sd, dP).dx);
+ float3 Rx = cross(dPdy, normal_in);
+ float3 Ry = cross(normal_in, dPdx);
/* get bump values */
uint c_offset, x_offset, y_offset, strength_offset;
@@ -40,7 +49,7 @@ ccl_device void svm_node_set_bump(KernelGlobals *kg, ShaderData *sd, float *stac
float h_y = stack_load_float(stack, y_offset);
/* compute surface gradient and determinant */
- float det = dot(ccl_fetch(sd, dP).dx, Rx);
+ float det = dot(dPdx, Rx);
float3 surfgrad = (h_x - h_c)*Rx + (h_y - h_c)*Ry;
float absdet = fabsf(det);
@@ -56,16 +65,29 @@ ccl_device void svm_node_set_bump(KernelGlobals *kg, ShaderData *sd, float *stac
/* compute and output perturbed normal */
float3 normal_out = normalize(absdet*normal_in - distance*signf(det)*surfgrad);
normal_out = normalize(strength*normal_out + (1.0f - strength)*normal_in);
+
+ if(use_object_space) {
+ object_normal_transform(kg, sd, &normal_out);
+ }
+
stack_store_float3(stack, node.w, normal_out);
#endif
}
/* Displacement Node */
-ccl_device void svm_node_set_displacement(ShaderData *sd, float *stack, uint fac_offset)
+ccl_device void svm_node_set_displacement(KernelGlobals *kg, ShaderData *sd, float *stack, uint fac_offset)
{
float d = stack_load_float(stack, fac_offset);
- ccl_fetch(sd, P) += ccl_fetch(sd, N)*d*0.1f; /* todo: get rid of this factor */
+
+ float3 dP = ccl_fetch(sd, N);
+ object_inverse_normal_transform(kg, sd, &dP);
+
+ dP *= d*0.1f; /* todo: get rid of this factor */
+
+ object_dir_transform(kg, sd, &dP);
+
+ ccl_fetch(sd, P) += dP;
}
CCL_NAMESPACE_END
diff --git a/intern/cycles/kernel/svm/svm_types.h b/intern/cycles/kernel/svm/svm_types.h
index 9cfa8395b85..5adf7d34f7f 100644
--- a/intern/cycles/kernel/svm/svm_types.h
+++ b/intern/cycles/kernel/svm/svm_types.h
@@ -47,11 +47,12 @@ CCL_NAMESPACE_BEGIN
#define NODE_FEATURE_VOLUME (1 << 0)
#define NODE_FEATURE_HAIR (1 << 1)
#define NODE_FEATURE_BUMP (1 << 2)
+#define NODE_FEATURE_BUMP_STATE (1 << 3)
/* TODO(sergey): Consider using something like ((uint)(-1)).
* Need to check carefully operand types around usage of this
* define first.
*/
-#define NODE_FEATURE_ALL (NODE_FEATURE_VOLUME|NODE_FEATURE_HAIR|NODE_FEATURE_BUMP)
+#define NODE_FEATURE_ALL (NODE_FEATURE_VOLUME|NODE_FEATURE_HAIR|NODE_FEATURE_BUMP|NODE_FEATURE_BUMP_STATE)
typedef enum ShaderNodeType {
NODE_END = 0,
diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp
index 57256ceecd3..ed8c7056aaa 100644
--- a/intern/cycles/render/graph.cpp
+++ b/intern/cycles/render/graph.cpp
@@ -312,7 +312,8 @@ void ShaderGraph::relink(ShaderNode *node, ShaderOutput *from, ShaderOutput *to)
void ShaderGraph::finalize(Scene *scene,
bool do_bump,
bool do_osl,
- bool do_simplify)
+ bool do_simplify,
+ bool bump_in_object_space)
{
/* before compiling, the shader graph may undergo a number of modifications.
* currently we set default geometry shader inputs, and create automatic bump
@@ -325,7 +326,7 @@ void ShaderGraph::finalize(Scene *scene,
refine_bump_nodes();
if(do_bump)
- bump_from_displacement();
+ bump_from_displacement(bump_in_object_space);
ShaderInput *surface_in = output()->input("Surface");
ShaderInput *volume_in = output()->input("Volume");
@@ -482,6 +483,8 @@ void ShaderGraph::constant_fold()
ShaderNodeSet done, scheduled;
queue<ShaderNode*> traverse_queue;
+ bool has_displacement = (output()->input("Displacement")->link != NULL);
+
/* Schedule nodes which doesn't have any dependencies. */
foreach(ShaderNode *node, nodes) {
if(!check_node_inputs_has_links(node)) {
@@ -519,6 +522,17 @@ void ShaderGraph::constant_fold()
node->constant_fold(folder);
}
}
+
+ /* Folding might have removed all nodes connected to the displacement output
+ * even tho there is displacement to be applied, so add in a value node if
+ * that happens to ensure there is still a valid graph for displacement.
+ */
+ if(has_displacement && !output()->input("Displacement")->link) {
+ ValueNode *value = (ValueNode*)add(new ValueNode());
+ value->value = output()->displacement;
+
+ connect(value->output("Value"), output()->input("Displacement"));
+ }
}
/* Step 3: Simplification. */
@@ -793,7 +807,7 @@ void ShaderGraph::refine_bump_nodes()
}
}
-void ShaderGraph::bump_from_displacement()
+void ShaderGraph::bump_from_displacement(bool use_object_space)
{
/* generate bump mapping automatically from displacement. bump mapping is
* done using a 3-tap filter, computing the displacement at the center,
@@ -842,7 +856,8 @@ void ShaderGraph::bump_from_displacement()
ShaderNode *set_normal = add(new SetNormalNode());
/* add bump node and connect copied graphs to it */
- ShaderNode *bump = add(new BumpNode());
+ BumpNode *bump = (BumpNode*)add(new BumpNode());
+ bump->use_object_space = use_object_space;
ShaderOutput *out = displacement_in->link;
ShaderOutput *out_center = nodes_center[out->parent]->output(out->name());
diff --git a/intern/cycles/render/graph.h b/intern/cycles/render/graph.h
index b35be48d8ca..780fdf49ca4 100644
--- a/intern/cycles/render/graph.h
+++ b/intern/cycles/render/graph.h
@@ -258,7 +258,8 @@ public:
void finalize(Scene *scene,
bool do_bump = false,
bool do_osl = false,
- bool do_simplify = false);
+ bool do_simplify = false,
+ bool bump_in_object_space = false);
int get_num_closures();
@@ -272,7 +273,7 @@ protected:
void copy_nodes(ShaderNodeSet& nodes, ShaderNodeMap& nnodemap);
void break_cycles(ShaderNode *node, vector<bool>& visited, vector<bool>& on_stack);
- void bump_from_displacement();
+ void bump_from_displacement(bool use_object_space);
void refine_bump_nodes();
void default_inputs(bool do_osl);
void transform_multi_closure(ShaderNode *node, ShaderOutput *weight_out, bool volume);
diff --git a/intern/cycles/render/image.cpp b/intern/cycles/render/image.cpp
index 24543601ef9..b387c2c2f98 100644
--- a/intern/cycles/render/image.cpp
+++ b/intern/cycles/render/image.cpp
@@ -280,6 +280,8 @@ int ImageManager::add_image(const string& filename,
ImageDataType type = get_image_metadata(filename, builtin_data, is_linear);
+ thread_scoped_lock device_lock(device_mutex);
+
/* Do we have a float? */
if(type == IMAGE_DATA_TYPE_FLOAT || type == IMAGE_DATA_TYPE_FLOAT4)
is_float = true;
diff --git a/intern/cycles/render/light.cpp b/intern/cycles/render/light.cpp
index 787e5cf07b2..93f6d7902f0 100644
--- a/intern/cycles/render/light.cpp
+++ b/intern/cycles/render/light.cpp
@@ -309,9 +309,6 @@ void LightManager::device_update_distribution(Device *device, DeviceScene *dscen
int object_id = j;
int shader_flag = 0;
- if(transform_applied)
- object_id = ~object_id;
-
if(!(object->visibility & PATH_RAY_DIFFUSE)) {
shader_flag |= SHADER_EXCLUDE_DIFFUSE;
use_light_visibility = true;
@@ -677,7 +674,6 @@ void LightManager::device_update_points(Device *device,
light_data[light_index*LIGHT_SIZE + 1] = make_float4(__int_as_float(shader_id), radius, invarea, 0.0f);
light_data[light_index*LIGHT_SIZE + 2] = make_float4(0.0f, 0.0f, 0.0f, 0.0f);
light_data[light_index*LIGHT_SIZE + 3] = make_float4(samples, 0.0f, 0.0f, 0.0f);
- light_data[light_index*LIGHT_SIZE + 4] = make_float4(max_bounces, 0.0f, 0.0f, 0.0f);
}
else if(light->type == LIGHT_DISTANT) {
shader_id &= ~SHADER_AREA_LIGHT;
@@ -698,7 +694,6 @@ void LightManager::device_update_points(Device *device,
light_data[light_index*LIGHT_SIZE + 1] = make_float4(__int_as_float(shader_id), radius, cosangle, invarea);
light_data[light_index*LIGHT_SIZE + 2] = make_float4(0.0f, 0.0f, 0.0f, 0.0f);
light_data[light_index*LIGHT_SIZE + 3] = make_float4(samples, 0.0f, 0.0f, 0.0f);
- light_data[light_index*LIGHT_SIZE + 4] = make_float4(max_bounces, 0.0f, 0.0f, 0.0f);
}
else if(light->type == LIGHT_BACKGROUND) {
uint visibility = scene->background->visibility;
@@ -727,7 +722,6 @@ void LightManager::device_update_points(Device *device,
light_data[light_index*LIGHT_SIZE + 1] = make_float4(__int_as_float(shader_id), 0.0f, 0.0f, 0.0f);
light_data[light_index*LIGHT_SIZE + 2] = make_float4(0.0f, 0.0f, 0.0f, 0.0f);
light_data[light_index*LIGHT_SIZE + 3] = make_float4(samples, 0.0f, 0.0f, 0.0f);
- light_data[light_index*LIGHT_SIZE + 4] = make_float4(max_bounces, 0.0f, 0.0f, 0.0f);
}
else if(light->type == LIGHT_AREA) {
float3 axisu = light->axisu*(light->sizeu*light->size);
@@ -745,7 +739,6 @@ void LightManager::device_update_points(Device *device,
light_data[light_index*LIGHT_SIZE + 1] = make_float4(__int_as_float(shader_id), axisu.x, axisu.y, axisu.z);
light_data[light_index*LIGHT_SIZE + 2] = make_float4(invarea, axisv.x, axisv.y, axisv.z);
light_data[light_index*LIGHT_SIZE + 3] = make_float4(samples, dir.x, dir.y, dir.z);
- light_data[light_index*LIGHT_SIZE + 4] = make_float4(max_bounces, 0.0f, 0.0f, 0.0f);
}
else if(light->type == LIGHT_SPOT) {
shader_id &= ~SHADER_AREA_LIGHT;
@@ -765,9 +758,10 @@ void LightManager::device_update_points(Device *device,
light_data[light_index*LIGHT_SIZE + 1] = make_float4(__int_as_float(shader_id), radius, invarea, spot_angle);
light_data[light_index*LIGHT_SIZE + 2] = make_float4(spot_smooth, dir.x, dir.y, dir.z);
light_data[light_index*LIGHT_SIZE + 3] = make_float4(samples, 0.0f, 0.0f, 0.0f);
- light_data[light_index*LIGHT_SIZE + 4] = make_float4(max_bounces, 0.0f, 0.0f, 0.0f);
}
+ light_data[light_index*LIGHT_SIZE + 4] = make_float4(max_bounces, 0.0f, 0.0f, 0.0f);
+
light_index++;
}
diff --git a/intern/cycles/render/mesh.cpp b/intern/cycles/render/mesh.cpp
index 5445fd3c29c..2d297c33446 100644
--- a/intern/cycles/render/mesh.cpp
+++ b/intern/cycles/render/mesh.cpp
@@ -1650,10 +1650,10 @@ void MeshManager::device_update_displacement_images(Device *device,
foreach(Mesh *mesh, scene->meshes) {
if(mesh->need_update) {
foreach(Shader *shader, mesh->used_shaders) {
- if(shader->graph_bump == NULL) {
+ if(!shader->has_displacement || shader->displacement_method == DISPLACE_BUMP) {
continue;
}
- foreach(ShaderNode* node, shader->graph_bump->nodes) {
+ foreach(ShaderNode* node, shader->graph->nodes) {
if(node->special_type != SHADER_SPECIAL_TYPE_IMAGE_SLOT) {
continue;
}
diff --git a/intern/cycles/render/mesh_displace.cpp b/intern/cycles/render/mesh_displace.cpp
index ef9cfedd412..adc5b820298 100644
--- a/intern/cycles/render/mesh_displace.cpp
+++ b/intern/cycles/render/mesh_displace.cpp
@@ -86,8 +86,7 @@ bool MeshManager::displace(Device *device, DeviceScene *dscene, Scene *scene, Me
done[t.v[j]] = true;
/* set up object, primitive and barycentric coordinates */
- /* when used, non-instanced convention: object = ~object */
- int object = ~object_index;
+ int object = object_index;
int prim = mesh->tri_offset + i;
float u, v;
diff --git a/intern/cycles/render/mesh_subdivision.cpp b/intern/cycles/render/mesh_subdivision.cpp
index c8cc3abf7d9..3b4841f5b20 100644
--- a/intern/cycles/render/mesh_subdivision.cpp
+++ b/intern/cycles/render/mesh_subdivision.cpp
@@ -284,7 +284,12 @@ struct OsdPatch : Patch {
if(dPdu) *dPdu = du;
if(dPdv) *dPdv = dv;
- if(N) *N = normalize(cross(du, dv));
+ if(N) {
+ *N = cross(du, dv);
+
+ float t = len(*N);
+ *N = (t != 0.0f) ? *N/t : make_float3(0.0f, 0.0f, 1.0f);
+ }
}
BoundBox bound() { return BoundBox::empty; }
diff --git a/intern/cycles/render/nodes.cpp b/intern/cycles/render/nodes.cpp
index 0304d6d95d1..df43863ea7a 100644
--- a/intern/cycles/render/nodes.cpp
+++ b/intern/cycles/render/nodes.cpp
@@ -4762,6 +4762,7 @@ NODE_DEFINE(BumpNode)
NodeType* type = NodeType::add("bump", create, NodeType::SHADER);
SOCKET_BOOLEAN(invert, "Invert", false);
+ SOCKET_BOOLEAN(use_object_space, "UseObjectSpace", false);
/* this input is used by the user, but after graph transform it is no longer
* used and moved to sampler center/x/y instead */
@@ -4800,7 +4801,8 @@ void BumpNode::compile(SVMCompiler& compiler)
compiler.encode_uchar4(
compiler.stack_assign_if_linked(normal_in),
compiler.stack_assign(distance_in),
- invert),
+ invert,
+ use_object_space),
compiler.encode_uchar4(
compiler.stack_assign(center_in),
compiler.stack_assign(dx_in),
@@ -4812,6 +4814,7 @@ void BumpNode::compile(SVMCompiler& compiler)
void BumpNode::compile(OSLCompiler& compiler)
{
compiler.parameter(this, "invert");
+ compiler.parameter(this, "use_object_space");
compiler.add(this, "node_bump");
}
diff --git a/intern/cycles/render/nodes.h b/intern/cycles/render/nodes.h
index b0eb2395adf..13791c668ed 100644
--- a/intern/cycles/render/nodes.h
+++ b/intern/cycles/render/nodes.h
@@ -770,6 +770,7 @@ class CameraNode : public ShaderNode {
public:
SHADER_NODE_CLASS(CameraNode)
bool has_spatial_varying() { return true; }
+ virtual int get_group() { return NODE_GROUP_LEVEL_2; }
};
class FresnelNode : public ShaderNode {
@@ -873,6 +874,7 @@ public:
}
bool invert;
+ bool use_object_space;
float height;
float sample_center;
float sample_x;
diff --git a/intern/cycles/render/osl.cpp b/intern/cycles/render/osl.cpp
index f83aab47e84..18a32f7f328 100644
--- a/intern/cycles/render/osl.cpp
+++ b/intern/cycles/render/osl.cpp
@@ -1103,7 +1103,8 @@ void OSLCompiler::compile(Scene *scene, OSLGlobals *og, Shader *shader)
shader->graph_bump->finalize(scene,
true,
true,
- shader->has_integrator_dependency);
+ shader->has_integrator_dependency,
+ shader->displacement_method == DISPLACE_BOTH);
}
current_shader = shader;
diff --git a/intern/cycles/render/shader.cpp b/intern/cycles/render/shader.cpp
index 10c3507e3f4..06b6dd969d8 100644
--- a/intern/cycles/render/shader.cpp
+++ b/intern/cycles/render/shader.cpp
@@ -194,6 +194,28 @@ Shader::~Shader()
delete graph_bump;
}
+bool Shader::is_constant_emission(float3 *emission)
+{
+ ShaderInput *surf = graph->output()->input("Surface");
+
+ if(!surf->link || surf->link->parent->type != EmissionNode::node_type) {
+ return false;
+ }
+
+ EmissionNode *node = (EmissionNode*) surf->link->parent;
+
+ assert(node->input("Color"));
+ assert(node->input("Strength"));
+
+ if(node->input("Color")->link || node->input("Strength")->link) {
+ return false;
+ }
+
+ *emission = node->color*node->strength;
+
+ return true;
+}
+
void Shader::set_graph(ShaderGraph *graph_)
{
/* do this here already so that we can detect if mesh or object attributes
@@ -379,7 +401,7 @@ void ShaderManager::device_update_common(Device *device,
if(scene->shaders.size() == 0)
return;
- uint shader_flag_size = scene->shaders.size()*2;
+ uint shader_flag_size = scene->shaders.size()*SHADER_SIZE;
uint *shader_flag = dscene->shader_flag.resize(shader_flag_size);
uint i = 0;
bool has_volumes = false;
@@ -424,9 +446,17 @@ void ShaderManager::device_update_common(Device *device,
if(shader->displacement_method != DISPLACE_TRUE && shader->graph_bump)
flag |= SD_HAS_BSSRDF_BUMP;
+ /* constant emission check */
+ float3 constant_emission = make_float3(0.0f, 0.0f, 0.0f);
+ if(shader->is_constant_emission(&constant_emission))
+ flag |= SD_HAS_CONSTANT_EMISSION;
+
/* regular shader */
shader_flag[i++] = flag;
shader_flag[i++] = shader->pass_id;
+ shader_flag[i++] = __float_as_int(constant_emission.x);
+ shader_flag[i++] = __float_as_int(constant_emission.y);
+ shader_flag[i++] = __float_as_int(constant_emission.z);
has_transparent_shadow |= (flag & SD_HAS_TRANSPARENT_SHADOW) != 0;
}
@@ -561,6 +591,9 @@ void ShaderManager::get_requested_features(Scene *scene,
ShaderNode *output_node = shader->graph->output();
if(output_node->input("Displacement")->link != NULL) {
requested_features->nodes_features |= NODE_FEATURE_BUMP;
+ if(shader->displacement_method == DISPLACE_BOTH && requested_features->experimental) {
+ requested_features->nodes_features |= NODE_FEATURE_BUMP_STATE;
+ }
}
/* On top of volume nodes, also check if we need volume sampling because
* e.g. an Emission node would slip through the NODE_FEATURE_VOLUME check */
diff --git a/intern/cycles/render/shader.h b/intern/cycles/render/shader.h
index 696e22bc3c9..7d896652196 100644
--- a/intern/cycles/render/shader.h
+++ b/intern/cycles/render/shader.h
@@ -139,6 +139,10 @@ public:
Shader();
~Shader();
+ /* Checks whether the shader consists of just a emission node with fixed inputs that's connected directly to the output.
+ * If yes, it sets the content of emission to the constant value (color * strength), which is then used for speeding up light evaluation. */
+ bool is_constant_emission(float3* emission);
+
void set_graph(ShaderGraph *graph);
void tag_update(Scene *scene);
void tag_used(Scene *scene);
diff --git a/intern/cycles/render/svm.cpp b/intern/cycles/render/svm.cpp
index 069c3e3043a..9d3f49a3c84 100644
--- a/intern/cycles/render/svm.cpp
+++ b/intern/cycles/render/svm.cpp
@@ -27,6 +27,7 @@
#include "util_logging.h"
#include "util_foreach.h"
#include "util_progress.h"
+#include "util_task.h"
CCL_NAMESPACE_BEGIN
@@ -44,6 +45,51 @@ void SVMShaderManager::reset(Scene * /*scene*/)
{
}
+void SVMShaderManager::device_update_shader(Scene *scene,
+ Shader *shader,
+ Progress *progress,
+ vector<int4> *global_svm_nodes)
+{
+ if(progress->get_cancel()) {
+ return;
+ }
+ assert(shader->graph);
+
+ vector<int4> svm_nodes;
+ svm_nodes.push_back(make_int4(NODE_SHADER_JUMP, 0, 0, 0));
+
+ SVMCompiler::Summary summary;
+ SVMCompiler compiler(scene->shader_manager, scene->image_manager);
+ compiler.background = (shader == scene->default_background);
+ compiler.compile(scene, shader, svm_nodes, 0, &summary);
+
+ VLOG(2) << "Compilation summary:\n"
+ << "Shader name: " << shader->name << "\n"
+ << summary.full_report();
+
+ if(shader->use_mis && shader->has_surface_emission) {
+ scene->light_manager->need_update = true;
+ }
+
+ /* We only calculate offset and do re-allocation from the locked block,
+ * actual copy we do after the lock is releases to hopefully gain some
+ * percent of performance.
+ */
+ nodes_lock_.lock();
+ size_t global_nodes_size = global_svm_nodes->size();
+ global_svm_nodes->resize(global_nodes_size + svm_nodes.size());
+ nodes_lock_.unlock();
+ /* Offset local SVM nodes to a global address space. */
+ int4& jump_node = global_svm_nodes->at(shader->id);
+ jump_node.y = svm_nodes[0].y + global_nodes_size - 1;
+ jump_node.z = svm_nodes[0].z + global_nodes_size - 1;
+ jump_node.w = svm_nodes[0].w + global_nodes_size - 1;
+ /* Copy new nodes to global storage. */
+ memcpy(&global_svm_nodes->at(global_nodes_size),
+ &svm_nodes[1],
+ sizeof(int4) * (svm_nodes.size() - 1));
+}
+
void SVMShaderManager::device_update(Device *device, DeviceScene *dscene, Scene *scene, Progress& progress)
{
if(!need_update)
@@ -51,6 +97,8 @@ void SVMShaderManager::device_update(Device *device, DeviceScene *dscene, Scene
VLOG(1) << "Total " << scene->shaders.size() << " shaders.";
+ double start_time = time_dt();
+
/* test if we need to update */
device_free(device, dscene, scene);
@@ -65,23 +113,20 @@ void SVMShaderManager::device_update(Device *device, DeviceScene *dscene, Scene
svm_nodes.push_back(make_int4(NODE_SHADER_JUMP, 0, 0, 0));
}
+ TaskPool task_pool;
foreach(Shader *shader, scene->shaders) {
- if(progress.get_cancel()) return;
-
- assert(shader->graph);
-
- SVMCompiler::Summary summary;
- SVMCompiler compiler(scene->shader_manager, scene->image_manager);
- compiler.background = (shader == scene->default_background);
- compiler.compile(scene, shader, svm_nodes, shader->id, &summary);
-
- if(shader->use_mis && shader->has_surface_emission) {
- scene->light_manager->need_update = true;
- }
+ task_pool.push(function_bind(&SVMShaderManager::device_update_shader,
+ this,
+ scene,
+ shader,
+ &progress,
+ &svm_nodes),
+ false);
+ }
+ task_pool.wait_work();
- VLOG(2) << "Compilation summary:\n"
- << "Shader name: " << shader->name << "\n"
- << summary.full_report();
+ if(progress.get_cancel()) {
+ return;
}
dscene->svm_nodes.copy((uint4*)&svm_nodes[0], svm_nodes.size());
@@ -95,6 +140,10 @@ void SVMShaderManager::device_update(Device *device, DeviceScene *dscene, Scene
device_update_common(device, dscene, scene, progress);
need_update = false;
+
+ VLOG(1) << "Shader manager updated "
+ << scene->shaders.size() << " shaders in "
+ << time_dt() - start_time << " seconds.";
}
void SVMShaderManager::device_free(Device *device, DeviceScene *dscene, Scene *scene)
@@ -317,17 +366,17 @@ uint SVMCompiler::encode_uchar4(uint x, uint y, uint z, uint w)
void SVMCompiler::add_node(int a, int b, int c, int d)
{
- svm_nodes.push_back(make_int4(a, b, c, d));
+ current_svm_nodes.push_back(make_int4(a, b, c, d));
}
void SVMCompiler::add_node(ShaderNodeType type, int a, int b, int c)
{
- svm_nodes.push_back(make_int4(type, a, b, c));
+ current_svm_nodes.push_back(make_int4(type, a, b, c));
}
void SVMCompiler::add_node(ShaderNodeType type, const float3& f)
{
- svm_nodes.push_back(make_int4(type,
+ current_svm_nodes.push_back(make_int4(type,
__float_as_int(f.x),
__float_as_int(f.y),
__float_as_int(f.z)));
@@ -335,7 +384,7 @@ void SVMCompiler::add_node(ShaderNodeType type, const float3& f)
void SVMCompiler::add_node(const float4& f)
{
- svm_nodes.push_back(make_int4(
+ current_svm_nodes.push_back(make_int4(
__float_as_int(f.x),
__float_as_int(f.y),
__float_as_int(f.z),
@@ -572,26 +621,38 @@ void SVMCompiler::generate_multi_closure(ShaderNode *root_node,
/* generate instructions for input closure 1 */
if(cl1in->link) {
- /* add instruction to skip closure and its dependencies if mix weight is zero */
- svm_nodes.push_back(make_int4(NODE_JUMP_IF_ONE, 0, stack_assign(facin), 0));
- int node_jump_skip_index = svm_nodes.size() - 1;
+ /* Add instruction to skip closure and its dependencies if mix
+ * weight is zero.
+ */
+ current_svm_nodes.push_back(make_int4(NODE_JUMP_IF_ONE,
+ 0,
+ stack_assign(facin),
+ 0));
+ int node_jump_skip_index = current_svm_nodes.size() - 1;
generate_multi_closure(root_node, cl1in->link->parent, state);
- /* fill in jump instruction location to be after closure */
- svm_nodes[node_jump_skip_index].y = svm_nodes.size() - node_jump_skip_index - 1;
+ /* Fill in jump instruction location to be after closure. */
+ current_svm_nodes[node_jump_skip_index].y =
+ current_svm_nodes.size() - node_jump_skip_index - 1;
}
/* generate instructions for input closure 2 */
if(cl2in->link) {
- /* add instruction to skip closure and its dependencies if mix weight is zero */
- svm_nodes.push_back(make_int4(NODE_JUMP_IF_ZERO, 0, stack_assign(facin), 0));
- int node_jump_skip_index = svm_nodes.size() - 1;
+ /* Add instruction to skip closure and its dependencies if mix
+ * weight is zero.
+ */
+ current_svm_nodes.push_back(make_int4(NODE_JUMP_IF_ZERO,
+ 0,
+ stack_assign(facin),
+ 0));
+ int node_jump_skip_index = current_svm_nodes.size() - 1;
generate_multi_closure(root_node, cl2in->link->parent, state);
- /* fill in jump instruction location to be after closure */
- svm_nodes[node_jump_skip_index].y = svm_nodes.size() - node_jump_skip_index - 1;
+ /* Fill in jump instruction location to be after closure. */
+ current_svm_nodes[node_jump_skip_index].y =
+ current_svm_nodes.size() - node_jump_skip_index - 1;
}
/* unassign */
@@ -661,7 +722,7 @@ void SVMCompiler::compile_type(Shader *shader, ShaderGraph *graph, ShaderType ty
/* clear all compiler state */
memset(&active_stack, 0, sizeof(active_stack));
- svm_nodes.clear();
+ current_svm_nodes.clear();
foreach(ShaderNode *node_iter, graph->nodes) {
foreach(ShaderInput *input, node_iter->inputs)
@@ -671,8 +732,9 @@ void SVMCompiler::compile_type(Shader *shader, ShaderGraph *graph, ShaderType ty
}
/* for the bump shader we need add a node to store the shader state */
+ bool need_bump_state = (type == SHADER_TYPE_BUMP) && (shader->displacement_method == DISPLACE_BOTH);
int bump_state_offset = SVM_STACK_INVALID;
- if(type == SHADER_TYPE_BUMP) {
+ if(need_bump_state) {
bump_state_offset = stack_find_offset(SVM_BUMP_EVAL_STATE_SIZE);
add_node(NODE_ENTER_BUMP_EVAL, bump_state_offset);
}
@@ -714,13 +776,13 @@ void SVMCompiler::compile_type(Shader *shader, ShaderGraph *graph, ShaderType ty
}
/* add node to restore state after bump shader has finished */
- if(type == SHADER_TYPE_BUMP) {
+ if(need_bump_state) {
add_node(NODE_LEAVE_BUMP_EVAL, bump_state_offset);
}
/* if compile failed, generate empty shader */
if(compile_failed) {
- svm_nodes.clear();
+ current_svm_nodes.clear();
compile_failed = false;
}
@@ -732,13 +794,13 @@ void SVMCompiler::compile_type(Shader *shader, ShaderGraph *graph, ShaderType ty
void SVMCompiler::compile(Scene *scene,
Shader *shader,
- vector<int4>& global_svm_nodes,
+ vector<int4>& svm_nodes,
int index,
Summary *summary)
{
/* copy graph for shader with bump mapping */
ShaderNode *node = shader->graph->output();
- int start_num_svm_nodes = global_svm_nodes.size();
+ int start_num_svm_nodes = svm_nodes.size();
const double time_start = time_dt();
@@ -760,7 +822,8 @@ void SVMCompiler::compile(Scene *scene,
shader->graph_bump->finalize(scene,
true,
false,
- shader->has_integrator_dependency);
+ shader->has_integrator_dependency,
+ shader->displacement_method == DISPLACE_BOTH);
}
current_shader = shader;
@@ -781,8 +844,10 @@ void SVMCompiler::compile(Scene *scene,
if(shader->displacement_method != DISPLACE_TRUE && shader->graph_bump) {
scoped_timer timer((summary != NULL)? &summary->time_generate_bump: NULL);
compile_type(shader, shader->graph_bump, SHADER_TYPE_BUMP);
- global_svm_nodes[index].y = global_svm_nodes.size();
- global_svm_nodes.insert(global_svm_nodes.end(), svm_nodes.begin(), svm_nodes.end());
+ svm_nodes[index].y = svm_nodes.size();
+ svm_nodes.insert(svm_nodes.end(),
+ current_svm_nodes.begin(),
+ current_svm_nodes.end());
}
/* generate surface shader */
@@ -791,32 +856,38 @@ void SVMCompiler::compile(Scene *scene,
compile_type(shader, shader->graph, SHADER_TYPE_SURFACE);
/* only set jump offset if there's no bump shader, as the bump shader will fall thru to this one if it exists */
if(shader->displacement_method == DISPLACE_TRUE || !shader->graph_bump) {
- global_svm_nodes[index].y = global_svm_nodes.size();
+ svm_nodes[index].y = svm_nodes.size();
}
- global_svm_nodes.insert(global_svm_nodes.end(), svm_nodes.begin(), svm_nodes.end());
+ svm_nodes.insert(svm_nodes.end(),
+ current_svm_nodes.begin(),
+ current_svm_nodes.end());
}
/* generate volume shader */
{
scoped_timer timer((summary != NULL)? &summary->time_generate_volume: NULL);
compile_type(shader, shader->graph, SHADER_TYPE_VOLUME);
- global_svm_nodes[index].z = global_svm_nodes.size();
- global_svm_nodes.insert(global_svm_nodes.end(), svm_nodes.begin(), svm_nodes.end());
+ svm_nodes[index].z = svm_nodes.size();
+ svm_nodes.insert(svm_nodes.end(),
+ current_svm_nodes.begin(),
+ current_svm_nodes.end());
}
/* generate displacement shader */
{
scoped_timer timer((summary != NULL)? &summary->time_generate_displacement: NULL);
compile_type(shader, shader->graph, SHADER_TYPE_DISPLACEMENT);
- global_svm_nodes[index].w = global_svm_nodes.size();
- global_svm_nodes.insert(global_svm_nodes.end(), svm_nodes.begin(), svm_nodes.end());
+ svm_nodes[index].w = svm_nodes.size();
+ svm_nodes.insert(svm_nodes.end(),
+ current_svm_nodes.begin(),
+ current_svm_nodes.end());
}
/* Fill in summary information. */
if(summary != NULL) {
summary->time_total = time_dt() - time_start;
summary->peak_stack_usage = max_stack_use;
- summary->num_svm_nodes = global_svm_nodes.size() - start_num_svm_nodes;
+ summary->num_svm_nodes = svm_nodes.size() - start_num_svm_nodes;
}
}
diff --git a/intern/cycles/render/svm.h b/intern/cycles/render/svm.h
index 99e91ca0c3e..a501b6bc8b1 100644
--- a/intern/cycles/render/svm.h
+++ b/intern/cycles/render/svm.h
@@ -23,6 +23,7 @@
#include "util_set.h"
#include "util_string.h"
+#include "util_thread.h"
CCL_NAMESPACE_BEGIN
@@ -46,6 +47,15 @@ public:
void device_update(Device *device, DeviceScene *dscene, Scene *scene, Progress& progress);
void device_free(Device *device, DeviceScene *dscene, Scene *scene);
+
+protected:
+ /* Lock used to synchronize threaded nodes compilation. */
+ thread_spin_lock nodes_lock_;
+
+ void device_update_shader(Scene *scene,
+ Shader *shader,
+ Progress *progress,
+ vector<int4> *global_svm_nodes);
};
/* Graph Compiler */
@@ -200,7 +210,7 @@ protected:
/* compile */
void compile_type(Shader *shader, ShaderGraph *graph, ShaderType type);
- vector<int4> svm_nodes;
+ vector<int4> current_svm_nodes;
ShaderType current_type;
Shader *current_shader;
ShaderGraph *current_graph;
diff --git a/intern/cycles/util/util_path.cpp b/intern/cycles/util/util_path.cpp
index f23f2cb0168..9ec67cb0330 100644
--- a/intern/cycles/util/util_path.cpp
+++ b/intern/cycles/util/util_path.cpp
@@ -36,6 +36,9 @@ OIIO_NAMESPACE_USING
#else
# define DIR_SEP '/'
# include <dirent.h>
+# include <pwd.h>
+# include <unistd.h>
+# include <sys/types.h>
#endif
#ifdef HAVE_SHLWAPI_H
@@ -63,6 +66,7 @@ typedef struct stat path_stat_t;
static string cached_path = "";
static string cached_user_path = "";
+static string cached_xdg_cache_path = "";
namespace {
@@ -331,6 +335,23 @@ static char *path_specials(const string& sub)
return NULL;
}
+#if defined(__linux__) || defined(__APPLE__)
+static string path_xdg_cache_get()
+{
+ const char *home = getenv("XDG_CACHE_HOME");
+ if(home) {
+ return string(home);
+ }
+ else {
+ home = getenv("HOME");
+ if(home == NULL) {
+ home = getpwuid(getuid())->pw_dir;
+ }
+ return path_join(string(home), ".cache");
+ }
+}
+#endif
+
void path_init(const string& path, const string& user_path)
{
cached_path = path;
@@ -364,6 +385,24 @@ string path_user_get(const string& sub)
return path_join(cached_user_path, sub);
}
+string path_cache_get(const string& sub)
+{
+#if defined(__linux__) || defined(__APPLE__)
+ if(cached_xdg_cache_path == "") {
+ cached_xdg_cache_path = path_xdg_cache_get();
+ }
+ string result = path_join(cached_xdg_cache_path, "cycles");
+ return path_join(result, sub);
+#else
+ /* TODO(sergey): What that should be on Windows? */
+ return path_user_get(path_join("cache", sub));
+#endif
+}
+
+#if defined(__linux__) || defined(__APPLE__)
+string path_xdg_home_get(const string& sub = "");
+#endif
+
string path_filename(const string& path)
{
size_t index = find_last_slash(path);
diff --git a/intern/cycles/util/util_path.h b/intern/cycles/util/util_path.h
index c80247f3837..4a89d87cbc6 100644
--- a/intern/cycles/util/util_path.h
+++ b/intern/cycles/util/util_path.h
@@ -35,6 +35,7 @@ CCL_NAMESPACE_BEGIN
void path_init(const string& path = "", const string& user_path = "");
string path_get(const string& sub = "");
string path_user_get(const string& sub = "");
+string path_cache_get(const string& sub = "");
/* path string manipulation */
string path_filename(const string& path);
diff --git a/intern/cycles/util/util_static_assert.h b/intern/cycles/util/util_static_assert.h
index 1b945705145..033d85e8ec6 100644
--- a/intern/cycles/util/util_static_assert.h
+++ b/intern/cycles/util/util_static_assert.h
@@ -25,6 +25,10 @@ CCL_NAMESPACE_BEGIN
#ifndef __KERNEL_GPU__
# if (__cplusplus > 199711L) || (defined(_MSC_VER) && _MSC_VER >= 1800)
/* C++11 has built-in static_assert() */
+# elif defined(static_assert)
+/* Some platforms might have static_assert() defined even tho their
+ * C++ support wouldn't be declared to be C++11.
+ */
# else /* C++11 or MSVC2015 */
template <bool Test> class StaticAssertFailure;
template <> class StaticAssertFailure<true> {};
diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm
index 4b8cb537ecf..b0d5ab31ce3 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.mm
+++ b/intern/ghost/intern/GHOST_SystemCocoa.mm
@@ -285,7 +285,7 @@ extern "C" int GHOST_HACK_getFirstFile(char buf[FIRSTFILEBUFLG])
* CocoaAppDelegate
* ObjC object to capture applicationShouldTerminate, and send quit event
**/
-@interface CocoaAppDelegate : NSObject <NSFileManagerDelegate> {
+@interface CocoaAppDelegate : NSObject <NSApplicationDelegate> {
GHOST_SystemCocoa *systemCocoa;
}
- (void)setSystemCocoa:(GHOST_SystemCocoa *)sysCocoa;
@@ -412,65 +412,64 @@ GHOST_TSuccess GHOST_SystemCocoa::init()
}*/
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
- if (NSApp == nil) {
- [NSApplication sharedApplication];
+ [NSApplication sharedApplication]; // initializes NSApp
+
+ if ([NSApp mainMenu] == nil) {
+ NSMenu *mainMenubar = [[NSMenu alloc] init];
+ NSMenuItem *menuItem;
+ NSMenu *windowMenu;
+ NSMenu *appMenu;
- if ([NSApp mainMenu] == nil) {
- NSMenu *mainMenubar = [[NSMenu alloc] init];
- NSMenuItem *menuItem;
- NSMenu *windowMenu;
- NSMenu *appMenu;
-
- //Create the application menu
- appMenu = [[NSMenu alloc] initWithTitle:@"Blender"];
-
- [appMenu addItemWithTitle:@"About Blender" action:@selector(orderFrontStandardAboutPanel:) keyEquivalent:@""];
- [appMenu addItem:[NSMenuItem separatorItem]];
-
- menuItem = [appMenu addItemWithTitle:@"Hide Blender" action:@selector(hide:) keyEquivalent:@"h"];
- [menuItem setKeyEquivalentModifierMask:NSCommandKeyMask];
-
- menuItem = [appMenu addItemWithTitle:@"Hide others" action:@selector(hideOtherApplications:) keyEquivalent:@"h"];
- [menuItem setKeyEquivalentModifierMask:(NSAlternateKeyMask | NSCommandKeyMask)];
-
- [appMenu addItemWithTitle:@"Show All" action:@selector(unhideAllApplications:) keyEquivalent:@""];
-
- menuItem = [appMenu addItemWithTitle:@"Quit Blender" action:@selector(terminate:) keyEquivalent:@"q"];
- [menuItem setKeyEquivalentModifierMask:NSCommandKeyMask];
-
- menuItem = [[NSMenuItem alloc] init];
- [menuItem setSubmenu:appMenu];
-
- [mainMenubar addItem:menuItem];
- [menuItem release];
- [NSApp performSelector:@selector(setAppleMenu:) withObject:appMenu]; //Needed for 10.5
- [appMenu release];
-
- //Create the window menu
- windowMenu = [[NSMenu alloc] initWithTitle:@"Window"];
-
- menuItem = [windowMenu addItemWithTitle:@"Minimize" action:@selector(performMiniaturize:) keyEquivalent:@"m"];
- [menuItem setKeyEquivalentModifierMask:NSCommandKeyMask];
-
- [windowMenu addItemWithTitle:@"Zoom" action:@selector(performZoom:) keyEquivalent:@""];
-
- menuItem = [windowMenu addItemWithTitle:@"Enter Full Screen" action:@selector(toggleFullScreen:) keyEquivalent:@"f" ];
- [menuItem setKeyEquivalentModifierMask:NSControlKeyMask | NSCommandKeyMask];
+ //Create the application menu
+ appMenu = [[NSMenu alloc] initWithTitle:@"Blender"];
+
+ [appMenu addItemWithTitle:@"About Blender" action:@selector(orderFrontStandardAboutPanel:) keyEquivalent:@""];
+ [appMenu addItem:[NSMenuItem separatorItem]];
+
+ menuItem = [appMenu addItemWithTitle:@"Hide Blender" action:@selector(hide:) keyEquivalent:@"h"];
+ [menuItem setKeyEquivalentModifierMask:NSCommandKeyMask];
+
+ menuItem = [appMenu addItemWithTitle:@"Hide others" action:@selector(hideOtherApplications:) keyEquivalent:@"h"];
+ [menuItem setKeyEquivalentModifierMask:(NSAlternateKeyMask | NSCommandKeyMask)];
+
+ [appMenu addItemWithTitle:@"Show All" action:@selector(unhideAllApplications:) keyEquivalent:@""];
+
+ menuItem = [appMenu addItemWithTitle:@"Quit Blender" action:@selector(terminate:) keyEquivalent:@"q"];
+ [menuItem setKeyEquivalentModifierMask:NSCommandKeyMask];
+
+ menuItem = [[NSMenuItem alloc] init];
+ [menuItem setSubmenu:appMenu];
+
+ [mainMenubar addItem:menuItem];
+ [menuItem release];
+ [NSApp performSelector:@selector(setAppleMenu:) withObject:appMenu]; //Needed for 10.5
+ [appMenu release];
+
+ //Create the window menu
+ windowMenu = [[NSMenu alloc] initWithTitle:@"Window"];
+
+ menuItem = [windowMenu addItemWithTitle:@"Minimize" action:@selector(performMiniaturize:) keyEquivalent:@"m"];
+ [menuItem setKeyEquivalentModifierMask:NSCommandKeyMask];
+
+ [windowMenu addItemWithTitle:@"Zoom" action:@selector(performZoom:) keyEquivalent:@""];
+
+ menuItem = [windowMenu addItemWithTitle:@"Enter Full Screen" action:@selector(toggleFullScreen:) keyEquivalent:@"f" ];
+ [menuItem setKeyEquivalentModifierMask:NSControlKeyMask | NSCommandKeyMask];
- menuItem = [windowMenu addItemWithTitle:@"Close" action:@selector(performClose:) keyEquivalent:@"w"];
- [menuItem setKeyEquivalentModifierMask:NSCommandKeyMask];
-
- menuItem = [[NSMenuItem alloc] init];
- [menuItem setSubmenu:windowMenu];
-
- [mainMenubar addItem:menuItem];
- [menuItem release];
-
- [NSApp setMainMenu:mainMenubar];
- [NSApp setWindowsMenu:windowMenu];
- [windowMenu release];
- }
+ menuItem = [windowMenu addItemWithTitle:@"Close" action:@selector(performClose:) keyEquivalent:@"w"];
+ [menuItem setKeyEquivalentModifierMask:NSCommandKeyMask];
+
+ menuItem = [[NSMenuItem alloc] init];
+ [menuItem setSubmenu:windowMenu];
+
+ [mainMenubar addItem:menuItem];
+ [menuItem release];
+
+ [NSApp setMainMenu:mainMenubar];
+ [NSApp setWindowsMenu:windowMenu];
+ [windowMenu release];
}
+
if ([NSApp delegate] == nil) {
CocoaAppDelegate *appDelegate = [[CocoaAppDelegate alloc] init];
[appDelegate setSystemCocoa:this];
diff --git a/intern/ghost/intern/GHOST_SystemX11.cpp b/intern/ghost/intern/GHOST_SystemX11.cpp
index 653c0ccb472..30cfac08153 100644
--- a/intern/ghost/intern/GHOST_SystemX11.cpp
+++ b/intern/ghost/intern/GHOST_SystemX11.cpp
@@ -838,7 +838,7 @@ GHOST_SystemX11::processEvent(XEvent *xe)
case KeyRelease:
{
XKeyEvent *xke = &(xe->xkey);
- KeySym key_sym = XK_VoidSymbol;
+ KeySym key_sym;
KeySym key_sym_str;
char ascii;
#if defined(WITH_X11_XINPUT) && defined(X_HAVE_UTF8_STRING)
@@ -891,16 +891,60 @@ GHOST_SystemX11::processEvent(XEvent *xe)
if ((xke->keycode >= 10 && xke->keycode < 20) && ((xke->state & number_hack_forbidden_kmods_mask) == 0)) {
key_sym = XLookupKeysym(xke, ShiftMask);
if (!((key_sym >= XK_0) && (key_sym <= XK_9))) {
- key_sym = XK_VoidSymbol;
+ key_sym = XLookupKeysym(xke, 0);
}
}
+ else {
+ key_sym = XLookupKeysym(xke, 0);
+ }
if (!XLookupString(xke, &ascii, 1, &key_sym_str, NULL)) {
ascii = '\0';
}
- if ((gkey = convertXKey(key_sym)) == GHOST_kKeyUnknown) {
- gkey = convertXKey(key_sym_str);
+ /* Only allow a limited set of keys from XLookupKeysym, all others we take from XLookupString,
+ * unless it gives unknown key... */
+ gkey = convertXKey(key_sym);
+ switch (gkey) {
+ case GHOST_kKeyRightAlt:
+ case GHOST_kKeyLeftAlt:
+ case GHOST_kKeyRightShift:
+ case GHOST_kKeyLeftShift:
+ case GHOST_kKeyRightControl:
+ case GHOST_kKeyLeftControl:
+ case GHOST_kKeyOS:
+ case GHOST_kKey0:
+ case GHOST_kKey1:
+ case GHOST_kKey2:
+ case GHOST_kKey3:
+ case GHOST_kKey4:
+ case GHOST_kKey5:
+ case GHOST_kKey6:
+ case GHOST_kKey7:
+ case GHOST_kKey8:
+ case GHOST_kKey9:
+ case GHOST_kKeyNumpad0:
+ case GHOST_kKeyNumpad1:
+ case GHOST_kKeyNumpad2:
+ case GHOST_kKeyNumpad3:
+ case GHOST_kKeyNumpad4:
+ case GHOST_kKeyNumpad5:
+ case GHOST_kKeyNumpad6:
+ case GHOST_kKeyNumpad7:
+ case GHOST_kKeyNumpad8:
+ case GHOST_kKeyNumpad9:
+ case GHOST_kKeyNumpadPeriod:
+ case GHOST_kKeyNumpadEnter:
+ case GHOST_kKeyNumpadPlus:
+ case GHOST_kKeyNumpadMinus:
+ case GHOST_kKeyNumpadAsterisk:
+ case GHOST_kKeyNumpadSlash:
+ break;
+ default:
+ GHOST_TKey gkey_str = convertXKey(key_sym_str);
+ if (gkey_str != GHOST_kKeyUnknown) {
+ gkey = gkey_str;
+ }
}
#else
/* In keyboards like latin ones,
@@ -1582,6 +1626,7 @@ convertXKey(KeySym key)
switch (key) {
GXMAP(type, XK_BackSpace, GHOST_kKeyBackSpace);
GXMAP(type, XK_Tab, GHOST_kKeyTab);
+ GXMAP(type, XK_ISO_Left_Tab, GHOST_kKeyTab);
GXMAP(type, XK_Return, GHOST_kKeyEnter);
GXMAP(type, XK_Escape, GHOST_kKeyEsc);
GXMAP(type, XK_space, GHOST_kKeySpace);
diff --git a/intern/opensubdiv/opensubdiv_capi.cc b/intern/opensubdiv/opensubdiv_capi.cc
index ab904953c70..52ce98fe74b 100644
--- a/intern/opensubdiv/opensubdiv_capi.cc
+++ b/intern/opensubdiv/opensubdiv_capi.cc
@@ -165,7 +165,7 @@ static void interpolate_fvar_data(OpenSubdiv::Far::TopologyRefiner& refiner,
const int max_level = refiner.GetMaxLevel();
size_t fvar_data_offset = 0, values_offset = 0;
for (int channel = 0; channel < refiner.GetNumFVarChannels(); ++channel) {
- const int num_values = refiner.GetLevel(0).GetNumFVarValues(0) * 2,
+ const int num_values = refiner.GetLevel(0).GetNumFVarValues(channel) * 2,
num_values_max = refiner.GetLevel(max_level).GetNumFVarValues(channel),
num_values_total = refiner.GetNumFVarValuesTotal(channel);
if (num_values_total <= 0) {
diff --git a/make.bat b/make.bat
index b4cbe8c11e9..99c1e7fe6e1 100644
--- a/make.bat
+++ b/make.bat
@@ -8,42 +8,6 @@ set BUILD_DIR=%BLENDER_DIR%..\build_windows
set BUILD_TYPE=Release
set BUILD_CMAKE_ARGS=
-REM Detect MSVC Installation
-if DEFINED VisualStudioVersion goto msvc_detect_finally
-set VALUE_NAME=ProductDir
-REM Check 64 bits
-set KEY_NAME="HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\12.0\Setup\VC"
-for /F "usebackq skip=2 tokens=1-2*" %%A IN (`REG QUERY %KEY_NAME% /v %VALUE_NAME% 2^>nul`) DO set MSVC_VC_DIR=%%C
-if DEFINED MSVC_VC_DIR goto msvc_detect_finally
-REM Check 32 bits
-set KEY_NAME="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\12.0\Setup\VC"
-for /F "usebackq skip=2 tokens=1-2*" %%A IN (`REG QUERY %KEY_NAME% /v %VALUE_NAME% 2^>nul`) DO set MSVC_VC_DIR=%%C
-if DEFINED MSVC_VC_DIR goto msvc_detect_finally
-:msvc_detect_finally
-if DEFINED MSVC_VC_DIR call "%MSVC_VC_DIR%\vcvarsall.bat"
-
-
-REM Sanity Checks
-where /Q msbuild
-if %ERRORLEVEL% NEQ 0 (
- echo Error: "MSBuild" command not in the PATH.
- echo You must have MSVC installed and run this from the "Developer Command Prompt"
- echo ^(available from Visual Studio's Start menu entry^), aborting!
- goto EOF
-)
-where /Q cmake
-if %ERRORLEVEL% NEQ 0 (
- echo Error: "CMake" command not in the PATH.
- echo You must have CMake installed and added to your PATH, aborting!
- goto EOF
-)
-if NOT EXIST %BLENDER_DIR%..\lib\nul (
- echo Error: Path to libraries not found "%BLENDER_DIR%..\lib\"
- echo This is needed for building, aborting!
- goto EOF
-)
-
-
:argv_loop
if NOT "%1" == "" (
@@ -51,6 +15,7 @@ if NOT "%1" == "" (
if "%1" == "help" (
echo.
echo Convenience targets
+ echo - release
echo - debug
echo - full
echo - lite
@@ -61,6 +26,16 @@ if NOT "%1" == "" (
echo Utilities ^(not associated with building^)
echo - clean
echo - update
+ echo - nobuild ^(only generate project files^)
+ echo - showhash ^(Show git hashes of source tree^)
+ echo.
+ echo Configuration options
+ echo - packagename [newname] ^(override default cpack package name^)
+ echo - x86 ^(override host autodetect and build 32 bit code^)
+ echo - x64 ^(override host autodetect and build 64 bit code^)
+ echo - 2013 ^(build with visual studio 2013^)
+ echo - 2015 ^(build with visual studio 2015^) [EXPERIMENTAL]
+ echo.
goto EOF
)
@@ -90,7 +65,44 @@ if NOT "%1" == "" (
set BUILD_DIR=%BUILD_DIR%_bpy
set BUILD_CMAKE_ARGS=%BUILD_CMAKE_ARGS% ^
-C"%BLENDER_DIR%\build_files\cmake\config\bpy_module.cmake"
-
+ ) else if "%1" == "release" (
+ if "%CUDA_PATH_V7_5%"=="" (
+ echo Cuda 7.5 Not found, aborting!
+ goto EOF
+ )
+ if "%CUDA_PATH_V8_0%"=="" (
+ echo Cuda 8.0 Not found, aborting!
+ goto EOF
+ )
+ set BUILD_DIR=%BUILD_DIR%_Release
+ set BUILD_CMAKE_ARGS=%BUILD_CMAKE_ARGS% ^
+ -C"%BLENDER_DIR%\build_files\cmake\config\blender_release.cmake" -DCUDA_NVCC_EXECUTABLE:FILEPATH=%CUDA_PATH_V7_5%/bin/nvcc.exe -DCUDA_NVCC8_EXECUTABLE:FILEPATH=%CUDA_PATH_V8_0%/bin/nvcc.exe
+ ) else if "%1" == "x86" (
+ set BUILD_ARCH=x86
+ set BUILD_DIR=%BUILD_DIR%_x86
+ ) else if "%1" == "x64" (
+ set BUILD_ARCH=x64
+ set BUILD_DIR=%BUILD_DIR%_x64
+ ) else if "%1" == "2015" (
+ set BUILD_VS_VER=14
+ set BUILD_VS_YEAR=2015
+ ) else if "%1" == "2013" (
+ set BUILD_VS_VER=12
+ set BUILD_VS_YEAR=2013
+ ) else if "%1" == "packagename" (
+ set BUILD_CMAKE_ARGS=%BUILD_CMAKE_ARGS% -DCPACK_OVERRIDE_PACKAGENAME="%2"
+ shift /1
+ ) else if "%1" == "nobuild" (
+ set NOBUILD=1
+ ) else if "%1" == "showhash" (
+ for /f "delims=" %%i in ('git rev-parse HEAD') do echo Branch_hash=%%i
+ cd release/datafiles/locale
+ for /f "delims=" %%i in ('git rev-parse HEAD') do echo Locale_hash=%%i
+ cd %~dp0
+ cd release/scripts/addons
+ for /f "delims=" %%i in ('git rev-parse HEAD') do echo Addons_Hash=%%i
+ cd %~dp0
+ goto EOF
REM Non-Build Commands
) else if "%1" == "update" (
svn up ../lib/*
@@ -115,22 +127,71 @@ if NOT "%1" == "" (
shift /1
goto argv_loop
)
+if "%BUILD_ARCH%"=="" (
+ if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
+ set WINDOWS_ARCH= Win64
+ ) else if "%PROCESSOR_ARCHITEW6432%" == "AMD64" (
+ set WINDOWS_ARCH= Win64
+ ) else (
+ set WINDOWS_ARCH=
+ )
+) else if "%BUILD_ARCH%"=="x64" (
+ set WINDOWS_ARCH= Win64
+ ) else if "%BUILD_ARCH%"=="x86" (
+ set WINDOWS_ARCH=
+ )
-if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
- set WINDOWS_ARCH=Win64
-) else if "%PROCESSOR_ARCHITEW6432%" == "AMD64" (
- set WINDOWS_ARCH=Win64
-) else (
- set WINDOWS_ARCH=
+if "%BUILD_VS_VER%"=="" (
+ set BUILD_VS_VER=12
+ set BUILD_VS_YEAR=2013
)
-set BUILD_CMAKE_ARGS=%BUILD_CMAKE_ARGS% -G "Visual Studio 12 2013 %WINDOWS_ARCH%"
+set BUILD_DIR=%BUILD_DIR%_vc%BUILD_VS_VER%
+
+REM Detect MSVC Installation
+if DEFINED VisualStudioVersion goto msvc_detect_finally
+set VALUE_NAME=ProductDir
+REM Check 64 bits
+set KEY_NAME="HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\%BUILD_VS_VER%.0\Setup\VC"
+for /F "usebackq skip=2 tokens=1-2*" %%A IN (`REG QUERY %KEY_NAME% /v %VALUE_NAME% 2^>nul`) DO set MSVC_VC_DIR=%%C
+if DEFINED MSVC_VC_DIR goto msvc_detect_finally
+REM Check 32 bits
+set KEY_NAME="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\%BUILD_VS_VER%.0\Setup\VC"
+for /F "usebackq skip=2 tokens=1-2*" %%A IN (`REG QUERY %KEY_NAME% /v %VALUE_NAME% 2^>nul`) DO set MSVC_VC_DIR=%%C
+if DEFINED MSVC_VC_DIR goto msvc_detect_finally
+:msvc_detect_finally
+if DEFINED MSVC_VC_DIR call "%MSVC_VC_DIR%\vcvarsall.bat"
+
+REM Sanity Checks
+where /Q msbuild
+if %ERRORLEVEL% NEQ 0 (
+ echo Error: "MSBuild" command not in the PATH.
+ echo You must have MSVC installed and run this from the "Developer Command Prompt"
+ echo ^(available from Visual Studio's Start menu entry^), aborting!
+ goto EOF
+)
+where /Q cmake
+if %ERRORLEVEL% NEQ 0 (
+ echo Error: "CMake" command not in the PATH.
+ echo You must have CMake installed and added to your PATH, aborting!
+ goto EOF
+)
+if NOT EXIST %BLENDER_DIR%..\lib\nul (
+ echo Error: Path to libraries not found "%BLENDER_DIR%..\lib\"
+ echo This is needed for building, aborting!
+ goto EOF
+)
+
+set BUILD_CMAKE_ARGS=%BUILD_CMAKE_ARGS% -G "Visual Studio %BUILD_VS_VER% %BUILD_VS_YEAR%%WINDOWS_ARCH%"
if NOT EXIST %BUILD_DIR%\nul (
mkdir %BUILD_DIR%
)
-REM Only configure on first run
-if NOT EXIST %BUILD_DIR%\Blender.sln (
+REM Only configure on first run or when called with nobuild
+if NOT EXIST %BUILD_DIR%\Blender.sln set MUST_CONFIGURE=1
+if "%NOBUILD%"=="1" set MUST_CONFIGURE=1
+
+if "%MUST_CONFIGURE%"=="1" (
cmake ^
%BUILD_CMAKE_ARGS% ^
-H%BLENDER_DIR% ^
@@ -142,6 +203,7 @@ if NOT EXIST %BUILD_DIR%\Blender.sln (
goto EOF
)
)
+if "%NOBUILD%"=="1" goto EOF
msbuild ^
%BUILD_DIR%\Blender.sln ^
diff --git a/release/datafiles/colormanagement/config.ocio b/release/datafiles/colormanagement/config.ocio
index c2bfd3bca10..924a140d6f3 100644
--- a/release/datafiles/colormanagement/config.ocio
+++ b/release/datafiles/colormanagement/config.ocio
@@ -247,6 +247,7 @@ colorspaces:
allocation: uniform
allocationvars: [-0.125, 4.875]
to_reference: !<FileTransform> {src: srgb.spi1d, interpolation: linear}
+ from_reference: !<FileTransform> {src: srgb_inv.spi1d, interpolation: linear}
- !<ColorSpace>
name: VD16
diff --git a/release/datafiles/colormanagement/luts/srgb_inv.spi1d b/release/datafiles/colormanagement/luts/srgb_inv.spi1d
new file mode 100644
index 00000000000..2c1452fbb08
--- /dev/null
+++ b/release/datafiles/colormanagement/luts/srgb_inv.spi1d
@@ -0,0 +1,65567 @@
+Version 1
+From -0.00967492260062 40.4600768322
+Length 65561
+Components 1
+{
+ -0.1250000000000104
+ -0.11702456997145604
+ -0.10904913994290168
+ -0.10107370991434733
+ -0.09309827988579296
+ -0.0851228498572386
+ -0.07714741982868423
+ -0.06917198980012987
+ -0.0611965597715755
+ -0.05322112974302114
+ -0.045245699714466785
+ -0.03727026968591242
+ -0.02929483965735805
+ -0.02131940962880368
+ -0.013343979600249337
+ -0.00536854957169497
+ 0.0026068804568593965
+ 0.010582310485413764
+ 0.01855774051396813
+ 0.026533170542522477
+ 0.03450860057107684
+ 0.04242127131742316
+ 0.04966122909244714
+ 0.056260201931676114
+ 0.06235220012514372
+ 0.0680307887431286
+ 0.07336426762816567
+ 0.07840424805962154
+ 0.0831908247246071
+ 0.08775585933030919
+ 0.09212515427514542
+ 0.09631994226697205
+ 0.1003579373970962
+ 0.1042540955170489
+ 0.10802117631963587
+ 0.11167016674868888
+ 0.11521060529691904
+ 0.11865083408806257
+ 0.12199819743021392
+ 0.12525920007695024
+ 0.12843963473636816
+ 0.13154468581259388
+ 0.13457901456662716
+ 0.13754682959869283
+ 0.1404519456228731
+ 0.14329783282055583
+ 0.14608765855041497
+ 0.14882432280999883
+ 0.15151048855323906
+ 0.15414860774510222
+ 0.15674094386188792
+ 0.1592895914108321
+ 0.16179649293656145
+ 0.1642634538978275
+ 0.16669215573080126
+ 0.1690841673612563
+ 0.17144095538435214
+ 0.17376389309525853
+ 0.1760542685248608
+ 0.17831329161094808
+ 0.18054210061559325
+ 0.1827417678830924
+ 0.1849133050192061
+ 0.1870576675610369
+ 0.18917575919728902
+ 0.19126843559056186
+ 0.19333650784647366
+ 0.19538074566858338
+ 0.19740188023310656
+ 0.19940060681316712
+ 0.20137758717867327
+ 0.2033334517947603
+ 0.20526880183902724
+ 0.20718421105544027
+ 0.20908022746073562
+ 0.21095737491737282
+ 0.21281615458553998
+ 0.2146570462653533
+ 0.21648050963920246
+ 0.21828698542314723
+ 0.22007689643534878
+ 0.22185064858870612
+ 0.2236086318141473
+ 0.22535122092038873
+ 0.22707877639540952
+ 0.22879164515438416
+ 0.2304901612383678
+ 0.2321746464676293
+ 0.2338454110531673
+ 0.2355027541696253
+ 0.23714696449253414
+ 0.23877832070255106
+ 0.24039709195913206
+ 0.2420035383458664
+ 0.2435979112895112
+ 0.2451804539545943
+ 0.24675140161529874
+ 0.24831098200620277
+ 0.2498594156533221
+ 0.25139691618678495
+ 0.25292369063636727
+ 0.25443993971101914
+ 0.2559458580634255
+ 0.2574416345405671
+ 0.25892745242117376
+ 0.26040348964089466
+ 0.2618699190059524
+ 0.26332690839599027
+ 0.2647746209567698
+ 0.26621321528333314
+ 0.2676428455941966
+ 0.26906366189710595
+ 0.2704758101468457
+ 0.2718794323955622
+ 0.27327466693602787
+ 0.27466164843824675
+ 0.27604050807977504
+ 0.27741137367010443
+ 0.27877436976943515
+ 0.2801296178021439
+ 0.28147723616523207
+ 0.28281734033202344
+ 0.2841500429513604
+ 0.28547545394253687
+ 0.2867936805861869
+ 0.2881048276113387
+ 0.28940899727882796
+ 0.2907062894612551
+ 0.29199680171965936
+ 0.29328062937707167
+ 0.29455786558910085
+ 0.29582860141169665
+ 0.2970929258662268
+ 0.29835092600199575
+ 0.2996026869563277
+ 0.30084829201232743
+ 0.3020878226544282
+ 0.3033213586218286
+ 0.30454897795991553
+ 0.305770757069765
+ 0.30698677075580755
+ 0.3081970922717406
+ 0.3094017933647652
+ 0.31060094431822166
+ 0.31179461399269437
+ 0.3129828698656508
+ 0.31416577806967966
+ 0.3153434034293866
+ 0.3165158094970058
+ 0.31768305858678003
+ 0.3188452118081615
+ 0.32000232909788306
+ 0.3211544692509443
+ 0.322301689950559
+ 0.3234440477971047
+ 0.324581598336115
+ 0.3257143960853536
+ 0.32684249456100467
+ 0.32796594630301673
+ 0.32908480289963127
+ 0.3301991150111289
+ 0.33130893239282266
+ 0.33241430391732807
+ 0.33351527759613625
+ 0.334611900600518
+ 0.3357042192817825
+ 0.33679227919091587
+ 0.33787612509762205
+ 0.3389558010087876
+ 0.3400313501863928
+ 0.34110281516488744
+ 0.3421702377680521
+ 0.343233659125363
+ 0.3442931196878771
+ 0.3453486592436559
+ 0.3464003169327436
+ 0.347448131261715
+ 0.3484921401178078
+ 0.34953238078265525
+ 0.3505688899456305
+ 0.3516017037168178
+ 0.35263085763962254
+ 0.3536563867030321
+ 0.35467832535353966
+ 0.3556967075067415
+ 0.3567115665586197
+ 0.35772293539651945
+ 0.3587308464098318
+ 0.3597353315003909
+ 0.36073642209259493
+ 0.3617341491432607
+ 0.3627285431512185
+ 0.3637196341666574
+ 0.3647074518002276
+ 0.36569202523190786
+ 0.3666733832196455
+ 0.3676515541077763
+ 0.3686265658352298
+ 0.36959844594352864
+ 0.3705672215845863
+ 0.37153291952831047
+ 0.3724955661700178
+ 0.37345518753766527
+ 0.3744118092989043
+ 0.37536545676796235
+ 0.3763161549123569
+ 0.37726392835944816
+ 0.378208801402833
+ 0.37915079800858703
+ 0.38008994182135725
+ 0.38102625617031105
+ 0.38195976407494514
+ 0.3828904882507577
+ 0.3838184511147892
+ 0.384743674791034
+ 0.38566618111572765
+ 0.386585991642512
+ 0.3875031276474834
+ 0.38841761013412507
+ 0.3893294598381286
+ 0.3902386972321066
+ 0.3911453425301997
+ 0.39204941569258167
+ 0.3929509364298629
+ 0.3938499242073987
+ 0.3947463982495016
+ 0.3956403775435616
+ 0.3965318808440777
+ 0.39742092667660095
+ 0.3983075333415934
+ 0.39919171891820365
+ 0.4000735012679621
+ 0.4009528980383977
+ 0.40182992666657763
+ 0.40270460438257333
+ 0.40357694821285295
+ 0.4044469749836036
+ 0.40531470132398467
+ 0.4061801436693128
+ 0.407043318264183
+ 0.40790424116552426
+ 0.4087629282455935
+ 0.4096193951949089
+ 0.4104736575251232
+ 0.41132573057184
+ 0.4121756294973727
+ 0.41302336929344924
+ 0.4138689647838623
+ 0.41471243062706786
+ 0.4155537813187316
+ 0.4163930311942263
+ 0.41723019443108
+ 0.4180652850513761
+ 0.41889831692410795
+ 0.41972930376748724
+ 0.4205582591512084
+ 0.4213851964986696
+ 0.4222101290891513
+ 0.42303307005995383
+ 0.4238540324084942
+ 0.4246730289943636
+ 0.42549007254134663
+ 0.42630517563940246
+ 0.42711835074660903
+ 0.4279296101910722
+ 0.4287389661727984
+ 0.4295464307655339
+ 0.43035201591857
+ 0.43115573345851527
+ 0.4319575950910362
+ 0.43275761240256566
+ 0.43355579686198076
+ 0.4343521598222514
+ 0.43514671252205805
+ 0.4359394660873821
+ 0.4367304315330669
+ 0.43751961976435216
+ 0.43830704157838046
+ 0.4390927076656784
+ 0.4398766286116108
+ 0.4406588148978106
+ 0.4414392769035834
+ 0.44221802490728773
+ 0.44299506908769193
+ 0.443770419525308
+ 0.4445440862037016
+ 0.44531607901078113
+ 0.4460864077400641
+ 0.44685508209192243
+ 0.44762211167480676
+ 0.4483875060064502
+ 0.4491512745150527
+ 0.4499134265404436
+ 0.4506739713352282
+ 0.4514329180659122
+ 0.4521902758140098
+ 0.4529460535771325
+ 0.453700260270061
+ 0.4544529047257984
+ 0.4552039956966076
+ 0.4559535418550314
+ 0.45670155179489597
+ 0.45744803403229856
+ 0.45819299700657895
+ 0.45893644908127657
+ 0.4596783985450706
+ 0.4604188536127069
+ 0.46115782242590925
+ 0.46189531305427695
+ 0.46263133349616753
+ 0.4633658916795668
+ 0.46409899546294425
+ 0.4648306526360962
+ 0.4655608709209748
+ 0.4662896579725057
+ 0.4670170213793911
+ 0.46774296866490334
+ 0.46846750728766356
+ 0.4691906446424103
+ 0.46991238806075614
+ 0.4706327448119319
+ 0.47135172210352166
+ 0.4720693270821847
+ 0.4727855668343674
+ 0.4735004483870056
+ 0.4742139787082144
+ 0.47492616470796983
+ 0.4756370132387791
+ 0.47634653109634145
+ 0.47705472502019947
+ 0.4777616016943807
+ 0.4784671677480297
+ 0.4791714297560316
+ 0.4798743942396259
+ 0.4805760676670114
+ 0.4812764564539435
+ 0.48197556696432126
+ 0.4826734055107678
+ 0.48336997835520096
+ 0.484065291709397
+ 0.48475935173554524
+ 0.4854521645467958
+ 0.48614373620779944
+ 0.4868340727352391
+ 0.4875231800983551
+ 0.4882110642194621
+ 0.4888977309744595
+ 0.48958318619333424
+ 0.49026743566065706
+ 0.4909504851160718
+ 0.4916323402547778
+ 0.4923130067280063
+ 0.4929924901434893
+ 0.49367079606592273
+ 0.49434793001742355
+ 0.4950238974779801
+ 0.4956987038858966
+ 0.49637235463823176
+ 0.49704485509123114
+ 0.4977162105607546
+ 0.49838642632269675
+ 0.49905550761340295
+ 0.4997234596300794
+ 0.5003902875311973
+ 0.5010559964368927
+ 0.5017205914293602
+ 0.5023840775532418
+ 0.5030464598160108
+ 0.5037077431883511
+ 0.5043679326045295
+ 0.505027032962767
+ 0.5056850491256006
+ 0.5063419859202449
+ 0.506997848138946
+ 0.5076526405393319
+ 0.5083063678447589
+ 0.5089590347446522
+ 0.5096106458948445
+ 0.5102612059179071
+ 0.5109107194034802
+ 0.5115591909085965
+ 0.5122066249580017
+ 0.5128530260444712
+ 0.5134983986291228
+ 0.5141427471417247
+ 0.5147860759810003
+ 0.5154283895149301
+ 0.5160696920810476
+ 0.5167099879867336
+ 0.5173492815095067
+ 0.5179875768973081
+ 0.5186248783687863
+ 0.5192611901135757
+ 0.5198965162925724
+ 0.5205308610382073
+ 0.5211642284547156
+ 0.5217966226184027
+ 0.5224280475779073
+ 0.5230585073544609
+ 0.5236880059421449
+ 0.5243165473081439
+ 0.5249441353929966
+ 0.5255707741108426
+ 0.5261964673496685
+ 0.5268212189715482
+ 0.5274450328128827
+ 0.5280679126846359
+ 0.5286898623725683
+ 0.5293108856374671
+ 0.5299309862153745
+ 0.5305501678178125
+ 0.5311684341320065
+ 0.5317857888211045
+ 0.5324022355243946
+ 0.5330177778575208
+ 0.5336324194126949
+ 0.5342461637589065
+ 0.5348590144421317
+ 0.5354709749855369
+ 0.5360820488896832
+ 0.5366922396327265
+ 0.5373015506706158
+ 0.5379099854372894
+ 0.5385175473448693
+ 0.5391242397838527
+ 0.5397300661233013
+ 0.5403350297110296
+ 0.5409391338737894
+ 0.5415423819174541
+ 0.5421447771271991
+ 0.542746322767682
+ 0.5433470220832191
+ 0.5439468782979613
+ 0.5445458946160675
+ 0.5451440742218757
+ 0.5457414202800738
+ 0.5463379359358657
+ 0.5469336243151388
+ 0.5475284885246273
+ 0.5481225316520749
+ 0.5487157567663956
+ 0.5493081669178319
+ 0.5498997651381134
+ 0.5504905544406106
+ 0.5510805378204898
+ 0.5516697182548653
+ 0.5522580987029493
+ 0.5528456821062018
+ 0.5534324713884765
+ 0.554018469456169
+ 0.5546036791983585
+ 0.5551881034869524
+ 0.5557717451768263
+ 0.5563546071059648
+ 0.5569366920955996
+ 0.5575180029503453
+ 0.5580985424583368
+ 0.5586783133913612
+ 0.5592573185049922
+ 0.5598355605387201
+ 0.5604130422160825
+ 0.5609897662447925
+ 0.561565735316866
+ 0.562140952108748
+ 0.5627154192814369
+ 0.5632891394806072
+ 0.5638621153367335
+ 0.5644343494652092
+ 0.5650058444664678
+ 0.5655766029261005
+ 0.5661466274149737
+ 0.566715920489345
+ 0.5672844846909781
+ 0.5678523225472569
+ 0.5684194365712973
+ 0.5689858292620593
+ 0.5695515031044571
+ 0.5701164605694689
+ 0.5706807041142443
+ 0.5712442361822117
+ 0.5718070592031845
+ 0.5723691755934663
+ 0.5729305877559545
+ 0.5734912980802428
+ 0.5740513089427245
+ 0.5746106227066922
+ 0.575169241722438
+ 0.5757271683273534
+ 0.5762844048460256
+ 0.5768409535903366
+ 0.5773968168595575
+ 0.577951996940445
+ 0.578506496107335
+ 0.5790603166222362
+ 0.5796134607349228
+ 0.5801659306830255
+ 0.5807177286921227
+ 0.5812688569758304
+ 0.581819317735891
+ 0.5823691131622616
+ 0.582918245433201
+ 0.5834667167153567
+ 0.5840145291638499
+ 0.5845616849223613
+ 0.5851081861232144
+ 0.5856540348874592
+ 0.5861992333249543
+ 0.5867437835344492
+ 0.5872876876036647
+ 0.5878309476093736
+ 0.58837356561748
+ 0.5889155436830975
+ 0.5894568838506287
+ 0.5899975881538406
+ 0.5905376586159427
+ 0.5910770972496617
+ 0.5916159060573178
+ 0.5921540870308984
+ 0.5926916421521321
+ 0.593228573392562
+ 0.593764882713618
+ 0.594300572066689
+ 0.594835643393193
+ 0.5953700986246492
+ 0.5959039396827464
+ 0.5964371684794132
+ 0.5969697869168864
+ 0.5975017968877789
+ 0.5980332002751472
+ 0.5985639989525576
+ 0.5990941947841538
+ 0.5996237896247212
+ 0.6001527853197521
+ 0.6006811837055114
+ 0.6012089866090987
+ 0.6017361958485129
+ 0.6022628132327141
+ 0.6027888405616868
+ 0.6033142796265005
+ 0.6038391322093718
+ 0.6043634000837241
+ 0.6048870850142484
+ 0.6054101887569622
+ 0.605932713059269
+ 0.6064546596600165
+ 0.606976030289555
+ 0.6074968266697943
+ 0.6080170505142612
+ 0.608536703528156
+ 0.6090557874084076
+ 0.6095743038437307
+ 0.6100922545146793
+ 0.6106096410937022
+ 0.6111264652451968
+ 0.611642728625563
+ 0.6121584328832559
+ 0.6126735796588392
+ 0.6131881705850368
+ 0.6137022072867856
+ 0.6142156913812858
+ 0.6147286244780531
+ 0.615241008178968
+ 0.6157528440783272
+ 0.6162641337628921
+ 0.6167748788119393
+ 0.6172850807973084
+ 0.6177947412834511
+ 0.6183038618274795
+ 0.6188124439792131
+ 0.6193204892812265
+ 0.6198279992688963
+ 0.6203349754704474
+ 0.6208414194069992
+ 0.6213473325926118
+ 0.6218527165343305
+ 0.6223575727322312
+ 0.6228619026794657
+ 0.6233657078623049
+ 0.6238689897601829
+ 0.6243717498457413
+ 0.6248739895848714
+ 0.625375710436758
+ 0.6258769138539211
+ 0.6263776012822583
+ 0.6268777741610867
+ 0.6273774339231846
+ 0.6278765819948319
+ 0.6283752197958515
+ 0.6288733487396501
+ 0.6293709702332572
+ 0.6298680856773662
+ 0.6303646964663728
+ 0.6308608039884153
+ 0.6313564096254125
+ 0.631851514753103
+ 0.6323461207410831
+ 0.6328402289528448
+ 0.6333338407458137
+ 0.633826957471386
+ 0.6343195804749658
+ 0.6348117110960022
+ 0.635303350668025
+ 0.635794500518682
+ 0.6362851619697739
+ 0.6367753363372903
+ 0.6372650249314458
+ 0.6377542290567135
+ 0.6382429500118617
+ 0.638731189089987
+ 0.6392189475785497
+ 0.6397062267594065
+ 0.6401930279088457
+ 0.6406793522976195
+ 0.6411652011909784
+ 0.641650575848703
+ 0.6421354775251377
+ 0.6426199074692227
+ 0.6431038669245264
+ 0.6435873571292771
+ 0.6440703793163952
+ 0.6445529347135247
+ 0.6450350245430638
+ 0.6455166500221968
+ 0.6459978123629245
+ 0.6464785127720948
+ 0.6469587524514324
+ 0.6474385325975706
+ 0.6479178544020793
+ 0.6483967190514957
+ 0.6488751277273537
+ 0.6493530816062127
+ 0.6498305818596873
+ 0.650307629654475
+ 0.6507842261523856
+ 0.6512603725103696
+ 0.6517360698805457
+ 0.6522113194102296
+ 0.652686122241961
+ 0.6531604795135315
+ 0.6536343923580116
+ 0.6541078619037786
+ 0.6545808892745422
+ 0.6550534755893728
+ 0.6555256219627267
+ 0.6559973295044734
+ 0.656468599319921
+ 0.6569394325098428
+ 0.6574098301705026
+ 0.6578797933936803
+ 0.6583493232666978
+ 0.6588184208724435
+ 0.6592870872893981
+ 0.6597553235916588
+ 0.660223130848964
+ 0.6606905101267186
+ 0.6611574624860173
+ 0.6616239889836691
+ 0.6620900906722215
+ 0.6625557685999844
+ 0.6630210238110531
+ 0.6634858573453323
+ 0.6639502702385592
+ 0.6644142635223268
+ 0.6648778382241065
+ 0.6653409953672712
+ 0.6658037359711182
+ 0.666266061050891
+ 0.6667279716178021
+ 0.6671894686790549
+ 0.6676505532378664
+ 0.6681112262934876
+ 0.6685714888412271
+ 0.6690313418724714
+ 0.669490786374706
+ 0.6699498233315381
+ 0.6704084537227161
+ 0.6708666785241519
+ 0.6713244987079406
+ 0.6717819152423823
+ 0.6722389290920013
+ 0.6726955412175679
+ 0.6731517525761174
+ 0.6736075641209708
+ 0.6740629768017552
+ 0.6745179915644224
+ 0.6749726093512699
+ 0.6754268311009598
+ 0.6758806577485381
+ 0.6763340902254544
+ 0.6767871294595809
+ 0.677239776375231
+ 0.6776920318931791
+ 0.6781438969306786
+ 0.6785953724014809
+ 0.679046459215854
+ 0.6794971582806004
+ 0.6799474704990758
+ 0.6803973967712075
+ 0.6808469379935113
+ 0.681296095059111
+ 0.6817448688577551
+ 0.6821932602758344
+ 0.6826412701964003
+ 0.6830888994991816
+ 0.6835361490606021
+ 0.6839830197537975
+ 0.684429512448633
+ 0.6848756280117199
+ 0.6853213673064323
+ 0.6857667311929244
+ 0.6862117205281468
+ 0.6866563361658626
+ 0.6871005789566649
+ 0.6875444497479918
+ 0.6879879493841439
+ 0.6884310787062992
+ 0.68887383855253
+ 0.6893162297578187
+ 0.6897582531540725
+ 0.6901999095701408
+ 0.690641199831829
+ 0.6910821247619159
+ 0.6915226851801671
+ 0.6919628819033519
+ 0.692402715745257
+ 0.6928421875167031
+ 0.693281298025559
+ 0.6937200480767561
+ 0.6941584384723043
+ 0.6945964700113061
+ 0.695034143489971
+ 0.6954714597016298
+ 0.6959084194367504
+ 0.6963450234829502
+ 0.696781272625012
+ 0.697217167644897
+ 0.6976527093217595
+ 0.6980878984319602
+ 0.6985227357490809
+ 0.6989572220439378
+ 0.6993913580845952
+ 0.6998251446363791
+ 0.7002585824618911
+ 0.7006916723210213
+ 0.7011244149709618
+ 0.7015568111662203
+ 0.7019888616586326
+ 0.7024205671973769
+ 0.7028519285289851
+ 0.7032829463973578
+ 0.7037136215437753
+ 0.7041439547069109
+ 0.7045739466228449
+ 0.7050035980250752
+ 0.7054329096445309
+ 0.7058618822095851
+ 0.7062905164460667
+ 0.7067188130772725
+ 0.7071467728239802
+ 0.7075743964044601
+ 0.708001684534487
+ 0.7084286379273523
+ 0.7088552572938766
+ 0.7092815433424207
+ 0.7097074967788977
+ 0.7101331183067848
+ 0.710558408627135
+ 0.7109833684385883
+ 0.7114079984373836
+ 0.7118322993173697
+ 0.7122562717700176
+ 0.7126799164844306
+ 0.7131032341473562
+ 0.7135262254431971
+ 0.7139488910540225
+ 0.7143712316595785
+ 0.7147932479373
+ 0.715214940562321
+ 0.7156363102074853
+ 0.7160573575433575
+ 0.7164780832382337
+ 0.7168984879581524
+ 0.7173185723669041
+ 0.7177383371260433
+ 0.7181577828948973
+ 0.718576910330578
+ 0.7189957200879913
+ 0.7194142128198479
+ 0.7198323891766729
+ 0.7202502498068166
+ 0.7206677953564643
+ 0.721085026469646
+ 0.7215019437882471
+ 0.721918547952017
+ 0.722334839598581
+ 0.7227508193634478
+ 0.7231664878800207
+ 0.7235818457796069
+ 0.7239968936914271
+ 0.7244116322426246
+ 0.7248260620582758
+ 0.7252401837613989
+ 0.7256539979729629
+ 0.726067505311898
+ 0.7264807063951044
+ 0.7268936018374613
+ 0.7273061922518361
+ 0.7277184782490941
+ 0.7281304604381066
+ 0.7285421394257607
+ 0.728953515816968
+ 0.7293645902146736
+ 0.7297753632198648
+ 0.7301858354315799
+ 0.7305960074469169
+ 0.7310058798610428
+ 0.7314154532672014
+ 0.7318247282567221
+ 0.7322337054190293
+ 0.7326423853416497
+ 0.7330507686102217
+ 0.7334588558085031
+ 0.73386664751838
+ 0.7342741443198749
+ 0.7346813467911548
+ 0.73508825550854
+ 0.7354948710465111
+ 0.735901193977719
+ 0.7363072248729909
+ 0.7367129643013398
+ 0.7371184128299723
+ 0.7375235710242953
+ 0.737928439447926
+ 0.7383330186626975
+ 0.7387373092286689
+ 0.7391413117041312
+ 0.7395450266456158
+ 0.7399484546079022
+ 0.7403515961440256
+ 0.7407544518052843
+ 0.7411570221412477
+ 0.7415593076997634
+ 0.7419613090269644
+ 0.7423630266672778
+ 0.7427644611634306
+ 0.7431656130564579
+ 0.7435664828857104
+ 0.7439670711888607
+ 0.744367378501912
+ 0.7447674053592039
+ 0.7451671522934205
+ 0.7455666198355965
+ 0.7459658085151255
+ 0.7463647188597662
+ 0.7467633513956498
+ 0.7471617066472862
+ 0.7475597851375722
+ 0.7479575873877972
+ 0.7483551139176509
+ 0.7487523652452291
+ 0.7491493418870419
+ 0.7495460443580189
+ 0.7499424731715167
+ 0.7503386288393262
+ 0.7507345118716775
+ 0.751130122777248
+ 0.7515254620631685
+ 0.7519205302350292
+ 0.752315327796887
+ 0.7527098552512715
+ 0.7531041130991917
+ 0.7534981018401414
+ 0.7538918219721071
+ 0.7542852739915732
+ 0.7546784583935284
+ 0.7550713756714725
+ 0.7554640263174218
+ 0.7558564108219162
+ 0.7562485296740245
+ 0.7566403833613508
+ 0.7570319723700408
+ 0.7574232971847877
+ 0.7578143582888381
+ 0.7582051561639983
+ 0.7585956912906398
+ 0.7589859641477052
+ 0.7593759752127148
+ 0.7597657249617719
+ 0.7601552138695682
+ 0.7605444424093908
+ 0.760933411053127
+ 0.7613221202712702
+ 0.7617105705329256
+ 0.7620987623058164
+ 0.7624866960562886
+ 0.7628743722493174
+ 0.7632617913485118
+ 0.7636489538161217
+ 0.7640358601130418
+ 0.7644225106988182
+ 0.764808906031653
+ 0.7651950465684108
+ 0.7655809327646229
+ 0.765966565074494
+ 0.7663519439509066
+ 0.7667370698454264
+ 0.7671219432083081
+ 0.7675065644885001
+ 0.7678909341336503
+ 0.768275052590111
+ 0.7686589203029439
+ 0.7690425377159261
+ 0.7694259052715542
+ 0.7698090234110497
+ 0.770191892574365
+ 0.7705745132001871
+ 0.7709568857259431
+ 0.7713390105878063
+ 0.7717208882206993
+ 0.7721025190583006
+ 0.7724839035330485
+ 0.7728650420761464
+ 0.7732459351175679
+ 0.7736265830860611
+ 0.7740069864091542
+ 0.7743871455131596
+ 0.7747670608231787
+ 0.7751467327631073
+ 0.77552616175564
+ 0.7759053482222747
+ 0.7762842925833175
+ 0.7766629952578874
+ 0.7770414566639211
+ 0.7774196772181768
+ 0.7777976573362402
+ 0.7781753974325276
+ 0.7785528979202916
+ 0.7789301592116251
+ 0.7793071817174656
+ 0.7796839658476005
+ 0.7800605120106705
+ 0.7804368206141749
+ 0.7808128920644756
+ 0.7811887267668015
+ 0.7815643251252533
+ 0.7819396875428071
+ 0.7823148144213194
+ 0.7826897061615312
+ 0.7830643631630723
+ 0.7834387858244652
+ 0.7838129745431301
+ 0.7841869297153886
+ 0.7845606517364677
+ 0.7849341410005048
+ 0.7853073979005509
+ 0.7856804228285759
+ 0.7860532161754709
+ 0.7864257783310545
+ 0.7867981096840755
+ 0.7871702106222171
+ 0.7875420815321015
+ 0.7879137227992932
+ 0.7882851348083036
+ 0.7886563179425948
+ 0.7890272725845834
+ 0.7893979991156443
+ 0.7897684979161157
+ 0.7901387693653015
+ 0.7905088138414763
+ 0.7908786317218885
+ 0.7912482233827651
+ 0.7916175891993146
+ 0.7919867295457311
+ 0.7923556447951985
+ 0.7927243353198936
+ 0.7930928014909908
+ 0.7934610436786649
+ 0.7938290622520949
+ 0.7941968575794689
+ 0.794564430027986
+ 0.7949317799638616
+ 0.7952989077523296
+ 0.7956658137576477
+ 0.7960324983430992
+ 0.7963989618709981
+ 0.7967652047026921
+ 0.7971312271985656
+ 0.7974970297180445
+ 0.7978626126195986
+ 0.798227976260746
+ 0.7985931209980558
+ 0.798958047187152
+ 0.7993227551827173
+ 0.7996872453384957
+ 0.800051518007297
+ 0.8004155735409991
+ 0.8007794122905524
+ 0.8011430346059825
+ 0.801506440836394
+ 0.8018696313299735
+ 0.8022326064339932
+ 0.8025953664948146
+ 0.8029579118578904
+ 0.80332024286777
+ 0.8036823598681007
+ 0.8040442632016317
+ 0.8044059532102183
+ 0.8047674302348236
+ 0.8051286946155228
+ 0.8054897466915057
+ 0.8058505868010807
+ 0.8062112152816772
+ 0.8065716324698489
+ 0.8069318387012776
+ 0.8072918343107752
+ 0.8076516196322884
+ 0.8080111949989
+ 0.8083705607428333
+ 0.8087297171954546
+ 0.8090886646872766
+ 0.8094474035479607
+ 0.8098059341063215
+ 0.8101642566903283
+ 0.8105223716271085
+ 0.8108802792429515
+ 0.8112379798633105
+ 0.8115954738128058
+ 0.8119527614152287
+ 0.8123098429935426
+ 0.8126667188698878
+ 0.8130233893655835
+ 0.8133798548011301
+ 0.8137361154962135
+ 0.8140921717697069
+ 0.8144480239396743
+ 0.8148036723233726
+ 0.8151591172372552
+ 0.8155143589969746
+ 0.8158693979173848
+ 0.8162242343125445
+ 0.8165788684957203
+ 0.8169333007793881
+ 0.8172875314752374
+ 0.8176415608941731
+ 0.8179953893463187
+ 0.8183490171410186
+ 0.8187024445868412
+ 0.8190556719915816
+ 0.8194086996622637
+ 0.8197615279051436
+ 0.8201141570257121
+ 0.8204665873286969
+ 0.8208188191180658
+ 0.8211708526970289
+ 0.8215226883680417
+ 0.8218743264328068
+ 0.8222257671922779
+ 0.8225770109466612
+ 0.8229280579954183
+ 0.8232789086372687
+ 0.823629563170193
+ 0.823980021891434
+ 0.8243302850975011
+ 0.824680353084171
+ 0.8250302261464918
+ 0.8253799045787843
+ 0.8257293886746447
+ 0.8260786787269478
+ 0.8264277750278487
+ 0.8267766778687853
+ 0.8271253875404814
+ 0.8274739043329481
+ 0.8278222285354871
+ 0.8281703604366931
+ 0.8285183003244552
+ 0.8288660484859602
+ 0.8292136052076953
+ 0.8295609707754489
+ 0.8299081454743148
+ 0.8302551295886935
+ 0.8306019234022944
+ 0.8309485271981389
+ 0.8312949412585622
+ 0.8316411658652154
+ 0.8319872012990682
+ 0.8323330478404116
+ 0.8326787057688588
+ 0.8330241753633489
+ 0.8333694569021484
+ 0.8337145506628533
+ 0.8340594569223921
+ 0.8344041759570275
+ 0.8347487080423587
+ 0.8350930534533233
+ 0.8354372124642
+ 0.8357811853486108
+ 0.8361249723795225
+ 0.83646857382925
+ 0.836811989969457
+ 0.8371552210711598
+ 0.8374982674047278
+ 0.8378411292398871
+ 0.8381838068457216
+ 0.8385263004906756
+ 0.8388686104425556
+ 0.8392107369685327
+ 0.8395526803351449
+ 0.8398944408082982
+ 0.8402360186532699
+ 0.8405774141347099
+ 0.8409186275166429
+ 0.8412596590624704
+ 0.841600509034973
+ 0.8419411776963124
+ 0.8422816653080328
+ 0.8426219721310639
+ 0.8429620984257221
+ 0.8433020444517129
+ 0.8436418104681328
+ 0.843981396733471
+ 0.8443208035056121
+ 0.8446600310418373
+ 0.8449990795988267
+ 0.845337949432661
+ 0.8456766407988241
+ 0.8460151539522043
+ 0.8463534891470962
+ 0.8466916466372033
+ 0.8470296266756395
+ 0.8473674295149308
+ 0.8477050554070176
+ 0.848042504603256
+ 0.8483797773544207
+ 0.8487168739107056
+ 0.8490537945217268
+ 0.8493905394365233
+ 0.8497271089035602
+ 0.8500635031707294
+ 0.8503997224853518
+ 0.8507357670941794
+ 0.851071637243397
+ 0.8514073331786233
+ 0.8517428551449141
+ 0.8520782033867625
+ 0.8524133781481021
+ 0.8527483796723079
+ 0.8530832082021981
+ 0.8534178639800365
+ 0.8537523472475336
+ 0.8540866582458488
+ 0.8544207972155916
+ 0.854754764396824
+ 0.8550885600290615
+ 0.8554221843512757
+ 0.8557556376018954
+ 0.8560889200188083
+ 0.8564220318393629
+ 0.8567549733003701
+ 0.857087744638105
+ 0.8574203460883085
+ 0.8577527778861891
+ 0.8580850402664241
+ 0.8584171334631621
+ 0.8587490577100235
+ 0.8590808132401035
+ 0.8594124002859729
+ 0.8597438190796793
+ 0.8600750698527501
+ 0.8604061528361928
+ 0.8607370682604977
+ 0.8610678163556381
+ 0.8613983973510735
+ 0.8617288114757501
+ 0.862059058958103
+ 0.8623891400260572
+ 0.8627190549070298
+ 0.8630488038279313
+ 0.8633783870151666
+ 0.8637078046946379
+ 0.8640370570917446
+ 0.8643661444313865
+ 0.8646950669379639
+ 0.8650238248353802
+ 0.8653524183470427
+ 0.8656808476958646
+ 0.8660091131042662
+ 0.8663372147941767
+ 0.8666651529870353
+ 0.8669929279037932
+ 0.8673205397649147
+ 0.8676479887903787
+ 0.8679752751996808
+ 0.8683023992118335
+ 0.8686293610453693
+ 0.8689561609183405
+ 0.8692827990483218
+ 0.8696092756524118
+ 0.8699355909472336
+ 0.8702617451489367
+ 0.8705877384731985
+ 0.870913571135226
+ 0.8712392433497564
+ 0.8715647553310594
+ 0.8718901072929378
+ 0.8722152994487299
+ 0.8725403320113096
+ 0.8728652051930895
+ 0.8731899192060203
+ 0.8735144742615938
+ 0.8738388705708438
+ 0.8741631083443467
+ 0.8744871877922242
+ 0.8748111091241438
+ 0.8751348725493204
+ 0.8754584782765173
+ 0.8757819265140481
+ 0.8761052174697779
+ 0.8764283513511243
+ 0.8767513283650591
+ 0.8770741487181097
+ 0.87739681261636
+ 0.877719320265452
+ 0.8780416718705868
+ 0.8783638676365266
+ 0.8786859077675956
+ 0.8790077924676806
+ 0.8793295219402338
+ 0.879651096388273
+ 0.8799725160143826
+ 0.8802937810207161
+ 0.8806148916089963
+ 0.8809358479805174
+ 0.8812566503361453
+ 0.8815772988763196
+ 0.8818977938010547
+ 0.882218135309941
+ 0.8825383236021459
+ 0.8828583588764157
+ 0.8831782413310761
+ 0.8834979711640337
+ 0.8838175485727777
+ 0.88413697375438
+ 0.8844562469054978
+ 0.8847753682223738
+ 0.8850943379008376
+ 0.8854131561363074
+ 0.8857318231237906
+ 0.8860503390578853
+ 0.8863687041327816
+ 0.8866869185422621
+ 0.8870049824797042
+ 0.8873228961380802
+ 0.8876406597099595
+ 0.8879582733875087
+ 0.8882757373624933
+ 0.8885930518262792
+ 0.8889102169698333
+ 0.8892272329837247
+ 0.8895441000581263
+ 0.8898608183828154
+ 0.8901773881471753
+ 0.890493809540196
+ 0.8908100827504757
+ 0.8911262079662217
+ 0.8914421853752514
+ 0.891758015164994
+ 0.892073697522491
+ 0.8923892326343977
+ 0.8927046206869839
+ 0.8930198618661355
+ 0.893334956357355
+ 0.8936499043457634
+ 0.8939647060161005
+ 0.8942793615527264
+ 0.8945938711396225
+ 0.8949082349603926
+ 0.8952224531982639
+ 0.8955365260360881
+ 0.8958504536563425
+ 0.8961642362411314
+ 0.896477873972186
+ 0.8967913670308673
+ 0.8971047155981652
+ 0.8974179198547008
+ 0.8977309799807273
+ 0.8980438961561307
+ 0.8983566685604306
+ 0.8986692973727824
+ 0.898981782771977
+ 0.8992941249364425
+ 0.8996063240442449
+ 0.8999183802730895
+ 0.9002302938003218
+ 0.9005420648029282
+ 0.9008536934575374
+ 0.9011651799404212
+ 0.9014765244274955
+ 0.9017877270943214
+ 0.9020987881161061
+ 0.9024097076677038
+ 0.9027204859236169
+ 0.9030311230579967
+ 0.9033416192446452
+ 0.9036519746570146
+ 0.9039621894682095
+ 0.9042722638509877
+ 0.9045821979777603
+ 0.9048919920205939
+ 0.9052016461512107
+ 0.9055111605409897
+ 0.9058205353609676
+ 0.9061297707818401
+ 0.9064388669739623
+ 0.90674782410735
+ 0.9070566423516802
+ 0.9073653218762928
+ 0.9076738628501909
+ 0.9079822654420421
+ 0.9082905298201789
+ 0.9085986561526003
+ 0.908906644606972
+ 0.9092144953506281
+ 0.9095222085505715
+ 0.9098297843734748
+ 0.9101372229856814
+ 0.9104445245532061
+ 0.9107516892417369
+ 0.9110587172166342
+ 0.9113656086429334
+ 0.9116723636853452
+ 0.9119789825082559
+ 0.9122854652757291
+ 0.9125918121515061
+ 0.9128980232990069
+ 0.9132040988813314
+ 0.9135100390612594
+ 0.9138158440012526
+ 0.9141215138634546
+ 0.9144270488096922
+ 0.9147324490014759
+ 0.9150377146000013
+ 0.9153428457661492
+ 0.9156478426604875
+ 0.9159527054432709
+ 0.9162574342744423
+ 0.9165620293136338
+ 0.9168664907201675
+ 0.9171708186530557
+ 0.9174750132710026
+ 0.9177790747324047
+ 0.9180830031953515
+ 0.9183867988176267
+ 0.9186904617567087
+ 0.9189939921697715
+ 0.9192973902136856
+ 0.9196006560450188
+ 0.9199037898200372
+ 0.920206791694705
+ 0.920509661824687
+ 0.9208124003653481
+ 0.9211150074717542
+ 0.9214174832986738
+ 0.921719828000578
+ 0.9220220417316415
+ 0.9223241246457436
+ 0.922626076896469
+ 0.9229278986371079
+ 0.9232295900206577
+ 0.9235311511998234
+ 0.9238325823270181
+ 0.9241338835543643
+ 0.9244350550336942
+ 0.9247360969165507
+ 0.9250370093541881
+ 0.9253377924975732
+ 0.925638446497385
+ 0.9259389715040172
+ 0.926239367667577
+ 0.9265396351378876
+ 0.9268397740644876
+ 0.9271397845966326
+ 0.9274396668832955
+ 0.9277394210731674
+ 0.9280390473146584
+ 0.9283385457558984
+ 0.9286379165447373
+ 0.9289371598287465
+ 0.9292362757552189
+ 0.9295352644711706
+ 0.9298341261233404
+ 0.9301328608581911
+ 0.930431468821911
+ 0.930729950160413
+ 0.9310283050193365
+ 0.9313265335440483
+ 0.9316246358796418
+ 0.9319226121709395
+ 0.9322204625624928
+ 0.9325181871985825
+ 0.93281578622322
+ 0.9331132597801479
+ 0.9334106080128407
+ 0.933707831064505
+ 0.934004929078081
+ 0.9343019021962424
+ 0.9345987505613981
+ 0.9348954743156915
+ 0.9351920736010028
+ 0.9354885485589478
+ 0.9357848993308805
+ 0.9360811260578924
+ 0.9363772288808135
+ 0.9366732079402139
+ 0.936969063376403
+ 0.9372647953294306
+ 0.9375604039390888
+ 0.9378558893449107
+ 0.9381512516861726
+ 0.938446491101894
+ 0.9387416077308385
+ 0.9390366017115138
+ 0.9393314731821732
+ 0.9396262222808162
+ 0.9399208491451883
+ 0.9402153539127824
+ 0.9405097367208394
+ 0.9408039977063486
+ 0.9410981370060484
+ 0.941392154756427
+ 0.9416860510937228
+ 0.9419798261539257
+ 0.9422734800727767
+ 0.9425670129857693
+ 0.94286042502815
+ 0.9431537163349191
+ 0.9434468870408304
+ 0.9437399372803928
+ 0.944032867187871
+ 0.9443256768972852
+ 0.9446183665424124
+ 0.9449109362567867
+ 0.9452033861737003
+ 0.9454957164262036
+ 0.9457879271471067
+ 0.9460800184689783
+ 0.9463719905241484
+ 0.9466638434447073
+ 0.946955577362507
+ 0.9472471924091616
+ 0.9475386887160476
+ 0.9478300664143048
+ 0.9481213256348374
+ 0.9484124665083137
+ 0.9487034891651663
+ 0.9489943937355948
+ 0.949285180349564
+ 0.9495758491368059
+ 0.9498664002268197
+ 0.9501568337488725
+ 0.9504471498320003
+ 0.9507373486050071
+ 0.9510274301964684
+ 0.9513173947347283
+ 0.9516072423479026
+ 0.9518969731638777
+ 0.9521865873103129
+ 0.9524760849146393
+ 0.9527654661040613
+ 0.9530547310055572
+ 0.9533438797458785
+ 0.9536329124515527
+ 0.9539218292488819
+ 0.9542106302639443
+ 0.9544993156225939
+ 0.9547878854504627
+ 0.955076339872959
+ 0.9553646790152702
+ 0.9556529030023618
+ 0.9559410119589785
+ 0.9562290060096444
+ 0.9565168852786642
+ 0.9568046498901231
+ 0.9570922999678878
+ 0.957379835635607
+ 0.957667257016711
+ 0.9579545642344133
+ 0.9582417574117114
+ 0.9585288366713861
+ 0.958815802136003
+ 0.9591026539279123
+ 0.9593893921692501
+ 0.9596760169819384
+ 0.9599625284876857
+ 0.9602489268079876
+ 0.9605352120641274
+ 0.9608213843771763
+ 0.9611074438679942
+ 0.9613933906572304
+ 0.9616792248653235
+ 0.9619649466125021
+ 0.9622505560187858
+ 0.9625360532039854
+ 0.9628214382877031
+ 0.9631067113893333
+ 0.9633918726280634
+ 0.9636769221228733
+ 0.9639618599925374
+ 0.9642466863556235
+ 0.9645314013304943
+ 0.9648160050353082
+ 0.9651004975880183
+ 0.9653848791063745
+ 0.965669149707923
+ 0.9659533095100074
+ 0.9662373586297682
+ 0.9665212971841449
+ 0.966805125289875
+ 0.9670888430634951
+ 0.9673724506213414
+ 0.96765594807955
+ 0.9679393355540574
+ 0.9682226131606017
+ 0.9685057810147212
+ 0.9687888392317571
+ 0.9690717879268526
+ 0.9693546272149539
+ 0.9696373572108102
+ 0.9699199780289746
+ 0.9702024897838045
+ 0.9704848925894619
+ 0.9707671865599142
+ 0.971049371808934
+ 0.9713314484501004
+ 0.9716134165967986
+ 0.9718952763622214
+ 0.9721770278593683
+ 0.9724586712010473
+ 0.9727402064998744
+ 0.9730216338682746
+ 0.9733029534184822
+ 0.9735841652625409
+ 0.9738652695123048
+ 0.9741462662794388
+ 0.9744271556754182
+ 0.9747079378115305
+ 0.9749886127988746
+ 0.9752691807483621
+ 0.9755496417707171
+ 0.9758299959764772
+ 0.9761102434759937
+ 0.976390384379432
+ 0.9766704187967717
+ 0.9769503468378077
+ 0.9772301686121504
+ 0.9775098842292259
+ 0.9777894937982764
+ 0.9780689974283613
+ 0.9783483952283566
+ 0.9786276873069558
+ 0.9789068737726715
+ 0.979185954733833
+ 0.9794649302985897
+ 0.9797438005749096
+ 0.9800225656705807
+ 0.9803012256932108
+ 0.9805797807502287
+ 0.9808582309488832
+ 0.9811365763962453
+ 0.9814148171992073
+ 0.9816929534644839
+ 0.9819709852986122
+ 0.9822489128079522
+ 0.9825267360986872
+ 0.9828044552768246
+ 0.9830820704481956
+ 0.9833595817184567
+ 0.9836369891930884
+ 0.9839142929773971
+ 0.9841914931765151
+ 0.984468589895401
+ 0.9847455832388395
+ 0.9850224733114427
+ 0.9852992602176499
+ 0.9855759440617281
+ 0.9858525249477729
+ 0.9861290029797077
+ 0.9864053782612857
+ 0.9866816508960891
+ 0.9869578209875297
+ 0.9872338886388495
+ 0.9875098539531212
+ 0.9877857170332479
+ 0.9880614779819646
+ 0.9883371369018378
+ 0.9886126938952658
+ 0.9888881490644795
+ 0.9891635025115427
+ 0.9894387543383519
+ 0.989713904646638
+ 0.9899889535379652
+ 0.9902639011137321
+ 0.9905387474751722
+ 0.990813492723354
+ 0.9910881369591814
+ 0.9913626802833942
+ 0.991637122796568
+ 0.9919114645991155
+ 0.9921857057912861
+ 0.9924598464731665
+ 0.9927338867446808
+ 0.9930078267055914
+ 0.993281666455499
+ 0.9935554060938433
+ 0.9938290457199025
+ 0.9941025854327948
+ 0.9943760253314781
+ 0.9946493655147505
+ 0.9949226060812503
+ 0.9951957471294574
+ 0.9954687887576922
+ 0.9957417310641171
+ 0.9960145741467364
+ 0.9962873181033972
+ 0.9965599630317882
+ 0.996832509029442
+ 0.9971049561937345
+ 0.9973773046218847
+ 0.9976495544109562
+ 0.9979217056578572
+ 0.99819375845934
+ 0.9984657129120024
+ 0.9987375691122878
+ 0.9990093271564849
+ 0.9992809871407292
+ 0.9995525491610021
+ 0.9998240133131321
+ 1.0000953796927947
+ 1.0003666483955125
+ 1.000637819516657
+ 1.0009088931514474
+ 1.0011798693949505
+ 1.0014507483420831
+ 1.0017215300876108
+ 1.0019922147261482
+ 1.0022628023521607
+ 1.002533293059963
+ 1.0028036869437207
+ 1.00307398409745
+ 1.0033441846150188
+ 1.0036142885901453
+ 1.003884296116401
+ 1.004154207287208
+ 1.004424022195842
+ 1.0046937409354313
+ 1.0049633635989568
+ 1.005232890279253
+ 1.0055023210690084
+ 1.0057716560607652
+ 1.0060408953469202
+ 1.0063100390197246
+ 1.0065790871712854
+ 1.0068480398935635
+ 1.0071168972783773
+ 1.0073856594173993
+ 1.0076543264021594
+ 1.0079228983240436
+ 1.008191375274295
+ 1.0084597573440142
+ 1.0087280446241587
+ 1.0089962372055439
+ 1.0092643351788437
+ 1.0095323386345905
+ 1.0098002476631749
+ 1.0100680623548466
+ 1.010335782799715
+ 1.0106034090877494
+ 1.0108709413087784
+ 1.0111383795524909
+ 1.011405723908437
+ 1.0116729744660269
+ 1.0119401313145329
+ 1.0122071945430873
+ 1.0124741642406858
+ 1.012741040496185
+ 1.0130078233983044
+ 1.013274513035626
+ 1.0135411094965943
+ 1.013807612869518
+ 1.0140740232425685
+ 1.0143403407037814
+ 1.0146065653410563
+ 1.0148726972421571
+ 1.015138736494713
+ 1.015404683186217
+ 1.0156705374040282
+ 1.0159362992353715
+ 1.016201968767337
+ 1.0164675460868813
+ 1.0167330312808274
+ 1.0169984244358645
+ 1.0172637256385495
+ 1.0175289349753065
+ 1.0177940525324263
+ 1.0180590783960686
+ 1.0183240126522608
+ 1.0185888553868983
+ 1.0188536066857459
+ 1.0191182666344365
+ 1.019382835318473
+ 1.0196473128232275
+ 1.0199116992339416
+ 1.0201759946357278
+ 1.0204401991135679
+ 1.0207043127523148
+ 1.020968335636692
+ 1.021232267851295
+ 1.0214961094805899
+ 1.021759860608914
+ 1.0220235213204782
+ 1.0222870916993643
+ 1.022550571829527
+ 1.0228139617947936
+ 1.0230772616788646
+ 1.023340471565314
+ 1.023603591537589
+ 1.023866621679011
+ 1.024129562072775
+ 1.024392412801951
+ 1.024655173949483
+ 1.0249178455981898
+ 1.0251804278307666
+ 1.0254429207297822
+ 1.0257053243776828
+ 1.0259676388567889
+ 1.0262298642492986
+ 1.0264920006372855
+ 1.0267540481027004
+ 1.027016006727371
+ 1.027277876593002
+ 1.0275396577811753
+ 1.0278013503733516
+ 1.0280629544508686
+ 1.0283244700949423
+ 1.0285858973866675
+ 1.028847236407018
+ 1.0291084872368461
+ 1.0293696499568834
+ 1.029630724647741
+ 1.0298917113899098
+ 1.0301526102637606
+ 1.0304134213495448
+ 1.030674144727394
+ 1.0309347804773203
+ 1.0311953286792173
+ 1.0314557894128593
+ 1.0317161627579028
+ 1.031976448793885
+ 1.0322366476002254
+ 1.0324967592562264
+ 1.032756783841072
+ 1.0330167214338295
+ 1.0332765721134487
+ 1.0335363359587626
+ 1.0337960130484876
+ 1.0340556034612236
+ 1.0343151072754555
+ 1.0345745245695503
+ 1.0348338554217613
+ 1.0350930999102252
+ 1.035352258112964
+ 1.0356113301078846
+ 1.0358703159727791
+ 1.0361292157853257
+ 1.0363880296230874
+ 1.0366467575635143
+ 1.0369053996839417
+ 1.0371639560615924
+ 1.0374224267735748
+ 1.0376808118968848
+ 1.0379391115084056
+ 1.0381973256849077
+ 1.0384554545030489
+ 1.0387134980393748
+ 1.0389714563703196
+ 1.0392293295722057
+ 1.0394871177212435
+ 1.0397448208935325
+ 1.040002439165061
+ 1.0402599726117074
+ 1.0405174213092379
+ 1.0407747853333094
+ 1.0410320647594684
+ 1.0412892596631518
+ 1.0415463701196865
+ 1.0418033962042899
+ 1.04206033799207
+ 1.0423171955580266
+ 1.0425739689770495
+ 1.0428306583239209
+ 1.0430872636733142
+ 1.0433437850997944
+ 1.043600222677819
+ 1.0438565764817378
+ 1.0441128465857927
+ 1.0443690330641189
+ 1.0446251359907435
+ 1.0448811554395878
+ 1.0451370914844662
+ 1.0453929441990863
+ 1.0456487136570496
+ 1.0459043999318518
+ 1.0461600030968827
+ 1.0464155232254266
+ 1.0466709603906625
+ 1.0469263146656635
+ 1.0471815861233988
+ 1.047436774836732
+ 1.047691880878423
+ 1.0479469043211265
+ 1.0482018452373938
+ 1.0484567036996715
+ 1.0487114797803034
+ 1.0489661735515292
+ 1.0492207850854858
+ 1.0494753144542057
+ 1.0497297617296204
+ 1.0499841269835575
+ 1.0502384102877422
+ 1.0504926117137983
+ 1.050746731333246
+ 1.0510007692175047
+ 1.0512547254378923
+ 1.0515086000656249
+ 1.0517623931718163
+ 1.0520161048274812
+ 1.052269735103532
+ 1.0525232840707806
+ 1.0527767517999391
+ 1.0530301383616187
+ 1.0532834438263308
+ 1.0535366682644864
+ 1.0537898117463977
+ 1.0540428743422767
+ 1.0542958561222362
+ 1.0545487571562902
+ 1.0548015775143535
+ 1.0550543172662425
+ 1.055306976481675
+ 1.0555595552302697
+ 1.055812053581548
+ 1.0560644716049337
+ 1.056316809369752
+ 1.0565690669452301
+ 1.0568212444004998
+ 1.0570733418045937
+ 1.0573253592264482
+ 1.0575772967349033
+ 1.0578291543987015
+ 1.0580809322864897
+ 1.058332630466818
+ 1.0585842490081403
+ 1.0588357879788157
+ 1.0590872474471063
+ 1.0593386274811794
+ 1.059589928149107
+ 1.0598411495188658
+ 1.0600922916583375
+ 1.0603433546353094
+ 1.0605943385174739
+ 1.0608452433724287
+ 1.061096069267678
+ 1.0613468162706319
+ 1.061597484448606
+ 1.0618480738688223
+ 1.0620985845984106
+ 1.0623490167044058
+ 1.0625993702537504
+ 1.0628496453132938
+ 1.0630998419497932
+ 1.0633499602299121
+ 1.0636000002202226
+ 1.063849961987204
+ 1.0640998455972437
+ 1.0643496511166373
+ 1.0645993786115888
+ 1.0648490281482104
+ 1.065098599792523
+ 1.0653480936104567
+ 1.0655975096678498
+ 1.0658468480304508
+ 1.0660961087639167
+ 1.0663452919338143
+ 1.0665943976056202
+ 1.0668434258447208
+ 1.0670923767164127
+ 1.0673412502859023
+ 1.0675900466183066
+ 1.0678387657786534
+ 1.068087407831881
+ 1.0683359728428383
+ 1.0685844608762858
+ 1.068832871996895
+ 1.0690812062692487
+ 1.0693294637578412
+ 1.0695776445270788
+ 1.0698257486412797
+ 1.070073776164674
+ 1.0703217271614038
+ 1.0705696016955244
+ 1.0708173998310027
+ 1.071065121631719
+ 1.0713127671614662
+ 1.0715603364839505
+ 1.0718078296627913
+ 1.0720552467615208
+ 1.0723025878435857
+ 1.0725498529723456
+ 1.0727970422110746
+ 1.0730441556229602
+ 1.073291193271105
+ 1.0735381552185252
+ 1.0737850415281516
+ 1.07403185226283
+ 1.074278587485321
+ 1.0745252472582998
+ 1.0747718316443575
+ 1.0750183407059999
+ 1.0752647745056485
+ 1.0755111331056404
+ 1.0757574165682287
+ 1.076003624955582
+ 1.0762497583297856
+ 1.0764958167528407
+ 1.076741800286665
+ 1.076987708993093
+ 1.0772335429338757
+ 1.0774793021706806
+ 1.0777249867650933
+ 1.0779705967786157
+ 1.0782161322726675
+ 1.078461593308586
+ 1.0787069799476254
+ 1.0789522922509587
+ 1.0791975302796764
+ 1.079442694094787
+ 1.0796877837572179
+ 1.0799327993278143
+ 1.0801777408673399
+ 1.0804226084364776
+ 1.0806674020958293
+ 1.0809121219059152
+ 1.0811567679271754
+ 1.081401340219969
+ 1.0816458388445747
+ 1.0818902638611907
+ 1.082134615329935
+ 1.0823788933108458
+ 1.0826230978638811
+ 1.082867229048919
+ 1.0831112869257584
+ 1.0833552715541184
+ 1.0835991829936389
+ 1.0838430213038805
+ 1.0840867865443249
+ 1.0843304787743748
+ 1.084574098053354
+ 1.0848176444405084
+ 1.0850611179950043
+ 1.0853045187759307
+ 1.0855478468422977
+ 1.0857911022530378
+ 1.0860342850670055
+ 1.0862773953429776
+ 1.0865204331396534
+ 1.0867633985156542
+ 1.0870062915295249
+ 1.087249112239732
+ 1.0874918607046662
+ 1.0877345369826406
+ 1.0879771411318913
+ 1.0882196732105789
+ 1.0884621332767863
+ 1.0887045213885207
+ 1.088946837603713
+ 1.0891890819802181
+ 1.0894312545758145
+ 1.0896733554482059
+ 1.0899153846550196
+ 1.0901573422538071
+ 1.0903992283020454
+ 1.0906410428571356
+ 1.0908827859764045
+ 1.0911244577171026
+ 1.0913660581364069
+ 1.0916075872914195
+ 1.0918490452391667
+ 1.092090432036602
+ 1.0923317477406036
+ 1.0925729924079763
+ 1.0928141660954502
+ 1.0930552688596817
+ 1.0932963007572536
+ 1.0935372618446753
+ 1.0937781521783816
+ 1.0940189718147357
+ 1.0942597208100264
+ 1.0945003992204694
+ 1.0947410071022081
+ 1.0949815445113125
+ 1.09522201150378
+ 1.095462408135536
+ 1.0957027344624324
+ 1.09594299054025
+ 1.0961831764246965
+ 1.096423292171408
+ 1.0966633378359483
+ 1.0969033134738104
+ 1.0971432191404142
+ 1.0973830548911094
+ 1.0976228207811733
+ 1.097862516865813
+ 1.0981021432001628
+ 1.0983416998392876
+ 1.0985811868381812
+ 1.0988206042517652
+ 1.0990599521348925
+ 1.0992992305423444
+ 1.0995384395288315
+ 1.0997775791489952
+ 1.1000166494574062
+ 1.100255650508565
+ 1.1004945823569023
+ 1.1007334450567794
+ 1.1009722386624876
+ 1.1012109632282487
+ 1.1014496188082155
+ 1.101688205456471
+ 1.1019267232270293
+ 1.1021651721738355
+ 1.1024035523507658
+ 1.102641863811628
+ 1.10288010661016
+ 1.1031182808000326
+ 1.1033563864348472
+ 1.1035944235681379
+ 1.1038323922533697
+ 1.1040702925439396
+ 1.1043081244931772
+ 1.1045458881543442
+ 1.104783583580634
+ 1.1050212108251734
+ 1.1052587699410208
+ 1.1054962609811678
+ 1.1057336839985388
+ 1.105971039045991
+ 1.1062083261763143
+ 1.106445545442232
+ 1.106682696896401
+ 1.106919780591411
+ 1.1071567965797855
+ 1.1073937449139815
+ 1.10763062564639
+ 1.1078674388293355
+ 1.108104184515076
+ 1.1083408627558051
+ 1.1085774736036487
+ 1.1088140171106686
+ 1.1090504933288599
+ 1.109286902310153
+ 1.1095232441064122
+ 1.1097595187694371
+ 1.109995726350962
+ 1.1102318669026563
+ 1.1104679404761246
+ 1.1107039471229057
+ 1.1109398868944755
+ 1.111175759842244
+ 1.111411566017557
+ 1.1116473054716962
+ 1.1118829782558788
+ 1.1121185844212587
+ 1.112354124018924
+ 1.1125895970999011
+ 1.112825003715151
+ 1.1130603439155715
+ 1.1132956177519973
+ 1.113530825275199
+ 1.113765966535884
+ 1.1140010415846973
+ 1.1142360504722193
+ 1.1144709932489685
+ 1.1147058699654
+ 1.1149406806719064
+ 1.1151754254188175
+ 1.1154101042564002
+ 1.1156447172348596
+ 1.1158792644043378
+ 1.1161137458149148
+ 1.1163481615166087
+ 1.1165825115593753
+ 1.116816795993109
+ 1.1170510148676414
+ 1.117285168232743
+ 1.1175192561381224
+ 1.1177532786334274
+ 1.1179872357682434
+ 1.1182211275920952
+ 1.1184549541544464
+ 1.1186887155046987
+ 1.1189224116921939
+ 1.119156042766212
+ 1.1193896087759727
+ 1.1196231097706353
+ 1.1198565457992977
+ 1.1200899169109986
+ 1.1203232231547144
+ 1.1205564645793633
+ 1.1207896412338023
+ 1.121022753166828
+ 1.121255800427178
+ 1.1214887830635296
+ 1.1217217011244998
+ 1.121954554658647
+ 1.1221873437144692
+ 1.1224200683404058
+ 1.1226527285848356
+ 1.1228853244960793
+ 1.123117856122398
+ 1.1233503235119937
+ 1.12358272671301
+ 1.1238150657735309
+ 1.1240473407415819
+ 1.12427955166513
+ 1.1245116985920836
+ 1.1247437815702928
+ 1.124975800647549
+ 1.1252077558715856
+ 1.1254396472900783
+ 1.1256714749506436
+ 1.1259032389008408
+ 1.1261349391881714
+ 1.1263665758600792
+ 1.1265981489639498
+ 1.1268296585471116
+ 1.127061104656836
+ 1.1272924873403358
+ 1.127523806644768
+ 1.1277550626172308
+ 1.1279862553047673
+ 1.1282173847543615
+ 1.128448451012942
+ 1.1286794541273804
+ 1.1289103941444911
+ 1.129141271111032
+ 1.1293720850737048
+ 1.1296028360791548
+ 1.1298335241739703
+ 1.1300641494046844
+ 1.1302947118177733
+ 1.1305252114596576
+ 1.1307556483767014
+ 1.1309860226152135
+ 1.1312163342214472
+ 1.1314465832415992
+ 1.1316767697218113
+ 1.1319068937081695
+ 1.1321369552467049
+ 1.1323669543833925
+ 1.1325968911641533
+ 1.1328267656348519
+ 1.1330565778412987
+ 1.1332863278292487
+ 1.1335160156444024
+ 1.1337456413324056
+ 1.1339752049388492
+ 1.1342047065092695
+ 1.134434146089149
+ 1.1346635237239147
+ 1.1348928394589402
+ 1.1351220933395443
+ 1.1353512854109924
+ 1.135580415718495
+ 1.1358094843072097
+ 1.1360384912222394
+ 1.1362674365086336
+ 1.136496320211388
+ 1.1367251423754448
+ 1.1369539030456925
+ 1.137182602266967
+ 1.13741124008405
+ 1.1376398165416703
+ 1.1378683316845033
+ 1.1380967855571718
+ 1.1383251782042456
+ 1.138553509670241
+ 1.1387817799996227
+ 1.1390099892368013
+ 1.1392381374261358
+ 1.1394662246119323
+ 1.1396942508384444
+ 1.1399222161498734
+ 1.1401501205903686
+ 1.1403779642040268
+ 1.1406057470348927
+ 1.1408334691269593
+ 1.1410611305241674
+ 1.1412887312704056
+ 1.1415162714095117
+ 1.141743750985271
+ 1.1419711700414175
+ 1.1421985286216338
+ 1.142425826769551
+ 1.1426530645287487
+ 1.1428802419427555
+ 1.1431073590550485
+ 1.1433344159090544
+ 1.143561412548148
+ 1.1437883490156537
+ 1.144015225354845
+ 1.1442420416089447
+ 1.1444687978211248
+ 1.1446954940345064
+ 1.1449221302921613
+ 1.1451487066371095
+ 1.145375223112321
+ 1.1456016797607165
+ 1.1458280766251645
+ 1.1460544137484858
+ 1.1462806911734496
+ 1.1465069089427757
+ 1.1467330670991336
+ 1.1469591656851437
+ 1.1471852047433766
+ 1.1474111843163524
+ 1.147637104446543
+ 1.1478629651763699
+ 1.1480887665482056
+ 1.1483145086043727
+ 1.1485401913871458
+ 1.1487658149387494
+ 1.1489913793013593
+ 1.149216884517102
+ 1.1494423306280555
+ 1.1496677176762489
+ 1.1498930457036622
+ 1.1501183147522274
+ 1.150343524863827
+ 1.150568676080296
+ 1.1507937684434204
+ 1.1510188019949377
+ 1.1512437767765378
+ 1.1514686928298616
+ 1.1516935501965024
+ 1.1519183489180054
+ 1.1521430890358675
+ 1.1523677705915383
+ 1.1525923936264193
+ 1.1528169581818637
+ 1.153041464299178
+ 1.1532659120196205
+ 1.1534903013844027
+ 1.1537146324346874
+ 1.1539389052115911
+ 1.1541631197561826
+ 1.1543872761094838
+ 1.1546113743124695
+ 1.1548354144060666
+ 1.1550593964311564
+ 1.1552833204285717
+ 1.1555071864391002
+ 1.1557309945034815
+ 1.155954744662409
+ 1.1561784369565296
+ 1.1564020714264434
+ 1.1566256481127044
+ 1.1568491670558199
+ 1.157072628296251
+ 1.1572960318744125
+ 1.1575193778306732
+ 1.1577426662053556
+ 1.1579658970387363
+ 1.1581890703710462
+ 1.1584121862424699
+ 1.1586352446931463
+ 1.1588582457631686
+ 1.1590811894925845
+ 1.1593040759213964
+ 1.15952690508956
+ 1.159749677036987
+ 1.1599723918035427
+ 1.1601950494290476
+ 1.160417649953277
+ 1.160640193415961
+ 1.160862679856784
+ 1.1610851093153864
+ 1.1613074818313633
+ 1.1615297974442642
+ 1.161752056193595
+ 1.1619742581188162
+ 1.1621964032593433
+ 1.1624184916545481
+ 1.1626405233437571
+ 1.162862498366253
+ 1.1630844167612733
+ 1.1633062785680122
+ 1.1635280838256186
+ 1.1637498325731983
+ 1.163971524849812
+ 1.164193160694477
+ 1.1644147401461669
+ 1.16463626324381
+ 1.1648577300262928
+ 1.165079140532456
+ 1.1653004948010983
+ 1.1655217928709738
+ 1.1657430347807936
+ 1.1659642205692244
+ 1.1661853502748905
+ 1.1664064239363725
+ 1.1666274415922073
+ 1.1668484032808897
+ 1.16706930904087
+ 1.167290158910556
+ 1.1675109529283125
+ 1.167731691132462
+ 1.167952373561283
+ 1.168173000253011
+ 1.1683935712458404
+ 1.168614086577922
+ 1.168834546287363
+ 1.1690549504122298
+ 1.1692752989905448
+ 1.1694955920602892
+ 1.1697158296594012
+ 1.1699360118257764
+ 1.1701561385972692
+ 1.1703762100116908
+ 1.170596226106811
+ 1.170816186920357
+ 1.1710360924900147
+ 1.1712559428534275
+ 1.1714757380481973
+ 1.1716954781118842
+ 1.1719151630820066
+ 1.1721347929960413
+ 1.172354367891423
+ 1.1725738878055458
+ 1.1727933527757615
+ 1.1730127628393812
+ 1.1732321180336742
+ 1.1734514183958686
+ 1.1736706639631516
+ 1.173889854772669
+ 1.1741089908615259
+ 1.1743280722667855
+ 1.1745470990254712
+ 1.1747660711745647
+ 1.1749849887510073
+ 1.1752038517916996
+ 1.175422660333501
+ 1.1756414144132306
+ 1.1758601140676674
+ 1.1760787593335487
+ 1.1762973502475724
+ 1.176515886846396
+ 1.1767343691666363
+ 1.1769527972448695
+ 1.1771711711176323
+ 1.1773894908214209
+ 1.1776077563926914
+ 1.1778259678678602
+ 1.1780441252833036
+ 1.178262228675358
+ 1.1784802780803194
+ 1.1786982735344451
+ 1.1789162150739516
+ 1.1791341027350168
+ 1.1793519365537783
+ 1.1795697165663346
+ 1.179787442808744
+ 1.180005115317026
+ 1.1802227341271607
+ 1.1804402992750889
+ 1.1806578107967123
+ 1.180875268727893
+ 1.181092673104454
+ 1.1813100239621797
+ 1.1815273213368154
+ 1.1817445652640672
+ 1.1819617557796023
+ 1.1821788929190495
+ 1.1823959767179986
+ 1.1826130072120002
+ 1.1828299844365673
+ 1.1830469084271735
+ 1.1832637792192542
+ 1.183480596848206
+ 1.1836973613493877
+ 1.1839140727581192
+ 1.1841307311096823
+ 1.1843473364393207
+ 1.1845638887822392
+ 1.1847803881736059
+ 1.1849968346485493
+ 1.1852132282421608
+ 1.185429568989494
+ 1.185645856925564
+ 1.1858620920853478
+ 1.1860782745037854
+ 1.1862944042157793
+ 1.186510481256193
+ 1.186726505659854
+ 1.186942477461551
+ 1.1871583966960355
+ 1.187374263398022
+ 1.187590077602187
+ 1.1878058393431705
+ 1.1880215486555743
+ 1.1882372055739636
+ 1.188452810132866
+ 1.1886683623667726
+ 1.1888838623101368
+ 1.1890993099973752
+ 1.1893147054628674
+ 1.1895300487409566
+ 1.1897453398659488
+ 1.1899605788721128
+ 1.1901757657936816
+ 1.1903909006648505
+ 1.190605983519779
+ 1.19082101439259
+ 1.191035993317369
+ 1.1912509203281663
+ 1.191465795458995
+ 1.1916806187438316
+ 1.1918953902166176
+ 1.1921101099112565
+ 1.1923247778616173
+ 1.1925393941015314
+ 1.1927539586647957
+ 1.1929684715851694
+ 1.193182932896377
+ 1.1933973426321063
+ 1.1936117008260096
+ 1.1938260075117038
+ 1.194040262722769
+ 1.1942544664927506
+ 1.1944686188551574
+ 1.1946827198434637
+ 1.1948967694911075
+ 1.1951107678314914
+ 1.1953247148979824
+ 1.1955386107239128
+ 1.195752455342579
+ 1.195966248787242
+ 1.1961799910911277
+ 1.1963936822874277
+ 1.1966073224092968
+ 1.1968209114898558
+ 1.1970344495621903
+ 1.1972479366593511
+ 1.1974613728143537
+ 1.197674758060179
+ 1.1978880924297728
+ 1.1981013759560464
+ 1.198314608671876
+ 1.1985277906101037
+ 1.1987409218035365
+ 1.1989540022849474
+ 1.1991670320870738
+ 1.1993800112426198
+ 1.1995929397842549
+ 1.199805817744613
+ 1.2000186451562955
+ 1.2002314220518682
+ 1.200444148463863
+ 1.200656824424778
+ 1.200869449967077
+ 1.2010820251231897
+ 1.2012945499255114
+ 1.2015070244064041
+ 1.2017194485981957
+ 1.2019318225331799
+ 1.2021441462436164
+ 1.2023564197617322
+ 1.2025686431197191
+ 1.2027808163497367
+ 1.2029929394839098
+ 1.2032050125543303
+ 1.2034170355930565
+ 1.2036290086321129
+ 1.2038409317034904
+ 1.2040528048391475
+ 1.2042646280710083
+ 1.2044764014309648
+ 1.2046881249508736
+ 1.204899798662561
+ 1.2051114225978177
+ 1.2053229967884027
+ 1.2055345212660415
+ 1.2057459960624266
+ 1.2059574212092175
+ 1.206168796738041
+ 1.2063801226804907
+ 1.206591399068128
+ 1.2068026259324809
+ 1.2070138033050446
+ 1.207224931217283
+ 1.2074360097006251
+ 1.2076470387864693
+ 1.2078580185061805
+ 1.2080689488910918
+ 1.208279829972503
+ 1.2084906617816817
+ 1.2087014443498643
+ 1.208912177708253
+ 1.2091228618880194
+ 1.209333496920302
+ 1.2095440828362076
+ 1.2097546196668105
+ 1.2099651074431534
+ 1.2101755461962465
+ 1.2103859359570677
+ 1.2105962767565643
+ 1.210806568625651
+ 1.2110168115952102
+ 1.211227005696093
+ 1.2114371509591184
+ 1.2116472474150743
+ 1.2118572950947166
+ 1.2120672940287696
+ 1.212277244247926
+ 1.2124871457828468
+ 1.2126969986641618
+ 1.2129068029224694
+ 1.213116558588337
+ 1.2133262656922994
+ 1.2135359242648613
+ 1.2137455343364956
+ 1.2139550959376442
+ 1.214164609098718
+ 1.214374073850096
+ 1.2145834902221273
+ 1.214792858245129
+ 1.2150021779493878
+ 1.215211449365159
+ 1.215420672522667
+ 1.2156298474521063
+ 1.2158389741836393
+ 1.2160480527473982
+ 1.2162570831734847
+ 1.2164660654919692
+ 1.2166749997328925
+ 1.2168838859262636
+ 1.217092724102062
+ 1.2173015142902355
+ 1.217510256520703
+ 1.2177189508233512
+ 1.2179275972280381
+ 1.2181361957645904
+ 1.2183447464628046
+ 1.218553249352447
+ 1.218761704463254
+ 1.2189701118249312
+ 1.2191784714671547
+ 1.2193867834195704
+ 1.219595047711794
+ 1.2198032643734114
+ 1.220011433433978
+ 1.22021955492302
+ 1.220427628870033
+ 1.2206356553044837
+ 1.2208436342558084
+ 1.2210515657534138
+ 1.2212594498266764
+ 1.2214672865049443
+ 1.2216750758175343
+ 1.221882817793735
+ 1.222090512462805
+ 1.2222981598539733
+ 1.2225057599964393
+ 1.2227133129193735
+ 1.2229208186519167
+ 1.2231282772231802
+ 1.2233356886622464
+ 1.2235430529981681
+ 1.2237503702599695
+ 1.2239576404766443
+ 1.224164863677159
+ 1.2243720398904494
+ 1.2245791691454226
+ 1.2247862514709575
+ 1.2249932868959033
+ 1.2252002754490803
+ 1.2254072171592798
+ 1.225614112055265
+ 1.2258209601657697
+ 1.2260277615194988
+ 1.226234516145129
+ 1.2264412240713076
+ 1.226647885326654
+ 1.226854499939759
+ 1.2270610679391838
+ 1.2272675893534626
+ 1.2274740642110995
+ 1.2276804925405713
+ 1.2278868743703264
+ 1.2280932097287838
+ 1.2282994986443352
+ 1.228505741145344
+ 1.2287119372601445
+ 1.2289180870170433
+ 1.2291241904443195
+ 1.2293302475702226
+ 1.229536258422975
+ 1.2297422230307713
+ 1.229948141421777
+ 1.2301540136241305
+ 1.230359839665942
+ 1.230565619575294
+ 1.230771353380241
+ 1.2309770411088088
+ 1.2311826827889973
+ 1.231388278448777
+ 1.2315938281160914
+ 1.2317993318188563
+ 1.2320047895849593
+ 1.2322102014422616
+ 1.2324155674185953
+ 1.2326208875417666
+ 1.2328261618395526
+ 1.2330313903397045
+ 1.233236573069945
+ 1.2334417100579698
+ 1.233646801331447
+ 1.233851846918018
+ 1.2340568468452966
+ 1.2342618011408693
+ 1.2344667098322952
+ 1.234671572947107
+ 1.2348763905128097
+ 1.235081162556881
+ 1.2352858891067724
+ 1.2354905701899077
+ 1.2356952058336839
+ 1.2358997960654714
+ 1.2361043409126131
+ 1.2363088404024258
+ 1.2365132945621986
+ 1.2367177034191947
+ 1.2369220670006502
+ 1.2371263853337742
+ 1.2373306584457495
+ 1.237534886363732
+ 1.2377390691148515
+ 1.2379432067262106
+ 1.2381472992248856
+ 1.238351346637927
+ 1.2385553489923573
+ 1.2387593063151743
+ 1.2389632186333481
+ 1.2391670859738233
+ 1.2393709083635178
+ 1.239574685829323
+ 1.239778418398105
+ 1.2399821060967027
+ 1.240185748951929
+ 1.2403893469905711
+ 1.2405929002393898
+ 1.2407964087251198
+ 1.2409998724744702
+ 1.2412032915141236
+ 1.2414066658707363
+ 1.24160999557094
+ 1.2418132806413393
+ 1.2420165211085137
+ 1.2422197169990161
+ 1.2424228683393743
+ 1.2426259751560902
+ 1.2428290374756399
+ 1.2430320553244734
+ 1.243235028729016
+ 1.243437957715667
+ 1.2436408423107992
+ 1.243843682540761
+ 1.2440464784318757
+ 1.2442492300104395
+ 1.2444519373027245
+ 1.2446546003349765
+ 1.2448572191334168
+ 1.2450597937242407
+ 1.2452623241336185
+ 1.2454648103876953
+ 1.2456672525125905
+ 1.2458696505343994
+ 1.2460720044791902
+ 1.246274314373008
+ 1.2464765802418718
+ 1.2466788021117754
+ 1.246880980008688
+ 1.2470831139585539
+ 1.2472852039872915
+ 1.2474872501207956
+ 1.247689252384935
+ 1.2478912108055544
+ 1.2480931254084733
+ 1.2482949962194863
+ 1.2484968232643636
+ 1.24869860656885
+ 1.2489003461586667
+ 1.249102042059509
+ 1.2493036942970484
+ 1.2495053028969314
+ 1.2497068678847802
+ 1.2499083892861924
+ 1.250109867126741
+ 1.2503113014319747
+ 1.2505126922274172
+ 1.2507140395385683
+ 1.2509153433909037
+ 1.2511166038098742
+ 1.2513178208209064
+ 1.251518994449403
+ 1.2517201247207417
+ 1.251921211660277
+ 1.2521222552933382
+ 1.252323255645231
+ 1.2525242127412373
+ 1.2527251266066142
+ 1.2529259972665951
+ 1.2531268247463891
+ 1.2533276090711822
+ 1.2535283502661352
+ 1.2537290483563857
+ 1.2539297033670476
+ 1.25413031532321
+ 1.2543308842499394
+ 1.2545314101722775
+ 1.2547318931152427
+ 1.25493233310383
+ 1.2551327301630093
+ 1.2553330843177288
+ 1.2555333955929113
+ 1.255733664013457
+ 1.2559338896042425
+ 1.2561340723901202
+ 1.2563342123959194
+ 1.256534309646446
+ 1.2567343641664825
+ 1.2569343759807876
+ 1.2571343451140966
+ 1.257334271591122
+ 1.2575341554365524
+ 1.2577339966750534
+ 1.257933795331267
+ 1.2581335514298124
+ 1.2583332649952852
+ 1.2585329360522581
+ 1.2587325646252803
+ 1.2589321507388784
+ 1.2591316944175552
+ 1.259331195685791
+ 1.2595306545680431
+ 1.2597300710887456
+ 1.2599294452723095
+ 1.2601287771431229
+ 1.2603280667255508
+ 1.2605273140439361
+ 1.260726519122598
+ 1.2609256819858339
+ 1.2611248026579165
+ 1.261323881163098
+ 1.2615229175256062
+ 1.2617219117696472
+ 1.2619208639194037
+ 1.2621197739990364
+ 1.2623186420326828
+ 1.262517468044458
+ 1.262716252058455
+ 1.2629149940987439
+ 1.2631136941893717
+ 1.2633123523543641
+ 1.2635109686177237
+ 1.2637095430034304
+ 1.2639080755354426
+ 1.2641065662376956
+ 1.2643050151341026
+ 1.2645034222485543
+ 1.2647017876049196
+ 1.2649001112270448
+ 1.2650983931387543
+ 1.2652966333638498
+ 1.2654948319261115
+ 1.2656929888492967
+ 1.2658911041571412
+ 1.2660891778733587
+ 1.266287210021641
+ 1.2664852006256566
+ 1.266683149709054
+ 1.2668810572954587
+ 1.2670789234084738
+ 1.2672767480716818
+ 1.267474531308642
+ 1.2676722731428929
+ 1.2678699735979502
+ 1.2680676326973086
+ 1.2682652504644407
+ 1.2684628269227978
+ 1.2686603620958088
+ 1.2688578560068815
+ 1.2690553086794019
+ 1.269252720136734
+ 1.269450090402221
+ 1.2696474194991838
+ 1.2698447074509218
+ 1.2700419542807135
+ 1.2702391600118155
+ 1.2704363246674628
+ 1.2706334482708694
+ 1.2708305308452277
+ 1.2710275724137083
+ 1.2712245729994611
+ 1.2714215326256149
+ 1.2716184513152762
+ 1.2718153290915308
+ 1.2720121659774437
+ 1.2722089619960577
+ 1.2724057171703955
+ 1.2726024315234574
+ 1.2727991050782241
+ 1.2729957378576544
+ 1.2731923298846852
+ 1.273388881182234
+ 1.273585391773196
+ 1.2737818616804462
+ 1.2739782909268378
+ 1.2741746795352042
+ 1.274371027528357
+ 1.274567334929087
+ 1.2747636017601642
+ 1.2749598280443384
+ 1.2751560138043379
+ 1.27535215906287
+ 1.2755482638426219
+ 1.27574432816626
+ 1.2759403520564296
+ 1.2761363355357556
+ 1.276332278626842
+ 1.2765281813522729
+ 1.2767240437346106
+ 1.2769198657963976
+ 1.2771156475601566
+ 1.2773113890483878
+ 1.2775070902835728
+ 1.2777027512881718
+ 1.2778983720846246
+ 1.2780939526953505
+ 1.2782894931427493
+ 1.2784849934491995
+ 1.278680453637059
+ 1.2788758737286667
+ 1.27907125374634
+ 1.2792665937123768
+ 1.279461893649054
+ 1.279657153578629
+ 1.279852373523339
+ 1.2800475535054001
+ 1.2802426935470095
+ 1.2804377936703435
+ 1.2806328538975589
+ 1.2808278742507917
+ 1.2810228547521585
+ 1.2812177954237554
+ 1.281412696287659
+ 1.281607557365926
+ 1.2818023786805925
+ 1.2819971602536753
+ 1.2821919021071708
+ 1.282386604263056
+ 1.2825812667432883
+ 1.2827758895698043
+ 1.2829704727645217
+ 1.2831650163493382
+ 1.2833595203461317
+ 1.2835539847767603
+ 1.2837484096630625
+ 1.2839427950268576
+ 1.2841371408899442
+ 1.2843314472741025
+ 1.2845257142010924
+ 1.2847199416926545
+ 1.2849141297705091
+ 1.2851082784563583
+ 1.2853023877718839
+ 1.285496457738748
+ 1.2856904883785942
+ 1.285884479713046
+ 1.2860784317637073
+ 1.286272344552163
+ 1.2864662180999789
+ 1.286660052428701
+ 1.2868538475598565
+ 1.287047603514953
+ 1.2872413203154782
+ 1.2874349979829018
+ 1.2876286365386738
+ 1.2878222360042249
+ 1.2880157964009666
+ 1.2882093177502918
+ 1.2884028000735732
+ 1.2885962433921658
+ 1.2887896477274046
+ 1.2889830131006057
+ 1.2891763395330662
+ 1.289369627046065
+ 1.2895628756608606
+ 1.2897560853986936
+ 1.2899492562807855
+ 1.2901423883283387
+ 1.2903354815625367
+ 1.2905285360045446
+ 1.2907215516755084
+ 1.2909145285965549
+ 1.2911074667887925
+ 1.2913003662733111
+ 1.2914932270711819
+ 1.2916860492034563
+ 1.2918788326911683
+ 1.2920715775553329
+ 1.2922642838169458
+ 1.292456951496985
+ 1.2926495806164093
+ 1.2928421711961595
+ 1.2930347232571568
+ 1.293227236820305
+ 1.2934197119064894
+ 1.2936121485365755
+ 1.2938045467314117
+ 1.2939969065118273
+ 1.2941892278986336
+ 1.294381510912623
+ 1.2945737555745702
+ 1.2947659619052307
+ 1.2949581299253425
+ 1.295150259655625
+ 1.2953423511167792
+ 1.2955344043294876
+ 1.2957264193144153
+ 1.2959183960922083
+ 1.296110334683495
+ 1.2963022351088853
+ 1.2964940973889716
+ 1.2966859215443267
+ 1.296877707595507
+ 1.2970694555630498
+ 1.2972611654674748
+ 1.2974528373292837
+ 1.2976444711689594
+ 1.297836067006968
+ 1.2980276248637566
+ 1.298219144759755
+ 1.2984106267153748
+ 1.2986020707510098
+ 1.298793476887036
+ 1.2989848451438113
+ 1.299176175541676
+ 1.2993674681009524
+ 1.2995587228419452
+ 1.299749939784941
+ 1.299941118950209
+ 1.3001322603580006
+ 1.3003233640285494
+ 1.3005144299820712
+ 1.3007054582387647
+ 1.3008964488188102
+ 1.3010874017423706
+ 1.3012783170295914
+ 1.3014691947006007
+ 1.3016600347755085
+ 1.301850837274408
+ 1.302041602217374
+ 1.3022323296244644
+ 1.3024230195157194
+ 1.3026136719111618
+ 1.3028042868307972
+ 1.3029948642946134
+ 1.303185404322581
+ 1.3033759069346533
+ 1.3035663721507662
+ 1.3037567999908384
+ 1.3039471904747706
+ 1.3041375436224472
+ 1.3043278594537349
+ 1.3045181379884834
+ 1.304708379246524
+ 1.304898583247673
+ 1.3050887500117274
+ 1.305278879558468
+ 1.3054689719076589
+ 1.3056590270790458
+ 1.3058490450923586
+ 1.3060390259673094
+ 1.3062289697235934
+ 1.3064188763808888
+ 1.3066087459588567
+ 1.3067985784771414
+ 1.30698837395537
+ 1.307178132413153
+ 1.3073678538700833
+ 1.3075575383457376
+ 1.307747185859675
+ 1.3079367964314386
+ 1.3081263700805539
+ 1.3083159068265302
+ 1.3085054066888593
+ 1.3086948696870164
+ 1.3088842958404603
+ 1.309073685168633
+ 1.309263037690959
+ 1.3094523534268474
+ 1.3096416323956894
+ 1.30983087461686
+ 1.310020080109718
+ 1.3102092488936044
+ 1.3103983809878448
+ 1.3105874764117473
+ 1.3107765351846046
+ 1.3109655573256915
+ 1.3111545428542668
+ 1.311343491789573
+ 1.311532404150836
+ 1.3117212799572653
+ 1.3119101192280533
+ 1.3120989219823769
+ 1.3122876882393961
+ 1.3124764180182547
+ 1.3126651113380792
+ 1.3128537682179813
+ 1.3130423886770555
+ 1.3132309727343798
+ 1.3134195204090164
+ 1.313608031720011
+ 1.3137965066863928
+ 1.313984945327175
+ 1.3141733476613549
+ 1.3143617137079127
+ 1.314550043485813
+ 1.314738337014005
+ 1.3149265943114203
+ 1.3151148153969752
+ 1.3153030002895694
+ 1.3154911490080872
+ 1.3156792615713964
+ 1.3158673379983488
+ 1.31605537830778
+ 1.3162433825185096
+ 1.3164313506493421
+ 1.3166192827190648
+ 1.3168071787464495
+ 1.3169950387502523
+ 1.317182862749213
+ 1.3173706507620555
+ 1.3175584028074885
+ 1.3177461189042041
+ 1.3179337990708786
+ 1.3181214433261728
+ 1.3183090516887315
+ 1.318496624177184
+ 1.3186841608101434
+ 1.3188716616062073
+ 1.3190591265839573
+ 1.3192465557619597
+ 1.3194339491587648
+ 1.3196213067929072
+ 1.3198086286829065
+ 1.3199959148472655
+ 1.3201831653044724
+ 1.3203703800729991
+ 1.3205575591713026
+ 1.3207447026178234
+ 1.3209318104309873
+ 1.3211188826292042
+ 1.3213059192308687
+ 1.3214929202543595
+ 1.32167988571804
+ 1.3218668156402584
+ 1.3220537100393475
+ 1.322240568933624
+ 1.3224273923413898
+ 1.3226141802809315
+ 1.3228009327705195
+ 1.3229876498284099
+ 1.3231743314728428
+ 1.3233609777220434
+ 1.323547588594221
+ 1.3237341641075704
+ 1.3239207042802705
+ 1.3241072091304853
+ 1.3242936786763633
+ 1.3244801129360382
+ 1.324666511927628
+ 1.3248528756692362
+ 1.3250392041789505
+ 1.3252254974748436
+ 1.325411755574973
+ 1.325597978497382
+ 1.3257841662600973
+ 1.3259703188811314
+ 1.3261564363784824
+ 1.326342518770132
+ 1.3265285660740476
+ 1.3267145783081815
+ 1.3269005554904714
+ 1.3270864976388392
+ 1.3272724047711923
+ 1.3274582769054237
+ 1.3276441140594104
+ 1.3278299162510159
+ 1.328015683498087
+ 1.3282014158184576
+ 1.328387113229945
+ 1.3285727757503532
+ 1.32875840339747
+ 1.3289439961890692
+ 1.3291295541429105
+ 1.329315077276737
+ 1.329500565608279
+ 1.3296860191552502
+ 1.3298714379353516
+ 1.3300568219662676
+ 1.3302421712656693
+ 1.3304274858512128
+ 1.330612765740539
+ 1.330798010951275
+ 1.3309832215010324
+ 1.331168397407409
+ 1.331353538687988
+ 1.331538645360337
+ 1.3317237174420107
+ 1.3319087549505477
+ 1.3320937579034733
+ 1.3322787263182976
+ 1.3324636602125162
+ 1.332648559603611
+ 1.3328334245090485
+ 1.3330182549462817
+ 1.3332030509327484
+ 1.3333878124858722
+ 1.3335725396230627
+ 1.3337572323617148
+ 1.3339418907192093
+ 1.3341265147129122
+ 1.3343111043601759
+ 1.334495659678338
+ 1.3346801806847217
+ 1.3348646673966367
+ 1.3350491198313774
+ 1.3352335380062252
+ 1.335417921938446
+ 1.3356022716452929
+ 1.335786587144003
+ 1.335970868451801
+ 1.3361551155858966
+ 1.3363393285634855
+ 1.3365235074017492
+ 1.3367076521178554
+ 1.3368917627289574
+ 1.3370758392521946
+ 1.3372598817046926
+ 1.337443890103562
+ 1.3376278644659005
+ 1.3378118048087917
+ 1.3379957111493042
+ 1.3381795835044936
+ 1.3383634218914011
+ 1.3385472263270546
+ 1.338730996828467
+ 1.3389147334126383
+ 1.339098436096554
+ 1.3392821048971861
+ 1.3394657398314926
+ 1.3396493409164174
+ 1.3398329081688907
+ 1.3400164416058291
+ 1.3401999412441354
+ 1.3403834071006986
+ 1.3405668391923937
+ 1.3407502375360818
+ 1.3409336021486111
+ 1.3411169330468151
+ 1.3413002302475143
+ 1.341483493767515
+ 1.3416667236236106
+ 1.3418499198325797
+ 1.3420330824111881
+ 1.342216211376188
+ 1.3423993067443174
+ 1.3425823685323013
+ 1.3427653967568505
+ 1.3429483914346632
+ 1.343131352582423
+ 1.3433142802168005
+ 1.3434971743544528
+ 1.3436800350120235
+ 1.3438628622061422
+ 1.3440456559534257
+ 1.344228416270477
+ 1.3444111431738859
+ 1.3445938366802286
+ 1.3447764968060678
+ 1.344959123567953
+ 1.3451417169824202
+ 1.3453242770659917
+ 1.3455068038351772
+ 1.3456892973064725
+ 1.3458717574963601
+ 1.3460541844213096
+ 1.3462365780977772
+ 1.3464189385422052
+ 1.3466012657710231
+ 1.3467835598006477
+ 1.346965820647481
+ 1.347148048327914
+ 1.3473302428583225
+ 1.3475124042550701
+ 1.347694532534507
+ 1.3478766277129706
+ 1.3480586898067841
+ 1.348240718832259
+ 1.3484227148056924
+ 1.3486046777433693
+ 1.348786607661561
+ 1.348968504576526
+ 1.3491503685045094
+ 1.349332199461744
+ 1.3495139974644486
+ 1.3496957625288297
+ 1.3498774946710805
+ 1.3500591939073816
+ 1.3502408602538998
+ 1.3504224937267897
+ 1.3506040943421926
+ 1.350785662116237
+ 1.350967197065039
+ 1.3511486992047006
+ 1.3513301685513122
+ 1.3515116051209497
+ 1.3516930089296784
+ 1.3518743799935486
+ 1.3520557183285993
+ 1.352237023950856
+ 1.352418296876331
+ 1.3525995371210249
+ 1.3527807447009246
+ 1.3529619196320046
+ 1.3531430619302267
+ 1.35332417161154
+ 1.3535052486918804
+ 1.353686293187172
+ 1.3538673051133254
+ 1.354048284486239
+ 1.354229231321798
+ 1.354410145635876
+ 1.354591027444333
+ 1.3547718767630164
+ 1.3549526936077612
+ 1.3551334779943904
+ 1.3553142299387138
+ 1.3554949494565287
+ 1.3556756365636198
+ 1.3558562912757592
+ 1.3560369136087072
+ 1.3562175035782107
+ 1.3563980612000046
+ 1.3565785864898112
+ 1.35675907946334
+ 1.3569395401362885
+ 1.357119968524342
+ 1.3573003646431727
+ 1.3574807285084407
+ 1.357661060135794
+ 1.3578413595408672
+ 1.3580216267392844
+ 1.358201861746655
+ 1.358382064578578
+ 1.358562235250639
+ 1.358742373778412
+ 1.3589224801774578
+ 1.3591025544633257
+ 1.3592825966515525
+ 1.3594626067576627
+ 1.3596425847971685
+ 1.3598225307855696
+ 1.3600024447383543
+ 1.360182326670998
+ 1.360362176598964
+ 1.3605419945377035
+ 1.3607217805026557
+ 1.3609015345092472
+ 1.3610812565728931
+ 1.361260946708996
+ 1.3614406049329462
+ 1.361620231260122
+ 1.36179982570589
+ 1.3619793882856042
+ 1.3621589190146073
+ 1.3623384179082287
+ 1.3625178849817872
+ 1.362697320250588
+ 1.3628767237299262
+ 1.3630560954350832
+ 1.3632354353813292
+ 1.3634147435839223
+ 1.3635940200581091
+ 1.3637732648191232
+ 1.3639524778821874
+ 1.3641316592625115
+ 1.3643108089752944
+ 1.3644899270357227
+ 1.364669013458971
+ 1.3648480682602018
+ 1.3650270914545666
+ 1.3652060830572041
+ 1.365385043083242
+ 1.3655639715477956
+ 1.3657428684659685
+ 1.3659217338528529
+ 1.3661005677235285
+ 1.3662793700930642
+ 1.366458140976516
+ 1.3666368803889288
+ 1.3668155883453363
+ 1.3669942648607598
+ 1.367172909950209
+ 1.3673515236286815
+ 1.367530105911164
+ 1.3677086568126313
+ 1.3678871763480462
+ 1.3680656645323608
+ 1.3682441213805139
+ 1.3684225469074343
+ 1.3686009411280384
+ 1.3687793040572314
+ 1.3689576357099065
+ 1.3691359361009456
+ 1.369314205245219
+ 1.3694924431575854
+ 1.3696706498528926
+ 1.3698488253459755
+ 1.3700269696516587
+ 1.3702050827847552
+ 1.370383164760066
+ 1.370561215592381
+ 1.3707392352964785
+ 1.3709172238871252
+ 1.371095181379077
+ 1.371273107787078
+ 1.3714510031258607
+ 1.371628867410146
+ 1.3718067006546444
+ 1.3719845028740543
+ 1.372162274083063
+ 1.372340014296346
+ 1.372517723528568
+ 1.372695401794382
+ 1.3728730491084302
+ 1.3730506654853436
+ 1.3732282509397404
+ 1.3734058054862297
+ 1.373583329139408
+ 1.3737608219138606
+ 1.373938283824162
+ 1.3741157148848755
+ 1.3742931151105526
+ 1.3744704845157343
+ 1.3746478231149504
+ 1.3748251309227184
+ 1.3750024079535463
+ 1.3751796542219297
+ 1.3753568697423535
+ 1.375534054529292
+ 1.3757112085972072
+ 1.375888331960551
+ 1.376065424633764
+ 1.3762424866312752
+ 1.3764195179675034
+ 1.3765965186568554
+ 1.3767734887137277
+ 1.3769504281525056
+ 1.377127336987563
+ 1.3773042152332635
+ 1.3774810629039587
+ 1.3776578800139903
+ 1.3778346665776882
+ 1.378011422609372
+ 1.3781881481233498
+ 1.378364843133919
+ 1.3785415076553662
+ 1.378718141701967
+ 1.3788947452879856
+ 1.3790713184276757
+ 1.3792478611352812
+ 1.3794243734250329
+ 1.3796008553111527
+ 1.3797773068078505
+ 1.379953727929326
+ 1.3801301186897679
+ 1.3803064791033537
+ 1.3804828091842507
+ 1.3806591089466151
+ 1.3808353784045924
+ 1.3810116175723173
+ 1.3811878264639137
+ 1.381364005093495
+ 1.3815401534751632
+ 1.381716271623011
+ 1.3818923595511183
+ 1.382068417273556
+ 1.382244444804384
+ 1.3824204421576511
+ 1.3825964093473955
+ 1.382772346387645
+ 1.3829482532924169
+ 1.383124130075717
+ 1.3832999767515417
+ 1.383475793333876
+ 1.3836515798366944
+ 1.3838273362739608
+ 1.384003062659629
+ 1.3841787590076413
+ 1.3843544253319306
+ 1.3845300616464185
+ 1.384705667965016
+ 1.384881244301624
+ 1.385056790670133
+ 1.3852323070844224
+ 1.3854077935583615
+ 1.385583250105809
+ 1.3857586767406134
+ 1.3859340734766123
+ 1.3861094403276333
+ 1.3862847773074933
+ 1.3864600844299992
+ 1.3866353617089464
+ 1.3868106091581214
+ 1.3869858267912991
+ 1.3871610146222448
+ 1.3873361726647127
+ 1.3875113009324476
+ 1.3876863994391828
+ 1.3878614681986428
+ 1.38803650722454
+ 1.3882115165305775
+ 1.3883864961304486
+ 1.388561446037835
+ 1.388736366266409
+ 1.3889112568298325
+ 1.389086117741757
+ 1.3892609490158236
+ 1.389435750665664
+ 1.3896105227048983
+ 1.3897852651471374
+ 1.3899599780059821
+ 1.3901346612950223
+ 1.3903093150278383
+ 1.3904839392179993
+ 1.390658533879066
+ 1.390833099024587
+ 1.3910076346681026
+ 1.391182140823142
+ 1.3913566175032235
+ 1.391531064721857
+ 1.3917054824925412
+ 1.3918798708287654
+ 1.3920542297440077
+ 1.3922285592517372
+ 1.3924028593654123
+ 1.3925771300984822
+ 1.3927513714643853
+ 1.3929255834765497
+ 1.3930997661483944
+ 1.3932739194933281
+ 1.393448043524749
+ 1.3936221382560454
+ 1.3937962037005966
+ 1.393970239871771
+ 1.394144246782927
+ 1.3943182244474137
+ 1.3944921728785695
+ 1.3946660920897236
+ 1.3948399820941948
+ 1.3950138429052923
+ 1.395187674536315
+ 1.3953614770005527
+ 1.3955352503112841
+ 1.395708994481779
+ 1.395882709525298
+ 1.3960563954550897
+ 1.396230052284395
+ 1.3964036800264432
+ 1.3965772786944557
+ 1.3967508483016424
+ 1.3969243888612046
+ 1.3970979003863329
+ 1.3972713828902086
+ 1.3974448363860035
+ 1.3976182608868792
+ 1.3977916564059878
+ 1.397965022956471
+ 1.3981383605514621
+ 1.3983116692040838
+ 1.398484948927449
+ 1.3986581997346612
+ 1.398831421638814
+ 1.3990046146529918
+ 1.3991777787902688
+ 1.3993509140637101
+ 1.3995240204863706
+ 1.399697098071296
+ 1.3998701468315218
+ 1.4000431667800748
+ 1.400216157929971
+ 1.4003891202942182
+ 1.4005620538858135
+ 1.4007349587177451
+ 1.4009078348029909
+ 1.4010806821545199
+ 1.4012535007852918
+ 1.401426290708256
+ 1.4015990519363524
+ 1.4017717844825124
+ 1.4019444883596563
+ 1.4021171635806968
+ 1.4022898101585355
+ 1.4024624281060651
+ 1.4026350174361693
+ 1.4028075781617215
+ 1.4029801102955861
+ 1.4031526138506185
+ 1.4033250888396636
+ 1.4034975352755577
+ 1.4036699531711276
+ 1.4038423425391904
+ 1.4040147033925543
+ 1.4041870357440176
+ 1.4043593396063696
+ 1.4045316149923897
+ 1.4047038619148486
+ 1.4048760803865075
+ 1.405048270420118
+ 1.4052204320284225
+ 1.4053925652241543
+ 1.4055646700200368
+ 1.4057367464287853
+ 1.4059087944631043
+ 1.40608081413569
+ 1.4062528054592294
+ 1.4064247684463995
+ 1.4065967031098687
+ 1.406768609462296
+ 1.406940487516331
+ 1.4071123372846144
+ 1.4072841587797773
+ 1.407455952014442
+ 1.407627717001221
+ 1.4077994537527185
+ 1.4079711622815292
+ 1.4081428426002378
+ 1.4083144947214208
+ 1.4084861186576456
+ 1.40865771442147
+ 1.4088292820254427
+ 1.4090008214821035
+ 1.4091723328039831
+ 1.4093438160036027
+ 1.409515271093475
+ 1.4096866980861034
+ 1.4098580969939818
+ 1.4100294678295955
+ 1.4102008106054211
+ 1.4103721253339254
+ 1.4105434120275664
+ 1.410714670698793
+ 1.4108859013600452
+ 1.4110571040237545
+ 1.4112282787023427
+ 1.4113994254082227
+ 1.4115705441537985
+ 1.4117416349514653
+ 1.4119126978136094
+ 1.412083732752608
+ 1.4122547397808283
+ 1.4124257189106308
+ 1.4125966701543653
+ 1.4127675935243735
+ 1.412938489032988
+ 1.4131093566925315
+ 1.4132801965153199
+ 1.4134510085136585
+ 1.4136217926998442
+ 1.4137925490861656
+ 1.4139632776849014
+ 1.414133978508322
+ 1.4143046515686895
+ 1.4144752968782563
+ 1.4146459144492665
+ 1.414816504293955
+ 1.414987066424548
+ 1.4151576008532634
+ 1.4153281075923096
+ 1.4154985866538867
+ 1.415669038050186
+ 1.4158394617933896
+ 1.4160098578956717
+ 1.4161802263691967
+ 1.416350567226121
+ 1.416520880478592
+ 1.4166911661387487
+ 1.4168614242187212
+ 1.4170316547306303
+ 1.417201857686589
+ 1.4173720330987014
+ 1.417542180979063
+ 1.4177123013397601
+ 1.4178823941928704
+ 1.418052459550464
+ 1.4182224974246012
+ 1.418392507827334
+ 1.4185624907707062
+ 1.4187324462667523
+ 1.4189023743274987
+ 1.419072274964963
+ 1.4192421481911544
+ 1.419411994018073
+ 1.4195818124577113
+ 1.419751603522052
+ 1.4199213672230708
+ 1.4200911035727333
+ 1.420260812582997
+ 1.4204304942658117
+ 1.420600148633118
+ 1.4207697756968476
+ 1.4209393754689243
+ 1.421108947961264
+ 1.4212784931857723
+ 1.4214480111543482
+ 1.421617501878881
+ 1.421786965371252
+ 1.4219564016433346
+ 1.4221258107069925
+ 1.422295192574082
+ 1.4224645472564508
+ 1.422633874765937
+ 1.4228031751143728
+ 1.4229724483135795
+ 1.4231416943753712
+ 1.4233109133115536
+ 1.4234801051339234
+ 1.42364926985427
+ 1.4238184074843732
+ 1.4239875180360055
+ 1.4241566015209304
+ 1.4243256579509032
+ 1.4244946873376714
+ 1.4246636896929732
+ 1.4248326650285392
+ 1.4250016133560917
+ 1.425170534687344
+ 1.4253394290340025
+ 1.4255082964077637
+ 1.4256771368203167
+ 1.4258459502833423
+ 1.4260147368085134
+ 1.4261834964074935
+ 1.4263522290919393
+ 1.4265209348734977
+ 1.426689613763809
+ 1.4268582657745041
+ 1.4270268909172064
+ 1.4271954892035303
+ 1.427364060645083
+ 1.4275326052534631
+ 1.4277011230402605
+ 1.4278696140170581
+ 1.4280380781954292
+ 1.42820651558694
+ 1.4283749262031482
+ 1.4285433100556035
+ 1.4287116671558475
+ 1.4288799975154132
+ 1.4290483011458264
+ 1.4292165780586035
+ 1.4293848282652541
+ 1.4295530517772792
+ 1.4297212486061717
+ 1.4298894187634161
+ 1.4300575622604894
+ 1.4302256791088603
+ 1.4303937693199893
+ 1.4305618329053296
+ 1.4307298698763249
+ 1.4308978802444123
+ 1.4310658640210203
+ 1.4312338212175693
+ 1.4314017518454718
+ 1.431569655916133
+ 1.4317375334409483
+ 1.4319053844313074
+ 1.4320732088985904
+ 1.4322410068541698
+ 1.4324087783094106
+ 1.4325765232756695
+ 1.4327442417642953
+ 1.4329119337866287
+ 1.4330795993540029
+ 1.4332472384777428
+ 1.4334148511691658
+ 1.4335824374395807
+ 1.433749997300289
+ 1.4339175307625842
+ 1.434085037837752
+ 1.4342525185370705
+ 1.4344199728718086
+ 1.4345874008532287
+ 1.4347548024925851
+ 1.4349221778011243
+ 1.4350895267900843
+ 1.4352568494706959
+ 1.4354241458541819
+ 1.4355914159517575
+ 1.43575865977463
+ 1.4359258773339982
+ 1.436093068641055
+ 1.4362602337069827
+ 1.4364273725429584
+ 1.4365944851601504
+ 1.436761571569719
+ 1.4369286317828172
+ 1.43709566581059
+ 1.4372626736641745
+ 1.4374296553547006
+ 1.4375966108932903
+ 1.4377635402910576
+ 1.437930443559109
+ 1.4380973207085435
+ 1.4382641717504516
+ 1.4384309966959175
+ 1.4385977955560163
+ 1.4387645683418167
+ 1.4389313150643788
+ 1.4390980357347551
+ 1.439264730363991
+ 1.4394313989631238
+ 1.4395980415431837
+ 1.4397646581151926
+ 1.4399312486901652
+ 1.4400978132791085
+ 1.4402643518930218
+ 1.4404308645428971
+ 1.4405973512397185
+ 1.4407638119944628
+ 1.4409302468180987
+ 1.441096655721588
+ 1.4412630387158847
+ 1.4414293958119346
+ 1.4415957270206774
+ 1.4417620323530438
+ 1.441928311819958
+ 1.4420945654323358
+ 1.4422607932010862
+ 1.4424269951371107
+ 1.4425931712513023
+ 1.442759321554548
+ 1.442925446057726
+ 1.443091544771708
+ 1.4432576177073575
+ 1.4434236648755312
+ 1.4435896862870776
+ 1.443755681952838
+ 1.443921651883647
+ 1.4440875960903305
+ 1.4442535145837085
+ 1.4444194073745917
+ 1.4445852744737848
+ 1.4447511158920847
+ 1.444916931640281
+ 1.4450827217291558
+ 1.4452484861694834
+ 1.4454142249720312
+ 1.4455799381475594
+ 1.4457456257068206
+ 1.44591128766056
+ 1.446076924019515
+ 1.4462425347944166
+ 1.446408119995988
+ 1.4465736796349449
+ 1.4467392137219957
+ 1.4469047222678417
+ 1.4470702052831768
+ 1.4472356627786878
+ 1.4474010947650537
+ 1.4475665012529468
+ 1.4477318822530314
+ 1.4478972377759651
+ 1.4480625678323986
+ 1.4482278724329742
+ 1.4483931515883277
+ 1.4485584053090876
+ 1.4487236336058753
+ 1.4488888364893042
+ 1.4490540139699815
+ 1.4492191660585063
+ 1.4493842927654712
+ 1.4495493941014612
+ 1.4497144700770543
+ 1.4498795207028206
+ 1.450044545989324
+ 1.450209545947121
+ 1.4503745205867604
+ 1.4505394699187844
+ 1.4507043939537279
+ 1.4508692927021178
+ 1.4510341661744754
+ 1.451199014381314
+ 1.4513638373331397
+ 1.4515286350404513
+ 1.451693407513741
+ 1.4518581547634941
+ 1.452022876800188
+ 1.4521875736342933
+ 1.4523522452762736
+ 1.4525168917365854
+ 1.452681513025678
+ 1.4528461091539944
+ 1.453010680131969
+ 1.4531752259700308
+ 1.4533397466786002
+ 1.453504242268092
+ 1.4536687127489127
+ 1.4538331581314627
+ 1.453997578426135
+ 1.4541619736433153
+ 1.454326343793383
+ 1.4544906888867097
+ 1.4546550089336605
+ 1.4548193039445938
+ 1.4549835739298598
+ 1.4551478188998033
+ 1.4553120388647607
+ 1.4554762338350626
+ 1.4556404038210315
+ 1.4558045488329845
+ 1.4559686688812297
+ 1.4561327639760702
+ 1.4562968341278009
+ 1.4564608793467102
+ 1.4566248996430802
+ 1.4567888950271846
+ 1.4569528655092914
+ 1.4571168110996615
+ 1.4572807318085486
+ 1.4574446276461999
+ 1.4576084986228552
+ 1.4577723447487476
+ 1.457936166034104
+ 1.4580999624891433
+ 1.4582637341240783
+ 1.4584274809491151
+ 1.4585912029744519
+ 1.4587549002102815
+ 1.4589185726667888
+ 1.459082220354152
+ 1.4592458432825433
+ 1.459409441462127
+ 1.4595730149030612
+ 1.459736563615497
+ 1.4599000876095791
+ 1.460063586895445
+ 1.4602270614832251
+ 1.460390511383044
+ 1.4605539366050186
+ 1.4607173371592594
+ 1.4608807130558705
+ 1.4610440643049485
+ 1.461207390916584
+ 1.46137069290086
+ 1.461533970267854
+ 1.4616972230276355
+ 1.4618604511902682
+ 1.4620236547658083
+ 1.4621868337643062
+ 1.462349988195805
+ 1.462513118070341
+ 1.4626762233979442
+ 1.4628393041886376
+ 1.463002360452438
+ 1.4631653921993548
+ 1.4633283994393917
+ 1.4634913821825448
+ 1.4636543404388038
+ 1.463817274218152
+ 1.4639801835305664
+ 1.4641430683860162
+ 1.4643059287944655
+ 1.46446876476587
+ 1.4646315763101805
+ 1.4647943634373406
+ 1.4649571261572865
+ 1.4651198644799486
+ 1.465282578415251
+ 1.4654452679731105
+ 1.4656079331634373
+ 1.465770573996136
+ 1.465933190481103
+ 1.4660957826282304
+ 1.4662583504474014
+ 1.466420893948494
+ 1.4665834131413793
+ 1.4667459080359224
+ 1.4669083786419808
+ 1.4670708249694062
+ 1.4672332470280436
+ 1.4673956448277319
+ 1.4675580183783028
+ 1.467720367689582
+ 1.4678826927713884
+ 1.468044993633535
+ 1.468207270285827
+ 1.4683695227380649
+ 1.4685317510000409
+ 1.4686939550815425
+ 1.4688561349923497
+ 1.4690182907422358
+ 1.4691804223409686
+ 1.469342529798309
+ 1.4695046131240108
+ 1.4696666723278227
+ 1.4698287074194858
+ 1.4699907184087355
+ 1.4701527053053003
+ 1.470314668118903
+ 1.4704766068592592
+ 1.4706385215360784
+ 1.4708004121590639
+ 1.4709622787379122
+ 1.4711241212823145
+ 1.4712859398019538
+ 1.4714477343065084
+ 1.4716095048056494
+ 1.471771251309042
+ 1.4719329738263442
+ 1.472094672367209
+ 1.4722563469412817
+ 1.4724179975582024
+ 1.4725796242276041
+ 1.4727412269591138
+ 1.472902805762352
+ 1.4730643606469336
+ 1.4732258916224659
+ 1.473387398698551
+ 1.4735488818847846
+ 1.473710341190755
+ 1.473871776626046
+ 1.4740331882002342
+ 1.4741945759228894
+ 1.4743559398035757
+ 1.4745172798518513
+ 1.4746785960772675
+ 1.47483988848937
+ 1.4750011570976975
+ 1.475162401911783
+ 1.4753236229411535
+ 1.4754848201953288
+ 1.4756459936838235
+ 1.4758071434161455
+ 1.4759682694017962
+ 1.476129371650272
+ 1.4762904501710614
+ 1.4764515049736484
+ 1.4766125360675093
+ 1.4767735434621156
+ 1.4769345271669316
+ 1.4770954871914161
+ 1.477256423545021
+ 1.4774173362371927
+ 1.4775782252773713
+ 1.4777390906749905
+ 1.4778999324394786
+ 1.4780607505802565
+ 1.4782215451067404
+ 1.4783823160283391
+ 1.4785430633544565
+ 1.478703787094489
+ 1.478864487257828
+ 1.4790251638538587
+ 1.4791858168919596
+ 1.479346446381504
+ 1.4795070523318579
+ 1.479667634752382
+ 1.4798281936524313
+ 1.4799887290413543
+ 1.4801492409284929
+ 1.4803097293231837
+ 1.480470194234757
+ 1.480630635672537
+ 1.4807910536458422
+ 1.4809514481639843
+ 1.4811118192362698
+ 1.481272166871999
+ 1.4814324910804655
+ 1.4815927918709582
+ 1.4817530692527583
+ 1.4819133232351427
+ 1.4820735538273808
+ 1.482233761038737
+ 1.4823939448784698
+ 1.4825541053558309
+ 1.4827142424800663
+ 1.4828743562604167
+ 1.4830344467061165
+ 1.4831945138263933
+ 1.4833545576304696
+ 1.4835145781275623
+ 1.4836745753268812
+ 1.4838345492376315
+ 1.4839944998690109
+ 1.4841544272302127
+ 1.4843143313304235
+ 1.4844742121788241
+ 1.4846340697845892
+ 1.484793904156888
+ 1.4849537153048835
+ 1.4851135032377332
+ 1.485273267964588
+ 1.4854330094945931
+ 1.4855927278368888
+ 1.4857524230006083
+ 1.4859120949948794
+ 1.4860717438288245
+ 1.4862313695115588
+ 1.486390972052193
+ 1.4865505514598318
+ 1.4867101077435734
+ 1.4868696409125106
+ 1.48702915097573
+ 1.487188637942313
+ 1.4873481018213346
+ 1.4875075426218647
+ 1.487666960352966
+ 1.487826355023697
+ 1.4879857266431094
+ 1.4881450752202492
+ 1.4883044007641575
+ 1.4884637032838681
+ 1.4886229827884103
+ 1.4887822392868069
+ 1.4889414727880754
+ 1.4891006833012272
+ 1.4892598708352682
+ 1.4894190353991985
+ 1.4895781770020118
+ 1.4897372956526973
+ 1.4898963913602372
+ 1.4900554641336088
+ 1.4902145139817837
+ 1.4903735409137269
+ 1.4905325449383986
+ 1.490691526064753
+ 1.4908504843017383
+ 1.4910094196582975
+ 1.4911683321433675
+ 1.4913272217658795
+ 1.4914860885347594
+ 1.4916449324589274
+ 1.491803753547297
+ 1.4919625518087776
+ 1.4921213272522718
+ 1.4922800798866767
+ 1.4924388097208845
+ 1.4925975167637804
+ 1.4927562010242457
+ 1.492914862511154
+ 1.4930735012333751
+ 1.493232117199772
+ 1.4933907104192028
+ 1.4935492809005197
+ 1.4937078286525687
+ 1.4938663536841914
+ 1.4940248560042224
+ 1.494183335621492
+ 1.494341792544824
+ 1.4945002267830367
+ 1.4946586383449438
+ 1.4948170272393517
+ 1.494975393475063
+ 1.4951337370608733
+ 1.4952920580055733
+ 1.4954503563179482
+ 1.4956086320067776
+ 1.4957668850808352
+ 1.495925115548889
+ 1.4960833234197028
+ 1.496241508702033
+ 1.496399671404632
+ 1.4965578115362457
+ 1.496715929105615
+ 1.4968740241214746
+ 1.4970320965925545
+ 1.4971901465275792
+ 1.4973481739352668
+ 1.4975061788243305
+ 1.497664161203478
+ 1.497822121081412
+ 1.4979800584668284
+ 1.4981379733684188
+ 1.4982958657948686
+ 1.4984537357548584
+ 1.4986115832570628
+ 1.498769408310151
+ 1.498927210922787
+ 1.499084991103629
+ 1.49924274886133
+ 1.4994004842045379
+ 1.499558197141894
+ 1.4997158876820358
+ 1.4998735558335936
+ 1.5000312016051935
+ 1.5001888250054563
+ 1.5003464260429962
+ 1.500504004726423
+ 1.500661561064341
+ 1.5008190950653488
+ 1.5009766067380397
+ 1.5011340960910013
+ 1.5012915631328168
+ 1.5014490078720628
+ 1.5016064303173113
+ 1.5017638304771281
+ 1.5019212083600755
+ 1.5020785639747078
+ 1.502235897329576
+ 1.5023932084332252
+ 1.5025504972941945
+ 1.5027077639210185
+ 1.5028650083222257
+ 1.50302223050634
+ 1.5031794304818797
+ 1.5033366082573576
+ 1.503493763841281
+ 1.5036508972421527
+ 1.5038080084684693
+ 1.5039650975287226
+ 1.504122164431399
+ 1.504279209184979
+ 1.504436231797939
+ 1.5045932322787494
+ 1.504750210635875
+ 1.5049071668777758
+ 1.5050641010129064
+ 1.5052210130497163
+ 1.5053779029966499
+ 1.5055347708621452
+ 1.5056916166546361
+ 1.5058484403825512
+ 1.506005242054313
+ 1.5061620216783398
+ 1.5063187792630437
+ 1.5064755148168325
+ 1.506632228348108
+ 1.5067889198652673
+ 1.5069455893767019
+ 1.5071022368907976
+ 1.5072588624159369
+ 1.5074154659604948
+ 1.5075720475328422
+ 1.5077286071413454
+ 1.507885144794364
+ 1.5080416605002536
+ 1.5081981542673644
+ 1.5083546261040406
+ 1.5085110760186224
+ 1.5086675040194442
+ 1.5088239101148353
+ 1.5089802943131199
+ 1.5091366566226165
+ 1.5092929970516398
+ 1.509449315608498
+ 1.5096056123014947
+ 1.5097618871389287
+ 1.5099181401290924
+ 1.5100743712802744
+ 1.510230580600758
+ 1.510386768098821
+ 1.5105429337827356
+ 1.5106990776607698
+ 1.5108551997411865
+ 1.5110113000322425
+ 1.5111673785421906
+ 1.5113234352792777
+ 1.511479470251746
+ 1.511635483467833
+ 1.5117914749357697
+ 1.5119474446637842
+ 1.512103392660097
+ 1.512259318932926
+ 1.5124152234904822
+ 1.5125711063409724
+ 1.5127269674925978
+ 1.5128828069535554
+ 1.5130386247320362
+ 1.513194420836227
+ 1.513350195274309
+ 1.5135059480544582
+ 1.5136616791848458
+ 1.5138173886736388
+ 1.513973076528998
+ 1.5141287427590797
+ 1.5142843873720349
+ 1.5144400103760096
+ 1.5145956117791453
+ 1.5147511915895784
+ 1.5149067498154394
+ 1.5150622864648549
+ 1.5152178015459459
+ 1.5153732950668288
+ 1.5155287670356148
+ 1.5156842174604097
+ 1.5158396463493156
+ 1.5159950537104279
+ 1.5161504395518384
+ 1.5163058038816333
+ 1.5164611467078943
+ 1.5166164680386975
+ 1.5167717678821147
+ 1.516927046246212
+ 1.517082303139052
+ 1.51723753856869
+ 1.517392752543179
+ 1.517547945070565
+ 1.5177031161588903
+ 1.5178582658161919
+ 1.5180133940505018
+ 1.5181685008698471
+ 1.5183235862822502
+ 1.5184786502957286
+ 1.5186336929182942
+ 1.518788714157955
+ 1.5189437140227133
+ 1.5190986925205678
+ 1.5192536496595104
+ 1.5194085854475297
+ 1.5195634998926084
+ 1.5197183930027252
+ 1.5198732647858535
+ 1.5200281152499615
+ 1.5201829444030133
+ 1.5203377522529675
+ 1.5204925388077783
+ 1.520647304075395
+ 1.5208020480637614
+ 1.5209567707808171
+ 1.5211114722344974
+ 1.5212661524327316
+ 1.5214208113834444
+ 1.5215754490945566
+ 1.5217300655739832
+ 1.5218846608296348
+ 1.5220392348694176
+ 1.5221937877012317
+ 1.5223483193329739
+ 1.5225028297725354
+ 1.5226573190278025
+ 1.5228117871066573
+ 1.5229662340169767
+ 1.5231206597666327
+ 1.523275064363493
+ 1.52342944781542
+ 1.523583810130272
+ 1.5237381513159016
+ 1.5238924713801578
+ 1.5240467703308835
+ 1.524201048175918
+ 1.5243553049230953
+ 1.5245095405802447
+ 1.5246637551551911
+ 1.5248179486557543
+ 1.5249721210897493
+ 1.5251262724649866
+ 1.525280402789272
+ 1.5254345120704063
+ 1.5255886003161858
+ 1.5257426675344024
+ 1.5258967137328427
+ 1.5260507389192888
+ 1.5262047431015182
+ 1.5263587262873042
+ 1.5265126884844138
+ 1.5266666297006115
+ 1.5268205499436551
+ 1.5269744492212989
+ 1.5271283275412926
+ 1.5272821849113805
+ 1.5274360213393026
+ 1.5275898368327943
+ 1.5277436313995865
+ 1.5278974050474048
+ 1.5280511577839708
+ 1.528204889617001
+ 1.528358600554208
+ 1.528512290603299
+ 1.5286659597719763
+ 1.5288196080679386
+ 1.5289732354988792
+ 1.5291268420724873
+ 1.529280427796447
+ 1.5294339926784375
+ 1.5295875367261345
+ 1.529741059947208
+ 1.5298945623493243
+ 1.5300480439401443
+ 1.530201504727325
+ 1.5303549447185176
+ 1.5305083639213704
+ 1.5306617623435257
+ 1.5308151399926222
+ 1.5309684968762933
+ 1.5311218330021685
+ 1.531275148377872
+ 1.5314284430110237
+ 1.5315817169092392
+ 1.5317349700801293
+ 1.5318882025313003
+ 1.532041414270354
+ 1.5321946053048876
+ 1.5323477756424935
+ 1.5325009252907602
+ 1.5326540542572709
+ 1.5328071625496051
+ 1.5329602501753368
+ 1.5331133171420361
+ 1.5332663634572687
+ 1.5334193891285952
+ 1.5335723941635726
+ 1.5337253785697522
+ 1.5338783423546816
+ 1.5340312855259033
+ 1.5341842080909565
+ 1.5343371100573746
+ 1.5344899914326873
+ 1.5346428522244189
+ 1.5347956924400905
+ 1.5349485120872177
+ 1.535101311173312
+ 1.5352540897058804
+ 1.5354068476924254
+ 1.5355595851404453
+ 1.5357123020574337
+ 1.5358649984508792
+ 1.536017674328267
+ 1.536170329697077
+ 1.5363229645647853
+ 1.536475578938863
+ 1.536628172826777
+ 1.53678074623599
+ 1.5369332991739593
+ 1.5370858316481395
+ 1.537238343665979
+ 1.5373908352349228
+ 1.537543306362411
+ 1.53769575705588
+ 1.537848187322761
+ 1.538000597170481
+ 1.5381529866064627
+ 1.5383053556381245
+ 1.5384577042728804
+ 1.5386100325181393
+ 1.5387623403813069
+ 1.5389146278697834
+ 1.5390668949909654
+ 1.5392191417522454
+ 1.53937136816101
+ 1.5395235742246425
+ 1.5396757599505224
+ 1.5398279253460236
+ 1.5399800704185165
+ 1.5401321951753666
+ 1.5402842996239354
+ 1.54043638377158
+ 1.5405884476256528
+ 1.5407404911935025
+ 1.5408925144824728
+ 1.5410445174999037
+ 1.5411965002531303
+ 1.5413484627494836
+ 1.5415004049962902
+ 1.5416523270008726
+ 1.541804228770549
+ 1.5419561103126325
+ 1.5421079716344332
+ 1.5422598127432559
+ 1.5424116336464013
+ 1.542563434351166
+ 1.5427152148648422
+ 1.5428669751947177
+ 1.5430187153480763
+ 1.543170435332197
+ 1.5433221351543553
+ 1.5434738148218219
+ 1.5436254743418627
+ 1.5437771137217402
+ 1.5439287329687126
+ 1.5440803320900331
+ 1.5442319110929519
+ 1.544383469984713
+ 1.5445350087725582
+ 1.544686527463724
+ 1.5448380260654424
+ 1.5449895045849418
+ 1.5451409630294461
+ 1.545292401406175
+ 1.5454438197223437
+ 1.545595217985164
+ 1.545746596201842
+ 1.5458979543795808
+ 1.546049292525579
+ 1.546200610647031
+ 1.5463519087511268
+ 1.546503186845052
+ 1.5466544449359887
+ 1.546805683031114
+ 1.5469569011376016
+ 1.54710809926262
+ 1.5472592774133347
+ 1.5474104355969056
+ 1.5475615738204898
+ 1.5477126920912394
+ 1.5478637904163024
+ 1.5480148688028232
+ 1.548165927257941
+ 1.548316965788792
+ 1.5484679844025073
+ 1.5486189831062138
+ 1.5487699619070352
+ 1.5489209208120902
+ 1.5490718598284938
+ 1.5492227789633564
+ 1.5493736782237846
+ 1.5495245576168808
+ 1.5496754171497433
+ 1.5498262568294658
+ 1.5499770766631389
+ 1.550127876657848
+ 1.5502786568206746
+ 1.5504294171586965
+ 1.5505801576789875
+ 1.5507308783886162
+ 1.5508815792946486
+ 1.551032260404145
+ 1.5511829217241635
+ 1.5513335632617558
+ 1.5514841850239713
+ 1.5516347870178546
+ 1.5517853692504466
+ 1.5519359317287833
+ 1.5520864744598977
+ 1.5522369974508174
+ 1.5523875007085675
+ 1.5525379842401676
+ 1.552688448052634
+ 1.552838892152979
+ 1.55298931654821
+ 1.5531397212453313
+ 1.553290106251343
+ 1.5534404715732404
+ 1.5535908172180155
+ 1.5537411431926558
+ 1.553891449504145
+ 1.5540417361594632
+ 1.5541920031655851
+ 1.5543422505294828
+ 1.5544924782581235
+ 1.5546426863584708
+ 1.5547928748374844
+ 1.554943043702119
+ 1.5550931929593268
+ 1.5552433226160545
+ 1.5553934326792458
+ 1.5555435231558394
+ 1.5556935940527716
+ 1.5558436453769733
+ 1.5559936771353717
+ 1.5561436893348901
+ 1.556293681982448
+ 1.5564436550849605
+ 1.556593608649339
+ 1.556743542682491
+ 1.5568934571913198
+ 1.5570433521827247
+ 1.5571932276636011
+ 1.5573430836408406
+ 1.5574929201213306
+ 1.5576427371119543
+ 1.5577925346195918
+ 1.5579423126511183
+ 1.558092071213405
+ 1.5582418103133207
+ 1.558391529957728
+ 1.5585412301534871
+ 1.558690910907454
+ 1.5588405722264804
+ 1.5589902141174141
+ 1.5591398365870992
+ 1.5592894396423755
+ 1.5594390232900797
+ 1.5595885875370437
+ 1.5597381323900958
+ 1.5598876578560603
+ 1.5600371639417576
+ 1.5601866506540045
+ 1.5603361179996134
+ 1.560485565985393
+ 1.5606349946181481
+ 1.5607844039046797
+ 1.5609337938517847
+ 1.5610831644662566
+ 1.5612325157548839
+ 1.5613818477244525
+ 1.5615311603817437
+ 1.561680453733535
+ 1.5618297277866002
+ 1.561978982547709
+ 1.5621282180236276
+ 1.5622774342211174
+ 1.5624266311469373
+ 1.5625758088078412
+ 1.5627249672105799
+ 1.5628741063618998
+ 1.5630232262685433
+ 1.5631723269372502
+ 1.5633214083747546
+ 1.5634704705877884
+ 1.5636195135830786
+ 1.5637685373673487
+ 1.5639175419473186
+ 1.5640665273297039
+ 1.5642154935212171
+ 1.5643644405285657
+ 1.564513368358455
+ 1.5646622770175842
+ 1.5648111665126512
+ 1.5649600368503485
+ 1.5651088880373651
+ 1.5652577200803865
+ 1.565406532986094
+ 1.5655553267611653
+ 1.5657041014122743
+ 1.5658528569460914
+ 1.5660015933692824
+ 1.5661503106885097
+ 1.5662990089104327
+ 1.5664476880417055
+ 1.5665963480889802
+ 1.566744989058903
+ 1.5668936109581184
+ 1.5670422137932656
+ 1.567190797570981
+ 1.5673393622978966
+ 1.5674879079806414
+ 1.5676364346258393
+ 1.5677849422401122
+ 1.5679334308300767
+ 1.5680819004023465
+ 1.5682303509635314
+ 1.5683787825202369
+ 1.5685271950790656
+ 1.5686755886466162
+ 1.5688239632294831
+ 1.5689723188342573
+ 1.569120655467526
+ 1.5692689731358733
+ 1.5694172718458788
+ 1.5695655516041178
+ 1.569713812417164
+ 1.5698620542915849
+ 1.570010277233946
+ 1.5701584812508087
+ 1.57030666634873
+ 1.570454832534264
+ 1.570602979813961
+ 1.5707511081943673
+ 1.5708992176820251
+ 1.5710473082834742
+ 1.5711953800052494
+ 1.5713434328538824
+ 1.5714914668359017
+ 1.5716394819578308
+ 1.5717874782261907
+ 1.5719354556474983
+ 1.5720834142282665
+ 1.5722313539750055
+ 1.5723792748942207
+ 1.5725271769924143
+ 1.5726750602760853
+ 1.5728229247517282
+ 1.5729707704258344
+ 1.5731185973048913
+ 1.573266405395383
+ 1.5734141947037903
+ 1.5735619652365893
+ 1.5737097170002525
+ 1.5738574500012503
+ 1.5740051642460477
+ 1.5741528597411074
+ 1.5743005364928875
+ 1.5744481945078428
+ 1.5745958337924242
+ 1.57474345435308
+ 1.574891056196254
+ 1.575038639328386
+ 1.5751862037559132
+ 1.5753337494852686
+ 1.5754812765228818
+ 1.5756287848751787
+ 1.5757762745485813
+ 1.5759237455495083
+ 1.5760711978843756
+ 1.5762186315595936
+ 1.5763660465815712
+ 1.576513442956712
+ 1.576660820691417
+ 1.5768081797920834
+ 1.5769555202651049
+ 1.5771028421168711
+ 1.5772501453537686
+ 1.5773974299821802
+ 1.5775446960084853
+ 1.5776919434390602
+ 1.5778391722802756
+ 1.5779863825385012
+ 1.5781335742201017
+ 1.5782807473314386
+ 1.5784279018788698
+ 1.5785750378687495
+ 1.5787221553074287
+ 1.5788692542012546
+ 1.5790163345565713
+ 1.5791633963797183
+ 1.5793104396770326
+ 1.5794574644548474
+ 1.579604470719492
+ 1.579751458477293
+ 1.5798984277345722
+ 1.5800453784976491
+ 1.580192310772839
+ 1.5803392245664543
+ 1.5804861198848026
+ 1.5806329967341897
+ 1.5807798551209162
+ 1.5809266950512806
+ 1.5810735165315775
+ 1.5812203195680972
+ 1.5813671041671273
+ 1.5815138703349518
+ 1.5816606180778514
+ 1.5818073474021026
+ 1.5819540583139793
+ 1.5821007508197509
+ 1.5822474249256842
+ 1.5823940806380423
+ 1.5825407179630844
+ 1.5826873369070669
+ 1.5828339374762423
+ 1.5829805196768592
+ 1.583127083515164
+ 1.5832736289973985
+ 1.5834201561298014
+ 1.583566664918608
+ 1.58371315537005
+ 1.5838596274903558
+ 1.5840060812857504
+ 1.584152516762455
+ 1.584298933926688
+ 1.5844453327846635
+ 1.584591713342593
+ 1.584738075606684
+ 1.5848844195831406
+ 1.585030745278164
+ 1.5851770526979512
+ 1.5853233418486965
+ 1.58546961273659
+ 1.5856158653678192
+ 1.5857620997485673
+ 1.5859083158850154
+ 1.5860545137833395
+ 1.5862006934497135
+ 1.5863468548903072
+ 1.5864929981112876
+ 1.5866391231188177
+ 1.5867852299190572
+ 1.5869313185181626
+ 1.5870773889222871
+ 1.5872234411375803
+ 1.5873694751701883
+ 1.5875154910262539
+ 1.587661488711917
+ 1.5878074682333134
+ 1.5879534295965756
+ 1.5880993728078332
+ 1.5882452978732124
+ 1.5883912047988353
+ 1.5885370935908212
+ 1.5886829642552867
+ 1.588828816798343
+ 1.5889746512261003
+ 1.5891204675446637
+ 1.589266265760136
+ 1.5894120458786163
+ 1.5895578079061998
+ 1.5897035518489795
+ 1.589849277713044
+ 1.589994985504479
+ 1.5901406752293668
+ 1.5902863468937865
+ 1.5904320005038135
+ 1.5905776360655206
+ 1.5907232535849767
+ 1.5908688530682469
+ 1.591014434521394
+ 1.5911599979504767
+ 1.591305543361551
+ 1.5914510707606688
+ 1.5915965801538798
+ 1.5917420715472295
+ 1.5918875449467598
+ 1.5920330003585104
+ 1.5921784377885169
+ 1.5923238572428116
+ 1.5924692587274243
+ 1.59261464224838
+ 1.5927600078117021
+ 1.5929053554234098
+ 1.5930506850895187
+ 1.5931959968160416
+ 1.5933412906089885
+ 1.593486566474365
+ 1.5936318244181742
+ 1.5937770644464153
+ 1.5939222865650853
+ 1.5940674907801768
+ 1.5942126770976797
+ 1.5943578455235805
+ 1.5945029960638624
+ 1.5946481287245053
+ 1.5947932435114864
+ 1.5949383404307786
+ 1.5950834194883523
+ 1.5952284806901742
+ 1.5953735240422087
+ 1.5955185495504154
+ 1.595663557220752
+ 1.5958085470591723
+ 1.5959535190716274
+ 1.5960984732640642
+ 1.596243409642427
+ 1.5963883282126572
+ 1.5965332289806922
+ 1.5966781119524665
+ 1.596822977133912
+ 1.5969678245309564
+ 1.5971126541495242
+ 1.5972574659955376
+ 1.597402260074915
+ 1.597547036393571
+ 1.5976917949574185
+ 1.5978365357723656
+ 1.597981258844318
+ 1.5981259641791787
+ 1.598270651782846
+ 1.5984153216612162
+ 1.5985599738201826
+ 1.5987046082656338
+ 1.598849225003457
+ 1.5989938240395352
+ 1.599138405379748
+ 1.5992829690299726
+ 1.5994275149960826
+ 1.5995720432839486
+ 1.5997165538994378
+ 1.5998610468484138
+ 1.6000055221367384
+ 1.6001499797702687
+ 1.6002944197548596
+ 1.6004388420963624
+ 1.6005832468006251
+ 1.6007276338734933
+ 1.6008720033208088
+ 1.6010163551484102
+ 1.601160689362133
+ 1.6013050059678102
+ 1.6014493049712708
+ 1.6015935863783408
+ 1.6017378501948434
+ 1.6018820964265985
+ 1.6020263250794227
+ 1.6021705361591299
+ 1.6023147296715303
+ 1.6024589056224312
+ 1.602603064017637
+ 1.6027472048629485
+ 1.6028913281641644
+ 1.6030354339270783
+ 1.6031795221574827
+ 1.603323592861166
+ 1.603467646043914
+ 1.6036116817115083
+ 1.6037556998697287
+ 1.6038997005243512
+ 1.6040436836811487
+ 1.6041876493458913
+ 1.6043315975243457
+ 1.6044755282222753
+ 1.6046194414454416
+ 1.604763337199601
+ 1.6049072154905084
+ 1.6050510763239154
+ 1.6051949197055697
+ 1.6053387456412171
+ 1.605482554136599
+ 1.6056263451974546
+ 1.60577011882952
+ 1.6059138750385276
+ 1.6060576138302074
+ 1.6062013352102862
+ 1.6063450391844873
+ 1.6064887257585316
+ 1.606632394938136
+ 1.6067760467290153
+ 1.606919681136881
+ 1.6070632981674409
+ 1.6072068978264007
+ 1.607350480119462
+ 1.6074940450523243
+ 1.6076375926306834
+ 1.6077811228602328
+ 1.6079246357466617
+ 1.6080681312956577
+ 1.6082116095129046
+ 1.6083550704040825
+ 1.60849851397487
+ 1.6086419402309415
+ 1.608785349177969
+ 1.608928740821621
+ 1.609072115167563
+ 1.609215472221458
+ 1.6093588119889655
+ 1.6095021344757419
+ 1.609645439687441
+ 1.6097887276297131
+ 1.6099319983082059
+ 1.6100752517285641
+ 1.6102184878964292
+ 1.6103617068174392
+ 1.6105049084972303
+ 1.6106480929414349
+ 1.6107912601556817
+ 1.6109344101455985
+ 1.6110775429168076
+ 1.61122065847493
+ 1.6113637568255836
+ 1.6115068379743824
+ 1.6116499019269381
+ 1.6117929486888591
+ 1.6119359782657514
+ 1.6120789906632174
+ 1.6122219858868563
+ 1.6123649639422653
+ 1.6125079248350378
+ 1.6126508685707641
+ 1.6127937951550326
+ 1.612936704593428
+ 1.6130795968915315
+ 1.6132224720549224
+ 1.6133653300891762
+ 1.613508170999866
+ 1.613650994792562
+ 1.6137938014728306
+ 1.6139365910462362
+ 1.61407936351834
+ 1.6142221188946995
+ 1.6143648571808706
+ 1.6145075783824052
+ 1.6146502825048523
+ 1.6147929695537588
+ 1.6149356395346681
+ 1.61507829245312
+ 1.6152209283146528
+ 1.6153635471248007
+ 1.6155061488890956
+ 1.615648733613066
+ 1.615791301302238
+ 1.6159338519621342
+ 1.616076385598275
+ 1.616218902216177
+ 1.6163614018213546
+ 1.6165038844193191
+ 1.6166463500155788
+ 1.616788798615639
+ 1.616931230225002
+ 1.617073644849168
+ 1.6172160424936333
+ 1.6173584231638916
+ 1.6175007868654339
+ 1.6176431336037482
+ 1.6177854633843196
+ 1.6179277762126305
+ 1.6180700720941599
+ 1.6182123510343847
+ 1.6183546130387778
+ 1.6184968581128105
+ 1.6186390862619497
+ 1.6187812974916613
+ 1.6189234918074067
+ 1.619065669214645
+ 1.6192078297188328
+ 1.6193499733254235
+ 1.6194921000398672
+ 1.6196342098676122
+ 1.6197763028141028
+ 1.6199183788847809
+ 1.6200604380850854
+ 1.6202024804204533
+ 1.6203445058963173
+ 1.6204865145181078
+ 1.6206285062912527
+ 1.6207704812211767
+ 1.6209124393133023
+ 1.6210543805730475
+ 1.6211963050058291
+ 1.621338212617061
+ 1.6214801034121529
+ 1.6216219773965133
+ 1.6217638345755463
+ 1.6219056749546543
+ 1.6220474985392368
+ 1.6221893053346896
+ 1.622331095346407
+ 1.622472868579779
+ 1.622614625040194
+ 1.6227563647330367
+ 1.62289808766369
+ 1.6230397938375325
+ 1.6231814832599416
+ 1.6233231559362904
+ 1.6234648118719506
+ 1.6236064510722898
+ 1.623748073542674
+ 1.6238896792884652
+ 1.624031268315023
+ 1.6241728406277056
+ 1.624314396231866
+ 1.6244559351328558
+ 1.6245974573360238
+ 1.6247389628467157
+ 1.6248804516702744
+ 1.6250219238120402
+ 1.6251633792773508
+ 1.6253048180715404
+ 1.6254462401999406
+ 1.6255876456678813
+ 1.6257290344806883
+ 1.625870406643685
+ 1.6260117621621923
+ 1.6261531010415282
+ 1.626294423287008
+ 1.6264357289039435
+ 1.626577017897645
+ 1.6267182902734192
+ 1.6268595460365705
+ 1.6270007851923995
+ 1.6271420077462053
+ 1.627283213703284
+ 1.6274244030689282
+ 1.6275655758484284
+ 1.6277067320470722
+ 1.6278478716701446
+ 1.6279889947229274
+ 1.6281301012107
+ 1.6282711911387389
+ 1.6284122645123185
+ 1.628553321336709
+ 1.6286943616171796
+ 1.6288353853589956
+ 1.6289763925674199
+ 1.6291173832477126
+ 1.6292583574051311
+ 1.6293993150449306
+ 1.6295402561723626
+ 1.6296811807926765
+ 1.629822088911119
+ 1.6299629805329334
+ 1.6301038556633616
+ 1.630244714307641
+ 1.6303855564710084
+ 1.6305263821586957
+ 1.6306671913759339
+ 1.6308079841279504
+ 1.63094876041997
+ 1.6310895202572142
+ 1.6312302636449032
+ 1.6313709905882539
+ 1.6315117010924796
+ 1.6316523951627921
+ 1.6317930728043994
+ 1.6319337340225084
+ 1.632074378822322
+ 1.6322150072090404
+ 1.6323556191878619
+ 1.6324962147639817
+ 1.6326367939425916
+ 1.6327773567288824
+ 1.6329179031280407
+ 1.6330584331452511
+ 1.633198946785695
+ 1.6333394440545523
+ 1.6334799249569993
+ 1.633620389498209
+ 1.6337608376833535
+ 1.6339012695176003
+ 1.6340416850061161
+ 1.634182084154063
+ 1.6343224669666025
+ 1.634462833448892
+ 1.6346031836060864
+ 1.6347435174433382
+ 1.6348838349657977
+ 1.6350241361786115
+ 1.6351644210869245
+ 1.6353046896958787
+ 1.6354449420106132
+ 1.6355851780362642
+ 1.6357253977779662
+ 1.6358656012408503
+ 1.6360057884300454
+ 1.636145959350677
+ 1.636286114007869
+ 1.636426252406742
+ 1.6365663745524144
+ 1.6367064804500016
+ 1.6368465701046162
+ 1.6369866435213687
+ 1.6371267007053667
+ 1.6372667416617153
+ 1.637406766395517
+ 1.637546774911871
+ 1.6376867672158755
+ 1.6378267433126241
+ 1.6379667032072094
+ 1.63810664690472
+ 1.6382465744102435
+ 1.6383864857288637
+ 1.638526380865662
+ 1.6386662598257176
+ 1.6388061226141062
+ 1.638945969235902
+ 1.639085799696176
+ 1.6392256139999972
+ 1.6393654121524308
+ 1.6395051941585403
+ 1.6396449600233869
+ 1.6397847097520284
+ 1.6399244433495208
+ 1.6400641608209166
+ 1.6402038621712662
+ 1.6403435474056176
+ 1.6404832165290162
+ 1.6406228695465048
+ 1.640762506463123
+ 1.6409021272839086
+ 1.6410417320138968
+ 1.6411813206581196
+ 1.6413208932216072
+ 1.6414604497093865
+ 1.6415999901264824
+ 1.641739514477917
+ 1.6418790227687101
+ 1.642018515003878
+ 1.642157991188436
+ 1.6422974513273958
+ 1.6424368954257662
+ 1.6425763234885546
+ 1.6427157355207653
+ 1.6428551315273996
+ 1.642994511513457
+ 1.6431338754839335
+ 1.643273223443824
+ 1.6434125553981196
+ 1.6435518713518096
+ 1.6436911713098799
+ 1.6438304552773149
+ 1.6439697232590957
+ 1.6441089752602014
+ 1.644248211285608
+ 1.6443874313402895
+ 1.6445266354292176
+ 1.6446658235573604
+ 1.6448049957296842
+ 1.6449441519511532
+ 1.6450832922267282
+ 1.645222416561368
+ 1.6453615249600286
+ 1.6455006174276638
+ 1.6456396939692246
+ 1.6457787545896596
+ 1.6459177992939154
+ 1.6460568280869348
+ 1.6461958409736595
+ 1.646334837959028
+ 1.6464738190479762
+ 1.6466127842454377
+ 1.6467517335563437
+ 1.646890666985623
+ 1.6470295845382015
+ 1.6471684862190028
+ 1.647307372032948
+ 1.647446241984956
+ 1.6475850960799425
+ 1.6477239343228216
+ 1.647862756718504
+ 1.6480015632718992
+ 1.6481403539879125
+ 1.648279128871448
+ 1.6484178879274074
+ 1.648556631160689
+ 1.648695358576189
+ 1.6488340701788016
+ 1.648972765973418
+ 1.6491114459649272
+ 1.6492501101582155
+ 1.649388758558167
+ 1.6495273911696633
+ 1.6496660079975831
+ 1.6498046090468033
+ 1.6499431943221978
+ 1.6500817638286387
+ 1.6502203175709946
+ 1.6503588555541329
+ 1.6504973777829175
+ 1.6506358842622104
+ 1.6507743749968709
+ 1.6509128499917562
+ 1.6510513092517205
+ 1.6511897527816164
+ 1.6513281805862932
+ 1.6514665926705978
+ 1.6516049890393756
+ 1.6517433696974688
+ 1.6518817346497172
+ 1.652020083900958
+ 1.6521584174560264
+ 1.6522967353197555
+ 1.6524350374969745
+ 1.6525733239925122
+ 1.6527115948111932
+ 1.652849849957841
+ 1.6529880894372757
+ 1.6531263132543152
+ 1.6532645214137756
+ 1.6534027139204697
+ 1.6535408907792088
+ 1.653679051994801
+ 1.6538171975720524
+ 1.6539553275157666
+ 1.6540934418307447
+ 1.6542315405217856
+ 1.6543696235936858
+ 1.654507691051239
+ 1.6546457428992367
+ 1.6547837791424684
+ 1.6549217997857208
+ 1.6550598048337786
+ 1.6551977942914229
+ 1.655335768163434
+ 1.6554737264545891
+ 1.6556116691696625
+ 1.6557495963134274
+ 1.6558875078906532
+ 1.656025403906108
+ 1.656163284364557
+ 1.6563011492707629
+ 1.6564389986294863
+ 1.6565768324454855
+ 1.656714650723516
+ 1.6568524534683315
+ 1.6569902406846828
+ 1.6571280123773189
+ 1.6572657685509855
+ 1.6574035092104271
+ 1.657541234360385
+ 1.6576789440055981
+ 1.657816638150804
+ 1.6579543168007362
+ 1.658091979960128
+ 1.658229627633708
+ 1.658367259826204
+ 1.6585048765423414
+ 1.6586424777868423
+ 1.6587800635644274
+ 1.6589176338798148
+ 1.6590551887377198
+ 1.659192728142856
+ 1.6593302520999342
+ 1.659467760613663
+ 1.6596052536887487
+ 1.659742731329895
+ 1.659880193541804
+ 1.6600176403291746
+ 1.6601550716967037
+ 1.6602924876490859
+ 1.6604298881910136
+ 1.6605672733271766
+ 1.6607046430622627
+ 1.6608419974009567
+ 1.6609793363479421
+ 1.6611166599078993
+ 1.6612539680855065
+ 1.66139126088544
+ 1.6615285383123728
+ 1.6616658003709768
+ 1.6618030470659209
+ 1.6619402784018718
+ 1.662077494383494
+ 1.6622146950154493
+ 1.6623518803023976
+ 1.6624890502489966
+ 1.6626262048599014
+ 1.6627633441397645
+ 1.6629004680932369
+ 1.6630375767249668
+ 1.6631746700395997
+ 1.6633117480417798
+ 1.6634488107361483
+ 1.6635858581273444
+ 1.6637228902200043
+ 1.6638599070187632
+ 1.6639969085282529
+ 1.6641338947531037
+ 1.6642708656979426
+ 1.6644078213673952
+ 1.664544761766085
+ 1.6646816868986318
+ 1.6648185967696547
+ 1.6649554913837703
+ 1.665092370745592
+ 1.6652292348597315
+ 1.6653660837307978
+ 1.6655029173633988
+ 1.6656397357621389
+ 1.6657765389316208
+ 1.6659133268764448
+ 1.6660500996012086
+ 1.6661868571105083
+ 1.6663235994089374
+ 1.6664603265010869
+ 1.666597038391546
+ 1.6667337350849014
+ 1.6668704165857373
+ 1.6670070828986363
+ 1.667143734028178
+ 1.6672803699789405
+ 1.6674169907554988
+ 1.6675535963624264
+ 1.667690186804294
+ 1.6678267620856704
+ 1.667963322211122
+ 1.6680998671852134
+ 1.6682363970125063
+ 1.6683729116975603
+ 1.6685094112449328
+ 1.6686458956591794
+ 1.6687823649448528
+ 1.668918819106504
+ 1.6690552581486817
+ 1.6691916820759318
+ 1.6693280908927988
+ 1.669464484603824
+ 1.6696008632135477
+ 1.6697372267265067
+ 1.6698735751472369
+ 1.6700099084802702
+ 1.6701462267301384
+ 1.6702825299013695
+ 1.6704188179984898
+ 1.6705550910260236
+ 1.6706913489884923
+ 1.6708275918904163
+ 1.6709638197363124
+ 1.671100032530696
+ 1.6712362302780803
+ 1.6713724129829761
+ 1.6715085806498917
+ 1.6716447332833337
+ 1.6717808708878066
+ 1.6719169934678118
+ 1.6720531010278499
+ 1.6721891935724178
+ 1.672325271106011
+ 1.6724613336331229
+ 1.6725973811582446
+ 1.6727334136858647
+ 1.67286943122047
+ 1.6730054337665448
+ 1.6731414213285716
+ 1.67327739391103
+ 1.6734133515183987
+ 1.6735492941551522
+ 1.6736852218257652
+ 1.6738211345347085
+ 1.673957032286451
+ 1.6740929150854604
+ 1.674228782936201
+ 1.6743646358431354
+ 1.674500473810724
+ 1.6746362968434259
+ 1.6747721049456963
+ 1.6749078981219894
+ 1.6750436763767567
+ 1.6751794397144484
+ 1.6753151881395119
+ 1.675450921656392
+ 1.675586640269532
+ 1.6757223439833733
+ 1.675858032802354
+ 1.6759937067309112
+ 1.6761293657734793
+ 1.6762650099344907
+ 1.6764006392183755
+ 1.6765362536295616
+ 1.6766718531724754
+ 1.6768074378515399
+ 1.676943007671177
+ 1.6770785626358067
+ 1.6772141027498457
+ 1.677349628017709
+ 1.6774851384438096
+ 1.6776206340325592
+ 1.6777561147883657
+ 1.677891580715636
+ 1.6780270318187747
+ 1.6781624681021838
+ 1.678297889570264
+ 1.6784332962274127
+ 1.6785686880780264
+ 1.6787040651264984
+ 1.6788394273772207
+ 1.678974774834583
+ 1.6791101075029724
+ 1.6792454253867746
+ 1.6793807284903723
+ 1.6795160168181469
+ 1.6796512903744774
+ 1.6797865491637403
+ 1.6799217931903103
+ 1.6800570224585607
+ 1.680192236972861
+ 1.6803274367375804
+ 1.6804626217570848
+ 1.6805977920357384
+ 1.6807329475779034
+ 1.6808680883879392
+ 1.6810032144702045
+ 1.6811383258290542
+ 1.6812734224688426
+ 1.681408504393921
+ 1.6815435716086387
+ 1.6816786241173431
+ 1.6818136619243798
+ 1.6819486850340912
+ 1.682083693450819
+ 1.682218687178902
+ 1.682353666222677
+ 1.682488630586479
+ 1.6826235802746403
+ 1.682758515291492
+ 1.6828934356413623
+ 1.6830283413285778
+ 1.6831632323574628
+ 1.6832981087323393
+ 1.683432970457528
+ 1.683567817537347
+ 1.683702649976112
+ 1.6838374677781371
+ 1.6839722709477343
+ 1.6841070594892136
+ 1.6842418334068825
+ 1.6843765927050465
+ 1.6845113373880096
+ 1.684646067460073
+ 1.6847807829255368
+ 1.684915483788698
+ 1.6850501700538516
+ 1.6851848417252917
+ 1.685319498807309
+ 1.6854541413041928
+ 1.6855887692202305
+ 1.6857233825597069
+ 1.6858579813269048
+ 1.6859925655261059
+ 1.686127135161588
+ 1.686261690237629
+ 1.6863962307585034
+ 1.686530756728484
+ 1.686665268151841
+ 1.686799765032844
+ 1.6869342473757585
+ 1.68706871518485
+ 1.6872031684643807
+ 1.6873376072186115
+ 1.6874720314518001
+ 1.687606441168204
+ 1.6877408363720765
+ 1.6878752170676705
+ 1.6880095832592363
+ 1.6881439349510226
+ 1.6882782721472749
+ 1.6884125948522377
+ 1.6885469030701536
+ 1.6886811968052624
+ 1.6888154760618026
+ 1.6889497408440097
+ 1.6890839911561186
+ 1.6892182270023612
+ 1.6893524483869673
+ 1.689486655314165
+ 1.6896208477881804
+ 1.6897550258132379
+ 1.6898891893935593
+ 1.6900233385333643
+ 1.690157473236871
+ 1.6902915935082958
+ 1.6904256993518523
+ 1.6905597907717522
+ 1.6906938677722063
+ 1.690827930357422
+ 1.6909619785316052
+ 1.6910960122989602
+ 1.6912300316636886
+ 1.6913640366299907
+ 1.691498027202064
+ 1.6916320033841048
+ 1.6917659651803072
+ 1.6918999125948628
+ 1.692033845631962
+ 1.6921677642957922
+ 1.6923016685905399
+ 1.692435558520389
+ 1.6925694340895214
+ 1.692703295302117
+ 1.6928371421623545
+ 1.6929709746744093
+ 1.6931047928424556
+ 1.6932385966706658
+ 1.69337238616321
+ 1.6935061613242557
+ 1.6936399221579699
+ 1.6937736686685163
+ 1.6939074008600574
+ 1.6940411187367532
+ 1.6941748223027624
+ 1.6943085115622405
+ 1.6944421865193426
+ 1.6945758471782209
+ 1.6947094935430256
+ 1.6948431256179053
+ 1.6949767434070062
+ 1.6951103469144733
+ 1.6952439361444487
+ 1.6953775111010732
+ 1.6955110717884854
+ 1.695644618210822
+ 1.6957781503722174
+ 1.6959116682768047
+ 1.696045171928715
+ 1.6961786613320766
+ 1.6963121364910165
+ 1.6964455974096597
+ 1.6965790440921296
+ 1.6967124765425468
+ 1.6968458947650302
+ 1.6969792987636974
+ 1.6971126885426637
+ 1.6972460641060418
+ 1.6973794254579437
+ 1.6975127726024786
+ 1.6976461055437537
+ 1.6977794242858748
+ 1.6979127288329456
+ 1.6980460191890672
+ 1.69817929535834
+ 1.698312557344861
+ 1.698445805152727
+ 1.6985790387860313
+ 1.6987122582488658
+ 1.698845463545321
+ 1.698978654679485
+ 1.6991118316554434
+ 1.6992449944772816
+ 1.699378143149081
+ 1.6995112776749226
+ 1.6996443980588847
+ 1.699777504305044
+ 1.6999105964174752
+ 1.700043674400251
+ 1.700176738257442
+ 1.7003097879931177
+ 1.7004428236113454
+ 1.7005758451161894
+ 1.700708852511713
+ 1.7008418458019783
+ 1.700974824991044
+ 1.701107790082968
+ 1.7012407410818056
+ 1.7013736779916107
+ 1.7015066008164348
+ 1.7016395095603283
+ 1.7017724042273386
+ 1.7019052848215122
+ 1.7020381513468932
+ 1.702171003807524
+ 1.7023038422074448
+ 1.7024366665506943
+ 1.7025694768413089
+ 1.7027022730833237
+ 1.7028350552807712
+ 1.7029678234376826
+ 1.7031005775580867
+ 1.7032333176460108
+ 1.7033660437054803
+ 1.7034987557405186
+ 1.7036314537551471
+ 1.7037641377533854
+ 1.7038968077392513
+ 1.704029463716761
+ 1.704162105689928
+ 1.704294733662765
+ 1.704427347639282
+ 1.704559947623487
+ 1.7046925336193872
+ 1.7048251056309869
+ 1.7049576636622887
+ 1.7050902077172938
+ 1.7052227378000009
+ 1.705355253914408
+ 1.7054877560645092
+ 1.7056202442542985
+ 1.7057527184877679
+ 1.7058851787689067
+ 1.7060176251017025
+ 1.7061500574901416
+ 1.7062824759382083
+ 1.7064148804498847
+ 1.706547271029151
+ 1.7066796476799861
+ 1.7068120104063667
+ 1.7069443592122675
+ 1.7070766941016615
+ 1.70720901507852
+ 1.7073413221468121
+ 1.7074736153105057
+ 1.707605894573566
+ 1.707738159939957
+ 1.7078704114136405
+ 1.7080026489985765
+ 1.7081348726987235
+ 1.708267082518038
+ 1.708399278460474
+ 1.7085314605299846
+ 1.708663628730521
+ 1.7087957830660319
+ 1.7089279235404644
+ 1.7090600501577642
+ 1.7091921629218747
+ 1.7093242618367375
+ 1.709456346906293
+ 1.7095884181344785
+ 1.7097204755252309
+ 1.7098525190824845
+ 1.7099845488101717
+ 1.7101165647122232
+ 1.710248566792568
+ 1.7103805550551336
+ 1.7105125295038448
+ 1.7106444901426257
+ 1.710776436975397
+ 1.7109083700060796
+ 1.7110402892385908
+ 1.7111721946768472
+ 1.711304086324763
+ 1.7114359641862509
+ 1.7115678282652218
+ 1.7116996785655845
+ 1.711831515091246
+ 1.711963337846112
+ 1.7120951468340861
+ 1.71222694205907
+ 1.712358723524963
+ 1.712490491235664
+ 1.7126222451950692
+ 1.712753985407073
+ 1.7128857118755683
+ 1.7130174246044456
+ 1.7131491235975949
+ 1.7132808088589024
+ 1.7134124803922546
+ 1.7135441382015348
+ 1.7136757822906252
+ 1.713807412663406
+ 1.7139390293237553
+ 1.71407063227555
+ 1.7142022215226647
+ 1.7143337970689725
+ 1.7144653589183447
+ 1.7145969070746507
+ 1.714728441541758
+ 1.7148599623235325
+ 1.7149914694238388
+ 1.715122962846539
+ 1.7152544425954932
+ 1.7153859086745606
+ 1.7155173610875984
+ 1.715648799838461
+ 1.7157802249310028
+ 1.7159116363690752
+ 1.7160430341565274
+ 1.7161744182972083
+ 1.7163057887949642
+ 1.7164371456536396
+ 1.716568488877077
+ 1.7166998184691178
+ 1.7168311344336011
+ 1.7169624367743646
+ 1.7170937254952443
+ 1.7172250006000738
+ 1.717356262092685
+ 1.7174875099769094
+ 1.7176187442565747
+ 1.7177499649355088
+ 1.7178811720175362
+ 1.7180123655064805
+ 1.7181435454061638
+ 1.7182747117204056
+ 1.7184058644530245
+ 1.7185370036078365
+ 1.7186681291886563
+ 1.7187992411992974
+ 1.7189303396435707
+ 1.7190614245252855
+ 1.7191924958482496
+ 1.719323553616269
+ 1.719454597833148
+ 1.7195856285026891
+ 1.719716645628693
+ 1.7198476492149584
+ 1.719978639265283
+ 1.7201096157834623
+ 1.72024057877329
+ 1.7203715282385577
+ 1.7205024641830564
+ 1.7206333866105745
+ 1.720764295524899
+ 1.7208951909298145
+ 1.7210260728291047
+ 1.7211569412265513
+ 1.7212877961259345
+ 1.721418637531032
+ 1.7215494654456207
+ 1.7216802798734752
+ 1.7218110808183686
+ 1.7219418682840721
+ 1.7220726422743553
+ 1.7222034027929864
+ 1.722334149843731
+ 1.7224648834303542
+ 1.7225956035566183
+ 1.7227263102262846
+ 1.722857003443112
+ 1.7229876832108586
+ 1.7231183495332796
+ 1.7232490024141296
+ 1.7233796418571614
+ 1.723510267866125
+ 1.7236408804447698
+ 1.7237714795968433
+ 1.723902065326091
+ 1.7240326376362562
+ 1.7241631965310822
+ 1.724293742014309
+ 1.7244242740896754
+ 1.7245547927609184
+ 1.7246852980317735
+ 1.7248157899059746
+ 1.7249462683872534
+ 1.7250767334793407
+ 1.7252071851859643
+ 1.7253376235108522
+ 1.7254680484577287
+ 1.725598460030318
+ 1.7257288582323418
+ 1.7258592430675197
+ 1.725989614539571
+ 1.726119972652212
+ 1.7262503174091581
+ 1.7263806488141225
+ 1.726510966870817
+ 1.7266412715829518
+ 1.7267715629542348
+ 1.7269018409883732
+ 1.7270321056890718
+ 1.7271623570600343
+ 1.7272925951049618
+ 1.7274228198275545
+ 1.7275530312315106
+ 1.7276832293205266
+ 1.7278134140982981
+ 1.727943585568518
+ 1.7280737437348777
+ 1.728203888601067
+ 1.7283340201707749
+ 1.7284641384476875
+ 1.7285942434354895
+ 1.728724335137865
+ 1.7288544135584947
+ 1.7289844787010589
+ 1.729114530569236
+ 1.7292445691667024
+ 1.7293745944971333
+ 1.7295046065642017
+ 1.7296346053715792
+ 1.7297645909229362
+ 1.7298945632219407
+ 1.7300245222722592
+ 1.7301544680775571
+ 1.7302844006414975
+ 1.7304143199677422
+ 1.730544226059951
+ 1.7306741189217827
+ 1.7308039985568937
+ 1.7309338649689394
+ 1.731063718161573
+ 1.7311935581384463
+ 1.7313233849032097
+ 1.7314531984595116
+ 1.7315829988109985
+ 1.7317127859613162
+ 1.731842559914108
+ 1.7319723206730158
+ 1.7321020682416801
+ 1.7322318026237393
+ 1.7323615238228307
+ 1.7324912318425896
+ 1.7326209266866497
+ 1.732750608358643
+ 1.7328802768622003
+ 1.7330099322009502
+ 1.7331395743785203
+ 1.7332692033985353
+ 1.7333988192646204
+ 1.733528421980397
+ 1.7336580115494862
+ 1.7337875879755067
+ 1.7339171512620766
+ 1.7340467014128111
+ 1.734176238431325
+ 1.7343057623212308
+ 1.7344352730861388
+ 1.7345647707296592
+ 1.734694255255399
+ 1.7348237266669648
+ 1.734953184967961
+ 1.7350826301619904
+ 1.7352120622526541
+ 1.7353414812435521
+ 1.7354708871382822
+ 1.7356002799404409
+ 1.7357296596536231
+ 1.7358590262814217
+ 1.7359883798274287
+ 1.7361177202952338
+ 1.7362470476884255
+ 1.7363763620105905
+ 1.7365056632653137
+ 1.7366349514561794
+ 1.7367642265867689
+ 1.7368934886606628
+ 1.7370227376814398
+ 1.737151973652677
+ 1.7372811965779502
+ 1.737410406460833
+ 1.737539603304898
+ 1.737668787113716
+ 1.737797957890856
+ 1.7379271156398857
+ 1.738056260364371
+ 1.7381853920678763
+ 1.7383145107539644
+ 1.7384436164261967
+ 1.7385727090881324
+ 1.73870178874333
+ 1.7388308553953455
+ 1.7389599090477343
+ 1.739088949704049
+ 1.7392179773678418
+ 1.7393469920426625
+ 1.7394759937320599
+ 1.7396049824395807
+ 1.7397339581687707
+ 1.7398629209231729
+ 1.7399918707063302
+ 1.7401208075217827
+ 1.74024973137307
+ 1.740378642263729
+ 1.740507540197296
+ 1.7406364251773052
+ 1.7407652972072893
+ 1.7408941562907796
+ 1.7410230024313056
+ 1.7411518356323954
+ 1.7412806558975753
+ 1.7414094632303707
+ 1.7415382576343044
+ 1.741667039112898
+ 1.7417958076696725
+ 1.741924563308146
+ 1.7420533060318355
+ 1.7421820358442568
+ 1.7423107527489237
+ 1.7424394567493486
+ 1.7425681478490422
+ 1.7426968260515143
+ 1.742825491360272
+ 1.742954143778822
+ 1.7430827833106683
+ 1.7432114099593143
+ 1.7433400237282617
+ 1.74346862462101
+ 1.743597212641058
+ 1.7437257877919023
+ 1.7438543500770383
+ 1.7439828994999595
+ 1.7441114360641587
+ 1.744239959773126
+ 1.7443684706303506
+ 1.7444969686393201
+ 1.7446254538035204
+ 1.7447539261264362
+ 1.7448823856115505
+ 1.7450108322623445
+ 1.7451392660822982
+ 1.7452676870748896
+ 1.7453960952435958
+ 1.7455244905918919
+ 1.7456528731232517
+ 1.7457812428411472
+ 1.7459095997490492
+ 1.7460379438504265
+ 1.7461662751487472
+ 1.7462945936474767
+ 1.74642289935008
+ 1.74655119226002
+ 1.746679472380758
+ 1.7468077397157538
+ 1.746935994268466
+ 1.7470642360423514
+ 1.7471924650408652
+ 1.7473206812674618
+ 1.7474488847255925
+ 1.747577075418709
+ 1.74770525335026
+ 1.7478334185236932
+ 1.7479615709424554
+ 1.7480897106099909
+ 1.7482178375297424
+ 1.7483459517051523
+ 1.7484740531396605
+ 1.7486021418367055
+ 1.7487302177997246
+ 1.7488582810321531
+ 1.7489863315374252
+ 1.7491143693189737
+ 1.7492423943802295
+ 1.749370406724622
+ 1.7494984063555796
+ 1.7496263932765286
+ 1.7497543674908942
+ 1.7498823290020997
+ 1.750010277813567
+ 1.750138213928717
+ 1.7502661373509687
+ 1.7503940480837392
+ 1.7505219461304449
+ 1.7506498314945003
+ 1.7507777041793182
+ 1.7509055641883102
+ 1.7510334115248865
+ 1.7511612461924553
+ 1.7512890681944235
+ 1.7514168775341974
+ 1.7515446742151803
+ 1.7516724582407752
+ 1.7518002296143829
+ 1.7519279883394028
+ 1.7520557344192331
+ 1.7521834678572707
+ 1.7523111886569103
+ 1.7524388968215459
+ 1.752566592354569
+ 1.7526942752593706
+ 1.7528219455393401
+ 1.7529496031978649
+ 1.7530772482383312
+ 1.7532048806641236
+ 1.7533325004786255
+ 1.7534601076852185
+ 1.753587702287283
+ 1.7537152842881976
+ 1.7538428536913397
+ 1.7539704105000853
+ 1.7540979547178082
+ 1.754225486347882
+ 1.7543530053936776
+ 1.7544805118585651
+ 1.754608005745913
+ 1.754735487059088
+ 1.7548629558014563
+ 1.754990411976381
+ 1.7551178555872258
+ 1.7552452866373507
+ 1.7553727051301158
+ 1.7555001110688795
+ 1.755627504456998
+ 1.7557548852978273
+ 1.7558822535947203
+ 1.75600960935103
+ 1.7561369525701072
+ 1.7562642832553008
+ 1.7563916014099594
+ 1.756518907037429
+ 1.7566462001410545
+ 1.75677348072418
+ 1.7569007487901473
+ 1.7570280043422972
+ 1.7571552473839687
+ 1.7572824779185
+ 1.7574096959492265
+ 1.757536901479484
+ 1.7576640945126054
+ 1.7577912750519225
+ 1.7579184431007662
+ 1.7580455986624655
+ 1.7581727417403477
+ 1.758299872337739
+ 1.7584269904579646
+ 1.758554096104347
+ 1.7586811892802086
+ 1.7588082699888694
+ 1.7589353382336486
+ 1.7590623940178636
+ 1.7591894373448302
+ 1.7593164682178637
+ 1.7594434866402764
+ 1.7595704926153806
+ 1.7596974861464865
+ 1.7598244672369028
+ 1.759951435889937
+ 1.7600783921088954
+ 1.760205335897082
+ 1.7603322672578003
+ 1.7604591861943522
+ 1.7605860927100372
+ 1.7607129868081546
+ 1.760839868492002
+ 1.760966737764875
+ 1.7610935946300685
+ 1.761220439090875
+ 1.7613472711505869
+ 1.7614740908124942
+ 1.7616008980798858
+ 1.7617276929560493
+ 1.7618544754442698
+ 1.761981245547833
+ 1.7621080032700214
+ 1.762234748614117
+ 1.7623614815834
+ 1.7624882021811492
+ 1.7626149104106423
+ 1.7627416062751555
+ 1.762868289777963
+ 1.7629949609223383
+ 1.7631216197115533
+ 1.7632482661488782
+ 1.7633749002375823
+ 1.7635015219809327
+ 1.7636281313821962
+ 1.7637547284446369
+ 1.7638813131715185
+ 1.7640078855661032
+ 1.764134445631651
+ 1.7642609933714215
+ 1.764387528788672
+ 1.764514051886659
+ 1.764640562668638
+ 1.7647670611378616
+ 1.7648935472975824
+ 1.765020021151051
+ 1.7651464827015166
+ 1.7652729319522276
+ 1.76539936890643
+ 1.7655257935673692
+ 1.7656522059382886
+ 1.765778606022431
+ 1.7659049938230367
+ 1.7660313693433458
+ 1.7661577325865963
+ 1.7662840835560247
+ 1.7664104222548669
+ 1.7665367486863566
+ 1.7666630628537259
+ 1.7667893647602064
+ 1.766915654409028
+ 1.767041931803419
+ 1.7671681969466062
+ 1.7672944498418157
+ 1.7674206904922711
+ 1.767546918901196
+ 1.7676731350718116
+ 1.7677993390073377
+ 1.7679255307109936
+ 1.7680517101859958
+ 1.7681778774355612
+ 1.7683040324629034
+ 1.7684301752712364
+ 1.7685563058637717
+ 1.7686824242437198
+ 1.7688085304142898
+ 1.768934624378689
+ 1.7690607061401245
+ 1.7691867757018005
+ 1.7693128330669208
+ 1.7694388782386876
+ 1.7695649112203018
+ 1.769690932014963
+ 1.7698169406258688
+ 1.7699429370562163
+ 1.770068921309201
+ 1.7701948933880165
+ 1.7703208532958554
+ 1.7704468010359091
+ 1.7705727366113675
+ 1.770698660025419
+ 1.7708245712812511
+ 1.7709504703820491
+ 1.7710763573309978
+ 1.77120223213128
+ 1.7713280947860774
+ 1.7714539452985707
+ 1.7715797836719385
+ 1.7717056099093589
+ 1.7718314240140076
+ 1.7719572259890597
+ 1.7720830158376892
+ 1.7722087935630677
+ 1.7723345591683664
+ 1.7724603126567546
+ 1.7725860540314007
+ 1.772711783295471
+ 1.772837500452132
+ 1.7729632055045468
+ 1.7730888984558784
+ 1.7732145793092882
+ 1.7733402480679363
+ 1.7734659047349817
+ 1.7735915493135812
+ 1.7737171818068913
+ 1.7738428022180663
+ 1.7739684105502598
+ 1.7740940068066238
+ 1.7742195909903087
+ 1.774345163104464
+ 1.7744707231522376
+ 1.7745962711367762
+ 1.774721807061225
+ 1.7748473309287278
+ 1.7749728427424274
+ 1.7750983425054652
+ 1.7752238302209808
+ 1.7753493058921133
+ 1.7754747695219995
+ 1.7756002211137756
+ 1.7757256606705758
+ 1.775851088195534
+ 1.7759765036917818
+ 1.7761019071624498
+ 1.776227298610667
+ 1.7763526780395622
+ 1.7764780454522615
+ 1.7766034008518898
+ 1.7767287442415718
+ 1.7768540756244298
+ 1.7769793950035853
+ 1.7771047023821578
+ 1.7772299977632664
+ 1.7773552811500286
+ 1.7774805525455601
+ 1.777605811952976
+ 1.7777310593753892
+ 1.7778562948159122
+ 1.7779815182776553
+ 1.7781067297637287
+ 1.7782319292772397
+ 1.7783571168212955
+ 1.7784822923990014
+ 1.778607456013462
+ 1.7787326076677796
+ 1.7788577473650564
+ 1.778982875108392
+ 1.7791079909008858
+ 1.7792330947456352
+ 1.7793581866457364
+ 1.7794832666042846
+ 1.7796083346243736
+ 1.7797333907090955
+ 1.7798584348615416
+ 1.7799834670848014
+ 1.7801084873819635
+ 1.780233495756115
+ 1.7803584922103421
+ 1.780483476747729
+ 1.780608449371359
+ 1.7807334100843142
+ 1.780858358889675
+ 1.780983295790521
+ 1.7811082207899303
+ 1.7812331338909793
+ 1.7813580350967437
+ 1.7814829244102974
+ 1.7816078018347141
+ 1.7817326673730645
+ 1.7818575210284189
+ 1.7819823628038465
+ 1.7821071927024152
+ 1.7822320107271912
+ 1.7823568168812396
+ 1.782481611167624
+ 1.7826063935894074
+ 1.7827311641496506
+ 1.7828559228514138
+ 1.7829806696977555
+ 1.7831054046917332
+ 1.783230127836403
+ 1.783354839134819
+ 1.783479538590036
+ 1.7836042262051053
+ 1.783728901983078
+ 1.7838535659270043
+ 1.7839782180399317
+ 1.7841028583249081
+ 1.7842274867849786
+ 1.7843521034231884
+ 1.7844767082425803
+ 1.7846013012461968
+ 1.7847258824370777
+ 1.7848504518182633
+ 1.7849750093927916
+ 1.785099555163699
+ 1.7852240891340216
+ 1.7853486113067936
+ 1.785473121685048
+ 1.7855976202718167
+ 1.7857221070701301
+ 1.7858465820830174
+ 1.7859710453135067
+ 1.7860954967646245
+ 1.7862199364393967
+ 1.786344364340847
+ 1.7864687804719985
+ 1.7865931848358727
+ 1.7867175774354902
+ 1.7868419582738702
+ 1.78696632735403
+ 1.7870906846789865
+ 1.787215030251755
+ 1.7873393640753497
+ 1.7874636861527835
+ 1.7875879964870673
+ 1.787712295081212
+ 1.7878365819382265
+ 1.7879608570611183
+ 1.7880851204528942
+ 1.788209372116559
+ 1.7883336120551174
+ 1.7884578402715716
+ 1.7885820567689232
+ 1.7887062615501723
+ 1.7888304546183182
+ 1.7889546359763584
+ 1.7890788056272893
+ 1.7892029635741062
+ 1.789327109819803
+ 1.7894512443673727
+ 1.7895753672198063
+ 1.7896994783800944
+ 1.7898235778512261
+ 1.7899476656361888
+ 1.790071741737969
+ 1.7901958061595518
+ 1.7903198589039215
+ 1.7904438999740608
+ 1.7905679293729513
+ 1.790691947103573
+ 1.7908159531689047
+ 1.790939947571925
+ 1.7910639303156097
+ 1.7911879014029346
+ 1.7913118608368732
+ 1.7914358086203988
+ 1.7915597447564828
+ 1.7916836692480957
+ 1.7918075820982065
+ 1.7919314833097828
+ 1.7920553728857918
+ 1.7921792508291987
+ 1.7923031171429677
+ 1.7924269718300614
+ 1.792550814893442
+ 1.7926746463360697
+ 1.7927984661609038
+ 1.7929222743709023
+ 1.7930460709690221
+ 1.7931698559582188
+ 1.7932936293414468
+ 1.7934173911216587
+ 1.7935411413018072
+ 1.7936648798848422
+ 1.7937886068737137
+ 1.7939123222713698
+ 1.794036026080757
+ 1.794159718304822
+ 1.7942833989465086
+ 1.7944070680087605
+ 1.794530725494519
+ 1.7946543714067265
+ 1.7947780057483211
+ 1.7949016285222426
+ 1.7950252397314275
+ 1.7951488393788118
+ 1.7952724274673302
+ 1.7953960039999166
+ 1.7955195689795036
+ 1.795643122409022
+ 1.7957666642914016
+ 1.7958901946295713
+ 1.7960137134264589
+ 1.7961372206849904
+ 1.796260716408091
+ 1.7963842005986843
+ 1.7965076732596934
+ 1.7966311343940398
+ 1.7967545840046435
+ 1.7968780220944238
+ 1.797001448666298
+ 1.7971248637231834
+ 1.797248267267995
+ 1.7973716593036475
+ 1.7974950398330536
+ 1.797618408859125
+ 1.7977417663847728
+ 1.797865112412906
+ 1.7979884469464331
+ 1.7981117699882607
+ 1.798235081541295
+ 1.7983583816084407
+ 1.7984816701926014
+ 1.7986049472966787
+ 1.798728212923574
+ 1.798851467076187
+ 1.7989747097574167
+ 1.7990979409701602
+ 1.7992211607173139
+ 1.7993443690017727
+ 1.7994675658264307
+ 1.7995907511941807
+ 1.7997139251079137
+ 1.7998370875705205
+ 1.7999602385848898
+ 1.8000833781539096
+ 1.800206506280467
+ 1.8003296229674475
+ 1.800452728217735
+ 1.8005758220342127
+ 1.800698904419763
+ 1.8008219753772665
+ 1.8009450349096028
+ 1.8010680830196504
+ 1.8011911197102863
+ 1.801314144984387
+ 1.8014371588448272
+ 1.8015601612944803
+ 1.8016831523362193
+ 1.801806131972915
+ 1.8019291002074382
+ 1.8020520570426577
+ 1.802175002481441
+ 1.8022979365266547
+ 1.8024208591811648
+ 1.8025437704478353
+ 1.8026666703295289
+ 1.8027895588291083
+ 1.8029124359494335
+ 1.8030353016933645
+ 1.8031581560637597
+ 1.8032809990634762
+ 1.8034038306953706
+ 1.8035266509622967
+ 1.8036494598671093
+ 1.8037722574126605
+ 1.8038950436018018
+ 1.804017818437383
+ 1.8041405819222538
+ 1.8042633340592618
+ 1.804386074851254
+ 1.8045088043010753
+ 1.8046315224115705
+ 1.804754229185583
+ 1.8048769246259546
+ 1.8049996087355265
+ 1.805122281517138
+ 1.8052449429736281
+ 1.8053675931078341
+ 1.805490231922592
+ 1.8056128594207375
+ 1.805735475605104
+ 1.8058580804785245
+ 1.8059806740438304
+ 1.8061032563038526
+ 1.8062258272614202
+ 1.8063483869193613
+ 1.806470935280503
+ 1.8065934723476713
+ 1.8067159981236904
+ 1.8068385126113844
+ 1.8069610158135754
+ 1.807083507733085
+ 1.807205988372733
+ 1.8073284577353381
+ 1.8074509158237186
+ 1.807573362640691
+ 1.8076957981890707
+ 1.807818222471672
+ 1.8079406354913081
+ 1.8080630372507913
+ 1.8081854277529323
+ 1.8083078070005412
+ 1.8084301749964262
+ 1.808552531743395
+ 1.808674877244254
+ 1.8087972115018083
+ 1.808919534518862
+ 1.8090418462982176
+ 1.8091641468426776
+ 1.8092864361550423
+ 1.8094087142381112
+ 1.8095309810946827
+ 1.809653236727554
+ 1.8097754811395212
+ 1.8098977143333792
+ 1.8100199363119218
+ 1.8101421470779417
+ 1.8102643466342305
+ 1.8103865349835786
+ 1.810508712128775
+ 1.8106308780726084
+ 1.8107530328178656
+ 1.810875176367332
+ 1.8109973087237932
+ 1.8111194298900322
+ 1.8112415398688315
+ 1.8113636386629726
+ 1.811485726275236
+ 1.8116078027084004
+ 1.811729867965244
+ 1.8118519220485438
+ 1.811973964961075
+ 1.8120959967056127
+ 1.8122180172849303
+ 1.8123400267018002
+ 1.8124620249589933
+ 1.81258401205928
+ 1.812705988005429
+ 1.8128279528002087
+ 1.8129499064463854
+ 1.8130718489467248
+ 1.8131937803039917
+ 1.8133157005209493
+ 1.8134376096003595
+ 1.813559507544984
+ 1.8136813943575827
+ 1.8138032700409144
+ 1.813925134597737
+ 1.814046988030807
+ 1.8141688303428802
+ 1.8142906615367111
+ 1.8144124816150529
+ 1.814534290580658
+ 1.8146560884362772
+ 1.8147778751846608
+ 1.8148996508285578
+ 1.8150214153707158
+ 1.8151431688138815
+ 1.8152649111608004
+ 1.815386642414217
+ 1.815508362576875
+ 1.8156300716515166
+ 1.8157517696408825
+ 1.8158734565477128
+ 1.8159951323747467
+ 1.8161167971247223
+ 1.816238450800376
+ 1.816360093404443
+ 1.8164817249396585
+ 1.816603345408756
+ 1.816724954814467
+ 1.8168465531595235
+ 1.8169681404466553
+ 1.8170897166785918
+ 1.8172112818580601
+ 1.817332835987788
+ 1.8174543790705004
+ 1.8175759111089227
+ 1.8176974321057775
+ 1.8178189420637882
+ 1.8179404409856759
+ 1.8180619288741604
+ 1.818183405731961
+ 1.818304871561796
+ 1.8184263263663825
+ 1.818547770148436
+ 1.8186692029106715
+ 1.8187906246558025
+ 1.818912035386542
+ 1.8190334351056012
+ 1.8191548238156905
+ 1.8192762015195194
+ 1.819397568219796
+ 1.8195189239192275
+ 1.8196402686205204
+ 1.8197616023263792
+ 1.8198829250395079
+ 1.8200042367626095
+ 1.8201255374983856
+ 1.8202468272495365
+ 1.8203681060187626
+ 1.8204893738087615
+ 1.8206106306222314
+ 1.8207318764618683
+ 1.8208531113303672
+ 1.8209743352304224
+ 1.8210955481647273
+ 1.8212167501359737
+ 1.8213379411468524
+ 1.8214591212000535
+ 1.8215802902982654
+ 1.8217014484441765
+ 1.8218225956404728
+ 1.8219437318898397
+ 1.8220648571949625
+ 1.8221859715585238
+ 1.8223070749832062
+ 1.8224281674716911
+ 1.8225492490266586
+ 1.8226703196507879
+ 1.8227913793467567
+ 1.8229124281172424
+ 1.8230334659649203
+ 1.8231544928924661
+ 1.823275508902553
+ 1.8233965139978536
+ 1.8235175081810397
+ 1.823638491454782
+ 1.82375946382175
+ 1.8238804252846121
+ 1.8240013758460354
+ 1.8241223155086863
+ 1.8242432442752303
+ 1.8243641621483313
+ 1.8244850691306524
+ 1.8246059652248559
+ 1.8247268504336025
+ 1.824847724759552
+ 1.8249685882053641
+ 1.8250894407736957
+ 1.825210282467204
+ 1.8253311132885444
+ 1.825451933240372
+ 1.8255727423253398
+ 1.8256935405461006
+ 1.825814327905306
+ 1.825935104405606
+ 1.8260558700496505
+ 1.8261766248400875
+ 1.826297368779564
+ 1.8264181018707264
+ 1.82653882411622
+ 1.8266595355186885
+ 1.8267802360807757
+ 1.8269009258051225
+ 1.8270216046943706
+ 1.8271422727511595
+ 1.8272629299781287
+ 1.8273835763779152
+ 1.827504211953156
+ 1.8276248367064865
+ 1.8277454506405417
+ 1.8278660537579554
+ 1.8279866460613599
+ 1.8281072275533863
+ 1.828227798236666
+ 1.8283483581138273
+ 1.8284689071874995
+ 1.8285894454603095
+ 1.8287099729348832
+ 1.8288304896138468
+ 1.8289509954998238
+ 1.8290714905954373
+ 1.82919197490331
+ 1.8293124484260623
+ 1.8294329111663152
+ 1.8295533631266865
+ 1.829673804309795
+ 1.8297942347182574
+ 1.8299146543546896
+ 1.8300350632217062
+ 1.8301554613219213
+ 1.8302758486579478
+ 1.8303962252323973
+ 1.8305165910478804
+ 1.8306369461070071
+ 1.8307572904123857
+ 1.830877623966624
+ 1.8309979467723285
+ 1.8311182588321047
+ 1.8312385601485572
+ 1.8313588507242897
+ 1.831479130561905
+ 1.8315993996640034
+ 1.8317196580331863
+ 1.8318399056720525
+ 1.8319601425832008
+ 1.8320803687692282
+ 1.8322005842327311
+ 1.8323207889763051
+ 1.8324409830025439
+ 1.8325611663140413
+ 1.832681338913389
+ 1.8328015008031784
+ 1.8329216519859997
+ 1.833041792464442
+ 1.8331619222410935
+ 1.8332820413185411
+ 1.8334021496993709
+ 1.8335222473861683
+ 1.833642334381517
+ 1.833762410688
+ 1.8338824763081993
+ 1.8340025312446964
+ 1.8341225755000707
+ 1.8342426090769013
+ 1.8343626319777662
+ 1.8344826442052422
+ 1.8346026457619051
+ 1.8347226366503302
+ 1.834842616873091
+ 1.8349625864327608
+ 1.835082545331911
+ 1.8352024935731126
+ 1.8353224311589353
+ 1.8354423580919483
+ 1.835562274374719
+ 1.8356821800098144
+ 1.8358020749998
+ 1.835921959347241
+ 1.8360418330547013
+ 1.836161696124743
+ 1.8362815485599282
+ 1.836401390362818
+ 1.8365212215359714
+ 1.8366410420819477
+ 1.8367608520033047
+ 1.8368806513025988
+ 1.8370004399823856
+ 1.8371202180452204
+ 1.8372399854936563
+ 1.8373597423302468
+ 1.8374794885575427
+ 1.8375992241780952
+ 1.8377189491944543
+ 1.837838663609168
+ 1.8379583674247846
+ 1.8380780606438505
+ 1.8381977432689114
+ 1.8383174153025124
+ 1.838437076747197
+ 1.838556727605508
+ 1.8386763678799867
+ 1.8387959975731742
+ 1.8389156166876106
+ 1.8390352252258342
+ 1.8391548231903825
+ 1.8392744105837928
+ 1.8393939874086007
+ 1.8395135536673408
+ 1.8396331093625473
+ 1.8397526544967524
+ 1.8398721890724883
+ 1.8399917130922858
+ 1.8401112265586745
+ 1.8402307294741835
+ 1.8403502218413403
+ 1.8404697036626725
+ 1.840589174940705
+ 1.8407086356779634
+ 1.840828085876971
+ 1.8409475255402514
+ 1.841066954670326
+ 1.8411863732697158
+ 1.8413057813409408
+ 1.8414251788865201
+ 1.8415445659089718
+ 1.8416639424108125
+ 1.8417833083945587
+ 1.841902663862725
+ 1.8420220088178256
+ 1.8421413432623739
+ 1.8422606671988813
+ 1.8423799806298597
+ 1.8424992835578187
+ 1.8426185759852678
+ 1.842737857914715
+ 1.8428571293486675
+ 1.8429763902896317
+ 1.8430956407401125
+ 1.8432148807026147
+ 1.8433341101796412
+ 1.8434533291736943
+ 1.8435725376872758
+ 1.8436917357228857
+ 1.8438109232830233
+ 1.8439301003701876
+ 1.8440492669868755
+ 1.8441684231355835
+ 1.8442875688188076
+ 1.844406704039042
+ 1.8445258287987802
+ 1.844644943100515
+ 1.844764046946738
+ 1.84488314033994
+ 1.8450022232826104
+ 1.8451212957772385
+ 1.8452403578263112
+ 1.845359409432316
+ 1.8454784505977386
+ 1.8455974813250637
+ 1.8457165016167754
+ 1.8458355114753564
+ 1.845954510903289
+ 1.846073499903054
+ 1.8461924784771315
+ 1.846311446628001
+ 1.8464304043581399
+ 1.8465493516700258
+ 1.8466682885661347
+ 1.846787215048942
+ 1.846906131120922
+ 1.847025036784548
+ 1.8471439320422924
+ 1.8472628168966265
+ 1.8473816913500212
+ 1.8475005554049453
+ 1.8476194090638678
+ 1.847738252329256
+ 1.8478570852035767
+ 1.8479759076892956
+ 1.848094719788878
+ 1.8482135215047863
+ 1.8483323128394846
+ 1.8484510937954342
+ 1.8485698643750956
+ 1.8486886245809295
+ 1.8488073744153948
+ 1.8489261138809492
+ 1.84904484298005
+ 1.8491635617151536
+ 1.8492822700887146
+ 1.8494009681031878
+ 1.8495196557610263
+ 1.8496383330646824
+ 1.8497570000166077
+ 1.8498756566192525
+ 1.8499943028750665
+ 1.8501129387864979
+ 1.8502315643559946
+ 1.8503501795860036
+ 1.8504687844789702
+ 1.850587379037339
+ 1.8507059632635545
+ 1.8508245371600593
+ 1.8509431007292951
+ 1.8510616539737035
+ 1.851180196895724
+ 1.8512987294977958
+ 1.851417251782358
+ 1.8515357637518466
+ 1.8516542654086985
+ 1.8517727567553492
+ 1.8518912377942334
+ 1.8520097085277838
+ 1.8521281689584335
+ 1.852246619088614
+ 1.852365058920756
+ 1.8524834884572896
+ 1.8526019077006433
+ 1.8527203166532449
+ 1.8528387153175216
+ 1.8529571036958996
+ 1.8530754817908033
+ 1.8531938496046576
+ 1.853312207139885
+ 1.8534305543989085
+ 1.8535488913841491
+ 1.8536672180980274
+ 1.853785534542963
+ 1.853903840721374
+ 1.8540221366356786
+ 1.854140422288293
+ 1.8542586976816335
+ 1.8543769628181146
+ 1.8544952177001501
+ 1.8546134623301536
+ 1.8547316967105367
+ 1.8548499208437108
+ 1.8549681347320859
+ 1.8550863383780716
+ 1.855204531784076
+ 1.8553227149525064
+ 1.85544088788577
+ 1.8555590505862718
+ 1.8556772030564168
+ 1.8557953452986087
+ 1.8559134773152501
+ 1.8560315991087433
+ 1.856149710681489
+ 1.8562678120358878
+ 1.8563859031743382
+ 1.8565039840992386
+ 1.8566220548129866
+ 1.8567401153179783
+ 1.8568581656166097
+ 1.8569762057112746
+ 1.8570942356043674
+ 1.8572122552982804
+ 1.8573302647954057
+ 1.8574482640981342
+ 1.8575662532088555
+ 1.857684232129959
+ 1.8578022008638329
+ 1.8579201594128643
+ 1.8580381077794395
+ 1.8581560459659443
+ 1.858273973974763
+ 1.858391891808279
+ 1.8585097994688753
+ 1.8586276969589335
+ 1.8587455842808345
+ 1.8588634614369581
+ 1.8589813284296839
+ 1.8590991852613898
+ 1.8592170319344528
+ 1.8593348684512496
+ 1.8594526948141552
+ 1.8595705110255445
+ 1.859688317087791
+ 1.8598061130032673
+ 1.8599238987743454
+ 1.8600416744033959
+ 1.860159439892789
+ 1.860277195244894
+ 1.8603949404620788
+ 1.8605126755467107
+ 1.8606304005011565
+ 1.860748115327781
+ 1.8608658200289492
+ 1.8609835146070248
+ 1.8611011990643704
+ 1.8612188734033484
+ 1.861336537626319
+ 1.8614541917356426
+ 1.8615718357336786
+ 1.8616894696227853
+ 1.86180709340532
+ 1.8619247070836384
+ 1.8620423106600976
+ 1.8621599041370511
+ 1.8622774875168533
+ 1.8623950608018571
+ 1.8625126239944143
+ 1.8626301770968763
+ 1.862747720111593
+ 1.8628652530409138
+ 1.8629827758871873
+ 1.863100288652761
+ 1.8632177913399817
+ 1.863335283951195
+ 1.8634527664887452
+ 1.8635702389549778
+ 1.8636877013522344
+ 1.863805153682858
+ 1.8639225959491899
+ 1.86404002815357
+ 1.8641574502983385
+ 1.8642748623858336
+ 1.8643922644183932
+ 1.8645096563983543
+ 1.864627038328053
+ 1.8647444102098243
+ 1.8648617720460021
+ 1.8649791238389204
+ 1.8650964655909108
+ 1.8652137973043057
+ 1.8653311189814352
+ 1.8654484306246297
+ 1.8655657322362176
+ 1.865683023818527
+ 1.8658003053738854
+ 1.8659175769046188
+ 1.8660348384130527
+ 1.8661520899015118
+ 1.8662693313723195
+ 1.8663865628277985
+ 1.8665037842702707
+ 1.8666209957020576
+ 1.8667381971254788
+ 1.8668553885428536
+ 1.8669725699565005
+ 1.867089741368737
+ 1.8672069027818803
+ 1.8673240541982448
+ 1.8674411956201464
+ 1.8675583270498988
+ 1.8676754484898153
+ 1.8677925599422078
+ 1.8679096614093882
+ 1.8680267528936667
+ 1.8681438343973527
+ 1.8682609059227553
+ 1.8683779674721823
+ 1.8684950190479408
+ 1.8686120606523369
+ 1.8687290922876758
+ 1.8688461139562618
+ 1.8689631256603987
+ 1.8690801274023892
+ 1.869197119184535
+ 1.8693141010091368
+ 1.869431072878495
+ 1.869548034794909
+ 1.8696649867606763
+ 1.8697819287780952
+ 1.869898860849462
+ 1.8700157829770725
+ 1.8701326951632216
+ 1.870249597410203
+ 1.8703664897203103
+ 1.8704833720958356
+ 1.8706002445390704
+ 1.870717107052305
+ 1.8708339596378292
+ 1.8709508022979322
+ 1.8710676350349014
+ 1.8711844578510244
+ 1.8713012707485872
+ 1.8714180737298753
+ 1.8715348667971734
+ 1.871651649952765
+ 1.8717684231989324
+ 1.8718851865379587
+ 1.8720019399721237
+ 1.872118683503709
+ 1.872235417134993
+ 1.8723521408682546
+ 1.8724688547057715
+ 1.8725855586498203
+ 1.8727022527026775
+ 1.8728189368666177
+ 1.8729356111439153
+ 1.873052275536844
+ 1.8731689300476757
+ 1.8732855746786827
+ 1.8734022094321356
+ 1.8735188343103046
+ 1.8736354493154588
+ 1.8737520544498665
+ 1.8738686497157948
+ 1.8739852351155109
+ 1.8741018106512801
+ 1.8742183763253673
+ 1.8743349321400367
+ 1.8744514780975516
+ 1.8745680142001744
+ 1.8746845404501664
+ 1.8748010568497884
+ 1.8749175634013002
+ 1.8750340601069606
+ 1.875150546969028
+ 1.8752670239897593
+ 1.8753834911714116
+ 1.8754999485162396
+ 1.8756163960264989
+ 1.875732833704443
+ 1.875849261552325
+ 1.8759656795723973
+ 1.876082087766911
+ 1.876198486138117
+ 1.8763148746882643
+ 1.8764312534196026
+ 1.8765476223343793
+ 1.876663981434842
+ 1.8767803307232367
+ 1.8768966702018093
+ 1.8770129998728042
+ 1.8771293197384653
+ 1.8772456298010354
+ 1.877361930062757
+ 1.877478220525871
+ 1.8775945011926183
+ 1.8777107720652384
+ 1.8778270331459699
+ 1.877943284437051
+ 1.8780595259407187
+ 1.8781757576592093
+ 1.8782919795947586
+ 1.8784081917496007
+ 1.8785243941259697
+ 1.8786405867260987
+ 1.8787567695522196
+ 1.8788729426065638
+ 1.878989105891362
+ 1.8791052594088433
+ 1.8792214031612373
+ 1.8793375371507712
+ 1.8794536613796728
+ 1.879569775850168
+ 1.879685880564482
+ 1.8798019755248403
+ 1.8799180607334665
+ 1.880034136192583
+ 1.880150201904413
+ 1.880266257871177
+ 1.880382304095096
+ 1.8804983405783895
+ 1.8806143673232765
+ 1.880730384331975
+ 1.8808463916067024
+ 1.8809623891496747
+ 1.881078376963108
+ 1.881194355049217
+ 1.8813103234102153
+ 1.8814262820483165
+ 1.8815422309657326
+ 1.8816581701646748
+ 1.8817740996473542
+ 1.8818900194159809
+ 1.8820059294727631
+ 1.8821218298199096
+ 1.882237720459628
+ 1.882353601394124
+ 1.8824694726256042
+ 1.882585334156273
+ 1.8827011859883347
+ 1.8828170281239927
+ 1.8829328605654492
+ 1.8830486833149063
+ 1.8831644963745646
+ 1.8832802997466238
+ 1.8833960934332834
+ 1.8835118774367423
+ 1.8836276517591974
+ 1.8837434164028457
+ 1.8838591713698831
+ 1.8839749166625046
+ 1.884090652282905
+ 1.8842063782332776
+ 1.8843220945158152
+ 1.8844378011327094
+ 1.8845534980861514
+ 1.8846691853783317
+ 1.8847848630114397
+ 1.8849005309876639
+ 1.8850161893091921
+ 1.8851318379782116
+ 1.8852474769969083
+ 1.8853631063674683
+ 1.8854787260920753
+ 1.885594336172914
+ 1.8857099366121666
+ 1.8858255274120161
+ 1.8859411085746434
+ 1.8860566801022287
+ 1.8861722419969527
+ 1.886287794260994
+ 1.8864033368965305
+ 1.8865188699057396
+ 1.8866343932907983
+ 1.8867499070538822
+ 1.8868654111971663
+ 1.8869809057228244
+ 1.8870963906330303
+ 1.8872118659299562
+ 1.887327331615774
+ 1.8874427876926545
+ 1.8875582341627684
+ 1.8876736710282846
+ 1.8877890982913719
+ 1.8879045159541978
+ 1.8880199240189295
+ 1.8881353224877329
+ 1.8882507113627736
+ 1.8883660906462159
+ 1.8884814603402238
+ 1.8885968204469603
+ 1.8887121709685877
+ 1.888827511907267
+ 1.8889428432651592
+ 1.8890581650444236
+ 1.8891734772472195
+ 1.8892887798757052
+ 1.889404072932038
+ 1.8895193564183745
+ 1.8896346303368707
+ 1.8897498946896816
+ 1.8898651494789611
+ 1.889980394706863
+ 1.8900956303755398
+ 1.8902108564871434
+ 1.890326073043825
+ 1.8904412800477346
+ 1.890556477501022
+ 1.8906716654058358
+ 1.890786843764324
+ 1.8909020125786336
+ 1.891017171850911
+ 1.8911323215833018
+ 1.8912474617779509
+ 1.891362592437002
+ 1.8914777135625984
+ 1.8915928251568828
+ 1.8917079272219963
+ 1.89182301976008
+ 1.891938102773274
+ 1.8920531762637178
+ 1.8921682402335496
+ 1.892283294684907
+ 1.8923983396199273
+ 1.8925133750407463
+ 1.8926284009494994
+ 1.8927434173483215
+ 1.892858424239346
+ 1.892973421624706
+ 1.8930884095065341
+ 1.8932033878869612
+ 1.8933183567681184
+ 1.8934333161521355
+ 1.8935482660411413
+ 1.8936632064372647
+ 1.8937781373426326
+ 1.8938930587593723
+ 1.8940079706896098
+ 1.89412287313547
+ 1.8942377660990775
+ 1.8943526495825562
+ 1.8944675235880286
+ 1.8945823881176171
+ 1.8946972431734428
+ 1.8948120887576267
+ 1.8949269248722882
+ 1.8950417515195466
+ 1.8951565687015197
+ 1.8952713764203255
+ 1.8953861746780805
+ 1.8955009634769007
+ 1.8956157428189009
+ 1.895730512706196
+ 1.8958452731408992
+ 1.895960024125124
+ 1.8960747656609815
+ 1.8961894977505838
+ 1.896304220396041
+ 1.8964189335994632
+ 1.896533637362959
+ 1.8966483316886373
+ 1.8967630165786047
+ 1.8968776920349686
+ 1.8969923580598345
+ 1.8971070146553075
+ 1.8972216618234925
+ 1.8973362995664926
+ 1.897450927886411
+ 1.89756554678535
+ 1.8976801562654102
+ 1.8977947563286928
+ 1.8979093469772972
+ 1.8980239282133229
+ 1.8981385000388675
+ 1.898253062456029
+ 1.8983676154669045
+ 1.8984821590735892
+ 1.8985966932781788
+ 1.8987112180827677
+ 1.8988257334894492
+ 1.8989402395003165
+ 1.8990547361174623
+ 1.8991692233429776
+ 1.899283701178953
+ 1.899398169627478
+ 1.8995126286906427
+ 1.899627078370535
+ 1.8997415186692421
+ 1.8998559495888516
+ 1.899970371131449
+ 1.9000847832991203
+ 1.9001991860939496
+ 1.9003135795180208
+ 1.9004279635734174
+ 1.900542338262221
+ 1.9006567035865136
+ 1.9007710595483764
+ 1.900885406149889
+ 1.9009997433931307
+ 1.90111407128018
+ 1.9012283898131148
+ 1.9013426989940123
+ 1.9014569988249488
+ 1.9015712893079997
+ 1.9016855704452398
+ 1.9017998422387434
+ 1.9019141046905834
+ 1.9020283578028325
+ 1.9021426015775629
+ 1.9022568360168448
+ 1.9023710611227493
+ 1.9024852768973455
+ 1.9025994833427025
+ 1.902713680460888
+ 1.9028278682539697
+ 1.9029420467240137
+ 1.9030562158730864
+ 1.903170375703252
+ 1.9032845262165756
+ 1.9033986674151204
+ 1.9035127993009493
+ 1.9036269218761244
+ 1.903741035142707
+ 1.903855139102758
+ 1.903969233758337
+ 1.9040833191115027
+ 1.904197395164314
+ 1.9043114619188282
+ 1.9044255193771025
+ 1.9045395675411925
+ 1.9046536064131543
+ 1.904767635995042
+ 1.9048816562889097
+ 1.9049956672968107
+ 1.905109669020797
+ 1.9052236614629205
+ 1.9053376446252324
+ 1.9054516185097825
+ 1.9055655831186205
+ 1.9056795384537952
+ 1.9057934845173543
+ 1.9059074213113454
+ 1.9060213488378148
+ 1.9061352670988083
+ 1.9062491760963713
+ 1.9063630758325474
+ 1.9064769663093803
+ 1.9065908475289133
+ 1.9067047194931883
+ 1.9068185822042465
+ 1.9069324356641286
+ 1.9070462798748749
+ 1.907160114838524
+ 1.9072739405571144
+ 1.907387757032684
+ 1.90750156426727
+ 1.9076153622629077
+ 1.9077291510216337
+ 1.907842930545482
+ 1.9079567008364868
+ 1.9080704618966817
+ 1.9081842137280993
+ 1.9082979563327709
+ 1.9084116897127281
+ 1.908525413870001
+ 1.9086391288066193
+ 1.908752834524612
+ 1.9088665310260073
+ 1.9089802183128326
+ 1.909093896387115
+ 1.9092075652508802
+ 1.909321224906153
+ 1.909434875354959
+ 1.9095485165993211
+ 1.9096621486412628
+ 1.9097757714828067
+ 1.9098893851259742
+ 1.9100029895727864
+ 1.910116584825263
+ 1.9102301708854241
+ 1.9103437477552885
+ 1.9104573154368738
+ 1.9105708739321974
+ 1.9106844232432758
+ 1.9107979633721253
+ 1.9109114943207606
+ 1.9110250160911963
+ 1.9111385286854463
+ 1.9112520321055233
+ 1.9113655263534401
+ 1.9114790114312072
+ 1.9115924873408365
+ 1.9117059540843375
+ 1.9118194116637197
+ 1.9119328600809917
+ 1.9120462993381617
+ 1.912159729437237
+ 1.9122731503802237
+ 1.9123865621691278
+ 1.9124999648059544
+ 1.912613358292708
+ 1.9127267426313919
+ 1.9128401178240093
+ 1.9129534838725621
+ 1.9130668407790523
+ 1.9131801885454807
+ 1.9132935271738465
+ 1.9134068566661502
+ 1.9135201770243897
+ 1.9136334882505635
+ 1.9137467903466678
+ 1.9138600833147001
+ 1.9139733671566561
+ 1.9140866418745304
+ 1.9141999074703175
+ 1.9143131639460114
+ 1.914426411303605
+ 1.9145396495450901
+ 1.9146528786724586
+ 1.914766098687701
+ 1.9148793095928078
+ 1.9149925113897683
+ 1.915105704080571
+ 1.915218887667204
+ 1.9153320621516547
+ 1.9154452275359095
+ 1.9155583838219543
+ 1.9156715310117742
+ 1.9157846691073537
+ 1.9158977981106766
+ 1.9160109180237257
+ 1.9161240288484838
+ 1.916237130586932
+ 1.9163502232410514
+ 1.9164633068128225
+ 1.9165763813042245
+ 1.9166894467172362
+ 1.9168025030538358
+ 1.9169155503160005
+ 1.9170285885057077
+ 1.9171416176249323
+ 1.9172546376756505
+ 1.9173676486598366
+ 1.9174806505794642
+ 1.9175936434365068
+ 1.917706627232937
+ 1.9178196019707263
+ 1.917932567651846
+ 1.918045524278266
+ 1.9181584718519566
+ 1.9182714103748866
+ 1.9183843398490241
+ 1.918497260276337
+ 1.918610171658792
+ 1.9187230739983556
+ 1.9188359672969926
+ 1.9189488515566684
+ 1.9190617267793468
+ 1.9191745929669914
+ 1.919287450121565
+ 1.9194002982450293
+ 1.9195131373393461
+ 1.9196259674064755
+ 1.9197387884483776
+ 1.919851600467012
+ 1.9199644034643368
+ 1.9200771974423099
+ 1.9201899824028887
+ 1.9203027583480294
+ 1.920415525279688
+ 1.9205282831998194
+ 1.920641032110378
+ 1.9207537720133177
+ 1.9208665029105914
+ 1.9209792248041513
+ 1.9210919376959492
+ 1.9212046415879356
+ 1.9213173364820615
+ 1.9214300223802758
+ 1.921542699284528
+ 1.9216553671967656
+ 1.9217680261189363
+ 1.9218806760529872
+ 1.921993317000864
+ 1.9221059489645125
+ 1.922218571945877
+ 1.922331185946902
+ 1.9224437909695309
+ 1.922556387015706
+ 1.9226689740873695
+ 1.9227815521864626
+ 1.922894121314926
+ 1.9230066814746998
+ 1.923119232667723
+ 1.9232317748959342
+ 1.9233443081612716
+ 1.9234568324656716
+ 1.9235693478110716
+ 1.9236818541994072
+ 1.9237943516326133
+ 1.9239068401126247
+ 1.924019319641375
+ 1.9241317902207975
+ 1.9242442518528242
+ 1.924356704539387
+ 1.9244691482824174
+ 1.9245815830838453
+ 1.9246940089456008
+ 1.9248064258696125
+ 1.9249188338578092
+ 1.9250312329121182
+ 1.9251436230344665
+ 1.9252560042267808
+ 1.9253683764909864
+ 1.9254807398290081
+ 1.9255930942427708
+ 1.9257054397341975
+ 1.9258177763052116
+ 1.925930103957735
+ 1.9260424226936892
+ 1.9261547325149957
+ 1.926267033423574
+ 1.926379325421344
+ 1.9264916085102246
+ 1.926603882692134
+ 1.9267161479689898
+ 1.9268284043427086
+ 1.9269406518152068
+ 1.9270528903883999
+ 1.9271651200642024
+ 1.9272773408445292
+ 1.927389552731293
+ 1.9275017557264071
+ 1.9276139498317832
+ 1.9277261350493338
+ 1.9278383113809685
+ 1.927950478828598
+ 1.9280626373941316
+ 1.9281747870794785
+ 1.9282869278865467
+ 1.9283990598172431
+ 1.9285111828734751
+ 1.9286232970571486
+ 1.9287354023701693
+ 1.9288474988144415
+ 1.9289595863918698
+ 1.9290716651043573
+ 1.929183734953807
+ 1.929295795942121
+ 1.929407848071201
+ 1.9295198913429472
+ 1.9296319257592602
+ 1.9297439513220394
+ 1.9298559680331835
+ 1.9299679758945905
+ 1.9300799749081579
+ 1.9301919650757828
+ 1.9303039463993614
+ 1.9304159188807886
+ 1.9305278825219596
+ 1.9306398373247686
+ 1.930751783291109
+ 1.9308637204228736
+ 1.930975648721955
+ 1.9310875681902437
+ 1.9311994788296314
+ 1.931311380642008
+ 1.9314232736292634
+ 1.9315351577932858
+ 1.9316470331359636
+ 1.9317588996591848
+ 1.931870757364836
+ 1.9319826062548031
+ 1.9320944463309722
+ 1.932206277595228
+ 1.9323181000494545
+ 1.932429913695536
+ 1.9325417185353546
+ 1.9326535145707933
+ 1.9327653018037332
+ 1.9328770802360555
+ 1.9329888498696404
+ 1.9331006107063677
+ 1.9332123627481164
+ 1.933324105996765
+ 1.933435840454191
+ 1.933547566122271
+ 1.9336592830028823
+ 1.9337709910979
+ 1.9338826904091992
+ 1.9339943809386544
+ 1.9341060626881397
+ 1.934217735659528
+ 1.9343293998546918
+ 1.934441055275503
+ 1.9345527019238324
+ 1.9346643398015508
+ 1.9347759689105282
+ 1.9348875892526336
+ 1.9349992008297356
+ 1.9351108036437024
+ 1.9352223976964007
+ 1.9353339829896974
+ 1.9354455595254587
+ 1.9355571273055496
+ 1.935668686331835
+ 1.935780236606179
+ 1.9358917781304446
+ 1.9360033109064945
+ 1.9361148349361914
+ 1.936226350221396
+ 1.93633785676397
+ 1.9364493545657726
+ 1.936560843628664
+ 1.9366723239545027
+ 1.9367837955451468
+ 1.936895258402454
+ 1.9370067125282815
+ 1.9371181579244852
+ 1.937229594592921
+ 1.9373410225354435
+ 1.9374524417539074
+ 1.9375638522501664
+ 1.9376752540260733
+ 1.937786647083481
+ 1.9378980314242409
+ 1.9380094070502039
+ 1.938120773963221
+ 1.938232132165142
+ 1.9383434816578156
+ 1.938454822443091
+ 1.9385661545228159
+ 1.9386774778988376
+ 1.9387887925730025
+ 1.938900098547157
+ 1.939011395823146
+ 1.9391226844028147
+ 1.9392339642880072
+ 1.9393452354805667
+ 1.939456497982336
+ 1.9395677517951575
+ 1.9396789969208728
+ 1.9397902333613224
+ 1.939901461118347
+ 1.940012680193786
+ 1.9401238905894784
+ 1.9402350923072627
+ 1.9403462853489766
+ 1.940457469716457
+ 1.9405686454115407
+ 1.9406798124360634
+ 1.9407909707918602
+ 1.9409021204807657
+ 1.941013261504614
+ 1.941124393865238
+ 1.9412355175644709
+ 1.941346632604144
+ 1.9414577389860894
+ 1.9415688367121375
+ 1.9416799257841184
+ 1.9417910062038621
+ 1.941902077973197
+ 1.9420131410939514
+ 1.942124195567953
+ 1.9422352413970283
+ 1.9423462785830043
+ 1.9424573071277067
+ 1.9425683270329601
+ 1.9426793383005894
+ 1.9427903409324185
+ 1.9429013349302702
+ 1.9430123202959673
+ 1.9431232970313315
+ 1.9432342651381846
+ 1.943345224618347
+ 1.9434561754736388
+ 1.9435671177058793
+ 1.9436780513168876
+ 1.943788976308482
+ 1.9438998926824798
+ 1.9440108004406975
+ 1.9441216995849522
+ 1.9442325901170592
+ 1.9443434720388337
+ 1.9444543453520902
+ 1.9445652100586421
+ 1.9446760661603029
+ 1.9447869136588856
+ 1.9448977525562012
+ 1.9450085828540622
+ 1.945119404554278
+ 1.9452302176586598
+ 1.9453410221690162
+ 1.9454518180871563
+ 1.945562605414889
+ 1.945673384154021
+ 1.9457841543063596
+ 1.9458949158737113
+ 1.9460056688578817
+ 1.9461164132606756
+ 1.9462271490838983
+ 1.946337876329353
+ 1.9464485949988435
+ 1.9465593050941716
+ 1.94667000661714
+ 1.94678069956955
+ 1.9468913839532023
+ 1.9470020597698972
+ 1.9471127270214341
+ 1.9472233857096117
+ 1.947334035836229
+ 1.9474446774030831
+ 1.9475553104119714
+ 1.94766593486469
+ 1.9477765507630356
+ 1.9478871581088024
+ 1.9479977569037856
+ 1.9481083471497793
+ 1.9482189288485767
+ 1.9483295020019702
+ 1.948440066611753
+ 1.9485506226797156
+ 1.9486611702076495
+ 1.9487717091973449
+ 1.9488822396505914
+ 1.9489927615691787
+ 1.9491032749548947
+ 1.9492137798095268
+ 1.9493242761348635
+ 1.9494347639326908
+ 1.9495452432047948
+ 1.9496557139529613
+ 1.9497661761789742
+ 1.9498766298846186
+ 1.9499870750716777
+ 1.9500975117419352
+ 1.9502079398971726
+ 1.9503183595391718
+ 1.9504287706697145
+ 1.9505391732905808
+ 1.9506495674035509
+ 1.9507599530104043
+ 1.9508703301129195
+ 1.9509806987128748
+ 1.9510910588120474
+ 1.9512014104122148
+ 1.9513117535151527
+ 1.9514220881226374
+ 1.9515324142364434
+ 1.9516427318583458
+ 1.9517530409901183
+ 1.9518633416335336
+ 1.9519736337903655
+ 1.9520839174623854
+ 1.9521941926513648
+ 1.9523044593590748
+ 1.952414717587286
+ 1.952524967337767
+ 1.9526352086122876
+ 1.9527454414126166
+ 1.9528556657405212
+ 1.952965881597769
+ 1.9530760889861265
+ 1.95318628790736
+ 1.953296478363235
+ 1.9534066603555165
+ 1.953516833885968
+ 1.9536269989563537
+ 1.9537371555684369
+ 1.9538473037239792
+ 1.9539574434247438
+ 1.9540675746724905
+ 1.954177697468981
+ 1.9542878118159754
+ 1.9543979177152326
+ 1.9545080151685117
+ 1.9546181041775708
+ 1.954728184744168
+ 1.9548382568700602
+ 1.9549483205570037
+ 1.9550583758067546
+ 1.9551684226210682
+ 1.955278461001699
+ 1.9553884909504016
+ 1.9554985124689288
+ 1.955608525559034
+ 1.9557185302224689
+ 1.9558285264609865
+ 1.9559385142763366
+ 1.9560484936702707
+ 1.956158464644538
+ 1.9562684272008883
+ 1.9563783813410704
+ 1.9564883270668318
+ 1.956598264379921
+ 1.9567081932820842
+ 1.9568181137750689
+ 1.9569280258606196
+ 1.9570379295404818
+ 1.9571478248164007
+ 1.9572577116901202
+ 1.9573675901633834
+ 1.9574774602379332
+ 1.957587321915512
+ 1.957697175197861
+ 1.9578070200867217
+ 1.9579168565838352
+ 1.95802668469094
+ 1.9581365044097765
+ 1.9582463157420833
+ 1.9583561186895981
+ 1.9584659132540587
+ 1.958575699437202
+ 1.9586854772407645
+ 1.9587952466664815
+ 1.958905007716089
+ 1.959014760391321
+ 1.9591245046939114
+ 1.9592342406255943
+ 1.9593439681881024
+ 1.9594536873831674
+ 1.9595633982125211
+ 1.9596731006778956
+ 1.95978279478102
+ 1.959892480523625
+ 1.96000215790744
+ 1.9601118269341937
+ 1.9602214876056137
+ 1.9603311399234291
+ 1.960440783889365
+ 1.960550419505149
+ 1.9606600467725064
+ 1.960769665693163
+ 1.9608792762688434
+ 1.9609888785012715
+ 1.9610984723921703
+ 1.9612080579432638
+ 1.9613176351562738
+ 1.961427204032922
+ 1.96153676457493
+ 1.961646316784018
+ 1.961755860661906
+ 1.961865396210314
+ 1.9619749234309605
+ 1.962084442325564
+ 1.9621939528958416
+ 1.962303455143511
+ 1.9624129490702893
+ 1.9625224346778916
+ 1.9626319119680333
+ 1.9627413809424297
+ 1.9628508416027952
+ 1.9629602939508428
+ 1.9630697379882867
+ 1.9631791737168378
+ 1.9632886011382096
+ 1.963398020254113
+ 1.9635074310662588
+ 1.9636168335763566
+ 1.9637262277861167
+ 1.9638356136972484
+ 1.9639449913114595
+ 1.9640543606304586
+ 1.9641637216559527
+ 1.9642730743896488
+ 1.9643824188332528
+ 1.9644917549884704
+ 1.9646010828570073
+ 1.964710402440567
+ 1.964819713740854
+ 1.9649290167595719
+ 1.9650383114984227
+ 1.9651475979591095
+ 1.9652568761433333
+ 1.9653661460527954
+ 1.9654754076891965
+ 1.9655846610542358
+ 1.9656939061496137
+ 1.9658031429770284
+ 1.965912371538178
+ 1.9660215918347606
+ 1.9661308038684726
+ 1.9662400076410111
+ 1.9663492031540721
+ 1.9664583904093507
+ 1.9665675694085418
+ 1.9666767401533394
+ 1.9667859026454375
+ 1.966895056886529
+ 1.967004202878307
+ 1.9671133406224628
+ 1.9672224701206875
+ 1.9673315913746732
+ 1.9674407043861095
+ 1.9675498091566854
+ 1.967658905688091
+ 1.967767993982015
+ 1.967877074040145
+ 1.9679861458641679
+ 1.9680952094557715
+ 1.9682042648166418
+ 1.9683133119484648
+ 1.968422350852925
+ 1.9685313815317083
+ 1.968640403986497
+ 1.968749418218976
+ 1.968858424230828
+ 1.968967422023735
+ 1.969076411599379
+ 1.9691853929594416
+ 1.969294366105603
+ 1.9694033310395438
+ 1.969512287762943
+ 1.96962123627748
+ 1.9697301765848334
+ 1.969839108686681
+ 1.9699480325847
+ 1.9700569482805672
+ 1.970165855775959
+ 1.9702747550725508
+ 1.9703836461720179
+ 1.970492529076035
+ 1.9706014037862751
+ 1.9707102703044133
+ 1.9708191286321213
+ 1.9709279787710716
+ 1.9710368207229358
+ 1.971145654489386
+ 1.9712544800720917
+ 1.9713632974727238
+ 1.9714721066929515
+ 1.9715809077344442
+ 1.9716897005988694
+ 1.9717984852878956
+ 1.9719072618031899
+ 1.9720160301464194
+ 1.9721247903192503
+ 1.9722335423233475
+ 1.9723422861603772
+ 1.972451021832003
+ 1.9725597493398894
+ 1.9726684686857
+ 1.9727771798710967
+ 1.972885882897743
+ 1.9729945777673
+ 1.973103264481429
+ 1.9732119430417911
+ 1.9733206134500458
+ 1.9734292757078535
+ 1.973537929816872
+ 1.973646575778761
+ 1.973755213595178
+ 1.9738638432677795
+ 1.9739724647982235
+ 1.974081078188166
+ 1.9741896834392623
+ 1.9742982805531681
+ 1.9744068695315373
+ 1.974515450376025
+ 1.9746240230882839
+ 1.9747325876699666
+ 1.974841144122727
+ 1.9749496924482155
+ 1.9750582326480843
+ 1.9751667647239837
+ 1.9752752886775642
+ 1.9753838045104757
+ 1.9754923122243666
+ 1.9756008118208868
+ 1.9757093033016828
+ 1.9758177866684032
+ 1.9759262619226943
+ 1.976034729066203
+ 1.9761431881005749
+ 1.9762516390274552
+ 1.9763600818484892
+ 1.9764685165653206
+ 1.9765769431795934
+ 1.9766853616929503
+ 1.9767937721070348
+ 1.9769021744234878
+ 1.9770105686439516
+ 1.9771189547700672
+ 1.9772273328034748
+ 1.9773357027458143
+ 1.9774440645987246
+ 1.9775524183638453
+ 1.9776607640428143
+ 1.9777691016372694
+ 1.9778774311488474
+ 1.9779857525791857
+ 1.9780940659299195
+ 1.9782023712026848
+ 1.9783106683991167
+ 1.9784189575208495
+ 1.9785272385695178
+ 1.9786355115467538
+ 1.9787437764541915
+ 1.9788520332934623
+ 1.9789602820661985
+ 1.9790685227740312
+ 1.9791767554185913
+ 1.9792849800015084
+ 1.979393196524413
+ 1.9795014049889332
+ 1.9796096053966987
+ 1.9797177977493365
+ 1.9798259820484752
+ 1.9799341582957404
+ 1.980042326492759
+ 1.980150486641157
+ 1.98025863874256
+ 1.9803667827985925
+ 1.9804749188108788
+ 1.9805830467810426
+ 1.9806911667107074
+ 1.9807992786014956
+ 1.980907382455029
+ 1.9810154782729297
+ 1.9811235660568187
+ 1.9812316458083161
+ 1.9813397175290424
+ 1.981447781220617
+ 1.9815558368846584
+ 1.9816638845227856
+ 1.981771924136616
+ 1.981879955727767
+ 1.9819879792978556
+ 1.9820959948484982
+ 1.98220400238131
+ 1.9823120018979064
+ 1.9824199933999023
+ 1.982527976888912
+ 1.9826359523665482
+ 1.9827439198344254
+ 1.9828518792941547
+ 1.982959830747349
+ 1.9830677741956195
+ 1.9831757096405778
+ 1.9832836370838332
+ 1.9833915565269964
+ 1.9834994679716764
+ 1.9836073714194822
+ 1.9837152668720226
+ 1.9838231543309048
+ 1.983931033797736
+ 1.984038905274123
+ 1.9841467687616727
+ 1.9842546242619898
+ 1.9843624717766801
+ 1.984470311307348
+ 1.9845781428555977
+ 1.9846859664230332
+ 1.9847937820112562
+ 1.984901589621871
+ 1.9850093892564782
+ 1.9851171809166799
+ 1.985224964604077
+ 1.9853327403202699
+ 1.9854405080668587
+ 1.9855482678454421
+ 1.9856560196576203
+ 1.9857637635049905
+ 1.9858714993891506
+ 1.985979227311698
+ 1.9860869472742297
+ 1.9861946592783422
+ 1.9863023633256305
+ 1.9864100594176903
+ 1.986517747556116
+ 1.9866254277425017
+ 1.9867330999784423
+ 1.9868407642655288
+ 1.9869484206053551
+ 1.9870560689995134
+ 1.9871637094495942
+ 1.9872713419571897
+ 1.9873789665238901
+ 1.987486583151285
+ 1.9875941918409639
+ 1.987701792594516
+ 1.9878093854135301
+ 1.9879169702995936
+ 1.988024547254294
+ 1.9881321162792178
+ 1.988239677375952
+ 1.9883472305460825
+ 1.9884547757911941
+ 1.9885623131128722
+ 1.9886698425127005
+ 1.9887773639922635
+ 1.9888848775531434
+ 1.9889923831969234
+ 1.9890998809251867
+ 1.9892073707395135
+ 1.9893148526414859
+ 1.9894223266326845
+ 1.9895297927146893
+ 1.98963725088908
+ 1.9897447011574358
+ 1.9898521435213354
+ 1.9899595779823567
+ 1.990067004542077
+ 1.9901744232020742
+ 1.9902818339639239
+ 1.990389236829203
+ 1.990496631799487
+ 1.9906040188763503
+ 1.9907113980613682
+ 1.9908187693561137
+ 1.9909261327621615
+ 1.9910334882810832
+ 1.9911408359144522
+ 1.9912481756638407
+ 1.9913555075308194
+ 1.9914628315169598
+ 1.9915701476238319
+ 1.991677455853006
+ 1.9917847562060509
+ 1.9918920486845362
+ 1.9919993332900299
+ 1.9921066100241
+ 1.9922138788883135
+ 1.9923211398842382
+ 1.9924283930134392
+ 1.9925356382774833
+ 1.9926428756779353
+ 1.9927501052163603
+ 1.9928573268943228
+ 1.992964540713386
+ 1.9930717466751136
+ 1.9931789447810682
+ 1.9932861350328122
+ 1.9933933174319078
+ 1.9935004919799153
+ 1.9936076586783964
+ 1.9937148175289108
+ 1.9938219685330185
+ 1.9939291116922788
+ 1.9940362470082496
+ 1.9941433744824903
+ 1.9942504941165586
+ 1.994357605912011
+ 1.9944647098704043
+ 1.9945718059932946
+ 1.9946788942822387
+ 1.994785974738791
+ 1.9948930473645057
+ 1.9950001121609382
+ 1.9951071691296411
+ 1.9952142182721684
+ 1.995321259590072
+ 1.995428293084905
+ 1.995535318758218
+ 1.9956423366115634
+ 1.9957493466464913
+ 1.9958563488645515
+ 1.9959633432672945
+ 1.9960703298562688
+ 1.9961773086330232
+ 1.996284279599106
+ 1.9963912427560648
+ 1.9964981981054473
+ 1.9966051456487992
+ 1.9967120853876674
+ 1.9968190173235978
+ 1.9969259414581348
+ 1.9970328577928231
+ 1.9971397663292076
+ 1.9972466670688316
+ 1.9973535600132382
+ 1.9974604451639697
+ 1.9975673225225694
+ 1.9976741920905778
+ 1.9977810538695373
+ 1.9978879078609875
+ 1.9979947540664689
+ 1.9981015924875216
+ 1.9982084231256845
+ 1.9983152459824962
+ 1.9984220610594952
+ 1.9985288683582187
+ 1.9986356678802044
+ 1.9987424596269892
+ 1.9988492436001082
+ 1.998956019801099
+ 1.9990627882314949
+ 1.999169548892832
+ 1.999276301786644
+ 1.9993830469144644
+ 1.999489784277827
+ 1.9995965138782645
+ 1.9997032357173092
+ 1.9998099497964923
+ 1.9999166561173454
+ 2.0000233546813995
+ 2.000130045490185
+ 2.0002367285452314
+ 2.000343403848068
+ 2.0004500714002234
+ 2.0005567312032264
+ 2.000663383258605
+ 2.0007700275678864
+ 2.000876664132597
+ 2.0009832929542632
+ 2.001089914034411
+ 2.001196527374567
+ 2.001303132976254
+ 2.0014097308409977
+ 2.001516320970322
+ 2.0016229033657496
+ 2.001729478028804
+ 2.0018360449610078
+ 2.001942604163882
+ 2.0020491556389497
+ 2.00215569938773
+ 2.0022622354117448
+ 2.002368763712514
+ 2.002475284291556
+ 2.0025817971503908
+ 2.002688302290537
+ 2.0027947997135125
+ 2.002901289420834
+ 2.00300777141402
+ 2.003114245694586
+ 2.0032207122640484
+ 2.003327171123923
+ 2.003433622275725
+ 2.0035400657209688
+ 2.0036465014611684
+ 2.0037529294978382
+ 2.003859349832491
+ 2.003965762466639
+ 2.004072167401795
+ 2.0041785646394707
+ 2.004284954181177
+ 2.004391336028425
+ 2.004497710182725
+ 2.004604076645587
+ 2.0047104354185197
+ 2.004816786503032
+ 2.0049231299006327
+ 2.0050294656128296
+ 2.00513579364113
+ 2.00524211398704
+ 2.0053484266520676
+ 2.005454731637718
+ 2.005561028945496
+ 2.005667318576908
+ 2.0057736005334568
+ 2.0058798748166473
+ 2.0059861414279836
+ 2.0060924003689675
+ 2.006198651641103
+ 2.0063048952458904
+ 2.006411131184833
+ 2.006517359459431
+ 2.006623580071186
+ 2.006729793021597
+ 2.006835998312164
+ 2.0069421959443865
+ 2.0070483859197634
+ 2.0071545682397924
+ 2.007260742905972
+ 2.0073669099197984
+ 2.00747306928277
+ 2.0075792209963814
+ 2.00768536506213
+ 2.0077915014815098
+ 2.007897630256017
+ 2.0080037513871454
+ 2.008109864876389
+ 2.008215970725241
+ 2.008322068935195
+ 2.0084281595077433
+ 2.008534242444378
+ 2.0086403177465906
+ 2.008746385415872
+ 2.008852445453713
+ 2.008958497861604
+ 2.0090645426410347
+ 2.009170579793494
+ 2.0092766093204704
+ 2.0093826312234526
+ 2.0094886455039283
+ 2.0095946521633845
+ 2.009700651203309
+ 2.009806642625187
+ 2.0099126264305047
+ 2.010018602620748
+ 2.0101245711974016
+ 2.01023053216195
+ 2.0103364855158765
+ 2.0104424312606657
+ 2.0105483693978004
+ 2.010654299928763
+ 2.010760222855035
+ 2.0108661381780992
+ 2.010972045899436
+ 2.0110779460205266
+ 2.0111838385428507
+ 2.0112897234678884
+ 2.0113956007971185
+ 2.011501470532021
+ 2.0116073326740733
+ 2.0117131872247533
+ 2.0118190341855384
+ 2.011924873557906
+ 2.0120307053433324
+ 2.012136529543293
+ 2.0122423461592645
+ 2.012348155192721
+ 2.012453956645137
+ 2.0125597505179877
+ 2.0126655368127464
+ 2.0127713155308853
+ 2.0128770866738783
+ 2.012982850243197
+ 2.0130886062403133
+ 2.0131943546666986
+ 2.013300095523824
+ 2.01340582881316
+ 2.013511554536176
+ 2.0136172726943418
+ 2.013722983289126
+ 2.0138286863219976
+ 2.013934381794425
+ 2.0140400697078746
+ 2.0141457500638147
+ 2.0142514228637114
+ 2.014357088109031
+ 2.01446274580124
+ 2.014568395941802
+ 2.0146740385321835
+ 2.0147796735738477
+ 2.0148853010682592
+ 2.0149909210168815
+ 2.015096533421177
+ 2.015202138282608
+ 2.015307735602638
+ 2.0154133253827267
+ 2.0155189076243367
+ 2.0156244823289278
+ 2.0157300494979604
+ 2.0158356091328944
+ 2.015941161235189
+ 2.016046705806303
+ 2.0161522428476943
+ 2.016257772360822
+ 2.016363294347142
+ 2.016468808808112
+ 2.0165743157451894
+ 2.016679815159829
+ 2.0167853070534862
+ 2.0168907914276173
+ 2.016996268283676
+ 2.017101737623117
+ 2.017207199447394
+ 2.01731265375796
+ 2.0174181005562684
+ 2.0175235398437708
+ 2.01762897162192
+ 2.017734395892167
+ 2.017839812655962
+ 2.0179452219147573
+ 2.0180506236700015
+ 2.018156017923145
+ 2.0182614046756364
+ 2.018366783928925
+ 2.018472155684459
+ 2.018577519943686
+ 2.0186828767080534
+ 2.0187882259790078
+ 2.018893567757996
+ 2.018998902046464
+ 2.019104228845857
+ 2.01920954815762
+ 2.019314859983199
+ 2.019420164324036
+ 2.0195254611815763
+ 2.0196307505572624
+ 2.0197360324525375
+ 2.0198413068688437
+ 2.0199465738076228
+ 2.020051833270317
+ 2.0201570852583655
+ 2.0202623297732107
+ 2.020367566816292
+ 2.020472796389049
+ 2.020578018492921
+ 2.0206832331293465
+ 2.020788440299764
+ 2.020893640005611
+ 2.020998832248325
+ 2.021104017029343
+ 2.0212091943501016
+ 2.0213143642120364
+ 2.0214195266165835
+ 2.0215246815651775
+ 2.0216298290592536
+ 2.021734969100245
+ 2.0218401016895866
+ 2.021945226828711
+ 2.0220503445190516
+ 2.0221554547620406
+ 2.0222605575591097
+ 2.0223656529116902
+ 2.022470740821214
+ 2.022575821289111
+ 2.022680894316812
+ 2.022785959905746
+ 2.0228910180573427
+ 2.022996068773031
+ 2.023101112054239
+ 2.0232061479023944
+ 2.023311176318925
+ 2.023416197305258
+ 2.02352121086282
+ 2.023626216993037
+ 2.0237312156973344
+ 2.0238362069771374
+ 2.0239411908338716
+ 2.0240461672689603
+ 2.0241511362838285
+ 2.0242560978798987
+ 2.024361052058594
+ 2.024465998821338
+ 2.0245709381695516
+ 2.0246758701046574
+ 2.0247807946280756
+ 2.0248857117412276
+ 2.0249906214455344
+ 2.0250955237424146
+ 2.0252004186332884
+ 2.025305306119575
+ 2.0254101862026923
+ 2.025515058884059
+ 2.0256199241650927
+ 2.02572478204721
+ 2.0258296325318286
+ 2.0259344756203648
+ 2.0260393113142334
+ 2.026144139614851
+ 2.0262489605236325
+ 2.0263537740419917
+ 2.0264585801713437
+ 2.0265633789131017
+ 2.026668170268679
+ 2.026772954239489
+ 2.0268777308269432
+ 2.0269825000324535
+ 2.0270872618574325
+ 2.02719201630329
+ 2.0272967633714374
+ 2.0274015030632846
+ 2.0275062353802418
+ 2.0276109603237176
+ 2.0277156778951206
+ 2.0278203880958605
+ 2.027925090927344
+ 2.0280297863909795
+ 2.0281344744881737
+ 2.0282391552203336
+ 2.028343828588865
+ 2.028448494595174
+ 2.0285531532406655
+ 2.028657804526745
+ 2.028762448454817
+ 2.0288670850262847
+ 2.0289717142425525
+ 2.0290763361050232
+ 2.0291809506150997
+ 2.0292855577741844
+ 2.0293901575836792
+ 2.029494750044985
+ 2.029599335159503
+ 2.029703912928634
+ 2.029808483353778
+ 2.0299130464363344
+ 2.030017602177703
+ 2.0301221505792824
+ 2.0302266916424703
+ 2.030331225368666
+ 2.0304357517592657
+ 2.0305402708156666
+ 2.0306447825392664
+ 2.03074928693146
+ 2.0308537839936442
+ 2.0309582737272134
+ 2.0310627561335632
+ 2.0311672312140883
+ 2.031271698970182
+ 2.031376159403238
+ 2.0314806125146503
+ 2.03158505830581
+ 2.0316894967781116
+ 2.031793927932945
+ 2.0318983517717024
+ 2.032002768295775
+ 2.0321071775065533
+ 2.0322115794054274
+ 2.032315973993787
+ 2.032420361273021
+ 2.0325247412445187
+ 2.032629113909669
+ 2.0327334792698584
+ 2.032837837326476
+ 2.032942188080908
+ 2.0330465315345414
+ 2.0331508676887626
+ 2.0332551965449577
+ 2.033359518104511
+ 2.033463832368809
+ 2.033568139339235
+ 2.033672439017174
+ 2.0337767314040085
+ 2.033881016501123
+ 2.0339852943099004
+ 2.034089564831722
+ 2.0341938280679708
+ 2.034298084020028
+ 2.034402332689275
+ 2.0345065740770916
+ 2.034610808184859
+ 2.0347150350139565
+ 2.0348192545657637
+ 2.03492346684166
+ 2.0350276718430234
+ 2.0351318695712326
+ 2.035236060027665
+ 2.0353402432136978
+ 2.0354444191307075
+ 2.0355485877800716
+ 2.035652749163165
+ 2.035756903281364
+ 2.035861050136044
+ 2.035965189728579
+ 2.0360693220603436
+ 2.036173447132712
+ 2.0362775649470573
+ 2.0363816755047526
+ 2.0364857788071706
+ 2.036589874855683
+ 2.0366939636516626
+ 2.03679804519648
+ 2.0369021194915065
+ 2.0370061865381124
+ 2.037110246337668
+ 2.0372142988915423
+ 2.0373183442011054
+ 2.0374223822677258
+ 2.0375264130927713
+ 2.037630436677611
+ 2.0377344530236114
+ 2.0378384621321404
+ 2.0379424640045642
+ 2.038046458642249
+ 2.038150446046562
+ 2.0382544262188667
+ 2.0383583991605287
+ 2.0384623648729137
+ 2.0385663233573847
+ 2.0386702746153063
+ 2.038774218648041
+ 2.038878155456952
+ 2.0389820850434024
+ 2.039086007408754
+ 2.039189922554368
+ 2.0392938304816055
+ 2.0393977311918285
+ 2.0395016246863964
+ 2.0396055109666693
+ 2.039709390034007
+ 2.0398132618897686
+ 2.0399171265353133
+ 2.0400209839719987
+ 2.0401248342011833
+ 2.0402286772242237
+ 2.0403325130424776
+ 2.040436341657302
+ 2.040540163070053
+ 2.0406439772820857
+ 2.040747784294756
+ 2.0408515841094186
+ 2.0409553767274287
+ 2.04105916215014
+ 2.041162940378906
+ 2.0412667114150804
+ 2.0413704752600164
+ 2.041474231915066
+ 2.0415779813815815
+ 2.0416817236609144
+ 2.0417854587544157
+ 2.041889186663437
+ 2.041992907389328
+ 2.0420966209334392
+ 2.0422003272971203
+ 2.0423040264817196
+ 2.0424077184885867
+ 2.0425114033190694
+ 2.0426150809745165
+ 2.0427187514562744
+ 2.042822414765691
+ 2.0429260709041124
+ 2.0430297198728855
+ 2.0431333616733562
+ 2.0432369963068693
+ 2.0433406237747707
+ 2.0434442440784037
+ 2.043547857219114
+ 2.043651463198245
+ 2.04375506201714
+ 2.0438586536771415
+ 2.0439622381795925
+ 2.0440658155258355
+ 2.0441693857172116
+ 2.0442729487550624
+ 2.044376504640729
+ 2.044480053375552
+ 2.0445835949608715
+ 2.044687129398027
+ 2.044790656688358
+ 2.044894176833203
+ 2.0449976898339006
+ 2.0451011956917893
+ 2.045204694408207
+ 2.0453081859844895
+ 2.0454116704219754
+ 2.0455151477219995
+ 2.0456186178858995
+ 2.04572208091501
+ 2.0458255368106664
+ 2.0459289855742036
+ 2.0460324272069554
+ 2.0461358617102565
+ 2.0462392890854404
+ 2.0463427093338407
+ 2.046446122456789
+ 2.0465495284556185
+ 2.046652927331661
+ 2.0467563190862483
+ 2.046859703720711
+ 2.04696308123638
+ 2.0470664516345862
+ 2.047169814916659
+ 2.0472731710839276
+ 2.0473765201377216
+ 2.0474798620793697
+ 2.0475831969102005
+ 2.047686524631541
+ 2.04778984524472
+ 2.047893158751063
+ 2.0479964651518983
+ 2.048099764448551
+ 2.0482030566423473
+ 2.048306341734613
+ 2.048409619726673
+ 2.0485128906198518
+ 2.0486161544154737
+ 2.048719411114863
+ 2.048822660719343
+ 2.0489259032302365
+ 2.049029138648866
+ 2.049132366976554
+ 2.0492355882146223
+ 2.049338802364393
+ 2.049442009427186
+ 2.0495452094043225
+ 2.0496484022971235
+ 2.0497515881069073
+ 2.049854766834995
+ 2.049957938482704
+ 2.050061103051354
+ 2.050164260542263
+ 2.050267410956749
+ 2.0503705542961286
+ 2.0504736905617205
+ 2.0505768197548395
+ 2.0506799418768034
+ 2.050783056928927
+ 2.050886164912526
+ 2.0509892658289157
+ 2.0510923596794104
+ 2.0511954464653246
+ 2.0512985261879724
+ 2.0514015988486665
+ 2.05150466444872
+ 2.0516077229894467
+ 2.0517107744721574
+ 2.051813818898165
+ 2.0519168562687806
+ 2.0520198865853154
+ 2.0521229098490794
+ 2.0522259260613835
+ 2.0523289352235374
+ 2.0524319373368507
+ 2.0525349324026325
+ 2.052637920422191
+ 2.0527409013968354
+ 2.0528438753278726
+ 2.0529468422166106
+ 2.0530498020643564
+ 2.0531527548724164
+ 2.0532557006420973
+ 2.0533586393747054
+ 2.053461571071545
+ 2.0535644957339225
+ 2.053667413363142
+ 2.0537703239605074
+ 2.0538732275273235
+ 2.0539761240648935
+ 2.05407901357452
+ 2.0541818960575067
+ 2.0542847715151553
+ 2.054387639948768
+ 2.054490501359646
+ 2.054593355749091
+ 2.0546962031184037
+ 2.054799043468884
+ 2.0549018768018326
+ 2.055004703118549
+ 2.0551075224203315
+ 2.05521033470848
+ 2.055313139984292
+ 2.0554159382490664
+ 2.0555187295041004
+ 2.0556215137506917
+ 2.055724290990136
+ 2.055827061223731
+ 2.0559298244527726
+ 2.0560325806785555
+ 2.056135329902376
+ 2.0562380721255287
+ 2.056340807349308
+ 2.0564435355750077
+ 2.056546256803923
+ 2.0566489710373452
+ 2.056751678276569
+ 2.0568543785228854
+ 2.0569570717775876
+ 2.057059758041967
+ 2.0571624373173156
+ 2.0572651096049235
+ 2.0573677749060817
+ 2.057470433222081
+ 2.05757308455421
+ 2.057675728903759
+ 2.057778366272017
+ 2.0578809966602725
+ 2.0579836200698143
+ 2.058086236501929
+ 2.0581888459579054
+ 2.05829144843903
+ 2.05839404394659
+ 2.0584966324818716
+ 2.05859921404616
+ 2.0587017886407417
+ 2.058804356266901
+ 2.058906916925924
+ 2.059009470619094
+ 2.059112017347695
+ 2.059214557113011
+ 2.0593170899163264
+ 2.0594196157589217
+ 2.059522134642081
+ 2.059624646567086
+ 2.0597271515352187
+ 2.0598296495477593
+ 2.0599321406059903
+ 2.060034624711191
+ 2.0601371018646426
+ 2.0602395720676236
+ 2.0603420353214155
+ 2.060444491627295
+ 2.0605469409865416
+ 2.0606493834004342
+ 2.0607518188702496
+ 2.060854247397266
+ 2.0609566689827608
+ 2.061059083628009
+ 2.061161491334289
+ 2.0612638921028763
+ 2.0613662859350455
+ 2.0614686728320724
+ 2.061571052795232
+ 2.0616734258257976
+ 2.061775791925045
+ 2.061878151094246
+ 2.061980503334676
+ 2.062082848647606
+ 2.0621851870343098
+ 2.0622875184960585
+ 2.0623898430341243
+ 2.0624921606497786
+ 2.0625944713442923
+ 2.062696775118936
+ 2.06279907197498
+ 2.0629013619136947
+ 2.063003644936348
+ 2.0631059210442104
+ 2.06320819023855
+ 2.063310452520636
+ 2.063412707891735
+ 2.0635149563531154
+ 2.063617197906044
+ 2.0637194325517876
+ 2.063821660291613
+ 2.0639238811267866
+ 2.0640260950585727
+ 2.064128302088238
+ 2.0642305022170464
+ 2.064332695446263
+ 2.064434881777152
+ 2.064537061210977
+ 2.0646392337490007
+ 2.0647413993924877
+ 2.0648435581426994
+ 2.0649457100008988
+ 2.065047854968347
+ 2.065149993046306
+ 2.065252124236037
+ 2.0653542485388003
+ 2.065456365955857
+ 2.0655584764884667
+ 2.065660580137889
+ 2.0657626769053827
+ 2.065864766792208
+ 2.065966849799622
+ 2.066068925928884
+ 2.066170995181251
+ 2.0662730575579804
+ 2.0663751130603294
+ 2.0664771616895545
+ 2.066579203446912
+ 2.066681238333658
+ 2.066783266351048
+ 2.066885287500337
+ 2.0669873017827793
+ 2.0670893091996296
+ 2.067191309752143
+ 2.0672933034415713
+ 2.067395290269168
+ 2.0674972702361876
+ 2.0675992433438815
+ 2.0677012095935017
+ 2.0678031689863006
+ 2.0679051215235287
+ 2.068007067206438
+ 2.0681090060362783
+ 2.0682109380143006
+ 2.068312863141754
+ 2.068414781419889
+ 2.068516692849954
+ 2.0686185974331983
+ 2.06872049517087
+ 2.068822386064217
+ 2.0689242701144877
+ 2.0690261473229286
+ 2.0691280176907867
+ 2.069229881219309
+ 2.069331737909742
+ 2.0694335877633296
+ 2.06953543078132
+ 2.0696372669649565
+ 2.0697390963154843
+ 2.0698409188341484
+ 2.0699427345221912
+ 2.0700445433808574
+ 2.0701463454113904
+ 2.0702481406150324
+ 2.0703499289930263
+ 2.0704517105466143
+ 2.0705534852770375
+ 2.070655253185538
+ 2.0707570142733567
+ 2.070858768541734
+ 2.0709605159919104
+ 2.0710622566251256
+ 2.07116399044262
+ 2.071265717445631
+ 2.071367437635399
+ 2.071469151013162
+ 2.071570857580158
+ 2.0716725573376245
+ 2.0717742502867993
+ 2.071875936428919
+ 2.0719776157652205
+ 2.07207928829694
+ 2.0721809540253133
+ 2.0722826129515757
+ 2.072384265076963
+ 2.072485910402709
+ 2.0725875489300485
+ 2.0726891806602166
+ 2.0727908055944457
+ 2.0728924237339688
+ 2.0729940350800202
+ 2.0730956396338316
+ 2.0731972373966356
+ 2.073298828369664
+ 2.0734004125541476
+ 2.0735019899513194
+ 2.073603560562408
+ 2.073705124388645
+ 2.0738066814312597
+ 2.0739082316914828
+ 2.0740097751705426
+ 2.074111311869669
+ 2.0742128417900894
+ 2.0743143649330333
+ 2.0744158812997275
+ 2.0745173908914003
+ 2.074618893709278
+ 2.0747203897545883
+ 2.0748218790285575
+ 2.0749233615324107
+ 2.075024837267374
+ 2.075126306234673
+ 2.075227768435533
+ 2.075329223871178
+ 2.075430672542832
+ 2.07553211445172
+ 2.075633549599064
+ 2.0757349779860887
+ 2.0758363996140154
+ 2.075937814484067
+ 2.076039222597467
+ 2.076140623955435
+ 2.0762420185591934
+ 2.076343406409963
+ 2.076444787508965
+ 2.0765461618574186
+ 2.0766475294565447
+ 2.076748890307562
+ 2.0768502444116903
+ 2.076951591770148
+ 2.077052932384154
+ 2.0771542662549263
+ 2.0772555933836823
+ 2.07735691377164
+ 2.0774582274200157
+ 2.077559534330027
+ 2.0776608345028897
+ 2.077762127939819
+ 2.077863414642032
+ 2.077964694610743
+ 2.078065967847166
+ 2.0781672343525175
+ 2.078268494128011
+ 2.07836974717486
+ 2.078470993494278
+ 2.0785722330874785
+ 2.0786734659556734
+ 2.0787746921000756
+ 2.078875911521897
+ 2.0789771242223494
+ 2.079078330202644
+ 2.0791795294639925
+ 2.079280722007604
+ 2.0793819078346902
+ 2.07948308694646
+ 2.0795842593441236
+ 2.0796854250288903
+ 2.0797865840019676
+ 2.0798877362645656
+ 2.0799888818178918
+ 2.0800900206631536
+ 2.0801911528015586
+ 2.0802922782343143
+ 2.0803933969626267
+ 2.080494508987703
+ 2.0805956143107482
+ 2.0806967129329688
+ 2.0807978048555698
+ 2.080898890079755
+ 2.080999968606731
+ 2.081101040437701
+ 2.081202105573869
+ 2.0813031640164383
+ 2.0814042157666117
+ 2.081505260825593
+ 2.0816062991945836
+ 2.081707330874787
+ 2.081808355867403
+ 2.0819093741736348
+ 2.082010385794683
+ 2.0821113907317477
+ 2.0822123889860293
+ 2.0823133805587286
+ 2.0824143654510445
+ 2.0825153436641766
+ 2.0826163151993233
+ 2.0827172800576843
+ 2.0828182382404568
+ 2.082919189748839
+ 2.083020134584029
+ 2.0831210727472227
+ 2.0832220042396186
+ 2.083322929062412
+ 2.0834238472167987
+ 2.0835247587039754
+ 2.0836256635251376
+ 2.08372656168148
+ 2.083827453174197
+ 2.0839283380044833
+ 2.0840292161735334
+ 2.0841300876825404
+ 2.084230952532698
+ 2.0843318107251982
+ 2.084432662261235
+ 2.0845335071420004
+ 2.084634345368686
+ 2.0847351769424827
+ 2.084836001864583
+ 2.084936820136178
+ 2.085037631758457
+ 2.0851384367326102
+ 2.0852392350598286
+ 2.085340026741301
+ 2.0854408117782164
+ 2.0855415901717644
+ 2.085642361923133
+ 2.08574312703351
+ 2.085843885504083
+ 2.085944637336041
+ 2.086045382530569
+ 2.086146121088855
+ 2.0862468530120855
+ 2.086347578301446
+ 2.086448296958122
+ 2.086549008983299
+ 2.086649714378163
+ 2.0867504131438968
+ 2.0868511052816863
+ 2.086951790792715
+ 2.087052469678166
+ 2.0871531419392237
+ 2.0872538075770697
+ 2.087354466592888
+ 2.08745511898786
+ 2.0875557647631666
+ 2.087656403919991
+ 2.087757036459515
+ 2.087857662382917
+ 2.0879582816913795
+ 2.088058894386082
+ 2.088159500468204
+ 2.088260099938925
+ 2.088360692799425
+ 2.0884612790508825
+ 2.0885618586944754
+ 2.0886624317313824
+ 2.0887629981627818
+ 2.0888635579898494
+ 2.088964111213764
+ 2.0890646578357006
+ 2.089165197856837
+ 2.089265731278349
+ 2.089366258101412
+ 2.0894667783272016
+ 2.089567291956893
+ 2.0896677989916608
+ 2.0897682994326785
+ 2.0898687932811217
+ 2.089969280538163
+ 2.090069761204976
+ 2.0901702352827334
+ 2.090270702772609
+ 2.0903711636757736
+ 2.0904716179933995
+ 2.090572065726659
+ 2.0906725068767233
+ 2.090772941444763
+ 2.090873369431949
+ 2.0909737908394512
+ 2.09107420566844
+ 2.0911746139200846
+ 2.091275015595554
+ 2.0913754106960183
+ 2.091475799222645
+ 2.0915761811766025
+ 2.091676556559059
+ 2.0917769253711818
+ 2.091877287614138
+ 2.0919776432890953
+ 2.0920779923972197
+ 2.0921783349396765
+ 2.092278670917633
+ 2.092379000332254
+ 2.0924793231847056
+ 2.0925796394761513
+ 2.092679949207757
+ 2.0927802523806847
+ 2.0928805489961007
+ 2.0929808390551674
+ 2.093081122559048
+ 2.0931813995089055
+ 2.093281669905902
+ 2.0933819337512007
+ 2.093482191045962
+ 2.0935824417913484
+ 2.0936826859885205
+ 2.09378292363864
+ 2.093883154742866
+ 2.0939833793023603
+ 2.094083597318281
+ 2.094183808791789
+ 2.0942840137240424
+ 2.094384212116201
+ 2.094484403969422
+ 2.0945845892848647
+ 2.0946847680636864
+ 2.094784940307045
+ 2.094885106016097
+ 2.0949852651919993
+ 2.0950854178359086
+ 2.095185563948981
+ 2.0952857035323724
+ 2.0953858365872384
+ 2.0954859631147333
+ 2.095586083116013
+ 2.095686196592231
+ 2.095786303544542
+ 2.0958864039741
+ 2.0959864978820577
+ 2.096086585269569
+ 2.0961866661377866
+ 2.0962867404878622
+ 2.0963868083209487
+ 2.0964868696381975
+ 2.0965869244407602
+ 2.0966869727297883
+ 2.0967870145064325
+ 2.0968870497718424
+ 2.096987078527169
+ 2.097087100773562
+ 2.097187116512171
+ 2.097287125744145
+ 2.0973871284706327
+ 2.097487124692783
+ 2.0975871144117426
+ 2.0976870976286612
+ 2.097787074344686
+ 2.097887044560963
+ 2.09798700827864
+ 2.098086965498863
+ 2.098186916222779
+ 2.098286860451533
+ 2.0983867981862705
+ 2.0984867294281373
+ 2.0985866541782774
+ 2.0986865724378365
+ 2.098786484207958
+ 2.098886389489786
+ 2.098986288284464
+ 2.0990861805931353
+ 2.099186066416942
+ 2.0992859457570283
+ 2.0993858186145347
+ 2.099485684990604
+ 2.099585544886377
+ 2.099685398302997
+ 2.099785245241603
+ 2.099885085703335
+ 2.0999849196893354
+ 2.100084747200743
+ 2.1001845682386966
+ 2.100284382804337
+ 2.100384190898802
+ 2.1004839925232313
+ 2.1005837876787625
+ 2.1006835763665332
+ 2.100783358587682
+ 2.100883134343346
+ 2.100982903634661
+ 2.1010826664627653
+ 2.101182422828794
+ 2.101282172733884
+ 2.1013819161791703
+ 2.1014816531657887
+ 2.101581383694874
+ 2.1016811077675612
+ 2.101780825384984
+ 2.101880536548278
+ 2.1019802412585746
+ 2.1020799395170093
+ 2.1021796313247143
+ 2.1022793166828224
+ 2.102378995592466
+ 2.1024786680547773
+ 2.102578334070888
+ 2.1026779936419295
+ 2.102777646769033
+ 2.10287729345333
+ 2.10297693369595
+ 2.1030765674980234
+ 2.1031761948606804
+ 2.10327581578505
+ 2.1033754302722616
+ 2.1034750383234444
+ 2.103574639939727
+ 2.103674235122237
+ 2.103773823872103
+ 2.1038734061904516
+ 2.103972982078411
+ 2.104072551537108
+ 2.104172114567669
+ 2.10427167117122
+ 2.104371221348888
+ 2.104470765101797
+ 2.1045703024310742
+ 2.104669833337843
+ 2.1047693578232294
+ 2.1048688758883567
+ 2.1049683875343494
+ 2.1050678927623316
+ 2.1051673915734255
+ 2.105266883968756
+ 2.1053663699494436
+ 2.1054658495166128
+ 2.1055653226713855
+ 2.105664789414882
+ 2.105764249748225
+ 2.105863703672535
+ 2.105963151188933
+ 2.1060625922985405
+ 2.106162027002476
+ 2.1062614553018606
+ 2.106360877197814
+ 2.1064602926914544
+ 2.1065597017839015
+ 2.106659104476274
+ 2.106758500769689
+ 2.106857890665266
+ 2.1069572741641216
+ 2.1070566512673734
+ 2.107156021976139
+ 2.1072553862915346
+ 2.1073547442146765
+ 2.107454095746681
+ 2.107553440888663
+ 2.107652779641739
+ 2.1077521120070233
+ 2.1078514379856315
+ 2.107950757578678
+ 2.108050070787276
+ 2.10814937761254
+ 2.1082486780555834
+ 2.108347972117519
+ 2.108447259799461
+ 2.1085465411025206
+ 2.1086458160278108
+ 2.1087450845764426
+ 2.108844346749529
+ 2.1089436025481803
+ 2.1090428519735074
+ 2.1091420950266215
+ 2.109241331708633
+ 2.109340562020652
+ 2.109439785963787
+ 2.109539003539149
+ 2.109638214747846
+ 2.1097374195909873
+ 2.1098366180696813
+ 2.109935810185036
+ 2.1100349959381597
+ 2.1101341753301592
+ 2.110233348362142
+ 2.110332515035215
+ 2.110431675350485
+ 2.1105308293090577
+ 2.11062997691204
+ 2.1107291181605365
+ 2.1108282530556526
+ 2.1109273815984944
+ 2.1110265037901654
+ 2.1111256196317707
+ 2.1112247291244133
+ 2.111323832269199
+ 2.111422929067229
+ 2.1115220195196076
+ 2.1116211036274373
+ 2.1117201813918207
+ 2.1118192528138597
+ 2.1119183178946566
+ 2.1120173766353134
+ 2.1121164290369303
+ 2.1122154751006086
+ 2.112314514827449
+ 2.112413548218552
+ 2.112512575275017
+ 2.1126115959979446
+ 2.1127106103884334
+ 2.112809618447583
+ 2.1129086201764915
+ 2.113007615576258
+ 2.1131066046479807
+ 2.1132055873927564
+ 2.113304563811684
+ 2.11340353390586
+ 2.113502497676381
+ 2.1136014551243436
+ 2.1137004062508447
+ 2.11379935105698
+ 2.1138982895438447
+ 2.113997221712535
+ 2.114096147564145
+ 2.1141950670997702
+ 2.1142939803205048
+ 2.1143928872274427
+ 2.114491787821677
+ 2.114590682104303
+ 2.1146895700764117
+ 2.1147884517390985
+ 2.1148873270934536
+ 2.11498619614057
+ 2.11508505888154
+ 2.1151839153174556
+ 2.115282765449407
+ 2.115381609278486
+ 2.115480446805783
+ 2.1155792780323885
+ 2.1156781029593925
+ 2.1157769215878854
+ 2.115875733918956
+ 2.1159745399536933
+ 2.1160733396931866
+ 2.1161721331385244
+ 2.1162709202907948
+ 2.116369701151086
+ 2.116468475720485
+ 2.11656724400008
+ 2.116666005990958
+ 2.116764761694204
+ 2.116863511110907
+ 2.116962254242151
+ 2.117060991089023
+ 2.1171597216526084
+ 2.1172584459339916
+ 2.117357163934258
+ 2.117455875654492
+ 2.1175545810957783
+ 2.1176532802592005
+ 2.1177519731458423
+ 2.1178506597567868
+ 2.1179493400931175
+ 2.1180480141559173
+ 2.1181466819462678
+ 2.1182453434652517
+ 2.1183439987139505
+ 2.1184426476934464
+ 2.11854129040482
+ 2.1186399268491525
+ 2.118738557027524
+ 2.118837180941016
+ 2.118935798590707
+ 2.1190344099776777
+ 2.119133015103007
+ 2.119231613967774
+ 2.119330206573058
+ 2.1194287929199374
+ 2.1195273730094897
+ 2.119625946842793
+ 2.119724514420925
+ 2.119823075744964
+ 2.119921630815985
+ 2.1200201796350666
+ 2.1201187222032836
+ 2.1202172585217127
+ 2.12031578859143
+ 2.1204143124135104
+ 2.1205128299890297
+ 2.1206113413190617
+ 2.1207098464046816
+ 2.120808345246964
+ 2.1209068378469826
+ 2.1210053242058104
+ 2.1211038043245214
+ 2.121202278204189
+ 2.1213007458458852
+ 2.1213992072506827
+ 2.1214976624196535
+ 2.12159611135387
+ 2.1216945540544025
+ 2.1217929905223243
+ 2.121891420758704
+ 2.121989844764614
+ 2.1220882625411233
+ 2.1221866740893036
+ 2.1222850794102226
+ 2.122383478504952
+ 2.122481871374559
+ 2.122580258020113
+ 2.1226786384426832
+ 2.1227770126433367
+ 2.122875380623143
+ 2.1229737423831683
+ 2.123072097924481
+ 2.123170447248147
+ 2.123268790355234
+ 2.123367127246808
+ 2.123465457923936
+ 2.1235637823876825
+ 2.123662100639114
+ 2.123760412679295
+ 2.1238587185092914
+ 2.123957018130167
+ 2.1240553115429868
+ 2.1241535987488147
+ 2.1242518797487144
+ 2.124350154543749
+ 2.124448423134982
+ 2.1245466855234763
+ 2.124644941710295
+ 2.124743191696499
+ 2.124841435483152
+ 2.1249396730713146
+ 2.1250379044620478
+ 2.125136129656414
+ 2.125234348655473
+ 2.125332561460286
+ 2.125430768071912
+ 2.1255289684914125
+ 2.1256271627198458
+ 2.125725350758272
+ 2.12582353260775
+ 2.1259217082693382
+ 2.126019877744095
+ 2.126118041033079
+ 2.1262161981373477
+ 2.1263143490579597
+ 2.12641249379597
+ 2.1265106323524376
+ 2.126608764728418
+ 2.126706890924968
+ 2.1268050109431442
+ 2.1269031247840013
+ 2.1270012324485954
+ 2.127099333937982
+ 2.1271974292532145
+ 2.1272955183953495
+ 2.12739360136544
+ 2.1274916781645414
+ 2.127589748793705
+ 2.1276878132539867
+ 2.1277858715464384
+ 2.1278839236721128
+ 2.1279819696320628
+ 2.128080009427341
+ 2.128178043058999
+ 2.128276070528088
+ 2.1283740918356604
+ 2.128472106982766
+ 2.128570115970457
+ 2.1286681187997827
+ 2.128766115471794
+ 2.1288641059875406
+ 2.128962090348072
+ 2.129060068554438
+ 2.1291580406076873
+ 2.129256006508868
+ 2.1293539662590297
+ 2.12945191985922
+ 2.129549867310487
+ 2.129647808613878
+ 2.12974574377044
+ 2.1298436727812207
+ 2.1299415956472663
+ 2.1300395123696236
+ 2.1301374229493386
+ 2.130235327387457
+ 2.1303332256850243
+ 2.130431117843086
+ 2.130529003862687
+ 2.1306268837448714
+ 2.1307247574906847
+ 2.13082262510117
+ 2.130920486577372
+ 2.131018341920333
+ 2.131116191131097
+ 2.1312140342107067
+ 2.1313118711602055
+ 2.131409701980635
+ 2.131507526673037
+ 2.131605345238454
+ 2.131703157677927
+ 2.131800963992497
+ 2.131898764183206
+ 2.1319965582510934
+ 2.1320943461972006
+ 2.132192128022566
+ 2.1322899037282315
+ 2.132387673315235
+ 2.1324854367846164
+ 2.1325831941374145
+ 2.132680945374667
+ 2.132778690497414
+ 2.132876429506692
+ 2.1329741624035394
+ 2.1330718891889933
+ 2.1331696098640913
+ 2.13326732442987
+ 2.133365032887366
+ 2.1334627352376154
+ 2.133560431481655
+ 2.13365812162052
+ 2.133755805655246
+ 2.133853483586867
+ 2.13395115541642
+ 2.134048821144938
+ 2.1341464807734556
+ 2.134244134303007
+ 2.134341781734627
+ 2.1344394230693466
+ 2.134537058308201
+ 2.134634687452222
+ 2.1347323105024434
+ 2.134829927459896
+ 2.1349275383256123
+ 2.1350251431006244
+ 2.1351227417859637
+ 2.1352203343826615
+ 2.135317920891748
+ 2.135415501314254
+ 2.1355130756512106
+ 2.1356106439036466
+ 2.135708206072593
+ 2.1358057621590785
+ 2.135903312164132
+ 2.136000856088783
+ 2.13609839393406
+ 2.136195925700991
+ 2.1362934513906042
+ 2.1363909710039275
+ 2.136488484541988
+ 2.1365859920058132
+ 2.1366834933964296
+ 2.1367809887148645
+ 2.136878477962144
+ 2.1369759611392936
+ 2.1370734382473393
+ 2.1371709092873075
+ 2.1372683742602216
+ 2.137365833167109
+ 2.137463286008992
+ 2.1375607327868957
+ 2.1376581735018445
+ 2.1377556081548623
+ 2.137853036746972
+ 2.1379504592791974
+ 2.1380478757525614
+ 2.138145286168086
+ 2.138242690526794
+ 2.138340088829708
+ 2.138437481077849
+ 2.138534867272239
+ 2.1386322474138995
+ 2.1387296215038503
+ 2.138826989543113
+ 2.1389243515327085
+ 2.139021707473656
+ 2.139119057366976
+ 2.139216401213688
+ 2.13931373901481
+ 2.139411070771363
+ 2.1395083964843646
+ 2.139605716154833
+ 2.1397030297837873
+ 2.139800337372245
+ 2.1398976389212234
+ 2.13999493443174
+ 2.1400922239048117
+ 2.140189507341456
+ 2.1402867847426883
+ 2.1403840561095255
+ 2.140481321442984
+ 2.140578580744078
+ 2.140675834013824
+ 2.1407730812532373
+ 2.1408703224633316
+ 2.1409675576451224
+ 2.1410647867996233
+ 2.1411620099278488
+ 2.1412592270308126
+ 2.1413564381095282
+ 2.1414536431650077
+ 2.1415508421982654
+ 2.1416480352103133
+ 2.141745222202163
+ 2.141842403174828
+ 2.1419395781293185
+ 2.1420367470666477
+ 2.142133909987825
+ 2.1422310668938627
+ 2.142328217785771
+ 2.1424253626645595
+ 2.1425225015312397
+ 2.1426196343868202
+ 2.142716761232311
+ 2.142813882068722
+ 2.142910996897061
+ 2.143008105718338
+ 2.14310520853356
+ 2.143202305343737
+ 2.1432993961498745
+ 2.143396480952982
+ 2.1434935597540665
+ 2.143590632554134
+ 2.143687699354193
+ 2.1437847601552487
+ 2.1438818149583074
+ 2.1439788637643757
+ 2.144075906574459
+ 2.144172943389562
+ 2.144269974210691
+ 2.144366999038851
+ 2.144464017875045
+ 2.1445610307202783
+ 2.1446580375755544
+ 2.1447550384418785
+ 2.1448520333202525
+ 2.1449490222116805
+ 2.1450460051171647
+ 2.1451429820377084
+ 2.145239952974314
+ 2.145336917927983
+ 2.145433876899718
+ 2.1455308298905194
+ 2.1456277769013896
+ 2.1457247179333296
+ 2.1458216529873395
+ 2.14591858206442
+ 2.146015505165572
+ 2.146112422291794
+ 2.146209333444087
+ 2.1463062386234495
+ 2.146403137830881
+ 2.1465000310673803
+ 2.146596918333946
+ 2.146693799631576
+ 2.146790674961269
+ 2.1468875443240223
+ 2.146984407720833
+ 2.1470812651526994
+ 2.1471781166206174
+ 2.147274962125584
+ 2.147371801668595
+ 2.1474686352506485
+ 2.147565462872738
+ 2.1476622845358597
+ 2.1477591002410104
+ 2.147855909989183
+ 2.147952713781373
+ 2.148049511618576
+ 2.1481463035017843
+ 2.1482430894319933
+ 2.1483398694101963
+ 2.1484366434373863
+ 2.148533411514557
+ 2.1486301736427014
+ 2.148726929822811
+ 2.148823680055879
+ 2.1489204243428968
+ 2.1490171626848573
+ 2.149113895082751
+ 2.1492106215375695
+ 2.1493073420503035
+ 2.149404056621944
+ 2.149500765253482
+ 2.1495974679459064
+ 2.149694164700208
+ 2.1497908555173764
+ 2.1498875403984
+ 2.149984219344269
+ 2.1500808923559713
+ 2.1501775594344963
+ 2.1502742205808323
+ 2.1503708757959665
+ 2.1504675250808876
+ 2.150564168436582
+ 2.1506608058640375
+ 2.150757437364241
+ 2.1508540629381794
+ 2.150950682586839
+ 2.151047296311205
+ 2.151143904112265
+ 2.1512405059910034
+ 2.151337101948405
+ 2.1514336919854564
+ 2.1515302761031414
+ 2.151626854302445
+ 2.151723426584351
+ 2.151819992949844
+ 2.1519165533999067
+ 2.152013107935524
+ 2.152109656557678
+ 2.1522061992673516
+ 2.152302736065528
+ 2.1523992669531893
+ 2.152495791931318
+ 2.1525923110008955
+ 2.1526888241629036
+ 2.1527853314183236
+ 2.1528818327681365
+ 2.152978328213323
+ 2.153074817754864
+ 2.1531713013937392
+ 2.153267779130929
+ 2.153364250967414
+ 2.153460716904172
+ 2.153557176942183
+ 2.153653631082426
+ 2.1537500793258793
+ 2.153846521673522
+ 2.1539429581263314
+ 2.1540393886852867
+ 2.1541358133513637
+ 2.1542322321255405
+ 2.1543286450087953
+ 2.1544250520021033
+ 2.154521453106442
+ 2.154617848322787
+ 2.154714237652115
+ 2.1548106210954017
+ 2.1549069986536225
+ 2.1550033703277522
+ 2.1550997361187667
+ 2.1551960960276397
+ 2.155292450055346
+ 2.1553887982028606
+ 2.1554851404711557
+ 2.1555814768612067
+ 2.1556778073739857
+ 2.1557741320104666
+ 2.1558704507716224
+ 2.155966763658425
+ 2.156063070671847
+ 2.1561593718128607
+ 2.156255667082438
+ 2.15635195648155
+ 2.1564482400111684
+ 2.1565445176722635
+ 2.156640789465807
+ 2.156737055392769
+ 2.15683331545412
+ 2.15692956965083
+ 2.157025817983868
+ 2.157122060454204
+ 2.1572182970628075
+ 2.1573145278106467
+ 2.157410752698691
+ 2.157506971727908
+ 2.157603184899267
+ 2.157699392213735
+ 2.1577955936722795
+ 2.1578917892758684
+ 2.157987979025469
+ 2.158084162922047
+ 2.1581803409665703
+ 2.1582765131600046
+ 2.1583726795033162
+ 2.1584688399974707
+ 2.158564994643434
+ 2.158661143442171
+ 2.1587572863946463
+ 2.1588534235018257
+ 2.158949554764673
+ 2.159045680184153
+ 2.1591417997612288
+ 2.1592379134968653
+ 2.159334021392025
+ 2.1594301234476716
+ 2.1595262196647678
+ 2.1596223100442766
+ 2.15971839458716
+ 2.159814473294381
+ 2.1599105461668997
+ 2.16000661320568
+ 2.1601026744116822
+ 2.160198729785867
+ 2.160294779329197
+ 2.1603908230426305
+ 2.1604868609271293
+ 2.1605828929836535
+ 2.1606789192131624
+ 2.1607749396166156
+ 2.1608709541949733
+ 2.1609669629491934
+ 2.1610629658802356
+ 2.161158962989058
+ 2.161254954276619
+ 2.161350939743877
+ 2.161446919391789
+ 2.161542893221313
+ 2.1616388612334068
+ 2.1617348234290272
+ 2.16183077980913
+ 2.1619267303746725
+ 2.1620226751266105
+ 2.162118614065901
+ 2.1622145471934986
+ 2.162310474510359
+ 2.1624063960174387
+ 2.1625023117156905
+ 2.1625982216060704
+ 2.1626941256895327
+ 2.162790023967032
+ 2.1628859164395218
+ 2.1629818031079555
+ 2.163077683973287
+ 2.1631735590364687
+ 2.163269428298455
+ 2.163365291760197
+ 2.1634611494226483
+ 2.16355700128676
+ 2.163652847353485
+ 2.1637486876237744
+ 2.1638445220985796
+ 2.1639403507788524
+ 2.1640361736655422
+ 2.1641319907596013
+ 2.1642278020619785
+ 2.1643236075736256
+ 2.164419407295491
+ 2.1645152012285247
+ 2.164610989373677
+ 2.1647067717318955
+ 2.1648025483041304
+ 2.1648983190913293
+ 2.164994084094441
+ 2.165089843314413
+ 2.165185596752194
+ 2.1652813444087315
+ 2.1653770862849724
+ 2.1654728223818642
+ 2.1655685527003525
+ 2.1656642772413854
+ 2.165759996005909
+ 2.1658557089948682
+ 2.16595141620921
+ 2.1660471176498794
+ 2.1661428133178213
+ 2.166238503213982
+ 2.1663341873393054
+ 2.166429865694736
+ 2.1665255382812187
+ 2.1666212050996965
+ 2.1667168661511145
+ 2.1668125214364156
+ 2.166908170956542
+ 2.167003814712439
+ 2.1670994527050476
+ 2.1671950849353108
+ 2.1672907114041715
+ 2.1673863321125704
+ 2.167481947061451
+ 2.167577556251753
+ 2.1676731596844188
+ 2.167768757360389
+ 2.167864349280605
+ 2.167959935446007
+ 2.168055515857535
+ 2.168151090516129
+ 2.168246659422729
+ 2.1683422225782745
+ 2.1684377799837047
+ 2.1685333316399587
+ 2.168628877547975
+ 2.1687244177086926
+ 2.1688199521230493
+ 2.1689154807919833
+ 2.1690110037164323
+ 2.169106520897334
+ 2.1692020323356256
+ 2.169297538032244
+ 2.169393037988126
+ 2.169488532204208
+ 2.1695840206814263
+ 2.1696795034207175
+ 2.169774980423017
+ 2.1698704516892597
+ 2.169965917220382
+ 2.1700613770173183
+ 2.170156831081003
+ 2.1702522794123715
+ 2.1703477220123575
+ 2.1704431588818944
+ 2.1705385900219176
+ 2.1706340154333597
+ 2.1707294351171535
+ 2.1708248490742332
+ 2.170920257305531
+ 2.171015659811979
+ 2.17111105659451
+ 2.1712064476540562
+ 2.1713018329915497
+ 2.1713972126079204
+ 2.171492586504101
+ 2.171587954681023
+ 2.1716833171396157
+ 2.171778673880811
+ 2.1718740249055384
+ 2.1719693702147285
+ 2.1720647098093107
+ 2.1721600436902144
+ 2.1722553718583697
+ 2.1723506943147055
+ 2.1724460110601496
+ 2.1725413220956318
+ 2.1726366274220803
+ 2.172731927040422
+ 2.172827220951587
+ 2.1729225091565008
+ 2.1730177916560915
+ 2.1731130684512863
+ 2.1732083395430117
+ 2.173303604932195
+ 2.173398864619762
+ 2.17349411860664
+ 2.173589366893753
+ 2.1736846094820272
+ 2.1737798463723887
+ 2.1738750775657625
+ 2.173970303063073
+ 2.1740655228652455
+ 2.174160736973204
+ 2.1742559453878725
+ 2.1743511481101754
+ 2.174446345141036
+ 2.174541536481378
+ 2.1746367221321243
+ 2.174731902094198
+ 2.1748270763685222
+ 2.1749222449560186
+ 2.17501740785761
+ 2.175112565074218
+ 2.1752077166067645
+ 2.175302862456171
+ 2.175398002623359
+ 2.1754931371092487
+ 2.1755882659147616
+ 2.175683389040818
+ 2.175778506488338
+ 2.1758736182582417
+ 2.175968724351449
+ 2.1760638247688795
+ 2.1761589195114523
+ 2.176254008580086
+ 2.1763490919757005
+ 2.176444169699214
+ 2.176539241751544
+ 2.1766343081336093
+ 2.1767293688463276
+ 2.1768244238906167
+ 2.1769194732673935
+ 2.177014516977575
+ 2.177109555022079
+ 2.1772045874018215
+ 2.177299614117719
+ 2.1773946351706877
+ 2.177489650561643
+ 2.177584660291501
+ 2.177679664361177
+ 2.1777746627715864
+ 2.1778696555236436
+ 2.1779646426182637
+ 2.1780596240563614
+ 2.1781545998388507
+ 2.178249569966645
+ 2.178344534440659
+ 2.1784394932618056
+ 2.178534446430998
+ 2.1786293939491492
+ 2.178724335817172
+ 2.1788192720359794
+ 2.178914202606483
+ 2.1790091275295955
+ 2.1791040468062284
+ 2.1791989604372928
+ 2.1792938684237004
+ 2.179388770766363
+ 2.17948366746619
+ 2.179578558524093
+ 2.1796734439409824
+ 2.1797683237177674
+ 2.179863197855359
+ 2.1799580663546663
+ 2.1800529292165995
+ 2.1801477864420664
+ 2.1802426380319764
+ 2.180337483987238
+ 2.180432324308761
+ 2.180527158997452
+ 2.18062198805422
+ 2.180716811479972
+ 2.1808116292756163
+ 2.180906441442059
+ 2.1810012479802086
+ 2.1810960488909705
+ 2.181190844175252
+ 2.1812856338339586
+ 2.1813804178679974
+ 2.181475196278274
+ 2.181569969065694
+ 2.181664736231162
+ 2.181759497775584
+ 2.181854253699864
+ 2.181949004004908
+ 2.182043748691619
+ 2.182138487760902
+ 2.18223322121366
+ 2.182327949050798
+ 2.182422671273218
+ 2.1825173878818247
+ 2.1826120988775206
+ 2.1827068042612074
+ 2.182801504033789
+ 2.1828961981961674
+ 2.182990886749243
+ 2.1830855696939198
+ 2.1831802470310984
+ 2.1832749187616796
+ 2.1833695848865657
+ 2.183464245406657
+ 2.1835589003228533
+ 2.1836535496360563
+ 2.1837481933471645
+ 2.18384283145708
+ 2.1839374639667004
+ 2.184032090876926
+ 2.184126712188657
+ 2.18422132790279
+ 2.184315938020226
+ 2.1844105425418623
+ 2.1845051414685974
+ 2.1845997348013295
+ 2.184694322540956
+ 2.1847889046883746
+ 2.184883481244483
+ 2.1849780522101776
+ 2.1850726175863557
+ 2.185167177373914
+ 2.1852617315737484
+ 2.185356280186755
+ 2.1854508232138308
+ 2.18554536065587
+ 2.185639892513769
+ 2.1857344187884227
+ 2.185828939480726
+ 2.185923454591574
+ 2.1860179641218602
+ 2.18611246807248
+ 2.186206966444327
+ 2.186301459238295
+ 2.186395946455278
+ 2.1864904280961683
+ 2.18658490416186
+ 2.186679374653245
+ 2.186773839571217
+ 2.1868682989166675
+ 2.1869627526904893
+ 2.187057200893574
+ 2.1871516435268132
+ 2.187246080591099
+ 2.187340512087322
+ 2.187434938016373
+ 2.1875293583791433
+ 2.1876237731765236
+ 2.187718182409404
+ 2.1878125860786737
+ 2.187906984185224
+ 2.188001376729943
+ 2.1880957637137217
+ 2.188190145137448
+ 2.1882845210020117
+ 2.1883788913083
+ 2.1884732560572027
+ 2.1885676152496076
+ 2.1886619688864033
+ 2.1887563169684765
+ 2.188850659496716
+ 2.188944996472007
+ 2.1890393278952387
+ 2.1891336537672967
+ 2.1892279740890674
+ 2.189322288861439
+ 2.1894165980852955
+ 2.189510901761524
+ 2.1896051998910093
+ 2.1896994924746385
+ 2.1897937795132942
+ 2.189888061007864
+ 2.189982336959231
+ 2.1900766073682805
+ 2.190170872235896
+ 2.1902651315629624
+ 2.1903593853503636
+ 2.1904536335989824
+ 2.1905478763097026
+ 2.190642113483407
+ 2.190736345120979
+ 2.1908305712233016
+ 2.1909247917912564
+ 2.1910190068257256
+ 2.191113216327592
+ 2.1912074202977365
+ 2.1913016187370413
+ 2.1913958116463874
+ 2.191489999026656
+ 2.1915841808787278
+ 2.1916783572034833
+ 2.1917725280018034
+ 2.1918666932745676
+ 2.191960853022656
+ 2.1920550072469487
+ 2.1921491559483255
+ 2.1922432991276644
+ 2.192337436785845
+ 2.1924315689237464
+ 2.1925256955422467
+ 2.1926198166422246
+ 2.192713932224558
+ 2.1928080422901246
+ 2.192902146839803
+ 2.192996245874469
+ 2.193090339395001
+ 2.1931844274022763
+ 2.19327850989717
+ 2.1933725868805602
+ 2.1934666583533224
+ 2.193560724316333
+ 2.1936547847704673
+ 2.1937488397166014
+ 2.1938428891556105
+ 2.1939369330883696
+ 2.194030971515754
+ 2.1941250044386384
+ 2.194219031857897
+ 2.1943130537744038
+ 2.1944070701890332
+ 2.1945010811026586
+ 2.1945950865161543
+ 2.194689086430393
+ 2.194783080846248
+ 2.194877069764592
+ 2.194971053186298
+ 2.195065031112238
+ 2.1951590035432846
+ 2.1952529704803094
+ 2.195346931924185
+ 2.195440887875782
+ 2.1955348383359716
+ 2.195628783305626
+ 2.1957227227856144
+ 2.195816656776809
+ 2.195910585280079
+ 2.196004508296296
+ 2.196098425826328
+ 2.1961923378710466
+ 2.19628624443132
+ 2.196380145508018
+ 2.1964740411020096
+ 2.196567931214164
+ 2.1966618158453493
+ 2.1967556949964337
+ 2.1968495686682856
+ 2.196943436861773
+ 2.1970372995777643
+ 2.1971311568171252
+ 2.1972250085807246
+ 2.1973188548694287
+ 2.1974126956841045
+ 2.197506531025619
+ 2.197600360894838
+ 2.1976941852926277
+ 2.197788004219854
+ 2.197881817677383
+ 2.19797562566608
+ 2.19806942818681
+ 2.1981632252404375
+ 2.1982570168278284
+ 2.1983508029498466
+ 2.198444583607357
+ 2.198538358801223
+ 2.198632128532309
+ 2.1987258928014786
+ 2.198819651609595
+ 2.1989134049575214
+ 2.199007152846121
+ 2.199100895276257
+ 2.199194632248792
+ 2.1992883637645875
+ 2.1993820898245056
+ 2.1994758104294094
+ 2.199569525580159
+ 2.199663235277617
+ 2.1997569395226444
+ 2.1998506383161023
+ 2.199944331658851
+ 2.2000380195517515
+ 2.2001317019956637
+ 2.2002253789914485
+ 2.2003190505399655
+ 2.2004127166420733
+ 2.200506377298633
+ 2.200600032510503
+ 2.200693682278542
+ 2.2007873266036095
+ 2.2008809654865638
+ 2.2009745989282634
+ 2.2010682269295665
+ 2.20116184949133
+ 2.201255466614413
+ 2.201349078299672
+ 2.201442684547965
+ 2.201536285360148
+ 2.201629880737079
+ 2.201723470679614
+ 2.201817055188609
+ 2.201910634264921
+ 2.202004207909405
+ 2.2020977761229177
+ 2.2021913389063137
+ 2.2022848962604487
+ 2.202378448186178
+ 2.2024719946843554
+ 2.2025655357558365
+ 2.2026590714014755
+ 2.2027526016221266
+ 2.2028461264186436
+ 2.20293964579188
+ 2.2030331597426898
+ 2.203126668271926
+ 2.203220171380442
+ 2.20331366906909
+ 2.203407161338723
+ 2.203500648190194
+ 2.203594129624354
+ 2.203687605642056
+ 2.2037810762441516
+ 2.203874541431492
+ 2.2039680012049283
+ 2.204061455565312
+ 2.2041549045134943
+ 2.2042483480503248
+ 2.2043417861766557
+ 2.2044352188933356
+ 2.2045286462012155
+ 2.2046220681011444
+ 2.2047154845939723
+ 2.2048088956805487
+ 2.2049023013617224
+ 2.2049957016383424
+ 2.205089096511258
+ 2.205182485981317
+ 2.2052758700493684
+ 2.205369248716259
+ 2.205462621982838
+ 2.2055559898499517
+ 2.205649352318449
+ 2.205742709389176
+ 2.20583606106298
+ 2.2059294073407076
+ 2.206022748223206
+ 2.20611608371132
+ 2.2062094138058974
+ 2.2063027385077834
+ 2.2063960578178237
+ 2.2064893717368634
+ 2.206582680265748
+ 2.206675983405323
+ 2.206769281156433
+ 2.206862573519922
+ 2.2069558604966346
+ 2.207049142087415
+ 2.207142418293108
+ 2.2072356891145564
+ 2.207328954552603
+ 2.2074222146080933
+ 2.2075154692818684
+ 2.2076087185747713
+ 2.207701962487646
+ 2.2077952010213338
+ 2.2078884341766774
+ 2.2079816619545185
+ 2.2080748843556997
+ 2.208168101381061
+ 2.208261313031445
+ 2.2083545193076923
+ 2.208447720210645
+ 2.2085409157411418
+ 2.2086341059000243
+ 2.2087272906881337
+ 2.2088204701063083
+ 2.2089136441553894
+ 2.2090068128362152
+ 2.209099976149626
+ 2.209193134096462
+ 2.2092862866775604
+ 2.2093794338937607
+ 2.2094725757459015
+ 2.2095657122348213
+ 2.2096588433613586
+ 2.2097519691263505
+ 2.209845089530635
+ 2.20993820457505
+ 2.210031314260432
+ 2.2101244185876188
+ 2.210217517557447
+ 2.2103106111707533
+ 2.2104036994283742
+ 2.2104967823311457
+ 2.210589859879904
+ 2.2106829320754846
+ 2.2107759989187237
+ 2.210869060410456
+ 2.210962116551517
+ 2.211055167342742
+ 2.211148212784965
+ 2.2112412528790206
+ 2.211334287625744
+ 2.2114273170259686
+ 2.211520341080528
+ 2.211613359790256
+ 2.211706373155987
+ 2.2117993811785532
+ 2.211892383858788
+ 2.211985381197524
+ 2.2120783731955944
+ 2.2121713598538313
+ 2.212264341173066
+ 2.212357317154132
+ 2.2124502877978602
+ 2.212543253105083
+ 2.21263621307663
+ 2.212729167713334
+ 2.212822117016025
+ 2.212915060985534
+ 2.213007999622692
+ 2.213100932928328
+ 2.2131938609032735
+ 2.213286783548358
+ 2.2133797008644107
+ 2.213472612852261
+ 2.213565519512738
+ 2.213658420846672
+ 2.2137513168548906
+ 2.2138442075382225
+ 2.213937092897497
+ 2.214029972933541
+ 2.2141228476471833
+ 2.214215717039252
+ 2.214308581110573
+ 2.2144014398619754
+ 2.214494293294285
+ 2.2145871414083302
+ 2.2146799842049365
+ 2.214772821684931
+ 2.21486565384914
+ 2.2149584806983893
+ 2.2150513022335048
+ 2.2151441184553122
+ 2.2152369293646372
+ 2.2153297349623045
+ 2.2154225352491395
+ 2.215515330225967
+ 2.215608119893612
+ 2.2157009042528983
+ 2.21579368330465
+ 2.215886457049692
+ 2.2159792254888475
+ 2.2160719886229394
+ 2.2161647464527925
+ 2.216257498979229
+ 2.216350246203072
+ 2.2164429881251446
+ 2.2165357247462687
+ 2.216628456067267
+ 2.2167211820889623
+ 2.216813902812175
+ 2.216906618237728
+ 2.216999328366442
+ 2.217092033199139
+ 2.2171847327366394
+ 2.217277426979765
+ 2.2173701159293357
+ 2.217462799586172
+ 2.217555477951094
+ 2.217648151024923
+ 2.217740818808477
+ 2.217833481302577
+ 2.2179261385080418
+ 2.218018790425691
+ 2.218111437056343
+ 2.2182040784008166
+ 2.2182967144599313
+ 2.2183893452345047
+ 2.2184819707253554
+ 2.218574590933301
+ 2.2186672058591594
+ 2.2187598155037476
+ 2.218852419867884
+ 2.2189450189523856
+ 2.219037612758069
+ 2.2191302012857506
+ 2.2192227845362473
+ 2.2193153625103763
+ 2.2194079352089515
+ 2.219500502632791
+ 2.219593064782709
+ 2.219685621659522
+ 2.219778173264045
+ 2.2198707195970933
+ 2.2199632606594806
+ 2.220055796452023
+ 2.2201483269755338
+ 2.220240852230829
+ 2.220333372218721
+ 2.220425886940024
+ 2.2205183963955517
+ 2.2206109005861183
+ 2.220703399512536
+ 2.220795893175618
+ 2.2208883815761777
+ 2.2209808647150275
+ 2.22107334259298
+ 2.221165815210847
+ 2.22125828256944
+ 2.221350744669572
+ 2.221443201512054
+ 2.2215356530976975
+ 2.2216280994273134
+ 2.221720540501713
+ 2.221812976321707
+ 2.221905406888106
+ 2.2219978322017204
+ 2.22209025226336
+ 2.222182667073836
+ 2.2222750766339563
+ 2.222367480944532
+ 2.222459880006372
+ 2.222552273820285
+ 2.22264466238708
+ 2.2227370457075666
+ 2.222829423782553
+ 2.2229217966128467
+ 2.2230141641992565
+ 2.2231065265425904
+ 2.223198883643656
+ 2.223291235503261
+ 2.2233835821222123
+ 2.2234759235013177
+ 2.223568259641383
+ 2.2236605905432163
+ 2.2237529162076233
+ 2.22384523663541
+ 2.223937551827383
+ 2.2240298617843486
+ 2.224122166507112
+ 2.2242144659964787
+ 2.2243067602532536
+ 2.2243990492782424
+ 2.22449133307225
+ 2.2245836116360813
+ 2.22467588497054
+ 2.224768153076431
+ 2.2248604159545584
+ 2.2249526736057255
+ 2.225044926030736
+ 2.2251371732303946
+ 2.2252294152055034
+ 2.2253216519568655
+ 2.2254138834852846
+ 2.2255061097915627
+ 2.225598330876502
+ 2.2256905467409056
+ 2.2257827573855753
+ 2.2258749628113126
+ 2.2259671630189195
+ 2.226059358009197
+ 2.226151547782947
+ 2.2262437323409707
+ 2.2263359116840684
+ 2.226428085813041
+ 2.2265202547286886
+ 2.226612418431812
+ 2.226704576923211
+ 2.2267967302036857
+ 2.2268888782740355
+ 2.22698102113506
+ 2.2270731587875585
+ 2.227165291232329
+ 2.2272574184701726
+ 2.227349540501886
+ 2.2274416573282685
+ 2.2275337689501185
+ 2.2276258753682336
+ 2.2277179765834116
+ 2.227810072596451
+ 2.2279021634081486
+ 2.2279942490193014
+ 2.228086329430707
+ 2.228178404643162
+ 2.228270474657463
+ 2.2283625394744067
+ 2.22845459909479
+ 2.2285466535194076
+ 2.228638702749056
+ 2.2287307467845308
+ 2.2288227856266283
+ 2.2289148192761425
+ 2.229006847733869
+ 2.2290988710006028
+ 2.2291908890771386
+ 2.229282901964271
+ 2.2293749096627935
+ 2.229466912173501
+ 2.2295589094971873
+ 2.2296509016346464
+ 2.2297428885866704
+ 2.229834870354054
+ 2.2299268469375897
+ 2.2300188183380705
+ 2.230110784556289
+ 2.2302027455930378
+ 2.2302947014491092
+ 2.2303866521252957
+ 2.230478597622388
+ 2.2305705379411798
+ 2.230662473082461
+ 2.2307544030470225
+ 2.230846327835657
+ 2.2309382474491546
+ 2.231030161888306
+ 2.231122071153902
+ 2.2312139752467326
+ 2.231305874167588
+ 2.231397767917259
+ 2.2314896564965343
+ 2.231581539906203
+ 2.231673418147056
+ 2.231765291219881
+ 2.2318571591254677
+ 2.2319490218646045
+ 2.2320408794380806
+ 2.2321327318466837
+ 2.2322245790912025
+ 2.2323164211724245
+ 2.2324082580911377
+ 2.2325000898481298
+ 2.2325919164441874
+ 2.232683737880099
+ 2.2327755541566505
+ 2.232867365274629
+ 2.2329591712348216
+ 2.2330509720380136
+ 2.2331427676849924
+ 2.2332345581765436
+ 2.2333263435134527
+ 2.233418123696506
+ 2.233509898726488
+ 2.2336016686041846
+ 2.2336934333303806
+ 2.2337851929058608
+ 2.2338769473314097
+ 2.2339686966078123
+ 2.234060440735852
+ 2.234152179716314
+ 2.234243913549981
+ 2.234335642237638
+ 2.2344273657800673
+ 2.2345190841780522
+ 2.2346107974323766
+ 2.2347025055438228
+ 2.234794208513174
+ 2.2348859063412116
+ 2.2349775990287193
+ 2.2350692865764783
+ 2.235160968985271
+ 2.235252646255879
+ 2.235344318389083
+ 2.2354359853856662
+ 2.235527647246408
+ 2.2356193039720904
+ 2.2357109555634933
+ 2.2358026020213977
+ 2.2358942433465847
+ 2.235985879539833
+ 2.2360775106019237
+ 2.236169136533636
+ 2.23626075733575
+ 2.2363523730090447
+ 2.236443983554299
+ 2.236535588972293
+ 2.2366271892638045
+ 2.236718784429613
+ 2.236810374470496
+ 2.236901959387233
+ 2.2369935391806006
+ 2.237085113851377
+ 2.2371766834003406
+ 2.2372682478282684
+ 2.237359807135938
+ 2.237451361324126
+ 2.2375429103936093
+ 2.237634454345165
+ 2.2377259931795694
+ 2.237817526897599
+ 2.23790905550003
+ 2.238000578987638
+ 2.2380920973611986
+ 2.2381836106214874
+ 2.238275118769281
+ 2.2383666218053526
+ 2.2384581197304785
+ 2.2385496125454325
+ 2.2386411002509905
+ 2.2387325828479256
+ 2.2388240603370138
+ 2.2389155327190267
+ 2.23900699999474
+ 2.2390984621649266
+ 2.2391899192303595
+ 2.2392813711918134
+ 2.23937281805006
+ 2.2394642598058723
+ 2.239555696460024
+ 2.2396471280132864
+ 2.2397385544664323
+ 2.2398299758202342
+ 2.2399213920754635
+ 2.240012803232892
+ 2.2401042092932912
+ 2.2401956102574325
+ 2.240287006126087
+ 2.2403783969000264
+ 2.24046978258002
+ 2.2405611631668396
+ 2.240652538661255
+ 2.2407439090640366
+ 2.240835274375955
+ 2.2409266345977787
+ 2.241017989730279
+ 2.2411093397742237
+ 2.2412006847303823
+ 2.241292024599525
+ 2.2413833593824206
+ 2.2414746890798365
+ 2.2415660136925415
+ 2.2416573332213052
+ 2.241748647666894
+ 2.2418399570300775
+ 2.2419312613116227
+ 2.242022560512296
+ 2.2421138546328665
+ 2.2422051436741004
+ 2.242296427636765
+ 2.2423877065216273
+ 2.2424789803294534
+ 2.2425702490610107
+ 2.2426615127170635
+ 2.2427527712983797
+ 2.2428440248057244
+ 2.242935273239863
+ 2.243026516601562
+ 2.2431177548915855
+ 2.243208988110699
+ 2.2433002162596676
+ 2.2433914393392564
+ 2.2434826573502296
+ 2.2435738702933503
+ 2.2436650781693848
+ 2.2437562809790954
+ 2.2438474787232465
+ 2.243938671402602
+ 2.244029859017925
+ 2.2441210415699784
+ 2.2442122190595257
+ 2.2443033914873296
+ 2.244394558854153
+ 2.244485721160758
+ 2.2445768784079063
+ 2.2446680305963613
+ 2.244759177726884
+ 2.2448503198002365
+ 2.2449414568171804
+ 2.245032588778477
+ 2.2451237156848864
+ 2.245214837537171
+ 2.245305954336091
+ 2.2453970660824076
+ 2.2454881727768803
+ 2.2455792744202694
+ 2.2456703710133357
+ 2.245761462556838
+ 2.2458525490515364
+ 2.2459436304981915
+ 2.246034706897561
+ 2.2461257782504043
+ 2.246216844557481
+ 2.2463079058195494
+ 2.246398962037368
+ 2.246490013211695
+ 2.246581059343289
+ 2.2466721004329075
+ 2.2467631364813094
+ 2.246854167489251
+ 2.2469451934574898
+ 2.247036214386784
+ 2.24712723027789
+ 2.247218241131565
+ 2.247309246948565
+ 2.2474002477296473
+ 2.247491243475568
+ 2.247582234187083
+ 2.2476732198649487
+ 2.24776420050992
+ 2.247855176122753
+ 2.2479461467042032
+ 2.2480371122550262
+ 2.248128072775976
+ 2.2482190282678083
+ 2.2483099787312772
+ 2.248400924167137
+ 2.2484918645761427
+ 2.248582799959048
+ 2.2486737303166073
+ 2.248764655649573
+ 2.2488555759587
+ 2.2489464912447414
+ 2.2490374015084496
+ 2.2491283067505785
+ 2.2492192069718806
+ 2.249310102173108
+ 2.2494009923550142
+ 2.249491877518351
+ 2.249582757663869
+ 2.249673632792323
+ 2.2497645029044624
+ 2.249855368001039
+ 2.249946228082805
+ 2.250037083150511
+ 2.250127933204908
+ 2.2502187782467478
+ 2.2503096182767792
+ 2.2504004532957533
+ 2.25049128330442
+ 2.2505821083035307
+ 2.250672928293835
+ 2.250763743276081
+ 2.250854553251019
+ 2.2509453582193992
+ 2.2510361581819702
+ 2.2511269531394804
+ 2.251217743092679
+ 2.2513085280423146
+ 2.2513993079891352
+ 2.25149008293389
+ 2.2515808528773262
+ 2.2516716178201914
+ 2.2517623777632343
+ 2.2518531327072018
+ 2.251943882652841
+ 2.2520346276009
+ 2.2521253675521242
+ 2.252216102507261
+ 2.2523068324670574
+ 2.25239755743226
+ 2.2524882774036143
+ 2.252578992381866
+ 2.2526697023677626
+ 2.2527604073620484
+ 2.2528511073654687
+ 2.25294180237877
+ 2.253032492402696
+ 2.2531231774379927
+ 2.2532138574854046
+ 2.2533045325456764
+ 2.2533952026195525
+ 2.2534858677077763
+ 2.2535765278110933
+ 2.2536671829302457
+ 2.253757833065978
+ 2.2538484782190342
+ 2.253939118390157
+ 2.2540297535800895
+ 2.254120383789575
+ 2.2542110090193566
+ 2.2543016292701754
+ 2.2543922445427755
+ 2.2544828548378977
+ 2.2545734601562852
+ 2.25466406049868
+ 2.254754655865822
+ 2.2548452462584545
+ 2.2549358316773183
+ 2.2550264121231542
+ 2.2551169875967036
+ 2.255207558098707
+ 2.2552981236299052
+ 2.255388684191039
+ 2.255479239782848
+ 2.255569790406072
+ 2.2556603360614518
+ 2.255750876749726
+ 2.2558414124716357
+ 2.2559319432279192
+ 2.2560224690193156
+ 2.256112989846564
+ 2.2562035057104035
+ 2.256294016611572
+ 2.2563845225508095
+ 2.2564750235288527
+ 2.25656551954644
+ 2.25665601060431
+ 2.256746496703199
+ 2.2568369778438466
+ 2.256927454026989
+ 2.2570179252533635
+ 2.2571083915237065
+ 2.2571988528387563
+ 2.257289309199248
+ 2.2573797606059194
+ 2.257470207059506
+ 2.257560648560744
+ 2.2576510851103695
+ 2.2577415167091184
+ 2.257831943357726
+ 2.257922365056928
+ 2.258012781807459
+ 2.2581031936100553
+ 2.258193600465451
+ 2.2582840023743804
+ 2.2583743993375784
+ 2.258464791355779
+ 2.2585551784297175
+ 2.258645560560127
+ 2.2587359377477414
+ 2.2588263099932946
+ 2.258916677297519
+ 2.259007039661149
+ 2.2590973970849175
+ 2.2591877495695574
+ 2.2592780971158013
+ 2.2593684397243816
+ 2.2594587773960315
+ 2.259549110131482
+ 2.259639437931466
+ 2.259729760796715
+ 2.259820078727961
+ 2.2599103917259353
+ 2.2600006997913686
+ 2.260091002924993
+ 2.26018130112754
+ 2.2602715943997382
+ 2.26036188274232
+ 2.260452166156016
+ 2.260542444641555
+ 2.260632718199669
+ 2.2607229868310856
+ 2.2608132505365366
+ 2.260903509316751
+ 2.2609937631724573
+ 2.261084012104385
+ 2.2611742561132644
+ 2.2612644951998226
+ 2.26135472936479
+ 2.261444958608894
+ 2.261535182932863
+ 2.261625402337425
+ 2.261715616823308
+ 2.261805826391241
+ 2.2618960310419505
+ 2.261986230776164
+ 2.2620764255946084
+ 2.262166615498012
+ 2.262256800487101
+ 2.2623469805626018
+ 2.2624371557252414
+ 2.262527325975746
+ 2.2626174913148422
+ 2.262707651743256
+ 2.2627978072617125
+ 2.2628879578709387
+ 2.262978103571659
+ 2.2630682443645993
+ 2.2631583802504847
+ 2.26324851123004
+ 2.26333863730399
+ 2.2634287584730597
+ 2.263518874737973
+ 2.263608986099455
+ 2.263699092558229
+ 2.2637891941150197
+ 2.26387929077055
+ 2.2639693825255445
+ 2.264059469380726
+ 2.2641495513368177
+ 2.264239628394543
+ 2.264329700554624
+ 2.264419767817785
+ 2.2645098301847475
+ 2.264599887656234
+ 2.264689940232966
+ 2.264779987915667
+ 2.2648700307050578
+ 2.2649600686018605
+ 2.2650501016067963
+ 2.265140129720587
+ 2.2652301529439534
+ 2.2653201712776165
+ 2.2654101847222976
+ 2.2655001932787164
+ 2.2655901969475947
+ 2.2656801957296513
+ 2.2657701896256075
+ 2.2658601786361827
+ 2.265950162762097
+ 2.2660401420040692
+ 2.2661301163628202
+ 2.2662200858390675
+ 2.2663100504335314
+ 2.266400010146931
+ 2.2664899649799835
+ 2.2665799149334096
+ 2.266669860007926
+ 2.2667598002042517
+ 2.266849735523104
+ 2.266939665965202
+ 2.2670295915312626
+ 2.2671195122220036
+ 2.267209428038142
+ 2.2672993389803953
+ 2.267389245049481
+ 2.267479146246115
+ 2.2675690425710138
+ 2.267658934024895
+ 2.2677488206084746
+ 2.2678387023224684
+ 2.2679285791675925
+ 2.2680184511445627
+ 2.268108318254095
+ 2.2681981804969045
+ 2.2682880378737065
+ 2.268377890385216
+ 2.268467738032148
+ 2.268557580815218
+ 2.2686474187351395
+ 2.268737251792628
+ 2.2688270799883976
+ 2.2689169033231615
+ 2.2690067217976337
+ 2.2690965354125296
+ 2.2691863441685607
+ 2.269276148066442
+ 2.269365947106886
+ 2.2694557412906056
+ 2.2695455306183137
+ 2.269635315090724
+ 2.269725094708548
+ 2.2698148694724987
+ 2.269904639383288
+ 2.269994404441628
+ 2.2700841646482304
+ 2.2701739200038076
+ 2.27026367050907
+ 2.27035341616473
+ 2.2704431569714987
+ 2.2705328929300865
+ 2.270622624041205
+ 2.2707123503055637
+ 2.270802071723875
+ 2.2708917882968476
+ 2.2709815000251923
+ 2.271071206909619
+ 2.2711609089508373
+ 2.271250606149558
+ 2.271340298506489
+ 2.2714299860223406
+ 2.271519668697822
+ 2.271609346533642
+ 2.2716990195305087
+ 2.2717886876891322
+ 2.2718783510102196
+ 2.2719680094944805
+ 2.2720576631426215
+ 2.272147311955352
+ 2.2722369559333795
+ 2.272326595077411
+ 2.272416229388154
+ 2.2725058588663165
+ 2.2725954835126054
+ 2.2726851033277273
+ 2.2727747183123896
+ 2.2728643284672985
+ 2.2729539337931604
+ 2.273043534290682
+ 2.2731331299605686
+ 2.2732227208035263
+ 2.273312306820262
+ 2.2734018880114806
+ 2.273491464377887
+ 2.273581035920187
+ 2.273670602639086
+ 2.2737601645352887
+ 2.2738497216094995
+ 2.2739392738624233
+ 2.2740288212947646
+ 2.274118363907228
+ 2.2742079017005166
+ 2.274297434675335
+ 2.2743869628323874
+ 2.2744764861723765
+ 2.274566004696007
+ 2.27465551840398
+ 2.2747450272970005
+ 2.2748345313757703
+ 2.2749240306409937
+ 2.2750135250933714
+ 2.2751030147336073
+ 2.275192499562402
+ 2.27528197958046
+ 2.275371454788481
+ 2.2754609251871685
+ 2.275550390777222
+ 2.2756398515593452
+ 2.2757293075342373
+ 2.275818758702601
+ 2.2759082050651367
+ 2.2759976466225447
+ 2.276087083375526
+ 2.276176515324781
+ 2.2762659424710097
+ 2.276355364814913
+ 2.27644478235719
+ 2.27653419509854
+ 2.276623603039664
+ 2.27671300618126
+ 2.276802404524029
+ 2.2768917980686685
+ 2.2769811868158776
+ 2.2770705707663557
+ 2.2771599499208017
+ 2.2772493242799126
+ 2.2773386938443876
+ 2.277428058614925
+ 2.2775174185922222
+ 2.277606773776977
+ 2.2776961241698874
+ 2.277785469771651
+ 2.2778748105829645
+ 2.277964146604525
+ 2.2780534778370294
+ 2.278142804281175
+ 2.278232125937658
+ 2.2783214428071745
+ 2.2784107548904218
+ 2.278500062188095
+ 2.278589364700891
+ 2.278678662429505
+ 2.2787679553746316
+ 2.2788572435369683
+ 2.278946526917209
+ 2.2790358055160493
+ 2.2791250793341837
+ 2.2792143483723075
+ 2.2793036126311157
+ 2.2793928721113015
+ 2.2794821268135603
+ 2.2795713767385855
+ 2.2796606218870714
+ 2.279749862259712
+ 2.2798390978572005
+ 2.2799283286802305
+ 2.280017554729496
+ 2.2801067760056895
+ 2.2801959925095034
+ 2.2802852042416317
+ 2.280374411202766
+ 2.2804636133936
+ 2.2805528108148247
+ 2.280642003467133
+ 2.280731191351217
+ 2.280820374467768
+ 2.280909552817478
+ 2.2809987264010383
+ 2.281087895219141
+ 2.2811770592724763
+ 2.281266218561736
+ 2.2813553730876097
+ 2.2814445228507894
+ 2.281533667851965
+ 2.281622808091827
+ 2.2817119435710658
+ 2.281801074290371
+ 2.281890200250433
+ 2.281979321451941
+ 2.282068437895585
+ 2.282157549582054
+ 2.282246656512037
+ 2.282335758686224
+ 2.2824248561053024
+ 2.282513948769963
+ 2.282603036680892
+ 2.2826921198387797
+ 2.2827811982443142
+ 2.2828702718981817
+ 2.2829593408010727
+ 2.283048404953673
+ 2.283137464356671
+ 2.283226519010754
+ 2.2833155689166094
+ 2.283404614074924
+ 2.2834936544863846
+ 2.2835826901516785
+ 2.2836717210714923
+ 2.2837607472465122
+ 2.283849768677425
+ 2.283938785364916
+ 2.284027797309671
+ 2.2841168045123768
+ 2.284205806973719
+ 2.2842948046943823
+ 2.2843837976750523
+ 2.2844727859164142
+ 2.284561769419154
+ 2.284650748183955
+ 2.2847397222115027
+ 2.284828691502481
+ 2.2849176560575746
+ 2.285006615877468
+ 2.285095570962845
+ 2.2851845213143895
+ 2.285273466932785
+ 2.2853624078187154
+ 2.2854513439728636
+ 2.2855402753959138
+ 2.285629202088548
+ 2.2857181240514493
+ 2.2858070412853007
+ 2.2858959537907846
+ 2.285984861568584
+ 2.28607376461938
+ 2.286162662943856
+ 2.286251556542693
+ 2.286340445416573
+ 2.2864293295661784
+ 2.2865182089921894
+ 2.286607083695288
+ 2.2866959536761553
+ 2.2867848189354723
+ 2.2868736794739197
+ 2.286962535292178
+ 2.287051386390928
+ 2.2871402327708497
+ 2.2872290744326236
+ 2.2873179113769297
+ 2.2874067436044476
+ 2.2874955711158576
+ 2.287584393911838
+ 2.2876732119930696
+ 2.2877620253602307
+ 2.2878508340140007
+ 2.2879396379550583
+ 2.288028437184083
+ 2.2881172317017517
+ 2.2882060215087447
+ 2.288294806605739
+ 2.288383586993414
+ 2.2884723626724455
+ 2.288561133643513
+ 2.2886498999072944
+ 2.288738661464466
+ 2.2888274183157056
+ 2.28891617046169
+ 2.2890049179030965
+ 2.2890936606406025
+ 2.289182398674883
+ 2.289271132006617
+ 2.2893598606364787
+ 2.289448584565145
+ 2.289537303793292
+ 2.2896260183215955
+ 2.2897147281507317
+ 2.2898034332813753
+ 2.2898921337142024
+ 2.2899808294498873
+ 2.2900695204891064
+ 2.290158206832534
+ 2.2902468884808447
+ 2.2903355654347135
+ 2.2904242376948143
+ 2.290512905261822
+ 2.2906015681364105
+ 2.2906902263192532
+ 2.290778879811025
+ 2.2908675286123983
+ 2.2909561727240475
+ 2.2910448121466462
+ 2.291133446880867
+ 2.291222076927383
+ 2.291310702286867
+ 2.291399322959992
+ 2.29148793894743
+ 2.2915765502498546
+ 2.2916651568679365
+ 2.291753758802349
+ 2.2918423560537633
+ 2.291930948622851
+ 2.292019536510285
+ 2.292108119716736
+ 2.292196698242874
+ 2.2922852720893725
+ 2.2923738412569006
+ 2.2924624057461305
+ 2.2925509655577314
+ 2.2926395206923753
+ 2.2927280711507323
+ 2.292816616933471
+ 2.292905158041264
+ 2.2929936944747786
+ 2.2930822262346866
+ 2.2931707533216565
+ 2.2932592757363577
+ 2.29334779347946
+ 2.293436306551632
+ 2.293524814953543
+ 2.293613318685862
+ 2.2937018177492567
+ 2.293790312144396
+ 2.293878801871949
+ 2.293967286932583
+ 2.2940557673269666
+ 2.294144243055767
+ 2.2942327141196523
+ 2.29432118051929
+ 2.2944096422553475
+ 2.294498099328492
+ 2.294586551739391
+ 2.29467499948871
+ 2.2947634425771173
+ 2.294851881005279
+ 2.294940314773861
+ 2.295028743883531
+ 2.295117168334954
+ 2.295205588128796
+ 2.295294003265723
+ 2.295382413746401
+ 2.2954708195714955
+ 2.2955592207416715
+ 2.295647617257594
+ 2.295736009119929
+ 2.29582439632934
+ 2.295912778886493
+ 2.296001156792052
+ 2.296089530046682
+ 2.296177898651047
+ 2.2962662626058106
+ 2.2963546219116373
+ 2.2964429765691907
+ 2.2965313265791343
+ 2.2966196719421323
+ 2.2967080126588475
+ 2.2967963487299428
+ 2.296884680156082
+ 2.2969730069379275
+ 2.297061329076143
+ 2.2971496465713894
+ 2.29723795942433
+ 2.2973262676356274
+ 2.2974145712059433
+ 2.2975028701359395
+ 2.297591164426278
+ 2.2976794540776213
+ 2.297767739090629
+ 2.2978560194659647
+ 2.297944295204288
+ 2.29803256630626
+ 2.2981208327725424
+ 2.298209094603795
+ 2.29829735180068
+ 2.2983856043638555
+ 2.298473852293984
+ 2.298562095591724
+ 2.2986503342577365
+ 2.29873856829268
+ 2.2988267976972163
+ 2.2989150224720034
+ 2.2990032426177005
+ 2.299091458134967
+ 2.299179669024463
+ 2.299267875286846
+ 2.2993560769227757
+ 2.2994442739329095
+ 2.2995324663179075
+ 2.2996206540784265
+ 2.299708837215126
+ 2.2997970157286622
+ 2.299885189619695
+ 2.2999733588888804
+ 2.3000615235368764
+ 2.3001496835643405
+ 2.3002378389719302
+ 2.300325989760302
+ 2.3004141359301133
+ 2.3005022774820207
+ 2.3005904144166807
+ 2.3006785467347495
+ 2.300766674436884
+ 2.3008547975237397
+ 2.300942915995973
+ 2.30103102985424
+ 2.3011191390991956
+ 2.301207243731496
+ 2.3012953437517965
+ 2.3013834391607517
+ 2.301471529959018
+ 2.3015596161472494
+ 2.3016476977261
+ 2.3017357746962257
+ 2.301823847058281
+ 2.301911914812919
+ 2.301999977960795
+ 2.3020880365025627
+ 2.3021760904388753
+ 2.302264139770388
+ 2.302352184497752
+ 2.302440224621624
+ 2.302528260142654
+ 2.3026162910614976
+ 2.302704317378806
+ 2.302792339095233
+ 2.3028803562114315
+ 2.302968368728053
+ 2.3030563766457504
+ 2.3031443799651754
+ 2.303232378686981
+ 2.3033203728118186
+ 2.30340836234034
+ 2.3034963472731964
+ 2.3035843276110404
+ 2.303672303354522
+ 2.303760274504293
+ 2.3038482410610044
+ 2.303936203025307
+ 2.304024160397851
+ 2.3041121131792877
+ 2.304200061370267
+ 2.3042880049714394
+ 2.3043759439834544
+ 2.3044638784069633
+ 2.304551808242615
+ 2.304639733491059
+ 2.304727654152945
+ 2.304815570228922
+ 2.30490348171964
+ 2.304991388625748
+ 2.3050792909478934
+ 2.3051671886867267
+ 2.305255081842896
+ 2.30534297041705
+ 2.3054308544098356
+ 2.305518733821902
+ 2.305606608653898
+ 2.30569447890647
+ 2.3057823445802663
+ 2.305870205675934
+ 2.3059580621941222
+ 2.306045914135476
+ 2.306133761500644
+ 2.3062216042902715
+ 2.306309442505007
+ 2.3063972761454967
+ 2.3064851052123867
+ 2.306572929706323
+ 2.3066607496279534
+ 2.3067485649779225
+ 2.3068363757568764
+ 2.3069241819654613
+ 2.3070119836043226
+ 2.307099780674106
+ 2.3071875731754563
+ 2.307275361109019
+ 2.307363144475439
+ 2.3074509232753613
+ 2.3075386975094307
+ 2.307626467178292
+ 2.3077142322825885
+ 2.3078019928229656
+ 2.307889748800067
+ 2.3079775002145366
+ 2.308065247067019
+ 2.3081529893581565
+ 2.308240727088594
+ 2.308328460258974
+ 2.3084161888699395
+ 2.3085039129221347
+ 2.308591632416202
+ 2.308679347352784
+ 2.3087670577325237
+ 2.308854763556063
+ 2.308942464824044
+ 2.3090301615371107
+ 2.3091178536959034
+ 2.309205541301065
+ 2.3092932243532363
+ 2.30938090285306
+ 2.3094685768011765
+ 2.309556246198228
+ 2.309643911044855
+ 2.3097315713416986
+ 2.3098192270894007
+ 2.3099068782886008
+ 2.30999452493994
+ 2.310082167044058
+ 2.3101698046015966
+ 2.310257437613195
+ 2.310345066079493
+ 2.3104326900011305
+ 2.310520309378748
+ 2.3106079242129836
+ 2.310695534504478
+ 2.31078314025387
+ 2.3108707414617986
+ 2.310958338128903
+ 2.311045930255822
+ 2.3111335178431944
+ 2.311221100891658
+ 2.3113086794018516
+ 2.311396253374414
+ 2.3114838228099823
+ 2.3115713877091952
+ 2.31165894807269
+ 2.3117465039011047
+ 2.3118340551950767
+ 2.3119216019552433
+ 2.3120091441822415
+ 2.312096681876709
+ 2.312184215039282
+ 2.3122717436705975
+ 2.312359267771292
+ 2.3124467873420027
+ 2.312534302383365
+ 2.3126218128960154
+ 2.3127093188805907
+ 2.312796820337726
+ 2.312884317268056
+ 2.3129718096722183
+ 2.3130592975508475
+ 2.3131467809045785
+ 2.3132342597340476
+ 2.3133217340398886
+ 2.3134092038227374
+ 2.3134966690832277
+ 2.3135841298219946
+ 2.3136715860396726
+ 2.313759037736896
+ 2.313846484914299
+ 2.3139339275725153
+ 2.3140213657121786
+ 2.3141087993339235
+ 2.314196228438383
+ 2.31428365302619
+ 2.314371073097979
+ 2.314458488654382
+ 2.3145458996960326
+ 2.3146333062235636
+ 2.314720708237607
+ 2.314808105738796
+ 2.3148954987277635
+ 2.314982887205141
+ 2.315070271171561
+ 2.3151576506276554
+ 2.3152450255740558
+ 2.3153323960113936
+ 2.3154197619403005
+ 2.3155071233614093
+ 2.315594480275349
+ 2.315681832682752
+ 2.3157691805842497
+ 2.3158565239804725
+ 2.31594386287205
+ 2.3160311972596146
+ 2.3161185271437947
+ 2.316205852525222
+ 2.3162931734045267
+ 2.3163804897823375
+ 2.316467801659285
+ 2.316555109035999
+ 2.316642411913109
+ 2.3167297102912436
+ 2.316817004171033
+ 2.3169042935531063
+ 2.3169915784380914
+ 2.3170788588266182
+ 2.317166134719315
+ 2.31725340611681
+ 2.317340673019732
+ 2.3174279354287095
+ 2.31751519334437
+ 2.3176024467673417
+ 2.317689695698252
+ 2.3177769401377293
+ 2.3178641800864
+ 2.317951415544893
+ 2.3180386465138345
+ 2.318125872993852
+ 2.318213094985572
+ 2.318300312489622
+ 2.318387525506628
+ 2.3184747340372165
+ 2.3185619380820146
+ 2.3186491376416476
+ 2.3187363327167425
+ 2.3188235233079246
+ 2.31891070941582
+ 2.3189978910410542
+ 2.319085068184253
+ 2.3191722408460413
+ 2.319259409027045
+ 2.319346572727888
+ 2.3194337319491973
+ 2.319520886691595
+ 2.3196080369557084
+ 2.319695182742161
+ 2.319782324051576
+ 2.319869460884579
+ 2.3199565932417947
+ 2.320043721123845
+ 2.3201308445313558
+ 2.320217963464949
+ 2.3203050779252496
+ 2.3203921879128804
+ 2.3204792934284644
+ 2.3205663944726242
+ 2.3206534910459844
+ 2.3207405831491665
+ 2.3208276707827937
+ 2.3209147539474886
+ 2.321001832643873
+ 2.32108890687257
+ 2.321175976634201
+ 2.3212630419293885
+ 2.3213501027587538
+ 2.321437159122919
+ 2.3215242110225054
+ 2.3216112584581348
+ 2.321698301430428
+ 2.321785339940007
+ 2.321872373987491
+ 2.321959403573503
+ 2.322046428698662
+ 2.3221334493635895
+ 2.322220465568906
+ 2.322307477315231
+ 2.322394484603185
+ 2.322481487433388
+ 2.322568485806461
+ 2.322655479723022
+ 2.3227424691836904
+ 2.3228294541890873
+ 2.322916434739831
+ 2.323003410836541
+ 2.323090382479836
+ 2.3231773496703356
+ 2.3232643124086576
+ 2.323351270695421
+ 2.3234382245312437
+ 2.323525173916745
+ 2.3236121188525427
+ 2.3236990593392544
+ 2.3237859953774986
+ 2.323872926967893
+ 2.323959854111054
+ 2.324046776807601
+ 2.3241336950581504
+ 2.3242206088633193
+ 2.3243075182237245
+ 2.3243944231399842
+ 2.3244813236127135
+ 2.3245682196425297
+ 2.3246551112300495
+ 2.3247419983758895
+ 2.3248288810806654
+ 2.324915759344994
+ 2.3250026331694897
+ 2.32508950255477
+ 2.325176367501449
+ 2.3252632280101437
+ 2.3253500840814687
+ 2.3254369357160396
+ 2.325523782914471
+ 2.325610625677379
+ 2.3256974640053762
+ 2.3257842978990797
+ 2.325871127359103
+ 2.32595795238606
+ 2.3260447729805658
+ 2.326131589143234
+ 2.326218400874679
+ 2.3263052081755147
+ 2.3263920110463543
+ 2.3264788094878117
+ 2.3265656035005002
+ 2.3266523930850336
+ 2.326739178242024
+ 2.3268259589720857
+ 2.326912735275831
+ 2.326999507153872
+ 2.327086274606822
+ 2.3271730376352937
+ 2.327259796239899
+ 2.3273465504212507
+ 2.3274333001799596
+ 2.3275200455166383
+ 2.3276067864318994
+ 2.327693522926353
+ 2.327780255000612
+ 2.3278669826552867
+ 2.327953705890989
+ 2.32804042470833
+ 2.32812713910792
+ 2.3282138490903703
+ 2.3283005546562916
+ 2.328387255806294
+ 2.3284739525409885
+ 2.3285606448609855
+ 2.3286473327668937
+ 2.328734016259325
+ 2.3288206953388877
+ 2.3289073700061924
+ 2.3289940402618488
+ 2.329080706106465
+ 2.329167367540652
+ 2.329254024565018
+ 2.3293406771801726
+ 2.3294273253867237
+ 2.329513969185281
+ 2.3296006085764525
+ 2.3296872435608473
+ 2.329773874139073
+ 2.3298605003117387
+ 2.329947122079451
+ 2.3300337394428197
+ 2.3301203524024516
+ 2.330206960958954
+ 2.3302935651129353
+ 2.3303801648650024
+ 2.3304667602157623
+ 2.3305533511658223
+ 2.33063993771579
+ 2.3307265198662708
+ 2.3308130976178725
+ 2.3308996709712018
+ 2.330986239926865
+ 2.3310728044854674
+ 2.331159364647616
+ 2.3312459204139167
+ 2.3313324717849757
+ 2.331419018761398
+ 2.33150556134379
+ 2.331592099532757
+ 2.3316786333289037
+ 2.3317651627328355
+ 2.3318516877451585
+ 2.331938208366476
+ 2.332024724597394
+ 2.3321112364385166
+ 2.3321977438904486
+ 2.332284246953794
+ 2.3323707456291576
+ 2.332457239917143
+ 2.3325437298183544
+ 2.3326302153333955
+ 2.3327166964628705
+ 2.332803173207382
+ 2.3328896455675348
+ 2.332976113543931
+ 2.3330625771371736
+ 2.333149036347867
+ 2.3332354911766133
+ 2.3333219416240145
+ 2.3334083876906746
+ 2.3334948293771953
+ 2.3335812666841793
+ 2.3336676996122283
+ 2.333754128161945
+ 2.3338405523339305
+ 2.3339269721287876
+ 2.3340133875471176
+ 2.3340997985895218
+ 2.3341862052566014
+ 2.3342726075489586
+ 2.3343590054671934
+ 2.334445399011908
+ 2.334531788183702
+ 2.3346181729831774
+ 2.334704553410934
+ 2.334790929467572
+ 2.3348773011536927
+ 2.3349636684698956
+ 2.3350500314167806
+ 2.335136389994948
+ 2.3352227442049975
+ 2.335309094047529
+ 2.3353954395231415
+ 2.335481780632435
+ 2.3355681173760083
+ 2.3356544497544602
+ 2.3357407777683905
+ 2.3358271014183978
+ 2.3359134207050807
+ 2.3359997356290374
+ 2.336086046190867
+ 2.3361723523911677
+ 2.3362586542305372
+ 2.336344951709574
+ 2.3364312448288755
+ 2.3365175335890402
+ 2.3366038179906656
+ 2.3366900980343486
+ 2.3367763737206872
+ 2.336862645050278
+ 2.336948912023719
+ 2.3370351746416063
+ 2.3371214329045378
+ 2.337207686813109
+ 2.3372939363679173
+ 2.337380181569559
+ 2.33746642241863
+ 2.3375526589157265
+ 2.337638891061445
+ 2.3377251188563815
+ 2.3378113423011313
+ 2.3378975613962902
+ 2.337983776142454
+ 2.3380699865402175
+ 2.3381561925901764
+ 2.3382423942929256
+ 2.3383285916490606
+ 2.338414784659175
+ 2.3385009733238653
+ 2.3385871576437243
+ 2.338673337619348
+ 2.3387595132513295
+ 2.338845684540263
+ 2.3389318514867434
+ 2.3390180140913643
+ 2.3391041723547192
+ 2.3391903262774023
+ 2.339276475860007
+ 2.3393626211031258
+ 2.3394487620073523
+ 2.3395348985732807
+ 2.3396210308015033
+ 2.339707158692612
+ 2.339793282247201
+ 2.339879401465862
+ 2.339965516349188
+ 2.340051626897772
+ 2.3401377331122037
+ 2.3402238349930777
+ 2.340309932540985
+ 2.340396025756517
+ 2.340482114640266
+ 2.340568199192823
+ 2.34065427941478
+ 2.3407403553067274
+ 2.3408264268692576
+ 2.3409124941029607
+ 2.3409985570084277
+ 2.34108461558625
+ 2.341170669837017
+ 2.34125671976132
+ 2.341342765359749
+ 2.3414288066328948
+ 2.341514843581347
+ 2.341600876205696
+ 2.341686904506531
+ 2.3417729284844424
+ 2.3418589481400187
+ 2.3419449634738503
+ 2.3420309744865264
+ 2.342116981178636
+ 2.342202983550768
+ 2.3422889816035113
+ 2.3423749753374548
+ 2.3424609647531875
+ 2.342546949851297
+ 2.342632930632373
+ 2.3427189070970025
+ 2.3428048792457745
+ 2.342890847079276
+ 2.342976810598096
+ 2.3430627698028217
+ 2.3431487246940406
+ 2.3432346752723405
+ 2.3433206215383087
+ 2.343406563492532
+ 2.3434925011355974
+ 2.343578434468093
+ 2.343664363490604
+ 2.3437502882037182
+ 2.343836208608022
+ 2.3439221247041018
+ 2.3440080364925437
+ 2.3440939439739332
+ 2.3441798471488577
+ 2.3442657460179026
+ 2.3443516405816536
+ 2.3444375308406964
+ 2.344523416795616
+ 2.3446092984469984
+ 2.344695175795429
+ 2.3447810488414924
+ 2.3448669175857737
+ 2.344952782028858
+ 2.3450386421713296
+ 2.345124498013774
+ 2.3452103495567744
+ 2.3452961968009163
+ 2.345382039746784
+ 2.3454678783949605
+ 2.34555371274603
+ 2.3456395428005767
+ 2.3457253685591843
+ 2.345811190022437
+ 2.3458970071909175
+ 2.3459828200652084
+ 2.3460686286458943
+ 2.3461544329335577
+ 2.3462402329287806
+ 2.3463260286321477
+ 2.34641182004424
+ 2.346497607165641
+ 2.3465833899969324
+ 2.3466691685386976
+ 2.346754942791517
+ 2.3468407127559745
+ 2.3469264784326507
+ 2.347012239822128
+ 2.3470979969249877
+ 2.347183749741811
+ 2.3472694982731803
+ 2.347355242519676
+ 2.3474409824818796
+ 2.3475267181603723
+ 2.3476124495557342
+ 2.3476981766685467
+ 2.3477838994993903
+ 2.3478696180488448
+ 2.347955332317492
+ 2.3480410423059106
+ 2.3481267480146815
+ 2.348212449444385
+ 2.3482981465956
+ 2.3483838394689065
+ 2.3484695280648844
+ 2.3485552123841127
+ 2.3486408924271713
+ 2.3487265681946394
+ 2.3488122396870956
+ 2.348897906905119
+ 2.3489835698492887
+ 2.3490692285201824
+ 2.34915488291838
+ 2.3492405330444592
+ 2.3493261788989988
+ 2.349411820482576
+ 2.3494974577957697
+ 2.349583090839157
+ 2.349668719613317
+ 2.3497543441188267
+ 2.3498399643562635
+ 2.3499255803262042
+ 2.3500111920292275
+ 2.3500967994659097
+ 2.350182402636827
+ 2.3502680015425583
+ 2.350353596183679
+ 2.350439186560766
+ 2.3505247726743956
+ 2.3506103545251453
+ 2.35069593211359
+ 2.3507815054403065
+ 2.3508670745058704
+ 2.350952639310858
+ 2.351038199855845
+ 2.3511237561414067
+ 2.351209308168119
+ 2.351294855936557
+ 2.3513803994472964
+ 2.351465938700912
+ 2.3515514736979783
+ 2.351637004439071
+ 2.3517225309247647
+ 2.3518080531556333
+ 2.351893571132252
+ 2.3519790848551954
+ 2.3520645943250367
+ 2.3521500995423508
+ 2.3522356005077114
+ 2.352321097221693
+ 2.352406589684868
+ 2.3524920778978107
+ 2.352577561861095
+ 2.352663041575294
+ 2.352748517040981
+ 2.3528339882587286
+ 2.3529194552291104
+ 2.353004917952699
+ 2.3530903764300666
+ 2.3531758306617863
+ 2.3532612806484305
+ 2.353346726390572
+ 2.353432167888782
+ 2.3535176051436335
+ 2.3536030381556983
+ 2.353688466925548
+ 2.3537738914537547
+ 2.353859311740889
+ 2.3539447277875234
+ 2.354030139594229
+ 2.3541155471615762
+ 2.354200950490138
+ 2.3542863495804833
+ 2.3543717444331835
+ 2.3544571350488104
+ 2.354542521427933
+ 2.354627903571123
+ 2.35471328147895
+ 2.3547986551519844
+ 2.3548840245907967
+ 2.3549693897959565
+ 2.3550547507680335
+ 2.355140107507597
+ 2.355225460015218
+ 2.3553108082914647
+ 2.3553961523369065
+ 2.3554814921521134
+ 2.3555668277376536
+ 2.3556521590940966
+ 2.355737486222011
+ 2.355822809121966
+ 2.3559081277945295
+ 2.3559934422402704
+ 2.3560787524597564
+ 2.3561640584535564
+ 2.3562493602222383
+ 2.35633465776637
+ 2.3564199510865196
+ 2.356505240183254
+ 2.356590525057142
+ 2.35667580570875
+ 2.3567610821386458
+ 2.3568463543473963
+ 2.356931622335569
+ 2.357016886103731
+ 2.3571021456524486
+ 2.3571874009822884
+ 2.357272652093818
+ 2.357357898987603
+ 2.3574431416642097
+ 2.3575283801242053
+ 2.357613614368154
+ 2.357698844396624
+ 2.3577840702101796
+ 2.357869291809387
+ 2.3579545091948115
+ 2.3580397223670198
+ 2.358124931326576
+ 2.3582101360740446
+ 2.3582953366099932
+ 2.3583805329349845
+ 2.3584657250495846
+ 2.3585509129543576
+ 2.3586360966498683
+ 2.3587212761366816
+ 2.358806451415361
+ 2.3588916224864716
+ 2.358976789350577
+ 2.3590619520082416
+ 2.3591471104600283
+ 2.359232264706502
+ 2.359317414748226
+ 2.359402560585764
+ 2.359487702219678
+ 2.359572839650533
+ 2.359657972878891
+ 2.3597431019053157
+ 2.3598282267303703
+ 2.3599133473546163
+ 2.359998463778617
+ 2.360083576002935
+ 2.3601686840281326
+ 2.3602537878547722
+ 2.3603388874834157
+ 2.3604239829146256
+ 2.360509074148963
+ 2.3605941611869903
+ 2.3606792440292694
+ 2.360764322676361
+ 2.3608493971288262
+ 2.3609344673872283
+ 2.3610195334521267
+ 2.361104595324083
+ 2.3611896530036574
+ 2.361274706491412
+ 2.3613597557879067
+ 2.361444800893702
+ 2.3615298418093587
+ 2.3616148785354367
+ 2.3616999110724963
+ 2.3617849394210984
+ 2.361869963581801
+ 2.3619549835551656
+ 2.362039999341752
+ 2.3621250109421186
+ 2.362210018356825
+ 2.362295021586432
+ 2.362380020631497
+ 2.36246501549258
+ 2.36255000617024
+ 2.3626349926650354
+ 2.362719974977525
+ 2.3628049531082684
+ 2.3628899270578225
+ 2.362974896826747
+ 2.3630598624155987
+ 2.3631448238249373
+ 2.36322978105532
+ 2.3633147341073046
+ 2.363399682981449
+ 2.363484627678311
+ 2.3635695681984474
+ 2.363654504542416
+ 2.363739436710775
+ 2.36382436470408
+ 2.3639092885228887
+ 2.3639942081677585
+ 2.3640791236392453
+ 2.3641640349379065
+ 2.3642489420642976
+ 2.3643338450189764
+ 2.364418743802498
+ 2.364503638415419
+ 2.364588528858296
+ 2.3646734151316844
+ 2.36475829723614
+ 2.364843175172218
+ 2.364928048940475
+ 2.365012918541466
+ 2.365097783975746
+ 2.3651826452438707
+ 2.365267502346395
+ 2.3653523552838736
+ 2.365437204056862
+ 2.3655220486659143
+ 2.365606889111585
+ 2.365691725394429
+ 2.365776557515001
+ 2.3658613854738544
+ 2.3659462092715433
+ 2.3660310289086226
+ 2.3661158443856456
+ 2.3662006557031665
+ 2.3662854628617382
+ 2.3663702658619146
+ 2.3664550647042493
+ 2.3665398593892952
+ 2.3666246499176053
+ 2.366709436289734
+ 2.3667942185062323
+ 2.366878996567654
+ 2.366963770474552
+ 2.367048540227478
+ 2.3671333058269854
+ 2.367218067273626
+ 2.3673028245679517
+ 2.3673875777105153
+ 2.367472326701869
+ 2.367557071542563
+ 2.3676418122331513
+ 2.367726548774183
+ 2.3678112811662113
+ 2.3678960094097876
+ 2.3679807335054623
+ 2.3680654534537866
+ 2.368150169255313
+ 2.3682348809105895
+ 2.3683195884201695
+ 2.368404291784602
+ 2.3684889910044395
+ 2.36857368608023
+ 2.368658377012525
+ 2.3687430638018747
+ 2.3688277464488294
+ 2.368912424953938
+ 2.3689970993177516
+ 2.369081769540819
+ 2.36916643562369
+ 2.369251097566914
+ 2.3693357553710404
+ 2.369420409036618
+ 2.369505058564197
+ 2.369589703954325
+ 2.3696743452075526
+ 2.3697589823244267
+ 2.369843615305497
+ 2.3699282441513114
+ 2.370012868862419
+ 2.370097489439367
+ 2.370182105882705
+ 2.3702667181929793
+ 2.3703513263707396
+ 2.3704359304165323
+ 2.3705205303309063
+ 2.370605126114408
+ 2.3706897177675854
+ 2.3707743052909853
+ 2.370858888685156
+ 2.370943467950643
+ 2.371028043087995
+ 2.371112614097757
+ 2.3711971809804777
+ 2.371281743736702
+ 2.3713663023669778
+ 2.37145085687185
+ 2.3715354072518666
+ 2.371619953507572
+ 2.3717044956395132
+ 2.3717890336482363
+ 2.3718735675342866
+ 2.3719580972982093
+ 2.3720426229405507
+ 2.372127144461856
+ 2.372211661862671
+ 2.37229617514354
+ 2.3723806843050084
+ 2.372465189347621
+ 2.3725496902719234
+ 2.37263418707846
+ 2.372718679767775
+ 2.3728031683404125
+ 2.372887652796918
+ 2.3729721331378353
+ 2.3730566093637075
+ 2.373141081475081
+ 2.3732255494724974
+ 2.3733100133565013
+ 2.373394473127637
+ 2.3734789287864473
+ 2.3735633803334757
+ 2.3736478277692656
+ 2.37373227109436
+ 2.3738167103093026
+ 2.373901145414635
+ 2.373985576410902
+ 2.374070003298645
+ 2.3741544260784067
+ 2.3742388447507308
+ 2.3743232593161574
+ 2.3744076697752314
+ 2.3744920761284924
+ 2.3745764783764844
+ 2.374660876519748
+ 2.374745270558826
+ 2.3748296604942594
+ 2.3749140463265896
+ 2.374998428056359
+ 2.3750828056841082
+ 2.3751671792103783
+ 2.3752515486357115
+ 2.3753359139606474
+ 2.375420275185727
+ 2.375504632311492
+ 2.3755889853384824
+ 2.3756733342672387
+ 2.3757576790983013
+ 2.3758420198322105
+ 2.3759263564695066
+ 2.3760106890107298
+ 2.3760950174564193
+ 2.3761793418071155
+ 2.3762636620633586
+ 2.376347978225687
+ 2.376432290294641
+ 2.37651659827076
+ 2.3766009021545824
+ 2.3766852019466485
+ 2.3767694976474965
+ 2.376853789257665
+ 2.3769380767776935
+ 2.377022360208121
+ 2.3771066395494844
+ 2.377190914802324
+ 2.3772751859671764
+ 2.377359453044581
+ 2.3774437160350756
+ 2.3775279749391984
+ 2.3776122297574864
+ 2.3776964804904783
+ 2.3777807271387115
+ 2.3778649697027228
+ 2.3779492081830504
+ 2.378033442580231
+ 2.3781176728948017
+ 2.3782018991273004
+ 2.3782861212782636
+ 2.3783703393482276
+ 2.3784545533377295
+ 2.3785387632473056
+ 2.3786229690774934
+ 2.378707170828828
+ 2.3787913685018456
+ 2.3788755620970834
+ 2.378959751615076
+ 2.379043937056361
+ 2.379128118421473
+ 2.379212295710948
+ 2.3792964689253213
+ 2.3793806380651286
+ 2.3794648031309054
+ 2.379548964123186
+ 2.3796331210425063
+ 2.3797172738894017
+ 2.3798014226644058
+ 2.3798855673680537
+ 2.3799697080008806
+ 2.380053844563421
+ 2.3801379770562083
+ 2.380222105479778
+ 2.380306229834664
+ 2.3803903501213997
+ 2.380474466340519
+ 2.3805585784925567
+ 2.380642686578046
+ 2.3807267905975205
+ 2.3808108905515133
+ 2.380894986440558
+ 2.3809790782651885
+ 2.3810631660259376
+ 2.381147249723338
+ 2.381231329357922
+ 2.3813154049302234
+ 2.381399476440775
+ 2.3814835438901087
+ 2.3815676072787575
+ 2.3816516666072536
+ 2.3817357218761286
+ 2.381819773085916
+ 2.381903820237146
+ 2.3819878633303517
+ 2.382071902366065
+ 2.382155937344817
+ 2.382239968267139
+ 2.382323995133563
+ 2.3824080179446203
+ 2.382492036700842
+ 2.3825760514027587
+ 2.3826600620509026
+ 2.382744068645803
+ 2.382828071187992
+ 2.382912069677999
+ 2.382996064116356
+ 2.383080054503592
+ 2.3831640408402386
+ 2.383248023126825
+ 2.3833320013638812
+ 2.3834159755519377
+ 2.383499945691524
+ 2.38358391178317
+ 2.3836678738274055
+ 2.38375183182476
+ 2.3838357857757626
+ 2.3839197356809425
+ 2.384003681540829
+ 2.3840876233559514
+ 2.3841715611268386
+ 2.384255494854019
+ 2.384339424538022
+ 2.384423350179375
+ 2.3845072717786078
+ 2.384591189336248
+ 2.3846751028528246
+ 2.384759012328865
+ 2.3848429177648973
+ 2.38492681916145
+ 2.38501071651905
+ 2.3850946098382266
+ 2.3851784991195055
+ 2.3852623843634153
+ 2.385346265570483
+ 2.385430142741236
+ 2.385514015876201
+ 2.385597884975906
+ 2.385681750040877
+ 2.385765611071641
+ 2.385849468068725
+ 2.385933321032655
+ 2.3860171699639583
+ 2.386101014863161
+ 2.386184855730789
+ 2.386268692567368
+ 2.3863525253734252
+ 2.3864363541494855
+ 2.3865201788960753
+ 2.38660399961372
+ 2.386687816302945
+ 2.3867716289642766
+ 2.386855437598239
+ 2.386939242205359
+ 2.3870230427861596
+ 2.387106839341167
+ 2.387190631870906
+ 2.3872744203759018
+ 2.3873582048566786
+ 2.3874419853137607
+ 2.3875257617476735
+ 2.38760953415894
+ 2.3876933025480853
+ 2.387777066915634
+ 2.387860827262109
+ 2.387944583588035
+ 2.388028335893935
+ 2.3881120841803334
+ 2.388195828447753
+ 2.3882795686967184
+ 2.3883633049277524
+ 2.3884470371413777
+ 2.388530765338118
+ 2.388614489518496
+ 2.3886982096830347
+ 2.388781925832257
+ 2.3888656379666857
+ 2.388949346086843
+ 2.3890330501932513
+ 2.389116750286433
+ 2.3892004463669108
+ 2.3892841384352064
+ 2.389367826491842
+ 2.3894515105373393
+ 2.38953519057222
+ 2.389618866597006
+ 2.389702538612219
+ 2.38978620661838
+ 2.389869870616011
+ 2.3899535306056325
+ 2.390037186587766
+ 2.3901208385629324
+ 2.390204486531653
+ 2.390288130494448
+ 2.390371770451839
+ 2.3904554064043446
+ 2.3905390383524874
+ 2.3906226662967867
+ 2.390706290237763
+ 2.3907899101759362
+ 2.3908735261118266
+ 2.3909571380459544
+ 2.3910407459788385
+ 2.3911243499109998
+ 2.391207949842956
+ 2.3912915457752284
+ 2.3913751377083354
+ 2.391458725642797
+ 2.3915423095791315
+ 2.3916258895178584
+ 2.391709465459497
+ 2.3917930374045646
+ 2.3918766053535814
+ 2.391960169307066
+ 2.3920437292655357
+ 2.3921272852295097
+ 2.392210837199506
+ 2.392294385176043
+ 2.3923779291596383
+ 2.392461469150811
+ 2.3925450051500774
+ 2.392628537157956
+ 2.3927120651749636
+ 2.392795589201619
+ 2.392879109238439
+ 2.39296262528594
+ 2.393046137344641
+ 2.3931296454150575
+ 2.393213149497707
+ 2.393296649593106
+ 2.393380145701772
+ 2.3934636378242207
+ 2.3935471259609695
+ 2.3936306101125333
+ 2.3937140902794303
+ 2.3937975664621756
+ 2.3938810386612857
+ 2.3939645068772757
+ 2.3940479711106626
+ 2.3941314313619615
+ 2.3942148876316884
+ 2.394298339920358
+ 2.394381788228487
+ 2.3944652325565894
+ 2.394548672905181
+ 2.3946321092747773
+ 2.3947155416658927
+ 2.3947989700790417
+ 2.3948823945147404
+ 2.394965814973502
+ 2.395049231455842
+ 2.3951326439622744
+ 2.395216052493314
+ 2.3952994570494743
+ 2.39538285763127
+ 2.3954662542392153
+ 2.395549646873823
+ 2.395633035535608
+ 2.395716420225084
+ 2.3957998009427626
+ 2.3958831776891603
+ 2.395966550464788
+ 2.3960499192701605
+ 2.39613328410579
+ 2.39621664497219
+ 2.3963000018698732
+ 2.3963833547993523
+ 2.3964667037611402
+ 2.39655004875575
+ 2.3966333897836933
+ 2.396716726845483
+ 2.3968000599416306
+ 2.3968833890726495
+ 2.3969667142390514
+ 2.3970500354413473
+ 2.3971333526800502
+ 2.3972166659556717
+ 2.397299975268722
+ 2.3973832806197146
+ 2.3974665820091596
+ 2.397549879437569
+ 2.3976331729054534
+ 2.3977164624133245
+ 2.3977997479616926
+ 2.3978830295510694
+ 2.397966307181965
+ 2.39804958085489
+ 2.3981328505703554
+ 2.3982161163288715
+ 2.3982993781309485
+ 2.398382635977097
+ 2.3984658898678264
+ 2.3985491398036474
+ 2.3986323857850698
+ 2.3987156278126025
+ 2.3987988658867567
+ 2.398882100008041
+ 2.398965330176965
+ 2.3990485563940385
+ 2.3991317786597697
+ 2.3992149969746692
+ 2.3992982113392447
+ 2.3993814217540064
+ 2.3994646282194627
+ 2.3995478307361213
+ 2.399631029304492
+ 2.399714223925083
+ 2.3997974145984022
+ 2.3998806013249587
+ 2.399963784105261
+ 2.400046962939815
+ 2.4001301378291315
+ 2.4002133087737167
+ 2.400296475774079
+ 2.4003796388307252
+ 2.400462797944164
+ 2.400545953114902
+ 2.400629104343447
+ 2.400712251630306
+ 2.400795394975986
+ 2.4008785343809946
+ 2.400961669845838
+ 2.401044801371024
+ 2.401127928957058
+ 2.401211052604447
+ 2.401294172313698
+ 2.4013772880853175
+ 2.401460399919811
+ 2.4015435078176854
+ 2.401626611779446
+ 2.4017097118055992
+ 2.4017928078966513
+ 2.4018759000531067
+ 2.4019589882754726
+ 2.402042072564253
+ 2.402125152919955
+ 2.402208229343083
+ 2.4022913018341416
+ 2.4023743703936375
+ 2.4024574350220744
+ 2.4025404957199576
+ 2.4026235524877917
+ 2.4027066053260824
+ 2.4027896542353324
+ 2.4028726992160476
+ 2.402955740268732
+ 2.4030387773938897
+ 2.4031218105920256
+ 2.4032048398636427
+ 2.4032878652092453
+ 2.4033708866293377
+ 2.403453904124423
+ 2.4035369176950057
+ 2.403619927341588
+ 2.4037029330646744
+ 2.403785934864768
+ 2.403868932742372
+ 2.4039519266979887
+ 2.404034916732122
+ 2.4041179028452753
+ 2.40420088503795
+ 2.4042838633106496
+ 2.4043668376638765
+ 2.404449808098133
+ 2.4045327746139216
+ 2.4046157372117447
+ 2.4046986958921046
+ 2.4047816506555035
+ 2.404864601502442
+ 2.4049475484334235
+ 2.4050304914489495
+ 2.4051134305495205
+ 2.405196365735639
+ 2.4052792970078065
+ 2.4053622243665242
+ 2.4054451478122925
+ 2.405528067345614
+ 2.405610982966988
+ 2.405693894676917
+ 2.4057768024759003
+ 2.40585970636444
+ 2.405942606343036
+ 2.406025502412189
+ 2.4061083945723984
+ 2.4061912828241656
+ 2.4062741671679904
+ 2.4063570476043727
+ 2.4064399241338132
+ 2.406522796756811
+ 2.406605665473866
+ 2.4066885302854777
+ 2.406771391192146
+ 2.4068542481943704
+ 2.4069371012926495
+ 2.407019950487483
+ 2.4071027957793705
+ 2.4071856371688103
+ 2.4072684746563016
+ 2.4073513082423434
+ 2.407434137927434
+ 2.4075169637120726
+ 2.407599785596757
+ 2.4076826035819856
+ 2.4077654176682572
+ 2.40784822785607
+ 2.4079310341459212
+ 2.4080138365383106
+ 2.408096635033734
+ 2.408179429632691
+ 2.408262220335677
+ 2.4083450071431916
+ 2.408427790055732
+ 2.4085105690737945
+ 2.4085933441978775
+ 2.4086761154284773
+ 2.4087588827660915
+ 2.4088416462112168
+ 2.40892440576435
+ 2.409007161425988
+ 2.4090899131966275
+ 2.4091726610767643
+ 2.4092554050668955
+ 2.4093381451675175
+ 2.409420881379127
+ 2.4095036137022183
+ 2.409586342137289
+ 2.4096690666848355
+ 2.4097517873453516
+ 2.4098345041193343
+ 2.4099172170072793
+ 2.4099999260096814
+ 2.4100826311270365
+ 2.41016533235984
+ 2.410248029708587
+ 2.410330723173772
+ 2.4104134127558905
+ 2.4104960984554373
+ 2.4105787802729073
+ 2.4106614582087946
+ 2.410744132263595
+ 2.410826802437802
+ 2.41090946873191
+ 2.4109921311464135
+ 2.4110747896818063
+ 2.411157444338583
+ 2.411240095117237
+ 2.411322742018263
+ 2.411405385042154
+ 2.4114880241894037
+ 2.4115706594605055
+ 2.4116532908559534
+ 2.4117359183762406
+ 2.41181854202186
+ 2.4119011617933053
+ 2.4119837776910686
+ 2.4120663897156436
+ 2.412148997867523
+ 2.4122316021471994
+ 2.412314202555166
+ 2.412396799091914
+ 2.412479391757937
+ 2.412561980553727
+ 2.4126445654797757
+ 2.4127271465365756
+ 2.4128097237246195
+ 2.412892297044398
+ 2.4129748664964037
+ 2.413057432081128
+ 2.4131399937990623
+ 2.4132225516506987
+ 2.4133051056365282
+ 2.413387655757042
+ 2.4134702020127317
+ 2.413552744404088
+ 2.413635282931602
+ 2.4137178175957645
+ 2.4138003483970665
+ 2.413882875335999
+ 2.4139653984130516
+ 2.4140479176287157
+ 2.414130432983481
+ 2.4142129444778386
+ 2.414295452112278
+ 2.4143779558872893
+ 2.414460455803363
+ 2.414542951860988
+ 2.4146254440606554
+ 2.414707932402854
+ 2.4147904168880734
+ 2.414872897516803
+ 2.4149553742895327
+ 2.415037847206751
+ 2.4151203162689474
+ 2.4152027814766113
+ 2.415285242830232
+ 2.415367700330297
+ 2.4154501539772957
+ 2.4155326037717173
+ 2.41561504971405
+ 2.4156974918047815
+ 2.4157799300444016
+ 2.4158623644333974
+ 2.4159447949722574
+ 2.41602722166147
+ 2.4161096445015224
+ 2.416192063492903
+ 2.4162744786360997
+ 2.4163568899316
+ 2.416439297379891
+ 2.4165217009814604
+ 2.4166041007367958
+ 2.4166864966463844
+ 2.416768888710713
+ 2.416851276930269
+ 2.416933661305539
+ 2.4170160418370097
+ 2.4170984185251685
+ 2.4171807913705017
+ 2.4172631603734964
+ 2.4173455255346377
+ 2.417427886854413
+ 2.4175102443333083
+ 2.41759259797181
+ 2.417674947770403
+ 2.4177572937295744
+ 2.41783963584981
+ 2.417921974131595
+ 2.4180043085754157
+ 2.4180866391817566
+ 2.418168965951104
+ 2.418251288883943
+ 2.418333607980759
+ 2.418415923242037
+ 2.4184982346682613
+ 2.4185805422599183
+ 2.4186628460174915
+ 2.418745145941467
+ 2.4188274420323275
+ 2.418909734290559
+ 2.418992022716646
+ 2.4190743073110728
+ 2.419156588074322
+ 2.41923886500688
+ 2.4193211381092294
+ 2.419403407381855
+ 2.41948567282524
+ 2.4195679344398684
+ 2.4196501922262237
+ 2.4197324461847893
+ 2.419814696316049
+ 2.419896942620486
+ 2.4199791850985837
+ 2.420061423750825
+ 2.4201436585776928
+ 2.42022588957967
+ 2.4203081167572407
+ 2.4203903401108855
+ 2.4204725596410888
+ 2.4205547753483323
+ 2.4206369872330993
+ 2.4207191952958707
+ 2.4208013995371296
+ 2.4208835999573584
+ 2.4209657965570384
+ 2.4210479893366523
+ 2.4211301782966816
+ 2.421212363437608
+ 2.4212945447599132
+ 2.4213767222640787
+ 2.4214588959505865
+ 2.421541065819917
+ 2.421623231872552
+ 2.421705394108973
+ 2.4217875525296595
+ 2.4218697071350945
+ 2.421951857925758
+ 2.4220340049021307
+ 2.422116148064693
+ 2.4221982874139254
+ 2.4222804229503088
+ 2.422362554674324
+ 2.42244468258645
+ 2.422526806687168
+ 2.4226089269769577
+ 2.4226910434562994
+ 2.4227731561256727
+ 2.422855264985557
+ 2.4229373700364323
+ 2.4230194712787783
+ 2.423101568713074
+ 2.4231836623397998
+ 2.4232657521594336
+ 2.423347838172456
+ 2.4234299203793452
+ 2.42351199878058
+ 2.42359407337664
+ 2.4236761441680033
+ 2.4237582111551492
+ 2.423840274338556
+ 2.4239223337187017
+ 2.424004389296066
+ 2.424086441071126
+ 2.42416848904436
+ 2.424250533216247
+ 2.4243325735872636
+ 2.424414610157889
+ 2.4244966429286006
+ 2.4245786718998756
+ 2.4246606970721922
+ 2.4247427184460277
+ 2.4248247360218596
+ 2.424906749800165
+ 2.4249887597814213
+ 2.4250707659661055
+ 2.425152768354695
+ 2.4252347669476664
+ 2.425316761745496
+ 2.4253987527486616
+ 2.425480739957639
+ 2.4255627233729053
+ 2.4256447029949366
+ 2.4257266788242093
+ 2.4258086508611996
+ 2.4258906191063834
+ 2.4259725835602373
+ 2.4260545442232373
+ 2.426136501095858
+ 2.426218454178577
+ 2.4263004034718687
+ 2.4263823489762095
+ 2.426464290692074
+ 2.4265462286199377
+ 2.4266281627602764
+ 2.426710093113565
+ 2.426792019680278
+ 2.426873942460891
+ 2.426955861455879
+ 2.427037776665717
+ 2.4271196880908787
+ 2.427201595731839
+ 2.4272834995890733
+ 2.427365399663055
+ 2.4274472959542583
+ 2.4275291884631582
+ 2.427611077190228
+ 2.427692962135943
+ 2.4277748433007753
+ 2.4278567206851998
+ 2.4279385942896905
+ 2.4280204641147196
+ 2.4281023301607623
+ 2.428184192428291
+ 2.428266050917779
+ 2.428347905629701
+ 2.428429756564528
+ 2.428511603722734
+ 2.4285934471047916
+ 2.428675286711175
+ 2.4287571225423554
+ 2.428838954598806
+ 2.4289207828809993
+ 2.4290026073894078
+ 2.429084428124504
+ 2.4291662450867593
+ 2.4292480582766474
+ 2.429329867694639
+ 2.429411673341207
+ 2.4294934752168222
+ 2.4295752733219573
+ 2.429657067657084
+ 2.4297388582226738
+ 2.429820645019198
+ 2.4299024280471277
+ 2.429984207306935
+ 2.43006598279909
+ 2.430147754524065
+ 2.4302295224823296
+ 2.4303112866743564
+ 2.4303930471006154
+ 2.430474803761577
+ 2.430556556657712
+ 2.430638305789491
+ 2.4307200511573845
+ 2.4308017927618635
+ 2.430883530603397
+ 2.4309652646824556
+ 2.4310469949995097
+ 2.431128721555029
+ 2.431210444349483
+ 2.4312921633833424
+ 2.431373878657076
+ 2.4314555901711543
+ 2.4315372979260452
+ 2.4316190019222197
+ 2.431700702160146
+ 2.431782398640294
+ 2.431864091363133
+ 2.431945780329131
+ 2.4320274655387575
+ 2.432109146992481
+ 2.4321908246907706
+ 2.432272498634095
+ 2.4323541688229224
+ 2.432435835257721
+ 2.4325174979389597
+ 2.4325991568671066
+ 2.4326808120426295
+ 2.432762463465997
+ 2.432844111137676
+ 2.4329257550581356
+ 2.433007395227843
+ 2.4330890316472655
+ 2.433170664316872
+ 2.433252293237128
+ 2.4333339184085023
+ 2.433415539831462
+ 2.4334971575064737
+ 2.433578771434005
+ 2.433660381614523
+ 2.433741988048494
+ 2.4338235907363854
+ 2.4339051896786636
+ 2.4339867848757955
+ 2.4340683763282476
+ 2.434149964036486
+ 2.4342315480009766
+ 2.434313128222187
+ 2.4343947047005825
+ 2.4344762774366293
+ 2.4345578464307933
+ 2.43463941168354
+ 2.4347209731953354
+ 2.4348025309666457
+ 2.4348840849979365
+ 2.434965635289672
+ 2.4350471818423194
+ 2.4351287246563422
+ 2.435210263732207
+ 2.4352917990703777
+ 2.435373330671321
+ 2.4354548585355
+ 2.4355363826633805
+ 2.435617903055427
+ 2.435699419712104
+ 2.435780932633876
+ 2.4358624418212083
+ 2.4359439472745645
+ 2.4360254489944086
+ 2.436106946981205
+ 2.436188441235419
+ 2.4362699317575123
+ 2.4363514185479502
+ 2.4364329016071964
+ 2.4365143809357144
+ 2.436595856533968
+ 2.4366773284024204
+ 2.4367587965415347
+ 2.436840260951775
+ 2.436921721633604
+ 2.4370031785874855
+ 2.437084631813881
+ 2.437166081313255
+ 2.43724752708607
+ 2.4373289691327886
+ 2.4374104074538736
+ 2.437491842049787
+ 2.437573272920992
+ 2.4376547000679505
+ 2.4377361234911246
+ 2.437817543190977
+ 2.43789895916797
+ 2.4379803714225647
+ 2.4380617799552238
+ 2.438143184766409
+ 2.4382245858565814
+ 2.438305983226203
+ 2.438387376875736
+ 2.4384687668056406
+ 2.43855015301638
+ 2.438631535508413
+ 2.438712914282203
+ 2.43879428933821
+ 2.4388756606768944
+ 2.4389570282987183
+ 2.4390383922041416
+ 2.439119752393626
+ 2.439201108867631
+ 2.4392824616266178
+ 2.4393638106710465
+ 2.4394451560013772
+ 2.4395264976180706
+ 2.439607835521587
+ 2.439689169712386
+ 2.4397705001909276
+ 2.4398518269576717
+ 2.439933150013078
+ 2.4400144693576062
+ 2.4400957849917164
+ 2.4401770969158676
+ 2.440258405130519
+ 2.44033970963613
+ 2.4404210104331607
+ 2.4405023075220686
+ 2.440583600903314
+ 2.4406648905773554
+ 2.4407461765446516
+ 2.4408274588056615
+ 2.4409087373608434
+ 2.4409900122106567
+ 2.4410712833555586
+ 2.441152550796008
+ 2.441233814532464
+ 2.4413150745653835
+ 2.441396330895226
+ 2.4414775835224485
+ 2.441558832447509
+ 2.4416400776708658
+ 2.441721319192976
+ 2.4418025570142974
+ 2.4418837911352873
+ 2.4419650215564044
+ 2.4420462482781047
+ 2.4421274713008456
+ 2.4422086906250855
+ 2.44228990625128
+ 2.442371118179887
+ 2.4424523264113627
+ 2.442533530946165
+ 2.4426147317847495
+ 2.4426959289275727
+ 2.4427771223750927
+ 2.4428583121277643
+ 2.442939498186045
+ 2.4430206805503896
+ 2.443101859221256
+ 2.4431830341990985
+ 2.4432642054843745
+ 2.44334537307754
+ 2.443426536979049
+ 2.4435076971893595
+ 2.4435888537089254
+ 2.443670006538203
+ 2.443751155677647
+ 2.4438323011277143
+ 2.4439134428888583
+ 2.4439945809615353
+ 2.4440757153462003
+ 2.444156846043308
+ 2.444237973053313
+ 2.4443190963766703
+ 2.4444002160138347
+ 2.4444813319652607
+ 2.444562444231403
+ 2.444643552812716
+ 2.444724657709654
+ 2.444805758922671
+ 2.4448868564522215
+ 2.444967950298759
+ 2.445049040462738
+ 2.445130126944613
+ 2.445211209744836
+ 2.445292288863862
+ 2.4453733643021436
+ 2.445454436060136
+ 2.445535504138291
+ 2.445616568537063
+ 2.4456976292569044
+ 2.4457786862982687
+ 2.445859739661609
+ 2.445940789347378
+ 2.4460218353560292
+ 2.4461028776880145
+ 2.446183916343787
+ 2.4462649513238
+ 2.446345982628505
+ 2.4464270102583545
+ 2.4465080342138013
+ 2.4465890544952975
+ 2.446670071103295
+ 2.446751084038246
+ 2.446832093300603
+ 2.4469130988908168
+ 2.4469941008093397
+ 2.4470750990566232
+ 2.447156093633119
+ 2.4472370845392795
+ 2.447318071775555
+ 2.447399055342397
+ 2.447480035240257
+ 2.4475610114695865
+ 2.4476419840308354
+ 2.447722952924455
+ 2.4478039181508975
+ 2.447884879710612
+ 2.4479658376040505
+ 2.448046791831663
+ 2.4481277423938996
+ 2.448208689291211
+ 2.448289632524048
+ 2.4483705720928604
+ 2.4484515079980986
+ 2.4485324402402124
+ 2.448613368819652
+ 2.448694293736867
+ 2.4487752149923074
+ 2.448856132586423
+ 2.448937046519663
+ 2.4490179567924777
+ 2.449098863405316
+ 2.4491797663586263
+ 2.4492606656528597
+ 2.4493415612884646
+ 2.4494224532658895
+ 2.449503341585584
+ 2.4495842262479965
+ 2.4496651072535762
+ 2.449745984602772
+ 2.4498268582960323
+ 2.4499077283338053
+ 2.4499885947165394
+ 2.450069457444684
+ 2.450150316518686
+ 2.4502311719389946
+ 2.4503120237060574
+ 2.4503928718203225
+ 2.4504737162822376
+ 2.450554557092251
+ 2.45063539425081
+ 2.450716227758362
+ 2.4507970576153553
+ 2.450877883822237
+ 2.450958706379454
+ 2.451039525287454
+ 2.4511203405466846
+ 2.451201152157592
+ 2.4512819601206237
+ 2.4513627644362272
+ 2.451443565104848
+ 2.4515243621269343
+ 2.4516051555029312
+ 2.4516859452332866
+ 2.4517667313184464
+ 2.4518475137588567
+ 2.451928292554965
+ 2.4520090677072157
+ 2.452089839216056
+ 2.452170607081932
+ 2.4522513713052896
+ 2.4523321318865743
+ 2.4524128888262315
+ 2.452493642124708
+ 2.452574391782448
+ 2.4526551377998986
+ 2.4527358801775043
+ 2.45281661891571
+ 2.452897354014962
+ 2.452978085475704
+ 2.4530588132983824
+ 2.453139537483442
+ 2.4532202580313265
+ 2.4533009749424823
+ 2.4533816882173527
+ 2.4534623978563834
+ 2.4535431038600177
+ 2.453623806228701
+ 2.453704504962878
+ 2.453785200062992
+ 2.4538658915294866
+ 2.4539465793628077
+ 2.454027263563398
+ 2.4541079441317017
+ 2.4541886210681634
+ 2.4542692943732254
+ 2.454349964047332
+ 2.4544306300909264
+ 2.4545112925044528
+ 2.454591951288354
+ 2.454672606443074
+ 2.4547532579690547
+ 2.45483390586674
+ 2.4549145501365732
+ 2.4549951907789964
+ 2.4550758277944533
+ 2.455156461183386
+ 2.455237090946237
+ 2.45531771708345
+ 2.455398339595466
+ 2.455478958482728
+ 2.4555595737456795
+ 2.4556401853847607
+ 2.455720793400416
+ 2.455801397793085
+ 2.4558819985632105
+ 2.4559625957112354
+ 2.4560431892376005
+ 2.4561237791427475
+ 2.4562043654271184
+ 2.456284948091154
+ 2.456365527135297
+ 2.456446102559988
+ 2.456526674365668
+ 2.4566072425527787
+ 2.45668780712176
+ 2.4567683680730545
+ 2.456848925407103
+ 2.456929479124345
+ 2.4570100292252213
+ 2.4570905757101738
+ 2.4571711185796423
+ 2.457251657834067
+ 2.457332193473889
+ 2.4574127254995486
+ 2.457493253911485
+ 2.4575737787101395
+ 2.457654299895951
+ 2.45773481746936
+ 2.4578153314308064
+ 2.45789584178073
+ 2.457976348519571
+ 2.458056851647768
+ 2.4581373511657603
+ 2.458217847073988
+ 2.4582983393728908
+ 2.458378828062907
+ 2.458459313144476
+ 2.458539794618038
+ 2.4586202724840303
+ 2.4587007467428927
+ 2.4587812173950643
+ 2.4588616844409827
+ 2.458942147881088
+ 2.4590226077158164
+ 2.459103063945609
+ 2.459183516570903
+ 2.4592639655921364
+ 2.4593444110097478
+ 2.459424852824175
+ 2.459505291035857
+ 2.45958572564523
+ 2.459666156652734
+ 2.4597465840588044
+ 2.4598270078638804
+ 2.4599074280683992
+ 2.4599878446727983
+ 2.4600682576775155
+ 2.4601486670829877
+ 2.460229072889652
+ 2.4603094750979464
+ 2.4603898737083068
+ 2.46047026872117
+ 2.460550660136975
+ 2.460631047956156
+ 2.4607114321791514
+ 2.4607918128063977
+ 2.4608721898383306
+ 2.4609525632753875
+ 2.461032933118004
+ 2.461113299366617
+ 2.461193662021662
+ 2.4612740210835757
+ 2.461354376552794
+ 2.4614347284297535
+ 2.4615150767148886
+ 2.461595421408636
+ 2.4616757625114314
+ 2.46175610002371
+ 2.461836433945907
+ 2.461916764278459
+ 2.4619970910218005
+ 2.4620774141763673
+ 2.4621577337425937
+ 2.4622380497209155
+ 2.4623183621117675
+ 2.4623986709155847
+ 2.4624789761328016
+ 2.462559277763853
+ 2.4626395758091735
+ 2.4627198702691984
+ 2.4628001611443615
+ 2.4628804484350972
+ 2.46296073214184
+ 2.463041012265024
+ 2.4631212888050835
+ 2.4632015617624528
+ 2.463281831137565
+ 2.4633620969308545
+ 2.4634423591427552
+ 2.4635226177737004
+ 2.463602872824124
+ 2.4636831242944597
+ 2.4637633721851406
+ 2.4638436164966
+ 2.4639238572292723
+ 2.464004094383589
+ 2.464084327959984
+ 2.464164557958891
+ 2.4642447843807416
+ 2.4643250072259697
+ 2.4644052264950074
+ 2.4644854421882876
+ 2.4645656543062437
+ 2.4646458628493066
+ 2.4647260678179097
+ 2.4648062692124855
+ 2.464886467033466
+ 2.464966661281283
+ 2.465046851956369
+ 2.465127039059156
+ 2.465207222590076
+ 2.4652874025495604
+ 2.465367578938041
+ 2.4654477517559505
+ 2.465527921003719
+ 2.4656080866817787
+ 2.4656882487905607
+ 2.465768407330496
+ 2.465848562302017
+ 2.4659287137055546
+ 2.466008861541539
+ 2.4660890058104017
+ 2.4661691465125735
+ 2.4662492836484855
+ 2.4663294172185672
+ 2.4664095472232512
+ 2.466489673662967
+ 2.466569796538144
+ 2.4666499158492146
+ 2.466730031596608
+ 2.4668101437807546
+ 2.4668902524020844
+ 2.4669703574610273
+ 2.4670504589580142
+ 2.4671305568934736
+ 2.4672106512678362
+ 2.4672907420815315
+ 2.467370829334989
+ 2.4674509130286384
+ 2.4675309931629092
+ 2.4676110697382305
+ 2.4676911427550317
+ 2.467771212213742
+ 2.4678512781147908
+ 2.4679313404586063
+ 2.4680113992456185
+ 2.4680914544762556
+ 2.4681715061509464
+ 2.46825155427012
+ 2.4683315988342045
+ 2.4684116398436284
+ 2.468491677298821
+ 2.4685717112002092
+ 2.468651741548223
+ 2.4687317683432894
+ 2.4688117915858365
+ 2.4688918112762925
+ 2.468971827415086
+ 2.469051840002644
+ 2.4691318490393943
+ 2.4692118545257657
+ 2.469291856462184
+ 2.469371854849078
+ 2.4694518496868745
+ 2.4695318409760016
+ 2.4696118287168853
+ 2.4696918129099545
+ 2.4697717935556343
+ 2.4698517706543535
+ 2.469931744206538
+ 2.470011714212615
+ 2.470091680673011
+ 2.4701716435881527
+ 2.470251602958467
+ 2.4703315587843804
+ 2.470411511066319
+ 2.4704914598047094
+ 2.470571404999977
+ 2.47065134665255
+ 2.470731284762852
+ 2.470811219331311
+ 2.470891150358352
+ 2.4709710778444007
+ 2.4710510017898835
+ 2.471130922195225
+ 2.471210839060852
+ 2.471290752387189
+ 2.4713706621746625
+ 2.4714505684236965
+ 2.471530471134718
+ 2.47161037030815
+ 2.471690265944419
+ 2.47177015804395
+ 2.471850046607168
+ 2.4719299316344965
+ 2.472009813126362
+ 2.4720896910831884
+ 2.4721695655054003
+ 2.472249436393422
+ 2.472329303747678
+ 2.4724091675685926
+ 2.4724890278565903
+ 2.472568884612095
+ 2.4726487378355313
+ 2.472728587527323
+ 2.4728084336878933
+ 2.4728882763176667
+ 2.4729681154170673
+ 2.4730479509865178
+ 2.473127783026443
+ 2.473207611537265
+ 2.4732874365194086
+ 2.473367257973296
+ 2.4734470758993514
+ 2.473526890297997
+ 2.4736067011696563
+ 2.473686508514753
+ 2.4737663123337095
+ 2.473846112626948
+ 2.473925909394892
+ 2.4740057026379647
+ 2.4740854923565876
+ 2.474165278551183
+ 2.4742450612221747
+ 2.474324840369984
+ 2.4744046159950335
+ 2.4744843880977454
+ 2.4745641566785417
+ 2.474643921737844
+ 2.4747236832760757
+ 2.474803441293657
+ 2.4748831957910107
+ 2.474962946768558
+ 2.4750426942267203
+ 2.47512243816592
+ 2.4752021785865774
+ 2.4752819154891146
+ 2.475361648873953
+ 2.4754413787415133
+ 2.475521105092217
+ 2.4756008279264847
+ 2.4756805472447376
+ 2.475760263047396
+ 2.4758399753348823
+ 2.4759196841076156
+ 2.475999389366017
+ 2.476079091110507
+ 2.4761587893415067
+ 2.476238484059435
+ 2.4763181752647134
+ 2.476397862957762
+ 2.4764775471390013
+ 2.4765572278088497
+ 2.4766369049677293
+ 2.476716578616058
+ 2.4767962487542565
+ 2.4768759153827453
+ 2.4769555785019426
+ 2.477035238112269
+ 2.477114894214143
+ 2.477194546807985
+ 2.4772741958942137
+ 2.4773538414732488
+ 2.477433483545509
+ 2.4775131221114135
+ 2.477592757171381
+ 2.477672388725831
+ 2.4777520167751814
+ 2.477831641319852
+ 2.4779112623602613
+ 2.477990879896827
+ 2.4780704939299683
+ 2.4781501044601035
+ 2.4782297114876513
+ 2.4783093150130284
+ 2.478388915036655
+ 2.478468511558948
+ 2.4785481045803257
+ 2.4786276941012058
+ 2.4787072801220065
+ 2.478786862643145
+ 2.4788664416650397
+ 2.478946017188108
+ 2.4790255892127666
+ 2.479105157739434
+ 2.4791847227685273
+ 2.4792642843004633
+ 2.4793438423356595
+ 2.4794233968745334
+ 2.479502947917501
+ 2.4795824954649803
+ 2.4796620395173874
+ 2.4797415800751397
+ 2.4798211171386537
+ 2.479900650708345
+ 2.479980180784632
+ 2.4800597073679302
+ 2.480139230458656
+ 2.480218750057225
+ 2.4802982661640547
+ 2.4803777787795607
+ 2.4804572879041586
+ 2.480536793538265
+ 2.4806162956822955
+ 2.480695794336666
+ 2.480775289501792
+ 2.480854781178089
+ 2.480934269365974
+ 2.4810137540658608
+ 2.4810932352781654
+ 2.4811727130033034
+ 2.4812521872416893
+ 2.4813316579937386
+ 2.481411125259867
+ 2.4814905890404884
+ 2.481570049336019
+ 2.481649506146873
+ 2.4817289594734646
+ 2.4818084093162094
+ 2.4818878556755215
+ 2.4819672985518153
+ 2.4820467379455056
+ 2.482126173857007
+ 2.4822056062867333
+ 2.4822850352350985
+ 2.482364460702517
+ 2.4824438826894033
+ 2.4825233011961707
+ 2.4826027162232336
+ 2.4826821277710054
+ 2.4827615358398996
+ 2.48284094043033
+ 2.482920341542711
+ 2.4829997391774548
+ 2.4830791333349755
+ 2.4831585240156864
+ 2.4832379112200003
+ 2.483317294948331
+ 2.483396675201091
+ 2.4834760519786934
+ 2.4835554252815517
+ 2.483634795110078
+ 2.4837141614646856
+ 2.4837935243457867
+ 2.483872883753794
+ 2.48395223968912
+ 2.4840315921521783
+ 2.484110941143379
+ 2.4841902866631362
+ 2.4842696287118615
+ 2.4843489672899666
+ 2.484428302397864
+ 2.4845076340359658
+ 2.484586962204684
+ 2.4846662869044294
+ 2.484745608135615
+ 2.484824925898651
+ 2.48490424019395
+ 2.4849835510219234
+ 2.4850628583829826
+ 2.4851421622775387
+ 2.4852214627060025
+ 2.485300759668786
+ 2.4853800531663
+ 2.4854593431989556
+ 2.4855386297671633
+ 2.485617912871334
+ 2.485697192511879
+ 2.4857764686892088
+ 2.4858557414037334
+ 2.4859350106558638
+ 2.4860142764460105
+ 2.4860935387745835
+ 2.4861727976419936
+ 2.4862520530486507
+ 2.4863313049949647
+ 2.4864105534813463
+ 2.4864897985082046
+ 2.4865690400759504
+ 2.486648278184993
+ 2.486727512835742
+ 2.4868067440286072
+ 2.4868859717639986
+ 2.486965196042325
+ 2.4870444168639967
+ 2.487123634229422
+ 2.4872028481390105
+ 2.4872820585931716
+ 2.4873612655923143
+ 2.4874404691368475
+ 2.48751966922718
+ 2.487598865863722
+ 2.48767805904688
+ 2.4877572487770645
+ 2.487836435054683
+ 2.487915617880145
+ 2.4879947972538585
+ 2.4880739731762316
+ 2.4881531456476726
+ 2.4882323146685907
+ 2.488311480239393
+ 2.4883906423604882
+ 2.4884698010322843
+ 2.4885489562551886
+ 2.4886281080296095
+ 2.488707256355954
+ 2.4887864012346306
+ 2.488865542666047
+ 2.4889446806506097
+ 2.489023815188727
+ 2.489102946280806
+ 2.489182073927254
+ 2.489261198128479
+ 2.489340318884887
+ 2.4894194361968847
+ 2.4894985500648805
+ 2.48957766048928
+ 2.489656767470491
+ 2.4897358710089197
+ 2.489814971104973
+ 2.489894067759057
+ 2.4899731609715787
+ 2.4900522507429446
+ 2.490131337073561
+ 2.4902104199638333
+ 2.4902894994141684
+ 2.4903685754249727
+ 2.490447647996652
+ 2.490526717129612
+ 2.4906057828242587
+ 2.490684845080998
+ 2.490763903900236
+ 2.490842959282377
+ 2.4909220112278274
+ 2.491001059736994
+ 2.4910801048102797
+ 2.491159146448091
+ 2.4912381846508342
+ 2.491317219418913
+ 2.4913962507527327
+ 2.4914752786526986
+ 2.4915543031192158
+ 2.491633324152689
+ 2.491712341753523
+ 2.491791355922122
+ 2.4918703666588917
+ 2.4919493739642355
+ 2.492028377838559
+ 2.4921073782822654
+ 2.4921863752957605
+ 2.4922653688794467
+ 2.4923443590337295
+ 2.492423345759013
+ 2.4925023290557
+ 2.4925813089241955
+ 2.492660285364903
+ 2.4927392583782266
+ 2.4928182279645696
+ 2.492897194124336
+ 2.492976156857929
+ 2.4930551161657517
+ 2.4931340720482082
+ 2.493213024505702
+ 2.493291973538635
+ 2.4933709191474116
+ 2.4934498613324347
+ 2.493528800094107
+ 2.4936077354328314
+ 2.493686667349011
+ 2.493765595843048
+ 2.4938445209153453
+ 2.493923442566307
+ 2.494002360796333
+ 2.4940812756058275
+ 2.4941601869951926
+ 2.4942390949648305
+ 2.494317999515143
+ 2.494396900646533
+ 2.494475798359402
+ 2.494554692654152
+ 2.494633583531186
+ 2.494712470990904
+ 2.494791355033709
+ 2.494870235660002
+ 2.4949491128701857
+ 2.4950279866646605
+ 2.495106857043828
+ 2.4951857240080906
+ 2.4952645875578483
+ 2.495343447693503
+ 2.495422304415456
+ 2.4955011577241075
+ 2.4955800076198598
+ 2.4956588541031124
+ 2.495737697174267
+ 2.4958165368337237
+ 2.4958953730818845
+ 2.495974205919149
+ 2.4960530353459176
+ 2.496131861362591
+ 2.49621068396957
+ 2.496289503167254
+ 2.496368318956044
+ 2.4964471313363403
+ 2.4965259403085422
+ 2.49660474587305
+ 2.4966835480302634
+ 2.496762346780583
+ 2.496841142124408
+ 2.4969199340621384
+ 2.496998722594173
+ 2.497077507720912
+ 2.4971562894427546
+ 2.4972350677601005
+ 2.497313842673349
+ 2.4973926141828997
+ 2.4974713822891506
+ 2.497550146992501
+ 2.497628908293351
+ 2.497707666192098
+ 2.4977864206891427
+ 2.497865171784882
+ 2.497943919479716
+ 2.4980226637740426
+ 2.4981014046682604
+ 2.498180142162768
+ 2.4982588762579634
+ 2.4983376069542453
+ 2.498416334252012
+ 2.4984950581516614
+ 2.498573778653592
+ 2.4986524957582015
+ 2.498731209465888
+ 2.498809919777049
+ 2.4988886266920827
+ 2.4989673302113866
+ 2.4990460303353585
+ 2.4991247270643955
+ 2.4992034203988953
+ 2.4992821103392555
+ 2.499360796885873
+ 2.4994394800391455
+ 2.4995181597994702
+ 2.499596836167244
+ 2.4996755091428637
+ 2.499754178726726
+ 2.4998328449192293
+ 2.499911507720769
+ 2.4999901671317417
+ 2.500068823152545
+ 2.500147475783575
+ 2.5002261250252276
+ 2.5003047708779005
+ 2.5003834133419884
+ 2.5004620524178893
+ 2.500540688105998
+ 2.5006193204067113
+ 2.500697949320425
+ 2.5007765748475355
+ 2.500855196988438
+ 2.500933815743529
+ 2.5010124311132036
+ 2.501091043097858
+ 2.5011696516978876
+ 2.5012482569136876
+ 2.5013268587456534
+ 2.5014054571941813
+ 2.501484052259666
+ 2.501562643942502
+ 2.501641232243085
+ 2.5017198171618107
+ 2.5017983986990733
+ 2.501876976855268
+ 2.501955551630789
+ 2.502034123026032
+ 2.5021126910413916
+ 2.5021912556772614
+ 2.502269816934037
+ 2.5023483748121125
+ 2.502426929311882
+ 2.50250548043374
+ 2.5025840281780813
+ 2.5026625725452987
+ 2.5027411135357878
+ 2.5028196511499416
+ 2.5028981853881542
+ 2.5029767162508203
+ 2.5030552437383324
+ 2.503133767851085
+ 2.503212288589471
+ 2.503290805953885
+ 2.50336931994472
+ 2.503447830562369
+ 2.5035263378072257
+ 2.5036048416796834
+ 2.5036833421801354
+ 2.5037618393089742
+ 2.5038403330665937
+ 2.503918823453386
+ 2.5039973104697446
+ 2.504075794116062
+ 2.504154274392731
+ 2.5042327513001448
+ 2.504311224838695
+ 2.5043896950087743
+ 2.504468161810776
+ 2.504546625245091
+ 2.5046250853121137
+ 2.5047035420122348
+ 2.504781995345846
+ 2.5048604453133403
+ 2.5049388919151094
+ 2.5050173351515457
+ 2.5050957750230403
+ 2.505174211529985
+ 2.5052526446727716
+ 2.5053310744517927
+ 2.505409500867438
+ 2.5054879239201
+ 2.5055663436101705
+ 2.505644759938041
+ 2.5057231729041014
+ 2.5058015825087434
+ 2.5058799887523584
+ 2.5059583916353376
+ 2.5060367911580714
+ 2.5061151873209506
+ 2.506193580124367
+ 2.50627196956871
+ 2.506350355654371
+ 2.506428738381741
+ 2.5065071177512093
+ 2.506585493763167
+ 2.506663866418005
+ 2.5067422357161124
+ 2.5068206016578802
+ 2.5068989642436987
+ 2.5069773234739574
+ 2.507055679349046
+ 2.5071340318693554
+ 2.5072123810352744
+ 2.507290726847194
+ 2.5073690693055024
+ 2.5074474084105907
+ 2.507525744162847
+ 2.507604076562662
+ 2.5076824056104248
+ 2.507760731306524
+ 2.50783905365135
+ 2.5079173726452906
+ 2.5079956882887355
+ 2.508074000582074
+ 2.5081523095256952
+ 2.5082306151199876
+ 2.50830891736534
+ 2.508387216262141
+ 2.5084655118107797
+ 2.508543804011644
+ 2.5086220928651235
+ 2.5087003783716053
+ 2.5087786605314784
+ 2.508856939345131
+ 2.508935214812952
+ 2.509013486935329
+ 2.50909175571265
+ 2.5091700211453025
+ 2.509248283233675
+ 2.5093265419781554
+ 2.5094047973791316
+ 2.509483049436991
+ 2.509561298152121
+ 2.5096395435249095
+ 2.5097177855557438
+ 2.509796024245012
+ 2.5098742595931003
+ 2.5099524916003966
+ 2.5100307202672876
+ 2.510108945594161
+ 2.510187167581404
+ 2.510265386229403
+ 2.5103436015385454
+ 2.5104218135092173
+ 2.510500022141806
+ 2.5105782274366986
+ 2.51065642939428
+ 2.510734628014939
+ 2.51081282329906
+ 2.510891015247031
+ 2.5109692038592373
+ 2.511047389136065
+ 2.5111255710779012
+ 2.511203749685132
+ 2.5112819249581424
+ 2.511360096897319
+ 2.511438265503047
+ 2.511516430775713
+ 2.511594592715703
+ 2.5116727513234016
+ 2.5117509065991954
+ 2.511829058543469
+ 2.5119072071566078
+ 2.511985352438998
+ 2.512063494391025
+ 2.512141633013073
+ 2.5122197683055276
+ 2.512297900268774
+ 2.5123760289031973
+ 2.512454154209182
+ 2.512532276187113
+ 2.5126103948373757
+ 2.512688510160354
+ 2.512766622156433
+ 2.5128447308259974
+ 2.512922836169431
+ 2.5130009381871194
+ 2.513079036879446
+ 2.5131571322467954
+ 2.513235224289551
+ 2.513313313008098
+ 2.5133913984028204
+ 2.5134694804741016
+ 2.513547559222326
+ 2.513625634647877
+ 2.513703706751139
+ 2.5137817755324945
+ 2.5138598409923287
+ 2.5139379031310236
+ 2.514015961948964
+ 2.5140940174465323
+ 2.5141720696241125
+ 2.5142501184820873
+ 2.5143281640208404
+ 2.514406206240755
+ 2.5144842451422136
+ 2.5145622807255994
+ 2.5146403129912955
+ 2.514718341939685
+ 2.514796367571149
+ 2.514874389886072
+ 2.5149524088848367
+ 2.5150304245678243
+ 2.5151084369354177
+ 2.5151864459880002
+ 2.515264451725953
+ 2.5153424541496587
+ 2.5154204532594995
+ 2.515498449055858
+ 2.5155764415391157
+ 2.515654430709654
+ 2.5157324165678565
+ 2.5158103991141036
+ 2.515888378348777
+ 2.5159663542722592
+ 2.5160443268849315
+ 2.5161222961871754
+ 2.516200262179372
+ 2.516278224861903
+ 2.5163561842351503
+ 2.516434140299494
+ 2.516512093055316
+ 2.5165900425029974
+ 2.5166679886429186
+ 2.5167459314754614
+ 2.516823871001006
+ 2.516901807219934
+ 2.5169797401326255
+ 2.517057669739461
+ 2.5171355960408217
+ 2.517213519037088
+ 2.5172914387286403
+ 2.5173693551158585
+ 2.5174472681991236
+ 2.5175251779788157
+ 2.5176030844553146
+ 2.5176809876290007
+ 2.5177588875002543
+ 2.517836784069455
+ 2.517914677336983
+ 2.5179925673032173
+ 2.5180704539685386
+ 2.518148337333326
+ 2.518226217397959
+ 2.518304094162818
+ 2.5183819676282813
+ 2.518459837794729
+ 2.5185377046625406
+ 2.518615568232095
+ 2.5186934285037714
+ 2.5187712854779485
+ 2.518849139155006
+ 2.5189269895353226
+ 2.519004836619277
+ 2.5190826804072484
+ 2.5191605208996153
+ 2.519238358096757
+ 2.5193161919990508
+ 2.519394022606876
+ 2.5194718499206115
+ 2.519549673940635
+ 2.519627494667325
+ 2.51970531210106
+ 2.519783126242218
+ 2.519860937091177
+ 2.5199387446483152
+ 2.5200165489140103
+ 2.5200943498886406
+ 2.520172147572584
+ 2.520249941966218
+ 2.5203277330699194
+ 2.520405520884068
+ 2.520483305409039
+ 2.5205610866452113
+ 2.520638864592962
+ 2.5207166392526683
+ 2.5207944106247075
+ 2.5208721787094572
+ 2.520949943507294
+ 2.5210277050185947
+ 2.5211054632437366
+ 2.521183218183097
+ 2.5212609698370523
+ 2.5213387182059797
+ 2.5214164632902554
+ 2.5214942050902556
+ 2.521571943606358
+ 2.521649678838939
+ 2.521727410788374
+ 2.52180513945504
+ 2.5218828648393132
+ 2.5219605869415695
+ 2.522038305762185
+ 2.522116021301537
+ 2.522193733560001
+ 2.522271442537951
+ 2.522349148235765
+ 2.5224268506538183
+ 2.5225045497924863
+ 2.5225822456521447
+ 2.5226599382331694
+ 2.522737627535936
+ 2.5228153135608187
+ 2.5228929963081943
+ 2.522970675778437
+ 2.523048351971924
+ 2.5231260248890277
+ 2.5232036945301246
+ 2.5232813608955897
+ 2.5233590239857984
+ 2.5234366838011244
+ 2.5235143403419436
+ 2.5235919936086297
+ 2.5236696436015587
+ 2.5237472903211042
+ 2.523824933767641
+ 2.523902573941543
+ 2.523980210843185
+ 2.5240578444729413
+ 2.524135474831187
+ 2.5242131019182947
+ 2.5242907257346396
+ 2.5243683462805957
+ 2.5244459635565364
+ 2.524523577562836
+ 2.5246011882998682
+ 2.5246787957680064
+ 2.5247563999676252
+ 2.5248340008990975
+ 2.5249115985627966
+ 2.5249891929590964
+ 2.525066784088371
+ 2.5251443719509927
+ 2.525221956547335
+ 2.525299537877771
+ 2.525377115942674
+ 2.5254546907424174
+ 2.5255322622773733
+ 2.5256098305479155
+ 2.5256873955544163
+ 2.525764957297249
+ 2.5258425157767856
+ 2.5259200709933998
+ 2.525997622947463
+ 2.526075171639348
+ 2.526152717069428
+ 2.526230259238075
+ 2.5263077981456603
+ 2.5263853337925575
+ 2.5264628661791377
+ 2.5265403953057746
+ 2.526617921172838
+ 2.526695443780701
+ 2.5267729631297353
+ 2.5268504792203133
+ 2.526927992052806
+ 2.527005501627585
+ 2.527083007945023
+ 2.52716051100549
+ 2.527238010809359
+ 2.5273155073569997
+ 2.527393000648785
+ 2.527470490685085
+ 2.5275479774662717
+ 2.527625460992716
+ 2.527702941264789
+ 2.5277804182828607
+ 2.5278578920473036
+ 2.527935362558487
+ 2.528012829816783
+ 2.5280902938225616
+ 2.528167754576194
+ 2.52824521207805
+ 2.5283226663285
+ 2.5284001173279154
+ 2.5284775650766655
+ 2.528555009575122
+ 2.5286324508236535
+ 2.528709888822631
+ 2.5287873235724248
+ 2.5288647550734047
+ 2.52894218332594
+ 2.529019608330401
+ 2.529097030087158
+ 2.5291744485965806
+ 2.5292518638590376
+ 2.5293292758748995
+ 2.5294066846445356
+ 2.5294840901683155
+ 2.5295614924466086
+ 2.5296388914797836
+ 2.52971628726821
+ 2.5297936798122573
+ 2.529871069112295
+ 2.5299484551686913
+ 2.5300258379818157
+ 2.530103217552037
+ 2.5301805938797237
+ 2.530257966965246
+ 2.5303353368089705
+ 2.530412703411267
+ 2.530490066772504
+ 2.5305674268930494
+ 2.530644783773273
+ 2.530722137413542
+ 2.5307994878142255
+ 2.530876834975691
+ 2.5309541788983063
+ 2.531031519582441
+ 2.5311088570284617
+ 2.5311861912367375
+ 2.531263522207636
+ 2.531340849941524
+ 2.5314181744387696
+ 2.5314954956997417
+ 2.531572813724807
+ 2.531650128514333
+ 2.5317274400686878
+ 2.5318047483882378
+ 2.5318820534733506
+ 2.5319593553243944
+ 2.5320366539417356
+ 2.532113949325742
+ 2.5321912414767795
+ 2.5322685303952164
+ 2.5323458160814187
+ 2.532423098535754
+ 2.532500377758588
+ 2.5325776537502884
+ 2.5326549265112224
+ 2.532732196041755
+ 2.5328094623422537
+ 2.532886725413085
+ 2.5329639852546153
+ 2.53304124186721
+ 2.533118495251237
+ 2.533195745407061
+ 2.533272992335049
+ 2.5333502360355666
+ 2.5334274765089804
+ 2.5335047137556557
+ 2.533581947775958
+ 2.5336591785702542
+ 2.533736406138909
+ 2.5338136304822894
+ 2.533890851600759
+ 2.533968069494685
+ 2.5340452841644323
+ 2.534122495610366
+ 2.5341997038328516
+ 2.534276908832254
+ 2.53435411060894
+ 2.5344313091632724
+ 2.5345085044956175
+ 2.53458569660634
+ 2.534662885495805
+ 2.5347400711643777
+ 2.534817253612422
+ 2.5348944328403027
+ 2.534971608848385
+ 2.535048781637033
+ 2.535125951206612
+ 2.5352031175574856
+ 2.5352802806900185
+ 2.535357440604575
+ 2.535434597301519
+ 2.5355117507812146
+ 2.5355889010440267
+ 2.535666048090319
+ 2.535743191920455
+ 2.535820332534799
+ 2.5358974699337145
+ 2.5359746041175657
+ 2.5360517350867164
+ 2.5361288628415295
+ 2.5362059873823695
+ 2.5362831087095987
+ 2.536360226823582
+ 2.5364373417246813
+ 2.5365144534132615
+ 2.536591561889684
+ 2.5366686671543137
+ 2.5367457692075117
+ 2.536822868049643
+ 2.5368999636810696
+ 2.5369770561021547
+ 2.537054145313261
+ 2.537131231314751
+ 2.5372083141069877
+ 2.5372853936903335
+ 2.5373624700651507
+ 2.537439543231803
+ 2.5375166131906512
+ 2.537593679942059
+ 2.5376707434863883
+ 2.537747803824001
+ 2.537824860955259
+ 2.5379019148805253
+ 2.5379789656001615
+ 2.5380560131145296
+ 2.538133057423991
+ 2.538210098528908
+ 2.538287136429642
+ 2.5383641711265557
+ 2.53844120262001
+ 2.5385182309103658
+ 2.5385952559979854
+ 2.5386722778832302
+ 2.5387492965664613
+ 2.5388263120480405
+ 2.538903324328328
+ 2.5389803334076864
+ 2.539057339286475
+ 2.5391343419650565
+ 2.539211341443791
+ 2.5392883377230393
+ 2.539365330803163
+ 2.539442320684522
+ 2.5395193073674776
+ 2.53959629085239
+ 2.5396732711396197
+ 2.5397502482295278
+ 2.539827222122474
+ 2.539904192818819
+ 2.539981160318923
+ 2.540058124623147
+ 2.5401350857318494
+ 2.5402120436453925
+ 2.540288998364135
+ 2.540365949888437
+ 2.5404428982186578
+ 2.5405198433551583
+ 2.5405967852982982
+ 2.5406737240484367
+ 2.5407506596059335
+ 2.5408275919711483
+ 2.5409045211444408
+ 2.5409814471261702
+ 2.5410583699166955
+ 2.5411352895163763
+ 2.5412122059255724
+ 2.5412891191446425
+ 2.5413660291739455
+ 2.5414429360138406
+ 2.5415198396646868
+ 2.5415967401268427
+ 2.541673637400668
+ 2.5417505314865205
+ 2.54182742238476
+ 2.541904310095744
+ 2.541981194619831
+ 2.542058075957381
+ 2.5421349541087515
+ 2.5422118290743003
+ 2.5422887008543866
+ 2.5423655694493688
+ 2.542442434859604
+ 2.5425192970854513
+ 2.5425961561272685
+ 2.542673011985413
+ 2.5427498646602436
+ 2.5428267141521177
+ 2.542903560461393
+ 2.5429804035884276
+ 2.543057243533579
+ 2.5431340802972047
+ 2.5432109138796624
+ 2.543287744281309
+ 2.5433645715025026
+ 2.5434413955436
+ 2.543518216404959
+ 2.5435950340869367
+ 2.5436718485898897
+ 2.543748659914175
+ 2.5438254680601506
+ 2.5439022730281735
+ 2.543979074818599
+ 2.544055873431785
+ 2.5441326688680883
+ 2.544209461127865
+ 2.5442862502114725
+ 2.5443630361192664
+ 2.544439818851604
+ 2.544516598408842
+ 2.544593374791335
+ 2.5446701479994407
+ 2.544746918033516
+ 2.5448236848939154
+ 2.5449004485809956
+ 2.5449772090951126
+ 2.545053966436623
+ 2.5451307206058815
+ 2.545207471603245
+ 2.5452842194290692
+ 2.5453609640837094
+ 2.545437705567521
+ 2.54551444388086
+ 2.5455911790240817
+ 2.5456679109975413
+ 2.545744639801595
+ 2.545821365436597
+ 2.5458980879029034
+ 2.545974807200869
+ 2.546051523330849
+ 2.5461282362931987
+ 2.546204946088273
+ 2.5462816527164267
+ 2.5463583561780143
+ 2.546435056473391
+ 2.5465117536029114
+ 2.5465884475669305
+ 2.5466651383658023
+ 2.5467418259998813
+ 2.546818510469523
+ 2.5468951917750804
+ 2.546971869916909
+ 2.547048544895362
+ 2.5471252167107945
+ 2.5472018853635605
+ 2.5472785508540134
+ 2.547355213182508
+ 2.547431872349398
+ 2.5475085283550376
+ 2.5475851811997794
+ 2.5476618308839787
+ 2.547738477407988
+ 2.547815120772162
+ 2.547891760976853
+ 2.547968398022416
+ 2.5480450319092025
+ 2.548121662637568
+ 2.548198290207864
+ 2.5482749146204453
+ 2.5483515358756637
+ 2.548428153973873
+ 2.5485047689154263
+ 2.5485813807006763
+ 2.5486579893299757
+ 2.548734594803678
+ 2.548811197122135
+ 2.548887796285701
+ 2.5489643922947276
+ 2.549040985149567
+ 2.5491175748505723
+ 2.5491941613980966
+ 2.5492707447924907
+ 2.549347325034108
+ 2.549423902123301
+ 2.5495004760604214
+ 2.549577046845822
+ 2.549653614479854
+ 2.5497301789628692
+ 2.5498067402952205
+ 2.5498832984772597
+ 2.5499598535093377
+ 2.550036405391807
+ 2.5501129541250194
+ 2.550189499709326
+ 2.5502660421450787
+ 2.5503425814326297
+ 2.550419117572329
+ 2.5504956505645286
+ 2.5505721804095804
+ 2.5506487071078343
+ 2.5507252306596433
+ 2.550801751065357
+ 2.550878268325327
+ 2.5509547824399044
+ 2.55103129340944
+ 2.5511078012342847
+ 2.551184305914789
+ 2.551260807451304
+ 2.5513373058441804
+ 2.5514138010937684
+ 2.551490293200419
+ 2.5515667821644823
+ 2.551643267986309
+ 2.5517197506662495
+ 2.551796230204654
+ 2.5518727066018725
+ 2.551949179858255
+ 2.5520256499741523
+ 2.552102116949914
+ 2.55217858078589
+ 2.5522550414824305
+ 2.552331499039885
+ 2.5524079534586037
+ 2.5524844047389363
+ 2.552560852881232
+ 2.5526372978858403
+ 2.552713739753111
+ 2.552790178483394
+ 2.5528666140770384
+ 2.5529430465343927
+ 2.5530194758558076
+ 2.5530959020416315
+ 2.553172325092213
+ 2.553248745007903
+ 2.553325161789048
+ 2.5534015754359993
+ 2.553477985949104
+ 2.5535543933287124
+ 2.553630797575172
+ 2.5537071986888327
+ 2.553783596670042
+ 2.5538599915191496
+ 2.5539363832365027
+ 2.5540127718224506
+ 2.5540891572773416
+ 2.554165539601524
+ 2.5542419187953462
+ 2.5543182948591556
+ 2.5543946677933014
+ 2.554471037598131
+ 2.554547404273993
+ 2.5546237678212345
+ 2.554700128240204
+ 2.554776485531249
+ 2.554852839694717
+ 2.5549291907309564
+ 2.555005538640315
+ 2.5550818834231395
+ 2.5551582250797775
+ 2.555234563610577
+ 2.5553108990158853
+ 2.555387231296049
+ 2.5554635604514155
+ 2.555539886482333
+ 2.555616209389148
+ 2.5556925291722066
+ 2.555768845831858
+ 2.5558451593684466
+ 2.555921469782321
+ 2.5559977770738276
+ 2.5560740812433127
+ 2.5561503822911233
+ 2.556226680217607
+ 2.5563029750231085
+ 2.556379266707975
+ 2.5564555552725534
+ 2.5565318407171898
+ 2.556608123042231
+ 2.556684402248022
+ 2.5567606783349097
+ 2.5568369513032407
+ 2.5569132211533607
+ 2.556989487885615
+ 2.5570657515003505
+ 2.5571420119979127
+ 2.557218269378647
+ 2.5572945236429
+ 2.557370774791017
+ 2.5574470228233426
+ 2.557523267740224
+ 2.557599509542006
+ 2.5576757482290335
+ 2.5577519838016527
+ 2.557828216260208
+ 2.557904445605046
+ 2.5579806718365106
+ 2.5580568949549476
+ 2.5581331149607016
+ 2.558209331854118
+ 2.5582855456355422
+ 2.558361756305317
+ 2.55843796386379
+ 2.558514168311304
+ 2.558590369648204
+ 2.5586665678748353
+ 2.5587427629915416
+ 2.558818954998668
+ 2.5588951438965593
+ 2.5589713296855585
+ 2.559047512366011
+ 2.559123691938261
+ 2.559199868402652
+ 2.5592760417595293
+ 2.5593522120092356
+ 2.559428379152116
+ 2.5595045431885133
+ 2.5595807041187726
+ 2.5596568619432367
+ 2.5597330166622503
+ 2.559809168276156
+ 2.5598853167852984
+ 2.5599614621900204
+ 2.560037604490666
+ 2.560113743687578
+ 2.5601898797811007
+ 2.560266012771576
+ 2.560342142659349
+ 2.5604182694447615
+ 2.5604943931281574
+ 2.560570513709879
+ 2.5606466311902696
+ 2.5607227455696724
+ 2.56079885684843
+ 2.560874965026885
+ 2.560951070105381
+ 2.5610271720842603
+ 2.5611032709638653
+ 2.561179366744539
+ 2.561255459426623
+ 2.5613315490104607
+ 2.561407635496394
+ 2.5614837188847654
+ 2.561559799175917
+ 2.561635876370191
+ 2.56171195046793
+ 2.5617880214694755
+ 2.56186408937517
+ 2.561940154185355
+ 2.5620162159003725
+ 2.5620922745205648
+ 2.5621683300462728
+ 2.562244382477839
+ 2.5623204318156048
+ 2.562396478059911
+ 2.5624725212111006
+ 2.562548561269514
+ 2.562624598235493
+ 2.562700632109379
+ 2.562776662891513
+ 2.5628526905822366
+ 2.56292871518189
+ 2.5630047366908153
+ 2.5630807551093535
+ 2.563156770437845
+ 2.563232782676631
+ 2.563308791826052
+ 2.5633847978864495
+ 2.563460800858164
+ 2.5635368007415353
+ 2.5636127975369054
+ 2.563688791244614
+ 2.5637647818650016
+ 2.563840769398409
+ 2.563916753845176
+ 2.563992735205643
+ 2.5640687134801508
+ 2.564144688669039
+ 2.564220660772648
+ 2.564296629791318
+ 2.5643725957253882
+ 2.564448558575199
+ 2.5645245183410905
+ 2.564600475023403
+ 2.5646764286224744
+ 2.564752379138646
+ 2.5648283265722576
+ 2.564904270923648
+ 2.564980212193156
+ 2.565056150381123
+ 2.5651320854878863
+ 2.5652080175137866
+ 2.5652839464591626
+ 2.565359872324354
+ 2.5654357951096998
+ 2.5655117148155377
+ 2.565587631442209
+ 2.5656635449900507
+ 2.5657394554594024
+ 2.565815362850604
+ 2.5658912671639924
+ 2.565967168399908
+ 2.566043066558688
+ 2.5661189616406714
+ 2.566194853646198
+ 2.5662707425756044
+ 2.56634662842923
+ 2.566422511207413
+ 2.5664983909104917
+ 2.566574267538804
+ 2.5666501410926887
+ 2.5667260115724835
+ 2.5668018789785263
+ 2.566877743311155
+ 2.566953604570709
+ 2.5670294627575236
+ 2.5671053178719383
+ 2.567181169914291
+ 2.567257018884918
+ 2.567332864784158
+ 2.567408707612349
+ 2.567484547369827
+ 2.5675603840569305
+ 2.5676362176739964
+ 2.5677120482213627
+ 2.567787875699366
+ 2.5678637001083437
+ 2.567939521448633
+ 2.5680153397205707
+ 2.5680911549244945
+ 2.56816696706074
+ 2.5682427761296456
+ 2.568318582131547
+ 2.568394385066782
+ 2.568470184935686
+ 2.568545981738597
+ 2.5686217754758505
+ 2.568697566147784
+ 2.5687733537547333
+ 2.5688491382970344
+ 2.568924919775025
+ 2.5690006981890408
+ 2.569076473539417
+ 2.569152245826491
+ 2.569228015050599
+ 2.5693037812120756
+ 2.5693795443112584
+ 2.5694553043484825
+ 2.569531061324084
+ 2.569606815238399
+ 2.5696825660917626
+ 2.5697583138845106
+ 2.5698340586169786
+ 2.5699098002895027
+ 2.5699855389024187
+ 2.5700612744560605
+ 2.5701370069507647
+ 2.5702127363868668
+ 2.5702884627647005
+ 2.570364186084603
+ 2.5704399063469086
+ 2.5705156235519517
+ 2.5705913377000686
+ 2.5706670487915937
+ 2.5707427568268613
+ 2.570818461806207
+ 2.570894163729965
+ 2.5709698625984716
+ 2.5710455584120595
+ 2.5711212511710637
+ 2.5711969408758195
+ 2.5712726275266613
+ 2.571348311123923
+ 2.5714239916679387
+ 2.571499669159044
+ 2.571575343597572
+ 2.571651014983857
+ 2.571726683318234
+ 2.571802348601036
+ 2.5718780108325974
+ 2.5719536700132526
+ 2.5720293261433347
+ 2.572104979223178
+ 2.5721806292531166
+ 2.5722562762334835
+ 2.5723319201646127
+ 2.572407561046838
+ 2.5724831988804926
+ 2.5725588336659095
+ 2.572634465403423
+ 2.5727100940933667
+ 2.572785719736073
+ 2.5728613423318754
+ 2.5729369618811067
+ 2.5730125783841005
+ 2.5730881918411903
+ 2.573163802252709
+ 2.5732394096189886
+ 2.5733150139403627
+ 2.5733906152171633
+ 2.573466213449725
+ 2.573541808638378
+ 2.573617400783457
+ 2.5736929898852936
+ 2.5737685759442215
+ 2.573844158960571
+ 2.573919738934676
+ 2.573995315866869
+ 2.5740708897574818
+ 2.5741464606068463
+ 2.5742220284152952
+ 2.574297593183161
+ 2.5743731549107745
+ 2.5744487135984686
+ 2.574524269246575
+ 2.574599821855426
+ 2.5746753714253523
+ 2.574750917956687
+ 2.574826461449761
+ 2.5749020019049063
+ 2.574977539322454
+ 2.5750530737027355
+ 2.5751286050460833
+ 2.575204133352828
+ 2.575279658623301
+ 2.575355180857834
+ 2.5754307000567573
+ 2.575506216220403
+ 2.5755817293491026
+ 2.5756572394431854
+ 2.575732746502984
+ 2.575808250528828
+ 2.5758837515210495
+ 2.575959249479979
+ 2.5760347444059466
+ 2.5761102362992836
+ 2.5761857251603204
+ 2.576261210989388
+ 2.5763366937868164
+ 2.576412173552936
+ 2.576487650288078
+ 2.576563123992572
+ 2.576638594666748
+ 2.5767140623109372
+ 2.576789526925469
+ 2.576864988510674
+ 2.5769404470668813
+ 2.577015902594422
+ 2.577091355093626
+ 2.577166804564822
+ 2.577242251008341
+ 2.577317694424512
+ 2.5773931348136654
+ 2.5774685721761306
+ 2.5775440065122366
+ 2.577619437822314
+ 2.577694866106691
+ 2.5777702913656984
+ 2.5778457135996637
+ 2.577921132808918
+ 2.5779965489937897
+ 2.578071962154608
+ 2.578147372291702
+ 2.578222779405401
+ 2.5782981834960337
+ 2.578373584563929
+ 2.578448982609416
+ 2.578524377632823
+ 2.57859976963448
+ 2.578675158614714
+ 2.578750544573855
+ 2.578825927512231
+ 2.578901307430171
+ 2.578976684328003
+ 2.5790520582060554
+ 2.579127429064657
+ 2.579202796904135
+ 2.579278161724819
+ 2.579353523527036
+ 2.579428882311116
+ 2.579504238077384
+ 2.579579590826171
+ 2.579654940557803
+ 2.579730287272609
+ 2.5798056309709163
+ 2.5798809716530524
+ 2.579956309319346
+ 2.580031643970124
+ 2.5801069756057133
+ 2.5801823042264433
+ 2.58025762983264
+ 2.5803329524246315
+ 2.5804082720027446
+ 2.580483588567307
+ 2.580558902118646
+ 2.5806342126570887
+ 2.580709520182962
+ 2.5807848246965936
+ 2.58086012619831
+ 2.580935424688438
+ 2.581010720167305
+ 2.581086012635237
+ 2.581161302092562
+ 2.5812365885396056
+ 2.581311871976695
+ 2.5813871524041567
+ 2.581462429822318
+ 2.581537704231504
+ 2.5816129756320425
+ 2.5816882440242583
+ 2.5817635094084794
+ 2.5818387717850313
+ 2.58191403115424
+ 2.5819892875164316
+ 2.5820645408719334
+ 2.5821397912210697
+ 2.582215038564167
+ 2.582290282901552
+ 2.58236552423355
+ 2.582440762560487
+ 2.5825159978826884
+ 2.5825912302004794
+ 2.5826664595141873
+ 2.582741685824136
+ 2.582816909130652
+ 2.58289212943406
+ 2.5829673467346868
+ 2.583042561032856
+ 2.5831177723288934
+ 2.583192980623125
+ 2.583268185915875
+ 2.58334338820747
+ 2.5834185874982327
+ 2.58349378378849
+ 2.5835689770785666
+ 2.583644167368787
+ 2.5837193546594754
+ 2.583794538950958
+ 2.583869720243558
+ 2.583944898537601
+ 2.5840200738334116
+ 2.584095246131314
+ 2.5841704154316325
+ 2.5842455817346917
+ 2.584320745040817
+ 2.584395905350331
+ 2.5844710626635585
+ 2.584546216980825
+ 2.584621368302453
+ 2.5846965166287665
+ 2.5847716619600907
+ 2.5848468042967494
+ 2.584921943639066
+ 2.5849970799873643
+ 2.5850722133419684
+ 2.5851473437032015
+ 2.585222471071388
+ 2.585297595446851
+ 2.585372716829915
+ 2.585447835220902
+ 2.5855229506201365
+ 2.5855980630279416
+ 2.585673172444641
+ 2.585748278870557
+ 2.585823382306014
+ 2.5858984827513343
+ 2.5859735802068418
+ 2.5860486746728584
+ 2.5861237661497083
+ 2.586198854637714
+ 2.5862739401371977
+ 2.5863490226484838
+ 2.5864241021718932
+ 2.58649917870775
+ 2.586574252256376
+ 2.586649322818095
+ 2.5867243903932273
+ 2.586799454982098
+ 2.586874516585028
+ 2.5869495752023393
+ 2.587024630834356
+ 2.5870996834813984
+ 2.5871747331437898
+ 2.587249779821852
+ 2.5873248235159068
+ 2.587399864226277
+ 2.5874749019532843
+ 2.58754993669725
+ 2.587624968458497
+ 2.5876999972373462
+ 2.58777502303412
+ 2.58785004584914
+ 2.5879250656827266
+ 2.588000082535203
+ 2.5880750964068904
+ 2.5881501072981097
+ 2.5882251152091826
+ 2.5883001201404303
+ 2.5883751220921742
+ 2.5884501210647355
+ 2.5885251170584356
+ 2.588600110073595
+ 2.5886751001105357
+ 2.588750087169578
+ 2.588825071251043
+ 2.588900052355252
+ 2.5889750304825254
+ 2.589050005633184
+ 2.5891249778075487
+ 2.58919994700594
+ 2.5892749132286785
+ 2.5893498764760854
+ 2.5894248367484805
+ 2.589499794046184
+ 2.589574748369517
+ 2.5896496997187994
+ 2.5897246480943514
+ 2.589799593496494
+ 2.589874535925546
+ 2.5899494753818293
+ 2.5900244118656626
+ 2.590099345377366
+ 2.59017427591726
+ 2.590249203485664
+ 2.5903241280828984
+ 2.590399049709282
+ 2.590473968365135
+ 2.590548884050778
+ 2.590623796766529
+ 2.590698706512709
+ 2.590773613289636
+ 2.5908485170976308
+ 2.590923417937012
+ 2.590998315808099
+ 2.5910732107112118
+ 2.5911481026466685
+ 2.5912229916147886
+ 2.5912978776158915
+ 2.5913727606502968
+ 2.591447640718322
+ 2.591522517820287
+ 2.5915973919565105
+ 2.591672263127311
+ 2.5917471313330083
+ 2.5918219965739198
+ 2.5918968588503652
+ 2.5919717181626623
+ 2.59204657451113
+ 2.5921214278960867
+ 2.592196278317851
+ 2.5922711257767412
+ 2.5923459702730756
+ 2.5924208118071723
+ 2.5924956503793495
+ 2.5925704859899255
+ 2.5926453186392187
+ 2.5927201483275466
+ 2.5927949750552273
+ 2.592869798822579
+ 2.5929446196299195
+ 2.593019437477566
+ 2.5930942523658373
+ 2.5931690642950502
+ 2.5932438732655227
+ 2.593318679277573
+ 2.5933934823315177
+ 2.5934682824276742
+ 2.593543079566361
+ 2.5936178737478945
+ 2.593692664972592
+ 2.5937674532407713
+ 2.5938422385527495
+ 2.593917020908844
+ 2.593991800309371
+ 2.5940665767546482
+ 2.594141350244992
+ 2.5942161207807204
+ 2.5942908883621496
+ 2.594365652989596
+ 2.5944404146633775
+ 2.5945151733838094
+ 2.5945899291512093
+ 2.594664681965894
+ 2.5947394318281787
+ 2.594814178738382
+ 2.5948889226968177
+ 2.5949636637038043
+ 2.5950384017596573
+ 2.5951131368646934
+ 2.595187869019228
+ 2.5952625982235777
+ 2.595337324478059
+ 2.595412047782987
+ 2.5954867681386786
+ 2.595561485545449
+ 2.595636200003615
+ 2.5957109115134913
+ 2.5957856200753944
+ 2.5958603256896398
+ 2.5959350283565428
+ 2.59600972807642
+ 2.596084424849586
+ 2.596159118676357
+ 2.5962338095570474
+ 2.5963084974919735
+ 2.5963831824814507
+ 2.596457864525793
+ 2.596532543625317
+ 2.5966072197803376
+ 2.5966818929911692
+ 2.5967565632581273
+ 2.5968312305815275
+ 2.5969058949616834
+ 2.596980556398911
+ 2.597055214893525
+ 2.597129870445839
+ 2.59720452305617
+ 2.5972791727248303
+ 2.597353819452136
+ 2.597428463238401
+ 2.5975031040839394
+ 2.5975777419890673
+ 2.5976523769540973
+ 2.5977270089793447
+ 2.5978016380651234
+ 2.5978762642117474
+ 2.5979508874195316
+ 2.5980255076887895
+ 2.5981001250198354
+ 2.598174739412983
+ 2.598249350868547
+ 2.598323959386841
+ 2.598398564968178
+ 2.5984731676128727
+ 2.5985477673212385
+ 2.5986223640935893
+ 2.5986969579302386
+ 2.5987715488314995
+ 2.5988461367976865
+ 2.598920721829112
+ 2.598995303926091
+ 2.599069883088935
+ 2.599144459317958
+ 2.599219032613473
+ 2.599293602975794
+ 2.599368170405233
+ 2.5994427349021043
+ 2.59951729646672
+ 2.5995918550993933
+ 2.5996664108004373
+ 2.5997409635701647
+ 2.5998155134088883
+ 2.5998900603169215
+ 2.5999646042945757
+ 2.6000391453421647
+ 2.6001136834599996
+ 2.6001882186483947
+ 2.600262750907662
+ 2.6003372802381133
+ 2.600411806640061
+ 2.6004863301138186
+ 2.6005608506596967
+ 2.6006353682780086
+ 2.600709882969066
+ 2.600784394733181
+ 2.6008589035706655
+ 2.6009334094818324
+ 2.6010079124669927
+ 2.6010824125264587
+ 2.6011569096605416
+ 2.6012314038695545
+ 2.601305895153808
+ 2.6013803835136136
+ 2.6014548689492836
+ 2.6015293514611293
+ 2.601603831049462
+ 2.6016783077145935
+ 2.6017527814568355
+ 2.601827252276499
+ 2.601901720173894
+ 2.6019761851493337
+ 2.602050647203128
+ 2.6021251063355892
+ 2.6021995625470273
+ 2.6022740158377538
+ 2.602348466208079
+ 2.602422913658315
+ 2.6024973581887716
+ 2.60257179979976
+ 2.602646238491591
+ 2.602720674264575
+ 2.6027951071190234
+ 2.6028695370552453
+ 2.6029439640735528
+ 2.603018388174256
+ 2.6030928093576646
+ 2.6031672276240894
+ 2.6032416429738405
+ 2.603316055407229
+ 2.6033904649245643
+ 2.6034648715261564
+ 2.6035392752123157
+ 2.6036136759833526
+ 2.6036880738395762
+ 2.603762468781298
+ 2.6038368608088263
+ 2.6039112499224712
+ 2.6039856361225433
+ 2.6040600194093515
+ 2.6041343997832054
+ 2.604208777244416
+ 2.604283151793291
+ 2.604357523430141
+ 2.604431892155275
+ 2.604506257969003
+ 2.6045806208716336
+ 2.6046549808634762
+ 2.604729337944841
+ 2.604803692116036
+ 2.6048780433773704
+ 2.6049523917291544
+ 2.6050267371716957
+ 2.605101079705304
+ 2.605175419330288
+ 2.6052497560469567
+ 2.6053240898556185
+ 2.605398420756583
+ 2.605472748750158
+ 2.605547073836653
+ 2.6056213960163754
+ 2.605695715289635
+ 2.6057700316567396
+ 2.605844345117998
+ 2.605918655673718
+ 2.605992963324209
+ 2.6060672680697774
+ 2.6061415699107338
+ 2.606215868847384
+ 2.606290164880038
+ 2.6063644580090033
+ 2.6064387482345874
+ 2.6065130355570987
+ 2.6065873199768443
+ 2.6066616014941335
+ 2.6067358801092735
+ 2.6068101558225716
+ 2.606884428634335
+ 2.606958698544873
+ 2.607032965554492
+ 2.6071072296635
+ 2.6071814908722044
+ 2.6072557491809123
+ 2.6073300045899312
+ 2.6074042570995686
+ 2.6074785067101316
+ 2.607552753421927
+ 2.607626997235263
+ 2.6077012381504456
+ 2.6077754761677827
+ 2.607849711287581
+ 2.607923943510148
+ 2.607998172835789
+ 2.6080723992648123
+ 2.6081466227975243
+ 2.608220843434231
+ 2.6082950611752405
+ 2.6083692760208583
+ 2.608443487971391
+ 2.608517697027146
+ 2.6085919031884295
+ 2.608666106455547
+ 2.608740306828806
+ 2.6088145043085116
+ 2.608888698894971
+ 2.6089628905884905
+ 2.609037079389376
+ 2.609111265297933
+ 2.609185448314468
+ 2.609259628439287
+ 2.609333805672696
+ 2.609407980015001
+ 2.609482151466508
+ 2.6095563200275222
+ 2.6096304856983497
+ 2.609704648479296
+ 2.609778808370667
+ 2.6098529653727676
+ 2.609927119485904
+ 2.6100012707103812
+ 2.610075419046505
+ 2.610149564494581
+ 2.610223707054914
+ 2.6102978467278093
+ 2.610371983513572
+ 2.6104461174125073
+ 2.6105202484249204
+ 2.610594376551117
+ 2.6106685017914004
+ 2.610742624146077
+ 2.6108167436154517
+ 2.610890860199828
+ 2.6109649738995127
+ 2.6110390847148084
+ 2.6111131926460214
+ 2.6111872976934554
+ 2.6112613998574155
+ 2.6113354991382054
+ 2.6114095955361307
+ 2.611483689051495
+ 2.6115577796846035
+ 2.6116318674357593
+ 2.6117059523052673
+ 2.6117800342934316
+ 2.6118541134005566
+ 2.611928189626946
+ 2.6120022629729047
+ 2.6120763334387354
+ 2.612150401024743
+ 2.612224465731231
+ 2.612298527558503
+ 2.6123725865068637
+ 2.6124466425766157
+ 2.6125206957680636
+ 2.6125947460815104
+ 2.61266879351726
+ 2.612742838075616
+ 2.6128168797568816
+ 2.6128909185613605
+ 2.612964954489356
+ 2.6130389875411706
+ 2.613113017717109
+ 2.613187045017473
+ 2.6132610694425664
+ 2.6133350909926927
+ 2.6134091096681544
+ 2.613483125469255
+ 2.613557138396297
+ 2.6136311484495836
+ 2.6137051556294173
+ 2.613779159936101
+ 2.613853161369937
+ 2.613927159931229
+ 2.6140011556202793
+ 2.61407514843739
+ 2.614149138382864
+ 2.6142231254570043
+ 2.6142971096601126
+ 2.614371090992491
+ 2.614445069454442
+ 2.6145190450462685
+ 2.6145930177682724
+ 2.6146669876207556
+ 2.6147409546040206
+ 2.614814918718369
+ 2.6148888799641035
+ 2.6149628383415253
+ 2.615036793850937
+ 2.61511074649264
+ 2.615184696266936
+ 2.615258643174127
+ 2.615332587214515
+ 2.615406528388401
+ 2.6154804666960874
+ 2.6155544021378745
+ 2.615628334714066
+ 2.615702264424961
+ 2.6157761912708617
+ 2.6158501152520692
+ 2.615924036368886
+ 2.6159979546216117
+ 2.6160718700105483
+ 2.6161457825359977
+ 2.6162196921982592
+ 2.6162935989976353
+ 2.6163675029344264
+ 2.6164414040089334
+ 2.616515302221458
+ 2.6165891975722992
+ 2.616663090061759
+ 2.6167369796901383
+ 2.6168108664577376
+ 2.616884750364857
+ 2.616958631411798
+ 2.61703250959886
+ 2.617106384926344
+ 2.617180257394551
+ 2.61725412700378
+ 2.6173279937543326
+ 2.617401857646508
+ 2.6174757186806072
+ 2.61754957685693
+ 2.617623432175777
+ 2.6176972846374476
+ 2.617771134242242
+ 2.6178449809904603
+ 2.6179188248824024
+ 2.6179926659183677
+ 2.618066504098657
+ 2.6181403394235683
+ 2.618214171893403
+ 2.61828800150846
+ 2.618361828269039
+ 2.6184356521754393
+ 2.6185094732279612
+ 2.618583291426903
+ 2.6186571067725644
+ 2.6187309192652455
+ 2.6188047289052445
+ 2.6188785356928617
+ 2.6189523396283954
+ 2.6190261407121453
+ 2.6190999389444096
+ 2.619173734325489
+ 2.6192475268556805
+ 2.6193213165352844
+ 2.619395103364599
+ 2.6194688873439236
+ 2.619542668473556
+ 2.6196164467537963
+ 2.619690222184942
+ 2.619763994767292
+ 2.619837764501145
+ 2.6199115313867996
+ 2.619985295424554
+ 2.6200590566147066
+ 2.6201328149575565
+ 2.620206570453401
+ 2.6202803231025387
+ 2.6203540729052683
+ 2.620427819861887
+ 2.6205015639726943
+ 2.6205753052379865
+ 2.620649043658063
+ 2.6207227792332213
+ 2.620796511963759
+ 2.6208702418499747
+ 2.620943968892165
+ 2.621017693090629
+ 2.6210914144456634
+ 2.621165132957567
+ 2.6212388486266356
+ 2.621312561453168
+ 2.621386271437462
+ 2.621459978579814
+ 2.621533682880522
+ 2.621607384339883
+ 2.6216810829581947
+ 2.6217547787357542
+ 2.6218284716728584
+ 2.6219021617698055
+ 2.621975849026891
+ 2.6220495334444127
+ 2.622123215022668
+ 2.622196893761953
+ 2.6222705696625654
+ 2.622344242724801
+ 2.622417912948958
+ 2.6224915803353324
+ 2.6225652448842207
+ 2.62263890659592
+ 2.622712565470726
+ 2.622786221508936
+ 2.622859874710846
+ 2.6229335250767534
+ 2.6230071726069535
+ 2.623080817301743
+ 2.623154459161418
+ 2.6232280981862752
+ 2.623301734376611
+ 2.62337536773272
+ 2.6234489982549
+ 2.6235226259434463
+ 2.623596250798655
+ 2.623669872820822
+ 2.6237434920102425
+ 2.6238171083672137
+ 2.6238907218920304
+ 2.6239643325849884
+ 2.624037940446384
+ 2.624111545476511
+ 2.6241851476756675
+ 2.624258747044148
+ 2.6243323435822474
+ 2.6244059372902613
+ 2.6244795281684854
+ 2.624553116217215
+ 2.6246267014367453
+ 2.6247002838273716
+ 2.624773863389389
+ 2.6248474401230926
+ 2.6249210140287773
+ 2.6249945851067387
+ 2.6250681533572706
+ 2.6251417187806694
+ 2.6252152813772294
+ 2.625288841147245
+ 2.625362398091011
+ 2.6254359522088224
+ 2.625509503500974
+ 2.62558305196776
+ 2.6256565976094755
+ 2.625730140426415
+ 2.625803680418872
+ 2.6258772175871417
+ 2.625950751931519
+ 2.626024283452297
+ 2.6260978121497707
+ 2.626171338024234
+ 2.626244861075982
+ 2.6263183813053077
+ 2.6263918987125052
+ 2.6264654132978693
+ 2.6265389250616935
+ 2.626612434004271
+ 2.6266859401258977
+ 2.6267594434268653
+ 2.6268329439074685
+ 2.626906441568001
+ 2.6269799364087563
+ 2.627053428430028
+ 2.6271269176321104
+ 2.6272004040152956
+ 2.6272738875798782
+ 2.6273473683261512
+ 2.627420846254408
+ 2.6274943213649427
+ 2.627567793658047
+ 2.627641263134015
+ 2.6277147297931402
+ 2.6277881936357153
+ 2.6278616546620333
+ 2.6279351128723873
+ 2.62800856826707
+ 2.6280820208463753
+ 2.628155470610595
+ 2.628228917560022
+ 2.62830236169495
+ 2.628375803015671
+ 2.628449241522478
+ 2.628522677215663
+ 2.628596110095519
+ 2.6286695401623383
+ 2.6287429674164136
+ 2.628816391858038
+ 2.6288898134875023
+ 2.6289632323051007
+ 2.629036648311123
+ 2.6291100615058642
+ 2.6291834718896148
+ 2.6292568794626674
+ 2.629330284225314
+ 2.6294036861778465
+ 2.6294770853205574
+ 2.629550481653738
+ 2.6296238751776797
+ 2.629697265892676
+ 2.629770653799017
+ 2.6298440388969957
+ 2.629917421186903
+ 2.6299908006690305
+ 2.6300641773436704
+ 2.6301375512111136
+ 2.6302109222716523
+ 2.630284290525577
+ 2.63035765597318
+ 2.6304310186147517
+ 2.6305043784505844
+ 2.6305777354809687
+ 2.6306510897061957
+ 2.630724441126557
+ 2.6307977897423434
+ 2.630871135553846
+ 2.630944478561356
+ 2.6310178187651636
+ 2.63109115616556
+ 2.6311644907628375
+ 2.6312378225572846
+ 2.6313111515491934
+ 2.6313844777388544
+ 2.6314578011265577
+ 2.631531121712595
+ 2.6316044394972558
+ 2.6316777544808305
+ 2.631751066663611
+ 2.6318243760458864
+ 2.631897682627947
+ 2.6319709864100838
+ 2.6320442873925867
+ 2.6321175855757457
+ 2.632190880959852
+ 2.6322641735451944
+ 2.6323374633320635
+ 2.6324107503207492
+ 2.6324840345115414
+ 2.63255731590473
+ 2.6326305945006054
+ 2.6327038702994567
+ 2.6327771433015745
+ 2.632850413507247
+ 2.632923680916766
+ 2.632996945530419
+ 2.633070207348497
+ 2.633143466371289
+ 2.633216722599085
+ 2.6332899760321733
+ 2.633363226670844
+ 2.633436474515386
+ 2.6335097195660895
+ 2.6335829618232434
+ 2.633656201287136
+ 2.633729437958057
+ 2.6338026718362957
+ 2.6338759029221412
+ 2.633949131215882
+ 2.634022356717807
+ 2.6340955794282057
+ 2.6341687993473664
+ 2.6342420164755778
+ 2.6343152308131295
+ 2.6343884423603092
+ 2.6344616511174057
+ 2.634534857084708
+ 2.6346080602625044
+ 2.634681260651084
+ 2.6347544582507343
+ 2.634827653061744
+ 2.6349008450844016
+ 2.634974034318995
+ 2.635047220765813
+ 2.6351204044251437
+ 2.635193585297275
+ 2.635266763382495
+ 2.6353399386810925
+ 2.6354131111933543
+ 2.6354862809195687
+ 2.635559447860025
+ 2.6356326120150086
+ 2.6357057733848097
+ 2.6357789319697145
+ 2.635852087770011
+ 2.6359252407859874
+ 2.635998391017931
+ 2.6360715384661293
+ 2.6361446831308704
+ 2.6362178250124404
+ 2.636290964111128
+ 2.6363641004272202
+ 2.6364372339610043
+ 2.636510364712768
+ 2.636583492682797
+ 2.6366566178713806
+ 2.6367297402788044
+ 2.636802859905356
+ 2.636875976751323
+ 2.6369490908169912
+ 2.6370222021026484
+ 2.6370953106085815
+ 2.6371684163350766
+ 2.6372415192824215
+ 2.6373146194509025
+ 2.6373877168408058
+ 2.637460811452419
+ 2.6375339032860277
+ 2.6376069923419196
+ 2.63768007862038
+ 2.637753162121696
+ 2.6378262428461543
+ 2.6378993207940407
+ 2.6379723959656416
+ 2.6380454683612435
+ 2.638118537981132
+ 2.6381916048255944
+ 2.6382646688949167
+ 2.6383377301893836
+ 2.638410788709282
+ 2.6384838444548984
+ 2.6385568974265174
+ 2.6386299476244264
+ 2.6387029950489103
+ 2.638776039700255
+ 2.638849081578746
+ 2.63892212068467
+ 2.638995157018312
+ 2.639068190579957
+ 2.6391412213698913
+ 2.6392142493884
+ 2.639287274635769
+ 2.6393602971122836
+ 2.6394333168182285
+ 2.63950633375389
+ 2.6395793479195526
+ 2.639652359315502
+ 2.6397253679420225
+ 2.6397983737994
+ 2.63987137688792
+ 2.6399443772078666
+ 2.640017374759525
+ 2.6400903695431803
+ 2.640163361559117
+ 2.640236350807621
+ 2.6403093372889757
+ 2.6403823210034663
+ 2.640455301951378
+ 2.640528280132995
+ 2.640601255548601
+ 2.6406742281984825
+ 2.6407471980829227
+ 2.6408201652022063
+ 2.6408931295566176
+ 2.6409660911464408
+ 2.641039049971961
+ 2.6411120060334614
+ 2.641184959331227
+ 2.6412579098655415
+ 2.6413308576366887
+ 2.641403802644954
+ 2.6414767448906202
+ 2.6415496843739716
+ 2.641622621095292
+ 2.6416955550548655
+ 2.641768486252976
+ 2.6418414146899067
+ 2.6419143403659424
+ 2.6419872632813655
+ 2.64206018343646
+ 2.64213310083151
+ 2.6422060154667992
+ 2.6422789273426104
+ 2.6423518364592273
+ 2.642424742816933
+ 2.6424976464160115
+ 2.642570547256746
+ 2.6426434453394188
+ 2.642716340664314
+ 2.642789233231715
+ 2.642862123041904
+ 2.6429350100951647
+ 2.6430078943917796
+ 2.6430807759320327
+ 2.643153654716206
+ 2.6432265307445824
+ 2.643299404017445
+ 2.6433722745350767
+ 2.6434451422977596
+ 2.6435180073057776
+ 2.643590869559412
+ 2.6436637290589466
+ 2.6437365858046626
+ 2.6438094397968435
+ 2.6438822910357715
+ 2.643955139521729
+ 2.6440279852549984
+ 2.6441008282358616
+ 2.644173668464601
+ 2.6442465059414997
+ 2.6443193406668386
+ 2.6443921726409005
+ 2.6444650018639675
+ 2.644537828336321
+ 2.644610652058244
+ 2.644683473030018
+ 2.644756291251924
+ 2.644829106724245
+ 2.6449019194472627
+ 2.644974729421258
+ 2.645047536646513
+ 2.64512034112331
+ 2.6451931428519297
+ 2.6452659418326543
+ 2.645338738065765
+ 2.6454115315515425
+ 2.6454843222902698
+ 2.6455571102822275
+ 2.6456298955276965
+ 2.645702678026958
+ 2.645775457780295
+ 2.6458482347879864
+ 2.6459210090503142
+ 2.6459937805675597
+ 2.646066549340004
+ 2.6461393153679276
+ 2.6462120786516117
+ 2.6462848391913374
+ 2.646357596987385
+ 2.6464303520400354
+ 2.6465031043495704
+ 2.6465758539162696
+ 2.646648600740414
+ 2.646721344822284
+ 2.6467940861621604
+ 2.6468668247603238
+ 2.6469395606170543
+ 2.647012293732633
+ 2.6470850241073394
+ 2.647157751741455
+ 2.6472304766352583
+ 2.647303198789031
+ 2.647375918203053
+ 2.6474486348776045
+ 2.647521348812965
+ 2.6475940600094154
+ 2.6476667684672353
+ 2.647739474186704
+ 2.647812177168103
+ 2.6478848774117107
+ 2.6479575749178075
+ 2.6480302696866733
+ 2.648102961718587
+ 2.6481756510138297
+ 2.6482483375726797
+ 2.6483210213954176
+ 2.648393702482322
+ 2.648466380833673
+ 2.64853905644975
+ 2.6486117293308324
+ 2.6486843994771996
+ 2.6487570668891305
+ 2.6488297315669045
+ 2.6489023935108014
+ 2.6489750527210996
+ 2.6490477091980784
+ 2.6491203629420172
+ 2.6491930139531945
+ 2.64926566223189
+ 2.649338307778382
+ 2.64941095059295
+ 2.649483590675872
+ 2.649556228027427
+ 2.6496288626478948
+ 2.649701494537553
+ 2.6497741236966803
+ 2.649846750125556
+ 2.6499193738244577
+ 2.6499919947936648
+ 2.6500646130334555
+ 2.650137228544108
+ 2.6502098413259008
+ 2.650282451379112
+ 2.6503550587040205
+ 2.650427663300904
+ 2.6505002651700407
+ 2.6505728643117092
+ 2.650645460726187
+ 2.650718054413753
+ 2.6507906453746846
+ 2.650863233609259
+ 2.6509358191177554
+ 2.6510084019004516
+ 2.6510809819576244
+ 2.6511535592895528
+ 2.6512261338965137
+ 2.651298705778785
+ 2.6513712749366443
+ 2.651443841370369
+ 2.6515164050802373
+ 2.651588966066526
+ 2.651661524329513
+ 2.6517340798694757
+ 2.651806632686691
+ 2.6518791827814363
+ 2.6519517301539897
+ 2.6520242748046274
+ 2.652096816733627
+ 2.6521693559412656
+ 2.6522418924278206
+ 2.6523144261935685
+ 2.652386957238786
+ 2.6524594855637513
+ 2.6525320111687405
+ 2.6526045340540305
+ 2.652677054219898
+ 2.65274957166662
+ 2.652822086394473
+ 2.6528945984037335
+ 2.652967107694679
+ 2.653039614267585
+ 2.653112118122728
+ 2.6531846192603865
+ 2.6532571176808344
+ 2.6533296133843494
+ 2.653402106371207
+ 2.653474596641685
+ 2.6535470841960582
+ 2.653619569034604
+ 2.653692051157597
+ 2.6537645305653146
+ 2.6538370072580326
+ 2.653909481236026
+ 2.6539819524995734
+ 2.654054421048948
+ 2.654126886884427
+ 2.654199350006286
+ 2.6542718104148006
+ 2.6543442681102474
+ 2.6544167230929006
+ 2.6544891753630373
+ 2.654561624920932
+ 2.654634071766861
+ 2.6547065159011
+ 2.6547789573239235
+ 2.6548513960356077
+ 2.654923832036428
+ 2.6549962653266594
+ 2.6550686959065777
+ 2.655141123776457
+ 2.6552135489365742
+ 2.6552859713872037
+ 2.65535839112862
+ 2.6554308081610984
+ 2.6555032224849144
+ 2.6555756341003427
+ 2.6556480430076586
+ 2.6557204492071365
+ 2.6557928526990513
+ 2.6558652534836784
+ 2.6559376515612914
+ 2.656010046932166
+ 2.656082439596576
+ 2.656154829554797
+ 2.6562272168071033
+ 2.6562996013537687
+ 2.656371983195069
+ 2.656444362331277
+ 2.6565167387626683
+ 2.6565891124895167
+ 2.656661483512097
+ 2.6567338518306833
+ 2.656806217445549
+ 2.656878580356969
+ 2.6569509405652174
+ 2.6570232980705684
+ 2.657095652873295
+ 2.6571680049736726
+ 2.6572403543719743
+ 2.657312701068474
+ 2.657385045063446
+ 2.6574573863571636
+ 2.657529724949901
+ 2.6576020608419313
+ 2.6576743940335286
+ 2.6577467245249666
+ 2.657819052316519
+ 2.6578913774084585
+ 2.65796369980106
+ 2.6580360194945953
+ 2.6581083364893385
+ 2.658180650785563
+ 2.6582529623835423
+ 2.6583252712835495
+ 2.6583975774858577
+ 2.65846988099074
+ 2.6585421817984694
+ 2.65861447990932
+ 2.658686775323563
+ 2.6587590680414728
+ 2.6588313580633227
+ 2.658903645389384
+ 2.6589759300199307
+ 2.659048211955235
+ 2.65912049119557
+ 2.659192767741209
+ 2.6592650415924233
+ 2.659337312749487
+ 2.659409581212671
+ 2.6594818469822497
+ 2.6595541100584943
+ 2.6596263704416776
+ 2.6596986281320714
+ 2.659770883129949
+ 2.6598431354355827
+ 2.6599153850492443
+ 2.659987631971206
+ 2.6600598762017404
+ 2.660132117741119
+ 2.6602043565896145
+ 2.6602765927474987
+ 2.6603488262150434
+ 2.660421056992521
+ 2.6604932850802028
+ 2.6605655104783605
+ 2.6606377331872673
+ 2.660709953207194
+ 2.6607821705384116
+ 2.660854385181193
+ 2.660926597135809
+ 2.6609988064025325
+ 2.6610710129816333
+ 2.6611432168733846
+ 2.6612154180780556
+ 2.6612876165959207
+ 2.6613598124272486
+ 2.661432005572312
+ 2.661504196031382
+ 2.6615763838047295
+ 2.661648568892626
+ 2.6617207512953422
+ 2.66179293101315
+ 2.6618651080463196
+ 2.661937282395123
+ 2.6620094540598296
+ 2.662081623040712
+ 2.6621537893380403
+ 2.662225952952085
+ 2.662298113883118
+ 2.6623702721314086
+ 2.6624424276972283
+ 2.6625145805808477
+ 2.6625867307825377
+ 2.6626588783025684
+ 2.6627310231412102
+ 2.662803165298734
+ 2.6628753047754103
+ 2.6629474415715086
+ 2.6630195756873003
+ 2.6630917071230553
+ 2.6631638358790437
+ 2.663235961955536
+ 2.6633080853528015
+ 2.6633802060711123
+ 2.6634523241107364
+ 2.6635244394719444
+ 2.6635965521550067
+ 2.6636686621601933
+ 2.6637407694877737
+ 2.663812874138018
+ 2.663884976111196
+ 2.663957075407577
+ 2.664029172027431
+ 2.6641012659710284
+ 2.6641733572386377
+ 2.664245445830529
+ 2.664317531746972
+ 2.6643896149882362
+ 2.66446169555459
+ 2.6645337734463044
+ 2.664605848663648
+ 2.66467792120689
+ 2.6647499910763
+ 2.664822058272147
+ 2.6648941227947005
+ 2.664966184644229
+ 2.665038243821002
+ 2.665110300325289
+ 2.665182354157358
+ 2.6652544053174787
+ 2.66532645380592
+ 2.6653984996229507
+ 2.6654705427688397
+ 2.665542583243855
+ 2.6656146210482663
+ 2.6656866561823422
+ 2.665758688646351
+ 2.665830718440562
+ 2.6659027455652424
+ 2.665974770020662
+ 2.666046791807089
+ 2.6661188109247913
+ 2.666190827374038
+ 2.6662628411550973
+ 2.666334852268237
+ 2.6664068607137255
+ 2.6664788664918317
+ 2.666550869602823
+ 2.666622870046968
+ 2.6666948678245346
+ 2.666766862935791
+ 2.666838855381004
+ 2.6669108451604435
+ 2.666982832274377
+ 2.6670548167230708
+ 2.667126798506794
+ 2.667198777625815
+ 2.6672707540803997
+ 2.667342727870817
+ 2.6674146989973346
+ 2.6674866674602202
+ 2.6675586332597403
+ 2.6676305963961635
+ 2.6677025568697568
+ 2.667774514680788
+ 2.6678464698295237
+ 2.6679184223162316
+ 2.6679903721411793
+ 2.6680623193046342
+ 2.668134263806863
+ 2.668206205648133
+ 2.6682781448287116
+ 2.668350081348865
+ 2.668422015208862
+ 2.6684939464089674
+ 2.6685658749494494
+ 2.668637800830575
+ 2.668709724052611
+ 2.6687816446158235
+ 2.66885356252048
+ 2.6689254777668467
+ 2.6689973903551913
+ 2.6690693002857793
+ 2.6691412075588774
+ 2.6692131121747527
+ 2.669285014133671
+ 2.6693569134359003
+ 2.669428810081705
+ 2.669500704071353
+ 2.6695725954051097
+ 2.669644484083242
+ 2.6697163701060154
+ 2.6697882534736967
+ 2.669860134186552
+ 2.669932012244848
+ 2.6700038876488494
+ 2.6700757603988237
+ 2.670147630495036
+ 2.6702194979377523
+ 2.670291362727238
+ 2.67036322486376
+ 2.670435084347584
+ 2.6705069411789757
+ 2.6705787953581996
+ 2.670650646885523
+ 2.6707224957612103
+ 2.6707943419855287
+ 2.670866185558742
+ 2.6709380264811164
+ 2.6710098647529175
+ 2.671081700374411
+ 2.6711535333458616
+ 2.671225363667535
+ 2.671297191339696
+ 2.671369016362611
+ 2.6714408387365447
+ 2.6715126584617614
+ 2.671584475538527
+ 2.6716562899671064
+ 2.6717281017477648
+ 2.671799910880767
+ 2.6718717173663777
+ 2.671943521204863
+ 2.672015322396486
+ 2.6720871209415122
+ 2.6721589168402073
+ 2.672230710092835
+ 2.6723025006996606
+ 2.672374288660948
+ 2.672446073976962
+ 2.6725178566479677
+ 2.672589636674229
+ 2.672661414056011
+ 2.6727331887935777
+ 2.6728049608871935
+ 2.672876730337123
+ 2.67294849714363
+ 2.6730202613069793
+ 2.6730920228274346
+ 2.6731637817052607
+ 2.6732355379407204
+ 2.67330729153408
+ 2.6733790424856014
+ 2.6734507907955503
+ 2.673522536464189
+ 2.6735942794917826
+ 2.6736660198785946
+ 2.6737377576248886
+ 2.6738094927309284
+ 2.6738812251969786
+ 2.673952955023302
+ 2.674024682210162
+ 2.674096406757823
+ 2.674168128666549
+ 2.674239847936602
+ 2.6743115645682463
+ 2.6743832785617454
+ 2.6744549899173626
+ 2.6745266986353613
+ 2.6745984047160043
+ 2.674670108159556
+ 2.6747418089662784
+ 2.6748135071364354
+ 2.6748852026702905
+ 2.674956895568106
+ 2.6750285858301446
+ 2.6751002734566702
+ 2.6751719584479456
+ 2.6752436408042337
+ 2.675315320525797
+ 2.6753869976128986
+ 2.6754586720658016
+ 2.6755303438847684
+ 2.6756020130700615
+ 2.675673679621944
+ 2.675745343540678
+ 2.675817004826527
+ 2.6758886634797525
+ 2.6759603195006183
+ 2.676031972889385
+ 2.6761036236463163
+ 2.6761752717716747
+ 2.676246917265722
+ 2.6763185601287205
+ 2.6763902003609323
+ 2.6764618379626204
+ 2.6765334729340458
+ 2.6766051052754714
+ 2.6766767349871596
+ 2.6767483620693713
+ 2.676819986522369
+ 2.6768916083464154
+ 2.676963227541771
+ 2.6770348441086984
+ 2.6771064580474597
+ 2.677178069358316
+ 2.6772496780415302
+ 2.6773212840973626
+ 2.6773928875260755
+ 2.6774644883279297
+ 2.6775360865031885
+ 2.6776076820521117
+ 2.677679274974962
+ 2.677750865272
+ 2.677822452943487
+ 2.677894037989686
+ 2.677965620410856
+ 2.678037200207259
+ 2.678108777379157
+ 2.678180351926811
+ 2.6782519238504814
+ 2.67832349315043
+ 2.678395059826917
+ 2.678466623880204
+ 2.6785381853105523
+ 2.678609744118223
+ 2.6786813003034755
+ 2.6787528538665715
+ 2.6788244048077723
+ 2.678895953127338
+ 2.67896749882553
+ 2.679039041902608
+ 2.679110582358833
+ 2.679182120194466
+ 2.679253655409767
+ 2.679325188004997
+ 2.679396717980416
+ 2.679468245336285
+ 2.6795397700728634
+ 2.6796112921904123
+ 2.6796828116891915
+ 2.679754328569462
+ 2.6798258428314834
+ 2.679897354475516
+ 2.67996886350182
+ 2.680040369910655
+ 2.680111873702282
+ 2.68018337487696
+ 2.6802548734349494
+ 2.6803263693765103
+ 2.680397862701902
+ 2.680469353411385
+ 2.680540841505219
+ 2.6806123269836633
+ 2.680683809846977
+ 2.6807552900954215
+ 2.680826767729255
+ 2.680898242748738
+ 2.6809697151541285
+ 2.681041184945688
+ 2.6811126521236748
+ 2.6811841166883483
+ 2.681255578639968
+ 2.6813270379787935
+ 2.6813984947050837
+ 2.6814699488190983
+ 2.6815414003210956
+ 2.681612849211336
+ 2.681684295490077
+ 2.6817557391575795
+ 2.681827180214101
+ 2.681898618659902
+ 2.6819700544952396
+ 2.6820414877203738
+ 2.6821129183355636
+ 2.6821843463410677
+ 2.682255771737144
+ 2.6823271945240528
+ 2.682398614702051
+ 2.682470032271399
+ 2.682541447232354
+ 2.6826128595851753
+ 2.6826842693301214
+ 2.6827556764674507
+ 2.682827080997421
+ 2.682898482920292
+ 2.682969882236321
+ 2.6830412789457667
+ 2.6831126730488872
+ 2.683184064545941
+ 2.683255453437186
+ 2.6833268397228807
+ 2.6833982234032825
+ 2.6834696044786503
+ 2.6835409829492423
+ 2.683612358815315
+ 2.683683732077128
+ 2.683755102734938
+ 2.683826470789004
+ 2.6838978362395824
+ 2.6839691990869325
+ 2.6840405593313106
+ 2.6841119169729755
+ 2.684183272012184
+ 2.6842546244491943
+ 2.6843259742842633
+ 2.6843973215176495
+ 2.6844686661496104
+ 2.684540008180402
+ 2.684611347610283
+ 2.6846826844395104
+ 2.684754018668341
+ 2.6848253502970336
+ 2.6848966793258433
+ 2.684968005755029
+ 2.6850393295848467
+ 2.6851106508155547
+ 2.6851819694474086
+ 2.6852532854806666
+ 2.6853245989155856
+ 2.6853959097524216
+ 2.6854672179914325
+ 2.685538523632875
+ 2.6856098266770054
+ 2.685681127124081
+ 2.685752424974358
+ 2.6858237202280932
+ 2.685895012885544
+ 2.6859663029469663
+ 2.686037590412617
+ 2.686108875282752
+ 2.686180157557629
+ 2.6862514372375035
+ 2.686322714322632
+ 2.68639398881327
+ 2.686465260709676
+ 2.6865365300121047
+ 2.686607796720813
+ 2.686679060836056
+ 2.6867503223580913
+ 2.686821581287174
+ 2.6868928376235606
+ 2.686964091367507
+ 2.6870353425192692
+ 2.6871065910791034
+ 2.6871778370472654
+ 2.687249080424011
+ 2.687320321209596
+ 2.687391559404276
+ 2.6874627950083068
+ 2.687534028021944
+ 2.687605258445444
+ 2.687676486279062
+ 2.6877477115230533
+ 2.6878189341776735
+ 2.687890154243178
+ 2.687961371719823
+ 2.6880325866078634
+ 2.688103798907554
+ 2.688175008619151
+ 2.6882462157429092
+ 2.688317420279084
+ 2.6883886222279307
+ 2.6884598215897046
+ 2.6885310183646607
+ 2.6886022125530538
+ 2.688673404155139
+ 2.6887445931711715
+ 2.6888157796014065
+ 2.6888869634460986
+ 2.688958144705502
+ 2.6890293233798737
+ 2.689100499469466
+ 2.6891716729745347
+ 2.6892428438953346
+ 2.68931401223212
+ 2.6893851779851468
+ 2.6894563411546675
+ 2.6895275017409386
+ 2.6895986597442136
+ 2.689669815164747
+ 2.6897409680027935
+ 2.689812118258607
+ 2.6898832659324428
+ 2.689954411024554
+ 2.690025553535196
+ 2.690096693464622
+ 2.690167830813088
+ 2.6902389655808454
+ 2.6903100977681507
+ 2.6903812273752563
+ 2.6904523544024173
+ 2.6905234788498866
+ 2.69059460071792
+ 2.6906657200067694
+ 2.6907368367166895
+ 2.690807950847935
+ 2.690879062400758
+ 2.6909501713754134
+ 2.691021277772154
+ 2.691092381591234
+ 2.6911634828329074
+ 2.6912345814974272
+ 2.6913056775850475
+ 2.691376771096021
+ 2.6914478620306013
+ 2.691518950389043
+ 2.6915900361715974
+ 2.6916611193785194
+ 2.6917322000100614
+ 2.691803278066478
+ 2.691874353548021
+ 2.691945426454944
+ 2.6920164967874998
+ 2.6920875645459423
+ 2.6921586297305238
+ 2.692229692341498
+ 2.6923007523791176
+ 2.6923718098436344
+ 2.692442864735303
+ 2.692513917054376
+ 2.692584966801105
+ 2.6926560139757436
+ 2.6927270585785443
+ 2.69279810060976
+ 2.6928691400696434
+ 2.6929401769584467
+ 2.6930112112764224
+ 2.6930822430238237
+ 2.6931532722009024
+ 2.6932242988079116
+ 2.6932953228451026
+ 2.6933663443127287
+ 2.6934373632110424
+ 2.693508379540295
+ 2.6935793933007397
+ 2.693650404492628
+ 2.6937214131162124
+ 2.6937924191717446
+ 2.6938634226594775
+ 2.6939344235796625
+ 2.6940054219325513
+ 2.6940764177183967
+ 2.6941474109374504
+ 2.6942184015899637
+ 2.6942893896761886
+ 2.6943603751963776
+ 2.6944313581507813
+ 2.6945023385396523
+ 2.6945733163632424
+ 2.694644291621802
+ 2.694715264315584
+ 2.6947862344448392
+ 2.69485720200982
+ 2.6949281670107768
+ 2.6949991294479614
+ 2.6950700893216255
+ 2.69514104663202
+ 2.6952120013793963
+ 2.695282953564006
+ 2.6953539031861
+ 2.6954248502459297
+ 2.6954957947437466
+ 2.6955667366798006
+ 2.695637676054344
+ 2.695708612867627
+ 2.6957795471199013
+ 2.695850478811417
+ 2.6959214079424254
+ 2.695992334513178
+ 2.6960632585239246
+ 2.6961341799749166
+ 2.6962050988664044
+ 2.696276015198639
+ 2.696346928971871
+ 2.696417840186351
+ 2.69648874884233
+ 2.6965596549400574
+ 2.6966305584797845
+ 2.6967014594617624
+ 2.6967723578862404
+ 2.6968432537534692
+ 2.6969141470636995
+ 2.6969850378171807
+ 2.697055926014164
+ 2.697126811654899
+ 2.697197694739637
+ 2.697268575268627
+ 2.6973394532421193
+ 2.6974103286603643
+ 2.697481201523612
+ 2.697552071832112
+ 2.697622939586115
+ 2.6976938047858696
+ 2.697764667431627
+ 2.697835527523636
+ 2.697906385062147
+ 2.6979772400474102
+ 2.698048092479674
+ 2.6981189423591894
+ 2.698189789686205
+ 2.698260634460971
+ 2.6983314766837365
+ 2.6984023163547515
+ 2.698473153474265
+ 2.698543988042527
+ 2.6986148200597864
+ 2.698685649526292
+ 2.698756476442295
+ 2.6988273008080426
+ 2.698898122623785
+ 2.698968941889771
+ 2.6990397586062502
+ 2.699110572773472
+ 2.6991813843916845
+ 2.6992521934611373
+ 2.69932299998208
+ 2.6993938039547603
+ 2.699464605379428
+ 2.699535404256331
+ 2.6996062005857193
+ 2.6996769943678407
+ 2.699747785602945
+ 2.69981857429128
+ 2.6998893604330947
+ 2.699960144028638
+ 2.700030925078158
+ 2.7001017035819035
+ 2.7001724795401234
+ 2.700243252953065
+ 2.700314023820978
+ 2.7003847921441104
+ 2.7004555579227105
+ 2.7005263211570263
+ 2.700597081847307
+ 2.700667839993799
+ 2.7007385955967527
+ 2.7008093486564153
+ 2.7008800991730344
+ 2.700950847146859
+ 2.7010215925781362
+ 2.7010923354671146
+ 2.7011630758140424
+ 2.701233813619167
+ 2.7013045488827365
+ 2.701375281604998
+ 2.701446011786201
+ 2.7015167394265918
+ 2.7015874645264186
+ 2.7016581870859295
+ 2.7017289071053714
+ 2.701799624584992
+ 2.701870339525039
+ 2.7019410519257607
+ 2.7020117617874035
+ 2.702082469110216
+ 2.7021531738944438
+ 2.7022238761403354
+ 2.7022945758481387
+ 2.7023652730181005
+ 2.7024359676504672
+ 2.702506659745487
+ 2.702577349303407
+ 2.702648036324474
+ 2.702718720808935
+ 2.702789402757038
+ 2.7028600821690287
+ 2.702930759045155
+ 2.7030014333856633
+ 2.7030721051908007
+ 2.7031427744608143
+ 2.7032134411959503
+ 2.7032841053964565
+ 2.7033547670625784
+ 2.703425426194564
+ 2.7034960827926584
+ 2.70356673685711
+ 2.7036373883881644
+ 2.703708037386068
+ 2.703778683851067
+ 2.7038493277834093
+ 2.70391996918334
+ 2.703990608051106
+ 2.704061244386954
+ 2.7041318781911294
+ 2.704202509463879
+ 2.704273138205449
+ 2.704343764416086
+ 2.7044143880960356
+ 2.7044850092455435
+ 2.704555627864857
+ 2.7046262439542215
+ 2.704696857513883
+ 2.704767468544087
+ 2.70483807704508
+ 2.704908683017108
+ 2.704979286460417
+ 2.7050498873752513
+ 2.7051204857618587
+ 2.7051910816204834
+ 2.705261674951372
+ 2.7053322657547696
+ 2.7054028540309223
+ 2.7054734397800755
+ 2.705544023002474
+ 2.7056146036983644
+ 2.7056851818679917
+ 2.7057557575116014
+ 2.7058263306294386
+ 2.7058969012217484
+ 2.705967469288777
+ 2.7060380348307693
+ 2.70610859784797
+ 2.7061791583406247
+ 2.706249716308979
+ 2.7063202717532766
+ 2.7063908246737642
+ 2.706461375070686
+ 2.706531922944287
+ 2.706602468294812
+ 2.7066730111225064
+ 2.706743551427615
+ 2.7068140892103822
+ 2.706884624471053
+ 2.7069551572098725
+ 2.7070256874270844
+ 2.707096215122935
+ 2.707166740297667
+ 2.707237262951527
+ 2.707307783084758
+ 2.7073783006976058
+ 2.7074488157903134
+ 2.7075193283631265
+ 2.707589838416289
+ 2.7076603459500452
+ 2.7077308509646394
+ 2.7078013534603165
+ 2.7078718534373194
+ 2.7079423508958937
+ 2.7080128458362833
+ 2.708083338258732
+ 2.708153828163484
+ 2.7082243155507832
+ 2.7082948004208736
+ 2.7083652827739995
+ 2.7084357626104048
+ 2.7085062399303332
+ 2.708576714734029
+ 2.708647187021736
+ 2.7087176567936972
+ 2.7087881240501566
+ 2.7088585887913585
+ 2.708929051017546
+ 2.7089995107289626
+ 2.7090699679258528
+ 2.7091404226084594
+ 2.709210874777026
+ 2.709281324431797
+ 2.709351771573014
+ 2.709422216200922
+ 2.7094926583157637
+ 2.709563097917783
+ 2.709633535007222
+ 2.7097039695843246
+ 2.7097744016493346
+ 2.7098448312024943
+ 2.709915258244047
+ 2.7099856827742372
+ 2.710056104793306
+ 2.7101265243014967
+ 2.710196941299053
+ 2.710267355786218
+ 2.710337767763234
+ 2.7104081772303434
+ 2.7104785841877903
+ 2.710548988635817
+ 2.7106193905746663
+ 2.71068979000458
+ 2.710760186925802
+ 2.7108305813385747
+ 2.7109009732431395
+ 2.7109713626397407
+ 2.7110417495286194
+ 2.7111121339100195
+ 2.711182515784182
+ 2.7112528951513504
+ 2.711323272011767
+ 2.7113936463656727
+ 2.7114640182133116
+ 2.711534387554925
+ 2.711604754390755
+ 2.7116751187210446
+ 2.7117454805460355
+ 2.711815839865969
+ 2.711886196681088
+ 2.7119565509916352
+ 2.7120269027978514
+ 2.7120972520999787
+ 2.7121675988982594
+ 2.712237943192935
+ 2.712308284984248
+ 2.7123786242724397
+ 2.712448961057752
+ 2.712519295340426
+ 2.712589627120704
+ 2.712659956398828
+ 2.7127302831750395
+ 2.712800607449579
+ 2.7128709292226887
+ 2.7129412484946105
+ 2.7130115652655857
+ 2.713081879535855
+ 2.7131521913056607
+ 2.7132225005752435
+ 2.7132928073448452
+ 2.7133631116147066
+ 2.7134334133850686
+ 2.713503712656174
+ 2.713574009428262
+ 2.713644303701575
+ 2.7137145954763535
+ 2.7137848847528385
+ 2.7138551715312715
+ 2.7139254558118933
+ 2.713995737594944
+ 2.7140660168806656
+ 2.7141362936692985
+ 2.714206567961083
+ 2.714276839756261
+ 2.714347109055072
+ 2.714417375857758
+ 2.7144876401645583
+ 2.7145579019757142
+ 2.7146281612914662
+ 2.7146984181120555
+ 2.7147686724377214
+ 2.714838924268705
+ 2.7149091736052466
+ 2.714979420447587
+ 2.7150496647959663
+ 2.7151199066506244
+ 2.715190146011802
+ 2.7152603828797393
+ 2.715330617254677
+ 2.715400849136854
+ 2.7154710785265115
+ 2.7155413054238884
+ 2.7156115298292267
+ 2.7156817517427645
+ 2.715751971164743
+ 2.7158221880954017
+ 2.71589240253498
+ 2.7159626144837192
+ 2.7160328239418576
+ 2.7161030309096357
+ 2.716173235387293
+ 2.71624343737507
+ 2.716313636873205
+ 2.7163838338819386
+ 2.7164540284015106
+ 2.7165242204321594
+ 2.716594409974126
+ 2.7166645970276484
+ 2.716734781592967
+ 2.7168049636703215
+ 2.71687514325995
+ 2.716945320362093
+ 2.7170154949769896
+ 2.7170856671048784
+ 2.717155836745999
+ 2.7172260039005915
+ 2.7172961685688937
+ 2.717366330751145
+ 2.717436490447585
+ 2.717506647658452
+ 2.717576802383986
+ 2.7176469546244255
+ 2.717717104380009
+ 2.7177872516509756
+ 2.7178573964375645
+ 2.717927538740014
+ 2.7179976785585636
+ 2.718067815893451
+ 2.7181379507449157
+ 2.718208083113196
+ 2.718278212998531
+ 2.718348340401159
+ 2.718418465321318
+ 2.7184885877592473
+ 2.7185587077151854
+ 2.7186288251893695
+ 2.7186989401820396
+ 2.7187690526934336
+ 2.7188391627237887
+ 2.7189092702733446
+ 2.7189793753423395
+ 2.7190494779310104
+ 2.7191195780395967
+ 2.719189675668336
+ 2.719259770817467
+ 2.719329863487226
+ 2.719399953677853
+ 2.719470041389585
+ 2.7195401266226598
+ 2.7196102093773162
+ 2.719680289653792
+ 2.719750367452324
+ 2.719820442773151
+ 2.71989051561651
+ 2.719960585982639
+ 2.7200306538717762
+ 2.720100719284159
+ 2.7201707822200247
+ 2.720240842679611
+ 2.720310900663155
+ 2.7203809561708954
+ 2.7204510092030687
+ 2.7205210597599128
+ 2.7205911078416647
+ 2.720661153448562
+ 2.7207311965808425
+ 2.7208012372387422
+ 2.7208712754224993
+ 2.720941311132351
+ 2.721011344368534
+ 2.7210813751312855
+ 2.7211514034208433
+ 2.7212214292374437
+ 2.7212914525813243
+ 2.7213614734527214
+ 2.7214314918518725
+ 2.7215015077790143
+ 2.721571521234383
+ 2.721641532218217
+ 2.7217115407307526
+ 2.7217815467722253
+ 2.7218515503428735
+ 2.7219215514429327
+ 2.72199155007264
+ 2.722061546232232
+ 2.722131539921945
+ 2.7222015311420162
+ 2.7222715198926815
+ 2.7223415061741774
+ 2.7224114899867407
+ 2.7224814713306076
+ 2.7225514502060144
+ 2.722621426613198
+ 2.7226914005523932
+ 2.7227613720238377
+ 2.722831341027767
+ 2.7229013075644177
+ 2.7229712716340257
+ 2.723041233236827
+ 2.723111192373058
+ 2.7231811490429547
+ 2.723251103246753
+ 2.723321054984688
+ 2.7233910042569964
+ 2.723460951063914
+ 2.723530895405677
+ 2.723600837282521
+ 2.7236707766946813
+ 2.7237407136423943
+ 2.723810648125895
+ 2.7238805801454196
+ 2.723950509701204
+ 2.724020436793482
+ 2.724090361422492
+ 2.724160283588467
+ 2.7242302032916434
+ 2.724300120532257
+ 2.724370035310543
+ 2.724439947626737
+ 2.7245098574810735
+ 2.724579764873788
+ 2.724649669805116
+ 2.7247195722752933
+ 2.7247894722845545
+ 2.724859369833134
+ 2.724929264921268
+ 2.7249991575491914
+ 2.725069047717139
+ 2.725138935425346
+ 2.725208820674047
+ 2.7252787034634767
+ 2.7253485837938713
+ 2.725418461665464
+ 2.725488337078491
+ 2.725558210033186
+ 2.725628080529784
+ 2.7256979485685204
+ 2.7257678141496293
+ 2.7258376772733457
+ 2.725907537939903
+ 2.7259773961495375
+ 2.726047251902482
+ 2.726117105198972
+ 2.7261869560392427
+ 2.7262568044235267
+ 2.7263266503520596
+ 2.7263964938250753
+ 2.7264663348428084
+ 2.726536173405493
+ 2.7266060095133633
+ 2.7266758431666527
+ 2.726745674365597
+ 2.726815503110429
+ 2.726885329401384
+ 2.726955153238695
+ 2.727024974622596
+ 2.7270947935533214
+ 2.7271646100311053
+ 2.727234424056181
+ 2.7273042356287824
+ 2.7273740447491446
+ 2.7274438514174997
+ 2.7275136556340818
+ 2.7275834573991253
+ 2.727653256712864
+ 2.727723053575531
+ 2.7277928479873594
+ 2.727862639948584
+ 2.727932429459437
+ 2.7280022165201534
+ 2.7280720011309656
+ 2.728141783292107
+ 2.7282115630038115
+ 2.7282813402663124
+ 2.728351115079843
+ 2.7284208874446367
+ 2.7284906573609256
+ 2.728560424828945
+ 2.728630189848926
+ 2.7286999524211026
+ 2.728769712545708
+ 2.7288394702229755
+ 2.7289092254531377
+ 2.7289789782364275
+ 2.7290487285730785
+ 2.729118476463323
+ 2.729188221907394
+ 2.7292579649055244
+ 2.7293277054579472
+ 2.729397443564895
+ 2.7294671792266003
+ 2.7295369124432964
+ 2.7296066432152157
+ 2.7296763715425905
+ 2.729746097425654
+ 2.729815820864638
+ 2.7298855418597756
+ 2.729955260411299
+ 2.7300249765194406
+ 2.730094690184434
+ 2.7301644014065096
+ 2.730234110185901
+ 2.7303038165228397
+ 2.730373520417559
+ 2.7304432218702908
+ 2.730512920881267
+ 2.7305826174507195
+ 2.730652311578881
+ 2.7307220032659836
+ 2.730791692512259
+ 2.7308613793179393
+ 2.730931063683257
+ 2.7310007456084433
+ 2.7310704250937303
+ 2.7311401021393498
+ 2.731209776745535
+ 2.7312794489125154
+ 2.731349118640524
+ 2.731418785929792
+ 2.7314884507805526
+ 2.7315581131930355
+ 2.7316277731674736
+ 2.7316974307040978
+ 2.73176708580314
+ 2.731836738464832
+ 2.7319063886894046
+ 2.73197603647709
+ 2.732045681828119
+ 2.732115324742723
+ 2.732184965221134
+ 2.7322546032635824
+ 2.7323242388702993
+ 2.7323938720415173
+ 2.732463502777467
+ 2.7325331310783785
+ 2.732602756944484
+ 2.7326723803760142
+ 2.7327420013732007
+ 2.7328116199362738
+ 2.732881236065465
+ 2.732950849761005
+ 2.733020461023125
+ 2.7330900698520555
+ 2.733159676248027
+ 2.7332292802112708
+ 2.733298881742018
+ 2.7333684808404985
+ 2.733438077506944
+ 2.7335076717415845
+ 2.7335772635446505
+ 2.7336468529163724
+ 2.7337164398569813
+ 2.733786024366708
+ 2.733855606445782
+ 2.7339251860944347
+ 2.7339947633128956
+ 2.7340643381013963
+ 2.734133910460166
+ 2.7342034803894353
+ 2.734273047889434
+ 2.7343426129603934
+ 2.7344121756025435
+ 2.734481735816114
+ 2.734551293601335
+ 2.734620848958437
+ 2.734690401887649
+ 2.7347599523892026
+ 2.734829500463327
+ 2.7348990461102516
+ 2.734968589330207
+ 2.7350381301234234
+ 2.735107668490129
+ 2.735177204430556
+ 2.7352467379449323
+ 2.7353162690334885
+ 2.7353857976964537
+ 2.735455323934058
+ 2.735524847746531
+ 2.7355943691341027
+ 2.7356638880970015
+ 2.7357334046354573
+ 2.735802918749701
+ 2.73587243043996
+ 2.735941939706465
+ 2.736011446549445
+ 2.736080950969129
+ 2.7361504529657474
+ 2.7362199525395283
+ 2.7362894496907013
+ 2.7363589444194956
+ 2.7364284367261402
+ 2.736497926610865
+ 2.7365674140738983
+ 2.7366368991154695
+ 2.7367063817358073
+ 2.7367758619351408
+ 2.7368453397136996
+ 2.7369148150717115
+ 2.7369842880094066
+ 2.7370537585270127
+ 2.7371232266247585
+ 2.7371926923028744
+ 2.7372621555615875
+ 2.7373316164011268
+ 2.7374010748217215
+ 2.7374705308236003
+ 2.737539984406991
+ 2.7376094355721228
+ 2.7376788843192235
+ 2.7377483306485226
+ 2.7378177745602477
+ 2.7378872160546286
+ 2.737956655131892
+ 2.7380260917922663
+ 2.7380955260359814
+ 2.7381649578632645
+ 2.7382343872743435
+ 2.7383038142694476
+ 2.7383732388488045
+ 2.7384426610126424
+ 2.738512080761189
+ 2.7385814980946726
+ 2.7386509130133216
+ 2.738720325517364
+ 2.7387897356070274
+ 2.7388591432825398
+ 2.738928548544129
+ 2.7389979513920233
+ 2.7390673518264497
+ 2.739136749847636
+ 2.7392061454558116
+ 2.739275538651203
+ 2.7393449294340377
+ 2.739414317804543
+ 2.7394837037629483
+ 2.739553087309479
+ 2.7396224684443644
+ 2.739691847167831
+ 2.7397612234801065
+ 2.7398305973814185
+ 2.739899968871994
+ 2.7399693379520604
+ 2.7400387046218464
+ 2.7401080688815775
+ 2.7401774307314812
+ 2.740246790171786
+ 2.740316147202718
+ 2.7403855018245045
+ 2.7404548540373734
+ 2.7405242038415505
+ 2.7405935512372634
+ 2.7406628962247397
+ 2.7407322388042057
+ 2.740801578975889
+ 2.740870916740015
+ 2.740940252096813
+ 2.7410095850465077
+ 2.7410789155893265
+ 2.741148243725497
+ 2.741217569455245
+ 2.7412868927787977
+ 2.7413562136963816
+ 2.7414255322082233
+ 2.7414948483145496
+ 2.741564162015587
+ 2.7416334733115617
+ 2.7417027822027005
+ 2.7417720886892303
+ 2.7418413927713763
+ 2.7419106944493663
+ 2.7419799937234255
+ 2.7420492905937808
+ 2.742118585060658
+ 2.742187877124285
+ 2.742257166784886
+ 2.7423264540426877
+ 2.7423957388979168
+ 2.7424650213507995
+ 2.742534301401561
+ 2.7426035790504284
+ 2.7426728542976266
+ 2.7427421271433827
+ 2.7428113975879214
+ 2.74288066563147
+ 2.742949931274253
+ 2.7430191945164974
+ 2.7430884553584285
+ 2.743157713800272
+ 2.743226969842253
+ 2.743296223484599
+ 2.743365474727534
+ 2.7434347235712844
+ 2.743503970016075
+ 2.743573214062133
+ 2.743642455709682
+ 2.743711694958949
+ 2.743780931810158
+ 2.7438501662635364
+ 2.7439193983193078
+ 2.743988627977698
+ 2.7440578552389328
+ 2.744127080103237
+ 2.7441963025708365
+ 2.744265522641956
+ 2.74433474031682
+ 2.744403955595655
+ 2.744473168478686
+ 2.7445423789661363
+ 2.7446115870582326
+ 2.7446807927552004
+ 2.744749996057263
+ 2.7448191969646465
+ 2.7448883954775747
+ 2.7449575915962745
+ 2.7450267853209684
+ 2.745095976651882
+ 2.7451651655892415
+ 2.74523435213327
+ 2.7453035362841924
+ 2.745372718042234
+ 2.7454418974076185
+ 2.745511074380571
+ 2.7455802489613164
+ 2.745649421150079
+ 2.745718590947083
+ 2.745787758352553
+ 2.745856923366714
+ 2.7459260859897894
+ 2.745995246222004
+ 2.746064404063582
+ 2.7461335595147482
+ 2.7462027125757267
+ 2.746271863246741
+ 2.746341011528016
+ 2.7464101574197755
+ 2.746479300922244
+ 2.746548442035645
+ 2.746617580760203
+ 2.746686717096142
+ 2.7467558510436856
+ 2.746824982603058
+ 2.7468941117744836
+ 2.7469632385581857
+ 2.7470323629543874
+ 2.747101484963314
+ 2.7471706045851887
+ 2.7472397218202347
+ 2.7473088366686764
+ 2.747377949130737
+ 2.7474470592066407
+ 2.74751616689661
+ 2.74758527220087
+ 2.747654375119643
+ 2.7477234756531534
+ 2.747792573801624
+ 2.747861669565278
+ 2.74793076294434
+ 2.747999853939032
+ 2.748068942549578
+ 2.748138028776201
+ 2.7482071126191245
+ 2.7482761940785716
+ 2.748345273154766
+ 2.74841434984793
+ 2.7484834241582874
+ 2.7485524960860612
+ 2.748621565631474
+ 2.7486906327947493
+ 2.74875969757611
+ 2.7488287599757784
+ 2.7488978199939784
+ 2.748966877630932
+ 2.7490359328868634
+ 2.7491049857619942
+ 2.749174036256547
+ 2.749243084370745
+ 2.7493121301048116
+ 2.7493811734589686
+ 2.7494502144334385
+ 2.7495192530284447
+ 2.749588289244209
+ 2.749657323080955
+ 2.7497263545389035
+ 2.7497953836182787
+ 2.7498644103193026
+ 2.749933434642197
+ 2.7500024565871843
+ 2.7500714761544875
+ 2.7501404933443285
+ 2.7502095081569293
+ 2.7502785205925133
+ 2.750347530651301
+ 2.7504165383335164
+ 2.75048554363938
+ 2.7505545465691146
+ 2.7506235471229425
+ 2.7506925453010855
+ 2.750761541103765
+ 2.750830534531204
+ 2.7508995255836246
+ 2.7509685142612477
+ 2.7510375005642946
+ 2.7511064844929893
+ 2.751175466047552
+ 2.7512444452282048
+ 2.751313422035169
+ 2.7513823964686677
+ 2.751451368528921
+ 2.7515203382161517
+ 2.751589305530581
+ 2.7516582704724297
+ 2.7517272330419202
+ 2.751796193239274
+ 2.7518651510647123
+ 2.7519341065184557
+ 2.752003059600727
+ 2.752072010311747
+ 2.7521409586517374
+ 2.7522099046209187
+ 2.752278848219513
+ 2.7523477894477404
+ 2.752416728305823
+ 2.7524856647939817
+ 2.752554598912438
+ 2.7526235306614124
+ 2.7526924600411267
+ 2.7527613870518004
+ 2.752830311693656
+ 2.7528992339669145
+ 2.752968153871796
+ 2.7530370714085217
+ 2.7531059865773124
+ 2.753174899378389
+ 2.7532438098119725
+ 2.7533127178782824
+ 2.7533816235775412
+ 2.7534505269099685
+ 2.7535194278757857
+ 2.753588326475213
+ 2.7536572227084704
+ 2.753726116575779
+ 2.75379500807736
+ 2.7538638972134324
+ 2.7539327839842183
+ 2.7540016683899373
+ 2.7540705504308094
+ 2.7541394301070548
+ 2.754208307418895
+ 2.7542771823665495
+ 2.754346054950239
+ 2.7544149251701833
+ 2.754483793026602
+ 2.754552658519717
+ 2.7546215216497463
+ 2.7546903824169116
+ 2.754759240821432
+ 2.754828096863528
+ 2.7548969505434195
+ 2.7549658018613266
+ 2.755034650817469
+ 2.7551034974120667
+ 2.7551723416453395
+ 2.7552411835175072
+ 2.7553100230287892
+ 2.755378860179406
+ 2.7554476949695768
+ 2.7555165273995215
+ 2.7555853574694593
+ 2.7556541851796106
+ 2.7557230105301946
+ 2.755791833521431
+ 2.755860654153538
+ 2.755929472426738
+ 2.7559982883412473
+ 2.7560671018972873
+ 2.7561359130950764
+ 2.7562047219348345
+ 2.7562735284167807
+ 2.7563423325411343
+ 2.7564111343081144
+ 2.7564799337179404
+ 2.756548730770832
+ 2.7566175254670067
+ 2.7566863178066856
+ 2.7567551077900867
+ 2.7568238954174293
+ 2.7568926806889325
+ 2.756961463604815
+ 2.757030244165296
+ 2.757099022370594
+ 2.757167798220929
+ 2.7572365717165184
+ 2.757305342857581
+ 2.7573741116443373
+ 2.7574428780770046
+ 2.757511642155803
+ 2.7575804038809486
+ 2.7576491632526627
+ 2.7577179202711624
+ 2.7577866749366673
+ 2.757855427249395
+ 2.7579241772095644
+ 2.7579929248173944
+ 2.758061670073103
+ 2.758130412976908
+ 2.7581991535290293
+ 2.7582678917296843
+ 2.7583366275790917
+ 2.758405361077469
+ 2.7584740922250353
+ 2.758542821022008
+ 2.7586115474686066
+ 2.758680271565048
+ 2.7587489933115505
+ 2.7588177127083333
+ 2.758886429755613
+ 2.7589551444536085
+ 2.759023856802538
+ 2.759092566802618
+ 2.759161274454068
+ 2.759229979757105
+ 2.7592986827119477
+ 2.7593673833188133
+ 2.7594360815779195
+ 2.7595047774894845
+ 2.7595734710537254
+ 2.7596421622708607
+ 2.759710851141107
+ 2.759779537664683
+ 2.7598482218418057
+ 2.759916903672693
+ 2.759985583157562
+ 2.760054260296631
+ 2.7601229350901164
+ 2.760191607538236
+ 2.7602602776412075
+ 2.7603289453992486
+ 2.760397610812576
+ 2.7604662738814065
+ 2.7605349346059582
+ 2.760603592986448
+ 2.7606722490230937
+ 2.760740902716112
+ 2.7608095540657196
+ 2.760878203072134
+ 2.7609468497355727
+ 2.7610154940562524
+ 2.76108413603439
+ 2.761152775670202
+ 2.761221412963906
+ 2.761290047915719
+ 2.7613586805258574
+ 2.7614273107945384
+ 2.761495938721979
+ 2.761564564308395
+ 2.761633187554004
+ 2.7617018084590224
+ 2.7617704270236674
+ 2.761839043248155
+ 2.761907657132702
+ 2.761976268677525
+ 2.76204487788284
+ 2.762113484748865
+ 2.762182089275815
+ 2.762250691463907
+ 2.762319291313357
+ 2.7623878888243825
+ 2.762456483997199
+ 2.7625250768320226
+ 2.76259366732907
+ 2.7626622554885576
+ 2.7627308413107015
+ 2.762799424795717
+ 2.762868005943822
+ 2.7629365847552307
+ 2.763005161230161
+ 2.763073735368828
+ 2.763142307171447
+ 2.7632108766382357
+ 2.763279443769409
+ 2.7633480085651825
+ 2.7634165710257728
+ 2.7634851311513953
+ 2.7635536889422667
+ 2.7636222443986016
+ 2.7636907975206166
+ 2.763759348308527
+ 2.7638278967625487
+ 2.7638964428828974
+ 2.7639649866697886
+ 2.764033528123438
+ 2.764102067244061
+ 2.7641706040318734
+ 2.76423913848709
+ 2.764307670609927
+ 2.7643762004006005
+ 2.764444727859324
+ 2.7645132529863146
+ 2.764581775781787
+ 2.764650296245956
+ 2.7647188143790373
+ 2.764787330181246
+ 2.7648558436527986
+ 2.764924354793908
+ 2.764992863604791
+ 2.7650613700856623
+ 2.7651298742367367
+ 2.7651983760582297
+ 2.7652668755503558
+ 2.7653353727133303
+ 2.7654038675473687
+ 2.7654723600526845
+ 2.7655408502294936
+ 2.765609338078011
+ 2.765677823598451
+ 2.765746306791029
+ 2.7658147876559585
+ 2.7658832661934554
+ 2.7659517424037343
+ 2.7660202162870093
+ 2.7660886878434954
+ 2.7661571570734074
+ 2.766225623976959
+ 2.766294088554366
+ 2.766362550805842
+ 2.7664310107316012
+ 2.766499468331859
+ 2.766567923606829
+ 2.7666363765567263
+ 2.7667048271817647
+ 2.7667732754821586
+ 2.7668417214581225
+ 2.76691016510987
+ 2.7669786064376156
+ 2.7670470454415743
+ 2.7671154821219592
+ 2.767183916478985
+ 2.7672523485128653
+ 2.7673207782238145
+ 2.7673892056120466
+ 2.767457630677775
+ 2.7675260534212147
+ 2.767594473842579
+ 2.7676628919420816
+ 2.767731307719937
+ 2.7677997211763588
+ 2.7678681323115595
+ 2.7679365411257546
+ 2.7680049476191577
+ 2.7680733517919816
+ 2.7681417536444406
+ 2.7682101531767476
+ 2.768278550389117
+ 2.7683469452817624
+ 2.7684153378548966
+ 2.7684837281087336
+ 2.768552116043486
+ 2.768620501659369
+ 2.7686888849565947
+ 2.7687572659353767
+ 2.7688256445959283
+ 2.768894020938463
+ 2.768962394963194
+ 2.7690307666703347
+ 2.7690991360600976
+ 2.769167503132697
+ 2.7692358678883453
+ 2.769304230327256
+ 2.769372590449642
+ 2.7694409482557156
+ 2.7695093037456915
+ 2.769577656919781
+ 2.7696460077781984
+ 2.7697143563211553
+ 2.769782702548866
+ 2.7698510464615422
+ 2.7699193880593973
+ 2.7699877273426443
+ 2.7700560643114955
+ 2.7701243989661637
+ 2.770192731306862
+ 2.770261061333802
+ 2.7703293890471983
+ 2.7703977144472614
+ 2.770466037534205
+ 2.7705343583082414
+ 2.7706026767695833
+ 2.770670992918443
+ 2.7707393067550328
+ 2.770807618279566
+ 2.7708759274922534
+ 2.770944234393308
+ 2.7710125389829434
+ 2.77108084126137
+ 2.771149141228801
+ 2.7712174388854485
+ 2.7712857342315247
+ 2.771354027267242
+ 2.771422317992812
+ 2.7714906064084466
+ 2.7715588925143595
+ 2.7716271763107607
+ 2.7716954577978634
+ 2.771763736975879
+ 2.7718320138450196
+ 2.7719002884054977
+ 2.771968560657524
+ 2.7720368306013117
+ 2.7721050982370716
+ 2.7721733635650163
+ 2.7722416265853562
+ 2.772309887298304
+ 2.7723781457040713
+ 2.7724464018028696
+ 2.7725146555949114
+ 2.7725829070804067
+ 2.772651156259568
+ 2.772719403132607
+ 2.7727876476997344
+ 2.7728558899611624
+ 2.7729241299171017
+ 2.7729923675677646
+ 2.773060602913362
+ 2.7731288359541053
+ 2.773197066690206
+ 2.773265295121875
+ 2.7733335212493233
+ 2.7734017450727624
+ 2.7734699665924043
+ 2.773538185808459
+ 2.7736064027211382
+ 2.773674617330653
+ 2.773742829637214
+ 2.773811039641032
+ 2.773879247342319
+ 2.7739474527412855
+ 2.774015655838142
+ 2.7740838566331005
+ 2.77415205512637
+ 2.7742202513181633
+ 2.77428844520869
+ 2.7743566367981614
+ 2.7744248260867876
+ 2.7744930130747805
+ 2.7745611977623494
+ 2.774629380149706
+ 2.7746975602370605
+ 2.774765738024623
+ 2.7748339135126048
+ 2.774902086701216
+ 2.774970257590667
+ 2.775038426181169
+ 2.7751065924729312
+ 2.775174756466165
+ 2.7752429181610805
+ 2.7753110775578884
+ 2.775379234656798
+ 2.7754473894580203
+ 2.775515541961765
+ 2.775583692168243
+ 2.775651840077664
+ 2.7757199856902384
+ 2.775788129006176
+ 2.775856270025687
+ 2.7759244087489816
+ 2.77599254517627
+ 2.7760606793077613
+ 2.7761288111436664
+ 2.7761969406841946
+ 2.776265067929556
+ 2.776333192879961
+ 2.776401315535619
+ 2.7764694358967392
+ 2.776537553963532
+ 2.776605669736207
+ 2.7766737832149744
+ 2.7767418944000424
+ 2.7768100032916228
+ 2.7768781098899233
+ 2.7769462141951538
+ 2.777014316207525
+ 2.7770824159272456
+ 2.777150513354525
+ 2.7772186084895725
+ 2.7772867013325984
+ 2.7773547918838113
+ 2.7774228801434204
+ 2.777490966111636
+ 2.7775590497886666
+ 2.777627131174721
+ 2.77769521027001
+ 2.777763287074741
+ 2.777831361589125
+ 2.77789943381337
+ 2.7779675037476843
+ 2.7780355713922784
+ 2.7781036367473613
+ 2.7781716998131416
+ 2.778239760589828
+ 2.7783078190776305
+ 2.7783758752767564
+ 2.7784439291874157
+ 2.7785119808098178
+ 2.77858003014417
+ 2.778648077190682
+ 2.778716121949562
+ 2.7787841644210194
+ 2.778852204605263
+ 2.778920242502501
+ 2.778988278112942
+ 2.7790563114367948
+ 2.779124342474268
+ 2.7791923712255704
+ 2.77926039769091
+ 2.7793284218704954
+ 2.7793964437645355
+ 2.779464463373238
+ 2.779532480696812
+ 2.779600495735465
+ 2.7796685084894066
+ 2.7797365189588437
+ 2.7798045271439857
+ 2.7798725330450402
+ 2.7799405366622154
+ 2.78000853799572
+ 2.780076537045762
+ 2.780144533812549
+ 2.7802125282962895
+ 2.7802805204971914
+ 2.7803485104154624
+ 2.780416498051311
+ 2.780484483404946
+ 2.780552466476573
+ 2.780620447266402
+ 2.78068842577464
+ 2.780756402001495
+ 2.7808243759471747
+ 2.780892347611887
+ 2.7809603169958392
+ 2.7810282840992397
+ 2.7810962489222963
+ 2.7811642114652155
+ 2.781232171728206
+ 2.7813001297114748
+ 2.7813680854152296
+ 2.7814360388396784
+ 2.781503989985028
+ 2.781571938851487
+ 2.781639885439261
+ 2.7817078297485587
+ 2.781775771779587
+ 2.7818437115325536
+ 2.781911649007666
+ 2.7819795842051303
+ 2.782047517125155
+ 2.7821154477679473
+ 2.782183376133714
+ 2.782251302222661
+ 2.782319226034998
+ 2.7823871475709305
+ 2.7824550668306656
+ 2.7825229838144105
+ 2.7825908985223724
+ 2.782658810954758
+ 2.782726721111774
+ 2.7827946289936283
+ 2.782862534600527
+ 2.782930437932677
+ 2.7829983389902857
+ 2.783066237773559
+ 2.783134134282704
+ 2.7832020285179278
+ 2.7832699204794364
+ 2.7833378101674375
+ 2.7834056975821366
+ 2.7834735827237407
+ 2.7835414655924566
+ 2.7836093461884914
+ 2.7836772245120507
+ 2.783745100563341
+ 2.7838129743425686
+ 2.7838808458499407
+ 2.783948715085663
+ 2.784016582049943
+ 2.7840844467429853
+ 2.7841523091649973
+ 2.784220169316185
+ 2.784288027196755
+ 2.7843558828069135
+ 2.7844237361468656
+ 2.7844915872168183
+ 2.7845594360169783
+ 2.7846272825475507
+ 2.7846951268087414
+ 2.784762968800757
+ 2.784830808523804
+ 2.7848986459780876
+ 2.7849664811638135
+ 2.785034314081188
+ 2.785102144730417
+ 2.7851699731117066
+ 2.7852377992252624
+ 2.78530562307129
+ 2.785373444649995
+ 2.7854412639615833
+ 2.785509081006261
+ 2.7855768957842333
+ 2.7856447082957057
+ 2.7857125185408838
+ 2.785780326519974
+ 2.7858481322331814
+ 2.785915935680711
+ 2.785983736862768
+ 2.7860515357795594
+ 2.7861193324312894
+ 2.786187126818164
+ 2.786254918940388
+ 2.786322708798166
+ 2.786390496391705
+ 2.78645828172121
+ 2.786526064786885
+ 2.7865938455889365
+ 2.7866616241275683
+ 2.786729400402987
+ 2.7867971744153968
+ 2.7868649461650032
+ 2.786932715652011
+ 2.7870004828766253
+ 2.787068247839051
+ 2.7871360105394936
+ 2.787203770978157
+ 2.7872715291552472
+ 2.7873392850709684
+ 2.7874070387255254
+ 2.787474790119124
+ 2.7875425392519673
+ 2.787610286124261
+ 2.78767803073621
+ 2.7877457730880186
+ 2.787813513179892
+ 2.787881251012034
+ 2.787948986584649
+ 2.788016719897943
+ 2.7880844509521197
+ 2.7881521797473834
+ 2.7882199062839392
+ 2.7882876305619906
+ 2.7883553525817426
+ 2.7884230723434
+ 2.7884907898471663
+ 2.788558505093247
+ 2.788626218081845
+ 2.788693928813165
+ 2.7887616372874118
+ 2.788829343504789
+ 2.788897047465501
+ 2.788964749169752
+ 2.7890324486177462
+ 2.7891001458096873
+ 2.7891678407457796
+ 2.789235533426227
+ 2.7893032238512343
+ 2.789370912021004
+ 2.789438597935741
+ 2.7895062815956493
+ 2.789573963000932
+ 2.789641642151794
+ 2.789709319048438
+ 2.789776993691069
+ 2.789844666079889
+ 2.789912336215104
+ 2.789980004096916
+ 2.790047669725529
+ 2.790115333101147
+ 2.790182994223973
+ 2.7902506530942115
+ 2.790318309712065
+ 2.7903859640777378
+ 2.7904536161914333
+ 2.790521266053354
+ 2.7905889136637048
+ 2.7906565590226884
+ 2.7907242021305074
+ 2.7907918429873666
+ 2.790859481593468
+ 2.790927117949016
+ 2.7909947520542127
+ 2.7910623839092623
+ 2.7911300135143673
+ 2.791197640869732
+ 2.7912652659755577
+ 2.7913328888320486
+ 2.791400509439408
+ 2.791468127797838
+ 2.7915357439075423
+ 2.791603357768724
+ 2.791670969381585
+ 2.79173857874633
+ 2.79180618586316
+ 2.7918737907322795
+ 2.79194139335389
+ 2.792008993728195
+ 2.792076591855397
+ 2.792144187735699
+ 2.792211781369303
+ 2.7922793727564126
+ 2.79234696189723
+ 2.7924145487919585
+ 2.7924821334407994
+ 2.792549715843956
+ 2.7926172960016307
+ 2.792684873914026
+ 2.7927524495813447
+ 2.7928200230037885
+ 2.7928875941815603
+ 2.7929551631148626
+ 2.7930227298038974
+ 2.7930902942488673
+ 2.793157856449975
+ 2.7932254164074215
+ 2.79329297412141
+ 2.7933605295921424
+ 2.793428082819821
+ 2.7934956338046475
+ 2.7935631825468246
+ 2.793630729046554
+ 2.7936982733040385
+ 2.793765815319479
+ 2.793833355093078
+ 2.7939008926250373
+ 2.79396842791556
+ 2.794035960964846
+ 2.7941034917730985
+ 2.7941710203405186
+ 2.794238546667309
+ 2.794306070753671
+ 2.7943735925998063
+ 2.7944411122059165
+ 2.7945086295722037
+ 2.7945761446988695
+ 2.7946436575861147
+ 2.794711168234142
+ 2.7947786766431526
+ 2.794846182813348
+ 2.79491368674493
+ 2.7949811884380993
+ 2.7950486878930585
+ 2.795116185110008
+ 2.795183680089149
+ 2.7952511728306844
+ 2.795318663334814
+ 2.79538615160174
+ 2.7954536376316637
+ 2.7955211214247853
+ 2.795588602981307
+ 2.7956560823014294
+ 2.7957235593853547
+ 2.7957910342332832
+ 2.795858506845416
+ 2.795925977221954
+ 2.795993445363099
+ 2.7960609112690515
+ 2.7961283749400128
+ 2.796195836376183
+ 2.7962632955777638
+ 2.796330752544956
+ 2.7963982072779605
+ 2.796465659776978
+ 2.7965331100422093
+ 2.7966005580738553
+ 2.7966680038721163
+ 2.796735447437194
+ 2.796802888769288
+ 2.7968703278685996
+ 2.796937764735329
+ 2.7970051993696776
+ 2.797072631771845
+ 2.7971400619420326
+ 2.79720748988044
+ 2.7972749155872685
+ 2.797342339062718
+ 2.7974097603069894
+ 2.797477179320283
+ 2.7975445961027985
+ 2.797612010654737
+ 2.7976794229762985
+ 2.797746833067684
+ 2.797814240929092
+ 2.7978816465607244
+ 2.7979490499627806
+ 2.798016451135461
+ 2.7980838500789655
+ 2.798151246793495
+ 2.7982186412792487
+ 2.798286033536427
+ 2.798353423565229
+ 2.798420811365857
+ 2.7984881969385085
+ 2.7985555802833844
+ 2.798622961400685
+ 2.798690340290609
+ 2.7987577169533577
+ 2.7988250913891304
+ 2.798892463598126
+ 2.798959833580545
+ 2.7990272013365876
+ 2.7990945668664526
+ 2.7991619301703397
+ 2.7992292912484493
+ 2.7992966501009806
+ 2.799364006728133
+ 2.7994313611301065
+ 2.7994987133071
+ 2.799566063259313
+ 2.7996334109869454
+ 2.799700756490197
+ 2.799768099769266
+ 2.799835440824353
+ 2.7999027796556564
+ 2.7999701162633754
+ 2.800037450647711
+ 2.80010478280886
+ 2.800172112747024
+ 2.8002394404624003
+ 2.8003067659551895
+ 2.800374089225589
+ 2.8004414102737996
+ 2.80050872910002
+ 2.8005760457044486
+ 2.8006433600872853
+ 2.800710672248728
+ 2.800777982188977
+ 2.8008452899082297
+ 2.800912595406686
+ 2.8009798986845453
+ 2.8010471997420052
+ 2.801114498579265
+ 2.801181795196524
+ 2.80124908959398
+ 2.801316381771833
+ 2.8013836717302802
+ 2.8014509594695216
+ 2.8015182449897544
+ 2.801585528291179
+ 2.801652809373993
+ 2.801720088238394
+ 2.8017873648845826
+ 2.8018546393127557
+ 2.8019219115231127
+ 2.8019891815158515
+ 2.802056449291171
+ 2.802123714849269
+ 2.802190978190344
+ 2.8022582393145945
+ 2.8023254982222188
+ 2.802392754913415
+ 2.8024600093883816
+ 2.8025272616473167
+ 2.802594511690418
+ 2.802661759517885
+ 2.802729005129914
+ 2.8027962485267044
+ 2.8028634897084537
+ 2.8029307286753604
+ 2.8029979654276223
+ 2.8030651999654372
+ 2.803132432289003
+ 2.8031996623985176
+ 2.803266890294179
+ 2.8033341159761855
+ 2.803401339444734
+ 2.803468560700024
+ 2.8035357797422504
+ 2.8036029965716143
+ 2.803670211188311
+ 2.803737423592539
+ 2.8038046337844964
+ 2.8038718417643804
+ 2.803939047532388
+ 2.804006251088718
+ 2.8040734524335664
+ 2.804140651567132
+ 2.8042078484896127
+ 2.8042750432012045
+ 2.8043422357021055
+ 2.8044094259925134
+ 2.804476614072625
+ 2.804543799942638
+ 2.8046109836027497
+ 2.804678165053157
+ 2.8047453442940578
+ 2.804812521325649
+ 2.8048796961481277
+ 2.8049468687616916
+ 2.805014039166537
+ 2.805081207362862
+ 2.8051483733508626
+ 2.805215537130737
+ 2.8052826987026807
+ 2.8053498580668923
+ 2.805417015223568
+ 2.805484170172905
+ 2.8055513229150995
+ 2.805618473450349
+ 2.8056856217788506
+ 2.8057527679008007
+ 2.8058199118163962
+ 2.8058870535258342
+ 2.8059541930293106
+ 2.806021330327023
+ 2.806088465419168
+ 2.806155598305941
+ 2.8062227289875405
+ 2.806289857464162
+ 2.8063569837360025
+ 2.806424107803258
+ 2.8064912296661255
+ 2.8065583493248014
+ 2.8066254667794817
+ 2.806692582030364
+ 2.8067596950776434
+ 2.8068268059215162
+ 2.8068939145621803
+ 2.8069610209998306
+ 2.807028125234664
+ 2.8070952272668763
+ 2.807162327096664
+ 2.8072294247242238
+ 2.807296520149751
+ 2.807363613373442
+ 2.807430704395493
+ 2.8074977932161005
+ 2.8075648798354598
+ 2.8076319642537677
+ 2.8076990464712197
+ 2.8077661264880116
+ 2.80783320430434
+ 2.8079002799204
+ 2.807967353336388
+ 2.8080344245525
+ 2.8081014935689317
+ 2.8081685603858784
+ 2.8082356250035363
+ 2.8083026874221013
+ 2.808369747641769
+ 2.8084368056627347
+ 2.808503861485195
+ 2.8085709151093443
+ 2.808637966535379
+ 2.8087050157634947
+ 2.808772062793887
+ 2.8088391076267505
+ 2.8089061502622816
+ 2.8089731907006756
+ 2.8090402289421275
+ 2.8091072649868334
+ 2.809174298834988
+ 2.8092413304867874
+ 2.809308359942426
+ 2.8093753872020994
+ 2.8094424122660038
+ 2.809509435134333
+ 2.809576455807283
+ 2.809643474285049
+ 2.809710490567826
+ 2.8097775046558087
+ 2.8098445165491928
+ 2.809911526248173
+ 2.809978533752945
+ 2.810045539063703
+ 2.8101125421806423
+ 2.810179543103958
+ 2.8102465418338447
+ 2.810313538370497
+ 2.810380532714111
+ 2.8104475248648804
+ 2.810514514823
+ 2.8105815025886653
+ 2.810648488162071
+ 2.810715471543411
+ 2.8107824527328806
+ 2.8108494317306745
+ 2.810916408536987
+ 2.810983383152013
+ 2.811050355575947
+ 2.811117325808984
+ 2.811184293851318
+ 2.811251259703143
+ 2.8113182233646543
+ 2.8113851848360465
+ 2.811452144117513
+ 2.811519101209249
+ 2.811586056111449
+ 2.811653008824307
+ 2.811719959348017
+ 2.8117869076827735
+ 2.811853853828771
+ 2.8119207977862035
+ 2.811987739555265
+ 2.81205467913615
+ 2.8121216165290526
+ 2.8121885517341667
+ 2.8122554847516867
+ 2.812322415581806
+ 2.81238934422472
+ 2.8124562706806207
+ 2.8125231949497036
+ 2.812590117032162
+ 2.81265703692819
+ 2.812723954637981
+ 2.8127908701617303
+ 2.8128577834996302
+ 2.8129246946518753
+ 2.8129916036186584
+ 2.813058510400174
+ 2.8131254149966165
+ 2.813192317408178
+ 2.8132592176350535
+ 2.8133261156774356
+ 2.813393011535519
+ 2.813459905209496
+ 2.8135267966995614
+ 2.813593686005908
+ 2.813660573128729
+ 2.8137274580682186
+ 2.8137943408245705
+ 2.813861221397977
+ 2.813928099788632
+ 2.8139949759967284
+ 2.8140618500224606
+ 2.8141287218660205
+ 2.8141955915276027
+ 2.8142624590074
+ 2.814329324305605
+ 2.8143961874224117
+ 2.8144630483580126
+ 2.8145299071126013
+ 2.8145967636863705
+ 2.8146636180795137
+ 2.8147304702922233
+ 2.8147973203246934
+ 2.814864168177116
+ 2.8149310138496846
+ 2.8149978573425916
+ 2.8150646986560304
+ 2.8151315377901938
+ 2.815198374745274
+ 2.815265209521465
+ 2.8153320421189587
+ 2.8153988725379477
+ 2.8154657007786255
+ 2.8155325268411846
+ 2.815599350725817
+ 2.8156661724327163
+ 2.8157329919620744
+ 2.8157998093140844
+ 2.815866624488939
+ 2.8159334374868297
+ 2.8160002483079505
+ 2.8160670569524924
+ 2.816133863420649
+ 2.8162006677126117
+ 2.816267469828574
+ 2.8163342697687277
+ 2.816401067533265
+ 2.8164678631223787
+ 2.816534656536261
+ 2.816601447775103
+ 2.8166682368390994
+ 2.81673502372844
+ 2.8168018084433175
+ 2.8168685909839253
+ 2.816935371350454
+ 2.8170021495430966
+ 2.817068925562045
+ 2.817135699407491
+ 2.817202471079627
+ 2.8172692405786446
+ 2.817336007904736
+ 2.8174027730580935
+ 2.8174695360389084
+ 2.8175362968473725
+ 2.8176030554836777
+ 2.8176698119480164
+ 2.8177365662405793
+ 2.81780331836156
+ 2.8178700683111484
+ 2.817936816089537
+ 2.818003561696917
+ 2.818070305133481
+ 2.8181370463994195
+ 2.818203785494925
+ 2.818270522420189
+ 2.8183372571754024
+ 2.8184039897607573
+ 2.8184707201764447
+ 2.818537448422657
+ 2.8186041744995847
+ 2.818670898407419
+ 2.8187376201463525
+ 2.8188043397165754
+ 2.8188710571182796
+ 2.8189377723516555
+ 2.8190044854168965
+ 2.8190711963141917
+ 2.819137905043733
+ 2.819204611605711
+ 2.8192713160003184
+ 2.819338018227745
+ 2.8194047182881827
+ 2.819471416181822
+ 2.8195381119088543
+ 2.8196048054694702
+ 2.819671496863861
+ 2.8197381860922177
+ 2.819804873154731
+ 2.8198715580515925
+ 2.819938240782992
+ 2.8200049213491214
+ 2.820071599750171
+ 2.8201382759863316
+ 2.8202049500577933
+ 2.820271621964748
+ 2.8203382917073867
+ 2.820404959285899
+ 2.8204716247004757
+ 2.8205382879513072
+ 2.820604949038585
+ 2.8206716079625
+ 2.8207382647232415
+ 2.820804919321
+ 2.8208715717559674
+ 2.8209382220283326
+ 2.821004870138287
+ 2.8210715160860205
+ 2.8211381598717242
+ 2.8212048014955884
+ 2.8212714409578026
+ 2.8213380782585578
+ 2.8214047133980436
+ 2.821471346376451
+ 2.82153797719397
+ 2.8216046058507906
+ 2.821671232347103
+ 2.8217378566830975
+ 2.8218044788589642
+ 2.8218710988748934
+ 2.821937716731074
+ 2.822004332427698
+ 2.822070945964954
+ 2.8221375573430323
+ 2.8222041665621234
+ 2.822270773622416
+ 2.822337378524101
+ 2.822403981267368
+ 2.8224705818524063
+ 2.822537180279407
+ 2.822603776548559
+ 2.822670370660052
+ 2.822736962614076
+ 2.8228035524108206
+ 2.822870140050475
+ 2.8229367255332303
+ 2.8230033088592745
+ 2.8230698900287985
+ 2.823136469041991
+ 2.823203045899042
+ 2.8232696206001404
+ 2.8233361931454763
+ 2.823402763535239
+ 2.823469331769618
+ 2.823535897848802
+ 2.823602461772982
+ 2.8236690235423456
+ 2.823735583157083
+ 2.823802140617384
+ 2.8238686959234367
+ 2.8239352490754315
+ 2.8240018000735563
+ 2.8240683489180016
+ 2.8241348956089554
+ 2.824201440146608
+ 2.8242679825311474
+ 2.8243345227627636
+ 2.824401060841645
+ 2.824467596767981
+ 2.8245341305419607
+ 2.8246006621637725
+ 2.824667191633606
+ 2.8247337189516495
+ 2.8248002441180926
+ 2.824866767133124
+ 2.8249332879969318
+ 2.8249998067097053
+ 2.825066323271634
+ 2.8251328376829057
+ 2.825199349943709
+ 2.825265860054234
+ 2.8253323680146676
+ 2.825398873825199
+ 2.825465377486018
+ 2.8255318789973116
+ 2.825598378359269
+ 2.8256648755720795
+ 2.82573137063593
+ 2.825797863551011
+ 2.825864354317509
+ 2.8259308429356134
+ 2.8259973294055127
+ 2.8260638137273952
+ 2.8261302959014487
+ 2.8261967759278623
+ 2.826263253806824
+ 2.826329729538522
+ 2.826396203123144
+ 2.826462674560879
+ 2.8265291438519156
+ 2.8265956109964407
+ 2.8266620759946437
+ 2.8267285388467114
+ 2.8267949995528334
+ 2.8268614581131963
+ 2.826927914527989
+ 2.8269943687973993
+ 2.827060820921615
+ 2.8271272709008244
+ 2.827193718735215
+ 2.8272601644249753
+ 2.827326607970292
+ 2.827393049371355
+ 2.82745948862835
+ 2.8275259257414658
+ 2.8275923607108897
+ 2.82765879353681
+ 2.827725224219414
+ 2.82779165275889
+ 2.827858079155425
+ 2.8279245034092066
+ 2.8279909255204227
+ 2.8280573454892606
+ 2.8281237633159084
+ 2.828190179000553
+ 2.828256592543382
+ 2.8283230039445835
+ 2.8283894132043437
+ 2.8284558203228514
+ 2.828522225300293
+ 2.8285886281368566
+ 2.828655028832729
+ 2.8287214273880976
+ 2.8287878238031494
+ 2.8288542180780722
+ 2.8289206102130535
+ 2.8289870002082793
+ 2.8290533880639384
+ 2.829119773780216
+ 2.829186157357301
+ 2.8292525387953793
+ 2.8293189180946383
+ 2.8293852952552654
+ 2.8294516702774475
+ 2.829518043161371
+ 2.8295844139072237
+ 2.829650782515192
+ 2.8297171489854627
+ 2.8297835133182234
+ 2.8298498755136605
+ 2.8299162355719605
+ 2.8299825934933107
+ 2.8300489492778973
+ 2.830115302925908
+ 2.8301816544375287
+ 2.830248003812946
+ 2.8303143510523476
+ 2.830380696155919
+ 2.8304470391238468
+ 2.8305133799563187
+ 2.8305797186535204
+ 2.8306460552156385
+ 2.8307123896428594
+ 2.83077872193537
+ 2.8308450520933572
+ 2.8309113801170063
+ 2.8309777060065047
+ 2.831044029762037
+ 2.831110351383792
+ 2.8311766708719546
+ 2.831242988226711
+ 2.8313093034482484
+ 2.831375616536752
+ 2.8314419274924085
+ 2.831508236315404
+ 2.8315745430059245
+ 2.831640847564157
+ 2.8317071499902866
+ 2.8317734502844996
+ 2.831839748446982
+ 2.8319060444779205
+ 2.8319723383775006
+ 2.8320386301459077
+ 2.832104919783329
+ 2.83217120728995
+ 2.8322374926659553
+ 2.8323037759115324
+ 2.832370057026867
+ 2.832436336012144
+ 2.83250261286755
+ 2.83256888759327
+ 2.832635160189491
+ 2.8327014306563973
+ 2.832767698994175
+ 2.83283396520301
+ 2.832900229283088
+ 2.8329664912345947
+ 2.8330327510577153
+ 2.8330990087526358
+ 2.833165264319541
+ 2.8332315177586174
+ 2.8332977690700494
+ 2.8333640182540227
+ 2.8334302653107235
+ 2.833496510240337
+ 2.8335627530430476
+ 2.8336289937190413
+ 2.833695232268504
+ 2.8337614686916197
+ 2.8338277029885752
+ 2.833893935159554
+ 2.833960165204743
+ 2.8340263931243257
+ 2.8340926189184885
+ 2.8341588425874167
+ 2.834225064131294
+ 2.8342912835503076
+ 2.8343575008446407
+ 2.8344237160144785
+ 2.8344899290600067
+ 2.83455613998141
+ 2.8346223487788733
+ 2.834688555452582
+ 2.8347547600027205
+ 2.8348209624294736
+ 2.834887162733026
+ 2.834953360913563
+ 2.8350195569712695
+ 2.83508575090633
+ 2.835151942718929
+ 2.835218132409251
+ 2.835284319977481
+ 2.8353505054238046
+ 2.8354166887484054
+ 2.835482869951468
+ 2.835549049033177
+ 2.835615225993717
+ 2.835681400833273
+ 2.835747573552029
+ 2.83581374415017
+ 2.8358799126278798
+ 2.835946078985343
+ 2.836012243222744
+ 2.8360784053402672
+ 2.8361445653380972
+ 2.8362107232164186
+ 2.836276878975415
+ 2.8363430326152708
+ 2.83640918413617
+ 2.836475333538297
+ 2.836541480821837
+ 2.8366076259869724
+ 2.836673769033889
+ 2.8367399099627697
+ 2.836806048773799
+ 2.8368721854671612
+ 2.83693832004304
+ 2.837004452501619
+ 2.8370705828430838
+ 2.837136711067616
+ 2.837202837175402
+ 2.8372689611666235
+ 2.8373350830414656
+ 2.8374012028001125
+ 2.8374673204427467
+ 2.837533435969553
+ 2.8375995493807147
+ 2.8376656606764157
+ 2.8377317698568403
+ 2.837797876922171
+ 2.8378639818725926
+ 2.837930084708288
+ 2.8379961854294407
+ 2.8380622840362353
+ 2.8381283805288544
+ 2.8381944749074814
+ 2.838260567172301
+ 2.8383266573234955
+ 2.838392745361249
+ 2.838458831285745
+ 2.838524915097166
+ 2.838590996795696
+ 2.8386570763815193
+ 2.8387231538548177
+ 2.838789229215775
+ 2.838855302464575
+ 2.8389213736013996
+ 2.8389874426264337
+ 2.8390535095398595
+ 2.8391195743418605
+ 2.8391856370326196
+ 2.8392516976123203
+ 2.8393177560811456
+ 2.8393838124392783
+ 2.8394498666869015
+ 2.8395159188241985
+ 2.839581968851352
+ 2.8396480167685447
+ 2.8397140625759607
+ 2.839780106273782
+ 2.839846147862191
+ 2.8399121873413717
+ 2.839978224711506
+ 2.8400442599727773
+ 2.840110293125368
+ 2.8401763241694615
+ 2.84024235310524
+ 2.8403083799328863
+ 2.8403744046525827
+ 2.8404404272645123
+ 2.8405064477688584
+ 2.840572466165802
+ 2.840638482455527
+ 2.840704496638215
+ 2.8407705087140496
+ 2.8408365186832123
+ 2.8409025265458867
+ 2.840968532302254
+ 2.841034535952497
+ 2.841100537496799
+ 2.841166536935341
+ 2.8412325342683062
+ 2.8412985294958766
+ 2.8413645226182345
+ 2.841430513635563
+ 2.8414965025480425
+ 2.8415624893558573
+ 2.841628474059188
+ 2.8416944566582174
+ 2.8417604371531278
+ 2.841826415544101
+ 2.841892391831319
+ 2.8419583660149645
+ 2.8420243380952193
+ 2.842090308072265
+ 2.8421562759462837
+ 2.8422222417174576
+ 2.8422882053859686
+ 2.8423541669519987
+ 2.842420126415729
+ 2.842486083777343
+ 2.8425520390370203
+ 2.842617992194944
+ 2.8426839432512967
+ 2.8427498922062586
+ 2.842815839060012
+ 2.842881783812739
+ 2.8429477264646206
+ 2.8430136670158386
+ 2.8430796054665755
+ 2.843145541817012
+ 2.8432114760673297
+ 2.8432774082177104
+ 2.843343338268336
+ 2.843409266219387
+ 2.8434751920710455
+ 2.8435411158234927
+ 2.843607037476911
+ 2.84367295703148
+ 2.843738874487383
+ 2.8438047898448
+ 2.8438707031039128
+ 2.8439366142649023
+ 2.8440025233279504
+ 2.844068430293238
+ 2.844134335160946
+ 2.8442002379312568
+ 2.84426613860435
+ 2.8443320371804073
+ 2.844397933659611
+ 2.8444638280421404
+ 2.844529720328177
+ 2.844595610517903
+ 2.844661498611498
+ 2.844727384609144
+ 2.844793268511021
+ 2.844859150317311
+ 2.844925030028194
+ 2.8449909076438513
+ 2.8450567831644635
+ 2.845122656590212
+ 2.845188527921277
+ 2.8452543971578397
+ 2.845320264300081
+ 2.845386129348181
+ 2.8454519923023205
+ 2.8455178531626806
+ 2.845583711929442
+ 2.845649568602785
+ 2.8457154231828903
+ 2.8457812756699385
+ 2.84584712606411
+ 2.8459129743655853
+ 2.8459788205745453
+ 2.8460446646911706
+ 2.8461105067156414
+ 2.846176346648137
+ 2.84624218448884
+ 2.846308020237929
+ 2.846373853895585
+ 2.8464396854619882
+ 2.8465055149373195
+ 2.846571342321758
+ 2.8466371676154854
+ 2.84670299081868
+ 2.8467688119315238
+ 2.8468346309541968
+ 2.846900447886878
+ 2.8469662627297483
+ 2.847032075482988
+ 2.8470978861467766
+ 2.8471636947212944
+ 2.847229501206721
+ 2.8472953056032373
+ 2.847361107911023
+ 2.8474269081302577
+ 2.8474927062611215
+ 2.847558502303794
+ 2.8476242962584557
+ 2.847690088125286
+ 2.847755877904464
+ 2.8478216655961712
+ 2.847887451200586
+ 2.8479532347178886
+ 2.848019016148259
+ 2.8480847954918764
+ 2.8481505727489207
+ 2.8482163479195717
+ 2.8482821210040083
+ 2.8483478920024115
+ 2.848413660914959
+ 2.8484794277418324
+ 2.8485451924832095
+ 2.84861095513927
+ 2.848676715710195
+ 2.8487424741961616
+ 2.848808230597351
+ 2.8488739849139417
+ 2.848939737146113
+ 2.8490054872940456
+ 2.849071235357917
+ 2.849136981337908
+ 2.849202725234196
+ 2.849268467046962
+ 2.8493342067763847
+ 2.849399944422643
+ 2.8494656799859164
+ 2.8495314134663836
+ 2.8495971448642243
+ 2.849662874179617
+ 2.849728601412741
+ 2.8497943265637757
+ 2.8498600496328996
+ 2.849925770620292
+ 2.849991489526132
+ 2.850057206350598
+ 2.850122921093869
+ 2.850188633756124
+ 2.8502543443375425
+ 2.850320052838302
+ 2.850385759258583
+ 2.850451463598563
+ 2.850517165858421
+ 2.850582866038336
+ 2.8506485641384867
+ 2.850714260159052
+ 2.8507799541002097
+ 2.850845645962139
+ 2.850911335745019
+ 2.8509770234490275
+ 2.8510427090743433
+ 2.851108392621145
+ 2.8511740740896108
+ 2.85123975347992
+ 2.8513054307922507
+ 2.8513711060267806
+ 2.8514367791836888
+ 2.8515024502631534
+ 2.8515681192653535
+ 2.8516337861904666
+ 2.8516994510386713
+ 2.851765113810146
+ 2.8518307745050686
+ 2.8518964331236174
+ 2.8519620896659714
+ 2.852027744132308
+ 2.8520933965228057
+ 2.8521590468376417
+ 2.8522246950769956
+ 2.8522903412410447
+ 2.852355985329967
+ 2.852421627343941
+ 2.852487267283144
+ 2.8525529051477547
+ 2.8526185409379505
+ 2.8526841746539096
+ 2.85274980629581
+ 2.8528154358638296
+ 2.852881063358146
+ 2.8529466887789368
+ 2.8530123121263804
+ 2.853077933400655
+ 2.853143552601937
+ 2.8532091697304054
+ 2.8532747847862368
+ 2.8533403977696095
+ 2.853406008680702
+ 2.853471617519691
+ 2.8535372242867534
+ 2.853602828982068
+ 2.8536684316058123
+ 2.853734032158163
+ 2.8537996306392985
+ 2.853865227049396
+ 2.8539308213886323
+ 2.853996413657186
+ 2.8540620038552333
+ 2.854127591982953
+ 2.854193178040521
+ 2.8542587620281155
+ 2.854324343945914
+ 2.8543899237940935
+ 2.8544555015728306
+ 2.8545210772823038
+ 2.8545866509226894
+ 2.8546522224941646
+ 2.8547177919969076
+ 2.854783359431094
+ 2.854848924796902
+ 2.8549144880945083
+ 2.8549800493240904
+ 2.8550456084858244
+ 2.855111165579888
+ 2.8551767206064587
+ 2.855242273565713
+ 2.8553078244578267
+ 2.8553733732829785
+ 2.8554389200413444
+ 2.855504464733101
+ 2.8555700073584265
+ 2.855635547917496
+ 2.8557010864104875
+ 2.8557666228375775
+ 2.8558321571989422
+ 2.8558976894947588
+ 2.8559632197252043
+ 2.8560287478904547
+ 2.856094273990687
+ 2.8561597980260776
+ 2.8562253199968035
+ 2.856290839903041
+ 2.8563563577449664
+ 2.8564218735227573
+ 2.856487387236589
+ 2.856552898886638
+ 2.8566184084730817
+ 2.8566839159960957
+ 2.856749421455857
+ 2.856814924852542
+ 2.856880426186326
+ 2.8569459254573863
+ 2.857011422665899
+ 2.8570769178120403
+ 2.857142410895987
+ 2.857207901917914
+ 2.857273390877999
+ 2.8573388777764173
+ 2.857404362613345
+ 2.8574698453889593
+ 2.857535326103435
+ 2.8576008047569483
+ 2.857666281349676
+ 2.857731755881794
+ 2.8577972283534776
+ 2.8578626987649036
+ 2.8579281671162478
+ 2.857993633407686
+ 2.858059097639394
+ 2.8581245598115474
+ 2.8581900199243226
+ 2.8582554779778957
+ 2.858320933972442
+ 2.8583863879081375
+ 2.8584518397851575
+ 2.8585172896036783
+ 2.8585827373638755
+ 2.8586481830659243
+ 2.858713626710001
+ 2.8587790682962813
+ 2.8588445078249403
+ 2.8589099452961535
+ 2.8589753807100973
+ 2.859040814066947
+ 2.8591062453668767
+ 2.859171674610064
+ 2.8592371017966833
+ 2.85930252692691
+ 2.85936795000092
+ 2.859433371018888
+ 2.8594987899809903
+ 2.8595642068874016
+ 2.8596296217382973
+ 2.859695034533852
+ 2.8597604452742424
+ 2.8598258539596433
+ 2.8598912605902296
+ 2.8599566651661763
+ 2.860022067687659
+ 2.8600874681548527
+ 2.8601528665679323
+ 2.860218262927074
+ 2.8602836572324515
+ 2.86034904948424
+ 2.8604144396826157
+ 2.8604798278277523
+ 2.860545213919826
+ 2.8606105979590106
+ 2.8606759799454817
+ 2.8607413598794142
+ 2.8608067377609823
+ 2.860872113590362
+ 2.8609374873677273
+ 2.861002859093253
+ 2.8610682287671145
+ 2.861133596389486
+ 2.8611989619605427
+ 2.861264325480459
+ 2.8613296869494094
+ 2.861395046367569
+ 2.8614604037351117
+ 2.8615257590522134
+ 2.8615911123190476
+ 2.8616564635357897
+ 2.8617218127026134
+ 2.8617871598196936
+ 2.8618525048872048
+ 2.861917847905322
+ 2.861983188874219
+ 2.86204852779407
+ 2.86211386466505
+ 2.8621791994873327
+ 2.8622445322610934
+ 2.862309862986506
+ 2.8623751916637445
+ 2.8624405182929835
+ 2.862505842874397
+ 2.8625711654081596
+ 2.8626364858944453
+ 2.862701804333428
+ 2.862767120725282
+ 2.8628324350701826
+ 2.8628977473683017
+ 2.8629630576198153
+ 2.8630283658248965
+ 2.8630936719837194
+ 2.8631589760964586
+ 2.8632242781632877
+ 2.863289578184381
+ 2.8633548761599115
+ 2.8634201720900534
+ 2.8634854659749815
+ 2.863550757814869
+ 2.8636160476098893
+ 2.8636813353602175
+ 2.8637466210660265
+ 2.86381190472749
+ 2.863877186344782
+ 2.863942465918076
+ 2.864007743447546
+ 2.8640730189333654
+ 2.8641382923757086
+ 2.8642035637747485
+ 2.8642688331306587
+ 2.864334100443613
+ 2.8643993657137847
+ 2.864464628941348
+ 2.8645298901264753
+ 2.864595149269341
+ 2.864660406370118
+ 2.864725661428981
+ 2.8647909144461012
+ 2.8648561654216538
+ 2.8649214143558117
+ 2.864986661248748
+ 2.865051906100636
+ 2.865117148911649
+ 2.865182389681961
+ 2.865247628411744
+ 2.865312865101172
+ 2.8653780997504184
+ 2.8654433323596558
+ 2.8655085629290573
+ 2.865573791458796
+ 2.865639017949047
+ 2.86570424239998
+ 2.8657694648117706
+ 2.8658346851845904
+ 2.8658999035186135
+ 2.8659651198140117
+ 2.8660303340709588
+ 2.866095546289628
+ 2.866160756470191
+ 2.866225964612822
+ 2.8662911707176932
+ 2.866356374784978
+ 2.8664215768148478
+ 2.8664867768074767
+ 2.866551974763037
+ 2.866617170681702
+ 2.8666823645636432
+ 2.8667475564090346
+ 2.866812746218048
+ 2.8668779339908563
+ 2.8669431197276327
+ 2.867008303428549
+ 2.867073485093778
+ 2.867138664723492
+ 2.8672038423178643
+ 2.867269017877067
+ 2.867334191401272
+ 2.867399362890653
+ 2.867464532345381
+ 2.867529699765629
+ 2.86759486515157
+ 2.8676600285033755
+ 2.867725189821219
+ 2.867790349105271
+ 2.867855506355705
+ 2.8679206615726933
+ 2.8679858147564077
+ 2.868050965907021
+ 2.868116115024704
+ 2.8681812621096308
+ 2.8682464071619727
+ 2.868311550181901
+ 2.868376691169589
+ 2.868441830125208
+ 2.8685069670489307
+ 2.8685721019409285
+ 2.8686372348013736
+ 2.8687023656304387
+ 2.8687674944282944
+ 2.868832621195114
+ 2.8688977459310676
+ 2.8689628686363293
+ 2.8690279893110695
+ 2.8690931079554605
+ 2.869158224569674
+ 2.869223339153882
+ 2.869288451708256
+ 2.869353562232968
+ 2.8694186707281895
+ 2.869483777194092
+ 2.8695488816308474
+ 2.8696139840386277
+ 2.869679084417604
+ 2.869744182767948
+ 2.8698092790898313
+ 2.8698743733834258
+ 2.8699394656489026
+ 2.8700045558864336
+ 2.8700696440961897
+ 2.870134730278343
+ 2.8701998144330645
+ 2.8702648965605255
+ 2.870329976660898
+ 2.870395054734353
+ 2.870460130781061
+ 2.870525204801195
+ 2.870590276794925
+ 2.8706553467624234
+ 2.8707204147038596
+ 2.870785480619407
+ 2.8708505445092354
+ 2.870915606373516
+ 2.8709806662124207
+ 2.87104572402612
+ 2.8711107798147855
+ 2.871175833578587
+ 2.8712408853176976
+ 2.871305935032287
+ 2.871370982722526
+ 2.871436028388587
+ 2.8715010720306395
+ 2.8715661136488553
+ 2.8716311532434045
+ 2.8716961908144594
+ 2.871761226362189
+ 2.871826259886765
+ 2.871891291388359
+ 2.871956320867141
+ 2.8720213483232815
+ 2.8720863737569515
+ 2.8721513971683224
+ 2.8722164185575636
+ 2.872281437924847
+ 2.872346455270343
+ 2.872411470594222
+ 2.8724764838966546
+ 2.872541495177811
+ 2.8726065044378624
+ 2.8726715116769794
+ 2.872736516895332
+ 2.8728015200930908
+ 2.8728665212704265
+ 2.8729315204275094
+ 2.8729965175645105
+ 2.8730615126815993
+ 2.873126505778946
+ 2.8731914968567223
+ 2.873256485915097
+ 2.8733214729542413
+ 2.873386457974325
+ 2.8734514409755194
+ 2.873516421957994
+ 2.8735814009219185
+ 2.8736463778674635
+ 2.8737113527947993
+ 2.8737763257040965
+ 2.873841296595524
+ 2.873906265469253
+ 2.873971232325453
+ 2.8740361971642945
+ 2.8741011599859463
+ 2.8741661207905804
+ 2.874231079578365
+ 2.8742960363494716
+ 2.8743609911040684
+ 2.8744259438423265
+ 2.8744908945644156
+ 2.8745558432705054
+ 2.874620789960766
+ 2.8746857346353663
+ 2.874750677294477
+ 2.874815617938268
+ 2.874880556566908
+ 2.874945493180568
+ 2.875010427779417
+ 2.8750753603636245
+ 2.875140290933361
+ 2.875205219488795
+ 2.8752701460300965
+ 2.8753350705574356
+ 2.8753999930709817
+ 2.875464913570904
+ 2.8755298320573717
+ 2.875594748530555
+ 2.8756596629906226
+ 2.875724575437745
+ 2.8757894858720907
+ 2.8758543942938295
+ 2.8759193007031305
+ 2.8759842051001634
+ 2.8760491074850973
+ 2.876114007858102
+ 2.876178906219346
+ 2.8762438025689985
+ 2.87630869690723
+ 2.876373589234208
+ 2.876438479550103
+ 2.8765033678550833
+ 2.8765682541493187
+ 2.876633138432978
+ 2.87669802070623
+ 2.8767629009692444
+ 2.87682777922219
+ 2.8768926554652356
+ 2.87695752969855
+ 2.8770224019223027
+ 2.877087272136663
+ 2.877152140341799
+ 2.877217006537879
+ 2.877281870725074
+ 2.877346732903551
+ 2.8774115930734796
+ 2.877476451235029
+ 2.8775413073883667
+ 2.8776061615336626
+ 2.8776710136710855
+ 2.877735863800803
+ 2.877800711922985
+ 2.8778655580378
+ 2.8779304021454157
+ 2.877995244246001
+ 2.8780600843397255
+ 2.8781249224267573
+ 2.878189758507265
+ 2.878254592581416
+ 2.8783194246493804
+ 2.8783842547113254
+ 2.8784490827674207
+ 2.878513908817834
+ 2.878578732862734
+ 2.8786435549022893
+ 2.8787083749366675
+ 2.8787731929660376
+ 2.8788380089905674
+ 2.8789028230104257
+ 2.8789676350257807
+ 2.879032445036801
+ 2.8790972530436534
+ 2.8791620590465077
+ 2.8792268630455315
+ 2.879291665040893
+ 2.8793564650327603
+ 2.8794212630213014
+ 2.8794860590066844
+ 2.8795508529890776
+ 2.879615644968649
+ 2.8796804349455667
+ 2.8797452229199982
+ 2.8798100088921124
+ 2.879874792862077
+ 2.879939574830059
+ 2.8800043547962275
+ 2.8800691327607493
+ 2.880133908723793
+ 2.8801986826855264
+ 2.8802634546461174
+ 2.8803282246057336
+ 2.8803929925645426
+ 2.880457758522712
+ 2.8805225224804105
+ 2.8805872844378047
+ 2.880652044395063
+ 2.880716802352353
+ 2.8807815583098413
+ 2.8808463122676975
+ 2.8809110642260873
+ 2.880975814185179
+ 2.8810405621451407
+ 2.881105308106139
+ 2.881170052068342
+ 2.8812347940319167
+ 2.8812995339970318
+ 2.881364271963853
+ 2.881429007932548
+ 2.8814937419032853
+ 2.8815584738762317
+ 2.881623203851554
+ 2.8816879318294206
+ 2.8817526578099977
+ 2.881817381793453
+ 2.8818821037799536
+ 2.8819468237696677
+ 2.8820115417627616
+ 2.882076257759402
+ 2.882140971759757
+ 2.8822056837639933
+ 2.882270393772278
+ 2.8823351017847787
+ 2.882399807801662
+ 2.8824645118230947
+ 2.882529213849244
+ 2.882593913880277
+ 2.8826586119163613
+ 2.882723307957663
+ 2.8827880020043493
+ 2.8828526940565875
+ 2.882917384114543
+ 2.8829820721783848
+ 2.8830467582482777
+ 2.88311144232439
+ 2.883176124406888
+ 2.8832408044959386
+ 2.883305482591708
+ 2.8833701586943636
+ 2.8834348328040718
+ 2.8834995049209993
+ 2.8835641750453127
+ 2.8836288431771786
+ 2.8836935093167635
+ 2.883758173464235
+ 2.883822835619758
+ 2.8838874957835
+ 2.883952153955628
+ 2.8840168101363077
+ 2.8840814643257056
+ 2.884146116523988
+ 2.8842107667313224
+ 2.884275414947874
+ 2.8843400611738095
+ 2.884404705409296
+ 2.884469347654499
+ 2.884533987909585
+ 2.88459862617472
+ 2.8846632624500717
+ 2.884727896735804
+ 2.8847925290320853
+ 2.884857159339081
+ 2.8849217876569564
+ 2.884986413985879
+ 2.885051038326014
+ 2.885115660677528
+ 2.8851802810405873
+ 2.885244899415358
+ 2.8853095158020046
+ 2.885374130200695
+ 2.8854387426115946
+ 2.8855033530348693
+ 2.8855679614706844
+ 2.8856325679192074
+ 2.8856971723806026
+ 2.885761774855037
+ 2.885826375342676
+ 2.885890973843685
+ 2.8859555703582305
+ 2.8860201648864785
+ 2.8860847574285935
+ 2.886149347984743
+ 2.8862139365550914
+ 2.8862785231398047
+ 2.886343107739049
+ 2.8864076903529896
+ 2.8864722709817925
+ 2.8865368496256223
+ 2.8866014262846456
+ 2.886666000959028
+ 2.8867305736489346
+ 2.8867951443545308
+ 2.8868597130759825
+ 2.886924279813455
+ 2.8869888445671137
+ 2.887053407337125
+ 2.8871179681236523
+ 2.8871825269268627
+ 2.8872470837469204
+ 2.887311638583992
+ 2.8873761914382423
+ 2.887440742309836
+ 2.887505291198939
+ 2.8875698381057164
+ 2.887634383030333
+ 2.887698925972955
+ 2.8877634669337473
+ 2.8878280059128745
+ 2.8878925429105013
+ 2.8879570779267945
+ 2.888021610961918
+ 2.888086142016037
+ 2.8881506710893166
+ 2.8882151981819217
+ 2.888279723294018
+ 2.8883442464257696
+ 2.888408767577342
+ 2.8884732867489005
+ 2.888537803940609
+ 2.888602319152633
+ 2.888666832385137
+ 2.8887313436382867
+ 2.888795852912246
+ 2.8888603602071803
+ 2.888924865523254
+ 2.888989368860632
+ 2.889053870219479
+ 2.88911836959996
+ 2.889182867002239
+ 2.8892473624264814
+ 2.8893118558728514
+ 2.889376347341514
+ 2.8894408368326334
+ 2.889505324346375
+ 2.889569809882902
+ 2.88963429344238
+ 2.8896987750249736
+ 2.889763254630847
+ 2.8898277322601635
+ 2.88989220791309
+ 2.8899566815897884
+ 2.8900211532904243
+ 2.890085623015163
+ 2.8901500907641666
+ 2.890214556537602
+ 2.8902790203356314
+ 2.89034348215842
+ 2.8904079420061324
+ 2.890472399878932
+ 2.8905368557769835
+ 2.8906013097004513
+ 2.8906657616494993
+ 2.890730211624292
+ 2.890794659624993
+ 2.8908591056517667
+ 2.8909235497047767
+ 2.890987991784188
+ 2.8910524318901643
+ 2.891116870022869
+ 2.891181306182467
+ 2.891245740369122
+ 2.891310172582997
+ 2.8913746028242575
+ 2.891439031093067
+ 2.891503457389588
+ 2.8915678817139865
+ 2.891632304066425
+ 2.891696724447067
+ 2.8917611428560774
+ 2.8918255592936193
+ 2.8918899737598567
+ 2.8919543862549535
+ 2.892018796779073
+ 2.892083205332379
+ 2.892147611915036
+ 2.892212016527206
+ 2.8922764191690544
+ 2.892340819840743
+ 2.8924052185424367
+ 2.8924696152742992
+ 2.8925340100364925
+ 2.892598402829182
+ 2.89266279365253
+ 2.8927271825067002
+ 2.8927915693918567
+ 2.892855954308162
+ 2.8929203372557795
+ 2.892984718234873
+ 2.893049097245606
+ 2.8931134742881417
+ 2.8931778493626434
+ 2.893242222469274
+ 2.8933065936081976
+ 2.8933709627795765
+ 2.893435329983575
+ 2.8934996952203553
+ 2.8935640584900812
+ 2.8936284197929156
+ 2.893692779129021
+ 2.8937571364985617
+ 2.8938214919017007
+ 2.8938858453386
+ 2.893950196809424
+ 2.8940145463143345
+ 2.894078893853495
+ 2.894143239427069
+ 2.8942075830352185
+ 2.8942719246781077
+ 2.894336264355898
+ 2.894400602068753
+ 2.8944649378168363
+ 2.8945292716003097
+ 2.894593603419336
+ 2.894657933274079
+ 2.8947222611647008
+ 2.8947865870913643
+ 2.894850911054232
+ 2.894915233053467
+ 2.8949795530892315
+ 2.895043871161689
+ 2.895108187271001
+ 2.895172501417331
+ 2.895236813600841
+ 2.8953011238216946
+ 2.895365432080054
+ 2.8954297383760808
+ 2.895494042709938
+ 2.8955583450817888
+ 2.895622645491795
+ 2.89568694394012
+ 2.8957512404269243
+ 2.8958155349523724
+ 2.8958798275166253
+ 2.895944118119846
+ 2.896008406762197
+ 2.8960726934438394
+ 2.896136978164937
+ 2.8962012609256513
+ 2.896265541726145
+ 2.8963298205665797
+ 2.8963940974471183
+ 2.8964583723679227
+ 2.896522645329155
+ 2.8965869163309774
+ 2.8966511853735524
+ 2.896715452457041
+ 2.8967797175816066
+ 2.8968439807474105
+ 2.896908241954615
+ 2.8969725012033822
+ 2.8970367584938734
+ 2.897101013826252
+ 2.8971652672006782
+ 2.897229518617315
+ 2.8972937680763247
+ 2.8973580155778675
+ 2.897422261122107
+ 2.897486504709205
+ 2.8975507463393217
+ 2.8976149860126204
+ 2.897679223729262
+ 2.8977434594894094
+ 2.8978076932932226
+ 2.897871925140865
+ 2.8979361550324976
+ 2.8980003829682817
+ 2.8980646089483795
+ 2.8981288329729527
+ 2.8981930550421624
+ 2.8982572751561704
+ 2.898321493315138
+ 2.8983857095192276
+ 2.8984499237685997
+ 2.8985141360634157
+ 2.898578346403838
+ 2.8986425547900283
+ 2.898706761222147
+ 2.8987709657003555
+ 2.8988351682248155
+ 2.8988993687956888
+ 2.8989635674131367
+ 2.8990277640773194
+ 2.8990919587883996
+ 2.8991561515465376
+ 2.8992203423518954
+ 2.899284531204633
+ 2.8993487181049136
+ 2.8994129030528963
+ 2.8994770860487438
+ 2.8995412670926166
+ 2.8996054461846756
+ 2.8996696233250825
+ 2.899733798513998
+ 2.8997979717515827
+ 2.8998621430379985
+ 2.8999263123734065
+ 2.899990479757967
+ 2.900054645191841
+ 2.9001188086751903
+ 2.9001829702081747
+ 2.9002471297909556
+ 2.900311287423694
+ 2.900375443106551
+ 2.900439596839687
+ 2.900503748623263
+ 2.9005678984574392
+ 2.9006320463423774
+ 2.9006961922782377
+ 2.900760336265181
+ 2.9008244783033685
+ 2.90088861839296
+ 2.9009527565341164
+ 2.9010168927269993
+ 2.901081026971768
+ 2.9011451592685837
+ 2.901209289617607
+ 2.9012734180189987
+ 2.9013375444729186
+ 2.9014016689795277
+ 2.9014657915389868
+ 2.9015299121514553
+ 2.9015940308170953
+ 2.901658147536066
+ 2.901722262308528
+ 2.9017863751346424
+ 2.901850486014568
+ 2.901914594948467
+ 2.901978701936499
+ 2.9020428069788236
+ 2.902106910075602
+ 2.9021710112269936
+ 2.9022351104331596
+ 2.9022992076942598
+ 2.902363303010454
+ 2.9024273963819027
+ 2.902491487808766
+ 2.9025555772912046
+ 2.902619664829378
+ 2.902683750423446
+ 2.90274783407357
+ 2.9028119157799086
+ 2.902875995542622
+ 2.9029400733618713
+ 2.903004149237815
+ 2.903068223170614
+ 2.9031322951604284
+ 2.903196365207417
+ 2.903260433311741
+ 2.9033244994735594
+ 2.9033885636930328
+ 2.90345262597032
+ 2.903516686305582
+ 2.903580744698978
+ 2.9036448011506675
+ 2.90370885566081
+ 2.9037729082295662
+ 2.903836958857095
+ 2.9039010075435567
+ 2.903965054289111
+ 2.9040290990939166
+ 2.9040931419581337
+ 2.904157182881922
+ 2.9042212218654413
+ 2.9042852589088506
+ 2.9043492940123095
+ 2.9044133271759778
+ 2.904477358400015
+ 2.90454138768458
+ 2.9046054150298333
+ 2.904669440435933
+ 2.904733463903039
+ 2.9047974854313114
+ 2.904861505020909
+ 2.904925522671991
+ 2.904989538384717
+ 2.9050535521592464
+ 2.9051175639957374
+ 2.9051815738943505
+ 2.9052455818552447
+ 2.905309587878579
+ 2.9053735919645125
+ 2.905437594113205
+ 2.9055015943248144
+ 2.9055655925995008
+ 2.905629588937423
+ 2.9056935833387407
+ 2.9057575758036114
+ 2.905821566332196
+ 2.905885554924652
+ 2.905949541581139
+ 2.9060135263018165
+ 2.9060775090868427
+ 2.9061414899363767
+ 2.906205468850578
+ 2.906269445829605
+ 2.9063334208736156
+ 2.906397393982771
+ 2.9064613651572273
+ 2.9065253343971453
+ 2.906589301702683
+ 2.906653267074
+ 2.9067172305112536
+ 2.9067811920146034
+ 2.906845151584208
+ 2.906909109220226
+ 2.906973064922816
+ 2.9070370186921366
+ 2.907100970528347
+ 2.9071649204316046
+ 2.9072288684020693
+ 2.9072928144398986
+ 2.9073567585452516
+ 2.907420700718287
+ 2.907484640959163
+ 2.9075485792680373
+ 2.9076125156450696
+ 2.9076764500904178
+ 2.9077403826042403
+ 2.907804313186695
+ 2.9078682418379413
+ 2.9079321685581365
+ 2.90799609334744
+ 2.9080600162060093
+ 2.908123937134002
+ 2.9081878561315784
+ 2.908251773198895
+ 2.9083156883361103
+ 2.9083796015433827
+ 2.9084435128208708
+ 2.908507422168732
+ 2.9085713295871254
+ 2.908635235076208
+ 2.908699138636138
+ 2.9087630402670746
+ 2.908826939969175
+ 2.9088908377425966
+ 2.9089547335874983
+ 2.909018627504038
+ 2.9090825194923737
+ 2.909146409552663
+ 2.9092102976850645
+ 2.9092741838897345
+ 2.909338068166832
+ 2.9094019505165156
+ 2.909465830938942
+ 2.909529709434269
+ 2.9095935860026554
+ 2.9096574606442576
+ 2.909721333359234
+ 2.909785204147743
+ 2.909849073009941
+ 2.9099129399459867
+ 2.9099768049560373
+ 2.9100406680402506
+ 2.910104529198784
+ 2.9101683884317953
+ 2.9102322457394423
+ 2.9102961011218818
+ 2.9103599545792718
+ 2.9104238061117704
+ 2.910487655719534
+ 2.910551503402721
+ 2.9106153491614886
+ 2.910679192995993
+ 2.910743034906394
+ 2.910806874892847
+ 2.91087071295551
+ 2.9109345490945406
+ 2.9109983833100954
+ 2.911062215602333
+ 2.9111260459714092
+ 2.9111898744174827
+ 2.91125370094071
+ 2.911317525541248
+ 2.9113813482192534
+ 2.9114451689748857
+ 2.911508987808299
+ 2.9115728047196536
+ 2.9116366197091037
+ 2.9117004327768083
+ 2.9117642439229243
+ 2.9118280531476075
+ 2.9118918604510164
+ 2.911955665833307
+ 2.9120194692946364
+ 2.9120832708351623
+ 2.9121470704550414
+ 2.9122108681544296
+ 2.912274663933485
+ 2.912338457792364
+ 2.912402249731224
+ 2.912466039750221
+ 2.9125298278495126
+ 2.912593614029255
+ 2.912657398289605
+ 2.91272118063072
+ 2.912784961052756
+ 2.91284873955587
+ 2.912912516140219
+ 2.912976290805959
+ 2.9130400635532476
+ 2.91310383438224
+ 2.9131676032930947
+ 2.913231370285967
+ 2.9132951353610133
+ 2.913358898518391
+ 2.9134226597582558
+ 2.913486419080765
+ 2.913550176486075
+ 2.9136139319743415
+ 2.913677685545722
+ 2.9137414372003723
+ 2.9138051869384483
+ 2.9138689347601074
+ 2.9139326806655053
+ 2.913996424654799
+ 2.9140601667281443
+ 2.9141239068856972
+ 2.914187645127615
+ 2.9142513814540525
+ 2.914315115865167
+ 2.914378848361115
+ 2.914442578942052
+ 2.914506307608134
+ 2.9145700343595182
+ 2.91463375919636
+ 2.914697482118815
+ 2.9147612031270396
+ 2.9148249222211904
+ 2.914888639401424
+ 2.9149523546678946
+ 2.9150160680207597
+ 2.915079779460175
+ 2.915143488986296
+ 2.915207196599279
+ 2.91527090229928
+ 2.915334606086455
+ 2.915398307960959
+ 2.9154620079229487
+ 2.91552570597258
+ 2.915589402110008
+ 2.9156530963353897
+ 2.9157167886488797
+ 2.9157804790506345
+ 2.9158441675408096
+ 2.9159078541195607
+ 2.9159715387870433
+ 2.916035221543413
+ 2.9160989023888257
+ 2.9161625813234378
+ 2.916226258347404
+ 2.9162899334608796
+ 2.916353606664021
+ 2.9164172779569832
+ 2.916480947339922
+ 2.916544614812993
+ 2.916608280376351
+ 2.9166719440301527
+ 2.916735605774553
+ 2.9167992656097064
+ 2.9168629235357697
+ 2.9169265795528974
+ 2.9169902336612457
+ 2.9170538858609687
+ 2.917117536152223
+ 2.9171811845351625
+ 2.917244831009944
+ 2.9173084755767222
+ 2.9173721182356527
+ 2.917435758986889
+ 2.9174993978305888
+ 2.9175630347669053
+ 2.9176266697959945
+ 2.9176903029180115
+ 2.917753934133111
+ 2.9178175634414494
+ 2.9178811908431803
+ 2.9179448163384594
+ 2.9180084399274415
+ 2.918072061610282
+ 2.918135681387136
+ 2.918199299258158
+ 2.9182629152235022
+ 2.918326529283325
+ 2.918390141437781
+ 2.918453751687025
+ 2.9185173600312115
+ 2.9185809664704956
+ 2.9186445710050326
+ 2.918708173634976
+ 2.918771774360482
+ 2.918835373181704
+ 2.918898970098798
+ 2.9189625651119187
+ 2.91902615822122
+ 2.919089749426857
+ 2.919153338728984
+ 2.9192169261277567
+ 2.9192805116233287
+ 2.9193440952158554
+ 2.91940767690549
+ 2.919471256692389
+ 2.919534834576705
+ 2.9195984105585935
+ 2.9196619846382093
+ 2.9197255568157066
+ 2.9197891270912404
+ 2.9198526954649635
+ 2.919916261937032
+ 2.9199798265075994
+ 2.9200433891768207
+ 2.920106949944849
+ 2.920170508811841
+ 2.9202340657779486
+ 2.920297620843327
+ 2.920361174008131
+ 2.9204247252725146
+ 2.9204882746366314
+ 2.9205518221006366
+ 2.9206153676646833
+ 2.9206789113289267
+ 2.92074245309352
+ 2.9208059929586185
+ 2.9208695309243753
+ 2.920933066990945
+ 2.920996601158482
+ 2.9210601334271393
+ 2.9211236637970717
+ 2.9211871922684334
+ 2.921250718841377
+ 2.9213142435160586
+ 2.921377766292631
+ 2.921441287171248
+ 2.921504806152063
+ 2.9215683232352316
+ 2.9216318384209066
+ 2.9216953517092414
+ 2.921758863100391
+ 2.9218223725945083
+ 2.921885880191747
+ 2.921949385892262
+ 2.9220128896962057
+ 2.9220763916037327
+ 2.9221398916149965
+ 2.9222033897301505
+ 2.9222668859493486
+ 2.922330380272745
+ 2.922393872700492
+ 2.9224573632327444
+ 2.9225208518696557
+ 2.9225843386113786
+ 2.922647823458067
+ 2.922711306409875
+ 2.9227747874669556
+ 2.9228382666294626
+ 2.9229017438975493
+ 2.9229652192713687
+ 2.9230286927510747
+ 2.923092164336821
+ 2.9231556340287606
+ 2.923219101827047
+ 2.923282567731833
+ 2.923346031743273
+ 2.9234094938615187
+ 2.923472954086725
+ 2.923536412419045
+ 2.9235998688586307
+ 2.9236633234056364
+ 2.9237267760602146
+ 2.9237902268225193
+ 2.923853675692703
+ 2.923917122670919
+ 2.923980567757321
+ 2.924044010952061
+ 2.924107452255293
+ 2.9241708916671696
+ 2.924234329187844
+ 2.924297764817469
+ 2.9243611985561984
+ 2.9244246304041837
+ 2.9244880603615795
+ 2.924551488428538
+ 2.9246149146052116
+ 2.9246783388917543
+ 2.9247417612883178
+ 2.924805181795056
+ 2.924868600412121
+ 2.9249320171396658
+ 2.9249954319778437
+ 2.9250588449268062
+ 2.925122255986708
+ 2.9251856651577004
+ 2.9252490724399363
+ 2.925312477833568
+ 2.92537588133875
+ 2.925439282955633
+ 2.9255026826843706
+ 2.925566080525115
+ 2.925629476478019
+ 2.9256928705432355
+ 2.9257562627209164
+ 2.9258196530112146
+ 2.9258830414142825
+ 2.9259464279302727
+ 2.9260098125593377
+ 2.9260731953016297
+ 2.9261365761573015
+ 2.9261999551265054
+ 2.9262633322093934
+ 2.9263267074061186
+ 2.926390080716833
+ 2.9264534521416885
+ 2.926516821680838
+ 2.926580189334434
+ 2.9266435551026277
+ 2.926706918985573
+ 2.92677028098342
+ 2.926833641096323
+ 2.926896999324433
+ 2.926960355667903
+ 2.9270237101268837
+ 2.9270870627015286
+ 2.9271504133919892
+ 2.9272137621984182
+ 2.927277109120967
+ 2.927340454159788
+ 2.927403797315033
+ 2.9274671385868545
+ 2.9275304779754032
+ 2.927593815480833
+ 2.9276571511032947
+ 2.92772048484294
+ 2.9277838166999217
+ 2.9278471466743907
+ 2.9279104747665
+ 2.9279738009764005
+ 2.928037125304245
+ 2.928100447750184
+ 2.92816376831437
+ 2.928227086996955
+ 2.9282904037980906
+ 2.9283537187179287
+ 2.92841703175662
+ 2.9284803429143174
+ 2.9285436521911725
+ 2.9286069595873365
+ 2.928670265102961
+ 2.9287335687381977
+ 2.928796870493198
+ 2.9288601703681145
+ 2.9289234683630974
+ 2.9289867644782985
+ 2.92905005871387
+ 2.9291133510699634
+ 2.9291766415467295
+ 2.9292399301443206
+ 2.9293032168628867
+ 2.9293665017025807
+ 2.929429784663553
+ 2.9294930657459557
+ 2.92955634494994
+ 2.929619622275657
+ 2.9296828977232576
+ 2.9297461712928943
+ 2.9298094429847175
+ 2.9298727127988786
+ 2.9299359807355287
+ 2.9299992467948193
+ 2.930062510976901
+ 2.930125773281926
+ 2.930189033710045
+ 2.9302522922614087
+ 2.930315548936169
+ 2.9303788037344765
+ 2.9304420566564824
+ 2.9305053077023375
+ 2.930568556872193
+ 2.9306318041662003
+ 2.9306950495845094
+ 2.9307582931272727
+ 2.93082153479464
+ 2.930884774586763
+ 2.930948012503792
+ 2.931011248545878
+ 2.9310744827131723
+ 2.9311377150058253
+ 2.9312009454239885
+ 2.931264173967812
+ 2.931327400637447
+ 2.9313906254330435
+ 2.9314538483547534
+ 2.931517069402727
+ 2.9315802885771154
+ 2.9316435058780685
+ 2.931706721305737
+ 2.9317699348602724
+ 2.9318331465418246
+ 2.9318963563505447
+ 2.9319595642865828
+ 2.93202277035009
+ 2.9320859745412164
+ 2.932149176860113
+ 2.9322123773069304
+ 2.9322755758818184
+ 2.9323387725849277
+ 2.9324019674164097
+ 2.932465160376413
+ 2.9325283514650904
+ 2.93259154068259
+ 2.9326547280290636
+ 2.9327179135046615
+ 2.9327810971095336
+ 2.9328442788438305
+ 2.932907458707702
+ 2.932970636701299
+ 2.9330338128247715
+ 2.9330969870782693
+ 2.9331601594619436
+ 2.9332233299759443
+ 2.933286498620421
+ 2.933349665395524
+ 2.933412830301404
+ 2.933475993338211
+ 2.933539154506095
+ 2.933602313805206
+ 2.933665471235694
+ 2.933728626797709
+ 2.9337917804914015
+ 2.933854932316921
+ 2.9339180822744177
+ 2.9339812303640422
+ 2.9340443765859434
+ 2.934107520940272
+ 2.9341706634271767
+ 2.934233804046809
+ 2.934296942799318
+ 2.934360079684853
+ 2.934423214703565
+ 2.934486347855603
+ 2.9345494791411175
+ 2.9346126085602573
+ 2.934675736113173
+ 2.9347388618000134
+ 2.9348019856209295
+ 2.93486510757607
+ 2.9349282276655857
+ 2.9349913458896246
+ 2.935054462248337
+ 2.9351175767418733
+ 2.935180689370383
+ 2.9352438001340144
+ 2.9353069090329185
+ 2.935370016067244
+ 2.93543312123714
+ 2.935496224542757
+ 2.9355593259842445
+ 2.935622425561751
+ 2.935685523275427
+ 2.9357486191254214
+ 2.9358117131118835
+ 2.935874805234963
+ 2.9359378954948085
+ 2.936000983891571
+ 2.936064070425398
+ 2.9361271550964396
+ 2.9361902379048455
+ 2.9362533188507642
+ 2.9363163979343456
+ 2.9363794751557384
+ 2.936442550515092
+ 2.9365056240125558
+ 2.9365686956482784
+ 2.9366317654224097
+ 2.9366948333350984
+ 2.936757899386494
+ 2.9368209635767446
+ 2.936884025906
+ 2.9369470863744094
+ 2.9370101449821213
+ 2.937073201729286
+ 2.937136256616051
+ 2.9371993096425655
+ 2.937262360808979
+ 2.9373254101154402
+ 2.937388457562098
+ 2.9374515031491013
+ 2.9375145468765993
+ 2.93757758874474
+ 2.9376406287536736
+ 2.937703666903548
+ 2.9377667031945114
+ 2.9378297376267133
+ 2.937892770200303
+ 2.9379558009154287
+ 2.938018829772239
+ 2.9380818567708826
+ 2.938144881911508
+ 2.9382079051942647
+ 2.938270926619301
+ 2.9383339461867646
+ 2.9383969638968055
+ 2.938459979749571
+ 2.9385229937452113
+ 2.938586005883873
+ 2.938649016165706
+ 2.9387120245908585
+ 2.9387750311594787
+ 2.938838035871715
+ 2.9389010387277166
+ 2.938964039727631
+ 2.9390270388716075
+ 2.9390900361597936
+ 2.9391530315923386
+ 2.9392160251693897
+ 2.939279016891096
+ 2.939342006757607
+ 2.939404994769068
+ 2.93946798092563
+ 2.9395309652274397
+ 2.9395939476746458
+ 2.9396569282673974
+ 2.9397199070058413
+ 2.9397828838901265
+ 2.939845858920401
+ 2.9399088320968128
+ 2.93997180341951
+ 2.940034772888641
+ 2.9400977405043536
+ 2.9401607062667954
+ 2.9402236701761155
+ 2.940286632232462
+ 2.9403495924359815
+ 2.940412550786823
+ 2.9404755072851345
+ 2.9405384619310637
+ 2.9406014147247586
+ 2.940664365666367
+ 2.9407273147560367
+ 2.940790261993916
+ 2.9408532073801528
+ 2.940916150914894
+ 2.940979092598288
+ 2.9410420324304836
+ 2.9411049704116268
+ 2.941167906541866
+ 2.9412308408213494
+ 2.9412937732502247
+ 2.941356703828639
+ 2.94141963255674
+ 2.941482559434676
+ 2.9415454844625946
+ 2.941608407640643
+ 2.941671328968969
+ 2.941734248447719
+ 2.941797166077043
+ 2.9418600818570866
+ 2.941922995787998
+ 2.941985907869925
+ 2.9420488181030144
+ 2.942111726487414
+ 2.9421746330232716
+ 2.9422375377107337
+ 2.942300440549949
+ 2.9423633415410633
+ 2.9424262406842256
+ 2.942489137979582
+ 2.942552033427281
+ 2.9426149270274684
+ 2.942677818780293
+ 2.942740708685901
+ 2.94280359674444
+ 2.942866482956058
+ 2.942929367320901
+ 2.942992249839117
+ 2.9430551305108525
+ 2.9431180093362554
+ 2.9431808863154725
+ 2.943243761448651
+ 2.943306634735938
+ 2.94336950617748
+ 2.9434323757734253
+ 2.9434952435239197
+ 2.943558109429111
+ 2.9436209734891463
+ 2.9436838357041717
+ 2.943746696074335
+ 2.943809554599783
+ 2.9438724112806622
+ 2.94393526611712
+ 2.943998119109303
+ 2.9440609702573584
+ 2.944123819561433
+ 2.944186667021673
+ 2.9442495126382258
+ 2.9443123564112383
+ 2.9443751983408575
+ 2.9444380384272293
+ 2.9445008766705008
+ 2.9445637130708193
+ 2.94462654762833
+ 2.9446893803431817
+ 2.9447522112155196
+ 2.9448150402454902
+ 2.944877867433241
+ 2.9449406927789186
+ 2.9450035162826684
+ 2.9450663379446382
+ 2.9451291577649745
+ 2.9451919757438234
+ 2.945254791881331
+ 2.9453176061776447
+ 2.9453804186329102
+ 2.945443229247275
+ 2.945506038020884
+ 2.945568844953885
+ 2.945631650046424
+ 2.9456944532986467
+ 2.9457572547107005
+ 2.945820054282731
+ 2.945882852014885
+ 2.9459456479073083
+ 2.9460084419601476
+ 2.946071234173549
+ 2.946134024547659
+ 2.946196813082623
+ 2.946259599778588
+ 2.9463223846357
+ 2.946385167654106
+ 2.94644794883395
+ 2.9465107281753804
+ 2.9465735056785416
+ 2.946636281343581
+ 2.9466990551706442
+ 2.946761827159877
+ 2.946824597311426
+ 2.9468873656254364
+ 2.946950132102055
+ 2.947012896741427
+ 2.9470756595436987
+ 2.9471384205090168
+ 2.947201179637526
+ 2.9472639369293727
+ 2.9473266923847037
+ 2.947389446003663
+ 2.947452197786398
+ 2.947514947733054
+ 2.9475776958437767
+ 2.947640442118712
+ 2.9477031865580057
+ 2.947765929161803
+ 2.9478286699302507
+ 2.947891408863494
+ 2.947954145961679
+ 2.9480168812249503
+ 2.9480796146534547
+ 2.948142346247337
+ 2.9482050760067433
+ 2.948267803931819
+ 2.9483305300227096
+ 2.9483932542795612
+ 2.948455976702519
+ 2.9485186972917283
+ 2.9485814160473347
+ 2.9486441329694846
+ 2.9487068480583214
+ 2.9487695613139926
+ 2.948832272736643
+ 2.9488949823264177
+ 2.9489576900834624
+ 2.949020396007922
+ 2.9490831000999425
+ 2.9491458023596686
+ 2.9492085027872466
+ 2.9492712013828206
+ 2.949333898146537
+ 2.9493965930785397
+ 2.9494592861789757
+ 2.949521977447989
+ 2.949584666885725
+ 2.949647354492329
+ 2.949710040267946
+ 2.9497727242127216
+ 2.9498354063268004
+ 2.9498980866103284
+ 2.949960765063449
+ 2.9500234416863087
+ 2.950086116479053
+ 2.9501487894418252
+ 2.9502114605747716
+ 2.950274129878037
+ 2.9503367973517665
+ 2.9503994629961046
+ 2.950462126811196
+ 2.9505247887971864
+ 2.9505874489542205
+ 2.9506501072824425
+ 2.9507127637819983
+ 2.9507754184530324
+ 2.9508380712956894
+ 2.9509007223101142
+ 2.9509633714964516
+ 2.9510260188548467
+ 2.9510886643854435
+ 2.9511513080883875
+ 2.9512139499638232
+ 2.9512765900118954
+ 2.951339228232748
+ 2.951401864626527
+ 2.951464499193376
+ 2.95152713193344
+ 2.9515897628468637
+ 2.951652391933791
+ 2.9517150191943675
+ 2.9517776446287374
+ 2.951840268237045
+ 2.9519028900194346
+ 2.9519655099760516
+ 2.9520281281070395
+ 2.9520907444125433
+ 2.9521533588927076
+ 2.952215971547676
+ 2.952278582377594
+ 2.952341191382605
+ 2.952403798562854
+ 2.9524664039184847
+ 2.952529007449642
+ 2.9525916091564706
+ 2.9526542090391135
+ 2.9527168070977163
+ 2.9527794033324226
+ 2.9528419977433766
+ 2.9529045903307227
+ 2.952967181094605
+ 2.953029770035168
+ 2.9530923571525554
+ 2.9531549424469112
+ 2.9532175259183804
+ 2.9532801075671062
+ 2.9533426873932336
+ 2.953405265396906
+ 2.9534678415782665
+ 2.9535304159374616
+ 2.953592988474633
+ 2.953655559189926
+ 2.9537181280834837
+ 2.953780695155451
+ 2.9538432604059714
+ 2.9539058238351883
+ 2.953968385443247
+ 2.9540309452302895
+ 2.9540935031964612
+ 2.9541560593419054
+ 2.9542186136667654
+ 2.954281166171186
+ 2.954343716855311
+ 2.9544062657192827
+ 2.9544688127632464
+ 2.954531357987345
+ 2.954593901391722
+ 2.9546564429765225
+ 2.954718982741889
+ 2.9547815206879653
+ 2.9548440568148955
+ 2.9549065911228225
+ 2.9549691236118907
+ 2.9550316542822426
+ 2.9550941831340234
+ 2.955156710167375
+ 2.955219235382442
+ 2.9552817587793667
+ 2.9553442803582946
+ 2.955406800119367
+ 2.9554693180627294
+ 2.9555318341885237
+ 2.9555943484968936
+ 2.9556568609879834
+ 2.955719371661935
+ 2.9557818805188933
+ 2.9558443875590004
+ 2.9559068927824
+ 2.955969396189236
+ 2.9560318977796514
+ 2.956094397553789
+ 2.9561568955117927
+ 2.9562193916538053
+ 2.95628188597997
+ 2.95634437849043
+ 2.956406869185329
+ 2.9564693580648096
+ 2.956531845129015
+ 2.956594330378089
+ 2.956656813812173
+ 2.9567192954314123
+ 2.9567817752359487
+ 2.9568442532259254
+ 2.9569067294014855
+ 2.956969203762771
+ 2.9570316763099274
+ 2.9570941470430956
+ 2.957156615962419
+ 2.957219083068041
+ 2.957281548360104
+ 2.957344011838751
+ 2.9574064735041254
+ 2.9574689333563695
+ 2.9575313913956265
+ 2.9575938476220385
+ 2.957656302035749
+ 2.9577187546369013
+ 2.9577812054256367
+ 2.957843654402099
+ 2.957906101566431
+ 2.957968546918775
+ 2.958030990459274
+ 2.9580934321880705
+ 2.9581558721053067
+ 2.958218310211126
+ 2.9582807465056713
+ 2.958343180989084
+ 2.958405613661508
+ 2.958468044523085
+ 2.9585304735739575
+ 2.958592900814269
+ 2.958655326244161
+ 2.958717749863776
+ 2.9587801716732574
+ 2.958842591672747
+ 2.958905009862387
+ 2.958967426242321
+ 2.95902984081269
+ 2.959092253573637
+ 2.9591546645253044
+ 2.9592170736678343
+ 2.95927948100137
+ 2.9593418865260523
+ 2.959404290242025
+ 2.959466692149429
+ 2.9595290922484074
+ 2.959591490539102
+ 2.9596538870216555
+ 2.95971628169621
+ 2.959778674562908
+ 2.959841065621891
+ 2.9599034548733014
+ 2.959965842317281
+ 2.9600282279539725
+ 2.9600906117835177
+ 2.9601529938060587
+ 2.960215374021738
+ 2.960277752430697
+ 2.960340129033078
+ 2.960402503829023
+ 2.9604648768186737
+ 2.9605272480021725
+ 2.9605896173796618
+ 2.9606519849512822
+ 2.9607143507171765
+ 2.9607767146774866
+ 2.9608390768323543
+ 2.960901437181921
+ 2.9609637957263297
+ 2.961026152465721
+ 2.961088507400237
+ 2.96115086053002
+ 2.9612132118552115
+ 2.9612755613759525
+ 2.961337909092386
+ 2.961400255004653
+ 2.9614625991128958
+ 2.961524941417255
+ 2.9615872819178732
+ 2.9616496206148915
+ 2.9617119575084523
+ 2.961774292598696
+ 2.9618366258857654
+ 2.9618989573698014
+ 2.9619612870509457
+ 2.9620236149293393
+ 2.962085941005125
+ 2.962148265278443
+ 2.9622105877494356
+ 2.9622729084182438
+ 2.9623352272850094
+ 2.9623975443498733
+ 2.9624598596129776
+ 2.962522173074463
+ 2.9625844847344722
+ 2.9626467945931445
+ 2.9627091026506225
+ 2.962771408907048
+ 2.962833713362561
+ 2.9628960160173037
+ 2.962958316871417
+ 2.9630206159250423
+ 2.9630829131783205
+ 2.963145208631393
+ 2.9632075022844013
+ 2.9632697941374864
+ 2.9633320841907893
+ 2.9633943724444514
+ 2.9634566588986133
+ 2.963518943553417
+ 2.9635812264090022
+ 2.963643507465511
+ 2.963705786723085
+ 2.963768064181864
+ 2.9638303398419894
+ 2.963892613703602
+ 2.9639548857668436
+ 2.9640171560318542
+ 2.964079424498775
+ 2.9641416911677476
+ 2.9642039560389124
+ 2.96426621911241
+ 2.964328480388381
+ 2.9643907398669676
+ 2.96445299754831
+ 2.964515253432548
+ 2.9645775075198237
+ 2.964639759810277
+ 2.9647020103040487
+ 2.964764259001281
+ 2.9648265059021126
+ 2.9648887510066855
+ 2.96495099431514
+ 2.9650132358276164
+ 2.965075475544256
+ 2.9651377134651997
+ 2.965199949590587
+ 2.9652621839205593
+ 2.9653244164552564
+ 2.96538664719482
+ 2.96544887613939
+ 2.965511103289107
+ 2.965573328644111
+ 2.9656355522045437
+ 2.965697773970544
+ 2.965759993942254
+ 2.965822212119813
+ 2.9658844285033616
+ 2.9659466430930403
+ 2.96600885588899
+ 2.96607106689135
+ 2.966133276100262
+ 2.966195483515865
+ 2.9662576891383
+ 2.9663198929677073
+ 2.966382095004227
+ 2.9664442952479995
+ 2.9665064936991645
+ 2.966568690357863
+ 2.9666308852242347
+ 2.96669307829842
+ 2.9667552695805597
+ 2.9668174590707928
+ 2.9668796467692595
+ 2.966941832676101
+ 2.967004016791456
+ 2.9670661991154654
+ 2.9671283796482695
+ 2.967190558390008
+ 2.9672527353408205
+ 2.967314910500848
+ 2.96737708387023
+ 2.9674392554491056
+ 2.9675014252376157
+ 2.9675635932359006
+ 2.967625759444099
+ 2.9676879238623517
+ 2.967750086490799
+ 2.9678122473295794
+ 2.9678744063788334
+ 2.9679365636387014
+ 2.967998719109323
+ 2.968060872790837
+ 2.968123024683384
+ 2.968185174787104
+ 2.968247323102136
+ 2.9683094696286205
+ 2.968371614366696
+ 2.968433757316504
+ 2.9684958984781824
+ 2.968558037851872
+ 2.9686201754377115
+ 2.9686823112358414
+ 2.968744445246401
+ 2.96880657746953
+ 2.9688687079053673
+ 2.9689308365540534
+ 2.968992963415727
+ 2.9690550884905282
+ 2.969117211778596
+ 2.96917933328007
+ 2.96924145299509
+ 2.969303570923796
+ 2.9693656870663254
+ 2.9694278014228193
+ 2.9694899139934168
+ 2.969552024778257
+ 2.9696141337774793
+ 2.9696762409912227
+ 2.9697383464196268
+ 2.969800450062831
+ 2.969862551920975
+ 2.9699246519941975
+ 2.969986750282638
+ 2.9700488467864354
+ 2.9701109415057285
+ 2.970173034440658
+ 2.9702351255913615
+ 2.970297214957979
+ 2.970359302540649
+ 2.9704213883395116
+ 2.970483472354705
+ 2.970545554586369
+ 2.970607635034642
+ 2.970669713699663
+ 2.9707317905815716
+ 2.970793865680507
+ 2.970855938996607
+ 2.9709180105300117
+ 2.9709800802808597
+ 2.97104214824929
+ 2.971104214435441
+ 2.9711662788394526
+ 2.971228341461463
+ 2.971290402301611
+ 2.971352461360036
+ 2.9714145186368763
+ 2.971476574132271
+ 2.9715386278463587
+ 2.971600679779278
+ 2.9716627299311686
+ 2.9717247783021685
+ 2.9717868248924164
+ 2.971848869702051
+ 2.9719109127312113
+ 2.971972953980036
+ 2.972034993448663
+ 2.9720970311372317
+ 2.9721590670458813
+ 2.972221101174749
+ 2.9722831335239737
+ 2.972345164093695
+ 2.97240719288405
+ 2.9724692198951788
+ 2.9725312451272186
+ 2.972593268580308
+ 2.972655290254587
+ 2.972717310150192
+ 2.972779328267263
+ 2.972841344605937
+ 2.972903359166354
+ 2.9729653719486517
+ 2.973027382952968
+ 2.9730893921794417
+ 2.9731513996282115
+ 2.9732134052994152
+ 2.973275409193191
+ 2.9733374113096773
+ 2.973399411649013
+ 2.973461410211335
+ 2.973523406996783
+ 2.9735854020054946
+ 2.973647395237608
+ 2.9737093866932613
+ 2.9737713763725933
+ 2.973833364275741
+ 2.9738953504028434
+ 2.973957334754038
+ 2.9740193173294633
+ 2.9740812981292573
+ 2.9741432771535585
+ 2.9742052544025044
+ 2.9742672298762325
+ 2.9743292035748823
+ 2.9743911754985906
+ 2.974453145647496
+ 2.9745151140217354
+ 2.974577080621448
+ 2.9746390454467715
+ 2.9747010084978434
+ 2.9747629697748015
+ 2.974824929277784
+ 2.974886887006929
+ 2.974948842962374
+ 2.975010797144256
+ 2.9750727495527145
+ 2.975134700187886
+ 2.9751966490499084
+ 2.9752585961389197
+ 2.975320541455058
+ 2.9753824849984603
+ 2.975444426769265
+ 2.975506366767609
+ 2.9755683049936303
+ 2.9756302414474667
+ 2.975692176129256
+ 2.9757541090391353
+ 2.9758160401772424
+ 2.975877969543715
+ 2.9759398971386903
+ 2.976001822962307
+ 2.9760637470147007
+ 2.97612566929601
+ 2.976187589806372
+ 2.976249508545925
+ 2.976311425514806
+ 2.976373340713152
+ 2.9764352541411006
+ 2.9764971657987895
+ 2.9765590756863562
+ 2.976620983803938
+ 2.9766828901516713
+ 2.976744794729694
+ 2.9768066975381444
+ 2.9768685985771586
+ 2.9769304978468742
+ 2.9769923953474287
+ 2.9770542910789586
+ 2.977116185041602
+ 2.977178077235496
+ 2.9772399676607777
+ 2.9773018563175837
+ 2.9773637432060513
+ 2.9774256283263187
+ 2.9774875116785218
+ 2.9775493932627977
+ 2.9776112730792845
+ 2.9776731511281187
+ 2.977735027409437
+ 2.977796901923377
+ 2.977858774670075
+ 2.9779206456496694
+ 2.977982514862296
+ 2.9780443823080915
+ 2.9781062479871943
+ 2.9781681118997394
+ 2.978229974045865
+ 2.978291834425708
+ 2.978353693039405
+ 2.978415549887093
+ 2.978477404968908
+ 2.9785392582849877
+ 2.9786011098354694
+ 2.9786629596204883
+ 2.978724807640183
+ 2.978786653894688
+ 2.978848498384143
+ 2.9789103411086817
+ 2.9789721820684436
+ 2.979034021263563
+ 2.9790958586941776
+ 2.979157694360424
+ 2.979219528262439
+ 2.979281360400359
+ 2.9793431907743213
+ 2.979405019384461
+ 2.979466846230916
+ 2.9795286713138225
+ 2.9795904946333165
+ 2.9796523161895347
+ 2.9797141359826145
+ 2.979775954012691
+ 2.9798377702799015
+ 2.9798995847843828
+ 2.97996139752627
+ 2.980023208505701
+ 2.9800850177228115
+ 2.9801468251777377
+ 2.980208630870616
+ 2.980270434801583
+ 2.9803322369707748
+ 2.980394037378328
+ 2.980455836024379
+ 2.9805176329090637
+ 2.980579428032518
+ 2.980641221394879
+ 2.9807030129962824
+ 2.9807648028368643
+ 2.9808265909167617
+ 2.980888377236109
+ 2.980950161795045
+ 2.9810119445937033
+ 2.9810737256322217
+ 2.981135504910735
+ 2.9811972824293806
+ 2.981259058188294
+ 2.9813208321876106
+ 2.9813826044274676
+ 2.981444374908
+ 2.981506143629344
+ 2.9815679105916364
+ 2.9816296757950123
+ 2.981691439239608
+ 2.981753200925559
+ 2.981814960853002
+ 2.9818767190220727
+ 2.9819384754329064
+ 2.9820002300856387
+ 2.982061982980407
+ 2.982123734117345
+ 2.9821854834965906
+ 2.9822472311182784
+ 2.982308976982545
+ 2.982370721089525
+ 2.9824324634393546
+ 2.98249420403217
+ 2.9825559428681063
+ 2.9826176799472996
+ 2.9826794152698852
+ 2.982741148836
+ 2.982802880645777
+ 2.982864610699355
+ 2.982926338996867
+ 2.9829880655384504
+ 2.9830497903242397
+ 2.9831115133543706
+ 2.9831732346289783
+ 2.9832349541481995
+ 2.983296671912169
+ 2.9833583879210224
+ 2.983420102174895
+ 2.983481814673922
+ 2.983543525418239
+ 2.983605234407982
+ 2.9836669416432864
+ 2.9837286471242863
+ 2.9837903508511183
+ 2.9838520528239174
+ 2.9839137530428186
+ 2.9839754515079577
+ 2.98403714821947
+ 2.984098843177491
+ 2.984160536382155
+ 2.9842222278335977
+ 2.9842839175319544
+ 2.9843456054773605
+ 2.9844072916699513
+ 2.9844689761098615
+ 2.984530658797226
+ 2.984592339732181
+ 2.9846540189148607
+ 2.984715696345401
+ 2.9847773720239363
+ 2.984839045950602
+ 2.984900718125533
+ 2.9849623885488645
+ 2.9850240572207314
+ 2.9850857241412685
+ 2.9851473893106117
+ 2.985209052728895
+ 2.9852707143962536
+ 2.9853323743128226
+ 2.985394032478737
+ 2.9854556888941315
+ 2.9855173435591404
+ 2.9855789964739
+ 2.9856406476385438
+ 2.9857022970532077
+ 2.985763944718026
+ 2.9858255906331332
+ 2.9858872347986645
+ 2.985948877214755
+ 2.986010517881539
+ 2.9860721567991506
+ 2.986133793967726
+ 2.9861954293873985
+ 2.9862570630583036
+ 2.986318694980576
+ 2.9863803251543497
+ 2.98644195357976
+ 2.986503580256942
+ 2.9865652051860287
+ 2.9866268283671555
+ 2.986688449800457
+ 2.9867500694860682
+ 2.986811687424123
+ 2.986873303614756
+ 2.986934918058102
+ 2.9869965307542956
+ 2.9870581417034705
+ 2.987119750905762
+ 2.987181358361304
+ 2.987242964070231
+ 2.9873045680326773
+ 2.9873661702487775
+ 2.987427770718666
+ 2.9874893694424776
+ 2.9875509664203457
+ 2.987612561652405
+ 2.9876741551387895
+ 2.9877357468796344
+ 2.9877973368750728
+ 2.98785892512524
+ 2.987920511630269
+ 2.9879820963902954
+ 2.9880436794054526
+ 2.9881052606758747
+ 2.9881668402016968
+ 2.988228417983051
+ 2.988289994020074
+ 2.9883515683128983
+ 2.9884131408616583
+ 2.9884747116664885
+ 2.988536280727522
+ 2.988597848044894
+ 2.988659413618737
+ 2.988720977449187
+ 2.988782539536377
+ 2.9888440998804406
+ 2.988905658481512
+ 2.9889672153397258
+ 2.989028770455215
+ 2.989090323828114
+ 2.989151875458557
+ 2.9892134253466764
+ 2.9892749734926083
+ 2.9893365198964847
+ 2.9893980645584404
+ 2.989459607478609
+ 2.989521148657124
+ 2.9895826880941194
+ 2.989644225789729
+ 2.9897057617440863
+ 2.9897672959573254
+ 2.98982882842958
+ 2.9898903591609836
+ 2.98995188815167
+ 2.9900134154017723
+ 2.9900749409114247
+ 2.990136464680761
+ 2.9901979867099144
+ 2.9902595069990188
+ 2.990321025548208
+ 2.990382542357614
+ 2.990444057427372
+ 2.9905055707576156
+ 2.9905670823484773
+ 2.990628592200091
+ 2.99069010031259
+ 2.9907516066861084
+ 2.990813111320779
+ 2.9908746142167355
+ 2.990936115374111
+ 2.9909976147930397
+ 2.991059112473654
+ 2.9911206084160877
+ 2.991182102620474
+ 2.9912435950869467
+ 2.9913050858156383
+ 2.9913665748066824
+ 2.991428062060213
+ 2.991489547576362
+ 2.9915510313552645
+ 2.991612513397052
+ 2.991673993701858
+ 2.991735472269817
+ 2.99179694910106
+ 2.9918584241957222
+ 2.9919198975539354
+ 2.9919813691758335
+ 2.9920428390615497
+ 2.9921043072112163
+ 2.992165773624967
+ 2.9922272383029345
+ 2.992288701245252
+ 2.9923501624520528
+ 2.9924116219234693
+ 2.992473079659635
+ 2.9925345356606825
+ 2.992595989926745
+ 2.9926574424579555
+ 2.992718893254447
+ 2.9927803423163524
+ 2.9928417896438035
+ 2.992903235236935
+ 2.9929646790958784
+ 2.993026121220767
+ 2.9930875616117345
+ 2.993149000268912
+ 2.9932104371924333
+ 2.9932718723824308
+ 2.993333305839038
+ 2.9933947375623866
+ 2.99345616755261
+ 2.993517595809841
+ 2.993579022334212
+ 2.993640447125855
+ 2.9937018701849043
+ 2.993763291511491
+ 2.993824711105749
+ 2.9938861289678096
+ 2.993947545097806
+ 2.994008959495871
+ 2.994070372162138
+ 2.994131783096737
+ 2.994193192299803
+ 2.994254599771467
+ 2.9943160055118625
+ 2.9943774095211215
+ 2.9944388117993763
+ 2.9945002123467597
+ 2.994561611163404
+ 2.9946230082494414
+ 2.9946844036050044
+ 2.9947457972302254
+ 2.994807189125237
+ 2.994868579290172
+ 2.9949299677251613
+ 2.994991354430338
+ 2.995052739405835
+ 2.9951141226517835
+ 2.995175504168316
+ 2.9952368839555654
+ 2.9952982620136632
+ 2.9953596383427423
+ 2.9954210129429346
+ 2.995482385814372
+ 2.9955437569571868
+ 2.9956051263715118
+ 2.995666494057478
+ 2.995727860015218
+ 2.9957892242448643
+ 2.9958505867465486
+ 2.9959119475204026
+ 2.995973306566559
+ 2.99603466388515
+ 2.9960960194763064
+ 2.996157373340161
+ 2.996218725476847
+ 2.996280075886494
+ 2.996341424569236
+ 2.996402771525203
+ 2.9964641167545287
+ 2.996525460257344
+ 2.9965868020337814
+ 2.996648142083972
+ 2.996709480408048
+ 2.9967708170061416
+ 2.996832151878384
+ 2.9968934850249074
+ 2.996954816445844
+ 2.9970161461413243
+ 2.997077474111481
+ 2.997138800356446
+ 2.9972001248763505
+ 2.997261447671326
+ 2.9973227687415056
+ 2.9973840880870193
+ 2.9974454057079996
+ 2.9975067216045774
+ 2.997568035776885
+ 2.997629348225054
+ 2.997690658949216
+ 2.9977519679495024
+ 2.9978132752260445
+ 2.997874580778974
+ 2.9979358846084234
+ 2.9979971867145228
+ 2.9980584870974036
+ 2.998119785757199
+ 2.998181082694039
+ 2.998242377908055
+ 2.9983036713993787
+ 2.998364963168142
+ 2.9984262532144763
+ 2.9984875415385126
+ 2.9985488281403816
+ 2.9986101130202156
+ 2.9986713961781457
+ 2.9987326776143033
+ 2.998793957328819
+ 2.9988552353218254
+ 2.998916511593452
+ 2.998977786143832
+ 2.999039058973095
+ 2.9991003300813737
+ 2.9991615994687977
+ 2.999222867135499
+ 2.9992841330816087
+ 2.999345397307258
+ 2.999406659812578
+ 2.9994679205977
+ 2.9995291796627543
+ 2.9995904370078734
+ 2.9996516926331873
+ 2.999712946538827
+ 2.999774198724924
+ 2.999835449191609
+ 2.9998966979390134
+ 2.9999579449672678
+ 3.0000191902765034
+ 3.0000804338668505
+ 3.0001416757384414
+ 3.000202915891406
+ 3.000264154325875
+ 3.00032539104198
+ 3.0003866260398513
+ 3.00044785931962
+ 3.0005090908814176
+ 3.000570320725374
+ 3.0006315488516195
+ 3.0006927752602865
+ 3.0007539999515047
+ 3.000815222925405
+ 3.0008764441821185
+ 3.0009376637217757
+ 3.000998881544507
+ 3.001060097650443
+ 3.0011213120397153
+ 3.001182524712454
+ 3.0012437356687895
+ 3.001304944908853
+ 3.001366152432775
+ 3.001427358240685
+ 3.0014885623327148
+ 3.0015497647089946
+ 3.001610965369655
+ 3.0016721643148268
+ 3.0017333615446398
+ 3.001794557059225
+ 3.001855750858713
+ 3.0019169429432333
+ 3.001978133312918
+ 3.002039321967896
+ 3.002100508908299
+ 3.002161694134256
+ 3.002222877645899
+ 3.0022840594433564
+ 3.0023452395267602
+ 3.0024064178962404
+ 3.0024675945519266
+ 3.00252876949395
+ 3.00258994272244
+ 3.002651114237528
+ 3.0027122840393434
+ 3.0027734521280163
+ 3.0028346185036776
+ 3.0028957831664567
+ 3.0029569461164844
+ 3.0030181073538915
+ 3.0030792668788067
+ 3.003140424691361
+ 3.0032015807916843
+ 3.0032627351799066
+ 3.0033238878561583
+ 3.0033850388205696
+ 3.00344618807327
+ 3.0035073356143904
+ 3.0035684814440597
+ 3.0036296255624086
+ 3.0036907679695672
+ 3.003751908665665
+ 3.0038130476508322
+ 3.0038741849251993
+ 3.003935320488895
+ 3.00399645434205
+ 3.0040575864847945
+ 3.0041187169172576
+ 3.00417984563957
+ 3.004240972651861
+ 3.0043020979542607
+ 3.0043632215468987
+ 3.0044243434299043
+ 3.004485463603409
+ 3.00454658206754
+ 3.0046076988224293
+ 3.004668813868206
+ 3.004729927204999
+ 3.0047910388329395
+ 3.004852148752156
+ 3.004913256962779
+ 3.0049743634649366
+ 3.00503546825876
+ 3.0050965713443785
+ 3.005157672721922
+ 3.005218772391519
+ 3.0052798703532995
+ 3.0053409666073936
+ 3.005402061153931
+ 3.0054631539930403
+ 3.0055242451248514
+ 3.0055853345494943
+ 3.0056464222670978
+ 3.0057075082777915
+ 3.0057685925817057
+ 3.005829675178968
+ 3.0058907560697103
+ 3.0059518352540593
+ 3.006012912732147
+ 3.0060739885041
+ 3.00613506257005
+ 3.0061961349301254
+ 3.006257205584456
+ 3.0063182745331702
+ 3.006379341776398
+ 3.006440407314268
+ 3.0065014711469105
+ 3.006562533274454
+ 3.0066235936970283
+ 3.0066846524147617
+ 3.006745709427784
+ 3.0068067647362247
+ 3.0068678183402118
+ 3.0069288702398755
+ 3.0069899204353447
+ 3.0070509689267486
+ 3.0071120157142164
+ 3.007173060797876
+ 3.0072341041778583
+ 3.007295145854291
+ 3.0073561858273035
+ 3.007417224097025
+ 3.0074782606635844
+ 3.0075392955271107
+ 3.0076003286877326
+ 3.0076613601455797
+ 3.0077223899007803
+ 3.0077834179534633
+ 3.007844444303758
+ 3.0079054689517934
+ 3.0079664918976987
+ 3.0080275131416014
+ 3.0080885326836313
+ 3.0081495505239166
+ 3.0082105666625876
+ 3.0082715810997716
+ 3.008332593835598
+ 3.008393604870195
+ 3.008454614203692
+ 3.0085156218362177
+ 3.0085766277679
+ 3.0086376319988686
+ 3.0086986345292517
+ 3.0087596353591786
+ 3.0088206344887767
+ 3.0088816319181753
+ 3.0089426276475035
+ 3.0090036216768894
+ 3.0090646140064616
+ 3.009125604636349
+ 3.0091865935666795
+ 3.0092475807975827
+ 3.009308566329186
+ 3.009369550161618
+ 3.009430532295008
+ 3.0094915127294843
+ 3.0095524914651746
+ 3.009613468502208
+ 3.009674443840713
+ 3.0097354174808175
+ 3.0097963894226507
+ 3.0098573596663396
+ 3.009918328212014
+ 3.009979295059802
+ 3.010040260209831
+ 3.01010122366223
+ 3.010162185417128
+ 3.010223145474652
+ 3.010284103834931
+ 3.0103450604980933
+ 3.010406015464266
+ 3.010466968733579
+ 3.01052792030616
+ 3.0105888701821364
+ 3.010649818361637
+ 3.0107107648447897
+ 3.0107717096317237
+ 3.0108326527225655
+ 3.010893594117444
+ 3.0109545338164874
+ 3.011015471819823
+ 3.0110764081275807
+ 3.0111373427398864
+ 3.01119827565687
+ 3.0112592068786577
+ 3.011320136405379
+ 3.011381064237161
+ 3.011441990374132
+ 3.0115029148164205
+ 3.011563837564154
+ 3.0116247586174594
+ 3.0116856779764656
+ 3.0117465956413008
+ 3.011807511612093
+ 3.0118684258889687
+ 3.0119293384720565
+ 3.0119902493614847
+ 3.012051158557381
+ 3.0121120660598724
+ 3.0121729718690875
+ 3.012233875985154
+ 3.012294778408199
+ 3.012355679138351
+ 3.0124165781757375
+ 3.0124774755204857
+ 3.0125383711727243
+ 3.0125992651325797
+ 3.012660157400181
+ 3.012721047975654
+ 3.012781936859128
+ 3.01284282405073
+ 3.0129037095505877
+ 3.0129645933588285
+ 3.0130254754755796
+ 3.0130863559009695
+ 3.013147234635125
+ 3.013208111678174
+ 3.0132689870302434
+ 3.0133298606914614
+ 3.0133907326619553
+ 3.0134516029418523
+ 3.01351247153128
+ 3.013573338430366
+ 3.013634203639237
+ 3.0136950671580216
+ 3.013755928986846
+ 3.013816789125838
+ 3.0138776475751254
+ 3.013938504334835
+ 3.0139993594050933
+ 3.01406021278603
+ 3.0141210644777696
+ 3.0141819144804414
+ 3.0142427627941717
+ 3.0143036094190876
+ 3.014364454355317
+ 3.014425297602987
+ 3.0144861391622237
+ 3.014546979033156
+ 3.01460781721591
+ 3.0146686537106127
+ 3.014729488517392
+ 3.014790321636374
+ 3.0148511530676867
+ 3.014911982811457
+ 3.0149728108678113
+ 3.015033637236878
+ 3.0150944619187823
+ 3.0151552849136523
+ 3.015216106221615
+ 3.015276925842797
+ 3.015337743777326
+ 3.015398560025328
+ 3.0154593745869316
+ 3.0155201874622617
+ 3.015580998651446
+ 3.0156418081546112
+ 3.0157026159718847
+ 3.0157634221033933
+ 3.015824226549263
+ 3.0158850293096218
+ 3.0159458303845956
+ 3.0160066297743118
+ 3.016067427478897
+ 3.016128223498478
+ 3.016189017833181
+ 3.0162498104831337
+ 3.016310601448462
+ 3.0163713907292924
+ 3.016432178325753
+ 3.016492964237969
+ 3.016553748466068
+ 3.016614531010176
+ 3.01667531187042
+ 3.0167360910469263
+ 3.016796868539822
+ 3.016857644349233
+ 3.016918418475287
+ 3.016979190918109
+ 3.0170399616778267
+ 3.0171007307545663
+ 3.0171614981484542
+ 3.0172222638596167
+ 3.017283027888181
+ 3.0173437902342726
+ 3.0174045508980187
+ 3.017465309879545
+ 3.017526067178979
+ 3.0175868227964457
+ 3.0176475767320725
+ 3.0177083289859854
+ 3.017769079558311
+ 3.0178298284491754
+ 3.017890575658705
+ 3.017951321187026
+ 3.018012065034265
+ 3.018072807200547
+ 3.0181335476860003
+ 3.0181942864907496
+ 3.018255023614922
+ 3.0183157590586434
+ 3.0183764928220396
+ 3.018437224905237
+ 3.018497955308362
+ 3.018558684031541
+ 3.018619411074899
+ 3.018680136438564
+ 3.01874086012266
+ 3.0188015821273146
+ 3.018862302452653
+ 3.018923021098802
+ 3.018983738065886
+ 3.0190444533540335
+ 3.0191051669633686
+ 3.019165878894018
+ 3.019226589146108
+ 3.019287297719764
+ 3.0193480046151118
+ 3.0194087098322773
+ 3.0194694133713877
+ 3.0195301152325675
+ 3.0195908154159428
+ 3.0196515139216404
+ 3.019712210749785
+ 3.0197729059005027
+ 3.0198335993739196
+ 3.0198942911701616
+ 3.019954981289354
+ 3.020015669731623
+ 3.0200763564970945
+ 3.020137041585894
+ 3.020197724998147
+ 3.0202584067339795
+ 3.020319086793517
+ 3.020379765176885
+ 3.0204404418842103
+ 3.0205011169156175
+ 3.0205617902712323
+ 3.020622461951181
+ 3.020683131955588
+ 3.02074380028458
+ 3.020804466938282
+ 3.0208651319168194
+ 3.0209257952203186
+ 3.020986456848904
+ 3.0210471168027024
+ 3.021107775081838
+ 3.0211684316864376
+ 3.0212290866166254
+ 3.0212897398725276
+ 3.0213503914542694
+ 3.021411041361977
+ 3.021471689595774
+ 3.0215323361557878
+ 3.021592981042142
+ 3.0216536242549634
+ 3.0217142657943765
+ 3.0217749056605068
+ 3.0218355438534803
+ 3.0218961803734214
+ 3.0219568152204555
+ 3.0220174483947084
+ 3.0220780798963043
+ 3.02213870972537
+ 3.0221993378820295
+ 3.022259964366408
+ 3.0223205891786318
+ 3.0223812123188254
+ 3.0224418337871133
+ 3.0225024535836216
+ 3.0225630717084755
+ 3.022623688161799
+ 3.022684302943718
+ 3.0227449160543576
+ 3.022805527493843
+ 3.022866137262299
+ 3.0229267453598507
+ 3.0229873517866226
+ 3.023047956542741
+ 3.0231085596283296
+ 3.023169161043514
+ 3.0232297607884187
+ 3.023290358863169
+ 3.0233509552678903
+ 3.0234115500027063
+ 3.023472143067744
+ 3.0235327344631253
+ 3.023593324188978
+ 3.023653912245425
+ 3.0237144986325917
+ 3.023775083350603
+ 3.0238356663995845
+ 3.023896247779659
+ 3.023956827490954
+ 3.0240174055335913
+ 3.0240779819076984
+ 3.0241385566133983
+ 3.024199129650816
+ 3.024259701020076
+ 3.0243202707213044
+ 3.0243808387546243
+ 3.0244414051201605
+ 3.0245019698180386
+ 3.0245625328483827
+ 3.024623094211317
+ 3.024683653906967
+ 3.0247442119354564
+ 3.02480476829691
+ 3.0248653229914533
+ 3.0249258760192093
+ 3.0249864273803033
+ 3.02504697707486
+ 3.025107525103003
+ 3.0251680714648583
+ 3.0252286161605495
+ 3.0252891591902005
+ 3.0253497005539365
+ 3.025410240251882
+ 3.0254707782841606
+ 3.0255313146508973
+ 3.0255918493522165
+ 3.0256523823882424
+ 3.025712913759099
+ 3.025773443464911
+ 3.0258339715058034
+ 3.0258944978818993
+ 3.0259550225933234
+ 3.0260155456402
+ 3.0260760670226534
+ 3.0261365867408077
+ 3.0261971047947873
+ 3.0262576211847163
+ 3.026318135910719
+ 3.0263786489729196
+ 3.0264391603714422
+ 3.02649967010641
+ 3.026560178177949
+ 3.0266206845861823
+ 3.0266811893312338
+ 3.026741692413228
+ 3.026802193832288
+ 3.0268626935885394
+ 3.0269231916821053
+ 3.02698368811311
+ 3.027044182881677
+ 3.027104675987931
+ 3.027165167431996
+ 3.0272256572139953
+ 3.027286145334053
+ 3.0273466317922932
+ 3.02740711658884
+ 3.0274675997238174
+ 3.027528081197349
+ 3.027588561009558
+ 3.0276490391605697
+ 3.027709515650507
+ 3.0277699904794937
+ 3.027830463647654
+ 3.0278909351551113
+ 3.0279514050019896
+ 3.0280118731884134
+ 3.0280723397145053
+ 3.0281328045803892
+ 3.028193267786189
+ 3.028253729332029
+ 3.0283141892180323
+ 3.028374647444322
+ 3.028435104011023
+ 3.0284955589182583
+ 3.0285560121661512
+ 3.0286164637548265
+ 3.0286769136844067
+ 3.0287373619550153
+ 3.028797808566777
+ 3.028858253519814
+ 3.0289186968142507
+ 3.0289791384502105
+ 3.029039578427817
+ 3.029100016747193
+ 3.0291604534084624
+ 3.029220888411749
+ 3.029281321757176
+ 3.029341753444867
+ 3.029402183474945
+ 3.0294626118475336
+ 3.0295230385627567
+ 3.029583463620737
+ 3.029643887021598
+ 3.0297043087654636
+ 3.029764728852456
+ 3.0298251472826996
+ 3.0298855640563174
+ 3.029945979173432
+ 3.0300063926341676
+ 3.030066804438647
+ 3.0301272145869937
+ 3.030187623079331
+ 3.0302480299157812
+ 3.0303084350964684
+ 3.030368838621516
+ 3.030429240491046
+ 3.030489640705183
+ 3.030550039264049
+ 3.030610436167768
+ 3.0306708314164617
+ 3.030731225010255
+ 3.03079161694927
+ 3.0308520072336296
+ 3.0309123958634574
+ 3.030972782838876
+ 3.0310331681600085
+ 3.031093551826978
+ 3.031153933839908
+ 3.03121431419892
+ 3.0312746929041383
+ 3.0313350699556856
+ 3.0313954453536844
+ 3.031455819098258
+ 3.031516191189529
+ 3.0315765616276207
+ 3.0316369304126556
+ 3.0316972975447567
+ 3.0317576630240466
+ 3.0318180268506487
+ 3.031878389024685
+ 3.0319387495462795
+ 3.0319991084155533
+ 3.032059465632631
+ 3.032119821197634
+ 3.0321801751106854
+ 3.0322405273719077
+ 3.0323008779814247
+ 3.0323612269393574
+ 3.03242157424583
+ 3.0324819199009636
+ 3.0325422639048827
+ 3.0326026062577087
+ 3.0326629469595647
+ 3.032723286010573
+ 3.0327836234108556
+ 3.032843959160536
+ 3.032904293259737
+ 3.0329646257085807
+ 3.033024956507189
+ 3.0330852856556856
+ 3.0331456131541925
+ 3.0332059390028316
+ 3.0332662632017255
+ 3.0333265857509977
+ 3.0333869066507693
+ 3.0334472259011642
+ 3.0335075435023033
+ 3.03356785945431
+ 3.033628173757306
+ 3.033688486411414
+ 3.0337487974167563
+ 3.033809106773455
+ 3.0338694144816336
+ 3.033929720541413
+ 3.0339900249529155
+ 3.034050327716265
+ 3.0341106288315816
+ 3.034170928298989
+ 3.034231226118609
+ 3.0342915222905633
+ 3.0343518168149752
+ 3.0344121096919663
+ 3.034472400921658
+ 3.0345326905041743
+ 3.0345929784396355
+ 3.0346532647281643
+ 3.034713549369884
+ 3.0347738323649147
+ 3.0348341137133796
+ 3.034894393415401
+ 3.0349546714711
+ 3.0350149478806
+ 3.035075222644022
+ 3.035135495761488
+ 3.035195767233121
+ 3.035256037059041
+ 3.035316305239372
+ 3.0353765717742354
+ 3.035436836663752
+ 3.0354970999080453
+ 3.035557361507236
+ 3.035617621461447
+ 3.0356778797707995
+ 3.0357381364354157
+ 3.0357983914554163
+ 3.035858644830925
+ 3.0359188965620625
+ 3.035979146648951
+ 3.036039395091712
+ 3.0360996418904675
+ 3.0361598870453386
+ 3.036220130556448
+ 3.036280372423917
+ 3.0363406126478676
+ 3.036400851228421
+ 3.036461088165699
+ 3.0365213234598234
+ 3.036581557110916
+ 3.036641789119098
+ 3.0367020194844914
+ 3.036762248207218
+ 3.0368224752873987
+ 3.0368827007251555
+ 3.03694292452061
+ 3.037003146673884
+ 3.037063367185098
+ 3.037123586054375
+ 3.037183803281836
+ 3.0372440188676015
+ 3.0373042328117945
+ 3.0373644451145347
+ 3.0374246557759452
+ 3.0374848647961468
+ 3.0375450721752606
+ 3.037605277913409
+ 3.037665482010712
+ 3.0377256844672917
+ 3.0377858852832698
+ 3.037846084458767
+ 3.0379062819939056
+ 3.0379664778888054
+ 3.0380266721435887
+ 3.038086864758377
+ 3.0381470557332904
+ 3.038207245068452
+ 3.0382674327639814
+ 3.038327618820001
+ 3.0383878032366307
+ 3.0384479860139924
+ 3.038508167152208
+ 3.0385683466513975
+ 3.0386285245116826
+ 3.038688700733185
+ 3.0387488753160246
+ 3.038809048260324
+ 3.038869219566202
+ 3.0389293892337825
+ 3.0389895572631844
+ 3.0390497236545295
+ 3.039109888407939
+ 3.0391700515235343
+ 3.0392302130014355
+ 3.039290372841764
+ 3.0393505310446405
+ 3.039410687610187
+ 3.0394708425385235
+ 3.0395309958297707
+ 3.0395911474840505
+ 3.039651297501483
+ 3.0397114458821894
+ 3.0397715926262907
+ 3.0398317377339077
+ 3.0398918812051607
+ 3.039952023040172
+ 3.0400121632390604
+ 3.0400723018019478
+ 3.040132438728955
+ 3.0401925740202036
+ 3.040252707675813
+ 3.0403128396959036
+ 3.040372970080598
+ 3.040433098830015
+ 3.040493225944277
+ 3.0405533514235037
+ 3.040613475267816
+ 3.040673597477334
+ 3.0407337180521785
+ 3.0407938369924716
+ 3.040853954298332
+ 3.040914069969882
+ 3.04097418400724
+ 3.041034296410529
+ 3.0410944071798673
+ 3.0411545163153773
+ 3.041214623817179
+ 3.041274729685392
+ 3.0413348339201383
+ 3.041394936521537
+ 3.041455037489709
+ 3.041515136824776
+ 3.0415752345268565
+ 3.041635330596072
+ 3.0416954250325428
+ 3.041755517836389
+ 3.041815609007731
+ 3.04187569854669
+ 3.0419357864533856
+ 3.041995872727938
+ 3.0420559573704677
+ 3.042116040381096
+ 3.0421761217599412
+ 3.042236201507125
+ 3.0422962796227675
+ 3.042356356106989
+ 3.0424164309599093
+ 3.042476504181649
+ 3.042536575772328
+ 3.042596645732067
+ 3.042656714060986
+ 3.0427167807592044
+ 3.0427768458268436
+ 3.0428369092640226
+ 3.0428969710708627
+ 3.0429570312474827
+ 3.043017089794004
+ 3.0430771467105457
+ 3.043137201997228
+ 3.0431972556541718
+ 3.0432573076814964
+ 3.043317358079322
+ 3.043377406847768
+ 3.043437453986955
+ 3.043497499497003
+ 3.043557543378032
+ 3.043617585630162
+ 3.043677626253513
+ 3.043737665248204
+ 3.0437977026143557
+ 3.043857738352088
+ 3.0439177724615214
+ 3.043977804942774
+ 3.0440378357959674
+ 3.0440978650212207
+ 3.044157892618653
+ 3.044217918588386
+ 3.0442779429305378
+ 3.0443379656452287
+ 3.0443979867325783
+ 3.044458006192707
+ 3.0445180240257335
+ 3.044578040231779
+ 3.0446380548109615
+ 3.0446980677634015
+ 3.044758079089219
+ 3.0448180887885337
+ 3.044878096861465
+ 3.0449381033081315
+ 3.044998108128654
+ 3.0450581113231525
+ 3.0451181128917457
+ 3.045178112834553
+ 3.045238111151695
+ 3.04529810784329
+ 3.045358102909459
+ 3.04541809635032
+ 3.0454780881659937
+ 3.0455380783565986
+ 3.0455980669222553
+ 3.0456580538630824
+ 3.045718039179199
+ 3.0457780228707256
+ 3.0458380049377816
+ 3.0458979853804857
+ 3.045957964198957
+ 3.046017941393316
+ 3.0460779169636814
+ 3.0461378909101726
+ 3.0461978632329085
+ 3.0462578339320094
+ 3.046317803007594
+ 3.046377770459782
+ 3.046437736288692
+ 3.046497700494444
+ 3.0465576630771563
+ 3.0466176240369487
+ 3.046677583373941
+ 3.046737541088252
+ 3.0467974971799996
+ 3.0468574516493048
+ 3.0469174044962863
+ 3.046977355721063
+ 3.0470373053237534
+ 3.047097253304478
+ 3.047157199663354
+ 3.047217144400503
+ 3.047277087516042
+ 3.0473370290100914
+ 3.0473969688827696
+ 3.0474569071341953
+ 3.047516843764488
+ 3.0475767787737666
+ 3.0476367121621504
+ 3.0476966439297577
+ 3.047756574076708
+ 3.04781650260312
+ 3.047876429509113
+ 3.0479363547948055
+ 3.0479962784603165
+ 3.048056200505765
+ 3.04811612093127
+ 3.04817603973695
+ 3.048235956922924
+ 3.0482958724893114
+ 3.04835578643623
+ 3.0484156987637987
+ 3.0484756094721375
+ 3.0485355185613643
+ 3.0485954260315977
+ 3.0486553318829563
+ 3.0487152361155596
+ 3.0487751387295257
+ 3.0488350397249744
+ 3.048894939102023
+ 3.0489548368607906
+ 3.049014733001396
+ 3.049074627523958
+ 3.049134520428595
+ 3.0491944117154253
+ 3.0492543013845683
+ 3.0493141894361426
+ 3.049374075870266
+ 3.0494339606870575
+ 3.0494938438866352
+ 3.0495537254691185
+ 3.0496136054346255
+ 3.0496734837832746
+ 3.049733360515184
+ 3.049793235630473
+ 3.0498531091292596
+ 3.0499129810116616
+ 3.049972851277799
+ 3.050032719927789
+ 3.0500925869617497
+ 3.0501524523798005
+ 3.0502123161820593
+ 3.0502721783686453
+ 3.0503320389396755
+ 3.050391897895269
+ 3.0504517552355437
+ 3.0505116109606187
+ 3.0505714650706115
+ 3.0506313175656405
+ 3.0506911684458244
+ 3.0507510177112813
+ 3.0508108653621293
+ 3.050870711398486
+ 3.0509305558204716
+ 3.050990398628202
+ 3.0510502398217967
+ 3.0511100794013735
+ 3.05116991736705
+ 3.0512297537189457
+ 3.0512895884571773
+ 3.051349421581864
+ 3.0514092530931234
+ 3.0514690829910736
+ 3.051528911275833
+ 3.051588737947519
+ 3.05164856300625
+ 3.0517083864521437
+ 3.0517682082853193
+ 3.051828028505893
+ 3.0518878471139845
+ 3.051947664109711
+ 3.05200747949319
+ 3.0520672932645403
+ 3.0521271054238794
+ 3.052186915971325
+ 3.052246724906995
+ 3.0523065322310083
+ 3.0523663379434818
+ 3.0524261420445336
+ 3.0524859445342813
+ 3.0525457454128424
+ 3.052605544680336
+ 3.0526653423368795
+ 3.0527251383825895
+ 3.0527849328175853
+ 3.0528447256419837
+ 3.0529045168559024
+ 3.05296430645946
+ 3.053024094452774
+ 3.053083880835961
+ 3.0531436656091397
+ 3.0532034487724276
+ 3.053263230325942
+ 3.0533230102698017
+ 3.0533827886041234
+ 3.0534425653290245
+ 3.053502340444623
+ 3.053562113951036
+ 3.053621885848382
+ 3.0536816561367783
+ 3.0537414248163417
+ 3.0538011918871906
+ 3.0538609573494417
+ 3.053920721203214
+ 3.053980483448623
+ 3.0540402440857877
+ 3.0541000031148244
+ 3.0541597605358515
+ 3.054219516348986
+ 3.0542792705543462
+ 3.054339023152048
+ 3.05439877414221
+ 3.0544585235249486
+ 3.054518271300382
+ 3.0545780174686272
+ 3.0546377620298015
+ 3.0546975049840226
+ 3.0547572463314077
+ 3.054816986072073
+ 3.054876724206138
+ 3.054936460733718
+ 3.054996195654931
+ 3.0550559289698938
+ 3.0551156606787244
+ 3.0551753907815398
+ 3.0552351192784566
+ 3.0552948461695926
+ 3.055354571455065
+ 3.0554142951349905
+ 3.0554740172094865
+ 3.0555337376786706
+ 3.055593456542659
+ 3.055653173801569
+ 3.0557128894555188
+ 3.0557726035046238
+ 3.055832315949002
+ 3.0558920267887704
+ 3.055951736024046
+ 3.0560114436549455
+ 3.0560711496815864
+ 3.0561308541040852
+ 3.05619055692256
+ 3.0562502581371263
+ 3.0563099577479016
+ 3.0563696557550033
+ 3.0564293521585473
+ 3.056489046958651
+ 3.056548740155432
+ 3.056608431749007
+ 3.0566681217394915
+ 3.0567278101270037
+ 3.05678749691166
+ 3.0568471820935774
+ 3.056906865672873
+ 3.056966547649662
+ 3.0570262280240637
+ 3.057085906796193
+ 3.057145583966167
+ 3.057205259534103
+ 3.0572649335001167
+ 3.057324605864326
+ 3.057384276626847
+ 3.0574439457877967
+ 3.057503613347291
+ 3.0575632793054477
+ 3.0576229436623827
+ 3.057682606418212
+ 3.057742267573054
+ 3.0578019271270236
+ 3.057861585080239
+ 3.0579212414328145
+ 3.057980896184869
+ 3.058040549336518
+ 3.0581002008878775
+ 3.0581598508390653
+ 3.058219499190197
+ 3.058279145941389
+ 3.0583387910927584
+ 3.058398434644421
+ 3.058458076596494
+ 3.0585177169490936
+ 3.0585773557023352
+ 3.058636992856337
+ 3.0586966284112136
+ 3.058756262367083
+ 3.0588158947240607
+ 3.058875525482263
+ 3.0589351546418064
+ 3.0589947822028076
+ 3.059054408165382
+ 3.0591140325296466
+ 3.0591736552957176
+ 3.0592332764637113
+ 3.0592928960337438
+ 3.0593525140059312
+ 3.0594121303803905
+ 3.0594717451572366
+ 3.059531358336587
+ 3.059590969918557
+ 3.059650579903263
+ 3.0597101882908215
+ 3.059769795081349
+ 3.05982940027496
+ 3.0598890038717723
+ 3.059948605871901
+ 3.060008206275463
+ 3.0600678050825736
+ 3.06012740229335
+ 3.0601869979079064
+ 3.06024659192636
+ 3.060306184348827
+ 3.0603657751754234
+ 3.0604253644062642
+ 3.0604849520414668
+ 3.0605445380811465
+ 3.060604122525419
+ 3.0606637053744006
+ 3.060723286628207
+ 3.060782866286954
+ 3.0608424443507576
+ 3.060902020819734
+ 3.060961595693999
+ 3.0610211689736677
+ 3.0610807406588574
+ 3.061140310749683
+ 3.06119987924626
+ 3.061259446148705
+ 3.061319011457133
+ 3.0613785751716605
+ 3.061438137292402
+ 3.0614976978194752
+ 3.0615572567529945
+ 3.0616168140930764
+ 3.0616763698398355
+ 3.061735923993389
+ 3.0617954765538506
+ 3.0618550275213376
+ 3.0619145768959655
+ 3.061974124677849
+ 3.062033670867105
+ 3.0620932154638476
+ 3.062152758468194
+ 3.062212299880258
+ 3.062271839700157
+ 3.0623313779280052
+ 3.0623909145639194
+ 3.062450449608013
+ 3.062509983060404
+ 3.062569514921207
+ 3.062629045190537
+ 3.0626885738685092
+ 3.06274810095524
+ 3.0628076264508453
+ 3.0628671503554386
+ 3.062926672669137
+ 3.062986193392055
+ 3.0630457125243087
+ 3.0631052300660127
+ 3.0631647460172826
+ 3.0632242603782345
+ 3.063283773148983
+ 3.0633432843296435
+ 3.063402793920331
+ 3.0634623019211618
+ 3.06352180833225
+ 3.0635813131537124
+ 3.063640816385662
+ 3.0637003180282165
+ 3.0637598180814893
+ 3.0638193165455965
+ 3.0638788134206534
+ 3.063938308706774
+ 3.0639978024040753
+ 3.064057294512671
+ 3.064116785032677
+ 3.064176273964208
+ 3.0642357613073794
+ 3.0642952470623057
+ 3.0643547312291033
+ 3.064414213807886
+ 3.0644736947987696
+ 3.0645331742018684
+ 3.064592652017298
+ 3.064652128245174
+ 3.0647116028856107
+ 3.0647710759387228
+ 3.064830547404626
+ 3.0648900172834344
+ 3.064949485575263
+ 3.065008952280228
+ 3.065068417398444
+ 3.065127880930025
+ 3.065187342875086
+ 3.0652468032337428
+ 3.0653062620061093
+ 3.065365719192301
+ 3.065425174792433
+ 3.065484628806619
+ 3.0655440812349743
+ 3.0656035320776143
+ 3.065662981334653
+ 3.065722429006206
+ 3.0657818750923878
+ 3.065841319593313
+ 3.065900762509096
+ 3.065960203839852
+ 3.0660196435856952
+ 3.066079081746741
+ 3.066138518323104
+ 3.0661979533148984
+ 3.066257386722239
+ 3.0663168185452405
+ 3.0663762487840174
+ 3.0664356774386845
+ 3.066495104509357
+ 3.066554529996148
+ 3.0666139538991737
+ 3.0666733762185476
+ 3.0667327969543847
+ 3.066792216106799
+ 3.0668516336759057
+ 3.0669110496618193
+ 3.0669704640646533
+ 3.067029876884523
+ 3.0670892881215432
+ 3.0671486977758278
+ 3.0672081058474916
+ 3.0672675123366484
+ 3.0673269172434128
+ 3.0673863205678997
+ 3.0674457223102234
+ 3.067505122470498
+ 3.067564521048838
+ 3.0676239180453573
+ 3.067683313460171
+ 3.0677427072933927
+ 3.0678020995451374
+ 3.0678614902155186
+ 3.0679208793046517
+ 3.0679802668126497
+ 3.068039652739628
+ 3.0680990370856995
+ 3.0681584198509793
+ 3.068217801035582
+ 3.0682771806396207
+ 3.0683365586632108
+ 3.0683959351064654
+ 3.068455309969499
+ 3.0685146832524266
+ 3.068574054955361
+ 3.068633425078417
+ 3.068692793621709
+ 3.0687521605853507
+ 3.0688115259694557
+ 3.068870889774139
+ 3.0689302519995136
+ 3.068989612645695
+ 3.0690489717127956
+ 3.069108329200931
+ 3.0691676851102137
+ 3.0692270394407584
+ 3.069286392192679
+ 3.06934574336609
+ 3.0694050929611043
+ 3.069464440977837
+ 3.0695237874164003
+ 3.06958313227691
+ 3.069642475559479
+ 3.0697018172642214
+ 3.069761157391251
+ 3.069820495940682
+ 3.069879832912627
+ 3.0699391683072013
+ 3.069998502124518
+ 3.070057834364691
+ 3.0701171650278343
+ 3.0701764941140612
+ 3.0702358216234864
+ 3.0702951475562226
+ 3.0703544719123834
+ 3.070413794692083
+ 3.070473115895436
+ 3.0705324355225545
+ 3.070591753573553
+ 3.0706510700485454
+ 3.070710384947645
+ 3.070769698270965
+ 3.07082901001862
+ 3.0708883201907224
+ 3.070947628787387
+ 3.0710069358087266
+ 3.071066241254855
+ 3.071125545125886
+ 3.0711848474219323
+ 3.0712441481431085
+ 3.0713034472895275
+ 3.0713627448613035
+ 3.071422040858549
+ 3.0714813352813777
+ 3.0715406281299034
+ 3.0715999194042394
+ 3.0716592091045
+ 3.0717184972307967
+ 3.071777783783244
+ 3.071837068761956
+ 3.071896352167045
+ 3.0719556339986247
+ 3.0720149142568083
+ 3.0720741929417095
+ 3.0721334700534415
+ 3.072192745592118
+ 3.0722520195578515
+ 3.0723112919507556
+ 3.072370562770944
+ 3.072429832018529
+ 3.072489099693625
+ 3.072548365796344
+ 3.0726076303268006
+ 3.072666893285107
+ 3.072726154671377
+ 3.072785414485723
+ 3.0728446727282592
+ 3.0729039293990983
+ 3.0729631844983527
+ 3.073022438026137
+ 3.073081689982563
+ 3.073140940367744
+ 3.0732001891817937
+ 3.073259436424825
+ 3.073318682096951
+ 3.0733779261982845
+ 3.0734371687289386
+ 3.0734964096890263
+ 3.0735556490786604
+ 3.0736148868979543
+ 3.073674123147021
+ 3.073733357825973
+ 3.073792590934924
+ 3.0738518224739866
+ 3.073911052443273
+ 3.073970280842897
+ 3.0740295076729716
+ 3.074088732933609
+ 3.074147956624923
+ 3.074207178747025
+ 3.0742663993000288
+ 3.074325618284048
+ 3.074384835699194
+ 3.07444405154558
+ 3.07450326582332
+ 3.074562478532525
+ 3.0746216896733083
+ 3.074680899245783
+ 3.0747401072500624
+ 3.074799313686258
+ 3.0748585185544832
+ 3.074917721854851
+ 3.0749769235874735
+ 3.0750361237524633
+ 3.0750953223499335
+ 3.0751545193799967
+ 3.075213714842766
+ 3.0752729087383526
+ 3.0753321010668704
+ 3.0753912918284314
+ 3.075450481023149
+ 3.0755096686511343
+ 3.075568854712501
+ 3.0756280392073614
+ 3.075687222135828
+ 3.075746403498013
+ 3.0758055832940294
+ 3.07586476152399
+ 3.075923938188006
+ 3.075983113286191
+ 3.076042286818657
+ 3.076101458785516
+ 3.076160629186882
+ 3.076219798022866
+ 3.076278965293581
+ 3.0763381309991384
+ 3.076397295139652
+ 3.0764564577152336
+ 3.076515618725995
+ 3.0765747781720494
+ 3.0766339360535087
+ 3.076693092370485
+ 3.0767522471230913
+ 3.0768114003114384
+ 3.0768705519356403
+ 3.0769297019958084
+ 3.076988850492055
+ 3.0770479974244926
+ 3.077107142793233
+ 3.0771662865983886
+ 3.0772254288400718
+ 3.077284569518395
+ 3.077343708633469
+ 3.0774028461854077
+ 3.0774619821743223
+ 3.077521116600325
+ 3.077580249463528
+ 3.0776393807640434
+ 3.0776985105019827
+ 3.0777576386774594
+ 3.0778167652905846
+ 3.07787589034147
+ 3.077935013830228
+ 3.077994135756972
+ 3.078053256121811
+ 3.0781123749248596
+ 3.078171492166229
+ 3.0782306078460304
+ 3.078289721964377
+ 3.07834883452138
+ 3.078407945517151
+ 3.078467054951803
+ 3.078526162825447
+ 3.078585269138196
+ 3.07864437389016
+ 3.0787034770814525
+ 3.0787625787121846
+ 3.0788216787824685
+ 3.078880777292415
+ 3.078939874242138
+ 3.0789989696317477
+ 3.079058063461356
+ 3.079117155731075
+ 3.079176246441016
+ 3.0792353355912914
+ 3.0792944231820125
+ 3.0793535092132918
+ 3.0794125936852392
+ 3.0794716765979686
+ 3.0795307579515905
+ 3.0795898377462163
+ 3.079648915981958
+ 3.079707992658928
+ 3.079767067777237
+ 3.0798261413369965
+ 3.0798852133383186
+ 3.0799442837813147
+ 3.080003352666097
+ 3.080062419992776
+ 3.0801214857614636
+ 3.0801805499722716
+ 3.080239612625311
+ 3.0802986737206943
+ 3.0803577332585323
+ 3.080416791238936
+ 3.0804758476620178
+ 3.0805349025278894
+ 3.080593955836661
+ 3.080653007588445
+ 3.0807120577833524
+ 3.0807711064214947
+ 3.0808301535029834
+ 3.0808891990279297
+ 3.080948242996445
+ 3.0810072854086408
+ 3.0810663262646285
+ 3.081125365564519
+ 3.081184403308424
+ 3.081243439496455
+ 3.081302474128723
+ 3.081361507205339
+ 3.0814205387264146
+ 3.0814795686920604
+ 3.081538597102389
+ 3.081597623957511
+ 3.081656649257537
+ 3.081715673002579
+ 3.081774695192747
+ 3.0818337158281537
+ 3.0818927349089096
+ 3.081951752435126
+ 3.0820107684069136
+ 3.0820697828243837
+ 3.0821287956876473
+ 3.0821878069968163
+ 3.0822468167520007
+ 3.0823058249533126
+ 3.0823648316008616
+ 3.0824238366947605
+ 3.0824828402351185
+ 3.082541842222048
+ 3.08260084265566
+ 3.082659841536065
+ 3.0827188388633737
+ 3.0827778346376977
+ 3.0828368288591474
+ 3.0828958215278344
+ 3.082954812643869
+ 3.083013802207362
+ 3.0830727902184254
+ 3.083131776677169
+ 3.083190761583704
+ 3.0832497449381417
+ 3.083308726740592
+ 3.0833677069911665
+ 3.0834266856899757
+ 3.0834856628371305
+ 3.083544638432742
+ 3.0836036124769204
+ 3.083662584969777
+ 3.0837215559114215
+ 3.0837805253019663
+ 3.0838394931415207
+ 3.0838984594301966
+ 3.083957424168104
+ 3.0840163873553537
+ 3.084075348992056
+ 3.0841343090783226
+ 3.084193267614263
+ 3.0842522245999886
+ 3.08431118003561
+ 3.084370133921237
+ 3.0844290862569816
+ 3.0844880370429535
+ 3.0845469862792627
+ 3.084605933966021
+ 3.0846648801033383
+ 3.0847238246913253
+ 3.084782767730092
+ 3.0848417092197504
+ 3.084900649160409
+ 3.08495958755218
+ 3.085018524395173
+ 3.085077459689498
+ 3.085136393435267
+ 3.0851953256325886
+ 3.0852542562815746
+ 3.085313185382335
+ 3.08537211293498
+ 3.08543103893962
+ 3.085489963396366
+ 3.085548886305328
+ 3.0856078076666154
+ 3.0856667274803398
+ 3.0857256457466105
+ 3.085784562465539
+ 3.0858434776372348
+ 3.0859023912618087
+ 3.08596130333937
+ 3.0860202138700297
+ 3.086079122853898
+ 3.0861380302910852
+ 3.086196936181701
+ 3.0862558405258564
+ 3.0863147433236606
+ 3.086373644575225
+ 3.0864325442806586
+ 3.0864914424400727
+ 3.0865503390535767
+ 3.0866092341212807
+ 3.086668127643295
+ 3.0867270196197296
+ 3.0867859100506942
+ 3.0868447989363
+ 3.0869036862766563
+ 3.0869625720718727
+ 3.08702145632206
+ 3.0870803390273287
+ 3.087139220187787
+ 3.087198099803547
+ 3.0872569778747176
+ 3.0873158544014085
+ 3.0873747293837304
+ 3.087433602821793
+ 3.0874924747157055
+ 3.087551345065579
+ 3.0876102138715225
+ 3.087669081133647
+ 3.0877279468520613
+ 3.0877868110268754
+ 3.0878456736581996
+ 3.087904534746144
+ 3.0879633942908167
+ 3.08802225229233
+ 3.0880811087507922
+ 3.0881399636663134
+ 3.0881988170390033
+ 3.088257668868972
+ 3.0883165191563284
+ 3.0883753679011834
+ 3.0884342151036464
+ 3.088493060763827
+ 3.088551904881834
+ 3.088610747457779
+ 3.08866958849177
+ 3.0887284279839173
+ 3.088787265934331
+ 3.08884610234312
+ 3.0889049372103936
+ 3.0889637705362634
+ 3.0890226023208363
+ 3.0890814325642237
+ 3.089140261266535
+ 3.0891990884278795
+ 3.0892579140483662
+ 3.089316738128106
+ 3.089375560667207
+ 3.0894343816657797
+ 3.0894932011239327
+ 3.0895520190417765
+ 3.08961083541942
+ 3.0896696502569725
+ 3.089728463554544
+ 3.089787275312244
+ 3.0898460855301813
+ 3.0899048942084657
+ 3.089963701347206
+ 3.0900225069465126
+ 3.0900813110064944
+ 3.0901401135272604
+ 3.090198914508921
+ 3.0902577139515843
+ 3.09031651185536
+ 3.090375308220358
+ 3.090434103046687
+ 3.0904928963344562
+ 3.090551688083776
+ 3.090610478294754
+ 3.0906692669675007
+ 3.090728054102125
+ 3.0907868396987355
+ 3.090845623757442
+ 3.0909044062783537
+ 3.09096318726158
+ 3.09102196670723
+ 3.0910807446154123
+ 3.0911395209862365
+ 3.091198295819811
+ 3.0912570691162466
+ 3.0913158408756507
+ 3.0913746110981335
+ 3.091433379783804
+ 3.0914921469327705
+ 3.091550912545142
+ 3.0916096766210286
+ 3.091668439160539
+ 3.0917272001637817
+ 3.091785959630866
+ 3.091844717561901
+ 3.0919034739569957
+ 3.091962228816259
+ 3.0920209821398
+ 3.092079733927727
+ 3.09213848418015
+ 3.0921972328971767
+ 3.0922559800789173
+ 3.0923147257254797
+ 3.0923734698369727
+ 3.092432212413507
+ 3.0924909534551888
+ 3.0925496929621286
+ 3.0926084309344346
+ 3.092667167372216
+ 3.0927259022755815
+ 3.0927846356446405
+ 3.0928433674795004
+ 3.092902097780271
+ 3.0929608265470607
+ 3.0930195537799787
+ 3.093078279479133
+ 3.093137003644633
+ 3.093195726276587
+ 3.0932544473751036
+ 3.093313166940292
+ 3.0933718849722602
+ 3.0934306014711175
+ 3.093489316436972
+ 3.0935480298699325
+ 3.0936067417701083
+ 3.093665452137607
+ 3.0937241609725374
+ 3.093782868275009
+ 3.0938415740451286
+ 3.0939002782830065
+ 3.093958980988751
+ 3.0940176821624696
+ 3.094076381804271
+ 3.094135079914265
+ 3.094193776492559
+ 3.0942524715392614
+ 3.0943111650544814
+ 3.094369857038327
+ 3.094428547490906
+ 3.0944872364123284
+ 3.094545923802701
+ 3.0946046096621336
+ 3.0946632939907333
+ 3.09472197678861
+ 3.0947806580558703
+ 3.0948393377926235
+ 3.0948980159989783
+ 3.0949566926750425
+ 3.0950153678209245
+ 3.0950740414367326
+ 3.0951327135225752
+ 3.0951913840785603
+ 3.0952500531047966
+ 3.095308720601392
+ 3.0953673865684554
+ 3.095426051006094
+ 3.095484713914417
+ 3.0955433752935315
+ 3.0956020351435467
+ 3.0956606934645707
+ 3.095719350256711
+ 3.0957780055200765
+ 3.0958366592547746
+ 3.095895311460914
+ 3.0959539621386027
+ 3.0960126112879487
+ 3.09607125890906
+ 3.096129905002045
+ 3.0961885495670116
+ 3.096247192604068
+ 3.096305834113322
+ 3.0963644740948824
+ 3.0964231125488557
+ 3.096481749475351
+ 3.096540384874476
+ 3.0965990187463386
+ 3.0966576510910473
+ 3.0967162819087095
+ 3.096774911199433
+ 3.0968335389633266
+ 3.0968921652004973
+ 3.096950789911053
+ 3.0970094130951034
+ 3.0970680347527537
+ 3.097126654884113
+ 3.0971852734892895
+ 3.0972438905683912
+ 3.0973025061215247
+ 3.097361120148799
+ 3.0974197326503217
+ 3.0974783436262
+ 3.0975369530765424
+ 3.0975955610014565
+ 3.0976541674010494
+ 3.0977127722754294
+ 3.097771375624704
+ 3.0978299774489817
+ 3.097888577748369
+ 3.0979471765229745
+ 3.0980057737729054
+ 3.09806436949827
+ 3.098122963699175
+ 3.0981815563757293
+ 3.0982401475280397
+ 3.098298737156213
+ 3.0983573252603582
+ 3.0984159118405827
+ 3.098474496896994
+ 3.098533080429699
+ 3.098591662438806
+ 3.0986502429244225
+ 3.0987088218866554
+ 3.098767399325613
+ 3.0988259752414025
+ 3.098884549634131
+ 3.0989431225039064
+ 3.0990016938508367
+ 3.099060263675028
+ 3.099118831976589
+ 3.0991773987556264
+ 3.0992359640122484
+ 3.099294527746562
+ 3.0993530899586736
+ 3.099411650648692
+ 3.099470209816724
+ 3.0995287674628775
+ 3.099587323587259
+ 3.099645878189976
+ 3.0997044312711366
+ 3.0997629828308475
+ 3.0998215328692154
+ 3.099880081386349
+ 3.0999386283823545
+ 3.0999971738573393
+ 3.100055717811411
+ 3.1001142602446765
+ 3.100172801157244
+ 3.1002313405492186
+ 3.1002898784207096
+ 3.100348414771824
+ 3.100406949602667
+ 3.1004654829133482
+ 3.100524014703973
+ 3.1005825449746496
+ 3.1006410737254853
+ 3.100699600956586
+ 3.1007581266680595
+ 3.1008166508600135
+ 3.100875173532554
+ 3.1009336946857884
+ 3.100992214319824
+ 3.101050732434768
+ 3.1011092490307264
+ 3.1011677641078075
+ 3.101226277666118
+ 3.1012847897057645
+ 3.101343300226854
+ 3.1014018092294933
+ 3.10146031671379
+ 3.101518822679851
+ 3.1015773271277824
+ 3.1016358300576923
+ 3.1016943314696865
+ 3.1017528313638723
+ 3.101811329740357
+ 3.1018698265992466
+ 3.1019283219406493
+ 3.1019868157646706
+ 3.1020453080714177
+ 3.102103798860998
+ 3.1021622881335174
+ 3.102220775889083
+ 3.1022792621278024
+ 3.102337746849782
+ 3.1023962300551275
+ 3.1024547117439467
+ 3.102513191916346
+ 3.1025716705724324
+ 3.102630147712312
+ 3.102688623336092
+ 3.102747097443879
+ 3.10280557003578
+ 3.1028640411119013
+ 3.1029225106723493
+ 3.1029809787172313
+ 3.1030394452466528
+ 3.1030979102607215
+ 3.103156373759544
+ 3.103214835743226
+ 3.1032732962118748
+ 3.103331755165597
+ 3.1033902126044985
+ 3.1034486685286864
+ 3.103507122938267
+ 3.1035655758333474
+ 3.1036240272140327
+ 3.103682477080431
+ 3.103740925432648
+ 3.10379937227079
+ 3.1038578175949643
+ 3.103916261405276
+ 3.103974703701832
+ 3.1040331444847395
+ 3.104091583754105
+ 3.104150021510033
+ 3.104208457752632
+ 3.104266892482008
+ 3.1043253256982655
+ 3.104383757401513
+ 3.1044421875918555
+ 3.1045006162694
+ 3.1045590434342536
+ 3.1046174690865205
+ 3.1046758932263088
+ 3.1047343158537237
+ 3.104792736968873
+ 3.1048511565718604
+ 3.104909574662794
+ 3.1049679912417796
+ 3.105026406308924
+ 3.105084819864332
+ 3.1051432319081105
+ 3.1052016424403663
+ 3.105260051461205
+ 3.1053184589707326
+ 3.105376864969055
+ 3.1054352694562795
+ 3.1054936724325106
+ 3.1055520738978553
+ 3.1056104738524204
+ 3.1056688722963104
+ 3.1057272692296323
+ 3.105785664652492
+ 3.105844058564996
+ 3.1059024509672493
+ 3.1059608418593587
+ 3.10601923124143
+ 3.1060776191135693
+ 3.106136005475882
+ 3.1061943903284748
+ 3.1062527736714536
+ 3.106311155504924
+ 3.106369535828992
+ 3.106427914643764
+ 3.1064862919493446
+ 3.106544667745841
+ 3.106603042033359
+ 3.106661414812003
+ 3.1067197860818805
+ 3.1067781558430974
+ 3.1068365240957587
+ 3.1068948908399703
+ 3.106953256075838
+ 3.107011619803468
+ 3.1070699820229657
+ 3.107128342734437
+ 3.107186701937988
+ 3.107245059633724
+ 3.1073034158217507
+ 3.1073617705021745
+ 3.1074201236751002
+ 3.107478475340634
+ 3.1075368254988818
+ 3.1075951741499486
+ 3.10765352129394
+ 3.107711866930963
+ 3.107770211061122
+ 3.1078285536845227
+ 3.107886894801271
+ 3.1079452344114724
+ 3.108003572515233
+ 3.108061909112658
+ 3.1081202442038522
+ 3.108178577788922
+ 3.1082369098679736
+ 3.108295240441111
+ 3.1083535695084406
+ 3.1084118970700683
+ 3.1084702231260986
+ 3.108528547676637
+ 3.10858687072179
+ 3.1086451922616627
+ 3.1087035122963593
+ 3.108761830825987
+ 3.1088201478506505
+ 3.108878463370455
+ 3.1089367773855066
+ 3.108995089895909
+ 3.10905340090177
+ 3.109111710403193
+ 3.109170018400284
+ 3.1092283248931487
+ 3.109286629881892
+ 3.109344933366619
+ 3.109403235347436
+ 3.109461535824447
+ 3.109519834797758
+ 3.1095781322674747
+ 3.1096364282337015
+ 3.109694722696544
+ 3.1097530156561075
+ 3.1098113071124964
+ 3.1098695970658174
+ 3.1099278855161745
+ 3.1099861724636733
+ 3.1100444579084194
+ 3.110102741850517
+ 3.110161024290072
+ 3.1102193052271887
+ 3.110277584661974
+ 3.110335862594531
+ 3.110394139024965
+ 3.1104524139533827
+ 3.1105106873798882
+ 3.110568959304586
+ 3.1106272297275823
+ 3.1106854986489814
+ 3.110743766068888
+ 3.1108020319874083
+ 3.110860296404646
+ 3.110918559320707
+ 3.1109768207356954
+ 3.111035080649717
+ 3.1110933390628763
+ 3.1111515959752785
+ 3.1112098513870285
+ 3.111268105298231
+ 3.1113263577089914
+ 3.111384608619414
+ 3.111442858029604
+ 3.111501105939666
+ 3.111559352349705
+ 3.1116175972598263
+ 3.1116758406701344
+ 3.111734082580734
+ 3.1117923229917297
+ 3.1118505619032266
+ 3.111908799315329
+ 3.111967035228143
+ 3.112025269641772
+ 3.1120835025563216
+ 3.1121417339718955
+ 3.1121999638885995
+ 3.112258192306538
+ 3.1123164192258157
+ 3.112374644646537
+ 3.1124328685688067
+ 3.1124910909927297
+ 3.1125493119184107
+ 3.112607531345954
+ 3.1126657492754646
+ 3.1127239657070467
+ 3.1127821806408047
+ 3.1128403940768443
+ 3.112898606015269
+ 3.112956816456184
+ 3.113015025399693
+ 3.113073232845902
+ 3.1131314387949143
+ 3.1131896432468347
+ 3.113247846201768
+ 3.113306047659819
+ 3.113364247621091
+ 3.113422446085689
+ 3.1134806430537183
+ 3.1135388385252827
+ 3.1135970325004867
+ 3.1136552249794347
+ 3.1137134159622306
+ 3.1137716054489797
+ 3.1138297934397863
+ 3.113887979934754
+ 3.1139461649339877
+ 3.114004348437592
+ 3.11406253044567
+ 3.1141207109583284
+ 3.1141788899756695
+ 3.114237067497798
+ 3.114295243524819
+ 3.1143534180568357
+ 3.114411591093953
+ 3.1144697626362747
+ 3.114527932683906
+ 3.11458610123695
+ 3.1146442682955118
+ 3.114702433859695
+ 3.1147605979296045
+ 3.114818760505344
+ 3.114876921587018
+ 3.1149350811747296
+ 3.1149932392685846
+ 3.1150513958686856
+ 3.115109550975138
+ 3.115167704588045
+ 3.1152258567075113
+ 3.1152840073336407
+ 3.1153421564665376
+ 3.115400304106305
+ 3.1154584502530485
+ 3.1155165949068717
+ 3.1155747380678775
+ 3.115632879736171
+ 3.115691019911857
+ 3.1157491585950376
+ 3.1158072957858183
+ 3.115865431484302
+ 3.115923565690593
+ 3.1159816984047954
+ 3.116039829627014
+ 3.1160979593573512
+ 3.1161560875959116
+ 3.1162142143427993
+ 3.116272339598118
+ 3.1163304633619715
+ 3.1163885856344637
+ 3.1164467064156987
+ 3.11650482570578
+ 3.1165629435048117
+ 3.116621059812897
+ 3.116679174630141
+ 3.116737287956646
+ 3.1167953997925175
+ 3.1168535101378576
+ 3.1169116189927712
+ 3.1169697263573615
+ 3.117027832231732
+ 3.1170859366159873
+ 3.1171440395102303
+ 3.1172021409145656
+ 3.1172602408290957
+ 3.117318339253925
+ 3.117376436189157
+ 3.117434531634896
+ 3.117492625591244
+ 3.1175507180583066
+ 3.117608809036186
+ 3.117666898524987
+ 3.117724986524812
+ 3.117783073035765
+ 3.1178411580579506
+ 3.117899241591471
+ 3.1179573236364297
+ 3.1180154041929313
+ 3.1180734832610795
+ 3.1181315608409763
+ 3.118189636932726
+ 3.1182477115364327
+ 3.1183057846521987
+ 3.118363856280128
+ 3.118421926420325
+ 3.1184799950728914
+ 3.118538062237932
+ 3.11859612791555
+ 3.118654192105848
+ 3.1187122548089303
+ 3.1187703160248996
+ 3.1188283757538597
+ 3.1188864339959146
+ 3.118944490751166
+ 3.119002546019719
+ 3.1190605998016756
+ 3.1191186520971397
+ 3.119176702906215
+ 3.1192347522290036
+ 3.1192928000656104
+ 3.1193508464161375
+ 3.1194088912806883
+ 3.119466934659367
+ 3.119524976552275
+ 3.119583016959517
+ 3.119641055881196
+ 3.1196990933174145
+ 3.1197571292682764
+ 3.1198151637338847
+ 3.1198731967143427
+ 3.119931228209753
+ 3.1199892582202193
+ 3.120047286745845
+ 3.1201053137867323
+ 3.1201633393429846
+ 3.120221363414706
+ 3.1202793860019984
+ 3.120337407104965
+ 3.1203954267237095
+ 3.120453444858334
+ 3.1205114615089427
+ 3.1205694766756378
+ 3.1206274903585225
+ 3.1206855025577
+ 3.120743513273273
+ 3.1208015225053445
+ 3.120859530254018
+ 3.1209175365193955
+ 3.1209755413015805
+ 3.1210335446006763
+ 3.1210915464167854
+ 3.1211495467500106
+ 3.1212075456004547
+ 3.1212655429682212
+ 3.1213235388534124
+ 3.1213815332561317
+ 3.1214395261764816
+ 3.1214975176145647
+ 3.1215555075704846
+ 3.121613496044343
+ 3.121671483036244
+ 3.121729468546289
+ 3.1217874525745817
+ 3.121845435121225
+ 3.121903416186321
+ 3.121961395769973
+ 3.1220193738722832
+ 3.1220773504933548
+ 3.1221353256332907
+ 3.1221932992921926
+ 3.122251271470164
+ 3.122309242167308
+ 3.1223672113837257
+ 3.1224251791195217
+ 3.1224831453747974
+ 3.1225411101496556
+ 3.122599073444199
+ 3.1226570352585297
+ 3.1227149955927516
+ 3.1227729544469662
+ 3.1228309118212767
+ 3.122888867715785
+ 3.122946822130594
+ 3.1230047750658065
+ 3.1230627265215247
+ 3.1231206764978507
+ 3.123178624994888
+ 3.1232365720127384
+ 3.123294517551505
+ 3.123352461611289
+ 3.123410404192194
+ 3.1234683452943224
+ 3.123526284917776
+ 3.123584223062658
+ 3.1236421597290702
+ 3.1237000949171154
+ 3.1237580286268956
+ 3.123815960858513
+ 3.123873891612071
+ 3.123931820887671
+ 3.1239897486854153
+ 3.1240476750054067
+ 3.1241055998477476
+ 3.1241635232125398
+ 3.1242214450998858
+ 3.124279365509888
+ 3.124337284442649
+ 3.124395201898271
+ 3.1244531178768544
+ 3.124511032378504
+ 3.1245689454033214
+ 3.1246268569514077
+ 3.124684767022866
+ 3.1247426756177985
+ 3.1248005827363072
+ 3.124858488378494
+ 3.124916392544461
+ 3.1249742952343116
+ 3.1250321964481462
+ 3.125090096186068
+ 3.1251479944481786
+ 3.1252058912345806
+ 3.1252637865453754
+ 3.1253216803806656
+ 3.125379572740554
+ 3.1254374636251407
+ 3.125495353034529
+ 3.1255532409688214
+ 3.125611127428119
+ 3.125669012412524
+ 3.1257268959221385
+ 3.1257847779570644
+ 3.1258426585174037
+ 3.125900537603259
+ 3.125958415214731
+ 3.1260162913519225
+ 3.126074166014935
+ 3.126132039203871
+ 3.1261899109188316
+ 3.126247781159919
+ 3.126305649927236
+ 3.1263635172208835
+ 3.126421383040963
+ 3.1264792473875773
+ 3.126537110260828
+ 3.126594971660816
+ 3.126652831587645
+ 3.1267106900414143
+ 3.126768547022228
+ 3.1268264025301864
+ 3.1268842565653925
+ 3.126942109127947
+ 3.1269999602179515
+ 3.1270578098355086
+ 3.1271156579807196
+ 3.1271735046536864
+ 3.1272313498545103
+ 3.127289193583293
+ 3.1273470358401365
+ 3.127404876625143
+ 3.1274627159384125
+ 3.1275205537800486
+ 3.1275783901501515
+ 3.127636225048823
+ 3.1276940584761657
+ 3.12775189043228
+ 3.127809720917268
+ 3.127867549931232
+ 3.1279253774742717
+ 3.1279832035464907
+ 3.1280410281479885
+ 3.1280988512788688
+ 3.128156672939231
+ 3.128214493129178
+ 3.128272311848811
+ 3.1283301290982317
+ 3.128387944877541
+ 3.128445759186841
+ 3.1285035720262324
+ 3.128561383395817
+ 3.1286191932956964
+ 3.1286770017259715
+ 3.128734808686744
+ 3.1287926141781153
+ 3.1288504182001873
+ 3.1289082207530607
+ 3.128966021836837
+ 3.129023821451617
+ 3.1290816195975037
+ 3.1291394162745965
+ 3.129197211482998
+ 3.1292550052228085
+ 3.12931279749413
+ 3.1293705882970637
+ 3.1294283776317102
+ 3.129486165498172
+ 3.129543951896549
+ 3.129601736826944
+ 3.129659520289456
+ 3.129717302284188
+ 3.129775082811241
+ 3.129832861870716
+ 3.1298906394627135
+ 3.1299484155873354
+ 3.1300061902446825
+ 3.130063963434856
+ 3.1301217351579576
+ 3.1301795054140875
+ 3.1302372742033473
+ 3.130295041525838
+ 3.1303528073816604
+ 3.1304105717709163
+ 3.130468334693706
+ 3.130526096150131
+ 3.130583856140292
+ 3.130641614664291
+ 3.1306993717222276
+ 3.130757127314203
+ 3.1308148814403194
+ 3.1308726341006765
+ 3.1309303852953763
+ 3.130988135024519
+ 3.131045883288205
+ 3.131103630086537
+ 3.1311613754196146
+ 3.1312191192875387
+ 3.1312768616904108
+ 3.1313346026283315
+ 3.131392342101402
+ 3.1314500801097225
+ 3.1315078166533943
+ 3.131565551732518
+ 3.131623285347195
+ 3.131681017497525
+ 3.1317387481836105
+ 3.1317964774055507
+ 3.131854205163447
+ 3.1319119314573998
+ 3.131969656287511
+ 3.13202737965388
+ 3.132085101556608
+ 3.1321428219957967
+ 3.1322005409715454
+ 3.1322582584839553
+ 3.1323159745331277
+ 3.132373689119162
+ 3.13243140224216
+ 3.1324891139022215
+ 3.1325468240994483
+ 3.1326045328339402
+ 3.1326622401057977
+ 3.1327199459151225
+ 3.132777650262014
+ 3.132835353146573
+ 3.1328930545689
+ 3.1329507545290967
+ 3.133008453027262
+ 3.133066150063498
+ 3.1331238456379045
+ 3.1331815397505816
+ 3.1332392324016305
+ 3.1332969235911508
+ 3.133354613319244
+ 3.133412301586011
+ 3.133469988391551
+ 3.1335276737359647
+ 3.133585357619353
+ 3.1336430400418163
+ 3.1337007210034544
+ 3.1337584005043686
+ 3.1338160785446583
+ 3.133873755124425
+ 3.1339314302437686
+ 3.133989103902789
+ 3.1340467761015876
+ 3.1341044468402632
+ 3.134162116118918
+ 3.1342197839376507
+ 3.1342774502965627
+ 3.134335115195754
+ 3.1343927786353243
+ 3.134450440615374
+ 3.1345081011360048
+ 3.134565760197315
+ 3.134623417799406
+ 3.134681073942378
+ 3.134738728626331
+ 3.1347963818513644
+ 3.13485403361758
+ 3.1349116839250772
+ 3.1349693327739554
+ 3.135026980164316
+ 3.135084626096259
+ 3.1351422705698835
+ 3.135199913585291
+ 3.13525755514258
+ 3.1353151952418523
+ 3.135372833883207
+ 3.135430471066745
+ 3.1354881067925655
+ 3.1355457410607688
+ 3.1356033738714553
+ 3.1356610052247245
+ 3.1357186351206767
+ 3.1357762635594124
+ 3.1358338905410306
+ 3.135891516065632
+ 3.1359491401333166
+ 3.136006762744184
+ 3.1360643838983346
+ 3.136122003595868
+ 3.136179621836884
+ 3.1362372386214834
+ 3.136294853949765
+ 3.1363524678218297
+ 3.1364100802377766
+ 3.1364676911977054
+ 3.1365253007017175
+ 3.136582908749911
+ 3.1366405153423873
+ 3.136698120479245
+ 3.1367557241605835
+ 3.1368133263865046
+ 3.1368709271571067
+ 3.1369285264724893
+ 3.1369861243327537
+ 3.1370437207379984
+ 3.1371013156883234
+ 3.1371589091838286
+ 3.137216501224614
+ 3.137274091810778
+ 3.1373316809424225
+ 3.137389268619646
+ 3.137446854842548
+ 3.137504439611228
+ 3.1375620229257866
+ 3.1376196047863227
+ 3.1376771851929366
+ 3.137734764145727
+ 3.137792341644795
+ 3.1378499176902386
+ 3.137907492282158
+ 3.1379650654206532
+ 3.1380226371058235
+ 3.1380802073377687
+ 3.1381377761165874
+ 3.1381953434423804
+ 3.1382529093152467
+ 3.138310473735286
+ 3.1383680367025977
+ 3.138425598217281
+ 3.1384831582794352
+ 3.1385407168891613
+ 3.138598274046557
+ 3.138655829751723
+ 3.138713384004758
+ 3.1387709368057615
+ 3.138828488154833
+ 3.138886038052072
+ 3.1389435864975783
+ 3.139001133491451
+ 3.139058679033789
+ 3.1391162231246925
+ 3.1391737657642604
+ 3.139231306952592
+ 3.1392888466897864
+ 3.1393463849759438
+ 3.1394039218111627
+ 3.1394614571955426
+ 3.139518991129183
+ 3.139576523612183
+ 3.139634054644642
+ 3.139691584226659
+ 3.139749112358334
+ 3.139806639039765
+ 3.1398641642710525
+ 3.1399216880522953
+ 3.1399792103835917
+ 3.140036731265042
+ 3.140094250696745
+ 3.1401517686788005
+ 3.1402092852113066
+ 3.140266800294363
+ 3.1403243139280685
+ 3.1403818261125225
+ 3.140439336847824
+ 3.1404968461340728
+ 3.1405543539713667
+ 3.140611860359806
+ 3.1406693652994893
+ 3.140726868790515
+ 3.1407843708329835
+ 3.140841871426993
+ 3.1408993705726425
+ 3.1409568682700306
+ 3.141014364519258
+ 3.1410718593204217
+ 3.141129352673622
+ 3.1411868445789572
+ 3.141244335036527
+ 3.141301824046429
+ 3.1413593116087637
+ 3.141416797723629
+ 3.1414742823911244
+ 3.141531765611348
+ 3.1415892473844
+ 3.141646727710378
+ 3.141704206589382
+ 3.1417616840215095
+ 3.1418191600068606
+ 3.1418766345455333
+ 3.141934107637627
+ 3.1419915792832405
+ 3.1420490494824724
+ 3.1421065182354218
+ 3.1421639855421866
+ 3.1422214514028664
+ 3.1422789158175597
+ 3.1423363787863656
+ 3.1423938403093823
+ 3.1424513003867087
+ 3.1425087590184444
+ 3.142566216204686
+ 3.1426236719455343
+ 3.1426811262410874
+ 3.1427385790914433
+ 3.1427960304967018
+ 3.14285348045696
+ 3.142910928972318
+ 3.142968376042874
+ 3.143025821668726
+ 3.143083265849974
+ 3.143140708586715
+ 3.143198149879048
+ 3.1432555897270724
+ 3.143313028130886
+ 3.143370465090588
+ 3.143427900606276
+ 3.14348533467805
+ 3.143542767306007
+ 3.143600198490246
+ 3.1436576282308657
+ 3.143715056527965
+ 3.143772483381641
+ 3.143829908791994
+ 3.1438873327591206
+ 3.1439447552831203
+ 3.144002176364092
+ 3.1440595960021334
+ 3.144117014197343
+ 3.1441744309498194
+ 3.14423184625966
+ 3.1442892601269654
+ 3.144346672551831
+ 3.144404083534358
+ 3.144461493074643
+ 3.1445189011727845
+ 3.1445763078288818
+ 3.1446337130430324
+ 3.1446911168153346
+ 3.144748519145887
+ 3.1448059200347878
+ 3.144863319482135
+ 3.1449207174880276
+ 3.1449781140525626
+ 3.1450355091758397
+ 3.145092902857956
+ 3.14515029509901
+ 3.1452076858991
+ 3.1452650752583247
+ 3.145322463176781
+ 3.1453798496545686
+ 3.145437234691785
+ 3.145494618288528
+ 3.145552000444896
+ 3.145609381160987
+ 3.1456667604368995
+ 3.1457241382727315
+ 3.145781514668581
+ 3.145838889624546
+ 3.1458962631407243
+ 3.145953635217215
+ 3.1460110058541146
+ 3.1460683750515224
+ 3.1461257428095366
+ 3.1461831091282537
+ 3.1462404740077736
+ 3.1462978374481927
+ 3.14635519944961
+ 3.1464125600121227
+ 3.1464699191358294
+ 3.146527276820828
+ 3.1465846330672163
+ 3.146641987875092
+ 3.146699341244554
+ 3.1467566931756985
+ 3.1468140436686247
+ 3.1468713927234306
+ 3.146928740340213
+ 3.1469860865190706
+ 3.147043431260101
+ 3.1471007745634023
+ 3.1471581164290723
+ 3.147215456857208
+ 3.1472727958479085
+ 3.147330133401271
+ 3.1473874695173936
+ 3.147444804196373
+ 3.147502137438308
+ 3.147559469243296
+ 3.147616799611435
+ 3.1476741285428225
+ 3.1477314560375564
+ 3.1477887820957338
+ 3.1478461067174535
+ 3.147903429902813
+ 3.1479607516519086
+ 3.1480180719648394
+ 3.148075390841703
+ 3.148132708282596
+ 3.1481900242876173
+ 3.148247338856864
+ 3.1483046519904336
+ 3.1483619636884237
+ 3.1484192739509322
+ 3.148476582778056
+ 3.1485338901698934
+ 3.148591196126542
+ 3.1486485006480986
+ 3.148705803734661
+ 3.1487631053863274
+ 3.148820405603195
+ 3.148877704385361
+ 3.148935001732923
+ 3.1489922976459783
+ 3.149049592124625
+ 3.14910688516896
+ 3.1491641767790814
+ 3.1492214669550855
+ 3.1492787556970714
+ 3.149336043005135
+ 3.149393328879374
+ 3.1494506133198867
+ 3.1495078963267695
+ 3.1495651779001204
+ 3.1496224580400365
+ 3.1496797367466147
+ 3.1497370140199537
+ 3.149794289860149
+ 3.1498515642672995
+ 3.149908837241502
+ 3.1499661087828534
+ 3.1500233788914516
+ 3.150080647567393
+ 3.150137914810776
+ 3.1501951806216972
+ 3.150252445000254
+ 3.1503097079465436
+ 3.1503669694606637
+ 3.1504242295427103
+ 3.1504814881927823
+ 3.1505387454109757
+ 3.1505960011973873
+ 3.1506532555521156
+ 3.1507105084752567
+ 3.1507677599669086
+ 3.1508250100271677
+ 3.150882258656132
+ 3.150939505853897
+ 3.150996751620562
+ 3.151053995956222
+ 3.151111238860976
+ 3.1511684803349196
+ 3.1512257203781506
+ 3.1512829589907656
+ 3.151340196172862
+ 3.151397431924537
+ 3.1514546662458875
+ 3.15151189913701
+ 3.151569130598002
+ 3.1516263606289607
+ 3.1516835892299824
+ 3.1517408164011647
+ 3.1517980421426044
+ 3.151855266454398
+ 3.151912489336643
+ 3.1519697107894364
+ 3.1520269308128746
+ 3.152084149407054
+ 3.1521413665720734
+ 3.1521985823080283
+ 3.1522557966150155
+ 3.1523130094931324
+ 3.1523702209424753
+ 3.152427430963142
+ 3.152484639555228
+ 3.1525418467188318
+ 3.1525990524540486
+ 3.152656256760976
+ 3.1527134596397106
+ 3.152770661090349
+ 3.1528278611129883
+ 3.1528850597077254
+ 3.1529422568746566
+ 3.1529994526138787
+ 3.153056646925489
+ 3.153113839809583
+ 3.153171031266259
+ 3.1532282212956124
+ 3.1532854098977405
+ 3.1533425970727396
+ 3.1533997828207068
+ 3.1534569671417385
+ 3.153514150035931
+ 3.153571331503382
+ 3.153628511544187
+ 3.153685690158443
+ 3.1537428673462466
+ 3.153800043107695
+ 3.1538572174428836
+ 3.15391439035191
+ 3.15397156183487
+ 3.1540287318918607
+ 3.1540859005229778
+ 3.154143067728319
+ 3.15420023350798
+ 3.1542573978620574
+ 3.154314560790648
+ 3.1543717222938477
+ 3.154428882371754
+ 3.1544860410244624
+ 3.1545431982520693
+ 3.1546003540546725
+ 3.1546575084323667
+ 3.154714661385249
+ 3.1547718129134164
+ 3.1548289630169646
+ 3.1548861116959896
+ 3.154943258950589
+ 3.155000404780858
+ 3.1550575491868935
+ 3.155114692168792
+ 3.155171833726649
+ 3.155228973860562
+ 3.1552861125706264
+ 3.1553432498569394
+ 3.155400385719596
+ 3.1554575201586936
+ 3.1555146531743286
+ 3.155571784766596
+ 3.155628914935593
+ 3.1556860436814156
+ 3.15574317100416
+ 3.155800296903922
+ 3.155857421380799
+ 3.1559145444348857
+ 3.1559716660662795
+ 3.156028786275076
+ 3.1560859050613717
+ 3.1561430224252622
+ 3.156200138366844
+ 3.156257252886213
+ 3.156314365983466
+ 3.156371477658698
+ 3.1564285879120058
+ 3.156485696743486
+ 3.1565428041532333
+ 3.1565999101413453
+ 3.1566570147079167
+ 3.1567141178530442
+ 3.156771219576824
+ 3.1568283198793514
+ 3.1568854187607234
+ 3.156942516221035
+ 3.1569996122603836
+ 3.1570567068788637
+ 3.1571138000765715
+ 3.157170891853604
+ 3.157227982210056
+ 3.157285071146024
+ 3.157342158661604
+ 3.1573992447568915
+ 3.1574563294319824
+ 3.1575134126869737
+ 3.1575704945219596
+ 3.1576275749370373
+ 3.1576846539323022
+ 3.15774173150785
+ 3.1577988076637764
+ 3.1578558824001774
+ 3.1579129557171495
+ 3.1579700276147875
+ 3.158027098093188
+ 3.158084167152446
+ 3.1581412347926583
+ 3.1581983010139196
+ 3.1582553658163266
+ 3.158312429199974
+ 3.1583694911649585
+ 3.158426551711375
+ 3.1584836108393204
+ 3.158540668548889
+ 3.158597724840178
+ 3.158654779713282
+ 3.158711833168296
+ 3.1587688852053173
+ 3.158825935824441
+ 3.1588829850257625
+ 3.1589400328093777
+ 3.1589970791753816
+ 3.1590541241238705
+ 3.15911116765494
+ 3.159168209768685
+ 3.1592252504652016
+ 3.159282289744586
+ 3.159339327606933
+ 3.1593963640523373
+ 3.159453399080896
+ 3.1595104326927035
+ 3.1595674648878562
+ 3.159624495666449
+ 3.159681525028578
+ 3.159738552974338
+ 3.159795579503825
+ 3.159852604617134
+ 3.1599096283143604
+ 3.1599666505956003
+ 3.160023671460949
+ 3.160080690910501
+ 3.160137708944353
+ 3.1601947255625995
+ 3.1602517407653363
+ 3.1603087545526587
+ 3.160365766924662
+ 3.160422777881442
+ 3.160479787423093
+ 3.160536795549711
+ 3.1605938022613915
+ 3.16065080755823
+ 3.1607078114403215
+ 3.1607648139077607
+ 3.1608218149606437
+ 3.1608788145990654
+ 3.160935812823121
+ 3.160992809632906
+ 3.161049805028516
+ 3.1611067990100454
+ 3.16116379157759
+ 3.161220782731245
+ 3.161277772471105
+ 3.1613347607972657
+ 3.1613917477098226
+ 3.1614487332088705
+ 3.1615057172945042
+ 3.161562699966819
+ 3.1616196812259107
+ 3.1616766610718736
+ 3.1617336395048037
+ 3.161790616524795
+ 3.161847592131944
+ 3.1619045663263443
+ 3.161961539108092
+ 3.1620185104772816
+ 3.1620754804340088
+ 3.1621324489783675
+ 3.162189416110454
+ 3.162246381830363
+ 3.162303346138189
+ 3.162360309034027
+ 3.162417270517973
+ 3.162474230590121
+ 3.162531189250566
+ 3.1625881464994032
+ 3.162645102336728
+ 3.162702056762635
+ 3.1627590097772185
+ 3.1628159613805744
+ 3.162872911572797
+ 3.162929860353981
+ 3.1629868077242222
+ 3.1630437536836147
+ 3.163100698232254
+ 3.1631576413702343
+ 3.163214583097651
+ 3.163271523414598
+ 3.1633284623211715
+ 3.1633853998174652
+ 3.1634423359035746
+ 3.163499270579594
+ 3.163556203845619
+ 3.163613135701743
+ 3.163670066148062
+ 3.1637269951846694
+ 3.163783922811662
+ 3.1638408490291328
+ 3.163897773837177
+ 3.1639546972358894
+ 3.164011619225365
+ 3.1640685398056982
+ 3.1641254589769834
+ 3.164182376739316
+ 3.16423929309279
+ 3.1642962080375003
+ 3.164353121573541
+ 3.1644100337010084
+ 3.164466944419995
+ 3.164523853730597
+ 3.164580761632908
+ 3.1646376681270225
+ 3.1646945732130365
+ 3.164751476891043
+ 3.164808379161137
+ 3.1648652800234136
+ 3.164922179477967
+ 3.1649790775248907
+ 3.1650359741642813
+ 3.165092869396232
+ 3.1651497632208376
+ 3.165206655638192
+ 3.16526354664839
+ 3.165320436251527
+ 3.165377324447696
+ 3.165434211236992
+ 3.16549109661951
+ 3.165547980595344
+ 3.1656048631645883
+ 3.165661744327337
+ 3.1657186240836857
+ 3.165775502433727
+ 3.165832379377557
+ 3.1658892549152684
+ 3.165946129046957
+ 3.1660030017727165
+ 3.1660598730926415
+ 3.166116743006826
+ 3.1661736115153643
+ 3.166230478618351
+ 3.1662873443158803
+ 3.166344208608046
+ 3.166401071494943
+ 3.1664579329766656
+ 3.1665147930533073
+ 3.166571651724963
+ 3.1666285089917268
+ 3.166685364853693
+ 3.166742219310955
+ 3.166799072363608
+ 3.166855924011746
+ 3.1669127742554632
+ 3.166969623094853
+ 3.167026470530011
+ 3.1670833165610293
+ 3.167140161188004
+ 3.1671970044110282
+ 3.1672538462301967
+ 3.167310686645603
+ 3.167367525657341
+ 3.1674243632655052
+ 3.1674811994701897
+ 3.1675380342714883
+ 3.1675948676694956
+ 3.167651699664305
+ 3.167708530256011
+ 3.1677653594447066
+ 3.1678221872304873
+ 3.1678790136134465
+ 3.167935838593678
+ 3.1679926621712755
+ 3.1680494843463336
+ 3.168106305118946
+ 3.168163124489207
+ 3.1682199424572097
+ 3.168276759023049
+ 3.168333574186818
+ 3.168390387948611
+ 3.168447200308522
+ 3.1685040112666445
+ 3.1685608208230724
+ 3.1686176289779007
+ 3.168674435731222
+ 3.1687312410831305
+ 3.1687880450337196
+ 3.1688448475830833
+ 3.1689016487313166
+ 3.1689584484785116
+ 3.169015246824763
+ 3.1690720437701647
+ 3.1691288393148103
+ 3.169185633458793
+ 3.169242426202208
+ 3.169299217545147
+ 3.169356007487705
+ 3.169412796029976
+ 3.169469583172053
+ 3.1695263689140303
+ 3.1695831532560006
+ 3.1696399361980587
+ 3.169696717740298
+ 3.1697534978828115
+ 3.169810276625694
+ 3.1698670539690377
+ 3.169923829912937
+ 3.1699806044574856
+ 3.1700373776027777
+ 3.1700941493489054
+ 3.1701509196959634
+ 3.170207688644045
+ 3.170264456193244
+ 3.170321222343653
+ 3.1703779870953674
+ 3.170434750448479
+ 3.1704915124030815
+ 3.170548272959269
+ 3.1706050321171353
+ 3.1706617898767737
+ 3.170718546238277
+ 3.1707753012017394
+ 3.1708320547672537
+ 3.170888806934914
+ 3.170945557704814
+ 3.171002307077046
+ 3.171059055051704
+ 3.1711158016288823
+ 3.171172546808673
+ 3.171229290591169
+ 3.1712860329764663
+ 3.1713427739646556
+ 3.1713995135558317
+ 3.1714562517500875
+ 3.171512988547516
+ 3.171569723948212
+ 3.1716264579522675
+ 3.1716831905597753
+ 3.1717399217708304
+ 3.1717966515855243
+ 3.171853380003952
+ 3.1719101070262057
+ 3.171966832652379
+ 3.1720235568825648
+ 3.172080279716857
+ 3.172137001155348
+ 3.172193721198132
+ 3.172250439845301
+ 3.172307157096949
+ 3.1723638729531696
+ 3.1724205874140554
+ 3.172477300479699
+ 3.1725340121501953
+ 3.172590722425636
+ 3.172647431306114
+ 3.1727041387917234
+ 3.172760844882557
+ 3.1728175495787077
+ 3.172874252880269
+ 3.172930954787334
+ 3.172987655299995
+ 3.1730443544183453
+ 3.173101052142479
+ 3.173157748472488
+ 3.173214443408466
+ 3.1732711369505058
+ 3.173327829098701
+ 3.173384519853143
+ 3.173441209213926
+ 3.173497897181144
+ 3.1735545837548873
+ 3.173611268935251
+ 3.1736679527223273
+ 3.1737246351162094
+ 3.1737813161169903
+ 3.1738379957247624
+ 3.173894673939619
+ 3.1739513507616537
+ 3.1740080261909576
+ 3.1740647002276257
+ 3.174121372871749
+ 3.1741780441234217
+ 3.174234713982736
+ 3.1742913824497845
+ 3.174348049524661
+ 3.1744047152074577
+ 3.174461379498268
+ 3.1745180423971835
+ 3.1745747039042977
+ 3.1746313640197035
+ 3.174688022743494
+ 3.174744680075761
+ 3.174801336016598
+ 3.174857990566098
+ 3.1749146437243527
+ 3.174971295491456
+ 3.1750279458675
+ 3.175084594852577
+ 3.1751412424467804
+ 3.1751978886502026
+ 3.175254533462936
+ 3.1753111768850735
+ 3.1753678189167083
+ 3.1754244595579326
+ 3.1754810988088384
+ 3.17553773666952
+ 3.175594373140068
+ 3.175651008220576
+ 3.175707641911137
+ 3.1757642742118435
+ 3.1758209051227873
+ 3.1758775346440613
+ 3.175934162775758
+ 3.1759907895179706
+ 3.1760474148707907
+ 3.1761040388343114
+ 3.176160661408625
+ 3.1762172825938246
+ 3.176273902390002
+ 3.1763305207972494
+ 3.1763871378156603
+ 3.176443753445326
+ 3.17650036768634
+ 3.1765569805387943
+ 3.176613592002781
+ 3.1766702020783932
+ 3.176726810765723
+ 3.1767834180648626
+ 3.1768400239759047
+ 3.1768966284989415
+ 3.176953231634066
+ 3.177009833381369
+ 3.1770664337409444
+ 3.177123032712884
+ 3.1771796302972803
+ 3.1772362264942253
+ 3.177292821303812
+ 3.1773494147261316
+ 3.177406006761277
+ 3.1774625974093405
+ 3.177519186670415
+ 3.177575774544591
+ 3.177632361031963
+ 3.1776889461326214
+ 3.1777455298466593
+ 3.1778021121741693
+ 3.177858693115242
+ 3.177915272669972
+ 3.1779718508384494
+ 3.178028427620767
+ 3.178085003017018
+ 3.1781415770272927
+ 3.178198149651685
+ 3.1782547208902865
+ 3.1783112907431885
+ 3.1783678592104843
+ 3.178424426292265
+ 3.178480991988624
+ 3.1785375562996516
+ 3.178594119225442
+ 3.1786506807660855
+ 3.178707240921675
+ 3.1787637996923017
+ 3.1788203570780595
+ 3.178876913079039
+ 3.1789334676953316
+ 3.1789900209270305
+ 3.179046572774228
+ 3.1791031232370153
+ 3.1791596723154845
+ 3.1792162200097276
+ 3.179272766319837
+ 3.179329311245904
+ 3.1793858547880207
+ 3.1794423969462797
+ 3.179498937720772
+ 3.17955547711159
+ 3.1796120151188254
+ 3.1796685517425702
+ 3.1797250869829163
+ 3.179781620839956
+ 3.17983815331378
+ 3.1798946844044815
+ 3.1799512141121515
+ 3.180007742436882
+ 3.1800642693787653
+ 3.1801207949378925
+ 3.180177319114356
+ 3.180233841908247
+ 3.1802903633196578
+ 3.18034688334868
+ 3.1804034019954055
+ 3.180459919259926
+ 3.1805164351423327
+ 3.180572949642718
+ 3.180629462761173
+ 3.1806859744977904
+ 3.1807424848526615
+ 3.1807989938258774
+ 3.1808555014175304
+ 3.180912007627712
+ 3.1809685124565137
+ 3.1810250159040274
+ 3.181081517970345
+ 3.181138018655558
+ 3.1811945179597574
+ 3.1812510158830354
+ 3.181307512425483
+ 3.181364007587193
+ 3.181420501368256
+ 3.1814769937687637
+ 3.1815334847888077
+ 3.1815899744284803
+ 3.1816464626878718
+ 3.181702949567075
+ 3.18175943506618
+ 3.1818159191852793
+ 3.181872401924464
+ 3.1819288832838266
+ 3.1819853632634567
+ 3.1820418418634477
+ 3.1820983190838903
+ 3.1821547949248754
+ 3.1822112693864955
+ 3.182267742468841
+ 3.182324214172004
+ 3.182380684496076
+ 3.1824371534411475
+ 3.1824936210073114
+ 3.1825500871946573
+ 3.1826065520032785
+ 3.1826630154332647
+ 3.182719477484708
+ 3.1827759381577
+ 3.1828323974523314
+ 3.1828888553686943
+ 3.182945311906879
+ 3.183001767066978
+ 3.1830582208490816
+ 3.183114673253282
+ 3.1831711242796694
+ 3.183227573928336
+ 3.183284022199372
+ 3.18334046909287
+ 3.1833969146089203
+ 3.1834533587476153
+ 3.1835098015090444
+ 3.1835662428933005
+ 3.1836226829004737
+ 3.183679121530655
+ 3.183735558783937
+ 3.18379199466041
+ 3.1838484291601645
+ 3.183904862283293
+ 3.183961294029886
+ 3.184017724400034
+ 3.184074153393829
+ 3.184130581011362
+ 3.184187007252724
+ 3.1842434321180058
+ 3.184299855607299
+ 3.184356277720694
+ 3.184412698458283
+ 3.1844691178201554
+ 3.184525535806404
+ 3.1845819524171186
+ 3.184638367652391
+ 3.184694781512311
+ 3.184751193996971
+ 3.184807605106461
+ 3.184864014840873
+ 3.1849204232002974
+ 3.184976830184825
+ 3.1850332357945477
+ 3.1850896400295547
+ 3.1851460428899383
+ 3.185202444375789
+ 3.1852588444871976
+ 3.185315243224255
+ 3.1853716405870527
+ 3.185428036575681
+ 3.185484431190231
+ 3.1855408244307934
+ 3.1855972162974595
+ 3.185653606790319
+ 3.1857099959094644
+ 3.1857663836549857
+ 3.185822770026973
+ 3.185879155025518
+ 3.1859355386507118
+ 3.185991920902644
+ 3.186048301781407
+ 3.1861046812870897
+ 3.1861610594197844
+ 3.186217436179581
+ 3.1862738115665707
+ 3.1863301855808435
+ 3.186386558222491
+ 3.1864429294916037
+ 3.186499299388272
+ 3.186555667912587
+ 3.186612035064639
+ 3.186668400844519
+ 3.186724765252317
+ 3.1867811282881244
+ 3.1868374899520315
+ 3.186893850244129
+ 3.1869502091645074
+ 3.1870065667132574
+ 3.1870629228904703
+ 3.187119277696236
+ 3.187175631130644
+ 3.187231983193787
+ 3.187288333885754
+ 3.1873446832066366
+ 3.187401031156525
+ 3.1874573777355093
+ 3.1875137229436796
+ 3.187570066781128
+ 3.1876264092479443
+ 3.1876827503442184
+ 3.1877390900700413
+ 3.187795428425504
+ 3.1878517654106955
+ 3.1879081010257075
+ 3.1879644352706302
+ 3.1880207681455537
+ 3.1880770996505685
+ 3.1881334297857653
+ 3.188189758551235
+ 3.1882460859470667
+ 3.1883024119733516
+ 3.18835873663018
+ 3.188415059917642
+ 3.188471381835828
+ 3.1885277023848295
+ 3.1885840215647354
+ 3.188640339375636
+ 3.1886966558176226
+ 3.188752970890785
+ 3.1888092845952136
+ 3.1888655969309982
+ 3.18892190789823
+ 3.1889782174969987
+ 3.1890345257273944
+ 3.1890908325895078
+ 3.189147138083429
+ 3.1892034422092475
+ 3.189259744967055
+ 3.1893160463569408
+ 3.189372346378995
+ 3.1894286450333085
+ 3.1894849423199703
+ 3.1895412382390713
+ 3.1895975327907022
+ 3.1896538259749523
+ 3.189710117791912
+ 3.1897664082416717
+ 3.1898226973243213
+ 3.1898789850399507
+ 3.18993527138865
+ 3.1899915563705106
+ 3.1900478399856205
+ 3.190104122234071
+ 3.1901604031159523
+ 3.1902166826313536
+ 3.1902729607803657
+ 3.1903292375630783
+ 3.190385512979582
+ 3.1904417870299664
+ 3.1904980597143213
+ 3.1905543310327364
+ 3.190610600985303
+ 3.1906668695721097
+ 3.190723136793247
+ 3.190779402648805
+ 3.1908356671388742
+ 3.190891930263543
+ 3.1909481920229026
+ 3.1910044524170424
+ 3.1910607114460525
+ 3.191116969110023
+ 3.191173225409043
+ 3.1912294803432033
+ 3.1912857339125935
+ 3.1913419861173034
+ 3.191398236957423
+ 3.1914544864330416
+ 3.1915107345442495
+ 3.1915669812911367
+ 3.1916232266737925
+ 3.191679470692307
+ 3.19173571334677
+ 3.1917919546372717
+ 3.1918481945639012
+ 3.1919044331267483
+ 3.191960670325903
+ 3.192016906161455
+ 3.1920731406334943
+ 3.1921293737421106
+ 3.192185605487393
+ 3.192241835869432
+ 3.1922980648883166
+ 3.192354292544137
+ 3.1924105188369825
+ 3.1924667437669436
+ 3.1925229673341087
+ 3.1925791895385682
+ 3.1926354103804115
+ 3.1926916298597288
+ 3.192747847976609
+ 3.1928040647311424
+ 3.192860280123418
+ 3.1929164941535255
+ 3.192972706821555
+ 3.1930289181275953
+ 3.1930851280717367
+ 3.193141336654068
+ 3.193197543874679
+ 3.19325374973366
+ 3.1933099542310996
+ 3.1933661573670884
+ 3.193422359141714
+ 3.193478559555068
+ 3.1935347586072385
+ 3.193590956298315
+ 3.193647152628388
+ 3.193703347597546
+ 3.1937595412058792
+ 3.1938157334534765
+ 3.1938719243404274
+ 3.1939281138668214
+ 3.1939843020327485
+ 3.194040488838297
+ 3.194096674283557
+ 3.194152858368618
+ 3.1942090410935684
+ 3.1942652224584984
+ 3.1943214024634976
+ 3.1943775811086543
+ 3.194433758394059
+ 3.1944899343198006
+ 3.194546108885968
+ 3.194602282092651
+ 3.1946584539399394
+ 3.194714624427921
+ 3.1947707935566863
+ 3.1948269613263243
+ 3.1948831277369236
+ 3.1949392927885745
+ 3.194995456481365
+ 3.195051618815386
+ 3.195107779790726
+ 3.195163939407473
+ 3.1952200976657177
+ 3.1952762545655493
+ 3.1953324101070555
+ 3.1953885642903272
+ 3.1954447171154525
+ 3.195500868582521
+ 3.1955570186916216
+ 3.195613167442844
+ 3.1956693148362763
+ 3.1957254608720085
+ 3.195781605550129
+ 3.195837748870728
+ 3.1958938908338936
+ 3.195950031439715
+ 3.196006170688282
+ 3.1960623085796827
+ 3.196118445114007
+ 3.196174580291343
+ 3.1962307141117803
+ 3.196286846575408
+ 3.196342977682315
+ 3.1963991074325904
+ 3.1964552358263227
+ 3.1965113628636015
+ 3.1965674885445154
+ 3.196623612869154
+ 3.196679735837605
+ 3.1967358574499585
+ 3.196791977706303
+ 3.196848096606727
+ 3.19690421415132
+ 3.196960330340172
+ 3.1970164451733694
+ 3.1970725586510027
+ 3.1971286707731603
+ 3.197184781539932
+ 3.1972408909514054
+ 3.197296999007669
+ 3.197353105708814
+ 3.1974092110549264
+ 3.197465315046097
+ 3.1975214176824136
+ 3.1975775189639655
+ 3.1976336188908414
+ 3.1976897174631302
+ 3.1977458146809203
+ 3.1978019105443
+ 3.1978580050533596
+ 3.197914098208187
+ 3.1979701900088706
+ 3.1980262804554993
+ 3.1980823695481617
+ 3.1981384572869476
+ 3.1981945436719443
+ 3.198250628703241
+ 3.198306712380927
+ 3.1983627947050897
+ 3.1984188756758183
+ 3.1984749552932024
+ 3.1985310335573294
+ 3.198587110468288
+ 3.198643186026168
+ 3.1986992602310567
+ 3.1987553330830436
+ 3.1988114045822162
+ 3.1988674747286643
+ 3.198923543522476
+ 3.19897961096374
+ 3.199035677052544
+ 3.199091741788978
+ 3.1991478051731295
+ 3.199203867205087
+ 3.19925992788494
+ 3.199315987212776
+ 3.199372045188684
+ 3.1994281018127517
+ 3.199484157085069
+ 3.199540211005723
+ 3.199596263574803
+ 3.199652314792397
+ 3.199708364658594
+ 3.1997644131734817
+ 3.199820460337149
+ 3.1998765061496846
+ 3.1999325506111758
+ 3.199988593721712
+ 3.200044635481382
+ 3.2001006758902726
+ 3.2001567149484735
+ 3.200212752656072
+ 3.200268789013158
+ 3.2003248240198183
+ 3.200380857676142
+ 3.200436889982217
+ 3.200492920938132
+ 3.2005489505439755
+ 3.200604978799835
+ 3.200661005705799
+ 3.200717031261957
+ 3.200773055468395
+ 3.2008290783252034
+ 3.2008850998324694
+ 3.200941119990281
+ 3.2009971387987277
+ 3.2010531562578963
+ 3.2011091723678757
+ 3.2011651871287534
+ 3.2012212005406186
+ 3.2012772126035594
+ 3.201333223317663
+ 3.2013892326830184
+ 3.2014452406997136
+ 3.2015012473678364
+ 3.2015572526874756
+ 3.2016132566587183
+ 3.201669259281654
+ 3.201725260556369
+ 3.201781260482953
+ 3.2018372590614934
+ 3.2018932562920783
+ 3.201949252174796
+ 3.2020052467097346
+ 3.202061239896982
+ 3.2021172317366253
+ 3.2021732222287542
+ 3.202229211373456
+ 3.2022851991708188
+ 3.20234118562093
+ 3.202397170723878
+ 3.202453154479751
+ 3.2025091368886365
+ 3.202565117950623
+ 3.2026210976657983
+ 3.20267707603425
+ 3.2027330530560665
+ 3.2027890287313356
+ 3.202845003060145
+ 3.2029009760425824
+ 3.2029569476787367
+ 3.2030129179686946
+ 3.2030688869125448
+ 3.2031248545103748
+ 3.203180820762273
+ 3.203236785668326
+ 3.2032927492286225
+ 3.2033487114432506
+ 3.203404672312298
+ 3.2034606318358523
+ 3.2035165900140012
+ 3.203572546846832
+ 3.2036285023344337
+ 3.203684456476893
+ 3.2037404092742987
+ 3.2037963607267375
+ 3.203852310834298
+ 3.203908259597067
+ 3.2039642070151335
+ 3.2040201530885843
+ 3.2040760978175076
+ 3.2041320412019902
+ 3.2041879832421207
+ 3.204243923937987
+ 3.2042998632896755
+ 3.204355801297275
+ 3.2044117379608728
+ 3.204467673280557
+ 3.204523607256414
+ 3.204579539888533
+ 3.2046354711769998
+ 3.2046914011219036
+ 3.2047473297233315
+ 3.204803256981371
+ 3.2048591828961097
+ 3.2049151074676354
+ 3.204971030696035
+ 3.2050269525813966
+ 3.205082873123808
+ 3.205138792323356
+ 3.205194710180129
+ 3.2052506266942133
+ 3.2053065418656974
+ 3.2053624556946687
+ 3.2054183681812147
+ 3.205474279325422
+ 3.2055301891273795
+ 3.2055860975871733
+ 3.2056420047048917
+ 3.205697910480622
+ 3.2057538149144515
+ 3.2058097180064675
+ 3.205865619756757
+ 3.2059215201654094
+ 3.2059774192325095
+ 3.206033316958146
+ 3.2060892133424064
+ 3.2061451083853774
+ 3.2062010020871474
+ 3.206256894447803
+ 3.206312785467431
+ 3.20636867514612
+ 3.206424563483956
+ 3.2064804504810276
+ 3.2065363361374213
+ 3.206592220453225
+ 3.2066481034285252
+ 3.206703985063409
+ 3.206759865357965
+ 3.2068157443122796
+ 3.2068716219264397
+ 3.206927498200533
+ 3.2069833731346473
+ 3.2070392467288684
+ 3.207095118983285
+ 3.2071509898979826
+ 3.2072068594730503
+ 3.2072627277085743
+ 3.2073185946046414
+ 3.20737446016134
+ 3.2074303243787554
+ 3.2074861872569764
+ 3.2075420487960895
+ 3.2075979089961817
+ 3.2076537678573405
+ 3.207709625379653
+ 3.207765481563206
+ 3.207821336408086
+ 3.207877189914381
+ 3.207933042082178
+ 3.207988892911564
+ 3.2080447424026257
+ 3.2081005905554507
+ 3.2081564373701257
+ 3.2082122828467377
+ 3.2082681269853737
+ 3.2083239697861203
+ 3.208379811249065
+ 3.2084356513742955
+ 3.2084914901618977
+ 3.2085473276119587
+ 3.2086031637245656
+ 3.2086589984998057
+ 3.208714831937765
+ 3.208770664038532
+ 3.208826494802192
+ 3.2088823242288327
+ 3.208938152318541
+ 3.208993979071404
+ 3.2090498044875075
+ 3.20910562856694
+ 3.209161451309787
+ 3.209217272716136
+ 3.209273092786074
+ 3.2093289115196875
+ 3.209384728917063
+ 3.209440544978288
+ 3.2094963597034494
+ 3.2095521730926326
+ 3.2096079851459263
+ 3.209663795863416
+ 3.2097196052451893
+ 3.2097754132913328
+ 3.2098312200019326
+ 3.2098870253770757
+ 3.2099428294168493
+ 3.20999863212134
+ 3.2100544334906336
+ 3.210110233524818
+ 3.21016603222398
+ 3.210221829588205
+ 3.210277625617581
+ 3.2103334203121934
+ 3.2103892136721304
+ 3.210445005697477
+ 3.210500796388321
+ 3.2105565857447487
+ 3.210612373766847
+ 3.210668160454702
+ 3.210723945808401
+ 3.2107797298280296
+ 3.210835512513676
+ 3.2108912938654246
+ 3.210947073883364
+ 3.211002852567579
+ 3.211058629918157
+ 3.2111144059351853
+ 3.2111701806187494
+ 3.211225953968936
+ 3.2112817259858324
+ 3.211337496669524
+ 3.2113932660200977
+ 3.2114490340376403
+ 3.211504800722238
+ 3.211560566073977
+ 3.2116163300929443
+ 3.211672092779226
+ 3.211727854132909
+ 3.2117836141540796
+ 3.2118393728428236
+ 3.211895130199228
+ 3.211950886223379
+ 3.212006640915363
+ 3.2120623942752666
+ 3.2121181463031765
+ 3.212173896999178
+ 3.212229646363358
+ 3.212285394395803
+ 3.2123411410965996
+ 3.2123968864658337
+ 3.212452630503592
+ 3.2125083732099595
+ 3.2125641145850246
+ 3.2126198546288722
+ 3.2126755933415887
+ 3.212731330723261
+ 3.2127870667739753
+ 3.212842801493817
+ 3.212898534882873
+ 3.2129542669412294
+ 3.2130099976689728
+ 3.213065727066189
+ 3.2131214551329643
+ 3.213177181869385
+ 3.2132329072755366
+ 3.2132886313515066
+ 3.2133443540973805
+ 3.213400075513244
+ 3.213455795599184
+ 3.213511514355287
+ 3.2135672317816377
+ 3.2136229478783234
+ 3.21367866264543
+ 3.2137343760830435
+ 3.21379008819125
+ 3.2138457989701354
+ 3.213901508419786
+ 3.213957216540288
+ 3.2140129233317274
+ 3.21406862879419
+ 3.2141243329277627
+ 3.2141800357325305
+ 3.2142357372085795
+ 3.2142914373559965
+ 3.2143471361748674
+ 3.2144028336652775
+ 3.214458529827313
+ 3.2145142246610603
+ 3.2145699181666054
+ 3.214625610344034
+ 3.2146813011934317
+ 3.2147369907148846
+ 3.2147926789084798
+ 3.214848365774302
+ 3.214904051312437
+ 3.2149597355229718
+ 3.2150154184059914
+ 3.215071099961582
+ 3.2151267801898293
+ 3.2151824590908196
+ 3.2152381366646385
+ 3.215293812911372
+ 3.2153494878311055
+ 3.215405161423925
+ 3.2154608336899173
+ 3.215516504629167
+ 3.21557217424176
+ 3.2156278425277827
+ 3.215683509487321
+ 3.21573917512046
+ 3.215794839427286
+ 3.2158505024078843
+ 3.2159061640623414
+ 3.215961824390743
+ 3.216017483393174
+ 3.21607314106972
+ 3.216128797420468
+ 3.216184452445503
+ 3.2162401061449106
+ 3.216295758518777
+ 3.216351409567187
+ 3.2164070592902267
+ 3.2164627076879824
+ 3.216518354760539
+ 3.216574000507982
+ 3.216629644930398
+ 3.2166852880278722
+ 3.2167409298004896
+ 3.216796570248337
+ 3.216852209371499
+ 3.2169078471700616
+ 3.2169634836441108
+ 3.217019118793731
+ 3.2170747526190087
+ 3.2171303851200292
+ 3.2171860162968784
+ 3.217241646149641
+ 3.2172972746784034
+ 3.2173529018832507
+ 3.2174085277642686
+ 3.2174641523215426
+ 3.217519775555158
+ 3.217575397465201
+ 3.217631018051756
+ 3.2176866373149093
+ 3.2177422552547457
+ 3.217797871871351
+ 3.2178534871648106
+ 3.2179091011352106
+ 3.2179647137826355
+ 3.218020325107171
+ 3.2180759351089026
+ 3.2181315437879157
+ 3.2181871511442957
+ 3.2182427571781274
+ 3.2182983618894974
+ 3.2183539652784896
+ 3.2184095673451907
+ 3.218465168089686
+ 3.218520767512059
+ 3.2185763656123973
+ 3.218631962390785
+ 3.218687557847308
+ 3.2187431519820504
+ 3.218798744795099
+ 3.2188543362865385
+ 3.2189099264564542
+ 3.218965515304931
+ 3.2190211028320546
+ 3.2190766890379106
+ 3.219132273922583
+ 3.219187857486158
+ 3.2192434397287206
+ 3.2192990206503556
+ 3.2193546002511493
+ 3.219410178531186
+ 3.219465755490551
+ 3.2195213311293296
+ 3.219576905447607
+ 3.2196324784454684
+ 3.219688050122999
+ 3.219743620480283
+ 3.219799189517407
+ 3.219854757234456
+ 3.219910323631513
+ 3.2199658887086655
+ 3.220021452465998
+ 3.2200770149035955
+ 3.2201325760215425
+ 3.2201881358199245
+ 3.220243694298827
+ 3.220299251458334
+ 3.2203548072985315
+ 3.220410361819504
+ 3.220465915021337
+ 3.2205214669041147
+ 3.220577017467923
+ 3.2206325667128466
+ 3.2206881146389703
+ 3.220743661246379
+ 3.2207992065351587
+ 3.2208547505053926
+ 3.220910293157167
+ 3.2209658344905665
+ 3.2210213745056757
+ 3.22107691320258
+ 3.221132450581364
+ 3.221187986642113
+ 3.2212435213849115
+ 3.2212990548098444
+ 3.2213545869169966
+ 3.221410117706453
+ 3.221465647178299
+ 3.2215211753326187
+ 3.2215767021694974
+ 3.2216322276890197
+ 3.2216877518912703
+ 3.2217432747763346
+ 3.221798796344296
+ 3.221854316595241
+ 3.2219098355292544
+ 3.2219653531464196
+ 3.222020869446822
+ 3.2220763844305473
+ 3.2221318980976785
+ 3.2221874104483015
+ 3.222242921482501
+ 3.222298431200361
+ 3.2223539396019674
+ 3.222409446687404
+ 3.2224649524567557
+ 3.222520456910107
+ 3.222575960047543
+ 3.222631461869149
+ 3.222686962375008
+ 3.222742461565206
+ 3.222797959439827
+ 3.2228534559989557
+ 3.222908951242677
+ 3.2229644451710753
+ 3.2230199377842355
+ 3.223075429082242
+ 3.223130919065179
+ 3.2231864077331323
+ 3.223241895086185
+ 3.2232973811244228
+ 3.2233528658479296
+ 3.22340834925679
+ 3.223463831351089
+ 3.223519312130911
+ 3.2235747915963398
+ 3.2236302697474613
+ 3.2236857465843585
+ 3.2237412221071167
+ 3.22379669631582
+ 3.2238521692105535
+ 3.223907640791402
+ 3.2239631110584486
+ 3.2240185800117787
+ 3.224074047651476
+ 3.2241295139776263
+ 3.224184978990312
+ 3.22424044268962
+ 3.224295905075633
+ 3.224351366148435
+ 3.2244068259081122
+ 3.2244622843547477
+ 3.224517741488426
+ 3.2245731973092315
+ 3.2246286518172496
+ 3.224684105012563
+ 3.2247395568952566
+ 3.224795007465415
+ 3.2248504567231224
+ 3.2249059046684634
+ 3.224961351301522
+ 3.2250167966223824
+ 3.225072240631129
+ 3.225127683327847
+ 3.2251831247126184
+ 3.2252385647855295
+ 3.2252940035466637
+ 3.2253494409961054
+ 3.2254048771339394
+ 3.225460311960249
+ 3.225515745475119
+ 3.225571177678633
+ 3.2256266085708765
+ 3.2256820381519318
+ 3.2257374664218843
+ 3.2257928933808184
+ 3.2258483190288176
+ 3.225903743365966
+ 3.2259591663923484
+ 3.226014588108048
+ 3.22607000851315
+ 3.2261254276077382
+ 3.2261808453918963
+ 3.2262362618657088
+ 3.2262916770292596
+ 3.2263470908826326
+ 3.2264025034259123
+ 3.226457914659182
+ 3.226513324582527
+ 3.22656873319603
+ 3.226624140499776
+ 3.2266795464938487
+ 3.226734951178332
+ 3.2267903545533105
+ 3.2268457566188675
+ 3.226901157375087
+ 3.2269565568220533
+ 3.227011954959851
+ 3.2270673517885626
+ 3.2271227473082735
+ 3.2271781415190666
+ 3.227233534421026
+ 3.2272889260142366
+ 3.2273443162987814
+ 3.2273997052747445
+ 3.22745509294221
+ 3.227510479301261
+ 3.2275658643519822
+ 3.2276212480944575
+ 3.2276766305287707
+ 3.2277320116550055
+ 3.2277873914732456
+ 3.2278427699835754
+ 3.227898147186078
+ 3.227953523080838
+ 3.2280088976679386
+ 3.228064270947464
+ 3.228119642919498
+ 3.228175013584124
+ 3.228230382941426
+ 3.228285750991488
+ 3.2283411177343937
+ 3.2283964831702265
+ 3.2284518472990706
+ 3.228507210121009
+ 3.2285625716361266
+ 3.2286179318445063
+ 3.228673290746232
+ 3.228728648341387
+ 3.228784004630056
+ 3.2288393596123215
+ 3.2288947132882684
+ 3.2289500656579797
+ 3.229005416721539
+ 3.22906076647903
+ 3.229116114930536
+ 3.229171462076142
+ 3.22922680791593
+ 3.229282152449984
+ 3.2293374956783887
+ 3.229392837601227
+ 3.229448178218582
+ 3.2295035175305378
+ 3.229558855537178
+ 3.2296141922385857
+ 3.229669527634845
+ 3.229724861726039
+ 3.229780194512252
+ 3.2298355259935665
+ 3.229890856170067
+ 3.229946185041836
+ 3.230001512608958
+ 3.230056838871516
+ 3.2301121638295935
+ 3.230167487483274
+ 3.2302228098326413
+ 3.2302781308777777
+ 3.2303334506187684
+ 3.230388769055696
+ 3.2304440861886436
+ 3.2304994020176947
+ 3.230554716542933
+ 3.230610029764442
+ 3.2306653416823052
+ 3.2307206522966054
+ 3.2307759616074265
+ 3.2308312696148516
+ 3.230886576318964
+ 3.2309418817198474
+ 3.230997185817585
+ 3.2310524886122605
+ 3.2311077901039567
+ 3.231163090292757
+ 3.2312183891787445
+ 3.2312736867620027
+ 3.2313289830426157
+ 3.231384278020666
+ 3.2314395716962365
+ 3.231494864069411
+ 3.2315501551402726
+ 3.2316054449089053
+ 3.231660733375391
+ 3.231716020539814
+ 3.231771306402257
+ 3.231826590962803
+ 3.231881874221536
+ 3.2319371561785393
+ 3.231992436833895
+ 3.2320477161876866
+ 3.232102994239998
+ 3.232158270990912
+ 3.2322135464405113
+ 3.2322688205888794
+ 3.2323240934361
+ 3.2323793649822554
+ 3.232434635227429
+ 3.2324899041717035
+ 3.2325451718151634
+ 3.23260043815789
+ 3.2326557031999674
+ 3.2327109669414784
+ 3.232766229382507
+ 3.2328214905231345
+ 3.2328767503634457
+ 3.232932008903522
+ 3.2329872661434473
+ 3.2330425220833052
+ 3.2330977767231777
+ 3.233153030063148
+ 3.2332082821032997
+ 3.233263532843716
+ 3.233318782284478
+ 3.2333740304256717
+ 3.233429277267377
+ 3.233484522809679
+ 3.2335397670526596
+ 3.2335950099964013
+ 3.2336502516409884
+ 3.233705491986503
+ 3.2337607310330285
+ 3.2338159687806476
+ 3.2338712052294425
+ 3.2339264403794976
+ 3.2339816742308938
+ 3.2340369067837154
+ 3.2340921380380454
+ 3.2341473679939656
+ 3.234202596651559
+ 3.2342578240109097
+ 3.234313050072099
+ 3.234368274835211
+ 3.2344234983003273
+ 3.234478720467532
+ 3.2345339413369065
+ 3.234589160908535
+ 3.2346443791824995
+ 3.2346995961588823
+ 3.2347548118377674
+ 3.234810026219236
+ 3.234865239303372
+ 3.234920451090258
+ 3.2349756615799765
+ 3.23503087077261
+ 3.235086078668242
+ 3.235141285266954
+ 3.23519649056883
+ 3.2352516945739516
+ 3.235306897282402
+ 3.235362098694264
+ 3.2354172988096206
+ 3.235472497628553
+ 3.2355276951511454
+ 3.235582891377479
+ 3.2356380863076377
+ 3.235693279941704
+ 3.2357484722797594
+ 3.2358036633218874
+ 3.2358588530681707
+ 3.235914041518691
+ 3.235969228673532
+ 3.2360244145327752
+ 3.236079599096504
+ 3.236134782364801
+ 3.236189964337748
+ 3.236245145015428
+ 3.236300324397923
+ 3.236355502485316
+ 3.2364106792776894
+ 3.236465854775126
+ 3.2365210289777084
+ 3.236576201885518
+ 3.2366313734986383
+ 3.236686543817151
+ 3.2367417128411393
+ 3.2367968805706853
+ 3.236852047005871
+ 3.2369072121467797
+ 3.236962375993494
+ 3.237017538546094
+ 3.2370726998046653
+ 3.237127859769288
+ 3.237183018440046
+ 3.23723817581702
+ 3.2372933319002937
+ 3.237348486689949
+ 3.2374036401860686
+ 3.237458792388734
+ 3.237513943298029
+ 3.237569092914034
+ 3.237624241236833
+ 3.2376793882665074
+ 3.237734534003139
+ 3.237789678446812
+ 3.2378448215976072
+ 3.237899963455607
+ 3.237955104020893
+ 3.2380102432935494
+ 3.238065381273657
+ 3.2381205179612986
+ 3.2381756533565556
+ 3.238230787459511
+ 3.238285920270247
+ 3.238341051788846
+ 3.2383961820153893
+ 3.23845131094996
+ 3.238506438592639
+ 3.23856156494351
+ 3.2386166900026545
+ 3.2386718137701545
+ 3.238726936246093
+ 3.2387820574305506
+ 3.2388371773236106
+ 3.238892295925355
+ 3.2389474132358655
+ 3.2390025292552242
+ 3.2390576439835135
+ 3.239112757420816
+ 3.239167869567212
+ 3.239222980422786
+ 3.239278089987618
+ 3.2393331982617912
+ 3.2393883052453867
+ 3.2394434109384873
+ 3.239498515341175
+ 3.239553618453532
+ 3.2396087202756396
+ 3.23966382080758
+ 3.2397189200494356
+ 3.239774018001288
+ 3.239829114663219
+ 3.239884210035312
+ 3.2399393041176467
+ 3.239994396910306
+ 3.240049488413373
+ 3.240104578626928
+ 3.240159667551054
+ 3.240214755185832
+ 3.2402698415313442
+ 3.2403249265876735
+ 3.2403800103549
+ 3.2404350928331076
+ 3.240490174022377
+ 3.2405452539227895
+ 3.2406003325344277
+ 3.2406554098573737
+ 3.240710485891709
+ 3.240765560637515
+ 3.240820634094875
+ 3.240875706263869
+ 3.2409307771445794
+ 3.240985846737089
+ 3.2410409150414785
+ 3.24109598205783
+ 3.241151047786224
+ 3.241206112226745
+ 3.2412611753794724
+ 3.2413162372444897
+ 3.241371297821877
+ 3.2414263571117163
+ 3.241481415114091
+ 3.2415364718290807
+ 3.241591527256768
+ 3.2416465813972346
+ 3.2417016342505622
+ 3.2417566858168327
+ 3.241811736096128
+ 3.2418667850885283
+ 3.2419218327941164
+ 3.2419768792129737
+ 3.242031924345182
+ 3.242086968190823
+ 3.2421420107499777
+ 3.242197052022729
+ 3.242252092009157
+ 3.242307130709344
+ 3.2423621681233716
+ 3.2424172042513213
+ 3.2424722390932743
+ 3.242527272649313
+ 3.242582304919518
+ 3.242637335903972
+ 3.242692365602755
+ 3.2427473940159497
+ 3.242802421143638
+ 3.2428574469859
+ 3.242912471542818
+ 3.242967494814473
+ 3.243022516800948
+ 3.243077537502322
+ 3.243132556918679
+ 3.2431875750500985
+ 3.2432425918966628
+ 3.2432976074584534
+ 3.2433526217355513
+ 3.243407634728039
+ 3.243462646435997
+ 3.243517656859506
+ 3.2435726659986486
+ 3.2436276738535055
+ 3.243682680424159
+ 3.2437376857106894
+ 3.243792689713179
+ 3.2438476924317086
+ 3.2439026938663593
+ 3.2439576940172135
+ 3.2440126928843513
+ 3.2440676904678547
+ 3.244122686767805
+ 3.244177681784283
+ 3.2442326755173703
+ 3.2442876679671486
+ 3.2443426591336983
+ 3.244397649017102
+ 3.2444526376174396
+ 3.244507624934793
+ 3.244562610969243
+ 3.2446175957208716
+ 3.24467257918976
+ 3.2447275613759885
+ 3.2447825422796392
+ 3.2448375219007928
+ 3.244892500239531
+ 3.244947477295934
+ 3.245002453070084
+ 3.245057427562062
+ 3.245112400771949
+ 3.245167372699826
+ 3.245222343345774
+ 3.2452773127098746
+ 3.2453322807922094
+ 3.245387247592858
+ 3.2454422131119025
+ 3.2454971773494243
+ 3.2455521403055037
+ 3.245607101980222
+ 3.245662062373661
+ 3.245717021485901
+ 3.245771979317023
+ 3.2458269358671084
+ 3.245881891136239
+ 3.2459368451244943
+ 3.245991797831956
+ 3.246046749258705
+ 3.246101699404823
+ 3.2461566482703903
+ 3.2462115958554882
+ 3.2462665421601975
+ 3.2463214871845993
+ 3.2463764309287746
+ 3.246431373392804
+ 3.2464863145767686
+ 3.24654125448075
+ 3.2465961931048284
+ 3.2466511304490844
+ 3.2467060665136
+ 3.2467610012984554
+ 3.2468159348037324
+ 3.2468708670295103
+ 3.246925797975871
+ 3.246980727642896
+ 3.247035656030665
+ 3.247090583139259
+ 3.247145508968759
+ 3.247200433519246
+ 3.2472553567908014
+ 3.2473102787835053
+ 3.2473651994974384
+ 3.247420118932682
+ 3.247475037089316
+ 3.2475299539674225
+ 3.2475848695670817
+ 3.2476397838883746
+ 3.247694696931381
+ 3.247749608696183
+ 3.2478045191828606
+ 3.2478594283914943
+ 3.2479143363221654
+ 3.2479692429749547
+ 3.248024148349943
+ 3.24807905244721
+ 3.248133955266837
+ 3.248188856808905
+ 3.2482437570734946
+ 3.248298656060686
+ 3.248353553770561
+ 3.2484084502031987
+ 3.248463345358681
+ 3.2485182392370873
+ 3.2485731318384996
+ 3.248628023162998
+ 3.2486829132106627
+ 3.248737801981575
+ 3.2487926894758155
+ 3.248847575693464
+ 3.2489024606346013
+ 3.248957344299309
+ 3.2490122266876664
+ 3.249067107799755
+ 3.2491219876356543
+ 3.249176866195446
+ 3.24923174347921
+ 3.2492866194870267
+ 3.249341494218977
+ 3.2493963676751414
+ 3.2494512398556
+ 3.249506110760434
+ 3.2495609803897234
+ 3.2496158487435487
+ 3.24967071582199
+ 3.249725581625129
+ 3.2497804461530446
+ 3.2498353094058183
+ 3.24989017138353
+ 3.249945032086261
+ 3.2499998915140904
+ 3.2500547496670995
+ 3.2501096065453683
+ 3.250164462148978
+ 3.2502193164780078
+ 3.2502741695325392
+ 3.250329021312651
+ 3.2503838718184257
+ 3.2504387210499424
+ 3.2504935690072814
+ 3.250548415690523
+ 3.2506032610997475
+ 3.2506581052350363
+ 3.2507129480964685
+ 3.250767789684125
+ 3.250822629998086
+ 3.2508774690384312
+ 3.250932306805242
+ 3.2509871432985977
+ 3.251041978518579
+ 3.251096812465266
+ 3.251151645138739
+ 3.2512064765390782
+ 3.2512613066663643
+ 3.2513161355206766
+ 3.251370963102096
+ 3.251425789410703
+ 3.251480614446577
+ 3.2515354382097983
+ 3.251590260700448
+ 3.251645081918605
+ 3.25169990186435
+ 3.2517547205377633
+ 3.251809537938925
+ 3.2518643540679157
+ 3.2519191689248146
+ 3.251973982509702
+ 3.2520287948226585
+ 3.2520836058637643
+ 3.2521384156330995
+ 3.252193224130743
+ 3.252248031356776
+ 3.2523028373112783
+ 3.2523576419943305
+ 3.2524124454060117
+ 3.2524672475464027
+ 3.252522048415583
+ 3.252576848013633
+ 3.2526316463406326
+ 3.252686443396662
+ 3.252741239181801
+ 3.2527960336961295
+ 3.2528508269397274
+ 3.2529056189126755
+ 3.252960409615053
+ 3.25301519904694
+ 3.253069987208417
+ 3.2531247740995624
+ 3.253179559720458
+ 3.2532343440711826
+ 3.253289127151817
+ 3.2533439089624396
+ 3.253398689503132
+ 3.253453468773974
+ 3.253508246775044
+ 3.2535630235064237
+ 3.253617798968191
+ 3.2536725731604275
+ 3.2537273460832123
+ 3.2537821177366255
+ 3.253836888120747
+ 3.2538916572356555
+ 3.2539464250814327
+ 3.254001191658157
+ 3.254055956965909
+ 3.2541107210047686
+ 3.254165483774815
+ 3.2542202452761275
+ 3.254275005508787
+ 3.2543297644728733
+ 3.254384522168465
+ 3.254439278595643
+ 3.2544940337544865
+ 3.2545487876450756
+ 3.2546035402674893
+ 3.254658291621808
+ 3.254713041708112
+ 3.254767790526479
+ 3.2548225380769904
+ 3.2548772843597256
+ 3.2549320293747637
+ 3.2549867731221855
+ 3.2550415156020693
+ 3.2550962568144954
+ 3.2551509967595442
+ 3.255205735437294
+ 3.255260472847825
+ 3.255315208991217
+ 3.255369943867549
+ 3.255424677476902
+ 3.255479409819354
+ 3.2555341408949854
+ 3.2555888707038756
+ 3.2556435992461044
+ 3.255698326521751
+ 3.255753052530895
+ 3.255807777273616
+ 3.2558625007499944
+ 3.2559172229601083
+ 3.255971943904038
+ 3.256026663581863
+ 3.256081381993663
+ 3.2561360991395167
+ 3.256190815019505
+ 3.256245529633706
+ 3.2563002429821992
+ 3.2563549550650652
+ 3.2564096658823827
+ 3.256464375434231
+ 3.2565190837206903
+ 3.256573790741839
+ 3.2566284964977577
+ 3.2566832009885247
+ 3.25673790421422
+ 3.2567926061749235
+ 3.2568473068707133
+ 3.25690200630167
+ 3.256956704467872
+ 3.2570114013694
+ 3.257066097006332
+ 3.257120791378748
+ 3.257175484486727
+ 3.257230176330349
+ 3.2572848669096923
+ 3.2573395562248373
+ 3.2573942442758628
+ 3.257448931062848
+ 3.257503616585872
+ 3.257558300845015
+ 3.2576129838403554
+ 3.257667665571973
+ 3.2577223460399467
+ 3.2577770252443563
+ 3.25783170318528
+ 3.257886379862798
+ 3.25794105527699
+ 3.2579957294279334
+ 3.2580504023157086
+ 3.258105073940395
+ 3.258159744302072
+ 3.2582144134008177
+ 3.258269081236712
+ 3.2583237478098344
+ 3.258378413120263
+ 3.258433077168078
+ 3.2584877399533574
+ 3.258542401476182
+ 3.2585970617366296
+ 3.25865172073478
+ 3.2587063784707113
+ 3.2587610349445044
+ 3.258815690156237
+ 3.2588703441059885
+ 3.258924996793838
+ 3.258979648219865
+ 3.259034298384148
+ 3.259088947286766
+ 3.2591435949277985
+ 3.2591982413073253
+ 3.2592528864254233
+ 3.2593075302821735
+ 3.259362172877654
+ 3.259416814211944
+ 3.2594714542851224
+ 3.2595260930972683
+ 3.259580730648461
+ 3.2596353669387788
+ 3.259690001968301
+ 3.2597446357371074
+ 3.2597992682452754
+ 3.2598538994928847
+ 3.2599085294800147
+ 3.259963158206744
+ 3.2600177856731514
+ 3.2600724118793156
+ 3.260127036825316
+ 3.2601816605112313
+ 3.2602362829371403
+ 3.260290904103122
+ 3.260345524009255
+ 3.2604001426556186
+ 3.2604547600422915
+ 3.260509376169353
+ 3.2605639910368804
+ 3.2606186046449546
+ 3.2606732169936525
+ 3.2607278280830547
+ 3.2607824379132384
+ 3.260837046484284
+ 3.260891653796269
+ 3.260946259849273
+ 3.261000864643374
+ 3.2610554681786517
+ 3.261110070455184
+ 3.26116467147305
+ 3.2612192712323287
+ 3.261273869733099
+ 3.261328466975439
+ 3.2613830629594274
+ 3.2614376576851436
+ 3.261492251152666
+ 3.2615468433620727
+ 3.261601434313443
+ 3.261656024006856
+ 3.2617106124423896
+ 3.2617651996201227
+ 3.2618197855401343
+ 3.2618743702025026
+ 3.261928953607306
+ 3.261983535754624
+ 3.262038116644535
+ 3.262092696277117
+ 3.262147274652449
+ 3.2622018517706097
+ 3.262256427631678
+ 3.2623110022357316
+ 3.2623655755828493
+ 3.2624201476731107
+ 3.262474718506593
+ 3.262529288083376
+ 3.2625838564035377
+ 3.262638423467156
+ 3.2626929892743104
+ 3.2627475538250783
+ 3.2628021171195396
+ 3.2628566791577724
+ 3.262911239939854
+ 3.2629657994658645
+ 3.263020357735882
+ 3.2630749147499847
+ 3.2631294705082503
+ 3.2631840250107587
+ 3.2632385782575875
+ 3.2632931302488157
+ 3.2633476809845208
+ 3.2634022304647825
+ 3.2634567786896778
+ 3.2635113256592865
+ 3.263565871373686
+ 3.2636204158329547
+ 3.2636749590371714
+ 3.2637295009864147
+ 3.2637840416807626
+ 3.263838581120294
+ 3.2638931193050866
+ 3.2639476562352185
+ 3.2640021919107687
+ 3.264056726331815
+ 3.264111259498437
+ 3.2641657914107114
+ 3.2642203220687174
+ 3.2642748514725333
+ 3.264329379622237
+ 3.2643839065179066
+ 3.264438432159621
+ 3.2644929565474583
+ 3.2645474796814966
+ 3.2646020015618142
+ 3.2646565221884893
+ 3.2647110415616005
+ 3.2647655596812255
+ 3.2648200765474424
+ 3.2648745921603304
+ 3.2649291065199666
+ 3.2649836196264297
+ 3.2650381314797983
+ 3.26509264208015
+ 3.265147151427563
+ 3.265201659522116
+ 3.2652561663638857
+ 3.2653106719529523
+ 3.265365176289393
+ 3.2654196793732853
+ 3.265474181204708
+ 3.2655286817837395
+ 3.265583181110457
+ 3.2656376791849393
+ 3.2656921760072644
+ 3.2657466715775105
+ 3.2658011658957546
+ 3.265855658962077
+ 3.2659101507765533
+ 3.2659646413392633
+ 3.2660191306502844
+ 3.2660736187096946
+ 3.2661281055175717
+ 3.266182591073994
+ 3.2662370753790397
+ 3.266291558432787
+ 3.266346040235313
+ 3.2664005207866964
+ 3.2664550000870154
+ 3.266509478136347
+ 3.26656395493477
+ 3.2666184304823624
+ 3.266672904779201
+ 3.2667273778253656
+ 3.266781849620932
+ 3.2668363201659805
+ 3.2668907894605876
+ 3.2669452575048306
+ 3.2669997242987887
+ 3.2670541898425394
+ 3.2671086541361603
+ 3.267163117179729
+ 3.267217578973325
+ 3.2672720395170245
+ 3.2673264988109056
+ 3.2673809568550465
+ 3.2674354136495247
+ 3.267489869194419
+ 3.267544323489806
+ 3.2675987765357637
+ 3.267653228332371
+ 3.267707678879704
+ 3.2677621281778424
+ 3.2678165762268625
+ 3.2678710230268426
+ 3.267925468577861
+ 3.2679799128799947
+ 3.268034355933321
+ 3.268088797737919
+ 3.2681432382938653
+ 3.2681976776012385
+ 3.2682521156601156
+ 3.2683065524705746
+ 3.268360988032694
+ 3.2684154223465502
+ 3.268469855412221
+ 3.2685242872297846
+ 3.268578717799319
+ 3.268633147120901
+ 3.268687575194609
+ 3.2687420020205207
+ 3.2687964275987125
+ 3.2688508519292636
+ 3.268905275012251
+ 3.268959696847752
+ 3.269014117435845
+ 3.269068536776606
+ 3.2691229548701144
+ 3.269177371716447
+ 3.269231787315682
+ 3.269286201667896
+ 3.2693406147731667
+ 3.2693950266315723
+ 3.2694494372431895
+ 3.269503846608097
+ 3.2695582547263715
+ 3.2696126615980905
+ 3.2696670672233314
+ 3.269721471602173
+ 3.2697758747346914
+ 3.2698302766209637
+ 3.2698846772610692
+ 3.269939076655084
+ 3.269993474803086
+ 3.2700478717051524
+ 3.270102267361361
+ 3.27015666177179
+ 3.2702110549365146
+ 3.270265446855614
+ 3.2703198375291658
+ 3.270374226957246
+ 3.270428615139934
+ 3.270483002077305
+ 3.2705373877694375
+ 3.270591772216409
+ 3.2706461554182966
+ 3.270700537375178
+ 3.27075491808713
+ 3.2708092975542304
+ 3.2708636757765563
+ 3.270918052754185
+ 3.2709724284871946
+ 3.271026802975661
+ 3.271081176219663
+ 3.2711355482192768
+ 3.27118991897458
+ 3.2712442884856503
+ 3.271298656752565
+ 3.2713530237754003
+ 3.271407389554235
+ 3.271461754089145
+ 3.271516117380208
+ 3.2715704794275022
+ 3.271624840231103
+ 3.2716791997910892
+ 3.2717335581075373
+ 3.2717879151805245
+ 3.2718422710101285
+ 3.271896625596426
+ 3.2719509789394943
+ 3.2720053310394106
+ 3.2720596818962524
+ 3.2721140315100965
+ 3.2721683798810197
+ 3.2722227270091
+ 3.272277072894414
+ 3.2723314175370386
+ 3.2723857609370515
+ 3.27244010309453
+ 3.2724944440095505
+ 3.2725487836821903
+ 3.2726031221125265
+ 3.2726574593006363
+ 3.272711795246597
+ 3.2727661299504853
+ 3.2728204634123785
+ 3.2728747956323536
+ 3.2729291266104874
+ 3.2729834563468576
+ 3.2730377848415397
+ 3.273092112094613
+ 3.2731464381061524
+ 3.273200762876236
+ 3.273255086404941
+ 3.2733094086923438
+ 3.2733637297385214
+ 3.2734180495435514
+ 3.27347236810751
+ 3.2735266854304745
+ 3.2735810015125217
+ 3.273635316353729
+ 3.273689629954173
+ 3.2737439423139305
+ 3.273798253433079
+ 3.2738525633116944
+ 3.2739068719498547
+ 3.273961179347636
+ 3.2740154855051156
+ 3.2740697904223706
+ 3.274124094099477
+ 3.274178396536513
+ 3.2742326977335536
+ 3.2742869976906777
+ 3.274341296407961
+ 3.2743955938854805
+ 3.2744498901233126
+ 3.274504185121535
+ 3.274558478880224
+ 3.274612771399456
+ 3.2746670626793093
+ 3.274721352719859
+ 3.274775641521183
+ 3.2748299290833573
+ 3.274884215406459
+ 3.274938500490565
+ 3.274992784335752
+ 3.2750470669420966
+ 3.275101348309675
+ 3.275155628438565
+ 3.275209907328843
+ 3.275264184980586
+ 3.2753184613938693
+ 3.275372736568771
+ 3.2754270105053678
+ 3.275481283203735
+ 3.275535554663951
+ 3.2755898248860915
+ 3.2756440938702327
+ 3.275698361616453
+ 3.275752628124827
+ 3.2758068933954325
+ 3.2758611574283463
+ 3.275915420223644
+ 3.2759696817814032
+ 3.2760239421017
+ 3.2760782011846112
+ 3.2761324590302134
+ 3.276186715638583
+ 3.2762409710097966
+ 3.276295225143931
+ 3.2763494780410625
+ 3.2764037297012676
+ 3.276457980124623
+ 3.276512229311206
+ 3.2765664772610914
+ 3.276620723974357
+ 3.276674969451079
+ 3.2767292136913335
+ 3.2767834566951977
+ 3.276837698462748
+ 3.2768919389940603
+ 3.2769461782892115
+ 3.277000416348278
+ 3.2770546531713363
+ 3.2771088887584625
+ 3.277163123109734
+ 3.277217356225226
+ 3.2772715881050156
+ 3.2773258187491794
+ 3.2773800481577933
+ 3.2774342763309336
+ 3.277488503268678
+ 3.277542728971101
+ 3.2775969534382803
+ 3.277651176670292
+ 3.2777053986672122
+ 3.277759619429117
+ 3.2778138389560834
+ 3.2778680572481873
+ 3.2779222743055056
+ 3.2779764901281143
+ 3.2780307047160897
+ 3.2780849180695077
+ 3.278139130188445
+ 3.2781933410729778
+ 3.278247550723183
+ 3.2783017591391355
+ 3.2783559663209134
+ 3.278410172268591
+ 3.2784643769822464
+ 3.278518580461955
+ 3.2785727827077924
+ 3.278626983719836
+ 3.278681183498161
+ 3.278735382042844
+ 3.278789579353962
+ 3.2788437754315902
+ 3.278897970275805
+ 3.2789521638866828
+ 3.2790063562642997
+ 3.279060547408732
+ 3.2791147373200555
+ 3.2791689259983468
+ 3.2792231134436816
+ 3.2792772996561363
+ 3.2793314846357875
+ 3.27938566838271
+ 3.2794398508969813
+ 3.279494032178677
+ 3.279548212227873
+ 3.279602391044646
+ 3.2796565686290715
+ 3.2797107449812253
+ 3.2797649201011843
+ 3.279819093989024
+ 3.2798732666448203
+ 3.27992743806865
+ 3.279981608260589
+ 3.2800357772207125
+ 3.280089944949097
+ 3.280144111445819
+ 3.2801982767109545
+ 3.2802524407445786
+ 3.280306603546768
+ 3.280360765117598
+ 3.2804149254571455
+ 3.2804690845654862
+ 3.280523242442696
+ 3.280577399088851
+ 3.2806315545040263
+ 3.280685708688299
+ 3.2807398616417442
+ 3.280794013364438
+ 3.2808481638564566
+ 3.2809023131178763
+ 3.280956461148772
+ 3.2810106079492196
+ 3.2810647535192965
+ 3.281118897859077
+ 3.2811730409686377
+ 3.2812271828480544
+ 3.281281323497402
+ 3.281335462916758
+ 3.2813896011061976
+ 3.281443738065796
+ 3.28149787379563
+ 3.2815520082957748
+ 3.281606141566306
+ 3.2816602736073
+ 3.2817144044188327
+ 3.281768534000979
+ 3.2818226623538154
+ 3.2818767894774172
+ 3.281930915371861
+ 3.2819850400372217
+ 3.2820391634735753
+ 3.2820932856809977
+ 3.2821474066595644
+ 3.282201526409352
+ 3.282255644930435
+ 3.28230976222289
+ 3.2823638782867914
+ 3.2824179931222166
+ 3.282472106729241
+ 3.282526219107939
+ 3.282580330258387
+ 3.282634440180661
+ 3.2826885488748365
+ 3.282742656340989
+ 3.2827967625791947
+ 3.2828508675895285
+ 3.2829049713720657
+ 3.282959073926883
+ 3.2830131752540552
+ 3.2830672753536585
+ 3.283121374225768
+ 3.28317547187046
+ 3.283229568287809
+ 3.2832836634778917
+ 3.283337757440783
+ 3.2833918501765584
+ 3.2834459416852937
+ 3.2835000319670646
+ 3.2835541210219463
+ 3.2836082088500147
+ 3.2836622954513452
+ 3.2837163808260135
+ 3.283770464974094
+ 3.2838245478956636
+ 3.283878629590797
+ 3.28393271005957
+ 3.283986789302058
+ 3.284040867318336
+ 3.2840949441084804
+ 3.2841490196725664
+ 3.2842030940106692
+ 3.2842571671228638
+ 3.2843112390092264
+ 3.2843653096698318
+ 3.2844193791047562
+ 3.284473447314075
+ 3.2845275142978623
+ 3.284581580056195
+ 3.284635644589147
+ 3.2846897078967956
+ 3.284743769979215
+ 3.2847978308364794
+ 3.2848518904686665
+ 3.2849059488758505
+ 3.2849600060581063
+ 3.2850140620155104
+ 3.2850681167481373
+ 3.2851221702560625
+ 3.285176222539361
+ 3.285230273598109
+ 3.2852843234323807
+ 3.285338372042252
+ 3.285392419427798
+ 3.2854464655890947
+ 3.285500510526216
+ 3.2855545542392384
+ 3.2856085967282365
+ 3.2856626379932856
+ 3.2857166780344613
+ 3.285770716851838
+ 3.2858247544454917
+ 3.285878790815498
+ 3.2859328259619307
+ 3.285986859884866
+ 3.2860408925843787
+ 3.2860949240605444
+ 3.286148954313438
+ 3.2862029833431348
+ 3.28625701114971
+ 3.2863110377332383
+ 3.2863650630937955
+ 3.2864190872314563
+ 3.2864731101462956
+ 3.2865271318383895
+ 3.2865811523078117
+ 3.2866351715546385
+ 3.286689189578945
+ 3.2867432063808057
+ 3.2867972219602954
+ 3.2868512363174904
+ 3.2869052494524644
+ 3.286959261365293
+ 3.287013272056052
+ 3.2870672815248154
+ 3.287121289771658
+ 3.2871752967966565
+ 3.287229302599884
+ 3.287283307181417
+ 3.28733731054133
+ 3.2873913126796976
+ 3.2874453135965958
+ 3.287499313292098
+ 3.2875533117662803
+ 3.287607309019218
+ 3.2876613050509853
+ 3.2877152998616577
+ 3.287769293451309
+ 3.287823285820015
+ 3.2878772769678513
+ 3.287931266894892
+ 3.2879852556012117
+ 3.288039243086886
+ 3.28809322935199
+ 3.2881472143965977
+ 3.2882011982207846
+ 3.2882551808246254
+ 3.2883091622081952
+ 3.2883631423715687
+ 3.288417121314821
+ 3.288471099038026
+ 3.2885250755412594
+ 3.2885790508245965
+ 3.2886330248881115
+ 3.2886869977318787
+ 3.2887409693559735
+ 3.288794939760471
+ 3.288848908945446
+ 3.2889028769109725
+ 3.2889568436571253
+ 3.2890108091839805
+ 3.2890647734916114
+ 3.2891187365800936
+ 3.2891726984495016
+ 3.2892266590999104
+ 3.2892806185313943
+ 3.2893345767440283
+ 3.2893885337378865
+ 3.289442489513045
+ 3.2894964440695773
+ 3.2895503974075586
+ 3.289604349527064
+ 3.2896583004281674
+ 3.2897122501109437
+ 3.2897661985754674
+ 3.2898201458218135
+ 3.289874091850056
+ 3.2899280366602714
+ 3.289981980252532
+ 3.2900359226269145
+ 3.290089863783492
+ 3.2901438037223394
+ 3.2901977424435316
+ 3.2902516799471435
+ 3.2903056162332494
+ 3.2903595513019233
+ 3.290413485153241
+ 3.290467417787276
+ 3.2905213492041034
+ 3.290575279403798
+ 3.2906292083864335
+ 3.2906831361520856
+ 3.2907370627008277
+ 3.290790988032735
+ 3.290844912147882
+ 3.290898835046343
+ 3.290952756728192
+ 3.2910066771935043
+ 3.2910605964423545
+ 3.2911145144748173
+ 3.2911684312909655
+ 3.2912223468908754
+ 3.291276261274621
+ 3.2913301744422756
+ 3.2913840863939154
+ 3.2914379971296137
+ 3.2914919066494455
+ 3.291545814953485
+ 3.291599722041806
+ 3.2916536279144846
+ 3.291707532571593
+ 3.2917614360132075
+ 3.2918153382394015
+ 3.2918692392502495
+ 3.2919231390458266
+ 3.291977037626206
+ 3.2920309349914625
+ 3.2920848311416706
+ 3.292138726076905
+ 3.2921926197972393
+ 3.2922465123027482
+ 3.292300403593506
+ 3.2923542936695873
+ 3.2924081825310663
+ 3.2924620701780163
+ 3.2925159566105133
+ 3.29256984182863
+ 3.2926237258324416
+ 3.292677608622023
+ 3.2927314901974465
+ 3.292785370558788
+ 3.292839249706121
+ 3.29289312763952
+ 3.2929470043590596
+ 3.293000879864813
+ 3.293054754156856
+ 3.293108627235261
+ 3.2931624991001036
+ 3.293216369751457
+ 3.2932702391893964
+ 3.293324107413995
+ 3.2933779744253275
+ 3.2934318402234686
+ 3.293485704808491
+ 3.2935395681804702
+ 3.29359343033948
+ 3.293647291285594
+ 3.293701151018887
+ 3.293755009539433
+ 3.2938088668473053
+ 3.293862722942579
+ 3.293916577825328
+ 3.293970431495626
+ 3.2940242839535476
+ 3.294078135199167
+ 3.2941319852325575
+ 3.2941858340537937
+ 3.2942396816629493
+ 3.294293528060099
+ 3.2943473732453157
+ 3.2944012172186747
+ 3.29445505998025
+ 3.2945089015301146
+ 3.2945627418683423
+ 3.294616580995009
+ 3.2946704189101865
+ 3.294724255613951
+ 3.294778091106374
+ 3.294831925387532
+ 3.2948857584574966
+ 3.2949395903163436
+ 3.294993420964146
+ 3.2950472504009785
+ 3.2951010786269137
+ 3.295154905642027
+ 3.2952087314463916
+ 3.2952625560400817
+ 3.295316379423171
+ 3.2953702015957327
+ 3.2954240225578424
+ 3.2954778423095723
+ 3.2955316608509975
+ 3.295585478182191
+ 3.2956392943032276
+ 3.29569310921418
+ 3.295746922915123
+ 3.29580073540613
+ 3.295854546687275
+ 3.2959083567586314
+ 3.2959621656202738
+ 3.2960159732722754
+ 3.2960697797147103
+ 3.296123584947652
+ 3.296177388971175
+ 3.296231191785352
+ 3.296284993390257
+ 3.296338793785965
+ 3.296392592972549
+ 3.296446390950082
+ 3.2965001877186384
+ 3.2965539832782924
+ 3.296607777629117
+ 3.296661570771186
+ 3.2967153627045733
+ 3.296769153429353
+ 3.2968229429455986
+ 3.2968767312533833
+ 3.296930518352781
+ 3.296984304243866
+ 3.2970380889267106
+ 3.2970918724013902
+ 3.2971456546679767
+ 3.2971994357265455
+ 3.2972532155771694
+ 3.2973069942199214
+ 3.2973607716548763
+ 3.297414547882107
+ 3.297468322901687
+ 3.2975220967136907
+ 3.297575869318191
+ 3.2976296407152614
+ 3.2976834109049764
+ 3.2977371798874087
+ 3.2977909476626324
+ 3.2978447142307203
+ 3.2978984795917468
+ 3.297952243745785
+ 3.298006006692909
+ 3.298059768433191
+ 3.2981135289667067
+ 3.298167288293527
+ 3.298221046413728
+ 3.298274803327381
+ 3.2983285590345615
+ 3.298382313535341
+ 3.2984360668297943
+ 3.2984898189179948
+ 3.298543569800015
+ 3.2985973194759297
+ 3.2986510679458116
+ 3.2987048152097342
+ 3.2987585612677703
+ 3.298812306119995
+ 3.2988660497664806
+ 3.298919792207301
+ 3.298973533442528
+ 3.299027273472238
+ 3.2990810122965013
+ 3.2991347499153933
+ 3.299188486328987
+ 3.299242221537355
+ 3.299295955540572
+ 3.29934968833871
+ 3.2994034199318425
+ 3.299457150320044
+ 3.2995108795033867
+ 3.2995646074819445
+ 3.2996183342557908
+ 3.2996720598249984
+ 3.299725784189641
+ 3.2997795073497915
+ 3.299833229305524
+ 3.2998869500569104
+ 3.299940669604026
+ 3.2999943879469424
+ 3.3000481050857333
+ 3.3001018210204722
+ 3.300155535751232
+ 3.300209249278087
+ 3.3002629616011085
+ 3.3003166727203714
+ 3.300370382635948
+ 3.3004240913479124
+ 3.300477798856337
+ 3.3005315051612953
+ 3.3005852102628603
+ 3.3006389141611057
+ 3.3006926168561033
+ 3.3007463183479286
+ 3.300800018636653
+ 3.3008537177223496
+ 3.3009074156050926
+ 3.3009611122849543
+ 3.3010148077620083
+ 3.301068502036328
+ 3.301122195107985
+ 3.301175886977055
+ 3.3012295776436087
+ 3.3012832671077206
+ 3.3013369553694627
+ 3.3013906424289092
+ 3.3014443282861325
+ 3.3014980129412055
+ 3.301551696394202
+ 3.3016053786451947
+ 3.3016590596942565
+ 3.30171273954146
+ 3.3017664181868795
+ 3.3018200956305868
+ 3.301873771872656
+ 3.3019274469131594
+ 3.30198112075217
+ 3.3020347933897605
+ 3.302088464826005
+ 3.3021421350609756
+ 3.3021958040947452
+ 3.3022494719273876
+ 3.302303138558975
+ 3.3023568039895808
+ 3.3024104682192768
+ 3.3024641312481378
+ 3.3025177930762353
+ 3.302571453703643
+ 3.3026251131304334
+ 3.3026787713566796
+ 3.3027324283824546
+ 3.302786084207831
+ 3.3028397388328816
+ 3.30289339225768
+ 3.302947044482298
+ 3.30300069550681
+ 3.303054345331287
+ 3.3031079939558032
+ 3.303161641380431
+ 3.3032152876052434
+ 3.303268932630313
+ 3.303322576455712
+ 3.303376219081515
+ 3.303429860507793
+ 3.3034835007346204
+ 3.303537139762068
+ 3.3035907775902102
+ 3.3036444142191197
+ 3.3036980496488684
+ 3.3037516838795296
+ 3.303805316911176
+ 3.3038589487438808
+ 3.3039125793777164
+ 3.303966208812755
+ 3.3040198370490694
+ 3.3040734640867333
+ 3.3041270899258186
+ 3.304180714566398
+ 3.3042343380085453
+ 3.3042879602523314
+ 3.3043415812978303
+ 3.3043952011451143
+ 3.304448819794256
+ 3.3045024372453278
+ 3.3045560534984033
+ 3.304609668553554
+ 3.304663282410853
+ 3.304716895070374
+ 3.3047705065321877
+ 3.3048241167963677
+ 3.3048777258629864
+ 3.304931333732118
+ 3.304984940403832
+ 3.3050385458782037
+ 3.3050921501553043
+ 3.305145753235207
+ 3.305199355117984
+ 3.3052529558037076
+ 3.305306555292451
+ 3.305360153584287
+ 3.3054137506792873
+ 3.3054673465775246
+ 3.3055209412790716
+ 3.3055745347840007
+ 3.305628127092385
+ 3.3056817182042963
+ 3.3057353081198073
+ 3.305788896838991
+ 3.305842484361919
+ 3.3058960706886644
+ 3.3059496558192993
+ 3.3060032397538968
+ 3.306056822492528
+ 3.306110404035267
+ 3.3061639843821857
+ 3.3062175635333557
+ 3.3062711414888506
+ 3.306324718248742
+ 3.3063782938131028
+ 3.306431868182005
+ 3.3064854413555214
+ 3.306539013333724
+ 3.3065925841166854
+ 3.306646153704478
+ 3.306699722097174
+ 3.3067532892948464
+ 3.3068068552975665
+ 3.3068604201054077
+ 3.3069139837184416
+ 3.306967546136741
+ 3.3070211073603772
+ 3.3070746673894247
+ 3.3071282262239534
+ 3.307181783864037
+ 3.307235340309748
+ 3.307288895561158
+ 3.307342449618339
+ 3.3073960024813633
+ 3.307449554150305
+ 3.3075031046252334
+ 3.307556653906223
+ 3.3076102019933455
+ 3.307663748886673
+ 3.307717294586278
+ 3.307770839092232
+ 3.307824382404608
+ 3.3078779245234777
+ 3.3079314654489136
+ 3.307985005180988
+ 3.3080385437197726
+ 3.30809208106534
+ 3.3081456172177623
+ 3.3081991521771115
+ 3.3082526859434602
+ 3.3083062185168806
+ 3.308359749897444
+ 3.3084132800852233
+ 3.3084668090802904
+ 3.3085203368827174
+ 3.308573863492576
+ 3.3086273889099393
+ 3.308680913134879
+ 3.3087344361674664
+ 3.3087879580077755
+ 3.308841478655876
+ 3.3088949981118416
+ 3.308948516375744
+ 3.309002033447655
+ 3.309055549327647
+ 3.3091090640157916
+ 3.309162577512161
+ 3.309216089816828
+ 3.3092696009298637
+ 3.30932311085134
+ 3.30937661958133
+ 3.309430127119905
+ 3.309483633467137
+ 3.3095371386230976
+ 3.3095906425878594
+ 3.3096441453614944
+ 3.3096976469440746
+ 3.3097511473356716
+ 3.3098046465363575
+ 3.3098581445462036
+ 3.309911641365283
+ 3.3099651369936676
+ 3.3100186314314284
+ 3.3100721246786375
+ 3.310125616735368
+ 3.31017910760169
+ 3.3102325972776767
+ 3.3102860857634
+ 3.310339573058931
+ 3.310393059164342
+ 3.3104465440797046
+ 3.3105000278050913
+ 3.3105535103405734
+ 3.3106069916862233
+ 3.310660471842112
+ 3.3107139508083123
+ 3.310767428584895
+ 3.310820905171933
+ 3.3108743805694973
+ 3.31092785477766
+ 3.310981327796493
+ 3.311034799626068
+ 3.3110882702664566
+ 3.3111417397177307
+ 3.3111952079799623
+ 3.3112486750532235
+ 3.3113021409375856
+ 3.3113556056331195
+ 3.3114090691398985
+ 3.311462531457993
+ 3.3115159925874758
+ 3.311569452528418
+ 3.3116229112808915
+ 3.3116763688449677
+ 3.3117298252207195
+ 3.311783280408217
+ 3.3118367344075326
+ 3.3118901872187383
+ 3.311943638841905
+ 3.311997089277105
+ 3.31205053852441
+ 3.3121039865838915
+ 3.3121574334556207
+ 3.31221087913967
+ 3.3122643236361102
+ 3.312317766945014
+ 3.312371209066452
+ 3.3124246500004957
+ 3.3124780897472177
+ 3.31253152830669
+ 3.3125849656789823
+ 3.312638401864167
+ 3.3126918368623164
+ 3.3127452706735014
+ 3.3127987032977937
+ 3.312852134735265
+ 3.312905564985986
+ 3.3129589940500304
+ 3.313012421927467
+ 3.3130658486183693
+ 3.3131192741228075
+ 3.3131726984408543
+ 3.3132261215725807
+ 3.3132795435180578
+ 3.3133329642773575
+ 3.3133863838505513
+ 3.3134398022377107
+ 3.313493219438907
+ 3.313546635454212
+ 3.3136000502836964
+ 3.313653463927433
+ 3.3137068763854916
+ 3.313760287657945
+ 3.3138136977448633
+ 3.313867106646319
+ 3.313920514362383
+ 3.3139739208931274
+ 3.3140273262386226
+ 3.3140807303989415
+ 3.314134133374153
+ 3.3141875351643315
+ 3.314240935769546
+ 3.314294335189869
+ 3.3143477334253717
+ 3.3144011304761247
+ 3.3144545263422005
+ 3.3145079210236696
+ 3.314561314520604
+ 3.3146147068330745
+ 3.3146680979611527
+ 3.3147214879049094
+ 3.3147748766644165
+ 3.314828264239745
+ 3.3148816506309666
+ 3.3149350358381517
+ 3.314988419861373
+ 3.3150418027007
+ 3.3150951843562053
+ 3.3151485648279597
+ 3.3152019441160343
+ 3.315255322220501
+ 3.31530869914143
+ 3.3153620748788937
+ 3.315415449432962
+ 3.315468822803707
+ 3.3155221949911997
+ 3.3155755659955117
+ 3.3156289358167133
+ 3.3156823044548767
+ 3.3157356719100717
+ 3.315789038182371
+ 3.3158424032718448
+ 3.315895767178565
+ 3.315949129902602
+ 3.316002491444027
+ 3.3160558518029113
+ 3.316109210979327
+ 3.3161625689733434
+ 3.3162159257850328
+ 3.316269281414466
+ 3.316322635861714
+ 3.3163759891268483
+ 3.3164293412099397
+ 3.3164826921110597
+ 3.3165360418302785
+ 3.3165893903676675
+ 3.316642737723298
+ 3.316696083897241
+ 3.316749428889568
+ 3.3168027727003486
+ 3.3168561153296556
+ 3.3169094567775588
+ 3.3169627970441296
+ 3.317016136129439
+ 3.3170694740335582
+ 3.317122810756558
+ 3.317176146298509
+ 3.317229480659483
+ 3.3172828138395505
+ 3.3173361458387824
+ 3.31738947665725
+ 3.317442806295024
+ 3.317496134752175
+ 3.317549462028775
+ 3.3176027881248937
+ 3.3176561130406026
+ 3.317709436775973
+ 3.317762759331075
+ 3.31781608070598
+ 3.3178694009007588
+ 3.317922719915483
+ 3.3179760377502223
+ 3.318029354405048
+ 3.318082669880031
+ 3.3181359841752425
+ 3.318189297290753
+ 3.3182426092266333
+ 3.3182959199829543
+ 3.3183492295597867
+ 3.318402537957202
+ 3.3184558451752704
+ 3.318509151214063
+ 3.31856245607365
+ 3.318615759754103
+ 3.3186690622554926
+ 3.3187223635778893
+ 3.318775663721364
+ 3.3188289626859877
+ 3.3188822604718307
+ 3.3189355570789645
+ 3.318988852507459
+ 3.3190421467573854
+ 3.3190954398288146
+ 3.3191487317218167
+ 3.319202022436463
+ 3.319255311972824
+ 3.3193086003309706
+ 3.3193618875109734
+ 3.319415173512903
+ 3.31946845833683
+ 3.319521741982826
+ 3.31957502445096
+ 3.319628305741304
+ 3.3196815858539277
+ 3.319734864788903
+ 3.3197881425462996
+ 3.3198414191261887
+ 3.31989469452864
+ 3.319947968753725
+ 3.3200012418015143
+ 3.320054513672078
+ 3.3201077843654874
+ 3.320161053881812
+ 3.320214322221124
+ 3.3202675893834925
+ 3.3203208553689887
+ 3.3203741201776835
+ 3.3204273838096467
+ 3.3204806462649494
+ 3.320533907543662
+ 3.320587167645855
+ 3.3206404265715994
+ 3.3206936843209647
+ 3.3207469408940224
+ 3.3208001962908424
+ 3.3208534505114957
+ 3.3209067035560524
+ 3.3209599554245837
+ 3.321013206117159
+ 3.32106645563385
+ 3.3211197039747256
+ 3.321172951139858
+ 3.3212261971293167
+ 3.321279441943172
+ 3.321332685581495
+ 3.3213859280443554
+ 3.321439169331825
+ 3.321492409443972
+ 3.321545648380869
+ 3.321598886142585
+ 3.3216521227291915
+ 3.3217053581407576
+ 3.3217585923773547
+ 3.321811825439053
+ 3.321865057325923
+ 3.321918288038034
+ 3.3219715175754585
+ 3.322024745938265
+ 3.322077973126524
+ 3.322131199140306
+ 3.322184423979683
+ 3.3222376476447226
+ 3.322290870135497
+ 3.3223440914520763
+ 3.3223973115945302
+ 3.322450530562929
+ 3.322503748357344
+ 3.3225569649778444
+ 3.3226101804245007
+ 3.3226633946973836
+ 3.322716607796563
+ 3.3227698197221094
+ 3.3228230304740927
+ 3.322876240052584
+ 3.322929448457652
+ 3.3229826556893682
+ 3.323035861747803
+ 3.3230890666330257
+ 3.323142270345107
+ 3.323195472884117
+ 3.3232486742501264
+ 3.3233018744432044
+ 3.323355073463422
+ 3.3234082713108486
+ 3.3234614679855556
+ 3.323514663487612
+ 3.3235678578170886
+ 3.3236210509740554
+ 3.323674242958582
+ 3.3237274337707396
+ 3.323780623410598
+ 3.3238338118782265
+ 3.323886999173696
+ 3.3239401852970767
+ 3.3239933702484383
+ 3.3240465540278508
+ 3.3240997366353846
+ 3.3241529180711105
+ 3.3242060983350967
+ 3.324259277427415
+ 3.3243124553481342
+ 3.3243656320973263
+ 3.324418807675059
+ 3.3244719820814033
+ 3.3245251553164294
+ 3.324578327380208
+ 3.3246314982728076
+ 3.3246846679942994
+ 3.324737836544753
+ 3.324791003924238
+ 3.3248441701328253
+ 3.324897335170584
+ 3.3249504990375844
+ 3.325003661733897
+ 3.325056823259591
+ 3.325109983614737
+ 3.3251631427994046
+ 3.325216300813664
+ 3.3252694576575843
+ 3.3253226133312364
+ 3.32537576783469
+ 3.3254289211680144
+ 3.3254820733312807
+ 3.3255352243245575
+ 3.325588374147916
+ 3.325641522801425
+ 3.325694670285155
+ 3.325747816599175
+ 3.325800961743557
+ 3.325854105718368
+ 3.3259072485236802
+ 3.325960390159562
+ 3.326013530626084
+ 3.326066669923316
+ 3.3261198080513275
+ 3.326172945010189
+ 3.3262260807999686
+ 3.3262792154207386
+ 3.3263323488725667
+ 3.326385481155524
+ 3.3264386122696794
+ 3.326491742215104
+ 3.3265448709918655
+ 3.3265979986000356
+ 3.326651125039683
+ 3.326704250310878
+ 3.32675737441369
+ 3.326810497348189
+ 3.3268636191144445
+ 3.3269167397125265
+ 3.3269698591425043
+ 3.327022977404448
+ 3.3270760944984272
+ 3.327129210424512
+ 3.327182325182771
+ 3.327235438773275
+ 3.3272885511960935
+ 3.3273416624512957
+ 3.327394772538951
+ 3.32744788145913
+ 3.327500989211902
+ 3.3275540957973364
+ 3.3276072012155034
+ 3.327660305466472
+ 3.3277134085503124
+ 3.327766510467093
+ 3.327819611216885
+ 3.327872710799757
+ 3.3279258092157793
+ 3.327978906465021
+ 3.328032002547552
+ 3.3280850974634415
+ 3.3281381912127594
+ 3.328191283795575
+ 3.328244375211958
+ 3.3282974654619784
+ 3.3283505545457044
+ 3.3284036424632073
+ 3.3284567292145555
+ 3.328509814799819
+ 3.3285628992190666
+ 3.328615982472369
+ 3.3286690645597945
+ 3.328722145481413
+ 3.3287752252372944
+ 3.328828303827508
+ 3.3288813812521236
+ 3.32893445751121
+ 3.3289875326048364
+ 3.3290406065330735
+ 3.3290936792959895
+ 3.329146750893655
+ 3.3291998213261387
+ 3.32925289059351
+ 3.329305958695839
+ 3.329359025633194
+ 3.3294120914056453
+ 3.3294651560132618
+ 3.329518219456113
+ 3.329571281734269
+ 3.3296243428477985
+ 3.329677402796771
+ 3.329730461581256
+ 3.329783519201322
+ 3.3298365756570396
+ 3.3298896309484776
+ 3.329942685075706
+ 3.3299957380387926
+ 3.330048789837808
+ 3.3301018404728215
+ 3.330154889943902
+ 3.3302079382511187
+ 3.330260985394541
+ 3.3303140313742388
+ 3.33036707619028
+ 3.330420119842736
+ 3.330473162331674
+ 3.3305262036571643
+ 3.3305792438192765
+ 3.3306322828180788
+ 3.3306853206536413
+ 3.3307383573260325
+ 3.3307913928353226
+ 3.3308444271815802
+ 3.3308974603648744
+ 3.3309504923852753
+ 3.3310035232428508
+ 3.3310565529376714
+ 3.3311095814698057
+ 3.3311626088393225
+ 3.3312156350462914
+ 3.3312686600907813
+ 3.331321683972862
+ 3.331374706692602
+ 3.331427728250071
+ 3.3314807486453373
+ 3.3315337678784718
+ 3.3315867859495407
+ 3.3316398028586165
+ 3.3316928186057657
+ 3.331745833191059
+ 3.3317988466145643
+ 3.331851858876352
+ 3.33190486997649
+ 3.331957879915049
+ 3.332010888692096
+ 3.332063896307701
+ 3.3321169027619337
+ 3.3321699080548624
+ 3.3322229121865563
+ 3.3322759151570844
+ 3.332328916966516
+ 3.33238191761492
+ 3.3324349171023657
+ 3.3324879154289215
+ 3.3325409125946566
+ 3.3325939085996406
+ 3.3326469034439414
+ 3.3326998971276294
+ 3.3327528896507728
+ 3.33280588101344
+ 3.3328588712157017
+ 3.332911860257625
+ 3.3329648481392797
+ 3.3330178348607347
+ 3.333070820422059
+ 3.3331238048233223
+ 3.3331767880645913
+ 3.3332297701459375
+ 3.333282751067428
+ 3.333335730829133
+ 3.3333887094311203
+ 3.3334416868734595
+ 3.3334946631562192
+ 3.333547638279469
+ 3.333600612243276
+ 3.333653585047711
+ 3.333706556692842
+ 3.333759527178738
+ 3.3338124965054683
+ 3.3338654646731007
+ 3.3339184316817048
+ 3.333971397531349
+ 3.334024362222103
+ 3.3340773257540346
+ 3.3341302881272137
+ 3.334183249341707
+ 3.334236209397586
+ 3.3342891682949176
+ 3.334342126033772
+ 3.334395082614216
+ 3.3344480380363204
+ 3.3345009923001534
+ 3.334553945405783
+ 3.3346068973532788
+ 3.3346598481427088
+ 3.3347127977741424
+ 3.3347657462476485
+ 3.3348186935632946
+ 3.3348716397211513
+ 3.3349245847212847
+ 3.334977528563767
+ 3.3350304712486634
+ 3.335083412776045
+ 3.33513635314598
+ 3.335189292358536
+ 3.3352422304137823
+ 3.335295167311788
+ 3.3353481030526213
+ 3.335401037636351
+ 3.335453971063046
+ 3.335506903332775
+ 3.335559834445606
+ 3.3356127644016076
+ 3.3356656932008493
+ 3.335718620843399
+ 3.3357715473293252
+ 3.335824472658697
+ 3.335877396831583
+ 3.3359303198480514
+ 3.3359832417081714
+ 3.336036162412011
+ 3.3360890819596385
+ 3.3361420003511237
+ 3.3361949175865337
+ 3.3362478336659382
+ 3.3363007485894047
+ 3.3363536623570025
+ 3.3364065749687994
+ 3.3364594864248653
+ 3.3365123967252672
+ 3.3365653058700744
+ 3.3366182138593556
+ 3.336671120693179
+ 3.3367240263716123
+ 3.3367769308947253
+ 3.3368298342625855
+ 3.3368827364752622
+ 3.3369356375328234
+ 3.3369885374353374
+ 3.337041436182873
+ 3.337094333775499
+ 3.3371472302132825
+ 3.3372001254962926
+ 3.337253019624599
+ 3.3373059125982674
+ 3.337358804417369
+ 3.337411695081971
+ 3.337464584592141
+ 3.337517472947949
+ 3.337570360149462
+ 3.3376232461967494
+ 3.337676131089879
+ 3.337729014828919
+ 3.3377818974139384
+ 3.337834778845005
+ 3.3378876591221878
+ 3.3379405382455545
+ 3.3379934162151734
+ 3.338046293031113
+ 3.3380991686934416
+ 3.338152043202228
+ 3.3382049165575394
+ 3.3382577887594453
+ 3.338310659808013
+ 3.338363529703312
+ 3.338416398445409
+ 3.338469266034374
+ 3.3385221324702736
+ 3.3385749977531773
+ 3.3386278618831526
+ 3.338680724860268
+ 3.3387335866845915
+ 3.3387864473561923
+ 3.3388393068751374
+ 3.338892165241496
+ 3.338945022455335
+ 3.3389978785167242
+ 3.339050733425731
+ 3.3391035871824237
+ 3.33915643978687
+ 3.3392092912391385
+ 3.339262141539298
+ 3.3393149906874156
+ 3.33936783868356
+ 3.339420685527799
+ 3.3394735312202015
+ 3.3395263757608347
+ 3.3395792191497673
+ 3.339632061387067
+ 3.3396849024728033
+ 3.339737742407042
+ 3.3397905811898534
+ 3.3398434188213044
+ 3.339896255301463
+ 3.3399490906303977
+ 3.340001924808177
+ 3.340054757834868
+ 3.3401075897105392
+ 3.340160420435259
+ 3.340213250009095
+ 3.340266078432116
+ 3.3403189057043883
+ 3.3403717318259822
+ 3.340424556796964
+ 3.340477380617403
+ 3.340530203287366
+ 3.3405830248069215
+ 3.3406358451761378
+ 3.3406886643950826
+ 3.3407414824638235
+ 3.3407942993824298
+ 3.3408471151509684
+ 3.340899929769507
+ 3.3409527432381143
+ 3.341005555556858
+ 3.3410583667258065
+ 3.3411111767450263
+ 3.3411639856145876
+ 3.341216793334556
+ 3.3412695999050013
+ 3.34132240532599
+ 3.341375209597591
+ 3.3414280127198714
+ 3.3414808146929
+ 3.341533615516744
+ 3.3415864151914714
+ 3.34163921371715
+ 3.341692011093848
+ 3.341744807321633
+ 3.3417976024005736
+ 3.341850396330736
+ 3.34190318911219
+ 3.3419559807450017
+ 3.3420087712292403
+ 3.342061560564973
+ 3.3421143487522675
+ 3.342167135791192
+ 3.3422199216818136
+ 3.3422727064242013
+ 3.3423254900184216
+ 3.3423782724645426
+ 3.342431053762633
+ 3.34248383391276
+ 3.3425366129149907
+ 3.3425893907693935
+ 3.3426421674760367
+ 3.342694943034987
+ 3.3427477174463127
+ 3.3428004907100815
+ 3.342853262826361
+ 3.342906033795219
+ 3.3429588036167233
+ 3.343011572290941
+ 3.3430643398179405
+ 3.3431171061977896
+ 3.3431698714305553
+ 3.3432226355163057
+ 3.3432753984551087
+ 3.3433281602470317
+ 3.3433809208921423
+ 3.3434336803905076
+ 3.343486438742197
+ 3.343539195947276
+ 3.343591952005814
+ 3.3436447069178774
+ 3.3436974606835346
+ 3.3437502133028523
+ 3.3438029647758998
+ 3.343855715102743
+ 3.3439084642834502
+ 3.3439612123180886
+ 3.344013959206727
+ 3.344066704949431
+ 3.34411944954627
+ 3.3441721929973105
+ 3.34422493530262
+ 3.3442776764622675
+ 3.3443304164763186
+ 3.344383155344842
+ 3.344435893067905
+ 3.3444886296455745
+ 3.3445413650779194
+ 3.344594099365006
+ 3.344646832506902
+ 3.3446995645036752
+ 3.344752295355393
+ 3.3448050250621235
+ 3.3448577536239332
+ 3.3449104810408894
+ 3.344963207313061
+ 3.345015932440514
+ 3.345068656423317
+ 3.345121379261536
+ 3.34517410095524
+ 3.3452268215044954
+ 3.34527954090937
+ 3.3453322591699313
+ 3.345384976286246
+ 3.345437692258383
+ 3.3454904070864084
+ 3.3455431207703903
+ 3.345595833310396
+ 3.345648544706492
+ 3.3457012549587466
+ 3.345753964067227
+ 3.3458066720320008
+ 3.3458593788531346
+ 3.345912084530697
+ 3.345964789064754
+ 3.3460174924553727
+ 3.346070194702622
+ 3.3461228958065683
+ 3.3461755957672796
+ 3.346228294584822
+ 3.3462809922592642
+ 3.3463336887906716
+ 3.346386384179114
+ 3.3464390784246563
+ 3.3464917715273677
+ 3.346544463487314
+ 3.3465971543045634
+ 3.3466498439791823
+ 3.346702532511239
+ 3.3467552199008006
+ 3.3468079061479337
+ 3.346860591252705
+ 3.3469132752151833
+ 3.346965958035436
+ 3.3470186397135278
+ 3.3470713202495284
+ 3.3471239996435034
+ 3.3471766778955208
+ 3.347229355005648
+ 3.3472820309739517
+ 3.3473347058004994
+ 3.3473873794853577
+ 3.3474400520285945
+ 3.347492723430277
+ 3.347545393690471
+ 3.3475980628092454
+ 3.347650730786666
+ 3.3477033976228014
+ 3.3477560633177164
+ 3.347808727871481
+ 3.3478613912841597
+ 3.3479140535558214
+ 3.3479667146865326
+ 3.34801937467636
+ 3.348072033525371
+ 3.348124691233633
+ 3.348177347801213
+ 3.348230003228177
+ 3.3482826575145936
+ 3.3483353106605285
+ 3.3483879626660498
+ 3.348440613531224
+ 3.348493263256119
+ 3.3485459118408003
+ 3.3485985592853362
+ 3.3486512055897926
+ 3.3487038507542377
+ 3.348756494778738
+ 3.34880913766336
+ 3.3488617794081716
+ 3.348914420013239
+ 3.3489670594786296
+ 3.3490196978044104
+ 3.3490723349906486
+ 3.34912497103741
+ 3.3491776059447624
+ 3.3492302397127727
+ 3.3492828723415085
+ 3.3493355038310355
+ 3.3493881341814213
+ 3.349440763392733
+ 3.349493391465037
+ 3.3495460183984003
+ 3.3495986441928896
+ 3.3496512688485724
+ 3.3497038923655156
+ 3.349756514743785
+ 3.3498091359834494
+ 3.3498617560845743
+ 3.3499143750472262
+ 3.349966992871473
+ 3.3500196095573807
+ 3.350072225105017
+ 3.350124839514448
+ 3.3501774527857404
+ 3.3502300649189616
+ 3.3502826759141784
+ 3.3503352857714574
+ 3.3503878944908654
+ 3.3504405020724697
+ 3.350493108516336
+ 3.350545713822532
+ 3.3505983179911243
+ 3.3506509210221793
+ 3.3507035229157642
+ 3.3507561236719456
+ 3.35080872329079
+ 3.3508613217723653
+ 3.3509139191167363
+ 3.3509665153239716
+ 3.351019110394136
+ 3.3510717043272984
+ 3.3511242971235236
+ 3.3511768887828794
+ 3.3512294793054322
+ 3.351282068691249
+ 3.351334656940396
+ 3.3513872440529404
+ 3.351439830028948
+ 3.3514924148684866
+ 3.351544998571622
+ 3.3515975811384213
+ 3.351650162568951
+ 3.3517027428632775
+ 3.3517553220214675
+ 3.351807900043589
+ 3.3518604769297067
+ 3.3519130526798877
+ 3.351965627294199
+ 3.3520182007727075
+ 3.352070773115479
+ 3.352123344322581
+ 3.352175914394079
+ 3.35222848333004
+ 3.352281051130531
+ 3.3523336177956184
+ 3.3523861833253688
+ 3.3524387477198485
+ 3.352491310979124
+ 3.352543873103262
+ 3.3525964340923293
+ 3.3526489939463917
+ 3.3527015526655166
+ 3.3527541102497698
+ 3.3528066666992182
+ 3.352859222013928
+ 3.352911776193966
+ 3.3529643292393994
+ 3.3530168811502934
+ 3.353069431926715
+ 3.3531219815687296
+ 3.353174530076406
+ 3.353227077449809
+ 3.3532796236890055
+ 3.3533321687940614
+ 3.353384712765044
+ 3.353437255602019
+ 3.3534897973050537
+ 3.3535423378742135
+ 3.3535948773095656
+ 3.3536474156111757
+ 3.353699952779111
+ 3.3537524888134373
+ 3.3538050237142216
+ 3.3538575574815295
+ 3.353910090115428
+ 3.3539626216159832
+ 3.3540151519832606
+ 3.354067681217329
+ 3.354120209318252
+ 3.3541727362860976
+ 3.3542252621209316
+ 3.3542777868228204
+ 3.3543303103918305
+ 3.354382832828028
+ 3.354435354131479
+ 3.3544878743022504
+ 3.354540393340408
+ 3.354592911246019
+ 3.3546454280191473
+ 3.354697943659862
+ 3.3547504581682284
+ 3.3548029715443124
+ 3.3548554837881808
+ 3.3549079948998988
+ 3.3549605048795335
+ 3.355013013727151
+ 3.3550655214428176
+ 3.3551180280265993
+ 3.3551705334785633
+ 3.3552230377987744
+ 3.355275540987299
+ 3.3553280430442043
+ 3.355380543969556
+ 3.35543304376342
+ 3.355485542425863
+ 3.3555380399569503
+ 3.3555905363567495
+ 3.355643031625325
+ 3.3556955257627443
+ 3.3557480187690736
+ 3.3558005106443782
+ 3.355853001388725
+ 3.3559054910021793
+ 3.355957979484808
+ 3.3560104668366764
+ 3.3560629530578523
+ 3.3561154381483993
+ 3.3561679221083858
+ 3.3562204049378765
+ 3.3562728866369382
+ 3.3563253672056366
+ 3.356377846644038
+ 3.3564303249522083
+ 3.356482802130214
+ 3.3565352781781206
+ 3.3565877530959947
+ 3.356640226883901
+ 3.3566926995419077
+ 3.3567451710700795
+ 3.356797641468482
+ 3.3568501107371826
+ 3.3569025788762463
+ 3.3569550458857393
+ 3.3570075117657274
+ 3.3570599765162776
+ 3.3571124401374544
+ 3.3571649026293255
+ 3.3572173639919547
+ 3.3572698242254106
+ 3.3573222833297565
+ 3.3573747413050605
+ 3.3574271981513872
+ 3.3574796538688036
+ 3.3575321084573746
+ 3.3575845619171667
+ 3.357637014248246
+ 3.357689465450678
+ 3.3577419155245294
+ 3.3577943644698642
+ 3.3578468122867506
+ 3.3578992589752534
+ 3.3579517045354383
+ 3.358004148967371
+ 3.3580565922711187
+ 3.358109034446746
+ 3.3581614754943194
+ 3.358213915413905
+ 3.358266354205567
+ 3.358318791869373
+ 3.358371228405389
+ 3.3584236638136793
+ 3.358476098094311
+ 3.358528531247349
+ 3.35858096327286
+ 3.358633394170909
+ 3.3586858239415625
+ 3.358738252584886
+ 3.3587906801009453
+ 3.358843106489806
+ 3.358895531751534
+ 3.3589479558861957
+ 3.359000378893856
+ 3.3590528007745806
+ 3.3591052215284356
+ 3.359157641155487
+ 3.3592100596558003
+ 3.3592624770294415
+ 3.3593148932764754
+ 3.3593673083969686
+ 3.3594197223909865
+ 3.3594721352585957
+ 3.35952454699986
+ 3.359576957614847
+ 3.359629367103621
+ 3.3596817754662487
+ 3.3597341827027956
+ 3.3597865888133263
+ 3.359838993797908
+ 3.359891397656605
+ 3.359943800389484
+ 3.35999620199661
+ 3.3600486024780496
+ 3.360101001833867
+ 3.3601534000641284
+ 3.3602057971689
+ 3.360258193148247
+ 3.3603105880022346
+ 3.3603629817309293
+ 3.360415374334396
+ 3.3604677658127007
+ 3.3605201561659084
+ 3.360572545394085
+ 3.3606249334972964
+ 3.360677320475608
+ 3.360729706329085
+ 3.3607820910577932
+ 3.360834474661798
+ 3.3608868571411654
+ 3.360939238495961
+ 3.360991618726249
+ 3.3610439978320965
+ 3.3610963758135677
+ 3.3611487526707298
+ 3.3612011284036463
+ 3.3612535030123842
+ 3.3613058764970085
+ 3.361358248857585
+ 3.361410620094178
+ 3.3614629902068542
+ 3.361515359195679
+ 3.361567727060718
+ 3.3616200938020353
+ 3.361672459419697
+ 3.3617248239137694
+ 3.3617771872843174
+ 3.3618295495314063
+ 3.361881910655101
+ 3.3619342706554685
+ 3.361986629532572
+ 3.362038987286479
+ 3.3620913439172537
+ 3.3621436994249616
+ 3.3621960538096682
+ 3.3622484070714393
+ 3.36230075921034
+ 3.3623531102264357
+ 3.3624054601197915
+ 3.362457808890473
+ 3.3625101565385447
+ 3.3625625030640736
+ 3.362614848467124
+ 3.362667192747761
+ 3.362719535906051
+ 3.3627718779420577
+ 3.362824218855848
+ 3.3628765586474856
+ 3.3629288973170377
+ 3.362981234864568
+ 3.363033571290143
+ 3.363085906593827
+ 3.363138240775686
+ 3.3631905738357837
+ 3.363242905774188
+ 3.363295236590962
+ 3.363347566286172
+ 3.3633998948598824
+ 3.3634522223121595
+ 3.3635045486430677
+ 3.363556873852673
+ 3.3636091979410403
+ 3.3636615209082334
+ 3.36371384275432
+ 3.3637661634793634
+ 3.3638184830834295
+ 3.3638708015665832
+ 3.363923118928891
+ 3.3639754351704156
+ 3.3640277502912244
+ 3.3640800642913815
+ 3.3641323771709524
+ 3.3641846889300013
+ 3.3642369995685955
+ 3.364289309086798
+ 3.3643416174846745
+ 3.3643939247622905
+ 3.3644462309197114
+ 3.3644985359570017
+ 3.3645508398742265
+ 3.3646031426714513
+ 3.364655444348741
+ 3.3647077449061604
+ 3.3647600443437753
+ 3.3648123426616503
+ 3.36486463985985
+ 3.36491693593844
+ 3.364969230897486
+ 3.3650215247370516
+ 3.3650738174572035
+ 3.365126109058005
+ 3.3651783995395226
+ 3.36523068890182
+ 3.3652829771449633
+ 3.3653352642690173
+ 3.365387550274047
+ 3.365439835160117
+ 3.3654921189272926
+ 3.365544401575639
+ 3.3655966831052204
+ 3.3656489635161027
+ 3.36570124280835
+ 3.365753520982028
+ 3.3658057980372016
+ 3.3658580739739357
+ 3.3659103487922946
+ 3.3659626224923436
+ 3.3660148950741484
+ 3.366067166537773
+ 3.3661194368832823
+ 3.366171706110742
+ 3.3662239742202167
+ 3.3662762412117706
+ 3.3663285070854694
+ 3.3663807718413774
+ 3.366433035479561
+ 3.366485298000083
+ 3.366537559403009
+ 3.3665898196884045
+ 3.366642078856333
+ 3.3666943369068614
+ 3.3667465938400527
+ 3.366798849655973
+ 3.366851104354686
+ 3.3669033579362573
+ 3.366955610400751
+ 3.3670078617482333
+ 3.367060111978768
+ 3.36711236109242
+ 3.367164609089254
+ 3.367216855969335
+ 3.367269101732728
+ 3.367321346379497
+ 3.3673735899097075
+ 3.3674258323234243
+ 3.367478073620712
+ 3.367530313801635
+ 3.3675825528662586
+ 3.3676347908146465
+ 3.3676870276468653
+ 3.367739263362978
+ 3.36779149796305
+ 3.3678437314471457
+ 3.367895963815331
+ 3.367948195067669
+ 3.368000425204225
+ 3.368052654225064
+ 3.368104882130251
+ 3.3681571089198497
+ 3.3682093345939252
+ 3.368261559152542
+ 3.3683137825957656
+ 3.3683660049236592
+ 3.3684182261362894
+ 3.368470446233719
+ 3.3685226652160134
+ 3.3685748830832374
+ 3.3686270998354555
+ 3.368679315472732
+ 3.3687315299951317
+ 3.3687837434027195
+ 3.36883595569556
+ 3.3688881668737176
+ 3.368940376937256
+ 3.3689925858862417
+ 3.3690447937207377
+ 3.369097000440809
+ 3.3691492060465205
+ 3.369201410537937
+ 3.3692536139151215
+ 3.3693058161781404
+ 3.369358017327057
+ 3.369410217361937
+ 3.3694624162828437
+ 3.3695146140898427
+ 3.3695668107829975
+ 3.369619006362373
+ 3.369671200828034
+ 3.3697233941800455
+ 3.3697755864184704
+ 3.369827777543374
+ 3.369879967554821
+ 3.3699321564528764
+ 3.3699843442376034
+ 3.370036530909067
+ 3.370088716467332
+ 3.3701409009124625
+ 3.370193084244523
+ 3.370245266463578
+ 3.370297447569692
+ 3.3703496275629288
+ 3.3704018064433536
+ 3.3704539842110313
+ 3.3705061608660247
+ 3.3705583364083993
+ 3.370610510838219
+ 3.3706626841555485
+ 3.3707148563604523
+ 3.370767027452995
+ 3.3708191974332395
+ 3.370871366301252
+ 3.370923534057096
+ 3.3709757007008365
+ 3.371027866232536
+ 3.3710800306522613
+ 3.371132193960075
+ 3.3711843561560424
+ 3.371236517240227
+ 3.3712886772126938
+ 3.3713408360735064
+ 3.3713929938227305
+ 3.3714451504604286
+ 3.3714973059866664
+ 3.3715494604015075
+ 3.371601613705016
+ 3.371653765897257
+ 3.3717059169782937
+ 3.3717580669481912
+ 3.371810215807013
+ 3.371862363554825
+ 3.371914510191689
+ 3.3719666557176713
+ 3.3720188001328353
+ 3.372070943437245
+ 3.3721230856309647
+ 3.372175226714059
+ 3.3722273666865923
+ 3.3722795055486277
+ 3.3723316433002304
+ 3.3723837799414644
+ 3.372435915472394
+ 3.3724880498930827
+ 3.3725401832035953
+ 3.372592315403996
+ 3.372644446494349
+ 3.372696576474717
+ 3.3727487053451664
+ 3.3728008331057597
+ 3.372852959756562
+ 3.3729050852976368
+ 3.3729572097290488
+ 3.3730093330508617
+ 3.3730614552631395
+ 3.373113576365947
+ 3.3731656963593473
+ 3.373217815243405
+ 3.3732699330181846
+ 3.373322049683749
+ 3.373374165240164
+ 3.373426279687492
+ 3.3734783930257977
+ 3.373530505255146
+ 3.3735826163755998
+ 3.3736347263872233
+ 3.373686835290081
+ 3.3737389430842364
+ 3.373791049769754
+ 3.3738431553466977
+ 3.3738952598151313
+ 3.373947363175119
+ 3.3739994654267247
+ 3.374051566570013
+ 3.3741036666050466
+ 3.374155765531891
+ 3.3742078633506085
+ 3.3742599600612646
+ 3.3743120556639226
+ 3.3743641501586468
+ 3.3744162435455003
+ 3.3744683358245475
+ 3.374520426995853
+ 3.37457251705948
+ 3.3746246060154923
+ 3.3746766938639543
+ 3.3747287806049298
+ 3.3747808662384826
+ 3.3748329507646773
+ 3.3748850341835763
+ 3.374937116495245
+ 3.374989197699746
+ 3.3750412777971444
+ 3.3750933567875037
+ 3.375145434670887
+ 3.375197511447359
+ 3.375249587116983
+ 3.375301661679824
+ 3.375353735135944
+ 3.375405807485408
+ 3.3754578787282803
+ 3.375509948864624
+ 3.3755620178945027
+ 3.375614085817981
+ 3.3756661526351213
+ 3.3757182183459893
+ 3.375770282950647
+ 3.37582234644916
+ 3.37587440884159
+ 3.375926470128003
+ 3.375978530308461
+ 3.3760305893830287
+ 3.3760826473517693
+ 3.3761347042147474
+ 3.376186759972026
+ 3.376238814623669
+ 3.3762908681697406
+ 3.3763429206103033
+ 3.3763949719454223
+ 3.37644702217516
+ 3.3764990712995817
+ 3.3765511193187496
+ 3.3766031662327283
+ 3.3766552120415807
+ 3.3767072567453713
+ 3.3767593003441636
+ 3.376811342838021
+ 3.3768633842270073
+ 3.376915424511186
+ 3.376967463690621
+ 3.377019501765376
+ 3.377071538735515
+ 3.3771235746011006
+ 3.3771756093621974
+ 3.377227643018868
+ 3.3772796755711774
+ 3.377331707019188
+ 3.377383737362964
+ 3.3774357666025687
+ 3.3774877947380664
+ 3.3775398217695196
+ 3.3775918476969933
+ 3.3776438725205495
+ 3.377695896240253
+ 3.3777479188561665
+ 3.3777999403683547
+ 3.37785196077688
+ 3.3779039800818063
+ 3.377955998283197
+ 3.3780080153811163
+ 3.378060031375627
+ 3.3781120462667933
+ 3.378164060054678
+ 3.3782160727393453
+ 3.3782680843208586
+ 3.3783200947992804
+ 3.3783721041746753
+ 3.3784241124471066
+ 3.378476119616638
+ 3.3785281256833324
+ 3.3785801306472534
+ 3.3786321345084644
+ 3.378684137267029
+ 3.378736138923011
+ 3.378788139476474
+ 3.37884013892748
+ 3.378892137276094
+ 3.378944134522379
+ 3.378996130666398
+ 3.379048125708215
+ 3.3791001196478927
+ 3.379152112485495
+ 3.379204104221086
+ 3.379256094854728
+ 3.3793080843864844
+ 3.3793600728164197
+ 3.3794120601445954
+ 3.3794640463710763
+ 3.379516031495926
+ 3.3795680155192067
+ 3.3796199984409827
+ 3.379671980261317
+ 3.3797239609802725
+ 3.3797759405979138
+ 3.3798279191143026
+ 3.3798798965295034
+ 3.379931872843579
+ 3.379983848056593
+ 3.3800358221686087
+ 3.3800877951796893
+ 3.3801397670898985
+ 3.380191737899298
+ 3.3802437076079537
+ 3.380295676215926
+ 3.3803476437232804
+ 3.3803996101300795
+ 3.3804515754363864
+ 3.3805035396422642
+ 3.380555502747776
+ 3.380607464752986
+ 3.3806594256579565
+ 3.380711385462751
+ 3.3807633441674327
+ 3.3808153017720652
+ 3.3808672582767114
+ 3.3809192136814343
+ 3.3809711679862975
+ 3.3810231211913635
+ 3.3810750732966968
+ 3.3811270243023595
+ 3.381178974208415
+ 3.3812309230149267
+ 3.381282870721957
+ 3.3813348173295705
+ 3.3813867628378285
+ 3.381438707246796
+ 3.3814906505565347
+ 3.381542592767109
+ 3.3815945338785807
+ 3.3816464738910144
+ 3.381698412804471
+ 3.3817503506190163
+ 3.3818022873347116
+ 3.3818542229516213
+ 3.381906157469807
+ 3.3819580908893325
+ 3.382010023210261
+ 3.3820619544326553
+ 3.3821138845565795
+ 3.3821658135820947
+ 3.3822177415092654
+ 3.3822696683381546
+ 3.382321594068825
+ 3.3823735187013395
+ 3.3824254422357614
+ 3.3824773646721535
+ 3.3825292860105796
+ 3.3825812062511016
+ 3.382633125393783
+ 3.382685043438687
+ 3.382736960385876
+ 3.3827888762354137
+ 3.382840790987363
+ 3.382892704641787
+ 3.3829446171987483
+ 3.3829965286583095
+ 3.383048439020534
+ 3.383100348285485
+ 3.3831522564532253
+ 3.3832041635238173
+ 3.3832560694973246
+ 3.3833079743738104
+ 3.3833598781533367
+ 3.383411780835967
+ 3.3834636824217643
+ 3.3835155829107912
+ 3.3835674823031106
+ 3.3836193805987858
+ 3.383671277797879
+ 3.383723173900454
+ 3.383775068906573
+ 3.383826962816299
+ 3.383878855629695
+ 3.3839307473468234
+ 3.3839826379677476
+ 3.384034527492531
+ 3.3840864159212356
+ 3.384138303253924
+ 3.3841901894906594
+ 3.3842420746315045
+ 3.384293958676523
+ 3.3843458416257763
+ 3.3843977234793288
+ 3.3844496042372416
+ 3.384501483899579
+ 3.3845533624664026
+ 3.384605239937776
+ 3.384657116313761
+ 3.384708991594422
+ 3.3847608657798203
+ 3.3848127388700195
+ 3.384864610865082
+ 3.384916481765071
+ 3.384968351570048
+ 3.385020220280077
+ 3.3850720878952205
+ 3.385123954415541
+ 3.385175819841101
+ 3.3852276841719635
+ 3.385279547408192
+ 3.3853314095498477
+ 3.3853832705969946
+ 3.385435130549694
+ 3.38548698940801
+ 3.3855388471720045
+ 3.3855907038417405
+ 3.3856425594172808
+ 3.3856944138986873
+ 3.3857462672860232
+ 3.3857981195793516
+ 3.385849970778734
+ 3.3859018208842344
+ 3.3859536698959145
+ 3.386005517813837
+ 3.3860573646380647
+ 3.38610921036866
+ 3.386161055005686
+ 3.3862128985492053
+ 3.38626474099928
+ 3.386316582355973
+ 3.3863684226193467
+ 3.3864202617894636
+ 3.386472099866387
+ 3.3865239368501783
+ 3.3865757727409016
+ 3.3866276075386175
+ 3.3866794412433907
+ 3.386731273855282
+ 3.386783105374355
+ 3.3868349358006715
+ 3.386886765134295
+ 3.386938593375287
+ 3.38699042052371
+ 3.3870422465796275
+ 3.387094071543101
+ 3.387145895414194
+ 3.387197718192968
+ 3.3872495398794866
+ 3.387301360473811
+ 3.387353179976005
+ 3.3874049983861294
+ 3.3874568157042484
+ 3.387508631930423
+ 3.387560447064717
+ 3.387612261107192
+ 3.3876640740579105
+ 3.387715885916935
+ 3.3877676966843286
+ 3.3878195063601524
+ 3.3878713149444706
+ 3.387923122437344
+ 3.387974928838835
+ 3.388026734149007
+ 3.3880785383679224
+ 3.3881303414956427
+ 3.388182143532231
+ 3.3882339444777494
+ 3.38828574433226
+ 3.388337543095826
+ 3.3883893407685086
+ 3.388441137350372
+ 3.388492932841476
+ 3.3885447272418845
+ 3.3885965205516597
+ 3.3886483127708646
+ 3.3887001038995597
+ 3.388751893937809
+ 3.3888036828856745
+ 3.388855470743218
+ 3.3889072575105024
+ 3.388959043187589
+ 3.3890108277745408
+ 3.38906261127142
+ 3.3891143936782893
+ 3.3891661749952102
+ 3.3892179552222457
+ 3.3892697343594573
+ 3.389321512406908
+ 3.3893732893646593
+ 3.389425065232774
+ 3.3894768400113144
+ 3.3895286137003424
+ 3.38958038629992
+ 3.3896321578101105
+ 3.3896839282309745
+ 3.389735697562576
+ 3.3897874658049756
+ 3.3898392329582365
+ 3.389890999022421
+ 3.38994276399759
+ 3.3899945278838075
+ 3.390046290681134
+ 3.390098052389633
+ 3.3901498130093657
+ 3.390201572540395
+ 3.3902533309827825
+ 3.39030508833659
+ 3.3903568446018806
+ 3.3904085997787163
+ 3.3904603538671587
+ 3.3905121068672703
+ 3.390563858779113
+ 3.390615609602749
+ 3.39066735933824
+ 3.390719107985649
+ 3.3907708555450373
+ 3.390822602016468
+ 3.390874347400002
+ 3.390926091695701
+ 3.3909778349036293
+ 3.3910295770238466
+ 3.3910813180564165
+ 3.3911330580014
+ 3.39118479685886
+ 3.3912365346288587
+ 3.3912882713114567
+ 3.391340006906717
+ 3.3913917414147026
+ 3.3914434748354734
+ 3.3914952071690934
+ 3.391546938415623
+ 3.3915986685751256
+ 3.3916503976476613
+ 3.3917021256332944
+ 3.391753852532086
+ 3.3918055783440972
+ 3.3918573030693913
+ 3.3919090267080287
+ 3.391960749260073
+ 3.392012470725585
+ 3.3920641911046276
+ 3.3921159103972616
+ 3.3921676286035503
+ 3.3922193457235545
+ 3.3922710617573366
+ 3.392322776704958
+ 3.392374490566482
+ 3.392426203341969
+ 3.3924779150314817
+ 3.3925296256350816
+ 3.3925813351528307
+ 3.392633043584791
+ 3.3926847509310245
+ 3.3927364571915932
+ 3.3927881623665583
+ 3.3928398664559825
+ 3.3928915694599264
+ 3.3929432713784538
+ 3.3929949722116244
+ 3.3930466719595014
+ 3.3930983706221465
+ 3.3931500681996214
+ 3.393201764691987
+ 3.3932534600993067
+ 3.393305154421641
+ 3.3933568476590534
+ 3.393408539811604
+ 3.3934602308793544
+ 3.393511920862368
+ 3.393563609760706
+ 3.393615297574429
+ 3.3936669843036005
+ 3.393718669948281
+ 3.393770354508533
+ 3.393822037984418
+ 3.393873720375998
+ 3.393925401683334
+ 3.3939770819064883
+ 3.3940287610455226
+ 3.3940804391004984
+ 3.3941321160714777
+ 3.394183791958522
+ 3.394235466761694
+ 3.3942871404810533
+ 3.3943388131166636
+ 3.3943904846685853
+ 3.394442155136881
+ 3.3944938245216116
+ 3.39454549282284
+ 3.394597160040626
+ 3.3946488261750325
+ 3.3947004912261214
+ 3.3947521551939532
+ 3.394803818078591
+ 3.3948554798800954
+ 3.3949071405985283
+ 3.394958800233951
+ 3.395010458786426
+ 3.395062116256014
+ 3.3951137726427776
+ 3.395165427946777
+ 3.3952170821680747
+ 3.3952687353067326
+ 3.395320387362812
+ 3.395372038336374
+ 3.395423688227481
+ 3.395475337036193
+ 3.395526984762574
+ 3.3955786314066834
+ 3.395630276968584
+ 3.3956819214483374
+ 3.3957335648460036
+ 3.395785207161646
+ 3.395836848395325
+ 3.395888488547103
+ 3.3959401276170404
+ 3.3959917656051997
+ 3.396043402511642
+ 3.3960950383364286
+ 3.3961466730796213
+ 3.3961983067412818
+ 3.396249939321471
+ 3.396301570820251
+ 3.396353201237682
+ 3.3964048305738275
+ 3.3964564588287476
+ 3.396508086002504
+ 3.3965597120951583
+ 3.3966113371067723
+ 3.3966629610374066
+ 3.3967145838871224
+ 3.3967662056559824
+ 3.3968178263440474
+ 3.3968694459513786
+ 3.3969210644780374
+ 3.396972681924086
+ 3.397024298289585
+ 3.397075913574596
+ 3.3971275277791797
+ 3.397179140903399
+ 3.3972307529473147
+ 3.3972823639109877
+ 3.397333973794479
+ 3.397385582597851
+ 3.3974371903211646
+ 3.3974887969644816
+ 3.3975404025278624
+ 3.3975920070113688
+ 3.397643610415062
+ 3.3976952127390043
+ 3.397746813983256
+ 3.3977984141478776
+ 3.397850013232933
+ 3.3979016112384812
+ 3.3979532081645845
+ 3.398004804011303
+ 3.3980563987787
+ 3.3981079924668354
+ 3.3981595850757707
+ 3.398211176605567
+ 3.398262767056287
+ 3.398314356427989
+ 3.3983659447207373
+ 3.3984175319345917
+ 3.3984691180696136
+ 3.398520703125864
+ 3.3985722871034043
+ 3.3986238700022966
+ 3.3986754518226006
+ 3.3987270325643784
+ 3.3987786122276913
+ 3.3988301908126
+ 3.3988817683191663
+ 3.398933344747451
+ 3.3989849200975146
+ 3.3990364943694202
+ 3.3990880675632265
+ 3.3991396396789972
+ 3.399191210716791
+ 3.3992427806766714
+ 3.3992943495586974
+ 3.3993459173629317
+ 3.3993974840894348
+ 3.3994490497382683
+ 3.399500614309493
+ 3.399552177803169
+ 3.39960374021936
+ 3.399655301558124
+ 3.3997068618195248
+ 3.399758421003621
+ 3.399809979110476
+ 3.3998615361401496
+ 3.3999130920927034
+ 3.399964646968198
+ 3.400016200766695
+ 3.400067753488255
+ 3.4001193051329395
+ 3.4001708557008086
+ 3.400222405191925
+ 3.4002739536063484
+ 3.4003255009441404
+ 3.400377047205362
+ 3.4004285923900737
+ 3.4004801364983375
+ 3.4005316795302134
+ 3.4005832214857628
+ 3.400634762365047
+ 3.4006863021681264
+ 3.400737840895063
+ 3.400789378545917
+ 3.400840915120749
+ 3.4008924506196205
+ 3.4009439850425927
+ 3.4009955183897267
+ 3.4010470506610826
+ 3.401098581856722
+ 3.4011501119767056
+ 3.4012016410210943
+ 3.4012531689899497
+ 3.401304695883332
+ 3.4013562217013016
+ 3.4014077464439216
+ 3.4014592701112507
+ 3.40151079270335
+ 3.4015623142202815
+ 3.4016138346621054
+ 3.401665354028883
+ 3.4017168723206748
+ 3.401768389537542
+ 3.401819905679545
+ 3.4018714207467453
+ 3.401922934739203
+ 3.40197444765698
+ 3.402025959500136
+ 3.4020774702687326
+ 3.4021289799628303
+ 3.40218048858249
+ 3.4022319961277727
+ 3.4022835025987392
+ 3.40233500799545
+ 3.402386512317966
+ 3.402438015566349
+ 3.4024895177406584
+ 3.4025410188409557
+ 3.402592518867301
+ 3.4026440178197563
+ 3.4026955156983814
+ 3.4027470125032373
+ 3.4027985082343846
+ 3.402850002891885
+ 3.4029014964757978
+ 3.4029529889861854
+ 3.4030044804231068
+ 3.403055970786624
+ 3.4031074600767974
+ 3.403158948293688
+ 3.403210435437355
+ 3.4032619215078617
+ 3.4033134065052666
+ 3.403364890429631
+ 3.4034163732810168
+ 3.403467855059483
+ 3.403519335765091
+ 3.4035708153979014
+ 3.403622293957975
+ 3.403673771445373
+ 3.403725247860155
+ 3.403776723202382
+ 3.403828197472115
+ 3.4038796706694145
+ 3.4039311427943413
+ 3.4039826138469556
+ 3.4040340838273186
+ 3.40408555273549
+ 3.404137020571532
+ 3.4041884873355035
+ 3.404239953027466
+ 3.40429141764748
+ 3.404342881195606
+ 3.404394343671905
+ 3.404445805076437
+ 3.4044972654092627
+ 3.4045487246704424
+ 3.404600182860038
+ 3.4046516399781086
+ 3.4047030960247158
+ 3.404754550999919
+ 3.40480600490378
+ 3.404857457736358
+ 3.404908909497715
+ 3.4049603601879106
+ 3.405011809807006
+ 3.40506325835506
+ 3.4051147058321356
+ 3.4051661522382917
+ 3.4052175975735897
+ 3.405269041838089
+ 3.405320485031851
+ 3.4053719271549356
+ 3.4054233682074035
+ 3.4054748081893154
+ 3.4055262471007315
+ 3.4055776849417128
+ 3.4056291217123187
+ 3.405680557412611
+ 3.4057319920426488
+ 3.4057834256024937
+ 3.4058348580922053
+ 3.405886289511845
+ 3.405937719861472
+ 3.4059891491411474
+ 3.406040577350931
+ 3.4060920044908847
+ 3.406143430561067
+ 3.40619485556154
+ 3.4062462794923634
+ 3.4062977023535965
+ 3.406349124145302
+ 3.4064005448675383
+ 3.4064519645203664
+ 3.406503383103847
+ 3.40655480061804
+ 3.4066062170630054
+ 3.406657632438805
+ 3.4067090467454975
+ 3.4067604599831447
+ 3.4068118721518053
+ 3.4068632832515413
+ 3.4069146932824115
+ 3.4069661022444775
+ 3.407017510137799
+ 3.407068916962437
+ 3.40712032271845
+ 3.4071717274059
+ 3.4072231310248466
+ 3.4072745335753503
+ 3.4073259350574716
+ 3.4073773354712698
+ 3.4074287348168064
+ 3.4074801330941407
+ 3.4075315303033338
+ 3.407582926444445
+ 3.4076343215175355
+ 3.407685715522665
+ 3.407737108459894
+ 3.4077885003292816
+ 3.40783989113089
+ 3.407891280864778
+ 3.4079426695310064
+ 3.4079940571296348
+ 3.4080454436607246
+ 3.4080968291243345
+ 3.4081482135205254
+ 3.4081995968493577
+ 3.408250979110891
+ 3.408302360305186
+ 3.4083537404323025
+ 3.4084051194923015
+ 3.4084564974852416
+ 3.4085078744111845
+ 3.408559250270189
+ 3.4086106250623165
+ 3.4086619987876263
+ 3.4087133714461793
+ 3.4087647430380343
+ 3.4088161135632524
+ 3.4088674830218944
+ 3.4089188514140187
+ 3.4089702187396864
+ 3.4090215849989574
+ 3.409072950191892
+ 3.4091243143185497
+ 3.409175677378991
+ 3.4092270393732766
+ 3.409278400301466
+ 3.409329760163618
+ 3.4093811189597942
+ 3.409432476690055
+ 3.409483833354459
+ 3.4095351889530674
+ 3.40958654348594
+ 3.409637896953136
+ 3.4096892493547166
+ 3.4097406006907405
+ 3.409791950961269
+ 3.4098433001663615
+ 3.409894648306078
+ 3.409945995380479
+ 3.4099973413896234
+ 3.410048686333573
+ 3.4101000302123854
+ 3.4101513730261224
+ 3.410202714774843
+ 3.410254055458608
+ 3.410305395077476
+ 3.410356733631509
+ 3.4104080711207643
+ 3.410459407545305
+ 3.4105107429051884
+ 3.4105620772004754
+ 3.410613410431226
+ 3.4106647425975
+ 3.4107160736993576
+ 3.4107674037368585
+ 3.410818732710062
+ 3.4108700606190285
+ 3.4109213874638185
+ 3.410972713244491
+ 3.4110240379611065
+ 3.411075361613724
+ 3.4111266842024044
+ 3.4111780057272068
+ 3.4112293261881916
+ 3.411280645585418
+ 3.4113319639189466
+ 3.411383281188837
+ 3.4114345973951488
+ 3.4114859125379415
+ 3.411537226617276
+ 3.411588539633211
+ 3.4116398515858073
+ 3.411691162475124
+ 3.411742472301221
+ 3.411793781064158
+ 3.4118450887639957
+ 3.4118963954007926
+ 3.4119477009746095
+ 3.4119990054855056
+ 3.4120503089335403
+ 3.4121016113187745
+ 3.4121529126412673
+ 3.4122042129010786
+ 3.4122555120982674
+ 3.412306810232894
+ 3.412358107305019
+ 3.412409403314701
+ 3.412460698262
+ 3.4125119921469764
+ 3.412563284969688
+ 3.412614576730197
+ 3.412665867428561
+ 3.4127171570648414
+ 3.412768445639097
+ 3.4128197331513874
+ 3.412871019601772
+ 3.412922304990312
+ 3.412973589317066
+ 3.4130248725820924
+ 3.4130761547854536
+ 3.4131274359272066
+ 3.4131787160074127
+ 3.413229995026131
+ 3.4132812729834217
+ 3.4133325498793434
+ 3.413383825713957
+ 3.4134351004873205
+ 3.413486374199495
+ 3.413537646850539
+ 3.4135889184405137
+ 3.4136401889694765
+ 3.413691458437489
+ 3.4137427268446094
+ 3.413793994190898
+ 3.413845260476414
+ 3.4138965257012175
+ 3.4139477898653676
+ 3.413999052968924
+ 3.4140503150119463
+ 3.4141015759944935
+ 3.414152835916626
+ 3.414204094778403
+ 3.414255352579884
+ 3.4143066093211285
+ 3.4143578650021964
+ 3.414409119623146
+ 3.414460373184039
+ 3.4145116256849324
+ 3.4145628771258876
+ 3.414614127506963
+ 3.4146653768282187
+ 3.4147166250897136
+ 3.4147678722915082
+ 3.414819118433661
+ 3.414870363516232
+ 3.4149216075392803
+ 3.414972850502865
+ 3.4150240924070467
+ 3.415075333251884
+ 3.415126573037437
+ 3.4151778117637637
+ 3.4152290494309256
+ 3.41528028603898
+ 3.4153315215879885
+ 3.415382756078009
+ 3.4154339895091006
+ 3.415485221881324
+ 3.415536453194738
+ 3.4155876834494014
+ 3.4156389126453752
+ 3.415690140782717
+ 3.415741367861487
+ 3.415792593881745
+ 3.415843818843549
+ 3.4158950427469605
+ 3.4159462655920363
+ 3.4159974873788377
+ 3.416048708107423
+ 3.4160999277778523
+ 3.416151146390184
+ 3.4162023639444787
+ 3.4162535804407943
+ 3.4163047958791912
+ 3.416356010259728
+ 3.4164072235824645
+ 3.41645843584746
+ 3.416509647054774
+ 3.4165608572044643
+ 3.416612066296592
+ 3.4166632743312157
+ 3.4167144813083947
+ 3.416765687228188
+ 3.416816892090655
+ 3.416868095895855
+ 3.4169192986438475
+ 3.4169705003346915
+ 3.417021700968446
+ 3.417072900545171
+ 3.4171240990649245
+ 3.4171752965277675
+ 3.417226492933757
+ 3.4172776882829545
+ 3.417328882575417
+ 3.417380075811206
+ 3.4174312679903784
+ 3.417482459112995
+ 3.417533649179114
+ 3.417584838188796
+ 3.4176360261420986
+ 3.4176872130390814
+ 3.4177383988798047
+ 3.4177895836643257
+ 3.4178407673927054
+ 3.4178919500650013
+ 3.417943131681274
+ 3.4179943122415817
+ 3.4180454917459837
+ 3.4180966701945397
+ 3.418147847587308
+ 3.4181990239243487
+ 3.41825019920572
+ 3.418301373431481
+ 3.4183525466016915
+ 3.41840371871641
+ 3.418454889775696
+ 3.4185060597796078
+ 3.418557228728206
+ 3.418608396621548
+ 3.418659563459694
+ 3.418710729242703
+ 3.418761893970633
+ 3.418813057643544
+ 3.418864220261495
+ 3.4189153818245446
+ 3.418966542332752
+ 3.419017701786177
+ 3.4190688601848773
+ 3.419120017528913
+ 3.4191711738183423
+ 3.419222329053225
+ 3.4192734832336193
+ 3.419324636359585
+ 3.4193757884311804
+ 3.4194269394484653
+ 3.4194780894114976
+ 3.419529238320337
+ 3.419580386175042
+ 3.419631532975672
+ 3.4196826787222863
+ 3.419733823414943
+ 3.419784967053702
+ 3.4198361096386205
+ 3.4198872511697593
+ 3.4199383916471766
+ 3.4199895310709314
+ 3.4200406694410828
+ 3.4200918067576893
+ 3.4201429430208097
+ 3.4201940782305034
+ 3.4202452123868294
+ 3.4202963454898465
+ 3.4203474775396128
+ 3.4203986085361886
+ 3.4204497384796313
+ 3.4205008673700004
+ 3.420551995207355
+ 3.4206031219917543
+ 3.420654247723256
+ 3.4207053724019194
+ 3.420756496027804
+ 3.4208076186009686
+ 3.420858740121471
+ 3.4209098605893704
+ 3.4209609800047267
+ 3.421012098367597
+ 3.421063215678042
+ 3.421114331936119
+ 3.421165447141887
+ 3.421216561295405
+ 3.421267674396733
+ 3.421318786445928
+ 3.4213698974430495
+ 3.421421007388156
+ 3.421472116281307
+ 3.4215232241225606
+ 3.421574330911976
+ 3.4216254366496117
+ 3.421676541335526
+ 3.4217276449697787
+ 3.4217787475524273
+ 3.4218298490835317
+ 3.42188094956315
+ 3.421932048991341
+ 3.4219831473681634
+ 3.422034244693676
+ 3.4220853409679375
+ 3.4221364361910065
+ 3.422187530362942
+ 3.4222386234838025
+ 3.4222897155536467
+ 3.4223408065725334
+ 3.4223918965405202
+ 3.4224429854576677
+ 3.422494073324033
+ 3.4225451601396752
+ 3.4225962459046535
+ 3.422647330619026
+ 3.422698414282851
+ 3.4227494968961882
+ 3.422800578459095
+ 3.4228516589716307
+ 3.4229027384338546
+ 3.4229538168458244
+ 3.4230048942075983
+ 3.423055970519236
+ 3.4231070457807955
+ 3.423158119992335
+ 3.4232091931539146
+ 3.4232602652655912
+ 3.4233113363274246
+ 3.4233624063394723
+ 3.423413475301794
+ 3.4234645432144473
+ 3.423515610077491
+ 3.4235666758909837
+ 3.423617740654984
+ 3.423668804369551
+ 3.423719867034742
+ 3.4237709286506166
+ 3.4238219892172332
+ 3.4238730487346496
+ 3.423924107202925
+ 3.423975164622118
+ 3.4240262209922863
+ 3.4240772763134895
+ 3.424128330585785
+ 3.424179383809232
+ 3.4242304359838887
+ 3.4242814871098135
+ 3.424332537187065
+ 3.4243835862157024
+ 3.424434634195783
+ 3.424485681127366
+ 3.424536727010509
+ 3.4245877718452715
+ 3.4246388156317114
+ 3.4246898583698866
+ 3.4247409000598568
+ 3.4247919407016796
+ 3.4248429802954137
+ 3.4248940188411168
+ 3.4249450563388484
+ 3.4249960927886662
+ 3.425047128190629
+ 3.4250981625447947
+ 3.425149195851222
+ 3.4252002281099694
+ 3.425251259321095
+ 3.4253022894846574
+ 3.425353318600715
+ 3.4254043466693265
+ 3.4254553736905486
+ 3.425506399664442
+ 3.4255574245910627
+ 3.425608448470471
+ 3.4256594713027244
+ 3.4257104930878812
+ 3.425761513826
+ 3.425812533517139
+ 3.425863552161356
+ 3.4259145697587097
+ 3.425965586309259
+ 3.4260166018130613
+ 3.4260676162701755
+ 3.4261186296806594
+ 3.4261696420445715
+ 3.42622065336197
+ 3.426271663632914
+ 3.4263226728574603
+ 3.4263736810356678
+ 3.4264246881675953
+ 3.4264756942533006
+ 3.4265266992928414
+ 3.426577703286277
+ 3.4266287062336653
+ 3.426679708135064
+ 3.4267307089905317
+ 3.4267817088001262
+ 3.4268327075639067
+ 3.4268837052819308
+ 3.426934701954256
+ 3.426985697580942
+ 3.427036692162046
+ 3.4270876856976265
+ 3.427138678187741
+ 3.4271896696324484
+ 3.4272406600318073
+ 3.4272916493858747
+ 3.42734263769471
+ 3.42739362495837
+ 3.427444611176914
+ 3.4274955963503992
+ 3.4275465804788845
+ 3.4275975635624283
+ 3.4276485456010874
+ 3.4276995265949206
+ 3.427750506543987
+ 3.427801485448343
+ 3.427852463308048
+ 3.4279034401231594
+ 3.427954415893736
+ 3.428005390619835
+ 3.4280563643015154
+ 3.4281073369388344
+ 3.428158308531851
+ 3.4282092790806225
+ 3.4282602485852065
+ 3.4283112170456627
+ 3.4283621844620478
+ 3.4284131508344204
+ 3.4284641161628384
+ 3.4285150804473603
+ 3.428566043688043
+ 3.4286170058849454
+ 3.4286679670381255
+ 3.4287189271476413
+ 3.4287698862135505
+ 3.4288208442359114
+ 3.4288718012147816
+ 3.42892275715022
+ 3.4289737120422834
+ 3.429024665891031
+ 3.429075618696519
+ 3.429126570458808
+ 3.429177521177954
+ 3.4292284708540146
+ 3.4292794194870497
+ 3.4293303670771156
+ 3.429381313624271
+ 3.4294322591285735
+ 3.429483203590082
+ 3.4295341470088525
+ 3.4295850893849447
+ 3.4296360307184157
+ 3.429686971009324
+ 3.4297379102577263
+ 3.4297888484636823
+ 3.4298397856272484
+ 3.4298907217484835
+ 3.429941656827444
+ 3.42999259086419
+ 3.4300435238587776
+ 3.430094455811265
+ 3.430145386721711
+ 3.4301963165901728
+ 3.430247245416708
+ 3.430298173201374
+ 3.4303490999442303
+ 3.430400025645334
+ 3.430450950304742
+ 3.430501873922513
+ 3.4305527964987057
+ 3.430603718033376
+ 3.4306546385265833
+ 3.4307055579783836
+ 3.430756476388837
+ 3.4308073937579997
+ 3.4308583100859305
+ 3.430909225372686
+ 3.430960139618325
+ 3.4310110528229045
+ 3.4310619649864833
+ 3.4311128761091187
+ 3.431163786190868
+ 3.4312146952317892
+ 3.43126560323194
+ 3.431316510191379
+ 3.431367416110163
+ 3.43141832098835
+ 3.4314692248259977
+ 3.431520127623164
+ 3.431571029379906
+ 3.431621930096283
+ 3.4316728297723507
+ 3.4317237284081683
+ 3.4317746260037922
+ 3.4318255225592815
+ 3.4318764180746926
+ 3.4319273125500844
+ 3.431978205985514
+ 3.432029098381039
+ 3.432079989736717
+ 3.432130880052606
+ 3.4321817693287637
+ 3.432232657565247
+ 3.4322835447621145
+ 3.4323344309194233
+ 3.4323853160372306
+ 3.4324362001155952
+ 3.4324870831545744
+ 3.4325379651542254
+ 3.4325888461146055
+ 3.4326397260357733
+ 3.432690604917786
+ 3.432741482760701
+ 3.4327923595645755
+ 3.4328432353294684
+ 3.432894110055436
+ 3.4329449837425368
+ 3.4329958563908276
+ 3.4330467280003663
+ 3.433097598571211
+ 3.433148468103418
+ 3.433199336597046
+ 3.433250204052152
+ 3.433301070468794
+ 3.4333519358470297
+ 3.433402800186915
+ 3.4334536634885096
+ 3.4335045257518697
+ 3.433555386977053
+ 3.4336062471641173
+ 3.4336571063131207
+ 3.433707964424119
+ 3.4337588214971713
+ 3.433809677532334
+ 3.433860532529666
+ 3.433911386489223
+ 3.4339622394110636
+ 3.4340130912952453
+ 3.434063942141825
+ 3.434114791950861
+ 3.4341656407224095
+ 3.434216488456529
+ 3.4342673351532764
+ 3.43431818081271
+ 3.434369025434886
+ 3.434419869019863
+ 3.4344707115676973
+ 3.434521553078447
+ 3.4345723935521693
+ 3.434623232988922
+ 3.4346740713887622
+ 3.4347249087517473
+ 3.434775745077934
+ 3.434826580367382
+ 3.4348774146201464
+ 3.434928247836285
+ 3.4349790800158555
+ 3.435029911158915
+ 3.4350807412655215
+ 3.4351315703357317
+ 3.4351823983696037
+ 3.4352332253671936
+ 3.4352840513285603
+ 3.4353348762537594
+ 3.43538570014285
+ 3.4354365229958885
+ 3.4354873448129317
+ 3.4355381655940382
+ 3.435588985339265
+ 3.435639804048668
+ 3.435690621722306
+ 3.4357414383602363
+ 3.4357922539625156
+ 3.435843068529201
+ 3.4358938820603506
+ 3.435944694556021
+ 3.435995506016269
+ 3.436046316441154
+ 3.4360971258307305
+ 3.436147934185058
+ 3.436198741504192
+ 3.436249547788191
+ 3.4363003530371117
+ 3.4363511572510115
+ 3.436401960429947
+ 3.4364527625739774
+ 3.436503563683157
+ 3.4365543637575455
+ 3.436605162797199
+ 3.436655960802175
+ 3.43670675777253
+ 3.4367575537083224
+ 3.4368083486096084
+ 3.436859142476445
+ 3.4369099353088908
+ 3.4369607271070017
+ 3.437011517870835
+ 3.4370623076004483
+ 3.4371130962958985
+ 3.437163883957243
+ 3.4372146705845386
+ 3.4372654561778426
+ 3.437316240737213
+ 3.437367024262705
+ 3.437417806754377
+ 3.437468588212286
+ 3.437519368636489
+ 3.437570148027043
+ 3.437620926384006
+ 3.4376717037074336
+ 3.4377224799973845
+ 3.437773255253914
+ 3.4378240294770803
+ 3.4378748026669412
+ 3.437925574823552
+ 3.437976345946971
+ 3.438027116037255
+ 3.4380778850944607
+ 3.4381286531186457
+ 3.4381794201098668
+ 3.438230186068181
+ 3.4382809509936454
+ 3.438331714886317
+ 3.438382477746253
+ 3.43843323957351
+ 3.438484000368146
+ 3.4385347601302163
+ 3.43858551885978
+ 3.438636276556892
+ 3.4386870332216106
+ 3.438737788853993
+ 3.4387885434540952
+ 3.438839297021975
+ 3.4388900495576893
+ 3.4389408010612943
+ 3.4389915515328475
+ 3.4390423009724067
+ 3.439093049380027
+ 3.439143796755767
+ 3.4391945430996826
+ 3.439245288411832
+ 3.4392960326922704
+ 3.4393467759410563
+ 3.4393975181582457
+ 3.4394482593438958
+ 3.4394989994980634
+ 3.439549738620806
+ 3.4396004767121795
+ 3.4396512137722417
+ 3.4397019498010493
+ 3.4397526847986586
+ 3.439803418765127
+ 3.439854151700511
+ 3.4399048836048682
+ 3.439955614478255
+ 3.4400063443207283
+ 3.4400570731323445
+ 3.440107800913162
+ 3.4401585276632356
+ 3.440209253382623
+ 3.440259978071382
+ 3.440310701729568
+ 3.440361424357239
+ 3.4404121459544506
+ 3.44046286652126
+ 3.440513586057725
+ 3.440564304563902
+ 3.4406150220398466
+ 3.440665738485617
+ 3.440716453901269
+ 3.4407671682868606
+ 3.4408178816424475
+ 3.4408685939680868
+ 3.4409193052638356
+ 3.44097001552975
+ 3.4410207247658873
+ 3.4410714329723047
+ 3.4411221401490573
+ 3.4411728462962032
+ 3.4412235514137994
+ 3.4412742555019014
+ 3.441324958560567
+ 3.4413756605898524
+ 3.441426361589815
+ 3.4414770615605104
+ 3.4415277605019963
+ 3.441578458414329
+ 3.441629155297565
+ 3.4416798511517612
+ 3.441730545976974
+ 3.4417812397732606
+ 3.4418319325406777
+ 3.4418826242792817
+ 3.4419333149891296
+ 3.441984004670277
+ 3.442034693322782
+ 3.4420853809467005
+ 3.4421360675420893
+ 3.442186753109005
+ 3.442237437647504
+ 3.442288121157643
+ 3.4423388036394793
+ 3.442389485093069
+ 3.4424401655184687
+ 3.442490844915735
+ 3.4425415232849246
+ 3.4425922006260943
+ 3.4426428769393
+ 3.4426935522245996
+ 3.442744226482048
+ 3.4427948997117035
+ 3.4428455719136206
+ 3.442896243087858
+ 3.4429469132344717
+ 3.4429975823535175
+ 3.4430482504450524
+ 3.443098917509133
+ 3.4431495835458157
+ 3.443200248555158
+ 3.443250912537214
+ 3.4433015754920433
+ 3.4433522374197
+ 3.4434028983202425
+ 3.4434535581937262
+ 3.4435042170402075
+ 3.443554874859743
+ 3.4436055316523895
+ 3.443656187418204
+ 3.4437068421572423
+ 3.4437574958695607
+ 3.4438081485552163
+ 3.443858800214265
+ 3.443909450846763
+ 3.443960100452769
+ 3.4440107490323366
+ 3.4440613965855236
+ 3.444112043112386
+ 3.4441626886129812
+ 3.4442133330873648
+ 3.444263976535593
+ 3.444314618957723
+ 3.4443652603538113
+ 3.4444159007239135
+ 3.444466540068086
+ 3.444517178386387
+ 3.44456781567887
+ 3.444618451945594
+ 3.4446690871866137
+ 3.4447197214019867
+ 3.4447703545917685
+ 3.4448209867560156
+ 3.4448716178947847
+ 3.4449222480081323
+ 3.4449728770961143
+ 3.445023505158788
+ 3.4450741321962086
+ 3.445124758208433
+ 3.445175383195517
+ 3.4452260071575176
+ 3.445276630094491
+ 3.4453272520064937
+ 3.4453778728935816
+ 3.445428492755811
+ 3.445479111593239
+ 3.4455297294059206
+ 3.4455803461939136
+ 3.445630961957273
+ 3.445681576696056
+ 3.4457321904103178
+ 3.445782803100116
+ 3.4458334147655063
+ 3.4458840254065453
+ 3.4459346350232885
+ 3.4459852436157927
+ 3.4460358511841145
+ 3.4460864577283092
+ 3.446137063248434
+ 3.446187667744544
+ 3.4462382712166972
+ 3.4462888736649484
+ 3.446339475089354
+ 3.446390075489971
+ 3.4464406748668543
+ 3.446491273220061
+ 3.4465418705496482
+ 3.4465924668556704
+ 3.4466430621381843
+ 3.446693656397247
+ 3.4467442496329137
+ 3.4467948418452403
+ 3.4468454330342846
+ 3.446896023200101
+ 3.446946612342747
+ 3.4469972004622775
+ 3.44704778755875
+ 3.44709837363222
+ 3.4471489586827433
+ 3.447199542710377
+ 3.4472501257151755
+ 3.447300707697197
+ 3.4473512886564963
+ 3.4474018685931305
+ 3.447452447507154
+ 3.4475030253986256
+ 3.447553602267599
+ 3.4476041781141316
+ 3.4476547529382784
+ 3.4477053267400968
+ 3.447755899519642
+ 3.4478064712769707
+ 3.4478570420121377
+ 3.447907611725201
+ 3.447958180416215
+ 3.448008748085237
+ 3.4480593147323226
+ 3.4481098803575274
+ 3.448160444960908
+ 3.44821100854252
+ 3.44826157110242
+ 3.4483121326406634
+ 3.448362693157307
+ 3.4484132526524056
+ 3.448463811126017
+ 3.448514368578196
+ 3.4485649250089985
+ 3.448615480418481
+ 3.4486660348066995
+ 3.448716588173709
+ 3.4487671405195672
+ 3.448817691844329
+ 3.4488682421480505
+ 3.448918791430788
+ 3.448969339692597
+ 3.4490198869335336
+ 3.449070433153654
+ 3.4491209783530143
+ 3.44917152253167
+ 3.4492220656896775
+ 3.4492726078270914
+ 3.44932314894397
+ 3.449373689040367
+ 3.4494242281163396
+ 3.449474766171943
+ 3.449525303207234
+ 3.4495758392222675
+ 3.4496263742171003
+ 3.4496769081917877
+ 3.449727441146386
+ 3.4497779730809506
+ 3.449828503995538
+ 3.4498790338902032
+ 3.4499295627650026
+ 3.4499800906199924
+ 3.450030617455228
+ 3.4500811432707663
+ 3.4501316680666614
+ 3.45018219184297
+ 3.450232714599748
+ 3.450283236337051
+ 3.4503337570549353
+ 3.4503842767534567
+ 3.4504347954326704
+ 3.4504853130926327
+ 3.4505358297333992
+ 3.4505863453550263
+ 3.450636859957569
+ 3.4506873735410837
+ 3.4507378861056255
+ 3.4507883976512512
+ 3.4508389081780155
+ 3.450889417685975
+ 3.4509399261751845
+ 3.450990433645701
+ 3.45104094009758
+ 3.4510914455308765
+ 3.451141949945647
+ 3.4511924533419465
+ 3.451242955719832
+ 3.4512934570793576
+ 3.45134395742058
+ 3.4513944567435555
+ 3.4514449550483386
+ 3.4514954523349854
+ 3.451545948603552
+ 3.4515964438540943
+ 3.4516469380866672
+ 3.451697431301327
+ 3.451747923498129
+ 3.451798414677129
+ 3.4518489048383825
+ 3.4518993939819462
+ 3.4519498821078742
+ 3.452000369216224
+ 3.4520508553070495
+ 3.4521013403804073
+ 3.4521518244363527
+ 3.4522023074749417
+ 3.45225278949623
+ 3.452303270500273
+ 3.452353750487126
+ 3.4524042294568456
+ 3.4524547074094856
+ 3.452505184345104
+ 3.452555660263754
+ 3.4526061351654938
+ 3.452656609050377
+ 3.45270708191846
+ 3.452757553769798
+ 3.4528080246044475
+ 3.4528584944224634
+ 3.4529089632239005
+ 3.4529594310088156
+ 3.453009897777264
+ 3.453060363529301
+ 3.453110828264982
+ 3.4531612919843635
+ 3.4532117546875
+ 3.4532622163744473
+ 3.4533126770452616
+ 3.4533631366999975
+ 3.453413595338711
+ 3.453464052961458
+ 3.453514509568293
+ 3.4535649651592726
+ 3.4536154197344517
+ 3.4536658732938856
+ 3.45371632583763
+ 3.453766777365742
+ 3.4538172278782744
+ 3.4538676773752837
+ 3.4539181258568266
+ 3.4539685733229564
+ 3.454019019773731
+ 3.4540694652092037
+ 3.4541199096294313
+ 3.4541703530344683
+ 3.4542207954243715
+ 3.454271236799195
+ 3.454321677158995
+ 3.4543721165038264
+ 3.454422554833745
+ 3.4544729921488067
+ 3.454523428449066
+ 3.454573863734579
+ 3.4546242980054003
+ 3.454674731261586
+ 3.4547251635031917
+ 3.4547755947302727
+ 3.454826024942883
+ 3.4548764541410804
+ 3.454926882324918
+ 3.454977309494453
+ 3.455027735649739
+ 3.4550781607908334
+ 3.45512858491779
+ 3.455179008030665
+ 3.455229430129513
+ 3.45527985121439
+ 3.4553302712853506
+ 3.455380690342451
+ 3.455431108385746
+ 3.455481525415292
+ 3.455531941431142
+ 3.4555823564333537
+ 3.455632770421981
+ 3.4556831833970802
+ 3.455733595358706
+ 3.455784006306913
+ 3.4558344162417582
+ 3.4558848251632956
+ 3.455935233071581
+ 3.455985639966669
+ 3.4560360458486157
+ 3.456086450717476
+ 3.4561368545733053
+ 3.456187257416159
+ 3.456237659246092
+ 3.4562880600631596
+ 3.456338459867417
+ 3.45638885865892
+ 3.4564392564377235
+ 3.4564896532038825
+ 3.4565400489574523
+ 3.456590443698488
+ 3.456640837427045
+ 3.4566912301431794
+ 3.4567416218469442
+ 3.456792012538397
+ 3.4568424022175916
+ 3.456892790884584
+ 3.4569431785394276
+ 3.45699356518218
+ 3.457043950812895
+ 3.457094335431628
+ 3.457144719038434
+ 3.457195101633369
+ 3.4572454832164867
+ 3.4572958637878437
+ 3.4573462433474944
+ 3.457396621895494
+ 3.4574469994318977
+ 3.4574973759567604
+ 3.457547751470138
+ 3.4575981259720847
+ 3.457648499462656
+ 3.4576988719419073
+ 3.4577492434098933
+ 3.4577996138666696
+ 3.45784998331229
+ 3.457900351746811
+ 3.4579507191702876
+ 3.458001085582774
+ 3.458051450984326
+ 3.4581018153749987
+ 3.4581521787548466
+ 3.458202541123925
+ 3.4582529024822892
+ 3.458303262829994
+ 3.458353622167095
+ 3.458403980493646
+ 3.4584543378097035
+ 3.4585046941153217
+ 3.4585550494105552
+ 3.4586054036954605
+ 3.4586557569700913
+ 3.458706109234503
+ 3.458756460488751
+ 3.4588068107328898
+ 3.458857159966974
+ 3.4589075081910603
+ 3.4589578554052016
+ 3.4590082016094543
+ 3.4590585468038726
+ 3.4591088909885124
+ 3.4591592341634274
+ 3.4592095763286737
+ 3.4592599174843057
+ 3.4593102576303782
+ 3.4593605967669467
+ 3.459410934894066
+ 3.459461272011791
+ 3.4595116081201756
+ 3.4595619432192763
+ 3.4596122773091476
+ 3.459662610389844
+ 3.45971294246142
+ 3.4597632735239325
+ 3.459813603577434
+ 3.459863932621981
+ 3.4599142606576274
+ 3.459964587684429
+ 3.4600149137024396
+ 3.4600652387117155
+ 3.46011556271231
+ 3.4601658857042796
+ 3.4602162076876777
+ 3.4602665286625602
+ 3.4603168486289815
+ 3.460367167586996
+ 3.46041748553666
+ 3.460467802478027
+ 3.460518118411152
+ 3.46056843333609
+ 3.460618747252896
+ 3.4606690601616252
+ 3.460719372062332
+ 3.4607696829550703
+ 3.460819992839897
+ 3.4608703017168647
+ 3.46092060958603
+ 3.4609709164474456
+ 3.461021222301169
+ 3.461071527147253
+ 3.4611218309857525
+ 3.4611721338167234
+ 3.4612224356402197
+ 3.4612727364562956
+ 3.461323036265007
+ 3.4613733350664084
+ 3.461423632860554
+ 3.4614739296474997
+ 3.4615242254272984
+ 3.4615745202000063
+ 3.4616248139656776
+ 3.461675106724367
+ 3.46172539847613
+ 3.46177568922102
+ 3.461825978959092
+ 3.461876267690402
+ 3.461926555415003
+ 3.4619768421329513
+ 3.4620271278443
+ 3.462077412549105
+ 3.462127696247421
+ 3.4621779789393012
+ 3.462228260624802
+ 3.462278541303977
+ 3.4623288209768814
+ 3.4623790996435697
+ 3.4624293773040966
+ 3.4624796539585168
+ 3.4625299296068848
+ 3.4625802042492553
+ 3.462630477885683
+ 3.4626807505162223
+ 3.462731022140928
+ 3.4627812927598547
+ 3.462831562373057
+ 3.4628818309805895
+ 3.462932098582507
+ 3.462982365178864
+ 3.4630326307697152
+ 3.4630828953551145
+ 3.463133158935117
+ 3.4631834215097776
+ 3.463233683079151
+ 3.4632839436432907
+ 3.463334203202252
+ 3.46338446175609
+ 3.463434719304858
+ 3.463484975848611
+ 3.463535231387404
+ 3.463585485921292
+ 3.4636357394503277
+ 3.4636859919745673
+ 3.463736243494065
+ 3.463786494008875
+ 3.4638367435190514
+ 3.46388699202465
+ 3.463937239525724
+ 3.4639874860223285
+ 3.4640377315145185
+ 3.4640879760023475
+ 3.4641382194858705
+ 3.464188461965142
+ 3.4642387034402167
+ 3.4642889439111486
+ 3.464339183377992
+ 3.464389421840802
+ 3.464439659299633
+ 3.4644898957545394
+ 3.464540131205575
+ 3.4645903656527945
+ 3.464640599096253
+ 3.4646908315360045
+ 3.464741062972104
+ 3.4647912934046046
+ 3.464841522833562
+ 3.46489175125903
+ 3.4649419786810634
+ 3.464992205099716
+ 3.4650424305150427
+ 3.4650926549270977
+ 3.4651428783359357
+ 3.465193100741611
+ 3.4652433221441767
+ 3.465293542543689
+ 3.4653437619402014
+ 3.465393980333769
+ 3.465444197724445
+ 3.465494414112285
+ 3.465544629497342
+ 3.4655948438796718
+ 3.465645057259328
+ 3.4656952696363645
+ 3.4657454810108366
+ 3.4657956913827976
+ 3.465845900752303
+ 3.465896109119406
+ 3.4659463164841613
+ 3.465996522846624
+ 3.4660467282068477
+ 3.466096932564886
+ 3.4661471359207945
+ 3.4661973382746263
+ 3.466247539626437
+ 3.4662977399762798
+ 3.46634793932421
+ 3.4663981376702804
+ 3.4664483350145465
+ 3.466498531357062
+ 3.4665487266978814
+ 3.4665989210370594
+ 3.466649114374649
+ 3.4666993067107055
+ 3.4667494980452833
+ 3.466799688378436
+ 3.4668498777102177
+ 3.466900066040683
+ 3.466950253369886
+ 3.4670004396978813
+ 3.467050625024722
+ 3.467100809350464
+ 3.46715099267516
+ 3.4672011749988654
+ 3.467251356321633
+ 3.467301536643519
+ 3.4673517159645746
+ 3.467401894284857
+ 3.467452071604419
+ 3.467502247923315
+ 3.467552423241598
+ 3.4676025975593245
+ 3.4676527708765463
+ 3.467702943193319
+ 3.467753114509696
+ 3.4678032848257327
+ 3.4678534541414816
+ 3.4679036224569977
+ 3.4679537897723356
+ 3.468003956087548
+ 3.4680541214026905
+ 3.4681042857178155
+ 3.468154449032979
+ 3.468204611348234
+ 3.468254772663635
+ 3.4683049329792355
+ 3.46835509229509
+ 3.468405250611253
+ 3.468455407927778
+ 3.4685055642447193
+ 3.468555719562131
+ 3.4686058738800667
+ 3.4686560271985813
+ 3.468706179517728
+ 3.4687563308375617
+ 3.4688064811581354
+ 3.4688566304795043
+ 3.4689067788017214
+ 3.468956926124841
+ 3.469007072448919
+ 3.4690572177740058
+ 3.4691073621001585
+ 3.4691575054274293
+ 3.4692076477558733
+ 3.4692577890855434
+ 3.469307929416495
+ 3.469358068748781
+ 3.4694082070824557
+ 3.4694583444175735
+ 3.469508480754188
+ 3.4695586160923524
+ 3.4696087504321222
+ 3.4696588837735507
+ 3.469709016116692
+ 3.469759147461599
+ 3.4698092778083267
+ 3.4698594071569295
+ 3.46990953550746
+ 3.469959662859973
+ 3.4700097892145223
+ 3.4700599145711615
+ 3.4701100389299446
+ 3.4701601622909264
+ 3.4702102846541596
+ 3.470260406019699
+ 3.4703105263875975
+ 3.47036064575791
+ 3.47041076413069
+ 3.4704608815059914
+ 3.470510997883868
+ 3.4705611132643743
+ 3.470611227647563
+ 3.4706613410334883
+ 3.470711453422205
+ 3.4707615648137664
+ 3.4708116752082256
+ 3.4708617846056375
+ 3.470911893006056
+ 3.470962000409534
+ 3.471012106816126
+ 3.471062212225885
+ 3.471112316638867
+ 3.471162420055123
+ 3.471212522474709
+ 3.4712626238976774
+ 3.4713127243240827
+ 3.4713628237539784
+ 3.4714129221874184
+ 3.4714630196244567
+ 3.471513116065147
+ 3.471563211509543
+ 3.471613305957699
+ 3.4716633994096675
+ 3.4717134918655033
+ 3.4717635833252602
+ 3.471813673788991
+ 3.4718637632567506
+ 3.471913851728592
+ 3.4719639392045694
+ 3.4720140256847367
+ 3.472064111169147
+ 3.472114195657854
+ 3.4721642791509124
+ 3.4722143616483745
+ 3.4722644431502956
+ 3.4723145236567277
+ 3.472364603167726
+ 3.4724146816833437
+ 3.472464759203634
+ 3.472514835728651
+ 3.472564911258449
+ 3.472614985793081
+ 3.4726650593326
+ 3.4727151318770613
+ 3.472765203426517
+ 3.472815273981022
+ 3.472865343540629
+ 3.4729154121053925
+ 3.472965479675365
+ 3.473015546250602
+ 3.4730656118311547
+ 3.473115676417079
+ 3.4731657400084277
+ 3.4732158026052535
+ 3.4732658642076113
+ 3.4733159248155543
+ 3.4733659844291362
+ 3.4734160430484105
+ 3.47346610067343
+ 3.47351615730425
+ 3.4735662129409226
+ 3.4736162675835023
+ 3.4736663212320424
+ 3.473716373886596
+ 3.473766425547218
+ 3.47381647621396
+ 3.4738665258868773
+ 3.4739165745660223
+ 3.47396662225145
+ 3.4740166689432117
+ 3.474066714641363
+ 3.4741167593459563
+ 3.4741668030570465
+ 3.4742168457746847
+ 3.4742668874989273
+ 3.474316928229826
+ 3.4743669679674345
+ 3.474417006711806
+ 3.4744670444629957
+ 3.4745170812210557
+ 3.4745671169860395
+ 3.474617151758001
+ 3.4746671855369935
+ 3.474717218323071
+ 3.4747672501162854
+ 3.474817280916692
+ 3.4748673107243437
+ 3.474917339539293
+ 3.4749673673615953
+ 3.4750173941913025
+ 3.4750674200284686
+ 3.475117444873147
+ 3.4751674687253913
+ 3.475217491585254
+ 3.4752675134527897
+ 3.4753175343280516
+ 3.4753675542110933
+ 3.4754175731019665
+ 3.475467591000727
+ 3.475517607907427
+ 3.47556762382212
+ 3.47561763874486
+ 3.4756676526756993
+ 3.4757176656146918
+ 3.4757676775618913
+ 3.4758176885173504
+ 3.4758676984811236
+ 3.4759177074532634
+ 3.475967715433823
+ 3.4760177224228563
+ 3.4760677284204164
+ 3.476117733426557
+ 3.4761677374413313
+ 3.4762177404647923
+ 3.4762677424969937
+ 3.476317743537989
+ 3.47636774358783
+ 3.4764177426465728
+ 3.4764677407142686
+ 3.476517737790971
+ 3.476567733876734
+ 3.4766177289716103
+ 3.4766677230756535
+ 3.476717716188917
+ 3.4767677083114537
+ 3.476817699443317
+ 3.476867689584561
+ 3.4769176787352376
+ 3.476967666895401
+ 3.477017654065104
+ 3.4770676402444005
+ 3.477117625433343
+ 3.4771676096319855
+ 3.4772175928403803
+ 3.477267575058582
+ 3.4773175562866423
+ 3.4773675365246155
+ 3.477417515772555
+ 3.477467494030513
+ 3.477517471298543
+ 3.477567447576699
+ 3.4776174228650336
+ 3.4776673971636
+ 3.477717370472451
+ 3.4777673427916413
+ 3.4778173141212227
+ 3.4778672844612486
+ 3.4779172538117726
+ 3.477967222172848
+ 3.478017189544527
+ 3.478067155926864
+ 3.478117121319911
+ 3.4781670857237224
+ 3.4782170491383506
+ 3.4782670115638488
+ 3.47831697300027
+ 3.4783669334476675
+ 3.478416892906095
+ 3.4784668513756047
+ 3.4785168088562504
+ 3.4785667653480847
+ 3.4786167208511616
+ 3.478666675365533
+ 3.478716628891253
+ 3.4787665814283737
+ 3.47881653297695
+ 3.478866483537033
+ 3.478916433108677
+ 3.4789663816919347
+ 3.4790163292868588
+ 3.479066275893503
+ 3.4791162215119202
+ 3.4791661661421642
+ 3.479216109784286
+ 3.479266052438341
+ 3.4793159941043807
+ 3.479365934782459
+ 3.4794158744726285
+ 3.479465813174942
+ 3.479515750889453
+ 3.479565687616215
+ 3.47961562335528
+ 3.4796655581067015
+ 3.479715491870533
+ 3.479765424646826
+ 3.479815356435635
+ 3.4798652872370126
+ 3.479915217051012
+ 3.4799651458776855
+ 3.4800150737170865
+ 3.4800650005692684
+ 3.4801149264342843
+ 3.4801648513121854
+ 3.480214775203027
+ 3.4802646981068603
+ 3.4803146200237394
+ 3.4803645409537163
+ 3.4804144608968444
+ 3.4804643798531774
+ 3.4805142978227672
+ 3.4805642148056672
+ 3.4806141308019303
+ 3.4806640458116087
+ 3.480713959834757
+ 3.4807638728714267
+ 3.480813784921671
+ 3.4808636959855432
+ 3.4809136060630963
+ 3.4809635151543823
+ 3.4810134232594545
+ 3.4810633303783667
+ 3.4811132365111703
+ 3.481163141657919
+ 3.481213045818666
+ 3.481262948993464
+ 3.481312851182365
+ 3.481362752385423
+ 3.4814126526026903
+ 3.4814625518342197
+ 3.481512450080064
+ 3.481562347340277
+ 3.4816122436149093
+ 3.4816621389040168
+ 3.48171203320765
+ 3.4817619265258624
+ 3.481811818858707
+ 3.481861710206237
+ 3.481911600568504
+ 3.481961489945562
+ 3.482011378337463
+ 3.4820612657442607
+ 3.4821111521660075
+ 3.482161037602755
+ 3.482210922054558
+ 3.482260805521468
+ 3.482310688003538
+ 3.4823605695008206
+ 3.4824104500133695
+ 3.482460329541236
+ 3.4825102080844745
+ 3.4825600856431365
+ 3.4826099622172753
+ 3.4826598378069433
+ 3.482709712412193
+ 3.4827595860330782
+ 3.482809458669651
+ 3.482859330321965
+ 3.4829092009900706
+ 3.4829590706740228
+ 3.4830089393738732
+ 3.483058807089675
+ 3.4831086738214805
+ 3.483158539569343
+ 3.483208404333314
+ 3.4832582681134476
+ 3.483308130909796
+ 3.4833579927224116
+ 3.483407853551347
+ 3.4834577133966556
+ 3.483507572258389
+ 3.4835574301366012
+ 3.4836072870313433
+ 3.483657142942669
+ 3.4837069978706308
+ 3.4837568518152815
+ 3.4838067047766734
+ 3.483856556754859
+ 3.483906407749892
+ 3.483956257761823
+ 3.484006106790706
+ 3.484055954836594
+ 3.484105801899539
+ 3.4841556479795925
+ 3.4842054930768094
+ 3.484255337191241
+ 3.4843051803229397
+ 3.4843550224719584
+ 3.4844048636383502
+ 3.4844547038221667
+ 3.4845045430234616
+ 3.4845543812422863
+ 3.484604218478694
+ 3.4846540547327374
+ 3.4847038900044685
+ 3.4847537242939404
+ 3.484803557601205
+ 3.484853389926316
+ 3.4849032212693243
+ 3.484953051630284
+ 3.485002881009247
+ 3.4850527094062658
+ 3.4851025368213926
+ 3.4851523632546804
+ 3.4852021887061815
+ 3.4852520131759483
+ 3.4853018366640334
+ 3.4853516591704894
+ 3.4854014806953693
+ 3.4854513012387245
+ 3.485501120800608
+ 3.485550939381073
+ 3.4856007569801704
+ 3.485650573597954
+ 3.485700389234476
+ 3.485750203889788
+ 3.4858000175639434
+ 3.4858498302569942
+ 3.4858996419689934
+ 3.485949452699993
+ 3.4859992624500453
+ 3.486049071219203
+ 3.486098879007519
+ 3.4861486858150443
+ 3.4861984916418325
+ 3.4862482964879358
+ 3.486298100353407
+ 3.4863479032382974
+ 3.4863977051426605
+ 3.4864475060665474
+ 3.4864973060100124
+ 3.486547104973106
+ 3.4865969029558816
+ 3.486646699958392
+ 3.4866964959806888
+ 3.486746291022824
+ 3.4867960850848507
+ 3.4868458781668212
+ 3.486895670268787
+ 3.486945461390802
+ 3.486995251532918
+ 3.487045040695186
+ 3.4870948288776598
+ 3.487144616080392
+ 3.4871944023034334
+ 3.487244187546837
+ 3.4872939718106557
+ 3.4873437550949418
+ 3.4873935373997464
+ 3.487443318725123
+ 3.487493099071124
+ 3.487542878437801
+ 3.487592656825206
+ 3.4876424342333925
+ 3.487692210662411
+ 3.4877419861123156
+ 3.487791760583158
+ 3.48784153407499
+ 3.4878913065878647
+ 3.487941078121833
+ 3.4879908486769486
+ 3.4880406182532626
+ 3.488090386850828
+ 3.4881401544696966
+ 3.4881899211099214
+ 3.488239686771554
+ 3.488289451454647
+ 3.4883392151592516
+ 3.488388977885421
+ 3.488438739633207
+ 3.4884885004026622
+ 3.488538260193839
+ 3.488588019006789
+ 3.488637776841564
+ 3.4886875336982173
+ 3.4887372895768007
+ 3.4887870444773657
+ 3.4888367983999657
+ 3.4888865513446516
+ 3.488936303311477
+ 3.4889860543004922
+ 3.4890358043117513
+ 3.489085553345305
+ 3.4891353014012063
+ 3.4891850484795066
+ 3.489234794580259
+ 3.4892845397035144
+ 3.4893342838493266
+ 3.489384027017747
+ 3.4894337692088264
+ 3.4894835104226187
+ 3.489533250659175
+ 3.4895829899185484
+ 3.4896327282007897
+ 3.489682465505952
+ 3.489732201834087
+ 3.489781937185247
+ 3.4898316715594837
+ 3.4898814049568494
+ 3.489931137377396
+ 3.4899808688211764
+ 3.4900305992882417
+ 3.4900803287786446
+ 3.4901300572924363
+ 3.49017978482967
+ 3.490229511390397
+ 3.4902792369746694
+ 3.4903289615825397
+ 3.4903786852140595
+ 3.4904284078692807
+ 3.490478129548255
+ 3.4905278502510364
+ 3.490577569977675
+ 3.490627288728223
+ 3.4906770065027324
+ 3.4907267233012567
+ 3.4907764391238456
+ 3.490826153970553
+ 3.49087586784143
+ 3.4909255807365285
+ 3.4909752926559006
+ 3.491025003599599
+ 3.4910747135676745
+ 3.49112442256018
+ 3.4911741305771664
+ 3.4912238376186866
+ 3.491273543684793
+ 3.491323248775536
+ 3.4913729528909694
+ 3.4914226560311437
+ 3.4914723581961113
+ 3.4915220593859235
+ 3.491571759600634
+ 3.4916214588402927
+ 3.491671157104953
+ 3.4917208543946656
+ 3.4917705507094836
+ 3.4918202460494583
+ 3.491869940414641
+ 3.491919633805085
+ 3.491969326220841
+ 3.492019017661961
+ 3.4920687081284982
+ 3.4921183976205024
+ 3.4921680861380273
+ 3.492217773681124
+ 3.492267460249844
+ 3.49231714584424
+ 3.4923668304643636
+ 3.492416514110266
+ 3.4924661967819994
+ 3.492515878479616
+ 3.4925655592031672
+ 3.4926152389527054
+ 3.492664917728282
+ 3.4927145955299483
+ 3.4927642723577574
+ 3.4928139482117606
+ 3.492863623092009
+ 3.4929132969985552
+ 3.49296296993145
+ 3.493012641890747
+ 3.4930623128764964
+ 3.4931119828887507
+ 3.493161651927562
+ 3.493211319992981
+ 3.49326098708506
+ 3.4933106532038507
+ 3.4933603183494055
+ 3.4934099825217757
+ 3.4934596457210128
+ 3.493509307947169
+ 3.4935589692002957
+ 3.4936086294804443
+ 3.493658288787668
+ 3.493707947122017
+ 3.4937576044835437
+ 3.493807260872299
+ 3.493856916288337
+ 3.493906570731706
+ 3.4939562242024604
+ 3.494005876700651
+ 3.4940555282263293
+ 3.4941051787795474
+ 3.4941548283603563
+ 3.4942044769688088
+ 3.494254124604955
+ 3.4943037712688487
+ 3.4943534169605397
+ 3.4944030616800807
+ 3.494452705427523
+ 3.4945023482029183
+ 3.4945519900063178
+ 3.4946016308377748
+ 3.4946512706973385
+ 3.4947009095850623
+ 3.4947505475009977
+ 3.494800184445196
+ 3.4948498204177083
+ 3.4948994554185875
+ 3.494949089447884
+ 3.4949987225056502
+ 3.4950483545919373
+ 3.4950979857067965
+ 3.495147615850281
+ 3.4951972450224407
+ 3.495246873223328
+ 3.4952965004529943
+ 3.495346126711491
+ 3.4953957519988705
+ 3.4954453763151836
+ 3.4954949996604814
+ 3.495544622034817
+ 3.4955942434382408
+ 3.4956438638708045
+ 3.49569348333256
+ 3.4957431018235585
+ 3.495792719343852
+ 3.495842335893492
+ 3.495891951472529
+ 3.4959415660810156
+ 3.4959911797190037
+ 3.4960407923865433
+ 3.496090404083687
+ 3.4961400148104866
+ 3.496189624566993
+ 3.4962392333532573
+ 3.496288841169332
+ 3.496338448015268
+ 3.4963880538911174
+ 3.4964376587969306
+ 3.49648726273276
+ 3.4965368656986566
+ 3.496586467694673
+ 3.496636068720859
+ 3.4966856687772667
+ 3.4967352678639476
+ 3.4967848659809535
+ 3.496834463128336
+ 3.496884059306146
+ 3.496933654514434
+ 3.4969832487532537
+ 3.497032842022655
+ 3.4970824343226896
+ 3.4971320256534093
+ 3.4971816160148648
+ 3.4972312054071084
+ 3.4972807938301904
+ 3.497330381284164
+ 3.4973799677690787
+ 3.497429553284987
+ 3.49747913783194
+ 3.4975287214099886
+ 3.497578304019185
+ 3.497627885659581
+ 3.497677466331226
+ 3.497727046034173
+ 3.497776624768473
+ 3.4978262025341773
+ 3.4978757793313378
+ 3.497925355160005
+ 3.4979749300202307
+ 3.4980245039120654
+ 3.4980740768355623
+ 3.498123648790771
+ 3.498173219777744
+ 3.4982227897965315
+ 3.498272358847186
+ 3.4983219269297576
+ 3.4983714940442985
+ 3.49842106019086
+ 3.498470625369493
+ 3.4985201895802485
+ 3.498569752823179
+ 3.498619315098335
+ 3.498668876405768
+ 3.498718436745529
+ 3.498767996117669
+ 3.4988175545222404
+ 3.4988671119592927
+ 3.4989166684288797
+ 3.49896622393105
+ 3.4990157784658567
+ 3.4990653320333505
+ 3.499114884633582
+ 3.4991644362666037
+ 3.4992139869324657
+ 3.4992635366312195
+ 3.499313085362917
+ 3.4993626331276086
+ 3.499412179925346
+ 3.4994617257561806
+ 3.499511270620163
+ 3.4995608145173454
+ 3.4996103574477773
+ 3.4996598994115113
+ 3.499709440408598
+ 3.4997589804390894
+ 3.4998085195030355
+ 3.499858057600489
+ 3.499907594731499
+ 3.499957130896119
+ 3.500006666094398
+ 3.500056200326389
+ 3.5001057335921413
+ 3.500155265891708
+ 3.5002047972251393
+ 3.500254327592486
+ 3.5003038569937996
+ 3.5003533854291318
+ 3.500402912898533
+ 3.5004524394020544
+ 3.5005019649397475
+ 3.500551489511663
+ 3.500601013117852
+ 3.500650535758366
+ 3.500700057433256
+ 3.5007495781425733
+ 3.500799097886368
+ 3.5008486166646926
+ 3.5008981344775973
+ 3.5009476513251334
+ 3.500997167207352
+ 3.5010466821243043
+ 3.501096196076041
+ 3.5011457090626137
+ 3.5011952210840724
+ 3.5012447321404694
+ 3.5012942422318556
+ 3.5013437513582817
+ 3.5013932595197987
+ 3.501442766716458
+ 3.501492272948309
+ 3.5015417782154055
+ 3.5015912825177966
+ 3.501640785855534
+ 3.5016902882286685
+ 3.5017397896372513
+ 3.501789290081333
+ 3.501838789560965
+ 3.5018882880761986
+ 3.5019377856270837
+ 3.501987282213672
+ 3.502036777836015
+ 3.502086272494163
+ 3.5021357661881676
+ 3.5021852589180784
+ 3.5022347506839484
+ 3.502284241485827
+ 3.5023337313237652
+ 3.5023832201978147
+ 3.502432708108026
+ 3.502482195054451
+ 3.502531681037139
+ 3.502581166056142
+ 3.5026306501115103
+ 3.5026801332032957
+ 3.5027296153315484
+ 3.5027790964963197
+ 3.502828576697661
+ 3.502878055935622
+ 3.502927534210254
+ 3.5029770115216086
+ 3.503026487869736
+ 3.5030759632546875
+ 3.5031254376765135
+ 3.503174911135266
+ 3.5032243836309944
+ 3.5032738551637506
+ 3.5033233257335854
+ 3.5033727953405487
+ 3.5034222639846933
+ 3.5034717316660675
+ 3.5035211983847243
+ 3.503570664140714
+ 3.5036201289340867
+ 3.5036695927648935
+ 3.503719055633186
+ 3.5037685175390143
+ 3.50381797848243
+ 3.503867438463483
+ 3.5039168974822243
+ 3.503966355538705
+ 3.5040158126329763
+ 3.504065268765088
+ 3.504114723935092
+ 3.5041641781430384
+ 3.504213631388978
+ 3.504263083672962
+ 3.504312534995041
+ 3.504361985355265
+ 3.504411434753686
+ 3.504460883190355
+ 3.5045103306653207
+ 3.504559777178636
+ 3.504609222730351
+ 3.5046586673205162
+ 3.504708110949182
+ 3.5047575536164
+ 3.504806995322221
+ 3.504856436066695
+ 3.5049058758498726
+ 3.5049553146718053
+ 3.5050047525325434
+ 3.505054189432138
+ 3.50510362537064
+ 3.505153060348099
+ 3.5052024943645663
+ 3.505251927420093
+ 3.505301359514729
+ 3.505350790648526
+ 3.5054002208215342
+ 3.5054496500338033
+ 3.505499078285386
+ 3.5055485055763316
+ 3.5055979319066912
+ 3.505647357276515
+ 3.5056967816858546
+ 3.505746205134759
+ 3.5057956276232813
+ 3.50584504915147
+ 3.505894469719377
+ 3.5059438893270514
+ 3.505993307974546
+ 3.5060427256619104
+ 3.5060921423891944
+ 3.50614155815645
+ 3.506190972963727
+ 3.5062403868110765
+ 3.5062897996985485
+ 3.506339211626194
+ 3.5063886225940637
+ 3.506438032602208
+ 3.5064874416506773
+ 3.5065368497395237
+ 3.506586256868795
+ 3.5066356630385442
+ 3.506685068248821
+ 3.5067344724996756
+ 3.506783875791159
+ 3.506833278123322
+ 3.5068826794962145
+ 3.5069320799098875
+ 3.506981479364392
+ 3.5070308778597776
+ 3.5070802753960955
+ 3.507129671973396
+ 3.5071790675917294
+ 3.5072284622511463
+ 3.507277855951698
+ 3.507327248693434
+ 3.5073766404764055
+ 3.5074260313006627
+ 3.507475421166256
+ 3.507524810073236
+ 3.5075741980216537
+ 3.5076235850115585
+ 3.5076729710430024
+ 3.5077223561160342
+ 3.5077717402307056
+ 3.5078211233870666
+ 3.507870505585168
+ 3.5079198868250603
+ 3.5079692671067932
+ 3.5080186464304184
+ 3.508068024795985
+ 3.508117402203544
+ 3.508166778653146
+ 3.5082161541448413
+ 3.5082655286786806
+ 3.5083149022547144
+ 3.5083642748729926
+ 3.508413646533566
+ 3.508463017236484
+ 3.508512386981799
+ 3.50856175576956
+ 3.5086111235998185
+ 3.508660490472623
+ 3.5087098563880263
+ 3.5087592213460765
+ 3.5088085853468254
+ 3.508857948390323
+ 3.5089073104766197
+ 3.5089566716057665
+ 3.5090060317778127
+ 3.5090553909928093
+ 3.509104749250806
+ 3.509154106551854
+ 3.5092034628960036
+ 3.5092528182833047
+ 3.5093021727138076
+ 3.5093515261875634
+ 3.5094008787046214
+ 3.5094502302650326
+ 3.509499580868847
+ 3.509548930516116
+ 3.509598279206888
+ 3.509647626941215
+ 3.509696973719146
+ 3.509746319540733
+ 3.5097956644060244
+ 3.5098450083150716
+ 3.509894351267925
+ 3.509943693264634
+ 3.50999303430525
+ 3.510042374389822
+ 3.5100917135184018
+ 3.5101410516910385
+ 3.510190388907783
+ 3.5102397251686845
+ 3.5102890604737955
+ 3.510338394823164
+ 3.510387728216841
+ 3.510437060654877
+ 3.5104863921373224
+ 3.5105357226642266
+ 3.510585052235641
+ 3.5106343808516147
+ 3.510683708512199
+ 3.510733035217443
+ 3.5107823609673976
+ 3.510831685762113
+ 3.510881009601639
+ 3.510930332486027
+ 3.5109796544153253
+ 3.511028975389585
+ 3.5110782954088573
+ 3.5111276144731907
+ 3.5111769325826367
+ 3.511226249737245
+ 3.511275565937065
+ 3.5113248811821487
+ 3.5113741954725444
+ 3.5114235088083032
+ 3.511472821189475
+ 3.51152213261611
+ 3.5115714430882585
+ 3.5116207526059706
+ 3.511670061169296
+ 3.5117193687782855
+ 3.511768675432989
+ 3.5118179811334564
+ 3.5118672858797386
+ 3.511916589671884
+ 3.5119658925099446
+ 3.5120151943939697
+ 3.51206449532401
+ 3.512113795300114
+ 3.512163094322333
+ 3.512212392390717
+ 3.512261689505317
+ 3.512310985666181
+ 3.5123602808733607
+ 3.5124095751269055
+ 3.512458868426866
+ 3.5125081607732915
+ 3.5125574521662326
+ 3.5126067426057395
+ 3.512656032091862
+ 3.51270532062465
+ 3.5127546082041534
+ 3.512803894830423
+ 3.5128531805035075
+ 3.512902465223459
+ 3.5129517489903255
+ 3.5130010318041585
+ 3.513050313665007
+ 3.5130995945729215
+ 3.5131488745279515
+ 3.513198153530148
+ 3.5132474315795603
+ 3.5132967086762386
+ 3.5133459848202326
+ 3.513395260011593
+ 3.513444534250369
+ 3.513493807536611
+ 3.5135430798703684
+ 3.513592351251692
+ 3.513641621680631
+ 3.5136908911572364
+ 3.513740159681557
+ 3.513789427253644
+ 3.5138386938735464
+ 3.513887959541314
+ 3.5139372242569973
+ 3.513986488020646
+ 3.5140357508323103
+ 3.51408501269204
+ 3.514134273599885
+ 3.514183533555895
+ 3.5142327925601204
+ 3.5142820506126102
+ 3.514331307713416
+ 3.5143805638625856
+ 3.5144298190601706
+ 3.51447907330622
+ 3.514528326600784
+ 3.5145775789439124
+ 3.5146268303356547
+ 3.514676080776062
+ 3.5147253302651826
+ 3.5147745788030678
+ 3.5148238263897666
+ 3.514873073025329
+ 3.5149223187098046
+ 3.514971563443244
+ 3.5150208072256963
+ 3.515070050057212
+ 3.5151192919378405
+ 3.515168532867632
+ 3.515217772846636
+ 3.5152670118749016
+ 3.515316249952481
+ 3.515365487079421
+ 3.5154147232557738
+ 3.5154639584815874
+ 3.5155131927569134
+ 3.5155624260818
+ 3.5156116584562986
+ 3.5156608898804573
+ 3.5157101203543273
+ 3.515759349877957
+ 3.5158085784513977
+ 3.5158578060746977
+ 3.5159070327479083
+ 3.515956258471078
+ 3.5160054832442573
+ 3.5160547070674952
+ 3.5161039299408428
+ 3.5161531518643483
+ 3.5162023728380625
+ 3.516251592862035
+ 3.516300811936315
+ 3.5163500300609525
+ 3.5163992472359973
+ 3.5164484634614994
+ 3.5164976787375077
+ 3.516546893064073
+ 3.516596106441244
+ 3.5166453188690716
+ 3.5166945303476047
+ 3.516743740876893
+ 3.5167929504569857
+ 3.5168421590879344
+ 3.5168913667697863
+ 3.516940573502593
+ 3.5169897792864027
+ 3.5170389841212666
+ 3.5170881880072336
+ 3.517137390944353
+ 3.5171865929326747
+ 3.5172357939722487
+ 3.5172849940631243
+ 3.5173341932053512
+ 3.5173833913989796
+ 3.5174325886440583
+ 3.5174817849406375
+ 3.5175309802887664
+ 3.517580174688495
+ 3.5176293681398727
+ 3.51767856064295
+ 3.517727752197775
+ 3.5177769428043986
+ 3.517826132462869
+ 3.5178753211732374
+ 3.517924508935552
+ 3.517973695749864
+ 3.5180228816162216
+ 3.5180720665346743
+ 3.5181212505052732
+ 3.518170433528066
+ 3.518219615603104
+ 3.5182687967304354
+ 3.5183179769101107
+ 3.5183671561421788
+ 3.5184163344266897
+ 3.5184655117636923
+ 3.518514688153237
+ 3.518563863595373
+ 3.51861303809015
+ 3.5186622116376167
+ 3.518711384237824
+ 3.5187605558908204
+ 3.518809726596656
+ 3.5188588963553795
+ 3.5189080651670417
+ 3.5189572330316907
+ 3.519006399949377
+ 3.51905556592015
+ 3.5191047309440586
+ 3.519153895021153
+ 3.519203058151482
+ 3.5192522203350958
+ 3.5193013815720438
+ 3.5193505418623747
+ 3.5193997012061384
+ 3.519448859603385
+ 3.519498017054163
+ 3.519547173558523
+ 3.5195963291165127
+ 3.519645483728183
+ 3.5196946373935827
+ 3.519743790112762
+ 3.5197929418857696
+ 3.519842092712655
+ 3.5198912425934683
+ 3.5199403915282583
+ 3.519989539517074
+ 3.5200386865599658
+ 3.5200878326569827
+ 3.520136977808174
+ 3.5201861220135884
+ 3.5202352652732767
+ 3.520284407587288
+ 3.5203335489556715
+ 3.520382689378476
+ 3.520431828855751
+ 3.520480967387547
+ 3.520530104973912
+ 3.5205792416148967
+ 3.520628377310549
+ 3.5206775120609195
+ 3.5207266458660564
+ 3.5207757787260103
+ 3.52082491064083
+ 3.520874041610565
+ 3.5209231716352636
+ 3.520972300714977
+ 3.5210214288497528
+ 3.5210705560396414
+ 3.5211196822846915
+ 3.521168807584953
+ 3.521217931940475
+ 3.521267055351306
+ 3.521316177817497
+ 3.521365299339096
+ 3.5214144199161526
+ 3.5214635395487157
+ 3.5215126582368357
+ 3.521561775980561
+ 3.521610892779941
+ 3.5216600086350254
+ 3.5217091235458633
+ 3.5217582375125036
+ 3.521807350534995
+ 3.521856462613389
+ 3.5219055737477323
+ 3.521954683938076
+ 3.522003793184468
+ 3.5220529014869584
+ 3.5221020088455965
+ 3.522151115260431
+ 3.5222002207315115
+ 3.522249325258887
+ 3.522298428842607
+ 3.5223475314827204
+ 3.522396633179276
+ 3.5224457339323245
+ 3.5224948337419137
+ 3.5225439326080936
+ 3.5225930305309134
+ 3.5226421275104216
+ 3.522691223546668
+ 3.522740318639701
+ 3.522789412789571
+ 3.5228385059963263
+ 3.522887598260016
+ 3.5229366895806895
+ 3.522985779958397
+ 3.5230348693931854
+ 3.5230839578851065
+ 3.523133045434207
+ 3.523182132040538
+ 3.523231217704147
+ 3.5232803024250847
+ 3.523329386203399
+ 3.52337846903914
+ 3.523427550932356
+ 3.5234766318830966
+ 3.523525711891411
+ 3.523574790957347
+ 3.5236238690809563
+ 3.5236729462622858
+ 3.5237220225013854
+ 3.523771097798304
+ 3.5238201721530915
+ 3.5238692455657956
+ 3.5239183180364666
+ 3.5239673895651524
+ 3.5240164601519033
+ 3.5240655297967676
+ 3.524114598499795
+ 3.5241636662610336
+ 3.5242127330805335
+ 3.524261798958343
+ 3.5243108638945118
+ 3.5243599278890887
+ 3.5244089909421223
+ 3.5244580530536624
+ 3.524507114223757
+ 3.524556174452456
+ 3.524605233739808
+ 3.524654292085863
+ 3.5247033494906685
+ 3.5247524059542745
+ 3.5248014614767293
+ 3.524850516058083
+ 3.524899569698384
+ 3.5249486223976807
+ 3.524997674156023
+ 3.5250467249734596
+ 3.525095774850039
+ 3.525144823785811
+ 3.525193871780824
+ 3.525242918835128
+ 3.5252919649487704
+ 3.5253410101218012
+ 3.525390054354269
+ 3.525439097646222
+ 3.5254881399977114
+ 3.5255371814087835
+ 3.5255862218794896
+ 3.5256352614098763
+ 3.5256842999999947
+ 3.5257333376498923
+ 3.5257823743596193
+ 3.5258314101292227
+ 3.5258804449587533
+ 3.525929478848259
+ 3.5259785117977893
+ 3.5260275438073925
+ 3.5260765748771177
+ 3.526125605007014
+ 3.5261746341971305
+ 3.5262236624475154
+ 3.526272689758218
+ 3.526321716129288
+ 3.5263707415607723
+ 3.526419766052722
+ 3.526468789605184
+ 3.5265178122182084
+ 3.5265668338918434
+ 3.5266158546261384
+ 3.526664874421142
+ 3.526713893276903
+ 3.52676291119347
+ 3.526811928170893
+ 3.52686094420922
+ 3.526909959308499
+ 3.52695897346878
+ 3.5270079866901116
+ 3.527056998972542
+ 3.5271060103161216
+ 3.527155020720897
+ 3.5272040301869194
+ 3.5272530387142353
+ 3.5273020463028946
+ 3.527351052952947
+ 3.5274000586644387
+ 3.5274490634374214
+ 3.5274980672719423
+ 3.5275470701680502
+ 3.5275960721257946
+ 3.527645073145224
+ 3.527694073226386
+ 3.527743072369331
+ 3.5277920705741073
+ 3.5278410678407632
+ 3.527890064169348
+ 3.52793905955991
+ 3.5279880540124977
+ 3.528037047527161
+ 3.5280860401039478
+ 3.5281350317429063
+ 3.528184022444086
+ 3.5282330122075356
+ 3.528282001033304
+ 3.528330988921439
+ 3.5283799758719905
+ 3.5284289618850058
+ 3.5284779469605354
+ 3.528526931098626
+ 3.5285759142993283
+ 3.5286248965626896
+ 3.528673877888759
+ 3.5287228582775847
+ 3.5287718377292165
+ 3.528820816243702
+ 3.5288697938210905
+ 3.5289187704614298
+ 3.52896774616477
+ 3.5290167209311583
+ 3.5290656947606442
+ 3.529114667653276
+ 3.529163639609103
+ 3.5292126106281727
+ 3.5292615807105348
+ 3.5293105498562376
+ 3.5293595180653297
+ 3.529408485337859
+ 3.529457451673875
+ 3.529506417073426
+ 3.529555381536561
+ 3.5296043450633285
+ 3.529653307653776
+ 3.5297022693079536
+ 3.529751230025909
+ 3.5298001898076916
+ 3.529849148653349
+ 3.5298981065629302
+ 3.529947063536484
+ 3.529996019574059
+ 3.530044974675703
+ 3.5300939288414654
+ 3.530142882071395
+ 3.530191834365539
+ 3.5302407857239473
+ 3.530289736146668
+ 3.5303386856337493
+ 3.53038763418524
+ 3.530436581801189
+ 3.530485528481644
+ 3.5305344742266542
+ 3.530583419036268
+ 3.530632362910534
+ 3.5306813058495
+ 3.530730247853216
+ 3.530779188921729
+ 3.5308281290550885
+ 3.5308770682533424
+ 3.530926006516539
+ 3.5309749438447278
+ 3.531023880237956
+ 3.5310728156962736
+ 3.5311217502197274
+ 3.531170683808367
+ 3.5312196164622405
+ 3.531268548181397
+ 3.531317478965884
+ 3.5313664088157504
+ 3.5314153377310444
+ 3.5314642657118154
+ 3.5315131927581103
+ 3.5315621188699784
+ 3.5316110440474686
+ 3.5316599682906284
+ 3.531708891599507
+ 3.531757813974153
+ 3.531806735414613
+ 3.5318556559209373
+ 3.531904575493174
+ 3.531953494131371
+ 3.5320024118355766
+ 3.53205132860584
+ 3.5321002444422094
+ 3.5321491593447325
+ 3.532198073313458
+ 3.5322469863484347
+ 3.532295898449711
+ 3.5323448096173347
+ 3.532393719851354
+ 3.532442629151818
+ 3.532491537518775
+ 3.5325404449522733
+ 3.5325893514523607
+ 3.532638257019086
+ 3.5326871616524973
+ 3.5327360653526436
+ 3.532784968119572
+ 3.532833869953332
+ 3.532882770853972
+ 3.5329316708215397
+ 3.532980569856083
+ 3.5330294679576517
+ 3.5330783651262925
+ 3.533127261362055
+ 3.5331761566649864
+ 3.5332250510351355
+ 3.5332739444725507
+ 3.533322836977281
+ 3.533371728549373
+ 3.533420619188876
+ 3.533469508895838
+ 3.5335183976703086
+ 3.5335672855123343
+ 3.533616172421964
+ 3.533665058399246
+ 3.533713943444228
+ 3.5337628275569597
+ 3.533811710737488
+ 3.533860592985862
+ 3.533909474302129
+ 3.533958354686338
+ 3.534007234138537
+ 3.5340561126587744
+ 3.5341049902470982
+ 3.534153866903557
+ 3.5342027426281977
+ 3.5342516174210705
+ 3.5343004912822225
+ 3.5343493642117023
+ 3.5343982362095576
+ 3.534447107275837
+ 3.5344959774105886
+ 3.5345448466138607
+ 3.534593714885701
+ 3.5346425822261582
+ 3.53469144863528
+ 3.5347403141131157
+ 3.5347891786597123
+ 3.5348380422751178
+ 3.5348869049593814
+ 3.5349357667125507
+ 3.534984627534674
+ 3.5350334874257996
+ 3.5350823463859755
+ 3.535131204415249
+ 3.5351800615136697
+ 3.5352289176812843
+ 3.535277772918142
+ 3.535326627224291
+ 3.535375480599779
+ 3.535424333044654
+ 3.535473184558964
+ 3.535522035142758
+ 3.535570884796083
+ 3.535619733518988
+ 3.53566858131152
+ 3.535717428173728
+ 3.53576627410566
+ 3.5358151191073643
+ 3.535863963178888
+ 3.53591280632028
+ 3.5359616485315883
+ 3.536010489812861
+ 3.5360593301641456
+ 3.5361081695854915
+ 3.536157008076945
+ 3.536205845638555
+ 3.53625468227037
+ 3.5363035179724376
+ 3.5363523527448057
+ 3.5364011865875224
+ 3.5364500195006356
+ 3.536498851484194
+ 3.536547682538245
+ 3.536596512662837
+ 3.5366453418580175
+ 3.536694170123835
+ 3.5367429974603373
+ 3.5367918238675724
+ 3.5368406493455886
+ 3.536889473894433
+ 3.5369382975141552
+ 3.5369871202048015
+ 3.5370359419664212
+ 3.537084762799061
+ 3.5371335827027703
+ 3.5371824016775957
+ 3.5372312197235862
+ 3.5372800368407895
+ 3.5373288530292526
+ 3.5373776682890252
+ 3.5374264826201545
+ 3.537475296022688
+ 3.5375241084966738
+ 3.5375729200421597
+ 3.5376217306591946
+ 3.5376705403478255
+ 3.5377193491081003
+ 3.537768156940068
+ 3.537816963843775
+ 3.5378657698192697
+ 3.5379145748666008
+ 3.5379633789858156
+ 3.538012182176962
+ 3.5380609844400888
+ 3.5381097857752417
+ 3.538158586182471
+ 3.5382073856618232
+ 3.538256184213347
+ 3.5383049818370895
+ 3.5383537785330987
+ 3.538402574301423
+ 3.538451369142109
+ 3.538500163055207
+ 3.5385489560407626
+ 3.5385977480988244
+ 3.53864653922944
+ 3.538695329432658
+ 3.5387441187085256
+ 3.538792907057091
+ 3.538841694478402
+ 3.538890480972506
+ 3.538939266539451
+ 3.538988051179285
+ 3.539036834892056
+ 3.539085617677811
+ 3.5391343995365996
+ 3.5391831804684672
+ 3.5392319604734634
+ 3.5392807395516352
+ 3.5393295177030306
+ 3.5393782949276975
+ 3.539427071225684
+ 3.5394758465970364
+ 3.5395246210418048
+ 3.5395733945600347
+ 3.5396221671517756
+ 3.5396709388170735
+ 3.5397197095559783
+ 3.5397684793685364
+ 3.5398172482547956
+ 3.5398660162148037
+ 3.5399147832486095
+ 3.5399635493562593
+ 3.5400123145378015
+ 3.540061078793284
+ 3.5401098421227535
+ 3.5401586045262596
+ 3.540207366003848
+ 3.540256126555568
+ 3.5403048861814668
+ 3.5403536448815918
+ 3.54040240265599
+ 3.5404511595047112
+ 3.540499915427801
+ 3.540548670425309
+ 3.5405974244972813
+ 3.5406461776437665
+ 3.5406949298648116
+ 3.540743681160465
+ 3.540792431530773
+ 3.5408411809757854
+ 3.540889929495549
+ 3.5409386770901103
+ 3.5409874237595185
+ 3.5410361695038204
+ 3.5410849143230636
+ 3.5411336582172965
+ 3.5411824011865662
+ 3.5412311432309203
+ 3.5412798843504065
+ 3.541328624545073
+ 3.5413773638149664
+ 3.5414261021601345
+ 3.5414748395806264
+ 3.5415235760764876
+ 3.541572311647767
+ 3.5416210462945115
+ 3.5416697800167696
+ 3.5417185128145885
+ 3.5417672446880153
+ 3.5418159756370984
+ 3.5418647056618844
+ 3.541913434762422
+ 3.5419621629387583
+ 3.5420108901909404
+ 3.5420596165190164
+ 3.542108341923034
+ 3.5421570664030404
+ 3.542205789959083
+ 3.5422545125912097
+ 3.5423032342994683
+ 3.5423519550839058
+ 3.54240067494457
+ 3.5424493938815087
+ 3.5424981118947687
+ 3.5425468289843987
+ 3.5425955451504447
+ 3.542644260392955
+ 3.542692974711978
+ 3.5427416881075597
+ 3.542790400579749
+ 3.542839112128592
+ 3.5428878227541367
+ 3.5429365324564315
+ 3.5429852412355225
+ 3.5430339490914586
+ 3.543082656024286
+ 3.543131362034053
+ 3.543180067120807
+ 3.543228771284595
+ 3.543277474525465
+ 3.5433261768434643
+ 3.54337487823864
+ 3.54342357871104
+ 3.5434722782607118
+ 3.5435209768877027
+ 3.54356967459206
+ 3.543618371373831
+ 3.543667067233064
+ 3.5437157621698057
+ 3.5437644561841037
+ 3.5438131492760054
+ 3.543861841445558
+ 3.5439105326928093
+ 3.5439592230178065
+ 3.5440079124205974
+ 3.544056600901229
+ 3.5441052884597486
+ 3.544153975096204
+ 3.544202660810642
+ 3.5442513456031106
+ 3.544300029473657
+ 3.544348712422329
+ 3.544397394449173
+ 3.544446075554237
+ 3.5444947557375683
+ 3.5445434349992144
+ 3.5445921133392226
+ 3.54464079075764
+ 3.5446894672545146
+ 3.5447381428298925
+ 3.544786817483822
+ 3.5448354912163507
+ 3.5448841640275255
+ 3.5449328359173937
+ 3.5449815068860024
+ 3.5450301769333996
+ 3.5450788460596323
+ 3.5451275142647476
+ 3.545176181548793
+ 3.5452248479118156
+ 3.5452735133538633
+ 3.545322177874983
+ 3.545370841475222
+ 3.5454195041546273
+ 3.5454681659132468
+ 3.5455168267511277
+ 3.5455654866683166
+ 3.545614145664861
+ 3.545662803740809
+ 3.5457114608962077
+ 3.5457601171311035
+ 3.545808772445544
+ 3.545857426839577
+ 3.545906080313249
+ 3.545954732866608
+ 3.5460033844997008
+ 3.546052035212574
+ 3.546100685005277
+ 3.546149333877854
+ 3.546197981830355
+ 3.546246628862826
+ 3.546295274975314
+ 3.5463439201678666
+ 3.5463925644405307
+ 3.546441207793354
+ 3.5464898502263833
+ 3.546538491739666
+ 3.546587132333249
+ 3.54663577200718
+ 3.546684410761506
+ 3.5467330485962743
+ 3.5467816855115313
+ 3.5468303215073256
+ 3.5468789565837033
+ 3.546927590740712
+ 3.5469762239783984
+ 3.5470248562968103
+ 3.5470734876959944
+ 3.547122118175998
+ 3.547170747736869
+ 3.547219376378653
+ 3.547268004101398
+ 3.5473166309051516
+ 3.5473652567899605
+ 3.547413881755871
+ 3.547462505802932
+ 3.5475111289311894
+ 3.5475597511406898
+ 3.547608372431482
+ 3.5476569928036117
+ 3.5477056122571264
+ 3.547754230792074
+ 3.5478028484085007
+ 3.547851465106454
+ 3.54790008088598
+ 3.5479486957471273
+ 3.547997309689942
+ 3.548045922714472
+ 3.5480945348207635
+ 3.548143146008864
+ 3.548191756278821
+ 3.5482403656306807
+ 3.5482889740644907
+ 3.5483375815802978
+ 3.5483861881781493
+ 3.5484347938580916
+ 3.5484833986201725
+ 3.548532002464439
+ 3.548580605390938
+ 3.548629207399716
+ 3.5486778084908215
+ 3.5487264086642996
+ 3.548775007920199
+ 3.5488236062585656
+ 3.548872203679447
+ 3.54892080018289
+ 3.5489693957689417
+ 3.549017990437649
+ 3.5490665841890587
+ 3.5491151770232183
+ 3.5491637689401743
+ 3.549212359939974
+ 3.5492609500226644
+ 3.5493095391882923
+ 3.5493581274369053
+ 3.5494067147685495
+ 3.549455301183272
+ 3.5495038866811197
+ 3.5495524712621402
+ 3.5496010549263803
+ 3.549649637673887
+ 3.5496982195047067
+ 3.5497468004188866
+ 3.5497953804164735
+ 3.549843959497515
+ 3.5498925376620574
+ 3.5499411149101476
+ 3.5499896912418327
+ 3.5500382666571597
+ 3.5500868411561757
+ 3.5501354147389272
+ 3.5501839874054615
+ 3.5502325591558255
+ 3.550281129990065
+ 3.5503296999082288
+ 3.5503782689103622
+ 3.550426836996513
+ 3.5504754041667272
+ 3.550523970421053
+ 3.5505725357595357
+ 3.550621100182224
+ 3.5506696636891633
+ 3.5507182262804013
+ 3.550766787955984
+ 3.550815348715959
+ 3.550863908560373
+ 3.5509124674892725
+ 3.5509610255027053
+ 3.551009582600717
+ 3.5510581387833553
+ 3.551106694050666
+ 3.551155248402698
+ 3.551203801839496
+ 3.551252354361108
+ 3.55130090596758
+ 3.5513494566589596
+ 3.551398006435293
+ 3.5514465552966277
+ 3.55149510324301
+ 3.5515436502744873
+ 3.551592196391105
+ 3.5516407415929114
+ 3.5516892858799523
+ 3.5517378292522754
+ 3.5517863717099267
+ 3.5518349132529528
+ 3.5518834538814015
+ 3.5519319935953186
+ 3.5519805323947518
+ 3.5520290702797466
+ 3.552077607250351
+ 3.552126143306611
+ 3.5521746784485737
+ 3.5522232126762856
+ 3.552271745989794
+ 3.5523202783891445
+ 3.552368809874385
+ 3.5524173404455617
+ 3.5524658701027207
+ 3.5525143988459105
+ 3.552562926675176
+ 3.5526114535905653
+ 3.552659979592124
+ 3.5527085046798996
+ 3.552757028853938
+ 3.552805552114287
+ 3.5528540744609924
+ 3.552902595894101
+ 3.5529511164136602
+ 3.5529996360197154
+ 3.5530481547123145
+ 3.553096672491504
+ 3.553145189357329
+ 3.553193705309839
+ 3.553242220349078
+ 3.553290734475094
+ 3.553339247687934
+ 3.553387759987644
+ 3.5534362713742698
+ 3.55348478184786
+ 3.5535332914084594
+ 3.553581800056116
+ 3.5536303077908755
+ 3.5536788146127853
+ 3.5537273205218916
+ 3.553775825518241
+ 3.55382432960188
+ 3.5538728327728553
+ 3.553921335031214
+ 3.5539698363770023
+ 3.554018336810267
+ 3.554066836331054
+ 3.5541153349394103
+ 3.554163832635383
+ 3.5542123294190184
+ 3.5542608252903625
+ 3.5543093202494633
+ 3.554357814296365
+ 3.5544063074311167
+ 3.5544547996537634
+ 3.554503290964352
+ 3.5545517813629304
+ 3.5546002708495426
+ 3.554648759424237
+ 3.5546972470870597
+ 3.554745733838057
+ 3.5547942196772753
+ 3.5548427046047624
+ 3.554891188620563
+ 3.5549396717247252
+ 3.5549881539172943
+ 3.555036635198318
+ 3.555085115567842
+ 3.555133595025913
+ 3.5551820735725768
+ 3.5552305512078815
+ 3.5552790279318724
+ 3.555327503744597
+ 3.5553759786461
+ 3.5554244526364296
+ 3.555472925715632
+ 3.5555213978837528
+ 3.5555698691408395
+ 3.5556183394869376
+ 3.5556668089220946
+ 3.5557152774463563
+ 3.5557637450597697
+ 3.5558122117623805
+ 3.555860677554235
+ 3.555909142435381
+ 3.5559576064058644
+ 3.5560060694657305
+ 3.556054531615027
+ 3.5561029928538
+ 3.556151453182096
+ 3.5561999125999613
+ 3.5562483711074426
+ 3.556296828704586
+ 3.556345285391438
+ 3.5563937411680446
+ 3.556442196034453
+ 3.556490649990709
+ 3.5565391030368594
+ 3.5565875551729507
+ 3.556636006399028
+ 3.55668445671514
+ 3.556732906121331
+ 3.5567813546176485
+ 3.5568298022041382
+ 3.5568782488808472
+ 3.5569266946478213
+ 3.5569751395051075
+ 3.557023583452751
+ 3.557072026490799
+ 3.557120468619298
+ 3.5571689098382944
+ 3.557217350147834
+ 3.5572657895479627
+ 3.5573142280387287
+ 3.5573626656201762
+ 3.5574111022923534
+ 3.5574595380553045
+ 3.557507972909078
+ 3.557556406853719
+ 3.557604839889274
+ 3.5576532720157896
+ 3.5577017032333123
+ 3.5577501335418873
+ 3.557798562941562
+ 3.557846991432382
+ 3.5578954190143937
+ 3.557943845687644
+ 3.5579922714521786
+ 3.558040696308044
+ 3.558089120255287
+ 3.558137543293953
+ 3.558185965424088
+ 3.5582343866457395
+ 3.5582828069589527
+ 3.5583312263637747
+ 3.558379644860251
+ 3.5584280624484284
+ 3.5584764791283527
+ 3.5585248949000707
+ 3.5585733097636276
+ 3.5586217237190714
+ 3.558670136766446
+ 3.5587185489058
+ 3.558766960137178
+ 3.5588153704606267
+ 3.5588637798761926
+ 3.5589121883839216
+ 3.5589605959838604
+ 3.5590090026760546
+ 3.5590574084605504
+ 3.559105813337394
+ 3.559154217306632
+ 3.5592026203683105
+ 3.5592510225224756
+ 3.5592994237691733
+ 3.55934782410845
+ 3.5593962235403516
+ 3.5594446220649245
+ 3.5594930196822148
+ 3.559541416392269
+ 3.559589812195133
+ 3.5596382070908525
+ 3.5596866010794743
+ 3.5597349941610443
+ 3.5597833863356088
+ 3.559831777603214
+ 3.559880167963905
+ 3.5599285574177295
+ 3.5599769459647326
+ 3.560025333604961
+ 3.56007372033846
+ 3.5601221061652764
+ 3.5601704910854566
+ 3.560218875099046
+ 3.560267258206091
+ 3.5603156404066376
+ 3.5603640217007326
+ 3.5604124020884207
+ 3.560460781569749
+ 3.560509160144763
+ 3.56055753781351
+ 3.5606059145760347
+ 3.5606542904323835
+ 3.5607026653826033
+ 3.560751039426739
+ 3.560799412564837
+ 3.560847784796944
+ 3.5608961561231056
+ 3.5609445265433677
+ 3.560992896057777
+ 3.5610412646663785
+ 3.561089632369219
+ 3.561137999166344
+ 3.5611863650578006
+ 3.5612347300436333
+ 3.5612830941238895
+ 3.5613314572986146
+ 3.5613798195678545
+ 3.5614281809316553
+ 3.561476541390063
+ 3.5615249009431236
+ 3.5615732595908836
+ 3.561621617333388
+ 3.5616699741706843
+ 3.561718330102817
+ 3.5617666851298324
+ 3.5618150392517776
+ 3.561863392468697
+ 3.561911744780638
+ 3.561960096187645
+ 3.5620084466897652
+ 3.5620567962870444
+ 3.5621051449795282
+ 3.5621534927672625
+ 3.562201839650294
+ 3.5622501856286677
+ 3.56229853070243
+ 3.5623468748716274
+ 3.5623952181363046
+ 3.5624435604965083
+ 3.562491901952285
+ 3.5625402425036787
+ 3.5625885821507377
+ 3.5626369208935063
+ 3.5626852587320306
+ 3.5627335956663577
+ 3.5627819316965312
+ 3.5628302668226
+ 3.5628786010446074
+ 3.5629269343626007
+ 3.5629752667766255
+ 3.563023598286727
+ 3.563071928892952
+ 3.5631202585953465
+ 3.5631685873939554
+ 3.5632169152888253
+ 3.5632652422800017
+ 3.563313568367531
+ 3.5633618935514586
+ 3.5634102178318305
+ 3.5634585412086923
+ 3.5635068636820906
+ 3.56355518525207
+ 3.5636035059186777
+ 3.563651825681959
+ 3.5637001445419583
+ 3.563748462498724
+ 3.5637967795523005
+ 3.563845095702734
+ 3.5638934109500693
+ 3.5639417252943537
+ 3.5639900387356325
+ 3.5640383512739513
+ 3.5640866629093555
+ 3.5641349736418917
+ 3.5641832834716056
+ 3.5642315923985426
+ 3.5642799004227483
+ 3.564328207544269
+ 3.564376513763151
+ 3.5644248190794383
+ 3.564473123493179
+ 3.5645214270044168
+ 3.564569729613199
+ 3.56461803131957
+ 3.564666332123576
+ 3.5647146320252636
+ 3.564762931024678
+ 3.5648112291218643
+ 3.5648595263168694
+ 3.564907822609738
+ 3.5649561180005174
+ 3.5650044124892513
+ 3.5650527060759862
+ 3.5651009987607685
+ 3.5651492905436433
+ 3.5651975814246564
+ 3.5652458714038535
+ 3.56529416048128
+ 3.565342448656983
+ 3.565390735931007
+ 3.5654390223033974
+ 3.5654873077742
+ 3.565535592343461
+ 3.565583876011227
+ 3.5656321587775412
+ 3.565680440642452
+ 3.565728721606003
+ 3.565777001668241
+ 3.565825280829211
+ 3.565873559088959
+ 3.5659218364475307
+ 3.565970112904972
+ 3.566018388461328
+ 3.566066663116645
+ 3.566114936870968
+ 3.5661632097243428
+ 3.566211481676815
+ 3.5662597527284308
+ 3.566308022879235
+ 3.566356292129274
+ 3.566404560478593
+ 3.566452827927238
+ 3.5665010944752535
+ 3.566549360122686
+ 3.5665976248695817
+ 3.5666458887159846
+ 3.566694151661942
+ 3.566742413707498
+ 3.5667906748527
+ 3.5668389350975915
+ 3.5668871944422196
+ 3.566935452886629
+ 3.566983710430866
+ 3.5670319670749753
+ 3.5670802228190035
+ 3.5671284776629957
+ 3.567176731606997
+ 3.567224984651054
+ 3.567273236795211
+ 3.5673214880395148
+ 3.5673697383840097
+ 3.567417987828742
+ 3.5674662363737575
+ 3.567514484019101
+ 3.567562730764818
+ 3.5676109766109554
+ 3.567659221557557
+ 3.5677074656046694
+ 3.5677557087523373
+ 3.5678039510006077
+ 3.567852192349524
+ 3.5679004327991337
+ 3.567948672349481
+ 3.5679969110006113
+ 3.5680451487525717
+ 3.5680933856054056
+ 3.5681416215591604
+ 3.5681898566138797
+ 3.568238090769611
+ 3.568286324026398
+ 3.5683345563842868
+ 3.568382787843323
+ 3.5684310184035524
+ 3.5684792480650196
+ 3.5685274768277715
+ 3.568575704691852
+ 3.568623931657307
+ 3.568672157724182
+ 3.5687203828925234
+ 3.568768607162375
+ 3.568816830533783
+ 3.5688650530067934
+ 3.5689132745814507
+ 3.5689614952578013
+ 3.5690097150358895
+ 3.5690579339157615
+ 3.569106151897462
+ 3.569154368981037
+ 3.5692025851665314
+ 3.569250800453992
+ 3.569299014843462
+ 3.5693472283349887
+ 3.569395440928617
+ 3.5694436526243916
+ 3.5694918634223587
+ 3.569540073322563
+ 3.5695882823250495
+ 3.569636490429865
+ 3.5696846976370544
+ 3.5697329039466625
+ 3.5697811093587344
+ 3.5698293138733166
+ 3.569877517490454
+ 3.5699257202101915
+ 3.569973922032575
+ 3.570022122957649
+ 3.57007032298546
+ 3.5701185221160525
+ 3.570166720349472
+ 3.5702149176857643
+ 3.570263114124974
+ 3.570311309667147
+ 3.570359504312328
+ 3.5704076980605635
+ 3.5704558909118975
+ 3.570504082866375
+ 3.570552273924043
+ 3.570600464084946
+ 3.5706486533491293
+ 3.570696841716637
+ 3.5707450291875165
+ 3.570793215761812
+ 3.5708414014395684
+ 3.5708895862208316
+ 3.5709377701056466
+ 3.5709859530940586
+ 3.571034135186113
+ 3.5710823163818555
+ 3.571130496681331
+ 3.571178676084584
+ 3.5712268545916603
+ 3.5712750322026063
+ 3.571323208917465
+ 3.571371384736284
+ 3.5714195596591067
+ 3.571467733685979
+ 3.571515906816946
+ 3.5715640790520538
+ 3.571612250391346
+ 3.5716604208348697
+ 3.571708590382668
+ 3.571756759034788
+ 3.5718049267912737
+ 3.5718530936521704
+ 3.5719012596175244
+ 3.5719494246873795
+ 3.571997588861782
+ 3.572045752140776
+ 3.5720939145244075
+ 3.5721420760127214
+ 3.572190236605763
+ 3.5722383963035775
+ 3.57228655510621
+ 3.5723347130137046
+ 3.5723828700261087
+ 3.5724310261434655
+ 3.5724791813658214
+ 3.572527335693221
+ 3.572575489125709
+ 3.572623641663331
+ 3.572671793306132
+ 3.572719944054158
+ 3.572768093907453
+ 3.572816242866063
+ 3.5728643909300315
+ 3.5729125380994056
+ 3.5729606843742294
+ 3.5730088297545484
+ 3.573056974240407
+ 3.573105117831852
+ 3.5731532605289256
+ 3.5732014023316756
+ 3.573249543240146
+ 3.5732976832543817
+ 3.5733458223744283
+ 3.573393960600331
+ 3.573442097932134
+ 3.573490234369883
+ 3.573538369913623
+ 3.573586504563399
+ 3.573634638319256
+ 3.573682771181239
+ 3.573730903149394
+ 3.5737790342237648
+ 3.5738271644043964
+ 3.573875293691335
+ 3.5739234220846248
+ 3.573971549584311
+ 3.574019676190439
+ 3.574067801903053
+ 3.574115926722199
+ 3.5741640506479206
+ 3.574212173680265
+ 3.574260295819275
+ 3.574308417064997
+ 3.5743565374174757
+ 3.5744046568767556
+ 3.5744527754428828
+ 3.5745008931159012
+ 3.574549009895856
+ 3.5745971257827924
+ 3.5746452407767557
+ 3.5746933548777897
+ 3.5747414680859415
+ 3.5747895804012533
+ 3.574837691823773
+ 3.574885802353543
+ 3.57493391199061
+ 3.574982020735018
+ 3.5750301285868122
+ 3.575078235546038
+ 3.57512634161274
+ 3.575174446786963
+ 3.5752225510687525
+ 3.5752706544581523
+ 3.5753187569552085
+ 3.5753668585599656
+ 3.5754149592724684
+ 3.575463059092762
+ 3.575511158020891
+ 3.575559256056901
+ 3.575607353200836
+ 3.575655449452742
+ 3.5757035448126624
+ 3.575751639280644
+ 3.57579973285673
+ 3.5758478255409663
+ 3.575895917333397
+ 3.575944008234068
+ 3.575992098243023
+ 3.576040187360308
+ 3.5760882755859673
+ 3.576136362920046
+ 3.5761844493625885
+ 3.57623253491364
+ 3.5762806195732457
+ 3.5763287033414497
+ 3.576376786218298
+ 3.5764248682038335
+ 3.576472949298103
+ 3.57652102950115
+ 3.576569108813021
+ 3.576617187233759
+ 3.5766652647634096
+ 3.5767133414020176
+ 3.576761417149628
+ 3.576809492006285
+ 3.5768575659720345
+ 3.5769056390469203
+ 3.576953711230988
+ 3.5770017825242815
+ 3.577049852926846
+ 3.577097922438727
+ 3.577145991059968
+ 3.5771940587906155
+ 3.577242125630712
+ 3.5772901915803046
+ 3.577338256639436
+ 3.5773863208081527
+ 3.5774343840864984
+ 3.5774824464745185
+ 3.5775305079722575
+ 3.57757856857976
+ 3.577626628297071
+ 3.577674687124235
+ 3.5777227450612967
+ 3.5777708021083017
+ 3.5778188582652937
+ 3.577866913532318
+ 3.577914967909419
+ 3.577963021396642
+ 3.578011073994031
+ 3.5780591257016305
+ 3.578107176519487
+ 3.578155226447643
+ 3.578203275486145
+ 3.578251323635036
+ 3.5782993708943622
+ 3.5783474172641676
+ 3.578395462744497
+ 3.578443507335395
+ 3.5784915510369064
+ 3.578539593849076
+ 3.5785876357719486
+ 3.5786356768055683
+ 3.57868371694998
+ 3.5787317562052285
+ 3.578779794571359
+ 3.5788278320484155
+ 3.5788758686364424
+ 3.578923904335485
+ 3.5789719391455876
+ 3.5790199730667953
+ 3.5790680060991513
+ 3.5791160382427027
+ 3.5791640694974918
+ 3.579212099863565
+ 3.579260129340965
+ 3.5793081579297388
+ 3.5793561856299294
+ 3.5794042124415815
+ 3.5794522383647402
+ 3.57950026339945
+ 3.5795482875457556
+ 3.5795963108037014
+ 3.5796443331733316
+ 3.5796923546546924
+ 3.5797403752478263
+ 3.579788394952779
+ 3.5798364137695953
+ 3.5798844316983187
+ 3.579932448738995
+ 3.579980464891668
+ 3.580028480156383
+ 3.5800764945331838
+ 3.5801245080221156
+ 3.5801725206232224
+ 3.5802205323365497
+ 3.5802685431621404
+ 3.5803165531000403
+ 3.5803645621502938
+ 3.5804125703129452
+ 3.580460577588039
+ 3.5805085839756203
+ 3.5805565894757327
+ 3.5806045940884217
+ 3.5806525978137316
+ 3.5807006006517064
+ 3.580748602602391
+ 3.580796603665829
+ 3.580844603842067
+ 3.5808926031311477
+ 3.580940601533116
+ 3.5809885990480166
+ 3.5810365956758945
+ 3.581084591416793
+ 3.5811325862707575
+ 3.5811805802378323
+ 3.5812285733180613
+ 3.58127656551149
+ 3.5813245568181626
+ 3.581372547238123
+ 3.5814205367714154
+ 3.5814685254180856
+ 3.5815165131781774
+ 3.581564500051735
+ 3.581612486038803
+ 3.581660471139426
+ 3.5817084553536476
+ 3.5817564386815137
+ 3.5818044211230675
+ 3.5818524026783547
+ 3.5819003833474183
+ 3.5819483631303037
+ 3.5819963420270553
+ 3.582044320037717
+ 3.5820922971623332
+ 3.582140273400949
+ 3.582188248753608
+ 3.582236223220355
+ 3.582284196801235
+ 3.582332169496291
+ 3.5823801413055683
+ 3.582428112229112
+ 3.582476082266965
+ 3.5825240514191723
+ 3.5825720196857787
+ 3.5826199870668276
+ 3.5826679535623644
+ 3.582715919172433
+ 3.582763883897078
+ 3.5828118477363433
+ 3.5828598106902736
+ 3.582907772758913
+ 3.5829557339423066
+ 3.5830036942404977
+ 3.5830516536535315
+ 3.5830996121814516
+ 3.5831475698243027
+ 3.5831955265821294
+ 3.583243482454976
+ 3.583291437442886
+ 3.583339391545905
+ 3.583387344764076
+ 3.583435297097444
+ 3.5834832485460537
+ 3.583531199109949
+ 3.583579148789174
+ 3.583627097583773
+ 3.583675045493791
+ 3.5837229925192715
+ 3.5837709386602588
+ 3.5838188839167975
+ 3.583866828288932
+ 3.5839147717767066
+ 3.583962714380165
+ 3.584010656099352
+ 3.584058596934312
+ 3.5841065368850886
+ 3.5841544759517268
+ 3.58420241413427
+ 3.5842503514327633
+ 3.584298287847251
+ 3.584346223377776
+ 3.5843941580243843
+ 3.584442091787119
+ 3.584490024666025
+ 3.5845379566611455
+ 3.5845858877725263
+ 3.58463381800021
+ 3.5846817473442423
+ 3.5847296758046663
+ 3.584777603381527
+ 3.5848255300748675
+ 3.5848734558847335
+ 3.584921380811168
+ 3.5849693048542157
+ 3.5850172280139203
+ 3.585065150290327
+ 3.58511307168348
+ 3.5851609921934218
+ 3.585208911820198
+ 3.5852568305638526
+ 3.58530474842443
+ 3.5853526654019734
+ 3.5854005814965273
+ 3.585448496708137
+ 3.585496411036845
+ 3.5855443244826968
+ 3.5855922370457356
+ 3.585640148726006
+ 3.5856880595235525
+ 3.585735969438418
+ 3.585783878470649
+ 3.5858317866202865
+ 3.5858796938873776
+ 3.5859276002719636
+ 3.585975505774091
+ 3.586023410393804
+ 3.5860713141311438
+ 3.5861192169861575
+ 3.5861671189588877
+ 3.5862150200493796
+ 3.586262920257676
+ 3.586310819583822
+ 3.5863587180278613
+ 3.586406615589838
+ 3.586454512269796
+ 3.58650240806778
+ 3.5865503029838335
+ 3.586598197018001
+ 3.5866460901703263
+ 3.586693982440853
+ 3.5867418738296264
+ 3.5867897643366895
+ 3.5868376539620863
+ 3.586885542705862
+ 3.58693343056806
+ 3.5869813175487235
+ 3.5870292036478983
+ 3.5870770888656263
+ 3.5871249732019534
+ 3.587172856656923
+ 3.5872207392305784
+ 3.587268620922965
+ 3.587316501734126
+ 3.5873643816641048
+ 3.5874122607129473
+ 3.587460138880695
+ 3.5875080161673942
+ 3.5875558925730875
+ 3.58760376809782
+ 3.5876516427416343
+ 3.5876995165045757
+ 3.5877473893866876
+ 3.5877952613880137
+ 3.587843132508599
+ 3.587891002748486
+ 3.5879388721077197
+ 3.587986740586344
+ 3.588034608184403
+ 3.58808247490194
+ 3.5881303407389993
+ 3.588178205695625
+ 3.5882260697718613
+ 3.5882739329677507
+ 3.5883217952833397
+ 3.58836965671867
+ 3.588417517273786
+ 3.588465376948733
+ 3.5885132357435534
+ 3.5885610936582917
+ 3.5886089506929917
+ 3.588656806847697
+ 3.5887046621224528
+ 3.5887525165173018
+ 3.588800370032288
+ 3.5888482226674556
+ 3.5888960744228484
+ 3.5889439252985107
+ 3.588991775294486
+ 3.589039624410818
+ 3.589087472647551
+ 3.5891353200047282
+ 3.5891831664823943
+ 3.5892310120805937
+ 3.5892788567993685
+ 3.5893267006387637
+ 3.589374543598823
+ 3.589422385679591
+ 3.5894702268811103
+ 3.5895180672034255
+ 3.5895659066465795
+ 3.589613745210618
+ 3.5896615828955833
+ 3.5897094197015194
+ 3.589757255628471
+ 3.5898050906764802
+ 3.5898529248455935
+ 3.5899007581358524
+ 3.5899485905473014
+ 3.589996422079985
+ 3.5900442527339465
+ 3.5900920825092295
+ 3.5901399114058785
+ 3.590187739423936
+ 3.590235566563447
+ 3.590283392824455
+ 3.590331218207004
+ 3.5903790427111373
+ 3.590426866336899
+ 3.590474689084333
+ 3.590522510953482
+ 3.590570331944392
+ 3.5906181520571048
+ 3.590665971291665
+ 3.590713789648116
+ 3.590761607126502
+ 3.590809423726866
+ 3.590857239449253
+ 3.5909050542937053
+ 3.5909528682602683
+ 3.591000681348984
+ 3.5910484935598976
+ 3.5910963048930515
+ 3.591144115348491
+ 3.5911919249262585
+ 3.5912397336263986
+ 3.5912875414489545
+ 3.59133534839397
+ 3.591383154461489
+ 3.591430959651555
+ 3.591478763964212
+ 3.5915265673995034
+ 3.591574369957473
+ 3.5916221716381647
+ 3.591669972441622
+ 3.5917177723678884
+ 3.591765571417008
+ 3.5918133695890244
+ 3.5918611668839815
+ 3.5919089633019223
+ 3.591956758842891
+ 3.5920045535069307
+ 3.592052347294086
+ 3.5921001402044
+ 3.5921479322379164
+ 3.5921957233946786
+ 3.592243513674731
+ 3.5922913030781167
+ 3.5923390916048796
+ 3.592386879255063
+ 3.5924346660287103
+ 3.5924824519258665
+ 3.5925302369465735
+ 3.5925780210908758
+ 3.5926258043588173
+ 3.5926735867504416
+ 3.5927213682657912
+ 3.592769148904911
+ 3.592816928667844
+ 3.592864707554634
+ 3.5929124855653245
+ 3.5929602626999593
+ 3.593008038958582
+ 3.593055814341236
+ 3.5931035888479648
+ 3.593151362478812
+ 3.5931991352338217
+ 3.593246907113037
+ 3.5932946781165014
+ 3.5933424482442584
+ 3.5933902174963523
+ 3.593437985872826
+ 3.5934857533737237
+ 3.5935335199990877
+ 3.593581285748963
+ 3.593629050623392
+ 3.593676814622419
+ 3.593724577746088
+ 3.593772339994441
+ 3.593820101367523
+ 3.5938678618653763
+ 3.593915621488045
+ 3.5939633802355737
+ 3.594011138108004
+ 3.594058895105381
+ 3.5941066512277473
+ 3.5941544064751465
+ 3.5942021608476225
+ 3.5942499143452182
+ 3.594297666967978
+ 3.5943454187159447
+ 3.594393169589162
+ 3.594440919587673
+ 3.5944886687115227
+ 3.594536416960752
+ 3.5945841643354073
+ 3.59463191083553
+ 3.594679656461164
+ 3.5947274012123525
+ 3.5947751450891405
+ 3.59482288809157
+ 3.5948706302196842
+ 3.594918371473528
+ 3.594966111853144
+ 3.595013851358576
+ 3.5950615899898666
+ 3.59510932774706
+ 3.5951570646301994
+ 3.5952048006393285
+ 3.5952525357744904
+ 3.595300270035729
+ 3.5953480034230867
+ 3.595395735936608
+ 3.595443467576336
+ 3.595491198342314
+ 3.5955389282345855
+ 3.595586657253194
+ 3.595634385398182
+ 3.595682112669594
+ 3.5957298390674732
+ 3.595777564591863
+ 3.5958252892428075
+ 3.595873013020348
+ 3.5959207359245293
+ 3.5959684579553945
+ 3.596016179112988
+ 3.5960638993973513
+ 3.5961116188085294
+ 3.5961593373465646
+ 3.596207055011501
+ 3.596254771803381
+ 3.5963024877222485
+ 3.5963502027681473
+ 3.5963979169411204
+ 3.5964456302412113
+ 3.596493342668463
+ 3.596541054222919
+ 3.5965887649046224
+ 3.596636474713617
+ 3.596684183649946
+ 3.5967318917136524
+ 3.59677959890478
+ 3.5968273052233717
+ 3.5968750106694705
+ 3.596922715243121
+ 3.596970418944365
+ 3.597018121773247
+ 3.5970658237298094
+ 3.597113524814096
+ 3.5971612250261495
+ 3.5972089243660146
+ 3.597256622833733
+ 3.597304320429349
+ 3.597352017152905
+ 3.5973997130044455
+ 3.5974474079840126
+ 3.59749510209165
+ 3.597542795327401
+ 3.5975904876913094
+ 3.5976381791834178
+ 3.597685869803769
+ 3.597733559552407
+ 3.5977812484293747
+ 3.597828936434716
+ 3.5978766235684727
+ 3.59792430983069
+ 3.5979719952214095
+ 3.5980196797406756
+ 3.5980673633885303
+ 3.598115046165018
+ 3.5981627280701813
+ 3.5982104091040634
+ 3.5982580892667078
+ 3.5983057685581574
+ 3.5983534469784555
+ 3.5984011245276455
+ 3.5984488012057705
+ 3.5984964770128736
+ 3.5985441519489982
+ 3.5985918260141867
+ 3.5986394992084834
+ 3.598687171531931
+ 3.5987348429845722
+ 3.598782513566451
+ 3.59883018327761
+ 3.598877852118093
+ 3.5989255200879424
+ 3.598973187187202
+ 3.5990208534159143
+ 3.599068518774123
+ 3.599116183261871
+ 3.5991638468792018
+ 3.599211509626158
+ 3.599259171502783
+ 3.5993068325091198
+ 3.5993544926452112
+ 3.599402151911102
+ 3.599449810306833
+ 3.5994974678324487
+ 3.5995451244879924
+ 3.599592780273506
+ 3.599640435189034
+ 3.599688089234619
+ 3.599735742410304
+ 3.5997833947161313
+ 3.599831046152145
+ 3.5998786967183882
+ 3.599926346414904
+ 3.5999739952417347
+ 3.6000216431989243
+ 3.6000692902865152
+ 3.600116936504551
+ 3.600164581853075
+ 3.6002122263321295
+ 3.600259869941757
+ 3.6003075126820026
+ 3.6003551545529078
+ 3.600402795554516
+ 3.600450435686871
+ 3.6004980749500137
+ 3.6005457133439895
+ 3.600593350868841
+ 3.6006409875246104
+ 3.600688623311341
+ 3.6007362582290763
+ 3.600783892277858
+ 3.600831525457731
+ 3.6008791577687376
+ 3.60092678921092
+ 3.600974419784322
+ 3.6010220494889866
+ 3.6010696783249565
+ 3.601117306292275
+ 3.601164933390985
+ 3.6012125596211297
+ 3.6012601849827517
+ 3.601307809475894
+ 3.6013554331006
+ 3.6014030558569123
+ 3.601450677744874
+ 3.601498298764528
+ 3.601545918915917
+ 3.601593538199085
+ 3.6016411566140736
+ 3.6016887741609267
+ 3.6017363908396876
+ 3.601784006650398
+ 3.6018316215931017
+ 3.601879235667841
+ 3.60192684887466
+ 3.6019744612136004
+ 3.6020220726847065
+ 3.6020696832880197
+ 3.6021172930235834
+ 3.6021649018914412
+ 3.6022125098916358
+ 3.6022601170242097
+ 3.6023077232892056
+ 3.602355328686667
+ 3.602402933216637
+ 3.602450536879158
+ 3.602498139674273
+ 3.602545741602025
+ 3.602593342662457
+ 3.602640942855611
+ 3.602688542181531
+ 3.60273614064026
+ 3.6027837382318397
+ 3.6028313349563144
+ 3.6028789308137257
+ 3.602926525804117
+ 3.6029741199275316
+ 3.603021713184012
+ 3.603069305573601
+ 3.6031168970963408
+ 3.6031644877522755
+ 3.603212077541447
+ 3.603259666463899
+ 3.6033072545196734
+ 3.6033548417088137
+ 3.6034024280313623
+ 3.603450013487363
+ 3.603497598076857
+ 3.6035451817998885
+ 3.6035927646564994
+ 3.6036403466467335
+ 3.603687927770633
+ 3.6037355080282407
+ 3.6037830874195995
+ 3.6038306659447525
+ 3.6038782436037424
+ 3.603925820396611
+ 3.6039733963234024
+ 3.6040209713841587
+ 3.604068545578923
+ 3.6041161189077378
+ 3.6041636913706467
+ 3.604211262967691
+ 3.604258833698915
+ 3.6043064035643604
+ 3.6043539725640703
+ 3.6044015406980874
+ 3.604449107966455
+ 3.6044966743692153
+ 3.604544239906411
+ 3.604591804578085
+ 3.6046393683842806
+ 3.6046869313250394
+ 3.6047344934004055
+ 3.6047820546104203
+ 3.604829614955127
+ 3.604877174434569
+ 3.604924733048788
+ 3.6049722907978277
+ 3.6050198476817297
+ 3.605067403700538
+ 3.6051149588542946
+ 3.6051625131430414
+ 3.6052100665668227
+ 3.605257619125681
+ 3.6053051708196575
+ 3.605352721648796
+ 3.6054002716131395
+ 3.60544782071273
+ 3.6054953689476106
+ 3.6055429163178236
+ 3.605590462823412
+ 3.605638008464419
+ 3.605685553240886
+ 3.605733097152856
+ 3.6057806402003725
+ 3.6058281823834775
+ 3.605875723702214
+ 3.605923264156624
+ 3.6059708037467506
+ 3.6060183424726366
+ 3.6060658803343246
+ 3.606113417331857
+ 3.6061609534652765
+ 3.606208488734626
+ 3.6062560231399483
+ 3.606303556681285
+ 3.6063510893586797
+ 3.6063986211721746
+ 3.6064461521218125
+ 3.6064936822076357
+ 3.6065412114296875
+ 3.60658873978801
+ 3.6066362672826453
+ 3.6066837939136374
+ 3.6067313196810273
+ 3.6067788445848583
+ 3.6068263686251734
+ 3.6068738918020147
+ 3.606921414115425
+ 3.6069689355654466
+ 3.607016456152122
+ 3.6070639758754943
+ 3.607111494735606
+ 3.6071590127324993
+ 3.6072065298662164
+ 3.6072540461368017
+ 3.6073015615442947
+ 3.6073490760887412
+ 3.6073965897701816
+ 3.607444102588659
+ 3.607491614544216
+ 3.607539125636895
+ 3.607586635866739
+ 3.6076341452337903
+ 3.6076816537380916
+ 3.6077291613796842
+ 3.607776668158612
+ 3.6078241740749175
+ 3.6078716791286425
+ 3.6079191833198294
+ 3.6079666866485223
+ 3.608014189114761
+ 3.608061690718591
+ 3.6081091914600525
+ 3.608156691339189
+ 3.6082041903560427
+ 3.608251688510656
+ 3.6082991858030726
+ 3.608346682233333
+ 3.608394177801481
+ 3.6084416725075585
+ 3.6084891663516085
+ 3.6085366593336725
+ 3.608584151453795
+ 3.6086316427120155
+ 3.608679133108379
+ 3.6087266226429264
+ 3.608774111315701
+ 3.6088215991267454
+ 3.608869086076101
+ 3.608916572163811
+ 3.6089640573899175
+ 3.609011541754463
+ 3.6090590252574906
+ 3.6091065078990416
+ 3.6091539896791596
+ 3.6092014705978865
+ 3.609248950655264
+ 3.6092964298513355
+ 3.6093439081861427
+ 3.609391385659729
+ 3.6094388622721354
+ 3.6094863380234057
+ 3.609533812913581
+ 3.6095812869427046
+ 3.609628760110819
+ 3.609676232417966
+ 3.6097237038641876
+ 3.609771174449528
+ 3.609818644174027
+ 3.609866113037729
+ 3.6099135810406757
+ 3.6099610481829094
+ 3.610008514464472
+ 3.6100559798854075
+ 3.6101034444457563
+ 3.610150908145561
+ 3.6101983709848655
+ 3.610245832963711
+ 3.6102932940821395
+ 3.6103407543401937
+ 3.6103882137379166
+ 3.61043567227535
+ 3.610483129952536
+ 3.6105305867695168
+ 3.6105780427263356
+ 3.610625497823034
+ 3.6106729520596543
+ 3.61072040543624
+ 3.610767857952831
+ 3.610815309609472
+ 3.610862760406204
+ 3.610910210343069
+ 3.6109576594201105
+ 3.61100510763737
+ 3.61105255499489
+ 3.6111000014927126
+ 3.6111474471308806
+ 3.6111948919094354
+ 3.61124233582842
+ 3.6112897788878766
+ 3.611337221087847
+ 3.611384662428374
+ 3.6114321029094993
+ 3.611479542531266
+ 3.6115269812937156
+ 3.6115744191968906
+ 3.611621856240833
+ 3.6116692924255855
+ 3.61171672775119
+ 3.6117641622176886
+ 3.6118115958251242
+ 3.6118590285735386
+ 3.611906460462974
+ 3.611953891493472
+ 3.6120013216650766
+ 3.6120487509778276
+ 3.612096179431769
+ 3.612143607026943
+ 3.612191033763391
+ 3.612238459641155
+ 3.6122858846602783
+ 3.6123333088208023
+ 3.612380732122769
+ 3.6124281545662216
+ 3.6124755761512013
+ 3.6125229968777504
+ 3.612570416745912
+ 3.6126178357557266
+ 3.612665253907238
+ 3.6127126712004882
+ 3.612760087635518
+ 3.6128075032123705
+ 3.612854917931088
+ 3.612902331791713
+ 3.6129497447942867
+ 3.6129971569388517
+ 3.6130445682254493
+ 3.6130919786541233
+ 3.6131393882249148
+ 3.6131867969378657
+ 3.613234204793019
+ 3.6132816117904163
+ 3.6133290179300994
+ 3.6133764232121117
+ 3.6134238276364936
+ 3.613471231203288
+ 3.613518633912537
+ 3.6135660357642836
+ 3.6136134367585684
+ 3.613660836895434
+ 3.613708236174923
+ 3.613755634597077
+ 3.6138030321619383
+ 3.6138504288695485
+ 3.6138978247199507
+ 3.6139452197131856
+ 3.6139926138492973
+ 3.6140400071283256
+ 3.6140873995503138
+ 3.6141347911153034
+ 3.6141821818233373
+ 3.614229571674457
+ 3.614276960668705
+ 3.6143243488061225
+ 3.614371736086752
+ 3.6144191225106357
+ 3.6144665080778156
+ 3.6145138927883336
+ 3.614561276642232
+ 3.614608659639552
+ 3.614656041780337
+ 3.6147034230646278
+ 3.614750803492467
+ 3.6147981830638964
+ 3.6148455617789583
+ 3.6148929396376945
+ 3.614940316640147
+ 3.6149876927863582
+ 3.615035068076369
+ 3.6150824425102233
+ 3.615129816087961
+ 3.6151771888096254
+ 3.615224560675258
+ 3.6152719316849016
+ 3.6153193018385967
+ 3.6153666711363863
+ 3.6154140395783125
+ 3.615461407164416
+ 3.615508773894741
+ 3.615556139769327
+ 3.6156035047882176
+ 3.6156508689514544
+ 3.615698232259079
+ 3.615745594711133
+ 3.6157929563076605
+ 3.6158403170487006
+ 3.615887676934297
+ 3.615935035964491
+ 3.615982394139325
+ 3.61602975145884
+ 3.6160771079230796
+ 3.6161244635320835
+ 3.616171818285895
+ 3.6162191721845565
+ 3.6162665252281085
+ 3.6163138774165944
+ 3.616361228750055
+ 3.6164085792285325
+ 3.616455928852069
+ 3.616503277620706
+ 3.6165506255344853
+ 3.61659797259345
+ 3.6166453187976404
+ 3.6166926641470996
+ 3.616740008641868
+ 3.6167873522819898
+ 3.6168346950675048
+ 3.6168820369984562
+ 3.6169293780748846
+ 3.616976718296833
+ 3.617024057664343
+ 3.6170713961774554
+ 3.617118733836213
+ 3.6171660706406583
+ 3.617213406590832
+ 3.617260741686777
+ 3.6173080759285337
+ 3.6173554093161444
+ 3.6174027418496526
+ 3.6174500735290978
+ 3.617497404354523
+ 3.61754473432597
+ 3.6175920634434804
+ 3.617639391707096
+ 3.617686719116859
+ 3.6177340456728104
+ 3.6177813713749933
+ 3.6178286962234476
+ 3.6178760202182176
+ 3.617923343359343
+ 3.617970665646866
+ 3.618017987080829
+ 3.618065307661274
+ 3.618112627388242
+ 3.6181599462617746
+ 3.6182072642819145
+ 3.6182545814487024
+ 3.6183018977621813
+ 3.618349213222392
+ 3.6183965278293773
+ 3.6184438415831774
+ 3.618491154483835
+ 3.618538466531392
+ 3.6185857777258903
+ 3.618633088067371
+ 3.6186803975558766
+ 3.6187277061914473
+ 3.618775013974127
+ 3.6188223209039556
+ 3.618869626980976
+ 3.6189169322052295
+ 3.618964236576758
+ 3.6190115400956024
+ 3.6190588427618056
+ 3.619106144575408
+ 3.6191534455364525
+ 3.6192007456449806
+ 3.619248044901034
+ 3.619295343304654
+ 3.619342640855882
+ 3.619389937554761
+ 3.6194372334013316
+ 3.6194845283956356
+ 3.6195318225377147
+ 3.619579115827611
+ 3.6196264082653653
+ 3.619673699851021
+ 3.619720990584618
+ 3.619768280466199
+ 3.6198155694958047
+ 3.6198628576734775
+ 3.6199101449992592
+ 3.619957431473191
+ 3.6200047170953145
+ 3.620052001865672
+ 3.620099285784305
+ 3.6201465688512537
+ 3.620193851066561
+ 3.6202411324302695
+ 3.6202884129424193
+ 3.620335692603052
+ 3.6203829714122104
+ 3.6204302493699343
+ 3.6204775264762676
+ 3.62052480273125
+ 3.6205720781349244
+ 3.6206193526873314
+ 3.6206666263885134
+ 3.620713899238512
+ 3.6207611712373677
+ 3.6208084423851234
+ 3.62085571268182
+ 3.6209029821274994
+ 3.6209502507222027
+ 3.620997518465972
+ 3.621044785358848
+ 3.621092051400874
+ 3.62113931659209
+ 3.6211865809325383
+ 3.6212338444222603
+ 3.621281107061298
+ 3.6213283688496913
+ 3.621375629787484
+ 3.6214228898747156
+ 3.6214701491114294
+ 3.6215174074976657
+ 3.6215646650334667
+ 3.6216119217188747
+ 3.621659177553929
+ 3.621706432538673
+ 3.6217536866731472
+ 3.621800939957394
+ 3.6218481923914547
+ 3.6218954439753706
+ 3.6219426947091824
+ 3.6219899445929333
+ 3.6220371936266638
+ 3.622084441810415
+ 3.6221316891442292
+ 3.622178935628148
+ 3.6222261812622127
+ 3.622273426046464
+ 3.6223206699809447
+ 3.6223679130656956
+ 3.6224151553007573
+ 3.6224623966861733
+ 3.6225096372219836
+ 3.62255687690823
+ 3.6226041157449536
+ 3.6226513537321967
+ 3.6226985908700002
+ 3.6227458271584054
+ 3.6227930625974545
+ 3.622840297187188
+ 3.6228875309276485
+ 3.622934763818876
+ 3.6229819958609135
+ 3.623029227053801
+ 3.623076457397581
+ 3.6231236868922942
+ 3.6231709155379823
+ 3.6232181433346873
+ 3.62326537028245
+ 3.6233125963813118
+ 3.6233598216313143
+ 3.623407046032499
+ 3.623454269584907
+ 3.6235014922885798
+ 3.623548714143559
+ 3.623595935149886
+ 3.623643155307602
+ 3.623690374616748
+ 3.623737593077366
+ 3.6237848106894974
+ 3.623832027453184
+ 3.623879243368466
+ 3.6239264584353847
+ 3.6239736726539835
+ 3.6240208860243013
+ 3.624068098546381
+ 3.624115310220264
+ 3.624162521045991
+ 3.6242097310236034
+ 3.624256940153143
+ 3.6243041484346508
+ 3.6243513558681677
+ 3.6243985624537363
+ 3.6244457681913964
+ 3.624492973081191
+ 3.6245401771231593
+ 3.624587380317345
+ 3.624634582663788
+ 3.62468178416253
+ 3.624728984813612
+ 3.624776184617076
+ 3.624823383572963
+ 3.624870581681314
+ 3.6249177789421703
+ 3.624964975355574
+ 3.625012170921565
+ 3.6250593656401855
+ 3.6251065595114778
+ 3.6251537525354807
+ 3.625200944712238
+ 3.6252481360417894
+ 3.6252953265241765
+ 3.6253425161594413
+ 3.6253897049476245
+ 3.6254368928887666
+ 3.62548407998291
+ 3.6255312662300954
+ 3.625578451630365
+ 3.625625636183759
+ 3.625672819890319
+ 3.6257200027500858
+ 3.6257671847631014
+ 3.625814365929407
+ 3.6258615462490433
+ 3.6259087257220513
+ 3.625955904348474
+ 3.6260030821283507
+ 3.6260502590617234
+ 3.626097435148633
+ 3.6261446103891206
+ 3.6261917847832286
+ 3.626238958330997
+ 3.6262861310324674
+ 3.626333302887681
+ 3.626380473896679
+ 3.6264276440595027
+ 3.626474813376193
+ 3.6265219818467918
+ 3.6265691494713392
+ 3.6266163162498777
+ 3.6266634821824475
+ 3.62671064726909
+ 3.6267578115098464
+ 3.6268049749047577
+ 3.6268521374538656
+ 3.626899299157211
+ 3.626946460014835
+ 3.6269936200267785
+ 3.627040779193083
+ 3.62708793751379
+ 3.6271350949889403
+ 3.6271822516185743
+ 3.6272294074027345
+ 3.627276562341461
+ 3.6273237164347956
+ 3.627370869682779
+ 3.6274180220854526
+ 3.6274651736428574
+ 3.6275123243550347
+ 3.6275594742220254
+ 3.627606623243871
+ 3.6276537714206123
+ 3.6277009187522897
+ 3.6277480652389458
+ 3.627795210880621
+ 3.627842355677356
+ 3.6278894996291924
+ 3.627936642736171
+ 3.627983784998333
+ 3.62803092641572
+ 3.628078066988372
+ 3.628125206716331
+ 3.628172345599638
+ 3.6282194836383335
+ 3.62826662083246
+ 3.628313757182056
+ 3.6283608926871653
+ 3.628408027347827
+ 3.6284551611640836
+ 3.6285022941359752
+ 3.628549426263543
+ 3.628596557546828
+ 3.628643687985872
+ 3.6286908175807153
+ 3.628737946331399
+ 3.6287850742379644
+ 3.6288322013004524
+ 3.628879327518904
+ 3.6289264528933596
+ 3.628973577423862
+ 3.6290207011104503
+ 3.629067823953167
+ 3.6291149459520518
+ 3.6291620671071465
+ 3.629209187418492
+ 3.6292563068861297
+ 3.6293034255100998
+ 3.629350543290444
+ 3.6293976602272022
+ 3.629444776320417
+ 3.6294918915701286
+ 3.6295390059763775
+ 3.6295861195392054
+ 3.6296332322586524
+ 3.6296803441347607
+ 3.6297274551675707
+ 3.629774565357123
+ 3.629821674703459
+ 3.6298687832066197
+ 3.629915890866646
+ 3.6299629976835788
+ 3.6300101036574586
+ 3.6300572087883274
+ 3.630104313076225
+ 3.630151416521193
+ 3.6301985191232724
+ 3.630245620882504
+ 3.630292721798929
+ 3.6303398218725875
+ 3.630386921103521
+ 3.6304340194917706
+ 3.6304811170373767
+ 3.630528213740381
+ 3.6305753096008235
+ 3.6306224046187454
+ 3.6306694987941888
+ 3.630716592127192
+ 3.6307636846177984
+ 3.6308107762660478
+ 3.630857867071982
+ 3.63090495703564
+ 3.630952046157065
+ 3.6309991344362955
+ 3.631046221873375
+ 3.6310933084683414
+ 3.631140394221238
+ 3.6311874791321053
+ 3.6312345632009833
+ 3.6312816464279134
+ 3.631328728812936
+ 3.631375810356093
+ 3.631422891057424
+ 3.6314699709169704
+ 3.6315170499347733
+ 3.6315641281108735
+ 3.631611205445311
+ 3.631658281938128
+ 3.6317053575893636
+ 3.631752432399061
+ 3.631799506367259
+ 3.6318465794939994
+ 3.6318936517793223
+ 3.63194072322327
+ 3.6319877938258815
+ 3.6320348635871986
+ 3.6320819325072615
+ 3.632129000586112
+ 3.6321760678237904
+ 3.6322231342203373
+ 3.6322701997757934
+ 3.6323172644902
+ 3.6323643283635976
+ 3.632411391396027
+ 3.6324584535875295
+ 3.632505514938144
+ 3.632552575447914
+ 3.6325996351168786
+ 3.632646693945079
+ 3.6326937519325555
+ 3.6327408090793494
+ 3.632787865385502
+ 3.632834920851053
+ 3.632881975476043
+ 3.632929029260514
+ 3.6329760822045056
+ 3.633023134308059
+ 3.6330701855712153
+ 3.6331172359940145
+ 3.633164285576498
+ 3.6332113343187062
+ 3.6332583822206796
+ 3.6333054292824594
+ 3.6333524755040867
+ 3.6333995208856007
+ 3.633446565427044
+ 3.6334936091284553
+ 3.633540651989877
+ 3.6335876940113496
+ 3.633634735192913
+ 3.6336817755346082
+ 3.633728815036476
+ 3.6337758536985576
+ 3.633822891520893
+ 3.6338699285035228
+ 3.6339169646464886
+ 3.63396399994983
+ 3.6340110344135885
+ 3.6340580680378043
+ 3.634105100822518
+ 3.6341521327677704
+ 3.6341991638736024
+ 3.634246194140055
+ 3.6342932235671674
+ 3.6343402521549817
+ 3.634387279903538
+ 3.6344343068128775
+ 3.6344813328830394
+ 3.634528358114066
+ 3.634575382505997
+ 3.6346224060588734
+ 3.634669428772736
+ 3.634716450647625
+ 3.6347634716835815
+ 3.634810491880645
+ 3.6348575112388577
+ 3.6349045297582587
+ 3.6349515474388903
+ 3.6349985642807914
+ 3.635045580284004
+ 3.6350925954485676
+ 3.6351396097745234
+ 3.6351866232619123
+ 3.635233635910774
+ 3.63528064772115
+ 3.6353276586930803
+ 3.6353746688266053
+ 3.6354216781217668
+ 3.635468686578604
+ 3.6355156941971583
+ 3.635562700977469
+ 3.635609706919579
+ 3.635656712023527
+ 3.635703716289354
+ 3.635750719717101
+ 3.6357977223068074
+ 3.6358447240585154
+ 3.635891724972264
+ 3.6359387250480952
+ 3.6359857242860483
+ 3.636032722686165
+ 3.636079720248484
+ 3.636126716973048
+ 3.6361737128598963
+ 3.63622070790907
+ 3.6362677021206085
+ 3.6363146954945536
+ 3.6363616880309455
+ 3.6364086797298247
+ 3.636455670591231
+ 3.6365026606152058
+ 3.6365496498017897
+ 3.6365966381510217
+ 3.6366436256629444
+ 3.6366906123375973
+ 3.6367375981750207
+ 3.6367845831752548
+ 3.636831567338341
+ 3.6368785506643193
+ 3.6369255331532306
+ 3.636972514805115
+ 3.6370194956200126
+ 3.637066475597964
+ 3.6371134547390107
+ 3.6371604330431917
+ 3.6372074105105487
+ 3.637254387141121
+ 3.6373013629349504
+ 3.637348337892076
+ 3.6373953120125395
+ 3.637442285296381
+ 3.6374892577436393
+ 3.637536229354357
+ 3.637583200128574
+ 3.63763017006633
+ 3.6376771391676663
+ 3.6377241074326228
+ 3.6377710748612393
+ 3.637818041453558
+ 3.637865007209618
+ 3.6379119721294604
+ 3.637958936213124
+ 3.6380058994606514
+ 3.638052861872082
+ 3.6380998234474564
+ 3.638146784186814
+ 3.638193744090197
+ 3.638240703157644
+ 3.638287661389197
+ 3.638334618784895
+ 3.6383815753447792
+ 3.63842853106889
+ 3.6384754859572666
+ 3.638522440009951
+ 3.6385693932269825
+ 3.6386163456084026
+ 3.6386632971542503
+ 3.6387102478645668
+ 3.638757197739392
+ 3.638804146778767
+ 3.638851094982731
+ 3.6388980423513253
+ 3.6389449888845897
+ 3.638991934582565
+ 3.639038879445291
+ 3.6390858234728087
+ 3.6391327666651576
+ 3.639179709022379
+ 3.6392266505445128
+ 3.639273591231598
+ 3.639320531083678
+ 3.63936747010079
+ 3.639414408282976
+ 3.6394613456302753
+ 3.63950828214273
+ 3.6395552178203783
+ 3.6396021526632616
+ 3.6396490866714197
+ 3.6396960198448935
+ 3.639742952183723
+ 3.6397898836879485
+ 3.63983681435761
+ 3.639883744192749
+ 3.6399306731934034
+ 3.639977601359616
+ 3.6400245286914252
+ 3.640071455188872
+ 3.6401183808519977
+ 3.6401653056808403
+ 3.6402122296754422
+ 3.6402591528358426
+ 3.6403060751620813
+ 3.6403529966542
+ 3.6403999173122377
+ 3.640446837136235
+ 3.6404937561262325
+ 3.6405406742822692
+ 3.6405875916043873
+ 3.6406345080926257
+ 3.640681423747025
+ 3.640728338567625
+ 3.6407752525544668
+ 3.6408221657075894
+ 3.640869078027034
+ 3.6409159895128407
+ 3.6409629001650496
+ 3.6410098099837005
+ 3.641056718968834
+ 3.641103627120491
+ 3.64115053443871
+ 3.641197440923532
+ 3.6412443465749975
+ 3.6412912513931466
+ 3.641338155378019
+ 3.641385058529656
+ 3.641431960848096
+ 3.6414788623333814
+ 3.64152576298555
+ 3.641572662804644
+ 3.641619561790702
+ 3.6416664599437656
+ 3.6417133572638734
+ 3.641760253751067
+ 3.641807149405386
+ 3.6418540442268696
+ 3.6419009382155596
+ 3.6419478313714952
+ 3.6419947236947166
+ 3.6420416151852635
+ 3.6420885058431773
+ 3.642135395668497
+ 3.642182284661264
+ 3.642229172821516
+ 3.6422760601492956
+ 3.642322946644642
+ 3.6423698323075953
+ 3.642416717138195
+ 3.642463601136482
+ 3.6425104843024965
+ 3.6425573666362783
+ 3.642604248137867
+ 3.6426511288073042
+ 3.642698008644628
+ 3.64274488764988
+ 3.6427917658230995
+ 3.642838643164327
+ 3.6428855196736025
+ 3.642932395350966
+ 3.6429792701964567
+ 3.643026144210116
+ 3.643073017391984
+ 3.6431198897421
+ 3.6431667612605043
+ 3.6432136319472366
+ 3.643260501802338
+ 3.6433073708258474
+ 3.643354239017806
+ 3.6434011063782523
+ 3.6434479729072273
+ 3.6434948386047714
+ 3.6435417034709237
+ 3.6435885675057254
+ 3.6436354307092156
+ 3.643682293081434
+ 3.6437291546224215
+ 3.643776015332218
+ 3.643822875210863
+ 3.643869734258397
+ 3.64391659247486
+ 3.6439634498602924
+ 3.644010306414733
+ 3.644057162138222
+ 3.6441040170308003
+ 3.6441508710925077
+ 3.6441977243233836
+ 3.6442445767234686
+ 3.644291428292802
+ 3.6443382790314245
+ 3.6443851289393754
+ 3.6444319780166956
+ 3.6444788262634242
+ 3.6445256736796012
+ 3.6445725202652675
+ 3.6446193660204615
+ 3.644666210945225
+ 3.6447130550395963
+ 3.6447598983036165
+ 3.644806740737325
+ 3.6448535823407617
+ 3.644900423113967
+ 3.6449472630569804
+ 3.6449941021698415
+ 3.6450409404525916
+ 3.6450877779052693
+ 3.6451346145279153
+ 3.6451814503205684
+ 3.6452282852832703
+ 3.645275119416059
+ 3.6453219527189766
+ 3.6453687851920606
+ 3.6454156168353524
+ 3.6454624476488924
+ 3.6455092776327183
+ 3.6455561067868727
+ 3.645602935111393
+ 3.6456497626063213
+ 3.6456965892716955
+ 3.645743415107557
+ 3.645790240113945
+ 3.6458370642909
+ 3.645883887638461
+ 3.6459307101566685
+ 3.6459775318455616
+ 3.646024352705181
+ 3.6460711727355664
+ 3.6461179919367575
+ 3.646164810308794
+ 3.646211627851716
+ 3.6462584445655635
+ 3.646305260450376
+ 3.6463520755061936
+ 3.6463988897330557
+ 3.6464457031310027
+ 3.6464925157000745
+ 3.64653932744031
+ 3.64658613835175
+ 3.646632948434435
+ 3.646679757688402
+ 3.6467265661136943
+ 3.646773373710349
+ 3.6468201804784077
+ 3.646866986417909
+ 3.6469137915288936
+ 3.6469605958114
+ 3.64700739926547
+ 3.6470542018911423
+ 3.647101003688456
+ 3.6471478046574517
+ 3.647194604798169
+ 3.6472414041106487
+ 3.647288202594929
+ 3.6473350002510503
+ 3.6473817970790523
+ 3.6474285930789754
+ 3.647475388250858
+ 3.647522182594742
+ 3.6475689761106653
+ 3.647615768798668
+ 3.6476625606587905
+ 3.6477093516910717
+ 3.6477561418955524
+ 3.6478029312722713
+ 3.6478497198212687
+ 3.6478965075425847
+ 3.6479432944362586
+ 3.6479900805023293
+ 3.6480368657408384
+ 3.648083650151824
+ 3.648130433735327
+ 3.6481772164913857
+ 3.648223998420041
+ 3.6482707795213325
+ 3.6483175597953
+ 3.6483643392419824
+ 3.64841111786142
+ 3.6484578956536526
+ 3.6485046726187202
+ 3.6485514487566615
+ 3.6485982240675168
+ 3.6486449985513256
+ 3.648691772208128
+ 3.6487385450379635
+ 3.6487853170408715
+ 3.648832088216892
+ 3.6488788585660643
+ 3.6489256280884286
+ 3.6489723967840244
+ 3.6490191646528913
+ 3.6490659316950684
+ 3.6491126979105966
+ 3.649159463299514
+ 3.6492062278618618
+ 3.649252991597679
+ 3.6492997545070054
+ 3.6493465165898797
+ 3.6493932778463427
+ 3.649440038276434
+ 3.6494867978801926
+ 3.649533556657658
+ 3.649580314608871
+ 3.6496270717338697
+ 3.6496738280326952
+ 3.6497205835053865
+ 3.649767338151982
+ 3.649814091972524
+ 3.64986084496705
+ 3.6499075971356
+ 3.649954348478214
+ 3.650001098994931
+ 3.6500478486857912
+ 3.6500945975508343
+ 3.6501413455900993
+ 3.650188092803626
+ 3.6502348391914543
+ 3.650281584753624
+ 3.650328329490173
+ 3.6503750734011433
+ 3.6504218164865723
+ 3.6504685587465016
+ 3.650515300180969
+ 3.6505620407900152
+ 3.6506087805736795
+ 3.650655519532001
+ 3.6507022576650194
+ 3.6507489949727745
+ 3.650795731455306
+ 3.6508424671126534
+ 3.6508892019448558
+ 3.650935935951953
+ 3.6509826691339846
+ 3.65102940149099
+ 3.6510761330230093
+ 3.651122863730081
+ 3.6511695936122455
+ 3.6512163226695415
+ 3.65126305090201
+ 3.651309778309688
+ 3.651356504892618
+ 3.6514032306508377
+ 3.651449955584387
+ 3.6514966796933055
+ 3.651543402977632
+ 3.6515901254374072
+ 3.6516368470726692
+ 3.651683567883459
+ 3.6517302878698152
+ 3.6517770070317774
+ 3.651823725369385
+ 3.651870442882678
+ 3.651917159571695
+ 3.651963875436476
+ 3.6520105904770603
+ 3.652057304693488
+ 3.6521040180857978
+ 3.6521507306540295
+ 3.652197442398222
+ 3.652244153318416
+ 3.6522908634146503
+ 3.6523375726869634
+ 3.652384281135396
+ 3.6524309887599866
+ 3.6524776955607763
+ 3.6525244015378022
+ 3.6525711066911057
+ 3.652617811020725
+ 3.6526645145267005
+ 3.6527112172090703
+ 3.6527579190678754
+ 3.6528046201031543
+ 3.6528513203149466
+ 3.652898019703291
+ 3.6529447182682286
+ 3.652991416009797
+ 3.6530381129280367
+ 3.6530848090229866
+ 3.653131504294687
+ 3.653178198743176
+ 3.653224892368494
+ 3.6532715851706796
+ 3.6533182771497725
+ 3.6533649683058123
+ 3.653411658638838
+ 3.6534583481488894
+ 3.6535050368360054
+ 3.653551724700226
+ 3.65359841174159
+ 3.653645097960137
+ 3.653691783355906
+ 3.653738467928937
+ 3.653785151679269
+ 3.6538318346069416
+ 3.653878516711994
+ 3.653925197994465
+ 3.653971878454394
+ 3.654018558091822
+ 3.6540652369067863
+ 3.6541119148993273
+ 3.6541585920694835
+ 3.654205268417295
+ 3.654251943942801
+ 3.654298618646041
+ 3.654345292527054
+ 3.6543919655858783
+ 3.6544386378225555
+ 3.6544853092371232
+ 3.654531979829621
+ 3.6545786496000887
+ 3.654625318548565
+ 3.6546719866750896
+ 3.654718653979702
+ 3.6547653204624404
+ 3.6548119861233452
+ 3.6548586509624554
+ 3.6549053149798105
+ 3.654951978175449
+ 3.654998640549411
+ 3.6550453021017346
+ 3.6550919628324605
+ 3.6551386227416276
+ 3.655185281829274
+ 3.6552319400954407
+ 3.655278597540166
+ 3.6553252541634893
+ 3.6553719099654494
+ 3.655418564946087
+ 3.655465219105439
+ 3.6555118724435465
+ 3.655558524960448
+ 3.655605176656183
+ 3.6556518275307908
+ 3.655698477584311
+ 3.6557451268167815
+ 3.6557917752282427
+ 3.6558384228187335
+ 3.655885069588293
+ 3.6559317155369606
+ 3.6559783606647747
+ 3.656025004971776
+ 3.6560716484580023
+ 3.6561182911234935
+ 3.6561649329682893
+ 3.6562115739924277
+ 3.6562582141959483
+ 3.656304853578891
+ 3.6563514921412943
+ 3.656398129883198
+ 3.6564447668046403
+ 3.6564914029056608
+ 3.6565380381862984
+ 3.6565846726465936
+ 3.656631306286584
+ 3.65667793910631
+ 3.6567245711058094
+ 3.6567712022851224
+ 3.656817832644288
+ 3.6568644621833446
+ 3.6569110909023324
+ 3.65695771880129
+ 3.657004345880256
+ 3.657050972139271
+ 3.6570975975783733
+ 3.6571442221976014
+ 3.6571908459969955
+ 3.6572374689765943
+ 3.6572840911364373
+ 3.6573307124765626
+ 3.6573773329970103
+ 3.657423952697819
+ 3.657470571579028
+ 3.657517189640677
+ 3.6575638068828034
+ 3.657610423305448
+ 3.657657038908649
+ 3.6577036536924465
+ 3.657750267656878
+ 3.657796880801984
+ 3.657843493127803
+ 3.657890104634374
+ 3.6579367153217364
+ 3.6579833251899294
+ 3.6580299342389915
+ 3.658076542468962
+ 3.65812314987988
+ 3.6581697564717848
+ 3.658216362244715
+ 3.65826296719871
+ 3.6583095713338087
+ 3.658356174650051
+ 3.658402777147474
+ 3.658449378826119
+ 3.6584959796860237
+ 3.658542579727227
+ 3.658589178949769
+ 3.658635777353687
+ 3.6586823749390223
+ 3.6587289717058122
+ 3.658775567654096
+ 3.6588221627839133
+ 3.6588687570953033
+ 3.6589153505883036
+ 3.658961943262955
+ 3.6590085351192956
+ 3.6590551261573645
+ 3.6591017163772
+ 3.6591483057788428
+ 3.6591948943623303
+ 3.659241482127702
+ 3.6592880690749974
+ 3.6593346552042543
+ 3.6593812405155135
+ 3.659427825008812
+ 3.6594744086841904
+ 3.6595209915416866
+ 3.65956757358134
+ 3.6596141548031897
+ 3.6596607352072748
+ 3.6597073147936334
+ 3.6597538935623057
+ 3.6598004715133294
+ 3.6598470486467445
+ 3.659893624962589
+ 3.659940200460903
+ 3.6599867751417245
+ 3.6600333490050927
+ 3.6600799220510467
+ 3.6601264942796257
+ 3.6601730656908678
+ 3.6602196362848125
+ 3.660266206061499
+ 3.660312775020965
+ 3.6603593431632513
+ 3.6604059104883953
+ 3.6604524769964364
+ 3.6604990426874138
+ 3.660545607561366
+ 3.6605921716183323
+ 3.660638734858351
+ 3.6606852972814616
+ 3.6607318588877025
+ 3.660778419677113
+ 3.6608249796497323
+ 3.6608715388055986
+ 3.6609180971447515
+ 3.6609646546672283
+ 3.66101121137307
+ 3.661057767262314
+ 3.661104322335
+ 3.6611508765911664
+ 3.6611974300308523
+ 3.661243982654096
+ 3.661290534460937
+ 3.6613370854514145
+ 3.6613836356255667
+ 3.6614301849834323
+ 3.6614767335250504
+ 3.6615232812504606
+ 3.6615698281597
+ 3.6616163742528096
+ 3.6616629195298267
+ 3.6617094639907903
+ 3.6617560076357396
+ 3.6618025504647136
+ 3.6618490924777505
+ 3.66189563367489
+ 3.66194217405617
+ 3.66198871362163
+ 3.6620352523713082
+ 3.662081790305244
+ 3.662128327423476
+ 3.662174863726043
+ 3.6622213992129837
+ 3.6622679338843365
+ 3.662314467740141
+ 3.6623610007804364
+ 3.66240753300526
+ 3.6624540644146513
+ 3.6625005950086496
+ 3.6625471247872925
+ 3.66259365375062
+ 3.66264018189867
+ 3.6626867092314823
+ 3.662733235749095
+ 3.6627797614515463
+ 3.6628262863388756
+ 3.662872810411122
+ 3.6629193336683237
+ 3.6629658561105196
+ 3.6630123777377483
+ 3.663058898550049
+ 3.66310541854746
+ 3.66315193773002
+ 3.663198456097768
+ 3.663244973650743
+ 3.6632914903889833
+ 3.6633380063125274
+ 3.6633845214214147
+ 3.6634310357156834
+ 3.6634775491953726
+ 3.663524061860521
+ 3.663570573711167
+ 3.6636170847473495
+ 3.663663594969107
+ 3.663710104376479
+ 3.6637566129695025
+ 3.6638031207482182
+ 3.6638496277126635
+ 3.6638961338628775
+ 3.663942639198899
+ 3.663989143720767
+ 3.6640356474285185
+ 3.6640821503221943
+ 3.6641286524018324
+ 3.664175153667471
+ 3.6642216541191486
+ 3.6642681537569053
+ 3.6643146525807784
+ 3.664361150590807
+ 3.664407647787029
+ 3.664454144169485
+ 3.6645006397382116
+ 3.6645471344932483
+ 3.6645936284346345
+ 3.664640121562407
+ 3.664686613876606
+ 3.66473310537727
+ 3.664779596064437
+ 3.664826085938146
+ 3.664872574998436
+ 3.6649190632453448
+ 3.664965550678912
+ 3.665012037299175
+ 3.665058523106173
+ 3.665105008099945
+ 3.665151492280529
+ 3.6651979756479642
+ 3.6652444582022894
+ 3.665290939943542
+ 3.665337420871762
+ 3.6653839009869866
+ 3.6654303802892554
+ 3.665476858778607
+ 3.665523336455079
+ 3.665569813318712
+ 3.665616289369542
+ 3.66566276460761
+ 3.6657092390329526
+ 3.6657557126456095
+ 3.6658021854456186
+ 3.66584865743302
+ 3.6658951286078496
+ 3.6659415989701487
+ 3.665988068519954
+ 3.666034537257305
+ 3.6660810051822397
+ 3.6661274722947974
+ 3.6661739385950156
+ 3.666220404082934
+ 3.66626686875859
+ 3.666313332622023
+ 3.6663597956732716
+ 3.666406257912373
+ 3.6664527193393672
+ 3.6664991799542923
+ 3.666545639757187
+ 3.666592098748089
+ 3.666638556927038
+ 3.6666850142940715
+ 3.6667314708492285
+ 3.666777926592547
+ 3.666824381524066
+ 3.6668708356438247
+ 3.6669172889518604
+ 3.6669637414482117
+ 3.667010193132918
+ 3.6670566440060166
+ 3.667103094067547
+ 3.6671495433175476
+ 3.667195991756056
+ 3.6672424393831116
+ 3.6672888861987523
+ 3.667335332203017
+ 3.667381777395944
+ 3.6674282217775716
+ 3.6674746653479384
+ 3.6675211081070827
+ 3.667567550055043
+ 3.6676139911918586
+ 3.6676604315175667
+ 3.6677068710322067
+ 3.6677533097358164
+ 3.6677997476284343
+ 3.6678461847100987
+ 3.667892620980849
+ 3.6679390564407233
+ 3.667985491089759
+ 3.668031924927996
+ 3.668078357955471
+ 3.668124790172224
+ 3.6681712215782922
+ 3.6682176521737158
+ 3.668264081958531
+ 3.6683105109327774
+ 3.6683569390964936
+ 3.668403366449718
+ 3.668449792992488
+ 3.668496218724843
+ 3.668542643646821
+ 3.668589067758461
+ 3.6686354910598
+ 3.668681913550878
+ 3.668728335231732
+ 3.6687747561024016
+ 3.668821176162924
+ 3.6688675954133383
+ 3.668914013853683
+ 3.668960431483996
+ 3.669006848304316
+ 3.669053264314681
+ 3.6690996795151305
+ 3.669146093905701
+ 3.669192507486432
+ 3.669238920257362
+ 3.6692853322185286
+ 3.669331743369971
+ 3.669378153711727
+ 3.669424563243835
+ 3.669470971966333
+ 3.66951737987926
+ 3.6695637869826543
+ 3.6696101932765535
+ 3.669656598760997
+ 3.6697030034360223
+ 3.6697494073016674
+ 3.6697958103579715
+ 3.669842212604973
+ 3.66988861404271
+ 3.6699350146712195
+ 3.669981414490542
+ 3.6700278135007136
+ 3.670074211701774
+ 3.670120609093762
+ 3.6701670056767144
+ 3.6702134014506704
+ 3.670259796415668
+ 3.670306190571745
+ 3.6703525839189415
+ 3.6703989764572933
+ 3.67044536818684
+ 3.6704917591076205
+ 3.6705381492196723
+ 3.6705845385230327
+ 3.670630927017742
+ 3.670677314703837
+ 3.6707237015813563
+ 3.670770087650338
+ 3.670816472910821
+ 3.670862857362843
+ 3.6709092410064423
+ 3.670955623841657
+ 3.6710020058685258
+ 3.671048387087087
+ 3.671094767497378
+ 3.6711411470994384
+ 3.671187525893304
+ 3.671233903879016
+ 3.671280281056611
+ 3.6713266574261274
+ 3.671373032987603
+ 3.671419407741077
+ 3.6714657816865874
+ 3.671512154824171
+ 3.6715585271538678
+ 3.671604898675715
+ 3.6716512693897516
+ 3.671697639296015
+ 3.6717440083945436
+ 3.671790376685376
+ 3.6718367441685493
+ 3.671883110844103
+ 3.6719294767120747
+ 3.6719758417725026
+ 3.672022206025425
+ 3.6720685694708797
+ 3.6721149321089053
+ 3.6721612939395394
+ 3.6722076549628206
+ 3.6722540151787877
+ 3.6723003745874774
+ 3.6723467331889292
+ 3.67239309098318
+ 3.6724394479702696
+ 3.6724858041502344
+ 3.6725321595231133
+ 3.672578514088945
+ 3.6726248678477664
+ 3.6726712207996166
+ 3.6727175729445336
+ 3.672763924282555
+ 3.67281027481372
+ 3.672856624538065
+ 3.67290297345563
+ 3.6729493215664517
+ 3.6729956688705694
+ 3.6730420153680203
+ 3.6730883610588427
+ 3.673134705943075
+ 3.6731810500207547
+ 3.6732273932919206
+ 3.67327373575661
+ 3.673320077414862
+ 3.673366418266714
+ 3.6734127583122045
+ 3.6734590975513703
+ 3.673505435984252
+ 3.673551773610885
+ 3.6735981104313096
+ 3.673644446445562
+ 3.6736907816536815
+ 3.673737116055706
+ 3.6737834496516726
+ 3.673829782441621
+ 3.673876114425588
+ 3.6739224456036115
+ 3.6739687759757307
+ 3.6740151055419825
+ 3.674061434302406
+ 3.6741077622570386
+ 3.674154089405918
+ 3.674200415749083
+ 3.6742467412865714
+ 3.674293066018421
+ 3.6743393899446697
+ 3.6743857130653566
+ 3.6744320353805184
+ 3.6744783568901935
+ 3.6745246775944205
+ 3.6745709974932366
+ 3.6746173165866796
+ 3.6746636348747894
+ 3.6747099523576012
+ 3.674756269035156
+ 3.674802584907489
+ 3.6748488999746405
+ 3.674895214236647
+ 3.674941527693547
+ 3.674987840345379
+ 3.675034152192179
+ 3.6750804632339875
+ 3.6751267734708413
+ 3.6751730829027784
+ 3.675219391529837
+ 3.6752656993520545
+ 3.6753120063694693
+ 3.67535831258212
+ 3.675404617990043
+ 3.675450922593278
+ 3.6754972263918617
+ 3.6755435293858327
+ 3.675589831575228
+ 3.6756361329600873
+ 3.6756824335404468
+ 3.6757287333163453
+ 3.6757750322878207
+ 3.6758213304549106
+ 3.6758676278176536
+ 3.6759139243760868
+ 3.6759602201302486
+ 3.676006515080177
+ 3.6760528092259097
+ 3.676099102567484
+ 3.676145395104939
+ 3.6761916868383118
+ 3.6762379777676415
+ 3.676284267892964
+ 3.676330557214319
+ 3.676376845731743
+ 3.6764231334452755
+ 3.676469420354953
+ 3.676515706460814
+ 3.676561991762896
+ 3.6766082762612373
+ 3.6766545599558764
+ 3.676700842846849
+ 3.6767471249341956
+ 3.6767934062179526
+ 3.6768396866981576
+ 3.6768859663748494
+ 3.6769322452480653
+ 3.6769785233178434
+ 3.677024800584222
+ 3.6770710770472377
+ 3.67711735270693
+ 3.677163627563335
+ 3.6772099016164916
+ 3.677256174866437
+ 3.67730244731321
+ 3.677348718956848
+ 3.6773949897973885
+ 3.6774412598348696
+ 3.6774875290693294
+ 3.677533797500806
+ 3.677580065129335
+ 3.677626331954957
+ 3.6776725979777085
+ 3.6777188631976276
+ 3.6777651276147516
+ 3.6778113912291195
+ 3.6778576540407677
+ 3.6779039160497353
+ 3.6779501772560588
+ 3.6779964376597767
+ 3.678042697260927
+ 3.678088956059547
+ 3.678135214055675
+ 3.6781814712493484
+ 3.678227727640605
+ 3.6782739832294826
+ 3.678320238016019
+ 3.6783664920002526
+ 3.67841274518222
+ 3.6784589975619597
+ 3.67850524913951
+ 3.678551499914907
+ 3.67859774988819
+ 3.678643999059396
+ 3.678690247428563
+ 3.678736494995729
+ 3.6787827417609313
+ 3.6788289877242075
+ 3.678875232885596
+ 3.6789214772451335
+ 3.6789677208028593
+ 3.6790139635588095
+ 3.6790602055130237
+ 3.6791064466655374
+ 3.6791526870163898
+ 3.679198926565619
+ 3.6792451653132607
+ 3.679291403259355
+ 3.6793376404039377
+ 3.6793838767470475
+ 3.6794301122887223
+ 3.6794763470289995
+ 3.6795225809679164
+ 3.6795688141055107
+ 3.679615046441821
+ 3.679661277976884
+ 3.6797075087107385
+ 3.679753738643421
+ 3.6797999677749695
+ 3.6798461961054225
+ 3.6798924236348163
+ 3.67993865036319
+ 3.6799848762905802
+ 3.680031101417025
+ 3.6800773257425625
+ 3.6801235492672295
+ 3.6801697719910638
+ 3.6802159939141035
+ 3.6802622150363864
+ 3.6803084353579494
+ 3.680354654878831
+ 3.6804008735990683
+ 3.680447091518699
+ 3.6804933086377605
+ 3.6805395249562913
+ 3.6805857404743283
+ 3.6806319551919096
+ 3.6806781691090715
+ 3.6807243822258533
+ 3.680770594542292
+ 3.6808168060584254
+ 3.680863016774291
+ 3.680909226689926
+ 3.6809554358053687
+ 3.681001644120656
+ 3.6810478516358263
+ 3.6810940583509164
+ 3.6811402642659647
+ 3.681186469381008
+ 3.6812326736960843
+ 3.681278877211231
+ 3.681325079926486
+ 3.681371281841887
+ 3.6814174829574715
+ 3.6814636832732766
+ 3.68150988278934
+ 3.681556081505699
+ 3.681602279422393
+ 3.6816484765394573
+ 3.6816946728569304
+ 3.68174086837485
+ 3.6817870630932537
+ 3.681833257012179
+ 3.6818794501316625
+ 3.6819256424517426
+ 3.681971833972457
+ 3.6820180246938436
+ 3.6820642146159392
+ 3.6821104037387813
+ 3.682156592062408
+ 3.6822027795868557
+ 3.682248966312163
+ 3.682295152238368
+ 3.6823413373655067
+ 3.6823875216936175
+ 3.6824337052227376
+ 3.682479887952905
+ 3.6825260698841564
+ 3.6825722510165297
+ 3.682618431350063
+ 3.682664610884793
+ 3.682710789620758
+ 3.682756967557994
+ 3.6828031446965404
+ 3.6828493210364335
+ 3.6828954965777108
+ 3.68294167132041
+ 3.6829878452645692
+ 3.683034018410225
+ 3.6830801907574156
+ 3.683126362306177
+ 3.683172533056549
+ 3.6832187030085675
+ 3.68326487216227
+ 3.683311040517694
+ 3.683357208074878
+ 3.6834033748338584
+ 3.6834495407946726
+ 3.683495705957359
+ 3.683541870321954
+ 3.6835880338884963
+ 3.683634196657022
+ 3.683680358627569
+ 3.683726519800174
+ 3.6837726801748767
+ 3.6838188397517126
+ 3.6838649985307197
+ 3.683911156511935
+ 3.6839573136953967
+ 3.6840034700811413
+ 3.684049625669207
+ 3.6840957804596313
+ 3.684141934452451
+ 3.6841880876477036
+ 3.684234240045427
+ 3.684280391645658
+ 3.6843265424484346
+ 3.6843726924537936
+ 3.6844188416617727
+ 3.6844649900724096
+ 3.684511137685741
+ 3.684557284501805
+ 3.6846034305206383
+ 3.6846495757422786
+ 3.6846957201667636
+ 3.6847418637941307
+ 3.6847880066244163
+ 3.6848341486576586
+ 3.684880289893895
+ 3.6849264303331624
+ 3.6849725699754985
+ 3.6850187088209405
+ 3.6850648468695257
+ 3.685110984121292
+ 3.6851571205762768
+ 3.6852032562345163
+ 3.6852493910960487
+ 3.6852955251609107
+ 3.6853416584291407
+ 3.685387790900775
+ 3.6854339225758523
+ 3.685480053454408
+ 3.685526183536481
+ 3.685572312822108
+ 3.6856184413113264
+ 3.6856645690041736
+ 3.6857106959006867
+ 3.685756822000903
+ 3.68580294730486
+ 3.685849071812595
+ 3.685895195524146
+ 3.6859413184395486
+ 3.6859874405588413
+ 3.6860335618820614
+ 3.6860796824092463
+ 3.6861258021404324
+ 3.6861719210756574
+ 3.686218039214959
+ 3.6862641565583742
+ 3.6863102731059407
+ 3.686356388857695
+ 3.6864025038136745
+ 3.686448617973917
+ 3.6864947313384597
+ 3.686540843907339
+ 3.6865869556805935
+ 3.6866330666582594
+ 3.6866791768403746
+ 3.6867252862269755
+ 3.6867713948181007
+ 3.686817502613786
+ 3.68686360961407
+ 3.686909715818989
+ 3.6869558212285805
+ 3.687001925842882
+ 3.68704802966193
+ 3.6870941326857625
+ 3.6871402349144162
+ 3.6871863363479287
+ 3.6872324369863367
+ 3.687278536829679
+ 3.6873246358779905
+ 3.68737073413131
+ 3.687416831589674
+ 3.68746292825312
+ 3.6875090241216855
+ 3.6875551191954075
+ 3.6876012134743226
+ 3.6876473069584685
+ 3.6876933996478822
+ 3.6877394915426014
+ 3.687785582642663
+ 3.687831672948104
+ 3.687877762458962
+ 3.687923851175274
+ 3.6879699390970764
+ 3.6880160262244073
+ 3.6880621125573034
+ 3.6881081980958026
+ 3.688154282839941
+ 3.688200366789757
+ 3.6882464499452867
+ 3.6882925323065674
+ 3.688338613873637
+ 3.6883846946465315
+ 3.688430774625289
+ 3.688476853809947
+ 3.6885229322005415
+ 3.6885690097971096
+ 3.688615086599689
+ 3.6886611626083172
+ 3.6887072378230314
+ 3.688753312243868
+ 3.6887993858708636
+ 3.6888454587040567
+ 3.6888915307434837
+ 3.688937601989182
+ 3.6889836724411884
+ 3.68902974209954
+ 3.6890758109642743
+ 3.6891218790354285
+ 3.6891679463130385
+ 3.6892140127971436
+ 3.689260078487778
+ 3.6893061433849814
+ 3.68935220748879
+ 3.6893982707992405
+ 3.68944433331637
+ 3.6894903950402163
+ 3.6895364559708157
+ 3.6895825161082056
+ 3.6896285754524234
+ 3.6896746340035054
+ 3.6897206917614893
+ 3.6897667487264116
+ 3.6898128048983105
+ 3.689858860277222
+ 3.6899049148631833
+ 3.6899509686562317
+ 3.689997021656404
+ 3.6900430738637375
+ 3.6900891252782695
+ 3.6901351759000365
+ 3.690181225729076
+ 3.6902272747654243
+ 3.690273323009119
+ 3.6903193704601973
+ 3.690365417118696
+ 3.690411462984652
+ 3.6904575080581026
+ 3.6905035523390843
+ 3.6905495958276346
+ 3.690595638523791
+ 3.690641680427589
+ 3.690687721539067
+ 3.6907337618582616
+ 3.69077980138521
+ 3.690825840119948
+ 3.6908718780625143
+ 3.690917915212945
+ 3.6909639515712773
+ 3.691009987137548
+ 3.691056021911794
+ 3.691102055894053
+ 3.691148089084361
+ 3.6911941214827553
+ 3.691240153089274
+ 3.6912861839039524
+ 3.691332213926828
+ 3.691378243157938
+ 3.69142427159732
+ 3.691470299245009
+ 3.691516326101044
+ 3.6915623521654615
+ 3.691608377438298
+ 3.6916544019195903
+ 3.6917004256093757
+ 3.691746448507691
+ 3.691792470614573
+ 3.69183849193006
+ 3.6918845124541866
+ 3.6919305321869915
+ 3.6919765511285108
+ 3.6920225692787816
+ 3.6920685866378413
+ 3.6921146032057264
+ 3.6921606189824745
+ 3.6922066339681208
+ 3.692252648162704
+ 3.6922986615662596
+ 3.6923446741788255
+ 3.6923906860004387
+ 3.6924366970311358
+ 3.692482707270953
+ 3.692528716719928
+ 3.6925747253780976
+ 3.692620733245499
+ 3.6926667403221685
+ 3.6927127466081435
+ 3.69275875210346
+ 3.692804756808156
+ 3.692850760722267
+ 3.692896763845831
+ 3.6929427661788847
+ 3.6929887677214652
+ 3.6930347684736087
+ 3.6930807684353524
+ 3.6931267676067336
+ 3.6931727659877884
+ 3.6932187635785536
+ 3.693264760379067
+ 3.693310756389365
+ 3.693356751609483
+ 3.6934027460394607
+ 3.6934487396793325
+ 3.6934947325291367
+ 3.693540724588909
+ 3.6935867158586877
+ 3.6936327063385077
+ 3.693678696028407
+ 3.6937246849284224
+ 3.693770673038591
+ 3.6938166603589493
+ 3.6938626468895337
+ 3.693908632630382
+ 3.6939546175815297
+ 3.694000601743014
+ 3.6940465851148727
+ 3.6940925676971412
+ 3.6941385494898573
+ 3.694184530493058
+ 3.694230510706779
+ 3.694276490131058
+ 3.6943224687659315
+ 3.6943684466114357
+ 3.694414423667608
+ 3.694460399934486
+ 3.6945063754121046
+ 3.6945523501005018
+ 3.694598323999714
+ 3.694644297109779
+ 3.694690269430732
+ 3.6947362409626106
+ 3.694782211705451
+ 3.6948281816592905
+ 3.694874150824166
+ 3.6949201192001135
+ 3.6949660867871708
+ 3.6950120535853737
+ 3.6950580195947595
+ 3.6951039848153644
+ 3.695149949247226
+ 3.6951959128903797
+ 3.6952418757448635
+ 3.6952878378107137
+ 3.695333799087967
+ 3.6953797595766598
+ 3.69542571927683
+ 3.695471678188513
+ 3.695517636311746
+ 3.6955635936465656
+ 3.6956095501930086
+ 3.6956555059511116
+ 3.6957014609209113
+ 3.695747415102445
+ 3.6957933684957487
+ 3.6958393211008596
+ 3.6958852729178133
+ 3.695931223946648
+ 3.6959771741873992
+ 3.696023123640105
+ 3.6960690723048004
+ 3.696115020181523
+ 3.696160967270309
+ 3.696206913571196
+ 3.6962528590842196
+ 3.6962988038094173
+ 3.6963447477468248
+ 3.69639069089648
+ 3.6964366332584184
+ 3.6964825748326775
+ 3.6965285156192937
+ 3.6965744556183036
+ 3.6966203948297434
+ 3.6966663332536505
+ 3.6967122708900613
+ 3.6967582077390118
+ 3.6968041438005397
+ 3.6968500790746814
+ 3.6968960135614726
+ 3.696941947260951
+ 3.6969878801731526
+ 3.6970338122981143
+ 3.697079743635873
+ 3.697125674186464
+ 3.697171603949926
+ 3.697217532926294
+ 3.697263461115605
+ 3.6973093885178967
+ 3.697355315133204
+ 3.697401240961564
+ 3.697447166003014
+ 3.6974930902575895
+ 3.6975390137253283
+ 3.6975849364062663
+ 3.6976308583004402
+ 3.6976767794078866
+ 3.697722699728642
+ 3.6977686192627433
+ 3.6978145380102263
+ 3.697860455971129
+ 3.6979063731454858
+ 3.6979522895333354
+ 3.6979982051347133
+ 3.6980441199496568
+ 3.698090033978201
+ 3.6981359472203836
+ 3.6981818596762417
+ 3.6982277713458105
+ 3.6982736822291273
+ 3.698319592326228
+ 3.6983655016371504
+ 3.69841141016193
+ 3.6984573179006035
+ 3.6985032248532073
+ 3.6985491310197784
+ 3.6985950364003535
+ 3.6986409409949683
+ 3.69868684480366
+ 3.6987327478264644
+ 3.6987786500634185
+ 3.6988245515145595
+ 3.6988704521799227
+ 3.6989163520595456
+ 3.6989622511534637
+ 3.6990081494617146
+ 3.699054046984334
+ 3.6990999437213583
+ 3.699145839672825
+ 3.6991917348387697
+ 3.699237629219229
+ 3.6992835228142398
+ 3.6993294156238377
+ 3.69937530764806
+ 3.699421198886944
+ 3.6994670893405237
+ 3.6995129790088375
+ 3.6995588678919216
+ 3.6996047559898124
+ 3.699650643302546
+ 3.699696529830159
+ 3.6997424155726883
+ 3.69978830053017
+ 3.69983418470264
+ 3.6998800680901356
+ 3.6999259506926934
+ 3.699971832510349
+ 3.700017713543139
+ 3.7000635937911004
+ 3.7001094732542694
+ 3.700155351932682
+ 3.7002012298263756
+ 3.700247106935386
+ 3.7002929832597493
+ 3.700338858799502
+ 3.7003847335546816
+ 3.700430607525323
+ 3.7004764807114636
+ 3.70052235311314
+ 3.7005682247303877
+ 3.700614095563244
+ 3.7006599656117443
+ 3.700705834875926
+ 3.700751703355825
+ 3.7007975710514778
+ 3.7008434379629205
+ 3.70088930409019
+ 3.7009351694333223
+ 3.700981033992354
+ 3.7010268977673215
+ 3.701072760758261
+ 3.7011186229652093
+ 3.7011644843882023
+ 3.7012103450272766
+ 3.701256204882468
+ 3.701302063953814
+ 3.70134792224135
+ 3.701393779745113
+ 3.701439636465139
+ 3.7014854924014635
+ 3.7015313475541247
+ 3.701577201923158
+ 3.7016230555085996
+ 3.701668908310486
+ 3.701714760328853
+ 3.7017606115637385
+ 3.701806462015177
+ 3.7018523116832065
+ 3.7018981605678616
+ 3.70194400866918
+ 3.7019898559871973
+ 3.70203570252195
+ 3.702081548273475
+ 3.7021273932418075
+ 3.702173237426985
+ 3.702219080829043
+ 3.7022649234480176
+ 3.7023107652839458
+ 3.7023566063368634
+ 3.7024024466068077
+ 3.702448286093814
+ 3.702494124797919
+ 3.7025399627191584
+ 3.7025857998575686
+ 3.702631636213187
+ 3.702677471786048
+ 3.70272330657619
+ 3.702769140583648
+ 3.7028149738084584
+ 3.7028608062506576
+ 3.702906637910282
+ 3.702952468787368
+ 3.702998298881951
+ 3.7030441281940676
+ 3.7030899567237556
+ 3.703135784471049
+ 3.7031816114359852
+ 3.7032274376186005
+ 3.7032732630189305
+ 3.703319087637013
+ 3.703364911472882
+ 3.7034107345265754
+ 3.703456556798128
+ 3.703502378287578
+ 3.70354819899496
+ 3.7035940189203114
+ 3.7036398380636673
+ 3.7036856564250646
+ 3.7037314740045395
+ 3.7037772908021283
+ 3.703823106817866
+ 3.703868922051791
+ 3.7039147365039375
+ 3.703960550174343
+ 3.704006363063043
+ 3.7040521751700743
+ 3.704097986495472
+ 3.704143797039274
+ 3.704189606801515
+ 3.704235415782232
+ 3.704281223981461
+ 3.704327031399237
+ 3.7043728380355985
+ 3.70441864389058
+ 3.704464448964219
+ 3.7045102532565495
+ 3.70455605676761
+ 3.704601859497435
+ 3.704647661446061
+ 3.704693462613525
+ 3.7047392629998632
+ 3.7047850626051106
+ 3.7048308614293037
+ 3.7048766594724793
+ 3.7049224567346735
+ 3.704968253215921
+ 3.70501404891626
+ 3.705059843835726
+ 3.7051056379743543
+ 3.705151431332182
+ 3.705197223909244
+ 3.7052430157055776
+ 3.7052888067212186
+ 3.7053345969562033
+ 3.7053803864105674
+ 3.705426175084347
+ 3.7054719629775787
+ 3.7055177500902987
+ 3.7055635364225425
+ 3.7056093219743467
+ 3.7056551067457466
+ 3.7057008907367797
+ 3.7057466739474805
+ 3.705792456377887
+ 3.7058382380280332
+ 3.7058840188979567
+ 3.7059297989876927
+ 3.7059755782972776
+ 3.706021356826748
+ 3.706067134576139
+ 3.706112911545488
+ 3.70615868773483
+ 3.706204463144201
+ 3.7062502377736375
+ 3.706296011623176
+ 3.7063417846928512
+ 3.7063875569827007
+ 3.7064333284927597
+ 3.7064790992230647
+ 3.7065248691736508
+ 3.7065706383445556
+ 3.706616406735814
+ 3.706662174347462
+ 3.7067079411795367
+ 3.706753707232073
+ 3.7067994725051077
+ 3.7068452369986757
+ 3.706891000712815
+ 3.7069367636475596
+ 3.7069825258029465
+ 3.707028287179012
+ 3.7070740477757917
+ 3.7071198075933216
+ 3.7071655666316374
+ 3.707211324890776
+ 3.7072570823707727
+ 3.7073028390716636
+ 3.7073485949934852
+ 3.7073943501362727
+ 3.707440104500063
+ 3.707485858084891
+ 3.707531610890794
+ 3.707577362917807
+ 3.7076231141659663
+ 3.7076688646353078
+ 3.7077146143258677
+ 3.707760363237682
+ 3.7078061113707865
+ 3.707851858725217
+ 3.7078976053010093
+ 3.707943351098201
+ 3.7079890961168256
+ 3.7080348403569205
+ 3.708080583818522
+ 3.7081263265016653
+ 3.7081720684063866
+ 3.7082178095327216
+ 3.7082635498807064
+ 3.7083092894503773
+ 3.70835502824177
+ 3.7084007662549205
+ 3.7084465034898644
+ 3.7084922399466373
+ 3.708537975625277
+ 3.7085837105258173
+ 3.7086294446482952
+ 3.7086751779927467
+ 3.708720910559207
+ 3.7087666423477126
+ 3.7088123733582994
+ 3.708858103591003
+ 3.7089038330458597
+ 3.708949561722905
+ 3.708995289622176
+ 3.709041016743706
+ 3.7090867430875334
+ 3.7091324686536935
+ 3.709178193442222
+ 3.709223917453154
+ 3.7092696406865264
+ 3.709315363142375
+ 3.7093610848207357
+ 3.709406805721644
+ 3.709452525845136
+ 3.7094982451912473
+ 3.709543963760014
+ 3.7095896815514724
+ 3.7096353985656574
+ 3.7096811148026063
+ 3.709726830262353
+ 3.7097725449449355
+ 3.709818258850388
+ 3.709863971978747
+ 3.7099096843300488
+ 3.7099553959043283
+ 3.710001106701622
+ 3.7100468167219653
+ 3.7100925259653947
+ 3.7101382344319456
+ 3.710183942121654
+ 3.7102296490345554
+ 3.710275355170686
+ 3.7103210605300814
+ 3.7103667651127776
+ 3.7104124689188103
+ 3.7104581719482157
+ 3.710503874201029
+ 3.710549575677286
+ 3.710595276377023
+ 3.710640976300276
+ 3.71068667544708
+ 3.7107323738174722
+ 3.7107780714114864
+ 3.71082376822916
+ 3.7108694642705276
+ 3.7109151595356265
+ 3.710960854024491
+ 3.7110065477371577
+ 3.7110522406736624
+ 3.71109793283404
+ 3.711143624218328
+ 3.7111893148265604
+ 3.7112350046587745
+ 3.7112806937150045
+ 3.7113263819952875
+ 3.7113720694996584
+ 3.7114177562281534
+ 3.711463442180808
+ 3.7115091273576586
+ 3.7115548117587402
+ 3.711600495384089
+ 3.71164617823374
+ 3.7116918603077305
+ 3.7117375416060945
+ 3.7117832221288696
+ 3.7118289018760895
+ 3.711874580847791
+ 3.7119202590440104
+ 3.7119659364647815
+ 3.7120116131101426
+ 3.7120572889801275
+ 3.712102964074773
+ 3.712148638394114
+ 3.712194311938187
+ 3.712239984707027
+ 3.71228565670067
+ 3.712331327919152
+ 3.712376998362508
+ 3.7124226680307744
+ 3.7124683369239873
+ 3.7125140050421805
+ 3.7125596723853924
+ 3.712605338953656
+ 3.712651004747009
+ 3.712696669765487
+ 3.712742334009124
+ 3.7127879974779567
+ 3.7128336601720213
+ 3.7128793220913527
+ 3.712924983235987
+ 3.71297064360596
+ 3.7130163032013064
+ 3.713061962022063
+ 3.713107620068265
+ 3.7131532773399476
+ 3.713198933837148
+ 3.7132445895599
+ 3.7132902445082405
+ 3.7133358986822045
+ 3.7133815520818283
+ 3.7134272047071466
+ 3.7134728565581954
+ 3.7135185076350115
+ 3.713564157937629
+ 3.7136098074660837
+ 3.7136554562204123
+ 3.713701104200649
+ 3.713746751406831
+ 3.7137923978389926
+ 3.7138380434971703
+ 3.7138836883813986
+ 3.713929332491715
+ 3.7139749758281533
+ 3.7140206183907494
+ 3.71406626017954
+ 3.71411190119456
+ 3.7141575414358443
+ 3.71420318090343
+ 3.7142488195973518
+ 3.7142944575176453
+ 3.714340094664346
+ 3.71438573103749
+ 3.7144313666371125
+ 3.714477001463249
+ 3.714522635515936
+ 3.7145682687952073
+ 3.7146139013011004
+ 3.7146595330336494
+ 3.714705163992891
+ 3.7147507941788596
+ 3.714796423591592
+ 3.7148420522311225
+ 3.7148876800974877
+ 3.714933307190723
+ 3.7149789335108636
+ 3.715024559057945
+ 3.7150701838320033
+ 3.7151158078330733
+ 3.7151614310611913
+ 3.715207053516392
+ 3.715252675198712
+ 3.715298296108186
+ 3.7153439162448496
+ 3.715389535608739
+ 3.715435154199889
+ 3.7154807720183354
+ 3.7155263890641135
+ 3.7155720053372594
+ 3.715617620837808
+ 3.7156632355657955
+ 3.7157088495212567
+ 3.7157544627042274
+ 3.7158000751147426
+ 3.7158456867528393
+ 3.715891297618551
+ 3.715936907711915
+ 3.7159825170329657
+ 3.7160281255817393
+ 3.7160737333582703
+ 3.716119340362595
+ 3.716164946594749
+ 3.716210552054767
+ 3.716256156742685
+ 3.716301760658539
+ 3.716347363802363
+ 3.716392966174194
+ 3.716438567774067
+ 3.7164841686020167
+ 3.7165297686580794
+ 3.71657536794229
+ 3.716620966454685
+ 3.716666564195299
+ 3.716712161164167
+ 3.716757757361326
+ 3.7168033527868096
+ 3.7168489474406545
+ 3.716894541322896
+ 3.71694013443357
+ 3.71698572677271
+ 3.7170313183403536
+ 3.717076909136535
+ 3.71712249916129
+ 3.7171680884146543
+ 3.717213676896663
+ 3.717259264607351
+ 3.717304851546755
+ 3.717350437714909
+ 3.7173960231118497
+ 3.717441607737612
+ 3.7174871915922307
+ 3.717532774675742
+ 3.7175783569881813
+ 3.717623938529583
+ 3.7176695192999847
+ 3.717715099299419
+ 3.7177606785279234
+ 3.7178062569855324
+ 3.717851834672281
+ 3.717897411588206
+ 3.717942987733341
+ 3.717988563107723
+ 3.7180341377113866
+ 3.718079711544367
+ 3.7181252846066997
+ 3.7181708568984204
+ 3.7182164284195642
+ 3.7182619991701666
+ 3.7183075691502623
+ 3.718353138359888
+ 3.718398706799078
+ 3.718444274467868
+ 3.718489841366293
+ 3.718535407494389
+ 3.7185809728521906
+ 3.718626537439734
+ 3.718672101257054
+ 3.718717664304186
+ 3.7187632265811654
+ 3.7188087880880274
+ 3.718854348824807
+ 3.7188999087915406
+ 3.718945467988263
+ 3.7189910264150083
+ 3.719036584071814
+ 3.7190821409587134
+ 3.7191276970757436
+ 3.719173252422939
+ 3.7192188070003347
+ 3.719264360807966
+ 3.7193099138458687
+ 3.719355466114078
+ 3.7194010176126295
+ 3.719446568341557
+ 3.7194921183008978
+ 3.719537667490686
+ 3.7195832159109568
+ 3.719628763561747
+ 3.7196743104430894
+ 3.719719856555021
+ 3.7197654018975768
+ 3.719810946470792
+ 3.7198564902747013
+ 3.719902033309341
+ 3.7199475755747455
+ 3.719993117070951
+ 3.720038657797992
+ 3.7200841977559036
+ 3.7201297369447217
+ 3.720175275364481
+ 3.7202208130152172
+ 3.720266349896965
+ 3.7203118860097604
+ 3.720357421353638
+ 3.7204029559286336
+ 3.7204484897347823
+ 3.720494022772119
+ 3.720539555040679
+ 3.7205850865404972
+ 3.7206306172716093
+ 3.7206761472340513
+ 3.7207216764278566
+ 3.7207672048530624
+ 3.7208127325097022
+ 3.7208582593978123
+ 3.7209037855174274
+ 3.7209493108685834
+ 3.720994835451314
+ 3.721040359265656
+ 3.721085882311644
+ 3.721131404589313
+ 3.7211769260986984
+ 3.721222446839836
+ 3.7212679668127597
+ 3.7213134860175052
+ 3.7213590044541083
+ 3.721404522122603
+ 3.721450039023026
+ 3.7214955551554114
+ 3.7215410705197947
+ 3.721586585116211
+ 3.721632098944695
+ 3.721677612005283
+ 3.7217231242980096
+ 3.7217686358229094
+ 3.7218141465800185
+ 3.721859656569371
+ 3.7219051657910036
+ 3.7219506742449497
+ 3.7219961819312455
+ 3.722041688849926
+ 3.722087195001026
+ 3.722132700384581
+ 3.7221782050006262
+ 3.7222237088491967
+ 3.7222692119303273
+ 3.722314714244053
+ 3.7223602157904097
+ 3.7224057165694324
+ 3.7224512165811547
+ 3.722496715825614
+ 3.7225422143028437
+ 3.72258771201288
+ 3.7226332089557577
+ 3.7226787051315116
+ 3.7227242005401764
+ 3.722769695181788
+ 3.7228151890563823
+ 3.7228606821639927
+ 3.7229061745046548
+ 3.7229516660784037
+ 3.722997156885275
+ 3.7230426469253035
+ 3.7230881361985246
+ 3.723133624704972
+ 3.723179112444683
+ 3.7232245994176907
+ 3.723270085624031
+ 3.723315571063739
+ 3.72336105573685
+ 3.723406539643398
+ 3.72345202278342
+ 3.723497505156949
+ 3.7235429867640213
+ 3.7235884676046718
+ 3.723633947678935
+ 3.7236794269868465
+ 3.7237249055284414
+ 3.723770383303754
+ 3.72381586031282
+ 3.7238613365556748
+ 3.7239068120323524
+ 3.7239522867428887
+ 3.7239977606873182
+ 3.724043233865676
+ 3.724088706277998
+ 3.7241341779243173
+ 3.724179648804671
+ 3.7242251189190934
+ 3.724270588267619
+ 3.7243160568502827
+ 3.7243615246671204
+ 3.724406991718167
+ 3.7244524580034573
+ 3.7244979235230256
+ 3.7245433882769077
+ 3.7245888522651387
+ 3.7246343154877533
+ 3.724679777944786
+ 3.7247252396362724
+ 3.7247707005622477
+ 3.7248161607227463
+ 3.7248616201178035
+ 3.7249070787474543
+ 3.7249525366117338
+ 3.7249979937106765
+ 3.7250434500443177
+ 3.725088905612693
+ 3.7251343604158356
+ 3.7251798144537824
+ 3.7252252677265667
+ 3.7252707202342252
+ 3.7253161719767913
+ 3.725361622954301
+ 3.7254070731667888
+ 3.7254525226142894
+ 3.725497971296839
+ 3.72554341921447
+ 3.7255888663672203
+ 3.7256343127551226
+ 3.725679758378213
+ 3.7257252032365265
+ 3.7257706473300973
+ 3.725816090658961
+ 3.725861533223152
+ 3.725906975022706
+ 3.7259524160576567
+ 3.7259978563280396
+ 3.72604329583389
+ 3.7260887345752427
+ 3.7261341725521326
+ 3.726179609764594
+ 3.7262250462126625
+ 3.7262704818963726
+ 3.72631591681576
+ 3.7263613509708584
+ 3.726406784361703
+ 3.726452216988329
+ 3.7264976488507715
+ 3.726543079949065
+ 3.7265885102832446
+ 3.726633939853345
+ 3.7266793686594015
+ 3.7267247967014483
+ 3.7267702239795204
+ 3.726815650493654
+ 3.726861076243882
+ 3.72690650123024
+ 3.726951925452763
+ 3.7269973489114867
+ 3.727042771606444
+ 3.7270881935376714
+ 3.7271336147052034
+ 3.7271790351090743
+ 3.72722445474932
+ 3.7272698736259735
+ 3.727315291739072
+ 3.7273607090886482
+ 3.727406125674739
+ 3.727451541497377
+ 3.7274969565565987
+ 3.7275423708524387
+ 3.727587784384931
+ 3.7276331971541112
+ 3.7276786091600136
+ 3.7277240204026736
+ 3.7277694308821254
+ 3.727814840598404
+ 3.7278602495515454
+ 3.727905657741582
+ 3.727951065168551
+ 3.727996471832486
+ 3.728041877733421
+ 3.728087282871393
+ 3.7281326872464344
+ 3.728178090858582
+ 3.7282234937078695
+ 3.728268895794332
+ 3.728314297118004
+ 3.7283596976789206
+ 3.7284050974771166
+ 3.7284504965126266
+ 3.7284958947854854
+ 3.728541292295728
+ 3.7285866890433885
+ 3.7286320850285026
+ 3.7286774802511045
+ 3.7287228747112287
+ 3.7287682684089107
+ 3.728813661344185
+ 3.7288590535170862
+ 3.7289044449276494
+ 3.7289498355759085
+ 3.7289952254618988
+ 3.7290406145856556
+ 3.7290860029472124
+ 3.729131390546605
+ 3.7291767773838673
+ 3.7292221634590352
+ 3.7292675487721425
+ 3.729312933323224
+ 3.7293583171123146
+ 3.7294037001394496
+ 3.7294490824046624
+ 3.7294944639079888
+ 3.729539844649463
+ 3.72958522462912
+ 3.7296306038469944
+ 3.7296759823031214
+ 3.7297213599975345
+ 3.7297667369302694
+ 3.72981211310136
+ 3.7298574885108424
+ 3.72990286315875
+ 3.7299482370451176
+ 3.7299936101699807
+ 3.730038982533373
+ 3.73008435413533
+ 3.730129724975886
+ 3.730175095055076
+ 3.7302204643729335
+ 3.7302658329294953
+ 3.730311200724794
+ 3.7303565677588657
+ 3.730401934031744
+ 3.730447299543464
+ 3.7304926642940606
+ 3.730538028283569
+ 3.7305833915120226
+ 3.730628753979456
+ 3.7306741156859053
+ 3.730719476631404
+ 3.730764836815987
+ 3.7308101962396893
+ 3.7308555549025444
+ 3.730900912804589
+ 3.7309462699458553
+ 3.73099162632638
+ 3.7310369819461964
+ 3.73108233680534
+ 3.7311276909038447
+ 3.7311730442417455
+ 3.731218396819077
+ 3.731263748635874
+ 3.7313090996921705
+ 3.731354449988002
+ 3.7313997995234023
+ 3.7314451482984063
+ 3.731490496313049
+ 3.731535843567365
+ 3.7315811900613873
+ 3.7316265357951526
+ 3.7316718807686944
+ 3.7317172249820474
+ 3.7317625684352467
+ 3.7318079111283264
+ 3.7318532530613213
+ 3.731898594234266
+ 3.7319439346471945
+ 3.731989274300142
+ 3.732034613193143
+ 3.732079951326232
+ 3.732125288699444
+ 3.7321706253128126
+ 3.7322159611663728
+ 3.73226129626016
+ 3.7323066305942074
+ 3.73235196416855
+ 3.732397296983223
+ 3.7324426290382604
+ 3.7324879603336965
+ 3.7325332908695663
+ 3.732578620645904
+ 3.732623949662745
+ 3.732669277920123
+ 3.7327146054180727
+ 3.7327599321566285
+ 3.7328052581358246
+ 3.732850583355697
+ 3.7328959078162787
+ 3.7329412315176054
+ 3.7329865544597105
+ 3.733031876642629
+ 3.7330771980663955
+ 3.7331225187310446
+ 3.7331678386366107
+ 3.733213157783128
+ 3.7332584761706316
+ 3.7333037937991556
+ 3.733349110668734
+ 3.7333944267794026
+ 3.733439742131195
+ 3.7334850567241453
+ 3.7335303705582894
+ 3.7335756836336604
+ 3.733620995950294
+ 3.7336663075082233
+ 3.733711618307484
+ 3.7337569283481096
+ 3.7338022376301354
+ 3.733847546153595
+ 3.7338928539185243
+ 3.7339381609249562
+ 3.733983467172926
+ 3.734028772662468
+ 3.734074077393617
+ 3.7341193813664066
+ 3.734164684580872
+ 3.734209987037047
+ 3.7342552887349667
+ 3.7343005896746653
+ 3.7343458898561774
+ 3.7343911892795374
+ 3.7344364879447793
+ 3.734481785851938
+ 3.7345270830010477
+ 3.734572379392143
+ 3.7346176750252584
+ 3.7346629699004286
+ 3.7347082640176867
+ 3.7347535573770685
+ 3.734798849978608
+ 3.7348441418223395
+ 3.7348894329082976
+ 3.7349347232365164
+ 3.734980012807031
+ 3.7350253016198747
+ 3.735070589675083
+ 3.7351158769726895
+ 3.735161163512729
+ 3.735206449295236
+ 3.735251734320244
+ 3.7352970185877887
+ 3.7353423020979037
+ 3.7353875848506237
+ 3.7354328668459833
+ 3.735478148084016
+ 3.7355234285647567
+ 3.73556870828824
+ 3.7356139872545002
+ 3.7356592654635716
+ 3.735704542915488
+ 3.7357498196102847
+ 3.7357950955479953
+ 3.7358403707286545
+ 3.735885645152297
+ 3.7359309188189567
+ 3.735976191728668
+ 3.7360214638814653
+ 3.7360667352773826
+ 3.736112005916455
+ 3.7361572757987167
+ 3.7362025449242013
+ 3.736247813292944
+ 3.7362930809049786
+ 3.736338347760339
+ 3.736383613859061
+ 3.7364288792011777
+ 3.736474143786724
+ 3.7365194076157335
+ 3.7365646706882414
+ 3.736609933004282
+ 3.7366551945638884
+ 3.7367004553670964
+ 3.7367457154139387
+ 3.7367909747044514
+ 3.736836233238668
+ 3.7368814910166224
+ 3.7369267480383495
+ 3.7369720043038837
+ 3.7370172598132583
+ 3.737062514566509
+ 3.7371077685636687
+ 3.737153021804773
+ 3.737198274289855
+ 3.7372435260189496
+ 3.737288776992091
+ 3.7373340272093136
+ 3.737379276670651
+ 3.737424525376139
+ 3.7374697733258104
+ 3.7375150205196994
+ 3.7375602669578414
+ 3.73760551264027
+ 3.7376507575670193
+ 3.737696001738124
+ 3.737741245153618
+ 3.7377864878135356
+ 3.7378317297179113
+ 3.737876970866779
+ 3.7379222112601735
+ 3.7379674508981284
+ 3.7380126897806787
+ 3.738057927907857
+ 3.7381031652797
+ 3.73814840189624
+ 3.7381936377575116
+ 3.7382388728635494
+ 3.7382841072143873
+ 3.7383293408100604
+ 3.738374573650602
+ 3.738419805736046
+ 3.7384650370664274
+ 3.7385102676417805
+ 3.7385554974621384
+ 3.738600726527537
+ 3.7386459548380087
+ 3.7386911823935893
+ 3.738736409194312
+ 3.7387816352402115
+ 3.7388268605313213
+ 3.738872085067676
+ 3.738917308849311
+ 3.7389625318762585
+ 3.7390077541485534
+ 3.7390529756662296
+ 3.739098196429323
+ 3.739143416437865
+ 3.7391886356918924
+ 3.739233854191437
+ 3.739279071936535
+ 3.7393242889272194
+ 3.7393695051635247
+ 3.7394147206454855
+ 3.7394599353731355
+ 3.7395051493465084
+ 3.7395503625656388
+ 3.739595575030561
+ 3.739640786741309
+ 3.739685997697917
+ 3.739731207900419
+ 3.7397764173488492
+ 3.739821626043242
+ 3.7398668339836316
+ 3.7399120411700513
+ 3.739957247602536
+ 3.7400024532811194
+ 3.7400476582058357
+ 3.740092862376719
+ 3.7401380657938046
+ 3.7401832684571246
+ 3.740228470366715
+ 3.7402736715226084
+ 3.7403188719248393
+ 3.7403640715734423
+ 3.7404092704684513
+ 3.7404544686099004
+ 3.7404996659978234
+ 3.740544862632255
+ 3.740590058513228
+ 3.7406352536407783
+ 3.740680448014939
+ 3.7407256416357444
+ 3.7407708345032282
+ 3.740816026617425
+ 3.7408612179783685
+ 3.740906408586093
+ 3.740951598440632
+ 3.740996787542021
+ 3.7410419758902926
+ 3.741087163485481
+ 3.741132350327621
+ 3.741177536416747
+ 3.7412227217528913
+ 3.74126790633609
+ 3.7413130901663756
+ 3.741358273243783
+ 3.7414034555683457
+ 3.7414486371400986
+ 3.7414938179590744
+ 3.741538998025309
+ 3.7415841773388347
+ 3.7416293558996863
+ 3.741674533707897
+ 3.741719710763503
+ 3.741764887066536
+ 3.741810062617031
+ 3.7418552374150225
+ 3.741900411460543
+ 3.7419455847536285
+ 3.7419907572943116
+ 3.7420359290826264
+ 3.742081100118608
+ 3.7421262704022893
+ 3.742171439933704
+ 3.742216608712888
+ 3.7422617767398734
+ 3.7423069440146945
+ 3.7423521105373863
+ 3.742397276307982
+ 3.7424424413265154
+ 3.7424876055930207
+ 3.742532769107533
+ 3.7425779318700845
+ 3.7426230938807103
+ 3.742668255139444
+ 3.7427134156463198
+ 3.742758575401371
+ 3.7428037344046325
+ 3.742848892656138
+ 3.742894050155921
+ 3.742939206904016
+ 3.7429843629004567
+ 3.743029518145277
+ 3.743074672638511
+ 3.7431198263801924
+ 3.743164979370356
+ 3.7432101316090347
+ 3.743255283096263
+ 3.743300433832075
+ 3.7433455838165037
+ 3.743390733049584
+ 3.7434358815313495
+ 3.743481029261834
+ 3.7435261762410716
+ 3.7435713224690965
+ 3.7436164679459423
+ 3.743661612671643
+ 3.743706756646232
+ 3.7437518998697445
+ 3.743797042342213
+ 3.7438421840636726
+ 3.7438873250341564
+ 3.7439324652536983
+ 3.743977604722333
+ 3.7440227434400937
+ 3.7440678814070143
+ 3.7441130186231293
+ 3.7441581550884715
+ 3.7442032908030756
+ 3.7442484257669757
+ 3.744293559980205
+ 3.7443386934427982
+ 3.7443838261547886
+ 3.74442895811621
+ 3.7444740893270962
+ 3.7445192197874824
+ 3.7445643494974004
+ 3.7446094784568857
+ 3.7446546066659714
+ 3.7446997341246915
+ 3.74474486083308
+ 3.7447899867911705
+ 3.744835111998997
+ 3.7448802364565936
+ 3.744925360163994
+ 3.744970483121232
+ 3.7450156053283408
+ 3.745060726785355
+ 3.7451058474923093
+ 3.7451509674492356
+ 3.745196086656169
+ 3.745241205113143
+ 3.7452863228201916
+ 3.7453314397773485
+ 3.7453765559846475
+ 3.7454216714421227
+ 3.7454667861498074
+ 3.745511900107736
+ 3.7455570133159415
+ 3.7456021257744587
+ 3.745647237483321
+ 3.745692348442562
+ 3.7457374586522154
+ 3.745782568112316
+ 3.745827676822896
+ 3.7458727847839914
+ 3.7459178919956337
+ 3.745962998457858
+ 3.7460081041706976
+ 3.7460532091341867
+ 3.7460983133483587
+ 3.746143416813248
+ 3.746188519528887
+ 3.7462336214953114
+ 3.7462787227125536
+ 3.746323823180648
+ 3.7463689228996273
+ 3.746414021869527
+ 3.7464591200903796
+ 3.74650421756222
+ 3.7465493142850805
+ 3.7465944102589956
+ 3.746639505483999
+ 3.7466845999601253
+ 3.746729693687407
+ 3.746774786665878
+ 3.7468198788955727
+ 3.7468649703765244
+ 3.746910061108767
+ 3.746955151092334
+ 3.7470002403272593
+ 3.747045328813577
+ 3.7470904165513206
+ 3.7471355035405236
+ 3.74718058978122
+ 3.7472256752734427
+ 3.7472707600172273
+ 3.747315844012605
+ 3.747360927259612
+ 3.74740600975828
+ 3.7474510915086445
+ 3.747496172510738
+ 3.7475412527645946
+ 3.747586332270248
+ 3.7476314110277316
+ 3.747676489037079
+ 3.7477215662983245
+ 3.7477666428115017
+ 3.7478117185766444
+ 3.7478567935937854
+ 3.7479018678629594
+ 3.7479469413841997
+ 3.7479920141575396
+ 3.748037086183014
+ 3.748082157460655
+ 3.7481272279904974
+ 3.7481722977725744
+ 3.7482173668069194
+ 3.7482624350935674
+ 3.74830750263255
+ 3.748352569423903
+ 3.7483976354676583
+ 3.7484427007638508
+ 3.748487765312513
+ 3.7485328291136804
+ 3.748577892167384
+ 3.7486229544736602
+ 3.7486680160325405
+ 3.74871307684406
+ 3.7487581369082514
+ 3.748803196225149
+ 3.7488482547947855
+ 3.748893312617196
+ 3.7489383696924126
+ 3.74898342602047
+ 3.7490284816014015
+ 3.749073536435241
+ 3.7491185905220217
+ 3.749163643861777
+ 3.7492086964545406
+ 3.749253748300347
+ 3.7492987993992295
+ 3.7493438497512206
+ 3.749388899356355
+ 3.7494339482146657
+ 3.749478996326187
+ 3.749524043690952
+ 3.749569090308994
+ 3.749614136180348
+ 3.749659181305046
+ 3.7497042256831223
+ 3.74974926931461
+ 3.749794312199544
+ 3.7498393543379565
+ 3.749884395729881
+ 3.7499294363753526
+ 3.7499744762744034
+ 3.7500195154270672
+ 3.7500645538333783
+ 3.7501095914933695
+ 3.7501546284070746
+ 3.7501996645745272
+ 3.7502446999957617
+ 3.75028973467081
+ 3.750334768599707
+ 3.750379801782486
+ 3.7504248342191797
+ 3.7504698659098223
+ 3.7505148968544475
+ 3.750559927053089
+ 3.7506049565057795
+ 3.7506499852125534
+ 3.750695013173444
+ 3.7507400403884845
+ 3.7507850668577083
+ 3.75083009258115
+ 3.750875117558842
+ 3.750920141790818
+ 3.7509651652771123
+ 3.7510101880177573
+ 3.7510552100127876
+ 3.751100231262236
+ 3.7511452517661366
+ 3.7511902715245222
+ 3.751235290537427
+ 3.7512803088048834
+ 3.7513253263269264
+ 3.7513703431035883
+ 3.751415359134903
+ 3.7514603744209043
+ 3.751505388961625
+ 3.7515504027570996
+ 3.7515954158073606
+ 3.7516404281124425
+ 3.7516854396723778
+ 3.7517304504872
+ 3.7517754605569436
+ 3.7518204698816415
+ 3.7518654784613266
+ 3.751910486296033
+ 3.751955493385794
+ 3.7520004997306433
+ 3.7520455053306137
+ 3.75209051018574
+ 3.7521355142960537
+ 3.7521805176615897
+ 3.7522255202823818
+ 3.752270522158462
+ 3.7523155232898646
+ 3.752360523676623
+ 3.752405523318771
+ 3.7524505222163413
+ 3.7524955203693677
+ 3.7525405177778834
+ 3.7525855144419222
+ 3.7526305103615174
+ 3.7526755055367023
+ 3.7527204999675106
+ 3.7527654936539747
+ 3.7528104865961303
+ 3.7528554787940083
+ 3.752900470247644
+ 3.7529454609570694
+ 3.7529904509223186
+ 3.753035440143425
+ 3.753080428620422
+ 3.753125416353343
+ 3.7531704033422213
+ 3.75321538958709
+ 3.753260375087984
+ 3.7533053598449344
+ 3.753350343857976
+ 3.7533953271271425
+ 3.7534403096524662
+ 3.7534852914339814
+ 3.7535302724717203
+ 3.753575252765718
+ 3.753620232316006
+ 3.753665211122619
+ 3.75371018918559
+ 3.753755166504953
+ 3.75380014308074
+ 3.7538451189129853
+ 3.7538900940017226
+ 3.753935068346984
+ 3.7539800419488034
+ 3.754025014807215
+ 3.754069986922251
+ 3.7541149582939455
+ 3.754159928922332
+ 3.754204898807443
+ 3.7542498679493117
+ 3.754294836347973
+ 3.754339804003459
+ 3.7543847709158027
+ 3.754429737085039
+ 3.754474702511199
+ 3.754519667194318
+ 3.754564631134429
+ 3.7546095943315647
+ 3.7546545567857583
+ 3.754699518497044
+ 3.754744479465454
+ 3.754789439691023
+ 3.7548343991737823
+ 3.754879357913768
+ 3.75492431591101
+ 3.7549692731655453
+ 3.7550142296774043
+ 3.7550591854466218
+ 3.7551041404732306
+ 3.7551490947572637
+ 3.755194048298755
+ 3.755239001097737
+ 3.7552839531542443
+ 3.7553289044683087
+ 3.755373855039965
+ 3.7554188048692447
+ 3.755463753956183
+ 3.7555087023008116
+ 3.7555536499031645
+ 3.755598596763275
+ 3.7556435428811756
+ 3.755688488256901
+ 3.7557334328904832
+ 3.755778376781956
+ 3.7558233199313524
+ 3.7558682623387067
+ 3.7559132040040506
+ 3.7559581449274178
+ 3.756003085108842
+ 3.7560480245483565
+ 3.756092963245994
+ 3.756137901201788
+ 3.756182838415772
+ 3.7562277748879787
+ 3.7562727106184415
+ 3.7563176456071945
+ 3.7563625798542692
+ 3.7564075133597004
+ 3.7564524461235207
+ 3.756497378145763
+ 3.756542309426461
+ 3.7565872399656484
+ 3.7566321697633573
+ 3.7566770988196216
+ 3.756722027134474
+ 3.7567669547079485
+ 3.7568118815400773
+ 3.7568568076308946
+ 3.756901732980433
+ 3.756946657588726
+ 3.7569915814558064
+ 3.7570365045817073
+ 3.7570814269664625
+ 3.757126348610105
+ 3.7571712695126678
+ 3.7572161896741845
+ 3.757261109094688
+ 3.7573060277742107
+ 3.7573509457127874
+ 3.75739586291045
+ 3.757440779367232
+ 3.7574856950831665
+ 3.7575306100582875
+ 3.7575755242926268
+ 3.757620437786218
+ 3.757665350539095
+ 3.75771026255129
+ 3.757755173822837
+ 3.7578000843537684
+ 3.757844994144118
+ 3.7578899031939184
+ 3.7579348115032034
+ 3.7579797190720052
+ 3.758024625900358
+ 3.7580695319882937
+ 3.7581144373358466
+ 3.758159341943049
+ 3.758204245809935
+ 3.7582491489365366
+ 3.7582940513228875
+ 3.7583389529690208
+ 3.7583838538749696
+ 3.7584287540407675
+ 3.7584736534664467
+ 3.7585185521520406
+ 3.7585634500975824
+ 3.7586083473031056
+ 3.758653243768643
+ 3.758698139494227
+ 3.7587430344798918
+ 3.7587879287256705
+ 3.758832822231595
+ 3.7588777149976993
+ 3.7589226070240165
+ 3.75896749831058
+ 3.7590123888574216
+ 3.7590572786645757
+ 3.759102167732075
+ 3.7591470560599523
+ 3.759191943648241
+ 3.7592368304969734
+ 3.759281716606184
+ 3.759326601975904
+ 3.7593714866061685
+ 3.7594163704970094
+ 3.7594612536484595
+ 3.7595061360605526
+ 3.7595510177333216
+ 3.7595958986667988
+ 3.759640778861019
+ 3.759685658316013
+ 3.7597305370318157
+ 3.759775415008459
+ 3.759820292245977
+ 3.759865168744401
+ 3.759910044503766
+ 3.759954919524104
+ 3.759999793805448
+ 3.7600446673478314
+ 3.760089540151287
+ 3.7601344122158484
+ 3.7601792835415475
+ 3.7602241541284185
+ 3.760269023976493
+ 3.7603138930858053
+ 3.7603587614563883
+ 3.7604036290882745
+ 3.760448495981497
+ 3.760493362136089
+ 3.760538227552083
+ 3.760583092229513
+ 3.760627956168411
+ 3.7606728193688106
+ 3.760717681830745
+ 3.760762543554246
+ 3.760807404539348
+ 3.760852264786083
+ 3.760897124294485
+ 3.760941983064586
+ 3.7609868410964196
+ 3.7610316983900174
+ 3.7610765549454146
+ 3.7611214107626427
+ 3.761166265841735
+ 3.7612111201827245
+ 3.7612559737856444
+ 3.761300826650527
+ 3.761345678777406
+ 3.761390530166314
+ 3.761435380817284
+ 3.7614802307303488
+ 3.761525079905542
+ 3.7615699283428956
+ 3.761614776042443
+ 3.7616596230042174
+ 3.761704469228251
+ 3.761749314714578
+ 3.76179415946323
+ 3.7618390034742406
+ 3.7618838467476428
+ 3.761928689283469
+ 3.761973531081753
+ 3.762018372142527
+ 3.7620632124658235
+ 3.762108052051677
+ 3.762152890900119
+ 3.762197729011183
+ 3.7622425663849017
+ 3.7622874030213085
+ 3.7623322389204352
+ 3.762377074082316
+ 3.762421908506983
+ 3.7624667421944697
+ 3.762511575144808
+ 3.762556407358032
+ 3.7626012388341743
+ 3.762646069573267
+ 3.7626908995753436
+ 3.7627357288404366
+ 3.76278055736858
+ 3.762825385159805
+ 3.7628702122141457
+ 3.7629150385316343
+ 3.7629598641123043
+ 3.763004688956188
+ 3.763049513063319
+ 3.7630943364337295
+ 3.7631391590674528
+ 3.7631839809645204
+ 3.7632288021249676
+ 3.7632736225488257
+ 3.763318442236127
+ 3.763363261186906
+ 3.7634080794011946
+ 3.7634528968790253
+ 3.763497713620432
+ 3.7635425296254468
+ 3.7635873448941024
+ 3.763632159426432
+ 3.763676973222468
+ 3.7637217862822445
+ 3.763766598605793
+ 3.7638114101931466
+ 3.763856221044338
+ 3.763901031159401
+ 3.7639458405383674
+ 3.7639906491812702
+ 3.7640354570881427
+ 3.7640802642590176
+ 3.7641250706939267
+ 3.764169876392904
+ 3.7642146813559823
+ 3.7642594855831937
+ 3.764304289074571
+ 3.7643490918301477
+ 3.7643938938499564
+ 3.764438695134029
+ 3.7644834956824
+ 3.7645282954951003
+ 3.764573094572164
+ 3.7646178929136234
+ 3.7646626905195113
+ 3.7647074873898605
+ 3.7647522835247043
+ 3.764797078924074
+ 3.7648418735880047
+ 3.7648866675165267
+ 3.764931460709675
+ 3.7649762531674806
+ 3.765021044889977
+ 3.765065835877197
+ 3.765110626129173
+ 3.7651554156459386
+ 3.7652002044275252
+ 3.765244992473967
+ 3.765289779785296
+ 3.765334566361545
+ 3.7653793522027463
+ 3.765424137308934
+ 3.7654689216801396
+ 3.7655137053163963
+ 3.765558488217736
+ 3.765603270384193
+ 3.7656480518157984
+ 3.7656928325125865
+ 3.765737612474589
+ 3.7657823917018387
+ 3.765827170194369
+ 3.765871947952212
+ 3.7659167249754004
+ 3.765961501263967
+ 3.766006276817945
+ 3.766051051637366
+ 3.766095825722264
+ 3.7661405990726706
+ 3.7661853716886196
+ 3.766230143570142
+ 3.7662749147172727
+ 3.766319685130043
+ 3.7663644548084863
+ 3.7664092237526337
+ 3.7664539919625204
+ 3.7664987594381767
+ 3.7665435261796367
+ 3.766588292186933
+ 3.7666330574600977
+ 3.766677821999164
+ 3.7667225858041644
+ 3.766767348875131
+ 3.7668121112120976
+ 3.7668568728150964
+ 3.7669016336841596
+ 3.76694639381932
+ 3.7669911532206104
+ 3.767035911888064
+ 3.7670806698217127
+ 3.7671254270215897
+ 3.767170183487727
+ 3.7672149392201577
+ 3.7672596942189145
+ 3.7673044484840297
+ 3.767349202015536
+ 3.767393954813467
+ 3.767438706877854
+ 3.7674834582087295
+ 3.7675282088061275
+ 3.76757295867008
+ 3.76761770780062
+ 3.7676624561977787
+ 3.76770720386159
+ 3.7677519507920865
+ 3.7677966969893
+ 3.767841442453264
+ 3.7678861871840112
+ 3.7679309311815734
+ 3.7679756744459834
+ 3.768020416977274
+ 3.768065158775478
+ 3.7681098998406273
+ 3.7681546401727557
+ 3.768199379771895
+ 3.7682441186380773
+ 3.768288856771336
+ 3.768333594171704
+ 3.7683783308392127
+ 3.7684230667738956
+ 3.768467801975785
+ 3.7685125364449137
+ 3.768557270181314
+ 3.768602003185018
+ 3.7686467354560595
+ 3.7686914669944707
+ 3.7687361978002833
+ 3.76878092787353
+ 3.7688256572142445
+ 3.768870385822458
+ 3.7689151136982044
+ 3.7689598408415153
+ 3.7690045672524235
+ 3.7690492929309616
+ 3.769094017877162
+ 3.7691387420910574
+ 3.769183465572681
+ 3.7692281883220633
+ 3.7692729103392395
+ 3.7693176316242405
+ 3.7693623521770987
+ 3.7694070719978474
+ 3.7694517910865186
+ 3.769496509443145
+ 3.7695412270677595
+ 3.7695859439603945
+ 3.769630660121082
+ 3.769675375549855
+ 3.7697200902467456
+ 3.769764804211787
+ 3.769809517445011
+ 3.7698542299464504
+ 3.7698989417161375
+ 3.7699436527541055
+ 3.769988363060386
+ 3.770033072635012
+ 3.770077781478016
+ 3.7701224895894305
+ 3.770167196969288
+ 3.7702119036176205
+ 3.7702566095344614
+ 3.7703013147198416
+ 3.7703460191737954
+ 3.7703907228963547
+ 3.7704354258875514
+ 3.770480128147419
+ 3.770524829675989
+ 3.770569530473294
+ 3.770614230539367
+ 3.77065892987424
+ 3.7707036284779454
+ 3.7707483263505157
+ 3.7707930234919846
+ 3.7708377199023824
+ 3.770882415581743
+ 3.7709271105300988
+ 3.770971804747482
+ 3.771016498233925
+ 3.77106119098946
+ 3.7711058830141195
+ 3.7711505743079368
+ 3.771195264870943
+ 3.771239954703171
+ 3.771284643804654
+ 3.771329332175424
+ 3.771374019815513
+ 3.7714187067249543
+ 3.771463392903779
+ 3.7715080783520207
+ 3.7715527630697117
+ 3.7715974470568834
+ 3.7716421303135697
+ 3.771686812839801
+ 3.771731494635612
+ 3.771776175701034
+ 3.7718208560360993
+ 3.7718655356408406
+ 3.77191021451529
+ 3.77195489265948
+ 3.771999570073443
+ 3.7720442467572117
+ 3.7720889227108185
+ 3.772133597934295
+ 3.7721782724276745
+ 3.772222946190989
+ 3.772267619224271
+ 3.7723122915275527
+ 3.772356963100866
+ 3.772401633944244
+ 3.7724463040577194
+ 3.772490973441324
+ 3.7725356420950904
+ 3.77258031001905
+ 3.772624977213237
+ 3.7726696436776823
+ 3.7727143094124185
+ 3.772758974417478
+ 3.772803638692894
+ 3.7728483022386974
+ 3.7728929650549214
+ 3.7729376271415984
+ 3.7729822884987607
+ 3.7730269491264408
+ 3.7730716090246705
+ 3.773116268193482
+ 3.773160926632909
+ 3.773205584342982
+ 3.7732502413237348
+ 3.7732948975751985
+ 3.7733395530974065
+ 3.7733842078903903
+ 3.7734288619541836
+ 3.773473515288817
+ 3.773518167894324
+ 3.773562819770736
+ 3.773607470918086
+ 3.7736521213364056
+ 3.773696771025728
+ 3.7737414199860853
+ 3.7737860682175093
+ 3.773830715720033
+ 3.773875362493688
+ 3.7739200085385067
+ 3.773964653854522
+ 3.774009298441765
+ 3.7740539423002692
+ 3.774098585430067
+ 3.7741432278311895
+ 3.77418786950367
+ 3.77423251044754
+ 3.7742771506628325
+ 3.7743217901495796
+ 3.774366428907813
+ 3.774411066937566
+ 3.7744557042388696
+ 3.7745003408117572
+ 3.77454497665626
+ 3.7745896117724116
+ 3.7746342461602427
+ 3.774678879819787
+ 3.774723512751076
+ 3.774768144954142
+ 3.774812776429017
+ 3.774857407175734
+ 3.7749020371943245
+ 3.7749466664848215
+ 3.7749912950472564
+ 3.7750359228816626
+ 3.7750805499880706
+ 3.7751251763665135
+ 3.7751698020170243
+ 3.7752144269396344
+ 3.775259051134376
+ 3.7753036746012816
+ 3.7753482973403836
+ 3.7753929193517135
+ 3.7754375406353042
+ 3.7754821611911877
+ 3.775526781019396
+ 3.7755714001199614
+ 3.775616018492917
+ 3.775660636138293
+ 3.775705253056124
+ 3.7757498692464395
+ 3.775794484709275
+ 3.7758390994446596
+ 3.775883713452627
+ 3.77592832673321
+ 3.775972939286439
+ 3.776017551112348
+ 3.7760621622109674
+ 3.776106772582331
+ 3.7761513822264705
+ 3.7761959911434175
+ 3.7762405993332044
+ 3.7762852067958637
+ 3.7763298135314276
+ 3.776374419539928
+ 3.7764190248213967
+ 3.7764636293758667
+ 3.7765082332033697
+ 3.7765528363039382
+ 3.776597438677604
+ 3.7766420403243988
+ 3.776686641244355
+ 3.7767312414375063
+ 3.776775840903883
+ 3.776820439643518
+ 3.7768650376564428
+ 3.7769096349426903
+ 3.7769542315022924
+ 3.7769988273352806
+ 3.777043422441688
+ 3.7770880168215464
+ 3.777132610474888
+ 3.777177203401744
+ 3.777221795602148
+ 3.7772663870761316
+ 3.7773109778237264
+ 3.7773555678449644
+ 3.777400157139879
+ 3.777444745708501
+ 3.777489333550864
+ 3.777533920666998
+ 3.7775785070569365
+ 3.7776230927207117
+ 3.777667677658355
+ 3.777712261869899
+ 3.777756845355375
+ 3.7778014281148162
+ 3.777846010148254
+ 3.777890591455721
+ 3.777935172037249
+ 3.7779797518928704
+ 3.778024331022616
+ 3.778068909426519
+ 3.7781134871046116
+ 3.778158064056926
+ 3.778202640283493
+ 3.7782472157843463
+ 3.7782917905595164
+ 3.778336364609036
+ 3.7783809379329383
+ 3.778425510531254
+ 3.7784700824040156
+ 3.778514653551255
+ 3.778559223973004
+ 3.778603793669295
+ 3.7786483626401606
+ 3.778692930885632
+ 3.778737498405742
+ 3.7787820652005215
+ 3.7788266312700034
+ 3.7788711966142197
+ 3.7789157612332023
+ 3.7789603251269828
+ 3.779004888295594
+ 3.7790494507390675
+ 3.7790940124574353
+ 3.7791385734507297
+ 3.7791831337189827
+ 3.779227693262226
+ 3.7792722520804922
+ 3.7793168101738126
+ 3.779361367542219
+ 3.779405924185745
+ 3.7794504801044204
+ 3.7794950352982792
+ 3.779539589767352
+ 3.779584143511672
+ 3.7796286965312698
+ 3.7796732488261786
+ 3.77971780039643
+ 3.7797623512420553
+ 3.779806901363088
+ 3.779851450759559
+ 3.7798959994315
+ 3.779940547378944
+ 3.779985094601922
+ 3.780029641100467
+ 3.78007418687461
+ 3.780118731924383
+ 3.780163276249819
+ 3.7802078198509492
+ 3.7802523627278055
+ 3.7802969048804203
+ 3.780341446308825
+ 3.780385987013052
+ 3.7804305269931335
+ 3.780475066249101
+ 3.780519604780986
+ 3.7805641425888212
+ 3.7806086796726386
+ 3.7806532160324697
+ 3.780697751668347
+ 3.7807422865803013
+ 3.7807868207683657
+ 3.7808313542325718
+ 3.780875886972952
+ 3.780920418989537
+ 3.7809649502823595
+ 3.7810094808514516
+ 3.781054010696845
+ 3.7810985398185712
+ 3.781143068216663
+ 3.7811875958911516
+ 3.7812321228420696
+ 3.781276649069448
+ 3.781321174573319
+ 3.7813656993537155
+ 3.781410223410668
+ 3.7814547467442092
+ 3.7814992693543705
+ 3.7815437912411847
+ 3.7815883124046827
+ 3.781632832844897
+ 3.7816773525618594
+ 3.7817218715556016
+ 3.7817663898261555
+ 3.781810907373553
+ 3.781855424197826
+ 3.781899940299007
+ 3.7819444556771264
+ 3.781988970332218
+ 3.782033484264312
+ 3.782077997473441
+ 3.782122509959637
+ 3.7821670217229313
+ 3.7822115327633563
+ 3.782256043080944
+ 3.7823005526757254
+ 3.7823450615477334
+ 3.7823895696969996
+ 3.782434077123555
+ 3.7824785838274324
+ 3.782523089808663
+ 3.7825675950672797
+ 3.7826120996033135
+ 3.782656603416796
+ 3.78270110650776
+ 3.782745608876236
+ 3.7827901105222566
+ 3.7828346114458533
+ 3.782879111647059
+ 3.782923611125905
+ 3.782968109882422
+ 3.7830126079166435
+ 3.7830571052286004
+ 3.783101601818324
+ 3.7831460976858473
+ 3.7831905928312017
+ 3.783235087254419
+ 3.7832795809555306
+ 3.7833240739345686
+ 3.7833685661915655
+ 3.7834130577265515
+ 3.78345754853956
+ 3.7835020386306217
+ 3.7835465279997695
+ 3.783591016647034
+ 3.7836355045724477
+ 3.7836799917760415
+ 3.7837244782578487
+ 3.7837689640179
+ 3.7838134490562276
+ 3.7838579333728637
+ 3.783902416967839
+ 3.7839468998411854
+ 3.7839913819929354
+ 3.7840358634231204
+ 3.7840803441317723
+ 3.7841248241189227
+ 3.784169303384604
+ 3.784213781928847
+ 3.7842582597516836
+ 3.7843027368531463
+ 3.784347213233266
+ 3.7843916888920752
+ 3.7844361638296053
+ 3.7844806380458875
+ 3.7845251115409546
+ 3.7845695843148377
+ 3.7846140563675688
+ 3.7846585276991793
+ 3.7847029983097014
+ 3.7847474681991664
+ 3.7847919373676056
+ 3.784836405815052
+ 3.784880873541537
+ 3.7849253405470917
+ 3.784969806831748
+ 3.7850142723955376
+ 3.785058737238493
+ 3.785103201360645
+ 3.7851476647620252
+ 3.785192127442666
+ 3.785236589402599
+ 3.7852810506418555
+ 3.785325511160468
+ 3.7853699709584667
+ 3.785414430035885
+ 3.7854588883927534
+ 3.785503346029104
+ 3.7855478029449685
+ 3.7855922591403792
+ 3.7856367146153667
+ 3.7856811693699637
+ 3.7857256234042005
+ 3.785770076718111
+ 3.785814529311724
+ 3.7858589811850734
+ 3.7859034323381904
+ 3.7859478827711066
+ 3.785992332483853
+ 3.7860367814764624
+ 3.7860812297489654
+ 3.7861256773013943
+ 3.786170124133781
+ 3.7862145702461563
+ 3.7862590156385525
+ 3.7863034603110006
+ 3.7863479042635335
+ 3.786392347496182
+ 3.7864367900089775
+ 3.786481231801952
+ 3.786525672875137
+ 3.786570113228564
+ 3.786614552862266
+ 3.786658991776273
+ 3.786703429970617
+ 3.7867478674453303
+ 3.786792304200443
+ 3.786836740235989
+ 3.786881175551998
+ 3.7869256101485025
+ 3.7869700440255336
+ 3.787014477183124
+ 3.7870589096213036
+ 3.787103341340106
+ 3.7871477723395612
+ 3.7871922026197016
+ 3.7872366321805586
+ 3.787281061022164
+ 3.787325489144549
+ 3.7873699165477452
+ 3.787414343231785
+ 3.787458769196699
+ 3.7875031944425195
+ 3.787547618969278
+ 3.787592042777006
+ 3.787636465865734
+ 3.7876808882354958
+ 3.7877253098863206
+ 3.787769730818242
+ 3.7878141510312906
+ 3.787858570525498
+ 3.7879029893008958
+ 3.7879474073575157
+ 3.7879918246953888
+ 3.7880362413145474
+ 3.788080657215023
+ 3.7881250723968467
+ 3.78816948686005
+ 3.7882139006046653
+ 3.7882583136307235
+ 3.788302725938256
+ 3.7883471375272944
+ 3.788391548397871
+ 3.7884359585500165
+ 3.7884803679837624
+ 3.7885247766991412
+ 3.788569184696183
+ 3.788613591974921
+ 3.788657998535385
+ 3.788702404377608
+ 3.7887468095016206
+ 3.788791213907455
+ 3.7888356175951428
+ 3.788880020564714
+ 3.7889244228162022
+ 3.788968824349638
+ 3.789013225165052
+ 3.7890576252624775
+ 3.7891020246419442
+ 3.7891464233034857
+ 3.7891908212471317
+ 3.7892352184729146
+ 3.7892796149808654
+ 3.7893240107710158
+ 3.789368405843397
+ 3.7894128001980416
+ 3.78945719383498
+ 3.7895015867542434
+ 3.7895459789558648
+ 3.789590370439875
+ 3.7896347612063046
+ 3.789679151255186
+ 3.7897235405865506
+ 3.7897679292004294
+ 3.7898123170968545
+ 3.7898567042758566
+ 3.789901090737468
+ 3.78994547648172
+ 3.7899898615086443
+ 3.7900342458182714
+ 3.7900786294106337
+ 3.7901230122857617
+ 3.7901673944436873
+ 3.790211775884443
+ 3.790256156608059
+ 3.790300536614567
+ 3.790344915903998
+ 3.790389294476385
+ 3.790433672331758
+ 3.790478049470149
+ 3.7905224258915893
+ 3.79056680159611
+ 3.7906111765837434
+ 3.7906555508545208
+ 3.7906999244084725
+ 3.7907442972456313
+ 3.790788669366027
+ 3.790833040769693
+ 3.79087741145666
+ 3.7909217814269587
+ 3.7909661506806214
+ 3.791010519217678
+ 3.7910548870381624
+ 3.7910992541421042
+ 3.791143620529535
+ 3.7911879862004865
+ 3.7912323511549904
+ 3.7912767153930775
+ 3.79132107891478
+ 3.7913654417201283
+ 3.7914098038091546
+ 3.7914541651818894
+ 3.7914985258383656
+ 3.791542885778613
+ 3.7915872450026638
+ 3.7916316035105493
+ 3.7916759613023006
+ 3.79172031837795
+ 3.7917646747375273
+ 3.791809030381065
+ 3.7918533853085936
+ 3.791897739520146
+ 3.7919420930157526
+ 3.7919864457954446
+ 3.7920307978592533
+ 3.792075149207211
+ 3.7921194998393477
+ 3.792163849755696
+ 3.7922081989562866
+ 3.792252547441151
+ 3.7922968952103204
+ 3.7923412422638263
+ 3.7923855886017
+ 3.792429934223973
+ 3.7924742791306763
+ 3.7925186233218415
+ 3.7925629667975005
+ 3.792607309557683
+ 3.792651651602422
+ 3.792695992931748
+ 3.7927403335456926
+ 3.7927846734442867
+ 3.792829012627563
+ 3.7928733510955506
+ 3.7929176888482825
+ 3.7929620258857897
+ 3.793006362208103
+ 3.793050697815254
+ 3.7930950327072743
+ 3.7931393668841946
+ 3.7931837003460473
+ 3.7932280330928623
+ 3.7932723651246723
+ 3.793316696441507
+ 3.793361027043399
+ 3.7934053569303794
+ 3.793449686102479
+ 3.79349401455973
+ 3.793538342302162
+ 3.793582669329808
+ 3.7936269956426982
+ 3.793671321240865
+ 3.7937156461243378
+ 3.79375997029315
+ 3.7938042937473315
+ 3.7938486164869145
+ 3.793892938511929
+ 3.7939372598224077
+ 3.7939815804183814
+ 3.7940259002998804
+ 3.7940702194669376
+ 3.7941145379195826
+ 3.7941588556578476
+ 3.794203172681764
+ 3.7942474889913624
+ 3.794291804586675
+ 3.794336119467732
+ 3.794380433634565
+ 3.794424747087206
+ 3.794469059825685
+ 3.794513371850034
+ 3.794557683160284
+ 3.7946019937564666
+ 3.794646303638612
+ 3.794690612806753
+ 3.794734921260919
+ 3.794779229001143
+ 3.7948235360274554
+ 3.7948678423398876
+ 3.79491214793847
+ 3.794956452823235
+ 3.7950007569942135
+ 3.7950450604514363
+ 3.7950893631949345
+ 3.79513366522474
+ 3.795177966540884
+ 3.795222267143396
+ 3.79526656703231
+ 3.795310866207655
+ 3.795355164669463
+ 3.7953994624177656
+ 3.7954437594525934
+ 3.795488055773977
+ 3.7955323513819494
+ 3.79557664627654
+ 3.7956209404577814
+ 3.7956652339257033
+ 3.795709526680338
+ 3.7957538187217157
+ 3.7957981100498692
+ 3.7958424006648284
+ 3.795886690566624
+ 3.7959309797552887
+ 3.7959752682308525
+ 3.796019555993347
+ 3.7960638430428033
+ 3.796108129379253
+ 3.796152415002726
+ 3.7961966999132546
+ 3.7962409841108697
+ 3.7962852675956023
+ 3.796329550367484
+ 3.796373832426545
+ 3.7964181137728175
+ 3.796462394406332
+ 3.7965066743271194
+ 3.796550953535212
+ 3.7965952320306395
+ 3.7966395098134336
+ 3.796683786883626
+ 3.7967280632412472
+ 3.7967723388863286
+ 3.796816613818901
+ 3.7968608880389954
+ 3.796905161546644
+ 3.7969494343418764
+ 3.796993706424725
+ 3.7970379777952203
+ 3.797082248453393
+ 3.797126518399276
+ 3.797170787632898
+ 3.7972150561542914
+ 3.797259323963487
+ 3.797303591060516
+ 3.7973478574454096
+ 3.797392123118199
+ 3.797436388078915
+ 3.797480652327589
+ 3.797524915864252
+ 3.797569178688934
+ 3.797613440801668
+ 3.7976577022024838
+ 3.797701962891413
+ 3.7977462228684864
+ 3.797790482133735
+ 3.79783474068719
+ 3.7978789985288826
+ 3.797923255658844
+ 3.7979675120771046
+ 3.798011767783696
+ 3.798056022778649
+ 3.7981002770619954
+ 3.7981445306337656
+ 3.7981887834939903
+ 3.7982330356427014
+ 3.7982772870799293
+ 3.7983215378057054
+ 3.7983657878200607
+ 3.798410037123026
+ 3.7984542857146324
+ 3.798498533594911
+ 3.7985427807638934
+ 3.7985870272216093
+ 3.7986312729680916
+ 3.7986755180033693
+ 3.798719762327475
+ 3.798764005940439
+ 3.798808248842293
+ 3.7988524910330668
+ 3.7988967325127927
+ 3.7989409732815003
+ 3.798985213339222
+ 3.7990294526859882
+ 3.79907369132183
+ 3.7991179292467785
+ 3.799162166460864
+ 3.7992064029641193
+ 3.7992506387565728
+ 3.7992948738382575
+ 3.7993391082092036
+ 3.7993833418694427
+ 3.799427574819005
+ 3.799471807057922
+ 3.7995160385862246
+ 3.7995602694039436
+ 3.7996044995111102
+ 3.799648728907756
+ 3.79969295759391
+ 3.799737185569605
+ 3.7997814128348715
+ 3.7998256393897405
+ 3.7998698652342426
+ 3.7999140903684094
+ 3.7999583147922715
+ 3.80000253850586
+ 3.8000467615092055
+ 3.8000909838023396
+ 3.8001352053852924
+ 3.8001794262580955
+ 3.8002236464207795
+ 3.8002678658733755
+ 3.8003120846159146
+ 3.800356302648428
+ 3.8004005199709456
+ 3.8004447365834992
+ 3.80048895248612
+ 3.8005331676788376
+ 3.800577382161685
+ 3.8006215959346914
+ 3.800665808997888
+ 3.800710021351306
+ 3.8007542329949766
+ 3.800798443928931
+ 3.800842654153199
+ 3.800886863667812
+ 3.800931072472801
+ 3.8009752805681973
+ 3.8010194879540316
+ 3.8010636946303342
+ 3.801107900597137
+ 3.80115210585447
+ 3.8011963104023643
+ 3.8012405142408516
+ 3.801284717369962
+ 3.801328919789726
+ 3.8013731215001756
+ 3.8014173225013415
+ 3.8014615227932533
+ 3.801505722375944
+ 3.8015499212494426
+ 3.8015941194137812
+ 3.8016383168689902
+ 3.8016825136151002
+ 3.8017267096521423
+ 3.8017709049801476
+ 3.8018150995991475
+ 3.801859293509171
+ 3.8019034867102515
+ 3.8019476792024176
+ 3.801991870985701
+ 3.8020360620601332
+ 3.8020802524257444
+ 3.8021244420825653
+ 3.8021686310306277
+ 3.802212819269961
+ 3.8022570068005974
+ 3.8023011936225677
+ 3.8023453797359013
+ 3.8023895651406305
+ 3.8024337498367857
+ 3.8024779338243975
+ 3.802522117103497
+ 3.8025662996741145
+ 3.8026104815362816
+ 3.802654662690029
+ 3.802698843135387
+ 3.8027430228723875
+ 3.8027872019010602
+ 3.8028313802214364
+ 3.8028755578335467
+ 3.802919734737422
+ 3.802963910933094
+ 3.8030080864205917
+ 3.8030522611999475
+ 3.8030964352711916
+ 3.8031406086343544
+ 3.8031847812894677
+ 3.8032289532365615
+ 3.803273124475667
+ 3.8033172950068153
+ 3.803361464830036
+ 3.803405633945361
+ 3.80344980235282
+ 3.803493970052445
+ 3.803538137044267
+ 3.803582303328316
+ 3.8036264689046217
+ 3.8036706337732173
+ 3.8037147979341315
+ 3.803758961387397
+ 3.8038031241330423
+ 3.8038472861711004
+ 3.803891447501601
+ 3.803935608124574
+ 3.803979768040052
+ 3.8040239272480645
+ 3.804068085748643
+ 3.8041122435418173
+ 3.804156400627619
+ 3.804200557006079
+ 3.804244712677227
+ 3.8042888676410946
+ 3.8043330218977127
+ 3.8043771754471107
+ 3.8044213282893216
+ 3.804465480424374
+ 3.8045096318523
+ 3.80455378257313
+ 3.804597932586894
+ 3.804642081893624
+ 3.80468623049335
+ 3.804730378386102
+ 3.8047745255719128
+ 3.804818672050811
+ 3.804862817822828
+ 3.8049069628879955
+ 3.804951107246343
+ 3.804995250897902
+ 3.805039393842702
+ 3.8050835360807755
+ 3.805127677612152
+ 3.805171818436862
+ 3.8052159585549368
+ 3.8052600979664075
+ 3.805304236671304
+ 3.8053483746696575
+ 3.805392511961498
+ 3.8054366485468574
+ 3.805480784425765
+ 3.8055249195982523
+ 3.80556905406435
+ 3.805613187824089
+ 3.8056573208774993
+ 3.8057014532246116
+ 3.8057455848654578
+ 3.805789715800067
+ 3.8058338460284706
+ 3.8058779755506995
+ 3.8059221043667835
+ 3.805966232476754
+ 3.8060103598806423
+ 3.8060544865784776
+ 3.8060986125702914
+ 3.806142737856114
+ 3.8061868624359767
+ 3.8062309863099095
+ 3.8062751094779435
+ 3.8063192319401087
+ 3.8063633536964367
+ 3.806407474746957
+ 3.8064515950917017
+ 3.8064957147307
+ 3.806539833663983
+ 3.8065839518915823
+ 3.8066280694135273
+ 3.806672186229849
+ 3.806716302340578
+ 3.8067604177457453
+ 3.806804532445381
+ 3.8068486464395166
+ 3.806892759728181
+ 3.8069368723114074
+ 3.8069809841892237
+ 3.8070250953616624
+ 3.8070692058287534
+ 3.8071133155905272
+ 3.8071574246470146
+ 3.8072015329982465
+ 3.8072456406442527
+ 3.807289747585065
+ 3.807333853820713
+ 3.8073779593512276
+ 3.80742206417664
+ 3.8074661682969793
+ 3.8075102717122777
+ 3.8075543744225646
+ 3.8075984764278714
+ 3.807642577728228
+ 3.807686678323666
+ 3.8077307782142147
+ 3.807774877399906
+ 3.8078189758807692
+ 3.807863073656836
+ 3.807907170728136
+ 3.8079512670947
+ 3.80799536275656
+ 3.808039457713744
+ 3.8080835519662846
+ 3.8081276455142117
+ 3.8081717383575557
+ 3.8082158304963474
+ 3.8082599219306172
+ 3.808304012660396
+ 3.8083481026857138
+ 3.8083921920066013
+ 3.808436280623089
+ 3.808480368535208
+ 3.808524455742989
+ 3.808568542246461
+ 3.808612628045656
+ 3.8086567131406035
+ 3.8087007975313356
+ 3.8087448812178812
+ 3.808788964200272
+ 3.8088330464785374
+ 3.8088771280527087
+ 3.8089212089228166
+ 3.808965289088891
+ 3.8090093685509627
+ 3.8090534473090623
+ 3.80909752536322
+ 3.8091416027134666
+ 3.809185679359833
+ 3.809229755302349
+ 3.809273830541045
+ 3.809317905075952
+ 3.8093619789071007
+ 3.8094060520345208
+ 3.809450124458244
+ 3.8094941961782993
+ 3.8095382671947187
+ 3.809582337507531
+ 3.8096264071167685
+ 3.8096704760224602
+ 3.809714544224638
+ 3.809758611723331
+ 3.8098026785185706
+ 3.8098467446103865
+ 3.80989080999881
+ 3.8099348746838713
+ 3.8099789386656004
+ 3.8100230019440287
+ 3.8100670645191856
+ 3.8101111263911025
+ 3.810155187559809
+ 3.810199248025336
+ 3.8102433077877147
+ 3.8102873668469743
+ 3.8103314252031457
+ 3.81037548285626
+ 3.8104195398063463
+ 3.8104635960534363
+ 3.8105076515975593
+ 3.8105517064387477
+ 3.8105957605770295
+ 3.810639814012437
+ 3.810683866745
+ 3.8107279187747483
+ 3.8107719701017135
+ 3.810816020725925
+ 3.8108600706474136
+ 3.8109041198662106
+ 3.8109481683823447
+ 3.8109922161958476
+ 3.8110362633067494
+ 3.8110803097150803
+ 3.8111243554208714
+ 3.8111684004241524
+ 3.8112124447249536
+ 3.811256488323306
+ 3.81130053121924
+ 3.811344573412785
+ 3.811388614903973
+ 3.811432655692833
+ 3.811476695779396
+ 3.811520735163693
+ 3.8115647738457525
+ 3.8116088118256073
+ 3.8116528491032864
+ 3.81169688567882
+ 3.8117409215522393
+ 3.8117849567235744
+ 3.811828991192855
+ 3.8118730249601125
+ 3.8119170580253767
+ 3.811961090388678
+ 3.812005122050047
+ 3.8120491530095144
+ 3.8120931832671094
+ 3.8121372128228637
+ 3.8121812416768064
+ 3.8122252698289687
+ 3.812269297279381
+ 3.8123133240280733
+ 3.8123573500750765
+ 3.81240137542042
+ 3.8124454000641346
+ 3.812489424006251
+ 3.8125334472467998
+ 3.81257746978581
+ 3.812621491623313
+ 3.8126655127593394
+ 3.8127095331939187
+ 3.8127535529270813
+ 3.8127975719588587
+ 3.8128415902892794
+ 3.812885607918375
+ 3.8129296248461757
+ 3.812973641072712
+ 3.813017656598013
+ 3.8130616714221106
+ 3.8131056855450343
+ 3.8131496989668143
+ 3.8131937116874814
+ 3.8132377237070654
+ 3.813281735025597
+ 3.8133257456431067
+ 3.813369755559624
+ 3.81341376477518
+ 3.8134577732898047
+ 3.813501781103528
+ 3.813545788216381
+ 3.813589794628393
+ 3.813633800339596
+ 3.813677805350018
+ 3.813721809659692
+ 3.8137658132686454
+ 3.81380981617691
+ 3.813853818384516
+ 3.813897819891494
+ 3.8139418206978735
+ 3.8139858208036856
+ 3.81402982020896
+ 3.814073818913727
+ 3.8141178169180168
+ 3.81416181422186
+ 3.8142058108252868
+ 3.8142498067283275
+ 3.814293801931012
+ 3.814337796433371
+ 3.814381790235434
+ 3.8144257833372324
+ 3.8144697757387958
+ 3.8145137674401544
+ 3.814557758441339
+ 3.8146017487423785
+ 3.814645738343305
+ 3.814689727244147
+ 3.814733715444936
+ 3.814777702945702
+ 3.814821689746475
+ 3.814865675847285
+ 3.8149096612481626
+ 3.8149536459491378
+ 3.814997629950241
+ 3.815041613251503
+ 3.815085595852952
+ 3.815129577754621
+ 3.8151735589565376
+ 3.815217539458734
+ 3.81526151926124
+ 3.8153054983640846
+ 3.8153494767672997
+ 3.8153934544709145
+ 3.815437431474959
+ 3.815481407779464
+ 3.81552538338446
+ 3.815569358289976
+ 3.8156133324960435
+ 3.815657306002692
+ 3.815701278809952
+ 3.8157452509178524
+ 3.8157892223264254
+ 3.8158331930357003
+ 3.8158771630457076
+ 3.815921132356476
+ 3.8159651009680378
+ 3.8160090688804216
+ 3.816053036093659
+ 3.8160970026077785
+ 3.816140968422812
+ 3.816184933538788
+ 3.816228897955738
+ 3.8162728616736907
+ 3.8163168246926786
+ 3.816360787012729
+ 3.816404748633875
+ 3.816448709556145
+ 3.8164926697795685
+ 3.8165366293041774
+ 3.8165805881300003
+ 3.8166245462570685
+ 3.8166685036854116
+ 3.81671246041506
+ 3.816756416446044
+ 3.8168003717783936
+ 3.816844326412138
+ 3.816888280347309
+ 3.8169322335839353
+ 3.816976186122048
+ 3.817020137961676
+ 3.8170640891028516
+ 3.8171080395456025
+ 3.8171519892899606
+ 3.817195938335955
+ 3.817239886683616
+ 3.8172838343329745
+ 3.8173277812840594
+ 3.817371727536902
+ 3.817415673091531
+ 3.817459617947978
+ 3.817503562106272
+ 3.8175475055664436
+ 3.817591448328523
+ 3.81763539039254
+ 3.817679331758525
+ 3.817723272426508
+ 3.8177672123965185
+ 3.8178111516685878
+ 3.817855090242745
+ 3.8178990281190206
+ 3.817942965297444
+ 3.8179869017780472
+ 3.8180308375608574
+ 3.818074772645908
+ 3.818118707033226
+ 3.818162640722843
+ 3.818206573714789
+ 3.8182505060090937
+ 3.8182944376057875
+ 3.8183383685049006
+ 3.818382298706463
+ 3.818426228210504
+ 3.818470157017054
+ 3.8185140851261443
+ 3.818558012537803
+ 3.818601939252062
+ 3.81864586526895
+ 3.8186897905884973
+ 3.8187337152107346
+ 3.8187776391356913
+ 3.818821562363398
+ 3.818865484893884
+ 3.8189094067271796
+ 3.8189533278633156
+ 3.818997248302321
+ 3.8190411680442264
+ 3.819085087089061
+ 3.8191290054368565
+ 3.819172923087642
+ 3.8192168400414466
+ 3.8192607562983016
+ 3.8193046718582364
+ 3.819348586721281
+ 3.8193925008874663
+ 3.8194364143568214
+ 3.8194803271293765
+ 3.819524239205162
+ 3.819568150584207
+ 3.819612061266542
+ 3.819655971252198
+ 3.819699880541203
+ 3.819743789133589
+ 3.8197876970293847
+ 3.8198316042286202
+ 3.8198755107313263
+ 3.8199194165375316
+ 3.819963321647268
+ 3.8200072260605635
+ 3.82005112977745
+ 3.8200950327979557
+ 3.820138935122112
+ 3.8201828367499475
+ 3.8202267376814936
+ 3.820270637916779
+ 3.8203145374558347
+ 3.82035843629869
+ 3.820402334445376
+ 3.8204462318959203
+ 3.820490128650355
+ 3.82053402470871
+ 3.820577920071014
+ 3.8206218147372986
+ 3.8206657087075917
+ 3.8207096019819247
+ 3.8207534945603268
+ 3.820797386442829
+ 3.82084127762946
+ 3.8208851681202507
+ 3.820929057915231
+ 3.82097294701443
+ 3.821016835417878
+ 3.8210607231256053
+ 3.8211046101376414
+ 3.821148496454017
+ 3.821192382074761
+ 3.8212362669999043
+ 3.8212801512294754
+ 3.821324034763506
+ 3.821367917602025
+ 3.8214117997450625
+ 3.8214556811926483
+ 3.821499561944812
+ 3.821543442001585
+ 3.821587321362995
+ 3.821631200029074
+ 3.8216750779998505
+ 3.821718955275355
+ 3.821762831855617
+ 3.821806707740667
+ 3.821850582930534
+ 3.821894457425249
+ 3.8219383312248416
+ 3.821982204329341
+ 3.8220260767387777
+ 3.8220699484531813
+ 3.8221138194725817
+ 3.8221576897970095
+ 3.8222015594264938
+ 3.822245428361064
+ 3.8222892966007516
+ 3.8223331641455847
+ 3.8223770309955944
+ 3.82242089715081
+ 3.8224647626112613
+ 3.822508627376979
+ 3.822552491447992
+ 3.8225963548243302
+ 3.8226402175060246
+ 3.8226840794931034
+ 3.822727940785598
+ 3.822771801383537
+ 3.8228156612869513
+ 3.8228595204958693
+ 3.8229033790103233
+ 3.8229472368303403
+ 3.8229910939559524
+ 3.823034950387188
+ 3.823078806124078
+ 3.8231226611666513
+ 3.823166515514938
+ 3.823210369168968
+ 3.8232542221287713
+ 3.823298074394378
+ 3.823341925965817
+ 3.823385776843119
+ 3.823429627026314
+ 3.823473476515431
+ 3.8235173253104997
+ 3.8235611734115507
+ 3.8236050208186136
+ 3.8236488675317184
+ 3.8236927135508942
+ 3.823736558876171
+ 3.8237804035075786
+ 3.823824247445148
+ 3.8238680906889075
+ 3.8239119332388873
+ 3.8239557750951176
+ 3.8239996162576277
+ 3.824043456726448
+ 3.8240872965016073
+ 3.824131135583136
+ 3.824174973971064
+ 3.8242188116654217
+ 3.824262648666237
+ 3.8243064849735418
+ 3.8243503205873646
+ 3.824394155507735
+ 3.8244379897346836
+ 3.8244818232682403
+ 3.8245256561084338
+ 3.824569488255295
+ 3.8246133197088525
+ 3.8246571504691373
+ 3.8247009805361785
+ 3.8247448099100056
+ 3.824788638590649
+ 3.824832466578138
+ 3.8248762938725025
+ 3.8249201204737715
+ 3.8249639463819767
+ 3.825007771597146
+ 3.82505159611931
+ 3.8250954199484983
+ 3.825139243084741
+ 3.8251830655280665
+ 3.8252268872785056
+ 3.825270708336088
+ 3.825314528700843
+ 3.8253583483728018
+ 3.8254021673519922
+ 3.8254459856384444
+ 3.825489803232189
+ 3.8255336201332555
+ 3.8255774363416726
+ 3.8256212518574704
+ 3.8256650666806795
+ 3.825708880811329
+ 3.825752694249448
+ 3.8257965069950677
+ 3.8258403190482166
+ 3.825884130408925
+ 3.825927941077222
+ 3.825971751053138
+ 3.826015560336702
+ 3.8260593689279445
+ 3.8261031768268947
+ 3.8261469840335818
+ 3.8261907905480363
+ 3.8262345963702877
+ 3.8262784015003657
+ 3.8263222059383004
+ 3.8263660096841203
+ 3.826409812737856
+ 3.826453615099537
+ 3.8264974167691927
+ 3.826541217746853
+ 3.826585018032548
+ 3.8266288176263066
+ 3.826672616528159
+ 3.8267164147381343
+ 3.826760212256263
+ 3.826804009082574
+ 3.8268478052170978
+ 3.826891600659863
+ 3.8269353954108998
+ 3.826979189470238
+ 3.827022982837907
+ 3.8270667755139365
+ 3.8271105674983565
+ 3.827154358791196
+ 3.8271981493924856
+ 3.8272419393022536
+ 3.827285728520531
+ 3.827329517047346
+ 3.8273733048827294
+ 3.8274170920267103
+ 3.827460878479319
+ 3.827504664240584
+ 3.827548449310536
+ 3.827592233689204
+ 3.827636017376618
+ 3.8276798003728074
+ 3.8277235826778018
+ 3.827767364291631
+ 3.827811145214324
+ 3.827854925445911
+ 3.8278987049864215
+ 3.8279424838358858
+ 3.827986261994332
+ 3.828030039461791
+ 3.8280738162382915
+ 3.828117592323864
+ 3.828161367718537
+ 3.8282051424223416
+ 3.8282489164353057
+ 3.8282926897574603
+ 3.828336462388834
+ 3.828380234329457
+ 3.8284240055793584
+ 3.828467776138569
+ 3.828511546007116
+ 3.828555315185031
+ 3.828599083672343
+ 3.828642851469082
+ 3.8286866185752766
+ 3.8287303849909566
+ 3.828774150716153
+ 3.8288179157508933
+ 3.8288616800952084
+ 3.8289054437491274
+ 3.82894920671268
+ 3.828992968985895
+ 3.829036730568804
+ 3.829080491461434
+ 3.8291242516638166
+ 3.82916801117598
+ 3.829211769997954
+ 3.8292555281297687
+ 3.829299285571454
+ 3.8293430423230377
+ 3.8293867983845513
+ 3.829430553756023
+ 3.829474308437483
+ 3.8295180624289604
+ 3.8295618157304854
+ 3.829605568342087
+ 3.8296493202637945
+ 3.829693071495638
+ 3.829736822037647
+ 3.82978057188985
+ 3.829824321052278
+ 3.82986806952496
+ 3.829911817307925
+ 3.829955564401203
+ 3.829999310804823
+ 3.8300430565188157
+ 3.8300868015432092
+ 3.830130545878034
+ 3.8301742895233186
+ 3.8302180324790935
+ 3.8302617747453875
+ 3.830305516322231
+ 3.8303492572096522
+ 3.8303929974076816
+ 3.8304367369163486
+ 3.830480475735682
+ 3.8305242138657123
+ 3.830567951306468
+ 3.8306116880579792
+ 3.8306554241202755
+ 3.830699159493386
+ 3.83074289417734
+ 3.8307866281721674
+ 3.8308303614778976
+ 3.8308740940945594
+ 3.8309178260221834
+ 3.8309615572607982
+ 3.831005287810434
+ 3.83104901767112
+ 3.831092746842885
+ 3.8311364753257586
+ 3.831180203119771
+ 3.831223930224952
+ 3.8312676566413293
+ 3.8313113823689333
+ 3.8313551074077945
+ 3.831398831757941
+ 3.831442555419402
+ 3.831486278392208
+ 3.831530000676388
+ 3.8315737222719717
+ 3.831617443178988
+ 3.831661163397466
+ 3.8317048829274367
+ 3.8317486017689277
+ 3.8317923199219703
+ 3.831836037386592
+ 3.8318797541628236
+ 3.8319234702506937
+ 3.8319671856502326
+ 3.8320109003614693
+ 3.832054614384432
+ 3.832098327719152
+ 3.832142040365658
+ 3.832185752323979
+ 3.8322294635941447
+ 3.8322731741761853
+ 3.8323168840701287
+ 3.8323605932760056
+ 3.8324043017938445
+ 3.832448009623675
+ 3.832491716765527
+ 3.8325354232194293
+ 3.8325791289854116
+ 3.832622834063503
+ 3.8326665384537333
+ 3.8327102421561317
+ 3.8327539451707273
+ 3.83279764749755
+ 3.832841349136629
+ 3.832885050087994
+ 3.832928750351673
+ 3.8329724499276967
+ 3.8330161488160948
+ 3.833059847016895
+ 3.833103544530128
+ 3.8331472413558227
+ 3.8331909374940087
+ 3.8332346329447153
+ 3.833278327707972
+ 3.8333220217838075
+ 3.8333657151722518
+ 3.8334094078733343
+ 3.833453099887084
+ 3.8334967912135296
+ 3.833540481852702
+ 3.8335841718046297
+ 3.833627861069342
+ 3.8336715496468683
+ 3.8337152375372376
+ 3.83375892474048
+ 3.8338026112566244
+ 3.8338462970857
+ 3.833889982227736
+ 3.833933666682763
+ 3.8339773504508083
+ 3.8340210335319025
+ 3.834064715926075
+ 3.8341083976333543
+ 3.8341520786537706
+ 3.8341957589873528
+ 3.83423943863413
+ 3.8342831175941323
+ 3.834326795867388
+ 3.834370473453927
+ 3.834414150353778
+ 3.8344578265669718
+ 3.8345015020935356
+ 3.8345451769335
+ 3.834588851086895
+ 3.8346325245537485
+ 3.8346761973340895
+ 3.8347198694279485
+ 3.8347635408353544
+ 3.8348072115563365
+ 3.834850881590924
+ 3.834894550939146
+ 3.8349382196010326
+ 3.8349818875766117
+ 3.8350255548659136
+ 3.835069221468967
+ 3.835112887385802
+ 3.835156552616447
+ 3.8352002171609314
+ 3.835243881019285
+ 3.8352875441915364
+ 3.8353312066777154
+ 3.8353748684778517
+ 3.835418529591973
+ 3.8354621900201096
+ 3.8355058497622907
+ 3.835549508818546
+ 3.8355931671889034
+ 3.8356368248733936
+ 3.835680481872045
+ 3.8357241381848866
+ 3.8357677938119483
+ 3.83581144875326
+ 3.835855103008849
+ 3.835898756578746
+ 3.83594240946298
+ 3.8359860616615795
+ 3.836029713174575
+ 3.8360733640019946
+ 3.8361170141438685
+ 3.836160663600225
+ 3.836204312371094
+ 3.836247960456504
+ 3.8362916078564844
+ 3.836335254571065
+ 3.8363789006002746
+ 3.8364225459441426
+ 3.8364661906026982
+ 3.8365098345759705
+ 3.8365534778639883
+ 3.8365971204667817
+ 3.836640762384379
+ 3.8366844036168097
+ 3.836728044164103
+ 3.8367716840262887
+ 3.8368153232033952
+ 3.836858961695452
+ 3.836902599502489
+ 3.836946236624533
+ 3.8369898730616163
+ 3.8370335088137657
+ 3.837077143881012
+ 3.8371207782633827
+ 3.8371644119609094
+ 3.8372080449736186
+ 3.837251677301541
+ 3.8372953089447055
+ 3.8373389399031415
+ 3.8373825701768776
+ 3.8374261997659436
+ 3.8374698286703675
+ 3.83751345689018
+ 3.8375570844254097
+ 3.8376007112760853
+ 3.837644337442236
+ 3.8376879629238916
+ 3.837731587721081
+ 3.8377752118338324
+ 3.8378188352621763
+ 3.837862458006141
+ 3.8379060800657565
+ 3.837949701441051
+ 3.8379933221320544
+ 3.8380369421387948
+ 3.8380805614613025
+ 3.838124180099606
+ 3.838167798053734
+ 3.838211415323717
+ 3.8382550319095827
+ 3.838298647811361
+ 3.8383422630290807
+ 3.8383858775627715
+ 3.8384294914124615
+ 3.838473104578181
+ 3.8385167170599583
+ 3.838560328857823
+ 3.838603939971803
+ 3.838647550401929
+ 3.838691160148229
+ 3.8387347692107334
+ 3.8387783775894695
+ 3.838821985284468
+ 3.838865592295757
+ 3.8389091986233663
+ 3.838952804267324
+ 3.8389964092276605
+ 3.8390400135044036
+ 3.8390836170975833
+ 3.8391272200072284
+ 3.8391708222333683
+ 3.8392144237760313
+ 3.839258024635247
+ 3.8393016248110445
+ 3.839345224303453
+ 3.8393888231125013
+ 3.839432421238218
+ 3.839476018680633
+ 3.839519615439775
+ 3.8395632115156735
+ 3.8396068069083564
+ 3.8396504016178543
+ 3.839693995644195
+ 3.8397375889874086
+ 3.839781181647523
+ 3.8398247736245685
+ 3.839868364918573
+ 3.8399119555295664
+ 3.8399555454575776
+ 3.839999134702635
+ 3.840042723264768
+ 3.8400863111440064
+ 3.840129898340378
+ 3.8401734848539126
+ 3.8402170706846395
+ 3.8402606558325867
+ 3.840304240297784
+ 3.8403478240802604
+ 3.8403914071800447
+ 3.840434989597166
+ 3.8404785713316536
+ 3.8405221523835356
+ 3.840565732752842
+ 3.8406093124396015
+ 3.840652891443843
+ 3.8406964697655956
+ 3.8407400474048887
+ 3.8407836243617504
+ 3.8408272006362107
+ 3.840870776228298
+ 3.8409143511380415
+ 3.84095792536547
+ 3.8410014989106127
+ 3.8410450717734985
+ 3.8410886439541563
+ 3.8411322154526157
+ 3.8411757862689044
+ 3.841219356403053
+ 3.8412629258550894
+ 3.841306494625043
+ 3.841350062712942
+ 3.8413936301188167
+ 3.8414371968426955
+ 3.841480762884607
+ 3.8415243282445806
+ 3.841567892922645
+ 3.8416114569188293
+ 3.841655020233163
+ 3.8416985828656736
+ 3.8417421448163918
+ 3.8417857060853455
+ 3.8418292666725637
+ 3.841872826578076
+ 3.8419163858019107
+ 3.8419599443440973
+ 3.842003502204664
+ 3.8420470593836407
+ 3.8420906158810553
+ 3.842134171696938
+ 3.8421777268313164
+ 3.8422212812842202
+ 3.842264835055678
+ 3.84230838814572
+ 3.8423519405543733
+ 3.8423954922816677
+ 3.842439043327632
+ 3.8424825936922957
+ 3.8425261433756863
+ 3.8425696923778347
+ 3.8426132406987685
+ 3.8426567883385165
+ 3.8427003352971085
+ 3.842743881574572
+ 3.842787427170938
+ 3.842830972086234
+ 3.8428745163204887
+ 3.842918059873732
+ 3.842961602745992
+ 3.843005144937298
+ 3.8430486864476787
+ 3.8430922272771633
+ 3.84313576742578
+ 3.843179306893559
+ 3.843222845680528
+ 3.8432663837867165
+ 3.8433099212121533
+ 3.8433534579568667
+ 3.843396994020886
+ 3.8434405294042406
+ 3.843484064106959
+ 3.8435275981290697
+ 3.843571131470602
+ 3.843614664131585
+ 3.8436581961120466
+ 3.843701727412017
+ 3.843745258031524
+ 3.843788787970597
+ 3.843832317229265
+ 3.8438758458075566
+ 3.8439193737055
+ 3.8439629009231253
+ 3.8440064274604606
+ 3.8440499533175356
+ 3.8440934784943774
+ 3.844137002991017
+ 3.8441805268074813
+ 3.8442240499438007
+ 3.8442675724000037
+ 3.8443110941761183
+ 3.8443546152721737
+ 3.8443981356881993
+ 3.8444416554242236
+ 3.8444851744802757
+ 3.8445286928563838
+ 3.844572210552577
+ 3.8446157275688844
+ 3.8446592439053346
+ 3.8447027595619567
+ 3.844746274538779
+ 3.8447897888358313
+ 3.8448333024531416
+ 3.8448768153907382
+ 3.8449203276486514
+ 3.8449638392269088
+ 3.8450073501255395
+ 3.845050860344573
+ 3.845094369884037
+ 3.845137878743961
+ 3.8451813869243736
+ 3.8452248944253036
+ 3.8452684012467806
+ 3.8453119073888318
+ 3.8453554128514873
+ 3.8453989176347756
+ 3.8454424217387255
+ 3.845485925163365
+ 3.845529427908724
+ 3.8455729299748307
+ 3.845616431361714
+ 3.845659932069403
+ 3.8457034320979258
+ 3.845746931447312
+ 3.8457904301175896
+ 3.845833928108788
+ 3.8458774254209356
+ 3.845920922054061
+ 3.8459644180081938
+ 3.846007913283362
+ 3.846051407879594
+ 3.84609490179692
+ 3.846138395035368
+ 3.846181887594966
+ 3.8462253794757437
+ 3.8462688706777297
+ 3.8463123612009524
+ 3.8463558510454408
+ 3.846399340211224
+ 3.84644282869833
+ 3.846486316506788
+ 3.846529803636627
+ 3.8465732900878753
+ 3.8466167758605616
+ 3.8466602609547147
+ 3.846703745370364
+ 3.8467472291075375
+ 3.8467907121662637
+ 3.846834194546572
+ 3.8468776762484906
+ 3.846921157272049
+ 3.8469646376172753
+ 3.847008117284198
+ 3.847051596272846
+ 3.8470950745832493
+ 3.8471385522154344
+ 3.847182029169432
+ 3.847225505445269
+ 3.847268981042976
+ 3.8473124559625798
+ 3.8473559302041105
+ 3.8473994037675965
+ 3.8474428766530666
+ 3.847486348860549
+ 3.8475298203900725
+ 3.847573291241666
+ 3.847616761415358
+ 3.8476602309111776
+ 3.8477036997291534
+ 3.8477471678693136
+ 3.847790635331687
+ 3.847834102116303
+ 3.8478775682231903
+ 3.847921033652376
+ 3.8479644984038903
+ 3.8480079624777614
+ 3.848051425874018
+ 3.848094888592689
+ 3.848138350633803
+ 3.848181811997388
+ 3.848225272683473
+ 3.8482687326920875
+ 3.8483121920232595
+ 3.848355650677017
+ 3.84839910865339
+ 3.848442565952406
+ 3.8484860225740944
+ 3.8485294785184836
+ 3.848572933785602
+ 3.8486163883754787
+ 3.848659842288143
+ 3.8487032955236216
+ 3.8487467480819446
+ 3.84879019996314
+ 3.848833651167237
+ 3.8488771016942636
+ 3.8489205515442495
+ 3.8489640007172223
+ 3.8490074492132105
+ 3.8490508970322437
+ 3.84909434417435
+ 3.849137790639558
+ 3.849181236427896
+ 3.849224681539394
+ 3.849268125974078
+ 3.84931156973198
+ 3.8493550128131253
+ 3.8493984552175453
+ 3.8494418969452666
+ 3.8494853379963185
+ 3.8495287783707304
+ 3.8495722180685297
+ 3.8496156570897453
+ 3.8496590954344065
+ 3.849702533102541
+ 3.8497459700941783
+ 3.849789406409346
+ 3.8498328420480736
+ 3.8498762770103894
+ 3.8499197112963213
+ 3.849963144905899
+ 3.85000657783915
+ 3.850050010096104
+ 3.8500934416767882
+ 3.8501368725812326
+ 3.850180302809465
+ 3.8502237323615143
+ 3.850267161237409
+ 3.8503105894371776
+ 3.850354016960848
+ 3.8503974438084505
+ 3.850440869980012
+ 3.8504842954755616
+ 3.850527720295128
+ 3.85057114443874
+ 3.8506145679064256
+ 3.8506579906982132
+ 3.850701412814132
+ 3.850744834254211
+ 3.850788255018478
+ 3.850831675106961
+ 3.8508750945196892
+ 3.8509185132566914
+ 3.850961931317996
+ 3.8510053487036306
+ 3.8510487654136254
+ 3.8510921814480072
+ 3.8511355968068064
+ 3.85117901149005
+ 3.851222425497767
+ 3.8512658388299865
+ 3.851309251486736
+ 3.8513526634680444
+ 3.851396074773941
+ 3.851439485404453
+ 3.8514828953596103
+ 3.85152630463944
+ 3.8515697132439723
+ 3.8516131211732345
+ 3.851656528427255
+ 3.851699935006063
+ 3.8517433409096866
+ 3.851786746138154
+ 3.8518301506914945
+ 3.851873554569736
+ 3.8519169577729073
+ 3.8519603603010375
+ 3.852003762154153
+ 3.852047163332285
+ 3.8520905638354597
+ 3.852133963663707
+ 3.8521773628170553
+ 3.852220761295532
+ 3.852264159099167
+ 3.852307556227988
+ 3.852350952682023
+ 3.852394348461302
+ 3.8524377435658517
+ 3.852481137995702
+ 3.8525245317508805
+ 3.852567924831416
+ 3.8526113172373373
+ 3.8526547089686716
+ 3.8526981000254494
+ 3.8527414904076975
+ 3.8527848801154447
+ 3.85282826914872
+ 3.852871657507551
+ 3.852915045191967
+ 3.852958432201996
+ 3.8530018185376664
+ 3.8530452041990078
+ 3.8530885891860467
+ 3.853131973498813
+ 3.853175357137334
+ 3.8532187401016396
+ 3.853262122391757
+ 3.853305504007715
+ 3.853348884949542
+ 3.8533922652172667
+ 3.8534356448109177
+ 3.8534790237305225
+ 3.8535224019761105
+ 3.8535657795477096
+ 3.8536091564453487
+ 3.8536525326690554
+ 3.853695908218859
+ 3.853739283094787
+ 3.853782657296869
+ 3.8538260308251324
+ 3.853869403679606
+ 3.8539127758603184
+ 3.8539561473672976
+ 3.8539995182005726
+ 3.8540428883601705
+ 3.8540862578461215
+ 3.8541296266584526
+ 3.8541729947971928
+ 3.85421636226237
+ 3.8542597290540135
+ 3.8543030951721513
+ 3.8543464606168114
+ 3.8543898253880227
+ 3.854433189485813
+ 3.854476552910211
+ 3.8545199156612453
+ 3.8545632777389445
+ 3.854606639143336
+ 3.854649999874449
+ 3.854693359932311
+ 3.854736719316952
+ 3.854780078028399
+ 3.8548234360666807
+ 3.854866793431825
+ 3.8549101501238616
+ 3.8549535061428175
+ 3.8549968614887216
+ 3.8550402161616026
+ 3.855083570161488
+ 3.855126923488407
+ 3.855170276142388
+ 3.855213628123458
+ 3.855256979431647
+ 3.8553003300669824
+ 3.855343680029493
+ 3.855387029319207
+ 3.8554303779361527
+ 3.855473725880358
+ 3.855517073151852
+ 3.8555604197506628
+ 3.8556037656768187
+ 3.855647110930348
+ 3.8556904555112785
+ 3.8557337994196392
+ 3.8557771426554583
+ 3.8558204852187647
+ 3.855863827109585
+ 3.8559071683279496
+ 3.855950508873885
+ 3.855993848747421
+ 3.856037187948585
+ 3.8560805264774056
+ 3.8561238643339113
+ 3.85616720151813
+ 3.85621053803009
+ 3.8562538738698207
+ 3.856297209037348
+ 3.8563405435327027
+ 3.8563838773559125
+ 3.8564272105070048
+ 3.8564705429860084
+ 3.8565138747929515
+ 3.8565572059278628
+ 3.85660053639077
+ 3.856643866181702
+ 3.8566871953006863
+ 3.8567305237477516
+ 3.8567738515229264
+ 3.856817178626239
+ 3.856860505057717
+ 3.85690383081739
+ 3.8569471559052846
+ 3.8569904803214303
+ 3.8570338040658547
+ 3.857077127138587
+ 3.857120449539654
+ 3.857163771269085
+ 3.857207092326908
+ 3.8572504127131513
+ 3.8572937324278436
+ 3.8573370514710117
+ 3.857380369842686
+ 3.8574236875428927
+ 3.857467004571661
+ 3.8575103209290194
+ 3.857553636614996
+ 3.8575969516296182
+ 3.857640265972916
+ 3.857683579644916
+ 3.8577268926456467
+ 3.8577702049751372
+ 3.8578135166334153
+ 3.857856827620508
+ 3.8579001379364457
+ 3.8579434475812553
+ 3.8579867565549653
+ 3.858030064857604
+ 3.8580733724891996
+ 3.85811667944978
+ 3.858159985739374
+ 3.858203291358009
+ 3.858246596305714
+ 3.8582899005825175
+ 3.858333204188446
+ 3.8583765071235296
+ 3.8584198093877955
+ 3.858463110981273
+ 3.8585064119039885
+ 3.8585497121559715
+ 3.85859301173725
+ 3.8586363106478516
+ 3.858679608887805
+ 3.8587229064571393
+ 3.8587662033558807
+ 3.858809499584059
+ 3.858852795141702
+ 3.8588960900288374
+ 3.8589393842454935
+ 3.858982677791699
+ 3.8590259706674814
+ 3.8590692628728696
+ 3.8591125544078912
+ 3.8591558452725745
+ 3.859199135466948
+ 3.85924242499104
+ 3.859285713844878
+ 3.8593290020284905
+ 3.8593722895419056
+ 3.859415576385151
+ 3.8594588625582564
+ 3.8595021480612477
+ 3.8595454328941554
+ 3.859588717057006
+ 3.859632000549828
+ 3.8596752833726504
+ 3.8597185655255
+ 3.8597618470084063
+ 3.8598051278213963
+ 3.8598484079644986
+ 3.8598916874377416
+ 3.8599349662411533
+ 3.8599782443747612
+ 3.8600215218385947
+ 3.860064798632681
+ 3.860108074757048
+ 3.8601513502117246
+ 3.8601946249967387
+ 3.8602378991121182
+ 3.8602811725578916
+ 3.8603244453340864
+ 3.8603677174407314
+ 3.860410988877854
+ 3.860454259645483
+ 3.860497529743647
+ 3.860540799172372
+ 3.8605840679316885
+ 3.860627336021623
+ 3.8606706034422045
+ 3.860713870193461
+ 3.8607571362754203
+ 3.86080040168811
+ 3.8608436664315593
+ 3.860886930505796
+ 3.8609301939108476
+ 3.8609734566467426
+ 3.8610167187135094
+ 3.8610599801111753
+ 3.8611032408397694
+ 3.861146500899319
+ 3.8611897602898524
+ 3.8612330190113977
+ 3.861276277063983
+ 3.8613195344476368
+ 3.8613627911623856
+ 3.86140604720826
+ 3.861449302585286
+ 3.8614925572934924
+ 3.861535811332907
+ 3.8615790647035584
+ 3.8616223174054745
+ 3.861665569438683
+ 3.861708820803212
+ 3.86175207149909
+ 3.861795321526345
+ 3.8618385708850043
+ 3.861881819575097
+ 3.8619250675966508
+ 3.861968314949693
+ 3.8620115616342527
+ 3.8620548076503574
+ 3.8620980529980353
+ 3.862141297677314
+ 3.8621845416882223
+ 3.8622277850307882
+ 3.862271027705039
+ 3.8623142697110033
+ 3.8623575110487085
+ 3.8624007517181838
+ 3.8624439917194557
+ 3.862487231052554
+ 3.8625304697175054
+ 3.862573707714338
+ 3.8626169450430803
+ 3.8626601817037605
+ 3.8627034176964057
+ 3.862746653021045
+ 3.8627898876777054
+ 3.862833121666416
+ 3.8628763549872036
+ 3.862919587640097
+ 3.8629628196251242
+ 3.863006050942313
+ 3.8630492815916915
+ 3.8630925115732873
+ 3.863135740887129
+ 3.8631789695332444
+ 3.863222197511661
+ 3.863265424822407
+ 3.8633086514655113
+ 3.863351877441001
+ 3.863395102748904
+ 3.863438327389249
+ 3.8634815513620633
+ 3.863524774667375
+ 3.8635679973052124
+ 3.863611219275603
+ 3.8636544405785758
+ 3.8636976612141574
+ 3.863740881182376
+ 3.8637841004832603
+ 3.863827319116838
+ 3.8638705370831374
+ 3.8639137543821853
+ 3.8639569710140114
+ 3.8640001869786413
+ 3.8640434022761054
+ 3.86408661690643
+ 3.864129830869644
+ 3.8641730441657747
+ 3.864216256794851
+ 3.8642594687568996
+ 3.8643026800519493
+ 3.864345890680027
+ 3.864389100641163
+ 3.8644323099353826
+ 3.864475518562715
+ 3.8645187265231877
+ 3.8645619338168293
+ 3.864605140443667
+ 3.864648346403729
+ 3.8646915516970433
+ 3.864734756323638
+ 3.864777960283541
+ 3.8648211635767797
+ 3.864864366203382
+ 3.8649075681633764
+ 3.8649507694567915
+ 3.864993970083653
+ 3.865037170043991
+ 3.865080369337832
+ 3.865123567965205
+ 3.865166765926137
+ 3.8652099632206567
+ 3.865253159848791
+ 3.8652963558105684
+ 3.8653395511060173
+ 3.8653827457351646
+ 3.865425939698039
+ 3.8654691329946678
+ 3.865512325625079
+ 3.8655555175893013
+ 3.865598708887361
+ 3.8656418995192876
+ 3.8656850894851083
+ 3.8657282787848506
+ 3.865771467418543
+ 3.865814655386213
+ 3.865857842687889
+ 3.8659010293235982
+ 3.8659442152933687
+ 3.8659874005972283
+ 3.8660305852352055
+ 3.8660737692073273
+ 3.866116952513622
+ 3.866160135154118
+ 3.8662033171288424
+ 3.8662464984378224
+ 3.8662896790810874
+ 3.8663328590586645
+ 3.8663760383705816
+ 3.8664192170168663
+ 3.866462394997547
+ 3.8665055723126507
+ 3.8665487489622063
+ 3.866591924946241
+ 3.8666351002647827
+ 3.86667827491786
+ 3.866721448905499
+ 3.8667646222277297
+ 3.8668077948845783
+ 3.8668509668760733
+ 3.866894138202242
+ 3.8669373088631134
+ 3.866980478858714
+ 3.8670236481890723
+ 3.867066816854216
+ 3.8671099848541726
+ 3.8671531521889713
+ 3.867196318858638
+ 3.8672394848632017
+ 3.8672826502026894
+ 3.86732581487713
+ 3.867368978886551
+ 3.8674121422309797
+ 3.8674553049104436
+ 3.8674984669249715
+ 3.8675416282745907
+ 3.8675847889593293
+ 3.8676279489792145
+ 3.8676711083342745
+ 3.8677142670245375
+ 3.8677574250500304
+ 3.8678005824107817
+ 3.8678437391068186
+ 3.8678868951381697
+ 3.867930050504862
+ 3.867973205206923
+ 3.8680163592443817
+ 3.8680595126172657
+ 3.868102665325601
+ 3.868145817369418
+ 3.8681889687487425
+ 3.868232119463604
+ 3.8682752695140277
+ 3.868318418900044
+ 3.868361567621679
+ 3.8684047156789614
+ 3.868447863071918
+ 3.868491009800578
+ 3.868534155864968
+ 3.8685773012651157
+ 3.86862044600105
+ 3.8686635900727966
+ 3.8687067334803853
+ 3.868749876223843
+ 3.8687930183031978
+ 3.8688361597184766
+ 3.8688793004697084
+ 3.86892244055692
+ 3.8689655799801392
+ 3.8690087187393942
+ 3.8690518568347128
+ 3.869094994266121
+ 3.8691381310336497
+ 3.869181267137324
+ 3.8692244025771725
+ 3.869267537353223
+ 3.8693106714655032
+ 3.869353804914041
+ 3.8693969376988635
+ 3.869440069819999
+ 3.8694832012774754
+ 3.86952633207132
+ 3.86956946220156
+ 3.8696125916682242
+ 3.8696557204713393
+ 3.869698848610934
+ 3.8697419760870355
+ 3.8697851028996717
+ 3.8698282290488697
+ 3.869871354534658
+ 3.869914479357063
+ 3.8699576035161143
+ 3.8700007270118384
+ 3.8700438498442633
+ 3.870086972013416
+ 3.8701300935193252
+ 3.870173214362018
+ 3.870216334541523
+ 3.8702594540578663
+ 3.8703025729110765
+ 3.8703456911011815
+ 3.870388808628209
+ 3.8704319254921864
+ 3.8704750416931404
+ 3.8705181572311007
+ 3.8705612721060927
+ 3.870604386318146
+ 3.8706474998672875
+ 3.870690612753545
+ 3.8707337249769456
+ 3.8707768365375177
+ 3.8708199474352885
+ 3.8708630576702863
+ 3.870906167242538
+ 3.8709492761520714
+ 3.8709923843989147
+ 3.8710354919830947
+ 3.87107859890464
+ 3.871121705163577
+ 3.8711648107599346
+ 3.8712079156937396
+ 3.8712510199650203
+ 3.871294123573804
+ 3.8713372265201182
+ 3.8713803288039905
+ 3.8714234304254487
+ 3.8714665313845207
+ 3.8715096316812336
+ 3.8715527313156155
+ 3.8715958302876943
+ 3.871638928597496
+ 3.871682026245051
+ 3.8717251232303838
+ 3.871768219553524
+ 3.871811315214499
+ 3.8718544102133357
+ 3.8718975045500623
+ 3.871940598224706
+ 3.8719836912372956
+ 3.8720267835878572
+ 3.872069875276419
+ 3.8721129663030083
+ 3.872156056667653
+ 3.872199146370381
+ 3.87224223541122
+ 3.872285323790196
+ 3.872328411507339
+ 3.8723714985626745
+ 3.8724145849562315
+ 3.8724576706880365
+ 3.8725007557581184
+ 3.8725438401665033
+ 3.87258692391322
+ 3.8726300069982953
+ 3.872673089421757
+ 3.872716171183633
+ 3.87275925228395
+ 3.872802332722737
+ 3.8728454125000202
+ 3.872888491615828
+ 3.8729315700701874
+ 3.8729746478631264
+ 3.8730177249946727
+ 3.8730608014648538
+ 3.873103877273696
+ 3.8731469524212288
+ 3.873190026907478
+ 3.873233100732473
+ 3.8732761738962402
+ 3.873319246398807
+ 3.8733623182402015
+ 3.8734053894204505
+ 3.873448459939582
+ 3.8734915297976245
+ 3.873534598994604
+ 3.8735776675305487
+ 3.8736207354054866
+ 3.873663802619444
+ 3.87370686917245
+ 3.873749935064531
+ 3.873793000295714
+ 3.8738360648660284
+ 3.8738791287755006
+ 3.8739221920241578
+ 3.873965254612028
+ 3.874008316539139
+ 3.874051377805518
+ 3.874094438411192
+ 3.8741374983561894
+ 3.8741805576405377
+ 3.8742236162642634
+ 3.874266674227395
+ 3.8743097315299595
+ 3.874352788171985
+ 3.874395844153498
+ 3.874438899474527
+ 3.8744819541350988
+ 3.874525008135241
+ 3.874568061474982
+ 3.8746111141543476
+ 3.8746541661733667
+ 3.874697217532067
+ 3.8747402682304743
+ 3.874783318268618
+ 3.874826367646524
+ 3.8748694163642208
+ 3.8749124644217354
+ 3.8749555118190955
+ 3.8749985585563294
+ 3.8750416046334624
+ 3.875084650050524
+ 3.8751276948075404
+ 3.8751707389045404
+ 3.87521378234155
+ 3.875256825118598
+ 3.8752998672357104
+ 3.8753429086929163
+ 3.875385949490242
+ 3.875428989627715
+ 3.875472029105364
+ 3.8755150679232147
+ 3.8755581060812956
+ 3.875601143579634
+ 3.875644180418257
+ 3.875687216597193
+ 3.875730252116468
+ 3.8757732869761106
+ 3.875816321176148
+ 3.875859354716607
+ 3.875902387597516
+ 3.8759454198189016
+ 3.875988451380792
+ 3.8760314822832136
+ 3.876074512526195
+ 3.876117542109763
+ 3.8761605710339455
+ 3.876203599298769
+ 3.876246626904262
+ 3.8762896538504505
+ 3.876332680137364
+ 3.8763757057650277
+ 3.8764187307334708
+ 3.8764617550427194
+ 3.8765047786928015
+ 3.8765478016837447
+ 3.8765908240155764
+ 3.876633845688324
+ 3.876676866702014
+ 3.8767198870566753
+ 3.876762906752334
+ 3.876805925789018
+ 3.876848944166755
+ 3.8768919618855717
+ 3.876934978945496
+ 3.8769779953465555
+ 3.877021011088777
+ 3.8770640261721883
+ 3.8771070405968167
+ 3.87715005436269
+ 3.877193067469834
+ 3.877236079918278
+ 3.877279091708048
+ 3.8773221028391727
+ 3.8773651133116784
+ 3.877408123125593
+ 3.8774511322809437
+ 3.8774941407777574
+ 3.8775371486160624
+ 3.877580155795885
+ 3.877623162317254
+ 3.877666168180195
+ 3.877709173384737
+ 3.8777521779309065
+ 3.877795181818731
+ 3.877838185048238
+ 3.8778811876194546
+ 3.8779241895324077
+ 3.8779671907871256
+ 3.8780101913836353
+ 3.878053191321964
+ 3.878096190602139
+ 3.8781391892241883
+ 3.878182187188139
+ 3.878225184494017
+ 3.8782681811418516
+ 3.878311177131669
+ 3.878354172463497
+ 3.878397167137363
+ 3.8784401611532937
+ 3.878483154511317
+ 3.8785261472114603
+ 3.8785691392537505
+ 3.8786121306382153
+ 3.8786551213648814
+ 3.878698111433777
+ 3.8787411008449286
+ 3.8787840895983643
+ 3.878827077694111
+ 3.8788700651321957
+ 3.8789130519126465
+ 3.87895603803549
+ 3.878999023500753
+ 3.8790420083084647
+ 3.8790849924586506
+ 3.879127975951339
+ 3.8791709587865566
+ 3.879213940964331
+ 3.879256922484689
+ 3.8792999033476585
+ 3.8793428835532673
+ 3.879385863101541
+ 3.8794288419925085
+ 3.879471820226196
+ 3.879514797802632
+ 3.8795577747218424
+ 3.8796007509838555
+ 3.879643726588698
+ 3.8796867015363974
+ 3.879729675826981
+ 3.8797726494604756
+ 3.87981562243691
+ 3.8798585947563087
+ 3.8799015664187015
+ 3.879944537424115
+ 3.879987507772576
+ 3.880030477464112
+ 3.88007344649875
+ 3.8801164148765177
+ 3.8801593825974425
+ 3.8802023496615505
+ 3.880245316068871
+ 3.880288281819429
+ 3.880331246913253
+ 3.8803742113503703
+ 3.8804171751308076
+ 3.880460138254593
+ 3.8805031007217523
+ 3.880546062532314
+ 3.8805890236863045
+ 3.8806319841837524
+ 3.8806749440246833
+ 3.880717903209125
+ 3.880760861737105
+ 3.8808038196086505
+ 3.8808467768237884
+ 3.8808897333825465
+ 3.880932689284952
+ 3.880975644531031
+ 3.8810185991208113
+ 3.881061553054321
+ 3.881104506331586
+ 3.8811474589526345
+ 3.881190410917493
+ 3.88123336222619
+ 3.8812763128787506
+ 3.8813192628752042
+ 3.881362212215576
+ 3.881405160899895
+ 3.881448108928187
+ 3.88149105630048
+ 3.881534003016801
+ 3.8815769490771768
+ 3.8816198944816356
+ 3.881662839230203
+ 3.881705783322908
+ 3.8817487267597763
+ 3.8817916695408363
+ 3.881834611666114
+ 3.8818775531356375
+ 3.8819204939494334
+ 3.8819634341075293
+ 3.8820063736099524
+ 3.8820493124567297
+ 3.8820922506478874
+ 3.882135188183455
+ 3.882178125063457
+ 3.8822210612879227
+ 3.882263996856878
+ 3.882306931770351
+ 3.8823498660283677
+ 3.882392799630956
+ 3.8824357325781436
+ 3.8824786648699563
+ 3.882521596506422
+ 3.882564527487568
+ 3.8826074578134215
+ 3.8826503874840093
+ 3.882693316499359
+ 3.8827362448594966
+ 3.8827791725644505
+ 3.8828220996142475
+ 3.8828650260089144
+ 3.8829079517484786
+ 3.8829508768329672
+ 3.8829938012624075
+ 3.8830367250368263
+ 3.8830796481562513
+ 3.8831225706207086
+ 3.8831654924302264
+ 3.883208413584831
+ 3.88325133408455
+ 3.8832942539294106
+ 3.88333717311944
+ 3.8833800916546646
+ 3.8834230095351123
+ 3.883465926760809
+ 3.883508843331784
+ 3.883551759248062
+ 3.883594674509672
+ 3.88363758911664
+ 3.8836805030689936
+ 3.8837234163667596
+ 3.883766329009965
+ 3.883809240998638
+ 3.883852152332804
+ 3.883895063012491
+ 3.883937973037726
+ 3.8839808824085362
+ 3.8840237911249487
+ 3.8840666991869908
+ 3.8841096065946887
+ 3.8841525133480705
+ 3.8841954194471624
+ 3.8842383248919923
+ 3.884281229682587
+ 3.8843241338189727
+ 3.884367037301178
+ 3.884409940129229
+ 3.8844528423031526
+ 3.884495743822977
+ 3.884538644688728
+ 3.884581544900433
+ 3.8846244444581197
+ 3.8846673433618144
+ 3.884710241611545
+ 3.884753139207338
+ 3.88479603614922
+ 3.8848389324372192
+ 3.8848818280713617
+ 3.884924723051675
+ 3.884967617378185
+ 3.885010511050921
+ 3.8850534040699083
+ 3.8850962964351745
+ 3.8851391881467463
+ 3.8851820792046516
+ 3.8852249696089163
+ 3.8852678593595686
+ 3.885310748456635
+ 3.8853536369001413
+ 3.8853965246901168
+ 3.8854394118265874
+ 3.88548229830958
+ 3.8855251841391216
+ 3.8855680693152395
+ 3.8856109538379604
+ 3.885653837707312
+ 3.885696720923321
+ 3.8857396034860137
+ 3.8857824853954184
+ 3.8858253666515603
+ 3.8858682472544683
+ 3.885911127204169
+ 3.8859540065006883
+ 3.885996885144054
+ 3.8860397631342933
+ 3.8860826404714333
+ 3.8861255171555005
+ 3.8861683931865216
+ 3.8862112685645247
+ 3.8862541432895354
+ 3.886297017361582
+ 3.886339890780691
+ 3.886382763546889
+ 3.8864256356602036
+ 3.886468507120661
+ 3.886511377928289
+ 3.886554248083114
+ 3.8865971175851635
+ 3.886639986434464
+ 3.886682854631043
+ 3.886725722174927
+ 3.886768589066143
+ 3.8868114553047186
+ 3.88685432089068
+ 3.8868971858240546
+ 3.8869400501048688
+ 3.88698291373315
+ 3.8870257767089256
+ 3.887068639032222
+ 3.8871115007030665
+ 3.887154361721485
+ 3.8871972220875057
+ 3.8872400818011554
+ 3.8872829408624603
+ 3.8873257992714483
+ 3.887368657028145
+ 3.8874115141325793
+ 3.8874543705847766
+ 3.8874972263847645
+ 3.8875400815325696
+ 3.887582936028219
+ 3.8876257898717395
+ 3.8876686430631584
+ 3.887711495602502
+ 3.887754347489798
+ 3.887797198725073
+ 3.8878400493083536
+ 3.887882899239667
+ 3.88792574851904
+ 3.8879685971465
+ 3.8880114451220735
+ 3.8880542924457875
+ 3.888097139117669
+ 3.8881399851377445
+ 3.8881828305060413
+ 3.8882256752225866
+ 3.8882685192874065
+ 3.888311362700529
+ 3.8883542054619795
+ 3.8883970475717864
+ 3.8884398890299754
+ 3.8884827298365745
+ 3.88852556999161
+ 3.888568409495109
+ 3.888611248347098
+ 3.8886540865476045
+ 3.8886969240966542
+ 3.8887397609942758
+ 3.888782597240495
+ 3.8888254328353384
+ 3.8888682677788333
+ 3.8889111020710074
+ 3.8889539357118865
+ 3.888996768701498
+ 3.8890396010398685
+ 3.889082432727025
+ 3.8891252637629945
+ 3.8891680941478035
+ 3.8892109238814796
+ 3.8892537529640485
+ 3.8892965813955382
+ 3.8893394091759745
+ 3.889382236305386
+ 3.8894250627837974
+ 3.889467888611237
+ 3.8895107137877307
+ 3.8895535383133066
+ 3.8895963621879903
+ 3.8896391854118098
+ 3.889682007984791
+ 3.889724829906961
+ 3.889767651178347
+ 3.889810471798975
+ 3.8898532917688735
+ 3.889896111088068
+ 3.889938929756585
+ 3.8899817477744523
+ 3.8900245651416965
+ 3.8900673818583438
+ 3.890110197924422
+ 3.8901530133399573
+ 3.890195828104977
+ 3.8902386422195074
+ 3.890281455683575
+ 3.8903242684972086
+ 3.890367080660432
+ 3.890409892173275
+ 3.890452703035762
+ 3.8904955132479215
+ 3.890538322809779
+ 3.8905811317213623
+ 3.890623939982698
+ 3.890666747593813
+ 3.8907095545547334
+ 3.890752360865487
+ 3.8907951665261
+ 3.890837971536599
+ 3.8908807758970116
+ 3.8909235796073633
+ 3.8909663826676826
+ 3.891009185077995
+ 3.891051986838328
+ 3.8910947879487074
+ 3.8911375884091615
+ 3.8911803882197153
+ 3.8912231873803975
+ 3.8912659858912333
+ 3.89130878375225
+ 3.891351580963475
+ 3.8913943775249344
+ 3.8914371734366546
+ 3.891479968698664
+ 3.8915227633109875
+ 3.8915655572736525
+ 3.8916083505866865
+ 3.8916511432501153
+ 3.8916939352639663
+ 3.8917367266282654
+ 3.8917795173430405
+ 3.8918223074083182
+ 3.8918650968241244
+ 3.8919078855904865
+ 3.891950673707431
+ 3.8919934611749847
+ 3.8920362479931745
+ 3.892079034162027
+ 3.8921218196815692
+ 3.8921646045518274
+ 3.892207388772829
+ 3.8922501723445997
+ 3.892292955267167
+ 3.8923357375405576
+ 3.8923785191647986
+ 3.8924213001399157
+ 3.892464080465937
+ 3.8925068601428876
+ 3.8925496391707957
+ 3.892592417549687
+ 3.8926351952795883
+ 3.892677972360527
+ 3.89272074879253
+ 3.892763524575623
+ 3.892806299709833
+ 3.8928490741951873
+ 3.892891848031712
+ 3.8929346212194345
+ 3.8929773937583803
+ 3.8930201656485774
+ 3.893062936890052
+ 3.893105707482831
+ 3.89314847742694
+ 3.8931912467224077
+ 3.8932340153692584
+ 3.8932767833675213
+ 3.893319550717221
+ 3.8933623174183856
+ 3.893405083471041
+ 3.8934478488752147
+ 3.8934906136309326
+ 3.8935333777382217
+ 3.8935761411971086
+ 3.89361890400762
+ 3.893661666169782
+ 3.8937044276836223
+ 3.8937471885491677
+ 3.8937899487664436
+ 3.893832708335478
+ 3.8938754672562963
+ 3.8939182255289264
+ 3.893960983153394
+ 3.894003740129727
+ 3.89404649645795
+ 3.8940892521380923
+ 3.894132007170178
+ 3.8941747615542357
+ 3.8942175152902916
+ 3.894260268378371
+ 3.8943030208185023
+ 3.8943457726107114
+ 3.894388523755025
+ 3.8944312742514695
+ 3.8944740241000724
+ 3.8945167733008588
+ 3.8945595218538576
+ 3.8946022697590927
+ 3.8946450170165936
+ 3.8946877636263846
+ 3.894730509588494
+ 3.894773254902947
+ 3.8948159995697713
+ 3.894858743588993
+ 3.8949014869606393
+ 3.894944229684736
+ 3.8949869717613104
+ 3.895029713190389
+ 3.8950724539719985
+ 3.895115194106165
+ 3.895157933592915
+ 3.895200672432276
+ 3.8952434106242744
+ 3.8952861481689363
+ 3.895328885066289
+ 3.8953716213163583
+ 3.8954143569191717
+ 3.895457091874755
+ 3.8954998261831353
+ 3.8955425598443387
+ 3.8955852928583923
+ 3.8956280252253226
+ 3.8956707569451563
+ 3.89571348801792
+ 3.8957562184436396
+ 3.8957989482223425
+ 3.8958416773540554
+ 3.895884405838804
+ 3.8959271336766155
+ 3.895969860867517
+ 3.8960125874115334
+ 3.896055313308693
+ 3.896098038559022
+ 3.896140763162546
+ 3.8961834871192926
+ 3.896226210429288
+ 3.8962689330925593
+ 3.896311655109132
+ 3.896354376479034
+ 3.89639709720229
+ 3.896439817278929
+ 3.8964825367089757
+ 3.8965252554924574
+ 3.8965679736294003
+ 3.8966106911198315
+ 3.896653407963777
+ 3.896696124161263
+ 3.8967388397123175
+ 3.8967815546169655
+ 3.8968242688752346
+ 3.8968669824871514
+ 3.896909695452742
+ 3.896952407772032
+ 3.89699511944505
+ 3.8970378304718207
+ 3.897080540852371
+ 3.897123250586729
+ 3.8971659596749197
+ 3.8972086681169698
+ 3.897251375912906
+ 3.897294083062755
+ 3.8973367895665434
+ 3.8973794954242975
+ 3.8974222006360435
+ 3.8974649052018084
+ 3.897507609121619
+ 3.897550312395501
+ 3.897593015023481
+ 3.8976357170055866
+ 3.897678418341843
+ 3.8977211190322776
+ 3.8977638190769164
+ 3.897806518475786
+ 3.8978492172289134
+ 3.8978919153363245
+ 3.897934612798046
+ 3.897977309614104
+ 3.8980200057845265
+ 3.898062701309338
+ 3.898105396188566
+ 3.8981480904222376
+ 3.898190784010378
+ 3.8982334769530143
+ 3.8982761692501735
+ 3.8983188609018806
+ 3.898361551908164
+ 3.898404242269049
+ 3.8984469319845623
+ 3.8984896210547304
+ 3.898532309479579
+ 3.898574997259136
+ 3.8986176843934275
+ 3.8986603708824794
+ 3.898703056726319
+ 3.8987457419249716
+ 3.898788426478465
+ 3.8988311103868245
+ 3.8988737936500772
+ 3.898916476268249
+ 3.8989591582413676
+ 3.899001839569458
+ 3.8990445202525477
+ 3.8990872002906625
+ 3.899129879683829
+ 3.899172558432074
+ 3.899215236535424
+ 3.8992579139939045
+ 3.8993005908075427
+ 3.8993432669763655
+ 3.8993859425003983
+ 3.899428617379668
+ 3.8994712916142014
+ 3.899513965204025
+ 3.8995566381491638
+ 3.8995993104496463
+ 3.8996419821054973
+ 3.899684653116744
+ 3.899727323483413
+ 3.89976999320553
+ 3.8998126622831224
+ 3.899855330716215
+ 3.8998979985048363
+ 3.8999406656490114
+ 3.8999833321487674
+ 3.9000259980041294
+ 3.9000686632151256
+ 3.9001113277817807
+ 3.900153991704123
+ 3.900196654982177
+ 3.900239317615971
+ 3.9002819796055297
+ 3.9003246409508803
+ 3.9003673016520493
+ 3.900409961709063
+ 3.9004526211219472
+ 3.900495279890729
+ 3.9005379380154355
+ 3.9005805954960913
+ 3.900623252332724
+ 3.9006659085253594
+ 3.9007085640740247
+ 3.900751218978745
+ 3.900793873239548
+ 3.9008365268564593
+ 3.9008791798295057
+ 3.9009218321587134
+ 3.900964483844109
+ 3.901007134885718
+ 3.901049785283568
+ 3.9010924350376848
+ 3.9011350841480943
+ 3.9011777326148236
+ 3.901220380437899
+ 3.9012630276173463
+ 3.9013056741531926
+ 3.901348320045464
+ 3.9013909652941865
+ 3.901433609899387
+ 3.901476253861091
+ 3.9015188971793258
+ 3.9015615398541175
+ 3.9016041818854923
+ 3.9016468232734764
+ 3.9016894640180966
+ 3.9017321041193784
+ 3.90177474357735
+ 3.9018173823920352
+ 3.901860020563462
+ 3.9019026580916565
+ 3.9019452949766453
+ 3.9019879312184536
+ 3.9020305668171087
+ 3.9020732017726365
+ 3.902115836085064
+ 3.9021584697544167
+ 3.9022011027807215
+ 3.9022437351640042
+ 3.902286366904292
+ 3.9023289980016105
+ 3.902371628455986
+ 3.902414258267445
+ 3.9024568874360135
+ 3.9024995159617184
+ 3.9025421438445855
+ 3.902584771084642
+ 3.902627397681913
+ 3.9026700236364262
+ 3.902712648948206
+ 3.9027552736172804
+ 3.902797897643675
+ 3.902840521027416
+ 3.90288314376853
+ 3.9029257658670433
+ 3.902968387322982
+ 3.9030110081363723
+ 3.903053628307241
+ 3.903096247835614
+ 3.903138866721517
+ 3.9031814849649775
+ 3.9032241025660213
+ 3.9032667195246744
+ 3.9033093358409636
+ 3.9033519515149147
+ 3.9033945665465537
+ 3.903437180935908
+ 3.903479794683003
+ 3.9035224077878645
+ 3.90356502025052
+ 3.903607632070995
+ 3.903650243249316
+ 3.9036928537855093
+ 3.9037354636796016
+ 3.903778072931618
+ 3.903820681541586
+ 3.903863289509531
+ 3.903905896835479
+ 3.903948503519458
+ 3.9039911095614914
+ 3.9040337149616087
+ 3.9040763197198336
+ 3.9041189238361937
+ 3.904161527310715
+ 3.904204130143423
+ 3.904246732334345
+ 3.904289333883507
+ 3.9043319347909344
+ 3.904374535056654
+ 3.9044171346806924
+ 3.9044597336630757
+ 3.9045023320038297
+ 3.9045449297029813
+ 3.904587526760556
+ 3.90463012317658
+ 3.9046727189510806
+ 3.9047153140840827
+ 3.9047579085756134
+ 3.904800502425698
+ 3.9048430956343645
+ 3.9048856882016376
+ 3.9049282801275433
+ 3.904970871412109
+ 3.90501346205536
+ 3.905056052057323
+ 3.9050986414180238
+ 3.905141230137489
+ 3.905183818215745
+ 3.905226405652817
+ 3.905268992448732
+ 3.9053115786035164
+ 3.905354164117196
+ 3.9053967489897965
+ 3.905439333221345
+ 3.9054819168118677
+ 3.90552449976139
+ 3.9055670820699384
+ 3.9056096637375393
+ 3.905652244764219
+ 3.905694825150003
+ 3.9057374048949183
+ 3.9057799839989906
+ 3.9058225624622467
+ 3.9058651402847113
+ 3.905907717466412
+ 3.9059502940073747
+ 3.9059928699076254
+ 3.9060354451671904
+ 3.9060780197860954
+ 3.906120593764367
+ 3.9061631671020316
+ 3.906205739799115
+ 3.9062483118556424
+ 3.906290883271642
+ 3.9063334540471386
+ 3.9063760241821583
+ 3.906418593676728
+ 3.906461162530874
+ 3.906503730744621
+ 3.906546298317996
+ 3.906588865251026
+ 3.906631431543736
+ 3.9066739971961524
+ 3.906716562208302
+ 3.9067591265802095
+ 3.906801690311903
+ 3.9068442534034062
+ 3.906886815854748
+ 3.9069293776659517
+ 3.9069719388370463
+ 3.9070144993680556
+ 3.9070570592590066
+ 3.907099618509926
+ 3.9071421771208388
+ 3.9071847350917723
+ 3.9072272924227516
+ 3.907269849113803
+ 3.9073124051649533
+ 3.907354960576228
+ 3.9073975153476534
+ 3.907440069479256
+ 3.907482622971061
+ 3.907525175823095
+ 3.907567728035384
+ 3.9076102796079546
+ 3.9076528305408327
+ 3.9076953808340438
+ 3.907737930487615
+ 3.9077804795015707
+ 3.907823027875939
+ 3.907865575610745
+ 3.907908122706015
+ 3.907950669161775
+ 3.9079932149780507
+ 3.908035760154869
+ 3.9080783046922556
+ 3.908120848590236
+ 3.9081633918488374
+ 3.908205934468085
+ 3.9082484764480054
+ 3.908291017788624
+ 3.908333558489968
+ 3.9083760985520626
+ 3.908418637974934
+ 3.9084611767586086
+ 3.908503714903112
+ 3.908546252408471
+ 3.9085887892747104
+ 3.9086313255018577
+ 3.908673861089938
+ 3.9087163960389777
+ 3.9087589303490025
+ 3.908801464020039
+ 3.908843997052113
+ 3.9088865294452506
+ 3.9089290611994776
+ 3.908971592314821
+ 3.9090141227913056
+ 3.909056652628958
+ 3.909099181827804
+ 3.9091417103878703
+ 3.9091842383091824
+ 3.9092267655917663
+ 3.9092692922356482
+ 3.909311818240854
+ 3.90935434360741
+ 3.909396868335342
+ 3.909439392424676
+ 3.9094819158754386
+ 3.9095244386876558
+ 3.9095669608613517
+ 3.909609482396555
+ 3.90965200329329
+ 3.909694523551584
+ 3.9097370431714613
+ 3.909779562152949
+ 3.9098220804960735
+ 3.90986459820086
+ 3.9099071152673353
+ 3.9099496316955245
+ 3.909992147485454
+ 3.9100346626371505
+ 3.9100771771506384
+ 3.9101196910259453
+ 3.910162204263097
+ 3.910204716862118
+ 3.9102472288230365
+ 3.9102897401458763
+ 3.910332250830665
+ 3.910374760877428
+ 3.910417270286191
+ 3.910459779056981
+ 3.9105022871898227
+ 3.910544794684743
+ 3.9105873015417676
+ 3.9106298077609227
+ 3.910672313342234
+ 3.910714818285727
+ 3.9107573225914285
+ 3.9107998262593644
+ 3.91084232928956
+ 3.910884831682042
+ 3.910927333436836
+ 3.9109698345539687
+ 3.9110123350334645
+ 3.911054834875351
+ 3.9110973340796527
+ 3.911139832646397
+ 3.9111823305756093
+ 3.911224827867315
+ 3.9112673245215404
+ 3.9113098205383117
+ 3.911352315917655
+ 3.911394810659596
+ 3.9114373047641604
+ 3.9114797982313743
+ 3.9115222910612633
+ 3.9115647832538545
+ 3.911607274809173
+ 3.9116497657272444
+ 3.911692256008095
+ 3.911734745651751
+ 3.9117772346582385
+ 3.9118197230275826
+ 3.91186221075981
+ 3.911904697854946
+ 3.9119471843130174
+ 3.9119896701340493
+ 3.912032155318068
+ 3.912074639865099
+ 3.9121171237751686
+ 3.9121596070483036
+ 3.9122020896845284
+ 3.912244571683869
+ 3.9122870530463527
+ 3.9123295337720037
+ 3.9123720138608493
+ 3.9124144933129146
+ 3.912456972128226
+ 3.912499450306809
+ 3.91254192784869
+ 3.9125844047538947
+ 3.9126268810224487
+ 3.912669356654378
+ 3.9127118316497085
+ 3.912754306008466
+ 3.912796779730677
+ 3.9128392528163674
+ 3.912881725265562
+ 3.9129241970782873
+ 3.9129666682545694
+ 3.9130091387944343
+ 3.913051608697907
+ 3.913094077965015
+ 3.913136546595782
+ 3.9131790145902356
+ 3.9132214819484012
+ 3.913263948670305
+ 3.913306414755972
+ 3.9133488802054286
+ 3.9133913450187006
+ 3.9134338091958143
+ 3.9134762727367947
+ 3.913518735641668
+ 3.9135611979104605
+ 3.9136036595431976
+ 3.9136461205399056
+ 3.91368858090061
+ 3.9137310406253363
+ 3.913773499714111
+ 3.91381595816696
+ 3.913858415983909
+ 3.913900873164983
+ 3.913943329710209
+ 3.9139857856196127
+ 3.914028240893219
+ 3.9140706955310556
+ 3.9141131495331463
+ 3.9141556028995175
+ 3.9141980556301963
+ 3.914240507725207
+ 3.914282959184576
+ 3.9143254100083293
+ 3.914367860196492
+ 3.9144103097490914
+ 3.914452758666152
+ 3.9144952069477
+ 3.9145376545937616
+ 3.9145801016043618
+ 3.914622547979527
+ 3.9146649937192834
+ 3.914707438823656
+ 3.9147498832926715
+ 3.9147923271263547
+ 3.9148347703247315
+ 3.914877212887829
+ 3.9149196548156717
+ 3.914962096108286
+ 3.9150045367656974
+ 3.9150469767879317
+ 3.915089416175015
+ 3.9151318549269725
+ 3.9151742930438314
+ 3.9152167305256156
+ 3.9152591673723522
+ 3.9153016035840666
+ 3.9153440391607846
+ 3.9153864741025317
+ 3.9154289084093348
+ 3.915471342081218
+ 3.9155137751182085
+ 3.915556207520331
+ 3.9155986392876123
+ 3.9156410704200777
+ 3.915683500917753
+ 3.915725930780664
+ 3.9157683600088364
+ 3.915810788602296
+ 3.915853216561069
+ 3.9158956438851797
+ 3.9159380705746556
+ 3.9159804966295217
+ 3.9160229220498035
+ 3.916065346835528
+ 3.916107770986719
+ 3.9161501945034045
+ 3.916192617385608
+ 3.916235039633357
+ 3.9162774612466764
+ 3.9163198822255922
+ 3.9163623025701297
+ 3.9164047222803156
+ 3.9164471413561746
+ 3.916489559797734
+ 3.9165319776050174
+ 3.9165743947780514
+ 3.916616811316863
+ 3.916659227221476
+ 3.916701642491918
+ 3.916744057128213
+ 3.916786471130388
+ 3.916828884498468
+ 3.9168712972324786
+ 3.916913709332446
+ 3.9169561207983965
+ 3.9169985316303553
+ 3.9170409418283474
+ 3.917083351392399
+ 3.9171257603225365
+ 3.9171681686187845
+ 3.9172105762811693
+ 3.9172529833097167
+ 3.917295389704452
+ 3.917337795465402
+ 3.9173802005925906
+ 3.9174226050860455
+ 3.9174650089457903
+ 3.9175074121718527
+ 3.917549814764257
+ 3.91759221672303
+ 3.9176346180481962
+ 3.9176770187397825
+ 3.9177194187978133
+ 3.917761818222316
+ 3.9178042170133147
+ 3.9178466151708355
+ 3.9178890126949044
+ 3.9179314095855475
+ 3.9179738058427898
+ 3.918016201466657
+ 3.9180585964571746
+ 3.9181009908143696
+ 3.918143384538266
+ 3.9181857776288895
+ 3.9182281700862673
+ 3.918270561910424
+ 3.9183129531013856
+ 3.918355343659178
+ 3.918397733583826
+ 3.918440122875356
+ 3.9184825115337936
+ 3.9185248995591637
+ 3.9185672869514936
+ 3.9186096737108067
+ 3.918652059837131
+ 3.9186944453304906
+ 3.918736830190912
+ 3.91877921441842
+ 3.9188215980130408
+ 3.9188639809748005
+ 3.9189063633037233
+ 3.9189487449998364
+ 3.9189911260631645
+ 3.919033506493734
+ 3.9190758862915698
+ 3.919118265456698
+ 3.919160643989144
+ 3.9192030218889338
+ 3.919245399156092
+ 3.9192877757906457
+ 3.9193301517926193
+ 3.9193725271620394
+ 3.919414901898931
+ 3.91945727600332
+ 3.9194996494752314
+ 3.9195420223146917
+ 3.919584394521727
+ 3.919626766096361
+ 3.919669137038621
+ 3.9197115073485316
+ 3.9197538770261193
+ 3.919796246071409
+ 3.9198386144844264
+ 3.9198809822651977
+ 3.919923349413748
+ 3.9199657159301027
+ 3.920008081814288
+ 3.9200504470663287
+ 3.9200928116862515
+ 3.9201351756740808
+ 3.9201775390298432
+ 3.9202199017535637
+ 3.9202622638452684
+ 3.9203046253049822
+ 3.920346986132732
+ 3.920389346328541
+ 3.920431705892437
+ 3.9204740648244454
+ 3.92051642312459
+ 3.9205587807928985
+ 3.9206011378293955
+ 3.920643494234106
+ 3.920685850007057
+ 3.920728205148273
+ 3.9207705596577798
+ 3.9208129135356034
+ 3.920855266781769
+ 3.920897619396302
+ 3.920939971379228
+ 3.9209823227305733
+ 3.921024673450362
+ 3.9210670235386216
+ 3.921109372995376
+ 3.9211517218206517
+ 3.921194070014473
+ 3.9212364175768677
+ 3.9212787645078597
+ 3.921321110807474
+ 3.9213634564757385
+ 3.9214058015126763
+ 3.9214481459183146
+ 3.9214904896926774
+ 3.921532832835792
+ 3.9215751753476824
+ 3.921617517228375
+ 3.9216598584778954
+ 3.9217021990962686
+ 3.921744539083521
+ 3.9217868784396774
+ 3.9218292171647624
+ 3.9218715552588037
+ 3.921913892721826
+ 3.921956229553854
+ 3.9219985657549135
+ 3.922040901325031
+ 3.9220832362642315
+ 3.9221255705725397
+ 3.922167904249982
+ 3.922210237296584
+ 3.9222525697123705
+ 3.9222949014973674
+ 3.9223372326516013
+ 3.9223795631750953
+ 3.922421893067877
+ 3.922464222329971
+ 3.9225065509614025
+ 3.922548878962198
+ 3.922591206332383
+ 3.922633533071982
+ 3.9226758591810205
+ 3.9227181846595247
+ 3.9227605095075204
+ 3.9228028337250325
+ 3.922845157312086
+ 3.9228874802687077
+ 3.922929802594921
+ 3.922972124290754
+ 3.9230144453562303
+ 3.9230567657913764
+ 3.9230990855962173
+ 3.923141404770778
+ 3.923183723315085
+ 3.9232260412291637
+ 3.923268358513038
+ 3.9233106751667357
+ 3.9233529911902805
+ 3.9233953065836986
+ 3.923437621347016
+ 3.923479935480257
+ 3.923522248983447
+ 3.923564561856613
+ 3.923606874099779
+ 3.9236491857129714
+ 3.9236914966962146
+ 3.923733807049535
+ 3.923776116772958
+ 3.923818425866509
+ 3.9238607343302125
+ 3.9239030421640955
+ 3.923945349368182
+ 3.923987655942498
+ 3.92402996188707
+ 3.9240722672019217
+ 3.924114571887079
+ 3.9241568759425682
+ 3.924199179368414
+ 3.9242414821646423
+ 3.924283784331278
+ 3.924326085868347
+ 3.9243683867758747
+ 3.924410687053886
+ 3.924452986702407
+ 3.924495285721463
+ 3.9245375841110786
+ 3.92457988187128
+ 3.9246221790020925
+ 3.9246644755035422
+ 3.924706771375653
+ 3.9247490666184515
+ 3.9247913612319625
+ 3.9248336552162115
+ 3.924875948571225
+ 3.924918241297027
+ 3.924960533393643
+ 3.925002824861099
+ 3.92504511569942
+ 3.9250874059086325
+ 3.92512969548876
+ 3.9251719844398294
+ 3.925214272761866
+ 3.925256560454894
+ 3.92529884751894
+ 3.925341133954029
+ 3.9253834197601867
+ 3.9254257049374375
+ 3.9254679894858078
+ 3.9255102734053224
+ 3.9255525566960072
+ 3.925594839357887
+ 3.925637121390988
+ 3.9256794027953346
+ 3.925721683570953
+ 3.925763963717868
+ 3.925806243236105
+ 3.9258485221256896
+ 3.925890800386648
+ 3.925933078019004
+ 3.9259753550227834
+ 3.9260176313980124
+ 3.9260599071447153
+ 3.9261021822629187
+ 3.9261444567526467
+ 3.9261867306139253
+ 3.9262290038467795
+ 3.9262712764512355
+ 3.9263135484273177
+ 3.9263558197750514
+ 3.926398090494463
+ 3.926440360585577
+ 3.926482630048419
+ 3.9265248988830144
+ 3.926567167089388
+ 3.926609434667566
+ 3.9266517016175735
+ 3.9266939679394355
+ 3.926736233633177
+ 3.926778498698824
+ 3.9268207631364023
+ 3.926863026945936
+ 3.9269052901274515
+ 3.9269475526809736
+ 3.9269898146065274
+ 3.9270320759041386
+ 3.927074336573833
+ 3.9271165966156345
+ 3.9271588560295694
+ 3.927201114815664
+ 3.9272433729739413
+ 3.927285630504428
+ 3.9273278874071496
+ 3.9273701436821313
+ 3.9274123993293975
+ 3.9274546543489746
+ 3.927496908740888
+ 3.9275391625051617
+ 3.927581415641822
+ 3.927623668150894
+ 3.9276659200324033
+ 3.927708171286375
+ 3.9277504219128336
+ 3.927792671911806
+ 3.9278349212833157
+ 3.9278771700273896
+ 3.9279194181440515
+ 3.9279616656333283
+ 3.9280039124952437
+ 3.9280461587298245
+ 3.9280884043370947
+ 3.9281306493170804
+ 3.9281728936698066
+ 3.9282151373952985
+ 3.9282573804935814
+ 3.9282996229646807
+ 3.9283418648086217
+ 3.928384106025429
+ 3.9284263466151295
+ 3.9284685865777464
+ 3.9285108259133064
+ 3.928553064621834
+ 3.9285953027033553
+ 3.9286375401578946
+ 3.928679776985478
+ 3.9287220131861305
+ 3.9287642487598773
+ 3.9288064837067433
+ 3.9288487180267544
+ 3.928890951719935
+ 3.928933184786311
+ 3.9289754172259075
+ 3.9290176490387503
+ 3.9290598802248633
+ 3.9291021107842727
+ 3.9291443407170044
+ 3.929186570023082
+ 3.929228798702532
+ 3.9292710267553788
+ 3.9293132541816487
+ 3.9293554809813656
+ 3.9293977071545556
+ 3.929439932701244
+ 3.9294821576214556
+ 3.929524381915216
+ 3.9295666055825498
+ 3.929608828623483
+ 3.9296510510380407
+ 3.9296932728262473
+ 3.929735493988129
+ 3.9297777145237105
+ 3.9298199344330174
+ 3.929862153716074
+ 3.929904372372907
+ 3.9299465904035404
+ 3.9299888078079994
+ 3.930031024586311
+ 3.9300732407384973
+ 3.9301154562645864
+ 3.9301576711646016
+ 3.930199885438569
+ 3.9302420990865143
+ 3.930284312108461
+ 3.930326524504436
+ 3.9303687362744637
+ 3.930410947418569
+ 3.930453157936778
+ 3.9304953678291152
+ 3.9305375770956057
+ 3.9305797857362754
+ 3.930621993751149
+ 3.9306642011402517
+ 3.930706407903608
+ 3.9307486140412453
+ 3.930790819553186
+ 3.930833024439457
+ 3.9308752287000828
+ 3.9309174323350886
+ 3.9309596353445007
+ 3.9310018377283424
+ 3.9310440394866397
+ 3.9310862406194187
+ 3.9311284411267033
+ 3.931170641008519
+ 3.9312128402648914
+ 3.931255038895845
+ 3.931297236901405
+ 3.9313394342815977
+ 3.9313816310364467
+ 3.931423827165978
+ 3.9314660226702163
+ 3.9315082175491876
+ 3.9315504118029163
+ 3.9315926054314274
+ 3.931634798434747
+ 3.9316769908128992
+ 3.93171918256591
+ 3.9317613736938037
+ 3.931803564196606
+ 3.9318457540743412
+ 3.931887943327036
+ 3.931930131954714
+ 3.931972319957402
+ 3.932014507335123
+ 3.932056694087904
+ 3.932098880215769
+ 3.932141065718744
+ 3.9321832505968524
+ 3.932225434850122
+ 3.9322676184785754
+ 3.9323098014822393
+ 3.9323519838611385
+ 3.9323941656152974
+ 3.932436346744742
+ 3.9324785272494966
+ 3.932520707129587
+ 3.932562886385038
+ 3.932605065015875
+ 3.932647243022122
+ 3.9326894204038063
+ 3.932731597160951
+ 3.9327737732935817
+ 3.932815948801724
+ 3.9328581236854028
+ 3.9329002979446424
+ 3.9329424715794694
+ 3.9329846445899075
+ 3.9330268169759828
+ 3.9330689887377197
+ 3.933111159875143
+ 3.9331533303882793
+ 3.933195500277152
+ 3.933237669541787
+ 3.933279838182209
+ 3.933322006198444
+ 3.933364173590516
+ 3.9334063403584505
+ 3.933448506502273
+ 3.9334906720220073
+ 3.9335328369176796
+ 3.9335750011893147
+ 3.933617164836938
+ 3.933659327860574
+ 3.9337014902602476
+ 3.933743652035985
+ 3.93378581318781
+ 3.933827973715748
+ 3.933870133619825
+ 3.9339122929000645
+ 3.9339544515564926
+ 3.9339966095891334
+ 3.9340387669980137
+ 3.9340809237831573
+ 3.934123079944589
+ 3.9341652354823347
+ 3.934207390396418
+ 3.934249544686866
+ 3.934291698353703
+ 3.9343338513969526
+ 3.934376003816642
+ 3.934418155612794
+ 3.934460306785436
+ 3.9345024573345917
+ 3.934544607260286
+ 3.9345867565625445
+ 3.9346289052413916
+ 3.9346710532968534
+ 3.934713200728953
+ 3.9347553475377177
+ 3.934797493723171
+ 3.9348396392853386
+ 3.9348817842242454
+ 3.9349239285399165
+ 3.9349660722323763
+ 3.9350082153016506
+ 3.935050357747764
+ 3.9350924995707417
+ 3.935134640770608
+ 3.935176781347389
+ 3.935218921301109
+ 3.9352610606317935
+ 3.9353031993394665
+ 3.935345337424154
+ 3.935387474885881
+ 3.9354296117246723
+ 3.9354717479405528
+ 3.9355138835335466
+ 3.935556018503681
+ 3.9355981528509782
+ 3.9356402865754654
+ 3.9356824196771663
+ 3.9357245521561066
+ 3.935766684012311
+ 3.935808815245805
+ 3.935850945856612
+ 3.935893075844759
+ 3.9359352052102694
+ 3.935977333953169
+ 3.936019462073483
+ 3.936061589571236
+ 3.9361037164464525
+ 3.936145842699158
+ 3.936187968329377
+ 3.9362300933371355
+ 3.936272217722457
+ 3.9363143414853683
+ 3.936356464625893
+ 3.9363985871440557
+ 3.9364407090398825
+ 3.9364828303133983
+ 3.9365249509646274
+ 3.9365670709935947
+ 3.9366091904003255
+ 3.9366513091848447
+ 3.9366934273471776
+ 3.9367355448873487
+ 3.936777661805383
+ 3.9368197781013055
+ 3.9368618937751414
+ 3.936904008826915
+ 3.9369461232566514
+ 3.936988237064376
+ 3.937030350250114
+ 3.937072462813889
+ 3.9371145747557272
+ 3.9371566860756526
+ 3.937198796773691
+ 3.9372409068498673
+ 3.9372830163042054
+ 3.937325125136731
+ 3.9373672333474694
+ 3.9374093409364446
+ 3.937451447903682
+ 3.9374935542492064
+ 3.937535659973043
+ 3.9375777650752166
+ 3.9376198695557516
+ 3.9376619734146736
+ 3.9377040766520066
+ 3.937746179267777
+ 3.9377882812620086
+ 3.937830382634726
+ 3.9378724833859553
+ 3.9379145835157208
+ 3.9379566830240473
+ 3.937998781910959
+ 3.9380408801764824
+ 3.938082977820641
+ 3.9381250748434606
+ 3.9381671712449653
+ 3.9382092670251807
+ 3.9382513621841313
+ 3.9382934567218424
+ 3.938335550638338
+ 3.9383776439336438
+ 3.938419736607784
+ 3.9384618286607846
+ 3.9385039200926695
+ 3.938546010903464
+ 3.9385881010931927
+ 3.938630190661881
+ 3.938672279609553
+ 3.9387143679362335
+ 3.9387564556419488
+ 3.938798542726722
+ 3.938840629190579
+ 3.938882715033545
+ 3.9389248002556436
+ 3.9389668848569
+ 3.93900896883734
+ 3.9390510521969873
+ 3.939093134935868
+ 3.939135217054006
+ 3.9391772985514266
+ 3.939219379428154
+ 3.939261459684214
+ 3.9393035393196305
+ 3.9393456183344293
+ 3.9393876967286348
+ 3.9394297745022713
+ 3.939471851655364
+ 3.9395139281879383
+ 3.9395560041000186
+ 3.9395980793916294
+ 3.9396401540627966
+ 3.9396822281135435
+ 3.9397243015438965
+ 3.9397663743538796
+ 3.9398084465435175
+ 3.9398505181128347
+ 3.939892589061857
+ 3.939934659390609
+ 3.939976729099115
+ 3.9400187981874
+ 3.940060866655489
+ 3.9401029345034067
+ 3.9401450017311785
+ 3.9401870683388283
+ 3.940229134326381
+ 3.9402711996938624
+ 3.9403132644412957
+ 3.940355328568707
+ 3.9403973920761213
+ 3.9404394549635624
+ 3.940481517231055
+ 3.9405235788786253
+ 3.9405656399062967
+ 3.9406077003140947
+ 3.940649760102044
+ 3.940691819270169
+ 3.940733877818495
+ 3.940775935747047
+ 3.9408179930558482
+ 3.9408600497449258
+ 3.940902105814303
+ 3.940944161264005
+ 3.940986216094056
+ 3.9410282703044817
+ 3.941070323895307
+ 3.9411123768665552
+ 3.9411544292182525
+ 3.941196480950423
+ 3.941238532063092
+ 3.941280582556284
+ 3.9413226324300235
+ 3.9413646816843353
+ 3.9414067303192444
+ 3.941448778334776
+ 3.941490825730954
+ 3.9415328725078034
+ 3.9415749186653497
+ 3.9416169642036167
+ 3.94165900912263
+ 3.941701053422413
+ 3.941743097102991
+ 3.94178514016439
+ 3.941827182606634
+ 3.9418692244297473
+ 3.9419112656337547
+ 3.941953306218682
+ 3.9419953461845516
+ 3.942037385531391
+ 3.942079424259223
+ 3.942121462368074
+ 3.942163499857967
+ 3.942205536728927
+ 3.9422475729809805
+ 3.9422896086141503
+ 3.9423316436284614
+ 3.94237367802394
+ 3.9424157118006087
+ 3.9424577449584937
+ 3.9424997774976194
+ 3.9425418094180102
+ 3.942583840719692
+ 3.9426258714026874
+ 3.9426679014670234
+ 3.9427099309127227
+ 3.942751959739811
+ 3.942793987948313
+ 3.9428360155382536
+ 3.942878042509657
+ 3.9429200688625485
+ 3.942962094596952
+ 3.943004119712893
+ 3.943046144210396
+ 3.943088168089486
+ 3.943130191350186
+ 3.943172213992523
+ 3.9432142360165203
+ 3.943256257422203
+ 3.943298278209596
+ 3.9433402983787236
+ 3.943382317929611
+ 3.943424336862282
+ 3.9434663551767617
+ 3.9435083728730755
+ 3.943550389951247
+ 3.9435924064113017
+ 3.943634422253264
+ 3.9436764374771585
+ 3.9437184520830098
+ 3.9437604660708425
+ 3.943802479440682
+ 3.943844492192552
+ 3.943886504326478
+ 3.943928515842484
+ 3.943970526740595
+ 3.9440125370208357
+ 3.94405454668323
+ 3.9440965557278043
+ 3.944138564154582
+ 3.9441805719635874
+ 3.944222579154846
+ 3.9442645857283827
+ 3.944306591684221
+ 3.944348597022387
+ 3.9443906017429033
+ 3.9444326058457966
+ 3.9444746093310905
+ 3.94451661219881
+ 3.944558614448979
+ 3.944600616081624
+ 3.9446426170967674
+ 3.9446846174944357
+ 3.944726617274652
+ 3.944768616437442
+ 3.9448106149828295
+ 3.9448526129108403
+ 3.944894610221498
+ 3.9449366069148275
+ 3.944978602990854
+ 3.945020598449601
+ 3.945062593291094
+ 3.9451045875153574
+ 3.945146581122416
+ 3.945188574112294
+ 3.9452305664850162
+ 3.945272558240607
+ 3.9453145493790918
+ 3.945356539900494
+ 3.9453985298048395
+ 3.9454405190921524
+ 3.9454825077624567
+ 3.945524495815778
+ 3.9455664832521404
+ 3.945608470071569
+ 3.945650456274087
+ 3.945692441859721
+ 3.9457344268284937
+ 3.945776411180431
+ 3.9458183949155567
+ 3.945860378033896
+ 3.9459023605354733
+ 3.945944342420313
+ 3.9459863236884396
+ 3.9460283043398783
+ 3.946070284374653
+ 3.9461122637927883
+ 3.9461542425943095
+ 3.946196220779241
+ 3.9462381983476074
+ 3.946280175299432
+ 3.946322151634741
+ 3.9463641273535583
+ 3.9464061024559087
+ 3.946448076941817
+ 3.9464900508113065
+ 3.946532024064403
+ 3.9465739967011317
+ 3.9466159687215145
+ 3.946657940125579
+ 3.9466999109133476
+ 3.946741881084846
+ 3.9467838506400983
+ 3.94682581957913
+ 3.946867787901964
+ 3.9469097556086257
+ 3.9469517226991404
+ 3.946993689173531
+ 3.9470356550318235
+ 3.9470776202740425
+ 3.9471195849002103
+ 3.9471615489103553
+ 3.947203512304498
+ 3.9472454750826658
+ 3.9472874372448827
+ 3.947329398791172
+ 3.947371359721559
+ 3.9474133200360693
+ 3.9474552797347253
+ 3.947497238817553
+ 3.9475391972845757
+ 3.9475811551358198
+ 3.9476231123713093
+ 3.9476650689910673
+ 3.9477070249951196
+ 3.94774898038349
+ 3.947790935156205
+ 3.9478328893132857
+ 3.9478748428547594
+ 3.947916795780649
+ 3.9479587480909806
+ 3.9480006997857777
+ 3.9480426508650646
+ 3.948084601328866
+ 3.948126551177207
+ 3.948168500410111
+ 3.9482104490276035
+ 3.948252397029709
+ 3.948294344416451
+ 3.948336291187855
+ 3.9483782373439458
+ 3.9484201828847465
+ 3.948462127810283
+ 3.948504072120579
+ 3.948546015815658
+ 3.9485879588955473
+ 3.948629901360269
+ 3.948671843209848
+ 3.9487137844443096
+ 3.9487557250636782
+ 3.948797665067977
+ 3.948839604457232
+ 3.9488815432314666
+ 3.948923481390706
+ 3.9489654189349745
+ 3.9490073558642966
+ 3.9490492921786964
+ 3.9490912278781987
+ 3.9491331629628283
+ 3.9491750974326085
+ 3.949217031287565
+ 3.9492589645277216
+ 3.9493008971531034
+ 3.9493428291637342
+ 3.949384760559639
+ 3.949426691340841
+ 3.9494686215073664
+ 3.9495105510592388
+ 3.9495524799964827
+ 3.9495944083191223
+ 3.9496363360271833
+ 3.949678263120689
+ 3.9497201895996628
+ 3.949762115464131
+ 3.949804040714118
+ 3.9498459653496467
+ 3.949887889370743
+ 3.9499298127774316
+ 3.949971735569735
+ 3.95001365774768
+ 3.950055579311289
+ 3.9500975002605876
+ 3.9501394205955997
+ 3.9501813403163504
+ 3.9502232594228635
+ 3.950265177915163
+ 3.9503070957932755
+ 3.9503490130572225
+ 3.9503909297070305
+ 3.9504328457427236
+ 3.9504747611643247
+ 3.9505166759718606
+ 3.9505585901653535
+ 3.950600503744829
+ 3.9506424167103114
+ 3.950684329061825
+ 3.9507262407993946
+ 3.9507681519230444
+ 3.9508100624327986
+ 3.9508519723286812
+ 3.950893881610717
+ 3.950935790278931
+ 3.950977698333347
+ 3.9510196057739893
+ 3.9510615126008823
+ 3.9511034188140504
+ 3.951145324413519
+ 3.9511872293993116
+ 3.951229133771452
+ 3.9512710375299656
+ 3.951312940674876
+ 3.9513548432062087
+ 3.951396745123987
+ 3.9514386464282363
+ 3.951480547118979
+ 3.951522447196242
+ 3.951564346660048
+ 3.951606245510423
+ 3.951648143747389
+ 3.951690041370972
+ 3.951731938381197
+ 3.9517738347780864
+ 3.9518157305616657
+ 3.9518576257319595
+ 3.951899520288991
+ 3.951941414232786
+ 3.9519833075633684
+ 3.952025200280762
+ 3.952067092384992
+ 3.9521089838760823
+ 3.952150874754057
+ 3.9521927650189412
+ 3.9522346546707587
+ 3.9522765437095333
+ 3.9523184321352907
+ 3.952360319948053
+ 3.952402207147848
+ 3.9524440937346976
+ 3.952485979708627
+ 3.952527865069659
+ 3.9525697498178203
+ 3.952611633953134
+ 3.9526535174756243
+ 3.952695400385316
+ 3.9527372826822327
+ 3.9527791643663996
+ 3.9528210454378407
+ 3.952862925896581
+ 3.952904805742643
+ 3.952946684976053
+ 3.952988563596834
+ 3.953030441605011
+ 3.9530723190006083
+ 3.9531141957836495
+ 3.9531560719541603
+ 3.9531979475121637
+ 3.9532398224576846
+ 3.953281696790748
+ 3.9533235705113765
+ 3.9533654436195955
+ 3.953407316115429
+ 3.9534491879989013
+ 3.953491059270038
+ 3.9535329299288615
+ 3.953574799975397
+ 3.953616669409669
+ 3.9536585382317013
+ 3.9537004064415187
+ 3.953742274039145
+ 3.9537841410246037
+ 3.9538260073979212
+ 3.9538678731591204
+ 3.953909738308226
+ 3.953951602845262
+ 3.9539934667702537
+ 3.9540353300832227
+ 3.954077192784197
+ 3.9541190548731984
+ 3.954160916350251
+ 3.954202777215381
+ 3.954244637468611
+ 3.954286497109966
+ 3.9543283561394698
+ 3.9543702145571475
+ 3.9544120723630223
+ 3.954453929557119
+ 3.954495786139462
+ 3.954537642110076
+ 3.9545794974689836
+ 3.954621352216211
+ 3.9546632063517815
+ 3.9547050598757196
+ 3.9547469127880492
+ 3.954788765088795
+ 3.9548306167779814
+ 3.954872467855632
+ 3.9549143183217708
+ 3.9549561681764236
+ 3.9549980174196135
+ 3.9550398660513646
+ 3.9550817140717025
+ 3.9551235614806486
+ 3.9551654082782304
+ 3.95520725446447
+ 3.9552491000393926
+ 3.9552909450030227
+ 3.9553327893553836
+ 3.9553746330965
+ 3.955416476226396
+ 3.955458318745096
+ 3.9555001606526248
+ 3.9555420019490053
+ 3.955583842634262
+ 3.9556256827084204
+ 3.955667522171504
+ 3.9557093610235365
+ 3.9557511992645424
+ 3.9557930368945464
+ 3.9558348739135725
+ 3.9558767103216446
+ 3.9559185461187867
+ 3.9559603813050246
+ 3.9560022158803796
+ 3.9560440498448792
+ 3.956085883198545
+ 3.956127715941403
+ 3.956169548073476
+ 3.9562113795947895
+ 3.9562532105053667
+ 3.9562950408052324
+ 3.9563368704944097
+ 3.9563786995729244
+ 3.9564205280408005
+ 3.956462355898061
+ 3.9565041831447307
+ 3.9565460097808347
+ 3.956587835806395
+ 3.9566296612214384
+ 3.956671486025987
+ 3.9567133102200667
+ 3.9567551338036995
+ 3.956796956776912
+ 3.956838779139727
+ 3.9568806008921684
+ 3.956922422034262
+ 3.95696424256603
+ 3.957006062487497
+ 3.957047881798689
+ 3.9570897004996284
+ 3.9571315185903386
+ 3.9571733360708463
+ 3.9572151529411737
+ 3.9572569692013464
+ 3.9572987848513868
+ 3.9573405998913205
+ 3.9573824143211715
+ 3.957424228140963
+ 3.95746604135072
+ 3.957507853950466
+ 3.9575496659402263
+ 3.957591477320024
+ 3.9576332880898843
+ 3.95767509824983
+ 3.957716907799886
+ 3.9577587167400767
+ 3.9578005250704247
+ 3.9578423327909564
+ 3.957884139901695
+ 3.9579259464026637
+ 3.957967752293888
+ 3.958009557575392
+ 3.958051362247199
+ 3.958093166309333
+ 3.958134969761819
+ 3.958176772604681
+ 3.9582185748379426
+ 3.9582603764616278
+ 3.9583021774757614
+ 3.9583439778803675
+ 3.95838577767547
+ 3.958427576861093
+ 3.9584693754372604
+ 3.958511173403997
+ 3.958552970761325
+ 3.9585947675092714
+ 3.958636563647859
+ 3.9586783591771115
+ 3.9587201540970525
+ 3.9587619484077083
+ 3.9588037421091005
+ 3.9588455352012546
+ 3.9588873276841947
+ 3.958929119557945
+ 3.958970910822529
+ 3.95901270147797
+ 3.959054491524294
+ 3.9590962809615244
+ 3.959138069789685
+ 3.9591798580088002
+ 3.9592216456188933
+ 3.959263432619989
+ 3.9593052190121125
+ 3.9593470047952866
+ 3.9593887899695344
+ 3.9594305745348817
+ 3.9594723584913525
+ 3.9595141418389708
+ 3.9595559245777596
+ 3.959597706707743
+ 3.9596394882289476
+ 3.959681269141394
+ 3.9597230494451083
+ 3.959764829140115
+ 3.9598066082264363
+ 3.9598483867040977
+ 3.9598901645731233
+ 3.959931941833536
+ 3.959973718485361
+ 3.9600154945286223
+ 3.9600572699633436
+ 3.960099044789549
+ 3.9601408190072624
+ 3.960182592616508
+ 3.9602243656173095
+ 3.960266138009692
+ 3.9603079097936784
+ 3.9603496809692937
+ 3.960391451536561
+ 3.960433221495505
+ 3.96047499084615
+ 3.96051675958852
+ 3.9605585277226374
+ 3.9606002952485286
+ 3.9606420621662157
+ 3.9606838284757235
+ 3.960725594177077
+ 3.960767359270299
+ 3.9608091237554137
+ 3.960850887632445
+ 3.960892650901418
+ 3.9609344135623554
+ 3.9609761756152824
+ 3.9610179370602228
+ 3.961059697897199
+ 3.961101458126237
+ 3.96114321774736
+ 3.9611849767605922
+ 3.961226735165958
+ 3.96126849296348
+ 3.961310250153184
+ 3.9613520067350927
+ 3.9613937627092306
+ 3.9614355180756218
+ 3.96147727283429
+ 3.96151902698526
+ 3.9615607805285546
+ 3.9616025334641995
+ 3.9616442857922167
+ 3.961686037512631
+ 3.9617277886254674
+ 3.961769539130748
+ 3.9618112890284984
+ 3.961853038318742
+ 3.9618947870015027
+ 3.961936535076805
+ 3.9619782825446728
+ 3.9620200294051293
+ 3.962061775658199
+ 3.9621035213039053
+ 3.9621452663422736
+ 3.962187010773327
+ 3.962228754597089
+ 3.962270497813584
+ 3.9623122404228366
+ 3.96235398242487
+ 3.9623957238197085
+ 3.9624374646073766
+ 3.9624792047878965
+ 3.962520944361294
+ 3.9625626833275924
+ 3.9626044216868155
+ 3.9626461594389872
+ 3.9626878965841326
+ 3.9627296331222737
+ 3.9627713690534363
+ 3.9628131043776436
+ 3.9628548390949194
+ 3.962896573205287
+ 3.962938306708772
+ 3.9629800396053976
+ 3.9630217718951877
+ 3.9630635035781654
+ 3.9631052346543565
+ 3.963146965123783
+ 3.9631886949864703
+ 3.963230424242442
+ 3.963272152891722
+ 3.9633138809343333
+ 3.9633556083703003
+ 3.9633973351996485
+ 3.9634390614223993
+ 3.9634807870385784
+ 3.96352251204821
+ 3.9635642364513166
+ 3.9636059602479228
+ 3.963647683438053
+ 3.96368940602173
+ 3.963731127998979
+ 3.9637728493698234
+ 3.963814570134287
+ 3.963856290292393
+ 3.963898009844167
+ 3.9639397287896316
+ 3.9639814471288113
+ 3.9640231648617292
+ 3.9640648819884112
+ 3.9641065985088786
+ 3.964148314423158
+ 3.9641900297312707
+ 3.9642317444332416
+ 3.9642734585290955
+ 3.9643151720188547
+ 3.964356884902545
+ 3.9643985971801894
+ 3.964440308851811
+ 3.9644820199174347
+ 3.9645237303770844
+ 3.9645654402307833
+ 3.9646071494785553
+ 3.9646488581204253
+ 3.9646905661564165
+ 3.9647322735865527
+ 3.964773980410858
+ 3.9648156866293562
+ 3.9648573922420716
+ 3.964899097249027
+ 3.9649408016502474
+ 3.964982505445756
+ 3.9650242086355774
+ 3.965065911219734
+ 3.9651076131982523
+ 3.965149314571153
+ 3.9651910153384624
+ 3.965232715500204
+ 3.9652744150563994
+ 3.965316114007076
+ 3.9653578123522553
+ 3.9653995100919617
+ 3.965441207226218
+ 3.9654829037550514
+ 3.965524599678482
+ 3.965566294996535
+ 3.9656079897092353
+ 3.9656496838166055
+ 3.9656913773186706
+ 3.9657330702154527
+ 3.9657747625069777
+ 3.9658164541932677
+ 3.9658581452743475
+ 3.9658998357502413
+ 3.965941525620971
+ 3.965983214886563
+ 3.9660249035470394
+ 3.966066591602425
+ 3.9661082790527424
+ 3.966149965898017
+ 3.966191652138271
+ 3.9662333377735304
+ 3.9662750228038166
+ 3.9663167072291547
+ 3.9663583910495697
+ 3.9664000742650827
+ 3.9664417568757195
+ 3.9664834388815033
+ 3.966525120282458
+ 3.9665668010786077
+ 3.9666084812699762
+ 3.9666501608565867
+ 3.966691839838463
+ 3.9667335182156296
+ 3.96677519598811
+ 3.966816873155928
+ 3.9668585497191082
+ 3.9669002256776724
+ 3.9669419010316465
+ 3.9669835757810534
+ 3.9670252499259164
+ 3.9670669234662603
+ 3.967108596402109
+ 3.967150268733485
+ 3.967191940460413
+ 3.9672336115829165
+ 3.9672752821010193
+ 3.967316952014746
+ 3.9673586213241196
+ 3.9674002900291643
+ 3.967441958129903
+ 3.9674836256263597
+ 3.9675252925185602
+ 3.967566958806525
+ 3.9676086244902806
+ 3.9676502895698493
+ 3.967691954045256
+ 3.967733617916523
+ 3.9677752811836746
+ 3.9678169438467354
+ 3.9678586059057293
+ 3.9679002673606782
+ 3.967941928211608
+ 3.9679835884585413
+ 3.9680252481015015
+ 3.9680669071405137
+ 3.968108565575601
+ 3.9681502234067865
+ 3.968191880634095
+ 3.968233537257549
+ 3.9682751932771745
+ 3.9683168486929925
+ 3.9683585035050286
+ 3.968400157713307
+ 3.9684418113178492
+ 3.968483464318681
+ 3.9685251167158246
+ 3.9685667685093056
+ 3.968608419699146
+ 3.9686500702853693
+ 3.968691720268002
+ 3.968733369647065
+ 3.968775018422584
+ 3.9688166665945803
+ 3.96885831416308
+ 3.968899961128107
+ 3.968941607489682
+ 3.9689832532478317
+ 3.9690248984025795
+ 3.969066542953948
+ 3.9691081869019604
+ 3.9691498302466433
+ 3.9691914729880176
+ 3.9692331151261073
+ 3.9692747566609383
+ 3.969316397592532
+ 3.969358037920913
+ 3.969399677646105
+ 3.969441316768132
+ 3.9694829552870172
+ 3.969524593202784
+ 3.9695662305154573
+ 3.96960786722506
+ 3.9696495033316164
+ 3.9696911388351492
+ 3.9697327737356827
+ 3.9697744080332407
+ 3.9698160417278463
+ 3.9698576748195245
+ 3.969899307308298
+ 3.9699409391941907
+ 3.969982570477226
+ 3.9700242011574276
+ 3.97006583123482
+ 3.970107460709426
+ 3.97014908958127
+ 3.970190717850375
+ 3.970232345516765
+ 3.9702739725804634
+ 3.9703155990414944
+ 3.970357224899882
+ 3.970398850155649
+ 3.9704404748088193
+ 3.9704820988594167
+ 3.970523722307465
+ 3.970565345152988
+ 3.9706069673960083
+ 3.9706485890365513
+ 3.9706902100746393
+ 3.9707318305102963
+ 3.9707734503435472
+ 3.9708150695744133
+ 3.9708566882029195
+ 3.9708983062290897
+ 3.970939923652949
+ 3.9709815404745172
+ 3.9710231566938208
+ 3.9710647723108834
+ 3.9711063873257273
+ 3.9711480017383773
+ 3.9711896155488575
+ 3.971231228757189
+ 3.971272841363399
+ 3.971314453367508
+ 3.9713560647695414
+ 3.971397675569523
+ 3.971439285767475
+ 3.9714808953634226
+ 3.9715225043573885
+ 3.971564112749396
+ 3.9716057205394706
+ 3.971647327727634
+ 3.9716889343139097
+ 3.971730540298323
+ 3.9717721456808968
+ 3.971813750461654
+ 3.9718553546406192
+ 3.971896958217816
+ 3.9719385611932663
+ 3.9719801635669962
+ 3.972021765339029
+ 3.9720633665093854
+ 3.9721049670780926
+ 3.9721465670451725
+ 3.9721881664106493
+ 3.972229765174546
+ 3.9722713633368865
+ 3.972312960897695
+ 3.972354557856993
+ 3.9723961542148065
+ 3.9724377499711587
+ 3.972479345126072
+ 3.9725209396795713
+ 3.9725625336316797
+ 3.972604126982421
+ 3.9726457197318177
+ 3.9726873118798944
+ 3.9727289034266744
+ 3.9727704943721824
+ 3.9728120847164408
+ 3.9728536744594733
+ 3.9728952636013033
+ 3.9729368521419546
+ 3.972978440081451
+ 3.973020027419816
+ 3.9730616141570736
+ 3.9731032002932465
+ 3.973144785828359
+ 3.9731863707624338
+ 3.973227955095496
+ 3.973269538827568
+ 3.9733111219586736
+ 3.973352704488836
+ 3.97339428641808
+ 3.9734358677464274
+ 3.973477448473903
+ 3.97351902860053
+ 3.973560608126333
+ 3.9736021870513336
+ 3.9736437653755563
+ 3.973685343099025
+ 3.9737269202217633
+ 3.9737684967437947
+ 3.973810072665142
+ 3.9738516479858297
+ 3.9738932227058803
+ 3.973934796825318
+ 3.973976370344167
+ 3.97401794326245
+ 3.974059515580189
+ 3.9741010872974116
+ 3.9741426584141384
+ 3.9741842289303935
+ 3.9742257988462
+ 3.9742673681615828
+ 3.974308936876564
+ 3.974350504991168
+ 3.974392072505417
+ 3.974433639419337
+ 3.9744752057329493
+ 3.9745167714462784
+ 3.974558336559348
+ 3.9745999010721813
+ 3.9746414649848014
+ 3.974683028297233
+ 3.974724591009498
+ 3.9747661531216214
+ 3.974807714633626
+ 3.974849275545535
+ 3.9748908358573734
+ 3.9749323955691627
+ 3.974973954680928
+ 3.9750155131926914
+ 3.975057071104478
+ 3.9750986284163097
+ 3.9751401851282115
+ 3.9751817412402066
+ 3.975223296752317
+ 3.9752648516645688
+ 3.975306405976983
+ 3.9753479596895844
+ 3.9753895128023964
+ 3.9754310653154428
+ 3.975472617228746
+ 3.9755141685423303
+ 3.9755557192562185
+ 3.9755972693704362
+ 3.975638818885004
+ 3.975680367799947
+ 3.975721916115288
+ 3.975763463831051
+ 3.9758050109472607
+ 3.9758465574639374
+ 3.975888103381107
+ 3.9759296486987936
+ 3.9759711934170183
+ 3.976012737535806
+ 3.97605428105518
+ 3.976095823975164
+ 3.9761373662957813
+ 3.976178908017054
+ 3.976220449139008
+ 3.976261989661666
+ 3.9763035295850506
+ 3.976345068909185
+ 3.9763866076340944
+ 3.9764281457598005
+ 3.976469683286328
+ 3.9765112202136996
+ 3.9765527565419387
+ 3.9765942922710695
+ 3.976635827401115
+ 3.9766773619320994
+ 3.9767188958640447
+ 3.976760429196975
+ 3.976801961930914
+ 3.976843494065886
+ 3.9768850256019124
+ 3.9769265565390177
+ 3.9769680868772253
+ 3.977009616616559
+ 3.977051145757042
+ 3.977092674298697
+ 3.977134202241549
+ 3.97717572958562
+ 3.9772172563309343
+ 3.9772587824775143
+ 3.977300308025385
+ 3.977341832974568
+ 3.977383357325088
+ 3.9774248810769683
+ 3.9774664042302317
+ 3.9775079267849027
+ 3.9775494487410037
+ 3.9775909700985586
+ 3.9776324908575904
+ 3.9776740110181232
+ 3.97771553058018
+ 3.977757049543784
+ 3.9777985679089594
+ 3.9778400856757288
+ 3.9778816028441164
+ 3.9779231194141436
+ 3.977964635385837
+ 3.9780061507592177
+ 3.978047665534309
+ 3.978089179711136
+ 3.9781306932897205
+ 3.9781722062700866
+ 3.9782137186522584
+ 3.978255230436257
+ 3.9782967416221084
+ 3.9783382522098347
+ 3.97837976219946
+ 3.978421271591006
+ 3.9784627803844983
+ 3.9785042885799586
+ 3.978545796177411
+ 3.9785873031768797
+ 3.9786288095783866
+ 3.978670315381956
+ 3.9787118205876104
+ 3.9787533251953744
+ 3.97879482920527
+ 3.978836332617322
+ 3.9788778354315517
+ 3.978919337647985
+ 3.978960839266644
+ 3.979002340287552
+ 3.9790438407107334
+ 3.97908534053621
+ 3.9791268397640054
+ 3.9791683383941447
+ 3.9792098364266493
+ 3.979251333861543
+ 3.9792928306988498
+ 3.979334326938592
+ 3.9793758225807943
+ 3.97941731762548
+ 3.979458812072671
+ 3.9795003059223917
+ 3.979541799174665
+ 3.9795832918295146
+ 3.979624783886964
+ 3.979666275347036
+ 3.979707766209755
+ 3.979749256475143
+ 3.9797907461432236
+ 3.979832235214021
+ 3.979873723687558
+ 3.9799152115638576
+ 3.9799566988429436
+ 3.9799981855248387
+ 3.980039671609568
+ 3.980081157097153
+ 3.980122641987617
+ 3.9801641262809846
+ 3.980205609977278
+ 3.9802470930765215
+ 3.980288575578737
+ 3.98033005748395
+ 3.980371538792182
+ 3.9804130195034566
+ 3.9804544996177973
+ 3.980495979135228
+ 3.9805374580557706
+ 3.9805789363794504
+ 3.9806204141062893
+ 3.9806618912363105
+ 3.980703367769538
+ 3.980744843705996
+ 3.980786319045705
+ 3.980827793788691
+ 3.9808692679349753
+ 3.9809107414845832
+ 3.980952214437537
+ 3.9809936867938585
+ 3.9810351585535737
+ 3.981076629716704
+ 3.981118100283274
+ 3.9811595702533062
+ 3.9812010396268245
+ 3.981242508403851
+ 3.9812839765844097
+ 3.9813254441685237
+ 3.981366911156217
+ 3.981408377547512
+ 3.9814498433424332
+ 3.981491308541002
+ 3.9815327731432437
+ 3.98157423714918
+ 3.981615700558835
+ 3.981657163372231
+ 3.981698625589393
+ 3.981740087210343
+ 3.9817815482351047
+ 3.9818230086637
+ 3.981864468496154
+ 3.9819059277324906
+ 3.9819473863727306
+ 3.981988844416899
+ 3.982030301865018
+ 3.9820717587171113
+ 3.9821132149732033
+ 3.982154670633315
+ 3.9821961256974716
+ 3.982237580165696
+ 3.9822790340380103
+ 3.9823204873144387
+ 3.982361939995004
+ 3.9824033920797297
+ 3.9824448435686404
+ 3.9824862944617565
+ 3.982527744759103
+ 3.982569194460704
+ 3.9826106435665802
+ 3.982652092076757
+ 3.982693539991257
+ 3.9827349873101023
+ 3.9827764340333185
+ 3.9828178801609266
+ 3.9828593256929516
+ 3.9829007706294157
+ 3.982942214970342
+ 3.9829836587157534
+ 3.983025101865675
+ 3.983066544420128
+ 3.9831079863791374
+ 3.9831494277427244
+ 3.983190868510913
+ 3.983232308683728
+ 3.98327374826119
+ 3.9833151872433237
+ 3.9833566256301522
+ 3.9833980634216997
+ 3.9834395006179872
+ 3.983480937219039
+ 3.983522373224879
+ 3.983563808635529
+ 3.9836052434510134
+ 3.9836466776713553
+ 3.9836881112965767
+ 3.983729544326702
+ 3.9837709767617544
+ 3.983812408601757
+ 3.983853839846732
+ 3.9838952704967032
+ 3.9839367005516944
+ 3.9839781300117285
+ 3.984019558876828
+ 3.9840609871470174
+ 3.9841024148223183
+ 3.9841438419027546
+ 3.984185268388351
+ 3.9842266942791276
+ 3.9842681195751104
+ 3.984309544276321
+ 3.9843509683827825
+ 3.9843923918945188
+ 3.984433814811553
+ 3.9844752371339083
+ 3.9845166588616077
+ 3.9845580799946743
+ 3.984599500533131
+ 3.9846409204770015
+ 3.984682339826309
+ 3.9847237585810764
+ 3.9847651767413264
+ 3.984806594307083
+ 3.9848480112783693
+ 3.9848894276552076
+ 3.984930843437622
+ 3.984972258625635
+ 3.9850136732192705
+ 3.985055087218551
+ 3.985096500623499
+ 3.9851379134341394
+ 3.985179325650495
+ 3.9852207372725874
+ 3.9852621483004413
+ 3.985303558734079
+ 3.9853449685735236
+ 3.985386377818799
+ 3.9854277864699283
+ 3.985469194526933
+ 3.9855106019898385
+ 3.9855520088586673
+ 3.9855934151334416
+ 3.9856348208141843
+ 3.9856762259009204
+ 3.985717630393672
+ 3.9857590342924616
+ 3.985800437597313
+ 3.985841840308249
+ 3.985883242425294
+ 3.985924643948469
+ 3.9859660448777983
+ 3.9860074452133056
+ 3.9860488449550124
+ 3.9860902441029435
+ 3.986131642657121
+ 3.9861730406175684
+ 3.9862144379843083
+ 3.986255834757364
+ 3.9862972309367595
+ 3.986338626522517
+ 3.9863800215146603
+ 3.986421415913211
+ 3.986462809718194
+ 3.986504202929631
+ 3.9865455955475464
+ 3.9865869875719624
+ 3.986628379002902
+ 3.9866697698403892
+ 3.9867111600844463
+ 3.986752549735096
+ 3.986793938792363
+ 3.986835327256269
+ 3.986876715126838
+ 3.986918102404091
+ 3.9869594890880538
+ 3.9870008751787487
+ 3.9870422606761973
+ 3.9870836455804244
+ 3.9871250298914522
+ 3.987166413609305
+ 3.9872077967340043
+ 3.9872491792655738
+ 3.9872905612040364
+ 3.987331942549415
+ 3.987373323301734
+ 3.9874147034610155
+ 3.9874560830272814
+ 3.9874974620005577
+ 3.987538840380864
+ 3.9875802181682256
+ 3.9876215953626652
+ 3.987662971964206
+ 3.9877043479728704
+ 3.9877457233886813
+ 3.987787098211663
+ 3.9878284724418376
+ 3.9878698460792283
+ 3.9879112191238586
+ 3.9879525915757505
+ 3.987993963434928
+ 3.9880353347014137
+ 3.988076705375232
+ 3.9881180754564034
+ 3.988159444944952
+ 3.9882008138409026
+ 3.9882421821442757
+ 3.988283549855096
+ 3.988324916973385
+ 3.9883662834991678
+ 3.988407649432466
+ 3.988449014773303
+ 3.988490379521702
+ 3.9885317436776853
+ 3.9885731072412764
+ 3.988614470212499
+ 3.9886558325913746
+ 3.9886971943779277
+ 3.9887385555721804
+ 3.9887799161741566
+ 3.9888212761838786
+ 3.9888626356013694
+ 3.988903994426653
+ 3.988945352659751
+ 3.988986710300687
+ 3.989028067349484
+ 3.9890694238061655
+ 3.9891107796707534
+ 3.989152134943272
+ 3.989193489623743
+ 3.989234843712192
+ 3.9892761972086386
+ 3.9893175501131064
+ 3.989358902425621
+ 3.989400254146203
+ 3.989441605274877
+ 3.989482955811664
+ 3.989524305756589
+ 3.9895656551096725
+ 3.989607003870941
+ 3.989648352040414
+ 3.989689699618117
+ 3.989731046604072
+ 3.989772392998302
+ 3.9898137388008297
+ 3.9898550840116784
+ 3.9898964286308716
+ 3.9899377726584313
+ 3.9899791160943816
+ 3.9900204589387447
+ 3.9900618011915436
+ 3.9901031428528007
+ 3.9901444839225406
+ 3.990185824400785
+ 3.9902271642875564
+ 3.9902685035828793
+ 3.9903098422867767
+ 3.990351180399269
+ 3.9903925179203825
+ 3.990433854850138
+ 3.9904751911885588
+ 3.9905165269356684
+ 3.99055786209149
+ 3.9905991966560452
+ 3.9906405306293586
+ 3.9906818640114516
+ 3.990723196802349
+ 3.9907645290020723
+ 3.9908058606106445
+ 3.9908471916280885
+ 3.9908885220544286
+ 3.990929851889686
+ 3.9909711811338853
+ 3.991012509787048
+ 3.9910538378491975
+ 3.9910951653203566
+ 3.9911364922005492
+ 3.991177818489797
+ 3.9912191441881233
+ 3.991260469295552
+ 3.9913017938121045
+ 3.9913431177378045
+ 3.991384441072675
+ 3.9914257638167387
+ 3.9914670859700183
+ 3.9915084075325376
+ 3.9915497285043187
+ 3.9915910488853847
+ 3.991632368675759
+ 3.991673687875464
+ 3.991715006484523
+ 3.991756324502958
+ 3.9917976419307934
+ 3.9918389587680507
+ 3.9918802750147537
+ 3.9919215906709247
+ 3.9919629057365875
+ 3.9920042202117645
+ 3.9920455340964778
+ 3.9920868473907514
+ 3.9921281600946084
+ 3.99216947220807
+ 3.9922107837311613
+ 3.9922520946639035
+ 3.9922934050063206
+ 3.9923347147584347
+ 3.99237602392027
+ 3.9924173324918475
+ 3.9924586404731905
+ 3.992499947864323
+ 3.992541254665268
+ 3.992582560876047
+ 3.9926238664966838
+ 3.9926651715272006
+ 3.9927064759676214
+ 3.9927477798179685
+ 3.992789083078264
+ 3.9928303857485328
+ 3.9928716878287953
+ 3.9929129893190756
+ 3.9929542902193966
+ 3.9929955905297816
+ 3.9930368902502527
+ 3.993078189380833
+ 3.9931194879215446
+ 3.9931607858724125
+ 3.993202083233457
+ 3.9932433800047034
+ 3.9932846761861733
+ 3.9933259717778884
+ 3.9933672667798743
+ 3.9934085611921515
+ 3.993449855014744
+ 3.993491148247674
+ 3.9935324408909643
+ 3.9935737329446384
+ 3.99361502440872
+ 3.99365631528323
+ 3.9936976055681925
+ 3.9937388952636295
+ 3.9937801843695646
+ 3.99382147288602
+ 3.9938627608130193
+ 3.993904048150585
+ 3.9939453348987395
+ 3.993986621057507
+ 3.9940279066269073
+ 3.994069191606967
+ 3.9941104759977066
+ 3.99415175979915
+ 3.9941930430113195
+ 3.994234325634238
+ 3.994275607667927
+ 3.994316889112412
+ 3.994358169967715
+ 3.9943994502338573
+ 3.994440729910863
+ 3.9944820089987547
+ 3.994523287497555
+ 3.994564565407287
+ 3.994605842727974
+ 3.994647119459638
+ 3.9946883956023016
+ 3.9947296711559885
+ 3.994770946120721
+ 3.9948122204965215
+ 3.9948534942834137
+ 3.9948947674814197
+ 3.9949360400905634
+ 3.994977312110865
+ 3.995018583542351
+ 3.9950598543850417
+ 3.99510112463896
+ 3.9951423943041298
+ 3.995183663380573
+ 3.995224931868313
+ 3.995266199767372
+ 3.995307467077773
+ 3.995348733799539
+ 3.995389999932693
+ 3.9954312654772575
+ 3.9954725304332546
+ 3.9955137948007073
+ 3.9955550585796398
+ 3.995596321770073
+ 3.9956375843720315
+ 3.995678846385537
+ 3.995720107810612
+ 3.99576136864728
+ 3.995802628895564
+ 3.9958438885554846
+ 3.995885147627068
+ 3.995926406110334
+ 3.9959676640053075
+ 3.996008921312009
+ 3.996050178030464
+ 3.9960914341606926
+ 3.9961326897027196
+ 3.9961739446565674
+ 3.996215199022258
+ 3.996256452799814
+ 3.996297705989259
+ 3.996338958590615
+ 3.9963802106039057
+ 3.996421462029154
+ 3.9964627128663808
+ 3.9965039631156105
+ 3.9965452127768644
+ 3.996586461850167
+ 3.9966277103355403
+ 3.9966689582330077
+ 3.9967102055425907
+ 3.9967514522643124
+ 3.996792698398196
+ 3.996833943944264
+ 3.9968751889025387
+ 3.9969164332730434
+ 3.9969576770558013
+ 3.996998920250834
+ 3.997040162858164
+ 3.997081404877816
+ 3.9971226463098106
+ 3.9971638871541724
+ 3.9972051274109224
+ 3.9972463670800846
+ 3.9972876061616804
+ 3.9973288446557347
+ 3.997370082562268
+ 3.9974113198813037
+ 3.9974525566128647
+ 3.997493792756974
+ 3.997535028313654
+ 3.997576263282928
+ 3.9976174976648173
+ 3.9976587314593455
+ 3.9976999646665354
+ 3.9977411972864094
+ 3.9977824293189914
+ 3.997823660764302
+ 3.9978648916223647
+ 3.997906121893204
+ 3.99794735157684
+ 3.997988580673297
+ 3.998029809182596
+ 3.998071037104762
+ 3.998112264439816
+ 3.998153491187782
+ 3.998194717348681
+ 3.998235942922537
+ 3.998277167909373
+ 3.9983183923092107
+ 3.9983596161220727
+ 3.998400839347982
+ 3.9984420619869616
+ 3.9984832840390347
+ 3.9985245055042227
+ 3.9985657263825494
+ 3.998606946674036
+ 3.998648166378706
+ 3.9986893854965824
+ 3.998730604027688
+ 3.998771821972045
+ 3.9988130393296752
+ 3.998854256100604
+ 3.998895472284851
+ 3.998936687882441
+ 3.9989779028933943
+ 3.999019117317736
+ 3.9990603311554884
+ 3.9991015444066735
+ 3.9991427570713136
+ 3.9991839691494317
+ 3.999225180641051
+ 3.9992663915461937
+ 3.9993076018648828
+ 3.9993488115971405
+ 3.999390020742989
+ 3.9994312293024517
+ 3.9994724372755512
+ 3.999513644662311
+ 3.999554851462752
+ 3.999596057676897
+ 3.9996372633047703
+ 3.9996784683463926
+ 3.999719672801788
+ 3.9997608766709782
+ 3.999802079953987
+ 3.999843282650836
+ 3.9998844847615476
+ 3.999925686286145
+ 3.999966887224651
+ 4.000008087577089
+ 4.000049287343479
+ 4.000090486523846
+ 4.000131685118212
+ 4.000172883126599
+ 4.00021408054903
+ 4.000255277385528
+ 4.000296473636115
+ 4.000337669300815
+ 4.000378864379648
+ 4.000420058872639
+ 4.00046125277981
+ 4.0005024461011836
+ 4.000543638836781
+ 4.000584830986628
+ 4.000626022550744
+ 4.0006672135291526
+ 4.000708403921877
+ 4.00074959372894
+ 4.000790782950363
+ 4.0008319715861695
+ 4.000873159636382
+ 4.0009143471010225
+ 4.000955533980115
+ 4.00099672027368
+ 4.001037905981741
+ 4.001079091104321
+ 4.001120275641444
+ 4.0011614595931295
+ 4.001202642959402
+ 4.001243825740284
+ 4.001285007935798
+ 4.001326189545965
+ 4.001367370570811
+ 4.001408551010354
+ 4.001449730864621
+ 4.001490910133632
+ 4.00153208881741
+ 4.001573266915979
+ 4.001614444429359
+ 4.001655621357575
+ 4.001696797700648
+ 4.001737973458601
+ 4.0017791486314565
+ 4.0018203232192375
+ 4.001861497221967
+ 4.001902670639666
+ 4.001943843472358
+ 4.0019850157200665
+ 4.002026187382811
+ 4.002067358460618
+ 4.002108528953507
+ 4.002149698861503
+ 4.002190868184626
+ 4.0022320369229005
+ 4.0022732050763485
+ 4.002314372644992
+ 4.002355539628854
+ 4.002396706027957
+ 4.002437871842324
+ 4.002479037071977
+ 4.002520201716939
+ 4.002561365777231
+ 4.0026025292528775
+ 4.0026436921438995
+ 4.0026848544503215
+ 4.002726016172164
+ 4.002767177309451
+ 4.002808337862204
+ 4.0028494978304465
+ 4.002890657214199
+ 4.002931816013487
+ 4.0029729742283315
+ 4.003014131858754
+ 4.003055288904779
+ 4.0030964453664275
+ 4.003137601243723
+ 4.003178756536688
+ 4.003219911245344
+ 4.003261065369714
+ 4.003302218909821
+ 4.003343371865687
+ 4.003384524237335
+ 4.003425676024787
+ 4.003466827228066
+ 4.003507977847194
+ 4.003549127882194
+ 4.003590277333088
+ 4.003631426199899
+ 4.003672574482649
+ 4.00371372218136
+ 4.003754869296057
+ 4.00379601582676
+ 4.003837161773492
+ 4.003878307136276
+ 4.0039194519151335
+ 4.003960596110089
+ 4.004001739721162
+ 4.0040428827483785
+ 4.004084025191759
+ 4.004125167051325
+ 4.0041663083271
+ 4.004207449019108
+ 4.00424858912737
+ 4.004289728651908
+ 4.004330867592746
+ 4.004372005949905
+ 4.004413143723408
+ 4.0044542809132775
+ 4.004495417519536
+ 4.004536553542206
+ 4.00457768898131
+ 4.0046188238368705
+ 4.00465995810891
+ 4.00470109179745
+ 4.004742224902515
+ 4.004783357424126
+ 4.004824489362305
+ 4.004865620717076
+ 4.00490675148846
+ 4.004947881676481
+ 4.004989011281159
+ 4.0050301403025195
+ 4.005071268740584
+ 4.005112396595373
+ 4.005153523866911
+ 4.00519465055522
+ 4.005235776660323
+ 4.00527690218224
+ 4.005318027120996
+ 4.005359151476613
+ 4.005400275249113
+ 4.005441398438519
+ 4.005482521044852
+ 4.005523643068136
+ 4.005564764508392
+ 4.005605885365644
+ 4.005647005639914
+ 4.005688125331224
+ 4.005729244439596
+ 4.005770362965053
+ 4.005811480907618
+ 4.005852598267312
+ 4.005893715044159
+ 4.005934831238181
+ 4.0059759468494
+ 4.006017061877838
+ 4.006058176323519
+ 4.006099290186463
+ 4.006140403466695
+ 4.006181516164236
+ 4.006222628279108
+ 4.0062637398113345
+ 4.006304850760937
+ 4.00634596112794
+ 4.006387070912363
+ 4.00642818011423
+ 4.0064692887335625
+ 4.006510396770384
+ 4.006551504224717
+ 4.006592611096583
+ 4.006633717386004
+ 4.006674823093004
+ 4.006715928217604
+ 4.006757032759827
+ 4.006798136719695
+ 4.006839240097231
+ 4.006880342892458
+ 4.006921445105396
+ 4.00696254673607
+ 4.007003647784501
+ 4.007044748250712
+ 4.007085848134724
+ 4.007126947436562
+ 4.007168046156245
+ 4.007209144293798
+ 4.007250241849242
+ 4.0072913388226015
+ 4.007332435213896
+ 4.007373531023149
+ 4.007414626250384
+ 4.007455720895622
+ 4.007496814958886
+ 4.007537908440198
+ 4.007579001339581
+ 4.0076200936570565
+ 4.007661185392647
+ 4.007702276546375
+ 4.007743367118264
+ 4.007784457108335
+ 4.00782554651661
+ 4.007866635343113
+ 4.0079077235878655
+ 4.007948811250889
+ 4.007989898332208
+ 4.0080309848318425
+ 4.008072070749816
+ 4.008113156086151
+ 4.008154240840869
+ 4.008195325013994
+ 4.008236408605547
+ 4.00827749161555
+ 4.008318574044026
+ 4.008359655890997
+ 4.008400737156486
+ 4.008441817840515
+ 4.008482897943106
+ 4.008523977464283
+ 4.008565056404066
+ 4.008606134762478
+ 4.008647212539542
+ 4.0086882897352805
+ 4.008729366349715
+ 4.008770442382867
+ 4.008811517834761
+ 4.008852592705419
+ 4.008893666994862
+ 4.008934740703112
+ 4.008975813830193
+ 4.009016886376126
+ 4.009057958340935
+ 4.0090990297246405
+ 4.009140100527266
+ 4.009181170748834
+ 4.009222240389365
+ 4.009263309448882
+ 4.009304377927409
+ 4.009345445824966
+ 4.009386513141577
+ 4.009427579877264
+ 4.009468646032048
+ 4.009509711605953
+ 4.009550776599001
+ 4.009591841011214
+ 4.009632904842613
+ 4.009673968093223
+ 4.009715030763064
+ 4.009756092852158
+ 4.00979715436053
+ 4.009838215288201
+ 4.009879275635192
+ 4.009920335401526
+ 4.009961394587226
+ 4.010002453192313
+ 4.010043511216812
+ 4.0100845686607425
+ 4.010125625524127
+ 4.010166681806989
+ 4.01020773750935
+ 4.0102487926312325
+ 4.010289847172659
+ 4.010330901133652
+ 4.010371954514233
+ 4.010413007314424
+ 4.010454059534249
+ 4.010495111173729
+ 4.010536162232885
+ 4.010577212711742
+ 4.01061826261032
+ 4.010659311928643
+ 4.010700360666733
+ 4.010741408824611
+ 4.0107824564023
+ 4.0108235033998225
+ 4.0108645498172
+ 4.010905595654456
+ 4.0109466409116115
+ 4.01098768558869
+ 4.011028729685712
+ 4.011069773202701
+ 4.01111081613968
+ 4.011151858496669
+ 4.011192900273692
+ 4.011233941470771
+ 4.011274982087928
+ 4.011316022125185
+ 4.011357061582564
+ 4.011398100460089
+ 4.011439138757781
+ 4.0114801764756605
+ 4.0115212136137535
+ 4.011562250172079
+ 4.01160328615066
+ 4.01164432154952
+ 4.011685356368679
+ 4.011726390608162
+ 4.0117674242679895
+ 4.0118084573481845
+ 4.0118494898487675
+ 4.011890521769764
+ 4.011931553111192
+ 4.011972583873077
+ 4.01201361405544
+ 4.0120546436583036
+ 4.012095672681689
+ 4.012136701125621
+ 4.012177728990118
+ 4.012218756275205
+ 4.012259782980903
+ 4.012300809107235
+ 4.012341834654223
+ 4.012382859621889
+ 4.012423884010255
+ 4.012464907819344
+ 4.012505931049176
+ 4.012546953699776
+ 4.012587975771166
+ 4.012628997263366
+ 4.0126700181764
+ 4.0127110385102895
+ 4.012752058265057
+ 4.012793077440723
+ 4.012834096037314
+ 4.0128751140548475
+ 4.012916131493348
+ 4.012957148352837
+ 4.012998164633338
+ 4.013039180334871
+ 4.0130801954574595
+ 4.013121210001126
+ 4.0131622239658915
+ 4.013203237351779
+ 4.013244250158811
+ 4.013285262387009
+ 4.0133262740363955
+ 4.013367285106993
+ 4.013408295598822
+ 4.013449305511906
+ 4.013490314846268
+ 4.013531323601929
+ 4.013572331778911
+ 4.013613339377237
+ 4.013654346396928
+ 4.013695352838008
+ 4.013736358700497
+ 4.013777363984418
+ 4.013818368689794
+ 4.013859372816647
+ 4.013900376364998
+ 4.01394137933487
+ 4.013982381726285
+ 4.014023383539265
+ 4.014064384773833
+ 4.014105385430009
+ 4.014146385507817
+ 4.014187385007279
+ 4.014228383928417
+ 4.0142693822712525
+ 4.014310380035808
+ 4.014351377222107
+ 4.0143923738301694
+ 4.0144333698600185
+ 4.014474365311677
+ 4.014515360185165
+ 4.014556354480507
+ 4.014597348197723
+ 4.014638341336838
+ 4.01467933389787
+ 4.0147203258808455
+ 4.0147613172857834
+ 4.014802308112707
+ 4.014843298361639
+ 4.014884288032601
+ 4.014925277125615
+ 4.014966265640703
+ 4.015007253577887
+ 4.0150482409371895
+ 4.015089227718633
+ 4.015130213922238
+ 4.015171199548029
+ 4.0152121845960265
+ 4.015253169066253
+ 4.015294152958731
+ 4.015335136273482
+ 4.0153761190105275
+ 4.015417101169891
+ 4.015458082751594
+ 4.015499063755659
+ 4.0155400441821065
+ 4.01558102403096
+ 4.0156220033022425
+ 4.015662981995974
+ 4.0157039601121785
+ 4.015744937650876
+ 4.015785914612091
+ 4.015826890995843
+ 4.015867866802157
+ 4.0159088420310525
+ 4.015949816682553
+ 4.015990790756679
+ 4.016031764253455
+ 4.016072737172902
+ 4.016113709515041
+ 4.016154681279896
+ 4.016195652467488
+ 4.016236623077838
+ 4.01627759311097
+ 4.016318562566906
+ 4.016359531445666
+ 4.016400499747275
+ 4.016441467471752
+ 4.016482434619121
+ 4.016523401189404
+ 4.016564367182623
+ 4.016605332598799
+ 4.016646297437956
+ 4.016687261700113
+ 4.016728225385296
+ 4.016769188493524
+ 4.016810151024821
+ 4.016851112979206
+ 4.016892074356705
+ 4.016933035157338
+ 4.016973995381127
+ 4.017014955028094
+ 4.017055914098262
+ 4.017096872591652
+ 4.017137830508286
+ 4.017178787848188
+ 4.017219744611378
+ 4.017260700797878
+ 4.017301656407711
+ 4.017342611440898
+ 4.017383565897463
+ 4.017424519777426
+ 4.01746547308081
+ 4.017506425807636
+ 4.017547377957928
+ 4.017588329531707
+ 4.017629280528993
+ 4.017670230949812
+ 4.017711180794183
+ 4.017752130062129
+ 4.017793078753672
+ 4.017834026868835
+ 4.017874974407638
+ 4.017915921370104
+ 4.017956867756256
+ 4.017997813566114
+ 4.018038758799702
+ 4.01807970345704
+ 4.018120647538153
+ 4.01816159104306
+ 4.018202533971784
+ 4.018243476324347
+ 4.018284418100772
+ 4.0183253593010795
+ 4.018366299925293
+ 4.018407239973433
+ 4.018448179445522
+ 4.0184891183415825
+ 4.018530056661636
+ 4.018570994405705
+ 4.018611931573811
+ 4.018652868165977
+ 4.018693804182223
+ 4.018734739622572
+ 4.018775674487047
+ 4.018816608775669
+ 4.01885754248846
+ 4.018898475625442
+ 4.018939408186637
+ 4.018980340172067
+ 4.019021271581755
+ 4.019062202415721
+ 4.0191031326739886
+ 4.019144062356579
+ 4.019184991463514
+ 4.019225919994817
+ 4.019266847950508
+ 4.01930777533061
+ 4.0193487021351455
+ 4.019389628364135
+ 4.019430554017601
+ 4.019471479095567
+ 4.019512403598053
+ 4.019553327525082
+ 4.0195942508766755
+ 4.019635173652856
+ 4.019676095853645
+ 4.0197170174790635
+ 4.0197579385291355
+ 4.019798859003882
+ 4.019839778903324
+ 4.019880698227486
+ 4.019921616976387
+ 4.019962535150051
+ 4.020003452748498
+ 4.020044369771753
+ 4.020085286219834
+ 4.020126202092767
+ 4.020167117390571
+ 4.02020803211327
+ 4.0202489462608835
+ 4.020289859833436
+ 4.020330772830946
+ 4.02037168525344
+ 4.020412597100937
+ 4.02045350837346
+ 4.02049441907103
+ 4.020535329193669
+ 4.020576238741399
+ 4.020617147714244
+ 4.0206580561122225
+ 4.020698963935359
+ 4.020739871183675
+ 4.020780777857191
+ 4.020821683955932
+ 4.020862589479916
+ 4.020903494429167
+ 4.020944398803706
+ 4.020985302603556
+ 4.021026205828739
+ 4.021067108479277
+ 4.0211080105551895
+ 4.021148912056502
+ 4.021189812983233
+ 4.021230713335408
+ 4.021271613113045
+ 4.021312512316169
+ 4.0213534109448
+ 4.021394308998962
+ 4.021435206478675
+ 4.021476103383962
+ 4.021516999714843
+ 4.021557895471342
+ 4.0215987906534805
+ 4.021639685261279
+ 4.021680579294761
+ 4.021721472753948
+ 4.021762365638862
+ 4.021803257949524
+ 4.021844149685958
+ 4.021885040848183
+ 4.021925931436223
+ 4.021966821450098
+ 4.022007710889832
+ 4.022048599755446
+ 4.022089488046961
+ 4.022130375764401
+ 4.0221712629077855
+ 4.022212149477138
+ 4.022253035472479
+ 4.022293920893833
+ 4.0223348057412185
+ 4.022375690014659
+ 4.022416573714176
+ 4.022457456839793
+ 4.02249833939153
+ 4.022539221369409
+ 4.0225801027734525
+ 4.022620983603682
+ 4.02266186386012
+ 4.022702743542787
+ 4.022743622651706
+ 4.022784501186899
+ 4.0228253791483874
+ 4.022866256536192
+ 4.022907133350337
+ 4.022948009590842
+ 4.022988885257731
+ 4.023029760351024
+ 4.023070634870743
+ 4.0231115088169105
+ 4.023152382189549
+ 4.023193254988679
+ 4.023234127214323
+ 4.023274998866503
+ 4.0233158699452405
+ 4.023356740450557
+ 4.0233976103824745
+ 4.023438479741015
+ 4.023479348526203
+ 4.023520216738055
+ 4.023561084376596
+ 4.023601951441847
+ 4.0236428179338315
+ 4.023683683852569
+ 4.023724549198083
+ 4.023765413970395
+ 4.023806278169526
+ 4.023847141795499
+ 4.0238880048483345
+ 4.023928867328054
+ 4.023969729234682
+ 4.024010590568238
+ 4.024051451328745
+ 4.024092311516224
+ 4.024133171130696
+ 4.024174030172185
+ 4.024214888640711
+ 4.024255746536297
+ 4.024296603858964
+ 4.024337460608734
+ 4.024378316785629
+ 4.024419172389671
+ 4.024460027420882
+ 4.024500881879282
+ 4.024541735764895
+ 4.024582589077742
+ 4.024623441817845
+ 4.024664293985224
+ 4.024705145579904
+ 4.0247459966019035
+ 4.024786847051247
+ 4.024827696927955
+ 4.024868546232049
+ 4.024909394963551
+ 4.0249502431224835
+ 4.024991090708868
+ 4.0250319377227255
+ 4.025072784164079
+ 4.0251136300329495
+ 4.025154475329359
+ 4.025195320053328
+ 4.02523616420488
+ 4.025277007784037
+ 4.02531785079082
+ 4.02535869322525
+ 4.025399535087351
+ 4.025440376377142
+ 4.025481217094646
+ 4.025522057239885
+ 4.025562896812882
+ 4.025603735813656
+ 4.02564457424223
+ 4.0256854120986265
+ 4.025726249382867
+ 4.025767086094971
+ 4.025807922234964
+ 4.025848757802866
+ 4.025889592798698
+ 4.025930427222483
+ 4.0259712610742415
+ 4.026012094353996
+ 4.026052927061769
+ 4.026093759197581
+ 4.026134590761454
+ 4.026175421753409
+ 4.02621625217347
+ 4.026257082021658
+ 4.026297911297993
+ 4.026338740002498
+ 4.026379568135195
+ 4.026420395696105
+ 4.02646122268525
+ 4.026502049102652
+ 4.0265428749483325
+ 4.0265837002223135
+ 4.026624524924617
+ 4.026665349055263
+ 4.026706172614276
+ 4.026746995601675
+ 4.026787818017483
+ 4.026828639861722
+ 4.026869461134413
+ 4.026910281835578
+ 4.02695110196524
+ 4.026991921523418
+ 4.027032740510136
+ 4.027073558925415
+ 4.027114376769277
+ 4.027155194041742
+ 4.027196010742834
+ 4.027236826872574
+ 4.027277642430984
+ 4.027318457418084
+ 4.027359271833898
+ 4.027400085678446
+ 4.027440898951751
+ 4.027481711653833
+ 4.0275225237847145
+ 4.027563335344419
+ 4.0276041463329655
+ 4.027644956750377
+ 4.027685766596675
+ 4.027726575871881
+ 4.027767384576017
+ 4.027808192709105
+ 4.027849000271166
+ 4.027889807262222
+ 4.027930613682295
+ 4.027971419531406
+ 4.028012224809577
+ 4.028053029516829
+ 4.028093833653185
+ 4.028134637218666
+ 4.028175440213294
+ 4.02821624263709
+ 4.0282570444900765
+ 4.028297845772275
+ 4.028338646483706
+ 4.028379446624393
+ 4.028420246194356
+ 4.028461045193619
+ 4.0285018436222
+ 4.028542641480124
+ 4.028583438767411
+ 4.0286242354840835
+ 4.028665031630163
+ 4.02870582720567
+ 4.028746622210628
+ 4.0287874166450575
+ 4.02882821050898
+ 4.028869003802417
+ 4.028909796525392
+ 4.028950588677925
+ 4.028991380260038
+ 4.029032171271752
+ 4.029072961713091
+ 4.029113751584074
+ 4.029154540884723
+ 4.029195329615061
+ 4.029236117775109
+ 4.029276905364888
+ 4.02931769238442
+ 4.0293584788337276
+ 4.029399264712831
+ 4.029440050021753
+ 4.0294808347605136
+ 4.029521618929137
+ 4.029562402527643
+ 4.029603185556054
+ 4.02964396801439
+ 4.029684749902675
+ 4.029725531220929
+ 4.0297663119691745
+ 4.029807092147432
+ 4.029847871755725
+ 4.029888650794073
+ 4.029929429262499
+ 4.029970207161025
+ 4.030010984489671
+ 4.030051761248459
+ 4.030092537437412
+ 4.030133313056551
+ 4.0301740881058965
+ 4.0302148625854715
+ 4.030255636495296
+ 4.030296409835394
+ 4.030337182605785
+ 4.030377954806491
+ 4.030418726437535
+ 4.030459497498938
+ 4.030500267990719
+ 4.030541037912904
+ 4.030581807265511
+ 4.030622576048564
+ 4.0306633442620825
+ 4.03070411190609
+ 4.030744878980607
+ 4.030785645485655
+ 4.030826411421256
+ 4.0308671767874324
+ 4.030907941584204
+ 4.030948705811594
+ 4.030989469469622
+ 4.031030232558312
+ 4.031070995077685
+ 4.031111757027761
+ 4.031152518408563
+ 4.031193279220112
+ 4.031234039462429
+ 4.031274799135538
+ 4.0313155582394575
+ 4.031356316774212
+ 4.031397074739821
+ 4.031437832136306
+ 4.03147858896369
+ 4.0315193452219935
+ 4.031560100911237
+ 4.031600856031446
+ 4.031641610582637
+ 4.031682364564836
+ 4.031723117978062
+ 4.031763870822337
+ 4.031804623097683
+ 4.031845374804121
+ 4.031886125941672
+ 4.03192687651036
+ 4.0319676265102045
+ 4.032008375941227
+ 4.03204912480345
+ 4.032089873096894
+ 4.032130620821581
+ 4.032171367977534
+ 4.032212114564772
+ 4.032252860583319
+ 4.032293606033194
+ 4.032334350914421
+ 4.03237509522702
+ 4.032415838971013
+ 4.0324565821464216
+ 4.032497324753266
+ 4.03253806679157
+ 4.032578808261355
+ 4.03261954916264
+ 4.032660289495449
+ 4.032701029259803
+ 4.032741768455723
+ 4.032782507083231
+ 4.032823245142347
+ 4.032863982633095
+ 4.032904719555495
+ 4.0329454559095685
+ 4.032986191695338
+ 4.033026926912823
+ 4.033067661562049
+ 4.0331083956430325
+ 4.033149129155798
+ 4.033189862100367
+ 4.03323059447676
+ 4.033271326284999
+ 4.033312057525106
+ 4.033352788197102
+ 4.033393518301008
+ 4.033434247836846
+ 4.033474976804638
+ 4.033515705204405
+ 4.033556433036168
+ 4.033597160299949
+ 4.03363788699577
+ 4.0336786131236515
+ 4.033719338683615
+ 4.033760063675683
+ 4.033800788099877
+ 4.0338415119562185
+ 4.033882235244727
+ 4.0339229579654265
+ 4.033963680118337
+ 4.034004401703481
+ 4.034045122720878
+ 4.034085843170552
+ 4.034126563052524
+ 4.034167282366814
+ 4.034208001113444
+ 4.034248719292437
+ 4.034289436903812
+ 4.034330153947593
+ 4.0343708704238
+ 4.034411586332454
+ 4.034452301673578
+ 4.034493016447192
+ 4.034533730653319
+ 4.034574444291979
+ 4.034615157363195
+ 4.034655869866986
+ 4.034696581803376
+ 4.034737293172386
+ 4.034778003974036
+ 4.034818714208349
+ 4.0348594238753455
+ 4.034900132975047
+ 4.034940841507476
+ 4.034981549472653
+ 4.0350222568706
+ 4.035062963701338
+ 4.035103669964888
+ 4.035144375661273
+ 4.035185080790513
+ 4.03522578535263
+ 4.035266489347645
+ 4.03530719277558
+ 4.035347895636457
+ 4.035388597930296
+ 4.035429299657119
+ 4.035470000816948
+ 4.035510701409804
+ 4.035551401435709
+ 4.035592100894683
+ 4.035632799786749
+ 4.035673498111928
+ 4.0357141958702405
+ 4.035754893061709
+ 4.035795589686354
+ 4.035836285744198
+ 4.035876981235262
+ 4.035917676159567
+ 4.035958370517135
+ 4.035999064307988
+ 4.036039757532145
+ 4.036080450189631
+ 4.0361211422804635
+ 4.036161833804667
+ 4.0362025247622615
+ 4.036243215153268
+ 4.03628390497771
+ 4.036324594235607
+ 4.0363652829269805
+ 4.0364059710518525
+ 4.036446658610244
+ 4.036487345602178
+ 4.0365280320276735
+ 4.0365687178867535
+ 4.036609403179439
+ 4.03665008790575
+ 4.036690772065709
+ 4.036731455659339
+ 4.0367721386866595
+ 4.036812821147693
+ 4.03685350304246
+ 4.036894184370981
+ 4.036934865133279
+ 4.036975545329375
+ 4.037016224959292
+ 4.037056904023048
+ 4.0370975825206665
+ 4.037138260452168
+ 4.0371789378175755
+ 4.037219614616909
+ 4.037260290850189
+ 4.037300966517439
+ 4.037341641618679
+ 4.037382316153931
+ 4.037422990123216
+ 4.037463663526555
+ 4.0375043363639715
+ 4.037545008635484
+ 4.037585680341115
+ 4.037626351480887
+ 4.03766702205482
+ 4.037707692062935
+ 4.037748361505255
+ 4.0377890303818
+ 4.037829698692592
+ 4.0378703664376525
+ 4.037911033617002
+ 4.037951700230663
+ 4.037992366278656
+ 4.038033031761003
+ 4.038073696677724
+ 4.038114361028843
+ 4.038155024814378
+ 4.038195688034352
+ 4.038236350688788
+ 4.038277012777705
+ 4.038317674301124
+ 4.038358335259069
+ 4.038398995651559
+ 4.038439655478617
+ 4.038480314740262
+ 4.038520973436518
+ 4.038561631567405
+ 4.038602289132944
+ 4.038642946133157
+ 4.0386836025680655
+ 4.03872425843769
+ 4.038764913742052
+ 4.038805568481175
+ 4.038846222655077
+ 4.038886876263781
+ 4.038927529307308
+ 4.0389681817856795
+ 4.039008833698917
+ 4.039049485047042
+ 4.039090135830075
+ 4.039130786048037
+ 4.039171435700951
+ 4.039212084788838
+ 4.039252733311718
+ 4.039293381269613
+ 4.0393340286625445
+ 4.039374675490533
+ 4.0394153217536015
+ 4.03945596745177
+ 4.03949661258506
+ 4.039537257153493
+ 4.03957790115709
+ 4.039618544595872
+ 4.039659187469862
+ 4.039699829779079
+ 4.0397404715235465
+ 4.0397811127032845
+ 4.039821753318313
+ 4.039862393368657
+ 4.039903032854334
+ 4.039943671775368
+ 4.0399843101317785
+ 4.040024947923588
+ 4.040065585150817
+ 4.040106221813487
+ 4.04014685791162
+ 4.040187493445236
+ 4.040228128414356
+ 4.040268762819005
+ 4.0403093966591985
+ 4.040350029934963
+ 4.040390662646317
+ 4.040431294793281
+ 4.040471926375879
+ 4.0405125573941305
+ 4.040553187848057
+ 4.040593817737681
+ 4.040634447063022
+ 4.040675075824101
+ 4.040715704020942
+ 4.040756331653563
+ 4.040796958721987
+ 4.040837585226236
+ 4.04087821116633
+ 4.04091883654229
+ 4.040959461354139
+ 4.041000085601897
+ 4.041040709285584
+ 4.0410813324052235
+ 4.041121954960836
+ 4.041162576952442
+ 4.041203198380065
+ 4.041243819243723
+ 4.04128443954344
+ 4.0413250592792345
+ 4.041365678451131
+ 4.041406297059148
+ 4.041446915103309
+ 4.041487532583634
+ 4.041528149500144
+ 4.041568765852861
+ 4.0416093816418055
+ 4.041649996866999
+ 4.041690611528463
+ 4.041731225626219
+ 4.041771839160287
+ 4.0418124521306895
+ 4.041853064537448
+ 4.041893676380582
+ 4.041934287660114
+ 4.041974898376065
+ 4.042015508528456
+ 4.0420561181173085
+ 4.042096727142645
+ 4.042137335604484
+ 4.042177943502848
+ 4.042218550837759
+ 4.042259157609237
+ 4.042299763817304
+ 4.042340369461981
+ 4.042380974543289
+ 4.04242157906125
+ 4.042462183015885
+ 4.042502786407213
+ 4.0425433892352585
+ 4.042583991500041
+ 4.042624593201582
+ 4.042665194339903
+ 4.042705794915024
+ 4.042746394926968
+ 4.042786994375755
+ 4.042827593261406
+ 4.042868191583943
+ 4.042908789343387
+ 4.042949386539759
+ 4.042989983173081
+ 4.043030579243372
+ 4.043071174750656
+ 4.043111769694953
+ 4.043152364076283
+ 4.043192957894669
+ 4.043233551150131
+ 4.043274143842691
+ 4.04331473597237
+ 4.043355327539189
+ 4.043395918543168
+ 4.043436508984331
+ 4.043477098862696
+ 4.043517688178287
+ 4.043558276931123
+ 4.043598865121227
+ 4.043639452748619
+ 4.04368003981332
+ 4.043720626315352
+ 4.0437612122547355
+ 4.043801797631492
+ 4.043842382445643
+ 4.043882966697209
+ 4.043923550386212
+ 4.043964133512672
+ 4.044004716076611
+ 4.044045298078049
+ 4.044085879517009
+ 4.044126460393511
+ 4.044167040707577
+ 4.044207620459227
+ 4.044248199648483
+ 4.044288778275367
+ 4.044329356339898
+ 4.0443699338420975
+ 4.044410510781988
+ 4.04445108715959
+ 4.0444916629749255
+ 4.0445322382280136
+ 4.044572812918878
+ 4.044613387047537
+ 4.044653960614014
+ 4.04469453361833
+ 4.044735106060505
+ 4.044775677940559
+ 4.044816249258517
+ 4.044856820014397
+ 4.044897390208222
+ 4.044937959840011
+ 4.044978528909787
+ 4.04501909741757
+ 4.045059665363382
+ 4.045100232747243
+ 4.045140799569176
+ 4.045181365829201
+ 4.0452219315273386
+ 4.04526249666361
+ 4.045303061238037
+ 4.045343625250641
+ 4.045384188701443
+ 4.045424751590463
+ 4.045465313917722
+ 4.045505875683244
+ 4.045546436887046
+ 4.045586997529153
+ 4.045627557609583
+ 4.0456681171283595
+ 4.045708676085501
+ 4.045749234481032
+ 4.04578979231497
+ 4.045830349587339
+ 4.045870906298158
+ 4.04591146244745
+ 4.045952018035235
+ 4.045992573061533
+ 4.046033127526368
+ 4.046073681429759
+ 4.046114234771728
+ 4.046154787552294
+ 4.046195339771481
+ 4.046235891429308
+ 4.046276442525798
+ 4.04631699306097
+ 4.046357543034847
+ 4.046398092447449
+ 4.046438641298797
+ 4.046479189588912
+ 4.046519737317817
+ 4.04656028448553
+ 4.046600831092074
+ 4.04664137713747
+ 4.0466819226217385
+ 4.0467224675449005
+ 4.046763011906978
+ 4.046803555707991
+ 4.046844098947961
+ 4.04688464162691
+ 4.046925183744857
+ 4.046965725301826
+ 4.047006266297835
+ 4.047046806732907
+ 4.047087346607062
+ 4.047127885920322
+ 4.047168424672707
+ 4.047208962864239
+ 4.04724950049494
+ 4.047290037564828
+ 4.047330574073926
+ 4.047371110022255
+ 4.047411645409837
+ 4.047452180236691
+ 4.04749271450284
+ 4.047533248208303
+ 4.047573781353104
+ 4.0476143139372605
+ 4.047654845960795
+ 4.0476953774237305
+ 4.047735908326085
+ 4.047776438667881
+ 4.04781696844914
+ 4.047857497669883
+ 4.047898026330129
+ 4.047938554429901
+ 4.047979081969221
+ 4.048019608948108
+ 4.048060135366583
+ 4.048100661224668
+ 4.0481411865223835
+ 4.048181711259751
+ 4.048222235436792
+ 4.048262759053526
+ 4.048303282109975
+ 4.04834380460616
+ 4.048384326542102
+ 4.048424847917822
+ 4.048465368733341
+ 4.04850588898868
+ 4.048546408683859
+ 4.048586927818901
+ 4.048627446393826
+ 4.048667964408655
+ 4.048708481863409
+ 4.048748998758109
+ 4.048789515092776
+ 4.048830030867431
+ 4.048870546082096
+ 4.04891106073679
+ 4.048951574831536
+ 4.0489920883663535
+ 4.049032601341264
+ 4.049073113756289
+ 4.04911362561145
+ 4.049154136906766
+ 4.049194647642259
+ 4.04923515781795
+ 4.049275667433862
+ 4.049316176490012
+ 4.049356684986424
+ 4.049397192923118
+ 4.049437700300115
+ 4.049478207117436
+ 4.049518713375102
+ 4.049559219073135
+ 4.0495997242115545
+ 4.049640228790382
+ 4.049680732809638
+ 4.049721236269345
+ 4.049761739169522
+ 4.049802241510192
+ 4.049842743291374
+ 4.04988324451309
+ 4.049923745175361
+ 4.049964245278209
+ 4.050004744821653
+ 4.050045243805715
+ 4.050085742230415
+ 4.050126240095776
+ 4.050166737401817
+ 4.0502072341485595
+ 4.050247730336024
+ 4.050288225964233
+ 4.050328721033207
+ 4.0503692155429665
+ 4.0504097094935325
+ 4.050450202884925
+ 4.050490695717167
+ 4.050531187990278
+ 4.050571679704279
+ 4.050612170859192
+ 4.050652661455037
+ 4.050693151491834
+ 4.050733640969606
+ 4.0507741298883735
+ 4.0508146182481575
+ 4.050855106048977
+ 4.050895593290855
+ 4.0509360799738126
+ 4.050976566097869
+ 4.051017051663047
+ 4.051057536669367
+ 4.051098021116848
+ 4.051138505005514
+ 4.051178988335384
+ 4.05121947110648
+ 4.051259953318822
+ 4.051300434972431
+ 4.051340916067328
+ 4.051381396603535
+ 4.051421876581072
+ 4.05146235599996
+ 4.051502834860219
+ 4.051543313161871
+ 4.051583790904938
+ 4.051624268089439
+ 4.051664744715397
+ 4.0517052207828295
+ 4.051745696291761
+ 4.05178617124221
+ 4.051826645634198
+ 4.051867119467747
+ 4.051907592742877
+ 4.051948065459609
+ 4.051988537617964
+ 4.0520290092179625
+ 4.052069480259626
+ 4.052109950742976
+ 4.052150420668031
+ 4.052190890034814
+ 4.052231358843347
+ 4.052271827093648
+ 4.052312294785739
+ 4.052352761919641
+ 4.052393228495376
+ 4.052433694512963
+ 4.052474159972424
+ 4.05251462487378
+ 4.052555089217051
+ 4.052595553002259
+ 4.052636016229425
+ 4.052676478898568
+ 4.05271694100971
+ 4.0527574025628725
+ 4.052797863558077
+ 4.052838323995342
+ 4.05287878387469
+ 4.052919243196142
+ 4.052959701959717
+ 4.053000160165438
+ 4.053040617813326
+ 4.0530810749034005
+ 4.053121531435683
+ 4.053161987410194
+ 4.053202442826955
+ 4.053242897685987
+ 4.05328335198731
+ 4.053323805730945
+ 4.053364258916913
+ 4.053404711545236
+ 4.053445163615933
+ 4.053485615129026
+ 4.053526066084536
+ 4.0535665164824835
+ 4.053606966322889
+ 4.053647415605774
+ 4.053687864331158
+ 4.0537283124990635
+ 4.053768760109511
+ 4.053809207162521
+ 4.053849653658115
+ 4.0538900995963125
+ 4.053930544977136
+ 4.053970989800605
+ 4.054011434066741
+ 4.0540518777755645
+ 4.054092320927096
+ 4.054132763521358
+ 4.05417320555837
+ 4.054213647038153
+ 4.054254087960728
+ 4.054294528326116
+ 4.054334968134337
+ 4.054375407385412
+ 4.054415846079364
+ 4.05445628421621
+ 4.054496721795974
+ 4.054537158818675
+ 4.054577595284336
+ 4.054618031192976
+ 4.054658466544615
+ 4.054698901339276
+ 4.054739335576979
+ 4.0547797692577445
+ 4.054820202381594
+ 4.054860634948547
+ 4.054901066958625
+ 4.054941498411851
+ 4.054981929308242
+ 4.05502235964782
+ 4.0550627894306075
+ 4.055103218656625
+ 4.055143647325892
+ 4.055184075438429
+ 4.055224502994258
+ 4.0552649299934
+ 4.055305356435875
+ 4.055345782321704
+ 4.055386207650908
+ 4.055426632423508
+ 4.055467056639524
+ 4.055507480298978
+ 4.05554790340189
+ 4.05558832594828
+ 4.0556287479381705
+ 4.055669169371581
+ 4.055709590248534
+ 4.055750010569048
+ 4.055790430333144
+ 4.055830849540844
+ 4.05587126819217
+ 4.05591168628714
+ 4.055952103825777
+ 4.0559925208081
+ 4.05603293723413
+ 4.056073353103889
+ 4.056113768417397
+ 4.056154183174676
+ 4.056194597375744
+ 4.0562350110206244
+ 4.056275424109337
+ 4.056315836641903
+ 4.056356248618342
+ 4.056396660038676
+ 4.056437070902925
+ 4.056477481211111
+ 4.056517890963253
+ 4.056558300159374
+ 4.056598708799491
+ 4.056639116883629
+ 4.056679524411806
+ 4.056719931384045
+ 4.056760337800364
+ 4.056800743660786
+ 4.056841148965331
+ 4.05688155371402
+ 4.056921957906873
+ 4.056962361543911
+ 4.057002764625156
+ 4.057043167150627
+ 4.057083569120345
+ 4.057123970534332
+ 4.0571643713926075
+ 4.057204771695194
+ 4.05724517144211
+ 4.057285570633376
+ 4.057325969269017
+ 4.057366367349048
+ 4.057406764873494
+ 4.057447161842373
+ 4.057487558255708
+ 4.057527954113518
+ 4.057568349415825
+ 4.057608744162649
+ 4.0576491383540105
+ 4.057689531989931
+ 4.057729925070431
+ 4.057770317595531
+ 4.057810709565251
+ 4.057851100979613
+ 4.057891491838638
+ 4.057931882142345
+ 4.057972271890756
+ 4.058012661083891
+ 4.058053049721772
+ 4.058093437804418
+ 4.058133825331851
+ 4.058174212304092
+ 4.058214598721159
+ 4.058254984583076
+ 4.058295369889863
+ 4.05833575464154
+ 4.058376138838127
+ 4.058416522479646
+ 4.058456905566117
+ 4.058497288097561
+ 4.058537670073999
+ 4.058578051495451
+ 4.058618432361938
+ 4.058658812673482
+ 4.058699192430101
+ 4.0587395716318175
+ 4.058779950278653
+ 4.058820328370626
+ 4.058860705907758
+ 4.0589010828900705
+ 4.058941459317584
+ 4.058981835190318
+ 4.059022210508295
+ 4.059062585271533
+ 4.0591029594800565
+ 4.059143333133883
+ 4.059183706233035
+ 4.0592240787775316
+ 4.059264450767395
+ 4.059304822202645
+ 4.059345193083302
+ 4.059385563409387
+ 4.059425933180922
+ 4.059466302397927
+ 4.05950667106042
+ 4.059547039168426
+ 4.059587406721962
+ 4.0596277737210515
+ 4.059668140165714
+ 4.059708506055969
+ 4.059748871391839
+ 4.059789236173343
+ 4.059829600400503
+ 4.059869964073339
+ 4.059910327191873
+ 4.059950689756124
+ 4.059991051766112
+ 4.060031413221861
+ 4.060071774123388
+ 4.060112134470716
+ 4.060152494263865
+ 4.060192853502855
+ 4.060233212187707
+ 4.060273570318442
+ 4.06031392789508
+ 4.060354284917643
+ 4.06039464138615
+ 4.060434997300622
+ 4.060475352661081
+ 4.060515707467546
+ 4.060556061720039
+ 4.06059641541858
+ 4.060636768563189
+ 4.060677121153887
+ 4.060717473190696
+ 4.060757824673634
+ 4.0607981756027245
+ 4.060838525977986
+ 4.060878875799441
+ 4.060919225067107
+ 4.060959573781008
+ 4.060999921941164
+ 4.061040269547593
+ 4.06108061660032
+ 4.061120963099361
+ 4.06116130904474
+ 4.061201654436476
+ 4.06124199927459
+ 4.061282343559102
+ 4.061322687290034
+ 4.061363030467406
+ 4.061403373091239
+ 4.061443715161553
+ 4.061484056678368
+ 4.061524397641706
+ 4.061564738051586
+ 4.06160507790803
+ 4.061645417211059
+ 4.061685755960692
+ 4.061726094156951
+ 4.061766431799855
+ 4.061806768889427
+ 4.061847105425685
+ 4.0618874414086505
+ 4.0619277768383455
+ 4.061968111714789
+ 4.062008446038003
+ 4.062048779808006
+ 4.06208911302482
+ 4.062129445688465
+ 4.062169777798963
+ 4.062210109356332
+ 4.062250440360597
+ 4.0622907708117735
+ 4.062331100709884
+ 4.0623714300549505
+ 4.062411758846992
+ 4.0624520870860295
+ 4.062492414772085
+ 4.062532741905176
+ 4.062573068485325
+ 4.062613394512554
+ 4.062653719986881
+ 4.062694044908327
+ 4.062734369276914
+ 4.062774693092662
+ 4.062815016355589
+ 4.06285533906572
+ 4.062895661223073
+ 4.0629359828276685
+ 4.062976303879528
+ 4.063016624378672
+ 4.06305694432512
+ 4.063097263718893
+ 4.063137582560012
+ 4.0631779008484985
+ 4.063218218584371
+ 4.063258535767651
+ 4.063298852398359
+ 4.063339168476515
+ 4.063379484002141
+ 4.063419798975256
+ 4.063460113395882
+ 4.063500427264039
+ 4.063540740579747
+ 4.063581053343026
+ 4.063621365553899
+ 4.063661677212385
+ 4.063701988318503
+ 4.063742298872276
+ 4.063782608873724
+ 4.063822918322866
+ 4.063863227219724
+ 4.063903535564319
+ 4.063943843356671
+ 4.0639841505967995
+ 4.0640244572847255
+ 4.064064763420471
+ 4.064105069004055
+ 4.0641453740354985
+ 4.064185678514821
+ 4.0642259824420455
+ 4.06426628581719
+ 4.064306588640277
+ 4.064346890911326
+ 4.064387192630356
+ 4.064427493797391
+ 4.064467794412449
+ 4.064508094475551
+ 4.064548393986717
+ 4.06458869294597
+ 4.064628991353327
+ 4.064669289208811
+ 4.064709586512442
+ 4.0647498832642395
+ 4.064790179464226
+ 4.064830475112419
+ 4.0648707702088425
+ 4.064911064753514
+ 4.064951358746456
+ 4.064991652187689
+ 4.065031945077232
+ 4.065072237415106
+ 4.065112529201333
+ 4.06515282043593
+ 4.065193111118922
+ 4.065233401250327
+ 4.065273690830165
+ 4.065313979858458
+ 4.065354268335225
+ 4.065394556260488
+ 4.065434843634266
+ 4.065475130456582
+ 4.065515416727453
+ 4.065555702446902
+ 4.065595987614948
+ 4.065636272231614
+ 4.065676556296917
+ 4.06571683981088
+ 4.065757122773522
+ 4.065797405184864
+ 4.065837687044927
+ 4.065877968353732
+ 4.065918249111297
+ 4.065958529317645
+ 4.065998808972795
+ 4.066039088076769
+ 4.066079366629586
+ 4.066119644631266
+ 4.066159922081831
+ 4.066200198981301
+ 4.066240475329696
+ 4.066280751127038
+ 4.066321026373345
+ 4.066361301068639
+ 4.06640157521294
+ 4.06644184880627
+ 4.066482121848646
+ 4.066522394340092
+ 4.066562666280627
+ 4.066602937670271
+ 4.066643208509045
+ 4.0666834787969695
+ 4.066723748534065
+ 4.0667640177203515
+ 4.06680428635585
+ 4.06684455444058
+ 4.066884821974563
+ 4.066925088957819
+ 4.066965355390369
+ 4.067005621272233
+ 4.067045886603431
+ 4.067086151383984
+ 4.067126415613912
+ 4.067166679293236
+ 4.067206942421977
+ 4.067247205000153
+ 4.0672874670277865
+ 4.067327728504897
+ 4.0673679894315065
+ 4.067408249807634
+ 4.0674485096333
+ 4.067488768908524
+ 4.06752902763333
+ 4.067569285807735
+ 4.06760954343176
+ 4.067649800505427
+ 4.067690057028754
+ 4.067730313001762
+ 4.067770568424474
+ 4.067810823296909
+ 4.067851077619085
+ 4.067891331391025
+ 4.067931584612749
+ 4.0679718372842775
+ 4.06801208940563
+ 4.068052340976829
+ 4.068092591997892
+ 4.068132842468841
+ 4.068173092389697
+ 4.068213341760479
+ 4.068253590581207
+ 4.068293838851904
+ 4.068334086572588
+ 4.068374333743281
+ 4.068414580364003
+ 4.068454826434774
+ 4.068495071955613
+ 4.0685353169265435
+ 4.068575561347584
+ 4.068615805218754
+ 4.068656048540077
+ 4.06869629131157
+ 4.068736533533254
+ 4.068776775205151
+ 4.068817016327282
+ 4.068857256899665
+ 4.068897496922321
+ 4.068937736395271
+ 4.068977975318535
+ 4.069018213692133
+ 4.069058451516087
+ 4.069098688790416
+ 4.069138925515141
+ 4.069179161690281
+ 4.069219397315858
+ 4.0692596323918915
+ 4.069299866918402
+ 4.069340100895411
+ 4.069380334322936
+ 4.069420567201001
+ 4.069460799529624
+ 4.0695010313088265
+ 4.069541262538627
+ 4.069581493219049
+ 4.06962172335011
+ 4.069661952931831
+ 4.069702181964234
+ 4.069742410447337
+ 4.069782638381163
+ 4.06982286576573
+ 4.069863092601059
+ 4.069903318887171
+ 4.069943544624085
+ 4.069983769811823
+ 4.070023994450405
+ 4.070064218539851
+ 4.07010444208018
+ 4.070144665071415
+ 4.070184887513575
+ 4.07022510940668
+ 4.07026533075075
+ 4.070305551545807
+ 4.070345771791871
+ 4.07038599148896
+ 4.070426210637097
+ 4.070466429236301
+ 4.070506647286594
+ 4.070546864787994
+ 4.0705870817405225
+ 4.0706272981442
+ 4.070667513999046
+ 4.070707729305082
+ 4.070747944062328
+ 4.070788158270803
+ 4.07082837193053
+ 4.070868585041526
+ 4.070908797603813
+ 4.070949009617412
+ 4.0709892210823435
+ 4.0710294319986255
+ 4.071069642366281
+ 4.071109852185328
+ 4.071150061455789
+ 4.0711902701776825
+ 4.071230478351031
+ 4.071270685975851
+ 4.071310893052167
+ 4.071351099579997
+ 4.071391305559361
+ 4.071431510990282
+ 4.071471715872776
+ 4.071511920206867
+ 4.071552123992575
+ 4.071592327229918
+ 4.071632529918918
+ 4.071672732059595
+ 4.071712933651969
+ 4.071753134696061
+ 4.07179333519189
+ 4.071833535139477
+ 4.071873734538844
+ 4.071913933390008
+ 4.0719541316929915
+ 4.071994329447815
+ 4.072034526654497
+ 4.07207472331306
+ 4.072114919423522
+ 4.072155114985905
+ 4.072195310000229
+ 4.072235504466513
+ 4.07227569838478
+ 4.072315891755047
+ 4.072356084577336
+ 4.072396276851668
+ 4.072436468578062
+ 4.072476659756538
+ 4.072516850387117
+ 4.07255704046982
+ 4.072597230004667
+ 4.072637418991676
+ 4.072677607430871
+ 4.072717795322268
+ 4.072757982665892
+ 4.072798169461759
+ 4.072838355709892
+ 4.07287854141031
+ 4.072918726563033
+ 4.072958911168083
+ 4.072999095225479
+ 4.073039278735241
+ 4.0730794616973895
+ 4.073119644111945
+ 4.0731598259789275
+ 4.073200007298357
+ 4.073240188070256
+ 4.0732803682946415
+ 4.0733205479715355
+ 4.073360727100957
+ 4.073400905682928
+ 4.073441083717468
+ 4.073481261204598
+ 4.073521438144336
+ 4.073561614536704
+ 4.073601790381722
+ 4.07364196567941
+ 4.073682140429788
+ 4.073722314632877
+ 4.073762488288697
+ 4.073802661397268
+ 4.07384283395861
+ 4.0738830059727436
+ 4.073923177439689
+ 4.073963348359467
+ 4.074003518732097
+ 4.074043688557598
+ 4.074083857835993
+ 4.074124026567301
+ 4.074164194751542
+ 4.074204362388735
+ 4.074244529478903
+ 4.0742846960220644
+ 4.07432486201824
+ 4.07436502746745
+ 4.0744051923697135
+ 4.074445356725053
+ 4.074485520533486
+ 4.074525683795035
+ 4.074565846509719
+ 4.074606008677558
+ 4.074646170298574
+ 4.074686331372785
+ 4.074726491900212
+ 4.074766651880876
+ 4.0748068113147955
+ 4.074846970201993
+ 4.074887128542486
+ 4.0749272863362975
+ 4.0749674435834455
+ 4.075007600283952
+ 4.075047756437836
+ 4.075087912045117
+ 4.075128067105816
+ 4.075168221619954
+ 4.07520837558755
+ 4.0752485290086256
+ 4.0752886818832
+ 4.075328834211293
+ 4.075368985992926
+ 4.075409137228117
+ 4.075449287916889
+ 4.07548943805926
+ 4.075529587655252
+ 4.0755697367048835
+ 4.075609885208175
+ 4.0756500331651475
+ 4.075690180575821
+ 4.075730327440215
+ 4.07577047375835
+ 4.075810619530246
+ 4.075850764755924
+ 4.075890909435404
+ 4.075931053568705
+ 4.075971197155848
+ 4.076011340196853
+ 4.0760514826917404
+ 4.07609162464053
+ 4.076131766043242
+ 4.076171906899898
+ 4.076212047210516
+ 4.076252186975117
+ 4.076292326193722
+ 4.07633246486635
+ 4.076372602993021
+ 4.0764127405737565
+ 4.076452877608576
+ 4.076493014097498
+ 4.076533150040546
+ 4.076573285437737
+ 4.076613420289093
+ 4.076653554594634
+ 4.076693688354379
+ 4.07673382156835
+ 4.0767739542365655
+ 4.076814086359046
+ 4.076854217935812
+ 4.076894348966883
+ 4.07693447945228
+ 4.076974609392023
+ 4.077014738786132
+ 4.077054867634627
+ 4.077094995937528
+ 4.077135123694855
+ 4.077175250906628
+ 4.077215377572869
+ 4.077255503693595
+ 4.077295629268829
+ 4.07733575429859
+ 4.077375878782898
+ 4.077416002721773
+ 4.077456126115235
+ 4.077496248963305
+ 4.077536371266003
+ 4.077576493023348
+ 4.077616614235361
+ 4.077656734902062
+ 4.077696855023471
+ 4.077736974599608
+ 4.077777093630494
+ 4.077817212116147
+ 4.07785733005659
+ 4.07789744745184
+ 4.07793756430192
+ 4.077977680606849
+ 4.078017796366646
+ 4.0780579115813325
+ 4.078098026250928
+ 4.0781381403754535
+ 4.078178253954928
+ 4.078218366989371
+ 4.078258479478804
+ 4.0782985914232475
+ 4.0783387028227205
+ 4.078378813677243
+ 4.078418923986836
+ 4.078459033751518
+ 4.078499142971311
+ 4.078539251646234
+ 4.078579359776307
+ 4.078619467361551
+ 4.078659574401986
+ 4.07869968089763
+ 4.078739786848505
+ 4.078779892254632
+ 4.078819997116029
+ 4.078860101432717
+ 4.078900205204715
+ 4.0789403084320455
+ 4.078980411114727
+ 4.07902051325278
+ 4.079060614846223
+ 4.079100715895078
+ 4.079140816399365
+ 4.079180916359103
+ 4.079221015774313
+ 4.079261114645014
+ 4.079301212971227
+ 4.079341310752972
+ 4.079381407990269
+ 4.079421504683138
+ 4.079461600831599
+ 4.079501696435671
+ 4.079541791495377
+ 4.079581886010733
+ 4.079621979981763
+ 4.0796620734084845
+ 4.079702166290919
+ 4.079742258629085
+ 4.079782350423004
+ 4.079822441672696
+ 4.07986253237818
+ 4.0799026225394766
+ 4.079942712156606
+ 4.079982801229588
+ 4.080022889758443
+ 4.08006297774319
+ 4.080103065183851
+ 4.080143152080445
+ 4.080183238432991
+ 4.08022332424151
+ 4.080263409506022
+ 4.0803034942265475
+ 4.080343578403107
+ 4.080383662035718
+ 4.080423745124403
+ 4.080463827669181
+ 4.080503909670072
+ 4.080543991127096
+ 4.080584072040275
+ 4.0806241524096265
+ 4.08066423223517
+ 4.080704311516929
+ 4.080744390254919
+ 4.080784468449164
+ 4.080824546099683
+ 4.0808646232064945
+ 4.0809046997696194
+ 4.080944775789078
+ 4.0809848512648905
+ 4.081024926197077
+ 4.081065000585656
+ 4.081105074430648
+ 4.081145147732075
+ 4.081185220489955
+ 4.081225292704309
+ 4.081265364375156
+ 4.081305435502517
+ 4.081345506086412
+ 4.08138557612686
+ 4.081425645623882
+ 4.081465714577498
+ 4.081505782987727
+ 4.08154585085459
+ 4.0815859181781065
+ 4.081625984958296
+ 4.08166605119518
+ 4.081706116888778
+ 4.081746182039109
+ 4.081786246646193
+ 4.081826310710052
+ 4.081866374230704
+ 4.081906437208169
+ 4.081946499642469
+ 4.081986561533622
+ 4.082026622881648
+ 4.082066683686568
+ 4.082106743948402
+ 4.082146803667169
+ 4.08218686284289
+ 4.082226921475583
+ 4.082266979565271
+ 4.082307037111972
+ 4.082347094115707
+ 4.082387150576494
+ 4.082427206494356
+ 4.0824672618693105
+ 4.082507316701378
+ 4.0825473709905795
+ 4.082587424736934
+ 4.082627477940462
+ 4.082667530601182
+ 4.082707582719117
+ 4.082747634294284
+ 4.0827876853267036
+ 4.082827735816397
+ 4.0828677857633835
+ 4.082907835167683
+ 4.082947884029315
+ 4.082987932348301
+ 4.083027980124658
+ 4.08306802735841
+ 4.083108074049573
+ 4.083148120198169
+ 4.083188165804218
+ 4.08322821086774
+ 4.083268255388754
+ 4.083308299367281
+ 4.08334834280334
+ 4.083388385696952
+ 4.083428428048136
+ 4.083468469856912
+ 4.083508511123301
+ 4.083548551847321
+ 4.0835885920289945
+ 4.083628631668339
+ 4.083668670765376
+ 4.083708709320125
+ 4.0837487473326055
+ 4.083788784802838
+ 4.083828821730843
+ 4.083868858116638
+ 4.083908893960246
+ 4.083948929261685
+ 4.083988964020976
+ 4.0840289982381375
+ 4.084069031913191
+ 4.084109065046155
+ 4.084149097637051
+ 4.084189129685898
+ 4.084229161192716
+ 4.084269192157524
+ 4.084309222580344
+ 4.084349252461194
+ 4.084389281800094
+ 4.084429310597066
+ 4.084469338852128
+ 4.0845093665653005
+ 4.084549393736603
+ 4.084589420366057
+ 4.08462944645368
+ 4.084669471999493
+ 4.084709497003516
+ 4.084749521465769
+ 4.084789545386272
+ 4.084829568765044
+ 4.084869591602106
+ 4.084909613897477
+ 4.084949635651179
+ 4.084989656863229
+ 4.085029677533648
+ 4.0850696976624565
+ 4.085109717249674
+ 4.08514973629532
+ 4.085189754799415
+ 4.085229772761979
+ 4.085269790183031
+ 4.0853098070625915
+ 4.08534982340068
+ 4.085389839197317
+ 4.0854298544525225
+ 4.085469869166315
+ 4.085509883338717
+ 4.085549896969745
+ 4.085589910059421
+ 4.085629922607765
+ 4.085669934614796
+ 4.085709946080534
+ 4.0857499570049995
+ 4.085789967388212
+ 4.085829977230191
+ 4.085869986530958
+ 4.08590999529053
+ 4.08595000350893
+ 4.085990011186174
+ 4.086030018322286
+ 4.086070024917284
+ 4.086110030971188
+ 4.086150036484017
+ 4.086190041455792
+ 4.086230045886532
+ 4.0862700497762585
+ 4.08631005312499
+ 4.086350055932747
+ 4.086390058199548
+ 4.086430059925414
+ 4.086470061110365
+ 4.08651006175442
+ 4.0865500618576
+ 4.086590061419924
+ 4.086630060441412
+ 4.086670058922084
+ 4.08671005686196
+ 4.086750054261059
+ 4.086790051119402
+ 4.086830047437008
+ 4.086870043213898
+ 4.086910038450089
+ 4.086950033145604
+ 4.086990027300462
+ 4.087030020914682
+ 4.087070013988285
+ 4.087110006521289
+ 4.087149998513716
+ 4.0871899899655855
+ 4.0872299808769155
+ 4.087269971247728
+ 4.08730996107804
+ 4.087349950367875
+ 4.08738993911725
+ 4.087429927326186
+ 4.087469914994703
+ 4.08750990212282
+ 4.087549888710557
+ 4.087589874757935
+ 4.087629860264972
+ 4.087669845231689
+ 4.087709829658106
+ 4.087749813544242
+ 4.087789796890117
+ 4.087829779695752
+ 4.087869761961165
+ 4.087909743686377
+ 4.087949724871407
+ 4.087989705516276
+ 4.088029685621002
+ 4.088069665185606
+ 4.088109644210109
+ 4.088149622694528
+ 4.088189600638885
+ 4.088229578043199
+ 4.088269554907489
+ 4.0883095312317765
+ 4.088349507016081
+ 4.088389482260421
+ 4.088429456964818
+ 4.0884694311292895
+ 4.088509404753856
+ 4.08854937783854
+ 4.088589350383359
+ 4.088629322388332
+ 4.0886692938534805
+ 4.0887092647788235
+ 4.088749235164381
+ 4.088789205010173
+ 4.088829174316218
+ 4.088869143082537
+ 4.08890911130915
+ 4.088949078996076
+ 4.088989046143335
+ 4.089029012750947
+ 4.089068978818932
+ 4.089108944347308
+ 4.089148909336098
+ 4.089188873785319
+ 4.089228837694992
+ 4.089268801065137
+ 4.089308763895772
+ 4.089348726186919
+ 4.089388687938596
+ 4.0894286491508245
+ 4.089468609823624
+ 4.089508569957013
+ 4.089548529551011
+ 4.089588488605639
+ 4.0896284471209166
+ 4.089668405096863
+ 4.089708362533499
+ 4.089748319430843
+ 4.089788275788916
+ 4.089828231607737
+ 4.089868186887326
+ 4.089908141627702
+ 4.089948095828887
+ 4.089988049490898
+ 4.090028002613756
+ 4.090067955197481
+ 4.090107907242092
+ 4.090147858747609
+ 4.0901878097140525
+ 4.090227760141442
+ 4.090267710029797
+ 4.090307659379135
+ 4.0903476081894805
+ 4.09038755646085
+ 4.090427504193262
+ 4.09046745138674
+ 4.090507398041302
+ 4.090547344156967
+ 4.0905872897337545
+ 4.090627234771686
+ 4.09066717927078
+ 4.090707123231057
+ 4.090747066652535
+ 4.090787009535236
+ 4.090826951879179
+ 4.090866893684382
+ 4.090906834950867
+ 4.090946775678653
+ 4.090986715867759
+ 4.091026655518205
+ 4.091066594630012
+ 4.091106533203198
+ 4.091146471237784
+ 4.091186408733789
+ 4.091226345691232
+ 4.091266282110134
+ 4.091306217990515
+ 4.091346153332394
+ 4.091386088135789
+ 4.091426022400723
+ 4.091465956127213
+ 4.091505889315282
+ 4.091545821964945
+ 4.091585754076225
+ 4.0916256856491415
+ 4.091665616683713
+ 4.09170554717996
+ 4.091745477137903
+ 4.091785406557559
+ 4.09182533543895
+ 4.091865263782096
+ 4.091905191587014
+ 4.091945118853728
+ 4.091985045582254
+ 4.092024971772612
+ 4.092064897424823
+ 4.092104822538906
+ 4.092144747114882
+ 4.092184671152769
+ 4.0922245946525875
+ 4.092264517614357
+ 4.092304440038097
+ 4.092344361923828
+ 4.092384283271567
+ 4.092424204081338
+ 4.092464124353158
+ 4.092504044087046
+ 4.092543963283023
+ 4.092583881941109
+ 4.092623800061322
+ 4.092663717643684
+ 4.092703634688212
+ 4.092743551194928
+ 4.092783467163851
+ 4.092823382595001
+ 4.092863297488396
+ 4.092903211844057
+ 4.0929431256620035
+ 4.092983038942255
+ 4.093022951684831
+ 4.0930628638897515
+ 4.093102775557036
+ 4.093142686686705
+ 4.093182597278776
+ 4.093222507333271
+ 4.093262416850209
+ 4.093302325829608
+ 4.09334223427149
+ 4.093382142175874
+ 4.093422049542778
+ 4.093461956372224
+ 4.09350186266423
+ 4.093541768418817
+ 4.093581673636003
+ 4.093621578315808
+ 4.093661482458254
+ 4.0937013860633575
+ 4.093741289131139
+ 4.09378119166162
+ 4.093821093654817
+ 4.093860995110753
+ 4.093900896029445
+ 4.093940796410914
+ 4.093980696255179
+ 4.0940205955622595
+ 4.094060494332176
+ 4.094100392564948
+ 4.094140290260594
+ 4.094180187419134
+ 4.094220084040589
+ 4.094259980124977
+ 4.094299875672319
+ 4.094339770682633
+ 4.09437966515594
+ 4.094419559092259
+ 4.09445945249161
+ 4.094499345354012
+ 4.094539237679485
+ 4.094579129468048
+ 4.094619020719723
+ 4.094658911434526
+ 4.09469880161248
+ 4.0947386912536015
+ 4.094778580357913
+ 4.094818468925432
+ 4.094858356956179
+ 4.094898244450173
+ 4.094938131407433
+ 4.094978017827982
+ 4.095017903711836
+ 4.095057789059016
+ 4.095097673869542
+ 4.095137558143433
+ 4.0951774418807085
+ 4.0952173250813875
+ 4.095257207745491
+ 4.095297089873038
+ 4.0953369714640475
+ 4.095376852518541
+ 4.095416733036536
+ 4.095456613018052
+ 4.09549649246311
+ 4.095536371371729
+ 4.095576249743929
+ 4.095616127579729
+ 4.095656004879149
+ 4.095695881642206
+ 4.095735757868925
+ 4.095775633559321
+ 4.095815508713415
+ 4.0958553833312275
+ 4.095895257412776
+ 4.095935130958082
+ 4.0959750039671645
+ 4.096014876440043
+ 4.096054748376736
+ 4.096094619777265
+ 4.096134490641648
+ 4.096174360969907
+ 4.096214230762058
+ 4.096254100018123
+ 4.09629396873812
+ 4.096333836922071
+ 4.096373704569992
+ 4.096413571681906
+ 4.096453438257831
+ 4.096493304297788
+ 4.096533169801793
+ 4.096573034769869
+ 4.096612899202034
+ 4.096652763098308
+ 4.096692626458711
+ 4.096732489283262
+ 4.09677235157198
+ 4.096812213324886
+ 4.096852074541998
+ 4.096891935223336
+ 4.09693179536892
+ 4.09697165497877
+ 4.097011514052904
+ 4.097051372591343
+ 4.097091230594105
+ 4.097131088061212
+ 4.097170944992681
+ 4.097210801388533
+ 4.097250657248788
+ 4.097290512573463
+ 4.09733036736258
+ 4.097370221616157
+ 4.097410075334215
+ 4.097449928516773
+ 4.0974897811638495
+ 4.097529633275465
+ 4.09756948485164
+ 4.0976093358923915
+ 4.0976491863977405
+ 4.097689036367707
+ 4.09772888580231
+ 4.097768734701569
+ 4.097808583065503
+ 4.097848430894133
+ 4.097888278187476
+ 4.097928124945554
+ 4.097967971168385
+ 4.09800781685599
+ 4.098047662008387
+ 4.098087506625597
+ 4.098127350707638
+ 4.09816719425453
+ 4.098207037266293
+ 4.098246879742946
+ 4.0982867216845085
+ 4.098326563091
+ 4.098366403962441
+ 4.098406244298849
+ 4.098446084100245
+ 4.098485923366648
+ 4.098525762098079
+ 4.098565600294555
+ 4.098605437956097
+ 4.098645275082725
+ 4.098685111674456
+ 4.098724947731312
+ 4.098764783253312
+ 4.098804618240474
+ 4.09884445269282
+ 4.098884286610367
+ 4.0989241199931366
+ 4.098963952841147
+ 4.099003785154418
+ 4.099043616932968
+ 4.099083448176819
+ 4.099123278885989
+ 4.099163109060496
+ 4.099202938700362
+ 4.099242767805605
+ 4.099282596376246
+ 4.0993224244123025
+ 4.099362251913795
+ 4.099402078880743
+ 4.099441905313166
+ 4.099481731211084
+ 4.099521556574515
+ 4.099561381403478
+ 4.099601205697996
+ 4.099641029458085
+ 4.099680852683766
+ 4.099720675375058
+ 4.09976049753198
+ 4.099800319154553
+ 4.099840140242795
+ 4.099879960796725
+ 4.099919780816365
+ 4.099959600301733
+ 4.099999419252847
+ 4.100039237669729
+ 4.100079055552397
+ 4.10011887290087
+ 4.100158689715169
+ 4.100198505995313
+ 4.10023832174132
+ 4.100278136953211
+ 4.100317951631005
+ 4.100357765774721
+ 4.100397579384379
+ 4.100437392459998
+ 4.100477205001598
+ 4.1005170170091985
+ 4.100556828482818
+ 4.100596639422477
+ 4.100636449828194
+ 4.1006762596999895
+ 4.100716069037882
+ 4.100755877841892
+ 4.100795686112038
+ 4.100835493848339
+ 4.100875301050816
+ 4.100915107719486
+ 4.100954913854372
+ 4.10099471945549
+ 4.101034524522862
+ 4.101074329056505
+ 4.1011141330564405
+ 4.101153936522686
+ 4.1011937394552636
+ 4.10123354185419
+ 4.101273343719486
+ 4.10131314505117
+ 4.101352945849263
+ 4.101392746113784
+ 4.101432545844752
+ 4.101472345042186
+ 4.101512143706105
+ 4.101551941836531
+ 4.101591739433481
+ 4.101631536496974
+ 4.101671333027031
+ 4.101711129023672
+ 4.101750924486915
+ 4.101790719416779
+ 4.101830513813284
+ 4.10187030767645
+ 4.101910101006296
+ 4.10194989380284
+ 4.101989686066104
+ 4.102029477796106
+ 4.1020692689928655
+ 4.102109059656401
+ 4.102148849786735
+ 4.102188639383883
+ 4.102228428447866
+ 4.102268216978703
+ 4.102308004976416
+ 4.10234779244102
+ 4.102387579372538
+ 4.102427365770987
+ 4.102467151636388
+ 4.1025069369687595
+ 4.102546721768122
+ 4.102586506034493
+ 4.102626289767894
+ 4.102666072968343
+ 4.102705855635859
+ 4.102745637770462
+ 4.1027854193721724
+ 4.102825200441008
+ 4.102864980976989
+ 4.102904760980135
+ 4.102944540450464
+ 4.102984319387996
+ 4.103024097792752
+ 4.103063875664749
+ 4.103103653004009
+ 4.103143429810548
+ 4.103183206084388
+ 4.103222981825548
+ 4.103262757034046
+ 4.103302531709902
+ 4.103342305853136
+ 4.103382079463767
+ 4.103421852541814
+ 4.103461625087298
+ 4.103501397100235
+ 4.103541168580648
+ 4.103580939528554
+ 4.103620709943972
+ 4.1036604798269245
+ 4.103700249177427
+ 4.103740017995502
+ 4.103779786281167
+ 4.103819554034442
+ 4.103859321255346
+ 4.103899087943898
+ 4.103938854100118
+ 4.103978619724026
+ 4.10401838481564
+ 4.104058149374979
+ 4.1040979134020645
+ 4.104137676896914
+ 4.104177439859548
+ 4.104217202289985
+ 4.104256964188244
+ 4.104296725554345
+ 4.104336486388307
+ 4.10437624669015
+ 4.104416006459894
+ 4.104455765697556
+ 4.104495524403156
+ 4.104535282576714
+ 4.10457504021825
+ 4.104614797327782
+ 4.10465455390533
+ 4.104694309950912
+ 4.104734065464551
+ 4.104773820446262
+ 4.104813574896066
+ 4.104853328813983
+ 4.104893082200031
+ 4.104932835054231
+ 4.104972587376601
+ 4.1050123391671605
+ 4.105052090425929
+ 4.105091841152926
+ 4.1051315913481705
+ 4.1051713410116815
+ 4.105211090143479
+ 4.105250838743583
+ 4.105290586812011
+ 4.105330334348783
+ 4.105370081353918
+ 4.105409827827436
+ 4.105449573769357
+ 4.105489319179698
+ 4.10552906405848
+ 4.105568808405723
+ 4.105608552221444
+ 4.105648295505663
+ 4.105688038258401
+ 4.1057277804796755
+ 4.105767522169507
+ 4.105807263327914
+ 4.105847003954915
+ 4.105886744050531
+ 4.10592648361478
+ 4.105966222647683
+ 4.106005961149258
+ 4.106045699119523
+ 4.1060854365585
+ 4.106125173466205
+ 4.106164909842661
+ 4.106204645687885
+ 4.106244381001897
+ 4.106284115784716
+ 4.106323850036361
+ 4.106363583756852
+ 4.106403316946208
+ 4.106443049604447
+ 4.10648278173159
+ 4.106522513327656
+ 4.106562244392665
+ 4.106601974926633
+ 4.106641704929583
+ 4.106681434401532
+ 4.1067211633425
+ 4.106760891752507
+ 4.10680061963157
+ 4.106840346979711
+ 4.1068800737969475
+ 4.1069198000833005
+ 4.1069595258387865
+ 4.106999251063427
+ 4.1070389757572405
+ 4.107078699920247
+ 4.107118423552464
+ 4.107158146653912
+ 4.10719786922461
+ 4.107237591264577
+ 4.107277312773833
+ 4.107317033752397
+ 4.107356754200288
+ 4.107396474117525
+ 4.107436193504129
+ 4.1074759123601154
+ 4.107515630685508
+ 4.107555348480322
+ 4.107595065744579
+ 4.107634782478298
+ 4.107674498681498
+ 4.107714214354199
+ 4.107753929496418
+ 4.107793644108177
+ 4.107833358189493
+ 4.107873071740386
+ 4.107912784760876
+ 4.10795249725098
+ 4.10799220921072
+ 4.108031920640114
+ 4.108071631539182
+ 4.108111341907941
+ 4.108151051746413
+ 4.1081907610546144
+ 4.108230469832567
+ 4.108270178080289
+ 4.1083098857978
+ 4.1083495929851175
+ 4.108389299642263
+ 4.1084290057692545
+ 4.108468711366111
+ 4.108508416432852
+ 4.108548120969497
+ 4.108587824976066
+ 4.108627528452577
+ 4.108667231399049
+ 4.108706933815501
+ 4.108746635701954
+ 4.108786337058426
+ 4.108826037884936
+ 4.108865738181503
+ 4.108905437948148
+ 4.108945137184888
+ 4.108984835891743
+ 4.109024534068732
+ 4.109064231715875
+ 4.109103928833191
+ 4.109143625420698
+ 4.109183321478416
+ 4.109223017006365
+ 4.109262712004563
+ 4.10930240647303
+ 4.109342100411785
+ 4.109381793820846
+ 4.109421486700234
+ 4.109461179049968
+ 4.1095008708700655
+ 4.109540562160547
+ 4.109580252921432
+ 4.1096199431527385
+ 4.109659632854486
+ 4.109699322026694
+ 4.109739010669382
+ 4.109778698782569
+ 4.109818386366273
+ 4.109858073420515
+ 4.109897759945314
+ 4.109937445940687
+ 4.109977131406656
+ 4.110016816343237
+ 4.110056500750453
+ 4.11009618462832
+ 4.110135867976859
+ 4.110175550796088
+ 4.110215233086027
+ 4.110254914846694
+ 4.11029459607811
+ 4.110334276780293
+ 4.110373956953262
+ 4.110413636597036
+ 4.110453315711635
+ 4.110492994297078
+ 4.110532672353384
+ 4.110572349880572
+ 4.110612026878661
+ 4.110651703347671
+ 4.110691379287619
+ 4.110731054698527
+ 4.110770729580413
+ 4.110810403933295
+ 4.110850077757193
+ 4.1108897510521265
+ 4.110929423818115
+ 4.110969096055177
+ 4.111008767763331
+ 4.111048438942597
+ 4.111088109592995
+ 4.111127779714542
+ 4.111167449307258
+ 4.111207118371163
+ 4.111246786906276
+ 4.111286454912614
+ 4.1113261223901985
+ 4.1113657893390485
+ 4.111405455759182
+ 4.111445121650618
+ 4.111484787013378
+ 4.111524451847478
+ 4.111564116152939
+ 4.11160377992978
+ 4.111643443178019
+ 4.111683105897677
+ 4.11172276808877
+ 4.1117624297513204
+ 4.111802090885346
+ 4.111841751490866
+ 4.111881411567899
+ 4.111921071116465
+ 4.111960730136583
+ 4.112000388628271
+ 4.11204004659155
+ 4.112079704026437
+ 4.112119360932953
+ 4.112159017311115
+ 4.112198673160945
+ 4.1122383284824595
+ 4.112277983275678
+ 4.112317637540621
+ 4.1123572912773065
+ 4.112396944485754
+ 4.112436597165982
+ 4.112476249318011
+ 4.112515900941858
+ 4.112555552037545
+ 4.112595202605087
+ 4.112634852644507
+ 4.112674502155823
+ 4.112714151139053
+ 4.112753799594215
+ 4.112793447521333
+ 4.112833094920421
+ 4.1128727417915
+ 4.112912388134589
+ 4.112952033949708
+ 4.112991679236874
+ 4.1130313239961085
+ 4.113070968227429
+ 4.113110611930855
+ 4.113150255106405
+ 4.1131898977541
+ 4.113229539873957
+ 4.113269181465995
+ 4.113308822530235
+ 4.113348463066694
+ 4.113388103075392
+ 4.1134277425563495
+ 4.113467381509583
+ 4.1135070199351125
+ 4.113546657832958
+ 4.113586295203137
+ 4.113625932045671
+ 4.113665568360576
+ 4.113705204147873
+ 4.11374483940758
+ 4.1137844741397185
+ 4.113824108344304
+ 4.113863742021358
+ 4.113903375170898
+ 4.113943007792946
+ 4.113982639887517
+ 4.114022271454632
+ 4.114061902494312
+ 4.114101533006572
+ 4.114141162991435
+ 4.114180792448916
+ 4.114220421379038
+ 4.114260049781818
+ 4.114299677657275
+ 4.114339305005429
+ 4.114378931826298
+ 4.114418558119901
+ 4.114458183886258
+ 4.114497809125388
+ 4.1145374338373095
+ 4.114577058022041
+ 4.114616681679603
+ 4.114656304810014
+ 4.114695927413292
+ 4.114735549489457
+ 4.114775171038528
+ 4.114814792060524
+ 4.114854412555464
+ 4.114894032523366
+ 4.11493365196425
+ 4.114973270878136
+ 4.115012889265041
+ 4.115052507124986
+ 4.1150921244579886
+ 4.115131741264069
+ 4.115171357543244
+ 4.115210973295536
+ 4.1152505885209605
+ 4.115290203219539
+ 4.115329817391289
+ 4.115369431036231
+ 4.115409044154383
+ 4.115448656745764
+ 4.1154882688103935
+ 4.11552788034829
+ 4.1155674913594735
+ 4.1156071018439615
+ 4.115646711801774
+ 4.11568632123293
+ 4.115725930137448
+ 4.1157655385153475
+ 4.115805146366647
+ 4.115844753691366
+ 4.115884360489524
+ 4.115923966761138
+ 4.115963572506229
+ 4.116003177724815
+ 4.116042782416916
+ 4.1160823865825495
+ 4.116121990221736
+ 4.1161615933344935
+ 4.1162011959208415
+ 4.116240797980799
+ 4.116280399514384
+ 4.1163200005216165
+ 4.116359601002515
+ 4.116399200957099
+ 4.116438800385388
+ 4.1164783992873994
+ 4.116517997663153
+ 4.116557595512668
+ 4.116597192835963
+ 4.116636789633057
+ 4.116676385903969
+ 4.116715981648719
+ 4.116755576867324
+ 4.116795171559805
+ 4.116834765726179
+ 4.1168743593664665
+ 4.116913952480687
+ 4.116953545068856
+ 4.116993137130997
+ 4.117032728667127
+ 4.117072319677264
+ 4.1171119101614275
+ 4.117151500119637
+ 4.117191089551912
+ 4.117230678458269
+ 4.11727026683873
+ 4.117309854693313
+ 4.117349442022036
+ 4.117389028824919
+ 4.117428615101979
+ 4.117468200853239
+ 4.117507786078713
+ 4.117547370778423
+ 4.1175869549523885
+ 4.117626538600626
+ 4.117666121723157
+ 4.117705704319998
+ 4.11774528639117
+ 4.11778486793669
+ 4.117824448956578
+ 4.117864029450854
+ 4.117903609419536
+ 4.117943188862642
+ 4.117982767780193
+ 4.118022346172205
+ 4.118061924038701
+ 4.118101501379696
+ 4.118141078195211
+ 4.118180654485264
+ 4.118220230249875
+ 4.118259805489062
+ 4.118299380202845
+ 4.118338954391241
+ 4.118378528054271
+ 4.118418101191954
+ 4.118457673804307
+ 4.11849724589135
+ 4.118536817453101
+ 4.118576388489582
+ 4.118615959000808
+ 4.1186555289868005
+ 4.118695098447577
+ 4.1187346673831575
+ 4.11877423579356
+ 4.118813803678804
+ 4.118853371038909
+ 4.118892937873892
+ 4.118932504183773
+ 4.118972069968572
+ 4.119011635228307
+ 4.119051199962996
+ 4.119090764172659
+ 4.119130327857315
+ 4.119169891016982
+ 4.11920945365168
+ 4.119249015761428
+ 4.119288577346243
+ 4.1193281384061455
+ 4.119367698941154
+ 4.119407258951289
+ 4.1194468184365665
+ 4.119486377397006
+ 4.119525935832629
+ 4.119565493743452
+ 4.119605051129494
+ 4.119644607990775
+ 4.119684164327313
+ 4.119723720139127
+ 4.119763275426236
+ 4.119802830188659
+ 4.119842384426415
+ 4.119881938139524
+ 4.119921491328002
+ 4.11996104399187
+ 4.120000596131146
+ 4.12004014774585
+ 4.120079698836
+ 4.120119249401615
+ 4.120158799442714
+ 4.120198348959315
+ 4.120237897951439
+ 4.120277446419103
+ 4.120316994362327
+ 4.1203565417811285
+ 4.120396088675528
+ 4.120435635045542
+ 4.120475180891193
+ 4.120514726212496
+ 4.120554271009473
+ 4.120593815282141
+ 4.12063335903052
+ 4.120672902254627
+ 4.120712444954483
+ 4.120751987130106
+ 4.120791528781515
+ 4.120831069908729
+ 4.1208706105117665
+ 4.120910150590646
+ 4.120949690145387
+ 4.120989229176009
+ 4.121028767682529
+ 4.121068305664967
+ 4.121107843123342
+ 4.121147380057673
+ 4.121186916467978
+ 4.121226452354277
+ 4.121265987716587
+ 4.121305522554929
+ 4.12134505686932
+ 4.121384590659781
+ 4.121424123926328
+ 4.121463656668983
+ 4.121503188887762
+ 4.121542720582686
+ 4.121582251753773
+ 4.12162178240104
+ 4.12166131252451
+ 4.121700842124198
+ 4.121740371200125
+ 4.121779899752308
+ 4.121819427780768
+ 4.121858955285522
+ 4.121898482266591
+ 4.121938008723991
+ 4.121977534657743
+ 4.122017060067865
+ 4.122056584954376
+ 4.122096109317295
+ 4.12213563315664
+ 4.122175156472431
+ 4.122214679264686
+ 4.122254201533424
+ 4.1222937232786645
+ 4.1223332445004255
+ 4.122372765198725
+ 4.122412285373584
+ 4.122451805025019
+ 4.122491324153051
+ 4.122530842757698
+ 4.122570360838978
+ 4.1226098783969105
+ 4.122649395431515
+ 4.1226889119428085
+ 4.122728427930811
+ 4.122767943395542
+ 4.122807458337019
+ 4.122846972755261
+ 4.1228864866502875
+ 4.122926000022117
+ 4.122965512870768
+ 4.123005025196259
+ 4.12304453699861
+ 4.123084048277839
+ 4.123123559033964
+ 4.123163069267005
+ 4.123202578976982
+ 4.123242088163911
+ 4.123281596827812
+ 4.123321104968704
+ 4.123360612586605
+ 4.123400119681536
+ 4.123439626253513
+ 4.123479132302557
+ 4.123518637828686
+ 4.123558142831918
+ 4.123597647312272
+ 4.123637151269768
+ 4.123676654704424
+ 4.123716157616258
+ 4.12375566000529
+ 4.123795161871537
+ 4.12383466321502
+ 4.123874164035757
+ 4.1239136643337675
+ 4.123953164109068
+ 4.12399266336168
+ 4.12403216209162
+ 4.124071660298908
+ 4.124111157983562
+ 4.124150655145602
+ 4.124190151785045
+ 4.124229647901912
+ 4.12426914349622
+ 4.124308638567989
+ 4.124348133117237
+ 4.1243876271439825
+ 4.124427120648245
+ 4.124466613630042
+ 4.1245061060893935
+ 4.124545598026318
+ 4.124585089440835
+ 4.124624580332961
+ 4.124664070702718
+ 4.12470356055012
+ 4.124743049875192
+ 4.124782538677947
+ 4.124822026958408
+ 4.12486151471659
+ 4.124901001952516
+ 4.1249404886662004
+ 4.1249799748576645
+ 4.125019460526928
+ 4.125058945674007
+ 4.125098430298921
+ 4.12513791440169
+ 4.125177397982331
+ 4.125216881040864
+ 4.125256363577308
+ 4.125295845591681
+ 4.125335327084001
+ 4.125374808054288
+ 4.125414288502561
+ 4.125453768428837
+ 4.125493247833137
+ 4.125532726715477
+ 4.125572205075879
+ 4.125611682914359
+ 4.1256511602309365
+ 4.125690637025631
+ 4.12573011329846
+ 4.125769589049444
+ 4.1258090642786
+ 4.125848538985947
+ 4.1258880131715046
+ 4.125927486835291
+ 4.125966959977324
+ 4.126006432597625
+ 4.126045904696209
+ 4.126085376273098
+ 4.126124847328308
+ 4.1261643178618606
+ 4.126203787873772
+ 4.126243257364062
+ 4.12628272633275
+ 4.126322194779853
+ 4.126361662705391
+ 4.126401130109382
+ 4.126440596991846
+ 4.1264800633528
+ 4.126519529192263
+ 4.126558994510256
+ 4.126598459306795
+ 4.126637923581899
+ 4.1266773873355875
+ 4.126716850567878
+ 4.126756313278792
+ 4.126795775468345
+ 4.126835237136558
+ 4.126874698283448
+ 4.126914158909035
+ 4.126953619013337
+ 4.126993078596373
+ 4.1270325376581605
+ 4.12707199619872
+ 4.12711145421807
+ 4.127150911716227
+ 4.1271903686932125
+ 4.127229825149043
+ 4.1272692810837395
+ 4.127308736497318
+ 4.1273481913898
+ 4.1273876457612015
+ 4.127427099611542
+ 4.127466552940842
+ 4.127506005749117
+ 4.127545458036388
+ 4.127584909802674
+ 4.1276243610479915
+ 4.1276638117723605
+ 4.1277032619758005
+ 4.127742711658329
+ 4.127782160819964
+ 4.127821609460726
+ 4.127861057580632
+ 4.127900505179702
+ 4.127939952257955
+ 4.127979398815407
+ 4.128018844852079
+ 4.128058290367989
+ 4.1280977353631565
+ 4.128137179837599
+ 4.128176623791335
+ 4.1282160672243835
+ 4.128255510136764
+ 4.128294952528495
+ 4.128334394399594
+ 4.12837383575008
+ 4.128413276579972
+ 4.1284527168892895
+ 4.12849215667805
+ 4.128531595946272
+ 4.128571034693975
+ 4.128610472921176
+ 4.128649910627896
+ 4.128689347814153
+ 4.128728784479964
+ 4.12876822062535
+ 4.128807656250327
+ 4.128847091354916
+ 4.1288865259391345
+ 4.128925960003001
+ 4.128965393546535
+ 4.129004826569754
+ 4.129044259072678
+ 4.129083691055325
+ 4.129123122517713
+ 4.129162553459861
+ 4.129201983881788
+ 4.129241413783513
+ 4.129280843165053
+ 4.129320272026428
+ 4.129359700367656
+ 4.129399128188757
+ 4.129438555489747
+ 4.1294779822706476
+ 4.129517408531475
+ 4.1295568342722495
+ 4.129596259492989
+ 4.129635684193712
+ 4.129675108374436
+ 4.129714532035182
+ 4.1297539551759685
+ 4.129793377796811
+ 4.1298327998977316
+ 4.129872221478747
+ 4.129911642539876
+ 4.129951063081139
+ 4.129990483102552
+ 4.130029902604135
+ 4.130069321585906
+ 4.130108740047884
+ 4.130148157990088
+ 4.130187575412536
+ 4.130226992315246
+ 4.130266408698239
+ 4.130305824561531
+ 4.130345239905141
+ 4.130384654729089
+ 4.130424069033393
+ 4.130463482818071
+ 4.130502896083142
+ 4.130542308828624
+ 4.130581721054536
+ 4.130621132760898
+ 4.130660543947727
+ 4.130699954615041
+ 4.13073936476286
+ 4.130778774391202
+ 4.130818183500086
+ 4.13085759208953
+ 4.130897000159552
+ 4.1309364077101725
+ 4.13097581474141
+ 4.13101522125328
+ 4.131054627245804
+ 4.131094032719
+ 4.131133437672886
+ 4.131172842107481
+ 4.131212246022804
+ 4.131251649418871
+ 4.131291052295705
+ 4.131330454653321
+ 4.131369856491739
+ 4.131409257810978
+ 4.131448658611054
+ 4.131488058891989
+ 4.1315274586538
+ 4.131566857896504
+ 4.131606256620123
+ 4.1316456548246725
+ 4.131685052510173
+ 4.131724449676643
+ 4.131763846324099
+ 4.131803242452562
+ 4.131842638062048
+ 4.1318820331525785
+ 4.13192142772417
+ 4.1319608217768415
+ 4.132000215310613
+ 4.1320396083255
+ 4.132079000821524
+ 4.132118392798702
+ 4.1321577842570525
+ 4.132197175196596
+ 4.132236565617348
+ 4.1322759555193285
+ 4.132315344902557
+ 4.13235473376705
+ 4.132394122112829
+ 4.132433509939909
+ 4.132472897248311
+ 4.132512284038053
+ 4.132551670309153
+ 4.13259105606163
+ 4.132630441295502
+ 4.132669826010789
+ 4.132709210207508
+ 4.132748593885677
+ 4.132787977045316
+ 4.132827359686444
+ 4.132866741809078
+ 4.132906123413238
+ 4.132945504498941
+ 4.132984885066206
+ 4.1330242651150515
+ 4.133063644645497
+ 4.13310302365756
+ 4.133142402151258
+ 4.133181780126613
+ 4.133221157583639
+ 4.133260534522359
+ 4.133299910942788
+ 4.133339286844946
+ 4.133378662228852
+ 4.133418037094524
+ 4.13345741144198
+ 4.133496785271238
+ 4.133536158582319
+ 4.133575531375239
+ 4.133614903650018
+ 4.133654275406673
+ 4.1336936466452245
+ 4.13373301736569
+ 4.133772387568087
+ 4.133811757252436
+ 4.1338511264187545
+ 4.13389049506706
+ 4.133929863197373
+ 4.1339692308097105
+ 4.134008597904092
+ 4.134047964480535
+ 4.134087330539058
+ 4.134126696079681
+ 4.134166061102421
+ 4.134205425607297
+ 4.1342447895943275
+ 4.134284153063531
+ 4.134323516014925
+ 4.134362878448529
+ 4.134402240364363
+ 4.134441601762443
+ 4.1344809626427885
+ 4.134520323005417
+ 4.134559682850348
+ 4.134599042177601
+ 4.134638400987193
+ 4.134677759279143
+ 4.134717117053468
+ 4.134756474310188
+ 4.134795831049321
+ 4.1348351872708875
+ 4.134874542974902
+ 4.134913898161386
+ 4.134953252830358
+ 4.134992606981834
+ 4.1350319606158354
+ 4.135071313732379
+ 4.1351106663314825
+ 4.135150018413166
+ 4.135189369977448
+ 4.135228721024347
+ 4.135268071553879
+ 4.135307421566065
+ 4.135346771060923
+ 4.135386120038471
+ 4.135425468498728
+ 4.135464816441712
+ 4.1355041638674415
+ 4.1355435107759355
+ 4.135582857167211
+ 4.135622203041288
+ 4.135661548398185
+ 4.13570089323792
+ 4.13574023756051
+ 4.135779581365976
+ 4.135818924654334
+ 4.135858267425604
+ 4.135897609679805
+ 4.135936951416954
+ 4.1359762926370705
+ 4.136015633340172
+ 4.136054973526277
+ 4.136094313195405
+ 4.136133652347573
+ 4.136172990982801
+ 4.136212329101106
+ 4.136251666702507
+ 4.136291003787023
+ 4.1363303403546725
+ 4.136369676405472
+ 4.136409011939443
+ 4.1364483469566
+ 4.136487681456965
+ 4.136527015440556
+ 4.1365663489073885
+ 4.136605681857485
+ 4.136645014290861
+ 4.1366843462075344
+ 4.1367236776075265
+ 4.136763008490854
+ 4.136802338857536
+ 4.136841668707589
+ 4.136880998041035
+ 4.13692032685789
+ 4.136959655158171
+ 4.1369989829419
+ 4.137038310209093
+ 4.137077636959768
+ 4.137116963193946
+ 4.137156288911643
+ 4.137195614112878
+ 4.13723493879767
+ 4.137274262966037
+ 4.1373135866179975
+ 4.137352909753569
+ 4.137392232372772
+ 4.137431554475623
+ 4.1374708760621415
+ 4.137510197132345
+ 4.137549517686253
+ 4.137588837723882
+ 4.137628157245254
+ 4.137667476250383
+ 4.13770679473929
+ 4.1377461127119926
+ 4.137785430168511
+ 4.13782474710886
+ 4.137864063533061
+ 4.1379033794411315
+ 4.1379426948330895
+ 4.137982009708955
+ 4.138021324068744
+ 4.138060637912475
+ 4.138099951240168
+ 4.1381392640518415
+ 4.138178576347513
+ 4.138217888127201
+ 4.138257199390924
+ 4.1382965101387
+ 4.138335820370548
+ 4.1383751300864855
+ 4.138414439286532
+ 4.138453747970704
+ 4.138493056139023
+ 4.138532363791504
+ 4.138571670928168
+ 4.138610977549032
+ 4.138650283654115
+ 4.138689589243434
+ 4.138728894317009
+ 4.138768198874858
+ 4.1388075029169995
+ 4.138846806443451
+ 4.138886109454232
+ 4.138925411949359
+ 4.138964713928853
+ 4.13900401539273
+ 4.139043316341009
+ 4.13908261677371
+ 4.139121916690849
+ 4.139161216092445
+ 4.139200514978517
+ 4.139239813349084
+ 4.139279111204163
+ 4.139318408543773
+ 4.139357705367932
+ 4.139397001676659
+ 4.139436297469971
+ 4.139475592747887
+ 4.139514887510427
+ 4.139554181757607
+ 4.139593475489446
+ 4.1396327687059635
+ 4.139672061407175
+ 4.139711353593103
+ 4.139750645263763
+ 4.139789936419174
+ 4.139829227059354
+ 4.139868517184322
+ 4.1399078067940955
+ 4.139947095888694
+ 4.139986384468134
+ 4.140025672532436
+ 4.140064960081617
+ 4.140104247115696
+ 4.14014353363469
+ 4.1401828196386194
+ 4.140222105127501
+ 4.140261390101354
+ 4.140300674560195
+ 4.140339958504045
+ 4.140379241932921
+ 4.14041852484684
+ 4.140457807245823
+ 4.140497089129886
+ 4.140536370499048
+ 4.140575651353329
+ 4.1406149316927445
+ 4.140654211517314
+ 4.140693490827057
+ 4.140732769621991
+ 4.140772047902133
+ 4.140811325667503
+ 4.1408506029181185
+ 4.140889879653999
+ 4.140929155875161
+ 4.140968431581624
+ 4.141007706773405
+ 4.141046981450525
+ 4.141086255613
+ 4.141125529260848
+ 4.141164802394089
+ 4.14120407501274
+ 4.141243347116821
+ 4.141282618706348
+ 4.1413218897813415
+ 4.141361160341817
+ 4.141400430387796
+ 4.141439699919294
+ 4.141478968936331
+ 4.141518237438926
+ 4.141557505427095
+ 4.141596772900858
+ 4.1416360398602325
+ 4.141675306305238
+ 4.141714572235891
+ 4.14175383765221
+ 4.141793102554216
+ 4.141832366941923
+ 4.141871630815352
+ 4.141910894174521
+ 4.141950157019448
+ 4.141989419350152
+ 4.142028681166649
+ 4.142067942468961
+ 4.142107203257102
+ 4.142146463531094
+ 4.142185723290953
+ 4.142224982536699
+ 4.142264241268348
+ 4.14230349948592
+ 4.142342757189433
+ 4.142382014378905
+ 4.142421271054354
+ 4.142460527215799
+ 4.142499782863258
+ 4.142539037996748
+ 4.14257829261629
+ 4.1426175467219
+ 4.142656800313596
+ 4.142696053391399
+ 4.142735305955324
+ 4.142774558005391
+ 4.142813809541619
+ 4.142853060564024
+ 4.142892311072626
+ 4.142931561067443
+ 4.142970810548492
+ 4.1430100595157935
+ 4.143049307969364
+ 4.143088555909222
+ 4.143127803335386
+ 4.143167050247875
+ 4.1432062966467065
+ 4.143245542531898
+ 4.143284787903469
+ 4.143324032761437
+ 4.14336327710582
+ 4.143402520936637
+ 4.1434417642539065
+ 4.143481007057646
+ 4.1435202493478736
+ 4.143559491124608
+ 4.143598732387868
+ 4.143637973137671
+ 4.143677213374034
+ 4.143716453096978
+ 4.143755692306519
+ 4.143794931002677
+ 4.143834169185469
+ 4.1438734068549135
+ 4.143912644011029
+ 4.143951880653833
+ 4.1439911167833445
+ 4.144030352399581
+ 4.144069587502562
+ 4.1441088220923055
+ 4.144148056168828
+ 4.144187289732149
+ 4.144226522782287
+ 4.1442657553192594
+ 4.144304987343085
+ 4.144344218853782
+ 4.144383449851368
+ 4.144422680335861
+ 4.144461910307281
+ 4.144501139765645
+ 4.144540368710971
+ 4.144579597143277
+ 4.144618825062583
+ 4.144658052468905
+ 4.144697279362263
+ 4.1447365057426735
+ 4.144775731610156
+ 4.144814956964728
+ 4.144854181806408
+ 4.144893406135214
+ 4.144932629951165
+ 4.144971853254278
+ 4.145011076044572
+ 4.145050298322065
+ 4.145089520086775
+ 4.145128741338721
+ 4.145167962077919
+ 4.1452071823043894
+ 4.1452464020181505
+ 4.1452856212192195
+ 4.145324839907614
+ 4.145364058083354
+ 4.145403275746457
+ 4.145442492896939
+ 4.145481709534822
+ 4.145520925660121
+ 4.145560141272856
+ 4.1455993563730456
+ 4.145638570960705
+ 4.145677785035856
+ 4.145716998598514
+ 4.1457562116487
+ 4.145795424186429
+ 4.145834636211721
+ 4.145873847724594
+ 4.145913058725066
+ 4.145952269213155
+ 4.14599147918888
+ 4.146030688652259
+ 4.146069897603309
+ 4.146109106042049
+ 4.146148313968497
+ 4.1461875213826715
+ 4.14622672828459
+ 4.146265934674272
+ 4.146305140551734
+ 4.146344345916995
+ 4.146383550770072
+ 4.1464227551109865
+ 4.146461958939753
+ 4.146501162256391
+ 4.146540365060919
+ 4.146579567353355
+ 4.146618769133718
+ 4.146657970402023
+ 4.146697171158292
+ 4.1467363714025405
+ 4.146775571134788
+ 4.146814770355053
+ 4.146853969063352
+ 4.146893167259704
+ 4.146932364944128
+ 4.146971562116641
+ 4.147010758777262
+ 4.1470499549260085
+ 4.147089150562898
+ 4.147128345687951
+ 4.147167540301183
+ 4.147206734402613
+ 4.14724592799226
+ 4.147285121070142
+ 4.147324313636275
+ 4.147363505690681
+ 4.147402697233375
+ 4.147441888264375
+ 4.1474810787837
+ 4.147520268791371
+ 4.147559458287401
+ 4.147598647271812
+ 4.14763783574462
+ 4.147677023705843
+ 4.147716211155502
+ 4.147755398093612
+ 4.147794584520192
+ 4.147833770435261
+ 4.147872955838836
+ 4.147912140730936
+ 4.1479513251115785
+ 4.147990508980781
+ 4.148029692338564
+ 4.1480688751849435
+ 4.148108057519938
+ 4.148147239343565
+ 4.148186420655845
+ 4.148225601456794
+ 4.14826478174643
+ 4.148303961524772
+ 4.148343140791838
+ 4.148382319547646
+ 4.1484214977922145
+ 4.148460675525561
+ 4.148499852747704
+ 4.148539029458661
+ 4.14857820565845
+ 4.148617381347091
+ 4.148656556524599
+ 4.148695731190995
+ 4.148734905346295
+ 4.1487740789905185
+ 4.148813252123683
+ 4.148852424745807
+ 4.148891596856908
+ 4.148930768457005
+ 4.148969939546115
+ 4.149009110124257
+ 4.1490482801914474
+ 4.149087449747707
+ 4.149126618793051
+ 4.1491657873275
+ 4.149204955351071
+ 4.149244122863782
+ 4.149283289865651
+ 4.149322456356697
+ 4.1493616223369365
+ 4.149400787806389
+ 4.149439952765072
+ 4.149479117213003
+ 4.149518281150201
+ 4.149557444576684
+ 4.1495966074924695
+ 4.149635769897576
+ 4.149674931792021
+ 4.149714093175824
+ 4.149753254049002
+ 4.149792414411572
+ 4.149831574263555
+ 4.149870733604966
+ 4.149909892435826
+ 4.14994905075615
+ 4.149988208565958
+ 4.1500273658652675
+ 4.150066522654097
+ 4.150105678932464
+ 4.150144834700386
+ 4.150183989957884
+ 4.150223144704971
+ 4.15026229894167
+ 4.150301452667996
+ 4.15034060588397
+ 4.150379758589606
+ 4.150418910784925
+ 4.150458062469945
+ 4.150497213644683
+ 4.150536364309156
+ 4.150575514463385
+ 4.150614664107385
+ 4.150653813241177
+ 4.1506929618647765
+ 4.150732109978203
+ 4.150771257581474
+ 4.150810404674608
+ 4.150849551257623
+ 4.150888697330537
+ 4.150927842893367
+ 4.1509669879461315
+ 4.15100613248885
+ 4.151045276521538
+ 4.151084420044216
+ 4.151123563056901
+ 4.151162705559611
+ 4.151201847552364
+ 4.151240989035178
+ 4.151280130008071
+ 4.1513192704710615
+ 4.151358410424168
+ 4.151397549867406
+ 4.151436688800796
+ 4.151475827224356
+ 4.1515149651381025
+ 4.151554102542055
+ 4.15159323943623
+ 4.151632375820647
+ 4.151671511695324
+ 4.151710647060277
+ 4.151749781915526
+ 4.151788916261088
+ 4.151828050096983
+ 4.151867183423226
+ 4.151906316239837
+ 4.151945448546834
+ 4.151984580344234
+ 4.152023711632055
+ 4.1520628424103165
+ 4.152101972679036
+ 4.15214110243823
+ 4.152180231687918
+ 4.152219360428117
+ 4.1522584886588465
+ 4.152297616380124
+ 4.152336743591966
+ 4.152375870294391
+ 4.152414996487419
+ 4.152454122171067
+ 4.152493247345351
+ 4.152532372010292
+ 4.152571496165906
+ 4.1526106198122115
+ 4.152649742949227
+ 4.15268886557697
+ 4.152727987695458
+ 4.15276710930471
+ 4.152806230404743
+ 4.152845350995577
+ 4.152884471077228
+ 4.1529235906497135
+ 4.152962709713053
+ 4.153001828267265
+ 4.153040946312366
+ 4.153080063848374
+ 4.153119180875308
+ 4.153158297393185
+ 4.153197413402024
+ 4.153236528901842
+ 4.153275643892657
+ 4.1533147583744885
+ 4.153353872347352
+ 4.1533929858112675
+ 4.1534320987662525
+ 4.153471211212325
+ 4.153510323149502
+ 4.153549434577802
+ 4.153588545497244
+ 4.153627655907845
+ 4.153666765809622
+ 4.153705875202596
+ 4.1537449840867815
+ 4.153784092462199
+ 4.153823200328865
+ 4.153862307686798
+ 4.153901414536016
+ 4.153940520876536
+ 4.153979626708378
+ 4.154018732031559
+ 4.154057836846095
+ 4.154096941152008
+ 4.154136044949312
+ 4.154175148238028
+ 4.154214251018171
+ 4.154253353289762
+ 4.154292455052816
+ 4.154331556307353
+ 4.1543706570533905
+ 4.154409757290947
+ 4.154448857020038
+ 4.154487956240685
+ 4.154527054952903
+ 4.154566153156712
+ 4.1546052508521285
+ 4.154644348039171
+ 4.154683444717858
+ 4.154722540888207
+ 4.1547616365502344
+ 4.154800731703961
+ 4.154839826349403
+ 4.154878920486579
+ 4.1549180141155055
+ 4.154957107236202
+ 4.154996199848686
+ 4.1550352919529745
+ 4.1550743835490875
+ 4.155113474637041
+ 4.155152565216854
+ 4.155191655288545
+ 4.155230744852129
+ 4.155269833907627
+ 4.155308922455056
+ 4.155348010494433
+ 4.155387098025778
+ 4.155426185049107
+ 4.155465271564439
+ 4.1555043575717905
+ 4.15554344307118
+ 4.155582528062627
+ 4.155621612546148
+ 4.155660696521761
+ 4.155699779989485
+ 4.1557388629493355
+ 4.155777945401332
+ 4.155817027345493
+ 4.155856108781836
+ 4.155895189710377
+ 4.155934270131137
+ 4.155973350044133
+ 4.156012429449381
+ 4.1560515083469
+ 4.15609058673671
+ 4.156129664618826
+ 4.156168741993266
+ 4.156207818860049
+ 4.156246895219194
+ 4.156285971070717
+ 4.156325046414636
+ 4.156364121250971
+ 4.1564031955797365
+ 4.156442269400953
+ 4.156481342714638
+ 4.156520415520809
+ 4.156559487819484
+ 4.15659855961068
+ 4.156637630894417
+ 4.156676701670711
+ 4.15671577193958
+ 4.1567548417010425
+ 4.156793910955117
+ 4.15683297970182
+ 4.15687204794117
+ 4.156911115673185
+ 4.156950182897883
+ 4.156989249615281
+ 4.157028315825398
+ 4.157067381528252
+ 4.157106446723859
+ 4.1571455114122395
+ 4.157184575593409
+ 4.157223639267388
+ 4.157262702434191
+ 4.157301765093838
+ 4.1573408272463475
+ 4.157379888891736
+ 4.157418950030021
+ 4.157458010661222
+ 4.157497070785356
+ 4.157536130402441
+ 4.157575189512494
+ 4.157614248115534
+ 4.157653306211579
+ 4.1576923638006456
+ 4.157731420882753
+ 4.157770477457918
+ 4.157809533526159
+ 4.157848589087494
+ 4.15788764414194
+ 4.157926698689517
+ 4.15796575273024
+ 4.158004806264128
+ 4.1580438592912
+ 4.158082911811473
+ 4.158121963824964
+ 4.158161015331692
+ 4.158200066331674
+ 4.158239116824929
+ 4.158278166811474
+ 4.158317216291327
+ 4.158356265264506
+ 4.158395313731028
+ 4.158434361690912
+ 4.158473409144175
+ 4.158512456090835
+ 4.158551502530911
+ 4.15859054846442
+ 4.158629593891379
+ 4.1586686388118075
+ 4.158707683225721
+ 4.15874672713314
+ 4.15878577053408
+ 4.158824813428561
+ 4.158863855816599
+ 4.158902897698212
+ 4.1589419390734195
+ 4.158980979942238
+ 4.159020020304686
+ 4.1590590601607795
+ 4.159098099510539
+ 4.15913713835398
+ 4.159176176691123
+ 4.159215214521982
+ 4.159254251846578
+ 4.159293288664928
+ 4.15933232497705
+ 4.159371360782961
+ 4.159410396082679
+ 4.159449430876222
+ 4.159488465163609
+ 4.159527498944856
+ 4.159566532219981
+ 4.159605564989002
+ 4.159644597251939
+ 4.159683629008806
+ 4.159722660259624
+ 4.15976169100441
+ 4.1598007212431805
+ 4.159839750975954
+ 4.159878780202749
+ 4.159917808923582
+ 4.1599568371384725
+ 4.1599958648474376
+ 4.160034892050494
+ 4.160073918747662
+ 4.160112944938956
+ 4.160151970624397
+ 4.160190995804
+ 4.160230020477785
+ 4.160269044645769
+ 4.16030806830797
+ 4.160347091464406
+ 4.160386114115092
+ 4.16042513626005
+ 4.160464157899296
+ 4.1605031790328475
+ 4.160542199660723
+ 4.160581219782939
+ 4.160620239399514
+ 4.160659258510467
+ 4.160698277115814
+ 4.160737295215573
+ 4.160776312809762
+ 4.1608153298984005
+ 4.1608543464815035
+ 4.160893362559091
+ 4.160932378131179
+ 4.160971393197786
+ 4.161010407758931
+ 4.16104942181463
+ 4.161088435364902
+ 4.161127448409763
+ 4.161166460949233
+ 4.161205472983328
+ 4.161244484512067
+ 4.161283495535467
+ 4.161322506053547
+ 4.161361516066322
+ 4.161400525573814
+ 4.161439534576036
+ 4.16147854307301
+ 4.161517551064751
+ 4.161556558551278
+ 4.1615955655326085
+ 4.16163457200876
+ 4.16167357797975
+ 4.161712583445597
+ 4.161751588406318
+ 4.161790592861932
+ 4.1618295968124555
+ 4.161868600257907
+ 4.161907603198303
+ 4.161946605633663
+ 4.161985607564004
+ 4.162024608989343
+ 4.1620636099096995
+ 4.162102610325089
+ 4.1621416102355315
+ 4.162180609641043
+ 4.162219608541642
+ 4.162258606937346
+ 4.162297604828174
+ 4.1623366022141415
+ 4.1623755990952676
+ 4.16241459547157
+ 4.162453591343067
+ 4.162492586709774
+ 4.162531581571712
+ 4.162570575928896
+ 4.162609569781345
+ 4.1626485631290775
+ 4.162687555972109
+ 4.162726548310459
+ 4.162765540144145
+ 4.162804531473184
+ 4.162843522297594
+ 4.162882512617394
+ 4.1629215024325985
+ 4.162960491743229
+ 4.162999480549302
+ 4.163038468850834
+ 4.1630774566478435
+ 4.163116443940348
+ 4.1631554307283665
+ 4.163194417011915
+ 4.163233402791012
+ 4.163272388065675
+ 4.1633113728359215
+ 4.163350357101771
+ 4.1633893408632385
+ 4.163428324120343
+ 4.163467306873102
+ 4.163506289121535
+ 4.163545270865656
+ 4.163584252105486
+ 4.163623232841041
+ 4.16366221307234
+ 4.163701192799399
+ 4.163740172022237
+ 4.163779150740872
+ 4.16381812895532
+ 4.1638571066656
+ 4.16389608387173
+ 4.163935060573727
+ 4.1639740367716085
+ 4.164013012465393
+ 4.164051987655097
+ 4.164090962340739
+ 4.164129936522338
+ 4.164168910199908
+ 4.164207883373471
+ 4.164246856043042
+ 4.16428582820864
+ 4.164324799870281
+ 4.164363771027984
+ 4.164402741681767
+ 4.164441711831647
+ 4.164480681477642
+ 4.164519650619769
+ 4.164558619258046
+ 4.164597587392492
+ 4.164636555023122
+ 4.164675522149956
+ 4.164714488773011
+ 4.164753454892304
+ 4.164792420507855
+ 4.164831385619678
+ 4.164870350227794
+ 4.164909314332219
+ 4.16494827793297
+ 4.164987241030066
+ 4.165026203623524
+ 4.165065165713363
+ 4.1651041272996
+ 4.165143088382251
+ 4.165182048961335
+ 4.165221009036871
+ 4.165259968608874
+ 4.165298927677363
+ 4.165337886242357
+ 4.165376844303871
+ 4.165415801861925
+ 4.1654547589165345
+ 4.1654937154677185
+ 4.165532671515495
+ 4.16557162705988
+ 4.165610582100894
+ 4.165649536638551
+ 4.165688490672872
+ 4.165727444203872
+ 4.165766397231572
+ 4.165805349755985
+ 4.165844301777132
+ 4.16588325329503
+ 4.165922204309696
+ 4.165961154821149
+ 4.166000104829405
+ 4.166039054334482
+ 4.1660780033364
+ 4.166116951835174
+ 4.166155899830821
+ 4.166194847323361
+ 4.16623379431281
+ 4.166272740799187
+ 4.166311686782508
+ 4.166350632262792
+ 4.166389577240055
+ 4.166428521714318
+ 4.166467465685595
+ 4.166506409153905
+ 4.1665453521192655
+ 4.166584294581695
+ 4.16662323654121
+ 4.166662177997829
+ 4.166701118951568
+ 4.166740059402447
+ 4.166778999350482
+ 4.166817938795692
+ 4.166856877738093
+ 4.166895816177703
+ 4.166934754114541
+ 4.166973691548622
+ 4.1670126284799665
+ 4.167051564908591
+ 4.167090500834512
+ 4.167129436257747
+ 4.167168371178317
+ 4.167207305596235
+ 4.167246239511522
+ 4.167285172924194
+ 4.16732410583427
+ 4.167363038241766
+ 4.167401970146701
+ 4.1674409015490905
+ 4.167479832448955
+ 4.16751876284631
+ 4.167557692741174
+ 4.167596622133565
+ 4.167635551023498
+ 4.1676744794109934
+ 4.167713407296069
+ 4.16775233467874
+ 4.167791261559026
+ 4.167830187936944
+ 4.167869113812512
+ 4.167908039185746
+ 4.167946964056665
+ 4.167985888425287
+ 4.168024812291629
+ 4.168063735655707
+ 4.168102658517541
+ 4.168141580877148
+ 4.168180502734545
+ 4.1682194240897505
+ 4.16825834494278
+ 4.168297265293654
+ 4.168336185142389
+ 4.168375104489
+ 4.168414023333509
+ 4.16845294167593
+ 4.1684918595162825
+ 4.168530776854583
+ 4.16856969369085
+ 4.1686086100251005
+ 4.168647525857353
+ 4.168686441187624
+ 4.168725356015932
+ 4.168764270342293
+ 4.168803184166726
+ 4.1688420974892475
+ 4.168881010309876
+ 4.168919922628629
+ 4.168958834445524
+ 4.168997745760579
+ 4.16903665657381
+ 4.169075566885236
+ 4.169114476694873
+ 4.169153386002741
+ 4.169192294808856
+ 4.169231203113236
+ 4.169270110915898
+ 4.16930901821686
+ 4.169347925016139
+ 4.169386831313754
+ 4.169425737109721
+ 4.169464642404058
+ 4.169503547196783
+ 4.169542451487914
+ 4.169581355277466
+ 4.16962025856546
+ 4.169659161351912
+ 4.1696980636368375
+ 4.169736965420258
+ 4.169775866702189
+ 4.169814767482647
+ 4.169853667761651
+ 4.169892567539218
+ 4.169931466815367
+ 4.169970365590113
+ 4.170009263863475
+ 4.170048161635471
+ 4.170087058906117
+ 4.170125955675432
+ 4.170164851943433
+ 4.170203747710138
+ 4.1702426429755635
+ 4.1702815377397275
+ 4.170320432002647
+ 4.170359325764342
+ 4.170398219024826
+ 4.17043711178412
+ 4.170476004042241
+ 4.170514895799205
+ 4.170553787055031
+ 4.170592677809735
+ 4.170631568063335
+ 4.1706704578158496
+ 4.170709347067295
+ 4.17074823581769
+ 4.1707871240670515
+ 4.170826011815397
+ 4.170864899062743
+ 4.170903785809109
+ 4.170942672054511
+ 4.170981557798968
+ 4.1710204430424955
+ 4.1710593277851125
+ 4.171098212026836
+ 4.171137095767683
+ 4.171175979007672
+ 4.171214861746821
+ 4.1712537439851465
+ 4.171292625722665
+ 4.171331506959397
+ 4.171370387695357
+ 4.171409267930563
+ 4.171448147665035
+ 4.171487026898787
+ 4.171525905631838
+ 4.1715647838642065
+ 4.171603661595909
+ 4.171642538826964
+ 4.171681415557388
+ 4.171720291787198
+ 4.171759167516412
+ 4.171798042745048
+ 4.171836917473124
+ 4.171875791700655
+ 4.1719146654276615
+ 4.171953538654159
+ 4.171992411380166
+ 4.1720312836057
+ 4.172070155330777
+ 4.172109026555416
+ 4.172147897279634
+ 4.17218676750345
+ 4.1722256372268784
+ 4.17226450644994
+ 4.172303375172649
+ 4.172342243395025
+ 4.172381111117086
+ 4.172419978338847
+ 4.172458845060327
+ 4.172497711281544
+ 4.172536577002515
+ 4.172575442223257
+ 4.172614306943789
+ 4.172653171164127
+ 4.172692034884288
+ 4.17273089810429
+ 4.172769760824152
+ 4.172808623043889
+ 4.17284748476352
+ 4.172886345983063
+ 4.172925206702534
+ 4.17296406692195
+ 4.173002926641332
+ 4.173041785860693
+ 4.173080644580053
+ 4.1731195027994294
+ 4.17315836051884
+ 4.1731972177382985
+ 4.1732360744578285
+ 4.173274930677443
+ 4.17331378639716
+ 4.173352641616998
+ 4.173391496336976
+ 4.1734303505571075
+ 4.173469204277413
+ 4.1735080574979095
+ 4.1735469102186125
+ 4.173585762439542
+ 4.173624614160714
+ 4.173663465382146
+ 4.1737023161038564
+ 4.173741166325861
+ 4.1737800160481795
+ 4.173818865270827
+ 4.173857713993823
+ 4.173896562217184
+ 4.173935409940927
+ 4.173974257165069
+ 4.17401310388963
+ 4.174051950114624
+ 4.174090795840072
+ 4.174129641065988
+ 4.174168485792392
+ 4.1742073300193
+ 4.17424617374673
+ 4.174285016974699
+ 4.174323859703226
+ 4.174362701932326
+ 4.174401543662018
+ 4.1744403848923195
+ 4.174479225623247
+ 4.1745180658548176
+ 4.1745569055870515
+ 4.174595744819963
+ 4.174634583553571
+ 4.174673421787892
+ 4.174712259522945
+ 4.174751096758746
+ 4.174789933495312
+ 4.174828769732663
+ 4.174867605470813
+ 4.174906440709782
+ 4.174945275449587
+ 4.174984109690245
+ 4.175022943431772
+ 4.1750617766741875
+ 4.175100609417508
+ 4.175139441661751
+ 4.175178273406935
+ 4.1752171046530755
+ 4.175255935400192
+ 4.175294765648299
+ 4.175333595397417
+ 4.175372424647561
+ 4.1754112533987495
+ 4.175450081651001
+ 4.175488909404331
+ 4.175527736658758
+ 4.175566563414299
+ 4.175605389670971
+ 4.175644215428792
+ 4.17568304068778
+ 4.175721865447951
+ 4.175760689709323
+ 4.175799513471913
+ 4.1758383367357395
+ 4.175877159500819
+ 4.175915981767169
+ 4.1759548035348075
+ 4.17599362480375
+ 4.176032445574017
+ 4.176071265845623
+ 4.176110085618586
+ 4.1761489048929255
+ 4.176187723668657
+ 4.176226541945797
+ 4.176265359724366
+ 4.176304177004378
+ 4.176342993785852
+ 4.176381810068805
+ 4.176420625853256
+ 4.17645944113922
+ 4.176498255926715
+ 4.176537070215758
+ 4.176575884006368
+ 4.176614697298563
+ 4.176653510092357
+ 4.17669232238777
+ 4.176731134184817
+ 4.176769945483519
+ 4.17680875628389
+ 4.176847566585949
+ 4.176886376389714
+ 4.1769251856952
+ 4.176963994502427
+ 4.177002802811411
+ 4.177041610622169
+ 4.177080417934718
+ 4.177119224749077
+ 4.177158031065264
+ 4.177196836883292
+ 4.177235642203183
+ 4.177274447024954
+ 4.177313251348618
+ 4.177352055174197
+ 4.177390858501707
+ 4.177429661331165
+ 4.177468463662588
+ 4.1775072654959935
+ 4.1775460668313995
+ 4.177584867668823
+ 4.177623668008281
+ 4.177662467849792
+ 4.177701267193371
+ 4.177740066039038
+ 4.177778864386809
+ 4.177817662236702
+ 4.1778564595887335
+ 4.1778952564429215
+ 4.177934052799282
+ 4.177972848657834
+ 4.178011644018594
+ 4.17805043888158
+ 4.178089233246809
+ 4.1781280271142975
+ 4.178166820484064
+ 4.178205613356126
+ 4.178244405730499
+ 4.178283197607202
+ 4.178321988986252
+ 4.178360779867667
+ 4.178399570251462
+ 4.178438360137657
+ 4.178477149526268
+ 4.178515938417313
+ 4.178554726810808
+ 4.178593514706772
+ 4.17863230210522
+ 4.178671089006172
+ 4.178709875409644
+ 4.1787486613156535
+ 4.178787446724217
+ 4.1788262316353535
+ 4.1788650160490795
+ 4.178903799965411
+ 4.178942583384367
+ 4.1789813663059645
+ 4.1790201487302205
+ 4.179058930657154
+ 4.179097712086779
+ 4.179136493019115
+ 4.179175273454179
+ 4.179214053391989
+ 4.17925283283256
+ 4.179291611775911
+ 4.17933039022206
+ 4.179369168171023
+ 4.179407945622819
+ 4.179446722577461
+ 4.179485499034971
+ 4.179524274995365
+ 4.17956305045866
+ 4.179601825424872
+ 4.179640599894021
+ 4.179679373866121
+ 4.179718147341193
+ 4.179756920319252
+ 4.179795692800315
+ 4.1798344647844
+ 4.179873236271525
+ 4.179912007261706
+ 4.179950777754961
+ 4.1799895477513065
+ 4.180028317250761
+ 4.180067086253342
+ 4.180105854759064
+ 4.180144622767947
+ 4.180183390280008
+ 4.180222157295264
+ 4.180260923813731
+ 4.1802996898354285
+ 4.180338455360372
+ 4.18037722038858
+ 4.180415984920069
+ 4.180454748954857
+ 4.180493512492959
+ 4.1805322755343965
+ 4.180571038079182
+ 4.180609800127337
+ 4.180648561678876
+ 4.180687322733817
+ 4.1807260832921775
+ 4.180764843353975
+ 4.180803602919227
+ 4.180842361987948
+ 4.1808811205601595
+ 4.180919878635876
+ 4.180958636215116
+ 4.180997393297894
+ 4.181036149884233
+ 4.181074905974144
+ 4.1811136615676485
+ 4.181152416664761
+ 4.181191171265501
+ 4.181229925369885
+ 4.18126867897793
+ 4.181307432089652
+ 4.181346184705071
+ 4.181384936824203
+ 4.1814236884470635
+ 4.181462439573672
+ 4.181501190204046
+ 4.181539940338201
+ 4.181578689976155
+ 4.181617439117925
+ 4.181656187763529
+ 4.181694935912985
+ 4.181733683566308
+ 4.181772430723515
+ 4.181811177384626
+ 4.181849923549656
+ 4.181888669218624
+ 4.181927414391545
+ 4.1819661590684385
+ 4.18200490324932
+ 4.182043646934207
+ 4.182082390123119
+ 4.18212113281607
+ 4.182159875013079
+ 4.182198616714162
+ 4.182237357919338
+ 4.182276098628623
+ 4.182314838842035
+ 4.1823535785595904
+ 4.182392317781307
+ 4.182431056507202
+ 4.182469794737292
+ 4.182508532471595
+ 4.182547269710128
+ 4.182586006452908
+ 4.182624742699952
+ 4.1826634784512775
+ 4.182702213706903
+ 4.182740948466843
+ 4.182779682731117
+ 4.1828184164997415
+ 4.182857149772733
+ 4.182895882550111
+ 4.182934614831889
+ 4.182973346618087
+ 4.183012077908722
+ 4.18305080870381
+ 4.18308953900337
+ 4.183128268807417
+ 4.18316699811597
+ 4.183205726929045
+ 4.183244455246661
+ 4.183283183068832
+ 4.183321910395579
+ 4.183360637226916
+ 4.183399363562863
+ 4.183438089403434
+ 4.183476814748649
+ 4.183515539598524
+ 4.183554263953077
+ 4.1835929878123235
+ 4.183631711176282
+ 4.183670434044969
+ 4.183709156418403
+ 4.183747878296601
+ 4.1837865996795776
+ 4.183825320567354
+ 4.183864040959943
+ 4.183902760857366
+ 4.183941480259637
+ 4.183980199166775
+ 4.184018917578796
+ 4.184057635495719
+ 4.184096352917559
+ 4.184135069844335
+ 4.184173786276063
+ 4.18421250221276
+ 4.184251217654445
+ 4.184289932601133
+ 4.184328647052843
+ 4.18436736100959
+ 4.184406074471393
+ 4.184444787438268
+ 4.184483499910234
+ 4.184522211887305
+ 4.184560923369503
+ 4.18459963435684
+ 4.184638344849337
+ 4.184677054847009
+ 4.184715764349874
+ 4.184754473357948
+ 4.1847931818712505
+ 4.1848318898897965
+ 4.184870597413604
+ 4.18490930444269
+ 4.184948010977073
+ 4.184986717016767
+ 4.185025422561792
+ 4.185064127612165
+ 4.185102832167902
+ 4.18514153622902
+ 4.185180239795537
+ 4.18521894286747
+ 4.185257645444837
+ 4.185296347527654
+ 4.185335049115937
+ 4.185373750209705
+ 4.185412450808975
+ 4.185451150913765
+ 4.185489850524089
+ 4.185528549639968
+ 4.185567248261416
+ 4.185605946388451
+ 4.1856446440210915
+ 4.185683341159353
+ 4.185722037803253
+ 4.18576073395281
+ 4.18579942960804
+ 4.185838124768961
+ 4.185876819435588
+ 4.18591551360794
+ 4.185954207286033
+ 4.185992900469886
+ 4.186031593159514
+ 4.186070285354936
+ 4.1861089770561675
+ 4.186147668263227
+ 4.186186358976131
+ 4.186225049194896
+ 4.18626373891954
+ 4.1863024281500785
+ 4.186341116886532
+ 4.186379805128915
+ 4.1864184928772445
+ 4.18645718013154
+ 4.186495866891816
+ 4.18653455315809
+ 4.1865732389303805
+ 4.186611924208704
+ 4.186650608993077
+ 4.186689293283517
+ 4.186727977080042
+ 4.186766660382668
+ 4.186805343191412
+ 4.186844025506292
+ 4.1868827073273245
+ 4.186921388654526
+ 4.186960069487916
+ 4.186998749827509
+ 4.187037429673324
+ 4.187076109025376
+ 4.187114787883684
+ 4.1871534662482635
+ 4.187192144119133
+ 4.1872308214963105
+ 4.187269498379811
+ 4.187308174769651
+ 4.18734685066585
+ 4.187385526068425
+ 4.18742420097739
+ 4.187462875392766
+ 4.187501549314568
+ 4.187540222742814
+ 4.18757889567752
+ 4.187617568118704
+ 4.1876562400663815
+ 4.187694911520572
+ 4.1877335824812905
+ 4.187772252948556
+ 4.1878109229223845
+ 4.1878495924027925
+ 4.187888261389799
+ 4.187926929883419
+ 4.18796559788367
+ 4.188004265390571
+ 4.1880429324041355
+ 4.188081598924384
+ 4.1881202649513325
+ 4.188158930484998
+ 4.188197595525398
+ 4.188236260072547
+ 4.188274924126466
+ 4.188313587687169
+ 4.188352250754675
+ 4.188390913329
+ 4.1884295754101615
+ 4.188468236998177
+ 4.1885068980930615
+ 4.188545558694835
+ 4.188584218803513
+ 4.188622878419114
+ 4.188661537541652
+ 4.188700196171147
+ 4.188738854307614
+ 4.188777511951071
+ 4.1888161691015355
+ 4.188854825759026
+ 4.1888934819235555
+ 4.188932137595144
+ 4.188970792773808
+ 4.189009447459564
+ 4.189048101652429
+ 4.189086755352422
+ 4.189125408559558
+ 4.189164061273854
+ 4.189202713495329
+ 4.189241365223999
+ 4.189280016459879
+ 4.189318667202989
+ 4.189357317453345
+ 4.189395967210963
+ 4.189434616475863
+ 4.189473265248059
+ 4.189511913527569
+ 4.18955056131441
+ 4.189589208608599
+ 4.189627855410154
+ 4.189666501719091
+ 4.189705147535427
+ 4.18974379285918
+ 4.189782437690367
+ 4.189821082029003
+ 4.189859725875108
+ 4.189898369228696
+ 4.189937012089787
+ 4.189975654458396
+ 4.1900142963345415
+ 4.190052937718239
+ 4.190091578609506
+ 4.19013021900836
+ 4.190168858914817
+ 4.190207498328896
+ 4.190246137250613
+ 4.190284775679984
+ 4.190323413617028
+ 4.19036205106176
+ 4.190400688014199
+ 4.19043932447436
+ 4.190477960442261
+ 4.190516595917919
+ 4.190555230901351
+ 4.190593865392575
+ 4.190632499391607
+ 4.190671132898464
+ 4.190709765913163
+ 4.190748398435721
+ 4.190787030466155
+ 4.190825662004483
+ 4.19086429305072
+ 4.1909029236048845
+ 4.1909415536669945
+ 4.190980183237064
+ 4.1910188123151135
+ 4.191057440901157
+ 4.191096068995214
+ 4.191134696597299
+ 4.191173323707431
+ 4.191211950325626
+ 4.1912505764519015
+ 4.191289202086274
+ 4.191327827228761
+ 4.19136645187938
+ 4.191405076038146
+ 4.1914436997050775
+ 4.1914823228801925
+ 4.191520945563505
+ 4.191559567755036
+ 4.1915981894547985
+ 4.191636810662812
+ 4.191675431379093
+ 4.191714051603658
+ 4.191752671336525
+ 4.19179129057771
+ 4.19182990932723
+ 4.191868527585102
+ 4.191907145351343
+ 4.191945762625971
+ 4.191984379409002
+ 4.1920229957004524
+ 4.192061611500341
+ 4.192100226808683
+ 4.192138841625497
+ 4.192177455950798
+ 4.192216069784606
+ 4.192254683126935
+ 4.1922932959778025
+ 4.192331908337226
+ 4.192370520205223
+ 4.192409131581811
+ 4.192447742467005
+ 4.192486352860822
+ 4.192524962763281
+ 4.192563572174399
+ 4.192602181094189
+ 4.192640789522674
+ 4.192679397459866
+ 4.192718004905784
+ 4.192756611860445
+ 4.192795218323866
+ 4.192833824296063
+ 4.192872429777053
+ 4.192911034766856
+ 4.192949639265485
+ 4.192988243272958
+ 4.1930268467892935
+ 4.193065449814507
+ 4.193104052348615
+ 4.193142654391638
+ 4.193181255943587
+ 4.193219857004485
+ 4.193258457574345
+ 4.193297057653186
+ 4.193335657241023
+ 4.193374256337875
+ 4.193412854943757
+ 4.193451453058688
+ 4.1934900506826835
+ 4.193528647815761
+ 4.193567244457937
+ 4.19360584060923
+ 4.193644436269655
+ 4.193683031439229
+ 4.19372162611797
+ 4.193760220305895
+ 4.19379881400302
+ 4.1938374072093625
+ 4.19387599992494
+ 4.193914592149769
+ 4.193953183883866
+ 4.193991775127247
+ 4.194030365879931
+ 4.194068956141934
+ 4.1941075459132735
+ 4.194146135193966
+ 4.194184723984028
+ 4.194223312283476
+ 4.194261900092329
+ 4.194300487410602
+ 4.194339074238313
+ 4.194377660575478
+ 4.194416246422115
+ 4.1944548317782395
+ 4.194493416643869
+ 4.194532001019023
+ 4.194570584903714
+ 4.194609168297962
+ 4.194647751201783
+ 4.194686333615193
+ 4.1947249155382105
+ 4.194763496970852
+ 4.194802077913133
+ 4.194840658365073
+ 4.1948792383266875
+ 4.194917817797992
+ 4.194956396779006
+ 4.194994975269744
+ 4.195033553270226
+ 4.195072130780466
+ 4.195110707800482
+ 4.195149284330291
+ 4.195187860369909
+ 4.195226435919355
+ 4.195265010978644
+ 4.195303585547793
+ 4.19534215962682
+ 4.195380733215741
+ 4.195419306314574
+ 4.195457878923334
+ 4.19549645104204
+ 4.195535022670707
+ 4.195573593809353
+ 4.1956121644579945
+ 4.19565073461665
+ 4.195689304285333
+ 4.1957278734640635
+ 4.195766442152856
+ 4.19580501035173
+ 4.1958435780607015
+ 4.195882145279786
+ 4.195920712009001
+ 4.195959278248364
+ 4.195997843997892
+ 4.1960364092576015
+ 4.19607497402751
+ 4.196113538307633
+ 4.1961521020979875
+ 4.196190665398591
+ 4.196229228209461
+ 4.196267790530614
+ 4.196306352362067
+ 4.196344913703836
+ 4.1963834745559385
+ 4.196422034918392
+ 4.196460594791211
+ 4.196499154174416
+ 4.196537713068021
+ 4.196576271472044
+ 4.196614829386501
+ 4.196653386811411
+ 4.196691943746788
+ 4.1967305001926505
+ 4.196769056149016
+ 4.1968076116159
+ 4.196846166593319
+ 4.196884721081291
+ 4.1969232750798335
+ 4.196961828588963
+ 4.197000381608695
+ 4.197038934139047
+ 4.197077486180037
+ 4.197116037731679
+ 4.197154588793993
+ 4.197193139366996
+ 4.197231689450701
+ 4.197270239045129
+ 4.197308788150295
+ 4.197347336766216
+ 4.197385884892908
+ 4.19742443253039
+ 4.1974629796786775
+ 4.197501526337787
+ 4.197540072507736
+ 4.197578618188541
+ 4.19761716338022
+ 4.197655708082787
+ 4.197694252296262
+ 4.197732796020661
+ 4.197771339255999
+ 4.1978098820022955
+ 4.197848424259566
+ 4.197886966027827
+ 4.197925507307096
+ 4.197964048097388
+ 4.198002588398723
+ 4.198041128211117
+ 4.198079667534585
+ 4.198118206369146
+ 4.198156744714814
+ 4.198195282571609
+ 4.198233819939546
+ 4.198272356818642
+ 4.198310893208915
+ 4.1983494291103804
+ 4.1983879645230555
+ 4.198426499446957
+ 4.198465033882103
+ 4.198503567828509
+ 4.198542101286191
+ 4.198580634255167
+ 4.198619166735455
+ 4.19865769872707
+ 4.19869623023003
+ 4.198734761244349
+ 4.198773291770047
+ 4.198811821807141
+ 4.198850351355645
+ 4.198888880415579
+ 4.1989274089869575
+ 4.198965937069798
+ 4.199004464664117
+ 4.199042991769933
+ 4.199081518387262
+ 4.1991200445161185
+ 4.199158570156522
+ 4.199197095308488
+ 4.199235619972034
+ 4.199274144147177
+ 4.199312667833933
+ 4.199351191032319
+ 4.199389713742352
+ 4.199428235964049
+ 4.199466757697428
+ 4.199505278942502
+ 4.199543799699291
+ 4.199582319967812
+ 4.199620839748079
+ 4.199659359040113
+ 4.199697877843926
+ 4.199736396159539
+ 4.199774913986966
+ 4.199813431326224
+ 4.199851948177331
+ 4.199890464540305
+ 4.19992898041516
+ 4.199967495801914
+ 4.200006010700584
+ 4.200044525111186
+ 4.2000830390337365
+ 4.200121552468255
+ 4.200160065414756
+ 4.200198577873255
+ 4.200237089843772
+ 4.2002756013263225
+ 4.200314112320922
+ 4.200352622827588
+ 4.200391132846338
+ 4.200429642377189
+ 4.200468151420157
+ 4.200506659975257
+ 4.2005451680425105
+ 4.200583675621931
+ 4.200622182713534
+ 4.200660689317339
+ 4.200699195433362
+ 4.20073770106162
+ 4.200776206202127
+ 4.200814710854904
+ 4.200853215019966
+ 4.200891718697329
+ 4.20093022188701
+ 4.200968724589027
+ 4.201007226803395
+ 4.201045728530133
+ 4.201084229769255
+ 4.20112273052078
+ 4.201161230784724
+ 4.201199730561104
+ 4.201238229849935
+ 4.201276728651237
+ 4.201315226965024
+ 4.201353724791314
+ 4.201392222130123
+ 4.201430718981469
+ 4.201469215345368
+ 4.201507711221836
+ 4.2015462066108915
+ 4.201584701512551
+ 4.201623195926828
+ 4.2016616898537436
+ 4.201700183293313
+ 4.201738676245552
+ 4.2017771687104775
+ 4.201815660688108
+ 4.201854152178457
+ 4.201892643181544
+ 4.201931133697386
+ 4.201969623725998
+ 4.202008113267397
+ 4.202046602321602
+ 4.202085090888626
+ 4.2021235789684885
+ 4.202162066561206
+ 4.202200553666793
+ 4.202239040285269
+ 4.202277526416649
+ 4.202316012060952
+ 4.202354497218192
+ 4.202392981888386
+ 4.202431466071553
+ 4.202469949767707
+ 4.202508432976866
+ 4.202546915699048
+ 4.202585397934268
+ 4.202623879682542
+ 4.202662360943889
+ 4.2027008417183245
+ 4.202739322005866
+ 4.202777801806528
+ 4.20281628112033
+ 4.202854759947287
+ 4.202893238287416
+ 4.202931716140735
+ 4.202970193507259
+ 4.203008670387005
+ 4.203047146779991
+ 4.203085622686232
+ 4.203124098105745
+ 4.203162573038548
+ 4.203201047484658
+ 4.203239521444089
+ 4.20327799491686
+ 4.203316467902987
+ 4.203354940402487
+ 4.203393412415377
+ 4.203431883941672
+ 4.20347035498139
+ 4.203508825534548
+ 4.203547295601163
+ 4.203585765181249
+ 4.203624234274827
+ 4.20366270288191
+ 4.203701171002516
+ 4.203739638636663
+ 4.203778105784365
+ 4.203816572445642
+ 4.203855038620508
+ 4.20389350430898
+ 4.203931969511075
+ 4.203970434226811
+ 4.204008898456204
+ 4.204047362199269
+ 4.2040858254560245
+ 4.204124288226487
+ 4.204162750510673
+ 4.204201212308599
+ 4.2042396736202825
+ 4.204278134445738
+ 4.204316594784984
+ 4.204355054638038
+ 4.204393514004914
+ 4.204431972885631
+ 4.204470431280205
+ 4.204508889188653
+ 4.20454734661099
+ 4.204585803547235
+ 4.204624259997403
+ 4.204662715961511
+ 4.204701171439576
+ 4.204739626431616
+ 4.204778080937645
+ 4.204816534957681
+ 4.204854988491742
+ 4.204893441539841
+ 4.204931894101999
+ 4.2049703461782295
+ 4.20500879776855
+ 4.205047248872979
+ 4.20508569949153
+ 4.205124149624222
+ 4.205162599271071
+ 4.205201048432094
+ 4.205239497107307
+ 4.205277945296727
+ 4.20531639300037
+ 4.205354840218254
+ 4.205393286950395
+ 4.205431733196809
+ 4.205470178957514
+ 4.205508624232524
+ 4.2055470690218595
+ 4.205585513325535
+ 4.205623957143567
+ 4.205662400475973
+ 4.205700843322768
+ 4.205739285683971
+ 4.205777727559597
+ 4.205816168949663
+ 4.205854609854186
+ 4.205893050273182
+ 4.205931490206669
+ 4.205969929654661
+ 4.206008368617177
+ 4.206046807094233
+ 4.206085245085847
+ 4.2061236825920325
+ 4.2061621196128085
+ 4.2062005561481906
+ 4.206238992198197
+ 4.206277427762842
+ 4.2063158628421435
+ 4.2063542974361186
+ 4.206392731544784
+ 4.206431165168155
+ 4.206469598306248
+ 4.206508030959083
+ 4.2065464631266725
+ 4.206584894809035
+ 4.206623326006187
+ 4.2066617567181455
+ 4.206700186944927
+ 4.206738616686547
+ 4.206777045943023
+ 4.2068154747143724
+ 4.206853903000611
+ 4.206892330801755
+ 4.206930758117822
+ 4.206969184948827
+ 4.207007611294788
+ 4.207046037155722
+ 4.207084462531645
+ 4.207122887422573
+ 4.207161311828524
+ 4.207199735749513
+ 4.207238159185557
+ 4.207276582136674
+ 4.20731500460288
+ 4.20735342658419
+ 4.207391848080623
+ 4.207430269092193
+ 4.20746868961892
+ 4.207507109660817
+ 4.207545529217903
+ 4.2075839482901936
+ 4.207622366877707
+ 4.207660784980456
+ 4.207699202598461
+ 4.207737619731738
+ 4.207776036380302
+ 4.207814452544171
+ 4.207852868223362
+ 4.207891283417888
+ 4.207929698127771
+ 4.207968112353022
+ 4.208006526093663
+ 4.208044939349708
+ 4.2080833521211725
+ 4.208121764408075
+ 4.208160176210431
+ 4.2081985875282575
+ 4.208236998361571
+ 4.208275408710389
+ 4.208313818574726
+ 4.2083522279546
+ 4.2083906368500275
+ 4.208429045261025
+ 4.208467453187608
+ 4.208505860629796
+ 4.208544267587603
+ 4.208582674061046
+ 4.208621080050142
+ 4.208659485554907
+ 4.208697890575359
+ 4.208736295111513
+ 4.208774699163387
+ 4.208813102730995
+ 4.208851505814356
+ 4.208889908413487
+ 4.208928310528402
+ 4.20896671215912
+ 4.209005113305657
+ 4.209043513968028
+ 4.209081914146252
+ 4.2091203138403435
+ 4.20915871305032
+ 4.209197111776198
+ 4.209235510017994
+ 4.209273907775724
+ 4.209312305049406
+ 4.209350701839056
+ 4.209389098144689
+ 4.209427493966324
+ 4.209465889303975
+ 4.209504284157662
+ 4.209542678527398
+ 4.209581072413202
+ 4.209619465815089
+ 4.209657858733076
+ 4.20969625116718
+ 4.209734643117417
+ 4.2097730345838045
+ 4.2098114255663575
+ 4.209849816065094
+ 4.20988820608003
+ 4.209926595611182
+ 4.209964984658566
+ 4.210003373222199
+ 4.210041761302099
+ 4.21008014889828
+ 4.210118536010761
+ 4.210156922639556
+ 4.210195308784684
+ 4.21023369444616
+ 4.2102720796240005
+ 4.210310464318223
+ 4.2103488485288425
+ 4.2103872322558775
+ 4.210425615499343
+ 4.210463998259257
+ 4.210502380535634
+ 4.210540762328492
+ 4.2105791436378475
+ 4.210617524463717
+ 4.210655904806116
+ 4.210694284665062
+ 4.210732664040572
+ 4.210771042932662
+ 4.210809421341348
+ 4.210847799266647
+ 4.210886176708574
+ 4.210924553667148
+ 4.210962930142385
+ 4.211001306134301
+ 4.211039681642911
+ 4.211078056668235
+ 4.211116431210288
+ 4.211154805269084
+ 4.211193178844643
+ 4.211231551936979
+ 4.2112699245461105
+ 4.211308296672053
+ 4.211346668314823
+ 4.211385039474437
+ 4.211423410150912
+ 4.211461780344265
+ 4.21150015005451
+ 4.211538519281667
+ 4.21157688802575
+ 4.211615256286775
+ 4.211653624064762
+ 4.211691991359723
+ 4.211730358171678
+ 4.211768724500643
+ 4.211807090346633
+ 4.211845455709665
+ 4.211883820589756
+ 4.211922184986922
+ 4.211960548901181
+ 4.211998912332547
+ 4.2120372752810376
+ 4.21207563774667
+ 4.21211399972946
+ 4.212152361229425
+ 4.2121907222465795
+ 4.212229082780943
+ 4.212267442832529
+ 4.212305802401354
+ 4.212344161487438
+ 4.212382520090794
+ 4.21242087821144
+ 4.212459235849392
+ 4.212497593004667
+ 4.212535949677281
+ 4.212574305867251
+ 4.2126126615745925
+ 4.212651016799323
+ 4.212689371541458
+ 4.212727725801016
+ 4.21276607957801
+ 4.212804432872459
+ 4.21284278568438
+ 4.212881138013789
+ 4.2129194898607
+ 4.2129578412251325
+ 4.212996192107102
+ 4.213034542506626
+ 4.2130728924237175
+ 4.213111241858397
+ 4.213149590810679
+ 4.21318793928058
+ 4.2132262872681165
+ 4.213264634773306
+ 4.213302981796164
+ 4.213341328336707
+ 4.21337967439495
+ 4.213418019970913
+ 4.21345636506461
+ 4.213494709676058
+ 4.213533053805274
+ 4.213571397452273
+ 4.213609740617073
+ 4.21364808329969
+ 4.21368642550014
+ 4.213724767218439
+ 4.213763108454606
+ 4.213801449208654
+ 4.213839789480602
+ 4.213878129270466
+ 4.213916468578261
+ 4.213954807404005
+ 4.213993145747713
+ 4.214031483609404
+ 4.214069820989091
+ 4.214108157886794
+ 4.214146494302527
+ 4.214184830236307
+ 4.214223165688152
+ 4.214261500658075
+ 4.214299835146096
+ 4.214338169152229
+ 4.214376502676491
+ 4.2144148357189
+ 4.21445316827947
+ 4.21449150035822
+ 4.214529831955165
+ 4.214568163070321
+ 4.214606493703706
+ 4.214644823855334
+ 4.2146831535252245
+ 4.214721482713391
+ 4.214759811419851
+ 4.214798139644623
+ 4.2148364673877206
+ 4.214874794649161
+ 4.214913121428961
+ 4.214951447727137
+ 4.214989773543705
+ 4.215028098878682
+ 4.215066423732084
+ 4.215104748103929
+ 4.21514307199423
+ 4.215181395403007
+ 4.215219718330275
+ 4.215258040776049
+ 4.2152963627403475
+ 4.215334684223186
+ 4.215373005224581
+ 4.215411325744548
+ 4.215449645783106
+ 4.215487965340269
+ 4.215526284416054
+ 4.2155646030104785
+ 4.2156029211235575
+ 4.215641238755308
+ 4.215679555905747
+ 4.215717872574889
+ 4.215756188762753
+ 4.215794504469353
+ 4.215832819694707
+ 4.215871134438831
+ 4.2159094487017414
+ 4.215947762483454
+ 4.215986075783986
+ 4.216024388603353
+ 4.216062700941572
+ 4.21610101279866
+ 4.216139324174633
+ 4.216177635069507
+ 4.216215945483297
+ 4.216254255416023
+ 4.2162925648676985
+ 4.2163308738383405
+ 4.216369182327965
+ 4.21640749033659
+ 4.216445797864231
+ 4.216484104910903
+ 4.216522411476625
+ 4.2165607175614115
+ 4.216599023165279
+ 4.216637328288245
+ 4.216675632930325
+ 4.216713937091536
+ 4.216752240771894
+ 4.216790543971415
+ 4.216828846690116
+ 4.216867148928013
+ 4.216905450685122
+ 4.21694375196146
+ 4.216982052757045
+ 4.21702035307189
+ 4.217058652906013
+ 4.217096952259431
+ 4.217135251132159
+ 4.217173549524214
+ 4.217211847435614
+ 4.217250144866373
+ 4.2172884418165095
+ 4.2173267382860375
+ 4.217365034274975
+ 4.217403329783337
+ 4.2174416248111415
+ 4.2174799193584045
+ 4.217518213425141
+ 4.217556507011369
+ 4.217594800117104
+ 4.217633092742362
+ 4.217671384887161
+ 4.217709676551516
+ 4.217747967735444
+ 4.21778625843896
+ 4.217824548662082
+ 4.217862838404827
+ 4.21790112766721
+ 4.217939416449245
+ 4.217977704750953
+ 4.218015992572347
+ 4.218054279913446
+ 4.2180925667742635
+ 4.218130853154817
+ 4.218169139055125
+ 4.2182074244752
+ 4.218245709415061
+ 4.218283993874724
+ 4.218322277854205
+ 4.21836056135352
+ 4.218398844372686
+ 4.218437126911719
+ 4.218475408970635
+ 4.218513690549451
+ 4.218551971648183
+ 4.218590252266847
+ 4.218628532405461
+ 4.218666812064039
+ 4.218705091242598
+ 4.218743369941156
+ 4.218781648159728
+ 4.218819925898329
+ 4.218858203156978
+ 4.21889647993569
+ 4.218934756234482
+ 4.218973032053369
+ 4.219011307392368
+ 4.219049582251495
+ 4.219087856630768
+ 4.219126130530201
+ 4.219164403949812
+ 4.219202676889617
+ 4.219240949349632
+ 4.219279221329873
+ 4.219317492830357
+ 4.2193557638511
+ 4.219394034392118
+ 4.219432304453428
+ 4.2194705740350456
+ 4.219508843136988
+ 4.2195471117592716
+ 4.219585379901911
+ 4.219623647564925
+ 4.219661914748327
+ 4.219700181452136
+ 4.2197384476763675
+ 4.219776713421036
+ 4.219814978686161
+ 4.219853243471756
+ 4.219891507777839
+ 4.219929771604426
+ 4.219968034951533
+ 4.220006297819176
+ 4.220044560207373
+ 4.2200828221161375
+ 4.220121083545488
+ 4.22015934449544
+ 4.2201976049660095
+ 4.220235864957214
+ 4.220274124469069
+ 4.22031238350159
+ 4.220350642054795
+ 4.2203889001286985
+ 4.220427157723319
+ 4.220465414838671
+ 4.220503671474771
+ 4.220541927631636
+ 4.2205801833092815
+ 4.220618438507724
+ 4.220656693226982
+ 4.220694947467067
+ 4.220733201228
+ 4.220771454509794
+ 4.220809707312467
+ 4.220847959636036
+ 4.220886211480515
+ 4.220924462845923
+ 4.220962713732273
+ 4.221000964139584
+ 4.221039214067871
+ 4.221077463517152
+ 4.221115712487441
+ 4.2211539609787545
+ 4.221192208991111
+ 4.221230456524524
+ 4.221268703579011
+ 4.221306950154589
+ 4.221345196251274
+ 4.221383441869081
+ 4.221421687008029
+ 4.22145993166813
+ 4.221498175849404
+ 4.221536419551866
+ 4.221574662775531
+ 4.221612905520417
+ 4.221651147786541
+ 4.221689389573917
+ 4.221727630882563
+ 4.221765871712494
+ 4.221804112063727
+ 4.221842351936278
+ 4.221880591330164
+ 4.2219188302454
+ 4.221957068682003
+ 4.22199530663999
+ 4.222033544119375
+ 4.222071781120176
+ 4.222110017642409
+ 4.2221482536860915
+ 4.222186489251237
+ 4.222224724337864
+ 4.222262958945987
+ 4.222301193075625
+ 4.2223394267267915
+ 4.222377659899504
+ 4.222415892593777
+ 4.22245412480963
+ 4.222492356547076
+ 4.222530587806134
+ 4.222568818586819
+ 4.222607048889147
+ 4.222645278713134
+ 4.222683508058797
+ 4.222721736926151
+ 4.222759965315215
+ 4.222798193226003
+ 4.222836420658531
+ 4.222874647612817
+ 4.222912874088874
+ 4.222951100086723
+ 4.222989325606376
+ 4.223027550647851
+ 4.223065775211165
+ 4.223103999296333
+ 4.223142222903371
+ 4.223180446032296
+ 4.223218668683124
+ 4.223256890855871
+ 4.223295112550554
+ 4.22333333376719
+ 4.223371554505792
+ 4.223409774766379
+ 4.223447994548966
+ 4.22348621385357
+ 4.223524432680207
+ 4.223562651028893
+ 4.223600868899644
+ 4.2236390862924775
+ 4.223677303207407
+ 4.223715519644452
+ 4.223753735603626
+ 4.223791951084948
+ 4.223830166088431
+ 4.223868380614094
+ 4.223906594661952
+ 4.223944808232021
+ 4.223983021324317
+ 4.224021233938857
+ 4.224059446075658
+ 4.224097657734735
+ 4.224135868916103
+ 4.22417407961978
+ 4.224212289845782
+ 4.224250499594125
+ 4.224288708864825
+ 4.224326917657899
+ 4.224365125973362
+ 4.224403333811231
+ 4.2244415411715215
+ 4.224479748054251
+ 4.224517954459434
+ 4.224556160387088
+ 4.224594365837229
+ 4.224632570809873
+ 4.224670775305036
+ 4.224708979322735
+ 4.224747182862985
+ 4.224785385925803
+ 4.224823588511205
+ 4.224861790619207
+ 4.224899992249825
+ 4.2249381934030765
+ 4.2249763940789755
+ 4.225014594277542
+ 4.2250527939987865
+ 4.22509099324273
+ 4.225129192009387
+ 4.225167390298773
+ 4.225205588110905
+ 4.2252437854458
+ 4.225281982303472
+ 4.225320178683939
+ 4.225358374587217
+ 4.225396570013322
+ 4.2254347649622686
+ 4.225472959434075
+ 4.225511153428758
+ 4.22554934694633
+ 4.225587539986812
+ 4.225625732550217
+ 4.225663924636562
+ 4.225702116245863
+ 4.225740307378136
+ 4.2257784980333986
+ 4.2258166882116655
+ 4.225854877912953
+ 4.225893067137278
+ 4.225931255884656
+ 4.225969444155103
+ 4.226007631948637
+ 4.226045819265271
+ 4.226084006105024
+ 4.226122192467911
+ 4.226160378353948
+ 4.226198563763151
+ 4.226236748695538
+ 4.226274933151122
+ 4.226313117129922
+ 4.226351300631952
+ 4.226389483657229
+ 4.226427666205771
+ 4.226465848277591
+ 4.226504029872707
+ 4.226542210991136
+ 4.226580391632892
+ 4.226618571797991
+ 4.226656751486452
+ 4.226694930698288
+ 4.226733109433518
+ 4.226771287692156
+ 4.226809465474219
+ 4.226847642779724
+ 4.226885819608684
+ 4.226923995961119
+ 4.226962171837043
+ 4.227000347236472
+ 4.2270385221594236
+ 4.227076696605912
+ 4.227114870575956
+ 4.227153044069569
+ 4.227191217086768
+ 4.2272293896275706
+ 4.227267561691991
+ 4.227305733280046
+ 4.227343904391752
+ 4.2273820750271245
+ 4.227420245186181
+ 4.227458414868937
+ 4.227496584075408
+ 4.22753475280561
+ 4.227572921059559
+ 4.227611088837273
+ 4.227649256138767
+ 4.227687422964056
+ 4.227725589313158
+ 4.227763755186088
+ 4.227801920582862
+ 4.227840085503497
+ 4.2278782499480085
+ 4.227916413916414
+ 4.227954577408727
+ 4.227992740424965
+ 4.228030902965145
+ 4.228069065029281
+ 4.228107226617391
+ 4.22814538772949
+ 4.228183548365595
+ 4.228221708525721
+ 4.228259868209887
+ 4.228298027418105
+ 4.228336186150393
+ 4.2283743444067685
+ 4.228412502187245
+ 4.22845065949184
+ 4.228488816320571
+ 4.228526972673452
+ 4.228565128550499
+ 4.228603283951728
+ 4.228641438877157
+ 4.2286795933268015
+ 4.228717747300677
+ 4.228755900798799
+ 4.228794053821185
+ 4.22883220636785
+ 4.22887035843881
+ 4.228908510034082
+ 4.228946661153682
+ 4.228984811797626
+ 4.22902296196593
+ 4.229061111658609
+ 4.229099260875682
+ 4.22913740961716
+ 4.229175557883066
+ 4.229213705673409
+ 4.229251852988211
+ 4.229289999827484
+ 4.229328146191247
+ 4.229366292079514
+ 4.229404437492302
+ 4.229442582429627
+ 4.229480726891505
+ 4.2295188708779525
+ 4.229557014388984
+ 4.229595157424617
+ 4.229633299984868
+ 4.229671442069752
+ 4.229709583679286
+ 4.2297477248134845
+ 4.229785865472366
+ 4.229824005655945
+ 4.229862145364238
+ 4.229900284597259
+ 4.229938423355028
+ 4.2299765616375575
+ 4.230014699444867
+ 4.230052836776969
+ 4.230090973633882
+ 4.230129110015621
+ 4.230167245922202
+ 4.230205381353643
+ 4.230243516309957
+ 4.230281650791163
+ 4.230319784797275
+ 4.230357918328309
+ 4.230396051384282
+ 4.230434183965211
+ 4.2304723160711095
+ 4.230510447701996
+ 4.230548578857886
+ 4.230586709538794
+ 4.2306248397447375
+ 4.230662969475731
+ 4.230701098731793
+ 4.230739227512939
+ 4.230777355819184
+ 4.230815483650543
+ 4.230853611007035
+ 4.230891737888674
+ 4.230929864295478
+ 4.23096799022746
+ 4.231006115684638
+ 4.2310442406670274
+ 4.231082365174645
+ 4.231120489207507
+ 4.231158612765628
+ 4.231196735849026
+ 4.231234858457714
+ 4.2312729805917115
+ 4.231311102251033
+ 4.2313492234356955
+ 4.231387344145713
+ 4.231425464381103
+ 4.23146358414188
+ 4.231501703428063
+ 4.231539822239665
+ 4.231577940576704
+ 4.2316160584391955
+ 4.231654175827156
+ 4.2316922927406
+ 4.231730409179545
+ 4.231768525144007
+ 4.231806640634
+ 4.231844755649543
+ 4.231882870190649
+ 4.2319209842573375
+ 4.2319590978496215
+ 4.231997210967519
+ 4.232035323611044
+ 4.232073435780215
+ 4.232111547475046
+ 4.232149658695554
+ 4.232187769441756
+ 4.232225879713665
+ 4.2322639895113
+ 4.232302098834675
+ 4.232340207683808
+ 4.232378316058713
+ 4.232416423959408
+ 4.2324545313859065
+ 4.232492638338226
+ 4.232530744816384
+ 4.232568850820394
+ 4.232606956350272
+ 4.232645061406037
+ 4.2326831659877024
+ 4.2327212700952845
+ 4.2327593737288005
+ 4.232797476888264
+ 4.232835579573694
+ 4.232873681785104
+ 4.232911783522512
+ 4.232949884785933
+ 4.232987985575382
+ 4.233026085890877
+ 4.233064185732434
+ 4.233102285100067
+ 4.233140383993793
+ 4.233178482413628
+ 4.2332165803595885
+ 4.23325467783169
+ 4.233292774829948
+ 4.233330871354379
+ 4.233368967405001
+ 4.233407062981827
+ 4.233445158084874
+ 4.233483252714158
+ 4.233521346869694
+ 4.2335594405515
+ 4.233597533759592
+ 4.233635626493983
+ 4.233673718754693
+ 4.233711810541735
+ 4.233749901855126
+ 4.233787992694882
+ 4.233826083061019
+ 4.233864172953553
+ 4.2339022623725
+ 4.233940351317876
+ 4.233978439789697
+ 4.234016527787978
+ 4.234054615312737
+ 4.234092702363989
+ 4.234130788941748
+ 4.2341688750460325
+ 4.234206960676858
+ 4.234245045834241
+ 4.234283130518196
+ 4.23432121472874
+ 4.234359298465889
+ 4.234397381729657
+ 4.234435464520063
+ 4.234473546837122
+ 4.234511628680849
+ 4.234549710051259
+ 4.234587790948371
+ 4.2346258713722
+ 4.2346639513227595
+ 4.234702030800069
+ 4.234740109804142
+ 4.234778188334997
+ 4.234816266392646
+ 4.2348543439771085
+ 4.234892421088398
+ 4.234930497726533
+ 4.2349685738915275
+ 4.235006649583398
+ 4.235044724802161
+ 4.235082799547831
+ 4.235120873820426
+ 4.23515894761996
+ 4.23519702094645
+ 4.235235093799911
+ 4.235273166180362
+ 4.2353112380878155
+ 4.235349309522288
+ 4.235387380483797
+ 4.235425450972357
+ 4.235463520987984
+ 4.235501590530696
+ 4.235539659600505
+ 4.235577728197431
+ 4.235615796321488
+ 4.235653863972693
+ 4.2356919311510595
+ 4.235729997856605
+ 4.235768064089347
+ 4.2358061298493
+ 4.23584419513648
+ 4.235882259950901
+ 4.235920324292582
+ 4.235958388161538
+ 4.235996451557783
+ 4.236034514481337
+ 4.236072576932212
+ 4.236110638910426
+ 4.236148700415994
+ 4.2361867614489315
+ 4.236224822009257
+ 4.236262882096983
+ 4.236300941712129
+ 4.2363390008547075
+ 4.236377059524736
+ 4.236415117722231
+ 4.236453175447208
+ 4.236491232699682
+ 4.2365292894796704
+ 4.236567345787187
+ 4.23660540162225
+ 4.236643456984875
+ 4.236681511875076
+ 4.236719566292871
+ 4.236757620238275
+ 4.2367956737113035
+ 4.236833726711974
+ 4.2368717792403014
+ 4.236909831296301
+ 4.23694788287999
+ 4.236985933991383
+ 4.237023984630496
+ 4.237062034797347
+ 4.237100084491949
+ 4.23713813371432
+ 4.237176182464475
+ 4.23721423074243
+ 4.237252278548202
+ 4.237290325881804
+ 4.237328372743256
+ 4.23736641913257
+ 4.237404465049765
+ 4.237442510494854
+ 4.237480555467855
+ 4.237518599968784
+ 4.237556643997655
+ 4.237594687554486
+ 4.237632730639292
+ 4.237670773252089
+ 4.2377088153928915
+ 4.237746857061718
+ 4.237784898258583
+ 4.237822938983502
+ 4.237860979236491
+ 4.237899019017568
+ 4.237937058326745
+ 4.237975097164041
+ 4.238013135529472
+ 4.2380511734230515
+ 4.238089210844796
+ 4.238127247794724
+ 4.238165284272848
+ 4.238203320279187
+ 4.238241355813754
+ 4.238279390876566
+ 4.238317425467639
+ 4.23835545958699
+ 4.238393493234632
+ 4.238431526410584
+ 4.2384695591148605
+ 4.238507591347477
+ 4.23854562310845
+ 4.238583654397795
+ 4.238621685215528
+ 4.238659715561665
+ 4.238697745436221
+ 4.238735774839214
+ 4.238773803770658
+ 4.23881183223057
+ 4.238849860218964
+ 4.238887887735858
+ 4.238925914781266
+ 4.238963941355206
+ 4.239001967457693
+ 4.239039993088742
+ 4.239078018248368
+ 4.2391160429365895
+ 4.239154067153422
+ 4.23919209089888
+ 4.23923011417298
+ 4.2392681369757375
+ 4.239306159307168
+ 4.239344181167288
+ 4.239382202556115
+ 4.239420223473662
+ 4.239458243919946
+ 4.239496263894983
+ 4.239534283398789
+ 4.239572302431379
+ 4.239610320992771
+ 4.239648339082978
+ 4.239686356702017
+ 4.239724373849905
+ 4.239762390526655
+ 4.239800406732287
+ 4.239838422466812
+ 4.239876437730251
+ 4.2399144525226165
+ 4.239952466843924
+ 4.239990480694192
+ 4.240028494073433
+ 4.240066506981666
+ 4.240104519418905
+ 4.240142531385167
+ 4.2401805428804655
+ 4.240218553904819
+ 4.240256564458242
+ 4.240294574540751
+ 4.240332584152362
+ 4.24037059329309
+ 4.240408601962951
+ 4.24044661016196
+ 4.240484617890134
+ 4.24052262514749
+ 4.240560631934041
+ 4.240598638249805
+ 4.240636644094798
+ 4.2406746494690335
+ 4.24071265437253
+ 4.2407506588053
+ 4.240788662767364
+ 4.240826666258735
+ 4.240864669279428
+ 4.240902671829459
+ 4.240940673908846
+ 4.240978675517604
+ 4.2410166766557476
+ 4.2410546773232936
+ 4.241092677520258
+ 4.241130677246655
+ 4.241168676502503
+ 4.241206675287816
+ 4.24124467360261
+ 4.241282671446902
+ 4.2413206688207055
+ 4.2413586657240385
+ 4.241396662156916
+ 4.241434658119354
+ 4.241472653611367
+ 4.241510648632973
+ 4.241548643184186
+ 4.241586637265023
+ 4.241624630875499
+ 4.241662624015632
+ 4.241700616685434
+ 4.241738608884924
+ 4.241776600614115
+ 4.241814591873025
+ 4.24185258266167
+ 4.241890572980064
+ 4.241928562828225
+ 4.241966552206167
+ 4.242004541113906
+ 4.242042529551458
+ 4.242080517518839
+ 4.242118505016065
+ 4.242156492043152
+ 4.242194478600115
+ 4.242232464686969
+ 4.242270450303733
+ 4.242308435450419
+ 4.242346420127046
+ 4.242384404333627
+ 4.24242238807018
+ 4.24246037133672
+ 4.242498354133262
+ 4.242536336459823
+ 4.242574318316417
+ 4.242612299703063
+ 4.242650280619773
+ 4.242688261066565
+ 4.242726241043454
+ 4.242764220550457
+ 4.242802199587589
+ 4.242840178154865
+ 4.242878156252302
+ 4.242916133879914
+ 4.24295411103772
+ 4.2429920877257326
+ 4.243030063943969
+ 4.243068039692445
+ 4.2431060149711755
+ 4.243143989780178
+ 4.243181964119466
+ 4.243219937989057
+ 4.243257911388965
+ 4.243295884319209
+ 4.243333856779802
+ 4.243371828770759
+ 4.243409800292098
+ 4.243447771343836
+ 4.243485741925984
+ 4.243523712038562
+ 4.243561681681585
+ 4.243599650855066
+ 4.243637619559024
+ 4.243675587793474
+ 4.243713555558431
+ 4.243751522853911
+ 4.24378948967993
+ 4.243827456036503
+ 4.243865421923648
+ 4.243903387341376
+ 4.243941352289709
+ 4.243979316768659
+ 4.244017280778242
+ 4.244055244318474
+ 4.244093207389371
+ 4.244131169990948
+ 4.244169132123222
+ 4.2442070937862075
+ 4.244245054979921
+ 4.244283015704379
+ 4.244320975959597
+ 4.244358935745589
+ 4.244396895062372
+ 4.244434853909961
+ 4.244472812288373
+ 4.244510770197622
+ 4.244548727637726
+ 4.244586684608699
+ 4.2446246411105575
+ 4.244662597143318
+ 4.244700552706994
+ 4.244738507801602
+ 4.244776462427159
+ 4.24481441658368
+ 4.244852370271182
+ 4.2448903234896775
+ 4.244928276239184
+ 4.2449662285197185
+ 4.2450041803312955
+ 4.24504213167393
+ 4.24508008254764
+ 4.245118032952438
+ 4.245155982888344
+ 4.245193932355369
+ 4.245231881353531
+ 4.245269829882846
+ 4.245307777943331
+ 4.245345725534998
+ 4.245383672657866
+ 4.24542161931195
+ 4.245459565497264
+ 4.245497511213826
+ 4.245535456461651
+ 4.245573401240753
+ 4.24561134555115
+ 4.245649289392857
+ 4.245687232765889
+ 4.245725175670263
+ 4.2457631181059945
+ 4.245801060073098
+ 4.245839001571589
+ 4.245876942601486
+ 4.2459148831628015
+ 4.245952823255553
+ 4.245990762879756
+ 4.246028702035425
+ 4.246066640722577
+ 4.246104578941228
+ 4.2461425166913935
+ 4.246180453973088
+ 4.2462183907863285
+ 4.24625632713113
+ 4.246294263007508
+ 4.2463321984154785
+ 4.246370133355057
+ 4.246408067826261
+ 4.246446001829104
+ 4.246483935363601
+ 4.24652186842977
+ 4.246559801027627
+ 4.246597733157185
+ 4.246635664818462
+ 4.2466735960114725
+ 4.246711526736232
+ 4.246749456992757
+ 4.2467873867810635
+ 4.246825316101166
+ 4.24686324495308
+ 4.246901173336823
+ 4.246939101252409
+ 4.246977028699855
+ 4.247014955679176
+ 4.247052882190388
+ 4.247090808233507
+ 4.2471287338085455
+ 4.247166658915524
+ 4.247204583554455
+ 4.247242507725355
+ 4.247280431428241
+ 4.247318354663126
+ 4.247356277430027
+ 4.247394199728961
+ 4.247432121559942
+ 4.247470042922986
+ 4.247507963818109
+ 4.247545884245326
+ 4.247583804204654
+ 4.247621723696107
+ 4.247659642719702
+ 4.247697561275454
+ 4.247735479363378
+ 4.247773396983492
+ 4.24781131413581
+ 4.247849230820347
+ 4.24788714703712
+ 4.247925062786144
+ 4.247962978067434
+ 4.2480008928810085
+ 4.24803880722688
+ 4.248076721105066
+ 4.24811463451558
+ 4.24815254745844
+ 4.248190459933661
+ 4.2482283719412575
+ 4.2482662834812475
+ 4.248304194553644
+ 4.248342105158464
+ 4.248380015295724
+ 4.2484179249654375
+ 4.248455834167622
+ 4.248493742902292
+ 4.248531651169465
+ 4.248569558969154
+ 4.248607466301376
+ 4.2486453731661475
+ 4.248683279563482
+ 4.248721185493398
+ 4.248759090955908
+ 4.2487969959510306
+ 4.248834900478779
+ 4.248872804539169
+ 4.248910708132219
+ 4.2489486112579415
+ 4.248986513916353
+ 4.2490244161074715
+ 4.249062317831309
+ 4.249100219087883
+ 4.24913811987721
+ 4.249176020199303
+ 4.24921392005418
+ 4.249251819441856
+ 4.249289718362346
+ 4.249327616815665
+ 4.2493655148018314
+ 4.249403412320859
+ 4.249441309372764
+ 4.24947920595756
+ 4.249517102075266
+ 4.249554997725895
+ 4.249592892909463
+ 4.2496307876259864
+ 4.24966868187548
+ 4.249706575657961
+ 4.249744468973444
+ 4.249782361821945
+ 4.2498202542034775
+ 4.24985814611806
+ 4.249896037565706
+ 4.249933928546433
+ 4.249971819060256
+ 4.250009709107189
+ 4.25004759868725
+ 4.250085487800453
+ 4.2501233764468145
+ 4.25016126462635
+ 4.250199152339074
+ 4.250237039585003
+ 4.2502749263641535
+ 4.2503128126765395
+ 4.250350698522178
+ 4.250388583901083
+ 4.250426468813272
+ 4.250464353258758
+ 4.25050223723756
+ 4.250540120749691
+ 4.250578003795168
+ 4.250615886374005
+ 4.250653768486219
+ 4.250691650131826
+ 4.25072953131084
+ 4.2507674120232775
+ 4.250805292269155
+ 4.250843172048487
+ 4.250881051361288
+ 4.250918930207575
+ 4.250956808587365
+ 4.250994686500672
+ 4.2510325639475095
+ 4.251070440927896
+ 4.2511083174418465
+ 4.251146193489377
+ 4.2511840690705025
+ 4.251221944185237
+ 4.251259818833599
+ 4.251297693015603
+ 4.251335566731263
+ 4.251373439980597
+ 4.2514113127636195
+ 4.251449185080345
+ 4.251487056930791
+ 4.251524928314971
+ 4.251562799232905
+ 4.251600669684603
+ 4.251638539670083
+ 4.25167640918936
+ 4.251714278242451
+ 4.251752146829371
+ 4.251790014950135
+ 4.251827882604759
+ 4.251865749793257
+ 4.251903616515648
+ 4.251941482771945
+ 4.2519793485621635
+ 4.252017213886321
+ 4.252055078744431
+ 4.2520929431365095
+ 4.2521308070625725
+ 4.252168670522637
+ 4.252206533516715
+ 4.2522443960448255
+ 4.252282258106982
+ 4.252320119703201
+ 4.252357980833498
+ 4.252395841497888
+ 4.252433701696388
+ 4.252471561429012
+ 4.252509420695775
+ 4.252547279496694
+ 4.252585137831785
+ 4.252622995701062
+ 4.252660853104542
+ 4.252698710042239
+ 4.25273656651417
+ 4.25277442252035
+ 4.252812278060794
+ 4.252850133135518
+ 4.252887987744538
+ 4.25292584188787
+ 4.252963695565528
+ 4.253001548777528
+ 4.253039401523886
+ 4.2530772538046175
+ 4.253115105619737
+ 4.253152956969262
+ 4.253190807853207
+ 4.2532286582715875
+ 4.253266508224418
+ 4.253304357711717
+ 4.253342206733497
+ 4.2533800552897745
+ 4.253417903380566
+ 4.253455751005886
+ 4.2534935981657505
+ 4.253531444860174
+ 4.253569291089174
+ 4.253607136852764
+ 4.253644982150961
+ 4.25368282698378
+ 4.253720671351236
+ 4.253758515253345
+ 4.253796358690124
+ 4.253834201661586
+ 4.253872044167748
+ 4.253909886208626
+ 4.253947727784233
+ 4.253985568894588
+ 4.254023409539703
+ 4.254061249719596
+ 4.254099089434282
+ 4.254136928683776
+ 4.254174767468094
+ 4.254212605787251
+ 4.254250443641264
+ 4.254288281030147
+ 4.254326117953916
+ 4.254363954412585
+ 4.254401790406173
+ 4.254439625934692
+ 4.254477460998161
+ 4.254515295596591
+ 4.254553129730002
+ 4.254590963398407
+ 4.254628796601821
+ 4.254666629340262
+ 4.254704461613743
+ 4.254742293422281
+ 4.254780124765891
+ 4.254817955644589
+ 4.254855786058391
+ 4.25489361600731
+ 4.254931445491364
+ 4.254969274510568
+ 4.255007103064936
+ 4.255044931154485
+ 4.25508275877923
+ 4.255120585939188
+ 4.255158412634372
+ 4.255196238864798
+ 4.255234064630483
+ 4.255271889931441
+ 4.25530971476769
+ 4.255347539139241
+ 4.2553853630461145
+ 4.255423186488322
+ 4.255461009465882
+ 4.255498831978808
+ 4.255536654027116
+ 4.255574475610821
+ 4.2556122967299395
+ 4.255650117384486
+ 4.255687937574478
+ 4.255725757299929
+ 4.255763576560855
+ 4.255801395357271
+ 4.255839213689194
+ 4.255877031556638
+ 4.255914848959618
+ 4.255952665898152
+ 4.255990482372253
+ 4.256028298381938
+ 4.256066113927222
+ 4.25610392900812
+ 4.2561417436246485
+ 4.256179557776821
+ 4.256217371464655
+ 4.2562551846881655
+ 4.2562929974473676
+ 4.256330809742278
+ 4.25636862157291
+ 4.25640643293928
+ 4.256444243841404
+ 4.256482054279297
+ 4.256519864252975
+ 4.256557673762452
+ 4.256595482807747
+ 4.25663329138887
+ 4.256671099505842
+ 4.256708907158674
+ 4.2567467143473845
+ 4.256784521071988
+ 4.256822327332499
+ 4.256860133128935
+ 4.256897938461309
+ 4.256935743329638
+ 4.256973547733938
+ 4.2570113516742225
+ 4.25704915515051
+ 4.2570869581628115
+ 4.257124760711147
+ 4.2571625627955285
+ 4.257200364415974
+ 4.257238165572497
+ 4.257275966265115
+ 4.2573137664938425
+ 4.257351566258693
+ 4.2573893655596855
+ 4.257427164396832
+ 4.257464962770151
+ 4.257502760679655
+ 4.2575405581253625
+ 4.257578355107286
+ 4.257616151625444
+ 4.25765394767985
+ 4.257691743270519
+ 4.257729538397467
+ 4.25776733306071
+ 4.257805127260264
+ 4.257842920996143
+ 4.257880714268363
+ 4.257918507076939
+ 4.257956299421887
+ 4.257994091303223
+ 4.25803188272096
+ 4.258069673675117
+ 4.258107464165707
+ 4.258145254192746
+ 4.258183043756249
+ 4.2582208328562325
+ 4.258258621492711
+ 4.2582964096657
+ 4.258334197375215
+ 4.258371984621273
+ 4.258409771403888
+ 4.258447557723074
+ 4.258485343578848
+ 4.258523128971226
+ 4.258560913900223
+ 4.258598698365854
+ 4.258636482368134
+ 4.25867426590708
+ 4.258712048982706
+ 4.258749831595027
+ 4.258787613744061
+ 4.258825395429821
+ 4.258863176652323
+ 4.258900957411583
+ 4.258938737707615
+ 4.258976517540436
+ 4.25901429691006
+ 4.259052075816504
+ 4.259089854259782
+ 4.259127632239911
+ 4.259165409756904
+ 4.25920318681078
+ 4.259240963401551
+ 4.259278739529233
+ 4.259316515193843
+ 4.259354290395395
+ 4.259392065133906
+ 4.259429839409389
+ 4.259467613221862
+ 4.2595053865713375
+ 4.2595431594578335
+ 4.259580931881364
+ 4.259618703841944
+ 4.259656475339591
+ 4.25969424637432
+ 4.259732016946144
+ 4.25976978705508
+ 4.259807556701143
+ 4.259845325884349
+ 4.259883094604714
+ 4.259920862862252
+ 4.259958630656978
+ 4.2599963979889095
+ 4.260034164858061
+ 4.260071931264446
+ 4.260109697208082
+ 4.260147462688985
+ 4.260185227707168
+ 4.260222992262648
+ 4.26026075635544
+ 4.260298519985559
+ 4.260336283153022
+ 4.260374045857842
+ 4.260411808100035
+ 4.2604495698796185
+ 4.260487331196605
+ 4.2605250920510125
+ 4.260562852442853
+ 4.260600612372145
+ 4.260638371838905
+ 4.260676130843144
+ 4.2607138893848795
+ 4.260751647464128
+ 4.260789405080903
+ 4.260827162235221
+ 4.260864918927097
+ 4.260902675156546
+ 4.2609404309235845
+ 4.260978186228227
+ 4.2610159410704895
+ 4.261053695450387
+ 4.261091449367934
+ 4.261129202823148
+ 4.261166955816042
+ 4.261204708346633
+ 4.261242460414935
+ 4.261280212020964
+ 4.261317963164736
+ 4.2613557138462665
+ 4.26139346406557
+ 4.261431213822662
+ 4.261468963117558
+ 4.261506711950272
+ 4.261544460320823
+ 4.261582208229222
+ 4.261619955675487
+ 4.261657702659633
+ 4.261695449181675
+ 4.2617331952416295
+ 4.26177094083951
+ 4.261808685975332
+ 4.261846430649111
+ 4.261884174860865
+ 4.261921918610606
+ 4.26195966189835
+ 4.261997404724114
+ 4.2620351470879125
+ 4.26207288898976
+ 4.262110630429673
+ 4.262148371407665
+ 4.262186111923754
+ 4.262223851977954
+ 4.2622615915702795
+ 4.262299330700746
+ 4.262337069369371
+ 4.262374807576168
+ 4.262412545321152
+ 4.262450282604341
+ 4.262488019425747
+ 4.262525755785386
+ 4.262563491683275
+ 4.262601227119429
+ 4.262638962093861
+ 4.262676696606589
+ 4.262714430657628
+ 4.262752164246992
+ 4.262789897374697
+ 4.26282763004076
+ 4.262865362245193
+ 4.2629030939880135
+ 4.262940825269236
+ 4.262978556088877
+ 4.263016286446949
+ 4.263054016343472
+ 4.263091745778457
+ 4.2631294747519215
+ 4.26316720326388
+ 4.263204931314349
+ 4.263242658903342
+ 4.263280386030876
+ 4.2633181126969655
+ 4.263355838901626
+ 4.263393564644873
+ 4.263431289926721
+ 4.263469014747186
+ 4.263506739106283
+ 4.263544463004028
+ 4.263582186440436
+ 4.263619909415522
+ 4.2636576319293
+ 4.263695353981788
+ 4.2637330755730005
+ 4.263770796702952
+ 4.263808517371658
+ 4.263846237579134
+ 4.263883957325395
+ 4.263921676610458
+ 4.263959395434335
+ 4.2639971137970445
+ 4.2640348316986
+ 4.264072549139018
+ 4.264110266118313
+ 4.2641479826365
+ 4.264185698693595
+ 4.264223414289614
+ 4.26426112942457
+ 4.264298844098479
+ 4.264336558311357
+ 4.264374272063221
+ 4.264411985354084
+ 4.264449698183961
+ 4.264487410552869
+ 4.264525122460822
+ 4.264562833907836
+ 4.264600544893925
+ 4.264638255419106
+ 4.264675965483394
+ 4.264713675086803
+ 4.264751384229349
+ 4.264789092911049
+ 4.264826801131916
+ 4.264864508891965
+ 4.264902216191214
+ 4.264939923029675
+ 4.264977629407365
+ 4.265015335324301
+ 4.2650530407804945
+ 4.265090745775963
+ 4.265128450310722
+ 4.2651661543847865
+ 4.265203857998171
+ 4.265241561150891
+ 4.265279263842962
+ 4.265316966074401
+ 4.26535466784522
+ 4.265392369155437
+ 4.265430070005066
+ 4.265467770394122
+ 4.265505470322621
+ 4.265543169790577
+ 4.265580868798009
+ 4.265618567344927
+ 4.26565626543135
+ 4.265693963057291
+ 4.265731660222768
+ 4.265769356927794
+ 4.2658070531723835
+ 4.265844748956555
+ 4.265882444280321
+ 4.265920139143698
+ 4.2659578335467
+ 4.265995527489345
+ 4.266033220971645
+ 4.266070913993618
+ 4.266108606555276
+ 4.266146298656639
+ 4.266183990297717
+ 4.266221681478529
+ 4.266259372199088
+ 4.266297062459412
+ 4.266334752259513
+ 4.266372441599409
+ 4.266410130479112
+ 4.266447818898642
+ 4.266485506858009
+ 4.266523194357233
+ 4.266560881396326
+ 4.266598567975304
+ 4.266636254094182
+ 4.266673939752977
+ 4.266711624951703
+ 4.266749309690375
+ 4.266786993969008
+ 4.266824677787618
+ 4.26686236114622
+ 4.266900044044829
+ 4.2669377264834605
+ 4.266975408462129
+ 4.2670130899808525
+ 4.267050771039643
+ 4.267088451638517
+ 4.26712613177749
+ 4.267163811456576
+ 4.267201490675792
+ 4.267239169435151
+ 4.267276847734672
+ 4.267314525574365
+ 4.2673522029542506
+ 4.267389879874339
+ 4.26742755633465
+ 4.267465232335196
+ 4.2675029078759925
+ 4.267540582957056
+ 4.267578257578402
+ 4.267615931740042
+ 4.267653605441996
+ 4.267691278684275
+ 4.267728951466898
+ 4.267766623789878
+ 4.267804295653232
+ 4.267841967056973
+ 4.267879638001117
+ 4.2679173084856785
+ 4.267954978510676
+ 4.26799264807612
+ 4.2680303171820295
+ 4.268067985828418
+ 4.268105654015301
+ 4.268143321742693
+ 4.26818098901061
+ 4.2682186558190685
+ 4.2682563221680825
+ 4.268293988057666
+ 4.268331653487835
+ 4.268369318458606
+ 4.268406982969992
+ 4.268444647022011
+ 4.268482310614675
+ 4.268519973748002
+ 4.268557636422005
+ 4.2685952986367015
+ 4.268632960392104
+ 4.268670621688231
+ 4.268708282525095
+ 4.2687459429027115
+ 4.268783602821096
+ 4.268821262280264
+ 4.2688589212802315
+ 4.268896579821012
+ 4.268934237902623
+ 4.268971895525077
+ 4.26900955268839
+ 4.269047209392578
+ 4.269084865637657
+ 4.26912252142364
+ 4.269160176750543
+ 4.269197831618382
+ 4.269235486027171
+ 4.269273139976926
+ 4.269310793467662
+ 4.269348446499395
+ 4.269386099072138
+ 4.269423751185908
+ 4.26946140284072
+ 4.269499054036588
+ 4.269536704773529
+ 4.2695743550515575
+ 4.269612004870687
+ 4.2696496542309355
+ 4.269687303132315
+ 4.269724951574845
+ 4.269762599558537
+ 4.269800247083406
+ 4.269837894149471
+ 4.269875540756743
+ 4.26991318690524
+ 4.269950832594975
+ 4.269988477825964
+ 4.270026122598224
+ 4.270063766911767
+ 4.27010141076661
+ 4.270139054162769
+ 4.270176697100257
+ 4.27021433957909
+ 4.270251981599284
+ 4.2702896231608545
+ 4.2703272642638135
+ 4.27036490490818
+ 4.270402545093967
+ 4.27044018482119
+ 4.270477824089866
+ 4.270515462900008
+ 4.27055310125163
+ 4.27059073914475
+ 4.270628376579382
+ 4.270666013555542
+ 4.270703650073243
+ 4.270741286132503
+ 4.270778921733334
+ 4.270816556875754
+ 4.270854191559777
+ 4.270891825785418
+ 4.270929459552692
+ 4.270967092861615
+ 4.2710047257122
+ 4.271042358104465
+ 4.271079990038425
+ 4.271117621514092
+ 4.271155252531485
+ 4.271192883090616
+ 4.271230513191503
+ 4.271268142834158
+ 4.271305772018597
+ 4.271343400744838
+ 4.271381029012893
+ 4.271418656822779
+ 4.27145628417451
+ 4.271493911068102
+ 4.271531537503569
+ 4.271569163480927
+ 4.271606789000191
+ 4.271644414061376
+ 4.271682038664497
+ 4.271719662809569
+ 4.271757286496608
+ 4.271794909725629
+ 4.271832532496646
+ 4.271870154809674
+ 4.27190777666473
+ 4.271945398061829
+ 4.271983019000984
+ 4.272020639482213
+ 4.272058259505528
+ 4.272095879070946
+ 4.272133498178482
+ 4.272171116828151
+ 4.272208735019968
+ 4.272246352753948
+ 4.272283970030106
+ 4.272321586848458
+ 4.272359203209018
+ 4.272396819111801
+ 4.272434434556824
+ 4.272472049544101
+ 4.272509664073646
+ 4.272547278145476
+ 4.272584891759605
+ 4.272622504916048
+ 4.27266011761482
+ 4.272697729855938
+ 4.2727353416394145
+ 4.272772952965267
+ 4.2728105638335085
+ 4.272848174244156
+ 4.272885784197222
+ 4.272923393692725
+ 4.272961002730677
+ 4.272998611311095
+ 4.273036219433994
+ 4.273073827099388
+ 4.273111434307293
+ 4.273149041057724
+ 4.2731866473506965
+ 4.273224253186225
+ 4.273261858564325
+ 4.27329946348501
+ 4.273337067948297
+ 4.273374671954201
+ 4.273412275502737
+ 4.273449878593918
+ 4.273487481227763
+ 4.273525083404284
+ 4.273562685123496
+ 4.273600286385416
+ 4.273637887190058
+ 4.273675487537438
+ 4.273713087427569
+ 4.2737506868604695
+ 4.273788285836151
+ 4.273825884354631
+ 4.273863482415923
+ 4.2739010800200425
+ 4.273938677167006
+ 4.273976273856827
+ 4.274013870089521
+ 4.274051465865105
+ 4.27408906118359
+ 4.274126656044994
+ 4.274164250449331
+ 4.274201844396618
+ 4.274239437886867
+ 4.2742770309200955
+ 4.274314623496318
+ 4.274352215615549
+ 4.274389807277804
+ 4.274427398483097
+ 4.274464989231446
+ 4.2745025795228635
+ 4.274540169357365
+ 4.274577758734965
+ 4.274615347655681
+ 4.274652936119525
+ 4.274690524126514
+ 4.274728111676663
+ 4.274765698769987
+ 4.2748032854065
+ 4.274840871586218
+ 4.274878457309156
+ 4.274916042575328
+ 4.274953627384751
+ 4.274991211737439
+ 4.275028795633407
+ 4.275066379072671
+ 4.275103962055244
+ 4.2751415445811425
+ 4.275179126650382
+ 4.275216708262977
+ 4.2752542894189425
+ 4.275291870118293
+ 4.275329450361045
+ 4.275367030147212
+ 4.2754046094768094
+ 4.275442188349853
+ 4.275479766766358
+ 4.275517344726339
+ 4.2755549222298095
+ 4.2755924992767875
+ 4.275630075867285
+ 4.275667652001321
+ 4.275705227678905
+ 4.275742802900058
+ 4.275780377664791
+ 4.275817951973121
+ 4.275855525825062
+ 4.275893099220629
+ 4.275930672159838
+ 4.275968244642703
+ 4.27600581666924
+ 4.276043388239463
+ 4.276080959353389
+ 4.276118530011031
+ 4.276156100212404
+ 4.276193669957524
+ 4.276231239246406
+ 4.276268808079066
+ 4.2763063764555165
+ 4.276343944375774
+ 4.276381511839853
+ 4.27641907884777
+ 4.276456645399538
+ 4.276494211495174
+ 4.276531777134691
+ 4.276569342318107
+ 4.276606907045433
+ 4.276644471316687
+ 4.276682035131883
+ 4.276719598491036
+ 4.276757161394163
+ 4.276794723841276
+ 4.27683228583239
+ 4.276869847367522
+ 4.276907408446688
+ 4.276944969069901
+ 4.276982529237175
+ 4.277020088948527
+ 4.277057648203972
+ 4.277095207003524
+ 4.277132765347199
+ 4.277170323235011
+ 4.2772078806669755
+ 4.277245437643107
+ 4.277282994163422
+ 4.277320550227934
+ 4.277358105836659
+ 4.277395660989611
+ 4.2774332156868065
+ 4.277470769928259
+ 4.277508323713985
+ 4.2775458770439965
+ 4.277583429918312
+ 4.277620982336946
+ 4.277658534299911
+ 4.277696085807225
+ 4.2777336368589
+ 4.277771187454954
+ 4.277808737595401
+ 4.277846287280256
+ 4.277883836509532
+ 4.277921385283247
+ 4.277958933601415
+ 4.27799648146405
+ 4.278034028871167
+ 4.278071575822783
+ 4.278109122318911
+ 4.278146668359566
+ 4.2781842139447654
+ 4.278221759074522
+ 4.27825930374885
+ 4.278296847967767
+ 4.278334391731287
+ 4.278371935039424
+ 4.278409477892193
+ 4.278447020289611
+ 4.278484562231691
+ 4.278522103718448
+ 4.278559644749898
+ 4.278597185326056
+ 4.278634725446937
+ 4.278672265112554
+ 4.278709804322925
+ 4.278747343078063
+ 4.278784881377984
+ 4.278822419222702
+ 4.278859956612233
+ 4.27889749354659
+ 4.278935030025791
+ 4.278972566049849
+ 4.27901010161878
+ 4.279047636732598
+ 4.279085171391318
+ 4.279122705594955
+ 4.2791602393435255
+ 4.279197772637043
+ 4.279235305475522
+ 4.279272837858978
+ 4.279310369787428
+ 4.279347901260884
+ 4.279385432279363
+ 4.279422962842879
+ 4.279460492951445
+ 4.279498022605081
+ 4.2795355518037965
+ 4.279573080547611
+ 4.279610608836537
+ 4.279648136670589
+ 4.279685664049785
+ 4.279723190974136
+ 4.279760717443659
+ 4.2797982434583695
+ 4.279835769018281
+ 4.27987329412341
+ 4.27991081877377
+ 4.2799483429693765
+ 4.279985866710246
+ 4.280023389996391
+ 4.280060912827827
+ 4.280098435204571
+ 4.280135957126635
+ 4.280173478594036
+ 4.280210999606788
+ 4.280248520164906
+ 4.280286040268407
+ 4.280323559917303
+ 4.28036107911161
+ 4.280398597851343
+ 4.280436116136517
+ 4.280473633967148
+ 4.280511151343249
+ 4.280548668264835
+ 4.2805861847319235
+ 4.280623700744527
+ 4.280661216302661
+ 4.280698731406342
+ 4.280736246055582
+ 4.280773760250398
+ 4.280811273990805
+ 4.280848787276817
+ 4.280886300108449
+ 4.2809238124857165
+ 4.280961324408635
+ 4.2809988358772175
+ 4.28103634689148
+ 4.28107385745144
+ 4.2811113675571075
+ 4.281148877208501
+ 4.281186386405634
+ 4.281223895148521
+ 4.281261403437179
+ 4.281298911271621
+ 4.281336418651863
+ 4.2813739255779195
+ 4.281411432049805
+ 4.281448938067534
+ 4.281486443631124
+ 4.281523948740587
+ 4.281561453395939
+ 4.281598957597196
+ 4.281636461344371
+ 4.281673964637481
+ 4.28171146747654
+ 4.281748969861561
+ 4.281786471792562
+ 4.281823973269556
+ 4.281861474292558
+ 4.281898974861585
+ 4.281936474976649
+ 4.281973974637767
+ 4.282011473844953
+ 4.282048972598222
+ 4.282086470897589
+ 4.282123968743069
+ 4.282161466134676
+ 4.282198963072426
+ 4.2822364595563345
+ 4.282273955586414
+ 4.282311451162683
+ 4.282348946285153
+ 4.28238644095384
+ 4.282423935168761
+ 4.282461428929928
+ 4.282498922237356
+ 4.282536415091061
+ 4.282573907491059
+ 4.282611399437363
+ 4.2826488909299885
+ 4.282686381968952
+ 4.282723872554265
+ 4.282761362685945
+ 4.282798852364007
+ 4.282836341588463
+ 4.282873830359331
+ 4.282911318676626
+ 4.28294880654036
+ 4.282986293950551
+ 4.283023780907212
+ 4.283061267410359
+ 4.283098753460005
+ 4.283136239056168
+ 4.28317372419886
+ 4.283211208888097
+ 4.283248693123894
+ 4.283286176906266
+ 4.283323660235228
+ 4.283361143110794
+ 4.283398625532979
+ 4.2834361075017995
+ 4.283473589017269
+ 4.283511070079402
+ 4.283548550688215
+ 4.28358603084372
+ 4.283623510545936
+ 4.283660989794874
+ 4.2836984685905515
+ 4.283735946932981
+ 4.28377342482218
+ 4.283810902258162
+ 4.283848379240942
+ 4.283885855770534
+ 4.283923331846954
+ 4.283960807470217
+ 4.283998282640338
+ 4.284035757357332
+ 4.284073231621211
+ 4.284110705431994
+ 4.284148178789693
+ 4.284185651694324
+ 4.284223124145902
+ 4.284260596144443
+ 4.284298067689958
+ 4.284335538782465
+ 4.284373009421979
+ 4.284410479608514
+ 4.284447949342085
+ 4.284485418622706
+ 4.284522887450393
+ 4.28456035582516
+ 4.284597823747024
+ 4.284635291215997
+ 4.284672758232095
+ 4.284710224795332
+ 4.284747690905726
+ 4.284785156563288
+ 4.2848226217680345
+ 4.2848600865199815
+ 4.284897550819142
+ 4.284935014665532
+ 4.284972478059165
+ 4.285009941000058
+ 4.285047403488224
+ 4.285084865523679
+ 4.285122327106436
+ 4.285159788236512
+ 4.285197248913922
+ 4.2852347091386775
+ 4.285272168910797
+ 4.285309628230295
+ 4.285347087097184
+ 4.285384545511481
+ 4.2854220034732
+ 4.285459460982357
+ 4.285496918038964
+ 4.285534374643038
+ 4.285571830794593
+ 4.285609286493646
+ 4.285646741740209
+ 4.285684196534298
+ 4.285721650875927
+ 4.285759104765113
+ 4.285796558201868
+ 4.2858340111862105
+ 4.28587146371815
+ 4.285908915797707
+ 4.285946367424893
+ 4.285983818599724
+ 4.286021269322214
+ 4.286058719592378
+ 4.286096169410233
+ 4.28613361877579
+ 4.286171067689066
+ 4.286208516150076
+ 4.286245964158835
+ 4.286283411715356
+ 4.286320858819656
+ 4.286358305471748
+ 4.286395751671648
+ 4.286433197419371
+ 4.2864706427149315
+ 4.286508087558343
+ 4.286545531949622
+ 4.286582975888784
+ 4.286620419375841
+ 4.28665786241081
+ 4.286695304993706
+ 4.286732747124542
+ 4.2867701888033345
+ 4.286807630030098
+ 4.286845070804846
+ 4.286882511127596
+ 4.286919950998358
+ 4.286957390417153
+ 4.286994829383992
+ 4.28703226789889
+ 4.287069705961863
+ 4.287107143572924
+ 4.2871445807320905
+ 4.287182017439376
+ 4.287219453694792
+ 4.28725688949836
+ 4.287294324850089
+ 4.287331759749997
+ 4.2873691941980985
+ 4.287406628194406
+ 4.287444061738936
+ 4.287481494831705
+ 4.287518927472724
+ 4.287556359662011
+ 4.287593791399579
+ 4.287631222685444
+ 4.28766865351962
+ 4.287706083902121
+ 4.287743513832964
+ 4.287780943312161
+ 4.28781837233973
+ 4.2878558009156835
+ 4.287893229040036
+ 4.287930656712805
+ 4.287968083934003
+ 4.288005510703646
+ 4.288042937021746
+ 4.288080362888322
+ 4.288117788303385
+ 4.288155213266952
+ 4.288192637779038
+ 4.288230061839656
+ 4.288267485448822
+ 4.288304908606551
+ 4.288342331312856
+ 4.288379753567755
+ 4.28841717537126
+ 4.288454596723388
+ 4.28849201762415
+ 4.2885294380735655
+ 4.288566858071646
+ 4.288604277618407
+ 4.288641696713864
+ 4.288679115358031
+ 4.288716533550923
+ 4.288753951292556
+ 4.2887913685829435
+ 4.288828785422099
+ 4.28886620181004
+ 4.28890361774678
+ 4.288941033232333
+ 4.288978448266715
+ 4.28901586284994
+ 4.289053276982023
+ 4.289090690662979
+ 4.289128103892823
+ 4.289165516671568
+ 4.289202928999232
+ 4.289240340875827
+ 4.289277752301367
+ 4.28931516327587
+ 4.289352573799349
+ 4.2893899838718195
+ 4.289427393493296
+ 4.289464802663791
+ 4.289502211383322
+ 4.289539619651904
+ 4.28957702746955
+ 4.289614434836275
+ 4.289651841752093
+ 4.289689248217022
+ 4.289726654231074
+ 4.289764059794265
+ 4.289801464906608
+ 4.289838869568119
+ 4.289876273778814
+ 4.2899136775387054
+ 4.28995108084781
+ 4.289988483706139
+ 4.290025886113712
+ 4.290063288070542
+ 4.290100689576642
+ 4.290138090632027
+ 4.290175491236714
+ 4.290212891390716
+ 4.290250291094049
+ 4.290287690346726
+ 4.290325089148762
+ 4.290362487500173
+ 4.290399885400973
+ 4.290437282851176
+ 4.290474679850799
+ 4.290512076399855
+ 4.290549472498359
+ 4.290586868146325
+ 4.290624263343769
+ 4.290661658090705
+ 4.290699052387149
+ 4.290736446233113
+ 4.290773839628614
+ 4.290811232573668
+ 4.290848625068286
+ 4.290886017112484
+ 4.290923408706279
+ 4.290960799849683
+ 4.2909981905427115
+ 4.29103558078538
+ 4.291072970577703
+ 4.291110359919695
+ 4.291147748811371
+ 4.291185137252743
+ 4.29122252524383
+ 4.291259912784645
+ 4.291297299875202
+ 4.291334686515517
+ 4.291372072705604
+ 4.291409458445477
+ 4.291446843735152
+ 4.2914842285746415
+ 4.2915216129639635
+ 4.29155899690313
+ 4.291596380392158
+ 4.291633763431061
+ 4.291671146019852
+ 4.291708528158549
+ 4.291745909847164
+ 4.291783291085713
+ 4.291820671874211
+ 4.291858052212673
+ 4.291895432101112
+ 4.291932811539544
+ 4.291970190527982
+ 4.292007569066444
+ 4.292044947154941
+ 4.2920823247934905
+ 4.292119701982106
+ 4.292157078720802
+ 4.292194455009594
+ 4.292231830848496
+ 4.292269206237523
+ 4.29230658117669
+ 4.292343955666011
+ 4.292381329705501
+ 4.2924187032951755
+ 4.292456076435047
+ 4.292493449125133
+ 4.292530821365446
+ 4.292568193156002
+ 4.292605564496815
+ 4.292642935387899
+ 4.292680305829271
+ 4.292717675820943
+ 4.292755045362932
+ 4.292792414455251
+ 4.292829783097916
+ 4.29286715129094
+ 4.292904519034339
+ 4.292941886328128
+ 4.292979253172321
+ 4.293016619566933
+ 4.293053985511977
+ 4.293091351007471
+ 4.293128716053426
+ 4.2931660806498595
+ 4.293203444796785
+ 4.293240808494217
+ 4.293278171742171
+ 4.293315534540661
+ 4.293352896889702
+ 4.293390258789308
+ 4.293427620239495
+ 4.293464981240276
+ 4.293502341791667
+ 4.293539701893683
+ 4.293577061546337
+ 4.293614420749644
+ 4.2936517795036195
+ 4.29368913780828
+ 4.293726495663635
+ 4.293763853069705
+ 4.2938012100265
+ 4.2938385665340375
+ 4.29387592259233
+ 4.293913278201395
+ 4.293950633361244
+ 4.293987988071894
+ 4.294025342333359
+ 4.294062696145653
+ 4.294100049508792
+ 4.29413740242279
+ 4.294174754887661
+ 4.294212106903419
+ 4.294249458470082
+ 4.294286809587662
+ 4.294324160256173
+ 4.294361510475632
+ 4.294398860246051
+ 4.294436209567448
+ 4.294473558439835
+ 4.294510906863227
+ 4.294548254837639
+ 4.294585602363085
+ 4.2946229494395824
+ 4.294660296067143
+ 4.294697642245782
+ 4.294734987975514
+ 4.294772333256354
+ 4.294809678088317
+ 4.2948470224714175
+ 4.294884366405669
+ 4.294921709891088
+ 4.294959052927687
+ 4.294996395515482
+ 4.295033737654489
+ 4.295071079344719
+ 4.29510842058619
+ 4.295145761378915
+ 4.29518310172291
+ 4.295220441618187
+ 4.2952577810647625
+ 4.295295120062653
+ 4.295332458611868
+ 4.295369796712427
+ 4.295407134364342
+ 4.295444471567629
+ 4.295481808322302
+ 4.295519144628375
+ 4.295556480485865
+ 4.295593815894783
+ 4.295631150855147
+ 4.29566848536697
+ 4.295705819430266
+ 4.295743153045051
+ 4.2957804862113385
+ 4.295817818929145
+ 4.295855151198483
+ 4.295892483019368
+ 4.2959298143918145
+ 4.295967145315838
+ 4.2960044757914515
+ 4.296041805818669
+ 4.296079135397509
+ 4.296116464527983
+ 4.296153793210106
+ 4.296191121443893
+ 4.296228449229359
+ 4.296265776566518
+ 4.296303103455384
+ 4.296340429895973
+ 4.296377755888298
+ 4.296415081432376
+ 4.2964524065282195
+ 4.296489731175844
+ 4.296527055375264
+ 4.296564379126494
+ 4.296601702429548
+ 4.296639025284442
+ 4.296676347691189
+ 4.296713669649805
+ 4.296750991160304
+ 4.296788312222701
+ 4.2968256328370105
+ 4.296862953003246
+ 4.296900272721423
+ 4.296937591991557
+ 4.2969749108136615
+ 4.29701222918775
+ 4.29704954711384
+ 4.297086864591943
+ 4.297124181622076
+ 4.297161498204252
+ 4.297198814338488
+ 4.297236130024794
+ 4.2972734452631896
+ 4.297310760053686
+ 4.2973480743963
+ 4.297385388291045
+ 4.297422701737936
+ 4.297460014736987
+ 4.297497327288212
+ 4.297534639391629
+ 4.297571951047248
+ 4.2976092622550865
+ 4.297646573015158
+ 4.297683883327478
+ 4.297721193192061
+ 4.29775850260892
+ 4.29779581157807
+ 4.297833120099528
+ 4.297870428173307
+ 4.297907735799419
+ 4.297945042977884
+ 4.297982349708711
+ 4.2980196559919195
+ 4.29805696182752
+ 4.298094267215529
+ 4.298131572155961
+ 4.29816887664883
+ 4.2982061806941525
+ 4.298243484291941
+ 4.29828078744221
+ 4.298318090144975
+ 4.298355392400251
+ 4.298392694208051
+ 4.298429995568391
+ 4.2984672964812844
+ 4.2985045969467475
+ 4.298541896964793
+ 4.298579196535437
+ 4.298616495658692
+ 4.298653794334575
+ 4.298691092563098
+ 4.298728390344279
+ 4.298765687678129
+ 4.298802984564665
+ 4.2988402810039
+ 4.29887757699585
+ 4.298914872540528
+ 4.29895216763795
+ 4.298989462288129
+ 4.299026756491082
+ 4.2990640502468205
+ 4.29910134355536
+ 4.299138636416718
+ 4.2991759288309055
+ 4.299213220797938
+ 4.299250512317831
+ 4.299287803390597
+ 4.299325094016253
+ 4.299362384194813
+ 4.29939967392629
+ 4.2994369632107
+ 4.299474252048057
+ 4.299511540438375
+ 4.2995488283816705
+ 4.299586115877955
+ 4.299623402927247
+ 4.299660689529556
+ 4.299697975684901
+ 4.2997352613932955
+ 4.2997725466547525
+ 4.299809831469288
+ 4.299847115836916
+ 4.299884399757651
+ 4.299921683231508
+ 4.299958966258499
+ 4.299996248838643
+ 4.300033530971952
+ 4.300070812658441
+ 4.300108093898123
+ 4.300145374691015
+ 4.30018265503713
+ 4.300219934936482
+ 4.300257214389087
+ 4.300294493394959
+ 4.300331771954112
+ 4.300369050066562
+ 4.300406327732322
+ 4.300443604951408
+ 4.300480881723832
+ 4.300518158049612
+ 4.300555433928759
+ 4.30059270936129
+ 4.300629984347219
+ 4.300667258886559
+ 4.300704532979327
+ 4.300741806625535
+ 4.3007790798252
+ 4.300816352578335
+ 4.3008536248849545
+ 4.300890896745074
+ 4.3009281681587055
+ 4.300965439125867
+ 4.301002709646571
+ 4.301039979720833
+ 4.301077249348666
+ 4.3011145185300865
+ 4.301151787265107
+ 4.301189055553744
+ 4.30122632339601
+ 4.301263590791922
+ 4.3013008577414915
+ 4.301338124244734
+ 4.301375390301666
+ 4.3014126559123
+ 4.301449921076651
+ 4.301487185794733
+ 4.3015244500665615
+ 4.301561713892151
+ 4.301598977271515
+ 4.301636240204669
+ 4.301673502691626
+ 4.301710764732403
+ 4.301748026327012
+ 4.301785287475469
+ 4.301822548177789
+ 4.301859808433984
+ 4.30189706824407
+ 4.3019343276080635
+ 4.301971586525975
+ 4.302008844997822
+ 4.302046103023619
+ 4.302083360603378
+ 4.302120617737115
+ 4.302157874424845
+ 4.302195130666582
+ 4.30223238646234
+ 4.302269641812136
+ 4.30230689671598
+ 4.30234415117389
+ 4.302381405185879
+ 4.3024186587519635
+ 4.302455911872155
+ 4.30249316454647
+ 4.302530416774922
+ 4.3025676685575265
+ 4.302604919894296
+ 4.302642170785248
+ 4.302679421230394
+ 4.302716671229752
+ 4.302753920783331
+ 4.302791169891152
+ 4.302828418553224
+ 4.302865666769565
+ 4.302902914540188
+ 4.3029401618651075
+ 4.302977408744338
+ 4.303014655177894
+ 4.303051901165791
+ 4.303089146708042
+ 4.303126391804661
+ 4.303163636455666
+ 4.303200880661067
+ 4.303238124420881
+ 4.3032753677351225
+ 4.303312610603805
+ 4.303349853026942
+ 4.303387095004552
+ 4.303424336536645
+ 4.3034615776232386
+ 4.3034988182643445
+ 4.303536058459979
+ 4.303573298210156
+ 4.303610537514892
+ 4.303647776374198
+ 4.30368501478809
+ 4.303722252756583
+ 4.30375949027969
+ 4.303796727357427
+ 4.303833963989809
+ 4.3038712001768475
+ 4.303908435918561
+ 4.30394567121496
+ 4.303982906066061
+ 4.304020140471878
+ 4.304057374432427
+ 4.30409460794772
+ 4.304131841017772
+ 4.304169073642599
+ 4.3042063058222135
+ 4.304243537556631
+ 4.304280768845867
+ 4.304317999689934
+ 4.304355230088847
+ 4.304392460042621
+ 4.30442968955127
+ 4.304466918614809
+ 4.304504147233252
+ 4.304541375406613
+ 4.304578603134907
+ 4.3046158304181485
+ 4.304653057256351
+ 4.30469028364953
+ 4.304727509597701
+ 4.304764735100876
+ 4.304801960159071
+ 4.304839184772298
+ 4.304876408940576
+ 4.304913632663916
+ 4.304950855942333
+ 4.304988078775842
+ 4.3050253011644575
+ 4.305062523108192
+ 4.305099744607063
+ 4.305136965661083
+ 4.305174186270267
+ 4.305211406434629
+ 4.305248626154184
+ 4.305285845428946
+ 4.305323064258929
+ 4.30536028264415
+ 4.30539750058462
+ 4.305434718080355
+ 4.3054719351313695
+ 4.305509151737677
+ 4.305546367899293
+ 4.305583583616233
+ 4.3056207988885085
+ 4.305658013716135
+ 4.305695228099128
+ 4.305732442037502
+ 4.30576965553127
+ 4.305806868580446
+ 4.305844081185046
+ 4.3058812933450845
+ 4.305918505060576
+ 4.305955716331534
+ 4.3059929271579716
+ 4.3060301375399055
+ 4.30606734747735
+ 4.306104556970318
+ 4.306141766018826
+ 4.3061789746228865
+ 4.3062161827825145
+ 4.306253390497725
+ 4.306290597768532
+ 4.3063278045949485
+ 4.306365010976992
+ 4.306402216914674
+ 4.30643942240801
+ 4.306476627457015
+ 4.306513832061703
+ 4.306551036222087
+ 4.306588239938185
+ 4.306625443210008
+ 4.306662646037571
+ 4.306699848420888
+ 4.306737050359976
+ 4.306774251854847
+ 4.306811452905516
+ 4.306848653511998
+ 4.306885853674306
+ 4.306923053392455
+ 4.306960252666461
+ 4.306997451496336
+ 4.307034649882096
+ 4.307071847823755
+ 4.307109045321326
+ 4.307146242374826
+ 4.307183438984267
+ 4.3072206351496645
+ 4.307257830871034
+ 4.307295026148387
+ 4.30733222098174
+ 4.307369415371108
+ 4.307406609316502
+ 4.307443802817941
+ 4.307480995875436
+ 4.307518188489003
+ 4.3075553806586555
+ 4.307592572384409
+ 4.3076297636662755
+ 4.307666954504272
+ 4.307704144898412
+ 4.30774133484871
+ 4.307778524355179
+ 4.307815713417835
+ 4.307852902036692
+ 4.307890090211764
+ 4.307927277943066
+ 4.3079644652306115
+ 4.308001652074416
+ 4.308038838474491
+ 4.308076024430856
+ 4.308113209943522
+ 4.308150395012503
+ 4.3081875796378135
+ 4.30822476381947
+ 4.308261947557485
+ 4.308299130851874
+ 4.308336313702649
+ 4.3083734961098274
+ 4.308410678073423
+ 4.308447859593448
+ 4.308485040669918
+ 4.308522221302848
+ 4.308559401492252
+ 4.308596581238144
+ 4.308633760540538
+ 4.308670939399449
+ 4.308708117814892
+ 4.30874529578688
+ 4.308782473315429
+ 4.308819650400553
+ 4.3088568270422645
+ 4.308894003240579
+ 4.30893117899551
+ 4.3089683543070745
+ 4.309005529175284
+ 4.309042703600155
+ 4.3090798775817
+ 4.309117051119935
+ 4.309154224214873
+ 4.309191396866529
+ 4.309228569074916
+ 4.309265740840051
+ 4.309302912161947
+ 4.3093400830406186
+ 4.309377253476079
+ 4.309414423468343
+ 4.3094515930174255
+ 4.309488762123341
+ 4.309525930786103
+ 4.309563099005727
+ 4.309600266782227
+ 4.309637434115617
+ 4.30967460100591
+ 4.309711767453123
+ 4.309748933457269
+ 4.3097860990183605
+ 4.309823264136416
+ 4.3098604288114455
+ 4.309897593043467
+ 4.309934756832492
+ 4.309971920178537
+ 4.310009083081615
+ 4.310046245541741
+ 4.310083407558929
+ 4.3101205691331925
+ 4.310157730264547
+ 4.3101948909530075
+ 4.310232051198586
+ 4.310269211001299
+ 4.310306370361159
+ 4.310343529278183
+ 4.3103806877523825
+ 4.310417845783772
+ 4.310455003372369
+ 4.310492160518184
+ 4.310529317221234
+ 4.310566473481531
+ 4.3106036292990915
+ 4.310640784673929
+ 4.310677939606057
+ 4.310715094095491
+ 4.310752248142244
+ 4.310789401746332
+ 4.310826554907768
+ 4.3108637076265675
+ 4.310900859902743
+ 4.310938011736311
+ 4.310975163127283
+ 4.311012314075677
+ 4.311049464581505
+ 4.311086614644781
+ 4.3111237642655205
+ 4.311160913443736
+ 4.311198062179445
+ 4.311235210472658
+ 4.311272358323392
+ 4.3113095057316615
+ 4.311346652697478
+ 4.3113837992208595
+ 4.311420945301816
+ 4.311458090940366
+ 4.311495236136522
+ 4.311532380890298
+ 4.311569525201708
+ 4.311606669070768
+ 4.311643812497491
+ 4.31168095548189
+ 4.311718098023983
+ 4.31175524012378
+ 4.311792381781299
+ 4.311829522996551
+ 4.311866663769554
+ 4.311903804100319
+ 4.311940943988861
+ 4.311978083435196
+ 4.312015222439338
+ 4.312052361001299
+ 4.312089499121095
+ 4.31212663679874
+ 4.312163774034248
+ 4.312200910827634
+ 4.312238047178912
+ 4.312275183088095
+ 4.3123123185551995
+ 4.312349453580239
+ 4.3123865881632275
+ 4.312423722304179
+ 4.312460856003107
+ 4.312497989260028
+ 4.312535122074955
+ 4.312572254447903
+ 4.3126093863788855
+ 4.312646517867916
+ 4.31268364891501
+ 4.312720779520182
+ 4.312757909683445
+ 4.312795039404816
+ 4.312832168684307
+ 4.312869297521931
+ 4.312906425917704
+ 4.312943553871642
+ 4.312980681383756
+ 4.313017808454061
+ 4.313054935082573
+ 4.313092061269305
+ 4.3131291870142725
+ 4.313166312317488
+ 4.3132034371789665
+ 4.313240561598723
+ 4.31327768557677
+ 4.313314809113123
+ 4.313351932207797
+ 4.313389054860805
+ 4.313426177072161
+ 4.3134632988418815
+ 4.313500420169977
+ 4.313537541056466
+ 4.313574661501359
+ 4.313611781504672
+ 4.313648901066421
+ 4.3136860201866165
+ 4.313723138865275
+ 4.313760257102411
+ 4.313797374898038
+ 4.313834492252172
+ 4.313871609164823
+ 4.3139087256360105
+ 4.3139458416657455
+ 4.3139829572540425
+ 4.314020072400916
+ 4.31405718710638
+ 4.31409430137045
+ 4.31413141519314
+ 4.314168528574463
+ 4.314205641514435
+ 4.314242754013067
+ 4.314279866070378
+ 4.314316977686379
+ 4.3143540888610845
+ 4.314391199594509
+ 4.314428309886667
+ 4.314465419737573
+ 4.314502529147241
+ 4.314539638115685
+ 4.31457674664292
+ 4.314613854728958
+ 4.3146509623738165
+ 4.314688069577508
+ 4.314725176340046
+ 4.314762282661445
+ 4.314799388541722
+ 4.314836493980887
+ 4.314873598978957
+ 4.314910703535945
+ 4.314947807651867
+ 4.314984911326736
+ 4.315022014560565
+ 4.31505911735337
+ 4.315096219705165
+ 4.3151333216159635
+ 4.315170423085781
+ 4.31520752411463
+ 4.315244624702525
+ 4.3152817248494815
+ 4.315318824555513
+ 4.315355923820633
+ 4.315393022644858
+ 4.3154301210282
+ 4.3154672189706735
+ 4.3155043164722935
+ 4.315541413533073
+ 4.315578510153029
+ 4.315615606332171
+ 4.315652702070519
+ 4.315689797368083
+ 4.315726892224878
+ 4.315763986640919
+ 4.315801080616219
+ 4.315838174150794
+ 4.315875267244658
+ 4.3159123598978235
+ 4.3159494521103055
+ 4.3159865438821186
+ 4.316023635213278
+ 4.316060726103795
+ 4.316097816553687
+ 4.316134906562966
+ 4.316171996131647
+ 4.316209085259744
+ 4.316246173947272
+ 4.316283262194244
+ 4.316320350000676
+ 4.316357437366579
+ 4.316394524291971
+ 4.316431610776863
+ 4.316468696821271
+ 4.316505782425209
+ 4.316542867588692
+ 4.316579952311732
+ 4.316617036594344
+ 4.316654120436544
+ 4.316691203838344
+ 4.3167282867997585
+ 4.316765369320803
+ 4.31680245140149
+ 4.316839533041835
+ 4.316876614241853
+ 4.316913695001555
+ 4.316950775320959
+ 4.316987855200076
+ 4.317024934638921
+ 4.31706201363751
+ 4.317099092195855
+ 4.317136170313972
+ 4.317173247991874
+ 4.317210325229574
+ 4.31724740202709
+ 4.317284478384432
+ 4.317321554301618
+ 4.317358629778658
+ 4.31739570481557
+ 4.317432779412366
+ 4.31746985356906
+ 4.317506927285668
+ 4.317544000562202
+ 4.317581073398678
+ 4.31761814579511
+ 4.31765521775151
+ 4.317692289267895
+ 4.317729360344278
+ 4.317766430980672
+ 4.317803501177095
+ 4.317840570933556
+ 4.317877640250072
+ 4.317914709126657
+ 4.3179517775633265
+ 4.317988845560092
+ 4.318025913116968
+ 4.318062980233971
+ 4.318100046911113
+ 4.318137113148409
+ 4.318174178945872
+ 4.318211244303519
+ 4.318248309221362
+ 4.318285373699415
+ 4.318322437737693
+ 4.31835950133621
+ 4.318396564494979
+ 4.318433627214016
+ 4.318470689493334
+ 4.318507751332947
+ 4.318544812732871
+ 4.318581873693119
+ 4.318618934213704
+ 4.318655994294641
+ 4.318693053935944
+ 4.318730113137628
+ 4.318767171899707
+ 4.318804230222194
+ 4.318841288105105
+ 4.318878345548452
+ 4.318915402552251
+ 4.318952459116514
+ 4.318989515241257
+ 4.319026570926494
+ 4.319063626172239
+ 4.319100680978506
+ 4.319137735345309
+ 4.319174789272662
+ 4.31921184276058
+ 4.319248895809076
+ 4.319285948418164
+ 4.31932300058786
+ 4.319360052318176
+ 4.319397103609128
+ 4.319434154460729
+ 4.319471204872994
+ 4.3195082548459345
+ 4.319545304379569
+ 4.319582353473908
+ 4.319619402128967
+ 4.319656450344761
+ 4.319693498121302
+ 4.319730545458606
+ 4.319767592356687
+ 4.319804638815557
+ 4.319841684835233
+ 4.319878730415728
+ 4.319915775557056
+ 4.319952820259231
+ 4.319989864522267
+ 4.320026908346178
+ 4.32006395173098
+ 4.320100994676684
+ 4.320138037183306
+ 4.320175079250862
+ 4.320212120879362
+ 4.320249162068823
+ 4.320286202819258
+ 4.320323243130681
+ 4.320360283003107
+ 4.320397322436549
+ 4.320434361431023
+ 4.320471399986541
+ 4.320508438103119
+ 4.3205454757807695
+ 4.320582513019507
+ 4.320619549819346
+ 4.320656586180301
+ 4.320693622102385
+ 4.320730657585614
+ 4.320767692629999
+ 4.320804727235557
+ 4.320841761402301
+ 4.320878795130245
+ 4.320915828419403
+ 4.32095286126979
+ 4.3209898936814195
+ 4.321026925654305
+ 4.3210639571884615
+ 4.321100988283903
+ 4.321138018940643
+ 4.321175049158697
+ 4.3212120789380775
+ 4.3212491082788
+ 4.321286137180877
+ 4.321323165644324
+ 4.321360193669154
+ 4.321397221255382
+ 4.321434248403023
+ 4.321471275112088
+ 4.321508301382593
+ 4.321545327214553
+ 4.321582352607981
+ 4.321619377562891
+ 4.321656402079298
+ 4.321693426157214
+ 4.321730449796656
+ 4.321767472997636
+ 4.32180449576017
+ 4.321841518084269
+ 4.32187853996995
+ 4.321915561417226
+ 4.321952582426111
+ 4.321989602996619
+ 4.322026623128765
+ 4.322063642822561
+ 4.322100662078024
+ 4.322137680895167
+ 4.322174699274001
+ 4.322211717214545
+ 4.32224873471681
+ 4.322285751780811
+ 4.322322768406562
+ 4.322359784594077
+ 4.32239680034337
+ 4.322433815654456
+ 4.322470830527347
+ 4.32250784496206
+ 4.322544858958606
+ 4.322581872517001
+ 4.322618885637259
+ 4.322655898319394
+ 4.322692910563418
+ 4.32272992236935
+ 4.322766933737198
+ 4.322803944666981
+ 4.32284095515871
+ 4.322877965212401
+ 4.322914974828066
+ 4.32295198400572
+ 4.322988992745379
+ 4.3230260010470545
+ 4.323063008910761
+ 4.3231000163365145
+ 4.323137023324327
+ 4.323174029874213
+ 4.323211035986187
+ 4.323248041660263
+ 4.323285046896454
+ 4.323322051694776
+ 4.323359056055241
+ 4.323396059977865
+ 4.323433063462661
+ 4.3234700665096435
+ 4.323507069118826
+ 4.323544071290223
+ 4.323581073023847
+ 4.3236180743197155
+ 4.323655075177839
+ 4.323692075598234
+ 4.323729075580912
+ 4.32376607512589
+ 4.323803074233181
+ 4.323840072902799
+ 4.323877071134757
+ 4.32391406892907
+ 4.323951066285752
+ 4.323988063204817
+ 4.324025059686279
+ 4.324062055730152
+ 4.324099051336451
+ 4.324136046505188
+ 4.324173041236379
+ 4.324210035530037
+ 4.324247029386176
+ 4.324284022804811
+ 4.324321015785954
+ 4.3243580083296225
+ 4.324395000435827
+ 4.324431992104584
+ 4.3244689833359065
+ 4.324505974129807
+ 4.3245429644863025
+ 4.324579954405406
+ 4.324616943887131
+ 4.324653932931491
+ 4.324690921538501
+ 4.324727909708176
+ 4.324764897440527
+ 4.324801884735572
+ 4.324838871593321
+ 4.324875858013791
+ 4.324912843996995
+ 4.324949829542947
+ 4.324986814651661
+ 4.3250237993231515
+ 4.325060783557431
+ 4.3250977673545155
+ 4.325134750714418
+ 4.325171733637153
+ 4.3252087161227335
+ 4.325245698171175
+ 4.32528267978249
+ 4.325319660956694
+ 4.3253566416938005
+ 4.325393621993823
+ 4.325430601856775
+ 4.325467581282673
+ 4.325504560271528
+ 4.325541538823357
+ 4.325578516938171
+ 4.325615494615986
+ 4.325652471856816
+ 4.325689448660674
+ 4.325726425027574
+ 4.325763400957531
+ 4.32580037645056
+ 4.325837351506672
+ 4.3258743261258825
+ 4.3259113003082055
+ 4.325948274053656
+ 4.325985247362246
+ 4.326022220233992
+ 4.326059192668906
+ 4.3260961646670015
+ 4.326133136228295
+ 4.326170107352799
+ 4.326207078040527
+ 4.326244048291494
+ 4.326281018105714
+ 4.3263179874832005
+ 4.326354956423968
+ 4.32639192492803
+ 4.3264288929954
+ 4.326465860626094
+ 4.326502827820123
+ 4.326539794577504
+ 4.3265767608982495
+ 4.326613726782372
+ 4.32665069222989
+ 4.326687657240813
+ 4.326724621815156
+ 4.326761585952935
+ 4.326798549654163
+ 4.326835512918852
+ 4.326872475747019
+ 4.326909438138676
+ 4.3269464000938385
+ 4.326983361612519
+ 4.3270203226947315
+ 4.3270572833404914
+ 4.327094243549812
+ 4.327131203322707
+ 4.32716816265919
+ 4.327205121559276
+ 4.3272420800229785
+ 4.327279038050312
+ 4.327315995641289
+ 4.327352952795925
+ 4.327389909514234
+ 4.3274268657962285
+ 4.327463821641924
+ 4.327500777051335
+ 4.327537732024473
+ 4.327574686561353
+ 4.32761164066199
+ 4.327648594326397
+ 4.32768554755459
+ 4.32772250034658
+ 4.327759452702382
+ 4.32779640462201
+ 4.327833356105478
+ 4.327870307152801
+ 4.327907257763992
+ 4.327944207939065
+ 4.327981157678035
+ 4.328018106980914
+ 4.328055055847717
+ 4.328092004278458
+ 4.328128952273152
+ 4.328165899831811
+ 4.32820284695445
+ 4.3282397936410835
+ 4.328276739891725
+ 4.328313685706386
+ 4.328350631085086
+ 4.328387576027834
+ 4.328424520534646
+ 4.328461464605535
+ 4.328498408240517
+ 4.328535351439604
+ 4.32857229420281
+ 4.328609236530149
+ 4.3286461784216375
+ 4.328683119877285
+ 4.328720060897109
+ 4.328757001481123
+ 4.32879394162934
+ 4.328830881341774
+ 4.328867820618439
+ 4.328904759459349
+ 4.3289416978645185
+ 4.328978635833961
+ 4.329015573367689
+ 4.329052510465721
+ 4.329089447128067
+ 4.3291263833547395
+ 4.329163319145757
+ 4.3292002545011306
+ 4.329237189420875
+ 4.329274123905004
+ 4.329311057953531
+ 4.329347991566471
+ 4.329384924743838
+ 4.329421857485645
+ 4.329458789791906
+ 4.329495721662635
+ 4.329532653097848
+ 4.329569584097555
+ 4.329606514661775
+ 4.329643444790516
+ 4.329680374483796
+ 4.329717303741629
+ 4.329754232564026
+ 4.329791160951004
+ 4.329828088902576
+ 4.329865016418754
+ 4.329901943499555
+ 4.329938870144992
+ 4.329975796355077
+ 4.330012722129826
+ 4.330049647469252
+ 4.330086572373371
+ 4.330123496842193
+ 4.330160420875735
+ 4.330197344474009
+ 4.330234267637032
+ 4.330271190364815
+ 4.330308112657373
+ 4.3303450345147185
+ 4.330381955936868
+ 4.330418876923834
+ 4.33045579747563
+ 4.330492717592271
+ 4.33052963727377
+ 4.330566556520141
+ 4.330603475331398
+ 4.330640393707555
+ 4.3306773116486275
+ 4.330714229154627
+ 4.330751146225568
+ 4.330788062861466
+ 4.330824979062332
+ 4.330861894828183
+ 4.330898810159031
+ 4.33093572505489
+ 4.330972639515775
+ 4.3310095535416995
+ 4.331046467132676
+ 4.33108338028872
+ 4.331120293009846
+ 4.3311572052960665
+ 4.331194117147395
+ 4.331231028563846
+ 4.331267939545435
+ 4.331304850092173
+ 4.331341760204077
+ 4.3313786698811585
+ 4.331415579123433
+ 4.331452487930912
+ 4.331489396303612
+ 4.331526304241547
+ 4.331563211744728
+ 4.331600118813172
+ 4.331637025446891
+ 4.331673931645899
+ 4.331710837410212
+ 4.331747742739841
+ 4.331784647634802
+ 4.331821552095108
+ 4.331858456120772
+ 4.33189535971181
+ 4.331932262868235
+ 4.33196916559006
+ 4.3320060678773
+ 4.332042969729968
+ 4.332079871148079
+ 4.332116772131646
+ 4.3321536726806835
+ 4.332190572795204
+ 4.332227472475223
+ 4.332264371720755
+ 4.332301270531811
+ 4.332338168908408
+ 4.332375066850557
+ 4.332411964358274
+ 4.332448861431572
+ 4.332485758070466
+ 4.332522654274968
+ 4.332559550045094
+ 4.332596445380856
+ 4.332633340282269
+ 4.332670234749346
+ 4.3327071287821015
+ 4.332744022380549
+ 4.332780915544704
+ 4.332817808274578
+ 4.332854700570186
+ 4.332891592431542
+ 4.33292848385866
+ 4.332965374851552
+ 4.333002265410234
+ 4.3330391555347205
+ 4.333076045225023
+ 4.333112934481156
+ 4.333149823303136
+ 4.333186711690972
+ 4.333223599644683
+ 4.33326048716428
+ 4.333297374249777
+ 4.333334260901188
+ 4.333371147118527
+ 4.333408032901808
+ 4.333444918251045
+ 4.333481803166252
+ 4.333518687647442
+ 4.333555571694629
+ 4.333592455307828
+ 4.333629338487053
+ 4.333666221232316
+ 4.333703103543631
+ 4.333739985421014
+ 4.3337768668644765
+ 4.333813747874034
+ 4.333850628449699
+ 4.333887508591488
+ 4.333924388299412
+ 4.333961267573485
+ 4.333998146413722
+ 4.334035024820137
+ 4.334071902792744
+ 4.334108780331555
+ 4.3341456574365855
+ 4.33418253410785
+ 4.3342194103453595
+ 4.33425628614913
+ 4.334293161519176
+ 4.334330036455509
+ 4.334366910958146
+ 4.3344037850270976
+ 4.33444065866238
+ 4.334477531864004
+ 4.334514404631988
+ 4.334551276966342
+ 4.334588148867082
+ 4.3346250203342205
+ 4.334661891367772
+ 4.334698761967751
+ 4.334735632134169
+ 4.334772501867043
+ 4.334809371166385
+ 4.334846240032208
+ 4.334883108464528
+ 4.3349199764633575
+ 4.334956844028711
+ 4.3349937111606005
+ 4.335030577859042
+ 4.335067444124049
+ 4.335104309955635
+ 4.335141175353813
+ 4.335178040318599
+ 4.335214904850004
+ 4.335251768948043
+ 4.335288632612732
+ 4.335325495844082
+ 4.335362358642107
+ 4.335399221006822
+ 4.335436082938241
+ 4.335472944436376
+ 4.335509805501243
+ 4.3355466661328546
+ 4.335583526331225
+ 4.335620386096367
+ 4.335657245428296
+ 4.335694104327025
+ 4.335730962792568
+ 4.335767820824939
+ 4.335804678424151
+ 4.33584153559022
+ 4.335878392323156
+ 4.335915248622977
+ 4.335952104489694
+ 4.335988959923322
+ 4.3360258149238735
+ 4.336062669491365
+ 4.336099523625807
+ 4.336136377327215
+ 4.336173230595604
+ 4.336210083430984
+ 4.336246935833374
+ 4.336283787802784
+ 4.336320639339229
+ 4.3363574904427225
+ 4.336394341113279
+ 4.336431191350912
+ 4.336468041155635
+ 4.336504890527462
+ 4.336541739466407
+ 4.336578587972483
+ 4.336615436045705
+ 4.336652283686085
+ 4.33668913089364
+ 4.33672597766838
+ 4.3367628240103215
+ 4.336799669919477
+ 4.336836515395862
+ 4.336873360439488
+ 4.336910205050368
+ 4.33694704922852
+ 4.336983892973954
+ 4.337020736286686
+ 4.3370575791667285
+ 4.337094421614097
+ 4.337131263628803
+ 4.337168105210861
+ 4.337204946360285
+ 4.337241787077089
+ 4.337278627361288
+ 4.3373154672128935
+ 4.337352306631921
+ 4.337389145618382
+ 4.3374259841722935
+ 4.337462822293666
+ 4.337499659982516
+ 4.3375364972388555
+ 4.3375733340627
+ 4.337610170454061
+ 4.337647006412955
+ 4.337683841939393
+ 4.337720677033391
+ 4.337757511694962
+ 4.337794345924119
+ 4.337831179720877
+ 4.337868013085249
+ 4.337904846017249
+ 4.3379416785168905
+ 4.337978510584188
+ 4.338015342219155
+ 4.338052173421805
+ 4.338089004192151
+ 4.338125834530208
+ 4.338162664435989
+ 4.338199493909509
+ 4.338236322950782
+ 4.338273151559819
+ 4.338309979736636
+ 4.338346807481247
+ 4.338383634793663
+ 4.338420461673902
+ 4.338457288121974
+ 4.338494114137895
+ 4.338530939721678
+ 4.338567764873337
+ 4.338604589592886
+ 4.338641413880338
+ 4.338678237735707
+ 4.338715061159007
+ 4.338751884150252
+ 4.338788706709455
+ 4.33882552883663
+ 4.338862350531792
+ 4.338899171794953
+ 4.338935992626127
+ 4.338972813025329
+ 4.33900963299257
+ 4.339046452527868
+ 4.3390832716312335
+ 4.339120090302682
+ 4.3391569085422255
+ 4.33919372634988
+ 4.339230543725656
+ 4.339267360669571
+ 4.339304177181637
+ 4.3393409932618665
+ 4.3393778089102755
+ 4.339414624126876
+ 4.339451438911683
+ 4.339488253264709
+ 4.33952506718597
+ 4.339561880675477
+ 4.339598693733245
+ 4.339635506359287
+ 4.339672318553618
+ 4.339709130316253
+ 4.339745941647201
+ 4.339782752546481
+ 4.339819563014103
+ 4.3398563730500825
+ 4.339893182654433
+ 4.339929991827168
+ 4.339966800568302
+ 4.340003608877847
+ 4.340040416755818
+ 4.340077224202229
+ 4.340114031217094
+ 4.340150837800425
+ 4.340187643952237
+ 4.340224449672544
+ 4.340261254961358
+ 4.340298059818695
+ 4.340334864244567
+ 4.340371668238988
+ 4.340408471801973
+ 4.3404452749335345
+ 4.340482077633687
+ 4.340518879902444
+ 4.340555681739818
+ 4.340592483145824
+ 4.340629284120476
+ 4.340666084663787
+ 4.340702884775771
+ 4.340739684456443
+ 4.340776483705813
+ 4.340813282523898
+ 4.340850080910711
+ 4.340886878866265
+ 4.340923676390576
+ 4.340960473483654
+ 4.3409972701455155
+ 4.3410340663761735
+ 4.341070862175641
+ 4.341107657543932
+ 4.341144452481062
+ 4.341181246987043
+ 4.341218041061889
+ 4.341254834705612
+ 4.3412916279182285
+ 4.341328420699751
+ 4.341365213050194
+ 4.34140200496957
+ 4.3414387964578935
+ 4.341475587515178
+ 4.341512378141437
+ 4.341549168336684
+ 4.341585958100933
+ 4.341622747434198
+ 4.3416595363364925
+ 4.34169632480783
+ 4.341733112848225
+ 4.34176990045769
+ 4.341806687636239
+ 4.341843474383886
+ 4.341880260700645
+ 4.341917046586531
+ 4.341953832041553
+ 4.341990617065729
+ 4.342027401659072
+ 4.342064185821594
+ 4.342100969553312
+ 4.342137752854236
+ 4.342174535724381
+ 4.342211318163762
+ 4.342248100172391
+ 4.342284881750282
+ 4.342321662897449
+ 4.342358443613906
+ 4.3423952238996675
+ 4.342432003754745
+ 4.342468783179153
+ 4.342505562172906
+ 4.342542340736016
+ 4.342579118868499
+ 4.342615896570368
+ 4.342652673841634
+ 4.3426894506823155
+ 4.342726227092423
+ 4.342763003071969
+ 4.342799778620971
+ 4.342836553739439
+ 4.342873328427389
+ 4.342910102684835
+ 4.342946876511788
+ 4.342983649908264
+ 4.343020422874275
+ 4.343057195409837
+ 4.343093967514962
+ 4.3431307391896645
+ 4.343167510433957
+ 4.343204281247854
+ 4.343241051631369
+ 4.3432778215845165
+ 4.343314591107308
+ 4.34335136019976
+ 4.343388128861884
+ 4.343424897093694
+ 4.343461664895206
+ 4.343498432266429
+ 4.343535199207381
+ 4.343571965718074
+ 4.343608731798522
+ 4.343645497448739
+ 4.343682262668737
+ 4.343719027458531
+ 4.3437557918181335
+ 4.34379255574756
+ 4.343829319246823
+ 4.3438660823159365
+ 4.343902844954914
+ 4.34393960716377
+ 4.343976368942515
+ 4.3440131302911675
+ 4.344049891209738
+ 4.34408665169824
+ 4.34412341175669
+ 4.344160171385098
+ 4.34419693058348
+ 4.3442336893518485
+ 4.344270447690218
+ 4.344307205598601
+ 4.344343963077012
+ 4.344380720125466
+ 4.344417476743974
+ 4.344454232932551
+ 4.344490988691211
+ 4.344527744019967
+ 4.344564498918833
+ 4.344601253387822
+ 4.344638007426948
+ 4.344674761036225
+ 4.344711514215667
+ 4.344748266965286
+ 4.344785019285098
+ 4.3448217711751145
+ 4.3448585226353496
+ 4.344895273665818
+ 4.344932024266532
+ 4.344968774437507
+ 4.345005524178754
+ 4.34504227349029
+ 4.345079022372126
+ 4.345115770824276
+ 4.345152518846755
+ 4.345189266439575
+ 4.34522601360275
+ 4.345262760336294
+ 4.345299506640222
+ 4.345336252514546
+ 4.345372997959279
+ 4.345409742974436
+ 4.34544648756003
+ 4.3454832317160745
+ 4.345519975442584
+ 4.345556718739571
+ 4.34559346160705
+ 4.345630204045034
+ 4.345666946053538
+ 4.345703687632573
+ 4.345740428782155
+ 4.3457771695022975
+ 4.345813909793013
+ 4.345850649654315
+ 4.345887389086218
+ 4.345924128088735
+ 4.34596086666188
+ 4.345997604805667
+ 4.346034342520109
+ 4.34607107980522
+ 4.3461078166610125
+ 4.346144553087502
+ 4.346181289084701
+ 4.346218024652622
+ 4.3462547597912815
+ 4.346291494500691
+ 4.346328228780863
+ 4.3463649626318155
+ 4.346401696053557
+ 4.346438429046105
+ 4.346475161609471
+ 4.346511893743669
+ 4.346548625448713
+ 4.346585356724615
+ 4.346622087571392
+ 4.346658817989055
+ 4.346695547977617
+ 4.346732277537094
+ 4.346769006667498
+ 4.346805735368843
+ 4.346842463641144
+ 4.346879191484412
+ 4.346915918898661
+ 4.346952645883906
+ 4.34698937244016
+ 4.347026098567437
+ 4.34706282426575
+ 4.3470995495351135
+ 4.34713627437554
+ 4.347172998787043
+ 4.347209722769637
+ 4.347246446323336
+ 4.347283169448151
+ 4.347319892144099
+ 4.347356614411191
+ 4.347393336249442
+ 4.347430057658865
+ 4.3474667786394745
+ 4.347503499191283
+ 4.347540219314303
+ 4.347576939008552
+ 4.34761365827404
+ 4.3476503771107815
+ 4.34768709551879
+ 4.34772381349808
+ 4.347760531048664
+ 4.347797248170557
+ 4.347833964863771
+ 4.34787068112832
+ 4.347907396964218
+ 4.347944112371479
+ 4.347980827350115
+ 4.348017541900141
+ 4.3480542560215705
+ 4.348090969714417
+ 4.348127682978694
+ 4.348164395814414
+ 4.348201108221592
+ 4.34823782020024
+ 4.348274531750374
+ 4.348311242872005
+ 4.348347953565149
+ 4.348384663829818
+ 4.348421373666025
+ 4.348458083073785
+ 4.348494792053111
+ 4.348531500604017
+ 4.348568208726516
+ 4.348604916420622
+ 4.3486416236863485
+ 4.348678330523709
+ 4.348715036932716
+ 4.348751742913385
+ 4.348788448465728
+ 4.34882515358976
+ 4.348861858285493
+ 4.348898562552941
+ 4.348935266392119
+ 4.348971969803039
+ 4.349008672785716
+ 4.349045375340161
+ 4.349082077466389
+ 4.349118779164415
+ 4.34915548043425
+ 4.349192181275909
+ 4.349228881689407
+ 4.349265581674754
+ 4.349302281231966
+ 4.349338980361057
+ 4.349375679062038
+ 4.349412377334925
+ 4.349449075179731
+ 4.349485772596469
+ 4.349522469585153
+ 4.349559166145796
+ 4.349595862278412
+ 4.349632557983015
+ 4.349669253259617
+ 4.349705948108234
+ 4.349742642528877
+ 4.349779336521561
+ 4.349816030086299
+ 4.349852723223105
+ 4.349889415931992
+ 4.3499261082129745
+ 4.349962800066065
+ 4.349999491491277
+ 4.350036182488625
+ 4.350072873058122
+ 4.350109563199782
+ 4.350146252913617
+ 4.350182942199642
+ 4.350219631057871
+ 4.350256319488316
+ 4.350293007490991
+ 4.35032969506591
+ 4.350366382213087
+ 4.350403068932534
+ 4.350439755224266
+ 4.350476441088295
+ 4.350513126524637
+ 4.350549811533304
+ 4.350586496114309
+ 4.350623180267665
+ 4.350659863993387
+ 4.35069654729149
+ 4.350733230161984
+ 4.350769912604885
+ 4.350806594620204
+ 4.350843276207958
+ 4.350879957368158
+ 4.350916638100819
+ 4.350953318405953
+ 4.350989998283575
+ 4.351026677733698
+ 4.351063356756335
+ 4.3511000353515
+ 4.351136713519207
+ 4.351173391259468
+ 4.351210068572297
+ 4.35124674545771
+ 4.351283421915717
+ 4.351320097946334
+ 4.351356773549573
+ 4.351393448725449
+ 4.351430123473973
+ 4.351466797795161
+ 4.351503471689026
+ 4.35154014515558
+ 4.351576818194839
+ 4.351613490806813
+ 4.351650162991519
+ 4.3516868347489694
+ 4.3517235060791775
+ 4.351760176982158
+ 4.351796847457922
+ 4.351833517506484
+ 4.351870187127858
+ 4.351906856322057
+ 4.351943525089095
+ 4.351980193428985
+ 4.352016861341742
+ 4.352053528827377
+ 4.352090195885905
+ 4.3521268625173395
+ 4.352163528721694
+ 4.352200194498981
+ 4.352236859849215
+ 4.35227352477241
+ 4.352310189268579
+ 4.352346853337734
+ 4.352383516979891
+ 4.352420180195062
+ 4.352456842983259
+ 4.3524935053445
+ 4.352530167278794
+ 4.3525668287861565
+ 4.352603489866602
+ 4.352640150520141
+ 4.3526768107467895
+ 4.35271347054656
+ 4.3527501299194675
+ 4.352786788865523
+ 4.352823447384742
+ 4.352860105477137
+ 4.352896763142721
+ 4.352933420381508
+ 4.352970077193513
+ 4.353006733578747
+ 4.353043389537225
+ 4.35308004506896
+ 4.353116700173967
+ 4.353153354852256
+ 4.353190009103844
+ 4.353226662928742
+ 4.353263316326965
+ 4.353299969298526
+ 4.3533366218434395
+ 4.353373273961716
+ 4.353409925653373
+ 4.3534465769184205
+ 4.353483227756874
+ 4.353519878168745
+ 4.353556528154051
+ 4.353593177712801
+ 4.353629826845011
+ 4.3536664755506935
+ 4.353703123829862
+ 4.35373977168253
+ 4.353776419108712
+ 4.353813066108421
+ 4.35384971268167
+ 4.353886358828472
+ 4.353923004548841
+ 4.353959649842791
+ 4.353996294710335
+ 4.354032939151487
+ 4.354069583166259
+ 4.354106226754666
+ 4.354142869916721
+ 4.354179512652437
+ 4.354216154961828
+ 4.354252796844907
+ 4.354289438301688
+ 4.354326079332184
+ 4.354362719936408
+ 4.3543993601143764
+ 4.354435999866099
+ 4.35447263919159
+ 4.354509278090864
+ 4.354545916563934
+ 4.354582554610814
+ 4.3546191922315165
+ 4.354655829426054
+ 4.354692466194443
+ 4.3547291025366945
+ 4.354765738452823
+ 4.354802373942842
+ 4.354839009006764
+ 4.354875643644603
+ 4.354912277856372
+ 4.3549489116420865
+ 4.354985545001758
+ 4.3550221779354
+ 4.355058810443025
+ 4.355095442524649
+ 4.355132074180284
+ 4.355168705409945
+ 4.3552053362136425
+ 4.355241966591391
+ 4.355278596543206
+ 4.3553152260690995
+ 4.355351855169084
+ 4.355388483843173
+ 4.355425112091383
+ 4.355461739913723
+ 4.355498367310209
+ 4.3555349942808546
+ 4.355571620825673
+ 4.3556082469446755
+ 4.355644872637879
+ 4.355681497905295
+ 4.355718122746938
+ 4.35575474716282
+ 4.355791371152955
+ 4.355827994717357
+ 4.355864617856038
+ 4.355901240569013
+ 4.355937862856295
+ 4.355974484717896
+ 4.356011106153832
+ 4.356047727164115
+ 4.356084347748759
+ 4.356120967907777
+ 4.356157587641181
+ 4.356194206948986
+ 4.356230825831206
+ 4.3562674442878535
+ 4.356304062318943
+ 4.356340679924486
+ 4.356377297104497
+ 4.35641391385899
+ 4.356450530187977
+ 4.356487146091473
+ 4.356523761569489
+ 4.356560376622041
+ 4.356596991249142
+ 4.356633605450805
+ 4.356670219227043
+ 4.35670683257787
+ 4.356743445503298
+ 4.356780058003342
+ 4.356816670078016
+ 4.356853281727331
+ 4.356889892951303
+ 4.356926503749943
+ 4.356963114123267
+ 4.356999724071286
+ 4.3570363335940145
+ 4.357072942691467
+ 4.357109551363655
+ 4.357146159610592
+ 4.357182767432293
+ 4.3572193748287695
+ 4.357255981800037
+ 4.357292588346107
+ 4.3573291944669945
+ 4.357365800162711
+ 4.357402405433272
+ 4.357439010278689
+ 4.357475614698978
+ 4.357512218694149
+ 4.357548822264217
+ 4.357585425409197
+ 4.3576220281291
+ 4.357658630423941
+ 4.3576952322937315
+ 4.357731833738487
+ 4.35776843475822
+ 4.357805035352944
+ 4.3578416355226715
+ 4.357878235267417
+ 4.357914834587194
+ 4.3579514334820155
+ 4.357988031951894
+ 4.358024629996844
+ 4.358061227616879
+ 4.358097824812012
+ 4.358134421582258
+ 4.358171017927627
+ 4.358207613848134
+ 4.358244209343794
+ 4.358280804414617
+ 4.35831739906062
+ 4.358353993281814
+ 4.3583905870782145
+ 4.358427180449832
+ 4.358463773396682
+ 4.358500365918776
+ 4.358536958016131
+ 4.3585735496887565
+ 4.358610140936668
+ 4.358646731759879
+ 4.3586833221584005
+ 4.358719912132249
+ 4.358756501681436
+ 4.358793090805975
+ 4.35882967950588
+ 4.358866267781163
+ 4.35890285563184
+ 4.358939443057922
+ 4.358976030059424
+ 4.359012616636358
+ 4.359049202788738
+ 4.359085788516577
+ 4.35912237381989
+ 4.359158958698687
+ 4.359195543152985
+ 4.359232127182795
+ 4.3592687107881325
+ 4.359305293969008
+ 4.359341876725437
+ 4.3593784590574325
+ 4.359415040965008
+ 4.359451622448176
+ 4.35948820350695
+ 4.359524784141344
+ 4.3595613643513715
+ 4.359597944137045
+ 4.359634523498378
+ 4.359671102435385
+ 4.359707680948078
+ 4.3597442590364714
+ 4.359780836700578
+ 4.3598174139404104
+ 4.359853990755984
+ 4.3598905671473105
+ 4.359927143114403
+ 4.359963718657276
+ 4.360000293775942
+ 4.360036868470415
+ 4.360073442740709
+ 4.360110016586835
+ 4.360146590008808
+ 4.360183163006642
+ 4.360219735580349
+ 4.360256307729944
+ 4.3602928794554385
+ 4.360329450756846
+ 4.360366021634181
+ 4.360402592087456
+ 4.360439162116685
+ 4.36047573172188
+ 4.360512300903056
+ 4.360548869660225
+ 4.360585437993402
+ 4.360622005902599
+ 4.360658573387829
+ 4.360695140449107
+ 4.360731707086445
+ 4.360768273299857
+ 4.360804839089354
+ 4.360841404454954
+ 4.3608779693966655
+ 4.360914533914507
+ 4.360951098008486
+ 4.360987661678619
+ 4.36102422492492
+ 4.361060787747401
+ 4.361097350146077
+ 4.361133912120958
+ 4.36117047367206
+ 4.3612070347993965
+ 4.36124359550298
+ 4.361280155782824
+ 4.3613167156389405
+ 4.3613532750713455
+ 4.36138983408005
+ 4.361426392665068
+ 4.3614629508264136
+ 4.361499508564099
+ 4.361536065878139
+ 4.361572622768545
+ 4.361609179235332
+ 4.361645735278512
+ 4.3616822908980994
+ 4.3617188460941065
+ 4.3617554008665484
+ 4.361791955215436
+ 4.361828509140785
+ 4.3618650626426065
+ 4.3619016157209165
+ 4.361938168375724
+ 4.361974720607048
+ 4.362011272414898
+ 4.362047823799287
+ 4.36208437476023
+ 4.362120925297741
+ 4.362157475411831
+ 4.3621940251025135
+ 4.3622305743698035
+ 4.362267123213715
+ 4.362303671634258
+ 4.362340219631449
+ 4.362376767205299
+ 4.362413314355822
+ 4.362449861083033
+ 4.3624864073869425
+ 4.362522953267566
+ 4.362559498724916
+ 4.362596043759006
+ 4.3626325883698485
+ 4.362669132557458
+ 4.362705676321847
+ 4.362742219663029
+ 4.362778762581018
+ 4.362815305075826
+ 4.362851847147467
+ 4.3628883887959535
+ 4.362924930021301
+ 4.36296147082352
+ 4.3629980112026265
+ 4.363034551158632
+ 4.36307109069155
+ 4.363107629801394
+ 4.363144168488177
+ 4.363180706751914
+ 4.363217244592616
+ 4.363253782010297
+ 4.363290319004971
+ 4.36332685557665
+ 4.363363391725349
+ 4.363399927451081
+ 4.363436462753857
+ 4.363472997633693
+ 4.3635095320906006
+ 4.363546066124594
+ 4.363582599735687
+ 4.363619132923891
+ 4.363655665689221
+ 4.363692198031689
+ 4.36372872995131
+ 4.363765261448096
+ 4.363801792522061
+ 4.3638383231732165
+ 4.363874853401579
+ 4.363911383207157
+ 4.363947912589969
+ 4.363984441550025
+ 4.36402097008734
+ 4.364057498201927
+ 4.364094025893798
+ 4.364130553162967
+ 4.364167080009447
+ 4.364203606433252
+ 4.364240132434395
+ 4.364276658012888
+ 4.364313183168748
+ 4.364349707901983
+ 4.3643862322126115
+ 4.364422756100643
+ 4.364459279566091
+ 4.364495802608971
+ 4.364532325229295
+ 4.364568847427076
+ 4.364605369202328
+ 4.364641890555063
+ 4.364678411485297
+ 4.364714931993039
+ 4.364751452078308
+ 4.364787971741111
+ 4.364824490981465
+ 4.364861009799383
+ 4.364897528194878
+ 4.364934046167963
+ 4.364970563718649
+ 4.365007080846954
+ 4.365043597552888
+ 4.3650801138364645
+ 4.365116629697699
+ 4.365153145136602
+ 4.365189660153186
+ 4.365226174747469
+ 4.365262688919461
+ 4.365299202669174
+ 4.365335715996623
+ 4.365372228901822
+ 4.365408741384782
+ 4.36544525344552
+ 4.365481765084045
+ 4.365518276300373
+ 4.365554787094516
+ 4.365591297466487
+ 4.365627807416301
+ 4.365664316943969
+ 4.3657008260495065
+ 4.365737334732925
+ 4.365773842994239
+ 4.36581035083346
+ 4.365846858250603
+ 4.36588336524568
+ 4.365919871818705
+ 4.365956377969692
+ 4.365992883698652
+ 4.3660293890056
+ 4.36606589389055
+ 4.3661023983535125
+ 4.366138902394503
+ 4.366175406013534
+ 4.366211909210619
+ 4.3662484119857705
+ 4.366284914339002
+ 4.366321416270328
+ 4.36635791777976
+ 4.366394418867312
+ 4.366430919532997
+ 4.3664674197768285
+ 4.36650391959882
+ 4.3665404189989845
+ 4.366576917977334
+ 4.366613416533884
+ 4.366649914668646
+ 4.366686412381634
+ 4.366722909672862
+ 4.36675940654234
+ 4.366795902990085
+ 4.366832399016109
+ 4.366868894620424
+ 4.366905389803045
+ 4.366941884563984
+ 4.366978378903254
+ 4.367014872820871
+ 4.3670513663168435
+ 4.367087859391188
+ 4.367124352043919
+ 4.367160844275045
+ 4.367197336084584
+ 4.367233827472546
+ 4.367270318438946
+ 4.367306808983795
+ 4.36734329910711
+ 4.3673797888089005
+ 4.367416278089181
+ 4.367452766947967
+ 4.367489255385268
+ 4.3675257434011
+ 4.367562230995475
+ 4.367598718168406
+ 4.367635204919906
+ 4.367671691249989
+ 4.3677081771586685
+ 4.367744662645957
+ 4.3677811477118675
+ 4.367817632356414
+ 4.367854116579609
+ 4.367890600381466
+ 4.367927083761999
+ 4.36796356672122
+ 4.368000049259142
+ 4.36803653137578
+ 4.368073013071146
+ 4.368109494345252
+ 4.3681459751981135
+ 4.368182455629742
+ 4.368218935640152
+ 4.3682554152293545
+ 4.368291894397366
+ 4.368328373144197
+ 4.368364851469862
+ 4.3684013293743735
+ 4.368437806857746
+ 4.3684742839199915
+ 4.368510760561122
+ 4.368547236781153
+ 4.368583712580097
+ 4.368620187957968
+ 4.368656662914778
+ 4.368693137450539
+ 4.368729611565267
+ 4.368766085258972
+ 4.36880255853167
+ 4.368839031383374
+ 4.368875503814096
+ 4.368911975823848
+ 4.368948447412647
+ 4.368984918580503
+ 4.36902138932743
+ 4.3690578596534415
+ 4.36909432955855
+ 4.36913079904277
+ 4.369167268106113
+ 4.3692037367485925
+ 4.369240204970224
+ 4.369276672771018
+ 4.369313140150989
+ 4.3693496071101485
+ 4.369386073648512
+ 4.3694225397660915
+ 4.3694590054629
+ 4.3694954707389515
+ 4.369531935594258
+ 4.369568400028834
+ 4.369604864042691
+ 4.369641327635845
+ 4.369677790808306
+ 4.369714253560089
+ 4.369750715891207
+ 4.369787177801672
+ 4.369823639291498
+ 4.369860100360699
+ 4.369896561009288
+ 4.3699330212372764
+ 4.369969481044678
+ 4.370005940431508
+ 4.370042399397777
+ 4.3700788579435
+ 4.370115316068689
+ 4.370151773773357
+ 4.370188231057519
+ 4.370224687921185
+ 4.370261144364372
+ 4.37029760038709
+ 4.370334055989355
+ 4.370370511171177
+ 4.370406965932571
+ 4.37044342027355
+ 4.370479874194127
+ 4.370516327694316
+ 4.370552780774129
+ 4.370589233433578
+ 4.37062568567268
+ 4.370662137491443
+ 4.370698588889886
+ 4.370735039868017
+ 4.370771490425852
+ 4.370807940563404
+ 4.370844390280685
+ 4.370880839577709
+ 4.370917288454489
+ 4.370953736911037
+ 4.3709901849473685
+ 4.371026632563495
+ 4.37106307975943
+ 4.371099526535186
+ 4.3711359728907775
+ 4.371172418826217
+ 4.371208864341518
+ 4.371245309436692
+ 4.371281754111753
+ 4.371318198366716
+ 4.3713546422015925
+ 4.371391085616396
+ 4.371427528611138
+ 4.371463971185834
+ 4.371500413340496
+ 4.371536855075138
+ 4.371573296389772
+ 4.371609737284412
+ 4.371646177759071
+ 4.371682617813761
+ 4.371719057448496
+ 4.37175549666329
+ 4.371791935458155
+ 4.371828373833105
+ 4.371864811788153
+ 4.371901249323311
+ 4.371937686438592
+ 4.37197412313401
+ 4.3720105594095795
+ 4.372046995265312
+ 4.37208343070122
+ 4.372119865717319
+ 4.37215630031362
+ 4.372192734490136
+ 4.372229168246881
+ 4.3722656015838695
+ 4.3723020345011125
+ 4.372338466998624
+ 4.372374899076416
+ 4.372411330734503
+ 4.372447761972898
+ 4.372484192791613
+ 4.372520623190662
+ 4.372557053170059
+ 4.372593482729815
+ 4.372629911869946
+ 4.372666340590461
+ 4.3727027688913775
+ 4.372739196772706
+ 4.3727756242344595
+ 4.372812051276653
+ 4.372848477899297
+ 4.372884904102408
+ 4.372921329885996
+ 4.372957755250075
+ 4.3729941801946595
+ 4.373030604719762
+ 4.373067028825393
+ 4.37310345251157
+ 4.373139875778302
+ 4.373176298625606
+ 4.373212721053492
+ 4.373249143061974
+ 4.3732855646510655
+ 4.3733219858207795
+ 4.373358406571129
+ 4.373394826902127
+ 4.373431246813787
+ 4.373467666306122
+ 4.373504085379145
+ 4.373540504032869
+ 4.373576922267307
+ 4.373613340082471
+ 4.373649757478378
+ 4.373686174455037
+ 4.373722591012463
+ 4.373759007150668
+ 4.373795422869666
+ 4.37383183816947
+ 4.373868253050093
+ 4.373904667511548
+ 4.373941081553848
+ 4.373977495177006
+ 4.374013908381036
+ 4.37405032116595
+ 4.374086733531763
+ 4.374123145478484
+ 4.374159557006131
+ 4.374195968114714
+ 4.374232378804247
+ 4.374268789074743
+ 4.374305198926215
+ 4.374341608358676
+ 4.374378017372139
+ 4.374414425966617
+ 4.374450834142125
+ 4.374487241898673
+ 4.374523649236277
+ 4.374560056154947
+ 4.3745964626547
+ 4.374632868735545
+ 4.3746692743974975
+ 4.37470567964057
+ 4.374742084464775
+ 4.374778488870127
+ 4.374814892856638
+ 4.374851296424321
+ 4.374887699573191
+ 4.3749241023032575
+ 4.374960504614537
+ 4.37499690650704
+ 4.375033307980782
+ 4.375069709035774
+ 4.37510610967203
+ 4.375142509889563
+ 4.375178909688386
+ 4.375215309068512
+ 4.375251708029954
+ 4.375288106572726
+ 4.375324504696841
+ 4.375360902402309
+ 4.375397299689147
+ 4.375433696557367
+ 4.37547009300698
+ 4.375506489038002
+ 4.375542884650444
+ 4.375579279844319
+ 4.375615674619643
+ 4.375652068976426
+ 4.375688462914681
+ 4.375724856434423
+ 4.375761249535664
+ 4.3757976422184175
+ 4.375834034482695
+ 4.375870426328512
+ 4.3759068177558795
+ 4.375943208764812
+ 4.375979599355323
+ 4.376015989527423
+ 4.376052379281127
+ 4.376088768616448
+ 4.376125157533399
+ 4.376161546031991
+ 4.37619793411224
+ 4.376234321774159
+ 4.376270709017758
+ 4.376307095843053
+ 4.376343482250056
+ 4.3763798682387804
+ 4.3764162538092375
+ 4.376452638961443
+ 4.376489023695409
+ 4.376525408011147
+ 4.376561791908673
+ 4.376598175387997
+ 4.376634558449133
+ 4.376670941092096
+ 4.3767073233168965
+ 4.376743705123549
+ 4.376780086512067
+ 4.3768164674824614
+ 4.376852848034747
+ 4.3768892281689356
+ 4.376925607885042
+ 4.376961987183077
+ 4.376998366063055
+ 4.377034744524989
+ 4.377071122568894
+ 4.377107500194779
+ 4.377143877402659
+ 4.377180254192548
+ 4.377216630564457
+ 4.3772530065184005
+ 4.377289382054391
+ 4.377325757172443
+ 4.377362131872567
+ 4.377398506154777
+ 4.377434880019087
+ 4.377471253465509
+ 4.377507626494056
+ 4.377543999104742
+ 4.3775803712975785
+ 4.377616743072581
+ 4.37765311442976
+ 4.37768948536913
+ 4.377725855890703
+ 4.377762225994493
+ 4.377798595680512
+ 4.377834964948773
+ 4.377871333799292
+ 4.377907702232077
+ 4.377944070247145
+ 4.377980437844507
+ 4.378016805024178
+ 4.378053171786169
+ 4.378089538130493
+ 4.378125904057165
+ 4.378162269566197
+ 4.3781986346576005
+ 4.378234999331391
+ 4.378271363587579
+ 4.37830772742618
+ 4.3783440908472055
+ 4.378380453850669
+ 4.378416816436584
+ 4.378453178604961
+ 4.378489540355816
+ 4.378525901689161
+ 4.378562262605009
+ 4.3785986231033736
+ 4.378634983184267
+ 4.378671342847702
+ 4.378707702093692
+ 4.3787440609222505
+ 4.378780419333389
+ 4.378816777327122
+ 4.378853134903463
+ 4.378889492062423
+ 4.378925848804015
+ 4.378962205128255
+ 4.378998561035154
+ 4.3790349165247235
+ 4.379071271596979
+ 4.379107626251933
+ 4.379143980489597
+ 4.379180334309986
+ 4.379216687713112
+ 4.379253040698988
+ 4.379289393267626
+ 4.379325745419042
+ 4.379362097153245
+ 4.37939844847025
+ 4.379434799370072
+ 4.379471149852721
+ 4.379507499918211
+ 4.379543849566555
+ 4.3795801987977665
+ 4.379616547611858
+ 4.3796528960088414
+ 4.379689243988731
+ 4.379725591551541
+ 4.379761938697282
+ 4.379798285425967
+ 4.379834631737611
+ 4.379870977632227
+ 4.379907323109825
+ 4.379943668170422
+ 4.379980012814027
+ 4.380016357040656
+ 4.38005270085032
+ 4.380089044243034
+ 4.380125387218809
+ 4.380161729777659
+ 4.3801980719195965
+ 4.380234413644635
+ 4.380270754952788
+ 4.380307095844067
+ 4.380343436318486
+ 4.380379776376057
+ 4.380416116016795
+ 4.38045245524071
+ 4.380488794047817
+ 4.38052513243813
+ 4.38056147041166
+ 4.38059780796842
+ 4.3806341451084245
+ 4.380670481831684
+ 4.380706818138214
+ 4.380743154028027
+ 4.380779489501134
+ 4.38081582455755
+ 4.380852159197288
+ 4.38088849342036
+ 4.380924827226779
+ 4.380961160616558
+ 4.380997493589711
+ 4.38103382614625
+ 4.381070158286189
+ 4.381106490009538
+ 4.381142821316314
+ 4.381179152206527
+ 4.381215482680192
+ 4.381251812737321
+ 4.381288142377925
+ 4.381324471602021
+ 4.3813608004096185
+ 4.381397128800733
+ 4.381433456775376
+ 4.381469784333561
+ 4.381506111475299
+ 4.381542438200607
+ 4.381578764509494
+ 4.381615090401976
+ 4.381651415878063
+ 4.381687740937771
+ 4.3817240655811105
+ 4.381760389808096
+ 4.38179671361874
+ 4.381833037013054
+ 4.381869359991053
+ 4.38190568255275
+ 4.381942004698156
+ 4.381978326427285
+ 4.382014647740151
+ 4.382050968636766
+ 4.382087289117143
+ 4.382123609181295
+ 4.382159928829233
+ 4.382196248060974
+ 4.382232566876528
+ 4.382268885275908
+ 4.382305203259128
+ 4.382341520826201
+ 4.382377837977139
+ 4.382414154711957
+ 4.3824504710306655
+ 4.382486786933278
+ 4.382523102419808
+ 4.382559417490268
+ 4.382595732144671
+ 4.382632046383031
+ 4.3826683602053595
+ 4.38270467361167
+ 4.382740986601975
+ 4.382777299176288
+ 4.382813611334622
+ 4.38284992307699
+ 4.382886234403404
+ 4.382922545313878
+ 4.3829588558084245
+ 4.382995165887056
+ 4.383031475549787
+ 4.383067784796629
+ 4.383104093627594
+ 4.383140402042697
+ 4.38317671004195
+ 4.383213017625366
+ 4.383249324792958
+ 4.383285631544739
+ 4.383321937880722
+ 4.383358243800919
+ 4.383394549305344
+ 4.3834308543940095
+ 4.383467159066929
+ 4.383503463324114
+ 4.38353976716558
+ 4.383576070591337
+ 4.383612373601399
+ 4.383648676195779
+ 4.383684978374491
+ 4.3837212801375465
+ 4.383757581484959
+ 4.38379388241674
+ 4.383830182932905
+ 4.383866483033466
+ 4.383902782718435
+ 4.383939081987825
+ 4.383975380841649
+ 4.384011679279921
+ 4.384047977302653
+ 4.384084274909859
+ 4.3841205721015495
+ 4.3841568688777395
+ 4.384193165238441
+ 4.3842294611836685
+ 4.3842657567134315
+ 4.384302051827747
+ 4.384338346526625
+ 4.38437464081008
+ 4.384410934678123
+ 4.384447228130769
+ 4.38448352116803
+ 4.38451981378992
+ 4.38455610599645
+ 4.384592397787633
+ 4.384628689163484
+ 4.384664980124013
+ 4.384701270669235
+ 4.384737560799164
+ 4.38477385051381
+ 4.384810139813187
+ 4.384846428697308
+ 4.384882717166186
+ 4.384919005219834
+ 4.384955292858265
+ 4.3849915800814925
+ 4.385027866889527
+ 4.385064153282384
+ 4.385100439260074
+ 4.385136724822614
+ 4.3851730099700115
+ 4.385209294702283
+ 4.38524557901944
+ 4.385281862921496
+ 4.385318146408464
+ 4.385354429480356
+ 4.385390712137186
+ 4.3854269943789665
+ 4.3854632762057095
+ 4.385499557617429
+ 4.385535838614137
+ 4.3855721191958486
+ 4.385608399362574
+ 4.385644679114326
+ 4.38568095845112
+ 4.385717237372967
+ 4.3857535158798795
+ 4.385789793971872
+ 4.385826071648957
+ 4.385862348911146
+ 4.385898625758453
+ 4.3859349021908915
+ 4.385971178208473
+ 4.386007453811211
+ 4.386043728999118
+ 4.386080003772208
+ 4.386116278130493
+ 4.386152552073986
+ 4.386188825602699
+ 4.386225098716647
+ 4.38626137141584
+ 4.386297643700293
+ 4.3863339155700185
+ 4.38637018702503
+ 4.386406458065339
+ 4.386442728690958
+ 4.386478998901902
+ 4.386515268698183
+ 4.386551538079813
+ 4.386587807046805
+ 4.386624075599173
+ 4.386660343736928
+ 4.386696611460085
+ 4.3867328787686555
+ 4.386769145662654
+ 4.386805412142089
+ 4.38684167820698
+ 4.386877943857334
+ 4.386914209093167
+ 4.3869504739144904
+ 4.386986738321319
+ 4.387023002313663
+ 4.387059265891537
+ 4.387095529054954
+ 4.3871317918039265
+ 4.387168054138466
+ 4.387204316058589
+ 4.387240577564304
+ 4.387276838655625
+ 4.387313099332567
+ 4.387349359595142
+ 4.387385619443361
+ 4.387421878877238
+ 4.387458137896786
+ 4.387494396502019
+ 4.387530654692949
+ 4.387566912469587
+ 4.387603169831948
+ 4.387639426780044
+ 4.387675683313889
+ 4.387711939433494
+ 4.387748195138873
+ 4.38778445043004
+ 4.387820705307004
+ 4.387856959769783
+ 4.387893213818385
+ 4.387929467452826
+ 4.387965720673119
+ 4.388001973479274
+ 4.388038225871306
+ 4.388074477849227
+ 4.388110729413051
+ 4.38814698056279
+ 4.3881832312984566
+ 4.388219481620064
+ 4.388255731527624
+ 4.388291981021153
+ 4.388328230100659
+ 4.3883644787661575
+ 4.388400727017661
+ 4.388436974855183
+ 4.388473222278735
+ 4.388509469288331
+ 4.388545715883981
+ 4.388581962065702
+ 4.388618207833505
+ 4.388654453187402
+ 4.388690698127408
+ 4.388726942653532
+ 4.388763186765791
+ 4.388799430464196
+ 4.388835673748759
+ 4.388871916619495
+ 4.388908159076415
+ 4.388944401119531
+ 4.388980642748859
+ 4.389016883964409
+ 4.389053124766195
+ 4.38908936515423
+ 4.389125605128526
+ 4.389161844689096
+ 4.389198083835954
+ 4.389234322569111
+ 4.389270560888582
+ 4.389306798794378
+ 4.389343036286512
+ 4.389379273364997
+ 4.389415510029846
+ 4.389451746281073
+ 4.3894879821186885
+ 4.389524217542707
+ 4.38956045255314
+ 4.389596687150003
+ 4.3896329213333045
+ 4.389669155103061
+ 4.389705388459284
+ 4.389741621401986
+ 4.3897778539311805
+ 4.389814086046879
+ 4.3898503177490955
+ 4.389886549037843
+ 4.389922779913134
+ 4.389959010374982
+ 4.3899952404233975
+ 4.390031470058395
+ 4.390067699279988
+ 4.3901039280881875
+ 4.390140156483007
+ 4.39017638446446
+ 4.390212612032559
+ 4.390248839187316
+ 4.390285065928746
+ 4.390321292256858
+ 4.390357518171668
+ 4.3903937436731875
+ 4.39042996876143
+ 4.390466193436407
+ 4.390502417698134
+ 4.3905386415466205
+ 4.390574864981882
+ 4.390611088003929
+ 4.390647310612775
+ 4.390683532808434
+ 4.390719754590918
+ 4.39075597596024
+ 4.390792196916411
+ 4.390828417459447
+ 4.390864637589359
+ 4.390900857306159
+ 4.390937076609861
+ 4.390973295500478
+ 4.391009513978021
+ 4.391045732042506
+ 4.391081949693942
+ 4.391118166932345
+ 4.391154383757725
+ 4.3911906001700975
+ 4.391226816169474
+ 4.391263031755867
+ 4.391299246929289
+ 4.391335461689753
+ 4.391371676037274
+ 4.391407889971862
+ 4.391444103493529
+ 4.3914803166022915
+ 4.391516529298159
+ 4.391552741581147
+ 4.391588953451265
+ 4.391625164908529
+ 4.39166137595295
+ 4.39169758658454
+ 4.391733796803314
+ 4.391770006609284
+ 4.391806216002462
+ 4.39184242498286
+ 4.391878633550494
+ 4.391914841705374
+ 4.3919510494475125
+ 4.3919872567769245
+ 4.392023463693621
+ 4.392059670197616
+ 4.392095876288921
+ 4.392132081967549
+ 4.392168287233513
+ 4.392204492086827
+ 4.3922406965275025
+ 4.392276900555552
+ 4.392313104170989
+ 4.392349307373825
+ 4.392385510164075
+ 4.392421712541751
+ 4.392457914506863
+ 4.392494116059428
+ 4.392530317199456
+ 4.39256651792696
+ 4.392602718241954
+ 4.39263891814445
+ 4.39267511763446
+ 4.392711316711998
+ 4.392747515377078
+ 4.39278371362971
+ 4.392819911469906
+ 4.392856108897683
+ 4.39289230591305
+ 4.392928502516021
+ 4.392964698706609
+ 4.393000894484827
+ 4.393037089850687
+ 4.393073284804204
+ 4.393109479345386
+ 4.39314567347425
+ 4.393181867190807
+ 4.39321806049507
+ 4.393254253387053
+ 4.393290445866766
+ 4.393326637934224
+ 4.39336282958944
+ 4.393399020832423
+ 4.393435211663191
+ 4.3934714020817545
+ 4.393507592088125
+ 4.393543781682317
+ 4.393579970864343
+ 4.393616159634214
+ 4.393652347991944
+ 4.393688535937547
+ 4.393724723471034
+ 4.393760910592418
+ 4.393797097301712
+ 4.393833283598927
+ 4.39386946948408
+ 4.393905654957181
+ 4.393941840018242
+ 4.393978024667277
+ 4.394014208904298
+ 4.394050392729318
+ 4.39408657614235
+ 4.394122759143408
+ 4.394158941732502
+ 4.394195123909646
+ 4.394231305674853
+ 4.394267487028135
+ 4.394303667969506
+ 4.394339848498978
+ 4.394376028616564
+ 4.394412208322276
+ 4.394448387616127
+ 4.39448456649813
+ 4.394520744968297
+ 4.3945569230266415
+ 4.394593100673177
+ 4.394629277907915
+ 4.394665454730869
+ 4.394701631142049
+ 4.394737807141472
+ 4.394773982729148
+ 4.39481015790509
+ 4.394846332669312
+ 4.394882507021825
+ 4.394918680962642
+ 4.394954854491777
+ 4.394991027609242
+ 4.395027200315051
+ 4.395063372609214
+ 4.395099544491745
+ 4.395135715962657
+ 4.395171887021963
+ 4.395208057669675
+ 4.395244227905805
+ 4.395280397730368
+ 4.395316567143375
+ 4.395352736144839
+ 4.395388904734773
+ 4.39542507291319
+ 4.395461240680101
+ 4.395497408035521
+ 4.395533574979461
+ 4.395569741511935
+ 4.3956059076329534
+ 4.3956420733425325
+ 4.395678238640682
+ 4.395714403527417
+ 4.395750568002747
+ 4.3957867320666875
+ 4.395822895719251
+ 4.395859058960448
+ 4.395895221790292
+ 4.395931384208798
+ 4.395967546215978
+ 4.396003707811842
+ 4.3960398689964055
+ 4.396076029769679
+ 4.396112190131678
+ 4.396148350082412
+ 4.396184509621897
+ 4.396220668750143
+ 4.396256827467163
+ 4.396292985772972
+ 4.396329143667579
+ 4.396365301151
+ 4.396401458223246
+ 4.396437614884331
+ 4.396473771134266
+ 4.396509926973064
+ 4.396546082400739
+ 4.396582237417302
+ 4.396618392022768
+ 4.396654546217148
+ 4.3966907000004545
+ 4.3967268533727
+ 4.396763006333898
+ 4.396799158884061
+ 4.396835311023202
+ 4.396871462751334
+ 4.396907614068468
+ 4.396943764974618
+ 4.396979915469797
+ 4.397016065554016
+ 4.39705221522729
+ 4.39708836448963
+ 4.397124513341049
+ 4.397160661781559
+ 4.397196809811174
+ 4.397232957429908
+ 4.397269104637768
+ 4.397305251434774
+ 4.397341397820934
+ 4.397377543796262
+ 4.39741368936077
+ 4.397449834514471
+ 4.397485979257379
+ 4.397522123589504
+ 4.397558267510862
+ 4.397594411021463
+ 4.397630554121321
+ 4.397666696810448
+ 4.397702839088857
+ 4.39773898095656
+ 4.397775122413571
+ 4.397811263459901
+ 4.397847404095564
+ 4.397883544320573
+ 4.397919684134939
+ 4.397955823538675
+ 4.397991962531796
+ 4.398028101114312
+ 4.398064239286236
+ 4.398100377047582
+ 4.398136514398361
+ 4.398172651338587
+ 4.398208787868272
+ 4.39824492398743
+ 4.398281059696072
+ 4.398317194994211
+ 4.398353329881859
+ 4.39838946435903
+ 4.398425598425737
+ 4.398461732081991
+ 4.398497865327806
+ 4.3985339981631935
+ 4.398570130588167
+ 4.398606262602739
+ 4.398642394206922
+ 4.398678525400729
+ 4.398714656184172
+ 4.398750786557264
+ 4.3987869165200175
+ 4.398823046072446
+ 4.39885917521456
+ 4.398895303946375
+ 4.3989314322679025
+ 4.398967560179154
+ 4.399003687680144
+ 4.399039814770883
+ 4.399075941451386
+ 4.3991120677216635
+ 4.39914819358173
+ 4.399184319031596
+ 4.399220444071276
+ 4.399256568700783
+ 4.399292692920128
+ 4.399328816729325
+ 4.399364940128385
+ 4.399401063117322
+ 4.399437185696148
+ 4.399473307864876
+ 4.39950942962352
+ 4.399545550972089
+ 4.399581671910599
+ 4.39961779243906
+ 4.399653912557488
+ 4.399690032265894
+ 4.3997261515642885
+ 4.399762270452687
+ 4.3997983889311
+ 4.399834506999543
+ 4.399870624658025
+ 4.399906741906562
+ 4.399942858745164
+ 4.399978975173846
+ 4.400015091192619
+ 4.4000512068014945
+ 4.400087322000489
+ 4.4001234367896105
+ 4.400159551168875
+ 4.400195665138294
+ 4.40023177869788
+ 4.400267891847646
+ 4.400304004587605
+ 4.400340116917768
+ 4.400376228838149
+ 4.40041234034876
+ 4.4004484514496145
+ 4.400484562140724
+ 4.400520672422101
+ 4.40055678229376
+ 4.4005928917557116
+ 4.400629000807969
+ 4.400665109450546
+ 4.400701217683453
+ 4.400737325506705
+ 4.400773432920312
+ 4.400809539924289
+ 4.400845646518648
+ 4.4008817527034
+ 4.40091785847856
+ 4.400953963844139
+ 4.40099006880015
+ 4.401026173346606
+ 4.401062277483519
+ 4.401098381210902
+ 4.401134484528768
+ 4.401170587437129
+ 4.401206689935997
+ 4.4012427920253865
+ 4.4012788937053084
+ 4.401314994975776
+ 4.401351095836801
+ 4.401387196288398
+ 4.401423296330578
+ 4.401459395963355
+ 4.401495495186738
+ 4.401531594000744
+ 4.401567692405383
+ 4.401603790400669
+ 4.401639887986613
+ 4.40167598516323
+ 4.4017120819305315
+ 4.4017481782885275
+ 4.401784274237236
+ 4.401820369776664
+ 4.401856464906826
+ 4.401892559627737
+ 4.401928653939408
+ 4.40196474784185
+ 4.402000841335078
+ 4.402036934419104
+ 4.402073027093938
+ 4.402109119359596
+ 4.40214521121609
+ 4.402181302663431
+ 4.4022173937016325
+ 4.402253484330707
+ 4.402289574550669
+ 4.402325664361527
+ 4.402361753763296
+ 4.402397842755989
+ 4.402433931339619
+ 4.402470019514197
+ 4.402506107279735
+ 4.402542194636248
+ 4.402578281583747
+ 4.4026143681222445
+ 4.402650454251754
+ 4.402686539972288
+ 4.402722625283858
+ 4.402758710186478
+ 4.402794794680158
+ 4.402830878764915
+ 4.402866962440758
+ 4.4029030457077
+ 4.402939128565754
+ 4.402975211014934
+ 4.4030112930552505
+ 4.403047374686716
+ 4.403083455909346
+ 4.40311953672315
+ 4.403155617128141
+ 4.403191697124334
+ 4.403227776711738
+ 4.403263855890368
+ 4.403299934660235
+ 4.403336013021353
+ 4.403372090973735
+ 4.403408168517392
+ 4.403444245652337
+ 4.403480322378582
+ 4.403516398696142
+ 4.403552474605026
+ 4.403588550105249
+ 4.403624625196824
+ 4.403660699879762
+ 4.403696774154075
+ 4.403732848019779
+ 4.403768921476882
+ 4.4038049945254
+ 4.403841067165344
+ 4.4038771393967275
+ 4.403913211219562
+ 4.40394928263386
+ 4.403985353639635
+ 4.4040214242369
+ 4.404057494425666
+ 4.404093564205946
+ 4.404129633577754
+ 4.404165702541101
+ 4.404201771095998
+ 4.4042378392424615
+ 4.404273906980501
+ 4.404309974310132
+ 4.4043460412313635
+ 4.40438210774421
+ 4.4044181738486845
+ 4.404454239544798
+ 4.4044903048325645
+ 4.404526369711995
+ 4.404562434183103
+ 4.404598498245901
+ 4.404634561900402
+ 4.404670625146618
+ 4.404706687984563
+ 4.404742750414247
+ 4.4047788124356835
+ 4.404814874048885
+ 4.404850935253865
+ 4.404886996050635
+ 4.404923056439209
+ 4.404959116419597
+ 4.404995175991814
+ 4.405031235155871
+ 4.40506729391178
+ 4.405103352259557
+ 4.405139410199211
+ 4.405175467730755
+ 4.405211524854203
+ 4.405247581569567
+ 4.405283637876858
+ 4.405319693776091
+ 4.405355749267277
+ 4.40539180435043
+ 4.4054278590255604
+ 4.405463913292682
+ 4.405499967151806
+ 4.4055360206029475
+ 4.405572073646117
+ 4.405608126281328
+ 4.405644178508592
+ 4.405680230327921
+ 4.4057162817393305
+ 4.40575233274283
+ 4.405788383338436
+ 4.405824433526156
+ 4.405860483306005
+ 4.405896532677995
+ 4.405932581642139
+ 4.40596863019845
+ 4.406004678346939
+ 4.406040726087619
+ 4.406076773420504
+ 4.406112820345606
+ 4.406148866862937
+ 4.406184912972508
+ 4.406220958674334
+ 4.406257003968426
+ 4.406293048854797
+ 4.4063290933334605
+ 4.4063651374044275
+ 4.406401181067711
+ 4.406437224323324
+ 4.406473267171278
+ 4.406509309611587
+ 4.406545351644262
+ 4.406581393269316
+ 4.406617434486762
+ 4.406653475296612
+ 4.406689515698879
+ 4.406725555693575
+ 4.406761595280713
+ 4.406797634460305
+ 4.406833673232364
+ 4.406869711596902
+ 4.406905749553932
+ 4.406941787103466
+ 4.406977824245517
+ 4.407013860980098
+ 4.407049897307219
+ 4.407085933226896
+ 4.407121968739139
+ 4.407158003843961
+ 4.407194038541375
+ 4.407230072831394
+ 4.4072661067140295
+ 4.4073021401892944
+ 4.407338173257201
+ 4.407374205917761
+ 4.407410238170988
+ 4.407446270016895
+ 4.407482301455494
+ 4.407518332486798
+ 4.407554363110817
+ 4.407590393327567
+ 4.407626423137057
+ 4.407662452539302
+ 4.4076984815343145
+ 4.407734510122105
+ 4.407770538302688
+ 4.407806566076076
+ 4.40784259344228
+ 4.407878620401313
+ 4.407914646953188
+ 4.4079506730979165
+ 4.407986698835512
+ 4.4080227241659875
+ 4.408058749089355
+ 4.408094773605625
+ 4.408130797714812
+ 4.408166821416929
+ 4.408202844711988
+ 4.408238867600001
+ 4.408274890080979
+ 4.408310912154937
+ 4.408346933821886
+ 4.408382955081841
+ 4.4084189759348105
+ 4.40845499638081
+ 4.40849101641985
+ 4.408527036051946
+ 4.4085630552771065
+ 4.4085990740953465
+ 4.408635092506677
+ 4.408671110511113
+ 4.408707128108665
+ 4.408743145299345
+ 4.408779162083167
+ 4.408815178460143
+ 4.408851194430285
+ 4.408887209993606
+ 4.408923225150117
+ 4.408959239899832
+ 4.408995254242764
+ 4.409031268178924
+ 4.409067281708325
+ 4.40910329483098
+ 4.4091393075469005
+ 4.4091753198561
+ 4.4092113317585895
+ 4.409247343254384
+ 4.4092833543434935
+ 4.409319365025931
+ 4.409355375301709
+ 4.409391385170842
+ 4.409427394633339
+ 4.409463403689216
+ 4.409499412338482
+ 4.409535420581152
+ 4.409571428417238
+ 4.409607435846751
+ 4.409643442869704
+ 4.409679449486113
+ 4.409715455695984
+ 4.409751461499336
+ 4.409787466896176
+ 4.4098234718865195
+ 4.409859476470378
+ 4.409895480647764
+ 4.40993148441869
+ 4.40996748778317
+ 4.4100034907412144
+ 4.410039493292837
+ 4.410075495438049
+ 4.410111497176863
+ 4.410147498509292
+ 4.410183499435348
+ 4.410219499955044
+ 4.410255500068393
+ 4.410291499775407
+ 4.410327499076097
+ 4.4103634979704776
+ 4.410399496458559
+ 4.410435494540356
+ 4.41047149221588
+ 4.410507489485142
+ 4.410543486348157
+ 4.410579482804937
+ 4.410615478855492
+ 4.410651474499837
+ 4.410687469737983
+ 4.410723464569943
+ 4.41075945899573
+ 4.410795453015356
+ 4.410831446628834
+ 4.410867439836175
+ 4.410903432637392
+ 4.410939425032498
+ 4.410975417021505
+ 4.411011408604426
+ 4.411047399781273
+ 4.411083390552057
+ 4.4111193809167935
+ 4.411155370875492
+ 4.411191360428168
+ 4.41122734957483
+ 4.411263338315494
+ 4.41129932665017
+ 4.4113353145788725
+ 4.411371302101612
+ 4.411407289218403
+ 4.411443275929255
+ 4.411479262234184
+ 4.4115152481332
+ 4.411551233626315
+ 4.411587218713543
+ 4.411623203394896
+ 4.411659187670388
+ 4.411695171540027
+ 4.411731155003829
+ 4.411767138061806
+ 4.41180312071397
+ 4.411839102960333
+ 4.411875084800908
+ 4.4119110662357075
+ 4.411947047264743
+ 4.411983027888028
+ 4.412019008105576
+ 4.412054987917395
+ 4.412090967323502
+ 4.412126946323909
+ 4.412162924918625
+ 4.412198903107666
+ 4.4122348808910425
+ 4.4122708582687675
+ 4.412306835240853
+ 4.412342811807312
+ 4.412378787968156
+ 4.4124147637234
+ 4.412450739073052
+ 4.412486714017129
+ 4.41252268855564
+ 4.4125586626886
+ 4.412594636416019
+ 4.412630609737912
+ 4.412666582654288
+ 4.412702555165162
+ 4.412738527270546
+ 4.412774498970452
+ 4.412810470264893
+ 4.4128464411538815
+ 4.412882411637428
+ 4.4129183817155475
+ 4.412954351388251
+ 4.41299032065555
+ 4.413026289517459
+ 4.413062257973989
+ 4.413098226025153
+ 4.413134193670963
+ 4.413170160911432
+ 4.413206127746572
+ 4.413242094176396
+ 4.413278060200914
+ 4.413314025820141
+ 4.41334999103409
+ 4.41338595584277
+ 4.413421920246195
+ 4.41345788424438
+ 4.4134938478373344
+ 4.413529811025071
+ 4.413565773807602
+ 4.413601736184941
+ 4.4136376981571
+ 4.413673659724091
+ 4.413709620885926
+ 4.413745581642618
+ 4.41378154199418
+ 4.413817501940623
+ 4.413853461481961
+ 4.413889420618204
+ 4.413925379349367
+ 4.4139613376754605
+ 4.413997295596499
+ 4.414033253112492
+ 4.414069210223453
+ 4.414105166929396
+ 4.414141123230332
+ 4.414177079126273
+ 4.414213034617232
+ 4.414248989703222
+ 4.414284944384255
+ 4.414320898660342
+ 4.414356852531496
+ 4.414392805997731
+ 4.414428759059057
+ 4.414464711715489
+ 4.414500663967036
+ 4.414536615813715
+ 4.414572567255534
+ 4.414608518292507
+ 4.414644468924648
+ 4.414680419151965
+ 4.414716368974474
+ 4.414752318392189
+ 4.414788267405117
+ 4.414824216013276
+ 4.414860164216674
+ 4.414896112015325
+ 4.414932059409241
+ 4.414968006398436
+ 4.4150039529829215
+ 4.415039899162708
+ 4.415075844937809
+ 4.415111790308239
+ 4.415147735274008
+ 4.415183679835129
+ 4.415219623991614
+ 4.415255567743476
+ 4.415291511090728
+ 4.415327454033379
+ 4.415363396571446
+ 4.415399338704939
+ 4.4154352804338695
+ 4.415471221758251
+ 4.415507162678097
+ 4.415543103193417
+ 4.415579043304225
+ 4.415614983010533
+ 4.415650922312356
+ 4.415686861209703
+ 4.4157227997025865
+ 4.41575873779102
+ 4.4157946754750155
+ 4.415830612754586
+ 4.415866549629743
+ 4.4159024861004985
+ 4.415938422166867
+ 4.415974357828858
+ 4.416010293086486
+ 4.416046227939762
+ 4.4160821623887
+ 4.416118096433309
+ 4.416154030073606
+ 4.416189963309599
+ 4.416225896141303
+ 4.4162618285687305
+ 4.416297760591893
+ 4.416333692210802
+ 4.41636962342547
+ 4.4164055542359115
+ 4.416441484642136
+ 4.4164774146441586
+ 4.41651334424199
+ 4.416549273435642
+ 4.416585202225128
+ 4.41662113061046
+ 4.416657058591651
+ 4.416692986168711
+ 4.4167289133416565
+ 4.416764840110496
+ 4.4168007664752444
+ 4.416836692435911
+ 4.416872617992512
+ 4.416908543145056
+ 4.416944467893558
+ 4.416980392238029
+ 4.417016316178483
+ 4.4170522397149306
+ 4.417088162847383
+ 4.417124085575856
+ 4.41716000790036
+ 4.417195929820906
+ 4.417231851337509
+ 4.41726777245018
+ 4.417303693158932
+ 4.417339613463776
+ 4.417375533364725
+ 4.417411452861791
+ 4.417447371954987
+ 4.417483290644325
+ 4.417519208929818
+ 4.417555126811477
+ 4.417591044289315
+ 4.417626961363345
+ 4.417662878033578
+ 4.417698794300027
+ 4.417734710162705
+ 4.417770625621623
+ 4.417806540676794
+ 4.4178424553282305
+ 4.417878369575944
+ 4.4179142834199485
+ 4.417950196860255
+ 4.417986109896876
+ 4.418022022529823
+ 4.4180579347591085
+ 4.418093846584747
+ 4.4181297580067485
+ 4.418165669025127
+ 4.418201579639894
+ 4.418237489851061
+ 4.418273399658641
+ 4.418309309062646
+ 4.41834521806309
+ 4.418381126659983
+ 4.418417034853339
+ 4.418452942643169
+ 4.418488850029486
+ 4.418524757012302
+ 4.41856066359163
+ 4.418596569767481
+ 4.418632475539869
+ 4.418668380908805
+ 4.418704285874303
+ 4.418740190436372
+ 4.418776094595027
+ 4.4188119983502805
+ 4.418847901702144
+ 4.418883804650628
+ 4.418919707195749
+ 4.418955609337515
+ 4.418991511075941
+ 4.4190274124110385
+ 4.419063313342819
+ 4.419099213871296
+ 4.419135113996481
+ 4.419171013718388
+ 4.419206913037026
+ 4.419242811952411
+ 4.419278710464552
+ 4.419314608573464
+ 4.419350506279158
+ 4.419386403581646
+ 4.4194223004809405
+ 4.419458196977054
+ 4.41949409307
+ 4.4195299887597885
+ 4.419565884046432
+ 4.4196017789299455
+ 4.419637673410339
+ 4.419673567487624
+ 4.4197094611618155
+ 4.419745354432924
+ 4.4197812473009614
+ 4.419817139765941
+ 4.419853031827875
+ 4.419888923486775
+ 4.419924814742655
+ 4.419960705595524
+ 4.419996596045398
+ 4.420032486092287
+ 4.420068375736204
+ 4.4201042649771605
+ 4.4201401538151694
+ 4.420176042250244
+ 4.420211930282394
+ 4.420247817911635
+ 4.420283705137977
+ 4.420319591961433
+ 4.420355478382015
+ 4.420391364399735
+ 4.420427250014605
+ 4.4204631352266395
+ 4.420499020035848
+ 4.420534904442245
+ 4.42057078844584
+ 4.420606672046649
+ 4.42064255524468
+ 4.42067843803995
+ 4.4207143204324675
+ 4.420750202422246
+ 4.420786084009298
+ 4.420821965193636
+ 4.420857845975272
+ 4.420893726354217
+ 4.4209296063304855
+ 4.420965485904089
+ 4.421001365075039
+ 4.421037243843348
+ 4.421073122209029
+ 4.421109000172094
+ 4.421144877732553
+ 4.421180754890423
+ 4.421216631645712
+ 4.421252507998434
+ 4.4212883839486015
+ 4.421324259496226
+ 4.42136013464132
+ 4.421396009383896
+ 4.421431883723966
+ 4.421467757661542
+ 4.421503631196637
+ 4.421539504329263
+ 4.4215753770594315
+ 4.421611249387157
+ 4.421647121312448
+ 4.421682992835321
+ 4.421718863955784
+ 4.421754734673852
+ 4.421790604989538
+ 4.4218264749028515
+ 4.421862344413807
+ 4.421898213522415
+ 4.42193408222869
+ 4.421969950532642
+ 4.422005818434284
+ 4.422041685933628
+ 4.422077553030689
+ 4.422113419725474
+ 4.422149286018
+ 4.422185151908276
+ 4.422221017396317
+ 4.422256882482133
+ 4.422292747165737
+ 4.422328611447142
+ 4.422364475326359
+ 4.422400338803401
+ 4.42243620187828
+ 4.422472064551009
+ 4.4225079268215985
+ 4.422543788690062
+ 4.422579650156412
+ 4.42261551122066
+ 4.422651371882819
+ 4.4226872321429
+ 4.422723092000917
+ 4.422758951456881
+ 4.422794810510804
+ 4.422830669162698
+ 4.422866527412578
+ 4.4229023852604525
+ 4.422938242706336
+ 4.422974099750239
+ 4.4230099563921765
+ 4.423045812632158
+ 4.423081668470197
+ 4.423117523906305
+ 4.423153378940497
+ 4.423189233572781
+ 4.423225087803172
+ 4.42326094163168
+ 4.423296795058321
+ 4.423332648083104
+ 4.423368500706041
+ 4.423404352927147
+ 4.423440204746432
+ 4.423476056163908
+ 4.42351190717959
+ 4.423547757793487
+ 4.423583608005611
+ 4.4236194578159775
+ 4.423655307224596
+ 4.423691156231481
+ 4.423727004836643
+ 4.423762853040094
+ 4.4237987008418465
+ 4.4238345482419135
+ 4.423870395240306
+ 4.423906241837038
+ 4.42394208803212
+ 4.423977933825565
+ 4.424013779217385
+ 4.424049624207592
+ 4.4240854687962
+ 4.424121312983219
+ 4.424157156768661
+ 4.424193000152541
+ 4.424228843134868
+ 4.424264685715656
+ 4.424300527894916
+ 4.424336369672662
+ 4.424372211048905
+ 4.424408052023657
+ 4.42444389259693
+ 4.424479732768738
+ 4.424515572539092
+ 4.424551411908004
+ 4.424587250875486
+ 4.424623089441551
+ 4.4246589276062105
+ 4.424694765369478
+ 4.424730602731363
+ 4.424766439691881
+ 4.424802276251043
+ 4.424838112408859
+ 4.424873948165344
+ 4.42490978352051
+ 4.424945618474368
+ 4.4249814530269305
+ 4.42501728717821
+ 4.425053120928218
+ 4.425088954276967
+ 4.42512478722447
+ 4.425160619770739
+ 4.425196451915785
+ 4.425232283659622
+ 4.42526811500226
+ 4.425303945943714
+ 4.425339776483994
+ 4.425375606623112
+ 4.425411436361081
+ 4.425447265697914
+ 4.4254830946336225
+ 4.425518923168218
+ 4.425554751301712
+ 4.42559057903412
+ 4.425626406365451
+ 4.425662233295719
+ 4.425698059824935
+ 4.425733885953112
+ 4.425769711680261
+ 4.425805537006395
+ 4.425841361931527
+ 4.425877186455669
+ 4.425913010578832
+ 4.425948834301028
+ 4.425984657622271
+ 4.426020480542571
+ 4.426056303061943
+ 4.4260921251803955
+ 4.426127946897943
+ 4.4261637682145984
+ 4.4261995891303725
+ 4.426235409645278
+ 4.426271229759327
+ 4.426307049472531
+ 4.426342868784903
+ 4.426378687696454
+ 4.426414506207198
+ 4.4264503243171465
+ 4.426486142026311
+ 4.426521959334703
+ 4.426557776242338
+ 4.426593592749224
+ 4.426629408855376
+ 4.426665224560805
+ 4.426701039865524
+ 4.426736854769544
+ 4.426772669272879
+ 4.426808483375538
+ 4.426844297077537
+ 4.426880110378885
+ 4.426915923279595
+ 4.4269517357796815
+ 4.426987547879153
+ 4.427023359578024
+ 4.427059170876306
+ 4.427094981774013
+ 4.427130792271154
+ 4.427166602367741
+ 4.427202412063789
+ 4.42723822135931
+ 4.427274030254313
+ 4.427309838748815
+ 4.427345646842823
+ 4.427381454536352
+ 4.427417261829414
+ 4.427453068722021
+ 4.427488875214185
+ 4.427524681305918
+ 4.4275604869972325
+ 4.427596292288141
+ 4.4276320971786545
+ 4.427667901668786
+ 4.427703705758546
+ 4.42773950944795
+ 4.427775312737008
+ 4.427811115625731
+ 4.427846918114135
+ 4.427882720202227
+ 4.427918521890023
+ 4.427954323177534
+ 4.427990124064772
+ 4.42802592455175
+ 4.428061724638479
+ 4.428097524324971
+ 4.428133323611238
+ 4.4281691224972946
+ 4.428204920983151
+ 4.428240719068818
+ 4.428276516754311
+ 4.42831231403964
+ 4.4283481109248175
+ 4.428383907409855
+ 4.428419703494766
+ 4.428455499179562
+ 4.428491294464255
+ 4.428527089348857
+ 4.42856288383338
+ 4.428598677917838
+ 4.428634471602241
+ 4.428670264886602
+ 4.428706057770933
+ 4.428741850255245
+ 4.428777642339552
+ 4.428813434023866
+ 4.4288492253081975
+ 4.42888501619256
+ 4.428920806676965
+ 4.4289565967614255
+ 4.428992386445953
+ 4.429028175730559
+ 4.429063964615256
+ 4.429099753100057
+ 4.429135541184974
+ 4.429171328870017
+ 4.429207116155202
+ 4.429242903040537
+ 4.429278689526037
+ 4.429314475611712
+ 4.429350261297577
+ 4.429386046583642
+ 4.429421831469919
+ 4.42945761595642
+ 4.429493400043159
+ 4.429529183730146
+ 4.429564967017395
+ 4.4296007499049175
+ 4.429636532392724
+ 4.429672314480828
+ 4.429708096169242
+ 4.429743877457978
+ 4.429779658347046
+ 4.429815438836461
+ 4.429851218926235
+ 4.429886998616377
+ 4.429922777906902
+ 4.429958556797822
+ 4.429994335289148
+ 4.430030113380893
+ 4.430065891073068
+ 4.430101668365685
+ 4.430137445258758
+ 4.430173221752298
+ 4.430208997846317
+ 4.430244773540827
+ 4.4302805488358405
+ 4.430316323731369
+ 4.430352098227425
+ 4.4303878723240215
+ 4.430423646021169
+ 4.430459419318881
+ 4.430495192217169
+ 4.430530964716044
+ 4.4305667368155195
+ 4.430602508515607
+ 4.43063827981632
+ 4.430674050717669
+ 4.430709821219666
+ 4.4307455913223235
+ 4.430781361025655
+ 4.430817130329671
+ 4.430852899234383
+ 4.430888667739805
+ 4.430924435845948
+ 4.430960203552823
+ 4.430995970860445
+ 4.431031737768825
+ 4.431067504277973
+ 4.431103270387903
+ 4.431139036098627
+ 4.431174801410157
+ 4.4312105663225045
+ 4.431246330835683
+ 4.431282094949702
+ 4.431317858664577
+ 4.431353621980318
+ 4.431389384896935
+ 4.431425147414445
+ 4.4314609095328565
+ 4.431496671252183
+ 4.431532432572436
+ 4.4315681934936295
+ 4.431603954015772
+ 4.4316397141388775
+ 4.431675473862959
+ 4.431711233188028
+ 4.431746992114094
+ 4.431782750641173
+ 4.431818508769275
+ 4.431854266498414
+ 4.4318900238286
+ 4.431925780759844
+ 4.43196153729216
+ 4.431997293425562
+ 4.432033049160058
+ 4.432068804495663
+ 4.432104559432387
+ 4.432140313970244
+ 4.4321760681092455
+ 4.432211821849403
+ 4.432247575190729
+ 4.432283328133234
+ 4.432319080676933
+ 4.4323548328218365
+ 4.432390584567957
+ 4.432426335915306
+ 4.432462086863896
+ 4.432497837413738
+ 4.432533587564846
+ 4.43256933731723
+ 4.432605086670903
+ 4.432640835625879
+ 4.432676584182167
+ 4.43271233233978
+ 4.4327480800987304
+ 4.432783827459031
+ 4.4328195744206935
+ 4.4328553209837285
+ 4.43289106714815
+ 4.432926812913968
+ 4.432962558281197
+ 4.432998303249847
+ 4.433034047819931
+ 4.4330697919914615
+ 4.43310553576445
+ 4.4331412791389075
+ 4.433177022114848
+ 4.433212764692284
+ 4.433248506871225
+ 4.433284248651684
+ 4.433319990033673
+ 4.433355731017206
+ 4.433391471602292
+ 4.4334272117889455
+ 4.433462951577177
+ 4.433498690966999
+ 4.433534429958424
+ 4.433570168551464
+ 4.4336059067461315
+ 4.433641644542437
+ 4.433677381940393
+ 4.433713118940013
+ 4.4337488555413085
+ 4.43378459174429
+ 4.433820327548971
+ 4.433856062955363
+ 4.433891797963478
+ 4.433927532573328
+ 4.433963266784926
+ 4.433999000598284
+ 4.434034734013413
+ 4.434070467030325
+ 4.434106199649033
+ 4.434141931869548
+ 4.434177663691883
+ 4.43421339511605
+ 4.43424912614206
+ 4.434284856769927
+ 4.43432058699966
+ 4.434356316831273
+ 4.434392046264779
+ 4.434427775300189
+ 4.434463503937514
+ 4.4344992321767664
+ 4.43453496001796
+ 4.434570687461106
+ 4.434606414506216
+ 4.434642141153301
+ 4.434677867402375
+ 4.4347135932534485
+ 4.434749318706535
+ 4.434785043761645
+ 4.434820768418792
+ 4.434856492677987
+ 4.434892216539242
+ 4.434927940002569
+ 4.4349636630679825
+ 4.43499938573549
+ 4.435035108005108
+ 4.435070829876845
+ 4.435106551350716
+ 4.435142272426731
+ 4.435177993104902
+ 4.435213713385242
+ 4.435249433267763
+ 4.435285152752476
+ 4.435320871839394
+ 4.435356590528528
+ 4.4353923088198925
+ 4.435428026713496
+ 4.435463744209353
+ 4.435499461307475
+ 4.435535178007874
+ 4.435570894310561
+ 4.43560661021555
+ 4.435642325722851
+ 4.435678040832478
+ 4.43571375554444
+ 4.435749469858752
+ 4.435785183775426
+ 4.435820897294472
+ 4.435856610415902
+ 4.435892323139731
+ 4.4359280354659685
+ 4.435963747394627
+ 4.435999458925718
+ 4.436035170059254
+ 4.436070880795247
+ 4.4361065911337105
+ 4.4361423010746535
+ 4.43617801061809
+ 4.436213719764032
+ 4.436249428512491
+ 4.4362851368634795
+ 4.436320844817009
+ 4.436356552373091
+ 4.436392259531739
+ 4.436427966292964
+ 4.436463672656778
+ 4.436499378623193
+ 4.436535084192221
+ 4.436570789363875
+ 4.436606494138165
+ 4.436642198515106
+ 4.436677902494707
+ 4.436713606076982
+ 4.436749309261941
+ 4.436785012049597
+ 4.436820714439964
+ 4.436856416433051
+ 4.436892118028872
+ 4.436927819227438
+ 4.436963520028761
+ 4.436999220432853
+ 4.437034920439726
+ 4.437070620049392
+ 4.437106319261864
+ 4.437142018077154
+ 4.43717771649527
+ 4.43721341451623
+ 4.437249112140043
+ 4.43728480936672
+ 4.437320506196275
+ 4.4373562026287185
+ 4.437391898664063
+ 4.4374275943023225
+ 4.437463289543505
+ 4.437498984387625
+ 4.4375346788346945
+ 4.437570372884726
+ 4.437606066537729
+ 4.437641759793718
+ 4.437677452652703
+ 4.437713145114698
+ 4.437748837179713
+ 4.437784528847762
+ 4.437820220118856
+ 4.437855910993006
+ 4.437891601470225
+ 4.437927291550526
+ 4.43796298123392
+ 4.437998670520418
+ 4.438034359410032
+ 4.438070047902777
+ 4.438105735998662
+ 4.4381414236977
+ 4.438177110999901
+ 4.438212797905281
+ 4.438248484413848
+ 4.438284170525617
+ 4.438319856240598
+ 4.4383555415588045
+ 4.438391226480246
+ 4.438426911004938
+ 4.438462595132889
+ 4.438498278864114
+ 4.438533962198623
+ 4.438569645136428
+ 4.438605327677542
+ 4.438641009821976
+ 4.438676691569742
+ 4.438712372920852
+ 4.43874805387532
+ 4.438783734433156
+ 4.438819414594372
+ 4.4388550943589795
+ 4.438890773726992
+ 4.4389264526984205
+ 4.438962131273277
+ 4.438997809451574
+ 4.439033487233322
+ 4.439069164618535
+ 4.439104841607223
+ 4.4391405181994
+ 4.439176194395078
+ 4.439211870194265
+ 4.439247545596977
+ 4.439283220603226
+ 4.439318895213021
+ 4.439354569426378
+ 4.439390243243305
+ 4.439425916663815
+ 4.439461589687921
+ 4.439497262315635
+ 4.4395329345469685
+ 4.439568606381934
+ 4.439604277820543
+ 4.439639948862807
+ 4.439675619508736
+ 4.439711289758348
+ 4.439746959611648
+ 4.439782629068652
+ 4.439818298129373
+ 4.4398539667938195
+ 4.439889635062005
+ 4.439925302933942
+ 4.439960970409641
+ 4.439996637489116
+ 4.4400323041723775
+ 4.440067970459436
+ 4.440103636350307
+ 4.440139301845002
+ 4.440174966943529
+ 4.440210631645904
+ 4.440246295952137
+ 4.440281959862239
+ 4.440317623376226
+ 4.440353286494106
+ 4.440388949215891
+ 4.440424611541596
+ 4.440460273471231
+ 4.440495935004807
+ 4.440531596142338
+ 4.440567256883835
+ 4.440602917229309
+ 4.440638577178772
+ 4.44067423673224
+ 4.440709895889719
+ 4.440745554651223
+ 4.440781213016766
+ 4.4408168709863585
+ 4.440852528560012
+ 4.440888185737739
+ 4.4409238425195525
+ 4.440959498905462
+ 4.4409951548954805
+ 4.44103081048962
+ 4.441066465687893
+ 4.44110212049031
+ 4.441137774896886
+ 4.441173428907629
+ 4.441209082522553
+ 4.44124473574167
+ 4.441280388564991
+ 4.441316040992529
+ 4.441351693024296
+ 4.441387344660302
+ 4.4414229959005604
+ 4.441458646745084
+ 4.441494297193883
+ 4.441529947246971
+ 4.441565596904357
+ 4.441601246166057
+ 4.4416368950320795
+ 4.441672543502438
+ 4.441708191577144
+ 4.44174383925621
+ 4.441779486539647
+ 4.441815133427468
+ 4.441850779919685
+ 4.441886426016308
+ 4.44192207171735
+ 4.441957717022824
+ 4.44199336193274
+ 4.442029006447112
+ 4.44206465056595
+ 4.442100294289267
+ 4.442135937617074
+ 4.442171580549385
+ 4.442207223086209
+ 4.44224286522756
+ 4.442278506973449
+ 4.442314148323889
+ 4.44234978927889
+ 4.442385429838466
+ 4.442421070002627
+ 4.4424567097713865
+ 4.442492349144755
+ 4.4425279881227455
+ 4.442563626705371
+ 4.44259926489264
+ 4.442634902684567
+ 4.4426705400811635
+ 4.4427061770824405
+ 4.442741813688411
+ 4.4427774498990855
+ 4.442813085714478
+ 4.4428487211346
+ 4.44288435615946
+ 4.4429199907890755
+ 4.442955625023455
+ 4.44299125886261
+ 4.443026892306553
+ 4.443062525355296
+ 4.443098158008851
+ 4.443133790267231
+ 4.443169422130446
+ 4.443205053598509
+ 4.443240684671432
+ 4.443276315349226
+ 4.443311945631904
+ 4.443347575519477
+ 4.443383205011957
+ 4.443418834109356
+ 4.443454462811685
+ 4.443490091118959
+ 4.443525719031187
+ 4.443561346548381
+ 4.443596973670553
+ 4.443632600397717
+ 4.4436682267298835
+ 4.443703852667063
+ 4.4437394782092685
+ 4.443775103356513
+ 4.443810728108807
+ 4.443846352466162
+ 4.4438819764285915
+ 4.443917599996106
+ 4.443953223168719
+ 4.44398884594644
+ 4.444024468329283
+ 4.444060090317258
+ 4.4440957119103786
+ 4.444131333108656
+ 4.444166953912101
+ 4.4442025743207285
+ 4.444238194334547
+ 4.44427381395357
+ 4.444309433177811
+ 4.444345052007278
+ 4.444380670441985
+ 4.4444162884819445
+ 4.444451906127167
+ 4.444487523377666
+ 4.444523140233452
+ 4.444558756694536
+ 4.444594372760934
+ 4.444629988432653
+ 4.444665603709708
+ 4.444701218592108
+ 4.444736833079868
+ 4.444772447172999
+ 4.4448080608715115
+ 4.444843674175419
+ 4.444879287084732
+ 4.444914899599463
+ 4.4449505117196235
+ 4.4449861234452275
+ 4.445021734776283
+ 4.445057345712805
+ 4.445092956254805
+ 4.445128566402293
+ 4.4451641761552825
+ 4.445199785513784
+ 4.445235394477812
+ 4.445271003047376
+ 4.445306611222488
+ 4.44534221900316
+ 4.4453778263894055
+ 4.445413433381234
+ 4.4454490399786595
+ 4.445484646181692
+ 4.445520251990344
+ 4.445555857404628
+ 4.445591462424555
+ 4.445627067050137
+ 4.4456626712813865
+ 4.445698275118315
+ 4.445733878560935
+ 4.445769481609256
+ 4.445805084263292
+ 4.445840686523055
+ 4.445876288388556
+ 4.445911889859806
+ 4.4459474909368195
+ 4.445983091619606
+ 4.446018691908178
+ 4.446054291802547
+ 4.446089891302726
+ 4.446125490408726
+ 4.446161089120559
+ 4.446196687438237
+ 4.446232285361771
+ 4.446267882891173
+ 4.446303480026457
+ 4.446339076767632
+ 4.446374673114712
+ 4.446410269067707
+ 4.4464458646266305
+ 4.446481459791492
+ 4.446517054562307
+ 4.446552648939084
+ 4.446588242921837
+ 4.446623836510576
+ 4.446659429705314
+ 4.446695022506063
+ 4.446730614912833
+ 4.4467662069256395
+ 4.446801798544491
+ 4.446837389769399
+ 4.4468729806003795
+ 4.44690857103744
+ 4.446944161080594
+ 4.446979750729854
+ 4.4470153399852315
+ 4.447050928846736
+ 4.447086517314383
+ 4.447122105388182
+ 4.447157693068146
+ 4.447193280354286
+ 4.447228867246613
+ 4.447264453745142
+ 4.44730003984988
+ 4.447335625560844
+ 4.4473712108780425
+ 4.447406795801488
+ 4.447442380331194
+ 4.4474779644671685
+ 4.447513548209427
+ 4.44754913155798
+ 4.447584714512839
+ 4.447620297074017
+ 4.447655879241525
+ 4.447691461015373
+ 4.447727042395577
+ 4.447762623382145
+ 4.447798203975091
+ 4.447833784174426
+ 4.447869363980161
+ 4.44790494339231
+ 4.4479405224108834
+ 4.447976101035893
+ 4.448011679267351
+ 4.448047257105268
+ 4.448082834549658
+ 4.4481184116005315
+ 4.4481539882579
+ 4.448189564521775
+ 4.448225140392171
+ 4.448260715869096
+ 4.448296290952564
+ 4.448331865642587
+ 4.448367439939178
+ 4.448403013842344
+ 4.4484385873521015
+ 4.448474160468461
+ 4.448509733191433
+ 4.448545305521032
+ 4.4485808774572675
+ 4.448616449000151
+ 4.448652020149697
+ 4.448687590905915
+ 4.448723161268816
+ 4.4487587312384145
+ 4.448794300814721
+ 4.448829869997747
+ 4.4488654387875055
+ 4.4489010071840065
+ 4.448936575187262
+ 4.448972142797286
+ 4.4490077100140875
+ 4.449043276837681
+ 4.449078843268076
+ 4.4491144093052855
+ 4.449149974949321
+ 4.449185540200194
+ 4.449221105057917
+ 4.4492566695225015
+ 4.449292233593958
+ 4.449327797272301
+ 4.449363360557539
+ 4.449398923449688
+ 4.449434485948756
+ 4.449470048054757
+ 4.4495056097677015
+ 4.4495411710876
+ 4.449576732014469
+ 4.4496122925483155
+ 4.449647852689153
+ 4.449683412436994
+ 4.4497189717918495
+ 4.449754530753732
+ 4.4497900893226525
+ 4.449825647498622
+ 4.449861205281655
+ 4.449896762671761
+ 4.449932319668952
+ 4.449967876273241
+ 4.450003432484639
+ 4.450038988303157
+ 4.450074543728808
+ 4.450110098761603
+ 4.450145653401555
+ 4.450181207648674
+ 4.450216761502972
+ 4.450252314964463
+ 4.450287868033157
+ 4.450323420709065
+ 4.450358972992201
+ 4.450394524882575
+ 4.450430076380199
+ 4.450465627485086
+ 4.450501178197246
+ 4.450536728516693
+ 4.450572278443435
+ 4.450607827977488
+ 4.450643377118862
+ 4.450678925867569
+ 4.45071447422362
+ 4.450750022187027
+ 4.450785569757802
+ 4.450821116935957
+ 4.450856663721504
+ 4.450892210114454
+ 4.450927756114821
+ 4.450963301722613
+ 4.450998846937844
+ 4.451034391760525
+ 4.451069936190669
+ 4.451105480228287
+ 4.451141023873391
+ 4.451176567125992
+ 4.451212109986103
+ 4.451247652453734
+ 4.451283194528898
+ 4.451318736211607
+ 4.451354277501872
+ 4.451389818399706
+ 4.451425358905119
+ 4.451460899018124
+ 4.451496438738733
+ 4.451531978066956
+ 4.451567517002807
+ 4.451603055546296
+ 4.451638593697435
+ 4.451674131456237
+ 4.451709668822713
+ 4.451745205796874
+ 4.451780742378733
+ 4.4518162785683
+ 4.45185181436559
+ 4.451887349770611
+ 4.451922884783377
+ 4.4519584194038995
+ 4.451993953632189
+ 4.452029487468259
+ 4.452065020912121
+ 4.452100553963786
+ 4.452136086623265
+ 4.452171618890572
+ 4.452207150765716
+ 4.452242682248712
+ 4.452278213339569
+ 4.4523137440383
+ 4.452349274344916
+ 4.452384804259429
+ 4.452420333781851
+ 4.452455862912195
+ 4.45249139165047
+ 4.452526919996689
+ 4.452562447950866
+ 4.452597975513008
+ 4.452633502683131
+ 4.452669029461245
+ 4.452704555847362
+ 4.452740081841494
+ 4.45277560744365
+ 4.452811132653847
+ 4.452846657472093
+ 4.452882181898399
+ 4.45291770593278
+ 4.452953229575246
+ 4.452988752825808
+ 4.453024275684479
+ 4.45305979815127
+ 4.453095320226193
+ 4.45313084190926
+ 4.453166363200482
+ 4.453201884099872
+ 4.45323740460744
+ 4.453272924723199
+ 4.453308444447161
+ 4.453343963779336
+ 4.453379482719737
+ 4.453415001268377
+ 4.453450519425265
+ 4.453486037190414
+ 4.453521554563836
+ 4.453557071545543
+ 4.453592588135546
+ 4.453628104333857
+ 4.453663620140486
+ 4.453699135555448
+ 4.453734650578753
+ 4.453770165210413
+ 4.453805679450439
+ 4.453841193298843
+ 4.453876706755637
+ 4.453912219820834
+ 4.453947732494443
+ 4.453983244776479
+ 4.45401875666695
+ 4.454054268165871
+ 4.454089779273252
+ 4.454125289989103
+ 4.45416080031344
+ 4.454196310246272
+ 4.45423181978761
+ 4.454267328937469
+ 4.454302837695857
+ 4.454338346062788
+ 4.4543738540382725
+ 4.454409361622322
+ 4.454444868814951
+ 4.454480375616169
+ 4.454515882025986
+ 4.454551388044417
+ 4.454586893671472
+ 4.454622398907163
+ 4.454657903751501
+ 4.454693408204499
+ 4.4547289122661695
+ 4.454764415936521
+ 4.454799919215567
+ 4.45483542210332
+ 4.454870924599791
+ 4.454906426704992
+ 4.4549419284189335
+ 4.4549774297416285
+ 4.455012930673089
+ 4.455048431213324
+ 4.455083931362348
+ 4.455119431120173
+ 4.455154930486809
+ 4.455190429462268
+ 4.455225928046562
+ 4.455261426239703
+ 4.455296924041702
+ 4.455332421452571
+ 4.455367918472322
+ 4.455403415100967
+ 4.455438911338517
+ 4.455474407184983
+ 4.455509902640378
+ 4.455545397704714
+ 4.455580892378
+ 4.455616386660252
+ 4.455651880551478
+ 4.455687374051691
+ 4.455722867160903
+ 4.455758359879126
+ 4.45579385220637
+ 4.455829344142648
+ 4.455864835687972
+ 4.455900326842354
+ 4.455935817605804
+ 4.455971307978333
+ 4.456006797959956
+ 4.456042287550682
+ 4.456077776750525
+ 4.456113265559494
+ 4.456148753977602
+ 4.456184242004861
+ 4.456219729641283
+ 4.456255216886878
+ 4.456290703741659
+ 4.456326190205638
+ 4.456361676278825
+ 4.456397161961233
+ 4.456432647252873
+ 4.456468132153758
+ 4.4565036166639
+ 4.456539100783307
+ 4.456574584511994
+ 4.456610067849973
+ 4.456645550797253
+ 4.456681033353847
+ 4.456716515519768
+ 4.456751997295027
+ 4.456787478679634
+ 4.456822959673602
+ 4.4568584402769424
+ 4.456893920489668
+ 4.456929400311788
+ 4.4569648797433175
+ 4.457000358784264
+ 4.457035837434643
+ 4.4570713156944635
+ 4.457106793563739
+ 4.45714227104248
+ 4.457177748130699
+ 4.457213224828408
+ 4.457248701135616
+ 4.457284177052338
+ 4.457319652578585
+ 4.457355127714366
+ 4.457390602459696
+ 4.457426076814585
+ 4.457461550779044
+ 4.457497024353086
+ 4.457532497536722
+ 4.457567970329964
+ 4.4576034427328235
+ 4.457638914745313
+ 4.457674386367444
+ 4.457709857599226
+ 4.457745328440672
+ 4.457780798891794
+ 4.457816268952604
+ 4.457851738623114
+ 4.457887207903333
+ 4.4579226767932765
+ 4.457958145292953
+ 4.457993613402375
+ 4.4580290811215555
+ 4.458064548450504
+ 4.458100015389234
+ 4.458135481937756
+ 4.4581709480960825
+ 4.458206413864224
+ 4.458241879242194
+ 4.458277344230002
+ 4.458312808827661
+ 4.458348273035182
+ 4.458383736852578
+ 4.458419200279859
+ 4.4584546633170365
+ 4.458490125964124
+ 4.458525588221132
+ 4.458561050088071
+ 4.458596511564955
+ 4.458631972651794
+ 4.458667433348601
+ 4.458702893655386
+ 4.458738353572161
+ 4.458773813098939
+ 4.4588092722357295
+ 4.458844730982547
+ 4.458880189339402
+ 4.458915647306304
+ 4.4589511048832655
+ 4.4589865620703
+ 4.459022018867419
+ 4.459057475274631
+ 4.459092931291952
+ 4.45912838691939
+ 4.4591638421569595
+ 4.459199297004669
+ 4.459234751462533
+ 4.4592702055305615
+ 4.459305659208767
+ 4.459341112497161
+ 4.459376565395754
+ 4.45941201790456
+ 4.459447470023588
+ 4.45948292175285
+ 4.459518373092361
+ 4.459553824042128
+ 4.459589274602165
+ 4.4596247247724845
+ 4.459660174553095
+ 4.459695623944012
+ 4.459731072945244
+ 4.459766521556804
+ 4.459801969778704
+ 4.459837417610955
+ 4.459872865053569
+ 4.459908312106557
+ 4.45994375876993
+ 4.459979205043702
+ 4.460014650927882
+ 4.460050096422483
+ 4.460085541527517
+ 4.460120986242996
+ 4.4601564305689285
+ 4.4601918745053295
+ 4.46022731805221
+ 4.460262761209581
+ 4.4602982039774535
+ 4.460333646355839
+ 4.460369088344752
+ 4.4604045299442
+ 4.460439971154197
+ 4.460475411974755
+ 4.460510852405886
+ 4.4605462924475985
+ 4.460581732099906
+ 4.460617171362821
+ 4.460652610236355
+ 4.460688048720518
+ 4.460723486815322
+ 4.46075892452078
+ 4.4607943618369035
+ 4.460829798763703
+ 4.460865235301188
+ 4.460900671449376
+ 4.460936107208273
+ 4.460971542577894
+ 4.461006977558249
+ 4.46104241214935
+ 4.461077846351209
+ 4.461113280163837
+ 4.461148713587245
+ 4.461184146621447
+ 4.4612195792664515
+ 4.461255011522273
+ 4.461290443388921
+ 4.461325874866408
+ 4.461361305954745
+ 4.4613967366539455
+ 4.461432166964018
+ 4.461467596884978
+ 4.461503026416833
+ 4.461538455559597
+ 4.461573884313281
+ 4.461609312677896
+ 4.461644740653455
+ 4.461680168239968
+ 4.461715595437449
+ 4.461751022245907
+ 4.461786448665355
+ 4.461821874695803
+ 4.4618573003372655
+ 4.461892725589752
+ 4.461928150453274
+ 4.461963574927843
+ 4.461998999013472
+ 4.462034422710172
+ 4.462069846017955
+ 4.46210526893683
+ 4.4621406914668125
+ 4.462176113607911
+ 4.462211535360138
+ 4.462246956723507
+ 4.462282377698027
+ 4.46231779828371
+ 4.462353218480568
+ 4.462388638288613
+ 4.462424057707856
+ 4.462459476738309
+ 4.462494895379983
+ 4.462530313632891
+ 4.462565731497044
+ 4.4626011489724515
+ 4.462636566059127
+ 4.462671982757083
+ 4.462707399066328
+ 4.462742814986877
+ 4.46277823051874
+ 4.462813645661928
+ 4.4628490604164535
+ 4.462884474782329
+ 4.462919888759563
+ 4.46295530234817
+ 4.46299071554816
+ 4.4630261283595445
+ 4.463061540782337
+ 4.463096952816547
+ 4.4631323644621865
+ 4.463167775719268
+ 4.463203186587803
+ 4.463238597067801
+ 4.463274007159277
+ 4.463309416862239
+ 4.463344826176701
+ 4.463380235102673
+ 4.463415643640169
+ 4.463451051789198
+ 4.463486459549772
+ 4.463521866921903
+ 4.463557273905604
+ 4.463592680500884
+ 4.4636280867077565
+ 4.463663492526233
+ 4.463698897956323
+ 4.46373430299804
+ 4.4637697076513945
+ 4.4638051119163995
+ 4.463840515793065
+ 4.463875919281404
+ 4.463911322381427
+ 4.463946725093145
+ 4.463982127416571
+ 4.464017529351716
+ 4.464052930898592
+ 4.46408833205721
+ 4.464123732827582
+ 4.4641591332097175
+ 4.46419453320363
+ 4.4642299328093324
+ 4.464265332026834
+ 4.464300730856146
+ 4.464336129297282
+ 4.464371527350252
+ 4.464406925015068
+ 4.464442322291742
+ 4.464477719180286
+ 4.46451311568071
+ 4.4645485117930255
+ 4.4645839075172455
+ 4.464619302853381
+ 4.464654697801443
+ 4.464690092361445
+ 4.464725486533395
+ 4.464760880317307
+ 4.464796273713193
+ 4.4648316667210635
+ 4.46486705934093
+ 4.4649024515728035
+ 4.464937843416698
+ 4.464973234872622
+ 4.465008625940589
+ 4.465044016620609
+ 4.465079406912696
+ 4.4651147968168585
+ 4.46515018633311
+ 4.465185575461462
+ 4.465220964201927
+ 4.465256352554513
+ 4.465291740519234
+ 4.465327128096101
+ 4.465362515285127
+ 4.465397902086322
+ 4.465433288499698
+ 4.465468674525266
+ 4.465504060163038
+ 4.465539445413025
+ 4.465574830275241
+ 4.465610214749693
+ 4.465645598836397
+ 4.465680982535361
+ 4.465716365846599
+ 4.465751748770122
+ 4.465787131305941
+ 4.465822513454068
+ 4.465857895214513
+ 4.46589327658729
+ 4.465928657572409
+ 4.465964038169882
+ 4.46599941837972
+ 4.466034798201936
+ 4.466070177636539
+ 4.466105556683543
+ 4.466140935342957
+ 4.466176313614795
+ 4.466211691499068
+ 4.466247068995787
+ 4.466282446104963
+ 4.466317822826609
+ 4.466353199160734
+ 4.466388575107352
+ 4.466423950666474
+ 4.466459325838112
+ 4.466494700622275
+ 4.466530075018977
+ 4.46656544902823
+ 4.466600822650042
+ 4.466636195884427
+ 4.466671568731398
+ 4.466706941190965
+ 4.466742313263136
+ 4.466777684947929
+ 4.466813056245352
+ 4.466848427155416
+ 4.466883797678134
+ 4.466919167813517
+ 4.466954537561576
+ 4.466989906922323
+ 4.46702527589577
+ 4.4670606444819265
+ 4.467096012680806
+ 4.467131380492421
+ 4.467166747916781
+ 4.4672021149538965
+ 4.467237481603782
+ 4.467272847866448
+ 4.4673082137419025
+ 4.467343579230162
+ 4.467378944331237
+ 4.467414309045137
+ 4.467449673371875
+ 4.467485037311462
+ 4.467520400863909
+ 4.467555764029228
+ 4.467591126807431
+ 4.467626489198529
+ 4.467661851202533
+ 4.4676972128194565
+ 4.4677325740493075
+ 4.467767934892102
+ 4.467803295347847
+ 4.467838655416557
+ 4.467874015098242
+ 4.467909374392915
+ 4.467944733300587
+ 4.467980091821267
+ 4.468015449954969
+ 4.468050807701705
+ 4.468086165061485
+ 4.468121522034322
+ 4.468156878620226
+ 4.468192234819208
+ 4.468227590631282
+ 4.468262946056457
+ 4.4682983010947455
+ 4.468333655746159
+ 4.46836901001071
+ 4.468404363888408
+ 4.468439717379266
+ 4.4684750704832945
+ 4.468510423200506
+ 4.468545775530911
+ 4.468581127474521
+ 4.468616479031349
+ 4.468651830201404
+ 4.4686871809847
+ 4.468722531381246
+ 4.468757881391056
+ 4.46879323101414
+ 4.468828580250511
+ 4.468863929100178
+ 4.468899277563153
+ 4.4689346256394495
+ 4.468969973329078
+ 4.469005320632049
+ 4.4690406675483745
+ 4.469076014078067
+ 4.469111360221137
+ 4.469146705977596
+ 4.469182051347455
+ 4.469217396330726
+ 4.4692527409274225
+ 4.469288085137552
+ 4.469323428961129
+ 4.469358772398163
+ 4.469394115448667
+ 4.469429458112653
+ 4.46946480039013
+ 4.469500142281111
+ 4.469535483785608
+ 4.469570824903631
+ 4.469606165635193
+ 4.469641505980304
+ 4.469676845938977
+ 4.469712185511223
+ 4.469747524697053
+ 4.469782863496477
+ 4.46981820190951
+ 4.469853539936161
+ 4.469888877576442
+ 4.469924214830365
+ 4.46995955169794
+ 4.46999488817918
+ 4.470030224274097
+ 4.470065559982699
+ 4.470100895305001
+ 4.470136230241013
+ 4.470171564790748
+ 4.470206898954215
+ 4.470242232731428
+ 4.470277566122395
+ 4.470312899127132
+ 4.470348231745646
+ 4.470383563977951
+ 4.470418895824059
+ 4.470454227283979
+ 4.470489558357725
+ 4.470524889045307
+ 4.470560219346737
+ 4.4705955492620255
+ 4.470630878791185
+ 4.470666207934227
+ 4.470701536691163
+ 4.470736865062003
+ 4.470772193046761
+ 4.470807520645446
+ 4.47084284785807
+ 4.470878174684646
+ 4.4709135011251835
+ 4.470948827179694
+ 4.4709841528481915
+ 4.4710194781306845
+ 4.471054803027187
+ 4.471090127537709
+ 4.47112545166226
+ 4.471160775400855
+ 4.471196098753503
+ 4.471231421720217
+ 4.4712667443010075
+ 4.471302066495887
+ 4.471337388304866
+ 4.471372709727955
+ 4.471408030765168
+ 4.471443351416514
+ 4.471478671682006
+ 4.471513991561655
+ 4.4715493110554725
+ 4.471584630163469
+ 4.471619948885658
+ 4.471655267222048
+ 4.471690585172653
+ 4.471725902737484
+ 4.471761219916551
+ 4.471796536709867
+ 4.471831853117442
+ 4.471867169139289
+ 4.471902484775419
+ 4.471937800025843
+ 4.471973114890573
+ 4.472008429369619
+ 4.472043743462994
+ 4.472079057170709
+ 4.472114370492775
+ 4.472149683429204
+ 4.472184995980006
+ 4.472220308145196
+ 4.472255619924781
+ 4.472290931318775
+ 4.47232624232719
+ 4.472361552950035
+ 4.472396863187323
+ 4.472432173039065
+ 4.472467482505273
+ 4.472502791585958
+ 4.472538100281131
+ 4.472573408590804
+ 4.472608716514991
+ 4.4726440240536975
+ 4.472679331206939
+ 4.472714637974726
+ 4.47274994435707
+ 4.472785250353982
+ 4.472820555965474
+ 4.472855861191558
+ 4.472891166032245
+ 4.472926470487545
+ 4.47296177455747
+ 4.472997078242033
+ 4.473032381541244
+ 4.473067684455115
+ 4.473102986983657
+ 4.473138289126882
+ 4.473173590884801
+ 4.473208892257425
+ 4.473244193244766
+ 4.473279493846835
+ 4.4733147940636435
+ 4.4733500938952035
+ 4.473385393341527
+ 4.473420692402623
+ 4.473455991078505
+ 4.473491289369183
+ 4.4735265872746695
+ 4.473561884794975
+ 4.473597181930113
+ 4.473632478680091
+ 4.473667775044925
+ 4.473703071024623
+ 4.473738366619198
+ 4.473773661828661
+ 4.4738089566530235
+ 4.473844251092296
+ 4.473879545146491
+ 4.47391483881562
+ 4.473950132099694
+ 4.473985424998724
+ 4.4740207175127225
+ 4.474056009641699
+ 4.474091301385667
+ 4.4741265927446365
+ 4.474161883718621
+ 4.474197174307628
+ 4.474232464511673
+ 4.474267754330765
+ 4.474303043764915
+ 4.4743383328141375
+ 4.47437362147844
+ 4.474408909757837
+ 4.474444197652337
+ 4.474479485161954
+ 4.474514772286698
+ 4.474550059026581
+ 4.474585345381614
+ 4.47462063135181
+ 4.474655916937177
+ 4.47469120213773
+ 4.474726486953476
+ 4.474761771384432
+ 4.474797055430605
+ 4.474832339092008
+ 4.474867622368653
+ 4.47490290526055
+ 4.4749381877677115
+ 4.4749734698901475
+ 4.475008751627872
+ 4.475044032980893
+ 4.475079313949224
+ 4.475114594532877
+ 4.475149874731862
+ 4.475185154546191
+ 4.475220433975874
+ 4.475255713020925
+ 4.475290991681353
+ 4.475326269957169
+ 4.475361547848388
+ 4.475396825355019
+ 4.475432102477072
+ 4.47546737921456
+ 4.475502655567494
+ 4.475537931535887
+ 4.475573207119748
+ 4.475608482319089
+ 4.4756437571339225
+ 4.475679031564259
+ 4.475714305610109
+ 4.475749579271485
+ 4.475784852548399
+ 4.475820125440862
+ 4.475855397948884
+ 4.475890670072476
+ 4.475925941811653
+ 4.475961213166423
+ 4.4759964841367985
+ 4.476031754722791
+ 4.476067024924412
+ 4.476102294741673
+ 4.476137564174583
+ 4.476172833223156
+ 4.476208101887404
+ 4.476243370167336
+ 4.476278638062964
+ 4.476313905574299
+ 4.476349172701355
+ 4.476384439444142
+ 4.47641970580267
+ 4.47645497177695
+ 4.4764902373669955
+ 4.476525502572816
+ 4.4765607673944245
+ 4.476596031831832
+ 4.476631295885049
+ 4.476666559554088
+ 4.47670182283896
+ 4.476737085739675
+ 4.4767723482562465
+ 4.476807610388684
+ 4.476842872137
+ 4.476878133501206
+ 4.476913394481311
+ 4.476948655077329
+ 4.476983915289272
+ 4.4770191751171495
+ 4.477054434560973
+ 4.477089693620754
+ 4.477124952296504
+ 4.477160210588235
+ 4.477195468495958
+ 4.477230726019682
+ 4.4772659831594215
+ 4.477301239915188
+ 4.47733649628699
+ 4.477371752274841
+ 4.477407007878752
+ 4.477442263098735
+ 4.4774775179347985
+ 4.477512772386957
+ 4.477548026455222
+ 4.477583280139601
+ 4.4776185334401095
+ 4.477653786356758
+ 4.477689038889555
+ 4.477724291038515
+ 4.477759542803648
+ 4.477794794184966
+ 4.477830045182481
+ 4.477865295796201
+ 4.477900546026142
+ 4.477935795872312
+ 4.477971045334723
+ 4.478006294413386
+ 4.478041543108314
+ 4.478076791419518
+ 4.478112039347008
+ 4.478147286890795
+ 4.478182534050893
+ 4.478217780827311
+ 4.4782530272200605
+ 4.478288273229155
+ 4.4783235188546024
+ 4.478358764096417
+ 4.478394008954608
+ 4.478429253429189
+ 4.478464497520169
+ 4.478499741227561
+ 4.478534984551374
+ 4.478570227491623
+ 4.4786054700483175
+ 4.478640712221468
+ 4.478675954011087
+ 4.478711195417184
+ 4.478746436439773
+ 4.478781677078864
+ 4.478816917334467
+ 4.478852157206596
+ 4.478887396695261
+ 4.478922635800473
+ 4.478957874522243
+ 4.478993112860584
+ 4.479028350815506
+ 4.47906358838702
+ 4.4790988255751385
+ 4.479134062379873
+ 4.479169298801233
+ 4.479204534839232
+ 4.479239770493878
+ 4.479275005765187
+ 4.479310240653167
+ 4.47934547515783
+ 4.479380709279186
+ 4.47941594301725
+ 4.479451176372031
+ 4.47948640934354
+ 4.479521641931789
+ 4.479556874136789
+ 4.479592105958551
+ 4.479627337397086
+ 4.479662568452407
+ 4.479697799124525
+ 4.47973302941345
+ 4.479768259319194
+ 4.4798034888417675
+ 4.479838717981184
+ 4.479873946737452
+ 4.479909175110585
+ 4.479944403100594
+ 4.479979630707489
+ 4.480014857931283
+ 4.480050084771985
+ 4.48008531122961
+ 4.480120537304166
+ 4.480155762995664
+ 4.480190988304118
+ 4.480226213229538
+ 4.480261437771936
+ 4.4802966619313205
+ 4.480331885707706
+ 4.480367109101103
+ 4.480402332111523
+ 4.480437554738975
+ 4.480472776983473
+ 4.480507998845028
+ 4.48054322032365
+ 4.480578441419351
+ 4.480613662132143
+ 4.480648882462036
+ 4.480684102409042
+ 4.480719321973173
+ 4.480754541154439
+ 4.4807897599528514
+ 4.480824978368423
+ 4.480860196401162
+ 4.4808954140510835
+ 4.480930631318196
+ 4.480965848202512
+ 4.481001064704042
+ 4.481036280822799
+ 4.481071496558793
+ 4.481106711912035
+ 4.481141926882536
+ 4.48117714147031
+ 4.481212355675365
+ 4.4812475694977145
+ 4.4812827829373685
+ 4.4813179959943374
+ 4.481353208668635
+ 4.481388420960271
+ 4.481423632869257
+ 4.481458844395604
+ 4.481494055539325
+ 4.481529266300429
+ 4.481564476678928
+ 4.4815996866748335
+ 4.481634896288157
+ 4.481670105518909
+ 4.481705314367103
+ 4.481740522832746
+ 4.481775730915855
+ 4.4818109386164355
+ 4.481846145934503
+ 4.481881352870066
+ 4.481916559423137
+ 4.481951765593729
+ 4.4819869713818505
+ 4.482022176787513
+ 4.48205738181073
+ 4.482092586451511
+ 4.4821277907098676
+ 4.482162994585811
+ 4.482198198079352
+ 4.482233401190504
+ 4.482268603919276
+ 4.48230380626568
+ 4.482339008229728
+ 4.48237420981143
+ 4.4824094110107975
+ 4.482444611827842
+ 4.482479812262575
+ 4.482515012315009
+ 4.482550211985153
+ 4.482585411273019
+ 4.482620610178619
+ 4.482655808701963
+ 4.482691006843063
+ 4.482726204601931
+ 4.4827614019785775
+ 4.482796598973013
+ 4.482831795585251
+ 4.4828669918153
+ 4.482902187663173
+ 4.482937383128881
+ 4.482972578212435
+ 4.4830077729138464
+ 4.483042967233128
+ 4.483078161170287
+ 4.483113354725339
+ 4.483148547898292
+ 4.48318374068916
+ 4.483218933097952
+ 4.483254125124681
+ 4.483289316769357
+ 4.483324508031991
+ 4.483359698912597
+ 4.483394889411183
+ 4.4834300795277615
+ 4.483465269262345
+ 4.483500458614942
+ 4.483535647585565
+ 4.483570836174227
+ 4.483606024380936
+ 4.483641212205706
+ 4.483676399648547
+ 4.483711586709472
+ 4.483746773388489
+ 4.483781959685611
+ 4.483817145600851
+ 4.4838523311342176
+ 4.483887516285723
+ 4.483922701055378
+ 4.4839578854431945
+ 4.483993069449184
+ 4.484028253073356
+ 4.484063436315724
+ 4.484098619176299
+ 4.484133801655091
+ 4.48416898375211
+ 4.484204165467371
+ 4.484239346800883
+ 4.484274527752658
+ 4.484309708322705
+ 4.484344888511038
+ 4.484380068317668
+ 4.4844152477426045
+ 4.484450426785859
+ 4.4844856054474445
+ 4.484520783727372
+ 4.48455596162565
+ 4.484591139142292
+ 4.48462631627731
+ 4.484661493030714
+ 4.484696669402515
+ 4.484731845392724
+ 4.484767021001353
+ 4.484802196228414
+ 4.484837371073916
+ 4.484872545537873
+ 4.484907719620294
+ 4.4849428933211914
+ 4.484978066640575
+ 4.485013239578458
+ 4.485048412134851
+ 4.485083584309764
+ 4.485118756103209
+ 4.4851539275151975
+ 4.485189098545742
+ 4.485224269194851
+ 4.485259439462538
+ 4.485294609348813
+ 4.485329778853687
+ 4.485364947977172
+ 4.485400116719279
+ 4.48543528508002
+ 4.4854704530594045
+ 4.485505620657444
+ 4.485540787874152
+ 4.485575954709537
+ 4.485611121163612
+ 4.485646287236388
+ 4.485681452927874
+ 4.485716618238086
+ 4.485751783167029
+ 4.485786947714718
+ 4.4858221118811645
+ 4.48585727566638
+ 4.485892439070373
+ 4.485927602093156
+ 4.485962764734741
+ 4.4859979269951396
+ 4.486033088874361
+ 4.486068250372418
+ 4.486103411489322
+ 4.486138572225082
+ 4.486173732579712
+ 4.486208892553222
+ 4.486244052145623
+ 4.486279211356927
+ 4.486314370187144
+ 4.486349528636286
+ 4.486384686704365
+ 4.48641984439139
+ 4.486455001697374
+ 4.486490158622328
+ 4.486525315166263
+ 4.486560471329189
+ 4.48659562711112
+ 4.486630782512065
+ 4.486665937532035
+ 4.4867010921710415
+ 4.486736246429097
+ 4.486771400306212
+ 4.486806553802397
+ 4.486841706917666
+ 4.486876859652025
+ 4.48691201200549
+ 4.48694716397807
+ 4.486982315569776
+ 4.487017466780621
+ 4.487052617610614
+ 4.487087768059768
+ 4.487122918128091
+ 4.4871580678155985
+ 4.487193217122301
+ 4.487228366048208
+ 4.487263514593329
+ 4.487298662757679
+ 4.4873338105412675
+ 4.487368957944105
+ 4.487404104966204
+ 4.487439251607576
+ 4.4874743978682305
+ 4.48750954374818
+ 4.487544689247434
+ 4.487579834366006
+ 4.487614979103906
+ 4.487650123461145
+ 4.487685267437735
+ 4.487720411033687
+ 4.487755554249011
+ 4.487790697083719
+ 4.487825839537823
+ 4.487860981611333
+ 4.487896123304261
+ 4.487931264616617
+ 4.4879664055484145
+ 4.488001546099663
+ 4.488036686270373
+ 4.488071826060556
+ 4.488106965470225
+ 4.488142104499389
+ 4.48817724314806
+ 4.488212381416251
+ 4.488247519303971
+ 4.488282656811231
+ 4.488317793938043
+ 4.488352930684417
+ 4.4883880670503675
+ 4.488423203035902
+ 4.488458338641033
+ 4.488493473865771
+ 4.48852860871013
+ 4.488563743174117
+ 4.488598877257747
+ 4.488634010961028
+ 4.488669144283974
+ 4.488704277226594
+ 4.4887394097888995
+ 4.488774541970903
+ 4.488809673772614
+ 4.488844805194046
+ 4.488879936235207
+ 4.488915066896112
+ 4.488950197176768
+ 4.488985327077189
+ 4.489020456597386
+ 4.489055585737368
+ 4.489090714497149
+ 4.489125842876738
+ 4.4891609708761475
+ 4.4891960984953885
+ 4.48923122573447
+ 4.489266352593408
+ 4.489301479072209
+ 4.489336605170886
+ 4.48937173088945
+ 4.489406856227912
+ 4.4894419811862845
+ 4.489477105764577
+ 4.4895122299628
+ 4.489547353780967
+ 4.489582477219088
+ 4.489617600277175
+ 4.4896527229552365
+ 4.489687845253286
+ 4.4897229671713355
+ 4.489758088709393
+ 4.489793209867472
+ 4.489828330645584
+ 4.489863451043738
+ 4.489898571061947
+ 4.489933690700222
+ 4.489968809958574
+ 4.490003928837013
+ 4.490039047335552
+ 4.490074165454201
+ 4.490109283192971
+ 4.490144400551874
+ 4.49017951753092
+ 4.490214634130122
+ 4.49024975034949
+ 4.490284866189033
+ 4.490319981648765
+ 4.490355096728698
+ 4.490390211428841
+ 4.4904253257492055
+ 4.4904604396898025
+ 4.4904955532506445
+ 4.490530666431741
+ 4.490565779233103
+ 4.4906008916547435
+ 4.4906360036966735
+ 4.490671115358903
+ 4.490706226641442
+ 4.4907413375443035
+ 4.490776448067499
+ 4.490811558211038
+ 4.4908466679749335
+ 4.490881777359194
+ 4.490916886363833
+ 4.490951994988862
+ 4.49098710323429
+ 4.4910222111001294
+ 4.491057318586392
+ 4.491092425693086
+ 4.491127532420226
+ 4.491162638767822
+ 4.491197744735885
+ 4.491232850324425
+ 4.491267955533455
+ 4.491303060362985
+ 4.491338164813027
+ 4.49137326888359
+ 4.491408372574688
+ 4.491443475886331
+ 4.491478578818529
+ 4.491513681371295
+ 4.491548783544638
+ 4.491583885338572
+ 4.491618986753106
+ 4.491654087788251
+ 4.491689188444019
+ 4.491724288720421
+ 4.491759388617468
+ 4.49179448813517
+ 4.491829587273542
+ 4.49186468603259
+ 4.491899784412329
+ 4.491934882412767
+ 4.491969980033919
+ 4.492005077275792
+ 4.4920401741384
+ 4.492075270621752
+ 4.4921103667258615
+ 4.492145462450739
+ 4.492180557796393
+ 4.492215652762837
+ 4.4922507473500835
+ 4.49228584155814
+ 4.492320935387021
+ 4.492356028836736
+ 4.492391121907295
+ 4.492426214598711
+ 4.492461306910995
+ 4.492496398844157
+ 4.492531490398209
+ 4.492566581573161
+ 4.492601672369027
+ 4.492636762785813
+ 4.492671852823535
+ 4.492706942482203
+ 4.492742031761826
+ 4.492777120662418
+ 4.492812209183986
+ 4.492847297326547
+ 4.492882385090106
+ 4.492917472474679
+ 4.492952559480274
+ 4.492987646106904
+ 4.4930227323545795
+ 4.493057818223311
+ 4.493092903713109
+ 4.493127988823987
+ 4.493163073555953
+ 4.493198157909021
+ 4.4932332418832015
+ 4.493268325478505
+ 4.493303408694942
+ 4.493338491532524
+ 4.493373573991263
+ 4.493408656071169
+ 4.493443737772253
+ 4.493478819094529
+ 4.493513900038003
+ 4.49354898060269
+ 4.493584060788601
+ 4.493619140595745
+ 4.493654220024134
+ 4.49368929907378
+ 4.493724377744694
+ 4.4937594560368845
+ 4.493794533950365
+ 4.493829611485148
+ 4.49386468864124
+ 4.493899765418657
+ 4.493934841817407
+ 4.493969917837504
+ 4.4940049934789545
+ 4.494040068741774
+ 4.49407514362597
+ 4.494110218131557
+ 4.494145292258544
+ 4.494180366006943
+ 4.494215439376765
+ 4.49425051236802
+ 4.49428558498072
+ 4.494320657214876
+ 4.494355729070499
+ 4.494390800547602
+ 4.494425871646191
+ 4.494460942366282
+ 4.494496012707885
+ 4.49453108267101
+ 4.494566152255668
+ 4.494601221461871
+ 4.494636290289631
+ 4.494671358738956
+ 4.49470642680986
+ 4.494741494502352
+ 4.494776561816446
+ 4.49481162875215
+ 4.494846695309477
+ 4.494881761488435
+ 4.49491682728904
+ 4.4949518927113
+ 4.494986957755225
+ 4.495022022420829
+ 4.4950570867081225
+ 4.495092150617115
+ 4.495127214147818
+ 4.495162277300244
+ 4.4951973400744025
+ 4.495232402470305
+ 4.495267464487962
+ 4.495302526127387
+ 4.495337587388588
+ 4.4953726482715775
+ 4.495407708776367
+ 4.495442768902968
+ 4.495477828651389
+ 4.495512888021643
+ 4.495547947013741
+ 4.495583005627695
+ 4.495618063863513
+ 4.495653121721209
+ 4.495688179200793
+ 4.495723236302277
+ 4.49575829302567
+ 4.4957933493709845
+ 4.495828405338233
+ 4.495863460927422
+ 4.495898516138568
+ 4.495933570971678
+ 4.495968625426765
+ 4.49600367950384
+ 4.496038733202913
+ 4.496073786523997
+ 4.496108839467102
+ 4.496143892032237
+ 4.496178944219416
+ 4.49621399602865
+ 4.496249047459949
+ 4.496284098513323
+ 4.496319149188784
+ 4.496354199486345
+ 4.496389249406015
+ 4.496424298947804
+ 4.496459348111725
+ 4.4964943968977895
+ 4.496529445306007
+ 4.496564493336388
+ 4.496599540988946
+ 4.496634588263691
+ 4.496669635160633
+ 4.496704681679785
+ 4.496739727821156
+ 4.496774773584757
+ 4.496809818970602
+ 4.4968448639786995
+ 4.496879908609061
+ 4.496914952861697
+ 4.49694999673662
+ 4.49698504023384
+ 4.497020083353368
+ 4.4970551260952165
+ 4.497090168459394
+ 4.497125210445914
+ 4.497160252054786
+ 4.497195293286022
+ 4.497230334139632
+ 4.497265374615628
+ 4.4973004147140205
+ 4.497335454434821
+ 4.49737049377804
+ 4.497405532743689
+ 4.497440571331779
+ 4.497475609542321
+ 4.497510647375326
+ 4.497545684830805
+ 4.497580721908769
+ 4.497615758609229
+ 4.497650794932196
+ 4.497685830877682
+ 4.497720866445696
+ 4.49775590163625
+ 4.497790936449356
+ 4.497825970885025
+ 4.497861004943267
+ 4.497896038624092
+ 4.497931071927513
+ 4.497966104853541
+ 4.498001137402187
+ 4.49803616957346
+ 4.498071201367374
+ 4.498106232783938
+ 4.498141263823165
+ 4.498176294485062
+ 4.4982113247696445
+ 4.498246354676921
+ 4.498281384206904
+ 4.4983164133596025
+ 4.49835144213503
+ 4.498386470533196
+ 4.498421498554112
+ 4.498456526197789
+ 4.498491553464238
+ 4.498526580353469
+ 4.498561606865495
+ 4.498596633000324
+ 4.498631658757971
+ 4.4986666841384455
+ 4.4987017091417565
+ 4.498736733767918
+ 4.498771758016939
+ 4.498806781888831
+ 4.498841805383606
+ 4.498876828501273
+ 4.498911851241844
+ 4.498946873605331
+ 4.4989818955917436
+ 4.499016917201095
+ 4.499051938433394
+ 4.499086959288651
+ 4.49912197976688
+ 4.499156999868089
+ 4.499192019592291
+ 4.499227038939497
+ 4.499262057909716
+ 4.499297076502961
+ 4.499332094719243
+ 4.499367112558572
+ 4.499402130020959
+ 4.499437147106417
+ 4.4994721638149535
+ 4.4995071801465825
+ 4.499542196101314
+ 4.499577211679159
+ 4.499612226880129
+ 4.499647241704233
+ 4.499682256151484
+ 4.499717270221894
+ 4.499752283915471
+ 4.499787297232228
+ 4.499822310172176
+ 4.499857322735325
+ 4.499892334921687
+ 4.499927346731272
+ 4.499962358164092
+ 4.499997369220158
+ 4.50003237989948
+ 4.500067390202069
+ 4.500102400127939
+ 4.500137409677096
+ 4.500172418849555
+ 4.500207427645325
+ 4.5002424360644175
+ 4.500277444106844
+ 4.500312451772615
+ 4.500347459061743
+ 4.500382465974235
+ 4.500417472510106
+ 4.500452478669366
+ 4.500487484452025
+ 4.500522489858095
+ 4.500557494887586
+ 4.5005924995405096
+ 4.500627503816878
+ 4.500662507716699
+ 4.500697511239987
+ 4.500732514386751
+ 4.500767517157003
+ 4.500802519550754
+ 4.500837521568013
+ 4.500872523208794
+ 4.500907524473106
+ 4.50094252536096
+ 4.500977525872368
+ 4.50101252600734
+ 4.501047525765889
+ 4.501082525148023
+ 4.501117524153755
+ 4.501152522783095
+ 4.501187521036055
+ 4.501222518912645
+ 4.501257516412877
+ 4.501292513536762
+ 4.501327510284309
+ 4.50136250665553
+ 4.501397502650437
+ 4.5014324982690415
+ 4.501467493511352
+ 4.501502488377381
+ 4.501537482867139
+ 4.5015724769806384
+ 4.501607470717889
+ 4.5016424640789
+ 4.5016774570636855
+ 4.501712449672255
+ 4.5017474419046195
+ 4.5017824337607895
+ 4.5018174252407785
+ 4.501852416344594
+ 4.501887407072249
+ 4.501922397423755
+ 4.501957387399121
+ 4.501992376998359
+ 4.502027366221479
+ 4.502062355068494
+ 4.502097343539415
+ 4.50213233163425
+ 4.502167319353013
+ 4.502202306695714
+ 4.502237293662363
+ 4.502272280252972
+ 4.502307266467551
+ 4.502342252306113
+ 4.502377237768668
+ 4.5024122228552255
+ 4.5024472075657975
+ 4.502482191900396
+ 4.5025171758590306
+ 4.502552159441713
+ 4.502587142648453
+ 4.502622125479263
+ 4.502657107934154
+ 4.502692090013136
+ 4.50272707171622
+ 4.502762053043418
+ 4.502797033994739
+ 4.502832014570196
+ 4.502866994769799
+ 4.50290197459356
+ 4.5029369540414885
+ 4.502971933113596
+ 4.503006911809893
+ 4.503041890130392
+ 4.5030768680751025
+ 4.503111845644035
+ 4.503146822837203
+ 4.503181799654615
+ 4.503216776096283
+ 4.503251752162218
+ 4.50328672785243
+ 4.5033217031669315
+ 4.503356678105732
+ 4.503391652668843
+ 4.503426626856276
+ 4.50346160066804
+ 4.503496574104149
+ 4.503531547164612
+ 4.50356651984944
+ 4.503601492158645
+ 4.503636464092237
+ 4.503671435650227
+ 4.503706406832626
+ 4.503741377639444
+ 4.503776348070694
+ 4.503811318126387
+ 4.503846287806532
+ 4.50388125711114
+ 4.503916226040223
+ 4.503951194593793
+ 4.503986162771859
+ 4.504021130574433
+ 4.5040560980015245
+ 4.504091065053147
+ 4.504126031729309
+ 4.504160998030024
+ 4.504195963955299
+ 4.504230929505149
+ 4.504265894679582
+ 4.504300859478611
+ 4.504335823902245
+ 4.504370787950497
+ 4.504405751623377
+ 4.504440714920896
+ 4.504475677843065
+ 4.504510640389895
+ 4.504545602561396
+ 4.504580564357579
+ 4.504615525778457
+ 4.504650486824039
+ 4.504685447494337
+ 4.50472040778936
+ 4.504755367709122
+ 4.504790327253632
+ 4.5048252864229
+ 4.504860245216939
+ 4.50489520363576
+ 4.504930161679372
+ 4.504965119347786
+ 4.505000076641015
+ 4.505035033559069
+ 4.505069990101958
+ 4.505104946269694
+ 4.505139902062289
+ 4.5051748574797505
+ 4.505209812522091
+ 4.505244767189324
+ 4.5052797214814575
+ 4.505314675398503
+ 4.505349628940472
+ 4.505384582107374
+ 4.5054195348992225
+ 4.505454487316025
+ 4.505489439357796
+ 4.505524391024545
+ 4.505559342316281
+ 4.505594293233018
+ 4.505629243774765
+ 4.505664193941533
+ 4.5056991437333345
+ 4.505734093150178
+ 4.505769042192076
+ 4.50580399085904
+ 4.505838939151079
+ 4.505873887068206
+ 4.5059088346104295
+ 4.505943781777764
+ 4.505978728570216
+ 4.506013674987799
+ 4.506048621030525
+ 4.506083566698401
+ 4.506118511991443
+ 4.506153456909657
+ 4.506188401453058
+ 4.506223345621654
+ 4.506258289415458
+ 4.506293232834478
+ 4.506328175878728
+ 4.506363118548219
+ 4.506398060842959
+ 4.506433002762961
+ 4.506467944308236
+ 4.506502885478794
+ 4.506537826274646
+ 4.506572766695802
+ 4.506607706742277
+ 4.506642646414076
+ 4.5066775857112145
+ 4.506712524633701
+ 4.506747463181549
+ 4.506782401354766
+ 4.506817339153366
+ 4.506852276577357
+ 4.506887213626751
+ 4.50692215030156
+ 4.506957086601793
+ 4.506992022527464
+ 4.507026958078581
+ 4.507061893255156
+ 4.5070968280571995
+ 4.507131762484723
+ 4.507166696537737
+ 4.507201630216251
+ 4.507236563520278
+ 4.507271496449829
+ 4.507306429004914
+ 4.507341361185543
+ 4.507376292991729
+ 4.507411224423481
+ 4.507446155480811
+ 4.50748108616373
+ 4.507516016472248
+ 4.5075509464063765
+ 4.507585875966127
+ 4.507620805151508
+ 4.507655733962533
+ 4.507690662399212
+ 4.507725590461555
+ 4.507760518149575
+ 4.507795445463281
+ 4.507830372402684
+ 4.507865298967796
+ 4.507900225158627
+ 4.507935150975189
+ 4.507970076417491
+ 4.508005001485544
+ 4.508039926179362
+ 4.508074850498953
+ 4.5081097744443275
+ 4.5081446980154976
+ 4.508179621212475
+ 4.508214544035269
+ 4.508249466483892
+ 4.508284388558352
+ 4.508319310258663
+ 4.508354231584835
+ 4.508389152536878
+ 4.508424073114804
+ 4.508458993318624
+ 4.508493913148348
+ 4.508528832603986
+ 4.508563751685551
+ 4.508598670393053
+ 4.508633588726502
+ 4.508668506685909
+ 4.508703424271287
+ 4.508738341482646
+ 4.5087732583199935
+ 4.508808174783345
+ 4.50884309087271
+ 4.508878006588097
+ 4.508912921929521
+ 4.508947836896989
+ 4.508982751490515
+ 4.509017665710107
+ 4.509052579555777
+ 4.509087493027537
+ 4.509122406125397
+ 4.509157318849367
+ 4.509192231199459
+ 4.509227143175685
+ 4.509262054778053
+ 4.509296966006575
+ 4.509331876861263
+ 4.509366787342127
+ 4.509401697449178
+ 4.509436607182426
+ 4.5094715165418835
+ 4.50950642552756
+ 4.509541334139466
+ 4.509576242377615
+ 4.509611150242015
+ 4.509646057732678
+ 4.509680964849615
+ 4.509715871592836
+ 4.509750777962354
+ 4.509785683958177
+ 4.509820589580318
+ 4.509855494828787
+ 4.509890399703595
+ 4.509925304204753
+ 4.509960208332271
+ 4.509995112086161
+ 4.510030015466433
+ 4.510064918473099
+ 4.510099821106168
+ 4.5101347233656535
+ 4.510169625251564
+ 4.510204526763911
+ 4.510239427902705
+ 4.510274328667958
+ 4.51030922905968
+ 4.510344129077882
+ 4.510379028722575
+ 4.51041392799377
+ 4.510448826891477
+ 4.510483725415709
+ 4.510518623566473
+ 4.510553521343783
+ 4.510588418747651
+ 4.510623315778083
+ 4.510658212435094
+ 4.510693108718693
+ 4.510728004628892
+ 4.510762900165702
+ 4.510797795329132
+ 4.5108326901191935
+ 4.510867584535898
+ 4.510902478579257
+ 4.51093737224928
+ 4.510972265545978
+ 4.511007158469362
+ 4.5110420510194436
+ 4.511076943196232
+ 4.51111183499974
+ 4.511146726429977
+ 4.511181617486955
+ 4.5112165081706825
+ 4.511251398481174
+ 4.511286288418438
+ 4.511321177982485
+ 4.511356067173327
+ 4.511390955990974
+ 4.511425844435437
+ 4.511460732506727
+ 4.5114956202048555
+ 4.511530507529832
+ 4.511565394481668
+ 4.5116002810603755
+ 4.511635167265963
+ 4.511670053098443
+ 4.511704938557825
+ 4.511739823644121
+ 4.511774708357343
+ 4.5118095926974995
+ 4.511844476664602
+ 4.51187936025866
+ 4.511914243479688
+ 4.511949126327694
+ 4.511984008802689
+ 4.5120188909046846
+ 4.512053772633691
+ 4.51208865398972
+ 4.512123534972781
+ 4.5121584155828875
+ 4.512193295820046
+ 4.512228175684271
+ 4.512263055175572
+ 4.51229793429396
+ 4.5123328130394444
+ 4.512367691412038
+ 4.512402569411751
+ 4.512437447038595
+ 4.51247232429258
+ 4.512507201173715
+ 4.512542077682014
+ 4.512576953817487
+ 4.512611829580144
+ 4.512646704969995
+ 4.512681579987053
+ 4.512716454631327
+ 4.512751328902829
+ 4.512786202801569
+ 4.512821076327559
+ 4.512855949480809
+ 4.512890822261328
+ 4.51292569466913
+ 4.512960566704224
+ 4.512995438366621
+ 4.513030309656333
+ 4.513065180573368
+ 4.513100051117741
+ 4.51313492128946
+ 4.513169791088535
+ 4.513204660514979
+ 4.513239529568802
+ 4.513274398250013
+ 4.513309266558626
+ 4.51334413449465
+ 4.513379002058096
+ 4.513413869248976
+ 4.513448736067299
+ 4.513483602513076
+ 4.513518468586319
+ 4.513553334287038
+ 4.513588199615244
+ 4.513623064570948
+ 4.513657929154159
+ 4.513692793364891
+ 4.5137276572031535
+ 4.513762520668956
+ 4.51379738376231
+ 4.513832246483227
+ 4.513867108831717
+ 4.513901970807792
+ 4.513936832411461
+ 4.513971693642736
+ 4.514006554501629
+ 4.514041414988148
+ 4.514076275102305
+ 4.514111134844111
+ 4.514145994213577
+ 4.514180853210713
+ 4.514215711835531
+ 4.51425057008804
+ 4.514285427968254
+ 4.514320285476181
+ 4.514355142611831
+ 4.514389999375217
+ 4.51442485576635
+ 4.514459711785239
+ 4.514494567431896
+ 4.514529422706331
+ 4.514564277608556
+ 4.5145991321385806
+ 4.514633986296416
+ 4.514668840082073
+ 4.514703693495561
+ 4.514738546536894
+ 4.514773399206081
+ 4.5148082515031325
+ 4.514843103428059
+ 4.5148779549808715
+ 4.514912806161582
+ 4.5149476569702
+ 4.514982507406737
+ 4.515017357471202
+ 4.515052207163609
+ 4.515087056483966
+ 4.515121905432285
+ 4.515156754008577
+ 4.515191602212852
+ 4.5152264500451205
+ 4.515261297505395
+ 4.515296144593685
+ 4.515330991310001
+ 4.515365837654355
+ 4.515400683626756
+ 4.515435529227217
+ 4.515470374455747
+ 4.515505219312356
+ 4.515540063797057
+ 4.51557490790986
+ 4.515609751650777
+ 4.5156445950198165
+ 4.5156794380169885
+ 4.515714280642307
+ 4.515749122895782
+ 4.515783964777422
+ 4.515818806287241
+ 4.515853647425246
+ 4.515888488191452
+ 4.515923328585866
+ 4.515958168608501
+ 4.5159930082593664
+ 4.516027847538474
+ 4.516062686445835
+ 4.5160975249814586
+ 4.516132363145357
+ 4.516167200937541
+ 4.51620203835802
+ 4.516236875406804
+ 4.516271712083908
+ 4.5163065483893385
+ 4.516341384323108
+ 4.516376219885227
+ 4.516411055075706
+ 4.516445889894556
+ 4.516480724341789
+ 4.516515558417414
+ 4.5165503921214425
+ 4.516585225453885
+ 4.516620058414751
+ 4.516654891004055
+ 4.516689723221804
+ 4.51672455506801
+ 4.5167593865426845
+ 4.516794217645837
+ 4.51682904837748
+ 4.516863878737623
+ 4.516898708726276
+ 4.5169335383434515
+ 4.5169683675891585
+ 4.51700319646341
+ 4.517038024966214
+ 4.517072853097584
+ 4.517107680857529
+ 4.517142508246059
+ 4.517177335263187
+ 4.517212161908924
+ 4.5172469881832775
+ 4.517281814086261
+ 4.517316639617884
+ 4.517351464778159
+ 4.517386289567094
+ 4.517421113984702
+ 4.5174559380309915
+ 4.517490761705977
+ 4.517525585009666
+ 4.517560407942069
+ 4.517595230503199
+ 4.5176300526930655
+ 4.517664874511679
+ 4.517699695959051
+ 4.5177345170351915
+ 4.517769337740112
+ 4.517804158073823
+ 4.517838978036335
+ 4.51787379762766
+ 4.517908616847806
+ 4.517943435696786
+ 4.5179782541746105
+ 4.518013072281288
+ 4.518047890016833
+ 4.518082707381253
+ 4.518117524374561
+ 4.5181523409967665
+ 4.51818715724788
+ 4.518221973127913
+ 4.518256788636876
+ 4.518291603774779
+ 4.518326418541635
+ 4.518361232937452
+ 4.518396046962242
+ 4.518430860616017
+ 4.518465673898785
+ 4.5185004868105585
+ 4.518535299351347
+ 4.518570111521163
+ 4.518604923320016
+ 4.518639734747917
+ 4.518674545804877
+ 4.518709356490906
+ 4.518744166806015
+ 4.518778976750216
+ 4.518813786323518
+ 4.518848595525933
+ 4.518883404357471
+ 4.518918212818142
+ 4.518953020907958
+ 4.518987828626929
+ 4.519022635975066
+ 4.519057442952381
+ 4.519092249558882
+ 4.5191270557945815
+ 4.519161861659489
+ 4.519196667153619
+ 4.519231472276976
+ 4.519266277029576
+ 4.519301081411428
+ 4.519335885422542
+ 4.51937068906293
+ 4.5194054923326
+ 4.519440295231566
+ 4.5194750977598375
+ 4.519509899917424
+ 4.519544701704338
+ 4.51957950312059
+ 4.51961430416619
+ 4.519649104841148
+ 4.5196839051454765
+ 4.519718705079185
+ 4.519753504642285
+ 4.519788303834787
+ 4.519823102656701
+ 4.519857901108039
+ 4.5198926991888095
+ 4.519927496899025
+ 4.519962294238697
+ 4.519997091207835
+ 4.520031887806448
+ 4.520066684034551
+ 4.52010147989215
+ 4.520136275379259
+ 4.520171070495888
+ 4.520205865242047
+ 4.5202406596177465
+ 4.5202754536229985
+ 4.520310247257812
+ 4.520345040522199
+ 4.52037983341617
+ 4.520414625939736
+ 4.520449418092906
+ 4.5204842098756925
+ 4.520519001288107
+ 4.520553792330157
+ 4.520588583001856
+ 4.520623373303214
+ 4.52065816323424
+ 4.520692952794948
+ 4.520727741985346
+ 4.520762530805446
+ 4.520797319255258
+ 4.520832107334792
+ 4.520866895044061
+ 4.520901682383075
+ 4.520936469351843
+ 4.520971255950375
+ 4.521006042178685
+ 4.521040828036782
+ 4.521075613524678
+ 4.5211103986423815
+ 4.521145183389904
+ 4.521179967767257
+ 4.52121475177445
+ 4.521249535411495
+ 4.5212843186784015
+ 4.52131910157518
+ 4.521353884101843
+ 4.5213886662583995
+ 4.521423448044861
+ 4.521458229461238
+ 4.521493010507541
+ 4.521527791183781
+ 4.521562571489968
+ 4.521597351426113
+ 4.521632130992227
+ 4.521666910188321
+ 4.521701689014406
+ 4.5217364674704905
+ 4.521771245556587
+ 4.521806023272705
+ 4.521840800618857
+ 4.521875577595052
+ 4.521910354201302
+ 4.521945130437618
+ 4.521979906304008
+ 4.522014681800484
+ 4.522049456927059
+ 4.52208423168374
+ 4.5221190060705405
+ 4.52215378008747
+ 4.522188553734538
+ 4.522223327011758
+ 4.522258099919139
+ 4.52229287245669
+ 4.522327644624426
+ 4.522362416422354
+ 4.522397187850485
+ 4.522431958908831
+ 4.5224667295974035
+ 4.52250149991621
+ 4.522536269865264
+ 4.522571039444575
+ 4.522605808654155
+ 4.522640577494011
+ 4.522675345964158
+ 4.522710114064604
+ 4.5227448817953615
+ 4.5227796491564405
+ 4.52281441614785
+ 4.522849182769602
+ 4.5228839490217085
+ 4.522918714904178
+ 4.522953480417023
+ 4.522988245560253
+ 4.523023010333878
+ 4.52305777473791
+ 4.523092538772359
+ 4.523127302437236
+ 4.523162065732553
+ 4.5231968286583175
+ 4.523231591214541
+ 4.523266353401237
+ 4.523301115218414
+ 4.523335876666082
+ 4.523370637744253
+ 4.523405398452938
+ 4.523440158792146
+ 4.523474918761888
+ 4.523509678362175
+ 4.523544437593019
+ 4.5235791964544285
+ 4.523613954946415
+ 4.52364871306899
+ 4.523683470822164
+ 4.523718228205946
+ 4.523752985220348
+ 4.52378774186538
+ 4.523822498141055
+ 4.52385725404738
+ 4.523892009584367
+ 4.523926764752028
+ 4.523961519550373
+ 4.523996273979411
+ 4.524031028039155
+ 4.524065781729615
+ 4.524100535050801
+ 4.524135288002722
+ 4.524170040585393
+ 4.524204792798821
+ 4.524239544643018
+ 4.524274296117995
+ 4.5243090472237615
+ 4.524343797960331
+ 4.524378548327709
+ 4.524413298325911
+ 4.524448047954945
+ 4.524482797214823
+ 4.524517546105554
+ 4.52455229462715
+ 4.524587042779623
+ 4.52462179056298
+ 4.524656537977234
+ 4.524691285022396
+ 4.524726031698475
+ 4.524760778005483
+ 4.52479552394343
+ 4.524830269512327
+ 4.5248650147121845
+ 4.524899759543013
+ 4.524934504004824
+ 4.524969248097626
+ 4.525003991821431
+ 4.525038735176251
+ 4.525073478162094
+ 4.525108220778973
+ 4.525142963026897
+ 4.525177704905878
+ 4.525212446415925
+ 4.52524718755705
+ 4.525281928329263
+ 4.525316668732573
+ 4.525351408766994
+ 4.525386148432536
+ 4.525420887729207
+ 4.525455626657019
+ 4.525490365215984
+ 4.525525103406111
+ 4.525559841227412
+ 4.525594578679895
+ 4.525629315763574
+ 4.525664052478458
+ 4.525698788824556
+ 4.525733524801882
+ 4.5257682604104446
+ 4.5258029956502535
+ 4.525837730521322
+ 4.525872465023659
+ 4.525907199157275
+ 4.525941932922181
+ 4.525976666318389
+ 4.526011399345906
+ 4.526046132004747
+ 4.526080864294919
+ 4.526115596216435
+ 4.5261503277693045
+ 4.526185058953538
+ 4.526219789769147
+ 4.526254520216142
+ 4.526289250294533
+ 4.526323980004331
+ 4.526358709345546
+ 4.526393438318189
+ 4.526428166922272
+ 4.5264628951578025
+ 4.5264976230247935
+ 4.526532350523255
+ 4.5265670776531985
+ 4.526601804414633
+ 4.526636530807571
+ 4.526671256832021
+ 4.526705982487996
+ 4.526740707775503
+ 4.5267754326945555
+ 4.526810157245165
+ 4.52684488142734
+ 4.52687960524109
+ 4.526914328686429
+ 4.526949051763365
+ 4.526983774471911
+ 4.527018496812074
+ 4.527053218783868
+ 4.527087940387302
+ 4.527122661622388
+ 4.5271573824891345
+ 4.527192102987553
+ 4.527226823117655
+ 4.52726154287945
+ 4.527296262272949
+ 4.527330981298162
+ 4.527365699955101
+ 4.527400418243776
+ 4.527435136164197
+ 4.527469853716375
+ 4.527504570900319
+ 4.527539287716044
+ 4.527574004163556
+ 4.527608720242868
+ 4.5276434359539905
+ 4.527678151296933
+ 4.527712866271706
+ 4.527747580878322
+ 4.52778229511679
+ 4.52781700898712
+ 4.527851722489324
+ 4.527886435623413
+ 4.527921148389397
+ 4.527955860787285
+ 4.52799057281709
+ 4.528025284478821
+ 4.52805999577249
+ 4.528094706698106
+ 4.5281294172556805
+ 4.5281641274452245
+ 4.528198837266746
+ 4.5282335467202595
+ 4.528268255805774
+ 4.528302964523299
+ 4.528337672872845
+ 4.5283723808544245
+ 4.528407088468047
+ 4.528441795713722
+ 4.528476502591463
+ 4.5285112091012785
+ 4.528545915243179
+ 4.528580621017175
+ 4.528615326423278
+ 4.528650031461498
+ 4.528684736131846
+ 4.528719440434332
+ 4.528754144368968
+ 4.528788847935763
+ 4.528823551134728
+ 4.528858253965874
+ 4.528892956429209
+ 4.528927658524748
+ 4.528962360252499
+ 4.528997061612473
+ 4.52903176260468
+ 4.529066463229133
+ 4.529101163485838
+ 4.529135863374809
+ 4.5291705628960575
+ 4.529205262049591
+ 4.5292399608354215
+ 4.529274659253561
+ 4.529309357304017
+ 4.529344054986803
+ 4.529378752301928
+ 4.529413449249403
+ 4.529448145829237
+ 4.529482842041444
+ 4.529517537886031
+ 4.529552233363012
+ 4.529586928472395
+ 4.52962162321419
+ 4.529656317588411
+ 4.529691011595066
+ 4.529725705234165
+ 4.52976039850572
+ 4.529795091409741
+ 4.52982978394624
+ 4.529864476115225
+ 4.529899167916708
+ 4.529933859350701
+ 4.529968550417212
+ 4.530003241116252
+ 4.530037931447833
+ 4.530072621411964
+ 4.530107311008656
+ 4.530142000237921
+ 4.5301766890997675
+ 4.530211377594208
+ 4.5302460657212515
+ 4.530280753480909
+ 4.53031544087319
+ 4.5303501278981075
+ 4.530384814555671
+ 4.53041950084589
+ 4.530454186768776
+ 4.53048887232434
+ 4.530523557512592
+ 4.530558242333543
+ 4.530592926787201
+ 4.530627610873581
+ 4.530662294592691
+ 4.53069697794454
+ 4.530731660929142
+ 4.530766343546506
+ 4.530801025796642
+ 4.530835707679561
+ 4.5308703891952735
+ 4.530905070343789
+ 4.530939751125121
+ 4.530974431539278
+ 4.53100911158627
+ 4.531043791266109
+ 4.531078470578804
+ 4.531113149524367
+ 4.5311478281028075
+ 4.5311825063141375
+ 4.531217184158366
+ 4.5312518616355035
+ 4.531286538745562
+ 4.531321215488551
+ 4.531355891864481
+ 4.5313905678733635
+ 4.531425243515208
+ 4.531459918790025
+ 4.531494593697826
+ 4.531529268238621
+ 4.531563942412419
+ 4.531598616219234
+ 4.531633289659074
+ 4.531667962731951
+ 4.531702635437873
+ 4.531737307776853
+ 4.531771979748901
+ 4.531806651354026
+ 4.531841322592242
+ 4.531875993463556
+ 4.531910663967981
+ 4.531945334105525
+ 4.531980003876201
+ 4.532014673280019
+ 4.532049342316988
+ 4.532084010987119
+ 4.5321186792904244
+ 4.532153347226913
+ 4.5321880147965965
+ 4.532222681999485
+ 4.5322573488355875
+ 4.532292015304917
+ 4.532326681407483
+ 4.532361347143294
+ 4.532396012512364
+ 4.532430677514701
+ 4.532465342150318
+ 4.532500006419223
+ 4.532534670321427
+ 4.532569333856942
+ 4.532603997025777
+ 4.532638659827944
+ 4.532673322263451
+ 4.532707984332312
+ 4.532742646034534
+ 4.532777307370131
+ 4.532811968339111
+ 4.532846628941485
+ 4.532881289177264
+ 4.532915949046459
+ 4.532950608549079
+ 4.532985267685135
+ 4.53301992645464
+ 4.5330545848576005
+ 4.533089242894029
+ 4.533123900563936
+ 4.533158557867333
+ 4.533193214804228
+ 4.533227871374635
+ 4.533262527578561
+ 4.5332971834160185
+ 4.533331838887017
+ 4.5333664939915685
+ 4.533401148729682
+ 4.533435803101368
+ 4.53347045710664
+ 4.533505110745504
+ 4.533539764017974
+ 4.533574416924059
+ 4.533609069463769
+ 4.533643721637115
+ 4.533678373444109
+ 4.533713024884759
+ 4.533747675959078
+ 4.533782326667074
+ 4.53381697700876
+ 4.533851626984145
+ 4.533886276593239
+ 4.533920925836054
+ 4.533955574712599
+ 4.533990223222886
+ 4.534024871366925
+ 4.5340595191447255
+ 4.534094166556301
+ 4.534128813601658
+ 4.5341634602808085
+ 4.534198106593765
+ 4.534232752540535
+ 4.534267398121131
+ 4.534302043335563
+ 4.534336688183841
+ 4.534371332665976
+ 4.534405976781978
+ 4.534440620531859
+ 4.5344752639156285
+ 4.534509906933296
+ 4.534544549584872
+ 4.53457919187037
+ 4.534613833789797
+ 4.5346484753431655
+ 4.534683116530486
+ 4.534717757351767
+ 4.534752397807021
+ 4.534787037896258
+ 4.5348216776194885
+ 4.534856316976723
+ 4.534890955967972
+ 4.534925594593245
+ 4.534960232852554
+ 4.534994870745909
+ 4.53502950827332
+ 4.535064145434799
+ 4.535098782230353
+ 4.535133418659997
+ 4.535168054723739
+ 4.535202690421589
+ 4.535237325753559
+ 4.535271960719659
+ 4.535306595319899
+ 4.535341229554289
+ 4.535375863422841
+ 4.535410496925565
+ 4.535445130062472
+ 4.53547976283357
+ 4.535514395238872
+ 4.535549027278388
+ 4.535583658952128
+ 4.5356182902601025
+ 4.535652921202322
+ 4.535687551778798
+ 4.53572218198954
+ 4.535756811834557
+ 4.535791441313863
+ 4.535826070427467
+ 4.535860699175377
+ 4.535895327557608
+ 4.535929955574166
+ 4.535964583225064
+ 4.535999210510313
+ 4.536033837429921
+ 4.536068463983901
+ 4.536103090172261
+ 4.536137715995015
+ 4.536172341452171
+ 4.536206966543738
+ 4.5362415912697305
+ 4.536276215630156
+ 4.536310839625027
+ 4.536345463254351
+ 4.5363800865181405
+ 4.536414709416406
+ 4.536449331949159
+ 4.536483954116407
+ 4.536518575918162
+ 4.5365531973544355
+ 4.536587818425238
+ 4.536622439130578
+ 4.536657059470466
+ 4.536691679444914
+ 4.536726299053933
+ 4.536760918297532
+ 4.536795537175722
+ 4.536830155688514
+ 4.536864773835917
+ 4.536899391617942
+ 4.5369340090346
+ 4.536968626085902
+ 4.537003242771857
+ 4.537037859092477
+ 4.53707247504777
+ 4.53710709063775
+ 4.537141705862425
+ 4.537176320721806
+ 4.537210935215902
+ 4.5372455493447275
+ 4.5372801631082895
+ 4.537314776506599
+ 4.537349389539667
+ 4.537384002207504
+ 4.53741861451012
+ 4.537453226447525
+ 4.537487838019732
+ 4.537522449226748
+ 4.537557060068586
+ 4.537591670545256
+ 4.5376262806567675
+ 4.537660890403131
+ 4.537695499784358
+ 4.537730108800458
+ 4.537764717451442
+ 4.537799325737321
+ 4.537833933658105
+ 4.537868541213803
+ 4.5379031484044265
+ 4.537937755229987
+ 4.5379723616904935
+ 4.538006967785957
+ 4.538041573516389
+ 4.5380761788817985
+ 4.538110783882196
+ 4.538145388517592
+ 4.538179992787998
+ 4.5382145966934235
+ 4.538249200233879
+ 4.538283803409376
+ 4.538318406219924
+ 4.538353008665532
+ 4.538387610746213
+ 4.538422212461977
+ 4.538456813812832
+ 4.538491414798791
+ 4.538526015419865
+ 4.5385606156760625
+ 4.538595215567395
+ 4.538629815093872
+ 4.538664414255504
+ 4.5386990130523035
+ 4.538733611484278
+ 4.53876820955144
+ 4.538802807253799
+ 4.538837404591367
+ 4.538872001564152
+ 4.538906598172165
+ 4.538941194415417
+ 4.53897579029392
+ 4.539010385807682
+ 4.539044980956715
+ 4.539079575741028
+ 4.539114170160633
+ 4.539148764215539
+ 4.539183357905758
+ 4.539217951231299
+ 4.5392525441921725
+ 4.539287136788389
+ 4.539321729019961
+ 4.539356320886896
+ 4.539390912389207
+ 4.5394255035269016
+ 4.539460094299993
+ 4.539494684708489
+ 4.539529274752403
+ 4.539563864431742
+ 4.539598453746521
+ 4.539633042696746
+ 4.539667631282429
+ 4.53970221950358
+ 4.539736807360212
+ 4.539771394852332
+ 4.539805981979952
+ 4.539840568743082
+ 4.5398751551417345
+ 4.539909741175917
+ 4.5399443268456405
+ 4.539978912150917
+ 4.5400134970917545
+ 4.540048081668165
+ 4.54008266588016
+ 4.540117249727748
+ 4.54015183321094
+ 4.540186416329748
+ 4.540220999084179
+ 4.540255581474246
+ 4.540290163499959
+ 4.540324745161327
+ 4.540359326458363
+ 4.540393907391076
+ 4.540428487959477
+ 4.540463068163574
+ 4.54049764800338
+ 4.540532227478906
+ 4.540566806590159
+ 4.540601385337154
+ 4.540635963719898
+ 4.540670541738401
+ 4.540705119392676
+ 4.540739696682731
+ 4.540774273608579
+ 4.540808850170229
+ 4.540843426367691
+ 4.540878002200976
+ 4.5409125776700945
+ 4.540947152775057
+ 4.540981727515872
+ 4.541016301892552
+ 4.541050875905108
+ 4.541085449553549
+ 4.541120022837885
+ 4.541154595758127
+ 4.541189168314286
+ 4.541223740506372
+ 4.541258312334395
+ 4.541292883798367
+ 4.541327454898295
+ 4.541362025634194
+ 4.541396596006069
+ 4.541431166013936
+ 4.541465735657801
+ 4.541500304937678
+ 4.541534873853574
+ 4.541569442405502
+ 4.541604010593471
+ 4.5416385784174915
+ 4.541673145877573
+ 4.54170771297373
+ 4.541742279705969
+ 4.541776846074299
+ 4.541811412078736
+ 4.541845977719285
+ 4.54188054299596
+ 4.541915107908769
+ 4.541949672457724
+ 4.541984236642834
+ 4.542018800464111
+ 4.542053363921563
+ 4.542087927015204
+ 4.542122489745041
+ 4.542157052111087
+ 4.542191614113349
+ 4.542226175751841
+ 4.542260737026572
+ 4.542295297937552
+ 4.542329858484791
+ 4.542364418668302
+ 4.542398978488092
+ 4.542433537944174
+ 4.542468097036555
+ 4.54250265576525
+ 4.542537214130266
+ 4.5425717721316135
+ 4.542606329769305
+ 4.54264088704335
+ 4.542675443953757
+ 4.5427100005005405
+ 4.542744556683706
+ 4.5427791125032675
+ 4.5428136679592335
+ 4.542848223051616
+ 4.542882777780424
+ 4.542917332145667
+ 4.542951886147358
+ 4.542986439785505
+ 4.543020993060121
+ 4.543055545971213
+ 4.543090098518793
+ 4.543124650702873
+ 4.543159202523462
+ 4.543193753980569
+ 4.543228305074207
+ 4.543262855804384
+ 4.543297406171113
+ 4.543331956174402
+ 4.543366505814261
+ 4.543401055090704
+ 4.543435604003737
+ 4.543470152553373
+ 4.543504700739621
+ 4.543539248562493
+ 4.543573796021999
+ 4.543608343118147
+ 4.54364288985095
+ 4.543677436220419
+ 4.5437119822265615
+ 4.543746527869389
+ 4.543781073148912
+ 4.543815618065143
+ 4.543850162618089
+ 4.543884706807762
+ 4.543919250634172
+ 4.543953794097329
+ 4.543988337197246
+ 4.544022879933928
+ 4.544057422307392
+ 4.544091964317643
+ 4.544126505964694
+ 4.544161047248555
+ 4.544195588169235
+ 4.544230128726747
+ 4.544264668921099
+ 4.544299208752302
+ 4.5443337482203665
+ 4.5443682873253035
+ 4.544402826067123
+ 4.544437364445834
+ 4.544471902461448
+ 4.5445064401139765
+ 4.544540977403428
+ 4.544575514329814
+ 4.544610050893144
+ 4.544644587093429
+ 4.54467912293068
+ 4.5447136584049055
+ 4.544748193516117
+ 4.544782728264325
+ 4.544817262649539
+ 4.544851796671771
+ 4.544886330331029
+ 4.5449208636273255
+ 4.5449553965606695
+ 4.544989929131073
+ 4.545024461338544
+ 4.545058993183095
+ 4.545093524664735
+ 4.545128055783474
+ 4.545162586539324
+ 4.545197116932294
+ 4.545231646962396
+ 4.545266176629638
+ 4.545300705934032
+ 4.545335234875587
+ 4.545369763454316
+ 4.545404291670226
+ 4.545438819523329
+ 4.545473347013636
+ 4.5455078741411565
+ 4.545542400905902
+ 4.545576927307879
+ 4.545611453347103
+ 4.545645979023581
+ 4.545680504337325
+ 4.545715029288344
+ 4.545749553876648
+ 4.545784078102251
+ 4.545818601965159
+ 4.545853125465385
+ 4.545887648602938
+ 4.545922171377828
+ 4.545956693790067
+ 4.545991215839664
+ 4.54602573752663
+ 4.546060258850975
+ 4.54609477981271
+ 4.5461293004118435
+ 4.546163820648388
+ 4.546198340522353
+ 4.546232860033749
+ 4.546267379182584
+ 4.546301897968873
+ 4.546336416392624
+ 4.546370934453845
+ 4.54640545215255
+ 4.546439969488747
+ 4.546474486462448
+ 4.546509003073661
+ 4.546543519322399
+ 4.546578035208671
+ 4.546612550732488
+ 4.5466470658938585
+ 4.546681580692795
+ 4.546716095129306
+ 4.546750609203404
+ 4.5467851229150975
+ 4.546819636264398
+ 4.546854149251314
+ 4.546888661875858
+ 4.546923174138039
+ 4.546957686037868
+ 4.5469921975753556
+ 4.5470267087505105
+ 4.547061219563345
+ 4.547095730013869
+ 4.54713024010209
+ 4.547164749828023
+ 4.547199259191676
+ 4.547233768193059
+ 4.547268276832182
+ 4.547302785109056
+ 4.547337293023692
+ 4.547371800576099
+ 4.5474063077662885
+ 4.547440814594269
+ 4.5474753210600545
+ 4.547509827163651
+ 4.547544332905071
+ 4.547578838284324
+ 4.547613343301423
+ 4.547647847956375
+ 4.54768235224919
+ 4.547716856179882
+ 4.547751359748458
+ 4.54778586295493
+ 4.547820365799307
+ 4.5478548682816005
+ 4.54788937040182
+ 4.547923872159977
+ 4.547958373556081
+ 4.5479928745901415
+ 4.548027375262171
+ 4.548061875572177
+ 4.5480963755201715
+ 4.548130875106165
+ 4.548165374330167
+ 4.548199873192188
+ 4.5482343716922395
+ 4.54826886983033
+ 4.54830336760647
+ 4.548337865020671
+ 4.548372362072945
+ 4.548406858763297
+ 4.54844135509174
+ 4.548475851058287
+ 4.548510346662945
+ 4.548544841905724
+ 4.548579336786638
+ 4.548613831305693
+ 4.548648325462902
+ 4.548682819258274
+ 4.54871731269182
+ 4.548751805763549
+ 4.548786298473474
+ 4.548820790821603
+ 4.548855282807947
+ 4.548889774432516
+ 4.548924265695321
+ 4.548958756596372
+ 4.548993247135678
+ 4.549027737313253
+ 4.549062227129103
+ 4.549096716583239
+ 4.549131205675674
+ 4.549165694406417
+ 4.549200182775476
+ 4.549234670782864
+ 4.549269158428592
+ 4.549303645712667
+ 4.549338132635103
+ 4.549372619195907
+ 4.54940710539509
+ 4.5494415912326645
+ 4.549476076708639
+ 4.549510561823023
+ 4.54954504657583
+ 4.549579530967066
+ 4.549614014996745
+ 4.549648498664875
+ 4.5496829819714675
+ 4.549717464916531
+ 4.549751947500079
+ 4.549786429722118
+ 4.549820911582661
+ 4.549855393081718
+ 4.549889874219298
+ 4.5499243549954125
+ 4.549958835410071
+ 4.5499933154632854
+ 4.550027795155064
+ 4.550062274485416
+ 4.550096753454356
+ 4.550131232061889
+ 4.55016571030803
+ 4.550200188192787
+ 4.550234665716172
+ 4.550269142878191
+ 4.550303619678859
+ 4.550338096118184
+ 4.550372572196176
+ 4.550407047912848
+ 4.550441523268207
+ 4.5504759982622645
+ 4.55051047289503
+ 4.550544947166515
+ 4.55057942107673
+ 4.550613894625685
+ 4.550648367813389
+ 4.550682840639853
+ 4.550717313105088
+ 4.550751785209104
+ 4.550786256951911
+ 4.550820728333519
+ 4.550855199353938
+ 4.550889670013181
+ 4.5509241403112535
+ 4.550958610248169
+ 4.550993079823939
+ 4.55102754903857
+ 4.551062017892074
+ 4.551096486384463
+ 4.551130954515744
+ 4.551165422285931
+ 4.55119988969503
+ 4.551234356743055
+ 4.551268823430014
+ 4.551303289755919
+ 4.551337755720779
+ 4.551372221324604
+ 4.551406686567406
+ 4.551441151449192
+ 4.551475615969977
+ 4.551510080129767
+ 4.551544543928575
+ 4.551579007366409
+ 4.551613470443281
+ 4.5516479331592015
+ 4.551682395514179
+ 4.551716857508225
+ 4.551751319141348
+ 4.551785780413562
+ 4.551820241324874
+ 4.551854701875295
+ 4.551889162064836
+ 4.551923621893508
+ 4.5519580813613185
+ 4.551992540468278
+ 4.552026999214401
+ 4.552061457599693
+ 4.552095915624166
+ 4.552130373287832
+ 4.552164830590698
+ 4.552199287532776
+ 4.552233744114076
+ 4.552268200334608
+ 4.552302656194383
+ 4.5523371116934115
+ 4.552371566831703
+ 4.552406021609267
+ 4.552440476026115
+ 4.552474930082258
+ 4.552509383777703
+ 4.552543837112463
+ 4.552578290086547
+ 4.552612742699968
+ 4.552647194952732
+ 4.552681646844852
+ 4.552716098376338
+ 4.552750549547199
+ 4.552785000357447
+ 4.552819450807091
+ 4.552853900896141
+ 4.552888350624609
+ 4.552922799992502
+ 4.552957248999834
+ 4.552991697646614
+ 4.55302614593285
+ 4.553060593858555
+ 4.553095041423738
+ 4.553129488628409
+ 4.55316393547258
+ 4.553198381956259
+ 4.553232828079458
+ 4.553267273842186
+ 4.553301719244454
+ 4.553336164286271
+ 4.553370608967648
+ 4.553405053288596
+ 4.5534394972491254
+ 4.553473940849246
+ 4.553508384088967
+ 4.5535428269682985
+ 4.553577269487253
+ 4.553611711645838
+ 4.553646153444066
+ 4.553680594881945
+ 4.553715035959487
+ 4.553749476676704
+ 4.553783917033602
+ 4.553818357030193
+ 4.553852796666488
+ 4.553887235942497
+ 4.55392167485823
+ 4.553956113413696
+ 4.553990551608907
+ 4.554024989443873
+ 4.554059426918603
+ 4.554093864033108
+ 4.5541283007874
+ 4.554162737181486
+ 4.554197173215378
+ 4.554231608889086
+ 4.554266044202621
+ 4.554300479155991
+ 4.554334913749209
+ 4.554369347982282
+ 4.554403781855224
+ 4.554438215368043
+ 4.554472648520748
+ 4.554507081313352
+ 4.554541513745864
+ 4.554575945818294
+ 4.5546103775306515
+ 4.55464480888295
+ 4.554679239875195
+ 4.5547136705074
+ 4.554748100779575
+ 4.554782530691728
+ 4.554816960243872
+ 4.554851389436016
+ 4.554885818268169
+ 4.554920246740344
+ 4.554954674852548
+ 4.554989102604794
+ 4.55502352999709
+ 4.555057957029447
+ 4.555092383701877
+ 4.555126810014388
+ 4.55516123596699
+ 4.555195661559696
+ 4.555230086792512
+ 4.555264511665452
+ 4.5552989361785245
+ 4.55533336033174
+ 4.555367784125108
+ 4.5554022075586404
+ 4.555436630632346
+ 4.555471053346235
+ 4.555505475700318
+ 4.555539897694605
+ 4.555574319329108
+ 4.555608740603835
+ 4.555643161518796
+ 4.555677582074002
+ 4.5557120022694635
+ 4.555746422105191
+ 4.555780841581193
+ 4.555815260697481
+ 4.555849679454066
+ 4.5558840978509565
+ 4.555918515888164
+ 4.555952933565698
+ 4.555987350883568
+ 4.556021767841787
+ 4.5560561844403615
+ 4.556090600679305
+ 4.5561250165586245
+ 4.556159432078333
+ 4.556193847238439
+ 4.556228262038953
+ 4.556262676479886
+ 4.556297090561247
+ 4.5563315042830475
+ 4.556365917645297
+ 4.556400330648006
+ 4.556434743291184
+ 4.556469155574841
+ 4.556503567498989
+ 4.556537979063637
+ 4.556572390268794
+ 4.556606801114472
+ 4.556641211600682
+ 4.556675621727432
+ 4.556710031494732
+ 4.556744440902595
+ 4.556778849951027
+ 4.556813258640041
+ 4.556847666969648
+ 4.556882074939856
+ 4.556916482550677
+ 4.5569508898021205
+ 4.5569852966941955
+ 4.5570197032269135
+ 4.557054109400285
+ 4.557088515214319
+ 4.557122920669026
+ 4.5571573257644165
+ 4.557191730500501
+ 4.557226134877289
+ 4.557260538894791
+ 4.557294942553018
+ 4.557329345851978
+ 4.557363748791683
+ 4.557398151372143
+ 4.557432553593369
+ 4.557466955455369
+ 4.557501356958154
+ 4.557535758101735
+ 4.557570158886121
+ 4.557604559311324
+ 4.557638959377351
+ 4.557673359084216
+ 4.557707758431926
+ 4.557742157420494
+ 4.5577765560499275
+ 4.557810954320239
+ 4.557845352231436
+ 4.557879749783531
+ 4.557914146976534
+ 4.557948543810454
+ 4.557982940285302
+ 4.558017336401087
+ 4.558051732157822
+ 4.558086127555514
+ 4.558120522594175
+ 4.558154917273814
+ 4.558189311594441
+ 4.558223705556069
+ 4.558258099158706
+ 4.5582924924023605
+ 4.558326885287046
+ 4.558361277812771
+ 4.558395669979545
+ 4.558430061787379
+ 4.558464453236284
+ 4.558498844326269
+ 4.558533235057344
+ 4.55856762542952
+ 4.558602015442807
+ 4.558636405097215
+ 4.558670794392754
+ 4.558705183329434
+ 4.5587395719072665
+ 4.55877396012626
+ 4.5588083479864245
+ 4.558842735487772
+ 4.558877122630311
+ 4.558911509414052
+ 4.558945895839007
+ 4.558980281905184
+ 4.559014667612593
+ 4.559049052961246
+ 4.55908343795115
+ 4.55911782258232
+ 4.559152206854762
+ 4.559186590768487
+ 4.559220974323507
+ 4.559255357519831
+ 4.559289740357468
+ 4.559324122836429
+ 4.559358504956726
+ 4.559392886718366
+ 4.559427268121361
+ 4.559461649165721
+ 4.559496029851457
+ 4.559530410178576
+ 4.559564790147091
+ 4.5595991697570115
+ 4.559633549008349
+ 4.559667927901111
+ 4.559702306435309
+ 4.559736684610953
+ 4.559771062428053
+ 4.5598054398866195
+ 4.5598398169866625
+ 4.5598741937281915
+ 4.559908570111219
+ 4.5599429461357515
+ 4.559977321801802
+ 4.56001169710938
+ 4.560046072058496
+ 4.560080446649158
+ 4.5601148208813775
+ 4.560149194755166
+ 4.560183568270532
+ 4.560217941427486
+ 4.560252314226038
+ 4.5602866866662
+ 4.560321058747978
+ 4.560355430471386
+ 4.5603898018364335
+ 4.5604241728431285
+ 4.560458543491483
+ 4.560492913781507
+ 4.56052728371321
+ 4.560561653286603
+ 4.560596022501696
+ 4.560630391358498
+ 4.560664759857021
+ 4.560699127997273
+ 4.560733495779266
+ 4.560767863203007
+ 4.560802230268512
+ 4.560836596975785
+ 4.560870963324839
+ 4.560905329315685
+ 4.560939694948332
+ 4.56097406022279
+ 4.561008425139068
+ 4.561042789697178
+ 4.561077153897131
+ 4.561111517738934
+ 4.5611458812226
+ 4.561180244348137
+ 4.561214607115557
+ 4.5612489695248675
+ 4.561283331576082
+ 4.561317693269208
+ 4.5613520546042565
+ 4.5613864155812385
+ 4.561420776200163
+ 4.56145513646104
+ 4.561489496363881
+ 4.561523855908695
+ 4.561558215095491
+ 4.561592573924282
+ 4.561626932395076
+ 4.561661290507884
+ 4.561695648262716
+ 4.561730005659582
+ 4.561764362698492
+ 4.561798719379455
+ 4.561833075702483
+ 4.5618674316675865
+ 4.561901787274774
+ 4.561936142524056
+ 4.561970497415443
+ 4.562004851948945
+ 4.562039206124571
+ 4.562073559942334
+ 4.562107913402241
+ 4.5621422665043045
+ 4.5621766192485325
+ 4.562210971634936
+ 4.562245323663526
+ 4.562279675334312
+ 4.562314026647303
+ 4.562348377602511
+ 4.562382728199945
+ 4.562417078439615
+ 4.562451428321531
+ 4.562485777845705
+ 4.562520127012145
+ 4.562554475820861
+ 4.562588824271865
+ 4.562623172365166
+ 4.562657520100774
+ 4.562691867478698
+ 4.562726214498951
+ 4.562760561161541
+ 4.562794907466478
+ 4.562829253413773
+ 4.562863599003436
+ 4.562897944235477
+ 4.562932289109905
+ 4.562966633626732
+ 4.5630009777859675
+ 4.563035321587621
+ 4.563069665031702
+ 4.563104008118222
+ 4.563138350847192
+ 4.563172693218619
+ 4.563207035232515
+ 4.56324137688889
+ 4.5632757181877555
+ 4.563310059129118
+ 4.563344399712991
+ 4.563378739939383
+ 4.563413079808305
+ 4.563447419319766
+ 4.563481758473777
+ 4.563516097270346
+ 4.563550435709487
+ 4.563584773791208
+ 4.563619111515518
+ 4.563653448882428
+ 4.56368778589195
+ 4.56372212254409
+ 4.563756458838861
+ 4.563790794776273
+ 4.563825130356336
+ 4.563859465579059
+ 4.563893800444453
+ 4.563928134952528
+ 4.563962469103294
+ 4.563996802896761
+ 4.5640311363329396
+ 4.5640654694118385
+ 4.5640998021334696
+ 4.564134134497842
+ 4.564168466504965
+ 4.564202798154851
+ 4.564237129447508
+ 4.5642714603829475
+ 4.5643057909611775
+ 4.564340121182211
+ 4.5643744510460555
+ 4.564408780552722
+ 4.564443109702221
+ 4.564477438494564
+ 4.564511766929758
+ 4.564546095007814
+ 4.564580422728743
+ 4.564614750092555
+ 4.56464907709926
+ 4.564683403748867
+ 4.564717730041387
+ 4.564752055976831
+ 4.564786381555207
+ 4.564820706776526
+ 4.564855031640799
+ 4.5648893561480355
+ 4.564923680298245
+ 4.564958004091438
+ 4.564992327527625
+ 4.565026650606815
+ 4.565060973329018
+ 4.565095295694246
+ 4.565129617702508
+ 4.5651639393538135
+ 4.565198260648173
+ 4.5652325815855965
+ 4.565266902166094
+ 4.565301222389677
+ 4.565335542256353
+ 4.565369861766134
+ 4.56540418091903
+ 4.565438499715049
+ 4.565472818154204
+ 4.565507136236503
+ 4.5655414539619565
+ 4.565575771330575
+ 4.565610088342369
+ 4.565644404997348
+ 4.565678721295522
+ 4.5657130372369
+ 4.565747352821496
+ 4.565781668049314
+ 4.56581598292037
+ 4.565850297434669
+ 4.565884611592225
+ 4.565918925393047
+ 4.565953238837142
+ 4.5659875519245245
+ 4.566021864655203
+ 4.5660561770291865
+ 4.566090489046486
+ 4.5661248007071125
+ 4.566159112011073
+ 4.566193422958381
+ 4.566227733549044
+ 4.566262043783074
+ 4.566296353660481
+ 4.566330663181273
+ 4.566364972345462
+ 4.566399281153057
+ 4.5664335896040695
+ 4.566467897698508
+ 4.5665022054363815
+ 4.566536512817703
+ 4.5665708198424815
+ 4.566605126510726
+ 4.566639432822448
+ 4.566673738777657
+ 4.566708044376362
+ 4.566742349618575
+ 4.566776654504304
+ 4.566810959033561
+ 4.566845263206355
+ 4.566879567022696
+ 4.566913870482593
+ 4.566948173586059
+ 4.566982476333102
+ 4.567016778723732
+ 4.567051080757961
+ 4.5670853824357955
+ 4.567119683757248
+ 4.567153984722329
+ 4.567188285331048
+ 4.567222585583413
+ 4.567256885479438
+ 4.567291185019128
+ 4.567325484202498
+ 4.567359783029556
+ 4.567394081500311
+ 4.567428379614773
+ 4.567462677372955
+ 4.567496974774865
+ 4.567531271820512
+ 4.567565568509908
+ 4.567599864843062
+ 4.567634160819983
+ 4.567668456440684
+ 4.567702751705173
+ 4.567737046613461
+ 4.567771341165555
+ 4.56780563536147
+ 4.567839929201213
+ 4.567874222684794
+ 4.567908515812223
+ 4.567942808583512
+ 4.56797710099867
+ 4.568011393057705
+ 4.568045684760629
+ 4.568079976107453
+ 4.568114267098185
+ 4.568148557732837
+ 4.568182848011416
+ 4.568217137933934
+ 4.568251427500403
+ 4.568285716710831
+ 4.5683200055652256
+ 4.568354294063602
+ 4.568388582205965
+ 4.568422869992328
+ 4.568457157422701
+ 4.568491444497093
+ 4.568525731215513
+ 4.568560017577974
+ 4.568594303584483
+ 4.568628589235052
+ 4.56866287452969
+ 4.568697159468408
+ 4.568731444051214
+ 4.568765728278122
+ 4.568800012149137
+ 4.5688342956642725
+ 4.568868578823537
+ 4.568902861626942
+ 4.5689371440744955
+ 4.568971426166209
+ 4.569005707902093
+ 4.569039989282156
+ 4.569074270306409
+ 4.56910855097486
+ 4.5691428312875235
+ 4.5691771112444055
+ 4.569211390845516
+ 4.569245670090868
+ 4.569279948980469
+ 4.56931422751433
+ 4.569348505692461
+ 4.569382783514872
+ 4.569417060981572
+ 4.569451338092573
+ 4.569485614847884
+ 4.569519891247515
+ 4.569554167291474
+ 4.569588442979775
+ 4.569622718312425
+ 4.569656993289436
+ 4.569691267910817
+ 4.5697255421765774
+ 4.569759816086727
+ 4.569794089641278
+ 4.569828362840239
+ 4.569862635683619
+ 4.5698969081714305
+ 4.569931180303682
+ 4.569965452080383
+ 4.569999723501545
+ 4.570033994567176
+ 4.570068265277288
+ 4.57010253563189
+ 4.570136805630992
+ 4.5701710752746045
+ 4.570205344562737
+ 4.570239613495399
+ 4.570273882072602
+ 4.570308150294356
+ 4.57034241816067
+ 4.570376685671554
+ 4.570410952827017
+ 4.570445219627072
+ 4.570479486071727
+ 4.570513752160991
+ 4.570548017894876
+ 4.570582283273391
+ 4.570616548296547
+ 4.570650812964354
+ 4.57068507727682
+ 4.570719341233957
+ 4.570753604835773
+ 4.57078786808228
+ 4.570822130973489
+ 4.570856393509406
+ 4.570890655690044
+ 4.570924917515413
+ 4.570959178985522
+ 4.57099344010038
+ 4.571027700859999
+ 4.571061961264389
+ 4.571096221313559
+ 4.571130481007518
+ 4.57116474034628
+ 4.57119899932985
+ 4.571233257958242
+ 4.571267516231463
+ 4.571301774149524
+ 4.571336031712436
+ 4.571370288920208
+ 4.57140454577285
+ 4.5714388022703725
+ 4.571473058412786
+ 4.571507314200098
+ 4.571541569632322
+ 4.571575824709464
+ 4.571610079431539
+ 4.571644333798552
+ 4.571678587810515
+ 4.57171284146744
+ 4.571747094769334
+ 4.571781347716209
+ 4.5718156003080725
+ 4.571849852544937
+ 4.571884104426812
+ 4.571918355953707
+ 4.571952607125631
+ 4.571986857942597
+ 4.572021108404611
+ 4.572055358511687
+ 4.572089608263831
+ 4.572123857661056
+ 4.5721581067033705
+ 4.5721923553907855
+ 4.57222660372331
+ 4.572260851700955
+ 4.57229509932373
+ 4.572329346591643
+ 4.572363593504708
+ 4.572397840062932
+ 4.572432086266327
+ 4.5724663321148995
+ 4.572500577608663
+ 4.572534822747627
+ 4.572569067531799
+ 4.572603311961192
+ 4.572637556035814
+ 4.5726717997556765
+ 4.572706043120788
+ 4.572740286131159
+ 4.5727745287868
+ 4.57280877108772
+ 4.572843013033929
+ 4.57287725462544
+ 4.572911495862258
+ 4.572945736744397
+ 4.572979977271864
+ 4.573014217444671
+ 4.5730484572628285
+ 4.573082696726344
+ 4.573116935835229
+ 4.573151174589492
+ 4.5731854129891465
+ 4.5732196510342
+ 4.573253888724661
+ 4.573288126060543
+ 4.573322363041853
+ 4.573356599668601
+ 4.573390835940801
+ 4.573425071858457
+ 4.573459307421584
+ 4.57349354263019
+ 4.5735277774842835
+ 4.573562011983877
+ 4.573596246128979
+ 4.573630479919599
+ 4.573664713355749
+ 4.573698946437436
+ 4.573733179164673
+ 4.573767411537468
+ 4.573801643555832
+ 4.573835875219776
+ 4.5738701065293075
+ 4.573904337484437
+ 4.5739385680851745
+ 4.573972798331531
+ 4.574007028223516
+ 4.574041257761139
+ 4.574075486944411
+ 4.57410971577334
+ 4.574143944247938
+ 4.574178172368214
+ 4.5742124001341775
+ 4.574246627545841
+ 4.57428085460321
+ 4.574315081306298
+ 4.5743493076551145
+ 4.574383533649668
+ 4.57441775928997
+ 4.574451984576029
+ 4.574486209507857
+ 4.5745204340854615
+ 4.574554658308854
+ 4.574588882178044
+ 4.574623105693042
+ 4.574657328853856
+ 4.574691551660499
+ 4.574725774112979
+ 4.574759996211307
+ 4.574794217955491
+ 4.574828439345542
+ 4.574862660381472
+ 4.574896881063288
+ 4.574931101391
+ 4.57496532136462
+ 4.574999540984157
+ 4.575033760249621
+ 4.575067979161022
+ 4.575102197718369
+ 4.575136415921674
+ 4.575170633770944
+ 4.575204851266191
+ 4.575239068407425
+ 4.575273285194656
+ 4.5753075016278935
+ 4.575341717707146
+ 4.575375933432426
+ 4.5754101488037415
+ 4.575444363821104
+ 4.575478578484521
+ 4.575512792794005
+ 4.575547006749566
+ 4.575581220351212
+ 4.575615433598954
+ 4.575649646492802
+ 4.575683859032765
+ 4.575718071218854
+ 4.575752283051079
+ 4.57578649452945
+ 4.5758207056539755
+ 4.5758549164246665
+ 4.575889126841533
+ 4.5759233369045855
+ 4.575957546613833
+ 4.575991755969285
+ 4.5760259649709525
+ 4.576060173618845
+ 4.576094381912972
+ 4.576128589853344
+ 4.576162797439971
+ 4.576197004672863
+ 4.576231211552029
+ 4.5762654180774796
+ 4.576299624249225
+ 4.576333830067275
+ 4.576368035531639
+ 4.576402240642328
+ 4.576436445399351
+ 4.576470649802718
+ 4.576504853852438
+ 4.576539057548524
+ 4.576573260890982
+ 4.576607463879825
+ 4.576641666515062
+ 4.576675868796702
+ 4.576710070724756
+ 4.5767442722992335
+ 4.576778473520144
+ 4.576812674387498
+ 4.576846874901305
+ 4.576881075061576
+ 4.57691527486832
+ 4.576949474321547
+ 4.5769836734212666
+ 4.577017872167489
+ 4.5770520705602245
+ 4.577086268599483
+ 4.577120466285273
+ 4.577154663617607
+ 4.577188860596493
+ 4.577223057221941
+ 4.577257253493962
+ 4.577291449412565
+ 4.577325644977759
+ 4.577359840189556
+ 4.5773940350479645
+ 4.5774282295529956
+ 4.577462423704659
+ 4.5774966175029626
+ 4.577530810947918
+ 4.577565004039535
+ 4.5775991967778245
+ 4.577633389162795
+ 4.577667581194455
+ 4.5777017728728175
+ 4.577735964197891
+ 4.577770155169686
+ 4.577804345788211
+ 4.577838536053477
+ 4.577872725965495
+ 4.577906915524271
+ 4.577941104729819
+ 4.577975293582148
+ 4.578009482081267
+ 4.578043670227186
+ 4.578077858019914
+ 4.578112045459464
+ 4.578146232545842
+ 4.578180419279061
+ 4.578214605659129
+ 4.5782487916860575
+ 4.578282977359855
+ 4.578317162680532
+ 4.578351347648098
+ 4.578385532262565
+ 4.578419716523939
+ 4.578453900432233
+ 4.578488083987455
+ 4.5785222671896175
+ 4.578556450038727
+ 4.578590632534795
+ 4.578624814677833
+ 4.5786589964678495
+ 4.578693177904853
+ 4.578727358988856
+ 4.578761539719867
+ 4.578795720097895
+ 4.57882990012295
+ 4.578864079795045
+ 4.578898259114188
+ 4.578932438080386
+ 4.578966616693653
+ 4.579000794953997
+ 4.579034972861429
+ 4.5790691504159575
+ 4.5791033276175925
+ 4.579137504466345
+ 4.579171680962225
+ 4.579205857105241
+ 4.579240032895403
+ 4.5792742083327225
+ 4.579308383417208
+ 4.57934255814887
+ 4.5793767325277175
+ 4.579410906553761
+ 4.5794450802270115
+ 4.579479253547476
+ 4.579513426515168
+ 4.579547599130094
+ 4.579581771392267
+ 4.579615943301694
+ 4.579650114858387
+ 4.579684286062355
+ 4.579718456913608
+ 4.579752627412155
+ 4.579786797558008
+ 4.579820967351175
+ 4.579855136791666
+ 4.579889305879492
+ 4.579923474614662
+ 4.579957642997187
+ 4.5799918110270745
+ 4.580025978704337
+ 4.580060146028983
+ 4.580094313001023
+ 4.580128479620466
+ 4.580162645887323
+ 4.580196811801603
+ 4.580230977363315
+ 4.580265142572471
+ 4.58029930742908
+ 4.5803334719331525
+ 4.580367636084697
+ 4.580401799883723
+ 4.580435963330243
+ 4.580470126424264
+ 4.580504289165797
+ 4.580538451554854
+ 4.580572613591442
+ 4.58060677527557
+ 4.580640936607251
+ 4.580675097586495
+ 4.580709258213308
+ 4.580743418487703
+ 4.580777578409689
+ 4.5808117379792765
+ 4.580845897196475
+ 4.580880056061293
+ 4.580914214573743
+ 4.5809483727338325
+ 4.580982530541572
+ 4.581016687996972
+ 4.581050845100043
+ 4.581085001850793
+ 4.581119158249233
+ 4.5811533142953715
+ 4.581187469989221
+ 4.58122162533079
+ 4.581255780320087
+ 4.581289934957124
+ 4.581324089241909
+ 4.581358243174454
+ 4.581392396754767
+ 4.581426549982858
+ 4.581460702858738
+ 4.581494855382417
+ 4.581529007553902
+ 4.581563159373206
+ 4.581597310840338
+ 4.581631461955308
+ 4.581665612718124
+ 4.5816997631288
+ 4.581733913187342
+ 4.58176806289376
+ 4.581802212248066
+ 4.581836361250268
+ 4.581870509900377
+ 4.581904658198403
+ 4.581938806144356
+ 4.581972953738243
+ 4.582007100980078
+ 4.582041247869868
+ 4.582075394407624
+ 4.582109540593356
+ 4.582143686427073
+ 4.582177831908785
+ 4.582211977038503
+ 4.582246121816235
+ 4.582280266241992
+ 4.582314410315784
+ 4.582348554037621
+ 4.582382697407512
+ 4.582416840425467
+ 4.582450983091498
+ 4.5824851254056105
+ 4.582519267367817
+ 4.582553408978129
+ 4.5825875502365525
+ 4.5826216911431
+ 4.582655831697781
+ 4.582689971900605
+ 4.582724111751581
+ 4.58275825125072
+ 4.5827923903980325
+ 4.582826529193526
+ 4.582860667637212
+ 4.582894805729101
+ 4.5829289434692
+ 4.582963080857523
+ 4.582997217894077
+ 4.583031354578872
+ 4.583065490911918
+ 4.583099626893226
+ 4.583133762522803
+ 4.583167897800664
+ 4.583202032726813
+ 4.583236167301263
+ 4.583270301524022
+ 4.583304435395103
+ 4.583338568914514
+ 4.583372702082264
+ 4.583406834898364
+ 4.583440967362823
+ 4.583475099475652
+ 4.583509231236859
+ 4.583543362646456
+ 4.583577493704451
+ 4.583611624410854
+ 4.583645754765676
+ 4.5836798847689275
+ 4.583714014420615
+ 4.583748143720753
+ 4.583782272669346
+ 4.583816401266409
+ 4.583850529511948
+ 4.583884657405974
+ 4.583918784948499
+ 4.583952912139528
+ 4.583987038979076
+ 4.58402116546715
+ 4.58405529160376
+ 4.584089417388916
+ 4.584123542822628
+ 4.584157667904906
+ 4.584191792635759
+ 4.5842259170152
+ 4.584260041043233
+ 4.584294164719872
+ 4.584328288045128
+ 4.584362411019007
+ 4.58439653364152
+ 4.584430655912679
+ 4.584464777832491
+ 4.584498899400968
+ 4.584533020618119
+ 4.584567141483952
+ 4.58460126199848
+ 4.584635382161712
+ 4.584669501973655
+ 4.584703621434322
+ 4.584737740543723
+ 4.584771859301864
+ 4.5848059777087595
+ 4.584840095764417
+ 4.584874213468845
+ 4.584908330822056
+ 4.584942447824059
+ 4.5849765644748635
+ 4.585010680774478
+ 4.585044796722914
+ 4.585078912320181
+ 4.5851130275662895
+ 4.585147142461248
+ 4.5851812570050665
+ 4.585215371197756
+ 4.585249485039325
+ 4.5852835985297835
+ 4.585317711669142
+ 4.585351824457409
+ 4.585385936894596
+ 4.585420048980712
+ 4.585454160715767
+ 4.58548827209977
+ 4.585522383132732
+ 4.585556493814662
+ 4.585590604145569
+ 4.585624714125466
+ 4.5856588237543585
+ 4.585692933032259
+ 4.585727041959178
+ 4.585761150535122
+ 4.585795258760104
+ 4.585829366634133
+ 4.585863474157218
+ 4.58589758132937
+ 4.585931688150597
+ 4.58596579462091
+ 4.585999900740318
+ 4.586034006508832
+ 4.586068111926463
+ 4.586102216993217
+ 4.586136321709105
+ 4.5861704260741405
+ 4.586204530088328
+ 4.586238633751681
+ 4.586272737064209
+ 4.586306840025919
+ 4.586340942636824
+ 4.586375044896931
+ 4.586409146806251
+ 4.5864432483647954
+ 4.586477349572572
+ 4.586511450429591
+ 4.586545550935863
+ 4.586579651091396
+ 4.586613750896202
+ 4.586647850350289
+ 4.586681949453669
+ 4.586716048206349
+ 4.58675014660834
+ 4.586784244659653
+ 4.586818342360297
+ 4.586852439710279
+ 4.586886536709613
+ 4.586920633358307
+ 4.586954729656371
+ 4.5869888256038145
+ 4.5870229212006475
+ 4.58705701644688
+ 4.58709111134252
+ 4.58712520588758
+ 4.587159300082069
+ 4.587193393925996
+ 4.58722748741937
+ 4.5872615805622035
+ 4.587295673354505
+ 4.587329765796283
+ 4.587363857887548
+ 4.58739794962831
+ 4.587432041018579
+ 4.587466132058365
+ 4.5875002227476775
+ 4.587534313086525
+ 4.58756840307492
+ 4.587602492712871
+ 4.587636582000386
+ 4.587670670937476
+ 4.5877047595241525
+ 4.5877388477604235
+ 4.587772935646298
+ 4.587807023181789
+ 4.587841110366902
+ 4.58787519720165
+ 4.587909283686042
+ 4.587943369820087
+ 4.587977455603795
+ 4.588011541037177
+ 4.58804562612024
+ 4.588079710852998
+ 4.588113795235456
+ 4.588147879267628
+ 4.588181962949521
+ 4.588216046281146
+ 4.588250129262511
+ 4.58828421189363
+ 4.588318294174507
+ 4.588352376105157
+ 4.588386457685587
+ 4.588420538915806
+ 4.588454619795826
+ 4.588488700325656
+ 4.588522780505306
+ 4.588556860334784
+ 4.588590939814102
+ 4.588625018943269
+ 4.588659097722294
+ 4.588693176151188
+ 4.588727254229961
+ 4.5887613319586205
+ 4.588795409337178
+ 4.588829486365643
+ 4.5888635630440255
+ 4.588897639372335
+ 4.58893171535058
+ 4.588965790978773
+ 4.588999866256922
+ 4.589033941185036
+ 4.589068015763128
+ 4.589102089991203
+ 4.5891361638692745
+ 4.589170237397352
+ 4.589204310575442
+ 4.589238383403559
+ 4.589272455881709
+ 4.589306528009903
+ 4.589340599788152
+ 4.589374671216464
+ 4.589408742294848
+ 4.589442813023316
+ 4.589476883401878
+ 4.589510953430541
+ 4.589545023109318
+ 4.589579092438217
+ 4.589613161417247
+ 4.589647230046419
+ 4.589681298325742
+ 4.589715366255226
+ 4.589749433834881
+ 4.589783501064717
+ 4.589817567944743
+ 4.58985163447497
+ 4.5898857006554055
+ 4.589919766486062
+ 4.589953831966947
+ 4.589987897098071
+ 4.590021961879445
+ 4.5900560263110775
+ 4.590090090392977
+ 4.590124154125156
+ 4.590158217507622
+ 4.590192280540386
+ 4.590226343223456
+ 4.590260405556845
+ 4.59029446754056
+ 4.590328529174611
+ 4.5903625904590095
+ 4.590396651393764
+ 4.590430711978883
+ 4.590464772214379
+ 4.59049883210026
+ 4.590532891636536
+ 4.590566950823216
+ 4.590601009660311
+ 4.59063506814783
+ 4.590669126285784
+ 4.59070318407418
+ 4.590737241513031
+ 4.590771298602344
+ 4.590805355342131
+ 4.5908394117324
+ 4.590873467773162
+ 4.590907523464426
+ 4.590941578806202
+ 4.590975633798499
+ 4.591009688441328
+ 4.591043742734698
+ 4.591077796678618
+ 4.5911118502731
+ 4.59114590351815
+ 4.591179956413782
+ 4.591214008960002
+ 4.591248061156823
+ 4.591282113004254
+ 4.5913161645023015
+ 4.59135021565098
+ 4.591384266450295
+ 4.591418316900259
+ 4.5914523670008816
+ 4.59148641675217
+ 4.591520466154138
+ 4.5915545152067905
+ 4.5915885639101415
+ 4.5916226122641985
+ 4.5916566602689715
+ 4.591690707924471
+ 4.591724755230706
+ 4.591758802187686
+ 4.591792848795421
+ 4.591826895053921
+ 4.591860940963196
+ 4.591894986523254
+ 4.591929031734108
+ 4.591963076595765
+ 4.5919971211082355
+ 4.5920311652715275
+ 4.592065209085654
+ 4.592099252550624
+ 4.592133295666445
+ 4.592167338433128
+ 4.592201380850683
+ 4.592235422919119
+ 4.592269464638447
+ 4.592303506008676
+ 4.592337547029815
+ 4.592371587701875
+ 4.5924056280248635
+ 4.592439667998793
+ 4.592473707623673
+ 4.5925077468995115
+ 4.592541785826318
+ 4.592575824404103
+ 4.592609862632878
+ 4.59264390051265
+ 4.592677938043431
+ 4.592711975225227
+ 4.592746012058052
+ 4.592780048541914
+ 4.592814084676823
+ 4.5928481204627865
+ 4.592882155899818
+ 4.592916190987924
+ 4.592950225727115
+ 4.592984260117402
+ 4.593018294158795
+ 4.593052327851301
+ 4.593086361194932
+ 4.593120394189697
+ 4.593154426835606
+ 4.593188459132668
+ 4.593222491080892
+ 4.593256522680291
+ 4.5932905539308715
+ 4.5933245848326445
+ 4.593358615385618
+ 4.593392645589805
+ 4.593426675445213
+ 4.593460704951852
+ 4.593494734109731
+ 4.5935287629188615
+ 4.593562791379251
+ 4.593596819490911
+ 4.593630847253851
+ 4.59366487466808
+ 4.593698901733608
+ 4.593732928450444
+ 4.593766954818599
+ 4.593800980838081
+ 4.593835006508902
+ 4.59386903183107
+ 4.593903056804596
+ 4.5939370814294875
+ 4.593971105705757
+ 4.594005129633411
+ 4.594039153212462
+ 4.594073176442918
+ 4.59410719932479
+ 4.594141221858086
+ 4.594175244042818
+ 4.594209265878994
+ 4.5942432873666235
+ 4.594277308505718
+ 4.594311329296285
+ 4.594345349738335
+ 4.594379369831878
+ 4.594413389576923
+ 4.594447408973482
+ 4.594481428021562
+ 4.594515446721173
+ 4.594549465072326
+ 4.59458348307503
+ 4.594617500729294
+ 4.594651518035129
+ 4.594685534992545
+ 4.594719551601549
+ 4.594753567862153
+ 4.594787583774366
+ 4.594821599338198
+ 4.5948556145536585
+ 4.594889629420757
+ 4.594923643939503
+ 4.594957658109908
+ 4.594991671931979
+ 4.5950256854057265
+ 4.595059698531162
+ 4.595093711308293
+ 4.595127723737129
+ 4.5951617358176815
+ 4.595195747549959
+ 4.595229758933972
+ 4.595263769969729
+ 4.595297780657241
+ 4.595331790996517
+ 4.595365800987566
+ 4.5953998106304
+ 4.595433819925025
+ 4.595467828871453
+ 4.595501837469694
+ 4.595535845719758
+ 4.595569853621653
+ 4.595603861175388
+ 4.595637868380976
+ 4.595671875238424
+ 4.595705881747743
+ 4.595739887908941
+ 4.59577389372203
+ 4.595807899187018
+ 4.595841904303915
+ 4.595875909072731
+ 4.595909913493475
+ 4.595943917566158
+ 4.595977921290788
+ 4.596011924667376
+ 4.596045927695931
+ 4.596079930376463
+ 4.596113932708982
+ 4.596147934693495
+ 4.596181936330015
+ 4.596215937618551
+ 4.5962499385591125
+ 4.596283939151708
+ 4.596317939396348
+ 4.596351939293043
+ 4.596385938841801
+ 4.596419938042633
+ 4.596453936895547
+ 4.596487935400556
+ 4.596521933557666
+ 4.596555931366888
+ 4.596589928828232
+ 4.596623925941708
+ 4.596657922707324
+ 4.596691919125092
+ 4.5967259151950195
+ 4.596759910917119
+ 4.596793906291396
+ 4.596827901317864
+ 4.596861895996529
+ 4.596895890327405
+ 4.596929884310499
+ 4.59696387794582
+ 4.596997871233379
+ 4.597031864173187
+ 4.59706585676525
+ 4.597099849009579
+ 4.597133840906187
+ 4.59716783245508
+ 4.597201823656268
+ 4.597235814509761
+ 4.5972698050155705
+ 4.597303795173703
+ 4.59733778498417
+ 4.597371774446981
+ 4.597405763562147
+ 4.597439752329675
+ 4.597473740749575
+ 4.597507728821859
+ 4.597541716546535
+ 4.597575703923613
+ 4.597609690953101
+ 4.597643677635011
+ 4.597677663969352
+ 4.597711649956134
+ 4.597745635595365
+ 4.5977796208870565
+ 4.597813605831217
+ 4.597847590427856
+ 4.597881574676983
+ 4.59791555857861
+ 4.597949542132744
+ 4.597983525339395
+ 4.598017508198574
+ 4.598051490710291
+ 4.598085472874553
+ 4.598119454691371
+ 4.5981534361607554
+ 4.598187417282715
+ 4.598221398057261
+ 4.598255378484399
+ 4.598289358564143
+ 4.598323338296502
+ 4.598357317681483
+ 4.598391296719098
+ 4.5984252754093555
+ 4.5984592537522655
+ 4.598493231747837
+ 4.598527209396082
+ 4.598561186697007
+ 4.598595163650624
+ 4.598629140256942
+ 4.5986631165159695
+ 4.5986970924277175
+ 4.598731067992195
+ 4.598765043209411
+ 4.598799018079377
+ 4.598832992602102
+ 4.598866966777593
+ 4.598900940605864
+ 4.598934914086921
+ 4.598968887220776
+ 4.599002860007437
+ 4.599036832446915
+ 4.599070804539219
+ 4.599104776284358
+ 4.599138747682342
+ 4.599172718733181
+ 4.599206689436886
+ 4.5992406597934625
+ 4.599274629802924
+ 4.59930859946528
+ 4.599342568780537
+ 4.599376537748707
+ 4.5994105063698
+ 4.599444474643825
+ 4.599478442570791
+ 4.599512410150709
+ 4.599546377383586
+ 4.599580344269435
+ 4.5996143108082626
+ 4.599648277000081
+ 4.599682242844898
+ 4.599716208342724
+ 4.599750173493567
+ 4.59978413829744
+ 4.599818102754351
+ 4.599852066864308
+ 4.599886030627323
+ 4.599919994043404
+ 4.59995395711256
+ 4.5999879198348035
+ 4.600021882210142
+ 4.600055844238585
+ 4.600089805920144
+ 4.600123767254827
+ 4.6001577282426425
+ 4.600191688883602
+ 4.600225649177715
+ 4.600259609124991
+ 4.600293568725439
+ 4.600327527979069
+ 4.600361486885891
+ 4.600395445445913
+ 4.600429403659147
+ 4.600463361525601
+ 4.600497319045285
+ 4.6005312762182085
+ 4.6005652330443825
+ 4.600599189523813
+ 4.600633145656514
+ 4.600667101442492
+ 4.600701056881758
+ 4.600735011974321
+ 4.600768966720191
+ 4.600802921119378
+ 4.600836875171891
+ 4.60087082887774
+ 4.600904782236934
+ 4.600938735249483
+ 4.600972687915396
+ 4.601006640234685
+ 4.601040592207355
+ 4.60107454383342
+ 4.6011084951128876
+ 4.601142446045769
+ 4.601176396632071
+ 4.601210346871805
+ 4.601244296764981
+ 4.601278246311607
+ 4.601312195511695
+ 4.601346144365253
+ 4.601380092872289
+ 4.601414041032816
+ 4.601447988846841
+ 4.601481936314376
+ 4.601515883435428
+ 4.601549830210008
+ 4.601583776638126
+ 4.60161772271979
+ 4.601651668455012
+ 4.601685613843799
+ 4.6017195588861615
+ 4.60175350358211
+ 4.601787447931654
+ 4.601821391934801
+ 4.601855335591564
+ 4.6018892789019485
+ 4.6019232218659685
+ 4.60195716448363
+ 4.601991106754945
+ 4.602025048679922
+ 4.60205899025857
+ 4.602092931490899
+ 4.60212687237692
+ 4.602160812916641
+ 4.602194753110073
+ 4.602228692957224
+ 4.602262632458103
+ 4.602296571612722
+ 4.60233051042109
+ 4.602364448883216
+ 4.602398386999108
+ 4.602432324768778
+ 4.602466262192236
+ 4.602500199269489
+ 4.602534136000547
+ 4.602568072385423
+ 4.602602008424124
+ 4.602635944116657
+ 4.602669879463036
+ 4.60270381446327
+ 4.602737749117366
+ 4.602771683425335
+ 4.602805617387187
+ 4.602839551002932
+ 4.6028734842725765
+ 4.602907417196134
+ 4.602941349773612
+ 4.602975282005021
+ 4.60300921389037
+ 4.603043145429669
+ 4.603077076622927
+ 4.603111007470153
+ 4.603144937971359
+ 4.603178868126552
+ 4.6032127979357425
+ 4.60324672739894
+ 4.603280656516155
+ 4.603314585287396
+ 4.603348513712672
+ 4.603382441791994
+ 4.603416369525371
+ 4.603450296912814
+ 4.60348422395433
+ 4.603518150649929
+ 4.603552076999623
+ 4.603586003003419
+ 4.6036199286613275
+ 4.603653853973357
+ 4.60368777893952
+ 4.603721703559824
+ 4.6037556278342775
+ 4.603789551762891
+ 4.603823475345675
+ 4.60385739858264
+ 4.603891321473792
+ 4.603925244019144
+ 4.603959166218703
+ 4.603993088072481
+ 4.604027009580485
+ 4.604060930742727
+ 4.604094851559215
+ 4.604128772029958
+ 4.604162692154968
+ 4.604196611934253
+ 4.604230531367822
+ 4.604264450455686
+ 4.604298369197853
+ 4.604332287594334
+ 4.604366205645138
+ 4.604400123350274
+ 4.604434040709752
+ 4.604467957723582
+ 4.604501874391774
+ 4.604535790714334
+ 4.604569706691278
+ 4.6046036223226094
+ 4.60463753760834
+ 4.604671452548481
+ 4.6047053671430405
+ 4.604739281392027
+ 4.6047731952954525
+ 4.604807108853324
+ 4.604841022065653
+ 4.6048749349324485
+ 4.604908847453719
+ 4.604942759629476
+ 4.604976671459727
+ 4.605010582944483
+ 4.605044494083754
+ 4.605078404877547
+ 4.605112315325875
+ 4.605146225428744
+ 4.605180135186167
+ 4.60521404459815
+ 4.605247953664706
+ 4.6052818623858425
+ 4.605315770761569
+ 4.605349678791896
+ 4.605383586476832
+ 4.605417493816388
+ 4.605451400810572
+ 4.6054853074593955
+ 4.605519213762866
+ 4.605553119720994
+ 4.605587025333788
+ 4.605620930601259
+ 4.605654835523417
+ 4.60568874010027
+ 4.605722644331828
+ 4.6057565482181
+ 4.6057904517590975
+ 4.605824354954828
+ 4.605858257805301
+ 4.605892160310528
+ 4.605926062470517
+ 4.605959964285278
+ 4.60599386575482
+ 4.606027766879154
+ 4.606061667658288
+ 4.606095568092231
+ 4.606129468180995
+ 4.606163367924587
+ 4.606197267323019
+ 4.606231166376298
+ 4.606265065084435
+ 4.606298963447441
+ 4.606332861465321
+ 4.606366759138089
+ 4.606400656465753
+ 4.606434553448322
+ 4.6064684500858055
+ 4.606502346378214
+ 4.606536242325557
+ 4.606570137927844
+ 4.606604033185083
+ 4.6066379280972845
+ 4.60667182266446
+ 4.606705716886616
+ 4.606739610763762
+ 4.60677350429591
+ 4.606807397483069
+ 4.606841290325248
+ 4.6068751828224555
+ 4.606909074974701
+ 4.606942966781997
+ 4.606976858244349
+ 4.60701074936177
+ 4.607044640134267
+ 4.607078530561851
+ 4.607112420644531
+ 4.6071463103823165
+ 4.607180199775217
+ 4.607214088823243
+ 4.607247977526402
+ 4.607281865884706
+ 4.607315753898162
+ 4.607349641566782
+ 4.607383528890574
+ 4.607417415869547
+ 4.607451302503711
+ 4.607485188793078
+ 4.607519074737653
+ 4.60755296033745
+ 4.607586845592475
+ 4.607620730502738
+ 4.607654615068252
+ 4.607688499289022
+ 4.60772238316506
+ 4.607756266696375
+ 4.607790149882978
+ 4.607824032724875
+ 4.6078579152220795
+ 4.607891797374598
+ 4.607925679182441
+ 4.607959560645619
+ 4.6079934417641395
+ 4.608027322538013
+ 4.60806120296725
+ 4.608095083051859
+ 4.6081289627918505
+ 4.608162842187232
+ 4.608196721238015
+ 4.608230599944208
+ 4.608264478305821
+ 4.608298356322862
+ 4.608332233995343
+ 4.608366111323273
+ 4.608399988306659
+ 4.608433864945513
+ 4.608467741239845
+ 4.6085016171896624
+ 4.608535492794975
+ 4.608569368055795
+ 4.608603242972128
+ 4.608637117543985
+ 4.608670991771378
+ 4.608704865654313
+ 4.608738739192801
+ 4.6087726123868515
+ 4.6088064852364745
+ 4.608840357741678
+ 4.608874229902473
+ 4.6089081017188684
+ 4.6089419731908725
+ 4.608975844318498
+ 4.6090097151017515
+ 4.609043585540643
+ 4.609077455635183
+ 4.609111325385381
+ 4.609145194791245
+ 4.609179063852785
+ 4.609212932570013
+ 4.609246800942935
+ 4.609280668971562
+ 4.609314536655903
+ 4.60934840399597
+ 4.609382270991769
+ 4.609416137643311
+ 4.609450003950605
+ 4.609483869913662
+ 4.60951773553249
+ 4.609551600807099
+ 4.609585465737498
+ 4.609619330323698
+ 4.609653194565706
+ 4.609687058463534
+ 4.60972092201719
+ 4.609754785226683
+ 4.6097886480920245
+ 4.609822510613223
+ 4.609856372790287
+ 4.6098902346232284
+ 4.609924096112055
+ 4.609957957256775
+ 4.6099918180574
+ 4.6100256785139395
+ 4.610059538626402
+ 4.610093398394798
+ 4.610127257819135
+ 4.610161116899425
+ 4.610194975635675
+ 4.610228834027897
+ 4.610262692076098
+ 4.61029654978029
+ 4.610330407140481
+ 4.61036426415668
+ 4.610398120828899
+ 4.610431977157144
+ 4.6104658331414266
+ 4.610499688781755
+ 4.610533544078141
+ 4.610567399030593
+ 4.6106012536391185
+ 4.61063510790373
+ 4.610668961824435
+ 4.610702815401243
+ 4.610736668634165
+ 4.610770521523209
+ 4.610804374068386
+ 4.610838226269704
+ 4.610872078127173
+ 4.610905929640802
+ 4.610939780810601
+ 4.61097363163658
+ 4.6110074821187474
+ 4.6110413322571135
+ 4.611075182051687
+ 4.611109031502478
+ 4.6111428806094965
+ 4.611176729372751
+ 4.61121057779225
+ 4.611244425868006
+ 4.611278273600026
+ 4.61131212098832
+ 4.611345968032898
+ 4.611379814733769
+ 4.611413661090943
+ 4.611447507104428
+ 4.611481352774236
+ 4.611515198100373
+ 4.611549043082853
+ 4.611582887721681
+ 4.61161673201687
+ 4.611650575968427
+ 4.611684419576362
+ 4.611718262840685
+ 4.611752105761406
+ 4.611785948338534
+ 4.611819790572078
+ 4.611853632462047
+ 4.611887474008452
+ 4.611921315211301
+ 4.611955156070605
+ 4.611988996586372
+ 4.612022836758612
+ 4.6120566765873345
+ 4.612090516072549
+ 4.612124355214266
+ 4.612158194012493
+ 4.61219203246724
+ 4.612225870578517
+ 4.612259708346334
+ 4.612293545770699
+ 4.612327382851624
+ 4.612361219589114
+ 4.612395055983183
+ 4.612428892033838
+ 4.6124627277410895
+ 4.612496563104945
+ 4.6125303981254175
+ 4.612564232802513
+ 4.612598067136243
+ 4.612631901126617
+ 4.6126657347736435
+ 4.612699568077331
+ 4.6127334010376915
+ 4.612767233654734
+ 4.6128010659284655
+ 4.612834897858898
+ 4.61286872944604
+ 4.612902560689901
+ 4.612936391590489
+ 4.612970222147817
+ 4.613004052361892
+ 4.613037882232724
+ 4.613071711760321
+ 4.613105540944694
+ 4.613139369785854
+ 4.613173198283807
+ 4.613207026438563
+ 4.613240854250135
+ 4.613274681718529
+ 4.6133085088437555
+ 4.613342335625823
+ 4.6133761620647435
+ 4.613409988160524
+ 4.613443813913175
+ 4.6134776393227055
+ 4.613511464389125
+ 4.613545289112443
+ 4.613579113492669
+ 4.613612937529813
+ 4.613646761223882
+ 4.613680584574889
+ 4.613714407582842
+ 4.613748230247751
+ 4.613782052569623
+ 4.613815874548469
+ 4.6138496961843
+ 4.613883517477123
+ 4.613917338426949
+ 4.613951159033786
+ 4.613984979297645
+ 4.6140187992185355
+ 4.614052618796466
+ 4.614086438031445
+ 4.614120256923485
+ 4.614154075472592
+ 4.614187893678777
+ 4.61422171154205
+ 4.61425552906242
+ 4.614289346239896
+ 4.614323163074487
+ 4.614356979566203
+ 4.614390795715056
+ 4.614424611521051
+ 4.614458426984199
+ 4.614492242104511
+ 4.614526056881997
+ 4.614559871316662
+ 4.614593685408519
+ 4.614627499157576
+ 4.614661312563844
+ 4.614695125627332
+ 4.6147289383480485
+ 4.614762750726004
+ 4.614796562761206
+ 4.614830374453666
+ 4.614864185803392
+ 4.614897996810394
+ 4.614931807474683
+ 4.6149656177962655
+ 4.614999427775153
+ 4.615033237411354
+ 4.615067046704879
+ 4.6151008556557365
+ 4.615134664263936
+ 4.6151684725294855
+ 4.615202280452397
+ 4.615236088032679
+ 4.615269895270341
+ 4.615303702165392
+ 4.615337508717841
+ 4.6153713149277
+ 4.615405120794976
+ 4.615438926319677
+ 4.615472731501816
+ 4.6155065363414
+ 4.6155403408384394
+ 4.615574144992943
+ 4.615607948804921
+ 4.6156417522743824
+ 4.615675555401337
+ 4.615709358185793
+ 4.615743160627762
+ 4.615776962727251
+ 4.615810764484271
+ 4.615844565898831
+ 4.61587836697094
+ 4.615912167700608
+ 4.6159459680878445
+ 4.615979768132658
+ 4.616013567835059
+ 4.616047367195057
+ 4.61608116621266
+ 4.6161149648878785
+ 4.616148763220721
+ 4.616182561211199
+ 4.61621635885932
+ 4.616250156165093
+ 4.616283953128529
+ 4.616317749749637
+ 4.616351546028427
+ 4.6163853419649055
+ 4.6164191375590855
+ 4.616452932810974
+ 4.616486727720582
+ 4.616520522287918
+ 4.616554316512992
+ 4.616588110395813
+ 4.616621903936389
+ 4.616655697134732
+ 4.616689489990851
+ 4.616723282504753
+ 4.616757074676451
+ 4.6167908665059505
+ 4.616824657993264
+ 4.6168584491384
+ 4.616892239941366
+ 4.616926030402175
+ 4.616959820520834
+ 4.616993610297352
+ 4.61702739973174
+ 4.617061188824008
+ 4.617094977574163
+ 4.617128765982215
+ 4.617162554048174
+ 4.6171963417720505
+ 4.617230129153851
+ 4.617263916193587
+ 4.6172977028912685
+ 4.617331489246904
+ 4.617365275260502
+ 4.6173990609320725
+ 4.617432846261626
+ 4.617466631249171
+ 4.617500415894717
+ 4.617534200198271
+ 4.617567984159847
+ 4.617601767779452
+ 4.617635551057094
+ 4.617669333992786
+ 4.617703116586533
+ 4.617736898838349
+ 4.617770680748239
+ 4.617804462316215
+ 4.617838243542287
+ 4.617872024426463
+ 4.6179058049687525
+ 4.617939585169164
+ 4.617973365027709
+ 4.6180071445443955
+ 4.618040923719232
+ 4.618074702552231
+ 4.618108481043399
+ 4.618142259192747
+ 4.618176037000283
+ 4.6182098144660175
+ 4.618243591589959
+ 4.618277368372118
+ 4.618311144812504
+ 4.618344920911125
+ 4.618378696667991
+ 4.618412472083111
+ 4.618446247156494
+ 4.6184800218881525
+ 4.618513796278092
+ 4.618547570326325
+ 4.618581344032858
+ 4.618615117397703
+ 4.618648890420867
+ 4.618682663102361
+ 4.6187164354421935
+ 4.6187502074403755
+ 4.618783979096914
+ 4.618817750411821
+ 4.6188515213851025
+ 4.6188852920167704
+ 4.618919062306834
+ 4.618952832255302
+ 4.618986601862185
+ 4.6190203711274895
+ 4.619054140051228
+ 4.619087908633408
+ 4.619121676874039
+ 4.619155444773132
+ 4.619189212330695
+ 4.619222979546737
+ 4.619256746421268
+ 4.619290512954297
+ 4.619324279145835
+ 4.619358044995889
+ 4.619391810504471
+ 4.619425575671587
+ 4.619459340497249
+ 4.619493104981466
+ 4.619526869124246
+ 4.619560632925601
+ 4.619594396385537
+ 4.619628159504066
+ 4.619661922281196
+ 4.619695684716936
+ 4.619729446811297
+ 4.6197632085642875
+ 4.619796969975917
+ 4.6198307310461955
+ 4.619864491775131
+ 4.619898252162733
+ 4.619932012209012
+ 4.619965771913977
+ 4.619999531277636
+ 4.6200332903
+ 4.620067048981079
+ 4.620100807320879
+ 4.620134565319414
+ 4.62016832297669
+ 4.620202080292717
+ 4.620235837267505
+ 4.620269593901062
+ 4.6203033501934
+ 4.620337106144526
+ 4.620370861754449
+ 4.6204046170231825
+ 4.62043837195073
+ 4.620472126537105
+ 4.620505880782315
+ 4.62053963468637
+ 4.620573388249279
+ 4.620607141471052
+ 4.620640894351698
+ 4.620674646891228
+ 4.620708399089648
+ 4.6207421509469695
+ 4.6207759024632
+ 4.620809653638353
+ 4.620843404472432
+ 4.620877154965451
+ 4.620910905117418
+ 4.620944654928342
+ 4.620978404398233
+ 4.6210121535271
+ 4.621045902314951
+ 4.621079650761798
+ 4.621113398867648
+ 4.621147146632511
+ 4.6211808940563985
+ 4.621214641139317
+ 4.621248387881276
+ 4.6212821342822865
+ 4.621315880342357
+ 4.621349626061497
+ 4.621383371439716
+ 4.621417116477023
+ 4.621450861173428
+ 4.621484605528939
+ 4.621518349543566
+ 4.621552093217318
+ 4.6215858365502065
+ 4.621619579542238
+ 4.621653322193424
+ 4.621687064503772
+ 4.621720806473292
+ 4.621754548101994
+ 4.621788289389888
+ 4.621822030336981
+ 4.6218557709432835
+ 4.621889511208805
+ 4.6219232511335555
+ 4.6219569907175435
+ 4.621990729960778
+ 4.622024468863269
+ 4.622058207425026
+ 4.622091945646058
+ 4.622125683526373
+ 4.622159421065984
+ 4.6221931582648965
+ 4.622226895123121
+ 4.622260631640668
+ 4.622294367817545
+ 4.622328103653763
+ 4.622361839149331
+ 4.622395574304258
+ 4.622429309118554
+ 4.6224630435922265
+ 4.622496777725287
+ 4.622530511517743
+ 4.622564244969605
+ 4.622597978080883
+ 4.622631710851584
+ 4.622665443281719
+ 4.622699175371297
+ 4.622732907120328
+ 4.62276663852882
+ 4.622800369596783
+ 4.622834100324227
+ 4.6228678307111615
+ 4.622901560757594
+ 4.622935290463535
+ 4.622969019828994
+ 4.623002748853979
+ 4.6230364775385
+ 4.623070205882568
+ 4.623103933886192
+ 4.623137661549378
+ 4.623171388872139
+ 4.623205115854483
+ 4.623238842496418
+ 4.6232725687979555
+ 4.623306294759105
+ 4.623340020379873
+ 4.623373745660272
+ 4.623407470600308
+ 4.6234411951999945
+ 4.623474919459337
+ 4.623508643378347
+ 4.623542366957033
+ 4.623576090195406
+ 4.623609813093473
+ 4.623643535651244
+ 4.623677257868728
+ 4.623710979745935
+ 4.623744701282875
+ 4.623778422479556
+ 4.623812143335987
+ 4.623845863852178
+ 4.623879584028139
+ 4.62391330386388
+ 4.623947023359407
+ 4.623980742514733
+ 4.624014461329865
+ 4.624048179804813
+ 4.624081897939586
+ 4.624115615734193
+ 4.624149333188646
+ 4.6241830503029515
+ 4.624216767077119
+ 4.624250483511158
+ 4.624284199605079
+ 4.6243179153588905
+ 4.624351630772602
+ 4.624385345846222
+ 4.624419060579761
+ 4.6244527749732285
+ 4.624486489026632
+ 4.624520202739982
+ 4.624553916113287
+ 4.624587629146558
+ 4.624621341839803
+ 4.624655054193031
+ 4.624688766206252
+ 4.624722477879477
+ 4.624756189212712
+ 4.624789900205968
+ 4.624823610859254
+ 4.62485732117258
+ 4.624891031145955
+ 4.624924740779387
+ 4.624958450072888
+ 4.624992159026465
+ 4.625025867640127
+ 4.625059575913885
+ 4.625093283847747
+ 4.625126991441724
+ 4.625160698695824
+ 4.625194405610056
+ 4.62522811218443
+ 4.625261818418954
+ 4.625295524313641
+ 4.625329229868495
+ 4.62536293508353
+ 4.625396639958752
+ 4.6254303444941725
+ 4.625464048689799
+ 4.625497752545642
+ 4.625531456061711
+ 4.625565159238014
+ 4.625598862074561
+ 4.625632564571362
+ 4.625666266728427
+ 4.625699968545761
+ 4.6257336700233775
+ 4.6257673711612854
+ 4.6258010719594935
+ 4.62583477241801
+ 4.625868472536844
+ 4.625902172316006
+ 4.625935871755506
+ 4.625969570855352
+ 4.626003269615553
+ 4.626036968036119
+ 4.6260706661170605
+ 4.626104363858385
+ 4.626138061260101
+ 4.62617175832222
+ 4.62620545504475
+ 4.6262391514277015
+ 4.626272847471082
+ 4.626306543174903
+ 4.626340238539171
+ 4.626373933563897
+ 4.6264076282490905
+ 4.6264413225947605
+ 4.626475016600916
+ 4.626508710267566
+ 4.626542403594721
+ 4.626576096582389
+ 4.62660978923058
+ 4.626643481539303
+ 4.626677173508568
+ 4.626710865138382
+ 4.626744556428758
+ 4.626778247379702
+ 4.626811937991225
+ 4.626845628263335
+ 4.626879318196043
+ 4.626913007789356
+ 4.6269466970432855
+ 4.6269803859578404
+ 4.627014074533029
+ 4.627047762768861
+ 4.6270814506653455
+ 4.627115138222492
+ 4.62714882544031
+ 4.627182512318808
+ 4.6272161988579965
+ 4.627249885057885
+ 4.62728357091848
+ 4.6273172564397935
+ 4.627350941621835
+ 4.627384626464611
+ 4.6274183109681335
+ 4.627451995132411
+ 4.627485678957451
+ 4.627519362443266
+ 4.627553045589862
+ 4.627586728397252
+ 4.6276204108654415
+ 4.627654092994442
+ 4.6276877747842615
+ 4.6277214562349105
+ 4.627755137346398
+ 4.6277888181187326
+ 4.627822498551924
+ 4.627856178645981
+ 4.627889858400914
+ 4.627923537816732
+ 4.627957216893442
+ 4.627990895631057
+ 4.628024574029583
+ 4.628058252089032
+ 4.62809192980941
+ 4.6281256071907295
+ 4.628159284232999
+ 4.628192960936225
+ 4.628226637300421
+ 4.628260313325594
+ 4.628293989011752
+ 4.628327664358907
+ 4.628361339367067
+ 4.628395014036241
+ 4.628428688366439
+ 4.628462362357668
+ 4.628496036009942
+ 4.628529709323265
+ 4.628563382297649
+ 4.628597054933104
+ 4.628630727229637
+ 4.628664399187259
+ 4.628698070805977
+ 4.628731742085804
+ 4.628765413026746
+ 4.628799083628813
+ 4.6288327538920155
+ 4.628866423816362
+ 4.628900093401861
+ 4.628933762648522
+ 4.628967431556355
+ 4.62900110012537
+ 4.629034768355575
+ 4.629068436246978
+ 4.629102103799591
+ 4.629135771013421
+ 4.629169437888479
+ 4.629203104424773
+ 4.629236770622313
+ 4.629270436481108
+ 4.629304102001167
+ 4.629337767182499
+ 4.629371432025115
+ 4.629405096529021
+ 4.62943876069423
+ 4.629472424520748
+ 4.629506088008587
+ 4.629539751157755
+ 4.629573413968259
+ 4.629607076440113
+ 4.629640738573323
+ 4.6296744003678985
+ 4.629708061823849
+ 4.629741722941184
+ 4.629775383719913
+ 4.629809044160045
+ 4.629842704261589
+ 4.629876364024555
+ 4.629910023448951
+ 4.629943682534786
+ 4.629977341282071
+ 4.630010999690815
+ 4.630044657761026
+ 4.630078315492714
+ 4.630111972885888
+ 4.630145629940557
+ 4.630179286656731
+ 4.630212943034419
+ 4.63024659907363
+ 4.630280254774373
+ 4.630313910136659
+ 4.630347565160493
+ 4.630381219845889
+ 4.630414874192854
+ 4.630448528201397
+ 4.630482181871527
+ 4.630515835203257
+ 4.63054948819659
+ 4.63058314085154
+ 4.630616793168113
+ 4.630650445146322
+ 4.630684096786173
+ 4.630717748087677
+ 4.630751399050842
+ 4.630785049675679
+ 4.6308186999621945
+ 4.6308523499104
+ 4.630885999520304
+ 4.630919648791917
+ 4.630953297725245
+ 4.6309869463203
+ 4.631020594577091
+ 4.631054242495626
+ 4.631087890075915
+ 4.631121537317968
+ 4.631155184221793
+ 4.631188830787399
+ 4.631222477014796
+ 4.631256122903993
+ 4.631289768455
+ 4.631323413667825
+ 4.631357058542478
+ 4.631390703078967
+ 4.631424347277303
+ 4.631457991137495
+ 4.63149163465955
+ 4.631525277843481
+ 4.631558920689294
+ 4.631592563196999
+ 4.631626205366605
+ 4.631659847198123
+ 4.631693488691561
+ 4.631727129846928
+ 4.631760770664233
+ 4.631794411143486
+ 4.631828051284695
+ 4.631861691087871
+ 4.631895330553022
+ 4.631928969680159
+ 4.631962608469288
+ 4.63199624692042
+ 4.632029885033565
+ 4.632063522808731
+ 4.6320971602459275
+ 4.632130797345163
+ 4.63216443410645
+ 4.632198070529793
+ 4.632231706615205
+ 4.632265342362691
+ 4.632298977772265
+ 4.6323326128439355
+ 4.632366247577709
+ 4.632399881973595
+ 4.632433516031606
+ 4.632467149751746
+ 4.632500783134029
+ 4.632534416178462
+ 4.632568048885055
+ 4.632601681253816
+ 4.632635313284756
+ 4.632668944977883
+ 4.632702576333206
+ 4.632736207350736
+ 4.632769838030479
+ 4.632803468372447
+ 4.632837098376649
+ 4.632870728043093
+ 4.632904357371787
+ 4.6329379863627445
+ 4.632971615015971
+ 4.633005243331477
+ 4.633038871309271
+ 4.633072498949363
+ 4.633106126251762
+ 4.633139753216477
+ 4.633173379843518
+ 4.633207006132893
+ 4.633240632084612
+ 4.633274257698683
+ 4.633307882975116
+ 4.633341507913922
+ 4.633375132515107
+ 4.633408756778684
+ 4.6334423807046585
+ 4.633476004293041
+ 4.633509627543841
+ 4.633543250457068
+ 4.63357687303273
+ 4.633610495270838
+ 4.633644117171399
+ 4.6336777387344235
+ 4.633711359959921
+ 4.6337449808479
+ 4.6337786013983715
+ 4.6338122216113415
+ 4.633845841486821
+ 4.633879461024819
+ 4.633913080225344
+ 4.6339466990884075
+ 4.633980317614016
+ 4.634013935802181
+ 4.63404755365291
+ 4.634081171166212
+ 4.634114788342098
+ 4.634148405180575
+ 4.634182021681653
+ 4.634215637845343
+ 4.634249253671652
+ 4.6342828691605895
+ 4.634316484312165
+ 4.634350099126389
+ 4.634383713603268
+ 4.6344173277428125
+ 4.634450941545032
+ 4.634484555009937
+ 4.634518168137533
+ 4.634551780927834
+ 4.634585393380843
+ 4.6346190054965755
+ 4.634652617275037
+ 4.634686228716237
+ 4.634719839820186
+ 4.634753450586893
+ 4.634787061016366
+ 4.634820671108615
+ 4.6348542808636495
+ 4.634887890281477
+ 4.634921499362108
+ 4.634955108105552
+ 4.634988716511819
+ 4.635022324580916
+ 4.635055932312852
+ 4.635089539707638
+ 4.635123146765284
+ 4.635156753485796
+ 4.635190359869185
+ 4.6352239659154595
+ 4.6352575716246305
+ 4.635291176996705
+ 4.635324782031693
+ 4.635358386729604
+ 4.635391991090448
+ 4.635425595114231
+ 4.635459198800966
+ 4.63549280215066
+ 4.635526405163322
+ 4.635560007838962
+ 4.635593610177589
+ 4.635627212179212
+ 4.635660813843841
+ 4.635694415171484
+ 4.635728016162151
+ 4.63576161681585
+ 4.635795217132592
+ 4.635828817112384
+ 4.635862416755238
+ 4.63589601606116
+ 4.635929615030162
+ 4.63596321366225
+ 4.635996811957437
+ 4.63603040991573
+ 4.636064007537137
+ 4.6360976048216695
+ 4.636131201769335
+ 4.636164798380144
+ 4.636198394654105
+ 4.636231990591227
+ 4.636265586191519
+ 4.636299181454991
+ 4.636332776381652
+ 4.63636637097151
+ 4.636399965224576
+ 4.636433559140857
+ 4.636467152720365
+ 4.636500745963106
+ 4.636534338869092
+ 4.63656793143833
+ 4.636601523670829
+ 4.636635115566601
+ 4.6366687071256525
+ 4.636702298347994
+ 4.636735889233633
+ 4.636769479782582
+ 4.636803069994847
+ 4.636836659870437
+ 4.6368702494093625
+ 4.636903838611634
+ 4.636937427477257
+ 4.636971016006244
+ 4.637004604198603
+ 4.637038192054343
+ 4.637071779573473
+ 4.637105366756002
+ 4.63713895360194
+ 4.637172540111296
+ 4.637206126284079
+ 4.637239712120298
+ 4.637273297619961
+ 4.637306882783079
+ 4.637340467609661
+ 4.637374052099715
+ 4.637407636253252
+ 4.637441220070278
+ 4.6374748035508055
+ 4.637508386694841
+ 4.637541969502397
+ 4.6375755519734785
+ 4.637609134108098
+ 4.637642715906262
+ 4.637676297367983
+ 4.637709878493266
+ 4.637743459282124
+ 4.637777039734563
+ 4.637810619850595
+ 4.637844199630226
+ 4.637877779073468
+ 4.637911358180328
+ 4.637944936950817
+ 4.637978515384945
+ 4.638012093482717
+ 4.638045671244146
+ 4.638079248669239
+ 4.638112825758006
+ 4.638146402510456
+ 4.6381799789265985
+ 4.638213555006442
+ 4.638247130749996
+ 4.6382807061572695
+ 4.638314281228273
+ 4.638347855963012
+ 4.6383814303615
+ 4.638415004423743
+ 4.638448578149752
+ 4.638482151539535
+ 4.638515724593103
+ 4.638549297310463
+ 4.638582869691624
+ 4.6386164417365965
+ 4.638650013445388
+ 4.638683584818011
+ 4.638717155854471
+ 4.638750726554779
+ 4.638784296918944
+ 4.638817866946974
+ 4.6388514366388796
+ 4.63888500599467
+ 4.638918575014352
+ 4.638952143697937
+ 4.638985712045434
+ 4.639019280056851
+ 4.639052847732198
+ 4.639086415071485
+ 4.639119982074718
+ 4.639153548741909
+ 4.639187115073066
+ 4.639220681068199
+ 4.639254246727317
+ 4.639287812050428
+ 4.639321377037542
+ 4.639354941688668
+ 4.639388506003815
+ 4.6394220699829924
+ 4.639455633626208
+ 4.639489196933473
+ 4.639522759904796
+ 4.639556322540185
+ 4.63958988483965
+ 4.6396234468032
+ 4.639657008430844
+ 4.639690569722592
+ 4.639724130678451
+ 4.639757691298432
+ 4.639791251582544
+ 4.639824811530795
+ 4.6398583711431955
+ 4.639891930419753
+ 4.639925489360479
+ 4.639959047965381
+ 4.639992606234467
+ 4.6400261641677485
+ 4.640059721765232
+ 4.640093279026931
+ 4.64012683595285
+ 4.640160392543
+ 4.64019394879739
+ 4.640227504716029
+ 4.640261060298927
+ 4.640294615546093
+ 4.640328170457534
+ 4.640361725033261
+ 4.6403952792732825
+ 4.64042883317761
+ 4.640462386746247
+ 4.640495939979209
+ 4.640529492876501
+ 4.640563045438133
+ 4.640596597664115
+ 4.640630149554456
+ 4.640663701109164
+ 4.640697252328248
+ 4.640730803211719
+ 4.640764353759584
+ 4.640797903971855
+ 4.640831453848538
+ 4.640865003389643
+ 4.640898552595179
+ 4.640932101465157
+ 4.6409656499995835
+ 4.64099919819847
+ 4.641032746061824
+ 4.641066293589654
+ 4.641099840781971
+ 4.641133387638783
+ 4.6411669341601
+ 4.641200480345929
+ 4.641234026196282
+ 4.6412675717111656
+ 4.641301116890591
+ 4.6413346617345645
+ 4.641368206243098
+ 4.6414017504161995
+ 4.641435294253879
+ 4.641468837756142
+ 4.641502380923003
+ 4.641535923754469
+ 4.641569466250546
+ 4.641603008411248
+ 4.641636550236581
+ 4.641670091726554
+ 4.641703632881177
+ 4.64173717370046
+ 4.641770714184412
+ 4.64180425433304
+ 4.641837794146354
+ 4.641871333624365
+ 4.641904872767078
+ 4.641938411574507
+ 4.641971950046658
+ 4.642005488183541
+ 4.642039025985165
+ 4.6420725634515385
+ 4.642106100582671
+ 4.642139637378573
+ 4.642173173839252
+ 4.642206709964717
+ 4.642240245754977
+ 4.642273781210043
+ 4.642307316329921
+ 4.642340851114624
+ 4.642374385564159
+ 4.642407919678533
+ 4.6424414534577565
+ 4.642474986901841
+ 4.642508520010794
+ 4.642542052784623
+ 4.642575585223339
+ 4.642609117326951
+ 4.6426426490954675
+ 4.642676180528897
+ 4.64270971162725
+ 4.642743242390535
+ 4.642776772818761
+ 4.642810302911936
+ 4.642843832670071
+ 4.6428773620931745
+ 4.6429108911812556
+ 4.642944419934322
+ 4.642977948352384
+ 4.643011476435452
+ 4.6430450041835325
+ 4.643078531596636
+ 4.643112058674771
+ 4.643145585417948
+ 4.643179111826175
+ 4.64321263789946
+ 4.643246163637814
+ 4.643279689041245
+ 4.643313214109761
+ 4.643346738843374
+ 4.643380263242092
+ 4.643413787305922
+ 4.643447311034875
+ 4.643480834428961
+ 4.643514357488186
+ 4.643547880212563
+ 4.643581402602098
+ 4.6436149246568
+ 4.643648446376681
+ 4.643681967761747
+ 4.643715488812009
+ 4.6437490095274745
+ 4.643782529908154
+ 4.643816049954056
+ 4.64384956966519
+ 4.643883089041563
+ 4.643916608083188
+ 4.643950126790071
+ 4.643983645162221
+ 4.644017163199648
+ 4.644050680902362
+ 4.644084198270371
+ 4.6441177153036834
+ 4.64415123200231
+ 4.644184748366259
+ 4.644218264395539
+ 4.644251780090159
+ 4.644285295450129
+ 4.644318810475457
+ 4.644352325166154
+ 4.644385839522227
+ 4.644419353543685
+ 4.644452867230539
+ 4.644486380582797
+ 4.644519893600466
+ 4.64455340628356
+ 4.644586918632083
+ 4.6446204306460475
+ 4.64465394232546
+ 4.644687453670332
+ 4.644720964680671
+ 4.6447544753564864
+ 4.644787985697787
+ 4.644821495704583
+ 4.644855005376883
+ 4.644888514714695
+ 4.644922023718028
+ 4.644955532386893
+ 4.644989040721297
+ 4.645022548721251
+ 4.645056056386762
+ 4.645089563717841
+ 4.6451230707144955
+ 4.645156577376735
+ 4.64519008370457
+ 4.645223589698008
+ 4.645257095357057
+ 4.6452906006817285
+ 4.645324105672031
+ 4.645357610327972
+ 4.645391114649562
+ 4.64542461863681
+ 4.645458122289725
+ 4.645491625608315
+ 4.645525128592591
+ 4.64555863124256
+ 4.645592133558232
+ 4.6456256355396155
+ 4.64565913718672
+ 4.645692638499555
+ 4.64572613947813
+ 4.645759640122452
+ 4.645793140432532
+ 4.645826640408378
+ 4.64586014005
+ 4.645893639357405
+ 4.645927138330604
+ 4.6459606369696065
+ 4.64599413527442
+ 4.646027633245054
+ 4.646061130881518
+ 4.64609462818382
+ 4.646128125151971
+ 4.646161621785978
+ 4.646195118085851
+ 4.646228614051598
+ 4.64626210968323
+ 4.646295604980755
+ 4.6463290999441815
+ 4.646362594573518
+ 4.6463960888687765
+ 4.646429582829964
+ 4.646463076457089
+ 4.646496569750162
+ 4.646530062709191
+ 4.646563555334184
+ 4.6465970476251535
+ 4.646630539582105
+ 4.6466640312050504
+ 4.646697522493996
+ 4.646731013448952
+ 4.646764504069928
+ 4.646797994356934
+ 4.646831484309976
+ 4.646864973929065
+ 4.64689846321421
+ 4.64693195216542
+ 4.6469654407827035
+ 4.64699892906607
+ 4.647032417015528
+ 4.647065904631088
+ 4.647099391912757
+ 4.647132878860545
+ 4.647166365474462
+ 4.6471998517545146
+ 4.6472333377007145
+ 4.647266823313069
+ 4.647300308591588
+ 4.64733379353628
+ 4.647367278147155
+ 4.64740076242422
+ 4.647434246367486
+ 4.647467729976962
+ 4.647501213252655
+ 4.647534696194576
+ 4.647568178802733
+ 4.647601661077137
+ 4.647635143017794
+ 4.647668624624715
+ 4.647702105897909
+ 4.647735586837385
+ 4.64776906744315
+ 4.647802547715215
+ 4.6478360276535895
+ 4.647869507258282
+ 4.647902986529299
+ 4.647936465466654
+ 4.647969944070352
+ 4.648003422340405
+ 4.648036900276822
+ 4.648070377879608
+ 4.648103855148777
+ 4.648137332084336
+ 4.648170808686293
+ 4.648204284954658
+ 4.64823776088944
+ 4.648271236490649
+ 4.648304711758292
+ 4.648338186692379
+ 4.64837166129292
+ 4.648405135559921
+ 4.648438609493395
+ 4.648472083093348
+ 4.648505556359792
+ 4.648539029292732
+ 4.64857250189218
+ 4.648605974158144
+ 4.648639446090634
+ 4.648672917689658
+ 4.648706388955225
+ 4.648739859887344
+ 4.648773330486025
+ 4.6488068007512755
+ 4.648840270683105
+ 4.648873740281523
+ 4.648907209546539
+ 4.648940678478161
+ 4.648974147076399
+ 4.649007615341262
+ 4.649041083272756
+ 4.6490745508708935
+ 4.649108018135682
+ 4.649141485067132
+ 4.649174951665252
+ 4.649208417930049
+ 4.649241883861534
+ 4.649275349459716
+ 4.649308814724603
+ 4.649342279656204
+ 4.649375744254528
+ 4.649409208519586
+ 4.649442672451385
+ 4.649476136049934
+ 4.649509599315244
+ 4.649543062247321
+ 4.649576524846176
+ 4.649609987111818
+ 4.649643449044254
+ 4.649676910643497
+ 4.649710371909552
+ 4.6497438328424305
+ 4.649777293442139
+ 4.649810753708691
+ 4.649844213642089
+ 4.649877673242348
+ 4.649911132509474
+ 4.649944591443477
+ 4.649978050044364
+ 4.650011508312148
+ 4.650044966246834
+ 4.650078423848433
+ 4.6501118811169535
+ 4.650145338052405
+ 4.650178794654796
+ 4.650212250924135
+ 4.6502457068604315
+ 4.650279162463695
+ 4.650312617733935
+ 4.65034607267116
+ 4.650379527275375
+ 4.650412981546597
+ 4.650446435484828
+ 4.65047988909008
+ 4.650513342362363
+ 4.650546795301683
+ 4.650580247908051
+ 4.650613700181475
+ 4.650647152121965
+ 4.65068060372953
+ 4.650714055004178
+ 4.650747505945918
+ 4.650780956554761
+ 4.650814406830714
+ 4.650847856773787
+ 4.650881306383987
+ 4.650914755661325
+ 4.650948204605811
+ 4.650981653217451
+ 4.651015101496255
+ 4.651048549442234
+ 4.651081997055394
+ 4.651115444335746
+ 4.6511488912833
+ 4.651182337898061
+ 4.651215784180042
+ 4.65124923012925
+ 4.651282675745693
+ 4.651316121029383
+ 4.651349565980327
+ 4.651383010598534
+ 4.651416454884014
+ 4.651449898836774
+ 4.651483342456826
+ 4.6515167857441755
+ 4.651550228698835
+ 4.651583671320812
+ 4.651617113610113
+ 4.651650555566751
+ 4.651683997190732
+ 4.651717438482066
+ 4.651750879440764
+ 4.651784320066832
+ 4.65181776036028
+ 4.651851200321117
+ 4.651884639949352
+ 4.651918079244995
+ 4.651951518208053
+ 4.651984956838535
+ 4.652018395136452
+ 4.6520518331018135
+ 4.652085270734625
+ 4.652118708034899
+ 4.652152145002642
+ 4.652185581637863
+ 4.652219017940573
+ 4.652252453910779
+ 4.652285889548492
+ 4.652319324853719
+ 4.65235275982647
+ 4.652386194466753
+ 4.652419628774579
+ 4.652453062749954
+ 4.652486496392889
+ 4.652519929703393
+ 4.652553362681475
+ 4.652586795327144
+ 4.652620227640408
+ 4.652653659621276
+ 4.652687091269757
+ 4.652720522585861
+ 4.652753953569597
+ 4.652787384220973
+ 4.652820814539998
+ 4.652854244526681
+ 4.6528876741810326
+ 4.652921103503059
+ 4.652954532492772
+ 4.6529879611501785
+ 4.653021389475287
+ 4.653054817468109
+ 4.653088245128651
+ 4.653121672456924
+ 4.653155099452936
+ 4.653188526116696
+ 4.653221952448212
+ 4.653255378447495
+ 4.653288804114553
+ 4.653322229449393
+ 4.653355654452028
+ 4.653389079122463
+ 4.6534225034607095
+ 4.6534559274667755
+ 4.65348935114067
+ 4.653522774482402
+ 4.65355619749198
+ 4.653589620169415
+ 4.653623042514713
+ 4.653656464527886
+ 4.653689886208941
+ 4.653723307557886
+ 4.653756728574732
+ 4.653790149259487
+ 4.653823569612161
+ 4.653856989632762
+ 4.653890409321298
+ 4.65392382867778
+ 4.653957247702217
+ 4.653990666394615
+ 4.654024084754986
+ 4.6540575027833375
+ 4.65409092047968
+ 4.65412433784402
+ 4.654157754876368
+ 4.654191171576732
+ 4.654224587945123
+ 4.654258003981548
+ 4.654291419686016
+ 4.654324835058539
+ 4.65435825009912
+ 4.654391664807773
+ 4.654425079184506
+ 4.654458493229327
+ 4.654491906942244
+ 4.654525320323268
+ 4.654558733372408
+ 4.65459214608967
+ 4.654625558475067
+ 4.6546589705286046
+ 4.654692382250294
+ 4.654725793640143
+ 4.654759204698162
+ 4.654792615424357
+ 4.65482602581874
+ 4.654859435881318
+ 4.654892845612101
+ 4.654926255011097
+ 4.654959664078316
+ 4.654993072813766
+ 4.655026481217456
+ 4.655059889289396
+ 4.655093297029595
+ 4.65512670443806
+ 4.655160111514801
+ 4.655193518259828
+ 4.655226924673149
+ 4.655260330754772
+ 4.655293736504707
+ 4.655327141922964
+ 4.65536054700955
+ 4.6553939517644745
+ 4.655427356187747
+ 4.655460760279376
+ 4.655494164039371
+ 4.65552756746774
+ 4.655560970564492
+ 4.655594373329637
+ 4.655627775763183
+ 4.65566117786514
+ 4.655694579635515
+ 4.655727981074318
+ 4.655761382181558
+ 4.655794782957245
+ 4.655828183401386
+ 4.655861583513992
+ 4.655894983295069
+ 4.655928382744629
+ 4.655961781862678
+ 4.655995180649229
+ 4.656028579104287
+ 4.6560619772278615
+ 4.656095375019964
+ 4.656128772480602
+ 4.656162169609782
+ 4.656195566407517
+ 4.656228962873814
+ 4.656262359008681
+ 4.656295754812128
+ 4.656329150284164
+ 4.656362545424798
+ 4.656395940234039
+ 4.656429334711895
+ 4.656462728858376
+ 4.65649612267349
+ 4.656529516157246
+ 4.656562909309653
+ 4.656596302130722
+ 4.6566296946204595
+ 4.656663086778875
+ 4.656696478605977
+ 4.656729870101775
+ 4.656763261266279
+ 4.656796652099495
+ 4.656830042601435
+ 4.656863432772106
+ 4.656896822611517
+ 4.656930212119678
+ 4.656963601296597
+ 4.656996990142284
+ 4.6570303786567475
+ 4.657063766839995
+ 4.657097154692037
+ 4.657130542212882
+ 4.6571639294025395
+ 4.6571973162610165
+ 4.657230702788325
+ 4.657264088984471
+ 4.6572974748494635
+ 4.657330860383314
+ 4.657364245586029
+ 4.657397630457618
+ 4.6574310149980915
+ 4.6574643992074565
+ 4.657497783085723
+ 4.657531166632898
+ 4.657564549848994
+ 4.657597932734015
+ 4.657631315287976
+ 4.65766469751088
+ 4.657698079402739
+ 4.657731460963562
+ 4.657764842193357
+ 4.657798223092133
+ 4.6578316036599
+ 4.657864983896664
+ 4.657898363802437
+ 4.657931743377229
+ 4.657965122621044
+ 4.6579985015338945
+ 4.658031880115789
+ 4.658065258366737
+ 4.658098636286744
+ 4.658132013875822
+ 4.658165391133981
+ 4.658198768061226
+ 4.658232144657569
+ 4.658265520923018
+ 4.658298896857581
+ 4.658332272461268
+ 4.6583656477340885
+ 4.65839902267605
+ 4.658432397287163
+ 4.658465771567433
+ 4.658499145516873
+ 4.658532519135489
+ 4.658565892423291
+ 4.65859926538029
+ 4.658632638006491
+ 4.658666010301905
+ 4.658699382266541
+ 4.6587327539004075
+ 4.658766125203514
+ 4.658799496175868
+ 4.6588328668174785
+ 4.658866237128356
+ 4.658899607108509
+ 4.658932976757946
+ 4.658966346076674
+ 4.658999715064706
+ 4.659033083722048
+ 4.659066452048709
+ 4.659099820044699
+ 4.659133187710025
+ 4.659166555044699
+ 4.659199922048726
+ 4.6592332887221195
+ 4.659266655064885
+ 4.659300021077031
+ 4.6593333867585685
+ 4.659366752109506
+ 4.659400117129851
+ 4.659433481819614
+ 4.659466846178803
+ 4.659500210207426
+ 4.659533573905495
+ 4.659566937273016
+ 4.659600300309999
+ 4.659633663016452
+ 4.659667025392386
+ 4.659700387437807
+ 4.659733749152726
+ 4.6597671105371505
+ 4.659800471591091
+ 4.659833832314555
+ 4.6598671927075515
+ 4.6599005527700905
+ 4.659933912502179
+ 4.659967271903828
+ 4.660000630975046
+ 4.66003398971584
+ 4.660067348126221
+ 4.660100706206197
+ 4.660134063955777
+ 4.66016742137497
+ 4.660200778463784
+ 4.660234135222229
+ 4.6602674916503135
+ 4.660300847748046
+ 4.660334203515436
+ 4.660367558952491
+ 4.660400914059223
+ 4.660434268835639
+ 4.660467623281746
+ 4.660500977397556
+ 4.660534331183076
+ 4.660567684638314
+ 4.660601037763282
+ 4.660634390557986
+ 4.6606677430224375
+ 4.660701095156643
+ 4.660734446960612
+ 4.660767798434353
+ 4.660801149577877
+ 4.660834500391191
+ 4.660867850874305
+ 4.660901201027225
+ 4.660934550849964
+ 4.660967900342528
+ 4.661001249504927
+ 4.661034598337169
+ 4.661067946839264
+ 4.661101295011221
+ 4.661134642853048
+ 4.661167990364754
+ 4.6612013375463475
+ 4.661234684397837
+ 4.661268030919233
+ 4.6613013771105445
+ 4.6613347229717785
+ 4.661368068502945
+ 4.661401413704053
+ 4.661434758575111
+ 4.661468103116128
+ 4.661501447327113
+ 4.661534791208073
+ 4.661568134759021
+ 4.6616014779799615
+ 4.661634820870906
+ 4.661668163431862
+ 4.66170150566284
+ 4.661734847563848
+ 4.661768189134894
+ 4.661801530375987
+ 4.661834871287138
+ 4.661868211868353
+ 4.661901552119642
+ 4.661934892041016
+ 4.66196823163248
+ 4.662001570894045
+ 4.66203490982572
+ 4.662068248427513
+ 4.662101586699434
+ 4.6621349246414905
+ 4.662168262253693
+ 4.662201599536049
+ 4.662234936488567
+ 4.662268273111257
+ 4.662301609404127
+ 4.662334945367187
+ 4.662368281000446
+ 4.66240161630391
+ 4.662434951277592
+ 4.662468285921498
+ 4.662501620235637
+ 4.6625349542200185
+ 4.6625682878746515
+ 4.662601621199545
+ 4.662634954194708
+ 4.662668286860148
+ 4.662701619195875
+ 4.662734951201897
+ 4.662768282878225
+ 4.662801614224865
+ 4.662834945241827
+ 4.662868275929121
+ 4.662901606286755
+ 4.662934936314736
+ 4.662968266013077
+ 4.663001595381782
+ 4.663034924420863
+ 4.663068253130329
+ 4.663101581510187
+ 4.663134909560446
+ 4.663168237281116
+ 4.663201564672208
+ 4.663234891733726
+ 4.663268218465681
+ 4.663301544868082
+ 4.663334870940939
+ 4.663368196684259
+ 4.663401522098051
+ 4.663434847182325
+ 4.663468171937089
+ 4.663501496362353
+ 4.663534820458125
+ 4.663568144224413
+ 4.663601467661226
+ 4.663634790768574
+ 4.663668113546465
+ 4.663701435994909
+ 4.663734758113914
+ 4.6637680799034875
+ 4.6638014013636395
+ 4.663834722494381
+ 4.663868043295718
+ 4.66390136376766
+ 4.663934683910216
+ 4.663968003723394
+ 4.664001323207204
+ 4.664034642361655
+ 4.664067961186755
+ 4.664101279682515
+ 4.66413459784894
+ 4.664167915686042
+ 4.664201233193827
+ 4.664234550372307
+ 4.664267867221489
+ 4.664301183741381
+ 4.664334499931996
+ 4.664367815793337
+ 4.664401131325416
+ 4.664434446528243
+ 4.664467761401824
+ 4.664501075946171
+ 4.664534390161289
+ 4.66456770404719
+ 4.664601017603882
+ 4.6646343308313725
+ 4.664667643729672
+ 4.6647009562987884
+ 4.664734268538731
+ 4.6647675804495075
+ 4.664800892031129
+ 4.664834203283602
+ 4.664867514206937
+ 4.664900824801141
+ 4.6649341350662255
+ 4.664967445002198
+ 4.665000754609066
+ 4.66503406388684
+ 4.665067372835527
+ 4.665100681455139
+ 4.665133989745683
+ 4.665167297707166
+ 4.6652006053395985
+ 4.665233912642991
+ 4.66526721961735
+ 4.665300526262685
+ 4.665333832579004
+ 4.665367138566318
+ 4.665400444224634
+ 4.665433749553962
+ 4.66546705455431
+ 4.665500359225686
+ 4.665533663568101
+ 4.665566967581561
+ 4.665600271266078
+ 4.665633574621658
+ 4.665666877648311
+ 4.665700180346047
+ 4.665733482714874
+ 4.6657667847547994
+ 4.6658000864658336
+ 4.665833387847984
+ 4.665866688901262
+ 4.665899989625673
+ 4.665933290021229
+ 4.665966590087937
+ 4.665999889825806
+ 4.666033189234846
+ 4.666066488315063
+ 4.66609978706647
+ 4.666133085489071
+ 4.666166383582879
+ 4.6661996813479005
+ 4.666232978784144
+ 4.666266275891621
+ 4.666299572670338
+ 4.666332869120303
+ 4.666366165241528
+ 4.666399461034019
+ 4.6664327564977865
+ 4.666466051632837
+ 4.666499346439183
+ 4.66653264091683
+ 4.666565935065788
+ 4.666599228886065
+ 4.666632522377673
+ 4.666665815540616
+ 4.666699108374906
+ 4.6667324008805515
+ 4.6667656930575605
+ 4.666798984905943
+ 4.666832276425706
+ 4.666865567616859
+ 4.666898858479412
+ 4.666932149013372
+ 4.666965439218749
+ 4.6669987290955515
+ 4.667032018643789
+ 4.667065307863468
+ 4.6670985967546
+ 4.667131885317192
+ 4.667165173551255
+ 4.6671984614567945
+ 4.667231749033822
+ 4.667265036282345
+ 4.667298323202373
+ 4.667331609793913
+ 4.667364896056978
+ 4.667398181991572
+ 4.667431467597706
+ 4.66746475287539
+ 4.66749803782463
+ 4.667531322445438
+ 4.667564606737819
+ 4.667597890701785
+ 4.667631174337344
+ 4.667664457644504
+ 4.667697740623273
+ 4.667731023273663
+ 4.66776430559568
+ 4.667797587589334
+ 4.667830869254632
+ 4.667864150591585
+ 4.667897431600203
+ 4.66793071228049
+ 4.667963992632459
+ 4.667997272656118
+ 4.668030552351474
+ 4.668063831718537
+ 4.668097110757315
+ 4.6681303894678186
+ 4.668163667850056
+ 4.668196945904034
+ 4.668230223629764
+ 4.668263501027254
+ 4.6682967780965114
+ 4.668330054837546
+ 4.668363331250368
+ 4.6683966073349845
+ 4.668429883091404
+ 4.668463158519636
+ 4.668496433619689
+ 4.668529708391572
+ 4.668562982835295
+ 4.668596256950864
+ 4.668629530738291
+ 4.668662804197581
+ 4.668696077328747
+ 4.668729350131794
+ 4.668762622606733
+ 4.668795894753573
+ 4.668829166572321
+ 4.668862438062987
+ 4.66889570922558
+ 4.668928980060108
+ 4.6689622505665795
+ 4.668995520745006
+ 4.669028790595393
+ 4.66906206011775
+ 4.6690953293120865
+ 4.669128598178411
+ 4.669161866716733
+ 4.669195134927061
+ 4.669228402809401
+ 4.669261670363767
+ 4.669294937590164
+ 4.669328204488601
+ 4.669361471059088
+ 4.669394737301634
+ 4.669428003216245
+ 4.669461268802934
+ 4.669494534061706
+ 4.669527798992572
+ 4.66956106359554
+ 4.669594327870619
+ 4.669627591817817
+ 4.669660855437145
+ 4.669694118728609
+ 4.669727381692218
+ 4.669760644327984
+ 4.669793906635913
+ 4.669827168616014
+ 4.669860430268296
+ 4.669893691592767
+ 4.669926952589438
+ 4.669960213258316
+ 4.669993473599409
+ 4.670026733612729
+ 4.670059993298281
+ 4.670093252656075
+ 4.670126511686122
+ 4.6701597703884286
+ 4.670193028763004
+ 4.670226286809855
+ 4.670259544528994
+ 4.670292801920429
+ 4.670326058984166
+ 4.670359315720216
+ 4.670392572128588
+ 4.6704258282092885
+ 4.67045908396233
+ 4.670492339387717
+ 4.670525594485462
+ 4.6705588492555705
+ 4.670592103698055
+ 4.670625357812921
+ 4.670658611600179
+ 4.670691865059837
+ 4.6707251181919025
+ 4.670758370996388
+ 4.670791623473298
+ 4.670824875622644
+ 4.6708581274444345
+ 4.670891378938677
+ 4.6709246301053815
+ 4.670957880944557
+ 4.67099113145621
+ 4.6710243816403505
+ 4.671057631496989
+ 4.671090881026133
+ 4.671124130227789
+ 4.67115737910197
+ 4.671190627648681
+ 4.671223875867934
+ 4.671257123759734
+ 4.671290371324093
+ 4.6713236185610185
+ 4.671356865470519
+ 4.671390112052603
+ 4.6714233583072815
+ 4.67145660423456
+ 4.671489849834449
+ 4.671523095106958
+ 4.671556340052094
+ 4.671589584669867
+ 4.6716228289602855
+ 4.671656072923358
+ 4.6716893165590925
+ 4.671722559867499
+ 4.671755802848587
+ 4.671789045502362
+ 4.671822287828837
+ 4.671855529828017
+ 4.671888771499912
+ 4.671922012844532
+ 4.671955253861884
+ 4.671988494551979
+ 4.672021734914823
+ 4.672054974950426
+ 4.672088214658798
+ 4.672121454039945
+ 4.672154693093878
+ 4.672187931820606
+ 4.672221170220135
+ 4.672254408292476
+ 4.6722876460376375
+ 4.672320883455628
+ 4.672354120546456
+ 4.67238735731013
+ 4.6724205937466605
+ 4.672453829856054
+ 4.67248706563832
+ 4.672520301093468
+ 4.672553536221505
+ 4.672586771022442
+ 4.672620005496287
+ 4.672653239643047
+ 4.672686473462734
+ 4.672719706955354
+ 4.672752940120916
+ 4.672786172959429
+ 4.672819405470904
+ 4.672852637655345
+ 4.672885869512766
+ 4.672919101043171
+ 4.672952332246573
+ 4.672985563122978
+ 4.673018793672395
+ 4.673052023894834
+ 4.673085253790303
+ 4.6731184833588095
+ 4.673151712600363
+ 4.673184941514974
+ 4.6732181701026505
+ 4.6732513983634
+ 4.67328462629723
+ 4.6733178539041536
+ 4.673351081184175
+ 4.673384308137305
+ 4.673417534763554
+ 4.673450761062927
+ 4.6734839870354365
+ 4.673517212681088
+ 4.673550437999893
+ 4.673583662991857
+ 4.6736168876569915
+ 4.673650111995305
+ 4.673683336006804
+ 4.6737165596915
+ 4.6737497830494
+ 4.673783006080514
+ 4.673816228784849
+ 4.673849451162416
+ 4.67388267321322
+ 4.6739158949372746
+ 4.673949116334584
+ 4.67398233740516
+ 4.67401555814901
+ 4.674048778566144
+ 4.674081998656569
+ 4.674115218420295
+ 4.674148437857329
+ 4.674181656967681
+ 4.67421487575136
+ 4.674248094208374
+ 4.674281312338733
+ 4.6743145301424445
+ 4.674347747619517
+ 4.67438096476996
+ 4.674414181593781
+ 4.674447398090992
+ 4.674480614261597
+ 4.6745138301056075
+ 4.674547045623032
+ 4.67458026081388
+ 4.674613475678158
+ 4.6746466902158765
+ 4.674679904427043
+ 4.674713118311668
+ 4.674746331869757
+ 4.674779545101323
+ 4.674812758006372
+ 4.674845970584912
+ 4.674879182836954
+ 4.674912394762505
+ 4.674945606361575
+ 4.674978817634172
+ 4.675012028580305
+ 4.6750452391999815
+ 4.675078449493212
+ 4.675111659460004
+ 4.675144869100367
+ 4.675178078414309
+ 4.675211287401839
+ 4.675244496062966
+ 4.675277704397698
+ 4.675310912406045
+ 4.675344120088014
+ 4.675377327443615
+ 4.675410534472856
+ 4.675443741175746
+ 4.675476947552293
+ 4.675510153602507
+ 4.675543359326396
+ 4.67557656472397
+ 4.675609769795235
+ 4.675642974540202
+ 4.675676178958878
+ 4.675709383051274
+ 4.675742586817396
+ 4.675775790257255
+ 4.675808993370858
+ 4.675842196158215
+ 4.6758753986193335
+ 4.675908600754223
+ 4.6759418025628925
+ 4.67597500404535
+ 4.676008205201604
+ 4.676041406031664
+ 4.676074606535538
+ 4.676107806713235
+ 4.676141006564764
+ 4.676174206090134
+ 4.676207405289352
+ 4.6762406041624285
+ 4.676273802709371
+ 4.676307000930188
+ 4.67634019882489
+ 4.676373396393484
+ 4.6764065936359795
+ 4.676439790552386
+ 4.67647298714271
+ 4.6765061834069614
+ 4.676539379345148
+ 4.676572574957281
+ 4.676605770243367
+ 4.676638965203415
+ 4.676672159837433
+ 4.676705354145433
+ 4.676738548127418
+ 4.676771741783401
+ 4.676804935113391
+ 4.676838128117395
+ 4.67687132079542
+ 4.676904513147478
+ 4.676937705173576
+ 4.6769708968737245
+ 4.677004088247928
+ 4.6770372792962
+ 4.677070470018546
+ 4.677103660414978
+ 4.6771368504855
+ 4.677170040230123
+ 4.677203229648857
+ 4.6772364187417095
+ 4.677269607508689
+ 4.677302795949804
+ 4.6773359840650635
+ 4.677369171854477
+ 4.6774023593180525
+ 4.677435546455797
+ 4.677468733267722
+ 4.677501919753835
+ 4.677535105914145
+ 4.67756829174866
+ 4.677601477257389
+ 4.677634662440341
+ 4.677667847297524
+ 4.677701031828947
+ 4.67773421603462
+ 4.677767399914549
+ 4.677800583468745
+ 4.677833766697215
+ 4.677866949599968
+ 4.677900132177014
+ 4.677933314428361
+ 4.677966496354018
+ 4.677999677953992
+ 4.678032859228294
+ 4.6780660401769305
+ 4.678099220799912
+ 4.678132401097246
+ 4.678165581068941
+ 4.678198760715007
+ 4.6782319400354515
+ 4.678265119030284
+ 4.678298297699513
+ 4.678331476043145
+ 4.678364654061193
+ 4.678397831753662
+ 4.678431009120562
+ 4.678464186161902
+ 4.678497362877691
+ 4.6785305392679355
+ 4.678563715332647
+ 4.678596891071832
+ 4.6786300664855
+ 4.678663241573659
+ 4.678696416336319
+ 4.6787295907734885
+ 4.678762764885175
+ 4.678795938671387
+ 4.678829112132135
+ 4.678862285267427
+ 4.678895458077271
+ 4.678928630561676
+ 4.678961802720649
+ 4.678994974554203
+ 4.6790281460623415
+ 4.679061317245077
+ 4.679094488102417
+ 4.6791276586343695
+ 4.679160828840943
+ 4.679193998722147
+ 4.679227168277992
+ 4.679260337508483
+ 4.6792935064136305
+ 4.679326674993442
+ 4.679359843247928
+ 4.679393011177097
+ 4.679426178780955
+ 4.679459346059514
+ 4.679492513012781
+ 4.679525679640764
+ 4.679558845943474
+ 4.679592011920917
+ 4.679625177573104
+ 4.679658342900042
+ 4.679691507901739
+ 4.679724672578207
+ 4.679757836929452
+ 4.679791000955483
+ 4.679824164656307
+ 4.679857328031937
+ 4.679890491082378
+ 4.67992365380764
+ 4.6799568162077305
+ 4.679989978282661
+ 4.680023140032437
+ 4.680056301457068
+ 4.680089462556563
+ 4.680122623330932
+ 4.680155783780182
+ 4.680188943904321
+ 4.680222103703359
+ 4.680255263177306
+ 4.680288422326167
+ 4.680321581149952
+ 4.680354739648672
+ 4.680387897822333
+ 4.680421055670946
+ 4.680454213194517
+ 4.680487370393057
+ 4.680520527266572
+ 4.680553683815073
+ 4.680586840038567
+ 4.680619995937064
+ 4.6806531515105725
+ 4.6806863067591
+ 4.6807194616826555
+ 4.680752616281249
+ 4.680785770554888
+ 4.680818924503581
+ 4.680852078127336
+ 4.680885231426164
+ 4.680918384400073
+ 4.6809515370490695
+ 4.6809846893731635
+ 4.681017841372364
+ 4.6810509930466795
+ 4.681084144396119
+ 4.68111729542069
+ 4.681150446120402
+ 4.681183596495263
+ 4.681216746545282
+ 4.681249896270468
+ 4.6812830456708285
+ 4.6813161947463735
+ 4.681349343497112
+ 4.68138249192305
+ 4.681415640024199
+ 4.681448787800567
+ 4.681481935252161
+ 4.681515082378991
+ 4.6815482291810655
+ 4.681581375658393
+ 4.681614521810983
+ 4.681647667638843
+ 4.6816808131419805
+ 4.681713958320407
+ 4.68174710317413
+ 4.6817802477031565
+ 4.681813391907498
+ 4.68184653578716
+ 4.6818796793421535
+ 4.681912822572486
+ 4.681945965478167
+ 4.681979108059204
+ 4.682012250315608
+ 4.682045392247385
+ 4.682078533854544
+ 4.6821116751370955
+ 4.682144816095045
+ 4.682177956728404
+ 4.68221109703718
+ 4.682244237021381
+ 4.682277376681017
+ 4.682310516016096
+ 4.682343655026626
+ 4.682376793712617
+ 4.682409932074076
+ 4.682443070111013
+ 4.682476207823436
+ 4.682509345211354
+ 4.6825424822747745
+ 4.682575619013708
+ 4.682608755428161
+ 4.682641891518144
+ 4.682675027283664
+ 4.682708162724731
+ 4.682741297841353
+ 4.682774432633539
+ 4.682807567101297
+ 4.682840701244636
+ 4.682873835063565
+ 4.682906968558091
+ 4.682940101728224
+ 4.682973234573973
+ 4.683006367095347
+ 4.683039499292352
+ 4.6830726311649995
+ 4.6831057627132955
+ 4.683138893937252
+ 4.683172024836874
+ 4.683205155412171
+ 4.683238285663155
+ 4.6832714155898305
+ 4.683304545192207
+ 4.683337674470295
+ 4.683370803424101
+ 4.6834039320536345
+ 4.683437060358904
+ 4.683470188339919
+ 4.683503315996687
+ 4.683536443329216
+ 4.683569570337516
+ 4.683602697021596
+ 4.683635823381463
+ 4.683668949417126
+ 4.683702075128594
+ 4.683735200515876
+ 4.683768325578981
+ 4.683801450317916
+ 4.68383457473269
+ 4.683867698823312
+ 4.683900822589791
+ 4.683933946032136
+ 4.683967069150354
+ 4.684000191944455
+ 4.684033314414447
+ 4.684066436560338
+ 4.684099558382137
+ 4.684132679879854
+ 4.684165801053496
+ 4.684198921903072
+ 4.684232042428592
+ 4.684265162630062
+ 4.684298282507492
+ 4.684331402060891
+ 4.6843645212902665
+ 4.684397640195629
+ 4.684430758776984
+ 4.684463877034342
+ 4.684496994967714
+ 4.684530112577105
+ 4.6845632298625235
+ 4.68459634682398
+ 4.684629463461483
+ 4.68466257977504
+ 4.684695695764661
+ 4.684728811430353
+ 4.684761926772125
+ 4.684795041789988
+ 4.684828156483946
+ 4.684861270854012
+ 4.684894384900192
+ 4.6849274986224945
+ 4.684960612020929
+ 4.684993725095506
+ 4.685026837846231
+ 4.685059950273113
+ 4.685093062376163
+ 4.6851261741553865
+ 4.685159285610795
+ 4.685192396742394
+ 4.685225507550196
+ 4.685258618034204
+ 4.685291728194432
+ 4.685324838030886
+ 4.685357947543576
+ 4.685391056732509
+ 4.685424165597694
+ 4.68545727413914
+ 4.685490382356856
+ 4.6855234902508505
+ 4.68555659782113
+ 4.685589705067706
+ 4.685622811990585
+ 4.685655918589778
+ 4.685689024865291
+ 4.685722130817133
+ 4.685755236445314
+ 4.685788341749842
+ 4.685821446730724
+ 4.685854551387972
+ 4.68588765572159
+ 4.685920759731592
+ 4.685953863417981
+ 4.685986966780771
+ 4.686020069819966
+ 4.686053172535577
+ 4.686086274927613
+ 4.686119376996079
+ 4.68615247874099
+ 4.686185580162348
+ 4.686218681260165
+ 4.686251782034449
+ 4.686284882485208
+ 4.686317982612453
+ 4.68635108241619
+ 4.686384181896427
+ 4.686417281053175
+ 4.686450379886442
+ 4.686483478396235
+ 4.686516576582564
+ 4.686549674445437
+ 4.686582771984864
+ 4.686615869200851
+ 4.686648966093409
+ 4.686682062662545
+ 4.686715158908267
+ 4.6867482548305865
+ 4.686781350429509
+ 4.6868144457050445
+ 4.686847540657203
+ 4.68688063528599
+ 4.686913729591415
+ 4.686946823573489
+ 4.686979917232218
+ 4.68701301056761
+ 4.687046103579676
+ 4.6870791962684235
+ 4.687112288633862
+ 4.6871453806759975
+ 4.687178472394842
+ 4.6872115637904
+ 4.687244654862684
+ 4.6872777456117
+ 4.687310836037458
+ 4.687343926139965
+ 4.687377015919231
+ 4.687410105375265
+ 4.687443194508075
+ 4.687476283317667
+ 4.687509371804054
+ 4.687542459967242
+ 4.68757554780724
+ 4.6876086353240565
+ 4.6876417225177
+ 4.68767480938818
+ 4.687707895935503
+ 4.68774098215968
+ 4.687774068060717
+ 4.687807153638626
+ 4.687840238893412
+ 4.6878733238250865
+ 4.687906408433656
+ 4.687939492719129
+ 4.687972576681515
+ 4.688005660320823
+ 4.688038743637061
+ 4.688071826630238
+ 4.68810490930036
+ 4.688137991647439
+ 4.688171073671483
+ 4.688204155372498
+ 4.688237236750496
+ 4.6882703178054825
+ 4.688303398537469
+ 4.688336478946462
+ 4.688369559032468
+ 4.688402638795501
+ 4.688435718235566
+ 4.688468797352672
+ 4.688501876146828
+ 4.688534954618042
+ 4.688568032766324
+ 4.68860111059168
+ 4.68863418809412
+ 4.688667265273654
+ 4.688700342130288
+ 4.688733418664033
+ 4.688766494874895
+ 4.688799570762884
+ 4.688832646328009
+ 4.688865721570276
+ 4.688898796489697
+ 4.68893187108628
+ 4.6889649453600315
+ 4.688998019310961
+ 4.689031092939077
+ 4.689064166244388
+ 4.6890972392269035
+ 4.689130311886631
+ 4.68916338422358
+ 4.689196456237758
+ 4.689229527929173
+ 4.689262599297836
+ 4.689295670343753
+ 4.689328741066934
+ 4.689361811467387
+ 4.689394881545121
+ 4.689427951300145
+ 4.689461020732466
+ 4.689494089842093
+ 4.689527158629036
+ 4.689560227093301
+ 4.689593295234899
+ 4.689626363053837
+ 4.689659430550125
+ 4.689692497723771
+ 4.689725564574782
+ 4.689758631103167
+ 4.689791697308937
+ 4.689824763192099
+ 4.68985782875266
+ 4.68989089399063
+ 4.689923958906019
+ 4.689957023498832
+ 4.689990087769081
+ 4.6900231517167725
+ 4.690056215341915
+ 4.6900892786445185
+ 4.69012234162459
+ 4.690155404282139
+ 4.690188466617174
+ 4.690221528629703
+ 4.690254590319736
+ 4.690287651687279
+ 4.690320712732342
+ 4.690353773454935
+ 4.6903868338550625
+ 4.690419893932738
+ 4.690452953687966
+ 4.690486013120758
+ 4.69051907223112
+ 4.690552131019062
+ 4.690585189484592
+ 4.690618247627718
+ 4.69065130544845
+ 4.690684362946797
+ 4.690717420122765
+ 4.690750476976365
+ 4.690783533507603
+ 4.69081658971649
+ 4.690849645603033
+ 4.690882701167241
+ 4.690915756409122
+ 4.690948811328686
+ 4.690981865925941
+ 4.691014920200894
+ 4.691047974153555
+ 4.691081027783933
+ 4.691114081092035
+ 4.6911471340778705
+ 4.691180186741447
+ 4.691213239082775
+ 4.691246291101861
+ 4.6912793427987145
+ 4.691312394173345
+ 4.691345445225759
+ 4.6913784959559655
+ 4.691411546363973
+ 4.691444596449792
+ 4.691477646213428
+ 4.691510695654893
+ 4.691543744774193
+ 4.691576793571336
+ 4.691609842046332
+ 4.69164289019919
+ 4.691675938029917
+ 4.691708985538522
+ 4.6917420327250134
+ 4.691775079589401
+ 4.691808126131692
+ 4.691841172351896
+ 4.691874218250019
+ 4.691907263826072
+ 4.6919403090800635
+ 4.691973354012001
+ 4.692006398621893
+ 4.692039442909749
+ 4.692072486875578
+ 4.6921055305193855
+ 4.692138573841182
+ 4.692171616840977
+ 4.692204659518777
+ 4.692237701874592
+ 4.69227074390843
+ 4.692303785620299
+ 4.692336827010209
+ 4.692369868078167
+ 4.692402908824182
+ 4.692435949248264
+ 4.6924689893504175
+ 4.692502029130655
+ 4.692535068588984
+ 4.692568107725412
+ 4.692601146539949
+ 4.692634185032602
+ 4.69266722320338
+ 4.692700261052291
+ 4.692733298579346
+ 4.692766335784551
+ 4.692799372667916
+ 4.692832409229447
+ 4.692865445469154
+ 4.692898481387048
+ 4.692931516983134
+ 4.692964552257422
+ 4.69299758720992
+ 4.693030621840636
+ 4.69306365614958
+ 4.693096690136761
+ 4.693129723802185
+ 4.693162757145862
+ 4.693195790167801
+ 4.693228822868009
+ 4.6932618552464955
+ 4.693294887303269
+ 4.693327919038338
+ 4.69336095045171
+ 4.6933939815433945
+ 4.693427012313401
+ 4.693460042761736
+ 4.693493072888409
+ 4.693526102693428
+ 4.693559132176803
+ 4.69359216133854
+ 4.693625190178649
+ 4.69365821869714
+ 4.693691246894018
+ 4.693724274769294
+ 4.693757302322976
+ 4.693790329555072
+ 4.693823356465591
+ 4.693856383054541
+ 4.693889409321931
+ 4.693922435267771
+ 4.693955460892066
+ 4.693988486194827
+ 4.694021511176062
+ 4.694054535835779
+ 4.694087560173987
+ 4.694120584190693
+ 4.694153607885909
+ 4.694186631259639
+ 4.694219654311896
+ 4.694252677042686
+ 4.694285699452017
+ 4.694318721539899
+ 4.694351743306338
+ 4.694384764751346
+ 4.69441778587493
+ 4.694450806677097
+ 4.694483827157858
+ 4.69451684731722
+ 4.694549867155191
+ 4.694582886671781
+ 4.694615905866997
+ 4.694648924740849
+ 4.694681943293345
+ 4.694714961524491
+ 4.6947479794342994
+ 4.694780997022777
+ 4.694814014289933
+ 4.694847031235774
+ 4.694880047860309
+ 4.694913064163549
+ 4.694946080145499
+ 4.69497909580617
+ 4.695012111145569
+ 4.695045126163706
+ 4.695078140860587
+ 4.695111155236224
+ 4.6951441692906215
+ 4.695177183023791
+ 4.69521019643574
+ 4.695243209526476
+ 4.69527622229601
+ 4.695309234744348
+ 4.695342246871499
+ 4.695375258677473
+ 4.695408270162277
+ 4.6954412813259205
+ 4.69547429216841
+ 4.695507302689756
+ 4.695540312889966
+ 4.695573322769049
+ 4.695606332327013
+ 4.695639341563868
+ 4.69567235047962
+ 4.695705359074279
+ 4.695738367347853
+ 4.6957713753003505
+ 4.69580438293178
+ 4.695837390242151
+ 4.695870397231471
+ 4.695903403899747
+ 4.695936410246991
+ 4.695969416273209
+ 4.696002421978409
+ 4.696035427362601
+ 4.696068432425793
+ 4.696101437167994
+ 4.696134441589211
+ 4.696167445689453
+ 4.69620044946873
+ 4.696233452927048
+ 4.696266456064418
+ 4.696299458880847
+ 4.696332461376344
+ 4.696365463550916
+ 4.696398465404573
+ 4.696431466937324
+ 4.696464468149176
+ 4.696497469040138
+ 4.696530469610218
+ 4.696563469859426
+ 4.696596469787769
+ 4.696629469395257
+ 4.696662468681895
+ 4.696695467647696
+ 4.696728466292665
+ 4.696761464616813
+ 4.696794462620146
+ 4.696827460302675
+ 4.696860457664406
+ 4.69689345470535
+ 4.6969264514255125
+ 4.696959447824905
+ 4.696992443903534
+ 4.697025439661409
+ 4.697058435098538
+ 4.697091430214929
+ 4.69712442501059
+ 4.697157419485531
+ 4.697190413639761
+ 4.697223407473286
+ 4.697256400986117
+ 4.697289394178259
+ 4.6973223870497245
+ 4.69735537960052
+ 4.6973883718306535
+ 4.697421363740133
+ 4.69745435532897
+ 4.697487346597171
+ 4.697520337544743
+ 4.697553328171697
+ 4.69758631847804
+ 4.697619308463781
+ 4.6976522981289275
+ 4.69768528747349
+ 4.697718276497474
+ 4.697751265200891
+ 4.697784253583747
+ 4.697817241646052
+ 4.697850229387814
+ 4.697883216809042
+ 4.6979162039097435
+ 4.697949190689927
+ 4.697982177149602
+ 4.698015163288776
+ 4.698048149107457
+ 4.698081134605655
+ 4.698114119783377
+ 4.698147104640633
+ 4.698180089177429
+ 4.698213073393776
+ 4.698246057289682
+ 4.698279040865153
+ 4.698312024120201
+ 4.698345007054833
+ 4.698377989669056
+ 4.69841097196288
+ 4.698443953936313
+ 4.698476935589364
+ 4.698509916922041
+ 4.698542897934352
+ 4.698575878626306
+ 4.698608858997911
+ 4.698641839049176
+ 4.69867481878011
+ 4.6987077981907195
+ 4.698740777281015
+ 4.698773756051003
+ 4.698806734500694
+ 4.698839712630097
+ 4.698872690439216
+ 4.698905667928063
+ 4.698938645096647
+ 4.698971621944974
+ 4.699004598473055
+ 4.699037574680896
+ 4.699070550568506
+ 4.699103526135896
+ 4.69913650138307
+ 4.699169476310041
+ 4.699202450916814
+ 4.699235425203399
+ 4.699268399169805
+ 4.699301372816039
+ 4.69933434614211
+ 4.699367319148026
+ 4.699400291833796
+ 4.6994332641994285
+ 4.699466236244933
+ 4.699499207970315
+ 4.699532179375585
+ 4.699565150460753
+ 4.699598121225824
+ 4.699631091670808
+ 4.699664061795713
+ 4.699697031600549
+ 4.699730001085323
+ 4.699762970250044
+ 4.699795939094719
+ 4.6998289076193585
+ 4.699861875823969
+ 4.69989484370856
+ 4.699927811273141
+ 4.6999607785177195
+ 4.6999937454423035
+ 4.7000267120469
+ 4.700059678331521
+ 4.7000926442961735
+ 4.700125609940864
+ 4.700158575265602
+ 4.7001915402703975
+ 4.700224504955258
+ 4.70025746932019
+ 4.700290433365205
+ 4.70032339709031
+ 4.700356360495513
+ 4.700389323580823
+ 4.700422286346248
+ 4.700455248791798
+ 4.700488210917478
+ 4.7005211727233
+ 4.700554134209271
+ 4.7005870953754
+ 4.700620056221694
+ 4.700653016748162
+ 4.700685976954813
+ 4.700718936841656
+ 4.700751896408697
+ 4.700784855655947
+ 4.700817814583414
+ 4.700850773191105
+ 4.700883731479028
+ 4.700916689447195
+ 4.7009496470956105
+ 4.700982604424285
+ 4.701015561433226
+ 4.701048518122443
+ 4.701081474491944
+ 4.701114430541737
+ 4.701147386271829
+ 4.701180341682232
+ 4.701213296772952
+ 4.7012462515439974
+ 4.701279205995377
+ 4.7013121601271
+ 4.7013451139391735
+ 4.701378067431607
+ 4.701411020604407
+ 4.701443973457585
+ 4.701476925991146
+ 4.701509878205102
+ 4.701542830099459
+ 4.701575781674227
+ 4.701608732929411
+ 4.701641683865023
+ 4.701674634481071
+ 4.701707584777562
+ 4.701740534754506
+ 4.701773484411909
+ 4.7018064337497805
+ 4.701839382768131
+ 4.701872331466966
+ 4.7019052798462955
+ 4.701938227906127
+ 4.70197117564647
+ 4.702004123067332
+ 4.702037070168723
+ 4.70207001695065
+ 4.70210296341312
+ 4.7021359095561435
+ 4.702168855379729
+ 4.702201800883884
+ 4.702234746068617
+ 4.702267690933937
+ 4.702300635479851
+ 4.7023335797063694
+ 4.7023665236135
+ 4.702399467201249
+ 4.702432410469628
+ 4.702465353418645
+ 4.702498296048305
+ 4.70253123835862
+ 4.702564180349598
+ 4.7025971220212455
+ 4.702630063373573
+ 4.702663004406587
+ 4.702695945120298
+ 4.702728885514711
+ 4.702761825589839
+ 4.702794765345686
+ 4.702827704782265
+ 4.702860643899579
+ 4.702893582697641
+ 4.702926521176457
+ 4.7029594593360375
+ 4.702992397176388
+ 4.703025334697518
+ 4.703058271899438
+ 4.703091208782153
+ 4.703124145345673
+ 4.703157081590007
+ 4.703190017515163
+ 4.703222953121149
+ 4.703255888407973
+ 4.703288823375645
+ 4.703321758024171
+ 4.703354692353562
+ 4.703387626363825
+ 4.703420560054969
+ 4.703453493427001
+ 4.70348642647993
+ 4.703519359213766
+ 4.703552291628516
+ 4.703585223724189
+ 4.703618155500791
+ 4.703651086958334
+ 4.703684018096824
+ 4.70371694891627
+ 4.70374987941668
+ 4.7037828095980645
+ 4.7038157394604285
+ 4.703848669003784
+ 4.703881598228136
+ 4.703914527133495
+ 4.70394745571987
+ 4.703980383987266
+ 4.704013311935695
+ 4.704046239565163
+ 4.7040791668756805
+ 4.704112093867254
+ 4.704145020539893
+ 4.704177946893605
+ 4.7042108729284
+ 4.704243798644285
+ 4.704276724041267
+ 4.704309649119357
+ 4.704342573878564
+ 4.704375498318893
+ 4.704408422440354
+ 4.704441346242957
+ 4.704474269726709
+ 4.704507192891617
+ 4.70454011573769
+ 4.7045730382649396
+ 4.704605960473371
+ 4.704638882362992
+ 4.704671803933812
+ 4.7047047251858425
+ 4.704737646119087
+ 4.704770566733555
+ 4.704803487029257
+ 4.7048364070062005
+ 4.704869326664393
+ 4.704902246003844
+ 4.70493516502456
+ 4.704968083726552
+ 4.705001002109826
+ 4.705033920174391
+ 4.705066837920257
+ 4.7050997553474305
+ 4.705132672455921
+ 4.705165589245736
+ 4.705198505716885
+ 4.7052314218693745
+ 4.705264337703214
+ 4.705297253218412
+ 4.705330168414978
+ 4.7053630832929185
+ 4.705395997852242
+ 4.705428912092958
+ 4.705461826015074
+ 4.705494739618598
+ 4.70552765290354
+ 4.705560565869907
+ 4.705593478517708
+ 4.705626390846951
+ 4.705659302857644
+ 4.705692214549796
+ 4.705725125923416
+ 4.70575803697851
+ 4.705790947715089
+ 4.70582385813316
+ 4.7058567682327315
+ 4.705889678013813
+ 4.705922587476411
+ 4.705955496620534
+ 4.705988405446193
+ 4.706021313953394
+ 4.7060542221421455
+ 4.706087130012456
+ 4.706120037564334
+ 4.706152944797789
+ 4.706185851712827
+ 4.706218758309459
+ 4.706251664587691
+ 4.706284570547532
+ 4.706317476188992
+ 4.7063503815120775
+ 4.706383286516798
+ 4.706416191203161
+ 4.706449095571175
+ 4.7064819996208485
+ 4.70651490335219
+ 4.706547806765208
+ 4.706580709859911
+ 4.706613612636306
+ 4.706646515094404
+ 4.70667941723421
+ 4.706712319055735
+ 4.706745220558986
+ 4.706778121743972
+ 4.706811022610702
+ 4.706843923159182
+ 4.706876823389424
+ 4.706909723301432
+ 4.706942622895217
+ 4.706975522170787
+ 4.707008421128151
+ 4.707041319767316
+ 4.707074218088292
+ 4.707107116091085
+ 4.707140013775705
+ 4.707172911142161
+ 4.7072058081904595
+ 4.707238704920609
+ 4.707271601332621
+ 4.707304497426499
+ 4.7073373932022555
+ 4.707370288659895
+ 4.707403183799429
+ 4.707436078620866
+ 4.707468973124213
+ 4.707501867309477
+ 4.70753476117667
+ 4.707567654725797
+ 4.707600547956868
+ 4.70763344086989
+ 4.707666333464873
+ 4.707699225741825
+ 4.707732117700754
+ 4.707765009341667
+ 4.707797900664575
+ 4.707830791669485
+ 4.707863682356405
+ 4.707896572725343
+ 4.707929462776309
+ 4.707962352509311
+ 4.707995241924355
+ 4.708028131021452
+ 4.708061019800609
+ 4.708093908261836
+ 4.708126796405138
+ 4.7081596842305276
+ 4.70819257173801
+ 4.708225458927594
+ 4.7082583457992895
+ 4.708291232353103
+ 4.7083241185890445
+ 4.708357004507121
+ 4.708389890107341
+ 4.708422775389714
+ 4.708455660354247
+ 4.708488545000949
+ 4.708521429329827
+ 4.708554313340891
+ 4.708587197034151
+ 4.708620080409611
+ 4.708652963467283
+ 4.708685846207173
+ 4.7087187286292895
+ 4.708751610733643
+ 4.708784492520239
+ 4.708817373989088
+ 4.708850255140197
+ 4.708883135973576
+ 4.708916016489231
+ 4.708948896687172
+ 4.7089817765674065
+ 4.709014656129944
+ 4.709047535374792
+ 4.709080414301957
+ 4.709113292911452
+ 4.709146171203281
+ 4.709179049177454
+ 4.709211926833979
+ 4.709244804172865
+ 4.70927768119412
+ 4.7093105578977505
+ 4.709343434283769
+ 4.70937631035218
+ 4.7094091861029925
+ 4.709442061536217
+ 4.709474936651859
+ 4.70950781144993
+ 4.709540685930435
+ 4.709573560093384
+ 4.709606433938784
+ 4.709639307466646
+ 4.709672180676977
+ 4.709705053569785
+ 4.709737926145077
+ 4.709770798402864
+ 4.7098036703431525
+ 4.709836541965951
+ 4.709869413271269
+ 4.709902284259114
+ 4.709935154929494
+ 4.709968025282419
+ 4.7100008953178945
+ 4.710033765035931
+ 4.710066634436536
+ 4.710099503519717
+ 4.710132372285484
+ 4.710165240733845
+ 4.710198108864808
+ 4.710230976678381
+ 4.710263844174573
+ 4.710296711353391
+ 4.710329578214845
+ 4.710362444758942
+ 4.710395310985691
+ 4.7104281768951
+ 4.710461042487178
+ 4.710493907761932
+ 4.710526772719372
+ 4.710559637359505
+ 4.710592501682339
+ 4.710625365687884
+ 4.710658229376146
+ 4.710691092747137
+ 4.710723955800861
+ 4.710756818537329
+ 4.710789680956549
+ 4.710822543058529
+ 4.710855404843277
+ 4.710888266310801
+ 4.71092112746111
+ 4.7109539882942135
+ 4.7109868488101165
+ 4.71101970900883
+ 4.711052568890363
+ 4.711085428454721
+ 4.711118287701914
+ 4.71115114663195
+ 4.711184005244837
+ 4.711216863540585
+ 4.7112497215191995
+ 4.711282579180691
+ 4.711315436525067
+ 4.711348293552335
+ 4.711381150262505
+ 4.711414006655585
+ 4.711446862731582
+ 4.711479718490505
+ 4.711512573932363
+ 4.711545429057163
+ 4.711578283864916
+ 4.711611138355626
+ 4.7116439925293045
+ 4.711676846385958
+ 4.711709699925597
+ 4.711742553148229
+ 4.711775406053861
+ 4.7118082586425025
+ 4.711841110914161
+ 4.711873962868845
+ 4.711906814506564
+ 4.711939665827325
+ 4.711972516831136
+ 4.712005367518007
+ 4.712038217887945
+ 4.712071067940958
+ 4.712103917677055
+ 4.712136767096244
+ 4.712169616198534
+ 4.712202464983933
+ 4.712235313452448
+ 4.712268161604088
+ 4.712301009438863
+ 4.712333856956779
+ 4.712366704157846
+ 4.712399551042072
+ 4.712432397609464
+ 4.712465243860031
+ 4.712498089793781
+ 4.712530935410723
+ 4.712563780710866
+ 4.712596625694216
+ 4.712629470360784
+ 4.712662314710576
+ 4.7126951587436
+ 4.712728002459867
+ 4.712760845859383
+ 4.712793688942158
+ 4.712826531708199
+ 4.712859374157514
+ 4.712892216290112
+ 4.712925058106002
+ 4.712957899605191
+ 4.712990740787688
+ 4.7130235816535
+ 4.713056422202638
+ 4.7130892624351075
+ 4.713122102350918
+ 4.713154941950078
+ 4.713187781232596
+ 4.71322062019848
+ 4.713253458847737
+ 4.713286297180376
+ 4.713319135196407
+ 4.713351972895836
+ 4.713384810278673
+ 4.713417647344925
+ 4.713450484094602
+ 4.71348332052771
+ 4.713516156644259
+ 4.713548992444255
+ 4.71358182792771
+ 4.713614663094629
+ 4.713647497945021
+ 4.713680332478896
+ 4.713713166696261
+ 4.713746000597124
+ 4.713778834181493
+ 4.713811667449378
+ 4.713844500400786
+ 4.7138773330357235
+ 4.7139101653542035
+ 4.71394299735623
+ 4.7139758290418134
+ 4.714008660410961
+ 4.714041491463682
+ 4.714074322199983
+ 4.714107152619874
+ 4.714139982723363
+ 4.7141728125104585
+ 4.7142056419811675
+ 4.7142384711354985
+ 4.714271299973462
+ 4.714304128495063
+ 4.714336956700312
+ 4.714369784589216
+ 4.714402612161785
+ 4.7144354394180255
+ 4.7144682663579465
+ 4.714501092981556
+ 4.714533919288862
+ 4.714566745279875
+ 4.7145995709546
+ 4.714632396313047
+ 4.714665221355224
+ 4.71469804608114
+ 4.714730870490802
+ 4.71476369458422
+ 4.7147965183614
+ 4.714829341822352
+ 4.714862164967083
+ 4.714894987795602
+ 4.714927810307918
+ 4.714960632504038
+ 4.714993454383971
+ 4.715026275947725
+ 4.715059097195308
+ 4.7150919181267295
+ 4.715124738741996
+ 4.715157559041116
+ 4.7151903790241
+ 4.715223198690953
+ 4.715256018041686
+ 4.715288837076305
+ 4.715321655794821
+ 4.715354474197239
+ 4.7153872922835705
+ 4.715420110053822
+ 4.715452927508001
+ 4.715485744646117
+ 4.715518561468179
+ 4.715551377974194
+ 4.71558419416417
+ 4.715617010038115
+ 4.7156498255960395
+ 4.71568264083795
+ 4.7157154557638545
+ 4.715748270373762
+ 4.715781084667681
+ 4.715813898645619
+ 4.7158467123075845
+ 4.715879525653587
+ 4.715912338683632
+ 4.7159451513977295
+ 4.715977963795888
+ 4.716010775878116
+ 4.716043587644421
+ 4.716076399094812
+ 4.716109210229295
+ 4.71614202104788
+ 4.716174831550577
+ 4.71620764173739
+ 4.716240451608332
+ 4.7162732611634075
+ 4.716306070402626
+ 4.716338879325997
+ 4.716371687933528
+ 4.716404496225226
+ 4.716437304201101
+ 4.71647011186116
+ 4.716502919205411
+ 4.716535726233863
+ 4.716568532946525
+ 4.716601339343404
+ 4.716634145424508
+ 4.716666951189847
+ 4.7166997566394295
+ 4.716732561773259
+ 4.716765366591351
+ 4.716798171093707
+ 4.71683097528034
+ 4.7168637791512555
+ 4.716896582706463
+ 4.716929385945971
+ 4.716962188869786
+ 4.716994991477918
+ 4.717027793770375
+ 4.7170605957471645
+ 4.717093397408295
+ 4.717126198753776
+ 4.717158999783614
+ 4.717191800497817
+ 4.717224600896396
+ 4.7172574009793555
+ 4.717290200746707
+ 4.717323000198457
+ 4.717355799334613
+ 4.7173885981551855
+ 4.717421396660182
+ 4.717454194849609
+ 4.717486992723478
+ 4.717519790281794
+ 4.717552587524566
+ 4.717585384451803
+ 4.717618181063514
+ 4.717650977359706
+ 4.717683773340388
+ 4.717716569005567
+ 4.717749364355253
+ 4.7177821593894524
+ 4.7178149541081735
+ 4.717847748511427
+ 4.717880542599218
+ 4.717913336371556
+ 4.7179461298284515
+ 4.717978922969909
+ 4.718011715795938
+ 4.718044508306549
+ 4.718077300501746
+ 4.718110092381542
+ 4.718142883945941
+ 4.718175675194954
+ 4.718208466128589
+ 4.718241256746852
+ 4.718274047049753
+ 4.718306837037301
+ 4.718339626709502
+ 4.718372416066366
+ 4.718405205107901
+ 4.718437993834114
+ 4.718470782245015
+ 4.718503570340612
+ 4.718536358120911
+ 4.718569145585922
+ 4.7186019327356545
+ 4.718634719570114
+ 4.718667506089312
+ 4.718700292293253
+ 4.7187330781819465
+ 4.718765863755403
+ 4.718798649013627
+ 4.71883143395663
+ 4.718864218584419
+ 4.718897002897
+ 4.718929786894386
+ 4.718962570576582
+ 4.718995353943596
+ 4.719028136995437
+ 4.719060919732114
+ 4.719093702153634
+ 4.719126484260006
+ 4.719159266051237
+ 4.719192047527337
+ 4.719224828688313
+ 4.719257609534174
+ 4.719290390064928
+ 4.719323170280583
+ 4.7193559501811455
+ 4.719388729766627
+ 4.719421509037034
+ 4.719454287992375
+ 4.719487066632658
+ 4.719519844957891
+ 4.7195526229680835
+ 4.7195854006632425
+ 4.719618178043376
+ 4.719650955108492
+ 4.719683731858601
+ 4.719716508293709
+ 4.719749284413825
+ 4.719782060218956
+ 4.719814835709113
+ 4.719847610884301
+ 4.719880385744531
+ 4.71991316028981
+ 4.719945934520146
+ 4.719978708435547
+ 4.720011482036021
+ 4.720044255321578
+ 4.7200770282922235
+ 4.720109800947968
+ 4.720142573288819
+ 4.720175345314785
+ 4.720208117025874
+ 4.720240888422094
+ 4.7202736595034525
+ 4.720306430269959
+ 4.720339200721622
+ 4.720371970858448
+ 4.720404740680446
+ 4.720437510187625
+ 4.720470279379992
+ 4.720503048257555
+ 4.720535816820324
+ 4.720568585068307
+ 4.72060135300151
+ 4.720634120619942
+ 4.720666887923614
+ 4.720699654912531
+ 4.7207324215867015
+ 4.720765187946135
+ 4.720797953990839
+ 4.720830719720822
+ 4.720863485136092
+ 4.720896250236657
+ 4.720929015022526
+ 4.720961779493707
+ 4.720994543650207
+ 4.721027307492035
+ 4.721060071019199
+ 4.721092834231708
+ 4.72112559712957
+ 4.721158359712792
+ 4.721191121981383
+ 4.721223883935352
+ 4.721256645574707
+ 4.721289406899455
+ 4.721322167909604
+ 4.721354928605164
+ 4.721387688986142
+ 4.721420449052546
+ 4.721453208804387
+ 4.7214859682416686
+ 4.721518727364401
+ 4.721551486172594
+ 4.7215842446662535
+ 4.721617002845389
+ 4.721649760710009
+ 4.72168251826012
+ 4.721715275495731
+ 4.721748032416851
+ 4.721780789023488
+ 4.72181354531565
+ 4.721846301293344
+ 4.721879056956579
+ 4.721911812305366
+ 4.721944567339708
+ 4.721977322059616
+ 4.722010076465099
+ 4.722042830556164
+ 4.72207558433282
+ 4.722108337795072
+ 4.722141090942933
+ 4.7221738437764085
+ 4.722206596295507
+ 4.722239348500237
+ 4.722272100390607
+ 4.722304851966624
+ 4.722337603228296
+ 4.7223703541756334
+ 4.7224031048086434
+ 4.722435855127332
+ 4.722468605131712
+ 4.722501354821786
+ 4.722534104197567
+ 4.72256685325906
+ 4.722599602006276
+ 4.72263235043922
+ 4.722665098557902
+ 4.72269784636233
+ 4.722730593852512
+ 4.7227633410284575
+ 4.722796087890172
+ 4.722828834437666
+ 4.722861580670948
+ 4.722894326590023
+ 4.722927072194903
+ 4.7229598174855925
+ 4.722992562462103
+ 4.723025307124441
+ 4.723058051472615
+ 4.723090795506632
+ 4.723123539226504
+ 4.7231562826322335
+ 4.723189025723833
+ 4.723221768501309
+ 4.723254510964671
+ 4.723287253113926
+ 4.723319994949082
+ 4.723352736470148
+ 4.723385477677132
+ 4.723418218570042
+ 4.723450959148885
+ 4.723483699413671
+ 4.723516439364407
+ 4.723549179001102
+ 4.723581918323763
+ 4.723614657332401
+ 4.723647396027021
+ 4.7236801344076325
+ 4.723712872474243
+ 4.723745610226862
+ 4.723778347665496
+ 4.723811084790155
+ 4.723843821600846
+ 4.723876558097577
+ 4.723909294280357
+ 4.723942030149193
+ 4.723974765704094
+ 4.724007500945069
+ 4.724040235872126
+ 4.72407297048527
+ 4.724105704784512
+ 4.724138438769862
+ 4.7241711724413245
+ 4.724203905798908
+ 4.724236638842624
+ 4.724269371572476
+ 4.724302103988477
+ 4.724334836090632
+ 4.724367567878949
+ 4.724400299353438
+ 4.724433030514106
+ 4.724465761360962
+ 4.724498491894013
+ 4.724531222113269
+ 4.724563952018736
+ 4.724596681610422
+ 4.724629410888338
+ 4.72466213985249
+ 4.724694868502886
+ 4.724727596839535
+ 4.724760324862445
+ 4.724793052571624
+ 4.72482577996708
+ 4.724858507048823
+ 4.724891233816859
+ 4.724923960271195
+ 4.724956686411843
+ 4.724989412238807
+ 4.7250221377521
+ 4.725054862951725
+ 4.7250875878376934
+ 4.725120312410012
+ 4.725153036668691
+ 4.725185760613735
+ 4.725218484245156
+ 4.72525120756296
+ 4.725283930567155
+ 4.7253166532577495
+ 4.725349375634752
+ 4.725382097698171
+ 4.725414819448013
+ 4.7254475408842875
+ 4.725480262007004
+ 4.725512982816168
+ 4.725545703311789
+ 4.725578423493874
+ 4.725611143362433
+ 4.725643862917473
+ 4.725676582159003
+ 4.725709301087029
+ 4.725742019701562
+ 4.725774738002609
+ 4.725807455990177
+ 4.725840173664276
+ 4.7258728910249115
+ 4.725905608072095
+ 4.725938324805833
+ 4.725971041226134
+ 4.726003757333006
+ 4.726036473126456
+ 4.726069188606494
+ 4.7261019037731264
+ 4.7261346186263635
+ 4.726167333166211
+ 4.7262000473926795
+ 4.726232761305775
+ 4.726265474905508
+ 4.726298188191884
+ 4.726330901164913
+ 4.726363613824602
+ 4.726396326170961
+ 4.726429038203995
+ 4.726461749923715
+ 4.726494461330128
+ 4.726527172423242
+ 4.726559883203065
+ 4.726592593669606
+ 4.726625303822872
+ 4.726658013662873
+ 4.726690723189615
+ 4.726723432403108
+ 4.726756141303359
+ 4.726788849890377
+ 4.726821558164168
+ 4.726854266124743
+ 4.726886973772109
+ 4.726919681106272
+ 4.726952388127245
+ 4.7269850948350305
+ 4.727017801229641
+ 4.727050507311082
+ 4.727083213079363
+ 4.727115918534492
+ 4.727148623676477
+ 4.727181328505327
+ 4.727214033021048
+ 4.727246737223649
+ 4.72727944111314
+ 4.7273121446895265
+ 4.727344847952818
+ 4.7273775509030225
+ 4.727410253540149
+ 4.727442955864203
+ 4.727475657875195
+ 4.727508359573132
+ 4.727541060958023
+ 4.727573762029876
+ 4.727606462788699
+ 4.727639163234499
+ 4.727671863367286
+ 4.727704563187067
+ 4.72773726269385
+ 4.7277699618876445
+ 4.7278026607684565
+ 4.727835359336295
+ 4.727868057591169
+ 4.727900755533087
+ 4.727933453162055
+ 4.727966150478083
+ 4.727998847481178
+ 4.7280315441713485
+ 4.728064240548602
+ 4.728096936612948
+ 4.728129632364395
+ 4.728162327802948
+ 4.7281950229286185
+ 4.728227717741413
+ 4.728260412241339
+ 4.728293106428407
+ 4.728325800302623
+ 4.728358493863996
+ 4.728391187112535
+ 4.728423880048246
+ 4.7284565726711385
+ 4.72848926498122
+ 4.728521956978498
+ 4.728554648662983
+ 4.728587340034681
+ 4.728620031093602
+ 4.728652721839751
+ 4.728685412273139
+ 4.728718102393773
+ 4.728750792201662
+ 4.728783481696814
+ 4.7288161708792344
+ 4.728848859748934
+ 4.728881548305921
+ 4.728914236550204
+ 4.7289469244817885
+ 4.728979612100685
+ 4.729012299406899
+ 4.729044986400443
+ 4.729077673081321
+ 4.7291103594495425
+ 4.729143045505116
+ 4.729175731248049
+ 4.72920841667835
+ 4.7292411017960285
+ 4.729273786601089
+ 4.729306471093542
+ 4.729339155273397
+ 4.7293718391406605
+ 4.72940452269534
+ 4.729437205937444
+ 4.729469888866981
+ 4.72950257148396
+ 4.729535253788386
+ 4.7295679357802705
+ 4.729600617459621
+ 4.729633298826444
+ 4.729665979880749
+ 4.729698660622544
+ 4.729731341051837
+ 4.729764021168634
+ 4.729796700972946
+ 4.72982938046478
+ 4.729862059644145
+ 4.729894738511048
+ 4.729927417065497
+ 4.729960095307501
+ 4.7299927732370675
+ 4.730025450854205
+ 4.7300581281589205
+ 4.7300908051512245
+ 4.7301234818311215
+ 4.730156158198624
+ 4.730188834253736
+ 4.730221509996468
+ 4.730254185426828
+ 4.730286860544823
+ 4.730319535350462
+ 4.730352209843754
+ 4.730384884024704
+ 4.730417557893323
+ 4.730450231449617
+ 4.730482904693598
+ 4.730515577625269
+ 4.730548250244641
+ 4.730580922551721
+ 4.730613594546519
+ 4.73064626622904
+ 4.730678937599294
+ 4.730711608657291
+ 4.730744279403035
+ 4.730776949836537
+ 4.730809619957804
+ 4.730842289766845
+ 4.730874959263668
+ 4.730907628448279
+ 4.7309402973206875
+ 4.730972965880903
+ 4.731005634128931
+ 4.731038302064783
+ 4.731070969688464
+ 4.731103636999982
+ 4.731136303999347
+ 4.731168970686567
+ 4.731201637061649
+ 4.731234303124602
+ 4.731266968875432
+ 4.73129963431415
+ 4.731332299440763
+ 4.731364964255278
+ 4.731397628757705
+ 4.731430292948051
+ 4.731462956826324
+ 4.731495620392531
+ 4.731528283646683
+ 4.731560946588786
+ 4.731593609218849
+ 4.731626271536879
+ 4.731658933542884
+ 4.731691595236874
+ 4.731724256618856
+ 4.731756917688837
+ 4.7317895784468265
+ 4.731822238892833
+ 4.731854899026863
+ 4.731887558848926
+ 4.731920218359027
+ 4.7319528775571795
+ 4.731985536443387
+ 4.73201819501766
+ 4.732050853280006
+ 4.7320835112304325
+ 4.732116168868948
+ 4.7321488261955595
+ 4.732181483210277
+ 4.732214139913109
+ 4.732246796304061
+ 4.732279452383143
+ 4.732312108150361
+ 4.7323447636057265
+ 4.732377418749245
+ 4.732410073580924
+ 4.732442728100773
+ 4.7324753823088015
+ 4.732508036205015
+ 4.732540689789422
+ 4.7325733430620325
+ 4.732605996022853
+ 4.732638648671891
+ 4.732671301009156
+ 4.7327039530346555
+ 4.732736604748396
+ 4.732769256150388
+ 4.732801907240639
+ 4.7328345580191575
+ 4.732867208485951
+ 4.732899858641026
+ 4.732932508484392
+ 4.732965158016058
+ 4.732997807236031
+ 4.733030456144319
+ 4.73306310474093
+ 4.733095753025873
+ 4.733128400999155
+ 4.733161048660786
+ 4.733193696010771
+ 4.73322634304912
+ 4.733258989775841
+ 4.733291636190941
+ 4.733324282294431
+ 4.733356928086315
+ 4.733389573566604
+ 4.7334222187353046
+ 4.733454863592426
+ 4.733487508137975
+ 4.733520152371961
+ 4.733552796294391
+ 4.733585439905274
+ 4.7336180832046155
+ 4.733650726192429
+ 4.733683368868716
+ 4.73371601123349
+ 4.733748653286756
+ 4.733781295028522
+ 4.733813936458798
+ 4.733846577577592
+ 4.733879218384909
+ 4.733911858880761
+ 4.733944499065154
+ 4.733977138938095
+ 4.734009778499595
+ 4.734042417749659
+ 4.734075056688297
+ 4.734107695315517
+ 4.734140333631327
+ 4.734172971635734
+ 4.734205609328747
+ 4.734238246710373
+ 4.7342708837806216
+ 4.7343035205395
+ 4.734336156987017
+ 4.73436879312318
+ 4.734401428947996
+ 4.734434064461475
+ 4.734466699663625
+ 4.734499334554453
+ 4.7345319691339665
+ 4.734564603402175
+ 4.734597237359086
+ 4.7346298710047074
+ 4.734662504339048
+ 4.734695137362115
+ 4.734727770073917
+ 4.7347604024744605
+ 4.734793034563756
+ 4.73482566634181
+ 4.734858297808632
+ 4.734890928964228
+ 4.734923559808607
+ 4.734956190341777
+ 4.734988820563747
+ 4.735021450474524
+ 4.735054080074116
+ 4.735086709362532
+ 4.735119338339779
+ 4.735151967005866
+ 4.7351845953608
+ 4.7352172234045895
+ 4.735249851137243
+ 4.7352824785587675
+ 4.735315105669173
+ 4.735347732468465
+ 4.735380358956653
+ 4.735412985133746
+ 4.735445610999751
+ 4.735478236554675
+ 4.735510861798527
+ 4.7355434867313155
+ 4.735576111353049
+ 4.735608735663733
+ 4.7356413596633775
+ 4.735673983351992
+ 4.735706606729582
+ 4.735739229796155
+ 4.735771852551722
+ 4.735804474996289
+ 4.735837097129865
+ 4.735869718952458
+ 4.735902340464074
+ 4.735934961664724
+ 4.735967582554415
+ 4.736000203133154
+ 4.73603282340095
+ 4.736065443357811
+ 4.736098063003744
+ 4.736130682338759
+ 4.736163301362862
+ 4.736195920076064
+ 4.736228538478369
+ 4.736261156569788
+ 4.736293774350329
+ 4.736326391819998
+ 4.736359008978804
+ 4.736391625826756
+ 4.736424242363862
+ 4.736456858590128
+ 4.7364894745055635
+ 4.736522090110178
+ 4.736554705403976
+ 4.7365873203869695
+ 4.736619935059164
+ 4.736652549420567
+ 4.736685163471188
+ 4.736717777211036
+ 4.7367503906401165
+ 4.736783003758438
+ 4.736815616566012
+ 4.736848229062841
+ 4.736880841248938
+ 4.736913453124308
+ 4.7369460646889605
+ 4.736978675942901
+ 4.737011286886142
+ 4.737043897518688
+ 4.737076507840548
+ 4.73710911785173
+ 4.737141727552243
+ 4.737174336942093
+ 4.73720694602129
+ 4.737239554789841
+ 4.737272163247755
+ 4.7373047713950385
+ 4.7373373792317
+ 4.737369986757749
+ 4.737402593973192
+ 4.737435200878037
+ 4.737467807472293
+ 4.737500413755967
+ 4.737533019729069
+ 4.737565625391604
+ 4.737598230743582
+ 4.73763083578501
+ 4.737663440515898
+ 4.737696044936252
+ 4.73772864904608
+ 4.737761252845392
+ 4.737793856334195
+ 4.737826459512496
+ 4.737859062380303
+ 4.737891664937625
+ 4.7379242671844715
+ 4.737956869120848
+ 4.737989470746762
+ 4.738022072062225
+ 4.738054673067242
+ 4.738087273761822
+ 4.738119874145973
+ 4.738152474219704
+ 4.738185073983021
+ 4.738217673435933
+ 4.7382502725784486
+ 4.738282871410576
+ 4.7383154699323216
+ 4.7383480681436945
+ 4.738380666044702
+ 4.738413263635354
+ 4.738445860915656
+ 4.738478457885618
+ 4.7385110545452465
+ 4.738543650894551
+ 4.738576246933539
+ 4.7386088426622175
+ 4.738641438080595
+ 4.738674033188682
+ 4.738706627986482
+ 4.738739222474007
+ 4.738771816651263
+ 4.738804410518258
+ 4.738837004075
+ 4.738869597321498
+ 4.73890219025776
+ 4.738934782883794
+ 4.738967375199606
+ 4.738999967205206
+ 4.739032558900602
+ 4.739065150285802
+ 4.739097741360812
+ 4.739130332125642
+ 4.739162922580301
+ 4.739195512724795
+ 4.739228102559132
+ 4.73926069208332
+ 4.7392932812973685
+ 4.739325870201284
+ 4.739358458795076
+ 4.739391047078752
+ 4.739423635052319
+ 4.739456222715786
+ 4.73948881006916
+ 4.73952139711245
+ 4.739553983845664
+ 4.73958657026881
+ 4.739619156381894
+ 4.739651742184928
+ 4.739684327677916
+ 4.739716912860868
+ 4.739749497733793
+ 4.739782082296697
+ 4.73981466654959
+ 4.739847250492477
+ 4.739879834125367
+ 4.739912417448272
+ 4.739945000461194
+ 4.739977583164144
+ 4.740010165557131
+ 4.740042747640162
+ 4.740075329413244
+ 4.740107910876385
+ 4.740140492029596
+ 4.7401730728728815
+ 4.74020565340625
+ 4.740238233629712
+ 4.7402708135432725
+ 4.740303393146942
+ 4.740335972440726
+ 4.740368551424634
+ 4.740401130098675
+ 4.740433708462855
+ 4.740466286517183
+ 4.740498864261666
+ 4.740531441696314
+ 4.740564018821134
+ 4.7405965956361324
+ 4.74062917214132
+ 4.740661748336703
+ 4.740694324222289
+ 4.740726899798087
+ 4.740759475064106
+ 4.740792050020351
+ 4.740824624666834
+ 4.740857199003559
+ 4.740889773030537
+ 4.740922346747773
+ 4.740954920155278
+ 4.7409874932530585
+ 4.741020066041123
+ 4.741052638519479
+ 4.7410852106881345
+ 4.741117782547097
+ 4.741150354096377
+ 4.7411829253359805
+ 4.741215496265915
+ 4.74124806688619
+ 4.7412806371968115
+ 4.7413132071977895
+ 4.741345776889131
+ 4.741378346270844
+ 4.741410915342937
+ 4.741443484105417
+ 4.741476052558293
+ 4.741508620701572
+ 4.741541188535264
+ 4.741573756059374
+ 4.741606323273913
+ 4.741638890178887
+ 4.741671456774305
+ 4.741704023060174
+ 4.741736589036502
+ 4.741769154703299
+ 4.74180172006057
+ 4.741834285108324
+ 4.741866849846571
+ 4.741899414275316
+ 4.74193197839457
+ 4.741964542204339
+ 4.741997105704632
+ 4.742029668895454
+ 4.742062231776818
+ 4.742094794348728
+ 4.742127356611194
+ 4.742159918564223
+ 4.742192480207823
+ 4.742225041542001
+ 4.742257602566769
+ 4.7422901632821315
+ 4.742322723688096
+ 4.742355283784672
+ 4.742387843571868
+ 4.742420403049691
+ 4.742452962218148
+ 4.742485521077249
+ 4.7425180796270014
+ 4.742550637867412
+ 4.74258319579849
+ 4.742615753420244
+ 4.7426483107326805
+ 4.742680867735807
+ 4.742713424429633
+ 4.742745980814166
+ 4.742778536889414
+ 4.742811092655384
+ 4.742843648112086
+ 4.742876203259527
+ 4.742908758097714
+ 4.742941312626656
+ 4.742973866846362
+ 4.743006420756837
+ 4.7430389743580905
+ 4.743071527650132
+ 4.743104080632967
+ 4.743136633306605
+ 4.743169185671054
+ 4.743201737726321
+ 4.743234289472415
+ 4.743266840909343
+ 4.743299392037113
+ 4.743331942855734
+ 4.743364493365214
+ 4.74339704356556
+ 4.7434295934567805
+ 4.743462143038882
+ 4.7434946923118755
+ 4.743527241275767
+ 4.743559789930563
+ 4.743592338276276
+ 4.743624886312909
+ 4.743657434040472
+ 4.743689981458974
+ 4.743722528568422
+ 4.743755075368823
+ 4.7437876218601875
+ 4.743820168042521
+ 4.743852713915833
+ 4.74388525948013
+ 4.743917804735421
+ 4.743950349681714
+ 4.743982894319018
+ 4.744015438647337
+ 4.744047982666683
+ 4.744080526377063
+ 4.744113069778485
+ 4.744145612870956
+ 4.744178155654485
+ 4.744210698129079
+ 4.744243240294746
+ 4.744275782151494
+ 4.744308323699332
+ 4.744340864938269
+ 4.744373405868309
+ 4.744405946489463
+ 4.744438486801738
+ 4.744471026805143
+ 4.7445035664996835
+ 4.744536105885371
+ 4.74456864496221
+ 4.744601183730211
+ 4.74463372218938
+ 4.744666260339726
+ 4.744698798181258
+ 4.744731335713983
+ 4.744763872937907
+ 4.74479640985304
+ 4.744828946459391
+ 4.744861482756965
+ 4.744894018745772
+ 4.744926554425821
+ 4.744959089797117
+ 4.7449916248596695
+ 4.745024159613488
+ 4.745056694058577
+ 4.745089228194947
+ 4.745121762022604
+ 4.745154295541559
+ 4.745186828751818
+ 4.745219361653388
+ 4.745251894246279
+ 4.745284426530497
+ 4.745316958506051
+ 4.74534949017295
+ 4.7453820215312
+ 4.745414552580811
+ 4.745447083321789
+ 4.745479613754142
+ 4.745512143877879
+ 4.745544673693008
+ 4.745577203199536
+ 4.745609732397472
+ 4.7456422612868225
+ 4.745674789867597
+ 4.745707318139803
+ 4.745739846103448
+ 4.74577237375854
+ 4.745804901105088
+ 4.745837428143099
+ 4.745869954872579
+ 4.74590248129354
+ 4.745935007405987
+ 4.745967533209929
+ 4.746000058705375
+ 4.7460325838923305
+ 4.746065108770805
+ 4.746097633340805
+ 4.746130157602342
+ 4.746162681555419
+ 4.746195205200048
+ 4.746227728536235
+ 4.746260251563988
+ 4.746292774283316
+ 4.746325296694226
+ 4.746357818796725
+ 4.746390340590823
+ 4.746422862076527
+ 4.746455383253846
+ 4.746487904122786
+ 4.7465204246833546
+ 4.746552944935562
+ 4.7465854648794155
+ 4.746617984514922
+ 4.7466505038420905
+ 4.746683022860928
+ 4.746715541571445
+ 4.746748059973645
+ 4.746780578067539
+ 4.746813095853134
+ 4.746845613330438
+ 4.74687813049946
+ 4.746910647360206
+ 4.746943163912686
+ 4.746975680156907
+ 4.747008196092875
+ 4.747040711720603
+ 4.747073227040093
+ 4.747105742051357
+ 4.7471382567544005
+ 4.747170771149232
+ 4.747203285235861
+ 4.7472357990142955
+ 4.7472683124845405
+ 4.747300825646606
+ 4.7473333385005
+ 4.74736585104623
+ 4.747398363283804
+ 4.74743087521323
+ 4.747463386834516
+ 4.74749589814767
+ 4.747528409152698
+ 4.747560919849612
+ 4.747593430238417
+ 4.74762594031912
+ 4.747658450091731
+ 4.747690959556258
+ 4.7477234687127075
+ 4.747755977561089
+ 4.74778848610141
+ 4.747820994333677
+ 4.7478535022578985
+ 4.747886009874084
+ 4.74791851718224
+ 4.747951024182375
+ 4.747983530874496
+ 4.748016037258611
+ 4.74804854333473
+ 4.7480810491028596
+ 4.748113554563006
+ 4.748146059715179
+ 4.748178564559386
+ 4.748211069095636
+ 4.748243573323935
+ 4.7482760772442925
+ 4.748308580856716
+ 4.748341084161214
+ 4.748373587157792
+ 4.74840608984646
+ 4.748438592227227
+ 4.748471094300098
+ 4.748503596065082
+ 4.748536097522189
+ 4.748568598671423
+ 4.748601099512796
+ 4.748633600046313
+ 4.748666100271984
+ 4.748698600189814
+ 4.748731099799815
+ 4.7487635991019905
+ 4.748796098096352
+ 4.748828596782905
+ 4.748861095161659
+ 4.748893593232621
+ 4.7489260909958
+ 4.7489585884512024
+ 4.7489910855988375
+ 4.749023582438712
+ 4.749056078970835
+ 4.749088575195212
+ 4.749121071111854
+ 4.749153566720769
+ 4.749186062021962
+ 4.749218557015443
+ 4.749251051701218
+ 4.7492835460792975
+ 4.7493160401496874
+ 4.749348533912396
+ 4.749381027367433
+ 4.749413520514804
+ 4.749446013354518
+ 4.749478505886583
+ 4.749510998111007
+ 4.749543490027796
+ 4.74957598163696
+ 4.749608472938507
+ 4.7496409639324435
+ 4.749673454618779
+ 4.74970594499752
+ 4.749738435068674
+ 4.7497709248322515
+ 4.749803414288258
+ 4.7498359034367015
+ 4.749868392277591
+ 4.749900880810935
+ 4.7499333690367385
+ 4.749965856955012
+ 4.749998344565763
+ 4.750030831869
+ 4.750063318864728
+ 4.750095805552958
+ 4.750128291933696
+ 4.7501607780069515
+ 4.750193263772731
+ 4.750225749231043
+ 4.750258234381895
+ 4.750290719225296
+ 4.750323203761253
+ 4.7503556879897735
+ 4.750388171910867
+ 4.75042065552454
+ 4.7504531388308
+ 4.750485621829656
+ 4.750518104521116
+ 4.750550586905186
+ 4.750583068981876
+ 4.750615550751194
+ 4.750648032213147
+ 4.750680513367743
+ 4.7507129942149895
+ 4.750745474754894
+ 4.750777954987467
+ 4.7508104349127125
+ 4.750842914530643
+ 4.750875393841262
+ 4.7509078728445795
+ 4.750940351540604
+ 4.750972829929341
+ 4.751005308010801
+ 4.75103778578499
+ 4.751070263251918
+ 4.751102740411591
+ 4.751135217264017
+ 4.7511676938092045
+ 4.751200170047162
+ 4.751232645977896
+ 4.751265121601415
+ 4.751297596917728
+ 4.751330071926841
+ 4.751362546628763
+ 4.751395021023501
+ 4.751427495111064
+ 4.751459968891459
+ 4.751492442364695
+ 4.751524915530778
+ 4.751557388389718
+ 4.751589860941521
+ 4.751622333186197
+ 4.751654805123752
+ 4.751687276754194
+ 4.751719748077532
+ 4.751752219093774
+ 4.751784689802927
+ 4.751817160204998
+ 4.751849630299997
+ 4.751882100087931
+ 4.7519145695688065
+ 4.751947038742633
+ 4.751979507609418
+ 4.75201197616917
+ 4.752044444421896
+ 4.752076912367605
+ 4.752109380006303
+ 4.752141847337999
+ 4.752174314362701
+ 4.7522067810804165
+ 4.752239247491154
+ 4.75227171359492
+ 4.752304179391724
+ 4.752336644881573
+ 4.752369110064476
+ 4.752401574940438
+ 4.75243403950947
+ 4.752466503771579
+ 4.752498967726772
+ 4.752531431375058
+ 4.7525638947164435
+ 4.752596357750937
+ 4.752628820478548
+ 4.752661282899282
+ 4.752693745013147
+ 4.752726206820153
+ 4.752758668320306
+ 4.752791129513614
+ 4.752823590400086
+ 4.752856050979729
+ 4.752888511252551
+ 4.75292097121856
+ 4.7529534308777635
+ 4.75298589023017
+ 4.753018349275788
+ 4.753050808014622
+ 4.753083266446684
+ 4.75311572457198
+ 4.753148182390518
+ 4.753180639902305
+ 4.75321309710735
+ 4.7532455540056615
+ 4.753278010597246
+ 4.753310466882112
+ 4.753342922860267
+ 4.75337537853172
+ 4.7534078338964765
+ 4.753440288954546
+ 4.753472743705937
+ 4.753505198150656
+ 4.753537652288712
+ 4.753570106120112
+ 4.753602559644864
+ 4.753635012862976
+ 4.7536674657744555
+ 4.7536999183793105
+ 4.753732370677549
+ 4.753764822669181
+ 4.753797274354211
+ 4.753829725732648
+ 4.7538621768045
+ 4.7538946275697755
+ 4.7539270780284815
+ 4.7539595281806255
+ 4.7539919780262165
+ 4.754024427565262
+ 4.754056876797769
+ 4.754089325723748
+ 4.754121774343203
+ 4.754154222656144
+ 4.7541866706625795
+ 4.754219118362516
+ 4.754251565755962
+ 4.754284012842926
+ 4.754316459623413
+ 4.754348906097435
+ 4.754381352264997
+ 4.754413798126107
+ 4.754446243680774
+ 4.754478688929006
+ 4.7545111338708095
+ 4.754543578506194
+ 4.754576022835166
+ 4.754608466857733
+ 4.7546409105739045
+ 4.754673353983686
+ 4.754705797087089
+ 4.7547382398841185
+ 4.754770682374783
+ 4.754803124559089
+ 4.754835566437047
+ 4.754868008008665
+ 4.754900449273947
+ 4.7549328902329036
+ 4.754965330885544
+ 4.754997771231873
+ 4.755030211271901
+ 4.755062651005633
+ 4.75509509043308
+ 4.755127529554248
+ 4.755159968369146
+ 4.75519240687778
+ 4.755224845080161
+ 4.7552572829762925
+ 4.755289720566185
+ 4.755322157849847
+ 4.755354594827284
+ 4.755387031498506
+ 4.755419467863519
+ 4.755451903922334
+ 4.755484339674956
+ 4.755516775121392
+ 4.755549210261653
+ 4.755581645095745
+ 4.755614079623676
+ 4.755646513845454
+ 4.755678947761086
+ 4.755711381370582
+ 4.755743814673948
+ 4.755776247671192
+ 4.755808680362323
+ 4.755841112747347
+ 4.755873544826273
+ 4.755905976599109
+ 4.755938408065862
+ 4.755970839226541
+ 4.756003270081154
+ 4.756035700629706
+ 4.756068130872208
+ 4.756100560808667
+ 4.75613299043909
+ 4.756165419763486
+ 4.756197848781863
+ 4.756230277494226
+ 4.756262705900586
+ 4.7562951340009505
+ 4.756327561795326
+ 4.75635998928372
+ 4.7563924164661415
+ 4.7564248433426
+ 4.7564572699131
+ 4.756489696177651
+ 4.75652212213626
+ 4.756554547788936
+ 4.756586973135686
+ 4.756619398176519
+ 4.756651822911441
+ 4.756684247340462
+ 4.756716671463588
+ 4.756749095280826
+ 4.756781518792187
+ 4.756813941997677
+ 4.756846364897303
+ 4.756878787491075
+ 4.756911209778999
+ 4.756943631761084
+ 4.756976053437337
+ 4.7570084748077655
+ 4.757040895872378
+ 4.757073316631184
+ 4.757105737084187
+ 4.757138157231398
+ 4.757170577072825
+ 4.757202996608475
+ 4.757235415838356
+ 4.757267834762476
+ 4.757300253380842
+ 4.7573326716934625
+ 4.757365089700345
+ 4.757397507401498
+ 4.757429924796929
+ 4.7574623418866455
+ 4.757494758670655
+ 4.757527175148966
+ 4.757559591321587
+ 4.757592007188524
+ 4.757624422749786
+ 4.757656838005381
+ 4.757689252955316
+ 4.7577216675996
+ 4.75775408193824
+ 4.757786495971244
+ 4.757818909698619
+ 4.757851323120374
+ 4.757883736236517
+ 4.7579161490470545
+ 4.757948561551994
+ 4.757980973751346
+ 4.758013385645116
+ 4.758045797233313
+ 4.758078208515944
+ 4.758110619493017
+ 4.758143030164541
+ 4.758175440530521
+ 4.758207850590967
+ 4.758240260345888
+ 4.758272669795289
+ 4.75830507893918
+ 4.758337487777567
+ 4.758369896310458
+ 4.758402304537863
+ 4.758434712459787
+ 4.758467120076239
+ 4.758499527387229
+ 4.758531934392761
+ 4.758564341092845
+ 4.758596747487488
+ 4.758629153576698
+ 4.758661559360484
+ 4.758693964838852
+ 4.758726370011811
+ 4.75875877487937
+ 4.758791179441532
+ 4.758823583698311
+ 4.75885598764971
+ 4.75888839129574
+ 4.758920794636407
+ 4.758953197671719
+ 4.758985600401685
+ 4.759018002826311
+ 4.759050404945606
+ 4.759082806759578
+ 4.759115208268234
+ 4.759147609471582
+ 4.75918001036963
+ 4.759212410962386
+ 4.759244811249858
+ 4.759277211232053
+ 4.759309610908979
+ 4.759342010280644
+ 4.759374409347057
+ 4.759406808108223
+ 4.759439206564152
+ 4.759471604714852
+ 4.7595040025603295
+ 4.759536400100593
+ 4.75956879733565
+ 4.759601194265508
+ 4.759633590890176
+ 4.759665987209661
+ 4.75969838322397
+ 4.759730778933112
+ 4.759763174337096
+ 4.759795569435927
+ 4.759827964229614
+ 4.759860358718165
+ 4.759892752901588
+ 4.7599251467798895
+ 4.75995754035308
+ 4.759989933621164
+ 4.760022326584152
+ 4.76005471924205
+ 4.760087111594867
+ 4.76011950364261
+ 4.760151895385287
+ 4.760184286822906
+ 4.760216677955475
+ 4.7602490687830015
+ 4.760281459305493
+ 4.760313849522957
+ 4.760346239435402
+ 4.760378629042837
+ 4.760411018345267
+ 4.760443407342702
+ 4.7604757960351485
+ 4.7605081844226165
+ 4.76054057250511
+ 4.76057296028264
+ 4.760605347755212
+ 4.760637734922837
+ 4.76067012178552
+ 4.760702508343269
+ 4.7607348945960934
+ 4.760767280544
+ 4.760799666186995
+ 4.760832051525089
+ 4.760864436558288
+ 4.760896821286601
+ 4.760929205710035
+ 4.7609615898285975
+ 4.760993973642298
+ 4.761026357151143
+ 4.761058740355138
+ 4.761091123254294
+ 4.761123505848619
+ 4.761155888138119
+ 4.761188270122804
+ 4.761220651802678
+ 4.761253033177753
+ 4.761285414248033
+ 4.761317795013529
+ 4.761350175474246
+ 4.7613825556301945
+ 4.761414935481381
+ 4.761447315027812
+ 4.7614796942694975
+ 4.761512073206443
+ 4.76154445183866
+ 4.7615768301661525
+ 4.761609208188929
+ 4.761641585906999
+ 4.761673963320369
+ 4.761706340429048
+ 4.761738717233041
+ 4.761771093732358
+ 4.761803469927008
+ 4.7618358458169965
+ 4.761868221402332
+ 4.761900596683021
+ 4.761932971659073
+ 4.761965346330496
+ 4.761997720697296
+ 4.762030094759482
+ 4.762062468517063
+ 4.762094841970044
+ 4.762127215118435
+ 4.762159587962242
+ 4.762191960501474
+ 4.76222433273614
+ 4.762256704666244
+ 4.762289076291798
+ 4.762321447612807
+ 4.76235381862928
+ 4.762386189341225
+ 4.762418559748648
+ 4.762450929851558
+ 4.762483299649963
+ 4.762515669143871
+ 4.762548038333288
+ 4.762580407218224
+ 4.7626127757986865
+ 4.762645144074681
+ 4.762677512046218
+ 4.762709879713303
+ 4.762742247075947
+ 4.762774614134154
+ 4.762806980887934
+ 4.762839347337294
+ 4.762871713482242
+ 4.762904079322786
+ 4.7629364448589335
+ 4.762968810090692
+ 4.76300117501807
+ 4.763033539641075
+ 4.763065903959715
+ 4.763098267973997
+ 4.763130631683929
+ 4.763162995089519
+ 4.763195358190774
+ 4.763227720987703
+ 4.763260083480313
+ 4.763292445668612
+ 4.763324807552609
+ 4.76335716913231
+ 4.763389530407721
+ 4.763421891378855
+ 4.763454252045716
+ 4.763486612408313
+ 4.763518972466652
+ 4.763551332220743
+ 4.763583691670593
+ 4.76361605081621
+ 4.7636484096576
+ 4.763680768194774
+ 4.763713126427737
+ 4.763745484356497
+ 4.763777841981064
+ 4.763810199301444
+ 4.763842556317644
+ 4.763874913029673
+ 4.7639072694375395
+ 4.763939625541249
+ 4.763971981340811
+ 4.7640043368362335
+ 4.764036692027522
+ 4.764069046914687
+ 4.764101401497736
+ 4.764133755776674
+ 4.764166109751511
+ 4.764198463422255
+ 4.7642308167889125
+ 4.764263169851493
+ 4.764295522610002
+ 4.764327875064448
+ 4.76436022721484
+ 4.764392579061185
+ 4.76442493060349
+ 4.764457281841763
+ 4.764489632776013
+ 4.764521983406247
+ 4.764554333732472
+ 4.764586683754698
+ 4.76461903347293
+ 4.764651382887177
+ 4.764683731997446
+ 4.764716080803748
+ 4.764748429306085
+ 4.764780777504469
+ 4.764813125398908
+ 4.764845472989407
+ 4.764877820275976
+ 4.764910167258622
+ 4.764942513937352
+ 4.764974860312174
+ 4.765007206383097
+ 4.765039552150129
+ 4.765071897613274
+ 4.765104242772545
+ 4.7651365876279455
+ 4.765168932179487
+ 4.765201276427173
+ 4.765233620371015
+ 4.765265964011018
+ 4.765298307347192
+ 4.765330650379543
+ 4.765362993108079
+ 4.7653953355328085
+ 4.76542767765374
+ 4.765460019470879
+ 4.765492360984235
+ 4.765524702193814
+ 4.765557043099626
+ 4.765589383701678
+ 4.765621723999977
+ 4.765654063994531
+ 4.765686403685348
+ 4.765718743072435
+ 4.765751082155801
+ 4.7657834209354535
+ 4.7658157594113995
+ 4.765848097583646
+ 4.765880435452203
+ 4.765912773017077
+ 4.765945110278276
+ 4.765977447235807
+ 4.766009783889679
+ 4.766042120239898
+ 4.766074456286473
+ 4.766106792029412
+ 4.766139127468722
+ 4.766171462604411
+ 4.766203797436487
+ 4.766236131964956
+ 4.766268466189829
+ 4.766300800111111
+ 4.766333133728811
+ 4.766365467042937
+ 4.766397800053496
+ 4.766430132760495
+ 4.766462465163943
+ 4.766494797263847
+ 4.766527129060216
+ 4.766559460553056
+ 4.766591791742376
+ 4.766624122628183
+ 4.7666564532104845
+ 4.76668878348929
+ 4.766721113464605
+ 4.76675344313644
+ 4.766785772504799
+ 4.766818101569692
+ 4.766850430331127
+ 4.7668827587891105
+ 4.766915086943651
+ 4.766947414794757
+ 4.766979742342435
+ 4.767012069586692
+ 4.767044396527538
+ 4.76707672316498
+ 4.767109049499024
+ 4.767141375529679
+ 4.7671737012569535
+ 4.767206026680854
+ 4.767238351801389
+ 4.7672706766185655
+ 4.767303001132391
+ 4.7673353253428745
+ 4.7673676492500245
+ 4.767399972853845
+ 4.767432296154348
+ 4.7674646191515375
+ 4.767496941845424
+ 4.767529264236013
+ 4.767561586323315
+ 4.767593908107335
+ 4.767626229588083
+ 4.7676585507655656
+ 4.767690871639789
+ 4.767723192210764
+ 4.767755512478496
+ 4.767787832442994
+ 4.767820152104265
+ 4.767852471462317
+ 4.767884790517158
+ 4.767917109268794
+ 4.767949427717235
+ 4.767981745862488
+ 4.768014063704561
+ 4.768046381243461
+ 4.7680786984791945
+ 4.7681110154117725
+ 4.7681433320412
+ 4.768175648367486
+ 4.768207964390638
+ 4.768240280110663
+ 4.76827259552757
+ 4.7683049106413655
+ 4.768337225452058
+ 4.768369539959655
+ 4.768401854164163
+ 4.768434168065593
+ 4.768466481663949
+ 4.768498794959241
+ 4.768531107951476
+ 4.76856342064066
+ 4.768595733026806
+ 4.7686280451099154
+ 4.768660356889999
+ 4.7686926683670645
+ 4.76872497954112
+ 4.768757290412172
+ 4.768789600980228
+ 4.768821911245298
+ 4.768854221207387
+ 4.768886530866505
+ 4.768918840222657
+ 4.7689511492758525
+ 4.7689834580261
+ 4.769015766473405
+ 4.7690480746177775
+ 4.769080382459223
+ 4.769112689997752
+ 4.7691449972333695
+ 4.769177304166084
+ 4.7692096107959046
+ 4.769241917122836
+ 4.76927422314689
+ 4.7693065288680705
+ 4.769338834286388
+ 4.769371139401848
+ 4.7694034442144595
+ 4.76943574872423
+ 4.769468052931167
+ 4.769500356835278
+ 4.769532660436571
+ 4.769564963735054
+ 4.769597266730735
+ 4.769629569423621
+ 4.769661871813719
+ 4.769694173901039
+ 4.769726475685586
+ 4.769758777167369
+ 4.769791078346396
+ 4.769823379222674
+ 4.769855679796211
+ 4.769887980067016
+ 4.769920280035094
+ 4.769952579700456
+ 4.769984879063106
+ 4.770017178123054
+ 4.770049476880307
+ 4.770081775334875
+ 4.770114073486761
+ 4.770146371335977
+ 4.770178668882528
+ 4.770210966126423
+ 4.7702432630676705
+ 4.770275559706276
+ 4.7703078560422485
+ 4.770340152075596
+ 4.7703724478063245
+ 4.770404743234445
+ 4.770437038359962
+ 4.770469333182884
+ 4.7705016277032195
+ 4.7705339219209755
+ 4.770566215836161
+ 4.7705985094487815
+ 4.770630802758846
+ 4.770663095766362
+ 4.770695388471338
+ 4.770727680873779
+ 4.770759972973695
+ 4.770792264771094
+ 4.770824556265984
+ 4.770856847458371
+ 4.770889138348262
+ 4.770921428935668
+ 4.770953719220593
+ 4.770986009203048
+ 4.771018298883037
+ 4.7710505882605725
+ 4.771082877335657
+ 4.771115166108302
+ 4.771147454578514
+ 4.7711797427463
+ 4.771212030611668
+ 4.771244318174627
+ 4.771276605435182
+ 4.771308892393344
+ 4.771341179049118
+ 4.7713734654025135
+ 4.771405751453536
+ 4.771438037202197
+ 4.771470322648499
+ 4.7715026077924545
+ 4.771534892634069
+ 4.771567177173349
+ 4.771599461410304
+ 4.771631745344941
+ 4.771664028977268
+ 4.771696312307292
+ 4.771728595335022
+ 4.771760878060465
+ 4.771793160483629
+ 4.77182544260452
+ 4.771857724423147
+ 4.771890005939518
+ 4.771922287153641
+ 4.771954568065522
+ 4.77198684867517
+ 4.772019128982593
+ 4.772051408987798
+ 4.772083688690792
+ 4.772115968091583
+ 4.772148247190181
+ 4.77218052598659
+ 4.77221280448082
+ 4.772245082672877
+ 4.7722773605627715
+ 4.772309638150508
+ 4.772341915436097
+ 4.772374192419544
+ 4.772406469100859
+ 4.772438745480047
+ 4.7724710215571156
+ 4.772503297332075
+ 4.772535572804931
+ 4.772567847975693
+ 4.772600122844366
+ 4.772632397410962
+ 4.772664671675483
+ 4.77269694563794
+ 4.772729219298341
+ 4.772761492656694
+ 4.772793765713004
+ 4.77282603846728
+ 4.77285831091953
+ 4.772890583069763
+ 4.772922854917985
+ 4.772955126464203
+ 4.772987397708426
+ 4.773019668650662
+ 4.773051939290917
+ 4.7730842096292
+ 4.773116479665518
+ 4.77314874939988
+ 4.773181018832291
+ 4.773213287962761
+ 4.773245556791298
+ 4.773277825317908
+ 4.773310093542598
+ 4.773342361465378
+ 4.7733746290862555
+ 4.773406896405236
+ 4.773439163422329
+ 4.773471430137541
+ 4.773503696550883
+ 4.773535962662358
+ 4.773568228471975
+ 4.7736004939797425
+ 4.773632759185668
+ 4.77366502408976
+ 4.773697288692024
+ 4.77372955299247
+ 4.7737618169911045
+ 4.773794080687936
+ 4.77382634408297
+ 4.773858607176217
+ 4.773890869967682
+ 4.773923132457375
+ 4.773955394645302
+ 4.773987656531472
+ 4.77401991811589
+ 4.774052179398567
+ 4.774084440379509
+ 4.774116701058725
+ 4.77414896143622
+ 4.774181221512004
+ 4.7742134812860835
+ 4.774245740758467
+ 4.774277999929162
+ 4.774310258798176
+ 4.774342517365515
+ 4.774374775631189
+ 4.774407033595205
+ 4.77443929125757
+ 4.774471548618293
+ 4.77450380567738
+ 4.77453606243484
+ 4.77456831889068
+ 4.774600575044907
+ 4.77463283089753
+ 4.7746650864485565
+ 4.774697341697992
+ 4.774729596645848
+ 4.77476185129213
+ 4.774794105636844
+ 4.7748263596800005
+ 4.774858613421605
+ 4.774890866861667
+ 4.774923120000193
+ 4.774955372837192
+ 4.7749876253726695
+ 4.775019877606635
+ 4.775052129539095
+ 4.775084381170058
+ 4.77511663249953
+ 4.77514888352752
+ 4.775181134254036
+ 4.775213384679085
+ 4.775245634802675
+ 4.775277884624813
+ 4.775310134145508
+ 4.775342383364767
+ 4.775374632282596
+ 4.775406880899005
+ 4.775439129214
+ 4.77547137722759
+ 4.77550362493978
+ 4.7755358723505825
+ 4.775568119460001
+ 4.775600366268044
+ 4.77563261277472
+ 4.775664858980036
+ 4.775697104884
+ 4.77572935048662
+ 4.775761595787903
+ 4.7757938407878555
+ 4.7758260854864885
+ 4.775858329883806
+ 4.775890573979818
+ 4.775922817774531
+ 4.775955061267953
+ 4.775987304460092
+ 4.776019547350955
+ 4.776051789940549
+ 4.776084032228884
+ 4.776116274215965
+ 4.776148515901801
+ 4.7761807572864
+ 4.776212998369769
+ 4.776245239151916
+ 4.7762774796328475
+ 4.7763097198125735
+ 4.776341959691099
+ 4.776374199268433
+ 4.7764064385445835
+ 4.776438677519557
+ 4.776470916193362
+ 4.776503154566005
+ 4.776535392637495
+ 4.77656763040784
+ 4.776599867877046
+ 4.776632105045121
+ 4.776664341912073
+ 4.77669657847791
+ 4.776728814742641
+ 4.776761050706269
+ 4.7767932863688065
+ 4.7768255217302595
+ 4.776857756790633
+ 4.776889991549939
+ 4.776922226008183
+ 4.7769544601653715
+ 4.776986694021515
+ 4.777018927576617
+ 4.77705116083069
+ 4.777083393783739
+ 4.777115626435771
+ 4.777147858786795
+ 4.7771800908368185
+ 4.777212322585848
+ 4.777244554033892
+ 4.777276785180958
+ 4.777309016027054
+ 4.7773412465721865
+ 4.777373476816365
+ 4.777405706759596
+ 4.7774379364018875
+ 4.777470165743245
+ 4.77750239478368
+ 4.777534623523197
+ 4.7775668519618035
+ 4.77759908009951
+ 4.777631307936322
+ 4.777663535472247
+ 4.777695762707294
+ 4.77772798964147
+ 4.777760216274781
+ 4.777792442607238
+ 4.7778246686388455
+ 4.777856894369612
+ 4.7778891197995454
+ 4.777921344928655
+ 4.777953569756945
+ 4.777985794284425
+ 4.778018018511102
+ 4.7780502424369855
+ 4.778082466062081
+ 4.778114689386396
+ 4.77814691240994
+ 4.77817913513272
+ 4.778211357554742
+ 4.7782435796760145
+ 4.778275801496545
+ 4.778308023016343
+ 4.778340244235413
+ 4.778372465153765
+ 4.778404685771407
+ 4.778436906088344
+ 4.778469126104586
+ 4.778501345820138
+ 4.778533565235011
+ 4.77856578434921
+ 4.778598003162744
+ 4.77863022167562
+ 4.778662439887846
+ 4.77869465779943
+ 4.778726875410378
+ 4.778759092720699
+ 4.7787913097304
+ 4.7788235264394885
+ 4.778855742847973
+ 4.778887958955861
+ 4.778920174763159
+ 4.7789523902698745
+ 4.778984605476017
+ 4.779016820381594
+ 4.779049034986611
+ 4.7790812492910755
+ 4.779113463294998
+ 4.779145676998383
+ 4.779177890401242
+ 4.779210103503578
+ 4.779242316305401
+ 4.779274528806719
+ 4.779306741007539
+ 4.779338952907869
+ 4.779371164507716
+ 4.779403375807088
+ 4.779435586805992
+ 4.779467797504435
+ 4.779500007902428
+ 4.779532217999974
+ 4.779564427797085
+ 4.779596637293765
+ 4.779628846490024
+ 4.779661055385867
+ 4.779693263981304
+ 4.779725472276343
+ 4.779757680270991
+ 4.779789887965253
+ 4.7798220953591395
+ 4.779854302452658
+ 4.779886509245815
+ 4.779918715738618
+ 4.779950921931075
+ 4.779983127823195
+ 4.780015333414984
+ 4.780047538706449
+ 4.780079743697599
+ 4.780111948388441
+ 4.780144152778983
+ 4.780176356869233
+ 4.7802085606591955
+ 4.780240764148883
+ 4.7802729673383
+ 4.780305170227455
+ 4.780337372816355
+ 4.7803695751050075
+ 4.780401777093421
+ 4.780433978781602
+ 4.780466180169559
+ 4.7804983812573
+ 4.780530582044831
+ 4.7805627825321615
+ 4.780594982719297
+ 4.7806271826062465
+ 4.780659382193018
+ 4.780691581479618
+ 4.7807237804660545
+ 4.780755979152335
+ 4.780788177538467
+ 4.780820375624458
+ 4.780852573410317
+ 4.78088477089605
+ 4.780916968081664
+ 4.7809491649671685
+ 4.780981361552572
+ 4.781013557837878
+ 4.781045753823096
+ 4.781077949508236
+ 4.781110144893303
+ 4.781142339978304
+ 4.781174534763249
+ 4.781206729248145
+ 4.781238923432997
+ 4.781271117317815
+ 4.781303310902607
+ 4.781335504187379
+ 4.781367697172141
+ 4.781399889856897
+ 4.781432082241657
+ 4.781464274326429
+ 4.781496466111219
+ 4.781528657596034
+ 4.7815608487808845
+ 4.7815930396657755
+ 4.781625230250717
+ 4.781657420535714
+ 4.781689610520775
+ 4.781721800205909
+ 4.781753989591121
+ 4.781786178676421
+ 4.781818367461814
+ 4.781850555947311
+ 4.781882744132917
+ 4.78191493201864
+ 4.781947119604488
+ 4.781979306890468
+ 4.782011493876589
+ 4.782043680562857
+ 4.782075866949281
+ 4.782108053035866
+ 4.782140238822623
+ 4.782172424309557
+ 4.782204609496677
+ 4.782236794383991
+ 4.782268978971504
+ 4.782301163259226
+ 4.782333347247164
+ 4.782365530935326
+ 4.782397714323717
+ 4.782429897412349
+ 4.782462080201226
+ 4.782494262690356
+ 4.782526444879749
+ 4.7825586267694105
+ 4.782590808359347
+ 4.7826229896495684
+ 4.782655170640083
+ 4.782687351330894
+ 4.782719531722014
+ 4.7827517118134475
+ 4.782783891605203
+ 4.782816071097288
+ 4.78284825028971
+ 4.782880429182477
+ 4.782912607775596
+ 4.782944786069074
+ 4.782976964062921
+ 4.783009141757142
+ 4.783041319151746
+ 4.78307349624674
+ 4.7831056730421295
+ 4.783137849537926
+ 4.783170025734136
+ 4.783202201630766
+ 4.783234377227824
+ 4.783266552525317
+ 4.7832987275232535
+ 4.78333090222164
+ 4.7833630766204855
+ 4.7833952507197965
+ 4.783427424519581
+ 4.783459598019847
+ 4.7834917712206
+ 4.783523944121851
+ 4.783556116723603
+ 4.783588289025868
+ 4.783620461028651
+ 4.783652632731961
+ 4.783684804135805
+ 4.78371697524019
+ 4.783749146045125
+ 4.783781316550616
+ 4.78381348675667
+ 4.783845656663297
+ 4.783877826270503
+ 4.783909995578297
+ 4.7839421645866835
+ 4.783974333295673
+ 4.784006501705272
+ 4.784038669815488
+ 4.784070837626329
+ 4.784103005137801
+ 4.784135172349915
+ 4.784167339262675
+ 4.7841995058760896
+ 4.784231672190167
+ 4.7842638382049145
+ 4.78429600392034
+ 4.78432816933645
+ 4.784360334453253
+ 4.784392499270756
+ 4.784424663788967
+ 4.784456828007894
+ 4.784488991927543
+ 4.784521155547924
+ 4.784553318869042
+ 4.784585481890906
+ 4.7846176446135225
+ 4.7846498070369
+ 4.7846819691610465
+ 4.784714130985968
+ 4.784746292511674
+ 4.784778453738171
+ 4.7848106146654645
+ 4.784842775293566
+ 4.78487493562248
+ 4.7849070956522155
+ 4.784939255382781
+ 4.784971414814181
+ 4.785003573946427
+ 4.785035732779522
+ 4.785067891313478
+ 4.785100049548299
+ 4.785132207483994
+ 4.785164365120572
+ 4.785196522458039
+ 4.785228679496401
+ 4.785260836235669
+ 4.785292992675848
+ 4.785325148816947
+ 4.785357304658973
+ 4.785389460201933
+ 4.785421615445834
+ 4.785453770390686
+ 4.785485925036496
+ 4.785518079383269
+ 4.785550233431014
+ 4.78558238717974
+ 4.785614540629453
+ 4.78564669378016
+ 4.78567884663187
+ 4.78571099918459
+ 4.785743151438328
+ 4.78577530339309
+ 4.785807455048885
+ 4.785839606405721
+ 4.785871757463604
+ 4.785903908222542
+ 4.785936058682544
+ 4.785968208843615
+ 4.786000358705764
+ 4.786032508268999
+ 4.786064657533326
+ 4.786096806498754
+ 4.786128955165291
+ 4.786161103532942
+ 4.786193251601716
+ 4.786225399371622
+ 4.786257546842666
+ 4.786289694014855
+ 4.786321840888198
+ 4.786353987462702
+ 4.786386133738374
+ 4.786418279715222
+ 4.7864504253932525
+ 4.786482570772475
+ 4.786514715852896
+ 4.786546860634523
+ 4.786579005117364
+ 4.786611149301425
+ 4.786643293186715
+ 4.786675436773242
+ 4.7867075800610115
+ 4.786739723050034
+ 4.786771865740314
+ 4.786804008131861
+ 4.786836150224682
+ 4.7868682920187835
+ 4.786900433514175
+ 4.786932574710862
+ 4.786964715608853
+ 4.786996856208156
+ 4.787028996508779
+ 4.787061136510728
+ 4.787093276214011
+ 4.787125415618636
+ 4.78715755472461
+ 4.787189693531941
+ 4.787221832040636
+ 4.787253970250703
+ 4.787286108162149
+ 4.787318245774983
+ 4.78735038308921
+ 4.78738252010484
+ 4.78741465682188
+ 4.787446793240336
+ 4.7874789293602165
+ 4.78751106518153
+ 4.787543200704281
+ 4.787575335928481
+ 4.787607470854135
+ 4.787639605481251
+ 4.787671739809838
+ 4.7877038738399005
+ 4.787736007571449
+ 4.78776814100449
+ 4.78780027413903
+ 4.787832406975078
+ 4.787864539512641
+ 4.787896671751725
+ 4.787928803692341
+ 4.787960935334493
+ 4.78799306667819
+ 4.78802519772344
+ 4.78805732847025
+ 4.788089458918628
+ 4.78812158906858
+ 4.788153718920116
+ 4.7881858484732405
+ 4.788217977727964
+ 4.788250106684291
+ 4.7882822353422325
+ 4.788314363701793
+ 4.788346491762982
+ 4.7883786195258065
+ 4.788410746990274
+ 4.78844287415639
+ 4.788475001024165
+ 4.788507127593605
+ 4.788539253864719
+ 4.788571379837512
+ 4.788603505511992
+ 4.78863563088817
+ 4.78866775596605
+ 4.78869988074564
+ 4.788732005226947
+ 4.788764129409982
+ 4.788796253294749
+ 4.788828376881256
+ 4.788860500169511
+ 4.788892623159522
+ 4.788924745851296
+ 4.788956868244839
+ 4.788988990340163
+ 4.78902111213727
+ 4.789053233636172
+ 4.789085354836874
+ 4.789117475739384
+ 4.7891495963437105
+ 4.789181716649859
+ 4.789213836657838
+ 4.7892459563676555
+ 4.78927807577932
+ 4.7893101948928365
+ 4.789342313708214
+ 4.789374432225459
+ 4.789406550444581
+ 4.789438668365586
+ 4.789470785988481
+ 4.789502903313276
+ 4.789535020339975
+ 4.789567137068588
+ 4.789599253499122
+ 4.789631369631584
+ 4.789663485465982
+ 4.789695601002324
+ 4.789727716240615
+ 4.7897598311808665
+ 4.789791945823084
+ 4.789824060167273
+ 4.789856174213444
+ 4.789888287961603
+ 4.7899204014117585
+ 4.789952514563917
+ 4.789984627418086
+ 4.790016739974274
+ 4.790048852232489
+ 4.790080964192736
+ 4.790113075855024
+ 4.79014518721936
+ 4.7901772982857524
+ 4.790209409054209
+ 4.790241519524736
+ 4.790273629697341
+ 4.790305739572033
+ 4.790337849148817
+ 4.7903699584277035
+ 4.790402067408697
+ 4.790434176091807
+ 4.7904662844770405
+ 4.790498392564406
+ 4.790530500353909
+ 4.790562607845557
+ 4.79059471503936
+ 4.790626821935324
+ 4.790658928533456
+ 4.790691034833763
+ 4.7907231408362545
+ 4.790755246540938
+ 4.790787351947818
+ 4.790819457056904
+ 4.790851561868205
+ 4.790883666381726
+ 4.790915770597476
+ 4.790947874515461
+ 4.79097997813569
+ 4.791012081458169
+ 4.791044184482908
+ 4.791076287209911
+ 4.79110838963919
+ 4.791140491770748
+ 4.791172593604595
+ 4.791204695140738
+ 4.791236796379184
+ 4.791268897319942
+ 4.791300997963018
+ 4.791333098308418
+ 4.791365198356154
+ 4.7913972981062285
+ 4.791429397558653
+ 4.791461496713432
+ 4.791493595570576
+ 4.791525694130089
+ 4.791557792391981
+ 4.79158989035626
+ 4.791621988022931
+ 4.791654085392003
+ 4.791686182463484
+ 4.79171827923738
+ 4.791750375713699
+ 4.791782471892449
+ 4.791814567773638
+ 4.791846663357273
+ 4.791878758643359
+ 4.791910853631907
+ 4.791942948322923
+ 4.791975042716415
+ 4.792007136812391
+ 4.792039230610856
+ 4.792071324111819
+ 4.792103417315289
+ 4.7921355102212715
+ 4.792167602829774
+ 4.792199695140805
+ 4.792231787154371
+ 4.792263878870481
+ 4.792295970289141
+ 4.79232806141036
+ 4.792360152234143
+ 4.792392242760499
+ 4.7924243329894365
+ 4.792456422920961
+ 4.7924885125550825
+ 4.792520601891805
+ 4.792552690931139
+ 4.792584779673089
+ 4.792616868117666
+ 4.792648956264876
+ 4.792681044114726
+ 4.792713131667224
+ 4.792745218922376
+ 4.7927773058801915
+ 4.792809392540677
+ 4.79284147890384
+ 4.79287356496969
+ 4.792905650738231
+ 4.792937736209472
+ 4.792969821383421
+ 4.793001906260084
+ 4.793033990839471
+ 4.793066075121588
+ 4.793098159106441
+ 4.7931302427940405
+ 4.793162326184392
+ 4.793194409277504
+ 4.793226492073382
+ 4.793258574572035
+ 4.793290656773472
+ 4.7933227386776975
+ 4.793354820284721
+ 4.793386901594548
+ 4.7934189826071885
+ 4.793451063322648
+ 4.793483143740935
+ 4.793515223862056
+ 4.793547303686021
+ 4.793579383212834
+ 4.793611462442504
+ 4.7936435413750385
+ 4.793675620010446
+ 4.793707698348732
+ 4.793739776389907
+ 4.793771854133974
+ 4.793803931580943
+ 4.793836008730822
+ 4.793868085583618
+ 4.793900162139338
+ 4.79393223839799
+ 4.793964314359581
+ 4.793996390024119
+ 4.7940284653916105
+ 4.7940605404620635
+ 4.794092615235487
+ 4.794124689711886
+ 4.794156763891269
+ 4.794188837773644
+ 4.794220911359017
+ 4.794252984647398
+ 4.794285057638792
+ 4.794317130333207
+ 4.7943492027306505
+ 4.7943812748311325
+ 4.794413346634656
+ 4.794445418141231
+ 4.794477489350864
+ 4.794509560263565
+ 4.794541630879339
+ 4.7945737011981935
+ 4.794605771220136
+ 4.7946378409451755
+ 4.794669910373318
+ 4.7947019795045716
+ 4.794734048338944
+ 4.794766116876441
+ 4.794798185117073
+ 4.794830253060844
+ 4.794862320707764
+ 4.794894388057839
+ 4.794926455111078
+ 4.794958521867487
+ 4.794990588327075
+ 4.7950226544898475
+ 4.795054720355814
+ 4.795086785924979
+ 4.795118851197353
+ 4.795150916172942
+ 4.795182980851754
+ 4.795215045233796
+ 4.795247109319076
+ 4.795279173107601
+ 4.795311236599378
+ 4.795343299794416
+ 4.795375362692721
+ 4.795407425294301
+ 4.795439487599164
+ 4.795471549607315
+ 4.7955036113187655
+ 4.79553567273352
+ 4.795567733851586
+ 4.795599794672972
+ 4.795631855197685
+ 4.795663915425733
+ 4.795695975357123
+ 4.795728034991862
+ 4.7957600943299585
+ 4.795792153371419
+ 4.795824212116251
+ 4.795856270564464
+ 4.795888328716061
+ 4.795920386571054
+ 4.795952444129448
+ 4.795984501391251
+ 4.796016558356471
+ 4.796048615025115
+ 4.79608067139719
+ 4.796112727472704
+ 4.7961447832516635
+ 4.796176838734078
+ 4.796208893919953
+ 4.796240948809297
+ 4.796273003402116
+ 4.79630505769842
+ 4.796337111698214
+ 4.796369165401507
+ 4.796401218808305
+ 4.796433271918618
+ 4.79646532473245
+ 4.796497377249811
+ 4.7965294294707075
+ 4.7965614813951465
+ 4.796593533023136
+ 4.796625584354685
+ 4.796657635389798
+ 4.7966896861284845
+ 4.796721736570751
+ 4.7967537867166055
+ 4.7967858365660545
+ 4.796817886119106
+ 4.796849935375769
+ 4.796881984336048
+ 4.796914032999952
+ 4.79694608136749
+ 4.796978129438666
+ 4.797010177213489
+ 4.797042224691968
+ 4.797074271874109
+ 4.797106318759919
+ 4.797138365349407
+ 4.797170411642577
+ 4.797202457639441
+ 4.797234503340004
+ 4.797266548744274
+ 4.797298593852258
+ 4.797330638663963
+ 4.797362683179397
+ 4.797394727398568
+ 4.797426771321483
+ 4.797458814948149
+ 4.797490858278574
+ 4.797522901312765
+ 4.79755494405073
+ 4.797586986492475
+ 4.797619028638009
+ 4.797651070487339
+ 4.797683112040473
+ 4.797715153297418
+ 4.79774719425818
+ 4.797779234922769
+ 4.79781127529119
+ 4.797843315363452
+ 4.797875355139562
+ 4.797907394619528
+ 4.797939433803356
+ 4.797971472691054
+ 4.79800351128263
+ 4.798035549578091
+ 4.798067587577445
+ 4.798099625280699
+ 4.798131662687859
+ 4.798163699798935
+ 4.798195736613934
+ 4.798227773132861
+ 4.798259809355726
+ 4.798291845282536
+ 4.798323880913298
+ 4.798355916248018
+ 4.798387951286705
+ 4.7984199860293675
+ 4.79845202047601
+ 4.798484054626643
+ 4.798516088481272
+ 4.7985481220399056
+ 4.79858015530255
+ 4.798612188269212
+ 4.798644220939902
+ 4.798676253314625
+ 4.7987082853933885
+ 4.7987403171762
+ 4.79877234866307
+ 4.798804379854
+ 4.798836410749003
+ 4.798868441348084
+ 4.79890047165125
+ 4.798932501658509
+ 4.798964531369869
+ 4.798996560785335
+ 4.7990285899049185
+ 4.799060618728624
+ 4.799092647256459
+ 4.799124675488431
+ 4.79915670342455
+ 4.799188731064819
+ 4.799220758409249
+ 4.7992527854578455
+ 4.799284812210617
+ 4.79931683866757
+ 4.799348864828714
+ 4.799380890694055
+ 4.799412916263598
+ 4.799444941537353
+ 4.7994769665153285
+ 4.79950899119753
+ 4.799541015583965
+ 4.799573039674642
+ 4.799605063469566
+ 4.799637086968749
+ 4.799669110172193
+ 4.7997011330799095
+ 4.7997331556919045
+ 4.799765178008184
+ 4.799797200028758
+ 4.799829221753631
+ 4.799861243182814
+ 4.799893264316312
+ 4.799925285154132
+ 4.7999573056962825
+ 4.7999893259427715
+ 4.800021345893605
+ 4.8000533655487905
+ 4.800085384908337
+ 4.80011740397225
+ 4.800149422740538
+ 4.800181441213208
+ 4.8002134593902674
+ 4.800245477271725
+ 4.800277494857585
+ 4.800309512147858
+ 4.800341529142551
+ 4.800373545841668
+ 4.800405562245221
+ 4.800437578353216
+ 4.8004695941656585
+ 4.800501609682557
+ 4.800533624903919
+ 4.800565639829753
+ 4.8005976544600655
+ 4.800629668794863
+ 4.8006616828341535
+ 4.8006936965779445
+ 4.800725710026245
+ 4.800757723179061
+ 4.800789736036398
+ 4.800821748598266
+ 4.800853760864673
+ 4.800885772835623
+ 4.800917784511126
+ 4.8009497958911895
+ 4.8009818069758206
+ 4.801013817765026
+ 4.801045828258813
+ 4.801077838457189
+ 4.801109848360163
+ 4.801141857967741
+ 4.801173867279929
+ 4.801205876296738
+ 4.801237885018173
+ 4.801269893444242
+ 4.801301901574951
+ 4.801333909410311
+ 4.801365916950326
+ 4.801397924195003
+ 4.801429931144352
+ 4.801461937798379
+ 4.801493944157093
+ 4.801525950220498
+ 4.801557955988605
+ 4.801589961461419
+ 4.8016219666389475
+ 4.801653971521199
+ 4.801685976108181
+ 4.8017179803999
+ 4.8017499843963645
+ 4.801781988097581
+ 4.801813991503556
+ 4.801845994614299
+ 4.801877997429815
+ 4.801909999950114
+ 4.801942002175203
+ 4.8019740041050865
+ 4.802006005739775
+ 4.8020380070792745
+ 4.802070008123593
+ 4.802102008872737
+ 4.802134009326716
+ 4.802166009485534
+ 4.802198009349201
+ 4.802230008917724
+ 4.802262008191109
+ 4.802294007169365
+ 4.8023260058525
+ 4.802358004240519
+ 4.80239000233343
+ 4.802422000131243
+ 4.802453997633961
+ 4.802485994841596
+ 4.802517991754152
+ 4.802549988371637
+ 4.802581984694059
+ 4.802613980721426
+ 4.802645976453744
+ 4.802677971891022
+ 4.802709967033265
+ 4.802741961880483
+ 4.802773956432683
+ 4.80280595068987
+ 4.802837944652053
+ 4.80286993831924
+ 4.802901931691437
+ 4.802933924768654
+ 4.802965917550894
+ 4.80299791003817
+ 4.803029902230484
+ 4.803061894127845
+ 4.803093885730262
+ 4.803125877037742
+ 4.803157868050291
+ 4.803189858767918
+ 4.803221849190629
+ 4.803253839318432
+ 4.803285829151335
+ 4.803317818689344
+ 4.803349807932467
+ 4.803381796880711
+ 4.803413785534085
+ 4.8034457738925935
+ 4.803477761956247
+ 4.803509749725051
+ 4.803541737199014
+ 4.803573724378142
+ 4.803605711262443
+ 4.803637697851925
+ 4.803669684146595
+ 4.803701670146459
+ 4.803733655851527
+ 4.803765641261804
+ 4.803797626377299
+ 4.803829611198018
+ 4.80386159572397
+ 4.803893579955161
+ 4.803925563891599
+ 4.803957547533291
+ 4.803989530880244
+ 4.804021513932467
+ 4.804053496689965
+ 4.804085479152748
+ 4.804117461320822
+ 4.804149443194193
+ 4.804181424772872
+ 4.804213406056863
+ 4.804245387046174
+ 4.804277367740814
+ 4.804309348140788
+ 4.804341328246106
+ 4.804373308056774
+ 4.8044052875727985
+ 4.804437266794188
+ 4.8044692457209495
+ 4.804501224353091
+ 4.804533202690619
+ 4.804565180733541
+ 4.804597158481866
+ 4.804629135935598
+ 4.804661113094747
+ 4.80469308995932
+ 4.804725066529325
+ 4.804757042804767
+ 4.804789018785655
+ 4.804820994471997
+ 4.8048529698637985
+ 4.804884944961068
+ 4.804916919763813
+ 4.804948894272041
+ 4.8049808684857584
+ 4.805012842404973
+ 4.805044816029693
+ 4.8050767893599255
+ 4.805108762395676
+ 4.805140735136954
+ 4.805172707583766
+ 4.8052046797361205
+ 4.805236651594022
+ 4.80526862315748
+ 4.8053005944265035
+ 4.8053325654010965
+ 4.805364536081268
+ 4.805396506467026
+ 4.805428476558375
+ 4.805460446355327
+ 4.805492415857884
+ 4.805524385066057
+ 4.8055563539798545
+ 4.80558832259928
+ 4.8056202909243435
+ 4.80565225895505
+ 4.80568422669141
+ 4.805716194133428
+ 4.805748161281114
+ 4.805780128134472
+ 4.805812094693514
+ 4.8058440609582425
+ 4.805876026928668
+ 4.805907992604796
+ 4.805939957986635
+ 4.8059719230741935
+ 4.806003887867476
+ 4.806035852366491
+ 4.806067816571248
+ 4.80609978048175
+ 4.806131744098009
+ 4.806163707420029
+ 4.806195670447819
+ 4.806227633181385
+ 4.806259595620737
+ 4.806291557765879
+ 4.806323519616821
+ 4.8063554811735685
+ 4.80638744243613
+ 4.806419403404513
+ 4.806451364078724
+ 4.80648332445877
+ 4.80651528454466
+ 4.8065472443364
+ 4.806579203833998
+ 4.806611163037461
+ 4.806643121946796
+ 4.8066750805620115
+ 4.806707038883113
+ 4.80673899691011
+ 4.806770954643008
+ 4.8068029120818165
+ 4.806834869226541
+ 4.80686682607719
+ 4.806898782633769
+ 4.806930738896287
+ 4.80696269486475
+ 4.806994650539167
+ 4.807026605919545
+ 4.807058561005891
+ 4.807090515798212
+ 4.807122470296515
+ 4.807154424500809
+ 4.8071863784110995
+ 4.807218332027395
+ 4.807250285349703
+ 4.807282238378029
+ 4.807314191112384
+ 4.8073461435527705
+ 4.807378095699199
+ 4.807410047551677
+ 4.807441999110211
+ 4.807473950374807
+ 4.8075059013454755
+ 4.807537852022222
+ 4.807569802405053
+ 4.8076017524939765
+ 4.807633702289
+ 4.807665651790131
+ 4.807697600997377
+ 4.8077295499107455
+ 4.807761498530244
+ 4.807793446855877
+ 4.807825394887655
+ 4.807857342625586
+ 4.807889290069674
+ 4.807921237219929
+ 4.807953184076357
+ 4.807985130638966
+ 4.808017076907763
+ 4.808049022882756
+ 4.808080968563951
+ 4.808112913951357
+ 4.80814485904498
+ 4.808176803844828
+ 4.808208748350907
+ 4.808240692563226
+ 4.808272636481791
+ 4.808304580106612
+ 4.808336523437693
+ 4.808368466475043
+ 4.808400409218669
+ 4.808432351668579
+ 4.80846429382478
+ 4.808496235687279
+ 4.808528177256083
+ 4.8085601185312
+ 4.808592059512637
+ 4.8086240002004015
+ 4.8086559405945
+ 4.808687880694941
+ 4.808719820501732
+ 4.8087517600148795
+ 4.8087836992343895
+ 4.808815638160272
+ 4.808847576792534
+ 4.808879515131181
+ 4.808911453176222
+ 4.808943390927664
+ 4.808975328385514
+ 4.809007265549778
+ 4.809039202420466
+ 4.809071138997583
+ 4.809103075281137
+ 4.809135011271136
+ 4.809166946967588
+ 4.809198882370498
+ 4.809230817479876
+ 4.8092627522957265
+ 4.809294686818059
+ 4.80932662104688
+ 4.809358554982197
+ 4.809390488624016
+ 4.809422421972347
+ 4.809454355027196
+ 4.80948628778857
+ 4.809518220256476
+ 4.809550152430922
+ 4.809582084311915
+ 4.809614015899462
+ 4.809645947193571
+ 4.8096778781942495
+ 4.809709808901505
+ 4.809741739315343
+ 4.8097736694357724
+ 4.809805599262801
+ 4.809837528796435
+ 4.809869458036681
+ 4.809901386983548
+ 4.809933315637044
+ 4.809965243997173
+ 4.8099971720639445
+ 4.810029099837366
+ 4.8100610273174444
+ 4.810092954504187
+ 4.8101248813976
+ 4.810156807997694
+ 4.810188734304473
+ 4.810220660317946
+ 4.810252586038119
+ 4.810284511465
+ 4.8103164365985975
+ 4.810348361438917
+ 4.810380285985967
+ 4.810412210239754
+ 4.810444134200286
+ 4.81047605786757
+ 4.810507981241613
+ 4.810539904322423
+ 4.810571827110006
+ 4.810603749604371
+ 4.8106356718055245
+ 4.810667593713473
+ 4.810699515328225
+ 4.810731436649788
+ 4.8107633576781685
+ 4.810795278413375
+ 4.810827198855413
+ 4.810859119004291
+ 4.810891038860015
+ 4.810922958422594
+ 4.810954877692034
+ 4.810986796668344
+ 4.81101871535153
+ 4.8110506337415995
+ 4.81108255183856
+ 4.811114469642418
+ 4.811146387153181
+ 4.811178304370859
+ 4.811210221295456
+ 4.811242137926979
+ 4.811274054265438
+ 4.811305970310839
+ 4.811337886063189
+ 4.811369801522495
+ 4.811401716688766
+ 4.811433631562007
+ 4.8114655461422275
+ 4.811497460429433
+ 4.811529374423632
+ 4.811561288124832
+ 4.811593201533039
+ 4.811625114648262
+ 4.811657027470505
+ 4.8116889399997795
+ 4.811720852236091
+ 4.811752764179446
+ 4.811784675829853
+ 4.811816587187319
+ 4.81184849825185
+ 4.811880409023455
+ 4.811912319502141
+ 4.8119442296879145
+ 4.811976139580783
+ 4.812008049180755
+ 4.812039958487837
+ 4.812071867502035
+ 4.812103776223358
+ 4.812135684651814
+ 4.812167592787407
+ 4.812199500630147
+ 4.812231408180042
+ 4.8122633154370975
+ 4.81229522240132
+ 4.8123271290727185
+ 4.8123590354513
+ 4.812390941537073
+ 4.812422847330041
+ 4.812454752830216
+ 4.812486658037602
+ 4.812518562952207
+ 4.812550467574039
+ 4.812582371903105
+ 4.812614275939412
+ 4.812646179682968
+ 4.812678083133779
+ 4.812709986291853
+ 4.8127418891571985
+ 4.81277379172982
+ 4.812805694009727
+ 4.812837595996927
+ 4.812869497691426
+ 4.8129013990932314
+ 4.812933300202352
+ 4.812965201018793
+ 4.812997101542563
+ 4.813029001773669
+ 4.8130609017121175
+ 4.813092801357918
+ 4.813124700711075
+ 4.813156599771597
+ 4.813188498539493
+ 4.813220397014767
+ 4.8132522951974295
+ 4.813284193087485
+ 4.813316090684943
+ 4.8133479879898085
+ 4.8133798850020915
+ 4.813411781721797
+ 4.813443678148934
+ 4.813475574283507
+ 4.813507470125527
+ 4.813539365674999
+ 4.813571260931932
+ 4.813603155896331
+ 4.813635050568204
+ 4.813666944947559
+ 4.813698839034403
+ 4.813730732828744
+ 4.813762626330587
+ 4.813794519539941
+ 4.813826412456815
+ 4.8138583050812125
+ 4.813890197413143
+ 4.813922089452613
+ 4.813953981199631
+ 4.813985872654203
+ 4.814017763816336
+ 4.81404965468604
+ 4.814081545263319
+ 4.814113435548181
+ 4.814145325540635
+ 4.8141772152406865
+ 4.814209104648344
+ 4.8142409937636135
+ 4.814272882586503
+ 4.81430477111702
+ 4.814336659355172
+ 4.814368547300965
+ 4.814400434954408
+ 4.814432322315507
+ 4.814464209384268
+ 4.814496096160701
+ 4.814527982644813
+ 4.814559868836609
+ 4.814591754736099
+ 4.814623640343288
+ 4.814655525658185
+ 4.814687410680796
+ 4.814719295411129
+ 4.814751179849191
+ 4.81478306399499
+ 4.814814947848531
+ 4.814846831409825
+ 4.814878714678875
+ 4.814910597655692
+ 4.814942480340282
+ 4.8149743627326504
+ 4.815006244832806
+ 4.815038126640757
+ 4.81507000815651
+ 4.815101889380072
+ 4.81513377031145
+ 4.815165650950651
+ 4.815197531297684
+ 4.815229411352554
+ 4.81526129111527
+ 4.815293170585839
+ 4.815325049764268
+ 4.815356928650563
+ 4.815388807244733
+ 4.815420685546785
+ 4.815452563556725
+ 4.815484441274562
+ 4.815516318700303
+ 4.815548195833954
+ 4.815580072675523
+ 4.815611949225018
+ 4.815643825482446
+ 4.815675701447813
+ 4.815707577121127
+ 4.815739452502395
+ 4.815771327591626
+ 4.815803202388825
+ 4.8158350768939995
+ 4.815866951107158
+ 4.815898825028308
+ 4.815930698657454
+ 4.815962571994607
+ 4.815994445039771
+ 4.816026317792956
+ 4.816058190254168
+ 4.816090062423413
+ 4.816121934300701
+ 4.816153805886036
+ 4.816185677179428
+ 4.816217548180883
+ 4.8162494188904095
+ 4.816281289308013
+ 4.816313159433701
+ 4.816345029267482
+ 4.816376898809362
+ 4.816408768059349
+ 4.81644063701745
+ 4.816472505683673
+ 4.816504374058024
+ 4.8165362421405105
+ 4.816568109931141
+ 4.816599977429922
+ 4.81663184463686
+ 4.816663711551962
+ 4.816695578175237
+ 4.816727444506692
+ 4.816759310546333
+ 4.816791176294167
+ 4.816823041750204
+ 4.816854906914447
+ 4.816886771786907
+ 4.81691863636759
+ 4.816950500656502
+ 4.8169823646536525
+ 4.817014228359048
+ 4.817046091772694
+ 4.8170779548946
+ 4.817109817724773
+ 4.8171416802632185
+ 4.817173542509945
+ 4.81720540446496
+ 4.81723726612827
+ 4.817269127499883
+ 4.817300988579806
+ 4.8173328493680465
+ 4.817364709864611
+ 4.817396570069506
+ 4.8174284299827415
+ 4.817460289604322
+ 4.817492148934257
+ 4.81752400797255
+ 4.817555866719213
+ 4.817587725174252
+ 4.817619583337672
+ 4.817651441209481
+ 4.817683298789688
+ 4.8177151560782985
+ 4.817747013075321
+ 4.817778869780761
+ 4.817810726194627
+ 4.817842582316927
+ 4.817874438147666
+ 4.817906293686853
+ 4.817938148934496
+ 4.8179700038906
+ 4.818001858555173
+ 4.818033712928223
+ 4.818065567009756
+ 4.818097420799781
+ 4.818129274298304
+ 4.8181611275053315
+ 4.818192980420872
+ 4.818224833044934
+ 4.818256685377522
+ 4.818288537418645
+ 4.818320389168309
+ 4.818352240626521
+ 4.81838409179329
+ 4.818415942668624
+ 4.818447793252527
+ 4.818479643545008
+ 4.818511493546074
+ 4.818543343255732
+ 4.818575192673991
+ 4.818607041800856
+ 4.818638890636335
+ 4.818670739180435
+ 4.818702587433164
+ 4.8187344353945285
+ 4.818766283064536
+ 4.818798130443194
+ 4.818829977530509
+ 4.818861824326489
+ 4.818893670831141
+ 4.818925517044471
+ 4.818957362966489
+ 4.818989208597199
+ 4.819021053936613
+ 4.819052898984732
+ 4.819084743741567
+ 4.819116588207124
+ 4.819148432381413
+ 4.819180276264437
+ 4.819212119856206
+ 4.819243963156726
+ 4.819275806166005
+ 4.81930764888405
+ 4.819339491310868
+ 4.819371333446467
+ 4.819403175290853
+ 4.819435016844034
+ 4.819466858106018
+ 4.81949869907681
+ 4.8195305397564185
+ 4.819562380144852
+ 4.819594220242116
+ 4.819626060048217
+ 4.819657899563165
+ 4.819689738786964
+ 4.8197215777196245
+ 4.819753416361151
+ 4.819785254711552
+ 4.819817092770836
+ 4.819848930539007
+ 4.819880768016075
+ 4.819912605202045
+ 4.8199444420969275
+ 4.819976278700727
+ 4.820008115013452
+ 4.820039951035107
+ 4.820071786765703
+ 4.820103622205246
+ 4.820135457353742
+ 4.820167292211199
+ 4.820199126777624
+ 4.820230961053024
+ 4.820262795037409
+ 4.820294628730781
+ 4.820326462133153
+ 4.820358295244528
+ 4.820390128064913
+ 4.820421960594319
+ 4.82045379283275
+ 4.820485624780215
+ 4.82051745643672
+ 4.820549287802272
+ 4.820581118876881
+ 4.82061294966055
+ 4.820644780153289
+ 4.820676610355105
+ 4.820708440266005
+ 4.820740269885995
+ 4.820772099215082
+ 4.820803928253277
+ 4.820835757000584
+ 4.820867585457011
+ 4.820899413622564
+ 4.820931241497251
+ 4.820963069081081
+ 4.820994896374059
+ 4.821026723376192
+ 4.821058550087489
+ 4.821090376507957
+ 4.821122202637602
+ 4.821154028476432
+ 4.821185854024454
+ 4.821217679281674
+ 4.821249504248102
+ 4.821281328923742
+ 4.821313153308605
+ 4.821344977402694
+ 4.82137680120602
+ 4.821408624718586
+ 4.821440447940404
+ 4.821472270871478
+ 4.821504093511816
+ 4.821535915861426
+ 4.821567737920314
+ 4.8215995596884875
+ 4.821631381165954
+ 4.82166320235272
+ 4.821695023248795
+ 4.821726843854184
+ 4.821758664168894
+ 4.821790484192934
+ 4.821822303926309
+ 4.821854123369029
+ 4.8218859425210985
+ 4.821917761382526
+ 4.821949579953317
+ 4.821981398233483
+ 4.822013216223026
+ 4.822045033921957
+ 4.822076851330282
+ 4.822108668448007
+ 4.822140485275141
+ 4.82217230181169
+ 4.8222041180576625
+ 4.822235934013063
+ 4.822267749677903
+ 4.8222995650521865
+ 4.822331380135919
+ 4.822363194929112
+ 4.822395009431772
+ 4.822426823643903
+ 4.822458637565516
+ 4.822490451196616
+ 4.822522264537211
+ 4.822554077587307
+ 4.822585890346912
+ 4.822617702816033
+ 4.822649514994678
+ 4.822681326882854
+ 4.822713138480568
+ 4.822744949787825
+ 4.822776760804637
+ 4.822808571531007
+ 4.8228403819669445
+ 4.822872192112455
+ 4.822904001967546
+ 4.8229358115322265
+ 4.822967620806502
+ 4.82299942979038
+ 4.8230312384838685
+ 4.823063046886973
+ 4.8230948549997015
+ 4.823126662822063
+ 4.823158470354062
+ 4.823190277595707
+ 4.823222084547004
+ 4.823253891207963
+ 4.823285697578588
+ 4.823317503658889
+ 4.8233493094488695
+ 4.823381114948541
+ 4.823412920157908
+ 4.823444725076978
+ 4.823476529705759
+ 4.8235083340442575
+ 4.823540138092482
+ 4.823571941850437
+ 4.823603745318133
+ 4.823635548495573
+ 4.823667351382768
+ 4.8236991539797245
+ 4.823730956286448
+ 4.823762758302948
+ 4.823794560029229
+ 4.823826361465301
+ 4.823858162611169
+ 4.823889963466841
+ 4.823921764032324
+ 4.823953564307626
+ 4.823985364292754
+ 4.824017163987714
+ 4.824048963392514
+ 4.82408076250716
+ 4.8241125613316616
+ 4.8241443598660245
+ 4.824176158110256
+ 4.824207956064363
+ 4.824239753728354
+ 4.8242715511022345
+ 4.824303348186013
+ 4.824335144979696
+ 4.824366941483291
+ 4.8243987376968045
+ 4.8244305336202435
+ 4.824462329253617
+ 4.82449412459693
+ 4.824525919650191
+ 4.824557714413408
+ 4.824589508886586
+ 4.824621303069733
+ 4.824653096962857
+ 4.8246848905659645
+ 4.824716683879063
+ 4.824748476902159
+ 4.8247802696352595
+ 4.824812062078374
+ 4.824843854231507
+ 4.824875646094666
+ 4.824907437667861
+ 4.824939228951096
+ 4.824971019944378
+ 4.8250028106477165
+ 4.825034601061118
+ 4.825066391184588
+ 4.825098181018136
+ 4.825129970561768
+ 4.825161759815491
+ 4.825193548779313
+ 4.825225337453239
+ 4.825257125837279
+ 4.82528891393144
+ 4.825320701735728
+ 4.8253524892501485
+ 4.825384276474711
+ 4.825416063409422
+ 4.8254478500542906
+ 4.825479636409321
+ 4.825511422474522
+ 4.8255432082499
+ 4.825574993735463
+ 4.825606778931217
+ 4.82563856383717
+ 4.82567034845333
+ 4.825702132779702
+ 4.825733916816295
+ 4.825765700563116
+ 4.82579748402017
+ 4.825829267187468
+ 4.825861050065014
+ 4.8258928326528165
+ 4.825924614950884
+ 4.82595639695922
+ 4.825988178677834
+ 4.826019960106733
+ 4.826051741245925
+ 4.826083522095416
+ 4.826115302655213
+ 4.826147082925324
+ 4.826178862905755
+ 4.826210642596514
+ 4.826242421997609
+ 4.8262742011090465
+ 4.826305979930832
+ 4.826337758462975
+ 4.8263695367054815
+ 4.8264013146583595
+ 4.826433092321615
+ 4.826464869695257
+ 4.826496646779289
+ 4.8265284235737225
+ 4.8265602000785615
+ 4.826591976293816
+ 4.826623752219491
+ 4.826655527855594
+ 4.826687303202132
+ 4.826719078259113
+ 4.826750853026543
+ 4.826782627504431
+ 4.826814401692783
+ 4.826846175591606
+ 4.826877949200908
+ 4.8269097225206945
+ 4.826941495550973
+ 4.826973268291752
+ 4.827005040743039
+ 4.827036812904839
+ 4.8270685847771615
+ 4.8271003563600114
+ 4.827132127653398
+ 4.827163898657326
+ 4.827195669371805
+ 4.827227439796841
+ 4.827259209932442
+ 4.827290979778613
+ 4.827322749335363
+ 4.827354518602699
+ 4.827386287580629
+ 4.827418056269158
+ 4.827449824668293
+ 4.827481592778044
+ 4.827513360598417
+ 4.827545128129417
+ 4.827576895371053
+ 4.827608662323334
+ 4.827640428986264
+ 4.827672195359851
+ 4.827703961444102
+ 4.827735727239025
+ 4.827767492744627
+ 4.827799257960915
+ 4.827831022887896
+ 4.827862787525577
+ 4.827894551873966
+ 4.827926315933068
+ 4.827958079702893
+ 4.827989843183446
+ 4.828021606374735
+ 4.828053369276768
+ 4.8280851318895515
+ 4.828116894213092
+ 4.8281486562473965
+ 4.828180417992472
+ 4.828212179448329
+ 4.8282439406149695
+ 4.828275701492404
+ 4.82830746208064
+ 4.8283392223796815
+ 4.828370982389538
+ 4.828402742110217
+ 4.828434501541725
+ 4.828466260684069
+ 4.828498019537256
+ 4.828529778101292
+ 4.8285615363761885
+ 4.828593294361947
+ 4.8286250520585785
+ 4.8286568094660876
+ 4.828688566584485
+ 4.828720323413774
+ 4.828752079953962
+ 4.82878383620506
+ 4.828815592167072
+ 4.828847347840005
+ 4.828879103223867
+ 4.828910858318666
+ 4.828942613124409
+ 4.8289743676411
+ 4.82900612186875
+ 4.829037875807364
+ 4.829069629456949
+ 4.829101382817515
+ 4.829133135889066
+ 4.82916488867161
+ 4.829196641165154
+ 4.829228393369706
+ 4.829260145285273
+ 4.829291896911861
+ 4.829323648249479
+ 4.829355399298131
+ 4.829387150057827
+ 4.829418900528575
+ 4.8294506507103785
+ 4.829482400603247
+ 4.8295141502071885
+ 4.829545899522207
+ 4.8295776485483115
+ 4.82960939728551
+ 4.8296411457338095
+ 4.829672893893216
+ 4.829704641763736
+ 4.829736389345378
+ 4.829768136638149
+ 4.829799883642056
+ 4.829831630357106
+ 4.8298633767833055
+ 4.8298951229206635
+ 4.829926868769186
+ 4.82995861432888
+ 4.829990359599751
+ 4.83002210458181
+ 4.830053849275061
+ 4.830085593679512
+ 4.830117337795171
+ 4.830149081622044
+ 4.830180825160139
+ 4.830212568409461
+ 4.830244311370021
+ 4.830276054041822
+ 4.830307796424873
+ 4.8303395385191825
+ 4.830371280324757
+ 4.830403021841601
+ 4.830434763069724
+ 4.8304665040091335
+ 4.830498244659835
+ 4.830529985021837
+ 4.830561725095145
+ 4.830593464879768
+ 4.830625204375713
+ 4.830656943582985
+ 4.830688682501593
+ 4.830720421131545
+ 4.830752159472846
+ 4.830783897525504
+ 4.830815635289525
+ 4.830847372764919
+ 4.83087910995169
+ 4.830910846849847
+ 4.830942583459397
+ 4.830974319780346
+ 4.8310060558127015
+ 4.831037791556471
+ 4.831069527011661
+ 4.831101262178281
+ 4.8311329970563355
+ 4.831164731645833
+ 4.831196465946778
+ 4.831228199959183
+ 4.831259933683049
+ 4.8312916671183865
+ 4.8313234002652035
+ 4.831355133123504
+ 4.831386865693297
+ 4.831418597974589
+ 4.83145032996739
+ 4.831482061671702
+ 4.831513793087535
+ 4.831545524214897
+ 4.831577255053793
+ 4.831608985604232
+ 4.831640715866219
+ 4.8316724458397635
+ 4.83170417552487
+ 4.831735904921549
+ 4.831767634029805
+ 4.831799362849646
+ 4.831831091381079
+ 4.83186281962411
+ 4.831894547578748
+ 4.8319262752449985
+ 4.83195800262287
+ 4.831989729712369
+ 4.832021456513503
+ 4.832053183026278
+ 4.832084909250701
+ 4.8321166351867815
+ 4.832148360834525
+ 4.832180086193938
+ 4.832211811265029
+ 4.8322435360478035
+ 4.8322752605422705
+ 4.832306984748436
+ 4.832338708666306
+ 4.83237043229589
+ 4.832402155637194
+ 4.8324338786902254
+ 4.832465601454989
+ 4.832497323931496
+ 4.832529046119751
+ 4.832560768019761
+ 4.8325924896315335
+ 4.832624210955076
+ 4.832655931990395
+ 4.832687652737499
+ 4.832719373196393
+ 4.832751093367085
+ 4.832782813249583
+ 4.832814532843893
+ 4.832846252150023
+ 4.832877971167979
+ 4.832909689897769
+ 4.8329414083394
+ 4.8329731264928775
+ 4.833004844358212
+ 4.833036561935407
+ 4.833068279224473
+ 4.833099996225413
+ 4.833131712938238
+ 4.833163429362954
+ 4.833195145499566
+ 4.833226861348084
+ 4.833258576908514
+ 4.8332902921808625
+ 4.833322007165136
+ 4.833353721861344
+ 4.8333854362694915
+ 4.833417150389587
+ 4.833448864221636
+ 4.833480577765647
+ 4.833512291021628
+ 4.833544003989584
+ 4.833575716669522
+ 4.83360742906145
+ 4.833639141165375
+ 4.833670852981305
+ 4.833702564509246
+ 4.8337342757492054
+ 4.83376598670119
+ 4.833797697365207
+ 4.833829407741264
+ 4.833861117829367
+ 4.8338928276295245
+ 4.833924537141743
+ 4.8339562463660295
+ 4.8339879553023914
+ 4.834019663950835
+ 4.834051372311368
+ 4.834083080383997
+ 4.834114788168731
+ 4.834146495665575
+ 4.8341782028745355
+ 4.834209909795622
+ 4.83424161642884
+ 4.834273322774197
+ 4.8343050288317
+ 4.834336734601356
+ 4.834368440083173
+ 4.834400145277156
+ 4.834431850183315
+ 4.834463554801655
+ 4.834495259132184
+ 4.834526963174907
+ 4.834558666929835
+ 4.834590370396972
+ 4.834622073576326
+ 4.834653776467904
+ 4.834685479071713
+ 4.83471718138776
+ 4.8347488834160535
+ 4.834780585156599
+ 4.834812286609404
+ 4.834843987774475
+ 4.83487568865182
+ 4.8349073892414465
+ 4.834939089543361
+ 4.83497078955757
+ 4.835002489284081
+ 4.835034188722901
+ 4.835065887874037
+ 4.835097586737496
+ 4.835129285313286
+ 4.835160983601414
+ 4.835192681601886
+ 4.8352243793147105
+ 4.835256076739893
+ 4.835287773877441
+ 4.835319470727362
+ 4.835351167289664
+ 4.8353828635643525
+ 4.835414559551435
+ 4.835446255250919
+ 4.835477950662812
+ 4.835509645787119
+ 4.835541340623849
+ 4.8355730351730095
+ 4.835604729434605
+ 4.835636423408645
+ 4.835668117095137
+ 4.835699810494085
+ 4.835731503605499
+ 4.835763196429385
+ 4.83579488896575
+ 4.835826581214602
+ 4.835858273175947
+ 4.835889964849791
+ 4.8359216562361445
+ 4.8359533473350105
+ 4.8359850381464
+ 4.836016728670318
+ 4.8360484189067705
+ 4.836080108855767
+ 4.8361117985173125
+ 4.836143487891416
+ 4.836175176978083
+ 4.836206865777321
+ 4.836238554289138
+ 4.836270242513541
+ 4.836301930450534
+ 4.836333618100128
+ 4.836365305462328
+ 4.836396992537143
+ 4.836428679324577
+ 4.836460365824639
+ 4.836492052037336
+ 4.836523737962676
+ 4.836555423600664
+ 4.836587108951308
+ 4.836618794014616
+ 4.8366504787905935
+ 4.836682163279248
+ 4.836713847480587
+ 4.836745531394618
+ 4.836777215021347
+ 4.836808898360783
+ 4.83684058141293
+ 4.836872264177797
+ 4.836903946655391
+ 4.836935628845718
+ 4.836967310748787
+ 4.836998992364603
+ 4.837030673693175
+ 4.83706235473451
+ 4.8370940354886125
+ 4.837125715955492
+ 4.837157396135154
+ 4.837189076027607
+ 4.837220755632858
+ 4.837252434950913
+ 4.83728411398178
+ 4.837315792725464
+ 4.837347471181976
+ 4.83737914935132
+ 4.837410827233503
+ 4.837442504828534
+ 4.837474182136419
+ 4.837505859157164
+ 4.837537535890778
+ 4.837569212337268
+ 4.837600888496639
+ 4.8376325643689
+ 4.837664239954057
+ 4.837695915252117
+ 4.837727590263087
+ 4.8377592649869765
+ 4.8377909394237895
+ 4.837822613573534
+ 4.837854287436218
+ 4.837885961011848
+ 4.83791763430043
+ 4.837949307301972
+ 4.837980980016481
+ 4.838012652443965
+ 4.838044324584429
+ 4.838075996437881
+ 4.83810766800433
+ 4.838139339283781
+ 4.83817101027624
+ 4.838202680981716
+ 4.838234351400215
+ 4.838266021531745
+ 4.8382976913763125
+ 4.838329360933925
+ 4.838361030204589
+ 4.8383926991883115
+ 4.8384243678851
+ 4.838456036294962
+ 4.838487704417902
+ 4.838519372253931
+ 4.838551039803054
+ 4.838582707065277
+ 4.838614374040609
+ 4.838646040729055
+ 4.838677707130625
+ 4.838709373245322
+ 4.838741039073158
+ 4.838772704614135
+ 4.838804369868265
+ 4.83883603483555
+ 4.838867699516001
+ 4.838899363909623
+ 4.838931028016424
+ 4.838962691836411
+ 4.838994355369591
+ 4.8390260186159715
+ 4.839057681575556
+ 4.839089344248357
+ 4.839121006634379
+ 4.839152668733628
+ 4.839184330546113
+ 4.839215992071839
+ 4.839247653310815
+ 4.839279314263047
+ 4.839310974928543
+ 4.8393426353073075
+ 4.839374295399351
+ 4.839405955204678
+ 4.839437614723297
+ 4.839469273955215
+ 4.839500932900437
+ 4.8395325915589735
+ 4.839564249930828
+ 4.839595908016011
+ 4.839627565814527
+ 4.839659223326383
+ 4.839690880551588
+ 4.839722537490147
+ 4.839754194142069
+ 4.839785850507359
+ 4.839817506586026
+ 4.839849162378075
+ 4.839880817883515
+ 4.839912473102351
+ 4.839944128034592
+ 4.839975782680244
+ 4.840007437039315
+ 4.84003909111181
+ 4.840070744897738
+ 4.840102398397105
+ 4.84013405160992
+ 4.840165704536187
+ 4.840197357175916
+ 4.840229009529112
+ 4.840260661595782
+ 4.840292313375933
+ 4.840323964869573
+ 4.84035561607671
+ 4.840387266997349
+ 4.8404189176314985
+ 4.840450567979165
+ 4.8404822180403535
+ 4.840513867815075
+ 4.840545517303333
+ 4.8405771665051365
+ 4.840608815420493
+ 4.840640464049407
+ 4.840672112391888
+ 4.840703760447942
+ 4.840735408217577
+ 4.840767055700798
+ 4.840798702897613
+ 4.840830349808031
+ 4.840861996432056
+ 4.840893642769697
+ 4.8409252888209595
+ 4.8409569345858525
+ 4.840988580064382
+ 4.841020225256554
+ 4.841051870162376
+ 4.841083514781857
+ 4.841115159115002
+ 4.841146803161819
+ 4.8411784469223145
+ 4.841210090396496
+ 4.84124173358437
+ 4.841273376485943
+ 4.841305019101225
+ 4.841336661430218
+ 4.841368303472933
+ 4.8413999452293766
+ 4.841431586699555
+ 4.841463227883475
+ 4.841494868781143
+ 4.841526509392567
+ 4.841558149717756
+ 4.841589789756714
+ 4.841621429509449
+ 4.841653068975967
+ 4.841684708156278
+ 4.841716347050387
+ 4.841747985658301
+ 4.841779623980026
+ 4.841811262015571
+ 4.841842899764942
+ 4.841874537228147
+ 4.841906174405191
+ 4.841937811296084
+ 4.84196944790083
+ 4.842001084219439
+ 4.842032720251916
+ 4.842064355998267
+ 4.842095991458502
+ 4.842127626632625
+ 4.842159261520646
+ 4.84219089612257
+ 4.842222530438404
+ 4.842254164468157
+ 4.842285798211834
+ 4.842317431669442
+ 4.842349064840988
+ 4.842380697726481
+ 4.842412330325927
+ 4.842443962639332
+ 4.842475594666704
+ 4.84250722640805
+ 4.842538857863375
+ 4.84257048903269
+ 4.842602119915999
+ 4.8426337505133095
+ 4.842665380824629
+ 4.842697010849965
+ 4.842728640589323
+ 4.842760270042711
+ 4.8427918992101375
+ 4.842823528091605
+ 4.842855156687126
+ 4.842886784996704
+ 4.842918413020347
+ 4.842950040758063
+ 4.842981668209856
+ 4.843013295375736
+ 4.84304492225571
+ 4.843076548849783
+ 4.8431081751579645
+ 4.843139801180259
+ 4.843171426916674
+ 4.843203052367217
+ 4.843234677531896
+ 4.843266302410718
+ 4.843297927003688
+ 4.8433295513108146
+ 4.843361175332104
+ 4.843392799067564
+ 4.8434244225172005
+ 4.843456045681021
+ 4.8434876685590345
+ 4.843519291151245
+ 4.843550913457661
+ 4.843582535478289
+ 4.843614157213137
+ 4.843645778662212
+ 4.843677399825518
+ 4.843709020703066
+ 4.84374064129486
+ 4.843772261600909
+ 4.84380388162122
+ 4.843835501355799
+ 4.843867120804653
+ 4.84389873996779
+ 4.843930358845215
+ 4.843961977436939
+ 4.843993595742964
+ 4.844025213763301
+ 4.844056831497954
+ 4.844088448946931
+ 4.844120066110241
+ 4.844151682987889
+ 4.844183299579882
+ 4.844214915886227
+ 4.844246531906933
+ 4.844278147642004
+ 4.84430976309145
+ 4.844341378255274
+ 4.844372993133487
+ 4.844404607726095
+ 4.844436222033104
+ 4.844467836054521
+ 4.844499449790353
+ 4.844531063240608
+ 4.8445626764052925
+ 4.844594289284414
+ 4.844625901877978
+ 4.844657514185993
+ 4.844689126208467
+ 4.844720737945403
+ 4.844752349396812
+ 4.844783960562698
+ 4.844815571443071
+ 4.8448471820379355
+ 4.8448787923473
+ 4.844910402371171
+ 4.844942012109556
+ 4.84497362156246
+ 4.8450052307298925
+ 4.8450368396118595
+ 4.845068448208367
+ 4.845100056519424
+ 4.845131664545036
+ 4.845163272285211
+ 4.845194879739954
+ 4.845226486909275
+ 4.845258093793178
+ 4.845289700391673
+ 4.845321306704765
+ 4.845352912732461
+ 4.845384518474768
+ 4.845416123931694
+ 4.845447729103245
+ 4.845479333989429
+ 4.845510938590253
+ 4.845542542905722
+ 4.845574146935845
+ 4.845605750680629
+ 4.84563735414008
+ 4.845668957314205
+ 4.845700560203011
+ 4.845732162806505
+ 4.845763765124696
+ 4.845795367157588
+ 4.84582696890519
+ 4.845858570367508
+ 4.84589017154455
+ 4.845921772436321
+ 4.845953373042829
+ 4.845984973364083
+ 4.846016573400087
+ 4.84604817315085
+ 4.8460797726163785
+ 4.8461113717966775
+ 4.846142970691758
+ 4.846174569301622
+ 4.846206167626281
+ 4.846237765665741
+ 4.8462693634200065
+ 4.846300960889087
+ 4.846332558072988
+ 4.846364154971718
+ 4.846395751585282
+ 4.846427347913689
+ 4.846458943956945
+ 4.846490539715057
+ 4.846522135188032
+ 4.846553730375876
+ 4.846585325278598
+ 4.846616919896204
+ 4.8466485142287015
+ 4.846680108276096
+ 4.846711702038395
+ 4.846743295515607
+ 4.8467748887077375
+ 4.846806481614795
+ 4.846838074236784
+ 4.8468696665737125
+ 4.846901258625589
+ 4.8469328503924185
+ 4.84696444187421
+ 4.846996033070968
+ 4.847027623982701
+ 4.847059214609416
+ 4.8470908049511205
+ 4.84712239500782
+ 4.8471539847795215
+ 4.847185574266233
+ 4.8472171634679615
+ 4.847248752384714
+ 4.847280341016496
+ 4.847311929363317
+ 4.84734351742518
+ 4.847375105202097
+ 4.847406692694071
+ 4.847438279901112
+ 4.847469866823225
+ 4.847501453460417
+ 4.847533039812696
+ 4.847564625880067
+ 4.84759621166254
+ 4.847627797160119
+ 4.847659382372813
+ 4.847690967300628
+ 4.847722551943571
+ 4.84775413630165
+ 4.847785720374871
+ 4.847817304163241
+ 4.847848887666767
+ 4.847880470885456
+ 4.847912053819316
+ 4.847943636468352
+ 4.847975218832572
+ 4.8480068009119845
+ 4.848038382706593
+ 4.848069964216409
+ 4.848101545441434
+ 4.848133126381679
+ 4.848164707037151
+ 4.848196287407855
+ 4.848227867493798
+ 4.848259447294988
+ 4.848291026811433
+ 4.848322606043138
+ 4.84835418499011
+ 4.848385763652358
+ 4.848417342029887
+ 4.848448920122704
+ 4.848480497930817
+ 4.848512075454233
+ 4.848543652692957
+ 4.848575229646999
+ 4.848606806316364
+ 4.8486383827010595
+ 4.848669958801092
+ 4.848701534616469
+ 4.848733110147196
+ 4.848764685393283
+ 4.848796260354735
+ 4.848827835031559
+ 4.848859409423761
+ 4.8488909835313505
+ 4.848922557354333
+ 4.848954130892714
+ 4.848985704146504
+ 4.849017277115706
+ 4.84904884980033
+ 4.849080422200382
+ 4.849111994315869
+ 4.849143566146798
+ 4.849175137693175
+ 4.849206708955007
+ 4.849238279932304
+ 4.849269850625069
+ 4.849301421033311
+ 4.849332991157036
+ 4.849364560996253
+ 4.849396130550966
+ 4.849427699821183
+ 4.849459268806913
+ 4.849490837508161
+ 4.849522405924933
+ 4.849553974057239
+ 4.849585541905083
+ 4.849617109468474
+ 4.849648676747417
+ 4.849680243741921
+ 4.849711810451992
+ 4.849743376877637
+ 4.849774943018863
+ 4.849806508875677
+ 4.849838074448086
+ 4.849869639736096
+ 4.849901204739715
+ 4.84993276945895
+ 4.8499643338938085
+ 4.8499958980442965
+ 4.85002746191042
+ 4.850059025492187
+ 4.850090588789605
+ 4.850122151802681
+ 4.850153714531421
+ 4.850185276975833
+ 4.850216839135923
+ 4.850248401011698
+ 4.850279962603166
+ 4.850311523910332
+ 4.850343084933204
+ 4.850374645671789
+ 4.850406206126095
+ 4.850437766296128
+ 4.850469326181894
+ 4.8505008857834016
+ 4.850532445100658
+ 4.850564004133668
+ 4.8505955628824395
+ 4.85062712134698
+ 4.850658679527296
+ 4.850690237423395
+ 4.850721795035283
+ 4.850753352362967
+ 4.850784909406456
+ 4.850816466165754
+ 4.85084802264087
+ 4.85087957883181
+ 4.850911134738582
+ 4.85094269036119
+ 4.8509742456996445
+ 4.851005800753952
+ 4.851037355524117
+ 4.851068910010148
+ 4.8511004642120525
+ 4.851132018129837
+ 4.851163571763508
+ 4.851195125113072
+ 4.851226678178537
+ 4.8512582309599095
+ 4.851289783457197
+ 4.851321335670406
+ 4.8513528875995435
+ 4.851384439244616
+ 4.851415990605631
+ 4.851447541682595
+ 4.851479092475516
+ 4.851510642984398
+ 4.8515421932092515
+ 4.851573743150082
+ 4.851605292806896
+ 4.851636842179703
+ 4.851668391268506
+ 4.851699940073313
+ 4.851731488594133
+ 4.851763036830971
+ 4.8517945847838355
+ 4.851826132452731
+ 4.851857679837667
+ 4.851889226938649
+ 4.851920773755685
+ 4.85195232028878
+ 4.851983866537944
+ 4.85201541250318
+ 4.8520469581844985
+ 4.852078503581905
+ 4.852110048695406
+ 4.852141593525008
+ 4.852173138070721
+ 4.852204682332548
+ 4.852236226310499
+ 4.852267770004579
+ 4.852299313414795
+ 4.852330856541155
+ 4.852362399383665
+ 4.852393941942333
+ 4.852425484217164
+ 4.852457026208167
+ 4.8524885679153495
+ 4.852520109338716
+ 4.852551650478273
+ 4.852583191334031
+ 4.8526147319059945
+ 4.85264627219417
+ 4.852677812198565
+ 4.852709351919189
+ 4.852740891356044
+ 4.852772430509141
+ 4.852803969378485
+ 4.852835507964084
+ 4.852867046265943
+ 4.8528985842840715
+ 4.852930122018474
+ 4.85296165946916
+ 4.852993196636134
+ 4.853024733519403
+ 4.853056270118977
+ 4.85308780643486
+ 4.853119342467059
+ 4.853150878215582
+ 4.853182413680437
+ 4.853213948861628
+ 4.853245483759163
+ 4.853277018373051
+ 4.853308552703297
+ 4.853340086749906
+ 4.853371620512889
+ 4.853403153992251
+ 4.853434687187999
+ 4.85346622010014
+ 4.85349775272868
+ 4.853529285073628
+ 4.853560817134989
+ 4.853592348912771
+ 4.853623880406979
+ 4.8536554116176225
+ 4.853686942544709
+ 4.853718473188241
+ 4.853750003548229
+ 4.85378153362468
+ 4.8538130634176
+ 4.853844592926996
+ 4.853876122152873
+ 4.853907651095242
+ 4.853939179754107
+ 4.853970708129476
+ 4.854002236221355
+ 4.854033764029752
+ 4.854065291554672
+ 4.854096818796125
+ 4.854128345754115
+ 4.854159872428652
+ 4.85419139881974
+ 4.854222924927386
+ 4.854254450751599
+ 4.854285976292386
+ 4.85431750154975
+ 4.854349026523702
+ 4.854380551214248
+ 4.854412075621394
+ 4.854443599745148
+ 4.854475123585515
+ 4.854506647142505
+ 4.854538170416122
+ 4.854569693406375
+ 4.854601216113268
+ 4.854632738536811
+ 4.85466426067701
+ 4.854695782533872
+ 4.854727304107403
+ 4.85475882539761
+ 4.854790346404502
+ 4.854821867128083
+ 4.854853387568363
+ 4.854884907725346
+ 4.85491642759904
+ 4.854947947189452
+ 4.854979466496589
+ 4.855010985520458
+ 4.855042504261066
+ 4.855074022718418
+ 4.8551055408925246
+ 4.855137058783391
+ 4.855168576391021
+ 4.8552000937154265
+ 4.855231610756612
+ 4.8552631275145846
+ 4.8552946439893505
+ 4.855326160180917
+ 4.855357676089293
+ 4.855389191714482
+ 4.855420707056494
+ 4.855452222115334
+ 4.855483736891009
+ 4.855515251383526
+ 4.855546765592893
+ 4.855578279519117
+ 4.855609793162203
+ 4.855641306522159
+ 4.855672819598992
+ 4.855704332392709
+ 4.855735844903316
+ 4.855767357130821
+ 4.8557988690752305
+ 4.855830380736552
+ 4.855861892114791
+ 4.855893403209955
+ 4.855924914022053
+ 4.855956424551088
+ 4.85598793479707
+ 4.856019444760004
+ 4.8560509544398975
+ 4.856082463836758
+ 4.856113972950593
+ 4.8561454817814065
+ 4.8561769903292085
+ 4.856208498594005
+ 4.856240006575802
+ 4.8562715142746065
+ 4.856303021690428
+ 4.856334528823269
+ 4.8563660356731395
+ 4.856397542240045
+ 4.856429048523994
+ 4.856460554524992
+ 4.856492060243047
+ 4.856523565678164
+ 4.856555070830352
+ 4.856586575699617
+ 4.856618080285965
+ 4.856649584589404
+ 4.856681088609941
+ 4.8567125923475825
+ 4.856744095802336
+ 4.856775598974207
+ 4.856807101863203
+ 4.856838604469332
+ 4.8568701067925995
+ 4.856901608833014
+ 4.85693311059058
+ 4.856964612065306
+ 4.856996113257199
+ 4.857027614166265
+ 4.857059114792512
+ 4.857090615135945
+ 4.857122115196574
+ 4.857153614974403
+ 4.8571851144694405
+ 4.857216613681692
+ 4.857248112611167
+ 4.8572796112578684
+ 4.857311109621806
+ 4.8573426077029875
+ 4.8573741055014175
+ 4.857405603017103
+ 4.857437100250052
+ 4.8574685972002705
+ 4.857500093867767
+ 4.857531590252546
+ 4.857563086354617
+ 4.857594582173983
+ 4.8576260777106555
+ 4.857657572964639
+ 4.85768906793594
+ 4.857720562624568
+ 4.857752057030526
+ 4.857783551153823
+ 4.857815044994466
+ 4.8578465385524625
+ 4.857878031827818
+ 4.857909524820539
+ 4.857941017530634
+ 4.857972509958109
+ 4.858004002102971
+ 4.858035493965227
+ 4.858066985544884
+ 4.858098476841949
+ 4.858129967856428
+ 4.858161458588329
+ 4.858192949037657
+ 4.858224439204421
+ 4.858255929088627
+ 4.858287418690283
+ 4.858318908009394
+ 4.858350397045967
+ 4.858381885800011
+ 4.858413374271531
+ 4.8584448624605345
+ 4.858476350367028
+ 4.858507837991019
+ 4.858539325332513
+ 4.85857081239152
+ 4.858602299168042
+ 4.85863378566209
+ 4.85866527187367
+ 4.858696757802788
+ 4.858728243449452
+ 4.858759728813666
+ 4.858791213895441
+ 4.858822698694782
+ 4.858854183211695
+ 4.858885667446188
+ 4.858917151398267
+ 4.858948635067941
+ 4.8589801184552135
+ 4.859011601560094
+ 4.859043084382589
+ 4.859074566922704
+ 4.859106049180447
+ 4.859137531155825
+ 4.859169012848844
+ 4.859200494259512
+ 4.859231975387835
+ 4.859263456233821
+ 4.859294936797475
+ 4.8593264170788055
+ 4.859357897077818
+ 4.859389376794521
+ 4.859420856228921
+ 4.8594523353810235
+ 4.8594838142508365
+ 4.859515292838366
+ 4.859546771143621
+ 4.8595782491666055
+ 4.859609726907329
+ 4.859641204365796
+ 4.859672681542015
+ 4.859704158435991
+ 4.859735635047734
+ 4.859767111377249
+ 4.859798587424542
+ 4.859830063189622
+ 4.859861538672494
+ 4.859893013873166
+ 4.859924488791644
+ 4.859955963427936
+ 4.859987437782047
+ 4.860018911853986
+ 4.860050385643759
+ 4.860081859151372
+ 4.860113332376833
+ 4.860144805320149
+ 4.860176277981326
+ 4.860207750360371
+ 4.860239222457292
+ 4.860270694272094
+ 4.860302165804785
+ 4.860333637055372
+ 4.860365108023861
+ 4.86039657871026
+ 4.860428049114574
+ 4.860459519236813
+ 4.860490989076982
+ 4.860522458635087
+ 4.860553927911136
+ 4.860585396905135
+ 4.860616865617092
+ 4.860648334047013
+ 4.860679802194905
+ 4.860711270060775
+ 4.860742737644631
+ 4.860774204946479
+ 4.860805671966324
+ 4.860837138704176
+ 4.860868605160039
+ 4.860900071333922
+ 4.86093153722583
+ 4.860963002835772
+ 4.860994468163754
+ 4.861025933209782
+ 4.861057397973863
+ 4.861088862456006
+ 4.8611203266562155
+ 4.861151790574499
+ 4.861183254210862
+ 4.861214717565314
+ 4.861246180637861
+ 4.861277643428508
+ 4.8613091059372655
+ 4.861340568164136
+ 4.86137203010913
+ 4.861403491772253
+ 4.861434953153512
+ 4.861466414252912
+ 4.861497875070462
+ 4.8615293356061695
+ 4.861560795860039
+ 4.861592255832079
+ 4.861623715522295
+ 4.861655174930696
+ 4.861686634057288
+ 4.861718092902076
+ 4.861749551465069
+ 4.861781009746274
+ 4.861812467745695
+ 4.861843925463342
+ 4.861875382899221
+ 4.861906840053338
+ 4.8619382969257
+ 4.861969753516314
+ 4.862001209825189
+ 4.862032665852329
+ 4.862064121597741
+ 4.862095577061433
+ 4.862127032243412
+ 4.8621584871436845
+ 4.8621899417622565
+ 4.862221396099136
+ 4.862252850154328
+ 4.862284303927842
+ 4.862315757419684
+ 4.862347210629859
+ 4.862378663558377
+ 4.8624101162052416
+ 4.862441568570461
+ 4.862473020654043
+ 4.862504472455994
+ 4.86253592397632
+ 4.862567375215028
+ 4.8625988261721265
+ 4.86263027684762
+ 4.862661727241516
+ 4.862693177353823
+ 4.862724627184545
+ 4.8627560767336915
+ 4.862787526001267
+ 4.862818974987281
+ 4.8628504236917385
+ 4.862881872114647
+ 4.862913320256013
+ 4.862944768115843
+ 4.862976215694144
+ 4.863007662990923
+ 4.863039110006188
+ 4.863070556739945
+ 4.8631020031922
+ 4.8631334493629605
+ 4.863164895252233
+ 4.863196340860025
+ 4.863227786186344
+ 4.863259231231194
+ 4.863290675994585
+ 4.863322120476522
+ 4.863353564677012
+ 4.863385008596063
+ 4.863416452233681
+ 4.863447895589872
+ 4.863479338664645
+ 4.863510781458005
+ 4.863542223969959
+ 4.863573666200514
+ 4.863605108149677
+ 4.863636549817456
+ 4.863667991203856
+ 4.863699432308885
+ 4.863730873132549
+ 4.8637623136748545
+ 4.86379375393581
+ 4.863825193915422
+ 4.863856633613696
+ 4.863888073030639
+ 4.863919512166259
+ 4.863950951020563
+ 4.863982389593555
+ 4.864013827885245
+ 4.86404526589564
+ 4.864076703624743
+ 4.864108141072566
+ 4.8641395782391115
+ 4.864171015124388
+ 4.864202451728403
+ 4.864233888051163
+ 4.864265324092674
+ 4.864296759852944
+ 4.864328195331978
+ 4.864359630529784
+ 4.8643910654463705
+ 4.864422500081742
+ 4.864453934435905
+ 4.864485368508868
+ 4.8645168023006375
+ 4.86454823581122
+ 4.864579669040623
+ 4.864611101988851
+ 4.864642534655913
+ 4.864673967041816
+ 4.864705399146565
+ 4.864736830970169
+ 4.864768262512634
+ 4.864799693773965
+ 4.864831124754171
+ 4.86486255545326
+ 4.864893985871236
+ 4.864925416008106
+ 4.864956845863879
+ 4.864988275438559
+ 4.8650197047321555
+ 4.865051133744674
+ 4.865082562476121
+ 4.865113990926504
+ 4.865145419095831
+ 4.865176846984106
+ 4.865208274591338
+ 4.865239701917534
+ 4.865271128962699
+ 4.8653025557268395
+ 4.8653339822099655
+ 4.865365408412081
+ 4.865396834333194
+ 4.865428259973311
+ 4.865459685332438
+ 4.865491110410584
+ 4.865522535207754
+ 4.865553959723956
+ 4.865585383959195
+ 4.865616807913479
+ 4.865648231586817
+ 4.8656796549792105
+ 4.865711078090671
+ 4.865742500921203
+ 4.865773923470815
+ 4.865805345739513
+ 4.865836767727303
+ 4.865868189434193
+ 4.865899610860189
+ 4.865931032005298
+ 4.865962452869527
+ 4.865993873452883
+ 4.866025293755372
+ 4.866056713777001
+ 4.866088133517779
+ 4.86611955297771
+ 4.866150972156802
+ 4.866182391055062
+ 4.866213809672496
+ 4.866245228009111
+ 4.8662766460649145
+ 4.866308063839912
+ 4.866339481334113
+ 4.866370898547522
+ 4.866402315480145
+ 4.866433732131991
+ 4.8664651485030666
+ 4.866496564593376
+ 4.86652798040293
+ 4.866559395931733
+ 4.866590811179791
+ 4.866622226147114
+ 4.866653640833705
+ 4.866685055239573
+ 4.866716469364726
+ 4.866747883209167
+ 4.866779296772906
+ 4.86681071005595
+ 4.866842123058303
+ 4.866873535779974
+ 4.86690494822097
+ 4.866936360381296
+ 4.866967772260961
+ 4.86699918385997
+ 4.86703059517833
+ 4.86706200621605
+ 4.867093416973133
+ 4.867124827449589
+ 4.867156237645424
+ 4.867187647560645
+ 4.867219057195258
+ 4.867250466549269
+ 4.867281875622687
+ 4.867313284415517
+ 4.867344692927767
+ 4.867376101159443
+ 4.867407509110554
+ 4.8674389167811025
+ 4.867470324171099
+ 4.867501731280548
+ 4.867533138109459
+ 4.867564544657836
+ 4.867595950925688
+ 4.86762735691302
+ 4.86765876261984
+ 4.8676901680461535
+ 4.867721573191969
+ 4.867752978057292
+ 4.867784382642131
+ 4.8678157869464895
+ 4.8678471909703775
+ 4.867878594713801
+ 4.867909998176766
+ 4.86794140135928
+ 4.867972804261349
+ 4.868004206882981
+ 4.868035609224182
+ 4.868067011284959
+ 4.868098413065319
+ 4.868129814565269
+ 4.868161215784815
+ 4.868192616723963
+ 4.868224017382722
+ 4.868255417761097
+ 4.868286817859096
+ 4.868318217676726
+ 4.868349617213991
+ 4.868381016470902
+ 4.868412415447463
+ 4.868443814143682
+ 4.868475212559566
+ 4.868506610695119
+ 4.868538008550352
+ 4.868569406125268
+ 4.868600803419876
+ 4.868632200434182
+ 4.868663597168194
+ 4.868694993621917
+ 4.868726389795358
+ 4.868757785688526
+ 4.868789181301425
+ 4.8688205766340635
+ 4.868851971686448
+ 4.8688833664585855
+ 4.8689147609504815
+ 4.868946155162144
+ 4.86897754909358
+ 4.869008942744795
+ 4.869040336115797
+ 4.869071729206593
+ 4.869103122017187
+ 4.869134514547589
+ 4.8691659067978055
+ 4.869197298767842
+ 4.869228690457706
+ 4.869260081867403
+ 4.869291472996942
+ 4.869322863846328
+ 4.869354254415569
+ 4.86938564470467
+ 4.86941703471364
+ 4.869448424442486
+ 4.8694798138912105
+ 4.869511203059825
+ 4.869542591948336
+ 4.869573980556747
+ 4.869605368885067
+ 4.869636756933303
+ 4.869668144701461
+ 4.869699532189547
+ 4.86973091939757
+ 4.869762306325536
+ 4.8697936929734515
+ 4.8698250793413225
+ 4.869856465429157
+ 4.86988785123696
+ 4.869919236764741
+ 4.869950622012504
+ 4.869982006980258
+ 4.870013391668008
+ 4.870044776075763
+ 4.870076160203527
+ 4.87010754405131
+ 4.870138927619116
+ 4.8701703109069525
+ 4.870201693914826
+ 4.870233076642745
+ 4.8702644590907145
+ 4.870295841258742
+ 4.870327223146834
+ 4.870358604754998
+ 4.870389986083239
+ 4.8704213671315655
+ 4.870452747899985
+ 4.870484128388502
+ 4.870515508597125
+ 4.870546888525859
+ 4.870578268174713
+ 4.870609647543691
+ 4.8706410266328035
+ 4.870672405442054
+ 4.87070378397145
+ 4.870735162221
+ 4.870766540190709
+ 4.870797917880584
+ 4.870829295290632
+ 4.870860672420861
+ 4.8708920492712755
+ 4.870923425841884
+ 4.870954802132691
+ 4.870986178143707
+ 4.871017553874936
+ 4.871048929326386
+ 4.871080304498062
+ 4.871111679389974
+ 4.8711430540021246
+ 4.871174428334523
+ 4.871205802387177
+ 4.871237176160092
+ 4.871268549653275
+ 4.871299922866731
+ 4.87133129580047
+ 4.871362668454497
+ 4.871394040828818
+ 4.871425412923441
+ 4.871456784738373
+ 4.871488156273621
+ 4.871519527529189
+ 4.871550898505087
+ 4.871582269201322
+ 4.871613639617896
+ 4.871645009754821
+ 4.8716763796121025
+ 4.871707749189746
+ 4.871739118487758
+ 4.871770487506147
+ 4.871801856244919
+ 4.871833224704081
+ 4.871864592883639
+ 4.8718959607836
+ 4.871927328403971
+ 4.87195869574476
+ 4.8719900628059705
+ 4.872021429587612
+ 4.872052796089692
+ 4.8720841623122135
+ 4.872115528255186
+ 4.872146893918616
+ 4.872178259302512
+ 4.872209624406877
+ 4.87224098923172
+ 4.872272353777047
+ 4.872303718042866
+ 4.872335082029182
+ 4.872366445736003
+ 4.872397809163336
+ 4.872429172311187
+ 4.872460535179562
+ 4.8724918977684695
+ 4.872523260077916
+ 4.872554622107907
+ 4.872585983858449
+ 4.87261734532955
+ 4.872648706521218
+ 4.872680067433457
+ 4.872711428066275
+ 4.8727427884196794
+ 4.872774148493677
+ 4.872805508288272
+ 4.872836867803474
+ 4.872868227039288
+ 4.872899585995723
+ 4.872930944672784
+ 4.872962303070477
+ 4.8729936611888105
+ 4.873025019027791
+ 4.873056376587424
+ 4.873087733867718
+ 4.873119090868679
+ 4.873150447590311
+ 4.873181804032626
+ 4.873213160195627
+ 4.873244516079323
+ 4.873275871683719
+ 4.873307227008821
+ 4.873338582054639
+ 4.873369936821176
+ 4.873401291308442
+ 4.873432645516441
+ 4.873463999445183
+ 4.873495353094672
+ 4.873526706464915
+ 4.87355805955592
+ 4.873589412367693
+ 4.873620764900241
+ 4.873652117153571
+ 4.8736834691276885
+ 4.8737148208226015
+ 4.873746172238316
+ 4.873777523374839
+ 4.873808874232179
+ 4.87384022481034
+ 4.873871575109329
+ 4.873902925129154
+ 4.873934274869821
+ 4.873965624331339
+ 4.873996973513711
+ 4.874028322416946
+ 4.87405967104105
+ 4.874091019386031
+ 4.8741223674518945
+ 4.874153715238648
+ 4.874185062746296
+ 4.874216409974849
+ 4.87424775692431
+ 4.874279103594689
+ 4.874310449985992
+ 4.874341796098224
+ 4.874373141931392
+ 4.874404487485505
+ 4.874435832760568
+ 4.8744671777565864
+ 4.87449852247357
+ 4.874529866911524
+ 4.874561211070455
+ 4.87459255495037
+ 4.874623898551276
+ 4.874655241873178
+ 4.874686584916087
+ 4.874717927680004
+ 4.874749270164941
+ 4.8747806123709
+ 4.8748119542978925
+ 4.874843295945922
+ 4.874874637314996
+ 4.874905978405121
+ 4.874937319216305
+ 4.8749686597485535
+ 4.875000000001874
+}
diff --git a/release/datafiles/splash_scale.sh b/release/datafiles/splash_scale.sh
new file mode 100755
index 00000000000..8a3f2c6d1eb
--- /dev/null
+++ b/release/datafiles/splash_scale.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+# Use this script to generate splash.png from splash_2x.png.
+# Supposed to give best quality image.
+#
+# Based on ImageMagic documentation, which is interesting
+# to read anyway:
+#
+# http://www.imagemagick.org/Usage/filter
+# http://www.imagemagick.org/Usage/filter/nicolas/
+
+convert \
+ splash_2x.png \
+ -colorspace RGB \
+ -filter Cosine \
+ -resize 50% \
+ -colorspace sRGB \
+ splash.png
diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index e42f7263218..9432be39d1d 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -216,8 +216,18 @@ class GreasePencilStrokeEditPanel:
col.operator_menu_enum("gpencil.stroke_arrange", text="Arrange Strokes...", property="direction")
col.operator("gpencil.stroke_change_color", text="Move to Color")
+ if is_3d_view:
+ layout.separator()
+ col = layout.column(align=True)
+ col.operator("gpencil.interpolate", text="Interpolate")
+ col.operator("gpencil.interpolate_sequence", text="Sequence")
+ settings = context.tool_settings.gpencil_sculpt
+ col.prop(settings, "interpolate_all_layers")
+ col.prop(settings, "interpolate_selected_only")
+
layout.separator()
col = layout.column(align=True)
+ col.operator("gpencil.stroke_subdivide", text="Subdivide")
col.operator("gpencil.stroke_join", text="Join").type = 'JOIN'
col.operator("gpencil.stroke_join", text="Join & Copy").type = 'JOINCOPY'
col.operator("gpencil.stroke_flip", text="Flip Direction")
@@ -763,6 +773,7 @@ class GPENCIL_MT_palettecolor_specials(Menu):
layout.separator()
layout.operator("gpencil.palettecolor_select", icon='COLOR', text="Select Strokes")
+ layout.operator("gpencil.stroke_change_color", icon='MAN_TRANS', text="Move to Color")
class GreasePencilDataPanel:
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 0f969511d9d..a8ab0934abd 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -417,12 +417,12 @@ class VIEW3D_MT_edit_proportional(Menu):
def draw(self, context):
layout = self.layout
- layout.props_enum(context.tool_settings,"proportional_edit")
+ layout.props_enum(context.tool_settings, "proportional_edit")
layout.separator()
layout.label("Falloff:")
- layout.props_enum(context.tool_settings,"proportional_edit_falloff")
+ layout.props_enum(context.tool_settings, "proportional_edit_falloff")
# ********** View menus **********
diff --git a/source/blender/alembic/ABC_alembic.h b/source/blender/alembic/ABC_alembic.h
index cf121f8488c..e62713f57f5 100644
--- a/source/blender/alembic/ABC_alembic.h
+++ b/source/blender/alembic/ABC_alembic.h
@@ -64,8 +64,12 @@ struct AlembicExportParams {
unsigned int face_sets : 1;
unsigned int use_subdiv_schema : 1;
unsigned int packuv : 1;
+ unsigned int triangulate : 1;
unsigned int compression_type : 1;
+
+ int quad_method;
+ int ngon_method;
float global_scale;
};
diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index 0b6b2433bd0..ad85f79ef2e 100644
--- a/source/blender/alembic/CMakeLists.txt
+++ b/source/blender/alembic/CMakeLists.txt
@@ -28,6 +28,7 @@ set(INC
../blenkernel
../blenlib
../blenloader
+ ../bmesh
../editors/include
../makesdna
../makesrna
@@ -48,6 +49,7 @@ if(APPLE OR WIN32)
endif()
set(SRC
+ intern/abc_archive.cc
intern/abc_camera.cc
intern/abc_customdata.cc
intern/abc_curves.cc
@@ -62,6 +64,7 @@ set(SRC
intern/alembic_capi.cc
ABC_alembic.h
+ intern/abc_archive.h
intern/abc_camera.h
intern/abc_customdata.h
intern/abc_curves.h
diff --git a/source/blender/alembic/intern/abc_archive.cc b/source/blender/alembic/intern/abc_archive.cc
new file mode 100644
index 00000000000..0985a06d732
--- /dev/null
+++ b/source/blender/alembic/intern/abc_archive.cc
@@ -0,0 +1,175 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * The Original Code is Copyright (C) 2016 Kévin Dietrich.
+ * All rights reserved.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ *
+ */
+
+#include "abc_archive.h"
+
+#ifdef WIN32
+# include "utfconv.h"
+#endif
+
+using Alembic::Abc::Exception;
+using Alembic::Abc::ErrorHandler;
+using Alembic::Abc::IArchive;
+using Alembic::Abc::kWrapExisting;
+using Alembic::Abc::OArchive;
+
+static IArchive open_archive(const std::string &filename,
+ const std::vector<std::istream *> &input_streams,
+ bool &is_hdf5)
+{
+ try {
+ is_hdf5 = false;
+ Alembic::AbcCoreOgawa::ReadArchive archive_reader(input_streams);
+
+ return IArchive(archive_reader(filename),
+ kWrapExisting,
+ ErrorHandler::kThrowPolicy);
+ }
+ catch (const Exception &e) {
+ std::cerr << e.what() << '\n';
+
+#ifdef WITH_ALEMBIC_HDF5
+ try {
+ is_hdf5 = true;
+ Alembic::AbcCoreAbstract::ReadArraySampleCachePtr cache_ptr;
+
+ return IArchive(Alembic::AbcCoreHDF5::ReadArchive(),
+ filename.c_str(), ErrorHandler::kThrowPolicy,
+ cache_ptr);
+ }
+ catch (const Exception &) {
+ std::cerr << e.what() << '\n';
+ return IArchive();
+ }
+#else
+ return IArchive();
+#endif
+ }
+
+ return IArchive();
+}
+
+ArchiveReader::ArchiveReader(const char *filename)
+{
+#ifdef WIN32
+ UTF16_ENCODE(filename);
+ std::wstring wstr(filename_16);
+ m_infile.open(wstr.c_str(), std::ios::in | std::ios::binary);
+ UTF16_UN_ENCODE(filename);
+#else
+ m_infile.open(filename, std::ios::in | std::ios::binary);
+#endif
+
+ m_streams.push_back(&m_infile);
+
+ bool is_hdf5;
+ m_archive = open_archive(filename, m_streams, is_hdf5);
+
+ /* We can't open an HDF5 file from a stream, so close it. */
+ if (is_hdf5) {
+ m_infile.close();
+ m_streams.clear();
+ }
+}
+
+bool ArchiveReader::valid() const
+{
+ return m_archive.valid();
+}
+
+Alembic::Abc::IObject ArchiveReader::getTop()
+{
+ return m_archive.getTop();
+}
+
+/* ************************************************************************** */
+
+/* This kinda duplicates CreateArchiveWithInfo, but Alembic does not seem to
+ * have a version supporting streams. */
+static OArchive create_archive(std::ostream *ostream,
+ const std::string &filename,
+ const std::string &scene_name,
+ Alembic::Abc::MetaData &md,
+ bool ogawa)
+{
+ md.set(Alembic::Abc::kApplicationNameKey, "Blender");
+ md.set(Alembic::Abc::kUserDescriptionKey, scene_name);
+
+ time_t raw_time;
+ time(&raw_time);
+ char buffer[128];
+
+#if defined _WIN32 || defined _WIN64
+ ctime_s(buffer, 128, &raw_time);
+#else
+ ctime_r(&raw_time, buffer);
+#endif
+
+ const std::size_t buffer_len = strlen(buffer);
+ if (buffer_len > 0 && buffer[buffer_len - 1] == '\n') {
+ buffer[buffer_len - 1] = '\0';
+ }
+
+ md.set(Alembic::Abc::kDateWrittenKey, buffer);
+
+ ErrorHandler::Policy policy = ErrorHandler::kThrowPolicy;
+
+#ifdef WITH_ALEMBIC_HDF5
+ if (!ogawa) {
+ return OArchive(Alembic::AbcCoreHDF5::WriteArchive(), filename, md, policy);
+ }
+#else
+ static_cast<void>(filename);
+ static_cast<void>(ogawa);
+#endif
+
+ Alembic::AbcCoreOgawa::WriteArchive archive_writer;
+ return OArchive(archive_writer(ostream, md), kWrapExisting, policy);
+}
+
+ArchiveWriter::ArchiveWriter(const char *filename, const char *scene, bool do_ogawa, Alembic::Abc::MetaData &md)
+{
+ /* Use stream to support unicode character paths on Windows. */
+ if (do_ogawa) {
+#ifdef WIN32
+ UTF16_ENCODE(filename);
+ std::wstring wstr(filename_16);
+ m_outfile.open(wstr.c_str(), std::ios::out | std::ios::binary);
+ UTF16_UN_ENCODE(filename);
+#else
+ m_outfile.open(filename, std::ios::out | std::ios::binary);
+#endif
+ }
+
+ m_archive = create_archive(&m_outfile,
+ filename,
+ scene,
+ md,
+ do_ogawa);
+}
+
+OArchive &ArchiveWriter::archive()
+{
+ return m_archive;
+}
diff --git a/source/blender/alembic/intern/abc_archive.h b/source/blender/alembic/intern/abc_archive.h
new file mode 100644
index 00000000000..d412574b736
--- /dev/null
+++ b/source/blender/alembic/intern/abc_archive.h
@@ -0,0 +1,66 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * The Original Code is Copyright (C) 2016 Kévin Dietrich.
+ * All rights reserved.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ *
+ */
+
+#ifndef __ABC_ARCHIVE_H__
+#define __ABC_ARCHIVE_H__
+
+#include <Alembic/Abc/All.h>
+
+#ifdef WITH_ALEMBIC_HDF5
+# include <Alembic/AbcCoreHDF5/All.h>
+#endif
+
+#include <Alembic/AbcCoreOgawa/All.h>
+
+#include <fstream>
+
+/* Wrappers around input and output archives. The goal is to be able to use
+ * streams so that unicode paths work on Windows (T49112), and to make sure that
+ * the stream objects remain valid as long as the archives are open.
+ */
+
+class ArchiveReader {
+ Alembic::Abc::IArchive m_archive;
+ std::ifstream m_infile;
+ std::vector<std::istream *> m_streams;
+
+public:
+ explicit ArchiveReader(const char *filename);
+
+ bool valid() const;
+
+ Alembic::Abc::IObject getTop();
+};
+
+class ArchiveWriter {
+ std::ofstream m_outfile;
+ Alembic::Abc::OArchive m_archive;
+
+public:
+ explicit ArchiveWriter(const char *filename, const char *scene, bool do_ogawa, Alembic::Abc::MetaData &md);
+
+ Alembic::Abc::OArchive &archive();
+};
+
+#endif /* __ABC_ARCHIVE_H__ */
diff --git a/source/blender/alembic/intern/abc_customdata.h b/source/blender/alembic/intern/abc_customdata.h
index 3b16c0d9796..bc42e24eba1 100644
--- a/source/blender/alembic/intern/abc_customdata.h
+++ b/source/blender/alembic/intern/abc_customdata.h
@@ -63,6 +63,11 @@ struct CDStreamConfig {
void *user_data;
void *(*add_customdata_cb)(void *user_data, const char *name, int data_type);
+ float weight;
+ float time;
+ int index;
+ int ceil_index;
+
CDStreamConfig()
: mloop(NULL)
, totloop(0)
@@ -72,6 +77,10 @@ struct CDStreamConfig {
, pack_uvs(false)
, user_data(NULL)
, add_customdata_cb(NULL)
+ , weight(0.0f)
+ , time(0.0f)
+ , index(0)
+ , ceil_index(0)
{}
};
diff --git a/source/blender/alembic/intern/abc_exporter.cc b/source/blender/alembic/intern/abc_exporter.cc
index 764b1533309..a31122b7cd0 100644
--- a/source/blender/alembic/intern/abc_exporter.cc
+++ b/source/blender/alembic/intern/abc_exporter.cc
@@ -24,16 +24,7 @@
#include <cmath>
-#ifdef WITH_ALEMBIC_HDF5
-# include <Alembic/AbcCoreHDF5/All.h>
-#endif
-
-#include <Alembic/AbcCoreOgawa/All.h>
-
-#ifdef WIN32
-# include "utfconv.h"
-#endif
-
+#include "abc_archive.h"
#include "abc_camera.h"
#include "abc_curves.h"
#include "abc_hair.h"
@@ -71,54 +62,6 @@ extern "C" {
using Alembic::Abc::TimeSamplingPtr;
using Alembic::Abc::OBox3dProperty;
-
-/* ************************************************************************** */
-
-/* This kinda duplicates CreateArchiveWithInfo, but Alembic does not seem to
- * have a version supporting streams. */
-static Alembic::Abc::OArchive create_archive(std::ostream *ostream,
- const std::string &filename,
- const std::string &scene_name,
- const Alembic::Abc::Argument &arg0,
- const Alembic::Abc::Argument &arg1,
- bool ogawa)
-{
- Alembic::Abc::MetaData md = GetMetaData(arg0, arg1);
- md.set(Alembic::Abc::kApplicationNameKey, "Blender");
- md.set(Alembic::Abc::kUserDescriptionKey, scene_name);
-
- time_t raw_time;
- time(&raw_time);
- char buffer[128];
-
-#if defined _WIN32 || defined _WIN64
- ctime_s(buffer, 128, &raw_time);
-#else
- ctime_r(&raw_time, buffer);
-#endif
-
- const std::size_t buffer_len = strlen(buffer);
- if (buffer_len > 0 && buffer[buffer_len - 1] == '\n') {
- buffer[buffer_len - 1] = '\0';
- }
-
- md.set(Alembic::Abc::kDateWrittenKey, buffer);
-
- Alembic::Abc::ErrorHandler::Policy policy = GetErrorHandlerPolicyFromArgs(arg0, arg1);
-
-#ifdef WITH_ALEMBIC_HDF5
- if (!ogawa) {
- return Alembic::Abc::OArchive(Alembic::AbcCoreHDF5::WriteArchive(), filename, md, policy);
- }
-#else
- static_cast<void>(filename);
- static_cast<void>(ogawa);
-#endif
-
- Alembic::AbcCoreOgawa::WriteArchive archive_writer;
- return Alembic::Abc::OArchive(archive_writer(ostream, md), Alembic::Abc::kWrapExisting, policy);
-}
-
/* ************************************************************************** */
ExportSettings::ExportSettings()
@@ -145,6 +88,9 @@ ExportSettings::ExportSettings()
, export_ogawa(true)
, pack_uv(false)
, do_convert_axis(false)
+ , triangulate(false)
+ , quad_method(0)
+ , ngon_method(0)
{}
static bool object_is_smoke_sim(Object *ob)
@@ -202,6 +148,7 @@ AbcExporter::AbcExporter(Scene *scene, const char *filename, ExportSettings &set
, m_trans_sampling_index(0)
, m_shape_sampling_index(0)
, m_scene(scene)
+ , m_writer(NULL)
{}
AbcExporter::~AbcExporter()
@@ -214,6 +161,8 @@ AbcExporter::~AbcExporter()
for (int i = 0, e = m_shapes.size(); i != e; ++i) {
delete m_shapes[i];
}
+
+ delete m_writer;
}
void AbcExporter::getShutterSamples(double step, bool time_relative,
@@ -297,32 +246,13 @@ void AbcExporter::operator()(Main *bmain, float &progress, bool &was_canceled)
Alembic::AbcCoreAbstract::MetaData md;
md.set("FramesPerTimeUnit", str_fps);
- Alembic::Abc::Argument arg(md);
-
- /* Use stream to support unicode character paths on Windows. */
- if (m_settings.export_ogawa) {
-#ifdef WIN32
- UTF16_ENCODE(m_filename);
- std::wstring wstr(m_filename_16);
- m_out_file.open(wstr.c_str(), std::ios::out | std::ios::binary);
- UTF16_UN_ENCODE(m_filename);
-#else
- m_out_file.open(m_filename, std::ios::out | std::ios::binary);
-#endif
- }
-
- m_archive = create_archive(&m_out_file,
- m_filename,
- scene_name,
- Alembic::Abc::ErrorHandler::kThrowPolicy,
- arg,
- m_settings.export_ogawa);
+ m_writer = new ArchiveWriter(m_filename, scene_name.c_str(), m_settings.export_ogawa, md);
/* Create time samplings for transforms and shapes. */
TimeSamplingPtr trans_time = createTimeSampling(m_settings.frame_step_xform);
- m_trans_sampling_index = m_archive.addTimeSampling(*trans_time);
+ m_trans_sampling_index = m_writer->archive().addTimeSampling(*trans_time);
TimeSamplingPtr shape_time;
@@ -334,10 +264,10 @@ void AbcExporter::operator()(Main *bmain, float &progress, bool &was_canceled)
}
else {
shape_time = createTimeSampling(m_settings.frame_step_shape);
- m_shape_sampling_index = m_archive.addTimeSampling(*shape_time);
+ m_shape_sampling_index = m_writer->archive().addTimeSampling(*shape_time);
}
- OBox3dProperty archive_bounds_prop = Alembic::AbcGeom::CreateOArchiveBounds(m_archive, m_trans_sampling_index);
+ OBox3dProperty archive_bounds_prop = Alembic::AbcGeom::CreateOArchiveBounds(m_writer->archive(), m_trans_sampling_index);
if (m_settings.flatten_hierarchy) {
createTransformWritersFlat();
@@ -443,7 +373,7 @@ void AbcExporter::createTransformWritersFlat()
if (export_object(&m_settings, ob) && object_is_shape(ob)) {
std::string name = get_id_name(ob);
- m_xforms[name] = new AbcTransformWriter(ob, m_archive.getTop(), 0, m_trans_sampling_index, m_settings);
+ m_xforms[name] = new AbcTransformWriter(ob, m_writer->archive().getTop(), 0, m_trans_sampling_index, m_settings);
}
base = base->next;
@@ -509,7 +439,7 @@ void AbcExporter::createTransformWriter(Object *ob, Object *parent, Object *dupl
m_xforms[name]->setParent(parent);
}
else {
- m_xforms[name] = new AbcTransformWriter(ob, m_archive.getTop(), NULL, m_trans_sampling_index, m_settings);
+ m_xforms[name] = new AbcTransformWriter(ob, m_writer->archive().getTop(), NULL, m_trans_sampling_index, m_settings);
}
}
diff --git a/source/blender/alembic/intern/abc_exporter.h b/source/blender/alembic/intern/abc_exporter.h
index 6c242f973c4..b0eb8e185d6 100644
--- a/source/blender/alembic/intern/abc_exporter.h
+++ b/source/blender/alembic/intern/abc_exporter.h
@@ -24,13 +24,13 @@
#define __ABC_EXPORTER_H__
#include <Alembic/Abc/All.h>
-#include <fstream>
#include <map>
#include <set>
#include <vector>
class AbcObjectWriter;
class AbcTransformWriter;
+class ArchiveWriter;
struct EvaluationContext;
struct Main;
@@ -66,6 +66,10 @@ struct ExportSettings {
bool export_child_hairs;
bool export_ogawa;
bool pack_uv;
+ bool triangulate;
+
+ int quad_method;
+ int ngon_method;
bool do_convert_axis;
float convert_matrix[3][3];
@@ -76,12 +80,12 @@ class AbcExporter {
const char *m_filename;
- std::ofstream m_out_file;
- Alembic::Abc::OArchive m_archive;
unsigned int m_trans_sampling_index, m_shape_sampling_index;
Scene *m_scene;
+ ArchiveWriter *m_writer;
+
std::map<std::string, AbcTransformWriter *> m_xforms;
std::vector<AbcObjectWriter *> m_shapes;
diff --git a/source/blender/alembic/intern/abc_hair.cc b/source/blender/alembic/intern/abc_hair.cc
index 45bf9b7ab8a..14bcf6731ea 100644
--- a/source/blender/alembic/intern/abc_hair.cc
+++ b/source/blender/alembic/intern/abc_hair.cc
@@ -59,7 +59,7 @@ AbcHairWriter::AbcHairWriter(Scene *scene,
{
m_psys = psys;
- OCurves curves(parent->alembicXform(), m_name, m_time_sampling);
+ OCurves curves(parent->alembicXform(), psys->name, m_time_sampling);
m_schema = curves.getSchema();
}
diff --git a/source/blender/alembic/intern/abc_mesh.cc b/source/blender/alembic/intern/abc_mesh.cc
index b80b7c0c4c8..18b5dd9d1e0 100644
--- a/source/blender/alembic/intern/abc_mesh.cc
+++ b/source/blender/alembic/intern/abc_mesh.cc
@@ -37,8 +37,8 @@ extern "C" {
#include "BLI_math_geom.h"
#include "BLI_string.h"
+#include "BKE_cdderivedmesh.h"
#include "BKE_depsgraph.h"
-#include "BKE_DerivedMesh.h"
#include "BKE_main.h"
#include "BKE_material.h"
#include "BKE_mesh.h"
@@ -49,6 +49,9 @@ extern "C" {
#include "WM_types.h"
#include "ED_mesh.h"
+
+#include "bmesh.h"
+#include "bmesh_tools.h"
}
using Alembic::Abc::FloatArraySample;
@@ -538,6 +541,23 @@ DerivedMesh *AbcMeshWriter::getFinalMesh()
m_subsurf_mod->mode &= ~eModifierMode_DisableTemporary;
}
+ if (m_settings.triangulate) {
+ const bool tag_only = false;
+ const int quad_method = m_settings.quad_method;
+ const int ngon_method = m_settings.ngon_method;
+
+ BMesh *bm = DM_to_bmesh(dm, true);
+
+ BM_mesh_triangulate(bm, quad_method, ngon_method, tag_only, NULL, NULL, NULL);
+
+ DerivedMesh *result = CDDM_from_bmesh(bm, false);
+ BM_mesh_free(bm);
+
+ freeMesh(dm);
+
+ dm = result;
+ }
+
m_custom_data_config.pack_uvs = m_settings.pack_uv;
m_custom_data_config.mpoly = dm->getPolyArray(dm);
m_custom_data_config.mloop = dm->getLoopArray(dm);
@@ -784,6 +804,7 @@ struct AbcMeshData {
Int32ArraySamplePtr face_counts;
P3fArraySamplePtr positions;
+ P3fArraySamplePtr ceil_positions;
N3fArraySamplePtr vertex_normals;
N3fArraySamplePtr face_normals;
@@ -831,12 +852,32 @@ CDStreamConfig create_config(Mesh *mesh)
return config;
}
+static void read_mverts_interp(MVert *mverts, const P3fArraySamplePtr &positions, const P3fArraySamplePtr &ceil_positions, const float weight)
+{
+ float tmp[3];
+ for (int i = 0; i < positions->size(); ++i) {
+ MVert &mvert = mverts[i];
+ const Imath::V3f &floor_pos = (*positions)[i];
+ const Imath::V3f &ceil_pos = (*ceil_positions)[i];
+
+ interp_v3_v3v3(tmp, floor_pos.getValue(), ceil_pos.getValue(), weight);
+ copy_yup_zup(mvert.co, tmp);
+
+ mvert.bweight = 0;
+ }
+}
+
static void read_mverts(CDStreamConfig &config, const AbcMeshData &mesh_data)
{
MVert *mverts = config.mvert;
const P3fArraySamplePtr &positions = mesh_data.positions;
const N3fArraySamplePtr &normals = mesh_data.vertex_normals;
+ if (config.weight != 0.0f && mesh_data.ceil_positions) {
+ read_mverts_interp(mverts, positions, mesh_data.ceil_positions, config.weight);
+ return;
+ }
+
read_mverts(mverts, positions, normals);
}
@@ -1063,6 +1104,46 @@ void AbcMeshReader::readFaceSetsSample(Main *bmain, Mesh *mesh, size_t poly_star
utils::assign_materials(bmain, m_object, mat_map);
}
+typedef std::pair<Alembic::AbcCoreAbstract::index_t, float> index_time_pair_t;
+
+static void get_weight_and_index(CDStreamConfig &config,
+ Alembic::AbcCoreAbstract::TimeSamplingPtr time_sampling,
+ size_t samples_number)
+{
+ if (samples_number == 0) {
+ samples_number = 1;
+ }
+
+ index_time_pair_t floor_index = time_sampling->getFloorIndex(config.time, samples_number);
+
+ config.index = floor_index.first;
+ config.ceil_index = config.index;
+
+ if (fabs(config.time - floor_index.second) < 0.0001f) {
+ config.weight = 0.0f;
+ return;
+ }
+
+ index_time_pair_t ceil_index = time_sampling->getCeilIndex(config.time, samples_number);
+
+ if (config.index == ceil_index.first) {
+ config.weight = 0.0f;
+ return;
+ }
+
+ config.ceil_index = ceil_index.first;
+
+ float alpha = (config.time - floor_index.second) / (ceil_index.second - floor_index.second);
+
+ /* Since we so closely match the ceiling, we'll just use it. */
+ if (fabs(1.0f - alpha) < 0.0001f) {
+ config.index = config.ceil_index;
+ alpha = 0.0f;
+ }
+
+ config.weight = alpha;
+}
+
void read_mesh_sample(ImportSettings *settings,
const IPolyMeshSchema &schema,
const ISampleSelector &selector,
@@ -1080,6 +1161,14 @@ void read_mesh_sample(ImportSettings *settings,
do_normals = (abc_mesh_data.face_normals != NULL);
+ get_weight_and_index(config, schema.getTimeSampling(), schema.getNumSamples());
+
+ if (config.weight != 0.0f) {
+ Alembic::AbcGeom::IPolyMeshSchema::Sample ceil_sample;
+ schema.get(ceil_sample, Alembic::Abc::ISampleSelector(static_cast<Alembic::AbcCoreAbstract::index_t>(config.ceil_index)));
+ abc_mesh_data.ceil_positions = ceil_sample.getPositions();
+ }
+
if ((settings->read_flag & MOD_MESHSEQ_READ_UV) != 0) {
read_uvs_params(config, abc_mesh_data, schema.getUVsParam(), selector);
}
@@ -1195,6 +1284,14 @@ void read_subd_sample(ImportSettings *settings,
abc_mesh_data.face_normals = N3fArraySamplePtr();
abc_mesh_data.positions = sample.getPositions();
+ get_weight_and_index(config, schema.getTimeSampling(), schema.getNumSamples());
+
+ if (config.weight != 0.0f) {
+ Alembic::AbcGeom::ISubDSchema::Sample ceil_sample;
+ schema.get(ceil_sample, Alembic::Abc::ISampleSelector(static_cast<Alembic::AbcCoreAbstract::index_t>(config.ceil_index)));
+ abc_mesh_data.ceil_positions = ceil_sample.getPositions();
+ }
+
if ((settings->read_flag & MOD_MESHSEQ_READ_UV) != 0) {
read_uvs_params(config, abc_mesh_data, schema.getUVsParam(), selector);
}
diff --git a/source/blender/alembic/intern/abc_points.cc b/source/blender/alembic/intern/abc_points.cc
index 322bb906bf5..03014547416 100644
--- a/source/blender/alembic/intern/abc_points.cc
+++ b/source/blender/alembic/intern/abc_points.cc
@@ -67,7 +67,7 @@ AbcPointsWriter::AbcPointsWriter(Scene *scene,
{
m_psys = psys;
- OPoints points(parent->alembicXform(), m_name, m_time_sampling);
+ OPoints points(parent->alembicXform(), psys->name, m_time_sampling);
m_schema = points.getSchema();
}
diff --git a/source/blender/alembic/intern/alembic_capi.cc b/source/blender/alembic/intern/alembic_capi.cc
index d057cc341f6..3cc549350ea 100644
--- a/source/blender/alembic/intern/alembic_capi.cc
+++ b/source/blender/alembic/intern/alembic_capi.cc
@@ -22,19 +22,9 @@
#include "../ABC_alembic.h"
-#ifdef WITH_ALEMBIC_HDF5
-# include <Alembic/AbcCoreHDF5/All.h>
-#endif
-
-#include <Alembic/AbcCoreOgawa/All.h>
#include <Alembic/AbcMaterial/IMaterial.h>
-#include <fstream>
-
-#ifdef WIN32
-# include "utfconv.h"
-#endif
-
+#include "abc_archive.h"
#include "abc_camera.h"
#include "abc_curves.h"
#include "abc_hair.h"
@@ -83,13 +73,10 @@ extern "C" {
using Alembic::Abc::Int32ArraySamplePtr;
using Alembic::Abc::ObjectHeader;
-using Alembic::AbcGeom::ErrorHandler;
-using Alembic::AbcGeom::Exception;
using Alembic::AbcGeom::MetaData;
using Alembic::AbcGeom::P3fArraySamplePtr;
using Alembic::AbcGeom::kWrapExisting;
-using Alembic::AbcGeom::IArchive;
using Alembic::AbcGeom::ICamera;
using Alembic::AbcGeom::ICurves;
using Alembic::AbcGeom::ICurvesSchema;
@@ -115,95 +102,16 @@ using Alembic::AbcGeom::V3fArraySamplePtr;
using Alembic::AbcMaterial::IMaterial;
-static IArchive open_archive(const std::string &filename,
- const std::vector<std::istream *> &input_streams,
- bool &is_hdf5)
-{
- try {
- is_hdf5 = false;
- Alembic::AbcCoreOgawa::ReadArchive archive_reader(input_streams);
-
- return IArchive(archive_reader(filename),
- kWrapExisting,
- ErrorHandler::kThrowPolicy);
- }
- catch (const Exception &e) {
- std::cerr << e.what() << '\n';
-
-#ifdef WITH_ALEMBIC_HDF5
- try {
- is_hdf5 = true;
- Alembic::AbcCoreAbstract::ReadArraySampleCachePtr cache_ptr;
-
- return IArchive(Alembic::AbcCoreHDF5::ReadArchive(),
- filename.c_str(), ErrorHandler::kThrowPolicy,
- cache_ptr);
- }
- catch (const Exception &) {
- std::cerr << e.what() << '\n';
- return IArchive();
- }
-#else
- return IArchive();
-#endif
- }
-
- return IArchive();
-}
-
-/* Wrapper around an archive to be able to use streams so that unicode paths
- * work on Windows (T49112), and to make sure the input stream remains valid as
- * long as the archive is open. */
-class ArchiveWrapper {
- IArchive m_archive;
- std::ifstream m_infile;
- std::vector<std::istream *> m_streams;
-
-public:
- explicit ArchiveWrapper(const char *filename)
- {
-#ifdef WIN32
- UTF16_ENCODE(filename);
- std::wstring wstr(filename_16);
- m_infile.open(wstr.c_str(), std::ios::in | std::ios::binary);
- UTF16_UN_ENCODE(filename);
-#else
- m_infile.open(filename, std::ios::in | std::ios::binary);
-#endif
-
- m_streams.push_back(&m_infile);
-
- bool is_hdf5;
- m_archive = open_archive(filename, m_streams, is_hdf5);
-
- /* We can't open an HDF5 file from a stream, so close it. */
- if (is_hdf5) {
- m_infile.close();
- m_streams.clear();
- }
- }
-
- bool valid() const
- {
- return m_archive.valid();
- }
-
- IObject getTop()
- {
- return m_archive.getTop();
- }
-};
-
struct AbcArchiveHandle {
int unused;
};
-ABC_INLINE ArchiveWrapper *archive_from_handle(AbcArchiveHandle *handle)
+ABC_INLINE ArchiveReader *archive_from_handle(AbcArchiveHandle *handle)
{
- return reinterpret_cast<ArchiveWrapper *>(handle);
+ return reinterpret_cast<ArchiveReader *>(handle);
}
-ABC_INLINE AbcArchiveHandle *handle_from_archive(ArchiveWrapper *archive)
+ABC_INLINE AbcArchiveHandle *handle_from_archive(ArchiveReader *archive)
{
return reinterpret_cast<AbcArchiveHandle *>(archive);
}
@@ -301,7 +209,7 @@ static void gather_objects_paths(const IObject &object, ListBase *object_paths)
AbcArchiveHandle *ABC_create_handle(const char *filename, ListBase *object_paths)
{
- ArchiveWrapper *archive = new ArchiveWrapper(filename);
+ ArchiveReader *archive = new ArchiveReader(filename);
if (!archive->valid()) {
delete archive;
@@ -443,6 +351,9 @@ void ABC_export(
job->settings.export_ogawa = (params->compression_type == ABC_ARCHIVE_OGAWA);
job->settings.pack_uv = params->packuv;
job->settings.global_scale = params->global_scale;
+ job->settings.triangulate = params->triangulate;
+ job->settings.quad_method = params->quad_method;
+ job->settings.ngon_method = params->ngon_method;
if (job->settings.frame_start > job->settings.frame_end) {
std::swap(job->settings.frame_start, job->settings.frame_end);
@@ -599,10 +510,6 @@ struct ImportJobData {
ABC_INLINE bool is_mesh_and_strands(const IObject &object)
{
- if (object.getNumChildren() != 2) {
- return false;
- }
-
bool has_mesh = false;
bool has_curve = false;
@@ -624,6 +531,9 @@ ABC_INLINE bool is_mesh_and_strands(const IObject &object)
else if (ICurves::matches(md)) {
has_curve = true;
}
+ else if (IPoints::matches(md)) {
+ has_curve = true;
+ }
}
return has_mesh && has_curve;
@@ -637,7 +547,7 @@ static void import_startjob(void *user_data, short *stop, short *do_update, floa
data->do_update = do_update;
data->progress = progress;
- ArchiveWrapper *archive = new ArchiveWrapper(data->filename);
+ ArchiveReader *archive = new ArchiveReader(data->filename);
if (!archive->valid()) {
delete archive;
@@ -865,7 +775,7 @@ void ABC_import(bContext *C, const char *filepath, float scale, bool is_sequence
void ABC_get_transform(AbcArchiveHandle *handle, Object *ob, const char *object_path, float r_mat[4][4], float time, float scale)
{
- ArchiveWrapper *archive = archive_from_handle(handle);
+ ArchiveReader *archive = archive_from_handle(handle);
if (!archive || !archive->valid()) {
return;
@@ -988,6 +898,7 @@ static DerivedMesh *read_mesh_sample(DerivedMesh *dm, const IObject &iobject, co
}
CDStreamConfig config = get_config(new_dm ? new_dm : dm);
+ config.time = time;
bool do_normals = false;
read_mesh_sample(&settings, schema, sample_sel, config, do_normals);
@@ -1042,6 +953,7 @@ static DerivedMesh *read_subd_sample(DerivedMesh *dm, const IObject &iobject, co
/* Only read point data when streaming meshes, unless we need to create new ones. */
CDStreamConfig config = get_config(new_dm ? new_dm : dm);
+ config.time = time;
read_subd_sample(&settings, schema, sample_sel, config);
if (new_dm) {
@@ -1141,7 +1053,7 @@ DerivedMesh *ABC_read_mesh(AbcArchiveHandle *handle,
const char **err_str,
int read_flag)
{
- ArchiveWrapper *archive = archive_from_handle(handle);
+ ArchiveReader *archive = archive_from_handle(handle);
if (!archive || !archive->valid()) {
*err_str = "Invalid archive!";
diff --git a/source/blender/blenkernel/BKE_DerivedMesh.h b/source/blender/blenkernel/BKE_DerivedMesh.h
index 606488f85cc..789bc8df7e5 100644
--- a/source/blender/blenkernel/BKE_DerivedMesh.h
+++ b/source/blender/blenkernel/BKE_DerivedMesh.h
@@ -783,6 +783,7 @@ void DM_vertex_attributes_from_gpu(
struct GPUVertexAttribs *gattribs, DMVertexAttribs *attribs);
void DM_draw_attrib_vertex(DMVertexAttribs *attribs, int a, int index, int vert, int loop);
+void DM_draw_attrib_vertex_uniforms(const DMVertexAttribs *attribs);
void DM_calc_tangents_names_from_gpu(
const struct GPUVertexAttribs *gattribs,
diff --git a/source/blender/blenkernel/BKE_blender_copybuffer.h b/source/blender/blenkernel/BKE_blender_copybuffer.h
index 8aaf295c33a..02bd96217f6 100644
--- a/source/blender/blenkernel/BKE_blender_copybuffer.h
+++ b/source/blender/blenkernel/BKE_blender_copybuffer.h
@@ -37,6 +37,7 @@ struct ID;
void BKE_copybuffer_begin(struct Main *bmain_src);
void BKE_copybuffer_tag_ID(struct ID *id);
bool BKE_copybuffer_save(struct Main *bmain_src, const char *filename, struct ReportList *reports);
+bool BKE_copybuffer_read(struct Main *bmain_dst, const char *libname, struct ReportList *reports);
bool BKE_copybuffer_paste(struct bContext *C, const char *libname, const short flag, struct ReportList *reports);
#ifdef __cplusplus
diff --git a/source/blender/blenkernel/BKE_blender_version.h b/source/blender/blenkernel/BKE_blender_version.h
index 189340db618..3ae01d8148a 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -37,7 +37,7 @@
/* can be left blank, otherwise a,b,c... etc with no quotes */
#define BLENDER_VERSION_CHAR
/* alpha/beta/rc/release, docs use this */
-#define BLENDER_VERSION_CYCLE rc
+#define BLENDER_VERSION_CYCLE alpha
extern char versionstr[]; /* from blender.c */
diff --git a/source/blender/blenkernel/BKE_library_remap.h b/source/blender/blenkernel/BKE_library_remap.h
index e974b79ee66..89b087014b2 100644
--- a/source/blender/blenkernel/BKE_library_remap.h
+++ b/source/blender/blenkernel/BKE_library_remap.h
@@ -44,7 +44,7 @@ enum {
* (like e.g. Object->data). */
ID_REMAP_FLAG_NEVER_NULL_USAGE = 1 << 2,
/* This tells the callback func to force setting IDs using target one with a 'never NULL' pointer to NULL.
- * WARNING! Use with extreme care, this will leave database in broken state! */
+ * WARNING! Use with extreme care, this will leave database in broken state and can cause crashes very easily! */
ID_REMAP_FORCE_NEVER_NULL_USAGE = 1 << 3,
};
diff --git a/source/blender/blenkernel/intern/DerivedMesh.c b/source/blender/blenkernel/intern/DerivedMesh.c
index 714417ae29e..8168817491f 100644
--- a/source/blender/blenkernel/intern/DerivedMesh.c
+++ b/source/blender/blenkernel/intern/DerivedMesh.c
@@ -80,6 +80,7 @@ static DerivedMesh *navmesh_dm_createNavMeshForVisualization(DerivedMesh *dm);
#include "GPU_shader.h"
#ifdef WITH_OPENSUBDIV
+# include "BKE_depsgraph.h"
# include "DNA_userdef_types.h"
#endif
@@ -2566,7 +2567,7 @@ static void editbmesh_calc_modifiers(
* playback performance is kept as high as possible.
*/
static bool calc_modifiers_skip_orco(Scene *scene,
- const Object *ob,
+ Object *ob,
bool use_render_params)
{
ModifierData *last_md = ob->modifiers.last;
@@ -2575,9 +2576,18 @@ static bool calc_modifiers_skip_orco(Scene *scene,
last_md->type == eModifierType_Subsurf &&
modifier_isEnabled(scene, last_md, required_mode))
{
+ if (U.opensubdiv_compute_type == USER_OPENSUBDIV_COMPUTE_NONE) {
+ return false;
+ }
+ else if ((ob->mode & (OB_MODE_VERTEX_PAINT | OB_MODE_WEIGHT_PAINT | OB_MODE_TEXTURE_PAINT)) != 0) {
+ return false;
+ }
+ else if ((DAG_get_eval_flags_for_object(scene, ob) & DAG_EVAL_NEED_CPU) != 0) {
+ return false;
+ }
SubsurfModifierData *smd = (SubsurfModifierData *)last_md;
/* TODO(sergey): Deduplicate this with checks from subsurf_ccg.c. */
- return smd->use_opensubdiv && U.opensubdiv_compute_type != USER_OPENSUBDIV_COMPUTE_NONE;
+ return smd->use_opensubdiv != 0;
}
return false;
}
@@ -3464,13 +3474,17 @@ void DM_calc_loop_tangents(
/* Update active layer index */
uv_index = CustomData_get_layer_index_n(&dm->loopData, CD_MLOOPUV, act_uv_n);
- tan_index = CustomData_get_named_layer_index(&dm->loopData, CD_TANGENT, dm->loopData.layers[uv_index].name);
- CustomData_set_layer_active_index(&dm->loopData, CD_TANGENT, tan_index);
+ if (uv_index != -1) {
+ tan_index = CustomData_get_named_layer_index(&dm->loopData, CD_TANGENT, dm->loopData.layers[uv_index].name);
+ CustomData_set_layer_active_index(&dm->loopData, CD_TANGENT, tan_index);
+ }
/* Update render layer index */
uv_index = CustomData_get_layer_index_n(&dm->loopData, CD_MLOOPUV, ren_uv_n);
- tan_index = CustomData_get_named_layer_index(&dm->loopData, CD_TANGENT, dm->loopData.layers[uv_index].name);
- CustomData_set_layer_render_index(&dm->loopData, CD_TANGENT, tan_index);
+ if (uv_index != -1) {
+ tan_index = CustomData_get_named_layer_index(&dm->loopData, CD_TANGENT, dm->loopData.layers[uv_index].name);
+ CustomData_set_layer_render_index(&dm->loopData, CD_TANGENT, tan_index);
+ }
}
}
@@ -3797,7 +3811,6 @@ void DM_draw_attrib_vertex(DMVertexAttribs *attribs, int a, int index, int vert,
glTexCoord3fv(orco);
else
glVertexAttrib3fv(attribs->orco.gl_index, orco);
- glUniform1i(attribs->orco.gl_info_index, 0);
}
/* uv texture coordinates */
@@ -3816,7 +3829,6 @@ void DM_draw_attrib_vertex(DMVertexAttribs *attribs, int a, int index, int vert,
glTexCoord2fv(uv);
else
glVertexAttrib2fv(attribs->tface[b].gl_index, uv);
- glUniform1i(attribs->tface[b].gl_info_index, 0);
}
/* vertex colors */
@@ -3832,17 +3844,33 @@ void DM_draw_attrib_vertex(DMVertexAttribs *attribs, int a, int index, int vert,
}
glVertexAttrib4fv(attribs->mcol[b].gl_index, col);
- glUniform1i(attribs->mcol[b].gl_info_index, GPU_ATTR_INFO_SRGB);
}
/* tangent for normal mapping */
for (b = 0; b < attribs->tottang; b++) {
if (attribs->tang[b].array) {
/*const*/ float (*array)[4] = attribs->tang[b].array;
- const float *tang = (array) ? array[a * 4 + vert] : zero;
+ const float *tang = (array) ? array[loop] : zero;
glVertexAttrib4fv(attribs->tang[b].gl_index, tang);
}
- glUniform1i(attribs->tang[b].gl_info_index, 0);
+ }
+}
+
+void DM_draw_attrib_vertex_uniforms(const DMVertexAttribs *attribs)
+{
+ int i;
+ if (attribs->totorco) {
+ glUniform1i(attribs->orco.gl_info_index, 0);
+ }
+ for (i = 0; i < attribs->tottface; i++) {
+ glUniform1i(attribs->tface[i].gl_info_index, 0);
+ }
+ for (i = 0; i < attribs->totmcol; i++) {
+ glUniform1i(attribs->mcol[i].gl_info_index, GPU_ATTR_INFO_SRGB);
+ }
+
+ for (i = 0; i < attribs->tottang; i++) {
+ glUniform1i(attribs->tang[i].gl_info_index, 0);
}
}
diff --git a/source/blender/blenkernel/intern/blender_copybuffer.c b/source/blender/blenkernel/intern/blender_copybuffer.c
index ad01fac2144..a4c28121040 100644
--- a/source/blender/blenkernel/intern/blender_copybuffer.c
+++ b/source/blender/blenkernel/intern/blender_copybuffer.c
@@ -85,6 +85,31 @@ bool BKE_copybuffer_save(Main *bmain_src, const char *filename, ReportList *repo
return retval;
}
+bool BKE_copybuffer_read(Main *bmain_dst, const char *libname, ReportList *reports)
+{
+ BlendHandle *bh = BLO_blendhandle_from_file(libname, reports);
+ if (bh == NULL) {
+ /* Error reports will have been made by BLO_blendhandle_from_file(). */
+ return false;
+ }
+ /* Here appending/linking starts. */
+ Main *mainl = BLO_library_link_begin(bmain_dst, &bh, libname);
+ BLO_library_link_copypaste(mainl, bh);
+ BLO_library_link_end(mainl, &bh, 0, NULL, NULL);
+ /* Mark all library linked objects to be updated. */
+ BKE_main_lib_objects_recalc_all(bmain_dst);
+ IMB_colormanagement_check_file_config(bmain_dst);
+ /* Append, rather than linking. */
+ Library *lib = BLI_findstring(&bmain_dst->library, libname, offsetof(Library, filepath));
+ BKE_library_make_local(bmain_dst, lib, true, false);
+ /* Important we unset, otherwise these object wont
+ * link into other scenes from this blend file.
+ */
+ BKE_main_id_tag_all(bmain_dst, LIB_TAG_PRE_EXISTING, false);
+ BLO_blendhandle_close(bh);
+ return true;
+}
+
/**
* \return Success.
*/
diff --git a/source/blender/blenkernel/intern/blendfile.c b/source/blender/blenkernel/intern/blendfile.c
index bedf262541f..6da68470ecc 100644
--- a/source/blender/blenkernel/intern/blendfile.c
+++ b/source/blender/blenkernel/intern/blendfile.c
@@ -121,7 +121,12 @@ static void setup_app_data(
LOAD_UNDO,
} mode;
- if (BLI_listbase_is_empty(&bfd->main->screen)) {
+ /* may happen with library files - UNDO file should never have NULL cursccene... */
+ if (ELEM(NULL, bfd->curscreen, bfd->curscene)) {
+ BKE_report(reports, RPT_WARNING, "Library file, loading empty scene");
+ mode = LOAD_UI_OFF;
+ }
+ else if (BLI_listbase_is_empty(&bfd->main->screen)) {
mode = LOAD_UNDO;
}
else if (G.fileflags & G_FILE_NO_UI) {
@@ -131,14 +136,6 @@ static void setup_app_data(
mode = LOAD_UI;
}
- if (mode != LOAD_UNDO) {
- /* may happen with library files */
- if (ELEM(NULL, bfd->curscreen, bfd->curscene)) {
- BKE_report(reports, RPT_WARNING, "Library file, loading empty scene");
- mode = LOAD_UI_OFF;
- }
- }
-
/* Free all render results, without this stale data gets displayed after loading files */
if (mode != LOAD_UNDO) {
RE_FreeAllRenderResults();
@@ -511,6 +508,10 @@ bool BKE_blendfile_write_partial(
void *path_list_backup = NULL;
const int path_list_flag = (BKE_BPATH_TRAVERSE_SKIP_LIBRARY | BKE_BPATH_TRAVERSE_SKIP_MULTIFILE);
+ /* This is needed to be able to load that file as a real one later
+ * (otherwise main->name will not be set at read time). */
+ BLI_strncpy(bmain_dst->name, bmain_src->name, sizeof(bmain_dst->name));
+
if (write_flags & G_FILE_RELATIVE_REMAP) {
path_list_backup = BKE_bpath_list_backup(bmain_src, path_list_flag);
}
diff --git a/source/blender/blenkernel/intern/cdderivedmesh.c b/source/blender/blenkernel/intern/cdderivedmesh.c
index 2d06bc88aa7..f2dd2a3fcf6 100644
--- a/source/blender/blenkernel/intern/cdderivedmesh.c
+++ b/source/blender/blenkernel/intern/cdderivedmesh.c
@@ -941,8 +941,10 @@ static void cdDM_drawMappedFacesGLSL(
matnr = new_matnr;
do_draw = setMaterial(matnr + 1, &gattribs);
- if (do_draw)
+ if (do_draw) {
DM_vertex_attributes_from_gpu(dm, &gattribs, &attribs);
+ DM_draw_attrib_vertex_uniforms(&attribs);
+ }
glBegin(GL_TRIANGLES);
}
@@ -1210,6 +1212,7 @@ static void cdDM_drawMappedFacesMat(
setMaterial(userData, matnr = new_matnr, &gattribs);
DM_vertex_attributes_from_gpu(dm, &gattribs, &attribs);
+ DM_draw_attrib_vertex_uniforms(&attribs);
glBegin(GL_TRIANGLES);
}
diff --git a/source/blender/blenkernel/intern/editderivedmesh.c b/source/blender/blenkernel/intern/editderivedmesh.c
index 1aba76baa2c..e51a3c3c4b0 100644
--- a/source/blender/blenkernel/intern/editderivedmesh.c
+++ b/source/blender/blenkernel/intern/editderivedmesh.c
@@ -1410,24 +1410,6 @@ static void emDM_drawMappedFacesTex(
emDM_drawFacesTex_common(dm, NULL, setDrawOptions, compareDrawOptions, userData);
}
-static void emdm_pass_attrib_update_uniforms(const DMVertexAttribs *attribs)
-{
- int i;
- if (attribs->totorco) {
- glUniform1i(attribs->orco.gl_info_index, 0);
- }
- for (i = 0; i < attribs->tottface; i++) {
- glUniform1i(attribs->tface[i].gl_info_index, 0);
- }
- for (i = 0; i < attribs->totmcol; i++) {
- glUniform1i(attribs->mcol[i].gl_info_index, GPU_ATTR_INFO_SRGB);
- }
-
- for (i = 0; i < attribs->tottang; i++) {
- glUniform1i(attribs->tang[i].gl_info_index, 0);
- }
-}
-
/**
* \note
*
@@ -1548,7 +1530,7 @@ static void emDM_drawMappedFacesGLSL(
do_draw = setMaterial(matnr = new_matnr, &gattribs);
if (do_draw) {
DM_vertex_attributes_from_gpu(dm, &gattribs, &attribs);
- emdm_pass_attrib_update_uniforms(&attribs);
+ DM_draw_attrib_vertex_uniforms(&attribs);
if (UNLIKELY(attribs.tottang && bm->elem_index_dirty & BM_LOOP)) {
BM_mesh_elem_index_ensure(bm, BM_LOOP);
}
diff --git a/source/blender/blenkernel/intern/library_remap.c b/source/blender/blenkernel/intern/library_remap.c
index 9b89a2fb807..442c407de28 100644
--- a/source/blender/blenkernel/intern/library_remap.c
+++ b/source/blender/blenkernel/intern/library_remap.c
@@ -154,7 +154,7 @@ enum {
ID_REMAP_IS_USER_ONE_SKIPPED = 1 << 1, /* There was some skipped 'user_one' usages of old_id. */
};
-static int foreach_libblock_remap_callback(void *user_data, ID *UNUSED(id_self), ID **id_p, int cb_flag)
+static int foreach_libblock_remap_callback(void *user_data, ID *id_self, ID **id_p, int cb_flag)
{
IDRemap *id_remap_data = user_data;
ID *old_id = id_remap_data->old_id;
@@ -212,6 +212,7 @@ static int foreach_libblock_remap_callback(void *user_data, ID *UNUSED(id_self),
else {
if (!is_never_null) {
*id_p = new_id;
+ DAG_id_tag_update(id_self, OB_RECALC_OB | OB_RECALC_DATA | OB_RECALC_TIME);
}
if (cb_flag & IDWALK_USER) {
id_us_min(old_id);
diff --git a/source/blender/blenkernel/intern/mesh.c b/source/blender/blenkernel/intern/mesh.c
index ba3aef81514..7714c71681a 100644
--- a/source/blender/blenkernel/intern/mesh.c
+++ b/source/blender/blenkernel/intern/mesh.c
@@ -2333,7 +2333,7 @@ Mesh *BKE_mesh_new_from_object(
DerivedMesh *dm;
/* CustomDataMask mask = CD_MASK_BAREMESH|CD_MASK_MTFACE|CD_MASK_MCOL; */
CustomDataMask mask = CD_MASK_MESH; /* this seems more suitable, exporter,
- * for example, needs CD_MASK_MDEFORMVERT */
+ * for example, needs CD_MASK_MDEFORMVERT */
if (calc_undeformed)
mask |= CD_MASK_ORCO;
diff --git a/source/blender/blenkernel/intern/particle.c b/source/blender/blenkernel/intern/particle.c
index aecaf8537bb..1ea27558545 100644
--- a/source/blender/blenkernel/intern/particle.c
+++ b/source/blender/blenkernel/intern/particle.c
@@ -318,16 +318,24 @@ void psys_check_group_weights(ParticleSettings *part)
int current = 0;
if (part->ren_as == PART_DRAW_GR && part->dup_group && part->dup_group->gobject.first) {
- /* first remove all weights that don't have an object in the group */
+ /* First try to find NULL objects from their index,
+ * and remove all weights that don't have an object in the group. */
dw = part->dupliweights.first;
while (dw) {
- if (!BKE_group_object_exists(part->dup_group, dw->ob)) {
- tdw = dw->next;
- BLI_freelinkN(&part->dupliweights, dw);
- dw = tdw;
+ if (dw->ob == NULL || !BKE_group_object_exists(part->dup_group, dw->ob)) {
+ go = (GroupObject *)BLI_findlink(&part->dup_group->gobject, dw->index);
+ if (go) {
+ dw->ob = go->ob;
+ }
+ else {
+ tdw = dw->next;
+ BLI_freelinkN(&part->dupliweights, dw);
+ dw = tdw;
+ }
}
- else
+ else {
dw = dw->next;
+ }
}
/* then add objects in the group to new list */
@@ -495,7 +503,9 @@ void psys_free_particles(ParticleSystem *psys)
PARTICLE_P;
if (psys->particles) {
- if (psys->part->type == PART_HAIR) {
+ /* Even though psys->part should never be NULL, this can happen as an exception during deletion.
+ * See ID_REMAP_SKIP/FORCE/FLAG_NEVER_NULL_USAGE in BKE_library_remap. */
+ if (psys->part && psys->part->type == PART_HAIR) {
LOOP_PARTICLES {
if (pa->hair)
MEM_freeN(pa->hair);
@@ -877,6 +887,9 @@ static void get_pointcache_keys_for_time(Object *UNUSED(ob), PointCache *cache,
index2 = BKE_ptcache_mem_index_find(pm, index);
index1 = BKE_ptcache_mem_index_find(pm->prev, index);
+ if (index2 < 0) {
+ return;
+ }
BKE_ptcache_make_particle_key(key2, index2, pm->data, (float)pm->frame);
if (index1 < 0)
@@ -887,6 +900,9 @@ static void get_pointcache_keys_for_time(Object *UNUSED(ob), PointCache *cache,
else if (cache->mem_cache.first) {
pm = cache->mem_cache.first;
index2 = BKE_ptcache_mem_index_find(pm, index);
+ if (index2 < 0) {
+ return;
+ }
BKE_ptcache_make_particle_key(key2, index2, pm->data, (float)pm->frame);
copy_particle_key(key1, key2, 1);
}
diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c
index b4e951ce04a..efaf1f9df2b 100644
--- a/source/blender/blenkernel/intern/particle_system.c
+++ b/source/blender/blenkernel/intern/particle_system.c
@@ -4336,7 +4336,9 @@ void BKE_particlesystem_id_loop(ParticleSystem *psys, ParticleSystemIDFunc func,
func(psys, (ID **)&pt->ob, userdata, IDWALK_NOP);
}
- if (psys->part->phystype == PART_PHYS_BOIDS) {
+ /* Even though psys->part should never be NULL, this can happen as an exception during deletion.
+ * See ID_REMAP_SKIP/FORCE/FLAG_NEVER_NULL_USAGE in BKE_library_remap. */
+ if (psys->part && psys->part->phystype == PART_PHYS_BOIDS) {
ParticleData *pa;
int p;
diff --git a/source/blender/blenkernel/intern/subsurf_ccg.c b/source/blender/blenkernel/intern/subsurf_ccg.c
index 60f1eb6b98c..6d57c5f09e8 100644
--- a/source/blender/blenkernel/intern/subsurf_ccg.c
+++ b/source/blender/blenkernel/intern/subsurf_ccg.c
@@ -2820,12 +2820,13 @@ static void ccgDM_drawMappedFacesGLSL(DerivedMesh *dm,
int matnr = -1;
int do_draw = 0;
-#define PASSATTRIB(dx, dy, vert) { \
- if (attribs.totorco) \
- index = getFaceIndex(ss, f, S, x + dx, y + dy, edgeSize, gridSize); \
- else \
- index = 0; \
- DM_draw_attrib_vertex(&attribs, a, index, vert, ((a) * 4) + vert); \
+#define PASSATTRIB(dx, dy, vert) { \
+ if (attribs.totorco) \
+ index = getFaceIndex(ss, f, S, x + dx, y + dy, edgeSize, gridSize); \
+ else \
+ index = 0; \
+ DM_draw_attrib_vertex(&attribs, a, index, vert, ((a) * 4) + vert); \
+ DM_draw_attrib_vertex_uniforms(&attribs); \
} (void)0
totpoly = ccgSubSurf_getNumFaces(ss);
@@ -3194,24 +3195,62 @@ static void ccgDM_drawMappedFacesMat(DerivedMesh *dm,
#ifdef WITH_OPENSUBDIV
if (ccgdm->useGpuBackend) {
- int new_matnr;
- bool draw_smooth;
+ const int level = ccgSubSurf_getSubdivisionLevels(ss);
+ const int face_side = 1 << level;
+ const int grid_side = 1 << (level - 1);
+ const int face_patches = face_side * face_side;
+ const int grid_patches = grid_side * grid_side;
+ const int num_base_faces = ccgSubSurf_getNumGLMeshBaseFaces(ss);
+ int current_patch = 0;
+ int mat_nr = -1;
+ bool draw_smooth = false;
+ int start_draw_patch = -1, num_draw_patches = 0;
GPU_draw_update_fvar_offset(dm);
if (UNLIKELY(ccgSubSurf_prepareGLMesh(ss, true, -1) == false)) {
return;
}
- /* TODO(sergey): Single matierial currently. */
- if (faceFlags) {
- draw_smooth = (faceFlags[0].flag & ME_SMOOTH);
- new_matnr = (faceFlags[0].mat_nr + 1);
+ for (i = 0; i < num_base_faces; ++i) {
+ const int num_face_verts = ccgSubSurf_getNumGLMeshBaseFaceVerts(ss, i);
+ const int num_patches = (num_face_verts == 4) ? face_patches
+ : num_face_verts * grid_patches;
+ int new_matnr;
+ bool new_draw_smooth;
+
+ if (faceFlags) {
+ new_draw_smooth = (faceFlags[i].flag & ME_SMOOTH);
+ new_matnr = (faceFlags[i].mat_nr + 1);
+ }
+ else {
+ new_draw_smooth = true;
+ new_matnr = 1;
+ }
+ if (new_draw_smooth != draw_smooth || new_matnr != mat_nr) {
+ if (num_draw_patches != 0) {
+ setMaterial(userData, mat_nr, &gattribs);
+ glShadeModel(draw_smooth ? GL_SMOOTH : GL_FLAT);
+ ccgSubSurf_drawGLMesh(ss,
+ true,
+ start_draw_patch,
+ num_draw_patches);
+ }
+ start_draw_patch = current_patch;
+ num_draw_patches = num_patches;
+ mat_nr = new_matnr;
+ draw_smooth = new_draw_smooth;
+ }
+ else {
+ num_draw_patches += num_patches;
+ }
+ current_patch += num_patches;
}
- else {
- draw_smooth = true;
- new_matnr = 1;
+ if (num_draw_patches != 0) {
+ setMaterial(userData, mat_nr, &gattribs);
+ glShadeModel(draw_smooth ? GL_SMOOTH : GL_FLAT);
+ ccgSubSurf_drawGLMesh(ss,
+ true,
+ start_draw_patch,
+ num_draw_patches);
}
- glShadeModel(draw_smooth ? GL_SMOOTH : GL_FLAT);
- setMaterial(userData, new_matnr, &gattribs);
- ccgSubSurf_drawGLMesh(ss, true, -1, -1);
glShadeModel(GL_SMOOTH);
return;
}
@@ -3222,12 +3261,13 @@ static void ccgDM_drawMappedFacesMat(DerivedMesh *dm,
matnr = -1;
-#define PASSATTRIB(dx, dy, vert) { \
- if (attribs.totorco) \
- index = getFaceIndex(ss, f, S, x + dx, y + dy, edgeSize, gridSize); \
- else \
- index = 0; \
- DM_draw_attrib_vertex(&attribs, a, index, vert, ((a) * 4) + vert); \
+#define PASSATTRIB(dx, dy, vert) { \
+ if (attribs.totorco) \
+ index = getFaceIndex(ss, f, S, x + dx, y + dy, edgeSize, gridSize); \
+ else \
+ index = 0; \
+ DM_draw_attrib_vertex(&attribs, a, index, vert, ((a) * 4) + vert); \
+ DM_draw_attrib_vertex_uniforms(&attribs); \
} (void)0
totface = ccgSubSurf_getNumFaces(ss);
diff --git a/source/blender/blenlib/intern/task.c b/source/blender/blenlib/intern/task.c
index bd7b7f9cdbd..9d4d40e1eae 100644
--- a/source/blender/blenlib/intern/task.c
+++ b/source/blender/blenlib/intern/task.c
@@ -780,9 +780,10 @@ BLI_INLINE bool parallel_range_next_iter_get(
ParallelRangeState * __restrict state,
int * __restrict iter, int * __restrict count)
{
- uint32_t previter = atomic_fetch_and_add_uint32((uint32_t *)(&state->iter), state->chunk_size);
+ uint32_t uval = atomic_fetch_and_add_uint32((uint32_t *)(&state->iter), state->chunk_size);
+ int previter = *(int32_t*)&uval;
- *iter = (int)previter;
+ *iter = previter;
*count = max_ii(0, min_ii(state->chunk_size, state->stop - previter));
return (previter < state->stop);
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 96b5bb757ea..12982241c19 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -4106,8 +4106,14 @@ static void lib_link_particlesettings(FileData *fd, Main *main)
if (index_ok) {
/* if we have indexes, let's use them */
for (dw = part->dupliweights.first; dw; dw = dw->next) {
- GroupObject *go = (GroupObject *)BLI_findlink(&part->dup_group->gobject, dw->index);
- dw->ob = go ? go->ob : NULL;
+ /* Do not try to restore pointer here, we have to search for group objects in another
+ * separated step.
+ * Reason is, the used group may be linked from another library, which has not yet
+ * been 'lib_linked'.
+ * Since dw->ob is not considered as an object user (it does not make objet directly linked),
+ * we may have no valid way to retrieve it yet.
+ * See T49273. */
+ dw->ob = NULL;
}
}
else {
diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c
index 1dfb9dee8eb..45fbfdd1767 100644
--- a/source/blender/bmesh/tools/bmesh_bevel.c
+++ b/source/blender/bmesh/tools/bmesh_bevel.c
@@ -2194,10 +2194,13 @@ static void fill_vmesh_fracs(VMesh *vm, float *frac, int i)
total += len_v3v3(mesh_vert(vm, i, 0, k)->co, mesh_vert(vm, i, 0, k + 1)->co);
frac[k + 1] = total;
}
- if (total > BEVEL_EPSILON) {
+ if (total > 0.0f) {
for (k = 1; k <= ns; k++)
frac[k] /= total;
}
+ else {
+ frac[ns] = 1.0f;
+ }
}
/* Like fill_vmesh_fracs but want fractions for profile points of bndv, with ns segments */
@@ -2215,11 +2218,14 @@ static void fill_profile_fracs(BevelParams *bp, BoundVert *bndv, float *frac, in
frac[k + 1] = total;
copy_v3_v3(co, nextco);
}
- if (total > BEVEL_EPSILON) {
+ if (total > 0.0f) {
for (k = 1; k <= ns; k++) {
frac[k] /= total;
}
}
+ else {
+ frac[ns] = 1.0f;
+ }
}
/* Return i such that frac[i] <= f <= frac[i + 1], where frac[n] == 1.0
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
index 2148a3501d8..09c7d9ab9de 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.cc
@@ -115,6 +115,32 @@ namespace DEG {
/* ***************** */
/* Relations Builder */
+/* TODO(sergey): This is somewhat weak, but we don't want neither false-positive
+ * time dependencies nor special exceptions in the depsgraph evaluation.
+ */
+static bool python_driver_depends_on_time(ChannelDriver *driver)
+{
+ if (driver->expression[0] == '\0') {
+ /* Empty expression depends on nothing. */
+ return false;
+ }
+ if (strchr(driver->expression, '(') != NULL) {
+ /* Function calls are considered dependent on a time. */
+ return true;
+ }
+ if (strstr(driver->expression, "time") != NULL) {
+ /* Variable `time` depends on time. */
+ /* TODO(sergey): This is a bit weak, but not sure about better way of
+ * handling this.
+ */
+ return true;
+ }
+ /* Possible indirect time relation s should be handled via variable
+ * targets.
+ */
+ return false;
+}
+
/* **** General purpose functions **** */
RNAPathKey::RNAPathKey(ID *id, const char *path) :
@@ -1016,7 +1042,9 @@ void DepsgraphRelationBuilder::build_driver(ID *id, FCurve *fcu)
* so for now we'll be quite conservative here about optimization and consider
* all python drivers to be depending on time.
*/
- if (driver->type == DRIVER_TYPE_PYTHON) {
+ if ((driver->type == DRIVER_TYPE_PYTHON) &&
+ python_driver_depends_on_time(driver))
+ {
TimeSourceKey time_src_key;
add_relation(time_src_key, driver_key, DEPSREL_TYPE_TIME, "[TimeSrc -> Driver]");
}
diff --git a/source/blender/depsgraph/intern/eval/deg_eval.cc b/source/blender/depsgraph/intern/eval/deg_eval.cc
index f8cca5393e2..c3fd202d832 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval.cc
+++ b/source/blender/depsgraph/intern/eval/deg_eval.cc
@@ -304,7 +304,7 @@ static void schedule_node(TaskPool *pool, Depsgraph *graph, unsigned int layers,
deg_task_run_func,
node,
false,
- TASK_PRIORITY_HIGH,
+ TASK_PRIORITY_LOW,
thread_id);
}
}
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index d727ea0a957..be92b0394a6 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -529,7 +529,10 @@ static bool acf_scene_setting_valid(bAnimContext *ac, bAnimListElem *UNUSED(ale)
case ACHANNEL_SETTING_SELECT:
case ACHANNEL_SETTING_EXPAND:
return true;
-
+
+ case ACHANNEL_SETTING_ALWAYS_VISIBLE:
+ return false;
+
default:
return false;
}
@@ -555,7 +558,7 @@ static int acf_scene_setting_flag(bAnimContext *UNUSED(ac), eAnimChannel_Setting
case ACHANNEL_SETTING_VISIBLE: /* visible (only in Graph Editor) */
*neg = true;
return ADT_CURVES_NOT_VISIBLE;
-
+
default: /* unsupported */
return 0;
}
@@ -682,7 +685,10 @@ static bool acf_object_setting_valid(bAnimContext *ac, bAnimListElem *ale, eAnim
case ACHANNEL_SETTING_SELECT:
case ACHANNEL_SETTING_EXPAND:
return true;
-
+
+ case ACHANNEL_SETTING_ALWAYS_VISIBLE:
+ return ((ac) && (ac->spacetype == SPACE_IPO) && (ob->adt));
+
default:
return false;
}
@@ -708,7 +714,10 @@ static int acf_object_setting_flag(bAnimContext *UNUSED(ac), eAnimChannel_Settin
case ACHANNEL_SETTING_VISIBLE: /* visible (only in Graph Editor) */
*neg = true;
return ADT_CURVES_NOT_VISIBLE;
-
+
+ case ACHANNEL_SETTING_ALWAYS_VISIBLE:
+ return ADT_CURVES_ALWAYS_VISIBLE;
+
default: /* unsupported */
return 0;
}
@@ -732,6 +741,7 @@ static void *acf_object_setting_ptr(bAnimListElem *ale, eAnimChannel_Settings se
case ACHANNEL_SETTING_MUTE: /* mute (only in NLA) */
case ACHANNEL_SETTING_VISIBLE: /* visible (for Graph Editor only) */
+ case ACHANNEL_SETTING_ALWAYS_VISIBLE:
if (ob->adt)
return GET_ACF_FLAG_PTR(ob->adt->flag, type);
return NULL;
@@ -839,7 +849,10 @@ static bool acf_group_setting_valid(bAnimContext *ac, bAnimListElem *UNUSED(ale)
/* conditionally supported */
case ACHANNEL_SETTING_VISIBLE: /* Only available in Graph Editor */
return (ac->spacetype == SPACE_IPO);
-
+
+ case ACHANNEL_SETTING_ALWAYS_VISIBLE:
+ return false;
+
default: /* always supported */
return true;
}
@@ -965,7 +978,10 @@ static bool acf_fcurve_setting_valid(bAnimContext *ac, bAnimListElem *ale, eAnim
case ACHANNEL_SETTING_VISIBLE: /* Only available in Graph Editor */
return (ac->spacetype == SPACE_IPO);
-
+
+ case ACHANNEL_SETTING_ALWAYS_VISIBLE:
+ return false;
+
/* always available */
default:
return true;
@@ -3749,7 +3765,9 @@ void ANIM_channel_draw(bAnimContext *ac, bAnimListElem *ale, float yminc, float
* - in Grease Pencil mode, color swatches for layer color
*/
if (ac->sl) {
- if ((ac->spacetype == SPACE_IPO) && acf->has_setting(ac, ale, ACHANNEL_SETTING_VISIBLE)) {
+ if ((ac->spacetype == SPACE_IPO) &&
+ (acf->has_setting(ac, ale, ACHANNEL_SETTING_VISIBLE) ||
+ acf->has_setting(ac, ale, ACHANNEL_SETTING_ALWAYS_VISIBLE))) {
/* for F-Curves, draw color-preview of curve behind checkbox */
if (ELEM(ale->type, ANIMTYPE_FCURVE, ANIMTYPE_NLACURVE)) {
FCurve *fcu = (FCurve *)ale->data;
@@ -3763,9 +3781,13 @@ void ANIM_channel_draw(bAnimContext *ac, bAnimListElem *ale, float yminc, float
*/
glRectf(offset, yminc, offset + ICON_WIDTH, ymaxc);
}
-
/* icon is drawn as widget now... */
- offset += ICON_WIDTH;
+ if (acf->has_setting(ac, ale, ACHANNEL_SETTING_VISIBLE)) {
+ offset += ICON_WIDTH;
+ }
+ if (acf->has_setting(ac, ale, ACHANNEL_SETTING_ALWAYS_VISIBLE)) {
+ offset += ICON_WIDTH;
+ }
}
else if ((ac->spacetype == SPACE_NLA) && acf->has_setting(ac, ale, ACHANNEL_SETTING_SOLO)) {
/* just skip - drawn as widget now */
@@ -4110,6 +4132,11 @@ static void draw_setting_widget(bAnimContext *ac, bAnimListElem *ale, const bAni
tooltip = TIP_("Channels are visible in Graph Editor for editing");
break;
+ case ACHANNEL_SETTING_ALWAYS_VISIBLE:
+ icon = ICON_UNPINNED;
+ tooltip = TIP_("Channels are visible in Graph Editor for editing");
+ break;
+
case ACHANNEL_SETTING_MOD_OFF: /* modifiers disabled */
icon = ICON_MODIFIER;
usetoggle = false;
@@ -4219,6 +4246,7 @@ static void draw_setting_widget(bAnimContext *ac, bAnimListElem *ale, const bAni
case ACHANNEL_SETTING_MUTE: /* General - muting flags */
case ACHANNEL_SETTING_PINNED: /* NLA Actions - 'map/nomap' */
case ACHANNEL_SETTING_MOD_OFF:
+ case ACHANNEL_SETTING_ALWAYS_VISIBLE:
UI_but_funcN_set(but, achannel_setting_flush_widget_cb, MEM_dupallocN(ale), SET_INT_IN_POINTER(setting));
break;
@@ -4282,10 +4310,20 @@ void ANIM_channel_draw_widgets(const bContext *C, bAnimContext *ac, bAnimListEle
* - in Grease Pencil mode, color swatches for layer color
*/
if (ac->sl) {
- if ((ac->spacetype == SPACE_IPO) && acf->has_setting(ac, ale, ACHANNEL_SETTING_VISIBLE)) {
+ if ((ac->spacetype == SPACE_IPO) &&
+ (acf->has_setting(ac, ale, ACHANNEL_SETTING_VISIBLE) ||
+ acf->has_setting(ac, ale, ACHANNEL_SETTING_ALWAYS_VISIBLE)))
+ {
+ /* pin toggle */
+ if (acf->has_setting(ac, ale, ACHANNEL_SETTING_ALWAYS_VISIBLE)) {
+ draw_setting_widget(ac, ale, acf, block, offset, ymid, ACHANNEL_SETTING_ALWAYS_VISIBLE);
+ offset += ICON_WIDTH;
+ }
/* visibility toggle */
- draw_setting_widget(ac, ale, acf, block, offset, ymid, ACHANNEL_SETTING_VISIBLE);
- offset += ICON_WIDTH;
+ if (acf->has_setting(ac, ale, ACHANNEL_SETTING_VISIBLE)) {
+ draw_setting_widget(ac, ale, acf, block, offset, ymid, ACHANNEL_SETTING_VISIBLE);
+ offset += ICON_WIDTH;
+ }
}
else if ((ac->spacetype == SPACE_NLA) && acf->has_setting(ac, ale, ACHANNEL_SETTING_SOLO)) {
/* 'solo' setting for NLA Tracks */
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index cb65a9aecad..4cbdf77b11a 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -435,7 +435,11 @@ void ANIM_flush_setting_anim_channels(bAnimContext *ac, ListBase *anim_data, bAn
/* sanity check */
if (ELEM(NULL, anim_data, anim_data->first))
return;
-
+
+ if (setting == ACHANNEL_SETTING_ALWAYS_VISIBLE) {
+ return;
+ }
+
/* find the channel that got changed */
for (ale = anim_data->first; ale; ale = ale->next) {
/* compare data, and type as main way of identifying the channel */
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index 5cd305f69f5..5cee414c690 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -2825,7 +2825,12 @@ static bool animdata_filter_base_is_ok(bDopeSheet *ads, Scene *scene, Base *base
if ((ob->adt) && (ob->adt->flag & ADT_CURVES_NOT_VISIBLE))
return false;
}
-
+
+ /* Pinned curves are visible regardless of selection flags. */
+ if ((ob->adt) && (ob->adt->flag & ADT_CURVES_ALWAYS_VISIBLE)) {
+ return true;
+ }
+
/* check selection and object type filters */
if ((ads->filterflag & ADS_FILTER_ONLYSEL) && !((base->flag & SELECT) /*|| (base == sce->basact)*/)) {
/* only selected should be shown */
diff --git a/source/blender/editors/armature/armature_edit.c b/source/blender/editors/armature/armature_edit.c
index 354b748e129..ece0f18e96e 100644
--- a/source/blender/editors/armature/armature_edit.c
+++ b/source/blender/editors/armature/armature_edit.c
@@ -410,6 +410,7 @@ static int armature_calc_roll_exec(bContext *C, wmOperator *op)
if (type < 3) vec[type] = 1.0f;
else vec[type - 2] = -1.0f;
mul_m3_v3(imat, vec);
+ normalize_v3(vec);
}
if (axis_flip) negate_v3(vec);
diff --git a/source/blender/editors/armature/pose_transform.c b/source/blender/editors/armature/pose_transform.c
index df906a3638a..fa7850bc2f4 100644
--- a/source/blender/editors/armature/pose_transform.c
+++ b/source/blender/editors/armature/pose_transform.c
@@ -39,7 +39,9 @@
#include "BKE_animsys.h"
#include "BKE_action.h"
+#include "BKE_appdir.h"
#include "BKE_armature.h"
+#include "BKE_blender_copybuffer.h"
#include "BKE_context.h"
#include "BKE_deform.h"
#include "BKE_depsgraph.h"
@@ -248,29 +250,6 @@ void POSE_OT_visual_transform_apply(wmOperatorType *ot)
/* ********************************************** */
/* Copy/Paste */
-/* Global copy/paste buffer for pose - cleared on start/end session + before every copy operation */
-static bPose *g_posebuf = NULL;
-
-void ED_clipboard_posebuf_free(void)
-{
- if (g_posebuf) {
- bPoseChannel *pchan;
-
- for (pchan = g_posebuf->chanbase.first; pchan; pchan = pchan->next) {
- if (pchan->prop) {
- IDP_FreeProperty(pchan->prop);
- MEM_freeN(pchan->prop);
- }
- }
-
- /* was copied without constraints */
- BLI_freelistN(&g_posebuf->chanbase);
- MEM_freeN(g_posebuf);
- }
-
- g_posebuf = NULL;
-}
-
/* This function is used to indicate that a bone is selected
* and needs to be included in copy buffer (used to be for inserting keys)
*/
@@ -435,22 +414,24 @@ static bPoseChannel *pose_bone_do_paste(Object *ob, bPoseChannel *chan, const bo
static int pose_copy_exec(bContext *C, wmOperator *op)
{
+ Main *bmain = CTX_data_main(C);
Object *ob = BKE_object_pose_armature_get(CTX_data_active_object(C));
-
- /* sanity checking */
+ char str[FILE_MAX];
+ /* Sanity checking. */
if (ELEM(NULL, ob, ob->pose)) {
BKE_report(op->reports, RPT_ERROR, "No pose to copy");
return OPERATOR_CANCELLED;
}
-
- /* free existing pose buffer */
- ED_clipboard_posebuf_free();
-
- /* sets chan->flag to POSE_KEY if bone selected, then copy those bones to the buffer */
- set_pose_keys(ob);
- BKE_pose_copy_data(&g_posebuf, ob->pose, 0);
-
-
+ /* Sets chan->flag to POSE_KEY if bone selected. */
+ set_pose_keys(ob);
+ /* Store the whole object to the copy buffer because pose can't be
+ * existing on it's own.
+ */
+ BKE_copybuffer_begin(bmain);
+ BKE_copybuffer_tag_ID(&ob->id);
+ BLI_make_file_string("/", str, BKE_tempdir_base(), "copybuffer_pose.blend");
+ BKE_copybuffer_save(bmain, str, op->reports);
+ BKE_report(op->reports, RPT_INFO, "Copied pose to buffer");
return OPERATOR_FINISHED;
}
@@ -478,44 +459,60 @@ static int pose_paste_exec(bContext *C, wmOperator *op)
bPoseChannel *chan;
const bool flip = RNA_boolean_get(op->ptr, "flipped");
bool selOnly = RNA_boolean_get(op->ptr, "selected_mask");
-
- /* get KeyingSet to use */
+ /* Get KeyingSet to use. */
KeyingSet *ks = ANIM_get_keyingset_for_autokeying(scene, ANIM_KS_WHOLE_CHARACTER_ID);
-
- /* sanity checks */
- if (ELEM(NULL, ob, ob->pose))
+ /* Sanity checks. */
+ if (ELEM(NULL, ob, ob->pose)) {
return OPERATOR_CANCELLED;
-
- if (g_posebuf == NULL) {
+ }
+ /* Read copy buffer .blend file. */
+ char str[FILE_MAX];
+ Main *tmp_bmain = BKE_main_new();
+ BLI_make_file_string("/", str, BKE_tempdir_base(), "copybuffer_pose.blend");
+ if (!BKE_copybuffer_read(tmp_bmain, str, op->reports)) {
BKE_report(op->reports, RPT_ERROR, "Copy buffer is empty");
+ BKE_main_free(tmp_bmain);
return OPERATOR_CANCELLED;
}
-
- /* if selOnly option is enabled, if user hasn't selected any bones,
- * just go back to default behavior to be more in line with other pose tools
+ /* Make sure data from this file is usable for pose paste. */
+ if (BLI_listbase_count_ex(&tmp_bmain->object, 2) != 1) {
+ BKE_report(op->reports, RPT_ERROR, "Copy buffer is not from pose mode");
+ BKE_main_free(tmp_bmain);
+ return OPERATOR_CANCELLED;
+ }
+ Object *object_from = tmp_bmain->object.first;
+ bPose *pose_from = object_from->pose;
+ if (pose_from == NULL) {
+ BKE_report(op->reports, RPT_ERROR, "Copy buffer has no pose");
+ BKE_main_free(tmp_bmain);
+ return OPERATOR_CANCELLED;
+ }
+ /* If selOnly option is enabled, if user hasn't selected any bones,
+ * just go back to default behavior to be more in line with other
+ * pose tools.
*/
if (selOnly) {
- if (CTX_DATA_COUNT(C, selected_pose_bones) == 0)
- selOnly = 0;
+ if (CTX_DATA_COUNT(C, selected_pose_bones) == 0) {
+ selOnly = false;
+ }
}
-
- /* Safely merge all of the channels in the buffer pose into any existing pose */
- for (chan = g_posebuf->chanbase.first; chan; chan = chan->next) {
+ /* Safely merge all of the channels in the buffer pose into any
+ * existing pose.
+ */
+ for (chan = pose_from->chanbase.first; chan; chan = chan->next) {
if (chan->flag & POSE_KEY) {
- /* try to perform paste on this bone */
+ /* Try to perform paste on this bone. */
bPoseChannel *pchan = pose_bone_do_paste(ob, chan, selOnly, flip);
-
- if (pchan) {
- /* keyframing tagging for successful paste */
+ if (pchan != NULL) {
+ /* Keyframing tagging for successful paste, */
ED_autokeyframe_pchan(C, scene, ob, pchan, ks);
}
}
}
-
- /* Update event for pose and deformation children */
+ BKE_main_free(tmp_bmain);
+ /* Update event for pose and deformation children. */
DAG_id_tag_update(&ob->id, OB_RECALC_DATA);
-
- /* notifiers for updates */
+ /* Notifiers for updates, */
WM_event_add_notifier(C, NC_OBJECT | ND_POSE, ob);
return OPERATOR_FINISHED;
diff --git a/source/blender/editors/gpencil/drawgpencil.c b/source/blender/editors/gpencil/drawgpencil.c
index 4ef76f5ee25..48786e08f85 100644
--- a/source/blender/editors/gpencil/drawgpencil.c
+++ b/source/blender/editors/gpencil/drawgpencil.c
@@ -66,6 +66,7 @@
#include "ED_gpencil.h"
#include "ED_screen.h"
#include "ED_view3d.h"
+#include "ED_space_api.h"
#include "UI_interface_icons.h"
#include "UI_resources.h"
@@ -74,7 +75,6 @@
/* GREASE PENCIL DRAWING */
/* ----- General Defines ------ */
-
/* flags for sflag */
typedef enum eDrawStrokeFlags {
GP_DRAWDATA_NOSTATUS = (1 << 0), /* don't draw status info */
@@ -1338,6 +1338,39 @@ static void gp_draw_onionskins(
}
+/* draw interpolate strokes (used only while operator is running) */
+void ED_gp_draw_interpolation(tGPDinterpolate *tgpi, const int type)
+{
+ tGPDinterpolate_layer *tgpil;
+ float diff_mat[4][4];
+ float color[4];
+
+ int offsx = 0;
+ int offsy = 0;
+ int winx = tgpi->ar->winx;
+ int winy = tgpi->ar->winy;
+
+ UI_GetThemeColor3fv(TH_GP_VERTEX_SELECT, color);
+ color[3] = 0.6f;
+ int dflag = 0;
+ /* if 3d stuff, enable flags */
+ if (type == REGION_DRAW_POST_VIEW) {
+ dflag |= (GP_DRAWDATA_ONLY3D | GP_DRAWDATA_NOSTATUS);
+ }
+
+ /* turn on alpha-blending */
+ glEnable(GL_BLEND);
+ for (tgpil = tgpi->ilayers.first; tgpil; tgpil = tgpil->next) {
+ /* calculate parent position */
+ ED_gpencil_parent_location(tgpil->gpl, diff_mat);
+ if (tgpil->interFrame) {
+ gp_draw_strokes(tgpi->gpd, tgpil->interFrame, offsx, offsy, winx, winy, dflag, false,
+ tgpil->gpl->thickness, 1.0f, color, true, true, diff_mat);
+ }
+ }
+ glDisable(GL_BLEND);
+}
+
/* loop over gpencil data layers, drawing them */
static void gp_draw_data_layers(
bGPDbrush *brush, float alpha, bGPdata *gpd,
diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c
index 9f700e8716c..7175ec3e83d 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -18,7 +18,7 @@
* The Original Code is Copyright (C) 2008, Blender Foundation, Joshua Leung
* This is a new part of Blender
*
- * Contributor(s): Joshua Leung
+ * Contributor(s): Joshua Leung, Antonio Vazquez
*
* ***** END GPL LICENSE BLOCK *****
*
@@ -74,6 +74,8 @@
#include "ED_object.h"
#include "ED_screen.h"
#include "ED_view3d.h"
+#include "ED_screen.h"
+#include "ED_space_api.h"
#include "gpencil_intern.h"
@@ -1968,4 +1970,791 @@ void GPENCIL_OT_reproject(wmOperatorType *ot)
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
}
-/* ************************************************ */
+/* ******************* Stroke subdivide ************************** */
+/* helper: Count how many points need to be inserted */
+static int gp_count_subdivision_cuts(bGPDstroke *gps)
+{
+ bGPDspoint *pt;
+ int i;
+ int totnewpoints = 0;
+ for (i = 0, pt = gps->points; i < gps->totpoints && pt; i++, pt++) {
+ if (pt->flag & GP_SPOINT_SELECT) {
+ if (i + 1 < gps->totpoints){
+ if (gps->points[i + 1].flag & GP_SPOINT_SELECT) {
+ ++totnewpoints;
+ };
+ }
+ }
+ }
+
+ return totnewpoints;
+}
+static int gp_stroke_subdivide_exec(bContext *C, wmOperator *op)
+{
+ bGPdata *gpd = ED_gpencil_data_get_active(C);
+ bGPDspoint *temp_points;
+ const int cuts = RNA_int_get(op->ptr, "number_cuts");
+
+ int totnewpoints, oldtotpoints;
+ int i2;
+
+ /* sanity checks */
+ if (ELEM(NULL, gpd))
+ return OPERATOR_CANCELLED;
+
+ /* Go through each editable + selected stroke */
+ GP_EDITABLE_STROKES_BEGIN(C, gpl, gps)
+ {
+ if (gps->flag & GP_STROKE_SELECT) {
+ /* loop as many times as cuts */
+ for (int s = 0; s < cuts; s++) {
+ totnewpoints = gp_count_subdivision_cuts(gps);
+ if (totnewpoints == 0) {
+ continue;
+ }
+ /* duplicate points in a temp area */
+ temp_points = MEM_dupallocN(gps->points);
+ oldtotpoints = gps->totpoints;
+
+ /* resize the points arrys */
+ gps->totpoints += totnewpoints;
+ gps->points = MEM_recallocN(gps->points, sizeof(*gps->points) * gps->totpoints);
+ gps->flag |= GP_STROKE_RECALC_CACHES;
+
+ /* loop and interpolate */
+ i2 = 0;
+ for (int i = 0; i < oldtotpoints; i++) {
+ bGPDspoint *pt = &temp_points[i];
+ bGPDspoint *pt_final = &gps->points[i2];
+
+ /* copy current point */
+ copy_v3_v3(&pt_final->x, &pt->x);
+ pt_final->pressure = pt->pressure;
+ pt_final->strength = pt->strength;
+ pt_final->time = pt->time;
+ pt_final->flag = pt->flag;
+ ++i2;
+
+ /* if next point is selected add a half way point */
+ if (pt->flag & GP_SPOINT_SELECT) {
+ if (i + 1 < oldtotpoints){
+ if (temp_points[i + 1].flag & GP_SPOINT_SELECT) {
+ pt_final = &gps->points[i2];
+ /* Interpolate all values */
+ bGPDspoint *next = &temp_points[i + 1];
+ interp_v3_v3v3(&pt_final->x, &pt->x, &next->x, 0.5f);
+ pt_final->pressure = interpf(pt->pressure, next->pressure, 0.5f);
+ pt_final->strength = interpf(pt->strength, next->strength, 0.5f);
+ CLAMP(pt_final->strength, GPENCIL_STRENGTH_MIN, 1.0f);
+ pt_final->time = interpf(pt->time, next->time, 0.5f);
+ pt_final->flag |= GP_SPOINT_SELECT;
+ ++i2;
+ };
+ }
+ }
+ }
+ /* free temp memory */
+ MEM_freeN(temp_points);
+ }
+ }
+ }
+ GP_EDITABLE_STROKES_END;
+
+ /* notifiers */
+ WM_event_add_notifier(C, NC_GPENCIL | ND_DATA | NA_EDITED, NULL);
+
+ return OPERATOR_FINISHED;
+}
+
+void GPENCIL_OT_stroke_subdivide(wmOperatorType *ot)
+{
+ PropertyRNA *prop;
+
+ /* identifiers */
+ ot->name = "Subdivide Stroke";
+ ot->idname = "GPENCIL_OT_stroke_subdivide";
+ ot->description = "Subdivide between continuous selected points of the stroke adding a point half way between them";
+
+ /* api callbacks */
+ ot->exec = gp_stroke_subdivide_exec;
+ ot->poll = gp_active_layer_poll;
+
+ /* flags */
+ ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO | OPTYPE_BLOCKING;
+
+ /* properties */
+ prop = RNA_def_int(ot->srna, "number_cuts", 1, 1, 10, "Number of Cuts", "", 1, 5);
+ /* avoid re-using last var because it can cause _very_ high value and annoy users */
+ RNA_def_property_flag(prop, PROP_SKIP_SAVE);
+
+}
+
+/* ========= Interpolation operators ========================== */
+/* Helper: Update point with interpolation */
+static void gp_interpolate_update_points(bGPDstroke *gps_from, bGPDstroke *gps_to, bGPDstroke *new_stroke, float factor)
+{
+ bGPDspoint *prev, *pt, *next;
+
+ /* update points */
+ for (int i = 0; i < new_stroke->totpoints; i++) {
+ prev = &gps_from->points[i];
+ pt = &new_stroke->points[i];
+ next = &gps_to->points[i];
+
+ /* Interpolate all values */
+ interp_v3_v3v3(&pt->x, &prev->x, &next->x, factor);
+ pt->pressure = interpf(prev->pressure, next->pressure, factor);
+ pt->strength = interpf(prev->strength, next->strength, factor);
+ CLAMP(pt->strength, GPENCIL_STRENGTH_MIN, 1.0f);
+ }
+}
+
+/* Helper: Update all strokes interpolated */
+static void gp_interpolate_update_strokes(bContext *C, tGPDinterpolate *tgpi)
+{
+ tGPDinterpolate_layer *tgpil;
+ bGPDstroke *new_stroke, *gps_from, *gps_to;
+ int cStroke;
+ float factor;
+ float shift = tgpi->shift;
+
+ for (tgpil = tgpi->ilayers.first; tgpil; tgpil = tgpil->next) {
+ factor = tgpil->factor + shift;
+ for (new_stroke = tgpil->interFrame->strokes.first; new_stroke; new_stroke = new_stroke->next) {
+ if (new_stroke->totpoints == 0) {
+ continue;
+ }
+ /* get strokes to interpolate */
+ cStroke = BLI_findindex(&tgpil->interFrame->strokes, new_stroke);
+ gps_from = BLI_findlink(&tgpil->prevFrame->strokes, cStroke);
+ gps_to = BLI_findlink(&tgpil->nextFrame->strokes, cStroke);
+ /* update points position */
+ if ((gps_from) && (gps_to)) {
+ gp_interpolate_update_points(gps_from, gps_to, new_stroke, factor);
+ }
+ }
+ }
+
+ WM_event_add_notifier(C, NC_GPENCIL | NA_EDITED, NULL);
+}
+
+/* Helper: Verify valid strokes for interpolation */
+static bool gp_interpolate_check_todo(bContext *C, bGPdata *gpd)
+{
+ ToolSettings *ts = CTX_data_tool_settings(C);
+ int flag = ts->gp_sculpt.flag;
+
+ bGPDlayer *gpl;
+ bGPDlayer *active_gpl = CTX_data_active_gpencil_layer(C);
+ bGPDstroke *gps_from, *gps_to;
+ int fFrame;
+
+ /* get layers */
+ for (gpl = gpd->layers.first; gpl; gpl = gpl->next) {
+ /* all layers or only active */
+ if (((flag & GP_BRUSHEDIT_FLAG_INTERPOLATE_ALL_LAYERS) == 0) && (gpl != active_gpl)) {
+ continue;
+ }
+ /* only editable and visible layers are considered */
+ if (!gpencil_layer_is_editable(gpl) || (gpl->actframe == NULL)) {
+ continue;
+ }
+ /* read strokes */
+ for (gps_from = gpl->actframe->strokes.first; gps_from; gps_from = gps_from->next) {
+ /* only selected */
+ if ((flag & GP_BRUSHEDIT_FLAG_INTERPOLATE_ONLY_SELECTED) && ((gps_from->flag & GP_STROKE_SELECT) == 0)) {
+ continue;
+ }
+ /* skip strokes that are invalid for current view */
+ if (ED_gpencil_stroke_can_use(C, gps_from) == false) {
+ continue;
+ }
+ /* check if the color is editable */
+ if (ED_gpencil_stroke_color_use(gpl, gps_from) == false) {
+ continue;
+ }
+ /* get final stroke to interpolate */
+ fFrame = BLI_findindex(&gpl->actframe->strokes, gps_from);
+ gps_to = BLI_findlink(&gpl->actframe->next->strokes, fFrame);
+ if (gps_to == NULL) {
+ continue;
+ }
+ return 1;
+ }
+ }
+ return 0;
+}
+
+/* Helper: Create internal strokes interpolated */
+static void gp_interpolate_set_points(bContext *C, tGPDinterpolate *tgpi)
+{
+ bGPDlayer *gpl;
+ bGPdata *gpd = tgpi->gpd;
+ tGPDinterpolate_layer *tgpil;
+ bGPDlayer *active_gpl = CTX_data_active_gpencil_layer(C);
+ bGPDstroke *gps_from, *gps_to, *new_stroke;
+ int fFrame;
+
+ /* save initial factor for active layer to define shift limits */
+ tgpi->init_factor = (float)(tgpi->cframe - active_gpl->actframe->framenum) / (active_gpl->actframe->next->framenum - active_gpl->actframe->framenum + 1);
+ /* limits are 100% below 0 and 100% over the 100% */
+ tgpi->low_limit = -1.0f - tgpi->init_factor;
+ tgpi->high_limit = 2.0f - tgpi->init_factor;
+
+ /* set layers */
+ for (gpl = gpd->layers.first; gpl; gpl = gpl->next) {
+ /* all layers or only active */
+ if (((tgpi->flag & GP_BRUSHEDIT_FLAG_INTERPOLATE_ALL_LAYERS) == 0) && (gpl != active_gpl)) {
+ continue;
+ }
+ /* only editable and visible layers are considered */
+ if (!gpencil_layer_is_editable(gpl) || (gpl->actframe == NULL)) {
+ continue;
+ }
+ /* create temp data for each layer */
+ tgpil = NULL;
+ tgpil = MEM_callocN(sizeof(tGPDinterpolate_layer), "GPencil Interpolate Layer");
+
+ tgpil->gpl = gpl;
+ tgpil->prevFrame = gpl->actframe;
+ tgpil->nextFrame = gpl->actframe->next;
+
+ BLI_addtail(&tgpi->ilayers, tgpil);
+ /* create a new temporary frame */
+ tgpil->interFrame = MEM_callocN(sizeof(bGPDframe), "bGPDframe");
+ tgpil->interFrame->framenum = tgpi->cframe;
+
+ /* get interpolation factor by layer (usually must be equal for all layers, but not sure) */
+ tgpil->factor = (float)(tgpi->cframe - tgpil->prevFrame->framenum) / (tgpil->nextFrame->framenum - tgpil->prevFrame->framenum + 1);
+ /* create new strokes data with interpolated points reading original stroke */
+ for (gps_from = tgpil->prevFrame->strokes.first; gps_from; gps_from = gps_from->next) {
+ bool valid = true;
+ /* only selected */
+ if ((tgpi->flag & GP_BRUSHEDIT_FLAG_INTERPOLATE_ONLY_SELECTED) && ((gps_from->flag & GP_STROKE_SELECT) == 0)) {
+ valid = false;
+ }
+
+ /* skip strokes that are invalid for current view */
+ if (ED_gpencil_stroke_can_use(C, gps_from) == false) {
+ valid = false;
+ }
+ /* check if the color is editable */
+ if (ED_gpencil_stroke_color_use(tgpil->gpl, gps_from) == false) {
+ valid = false;
+ }
+ /* get final stroke to interpolate */
+ fFrame = BLI_findindex(&tgpil->prevFrame->strokes, gps_from);
+ gps_to = BLI_findlink(&tgpil->nextFrame->strokes, fFrame);
+ if (gps_to == NULL) {
+ valid = false;
+ }
+ /* create new stroke */
+ new_stroke = MEM_dupallocN(gps_from);
+ new_stroke->points = MEM_dupallocN(gps_from->points);
+ new_stroke->triangles = MEM_dupallocN(gps_from->triangles);
+ if (valid) {
+ /* if destination stroke is smaller, resize new_stroke to size of gps_to stroke */
+ if (gps_from->totpoints > gps_to->totpoints) {
+ new_stroke->points = MEM_recallocN(new_stroke->points, sizeof(*new_stroke->points) * gps_to->totpoints);
+ new_stroke->totpoints = gps_to->totpoints;
+ new_stroke->tot_triangles = 0;
+ new_stroke->flag |= GP_STROKE_RECALC_CACHES;
+ }
+ /* update points position */
+ gp_interpolate_update_points(gps_from, gps_to, new_stroke, tgpil->factor);
+ }
+ else {
+ /* need an empty stroke to keep index correct for lookup, but resize to smallest size */
+ new_stroke->totpoints = 0;
+ new_stroke->points = MEM_recallocN(new_stroke->points, sizeof(*new_stroke->points));
+ new_stroke->tot_triangles = 0;
+ new_stroke->triangles = MEM_recallocN(new_stroke->triangles, sizeof(*new_stroke->triangles));
+ }
+ /* add to strokes */
+ BLI_addtail(&tgpil->interFrame->strokes, new_stroke);
+ }
+ }
+}
+
+/* Helper: calculate shift based on position of mouse (we only use x-axis for now.
+* since this is more convenient for users to do), and store new shift value
+*/
+static void gpencil_mouse_update_shift(tGPDinterpolate *tgpi, wmOperator *op, const wmEvent *event)
+{
+ float mid = (float)(tgpi->ar->winx - tgpi->ar->winrct.xmin) / 2.0f;
+ float mpos = event->x - tgpi->ar->winrct.xmin;
+ if (mpos >= mid) {
+ tgpi->shift = ((mpos - mid) * tgpi->high_limit) / mid;
+ }
+ else {
+ tgpi->shift = tgpi->low_limit - ((mpos * tgpi->low_limit) / mid);
+ }
+
+ CLAMP(tgpi->shift, tgpi->low_limit, tgpi->high_limit);
+ RNA_float_set(op->ptr, "shift", tgpi->shift);
+}
+
+/* Helper: Draw status message while the user is running the operator */
+static void gpencil_interpolate_status_indicators(tGPDinterpolate *p)
+{
+ Scene *scene = p->scene;
+ char status_str[UI_MAX_DRAW_STR];
+ char msg_str[UI_MAX_DRAW_STR];
+ BLI_strncpy(msg_str, IFACE_("GPencil Interpolation: ESC/RMB to cancel, Enter/LMB to confirm, WHEEL/MOVE to adjust, Factor"), UI_MAX_DRAW_STR);
+
+ if (hasNumInput(&p->num)) {
+ char str_offs[NUM_STR_REP_LEN];
+
+ outputNumInput(&p->num, str_offs, &scene->unit);
+
+ BLI_snprintf(status_str, sizeof(status_str), "%s: %s", msg_str, str_offs);
+ }
+ else {
+ BLI_snprintf(status_str, sizeof(status_str), "%s: %d %%", msg_str, (int)((p->init_factor + p->shift) * 100.0f));
+ }
+
+ ED_area_headerprint(p->sa, status_str);
+}
+
+/* Helper: Update screen and stroke */
+static void gpencil_interpolate_update(bContext *C, wmOperator *op, tGPDinterpolate *tgpi)
+{
+ /* update shift indicator in header */
+ gpencil_interpolate_status_indicators(tgpi);
+ /* apply... */
+ tgpi->shift = RNA_float_get(op->ptr, "shift");
+ /* update points position */
+ gp_interpolate_update_strokes(C, tgpi);
+}
+
+/* init new temporary interpolation data */
+static bool gp_interpolate_set_init_values(bContext *C, wmOperator *op, tGPDinterpolate *tgpi)
+{
+ ToolSettings *ts = CTX_data_tool_settings(C);
+ bGPdata *gpd = CTX_data_gpencil_data(C);
+
+ /* set current scene and window */
+ tgpi->scene = CTX_data_scene(C);
+ tgpi->sa = CTX_wm_area(C);
+ tgpi->ar = CTX_wm_region(C);
+ tgpi->flag = ts->gp_sculpt.flag;
+
+ /* set current frame number */
+ tgpi->cframe = tgpi->scene->r.cfra;
+
+ /* set GP datablock */
+ tgpi->gpd = gpd;
+
+ /* set interpolation weight */
+ tgpi->shift = RNA_float_get(op->ptr, "shift");
+ /* set layers */
+ gp_interpolate_set_points(C, tgpi);
+
+ return 1;
+}
+
+/* Poll handler: check if context is suitable for interpolation */
+static int gpencil_interpolate_poll(bContext *C)
+{
+ bGPdata * gpd = CTX_data_gpencil_data(C);
+ bGPDlayer *gpl = CTX_data_active_gpencil_layer(C);
+ /* only 3D view */
+ if (CTX_wm_area(C)->spacetype != SPACE_VIEW3D) {
+ return 0;
+ }
+ /* need data to interpolate */
+ if (ELEM(NULL, gpd, gpl)) {
+ return 0;
+ }
+
+ return 1;
+}
+
+/* Allocate memory and initialize values */
+static tGPDinterpolate *gp_session_init_interpolation(bContext *C, wmOperator *op)
+{
+ tGPDinterpolate *tgpi = NULL;
+
+ /* create new context data */
+ tgpi = MEM_callocN(sizeof(tGPDinterpolate), "GPencil Interpolate Data");
+
+ /* define initial values */
+ gp_interpolate_set_init_values(C, op, tgpi);
+
+ /* return context data for running operator */
+ return tgpi;
+}
+
+/* Exit and free memory */
+static void gpencil_interpolate_exit(bContext *C, wmOperator *op)
+{
+ tGPDinterpolate *tgpi = op->customdata;
+ tGPDinterpolate_layer *tgpil;
+
+ /* don't assume that operator data exists at all */
+ if (tgpi) {
+ /* remove drawing handler */
+ if (tgpi->draw_handle_screen) {
+ ED_region_draw_cb_exit(tgpi->ar->type, tgpi->draw_handle_screen);
+ }
+ if (tgpi->draw_handle_3d) {
+ ED_region_draw_cb_exit(tgpi->ar->type, tgpi->draw_handle_3d);
+ }
+ /* clear status message area */
+ ED_area_headerprint(tgpi->sa, NULL);
+ /* finally, free memory used by temp data */
+ for (tgpil = tgpi->ilayers.first; tgpil; tgpil = tgpil->next) {
+ BKE_gpencil_free_strokes(tgpil->interFrame);
+ MEM_freeN(tgpil->interFrame);
+ }
+
+ BLI_freelistN(&tgpi->ilayers);
+ MEM_freeN(tgpi);
+ }
+ WM_event_add_notifier(C, NC_GPENCIL | NA_EDITED, NULL);
+
+ /* clear pointer */
+ op->customdata = NULL;
+}
+
+/* Cancel handler */
+static void gpencil_interpolate_cancel(bContext *C, wmOperator *op)
+{
+ /* this is just a wrapper around exit() */
+ gpencil_interpolate_exit(C, op);
+}
+
+/* Init interpolation: Allocate memory and set init values */
+static int gpencil_interpolate_init(bContext *C, wmOperator *op)
+{
+ tGPDinterpolate *tgpi;
+ /* check context */
+ tgpi = op->customdata = gp_session_init_interpolation(C, op);
+ if (tgpi == NULL) {
+ /* something wasn't set correctly in context */
+ gpencil_interpolate_exit(C, op);
+ return 0;
+ }
+
+ /* everything is now setup ok */
+ return 1;
+}
+
+/* ********************** custom drawcall api ***************** */
+/* Helper: drawing callback for modal operator in screen mode */
+static void gpencil_interpolate_draw_screen(const struct bContext *UNUSED(C), ARegion *UNUSED(ar), void *arg)
+{
+ wmOperator *op = arg;
+ struct tGPDinterpolate *tgpi = op->customdata;
+ ED_gp_draw_interpolation(tgpi, REGION_DRAW_POST_PIXEL);
+}
+
+/* Helper: drawing callback for modal operator in 3d mode */
+static void gpencil_interpolate_draw_3d(const struct bContext *UNUSED(C), ARegion *UNUSED(ar), void *arg)
+{
+ wmOperator *op = arg;
+ struct tGPDinterpolate *tgpi = op->customdata;
+ ED_gp_draw_interpolation(tgpi, REGION_DRAW_POST_VIEW);
+}
+
+/* Invoke handler: Initialize the operator */
+static int gpencil_interpolate_invoke(bContext *C, wmOperator *op, const wmEvent *UNUSED(event))
+{
+ wmWindow *win = CTX_wm_window(C);
+ Scene *scene = CTX_data_scene(C);
+ bGPdata * gpd = CTX_data_gpencil_data(C);
+ bGPDlayer *gpl = CTX_data_active_gpencil_layer(C);
+ tGPDinterpolate *tgpi = NULL;
+
+ /* cannot interpolate if not between 2 frames */
+ if ((gpl->actframe == NULL) || (gpl->actframe->next == NULL)) {
+ BKE_report(op->reports, RPT_ERROR, "Interpolation requires to be between two grease pencil frames in active layer");
+ return OPERATOR_CANCELLED;
+ }
+
+ /* cannot interpolate in extremes */
+ if ((gpl->actframe->framenum == scene->r.cfra) || (gpl->actframe->next->framenum == scene->r.cfra)) {
+ BKE_report(op->reports, RPT_ERROR, "Interpolation requires to be between two grease pencil frames in active layer");
+ return OPERATOR_CANCELLED;
+ }
+
+ /* need editable strokes */
+ if (!gp_interpolate_check_todo(C, gpd)) {
+ BKE_report(op->reports, RPT_ERROR, "Interpolation requires some editable stroke");
+ return OPERATOR_CANCELLED;
+ }
+
+ /* try to initialize context data needed */
+ if (!gpencil_interpolate_init(C, op)) {
+ if (op->customdata)
+ MEM_freeN(op->customdata);
+ return OPERATOR_CANCELLED;
+ }
+ else
+ tgpi = op->customdata;
+
+ /* enable custom drawing handlers. It needs 2 handlers because can be strokes in 3d space and screen space and each handler use different
+ coord system */
+ tgpi->draw_handle_screen = ED_region_draw_cb_activate(tgpi->ar->type, gpencil_interpolate_draw_screen, op, REGION_DRAW_POST_PIXEL);
+ tgpi->draw_handle_3d = ED_region_draw_cb_activate(tgpi->ar->type, gpencil_interpolate_draw_3d, op, REGION_DRAW_POST_VIEW);
+ /* set cursor to indicate modal */
+ WM_cursor_modal_set(win, BC_EW_SCROLLCURSOR);
+ /* update shift indicator in header */
+ gpencil_interpolate_status_indicators(tgpi);
+ WM_event_add_notifier(C, NC_GPENCIL | NA_EDITED, NULL);
+
+ /* add a modal handler for this operator */
+ WM_event_add_modal_handler(C, op);
+
+ return OPERATOR_RUNNING_MODAL;
+}
+
+/* Modal handler: Events handling during interactive part */
+static int gpencil_interpolate_modal(bContext *C, wmOperator *op, const wmEvent *event)
+{
+ tGPDinterpolate *tgpi = op->customdata;
+ wmWindow *win = CTX_wm_window(C);
+ bGPDframe *gpf_dst;
+ bGPDstroke *gps_src, *gps_dst;
+ tGPDinterpolate_layer *tgpil;
+ const bool has_numinput = hasNumInput(&tgpi->num);
+
+ switch (event->type) {
+ case LEFTMOUSE: /* confirm */
+ case RETKEY:
+ {
+ /* return to normal cursor and header status */
+ ED_area_headerprint(tgpi->sa, NULL);
+ WM_cursor_modal_restore(win);
+
+ /* insert keyframes as required... */
+ for (tgpil = tgpi->ilayers.first; tgpil; tgpil = tgpil->next) {
+ gpf_dst = BKE_gpencil_layer_getframe(tgpil->gpl, tgpi->cframe, GP_GETFRAME_ADD_NEW);
+ gpf_dst->key_type = BEZT_KEYTYPE_BREAKDOWN;
+
+ /* copy strokes */
+ BLI_listbase_clear(&gpf_dst->strokes);
+ for (gps_src = tgpil->interFrame->strokes.first; gps_src; gps_src = gps_src->next) {
+ if (gps_src->totpoints == 0) {
+ continue;
+ }
+ /* make copy of source stroke, then adjust pointer to points too */
+ gps_dst = MEM_dupallocN(gps_src);
+ gps_dst->points = MEM_dupallocN(gps_src->points);
+ gps_dst->triangles = MEM_dupallocN(gps_src->triangles);
+ gps_dst->flag |= GP_STROKE_RECALC_CACHES;
+ BLI_addtail(&gpf_dst->strokes, gps_dst);
+ }
+ }
+ /* clean up temp data */
+ gpencil_interpolate_exit(C, op);
+
+ /* done! */
+ return OPERATOR_FINISHED;
+ }
+
+ case ESCKEY: /* cancel */
+ case RIGHTMOUSE:
+ {
+ /* return to normal cursor and header status */
+ ED_area_headerprint(tgpi->sa, NULL);
+ WM_cursor_modal_restore(win);
+
+ /* clean up temp data */
+ gpencil_interpolate_exit(C, op);
+
+ /* canceled! */
+ return OPERATOR_CANCELLED;
+ }
+ case WHEELUPMOUSE:
+ {
+ tgpi->shift = tgpi->shift + 0.01f;
+ CLAMP(tgpi->shift, tgpi->low_limit, tgpi->high_limit);
+ RNA_float_set(op->ptr, "shift", tgpi->shift);
+ /* update screen */
+ gpencil_interpolate_update(C, op, tgpi);
+ break;
+ }
+ case WHEELDOWNMOUSE:
+ {
+ tgpi->shift = tgpi->shift - 0.01f;
+ CLAMP(tgpi->shift, tgpi->low_limit, tgpi->high_limit);
+ RNA_float_set(op->ptr, "shift", tgpi->shift);
+ /* update screen */
+ gpencil_interpolate_update(C, op, tgpi);
+ break;
+ }
+ case MOUSEMOVE: /* calculate new position */
+ {
+ /* only handle mousemove if not doing numinput */
+ if (has_numinput == false) {
+ /* update shift based on position of mouse */
+ gpencil_mouse_update_shift(tgpi, op, event);
+ /* update screen */
+ gpencil_interpolate_update(C, op, tgpi);
+ }
+ break;
+ }
+ default:
+ if ((event->val == KM_PRESS) && handleNumInput(C, &tgpi->num, event)) {
+ float value;
+ float factor = tgpi->init_factor;
+
+ /* Grab shift from numeric input, and store this new value (the user see an int) */
+ value = (factor + tgpi->shift) * 100.0f;
+ applyNumInput(&tgpi->num, &value);
+ tgpi->shift = value / 100.0f;
+ /* recalculate the shift to get the right value in the frame scale */
+ tgpi->shift = tgpi->shift - factor;
+
+ CLAMP(tgpi->shift, tgpi->low_limit, tgpi->high_limit);
+ RNA_float_set(op->ptr, "shift", tgpi->shift);
+
+ /* update screen */
+ gpencil_interpolate_update(C, op, tgpi);
+
+ break;
+ }
+ else {
+ /* unhandled event - allow to pass through */
+ return OPERATOR_RUNNING_MODAL | OPERATOR_PASS_THROUGH;
+ }
+ }
+
+ /* still running... */
+ return OPERATOR_RUNNING_MODAL;
+}
+
+/* Define modal operator for interpolation */
+void GPENCIL_OT_interpolate(wmOperatorType *ot)
+{
+ /* identifiers */
+ ot->name = "Grease Pencil Interpolation";
+ ot->idname = "GPENCIL_OT_interpolate";
+ ot->description = "Interpolate grease pencil strokes between frames";
+
+ /* api callbacks */
+ ot->invoke = gpencil_interpolate_invoke;
+ ot->modal = gpencil_interpolate_modal;
+ ot->cancel = gpencil_interpolate_cancel;
+ ot->poll = gpencil_interpolate_poll;
+
+ /* flags */
+ ot->flag = OPTYPE_UNDO | OPTYPE_BLOCKING;
+
+ RNA_def_float_percentage(ot->srna, "shift", 0.0f, -1.0f, 1.0f, "Shift", "Displacement factor for the interpolate operation", -0.9f, 0.9f);
+}
+
+/* =============== Interpolate sequence ===============*/
+/* Create Sequence Interpolation */
+static int gpencil_interpolate_seq_exec(bContext *C, wmOperator *op)
+{
+ Scene *scene = CTX_data_scene(C);
+ ToolSettings *ts = CTX_data_tool_settings(C);
+ bGPdata * gpd = CTX_data_gpencil_data(C);
+ bGPDlayer *active_gpl = CTX_data_active_gpencil_layer(C);
+ bGPDlayer *gpl;
+ bGPDframe *prevFrame, *nextFrame, *interFrame;
+ bGPDstroke *gps_from, *gps_to, *new_stroke;
+ float factor;
+ int cframe, fFrame;
+ int flag = ts->gp_sculpt.flag;
+
+ /* cannot interpolate if not between 2 frames */
+ if ((active_gpl->actframe == NULL) || (active_gpl->actframe->next == NULL)) {
+ BKE_report(op->reports, RPT_ERROR, "Interpolation requires to be between two grease pencil frames");
+ return OPERATOR_CANCELLED;
+ }
+ /* cannot interpolate in extremes */
+ if ((active_gpl->actframe->framenum == scene->r.cfra) || (active_gpl->actframe->next->framenum == scene->r.cfra)) {
+ BKE_report(op->reports, RPT_ERROR, "Interpolation requires to be between two grease pencil frames");
+ return OPERATOR_CANCELLED;
+ }
+
+ /* loop all layer to check if need interpolation */
+ for (gpl = gpd->layers.first; gpl; gpl = gpl->next) {
+ /* all layers or only active */
+ if (((flag & GP_BRUSHEDIT_FLAG_INTERPOLATE_ALL_LAYERS) == 0) && (gpl != active_gpl)) {
+ continue;
+ }
+ /* only editable and visible layers are considered */
+ if (!gpencil_layer_is_editable(gpl) || (gpl->actframe == NULL)) {
+ continue;
+ }
+ /* store extremes */
+ prevFrame = gpl->actframe;
+ nextFrame = gpl->actframe->next;
+ /* Loop over intermediary frames and create the interpolation */
+ for (cframe = prevFrame->framenum + 1; cframe < nextFrame->framenum; cframe++) {
+ interFrame = NULL;
+
+ /* get interpolation factor */
+ factor = (float)(cframe - prevFrame->framenum) / (nextFrame->framenum - prevFrame->framenum + 1);
+
+ /* create new strokes data with interpolated points reading original stroke */
+ for (gps_from = prevFrame->strokes.first; gps_from; gps_from = gps_from->next) {
+ /* only selected */
+ if ((flag & GP_BRUSHEDIT_FLAG_INTERPOLATE_ONLY_SELECTED) && ((gps_from->flag & GP_STROKE_SELECT) == 0)) {
+ continue;
+ }
+ /* skip strokes that are invalid for current view */
+ if (ED_gpencil_stroke_can_use(C, gps_from) == false) {
+ continue;
+ }
+ /* check if the color is editable */
+ if (ED_gpencil_stroke_color_use(gpl, gps_from) == false) {
+ continue;
+ }
+ /* get final stroke to interpolate */
+ fFrame = BLI_findindex(&prevFrame->strokes, gps_from);
+ gps_to = BLI_findlink(&nextFrame->strokes, fFrame);
+ if (gps_to == NULL) {
+ continue;
+ }
+ /* create a new frame if needed */
+ if (interFrame == NULL) {
+ interFrame = BKE_gpencil_layer_getframe(gpl, cframe, GP_GETFRAME_ADD_NEW);
+ interFrame->key_type = BEZT_KEYTYPE_BREAKDOWN;
+ }
+ /* create new stroke */
+ new_stroke = MEM_dupallocN(gps_from);
+ new_stroke->points = MEM_dupallocN(gps_from->points);
+ new_stroke->triangles = MEM_dupallocN(gps_from->triangles);
+ /* if destination stroke is smaller, resize new_stroke to size of gps_to stroke */
+ if (gps_from->totpoints > gps_to->totpoints) {
+ new_stroke->points = MEM_recallocN(new_stroke->points, sizeof(*new_stroke->points) * gps_to->totpoints);
+ new_stroke->totpoints = gps_to->totpoints;
+ new_stroke->tot_triangles = 0;
+ new_stroke->flag |= GP_STROKE_RECALC_CACHES;
+ }
+ /* update points position */
+ gp_interpolate_update_points(gps_from, gps_to, new_stroke, factor);
+
+ /* add to strokes */
+ BLI_addtail(&interFrame->strokes, new_stroke);
+ }
+ }
+ }
+
+ /* notifiers */
+ WM_event_add_notifier(C, NC_GPENCIL | ND_DATA | NA_EDITED, NULL);
+
+ return OPERATOR_FINISHED;
+}
+
+/* Define sequence interpolation */
+void GPENCIL_OT_interpolate_sequence(wmOperatorType *ot)
+{
+ /* identifiers */
+ ot->name = "Grease Pencil Sequence Interpolation";
+ ot->idname = "GPENCIL_OT_interpolate_sequence";
+ ot->description = "Interpolate full grease pencil strokes sequence between frames";
+
+ /* api callbacks */
+ ot->exec = gpencil_interpolate_seq_exec;
+ ot->poll = gpencil_interpolate_poll;
+
+ /* flags */
+ ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
+}
+/* ========= End Interpolation operators ========================== */
diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h
index 4178d49d652..e2e5fc28710 100644
--- a/source/blender/editors/gpencil/gpencil_intern.h
+++ b/source/blender/editors/gpencil/gpencil_intern.h
@@ -304,6 +304,7 @@ void GPENCIL_OT_stroke_apply_thickness(struct wmOperatorType *ot);
void GPENCIL_OT_stroke_cyclical_set(struct wmOperatorType *ot);
void GPENCIL_OT_stroke_join(struct wmOperatorType *ot);
void GPENCIL_OT_stroke_flip(struct wmOperatorType *ot);
+void GPENCIL_OT_stroke_subdivide(struct wmOperatorType *ot);
void GPENCIL_OT_brush_add(struct wmOperatorType *ot);
void GPENCIL_OT_brush_remove(struct wmOperatorType *ot);
@@ -335,6 +336,11 @@ void gpencil_undo_init(struct bGPdata *gpd);
void gpencil_undo_push(struct bGPdata *gpd);
void gpencil_undo_finish(void);
+/* interpolation ---------- */
+
+void GPENCIL_OT_interpolate(struct wmOperatorType *ot);
+void GPENCIL_OT_interpolate_sequence(struct wmOperatorType *ot);
+
/* ****************************************************** */
/* FILTERED ACTION DATA - TYPES ---> XXX DEPRECEATED OLD ANIM SYSTEM CODE! */
diff --git a/source/blender/editors/gpencil/gpencil_ops.c b/source/blender/editors/gpencil/gpencil_ops.c
index ae1c5554521..26fcfdcead7 100644
--- a/source/blender/editors/gpencil/gpencil_ops.c
+++ b/source/blender/editors/gpencil/gpencil_ops.c
@@ -79,7 +79,6 @@ static void ed_keymap_gpencil_general(wmKeyConfig *keyconf)
RNA_enum_set(kmi->ptr, "mode", GP_PAINTMODE_ERASER);
RNA_boolean_set(kmi->ptr, "wait_for_input", false);
-
/* Tablet Mappings for Drawing ------------------ */
/* For now, only support direct drawing using the eraser, as most users using a tablet
* may still want to use that as their primary pointing device!
@@ -144,7 +143,10 @@ static void ed_keymap_gpencil_editing(wmKeyConfig *keyconf)
kmi = WM_keymap_add_item(keymap, "WM_OT_radial_control", FKEY, KM_PRESS, KM_CTRL, 0);
RNA_string_set(kmi->ptr, "data_path_primary", "user_preferences.edit.grease_pencil_eraser_radius");
-
+ /* Interpolation */
+ WM_keymap_add_item(keymap, "GPENCIL_OT_interpolate", EKEY, KM_PRESS, KM_CTRL, 0);
+ WM_keymap_add_item(keymap, "GPENCIL_OT_interpolate_sequence", EKEY, KM_PRESS, KM_SHIFT | KM_CTRL, 0);
+
/* Sculpting ------------------------------------- */
/* Brush-Based Editing:
@@ -240,6 +242,9 @@ static void ed_keymap_gpencil_editing(wmKeyConfig *keyconf)
WM_keymap_add_item(keymap, "GPENCIL_OT_active_frames_delete_all", XKEY, KM_PRESS, KM_SHIFT, 0);
+ /* subdivide strokes */
+ WM_keymap_add_item(keymap, "GPENCIL_OT_stroke_subdivide", WKEY, KM_PRESS, 0, 0);
+
/* join strokes */
WM_keymap_add_item(keymap, "GPENCIL_OT_stroke_join", JKEY, KM_PRESS, KM_CTRL, 0);
@@ -408,6 +413,7 @@ void ED_operatortypes_gpencil(void)
WM_operatortype_append(GPENCIL_OT_stroke_cyclical_set);
WM_operatortype_append(GPENCIL_OT_stroke_join);
WM_operatortype_append(GPENCIL_OT_stroke_flip);
+ WM_operatortype_append(GPENCIL_OT_stroke_subdivide);
WM_operatortype_append(GPENCIL_OT_palette_add);
WM_operatortype_append(GPENCIL_OT_palette_remove);
@@ -433,6 +439,10 @@ void ED_operatortypes_gpencil(void)
WM_operatortype_append(GPENCIL_OT_brush_select);
/* Editing (Time) --------------- */
+
+ /* Interpolation */
+ WM_operatortype_append(GPENCIL_OT_interpolate);
+ WM_operatortype_append(GPENCIL_OT_interpolate_sequence);
}
void ED_operatormacros_gpencil(void)
diff --git a/source/blender/editors/gpencil/gpencil_undo.c b/source/blender/editors/gpencil/gpencil_undo.c
index 793ed2a07d0..7a9ad2b32c0 100644
--- a/source/blender/editors/gpencil/gpencil_undo.c
+++ b/source/blender/editors/gpencil/gpencil_undo.c
@@ -124,6 +124,17 @@ void gpencil_undo_init(bGPdata *gpd)
gpencil_undo_push(gpd);
}
+static void gpencil_undo_free_node(bGPundonode *undo_node)
+{
+ /* HACK: animdata wasn't duplicated, so it shouldn't be freed here,
+ * or else the real copy will segfault when accessed
+ */
+ undo_node->gpd->adt = NULL;
+
+ BKE_gpencil_free(undo_node->gpd, false);
+ MEM_freeN(undo_node->gpd);
+}
+
void gpencil_undo_push(bGPdata *gpd)
{
bGPundonode *undo_node;
@@ -137,20 +148,36 @@ void gpencil_undo_push(bGPdata *gpd)
while (undo_node) {
bGPundonode *next_node = undo_node->next;
- /* HACK: animdata wasn't duplicated, so it shouldn't be freed here,
- * or else the real copy will segfault when accessed
- */
- undo_node->gpd->adt = NULL;
-
- BKE_gpencil_free(undo_node->gpd, false);
- MEM_freeN(undo_node->gpd);
-
+ gpencil_undo_free_node(undo_node);
BLI_freelinkN(&undo_nodes, undo_node);
undo_node = next_node;
}
}
+ /* limit number of undo steps to the maximum undo steps
+ * - to prevent running out of memory during **really**
+ * long drawing sessions (triggering swapping)
+ */
+ /* TODO: Undo-memory constraint is not respected yet, but can be added if we have any need for it */
+ if (U.undosteps && !BLI_listbase_is_empty(&undo_nodes)) {
+ /* remove anything older than n-steps before cur_node */
+ int steps = 0;
+
+ undo_node = (cur_node) ? cur_node : undo_nodes.last;
+ while (undo_node) {
+ bGPundonode *prev_node = undo_node->prev;
+
+ if (steps >= U.undosteps) {
+ gpencil_undo_free_node(undo_node);
+ BLI_freelinkN(&undo_nodes, undo_node);
+ }
+
+ steps++;
+ undo_node = prev_node;
+ }
+ }
+
/* create new undo node */
undo_node = MEM_callocN(sizeof(bGPundonode), "gpencil undo node");
undo_node->gpd = BKE_gpencil_data_duplicate(G.main, gpd, true);
@@ -165,14 +192,7 @@ void gpencil_undo_finish(void)
bGPundonode *undo_node = undo_nodes.first;
while (undo_node) {
- /* HACK: animdata wasn't duplicated, so it shouldn't be freed here,
- * or else the real copy will segfault when accessed
- */
- undo_node->gpd->adt = NULL;
-
- BKE_gpencil_free(undo_node->gpd, false);
- MEM_freeN(undo_node->gpd);
-
+ gpencil_undo_free_node(undo_node);
undo_node = undo_node->next;
}
diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index bfd89e90fce..b761139113d 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -417,7 +417,8 @@ typedef enum eAnimChannel_Settings {
ACHANNEL_SETTING_VISIBLE = 4, /* only for Graph Editor */
ACHANNEL_SETTING_SOLO = 5, /* only for NLA Tracks */
ACHANNEL_SETTING_PINNED = 6, /* only for NLA Actions */
- ACHANNEL_SETTING_MOD_OFF = 7
+ ACHANNEL_SETTING_MOD_OFF = 7,
+ ACHANNEL_SETTING_ALWAYS_VISIBLE = 8, /* channel is pinned and always visible */
} eAnimChannel_Settings;
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index d526b0841cc..bc93b5622cb 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -30,6 +30,8 @@
#ifndef __ED_GPENCIL_H__
#define __ED_GPENCIL_H__
+#include "ED_numinput.h"
+
struct ID;
struct ListBase;
struct bContext;
@@ -51,6 +53,36 @@ struct wmKeyConfig;
/* ------------- Grease-Pencil Helpers ---------------- */
+typedef struct tGPDinterpolate_layer {
+ struct tGPDinterpolate_layer *next, *prev;
+
+ struct bGPDlayer *gpl; /* layer */
+ struct bGPDframe *prevFrame; /* frame before current frame (interpolate-from) */
+ struct bGPDframe *nextFrame; /* frame after current frame (interpolate-to) */
+ struct bGPDframe *interFrame; /* interpolated frame */
+ float factor; /* interpolate factor */
+
+} tGPDinterpolate_layer;
+
+/* Temporary interpolate operation data */
+typedef struct tGPDinterpolate {
+ struct Scene *scene; /* current scene from context */
+ struct ScrArea *sa; /* area where painting originated */
+ struct ARegion *ar; /* region where painting originated */
+ struct bGPdata *gpd; /* current GP datablock */
+
+ int cframe; /* current frame number */
+ ListBase ilayers; /* (tGPDinterpolate_layer) layers to be interpolated */
+ float shift; /* value for determining the displacement influence */
+ float init_factor; /* initial interpolation factor for active layer */
+ float low_limit; /* shift low limit (-100%) */
+ float high_limit; /* shift upper limit (200%) */
+ int flag; /* flag from toolsettings */
+
+ NumInput num; /* numeric input */
+ void *draw_handle_3d; /* handle for drawing strokes while operator is running 3d stuff */
+ void *draw_handle_screen; /* handle for drawing strokes while operator is running screen stuff */
+} tGPDinterpolate;
/* Temporary 'Stroke Point' data
*
@@ -118,6 +150,7 @@ void ED_gpencil_draw_view2d(const struct bContext *C, bool onlyv2d);
void ED_gpencil_draw_view3d(struct wmWindowManager *wm, struct Scene *scene, struct View3D *v3d, struct ARegion *ar, bool only3d);
void ED_gpencil_draw_ex(struct Scene *scene, struct bGPdata *gpd, int winx, int winy,
const int cfra, const char spacetype);
+void ED_gp_draw_interpolation(struct tGPDinterpolate *tgpi, const int type);
/* ----------- Grease-Pencil AnimEdit API ------------------ */
bool ED_gplayer_frames_looper(struct bGPDlayer *gpl, struct Scene *scene,
diff --git a/source/blender/editors/include/ED_numinput.h b/source/blender/editors/include/ED_numinput.h
index f9a22429fc2..00558a3a787 100644
--- a/source/blender/editors/include/ED_numinput.h
+++ b/source/blender/editors/include/ED_numinput.h
@@ -30,6 +30,8 @@
#define NUM_STR_REP_LEN 64
#define NUM_MAX_ELEMENTS 3
+struct wmEvent;
+
typedef struct NumInput {
short idx_max; /* idx_max < NUM_MAX_ELEMENTS */
int unit_sys;
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index b6b80b93e0b..f5968397f65 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -78,9 +78,6 @@ void undo_editmode_push(struct bContext *C, const char *name,
void undo_editmode_clear(void);
-/* cut-paste buffer free */
-void ED_clipboard_posebuf_free(void);
-
/* ************** XXX OLD CRUFT WARNING ************* */
void apply_keyb_grid(int shift, int ctrl, float *val, float fac1, float fac2, float fac3, int invert);
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 49e5845e3ca..26a6fdd7d1f 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -1021,6 +1021,12 @@ void ED_keymap_ui(struct wmKeyConfig *keyconf);
void UI_drop_color_copy(struct wmDrag *drag, struct wmDropBox *drop);
int UI_drop_color_poll(struct bContext *C, struct wmDrag *drag, const struct wmEvent *event);
+/* UI_OT_space_context_cycle direction */
+enum {
+ SPACE_CONTEXT_CYCLE_PREV,
+ SPACE_CONTEXT_CYCLE_NEXT,
+};
+
bool UI_context_copy_to_selected_list(
struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop,
struct ListBase *r_lb, bool *r_use_path_from_id, char **r_path);
diff --git a/source/blender/editors/interface/interface_ops.c b/source/blender/editors/interface/interface_ops.c
index 1af6d902b18..cb539bb1c5d 100644
--- a/source/blender/editors/interface/interface_ops.c
+++ b/source/blender/editors/interface/interface_ops.c
@@ -1082,6 +1082,78 @@ static void UI_OT_drop_color(wmOperatorType *ot)
RNA_def_boolean(ot->srna, "gamma", 0, "Gamma Corrected", "The source color is gamma corrected ");
}
+/* ------------------------------------------------------------------------- */
+
+static EnumPropertyItem space_context_cycle_direction[] = {
+ {SPACE_CONTEXT_CYCLE_PREV, "PREV", 0, "Previous", ""},
+ {SPACE_CONTEXT_CYCLE_NEXT, "NEXT", 0, "Next", ""},
+ {0, NULL, 0, NULL, NULL}
+};
+
+static int space_context_cycle_poll(bContext *C)
+{
+ ScrArea *sa = CTX_wm_area(C);
+ return ELEM(sa->spacetype, SPACE_BUTS, SPACE_USERPREF);
+}
+
+/**
+ * Helper to get the correct RNA pointer/property pair for changing
+ * the display context of active space type in \sa.
+ */
+static void context_cycle_prop_get(
+ bScreen *screen, const ScrArea *sa,
+ PointerRNA *r_ptr, PropertyRNA **r_prop)
+{
+ const char *propname;
+
+ switch (sa->spacetype) {
+ case SPACE_BUTS:
+ RNA_pointer_create(&screen->id, &RNA_SpaceProperties, sa->spacedata.first, r_ptr);
+ propname = "context";
+ break;
+ case SPACE_USERPREF:
+ RNA_pointer_create(NULL, &RNA_UserPreferences, &U, r_ptr);
+ propname = "active_section";
+ break;
+ }
+
+ *r_prop = RNA_struct_find_property(r_ptr, propname);
+}
+
+static int space_context_cycle_invoke(bContext *C, wmOperator *op, const wmEvent *UNUSED(event))
+{
+ const int direction = RNA_enum_get(op->ptr, "direction");
+
+ PointerRNA ptr;
+ PropertyRNA *prop;
+ context_cycle_prop_get(CTX_wm_screen(C), CTX_wm_area(C), &ptr, &prop);
+
+ const int old_context = RNA_property_enum_get(&ptr, prop);
+ const int new_context = RNA_property_enum_step(
+ C, &ptr, prop, old_context,
+ direction == SPACE_CONTEXT_CYCLE_PREV ? -1 : 1);
+ RNA_property_enum_set(&ptr, prop, new_context);
+ RNA_property_update(C, &ptr, prop);
+
+ return OPERATOR_FINISHED;
+}
+
+static void UI_OT_space_context_cycle(wmOperatorType *ot)
+{
+ /* identifiers */
+ ot->name = "Cycle Space Context";
+ ot->description = "Cycle through the editor context by activating the next/previous one";
+ ot->idname = "UI_OT_space_context_cycle";
+
+ /* api callbacks */
+ ot->invoke = space_context_cycle_invoke;
+ ot->poll = space_context_cycle_poll;
+
+ ot->flag = 0;
+
+ RNA_def_enum(ot->srna, "direction", space_context_cycle_direction, SPACE_CONTEXT_CYCLE_NEXT, "Direction",
+ "Direction to cycle through");
+}
/* ********************************************************* */
@@ -1102,6 +1174,7 @@ void ED_operatortypes_ui(void)
WM_operatortype_append(UI_OT_edittranslation_init);
#endif
WM_operatortype_append(UI_OT_reloadtranslation);
+ WM_operatortype_append(UI_OT_space_context_cycle);
/* external */
WM_operatortype_append(UI_OT_eyedropper_color);
diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c
index 79961eae79d..c131bcb8e14 100644
--- a/source/blender/editors/interface/interface_panel.c
+++ b/source/blender/editors/interface/interface_panel.c
@@ -1841,6 +1841,52 @@ void UI_panel_category_draw_all(ARegion *ar, const char *category_id_active)
#undef USE_FLAT_INACTIVE
}
+static int ui_handle_panel_category_cycling(const wmEvent *event, ARegion *ar, const uiBut *active_but)
+{
+ const bool is_mousewheel = ELEM(event->type, WHEELUPMOUSE, WHEELDOWNMOUSE);
+ const bool inside_tabregion = (event->mval[0] < ((PanelCategoryDyn *)ar->panels_category.first)->rect.xmax);
+
+ /* if mouse is inside non-tab region, ctrl key is required */
+ if (is_mousewheel && !event->ctrl && !inside_tabregion)
+ return WM_UI_HANDLER_CONTINUE;
+
+
+ if (active_but && ui_but_supports_cycling(active_but)) {
+ /* skip - exception to make cycling buttons
+ * using ctrl+mousewheel work in tabbed regions */
+ }
+ else {
+ const char *category = UI_panel_category_active_get(ar, false);
+ if (LIKELY(category)) {
+ PanelCategoryDyn *pc_dyn = UI_panel_category_find(ar, category);
+ if (LIKELY(pc_dyn)) {
+ if (is_mousewheel) {
+ /* we can probably get rid of this and only allow ctrl+tabbing */
+ pc_dyn = (event->type == WHEELDOWNMOUSE) ? pc_dyn->next : pc_dyn->prev;
+ }
+ else {
+ const bool backwards = event->shift;
+ pc_dyn = backwards ? pc_dyn->prev : pc_dyn->next;
+ if (!pc_dyn) {
+ /* proper cyclic behavior, back to first/last category (only used for ctrl+tab) */
+ pc_dyn = backwards ? ar->panels_category.last : ar->panels_category.first;
+ }
+ }
+
+ if (pc_dyn) {
+ /* intentionally don't reset scroll in this case,
+ * this allows for quick browsing between tabs */
+ UI_panel_category_active_set(ar, pc_dyn->idname);
+ ED_region_tag_redraw(ar);
+ }
+ }
+ }
+ return WM_UI_HANDLER_BREAK;
+ }
+
+ return WM_UI_HANDLER_CONTINUE;
+}
+
/* XXX should become modal keymap */
/* AKey is opening/closing panels, independent of button state now */
@@ -1853,6 +1899,7 @@ int ui_handler_panel_region(bContext *C, const wmEvent *event, ARegion *ar, cons
retval = WM_UI_HANDLER_CONTINUE;
+ /* handle category tabs */
if (has_category_tabs) {
if (event->val == KM_PRESS) {
if (event->type == LEFTMOUSE) {
@@ -1867,32 +1914,9 @@ int ui_handler_panel_region(bContext *C, const wmEvent *event, ARegion *ar, cons
retval = WM_UI_HANDLER_BREAK;
}
}
- else if (ELEM(event->type, WHEELUPMOUSE, WHEELDOWNMOUSE)) {
- /* mouse wheel cycle tabs */
-
- /* first check if the mouse is in the tab region */
- if (event->ctrl || (event->mval[0] < ((PanelCategoryDyn *)ar->panels_category.first)->rect.xmax)) {
- if (active_but && ui_but_supports_cycling(active_but)) {
- /* skip - exception to make cycling buttons
- * using ctrl+mousewheel work in tabbed regions */
- }
- else {
- const char *category = UI_panel_category_active_get(ar, false);
- if (LIKELY(category)) {
- PanelCategoryDyn *pc_dyn = UI_panel_category_find(ar, category);
- if (LIKELY(pc_dyn)) {
- pc_dyn = (event->type == WHEELDOWNMOUSE) ? pc_dyn->next : pc_dyn->prev;
- if (pc_dyn) {
- /* intentionally don't reset scroll in this case,
- * this allows for quick browsing between tabs */
- UI_panel_category_active_set(ar, pc_dyn->idname);
- ED_region_tag_redraw(ar);
- }
- }
- }
- retval = WM_UI_HANDLER_BREAK;
- }
- }
+ else if ((event->type == TABKEY && event->ctrl) || ELEM(event->type, WHEELUPMOUSE, WHEELDOWNMOUSE)) {
+ /* cycle tabs */
+ retval = ui_handle_panel_category_cycling(event, ar, active_but);
}
}
}
diff --git a/source/blender/editors/interface/interface_regions.c b/source/blender/editors/interface/interface_regions.c
index c507401b9a0..4ea5e2092b6 100644
--- a/source/blender/editors/interface/interface_regions.c
+++ b/source/blender/editors/interface/interface_regions.c
@@ -73,38 +73,6 @@
#define MENU_PADDING (int)(0.2f * UI_UNIT_Y)
#define MENU_BORDER (int)(0.3f * U.widget_unit)
-static int rna_property_enum_step(const bContext *C, PointerRNA *ptr, PropertyRNA *prop, int direction)
-{
- EnumPropertyItem *item_array;
- int totitem;
- bool free;
- int value;
- int i, i_init;
- int step = (direction < 0) ? -1 : 1;
- int step_tot = 0;
-
- RNA_property_enum_items((bContext *)C, ptr, prop, &item_array, &totitem, &free);
- value = RNA_property_enum_get(ptr, prop);
- i = RNA_enum_from_value(item_array, value);
- i_init = i;
-
- do {
- i = mod_i(i + step, totitem);
- if (item_array[i].identifier[0]) {
- step_tot += step;
- }
- } while ((i != i_init) && (step_tot != direction));
-
- if (i != i_init) {
- value = item_array[i].value;
- }
-
- if (free) {
- MEM_freeN(item_array);
- }
-
- return value;
-}
bool ui_but_menu_step_poll(const uiBut *but)
{
@@ -122,7 +90,8 @@ int ui_but_menu_step(uiBut *but, int direction)
return but->menu_step_func(but->block->evil_C, direction, but->poin);
}
else {
- return rna_property_enum_step(but->block->evil_C, &but->rnapoin, but->rnaprop, direction);
+ const int curval = RNA_property_enum_get(&but->rnapoin, but->rnaprop);
+ return RNA_property_enum_step(but->block->evil_C, &but->rnapoin, but->rnaprop, curval, direction);
}
}
diff --git a/source/blender/editors/io/io_alembic.c b/source/blender/editors/io/io_alembic.c
index cd75983e0a0..2256bd7f8c5 100644
--- a/source/blender/editors/io/io_alembic.c
+++ b/source/blender/editors/io/io_alembic.c
@@ -34,6 +34,7 @@
#include "MEM_guardedalloc.h"
#include "DNA_mesh_types.h"
+#include "DNA_modifier_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DNA_space_types.h"
@@ -121,6 +122,9 @@ static int wm_alembic_export_exec(bContext *C, wmOperator *op)
.use_subdiv_schema = RNA_boolean_get(op->ptr, "subdiv_schema"),
.compression_type = RNA_enum_get(op->ptr, "compression_type"),
.packuv = RNA_boolean_get(op->ptr, "packuv"),
+ .triangulate = RNA_boolean_get(op->ptr, "triangulate"),
+ .quad_method = RNA_enum_get(op->ptr, "quad_method"),
+ .ngon_method = RNA_enum_get(op->ptr, "ngon_method"),
.global_scale = RNA_float_get(op->ptr, "global_scale"),
};
@@ -212,6 +216,19 @@ static void ui_alembic_export_settings(uiLayout *layout, PointerRNA *imfptr)
row = uiLayoutRow(box, false);
uiItemR(row, imfptr, "apply_subdiv", 0, NULL, ICON_NONE);
+
+ row = uiLayoutRow(box, false);
+ uiItemR(row, imfptr, "triangulate", 0, NULL, ICON_NONE);
+
+ const bool triangulate = RNA_boolean_get(imfptr, "triangulate");
+
+ row = uiLayoutRow(box, false);
+ uiLayoutSetEnabled(row, triangulate);
+ uiItemR(row, imfptr, "quad_method", 0, NULL, ICON_NONE);
+
+ row = uiLayoutRow(box, false);
+ uiLayoutSetEnabled(row, triangulate);
+ uiItemR(row, imfptr, "ngon_method", 0, NULL, ICON_NONE);
}
static void wm_alembic_export_draw(bContext *UNUSED(C), wmOperator *op)
@@ -308,6 +325,15 @@ void WM_OT_alembic_export(wmOperatorType *ot)
RNA_def_float(ot->srna, "global_scale", 1.0f, 0.0001f, 1000.0f, "Scale",
"Value by which to enlarge or shrink the objects with respect to the world's origin",
0.0001f, 1000.0f);
+
+ RNA_def_boolean(ot->srna, "triangulate", false, "Triangulate",
+ "Export Polygons (Quads & NGons) as Triangles");
+
+ RNA_def_enum(ot->srna, "quad_method", rna_enum_modifier_triangulate_quad_method_items,
+ MOD_TRIANGULATE_QUAD_SHORTEDGE, "Quad Method", "Method for splitting the quads into triangles");
+
+ RNA_def_enum(ot->srna, "ngon_method", rna_enum_modifier_triangulate_quad_method_items,
+ MOD_TRIANGULATE_NGON_BEAUTY, "Polygon Method", "Method for splitting the polygons into triangles");
}
/* ************************************************************************** */
diff --git a/source/blender/editors/render/render_opengl.c b/source/blender/editors/render/render_opengl.c
index 4477c491dd9..423763fa46b 100644
--- a/source/blender/editors/render/render_opengl.c
+++ b/source/blender/editors/render/render_opengl.c
@@ -40,6 +40,7 @@
#include "BLI_utildefines.h"
#include "BLI_jitter.h"
#include "BLI_threads.h"
+#include "BLI_task.h"
#include "DNA_scene_types.h"
#include "DNA_object_types.h"
@@ -74,9 +75,15 @@
#include "GPU_compositing.h"
#include "GPU_framebuffer.h"
-
#include "render_intern.h"
+/* Define this to get timing information. */
+// #undef DEBUG_TIME
+
+#ifdef DEBUG_TIME
+# include "PIL_time.h"
+#endif
+
typedef struct OGLRender {
Main *bmain;
Render *re;
@@ -123,6 +130,14 @@ typedef struct OGLRender {
wmTimer *timer; /* use to check if running modal or not (invoke'd or exec'd)*/
void **movie_ctx_arr;
+
+ TaskPool *task_pool;
+ bool pool_ok;
+ SpinLock reports_lock;
+
+#ifdef DEBUG_TIME
+ double time_start;
+#endif
} OGLRender;
/* added because v3d is not always valid */
@@ -182,6 +197,9 @@ static void screen_opengl_views_setup(OGLRender *oglrender)
if (rv_del->rectz)
MEM_freeN(rv_del->rectz);
+ if (rv_del->rect32)
+ MEM_freeN(rv_del->rect32);
+
MEM_freeN(rv_del);
}
}
@@ -194,8 +212,6 @@ static void screen_opengl_views_setup(OGLRender *oglrender)
while (rv) {
srv = BLI_findstring(&rd->views, rv->name, offsetof(SceneRenderView, name));
if (BKE_scene_multiview_is_render_view_active(rd, srv)) {
- if (rv->rectf == NULL)
- rv->rectf = MEM_callocN(sizeof(float) * 4 * oglrender->sizex * oglrender->sizey, "screen_opengl_render_init rect");
rv = rv->prev;
}
else {
@@ -210,6 +226,9 @@ static void screen_opengl_views_setup(OGLRender *oglrender)
if (rv_del->rectz)
MEM_freeN(rv_del->rectz);
+ if (rv_del->rect32)
+ MEM_freeN(rv_del->rect32);
+
MEM_freeN(rv_del);
}
}
@@ -229,12 +248,6 @@ static void screen_opengl_views_setup(OGLRender *oglrender)
}
}
- for (rv = rr->views.first; rv; rv = rv->next) {
- if (rv->rectf == NULL) {
- rv->rectf = MEM_callocN(sizeof(float) * 4 * oglrender->sizex * oglrender->sizey, "screen_opengl_render_init rect");
- }
- }
-
BLI_lock_thread(LOCK_DRAW_IMAGE);
if (!(is_multiview && BKE_scene_multiview_is_stereo3d(rd)))
oglrender->iuser.flag &= ~IMA_SHOW_STEREO;
@@ -266,6 +279,7 @@ static void screen_opengl_render_doit(OGLRender *oglrender, RenderResult *rr)
bool draw_sky = (scene->r.alphamode == R_ADDSKY);
unsigned char *rect = NULL;
const char *viewname = RE_GetActiveRenderView(oglrender->re);
+ ImBuf *ibuf_result = NULL;
if (oglrender->is_sequencer) {
SpaceSeq *sseq = oglrender->sseq;
@@ -349,46 +363,22 @@ static void screen_opengl_render_doit(OGLRender *oglrender, RenderResult *rr)
}
if (ibuf_view) {
- /* steal rect reference from ibuf */
+ ibuf_result = ibuf_view;
rect = (unsigned char *)ibuf_view->rect;
- ibuf_view->mall &= ~IB_rect;
-
- IMB_freeImBuf(ibuf_view);
}
else {
fprintf(stderr, "%s: failed to get buffer, %s\n", __func__, err_out);
}
}
- /* note on color management:
- *
- * OpenGL renders into sRGB colors, but render buffers are expected to be
- * linear So we convert to linear here, so the conversion back to bytes can make it
- * sRGB (or other display space) again, and so that e.g. openexr saving also saves the
- * correct linear float buffer.
- */
-
- if (rect) {
- int profile_to;
- float *rectf = RE_RenderViewGetById(rr, oglrender->view_id)->rectf;
+ if (ibuf_result != NULL) {
- if (BKE_scene_check_color_management_enabled(scene))
- profile_to = IB_PROFILE_LINEAR_RGB;
- else
- profile_to = IB_PROFILE_SRGB;
-
- /* sequencer has got trickier conversion happened above
- * also assume opengl's space matches byte buffer color space */
- IMB_buffer_float_from_byte(rectf, rect,
- profile_to, IB_PROFILE_SRGB, true,
- oglrender->sizex, oglrender->sizey, oglrender->sizex, oglrender->sizex);
-
- /* rr->rectf is now filled with image data */
+ RE_render_result_rect_from_ibuf(rr, &scene->r, ibuf_result, oglrender->view_id);
if ((scene->r.stamp & R_STAMP_ALL) && (scene->r.stamp & R_STAMP_DRAW))
- BKE_image_stamp_buf(scene, camera, NULL, rect, rectf, rr->rectx, rr->recty, 4);
+ BKE_image_stamp_buf(scene, camera, NULL, rect, NULL, rr->rectx, rr->recty, 4);
- MEM_freeN(rect);
+ IMB_freeImBuf(ibuf_result);
}
}
@@ -445,6 +435,9 @@ static void add_gpencil_renderpass(OGLRender *oglrender, RenderResult *rr, Rende
if (BLI_listbase_is_empty(&gpd->layers)) {
return;
}
+ if ((oglrender->v3d->flag2 & V3D_SHOW_GPENCIL) == 0) {
+ return;
+ }
/* save old alpha mode */
short oldalphamode = scene->r.alphamode;
@@ -477,19 +470,21 @@ static void add_gpencil_renderpass(OGLRender *oglrender, RenderResult *rr, Rende
RenderPass *rp = RE_create_gp_pass(rr, gpl->info, rv->name);
/* copy image data from rectf */
- float *src = RE_RenderViewGetById(rr, oglrender->view_id)->rectf;
+ // XXX: Needs conversion.
+ unsigned char *src = (unsigned char *)RE_RenderViewGetById(rr, oglrender->view_id)->rect32;
float *dest = rp->rect;
- float *pixSrc, *pixDest;
int x, y, rectx, recty;
rectx = rr->rectx;
recty = rr->recty;
for (y = 0; y < recty; y++) {
for (x = 0; x < rectx; x++) {
- pixSrc = src + 4 * (rectx * y + x);
- if (pixSrc[3] > 0.0) {
- pixDest = dest + 4 * (rectx * y + x);
- addAlphaOverFloat(pixDest, pixSrc);
+ unsigned char *pixSrc = src + 4 * (rectx * y + x);
+ if (pixSrc[3] > 0) {
+ float *pixDest = dest + 4 * (rectx * y + x);
+ float float_src[4];
+ srgb_to_linearrgb_uchar4(float_src, pixSrc);
+ addAlphaOverFloat(pixDest, float_src);
}
}
}
@@ -695,6 +690,28 @@ static bool screen_opengl_render_init(bContext *C, wmOperator *op)
oglrender->mh = NULL;
oglrender->movie_ctx_arr = NULL;
+ if (is_animation) {
+ TaskScheduler *task_scheduler = BLI_task_scheduler_get();
+ if (BKE_imtype_is_movie(scene->r.im_format.imtype)) {
+ oglrender->task_pool = BLI_task_pool_create_background(task_scheduler,
+ oglrender);
+ BLI_pool_set_num_threads(oglrender->task_pool, 1);
+ }
+ else {
+ oglrender->task_pool = BLI_task_pool_create(task_scheduler,
+ oglrender);
+ }
+ }
+ else {
+ oglrender->task_pool = NULL;
+ }
+ oglrender->pool_ok = true;
+ BLI_spin_init(&oglrender->reports_lock);
+
+#ifdef DEBUG_TIME
+ oglrender->time_start = PIL_check_seconds_timer();
+#endif
+
return true;
}
@@ -704,6 +721,14 @@ static void screen_opengl_render_end(bContext *C, OGLRender *oglrender)
Scene *scene = oglrender->scene;
int i;
+ BLI_task_pool_work_and_wait(oglrender->task_pool);
+ BLI_task_pool_free(oglrender->task_pool);
+ BLI_spin_end(&oglrender->reports_lock);
+
+#ifdef DEBUG_TIME
+ printf("Total render time: %f\n", PIL_check_seconds_timer() - oglrender->time_start);
+#endif
+
if (oglrender->mh) {
if (BKE_imtype_is_movie(scene->r.im_format.imtype)) {
for (i = 0; i < oglrender->totvideos; i++) {
@@ -798,6 +823,102 @@ static bool screen_opengl_render_anim_initialize(bContext *C, wmOperator *op)
return true;
}
+typedef struct WriteTaskData {
+ RenderResult *rr;
+ int cfra;
+} WriteTaskData;
+
+static void write_result_func(TaskPool * __restrict pool,
+ void *task_data_v,
+ int UNUSED(thread_id))
+{
+ OGLRender *oglrender = (OGLRender *) BLI_task_pool_userdata(pool);
+ WriteTaskData *task_data = (WriteTaskData *) task_data_v;
+ Scene *scene = oglrender->scene;
+ RenderResult *rr = task_data->rr;
+ const bool is_movie = BKE_imtype_is_movie(scene->r.im_format.imtype);
+ const int cfra = task_data->cfra;
+ bool ok;
+ /* Construct local thread0safe copy of reports structure which we can
+ * safely pass to the underlying functions.
+ */
+ ReportList reports;
+ BKE_reports_init(&reports, oglrender->reports->flag & ~RPT_PRINT);
+ /* Do actual save logic here, depending on the file format. */
+ if (is_movie) {
+ /* We have to construct temporary scene with proper scene->r.cfra.
+ * This is because underlying calls do not use r.cfra but use scene
+ * for that.
+ */
+ Scene tmp_scene = *scene;
+ tmp_scene.r.cfra = cfra;
+ ok = RE_WriteRenderViewsMovie(&reports,
+ rr,
+ &tmp_scene,
+ &tmp_scene.r,
+ oglrender->mh,
+ oglrender->movie_ctx_arr,
+ oglrender->totvideos,
+ PRVRANGEON != 0);
+ }
+ else {
+ /* TODO(sergey): We can in theory save some CPU ticks here because we
+ * calculate file name again here.
+ */
+ char name[FILE_MAX];
+ BKE_image_path_from_imformat(name,
+ scene->r.pic,
+ oglrender->bmain->name,
+ cfra,
+ &scene->r.im_format,
+ (scene->r.scemode & R_EXTENSION) != 0,
+ true,
+ NULL);
+
+ BKE_render_result_stamp_info(scene, scene->camera, rr, false);
+ ok = RE_WriteRenderViewsImage(NULL, rr, scene, true, name);
+ if (!ok) {
+ BKE_reportf(&reports,
+ RPT_ERROR,
+ "Write error: cannot save %s",
+ name);
+ }
+ }
+ if (reports.list.first != NULL) {
+ BLI_spin_lock(&oglrender->reports_lock);
+ for (Report *report = reports.list.first;
+ report != NULL;
+ report = report->next)
+ {
+ BKE_report(oglrender->reports,
+ report->type,
+ report->message);
+ }
+ BLI_spin_unlock(&oglrender->reports_lock);
+ }
+ if (!ok) {
+ oglrender->pool_ok = false;
+ }
+ RE_FreeRenderResult(rr);
+}
+
+static bool schedule_write_result(OGLRender *oglrender, RenderResult *rr)
+{
+ if (!oglrender->pool_ok) {
+ return false;
+ }
+ Scene *scene = oglrender->scene;
+ WriteTaskData *task_data = MEM_mallocN(sizeof(WriteTaskData), "write task data");
+ task_data->rr = rr;
+ task_data->cfra = scene->r.cfra;
+ BLI_task_pool_push(oglrender->task_pool,
+ write_result_func,
+ task_data,
+ true,
+ TASK_PRIORITY_LOW);
+ return true;
+}
+
static bool screen_opengl_render_anim_step(bContext *C, wmOperator *op)
{
Main *bmain = CTX_data_main(C);
@@ -830,7 +951,9 @@ static bool screen_opengl_render_anim_step(bContext *C, wmOperator *op)
&scene->r.im_format, (scene->r.scemode & R_EXTENSION) != 0, true, NULL);
if ((scene->r.mode & R_NO_OVERWRITE) && BLI_exists(name)) {
+ BLI_spin_lock(&oglrender->reports_lock);
BKE_reportf(op->reports, RPT_INFO, "Skipping existing frame \"%s\"", name);
+ BLI_spin_unlock(&oglrender->reports_lock);
ok = true;
goto finally;
}
@@ -858,34 +981,10 @@ static bool screen_opengl_render_anim_step(bContext *C, wmOperator *op)
/* save to disk */
rr = RE_AcquireResultRead(oglrender->re);
-
- if (is_movie) {
- ok = RE_WriteRenderViewsMovie(oglrender->reports, rr, scene, &scene->r, oglrender->mh,
- oglrender->movie_ctx_arr, oglrender->totvideos, PRVRANGEON != 0);
- if (ok) {
- printf("Append frame %d", scene->r.cfra);
- BKE_reportf(op->reports, RPT_INFO, "Appended frame: %d", scene->r.cfra);
- }
- }
- else {
- BKE_render_result_stamp_info(scene, scene->camera, rr, false);
- ok = RE_WriteRenderViewsImage(op->reports, rr, scene, true, name);
- if (ok) {
- printf("Saved: %s", name);
- BKE_reportf(op->reports, RPT_INFO, "Saved file: %s", name);
- }
- else {
- printf("Write error: cannot save %s\n", name);
- BKE_reportf(op->reports, RPT_ERROR, "Write error: cannot save %s", name);
- }
- }
-
+ RenderResult *new_rr = RE_DuplicateRenderResult(rr);
RE_ReleaseResult(oglrender->re);
-
- /* movie stats prints have no line break */
- printf("\n");
-
+ ok = schedule_write_result(oglrender, new_rr);
finally: /* Step the frame and bail early if needed */
diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c
index 6dbb5db53d0..e446194a1da 100644
--- a/source/blender/editors/screen/screen_ops.c
+++ b/source/blender/editors/screen/screen_ops.c
@@ -4331,7 +4331,13 @@ void ED_keymap_screen(wmKeyConfig *keyconf)
WM_keymap_add_item(keymap, "SCREEN_OT_screenshot", F3KEY, KM_PRESS, KM_CTRL, 0);
WM_keymap_add_item(keymap, "SCREEN_OT_screencast", F3KEY, KM_PRESS, KM_ALT, 0);
-
+
+ /* UI */
+ kmi = WM_keymap_add_item(keymap, "UI_OT_space_context_cycle", TABKEY, KM_PRESS, KM_CTRL, 0);
+ RNA_enum_set(kmi->ptr, "direction", SPACE_CONTEXT_CYCLE_NEXT);
+ kmi = WM_keymap_add_item(keymap, "UI_OT_space_context_cycle", TABKEY, KM_PRESS, KM_CTRL | KM_SHIFT, 0);
+ RNA_enum_set(kmi->ptr, "direction", SPACE_CONTEXT_CYCLE_PREV);
+
/* tests */
WM_keymap_add_item(keymap, "SCREEN_OT_region_quadview", QKEY, KM_PRESS, KM_CTRL | KM_ALT, 0);
WM_keymap_verify_item(keymap, "SCREEN_OT_repeat_history", F3KEY, KM_PRESS, 0, 0);
diff --git a/source/blender/editors/sound/sound_ops.c b/source/blender/editors/sound/sound_ops.c
index ac3fc769ea1..52c39e5c7a1 100644
--- a/source/blender/editors/sound/sound_ops.c
+++ b/source/blender/editors/sound/sound_ops.c
@@ -217,32 +217,56 @@ static void SOUND_OT_open_mono(wmOperatorType *ot)
/* ******************************************************* */
-static int sound_update_animation_flags_exec(bContext *C, wmOperator *UNUSED(op))
+static void sound_update_animation_flags(Scene *scene);
+
+static int sound_update_animation_flags_cb(Sequence *seq, void *user_data)
{
- Sequence *seq;
- Scene *scene = CTX_data_scene(C);
struct FCurve *fcu;
+ Scene *scene = (Scene *)user_data;
bool driven;
- SEQ_BEGIN(scene->ed, seq)
- {
- fcu = id_data_find_fcurve(&scene->id, seq, &RNA_Sequence, "volume", 0, &driven);
- if (fcu || driven)
- seq->flag |= SEQ_AUDIO_VOLUME_ANIMATED;
- else
- seq->flag &= ~SEQ_AUDIO_VOLUME_ANIMATED;
+ fcu = id_data_find_fcurve(&scene->id, seq, &RNA_Sequence, "volume", 0, &driven);
+ if (fcu || driven)
+ seq->flag |= SEQ_AUDIO_VOLUME_ANIMATED;
+ else
+ seq->flag &= ~SEQ_AUDIO_VOLUME_ANIMATED;
- fcu = id_data_find_fcurve(&scene->id, seq, &RNA_Sequence, "pitch", 0, &driven);
- if (fcu || driven)
- seq->flag |= SEQ_AUDIO_PITCH_ANIMATED;
- else
- seq->flag &= ~SEQ_AUDIO_PITCH_ANIMATED;
+ fcu = id_data_find_fcurve(&scene->id, seq, &RNA_Sequence, "pitch", 0, &driven);
+ if (fcu || driven)
+ seq->flag |= SEQ_AUDIO_PITCH_ANIMATED;
+ else
+ seq->flag &= ~SEQ_AUDIO_PITCH_ANIMATED;
- fcu = id_data_find_fcurve(&scene->id, seq, &RNA_Sequence, "pan", 0, &driven);
- if (fcu || driven)
- seq->flag |= SEQ_AUDIO_PAN_ANIMATED;
- else
- seq->flag &= ~SEQ_AUDIO_PAN_ANIMATED;
+ fcu = id_data_find_fcurve(&scene->id, seq, &RNA_Sequence, "pan", 0, &driven);
+ if (fcu || driven)
+ seq->flag |= SEQ_AUDIO_PAN_ANIMATED;
+ else
+ seq->flag &= ~SEQ_AUDIO_PAN_ANIMATED;
+
+ if (seq->type == SEQ_TYPE_SCENE) {
+ /* TODO(sergey): For now we do manual recursion into the scene strips,
+ * but perhaps it should be covered by recursive_apply?
+ */
+ sound_update_animation_flags(seq->scene);
+ }
+
+ return 0;
+}
+
+static void sound_update_animation_flags(Scene *scene)
+{
+ struct FCurve *fcu;
+ bool driven;
+ Sequence *seq;
+
+ if (scene->id.tag & LIB_TAG_DOIT) {
+ return;
+ }
+ scene->id.tag |= LIB_TAG_DOIT;
+
+ SEQ_BEGIN(scene->ed, seq)
+ {
+ BKE_sequencer_recursive_apply(seq, sound_update_animation_flags_cb, scene);
}
SEQ_END
@@ -251,7 +275,12 @@ static int sound_update_animation_flags_exec(bContext *C, wmOperator *UNUSED(op)
scene->audio.flag |= AUDIO_VOLUME_ANIMATED;
else
scene->audio.flag &= ~AUDIO_VOLUME_ANIMATED;
+}
+static int sound_update_animation_flags_exec(bContext *C, wmOperator *UNUSED(op))
+{
+ BKE_main_id_tag_idcode(CTX_data_main(C), ID_SCE, LIB_TAG_DOIT, false);
+ sound_update_animation_flags(CTX_data_scene(C));
return OPERATOR_FINISHED;
}
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index 14719322bf7..6af36ea6778 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -1405,7 +1405,9 @@ void filelist_setdir(struct FileList *filelist, char *r_dir)
BLI_assert(strlen(r_dir) < FILE_MAX_LIBEXTRA);
BLI_cleanup_dir(G.main->name, r_dir);
- BLI_assert(filelist->checkdirf(filelist, r_dir, true));
+ const bool is_valid_path = filelist->checkdirf(filelist, r_dir, true);
+ BLI_assert(is_valid_path);
+ UNUSED_VARS_NDEBUG(is_valid_path);
if (!STREQ(filelist->filelist.root, r_dir)) {
BLI_strncpy(filelist->filelist.root, r_dir, sizeof(filelist->filelist.root));
@@ -1651,6 +1653,7 @@ bool filelist_file_cache_block(struct FileList *filelist, const int index)
int start_index = max_ii(0, index - (cache_size / 2));
int end_index = min_ii(nbr_entries, index + (cache_size / 2));
int i;
+ const bool full_refresh = (filelist->flags & FL_IS_READY) == 0;
if ((index < 0) || (index >= nbr_entries)) {
// printf("Wrong index %d ([%d:%d])", index, 0, nbr_entries);
@@ -1673,8 +1676,8 @@ bool filelist_file_cache_block(struct FileList *filelist, const int index)
// start_index, end_index, index, cache->block_start_index, cache->block_end_index);
/* If we have something to (re)cache... */
- if ((start_index != cache->block_start_index) || (end_index != cache->block_end_index)) {
- if ((start_index >= cache->block_end_index) || (end_index <= cache->block_start_index)) {
+ if (full_refresh || (start_index != cache->block_start_index) || (end_index != cache->block_end_index)) {
+ if (full_refresh || (start_index >= cache->block_end_index) || (end_index <= cache->block_start_index)) {
int size1 = cache->block_end_index - cache->block_start_index;
int size2 = 0;
int idx1 = cache->block_cursor, idx2 = 0;
diff --git a/source/blender/editors/space_image/image_ops.c b/source/blender/editors/space_image/image_ops.c
index 1f591b5fb35..a89d3494af0 100644
--- a/source/blender/editors/space_image/image_ops.c
+++ b/source/blender/editors/space_image/image_ops.c
@@ -1608,6 +1608,11 @@ static int save_image_options_init(SaveImageOptions *simopts, SpaceImage *sima,
/* imtype */
simopts->im_format = scene->r.im_format;
is_depth_set = true;
+ if (!BKE_image_is_multiview(ima)) {
+ /* In case multiview is disabled, render settings would be invalid for render result in this area. */
+ simopts->im_format.stereo3d_format = *ima->stereo3d_format;
+ simopts->im_format.views_format = ima->views_format;
+ }
}
else {
if (ima->source == IMA_SRC_GENERATED) {
diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c
index 3c47f542dae..65608c8c15a 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -245,18 +245,15 @@ static void do_item_rename(ARegion *ar, TreeElement *te, TreeStoreElem *tselem,
}
void item_rename_cb(
- bContext *C, ReportList *UNUSED(reports), Scene *UNUSED(scene), TreeElement *te,
+ bContext *C, ReportList *reports, Scene *UNUSED(scene), TreeElement *te,
TreeStoreElem *UNUSED(tsep), TreeStoreElem *tselem, void *UNUSED(user_data))
{
ARegion *ar = CTX_wm_region(C);
- ReportList *reports = CTX_wm_reports(C); // XXX
do_item_rename(ar, te, tselem, reports);
}
-static int do_outliner_item_rename(bContext *C, ARegion *ar, SpaceOops *soops, TreeElement *te, const float mval[2])
-{
- ReportList *reports = CTX_wm_reports(C); // XXX
-
+static int do_outliner_item_rename(ReportList *reports, ARegion *ar, SpaceOops *soops, TreeElement *te, const float mval[2])
+{
if (mval[1] > te->ys && mval[1] < te->ys + UI_UNIT_Y) {
TreeStoreElem *tselem = TREESTORE(te);
@@ -269,12 +266,12 @@ static int do_outliner_item_rename(bContext *C, ARegion *ar, SpaceOops *soops, T
}
for (te = te->subtree.first; te; te = te->next) {
- if (do_outliner_item_rename(C, ar, soops, te, mval)) return 1;
+ if (do_outliner_item_rename(reports, ar, soops, te, mval)) return 1;
}
return 0;
}
-static int outliner_item_rename(bContext *C, wmOperator *UNUSED(op), const wmEvent *event)
+static int outliner_item_rename(bContext *C, wmOperator *op, const wmEvent *event)
{
ARegion *ar = CTX_wm_region(C);
SpaceOops *soops = CTX_wm_space_outliner(C);
@@ -285,7 +282,7 @@ static int outliner_item_rename(bContext *C, wmOperator *UNUSED(op), const wmEve
UI_view2d_region_to_view(&ar->v2d, event->mval[0], event->mval[1], &fmval[0], &fmval[1]);
for (te = soops->tree.first; te; te = te->next) {
- if (do_outliner_item_rename(C, ar, soops, te, fmval)) {
+ if (do_outliner_item_rename(op->reports, ar, soops, te, fmval)) {
changed = true;
break;
}
@@ -788,12 +785,17 @@ int common_restrict_check(bContext *C, Object *ob)
/* Toggle Visibility ---------------------------------------- */
void object_toggle_visibility_cb(
- bContext *C, ReportList *UNUSED(reports), Scene *scene, TreeElement *te,
+ bContext *C, ReportList *reports, Scene *scene, TreeElement *te,
TreeStoreElem *UNUSED(tsep), TreeStoreElem *tselem, void *UNUSED(user_data))
{
Base *base = (Base *)te->directdata;
Object *ob = (Object *)tselem->id;
-
+
+ if (ID_IS_LINKED_DATABLOCK(tselem->id)) {
+ BKE_report(reports, RPT_WARNING, "Cannot edit external libdata");
+ return;
+ }
+
/* add check for edit mode */
if (!common_restrict_check(C, ob)) return;
@@ -845,11 +847,16 @@ void OUTLINER_OT_visibility_toggle(wmOperatorType *ot)
/* Toggle Selectability ---------------------------------------- */
void object_toggle_selectability_cb(
- bContext *UNUSED(C), ReportList *UNUSED(reports), Scene *scene, TreeElement *te,
+ bContext *UNUSED(C), ReportList *reports, Scene *scene, TreeElement *te,
TreeStoreElem *UNUSED(tsep), TreeStoreElem *tselem, void *UNUSED(user_data))
{
Base *base = (Base *)te->directdata;
-
+
+ if (ID_IS_LINKED_DATABLOCK(tselem->id)) {
+ BKE_report(reports, RPT_WARNING, "Cannot edit external libdata");
+ return;
+ }
+
if (base == NULL) base = BKE_scene_base_find(scene, (Object *)tselem->id);
if (base) {
base->object->restrictflag ^= OB_RESTRICT_SELECT;
@@ -895,11 +902,16 @@ void OUTLINER_OT_selectability_toggle(wmOperatorType *ot)
/* Toggle Renderability ---------------------------------------- */
void object_toggle_renderability_cb(
- bContext *UNUSED(C), ReportList *UNUSED(reports), Scene *scene, TreeElement *te,
+ bContext *UNUSED(C), ReportList *reports, Scene *scene, TreeElement *te,
TreeStoreElem *UNUSED(tsep), TreeStoreElem *tselem, void *UNUSED(user_data))
{
Base *base = (Base *)te->directdata;
-
+
+ if (ID_IS_LINKED_DATABLOCK(tselem->id)) {
+ BKE_report(reports, RPT_WARNING, "Cannot edit external libdata");
+ return;
+ }
+
if (base == NULL) base = BKE_scene_base_find(scene, (Object *)tselem->id);
if (base) {
base->object->restrictflag ^= OB_RESTRICT_RENDER;
diff --git a/source/blender/editors/space_view3d/drawobject.c b/source/blender/editors/space_view3d/drawobject.c
index 7d281a344f3..ac898fe7438 100644
--- a/source/blender/editors/space_view3d/drawobject.c
+++ b/source/blender/editors/space_view3d/drawobject.c
@@ -4235,7 +4235,7 @@ static bool draw_mesh_object(Scene *scene, ARegion *ar, View3D *v3d, RegionView3
/* If we are drawing shadows and any of the materials don't cast a shadow,
* then don't draw the object */
if (v3d->flag2 & V3D_RENDER_SHADOW) {
- for (int i = 0; i < ob->totcol; ++i) {
+ for (int i = 1; i <= ob->totcol; ++i) {
Material *ma = give_current_material(ob, i);
if (ma && !(ma->mode2 & MA_CASTSHADOW)) {
return true;
@@ -7853,122 +7853,79 @@ void draw_object(Scene *scene, ARegion *ar, View3D *v3d, Base *base, const short
}
}
- /* draw code for smoke */
- if (smd) {
-#if 0
- /* draw collision objects */
- if ((smd->type & MOD_SMOKE_TYPE_COLL) && smd->coll) {
- SmokeCollSettings *scs = smd->coll;
- if (scs->points) {
- size_t i;
-
- glLoadMatrixf(rv3d->viewmat);
-
- if (col || (ob->flag & SELECT)) cpack(0xFFFFFF);
- glDepthMask(GL_FALSE);
- glEnable(GL_BLEND);
-
-
- // glPointSize(3.0);
- glBegin(GL_POINTS);
+ /* draw code for smoke, only draw domains */
+ if (smd && smd->domain) {
+ SmokeDomainSettings *sds = smd->domain;
+ float viewnormal[3];
- for (i = 0; i < scs->numpoints; i++)
- {
- glVertex3fv(&scs->points[3 * i]);
- }
+ glLoadMatrixf(rv3d->viewmat);
+ glMultMatrixf(ob->obmat);
- glEnd();
+ if (!render_override) {
+ BoundBox bb;
+ float p0[3], p1[3];
- glMultMatrixf(ob->obmat);
- glDisable(GL_BLEND);
- glDepthMask(GL_TRUE);
- if (col) cpack(col);
+ /* draw max domain bounds */
+ if ((sds->flags & MOD_SMOKE_ADAPTIVE_DOMAIN)) {
+ VECSUBFAC(p0, sds->p0, sds->cell_size, sds->adapt_res);
+ VECADDFAC(p1, sds->p1, sds->cell_size, sds->adapt_res);
+ BKE_boundbox_init_from_minmax(&bb, p0, p1);
+ draw_box(bb.vec, false);
}
- }
-#endif
- /* only draw domains */
- if (smd->domain) {
- SmokeDomainSettings *sds = smd->domain;
- float viewnormal[3];
+ /* draw a single voxel to hint the user about the resolution of the fluid */
+ copy_v3_v3(p0, sds->p0);
- glLoadMatrixf(rv3d->viewmat);
- glMultMatrixf(ob->obmat);
-
- if (!render_override) {
- BoundBox bb;
- float p0[3], p1[3];
-
- /* draw adaptive domain bounds */
- if ((sds->flags & MOD_SMOKE_ADAPTIVE_DOMAIN)) {
- /* draw domain max bounds */
- VECSUBFAC(p0, sds->p0, sds->cell_size, sds->adapt_res);
- VECADDFAC(p1, sds->p1, sds->cell_size, sds->adapt_res);
- BKE_boundbox_init_from_minmax(&bb, p0, p1);
- draw_box(bb.vec, false);
- }
+ if (sds->flags & MOD_SMOKE_HIGHRES) {
+ madd_v3_v3v3fl(p1, p0, sds->cell_size, 1.0f / (sds->amplify + 1));
+ }
+ else {
+ add_v3_v3v3(p1, p0, sds->cell_size);
+ }
-#if 0
- /* draw base resolution bounds */
- BKE_boundbox_init_from_minmax(&bb, sds->p0, sds->p1);
- draw_box(bb.vec);
-#endif
+ BKE_boundbox_init_from_minmax(&bb, p0, p1);
+ draw_box(bb.vec, false);
+ }
+ /* don't show smoke before simulation starts, this could be made an option in the future */
+ if (sds->fluid && CFRA >= sds->point_cache[0]->startframe) {
+ float p0[3], p1[3];
- /* draw a single voxel to hint the user about the resolution of the fluid */
- copy_v3_v3(p0, sds->p0);
+ /* get view vector */
+ invert_m4_m4(ob->imat, ob->obmat);
+ mul_v3_mat3_m4v3(viewnormal, ob->imat, rv3d->viewinv[2]);
+ normalize_v3(viewnormal);
- if (sds->flags & MOD_SMOKE_HIGHRES) {
- madd_v3_v3v3fl(p1, p0, sds->cell_size, 1.0f / (sds->amplify + 1));
- }
- else {
- add_v3_v3v3(p1, p0, sds->cell_size);
- }
+ /* set dynamic boundaries to draw the volume
+ * also scale cube to global space to equalize volume slicing on all axes
+ * (it's scaled back before drawing) */
+ p0[0] = (sds->p0[0] + sds->cell_size[0] * sds->res_min[0] + sds->obj_shift_f[0]) * fabsf(ob->size[0]);
+ p0[1] = (sds->p0[1] + sds->cell_size[1] * sds->res_min[1] + sds->obj_shift_f[1]) * fabsf(ob->size[1]);
+ p0[2] = (sds->p0[2] + sds->cell_size[2] * sds->res_min[2] + sds->obj_shift_f[2]) * fabsf(ob->size[2]);
+ p1[0] = (sds->p0[0] + sds->cell_size[0] * sds->res_max[0] + sds->obj_shift_f[0]) * fabsf(ob->size[0]);
+ p1[1] = (sds->p0[1] + sds->cell_size[1] * sds->res_max[1] + sds->obj_shift_f[1]) * fabsf(ob->size[1]);
+ p1[2] = (sds->p0[2] + sds->cell_size[2] * sds->res_max[2] + sds->obj_shift_f[2]) * fabsf(ob->size[2]);
- BKE_boundbox_init_from_minmax(&bb, p0, p1);
- draw_box(bb.vec, false);
+ if (!sds->wt || !(sds->viewsettings & MOD_SMOKE_VIEW_SHOWBIG)) {
+ sds->tex = NULL;
+ GPU_create_smoke(smd, 0);
+ draw_smoke_volume(sds, ob, p0, p1, viewnormal);
+ GPU_free_smoke(smd);
+ }
+ else if (sds->wt && (sds->viewsettings & MOD_SMOKE_VIEW_SHOWBIG)) {
+ sds->tex = NULL;
+ GPU_create_smoke(smd, 1);
+ draw_smoke_volume(sds, ob, p0, p1, viewnormal);
+ GPU_free_smoke(smd);
}
- /* don't show smoke before simulation starts, this could be made an option in the future */
- if (sds->fluid && CFRA >= sds->point_cache[0]->startframe) {
- float p0[3], p1[3];
-
- /* get view vector */
- invert_m4_m4(ob->imat, ob->obmat);
- mul_v3_mat3_m4v3(viewnormal, ob->imat, rv3d->viewinv[2]);
- normalize_v3(viewnormal);
-
- /* set dynamic boundaries to draw the volume
- * also scale cube to global space to equalize volume slicing on all axes
- * (it's scaled back before drawing) */
- p0[0] = (sds->p0[0] + sds->cell_size[0] * sds->res_min[0] + sds->obj_shift_f[0]) * fabsf(ob->size[0]);
- p0[1] = (sds->p0[1] + sds->cell_size[1] * sds->res_min[1] + sds->obj_shift_f[1]) * fabsf(ob->size[1]);
- p0[2] = (sds->p0[2] + sds->cell_size[2] * sds->res_min[2] + sds->obj_shift_f[2]) * fabsf(ob->size[2]);
- p1[0] = (sds->p0[0] + sds->cell_size[0] * sds->res_max[0] + sds->obj_shift_f[0]) * fabsf(ob->size[0]);
- p1[1] = (sds->p0[1] + sds->cell_size[1] * sds->res_max[1] + sds->obj_shift_f[1]) * fabsf(ob->size[1]);
- p1[2] = (sds->p0[2] + sds->cell_size[2] * sds->res_max[2] + sds->obj_shift_f[2]) * fabsf(ob->size[2]);
-
- if (!sds->wt || !(sds->viewsettings & MOD_SMOKE_VIEW_SHOWBIG)) {
- sds->tex = NULL;
- GPU_create_smoke(smd, 0);
- draw_smoke_volume(sds, ob, p0, p1, viewnormal);
- GPU_free_smoke(smd);
- }
- else if (sds->wt && (sds->viewsettings & MOD_SMOKE_VIEW_SHOWBIG)) {
- sds->tex = NULL;
- GPU_create_smoke(smd, 1);
- draw_smoke_volume(sds, ob, p0, p1, viewnormal);
- GPU_free_smoke(smd);
- }
-
- /* smoke debug render */
+ /* smoke debug render */
#ifdef SMOKE_DEBUG_VELOCITY
- draw_smoke_velocity(smd->domain, ob);
+ draw_smoke_velocity(smd->domain, ob);
#endif
#ifdef SMOKE_DEBUG_HEAT
- draw_smoke_heat(smd->domain, ob);
+ draw_smoke_heat(smd->domain, ob);
#endif
- }
}
}
diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h
index 31fe8fe563e..e50a2637fff 100644
--- a/source/blender/makesdna/DNA_anim_types.h
+++ b/source/blender/makesdna/DNA_anim_types.h
@@ -939,7 +939,10 @@ typedef enum eAnimData_Flag {
ADT_UI_ACTIVE = (1<<15),
/* F-Curves from this AnimData block are not visible in the Graph Editor */
- ADT_CURVES_NOT_VISIBLE = (1<<16)
+ ADT_CURVES_NOT_VISIBLE = (1<<16),
+
+ /* F-Curves from this AnimData block are always visible */
+ ADT_CURVES_ALWAYS_VISIBLE = (1<<17),
} eAnimData_Flag;
/* Animation Data recalculation settings (to be set by depsgraph) */
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 773d203bdb3..23b73424da5 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -336,7 +336,7 @@ typedef enum eGPdata_Flag {
/* Convenience/cache flag to make it easier to quickly toggle onion skinning on/off */
GP_DATA_SHOW_ONIONSKINS = (1 << 9),
/* Draw a green and red point to indicate start and end of the stroke */
- GP_DATA_SHOW_DIRECTION = (1 << 10)
+ GP_DATA_SHOW_DIRECTION = (1 << 10)
} eGPdata_Flag;
#endif /* __DNA_GPENCIL_TYPES_H__ */
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 9f18a702aef..5c5264afcba 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1167,7 +1167,11 @@ typedef enum eGP_BrushEdit_SettingsFlag {
/* apply brush to strength */
GP_BRUSHEDIT_FLAG_APPLY_STRENGTH = (1 << 2),
/* apply brush to thickness */
- GP_BRUSHEDIT_FLAG_APPLY_THICKNESS = (1 << 3)
+ GP_BRUSHEDIT_FLAG_APPLY_THICKNESS = (1 << 3),
+ /* apply interpolation to all layers */
+ GP_BRUSHEDIT_FLAG_INTERPOLATE_ALL_LAYERS = (1 << 4),
+ /* apply interpolation to only selected */
+ GP_BRUSHEDIT_FLAG_INTERPOLATE_ONLY_SELECTED = (1 << 5)
} eGP_BrushEdit_SettingsFlag;
diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.h
index 9cbe132282f..820465ee7d1 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -916,6 +916,7 @@ int RNA_property_enum_get(PointerRNA *ptr, PropertyRNA *prop);
void RNA_property_enum_set(PointerRNA *ptr, PropertyRNA *prop, int value);
int RNA_property_enum_get_default(PointerRNA *ptr, PropertyRNA *prop);
void *RNA_property_enum_py_data_get(PropertyRNA *prop);
+int RNA_property_enum_step(const struct bContext *C, PointerRNA *ptr, PropertyRNA *prop, int from_value, int direction);
PointerRNA RNA_property_pointer_get(PointerRNA *ptr, PropertyRNA *prop);
void RNA_property_pointer_set(PointerRNA *ptr, PropertyRNA *prop, PointerRNA ptr_value);
diff --git a/source/blender/makesrna/intern/rna_ID.c b/source/blender/makesrna/intern/rna_ID.c
index ab124b361f1..eb9320b3fd6 100644
--- a/source/blender/makesrna/intern/rna_ID.c
+++ b/source/blender/makesrna/intern/rna_ID.c
@@ -997,12 +997,12 @@ static void rna_def_ID(BlenderRNA *brna)
RNA_def_function_ui_description(func, "Replace all usage in the .blend file of this ID by new given one");
RNA_def_function_flag(func, FUNC_USE_MAIN);
parm = RNA_def_pointer(func, "new_id", "ID", "", "New ID to use");
- RNA_def_property_flag(parm, PROP_NEVER_NULL);
+ RNA_def_property_flag(parm, PROP_REQUIRED | PROP_NEVER_NULL);
func = RNA_def_function(srna, "user_of_id", "BKE_library_ID_use_ID");
RNA_def_function_ui_description(func, "Count the number of times that ID uses/references given one");
parm = RNA_def_pointer(func, "id", "ID", "", "ID to count usages");
- RNA_def_property_flag(parm, PROP_NEVER_NULL);
+ RNA_def_property_flag(parm, PROP_REQUIRED | PROP_NEVER_NULL);
parm = RNA_def_int(func, "count", 0, 0, INT_MAX,
"", "Number of usages/references of given id by current datablock", 0, INT_MAX);
RNA_def_function_return(func, parm);
diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index 047e5ea17ab..6879a0534e9 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -2873,6 +2873,45 @@ void *RNA_property_enum_py_data_get(PropertyRNA *prop)
return eprop->py_data;
}
+/**
+ * Get the value of the item that is \a step items away from \a from_value.
+ *
+ * \param from_value: Item value to start stepping from.
+ * \param step: Absolute value defines step size, sign defines direction.
+ * E.g to get the next item, pass 1, for the previous -1.
+ */
+int RNA_property_enum_step(const bContext *C, PointerRNA *ptr, PropertyRNA *prop, int from_value, int step)
+{
+ EnumPropertyItem *item_array;
+ int totitem;
+ bool free;
+ int result_value = from_value;
+ int i, i_init;
+ int single_step = (step < 0) ? -1 : 1;
+ int step_tot = 0;
+
+ RNA_property_enum_items((bContext *)C, ptr, prop, &item_array, &totitem, &free);
+ i = RNA_enum_from_value(item_array, from_value);
+ i_init = i;
+
+ do {
+ i = mod_i(i + single_step, totitem);
+ if (item_array[i].identifier[0]) {
+ step_tot += single_step;
+ }
+ } while ((i != i_init) && (step_tot != step));
+
+ if (i != i_init) {
+ result_value = item_array[i].value;
+ }
+
+ if (free) {
+ MEM_freeN(item_array);
+ }
+
+ return result_value;
+}
+
PointerRNA RNA_property_pointer_get(PointerRNA *ptr, PropertyRNA *prop)
{
PointerPropertyRNA *pprop = (PointerPropertyRNA *)prop;
diff --git a/source/blender/makesrna/intern/rna_internal.h b/source/blender/makesrna/intern/rna_internal.h
index 364aa9ba939..76455adbc78 100644
--- a/source/blender/makesrna/intern/rna_internal.h
+++ b/source/blender/makesrna/intern/rna_internal.h
@@ -334,6 +334,7 @@ void RNA_def_main_movieclips(BlenderRNA *brna, PropertyRNA *cprop);
void RNA_def_main_masks(BlenderRNA *brna, PropertyRNA *cprop);
void RNA_def_main_linestyles(BlenderRNA *brna, PropertyRNA *cprop);
void RNA_def_main_cachefiles(BlenderRNA *brna, PropertyRNA *cprop);
+void RNA_def_main_paintcurves(BlenderRNA *brna, PropertyRNA *cprop);
/* ID Properties */
diff --git a/source/blender/makesrna/intern/rna_main.c b/source/blender/makesrna/intern/rna_main.c
index 3392d0d9b3a..bf016191c61 100644
--- a/source/blender/makesrna/intern/rna_main.c
+++ b/source/blender/makesrna/intern/rna_main.c
@@ -287,6 +287,12 @@ static void rna_Main_cachefiles_begin(CollectionPropertyIterator *iter, PointerR
rna_iterator_listbase_begin(iter, &bmain->cachefiles, NULL);
}
+static void rna_Main_paintcurves_begin(CollectionPropertyIterator *iter, PointerRNA *ptr)
+{
+ Main *bmain = (Main *)ptr->data;
+ rna_iterator_listbase_begin(iter, &bmain->paintcurves, NULL);
+}
+
static void rna_Main_version_get(PointerRNA *ptr, int *value)
{
Main *bmain = (Main *)ptr->data;
@@ -361,6 +367,7 @@ void RNA_def_main(BlenderRNA *brna)
{"masks", "Mask", "rna_Main_masks_begin", "Masks", "Masks datablocks", RNA_def_main_masks},
{"linestyles", "FreestyleLineStyle", "rna_Main_linestyle_begin", "Line Styles", "Line Style datablocks", RNA_def_main_linestyles},
{"cache_files", "CacheFile", "rna_Main_cachefiles_begin", "Cache Files", "Cache Files datablocks", RNA_def_main_cachefiles},
+ {"paint_curves", "PaintCurve", "rna_Main_paintcurves_begin", "Paint Curves", "Paint Curves datablocks", RNA_def_main_paintcurves},
{NULL, NULL, NULL, NULL, NULL, NULL}
};
diff --git a/source/blender/makesrna/intern/rna_main_api.c b/source/blender/makesrna/intern/rna_main_api.c
index 7c627e72fd5..cc290eab59d 100644
--- a/source/blender/makesrna/intern/rna_main_api.c
+++ b/source/blender/makesrna/intern/rna_main_api.c
@@ -536,6 +536,7 @@ RNA_MAIN_ID_TAG_FUNCS_DEF(movieclips, movieclip, ID_MC)
RNA_MAIN_ID_TAG_FUNCS_DEF(masks, mask, ID_MSK)
RNA_MAIN_ID_TAG_FUNCS_DEF(linestyle, linestyle, ID_LS)
RNA_MAIN_ID_TAG_FUNCS_DEF(cachefiles, cachefiles, ID_CF)
+RNA_MAIN_ID_TAG_FUNCS_DEF(paintcurves, paintcurves, ID_PC)
#undef RNA_MAIN_ID_TAG_FUNCS_DEF
@@ -1564,6 +1565,21 @@ void RNA_def_main_cachefiles(BlenderRNA *brna, PropertyRNA *cprop)
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
RNA_def_property_boolean_funcs(prop, "rna_Main_cachefiles_is_updated_get", NULL);
}
+void RNA_def_main_paintcurves(BlenderRNA *brna, PropertyRNA *cprop)
+{
+ RNA_def_property_srna(cprop, "BlendDataPaintCurves");
+ StructRNA *srna = RNA_def_struct(brna, "BlendDataPaintCurves", NULL);
+ RNA_def_struct_sdna(srna, "Main");
+ RNA_def_struct_ui_text(srna, "Main Paint Curves", "Collection of paint curves");
+
+ FunctionRNA *func = RNA_def_function(srna, "tag", "rna_Main_paintcurves_tag");
+ PropertyRNA *parm = RNA_def_boolean(func, "value", 0, "Value", "");
+ RNA_def_property_flag(parm, PROP_REQUIRED);
+
+ PropertyRNA *prop = RNA_def_property(srna, "is_updated", PROP_BOOLEAN, PROP_NONE);
+ RNA_def_property_clear_flag(prop, PROP_EDITABLE);
+ RNA_def_property_boolean_funcs(prop, "rna_Main_paintcurves_is_updated_get", NULL);
+}
void RNA_def_main_gpencil(BlenderRNA *brna, PropertyRNA *cprop)
{
StructRNA *srna;
diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index 519f28bea24..85c0b01334f 100644
--- a/source/blender/makesrna/intern/rna_scene_api.c
+++ b/source/blender/makesrna/intern/rna_scene_api.c
@@ -210,7 +210,10 @@ static void rna_Scene_alembic_export(
int use_subdiv_schema,
int compression_type,
int packuv,
- float scale)
+ float scale,
+ int triangulate,
+ int quad_method,
+ int ngon_method)
{
/* We have to enable allow_threads, because we may change scene frame number
* during export. */
@@ -240,6 +243,9 @@ static void rna_Scene_alembic_export(
.use_subdiv_schema = use_subdiv_schema,
.compression_type = compression_type,
.packuv = packuv,
+ .triangulate = triangulate,
+ .quad_method = quad_method,
+ .ngon_method = ngon_method,
.global_scale = scale,
};
@@ -404,6 +410,9 @@ void RNA_api_scene(StructRNA *srna)
RNA_def_enum(func, "compression_type", rna_enum_abc_compression_items, 0, "Compression", "");
RNA_def_boolean(func, "packuv" , 0, "Export with packed UV islands", "Export with packed UV islands");
RNA_def_float(func, "scale", 1.0f, 0.0001f, 1000.0f, "Scale", "Value by which to enlarge or shrink the objects with respect to the world's origin", 0.0001f, 1000.0f);
+ RNA_def_boolean(func, "triangulate", 0, "Triangulate", "Export Polygons (Quads & NGons) as Triangles");
+ RNA_def_enum(func, "quad_method", rna_enum_modifier_triangulate_quad_method_items, 0, "Quad Method", "Method for splitting the quads into triangles");
+ RNA_def_enum(func, "ngon_method", rna_enum_modifier_triangulate_quad_method_items, 0, "Polygon Method", "Method for splitting the polygons into triangles");
RNA_def_function_flag(func, FUNC_USE_CONTEXT);
#endif
diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c
index a8e80dbc4a3..7e1d0164eb4 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -1037,6 +1037,16 @@ static void rna_def_gpencil_sculpt(BlenderRNA *brna)
RNA_def_property_ui_text(prop, "Affect Thickness", "The brush affects the thickness of the point");
RNA_def_property_update(prop, NC_SCENE | ND_TOOLSETTINGS, NULL);
+ prop = RNA_def_property(srna, "interpolate_all_layers", PROP_BOOLEAN, PROP_NONE);
+ RNA_def_property_boolean_sdna(prop, NULL, "flag", GP_BRUSHEDIT_FLAG_INTERPOLATE_ALL_LAYERS);
+ RNA_def_property_ui_text(prop, "Interpolate All Layers", "Interpolate all layers, not only active");
+ RNA_def_property_update(prop, NC_SCENE | ND_TOOLSETTINGS, NULL);
+
+ prop = RNA_def_property(srna, "interpolate_selected_only", PROP_BOOLEAN, PROP_NONE);
+ RNA_def_property_boolean_sdna(prop, NULL, "flag", GP_BRUSHEDIT_FLAG_INTERPOLATE_ONLY_SELECTED);
+ RNA_def_property_ui_text(prop, "Interpolate Selected Strokes", "Interpolate only selected strokes in the original frame");
+ RNA_def_property_update(prop, NC_SCENE | ND_TOOLSETTINGS, NULL);
+
prop = RNA_def_property(srna, "selection_alpha", PROP_FLOAT, PROP_NONE);
RNA_def_property_float_sdna(prop, NULL, "alpha");
RNA_def_property_range(prop, 0.0f, 1.0f);
diff --git a/source/blender/makesrna/intern/rna_ui_api.c b/source/blender/makesrna/intern/rna_ui_api.c
index a751c414d83..9d55115a14c 100644
--- a/source/blender/makesrna/intern/rna_ui_api.c
+++ b/source/blender/makesrna/intern/rna_ui_api.c
@@ -618,7 +618,7 @@ void RNA_api_ui_layout(StructRNA *srna)
#endif
func = RNA_def_function(srna, "label", "rna_uiItemL");
- RNA_def_function_ui_description(func, "Item. Display text and/or icon in the layout");
+ RNA_def_function_ui_description(func, "Item. Displays text and/or icon in the layout");
api_ui_item_common(func);
parm = RNA_def_property(func, "icon_value", PROP_INT, PROP_UNSIGNED);
RNA_def_property_ui_text(parm, "Icon Value", "Override automatic icon of the item");
@@ -644,6 +644,7 @@ void RNA_api_ui_layout(StructRNA *srna)
/* templates */
func = RNA_def_function(srna, "template_header", "uiTemplateHeader");
RNA_def_function_flag(func, FUNC_USE_CONTEXT);
+ RNA_def_function_ui_description(func, "Inserts common Space header UI (editor type selector)");
func = RNA_def_function(srna, "template_ID", "uiTemplateID");
RNA_def_function_flag(func, FUNC_USE_CONTEXT);
@@ -853,9 +854,12 @@ void RNA_api_ui_layout(StructRNA *srna)
func = RNA_def_function(srna, "template_header_3D", "uiTemplateHeader3D");
RNA_def_function_flag(func, FUNC_USE_CONTEXT);
+ RNA_def_function_ui_description(func, "Inserts common 3DView header UI (selectors for context mode, shading, etc.)");
+
func = RNA_def_function(srna, "template_edit_mode_selection", "uiTemplateEditModeSelection");
RNA_def_function_flag(func, FUNC_USE_CONTEXT);
+ RNA_def_function_ui_description(func, "Inserts common 3DView Edit modes header UI (selector for selection mode)");
func = RNA_def_function(srna, "template_reports_banner", "uiTemplateReportsBanner");
RNA_def_function_flag(func, FUNC_USE_CONTEXT);
diff --git a/source/blender/makesrna/intern/rna_wm_api.c b/source/blender/makesrna/intern/rna_wm_api.c
index 7cf0cf67269..8d0b704a402 100644
--- a/source/blender/makesrna/intern/rna_wm_api.c
+++ b/source/blender/makesrna/intern/rna_wm_api.c
@@ -398,18 +398,21 @@ void RNA_api_wm(StructRNA *srna)
rna_generic_op_invoke(func, 0);
func = RNA_def_function(srna, "modal_handler_add", "rna_event_modal_handler_add");
+ RNA_def_function_ui_description(func, "Add a modal handler to the window manager, for the given modal operator "
+ "(called by invoke() with self, just before returning {'RUNNING_MODAL'})");
RNA_def_function_flag(func, FUNC_NO_SELF | FUNC_USE_CONTEXT);
parm = RNA_def_pointer(func, "operator", "Operator", "", "Operator to call");
RNA_def_property_flag(parm, PROP_REQUIRED);
- RNA_def_function_return(func, RNA_def_boolean(func, "handle", 1, "", ""));
+ RNA_def_function_return(func, RNA_def_boolean(func, "handle", 1, "", "Whether adding the handler was successful"));
func = RNA_def_function(srna, "event_timer_add", "rna_event_timer_add");
+ RNA_def_function_ui_description(func, "Add a timer to the given window, to generate periodic 'TIMER' events");
parm = RNA_def_property(func, "time_step", PROP_FLOAT, PROP_NONE);
RNA_def_property_flag(parm, PROP_REQUIRED);
RNA_def_property_range(parm, 0.0, FLT_MAX);
RNA_def_property_ui_text(parm, "Time Step", "Interval in seconds between timer events");
- RNA_def_pointer(func, "window", "Window", "", "Window to attach the timer to or None");
+ RNA_def_pointer(func, "window", "Window", "", "Window to attach the timer to, or None");
parm = RNA_def_pointer(func, "result", "Timer", "", "");
RNA_def_function_return(func, parm);
@@ -421,44 +424,49 @@ void RNA_api_wm(StructRNA *srna)
/* Progress bar interface */
func = RNA_def_function(srna, "progress_begin", "rna_progress_begin");
RNA_def_function_ui_description(func, "Start progress report");
-
parm = RNA_def_property(func, "min", PROP_FLOAT, PROP_NONE);
RNA_def_property_ui_text(parm, "min", "any value in range [0,9999]");
RNA_def_property_flag(parm, PROP_REQUIRED);
-
parm = RNA_def_property(func, "max", PROP_FLOAT, PROP_NONE);
RNA_def_property_flag(parm, PROP_REQUIRED);
RNA_def_property_ui_text(parm, "max", "any value in range [min+1,9998]");
func = RNA_def_function(srna, "progress_update", "rna_progress_update");
+ RNA_def_function_ui_description(func, "Update the progress feedback");
parm = RNA_def_property(func, "value", PROP_FLOAT, PROP_NONE);
RNA_def_property_flag(parm, PROP_REQUIRED);
- RNA_def_property_ui_text(parm, "value", "any value between min and max as set in progress_begin()");
+ RNA_def_property_ui_text(parm, "value", "Any value between min and max as set in progress_begin()");
func = RNA_def_function(srna, "progress_end", "rna_progress_end");
RNA_def_function_ui_description(func, "Terminate progress report");
/* invoke functions, for use with python */
func = RNA_def_function(srna, "invoke_props_popup", "rna_Operator_props_popup");
- RNA_def_function_ui_description(func, "Operator popup invoke");
+ RNA_def_function_ui_description(func, "Operator popup invoke "
+ "(show operator properties and execute it automatically on changes)");
rna_generic_op_invoke(func, WM_GEN_INVOKE_EVENT | WM_GEN_INVOKE_RETURN);
/* invoked dialog opens popup with OK button, does not auto-exec operator. */
func = RNA_def_function(srna, "invoke_props_dialog", "WM_operator_props_dialog_popup");
- RNA_def_function_ui_description(func, "Operator dialog (non-autoexec popup) invoke");
+ RNA_def_function_ui_description(func, "Operator dialog (non-autoexec popup) invoke "
+ "(show operator properties and only execute it on click on OK button)");
rna_generic_op_invoke(func, WM_GEN_INVOKE_SIZE | WM_GEN_INVOKE_RETURN);
/* invoke enum */
func = RNA_def_function(srna, "invoke_search_popup", "rna_Operator_enum_search_invoke");
+ RNA_def_function_ui_description(func, "Operator search popup invoke (search in values of "
+ "operator's type 'prop' EnumProperty, and execute it on confirmation)");
rna_generic_op_invoke(func, 0);
/* invoke functions, for use with python */
func = RNA_def_function(srna, "invoke_popup", "WM_operator_ui_popup");
- RNA_def_function_ui_description(func, "Operator popup invoke");
+ RNA_def_function_ui_description(func, "Operator popup invoke "
+ "(only shows operator's properties, without executing it)");
rna_generic_op_invoke(func, WM_GEN_INVOKE_SIZE | WM_GEN_INVOKE_RETURN);
func = RNA_def_function(srna, "invoke_confirm", "rna_Operator_confirm");
- RNA_def_function_ui_description(func, "Operator confirmation");
+ RNA_def_function_ui_description(func, "Operator confirmation popup "
+ "(only to let user confirm the execution, no operator properties shown)");
rna_generic_op_invoke(func, WM_GEN_INVOKE_EVENT | WM_GEN_INVOKE_RETURN);
diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c
index 23ab61821f4..8711384e1ee 100644
--- a/source/blender/modifiers/intern/MOD_subsurf.c
+++ b/source/blender/modifiers/intern/MOD_subsurf.c
@@ -130,6 +130,9 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
if (U.opensubdiv_compute_type == USER_OPENSUBDIV_COMPUTE_NONE) {
modifier_setError(md, "OpenSubdiv is disabled in User Preferences");
}
+ else if ((ob->mode & (OB_MODE_VERTEX_PAINT | OB_MODE_WEIGHT_PAINT | OB_MODE_TEXTURE_PAINT)) != 0) {
+ modifier_setError(md, "OpenSubdiv is not supported in paint modes");
+ }
else if ((DAG_get_eval_flags_for_object(md->scene, ob) & DAG_EVAL_NEED_CPU) == 0) {
subsurf_flags |= SUBSURF_USE_GPU_BACKEND;
do_cddm_convert = false;
diff --git a/source/blender/python/intern/bpy_app.c b/source/blender/python/intern/bpy_app.c
index 78cb537cccd..ed7cec2f2d5 100644
--- a/source/blender/python/intern/bpy_app.c
+++ b/source/blender/python/intern/bpy_app.c
@@ -234,7 +234,7 @@ static int bpy_app_debug_set(PyObject *UNUSED(self), PyObject *value, void *clos
return 0;
}
-
+#define BROKEN_BINARY_PATH_PYTHON_HACK
PyDoc_STRVAR(bpy_app_binary_path_python_doc,
"String, the path to the python executable (read-only)"
@@ -251,14 +251,18 @@ static PyObject *bpy_app_binary_path_python_get(PyObject *self, void *UNUSED(clo
fullpath, sizeof(fullpath),
PY_MAJOR_VERSION, PY_MINOR_VERSION);
ret = PyC_UnicodeFromByte(fullpath);
- PyDict_SetItem(BlenderAppType.tp_dict, PyDescr_NAME(self), ret);
+#ifdef BROKEN_BINARY_PATH_PYTHON_HACK
+ Py_INCREF(ret);
+ UNUSED_VARS(self);
+#else
+ PyDict_SetItem(BlenderAppType.tp_dict, /* XXX BAAAADDDDDD! self is not a PyDescr at all! it's bpy.app!!! */ PyDescr_NAME(self), ret);
+#endif
}
else {
Py_INCREF(ret);
}
return ret;
-
}
PyDoc_STRVAR(bpy_app_debug_value_doc,
diff --git a/source/blender/python/intern/bpy_rna_id_collection.c b/source/blender/python/intern/bpy_rna_id_collection.c
index 31189ba4dee..1037c83815c 100644
--- a/source/blender/python/intern/bpy_rna_id_collection.c
+++ b/source/blender/python/intern/bpy_rna_id_collection.c
@@ -40,6 +40,9 @@
#include "BKE_library_query.h"
#include "DNA_ID.h"
+/* Those folowing are only to support hack of not listing some internal 'backward' pointers in generated user_map... */
+#include "DNA_object_types.h"
+#include "DNA_key_types.h"
#include "bpy_util.h"
#include "bpy_rna_id_collection.h"
@@ -81,7 +84,7 @@ static bool id_check_type(const ID *id, const BLI_bitmap *types_bitmap)
}
static int foreach_libblock_id_user_map_callback(
- void *user_data, ID *UNUSED(self_id), ID **id_p, int UNUSED(cb_flag))
+ void *user_data, ID *self_id, ID **id_p, int UNUSED(cb_flag))
{
IDUserMapData *data = user_data;
@@ -93,6 +96,15 @@ static int foreach_libblock_id_user_map_callback(
}
}
+ if ((GS(self_id->name) == ID_OB) && (id_p == (ID **)&((Object *)self_id)->proxy_from)) {
+ /* We skip proxy_from here, since it some internal pointer which is not irrelevant info for py/API level. */
+ return IDWALK_RET_NOP;
+ }
+ else if ((GS(self_id->name) == ID_KE) && (id_p == (ID **)&((Key *)self_id)->from)) {
+ /* We skip from here, since it some internal pointer which is not irrelevant info for py/API level. */
+ return IDWALK_RET_NOP;
+ }
+
/* pyrna_struct_hash() uses ptr.data only,
* but pyrna_struct_richcmp() uses also ptr.type,
* so we need to create a valid PointerRNA here...
@@ -233,8 +245,26 @@ static PyObject *bpy_user_map(PyObject *UNUSED(self), PyObject *args, PyObject *
data_cb.py_id_key_lookup_only = pyrna_id_CreatePyObject(id);
}
+ if (!data_cb.is_subset) {
+ PyObject *key = data_cb.py_id_key_lookup_only;
+ PyObject *set;
+
+ RNA_id_pointer_create(id, &((BPy_StructRNA *)key)->ptr);
+
+ /* We have to insert the key now, otherwise ID unused would be missing from final dict... */
+ if ((set = PyDict_GetItem(data_cb.user_map, key)) == NULL) {
+ /* Cannot use our placeholder key here! */
+ key = pyrna_id_CreatePyObject(id);
+ set = PySet_New(NULL);
+ PyDict_SetItem(data_cb.user_map, key, set);
+ Py_DECREF(set);
+ Py_DECREF(key);
+ }
+ }
+
data_cb.id_curr = id;
BKE_library_foreach_ID_link(id, foreach_libblock_id_user_map_callback, &data_cb, IDWALK_NOP);
+
if (data_cb.py_id_curr) {
Py_DECREF(data_cb.py_id_curr);
data_cb.py_id_curr = NULL;
diff --git a/source/blender/render/extern/include/RE_pipeline.h b/source/blender/render/extern/include/RE_pipeline.h
index 509ad6f3515..7021477a702 100644
--- a/source/blender/render/extern/include/RE_pipeline.h
+++ b/source/blender/render/extern/include/RE_pipeline.h
@@ -48,7 +48,6 @@ struct ReportList;
struct Scene;
struct SceneRenderLayer;
struct EnvMap;
-struct RenderResult;
struct StampData;
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@@ -392,6 +391,8 @@ bool RE_RenderResult_is_stereo(RenderResult *res);
struct RenderView *RE_RenderViewGetById(struct RenderResult *res, const int view_id);
struct RenderView *RE_RenderViewGetByName(struct RenderResult *res, const char *viewname);
+RenderResult *RE_DuplicateRenderResult(RenderResult *rr);
+
/******* Debug pass helper functions *********/
#ifdef WITH_CYCLES_DEBUG
diff --git a/source/blender/render/intern/source/render_result.c b/source/blender/render/intern/source/render_result.c
index 6ea46af6f7e..e3fc8174bd6 100644
--- a/source/blender/render/intern/source/render_result.c
+++ b/source/blender/render/intern/source/render_result.c
@@ -1665,3 +1665,84 @@ RenderView *RE_RenderViewGetByName(RenderResult *res, const char *viewname)
BLI_assert(res->views.first);
return rv ? rv : res->views.first;
}
+
+static RenderPass *duplicate_render_pass(RenderPass *rpass)
+{
+ RenderPass *new_rpass = MEM_mallocN(sizeof(RenderPass), "new render pass");
+ *new_rpass = *rpass;
+ new_rpass->next = new_rpass->prev = NULL;
+ if (new_rpass->rect != NULL) {
+ new_rpass->rect = MEM_dupallocN(new_rpass->rect);
+ }
+ return new_rpass;
+}
+
+static RenderLayer *duplicate_render_layer(RenderLayer *rl)
+{
+ RenderLayer *new_rl = MEM_mallocN(sizeof(RenderLayer), "new render layer");
+ *new_rl = *rl;
+ new_rl->next = new_rl->prev = NULL;
+ new_rl->passes.first = new_rl->passes.last = NULL;
+ new_rl->exrhandle = NULL;
+ if (new_rl->acolrect != NULL) {
+ new_rl->acolrect = MEM_dupallocN(new_rl->acolrect);
+ }
+ if (new_rl->scolrect != NULL) {
+ new_rl->scolrect = MEM_dupallocN(new_rl->scolrect);
+ }
+ if (new_rl->display_buffer != NULL) {
+ new_rl->display_buffer = MEM_dupallocN(new_rl->display_buffer);
+ }
+ for (RenderPass *rpass = rl->passes.first; rpass != NULL; rpass = rpass->next) {
+ RenderPass *new_rpass = duplicate_render_pass(rpass);
+ BLI_addtail(&new_rl->passes, new_rpass);
+ }
+ return new_rl;
+}
+
+static RenderView *duplicate_render_view(RenderView *rview)
+{
+ RenderView *new_rview = MEM_mallocN(sizeof(RenderView), "new render view");
+ *new_rview = *rview;
+ if (new_rview->rectf != NULL) {
+ new_rview->rectf = MEM_dupallocN(new_rview->rectf);
+ }
+ if (new_rview->rectf != NULL) {
+ new_rview->rectf = MEM_dupallocN(new_rview->rectf);
+ }
+ if (new_rview->rectz != NULL) {
+ new_rview->rectz = MEM_dupallocN(new_rview->rectz);
+ }
+ if (new_rview->rect32 != NULL) {
+ new_rview->rect32 = MEM_dupallocN(new_rview->rect32);
+ }
+ return new_rview;
+}
+
+RenderResult *RE_DuplicateRenderResult(RenderResult *rr)
+{
+ RenderResult *new_rr = MEM_mallocN(sizeof(RenderResult), "new render result");
+ *new_rr = *rr;
+ new_rr->next = new_rr->prev = NULL;
+ new_rr->layers.first = new_rr->layers.last = NULL;
+ new_rr->views.first = new_rr->views.last = NULL;
+ for (RenderLayer *rl = rr->layers.first; rl != NULL; rl = rl->next) {
+ RenderLayer *new_rl = duplicate_render_layer(rl);
+ BLI_addtail(&new_rr->layers, new_rl);
+ }
+ for (RenderView *rview = rr->views.first; rview != NULL; rview = rview->next) {
+ RenderView *new_rview = duplicate_render_view(rview);
+ BLI_addtail(&new_rr->views, new_rview);
+ }
+ if (new_rr->rect32 != NULL) {
+ new_rr->rect32 = MEM_dupallocN(new_rr->rect32);
+ }
+ if (new_rr->rectf != NULL) {
+ new_rr->rectf = MEM_dupallocN(new_rr->rectf);
+ }
+ if (new_rr->rectz != NULL) {
+ new_rr->rectz = MEM_dupallocN(new_rr->rectz);
+ }
+ new_rr->stamp_data = MEM_dupallocN(new_rr->stamp_data);
+ return new_rr;
+}
diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c
index 77d74399769..dc34e8015c9 100644
--- a/source/blender/windowmanager/intern/wm_event_system.c
+++ b/source/blender/windowmanager/intern/wm_event_system.c
@@ -2032,11 +2032,13 @@ static int wm_handlers_do_intern(bContext *C, wmEvent *event, ListBase *handlers
break;
}
else {
- if (action & WM_HANDLER_HANDLED)
+ if (action & WM_HANDLER_HANDLED) {
if (G.debug & (G_DEBUG_EVENTS | G_DEBUG_HANDLERS))
printf("%s: handled - and pass on! '%s'\n", __func__, kmi->idname);
-
- PRINT("%s: un-handled '%s'...", __func__, kmi->idname);
+ }
+ else {
+ PRINT("%s: un-handled '%s'\n", __func__, kmi->idname);
+ }
}
}
}
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index 73622cda483..c11c398c616 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -527,7 +527,6 @@ void WM_exit_ext(bContext *C, const bool do_python)
ANIM_fmodifiers_copybuf_free();
ED_gpencil_anim_copybuf_free();
ED_gpencil_strokes_copybuf_free();
- ED_clipboard_posebuf_free();
BKE_node_clipboard_clear();
BLF_exit();
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 0c137221856..7177244611e 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -2299,6 +2299,11 @@ int WM_border_select_modal(bContext *C, wmOperator *op, const wmEvent *event)
}
}
+#ifdef WITH_INPUT_NDOF
+ else if (event->type == NDOF_MOTION) {
+ return OPERATOR_PASS_THROUGH;
+ }
+#endif
// /* Allow view navigation??? */
// else {
// return OPERATOR_PASS_THROUGH;
@@ -2413,6 +2418,11 @@ int WM_gesture_circle_modal(bContext *C, wmOperator *op, const wmEvent *event)
return OPERATOR_FINISHED; /* use finish or we don't get an undo */
}
}
+#ifdef WITH_INPUT_NDOF
+ else if (event->type == NDOF_MOTION) {
+ return OPERATOR_PASS_THROUGH;
+ }
+#endif
/* Allow view navigation??? */
/* note, this gives issues: 1) other modal ops run on top (border select), 2) middlemouse is used now 3) tablet/trackpad? */
// else {
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index fc02dfda9d1..f65688e1304 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -338,7 +338,8 @@ if(WITH_PYTHON)
# install(CODE "message(\"copying blender scripts...\")")
# exclude addons_contrib if release
- if("${BLENDER_VERSION_CYCLE}" STREQUAL "release")
+ if("${BLENDER_VERSION_CYCLE}" STREQUAL "release" OR
+ "${BLENDER_VERSION_CYCLE}" STREQUAL "rc")
set(ADDON_EXCLUDE_CONDITIONAL "addons_contrib/*")
else()
set(ADDON_EXCLUDE_CONDITIONAL "_addons_contrib/*") # dummy, wont do anything
diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py
index fb9a4b348b7..78b4b346f24 100755
--- a/tests/python/cycles_render_tests.py
+++ b/tests/python/cycles_render_tests.py
@@ -38,11 +38,11 @@ def render_file(filepath):
elif b"blender probably wont start" in e.output:
return "NO_START"
return "CRASH"
- except:
+ except BaseException as e:
if os.path.exists(TEMP_FILE):
os.remove(TEMP_FILE)
if VERBOSE:
- print(e.output.decode("utf-8"))
+ print(e)
return "CRASH"