master 16eb8d1361de cached
19 files
9.3 MB
2.4M tokens
1 requests
Download .txt
Showing preview only (9,763K chars total). Download the full file or copy to clipboard to get everything.
Repository: Bauxitedev/stylized-planet-generator
Branch: master
Commit: 16eb8d1361de
Files: 19
Total size: 9.3 MB

Directory structure:
gitextract_pujs0lew/

├── .gitignore
├── LICENSE
├── README.md
├── default_env.tres
├── icon.png.import
├── main.gd
├── main.tscn
├── mat_bark.material
├── mat_leaves.material
├── planet.dae
├── planet.dae.import
├── planet.tres
├── planet_albedo.tres
├── planet_roughness.tres
├── planetmat.material
├── project.godot
├── tree.dae
├── tree.dae.import
└── water_mat_shader.tres

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
.import


================================================
FILE: LICENSE
================================================
MIT License

Copyright (c) 2018 

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


================================================
FILE: README.md
================================================
# Stylized Planet Generator

This is a stylized procedural planet generator written in Godot 3.0. It creates oceans, lakes, icy mountains, forests, etc.

![demo](images/demo.gif)

[Here's a video of it in action.](https://www.youtube.com/watch?v=l7gIm8AVG_c)

# How it works
The algorithm is based on some article I found many years ago, unfortunately I lost the link to it. If anyone knows where it is, let me know. The idea is as follows:

1. Start with an icosphere.
2. Pick a random vector on the unit sphere and call it `v`.
3. For every vertex `p` in the icosphere: if the dot product between `v` and `p` is positive, move `p` a little away from the origin. Else, move it a little towards the origin.
4. Repeat 2 and 3 a few hundred times.

After that, trees are planted. A probablity distribution is generated over the entire set of vertices, where the probability of placing a tree depends on the elevation of a vertex. A vertex below sea level has probablity 0, so no trees are placed below sea level, and the probablility increases when reaching "average" elevation, and then slowly drops off to zero again in the icy mountain range.

# License
MIT


================================================
FILE: default_env.tres
================================================
[gd_resource type="Environment" load_steps=2 format=2]

[sub_resource type="ProceduralSky" id=1]

radiance_size = 4
sky_top_color = Color( 0.0470588, 0.454902, 0.976471, 1 )
sky_horizon_color = Color( 0.556863, 0.823529, 0.909804, 1 )
sky_curve = 0.25
sky_energy = 1.0
ground_bottom_color = Color( 0.101961, 0.145098, 0.188235, 1 )
ground_horizon_color = Color( 0.482353, 0.788235, 0.952941, 1 )
ground_curve = 0.01
ground_energy = 1.0
sun_color = Color( 1, 1, 1, 1 )
sun_latitude = 35.0
sun_longitude = 0.0
sun_angle_min = 1.0
sun_angle_max = 100.0
sun_curve = 0.05
sun_energy = 16.0
texture_size = 2

[resource]

background_mode = 2
background_sky = SubResource( 1 )
background_sky_custom_fov = 0.0
background_color = Color( 0, 0, 0, 1 )
background_energy = 1.0
background_canvas_max_layer = 0
ambient_light_color = Color( 0, 0, 0, 1 )
ambient_light_energy = 1.0
ambient_light_sky_contribution = 1.0
fog_enabled = false
fog_color = Color( 0.5, 0.6, 0.7, 1 )
fog_sun_color = Color( 1, 0.9, 0.7, 1 )
fog_sun_amount = 0.0
fog_depth_enabled = true
fog_depth_begin = 10.0
fog_depth_curve = 1.0
fog_transmit_enabled = false
fog_transmit_curve = 1.0
fog_height_enabled = false
fog_height_min = 0.0
fog_height_max = 100.0
fog_height_curve = 1.0
tonemap_mode = 0
tonemap_exposure = 1.0
tonemap_white = 1.0
auto_exposure_enabled = false
auto_exposure_scale = 0.4
auto_exposure_min_luma = 0.05
auto_exposure_max_luma = 8.0
auto_exposure_speed = 0.5
ss_reflections_enabled = false
ss_reflections_max_steps = 64
ss_reflections_fade_in = 0.15
ss_reflections_fade_out = 2.0
ss_reflections_depth_tolerance = 0.2
ss_reflections_roughness = true
ssao_enabled = false
ssao_radius = 1.0
ssao_intensity = 1.0
ssao_radius2 = 0.0
ssao_intensity2 = 1.0
ssao_bias = 0.01
ssao_light_affect = 0.0
ssao_color = Color( 0, 0, 0, 1 )
ssao_quality = 0
ssao_blur = 3
ssao_edge_sharpness = 4.0
dof_blur_far_enabled = false
dof_blur_far_distance = 10.0
dof_blur_far_transition = 5.0
dof_blur_far_amount = 0.1
dof_blur_far_quality = 1
dof_blur_near_enabled = false
dof_blur_near_distance = 2.0
dof_blur_near_transition = 1.0
dof_blur_near_amount = 0.1
dof_blur_near_quality = 1
glow_enabled = false
glow_levels/1 = false
glow_levels/2 = false
glow_levels/3 = true
glow_levels/4 = false
glow_levels/5 = true
glow_levels/6 = false
glow_levels/7 = false
glow_intensity = 0.8
glow_strength = 1.0
glow_bloom = 0.0
glow_blend_mode = 2
glow_hdr_threshold = 1.0
glow_hdr_scale = 2.0
glow_bicubic_upscale = false
adjustment_enabled = false
adjustment_brightness = 1.0
adjustment_contrast = 1.0
adjustment_saturation = 1.0



================================================
FILE: icon.png.import
================================================
[remap]

importer="texture"
type="StreamTexture"
path.s3tc="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.s3tc.stex"
path.etc2="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.etc2.stex"

[deps]

source_file="res://icon.png"
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.s3tc.stex", "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.etc2.stex" ]

[params]

compress/mode=2
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=1
flags/repeat=true
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0


================================================
FILE: main.gd
================================================
extends WorldEnvironment

onready var progress = $container/progress
onready var mesh_original = $planet/Planet.mesh

func _ready():
	
	seed(OS.get_ticks_msec())
	
	Input.set_mouse_mode(Input.MOUSE_MODE_HIDDEN)
	
	make_planet()

func _input(event):
	
	if event.is_action_pressed("ui_accept"):
		if !progress.visible:
			make_planet()
	
func make_planet():
		
	var surf = MeshDataTool.new()
	surf.create_from_surface(mesh_original, 0)
	
	# the tree (pos, normal) pairs
	var tree_pairs = []
	
	#show the progress bar
	progress.show()
	
	var max_iterations = 145  
	for j in range(max_iterations):
		
		# wait a frame to prevent freezing the game
		yield(get_tree(), "idle_frame")
		
		# show progress in the progress bar
		progress.max_value = max_iterations
		progress.value = j
		
		var dir = Vector3(rand_range(-1,1), rand_range(-1,1), rand_range(-1,1)).normalized()
		
		# push/pull all vertices (this is the slow part)
		for i in range(surf.get_vertex_count()):
			var v = surf.get_vertex(i)
			var norm = surf.get_vertex_normal(i)
			
			var dot = norm.normalized().dot(dir)
			var sharpness = 50  # how sharp the edges are
			dot = exp(dot*sharpness) / (exp(dot*sharpness) + 1) - 0.5 # sigmoid function
			
			v += dot * norm * 0.01
			
			surf.set_vertex(i, v)
	
	var min_dist = 0.9 # deep sea
	var max_dist = 1.1 # mountains
	var vegetation_dist = 1.03 # ideal height for vegetation to grow
	var beach_dist = 1 # beach level
	
	#finally set uv.x according to distance to center, which colors the terrain depending on elevation
	
	for i in range(surf.get_vertex_count()):
		var v = surf.get_vertex(i)
		var dist = v.length() 
		var dist_normalized = range_lerp(dist, min_dist, max_dist, 0, 1) # bring dist to 0..1 range
		
		var uv = Vector2(dist_normalized, 0)
		surf.set_vertex_uv(i, uv)


	#also recalculate face normals (TODO smooth 'em!)
	
	for i in range(surf.get_face_count()):
		
		var v1i = surf.get_face_vertex(i,0)
		var v2i = surf.get_face_vertex(i,1)
		var v3i = surf.get_face_vertex(i,2)
		
		var v1 = surf.get_vertex(v1i)
		var v2 = surf.get_vertex(v2i)
		var v3 = surf.get_vertex(v3i)
		
		# calculate normal for this face
		var norm = -(v2 - v1).normalized().cross((v3 - v1).normalized()).normalized()
		
		surf.set_vertex_normal(v1i, norm)
		surf.set_vertex_normal(v2i, norm)
		surf.set_vertex_normal(v3i, norm)
	
	
	# place trees
	
	for i in range(surf.get_vertex_count()):
	
		var v = surf.get_vertex(i)
		var dist = v.length() 
		
		var norm = surf.get_vertex_normal(i)
		
		# place tree with chance depending on difference between ideal height and current vertex height
		var chance = 1 / (1 + pow(abs(dist - vegetation_dist) * 10, 2) * 10000)
		var is_underwater = dist <= beach_dist

		if not is_underwater and rand_range(0,1) < chance:
			tree_pairs.push_back([v, norm])

	# commit the mesh
	var mmesh = ArrayMesh.new() 
	surf.commit_to_surface(mmesh)
	$planet/Planet.mesh = mmesh
	
	# --------  place trees in the scene -------------
	
	# get the tree mesh from tree.dae and intialize the multimesh, used for quickly drawing lots of trees
	var tree = preload("res://tree.dae").instance()
	var tree_mesh = tree.get_node("tree").mesh
	var multimesh = $planet/trees.multimesh
	multimesh.mesh = tree_mesh
	multimesh.instance_count = tree_pairs.size()
	 
	for i in tree_pairs.size():
		
		# extract the (pos, normal) pair
		var tree_pair = tree_pairs[i]
		var pos = $planet.to_global(tree_pair[0])
		var normal = tree_pair[1]
		
		# orient the tree to the face normal and randomly rotate it along the normal
		var y = normal
		var x = normal.cross(Vector3(0,1,0)).normalized() # NOTE this will go wrong if the normal is exactly (0, 1, 0)
		var z = x.cross(y).normalized()
		var basis = Basis(x, y, z).rotated(y, rand_range(0, 2*PI))
		
		# scale the tree randomly
		basis = basis.scaled(Vector3(1,1,1) * rand_range(0.01,0.03) / 2)
		
		# set the transform of the multimesh at this index
		multimesh.set_instance_transform(i, Transform(basis, pos))
		
	# hide the progress bar
	progress.hide()


func _process(delta):
	
	# rotate cam
	$cam_root.rotate_y(delta / 3)


================================================
FILE: main.tscn
================================================
[gd_scene load_steps=12 format=2]

[ext_resource path="res://main.gd" type="Script" id=1]
[ext_resource path="res://planet.dae" type="PackedScene" id=2]
[ext_resource path="res://planet.tres" type="ArrayMesh" id=3]
[ext_resource path="res://water_mat_shader.tres" type="Material" id=4]

[sub_resource type="Environment" id=1]

background_mode = 1
background_sky_custom_fov = 0.0
background_color = Color( 0, 0, 0, 1 )
background_energy = 1.0
background_canvas_max_layer = 0
ambient_light_color = Color( 1, 1, 1, 1 )
ambient_light_energy = 0.5
ambient_light_sky_contribution = 1.0
fog_enabled = false
fog_color = Color( 0.5, 0.6, 0.7, 1 )
fog_sun_color = Color( 1, 0.9, 0.7, 1 )
fog_sun_amount = 0.0
fog_depth_enabled = true
fog_depth_begin = 10.0
fog_depth_curve = 1.0
fog_transmit_enabled = false
fog_transmit_curve = 1.0
fog_height_enabled = false
fog_height_min = 0.0
fog_height_max = 100.0
fog_height_curve = 1.0
tonemap_mode = 0
tonemap_exposure = 1.0
tonemap_white = 1.0
auto_exposure_enabled = false
auto_exposure_scale = 0.4
auto_exposure_min_luma = 0.05
auto_exposure_max_luma = 8.0
auto_exposure_speed = 0.5
ss_reflections_enabled = false
ss_reflections_max_steps = 64
ss_reflections_fade_in = 0.15
ss_reflections_fade_out = 2.0
ss_reflections_depth_tolerance = 0.2
ss_reflections_roughness = true
ssao_enabled = false
ssao_radius = 1.0
ssao_intensity = 1.0
ssao_radius2 = 0.0
ssao_intensity2 = 1.0
ssao_bias = 0.01
ssao_light_affect = 0.0
ssao_color = Color( 0, 0, 0, 1 )
ssao_quality = 0
ssao_blur = 3
ssao_edge_sharpness = 4.0
dof_blur_far_enabled = false
dof_blur_far_distance = 10.0
dof_blur_far_transition = 5.0
dof_blur_far_amount = 0.1
dof_blur_far_quality = 1
dof_blur_near_enabled = false
dof_blur_near_distance = 2.0
dof_blur_near_transition = 1.0
dof_blur_near_amount = 0.1
dof_blur_near_quality = 1
glow_enabled = true
glow_levels/1 = true
glow_levels/2 = true
glow_levels/3 = true
glow_levels/4 = true
glow_levels/5 = true
glow_levels/6 = true
glow_levels/7 = true
glow_intensity = 0.4
glow_strength = 1.0
glow_bloom = 0.0
glow_blend_mode = 0
glow_hdr_threshold = 1.0
glow_hdr_scale = 2.0
glow_bicubic_upscale = true
adjustment_enabled = false
adjustment_brightness = 1.0
adjustment_contrast = 1.0
adjustment_saturation = 1.0
_sections_unfolded = [ "Ambient Light", "Background", "Glow", "Glow/levels" ]

[sub_resource type="MultiMesh" id=2]

color_format = 0
transform_format = 1
instance_count = 0
transform_array = PoolVector3Array(  )
color_array = PoolColorArray(  )

[sub_resource type="Curve" id=3]

min_value = 0.0
max_value = 1.0
bake_resolution = 100
_data = [ Vector2( 0, 0 ), 0.0, 1.4, 0, 0, Vector2( 0.495625, 0.94043 ), 0.0, 0.0, 0, 0, Vector2( 0.999427, 0 ), 0.0, 0.0, 0, 0 ]

[sub_resource type="CurveTexture" id=4]

flags = 4
width = 2048
curve = SubResource( 3 )

[sub_resource type="ParticlesMaterial" id=5]

render_priority = 0
trail_divisor = 1
emission_shape = 1
emission_sphere_radius = 1.2
flag_align_y = false
flag_rotate_y = false
flag_disable_z = false
spread = 177.87
flatness = 0.0
gravity = Vector3( 0, 0, 0 )
initial_velocity = 0.0
initial_velocity_random = 0.0
angular_velocity = 0.0
angular_velocity_random = 0.0
linear_accel = 0.0
linear_accel_random = 0.0
radial_accel = -0.2
radial_accel_random = 0.0
tangential_accel = 3.0
tangential_accel_random = 1.0
damping = 1.5
damping_random = 0.0
angle = 0.0
angle_random = 0.0
scale = 0.2
scale_random = 0.0
scale_curve = SubResource( 4 )
color = Color( 1, 1, 1, 1 )
hue_variation = 0.0
hue_variation_random = 0.0
anim_speed = 0.0
anim_speed_random = 0.0
anim_offset = 0.0
anim_offset_random = 0.0
anim_loop = false
_sections_unfolded = [ "Angular Velocity", "Damping", "Emission Shape", "Flags", "Gravity", "Initial Velocity", "Linear Accel", "Radial Accel", "Scale", "Spread", "Tangential Accel" ]

[sub_resource type="SpatialMaterial" id=6]

render_priority = 0
flags_transparent = false
flags_unshaded = false
flags_vertex_lighting = false
flags_no_depth_test = false
flags_use_point_size = false
flags_world_triplanar = false
flags_fixed_size = false
flags_albedo_tex_force_srgb = false
vertex_color_use_as_albedo = false
vertex_color_is_srgb = false
params_diffuse_mode = 0
params_specular_mode = 0
params_blend_mode = 0
params_cull_mode = 0
params_depth_draw_mode = 0
params_line_width = 1.0
params_point_size = 1.0
params_billboard_mode = 0
params_grow = false
params_use_alpha_scissor = false
albedo_color = Color( 0.558594, 0.558594, 0.558594, 0.502745 )
metallic = 0.0
metallic_specular = 0.5
metallic_texture_channel = 0
roughness = 1.0
roughness_texture_channel = 0
emission_enabled = false
normal_enabled = false
rim_enabled = false
clearcoat_enabled = false
anisotropy_enabled = false
ao_enabled = false
depth_enabled = false
subsurf_scatter_enabled = false
transmission_enabled = false
refraction_enabled = false
detail_enabled = false
uv1_scale = Vector3( 1, 1, 1 )
uv1_offset = Vector3( 0, 0, 0 )
uv1_triplanar = false
uv1_triplanar_sharpness = 1.0
uv2_scale = Vector3( 1, 1, 1 )
uv2_offset = Vector3( 0, 0, 0 )
uv2_triplanar = false
uv2_triplanar_sharpness = 1.0
proximity_fade_enable = false
distance_fade_enable = false
_sections_unfolded = [ "Albedo", "Flags", "Metallic", "Parameters", "Roughness", "Vertex Color" ]

[sub_resource type="SphereMesh" id=7]

material = SubResource( 6 )
custom_aabb = AABB( 0, 0, 0, 0, 0, 0 )
radius = 0.1
height = 0.2
radial_segments = 16
rings = 8
is_hemisphere = false

[node name="main" type="WorldEnvironment" index="0"]

environment = SubResource( 1 )
script = ExtResource( 1 )

[node name="sun" type="DirectionalLight" parent="." index="0"]

transform = Transform( 1, 0, 0, 0, 0.605002, 0.796224, 0, -0.796224, 0.605002, 0, 0, 0 )
layers = 1
light_color = Color( 1, 1, 1, 1 )
light_energy = 3.0
light_indirect_energy = 1.0
light_negative = false
light_specular = 0.5
light_bake_mode = 1
light_cull_mask = -1
shadow_enabled = true
shadow_color = Color( 0, 0, 0, 1 )
shadow_bias = 0.01
shadow_contact = 0.2
shadow_reverse_cull_face = false
editor_only = false
directional_shadow_mode = 2
directional_shadow_split_1 = 0.1
directional_shadow_split_2 = 0.2
directional_shadow_split_3 = 0.5
directional_shadow_blend_splits = false
directional_shadow_normal_bias = 0.8
directional_shadow_bias_split_scale = 0.25
directional_shadow_depth_range = 0
directional_shadow_max_distance = 200.0
_sections_unfolded = [ "Light", "Shadow" ]

[node name="planet" parent="." index="1" instance=ExtResource( 2 )]

_sections_unfolded = [ "Transform" ]

[node name="trees" type="MultiMeshInstance" parent="planet" index="2"]

layers = 1
material_override = null
cast_shadow = 1
extra_cull_margin = 0.0
use_in_baked_light = false
lod_min_distance = 0.0
lod_min_hysteresis = 0.0
lod_max_distance = 0.0
lod_max_hysteresis = 0.0
multimesh = SubResource( 2 )

[node name="cam_root" type="Spatial" parent="." index="2"]

[node name="cam" type="Camera" parent="cam_root" index="0"]

transform = Transform( 0.148708, 0.521799, -0.840007, 0, 0.849452, 0.527666, 0.988881, -0.0784684, 0.126321, -3.35726, 2.10892, 0.504866 )
keep_aspect = 1
cull_mask = 1048575
environment = null
h_offset = 0.0
v_offset = 0.0
doppler_tracking = 0
projection = 0
current = false
fov = 49.4
size = 1.0
near = 0.05
far = 100.0

[node name="water" type="MeshInstance" parent="." index="3"]

layers = 1
material_override = null
cast_shadow = 1
extra_cull_margin = 0.0
use_in_baked_light = false
lod_min_distance = 0.0
lod_min_hysteresis = 0.0
lod_max_distance = 0.0
lod_max_hysteresis = 0.0
mesh = ExtResource( 3 )
skeleton = NodePath("..")
material/0 = ExtResource( 4 )
_sections_unfolded = [ "material" ]

[node name="clouds" type="Particles" parent="." index="4"]

visible = false
layers = 1
material_override = null
cast_shadow = 0
extra_cull_margin = 0.0
use_in_baked_light = false
lod_min_distance = 0.0
lod_min_hysteresis = 0.0
lod_max_distance = 0.0
lod_max_hysteresis = 0.0
emitting = true
amount = 800
lifetime = 4.0
one_shot = false
preprocess = 0.0
speed_scale = 0.3
explosiveness = 0.0
randomness = 0.0
fixed_fps = 0
fract_delta = true
visibility_aabb = AABB( -4, -4, -4, 8, 8, 8 )
local_coords = true
draw_order = 0
process_material = SubResource( 5 )
draw_passes = 1
draw_pass_1 = SubResource( 7 )
_sections_unfolded = [ "Draw Passes", "Geometry", "LOD", "Process Material", "Time" ]

[node name="container" type="CenterContainer" parent="." index="5"]

anchor_left = 0.0
anchor_top = 0.0
anchor_right = 1.0
anchor_bottom = 1.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
use_top_left = false
_sections_unfolded = [ "Anchor", "Focus", "Grow Direction", "Hint", "Margin" ]

[node name="progress" type="ProgressBar" parent="container" index="0"]

anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 387.0
margin_top = 285.0
margin_right = 637.0
margin_bottom = 315.0
rect_min_size = Vector2( 250, 30 )
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 0
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 3
min_value = 0.0
max_value = 100.0
step = 1.0
page = 0.0
value = 30.39
exp_edit = false
rounded = false
percent_visible = true
_sections_unfolded = [ "Anchor", "Grow Direction", "Mouse", "Percent", "Rect", "Size Flags" ]

[node name="label" type="Label" parent="." index="6"]

anchor_left = 0.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -86.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 2
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 4
text = "Press [space] to generate planet."
align = 1
valign = 1
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1


[editable path="planet"]


================================================
FILE: planet.dae
================================================
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
  <asset>
    <contributor>
      <author>Blender User</author>
      <authoring_tool>Blender 2.79.0</authoring_tool>
    </contributor>
    <created>2018-03-16T16:57:38</created>
    <modified>2018-03-16T16:57:38</modified>
    <unit name="meter" meter="1"/>
    <up_axis>Z_UP</up_axis>
  </asset>
  <library_images/>
  <library_effects>
    <effect id="planetmat-effect">
      <profile_COMMON>
        <technique sid="common">
          <phong>
            <emission>
              <color sid="emission">0 0 0 1</color>
            </emission>
            <ambient>
              <color sid="ambient">0 0 0 1</color>
            </ambient>
            <diffuse>
              <color sid="diffuse">0.64 0.64 0.64 1</color>
            </diffuse>
            <specular>
              <color sid="specular">0.5 0.5 0.5 1</color>
            </specular>
            <shininess>
              <float sid="shininess">50</float>
            </shininess>
            <index_of_refraction>
              <float sid="index_of_refraction">1</float>
            </index_of_refraction>
          </phong>
        </technique>
      </profile_COMMON>
    </effect>
  </library_effects>
  <library_materials>
    <material id="planetmat-material" name="planetmat">
      <instance_effect url="#planetmat-effect"/>
    </material>
  </library_materials>
  <library_geometries>
    <geometry id="Icosphere-mesh" name="Icosphere">
      <mesh>
        <source id="Icosphere-mesh-positions">
          <float_array id="Icosphere-mesh-positions-array" count="122886">0 0 -1 0.7236073 -0.5257253 -0.4472195 -0.276388 -0.8506492 -0.4472199 -0.8944262 0 -0.4472156 -0.276388 0.8506492 -0.4472199 0.7236073 0.5257253 -0.4472195 0.276388 -0.8506492 0.4472199 -0.7236073 -0.5257253 0.4472195 -0.7236073 0.5257253 0.4472195 0.276388 0.8506492 0.4472199 0.8944262 0 0.4472156 0 0 1 -0.2744125 -0.8445692 -0.4597831 -0.2723472 -0.8382127 -0.4724683 -0.2701897 -0.8315722 -0.4852682 -0.2679373 -0.8246402 -0.4981749 -0.265588 -0.8174095 -0.5111796 -0.2631395 -0.8098737 -0.5242731 -0.2605896 -0.8020259 -0.5374452 -0.2579365 -0.7938605 -0.5506853 -0.2551784 -0.7853717 -0.5639816 -0.2523136 -0.7765546 -0.577322 -0.2493407 -0.7674049 -0.5906935 -0.2462586 -0.7579188 -0.6040827 -0.2430661 -0.7480933 -0.6174749 -0.2397627 -0.7379263 -0.6308555 -0.2363479 -0.7274164 -0.6442089 -0.2328215 -0.7165632 -0.6575191 -0.2291837 -0.7053673 -0.6707695 -0.2254352 -0.6938302 -0.6839435 -0.2215766 -0.6819545 -0.6970236 -0.2176092 -0.6697438 -0.7099925 -0.2135345 -0.6572031 -0.7228326 -0.2093546 -0.6443384 -0.7355261 -0.2050716 -0.6311568 -0.7480554 -0.2006884 -0.6176664 -0.7604028 -0.196208 -0.6038768 -0.772551 -0.1916338 -0.5897988 -0.7844832 -0.1869696 -0.5754438 -0.7961827 -0.1822197 -0.5608245 -0.8076335 -0.1773883 -0.545955 -0.8188202 -0.1724804 -0.5308497 -0.8297283 -0.167501 -0.5155245 -0.840344 -0.1624555 -0.4999957 -0.8506543 -0.1573494 -0.4842803 -0.8606472 -0.1521885 -0.4683964 -0.8703123 -0.1469787 -0.4523621 -0.8796396 -0.1417261 -0.436196 -0.8886206 -0.136437 -0.4199174 -0.8972482 -0.1311175 -0.4035454 -0.9055161 -0.1257739 -0.3870993 -0.9134194 -0.1204126 -0.3705986 -0.9209548 -0.1150397 -0.3540621 -0.9281195 -0.1096614 -0.3375092 -0.9349128 -0.1042838 -0.3209582 -0.9413346 -0.09891271 -0.3044275 -0.947386 -0.09355396 -0.2879347 -0.9530693 -0.0882132 -0.2714972 -0.958388 -0.08289569 -0.2551313 -0.9633465 -0.07760661 -0.2388529 -0.9679496 -0.0723508 -0.2226769 -0.9722039 -0.067133 -0.2066179 -0.9761159 -0.06195747 -0.190689 -0.9796932 -0.05682837 -0.174903 -0.9829442 -0.05174946 -0.1592714 -0.9858776 -0.04672431 -0.1438052 -0.9885024 -0.04175603 -0.1285142 -0.9908282 -0.03684771 -0.1134076 -0.9928651 -0.03200191 -0.09849351 -0.9946229 -0.02722102 -0.08377927 -0.9961125 -0.02250719 -0.06927132 -0.9973439 -0.01786226 -0.05497545 -0.9983279 -0.01328784 -0.04089659 -0.9990751 -0.008785247 -0.02703881 -0.9995958 -0.004355669 -0.01340568 -0.9999006 0.01140362 -0.008285105 -0.9999006 0.02300065 -0.01671075 -0.9995958 0.03478878 -0.02527523 -0.9990751 0.04676502 -0.03397637 -0.9983279 0.05892586 -0.04281163 -0.9973439 0.07126706 -0.05177795 -0.9961125 0.0837838 -0.06087177 -0.994623 0.09647053 -0.0700891 -0.992865 0.109321 -0.07942545 -0.9908281 0.1223283 -0.08887571 -0.9885023 0.1354847 -0.09843426 -0.9858776 0.1487817 -0.108095 -0.9829443 0.1622102 -0.1178512 -0.9796933 0.1757601 -0.1276957 -0.9761158 0.1894208 -0.1376206 -0.9722038 0.2031809 -0.1476178 -0.9679496 0.2170282 -0.1576783 -0.9633464 0.2309498 -0.1677929 -0.958388 0.2449325 -0.1779518 -0.9530693 0.2589621 -0.1881447 -0.947386 0.273024 -0.1983611 -0.9413346 0.2871031 -0.2085901 -0.9349128 0.3011839 -0.2188203 -0.9281195 0.3152507 -0.2290402 -0.9209547 0.3292872 -0.2392382 -0.9134196 0.343277 -0.2494023 -0.9055161 0.3572039 -0.2595207 -0.8972483 0.3710514 -0.2695813 -0.8886208 0.3848029 -0.2795723 -0.8796397 0.3984426 -0.2894819 -0.8703124 0.4119544 -0.2992987 -0.8606473 0.4253226 -0.3090112 -0.8506543 0.4385322 -0.3186085 -0.840344 0.4515687 -0.3280799 -0.8297284 0.4644181 -0.3374154 -0.8188204 0.4770669 -0.3466053 -0.8076336 0.4895027 -0.3556403 -0.7961827 0.501714 -0.3645122 -0.7844833 0.5136896 -0.3732129 -0.7725511 0.5254197 -0.3817352 -0.7604028 0.5368952 -0.3900726 -0.7480553 0.5481083 -0.3982192 -0.7355262 0.5590518 -0.40617 -0.7228326 0.5697195 -0.4139206 -0.7099925 0.5801066 -0.4214671 -0.6970236 0.5902086 -0.4288066 -0.6839434 0.6000227 -0.4359369 -0.6707695 0.6095466 -0.4428564 -0.6575189 0.6187789 -0.449564 -0.6442087 0.6277192 -0.4560593 -0.6308554 0.6363678 -0.4623429 -0.6174748 0.6447259 -0.4684153 -0.6040825 0.6527952 -0.474278 -0.5906934 0.6605785 -0.4799329 -0.577322 0.6680787 -0.485382 -0.5639814 0.6752998 -0.4906284 -0.5506851 0.6822457 -0.4956749 -0.537445 0.6889215 -0.5005249 -0.5242729 0.6953319 -0.5051823 -0.5111793 0.7014827 -0.5096511 -0.4981746 0.7073794 -0.5139353 -0.4852679 0.7130283 -0.5180393 -0.472468 0.7184354 -0.5219678 -0.4597828 0.7140797 -0.5353737 -0.4510711 0.704243 -0.5450785 -0.4548968 0.6940917 -0.5548325 -0.4586914 0.6836206 -0.5646274 -0.4624488 0.672825 -0.5744547 -0.4661635 0.6617007 -0.5843054 -0.469829 0.6502442 -0.5941698 -0.4734392 0.6384525 -0.6040377 -0.4769874 0.6263232 -0.6138982 -0.4804667 0.6138548 -0.6237401 -0.4838705 0.6010463 -0.6335517 -0.4871914 0.5878981 -0.6433208 -0.4904224 0.574411 -0.6530346 -0.4935563 0.560587 -0.6626802 -0.4965856 0.5464289 -0.672244 -0.4995031 0.5319409 -0.6817125 -0.5023016 0.517128 -0.6910717 -0.5049738 0.5019965 -0.7003075 -0.5075126 0.4865536 -0.7094056 -0.509911 0.470808 -0.7183521 -0.5121624 0.4547692 -0.7271324 -0.5142602 0.4384481 -0.7357327 -0.5161982 0.4218569 -0.7441391 -0.5179708 0.4050084 -0.7523382 -0.5195723 0.3879171 -0.7603169 -0.5209978 0.370598 -0.7680624 -0.5222428 0.3530673 -0.7755625 -0.5233032 0.3353424 -0.7828061 -0.5241756 0.317441 -0.7897824 -0.5248572 0.2993819 -0.7964812 -0.5253457 0.2811846 -0.8028938 -0.5256395 0.2628689 -0.8090118 -0.5257375 0.244455 -0.8148281 -0.5256395 0.225964 -0.8203366 -0.5253457 0.2074164 -0.8255321 -0.5248572 0.1888335 -0.8304107 -0.5241757 0.170236 -0.8349692 -0.5233032 0.151645 -0.8392058 -0.5222428 0.1330808 -0.8431196 -0.5209978 0.114564 -0.8467112 -0.5195723 0.09611403 -0.8499814 -0.5179708 0.0777502 -0.8529328 -0.5161983 0.05949109 -0.8555684 -0.5142602 0.04135453 -0.8578925 -0.5121625 0.02335751 -0.8599099 -0.5099111 0.005516171 -0.8616266 -0.5075127 -0.0121541 -0.863049 -0.5049739 -0.02963918 -0.8641843 -0.5023018 -0.04692566 -0.8650401 -0.4995033 -0.06400126 -0.8656249 -0.4965858 -0.08085465 -0.8659473 -0.4935564 -0.09747564 -0.8660163 -0.4904226 -0.113855 -0.8658415 -0.4871917 -0.1299843 -0.8654324 -0.4838707 -0.1458564 -0.864799 -0.480467 -0.1614652 -0.8639513 -0.4769876 -0.1768051 -0.8628992 -0.4734395 -0.1918718 -0.8616529 -0.4698293 -0.2066616 -0.8602223 -0.4661637 -0.2211718 -0.8586174 -0.4624491 -0.2354004 -0.8568481 -0.4586916 -0.2493463 -0.8549239 -0.4548971 -0.2630088 -0.8528546 -0.4510714 0.7298392 0.5136826 -0.451071 0.7360292 0.5013284 -0.4548968 0.7421686 0.4886597 -0.4586911 0.7482481 0.4756743 -0.4624485 0.7542583 0.4623703 -0.4661632 0.7601892 0.4487465 -0.4698287 0.7660304 0.4348025 -0.4734387 0.7717713 0.4205386 -0.4769868 0.7774009 0.4059559 -0.4804661 0.7829079 0.3910564 -0.4838698 0.7882812 0.3758431 -0.4871907 0.7935089 0.3603196 -0.4904216 0.7985793 0.344491 -0.4935554 0.8034808 0.328363 -0.4965847 0.8082013 0.3119425 -0.4995021 0.8127292 0.2952378 -0.5023006 0.8170527 0.2782579 -0.5049726 0.8211604 0.261013 -0.5075114 0.825041 0.2435146 -0.5099098 0.8286836 0.2257751 -0.5121611 0.8320779 0.2078083 -0.5142589 0.8352137 0.1896286 -0.5161969 0.8380815 0.1712517 -0.5179694 0.8406727 0.1526944 -0.5195708 0.8429791 0.1339741 -0.5209963 0.8449934 0.1151094 -0.5222412 0.8467093 0.09611928 -0.5233017 0.8481208 0.07702362 -0.524174 0.8492236 0.05784285 -0.5248557 0.8500139 0.03859782 -0.5253441 0.8504892 0.01930969 -0.5256379 0.8506479 0 -0.5257359 0.8504892 -0.01930958 -0.5256379 0.8500139 -0.03859764 -0.5253441 0.8492236 -0.05784273 -0.5248557 0.8481208 -0.0770235 -0.524174 0.8467093 -0.09611916 -0.5233017 0.8449934 -0.1151093 -0.5222412 0.8429791 -0.133974 -0.5209963 0.8406727 -0.1526942 -0.5195708 0.8380815 -0.1712515 -0.5179694 0.8352137 -0.1896284 -0.5161969 0.8320779 -0.2078081 -0.5142589 0.8286836 -0.225775 -0.5121611 0.825041 -0.2435145 -0.5099098 0.8211604 -0.2610129 -0.5075114 0.8170527 -0.2782577 -0.5049726 0.8127292 -0.2952377 -0.5023006 0.8082014 -0.3119424 -0.4995022 0.8034808 -0.3283628 -0.4965847 0.7985795 -0.3444908 -0.4935554 0.793509 -0.3603195 -0.4904217 0.7882812 -0.3758429 -0.4871907 0.782908 -0.3910564 -0.4838698 0.7774009 -0.4059559 -0.4804661 0.7717713 -0.4205385 -0.4769868 0.7660304 -0.4348024 -0.4734387 0.7601892 -0.4487465 -0.4698287 0.7542583 -0.4623702 -0.4661632 0.7482481 -0.4756742 -0.4624485 0.7421686 -0.4886597 -0.4586911 0.7360292 -0.5013284 -0.4548968 0.7298392 -0.5136826 -0.451071 0.01140362 0.008285105 -0.9999006 0.02300065 0.01671075 -0.9995958 0.03478878 0.02527523 -0.9990751 0.04676502 0.03397637 -0.9983279 0.05892586 0.04281163 -0.9973439 0.07126706 0.05177795 -0.9961125 0.0837838 0.06087177 -0.994623 0.09647053 0.0700891 -0.992865 0.109321 0.07942545 -0.9908281 0.1223283 0.08887571 -0.9885023 0.1354847 0.09843426 -0.9858776 0.1487817 0.108095 -0.9829443 0.1622102 0.1178512 -0.9796933 0.1757601 0.1276957 -0.9761158 0.1894208 0.1376206 -0.9722038 0.2031809 0.1476178 -0.9679496 0.2170282 0.1576783 -0.9633464 0.2309498 0.1677929 -0.958388 0.2449325 0.1779518 -0.9530693 0.2589621 0.1881447 -0.947386 0.273024 0.1983611 -0.9413346 0.2871031 0.2085901 -0.9349128 0.3011839 0.2188203 -0.9281195 0.3152507 0.2290402 -0.9209547 0.3292872 0.2392382 -0.9134196 0.343277 0.2494023 -0.9055161 0.3572039 0.2595207 -0.8972483 0.3710514 0.2695813 -0.8886208 0.3848029 0.2795723 -0.8796397 0.3984426 0.2894819 -0.8703124 0.4119544 0.2992987 -0.8606473 0.4253226 0.3090112 -0.8506543 0.4385322 0.3186085 -0.840344 0.4515687 0.3280799 -0.8297284 0.4644181 0.3374154 -0.8188204 0.4770669 0.3466053 -0.8076336 0.4895027 0.3556403 -0.7961827 0.501714 0.3645122 -0.7844833 0.5136896 0.3732129 -0.7725511 0.5254197 0.3817352 -0.7604028 0.5368952 0.3900726 -0.7480553 0.5481083 0.3982192 -0.7355262 0.5590518 0.40617 -0.7228326 0.5697195 0.4139206 -0.7099925 0.5801066 0.4214671 -0.6970236 0.5902086 0.4288066 -0.6839434 0.6000227 0.4359369 -0.6707695 0.6095466 0.4428564 -0.6575189 0.6187789 0.449564 -0.6442087 0.6277192 0.4560593 -0.6308554 0.6363678 0.4623429 -0.6174748 0.6447259 0.4684153 -0.6040825 0.6527952 0.474278 -0.5906934 0.6605785 0.4799329 -0.577322 0.6680787 0.485382 -0.5639814 0.6752998 0.4906284 -0.5506851 0.6822457 0.4956749 -0.537445 0.6889215 0.5005249 -0.5242729 0.6953319 0.5051823 -0.5111793 0.7014827 0.5096511 -0.4981746 0.7073794 0.5139353 -0.4852679 0.7130283 0.5180393 -0.472468 0.7184354 0.5219678 -0.4597828 -0.8880335 0 -0.4597789 -0.88135 0 -0.472464 -0.8743678 0 -0.4852638 -0.8670791 0 -0.4981704 -0.8594766 0 -0.5111752 -0.8515529 0 -0.5242686 -0.8433015 0 -0.5374407 -0.834716 0 -0.5506808 -0.8257905 0 -0.5639771 -0.8165197 0 -0.5773175 -0.8068993 0 -0.590689 -0.7969251 0 -0.6040781 -0.7865942 0 -0.6174704 -0.775904 0 -0.630851 -0.7648534 0 -0.6442044 -0.7534418 0 -0.6575146 -0.7416698 0 -0.6707652 -0.729539 0 -0.6839392 -0.7170522 0 -0.6970194 -0.7042133 0 -0.7099884 -0.6910274 0 -0.7228286 -0.6775007 0 -0.7355222 -0.6636408 0 -0.7480515 -0.6494563 0 -0.760399 -0.6349571 0 -0.7725473 -0.6201546 0 -0.7844796 -0.6050608 0 -0.7961792 -0.5896894 0 -0.8076301 -0.5740546 0 -0.818817 -0.5581721 0 -0.8297253 -0.5420582 0 -0.840341 -0.5257301 0 -0.8506513 -0.5092062 0 -0.8606446 -0.4925048 0 -0.8703098 -0.4756453 0 -0.8796372 -0.4586473 0 -0.8886185 -0.4415308 0 -0.8972461 -0.4243162 0 -0.9055141 -0.4070238 0 -0.9134176 -0.3896737 0 -0.920953 -0.3722862 0 -0.928118 -0.3548812 0 -0.9349114 -0.3374784 0 -0.9413332 -0.3200969 0 -0.9473848 -0.3027553 0 -0.9530683 -0.2854717 0 -0.9583871 -0.2682635 0 -0.9633455 -0.2511472 0 -0.9679489 -0.2341387 0 -0.9722033 -0.217253 0 -0.9761154 -0.2005043 0 -0.9796928 -0.1839057 0 -0.9829439 -0.1674696 0 -0.9858772 -0.1512073 0 -0.9885021 -0.1351292 0 -0.990828 -0.1192451 0 -0.9928649 -0.1035633 0 -0.9946228 -0.08809161 0 -0.9961124 -0.07283693 0 -0.9973438 -0.05780518 0 -0.9983278 -0.04300165 0 -0.999075 -0.02843058 0 -0.9995958 -0.01409572 0 -0.9999006 -0.2885085 -0.8445695 -0.4510715 -0.3007782 -0.838213 -0.4548972 -0.3131918 -0.8315725 -0.4586916 -0.3257432 -0.8246406 -0.4624491 -0.3384258 -0.8174101 -0.4661637 -0.3512321 -0.8098743 -0.4698293 -0.3641542 -0.8020267 -0.4734395 -0.377183 -0.7938613 -0.4769876 -0.3903093 -0.7853726 -0.480467 -0.4035226 -0.7765556 -0.4838706 -0.4168123 -0.7674059 -0.4871916 -0.4301664 -0.75792 -0.4904226 -0.4435727 -0.7480945 -0.4935563 -0.4570181 -0.7379276 -0.4965856 -0.4704891 -0.7274178 -0.4995031 -0.4839714 -0.7165647 -0.5023016 -0.4974501 -0.7053688 -0.5049737 -0.5109099 -0.6938316 -0.5075124 -0.524335 -0.6819559 -0.5099108 -0.5377092 -0.6697454 -0.5121621 -0.5510162 -0.6572048 -0.5142598 -0.5642392 -0.6443399 -0.5161978 -0.5773613 -0.6311584 -0.5179702 -0.5903657 -0.617668 -0.5195717 -0.6032353 -0.6038785 -0.5209971 -0.6159536 -0.5898004 -0.5222419 -0.6285041 -0.5754454 -0.5233024 -0.6408705 -0.5608261 -0.5241746 -0.6530371 -0.5459565 -0.5248562 -0.6649888 -0.5308513 -0.5253446 -0.6767108 -0.5155259 -0.5256382 -0.6881892 -0.499997 -0.5257362 -0.699411 -0.4842817 -0.525638 -0.710364 -0.4683977 -0.5253441 -0.7210368 -0.4523634 -0.5248556 -0.7314189 -0.4361974 -0.5241739 -0.7415012 -0.4199187 -0.5233014 -0.7512754 -0.4035466 -0.5222408 -0.7607343 -0.3871005 -0.5209957 -0.769872 -0.3705997 -0.5195701 -0.7786834 -0.3540632 -0.5179685 -0.7871651 -0.3375102 -0.5161959 -0.7953139 -0.320959 -0.5142576 -0.8031287 -0.3044283 -0.5121597 -0.8106088 -0.2879356 -0.5099083 -0.8177547 -0.271498 -0.5075098 -0.8245679 -0.255132 -0.5049709 -0.8310506 -0.2388535 -0.5022987 -0.8372063 -0.2226775 -0.4995001 -0.843039 -0.2066184 -0.4965825 -0.8485535 -0.1906895 -0.4935531 -0.8537552 -0.1749034 -0.4904191 -0.8586503 -0.1592718 -0.4871881 -0.8632454 -0.1438055 -0.483867 -0.8675477 -0.1285145 -0.4804632 -0.8715648 -0.1134079 -0.4769837 -0.8753044 -0.09849369 -0.4734356 -0.8787748 -0.08377939 -0.4698253 -0.8819845 -0.06927144 -0.4661597 -0.8849419 -0.05497556 -0.462445 -0.887656 -0.04089665 -0.4586875 -0.8901355 -0.02703887 -0.4548929 -0.8923894 -0.01340574 -0.4510672 -0.2744125 0.8445692 -0.4597831 -0.2723472 0.8382127 -0.4724683 -0.2701897 0.8315722 -0.4852682 -0.2679373 0.8246402 -0.4981749 -0.265588 0.8174095 -0.5111796 -0.2631395 0.8098737 -0.5242731 -0.2605896 0.8020259 -0.5374452 -0.2579365 0.7938605 -0.5506853 -0.2551784 0.7853717 -0.5639816 -0.2523136 0.7765546 -0.577322 -0.2493407 0.7674049 -0.5906935 -0.2462586 0.7579188 -0.6040827 -0.2430661 0.7480933 -0.6174749 -0.2397627 0.7379263 -0.6308555 -0.2363479 0.7274164 -0.6442089 -0.2328215 0.7165632 -0.6575191 -0.2291837 0.7053673 -0.6707695 -0.2254352 0.6938302 -0.6839435 -0.2215766 0.6819545 -0.6970236 -0.2176092 0.6697438 -0.7099925 -0.2135345 0.6572031 -0.7228326 -0.2093546 0.6443384 -0.7355261 -0.2050716 0.6311568 -0.7480554 -0.2006884 0.6176664 -0.7604028 -0.196208 0.6038768 -0.772551 -0.1916338 0.5897988 -0.7844832 -0.1869696 0.5754438 -0.7961827 -0.1822197 0.5608245 -0.8076335 -0.1773883 0.545955 -0.8188202 -0.1724804 0.5308497 -0.8297283 -0.167501 0.5155245 -0.840344 -0.1624555 0.4999957 -0.8506543 -0.1573494 0.4842803 -0.8606472 -0.1521885 0.4683964 -0.8703123 -0.1469787 0.4523621 -0.8796396 -0.1417261 0.436196 -0.8886206 -0.136437 0.4199174 -0.8972482 -0.1311175 0.4035454 -0.9055161 -0.1257739 0.3870993 -0.9134194 -0.1204126 0.3705986 -0.9209548 -0.1150397 0.3540621 -0.9281195 -0.1096614 0.3375092 -0.9349128 -0.1042838 0.3209582 -0.9413346 -0.09891271 0.3044275 -0.947386 -0.09355396 0.2879347 -0.9530693 -0.0882132 0.2714972 -0.958388 -0.08289569 0.2551313 -0.9633465 -0.07760661 0.2388529 -0.9679496 -0.0723508 0.2226769 -0.9722039 -0.067133 0.2066179 -0.9761159 -0.06195747 0.190689 -0.9796932 -0.05682837 0.174903 -0.9829442 -0.05174946 0.1592714 -0.9858776 -0.04672431 0.1438052 -0.9885024 -0.04175603 0.1285142 -0.9908282 -0.03684771 0.1134076 -0.9928651 -0.03200191 0.09849351 -0.9946229 -0.02722102 0.08377927 -0.9961125 -0.02250719 0.06927132 -0.9973439 -0.01786226 0.05497545 -0.9983279 -0.01328784 0.04089659 -0.9990751 -0.008785247 0.02703881 -0.9995958 -0.004355669 0.01340568 -0.9999006 -0.8923894 0.01340574 -0.4510672 -0.8901355 0.02703887 -0.4548929 -0.887656 0.04089659 -0.4586874 -0.884942 0.0549755 -0.462445 -0.8819845 0.06927144 -0.4661597 -0.8787749 0.08377933 -0.4698253 -0.8753044 0.09849363 -0.4734355 -0.8715648 0.1134078 -0.4769837 -0.8675478 0.1285145 -0.4804632 -0.8632455 0.1438055 -0.4838669 -0.8586503 0.1592717 -0.487188 -0.8537552 0.1749033 -0.4904191 -0.8485535 0.1906895 -0.4935531 -0.843039 0.2066183 -0.4965824 -0.8372063 0.2226775 -0.4995 -0.8310506 0.2388534 -0.5022986 -0.8245679 0.2551319 -0.5049709 -0.8177548 0.2714979 -0.5075097 -0.8106088 0.2879355 -0.5099083 -0.8031288 0.3044282 -0.5121597 -0.795314 0.320959 -0.5142576 -0.7871651 0.33751 -0.5161958 -0.7786836 0.354063 -0.5179685 -0.769872 0.3705995 -0.51957 -0.7607344 0.3871003 -0.5209956 -0.7512755 0.4035465 -0.5222408 -0.7415013 0.4199185 -0.5233014 -0.731419 0.4361971 -0.5241739 -0.721037 0.4523631 -0.5248556 -0.7103642 0.4683975 -0.5253442 -0.6994112 0.4842815 -0.5256381 -0.6881895 0.4999969 -0.5257362 -0.676711 0.5155257 -0.5256383 -0.6649889 0.530851 -0.5253446 -0.6530374 0.5459562 -0.5248563 -0.6408707 0.5608258 -0.5241748 -0.6285043 0.575445 -0.5233024 -0.6159538 0.5898001 -0.5222421 -0.6032354 0.6038782 -0.5209972 -0.5903658 0.6176677 -0.5195718 -0.5773614 0.6311581 -0.5179703 -0.5642393 0.6443397 -0.5161979 -0.5510163 0.6572045 -0.5142599 -0.5377094 0.6697451 -0.5121622 -0.5243351 0.6819557 -0.509911 -0.51091 0.6938314 -0.5075125 -0.4974502 0.7053685 -0.5049738 -0.4839714 0.7165644 -0.5023017 -0.4704893 0.7274176 -0.4995033 -0.4570183 0.7379274 -0.4965858 -0.4435728 0.7480944 -0.4935565 -0.4301665 0.7579198 -0.4904227 -0.4168124 0.7674059 -0.4871917 -0.4035227 0.7765555 -0.4838708 -0.3903093 0.7853725 -0.4804671 -0.3771831 0.7938613 -0.4769877 -0.3641542 0.8020266 -0.4734395 -0.3512322 0.8098743 -0.4698294 -0.3384258 0.81741 -0.4661638 -0.3257433 0.8246405 -0.4624491 -0.3131918 0.8315725 -0.4586917 -0.3007782 0.838213 -0.4548972 -0.2885085 0.8445694 -0.4510715 -0.2630088 0.8528546 -0.4510715 -0.2493463 0.854924 -0.4548972 -0.2354005 0.8568481 -0.4586917 -0.2211719 0.8586174 -0.4624491 -0.2066617 0.8602222 -0.4661638 -0.1918718 0.8616528 -0.4698294 -0.1768051 0.8628992 -0.4734396 -0.1614652 0.8639512 -0.4769877 -0.1458566 0.864799 -0.4804672 -0.1299844 0.8654324 -0.4838708 -0.113855 0.8658413 -0.4871917 -0.09747576 0.8660162 -0.4904228 -0.08085477 0.8659471 -0.4935566 -0.06400138 0.8656248 -0.496586 -0.04692578 0.86504 -0.4995035 -0.0296393 0.8641842 -0.502302 -0.01215422 0.8630489 -0.5049741 0.005516111 0.8616265 -0.5075129 0.02335739 0.8599097 -0.5099114 0.04135441 0.8578922 -0.5121628 0.05949103 0.8555682 -0.5142605 0.07775014 0.8529325 -0.5161986 0.09611397 0.8499812 -0.5179712 0.114564 0.846711 -0.5195727 0.1330808 0.8431195 -0.5209981 0.151645 0.8392056 -0.5222432 0.170236 0.8349689 -0.5233035 0.1888334 0.8304104 -0.524176 0.2074164 0.8255319 -0.5248576 0.225964 0.8203364 -0.5253461 0.244455 0.8148279 -0.5256398 0.2628689 0.8090116 -0.5257379 0.2811846 0.8028935 -0.5256398 0.299382 0.796481 -0.5253461 0.317441 0.7897821 -0.5248576 0.3353424 0.7828059 -0.524176 0.3530674 0.7755623 -0.5233035 0.370598 0.7680621 -0.5222431 0.3879171 0.7603166 -0.5209981 0.4050085 0.7523379 -0.5195726 0.4218569 0.7441388 -0.5179711 0.4384483 0.7357324 -0.5161986 0.4547693 0.7271321 -0.5142605 0.470808 0.7183517 -0.5121627 0.4865537 0.7094054 -0.5099113 0.5019966 0.7003073 -0.5075128 0.5171281 0.6910715 -0.504974 0.531941 0.6817123 -0.5023019 0.546429 0.6722438 -0.4995034 0.5605871 0.66268 -0.4965858 0.5744111 0.6530345 -0.4935564 0.5878982 0.6433206 -0.4904226 0.6010465 0.6335515 -0.4871916 0.6138548 0.62374 -0.4838706 0.6263233 0.6138981 -0.4804669 0.6384525 0.6040375 -0.4769875 0.6502442 0.5941697 -0.4734393 0.6617008 0.5843054 -0.4698292 0.6728249 0.5744547 -0.4661635 0.6836206 0.5646274 -0.462449 0.6940916 0.5548323 -0.4586914 0.7042431 0.5450785 -0.4548969 0.7140797 0.5353737 -0.4510711 0.8994373 -0.008285105 0.4369714 0.904351 -0.01671075 0.4264622 0.9091571 -0.02527529 0.4156856 0.913845 -0.03397643 0.4046395 0.9184033 -0.04281175 0.3933224 0.9228211 -0.05177807 0.3817332 0.9270866 -0.06087195 0.3698716 0.931188 -0.07008934 0.357738 0.9351131 -0.07942569 0.345333 0.9388499 -0.08887594 0.3326587 0.9423861 -0.09843456 0.3197173 0.9457092 -0.1080954 0.3065121 0.9488068 -0.1178516 0.2930473 0.9516668 -0.1276962 0.2793278 0.954277 -0.1376212 0.2653595 0.9566258 -0.1476184 0.2511495 0.9587013 -0.157679 0.2367053 0.9604923 -0.1677936 0.2220356 0.9619885 -0.1779525 0.2071503 0.9631792 -0.1881455 0.19206 0.9640554 -0.1983621 0.1767761 0.964608 -0.2085911 0.1613113 0.964829 -0.2188214 0.1456786 0.9647113 -0.2290413 0.1298925 0.9642488 -0.2392393 0.1139678 0.9634363 -0.2494035 0.09792017 0.9622696 -0.259522 0.08176583 0.9607456 -0.2695826 0.06552171 0.9588626 -0.2795737 0.04920518 0.9566197 -0.2894834 0.03283399 0.9540176 -0.2993003 0.01642614 0.9510579 -0.3090128 0 0.9477435 -0.3186101 -0.01642626 0.9440786 -0.3280816 -0.03283411 0.9400684 -0.337417 -0.04920536 0.9357193 -0.3466069 -0.06552195 0.9310387 -0.355642 -0.08176612 0.9260352 -0.3645138 -0.09792047 0.9207183 -0.3732145 -0.1139682 0.9150982 -0.3817368 -0.129893 0.9091863 -0.3900743 -0.1456793 0.9029942 -0.3982208 -0.1613119 0.8965347 -0.4061716 -0.176777 0.8898208 -0.4139221 -0.1920609 0.8828661 -0.4214686 -0.2071514 0.8756845 -0.4288081 -0.2220368 0.8682901 -0.4359384 -0.2367066 0.8606976 -0.4428577 -0.251151 0.8529211 -0.4495652 -0.2653612 0.8449757 -0.4560606 -0.2793295 0.8368753 -0.4623441 -0.2930492 0.8286345 -0.4684163 -0.3065142 0.8202676 -0.474279 -0.3197196 0.8117883 -0.4799337 -0.3326611 0.8032103 -0.4853828 -0.3453357 0.7945469 -0.490629 -0.3577407 0.7858108 -0.4956755 -0.3698745 0.7770146 -0.5005255 -0.3817363 0.7681702 -0.5051828 -0.3933256 0.7592889 -0.5096514 -0.4046429 0.7503818 -0.5139355 -0.4156891 0.7414594 -0.5180395 -0.4264659 0.7325314 -0.5219678 -0.4369751 0.7325314 0.5219678 -0.4369751 0.7414593 0.5180395 -0.4264658 0.7503818 0.5139355 -0.415689 0.759289 0.5096514 -0.4046428 0.7681702 0.5051828 -0.3933255 0.7770147 0.5005254 -0.3817361 0.785811 0.4956754 -0.3698744 0.794547 0.4906289 -0.3577405 0.8032104 0.4853827 -0.3453355 0.8117884 0.4799335 -0.3326609 0.8202677 0.4742788 -0.3197193 0.8286347 0.4684162 -0.306514 0.8368754 0.4623438 -0.293049 0.8449758 0.4560603 -0.2793294 0.8529214 0.4495649 -0.265361 0.8606978 0.4428573 -0.2511507 0.8682904 0.435938 -0.2367063 0.8756847 0.4288077 -0.2220366 0.8828663 0.4214682 -0.2071512 0.8898211 0.4139217 -0.1920607 0.896535 0.4061712 -0.1767768 0.9029944 0.3982204 -0.1613118 0.9091865 0.3900738 -0.1456791 0.9150985 0.3817363 -0.1298928 0.9207185 0.373214 -0.113968 0.9260355 0.3645133 -0.09792029 0.9310389 0.3556414 -0.08176589 0.9357194 0.3466063 -0.06552177 0.9400686 0.3374165 -0.04920518 0.9440788 0.328081 -0.03283393 0.9477437 0.3186095 -0.01642614 0.951058 0.3090123 0 0.9540177 0.2992998 0.0164262 0.9566197 0.289483 0.03283405 0.9588627 0.2795734 0.04920524 0.9607456 0.2695823 0.06552177 0.9622696 0.2595216 0.08176589 0.9634363 0.2494032 0.09792017 0.9642489 0.239239 0.1139678 0.9647115 0.229041 0.1298926 0.964829 0.2188211 0.1456787 0.964608 0.2085908 0.1613113 0.9640554 0.1983618 0.1767762 0.9631793 0.1881453 0.19206 0.9619885 0.1779523 0.2071503 0.9604924 0.1677934 0.2220356 0.9587012 0.1576788 0.2367052 0.9566258 0.1476182 0.2511495 0.954277 0.137621 0.2653595 0.9516668 0.127696 0.2793278 0.9488068 0.1178515 0.2930472 0.9457091 0.1080952 0.3065121 0.9423861 0.09843444 0.3197172 0.9388499 0.08887588 0.3326587 0.9351131 0.07942563 0.345333 0.9311879 0.07008928 0.3577379 0.9270865 0.06087189 0.3698716 0.9228211 0.05177801 0.3817332 0.9184034 0.04281169 0.3933224 0.9138448 0.03397643 0.4046395 0.9091571 0.02527529 0.4156856 0.9043511 0.01671075 0.4264622 0.8994373 0.008285105 0.4369714 0.2700569 -0.8579754 0.4369755 0.263562 -0.8652523 0.4264662 0.2569018 -0.8724699 0.4156895 0.2500751 -0.8796172 0.4046432 0.2430808 -0.8866828 0.3933259 0.2359185 -0.8936551 0.3817366 0.2285878 -0.9005221 0.369875 0.221089 -0.9072712 0.3577411 0.2134224 -0.9138894 0.3453361 0.2055894 -0.9203636 0.3326616 0.1975914 -0.9266805 0.31972 0.1894303 -0.9328263 0.3065147 0.1811088 -0.9387872 0.2930497 0.1726298 -0.9445494 0.2793301 0.1639972 -0.9500989 0.2653617 0.1552151 -0.955422 0.2511515 0.1462883 -0.9605048 0.2367071 0.1372222 -0.9653338 0.2220373 0.1280228 -0.969896 0.2071519 0.1186967 -0.9741784 0.1920614 0.109251 -0.9781687 0.1767774 0.09969335 -0.9818552 0.1613124 0.0900321 -0.9852267 0.1456797 0.08027601 -0.9882731 0.1298934 0.07043421 -0.9909844 0.1139686 0.06051647 -0.9933526 0.09792077 0.05053275 -0.9953696 0.0817663 0.0404936 -0.9970291 0.06552213 0.03040969 -0.9983257 0.04920548 0.02029198 -0.9992548 0.03283417 0.01015168 -0.9998135 0.0164262 0 -1 0 -0.01015162 -0.9998135 -0.01642632 -0.02029198 -0.9992548 -0.03283423 -0.03040963 -0.9983257 -0.0492056 -0.04049354 -0.9970291 -0.06552219 -0.05053269 -0.9953696 -0.08176642 -0.06051641 -0.9933525 -0.09792089 -0.07043415 -0.9909844 -0.1139687 -0.08027595 -0.988273 -0.1298936 -0.09003204 -0.9852267 -0.1456798 -0.09969329 -0.9818552 -0.1613125 -0.1092509 -0.9781687 -0.1767776 -0.1186966 -0.9741784 -0.1920616 -0.1280227 -0.969896 -0.207152 -0.1372221 -0.9653338 -0.2220374 -0.1462882 -0.9605048 -0.2367072 -0.155215 -0.9554221 -0.2511516 -0.1639972 -0.9500989 -0.2653618 -0.1726298 -0.9445494 -0.2793301 -0.1811087 -0.9387872 -0.2930498 -0.1894302 -0.9328263 -0.3065147 -0.1975914 -0.9266805 -0.3197201 -0.2055894 -0.9203636 -0.3326617 -0.2134224 -0.9138894 -0.3453362 -0.2210889 -0.9072711 -0.3577412 -0.2285878 -0.9005221 -0.369875 -0.2359185 -0.8936551 -0.3817368 -0.2430808 -0.8866828 -0.393326 -0.2500751 -0.8796172 -0.4046433 -0.2569018 -0.8724699 -0.4156895 -0.263562 -0.8652523 -0.4264662 -0.2700569 -0.8579753 -0.4369754 0.7227914 -0.5353738 -0.4369753 0.7218142 -0.5450789 -0.4264661 0.7206683 -0.5548329 -0.4156894 0.7193464 -0.5646281 -0.4046432 0.7178409 -0.5744556 -0.393326 0.7161446 -0.5843065 -0.3817368 0.7142501 -0.5941711 -0.3698751 0.7121502 -0.6040391 -0.3577414 0.7098379 -0.6138998 -0.3453364 0.7073062 -0.623742 -0.3326619 0.7045484 -0.6335538 -0.3197203 0.7015583 -0.6433231 -0.3065151 0.6983296 -0.6530371 -0.2930501 0.6948568 -0.6626828 -0.2793305 0.6911346 -0.6722469 -0.2653622 0.6871584 -0.6817156 -0.2511519 0.6829239 -0.691075 -0.2367075 0.6784275 -0.700311 -0.2220378 0.6736663 -0.7094093 -0.2071523 0.6686382 -0.7183559 -0.1920619 0.6633417 -0.7271364 -0.1767778 0.6577761 -0.7357369 -0.1613128 0.6519415 -0.7441436 -0.14568 0.6458389 -0.7523429 -0.1298938 0.6394703 -0.7603216 -0.1139689 0.6328383 -0.7680673 -0.09792107 0.6259467 -0.7755675 -0.08176654 0.6188 -0.7828112 -0.06552231 0.6114037 -0.7897875 -0.0492056 0.6037642 -0.7964864 -0.03283423 0.5958887 -0.8028991 -0.01642626 0.5877851 -0.8090171 0 0.5794624 -0.8148335 0.01642638 0.57093 -0.820342 0.03283435 0.5621981 -0.8255375 0.04920572 0.5532777 -0.8304159 0.06552237 0.5441802 -0.8349744 0.08176666 0.5349172 -0.8392109 0.09792113 0.5255014 -0.8431248 0.113969 0.5159451 -0.8467161 0.1298938 0.5062614 -0.8499862 0.1456801 0.4964632 -0.8529375 0.1613129 0.4865639 -0.855573 0.1767779 0.4765764 -0.8578969 0.192062 0.466514 -0.8599142 0.2071524 0.4563897 -0.8616308 0.2220379 0.4462164 -0.863053 0.2367076 0.4360065 -0.864188 0.251152 0.4257726 -0.8650437 0.2653623 0.4155264 -0.8656283 0.2793306 0.4052796 -0.8659503 0.2930502 0.3950433 -0.8660191 0.3065152 0.3848283 -0.8658441 0.3197206 0.3746445 -0.8654348 0.3326621 0.3645017 -0.8648012 0.3453366 0.354409 -0.8639532 0.3577415 0.3443751 -0.8629009 0.3698754 0.334408 -0.8616544 0.3817371 0.3245151 -0.8602235 0.3933262 0.3147033 -0.8586184 0.4046435 0.3049791 -0.8568487 0.4156897 0.2953484 -0.8549244 0.4264663 0.2858164 -0.8528548 0.4369755 -0.7325314 -0.5219678 0.4369751 -0.7414593 -0.5180395 0.4264658 -0.7503818 -0.5139355 0.415689 -0.759289 -0.5096514 0.4046428 -0.7681702 -0.5051828 0.3933255 -0.7770147 -0.5005254 0.3817361 -0.785811 -0.4956754 0.3698744 -0.794547 -0.4906289 0.3577405 -0.8032104 -0.4853827 0.3453355 -0.8117884 -0.4799335 0.3326609 -0.8202677 -0.4742788 0.3197193 -0.8286347 -0.4684162 0.306514 -0.8368754 -0.4623438 0.293049 -0.8449758 -0.4560603 0.2793294 -0.8529214 -0.4495649 0.265361 -0.8606978 -0.4428573 0.2511507 -0.8682904 -0.435938 0.2367063 -0.8756847 -0.4288077 0.2220366 -0.8828663 -0.4214682 0.2071512 -0.8898211 -0.4139217 0.1920607 -0.896535 -0.4061712 0.1767768 -0.9029944 -0.3982204 0.1613118 -0.9091865 -0.3900738 0.1456791 -0.9150985 -0.3817363 0.1298928 -0.9207185 -0.373214 0.113968 -0.9260355 -0.3645133 0.09792029 -0.9310389 -0.3556414 0.08176589 -0.9357194 -0.3466063 0.06552177 -0.9400686 -0.3374165 0.04920518 -0.9440788 -0.328081 0.03283393 -0.9477437 -0.3186095 0.01642614 -0.951058 -0.3090123 0 -0.9540177 -0.2992998 -0.0164262 -0.9566197 -0.289483 -0.03283405 -0.9588627 -0.2795734 -0.04920524 -0.9607456 -0.2695823 -0.06552177 -0.9622696 -0.2595216 -0.08176589 -0.9634363 -0.2494032 -0.09792017 -0.9642489 -0.239239 -0.1139678 -0.9647115 -0.229041 -0.1298926 -0.964829 -0.2188211 -0.1456787 -0.964608 -0.2085908 -0.1613113 -0.9640554 -0.1983618 -0.1767762 -0.9631793 -0.1881453 -0.19206 -0.9619885 -0.1779523 -0.2071503 -0.9604924 -0.1677934 -0.2220356 -0.9587012 -0.1576788 -0.2367052 -0.9566258 -0.1476182 -0.2511495 -0.954277 -0.137621 -0.2653595 -0.9516668 -0.127696 -0.2793278 -0.9488068 -0.1178515 -0.2930472 -0.9457091 -0.1080952 -0.3065121 -0.9423861 -0.09843444 -0.3197172 -0.9388499 -0.08887588 -0.3326587 -0.9351131 -0.07942563 -0.345333 -0.9311879 -0.07008928 -0.3577379 -0.9270865 -0.06087189 -0.3698716 -0.9228211 -0.05177801 -0.3817332 -0.9184034 -0.04281169 -0.3933224 -0.9138448 -0.03397643 -0.4046395 -0.9091571 -0.02527529 -0.4156856 -0.9043511 -0.01671075 -0.4264622 -0.8994373 -0.008285105 -0.4369714 -0.2858164 -0.8528548 -0.4369755 -0.2953484 -0.8549244 -0.4264664 -0.3049791 -0.8568488 -0.4156897 -0.3147033 -0.8586183 -0.4046435 -0.3245151 -0.8602235 -0.3933263 -0.334408 -0.8616543 -0.381737 -0.3443752 -0.8629009 -0.3698754 -0.3544091 -0.8639532 -0.3577416 -0.3645018 -0.8648012 -0.3453366 -0.3746446 -0.8654348 -0.3326621 -0.3848283 -0.865844 -0.3197205 -0.3950435 -0.866019 -0.3065152 -0.4052798 -0.8659502 -0.2930502 -0.4155266 -0.8656281 -0.2793306 -0.4257729 -0.8650436 -0.2653623 -0.4360068 -0.8641879 -0.251152 -0.4462167 -0.8630528 -0.2367076 -0.4563901 -0.8616306 -0.2220379 -0.4665144 -0.8599141 -0.2071524 -0.4765768 -0.8578967 -0.1920619 -0.4865643 -0.8555728 -0.1767779 -0.4964637 -0.8529372 -0.1613128 -0.5062619 -0.849986 -0.1456801 -0.5159457 -0.8467159 -0.1298938 -0.525502 -0.8431245 -0.1139689 -0.5349178 -0.8392106 -0.09792107 -0.5441807 -0.8349741 -0.0817666 -0.5532783 -0.8304156 -0.06552231 -0.5621988 -0.8255371 -0.0492056 -0.5709306 -0.8203415 -0.03283423 -0.579463 -0.8148331 -0.01642626 -0.5877857 -0.8090166 0 -0.5958893 -0.8028986 0.01642638 -0.6037649 -0.796486 0.03283435 -0.6114044 -0.789787 0.04920572 -0.6188007 -0.7828107 0.06552243 -0.6259473 -0.7755669 0.08176666 -0.632839 -0.7680665 0.09792119 -0.639471 -0.760321 0.113969 -0.6458396 -0.7523423 0.1298939 -0.6519422 -0.744143 0.1456802 -0.6577767 -0.7357363 0.1613129 -0.6633423 -0.7271358 0.176778 -0.6686389 -0.7183554 0.192062 -0.6736669 -0.7094087 0.2071525 -0.678428 -0.7003104 0.2220379 -0.6829243 -0.6910744 0.2367076 -0.6871589 -0.6817151 0.251152 -0.6911351 -0.6722463 0.2653623 -0.6948572 -0.6626824 0.2793306 -0.69833 -0.6530367 0.2930502 -0.7015585 -0.6433226 0.3065151 -0.7045488 -0.6335533 0.3197205 -0.7073065 -0.6237416 0.3326619 -0.709838 -0.6138995 0.3453364 -0.7121504 -0.6040388 0.3577414 -0.7142503 -0.5941708 0.3698752 -0.7161447 -0.5843062 0.3817368 -0.717841 -0.5744554 0.3933261 -0.7193464 -0.5646278 0.4046432 -0.7206684 -0.5548328 0.4156894 -0.7218143 -0.5450788 0.4264661 -0.7227914 -0.5353738 0.4369753 -0.7227914 0.5353738 0.4369753 -0.7218142 0.5450789 0.4264661 -0.7206683 0.5548329 0.4156894 -0.7193464 0.5646281 0.4046432 -0.7178409 0.5744556 0.393326 -0.7161446 0.5843065 0.3817368 -0.7142501 0.5941711 0.3698751 -0.7121502 0.6040391 0.3577414 -0.7098379 0.6138998 0.3453364 -0.7073062 0.623742 0.3326619 -0.7045484 0.6335538 0.3197203 -0.7015583 0.6433231 0.3065151 -0.6983296 0.6530371 0.2930501 -0.6948568 0.6626828 0.2793305 -0.6911346 0.6722469 0.2653622 -0.6871584 0.6817156 0.2511519 -0.6829239 0.691075 0.2367075 -0.6784275 0.700311 0.2220378 -0.6736663 0.7094093 0.2071523 -0.6686382 0.7183559 0.1920619 -0.6633417 0.7271364 0.1767778 -0.6577761 0.7357369 0.1613128 -0.6519415 0.7441436 0.14568 -0.6458389 0.7523429 0.1298938 -0.6394703 0.7603216 0.1139689 -0.6328383 0.7680673 0.09792107 -0.6259467 0.7755675 0.08176654 -0.6188 0.7828112 0.06552231 -0.6114037 0.7897875 0.0492056 -0.6037642 0.7964864 0.03283423 -0.5958887 0.8028991 0.01642626 -0.5877851 0.8090171 0 -0.5794624 0.8148335 -0.01642638 -0.57093 0.820342 -0.03283435 -0.5621981 0.8255375 -0.04920572 -0.5532777 0.8304159 -0.06552237 -0.5441802 0.8349744 -0.08176666 -0.5349172 0.8392109 -0.09792113 -0.5255014 0.8431248 -0.113969 -0.5159451 0.8467161 -0.1298938 -0.5062614 0.8499862 -0.1456801 -0.4964632 0.8529375 -0.1613129 -0.4865639 0.855573 -0.1767779 -0.4765764 0.8578969 -0.192062 -0.466514 0.8599142 -0.2071524 -0.4563897 0.8616308 -0.2220379 -0.4462164 0.863053 -0.2367076 -0.4360065 0.864188 -0.251152 -0.4257726 0.8650437 -0.2653623 -0.4155264 0.8656283 -0.2793306 -0.4052796 0.8659503 -0.2930502 -0.3950433 0.8660191 -0.3065152 -0.3848283 0.8658441 -0.3197206 -0.3746445 0.8654348 -0.3326621 -0.3645017 0.8648012 -0.3453366 -0.354409 0.8639532 -0.3577415 -0.3443751 0.8629009 -0.3698754 -0.334408 0.8616544 -0.3817371 -0.3245151 0.8602235 -0.3933262 -0.3147033 0.8586184 -0.4046435 -0.3049791 0.8568487 -0.4156897 -0.2953484 0.8549244 -0.4264663 -0.2858164 0.8528548 -0.4369755 -0.8994373 0.008285105 -0.4369714 -0.904351 0.01671075 -0.4264622 -0.9091571 0.02527529 -0.4156856 -0.913845 0.03397643 -0.4046395 -0.9184033 0.04281175 -0.3933224 -0.9228211 0.05177807 -0.3817332 -0.9270866 0.06087195 -0.3698716 -0.931188 0.07008934 -0.357738 -0.9351131 0.07942569 -0.345333 -0.9388499 0.08887594 -0.3326587 -0.9423861 0.09843456 -0.3197173 -0.9457092 0.1080954 -0.3065121 -0.9488068 0.1178516 -0.2930473 -0.9516668 0.1276962 -0.2793278 -0.954277 0.1376212 -0.2653595 -0.9566258 0.1476184 -0.2511495 -0.9587013 0.157679 -0.2367053 -0.9604923 0.1677936 -0.2220356 -0.9619885 0.1779525 -0.2071503 -0.9631792 0.1881455 -0.19206 -0.9640554 0.1983621 -0.1767761 -0.964608 0.2085911 -0.1613113 -0.964829 0.2188214 -0.1456786 -0.9647113 0.2290413 -0.1298925 -0.9642488 0.2392393 -0.1139678 -0.9634363 0.2494035 -0.09792017 -0.9622696 0.259522 -0.08176583 -0.9607456 0.2695826 -0.06552171 -0.9588626 0.2795737 -0.04920518 -0.9566197 0.2894834 -0.03283399 -0.9540176 0.2993003 -0.01642614 -0.9510579 0.3090128 0 -0.9477435 0.3186101 0.01642626 -0.9440786 0.3280816 0.03283411 -0.9400684 0.337417 0.04920536 -0.9357193 0.3466069 0.06552195 -0.9310387 0.355642 0.08176612 -0.9260352 0.3645138 0.09792047 -0.9207183 0.3732145 0.1139682 -0.9150982 0.3817368 0.129893 -0.9091863 0.3900743 0.1456793 -0.9029942 0.3982208 0.1613119 -0.8965347 0.4061716 0.176777 -0.8898208 0.4139221 0.1920609 -0.8828661 0.4214686 0.2071514 -0.8756845 0.4288081 0.2220368 -0.8682901 0.4359384 0.2367066 -0.8606976 0.4428577 0.251151 -0.8529211 0.4495652 0.2653612 -0.8449757 0.4560606 0.2793295 -0.8368753 0.4623441 0.2930492 -0.8286345 0.4684163 0.3065142 -0.8202676 0.474279 0.3197196 -0.8117883 0.4799337 0.3326611 -0.8032103 0.4853828 0.3453357 -0.7945469 0.490629 0.3577407 -0.7858108 0.4956755 0.3698745 -0.7770146 0.5005255 0.3817363 -0.7681702 0.5051828 0.3933256 -0.7592889 0.5096514 0.4046429 -0.7503818 0.5139355 0.4156891 -0.7414594 0.5180395 0.4264659 -0.7325314 0.5219678 0.4369751 0.2858164 0.8528548 0.4369755 0.2953484 0.8549244 0.4264664 0.3049791 0.8568488 0.4156897 0.3147033 0.8586183 0.4046435 0.3245151 0.8602235 0.3933263 0.334408 0.8616543 0.381737 0.3443752 0.8629009 0.3698754 0.3544091 0.8639532 0.3577416 0.3645018 0.8648012 0.3453366 0.3746446 0.8654348 0.3326621 0.3848283 0.865844 0.3197205 0.3950435 0.866019 0.3065152 0.4052798 0.8659502 0.2930502 0.4155266 0.8656281 0.2793306 0.4257729 0.8650436 0.2653623 0.4360068 0.8641879 0.251152 0.4462167 0.8630528 0.2367076 0.4563901 0.8616306 0.2220379 0.4665144 0.8599141 0.2071524 0.4765768 0.8578967 0.1920619 0.4865643 0.8555728 0.1767779 0.4964637 0.8529372 0.1613128 0.5062619 0.849986 0.1456801 0.5159457 0.8467159 0.1298938 0.525502 0.8431245 0.1139689 0.5349178 0.8392106 0.09792107 0.5441807 0.8349741 0.0817666 0.5532783 0.8304156 0.06552231 0.5621988 0.8255371 0.0492056 0.5709306 0.8203415 0.03283423 0.579463 0.8148331 0.01642626 0.5877857 0.8090166 0 0.5958893 0.8028986 -0.01642638 0.6037649 0.796486 -0.03283435 0.6114044 0.789787 -0.04920572 0.6188007 0.7828107 -0.06552243 0.6259473 0.7755669 -0.08176666 0.632839 0.7680665 -0.09792119 0.639471 0.760321 -0.113969 0.6458396 0.7523423 -0.1298939 0.6519422 0.744143 -0.1456802 0.6577767 0.7357363 -0.1613129 0.6633423 0.7271358 -0.176778 0.6686389 0.7183554 -0.192062 0.6736669 0.7094087 -0.2071525 0.678428 0.7003104 -0.2220379 0.6829243 0.6910744 -0.2367076 0.6871589 0.6817151 -0.251152 0.6911351 0.6722463 -0.2653623 0.6948572 0.6626824 -0.2793306 0.69833 0.6530367 -0.2930502 0.7015585 0.6433226 -0.3065151 0.7045488 0.6335533 -0.3197205 0.7073065 0.6237416 -0.3326619 0.709838 0.6138995 -0.3453364 0.7121504 0.6040388 -0.3577414 0.7142503 0.5941708 -0.3698752 0.7161447 0.5843062 -0.3817368 0.717841 0.5744554 -0.3933261 0.7193464 0.5646278 -0.4046432 0.7206684 0.5548328 -0.4156894 0.7218143 0.5450788 -0.4264661 0.7227914 0.5353738 -0.4369753 -0.2700569 0.8579754 -0.4369755 -0.263562 0.8652523 -0.4264662 -0.2569018 0.8724699 -0.4156895 -0.2500751 0.8796172 -0.4046432 -0.2430808 0.8866828 -0.3933259 -0.2359185 0.8936551 -0.3817366 -0.2285878 0.9005221 -0.369875 -0.221089 0.9072712 -0.3577411 -0.2134224 0.9138894 -0.3453361 -0.2055894 0.9203636 -0.3326616 -0.1975914 0.9266805 -0.31972 -0.1894303 0.9328263 -0.3065147 -0.1811088 0.9387872 -0.2930497 -0.1726298 0.9445494 -0.2793301 -0.1639972 0.9500989 -0.2653617 -0.1552151 0.955422 -0.2511515 -0.1462883 0.9605048 -0.2367071 -0.1372222 0.9653338 -0.2220373 -0.1280228 0.969896 -0.2071519 -0.1186967 0.9741784 -0.1920614 -0.109251 0.9781687 -0.1767774 -0.09969335 0.9818552 -0.1613124 -0.0900321 0.9852267 -0.1456797 -0.08027601 0.9882731 -0.1298934 -0.07043421 0.9909844 -0.1139686 -0.06051647 0.9933526 -0.09792077 -0.05053275 0.9953696 -0.0817663 -0.0404936 0.9970291 -0.06552213 -0.03040969 0.9983257 -0.04920548 -0.02029198 0.9992548 -0.03283417 -0.01015168 0.9998135 -0.0164262 0 1 0 0.01015162 0.9998135 0.01642632 0.02029198 0.9992548 0.03283423 0.03040963 0.9983257 0.0492056 0.04049354 0.9970291 0.06552219 0.05053269 0.9953696 0.08176642 0.06051641 0.9933525 0.09792089 0.07043415 0.9909844 0.1139687 0.08027595 0.988273 0.1298936 0.09003204 0.9852267 0.1456798 0.09969329 0.9818552 0.1613125 0.1092509 0.9781687 0.1767776 0.1186966 0.9741784 0.1920616 0.1280227 0.969896 0.207152 0.1372221 0.9653338 0.2220374 0.1462882 0.9605048 0.2367072 0.155215 0.9554221 0.2511516 0.1639972 0.9500989 0.2653618 0.1726298 0.9445494 0.2793301 0.1811087 0.9387872 0.2930498 0.1894302 0.9328263 0.3065147 0.1975914 0.9266805 0.3197201 0.2055894 0.9203636 0.3326617 0.2134224 0.9138894 0.3453362 0.2210889 0.9072711 0.3577412 0.2285878 0.9005221 0.369875 0.2359185 0.8936551 0.3817368 0.2430808 0.8866828 0.393326 0.2500751 0.8796172 0.4046433 0.2569018 0.8724699 0.4156895 0.263562 0.8652523 0.4264662 0.2700569 0.8579753 0.4369754 0.8923894 -0.01340574 0.4510672 0.8901355 -0.02703887 0.4548929 0.887656 -0.04089659 0.4586874 0.884942 -0.0549755 0.462445 0.8819845 -0.06927144 0.4661597 0.8787749 -0.08377933 0.4698253 0.8753044 -0.09849363 0.4734355 0.8715648 -0.1134078 0.4769837 0.8675478 -0.1285145 0.4804632 0.8632455 -0.1438055 0.4838669 0.8586503 -0.1592717 0.487188 0.8537552 -0.1749033 0.4904191 0.8485535 -0.1906895 0.4935531 0.843039 -0.2066183 0.4965824 0.8372063 -0.2226775 0.4995 0.8310506 -0.2388534 0.5022986 0.8245679 -0.2551319 0.5049709 0.8177548 -0.2714979 0.5075097 0.8106088 -0.2879355 0.5099083 0.8031288 -0.3044282 0.5121597 0.795314 -0.320959 0.5142576 0.7871651 -0.33751 0.5161958 0.7786836 -0.354063 0.5179685 0.769872 -0.3705995 0.51957 0.7607344 -0.3871003 0.5209956 0.7512755 -0.4035465 0.5222408 0.7415013 -0.4199185 0.5233014 0.731419 -0.4361971 0.5241739 0.721037 -0.4523631 0.5248556 0.7103642 -0.4683975 0.5253442 0.6994112 -0.4842815 0.5256381 0.6881895 -0.4999969 0.5257362 0.676711 -0.5155257 0.5256383 0.6649889 -0.530851 0.5253446 0.6530374 -0.5459562 0.5248563 0.6408707 -0.5608258 0.5241748 0.6285043 -0.575445 0.5233024 0.6159538 -0.5898001 0.5222421 0.6032354 -0.6038782 0.5209972 0.5903658 -0.6176677 0.5195718 0.5773614 -0.6311581 0.5179703 0.5642393 -0.6443397 0.5161979 0.5510163 -0.6572045 0.5142599 0.5377094 -0.6697451 0.5121622 0.5243351 -0.6819557 0.509911 0.51091 -0.6938314 0.5075125 0.4974502 -0.7053685 0.5049738 0.4839714 -0.7165644 0.5023017 0.4704893 -0.7274176 0.4995033 0.4570183 -0.7379274 0.4965858 0.4435728 -0.7480944 0.4935565 0.4301665 -0.7579198 0.4904227 0.4168124 -0.7674059 0.4871917 0.4035227 -0.7765555 0.4838708 0.3903093 -0.7853725 0.4804671 0.3771831 -0.7938613 0.4769877 0.3641542 -0.8020266 0.4734395 0.3512322 -0.8098743 0.4698294 0.3384258 -0.81741 0.4661638 0.3257433 -0.8246405 0.4624491 0.3131918 -0.8315725 0.4586917 0.3007782 -0.838213 0.4548972 0.2885085 -0.8445694 0.4510715 0.2630088 -0.8528546 0.4510715 0.2493463 -0.854924 0.4548972 0.2354005 -0.8568481 0.4586917 0.2211719 -0.8586174 0.4624491 0.2066617 -0.8602222 0.4661638 0.1918718 -0.8616528 0.4698294 0.1768051 -0.8628992 0.4734396 0.1614652 -0.8639512 0.4769877 0.1458566 -0.864799 0.4804672 0.1299844 -0.8654324 0.4838708 0.113855 -0.8658413 0.4871917 0.09747576 -0.8660162 0.4904228 0.08085477 -0.8659471 0.4935566 0.06400138 -0.8656248 0.496586 0.04692578 -0.86504 0.4995035 0.0296393 -0.8641842 0.502302 0.01215422 -0.8630489 0.5049741 -0.005516111 -0.8616265 0.5075129 -0.02335739 -0.8599097 0.5099114 -0.04135441 -0.8578922 0.5121628 -0.05949103 -0.8555682 0.5142605 -0.07775014 -0.8529325 0.5161986 -0.09611397 -0.8499812 0.5179712 -0.114564 -0.846711 0.5195727 -0.1330808 -0.8431195 0.5209981 -0.151645 -0.8392056 0.5222432 -0.170236 -0.8349689 0.5233035 -0.1888334 -0.8304104 0.524176 -0.2074164 -0.8255319 0.5248576 -0.225964 -0.8203364 0.5253461 -0.244455 -0.8148279 0.5256398 -0.2628689 -0.8090116 0.5257379 -0.2811846 -0.8028935 0.5256398 -0.299382 -0.796481 0.5253461 -0.317441 -0.7897821 0.5248576 -0.3353424 -0.7828059 0.524176 -0.3530674 -0.7755623 0.5233035 -0.370598 -0.7680621 0.5222431 -0.3879171 -0.7603166 0.5209981 -0.4050085 -0.7523379 0.5195726 -0.4218569 -0.7441388 0.5179711 -0.4384483 -0.7357324 0.5161986 -0.4547693 -0.7271321 0.5142605 -0.470808 -0.7183517 0.5121627 -0.4865537 -0.7094054 0.5099113 -0.5019966 -0.7003073 0.5075128 -0.5171281 -0.6910715 0.504974 -0.531941 -0.6817123 0.5023019 -0.546429 -0.6722438 0.4995034 -0.5605871 -0.66268 0.4965858 -0.5744111 -0.6530345 0.4935564 -0.5878982 -0.6433206 0.4904226 -0.6010465 -0.6335515 0.4871916 -0.6138548 -0.62374 0.4838706 -0.6263233 -0.6138981 0.4804669 -0.6384525 -0.6040375 0.4769875 -0.6502442 -0.5941697 0.4734393 -0.6617008 -0.5843054 0.4698292 -0.6728249 -0.5744547 0.4661635 -0.6836206 -0.5646274 0.462449 -0.6940916 -0.5548323 0.4586914 -0.7042431 -0.5450785 0.4548969 -0.7140797 -0.5353737 0.4510711 -0.7298392 -0.5136826 0.451071 -0.7360292 -0.5013284 0.4548968 -0.7421686 -0.4886597 0.4586911 -0.7482481 -0.4756743 0.4624485 -0.7542583 -0.4623703 0.4661632 -0.7601892 -0.4487465 0.4698287 -0.7660304 -0.4348025 0.4734387 -0.7717713 -0.4205386 0.4769868 -0.7774009 -0.4059559 0.4804661 -0.7829079 -0.3910564 0.4838698 -0.7882812 -0.3758431 0.4871907 -0.7935089 -0.3603196 0.4904216 -0.7985793 -0.344491 0.4935554 -0.8034808 -0.328363 0.4965847 -0.8082013 -0.3119425 0.4995021 -0.8127292 -0.2952378 0.5023006 -0.8170527 -0.2782579 0.5049726 -0.8211604 -0.261013 0.5075114 -0.825041 -0.2435146 0.5099098 -0.8286836 -0.2257751 0.5121611 -0.8320779 -0.2078083 0.5142589 -0.8352137 -0.1896286 0.5161969 -0.8380815 -0.1712517 0.5179694 -0.8406727 -0.1526944 0.5195708 -0.8429791 -0.1339741 0.5209963 -0.8449934 -0.1151094 0.5222412 -0.8467093 -0.09611928 0.5233017 -0.8481208 -0.07702362 0.524174 -0.8492236 -0.05784285 0.5248557 -0.8500139 -0.03859782 0.5253441 -0.8504892 -0.01930969 0.5256379 -0.8506479 0 0.5257359 -0.8504892 0.01930958 0.5256379 -0.8500139 0.03859764 0.5253441 -0.8492236 0.05784273 0.5248557 -0.8481208 0.0770235 0.524174 -0.8467093 0.09611916 0.5233017 -0.8449934 0.1151093 0.5222412 -0.8429791 0.133974 0.5209963 -0.8406727 0.1526942 0.5195708 -0.8380815 0.1712515 0.5179694 -0.8352137 0.1896284 0.5161969 -0.8320779 0.2078081 0.5142589 -0.8286836 0.225775 0.5121611 -0.825041 0.2435145 0.5099098 -0.8211604 0.2610129 0.5075114 -0.8170527 0.2782577 0.5049726 -0.8127292 0.2952377 0.5023006 -0.8082014 0.3119424 0.4995022 -0.8034808 0.3283628 0.4965847 -0.7985795 0.3444908 0.4935554 -0.793509 0.3603195 0.4904217 -0.7882812 0.3758429 0.4871907 -0.782908 0.3910564 0.4838698 -0.7774009 0.4059559 0.4804661 -0.7717713 0.4205385 0.4769868 -0.7660304 0.4348024 0.4734387 -0.7601892 0.4487465 0.4698287 -0.7542583 0.4623702 0.4661632 -0.7482481 0.4756742 0.4624485 -0.7421686 0.4886597 0.4586911 -0.7360292 0.5013284 0.4548968 -0.7298392 0.5136826 0.451071 -0.7140797 0.5353737 0.4510711 -0.704243 0.5450785 0.4548968 -0.6940917 0.5548325 0.4586914 -0.6836206 0.5646274 0.4624488 -0.672825 0.5744547 0.4661635 -0.6617007 0.5843054 0.469829 -0.6502442 0.5941698 0.4734392 -0.6384525 0.6040377 0.4769874 -0.6263232 0.6138982 0.4804667 -0.6138548 0.6237401 0.4838705 -0.6010463 0.6335517 0.4871914 -0.5878981 0.6433208 0.4904224 -0.574411 0.6530346 0.4935563 -0.560587 0.6626802 0.4965856 -0.5464289 0.672244 0.4995031 -0.5319409 0.6817125 0.5023016 -0.517128 0.6910717 0.5049738 -0.5019965 0.7003075 0.5075126 -0.4865536 0.7094056 0.509911 -0.470808 0.7183521 0.5121624 -0.4547692 0.7271324 0.5142602 -0.4384481 0.7357327 0.5161982 -0.4218569 0.7441391 0.5179708 -0.4050084 0.7523382 0.5195723 -0.3879171 0.7603169 0.5209978 -0.370598 0.7680624 0.5222428 -0.3530673 0.7755625 0.5233032 -0.3353424 0.7828061 0.5241756 -0.317441 0.7897824 0.5248572 -0.2993819 0.7964812 0.5253457 -0.2811846 0.8028938 0.5256395 -0.2628689 0.8090118 0.5257375 -0.244455 0.8148281 0.5256395 -0.225964 0.8203366 0.5253457 -0.2074164 0.8255321 0.5248572 -0.1888335 0.8304107 0.5241757 -0.170236 0.8349692 0.5233032 -0.151645 0.8392058 0.5222428 -0.1330808 0.8431196 0.5209978 -0.114564 0.8467112 0.5195723 -0.09611403 0.8499814 0.5179708 -0.0777502 0.8529328 0.5161983 -0.05949109 0.8555684 0.5142602 -0.04135453 0.8578925 0.5121625 -0.02335751 0.8599099 0.5099111 -0.005516171 0.8616266 0.5075127 0.0121541 0.863049 0.5049739 0.02963918 0.8641843 0.5023018 0.04692566 0.8650401 0.4995033 0.06400126 0.8656249 0.4965858 0.08085465 0.8659473 0.4935564 0.09747564 0.8660163 0.4904226 0.113855 0.8658415 0.4871917 0.1299843 0.8654324 0.4838707 0.1458564 0.864799 0.480467 0.1614652 0.8639513 0.4769876 0.1768051 0.8628992 0.4734395 0.1918718 0.8616529 0.4698293 0.2066616 0.8602223 0.4661637 0.2211718 0.8586174 0.4624491 0.2354004 0.8568481 0.4586916 0.2493463 0.8549239 0.4548971 0.2630088 0.8528546 0.4510714 0.2885085 0.8445695 0.4510715 0.3007782 0.838213 0.4548972 0.3131918 0.8315725 0.4586916 0.3257432 0.8246406 0.4624491 0.3384258 0.8174101 0.4661637 0.3512321 0.8098743 0.4698293 0.3641542 0.8020267 0.4734395 0.377183 0.7938613 0.4769876 0.3903093 0.7853726 0.480467 0.4035226 0.7765556 0.4838706 0.4168123 0.7674059 0.4871916 0.4301664 0.75792 0.4904226 0.4435727 0.7480945 0.4935563 0.4570181 0.7379276 0.4965856 0.4704891 0.7274178 0.4995031 0.4839714 0.7165647 0.5023016 0.4974501 0.7053688 0.5049737 0.5109099 0.6938316 0.5075124 0.524335 0.6819559 0.5099108 0.5377092 0.6697454 0.5121621 0.5510162 0.6572048 0.5142598 0.5642392 0.6443399 0.5161978 0.5773613 0.6311584 0.5179702 0.5903657 0.617668 0.5195717 0.6032353 0.6038785 0.5209971 0.6159536 0.5898004 0.5222419 0.6285041 0.5754454 0.5233024 0.6408705 0.5608261 0.5241746 0.6530371 0.5459565 0.5248562 0.6649888 0.5308513 0.5253446 0.6767108 0.5155259 0.5256382 0.6881892 0.499997 0.5257362 0.699411 0.4842817 0.525638 0.710364 0.4683977 0.5253441 0.7210368 0.4523634 0.5248556 0.7314189 0.4361974 0.5241739 0.7415012 0.4199187 0.5233014 0.7512754 0.4035466 0.5222408 0.7607343 0.3871005 0.5209957 0.769872 0.3705997 0.5195701 0.7786834 0.3540632 0.5179685 0.7871651 0.3375102 0.5161959 0.7953139 0.320959 0.5142576 0.8031287 0.3044283 0.5121597 0.8106088 0.2879356 0.5099083 0.8177547 0.271498 0.5075098 0.8245679 0.255132 0.5049709 0.8310506 0.2388535 0.5022987 0.8372063 0.2226775 0.4995001 0.843039 0.2066184 0.4965825 0.8485535 0.1906895 0.4935531 0.8537552 0.1749034 0.4904191 0.8586503 0.1592718 0.4871881 0.8632454 0.1438055 0.483867 0.8675477 0.1285145 0.4804632 0.8715648 0.1134079 0.4769837 0.8753044 0.09849369 0.4734356 0.8787748 0.08377939 0.4698253 0.8819845 0.06927144 0.4661597 0.8849419 0.05497556 0.462445 0.887656 0.04089665 0.4586875 0.8901355 0.02703887 0.4548929 0.8923894 0.01340574 0.4510672 0.004355669 -0.01340568 0.9999006 0.008785247 -0.02703881 0.9995958 0.01328784 -0.04089653 0.9990751 0.01786226 -0.05497545 0.9983279 0.02250719 -0.06927126 0.9973439 0.02722102 -0.08377921 0.9961125 0.03200191 -0.09849345 0.994623 0.03684771 -0.1134076 0.9928651 0.04175609 -0.1285142 0.9908282 0.04672431 -0.1438051 0.9885023 0.05174946 -0.1592713 0.9858776 0.05682837 -0.1749029 0.9829443 0.06195753 -0.1906889 0.9796933 0.067133 -0.2066177 0.9761158 0.07235085 -0.2226768 0.9722039 0.07760661 -0.2388526 0.9679496 0.08289569 -0.2551311 0.9633465 0.0882132 -0.271497 0.9583882 0.09355396 -0.2879345 0.9530695 0.09891265 -0.3044272 0.9473861 0.1042838 -0.3209579 0.9413347 0.1096614 -0.3375088 0.9349129 0.1150397 -0.3540618 0.9281197 0.1204125 -0.3705981 0.9209549 0.1257739 -0.3870989 0.9134196 0.1311175 -0.403545 0.9055163 0.1364369 -0.4199169 0.8972485 0.1417261 -0.4361955 0.888621 0.1469786 -0.4523615 0.8796399 0.1521884 -0.4683957 0.8703126 0.1573494 -0.4842798 0.8606477 0.1624555 -0.499995 0.8506546 0.167501 -0.5155238 0.8403443 0.1724804 -0.530849 0.8297288 0.1773883 -0.5459543 0.8188207 0.1822197 -0.5608239 0.8076339 0.1869696 -0.5754431 0.7961831 0.1916338 -0.5897982 0.7844836 0.196208 -0.6038763 0.7725515 0.2006885 -0.6176659 0.7604033 0.2050717 -0.6311562 0.7480558 0.2093546 -0.6443378 0.7355266 0.2135345 -0.6572027 0.7228331 0.2176092 -0.6697434 0.709993 0.2215766 -0.681954 0.6970241 0.2254352 -0.6938297 0.6839439 0.2291838 -0.7053669 0.6707699 0.2328215 -0.7165629 0.6575194 0.2363479 -0.727416 0.6442092 0.2397627 -0.737926 0.6308559 0.2430661 -0.748093 0.6174752 0.2462586 -0.7579185 0.604083 0.2493407 -0.7674047 0.5906939 0.2523136 -0.7765544 0.5773223 0.2551785 -0.7853716 0.5639818 0.2579365 -0.7938604 0.5506854 0.2605896 -0.8020259 0.5374454 0.2631394 -0.8098736 0.5242732 0.265588 -0.8174095 0.5111798 0.2679373 -0.8246402 0.4981749 0.2701897 -0.8315722 0.4852683 0.2723472 -0.8382128 0.4724683 0.2744125 -0.8445693 0.4597831 0.8880335 0 0.4597789 0.88135 0 0.472464 0.8743678 0 0.4852638 0.8670791 0 0.4981704 0.8594766 0 0.5111752 0.8515529 0 0.5242686 0.8433015 0 0.5374407 0.834716 0 0.5506808 0.8257905 0 0.5639771 0.8165197 0 0.5773175 0.8068993 0 0.590689 0.7969251 0 0.6040781 0.7865942 0 0.6174704 0.775904 0 0.630851 0.7648534 0 0.6442044 0.7534418 0 0.6575146 0.7416698 0 0.6707652 0.729539 0 0.6839392 0.7170522 0 0.6970194 0.7042133 0 0.7099884 0.6910274 0 0.7228286 0.6775007 0 0.7355222 0.6636408 0 0.7480515 0.6494563 0 0.760399 0.6349571 0 0.7725473 0.6201546 0 0.7844796 0.6050608 0 0.7961792 0.5896894 0 0.8076301 0.5740546 0 0.818817 0.5581721 0 0.8297253 0.5420582 0 0.840341 0.5257301 0 0.8506513 0.5092062 0 0.8606446 0.4925048 0 0.8703098 0.4756453 0 0.8796372 0.4586473 0 0.8886185 0.4415308 0 0.8972461 0.4243162 0 0.9055141 0.4070238 0 0.9134176 0.3896737 0 0.920953 0.3722862 0 0.928118 0.3548812 0 0.9349114 0.3374784 0 0.9413332 0.3200969 0 0.9473848 0.3027553 0 0.9530683 0.2854717 0 0.9583871 0.2682635 0 0.9633455 0.2511472 0 0.9679489 0.2341387 0 0.9722033 0.217253 0 0.9761154 0.2005043 0 0.9796928 0.1839057 0 0.9829439 0.1674696 0 0.9858772 0.1512073 0 0.9885021 0.1351292 0 0.990828 0.1192451 0 0.9928649 0.1035633 0 0.9946228 0.08809161 0 0.9961124 0.07283693 0 0.9973438 0.05780518 0 0.9983278 0.04300165 0 0.999075 0.02843058 0 0.9995958 0.01409572 0 0.9999006 -0.01140362 -0.008285105 0.9999006 -0.02300065 -0.01671075 0.9995958 -0.03478878 -0.02527523 0.9990751 -0.04676502 -0.03397637 0.9983279 -0.05892586 -0.04281163 0.9973439 -0.07126706 -0.05177795 0.9961125 -0.0837838 -0.06087177 0.994623 -0.09647053 -0.0700891 0.992865 -0.109321 -0.07942545 0.9908281 -0.1223283 -0.08887571 0.9885023 -0.1354847 -0.09843426 0.9858776 -0.1487817 -0.108095 0.9829443 -0.1622102 -0.1178512 0.9796933 -0.1757601 -0.1276957 0.9761158 -0.1894208 -0.1376206 0.9722038 -0.2031809 -0.1476178 0.9679496 -0.2170282 -0.1576783 0.9633464 -0.2309498 -0.1677929 0.958388 -0.2449325 -0.1779518 0.9530693 -0.2589621 -0.1881447 0.947386 -0.273024 -0.1983611 0.9413346 -0.2871031 -0.2085901 0.9349128 -0.3011839 -0.2188203 0.9281195 -0.3152507 -0.2290402 0.9209547 -0.3292872 -0.2392382 0.9134196 -0.343277 -0.2494023 0.9055161 -0.3572039 -0.2595207 0.8972483 -0.3710514 -0.2695813 0.8886208 -0.3848029 -0.2795723 0.8796397 -0.3984426 -0.2894819 0.8703124 -0.4119544 -0.2992987 0.8606473 -0.4253226 -0.3090112 0.8506543 -0.4385322 -0.3186085 0.840344 -0.4515687 -0.3280799 0.8297284 -0.4644181 -0.3374154 0.8188204 -0.4770669 -0.3466053 0.8076336 -0.4895027 -0.3556403 0.7961827 -0.501714 -0.3645122 0.7844833 -0.5136896 -0.3732129 0.7725511 -0.5254197 -0.3817352 0.7604028 -0.5368952 -0.3900726 0.7480553 -0.5481083 -0.3982192 0.7355262 -0.5590518 -0.40617 0.7228326 -0.5697195 -0.4139206 0.7099925 -0.5801066 -0.4214671 0.6970236 -0.5902086 -0.4288066 0.6839434 -0.6000227 -0.4359369 0.6707695 -0.6095466 -0.4428564 0.6575189 -0.6187789 -0.449564 0.6442087 -0.6277192 -0.4560593 0.6308554 -0.6363678 -0.4623429 0.6174748 -0.6447259 -0.4684153 0.6040825 -0.6527952 -0.474278 0.5906934 -0.6605785 -0.4799329 0.577322 -0.6680787 -0.485382 0.5639814 -0.6752998 -0.4906284 0.5506851 -0.6822457 -0.4956749 0.537445 -0.6889215 -0.5005249 0.5242729 -0.6953319 -0.5051823 0.5111793 -0.7014827 -0.5096511 0.4981746 -0.7073794 -0.5139353 0.4852679 -0.7130283 -0.5180393 0.472468 -0.7184354 -0.5219678 0.4597828 -0.01140362 0.008285105 0.9999006 -0.02300065 0.01671075 0.9995958 -0.03478878 0.02527523 0.9990751 -0.04676502 0.03397637 0.9983279 -0.05892586 0.04281163 0.9973439 -0.07126706 0.05177795 0.9961125 -0.0837838 0.06087177 0.994623 -0.09647053 0.0700891 0.992865 -0.109321 0.07942545 0.9908281 -0.1223283 0.08887571 0.9885023 -0.1354847 0.09843426 0.9858776 -0.1487817 0.108095 0.9829443 -0.1622102 0.1178512 0.9796933 -0.1757601 0.1276957 0.9761158 -0.1894208 0.1376206 0.9722038 -0.2031809 0.1476178 0.9679496 -0.2170282 0.1576783 0.9633464 -0.2309498 0.1677929 0.958388 -0.2449325 0.1779518 0.9530693 -0.2589621 0.1881447 0.947386 -0.273024 0.1983611 0.9413346 -0.2871031 0.2085901 0.9349128 -0.3011839 0.2188203 0.9281195 -0.3152507 0.2290402 0.9209547 -0.3292872 0.2392382 0.9134196 -0.343277 0.2494023 0.9055161 -0.3572039 0.2595207 0.8972483 -0.3710514 0.2695813 0.8886208 -0.3848029 0.2795723 0.8796397 -0.3984426 0.2894819 0.8703124 -0.4119544 0.2992987 0.8606473 -0.4253226 0.3090112 0.8506543 -0.4385322 0.3186085 0.840344 -0.4515687 0.3280799 0.8297284 -0.4644181 0.3374154 0.8188204 -0.4770669 0.3466053 0.8076336 -0.4895027 0.3556403 0.7961827 -0.501714 0.3645122 0.7844833 -0.5136896 0.3732129 0.7725511 -0.5254197 0.3817352 0.7604028 -0.5368952 0.3900726 0.7480553 -0.5481083 0.3982192 0.7355262 -0.5590518 0.40617 0.7228326 -0.5697195 0.4139206 0.7099925 -0.5801066 0.4214671 0.6970236 -0.5902086 0.4288066 0.6839434 -0.6000227 0.4359369 0.6707695 -0.6095466 0.4428564 0.6575189 -0.6187789 0.449564 0.6442087 -0.6277192 0.4560593 0.6308554 -0.6363678 0.4623429 0.6174748 -0.6447259 0.4684153 0.6040825 -0.6527952 0.474278 0.5906934 -0.6605785 0.4799329 0.577322 -0.6680787 0.485382 0.5639814 -0.6752998 0.4906284 0.5506851 -0.6822457 0.4956749 0.537445 -0.6889215 0.5005249 0.5242729 -0.6953319 0.5051823 0.5111793 -0.7014827 0.5096511 0.4981746 -0.7073794 0.5139353 0.4852679 -0.7130283 0.5180393 0.472468 -0.7184354 0.5219678 0.4597828 0.004355669 0.01340568 0.9999006 0.008785247 0.02703881 0.9995958 0.01328784 0.04089653 0.9990751 0.01786226 0.05497545 0.9983279 0.02250719 0.06927126 0.9973439 0.02722102 0.08377921 0.9961125 0.03200191 0.09849345 0.994623 0.03684771 0.1134076 0.9928651 0.04175609 0.1285142 0.9908282 0.04672431 0.1438051 0.9885023 0.05174946 0.1592713 0.9858776 0.05682837 0.1749029 0.9829443 0.06195753 0.1906889 0.9796933 0.067133 0.2066177 0.9761158 0.07235085 0.2226768 0.9722039 0.07760661 0.2388526 0.9679496 0.08289569 0.2551311 0.9633465 0.0882132 0.271497 0.9583882 0.09355396 0.2879345 0.9530695 0.09891265 0.3044272 0.9473861 0.1042838 0.3209579 0.9413347 0.1096614 0.3375088 0.9349129 0.1150397 0.3540618 0.9281197 0.1204125 0.3705981 0.9209549 0.1257739 0.3870989 0.9134196 0.1311175 0.403545 0.9055163 0.1364369 0.4199169 0.8972485 0.1417261 0.4361955 0.888621 0.1469786 0.4523615 0.8796399 0.1521884 0.4683957 0.8703126 0.1573494 0.4842798 0.8606477 0.1624555 0.499995 0.8506546 0.167501 0.5155238 0.8403443 0.1724804 0.530849 0.8297288 0.1773883 0.5459543 0.8188207 0.1822197 0.5608239 0.8076339 0.1869696 0.5754431 0.7961831 0.1916338 0.5897982 0.7844836 0.196208 0.6038763 0.7725515 0.2006885 0.6176659 0.7604033 0.2050717 0.6311562 0.7480558 0.2093546 0.6443378 0.7355266 0.2135345 0.6572027 0.7228331 0.2176092 0.6697434 0.709993 0.2215766 0.681954 0.6970241 0.2254352 0.6938297 0.6839439 0.2291838 0.7053669 0.6707699 0.2328215 0.7165629 0.6575194 0.2363479 0.727416 0.6442092 0.2397627 0.737926 0.6308559 0.2430661 0.748093 0.6174752 0.2462586 0.7579185 0.604083 0.2493407 0.7674047 0.5906939 0.2523136 0.7765544 0.5773223 0.2551785 0.7853716 0.5639818 0.2579365 0.7938604 0.5506854 0.2605896 0.8020259 0.5374454 0.2631394 0.8098736 0.5242732 0.265588 0.8174095 0.5111798 0.2679373 0.8246402 0.4981749 0.2701897 0.8315722 0.4852683 0.2723472 0.8382128 0.4724683 0.2744125 0.8445693 0.4597831 0.01861053 0.01352131 0.9997354 0.03310644 0.01363605 0.9993588 0.02319902 0.0272721 0.9993589 0.04784017 0.01374977 0.9987604 0.03785562 0.0275036 0.9989047 0.0278601 0.04124945 0.9987605 0.06280785 0.01386237 0.9979293 0.05275148 0.0277329 0.9982225 0.04267668 0.04159939 0.9982226 0.03259229 0.05544954 0.9979295 0.07800459 0.01397359 0.996855 0.06788235 0.0279597 0.9973014 0.05773377 0.04194587 0.9974504 0.0475679 0.05591946 0.9973014 0.03739398 0.06986802 0.9968551 0.09342503 0.01408326 0.9955267 0.08324313 0.02818363 0.9961307 0.07302677 0.0422883 0.996433 0.06278514 0.05638438 0.996433 0.05252748 0.07045912 0.9961307 0.04226332 0.08449965 0.9955268 0.1090626 0.01419121 0.9939336 0.09882795 0.02840423 0.9946991 0.0885502 0.04262608 0.9951592 0.07823878 0.05684357 0.9953128 0.06790328 0.07104349 0.9951592 0.05755317 0.08521276 0.9946992 0.04719811 0.09933841 0.9939337 0.1249102 0.01429718 0.9920651 0.1146299 0.02862119 0.9929959 0.1042977 0.04295867 0.993618 0.09392315 0.05729615 0.9939294 0.08351582 0.07162022 0.9939293 0.07308566 0.08591735 0.993618 0.06264239 0.1001741 0.992996 0.05219596 0.1143774 0.9920653 0.1409595 0.01440095 0.9899106 0.1306413 0.02883398 0.9910103 0.120262 0.04328536 0.9917981 0.1098313 0.0577414 0.9922716 0.09935897 0.07218819 0.9924296 0.08885502 0.0866121 0.9922717 0.0783295 0.1009992 0.9917982 0.06779247 0.115336 0.9910106 0.05725407 0.129609 0.9899109 0.1572015 0.0145024 0.9874601 0.1468535 0.02904224 0.9887319 0.136435 0.04360556 0.9896888 0.1259557 0.0581783 0.9903284 0.1154255 0.07274639 0.9906488 0.1048545 0.08729571 0.9906488 0.09425312 0.1018121 0.9903285 0.08363157 0.1162815 0.989689 0.07300025 0.1306902 0.9887321 0.06236946 0.1450245 0.9874604 0.1736261 0.01460129 0.9847034 0.1632568 0.02924555 0.98615 0.1528074 0.04391855 0.9872795 0.1422874 0.05860608 0.9880888 0.131707 0.07329368 0.9885754 0.1210765 0.08796685 0.9887378 0.1104062 0.1026111 0.9885754 0.09970664 0.1172122 0.988089 0.08898848 0.1317557 0.9872798 0.07826238 0.1462278 0.9861503 0.06753885 0.1606146 0.9847038 0.1902224 0.01469737 0.981631 0.1798409 0.02944338 0.983255 0.1693692 0.04422372 0.98456 0.1588171 0.05902379 0.9855422 0.1481946 0.07382887 0.9861986 0.1375122 0.08862417 0.9865273 0.1267805 0.1033949 0.9865273 0.11601 0.1181262 0.9861987 0.1052117 0.1328036 0.9855423 0.09439647 0.1474124 0.9845602 0.08357518 0.1619388 0.9832553 0.07275861 0.1763687 0.9816314 0.2069783 0.01479041 0.9782337 0.1965939 0.02963536 0.980037 0.1861092 0.04452031 0.9815199 0.1755338 0.05943048 0.9826779 0.164878 0.07435083 0.9835076 0.154152 0.0892663 0.9840065 0.1433667 0.1041616 0.9841728 0.1325329 0.1190217 0.9840065 0.1216617 0.1338315 0.9835077 0.1107642 0.1485763 0.9826782 0.09985136 0.1632413 0.9815202 0.0889346 0.1778124 0.9800374 0.07802486 0.1922757 0.9782342 0.2238811 0.01488018 0.9745028 0.2135035 0.02982103 0.976487 0.2030153 0.04480773 0.9781498 0.192426 0.0598253 0.9794862 0.1817458 0.07485842 0.9804921 0.1709851 0.08989167 0.9811645 0.1601548 0.1049096 0.9815011 0.1492658 0.1198967 0.9815011 0.1383293 0.1348375 0.9811646 0.1273567 0.1497168 0.9804922 0.1163594 0.1645196 0.9794865 0.1053488 0.179231 0.9781503 0.09433639 0.1938369 0.9764875 0.08333337 0.2083232 0.9745035 0.2409169 0.01496654 0.9704303 0.2305563 0.02999991 0.9725964 0.2200744 0.04508519 0.9744406 0.2094809 0.06020718 0.9759573 0.1987859 0.07535034 0.977142 0.1879997 0.09049892 0.9779909 0.1771333 0.1056372 0.9785012 0.1661977 0.1207492 0.9786716 0.1552042 0.1358193 0.9785013 0.1441645 0.1508316 0.9779911 0.1330901 0.1657707 0.9771423 0.1219927 0.1806216 0.9759577 0.1108841 0.1953693 0.9744412 0.09977591 0.2099995 0.972597 0.08867961 0.2244984 0.970431 0.258071 0.01504915 0.9660087 0.2477376 0.03017157 0.9683573 0.2372725 0.04535204 0.970384 0.2266849 0.06057524 0.9720826 0.215985 0.07582545 0.9734479 0.205183 0.09108656 0.9744758 0.1942899 0.1063426 0.9751629 0.1833168 0.1215773 0.975507 0.1722752 0.1367744 0.975507 0.1611767 0.151918 0.9751631 0.1500332 0.1669921 0.9744761 0.1388566 0.181981 0.9734483 0.127659 0.1968696 0.9720831 0.1164523 0.211643 0.9703845 0.1052483 0.2262867 0.9683579 0.09405899 0.2407872 0.9660095 0.2753276 0.01512789 0.9612314 0.2650322 0.03033548 0.9637622 0.2545943 0.04560756 0.9659718 0.2440232 0.06092858 0.9678534 0.2333286 0.0762825 0.9694012 0.222521 0.09165316 0.9706102 0.2116112 0.1070241 0.9714764 0.2006102 0.1223788 0.9719974 0.1895296 0.1377008 0.9721713 0.1783813 0.1529735 0.9719975 0.1671773 0.1681807 0.9714767 0.1559296 0.1833063 0.9706105 0.1446506 0.1983345 0.9694017 0.1333526 0.21325 0.967854 0.1220479 0.2280379 0.9659726 0.1107485 0.2426841 0.9637631 0.09946632 0.2571748 0.9612323 0.2926704 0.01520252 0.9560925 0.2824239 0.03049129 0.9588051 0.2720241 0.04585111 0.9611975 0.2614802 0.06126612 0.9632625 0.2508017 0.07672029 0.9649936 0.2399988 0.09219712 0.9663851 0.2290825 0.1076799 0.9674328 0.2180637 0.1231518 0.9681332 0.206954 0.138596 0.968484 0.1957653 0.1539956 0.9684841 0.1845098 0.1693338 0.9681334 0.1731997 0.1845942 0.9674331 0.1618477 0.1997604 0.9663856 0.1504663 0.2148169 0.9649941 0.1390681 0.2297481 0.9632632 0.1276655 0.2445393 0.9611983 0.1162708 0.2591763 0.9588059 0.1048964 0.2736456 0.9560935 0.3100823 0.01527279 0.950587 0.2998955 0.03063857 0.9534799 0.2895449 0.04608196 0.9560546 0.2790391 0.06158703 0.9583027 0.2683876 0.07713764 0.9602177 0.2576005 0.09271705 0.9617929 0.2466883 0.1083083 0.9630235 0.2356621 0.1238942 0.9639053 0.2245336 0.1394577 0.9644358 0.2133144 0.1549814 0.9646127 0.202017 0.1704483 0.9644359 0.1906539 0.1858414 0.9639057 0.1792377 0.2011439 0.9630239 0.1677813 0.2163398 0.9617934 0.1562975 0.231413 0.9602183 0.1447992 0.2463483 0.9583035 0.1332991 0.2611311 0.9560554 0.1218097 0.2757471 0.9534809 0.1103436 0.2901834 0.9505882 0.3275451 0.01533854 0.9447111 0.3174293 0.03077679 0.9477824 0.307139 0.04629945 0.9505378 0.2966827 0.06189042 0.9529684 0.2860695 0.07753342 0.9550669 0.2753091 0.09321147 0.9568262 0.2644121 0.1089075 0.9582408 0.2533894 0.1246041 0.9593057 0.2422525 0.1402836 0.9600178 0.2310134 0.1559286 0.9603745 0.2196843 0.1715214 0.9603745 0.2082778 0.1870447 0.960018 0.1968069 0.2024816 0.9593061 0.1852844 0.217815 0.9582412 0.1737236 0.2330288 0.9568269 0.1621377 0.248107 0.9550677 0.1505397 0.2630345 0.9529693 0.1389427 0.2777968 0.9505388 0.1273593 0.2923799 0.9477835 0.1158023 0.306771 0.9447123 0.3450402 0.01539951 0.9384617 0.3350066 0.03090566 0.9417089 0.324788 0.04650294 0.9446429 0.3143925 0.06217539 0.9472548 0.3038288 0.07790637 0.9495359 0.2931067 0.09367901 0.9514793 0.2822362 0.1094758 0.953078 0.2712283 0.1252792 0.9543272 0.2600942 0.1410713 0.9552224 0.2488459 0.1568343 0.9557608 0.2374956 0.1725501 0.9559406 0.226056 0.1882011 0.955761 0.2145402 0.2037697 0.9552227 0.2029613 0.2192386 0.9543277 0.1913328 0.2345911 0.9530786 0.1796679 0.2498108 0.9514799 0.1679803 0.2648819 0.9495369 0.1562832 0.2797894 0.9472557 0.14459 0.294519 0.9446441 0.1329134 0.309057 0.9417101 0.1212665 0.3233909 0.938463 0.3625484 0.01545566 0.9318368 0.3526083 0.03102475 0.9352566 0.3424727 0.04669189 0.9383668 0.3321495 0.06244105 0.9411576 0.3216471 0.07825553 0.9436202 0.3109748 0.09411823 0.9457464 0.3001425 0.1100116 0.9475294 0.2891607 0.1259177 0.948963 0.2780408 0.1418186 0.9500425 0.2667945 0.1576959 0.9507642 0.255434 0.1735315 0.9511258 0.2439721 0.189307 0.9511258 0.2324219 0.2050047 0.9507645 0.2207966 0.2206067 0.9500429 0.2091099 0.2360958 0.9489635 0.1973755 0.2514551 0.94753 0.185607 0.2666683 0.9457473 0.1738183 0.2817199 0.9436212 0.162023 0.296595 0.9411588 0.1502344 0.3112795 0.938368 0.1384658 0.3257602 0.935258 0.12673 0.3400248 0.9318384 0.3800501 0.01550668 0.9248359 0.3702145 0.03113371 0.9284244 0.3601734 0.0468657 0.9317075 0.3499341 0.06268662 0.9346746 0.3395045 0.07857972 0.9373163 0.3288937 0.09452784 0.9396241 0.3181113 0.1105132 0.9415902 0.3071675 0.1265178 0.9432079 0.2960734 0.1425233 0.9444721 0.2848407 0.1585111 0.9453782 0.2734815 0.1744627 0.9459232 0.2620084 0.1903596 0.9461051 0.2504347 0.2061833 0.9459233 0.2387736 0.2219156 0.9453785 0.227039 0.2375389 0.9444726 0.2152449 0.2530357 0.9432086 0.2034051 0.2683893 0.941591 0.1915337 0.2835835 0.939625 0.1796448 0.298603 0.9373174 0.1677521 0.3134331 0.9346758 0.1558693 0.32806 0.9317088 0.1440099 0.342471 0.928426 0.1321867 0.3566539 0.9248377 0.3975251 0.01555246 0.9174596 0.3878051 0.03123217 0.9212122 0.3778696 0.04702377 0.9246639 0.3677256 0.06291127 0.9278039 0.3573806 0.07887798 0.9306219 0.3468432 0.0949065 0.9331091 0.3361225 0.1109791 0.9352568 0.3252286 0.1270775 0.937058 0.3141723 0.1431832 0.9385064 0.3029651 0.1592773 0.9395973 0.2916188 0.175341 0.9403265 0.2801461 0.1913554 0.9406919 0.2685602 0.2073017 0.940692 0.2568746 0.2231613 0.9403268 0.2451029 0.238916 0.9395977 0.2332594 0.254548 0.938507 0.2213582 0.2700398 0.9370587 0.2094138 0.2853749 0.9352577 0.1974404 0.3005374 0.9331102 0.1854523 0.3155119 0.9306232 0.1734635 0.3302843 0.9278053 0.1614879 0.3448411 0.9246656 0.1495391 0.35917 0.9212139 0.1376302 0.3732594 0.9174614 0.4149529 0.01559281 0.9097092 0.4053593 0.03131979 0.9136208 0.3955407 0.04716563 0.9172366 0.3855034 0.0631144 0.9205453 0.3752546 0.0791493 0.9235363 0.3648023 0.0952531 0.9261998 0.3541554 0.1114078 0.928527 0.3433235 0.1275951 0.9305097 0.3323171 0.1437962 0.9321416 0.3211473 0.1599921 0.9334168 0.3098261 0.1761636 0.9343309 0.2983658 0.1922916 0.9348807 0.2867794 0.2083567 0.9350641 0.2750806 0.2243402 0.9348808 0.2632831 0.2402232 0.9343312 0.2514012 0.2559874 0.9334173 0.2394493 0.2716151 0.9321423 0.227442 0.2870889 0.9305106 0.2153939 0.3023926 0.928528 0.2033196 0.3175103 0.9262011 0.1912336 0.3324272 0.9235377 0.1791502 0.3471292 0.920547 0.1670834 0.3616033 0.9172383 0.1550469 0.3758378 0.9136226 0.143054 0.3898217 0.9097113 0.4323131 0.01562774 0.9015882 0.4228564 0.03139638 0.9056528 0.4131655 0.04729086 0.9094272 0.4032462 0.06329524 0.9128999 0.3931052 0.07939285 0.9160596 0.3827498 0.09556639 0.9188959 0.3721887 0.1117979 0.9213994 0.3614309 0.1280689 0.9235616 0.3504865 0.1443604 0.9253752 0.3393665 0.1606532 0.9268338 0.3280825 0.176928 0.9279323 0.3166468 0.1931651 0.9286668 0.3050721 0.2093451 0.9290348 0.2933719 0.2254486 0.929035 0.2815603 0.2414564 0.9286671 0.2696514 0.2573498 0.9279327 0.2576599 0.2731105 0.9268344 0.2456004 0.2887207 0.925376 0.2334879 0.3041636 0.9235627 0.2213373 0.3194227 0.9214006 0.2091635 0.3344826 0.9188972 0.1969812 0.3493287 0.9160611 0.1848049 0.3639476 0.9129015 0.1726487 0.3783268 0.909429 0.1605265 0.3924548 0.9056547 0.1484516 0.4063212 0.9015904 0.4495848 0.01565694 0.8931005 0.4402752 0.03146159 0.8973114 0.4307228 0.04739892 0.9012387 0.4209325 0.06345319 0.9048699 0.4109106 0.07960784 0.9081933 0.4006638 0.09584546 0.9111981 0.3902003 0.1121481 0.9138745 0.3795287 0.1284973 0.9162131 0.3686587 0.1448739 0.918206 0.3576009 0.1612585 0.9198464 0.3463665 0.1776316 0.9211283 0.3349677 0.1939731 0.9220471 0.323417 0.2102636 0.9225999 0.3117279 0.2264829 0.9227845 0.2999141 0.2426118 0.9226001 0.2879902 0.2586309 0.9220476 0.2759705 0.2745215 0.9211288 0.2638701 0.2902653 0.9198471 0.2517041 0.3058449 0.918207 0.2394877 0.3212432 0.9162142 0.2272361 0.3364445 0.9138758 0.2149645 0.3514335 0.9111996 0.2026877 0.3661962 0.908195 0.1904204 0.3807194 0.9048717 0.1781769 0.3949913 0.9012407 0.1659712 0.4090009 0.8973135 0.1538166 0.4227386 0.8931027 0.4667475 0.01568049 0.8842516 0.457595 0.03151524 0.888602 0.4481912 0.04748958 0.8926753 0.4385408 0.06358784 0.8964589 0.428649 0.07979351 0.8999406 0.4185224 0.0960893 0.903109 0.4081682 0.1124573 0.9059537 0.3975949 0.1288788 0.908465 0.3868115 0.1453349 0.9106342 0.3758283 0.1618059 0.9124538 0.3646561 0.178272 0.9139174 0.3533067 0.1947131 0.9150197 0.3417927 0.2111091 0.915757 0.330127 0.2274399 0.9161263 0.3183236 0.2436856 0.9161264 0.3063966 0.2598266 0.9157572 0.2943608 0.2758435 0.9150202 0.2822312 0.2917178 0.913918 0.2700231 0.3074313 0.9124547 0.257752 0.3229665 0.9106353 0.2454332 0.3383071 0.9084662 0.2330824 0.3534373 0.9059551 0.2207149 0.3683424 0.9031107 0.2083456 0.3830089 0.8999424 0.1959896 0.3974242 0.896461 0.1836611 0.4115767 0.8926776 0.1713742 0.4254563 0.8886044 0.1591424 0.4390539 0.8842542 0.4837807 0.01569819 0.8750484 0.4747946 0.0315572 0.8795307 0.4655495 0.04756247 0.8837428 0.4560492 0.06369864 0.8876721 0.4462984 0.0799492 0.8913057 0.436303 0.09629708 0.8946321 0.4260698 0.1127243 0.8976401 0.4156065 0.1292123 0.9003195 0.404922 0.1457419 0.9026613 0.3940257 0.1622936 0.9046571 0.3829283 0.1788471 0.9063 0.371641 0.1953823 0.907584 0.3601762 0.2118788 0.9085045 0.3485468 0.2283163 0.9090582 0.3367663 0.2446743 0.9092431 0.3248488 0.2609329 0.9090583 0.3128094 0.2770724 0.908505 0.3006627 0.2930735 0.9075846 0.2884244 0.3089178 0.9063008 0.2761101 0.3245872 0.9046582 0.2637355 0.3400648 0.9026625 0.2513163 0.3553341 0.900321 0.2388682 0.3703801 0.8976417 0.2264069 0.3851885 0.8946339 0.2139475 0.3997462 0.8913077 0.2015052 0.4140412 0.8876743 0.1890943 0.4280627 0.8837453 0.176729 0.4418011 0.8795332 0.1644227 0.4552479 0.8750511 0.5006641 0.01570999 0.8654991 0.4918533 0.03158724 0.8701049 0.4827762 0.04761743 0.8744483 0.4734359 0.06378519 0.8785157 0.4638365 0.08007442 0.8822946 0.4539833 0.09646809 0.8857726 0.4438824 0.1129484 0.8889383 0.4335409 0.1294966 0.8917808 0.422967 0.1460936 0.8942906 0.4121699 0.1627198 0.8964587 0.4011597 0.179355 0.8982776 0.3899472 0.1959787 0.8997408 0.3785445 0.2125702 0.9008429 0.3669642 0.2291091 0.9015799 0.3552195 0.2455745 0.9019492 0.3433246 0.2619462 0.9019493 0.331294 0.2782039 0.9015802 0.3191429 0.294328 0.9008434 0.3068867 0.3102995 0.8997415 0.2945412 0.3260999 0.8982785 0.2821223 0.3417116 0.8964598 0.269646 0.3571178 0.8942917 0.2571285 0.3723028 0.8917822 0.2445855 0.3872516 0.8889399 0.232033 0.4019506 0.8857745 0.2194862 0.4163873 0.8822966 0.2069602 0.4305503 0.878518 0.1944698 0.4444293 0.8744508 0.1820289 0.4580156 0.8701076 0.1696511 0.4713013 0.8655019 0.5173779 0.01571595 0.8556128 0.5087507 0.03160536 0.8603335 0.4998506 0.04765409 0.8647997 0.4906797 0.06384724 0.8689976 0.4812418 0.08016878 0.8729143 0.4715411 0.09660178 0.876537 0.4615834 0.1131286 0.8798539 0.451375 0.1297305 0.8828536 0.4409236 0.1463887 0.8855262 0.4302377 0.1630831 0.8878622 0.419327 0.1797937 0.8898534 0.4082021 0.1964999 0.8914925 0.3968742 0.2131807 0.8927737 0.3853557 0.2298154 0.8936922 0.3736599 0.2463831 0.8942447 0.3618004 0.2628628 0.8944292 0.3497917 0.2792342 0.894245 0.3376489 0.295477 0.8936926 0.3253874 0.3115719 0.8927742 0.3130232 0.3274998 0.8914933 0.3005722 0.3432426 0.8898544 0.2880508 0.358783 0.8878635 0.2754752 0.3741044 0.8855276 0.2628618 0.3891918 0.8828553 0.2502266 0.4040306 0.8798556 0.2375856 0.4186078 0.8765389 0.2249542 0.4329115 0.8729165 0.2123478 0.446931 0.8690001 0.1997808 0.4606567 0.8648023 0.1872676 0.4740804 0.8603363 0.1748215 0.4871951 0.8556158 0.5339027 0.01571595 0.8453998 0.5254671 0.03161138 0.8502264 0.5167523 0.04767251 0.8548067 0.5077598 0.06388461 0.8591268 0.4984926 0.08023184 0.8631732 0.4889546 0.09669756 0.8669332 0.4791504 0.1132642 0.8703942 0.4690862 0.1299134 0.8735449 0.4587687 0.1466259 0.8763745 0.4482059 0.1633822 0.878873 0.437407 0.1801618 0.8810317 0.4263818 0.1969441 0.882843 0.4151415 0.2137082 0.8842999 0.4036979 0.2304329 0.8853974 0.3920639 0.2470971 0.8861315 0.380253 0.2636796 0.8864992 0.3682793 0.2801596 0.8864993 0.3561579 0.2965165 0.8861318 0.3439042 0.3127305 0.8853979 0.331534 0.328782 0.8843006 0.3190636 0.3446523 0.8828438 0.3065093 0.3603237 0.881033 0.2938876 0.375779 0.8788744 0.2812153 0.3910026 0.876376 0.2685087 0.4059793 0.8735467 0.2557842 0.4206957 0.8703963 0.2430577 0.4351392 0.8669353 0.230345 0.4492985 0.8631756 0.2176612 0.4631634 0.8591294 0.2050212 0.4767253 0.8548095 0.1924389 0.4899767 0.8502295 0.1799279 0.5029112 0.845403 0.55022 0.01571005 0.834872 0.5419829 0.03160536 0.8397951 0.5334609 0.04767251 0.8444802 0.5246552 0.06389707 0.8489136 0.5155677 0.08026343 0.8530814 0.5062017 0.0967552 0.8569704 0.4965612 0.113355 0.8605682 0.4866515 0.1300445 0.8638626 0.4764789 0.1468047 0.8668426 0.4660507 0.163616 0.8694978 0.4553754 0.180458 0.8718189 0.4444624 0.19731 0.8737974 0.4333221 0.2141509 0.8754264 0.4219663 0.2309595 0.8766996 0.410407 0.2477142 0.8776124 0.3986577 0.2643938 0.8781616 0.3867324 0.280977 0.878345 0.3746457 0.297443 0.8781619 0.3624129 0.3137714 0.8776129 0.3500499 0.3299421 0.8767003 0.3375729 0.3459361 0.8754272 0.3249984 0.3617349 0.8737985 0.3123432 0.3773212 0.8718202 0.2996241 0.3926783 0.8694993 0.2868579 0.4077908 0.8668444 0.2740612 0.4226446 0.8638646 0.2612505 0.4372264 0.8605703 0.2484419 0.4515244 0.8569727 0.2356513 0.4655281 0.8530839 0.2228939 0.479228 0.8489162 0.2101843 0.4926162 0.8444831 0.1975367 0.5056861 0.8397982 0.1849645 0.5184317 0.8348753 0.5663117 0.01569819 0.8240417 0.5582795 0.0315873 0.8290513 0.5499575 0.04765415 0.833832 0.5413461 0.06388461 0.8383693 0.5324466 0.08026349 0.8426496 0.5232616 0.09677451 0.8466594 0.5137942 0.1134005 0.8503857 0.5040491 0.1301233 0.8538164 0.4940319 0.1469243 0.8569397 0.4837494 0.1637836 0.859745 0.4732092 0.1806811 0.8622223 0.4624202 0.1975959 0.864363 0.4513925 0.2145071 0.8661592 0.4401369 0.2313929 0.8676041 0.4286654 0.248232 0.8686926 0.4169909 0.2650027 0.8694206 0.4051271 0.2816835 0.8697854 0.3930883 0.2982531 0.8697855 0.3808898 0.3146907 0.8694209 0.3685473 0.330976 0.8686932 0.356077 0.3470894 0.8676049 0.3434954 0.3630119 0.8661601 0.3308195 0.3787255 0.8643642 0.3180662 0.3942132 0.8622238 0.3052526 0.4094589 0.8597466 0.2923956 0.4244478 0.8569415 0.2795122 0.4391664 0.8538184 0.2666189 0.453602 0.850388 0.253732 0.4677434 0.8466618 0.2408671 0.4815809 0.8426523 0.2280398 0.495106 0.8383722 0.2152644 0.5083112 0.833835 0.2025554 0.5211907 0.8290546 0.1899258 0.5337396 0.8240451 0.5821607 0.01568049 0.8129225 0.5743391 0.03155726 0.8180089 0.5662235 0.04761743 0.8228752 0.5578134 0.0638473 0.827507 0.5491095 0.0802319 0.8318904 0.5401135 0.09675526 0.8360119 0.5308281 0.1134005 0.8398583 0.5212571 0.1301497 0.8434169 0.5114054 0.1469842 0.8466759 0.5012791 0.1638844 0.8496242 0.490885 0.1808302 0.8522513 0.4802318 0.1978009 0.854548 0.4693284 0.2147753 0.8565059 0.4581855 0.2317317 0.8581179 0.4468145 0.2486486 0.859378 0.4352278 0.265504 0.8602817 0.4234386 0.2822762 0.8608251 0.4114612 0.2989436 0.8610066 0.3993104 0.3154851 0.8608253 0.3870019 0.33188 0.8602821 0.3745517 0.3481081 0.8593788 0.3619764 0.3641499 0.8581188 0.3492929 0.3799871 0.856507 0.3365184 0.3956019 0.8545493 0.3236702 0.4109779 0.8522529 0.3107653 0.4260995 0.8496259 0.2978212 0.4409525 0.8466779 0.2848548 0.455524 0.843419 0.2718827 0.4698022 0.8398605 0.2589212 0.4837765 0.8360145 0.2459862 0.497438 0.8318932 0.2330929 0.5107788 0.8275099 0.220256 0.5237924 0.8228783 0.2074894 0.5364736 0.8180124 0.1948065 0.5488183 0.8129262 0.5977507 0.015657 0.8015291 0.5901447 0.0315153 0.8066821 0.5822409 0.04756259 0.8116239 0.5740384 0.06378531 0.8163402 0.565537 0.0801689 0.8208172 0.5567377 0.09669768 0.8250411 0.5476425 0.1133551 0.8289984 0.5382544 0.1301234 0.8326764 0.5285777 0.1469842 0.836063 0.5186175 0.1639181 0.8391464 0.5083804 0.180905 0.8419162 0.4978737 0.1979243 0.8443623 0.4871065 0.2149547 0.8464761 0.4760883 0.2319747 0.8482497 0.4648302 0.2489625 0.8496768 0.453344 0.2658959 0.8507518 0.4416426 0.2827531 0.8514708 0.4297398 0.2995123 0.851831 0.4176502 0.3161519 0.8518311 0.4053892 0.3326508 0.8514712 0.3929727 0.3489884 0.8507524 0.3804171 0.3651449 0.8496775 0.3677396 0.3811014 0.8482508 0.3549571 0.3968395 0.8464772 0.3420873 0.4123424 0.8443638 0.3291474 0.4275937 0.8419178 0.316155 0.4425789 0.8391483 0.3031276 0.4572843 0.836065 0.290082 0.4716975 0.8326787 0.2770352 0.4858077 0.829001 0.2640035 0.4996049 0.8250437 0.2510025 0.513081 0.8208201 0.2380476 0.526229 0.8163434 0.2251533 0.5390429 0.8116271 0.2123337 0.5515186 0.8066856 0.1996017 0.5636528 0.8015328 0.6130666 0.01562774 0.7898766 0.6056804 0.03146165 0.7950859 0.5979933 0.0474897 0.8000929 0.5900038 0.06369876 0.8048838 0.5817111 0.0800746 0.8094444 0.5731154 0.09660196 0.813761 0.5642178 0.1132644 0.8178199 0.5550208 0.1300446 0.8216084 0.5455278 0.1469244 0.8251138 0.5357432 0.1638845 0.8283243 0.5256729 0.1809051 0.8312288 0.5153236 0.1979655 0.8338173 0.5047036 0.2150446 0.8360802 0.4938217 0.2321209 0.8380095 0.4826886 0.2491723 0.839598 0.4713154 0.2661769 0.8408398 0.4597147 0.2831124 0.8417303 0.4478996 0.2999567 0.8422659 0.4358845 0.3166882 0.8424447 0.4236846 0.3332853 0.8422662 0.4113153 0.349727 0.8417307 0.3987933 0.3659932 0.8408405 0.3861352 0.3820642 0.839599 0.3733584 0.3979215 0.8380107 0.3604803 0.4135473 0.8360817 0.3475186 0.4289252 0.8338189 0.334491 0.4440397 0.8312307 0.3214151 0.4588766 0.8283264 0.3083084 0.4734231 0.825116 0.2951881 0.4876675 0.8216109 0.2820709 0.5015996 0.8178228 0.2689732 0.5152105 0.8137639 0.2559107 0.5284925 0.8094475 0.2428987 0.5414396 0.8048871 0.2299517 0.5540468 0.8000964 0.2170833 0.5663104 0.7950896 0.2043066 0.578228 0.7898806 0.6280941 0.01559287 0.7779812 0.620931 0.03139644 0.7832363 0.6134647 0.04739904 0.7882984 0.6056929 0.06358802 0.7931535 0.5976143 0.07994937 0.7977878 0.5892281 0.09646832 0.8021871 0.5805349 0.1131287 0.806338 0.5715365 0.1299136 0.8102275 0.5622352 0.1468049 0.8138427 0.5526351 0.1637837 0.8171715 0.5427411 0.1808304 0.8202027 0.5325592 0.1979243 0.8229256 0.5220969 0.2150446 0.8253306 0.5113626 0.2321696 0.8274089 0.5003661 0.2492775 0.8291528 0.4891181 0.2663459 0.830556 0.4776304 0.2833527 0.8316131 0.4659161 0.3002756 0.8323202 0.4539888 0.3170924 0.8326744 0.4418632 0.3337814 0.8326745 0.4295549 0.3503214 0.8323205 0.4170801 0.3666917 0.8316138 0.4044553 0.3828723 0.8305569 0.3916978 0.3988441 0.829154 0.3788251 0.4145888 0.8274103 0.3658549 0.4300893 0.8253321 0.3528054 0.4453299 0.8229275 0.3396942 0.4602956 0.8202047 0.326539 0.4749729 0.8171738 0.3133575 0.4893497 0.8138451 0.300167 0.5034153 0.8102301 0.2869841 0.5171601 0.8063409 0.2738252 0.5305758 0.8021901 0.260706 0.5436561 0.7977911 0.2476415 0.5563952 0.793157 0.2346463 0.5687891 0.788302 0.2217339 0.5808349 0.7832401 0.2089172 0.5925308 0.7779852 0.6428201 0.01555252 0.7658593 0.6358828 0.03131991 0.7711499 0.6286406 0.04729098 0.7762568 0.6210905 0.06345343 0.781166 0.6132304 0.07979375 0.7858635 0.6050591 0.09629738 0.7903355 0.5965763 0.1129486 0.7945685 0.587783 0.1297308 0.7985494 0.578681 0.1466262 0.802265 0.5692732 0.1636162 0.8057032 0.5595642 0.1806813 0.8088524 0.5495591 0.1978012 0.8117016 0.5392645 0.2149549 0.8142408 0.5286884 0.232121 0.8164608 0.5178398 0.2492776 0.8183537 0.5067287 0.2664024 0.8199121 0.4953663 0.2834731 0.8211304 0.4837651 0.3004673 0.822004 0.4719385 0.3173627 0.8225296 0.4599007 0.3341373 0.8227051 0.4476668 0.3507694 0.8225298 0.4352527 0.3672379 0.8220046 0.422675 0.3835225 0.8211311 0.4099507 0.3996037 0.819913 0.3970973 0.4154627 0.8183547 0.3841326 0.431082 0.8164622 0.3710746 0.4464449 0.8142424 0.3579413 0.4615362 0.8117035 0.3447509 0.4763417 0.8088544 0.3315211 0.4908488 0.8057054 0.3182696 0.5050461 0.8022674 0.3050135 0.5189234 0.798552 0.2917698 0.5324722 0.7945715 0.2785545 0.5456851 0.7903386 0.2653835 0.5585563 0.7858667 0.2522716 0.5710809 0.7811694 0.2392331 0.5832558 0.7762605 0.2262814 0.5950787 0.7711538 0.2134293 0.6065486 0.7658634 0.6572328 0.01550674 0.7535281 0.6505232 0.03123223 0.758844 0.6435076 0.04716581 0.7639852 0.6361823 0.06329542 0.768938 0.6285448 0.07960808 0.7736886 0.6205928 0.0960896 0.7782232 0.6123256 0.1127247 0.7825282 0.6037433 0.1294969 0.7865905 0.5948471 0.146389 0.7903968 0.5856392 0.1633825 0.7939351 0.5761231 0.1804583 0.7971932 0.5663034 0.1975963 0.8001601 0.556186 0.2147756 0.8028253 0.545778 0.231975 0.8051794 0.5350877 0.2491726 0.8072137 0.5241246 0.2663462 0.8089209 0.5128993 0.2834733 0.8102945 0.5014236 0.3005315 0.8113293 0.4897102 0.3174982 0.8120214 0.4777731 0.3343513 0.8123682 0.4656268 0.3510689 0.8123683 0.4532871 0.3676295 0.8120217 0.4407702 0.3840125 0.8113299 0.4280928 0.4001976 0.8102952 0.4152725 0.4161659 0.8089219 0.4023271 0.4318992 0.8072149 0.3892745 0.4473804 0.8051808 0.3761329 0.4625937 0.802827 0.3629206 0.4775244 0.800162 0.3496556 0.4921591 0.7971953 0.3363561 0.5064861 0.7939374 0.3230394 0.5204945 0.7903993 0.309723 0.534175 0.7865932 0.2964234 0.54752 0.7825312 0.283157 0.5605228 0.7782264 0.2699393 0.5731785 0.773692 0.2567849 0.585483 0.7689417 0.2437081 0.5974338 0.763989 0.2307222 0.6090297 0.7588479 0.2178395 0.6202702 0.7535323 0.6713216 0.01545572 0.7410051 0.6648409 0.03113383 0.7463359 0.6580536 0.04702395 0.7515013 0.6509556 0.06311458 0.7564874 0.6435435 0.07939314 0.7612808 0.6358147 0.09584581 0.7658677 0.6277675 0.1124576 0.7702345 0.6194014 0.1292127 0.7743681 0.6107168 0.1460941 0.7782555 0.6017152 0.1630836 0.781884 0.5923994 0.1801623 0.7852417 0.5827731 0.1973104 0.7883173 0.5728416 0.2145074 0.7911 0.5626111 0.2317321 0.7935799 0.5520892 0.2489627 0.7957481 0.5412847 0.2661772 0.7975968 0.5302075 0.2833529 0.7991189 0.5188689 0.3004674 0.800309 0.507281 0.3174982 0.8011621 0.4954571 0.3344227 0.8016756 0.4834116 0.3512188 0.8018469 0.4711595 0.367865 0.8016758 0.4587168 0.3843398 0.8011627 0.4461003 0.4006233 0.8003097 0.433327 0.4166954 0.7991199 0.4204146 0.4325379 0.797598 0.4073813 0.4481329 0.7957496 0.3942452 0.4634642 0.7935815 0.3810247 0.4785165 0.7911018 0.3677381 0.493276 0.7883194 0.3544037 0.50773 0.7852441 0.3410394 0.5218674 0.7818866 0.3276629 0.5356783 0.7782582 0.3142912 0.5491543 0.774371 0.3009412 0.5622884 0.7702377 0.287629 0.5750749 0.7658711 0.2743697 0.5875095 0.7612843 0.2611781 0.5995891 0.7564913 0.2480682 0.6113117 0.7515053 0.235053 0.622677 0.74634 0.2221446 0.6336852 0.7410092 0.685077 0.01539963 0.7283079 0.6788254 0.03102487 0.7336439 0.6722676 0.04686588 0.7388234 0.6653985 0.06291157 0.7438327 0.658214 0.0791496 0.7486585 0.6507112 0.0955668 0.7532874 0.6428877 0.1121485 0.7577059 0.634742 0.1288793 0.7619007 0.6262741 0.1457425 0.765859 0.6174845 0.1627203 0.769568 0.6083754 0.1797942 0.7730158 0.5989497 0.1969447 0.7761907 0.589212 0.2141515 0.7790818 0.5791676 0.2313934 0.781679 0.5688234 0.248649 0.783973 0.5581875 0.2658963 0.7859555 0.5472691 0.2831127 0.7876191 0.5360787 0.3002758 0.7889576 0.5246279 0.3173629 0.789966 0.5129296 0.3343514 0.7906405 0.5009973 0.351219 0.7909785 0.4888459 0.3679437 0.7909786 0.4764909 0.3845042 0.790641 0.4639486 0.4008795 0.7899666 0.4512361 0.4170499 0.7889584 0.4383708 0.432996 0.7876201 0.4253707 0.4487001 0.7859568 0.412254 0.464145 0.7839745 0.3990392 0.479315 0.7816807 0.3857448 0.4941958 0.7790839 0.3723891 0.5087739 0.7761929 0.3589905 0.5230379 0.7730183 0.3455669 0.5369772 0.7695707 0.3321359 0.5505828 0.7658619 0.3187146 0.5638472 0.7619038 0.3053196 0.5767641 0.7577091 0.2919668 0.5893286 0.7532908 0.2786715 0.6015373 0.7486622 0.265448 0.6133878 0.7438365 0.2523102 0.624879 0.7388273 0.2392708 0.6360109 0.7336481 0.2263419 0.6467849 0.7283123 0.6984907 0.01533859 0.7154548 0.6924682 0.03090584 0.7207861 0.68614 0.04669213 0.7259696 0.6795004 0.06268692 0.7309921 0.6725453 0.07887834 0.7358404 0.6652705 0.09525352 0.7405011 0.6576733 0.1117984 0.744961 0.6497516 0.1284978 0.749207 0.6415045 0.1453354 0.7532262 0.6329319 0.1622942 0.7570058 0.6240351 0.1793556 0.7605338 0.6148164 0.1965005 0.7637986 0.6052795 0.2137089 0.7667888 0.595429 0.2309601 0.7694944 0.5852711 0.2482326 0.7719056 0.574813 0.2655046 0.7740138 0.5640633 0.2827537 0.7758112 0.5530317 0.2999573 0.7772911 0.5417293 0.3170928 0.7784481 0.5301681 0.3341376 0.7792779 0.5183614 0.3510692 0.7797769 0.5063232 0.3678653 0.7799435 0.4940689 0.3845043 0.7797771 0.4816144 0.4009652 0.7792783 0.4689761 0.4172275 0.7784488 0.4561716 0.4332717 0.7772921 0.4432188 0.4490794 0.7758123 0.4301355 0.4646331 0.7740152 0.4169404 0.4799165 0.7719072 0.403652 0.4949146 0.7694962 0.3902889 0.5096138 0.7667909 0.3768696 0.5240015 0.7638008 0.3634123 0.5380669 0.7605364 0.349935 0.5518003 0.7570085 0.3364552 0.5651937 0.7532291 0.3229898 0.5782402 0.7492101 0.3095555 0.5909343 0.7449644 0.2961679 0.6032722 0.7405046 0.2828419 0.6152511 0.7358441 0.2695921 0.6268692 0.7309961 0.2564316 0.6381261 0.7259737 0.2433733 0.6490229 0.7207903 0.2304289 0.659561 0.7154591 0.711556 0.01527285 0.7024634 0.7057615 0.03077697 0.7077808 0.6996622 0.04650318 0.7129588 0.6932526 0.06244134 0.7179847 0.6865271 0.07858014 0.7228454 0.6794818 0.09490698 0.727528 0.672113 0.1114084 0.7320194 0.6644179 0.1280695 0.7363063 0.6563948 0.1448745 0.7403763 0.6480433 0.1618066 0.7442166 0.6393638 0.1788479 0.7478151 0.6303576 0.1959794 0.75116 0.6210278 0.2131816 0.7542401 0.6113783 0.2304338 0.7570448 0.6014144 0.247715 0.7595643 0.5911426 0.2650035 0.7617897 0.5805708 0.2822769 0.7637128 0.5697078 0.299513 0.7653266 0.5585643 0.3166889 0.7666251 0.5471515 0.3337821 0.7676033 0.5354819 0.3507699 0.7682576 0.5235693 0.36763 0.7685853 0.5114282 0.3843404 0.7685855 0.4990743 0.4008799 0.7682579 0.4865239 0.4172276 0.7676038 0.4737939 0.4333639 0.7666258 0.4609019 0.4492695 0.7653275 0.4478661 0.4649268 0.763714 0.4347047 0.4803189 0.7617911 0.4214364 0.4954301 0.7595659 0.4080798 0.5102464 0.7570466 0.3946535 0.5247547 0.7542421 0.3811762 0.5389435 0.7511622 0.367666 0.5528026 0.7478175 0.3541407 0.5663232 0.7442193 0.3406179 0.5794981 0.7403792 0.3271144 0.5923213 0.7363094 0.3136465 0.6047883 0.7320226 0.3002297 0.6168955 0.7275314 0.2868789 0.6286411 0.7228492 0.273608 0.6400243 0.7179886 0.2604305 0.6510453 0.7129628 0.2473586 0.6617055 0.707785 0.2344037 0.6720073 0.7024679 0.7242671 0.01520258 0.689352 0.7186989 0.03063875 0.6946461 0.7128277 0.04629969 0.6998094 0.706647 0.06217575 0.704829 0.7001516 0.07825595 0.7096926 0.6933364 0.09452831 0.7143872 0.6861971 0.1109797 0.7188999 0.6787305 0.1275957 0.7232181 0.6709342 0.1443611 0.7273288 0.662807 0.1612592 0.7312197 0.6543486 0.1782728 0.7348787 0.6455598 0.1953832 0.738294 0.6364426 0.2125711 0.7414542 0.6270004 0.2298164 0.7443488 0.6172375 0.247098 0.7469674 0.6071598 0.2643947 0.7493013 0.5967743 0.2816843 0.7513418 0.5860893 0.2989445 0.7530813 0.5751144 0.3161526 0.7545137 0.5638603 0.3332861 0.7556334 0.552339 0.3503222 0.7564364 0.5405636 0.3672385 0.7569194 0.5285481 0.3840129 0.7570807 0.5163074 0.4006239 0.7569196 0.5038576 0.4170502 0.7564367 0.4912154 0.4332719 0.755634 0.4783981 0.4492695 0.7545145 0.4654234 0.4650248 0.7530823 0.4523096 0.4805203 0.751343 0.4390753 0.4957401 0.7493028 0.4257392 0.5106694 0.7469692 0.41232 0.5252946 0.7443506 0.3988364 0.5396035 0.7414563 0.3853069 0.5535857 0.7382963 0.3717496 0.5672316 0.7348812 0.3581824 0.5805334 0.7312225 0.3446226 0.5934845 0.7273318 0.3310867 0.6060798 0.7232212 0.317591 0.6183154 0.7189033 0.3041508 0.630189 0.7143909 0.2907807 0.6416989 0.7096964 0.2774946 0.6528453 0.704833 0.2643053 0.6636293 0.6998135 0.2512249 0.6740525 0.6946505 0.2382648 0.684118 0.6893566 0.7366194 0.01512801 0.6761383 0.7312754 0.03049147 0.6814005 0.7256305 0.04608219 0.6865399 0.7196778 0.06189078 0.6915442 0.7134115 0.07790684 0.6964011 0.706826 0.09411877 0.7010981 0.6999168 0.1105138 0.7056226 0.6926798 0.1270782 0.7099619 0.6851121 0.1437969 0.7141035 0.6772117 0.160654 0.7180353 0.6689776 0.1776324 0.7217448 0.6604101 0.194714 0.7252207 0.6515102 0.2118798 0.7284513 0.6422806 0.22911 0.7314261 0.632725 0.246384 0.7341348 0.6228483 0.2636807 0.736568 0.612657 0.2809781 0.738717 0.6021583 0.298254 0.7405741 0.5913612 0.3154861 0.7421324 0.5802758 0.3326516 0.7433862 0.5689132 0.3497279 0.7443307 0.5572859 0.3666926 0.7449624 0.5454074 0.3835232 0.745279 0.5332922 0.4001981 0.7452791 0.5209557 0.4166961 0.7449628 0.5084143 0.4329966 0.7443313 0.4956847 0.4490797 0.7433869 0.4827847 0.4649268 0.7421334 0.4697323 0.4805204 0.7405753 0.4565459 0.4958437 0.7387183 0.4432442 0.5108813 0.7365696 0.4298461 0.5256194 0.7341367 0.4163701 0.5400451 0.7314282 0.4028351 0.5541473 0.7284536 0.3892595 0.5679159 0.7252233 0.3756612 0.5813425 0.7217476 0.3620582 0.59442 0.7180382 0.3484672 0.6071427 0.7141066 0.3349052 0.6195063 0.7099652 0.3213877 0.6315076 0.7056261 0.3079299 0.643145 0.7011018 0.2945463 0.6544178 0.696405 0.2812504 0.6653264 0.6915482 0.2680547 0.6758726 0.6865441 0.2549713 0.686059 0.6814048 0.242011 0.6958891 0.6761429 0.7486098 0.01504927 0.66284 0.7434871 0.03033566 0.6680619 0.738066 0.0458514 0.6731689 0.7323395 0.06158745 0.6781489 0.7263009 0.0775339 0.6829901 0.7199444 0.09367954 0.6876803 0.713265 0.1100122 0.692207 0.7062578 0.1265186 0.6965579 0.6989196 0.143184 0.7007209 0.6912477 0.159993 0.7046836 0.6832404 0.1769289 0.7084341 0.674897 0.1939742 0.7119607 0.6662183 0.2111101 0.7152521 0.657206 0.2283174 0.7182976 0.647863 0.2455757 0.7210868 0.6381934 0.262864 0.7236101 0.6282029 0.2801609 0.7258588 0.6178982 0.2974443 0.7278246 0.6072872 0.3146919 0.7295006 0.5963795 0.3318812 0.7308805 0.5851854 0.3489896 0.7319593 0.5737167 0.3659944 0.7327327 0.5619863 0.3828734 0.7331981 0.550008 0.3996047 0.7333534 0.537797 0.4161669 0.7331983 0.5253688 0.4325389 0.7327332 0.5127399 0.4487009 0.7319599 0.4999279 0.4646337 0.7308813 0.4869504 0.4803193 0.7295016 0.4738257 0.4957405 0.7278259 0.4605723 0.5108817 0.7258602 0.4472091 0.5257281 0.7236118 0.4337548 0.5402666 0.7210887 0.4202281 0.5544853 0.7182996 0.4066479 0.5683737 0.7152544 0.3930322 0.5819228 0.7119631 0.3793993 0.5951249 0.7084367 0.3657665 0.6079736 0.7046864 0.3521507 0.6204642 0.7007239 0.3385684 0.632593 0.6965612 0.3250351 0.6443578 0.6922104 0.3115658 0.6557573 0.6876839 0.2981745 0.6667918 0.682994 0.2848743 0.6774623 0.678153 0.2716779 0.6877712 0.673173 0.2585967 0.6977214 0.6680663 0.2456412 0.7073171 0.6628445 0.7602362 0.01496666 0.6494744 0.7553315 0.03017175 0.6546481 0.7501312 0.04560786 0.6597144 0.7446283 0.06126654 0.6646618 0.7388154 0.07713818 0.6694786 0.7326865 0.09321206 0.6741529 0.7262357 0.1094765 0.6786727 0.7194582 0.1259185 0.683026 0.7123497 0.1425241 0.6872007 0.7049071 0.1592782 0.6911848 0.6971281 0.1761646 0.6949666 0.6890113 0.1931661 0.6985343 0.6805569 0.2102646 0.7018769 0.6717655 0.227441 0.7049834 0.6626396 0.2446755 0.7078437 0.6531826 0.2619473 0.7104479 0.643399 0.2792354 0.712787 0.633295 0.2965179 0.7148529 0.6228778 0.3137726 0.716638 0.612156 0.3309773 0.7181358 0.6011394 0.3481093 0.7193409 0.5898391 0.3651461 0.7202488 0.578267 0.3820654 0.7208559 0.5664368 0.3988451 0.7211601 0.5543625 0.4154637 0.7211602 0.5420597 0.4319 0.7208563 0.5295442 0.4481339 0.7202493 0.516833 0.4641457 0.7193416 0.5039436 0.4799171 0.7181368 0.490894 0.4954305 0.7166391 0.4777026 0.5106697 0.7148542 0.4643882 0.5256197 0.7127887 0.4509693 0.5402665 0.7104496 0.437465 0.5545979 0.7078456 0.423894 0.5686029 0.7049856 0.4102748 0.5822716 0.7018793 0.3966255 0.5955958 0.6985368 0.3829641 0.608569 0.6949693 0.3693078 0.6211854 0.6911878 0.3556734 0.6334409 0.6872039 0.342077 0.6453326 0.6830293 0.3285339 0.6568592 0.6786763 0.3150587 0.6680201 0.6741566 0.3016653 0.6788161 0.6694825 0.2883666 0.6892488 0.6646659 0.2751747 0.6993213 0.6597187 0.2621008 0.7090368 0.6546526 0.2491554 0.7184 0.649479 0.7714974 0.01488029 0.6360585 0.7668069 0.03000015 0.6411765 0.7618241 0.04535233 0.6461944 0.7565416 0.06092894 0.651101 0.7509518 0.07672083 0.6558851 0.7450483 0.09271764 0.660535 0.7388247 0.1089082 0.6650391 0.7322757 0.12528 0.6693858 0.7253965 0.1418195 0.6735631 0.7181833 0.1585121 0.6775593 0.7106335 0.1753421 0.6813628 0.7027448 0.1922927 0.6849622 0.6945167 0.2093463 0.6883464 0.6859493 0.2264842 0.6915045 0.6770441 0.2436869 0.6944264 0.6678038 0.2609342 0.6971021 0.6582325 0.2782052 0.6995226 0.6483352 0.2954785 0.7016794 0.6381185 0.312732 0.7035648 0.6275902 0.3299435 0.7051722 0.6167593 0.3470908 0.7064955 0.6056362 0.3641513 0.70753 0.5942323 0.3811027 0.7082717 0.5825603 0.3979229 0.7087178 0.5706338 0.41459 0.7088668 0.5584676 0.4310832 0.7087181 0.5460774 0.4473815 0.7082721 0.5334794 0.4634654 0.7075306 0.5206909 0.479316 0.7064964 0.5077297 0.4949154 0.7051732 0.4946137 0.5102471 0.7035661 0.4813616 0.5252952 0.7016808 0.467992 0.5400456 0.6995242 0.4545238 0.5544854 0.6971039 0.4409759 0.568603 0.6944284 0.4273667 0.5823882 0.6915068 0.413715 0.5958321 0.6883489 0.4000385 0.6089272 0.6849648 0.3863551 0.6216677 0.6813657 0.3726816 0.6340487 0.6775623 0.3590348 0.6460669 0.6735664 0.3454304 0.6577203 0.6693892 0.3318835 0.6690078 0.6650427 0.3184084 0.6799299 0.6605388 0.3050187 0.6904876 0.6558891 0.2917269 0.7006835 0.6511052 0.2785449 0.7105209 0.6461988 0.2654837 0.7200037 0.6411811 0.2525532 0.7291368 0.6360632 0.7823936 0.01479053 0.6226087 0.7779129 0.02982127 0.6276641 0.7731438 0.04508554 0.6326263 0.7680781 0.06057572 0.6374846 0.7627084 0.07628303 0.642228 0.7570275 0.09219777 0.6468455 0.7510288 0.108309 0.6513255 0.7447065 0.1246049 0.6556568 0.7380554 0.1410723 0.6598279 0.7310712 0.157697 0.6638273 0.7237505 0.1744639 0.6676434 0.7160906 0.1913567 0.6712651 0.7080901 0.2083581 0.6746815 0.6997488 0.22545 0.6778819 0.6910673 0.2426133 0.680856 0.6820475 0.2598282 0.6835938 0.6726926 0.277074 0.6860864 0.6630072 0.2943298 0.6883252 0.6529969 0.3115737 0.6903021 0.6426687 0.3287838 0.6920102 0.632031 0.3459379 0.6934435 0.6210932 0.3630138 0.6945965 0.6098663 0.3799889 0.695465 0.598362 0.3968412 0.6960459 0.5865936 0.4135491 0.696337 0.574575 0.430091 0.6963371 0.5623214 0.4464464 0.6960462 0.5498487 0.4625951 0.6954655 0.5371735 0.4785181 0.6945971 0.5243132 0.494197 0.6934443 0.5112857 0.5096148 0.6920112 0.4981093 0.5247557 0.6903033 0.4848026 0.5396046 0.6883266 0.4713842 0.5541481 0.686088 0.4578731 0.5683742 0.6835957 0.4442879 0.5822721 0.680858 0.4306472 0.5958322 0.6778841 0.4169693 0.6090469 0.674684 0.4032721 0.6219093 0.6712678 0.389573 0.6344143 0.6676462 0.3758888 0.6465578 0.6638302 0.3622359 0.6583374 0.6598312 0.3486296 0.6697515 0.6556603 0.3350849 0.6807999 0.6513291 0.3216156 0.6914835 0.6468492 0.3082352 0.7018042 0.642232 0.2949559 0.7117648 0.6374887 0.2817891 0.7213692 0.6326307 0.2687455 0.7306216 0.6276687 0.2558349 0.7395277 0.6226134 0.7929257 0.01469749 0.6091411 0.7886503 0.0296356 0.6141272 0.7840904 0.04480808 0.6190269 0.7792378 0.06020766 0.6238297 0.7740844 0.07582598 0.6285251 0.7686229 0.09165382 0.6331022 0.7628464 0.1076807 0.6375502 0.7567486 0.1238951 0.6418579 0.7503239 0.1402845 0.6460143 0.7435673 0.1568353 0.6500079 0.7364751 0.1735327 0.6538277 0.7290441 0.1903609 0.6574629 0.7212721 0.2073031 0.6609024 0.7131582 0.2243416 0.6641358 0.7047023 0.2414579 0.6671527 0.6959058 0.2586326 0.6699436 0.686771 0.2758452 0.672499 0.6773018 0.2930753 0.6748105 0.6675029 0.3103013 0.6768699 0.6573808 0.3275017 0.6786702 0.6469428 0.3446542 0.6802046 0.6361979 0.3617368 0.681468 0.625156 0.3787274 0.6824555 0.6138284 0.3956038 0.6831635 0.6022274 0.4123441 0.6835895 0.5903666 0.428927 0.6837316 0.5782603 0.4453317 0.6835896 0.565924 0.4615377 0.683164 0.5533739 0.4775258 0.6824561 0.5406269 0.4932776 0.6814688 0.5277006 0.5087754 0.6802057 0.5146128 0.5240027 0.6786714 0.501382 0.5389445 0.6768714 0.4880269 0.5535867 0.6748121 0.4745662 0.5679169 0.6725009 0.4610185 0.5819234 0.6699456 0.4474026 0.5955964 0.6671549 0.4337369 0.6089276 0.6641381 0.4200394 0.6219096 0.660905 0.4063279 0.6345365 0.6574656 0.3926195 0.6468039 0.6538308 0.3789309 0.6587087 0.650011 0.3652779 0.6702488 0.6460175 0.3516758 0.6814236 0.6418613 0.3381391 0.6922333 0.6375539 0.3246816 0.7026797 0.6331061 0.3113159 0.7127647 0.628529 0.2980543 0.7224922 0.6238339 0.2849079 0.7318659 0.6190313 0.271887 0.740891 0.6141318 0.259001 0.7495732 0.6091457 0.8030959 0.0146014 0.5956709 0.7990208 0.02944362 0.6005821 0.7946655 0.04452073 0.6054129 0.7900212 0.05982577 0.6101535 0.78508 0.07535094 0.6147939 0.7798343 0.09108734 0.6193235 0.7742766 0.1070249 0.6237319 0.7684003 0.1231528 0.6280083 0.7621995 0.1394588 0.6321417 0.7556688 0.1559297 0.6361214 0.7488038 0.1725514 0.6399366 0.7416008 0.1893085 0.6435764 0.7340571 0.2061848 0.6470301 0.7261711 0.223163 0.6502875 0.7179422 0.2402249 0.6533384 0.7093709 0.2573516 0.6561731 0.700459 0.2745234 0.6587824 0.6912093 0.2917198 0.6611576 0.6816262 0.3089198 0.6632905 0.6717151 0.3261021 0.665174 0.6614827 0.3432447 0.6668012 0.6509371 0.3603259 0.6681663 0.6400876 0.3773235 0.6692646 0.6289446 0.3942154 0.6700918 0.6175199 0.4109801 0.6706451 0.6058261 0.4275958 0.6709222 0.5938772 0.4440418 0.6709223 0.581688 0.4602977 0.6706453 0.5692742 0.4763436 0.6700923 0.5566521 0.492161 0.6692652 0.543839 0.5077319 0.6681672 0.5308526 0.5230396 0.6668022 0.5177107 0.5380684 0.6651752 0.504432 0.5528039 0.663292 0.4910349 0.5672329 0.6611592 0.4775384 0.5813437 0.6587842 0.4639609 0.5951257 0.6561751 0.450321 0.6085699 0.6533405 0.4366368 0.6216683 0.6502898 0.4229263 0.6344147 0.6470327 0.409207 0.646804 0.643579 0.3954958 0.6588327 0.6399395 0.3818089 0.670498 0.6361246 0.3681621 0.6817987 0.632145 0.3545702 0.6927348 0.6280117 0.3410474 0.703307 0.6237354 0.3276071 0.7135176 0.6193273 0.3142619 0.7233693 0.6147978 0.3010233 0.732866 0.6101576 0.2879024 0.7420124 0.6054172 0.274909 0.7508135 0.6005865 0.2620524 0.7592754 0.5956757 0.8129068 0.01450258 0.5822132 0.8090269 0.02924579 0.5870436 0.804871 0.04422408 0.5917997 0.8004305 0.05943101 0.5964721 0.7956972 0.07485902 0.601051 0.7906628 0.09049969 0.6055262 0.7853202 0.1063435 0.6098878 0.7796621 0.1223798 0.6141255 0.7736823 0.1385971 0.6182285 0.7673751 0.1549827 0.6221864 0.7607353 0.1715227 0.6259886 0.753759 0.1882025 0.6296247 0.7464429 0.2050063 0.6330842 0.7387847 0.2219173 0.6363568 0.7307832 0.2389178 0.6394327 0.7224383 0.2559893 0.6423023 0.7137511 0.2731125 0.6449565 0.7047238 0.2902674 0.6473864 0.6953598 0.3074334 0.649584 0.6856639 0.3245894 0.6515419 0.675642 0.3417139 0.653253 0.6653015 0.3587852 0.6547115 0.6546508 0.3757814 0.6559121 0.6436997 0.3926807 0.6568505 0.6324592 0.4094613 0.6575234 0.6209412 0.4261018 0.6579281 0.6091592 0.4425811 0.6580632 0.5971271 0.4588788 0.6579282 0.58486 0.4749751 0.6575237 0.5723741 0.4908508 0.6568511 0.5596859 0.506488 0.6559129 0.5468126 0.5218694 0.6547125 0.5337721 0.536979 0.6532542 0.5205824 0.5518019 0.6515432 0.5072621 0.5663247 0.6495856 0.4938298 0.5805348 0.6473882 0.480304 0.5944213 0.6449586 0.4667032 0.6079745 0.6423045 0.4530458 0.6211863 0.6394351 0.4393497 0.6340494 0.6363593 0.4256328 0.6465584 0.6330869 0.4119122 0.658709 0.6296276 0.3982045 0.6704981 0.6259917 0.3845255 0.6819239 0.6221897 0.3708909 0.6929857 0.618232 0.3573151 0.7036842 0.6141291 0.3438119 0.7140206 0.6098917 0.3303945 0.7239977 0.6055303 0.3170748 0.7336187 0.6010551 0.3038645 0.7428879 0.5964764 0.2907739 0.75181 0.5918041 0.2778128 0.760391 0.5870481 0.26499 0.7686369 0.5822178 0.8223624 0.01440113 0.5687818 0.818672 0.02904248 0.5735265 0.8147103 0.04391896 0.5782027 0.8104685 0.05902433 0.5828011 0.805938 0.07435154 0.5873124 0.8011107 0.0898925 0.5917271 0.7959789 0.1056382 0.5960354 0.7905352 0.1215783 0.6002273 0.7847729 0.137702 0.6042926 0.778686 0.1539969 0.6082212 0.7722691 0.1704497 0.6120028 0.7655175 0.1870464 0.6156271 0.7584274 0.2037714 0.619084 0.7509962 0.2206085 0.6223636 0.743222 0.2375407 0.625456 0.7351042 0.25455 0.628352 0.7266429 0.2716172 0.6310423 0.7178397 0.288723 0.6335181 0.7086975 0.3058472 0.6357715 0.6992201 0.322969 0.6377948 0.6894129 0.3400672 0.6395812 0.6792824 0.3571203 0.6411244 0.6688362 0.374107 0.642419 0.6580834 0.3910052 0.6434603 0.6470342 0.4077935 0.6442447 0.6356999 0.4244505 0.6447693 0.6240932 0.4409551 0.6450321 0.6122274 0.4572868 0.6450322 0.6001171 0.4734255 0.6447695 0.5877777 0.4893522 0.6442452 0.5752253 0.5050483 0.643461 0.5624768 0.5204966 0.6424198 0.5495494 0.5356805 0.6411255 0.5364612 0.5505849 0.6395825 0.5232303 0.5651956 0.6377962 0.5098751 0.5794999 0.6357731 0.496414 0.5934861 0.6335198 0.4828655 0.6071442 0.6310442 0.4692481 0.6204654 0.6283541 0.4555799 0.633442 0.6254584 0.4418786 0.6460679 0.6223661 0.4281617 0.6583382 0.6190868 0.4144461 0.6702494 0.61563 0.400748 0.6817991 0.6120058 0.3870832 0.692986 0.6082245 0.3734667 0.7038103 0.6042962 0.3599127 0.7142729 0.6002309 0.3464347 0.7243758 0.5960392 0.3330454 0.734122 0.591731 0.3197567 0.7435153 0.5873165 0.3065796 0.7525604 0.5828053 0.2935242 0.7612622 0.578207 0.2806 0.7696271 0.5735311 0.2678155 0.7776612 0.5687865 0.8314669 0.0142973 0.5553904 0.8279604 0.02883422 0.560045 0.8241872 0.04360592 0.5646362 0.8201386 0.05860662 0.5691554 0.815806 0.07382959 0.5735938 0.8111808 0.08926707 0.5779421 0.8062553 0.1049106 0.5821909 0.8010218 0.1207503 0.5863307 0.7954732 0.1367756 0.5903515 0.7896032 0.1529749 0.5942436 0.7834061 0.1693353 0.5979971 0.7768766 0.185843 0.6016021 0.7700107 0.2024832 0.6050487 0.7628051 0.2192404 0.6083271 0.7552574 0.2360978 0.6114279 0.7473663 0.2530378 0.6143417 0.7391312 0.2700419 0.6170595 0.7305535 0.2870912 0.6195726 0.7216348 0.3041659 0.6218732 0.7123786 0.3212456 0.6239535 0.7027894 0.3383095 0.6258065 0.6928729 0.3553366 0.6274259 0.682636 0.3723053 0.6288059 0.672087 0.3891943 0.6299419 0.6612355 0.405982 0.6308298 0.6500921 0.4226472 0.6314663 0.6386684 0.4391689 0.6318491 0.6269775 0.4555265 0.6319769 0.615033 0.4717 0.6318493 0.6028499 0.4876699 0.6314667 0.5904437 0.5034177 0.6308303 0.5778307 0.5189256 0.6299427 0.565028 0.5341771 0.628807 0.552053 0.5491565 0.6274271 0.5389235 0.5638492 0.6258079 0.5256578 0.5782421 0.6239551 0.5122742 0.5923231 0.6218751 0.498791 0.6060814 0.6195747 0.4852267 0.6195079 0.6170617 0.4715993 0.6325942 0.6143441 0.4579268 0.6453338 0.6114306 0.4442268 0.6577212 0.60833 0.4305163 0.6697524 0.6050518 0.416812 0.6814242 0.6016053 0.4031297 0.6927351 0.5980005 0.389485 0.7036845 0.5942471 0.3758924 0.7142729 0.590355 0.3623659 0.724502 0.5863344 0.3489184 0.734374 0.5821948 0.3355626 0.7438926 0.5779461 0.3223097 0.7530617 0.5735979 0.3091706 0.7618864 0.5691596 0.296155 0.7703721 0.5646405 0.2832722 0.7785252 0.5600494 0.2705302 0.7863523 0.5553948 0.8402255 0.01419132 0.5420515 0.8368968 0.02862143 0.5466119 0.8333066 0.04328578 0.5511139 0.8294456 0.05817884 0.5555494 0.8253054 0.0732944 0.5599098 0.8208771 0.08862501 0.5641864 0.8161528 0.1041626 0.5683701 0.8111248 0.1198979 0.5724517 0.8057857 0.1358205 0.5764219 0.8001287 0.1519194 0.5802711 0.7941478 0.1681823 0.5839898 0.7878374 0.1845958 0.5875682 0.7811931 0.2011458 0.5909971 0.774211 0.217817 0.5942668 0.7668882 0.2345932 0.597368 0.7592228 0.2514574 0.6002916 0.7512139 0.2683916 0.6030287 0.7428618 0.2853774 0.605571 0.7341678 0.3023952 0.6079103 0.7251345 0.3194254 0.6100389 0.7157657 0.3364472 0.61195 0.7060664 0.3534402 0.613637 0.6960429 0.370383 0.6150942 0.6857026 0.3872545 0.6163164 0.6750543 0.4040336 0.6172996 0.6641077 0.4206989 0.61804 0.6528741 0.4372295 0.6185351 0.6413655 0.453605 0.6187832 0.6295953 0.4698052 0.6187833 0.6175775 0.4858105 0.6185355 0.6053271 0.5016025 0.6180405 0.5928599 0.5171629 0.6173002 0.5801925 0.532475 0.6163173 0.5673419 0.5475226 0.6150952 0.5543256 0.5622911 0.6136382 0.5411615 0.5767667 0.6119514 0.5278676 0.5909368 0.6100405 0.5144624 0.6047904 0.6079121 0.5009639 0.6183176 0.6055729 0.4873903 0.6315097 0.6030309 0.4737596 0.6443594 0.6002939 0.4600894 0.6568608 0.5973706 0.4463971 0.6690092 0.5942695 0.4326993 0.6808012 0.5910001 0.4190125 0.6922344 0.5875714 0.4053521 0.7033078 0.583993 0.3917334 0.7140215 0.5802745 0.3781704 0.7243763 0.5764254 0.3646768 0.7343744 0.5724554 0.3512653 0.7440186 0.5683739 0.337948 0.7533129 0.5641903 0.324736 0.7622618 0.5599139 0.3116396 0.7708702 0.5555536 0.2986685 0.7791443 0.5511183 0.2858312 0.7870903 0.5466163 0.2731359 0.7947151 0.542056 0.8486437 0.01408338 0.5287773 0.8454871 0.02840453 0.5332399 0.8420738 0.04295909 0.5376489 0.8383947 0.05774194 0.5419964 0.8344413 0.07274711 0.5462744 0.8302046 0.08796769 0.5504744 0.8256764 0.1033959 0.5545879 0.820849 0.1190229 0.5586059 0.8157145 0.1348388 0.5625196 0.8102663 0.150833 0.5663197 0.8044976 0.1669937 0.569997 0.7984029 0.1833081 0.5735424 0.7919771 0.1997624 0.5769465 0.7852159 0.2163419 0.5802001 0.7781159 0.2330309 0.5832942 0.7706748 0.249813 0.5862199 0.7628911 0.2666708 0.5889685 0.7547645 0.2835862 0.5915316 0.7462955 0.30054 0.5939013 0.7374863 0.3175132 0.5960701 0.7283396 0.3344854 0.5980308 0.7188601 0.3514365 0.5997771 0.709053 0.3683456 0.6013029 0.6989254 0.3851917 0.6026033 0.6884849 0.4019538 0.6036734 0.6777409 0.4186111 0.6045098 0.6667036 0.4351426 0.6051093 0.6553844 0.4515278 0.60547 0.643796 0.4677467 0.6055904 0.6319518 0.4837798 0.6054702 0.6198661 0.4996081 0.6051098 0.6075543 0.5152136 0.6045104 0.5950322 0.530579 0.6036742 0.5823165 0.5456882 0.6026042 0.5694245 0.5605258 0.6013042 0.5563734 0.5750778 0.5997785 0.5431811 0.5893314 0.5980324 0.5298659 0.6032749 0.5960717 0.5164456 0.6168979 0.5939031 0.5029383 0.6301913 0.5915336 0.4893622 0.6431472 0.5889707 0.4757347 0.6557592 0.5862222 0.4620732 0.6680219 0.5832967 0.4483949 0.6799315 0.5802028 0.434716 0.691485 0.5769493 0.4210526 0.7026809 0.5735453 0.4074201 0.7135186 0.5700001 0.3938328 0.7239986 0.5663229 0.3803049 0.7341227 0.562523 0.3668496 0.7438931 0.5586094 0.3534792 0.7533132 0.5545915 0.3402053 0.7623872 0.5504782 0.3270387 0.7711198 0.5462784 0.3139895 0.7795166 0.5420005 0.301067 0.7875836 0.537653 0.2882795 0.7953273 0.5332441 0.2756347 0.8027549 0.5287818 0.8567281 0.01397371 0.5155789 0.8537374 0.02818393 0.5199406 0.8504949 0.0426265 0.5242531 0.8469919 0.05729675 0.528509 0.8432194 0.07218897 0.5327005 0.8391686 0.0872966 0.5368196 0.8348312 0.1026122 0.5408582 0.8301991 0.1181274 0.5448077 0.8252645 0.1338329 0.5486595 0.8200203 0.1497183 0.5524049 0.8144597 0.1657724 0.5560351 0.8085766 0.1819828 0.5595409 0.8023657 0.1983364 0.5629138 0.7958223 0.2148189 0.5661445 0.7889426 0.2314152 0.5692244 0.7817238 0.2481094 0.5721449 0.7741637 0.2648844 0.5748974 0.7662614 0.2817226 0.5774736 0.7580173 0.2986057 0.5798659 0.7494323 0.3155148 0.5820668 0.740509 0.3324301 0.5840691 0.731251 0.3493317 0.5858664 0.7216629 0.3661993 0.5874528 0.711751 0.3830121 0.5888228 0.7015223 0.3997495 0.5899718 0.6909853 0.4163906 0.5908961 0.6801497 0.4329149 0.591592 0.6690261 0.4493018 0.5920574 0.6576263 0.4655315 0.5922906 0.6459631 0.4815843 0.5922907 0.6340503 0.4974413 0.5920577 0.6219026 0.5130844 0.5915926 0.6095353 0.5284958 0.5908967 0.5969645 0.5436593 0.5899727 0.5842071 0.5585594 0.5888239 0.57128 0.5731816 0.5874541 0.5582007 0.5875125 0.5858679 0.544987 0.6015402 0.5840708 0.5316569 0.6152538 0.5820686 0.5182282 0.6286436 0.5798679 0.5047188 0.6417013 0.5774757 0.4911465 0.65442 0.5748996 0.4775286 0.6667937 0.5721473 0.4638823 0.678818 0.5692271 0.4502241 0.6904893 0.5661473 0.4365702 0.7018057 0.5629168 0.4229362 0.7127661 0.5595442 0.409337 0.7233704 0.5560383 0.3957869 0.7336198 0.5524083 0.3822994 0.7435161 0.5486631 0.3688873 0.7530623 0.5448114 0.3555628 0.7622621 0.540862 0.342337 0.7711199 0.5368236 0.3292205 0.7796408 0.5327046 0.3162228 0.7878305 0.5285131 0.303353 0.7956954 0.5242574 0.2906191 0.803242 0.519945 0.2780286 0.8104776 0.5155834 0.8644853 0.01386249 0.5024669 0.8616542 0.02796 0.5067251 0.8585766 0.04228872 0.5109382 0.8552435 0.05684411 0.5150992 0.8516461 0.07162094 0.5192008 0.8477755 0.08661293 0.5232351 0.8436232 0.1018131 0.5271945 0.839181 0.1172134 0.531071 0.834441 0.1328049 0.5348562 0.8293959 0.1485778 0.5385417 0.8240387 0.1645212 0.542119 0.818363 0.1806234 0.5455798 0.812363 0.1968715 0.5489152 0.8060339 0.213252 0.5521166 0.7993714 0.2297502 0.5551757 0.7923722 0.2463506 0.558084 0.7850336 0.2630369 0.5608332 0.7773544 0.2797918 0.5634152 0.769334 0.2965977 0.5658226 0.760973 0.3134358 0.5680477 0.7522733 0.3302872 0.5700837 0.7432376 0.3471321 0.5719241 0.7338703 0.3639506 0.5735628 0.7241765 0.3807225 0.5749946 0.7141628 0.3974273 0.5762144 0.7038368 0.4140444 0.5772184 0.6932073 0.4305534 0.5780028 0.6822845 0.4469342 0.5785652 0.6710793 0.4631667 0.5789034 0.6596041 0.4792314 0.5790163 0.6478716 0.4951092 0.5789036 0.635896 0.510782 0.5785655 0.6236922 0.526232 0.5780034 0.6112757 0.5414427 0.5772191 0.5986626 0.5563982 0.5762153 0.5858697 0.5710837 0.5749956 0.5729142 0.5854858 0.5735641 0.5598133 0.5995918 0.5719255 0.5465849 0.6133905 0.5700853 0.5332465 0.6268717 0.5680494 0.5198159 0.6400266 0.5658245 0.506311 0.6528477 0.5634173 0.4927489 0.6653286 0.5608354 0.4791469 0.6774642 0.5580864 0.4655218 0.6892507 0.5551784 0.4518898 0.7006852 0.5521194 0.4382666 0.7117663 0.548918 0.4246677 0.7224935 0.5455828 0.4111074 0.7328671 0.5421223 0.3975996 0.7428889 0.538545 0.3841575 0.752561 0.5348595 0.3707938 0.761887 0.5310745 0.3575198 0.7708706 0.5271983 0.3443467 0.7795168 0.5232389 0.3312844 0.7878307 0.5192046 0.3183423 0.7958183 0.5151033 0.3055292 0.8034859 0.5109424 0.2928526 0.8108407 0.5067294 0.2803199 0.8178896 0.5024713 0.8719223 0.01374995 0.4894511 0.8692447 0.0277332 0.4936035 0.8663258 0.04194629 0.4977147 0.8631567 0.05638498 0.501778 0.8597283 0.07104426 0.5057864 0.856032 0.08591824 0.5097326 0.852059 0.1010003 0.5136092 0.8478011 0.1162827 0.5174085 0.8432503 0.1317571 0.5211226 0.8383992 0.147414 0.5247436 0.8332403 0.163243 0.5282633 0.8277674 0.1792328 0.5316735 0.8219742 0.1953713 0.5349659 0.8158555 0.2116451 0.5381322 0.8094066 0.2280402 0.5411642 0.8026237 0.2445417 0.5440537 0.7955042 0.2611336 0.5467928 0.7880458 0.2777994 0.5493736 0.7802475 0.2945218 0.5517886 0.7721096 0.3112825 0.5540307 0.763633 0.3280631 0.5560928 0.7548202 0.3448444 0.5579685 0.7456744 0.3616067 0.5596519 0.7362005 0.3783302 0.5611374 0.726404 0.3949948 0.5624201 0.716292 0.4115803 0.5634958 0.7058725 0.4280663 0.5643609 0.6951549 0.444433 0.5650123 0.6841496 0.4606603 0.5654479 0.672868 0.476729 0.5656661 0.6613224 0.49262 0.5656662 0.6495262 0.5083149 0.5654482 0.6374937 0.523796 0.5650128 0.62524 0.5390465 0.5643615 0.6127803 0.5540503 0.5634966 0.6001313 0.5687925 0.5624211 0.5873095 0.5832591 0.5611385 0.574332 0.5974373 0.5596532 0.5612161 0.611315 0.5579699 0.5479793 0.6248822 0.5560944 0.5346393 0.6381293 0.5540325 0.5212135 0.6510482 0.5517906 0.5077192 0.6636321 0.5493757 0.4941737 0.6758753 0.546795 0.4805939 0.6877737 0.5440561 0.4669959 0.6993235 0.5411666 0.453396 0.710523 0.5381348 0.4398093 0.7213711 0.5349687 0.4262509 0.7318677 0.5316765 0.4127348 0.7420139 0.5282664 0.3992745 0.7518115 0.5247469 0.385883 0.7612634 0.521126 0.3725721 0.7703732 0.517412 0.3593533 0.7791451 0.5136128 0.3462371 0.7875841 0.5097364 0.3332333 0.7956959 0.5057903 0.3203508 0.8034863 0.5017821 0.3075981 0.8109621 0.4977188 0.2949825 0.81813 0.4936077 0.282511 0.8249976 0.4894554 0.8790468 0.01363617 0.4765404 0.8765165 0.02750384 0.4805852 0.8737502 0.04159981 0.4845924 0.8707389 0.05592006 0.4885557 0.8674736 0.07045984 0.4924682 0.8639454 0.08521372 0.4963233 0.8601459 0.1001752 0.5001138 0.8560667 0.1153372 0.5038324 0.8516996 0.1306916 0.5074716 0.847037 0.1462293 0.5110238 0.8420715 0.1619405 0.5144813 0.8367963 0.1778143 0.517836 0.8312052 0.1938388 0.5210801 0.8252925 0.2100017 0.5242056 0.8190534 0.226289 0.5272047 0.8124836 0.2426865 0.5300694 0.8055799 0.2591788 0.532792 0.7983398 0.2757498 0.5353649 0.7907617 0.2923827 0.5377809 0.7828453 0.3090599 0.5400326 0.7745911 0.3257632 0.5421135 0.7660006 0.3424741 0.5440171 0.7570768 0.3591732 0.5457373 0.7478237 0.3758412 0.5472689 0.7382461 0.3924583 0.5486068 0.7283503 0.4090045 0.5497465 0.7181438 0.4254599 0.5506843 0.7076354 0.4418047 0.5514171 0.6968343 0.4580192 0.5519423 0.6857515 0.4740841 0.5522583 0.6743986 0.4899803 0.5523637 0.6627885 0.5056897 0.5522584 0.6509345 0.5211943 0.5519428 0.6388511 0.5364772 0.5514177 0.6265535 0.5515221 0.5506851 0.6140573 0.5663139 0.5497474 0.6013786 0.5808383 0.5486079 0.5885344 0.5950821 0.5472702 0.5755414 0.609033 0.5457388 0.5624171 0.6226804 0.5440187 0.5491786 0.6360142 0.5421153 0.5358433 0.649026 0.5400346 0.5224284 0.6617084 0.5377829 0.5089513 0.6740553 0.5353672 0.4954285 0.6860619 0.5327944 0.4818766 0.697724 0.5300719 0.4683117 0.7090393 0.5272074 0.4547494 0.7200059 0.5242084 0.4412046 0.7306237 0.5210829 0.4276919 0.740893 0.517839 0.4142251 0.7508152 0.5144844 0.4008172 0.7603926 0.5110271 0.3874806 0.7696283 0.507475 0.3742272 0.7785264 0.5038359 0.3610677 0.7870912 0.5001174 0.3480125 0.7953281 0.4963271 0.3350709 0.8032426 0.4924721 0.3222517 0.8108411 0.4885596 0.3095628 0.8181301 0.4845965 0.2970116 0.825117 0.4805895 0.2846044 0.8318086 0.4765446 0.8858664 0.01352143 0.4637432 0.8834774 0.0272724 0.4676791 0.8808577 0.04124987 0.4715807 0.8779979 0.05545014 0.4754418 0.8748894 0.0698688 0.4792563 0.8715236 0.08450055 0.4830178 0.8678917 0.09933948 0.4867193 0.8639851 0.1143786 0.4903541 0.8597961 0.1296104 0.493915 0.8553164 0.1450261 0.4973946 0.8505388 0.1606163 0.5007857 0.8454563 0.1763706 0.5040805 0.8400623 0.1922777 0.5072717 0.8343511 0.2083254 0.5103515 0.8283176 0.2245007 0.5133123 0.8219568 0.2407896 0.5161465 0.8152655 0.2571774 0.5188467 0.8082407 0.2736483 0.5214055 0.8008801 0.2901862 0.5238158 0.7931832 0.306774 0.5260705 0.7851496 0.323394 0.5281631 0.7767807 0.340028 0.5300875 0.7680785 0.3566574 0.5318375 0.7590461 0.3732629 0.5334076 0.7496885 0.3898253 0.534793 0.7400106 0.406325 0.5359891 0.7300195 0.4227424 0.536992 0.7197229 0.4390578 0.5377984 0.7091299 0.4552518 0.5384057 0.6982502 0.4713051 0.5388116 0.6870951 0.4871991 0.5390151 0.6756767 0.5029152 0.5390151 0.6640076 0.5184357 0.5388119 0.6521018 0.5337436 0.5384062 0.6399737 0.5488223 0.5377991 0.6276385 0.5636566 0.5369929 0.6151119 0.5782318 0.5359901 0.6024102 0.5925346 0.5347942 0.58955 0.6065523 0.5334089 0.5765482 0.6202738 0.5318389 0.5634217 0.6336888 0.5300891 0.5501879 0.6467882 0.5281651 0.5368637 0.6595643 0.5260725 0.5234662 0.6720104 0.5238179 0.510012 0.684121 0.5214078 0.4965179 0.6958919 0.5188491 0.4829999 0.7073197 0.5161491 0.4694737 0.7184026 0.513315 0.4559544 0.7291393 0.5103543 0.4424569 0.7395298 0.5072746 0.428995 0.7495753 0.5040836 0.4155822 0.7592773 0.5007888 0.4022313 0.7686386 0.4973979 0.3889543 0.7776626 0.4939184 0.3757625 0.7863535 0.4903576 0.3626665 0.7947162 0.486723 0.349676 0.8027557 0.4830215 0.3368005 0.8104783 0.4792602 0.3240479 0.8178901 0.4754458 0.3114263 0.824998 0.4715847 0.2989425 0.8318088 0.4676833 0.2866026 0.83833 0.4637475 -0.007108628 0.02187782 0.9997354 -0.002738416 0.0356996 0.9993589 -0.01876854 0.03049099 0.9993589 0.001706182 0.04974722 0.9987604 -0.01445972 0.0445016 0.9989047 -0.03062146 0.03924316 0.9987604 0.006224215 0.06401693 0.9979295 -0.01007485 0.05873912 0.9982225 -0.02637583 0.05344253 0.9982225 -0.04266428 0.04813182 0.9979295 0.01081436 0.07850414 0.9968551 -0.005614995 0.07319939 0.9973015 -0.02205258 0.0678696 0.9974505 -0.03848356 0.06251955 0.9973015 -0.05489325 0.05715405 0.9968551 0.01547515 0.09320354 0.9955268 -0.001081347 0.08787739 0.9961307 -0.01765257 0.08251976 0.9964331 -0.03422349 0.0771355 0.9964331 -0.05077898 0.07172942 0.9961307 -0.06730407 0.06630653 0.9955268 0.02020466 0.108109 0.9939337 0.003524661 0.1027674 0.9946992 -0.01317697 0.09738767 0.9951593 -0.02988487 0.09197449 0.9953128 -0.04658359 0.08653301 0.9951593 -0.06325763 0.08106821 0.9946992 -0.07989168 0.07558518 0.9939337 0.02500087 0.1232135 0.9920653 0.008201241 0.1178629 0.992996 -0.008627176 0.112467 0.993618 -0.02546876 0.1070309 0.9939295 -0.04230761 0.1015595 0.9939295 -0.05912798 0.09605807 0.9936181 -0.07591408 0.0905317 0.992996 -0.09265023 0.08498573 0.9920653 0.0298615 0.1385092 0.9899109 0.01294654 0.1331562 0.9910105 -0.004004776 0.1277508 0.9917982 -0.02097642 0.122298 0.9922718 -0.03795218 0.1168026 0.9924297 -0.05491584 0.1112701 0.9922718 -0.07185131 0.1057058 0.9917982 -0.08874237 0.100115 0.9910105 -0.1055732 0.0945031 0.9899108 0.03478395 0.1539875 0.9874604 0.01775819 0.1486392 0.988732 6.88281e-4 0.143231 0.9896891 -0.01640939 0.1377679 0.9903286 -0.03351837 0.1322551 0.9906489 -0.05062204 0.1266977 0.9906489 -0.06770384 0.1211011 0.9903286 -0.08474719 0.1154709 0.9896891 -0.1017358 0.1098126 0.988732 -0.1186536 0.1041318 0.9874604 0.03976529 0.1696386 0.9847037 0.02263361 0.1643024 0.9861504 0.005449771 0.1588987 0.9872798 -0.01176953 0.1534324 0.988089 -0.02900767 0.1479088 0.9885756 -0.0462476 0.1423329 0.9887378 -0.06347239 0.1367104 0.9885756 -0.08066499 0.1310466 0.988089 -0.09780871 0.1253474 0.9872798 -0.1148868 0.1196185 0.9861503 -0.1318832 0.1138657 0.9847037 0.0448023 0.1854521 0.9816314 0.02757006 0.1801357 0.9832553 0.01027727 0.174744 0.9845603 -0.007059037 0.169282 0.9855424 -0.02442193 0.1637546 0.9861988 -0.041794 0.1581672 0.9865274 -0.05915796 0.1525252 0.9865274 -0.07649642 0.1468343 0.9861988 -0.09379214 0.1411002 0.9855424 -0.111028 0.1353289 0.9845603 -0.1281872 0.1295263 0.9832552 -0.1452533 0.1236984 0.9816314 0.04989153 0.2014166 0.9782342 0.03256428 0.196128 0.9800375 0.01516801 0.1907562 0.9815202 -0.002280175 0.185306 0.9826782 -0.01976305 0.1797825 0.9835078 -0.03726279 0.1741908 0.9840066 -0.05476182 0.1685364 0.9841729 -0.07224231 0.1628251 0.9840066 -0.08968663 0.1570626 0.9835078 -0.1070771 0.1512549 0.9826782 -0.1243965 0.1454082 0.9815202 -0.1416278 0.1395286 0.9800373 -0.1587544 0.1336224 0.9782342 0.05502927 0.2175197 0.9745034 0.03761297 0.2122672 0.9764875 0.02011883 0.2069235 0.9781503 0.002564132 0.2014933 0.9794866 -0.01503342 0.1959815 0.9804924 -0.03265601 0.1903932 0.9811646 -0.05028557 0.1847338 0.9815013 -0.06790393 0.1790092 0.9815013 -0.0854929 0.1732251 0.9811646 -0.1030346 0.1673877 0.9804923 -0.1205111 0.1615031 0.9794866 -0.1379048 0.1555777 0.9781503 -0.1551987 0.1496178 0.9764875 -0.1723761 0.14363 0.9745033 0.06021136 0.2337481 0.970431 0.04271227 0.2285403 0.972597 0.02512633 0.2232332 0.9744412 0.007471024 0.2178313 0.9759578 -0.01023572 0.2123394 0.9771423 -0.02797591 0.2067625 0.9779911 -0.045731 0.201106 0.9785014 -0.06348264 0.1953757 0.9786718 -0.0812121 0.1895774 0.9785014 -0.09890103 0.1837171 0.9779911 -0.116531 0.1778014 0.9771423 -0.1340842 0.1718365 0.9759578 -0.1515427 0.165829 0.9744412 -0.1688894 0.1597856 0.972597 -0.1861075 0.153713 0.970431 0.0654335 0.250088 0.9660095 0.04785817 0.2449336 0.968358 0.03018689 0.2396718 0.9703845 0.01243716 0.2343068 0.9720832 -0.005372941 0.2288433 0.9734484 -0.023225 0.2232862 0.9744762 -0.04110038 0.2176408 0.9751632 -0.05898016 0.2119126 0.9755072 -0.07684546 0.2061077 0.9755072 -0.09467732 0.2002323 0.9751632 -0.112457 0.1942924 0.9744762 -0.130166 0.1882949 0.9734484 -0.147786 0.1822463 0.9720832 -0.1652992 0.1761534 0.9703844 -0.1826884 0.1700233 0.9683579 -0.1999368 0.1638625 0.9660095 0.07069104 0.2665243 0.9612323 0.05304646 0.2614323 0.963763 0.03529649 0.2562248 0.9659726 0.01745879 0.2509056 0.9678542 -4.48283e-4 0.2454792 0.9694017 -0.01840621 0.2399505 0.9706106 -0.03639608 0.2343246 0.9714769 -0.05439865 0.2286071 0.9719977 -0.07239472 0.2228038 0.9721715 -0.09036481 0.2169209 0.9719977 -0.1082898 0.2109646 0.9714769 -0.1261507 0.2049416 0.9706106 -0.1439286 0.1988589 0.9694017 -0.1616052 0.1927231 0.967854 -0.1791627 0.1865416 0.9659725 -0.1965836 0.1803212 0.9637629 -0.2138513 0.1740693 0.9612323 0.07597923 0.2830412 0.9560936 0.05827248 0.2780207 0.958806 0.04045081 0.2728766 0.9611983 0.0225321 0.2676122 0.9632632 0.004534602 0.2622321 0.9649941 -0.0135228 0.2567409 0.9663857 -0.03162103 0.2511434 0.9674333 -0.04974055 0.2454451 0.9681336 -0.06786179 0.2396518 0.9684842 -0.08596503 0.2337696 0.9684842 -0.1040306 0.2278049 0.9681335 -0.1220389 0.2217643 0.9674333 -0.1399707 0.2156547 0.9663857 -0.1578071 0.2094832 0.9649941 -0.1755297 0.203257 0.9632631 -0.1931205 0.1969833 0.9611983 -0.2105621 0.1906697 0.9588059 -0.227838 0.1843233 0.9560934 0.0812928 0.2996224 0.9505882 0.06353133 0.2946826 0.953481 0.04564535 0.2896109 0.9560555 0.02765274 0.2844108 0.9583036 0.009571909 0.2790862 0.9602184 -0.008578181 0.2736415 0.9617935 -0.02677828 0.2680815 0.963024 -0.04500854 0.2624115 0.9639058 -0.06324911 0.256637 0.9644361 -0.08147984 0.2507643 0.9646131 -0.09968066 0.2447995 0.9644361 -0.1178316 0.2387494 0.9639058 -0.1359129 0.2326209 0.963024 -0.1539051 0.2264211 0.9617935 -0.1717891 0.2201575 0.9602183 -0.1895465 0.2138373 0.9583035 -0.2071593 0.2074683 0.9560554 -0.2246103 0.2010582 0.9534809 -0.2418831 0.1946144 0.9505881 0.08662641 0.3162506 0.9447124 0.06881791 0.3114008 0.9477836 0.05087524 0.306411 0.9505388 0.03281623 0.3012845 0.9529694 0.01465934 0.2960247 0.9550678 -0.003576338 0.290636 0.956827 -0.02187138 0.2851228 0.9582415 -0.04020571 0.2794903 0.9593064 -0.05855923 0.2737439 0.9600183 -0.07691138 0.2678895 0.9603748 -0.09524184 0.2619335 0.9603748 -0.1135302 0.2558825 0.9600183 -0.131756 0.2497433 0.9593064 -0.1498995 0.2435232 0.9582414 -0.1679409 0.2372298 0.956827 -0.1858613 0.2308705 0.9550678 -0.203642 0.2244532 0.9529693 -0.2212654 0.2179856 0.9505387 -0.2387141 0.2114759 0.9477835 -0.2559722 0.2049317 0.9447123 0.09197455 0.3329082 0.938463 0.07412689 0.3281576 0.9417101 0.05613541 0.323259 0.944644 0.03801774 0.3182154 0.9472559 0.01979243 0.3130301 0.9495369 0.001478612 0.307707 0.95148 -0.01690405 0.3022502 0.9530788 -0.03533542 0.2966646 0.9543277 -0.05379509 0.2909557 0.9552229 -0.07226234 0.285129 0.9557613 -0.09071636 0.2791908 0.9559409 -0.1091362 0.2731478 0.9557613 -0.1275013 0.2670067 0.9552229 -0.1457911 0.2607748 0.9543277 -0.1639854 0.2544597 0.9530787 -0.1820647 0.2480691 0.95148 -0.2000097 0.2416108 0.9495368 -0.2178021 0.2350931 0.9472557 -0.235424 0.228524 0.944644 -0.2528587 0.2219117 0.94171 -0.2700901 0.2152643 0.9384629 0.0973314 0.3495768 0.9318383 0.07945275 0.3449344 0.935258 0.06142044 0.3401364 0.9383682 0.04325217 0.3351854 0.941159 0.02496641 0.330084 0.9436213 0.00658226 0.324836 0.9457474 -0.01188039 0.3194453 0.9475302 -0.03040146 0.3139165 0.9489637 -0.0489602 0.3082546 0.9500432 -0.06753563 0.3024653 0.9507648 -0.08610653 0.2965544 0.9511262 -0.1046518 0.2905286 0.9511262 -0.1231502 0.2843946 0.9507647 -0.1415809 0.2781599 0.9500432 -0.1599232 0.2718316 0.9489637 -0.1781567 0.2654179 0.9475302 -0.196262 0.2589268 0.9457474 -0.2142197 0.2523665 0.9436213 -0.2320116 0.2457453 0.9411589 -0.2496201 0.2390715 0.9383681 -0.2670287 0.2323539 0.9352579 -0.2842215 0.2256007 0.9318383 0.1026911 0.3662375 0.9248376 0.08478963 0.3617125 0.9284261 0.06672477 0.3570243 0.9317089 0.04851418 0.3521751 0.9346759 0.03017616 0.3471674 0.9373176 0.01172977 0.3420043 0.9396252 -0.006805002 0.3366895 0.9415912 -0.02540796 0.3312273 0.9432089 -0.0440582 0.3256222 0.9444729 -0.06273454 0.31988 0.945379 -0.08141547 0.3140061 0.9459237 -0.1000795 0.3080071 0.9461055 -0.118705 0.3018898 0.9459237 -0.1372708 0.2956613 0.945379 -0.1557554 0.289329 0.9444729 -0.1741382 0.2829011 0.9432089 -0.1923989 0.2763854 0.9415911 -0.2105178 0.2697905 0.9396252 -0.228476 0.2631248 0.9373175 -0.2462552 0.2563971 0.9346758 -0.2638381 0.2496161 0.9317088 -0.2812083 0.2427905 0.928426 -0.2983506 0.235929 0.9248375 0.1080474 0.3828712 0.9174614 0.09013164 0.3784723 0.9212139 0.07204276 0.3739031 0.9246655 0.05379825 0.3691652 0.9278054 0.03541642 0.3642607 0.9306234 0.01691621 0.3591921 0.9331103 -0.00168246 0.353963 0.9352579 -0.02035921 0.3485772 0.9370589 -0.03909307 0.343039 0.9385072 -0.05786263 0.3373538 0.939598 -0.0766462 0.331527 0.9403272 -0.09542191 0.3255648 0.9406925 -0.1141678 0.3194738 0.9406925 -0.1328622 0.313261 0.9403272 -0.1514832 0.3069341 0.939598 -0.1700097 0.3005009 0.9385072 -0.1884209 0.2939697 0.9370589 -0.2066963 0.2873489 0.9352578 -0.2248166 0.280647 0.9331102 -0.2427627 0.2738733 0.9306233 -0.2605167 0.2670364 0.9278053 -0.2780616 0.2601454 0.9246655 -0.2953814 0.2532094 0.9212137 -0.3124612 0.2462374 0.9174613 0.1133944 0.3994584 0.9097113 0.09547269 0.3951943 0.9136227 0.07736837 0.3907529 0.9172384 0.05909866 0.3861355 0.920547 0.0406816 0.3813435 0.9235379 0.02213615 0.3763793 0.9262012 0.003482162 0.3712456 0.9285282 -0.01525992 0.3659462 0.9305109 -0.03406918 0.360485 0.9321427 -0.05292391 0.3548669 0.9334177 -0.07180231 0.3490971 0.9343317 -0.0906822 0.3431817 0.9348813 -0.1095413 0.337127 0.9350647 -0.1283575 0.3309401 0.9348813 -0.1471086 0.3246282 0.9343317 -0.1657728 0.3181994 0.9334176 -0.1843288 0.3116618 0.9321426 -0.2027557 0.3050241 0.9305108 -0.2210333 0.2982949 0.9285281 -0.2391421 0.2914834 0.9262011 -0.2570635 0.2845987 0.9235377 -0.2747799 0.27765 0.9205468 -0.2922744 0.2706468 0.9172382 -0.3095316 0.2635983 0.9136226 -0.3265368 0.2565138 0.9097111 0.1187257 0.4159796 0.9015903 0.1008067 0.4118586 0.9056547 0.08269554 0.4075537 0.9094291 0.06440937 0.4030658 0.9129016 0.04596596 0.3983955 0.9160612 0.02738416 0.3935451 0.9188975 0.008683621 0.3885167 0.9214007 -0.01011514 0.3833136 0.9235628 -0.02899116 0.3779394 0.9253762 -0.04792273 0.3723986 0.9268348 -0.06688779 0.3666961 0.9279331 -0.08586394 0.3608378 0.9286676 -0.1048287 0.3548296 0.9290355 -0.1237594 0.3486785 0.9290355 -0.1426336 0.3423919 0.9286676 -0.1614291 0.3359773 0.9279331 -0.1801238 0.3294431 0.9268348 -0.1986965 0.3227978 0.9253762 -0.2171263 0.3160505 0.9235628 -0.2353931 0.3092101 0.9214006 -0.2534778 0.302286 0.9188972 -0.2713618 0.2952879 0.9160611 -0.2890278 0.2882251 0.9129015 -0.3064596 0.2811076 0.909429 -0.323642 0.2739446 0.9056546 -0.340561 0.2667459 0.9015902 0.124035 0.432415 0.8931028 0.1061272 0.4284451 0.8973137 0.08801811 0.4242851 0.9012408 0.06972438 0.4199352 0.9048718 0.05126351 0.4153959 0.9081951 0.03265434 0.4106685 0.9111998 0.01391625 0.4057549 0.9138759 -0.004930198 0.400658 0.9162144 -0.02386415 0.3953808 0.9182072 -0.04286378 0.3899274 0.9198474 -0.06190699 0.3843026 0.9211292 -0.08097112 0.3785116 0.9220481 -0.1000334 0.3725605 0.9226008 -0.119071 0.3664556 0.9227852 -0.1380609 0.3602043 0.9226008 -0.1569806 0.3538142 0.9220481 -0.1758076 0.3472934 0.9211291 -0.19452 0.3406505 0.9198474 -0.2130963 0.3338944 0.9182071 -0.231516 0.3270345 0.9162144 -0.2497591 0.3200802 0.9138759 -0.2678065 0.3130412 0.9111997 -0.2856402 0.3059273 0.908195 -0.3032435 0.2987486 0.9048717 -0.3206002 0.2915148 0.9012407 -0.3376958 0.2842358 0.8973135 -0.3545169 0.2769215 0.8931027 0.1293162 0.4487448 0.8842542 0.1114282 0.4449335 0.8886044 0.09332984 0.4409265 0.8926777 0.07503747 0.436723 0.896461 0.05656832 0.4323233 0.8999425 0.03794091 0.4277281 0.9031108 0.01917451 0.4229388 0.9059554 2.8948e-4 0.4179577 0.9084665 -0.01869326 0.4127874 0.9106357 -0.03775197 0.4074316 0.9124551 -0.05686438 0.4018947 0.9139186 -0.07600784 0.3961815 0.9150208 -0.09515929 0.3902977 0.9157578 -0.1142956 0.3842497 0.916127 -0.1333935 0.3780443 0.916127 -0.1524299 0.371689 0.9157578 -0.1713821 0.365192 0.9150208 -0.1902275 0.3585616 0.9139184 -0.2089443 0.3518069 0.912455 -0.2275111 0.3449372 0.9106354 -0.2459074 0.3379621 0.9084664 -0.2641136 0.3308914 0.9059552 -0.2821109 0.3237353 0.9031108 -0.2998818 0.3165038 0.8999423 -0.3174096 0.3092072 0.8964608 -0.3346791 0.3018557 0.8926774 -0.3516762 0.2944594 0.8886042 -0.368388 0.2870283 0.884254 0.1345627 0.4649497 0.8750512 0.1167032 0.4613043 0.8795333 0.09862434 0.4574576 0.8837453 0.08034235 0.4534087 0.8876744 0.06187403 0.4491569 0.8913079 0.04323762 0.4447026 0.8946341 0.02445226 0.4400467 0.8976419 0.005538046 0.4351907 0.9003213 -0.01348412 0.4301371 0.9026629 -0.03259265 0.4248889 0.9046586 -0.05176514 0.4194501 0.9063013 -0.07097893 0.413825 0.9075852 -0.09021073 0.4080192 0.9085055 -0.1094372 0.4020386 0.9090592 -0.1286349 0.3958897 0.9092439 -0.1477802 0.3895799 0.9090591 -0.1668501 0.3831171 0.9085055 -0.1858215 0.3765098 0.907585 -0.2046719 0.3697668 0.9063012 -0.2233797 0.3628975 0.9046585 -0.2419235 0.3559114 0.9026628 -0.2602832 0.3488187 0.9003211 -0.2784393 0.3416296 0.8976418 -0.2963736 0.3343544 0.8946339 -0.3140688 0.3270036 0.8913077 -0.3315089 0.3195878 0.8876742 -0.3486793 0.3121174 0.8837451 -0.3655663 0.3046029 0.8795331 -0.3821577 0.2970544 0.875051 0.1397686 0.4810104 0.8655019 0.1219459 0.4775373 0.8701077 0.1038954 0.4738581 0.8744508 0.08563274 0.4699712 0.8785182 0.06717449 0.4658754 0.8822969 0.04853844 0.4615704 0.8857747 0.02974355 0.4570566 0.8889401 0.01080965 0.452335 0.8917825 -0.008242428 0.4474076 0.8942922 -0.02739119 0.4422768 0.8964602 -0.0466144 0.436946 0.898279 -0.06588917 0.4314195 0.899742 -0.0851922 0.4257021 0.900844 -0.1045 0.4197995 0.901581 -0.1237887 0.4137178 0.90195 -0.1430346 0.4074643 0.90195 -0.1622142 0.4010466 0.9015809 -0.181304 0.394473 0.900844 -0.200281 0.3877523 0.899742 -0.219123 0.3808937 0.898279 -0.2378081 0.3739071 0.8964602 -0.2563155 0.3668025 0.8942921 -0.2746253 0.3595901 0.8917824 -0.2927183 0.3522806 0.88894 -0.3105767 0.3448849 0.8857745 -0.328184 0.3374136 0.8822967 -0.3455243 0.3298774 0.8785179 -0.3625838 0.3222873 0.8744506 -0.3793495 0.3146539 0.8701074 -0.3958097 0.3069877 0.8655017 0.1449277 0.496908 0.8556158 0.1271502 0.4936134 0.8603363 0.1091367 0.4901082 0.8648024 0.09090226 0.4863902 0.8690001 0.07246321 0.4824579 0.8729166 0.05383694 0.4783102 0.8765392 0.03504204 0.4739469 0.8798559 0.01609814 0.4693686 0.8828555 -0.002974152 0.4645765 0.885528 -0.02215355 0.4595726 0.8878638 -0.04141771 0.45436 0.8898548 -0.06074392 0.4489421 0.8914938 -0.08010876 0.4433234 0.8927749 -0.09948855 0.4375092 0.8936933 -0.1188594 0.4315056 0.8942457 -0.1381972 0.4253192 0.8944301 -0.157478 0.4189574 0.8942457 -0.1766781 0.4124284 0.8936932 -0.1957741 0.4057408 0.8927748 -0.2147431 0.3989038 0.8914937 -0.2335628 0.3919272 0.8898548 -0.2522118 0.3848209 0.8878637 -0.2706694 0.3775957 0.8855279 -0.2889159 0.370262 0.8828554 -0.3069328 0.3628308 0.8798558 -0.3247028 0.3553133 0.876539 -0.3422096 0.3477204 0.8729164 -0.3594385 0.3400633 0.8689999 -0.3763757 0.3323531 0.8648021 -0.3930092 0.3246006 0.8603361 -0.409328 0.3168165 0.8556156 0.1500341 0.5126241 0.845403 0.13231 0.5095133 0.8502295 0.114342 0.5061882 0.8548097 0.09614467 0.5026457 0.8591295 0.07773387 0.4988838 0.8631757 0.05912673 0.4949009 0.8669356 0.04034137 0.4906961 0.8703964 0.02139717 0.4862693 0.873547 0.002314388 0.4816213 0.8763763 -0.01688563 0.4767536 0.8788748 -0.03618097 0.4716684 0.8810334 -0.05554878 0.466369 0.8828443 -0.07496571 0.4608595 0.8843013 -0.09440803 0.4551444 0.8853986 -0.1138516 0.4492293 0.8861325 -0.1332721 0.4431208 0.8865002 -0.1526454 0.4368259 0.8865002 -0.1719474 0.4303525 0.8861324 -0.1911543 0.423709 0.8853986 -0.2102426 0.4169046 0.8843012 -0.2291896 0.4099488 0.8828442 -0.2479733 0.4028519 0.8810333 -0.2665725 0.3956241 0.8788746 -0.2849667 0.3882765 0.8763762 -0.303137 0.38082 0.8735468 -0.3210651 0.3732661 0.8703963 -0.3387342 0.3656259 0.8669353 -0.3561288 0.357911 0.8631755 -0.3732345 0.3501328 0.8591293 -0.3900386 0.3423024 0.8548094 -0.4065294 0.334431 0.8502292 -0.422697 0.3265295 0.8454028 0.1550821 0.528141 0.8348754 0.1374194 0.5252189 0.8397982 0.1195052 0.5220792 0.8444832 0.1013537 0.5187181 0.8489163 0.08298027 0.515133 0.8530839 0.0644015 0.5113217 0.8569729 0.04563522 0.5072827 0.8605704 0.02670043 0.5030155 0.8638648 0.007617056 0.4985201 0.8668447 -0.01159369 0.4937973 0.8694997 -0.03091013 0.4888491 0.8718206 -0.05030953 0.4836778 0.873799 -0.0697686 0.4782871 0.8754277 -0.08926355 0.4726812 0.8767009 -0.1087701 0.4668654 0.8776137 -0.128264 0.4608455 0.8781628 -0.1477205 0.4546284 0.8783459 -0.1671155 0.4482217 0.8781628 -0.1864247 0.4416335 0.8776137 -0.2056242 0.4348727 0.8767009 -0.2246909 0.4279489 0.8754277 -0.2436022 0.4208721 0.873799 -0.2623361 0.4136529 0.8718206 -0.2808719 0.406302 0.8694996 -0.2991896 0.3988308 0.8668445 -0.3172707 0.3912506 0.8638647 -0.3350974 0.3835732 0.8605703 -0.3526536 0.37581 0.8569728 -0.3699243 0.3679729 0.8530837 -0.3868959 0.3600736 0.8489161 -0.4035563 0.3521234 0.8444829 -0.4198946 0.3441337 0.839798 -0.4359014 0.3361156 0.8348749 0.1600658 0.5434414 0.8240451 0.1424724 0.5407124 0.8290547 0.1246203 0.5377627 0.8338351 0.1065232 0.5345883 0.8383722 0.08819603 0.5311859 0.8426524 0.06965488 0.5275526 0.846662 0.05091714 0.5236864 0.8503882 0.03200149 0.519586 0.8538186 0.01292747 0.515251 0.8569419 -0.006283998 0.5106816 0.859747 -0.02561146 0.5058789 0.8622242 -0.04503232 0.5008451 0.8643647 -0.06452339 0.495583 0.8661606 -0.08406084 0.4900964 0.8676055 -0.1036205 0.48439 0.8686938 -0.1231779 0.4784694 0.8694217 -0.1427083 0.472341 0.8697864 -0.1621869 0.4660119 0.8697864 -0.1815894 0.4594901 0.8694217 -0.2008916 0.4527842 0.8686938 -0.2200698 0.4459037 0.8676055 -0.2391008 0.4388583 0.8661605 -0.2579623 0.4316587 0.8643646 -0.2766329 0.4243157 0.8622242 -0.2950919 0.4168406 0.8597469 -0.3133202 0.4092449 0.8569417 -0.3312994 0.4015405 0.8538185 -0.3490125 0.3937392 0.850388 -0.3664441 0.3858531 0.8466618 -0.3835797 0.3778941 0.8426521 -0.4004066 0.3698742 0.8383721 -0.4169132 0.3618049 0.8338349 -0.4330895 0.353698 0.8290544 -0.4489269 0.3455646 0.8240448 0.1649802 0.5585093 0.8129261 0.1474636 0.5559768 0.8180125 0.1296816 0.5532212 0.8228784 0.1116473 0.5502381 0.8275101 0.09337508 0.5470234 0.8318933 0.07488059 0.5435738 0.8360146 0.05618083 0.5398867 0.8398608 0.03729385 0.53596 0.8434193 0.01823908 0.5317927 0.8466781 -9.63073e-4 0.5273844 0.8496263 -0.02029132 0.5227358 0.8522531 -0.03972333 0.5178483 0.8545498 -0.0592361 0.5127241 0.8565075 -0.07880586 0.5073665 0.8581194 -0.09840846 0.5017796 0.8593793 -0.1180193 0.4959687 0.8602828 -0.1376135 0.4899396 0.8608262 -0.1571663 0.483699 0.8610076 -0.1766529 0.4772547 0.8608262 -0.1960487 0.470615 0.8602828 -0.2153297 0.4637891 0.8593793 -0.2344723 0.4567866 0.8581193 -0.2534536 0.4496179 0.8565075 -0.2722517 0.442294 0.8545497 -0.2908453 0.4348261 0.8522531 -0.3092145 0.4272258 0.8496261 -0.3273404 0.4195052 0.846678 -0.3452055 0.4116764 0.843419 -0.3627933 0.4037515 0.8398605 -0.3800889 0.3957429 0.8360143 -0.3970788 0.3876627 0.831893 -0.4137508 0.3795232 0.8275098 -0.4300943 0.3713361 0.8228781 -0.4460998 0.3631133 0.8180121 -0.4617595 0.354866 0.8129257 0.1698201 0.5733291 0.8015329 0.1523876 0.5709959 0.8066856 0.1346834 0.5684378 0.8116273 0.11672 0.5656499 0.8163435 0.09851133 0.5626274 0.8208202 0.08007246 0.5593665 0.8250439 0.06141984 0.555864 0.8290011 0.04257124 0.5521172 0.832679 0.0235455 0.5481244 0.8360654 0.004362642 0.5438845 0.8391487 -0.01495617 0.5393978 0.8419183 -0.03438907 0.5346648 0.8443643 -0.05391311 0.5296872 0.8464779 -0.0735048 0.524468 0.8482514 -0.09313988 0.5190104 0.8496783 -0.1127939 0.5133192 0.8507532 -0.1324418 0.5073997 0.851472 -0.1520588 0.5012586 0.8518322 -0.1716197 0.4949027 0.8518321 -0.1910998 0.4883403 0.851472 -0.2104746 0.4815802 0.8507531 -0.2297201 0.474632 0.8496782 -0.248813 0.4675058 0.8482513 -0.2677308 0.4602125 0.8464778 -0.2864518 0.4527632 0.8443641 -0.3049553 0.4451698 0.8419182 -0.3232218 0.4374442 0.8391485 -0.341233 0.4295986 0.8360652 -0.358972 0.4216458 0.8326789 -0.3764231 0.4135979 0.8290009 -0.393572 0.4054676 0.8250436 -0.410406 0.3972675 0.82082 -0.4269136 0.3890097 0.8163431 -0.4430849 0.3807064 0.8116269 -0.4589115 0.3723696 0.8066854 -0.4743859 0.3640105 0.8015325 0.1745806 0.5878863 0.7898805 0.1572393 0.5857546 0.7950896 0.1396204 0.5833967 0.8000965 0.1217358 0.5808071 0.8048872 0.103599 0.5779807 0.8094477 0.08522433 0.5749129 0.813764 0.06662803 0.5715999 0.8178229 0.04782712 0.5680384 0.8216111 0.02884012 0.5642263 0.8251164 0.009686589 0.5601616 0.8283267 -0.009612679 0.5558439 0.8312312 -0.0290361 0.5512732 0.8338194 -0.04856097 0.5464507 0.8360822 -0.06816405 0.5413784 0.8380113 -0.08782112 0.5360595 0.8395997 -0.1075078 0.5304977 0.8408414 -0.1271991 0.5246983 0.8417316 -0.14687 0.5186668 0.8422672 -0.1664953 0.5124103 0.8424459 -0.1860499 0.5059363 0.8422671 -0.2055091 0.4992533 0.8417316 -0.2248486 0.4923708 0.8408414 -0.2440444 0.4852986 0.8395996 -0.2630738 0.4780474 0.8380113 -0.2819143 0.4706284 0.8360821 -0.3005447 0.4630532 0.8338193 -0.3189451 0.455334 0.831231 -0.3370963 0.4474831 0.8283265 -0.354981 0.4395132 0.8251162 -0.3725825 0.4314368 0.8216109 -0.389886 0.4232671 0.8178226 -0.406878 0.4150165 0.8137638 -0.4235465 0.406698 0.8094474 -0.4398808 0.3983238 0.8048869 -0.4558717 0.3899064 0.8000962 -0.4715116 0.3814577 0.7950893 -0.486794 0.3729892 0.7898801 0.1792575 0.6021676 0.7779852 0.162014 0.6002386 0.7832401 0.1444875 0.5980829 0.7883021 0.1266893 0.5956943 0.7931572 0.1086323 0.5930669 0.7977911 0.09033048 0.5901958 0.8021903 0.07179927 0.5870766 0.8063412 0.05305528 0.5837053 0.8102303 0.03411656 0.5800791 0.8138455 0.01500219 0.5761956 0.8171741 -0.004267394 0.5720535 0.8202052 -0.02367103 0.5676524 0.822928 -0.0431863 0.5629927 0.8253328 -0.06279009 0.5580759 0.8274109 -0.08245861 0.5529042 0.8291546 -0.1021674 0.5474812 0.8305577 -0.1218915 0.5418114 0.8316147 -0.1416059 0.5358998 0.8323215 -0.1612852 0.5297531 0.8326756 -0.1809043 0.5233783 0.8326756 -0.2004382 0.5167837 0.8323215 -0.2198621 0.5099782 0.8316146 -0.2391518 0.5029715 0.8305577 -0.258284 0.495774 0.8291546 -0.2772359 0.488397 0.8274108 -0.2959857 0.4808518 0.8253327 -0.3145127 0.4731505 0.8229278 -0.3327975 0.4653058 0.8202051 -0.3508215 0.4573302 0.817174 -0.3685679 0.4492367 0.8138453 -0.3860211 0.4410383 0.8102302 -0.4031667 0.4327481 0.8063409 -0.4199922 0.4243791 0.8021901 -0.4364861 0.4159442 0.7977908 -0.4526388 0.407456 0.7931568 -0.4684417 0.3989269 0.7883018 -0.483888 0.3903689 0.7832398 -0.498972 0.3817939 0.7779848 0.1838465 0.6161604 0.7658633 0.1667071 0.6144351 0.7711539 0.1492798 0.6124827 0.7762606 0.1315754 0.6102967 0.7811695 0.113606 0.6078708 0.7858669 0.09538513 0.6051993 0.7903389 0.0769276 0.6022773 0.7945717 0.05824959 0.5991004 0.7985523 0.03936845 0.5956649 0.8022677 0.02030301 0.5919678 0.8057057 0.001073002 0.5880074 0.8088548 -0.01830053 0.5837824 0.8117039 -0.03779578 0.5792926 0.814243 -0.05738979 0.5745388 0.8164628 -0.07705903 0.5695229 0.8183555 -0.0967791 0.5642475 0.8199138 -0.1165254 0.5587165 0.821132 -0.1362726 0.5529347 0.8220055 -0.1559956 0.546908 0.8225308 -0.1756688 0.540643 0.8227062 -0.1952673 0.5341476 0.8225308 -0.2147658 0.5274303 0.8220055 -0.23414 0.5205006 0.821132 -0.2533661 0.5133684 0.8199138 -0.2724207 0.5060449 0.8183553 -0.2912817 0.4985415 0.8164628 -0.3099277 0.4908701 0.8142428 -0.3283386 0.4830433 0.8117038 -0.3464955 0.4750737 0.8088547 -0.3643807 0.4669744 0.8057056 -0.381978 0.4587588 0.8022674 -0.3992724 0.45044 0.798552 -0.4162505 0.4420314 0.7945714 -0.4329004 0.4335461 0.7903386 -0.4492115 0.4249973 0.7858666 -0.465175 0.4163976 0.7811692 -0.4807829 0.4077596 0.7762602 -0.4960294 0.3990954 0.7711535 -0.5109094 0.3904169 0.765863 0.1883438 0.6298537 0.7535324 0.1713145 0.628332 0.758848 0.153993 0.6265836 0.7639891 0.1363892 0.6246012 0.7689417 0.1185149 0.6223783 0.7736922 0.1003828 0.6199086 0.7782266 0.08200734 0.6171866 0.7825314 0.06340396 0.6142074 0.7865934 0.04458963 0.6109665 0.7903997 0.02558255 0.6074606 0.7939377 0.006402015 0.6036871 0.7971957 -0.0129314 0.5996439 0.8001624 -0.03239625 0.5953305 0.8028275 -0.05197 0.590747 0.8051816 -0.07162922 0.5858943 0.8072156 -0.09134989 0.5807748 0.8089226 -0.1111075 0.5753915 0.8102961 -0.1308768 0.5697488 0.8113308 -0.1506327 0.5638518 0.8120228 -0.1703496 0.557707 0.8123694 -0.1900022 0.5513213 0.8123694 -0.2095654 0.5447031 0.8120228 -0.2290142 0.5378614 0.8113307 -0.2483246 0.5308062 0.8102961 -0.267473 0.523548 0.8089225 -0.2864365 0.5160981 0.8072156 -0.3051934 0.5084683 0.8051813 -0.3237229 0.5006712 0.8028274 -0.3420056 0.4927195 0.8001622 -0.3600231 0.4846264 0.7971955 -0.3777585 0.476405 0.7939376 -0.3951961 0.4680691 0.7903994 -0.4123221 0.459632 0.7865932 -0.4291236 0.4511075 0.7825312 -0.4455896 0.4425085 0.7782263 -0.4617102 0.4338486 0.7736918 -0.4774774 0.4251406 0.7689414 -0.4928843 0.416397 0.7639887 -0.5079253 0.40763 0.7588476 -0.5225966 0.3988514 0.7535319 0.1927459 0.6432372 0.7410094 0.1758325 0.6419185 0.7463401 0.1586228 0.6403738 0.7515053 0.1411263 0.6385955 0.7564914 0.1233541 0.6365765 0.7612845 0.1053184 0.6343101 0.7658712 0.08703303 0.6317902 0.770238 0.06851273 0.6290112 0.7743713 0.04977405 0.6259682 0.7782586 0.03083455 0.6226572 0.7818869 0.01171308 0.619075 0.7852445 -0.007570326 0.6152191 0.7883199 -0.02699458 0.6110878 0.7911024 -0.04653751 0.6066809 0.7935822 -0.06617617 0.6019986 0.7957503 -0.08588671 0.5970425 0.7975988 -0.1056447 0.5918151 0.7991208 -0.1254253 0.5863202 0.8003106 -0.1452033 0.5805623 0.8011638 -0.1649531 0.5745472 0.801677 -0.1846494 0.5682817 0.8018483 -0.2042667 0.5617733 0.801677 -0.2237802 0.5550307 0.8011638 -0.2431652 0.5480635 0.8003106 -0.2623978 0.5408821 0.7991207 -0.2814549 0.5334974 0.7975987 -0.3003141 0.5259211 0.7957502 -0.3189542 0.5181657 0.793582 -0.3373551 0.5102438 0.7911023 -0.3554978 0.5021686 0.7883197 -0.3733648 0.4939535 0.7852443 -0.39094 0.4856121 0.7818867 -0.4082084 0.4771582 0.7782583 -0.4251568 0.4686055 0.7743711 -0.4417733 0.4599677 0.7702376 -0.4580476 0.4512583 0.7658709 -0.4739709 0.4424906 0.7612842 -0.4895356 0.4336776 0.756491 -0.5047357 0.4248321 0.751505 -0.5195665 0.415966 0.7463397 -0.5340248 0.4070913 0.7410089 0.1970499 0.6563022 0.7283123 0.1802576 0.6551851 0.7336482 0.1631655 0.6538433 0.7388274 0.1457825 0.6522687 0.7438367 0.1281191 0.6504538 0.7486624 0.1101871 0.6483913 0.7532911 0.09199929 0.6460748 0.7577095 0.07357031 0.6434979 0.7619041 0.05491584 0.6406554 0.7658622 0.03605294 0.6375426 0.7695712 0.01699984 0.6341553 0.7730187 -0.00222373 0.6304908 0.7761935 -0.02159738 0.6265468 0.7790845 -0.04109925 0.6223221 0.7816815 -0.06070679 0.6178166 0.7839754 -0.08039647 0.6130309 0.7859577 -0.1001442 0.6079671 0.7876212 -0.1199251 0.6026282 0.7889595 -0.1397143 0.5970182 0.7899678 -0.1594861 0.5911422 0.7906422 -0.1792153 0.5850064 0.79098 -0.1988763 0.578618 0.79098 -0.218444 0.5719853 0.7906422 -0.2378935 0.5651172 0.7899678 -0.2572007 0.5580239 0.7889595 -0.2763419 0.550716 0.7876212 -0.2952945 0.5432051 0.7859577 -0.3140366 0.5355033 0.7839753 -0.3325476 0.5276232 0.7816814 -0.3508082 0.519578 0.7790844 -0.3687999 0.511381 0.7761934 -0.386506 0.5030462 0.7730185 -0.4039111 0.4945871 0.7695709 -0.4210011 0.486018 0.765862 -0.4377636 0.4773527 0.7619038 -0.4541875 0.468605 0.757709 -0.4702633 0.4597885 0.7532907 -0.4859828 0.4509167 0.7486621 -0.5013395 0.4420026 0.7438363 -0.516328 0.4330589 0.738827 -0.5309444 0.4240978 0.7336478 -0.5451862 0.415131 0.7283119 0.2012529 0.6690407 0.7154592 0.1845866 0.6681235 0.7207903 0.1676174 0.6669831 0.7259737 0.1503539 0.6656113 0.7309961 0.1328057 0.6639999 0.7358443 0.114984 0.6621414 0.7405048 0.09690129 0.6600288 0.7449645 0.07857131 0.6576552 0.7492104 0.0600093 0.6550149 0.7532294 0.04123163 0.6521024 0.7570089 0.02225613 0.6489133 0.7605367 0.003101706 0.645444 0.7638013 -0.01621145 0.6416916 0.7667915 -0.03566211 0.6376541 0.7694968 -0.05522811 0.633331 0.7719079 -0.07488632 0.6287221 0.7740159 -0.09461289 0.6238288 0.7758132 -0.1143833 0.6186534 0.777293 -0.1341727 0.6131994 0.7784499 -0.1539558 0.6074713 0.7792794 -0.173707 0.6014747 0.7797783 -0.1934009 0.595216 0.7799448 -0.2130122 0.5887033 0.7797784 -0.2325159 0.5819451 0.7792794 -0.2518876 0.5749509 0.7784498 -0.2711033 0.5677312 0.777293 -0.2901398 0.5602971 0.7758132 -0.3089751 0.5526607 0.7740159 -0.3275879 0.5448344 0.7719079 -0.3459581 0.5368312 0.7694967 -0.3640672 0.5286645 0.7667914 -0.3818974 0.5203481 0.7638012 -0.3994328 0.511896 0.7605366 -0.4166588 0.5033223 0.7570087 -0.433562 0.4946411 0.7532291 -0.4501309 0.4858666 0.7492102 -0.4663552 0.4770126 0.7449643 -0.4822261 0.4680929 0.7405045 -0.4977365 0.459121 0.7358439 -0.5128804 0.45011 0.7309958 -0.5276531 0.4410724 0.7259734 -0.5420518 0.4320206 0.72079 -0.5560741 0.4229663 0.7154587 0.2053528 0.6814463 0.7024679 0.188817 0.6807264 0.7077851 0.1719757 0.6797854 0.7129631 0.154837 0.6786146 0.7179887 0.1374099 0.6772055 0.7228494 0.1197052 0.6755502 0.7275318 0.1017343 0.6736413 0.7320229 0.08351087 0.6714714 0.7363098 0.06504917 0.6690342 0.7403796 0.04636508 0.6663237 0.7442197 0.02747583 0.663335 0.7478181 0.008399844 0.6600636 0.7511627 -0.01084333 0.6565062 0.7542427 -0.03023296 0.6526603 0.7570472 -0.04974722 0.6485244 0.7595666 -0.06936359 0.6440978 0.7617919 -0.08905839 0.6393812 0.7637148 -0.1088075 0.6343764 0.7653285 -0.1285862 0.6290858 0.7666268 -0.1483694 0.6235137 0.7676048 -0.1681318 0.6176648 0.7682589 -0.1878477 0.6115453 0.7685866 -0.207492 0.6051625 0.7685866 -0.2270394 0.5985243 0.7682589 -0.2464652 0.5916399 0.7676048 -0.2657454 0.5845193 0.7666267 -0.2848563 0.5771737 0.7653284 -0.3037754 0.5696143 0.7637147 -0.322481 0.5618535 0.7617917 -0.3409527 0.5539043 0.7595664 -0.3591712 0.5457801 0.7570471 -0.3771182 0.5374944 0.7542425 -0.3947771 0.5290613 0.7511626 -0.4121327 0.5204951 0.7478178 -0.4291711 0.5118101 0.7442194 -0.4458798 0.5030205 0.7403792 -0.4622482 0.4941406 0.7363095 -0.4782666 0.4851844 0.7320226 -0.4939272 0.4761657 0.7275314 -0.5092237 0.4670981 0.722849 -0.5241506 0.4579945 0.7179884 -0.5387041 0.4488677 0.7129626 -0.552882 0.4397298 0.7077847 -0.5666829 0.4305926 0.7024675 0.2093476 0.6935136 0.6893566 0.1929463 0.6929879 0.6946505 0.1762376 0.6922435 0.6998136 0.1592288 0.6912716 0.7048332 0.1419284 0.6900631 0.7096966 0.1243465 0.6886097 0.714391 0.1064943 0.6869035 0.7189036 0.08838421 0.6849371 0.7232216 0.07003033 0.6827032 0.7273322 0.05144786 0.6801956 0.731223 0.03265333 0.6774086 0.7348818 0.01366454 0.6743374 0.7382969 -0.005499303 0.6709779 0.741457 -0.02481824 0.6673269 0.7443513 -0.04427093 0.6633822 0.74697 -0.06383508 0.6591427 0.7493036 -0.08348762 0.6546084 0.7513439 -0.1032048 0.6497801 0.7530834 -0.122962 0.64466 0.7545156 -0.1427345 0.6392513 0.7556352 -0.1624969 0.6335585 0.756438 -0.182224 0.6275868 0.7569209 -0.2018903 0.6213429 0.7570821 -0.2214707 0.6148346 0.7569209 -0.2409402 0.6080702 0.756438 -0.2602745 0.6010596 0.7556352 -0.2794498 0.5938131 0.7545156 -0.2984432 0.5863422 0.7530833 -0.3172326 0.5786588 0.7513439 -0.335797 0.5707755 0.7493035 -0.3541166 0.5627055 0.7469698 -0.3721727 0.5544627 0.7443512 -0.389948 0.5460609 0.7414568 -0.4074265 0.5375144 0.7382967 -0.4245938 0.5288376 0.7348816 -0.441437 0.520045 0.7312228 -0.4579443 0.511151 0.7273319 -0.4741058 0.50217 0.7232213 -0.4899129 0.4931159 0.7189033 -0.5053585 0.4840028 0.7143907 -0.5204368 0.474844 0.7096962 -0.5351432 0.4656527 0.7048328 -0.5494749 0.4564415 0.6998133 -0.56343 0.4472224 0.6946501 -0.5770078 0.4380071 0.6893561 0.2132356 0.7052385 0.6761429 0.1969727 0.7049036 0.6814049 0.1804007 0.7043527 0.6865441 0.1635264 0.7035766 0.6915484 0.1463579 0.7025662 0.6964051 0.1289045 0.7013129 0.701102 0.1111769 0.6998081 0.7056263 0.09318691 0.698044 0.7099654 0.07494795 0.696013 0.7141069 0.05647462 0.6937084 0.7180384 0.03778284 0.691124 0.7217479 0.01888984 0.6882543 0.7252236 -1.85878e-4 0.6850946 0.7284541 -0.01942473 0.6816412 0.7314287 -0.03880608 0.6778913 0.7341372 -0.05830806 0.673843 0.7365702 -0.07790809 0.6694956 0.7387191 -0.09758269 0.6648495 0.740576 -0.1173077 0.6599059 0.7421342 -0.1370586 0.6546674 0.7433878 -0.1568102 0.6491379 0.7443323 -0.1765375 0.6433222 0.7449639 -0.1962149 0.637226 0.7452803 -0.2158174 0.6308567 0.7452803 -0.2353199 0.6242222 0.7449639 -0.2546979 0.6173318 0.7443323 -0.2739275 0.6101952 0.7433878 -0.2929853 0.6028237 0.7421342 -0.3118488 0.5952289 0.740576 -0.3304969 0.5874232 0.7387191 -0.3489089 0.5794194 0.7365702 -0.3670657 0.5712314 0.7341372 -0.3849496 0.562873 0.7314286 -0.402544 0.5543584 0.728454 -0.4198338 0.5457019 0.7252234 -0.4368052 0.5369184 0.7217478 -0.4534462 0.5280224 0.7180383 -0.4697459 0.5190283 0.7141066 -0.4856953 0.5099506 0.7099651 -0.5012862 0.5008034 0.7056259 -0.5165127 0.4916006 0.7011017 -0.5313694 0.4823556 0.6964048 -0.5458528 0.4730815 0.691548 -0.5599604 0.4637908 0.6865438 -0.5736912 0.4544956 0.6814045 -0.587045 0.4452074 0.6761424 0.2170157 0.7166179 0.6628445 0.2008945 0.7164697 0.6680664 0.184463 0.7161084 0.6731731 0.1677275 0.7155249 0.6781531 0.1506956 0.7147096 0.6829942 0.133376 0.7136536 0.6876841 0.1157786 0.7123481 0.6922107 0.09791499 0.7107846 0.6965615 0.07979762 0.7089555 0.7007242 0.06144064 0.7068534 0.7046868 0.04285931 0.7044714 0.7084371 0.0240702 0.7018038 0.7119635 0.00509113 0.6988452 0.7152548 -0.0140587 0.6955913 0.7183001 -0.03335934 0.6920387 0.7210892 -0.05278944 0.6881849 0.7236124 -0.07232683 0.6840283 0.7258609 -0.09194856 0.6795688 0.7278267 -0.1116309 0.6748071 0.7295025 -0.1313495 0.669745 0.7308823 -0.1510795 0.6643856 0.7319609 -0.1707959 0.658733 0.7327343 -0.1904736 0.6527927 0.7331995 -0.2100874 0.646571 0.7333547 -0.2296121 0.6400756 0.7331995 -0.2490233 0.6333149 0.7327343 -0.2682967 0.6262987 0.7319609 -0.2874087 0.6190373 0.7308823 -0.3063367 0.6115422 0.7295025 -0.3250589 0.6038254 0.7278267 -0.3435543 0.5958996 0.7258609 -0.3618034 0.5877783 0.7236124 -0.3797879 0.5794753 0.7210892 -0.3974905 0.5710046 0.7183001 -0.4148956 0.5623808 0.7152548 -0.431989 0.5536186 0.7119635 -0.4487576 0.5447327 0.708437 -0.4651902 0.5357376 0.7046867 -0.4812768 0.5266482 0.7007241 -0.4970091 0.5174788 0.6965613 -0.5123801 0.5082435 0.6922104 -0.5273839 0.4989561 0.6876839 -0.5420164 0.4896301 0.6829938 -0.5562747 0.4802784 0.6781527 -0.5701569 0.4709136 0.6731728 -0.5836624 0.4615474 0.668066 -0.5967918 0.4521915 0.6628442 0.220687 0.7276498 0.649479 0.2047104 0.7276837 0.6546526 0.1884229 0.727508 0.6597188 0.1718301 0.7271131 0.664666 0.1549391 0.7264894 0.6694826 0.137758 0.7256276 0.6741568 0.1202962 0.7245185 0.6786764 0.1025646 0.7231535 0.6830296 0.08457523 0.7215244 0.6872041 0.06634128 0.7196234 0.6911881 0.0478776 0.7174433 0.6949697 0.02920007 0.7149777 0.6985373 0.0103259 0.7122207 0.7018797 -0.008726358 0.7091675 0.7049861 -0.02793723 0.7058138 0.7078462 -0.04728603 0.702157 0.7104503 -0.06675112 0.6981946 0.7127894 -0.0863099 0.6939257 0.714855 -0.1059392 0.6893504 0.7166399 -0.1256148 0.6844699 0.7181378 -0.1453126 0.6792866 0.7193427 -0.1650075 0.6738041 0.7202505 -0.1846745 0.6680268 0.7208575 -0.2042886 0.6619608 0.7211617 -0.2238248 0.655613 0.7211616 -0.2432584 0.6489914 0.7208575 -0.2625651 0.6421051 0.7202504 -0.2817211 0.634964 0.7193427 -0.3007034 0.6275792 0.7181377 -0.31949 0.6199623 0.7166399 -0.3380596 0.6121258 0.714855 -0.3563921 0.6040829 0.7127894 -0.3744686 0.5958471 0.7104503 -0.3922715 0.5874324 0.7078462 -0.4097845 0.5788534 0.7049861 -0.4269927 0.5701247 0.7018797 -0.4438827 0.5612611 0.6985372 -0.4604423 0.5522773 0.6949695 -0.4766611 0.5431882 0.691188 -0.4925299 0.5340084 0.687204 -0.5080412 0.5247523 0.6830294 -0.5231886 0.515434 0.6786762 -0.5379673 0.5060674 0.6741566 -0.5523736 0.4966657 0.6694824 -0.5664053 0.4872419 0.6646657 -0.5800611 0.4778083 0.6597184 -0.5933412 0.4683767 0.6546522 -0.6062464 0.4589584 0.6494787 0.224249 0.7383332 0.6360632 0.2084197 0.7385444 0.6411811 0.1922792 0.7385498 0.6461989 0.1758326 0.7383391 0.6511054 0.1590864 0.7379028 0.6558893 0.1420482 0.7372316 0.6605392 0.124727 0.7363157 0.6650432 0.1071328 0.7351463 0.6693897 0.08927708 0.7337147 0.6735668 0.07117259 0.7320129 0.6775629 0.05283331 0.7300332 0.6813663 0.03427463 0.7277688 0.6849656 0.01551318 0.7252132 0.6883496 -0.003433287 0.722361 0.6915076 -0.02254581 0.7192076 0.6944293 -0.04180425 0.7157493 0.6971049 -0.06118756 0.7119834 0.6995253 -0.08067369 0.7079083 0.701682 -0.1002398 0.7035233 0.7035673 -0.1198623 0.6988289 0.7051745 -0.1395172 0.693827 0.7064978 -0.1591798 0.6885203 0.7075322 -0.1788254 0.6829128 0.7082738 -0.1984291 0.6770098 0.7087198 -0.2179659 0.6708175 0.7088687 -0.2374112 0.6643435 0.7087198 -0.2567405 0.6575962 0.7082737 -0.27593 0.6505851 0.707532 -0.2949566 0.6433208 0.7064977 -0.3137976 0.6358144 0.7051745 -0.3324317 0.6280783 0.7035673 -0.3508384 0.620125 0.7016819 -0.3689982 0.611968 0.6995252 -0.386893 0.6036213 0.6971048 -0.4045061 0.5950991 0.6944292 -0.4218219 0.586416 0.6915075 -0.4388263 0.5775868 0.6883495 -0.4555067 0.5686265 0.6849654 -0.471852 0.5595499 0.681366 -0.4878522 0.5503718 0.6775626 -0.5034993 0.5411068 0.6735666 -0.5187862 0.5317695 0.6693894 -0.5337075 0.5223738 0.6650429 -0.548259 0.5129334 0.6605388 -0.5624376 0.5034616 0.655889 -0.5762419 0.4939712 0.6511051 -0.5896711 0.4844744 0.6461985 -0.6027259 0.4749829 0.6411807 -0.6154078 0.4655077 0.6360628 0.2277014 0.7486686 0.6226134 0.2120218 0.7490519 0.6276687 0.1960309 0.7492331 0.6326308 0.1797336 0.7492021 0.6374889 0.1631357 0.748949 0.6422322 0.1462445 0.748464 0.6468495 0.1290681 0.7477376 0.6513295 0.1116162 0.7467603 0.6556606 0.09389954 0.7455235 0.6598315 0.07593035 0.7440184 0.6638306 0.05772191 0.7422373 0.6676468 0.03928899 0.7401725 0.6712684 0.02064746 0.7378173 0.6746847 0.001814603 0.7351658 0.6778848 -0.01719123 0.732213 0.6808588 -0.03635072 0.7289544 0.6835966 -0.0556432 0.7253866 0.686089 -0.07504719 0.7215075 0.6883276 -0.09454035 0.7173159 0.6903044 -0.1140996 0.7128114 0.6920124 -0.1337013 0.7079952 0.6934455 -0.1533212 0.7028696 0.6945984 -0.1729347 0.6974377 0.6954669 -0.1925171 0.6917042 0.6960477 -0.2120438 0.6856748 0.6963387 -0.2314899 0.6793562 0.6963387 -0.2508313 0.6727564 0.6960477 -0.2700438 0.6658844 0.6954669 -0.2891042 0.6587502 0.6945984 -0.3079897 0.6513645 0.6934455 -0.3266785 0.6437391 0.6920124 -0.3451498 0.6358864 0.6903043 -0.3633838 0.6278195 0.6883275 -0.381362 0.6195523 0.686089 -0.3990669 0.6110987 0.6835964 -0.4164825 0.6024731 0.6808586 -0.4335942 0.5936905 0.6778848 -0.4503887 0.5847657 0.6746845 -0.4668541 0.5757137 0.6712682 -0.4829803 0.5665494 0.6676465 -0.4987581 0.5572876 0.6638305 -0.51418 0.5479431 0.6598312 -0.52924 0.5385301 0.6556603 -0.5439332 0.5290625 0.6513291 -0.558256 0.5195541 0.6468492 -0.5722063 0.5100179 0.6422318 -0.585783 0.5004665 0.6374886 -0.5989859 0.4909121 0.6326304 -0.6118162 0.4813662 0.6276683 -0.6242759 0.4718398 0.622613 0.2310445 0.7586566 0.6091458 0.2155164 0.7592066 0.6141319 0.1996775 0.7595584 0.6190315 0.1835321 0.7597019 0.6238341 0.1670857 0.7596271 0.6285293 0.150345 0.7593239 0.6331064 0.1333175 0.7587826 0.6375542 0.1160123 0.7579938 0.6418618 0.09843981 0.7569481 0.646018 0.08061128 0.7556367 0.6500115 0.06253963 0.7540513 0.6538314 0.0442388 0.7521841 0.6574663 0.02572417 0.750028 0.6609058 0.007012307 0.7475764 0.664139 -0.01187914 0.7448235 0.6671558 -0.03093129 0.7417647 0.6699465 -0.05012428 0.7383961 0.6725019 -0.06943708 0.7347146 0.6748132 -0.08884787 0.7307186 0.6768726 -0.1083342 0.7264071 0.6786726 -0.1278726 0.7217805 0.6802071 -0.1474394 0.7168403 0.6814702 -0.1670104 0.7115892 0.6824576 -0.1865611 0.706031 0.6831655 -0.2060669 0.700171 0.6835913 -0.2255032 0.694015 0.6837334 -0.2448459 0.6875707 0.6835913 -0.2640708 0.6808462 0.6831655 -0.2831546 0.673851 0.6824576 -0.3020742 0.6665955 0.6814702 -0.3208078 0.6590908 0.680207 -0.3393341 0.6513493 0.6786726 -0.3576329 0.6433835 0.6768725 -0.3756854 0.6352068 0.6748132 -0.3934736 0.6268332 0.6725018 -0.4109809 0.618277 0.6699465 -0.4281923 0.6095528 0.6671557 -0.4450938 0.6006756 0.6641389 -0.461673 0.5916603 0.6609055 -0.4779189 0.5825219 0.6574662 -0.493822 0.5732754 0.6538312 -0.509374 0.5639355 0.6500113 -0.5245683 0.554517 0.6460177 -0.5393994 0.5450339 0.6418616 -0.5538632 0.5355004 0.637554 -0.5679566 0.5259296 0.6331061 -0.5816784 0.5163348 0.628529 -0.5950276 0.5067282 0.6238338 -0.6080051 0.4971221 0.6190311 -0.6206122 0.4875274 0.6141315 -0.6328514 0.4779551 0.6091453 0.2342786 0.7682995 0.5956757 0.2189036 0.7690103 0.6005867 0.2032186 0.7695271 0.6054174 0.1872276 0.7698398 0.6101579 0.1709354 0.7699379 0.6147981 0.1543482 0.7698116 0.6193277 0.1374733 0.7694509 0.6237359 0.120319 0.768846 0.6280122 0.102895 0.7679874 0.6321455 0.08521217 0.7668662 0.6361252 0.06728267 0.7654735 0.6399402 0.04911994 0.7638013 0.6435799 0.03073865 0.7618418 0.6470335 0.01215463 0.7595882 0.6502907 -0.006614983 0.7570345 0.6533414 -0.02555203 0.7541751 0.656176 -0.0446372 0.7510057 0.6587852 -0.06385016 0.7475228 0.6611602 -0.08316957 0.7437239 0.6632931 -0.1025734 0.7396074 0.6651763 -0.1220389 0.7351732 0.6668034 -0.1415427 0.7304222 0.6681685 -0.1610609 0.7253562 0.6692665 -0.1805694 0.7199785 0.6700937 -0.2000438 0.7142935 0.6706469 -0.2194598 0.7083069 0.670924 -0.2387931 0.7020249 0.6709238 -0.2580199 0.6954557 0.6706468 -0.2771165 0.6886079 0.6700937 -0.29606 0.6814916 0.6692665 -0.3148282 0.6741173 0.6681683 -0.3333996 0.6664968 0.6668033 -0.3517538 0.6586424 0.6651763 -0.3698713 0.6505672 0.663293 -0.3877339 0.6422849 0.6611601 -0.4053246 0.6338093 0.6587851 -0.4226277 0.6251553 0.6561759 -0.4396287 0.6163375 0.6533412 -0.4563146 0.6073708 0.6502905 -0.4726739 0.5982703 0.6470332 -0.4886963 0.5890511 0.6435796 -0.5043731 0.5797282 0.6399399 -0.5196969 0.570316 0.6361249 -0.5346615 0.5608293 0.6321452 -0.5492624 0.5512822 0.6280118 -0.563496 0.5416884 0.6237356 -0.57736 0.5320612 0.6193274 -0.5908535 0.5224136 0.6147978 -0.6039763 0.5127577 0.6101576 -0.6167294 0.5031054 0.605417 -0.6291151 0.4934678 0.6005863 -0.6411358 0.4838553 0.5956753 0.2374044 0.7775998 0.5822178 0.2221838 0.7784656 0.5870482 0.2066544 0.7791417 0.5918042 0.1908196 0.7796176 0.5964764 0.174684 0.7798835 0.6010552 0.1582532 0.7799288 0.6055304 0.141534 0.7797436 0.6098919 0.1245341 0.7793179 0.6141293 0.1072627 0.7786422 0.6182322 0.0897302 0.777707 0.6221901 0.07194793 0.7765033 0.6259921 0.05392873 0.7750228 0.629628 0.03568673 0.7732574 0.6330873 0.017237 0.7711998 0.6363598 -0.001403868 0.7688434 0.6394357 -0.02021843 0.7661823 0.6423052 -0.03918796 0.7632117 0.6449592 -0.05829274 0.7599273 0.6473889 -0.07751208 0.7563262 0.6495864 -0.09682446 0.7524064 0.6515441 -0.1162077 0.7481669 0.6532551 -0.1356387 0.7436078 0.6547135 -0.1550942 0.7387304 0.655914 -0.1745503 0.7335376 0.6568523 -0.193983 0.7280327 0.657525 -0.2133681 0.7222207 0.6579295 -0.2326816 0.7161078 0.6580646 -0.2518997 0.7097008 0.6579295 -0.2709987 0.7030083 0.6575248 -0.2899557 0.6960394 0.6568522 -0.3087483 0.6888045 0.655914 -0.3273548 0.6813144 0.6547134 -0.3457545 0.6735813 0.653255 -0.3639277 0.6656178 0.6515439 -0.3818557 0.6574374 0.6495864 -0.3995211 0.6490537 0.6473889 -0.4169075 0.6404811 0.644959 -0.4340001 0.6317342 0.642305 -0.4507855 0.622828 0.6394355 -0.4672513 0.6137773 0.6363596 -0.4833868 0.6045973 0.6330872 -0.4991825 0.595303 0.6296278 -0.5146304 0.5859093 0.6259918 -0.529724 0.5764307 0.6221898 -0.5444578 0.5668818 0.618232 -0.5588277 0.5572765 0.6141291 -0.572831 0.5476284 0.6098915 -0.586466 0.5379508 0.6055301 -0.5997319 0.5282562 0.6010549 -0.6126297 0.5185568 0.5964761 -0.6251604 0.5088642 0.5918039 -0.6373265 0.4991891 0.5870478 -0.6491312 0.4895421 0.5822175 0.2404229 0.7865614 0.5687865 0.2253577 0.787576 0.5735312 0.2099851 0.7884052 0.5782071 0.1943083 0.7890387 0.5828055 0.1783313 0.7894663 0.5873167 0.1620593 0.7896776 0.5917313 0.1454985 0.7896627 0.5960395 0.1286563 0.7894111 0.6002312 0.1115413 0.7889134 0.6042965 0.09416306 0.7881597 0.6082249 0.0765326 0.787141 0.6120064 0.05866199 0.7858485 0.6156306 0.04056471 0.7842738 0.6190873 0.0222553 0.7824092 0.6223668 0.003749608 0.7802478 0.6254591 -0.01493549 0.7777834 0.628355 -0.03378206 0.7750102 0.6310451 -0.05277085 0.771924 0.6335209 -0.07188189 0.7685208 0.635774 -0.09109419 0.7647983 0.6377973 -0.110386 0.7607547 0.6395836 -0.129735 0.7563897 0.6411267 -0.1491181 0.7517039 0.6424211 -0.168512 0.7466993 0.6434624 -0.1878929 0.7413789 0.6442468 -0.207237 0.7357466 0.6447711 -0.2265204 0.7298082 0.6450338 -0.2457193 0.7235699 0.6450338 -0.2648104 0.7170395 0.6447711 -0.2837706 0.7102258 0.6442468 -0.3025773 0.7031381 0.6434624 -0.3212088 0.6957873 0.6424212 -0.3396442 0.6881849 0.6411267 -0.3578635 0.680343 0.6395836 -0.3758475 0.6722746 0.6377973 -0.3935786 0.6639933 0.635774 -0.41104 0.6555132 0.6335209 -0.4282162 0.6468486 0.6310451 -0.4450932 0.6380141 0.628355 -0.4616583 0.6290249 0.6254591 -0.4779001 0.6198959 0.6223668 -0.4938086 0.6106423 0.6190873 -0.5093751 0.6012787 0.6156305 -0.5245924 0.5918202 0.6120064 -0.5394544 0.5822813 0.6082249 -0.5539566 0.5726762 0.6042963 -0.5680955 0.5630188 0.6002311 -0.5818688 0.5533225 0.5960394 -0.5952755 0.5436004 0.5917311 -0.6083155 0.5338649 0.5873165 -0.6209897 0.5241278 0.5828052 -0.6333001 0.5144005 0.5782068 -0.6452492 0.5046939 0.5735308 -0.6568408 0.4950179 0.5687862 0.243335 0.7951884 0.5553949 0.2284259 0.7963455 0.5600494 0.2132112 0.7973217 0.5646405 0.1976937 0.7981067 0.5691598 0.181877 0.7986902 0.573598 0.1657658 0.7990618 0.5779463 0.149366 0.7992114 0.582195 0.1326842 0.7991287 0.5863346 0.1157287 0.7988038 0.5903553 0.09850847 0.7982269 0.5942474 0.08103382 0.7973886 0.5980008 0.06331646 0.7962799 0.6016057 0.04536896 0.7948921 0.6050521 0.0272054 0.7932174 0.6083305 0.008840799 0.7912483 0.6114311 -0.009708404 0.7889779 0.6143447 -0.02842497 0.7864006 0.6170624 -0.04729044 0.7835112 0.6195756 -0.06628537 0.7803055 0.621876 -0.08538937 0.7767801 0.623956 -0.1045812 0.7729333 0.625809 -0.1238392 0.7687638 0.6274282 -0.1431407 0.7642716 0.6288082 -0.1624627 0.759458 0.629944 -0.181782 0.7543253 0.6308318 -0.201075 0.7488771 0.6314681 -0.220318 0.7431181 0.6318508 -0.2394876 0.7370541 0.6319786 -0.2585604 0.7306922 0.6318508 -0.2775133 0.7240404 0.6314681 -0.296324 0.7171077 0.6308317 -0.3149705 0.7099044 0.629944 -0.3334316 0.7024413 0.6288081 -0.3516872 0.6947302 0.6274281 -0.3697179 0.6867837 0.6258088 -0.3875055 0.678615 0.623956 -0.4050329 0.6702378 0.6218759 -0.4222844 0.6616662 0.6195755 -0.4392452 0.6529148 0.6170623 -0.455902 0.6439984 0.6143447 -0.4722431 0.634932 0.6114311 -0.4882577 0.6257304 0.6083304 -0.5039367 0.6164088 0.6050521 -0.519272 0.6069821 0.6016056 -0.5342572 0.5974649 0.5980007 -0.5488871 0.5878716 0.5942473 -0.5631577 0.5782164 0.5903552 -0.5770659 0.568513 0.5863345 -0.5906102 0.5587745 0.5821948 -0.6037899 0.5490137 0.5779461 -0.6166057 0.5392431 0.5735978 -0.6290586 0.529474 0.5691595 -0.641151 0.5197179 0.5646403 -0.6528862 0.509985 0.5600491 -0.6642676 0.5002855 0.5553945 0.2461423 0.8034857 0.5420562 0.2313898 0.8047791 0.5466164 0.2163338 0.8058959 0.5511183 0.2009766 0.8068262 0.5555537 0.1853215 0.8075594 0.5599141 0.1693728 0.8080853 0.5641906 0.1531358 0.8083937 0.5683742 0.136617 0.808474 0.5724557 0.1198238 0.8083165 0.5764258 0.1027648 0.8079112 0.5802748 0.08544981 0.8072484 0.5839934 0.06788969 0.8063189 0.5875719 0.05009657 0.805114 0.5910006 0.03208386 0.8036253 0.5942701 0.013866 0.801845 0.5973712 -0.004541397 0.799766 0.6002947 -0.02312159 0.7973821 0.6030317 -0.04185682 0.7946876 0.6055738 -0.06072825 0.791678 0.607913 -0.0797162 0.7883493 0.6100415 -0.09879994 0.7846992 0.6119524 -0.1179583 0.7807258 0.6136393 -0.1371692 0.7764284 0.6150963 -0.1564102 0.7718078 0.6163185 -0.1756584 0.7668656 0.6173015 -0.1948906 0.7616048 0.6180419 -0.2140834 0.7560293 0.6185369 -0.2332136 0.7501443 0.6187849 -0.252258 0.7439564 0.6187849 -0.2711936 0.7374727 0.6185369 -0.2899981 0.7307019 0.6180419 -0.3086494 0.7236535 0.6173015 -0.3271263 0.7163378 0.6163185 -0.3454084 0.7087662 0.6150963 -0.3634762 0.7009507 0.6136392 -0.3813111 0.6929041 0.6119524 -0.3988957 0.6846399 0.6100415 -0.4162136 0.6761717 0.6079129 -0.4332498 0.667514 0.6055737 -0.4499906 0.6586814 0.6030316 -0.4664236 0.6496888 0.6002947 -0.4825373 0.6405509 0.5973711 -0.4983223 0.6312828 0.5942701 -0.5137699 0.6218995 0.5910006 -0.5288729 0.6124156 0.5875717 -0.5436255 0.6028459 0.5839933 -0.5580232 0.5932044 0.5802747 -0.5720623 0.5835052 0.5764257 -0.5857408 0.5737617 0.5724555 -0.5990574 0.563987 0.568374 -0.612012 0.5541936 0.5641904 -0.6246055 0.5443936 0.5599139 -0.6368397 0.5345985 0.5555534 -0.6487171 0.5248191 0.551118 -0.6602411 0.5150656 0.546616 -0.6714158 0.5053479 0.5420557 0.2488463 0.8114587 0.5287818 0.2342507 0.812882 0.5332443 0.2193537 0.8141332 0.5376532 0.2041575 0.8152024 0.5420007 0.1886651 0.8160791 0.5462786 0.1728802 0.8167532 0.5504785 0.156808 0.8172143 0.554592 0.1404541 0.817452 0.5586099 0.1238257 0.8174562 0.5625234 0.1069307 0.8172169 0.5663234 0.08977848 0.8167245 0.5700008 0.07237935 0.8159695 0.573546 0.05474478 0.8149428 0.57695 0.03688746 0.8136358 0.5802035 0.01882129 0.8120406 0.5832976 5.61243e-4 0.8101494 0.586223 -0.01787662 0.807956 0.5889715 -0.03647518 0.8054541 0.5915346 -0.05521625 0.8026387 0.5939042 -0.07408076 0.7995056 0.5960729 -0.09304869 0.7960514 0.5980335 -0.1120993 0.792274 0.5997797 -0.1312112 0.7881722 0.6013055 -0.1503623 0.783746 0.6026057 -0.1695302 0.7789962 0.6036757 -0.1886922 0.7739254 0.604512 -0.2078251 0.7685369 0.6051114 -0.2269061 0.7628351 0.6054719 -0.2459121 0.7568258 0.6055923 -0.2648204 0.7505158 0.6054719 -0.2836086 0.7439129 0.6051114 -0.3022547 0.737026 0.604512 -0.3207376 0.7298651 0.6036757 -0.3390365 0.7224408 0.6026057 -0.3571316 0.7147648 0.6013054 -0.3750044 0.7068493 0.5997797 -0.3926369 0.6987075 0.5980335 -0.4100125 0.6903528 0.5960729 -0.4271157 0.6817991 0.5939042 -0.4439324 0.6730609 0.5915346 -0.4604493 0.6641528 0.5889714 -0.4766552 0.6550897 0.586223 -0.4925393 0.6458864 0.5832975 -0.5080927 0.6365577 0.5802035 -0.5233077 0.6271187 0.5769499 -0.5381777 0.6175839 0.5735459 -0.5526976 0.6079676 0.5700006 -0.5668634 0.598284 0.5663233 -0.5806722 0.5885468 0.5625233 -0.5941222 0.5787693 0.5586097 -0.607213 0.5689644 0.5545917 -0.6199446 0.5591443 0.5504784 -0.6323184 0.5493208 0.5462784 -0.6443367 0.5395051 0.5420005 -0.6560022 0.5297079 0.5376529 -0.6673184 0.5199393 0.533244 -0.6782899 0.5102087 0.5287815 0.2514489 0.8191136 0.5155834 0.23701 0.8206603 0.519945 0.2222723 0.8220396 0.5242576 0.2072376 0.8232414 0.5285134 0.1919085 0.8242552 0.5327048 0.1762886 0.8250712 0.5368238 0.1603823 0.8256788 0.5408623 0.1441951 0.8260678 0.5448117 0.1277335 0.8262279 0.5486634 0.1110051 0.8261492 0.5524088 0.09401845 0.8258216 0.5560388 0.07678353 0.8252358 0.5595446 0.05931115 0.8243823 0.5629174 0.04161339 0.8232526 0.5661481 0.02370351 0.821838 0.5692278 0.005595803 0.8201312 0.5721482 -0.01269418 0.8181248 0.5749006 -0.03115016 0.8158127 0.5774768 -0.0497545 0.813189 0.579869 -0.06848871 0.8102494 0.5820697 -0.08733355 0.80699 0.584072 -0.1062688 0.8034079 0.5858692 -0.1252735 0.7995015 0.5874555 -0.1443263 0.7952702 0.5888254 -0.1634051 0.7907142 0.5899744 -0.1824878 0.7858354 0.5908985 -0.2015516 0.7806363 0.5915943 -0.2205738 0.775121 0.5920596 -0.2395318 0.7692945 0.5922927 -0.2584029 0.7631627 0.5922927 -0.2771649 0.7567331 0.5920596 -0.295796 0.7500138 0.5915943 -0.3142748 0.7430144 0.5908985 -0.3325806 0.7357448 0.5899745 -0.3506935 0.7282161 0.5888254 -0.3685947 0.7204402 0.5874555 -0.3862659 0.7124297 0.5858692 -0.4036901 0.7041976 0.5840719 -0.4208517 0.6957577 0.5820697 -0.4377358 0.687124 0.579869 -0.454329 0.678311 0.5774767 -0.4706192 0.6693333 0.5749005 -0.4865953 0.6602057 0.5721482 -0.5022479 0.6509429 0.5692278 -0.5175687 0.64156 0.5661479 -0.5325504 0.6320714 0.5629172 -0.5471873 0.6224917 0.5595445 -0.561475 0.6128351 0.5560387 -0.5754098 0.6031154 0.5524086 -0.5889896 0.5933464 0.5486631 -0.6022132 0.5835407 0.5448114 -0.6150801 0.5737113 0.540862 -0.6275914 0.5638702 0.5368235 -0.6397485 0.5540288 0.5327044 -0.6515538 0.5441982 0.528513 -0.6630105 0.5343887 0.5242571 -0.6741229 0.5246102 0.5199447 -0.6848949 0.5148719 0.515583 0.2539517 0.826457 0.5024713 0.2396693 0.8281207 0.5067294 0.2250909 0.8296216 0.5109425 0.2102179 0.8309495 0.5151034 0.1950527 0.8320943 0.5192048 0.1795983 0.8330457 0.523239 0.1638591 0.8337937 0.5271984 0.1478399 0.8343278 0.5310747 0.1315467 0.8346379 0.5348598 0.1149869 0.8347138 0.5385453 0.09816837 0.8345454 0.5421225 0.08110046 0.8341234 0.5455832 0.06379348 0.833438 0.5489184 0.04625898 0.8324804 0.5521198 0.02850955 0.8312423 0.5551788 0.01055878 0.8297154 0.5580869 -0.007578372 0.8278923 0.560836 -0.02588629 0.8257665 0.563418 -0.04434794 0.8233317 0.5658251 -0.06294554 0.8205833 0.5680502 -0.08166038 0.8175165 0.5700861 -0.1004729 0.8141285 0.5719263 -0.1193629 0.8104169 0.5735651 -0.1383094 0.8063804 0.5749967 -0.1572908 0.8020188 0.5762165 -0.1762855 0.7973331 0.5772203 -0.1952711 0.7923256 0.5780047 -0.2142254 0.7869993 0.5785669 -0.2331258 0.7813585 0.5789051 -0.2519502 0.7754091 0.5790179 -0.2706764 0.7691574 0.5789051 -0.2892826 0.7626112 0.5785669 -0.3077476 0.7557791 0.5780047 -0.3260505 0.7486706 0.5772203 -0.3441716 0.7412965 0.5762165 -0.3620916 0.7336679 0.5749968 -0.3797922 0.7257969 0.5735652 -0.397256 0.7176962 0.5719264 -0.414467 0.7093793 0.5700861 -0.43141 0.7008597 0.5680502 -0.4480713 0.6921517 0.5658252 -0.464438 0.6832697 0.5634179 -0.4804989 0.6742284 0.5608359 -0.4962437 0.6650422 0.5580868 -0.5116636 0.6557262 0.5551787 -0.5267511 0.646295 0.5521198 -0.5414994 0.6367629 0.5489183 -0.5559037 0.6271445 0.545583 -0.5699599 0.6174535 0.5421224 -0.5836653 0.6077039 0.5385451 -0.5970178 0.5979089 0.5348596 -0.6100169 0.588081 0.5310745 -0.6226627 0.5782329 0.5271982 -0.6349563 0.5683763 0.5232388 -0.6468997 0.5585227 0.5192045 -0.6584956 0.5486824 0.5151031 -0.6697475 0.5388659 0.5109422 -0.6806594 0.5290825 0.5067291 -0.6912361 0.5193416 0.502471 0.256357 0.8334953 0.4894554 0.2422307 0.8352698 0.4936078 0.2278112 0.8368858 0.4977189 0.2131 0.8383335 0.5017822 0.1980988 0.8396028 0.5057905 0.1828106 0.8406835 0.5097366 0.167239 0.8415656 0.5136131 0.1513888 0.8422386 0.5174124 0.1352656 0.8426923 0.5211265 0.118876 0.8429167 0.5247474 0.1022276 0.8429018 0.528267 0.08532911 0.8426378 0.5316771 0.06819045 0.8421152 0.5349693 0.05082237 0.8413248 0.5381356 0.03323698 0.8402578 0.5411674 0.01544725 0.8389062 0.5440569 -0.002532601 0.8372622 0.5467959 -0.0206874 0.8353187 0.5493766 -0.03900098 0.8330696 0.5517916 -0.05745607 0.8305093 0.5540335 -0.07603466 0.8276331 0.5560955 -0.0947178 0.8244372 0.5579711 -0.1134858 0.820919 0.5596544 -0.1323184 0.8170765 0.5611398 -0.1511945 0.8129091 0.5624225 -0.1700929 0.8084172 0.5634981 -0.1889918 0.8036022 0.564363 -0.2078692 0.7984668 0.5650144 -0.2267031 0.7930147 0.5654498 -0.2454714 0.7872506 0.5656679 -0.2641523 0.7811807 0.5656679 -0.2827241 0.774812 0.5654498 -0.3011656 0.7681524 0.5650143 -0.3194562 0.761211 0.564363 -0.3375758 0.7539977 0.563498 -0.3555051 0.7465233 0.5624223 -0.3732257 0.7387996 0.5611397 -0.39072 0.7308386 0.5596543 -0.4079716 0.7226532 0.5579711 -0.4249649 0.7142568 0.5560954 -0.4416857 0.7056633 0.5540333 -0.4581211 0.6968868 0.5517914 -0.474259 0.6879417 0.5493764 -0.4900887 0.6788427 0.5467957 -0.505601 0.6696044 0.5440567 -0.5207875 0.6602412 0.5411672 -0.5356414 0.6507677 0.5381353 -0.550157 0.6411983 0.5349691 -0.5643296 0.6315472 0.5316768 -0.5781558 0.621828 0.5282667 -0.5916334 0.6120543 0.5247471 -0.6047608 0.602239 0.5211263 -0.6175379 0.5923948 0.5174121 -0.6299653 0.5825337 0.5136129 -0.6420444 0.5726673 0.5097364 -0.6537775 0.5628066 0.5057902 -0.6651675 0.5529621 0.5017819 -0.6762182 0.5431438 0.4977186 -0.6869338 0.5333608 0.4936075 -0.697319 0.5236218 0.4894551 0.2586667 0.8402361 0.4765447 0.2446959 0.8421149 0.4805895 0.230435 0.8438398 0.4845966 0.2158851 0.8454011 0.4885599 0.2010479 0.8467885 0.4924724 0.1859259 0.8479922 0.4963274 0.1705226 0.8490019 0.5001177 0.1548421 0.8498076 0.5038363 0.1388898 0.8503988 0.5074754 0.1226718 0.8507658 0.5110275 0.1061952 0.8508983 0.5144849 0.08946824 0.8507865 0.5178396 0.07250022 0.8504208 0.5210835 0.05530142 0.8497921 0.5242091 0.03788328 0.8488914 0.5272081 0.02025824 0.8477103 0.5300727 0.002439856 0.8462406 0.5327952 -0.01555728 0.8444756 0.535368 -0.03371781 0.8424082 0.5377839 -0.05202496 0.8400328 0.5400356 -0.07046145 0.8373441 0.5421163 -0.08900892 0.8343381 0.5440198 -0.1076483 0.8310112 0.54574 -0.1263598 0.8273617 0.5472715 -0.145123 0.8233876 0.5486091 -0.1639173 0.8190894 0.5497488 -0.1827211 0.8144676 0.5506866 -0.2015132 0.8095241 0.5514193 -0.2202717 0.8042623 0.5519444 -0.2389749 0.7986862 0.5522602 -0.2576013 0.7928012 0.5523656 -0.2761294 0.7866138 0.5522602 -0.2945382 0.7801313 0.5519444 -0.3128069 0.7733619 0.5514192 -0.3309156 0.7663154 0.5506865 -0.3488448 0.7590016 0.5497488 -0.3665761 0.7514319 0.5486091 -0.3840917 0.743618 0.5472714 -0.4013748 0.735572 0.54574 -0.4184096 0.7273073 0.5440197 -0.4351817 0.7188372 0.5421162 -0.4516774 0.7101756 0.5400355 -0.4678844 0.7013365 0.5377838 -0.4837916 0.6923344 0.5353679 -0.4993891 0.6831837 0.5327951 -0.5146681 0.673899 0.5300725 -0.5296213 0.6644947 0.5272079 -0.5442422 0.6549852 0.5242089 -0.5585258 0.6453845 0.5210834 -0.572468 0.6357066 0.5178393 -0.586066 0.6259651 0.5144847 -0.5993179 0.6161731 0.5110273 -0.6122228 0.6063433 0.5074751 -0.6247808 0.5964882 0.5038359 -0.6369929 0.5866197 0.5001175 -0.6488608 0.5767487 0.496327 -0.6603871 0.5668864 0.492472 -0.671575 0.5570428 0.4885595 -0.6824284 0.5472274 0.4845963 -0.6929517 0.5374495 0.4805892 -0.7031498 0.5277175 0.4765443 0.2608832 0.8466866 0.4637475 0.247067 0.8486638 0.4676833 0.232964 0.8504914 0.4715848 0.2185751 0.8521596 0.4754459 0.2039017 0.853659 0.4792604 0.1889459 0.8549792 0.4830217 0.1737109 0.8561104 0.4867232 0.1582006 0.8570425 0.4903579 0.1424199 0.857765 0.4939186 0.1263744 0.8582683 0.4973982 0.110071 0.8585422 0.5007892 0.09351724 0.8585767 0.504084 0.0767219 0.8583623 0.5072751 0.05969482 0.8578895 0.5103548 0.04244679 0.8571496 0.5133155 0.02498966 0.8561338 0.5161497 0.007336318 0.8548339 0.5188497 -0.01049923 0.8532426 0.5214085 -0.0285021 0.8513528 0.5238187 -0.04665642 0.8491584 0.5260734 -0.06494539 0.8466539 0.528166 -0.08335137 0.8438348 0.5300902 -0.1018558 0.8406971 0.53184 -0.1204396 0.8372383 0.5334101 -0.139083 0.8334565 0.5347954 -0.1577656 0.8293511 0.5359914 -0.1764668 0.8249222 0.5369942 -0.1951654 0.8201714 0.5378006 -0.2138401 0.8151009 0.5384077 -0.2324697 0.8097146 0.5388137 -0.2510327 0.804017 0.5390169 -0.269508 0.7980139 0.5390169 -0.2878747 0.7917121 0.5388137 -0.3061123 0.7851193 0.5384077 -0.3242008 0.7782445 0.5378006 -0.3421206 0.771097 0.5369942 -0.3598533 0.7636877 0.5359914 -0.377381 0.7560274 0.5347954 -0.3946866 0.7481285 0.5334101 -0.4117541 0.7400032 0.53184 -0.4285687 0.7316648 0.5300902 -0.4451164 0.7231265 0.528166 -0.4613845 0.7144026 0.5260733 -0.4773615 0.7055069 0.5238186 -0.4930368 0.6964538 0.5214084 -0.5084014 0.6872575 0.5188497 -0.5234472 0.6779326 0.5161496 -0.5381673 0.6684933 0.5133154 -0.5525562 0.6589536 0.5103547 -0.5666091 0.6493275 0.507275 -0.5803227 0.6396289 0.5040839 -0.5936945 0.6298708 0.5007891 -0.6067233 0.6200662 0.4973981 -0.6194084 0.6102276 0.4939185 -0.6317504 0.6003672 0.4903577 -0.6437505 0.5904964 0.486723 -0.6554108 0.5806263 0.4830215 -0.6667342 0.5707672 0.4792602 -0.677724 0.5609294 0.4754456 -0.6883841 0.551122 0.4715845 -0.6987193 0.5413538 0.467683 -0.7087346 0.5316331 0.4637472 -0.02300387 0 0.9997354 -0.03479868 0.008427441 0.9993589 -0.03479868 -0.008427441 0.9993589 -0.04678529 0.01699554 0.9987604 -0.04679203 0 0.9989047 -0.04678529 -0.01699554 0.9987604 -0.05896043 0.02570205 0.9979293 -0.05897778 0.008569836 0.9982225 -0.05897778 -0.008569836 0.9982225 -0.05896043 -0.02570205 0.9979293 -0.07132017 0.03454434 0.9968551 -0.07135212 0.01727992 0.9973015 -0.07136279 0 0.9974505 -0.07135212 -0.01727992 0.9973015 -0.07132017 -0.03454434 0.9968551 -0.08385992 0.04351931 0.9955268 -0.08391082 0.02612745 0.9961307 -0.08393627 0.008711755 0.996433 -0.08393627 -0.008711755 0.996433 -0.08391082 -0.02612745 0.9961307 -0.08385992 -0.04351931 0.9955268 -0.09657436 0.05262345 0.9939337 -0.09664875 0.03510928 0.9946992 -0.09669345 0.01756274 0.9951592 -0.09670835 0 0.9953128 -0.09669345 -0.01756274 0.9951592 -0.09664875 -0.03510928 0.9946992 -0.09657436 -0.05262345 0.9939337 -0.1094575 0.06185245 0.9920653 -0.1095602 0.04422175 0.992996 -0.1096289 0.02654969 0.993618 -0.1096632 0.00885266 0.9939293 -0.1096632 -0.00885266 0.9939
Download .txt
gitextract_pujs0lew/

├── .gitignore
├── LICENSE
├── README.md
├── default_env.tres
├── icon.png.import
├── main.gd
├── main.tscn
├── mat_bark.material
├── mat_leaves.material
├── planet.dae
├── planet.dae.import
├── planet.tres
├── planet_albedo.tres
├── planet_roughness.tres
├── planetmat.material
├── project.godot
├── tree.dae
├── tree.dae.import
└── water_mat_shader.tres
Condensed preview — 19 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (9,766K chars).
[
  {
    "path": ".gitignore",
    "chars": 8,
    "preview": ".import\n"
  },
  {
    "path": "LICENSE",
    "chars": 1057,
    "preview": "MIT License\n\nCopyright (c) 2018 \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this s"
  },
  {
    "path": "README.md",
    "chars": 1159,
    "preview": "# Stylized Planet Generator\n\nThis is a stylized procedural planet generator written in Godot 3.0. It creates oceans, lak"
  },
  {
    "path": "default_env.tres",
    "chars": 2580,
    "preview": "[gd_resource type=\"Environment\" load_steps=2 format=2]\n\n[sub_resource type=\"ProceduralSky\" id=1]\n\nradiance_size = 4\nsky_"
  },
  {
    "path": "icon.png.import",
    "chars": 723,
    "preview": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath.s3tc=\"res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.s3tc"
  },
  {
    "path": "main.gd",
    "chars": 4091,
    "preview": "extends WorldEnvironment\n\nonready var progress = $container/progress\nonready var mesh_original = $planet/Planet.mesh\n\nfu"
  },
  {
    "path": "main.tscn",
    "chars": 9819,
    "preview": "[gd_scene load_steps=12 format=2]\n\n[ext_resource path=\"res://main.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://plan"
  },
  {
    "path": "planet.dae",
    "chars": 5391755,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<COLLADA xmlns=\"http://www.collada.org/2005/11/COLLADASchema\" version=\"1.4.1\">\n  "
  },
  {
    "path": "planet.dae.import",
    "chars": 31731,
    "preview": "[remap]\n\nimporter=\"scene\"\ntype=\"PackedScene\"\npath=\"res://.import/planet.dae-68ba2ca11b80c38f7d688abcbd446608.scn\"\n\n[deps"
  },
  {
    "path": "planet.tres",
    "chars": 4266223,
    "preview": "[gd_resource type=\"ArrayMesh\" load_steps=2 format=2]\n\n[ext_resource path=\"res://planetmat.material\" type=\"Material\" id=1"
  },
  {
    "path": "planet_albedo.tres",
    "chars": 648,
    "preview": "[gd_resource type=\"GradientTexture\" load_steps=2 format=2]\n\n[sub_resource type=\"Gradient\" id=1]\n\noffsets = PoolRealArray"
  },
  {
    "path": "planet_roughness.tres",
    "chars": 283,
    "preview": "[gd_resource type=\"GradientTexture\" load_steps=2 format=2]\n\n[sub_resource type=\"Gradient\" id=1]\n\noffsets = PoolRealArray"
  },
  {
    "path": "project.godot",
    "chars": 511,
    "preview": "; Engine configuration file.\n; It's best edited using the editor UI and not directly,\n; since the parameters that go her"
  },
  {
    "path": "tree.dae",
    "chars": 14624,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<COLLADA xmlns=\"http://www.collada.org/2005/11/COLLADASchema\" version=\"1.4.1\">\n  "
  },
  {
    "path": "tree.dae.import",
    "chars": 31729,
    "preview": "[remap]\n\nimporter=\"scene\"\ntype=\"PackedScene\"\npath=\"res://.import/tree.dae-4ef746748cb575615789e15f003030e8.scn\"\n\n[deps]\n"
  },
  {
    "path": "water_mat_shader.tres",
    "chars": 3527,
    "preview": "[gd_resource type=\"ShaderMaterial\" load_steps=2 format=2]\n\n[sub_resource type=\"Shader\" id=1]\n\ncode = \"shader_type spatia"
  }
]

// ... and 3 more files (download for full content)

About this extraction

This page contains the full source code of the Bauxitedev/stylized-planet-generator GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 19 files (9.3 MB), approximately 2.4M tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!