diff --git a/docs/static/deprecated-llama-stack-spec.html b/docs/static/deprecated-llama-stack-spec.html index c9f831f90..7edfe3f5d 100644 --- a/docs/static/deprecated-llama-stack-spec.html +++ b/docs/static/deprecated-llama-stack-spec.html @@ -2089,11 +2089,16 @@ "post": { "responses": { "200": { - "description": "A ListOpenAIResponseObject.", + "description": "An OpenAIResponseObject.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ListOpenAIResponseObject" + "$ref": "#/components/schemas/OpenAIResponseObject" + } + }, + "text/event-stream": { + "schema": { + "$ref": "#/components/schemas/OpenAIResponseObjectStream" } } } @@ -2114,14 +2119,14 @@ "tags": [ "Agents" ], - "summary": "List all OpenAI responses.", - "description": "List all OpenAI responses.", + "summary": "Create a new OpenAI response.", + "description": "Create a new OpenAI response.", "parameters": [], "requestBody": { "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ListOpenaiResponsesRequest" + "$ref": "#/components/schemas/CreateOpenaiResponseRequest" } } }, @@ -10822,33 +10827,6 @@ ], "title": "OpenAIResponseObjectStreamResponseWebSearchCallSearching" }, - "ListOpenaiResponsesRequest": { - "type": "object", - "properties": { - "after": { - "type": "string", - "description": "The ID of the last response to return." - }, - "limit": { - "type": "integer", - "description": "The number of responses to return." - }, - "model": { - "type": "string", - "description": "The model to filter responses by." - }, - "order": { - "type": "string", - "enum": [ - "asc", - "desc" - ], - "description": "The order to sort responses by when sorted by created_at ('asc' or 'desc')." - } - }, - "additionalProperties": false, - "title": "ListOpenaiResponsesRequest" - }, "OpenAIDeleteResponseObject": { "type": "object", "properties": { diff --git a/docs/static/deprecated-llama-stack-spec.yaml b/docs/static/deprecated-llama-stack-spec.yaml index 5fa8ce6b8..ca832d46b 100644 --- a/docs/static/deprecated-llama-stack-spec.yaml +++ b/docs/static/deprecated-llama-stack-spec.yaml @@ -1529,11 +1529,14 @@ paths: post: responses: '200': - description: A ListOpenAIResponseObject. + description: An OpenAIResponseObject. content: application/json: schema: - $ref: '#/components/schemas/ListOpenAIResponseObject' + $ref: '#/components/schemas/OpenAIResponseObject' + text/event-stream: + schema: + $ref: '#/components/schemas/OpenAIResponseObjectStream' '400': $ref: '#/components/responses/BadRequest400' '429': @@ -1546,14 +1549,14 @@ paths: $ref: '#/components/responses/DefaultError' tags: - Agents - summary: List all OpenAI responses. - description: List all OpenAI responses. + summary: Create a new OpenAI response. + description: Create a new OpenAI response. parameters: [] requestBody: content: application/json: schema: - $ref: '#/components/schemas/ListOpenaiResponsesRequest' + $ref: '#/components/schemas/CreateOpenaiResponseRequest' required: true deprecated: true /v1/openai/v1/responses/{response_id}: @@ -8101,27 +8104,6 @@ components: - type title: >- OpenAIResponseObjectStreamResponseWebSearchCallSearching - ListOpenaiResponsesRequest: - type: object - properties: - after: - type: string - description: The ID of the last response to return. - limit: - type: integer - description: The number of responses to return. - model: - type: string - description: The model to filter responses by. - order: - type: string - enum: - - asc - - desc - description: >- - The order to sort responses by when sorted by created_at ('asc' or 'desc'). - additionalProperties: false - title: ListOpenaiResponsesRequest OpenAIDeleteResponseObject: type: object properties: diff --git a/docs/static/llama-stack-spec.html b/docs/static/llama-stack-spec.html index e2ab513c9..4693d39e0 100644 --- a/docs/static/llama-stack-spec.html +++ b/docs/static/llama-stack-spec.html @@ -1310,11 +1310,16 @@ "post": { "responses": { "200": { - "description": "A ListOpenAIResponseObject.", + "description": "An OpenAIResponseObject.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ListOpenAIResponseObject" + "$ref": "#/components/schemas/OpenAIResponseObject" + } + }, + "text/event-stream": { + "schema": { + "$ref": "#/components/schemas/OpenAIResponseObjectStream" } } } @@ -1335,14 +1340,14 @@ "tags": [ "Agents" ], - "summary": "List all OpenAI responses.", - "description": "List all OpenAI responses.", + "summary": "Create a new OpenAI response.", + "description": "Create a new OpenAI response.", "parameters": [], "requestBody": { "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ListOpenaiResponsesRequest" + "$ref": "#/components/schemas/CreateOpenaiResponseRequest" } } }, @@ -8233,33 +8238,6 @@ ], "title": "OpenAIResponseObjectStreamResponseWebSearchCallSearching" }, - "ListOpenaiResponsesRequest": { - "type": "object", - "properties": { - "after": { - "type": "string", - "description": "The ID of the last response to return." - }, - "limit": { - "type": "integer", - "description": "The number of responses to return." - }, - "model": { - "type": "string", - "description": "The model to filter responses by." - }, - "order": { - "type": "string", - "enum": [ - "asc", - "desc" - ], - "description": "The order to sort responses by when sorted by created_at ('asc' or 'desc')." - } - }, - "additionalProperties": false, - "title": "ListOpenaiResponsesRequest" - }, "OpenAIDeleteResponseObject": { "type": "object", "properties": { diff --git a/docs/static/llama-stack-spec.yaml b/docs/static/llama-stack-spec.yaml index 8375b91ee..7d275a221 100644 --- a/docs/static/llama-stack-spec.yaml +++ b/docs/static/llama-stack-spec.yaml @@ -967,11 +967,14 @@ paths: post: responses: '200': - description: A ListOpenAIResponseObject. + description: An OpenAIResponseObject. content: application/json: schema: - $ref: '#/components/schemas/ListOpenAIResponseObject' + $ref: '#/components/schemas/OpenAIResponseObject' + text/event-stream: + schema: + $ref: '#/components/schemas/OpenAIResponseObjectStream' '400': $ref: '#/components/responses/BadRequest400' '429': @@ -984,14 +987,14 @@ paths: $ref: '#/components/responses/DefaultError' tags: - Agents - summary: List all OpenAI responses. - description: List all OpenAI responses. + summary: Create a new OpenAI response. + description: Create a new OpenAI response. parameters: [] requestBody: content: application/json: schema: - $ref: '#/components/schemas/ListOpenaiResponsesRequest' + $ref: '#/components/schemas/CreateOpenaiResponseRequest' required: true deprecated: false /v1/responses/{response_id}: @@ -6196,27 +6199,6 @@ components: - type title: >- OpenAIResponseObjectStreamResponseWebSearchCallSearching - ListOpenaiResponsesRequest: - type: object - properties: - after: - type: string - description: The ID of the last response to return. - limit: - type: integer - description: The number of responses to return. - model: - type: string - description: The model to filter responses by. - order: - type: string - enum: - - asc - - desc - description: >- - The order to sort responses by when sorted by created_at ('asc' or 'desc'). - additionalProperties: false - title: ListOpenaiResponsesRequest OpenAIDeleteResponseObject: type: object properties: diff --git a/docs/static/stainless-llama-stack-spec.html b/docs/static/stainless-llama-stack-spec.html index 059754674..1ae477e7e 100644 --- a/docs/static/stainless-llama-stack-spec.html +++ b/docs/static/stainless-llama-stack-spec.html @@ -1310,11 +1310,16 @@ "post": { "responses": { "200": { - "description": "A ListOpenAIResponseObject.", + "description": "An OpenAIResponseObject.", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ListOpenAIResponseObject" + "$ref": "#/components/schemas/OpenAIResponseObject" + } + }, + "text/event-stream": { + "schema": { + "$ref": "#/components/schemas/OpenAIResponseObjectStream" } } } @@ -1335,14 +1340,14 @@ "tags": [ "Agents" ], - "summary": "List all OpenAI responses.", - "description": "List all OpenAI responses.", + "summary": "Create a new OpenAI response.", + "description": "Create a new OpenAI response.", "parameters": [], "requestBody": { "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ListOpenaiResponsesRequest" + "$ref": "#/components/schemas/CreateOpenaiResponseRequest" } } }, @@ -10242,33 +10247,6 @@ ], "title": "OpenAIResponseObjectStreamResponseWebSearchCallSearching" }, - "ListOpenaiResponsesRequest": { - "type": "object", - "properties": { - "after": { - "type": "string", - "description": "The ID of the last response to return." - }, - "limit": { - "type": "integer", - "description": "The number of responses to return." - }, - "model": { - "type": "string", - "description": "The model to filter responses by." - }, - "order": { - "type": "string", - "enum": [ - "asc", - "desc" - ], - "description": "The order to sort responses by when sorted by created_at ('asc' or 'desc')." - } - }, - "additionalProperties": false, - "title": "ListOpenaiResponsesRequest" - }, "OpenAIDeleteResponseObject": { "type": "object", "properties": { diff --git a/docs/static/stainless-llama-stack-spec.yaml b/docs/static/stainless-llama-stack-spec.yaml index 33016e2f0..cb2584d8a 100644 --- a/docs/static/stainless-llama-stack-spec.yaml +++ b/docs/static/stainless-llama-stack-spec.yaml @@ -970,11 +970,14 @@ paths: post: responses: '200': - description: A ListOpenAIResponseObject. + description: An OpenAIResponseObject. content: application/json: schema: - $ref: '#/components/schemas/ListOpenAIResponseObject' + $ref: '#/components/schemas/OpenAIResponseObject' + text/event-stream: + schema: + $ref: '#/components/schemas/OpenAIResponseObjectStream' '400': $ref: '#/components/responses/BadRequest400' '429': @@ -987,14 +990,14 @@ paths: $ref: '#/components/responses/DefaultError' tags: - Agents - summary: List all OpenAI responses. - description: List all OpenAI responses. + summary: Create a new OpenAI response. + description: Create a new OpenAI response. parameters: [] requestBody: content: application/json: schema: - $ref: '#/components/schemas/ListOpenaiResponsesRequest' + $ref: '#/components/schemas/CreateOpenaiResponseRequest' required: true deprecated: false /v1/responses/{response_id}: @@ -7641,27 +7644,6 @@ components: - type title: >- OpenAIResponseObjectStreamResponseWebSearchCallSearching - ListOpenaiResponsesRequest: - type: object - properties: - after: - type: string - description: The ID of the last response to return. - limit: - type: integer - description: The number of responses to return. - model: - type: string - description: The model to filter responses by. - order: - type: string - enum: - - asc - - desc - description: >- - The order to sort responses by when sorted by created_at ('asc' or 'desc'). - additionalProperties: false - title: ListOpenaiResponsesRequest OpenAIDeleteResponseObject: type: object properties: diff --git a/llama_stack/apis/agents/agents.py b/llama_stack/apis/agents/agents.py index dcd0d83d2..811fe6aa2 100644 --- a/llama_stack/apis/agents/agents.py +++ b/llama_stack/apis/agents/agents.py @@ -816,7 +816,7 @@ class Agents(Protocol): """ ... - @webmethod(route="/openai/v1/responses", method="POST", level=LLAMA_STACK_API_V1, deprecated=True) + @webmethod(route="/openai/v1/responses", method="GET", level=LLAMA_STACK_API_V1, deprecated=True) @webmethod(route="/responses", method="GET", level=LLAMA_STACK_API_V1) async def list_openai_responses( self, diff --git a/tests/integration/agents/test_agents.py b/tests/integration/agents/test_agents.py index 23529f91e..07ba7bb01 100644 --- a/tests/integration/agents/test_agents.py +++ b/tests/integration/agents/test_agents.py @@ -68,6 +68,7 @@ def agent_config(llama_stack_client, text_model_id): "temperature": 0.0001, "top_p": 0.9, }, + "max_tokens": 512, }, tools=[], input_shields=available_shields, @@ -88,6 +89,7 @@ def agent_config_without_safety(text_model_id): "temperature": 0.0001, "top_p": 0.9, }, + "max_tokens": 512, }, tools=[], enable_session_persistence=False, @@ -198,6 +200,7 @@ def test_tool_config(agent_config): "temperature": 1.0, "top_p": 0.9, }, + "max_tokens": 512, }, toolgroups=[], enable_session_persistence=False, diff --git a/tests/integration/recordings/responses/51398b60b155.json b/tests/integration/recordings/responses/044dcd8fdeb1.json similarity index 91% rename from tests/integration/recordings/responses/51398b60b155.json rename to tests/integration/recordings/responses/044dcd8fdeb1.json index b73e8a44b..7e8b92202 100644 --- a/tests/integration/recordings/responses/51398b60b155.json +++ b/tests/integration/recordings/responses/044dcd8fdeb1.json @@ -15,7 +15,7 @@ "content": "Give me a sentence that contains the word: hello" } ], - "max_tokens": 0, + "max_tokens": 512, "stream": true, "temperature": 0.0001, "top_p": 0.9 @@ -28,7 +28,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -43,7 +43,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -54,7 +54,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -69,7 +69,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -80,7 +80,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -95,7 +95,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -106,7 +106,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -121,7 +121,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -132,7 +132,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -147,7 +147,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -158,11 +158,11 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { - "content": " me", + "content": " us", "function_call": null, "refusal": null, "role": "assistant", @@ -173,7 +173,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -184,7 +184,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -199,7 +199,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -210,7 +210,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -225,7 +225,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -236,7 +236,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -251,7 +251,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -262,7 +262,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -277,7 +277,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -288,7 +288,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -303,7 +303,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -314,7 +314,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -329,7 +329,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -340,7 +340,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -355,7 +355,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -366,11 +366,11 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { - "content": " I", + "content": " we", "function_call": null, "refusal": null, "role": "assistant", @@ -381,7 +381,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -392,7 +392,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -407,7 +407,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -418,7 +418,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -433,7 +433,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -444,7 +444,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -459,7 +459,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -470,7 +470,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -485,7 +485,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -496,7 +496,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -511,7 +511,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -522,7 +522,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-231", + "id": "chatcmpl-122", "choices": [ { "delta": { @@ -537,7 +537,7 @@ "logprobs": null } ], - "created": 1759368372, + "created": 1759427013, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, diff --git a/tests/integration/recordings/responses/13ab2c1c38ed.json b/tests/integration/recordings/responses/13ab2c1c38ed.json new file mode 100644 index 000000000..0b8819160 --- /dev/null +++ b/tests/integration/recordings/responses/13ab2c1c38ed.json @@ -0,0 +1,420 @@ +{ + "request": { + "method": "POST", + "url": "http://0.0.0.0:11434/v1/v1/chat/completions", + "headers": {}, + "body": { + "model": "llama3.2:3b-instruct-fp16", + "messages": [ + { + "role": "system", + "content": "You are a helpful assistant" + }, + { + "role": "user", + "content": "What is the boiling point of the liquid polyjuice in celsius?" + }, + { + "role": "assistant", + "content": "", + "tool_calls": [ + { + "id": "call_h50zu2cg", + "type": "function", + "function": { + "name": "get_boiling_point", + "arguments": "{\"celcius\": true, \"liquid_name\": \"polyjuice\"}" + } + } + ] + }, + { + "role": "tool", + "tool_call_id": "call_h50zu2cg", + "content": "-100" + } + ], + "max_tokens": 512, + "stream": true, + "temperature": 0.0001, + "tool_choice": { + "type": "function", + "function": { + "name": "get_boiling_point" + } + }, + "tools": [ + { + "type": "function", + "function": { + "name": "get_boiling_point", + "description": "Returns the boiling point of a liquid in Celcius or Fahrenheit.", + "parameters": { + "type": "object", + "properties": { + "liquid_name": { + "type": "string", + "description": "The name of the liquid" + }, + "celcius": { + "type": "boolean", + "description": "Whether to return the boiling point in Celcius", + "default": true + } + }, + "required": [ + "liquid_name" + ] + } + } + } + ], + "top_p": 0.9 + }, + "endpoint": "/v1/chat/completions", + "model": "llama3.2:3b-instruct-fp16" + }, + "response": { + "body": [ + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": "The", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427022, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": " boiling", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427022, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": " point", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": " of", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": " Poly", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": "ju", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": "ice", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": " is", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": " -", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": "100", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": "\u00b0C", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": ".", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-27", + "choices": [ + { + "delta": { + "content": "", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": "stop", + "index": 0, + "logprobs": null + } + ], + "created": 1759427023, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + } + ], + "is_streaming": true + } +} diff --git a/tests/integration/recordings/responses/b367f68a8355.json b/tests/integration/recordings/responses/18ada6a5dcf6.json similarity index 94% rename from tests/integration/recordings/responses/b367f68a8355.json rename to tests/integration/recordings/responses/18ada6a5dcf6.json index 73d05fade..997c5afcc 100644 --- a/tests/integration/recordings/responses/b367f68a8355.json +++ b/tests/integration/recordings/responses/18ada6a5dcf6.json @@ -15,7 +15,7 @@ "content": "Get the boiling point of polyjuice with a tool call." } ], - "max_tokens": 0, + "max_tokens": 512, "stream": true, "temperature": 0.0001, "tool_choice": "auto", @@ -55,7 +55,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-787", + "id": "chatcmpl-521", "choices": [ { "delta": { @@ -66,7 +66,7 @@ "tool_calls": [ { "index": 0, - "id": "call_q055g6sq", + "id": "call_nhfpubt2", "function": { "arguments": "{\"celcius\":\"true\",\"liquid_name\":\"polyjuice\"}", "name": "get_boiling_point" @@ -80,7 +80,7 @@ "logprobs": null } ], - "created": 1759368376, + "created": 1759427016, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -91,7 +91,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-787", + "id": "chatcmpl-521", "choices": [ { "delta": { @@ -106,7 +106,7 @@ "logprobs": null } ], - "created": 1759368376, + "created": 1759427016, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, diff --git a/tests/integration/recordings/responses/ec4853ce509b.json b/tests/integration/recordings/responses/1dd3641034a3.json similarity index 94% rename from tests/integration/recordings/responses/ec4853ce509b.json rename to tests/integration/recordings/responses/1dd3641034a3.json index 5456514ab..c96d20036 100644 --- a/tests/integration/recordings/responses/ec4853ce509b.json +++ b/tests/integration/recordings/responses/1dd3641034a3.json @@ -15,7 +15,7 @@ "content": "What is the boiling point of the liquid polyjuice in celsius?" } ], - "max_tokens": 0, + "max_tokens": 512, "stream": true, "temperature": 0.0001, "tool_choice": "auto", @@ -55,7 +55,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-709", + "id": "chatcmpl-9", "choices": [ { "delta": { @@ -66,7 +66,7 @@ "tool_calls": [ { "index": 0, - "id": "call_3wa5qjdc", + "id": "call_88k1yds9", "function": { "arguments": "{\"celcius\":true,\"liquid_name\":\"polyjuice\"}", "name": "get_boiling_point" @@ -80,7 +80,7 @@ "logprobs": null } ], - "created": 1759368374, + "created": 1759427014, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -91,7 +91,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-709", + "id": "chatcmpl-9", "choices": [ { "delta": { @@ -106,7 +106,7 @@ "logprobs": null } ], - "created": 1759368374, + "created": 1759427014, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, diff --git a/tests/integration/recordings/responses/41b2727ebdec.json b/tests/integration/recordings/responses/41b2727ebdec.json new file mode 100644 index 000000000..c90c83414 --- /dev/null +++ b/tests/integration/recordings/responses/41b2727ebdec.json @@ -0,0 +1,16449 @@ +{ + "request": { + "method": "POST", + "url": "https://api.fireworks.ai/inference/v1/v1/embeddings", + "headers": {}, + "body": { + "model": "accounts/fireworks/models/qwen3-embedding-8b", + "input": [ + "Python is a high-level programming language that emphasizes code readability and allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java.", + "Machine learning is a subset of artificial intelligence that enables systems to automatically learn and improve from experience without being explicitly programmed, using statistical techniques to give computer systems the ability to progressively improve performance on a specific task.", + "Data structures are fundamental to computer science because they provide organized ways to store and access data efficiently, enable faster processing of data through optimized algorithms, and form the building blocks for more complex software systems.", + "Neural networks are inspired by biological neural networks found in animal brains, using interconnected nodes called artificial neurons to process information through weighted connections that can be trained to recognize patterns and solve complex problems through iterative learning." + ], + "encoding_format": "float" + }, + "endpoint": "/v1/embeddings", + "model": "accounts/fireworks/models/qwen3-embedding-8b" + }, + "response": { + "body": { + "__type__": "openai.types.create_embedding_response.CreateEmbeddingResponse", + "__data__": { + "data": [ + { + "embedding": [ + 0.8984375, + 3.71875, + -2.40625, + 1.4296875, + 3.96875, + -4.8125, + -3.578125, + 2.421875, + 5.25, + -2.65625, + -5.8125, + 2.296875, + 3.03125, + -0.173828125, + 8.5625, + 4.8125, + 3.265625, + -2.765625, + 0.875, + -1.3984375, + -6.03125, + 6.1875, + 4.59375, + 2.5, + -1.296875, + -0.365234375, + -2.15625, + 1.5859375, + 1.46875, + -0.474609375, + -0.71875, + 3.953125, + 2.34375, + 4.34375, + -1.375, + 2.484375, + -2.65625, + -2.3125, + 1.1015625, + 3.21875, + -1.5703125, + -1.6328125, + -2.234375, + 0.82421875, + 1.859375, + -0.41015625, + -4.75, + -1.71875, + -0.1376953125, + 2.28125, + -4.09375, + -0.1484375, + 0.65234375, + 1.4609375, + -1.921875, + 1.2734375, + 1.640625, + -2.71875, + -0.93359375, + -3.53125, + -0.384765625, + 0.81640625, + 2.40625, + -1.0859375, + -1.3046875, + 1.0859375, + -0.68359375, + -1.609375, + -0.462890625, + 0.50390625, + 0.609375, + -2.203125, + -0.326171875, + -1.2421875, + -2.765625, + 2.078125, + -2.03125, + -0.93359375, + 3.375, + 3.25, + 0.59375, + -2.296875, + -1.890625, + -1.7109375, + -0.6171875, + -2.109375, + -0.6796875, + -1.7265625, + -0.181640625, + -0.25390625, + -2.609375, + 1.9609375, + 1.8515625, + 0.36328125, + 0.1552734375, + -5.34375, + 1.2265625, + -0.072265625, + 0.1806640625, + 1.6640625, + 4.625, + 0.6796875, + 2.328125, + 3.640625, + 1.4765625, + -0.023193359375, + 1.7890625, + -2.90625, + -0.625, + 0.43359375, + -0.2109375, + 4.09375, + 1.84375, + 2.15625, + -1.5703125, + -1.2421875, + -0.1611328125, + -1.046875, + 0.71875, + 0.5, + 0.5703125, + -2.125, + 0.087890625, + -0.9609375, + 2.046875, + -5.65625, + -0.423828125, + 0.1513671875, + -3.921875, + -0.3046875, + -0.2470703125, + 0.984375, + -2.890625, + -2.8125, + -2.90625, + -0.70703125, + 1.59375, + 1.1640625, + -3.359375, + 2.15625, + -2.828125, + -0.52734375, + 1.703125, + -1.0546875, + 1.0, + 0.96484375, + -2.96875, + -0.185546875, + -0.1826171875, + -0.48046875, + 1.4765625, + 1.5859375, + 2.28125, + -0.82421875, + -0.49609375, + -2.109375, + 2.015625, + 0.059814453125, + 1.15625, + 1.671875, + -3.984375, + -0.1552734375, + 0.197265625, + 2.21875, + 2.75, + -1.234375, + 4.09375, + -1.3359375, + 2.453125, + -3.34375, + 1.109375, + -0.20703125, + -2.515625, + 3.0625, + 1.6171875, + 0.98828125, + 4.34375, + -0.8515625, + -0.5078125, + 1.1875, + 1.96875, + 5.90625, + 0.828125, + 0.5703125, + 0.08349609375, + -1.3671875, + -1.625, + -0.10546875, + 2.140625, + 2.4375, + -0.404296875, + -1.59375, + 0.890625, + -2.3125, + 0.8671875, + -0.67578125, + -0.9921875, + -2.015625, + 1.015625, + 0.9140625, + 4.71875, + -4.34375, + 2.046875, + -0.4921875, + 0.25390625, + -0.8984375, + -0.62890625, + 2.234375, + -1.265625, + -4.25, + 1.7265625, + -0.953125, + 1.3671875, + 3.765625, + 1.6875, + 2.0625, + 0.48828125, + 0.8359375, + -0.62890625, + 1.7109375, + -0.1875, + 4.3125, + -2.21875, + 0.58203125, + -3.203125, + -0.80859375, + 0.474609375, + -1.546875, + 0.98828125, + -2.875, + 4.09375, + -4.96875, + -0.390625, + -0.296875, + 3.5, + -2.40625, + -2.578125, + -0.224609375, + 1.359375, + 0.1318359375, + -0.578125, + -1.546875, + -0.62890625, + 2.703125, + 0.68359375, + 1.6484375, + 3.65625, + 1.8828125, + 1.4765625, + 0.96484375, + -1.5234375, + -1.0546875, + 0.220703125, + -0.08740234375, + -0.458984375, + -1.140625, + -1.84375, + -1.375, + 0.0693359375, + 0.88671875, + 0.7578125, + -0.8046875, + -0.64453125, + -0.337890625, + 0.41796875, + -0.671875, + -4.46875, + -3.203125, + -1.3203125, + 1.125, + 1.1953125, + 0.01123046875, + -1.890625, + 1.015625, + 0.5, + 3.84375, + 1.6484375, + -2.40625, + -5.71875, + -1.75, + -3.0, + 2.296875, + 1.28125, + -2.03125, + 1.34375, + -1.25, + -0.12451171875, + 1.4453125, + -1.53125, + -0.3046875, + -2.59375, + -0.205078125, + -0.73046875, + 2.640625, + -2.203125, + -2.84375, + -3.640625, + -1.6328125, + 0.88671875, + 1.6875, + 0.69140625, + 1.4296875, + 2.6875, + -2.359375, + -3.21875, + 2.328125, + 2.84375, + 0.06982421875, + -0.8359375, + -2.609375, + -2.0625, + 2.328125, + -1.6875, + 0.486328125, + 0.90234375, + -3.421875, + 1.9921875, + 1.1171875, + -2.796875, + 0.85546875, + -2.015625, + 0.392578125, + -0.36328125, + 0.859375, + -1.3671875, + 2.6875, + -0.765625, + -0.6640625, + 0.51171875, + 2.3125, + 0.279296875, + -1.2890625, + -2.515625, + 2.921875, + -1.5, + 0.953125, + 1.3359375, + -2.40625, + 3.71875, + 0.625, + -1.9609375, + 0.23828125, + 1.2734375, + 1.03125, + 0.0223388671875, + -0.96484375, + -2.734375, + 2.984375, + -2.46875, + -1.6640625, + -0.75, + 0.78125, + 0.71875, + -1.78125, + 2.125, + -1.8359375, + -1.046875, + 0.60546875, + 4.3125, + -0.71484375, + -0.8046875, + 0.79296875, + 1.4375, + -0.1669921875, + -0.025390625, + 4.375, + 1.9453125, + -1.796875, + -2.703125, + -0.1513671875, + -1.1171875, + 1.9453125, + 1.9375, + -0.291015625, + 2.96875, + 0.478515625, + 2.84375, + 0.921875, + 2.5625, + 2.5625, + 2.0625, + -8.0625, + 1.0078125, + -2.0, + -1.125, + 2.140625, + -1.3046875, + -1.0859375, + -0.2392578125, + -3.890625, + -4.21875, + -1.015625, + 3.234375, + 2.109375, + -3.546875, + -1.234375, + 0.474609375, + 0.87890625, + 1.3046875, + -1.1640625, + 1.9453125, + -0.1083984375, + -0.2392578125, + 0.341796875, + 0.53125, + 2.5625, + 0.71484375, + 0.58203125, + 0.04296875, + 0.6328125, + 0.6171875, + 0.275390625, + 0.62109375, + 0.1728515625, + 2.671875, + 0.98046875, + 0.017578125, + 3.796875, + -5.125, + -1.2265625, + -1.1796875, + 0.64453125, + 1.1171875, + -2.078125, + -1.6484375, + 1.59375, + -3.359375, + -2.6875, + 1.546875, + -2.90625, + 1.09375, + 0.92578125, + -3.03125, + -0.05859375, + -3.25, + 0.384765625, + -1.203125, + 0.80078125, + -0.37890625, + -0.59765625, + -1.1171875, + 0.67578125, + 3.890625, + 0.38671875, + -2.96875, + -2.40625, + -0.25390625, + -1.171875, + -1.6796875, + -2.40625, + -1.6875, + 2.15625, + -1.234375, + -0.875, + 1.796875, + -2.640625, + -3.21875, + -1.4609375, + -0.86328125, + 0.859375, + -1.8828125, + -2.0625, + 1.2265625, + 2.46875, + 0.05419921875, + -1.2890625, + 1.765625, + 1.6328125, + -4.125, + 3.140625, + -1.21875, + -3.140625, + 0.421875, + -2.71875, + 2.53125, + 2.921875, + -0.93359375, + 0.244140625, + -0.298828125, + -1.40625, + 0.0115966796875, + -0.7890625, + -1.5234375, + -8.5, + 1.6171875, + 3.1875, + -0.68359375, + -6.3125, + -1.7109375, + 1.3984375, + 0.275390625, + -1.5625, + 0.765625, + 1.3359375, + -0.470703125, + -3.203125, + -1.7109375, + 0.80078125, + 0.94140625, + 2.375, + 0.166015625, + -0.87109375, + -3.0, + 1.0625, + -0.9609375, + -1.171875, + 3.515625, + -3.109375, + 0.953125, + 3.984375, + 4.0625, + -0.431640625, + -3.21875, + 0.9375, + 0.1796875, + -0.94140625, + 1.6171875, + -1.515625, + -1.71875, + -1.015625, + 2.015625, + -2.46875, + 0.66015625, + 2.90625, + 2.25, + -0.48046875, + -1.0546875, + -1.0546875, + 3.484375, + 1.8359375, + -1.28125, + -0.9375, + -1.625, + -4.25, + 0.447265625, + 0.6875, + -0.1904296875, + -1.2421875, + 1.15625, + -1.703125, + 0.74609375, + 2.5625, + 0.1318359375, + 0.58203125, + 0.0517578125, + 0.83984375, + -1.3515625, + 0.53515625, + 0.8203125, + 0.796875, + 2.21875, + 2.359375, + 2.453125, + 1.59375, + -1.2890625, + 1.046875, + -2.1875, + -0.1962890625, + 1.796875, + -0.234375, + -2.25, + 0.8671875, + -0.80859375, + 1.3984375, + -2.5, + 1.484375, + -1.8828125, + -2.3125, + -1.3359375, + 0.07421875, + -2.078125, + 0.734375, + -1.5, + -1.234375, + -0.3828125, + -1.6328125, + -1.8515625, + 0.59765625, + -1.4296875, + -5.9375, + -2.0625, + -0.26171875, + 0.7890625, + -1.046875, + 1.59375, + -1.2734375, + -3.0625, + -1.234375, + 0.70703125, + 0.291015625, + 1.046875, + 0.29296875, + 3.484375, + -0.07763671875, + -1.671875, + -2.84375, + -1.1171875, + -1.046875, + 2.40625, + 1.6015625, + -1.3203125, + -4.0, + 1.4296875, + 1.0546875, + -0.3984375, + 1.3046875, + -1.9375, + 0.52734375, + 2.8125, + -4.53125, + 5.0, + -0.2412109375, + -1.4375, + 0.2421875, + -0.78515625, + -4.25, + 3.3125, + 0.6484375, + 1.0625, + -2.59375, + -3.453125, + -3.296875, + -0.62109375, + -0.75, + 1.1171875, + 0.74609375, + -0.7578125, + 1.140625, + 0.9140625, + -0.062255859375, + -2.109375, + 3.3125, + -0.50390625, + -0.89453125, + -1.9609375, + -2.03125, + -1.0859375, + 1.28125, + -1.5, + 4.875, + 1.0625, + 1.03125, + 0.578125, + 0.8984375, + 1.6484375, + 4.625, + 1.046875, + 1.875, + 0.91796875, + -1.3515625, + -2.921875, + -0.91796875, + -1.53125, + -1.4296875, + -3.796875, + 0.9765625, + 2.28125, + 0.10009765625, + -6.5625, + -0.3359375, + -1.28125, + -1.25, + 0.248046875, + 1.234375, + 3.84375, + -0.279296875, + -0.47265625, + -0.1494140625, + 3.484375, + -0.9140625, + 0.453125, + -0.341796875, + -2.3125, + -1.1953125, + 0.43359375, + 3.1875, + 1.2109375, + 2.21875, + 0.84765625, + -4.5, + 1.625, + 1.78125, + -1.5546875, + -0.0201416015625, + 4.75, + -3.15625, + 2.1875, + -0.61328125, + 1.78125, + -1.7734375, + 1.015625, + -2.875, + 0.357421875, + -1.078125, + 0.11083984375, + 1.515625, + -0.08203125, + -1.9375, + -1.0859375, + 4.15625, + 2.4375, + 0.765625, + -0.53515625, + -4.9375, + -1.1171875, + -2.78125, + 0.4140625, + -0.33203125, + -1.984375, + 0.291015625, + -3.21875, + 0.671875, + -3.09375, + -0.6875, + -0.2119140625, + 0.37109375, + 2.359375, + 2.875, + -4.3125, + 1.1484375, + 1.578125, + 3.875, + 1.53125, + -0.9453125, + 2.015625, + -2.1875, + 4.875, + -0.57421875, + 1.4609375, + -1.8359375, + -2.671875, + 0.609375, + -0.458984375, + 0.80859375, + -1.3203125, + 2.09375, + -4.28125, + -0.1640625, + -0.08984375, + 1.7734375, + -1.578125, + -0.142578125, + -0.3828125, + 0.34765625, + -1.515625, + -2.046875, + -0.03759765625, + -0.890625, + 0.8828125, + 0.369140625, + 1.09375, + 1.09375, + -3.890625, + 0.6328125, + -0.9140625, + -0.3515625, + 0.51953125, + -1.3671875, + 3.390625, + -2.359375, + -1.6875, + 3.421875, + 0.232421875, + -1.953125, + 4.625, + 2.046875, + -1.59375, + 0.69921875, + 0.400390625, + -2.953125, + 0.1572265625, + -4.15625, + -1.375, + -0.349609375, + 4.46875, + -0.423828125, + -0.97265625, + 0.97265625, + -0.66796875, + 1.734375, + -1.109375, + -0.1943359375, + -0.40625, + 1.484375, + 0.0927734375, + 3.1875, + -4.96875, + 1.2421875, + 1.2734375, + 2.59375, + -1.8046875, + 1.1953125, + 1.75, + 1.3203125, + 1.3046875, + 1.0625, + -1.3046875, + 1.4765625, + -0.5078125, + 6.09375, + 0.578125, + -0.13671875, + -0.18359375, + 0.03466796875, + 1.6015625, + 0.06787109375, + 2.984375, + -1.1015625, + 4.03125, + 10.0625, + -4.09375, + 3.484375, + -1.4140625, + 1.8515625, + -1.5625, + -2.0625, + -1.5078125, + -0.06591796875, + -1.75, + 0.498046875, + -1.5625, + -2.40625, + 2.140625, + 2.484375, + -0.302734375, + -1.5625, + 0.349609375, + 0.296875, + 3.0, + 1.5703125, + -1.1875, + -1.625, + -1.6015625, + 1.03125, + 1.1640625, + -0.703125, + 3.28125, + -2.140625, + 0.0228271484375, + 2.4375, + -2.40625, + 1.5234375, + 1.0859375, + -4.4375, + -3.4375, + 0.1708984375, + -2.40625, + -0.181640625, + 0.189453125, + 0.01141357421875, + -0.8359375, + -2.875, + -1.890625, + 0.296875, + -3.484375, + 0.0289306640625, + 2.609375, + 0.98046875, + -2.5625, + -1.875, + 0.421875, + 1.109375, + -2.046875, + -2.046875, + 0.421875, + -1.265625, + -0.11572265625, + 2.109375, + 1.625, + -1.6484375, + -0.73046875, + 0.275390625, + 3.15625, + -0.6171875, + 2.578125, + -0.1796875, + 7.3125, + 1.046875, + -0.0054931640625, + -2.734375, + 0.99609375, + 0.48046875, + -0.2177734375, + 2.171875, + 0.0634765625, + 2.90625, + 1.2109375, + 2.296875, + 1.25, + 2.046875, + -2.046875, + -3.5625, + -0.69921875, + 0.7109375, + -2.625, + -0.84765625, + -3.59375, + 0.4296875, + -0.96875, + -2.5625, + -1.0078125, + 1.484375, + -0.1005859375, + 1.8984375, + -1.75, + 1.484375, + -1.5703125, + -1.203125, + -1.7109375, + -1.5234375, + 1.265625, + 0.15625, + 2.15625, + -0.84765625, + -0.2490234375, + 3.171875, + -2.84375, + -1.4140625, + -2.96875, + -1.6875, + 0.70703125, + 0.90234375, + -2.921875, + 0.91796875, + 0.7265625, + 1.609375, + 1.7265625, + -2.125, + -0.61328125, + -0.392578125, + 1.78125, + -1.28125, + 1.484375, + 2.015625, + 0.41796875, + 0.46484375, + -0.53125, + 0.1943359375, + 1.5234375, + 0.25, + -0.490234375, + -2.03125, + 3.015625, + -0.037109375, + -4.25, + -1.7734375, + -0.8515625, + -2.421875, + 0.859375, + -2.140625, + 0.15234375, + -2.421875, + -1.1796875, + 3.0625, + 1.171875, + 0.68359375, + -0.5703125, + -1.8515625, + -2.703125, + 0.384765625, + 2.03125, + -0.48046875, + 3.203125, + 3.09375, + 0.08154296875, + -1.046875, + 0.3125, + -0.59765625, + -4.125, + -0.14453125, + -1.515625, + -0.1953125, + 1.6328125, + 0.212890625, + -1.4375, + 0.50390625, + 1.578125, + -0.9921875, + -1.75, + 0.94140625, + 0.76953125, + 1.9140625, + 0.306640625, + 1.78125, + 2.359375, + 3.703125, + 2.234375, + -1.34375, + -5.1875, + 14.0625, + -1.8515625, + 2.28125, + 2.125, + 1.75, + 2.875, + -1.578125, + 0.99609375, + -0.08544921875, + 1.8828125, + 0.703125, + 0.56640625, + -0.75, + -1.671875, + 1.5625, + 2.390625, + -0.1826171875, + -0.443359375, + -0.248046875, + 2.078125, + -3.75, + 0.58203125, + -1.9375, + -0.267578125, + 1.625, + -0.169921875, + -2.5625, + -1.5859375, + 0.91015625, + -4.03125, + -1.6953125, + 0.8125, + -0.875, + 0.06640625, + -3.09375, + 2.828125, + -3.296875, + -2.265625, + -2.0, + -0.83203125, + -0.2412109375, + 1.5703125, + -1.5546875, + -0.85546875, + -0.88671875, + 3.453125, + 1.2890625, + 4.34375, + 0.1357421875, + -0.5, + -1.375, + 2.015625, + -2.234375, + -2.703125, + 1.5703125, + -1.1953125, + -1.5078125, + 0.0625, + 0.35546875, + -2.15625, + -2.375, + -1.2734375, + -1.9609375, + 3.03125, + 1.4453125, + -0.150390625, + 1.21875, + 2.890625, + 1.09375, + -0.04296875, + 0.42578125, + 4.15625, + -0.2412109375, + 1.6171875, + -0.9765625, + -1.5546875, + -0.431640625, + 0.126953125, + -1.53125, + -3.484375, + 2.5, + 2.125, + 0.10546875, + -1.1484375, + -0.11669921875, + 1.7578125, + 3.53125, + -0.71484375, + -1.3046875, + -1.1171875, + -1.1875, + 1.4765625, + -0.65625, + 1.984375, + -1.84375, + 3.046875, + 2.78125, + 1.3203125, + -0.4296875, + 0.50390625, + -0.267578125, + 0.078125, + -1.578125, + -1.59375, + 1.5078125, + -0.52734375, + -0.0703125, + 0.55078125, + -2.046875, + 0.4296875, + 3.359375, + -1.2890625, + -0.90625, + 1.671875, + 0.90234375, + -0.326171875, + -1.5, + 0.005615234375, + -1.6640625, + -1.7890625, + -1.75, + -0.6875, + 0.515625, + -1.734375, + -0.78125, + 2.59375, + -0.7109375, + 2.796875, + 1.1640625, + 0.0196533203125, + 2.234375, + -2.21875, + 0.87109375, + 0.3359375, + -0.265625, + -4.59375, + -2.078125, + 0.515625, + -1.484375, + -2.5625, + -5.125, + 0.076171875, + 1.9296875, + -0.64453125, + 1.0703125, + 3.125, + -1.9375, + 1.7734375, + 3.421875, + 3.484375, + -1.1015625, + 0.265625, + 1.015625, + 0.546875, + -0.9609375, + 0.13671875, + 1.1484375, + 1.328125, + -1.9609375, + -1.890625, + 0.6796875, + -0.306640625, + -2.390625, + 0.056640625, + -0.51953125, + 2.6875, + 0.72265625, + 5.53125, + -2.40625, + -1.53125, + 0.56640625, + 1.3828125, + 1.1171875, + 0.66796875, + -2.828125, + 2.03125, + 2.171875, + -0.10791015625, + 2.34375, + -1.0078125, + 0.8671875, + 2.09375, + -0.318359375, + -0.267578125, + 0.419921875, + -0.73046875, + 2.171875, + -0.64453125, + 0.41015625, + -0.546875, + 2.90625, + 0.458984375, + -5.09375, + 1.6015625, + 2.03125, + 1.15625, + -5.0, + -1.34375, + 1.3984375, + 4.1875, + -1.4296875, + -1.2265625, + -2.421875, + 0.93359375, + -0.474609375, + 0.04541015625, + -0.41015625, + 0.140625, + -4.96875, + 1.703125, + 1.4921875, + 0.365234375, + 4.0625, + -1.3984375, + 2.921875, + -1.3359375, + 1.375, + 2.125, + -2.703125, + -0.76171875, + -3.40625, + -0.216796875, + -0.859375, + -1.6171875, + -2.09375, + -1.484375, + 0.921875, + -1.0625, + 2.5625, + -1.0, + 2.125, + 1.25, + 0.6328125, + 4.9375, + -2.15625, + 0.78515625, + -0.46875, + 0.82421875, + 2.75, + 0.6171875, + 2.640625, + -1.5546875, + 0.83984375, + -1.0859375, + 2.265625, + 2.140625, + -1.7578125, + -1.53125, + -1.671875, + 0.5390625, + -4.125, + -0.52734375, + -1.9375, + -2.15625, + -0.65234375, + -0.203125, + 0.9453125, + 1.5234375, + 0.92578125, + 1.3671875, + -4.28125, + -2.0625, + 0.640625, + -1.515625, + 1.0234375, + 0.1865234375, + -0.63671875, + -0.828125, + -2.359375, + -0.65625, + -1.4140625, + 0.451171875, + -2.640625, + -0.70703125, + 1.203125, + -0.34765625, + 3.921875, + -0.2890625, + 0.1650390625, + -1.28125, + -1.4296875, + 1.1953125, + -0.06201171875, + 0.359375, + 3.921875, + 1.1796875, + 3.90625, + 2.515625, + 0.33203125, + 1.796875, + 0.53125, + 3.15625, + 0.69140625, + -1.2890625, + -0.1201171875, + -3.078125, + -0.6171875, + 4.15625, + -0.095703125, + 0.609375, + -0.251953125, + 1.7890625, + -0.259765625, + 0.921875, + -1.4453125, + 1.4765625, + -0.62890625, + -0.90625, + 3.75, + 2.578125, + -0.4609375, + 2.015625, + 0.396484375, + -1.703125, + 2.515625, + 0.27734375, + 0.490234375, + -0.0263671875, + 1.34375, + -2.296875, + -2.875, + 2.875, + 2.765625, + 3.703125, + -0.984375, + -1.265625, + -1.1484375, + 1.5625, + 2.65625, + -0.91015625, + 2.140625, + -0.181640625, + 0.296875, + -0.54296875, + -2.09375, + -2.1875, + 1.9453125, + -2.53125, + -0.16015625, + -0.2265625, + -1.9375, + 0.1142578125, + -0.66796875, + -4.40625, + 2.265625, + -4.40625, + -1.015625, + -1.203125, + -1.0078125, + -2.109375, + 2.234375, + -1.140625, + 2.671875, + 1.671875, + -1.1171875, + -2.5, + 2.28125, + -0.51953125, + -2.515625, + 5.0625, + -4.71875, + -3.671875, + -0.75390625, + -2.21875, + 2.0, + 0.71875, + 1.0234375, + 0.83203125, + -2.171875, + -1.7109375, + 1.3828125, + -3.15625, + -1.125, + -0.8515625, + 1.0234375, + 0.3515625, + -1.390625, + 1.21875, + 2.46875, + -0.60546875, + -0.3984375, + -0.8984375, + -2.53125, + -2.265625, + -1.390625, + -0.47265625, + -0.0849609375, + -2.109375, + 1.8203125, + 2.078125, + 0.859375, + -1.4609375, + 0.1591796875, + 3.796875, + -2.6875, + 1.0546875, + -1.5234375, + 3.03125, + -1.25, + -0.921875, + -1.1171875, + -0.296875, + -1.8828125, + -2.671875, + 2.8125, + -1.7578125, + 0.0235595703125, + 1.1015625, + 0.1484375, + -0.5234375, + -1.8125, + 0.9609375, + -4.34375, + 1.8203125, + 1.8984375, + -0.50390625, + -1.15625, + 1.3203125, + -1.9296875, + 2.109375, + 0.26171875, + 0.3828125, + 1.109375, + 0.3046875, + 1.1015625, + 0.201171875, + -1.3671875, + 3.046875, + -2.109375, + 0.11767578125, + -0.88671875, + -1.5390625, + -4.15625, + 1.15625, + 1.625, + 2.421875, + -0.44140625, + 0.91015625, + -5.40625, + -2.484375, + -3.734375, + 0.8046875, + -0.1796875, + 2.21875, + 1.0703125, + 0.027099609375, + -0.37890625, + 0.412109375, + 2.921875, + 1.5859375, + 0.1259765625, + -0.5625, + -2.9375, + 3.90625, + -1.359375, + 1.5234375, + -2.390625, + 1.4765625, + 1.0234375, + -0.73828125, + -1.4609375, + -0.5234375, + 0.412109375, + -0.94140625, + -2.1875, + -0.59375, + 1.1015625, + 0.11376953125, + -1.1875, + 1.7265625, + 3.265625, + 0.236328125, + 3.328125, + -0.01055908203125, + -2.015625, + 3.234375, + -2.921875, + -5.125, + 1.65625, + 3.15625, + -1.0, + 2.828125, + -0.0771484375, + -1.9140625, + -2.875, + 3.453125, + 3.421875, + -1.375, + -0.34765625, + -1.640625, + 1.1640625, + 1.0234375, + 1.8671875, + 0.1474609375, + -2.21875, + 1.4609375, + 1.984375, + 0.97265625, + 0.0174560546875, + -1.75, + -1.1484375, + -0.71484375, + -1.6015625, + -2.578125, + 0.84375, + 3.046875, + 1.1328125, + -1.6171875, + 0.01025390625, + 0.54296875, + -0.9921875, + -4.5625, + -0.04638671875, + 1.1796875, + -1.40625, + -1.34375, + 0.2119140625, + -5.625, + 0.65625, + -1.375, + 0.59375, + 2.84375, + 0.058349609375, + 0.0712890625, + -0.7890625, + 0.357421875, + 1.625, + 1.6015625, + -1.984375, + 1.34375, + -1.765625, + 1.7734375, + 1.234375, + 0.69921875, + -2.8125, + 3.03125, + -1.015625, + -2.3125, + 3.53125, + 1.890625, + -2.546875, + -0.8515625, + 0.2001953125, + -1.9921875, + 0.2080078125, + 1.4609375, + 3.28125, + 1.4296875, + -0.6796875, + 0.37109375, + 4.125, + 0.7734375, + 0.98046875, + -0.314453125, + 0.5078125, + 0.671875, + 1.7578125, + 2.59375, + -5.15625, + -0.73046875, + -0.57421875, + 0.8359375, + 0.2158203125, + 4.6875, + -0.036376953125, + 0.59375, + -2.546875, + -2.125, + 0.65234375, + 0.7265625, + -2.390625, + 1.25, + -1.3671875, + -0.6953125, + 0.51171875, + 0.91015625, + 2.84375, + -2.75, + 1.84375, + 2.84375, + -1.03125, + -1.3203125, + -2.84375, + 0.49609375, + 3.578125, + 0.39453125, + 1.0078125, + -1.40625, + -3.265625, + 2.90625, + 2.828125, + -1.015625, + -2.28125, + -0.244140625, + 1.0078125, + -1.125, + 4.75, + -0.95703125, + -2.03125, + 0.01123046875, + 0.67578125, + -1.6328125, + 1.390625, + -0.6875, + 4.6875, + 0.8125, + 0.4609375, + -3.90625, + -0.046142578125, + 1.984375, + -0.439453125, + 3.484375, + -0.45703125, + -1.625, + 0.78125, + 2.203125, + 0.93359375, + 2.5625, + 1.2421875, + -0.6796875, + -0.71484375, + 2.625, + -2.140625, + 0.91015625, + 1.3046875, + 4.25, + -0.90625, + 1.875, + -2.421875, + 1.9375, + -0.9453125, + -0.94921875, + -0.546875, + -0.416015625, + -1.6796875, + 3.09375, + 0.63671875, + -2.0, + -1.4765625, + -1.046875, + -0.60546875, + -0.8671875, + -0.1767578125, + -3.421875, + -0.35546875, + 2.671875, + 1.078125, + -0.2392578125, + -1.390625, + 2.953125, + 3.65625, + -0.2373046875, + 2.234375, + 0.45703125, + 0.625, + -0.37109375, + 0.443359375, + 0.11767578125, + 1.421875, + -1.5546875, + 3.640625, + -1.75, + 0.796875, + 5.21875, + 0.77734375, + -1.3203125, + -0.6328125, + -0.2333984375, + -0.84375, + -0.06689453125, + -4.6875, + -1.3671875, + -1.0859375, + -0.79296875, + -0.98046875, + 0.66796875, + -0.1259765625, + -0.7265625, + 2.90625, + -0.4765625, + 1.921875, + 0.365234375, + 1.328125, + -5.21875, + -0.3515625, + 2.0625, + -1.0546875, + 2.734375, + -1.546875, + 0.87109375, + 1.1953125, + 0.0128173828125, + 2.390625, + 0.412109375, + 1.4765625, + 0.99609375, + -3.171875, + 0.20703125, + -1.0625, + -2.828125, + 1.859375, + -0.08935546875, + 0.96484375, + -1.5078125, + 1.234375, + -3.5, + 5.6875, + 0.78125, + -0.1318359375, + -0.169921875, + -1.6953125, + -1.6875, + 1.6796875, + 0.1435546875, + 0.005859375, + -0.6953125, + 0.302734375, + 0.875, + -0.1435546875, + -0.82421875, + -0.66015625, + -0.41796875, + 2.234375, + 2.171875, + -2.0625, + -0.89453125, + -3.515625, + 0.330078125, + 3.921875, + 0.5859375, + -5.125, + -2.0625, + 0.384765625, + 1.3046875, + -1.6171875, + -1.09375, + -0.79296875, + -0.41796875, + -0.9375, + 0.21875, + 1.5078125, + -3.296875, + -1.28125, + -0.796875, + -1.4296875, + -2.921875, + 1.1171875, + -1.640625, + -1.265625, + -1.8671875, + 1.078125, + -1.046875, + -1.75, + -1.0546875, + -1.359375, + 0.51171875, + 0.58984375, + 1.7109375, + 2.59375, + -0.376953125, + -3.0, + 3.296875, + 1.6953125, + -0.376953125, + -2.40625, + 2.25, + -1.3828125, + -0.171875, + -0.265625, + 0.0732421875, + -2.078125, + 2.21875, + 2.015625, + -4.15625, + 1.46875, + -0.52734375, + 1.9140625, + 2.15625, + 3.953125, + 0.482421875, + 2.78125, + 0.61328125, + 1.1171875, + 1.3203125, + -1.828125, + -0.58203125, + -2.140625, + -0.92578125, + 0.328125, + -1.625, + -2.015625, + -3.046875, + -1.90625, + 2.34375, + -10.5625, + 0.2119140625, + -0.79296875, + 0.42578125, + -1.2890625, + -0.453125, + 2.453125, + 1.3671875, + -2.90625, + -1.421875, + 3.984375, + -4.40625, + 0.8828125, + -0.3046875, + 3.4375, + 0.34765625, + 1.5859375, + -0.1279296875, + 1.765625, + -3.28125, + -0.578125, + 2.140625, + 1.1875, + 0.255859375, + -0.703125, + 0.328125, + 3.53125, + -0.66015625, + 0.92578125, + -6.125, + -1.6953125, + 1.0859375, + 2.28125, + 1.375, + 2.140625, + 0.203125, + -1.0546875, + -2.390625, + 0.40625, + 2.484375, + -0.62890625, + -0.10986328125, + -1.8671875, + -1.15625, + 0.1904296875, + -2.828125, + -1.4765625, + -2.609375, + -2.5, + 1.6328125, + -0.5546875, + -1.1484375, + 5.59375, + 1.203125, + -6.0, + 0.00011682510375976562, + -1.2265625, + 0.1435546875, + -0.53515625, + 1.265625, + -0.66015625, + -0.6328125, + -0.08544921875, + -0.26171875, + 0.216796875, + 1.0, + -1.8984375, + 1.8515625, + 0.0123291015625, + 0.2734375, + -1.7421875, + 1.8984375, + 0.796875, + 0.52734375, + -1.9140625, + 0.1259765625, + -0.59375, + 0.640625, + 4.3125, + -0.56640625, + -0.64453125, + 1.375, + 0.71875, + 1.140625, + 0.5703125, + -3.5, + -1.6015625, + 1.015625, + 1.1640625, + -1.53125, + 1.609375, + 1.8984375, + -1.5703125, + -0.1416015625, + -4.8125, + -0.326171875, + -0.283203125, + 1.1484375, + 2.46875, + -4.4375, + -0.61328125, + -0.154296875, + 1.484375, + 0.21875, + -2.0, + 0.625, + 13.0, + -1.453125, + -1.65625, + 0.73046875, + 1.84375, + 0.28125, + -1.3515625, + -3.125, + -3.5, + -0.73046875, + -0.60546875, + 0.87109375, + -2.046875, + 0.51953125, + -0.373046875, + -3.65625, + 3.5, + -2.0625, + 3.0, + 2.75, + -1.9765625, + 0.140625, + -3.171875, + 0.796875, + 2.46875, + 0.8046875, + 0.85546875, + 2.078125, + -1.2265625, + -1.0234375, + 1.828125, + -0.26171875, + -0.08740234375, + -1.7578125, + 0.9140625, + 0.1435546875, + 2.046875, + 1.296875, + -1.7421875, + 0.1689453125, + -3.9375, + -1.390625, + 0.890625, + -0.66015625, + 1.3046875, + -0.87890625, + -3.4375, + 2.109375, + 0.154296875, + 0.81640625, + 2.0, + -1.03125, + 1.8125, + 1.3828125, + -4.34375, + -0.01080322265625, + 0.76171875, + 1.9140625, + 2.296875, + -0.41015625, + 2.046875, + 1.515625, + 3.046875, + -1.078125, + -2.65625, + 2.953125, + -1.4765625, + -1.9140625, + 0.64453125, + 0.5859375, + -0.71875, + -0.11962890625, + 3.015625, + 0.9609375, + 3.046875, + 1.953125, + 0.076171875, + -1.8671875, + 1.3046875, + -0.63671875, + 0.435546875, + -0.921875, + 0.77734375, + -0.37109375, + 1.1328125, + 0.41015625, + 0.02685546875, + -0.4296875, + 0.482421875, + -0.53515625, + -0.59765625, + 0.10546875, + 1.2109375, + 0.7734375, + 2.015625, + -0.9375, + 0.0169677734375, + 0.66796875, + -0.06787109375, + 0.53125, + -1.65625, + 1.3125, + -1.421875, + -0.3515625, + 1.1015625, + 0.54296875, + -4.125, + -4.65625, + 3.859375, + -1.7421875, + 0.376953125, + -0.1513671875, + 0.279296875, + -2.4375, + 0.271484375, + 0.037841796875, + 6.0, + 1.4453125, + 0.11279296875, + 2.59375, + -3.15625, + 0.921875, + -0.8359375, + -2.65625, + -2.0625, + -3.109375, + 1.6875, + -1.8125, + 2.046875, + -0.1455078125, + -0.83984375, + 1.203125, + 2.9375, + -0.64453125, + -0.314453125, + -1.046875, + 2.453125, + -0.1396484375, + -0.76953125, + 0.359375, + 0.85546875, + -0.5078125, + -1.765625, + 0.46875, + 0.365234375, + 1.953125, + -1.6640625, + -2.484375, + -1.7578125, + -1.1328125, + 2.296875, + -0.05712890625, + 0.028076171875, + 3.515625, + -2.390625, + 3.390625, + -1.1015625, + 0.96484375, + -0.119140625, + -2.515625, + 2.328125, + 0.43359375, + -1.2265625, + -0.73046875, + -1.6796875, + 3.53125, + -2.796875, + 0.1669921875, + 0.57421875, + 0.9765625, + -0.302734375, + 0.8125, + -2.046875, + 1.015625, + 0.91015625, + -1.765625, + 4.5625, + -1.4765625, + -2.515625, + -0.1171875, + -0.953125, + 2.421875, + 2.34375, + -1.421875, + 1.1328125, + -4.9375, + 0.1728515625, + 1.109375, + 2.078125, + 2.40625, + 1.875, + -4.34375, + -2.0625, + -1.3046875, + 0.2578125, + 1.078125, + 0.4375, + -1.171875, + -1.578125, + -0.54296875, + 0.1640625, + 0.0576171875, + 0.1103515625, + 1.265625, + 1.46875, + -0.33203125, + 1.7890625, + 2.078125, + -0.8125, + 0.7890625, + -3.421875, + -1.8984375, + 2.078125, + 0.6640625, + 2.28125, + 0.90234375, + -0.474609375, + 3.453125, + 0.69140625, + -0.36328125, + 5.5, + 3.453125, + -0.091796875, + -0.796875, + -1.578125, + 0.3984375, + 0.73828125, + 2.25, + 0.01092529296875, + -3.375, + 0.8828125, + 1.6875, + 2.1875, + 2.296875, + 2.34375, + -2.125, + 1.2890625, + 5.0, + -2.953125, + -2.359375, + -3.921875, + -1.203125, + 0.6640625, + -0.859375, + -1.296875, + 0.8515625, + -2.515625, + 1.1640625, + 1.5234375, + -0.0791015625, + 1.109375, + 0.46875, + 0.8828125, + 1.3984375, + 1.109375, + -0.34765625, + -0.1494140625, + 0.9921875, + 3.734375, + -1.3046875, + -2.75, + 0.74609375, + -1.296875, + 0.0220947265625, + 1.734375, + 4.125, + 1.59375, + -2.640625, + -0.22265625, + 13.625, + -2.1875, + 0.1416015625, + -0.26953125, + 3.125, + 1.9375, + 1.0546875, + -1.734375, + -0.984375, + -0.7578125, + 1.953125, + 2.21875, + -8.5625, + -2.875, + -3.46875, + 0.671875, + 0.3984375, + 2.0, + -0.014404296875, + 0.1552734375, + -2.03125, + -1.3046875, + 0.2236328125, + 1.2734375, + -1.0078125, + -1.0234375, + 2.171875, + 1.109375, + -0.640625, + -3.109375, + -0.283203125, + 2.625, + -1.1484375, + 1.46875, + -1.328125, + -3.375, + -0.6640625, + 0.7578125, + -0.298828125, + -1.46875, + -1.2734375, + -2.171875, + -0.05224609375, + 2.703125, + -15.75, + -0.400390625, + 1.6484375, + 0.56640625, + 1.828125, + 1.390625, + -0.91796875, + 0.1923828125, + -0.72265625, + 1.6171875, + 0.8359375, + -4.125, + -2.09375, + -0.494140625, + 1.640625, + -1.5078125, + 3.34375, + 3.4375, + 0.3671875, + 4.75, + -1.546875, + -0.50390625, + 3.34375, + -3.109375, + 2.4375, + -1.765625, + 0.859375, + 0.0673828125, + -3.0, + -1.8984375, + -0.2578125, + 2.78125, + 1.3203125, + -1.140625, + 1.1875, + -0.1044921875, + 0.1435546875, + -0.85546875, + -1.8515625, + 0.439453125, + -0.46875, + -0.57421875, + 0.330078125, + -0.2099609375, + 1.2578125, + -0.333984375, + -5.1875, + -0.29296875, + -0.455078125, + 1.9609375, + -1.7734375, + 3.625, + 2.46875, + -6.8125, + -1.5, + -2.5, + -0.431640625, + 0.0028533935546875, + -1.609375, + -1.8203125, + 2.8125, + 1.0, + -3.34375, + 0.369140625, + -3.390625, + -1.65625, + 0.70703125, + -0.33203125, + 1.6953125, + 2.96875, + 0.8515625, + 3.875, + -0.578125, + -6.25, + -0.0008544921875, + 0.271484375, + -0.76953125, + -2.953125, + 1.8984375, + -2.484375, + 1.9921875, + 1.875, + -6.8125, + 2.6875, + -0.26953125, + -0.0206298828125, + 1.3828125, + 1.4921875, + 0.62109375, + 1.5625, + -0.3515625, + -0.6484375, + -1.7421875, + 3.109375, + 0.72265625, + 2.1875, + 1.2734375, + 0.70703125, + 0.359375, + -0.765625, + -0.08447265625, + -1.8359375, + -4.21875, + 2.71875, + 2.84375, + -0.60546875, + -2.515625, + -1.578125, + -1.875, + 1.609375, + 0.37890625, + -0.609375, + -1.4375, + 0.2431640625, + 5.59375, + 2.59375, + -1.25, + -1.6640625, + 0.42578125, + 1.5390625, + -1.3359375, + 3.90625, + -1.8125, + -0.255859375, + 1.21875, + 2.015625, + 0.1494140625, + 0.96484375, + -2.0625, + 1.1328125, + -2.859375, + 0.482421875, + -2.25, + -0.2119140625, + -1.109375, + -0.134765625, + 1.53125, + -1.53125, + -1.453125, + 0.423828125, + -2.140625, + -0.447265625, + 3.46875, + -2.453125, + -1.1328125, + 0.30078125, + -1.5, + -0.1298828125, + -4.78125, + 0.068359375, + -1.4375, + 2.4375, + 1.890625, + -2.28125, + -1.6640625, + 3.328125, + -4.125, + 3.421875, + -0.0029296875, + -3.25, + -0.1298828125, + -0.80078125, + 3.0, + -1.8046875, + -1.28125, + 0.474609375, + -0.455078125, + 3.65625, + 1.625, + -0.58984375, + 3.515625, + 3.734375, + -0.78515625, + -1.5546875, + -1.1640625, + -3.203125, + 0.1318359375, + 2.15625, + -3.078125, + 0.89453125, + -0.07275390625, + -2.375, + 0.48046875, + 3.125, + 3.046875, + 0.201171875, + 0.2421875, + -2.234375, + 3.46875, + 0.6171875, + -2.390625, + -1.546875, + 2.0, + 0.1708984375, + -0.3828125, + -2.328125, + -1.5390625, + -1.578125, + 1.0546875, + 0.58984375, + 1.921875, + -1.859375, + 0.41796875, + -1.8359375, + 1.6640625, + 4.09375, + 3.40625, + 3.484375, + -1.8203125, + 3.15625, + 1.40625, + 0.2421875, + 3.78125, + 2.765625, + 1.3046875, + -1.875, + -2.765625, + -1.7578125, + -1.8046875, + 1.03125, + -1.0390625, + 1.09375, + 0.82421875, + 0.27734375, + -0.62109375, + 3.421875, + 0.640625, + -0.1650390625, + -0.283203125, + 1.7265625, + -1.03125, + 1.4609375, + 0.423828125, + -0.6328125, + 3.140625, + -0.028564453125, + 1.53125, + 3.234375, + -0.59375, + -2.640625, + 0.6171875, + 3.4375, + 2.78125, + 0.7265625, + -0.462890625, + -0.94140625, + -1.0546875, + -2.78125, + 1.328125, + -0.78515625, + 0.427734375, + 3.375, + -0.42578125, + 1.6328125, + 3.109375, + -0.609375, + -3.0, + 0.7421875, + -1.921875, + 0.640625, + -0.016845703125, + -1.2578125, + 2.765625, + -0.53125, + 1.9921875, + 0.953125, + 0.30859375, + -2.4375, + -1.4921875, + 1.5, + 2.171875, + -0.47265625, + 1.171875, + -1.625, + -3.34375, + 0.6796875, + 0.4296875, + -2.953125, + 2.65625, + 0.185546875, + -0.6875, + -0.1748046875, + 1.5, + -0.051025390625, + 2.484375, + -0.376953125, + -1.2734375, + -0.419921875, + -0.357421875, + 1.3203125, + 1.765625, + 1.8125, + -1.3203125, + 0.984375, + -2.421875, + 1.1796875, + -0.2890625, + 0.6875, + 0.55859375, + -4.65625, + 3.828125, + 3.046875, + -2.234375, + -1.7421875, + 1.015625, + -0.072265625, + -0.0888671875, + -2.09375, + 0.38671875, + 0.671875, + 0.384765625, + -2.421875, + -4.34375, + 0.7265625, + 0.328125, + -1.4296875, + -1.5859375, + 1.7109375, + -1.75, + 0.6875, + 2.234375, + -1.328125, + -1.015625, + -6.15625, + 0.126953125, + -0.56640625, + 2.671875, + 1.2421875, + -2.1875, + 1.3203125, + 0.306640625, + -1.375, + -0.0625, + -1.359375, + 0.4140625, + -1.078125, + 2.0, + -0.92578125, + 2.765625, + -0.056396484375, + -2.234375, + -0.333984375, + 0.62109375, + 0.2236328125, + 0.44921875, + 0.90234375, + -0.703125, + 0.5703125, + -1.09375, + -1.4609375, + -5.1875, + -2.03125, + -0.578125, + -1.8125, + -0.5, + -0.92578125, + 0.83203125, + 5.375, + 0.8046875, + -1.6875, + 3.421875, + -0.173828125, + -0.359375, + -0.32421875, + 3.765625, + 0.90625, + 0.55859375, + 1.140625, + 1.5, + -0.61328125, + 2.21875, + 3.265625, + 0.86328125, + -3.71875, + 6.5625, + -2.1875, + 0.92578125, + -5.40625, + -2.25, + -2.109375, + 2.109375, + 4.59375, + 2.953125, + -1.390625, + 0.91015625, + 0.51171875, + -0.37109375, + -2.078125, + -1.34375, + -0.7890625, + -0.578125, + -0.046142578125, + 2.984375, + -1.6875, + 2.015625, + -2.3125, + 3.375, + 0.5546875, + -1.671875, + 1.375, + 0.4765625, + 2.046875, + -1.2890625, + 2.96875, + -0.3203125, + 0.5390625, + -0.69921875, + -2.125, + -0.03173828125, + -0.30859375, + 1.234375, + -5.4375, + 1.6953125, + 0.443359375, + 0.466796875, + 2.609375, + -0.8984375, + 0.859375, + -1.7109375, + -1.0234375, + -1.90625, + 2.0, + 0.0791015625, + -0.70703125, + 0.640625, + -1.484375, + 0.8515625, + -0.345703125, + 1.984375, + 0.94921875, + -2.21875, + 0.71484375, + -0.546875, + 2.3125, + 1.5234375, + 1.5078125, + -0.1357421875, + 1.734375, + -0.82421875, + -2.84375, + 3.90625, + -2.0, + 1.8359375, + -1.2265625, + -1.234375, + -3.28125, + -1.328125, + -0.26171875, + 2.65625, + 1.1796875, + 1.8203125, + 3.015625, + 1.671875, + 1.625, + -0.130859375, + -0.2421875, + 0.16796875, + -3.3125, + 0.65625, + 0.29296875, + 0.6640625, + -2.125, + -1.359375, + 1.734375, + -1.390625, + -0.09619140625, + -0.5859375, + 1.1796875, + 1.25, + -4.09375, + -0.9609375, + 1.140625, + -0.263671875, + -2.296875, + 0.1337890625, + -3.15625, + 2.84375, + 3.171875, + -1.421875, + -2.546875, + 2.09375, + 0.443359375, + 1.9765625, + -1.6875, + 4.8125, + -3.21875, + -1.75, + -0.8359375, + -5.4375, + 2.578125, + 1.7578125, + -1.1171875, + -2.046875, + 0.75, + 0.5703125, + 4.96875, + -2.25, + -0.2470703125, + -1.0625, + 1.421875, + 0.30078125, + 0.7421875, + -0.86328125, + -2.46875, + 0.244140625, + 1.8984375, + -0.79296875, + -3.0, + 1.671875, + -1.875, + -2.171875, + 1.4375, + 0.435546875, + -0.6953125, + -0.80859375, + 0.10546875, + -0.02734375, + 2.15625, + 3.0, + -1.3046875, + 2.5625, + 1.0859375, + 2.6875, + 1.25, + 3.28125, + 0.76171875, + 0.46875, + 0.0810546875, + 0.47265625, + -0.99609375, + -2.03125, + 0.875, + -3.0, + 0.3828125, + 1.1171875, + 1.03125, + -2.078125, + 1.9296875, + 0.875, + -2.328125, + 2.359375, + 1.2890625, + 1.6796875, + 3.5, + -0.68359375, + -0.193359375, + 1.9296875, + 0.9375, + 0.65234375, + -3.609375, + -2.65625, + -0.64453125, + -1.2265625, + 0.404296875, + -0.640625, + -0.7265625, + -3.4375, + -2.640625, + 0.64453125, + -1.4375, + -1.2578125, + -1.28125, + 0.396484375, + 2.6875, + -0.66796875, + -3.5, + -0.8984375, + 1.7109375, + -0.6640625, + -0.84765625, + -0.42578125, + -0.33984375, + -1.6953125, + -1.875, + -0.126953125, + -0.0947265625, + -2.453125, + 0.123046875, + 1.2265625, + 0.5703125, + -0.35546875, + -0.58203125, + 0.01123046875, + -1.703125, + -2.015625, + -1.8671875, + -0.9609375, + -1.015625, + -2.671875, + -0.546875, + -0.9609375, + -0.404296875, + 2.796875, + -0.6796875, + -0.71875, + 0.07421875, + 1.5703125, + 1.015625, + 1.9609375, + -0.53515625, + -1.8515625, + 1.8984375, + -3.828125, + 2.078125, + 1.3828125, + -1.78125, + 2.109375, + -0.0673828125, + 6.09375, + 0.83984375, + 3.046875, + -0.169921875, + 1.546875, + -0.3828125, + -1.34375, + -0.5703125, + 0.1826171875, + -1.9453125, + 0.296875, + 1.7421875, + -0.5, + 0.083984375, + 1.4140625, + 1.6796875, + 2.375, + 2.46875, + 0.0, + -3.3125, + -2.890625, + -2.03125, + 0.39453125, + -2.21875, + -2.25, + 2.921875, + 1.2734375, + -0.58203125, + -2.5625, + 0.984375, + -1.203125, + 6.625, + -2.6875, + 1.4140625, + 1.140625, + -1.6015625, + 1.0703125, + -1.0546875, + -0.443359375, + -0.0228271484375, + -0.039794921875, + -2.4375, + 0.65625, + 0.734375, + 0.62890625, + 0.88671875, + 1.1484375, + -0.51953125, + 0.7109375, + 1.28125, + 1.484375, + -1.1953125, + 2.3125, + 2.4375, + 0.7421875, + 0.6796875, + -2.546875, + 1.7578125, + -1.3515625, + 1.9765625, + -2.515625, + 4.75, + -1.078125, + 1.046875, + 1.75, + 0.33203125, + 2.859375, + 2.6875, + -2.21875, + 0.08740234375, + -1.0390625, + 0.7890625, + -0.625, + 1.34375, + -1.6171875, + -2.078125, + -0.8828125, + -0.138671875, + 1.1015625, + -0.55078125, + 2.390625, + 0.474609375, + -0.4140625, + 1.7578125, + -1.390625, + -1.0234375, + -1.2265625, + 0.310546875, + 3.734375, + -1.0546875, + 3.03125, + 3.625, + -0.7890625, + -1.1484375, + -0.73046875, + 0.392578125, + 0.80078125, + 2.375, + -1.09375, + -2.28125, + -1.1328125, + 0.81640625, + -4.5625, + 0.60546875, + -0.85546875, + 0.88671875, + 2.984375, + -1.625, + 2.1875, + 5.5, + 0.90234375, + 0.34765625, + -0.3984375, + -1.6796875, + 1.453125, + 0.404296875, + 1.2578125, + 1.53125, + -0.8046875, + 1.8203125, + -1.890625, + 1.359375, + 0.1708984375, + -0.173828125, + -1.546875, + -3.046875, + 0.039306640625, + 0.423828125, + -2.8125, + 0.890625, + 0.01171875, + -0.271484375, + -0.97265625, + 3.265625, + -2.546875, + -4.34375, + 2.421875, + 1.3828125, + 1.515625, + 2.765625, + -2.09375, + 2.984375, + -1.2734375, + -1.9921875, + -0.03466796875, + 2.140625, + 0.68359375, + -0.97265625, + -0.6328125, + -1.953125, + -2.796875, + -0.64453125, + -1.34375, + 0.02880859375, + -5.78125, + -0.96484375, + 1.546875, + 0.2177734375, + -1.984375, + 2.140625, + 0.6015625, + 0.6796875, + 1.984375, + 0.71875, + 0.75390625, + 0.9609375, + 3.78125, + 0.28125, + -0.19921875, + -2.03125, + 1.078125, + 1.6015625, + 1.6953125, + 0.0634765625, + -0.0703125, + 0.435546875, + 0.068359375, + 4.125, + -2.21875, + -0.494140625, + -2.40625, + 1.625, + 0.734375, + -2.765625, + 2.140625, + -1.5390625, + 1.9296875, + 0.984375, + 0.875, + -0.98828125, + -0.83984375, + -3.0, + 1.53125, + -0.8984375, + -0.007293701171875, + 0.462890625, + -1.0625, + 0.345703125, + 2.703125, + 3.4375, + -3.453125, + -2.953125, + 0.63671875, + -0.578125, + -2.796875, + 0.94921875, + -3.4375, + 1.3359375, + -4.09375, + 0.48046875, + -3.0, + 0.421875, + 0.25, + -0.74609375, + -1.0859375, + 0.171875, + -2.234375, + -2.703125, + 1.4140625, + -0.76171875, + 9.25, + 0.474609375, + -2.40625, + 1.4765625, + 3.40625, + -0.6953125, + 4.625, + -2.265625, + 0.64453125, + 0.8046875, + 0.6015625, + 1.8203125, + 0.59375, + 2.21875, + 0.0028076171875, + -0.283203125, + -1.0703125, + 1.5390625, + 1.234375, + -1.2265625, + 0.53125, + -0.1064453125, + -2.0, + -2.953125, + 1.3828125, + 3.796875, + 1.3203125, + 1.1171875, + -1.84375, + -0.98828125, + -2.84375, + -2.921875, + 3.859375, + -2.359375, + -0.279296875, + -0.5546875, + 0.5078125, + 2.625, + 0.95703125, + -3.796875, + 1.7265625, + -1.8359375, + 4.625, + -2.1875, + -0.84765625, + -2.21875, + 1.1953125, + 4.125, + 3.53125, + -0.60546875, + 0.63671875, + 0.052490234375, + 1.4375, + 0.95703125, + -3.40625, + -1.53125, + -1.21875, + -3.78125, + -0.57421875, + 1.3125, + -0.034912109375, + 0.365234375, + -0.79296875, + -0.8125, + -1.7109375, + -0.50390625, + 1.09375, + -0.26171875, + -1.046875, + -2.890625, + 0.8515625, + 0.0654296875, + 1.453125, + -2.140625, + 3.546875, + 0.92578125, + 4.875, + -2.390625, + 0.53125, + 0.38671875, + 3.671875, + -0.73046875, + 1.609375, + -2.046875, + -2.046875, + -0.026123046875, + -3.71875, + -0.3671875, + -0.09326171875, + 3.1875, + -0.087890625, + -0.90625, + -0.240234375, + 1.4296875, + -0.65625, + 1.4609375, + 2.28125, + 0.04541015625, + -1.109375, + 0.388671875, + 0.85546875, + 1.0859375, + 3.203125, + -1.1640625, + 1.3125, + 0.98828125, + 0.5625, + -1.03125, + -1.578125, + -0.7265625, + -1.09375, + -2.65625, + 0.80859375, + -1.21875, + 3.125, + 0.030517578125, + -1.1015625, + 0.396484375, + -2.171875, + 1.2421875, + 0.64453125, + 0.21875, + -0.53125, + -1.7578125, + -0.54296875, + -0.67578125, + -2.515625, + 0.484375, + -1.171875, + 0.4765625, + 1.7265625, + -6.96875, + 0.0196533203125, + -0.51171875, + -1.5234375, + -0.0556640625, + 1.4140625, + 1.109375, + 0.5, + -2.875, + -0.40625, + 2.4375, + -3.75, + 1.4140625, + 2.921875, + -0.875, + 0.52734375, + 3.734375, + -0.31640625, + -0.26171875, + 1.4453125, + 4.8125, + 1.6171875, + 3.5, + -0.0439453125, + 1.6796875, + -3.59375, + 1.84375, + -0.36328125, + 0.169921875, + 0.447265625, + -2.125, + 0.47265625, + -1.078125, + -3.421875, + -2.21875, + 1.59375, + -1.3359375, + 2.484375, + 0.93359375, + 0.5234375, + -2.796875, + 1.046875, + -2.609375, + -1.71875, + -0.0299072265625, + -2.453125, + -1.3515625, + 0.21875, + -1.765625, + -0.33984375, + 1.5, + -1.6875, + -0.53515625, + -0.8828125, + 0.41796875, + 2.859375, + 1.6171875, + 3.484375, + 0.265625, + -0.74609375, + -4.28125, + 1.734375, + -0.287109375, + -5.40625, + -1.3984375, + 2.65625, + 1.3984375, + -0.365234375, + 0.5234375, + -0.0274658203125, + -0.1025390625, + 2.59375, + -0.2333984375, + -1.1328125, + -1.640625, + 1.4140625, + 1.328125, + 0.0, + -3.078125, + -0.63671875, + -2.875, + 2.3125, + 1.5625, + -3.25, + 2.046875, + -0.0791015625, + 2.828125, + -5.15625, + -5.4375, + -2.359375, + -1.78125, + 1.25, + -0.86328125, + 1.125, + 3.0625, + -0.43359375, + -0.10009765625, + 1.8125, + 0.271484375, + -0.875, + 1.015625, + -1.6171875, + 0.2373046875, + 1.1796875, + -4.65625, + 1.359375, + -1.1171875, + 0.52734375, + -0.9296875, + -2.71875, + 2.78125, + -1.6015625, + -1.4609375, + 0.98828125, + -2.25, + -3.59375, + 0.251953125, + -3.296875, + -1.8359375, + 2.515625, + 0.10693359375, + 3.8125, + 3.0625, + -3.75, + 0.92578125, + -1.484375, + 2.1875, + 2.09375, + -4.4375, + 2.34375, + -1.7890625, + -2.140625, + 1.4609375, + -1.3125, + 0.2275390625, + -3.109375, + -1.15625, + 3.203125, + 1.3046875, + -0.453125, + -1.3671875, + -2.75, + -4.4375, + 0.0169677734375, + -1.234375, + -2.15625, + 1.96875, + 1.8671875, + 0.9921875, + 1.8984375, + 0.984375, + -2.265625, + 0.07958984375, + 1.5625, + 2.40625, + -1.3125, + -0.83984375, + 0.9375, + 2.859375, + 0.609375, + -0.2060546875, + -1.640625, + 0.24609375, + 5.1875, + 1.0546875, + -2.25, + -0.1943359375, + -2.6875, + -0.1416015625, + 2.234375, + -1.1875, + 0.90234375, + -2.0, + -2.125, + 3.25, + 0.130859375, + -0.89453125, + -2.421875, + -0.6875, + -6.0625, + 0.333984375, + 0.1787109375, + -2.109375, + 2.28125, + 2.375, + 1.0859375, + -0.7109375, + -2.0625, + -1.7265625, + 0.0250244140625, + -1.8203125, + 1.765625, + 1.5390625, + 2.6875, + 3.796875, + 1.9921875, + 1.6640625, + -1.3203125, + 0.5078125, + -1.4140625, + 1.0078125, + 2.75, + 0.6953125, + 1.2265625, + -0.6171875, + -1.7890625, + 2.5, + -1.359375, + -2.015625, + -0.36328125, + 0.0361328125, + 2.4375, + 1.375, + -1.8671875, + -8.4375, + 1.5859375, + 0.52734375, + -0.7109375, + 0.447265625, + -2.34375, + -2.078125, + -0.4453125, + -1.5625, + 0.6875, + -2.65625, + -0.36328125, + 0.017333984375, + -0.59765625, + -0.2412109375, + 0.0, + 0.91796875, + 3.296875, + 1.6171875, + -0.7890625, + -0.76171875, + -1.3046875, + 1.7578125, + -0.5703125, + 0.75, + -2.03125, + -2.078125, + -0.3359375, + 2.15625, + 0.27734375, + -2.25, + -0.25, + -0.8671875, + 3.53125, + 1.265625, + -0.86328125, + 0.69921875, + 4.0625, + -0.400390625, + 1.0859375, + -1.8203125, + 3.703125, + 2.5625, + -0.8671875, + 0.65234375, + -0.67578125, + -0.240234375, + 2.578125, + 2.125, + 1.25, + 1.15625, + -0.45703125, + 0.333984375, + -0.416015625, + 1.5, + 3.640625, + 0.13671875, + 1.7421875, + -0.7734375, + 1.484375, + -1.6171875, + 0.6328125, + -3.390625, + -2.078125, + 2.171875, + 1.96875, + -1.2421875, + 1.53125, + 4.625, + 1.421875, + -1.609375, + 0.1845703125, + -0.84375, + -2.109375, + 0.90234375, + 3.78125, + -1.1171875, + 0.875, + -0.057861328125, + -1.171875, + 1.0078125, + 1.71875, + 4.75, + -0.98046875, + -0.828125, + -1.1640625, + 1.734375, + -0.09130859375, + 2.734375, + 0.033935546875, + 0.90625, + 0.4296875, + 0.62890625, + 0.70703125, + 2.125, + 7.375, + 1.5078125, + -6.5, + -0.828125, + 1.3515625, + 0.34375, + -0.796875, + 2.078125, + 0.0615234375, + 0.859375, + 1.53125, + -0.01007080078125, + 3.546875, + -0.431640625, + 2.921875, + -3.59375, + 2.390625, + -0.953125, + 2.125, + 0.224609375, + -1.25, + -0.1533203125, + 1.53125, + 2.265625, + 0.51171875, + 1.8125, + -3.28125, + -1.484375, + -4.34375, + 3.03125, + -0.076171875, + -0.87890625, + -0.06982421875, + -0.28125, + -0.2060546875, + -0.447265625, + -1.0078125, + 1.59375, + 0.373046875, + 0.859375, + 0.1513671875, + 3.21875, + -0.60546875, + -1.7109375, + -1.6015625, + 1.921875, + 0.51171875, + -7.34375, + 2.75, + -0.8125, + 1.4765625, + -0.515625, + 1.90625, + -0.486328125, + -0.0172119140625, + -1.453125, + 2.515625, + 0.50390625, + -1.9140625, + -1.0859375, + 0.4375, + -1.6484375, + 2.578125, + 1.4921875, + 0.11572265625, + 1.375, + 0.5546875, + -2.65625, + 0.01171875, + -0.62109375, + -0.244140625, + -3.546875, + 4.78125, + 2.375, + 1.453125, + -3.640625, + 1.4140625, + 3.328125, + 1.0703125, + -3.1875, + 3.0625, + -2.90625, + 3.59375, + -0.2333984375, + -2.515625, + -1.3828125, + 1.28125, + 0.75, + 1.0078125, + 0.640625, + 1.1875, + 0.6796875, + 0.39453125, + 2.34375, + -0.55078125, + -4.03125, + -2.890625, + -2.21875, + 0.66015625, + 0.90625, + 1.8828125, + 2.65625, + 1.2890625, + 0.043212890625, + -0.51953125, + -1.5078125, + -1.8671875, + -0.01422119140625, + -2.015625, + -0.6484375, + -0.66015625, + 0.359375, + 5.09375, + 2.609375, + -0.1796875, + -0.474609375, + 0.6875, + 3.46875, + -4.71875, + 1.5390625, + 0.314453125, + 0.0986328125, + 0.6328125, + 1.7265625, + -2.90625, + -3.84375, + 0.53125, + 1.171875, + 0.625, + 1.546875, + -2.265625, + -5.125, + 0.107421875, + 0.349609375, + 1.65625, + 3.375, + 1.53125, + 0.5859375, + 1.3671875, + 1.9765625, + -4.46875, + 1.71875, + 2.15625, + 2.796875, + -0.045654296875, + 0.93359375, + 0.60546875, + -0.15234375, + -4.09375, + -1.625, + 0.67578125, + -1.1796875, + 3.375, + -0.70703125, + -0.33984375, + 0.78125, + -1.421875, + 3.71875, + 2.90625, + -0.66796875, + -3.515625, + -1.4375, + -1.171875, + -1.6484375, + 2.390625, + 0.9296875, + -0.5703125, + -4.59375, + 0.177734375, + 1.9296875, + -4.6875, + -1.5546875, + -4.375, + -3.15625, + -0.130859375, + 0.345703125, + -4.375, + -0.98828125, + -1.4296875, + -0.62109375, + 2.015625, + 3.390625, + -2.0625, + 0.11962890625, + -0.361328125, + -1.6640625, + 2.0, + -0.73828125, + 0.2255859375, + 2.171875, + -3.203125, + 1.6484375, + 2.453125, + -0.1826171875, + -1.671875, + 5.1875, + -3.59375, + -1.609375, + 0.12890625, + 1.0, + -0.97265625, + -2.125, + -2.671875, + -4.5625, + 0.0830078125, + -1.5, + 2.09375, + -1.1875, + 0.357421875, + -0.67578125, + 1.0390625, + 0.439453125, + 2.15625, + -5.5, + 0.9140625, + -0.181640625, + -2.703125, + 3.046875, + 1.4375, + -0.30078125, + -3.765625, + -4.5, + -0.703125, + -1.078125, + -1.3515625, + -0.57421875, + -1.0859375, + -0.578125, + -4.75, + 1.3125, + 1.09375, + -1.3203125, + -1.109375, + 1.046875, + -1.1796875, + 0.6640625, + 1.59375, + 2.28125, + -0.1875, + 0.78125, + -0.400390625, + -2.125, + -1.640625, + -0.1171875, + 2.078125, + -0.5546875, + -0.251953125, + 2.84375, + -2.75, + -3.890625, + -2.875, + -4.34375, + -3.109375, + -0.400390625, + 3.03125, + -4.78125, + 1.5859375, + -0.8046875, + 1.9921875, + -1.3203125, + -0.5234375, + -2.96875, + 1.2734375, + -1.875, + -0.146484375, + -0.8125, + -0.6328125, + -1.53125, + -3.25, + 2.609375, + 2.859375, + -0.3515625, + -4.03125, + 0.478515625, + 1.140625, + 1.9140625, + -2.625, + -2.828125, + 2.34375, + -1.0234375, + 2.46875, + -4.5, + -0.423828125, + 1.6015625, + 0.0, + -1.921875, + 2.203125, + 1.6796875, + -0.4609375, + -0.21875, + 1.5390625, + 1.9609375, + -3.34375, + -1.1796875, + 2.296875, + 1.6171875, + 1.2109375, + -1.578125, + 1.71875, + -1.109375, + 0.07275390625, + -1.359375, + -0.412109375, + -1.234375, + -0.03515625, + -1.1640625, + 2.640625, + -2.90625, + -0.2734375, + 1.2734375, + -1.9375, + -0.27734375, + -1.5859375, + 2.125, + 0.75, + 0.248046875, + -0.640625, + 0.5546875, + -0.8359375, + 0.32421875, + -0.1875, + 0.20703125, + -3.203125, + 1.140625, + -1.3125, + 3.265625, + -2.71875, + -0.66015625, + 0.87109375, + -0.78125, + -1.015625, + -0.244140625, + -0.248046875, + 2.234375, + -0.87109375, + 3.15625, + -2.125, + -4.34375, + -1.2109375, + -2.515625, + 0.58984375, + -0.921875, + -2.53125, + 0.88671875, + 1.9765625, + -0.6015625, + -1.2890625, + 2.21875, + 2.75, + -2.046875, + 2.25, + 1.625, + -1.2265625, + -0.341796875, + -1.8359375, + -2.140625, + 1.4765625, + -0.123046875, + 0.62109375, + -0.1416015625, + 1.5, + -0.18359375, + -1.0234375, + -2.078125, + 4.78125, + -1.8984375, + -0.1591796875, + -0.064453125, + 2.015625, + -3.15625, + -0.01116943359375, + -0.53515625, + 1.8046875, + -0.345703125, + 0.86328125, + -0.2236328125, + -2.328125, + 4.5625, + -1.2265625, + 0.11376953125, + -1.2578125, + 1.1328125, + 0.5703125, + 2.21875, + 4.15625, + -3.203125, + -0.111328125, + -1.6796875, + -4.65625, + -0.1240234375, + -0.306640625, + -1.5234375, + -0.322265625, + -1.4921875, + 1.34375, + -0.80078125, + -0.30859375, + 1.390625, + -1.7109375, + -2.9375, + 3.640625, + 0.83984375, + -1.078125, + 0.45703125, + -0.2158203125, + 0.92578125, + 1.7734375, + -0.9453125, + -13.5625, + -1.4140625, + 4.1875, + -1.390625, + 0.193359375, + -1.7265625, + -0.6640625, + 0.93359375, + 0.92578125, + -0.57421875, + -6.03125, + -1.1953125, + 0.283203125, + 0.404296875, + 0.33984375, + -0.298828125, + 1.3828125, + 0.00921630859375, + 1.4453125, + -0.6875, + 0.6484375, + -0.408203125, + 2.015625, + 0.58984375, + -1.96875, + 2.453125, + -0.29296875, + -1.6953125, + -1.4140625, + -2.34375, + -2.09375, + 1.640625, + 2.203125, + -0.7265625, + 1.2578125, + -3.484375, + -1.171875, + 2.1875, + 0.89453125, + 2.6875, + 1.171875, + 2.546875, + 0.9375, + 5.125, + -0.330078125, + 2.21875, + 0.2216796875, + -0.796875, + 2.46875, + -0.2109375, + 2.5, + 1.96875, + 1.265625, + -0.060791015625, + -1.546875, + 0.3359375, + -2.46875, + -0.451171875, + -0.29296875, + 2.515625, + 0.404296875, + -2.875, + -0.0986328125, + -0.369140625, + 5.71875, + 1.515625, + -1.578125, + -1.4140625, + -2.296875, + -0.08203125, + 0.5859375, + -0.26171875, + 0.5703125, + -0.7890625, + 2.1875, + 0.97265625, + 1.4609375, + -1.5546875, + 1.0, + 0.173828125, + 1.3359375, + 0.49609375, + 1.6171875, + 4.875, + 0.2412109375, + 3.59375, + -0.240234375, + 1.2265625, + -0.703125, + -0.5, + -0.5546875, + 3.921875, + -0.9609375, + -1.7890625, + -2.375, + -2.421875, + -2.5625, + 0.140625, + -2.921875, + -1.0, + -1.4140625, + 0.00579833984375, + -0.1767578125, + 1.5703125, + -1.1875, + -2.15625, + -3.4375, + -0.296875, + -2.046875, + 3.0625, + -1.3203125, + -0.06640625, + 0.9140625, + 2.0625, + -1.7421875, + -1.96875, + 3.953125, + 2.375, + 0.1708984375, + 2.8125, + -2.25, + 4.3125, + 0.6953125, + 0.8515625, + 0.9765625, + 2.265625, + 3.8125, + -1.875, + 1.453125, + -0.287109375, + 0.1923828125, + -1.921875, + -3.84375, + -1.265625, + -1.3359375, + 0.49609375, + -0.263671875, + -0.8203125, + 3.890625, + -0.0068359375, + -1.109375, + -1.78125, + 0.279296875, + -1.1171875, + 1.84375, + 0.52734375, + -0.6171875, + -2.515625, + -1.1796875, + -0.03515625, + 1.7578125, + -1.421875, + -0.06494140625, + -1.0703125, + -0.765625, + 1.4921875, + 0.796875, + 0.2578125, + 1.6640625, + 8.875, + -0.51171875, + -2.515625, + -0.9453125, + -0.546875, + -1.4296875, + -2.03125, + 1.0390625, + -0.341796875, + 1.84375, + -0.177734375, + 0.439453125, + 1.7109375, + -6.3125, + -2.59375, + 0.49609375, + 2.375, + 2.765625, + 0.80078125, + -1.6015625, + -1.3984375, + 1.5078125, + 1.7578125, + -0.24609375, + -0.203125, + -1.3046875, + -2.359375, + 0.318359375, + 0.734375, + 1.640625, + -1.390625, + 1.8359375, + 1.65625, + 4.125, + 0.6015625, + 1.546875, + -0.515625, + -1.6953125, + 0.9609375, + 1.578125, + 1.1796875, + 0.359375, + 0.41015625, + -1.078125, + -1.6484375, + 1.25, + -0.21484375, + 0.55078125, + -1.3984375, + -5.59375, + 2.09375, + 0.423828125, + 1.0, + 2.5625, + -1.7109375, + 0.466796875, + -0.21875, + -1.296875, + -3.421875 + ], + "index": 0, + "object": "embedding", + "raw_output": null + }, + { + "embedding": [ + 7.03125, + 1.5625, + -2.046875, + -0.39453125, + 7.40625, + 0.8046875, + -1.2265625, + -2.265625, + 4.78125, + -2.765625, + -5.65625, + 4.53125, + 1.3203125, + -2.234375, + 7.03125, + 1.078125, + -0.337890625, + -6.4375, + -0.7734375, + 0.90234375, + -4.15625, + 7.3125, + 2.28125, + 2.78125, + -2.90625, + 0.326171875, + 2.96875, + -0.0142822265625, + -1.0390625, + 2.015625, + -1.015625, + 2.296875, + 3.6875, + 1.84375, + 0.66796875, + 1.8828125, + 1.5625, + 0.546875, + -0.15234375, + -0.50390625, + 5.03125, + -2.28125, + -0.51953125, + 2.9375, + 1.2421875, + -0.419921875, + -1.609375, + -0.0291748046875, + 1.5859375, + 0.984375, + 0.64453125, + -1.4375, + 0.62109375, + -2.71875, + 0.53125, + 1.1015625, + -0.478515625, + -0.27734375, + -2.265625, + 1.078125, + -0.3515625, + -1.078125, + 0.8828125, + -2.5, + 0.71484375, + 3.0625, + 0.35546875, + -0.44921875, + -0.6875, + -2.78125, + 3.171875, + -2.515625, + -1.484375, + 0.48828125, + -1.2578125, + -4.28125, + -2.0625, + 0.0172119140625, + 3.4375, + 1.4609375, + 1.1015625, + -1.4296875, + -1.9609375, + 0.00482177734375, + 1.328125, + -4.53125, + 0.392578125, + -0.88671875, + -1.6640625, + 0.703125, + -1.296875, + 2.609375, + -0.13671875, + 2.21875, + -1.40625, + -9.25, + 0.5703125, + 1.25, + -0.359375, + -0.11376953125, + 3.4375, + 1.90625, + -2.09375, + 0.30078125, + 0.06884765625, + 0.486328125, + 0.70703125, + 0.349609375, + 1.3359375, + -0.322265625, + 0.5234375, + 4.59375, + 2.0, + 1.59375, + 1.7109375, + 0.080078125, + 0.72265625, + -1.390625, + 1.0078125, + 3.34375, + 5.09375, + -3.0625, + -1.078125, + 1.0703125, + -0.84765625, + -3.703125, + 0.9296875, + -1.421875, + 0.1767578125, + -0.75, + 0.5703125, + 2.0625, + 3.25, + -1.1171875, + -1.828125, + -3.9375, + 1.8125, + 0.91796875, + -3.921875, + -0.69140625, + -0.6484375, + -1.5234375, + 0.953125, + 0.97265625, + -2.015625, + -0.051025390625, + 1.640625, + 0.80078125, + -0.37890625, + 0.546875, + 0.88671875, + 0.76171875, + 1.3515625, + -0.5625, + -1.0078125, + 1.0078125, + -0.5703125, + 0.84765625, + -2.21875, + 2.296875, + -3.5, + 0.37890625, + -0.0093994140625, + 0.271484375, + 2.515625, + -0.83984375, + 1.4609375, + 0.416015625, + 3.328125, + -2.046875, + -1.5, + 0.392578125, + -1.84375, + 6.0625, + 0.55078125, + -0.71875, + 1.1328125, + -1.40625, + 0.53125, + -1.6796875, + 1.1015625, + 2.359375, + -3.09375, + -1.734375, + -0.055419921875, + 1.453125, + 0.4140625, + 0.291015625, + -2.875, + -1.328125, + -0.0118408203125, + 0.71484375, + -1.796875, + 0.11181640625, + -0.330078125, + -0.265625, + 0.1455078125, + -1.0078125, + 1.328125, + 4.125, + 3.6875, + -6.09375, + 0.462890625, + 3.46875, + -0.345703125, + 0.74609375, + 0.1015625, + 2.234375, + -1.0546875, + -2.484375, + 2.828125, + -1.0078125, + -0.51953125, + -0.953125, + 0.52734375, + -2.25, + 3.578125, + 3.765625, + 0.828125, + 1.6875, + -1.03125, + 0.98828125, + -2.921875, + 1.40625, + -0.78515625, + -1.0078125, + -0.005828857421875, + -2.75, + -0.06591796875, + -0.353515625, + 4.75, + -1.375, + -1.3515625, + -0.55859375, + 6.59375, + -1.421875, + 0.9453125, + -2.28125, + -0.32421875, + -0.318359375, + 1.34375, + -3.171875, + -0.80078125, + 2.859375, + 0.5390625, + -3.75, + 1.46875, + -1.578125, + -0.478515625, + 0.59765625, + -1.4609375, + -4.40625, + 2.6875, + -1.4609375, + -2.828125, + 1.53125, + -3.046875, + 1.2265625, + -1.140625, + 2.015625, + 1.796875, + 1.3828125, + -0.470703125, + -2.40625, + 3.671875, + -2.828125, + -0.8203125, + -3.109375, + -0.431640625, + 0.953125, + 1.1171875, + -3.453125, + -2.75, + 2.328125, + -2.046875, + 1.6015625, + 3.484375, + -2.015625, + 0.98828125, + -1.703125, + -2.734375, + -0.0810546875, + 0.3125, + -1.96875, + 2.703125, + 1.40625, + -1.578125, + 0.4921875, + -0.546875, + -0.8203125, + 0.8828125, + -1.484375, + -0.259765625, + -2.140625, + 1.1875, + 0.236328125, + -1.234375, + -1.7265625, + 2.046875, + 3.90625, + -1.734375, + 0.6015625, + 0.8671875, + -2.921875, + -0.7109375, + 4.125, + 1.9296875, + -1.0, + 2.390625, + -2.515625, + 1.21875, + 0.279296875, + -2.640625, + 0.435546875, + 0.7421875, + -2.921875, + 1.6171875, + -1.3125, + -0.75, + 0.9296875, + 0.53515625, + 0.4140625, + 0.1982421875, + -0.68359375, + -0.7109375, + -1.484375, + 0.0966796875, + -0.8984375, + 2.078125, + -1.609375, + -3.171875, + -4.71875, + -0.12255859375, + 2.703125, + -0.1708984375, + 1.4921875, + 1.34375, + -1.5625, + 4.78125, + 0.7734375, + 1.3046875, + 1.6875, + 1.2109375, + 0.859375, + 0.2255859375, + -4.59375, + -0.4453125, + 3.046875, + -4.375, + 0.5625, + -2.296875, + -1.0703125, + -0.7734375, + -2.984375, + -0.65625, + -3.015625, + -0.79296875, + -0.2001953125, + -0.2119140625, + -0.98046875, + 0.10693359375, + 1.40625, + -1.7421875, + -1.5625, + -1.46875, + 2.53125, + 0.79296875, + 0.29296875, + -2.09375, + -0.75390625, + -0.2265625, + 0.55078125, + 4.90625, + -1.53125, + 1.375, + 0.98828125, + -2.1875, + -2.15625, + 2.328125, + -0.296875, + 2.609375, + -7.46875, + -0.076171875, + 0.546875, + -0.1123046875, + -0.07666015625, + 0.369140625, + -3.46875, + -1.3984375, + -1.9921875, + -1.2421875, + -3.625, + 1.1484375, + 3.078125, + 0.1611328125, + 0.041015625, + -0.259765625, + -1.5078125, + 0.984375, + -0.8828125, + -1.1015625, + -1.265625, + -0.08935546875, + -0.2060546875, + -1.2421875, + 1.6953125, + 2.765625, + 2.109375, + -0.048095703125, + 2.4375, + -0.515625, + 0.310546875, + 2.4375, + -3.96875, + 2.75, + -1.0703125, + 3.875, + 2.953125, + -1.5078125, + 1.4453125, + -0.73828125, + -1.71875, + -0.03759765625, + 1.4765625, + -3.71875, + 2.484375, + 0.58984375, + 0.1962890625, + -2.46875, + -1.1484375, + 0.94140625, + 0.28125, + -4.28125, + 2.046875, + 0.86328125, + 6.21875, + 0.890625, + 0.5859375, + -0.9609375, + 0.88671875, + -0.333984375, + -0.1103515625, + -1.890625, + -6.21875, + -1.9296875, + -2.953125, + 0.166015625, + -2.375, + -0.78125, + 0.53515625, + 0.34765625, + 0.259765625, + -0.462890625, + 0.390625, + -2.375, + -0.76171875, + -1.84375, + 3.171875, + -0.578125, + 1.703125, + 2.390625, + -1.921875, + 0.796875, + 1.28125, + 2.1875, + 2.53125, + 2.4375, + 1.3359375, + -2.15625, + 0.09033203125, + 1.7265625, + -0.72265625, + -4.0625, + -0.98046875, + -0.8203125, + 2.5, + -0.470703125, + -1.53125, + 2.421875, + -5.0625, + -0.0810546875, + -1.203125, + -2.734375, + 0.8359375, + 1.234375, + 0.515625, + -1.21875, + -3.8125, + 1.9375, + -0.5, + 0.205078125, + 0.244140625, + 2.03125, + -0.52734375, + 0.734375, + -1.6640625, + 0.765625, + 0.6328125, + 2.234375, + -1.3046875, + -0.53515625, + 0.88671875, + -1.546875, + 0.169921875, + 1.625, + 0.400390625, + 1.21875, + 0.53125, + -0.72265625, + -1.5625, + 5.4375, + -4.3125, + -3.359375, + -2.359375, + 1.484375, + 0.5859375, + 0.45703125, + -0.09228515625, + 1.1953125, + 0.50390625, + 0.042236328125, + 0.59765625, + 1.671875, + 0.92578125, + -2.234375, + 2.6875, + -0.140625, + -1.46875, + 1.46875, + 2.8125, + -0.359375, + -0.2236328125, + 1.21875, + -1.8203125, + 0.50390625, + 0.77734375, + -0.828125, + -0.4765625, + 3.03125, + 0.01129150390625, + -0.462890625, + 1.84375, + -2.359375, + -0.0673828125, + -2.46875, + -1.3515625, + -1.4921875, + -0.0272216796875, + -1.828125, + -2.640625, + 1.9765625, + 3.28125, + 4.8125, + 3.1875, + -1.203125, + -1.8125, + 1.7421875, + -0.8046875, + -1.8671875, + -0.392578125, + -0.78515625, + 1.453125, + 0.0556640625, + -0.5546875, + -0.408203125, + 1.359375, + -0.828125, + 0.0213623046875, + -0.0115966796875, + -1.390625, + 1.375, + 1.25, + -1.3203125, + -1.2265625, + -0.58984375, + -1.3671875, + -3.0625, + -1.78125, + -3.34375, + -2.375, + 0.5234375, + 0.73046875, + -1.671875, + -0.578125, + -0.74609375, + 1.3515625, + 1.4375, + -1.0234375, + 1.125, + -4.25, + 1.296875, + 1.546875, + 0.45703125, + 0.59375, + -0.09423828125, + -1.5, + 1.296875, + 2.890625, + -1.203125, + 2.34375, + -0.62890625, + -4.21875, + 0.5234375, + -2.84375, + -3.0625, + 0.52734375, + -2.21875, + 2.078125, + 2.921875, + 2.0625, + 1.1640625, + 3.640625, + -4.5, + -2.578125, + -0.6796875, + 1.234375, + 2.09375, + -3.28125, + 3.15625, + -1.984375, + 1.328125, + -3.40625, + -0.265625, + 2.40625, + 2.515625, + -0.953125, + -0.419921875, + 3.78125, + -1.2734375, + -1.65625, + -1.40625, + 2.59375, + 0.392578125, + 2.625, + -2.1875, + -0.058349609375, + -1.4609375, + -1.390625, + 0.302734375, + 2.03125, + -0.6015625, + 4.65625, + -2.90625, + -0.8125, + -1.3828125, + 0.349609375, + 1.9140625, + 2.296875, + -1.0703125, + 1.140625, + 0.02294921875, + -1.515625, + -1.234375, + 0.34375, + -0.1845703125, + 1.15625, + 0.11181640625, + -0.10888671875, + -3.03125, + 0.12353515625, + -2.96875, + 0.2490234375, + 2.15625, + -0.59375, + 3.046875, + 3.765625, + -0.1376953125, + -0.1259765625, + -0.3671875, + -0.6484375, + -2.796875, + -2.453125, + -0.330078125, + -3.6875, + 3.390625, + -0.408203125, + 1.9921875, + 2.5, + 0.1904296875, + -1.1015625, + 4.53125, + 0.1884765625, + 0.01373291015625, + 0.75, + 0.43359375, + -4.0, + 1.3984375, + -2.34375, + 0.98046875, + -2.296875, + -1.515625, + -2.609375, + -2.328125, + -0.23046875, + -0.6640625, + 0.671875, + -2.296875, + -4.40625, + 0.86328125, + 2.21875, + 4.5625, + 0.69140625, + 0.6171875, + -1.421875, + -2.6875, + -2.484375, + 1.4453125, + -1.6015625, + 3.265625, + -1.59375, + -3.71875, + -1.578125, + -0.69140625, + -1.890625, + 1.234375, + -0.10986328125, + 0.279296875, + -0.30078125, + -4.625, + -0.609375, + 2.625, + 2.53125, + -1.3046875, + -0.46484375, + -0.1572265625, + -0.8046875, + 0.06787109375, + 1.453125, + 3.75, + 2.296875, + -3.078125, + -1.46875, + 1.8203125, + 0.216796875, + -2.640625, + 0.302734375, + -5.8125, + -0.6328125, + -0.58984375, + -1.546875, + -0.875, + -4.375, + -2.03125, + 0.90625, + -0.96875, + -4.9375, + -0.412109375, + -1.0703125, + 0.123046875, + -0.92578125, + 3.75, + 0.09375, + -0.8203125, + -1.234375, + 1.765625, + 1.90625, + -0.1142578125, + -0.43359375, + 0.1181640625, + 0.546875, + 1.4765625, + 1.890625, + -0.2197265625, + -2.9375, + 2.671875, + 1.1875, + 0.390625, + 1.171875, + 0.75390625, + -3.625, + 0.025390625, + -3.515625, + 0.5546875, + -0.5, + 1.8203125, + 1.515625, + 2.4375, + 1.953125, + 1.0390625, + -1.328125, + -1.875, + -1.5390625, + -0.10546875, + -0.84765625, + 0.515625, + 6.1875, + -1.8046875, + 0.435546875, + 3.8125, + 2.984375, + 1.8359375, + -2.46875, + 2.453125, + 3.171875, + 2.5625, + -1.15625, + 1.2265625, + 0.404296875, + -2.328125, + 5.21875, + 1.9453125, + 0.88671875, + -0.69140625, + -0.8515625, + 2.578125, + -0.7890625, + 0.302734375, + -0.54296875, + 1.4921875, + 3.078125, + -2.78125, + 0.10205078125, + -0.1435546875, + 1.734375, + -0.369140625, + -1.6171875, + -1.9609375, + -1.53125, + -0.2060546875, + 0.67578125, + -1.03125, + -4.5625, + 2.25, + 3.28125, + -2.75, + -0.8671875, + -2.46875, + 0.9296875, + -0.04736328125, + -2.84375, + 1.484375, + 0.40625, + -3.734375, + 2.0, + -1.046875, + -0.08056640625, + 5.1875, + 1.2421875, + -2.578125, + 1.6328125, + -1.65625, + 2.640625, + 0.09912109375, + 0.0458984375, + -2.84375, + -0.5859375, + -0.11474609375, + -0.5234375, + -1.484375, + 0.330078125, + 0.734375, + -3.578125, + -1.1796875, + 4.3125, + 0.92578125, + -1.1640625, + 0.416015625, + -0.040283203125, + 1.390625, + -2.734375, + -1.671875, + 0.61328125, + 2.203125, + 0.6171875, + -0.2890625, + -0.06689453125, + -0.32421875, + 2.984375, + 0.89453125, + -1.6015625, + 2.296875, + -0.310546875, + -0.1572265625, + -2.84375, + 3.15625, + 0.64453125, + 1.1484375, + -0.19921875, + -0.734375, + -1.3359375, + 3.109375, + -0.38671875, + 1.3984375, + 1.9140625, + 1.171875, + 1.21875, + 0.5234375, + 3.25, + -0.08642578125, + -0.734375, + -0.287109375, + -2.34375, + -0.51171875, + 0.23828125, + -0.54296875, + -2.0, + 0.90234375, + 1.5, + 2.0, + -0.2294921875, + 0.6484375, + -3.6875, + -3.796875, + -0.39453125, + 1.1640625, + 2.8125, + -0.9140625, + 0.9609375, + 1.1015625, + 3.484375, + -1.0234375, + 0.875, + 3.5, + 0.0206298828125, + -1.53125, + 3.71875, + 0.55859375, + -0.236328125, + -2.71875, + 3.109375, + -1.9296875, + -0.361328125, + -1.421875, + 2.28125, + 1.765625, + 3.609375, + 0.07421875, + -0.98046875, + 1.453125, + -0.78515625, + -2.859375, + -1.5078125, + 0.039794921875, + 0.376953125, + -0.87109375, + 2.640625, + 0.2578125, + -0.828125, + 3.078125, + -0.71484375, + 2.703125, + -1.8125, + 1.4140625, + -0.71484375, + -1.6015625, + -2.453125, + -0.3671875, + 0.63671875, + -2.890625, + 1.328125, + -1.390625, + -3.328125, + 5.125, + -0.419921875, + 0.2080078125, + -0.3671875, + 0.33984375, + 0.87109375, + -3.140625, + -1.265625, + -1.078125, + -2.125, + 2.96875, + 1.8984375, + -1.6171875, + -0.66796875, + 2.015625, + 0.1826171875, + -5.5, + 1.8984375, + -0.4921875, + -1.4296875, + -3.21875, + -0.326171875, + 2.21875, + 1.9453125, + 4.8125, + -2.828125, + 0.87890625, + -1.0546875, + -0.875, + 0.640625, + -0.8046875, + -0.54296875, + 1.703125, + 2.03125, + 0.80859375, + -0.63671875, + -4.125, + 12.125, + 0.058837890625, + 1.5390625, + 4.78125, + -0.48046875, + 2.0625, + -2.953125, + 0.330078125, + -0.263671875, + -0.10400390625, + -1.203125, + 0.018310546875, + 0.197265625, + 0.29296875, + -4.46875, + 3.03125, + 1.2890625, + -0.796875, + 3.78125, + 2.53125, + 0.51953125, + -2.109375, + -0.671875, + 0.55078125, + 0.5703125, + -3.328125, + 0.78125, + -1.984375, + 0.11572265625, + -3.625, + -1.875, + 1.8515625, + -1.8671875, + -2.53125, + 3.40625, + 1.6640625, + -0.7578125, + -0.53125, + -4.09375, + 2.265625, + -0.6484375, + 2.40625, + -3.15625, + -0.78515625, + 1.078125, + 0.6484375, + 0.3125, + 0.3671875, + -0.51953125, + -3.109375, + -2.0, + -0.3515625, + -2.359375, + 1.109375, + 0.8828125, + -1.484375, + -3.0, + -0.000499725341796875, + 3.15625, + -1.4453125, + 0.50390625, + -0.55859375, + -2.875, + -1.0546875, + 1.984375, + 0.1201171875, + 0.9921875, + -3.21875, + 0.333984375, + -2.84375, + 0.2294921875, + 0.953125, + -0.1884765625, + 2.03125, + 0.451171875, + -0.92578125, + 1.7734375, + -0.03857421875, + -0.36328125, + 0.55859375, + -0.6953125, + 0.6875, + 0.11669921875, + -1.6796875, + -0.7109375, + 2.796875, + 3.71875, + -1.7734375, + -1.7890625, + -0.81640625, + -0.6953125, + 0.09765625, + -0.67578125, + 3.796875, + -1.09375, + 1.578125, + 3.1875, + 2.171875, + 0.58203125, + -0.80078125, + -0.9765625, + -1.59375, + 0.95703125, + -0.294921875, + 0.353515625, + -2.15625, + -1.3515625, + -4.21875, + -0.97265625, + 2.546875, + 4.53125, + 2.03125, + -1.671875, + 0.302734375, + -2.421875, + 0.4765625, + 1.0234375, + 2.046875, + 0.6875, + -0.53515625, + -0.65625, + -5.03125, + 1.0625, + 2.140625, + -4.65625, + -9.75, + -1.890625, + 1.2578125, + 1.078125, + -0.1123046875, + -1.3515625, + -4.0625, + -2.015625, + -0.251953125, + -2.53125, + -0.89453125, + 2.0625, + 0.69921875, + -0.0029296875, + 0.72265625, + -7.5, + -0.00860595703125, + 0.0185546875, + 0.25, + 0.0986328125, + -1.8671875, + -0.1484375, + 1.3125, + -0.40234375, + 3.015625, + -2.421875, + -2.578125, + 1.875, + 0.41796875, + -1.90625, + -0.953125, + -0.72265625, + -1.671875, + -1.0703125, + -0.4140625, + -0.9921875, + -1.375, + 1.6015625, + 0.59765625, + 2.296875, + 2.03125, + 1.140625, + 2.109375, + -1.9921875, + -1.9765625, + 0.83984375, + -2.96875, + 1.78125, + 2.375, + 0.60546875, + -0.05126953125, + 1.5859375, + -2.234375, + 0.07470703125, + -0.447265625, + -0.3515625, + 1.875, + -0.177734375, + 0.71484375, + 2.53125, + 1.8828125, + 3.015625, + 2.328125, + -0.38671875, + -1.8515625, + -0.8359375, + -2.75, + -3.171875, + 0.03173828125, + -0.90625, + 2.421875, + -1.3359375, + -3.109375, + -0.0869140625, + 2.859375, + -1.6640625, + -0.34375, + 0.039306640625, + 0.29296875, + 1.78125, + 1.4453125, + -0.345703125, + -2.25, + -2.640625, + 2.921875, + 1.4375, + -0.2734375, + 2.25, + -1.1953125, + 1.5, + -0.9453125, + 3.734375, + 5.59375, + -1.5859375, + -2.234375, + -3.921875, + -2.625, + 2.640625, + 0.1064453125, + -2.9375, + -0.94921875, + 1.109375, + -1.0390625, + 0.66796875, + -0.76953125, + 0.09765625, + -0.388671875, + 1.265625, + 5.375, + 0.58984375, + 3.265625, + -0.515625, + 2.203125, + 0.48828125, + 2.234375, + 2.859375, + -1.421875, + -0.474609375, + 3.34375, + -0.4765625, + 1.5234375, + -2.703125, + -0.5703125, + 0.30078125, + 1.765625, + -4.28125, + -2.125, + -2.8125, + 1.8046875, + 2.765625, + -0.4609375, + -2.625, + 1.8515625, + 1.8828125, + 1.5390625, + 0.83984375, + -0.82421875, + 1.8984375, + -1.1171875, + -0.0771484375, + -4.40625, + 1.0, + -1.8046875, + -2.578125, + -1.5859375, + -1.7421875, + 2.5625, + -2.015625, + -1.0859375, + 1.4375, + 0.3203125, + -0.6015625, + -0.41796875, + -0.453125, + 1.828125, + -0.87109375, + 4.40625, + 0.9296875, + 0.92578125, + 2.90625, + 1.0, + 3.328125, + 2.890625, + 1.6171875, + -1.3125, + -1.5859375, + 0.474609375, + 0.6640625, + 1.0625, + 2.890625, + 1.875, + -1.8828125, + 1.6875, + -0.80859375, + 1.1640625, + -0.6171875, + -1.125, + -1.4296875, + 1.03125, + 3.25, + 2.734375, + 2.5625, + -1.140625, + 1.4453125, + 1.6875, + -1.546875, + 2.75, + 1.578125, + -4.875, + 1.6875, + 0.375, + 0.625, + -2.078125, + 0.57421875, + -0.33984375, + -3.90625, + 2.796875, + -3.03125, + 0.60546875, + -0.82421875, + -1.625, + -0.31640625, + -1.4296875, + -1.0078125, + -3.921875, + -1.453125, + -1.34375, + 3.65625, + 1.2421875, + -3.546875, + 1.6875, + 1.3984375, + -1.3125, + 2.265625, + 0.734375, + -0.9140625, + -2.0, + -2.015625, + -1.5234375, + 2.09375, + -3.078125, + -0.404296875, + -0.0810546875, + -0.69921875, + -0.34375, + 0.87890625, + -2.78125, + -0.57421875, + -1.1171875, + 0.98828125, + -2.71875, + 0.96484375, + 1.390625, + -0.07275390625, + 4.0625, + 3.21875, + -1.7421875, + 1.734375, + -2.421875, + -1.9140625, + 2.53125, + 2.859375, + 1.0625, + -2.90625, + -1.9453125, + -0.322265625, + -2.59375, + -0.0296630859375, + 0.22265625, + -1.6328125, + 0.6015625, + -0.73046875, + 2.125, + 0.427734375, + -0.2470703125, + -1.46875, + -0.091796875, + -2.21875, + 1.5078125, + 0.71484375, + -0.71484375, + 0.703125, + 2.6875, + 2.359375, + -3.34375, + 1.0625, + 0.328125, + 2.328125, + 1.6171875, + -0.2431640625, + -1.171875, + -0.734375, + 1.578125, + 2.875, + 3.953125, + 0.6328125, + -1.7109375, + -1.1640625, + -0.5859375, + 0.30078125, + 1.9296875, + -1.890625, + 0.7890625, + -4.9375, + 0.099609375, + 0.1669921875, + 1.2890625, + -0.546875, + -1.15625, + 3.96875, + -2.84375, + -0.75, + 0.95703125, + -1.0703125, + -3.09375, + -0.75390625, + -1.703125, + 0.5625, + 1.171875, + -1.90625, + -0.9609375, + -0.1337890625, + 0.6015625, + -3.90625, + 1.96875, + -0.20703125, + -1.6484375, + -1.7578125, + 2.125, + -0.828125, + 1.5703125, + 1.0078125, + -1.265625, + -1.9296875, + -1.625, + 2.3125, + -0.306640625, + -0.83984375, + -1.5859375, + 2.375, + -2.296875, + 1.0703125, + 2.6875, + 1.09375, + 0.3359375, + -1.59375, + 0.65234375, + -0.365234375, + 2.203125, + -6.0, + -1.6484375, + -1.140625, + 0.1923828125, + 1.0078125, + 2.96875, + -3.75, + -3.25, + -1.46875, + -0.279296875, + -3.21875, + 4.5625, + 1.2421875, + 2.09375, + 0.515625, + 4.71875, + 2.71875, + -3.734375, + 2.59375, + 1.140625, + -1.8203125, + 0.322265625, + 0.9921875, + -1.6015625, + 0.72265625, + -0.045166015625, + -3.15625, + 4.25, + 0.96484375, + 1.0625, + -1.703125, + 3.078125, + 0.9609375, + -1.6015625, + 0.275390625, + -1.078125, + 0.130859375, + 0.58984375, + -2.734375, + -0.25390625, + 0.734375, + 1.15625, + -1.6953125, + 1.5546875, + -1.6015625, + -0.83203125, + 2.046875, + -2.234375, + -2.859375, + -0.7578125, + 0.2470703125, + 3.0625, + 2.046875, + 2.078125, + 0.478515625, + -2.046875, + -2.125, + -2.828125, + 1.25, + 0.8515625, + 0.08154296875, + -4.78125, + 0.78515625, + -0.51953125, + 0.0218505859375, + -0.349609375, + -0.1748046875, + -1.65625, + -1.8671875, + 1.2734375, + 4.46875, + 1.03125, + -1.8984375, + -0.76953125, + 2.0, + 0.16015625, + -0.078125, + 0.94921875, + -0.068359375, + 0.91796875, + -1.28125, + 3.484375, + -1.7265625, + -0.470703125, + -0.91796875, + 0.48828125, + -0.390625, + 1.4140625, + -3.125, + -1.9296875, + 2.765625, + -3.375, + -0.279296875, + 3.078125, + 1.3046875, + -1.0703125, + 0.12890625, + 1.7421875, + -1.40625, + -0.275390625, + 0.412109375, + -0.04052734375, + -2.359375, + 1.9921875, + -3.3125, + -0.022705078125, + -2.046875, + -0.7421875, + 2.765625, + 2.28125, + 1.453125, + 2.0625, + -0.84765625, + 2.84375, + -5.75, + 0.376953125, + -1.0234375, + 1.71875, + -1.9453125, + 0.12890625, + 0.244140625, + 1.734375, + 1.453125, + -2.15625, + 2.171875, + 1.03125, + -1.6875, + -1.2734375, + 0.388671875, + 2.046875, + 0.384765625, + 0.8984375, + 3.390625, + -1.5390625, + -0.88671875, + 0.09326171875, + 3.1875, + -0.7421875, + -0.83984375, + 2.40625, + 0.625, + -0.1240234375, + 1.875, + -1.515625, + -0.022705078125, + -0.01519775390625, + -0.62109375, + 0.546875, + 1.328125, + -3.3125, + -0.43359375, + 1.0625, + 2.1875, + -2.078125, + -1.46875, + 4.09375, + 0.23046875, + 4.3125, + 0.26171875, + -1.3125, + 0.875, + 0.29296875, + 0.0673828125, + -1.6328125, + 2.53125, + 2.625, + -3.828125, + -1.2578125, + -1.34375, + 2.078125, + -0.796875, + 1.328125, + 1.9921875, + 2.140625, + 0.45703125, + 1.3203125, + -0.482421875, + 2.0, + -0.80078125, + -0.98046875, + -1.6328125, + 0.240234375, + 0.478515625, + 0.18359375, + -0.1689453125, + 0.91015625, + 0.63671875, + -0.45703125, + -0.52734375, + -2.671875, + -2.640625, + 1.4296875, + -5.6875, + -3.171875, + 1.3671875, + 3.765625, + 1.203125, + 1.8828125, + 1.0625, + 0.5078125, + 1.375, + 2.9375, + 1.3515625, + 1.6875, + 1.7734375, + 0.9921875, + -1.5390625, + 1.125, + 2.15625, + -0.1640625, + -2.15625, + -0.65234375, + -0.703125, + -1.3125, + 0.0194091796875, + -0.7421875, + -1.7734375, + 0.1630859375, + -2.34375, + 0.318359375, + -0.95703125, + 0.90234375, + -1.5078125, + 0.71484375, + -2.109375, + -1.375, + 1.625, + -0.796875, + 2.09375, + -1.5078125, + 2.546875, + 2.0, + 1.3828125, + -0.8984375, + -0.5859375, + 0.486328125, + 3.0, + -1.4453125, + 1.4375, + -3.359375, + 0.515625, + -2.625, + 4.59375, + -1.1015625, + 1.734375, + -1.359375, + -0.431640625, + 3.046875, + 2.484375, + -3.71875, + 1.0078125, + -2.53125, + 0.41015625, + 0.71484375, + -0.50390625, + -1.671875, + -2.53125, + -2.1875, + 2.078125, + 2.09375, + -2.265625, + 0.048828125, + -2.78125, + -0.65625, + 0.8125, + 1.28125, + -0.82421875, + 2.921875, + 0.9375, + 0.041259765625, + -4.40625, + 0.50390625, + 0.0947265625, + 3.875, + -0.86328125, + -0.66796875, + -1.734375, + -2.3125, + -2.5, + 0.82421875, + 1.328125, + -0.5390625, + 0.95703125, + -0.07275390625, + -1.3125, + 0.201171875, + 1.3515625, + -2.59375, + -4.15625, + -2.375, + 0.111328125, + 2.171875, + -3.59375, + -3.53125, + -2.078125, + 0.56640625, + 1.25, + -0.546875, + 1.671875, + 1.9296875, + -1.1875, + 2.515625, + -0.1318359375, + -0.328125, + 0.95703125, + -3.203125, + -1.421875, + -1.453125, + -0.2734375, + -0.0869140625, + -3.171875, + -1.5078125, + -0.5390625, + -2.296875, + 0.70703125, + -0.16796875, + 1.7265625, + 2.140625, + -0.447265625, + -1.875, + 1.3046875, + 1.203125, + 3.515625, + 1.515625, + 3.953125, + 1.2578125, + 0.328125, + 1.765625, + 1.6640625, + 1.265625, + -2.25, + 1.5390625, + -1.15625, + -1.6953125, + -1.015625, + 1.8984375, + -1.765625, + -2.25, + -2.203125, + 0.59765625, + -5.34375, + -1.6171875, + 0.291015625, + -3.15625, + 2.75, + -1.3046875, + 1.671875, + 1.109375, + -3.84375, + -2.21875, + 0.61328125, + -6.1875, + 0.498046875, + 0.478515625, + 1.9765625, + 1.375, + -2.625, + -2.609375, + 0.59765625, + -0.9609375, + -1.3515625, + 1.3046875, + -0.13671875, + 2.578125, + -1.828125, + -1.7421875, + 2.96875, + -2.140625, + 2.703125, + -3.125, + -2.453125, + -6.0, + -0.3203125, + 1.390625, + 0.82421875, + -0.3359375, + 0.006195068359375, + -1.828125, + 1.828125, + 0.08154296875, + 0.5703125, + 0.031982421875, + 5.1875, + -1.90625, + 1.421875, + 1.6328125, + 1.9765625, + 1.484375, + -0.375, + 0.1005859375, + 0.88671875, + 2.734375, + 4.375, + 2.390625, + -2.078125, + -0.0001163482666015625, + 2.109375, + -1.390625, + 0.1259765625, + -0.94140625, + -0.400390625, + 0.7421875, + -0.431640625, + -1.171875, + 1.0625, + 0.392578125, + -0.123046875, + 0.6484375, + 2.25, + 3.265625, + -2.734375, + -0.88671875, + 2.015625, + 1.6484375, + -0.66796875, + -0.028564453125, + 0.7890625, + -2.203125, + -0.9453125, + 1.6484375, + 1.5234375, + 2.265625, + -1.59375, + -0.365234375, + 2.546875, + -0.28125, + -1.8515625, + -1.0078125, + -0.1357421875, + 1.4375, + -0.578125, + 0.3671875, + -0.2890625, + 0.0927734375, + -3.15625, + -0.349609375, + 0.439453125, + -1.4296875, + 1.7734375, + -2.734375, + -3.625, + -0.298828125, + -1.265625, + 0.90625, + -0.54296875, + -3.1875, + 7.625, + -5.34375, + 0.33984375, + 2.96875, + -1.375, + 3.4375, + -1.1484375, + -2.84375, + -0.57421875, + 0.703125, + -2.53125, + 2.703125, + -2.109375, + 0.298828125, + -0.267578125, + -0.390625, + 0.61328125, + 2.265625, + 4.15625, + -0.4765625, + -0.189453125, + -1.203125, + -3.421875, + -0.90234375, + 0.4296875, + 1.359375, + -1.9375, + -0.55859375, + 2.296875, + -0.84765625, + 0.74609375, + 2.703125, + -0.2421875, + 1.03125, + -1.625, + -1.71875, + -1.75, + 3.015625, + 3.59375, + -0.828125, + 1.0859375, + -0.62109375, + -0.54296875, + 1.3671875, + 0.6875, + 2.84375, + -1.6484375, + 2.484375, + 0.2392578125, + -2.703125, + 2.1875, + -0.2431640625, + 0.8203125, + 1.890625, + -4.5625, + 0.37109375, + 1.703125, + 1.0390625, + 1.7109375, + 1.453125, + 0.66796875, + -1.5, + 1.7734375, + -0.66015625, + -0.6484375, + -0.3671875, + -0.625, + -0.58203125, + 0.90625, + 1.1328125, + 3.921875, + -0.94140625, + -1.0078125, + 4.34375, + 1.125, + -4.5625, + -3.546875, + 2.046875, + 1.2421875, + -0.0244140625, + 1.2890625, + 1.578125, + 1.734375, + -0.8203125, + -1.609375, + -1.625, + -1.6953125, + 1.2578125, + -0.35546875, + 1.28125, + -0.55078125, + 2.421875, + 0.8671875, + 0.61328125, + -1.3203125, + -0.412109375, + 0.78125, + -2.609375, + 0.373046875, + 1.3203125, + 4.15625, + 2.28125, + -3.25, + 0.74609375, + 3.625, + -0.33203125, + -0.578125, + -2.328125, + 3.28125, + 0.0167236328125, + 1.2109375, + 0.98828125, + -1.0078125, + -0.51953125, + -0.11572265625, + -1.1171875, + -0.3125, + 0.07763671875, + -0.7890625, + -1.0078125, + -0.84765625, + 0.58984375, + 0.40625, + -1.4609375, + -1.4140625, + -1.0703125, + 3.125, + -0.65234375, + -1.9375, + 1.4609375, + -0.51953125, + -0.32421875, + 1.96875, + -0.609375, + 3.171875, + -0.11962890625, + 0.53515625, + -0.01422119140625, + -1.71875, + 0.236328125, + 0.357421875, + -0.1455078125, + -4.3125, + 3.015625, + -0.482421875, + 3.140625, + -0.734375, + -0.90625, + 1.125, + -3.109375, + 2.1875, + 0.83984375, + 2.0, + -0.328125, + -0.859375, + 3.71875, + 3.421875, + -0.87109375, + -0.60546875, + 1.2734375, + 3.84375, + 0.640625, + -2.109375, + -0.90625, + 2.6875, + -1.859375, + -2.125, + -0.08642578125, + 1.1015625, + 2.0625, + 0.671875, + -1.46875, + 0.75390625, + 1.3515625, + 2.640625, + -0.7890625, + -0.0634765625, + -1.1640625, + 0.51953125, + -0.4375, + -1.671875, + 2.1875, + 1.5625, + 0.201171875, + 1.921875, + -4.5625, + 0.94921875, + 2.609375, + 0.48828125, + 4.90625, + 3.109375, + -1.4140625, + -2.4375, + -1.3125, + 1.6796875, + -0.6171875, + -0.76953125, + -0.57421875, + -2.53125, + 1.375, + -1.796875, + 0.796875, + -2.875, + 2.109375, + 1.125, + -2.140625, + 0.4765625, + 0.953125, + 0.412109375, + 1.6953125, + -0.9765625, + -0.56640625, + -0.439453125, + -0.0458984375, + -1.578125, + -0.345703125, + -0.291015625, + 2.328125, + -1.1796875, + 0.67578125, + 0.83984375, + -4.09375, + 3.640625, + 0.5703125, + -0.6015625, + -2.359375, + -4.15625, + 4.59375, + 0.765625, + -2.84375, + -2.6875, + -0.53125, + -1.5859375, + 0.75, + -0.26171875, + 4.21875, + -0.1328125, + 2.984375, + 0.0673828125, + 0.90625, + -2.359375, + -0.984375, + 1.3046875, + 2.375, + -1.328125, + -0.796875, + 0.9375, + -0.2412109375, + 0.61328125, + -3.015625, + 1.0390625, + 2.171875, + -2.96875, + -0.6796875, + 1.359375, + -2.25, + -1.296875, + 0.75390625, + 0.119140625, + -2.8125, + 0.1005859375, + 2.015625, + 0.29296875, + -0.1357421875, + 0.27734375, + 4.625, + -1.015625, + 0.431640625, + -0.466796875, + 8.9375, + -4.3125, + -3.640625, + 0.51953125, + -1.3828125, + 0.9921875, + 0.5078125, + -0.56640625, + -1.203125, + -2.578125, + 0.287109375, + -1.5546875, + -6.8125, + 0.053466796875, + 2.046875, + 1.6328125, + -0.53125, + 1.28125, + 0.013671875, + 0.5390625, + 1.1328125, + -3.203125, + 4.4375, + 2.53125, + 1.140625, + 0.765625, + 2.3125, + -0.330078125, + 0.890625, + -2.359375, + -0.3515625, + 1.734375, + 0.1728515625, + 3.375, + -2.078125, + -1.75, + 0.70703125, + -1.046875, + 0.6015625, + -2.90625, + -1.109375, + 0.06884765625, + 0.431640625, + 1.546875, + -2.359375, + -0.66015625, + 0.85546875, + 1.0859375, + -1.1171875, + 0.6640625, + -0.671875, + 0.263671875, + -1.4375, + -1.296875, + -1.8125, + -1.78125, + 0.0703125, + -0.875, + 1.53125, + 0.04345703125, + 6.0625, + -0.408203125, + 1.6328125, + 0.8671875, + 0.022705078125, + -2.28125, + -0.2275390625, + 0.8984375, + 0.78125, + 0.77734375, + 1.0703125, + 2.984375, + -3.21875, + -0.62109375, + 1.7421875, + -0.703125, + 1.2578125, + 1.625, + -4.90625, + 1.390625, + 1.3828125, + -2.34375, + -2.015625, + 0.7421875, + 2.59375, + 0.90234375, + -1.953125, + 0.734375, + 0.40625, + -1.1640625, + -0.21484375, + -1.234375, + 1.546875, + -2.828125, + 0.2451171875, + 0.828125, + 1.5078125, + -3.875, + 1.5078125, + -1.8515625, + -0.8671875, + -0.267578125, + -0.69140625, + -3.0, + -0.16796875, + -1.1796875, + -1.625, + -1.15625, + 0.1865234375, + -1.375, + -0.023681640625, + 2.28125, + 2.0625, + 1.984375, + -4.15625, + 2.640625, + 0.85546875, + -5.84375, + -0.0, + -1.0546875, + 1.65625, + 1.6640625, + 2.09375, + -1.359375, + -1.4765625, + 0.9453125, + -4.90625, + 5.9375, + 0.5703125, + -0.5625, + -0.057861328125, + -0.765625, + -3.0, + -1.4453125, + 0.1513671875, + -0.48828125, + -1.78125, + 1.8828125, + -2.421875, + 3.0, + -1.5859375, + 0.91015625, + -0.059326171875, + -0.51171875, + -1.5703125, + -1.1640625, + -3.734375, + 1.4921875, + 0.443359375, + -1.6328125, + -5.40625, + -0.18359375, + -3.359375, + 1.5546875, + 0.828125, + 1.984375, + -2.140625, + 1.265625, + 2.390625, + -1.421875, + -3.1875, + -0.5390625, + -0.1796875, + 2.953125, + -3.859375, + 3.078125, + 1.5546875, + -1.953125, + -1.0078125, + 1.390625, + 3.078125, + 1.3046875, + -0.625, + -1.34375, + 0.1552734375, + 0.5390625, + -0.177734375, + 2.359375, + 0.953125, + 0.078125, + 0.79296875, + 2.09375, + 0.65625, + 1.2578125, + -0.72265625, + -1.5390625, + -1.734375, + -1.484375, + -0.169921875, + 2.109375, + -1.09375, + -1.1953125, + 2.609375, + 0.640625, + 0.89453125, + 1.5625, + -3.5625, + 1.0546875, + -1.765625, + -2.3125, + -1.109375, + -0.0106201171875, + -0.5703125, + -0.84375, + 0.9609375, + -0.0245361328125, + 0.2080078125, + -3.03125, + -0.392578125, + 2.09375, + 0.06494140625, + 2.46875, + 2.1875, + 0.2373046875, + 2.34375, + 1.5625, + 1.6796875, + 0.1806640625, + 2.265625, + 0.061279296875, + -1.5625, + 3.09375, + -2.53125, + 0.56640625, + 0.341796875, + -4.125, + 2.53125, + -1.21875, + 1.65625, + 1.6328125, + -1.5546875, + -1.4921875, + 0.57421875, + 0.21875, + -0.6640625, + 3.71875, + -0.435546875, + 3.765625, + 0.11279296875, + -3.40625, + -3.296875, + -3.1875, + 0.2734375, + 1.9140625, + 3.125, + -3.734375, + 0.07958984375, + -0.89453125, + 2.125, + 1.2421875, + -0.5859375, + -0.77734375, + -0.58203125, + 0.41015625, + 0.65625, + 0.9921875, + -0.373046875, + 1.390625, + 2.28125, + -3.125, + -2.546875, + -0.10107421875, + -0.58203125, + 0.28515625, + -1.640625, + -1.46875, + -2.890625, + 1.046875, + 1.859375, + 3.03125, + -1.8125, + 0.470703125, + 1.6328125, + 0.8046875, + -0.39453125, + -0.287109375, + 3.0625, + 1.53125, + -2.140625, + 0.5703125, + 2.484375, + 0.625, + 1.3984375, + 0.4765625, + -1.0078125, + 0.455078125, + 2.015625, + 0.279296875, + 3.421875, + -0.7109375, + -2.15625, + -1.2890625, + -1.7890625, + 0.431640625, + 2.40625, + 1.1953125, + -0.345703125, + 1.546875, + 1.1640625, + 0.8828125, + 1.7734375, + 1.3984375, + 0.91796875, + -1.0390625, + -1.0546875, + -0.341796875, + -2.125, + 1.7109375, + -1.015625, + -1.4453125, + -0.330078125, + -1.7109375, + -0.095703125, + 1.0625, + 1.34375, + -1.09375, + -1.03125, + -2.296875, + 0.0, + 0.059814453125, + 1.6328125, + -2.25, + 2.84375, + 1.4921875, + 0.490234375, + -1.7421875, + -0.54296875, + -0.421875, + 0.013916015625, + -1.859375, + -3.59375, + 1.859375, + -3.71875, + 0.59375, + 2.328125, + 0.55078125, + -0.9921875, + 0.93359375, + 0.203125, + -3.21875, + 0.5234375, + 0.765625, + 3.609375, + -0.921875, + 3.34375, + 1.171875, + 0.1220703125, + -5.90625, + -1.2578125, + -0.37890625, + 2.3125, + -1.96875, + 1.265625, + -0.77734375, + 0.00286865234375, + -3.3125, + 0.82421875, + 1.03125, + -0.6328125, + -0.9375, + -1.6171875, + 0.73046875, + 0.0927734375, + -3.65625, + -0.150390625, + -1.859375, + -1.2578125, + -8.125, + -1.09375, + 0.515625, + -0.392578125, + 2.640625, + -0.9375, + 1.546875, + -0.79296875, + 0.61328125, + 0.65234375, + -1.8046875, + 1.703125, + 3.515625, + 1.078125, + -2.546875, + 0.04443359375, + 0.98046875, + 3.078125, + -2.0625, + 0.45703125, + -0.7734375, + 1.125, + -0.359375, + -0.5234375, + -1.484375, + 2.375, + 1.7734375, + -1.875, + -1.5, + 0.01214599609375, + -6.4375, + -1.0078125, + 0.3203125, + 1.109375, + 1.1640625, + 0.578125, + -2.546875, + 3.375, + -0.64453125, + 0.0380859375, + -2.0625, + 0.98046875, + 0.44921875, + -1.109375, + -1.3359375, + 3.234375, + -0.9453125, + 6.15625, + 2.71875, + -0.158203125, + -2.015625, + 2.640625, + -2.265625, + 0.5390625, + -5.0, + -2.359375, + -1.7265625, + 4.34375, + 6.84375, + 4.5, + -0.2392578125, + -0.2060546875, + -1.03125, + -1.828125, + -4.9375, + -2.484375, + -0.7578125, + 1.859375, + 0.91796875, + -5.78125, + -2.828125, + 0.51171875, + -1.65625, + -0.12890625, + 2.484375, + 0.11279296875, + 2.734375, + -2.6875, + 0.796875, + -2.234375, + 0.9921875, + 0.26171875, + 1.7734375, + -0.341796875, + -0.36328125, + -0.57421875, + -0.4609375, + 2.75, + -3.984375, + -0.875, + 1.9375, + -2.265625, + 0.7109375, + -0.96875, + -0.671875, + 1.0546875, + -1.921875, + -2.40625, + 1.2578125, + -0.53125, + -1.2421875, + 1.578125, + -0.4609375, + 1.5390625, + -0.291015625, + 1.796875, + -0.1611328125, + -3.78125, + -1.1640625, + 4.5625, + 0.7109375, + 2.171875, + 8.0625, + -0.7265625, + 0.162109375, + -0.9296875, + 3.84375, + 2.875, + -3.875, + -1.9453125, + -2.203125, + 0.80859375, + 0.1611328125, + 0.302734375, + 1.4296875, + -2.484375, + -1.59375, + -2.875, + 3.53125, + 0.357421875, + 3.640625, + 1.2421875, + 3.21875, + 0.04541015625, + -1.328125, + 1.5234375, + -1.609375, + -1.1484375, + -1.03125, + 1.3984375, + 0.51171875, + 2.796875, + -0.345703125, + -2.71875, + 1.09375, + -0.1796875, + -1.7578125, + 0.2236328125, + 0.9140625, + -0.66015625, + -2.484375, + 0.0206298828125, + 0.2177734375, + 1.171875, + 8.0, + 2.203125, + -4.21875, + -1.6171875, + -1.78125, + -1.4375, + -4.75, + -0.07958984375, + 0.9765625, + -1.15625, + -2.203125, + -3.15625, + 2.0625, + 2.5625, + 1.7890625, + -0.88671875, + -1.3359375, + -0.55078125, + 0.79296875, + 0.671875, + 1.78125, + 0.08544921875, + -0.671875, + -3.03125, + -2.40625, + 2.4375, + -4.59375, + 1.0859375, + 1.0546875, + -1.03125, + -4.09375, + -0.310546875, + 1.8125, + -1.4921875, + -3.359375, + 2.9375, + 0.859375, + 0.671875, + 2.921875, + 1.140625, + -0.016845703125, + 1.4375, + 0.6796875, + 3.5, + 4.4375, + 1.09375, + 1.5703125, + -1.8125, + 0.2314453125, + -0.4921875, + 0.609375, + 1.7734375, + -0.154296875, + 0.38671875, + 1.671875, + 2.6875, + 0.271484375, + 0.408203125, + 1.4765625, + 0.49609375, + 0.08642578125, + 0.72265625, + -1.390625, + -2.90625, + -3.28125, + -3.75, + 3.40625, + -0.1650390625, + -5.40625, + -0.34375, + -0.248046875, + 1.15625, + -2.78125, + -0.83203125, + 3.265625, + -0.90625, + -0.3359375, + 1.8125, + 0.1923828125, + 2.921875, + -0.72265625, + 1.5546875, + -0.8046875, + 1.8359375, + -3.96875, + 4.4375, + 0.90625, + 3.390625, + -1.2578125, + 0.5390625, + -0.3203125, + -2.03125, + -0.6328125, + 0.98828125, + -0.365234375, + -1.3125, + -0.4765625, + -1.3359375, + -1.6875, + -1.8828125, + -0.2333984375, + -0.2373046875, + -0.37890625, + -0.8515625, + -1.796875, + 0.28515625, + -0.31640625, + -0.74609375, + 0.8046875, + 0.25, + -1.640625, + 0.40234375, + -1.3828125, + -0.58203125, + -1.4140625, + -1.3515625, + 0.80859375, + -0.67578125, + -1.59375, + -3.34375, + -0.6171875, + 4.71875, + -3.15625, + -0.2197265625, + 1.671875, + -0.216796875, + 1.625, + -3.03125, + -5.625, + 0.0228271484375, + 0.205078125, + -1.2109375, + 1.7421875, + 4.3125, + 0.91015625, + -1.21875, + 1.5078125, + -2.09375, + -1.0078125, + 2.6875, + -3.734375, + 1.1640625, + 2.859375, + 0.7734375, + 0.330078125, + 0.9921875, + -0.1728515625, + -0.16015625, + -2.15625, + 1.3203125, + 0.66015625, + -2.515625, + -0.84375, + -0.2421875, + -1.421875, + 0.31640625, + -0.796875, + 0.7421875, + 1.6953125, + -0.353515625, + 0.8515625, + -2.96875, + 6.3125, + -2.953125, + -2.328125, + 1.0546875, + -0.0673828125, + -0.279296875, + 0.0341796875, + 2.078125, + -1.734375, + 0.7890625, + -2.0625, + -0.82421875, + -1.6015625, + 0.84375, + 0.498046875, + -1.4453125, + 0.5078125, + -0.7421875, + -0.2314453125, + -0.103515625, + 1.6640625, + 2.09375, + 1.0, + 0.6953125, + -4.40625, + -1.2578125, + 0.462890625, + -1.75, + 3.0625, + -2.0625, + 3.390625, + 0.00640869140625, + -0.9765625, + 0.09130859375, + 1.0546875, + 1.9140625, + -0.91015625, + 1.796875, + -2.46875, + -2.640625, + -0.20703125, + -0.75390625, + -0.7421875, + -1.4296875, + -0.54296875, + -0.83984375, + 0.8515625, + -2.125, + 0.60546875, + -0.10107421875, + -0.043701171875, + -0.439453125, + -0.2041015625, + -0.474609375, + 0.87890625, + -3.109375, + -1.484375, + 4.0625, + -0.734375, + -0.75390625, + 1.5546875, + 1.6875, + 0.8359375, + 1.1328125, + 3.25, + 1.21875, + 4.40625, + 0.7265625, + -0.77734375, + 1.6953125, + -0.04296875, + -1.8203125, + -1.34375, + 1.03125, + 1.234375, + 4.0, + 0.5078125, + 0.337890625, + 1.375, + 0.1015625, + -2.296875, + -0.73046875, + 1.7109375, + 2.3125, + -0.47265625, + 0.279296875, + 0.8203125, + -0.2421875, + 1.125, + 0.55078125, + -2.03125, + 0.78515625, + -0.1806640625, + -1.078125, + -3.234375, + -1.96875, + -0.9921875, + 1.7890625, + -0.99609375, + 2.1875, + 1.9609375, + -1.859375, + 0.1943359375, + -1.1796875, + -0.56640625, + 4.0625, + 2.421875, + -1.6640625, + 2.734375, + -1.671875, + 4.0625, + -0.32421875, + -0.60546875, + -0.40234375, + 0.353515625, + -0.205078125, + -1.375, + -1.890625, + -0.92578125, + -2.359375, + -0.796875, + -0.482421875, + 1.3984375, + -1.125, + -1.7109375, + 2.859375, + -1.2578125, + -5.1875, + -0.4375, + 2.6875, + 1.6015625, + 0.287109375, + 1.7265625, + 6.1875, + 0.60546875, + 6.625, + 1.1171875, + 1.3046875, + 0.2119140625, + 2.796875, + 0.9921875, + 1.421875, + 2.453125, + 1.65625, + -1.5078125, + 0.330078125, + 0.2734375, + 2.578125, + -0.3984375, + 1.0234375, + 1.3828125, + -1.375, + 1.171875, + -4.84375, + -6.625, + -0.6484375, + -1.671875, + 3.875, + -0.041259765625, + 1.9453125, + -5.53125, + -1.421875, + -1.2421875, + 4.90625, + 0.68359375, + -1.4921875, + 0.36328125, + 0.361328125, + -3.609375, + 2.1875, + -0.87890625, + -1.7421875, + -1.03125, + -1.5859375, + 1.1875, + 1.0625, + -0.1787109375, + -2.6875, + 0.4921875, + -1.5625, + 1.0546875, + -1.171875, + -1.5625, + -0.76171875, + 0.98046875, + -1.8046875, + -0.1708984375, + -1.4375, + -1.7109375, + 3.390625, + -1.9296875, + -0.7890625, + 1.3046875, + 1.0625, + -1.640625, + 2.5, + -2.59375, + 0.177734375, + -0.609375, + 1.3125, + 1.5546875, + -0.8046875, + 0.1611328125, + -0.28125, + 0.2373046875, + -2.1875, + 4.4375, + 2.0, + -2.0, + 3.453125, + 2.234375, + 1.03125, + 1.1796875, + 1.7890625, + 2.625, + 0.609375, + 2.15625, + -0.79296875, + -1.7578125, + 0.94140625, + -0.5546875, + 0.203125, + -0.51171875, + -1.703125, + -1.4921875, + 1.8125, + 4.3125, + -3.96875, + -0.671875, + -0.875, + 0.41796875, + 7.15625, + 0.71875, + -1.8671875, + -0.87109375, + 2.15625, + 2.296875, + 3.65625, + 0.036865234375, + 1.1796875, + 1.5703125, + 1.6171875, + 1.1640625, + 0.76953125, + -4.0, + 1.625, + -4.59375, + 1.71875, + 1.578125, + 1.921875, + -0.85546875, + -0.79296875, + -4.125, + 0.50390625, + 1.3515625, + -2.390625, + 0.0517578125, + -3.6875, + -1.140625, + 1.0703125, + -0.96484375, + 1.359375, + 2.609375, + -0.431640625, + 0.384765625, + 3.90625, + 1.4296875, + 0.8046875, + -3.53125, + 3.15625, + -0.1455078125, + -1.265625, + -0.20703125, + 2.359375, + 1.7578125, + 0.51953125, + -2.265625, + -3.375, + 2.640625, + -2.359375, + -0.890625, + -3.9375, + -0.5390625, + -4.3125, + 1.9375, + 2.875, + 0.038818359375, + -1.046875, + 0.02978515625, + -0.298828125, + -0.10498046875, + 2.6875, + -0.5078125, + -2.96875, + -0.9609375, + 0.10986328125, + -1.1484375, + -2.828125, + -4.03125, + -0.185546875, + 0.765625, + -2.71875, + 0.7890625, + 1.203125, + -0.421875, + -1.625, + -1.421875, + 0.859375, + 1.59375, + 2.375, + -1.96875, + -1.7265625, + 3.484375, + 2.5, + -1.609375, + -0.92578125, + -2.875, + 0.5703125, + -1.5703125, + 3.875, + -7.3125, + 0.76953125, + 0.6640625, + -0.86328125, + -0.29296875, + -0.09130859375, + -3.3125, + 2.796875, + -2.96875, + 0.66796875, + 1.984375, + -2.28125, + 1.0859375, + 2.046875, + 0.8359375, + -2.265625, + 0.271484375, + 1.4375, + 4.71875, + 0.94140625, + 4.65625, + 2.015625, + 5.4375, + 2.6875, + -0.37109375, + 2.890625, + -1.0234375, + -1.359375, + -2.140625, + 0.77734375, + -1.21875, + 0.875, + -0.859375, + -0.421875, + -2.640625, + -0.39453125, + -0.9765625, + 3.921875, + 2.078125, + -1.1171875, + -1.203125, + -1.3671875, + -3.125, + -0.62109375, + 3.6875, + -0.63671875, + -2.125, + 1.3203125, + 0.03564453125, + -2.15625, + -0.82421875, + 0.875, + 1.875, + -1.65625, + 3.09375, + 1.28125, + -1.109375, + 1.921875, + 3.453125, + -1.046875, + -2.0, + 1.9375, + -0.10986328125, + 0.52734375, + -1.828125, + -1.2421875, + 5.15625, + -1.7265625, + -0.91796875, + -0.1806640625, + 3.15625, + -0.1435546875, + -1.671875, + -3.1875, + -0.96484375, + 0.07275390625, + 0.65234375, + 4.96875, + -2.828125, + 0.88671875, + -2.90625, + -1.4375, + 1.46875, + -4.78125, + -0.89453125, + 0.166015625, + 0.97265625, + 1.9453125, + -4.0625, + 0.8203125, + -1.703125, + -0.4921875, + -2.015625, + -1.703125, + 9.125, + -2.75, + -1.09375, + -1.9609375, + 0.875, + -1.40625, + 1.7890625, + 1.0078125, + -0.5, + -0.1220703125, + -4.0625, + 2.171875, + 0.0849609375, + -0.1513671875, + 2.5625, + -2.25, + -0.0869140625, + 2.84375, + -0.037109375, + 0.92578125, + -0.55859375, + -3.015625, + 2.109375, + -2.53125, + -0.87890625, + 2.515625, + -0.06591796875, + -2.796875, + 1.9765625, + -1.3671875, + 2.03125, + -0.1962890625, + 0.435546875, + 0.6875, + -3.359375, + -0.9453125, + 0.1318359375, + -1.21875, + -1.28125, + 0.1865234375, + -1.3515625, + -2.15625, + -3.453125, + -0.38671875, + 0.984375, + -2.25, + 0.15625, + -1.0078125, + -1.5546875, + -1.609375, + 0.734375, + -1.15625, + 2.109375, + 1.1875, + 2.796875, + 2.234375, + -0.65625, + -2.328125, + -0.87109375, + 1.4921875, + -0.86328125, + -0.9140625, + -0.028564453125, + -1.8203125, + 0.228515625, + 0.111328125, + -1.390625, + -2.234375, + 0.89453125, + 5.1875, + 4.15625, + -4.375, + -0.2119140625, + -2.484375, + 2.921875, + -2.46875, + -2.96875, + 2.1875, + 1.890625, + 0.6953125, + -0.0159912109375, + -0.57421875, + -1.0546875, + 0.14453125, + -1.59375, + -1.9453125, + 0.94921875, + 1.84375, + 0.07421875, + 1.0078125, + 1.0625, + 0.0927734375, + -1.3046875, + -1.6015625, + -3.921875, + -4.0, + 0.283203125, + 1.578125, + -1.2578125, + 3.71875, + 3.25, + -1.15625, + 2.484375, + 1.46875, + 0.345703125, + 0.287109375, + 2.21875, + 3.75, + -0.5546875, + -0.13671875, + -1.2734375, + -1.8515625, + 1.4609375, + 1.46875, + 0.306640625, + 2.328125, + -4.21875, + 0.267578125, + -1.9296875, + 2.484375, + 1.2421875, + -1.2421875, + 1.578125, + -0.33984375, + 0.373046875, + 1.6015625, + -1.125, + -1.96875, + 0.52734375, + 0.1865234375, + -0.95703125, + -1.171875, + -1.609375, + -1.96875, + -3.875, + -1.1640625, + 0.337890625, + 1.1328125, + -0.38671875, + -0.09814453125, + 2.125, + -0.31640625, + 0.0233154296875, + -3.015625, + 0.07275390625, + -0.466796875, + 0.2890625, + -0.058837890625, + 1.375, + 1.1875, + 0.39453125, + -0.62109375, + -1.65625, + 1.609375, + 0.55859375, + 0.025146484375, + -1.53125, + -0.8203125, + -2.296875, + 0.1953125, + -0.96875, + -0.5390625, + 4.59375, + -2.640625, + 0.578125, + -1.8203125, + 0.05126953125, + -0.0732421875, + 2.1875, + 2.28125, + 3.03125, + -0.85546875, + -6.4375, + -0.26171875, + 4.75, + 3.03125, + -1.2734375, + 1.515625, + 0.94140625, + 0.97265625, + 0.0849609375, + 1.5078125, + -4.4375, + 0.07275390625, + 4.90625, + 2.875, + -0.26953125, + -0.48828125, + -0.76953125, + 2.34375, + -2.375, + 0.76171875, + -2.125, + 1.296875, + 0.30859375, + 2.234375, + -0.35546875, + -0.298828125, + 1.34375, + 2.53125, + -2.015625, + 1.515625, + -0.142578125, + -2.890625, + -1.3203125, + -0.06640625, + -2.0, + -1.7890625, + 3.703125, + -1.3125, + -1.8984375, + -1.09375, + -0.287109375, + -1.03125, + 2.734375, + 14.4375, + 0.66015625, + -3.5625, + -1.4140625, + 1.9296875, + -0.19140625, + -1.5, + 0.609375, + 1.375, + 0.9609375, + -3.3125, + -1.984375, + 2.703125, + -3.890625, + -0.93359375, + -1.421875, + 1.9375, + 2.0, + 1.234375, + 0.9453125, + -2.875, + 2.40625, + -0.8671875, + -2.125, + 0.49609375, + 1.8984375, + 0.546875, + -1.1796875, + -0.62109375, + 3.21875, + -0.55859375, + 0.1767578125, + 2.4375, + -2.984375, + -1.1953125, + 2.734375, + -0.7265625, + -1.234375, + 0.76171875, + 0.2294921875, + 1.953125, + 0.244140625, + -3.265625, + -0.2041015625, + -2.640625, + 0.185546875, + 2.15625, + -5.375, + 1.7421875, + -3.59375, + 0.55078125, + 0.07177734375, + 0.85546875, + 1.640625, + 0.63671875, + 0.478515625, + -0.71484375, + 1.40625, + -0.376953125, + -2.59375, + 0.396484375, + -5.21875, + -1.765625, + 2.171875, + -0.014404296875, + 0.69140625, + 1.0, + -0.1259765625, + -2.25, + 2.21875, + -0.0693359375, + -1.0, + 2.6875, + 2.96875, + -1.8828125, + -1.46875, + -1.9453125, + 4.09375, + 0.953125, + 0.77734375, + 0.73828125, + 0.01458740234375, + 2.4375, + -4.03125, + -1.515625, + -0.55859375, + -1.0859375, + 0.6328125, + 0.41015625, + 1.0, + 0.466796875, + 1.546875, + 0.9140625, + 1.5078125, + -1.1875, + 0.77734375, + -0.287109375, + -1.7734375, + 0.65625, + 0.15625, + -0.6171875, + 1.953125, + 2.84375, + 1.421875, + 0.65625, + -1.09375, + 2.78125, + -0.50390625, + -1.671875, + -1.9921875, + -1.2421875, + 0.53515625, + 1.0234375, + -0.1494140625, + -0.94140625, + -3.453125, + 2.203125, + 0.1376953125, + -1.171875, + 0.48046875, + 1.25, + -0.427734375, + 1.140625, + 0.419921875, + 0.2197265625, + 1.859375, + -0.75, + -0.921875, + -1.53125, + 0.201171875, + -3.421875, + -1.5390625, + -2.078125, + 3.625, + 0.91796875, + 0.35546875, + 4.0625, + 1.0078125, + 0.51171875, + -1.5078125, + -0.3359375, + 3.859375, + 0.671875, + 6.625, + 1.203125, + -0.49609375, + -0.93359375, + 0.86328125, + -2.59375, + -1.3203125, + 0.234375, + 1.828125, + 0.1650390625, + 1.21875, + -1.625, + 1.6953125, + -1.265625, + 1.3515625, + 0.43359375, + 1.2734375, + -1.0859375, + -2.25, + 1.265625, + -1.171875, + 0.48046875, + 1.078125, + -0.19921875, + -0.72265625, + -0.7890625, + 0.0498046875, + -1.6640625, + -2.53125, + -3.015625, + -2.265625, + 0.88671875, + -1.453125, + -5.90625, + -1.8515625, + -0.7578125, + 3.1875, + 2.6875, + -1.7734375, + -0.3984375, + 0.46875, + -2.21875, + -4.21875, + 2.953125, + 3.703125, + -2.875, + 2.203125, + -0.96875, + 0.25, + 0.96875, + -2.53125, + -1.4140625, + 3.71875, + -12.6875, + -0.126953125, + -1.546875, + 4.625, + 0.177734375, + -1.6015625, + 0.7734375, + -5.0, + 3.578125, + -1.9453125, + 2.578125, + -0.341796875, + -1.0703125, + 2.75, + 2.21875, + -4.34375, + 3.03125, + -2.03125, + 0.8046875, + -1.734375, + -0.9140625, + 0.1474609375, + 1.1328125, + 1.3515625, + 2.890625, + 7.03125, + -0.4453125, + -2.453125, + 1.0390625, + -2.21875, + -0.78125, + -1.5078125, + -2.109375, + -2.3125, + -1.796875, + -0.275390625, + -2.578125, + -1.046875, + 0.0556640625, + 0.515625, + 1.7578125, + 4.28125, + 0.64453125, + -1.1640625, + -0.94140625, + 0.349609375, + -1.9140625, + 2.890625, + 4.46875, + 0.5546875, + 1.453125, + 0.51171875, + -1.1015625, + 0.70703125, + -3.359375, + -2.0, + 0.2177734375, + 0.796875, + -0.59765625, + -2.453125, + 1.2265625, + -0.224609375, + 3.46875, + 1.46875, + 2.3125, + 1.59375, + 1.4609375, + 0.45703125, + -0.3515625, + -0.59765625, + -1.515625, + 0.2158203125, + -3.96875, + 1.65625, + 1.6796875, + 1.25, + 0.025390625, + 0.2236328125, + -0.404296875, + 3.125, + -0.94140625, + -2.109375, + 2.5625, + 2.140625, + -2.40625, + -1.203125, + -2.15625, + -1.0390625, + -2.9375, + -0.48046875, + 2.34375, + -1.46875, + -0.359375, + -0.875, + 1.6796875, + 1.6875, + -2.828125, + -1.5, + 6.8125, + 2.59375, + 1.7421875, + 2.703125, + 0.41015625, + 2.359375, + -2.21875, + -1.0546875, + 0.26171875, + 0.6640625, + -1.4453125, + -5.53125, + 0.76953125, + -0.32421875, + -5.9375, + 2.28125, + 0.92578125, + 4.34375, + -2.171875, + 0.4375, + 0.494140625, + -1.4375, + -1.1015625, + 1.09375, + 1.640625, + 3.109375, + -0.1923828125, + -0.1552734375, + -3.03125, + -0.498046875, + -0.2041015625, + -1.015625, + -3.75, + -0.91015625, + -0.69921875, + 2.15625, + 0.2734375, + -1.6640625, + 0.80078125, + 0.87109375, + 0.003936767578125, + 0.201171875, + -2.390625, + -0.2490234375, + 0.5546875, + -2.203125, + -1.625, + -1.2265625, + -1.953125, + 1.59375, + 2.796875, + -0.50390625, + 0.154296875, + 2.0625, + 1.8046875, + -0.361328125, + 1.203125, + -0.265625, + 0.2431640625, + -0.01287841796875, + -1.6640625, + -4.15625, + -0.83984375, + -0.28515625, + 0.126953125, + -1.5546875, + 1.71875, + -0.078125, + -2.6875, + -1.28125, + 3.53125, + 0.119140625, + -0.64453125, + 3.0625, + 0.31640625, + -1.0, + 2.8125, + -1.8671875, + -2.109375, + -0.734375, + 0.734375, + -4.46875, + -8.625, + 2.0, + -4.59375, + 1.46875, + -1.96875, + 2.46875, + 2.046875, + -2.015625, + 1.125, + -0.72265625, + 0.41015625, + -1.3125, + -2.421875, + -0.8046875, + 1.4453125, + 0.24609375, + -0.5859375, + 1.59375, + 1.8359375, + -1.203125, + -0.80859375, + 2.109375, + 1.8359375, + -2.765625, + -3.34375, + -0.9140625, + 0.91015625, + 5.0625, + 0.953125, + 4.9375, + -1.7578125, + 1.8359375, + -6.96875, + -0.640625, + 1.953125, + -1.4921875, + 2.71875, + -3.53125, + -2.46875, + 0.337890625, + 0.93359375, + 1.4296875, + -14.4375, + -1.609375, + 1.1640625, + 2.15625, + -0.0198974609375, + 0.70703125, + 3.875, + 0.7265625, + 1.2734375, + -2.84375, + 4.3125, + -0.4296875, + 0.1328125, + -0.2734375, + -2.859375, + 1.75, + -1.140625, + -1.046875, + -2.03125, + -0.98828125, + 1.984375, + 2.765625, + 5.40625, + -0.10791015625, + -0.53125, + -1.8203125, + 0.32421875, + -1.609375, + -3.46875, + -0.10986328125, + 3.546875, + 6.15625, + 1.40625, + 6.375, + -1.640625, + 1.75, + 0.1416015625, + 0.8515625, + 0.5859375, + -3.203125, + 1.6484375, + 0.6171875, + -1.1015625, + 1.5625, + -2.0625, + 1.296875, + 0.5703125, + -1.1171875, + 2.0625, + -1.8828125, + -1.59375, + 2.65625, + 1.578125, + -0.87890625, + 1.390625, + 1.5546875, + 4.53125, + -4.8125, + -1.75, + -0.1015625, + -0.0849609375, + -0.94921875, + 2.296875, + -0.14453125, + 2.859375, + -0.90625, + -0.6953125, + -2.28125, + 0.36328125, + 3.125, + 0.59765625, + 2.453125, + 1.1171875, + 3.0625, + 0.0986328125, + 3.28125, + 2.6875, + -2.4375, + -3.328125, + -0.9375, + -0.328125, + 1.3515625, + 0.41796875, + 1.7265625, + -5.65625, + 0.38671875, + -2.5625, + -0.546875, + -0.054443359375, + -0.142578125, + -0.26171875, + -1.25, + 0.71484375, + 0.890625, + 0.5, + -1.5703125, + 0.65625, + -1.2109375, + -3.65625, + 0.68359375, + -1.5390625, + 1.90625, + 0.25, + 0.390625, + -1.1171875, + 1.5625, + 1.1953125, + -0.82421875, + -0.359375, + -0.80859375, + 2.9375, + -1.7734375, + 3.15625, + 1.421875, + 0.053466796875, + 1.78125, + -1.5234375, + -3.171875, + -0.14453125, + 2.1875, + 0.0225830078125, + -2.890625, + 0.1416015625, + -2.671875, + -1.9609375, + 1.4921875, + -2.96875, + -1.4609375, + 1.4609375, + -1.0234375, + 1.5390625, + -1.9375, + 1.6328125, + -3.3125, + 0.98046875, + -0.85546875, + 0.9453125, + 1.03125, + -1.5390625, + 1.6953125, + -1.2734375, + -0.828125, + 2.78125, + -0.8046875, + 0.5078125, + 0.12890625, + -0.921875, + 0.10888671875, + 1.9375, + 6.15625, + -1.1796875, + -0.9921875, + -0.6328125, + 2.640625, + -0.08056640625, + -0.365234375, + -0.33984375, + -0.703125, + 1.7265625, + 0.90625, + 0.302734375, + 0.09619140625, + 1.234375, + 1.34375, + 4.5, + 0.6015625, + -1.4921875, + 3.171875, + -1.53125, + -0.4609375, + 5.4375, + 1.3671875, + 0.0751953125, + -0.58984375, + 1.8125, + -2.21875, + 0.318359375, + 0.984375, + 0.7734375, + 1.6953125, + 1.7734375, + 1.203125, + 1.8984375, + -0.37109375, + 1.1484375, + 0.5546875, + -0.08447265625, + -2.984375, + 1.6640625, + -1.6796875, + 2.359375, + -0.408203125, + -1.34375, + 5.25, + 1.3359375, + 1.1484375, + 0.08056640625, + 0.59765625, + -3.796875, + 0.251953125, + -0.341796875, + 2.8125, + -0.421875, + 2.875, + -1.7734375, + 0.034423828125, + -1.953125, + -2.078125 + ], + "index": 1, + "object": "embedding", + "raw_output": null + }, + { + "embedding": [ + 4.125, + 1.390625, + -4.40625, + 0.546875, + 2.640625, + -0.037109375, + -2.921875, + 0.75390625, + 6.0625, + 2.796875, + -5.875, + 2.953125, + -2.265625, + -0.79296875, + 5.96875, + 4.46875, + 0.921875, + -1.828125, + 0.98828125, + 1.1484375, + 1.9453125, + 4.875, + 2.875, + 0.98046875, + -1.828125, + 1.4765625, + -0.265625, + 0.30859375, + 0.36328125, + -2.421875, + -4.25, + -0.65234375, + 2.296875, + 3.34375, + -0.490234375, + 2.0625, + 1.0078125, + -0.765625, + 0.609375, + 1.03125, + 0.37109375, + 3.4375, + 2.953125, + 2.9375, + -1.734375, + 0.423828125, + -2.140625, + 2.390625, + -1.8125, + -3.640625, + -0.8203125, + -0.265625, + 2.828125, + 2.96875, + 0.53515625, + 2.265625, + -1.625, + -3.734375, + -3.328125, + -2.34375, + -1.6796875, + 1.5703125, + 2.03125, + -1.78125, + -0.302734375, + 0.8046875, + 0.322265625, + -1.4453125, + 0.6796875, + 2.140625, + 2.421875, + 2.6875, + -1.140625, + 3.390625, + 3.296875, + 0.62109375, + -0.83984375, + -0.322265625, + 0.53515625, + 3.8125, + -1.0234375, + -1.4609375, + 0.59375, + 2.78125, + -0.63671875, + -0.484375, + 1.2578125, + 0.345703125, + -0.7890625, + 2.859375, + -2.046875, + 2.5625, + -1.4921875, + 1.9375, + -1.375, + -6.5625, + 1.3359375, + -0.91015625, + 0.921875, + 1.71875, + 0.1435546875, + -1.5859375, + -3.203125, + 0.8671875, + -0.74609375, + 1.03125, + 0.150390625, + -2.328125, + 4.125, + -1.1796875, + -0.75390625, + 2.6875, + 1.1484375, + 2.265625, + -1.7421875, + -0.1669921875, + -0.4453125, + 1.0234375, + -2.265625, + 2.703125, + 5.34375, + 0.458984375, + 0.99609375, + 1.6328125, + -0.92578125, + -1.7421875, + 3.640625, + 1.2890625, + -2.375, + -0.2734375, + 1.8046875, + -1.578125, + -1.421875, + -2.09375, + -2.234375, + -0.53125, + 1.8515625, + -2.46875, + 3.15625, + -0.640625, + -1.6171875, + -1.0, + 1.21875, + -1.8671875, + -1.4765625, + 1.828125, + 0.55078125, + 1.3359375, + 2.25, + -0.63671875, + -0.369140625, + -0.78125, + -0.458984375, + 3.109375, + 0.9296875, + -5.96875, + 1.5625, + 1.046875, + 1.5703125, + 1.1796875, + -6.09375, + 0.1279296875, + -0.79296875, + -1.796875, + 1.7421875, + 0.12060546875, + 2.953125, + -3.15625, + 2.609375, + -1.84375, + -1.296875, + -0.23828125, + 0.494140625, + 0.08544921875, + -1.5, + -0.609375, + 0.9921875, + -1.1640625, + 3.890625, + 0.427734375, + -0.9765625, + 2.046875, + -1.2578125, + 2.140625, + -0.62890625, + 1.6171875, + -2.171875, + 1.6484375, + -3.234375, + -0.0830078125, + 1.2734375, + -0.376953125, + -2.609375, + -5.28125, + 2.0625, + 1.34375, + -0.00665283203125, + -2.28125, + 2.921875, + 2.328125, + 3.640625, + -5.15625, + 0.11279296875, + 1.609375, + -4.75, + -0.921875, + -1.203125, + 2.65625, + -0.5, + -1.40625, + 2.90625, + -1.8203125, + 3.6875, + 0.5625, + 2.359375, + 1.1328125, + 0.921875, + 0.890625, + -0.263671875, + 0.97265625, + 1.3828125, + 0.8828125, + -1.84375, + 0.86328125, + -1.921875, + 1.25, + -2.28125, + -2.15625, + -0.005828857421875, + 0.51171875, + 0.62109375, + 0.353515625, + -0.8984375, + -0.6171875, + 2.578125, + 3.90625, + -1.7421875, + 1.4140625, + 0.322265625, + -0.36328125, + -0.2099609375, + -1.2890625, + 1.7265625, + 1.15625, + -1.3046875, + -0.7421875, + 3.625, + -1.4375, + 1.109375, + 4.3125, + -1.8125, + -3.765625, + 0.208984375, + -0.796875, + -0.359375, + 0.1328125, + 0.93359375, + 0.5625, + 0.1708984375, + 0.018310546875, + -1.046875, + -0.09912109375, + 2.046875, + -1.1171875, + -2.453125, + 1.5, + 0.150390625, + 1.890625, + 0.671875, + 0.9296875, + 1.0, + 0.08349609375, + 0.2490234375, + 3.015625, + -3.390625, + -0.81640625, + 2.828125, + 2.46875, + -3.4375, + 0.6875, + 2.46875, + 0.0615234375, + -0.92578125, + -3.796875, + -0.81640625, + -1.3984375, + -0.609375, + 1.25, + -1.3359375, + -0.380859375, + 0.74609375, + 0.25390625, + -1.0546875, + 0.490234375, + 2.15625, + 0.40234375, + 1.5625, + -4.28125, + -1.265625, + 0.8984375, + 1.609375, + 0.431640625, + -0.81640625, + -0.828125, + -1.578125, + 2.5, + 2.40625, + -0.93359375, + 1.9453125, + -2.625, + -0.69140625, + 0.396484375, + 0.50390625, + -1.2265625, + -0.5703125, + -2.9375, + 2.34375, + 0.98828125, + -1.640625, + -0.052001953125, + -0.56640625, + 0.1025390625, + 0.3671875, + 1.15625, + -0.37890625, + 1.2265625, + -0.50390625, + -1.125, + 0.98828125, + 3.109375, + -0.328125, + -1.3203125, + 1.171875, + 1.4453125, + -4.46875, + -1.4296875, + 2.71875, + -0.1923828125, + 4.625, + -0.431640625, + 1.3125, + -0.279296875, + 0.1357421875, + -1.296875, + 1.125, + -0.859375, + -0.53515625, + 2.703125, + 0.8984375, + 1.015625, + -0.341796875, + 0.263671875, + -5.65625, + -2.21875, + 0.7890625, + -2.984375, + -0.10888671875, + -0.26953125, + 1.3203125, + 1.7109375, + -0.84765625, + 0.2412109375, + -1.25, + -0.890625, + 1.421875, + 1.484375, + 1.765625, + 0.55078125, + -2.40625, + 0.8984375, + 3.625, + 0.466796875, + 0.44921875, + -2.0625, + -0.1884765625, + 1.1171875, + -4.875, + -0.875, + 0.33203125, + 0.87890625, + 0.6875, + -9.9375, + 0.076171875, + 2.546875, + -0.91796875, + 1.5078125, + -2.109375, + -6.21875, + 0.189453125, + 0.2431640625, + -2.046875, + -2.78125, + -1.5546875, + 0.3125, + 1.1484375, + 0.435546875, + 0.765625, + 0.376953125, + -0.408203125, + 0.6328125, + 1.1953125, + -2.078125, + 0.423828125, + -0.546875, + -1.7109375, + 0.71484375, + -0.83203125, + 0.76953125, + -2.5, + 0.578125, + -0.37109375, + -0.8203125, + 0.3984375, + -1.8203125, + 0.04736328125, + -1.3359375, + -1.4140625, + 0.69140625, + 3.140625, + 1.625, + 1.0859375, + -0.482421875, + -1.796875, + -0.8125, + -1.9140625, + -0.330078125, + -1.953125, + 0.380859375, + -0.89453125, + -1.3203125, + 0.291015625, + -0.41015625, + 0.40625, + 3.46875, + -2.40625, + -3.03125, + 2.515625, + 0.56640625, + -0.14453125, + 1.421875, + 1.2421875, + -1.9765625, + 1.9375, + -5.65625, + 1.28125, + -2.21875, + -2.96875, + -2.796875, + -0.5390625, + -1.2265625, + 2.75, + 1.890625, + 0.69921875, + -1.375, + -0.92578125, + -0.39453125, + 0.419921875, + -1.421875, + 0.2294921875, + 0.6875, + 2.25, + -1.921875, + 2.390625, + 0.48828125, + -0.81640625, + -3.3125, + -1.4140625, + -0.4453125, + -2.78125, + 1.046875, + 3.390625, + -0.640625, + -0.66796875, + -1.1171875, + 2.015625, + 2.703125, + -2.09375, + -2.015625, + 7.0, + -3.15625, + 0.171875, + -2.015625, + 2.375, + -0.58984375, + -0.89453125, + -0.59375, + -0.291015625, + 0.0, + 2.203125, + 2.1875, + 3.53125, + -2.953125, + 1.515625, + 0.1337890625, + 0.478515625, + -1.953125, + 0.98828125, + 1.2265625, + -0.0361328125, + -0.5703125, + 0.8046875, + -0.1455078125, + -2.125, + -2.5, + 1.4921875, + 5.59375, + -1.9765625, + 0.3203125, + -0.0118408203125, + -0.59375, + -0.294921875, + -0.298828125, + -2.359375, + -1.3984375, + -1.0390625, + -0.55859375, + -0.70703125, + -0.306640625, + -3.296875, + 1.4453125, + 2.53125, + -1.65625, + -0.11083984375, + 0.0054931640625, + 2.140625, + 0.049560546875, + -1.40625, + -1.8046875, + 2.8125, + 1.265625, + -0.0791015625, + 0.87890625, + 1.7109375, + -1.21875, + -1.359375, + 0.8359375, + -0.06103515625, + -0.75, + 1.0234375, + -0.875, + -2.703125, + 2.53125, + -0.349609375, + -0.359375, + -2.53125, + 2.109375, + -0.67578125, + -0.1611328125, + -1.4921875, + -4.28125, + 0.51953125, + 5.90625, + -0.0400390625, + -1.6328125, + -0.984375, + -0.78515625, + -1.859375, + -1.671875, + -0.73046875, + -0.004364013671875, + -2.078125, + 1.1953125, + -2.03125, + -1.203125, + 0.04638671875, + -0.453125, + -2.4375, + 0.55078125, + 1.828125, + -1.1640625, + -1.1640625, + -1.265625, + 0.07470703125, + 5.0, + -2.53125, + 0.189453125, + 2.109375, + 1.8984375, + 1.875, + -0.703125, + 1.21875, + -4.375, + 1.4296875, + 0.5234375, + -0.173828125, + -2.015625, + -0.9453125, + 0.421875, + -0.59765625, + 0.6875, + -1.0, + 1.3046875, + -2.171875, + -0.8125, + -0.8125, + -1.3515625, + 1.5390625, + 2.265625, + 2.765625, + 0.37890625, + -0.078125, + -3.34375, + 0.169921875, + -0.435546875, + 0.07421875, + 1.1328125, + -0.8671875, + -1.96875, + -1.78125, + 3.546875, + 2.015625, + -1.4765625, + 1.9453125, + -1.3984375, + 2.109375, + -5.9375, + 0.1337890625, + 1.1953125, + -0.017578125, + 0.88671875, + 1.7109375, + 0.15234375, + -3.890625, + 0.439453125, + 3.25, + -0.0595703125, + -0.80078125, + 2.078125, + 0.546875, + -2.9375, + 0.0166015625, + 1.2265625, + -0.2275390625, + -3.59375, + -1.125, + -0.6015625, + -3.078125, + 0.671875, + 3.21875, + 2.03125, + -3.390625, + 3.5625, + 0.75390625, + -1.734375, + 0.453125, + -1.71875, + 0.2265625, + 1.6796875, + 2.015625, + -2.609375, + 2.9375, + 2.078125, + -3.921875, + 0.46484375, + 3.515625, + 3.078125, + -0.94921875, + 0.03515625, + -3.140625, + 3.546875, + -2.3125, + 2.515625, + -2.96875, + -3.4375, + -0.609375, + -3.296875, + -0.1650390625, + 0.462890625, + 0.9453125, + -0.953125, + 0.7265625, + 2.828125, + -1.734375, + -0.2431640625, + 2.203125, + -0.322265625, + 2.15625, + -0.1982421875, + -0.1884765625, + 1.2578125, + -1.109375, + 0.2236328125, + -3.15625, + -1.8828125, + 0.9609375, + 0.515625, + 0.275390625, + 0.0869140625, + -2.484375, + 1.171875, + -4.65625, + -2.390625, + -1.453125, + -3.8125, + -0.29296875, + 0.99609375, + -2.34375, + -4.625, + 1.0078125, + 0.4140625, + -1.203125, + 0.8125, + -5.4375, + -6.5, + -0.99609375, + -2.546875, + 0.18359375, + -0.275390625, + -3.828125, + -1.4765625, + 0.115234375, + -3.140625, + -1.8515625, + 0.859375, + 2.421875, + 1.1640625, + 5.625, + 2.6875, + -0.07080078125, + 0.06591796875, + 0.8203125, + 5.34375, + -1.96875, + 0.91796875, + 1.46875, + -1.046875, + -2.390625, + 1.4140625, + -0.29296875, + -2.5625, + -2.125, + -0.26953125, + -1.3515625, + 2.234375, + -1.625, + 2.984375, + -5.78125, + -0.185546875, + 1.3671875, + -2.34375, + -2.34375, + 0.70703125, + 0.26953125, + 0.609375, + 0.4140625, + -0.54296875, + 3.171875, + -5.84375, + 0.302734375, + 2.5625, + 1.0703125, + -1.296875, + -4.8125, + 2.71875, + 2.71875, + -2.84375, + 3.734375, + 1.3828125, + 1.6640625, + -3.515625, + 3.109375, + 2.5, + -0.16015625, + -3.125, + -0.98828125, + -1.2734375, + -0.81640625, + -0.27734375, + 1.5078125, + -2.53125, + -0.6953125, + -0.1982421875, + 0.55078125, + -1.1171875, + -0.65625, + -4.25, + -1.3125, + 1.1953125, + 0.365234375, + 0.69140625, + 0.208984375, + 0.421875, + 1.171875, + -0.6640625, + 0.58203125, + 1.0546875, + -3.484375, + -0.6953125, + -1.4140625, + 1.9921875, + 0.87890625, + -3.3125, + 0.59765625, + 0.4609375, + -1.484375, + 0.9296875, + -1.5703125, + -2.578125, + 3.890625, + 0.734375, + -2.921875, + 0.2236328125, + 0.8125, + 2.78125, + 3.0625, + -0.609375, + -3.078125, + -2.484375, + 1.4453125, + -1.828125, + -5.25, + 3.625, + -0.052490234375, + 2.65625, + 4.1875, + -2.71875, + 1.5390625, + -0.173828125, + 1.2109375, + -2.328125, + 0.90234375, + -0.0341796875, + 1.6796875, + -0.6875, + -0.70703125, + -1.9765625, + -0.439453125, + 1.75, + 1.2109375, + 3.671875, + 2.671875, + -2.53125, + 1.2890625, + 1.84375, + 0.85546875, + 1.1484375, + 2.1875, + -0.62890625, + -3.21875, + -0.87890625, + -1.2890625, + -0.408203125, + 1.9921875, + 0.66015625, + -1.0, + -1.0390625, + -2.953125, + -0.67578125, + -1.5625, + -0.392578125, + -1.8359375, + 0.6484375, + -0.71484375, + 2.890625, + -0.443359375, + -1.4453125, + 0.59765625, + -0.435546875, + -0.494140625, + 1.359375, + -0.859375, + 2.421875, + 0.26171875, + -5.3125, + 0.6171875, + 0.94921875, + 0.22265625, + 2.65625, + 0.0888671875, + 1.109375, + 0.72265625, + -1.15625, + -0.76171875, + -1.6484375, + 2.078125, + -2.203125, + 2.3125, + -1.2265625, + -0.373046875, + -2.5625, + 0.296875, + -2.703125, + -1.8125, + -1.2734375, + 3.296875, + -1.8671875, + -1.2265625, + 1.671875, + -0.90625, + 0.515625, + -0.77734375, + -1.71875, + 0.72265625, + 0.609375, + -3.171875, + -1.421875, + -0.271484375, + -1.1640625, + 0.0615234375, + 0.48828125, + 1.0078125, + -1.859375, + -2.640625, + 2.5625, + -1.6015625, + -1.5859375, + 0.10595703125, + -2.03125, + -6.5625, + -0.185546875, + 1.7890625, + 3.890625, + -0.421875, + -0.04248046875, + -0.28515625, + 2.359375, + -1.25, + -1.0703125, + 1.125, + -0.490234375, + -0.181640625, + -3.234375, + -2.40625, + 0.578125, + 0.74609375, + -1.4609375, + -0.310546875, + 1.0078125, + -0.6875, + -0.5859375, + -2.8125, + -3.59375, + -0.70703125, + -1.4921875, + -1.828125, + 2.171875, + 0.609375, + 3.15625, + 0.6015625, + -1.0078125, + -0.2890625, + -5.71875, + 0.49609375, + 0.91796875, + 1.8046875, + 1.8203125, + -0.67578125, + 0.953125, + 1.1796875, + 0.26953125, + -0.5546875, + -3.1875, + -3.078125, + -0.03955078125, + 1.609375, + 1.0546875, + 0.37109375, + 2.484375, + 0.5546875, + -1.7734375, + 1.0859375, + -1.4296875, + 1.7109375, + -0.890625, + 0.51953125, + -0.271484375, + 1.09375, + -1.328125, + -1.0, + -0.734375, + -0.1953125, + 0.671875, + -1.3671875, + 0.79296875, + 2.03125, + 0.84765625, + 0.5078125, + -2.421875, + 1.6484375, + -0.26171875, + -1.4375, + -1.8125, + 1.7734375, + 1.0, + 0.014892578125, + 1.4609375, + -2.234375, + -1.6015625, + -2.09375, + 16.125, + -1.8203125, + 1.3046875, + -0.40625, + 1.0, + 2.84375, + -1.375, + 1.6484375, + -0.65625, + 0.478515625, + -2.796875, + 1.71875, + 3.375, + -1.2265625, + -2.46875, + 0.0247802734375, + -0.1728515625, + 2.34375, + -0.796875, + 1.3125, + 0.80078125, + -4.125, + -0.72265625, + 0.036376953125, + 1.203125, + -1.0546875, + -2.203125, + -1.4140625, + -1.1875, + -5.71875, + -2.921875, + 2.515625, + -1.296875, + -0.6171875, + -0.96484375, + -0.5234375, + -1.3828125, + -1.484375, + -2.484375, + -2.765625, + 0.298828125, + -1.7578125, + 0.171875, + 1.0703125, + -0.53125, + -0.53125, + -6.6875, + 2.484375, + -3.546875, + 2.109375, + 0.4921875, + -0.3828125, + -0.5234375, + 2.5625, + 1.1953125, + 0.400390625, + -0.96875, + -0.1376953125, + -2.140625, + 2.90625, + -0.427734375, + 3.203125, + 0.515625, + 3.609375, + -0.1318359375, + -0.404296875, + 0.3203125, + -0.044677734375, + 2.171875, + 2.4375, + 1.140625, + -1.9921875, + 2.28125, + 2.53125, + -0.1982421875, + -0.302734375, + 0.1572265625, + 1.2265625, + 0.92578125, + -2.921875, + 0.9609375, + 1.71875, + -2.53125, + 0.75, + 1.6640625, + 2.46875, + -2.375, + -0.8671875, + 0.054931640625, + 0.0615234375, + -0.11474609375, + -3.6875, + -0.75, + 2.859375, + -1.6328125, + 3.25, + 2.703125, + -1.1875, + -0.25, + 0.1904296875, + -1.796875, + -3.953125, + 1.1484375, + -2.171875, + 0.84375, + -2.515625, + -2.015625, + 1.9453125, + 0.1474609375, + 2.953125, + 1.96875, + 2.09375, + -0.234375, + 2.71875, + -0.6875, + 0.81640625, + -1.5234375, + 0.9296875, + 1.0078125, + -2.953125, + -0.0654296875, + 0.451171875, + 5.875, + 1.1640625, + -2.78125, + -6.71875, + 0.478515625, + -0.55859375, + 6.40625, + 0.58984375, + 0.345703125, + -4.6875, + 1.75, + 0.46875, + -0.11572265625, + -1.890625, + -1.7265625, + 2.15625, + -2.171875, + 0.1826171875, + -5.0625, + 1.265625, + 1.0625, + -1.78125, + 1.28125, + -0.380859375, + -0.4921875, + 1.1015625, + 1.1328125, + 1.53125, + -3.078125, + -0.189453125, + 3.140625, + -2.0, + -1.21875, + -0.67578125, + -0.478515625, + -0.28125, + -1.2421875, + 2.046875, + -2.3125, + -1.4453125, + -2.671875, + -1.65625, + 2.984375, + 1.15625, + 1.515625, + 2.578125, + 0.7578125, + 1.5703125, + 0.4765625, + -3.28125, + -1.0390625, + -1.765625, + 0.0224609375, + -1.296875, + 1.609375, + -0.453125, + 2.5625, + 3.75, + -0.1005859375, + 4.46875, + 0.447265625, + 0.34375, + 1.125, + -0.298828125, + 1.328125, + -0.45703125, + 0.55078125, + 3.46875, + 2.5625, + 2.34375, + -1.6015625, + 1.1171875, + 2.28125, + 0.28125, + -1.5546875, + -3.25, + -0.6328125, + -4.59375, + 0.16015625, + -2.015625, + 1.4453125, + 0.318359375, + -0.71875, + 0.88671875, + -1.8671875, + -2.796875, + 0.0201416015625, + 0.10791015625, + 1.015625, + 0.66015625, + 2.796875, + -1.671875, + -2.03125, + -0.1123046875, + -0.8671875, + 1.46875, + -1.8359375, + 0.078125, + -0.8671875, + -3.96875, + -0.58984375, + 1.2421875, + -0.515625, + -3.046875, + 0.07861328125, + 1.7578125, + -0.1826171875, + 0.71875, + 1.4453125, + -2.875, + -0.07666015625, + 8.9375, + 1.7578125, + 2.265625, + 1.8203125, + 0.5234375, + 2.28125, + -0.408203125, + 3.5, + 0.84375, + 1.515625, + 2.8125, + -2.765625, + -1.125, + -3.140625, + -0.2373046875, + 0.0498046875, + 0.74609375, + -4.34375, + -1.3515625, + -0.25390625, + -2.859375, + 1.765625, + -2.0, + -1.59375, + -0.07568359375, + -0.56640625, + -0.890625, + -3.78125, + -1.03125, + -2.875, + -0.5, + -1.4375, + 0.51171875, + 0.07861328125, + -0.75390625, + -0.271484375, + -1.5625, + 1.734375, + 0.1328125, + -0.87890625, + -0.66796875, + 3.140625, + 2.421875, + 0.26171875, + -0.8046875, + -0.380859375, + -1.71875, + -3.546875, + 2.96875, + 0.58203125, + 1.1796875, + 1.8515625, + -1.8046875, + 2.53125, + -0.474609375, + -0.48828125, + 1.484375, + 0.365234375, + 0.80078125, + -1.8046875, + 0.1767578125, + -2.828125, + 4.5, + 1.515625, + 0.283203125, + 1.421875, + 1.15625, + 1.8046875, + 1.3828125, + -2.6875, + 1.03125, + 3.3125, + 3.15625, + -1.484375, + 0.037841796875, + 3.03125, + 1.984375, + 0.65234375, + 2.78125, + 0.1455078125, + 0.85546875, + 2.296875, + -2.171875, + 1.75, + 0.240234375, + 2.09375, + -1.171875, + -2.796875, + 0.396484375, + 0.73046875, + 2.796875, + -4.34375, + 0.72265625, + -0.1796875, + 3.1875, + -1.046875, + -1.4921875, + 2.4375, + -0.58203125, + -2.234375, + 1.0703125, + -1.59375, + 0.9609375, + 0.38671875, + -2.03125, + 1.0078125, + 1.359375, + 1.2265625, + -0.423828125, + 0.2470703125, + -2.6875, + 4.21875, + -3.015625, + 2.15625, + -0.357421875, + -1.4765625, + 0.1005859375, + 2.703125, + -0.73046875, + -0.875, + -0.408203125, + 3.421875, + -3.578125, + 0.6328125, + 3.21875, + -2.6875, + 4.15625, + 1.3515625, + -5.46875, + -1.203125, + 0.447265625, + 5.53125, + 1.078125, + 4.0, + -0.55078125, + -2.046875, + -3.0, + -0.15234375, + -7.125, + -2.453125, + 1.9140625, + -3.46875, + 2.046875, + 1.7109375, + 0.68359375, + 5.625, + -2.0625, + -1.265625, + 1.0546875, + -4.09375, + 1.3671875, + -0.671875, + -1.2265625, + -2.75, + -1.75, + 2.671875, + -1.4140625, + -0.58984375, + 1.5234375, + -1.5078125, + -0.7265625, + -0.953125, + 0.33203125, + -2.328125, + 2.734375, + -0.21484375, + -1.7734375, + 3.953125, + 1.171875, + -0.228515625, + -3.59375, + 0.82421875, + 0.68359375, + 0.921875, + 0.267578125, + -0.9765625, + -0.68359375, + -1.625, + 1.4296875, + -0.44921875, + -0.423828125, + 2.59375, + -2.234375, + -0.8046875, + -0.6875, + -0.10693359375, + -1.875, + -1.625, + 1.15625, + -0.85546875, + 1.140625, + -1.3046875, + -0.466796875, + -0.244140625, + -0.435546875, + -1.7421875, + 0.53515625, + -3.734375, + -1.1484375, + -1.0703125, + 4.0, + 1.46875, + 0.1728515625, + 0.578125, + -2.578125, + -4.15625, + 0.8046875, + -1.0859375, + 0.22265625, + 0.51171875, + 0.2353515625, + -1.5625, + -2.234375, + 3.421875, + 1.5625, + 1.7578125, + -1.515625, + 2.65625, + -0.62890625, + -3.5625, + 2.625, + -7.59375, + 0.455078125, + -1.3984375, + 0.9375, + 0.890625, + 2.34375, + -5.34375, + 4.09375, + -0.64453125, + 2.140625, + -3.375, + -3.59375, + -0.51953125, + -1.25, + -0.1865234375, + -0.62890625, + 0.1953125, + -2.703125, + -0.41015625, + -0.6953125, + -1.2109375, + 0.462890625, + -2.203125, + -2.6875, + -1.21875, + 0.1923828125, + -2.125, + -0.302734375, + 1.4765625, + -0.734375, + 1.015625, + 1.2734375, + -1.3984375, + 2.203125, + 0.451171875, + -3.078125, + 0.6015625, + 0.39453125, + 1.828125, + 2.09375, + 1.65625, + -3.984375, + 2.578125, + -1.953125, + -0.455078125, + 1.4609375, + 0.072265625, + 1.140625, + -0.578125, + -0.365234375, + -2.609375, + 0.94140625, + -0.21484375, + -2.359375, + 1.1171875, + -2.453125, + 1.1015625, + -2.109375, + 3.296875, + -0.859375, + 3.515625, + 0.7890625, + 1.7109375, + -2.875, + 1.78125, + 2.078125, + -0.43359375, + -2.09375, + 0.0264892578125, + 1.4609375, + -1.6328125, + -4.59375, + 2.25, + -0.62109375, + -0.53125, + -3.671875, + 0.035400390625, + -1.5390625, + 0.1572265625, + -2.578125, + -5.46875, + 1.3203125, + -3.90625, + 0.7578125, + -1.078125, + -0.006103515625, + -0.71875, + 0.310546875, + 1.7421875, + 0.8359375, + 2.8125, + 0.3125, + 2.40625, + 2.25, + -0.609375, + 0.80078125, + -0.625, + 0.2333984375, + -2.09375, + -1.09375, + -3.84375, + -2.4375, + -0.23828125, + -1.7265625, + -0.361328125, + 3.0625, + -1.7265625, + -2.03125, + 0.92578125, + -0.78125, + 0.9765625, + -2.796875, + -1.5546875, + -0.349609375, + -2.9375, + -1.0234375, + -0.60546875, + 0.392578125, + -0.6484375, + 0.4609375, + 0.3125, + -1.125, + -0.6953125, + -2.265625, + 1.7734375, + 3.09375, + 2.953125, + -0.5234375, + 2.671875, + 2.578125, + 0.294921875, + -0.8046875, + 0.2431640625, + 0.291015625, + -0.796875, + -0.482421875, + 3.34375, + 1.3359375, + -0.498046875, + 1.7421875, + 2.765625, + -5.46875, + 2.03125, + 1.5625, + -2.21875, + 5.625, + 2.421875, + 1.9921875, + 1.1796875, + -0.30078125, + 3.515625, + -3.140625, + -1.1640625, + -0.64453125, + 2.140625, + -0.7265625, + -0.01165771484375, + 2.484375, + -0.296875, + -1.9296875, + 0.76171875, + -0.1552734375, + -1.921875, + -4.34375, + 1.3203125, + 1.7109375, + -0.326171875, + 3.203125, + 0.2578125, + 0.3359375, + -0.7578125, + 2.90625, + 4.28125, + 0.203125, + -0.2392578125, + -1.40625, + 0.119140625, + -0.333984375, + 2.4375, + -0.8984375, + 1.21875, + 2.328125, + 1.25, + -0.53515625, + -2.109375, + 0.57421875, + 0.494140625, + -0.9140625, + 1.4453125, + -2.390625, + 2.453125, + 3.34375, + -1.3984375, + -3.390625, + -1.6953125, + -0.87109375, + 2.75, + 0.427734375, + -0.8671875, + 1.640625, + 1.6640625, + -3.03125, + 2.4375, + -0.8046875, + 0.310546875, + 0.8671875, + -0.60546875, + -3.109375, + -0.134765625, + 1.046875, + -1.515625, + -3.421875, + 0.85546875, + 2.640625, + 0.4375, + -1.28125, + -3.828125, + 3.296875, + 2.328125, + 0.046630859375, + 2.46875, + -3.03125, + 0.7734375, + -1.546875, + -0.359375, + -1.8046875, + 1.046875, + -2.640625, + -0.8671875, + -2.34375, + -1.2734375, + 2.703125, + -2.546875, + 1.2265625, + 0.49609375, + 1.28125, + 3.703125, + -0.2392578125, + 2.0625, + -0.310546875, + 2.9375, + -0.8671875, + 2.9375, + -0.484375, + 2.046875, + 2.390625, + 3.59375, + 2.625, + 0.51953125, + -1.9765625, + 0.66015625, + -0.357421875, + 1.90625, + 0.26953125, + -1.734375, + 2.125, + -2.765625, + -1.1171875, + 1.203125, + 1.671875, + -1.65625, + -3.90625, + 0.119140625, + -2.75, + -0.65234375, + 1.2734375, + 1.0234375, + 1.484375, + -0.404296875, + 1.28125, + -0.94140625, + 0.921875, + 0.875, + -0.90625, + -2.4375, + 2.75, + -0.5390625, + -0.12353515625, + 1.015625, + 0.423828125, + -3.71875, + 1.3671875, + 1.109375, + 2.328125, + -2.125, + 2.40625, + 0.494140625, + -2.515625, + -1.40625, + -1.2109375, + -1.25, + -0.859375, + -3.8125, + -3.84375, + -0.09033203125, + 0.73828125, + 1.0546875, + 0.078125, + 0.55859375, + 2.640625, + 1.9453125, + -1.109375, + -1.0546875, + 1.0625, + -3.515625, + -1.4453125, + 0.70703125, + -1.40625, + 0.97265625, + 0.036865234375, + -0.859375, + 1.2890625, + -2.359375, + -1.8984375, + -1.5390625, + -2.078125, + -0.87109375, + 3.03125, + 0.58984375, + -4.15625, + -0.6328125, + 1.1796875, + 1.828125, + -3.359375, + -1.21875, + 1.421875, + -0.859375, + 2.0625, + 0.7421875, + -0.6328125, + -2.625, + -1.78125, + -0.78515625, + 1.4453125, + 3.765625, + 0.35546875, + -2.40625, + -1.046875, + -0.6640625, + -0.1767578125, + -11.625, + 2.5625, + 1.515625, + 0.341796875, + -1.1484375, + -2.46875, + 0.1875, + -2.0625, + 0.53125, + -1.6640625, + -0.921875, + -6.09375, + 2.390625, + 1.984375, + 2.875, + -0.09521484375, + 1.5546875, + -1.40625, + -1.3125, + 3.671875, + -0.369140625, + -1.4765625, + -0.52734375, + -0.1103515625, + -0.80078125, + 1.421875, + 1.515625, + -1.8671875, + 1.6875, + -4.71875, + -5.28125, + -1.5703125, + 2.78125, + 0.63671875, + 0.431640625, + -1.9296875, + -1.5234375, + -3.515625, + 1.03125, + 2.015625, + 0.0732421875, + 1.2578125, + -0.216796875, + 0.423828125, + 0.7109375, + -2.09375, + -5.03125, + -0.68359375, + 1.359375, + 0.62109375, + -0.62890625, + -2.703125, + 2.84375, + 3.234375, + -3.484375, + -0.0002880096435546875, + -1.65625, + -0.52734375, + 0.03564453125, + -0.8984375, + 0.369140625, + -3.671875, + -0.328125, + 3.609375, + 0.193359375, + -0.045654296875, + 0.85546875, + -0.369140625, + 0.7421875, + -0.71875, + 0.07470703125, + -0.06201171875, + 1.0703125, + 2.359375, + -1.6640625, + 0.65625, + 1.203125, + 1.046875, + 1.84375, + 0.76953125, + 0.6015625, + 1.09375, + -1.6796875, + -1.7265625, + -0.41796875, + 3.34375, + -3.046875, + 1.453125, + 1.8515625, + -0.38671875, + 2.203125, + 0.42578125, + -0.1357421875, + 3.6875, + -0.75390625, + 1.7109375, + -1.2421875, + 1.4140625, + -1.8515625, + -1.40625, + -0.275390625, + 0.65234375, + -1.625, + -0.255859375, + -0.025634765625, + -0.625, + -1.7109375, + -1.7578125, + -0.625, + -1.6796875, + -1.15625, + -0.9921875, + -1.6484375, + 0.059814453125, + 0.2099609375, + -0.98046875, + -1.6953125, + -3.296875, + -0.142578125, + -1.2109375, + -0.1123046875, + -2.25, + -0.4140625, + 1.6875, + -2.171875, + -0.72265625, + -1.1875, + -0.9765625, + -6.40625, + -1.015625, + 3.515625, + 0.0135498046875, + -0.703125, + 1.171875, + -0.1923828125, + -2.203125, + -0.8984375, + -2.390625, + 3.109375, + 2.109375, + 0.306640625, + -2.796875, + -1.9375, + 0.04150390625, + -1.5546875, + 0.61328125, + 0.052978515625, + -1.5078125, + -0.169921875, + -0.1015625, + -3.296875, + -0.05078125, + -1.9609375, + -0.859375, + 2.4375, + 0.12158203125, + 0.85546875, + -2.921875, + -0.03369140625, + 1.3203125, + -1.390625, + 1.1328125, + -0.84765625, + 3.4375, + 1.0, + 1.359375, + 1.1640625, + -0.1416015625, + 1.8515625, + -0.2060546875, + 0.56640625, + -0.0118408203125, + 0.6328125, + -0.05224609375, + 2.203125, + 0.29296875, + 3.921875, + -0.86328125, + -1.828125, + -0.52734375, + 2.109375, + -2.546875, + -1.5390625, + -0.10302734375, + -1.2734375, + 3.59375, + 0.83203125, + -1.109375, + -1.3828125, + -2.15625, + -2.78125, + -0.2265625, + 2.171875, + 2.859375, + 0.6015625, + 1.0078125, + -1.0234375, + 0.0, + -4.21875, + 1.9609375, + -2.0625, + -0.8359375, + -1.359375, + -2.734375, + -1.390625, + 2.453125, + -0.953125, + 3.59375, + -0.98828125, + 0.60546875, + 2.15625, + 0.4609375, + -0.423828125, + -2.984375, + 1.2890625, + -0.1259765625, + 1.2734375, + -0.006103515625, + -0.9375, + 0.859375, + -2.875, + -0.68359375, + 0.06201171875, + 0.7109375, + -0.97265625, + 2.03125, + 1.4140625, + 2.84375, + 0.80078125, + 0.81640625, + -0.65234375, + 0.62890625, + 4.9375, + 0.96484375, + -0.5859375, + 1.34375, + -1.390625, + 0.67578125, + 2.109375, + 0.294921875, + 2.15625, + -0.453125, + -0.97265625, + -2.53125, + 0.5078125, + -1.5625, + -1.4375, + 3.296875, + -2.21875, + 2.0, + -0.79296875, + 0.8671875, + 0.4453125, + 0.72265625, + 0.96484375, + -0.134765625, + -1.9609375, + -0.1787109375, + 0.671875, + 2.125, + -2.890625, + -0.0361328125, + 0.6640625, + 1.046875, + -0.96875, + -4.21875, + 0.0, + 0.08154296875, + 1.1640625, + 1.03125, + 0.7578125, + 0.95703125, + -1.4921875, + -0.66015625, + 0.0185546875, + 1.1953125, + 4.28125, + -0.1611328125, + -0.44921875, + -2.765625, + -0.87890625, + -0.251953125, + 0.578125, + -3.421875, + 2.65625, + -0.2041015625, + -4.75, + 1.234375, + -1.5859375, + 1.34375, + 1.84375, + 0.54296875, + 2.921875, + 0.59765625, + -0.2333984375, + 5.34375, + 1.90625, + -1.6328125, + -1.1328125, + 1.2578125, + -1.0390625, + 0.142578125, + -3.078125, + -0.365234375, + -3.296875, + -0.63671875, + -1.96875, + -0.93359375, + 2.21875, + 2.03125, + -2.15625, + -0.216796875, + 2.046875, + -1.0234375, + -2.21875, + 0.177734375, + -5.34375, + 1.140625, + 2.6875, + 1.5859375, + -3.171875, + 1.9765625, + -0.1494140625, + -1.171875, + 0.2060546875, + 2.625, + 0.53515625, + -1.0703125, + -5.15625, + -0.494140625, + -1.1328125, + 1.7265625, + 1.8359375, + 1.234375, + 3.15625, + -3.59375, + 1.6015625, + -0.244140625, + -1.8515625, + -0.94140625, + 2.03125, + 2.859375, + -0.365234375, + 2.765625, + 1.75, + 2.4375, + -0.74609375, + 1.3359375, + 1.53125, + 0.451171875, + 0.484375, + 1.515625, + -0.357421875, + -2.140625, + 2.609375, + -0.90234375, + 0.9375, + 0.5546875, + 3.046875, + -1.328125, + 0.9921875, + -1.4296875, + 1.1015625, + -3.421875, + 0.10302734375, + -1.109375, + -0.09521484375, + 0.173828125, + 0.251953125, + -1.3203125, + -1.0078125, + 0.0615234375, + -0.4296875, + -0.7109375, + 1.671875, + 9.3125, + -2.359375, + -3.84375, + -0.76953125, + 1.765625, + -0.92578125, + 0.291015625, + 0.578125, + -0.87890625, + -3.015625, + 0.99609375, + -0.29296875, + -10.25, + 0.056884765625, + -0.81640625, + 0.54296875, + 0.890625, + -0.921875, + 1.109375, + 2.890625, + -0.2099609375, + -1.125, + 2.078125, + -1.09375, + 1.0078125, + -0.62109375, + 0.64453125, + 1.9765625, + 3.34375, + -1.796875, + 0.69140625, + -1.1015625, + -3.921875, + 2.6875, + 0.388671875, + -1.703125, + 0.337890625, + -0.37890625, + -0.95703125, + -0.3671875, + -0.64453125, + 0.73046875, + 2.21875, + -0.3515625, + -7.78125, + 1.5859375, + 2.15625, + 4.75, + 2.5, + 2.171875, + -0.6875, + 0.4296875, + -1.7109375, + -0.06689453125, + -1.7109375, + -1.09375, + 2.609375, + -0.23828125, + 1.28125, + -3.625, + 5.90625, + 1.953125, + 1.3046875, + 1.7421875, + -1.8359375, + 0.88671875, + 0.376953125, + -2.1875, + -0.38671875, + -1.1640625, + -2.296875, + 2.09375, + -0.84375, + 2.375, + 1.6484375, + 2.25, + -2.34375, + -0.4765625, + -0.7421875, + -1.5625, + 0.56640625, + 0.8828125, + 0.609375, + -0.64453125, + 2.34375, + 3.65625, + -2.0, + -2.03125, + 1.4453125, + 0.6875, + -2.171875, + -0.734375, + -1.953125, + -1.4765625, + -2.0, + 4.84375, + 1.09375, + -1.0390625, + 1.96875, + 1.0859375, + -1.0546875, + 0.28125, + -0.283203125, + -0.26171875, + 3.84375, + -0.14453125, + 2.796875, + -0.34375, + 4.15625, + -1.78125, + 0.035400390625, + -1.0703125, + -2.09375, + 0.8046875, + -3.03125, + 2.421875, + 0.140625, + -1.75, + -0.0, + -0.8984375, + -2.109375, + -2.296875, + -0.62109375, + -1.828125, + -1.671875, + -0.5078125, + 1.3203125, + 0.59765625, + 3.625, + -2.375, + 1.6953125, + 3.5, + 2.34375, + 2.453125, + -1.7109375, + -0.0245361328125, + -0.82421875, + 2.59375, + 0.1357421875, + 3.890625, + 1.8046875, + 2.375, + 1.2109375, + 0.1328125, + 0.3984375, + -2.40625, + -1.875, + 1.46875, + 2.125, + -1.0, + -2.234375, + -0.306640625, + -4.6875, + 0.404296875, + -2.09375, + 0.65625, + 0.458984375, + 1.03125, + 4.65625, + 0.9609375, + -0.859375, + -1.6875, + 4.03125, + 1.2890625, + 1.109375, + 0.5234375, + -1.1953125, + 2.109375, + -1.5234375, + 1.453125, + -1.71875, + 2.515625, + 1.140625, + -1.0859375, + 1.3515625, + 0.734375, + 0.9921875, + 1.65625, + 3.078125, + -1.421875, + 0.2177734375, + -3.46875, + -2.390625, + 2.3125, + -2.125, + 0.609375, + -3.46875, + -0.484375, + -1.6328125, + -1.578125, + -2.0, + 1.0078125, + -2.171875, + -0.43359375, + 1.2734375, + -0.396484375, + 3.921875, + 0.1005859375, + -2.71875, + 3.3125, + -4.34375, + 0.98828125, + 1.7109375, + 3.171875, + -1.8515625, + -2.765625, + 0.4453125, + 0.314453125, + -0.431640625, + -0.482421875, + -3.765625, + 1.671875, + 2.828125, + 2.015625, + 1.09375, + 0.0859375, + 2.15625, + -5.125, + 1.0078125, + -2.515625, + 0.59765625, + 3.3125, + 2.75, + -0.9765625, + -0.029541015625, + -2.34375, + 1.5859375, + 3.0, + 0.5234375, + -1.7578125, + -1.265625, + -0.01226806640625, + 1.796875, + 0.0059814453125, + 2.453125, + 3.984375, + -0.267578125, + 1.3671875, + 2.15625, + -2.234375, + -2.390625, + -0.890625, + 2.28125, + 4.125, + 1.3515625, + -0.63671875, + 1.4765625, + -1.1328125, + 2.6875, + 0.1953125, + 1.40625, + 0.78125, + 2.34375, + 1.1640625, + 3.1875, + 1.171875, + 1.421875, + 0.8984375, + -0.462890625, + -2.578125, + -4.03125, + -0.76171875, + -1.4296875, + 0.2421875, + 1.5703125, + 0.91015625, + -1.453125, + -2.71875, + 1.7890625, + 1.0, + 3.328125, + -1.40625, + -0.65234375, + -1.9296875, + 0.388671875, + -0.107421875, + -0.265625, + 0.498046875, + 0.25390625, + 0.58203125, + 2.03125, + -1.2265625, + 2.53125, + -3.0, + 0.251953125, + -1.0078125, + 1.4296875, + 0.1982421875, + -0.1435546875, + 0.6328125, + -0.44140625, + -1.7421875, + -1.46875, + -0.30078125, + -0.173828125, + 1.328125, + 2.0, + 4.6875, + 3.765625, + 0.130859375, + -2.234375, + 1.203125, + -1.6015625, + -1.375, + -2.09375, + 2.109375, + -3.015625, + -1.5390625, + 0.40234375, + 0.94921875, + 0.96875, + -1.65625, + -4.96875, + 2.25, + -0.181640625, + -1.7109375, + -4.09375, + 1.609375, + 0.41796875, + 1.5546875, + -0.84375, + 0.2109375, + 1.734375, + -0.4296875, + 1.78125, + 1.7109375, + 2.390625, + 0.75390625, + 2.734375, + -1.625, + -2.234375, + 0.81640625, + -2.5625, + 0.56640625, + -1.3515625, + -1.7421875, + -1.390625, + -0.62109375, + -1.5, + -0.81640625, + -1.265625, + -0.03125, + 0.16015625, + -0.62890625, + 0.07763671875, + 1.8515625, + -1.2890625, + 0.38671875, + 0.478515625, + -0.703125, + -0.9296875, + -0.1708984375, + 4.0625, + -0.76953125, + -0.69140625, + -5.03125, + -3.59375, + -0.25, + 3.4375, + 2.78125, + 0.45703125, + 0.7421875, + 1.3125, + 2.25, + 1.3828125, + -0.9765625, + -0.64453125, + -5.5, + -0.93359375, + -0.1650390625, + -0.94140625, + 2.875, + 0.70703125, + 1.640625, + -1.2578125, + 1.8359375, + -0.10791015625, + 0.0157470703125, + -1.125, + 1.8828125, + -2.546875, + -0.81640625, + 1.5859375, + -0.56640625, + 0.85546875, + -1.34375, + -0.0556640625, + -0.859375, + 0.75, + -5.28125, + -0.828125, + 1.7421875, + -0.828125, + -1.9921875, + -5.1875, + -1.640625, + 0.275390625, + -1.8828125, + 1.3203125, + 0.57421875, + -0.59375, + 1.109375, + 1.2578125, + -2.609375, + 1.0703125, + -2.015625, + 0.71875, + -3.328125, + -0.4375, + -1.765625, + -2.078125, + -0.82421875, + -1.4453125, + -0.94140625, + -5.125, + 2.859375, + 0.71484375, + -3.3125, + -0.486328125, + -2.921875, + -3.46875, + 7.125, + 0.55859375, + 1.203125, + 6.6875, + 0.0771484375, + 4.40625, + -0.27734375, + 2.4375, + -0.181640625, + -1.5234375, + -0.5, + -3.4375, + -0.69921875, + -1.3515625, + 1.9609375, + -2.796875, + -2.1875, + -0.44921875, + -0.73828125, + -1.609375, + -1.5546875, + -1.546875, + 0.953125, + -1.296875, + 1.9296875, + -1.9140625, + 1.859375, + 0.0849609375, + -0.375, + 2.984375, + 2.296875, + -0.09765625, + 0.81640625, + 1.4921875, + -2.453125, + -0.095703125, + -0.609375, + 0.6328125, + -0.2099609375, + 0.51953125, + -0.703125, + 1.1328125, + -0.10693359375, + -1.7578125, + -0.42578125, + 1.625, + 0.49609375, + 1.7734375, + -0.796875, + 1.609375, + -1.0859375, + -0.4765625, + -0.640625, + 0.8671875, + -1.34375, + -1.0859375, + -2.046875, + 1.5859375, + -2.078125, + -1.6171875, + -1.015625, + 1.0078125, + 0.0, + 1.3203125, + -2.625, + 0.984375, + -2.25, + 0.765625, + 1.6953125, + -0.103515625, + -1.8671875, + 0.30859375, + 0.6796875, + 2.703125, + -1.890625, + -1.4375, + -1.09375, + 0.984375, + -0.498046875, + 0.263671875, + -0.76953125, + 0.97265625, + 3.328125, + -3.5625, + -0.5703125, + -1.890625, + -2.828125, + -0.328125, + -0.984375, + 3.234375, + -1.6484375, + 0.59375, + -1.5625, + -2.265625, + 2.015625, + -0.1484375, + 1.3125, + 0.78125, + -2.75, + 2.03125, + 2.5, + -0.88671875, + 0.984375, + 1.15625, + -0.26171875, + -1.4375, + 2.0625, + 1.3046875, + -2.46875, + -0.62109375, + -1.25, + -1.1640625, + -0.080078125, + 1.015625, + 3.875, + -1.96875, + 0.306640625, + 0.265625, + -0.0274658203125, + -0.71875, + 1.515625, + -0.1298828125, + 1.921875, + -0.76171875, + -1.2421875, + 0.8671875, + 0.83984375, + 2.328125, + -1.6484375, + -2.65625, + -6.1875, + -1.203125, + 1.7109375, + -0.041015625, + -2.078125, + -1.4921875, + -0.54296875, + -1.0625, + 0.57421875, + 1.4765625, + -1.71875, + 1.078125, + 1.421875, + 2.484375, + 1.46875, + -1.234375, + 0.498046875, + -1.71875, + 0.1640625, + 0.6171875, + 0.055419921875, + 1.53125, + -0.94921875, + -0.265625, + 3.3125, + -2.1875, + -0.047607421875, + 0.671875, + -0.2392578125, + -1.0703125, + -2.09375, + 0.55078125, + 0.53515625, + -2.46875, + 0.8828125, + -5.8125, + -1.328125, + 2.375, + -0.65234375, + -1.078125, + 0.77734375, + -0.412109375, + -0.83984375, + 1.125, + 0.451171875, + -1.515625, + 0.4921875, + -0.58203125, + -2.0625, + -1.28125, + -1.0234375, + -0.80078125, + 1.203125, + 0.8984375, + -0.53125, + -0.71875, + 1.5234375, + 0.74609375, + -0.63671875, + 1.2890625, + -0.27734375, + 0.0022735595703125, + -3.796875, + 1.375, + 0.88671875, + 0.12060546875, + 2.125, + 0.71875, + -2.984375, + -0.1787109375, + 1.0078125, + -0.5390625, + 2.34375, + -1.5546875, + -1.3671875, + -1.53125, + 1.375, + 0.337890625, + 2.046875, + 2.765625, + 0.65234375, + -3.25, + -2.359375, + 0.9453125, + -0.8984375, + -1.7578125, + 0.70703125, + -2.484375, + -0.036376953125, + 0.91015625, + -2.21875, + 1.140625, + -0.62890625, + -1.0625, + -1.7578125, + -3.3125, + 0.1787109375, + 0.47265625, + -2.46875, + 0.271484375, + -0.10546875, + 0.7578125, + -0.84375, + 1.875, + -3.734375, + -2.859375, + 1.390625, + -2.125, + -1.8515625, + 3.125, + -2.125, + -1.6640625, + 0.423828125, + 1.0390625, + 0.96484375, + -2.359375, + -0.1708984375, + -0.380859375, + 0.57421875, + 0.03564453125, + 3.125, + -1.28125, + 1.53125, + -0.357421875, + -0.67578125, + -2.34375, + -2.796875, + 0.275390625, + -0.8046875, + 0.91015625, + 1.0859375, + -2.75, + 6.75, + -0.392578125, + -1.328125, + 1.9765625, + -3.84375, + 2.1875, + -0.271484375, + -1.078125, + 1.4609375, + 1.640625, + 0.061279296875, + 1.6796875, + -1.15625, + -0.5, + -0.408203125, + 1.015625, + -0.07861328125, + -1.2265625, + 2.890625, + -2.0, + -3.4375, + 3.453125, + 1.0, + -0.045654296875, + -3.78125, + -2.5625, + -0.41796875, + -1.125, + 2.984375, + 0.2275390625, + 0.416015625, + -0.1513671875, + 0.322265625, + 1.4296875, + 3.21875, + 4.0625, + -2.890625, + 1.5390625, + -0.6953125, + 0.011962890625, + 3.03125, + 0.236328125, + 2.046875, + -1.3515625, + -0.796875, + -1.5078125, + -1.8046875, + -0.1552734375, + 1.5, + 1.953125, + 1.4765625, + 4.15625, + -1.8046875, + 3.25, + -1.25, + -1.6015625, + -0.419921875, + -1.3203125, + -3.953125, + 1.6484375, + 0.73828125, + -1.28125, + -2.078125, + 1.515625, + 1.625, + -0.6953125, + -0.091796875, + -1.0390625, + -0.91015625, + 0.1455078125, + -4.71875, + 0.84375, + -1.8671875, + -0.85546875, + 0.4765625, + 1.578125, + -0.1083984375, + 0.53515625, + 4.34375, + -3.59375, + 0.71875, + 0.921875, + -0.71484375, + -0.6484375, + 0.1181640625, + 0.201171875, + 1.7734375, + 0.68359375, + 1.1875, + 0.92578125, + 1.640625, + -1.59375, + -0.60546875, + -4.4375, + -1.6328125, + -2.484375, + -0.72265625, + -1.9140625, + 3.0, + 2.234375, + 4.0625, + 1.515625, + -2.53125, + -1.59375, + -4.375, + -2.15625, + -0.00775146484375, + 3.578125, + 1.25, + 0.11279296875, + 4.28125, + -5.53125, + -3.265625, + 1.03125, + -1.5625, + -0.412109375, + -1.296875, + 0.310546875, + 1.4375, + 2.78125, + -1.7890625, + -0.78515625, + 0.68359375, + -6.21875, + 0.55859375, + 2.34375, + -2.546875, + 0.9140625, + -0.84765625, + 2.578125, + -0.078125, + 0.416015625, + 2.359375, + 1.8671875, + -0.9140625, + -0.8046875, + 2.765625, + -0.26953125, + -1.7109375, + 3.296875, + -1.1171875, + 1.734375, + 5.0625, + -1.3515625, + -0.12890625, + -2.21875, + 1.53125, + -0.2431640625, + -0.291015625, + -3.296875, + 1.875, + -1.34375, + -0.3359375, + -2.0625, + 3.34375, + -1.546875, + -6.78125, + 1.421875, + -0.6484375, + 1.46875, + -1.2578125, + 0.169921875, + -0.158203125, + -1.140625, + 0.158203125, + -0.220703125, + -1.3984375, + 1.3203125, + -1.4765625, + 1.6328125, + -3.9375, + 1.09375, + 2.078125, + 0.62890625, + 0.5703125, + -2.609375, + -2.109375, + -0.427734375, + 0.75, + -2.140625, + -0.515625, + 4.375, + -2.125, + 0.484375, + -0.58984375, + -1.90625, + -3.0625, + -2.015625, + -2.25, + 0.85546875, + -1.3125, + -1.3515625, + 1.0078125, + 0.1201171875, + -0.2158203125, + 0.8984375, + -4.03125, + -1.4609375, + -3.6875, + -2.984375, + -0.244140625, + 2.34375, + -1.9765625, + 0.8046875, + 1.046875, + 1.8515625, + 0.78125, + 2.296875, + -3.46875, + 2.484375, + 1.5703125, + -0.006103515625, + 2.953125, + 0.53125, + 2.09375, + 3.015625, + -3.859375, + -4.78125, + -4.375, + -2.015625, + 0.365234375, + 0.9296875, + -2.609375, + -0.66796875, + -2.203125, + 0.921875, + -2.96875, + -0.390625, + 2.09375, + -1.046875, + -1.5, + 2.203125, + -2.046875, + 1.109375, + -0.06103515625, + -4.25, + 1.328125, + -1.671875, + 0.5546875, + 3.546875, + 0.9375, + -2.171875, + -0.7734375, + 0.2734375, + 0.81640625, + -0.87890625, + -5.71875, + -0.875, + 0.01220703125, + -2.5, + -1.234375, + 2.9375, + -4.625, + 1.3046875, + 0.443359375, + 0.55078125, + 2.53125, + -0.341796875, + -2.875, + 1.578125, + 0.26953125, + -1.9765625, + 4.875, + 0.91015625, + 0.2578125, + 3.96875, + -2.296875, + -0.1396484375, + -4.625, + 1.3125, + 0.51953125, + -3.40625, + -0.5546875, + -1.3671875, + -0.380859375, + -2.84375, + 1.5078125, + 0.005828857421875, + 0.890625, + -2.015625, + -0.58203125, + -3.3125, + -0.26171875, + 0.328125, + -0.0184326171875, + 3.984375, + -0.89453125, + -2.671875, + 0.33203125, + -0.0213623046875, + 0.8046875, + 2.734375, + 0.7890625, + -1.0, + 1.5078125, + -3.03125, + 4.09375, + 0.25, + -3.140625, + -0.875, + -2.234375, + -1.546875, + 0.37890625, + 0.005950927734375, + -1.4140625, + -4.0, + -0.390625, + -0.1962890625, + 0.09033203125, + 2.375, + -0.314453125, + -0.67578125, + -0.5234375, + -1.7421875, + -2.15625, + -1.2109375, + -2.375, + 0.71484375, + -0.6953125, + 0.24609375, + -5.21875, + 0.80078125, + 0.9453125, + -3.484375, + -0.2236328125, + 1.671875, + -2.453125, + 1.2265625, + -13.6875, + 0.06982421875, + -3.484375, + -0.283203125, + 2.015625, + 0.416015625, + -2.34375, + -0.482421875, + 0.478515625, + 0.578125, + 4.6875, + -2.21875, + 3.765625, + 2.234375, + 2.609375, + -5.3125, + -0.486328125, + 0.51953125, + -2.125, + 0.271484375, + -2.265625, + -0.314453125, + 0.84375, + 0.55078125, + 0.494140625, + -4.96875, + -2.59375, + 1.7578125, + -0.6875, + 3.921875, + 1.0546875, + 1.0, + -1.6484375, + 1.5078125, + 1.765625, + -0.35546875, + 0.1357421875, + 0.375, + -0.1982421875, + 1.2734375, + 0.80078125, + 2.421875, + 1.75, + -1.515625, + -0.51953125, + 0.59375, + -1.4609375, + 1.9296875, + 0.431640625, + 2.03125, + 0.64453125, + 1.671875, + -0.43359375, + 4.0625, + 0.466796875, + -1.953125, + -0.1552734375, + -1.734375, + 2.140625, + 2.5, + 0.91796875, + -2.234375, + 1.0859375, + 0.3359375, + -0.1884765625, + 1.4609375, + -1.1953125, + -1.5390625, + -2.171875, + 2.40625, + 2.875, + -1.2265625, + -4.40625, + -0.9609375, + 3.46875, + -1.3828125, + 2.40625, + -1.4609375, + 1.09375, + 0.3203125, + -6.75, + 2.203125, + 1.78125, + -0.7734375, + -0.76953125, + -1.328125, + 5.34375, + -0.78515625, + -1.2734375, + -1.46875, + -1.296875, + -1.421875, + 2.125, + 0.7421875, + -1.984375, + 3.171875, + 0.498046875, + -0.478515625, + -0.62109375, + 2.9375, + -0.2333984375, + -1.9453125, + -2.390625, + -1.09375, + -0.5703125, + 1.78125, + 0.74609375, + -3.015625, + 1.25, + -0.84375, + 1.3984375, + 4.71875, + 0.72265625, + -2.765625, + 3.8125, + -3.640625, + 2.109375, + -2.921875, + -0.0869140625, + -0.15625, + -3.28125, + -3.734375, + 0.76171875, + -2.03125, + 2.40625, + -1.6796875, + 2.015625, + -1.25, + -0.56640625, + 4.375, + 0.9609375, + 2.375, + -1.34375, + 0.146484375, + -4.59375, + 2.09375, + -0.01202392578125, + -0.0849609375, + -2.078125, + 0.3671875, + -1.59375, + 2.328125, + -2.1875, + -0.353515625, + -3.40625, + 0.326171875, + -1.703125, + 1.75, + -0.58984375, + 2.421875, + -0.034912109375, + 0.6640625, + 1.4921875, + -0.609375, + 1.359375, + 2.796875, + 1.0, + -2.375, + -1.625, + -0.80859375, + 1.71875, + -2.78125, + -4.4375, + 1.3828125, + -0.578125, + -0.035400390625, + 0.74609375, + -2.8125, + -0.96875, + -0.46484375, + -1.3515625, + 0.53125, + 0.173828125, + 3.421875, + 0.060546875, + 0.6640625, + 0.6875, + 1.796875, + -2.5625, + -0.83203125, + -2.484375, + 0.87109375, + -0.65234375, + 2.40625, + 1.734375, + -1.7578125, + 1.1796875, + 1.890625, + 1.1171875, + 0.609375, + 2.125, + 2.328125, + 4.375, + 0.1708984375, + -1.359375, + -0.63671875, + -2.265625, + 0.31640625, + 1.65625, + -1.2109375, + -1.78125, + 1.28125, + 0.421875, + 0.8515625, + 2.640625, + 0.515625, + 1.296875, + -3.546875, + 0.72265625, + -4.84375, + -0.83984375, + 2.734375, + -1.875, + -1.5546875, + 1.0859375, + 2.734375, + -0.8828125, + -0.34375, + 2.34375, + -0.421875, + -1.4453125, + -2.453125, + 3.375, + -1.015625, + 0.6015625, + 0.482421875, + -1.515625, + 0.58203125, + -0.76953125, + -2.59375, + 2.40625, + 1.4140625, + -2.421875, + 0.73828125, + 0.73046875, + 1.0703125, + -1.0390625, + -1.3125, + -3.609375, + 4.5625, + -0.8984375, + -0.6640625, + -2.03125, + 1.671875, + -1.0234375, + -0.71875, + -3.96875, + 1.2421875, + 0.357421875, + 0.326171875, + -1.875, + -1.7265625, + -1.546875, + -0.2470703125, + 2.0, + 2.5, + -0.609375, + -2.21875, + -1.0234375, + 4.71875, + -0.333984375, + -0.6796875, + -1.328125, + -1.3359375, + 0.3203125, + 0.4453125, + -0.3203125, + 0.396484375, + -3.515625, + 0.98046875, + 2.234375, + 2.984375, + 0.40625, + 0.91796875, + 1.3046875, + 0.875, + -2.328125, + -1.7265625, + -0.9140625, + -1.0390625, + 1.5, + 2.84375, + 1.2109375, + 0.60546875, + 4.21875, + -1.21875, + 0.5390625, + -0.039794921875, + 1.578125, + 2.046875, + 1.8359375, + -0.96484375, + -0.138671875, + -0.51171875, + 4.34375, + 0.52734375, + -2.546875, + -2.015625, + 1.046875, + 2.46875, + -0.07958984375, + 15.4375, + 3.125, + -0.197265625, + 0.2890625, + 1.171875, + -1.8828125, + -1.5546875, + -0.6875, + 1.5625, + 1.0, + -2.5625, + 1.90625, + -1.25, + -5.25, + 2.796875, + -3.390625, + 3.203125, + 2.1875, + 5.5, + -0.09521484375, + -2.859375, + -0.59765625, + -2.1875, + 2.59375, + 0.58984375, + 2.703125, + -4.375, + 0.640625, + -7.9375, + 2.34375, + 0.21875, + -0.279296875, + -1.6953125, + -3.84375, + -1.625, + -2.640625, + -2.53125, + -1.1953125, + 3.1875, + 0.87109375, + 0.232421875, + 1.7578125, + 1.1328125, + -0.6171875, + 0.1513671875, + 0.8984375, + -3.171875, + 0.62109375, + -0.890625, + 0.189453125, + 0.9375, + 1.3515625, + 3.234375, + 0.4609375, + 0.279296875, + -0.392578125, + 1.7421875, + 2.328125, + -0.79296875, + 0.5546875, + -2.453125, + -2.140625, + -3.390625, + 1.890625, + -0.96484375, + 2.734375, + -2.515625, + 0.85546875, + -2.421875, + 2.265625, + -0.81640625, + 1.4140625, + 1.8125, + 0.68359375, + -3.96875, + -1.1015625, + -2.21875, + -2.046875, + -0.25, + 0.53515625, + 0.5703125, + 0.75, + -1.171875, + -0.37109375, + -0.73828125, + -0.8984375, + 1.5546875, + 0.98046875, + 2.28125, + 0.546875, + -0.0257568359375, + 2.71875, + 1.796875, + -2.0, + -0.640625, + -2.609375, + -1.6171875, + -1.6953125, + -3.59375, + 0.10107421875, + 0.142578125, + 1.296875, + -0.22265625, + 0.46484375, + 2.3125, + -0.99609375, + -1.5625, + -2.875, + -2.015625, + -2.15625, + 0.2314453125, + -1.203125, + 2.6875, + 2.625, + -0.216796875, + 1.375, + 0.030517578125, + 2.359375, + 1.2734375, + -3.421875, + 1.3828125, + 1.9140625, + -0.94921875, + -0.6875, + 3.3125, + -1.3984375, + 0.50390625, + 0.26953125, + 2.59375, + -0.84375, + 3.1875, + 1.96875, + 1.609375, + 3.859375, + 0.76953125, + 3.078125, + 2.375, + -4.53125, + 0.984375, + -2.5, + -0.6796875, + 3.796875, + 2.875, + -0.97265625, + -0.50390625, + -0.86328125, + 0.55859375, + -0.2119140625, + 1.8984375, + -1.984375, + -1.171875, + 0.5859375, + -3.6875, + 5.5, + -0.1591796875, + 1.7265625, + -0.375, + 1.03125, + -1.1640625, + 1.2890625, + -0.314453125, + -0.90625, + 0.83984375, + -1.0078125, + -0.8359375, + -0.4375, + 3.359375, + 0.703125, + -1.15625, + 3.265625, + -0.234375, + -0.349609375, + -2.890625, + -2.734375, + 2.375, + -1.421875, + -4.4375, + 1.2890625, + 0.1513671875, + -1.859375, + -1.203125, + -2.09375, + -1.9765625, + 0.84765625, + 1.7578125, + 1.3984375, + 0.796875, + 5.34375, + -0.65625, + 2.0, + -3.03125, + -1.328125, + -2.109375, + -1.1953125, + 0.0, + -0.279296875, + -12.25, + -0.490234375, + 0.5546875, + 2.921875, + 2.703125, + -1.8046875, + 3.46875, + 0.91015625, + -3.46875, + -3.640625, + 1.859375, + -3.625, + 0.2333984375, + 1.03125, + -0.45703125, + 1.8359375, + -0.08642578125, + -2.59375, + 3.203125, + -0.51171875, + -2.34375, + 3.125, + -2.609375, + 0.1240234375, + -4.78125, + 0.31640625, + -1.0078125, + 2.234375, + -0.82421875, + -4.71875, + 0.3203125, + -0.130859375, + -2.96875, + -1.6640625, + -0.94921875, + -0.1474609375, + -2.171875, + -1.46875, + 0.60546875, + 1.671875, + -3.421875, + -0.7421875, + 1.4140625, + 1.703125, + -0.4765625, + 1.2421875, + -0.64453125, + 4.21875, + -2.171875, + -0.365234375, + 1.78125, + 0.6171875, + -0.8671875, + 0.4140625, + -2.21875, + -1.625, + 0.515625, + 0.26171875, + -0.58984375, + -1.5703125, + 0.251953125, + 0.5625, + -0.609375, + -0.97265625, + 0.01165771484375, + -3.03125, + 0.80859375, + 4.0, + 0.83984375, + 0.0181884765625, + -1.234375, + 1.4609375, + -1.4609375, + -1.8125, + -0.15625, + 1.484375, + -0.94921875, + 1.015625, + 1.46875, + 2.78125, + -1.96875, + -0.036865234375, + 2.5, + -1.109375, + 0.036865234375, + -4.71875, + -4.40625, + 0.109375, + -0.3984375, + 3.171875, + 0.1982421875, + 0.294921875, + -1.203125, + 2.96875, + 2.796875, + 1.15625, + 0.765625, + 2.890625, + 3.0, + 1.09375, + 3.09375, + 1.6015625, + -1.421875, + 1.4375, + -0.1748046875, + -2.15625, + -0.66796875, + 1.359375, + 0.609375, + -8.3125, + -2.453125, + 0.82421875, + -0.1435546875, + 2.921875, + -8.6875, + -0.453125, + 1.5703125, + -0.62890625, + -0.255859375, + 2.578125, + 0.33984375, + 0.0732421875, + -2.46875, + -0.197265625, + -3.03125, + 0.353515625, + -0.66796875, + 1.2578125, + 1.65625, + -0.92578125, + -1.1484375, + -2.203125, + 0.8046875, + -0.6875, + -0.392578125, + -0.06396484375, + -2.453125, + 1.640625, + -0.98828125, + 1.3125, + 0.173828125, + -0.84375, + 1.0390625, + 1.1015625, + 2.03125, + -1.9140625, + -5.0625, + -0.10693359375, + -4.5625, + -2.671875, + 0.95703125, + 3.390625, + 3.671875, + -0.37109375, + -0.5234375, + 1.078125, + 0.0166015625, + -3.46875, + -1.890625, + -0.2060546875, + -0.98828125, + -0.6875, + -0.3203125, + 1.4375, + 1.625, + 1.09375, + -3.0625, + 0.8984375, + 1.5703125, + 0.80078125, + 0.59375, + 1.6796875, + -1.4921875, + -1.7734375, + 0.88671875, + -0.255859375, + -3.171875, + 4.0, + 0.59375, + 2.984375, + -4.5, + 3.078125, + 1.046875, + -1.09375, + -0.51171875, + -0.828125, + 0.169921875, + -2.828125, + 1.625, + -0.65234375, + -1.3046875, + -1.8203125, + -2.65625, + -1.65625, + -3.734375, + 0.2001953125, + -1.5859375, + 0.7734375, + 1.8359375, + 1.84375, + 0.197265625, + -0.578125, + -0.76171875, + 0.369140625, + -1.890625, + -0.9140625, + -1.1328125, + -2.203125, + -1.8203125, + 2.0, + -2.1875, + -2.375, + -6.90625, + -0.244140625, + 1.1015625, + 0.306640625, + 1.1328125, + 2.5625, + -0.64453125, + -0.55078125, + -1.015625, + -1.578125, + -12.1875, + 0.63671875, + -0.357421875, + -2.3125, + -2.28125, + -2.859375, + 3.53125, + 0.259765625, + 3.484375, + -0.50390625, + 2.140625, + -0.384765625, + 0.90625, + -0.2041015625, + -0.057861328125, + 1.6796875, + -2.359375, + 0.5078125, + -1.4453125, + 0.609375, + -2.9375, + 1.0703125, + 4.21875, + -0.734375, + 0.5859375, + -3.09375, + 1.0, + 1.46875, + 1.75, + 0.4375, + 1.1796875, + 3.5, + 0.6875, + 8.6875, + -1.015625, + 1.25, + -0.1806640625, + -2.875, + -0.2275390625, + 3.125, + 1.6328125, + 1.140625, + -0.578125, + 2.28125, + -3.953125, + 0.294921875, + -0.271484375, + 0.2412109375, + 0.98046875, + 3.125, + -2.09375, + -0.82421875, + -0.369140625, + -1.9140625, + 0.310546875, + 0.341796875, + -0.369140625, + 1.96875, + -1.234375, + -0.875, + 0.55078125, + -1.59375, + 0.494140625, + 0.3359375, + -2.546875, + 1.875, + -1.703125, + 4.65625, + -1.234375, + 0.0556640625, + 4.78125, + 1.4140625, + -1.734375, + 3.5625, + 1.4609375, + 0.87890625, + 0.5703125, + 1.296875, + 0.890625, + 1.671875, + -0.45703125, + 2.390625, + -4.8125, + -1.359375, + -4.375, + -2.609375, + -5.1875, + -1.09375, + -1.953125, + -2.296875, + 2.765625, + 2.359375, + 3.34375, + 2.171875, + 2.234375, + -2.421875, + -0.7578125, + -1.1796875, + -2.140625, + 3.703125, + -0.8125, + -2.75, + 0.408203125, + 2.890625, + -1.0, + 1.1328125, + 1.3515625, + 1.3828125, + 3.296875, + 2.140625, + 0.45703125, + 0.4609375, + 3.046875, + -0.0201416015625, + 1.671875, + -1.9296875, + 1.0234375, + -0.859375, + -0.208984375, + 2.78125, + 1.359375, + -1.328125, + 0.337890625, + -1.03125, + -2.125, + -1.34375, + -2.859375, + -2.15625, + 3.015625, + -0.224609375, + 1.7578125, + -2.34375, + 2.609375, + -2.296875, + 0.984375, + 0.640625, + 1.6015625, + 1.671875, + -5.90625, + 1.8203125, + -1.0390625, + 2.609375, + 2.078125, + -1.859375, + -0.984375, + 0.064453125, + -0.89453125, + 0.49609375, + 2.53125, + 7.9375, + 0.02490234375, + 1.65625, + 2.828125, + -2.015625, + -1.3359375, + 2.328125, + 0.734375, + -1.0625, + 1.125, + 1.6171875, + 1.171875, + -0.330078125, + -3.0, + 3.546875, + 1.4375, + 1.21875, + -2.359375, + -2.640625, + -0.86328125, + 1.03125, + 1.4921875, + -4.15625, + -0.91015625, + -1.640625, + -2.53125, + 0.75, + 1.046875, + 0.50390625, + 0.380859375, + -1.421875, + 1.328125, + -0.74609375, + 4.3125, + 0.36328125, + 4.5625, + -0.033935546875, + 0.67578125, + 0.22265625, + 2.71875, + -0.6171875, + -0.337890625, + 1.515625, + -1.8046875, + 5.375, + 1.2421875, + 0.09521484375, + 3.3125, + 2.6875, + -4.1875, + -1.4921875, + -3.734375, + -0.60546875, + 1.84375, + -0.5859375, + -2.359375, + -0.671875, + -2.421875, + -2.625 + ], + "index": 2, + "object": "embedding", + "raw_output": null + }, + { + "embedding": [ + 2.34375, + 7.625, + -2.21875, + 0.55078125, + 4.5, + -0.2001953125, + -2.796875, + -5.5, + 4.6875, + -1.328125, + -3.984375, + 2.96875, + 2.484375, + -0.6640625, + -0.7109375, + 0.6015625, + 0.494140625, + -1.265625, + 1.0625, + 1.515625, + -1.4921875, + 7.53125, + -2.703125, + -0.267578125, + -0.6640625, + 3.375, + -1.9921875, + -1.1640625, + -1.515625, + -3.6875, + -2.46875, + -0.76171875, + 1.109375, + 3.984375, + -2.5, + 3.140625, + -0.8984375, + 2.484375, + -1.484375, + -0.78125, + 1.78125, + -1.4453125, + 1.0, + 0.78515625, + -2.609375, + 0.369140625, + -0.0203857421875, + 0.71875, + 0.76171875, + -0.51953125, + -0.7734375, + -1.265625, + -1.25, + -0.01220703125, + 1.9609375, + -1.515625, + -2.921875, + -2.671875, + 2.578125, + -0.94140625, + 1.0859375, + 0.6953125, + -0.1328125, + 1.8359375, + -0.7890625, + 3.09375, + 0.2265625, + 0.76953125, + -2.53125, + -1.5703125, + 1.859375, + 0.396484375, + -1.796875, + -0.058349609375, + -0.267578125, + -2.296875, + -2.296875, + 0.78515625, + 3.890625, + 1.6875, + 2.40625, + -2.109375, + -1.875, + -0.7421875, + -0.4765625, + -1.6875, + -2.8125, + -0.83203125, + -2.125, + -0.255859375, + -2.8125, + 1.4375, + -1.796875, + 2.765625, + 0.8125, + -6.125, + 2.15625, + 1.9609375, + 1.125, + -0.173828125, + -1.015625, + -0.2216796875, + -2.203125, + 2.28125, + 1.4765625, + -0.22265625, + -1.3515625, + -1.2734375, + 0.359375, + -3.203125, + 0.1123046875, + 2.5625, + -2.21875, + 1.703125, + 0.427734375, + 2.921875, + 0.9140625, + -1.2421875, + 1.65625, + 2.328125, + 2.09375, + 0.34375, + -1.84375, + -0.78515625, + 0.201171875, + -1.6484375, + 0.341796875, + 0.1240234375, + 1.0703125, + -2.71875, + -2.96875, + -1.234375, + 1.2890625, + 2.140625, + -4.59375, + -1.890625, + -0.73828125, + -2.5, + -1.515625, + 0.62890625, + -1.734375, + -2.59375, + 3.15625, + -1.453125, + -0.53515625, + 0.181640625, + 4.25, + 2.546875, + 3.828125, + 1.3203125, + -0.1181640625, + -0.75390625, + -0.123046875, + 3.015625, + 0.318359375, + -0.0947265625, + -0.37109375, + 3.03125, + -2.4375, + 2.84375, + -2.90625, + 1.265625, + 1.078125, + -0.28515625, + -0.43359375, + -1.2890625, + -2.375, + -1.203125, + 5.09375, + -1.6953125, + -2.125, + 0.275390625, + 0.73046875, + 3.390625, + 1.7890625, + -1.5234375, + 1.828125, + -0.138671875, + 0.58984375, + -0.138671875, + 3.34375, + 4.46875, + -3.78125, + -0.35546875, + -0.84375, + 0.57421875, + -2.125, + 1.8046875, + -1.9375, + -1.0703125, + -0.474609375, + -2.078125, + -0.31640625, + 1.65625, + 3.59375, + -2.84375, + -0.69921875, + 0.65625, + -0.5546875, + 5.6875, + 1.65625, + -4.34375, + -0.70703125, + 0.263671875, + -3.09375, + -0.8984375, + 1.078125, + 0.83203125, + -1.3125, + -1.296875, + 1.625, + -2.625, + 0.1318359375, + -0.57421875, + 0.224609375, + -0.306640625, + -0.4375, + 3.421875, + -1.9296875, + -1.0703125, + 0.91015625, + 2.046875, + 0.1650390625, + 2.453125, + 1.65625, + 5.9375, + -2.078125, + 1.0546875, + 0.48828125, + 0.45703125, + 2.125, + 0.279296875, + -1.7734375, + 0.0908203125, + 8.6875, + -1.34375, + -0.84765625, + 1.5703125, + 1.609375, + -0.369140625, + 0.2470703125, + 2.453125, + 0.032958984375, + 0.07568359375, + 3.03125, + -1.359375, + 0.294921875, + -3.046875, + 2.859375, + 1.71875, + -4.375, + 1.65625, + 2.5, + -0.796875, + 0.201171875, + 2.890625, + 1.375, + 0.033447265625, + -0.671875, + 1.0, + 0.1103515625, + -3.609375, + 0.84375, + -4.09375, + 1.3515625, + -1.7421875, + -0.0869140625, + -1.796875, + 1.5234375, + 0.59375, + 0.1396484375, + -0.7578125, + -0.373046875, + 1.578125, + -2.875, + 1.4921875, + -0.0439453125, + -2.609375, + -1.9765625, + 0.78515625, + 0.64453125, + -1.0234375, + -0.07177734375, + -5.03125, + 2.71875, + 2.515625, + 0.1025390625, + 0.546875, + -2.15625, + -2.03125, + 2.1875, + -3.625, + -0.765625, + -1.46875, + 1.625, + -4.5, + -0.494140625, + -2.53125, + -0.306640625, + 1.15625, + 1.953125, + 0.5625, + -0.96484375, + 2.234375, + 0.56640625, + -2.296875, + 3.25, + -0.359375, + 0.953125, + 0.4375, + 0.08544921875, + -1.2734375, + 0.345703125, + 1.3671875, + -0.59765625, + -1.4375, + -1.234375, + 0.48828125, + -0.83203125, + 0.00109100341796875, + 1.6015625, + 0.333984375, + 0.55078125, + -0.248046875, + 3.59375, + 0.388671875, + 0.64453125, + 0.78125, + -1.1015625, + 0.66015625, + -3.609375, + -3.640625, + -1.5390625, + 0.90234375, + -1.0859375, + 0.1298828125, + -0.1259765625, + -0.357421875, + 5.3125, + 0.80078125, + 3.625, + -0.236328125, + 1.0234375, + -0.03466796875, + -0.244140625, + -0.0185546875, + -0.81640625, + 1.96875, + -2.625, + 1.1796875, + -3.890625, + 1.2578125, + -1.390625, + 0.4453125, + 1.2890625, + -1.5, + -1.2265625, + 0.291015625, + 1.59375, + -0.89453125, + -4.0, + 0.75390625, + 1.234375, + -0.93359375, + -0.310546875, + 1.671875, + -0.73828125, + 0.1962890625, + -2.75, + -0.90625, + -0.16796875, + 0.71875, + 2.078125, + -1.9140625, + 2.140625, + 1.8359375, + -3.734375, + -0.234375, + -0.171875, + -1.6953125, + 1.7578125, + -1.2578125, + -1.3828125, + -2.015625, + -0.10205078125, + 1.9140625, + 2.46875, + -2.515625, + -1.6015625, + 1.03125, + 3.21875, + -3.46875, + -1.7265625, + 1.34375, + -0.36328125, + 1.0078125, + -0.2158203125, + -1.78125, + 2.21875, + 0.72265625, + 1.9453125, + -0.46875, + -1.109375, + -0.279296875, + -3.3125, + -0.92578125, + 0.2890625, + -0.9765625, + -1.09375, + 2.78125, + 1.5546875, + 0.0576171875, + 2.1875, + -6.03125, + 0.93359375, + -0.75390625, + -1.0703125, + 4.1875, + 1.046875, + -1.1640625, + -1.828125, + -0.65625, + 1.78125, + 0.75, + 0.1962890625, + 0.78515625, + 1.5546875, + 3.609375, + -2.515625, + -1.171875, + 0.416015625, + -0.75, + 0.2392578125, + 2.328125, + 0.69921875, + 0.02099609375, + -0.380859375, + -1.0, + -2.796875, + 0.1875, + -1.4375, + 0.30078125, + 1.140625, + -1.4375, + -1.984375, + -1.0625, + 0.890625, + -2.640625, + 0.55859375, + 1.5703125, + 2.046875, + 0.4453125, + -0.359375, + -0.8984375, + -1.359375, + 2.15625, + -0.4296875, + -0.77734375, + -0.546875, + -2.296875, + -0.2890625, + -2.1875, + -1.6171875, + -1.9140625, + 3.203125, + 1.1484375, + 2.578125, + 1.5390625, + -0.474609375, + -0.51171875, + 1.921875, + -5.03125, + -1.4921875, + -0.62890625, + 0.306640625, + -2.546875, + -3.625, + -0.55859375, + 0.75, + -6.9375, + 3.46875, + -2.234375, + -1.078125, + -0.87890625, + 1.0703125, + 2.515625, + -2.15625, + 0.08642578125, + 1.1875, + -0.76953125, + 0.26171875, + -1.1015625, + 0.66796875, + -0.859375, + 1.453125, + -1.4375, + 1.7421875, + 0.515625, + 0.72265625, + -0.80078125, + 0.1376953125, + 3.625, + 1.3828125, + 0.52734375, + 1.2578125, + 0.255859375, + -0.62890625, + 0.95703125, + -1.7421875, + -1.3046875, + 2.4375, + -3.59375, + -3.734375, + -2.5625, + 0.4375, + 1.5625, + 0.33984375, + -1.859375, + -1.296875, + 3.6875, + -0.302734375, + 3.765625, + -1.3828125, + 1.8125, + -0.7109375, + 0.91796875, + 2.6875, + -1.078125, + 0.671875, + 0.953125, + 1.0078125, + 1.1328125, + 0.79296875, + 1.515625, + 0.26171875, + -0.412109375, + 2.625, + -0.578125, + 2.28125, + 0.93359375, + 1.2265625, + 0.76171875, + 2.203125, + 2.59375, + -2.484375, + 2.015625, + -0.3359375, + 2.90625, + 0.1220703125, + -3.765625, + 1.2734375, + 1.5, + -2.078125, + -0.82421875, + -1.625, + 0.671875, + -2.859375, + -3.140625, + -0.62109375, + 0.14453125, + -0.56640625, + -1.1953125, + 1.1875, + 3.21875, + -2.453125, + 0.90234375, + -2.8125, + -0.08544921875, + 3.390625, + -0.2412109375, + -2.421875, + -1.703125, + -0.7734375, + -0.7734375, + -1.484375, + 0.55078125, + 2.21875, + -1.3125, + -1.0859375, + 0.61328125, + 0.09716796875, + -1.15625, + 1.0, + 0.73828125, + -1.8203125, + 2.171875, + -1.6640625, + -1.265625, + 3.421875, + -1.625, + 2.65625, + -0.08740234375, + -0.40234375, + -2.25, + -0.84375, + -0.6875, + 2.0625, + -3.203125, + -1.7109375, + 1.625, + 0.58984375, + -1.71875, + -1.5234375, + -1.7578125, + -3.6875, + 0.73828125, + 0.49609375, + -0.0034942626953125, + 3.09375, + 5.875, + 0.71484375, + 0.55859375, + 0.78515625, + -1.734375, + 4.0, + -1.984375, + 2.0625, + -1.734375, + -0.306640625, + -1.8125, + -1.03125, + -3.390625, + 0.73046875, + 2.40625, + 2.828125, + -0.365234375, + -0.80859375, + -0.08349609375, + -0.4140625, + -0.2294921875, + -0.859375, + -1.921875, + -2.359375, + -0.56640625, + -1.3984375, + -3.03125, + -1.1796875, + 1.6484375, + 0.59375, + 1.7734375, + 1.21875, + 2.96875, + -3.171875, + 2.734375, + -0.6015625, + 1.6015625, + -0.1318359375, + 1.5234375, + -0.408203125, + 0.455078125, + -1.1171875, + -1.546875, + -0.8984375, + -0.6953125, + -0.56640625, + 0.33984375, + 2.03125, + 1.9375, + -4.625, + -1.515625, + -0.91015625, + -0.69921875, + 0.04296875, + 1.2421875, + 0.0546875, + 0.93359375, + -0.455078125, + 0.306640625, + -0.0223388671875, + -1.9375, + -1.9609375, + -2.796875, + 1.625, + -0.265625, + 0.40625, + 1.515625, + 0.296875, + 2.8125, + 1.609375, + -2.3125, + 0.94921875, + 1.796875, + -1.7890625, + -0.5546875, + 3.453125, + -3.6875, + 2.46875, + -1.7265625, + -2.046875, + 1.84375, + -2.453125, + 0.0791015625, + -2.171875, + 0.1953125, + -0.83203125, + -0.310546875, + 0.70703125, + -5.0, + 0.490234375, + 0.828125, + 3.4375, + -0.228515625, + -0.48046875, + -4.25, + 0.66796875, + -4.375, + -0.76953125, + -1.5625, + -1.125, + -2.21875, + 1.4375, + 1.8828125, + 0.006134033203125, + -3.09375, + 3.03125, + -1.2265625, + 5.5, + -0.408203125, + -3.96875, + 0.1796875, + 1.4921875, + -0.294921875, + -3.59375, + -2.03125, + 2.109375, + -1.515625, + -3.375, + 2.34375, + 1.65625, + 3.453125, + -4.53125, + 1.8203125, + -1.859375, + 1.2421875, + -3.171875, + -0.400390625, + -4.21875, + 2.515625, + 0.86328125, + 0.390625, + -1.375, + -2.65625, + -6.96875, + 2.15625, + -2.34375, + -2.25, + 0.2119140625, + -5.71875, + 1.234375, + 0.796875, + 1.5859375, + 1.03125, + 0.404296875, + -0.06396484375, + 1.4140625, + -1.5, + -0.244140625, + 1.71875, + 0.97265625, + -1.1171875, + -0.70703125, + 4.03125, + 3.84375, + -3.375, + -0.5234375, + 1.0703125, + 0.09521484375, + 0.99609375, + 3.015625, + -1.296875, + -0.498046875, + -1.8828125, + -2.71875, + -3.4375, + -3.390625, + -1.3828125, + -1.46875, + 1.359375, + 1.6953125, + 4.25, + -1.5625, + 1.15625, + 0.62109375, + -4.28125, + 2.359375, + -0.470703125, + -1.3515625, + 0.11669921875, + 4.90625, + 0.71484375, + -1.2734375, + -3.0625, + 0.052490234375, + 3.234375, + -0.68359375, + -1.09375, + 0.439453125, + 1.1796875, + -0.423828125, + 2.96875, + -1.78125, + 2.875, + 1.1171875, + -2.015625, + 2.578125, + 2.25, + -5.0625, + 1.1640625, + -2.6875, + -1.609375, + -1.84375, + 1.5625, + -1.2734375, + 2.203125, + 1.296875, + -0.4453125, + -0.375, + -3.234375, + -0.859375, + -2.0625, + -1.015625, + -3.625, + 3.359375, + 2.484375, + 0.400390625, + -0.326171875, + -1.9375, + 0.21875, + -5.125, + -1.7265625, + -0.265625, + -0.90234375, + -1.015625, + 4.0, + 1.0546875, + 0.294921875, + 3.46875, + -1.1953125, + -2.75, + -0.9609375, + -2.640625, + 0.169921875, + 2.5, + 0.11083984375, + -3.09375, + -2.328125, + 0.09814453125, + 0.0439453125, + -1.8984375, + -4.0625, + 0.140625, + -5.3125, + 1.234375, + 2.75, + -2.0, + -2.875, + -1.7421875, + 0.1240234375, + 2.4375, + -1.5859375, + -2.765625, + 0.77734375, + 1.0859375, + -0.2578125, + -1.7421875, + -0.443359375, + 0.1572265625, + 4.09375, + -0.267578125, + -0.88671875, + 1.78125, + -0.30859375, + 1.125, + -2.546875, + 0.142578125, + 0.1474609375, + 2.015625, + 1.9296875, + 2.34375, + -0.8125, + -0.5234375, + -2.171875, + 1.1015625, + -0.69921875, + 1.9453125, + -0.6484375, + -0.1396484375, + 1.0, + -0.140625, + -1.171875, + -0.8359375, + -2.015625, + -2.9375, + 0.2314453125, + -1.8828125, + 1.0859375, + 2.21875, + -0.353515625, + 2.0625, + 0.369140625, + 0.1220703125, + -2.765625, + -3.203125, + 1.8671875, + -0.005706787109375, + 3.6875, + -5.3125, + -0.65625, + 0.291015625, + 0.10009765625, + -2.34375, + 0.1337890625, + 0.64453125, + -3.0, + -2.0625, + -1.3046875, + 1.21875, + -0.82421875, + -2.578125, + 1.03125, + 0.3515625, + -1.0546875, + -1.328125, + 2.71875, + -1.1171875, + -0.365234375, + -1.28125, + -1.609375, + 0.91015625, + -2.203125, + 1.9140625, + -0.8359375, + -1.40625, + -0.578125, + 0.91015625, + 0.59375, + 0.78515625, + 1.515625, + 3.625, + 0.2490234375, + 0.8671875, + -1.1640625, + -0.94140625, + -1.0546875, + -0.84375, + -2.6875, + 0.0184326171875, + 0.88671875, + -0.1337890625, + -1.8359375, + -2.109375, + -5.125, + 2.78125, + 3.140625, + -1.5859375, + -0.50390625, + 0.765625, + 3.5, + -2.203125, + -0.953125, + -3.265625, + -1.046875, + 0.99609375, + -0.2333984375, + -3.625, + 0.1103515625, + 0.2734375, + -1.2109375, + -0.01275634765625, + -1.59375, + 0.54296875, + 1.125, + -0.7578125, + -2.921875, + 4.1875, + 1.09375, + 3.296875, + -3.328125, + 1.796875, + 0.55078125, + -1.9921875, + 1.3203125, + 0.69140625, + -0.0296630859375, + 3.703125, + 0.98828125, + -2.921875, + -1.2734375, + -0.859375, + 8.75, + -1.015625, + -0.470703125, + -1.484375, + -0.240234375, + 2.75, + -2.328125, + 3.71875, + -0.02392578125, + -1.09375, + -0.486328125, + 1.9296875, + 0.55859375, + -0.306640625, + -1.7734375, + 1.046875, + -1.84375, + 0.5390625, + 3.109375, + 1.8671875, + -2.265625, + -2.984375, + -2.40625, + -0.197265625, + -1.0625, + -1.1484375, + 0.1962890625, + -1.15625, + -0.1240234375, + -3.828125, + -0.2490234375, + 0.0703125, + 0.5625, + 0.53125, + 1.6640625, + 1.3359375, + 0.5078125, + 2.078125, + -3.21875, + -2.265625, + -0.96484375, + -0.5546875, + -0.1240234375, + 2.328125, + 0.97265625, + -2.984375, + -5.34375, + 2.234375, + -0.609375, + -5.84375, + -5.125, + -0.251953125, + -1.640625, + 2.46875, + 0.71875, + 1.4296875, + 0.828125, + 0.72265625, + -0.3046875, + 1.5625, + -0.64453125, + -0.439453125, + 0.22265625, + -0.796875, + -1.3359375, + -0.2578125, + -0.7734375, + 0.23828125, + 0.6875, + -2.53125, + 1.09375, + 0.392578125, + -0.07421875, + 0.91796875, + 3.03125, + -1.25, + -0.087890625, + 2.703125, + 1.1640625, + 2.359375, + 0.69140625, + 0.08203125, + 1.2734375, + -1.09375, + -1.171875, + -0.376953125, + 3.5, + -3.203125, + -2.234375, + -0.94921875, + -0.494140625, + -1.75, + -0.73046875, + -0.259765625, + 2.21875, + 3.078125, + 2.28125, + 1.0234375, + 1.6875, + -0.7421875, + -1.3359375, + -1.515625, + 1.8359375, + 0.90625, + -0.181640625, + -2.09375, + -1.109375, + -3.0, + 1.96875, + 2.75, + 1.703125, + -0.0947265625, + -1.984375, + -1.390625, + 0.61328125, + 0.56640625, + -0.59375, + -0.2392578125, + -0.6875, + 0.0250244140625, + -0.93359375, + -0.59375, + 0.9140625, + 1.9375, + -4.25, + -11.6875, + 0.01806640625, + -0.34765625, + 1.7734375, + 3.578125, + 0.1630859375, + -4.4375, + 1.3125, + 1.3984375, + -1.515625, + -2.84375, + 3.265625, + 0.208984375, + 0.333984375, + -1.96875, + -7.9375, + 0.27734375, + -0.9140625, + 2.46875, + 1.390625, + 1.734375, + -1.5, + -0.326171875, + -1.46875, + 5.40625, + 0.12158203125, + -0.65234375, + 1.65625, + -2.28125, + -1.3828125, + -0.7890625, + -0.953125, + 0.90625, + -1.34375, + -1.015625, + -1.28125, + -1.0625, + 0.423828125, + -3.140625, + 1.4296875, + -1.78125, + 2.234375, + -2.90625, + -1.9609375, + -3.0, + -1.0546875, + -0.875, + 3.90625, + -2.5, + 2.25, + 1.046875, + 0.92578125, + -0.423828125, + 0.73828125, + -0.470703125, + 2.265625, + 1.515625, + 0.71875, + -0.294921875, + 1.65625, + 2.09375, + 4.5625, + 2.34375, + 0.73046875, + -0.314453125, + -1.4140625, + -0.359375, + -1.4140625, + 0.07958984375, + -0.255859375, + 1.3984375, + -0.9140625, + -1.03125, + -0.79296875, + 3.3125, + -1.0625, + -0.048828125, + 2.265625, + -3.703125, + -0.384765625, + 1.3046875, + -1.53125, + -2.8125, + -2.34375, + 0.3203125, + 0.80859375, + 1.3203125, + 2.890625, + -0.85546875, + 2.34375, + -0.96875, + 2.59375, + 0.84765625, + 0.44140625, + 0.007568359375, + 1.4296875, + 0.98828125, + 0.421875, + -1.484375, + -0.75, + -3.78125, + 0.78515625, + 1.8359375, + 0.51171875, + -1.3828125, + -0.1533203125, + -2.15625, + 0.69921875, + 2.25, + 0.54296875, + 2.921875, + -1.3671875, + -1.5, + 2.265625, + 2.140625, + 3.578125, + -2.859375, + -1.046875, + 3.5, + -2.28125, + 1.9296875, + 0.1962890625, + -2.859375, + -3.671875, + 0.89453125, + -5.3125, + -2.109375, + -5.65625, + -0.3515625, + 1.5859375, + 0.9921875, + -0.796875, + -0.2216796875, + 1.21875, + -2.796875, + -0.48828125, + -0.421875, + -1.25, + -1.171875, + -0.373046875, + -1.7734375, + 4.125, + -0.671875, + 0.89453125, + -2.921875, + 3.40625, + 1.8203125, + -3.78125, + -0.2255859375, + 0.5078125, + -0.34375, + 0.1318359375, + -0.6171875, + -3.875, + -0.578125, + -1.9140625, + 3.8125, + -0.69140625, + 0.84375, + 0.52734375, + 0.67578125, + 2.5, + 3.09375, + 1.3984375, + 1.75, + -1.796875, + 1.203125, + 0.455078125, + 0.50390625, + 0.609375, + 1.9765625, + -0.7265625, + 2.03125, + -1.5, + 0.216796875, + 2.703125, + 0.47265625, + -0.462890625, + -0.302734375, + 2.046875, + -0.330078125, + 3.96875, + 0.98828125, + 2.4375, + 4.65625, + -0.62109375, + 1.4140625, + 0.59375, + -1.5234375, + -0.1611328125, + -0.796875, + -3.125, + -2.1875, + 0.875, + 0.80078125, + -2.40625, + 0.48046875, + -1.3203125, + 1.484375, + 0.75390625, + -0.53515625, + -1.8984375, + -1.109375, + -2.921875, + 1.4453125, + -0.59375, + -3.21875, + 0.72265625, + 1.9765625, + -2.421875, + -0.7265625, + -1.390625, + 1.546875, + 1.1953125, + -0.427734375, + 3.28125, + 1.734375, + -2.671875, + -0.79296875, + 2.609375, + -1.671875, + 1.03125, + 3.046875, + 0.0277099609375, + -1.953125, + 0.21875, + -1.2890625, + 0.5234375, + -0.84765625, + -0.8984375, + -3.515625, + 0.98046875, + 0.8046875, + 0.55078125, + 3.09375, + 2.515625, + -4.0, + 0.373046875, + -5.0625, + 1.1796875, + -0.5703125, + -0.40625, + 1.0546875, + -0.6015625, + -0.60546875, + 2.640625, + -1.3203125, + -3.421875, + -1.109375, + 0.009521484375, + 2.703125, + -3.078125, + -0.88671875, + 1.734375, + -1.1640625, + -0.361328125, + 0.8359375, + -0.30078125, + 0.328125, + -0.427734375, + -1.9921875, + 1.4765625, + 0.671875, + -0.271484375, + -0.416015625, + 0.01385498046875, + 2.390625, + 0.0, + 0.92578125, + 1.0234375, + -1.71875, + -0.98828125, + 1.921875, + 2.109375, + 2.84375, + 3.984375, + 2.015625, + 0.024169921875, + -0.484375, + 1.40625, + 3.109375, + -0.80078125, + 1.875, + -0.2001953125, + -1.3984375, + 0.7578125, + 0.2255859375, + -2.640625, + -1.4296875, + 4.78125, + 0.08349609375, + -0.96484375, + -1.640625, + -0.265625, + 5.71875, + -4.84375, + -0.3046875, + 0.578125, + 2.25, + -1.5390625, + 0.4765625, + -1.265625, + 2.46875, + -1.15625, + 1.8046875, + -0.16015625, + -0.09130859375, + -0.2001953125, + -2.359375, + 1.3984375, + 1.2265625, + -0.2099609375, + -0.494140625, + 0.036865234375, + -1.078125, + -0.46484375, + -1.015625, + -1.8671875, + -3.140625, + 0.63671875, + -2.796875, + 0.69140625, + 1.625, + 1.859375, + 0.365234375, + 0.890625, + -0.953125, + -1.5078125, + 4.75, + -10.625, + 0.1533203125, + -1.078125, + 1.28125, + 0.9609375, + 0.1328125, + -3.0625, + 0.47265625, + 2.03125, + 2.703125, + -2.65625, + -1.015625, + 1.171875, + -2.71875, + 0.67578125, + 1.96875, + 1.2421875, + -0.369140625, + -1.046875, + 2.0, + -2.5625, + -0.9296875, + 0.039306640625, + -0.4453125, + 2.109375, + 0.279296875, + -0.3671875, + 2.578125, + -0.037109375, + 0.5546875, + 0.078125, + 2.578125, + -0.1796875, + -0.310546875, + -0.46484375, + -0.2431640625, + -1.296875, + -0.0224609375, + 0.87109375, + 0.024169921875, + 0.9140625, + 0.7109375, + 0.578125, + -1.4765625, + -0.1328125, + -0.84765625, + -0.115234375, + 0.2578125, + -2.4375, + 0.76953125, + -1.0234375, + 4.53125, + 2.3125, + -1.421875, + -0.578125, + -0.1259765625, + -1.7734375, + 0.73046875, + -0.1328125, + 3.59375, + 0.67578125, + -2.84375, + 0.546875, + -0.578125, + -0.2578125, + -2.171875, + 4.15625, + -0.375, + -3.53125, + -2.03125, + 2.328125, + 0.36328125, + -1.9765625, + 0.287109375, + -0.8515625, + -2.296875, + -1.3671875, + -1.015625, + -3.296875, + 0.5546875, + 3.375, + 3.578125, + -1.6953125, + -0.515625, + -0.035400390625, + 0.97265625, + -3.078125, + -0.326171875, + -1.953125, + -3.71875, + 1.875, + 0.341796875, + 0.2060546875, + 2.765625, + -2.46875, + 1.5, + -0.2080078125, + 0.76953125, + -0.7578125, + 0.267578125, + 3.234375, + -3.4375, + -1.3671875, + 0.21484375, + -0.33984375, + -7.71875, + -2.265625, + -0.515625, + 3.015625, + -0.8359375, + 3.15625, + -1.1875, + -0.2734375, + 2.953125, + -6.5625, + 2.953125, + -1.390625, + 2.40625, + -2.015625, + -2.015625, + 2.65625, + 1.390625, + -1.1328125, + 0.5234375, + 1.2109375, + 4.03125, + -1.296875, + -1.2734375, + 0.9453125, + -0.4375, + 0.32421875, + -0.890625, + 2.546875, + 1.3671875, + -0.87109375, + -2.453125, + 2.890625, + 2.28125, + 1.1875, + 2.96875, + 1.6171875, + -0.85546875, + 0.62109375, + 1.90625, + -4.125, + 0.90234375, + -0.578125, + 1.265625, + 0.08203125, + -1.15625, + 2.09375, + -0.5, + -0.80078125, + -0.62890625, + -3.21875, + 3.5625, + -0.96875, + 1.71875, + -1.1953125, + -0.8671875, + -0.34375, + 0.04248046875, + 2.21875, + 0.322265625, + 3.515625, + 2.390625, + -1.484375, + -1.703125, + -1.4921875, + 1.21875, + 2.5, + 2.109375, + 1.9609375, + 2.1875, + 0.040283203125, + 0.63671875, + -2.359375, + 0.9296875, + 0.458984375, + -0.70703125, + -0.134765625, + 0.107421875, + 0.314453125, + 2.109375, + 2.84375, + -0.9140625, + 1.625, + 1.3359375, + 0.7421875, + 1.546875, + -0.6640625, + 3.125, + -4.59375, + -0.90234375, + 0.81640625, + 3.984375, + 3.3125, + 4.78125, + 0.057861328125, + -2.03125, + -1.5, + 2.0625, + 5.65625, + 1.3203125, + 1.84375, + 5.15625, + -1.7734375, + 0.1796875, + 2.875, + 2.78125, + 0.546875, + -1.875, + 1.2890625, + -2.703125, + -0.421875, + 0.5703125, + -3.84375, + 0.89453125, + 0.81640625, + -0.32421875, + 0.1669921875, + -0.72265625, + -0.8984375, + -0.91015625, + -1.46875, + -3.265625, + 2.421875, + 0.78515625, + -0.1328125, + -1.9921875, + 3.078125, + 3.125, + -0.0181884765625, + -1.5703125, + -1.3671875, + 0.169921875, + 2.203125, + -2.03125, + 2.953125, + -2.625, + 1.4609375, + 0.07958984375, + 3.328125, + -4.78125, + -1.1875, + -1.9609375, + 2.21875, + 5.25, + 1.046875, + 0.94140625, + -2.203125, + -4.625, + 3.75, + -0.91015625, + 0.79296875, + -1.1875, + -0.375, + -0.1650390625, + 1.5078125, + 8.375, + 0.15625, + -0.404296875, + -1.84375, + -0.306640625, + 1.515625, + 0.263671875, + -1.453125, + -0.1953125, + 0.62890625, + 0.0220947265625, + -1.96875, + -0.0015716552734375, + -0.146484375, + 3.328125, + 1.125, + 1.3671875, + -1.3515625, + 1.28125, + -1.28125, + 2.171875, + 0.82421875, + 0.047607421875, + 0.9375, + 1.875, + -0.24609375, + 3.6875, + 1.5078125, + -2.90625, + -1.8125, + -0.16015625, + -0.58203125, + 0.7578125, + 0.400390625, + -2.03125, + 0.08837890625, + 1.5703125, + 2.609375, + -1.1875, + 2.546875, + 4.9375, + 2.3125, + 2.25, + 1.8359375, + 6.25, + -2.78125, + -3.5, + -0.98828125, + -0.04736328125, + 1.109375, + 0.71484375, + -2.375, + -0.62890625, + 1.3359375, + -3.5625, + -0.16015625, + 0.072265625, + 1.8515625, + 0.408203125, + 2.796875, + -0.23046875, + 2.671875, + 0.5703125, + 0.134765625, + -0.51171875, + 0.275390625, + 2.015625, + -0.025634765625, + 1.25, + 2.234375, + 1.703125, + -2.59375, + 0.1533203125, + -4.9375, + -2.421875, + 0.302734375, + 1.1953125, + -3.46875, + 0.0263671875, + -1.1875, + 0.5625, + -10.125, + 3.265625, + 1.1953125, + -1.421875, + 4.5625, + -0.66015625, + -0.130859375, + -0.5625, + -2.265625, + -4.9375, + -2.875, + -1.0859375, + 0.99609375, + 0.07470703125, + 0.0028533935546875, + -0.158203125, + -0.69921875, + 1.265625, + 2.234375, + -1.265625, + 0.0849609375, + 0.1328125, + 0.416015625, + 0.4375, + -3.625, + -2.890625, + -0.5546875, + -0.921875, + -0.5703125, + -4.375, + -4.78125, + -8.4375, + -0.6015625, + -0.1962890625, + 0.7265625, + -2.875, + 2.515625, + -4.34375, + 1.4921875, + -0.48046875, + 1.6171875, + -2.09375, + -1.390625, + 0.345703125, + 0.1240234375, + -1.0625, + -0.10986328125, + 0.9296875, + 2.375, + 1.109375, + -0.255859375, + 1.03125, + 3.515625, + 0.83984375, + -2.0625, + -0.0002498626708984375, + -0.361328125, + -3.453125, + 2.765625, + -0.54296875, + 0.357421875, + -1.3125, + -2.984375, + 1.2109375, + 0.32421875, + -0.58984375, + 2.96875, + 1.1015625, + 2.171875, + 0.58203125, + -0.86328125, + -2.03125, + -0.62890625, + 3.078125, + 0.302734375, + -0.396484375, + 2.609375, + -1.1796875, + 2.03125, + 0.57421875, + 0.94921875, + 0.79296875, + -0.8359375, + 0.2119140625, + -2.90625, + 0.55859375, + -2.125, + -1.859375, + 1.96875, + 3.328125, + -0.890625, + 0.99609375, + -0.96875, + -1.1484375, + -0.1591796875, + 0.1064453125, + -1.4375, + -0.98046875, + -0.026123046875, + -3.984375, + -4.40625, + -0.75390625, + -2.65625, + -0.921875, + -0.765625, + -0.34765625, + 1.78125, + -3.3125, + -1.7109375, + 0.765625, + 0.6171875, + 1.2109375, + -1.859375, + -2.296875, + 1.3125, + 1.515625, + 0.82421875, + 0.6796875, + -0.78515625, + -1.140625, + -1.2421875, + -2.375, + -1.265625, + 0.1259765625, + 1.6953125, + -2.21875, + -0.259765625, + -0.79296875, + -0.859375, + 1.4921875, + 1.421875, + 4.09375, + -0.478515625, + 2.59375, + 3.140625, + -4.125, + -4.59375, + 1.265625, + 2.390625, + 0.2373046875, + 0.2353515625, + -0.765625, + -1.859375, + 2.984375, + 3.015625, + 1.4140625, + 5.75, + -1.53125, + -1.1328125, + -0.55859375, + -3.578125, + 2.5625, + -0.8515625, + 2.53125, + 1.2109375, + -1.828125, + 1.40625, + -0.2890625, + -0.031005859375, + -2.859375, + -3.765625, + 3.09375, + 2.046875, + 1.7109375, + 3.5, + 0.50390625, + 3.859375, + -0.0234375, + -1.0859375, + -1.265625, + -0.267578125, + 2.578125, + 1.1328125, + -0.2734375, + 1.8515625, + -2.015625, + 3.03125, + -1.2421875, + -0.6796875, + -0.6171875, + 0.0, + -3.375, + -2.8125, + -0.365234375, + -0.470703125, + 5.09375, + -2.03125, + 0.99609375, + 0.462890625, + -0.1337890625, + -2.140625, + 1.2265625, + 0.408203125, + 0.1826171875, + 1.4609375, + -0.412109375, + 1.859375, + 0.7734375, + -1.265625, + 1.7421875, + 0.08544921875, + -1.4375, + 2.65625, + -0.6796875, + 1.359375, + -3.296875, + 6.875, + 0.65625, + -0.7109375, + 0.21875, + 3.5625, + -1.9140625, + 0.49609375, + -3.703125, + 1.8828125, + 2.25, + 1.546875, + 1.9921875, + -1.109375, + -2.046875, + -1.8984375, + -0.60546875, + -1.921875, + -0.2236328125, + 2.78125, + 1.3203125, + 2.921875, + -0.0299072265625, + 3.3125, + 1.9453125, + -3.0, + -0.255859375, + 4.28125, + 0.59765625, + -0.703125, + 2.921875, + -0.13671875, + 0.796875, + 2.125, + 0.48046875, + -1.515625, + 0.01220703125, + -3.203125, + -1.1875, + 0.408203125, + 2.234375, + -3.125, + -0.1435546875, + -1.8515625, + 0.12890625, + -4.03125, + 1.7109375, + 2.25, + 2.65625, + -2.015625, + -2.25, + 1.515625, + -0.482421875, + 2.765625, + 0.31640625, + -1.3359375, + 1.125, + 1.140625, + -1.484375, + -0.7578125, + -2.671875, + 3.5625, + -0.56640625, + -0.150390625, + -2.28125, + -0.6484375, + -0.55859375, + -1.703125, + -1.328125, + 2.078125, + 2.75, + -1.078125, + 2.421875, + -3.71875, + 1.390625, + -0.055419921875, + -0.55859375, + -2.3125, + -2.203125, + 2.125, + 1.0390625, + -0.396484375, + -0.181640625, + 3.21875, + 0.1708984375, + 1.3984375, + -1.6015625, + 1.75, + -0.0245361328125, + -0.859375, + 5.75, + 1.9609375, + -1.875, + -3.3125, + -0.609375, + 0.69140625, + 0.265625, + 0.494140625, + -1.0390625, + -0.6875, + 1.4453125, + 1.640625, + 3.25, + -1.109375, + 3.9375, + -2.46875, + -1.0390625, + -0.9375, + 2.71875, + -1.5390625, + 1.7421875, + -3.734375, + 1.890625, + -0.150390625, + 0.515625, + -3.09375, + 3.296875, + 0.31640625, + 2.171875, + -1.5703125, + -0.181640625, + -0.77734375, + -2.34375, + 1.6875, + -1.3203125, + -2.15625, + 2.265625, + -2.140625, + 1.046875, + 2.15625, + -4.4375, + -1.8671875, + 1.703125, + -0.6796875, + -0.34765625, + -0.263671875, + 1.2265625, + 0.2080078125, + 3.0625, + -0.453125, + 0.9296875, + -2.4375, + 0.8125, + 2.609375, + -1.5625, + -1.8125, + 0.322265625, + -0.78125, + -0.6875, + -1.2734375, + -0.91015625, + -0.67578125, + -0.09423828125, + 0.71484375, + -1.5078125, + 3.03125, + -0.5390625, + 0.77734375, + 0.322265625, + -0.93359375, + 0.83203125, + 1.5859375, + 3.046875, + -2.71875, + -0.173828125, + -2.546875, + 3.140625, + -0.1298828125, + -1.5390625, + -1.3828125, + 5.40625, + 0.87890625, + 0.287109375, + -1.515625, + 1.328125, + -0.76171875, + 0.024169921875, + -1.9609375, + 0.74609375, + -1.0546875, + 2.40625, + -0.279296875, + -3.453125, + 1.1640625, + -0.90625, + 0.60546875, + -4.1875, + 0.05224609375, + -2.171875, + 0.78515625, + -0.2001953125, + -2.6875, + 5.65625, + 2.796875, + 1.6328125, + 2.8125, + 1.515625, + -0.431640625, + -0.6171875, + -1.5234375, + -1.6328125, + 1.6171875, + 2.5, + 3.84375, + -0.2392578125, + -0.48046875, + 2.0, + -3.4375, + -0.392578125, + -1.8828125, + -1.3984375, + 0.65234375, + 1.671875, + 2.28125, + -3.578125, + -0.58203125, + -0.98046875, + 2.625, + -2.0, + 1.2421875, + -0.59765625, + -0.11376953125, + -0.30078125, + -1.03125, + -0.0277099609375, + -3.03125, + 1.09375, + -0.8984375, + -0.6796875, + 2.359375, + 5.4375, + 1.84375, + -1.3046875, + 2.265625, + -1.6171875, + -1.6875, + 0.2890625, + 1.3359375, + -0.57421875, + -1.609375, + -0.8671875, + -0.76953125, + -0.478515625, + 1.625, + 0.9453125, + 3.65625, + 2.15625, + -1.75, + -1.453125, + 0.031494140625, + -4.375, + -3.4375, + -0.984375, + -0.828125, + 1.2109375, + 1.125, + -0.37109375, + 2.328125, + 0.84765625, + 2.046875, + 1.3828125, + 2.0625, + -1.9921875, + -3.140625, + -2.125, + -0.8828125, + 2.375, + -0.7265625, + 0.63671875, + -1.46875, + -2.078125, + -0.267578125, + -2.546875, + 0.640625, + 2.359375, + 0.49609375, + 0.11767578125, + 2.625, + 0.13671875, + -0.98828125, + -1.765625, + 1.9921875, + -0.203125, + 1.9375, + -4.09375, + 6.84375, + -2.0625, + -5.375, + 0.00113677978515625, + -0.369140625, + -0.7109375, + -4.0625, + -0.048583984375, + -0.259765625, + -1.1953125, + 5.25, + -3.796875, + 2.171875, + 0.353515625, + -1.6328125, + -1.7109375, + -2.375, + -4.09375, + 1.75, + 0.57421875, + 0.1279296875, + -1.2265625, + 2.234375, + -2.703125, + 2.796875, + 0.28125, + 0.42578125, + 1.7578125, + 1.8046875, + -0.66015625, + 1.6484375, + -0.8828125, + 3.71875, + 0.6640625, + -1.4375, + -1.734375, + -3.265625, + -1.3125, + -0.8125, + -2.703125, + 1.6484375, + -2.4375, + 0.4609375, + 0.64453125, + -1.78125, + -3.0, + -1.0234375, + 0.6015625, + -0.1640625, + -1.0390625, + 1.9765625, + -0.64453125, + -0.77734375, + -0.296875, + 3.765625, + -0.4609375, + -0.08349609375, + -1.1171875, + -1.2109375, + -1.8046875, + 0.578125, + -0.89453125, + 2.015625, + 1.609375, + -0.82421875, + -1.6328125, + 2.3125, + -0.3828125, + 0.8984375, + 0.6875, + -0.51171875, + -0.96484375, + -1.6484375, + -0.51171875, + -1.4765625, + -1.03125, + -0.49609375, + 2.328125, + 1.0625, + -0.380859375, + 3.875, + 1.171875, + 0.77734375, + 0.60546875, + -1.6484375, + -1.609375, + 0.31640625, + 0.9296875, + -0.60546875, + -1.640625, + 1.3125, + -0.40234375, + 1.1328125, + 2.09375, + -0.0615234375, + 3.296875, + -0.55859375, + 1.890625, + -0.765625, + 1.5859375, + 2.671875, + 0.2890625, + -1.5625, + 3.703125, + -3.21875, + 0.33203125, + 1.1796875, + 2.640625, + -0.1767578125, + 1.5390625, + -2.640625, + 0.46484375, + 2.984375, + 3.671875, + -3.390625, + -1.78125, + -1.09375, + 1.265625, + -0.98828125, + -0.94140625, + 2.9375, + -1.4140625, + 0.031494140625, + 0.6484375, + -1.8203125, + -2.84375, + -1.4609375, + 0.396484375, + 2.546875, + 0.482421875, + -2.125, + -0.79296875, + 0.392578125, + 0.7109375, + 3.140625, + 0.0673828125, + -0.578125, + -2.390625, + -0.5390625, + 1.2890625, + 2.328125, + -0.263671875, + 1.15625, + -0.8359375, + -2.078125, + -2.453125, + 0.240234375, + 0.53125, + 1.15625, + 1.2421875, + -1.0859375, + -0.08544921875, + -0.58984375, + -0.54296875, + 0.67578125, + -1.390625, + -1.53125, + 1.890625, + 0.62890625, + -0.75390625, + -3.71875, + -0.1787109375, + -0.09521484375, + -2.71875, + -0.396484375, + -0.123046875, + -1.2890625, + -1.5234375, + 2.1875, + 0.201171875, + -0.150390625, + 1.203125, + -2.734375, + 0.62109375, + -0.7265625, + 2.046875, + -1.4375, + 0.400390625, + -0.1474609375, + 0.828125, + 3.625, + 1.34375, + 0.890625, + -0.2578125, + -1.625, + 0.53515625, + 3.140625, + 0.6875, + -2.015625, + 0.1376953125, + 0.08984375, + 0.427734375, + -1.515625, + 1.0625, + -0.8671875, + 1.5390625, + -3.625, + 2.109375, + 1.8203125, + 3.15625, + 0.12353515625, + -2.015625, + -0.0927734375, + 0.37890625, + -0.92578125, + -2.078125, + -0.49609375, + -0.455078125, + 0.52734375, + -0.2099609375, + 0.4375, + -1.21875, + -0.72265625, + 2.171875, + 0.68359375, + -1.609375, + 0.212890625, + -6.96875, + 2.953125, + 1.5234375, + 0.8359375, + -1.140625, + -0.228515625, + -0.404296875, + -0.91015625, + 1.734375, + 0.07763671875, + 0.072265625, + 2.625, + 2.734375, + -0.53125, + -2.703125, + -4.03125, + 0.265625, + -0.51171875, + -0.51953125, + -2.90625, + 0.5859375, + -2.171875, + 0.002044677734375, + -0.59765625, + -4.09375, + -0.2177734375, + -1.890625, + 0.037109375, + -1.9921875, + 1.953125, + 0.96875, + -5.21875, + 2.40625, + 0.166015625, + 0.375, + -9.6875, + 1.3125, + -0.78125, + 0.1875, + 0.59765625, + -1.1796875, + 1.109375, + -0.82421875, + -4.4375, + 2.75, + -2.5625, + 0.71875, + -1.9453125, + -2.21875, + -1.25, + 2.96875, + -0.40234375, + -0.201171875, + 0.1748046875, + 0.57421875, + 1.1953125, + -0.484375, + 1.09375, + 0.369140625, + 1.2578125, + 2.59375, + 2.421875, + -2.9375, + -2.4375, + 1.3359375, + -3.171875, + -2.9375, + -1.53125, + -0.01031494140625, + -0.94140625, + -1.1171875, + -0.71875, + 1.640625, + -1.7265625, + 0.96875, + 0.98828125, + 1.2421875, + -1.625, + -2.21875, + -1.8046875, + 2.46875, + -1.5546875, + 3.125, + 2.34375, + 0.890625, + -1.796875, + 2.6875, + -1.0, + 1.0703125, + -1.203125, + -1.6953125, + 0.4765625, + 1.8671875, + 3.953125, + 3.140625, + 1.046875, + -4.34375, + -1.9453125, + -1.5234375, + -4.0625, + -0.07373046875, + -0.0125732421875, + -1.1171875, + -2.328125, + -3.546875, + -0.890625, + -0.8984375, + -2.421875, + -3.625, + 1.0390625, + -0.48046875, + 0.0986328125, + -3.140625, + 1.9375, + 0.65625, + 1.2890625, + -1.515625, + 3.46875, + 0.1806640625, + 2.59375, + -2.03125, + -2.046875, + 3.484375, + -1.3828125, + 1.09375, + 0.0223388671875, + 1.21875, + -0.3203125, + 0.17578125, + -0.62109375, + 1.3671875, + -2.0, + -1.3828125, + 1.1640625, + 0.392578125, + -1.2421875, + 1.6015625, + 0.81640625, + 2.21875, + -0.6640625, + 0.416015625, + -1.90625, + -1.4609375, + -2.03125, + 2.625, + -4.25, + 2.171875, + 3.046875, + -0.95703125, + 1.5859375, + -0.63671875, + 4.78125, + -0.1220703125, + -4.78125, + 0.55078125, + 0.59765625, + 1.46875, + -0.671875, + -0.53125, + 4.09375, + 2.34375, + -1.3671875, + 1.4921875, + 5.5, + -0.443359375, + 4.15625, + 3.140625, + 3.421875, + 1.3125, + -0.71484375, + 0.62890625, + -0.087890625, + -1.3984375, + 0.08251953125, + 0.51953125, + -2.015625, + -1.2578125, + -0.296875, + -1.28125, + -0.91796875, + -1.3046875, + 0.12255859375, + -0.98046875, + 0.35546875, + -2.078125, + -0.275390625, + 0.236328125, + 0.451171875, + 0.18359375, + 3.328125, + 0.50390625, + 1.328125, + -1.4765625, + 1.15625, + -1.90625, + -2.03125, + -0.96484375, + -1.609375, + -1.015625, + -1.2109375, + -2.09375, + 2.453125, + 2.828125, + 3.453125, + 0.734375, + 0.439453125, + -0.062255859375, + -0.224609375, + -0.95703125, + 2.453125, + 1.8515625, + -1.2265625, + 2.140625, + 0.004638671875, + 2.53125, + -0.68359375, + 2.796875, + -2.078125, + -1.359375, + -5.46875, + -0.037841796875, + 0.8359375, + -0.353515625, + 1.984375, + -1.0546875, + 4.71875, + 1.59375, + 1.859375, + -1.4609375, + -0.859375, + -0.3359375, + 5.03125, + 0.94140625, + 0.9140625, + 0.2119140625, + 1.4296875, + 0.9453125, + 0.478515625, + -2.53125, + 3.140625, + 1.1875, + -3.390625, + 0.5390625, + -0.10791015625, + 0.1484375, + 0.59375, + 0.6640625, + 0.2412109375, + -0.57421875, + 0.345703125, + -1.1875, + 1.5546875, + -4.65625, + 0.85546875, + -1.765625, + -0.439453125, + 2.046875, + -5.78125, + -3.296875, + 0.56640625, + 1.8203125, + -0.04833984375, + 0.65625, + 2.78125, + -2.140625, + 0.09228515625, + -0.412109375, + -2.875, + 1.8984375, + -0.734375, + 1.8671875, + 1.2578125, + 0.255859375, + -0.546875, + 0.44140625, + -1.46875, + -2.203125, + 0.2236328125, + -0.6796875, + 1.40625, + -0.59765625, + 1.6640625, + 1.8671875, + -0.67578125, + -3.078125, + -1.2578125, + 0.56640625, + -0.55078125, + 2.203125, + 0.08349609375, + -2.453125, + -1.015625, + -2.265625, + -2.609375, + 3.28125, + -0.91796875, + -0.2412109375, + 0.86328125, + -2.90625, + -1.4609375, + -1.796875, + -2.109375, + -2.046875, + -0.359375, + -2.421875, + -0.6953125, + -0.1015625, + -1.71875, + -1.765625, + -0.5546875, + 1.7421875, + -2.046875, + 1.6875, + -2.984375, + 0.134765625, + 0.9921875, + -0.0155029296875, + 0.384765625, + -0.10693359375, + 1.265625, + -0.859375, + 4.09375, + 2.140625, + 2.296875, + -1.890625, + 1.296875, + -3.9375, + -1.2109375, + 0.5703125, + -2.703125, + 1.3515625, + 1.8671875, + -0.09033203125, + -0.6015625, + 0.65625, + 3.0625, + 0.75, + 1.625, + -1.3984375, + -1.4140625, + -1.0, + -1.03125, + 0.09228515625, + -1.125, + 0.2158203125, + -0.84375, + -0.25390625, + -1.84375, + -0.75, + 0.2021484375, + -1.1171875, + 6.28125, + -2.359375, + -1.875, + 4.09375, + 0.408203125, + 0.416015625, + 0.45703125, + 0.498046875, + -1.0703125, + 3.328125, + 0.2421875, + 1.765625, + -1.0859375, + 1.09375, + -0.0341796875, + -1.34375, + 0.9609375, + 3.984375, + 0.5703125, + -2.203125, + -2.578125, + 1.3125, + 2.71875, + -0.498046875, + -1.703125, + 0.142578125, + -1.1875, + -1.3671875, + 3.15625, + -0.01226806640625, + 3.5, + -1.7109375, + -1.390625, + -2.953125, + -0.6484375, + 0.07080078125, + -1.6328125, + 2.484375, + -0.19921875, + -1.0, + -0.361328125, + 0.4765625, + -1.84375, + -1.9140625, + 1.0234375, + -1.3515625, + -1.9921875, + 0.40234375, + -1.8515625, + 0.46875, + 0.80859375, + 2.03125, + -0.7265625, + -0.416015625, + 0.423828125, + -0.10009765625, + 1.015625, + 3.03125, + -1.875, + -2.34375, + 1.28125, + 0.3203125, + 1.4296875, + -1.1171875, + 3.171875, + 0.0294189453125, + 4.25, + 3.28125, + -1.5078125, + -0.73828125, + 1.4609375, + -0.498046875, + -1.4921875, + 0.66015625, + -0.76953125, + 3.765625, + -0.12060546875, + 1.515625, + 4.5, + -1.171875, + 0.55859375, + 1.859375, + 0.0281982421875, + -3.03125, + 0.3125, + 0.53515625, + -0.37109375, + -1.765625, + -0.5703125, + 1.8671875, + -0.83984375, + -0.984375, + -0.57421875, + -0.59765625, + -0.3203125, + 0.98828125, + -3.015625, + -5.1875, + -0.828125, + -0.76171875, + 2.203125, + 0.71484375, + -3.015625, + 0.71875, + -3.609375, + 2.8125, + -0.171875, + 0.076171875, + 1.2578125, + -0.71875, + 2.96875, + -0.296875, + -0.09765625, + 0.392578125, + 2.953125, + -0.64453125, + -2.03125, + -0.3671875, + 1.90625, + -0.1298828125, + -2.25, + -0.37890625, + 1.5625, + -7.21875, + -0.98046875, + 0.031494140625, + -1.3515625, + -4.4375, + 1.8203125, + -0.98828125, + 3.046875, + -0.65625, + -0.2060546875, + 5.6875, + 3.46875, + -1.5234375, + -0.07421875, + 0.98828125, + 0.71875, + 1.1796875, + 1.90625, + -0.07275390625, + -1.0234375, + 3.171875, + 1.234375, + -0.6484375, + 2.4375, + 2.578125, + -1.078125, + 0.46484375, + 2.21875, + 1.59375, + -0.1943359375, + -1.796875, + -5.6875, + -1.2734375, + 0.66015625, + 4.75, + -1.0703125, + 0.1533203125, + -4.78125, + -3.046875, + -0.7734375, + 2.984375, + 0.443359375, + -2.75, + 0.158203125, + -1.2734375, + -3.609375, + -1.1953125, + -0.5078125, + -3.265625, + 0.267578125, + 0.76171875, + -3.890625, + 1.8828125, + 2.671875, + 0.9375, + -2.9375, + -0.8125, + -1.2265625, + -0.93359375, + 2.5625, + 2.015625, + -0.453125, + -0.91015625, + 1.984375, + -2.84375, + -1.3125, + 3.21875, + 1.5390625, + -3.0625, + -1.46875, + -1.5390625, + -1.0546875, + -0.5859375, + 0.53125, + 0.48046875, + -5.25, + 0.9765625, + 0.474609375, + -2.3125, + 3.4375, + 1.1328125, + -0.828125, + -0.3359375, + 2.21875, + 4.9375, + -0.765625, + 1.234375, + -0.921875, + -3.09375, + 1.6796875, + 1.6015625, + -0.021240234375, + 0.60546875, + -1.75, + -2.859375, + -3.21875, + -1.484375, + -1.9453125, + 1.1953125, + 0.90234375, + 0.494140625, + 0.16796875, + 1.5859375, + 2.671875, + 1.1171875, + -2.953125, + 0.09814453125, + 2.515625, + 2.578125, + 1.9609375, + 1.234375, + -0.490234375, + -0.298828125, + 7.1875, + -0.037109375, + 0.09423828125, + 1.4765625, + -1.0625, + -0.40234375, + -0.42578125, + -0.1259765625, + -3.796875, + -0.5390625, + -6.65625, + 0.81640625, + -0.07373046875, + -1.8984375, + -1.4375, + 0.33984375, + -2.765625, + 1.328125, + -2.421875, + -0.96875, + 0.09814453125, + -0.2197265625, + -2.890625, + 2.015625, + -1.6015625, + 5.625, + 1.5, + 3.125, + -3.46875, + 5.46875, + -0.30859375, + -3.421875, + -4.625, + 1.484375, + 0.1787109375, + 1.0, + 1.3828125, + -0.84375, + -0.408203125, + -1.359375, + 0.453125, + -0.0380859375, + 0.5703125, + -1.0234375, + -1.734375, + 2.328125, + -0.98046875, + -0.66796875, + 0.94140625, + 1.3046875, + 0.33984375, + -2.046875, + -0.1474609375, + -0.60546875, + 2.125, + -0.265625, + 1.328125, + -4.1875, + 2.46875, + 1.46875, + 1.7109375, + -1.4375, + -2.6875, + 0.162109375, + 0.267578125, + 1.640625, + 0.6640625, + 0.11181640625, + -3.375, + -4.15625, + 0.024169921875, + 0.5078125, + 0.2490234375, + 0.2314453125, + -1.4375, + -3.453125, + 0.462890625, + 0.1904296875, + -0.7109375, + -0.17578125, + -4.75, + 1.453125, + 2.5, + -0.490234375, + -10.8125, + 0.68359375, + -1.90625, + -2.21875, + -1.28125, + 0.9296875, + 2.3125, + 1.515625, + -4.71875, + 2.53125, + 2.0, + 0.5390625, + 1.0390625, + 4.46875, + -0.11669921875, + -2.890625, + -0.0279541015625, + 0.357421875, + 3.15625, + 3.578125, + 5.25, + 2.515625, + -0.310546875, + 1.96875, + -3.296875, + 0.498046875, + -1.9140625, + -0.263671875, + 0.5625, + 0.384765625, + -0.94921875, + -0.76171875, + -3.546875, + -0.2109375, + -3.5625, + 0.64453125, + -2.4375, + 2.1875, + 0.546875, + 1.8828125, + -2.015625, + -4.15625, + -1.1953125, + -1.1796875, + 3.984375, + 0.73046875, + -2.328125, + 1.5234375, + -0.48828125, + -5.5, + 0.90625, + -0.0908203125, + 0.94921875, + 1.3671875, + 2.34375, + -1.4140625, + -2.265625, + -0.30078125, + 1.390625, + 1.2109375, + 1.1328125, + 3.46875, + -0.66015625, + -1.1328125, + -0.86328125, + 2.15625, + 5.0, + 0.00836181640625, + 0.396484375, + 0.79296875, + -2.296875, + 1.1328125, + -1.421875, + -1.84375, + 0.326171875, + 1.6484375, + -1.890625, + 1.078125, + -2.28125, + 3.390625, + -5.625, + -2.234375, + -0.134765625, + 0.52734375, + -1.859375, + -1.578125, + 2.75, + 0.53125, + -1.1484375, + 0.5390625, + 0.78125, + -0.1259765625, + -2.859375, + -2.6875, + 6.4375, + -3.453125, + -2.78125, + -0.875, + -0.9375, + -0.72265625, + 2.609375, + 1.125, + -3.203125, + -0.06591796875, + -2.84375, + -0.171875, + 1.34375, + 1.3359375, + 4.46875, + -0.62109375, + -2.234375, + 1.234375, + -0.46875, + -0.2158203125, + -3.3125, + -2.546875, + -0.93359375, + -2.671875, + -0.427734375, + 4.5, + 0.53125, + 0.62109375, + 0.63671875, + -1.953125, + 1.2421875, + -0.28125, + 0.103515625, + -2.09375, + -4.0, + 0.1962890625, + -2.75, + -0.859375, + -2.546875, + -1.15625, + 1.078125, + -3.671875, + 2.421875, + -0.07763671875, + -1.8671875, + 0.55859375, + 0.1435546875, + 0.5703125, + 3.28125, + -3.21875, + -0.62890625, + 0.57421875, + -0.1650390625, + -0.46875, + -0.44140625, + 0.546875, + 0.7109375, + -1.6953125, + -1.359375, + 1.5390625, + -1.8203125, + -1.6875, + 1.734375, + 1.0078125, + 0.640625, + -1.78125, + 0.171875, + -0.54296875, + -0.376953125, + 2.625, + 4.34375, + -4.21875, + -2.140625, + -1.3359375, + 1.5703125, + -4.78125, + 0.08251953125, + 0.890625, + 1.1328125, + 0.671875, + -0.25, + -3.59375, + -2.84375, + -1.8984375, + -1.3203125, + -0.328125, + 3.375, + 5.53125, + -1.2109375, + 2.921875, + 1.625, + -0.1416015625, + 0.07568359375, + -1.0078125, + -1.3984375, + -1.375, + 3.796875, + 1.390625, + -1.5703125, + 6.875, + -2.046875, + -1.8828125, + 0.5859375, + 0.4765625, + -2.078125, + 0.96484375, + -0.208984375, + 1.34375, + -0.1083984375, + -0.97265625, + -0.494140625, + 1.9921875, + 3.640625, + 0.2294921875, + -0.333984375, + 1.5546875, + -1.03125, + 2.625, + -0.578125, + 0.98828125, + 3.296875, + -1.4453125, + -1.15625, + -0.478515625, + 2.71875, + -1.515625, + -0.408203125, + -2.75, + 1.8125, + 0.30078125, + 2.140625, + 0.388671875, + 1.3671875, + 0.7734375, + -3.5625, + -1.390625, + -1.4296875, + -0.5546875, + -0.87109375, + 0.734375, + 1.0390625, + -3.296875, + -2.65625, + -0.56640625, + 1.4609375, + -0.345703125, + 1.6875, + 0.66796875, + 2.4375, + 0.7421875, + 1.796875, + 1.25, + -0.78515625, + -0.84375, + -0.61328125, + -0.95703125, + -0.33984375, + -1.0703125, + -2.09375, + 0.07470703125, + 0.0791015625, + -1.5546875, + 2.515625, + -0.9765625, + 3.4375, + -2.203125, + 0.68359375, + 0.392578125, + -0.53125, + 0.984375, + 3.125, + -2.21875, + 3.03125, + -0.8125, + 2.40625, + 1.96875, + 0.412109375, + 1.671875, + 2.234375, + 1.4921875, + 0.0303955078125, + 3.359375, + -1.0, + -2.921875, + 2.28125, + 3.453125, + 0.1376953125, + -1.6875, + -0.6640625, + 0.98828125, + -1.296875, + -0.7421875, + -0.2734375, + -1.2421875, + 0.259765625, + 2.125, + -0.98828125, + 1.890625, + 0.26171875, + 1.7734375, + 1.625, + -0.70703125, + -3.1875, + -1.84375, + -2.734375, + -0.6171875, + 0.458984375, + 2.03125, + 1.609375, + -0.6015625, + -1.96875, + 3.765625, + -1.7578125, + -1.15625, + -0.7421875, + 13.0625, + 2.625, + -1.109375, + -3.703125, + 1.265625, + -1.6796875, + 1.21875, + -2.09375, + -4.53125, + 0.74609375, + -1.890625, + -1.921875, + 0.734375, + -3.609375, + 1.546875, + -1.46875, + -0.6875, + 3.96875, + 2.359375, + 0.283203125, + -2.625, + 2.234375, + -2.40625, + 1.1796875, + 0.6796875, + 0.9921875, + -0.61328125, + -1.546875, + -3.390625, + -0.431640625, + -1.2421875, + 0.361328125, + 0.337890625, + 0.9375, + -2.5625, + -0.43359375, + -1.2109375, + -1.5703125, + 0.46484375, + -2.28125, + 1.0234375, + -0.859375, + 2.203125, + 1.375, + -0.033203125, + 0.1181640625, + -0.84765625, + -5.75, + 1.8828125, + -0.65625, + 0.1748046875, + -0.55078125, + 2.4375, + 0.384765625, + 2.53125, + -2.046875, + -0.85546875, + 2.28125, + 2.40625, + -4.25, + -0.400390625, + -2.875, + -2.828125, + 1.6953125, + -0.185546875, + -0.9375, + 2.21875, + 0.06787109375, + 1.125, + 2.21875, + -0.61328125, + -1.921875, + 1.9609375, + 4.375, + -2.921875, + -1.2265625, + -2.65625, + 1.6953125, + 2.65625, + 1.921875, + 0.0791015625, + 2.265625, + 0.71484375, + -0.84765625, + 1.9453125, + -2.140625, + -2.875, + -0.66015625, + -0.40234375, + 2.09375, + 1.3359375, + 1.171875, + -0.008544921875, + 1.9296875, + -0.265625, + -0.96484375, + -0.1474609375, + -2.265625, + -1.4296875, + 2.46875, + 1.921875, + 1.796875, + 0.60546875, + 2.15625, + 0.52734375, + -0.1201171875, + -1.4609375, + -2.71875, + -1.484375, + -0.302734375, + 0.43359375, + -0.7578125, + 4.40625, + 1.1328125, + 0.625, + -1.09375, + 1.0859375, + 2.015625, + 2.171875, + -0.27734375, + -0.212890625, + -0.1484375, + 0.1328125, + 0.8984375, + -0.68359375, + -0.267578125, + -2.375, + -0.058837890625, + 0.34375, + 0.67578125, + -6.96875, + 1.9609375, + -1.2265625, + 3.140625, + 0.89453125, + -0.0250244140625, + 2.375, + -0.458984375, + 2.0625, + 0.2353515625, + 1.65625, + 3.28125, + 0.51171875, + 5.5, + 0.83984375, + -0.453125, + -1.7734375, + 0.19140625, + -0.98828125, + -2.515625, + 0.515625, + -1.109375, + -0.484375, + 1.9921875, + -1.0859375, + 3.1875, + -1.1171875, + 0.7265625, + 0.609375, + 1.1328125, + -0.427734375, + -1.421875, + 3.203125, + -0.40234375, + 2.265625, + 0.4609375, + -1.0078125, + -3.90625, + 0.03564453125, + 1.609375, + 0.71484375, + -0.9140625, + -2.28125, + -2.265625, + 1.6875, + 1.859375, + -4.46875, + -1.859375, + -0.86328125, + 0.6328125, + -0.423828125, + -1.234375, + -1.40625, + 0.427734375, + -0.75, + -3.015625, + 4.375, + 1.734375, + 1.125, + 1.4609375, + -3.390625, + 0.73828125, + 1.4609375, + -1.0703125, + 2.046875, + 3.515625, + -8.4375, + 0.82421875, + -2.0625, + 0.890625, + -1.546875, + -1.875, + 4.9375, + -7.1875, + -0.8046875, + -2.765625, + 2.0625, + -1.03125, + 1.0546875, + -0.81640625, + 4.0, + -6.21875, + 2.296875, + -1.140625, + 0.162109375, + 0.376953125, + 0.330078125, + 0.63671875, + 0.17578125, + 1.171875, + 1.1640625, + 6.90625, + -2.140625, + -1.3828125, + -3.34375, + -2.734375, + 0.0830078125, + -0.0206298828125, + -2.625, + -1.9921875, + -1.1171875, + -0.734375, + -0.072265625, + -0.271484375, + -0.314453125, + 1.453125, + 0.73046875, + 1.4375, + 1.3203125, + -1.3515625, + -0.283203125, + -0.2041015625, + 2.125, + -0.380859375, + -0.65625, + -2.25, + -0.05078125, + 2.234375, + -1.4453125, + 2.3125, + -3.515625, + -0.1943359375, + -0.248046875, + 3.0625, + 0.185546875, + -1.40625, + 2.578125, + 2.09375, + -0.6015625, + 2.84375, + -0.1826171875, + 0.3125, + -0.265625, + -0.06396484375, + 1.609375, + 0.427734375, + -1.421875, + 1.3125, + -0.76953125, + 2.46875, + 0.69140625, + 3.140625, + 2.28125, + 0.9609375, + 0.05419921875, + 3.0625, + -1.2734375, + -0.625, + 1.0234375, + 0.53125, + -0.58203125, + -1.6015625, + -2.671875, + 1.8203125, + -3.3125, + -0.5234375, + 3.09375, + -1.6015625, + 0.9375, + 2.65625, + -0.71875, + 1.0625, + -3.6875, + -0.546875, + 0.41796875, + 0.78515625, + 3.0, + 1.3203125, + 0.53515625, + 1.2890625, + -0.0712890625, + -2.984375, + -0.478515625, + 0.376953125, + -0.9375, + -7.59375, + 0.90625, + -0.138671875, + -3.015625, + 1.7578125, + -6.34375, + -0.09423828125, + 0.28125, + -1.671875, + -1.5625, + -1.3125, + -1.1171875, + -0.26953125, + 0.201171875, + 4.96875, + 1.9765625, + -0.48046875, + -0.76171875, + 0.390625, + -1.34375, + 0.3203125, + -1.5625, + -1.25, + 0.037841796875, + 2.1875, + 0.40234375, + -3.5625, + 3.21875, + -0.10791015625, + 1.46875, + 1.875, + -0.703125, + -2.75, + -0.63671875, + -2.1875, + -4.59375, + -2.703125, + -5.25, + 1.6171875, + 1.6328125, + 1.3359375, + -0.7265625, + 2.09375, + 1.765625, + -0.08447265625, + -0.12109375, + 0.796875, + -0.490234375, + 0.78515625, + -0.38671875, + -3.09375, + -3.640625, + 2.390625, + 0.453125, + -0.439453125, + -1.171875, + 0.77734375, + -0.349609375, + -2.09375, + 0.82421875, + -4.3125, + 0.41015625, + 3.390625, + 1.4453125, + -4.0625, + 3.578125, + -2.921875, + -1.8984375, + 0.75, + 0.421875, + -0.66796875, + -6.03125, + 3.8125, + -2.6875, + 1.265625, + -1.140625, + 3.828125, + -0.09130859375, + 0.0400390625, + -0.37890625, + -2.34375, + -0.87890625, + -0.482421875, + 1.765625, + -1.6015625, + 3.421875, + -0.10693359375, + 0.33203125, + 2.109375, + 1.203125, + -0.203125, + 0.263671875, + 1.015625, + 3.46875, + 0.78515625, + 1.796875, + -1.5546875, + -0.154296875, + -4.53125, + -0.240234375, + 1.78125, + -1.5234375, + 2.078125, + 1.71875, + -0.859375, + 2.234375, + -1.0, + 0.8984375, + -0.1396484375, + -0.78125, + 1.0703125, + 3.75, + -0.69140625, + -19.75, + 0.91015625, + -1.375, + -0.62109375, + 1.609375, + -0.828125, + 2.671875, + 0.34765625, + 2.375, + -0.025390625, + -0.470703125, + -1.2890625, + -0.80078125, + -1.390625, + 0.53125, + 1.7734375, + -1.921875, + 0.15234375, + -4.65625, + -2.734375, + 2.875, + 0.025146484375, + -0.9375, + 1.4609375, + -1.3125, + -3.578125, + -0.3828125, + 0.024169921875, + 0.51171875, + 0.298828125, + -0.474609375, + 2.4375, + 1.125, + 6.09375, + 2.109375, + 0.5234375, + 2.765625, + 0.51953125, + 0.84375, + 0.171875, + 2.75, + 0.53515625, + -1.921875, + 0.412109375, + -2.609375, + 0.48828125, + 2.421875, + -0.890625, + 0.291015625, + -1.4765625, + -3.640625, + -1.3515625, + 1.84375, + -0.8828125, + -2.765625, + 0.16015625, + -2.59375, + -3.828125, + -0.01190185546875, + 0.6796875, + 1.8828125, + -1.5625, + 1.65625, + 0.140625, + 0.271484375, + -0.291015625, + -0.078125, + 0.365234375, + -0.353515625, + 0.546875, + -1.4609375, + 1.6015625, + 2.21875, + 2.46875, + 3.4375, + 2.140625, + 0.05419921875, + 1.2578125, + 1.6328125, + -0.8671875, + -0.62890625, + -0.08349609375, + -3.625, + 2.34375, + -2.796875, + -1.0625, + -1.8125, + 1.8984375, + -0.384765625, + -1.6875, + -0.0030517578125, + -1.5, + 0.83984375, + -0.73828125, + 0.96484375, + -0.625, + 3.296875, + 1.703125, + -2.578125, + -0.51171875, + 1.546875, + 2.5625, + 0.78515625, + 2.9375, + 0.12353515625, + -1.0625, + -0.03466796875, + -0.5390625, + -1.1953125, + -0.84765625, + 0.58203125, + -1.078125, + 3.046875, + -0.59375, + -0.1025390625, + -1.7890625, + -3.125, + -2.015625, + 1.7109375, + 2.109375, + -0.484375, + -0.4765625, + -0.005615234375, + -0.328125, + -1.5546875, + 1.0859375, + -0.369140625, + -1.546875, + 0.84765625, + 0.27734375, + 0.62890625, + -1.9375, + -0.11669921875, + -0.59765625, + -2.109375, + -0.84375, + 0.74609375, + 0.95703125, + 0.21875, + 0.37109375, + -0.7109375, + -0.08544921875, + 1.9921875, + -1.484375, + 0.66015625, + 0.07421875, + -1.0546875, + -0.345703125, + 1.6171875, + -0.85546875, + -3.015625, + -1.2734375, + 2.828125, + 1.2265625, + 1.5390625, + 1.109375, + -1.1484375, + -1.046875, + 3.515625, + 1.5859375, + 1.0859375, + -1.015625, + -4.03125, + -1.09375, + 1.75, + -2.359375, + -3.46875, + 1.546875, + -0.1591796875, + -0.376953125, + 3.765625, + 1.59375, + 3.625, + -2.515625, + 1.890625, + -0.80078125, + 0.53125, + 0.9296875, + 2.890625, + -0.26171875, + -0.515625, + 2.171875, + 0.75, + -0.408203125, + 1.4140625, + -1.3359375, + 0.29296875, + -1.3203125, + 4.1875, + -0.80859375, + 0.30859375, + 0.74609375, + -2.71875, + 2.546875, + -0.79296875, + -0.98828125, + 2.0625, + 2.59375, + -3.25, + 0.6796875, + 0.365234375, + 0.53125, + -1.84375, + -2.671875, + -1.4296875, + 1.15625, + -3.09375, + 0.74609375 + ], + "index": 3, + "object": "embedding", + "raw_output": null + } + ], + "model": "accounts/fireworks/models/qwen3-embedding-8b", + "object": "list", + "usage": { + "prompt_tokens": 164, + "total_tokens": 164, + "completion_tokens": 0 + }, + "perf_metrics": null + } + }, + "is_streaming": false + } +} diff --git a/tests/integration/recordings/responses/dd6cc3f2e6ce.json b/tests/integration/recordings/responses/67bec1334dc9.json similarity index 94% rename from tests/integration/recordings/responses/dd6cc3f2e6ce.json rename to tests/integration/recordings/responses/67bec1334dc9.json index cfb752700..ab4df3065 100644 --- a/tests/integration/recordings/responses/dd6cc3f2e6ce.json +++ b/tests/integration/recordings/responses/67bec1334dc9.json @@ -15,7 +15,7 @@ "content": "What is the boiling point of the liquid polyjuice in celsius?" } ], - "max_tokens": 0, + "max_tokens": 512, "stream": true, "temperature": 0.0001, "tool_choice": { @@ -60,7 +60,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-726", + "id": "chatcmpl-560", "choices": [ { "delta": { @@ -71,7 +71,7 @@ "tool_calls": [ { "index": 0, - "id": "call_26xsv4bs", + "id": "call_h50zu2cg", "function": { "arguments": "{\"celcius\":true,\"liquid_name\":\"polyjuice\"}", "name": "get_boiling_point" @@ -85,7 +85,7 @@ "logprobs": null } ], - "created": 1759368387, + "created": 1759427022, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -96,7 +96,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-726", + "id": "chatcmpl-560", "choices": [ { "delta": { @@ -111,7 +111,7 @@ "logprobs": null } ], - "created": 1759368387, + "created": 1759427022, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, diff --git a/tests/integration/recordings/responses/7d28e973eff5.json b/tests/integration/recordings/responses/67f94c4f8ba0.json similarity index 100% rename from tests/integration/recordings/responses/7d28e973eff5.json rename to tests/integration/recordings/responses/67f94c4f8ba0.json diff --git a/tests/integration/recordings/responses/f55d47f584e9.json b/tests/integration/recordings/responses/8b531e81126a.json similarity index 94% rename from tests/integration/recordings/responses/f55d47f584e9.json rename to tests/integration/recordings/responses/8b531e81126a.json index 66c8c0103..a72fde06c 100644 --- a/tests/integration/recordings/responses/f55d47f584e9.json +++ b/tests/integration/recordings/responses/8b531e81126a.json @@ -15,7 +15,7 @@ "content": "Call get_boiling_point tool and answer What is the boiling point of polyjuice?" } ], - "max_tokens": 0, + "max_tokens": 512, "stream": true, "temperature": 0.0001, "tool_choice": "auto", @@ -55,7 +55,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-159", + "id": "chatcmpl-101", "choices": [ { "delta": { @@ -66,7 +66,7 @@ "tool_calls": [ { "index": 0, - "id": "call_9c0j8toc", + "id": "call_8rf1aax7", "function": { "arguments": "{\"celcius\":null,\"liquid_name\":\"polyjuice\"}", "name": "get_boiling_point" @@ -80,7 +80,7 @@ "logprobs": null } ], - "created": 1759368388, + "created": 1759427029, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -91,7 +91,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-159", + "id": "chatcmpl-101", "choices": [ { "delta": { @@ -106,7 +106,7 @@ "logprobs": null } ], - "created": 1759368388, + "created": 1759427029, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, diff --git a/tests/integration/recordings/responses/aeb1abed5560.json b/tests/integration/recordings/responses/aeb1abed5560.json new file mode 100644 index 000000000..1b32994fe --- /dev/null +++ b/tests/integration/recordings/responses/aeb1abed5560.json @@ -0,0 +1,4137 @@ +{ + "request": { + "method": "POST", + "url": "https://api.fireworks.ai/inference/v1/v1/embeddings", + "headers": {}, + "body": { + "model": "accounts/fireworks/models/qwen3-embedding-8b", + "input": [ + "This is a test file 1" + ], + "encoding_format": "float" + }, + "endpoint": "/v1/embeddings", + "model": "accounts/fireworks/models/qwen3-embedding-8b" + }, + "response": { + "body": { + "__type__": "openai.types.create_embedding_response.CreateEmbeddingResponse", + "__data__": { + "data": [ + { + "embedding": [ + 2.140625, + 0.038330078125, + -1.875, + -2.1875, + 1.765625, + 0.08203125, + 0.60546875, + 3.828125, + -3.96875, + 0.58203125, + -3.546875, + 0.52734375, + 8.25, + -1.9296875, + 3.296875, + -1.7890625, + 2.765625, + 1.2734375, + 1.3046875, + 1.5, + -2.734375, + 4.9375, + 2.71875, + -0.83984375, + 4.125, + 1.5625, + -2.171875, + -2.0625, + -0.90234375, + 0.427734375, + -1.9140625, + 2.625, + 1.6640625, + 6.125, + -3.375, + 2.390625, + -2.65625, + -1.375, + -0.7890625, + 0.88671875, + -0.66015625, + -0.9296875, + 0.26953125, + 0.93359375, + -3.015625, + 0.88671875, + -1.40625, + -1.921875, + 0.1083984375, + -0.0927734375, + 0.283203125, + -1.65625, + -0.5625, + 1.21875, + 0.21484375, + 2.515625, + -0.984375, + -1.40625, + -4.21875, + -1.4453125, + -5.3125, + -1.3515625, + 2.265625, + -1.2109375, + 0.48828125, + 2.625, + 1.171875, + 1.1328125, + 1.25, + -2.21875, + 0.42578125, + 2.515625, + 0.83984375, + 0.71875, + 1.015625, + -1.3671875, + -3.6875, + -0.7421875, + 0.341796875, + 4.71875, + -0.09521484375, + -4.59375, + 1.1328125, + -2.21875, + -0.9375, + -1.5078125, + -0.8046875, + -1.171875, + 0.91015625, + -0.55078125, + 3.34375, + -0.734375, + -0.384765625, + 1.6796875, + 0.1015625, + 1.875, + -4.875, + -2.0, + -2.203125, + 3.15625, + 2.09375, + 2.421875, + 1.203125, + -0.52734375, + -0.1259765625, + 1.2734375, + -0.7109375, + -0.703125, + -0.482421875, + -0.7734375, + 2.90625, + 1.96875, + 2.1875, + 1.9921875, + -0.4296875, + -0.78515625, + 0.2294921875, + 2.046875, + 1.0078125, + 2.015625, + 2.4375, + -1.3828125, + -4.875, + -0.63671875, + 3.953125, + -2.09375, + 0.8515625, + -0.421875, + -0.103515625, + -2.953125, + 2.859375, + -3.890625, + 2.8125, + -3.453125, + -1.390625, + -0.63671875, + -3.59375, + 1.1484375, + 0.78125, + -2.578125, + -1.734375, + 1.90625, + 1.84375, + -0.1552734375, + 1.109375, + 3.796875, + -2.765625, + 0.60546875, + 0.380859375, + 5.34375, + 0.09619140625, + -0.77734375, + 1.65625, + -2.84375, + -1.4921875, + -1.5, + -2.78125, + 2.390625, + 2.8125, + 0.326171875, + -1.8046875, + -1.3125, + 4.59375, + 1.3125, + -0.62109375, + 0.072265625, + 2.0625, + 0.498046875, + 1.46875, + -2.09375, + 2.140625, + 0.126953125, + -2.5625, + 3.234375, + 0.703125, + 1.6953125, + -0.09619140625, + -0.9765625, + 2.453125, + 3.234375, + 1.34375, + 2.25, + -1.796875, + 2.34375, + 1.25, + 1.5859375, + 0.318359375, + -2.40625, + 0.58984375, + 1.1875, + 1.1171875, + -0.10205078125, + -0.0927734375, + 1.0859375, + -3.25, + 0.2890625, + 0.51171875, + -0.2353515625, + 1.15625, + -1.140625, + 7.34375, + -3.515625, + 2.1875, + -0.92578125, + -2.1875, + -1.578125, + -2.515625, + 0.79296875, + 1.3515625, + -5.09375, + 0.50390625, + -2.109375, + 2.6875, + 2.0, + 1.15625, + -2.265625, + 5.75, + -0.62109375, + -1.0546875, + 1.21875, + 0.234375, + 1.375, + 1.4609375, + 1.125, + 0.0159912109375, + -5.46875, + -0.361328125, + -1.546875, + -0.87890625, + -4.34375, + 0.94140625, + -0.89453125, + -0.0634765625, + -1.5546875, + 3.8125, + -2.609375, + -1.28125, + -0.8984375, + 0.212890625, + -1.265625, + -0.07958984375, + -0.1328125, + 1.015625, + 0.4375, + 0.515625, + 1.859375, + -1.4609375, + -0.9140625, + 4.28125, + -1.140625, + -0.9375, + -2.875, + -0.9375, + -0.5078125, + -0.390625, + -1.921875, + -0.74609375, + -1.046875, + -0.056640625, + 2.21875, + 1.4453125, + -2.71875, + 1.65625, + 3.609375, + -2.25, + -0.75, + -2.296875, + -3.703125, + -0.6796875, + -0.345703125, + 0.2255859375, + -3.03125, + -0.40625, + 0.86328125, + 0.7421875, + -0.375, + 2.6875, + -3.015625, + -2.5625, + -0.20703125, + 0.1611328125, + -1.2890625, + 2.390625, + -3.171875, + 1.828125, + -1.5078125, + 0.333984375, + 1.21875, + -1.734375, + 3.703125, + -0.1982421875, + 5.0625, + -0.32421875, + 1.6953125, + -0.74609375, + 1.84375, + -4.875, + -2.34375, + -1.515625, + -1.265625, + -0.7265625, + -0.40625, + -1.2890625, + -0.07861328125, + -0.5, + 0.85546875, + -2.921875, + 2.28125, + 0.61328125, + -1.296875, + -2.40625, + -1.65625, + 0.2021484375, + -2.0, + -1.921875, + 1.125, + -0.00787353515625, + -3.8125, + -1.390625, + 2.75, + -0.98828125, + -0.055908203125, + -1.2890625, + -0.60546875, + -0.0927734375, + 0.80078125, + 0.55859375, + -0.73046875, + -3.640625, + -0.9140625, + 1.96875, + 1.3046875, + -3.046875, + 1.953125, + -1.34375, + -0.10205078125, + 2.109375, + -2.53125, + 4.0625, + 0.1845703125, + -0.1611328125, + -1.8359375, + -0.0240478515625, + 0.427734375, + 0.291015625, + 0.431640625, + 3.984375, + -2.125, + -0.69921875, + -0.0400390625, + -0.51953125, + 2.15625, + 0.3671875, + -0.75390625, + 1.1484375, + 0.494140625, + -2.15625, + 2.796875, + 2.3125, + 3.734375, + -0.4921875, + 1.6796875, + 3.1875, + -2.375, + -2.078125, + 4.1875, + 1.765625, + -1.296875, + -3.703125, + -0.259765625, + -1.3671875, + 0.6328125, + -0.97265625, + 0.12353515625, + -1.8984375, + -1.2265625, + -0.77734375, + -1.125, + 1.921875, + -2.734375, + 0.10791015625, + -11.0, + 1.2265625, + -2.546875, + -1.0625, + 1.7265625, + -2.640625, + -0.19140625, + 0.388671875, + -0.1689453125, + -3.8125, + -0.73046875, + -0.55859375, + -0.921875, + -0.33203125, + 0.6875, + 0.18359375, + -2.015625, + -2.796875, + 1.015625, + -0.74609375, + -1.390625, + 0.92578125, + 1.71875, + -0.2138671875, + -1.109375, + 0.8671875, + -0.34375, + -2.015625, + 0.39453125, + -2.140625, + -0.177734375, + -0.23828125, + -0.7890625, + 2.859375, + 1.890625, + 3.65625, + 2.8125, + -0.0400390625, + -0.2197265625, + -0.09228515625, + 2.53125, + -1.75, + -1.6171875, + -3.15625, + 1.4765625, + 2.140625, + 1.234375, + 4.28125, + -1.9453125, + -0.08984375, + -0.828125, + -1.796875, + 0.72265625, + 0.2392578125, + -2.3125, + 2.265625, + 2.046875, + 1.1171875, + -1.734375, + 3.296875, + 3.625, + 0.8984375, + 3.296875, + 1.5859375, + 2.25, + -2.5, + 1.5234375, + 0.423828125, + 0.28125, + -5.0625, + 1.6875, + -0.75, + 1.5078125, + -1.7734375, + -1.359375, + -1.9765625, + -2.40625, + 0.859375, + 1.3125, + -1.2734375, + -1.953125, + 1.2734375, + -0.10302734375, + 2.671875, + -0.34375, + 0.62109375, + -1.4375, + -5.53125, + 1.3828125, + -0.035888671875, + 2.15625, + -3.21875, + -2.75, + -0.427734375, + 5.3125, + -0.9296875, + -1.6328125, + -3.25, + -3.4375, + 0.345703125, + -5.8125, + -1.7734375, + -13.75, + 2.5625, + 6.1875, + 1.78125, + 0.0, + 1.5546875, + -0.234375, + -2.578125, + -0.373046875, + 3.9375, + 0.0177001953125, + 2.578125, + -2.40625, + 2.265625, + -0.56640625, + 1.5546875, + 2.5625, + 0.7734375, + -1.9765625, + -1.3515625, + -0.89453125, + -1.6171875, + 1.71875, + 4.625, + 0.98828125, + -0.76953125, + -1.515625, + 2.234375, + -3.5625, + -0.609375, + 0.80859375, + 0.21484375, + -2.203125, + 0.984375, + 0.138671875, + 0.61328125, + 1.8125, + 0.1630859375, + -0.46484375, + -4.4375, + -0.27734375, + 0.7421875, + 2.0, + -0.7421875, + -0.01129150390625, + 2.828125, + -1.6796875, + -1.59375, + -0.357421875, + 2.875, + -1.0859375, + -1.15625, + -1.0859375, + 0.42578125, + -1.0703125, + 2.890625, + -1.296875, + -1.40625, + 2.640625, + -2.34375, + -1.375, + -0.1865234375, + 2.734375, + 1.0234375, + 0.326171875, + -1.1875, + 4.375, + 2.078125, + 3.328125, + 6.375, + -0.53515625, + 2.15625, + 0.50390625, + -2.984375, + -0.482421875, + -1.5390625, + 1.0703125, + 0.31640625, + 2.65625, + -1.5, + 0.271484375, + -3.453125, + -4.5, + -1.734375, + 0.486328125, + -0.10205078125, + 2.953125, + 0.69140625, + -0.09033203125, + -1.4609375, + 1.5, + 0.306640625, + 1.65625, + 0.41015625, + 2.21875, + -0.41796875, + -1.6171875, + 2.671875, + -0.2490234375, + -0.33984375, + -1.0546875, + 0.3515625, + -2.421875, + 2.53125, + -3.640625, + 2.359375, + -1.1328125, + -0.376953125, + 0.2001953125, + 0.65234375, + -3.53125, + -2.5, + 1.859375, + -2.5, + -6.5625, + 0.3046875, + 1.4140625, + 0.74609375, + -2.6875, + 1.828125, + 1.6015625, + 1.0, + 2.015625, + 0.169921875, + -2.9375, + 2.28125, + -5.21875, + -2.453125, + 2.234375, + -2.0, + -0.302734375, + -3.421875, + -0.25390625, + -1.25, + 0.09716796875, + 0.462890625, + 5.53125, + -3.28125, + -2.28125, + 1.2265625, + 0.42578125, + -2.640625, + 2.109375, + 0.275390625, + 2.078125, + -2.171875, + -0.1162109375, + -0.8125, + 1.359375, + 3.625, + -1.0625, + -0.77734375, + 1.6484375, + 1.7265625, + 1.1484375, + -1.8046875, + 2.765625, + 2.671875, + 1.375, + -0.046142578125, + 1.40625, + 1.6875, + 2.515625, + 2.46875, + 1.75, + -2.515625, + 3.421875, + 0.10546875, + -1.0390625, + 2.6875, + 0.10986328125, + 0.99609375, + -1.5859375, + 0.98828125, + -1.390625, + -0.94140625, + -0.34375, + -1.1328125, + -0.267578125, + 0.6484375, + -3.8125, + -0.42578125, + -0.1865234375, + 0.2470703125, + 0.53515625, + -1.1640625, + -5.46875, + -1.96875, + 2.390625, + -0.1201171875, + 2.21875, + 4.34375, + -2.078125, + 3.5625, + 1.3125, + 0.6953125, + -2.125, + -1.5078125, + -2.28125, + -6.03125, + -0.5703125, + 1.09375, + -4.03125, + -2.734375, + 2.53125, + 1.2890625, + 1.3671875, + 0.64453125, + -1.078125, + -0.8046875, + -1.609375, + 1.1640625, + -0.1181640625, + 0.51953125, + -0.640625, + -1.546875, + 2.4375, + 1.34375, + 1.3984375, + 0.328125, + -2.515625, + 0.8828125, + -2.1875, + -3.390625, + 2.921875, + -3.40625, + -1.671875, + -3.203125, + 0.7265625, + -2.078125, + 0.1875, + 0.408203125, + -1.9453125, + 1.7265625, + 0.515625, + -1.2578125, + -3.109375, + 5.1875, + -0.7734375, + -2.265625, + 1.1796875, + -1.0625, + -5.25, + 4.6875, + 3.15625, + 2.6875, + -1.5625, + -4.15625, + 1.6640625, + -1.7421875, + 2.09375, + -3.609375, + 1.8515625, + 1.40625, + 0.5859375, + -0.03955078125, + -0.296875, + -1.1875, + 0.22265625, + -0.74609375, + 1.0703125, + -1.7578125, + 0.41796875, + -1.2734375, + -0.396484375, + 2.421875, + 0.453125, + 2.046875, + -0.65234375, + -0.640625, + -0.76171875, + 0.83984375, + 2.140625, + -1.578125, + -2.046875, + 3.984375, + 1.3671875, + -2.96875, + 0.146484375, + -0.47265625, + -0.00408935546875, + 1.609375, + -0.265625, + 2.953125, + 1.0546875, + 3.09375, + -2.921875, + 0.21484375, + -0.341796875, + 1.7109375, + 1.7578125, + -0.5390625, + -1.828125, + -1.171875, + 1.453125, + 0.359375, + -0.326171875, + 1.6953125, + -0.2431640625, + 2.5625, + 2.234375, + -1.984375, + -1.125, + -2.984375, + 0.41015625, + 0.60546875, + 3.421875, + -2.328125, + 0.75, + 2.953125, + 1.890625, + 0.703125, + 0.0203857421875, + 2.4375, + -0.408203125, + -0.96875, + 2.5625, + -2.8125, + 1.7890625, + -0.6953125, + -1.1953125, + 0.9296875, + -0.1982421875, + -1.7890625, + 0.1123046875, + -0.007080078125, + -0.10009765625, + -0.81640625, + -0.50390625, + 0.55859375, + 2.046875, + 1.875, + 0.7890625, + -0.73046875, + -1.453125, + -0.65234375, + -1.6015625, + 0.455078125, + 1.9375, + 3.96875, + 2.796875, + -1.71875, + 0.6796875, + 0.75, + 5.03125, + 1.1875, + -0.74609375, + 0.37890625, + -0.326171875, + -1.7890625, + 0.7734375, + -0.97265625, + 0.052978515625, + 0.83203125, + -2.40625, + -0.39453125, + 0.388671875, + -0.54296875, + -2.359375, + -2.359375, + -2.5625, + 0.68359375, + 1.4921875, + -1.7578125, + -1.1796875, + -0.1728515625, + 2.171875, + 1.8359375, + -3.359375, + 0.73046875, + -0.1064453125, + -2.8125, + 0.515625, + 2.140625, + -0.625, + -0.73828125, + 3.578125, + 1.109375, + 0.1259765625, + 1.6875, + -1.46875, + 1.5390625, + -0.875, + 1.65625, + -1.2421875, + -2.828125, + -4.0625, + -1.2265625, + 1.3671875, + -1.484375, + -1.296875, + 0.42578125, + -0.9453125, + -3.390625, + 0.84765625, + 0.5703125, + -3.5625, + -1.53125, + 0.006988525390625, + -1.421875, + -1.421875, + 2.078125, + 2.3125, + -0.5390625, + 2.515625, + 1.671875, + -0.0634765625, + 2.1875, + -1.875, + -1.1640625, + 0.26953125, + -1.515625, + -0.341796875, + -0.4921875, + 0.66796875, + 0.99609375, + 0.0242919921875, + 0.10107421875, + 1.15625, + -0.65234375, + -0.4296875, + 1.1953125, + 2.703125, + -0.8671875, + -3.234375, + -5.1875, + 0.56640625, + 2.40625, + -2.3125, + -0.734375, + -1.328125, + -0.75, + 1.3828125, + 1.625, + -0.140625, + 3.09375, + -0.8046875, + 1.453125, + 1.6640625, + 2.84375, + 0.625, + 2.234375, + 0.91015625, + -0.1796875, + 2.21875, + 0.93359375, + -1.828125, + -6.1875, + -0.671875, + 0.296875, + -0.05224609375, + -1.84375, + 0.2041015625, + 1.90625, + -1.0703125, + 3.046875, + -0.376953125, + -0.9453125, + -3.078125, + 4.375, + 0.83203125, + 0.71875, + -1.421875, + -1.4765625, + -3.6875, + 0.66796875, + 0.67578125, + 0.90234375, + -3.515625, + -1.890625, + 3.328125, + 2.09375, + -1.140625, + 2.140625, + -0.5234375, + -0.625, + -0.9765625, + -5.5625, + -0.8984375, + 1.5859375, + -2.90625, + 3.265625, + -4.5625, + -1.296875, + -0.92578125, + -3.140625, + -1.3046875, + 0.3203125, + -0.70703125, + -2.765625, + -0.9375, + -0.419921875, + -0.7265625, + 5.375, + -2.71875, + -0.2451171875, + -0.84765625, + -1.3984375, + -0.54296875, + 1.234375, + 1.9375, + 0.9921875, + 3.4375, + 0.08056640625, + -2.28125, + -0.90234375, + 8.25, + 2.3125, + -2.421875, + -0.51171875, + 1.0546875, + 5.34375, + -2.015625, + 0.546875, + -2.6875, + 2.1875, + 3.671875, + 1.3046875, + 2.953125, + -0.796875, + -0.9609375, + 1.1953125, + -1.171875, + -1.390625, + -0.5390625, + 0.490234375, + -3.671875, + 0.12451171875, + 3.125, + 0.8671875, + 2.40625, + -1.015625, + -2.90625, + -1.3984375, + 1.46875, + -2.125, + 2.171875, + -1.46875, + -1.5625, + -0.58984375, + -1.5234375, + 1.2265625, + -0.09326171875, + 0.8046875, + -1.53125, + 3.34375, + -1.6484375, + -3.15625, + 3.296875, + -3.265625, + -1.375, + 3.28125, + 2.1875, + -1.9609375, + -1.46875, + 2.578125, + 0.45703125, + -2.921875, + 0.7734375, + 0.26953125, + -2.65625, + -0.10302734375, + 2.125, + 0.042236328125, + 1.21875, + -0.03564453125, + 0.0810546875, + 2.203125, + 2.109375, + -1.8984375, + 1.078125, + 0.035400390625, + -0.70703125, + -4.125, + 3.8125, + 0.271484375, + -2.265625, + 1.265625, + -1.1484375, + 3.5625, + -3.21875, + -3.203125, + -0.98828125, + -0.306640625, + -6.59375, + -1.78125, + 1.625, + 2.34375, + -1.6953125, + -1.421875, + -2.875, + -1.8984375, + -0.890625, + -2.4375, + 2.5625, + -3.609375, + -2.9375, + -0.5703125, + -1.421875, + 0.1962890625, + 2.46875, + 1.9453125, + 5.65625, + 1.421875, + -0.037353515625, + 1.078125, + 1.4921875, + 0.12255859375, + -2.859375, + -2.484375, + 1.8203125, + -0.3828125, + 2.171875, + 1.6171875, + -1.1875, + 3.328125, + -0.77734375, + 2.15625, + -1.6875, + 0.34375, + -1.78125, + -2.890625, + 1.15625, + 1.5625, + 0.2451171875, + 2.078125, + -1.7421875, + 0.11376953125, + 1.703125, + 0.3359375, + -0.98828125, + 2.96875, + 2.515625, + 3.46875, + -1.6015625, + 0.328125, + 0.515625, + -4.84375, + 1.1640625, + -1.5625, + -0.78125, + 0.09326171875, + -2.046875, + 1.09375, + 0.73046875, + -0.57421875, + -3.640625, + -0.04443359375, + 1.9765625, + -4.65625, + 4.59375, + 6.3125, + 0.01531982421875, + 3.140625, + 3.6875, + -1.5859375, + 2.625, + 0.66796875, + 1.1328125, + 0.78125, + -0.466796875, + -5.28125, + -0.08642578125, + -2.390625, + -0.96875, + 1.2890625, + -1.4921875, + 0.75, + -0.2421875, + 1.609375, + -0.3515625, + -1.3671875, + 0.1162109375, + 1.2734375, + -2.453125, + 0.0771484375, + -0.5703125, + -0.97265625, + 0.55078125, + 2.0, + 0.5703125, + -0.478515625, + 1.4453125, + -1.46875, + 2.25, + 0.77734375, + -2.46875, + 1.4609375, + -1.0703125, + -2.890625, + 1.2109375, + 2.015625, + -0.06494140625, + -1.109375, + -0.79296875, + -2.859375, + 4.65625, + -0.103515625, + 0.1572265625, + -1.9921875, + 0.84765625, + -1.1953125, + -2.3125, + -0.181640625, + -2.15625, + 2.90625, + -0.8125, + -2.046875, + 1.5859375, + 1.5390625, + 0.470703125, + 0.322265625, + 3.03125, + 2.796875, + -2.359375, + 1.75, + 0.78515625, + -0.435546875, + -0.83203125, + -1.28125, + -0.1435546875, + 1.234375, + -1.1328125, + 0.14453125, + -2.453125, + 2.125, + -2.5, + -2.9375, + -1.0859375, + 0.283203125, + -1.71875, + -5.53125, + -1.2890625, + -1.9921875, + -0.71484375, + 1.640625, + 1.34375, + 1.0390625, + -2.109375, + -5.75, + 0.78515625, + 0.47265625, + -4.84375, + 0.279296875, + 5.84375, + 0.365234375, + 1.2578125, + -1.515625, + -4.71875, + 0.1171875, + 1.6015625, + 3.671875, + 0.9296875, + 1.140625, + 1.859375, + -1.703125, + 0.01708984375, + 1.0859375, + -3.90625, + 0.212890625, + 2.703125, + -3.1875, + -3.296875, + 0.71875, + -2.734375, + -2.609375, + -7.53125, + -5.0, + 1.0859375, + -1.3984375, + 0.765625, + -4.25, + 0.349609375, + -2.796875, + 3.15625, + 2.828125, + -2.484375, + 0.91796875, + -1.984375, + -0.408203125, + -0.0205078125, + 0.203125, + 3.28125, + -1.828125, + -1.578125, + -0.7421875, + -2.109375, + 3.375, + 0.9609375, + -0.984375, + -0.546875, + -0.25390625, + 1.7265625, + 1.0625, + 1.796875, + -1.96875, + -1.3046875, + 1.2890625, + -1.7421875, + -0.80859375, + 0.734375, + -0.703125, + -1.9453125, + 4.875, + -1.1875, + -0.09765625, + 2.109375, + 0.8046875, + -1.046875, + 2.90625, + -0.423828125, + 4.8125, + -2.625, + -0.6953125, + 1.3515625, + -0.2265625, + 0.99609375, + 2.390625, + 1.09375, + -2.921875, + 3.453125, + -0.5546875, + 1.5, + -1.125, + 0.953125, + -1.7109375, + -0.259765625, + -1.234375, + 3.734375, + 0.9453125, + -0.8046875, + -1.5546875, + -2.453125, + -0.76171875, + 2.71875, + 1.234375, + 1.6875, + -0.828125, + 1.34375, + 1.1953125, + 1.609375, + -3.8125, + -0.625, + 0.90234375, + 1.078125, + 2.046875, + -0.294921875, + -0.41796875, + 8.0625, + -3.875, + 2.78125, + -0.365234375, + -2.15625, + -0.62109375, + 1.703125, + -0.55078125, + 3.359375, + 2.078125, + 2.8125, + -0.95703125, + 0.79296875, + -3.328125, + 4.28125, + 3.09375, + 1.6640625, + -2.65625, + -0.80859375, + -5.75, + 0.341796875, + -2.09375, + -3.640625, + 0.27734375, + 1.375, + 2.953125, + 1.5390625, + -1.2421875, + -0.5234375, + -0.462890625, + 1.484375, + 2.015625, + 0.294921875, + 2.09375, + -0.59765625, + -1.4296875, + 2.390625, + -1.8046875, + 1.5390625, + 1.9921875, + -0.61328125, + 1.265625, + -2.09375, + 0.2236328125, + -1.359375, + -1.3828125, + 1.5859375, + 1.59375, + 3.28125, + -0.1318359375, + 1.6953125, + 1.34375, + -1.28125, + -1.53125, + -0.06689453125, + -2.421875, + 1.9453125, + -2.765625, + 1.734375, + 4.1875, + -1.0234375, + -0.91796875, + 0.7578125, + -0.049560546875, + -2.40625, + 1.640625, + -2.546875, + 1.984375, + -0.447265625, + 0.5, + -0.265625, + 1.1015625, + 1.390625, + -0.07958984375, + -0.91015625, + 3.3125, + 0.734375, + 0.310546875, + -3.6875, + -2.296875, + 0.474609375, + 0.34765625, + 0.169921875, + 1.2578125, + -1.96875, + -1.046875, + -3.578125, + 1.96875, + -0.9375, + -1.390625, + 2.265625, + 0.890625, + -0.0634765625, + 2.125, + -1.7890625, + 2.453125, + -3.25, + 0.74609375, + 0.1474609375, + -0.796875, + -1.2109375, + 0.6328125, + -0.490234375, + -0.07861328125, + 0.8046875, + 1.09375, + 1.5703125, + -3.71875, + -1.546875, + -1.890625, + -0.921875, + 3.765625, + 9.375, + 0.29296875, + -2.40625, + 1.796875, + 0.9453125, + 0.330078125, + -2.15625, + -5.46875, + -1.0, + -3.828125, + -1.4296875, + -2.296875, + 0.64453125, + -0.296875, + -0.6640625, + 0.09375, + -1.1015625, + 0.54296875, + -1.359375, + 0.47265625, + -1.1171875, + 0.30859375, + -0.138671875, + 0.408203125, + -0.88671875, + -1.8046875, + -0.443359375, + 1.6484375, + 0.59375, + 0.89453125, + -1.8984375, + 1.8828125, + -0.35546875, + -0.7734375, + -2.84375, + -1.7734375, + -2.03125, + -1.046875, + 8.3125, + 2.359375, + 1.8203125, + 0.0, + 0.78515625, + 2.875, + -2.546875, + 1.8515625, + 1.2578125, + -1.4375, + 0.90625, + 1.2421875, + -1.6015625, + 0.94140625, + -3.3125, + -1.9296875, + 2.109375, + 0.578125, + 2.078125, + 0.921875, + 1.046875, + 1.0859375, + 0.189453125, + 4.59375, + 1.96875, + 0.40625, + -1.15625, + 2.71875, + 1.140625, + -0.279296875, + 2.6875, + 1.2109375, + 0.423828125, + 0.9296875, + -2.125, + 1.7421875, + 1.0546875, + 1.3515625, + 1.28125, + 0.486328125, + 0.41015625, + 0.5234375, + -4.5625, + 0.369140625, + 2.21875, + 0.51171875, + 3.375, + 2.078125, + 1.2421875, + -2.328125, + 0.42578125, + -0.796875, + 1.6328125, + 1.484375, + 0.8125, + 1.65625, + -3.015625, + -1.8046875, + 1.171875, + 3.546875, + 2.421875, + -3.0, + -2.40625, + 1.484375, + 1.5, + 1.5859375, + 0.2080078125, + -0.51953125, + -2.875, + 1.125, + -0.6640625, + 1.1640625, + 0.248046875, + 0.9375, + 2.625, + 0.83984375, + -0.78125, + -1.515625, + -1.5546875, + 1.9609375, + 0.07666015625, + -1.046875, + 1.203125, + 1.375, + -3.375, + -0.8203125, + 1.8828125, + -0.29296875, + -1.734375, + -2.796875, + 0.263671875, + -2.0625, + -0.9375, + 1.828125, + 3.171875, + -0.318359375, + -1.28125, + 0.119140625, + 3.03125, + -1.578125, + -1.1796875, + -0.59765625, + -0.27734375, + 0.7265625, + 1.4765625, + -1.921875, + -2.8125, + 1.84375, + 0.83203125, + -0.00799560546875, + -1.0078125, + 0.369140625, + -1.484375, + 3.078125, + 2.046875, + -3.953125, + -1.5234375, + -3.015625, + -0.416015625, + 0.419921875, + -0.9140625, + -0.09765625, + 0.71484375, + 0.71875, + -3.265625, + 1.6484375, + 0.220703125, + 1.359375, + -0.2109375, + 0.7890625, + -2.421875, + -3.828125, + 1.9765625, + -0.2470703125, + 3.5, + 0.36328125, + -2.28125, + 0.6328125, + 2.75, + -1.1640625, + -1.796875, + -1.8515625, + -0.8125, + 0.14453125, + -0.392578125, + 1.7421875, + -0.59375, + 1.546875, + -1.671875, + 0.1875, + 0.10986328125, + -2.015625, + -0.259765625, + 3.046875, + 2.53125, + -0.345703125, + 0.51171875, + 4.28125, + 1.5546875, + 1.390625, + -0.263671875, + 2.515625, + 1.015625, + -2.53125, + -3.578125, + 2.515625, + -0.267578125, + 0.302734375, + -1.765625, + 0.5, + 1.8046875, + 0.294921875, + -2.640625, + 0.71875, + 3.5625, + 0.32421875, + 2.203125, + -1.5390625, + -0.32421875, + 0.9609375, + -1.0703125, + 1.2578125, + -0.7734375, + -2.15625, + 0.04248046875, + -3.46875, + -0.294921875, + -0.88671875, + 0.01177978515625, + -2.34375, + -2.03125, + -1.0703125, + 0.5546875, + 0.1318359375, + -0.59375, + 1.0703125, + -2.90625, + 1.0625, + 0.94140625, + -2.984375, + 1.1953125, + -0.2021484375, + 1.5390625, + -1.3203125, + 0.63671875, + -1.359375, + 0.455078125, + 0.90625, + 1.96875, + 0.79296875, + 1.109375, + -3.46875, + 2.046875, + -1.5, + -0.38671875, + -0.3359375, + -0.5234375, + -1.109375, + 0.76953125, + -3.609375, + -3.234375, + -2.421875, + 0.12255859375, + -2.578125, + 0.94921875, + 1.1328125, + 0.828125, + -0.68359375, + -0.828125, + 2.25, + 2.453125, + 0.49609375, + -1.3125, + 0.4765625, + 1.7109375, + -3.625, + 7.34375, + 1.6171875, + -1.6796875, + 1.859375, + 1.1328125, + 2.015625, + -1.5, + -3.25, + 5.65625, + 1.046875, + 0.376953125, + -0.25390625, + 2.390625, + 3.265625, + -0.2431640625, + 0.1943359375, + -0.1416015625, + -3.5, + -0.251953125, + -3.15625, + -1.125, + -1.375, + -0.0693359375, + -1.9453125, + 1.9921875, + 2.265625, + 0.71875, + -0.97265625, + 1.0703125, + 0.193359375, + -0.482421875, + -0.333984375, + -0.75390625, + 2.640625, + -2.59375, + -1.71875, + -1.53125, + -0.00104522705078125, + 0.6328125, + -3.875, + -0.97265625, + 0.197265625, + -2.4375, + -4.875, + 0.68359375, + -3.96875, + 0.271484375, + -0.90625, + 2.59375, + -0.5, + 6.6875, + 1.2109375, + 0.08251953125, + 2.890625, + -1.8984375, + 2.984375, + -0.9921875, + -2.421875, + 0.359375, + 0.5859375, + 2.359375, + -0.5859375, + 0.04052734375, + -4.34375, + -1.40625, + 1.5390625, + -6.53125, + -0.9921875, + 0.21484375, + 1.859375, + 3.96875, + -4.28125, + -0.447265625, + 2.140625, + 0.0079345703125, + 0.146484375, + -0.5234375, + -3.6875, + -4.09375, + 4.34375, + 3.34375, + -3.984375, + -3.453125, + -1.0078125, + 2.90625, + -2.265625, + 0.37890625, + -2.421875, + -0.1884765625, + 0.251953125, + -1.90625, + -2.1875, + 1.2265625, + -1.3984375, + -1.15625, + -2.359375, + -2.3125, + -0.08056640625, + 1.0703125, + 0.98828125, + 3.125, + -1.0859375, + -0.99609375, + -1.96875, + -1.9453125, + 1.03125, + 1.5078125, + -0.9453125, + -2.734375, + 1.453125, + -5.9375, + -2.125, + -0.44921875, + 0.96875, + -3.109375, + 2.125, + 3.421875, + 0.94921875, + 2.609375, + -1.5546875, + -0.73046875, + -0.00021839141845703125, + -1.8984375, + 3.671875, + -0.146484375, + 1.2109375, + 2.3125, + -1.6015625, + 0.455078125, + 1.7109375, + -0.8125, + 1.2421875, + -0.7890625, + 1.5625, + 1.328125, + 3.28125, + 2.84375, + 0.1787109375, + 0.44921875, + 0.1796875, + 3.0, + -3.078125, + -2.03125, + 1.7421875, + -1.0703125, + 0.1181640625, + -1.1015625, + 0.79296875, + -1.8046875, + 0.0791015625, + -0.275390625, + 0.8984375, + 1.21875, + -1.25, + -0.34375, + -1.1875, + 2.765625, + 1.0859375, + -1.90625, + 0.96875, + -2.921875, + -1.4609375, + -2.265625, + 1.3046875, + -0.404296875, + -1.0703125, + 3.375, + 0.53515625, + 0.173828125, + 0.35546875, + -2.203125, + 1.9765625, + 17.0, + -2.765625, + 1.6953125, + 1.8671875, + 0.08154296875, + -0.41796875, + 1.734375, + -4.78125, + -2.34375, + 0.240234375, + 2.171875, + 2.15625, + 1.296875, + 2.25, + -1.609375, + -2.3125, + -2.09375, + 0.515625, + 1.0546875, + -1.3203125, + 1.609375, + 0.98828125, + -0.298828125, + -2.40625, + 0.57421875, + -1.484375, + -2.078125, + -1.5078125, + 2.265625, + -1.0078125, + 3.6875, + -6.625, + -3.921875, + 2.5, + 1.0703125, + 3.453125, + -0.034423828125, + 3.09375, + 0.63671875, + 5.21875, + -3.140625, + -1.3671875, + 1.8515625, + 0.359375, + -6.59375, + 1.453125, + -0.5078125, + -1.484375, + -0.0322265625, + -1.5, + 0.54296875, + -0.703125, + 1.859375, + 2.5625, + -3.265625, + 0.060791015625, + 3.453125, + 4.09375, + 0.984375, + -0.4609375, + -0.396484375, + -0.52734375, + -0.8203125, + 0.486328125, + 0.80078125, + 3.796875, + -0.75390625, + -1.1953125, + 1.765625, + 2.296875, + -1.8671875, + -0.765625, + 0.333984375, + 0.42578125, + -0.33203125, + -2.515625, + -1.078125, + -0.212890625, + -1.0703125, + -0.353515625, + 0.5703125, + 0.447265625, + 0.08642578125, + 0.373046875, + 0.85546875, + 0.92578125, + 2.5, + 0.361328125, + 0.82421875, + 0.4375, + 0.66015625, + 0.73828125, + -1.4140625, + -0.97265625, + 1.890625, + -1.296875, + -0.62890625, + -0.2275390625, + -1.5390625, + -1.2421875, + -7.8125, + 2.09375, + -0.72265625, + 2.234375, + 0.50390625, + 1.890625, + -0.64453125, + -4.125, + 0.82421875, + -0.337890625, + -0.40234375, + 1.265625, + -0.75390625, + 0.2265625, + 0.62890625, + -1.2890625, + -0.67578125, + -0.353515625, + 3.484375, + -1.2578125, + 1.40625, + 3.0625, + -1.4296875, + 2.625, + 0.1875, + -1.4453125, + -0.77734375, + -1.4296875, + -0.220703125, + 1.515625, + 0.84765625, + -2.9375, + 2.953125, + -1.703125, + 0.890625, + 1.15625, + 2.5625, + 2.984375, + 2.578125, + -0.053955078125, + -2.171875, + 2.1875, + -4.09375, + 2.84375, + 1.171875, + 1.8671875, + -0.95703125, + 1.0859375, + 1.921875, + -1.1796875, + -0.90234375, + 1.46875, + 1.421875, + 2.1875, + -1.796875, + 1.671875, + -1.0, + -2.546875, + 1.109375, + 0.453125, + -0.310546875, + -0.291015625, + 0.96484375, + -0.546875, + 1.6875, + -1.359375, + -0.453125, + -1.234375, + 2.546875, + 1.546875, + -3.0625, + 3.078125, + -1.625, + 1.0078125, + -1.7890625, + 0.337890625, + -0.1962890625, + -0.345703125, + 0.9296875, + -0.69140625, + 1.7109375, + -1.8046875, + 1.359375, + 2.640625, + -0.1279296875, + 0.455078125, + 0.365234375, + -2.578125, + 3.09375, + 1.3515625, + -0.216796875, + -1.5546875, + -1.0390625, + 0.5546875, + -1.5390625, + -0.28515625, + 0.7890625, + 0.6484375, + 0.61328125, + 0.88671875, + -1.078125, + 1.3671875, + -1.3515625, + 2.921875, + 1.4140625, + -2.703125, + 0.60546875, + 2.109375, + -3.6875, + 1.84375, + -1.1875, + -2.46875, + -0.205078125, + 3.453125, + 0.9375, + 1.640625, + 1.4453125, + -1.390625, + -1.1171875, + -1.796875, + -1.0234375, + -0.244140625, + 0.53125, + 1.96875, + 0.1396484375, + 0.91796875, + 0.73046875, + -0.7890625, + -2.84375, + -1.5078125, + 3.53125, + -0.296875, + -0.11181640625, + -0.87109375, + -1.8984375, + -2.84375, + 1.0234375, + 4.25, + -1.1015625, + 0.84765625, + -2.328125, + 0.65625, + 1.5, + -1.4140625, + 0.58203125, + 0.75, + 1.9921875, + -0.49609375, + -0.5234375, + -1.25, + -0.6640625, + 0.045654296875, + -0.58984375, + -0.65625, + -2.8125, + 2.890625, + -2.71875, + -0.34765625, + -1.7109375, + 0.765625, + 5.03125, + 0.1767578125, + 1.5546875, + -1.125, + -2.25, + 0.5625, + 1.3203125, + 0.6796875, + -4.1875, + 5.3125, + -1.3671875, + 0.796875, + -0.1279296875, + 4.0, + 0.115234375, + 5.65625, + 0.78515625, + -0.369140625, + 1.1875, + 4.40625, + -0.0186767578125, + -0.62890625, + -2.125, + 0.38671875, + 0.828125, + -1.9453125, + 0.93359375, + 0.25, + 1.4296875, + -0.66796875, + -0.423828125, + -0.7578125, + -0.62890625, + 1.40625, + 0.66015625, + -0.162109375, + 3.890625, + -4.1875, + -0.0986328125, + -0.609375, + 0.150390625, + -1.4140625, + -0.7109375, + -2.125, + -0.9609375, + -2.25, + 1.5703125, + 0.123046875, + 0.1142578125, + -1.59375, + -1.9296875, + -0.609375, + -2.3125, + -13.5, + 1.0546875, + 1.3046875, + -0.1171875, + 0.1845703125, + 0.12353515625, + 0.60546875, + 1.4453125, + 1.484375, + 0.052734375, + 0.95703125, + 1.484375, + 1.875, + -1.7578125, + 1.375, + -1.859375, + -0.171875, + -0.77734375, + 0.828125, + 3.84375, + -1.671875, + 0.96875, + -1.453125, + 0.5234375, + -1.3828125, + -1.1328125, + 0.002227783203125, + 1.625, + -3.40625, + 0.0198974609375, + -0.65234375, + 0.9140625, + -0.5859375, + 1.6640625, + -4.375, + -1.15625, + -0.10302734375, + -1.0546875, + -1.921875, + 1.2265625, + -2.453125, + -2.140625, + 1.2421875, + -1.6328125, + 1.75, + 0.287109375, + -3.875, + 0.158203125, + 0.384765625, + -0.189453125, + 0.43359375, + 1.1328125, + 3.4375, + 0.06982421875, + -0.66796875, + 1.9921875, + 2.296875, + 1.3984375, + -0.859375, + -1.3125, + 0.045166015625, + 4.03125, + -1.546875, + -0.17578125, + -1.671875, + -2.296875, + -0.1494140625, + 2.109375, + 0.4375, + 2.1875, + -4.5, + -0.130859375, + 2.765625, + -4.5625, + 0.001800537109375, + 0.033203125, + -2.546875, + -3.390625, + -1.6328125, + 2.53125, + 1.484375, + -1.3203125, + -8.5625, + -0.291015625, + -0.064453125, + -1.7578125, + -2.15625, + 1.703125, + -1.0546875, + -2.0, + -0.443359375, + 2.296875, + -0.058837890625, + -1.5078125, + -2.78125, + -1.1328125, + 2.84375, + 1.8828125, + 1.2890625, + 0.28125, + -0.287109375, + -2.09375, + -3.03125, + 0.51171875, + 1.4140625, + -1.75, + -0.375, + -0.236328125, + -2.703125, + 2.03125, + -0.06103515625, + -1.4921875, + -0.41015625, + 1.6015625, + -0.462890625, + -0.6484375, + -1.0390625, + 1.25, + 3.5, + 3.328125, + -0.99609375, + -1.4453125, + 1.2578125, + -1.6484375, + 0.81640625, + 2.34375, + -0.07275390625, + -0.1337890625, + -1.265625, + -1.078125, + -0.12158203125, + -0.06787109375, + -1.109375, + 5.21875, + 0.30859375, + -0.44140625, + 2.875, + -0.91796875, + 1.8125, + -1.5078125, + 2.015625, + -1.1640625, + -1.0390625, + -1.765625, + -0.72265625, + 2.1875, + 1.1953125, + 2.296875, + 0.98046875, + -2.5, + 0.470703125, + 1.1015625, + -0.796875, + -1.796875, + -0.384765625, + 0.89453125, + -2.15625, + 1.46875, + 2.671875, + -0.79296875, + -0.50390625, + -0.00433349609375, + -1.828125, + 0.146484375, + 1.390625, + 0.890625, + 5.40625, + 1.15625, + 2.796875, + -0.52734375, + 1.34375, + 0.228515625, + -0.92578125, + -1.8359375, + 1.4296875, + -2.046875, + -2.75, + -0.1640625, + 2.640625, + 0.1689453125, + 0.423828125, + -2.390625, + -1.75, + -1.875, + 1.0234375, + 5.4375, + 1.4140625, + -0.4609375, + 2.34375, + 2.359375, + 0.373046875, + -0.68359375, + 0.8984375, + 1.7734375, + 3.21875, + -3.03125, + -1.234375, + 1.671875, + 1.9140625, + -1.1015625, + -1.234375, + 0.54296875, + -2.015625, + -0.61328125, + -0.369140625, + 0.279296875, + 1.03125, + 0.08544921875, + -0.69921875, + -0.81640625, + 0.61328125, + 1.0078125, + 3.28125, + 3.0, + 1.6484375, + 0.73046875, + 2.859375, + -3.796875, + -0.40625, + 1.890625, + -0.048095703125, + -0.30859375, + 0.296875, + -0.365234375, + -1.8984375, + 0.453125, + 1.2109375, + -2.015625, + 0.78515625, + 4.40625, + 0.298828125, + 0.84765625, + 1.625, + -1.421875, + 0.58203125, + 1.34375, + 1.421875, + 0.37890625, + -1.671875, + 1.90625, + 1.390625, + -1.453125, + 1.265625, + 0.65234375, + -3.625, + -0.640625, + 0.70703125, + -0.54296875, + 0.921875, + -2.984375, + 1.4375, + 0.92578125, + 0.94921875, + 3.6875, + 1.8828125, + -1.6875, + -0.0184326171875, + 1.71875, + 1.8828125, + 1.2109375, + 0.166015625, + 0.412109375, + -0.4609375, + -3.421875, + 0.625, + 1.671875, + 3.03125, + -1.015625, + -3.5, + 1.484375, + 0.357421875, + -0.1552734375, + 1.515625, + -2.0, + 0.82421875, + 0.087890625, + 0.205078125, + -1.1484375, + 0.74609375, + 2.796875, + 0.83203125, + -1.984375, + -0.37109375, + -2.25, + -0.1611328125, + 2.296875, + -1.4765625, + -1.9609375, + -6.09375, + 2.9375, + 2.578125, + -1.6875, + -0.6328125, + 0.8671875, + 1.2421875, + -2.390625, + -0.88671875, + 2.03125, + -2.71875, + 0.373046875, + 0.55859375, + -0.69140625, + 1.03125, + -1.1171875, + -1.765625, + -1.78125, + 1.328125, + -3.703125, + -1.1953125, + -1.515625, + 1.859375, + -4.9375, + -1.8359375, + 1.328125, + 1.9375, + 0.27734375, + 0.0986328125, + -0.53125, + -1.46875, + -2.78125, + 1.09375, + -2.0625, + 0.02685546875, + -8.375, + -2.046875, + 0.3359375, + 1.0625, + 2.390625, + -1.78125, + 1.9765625, + -1.9375, + -1.6171875, + 0.421875, + -1.6171875, + -0.96484375, + -4.34375, + -1.9453125, + -1.578125, + 0.1376953125, + -0.27734375, + -1.2578125, + -1.3828125, + 2.40625, + 0.56640625, + -1.265625, + 0.51953125, + -2.78125, + -1.6875, + 2.296875, + -3.125, + -0.146484375, + -3.109375, + 0.78125, + 0.41015625, + 1.1875, + 2.03125, + 0.640625, + -0.1708984375, + -1.796875, + 1.734375, + 1.578125, + -0.484375, + -0.69140625, + -4.375, + 3.078125, + 1.234375, + 1.5703125, + 3.984375, + 1.5390625, + 1.0703125, + 1.4140625, + 3.828125, + 0.404296875, + -4.71875, + 7.34375, + -2.078125, + 0.2001953125, + -2.8125, + -1.7109375, + 0.0224609375, + -1.96875, + 4.96875, + -2.8125, + -2.0, + 0.39453125, + 0.99609375, + 2.25, + -1.640625, + 0.76953125, + -0.86328125, + -1.375, + -3.265625, + 2.125, + 1.3203125, + 1.2578125, + 1.8125, + 1.4765625, + 2.9375, + -0.3515625, + 0.396484375, + 1.9453125, + -0.3828125, + -2.0, + 1.359375, + 0.6015625, + 2.875, + -2.359375, + -1.578125, + -1.3671875, + -0.369140625, + 2.578125, + -2.671875, + 0.040771484375, + 2.046875, + 3.65625, + -2.03125, + -0.283203125, + 0.1337890625, + 1.8671875, + -3.09375, + 3.609375, + 2.390625, + -0.416015625, + -0.08837890625, + -1.2734375, + -0.490234375, + 2.484375, + 0.00714111328125, + 0.9296875, + 0.50390625, + 1.328125, + 1.109375, + -1.8984375, + -2.484375, + -0.96875, + 0.6171875, + -1.5546875, + -1.546875, + -0.65625, + 1.7734375, + 1.7890625, + -2.125, + 4.34375, + 2.09375, + 2.078125, + 0.050537109375, + -1.8515625, + 2.1875, + -0.50390625, + 0.97265625, + -5.3125, + -0.05615234375, + 3.234375, + 0.15625, + 1.1953125, + 2.359375, + 2.203125, + -1.484375, + -0.4375, + 2.109375, + -1.859375, + -0.890625, + 1.3828125, + -0.89453125, + 0.5078125, + -1.828125, + -0.421875, + 1.28125, + -0.47265625, + 2.328125, + 1.2265625, + -0.220703125, + -0.71484375, + -0.018798828125, + -0.35546875, + -2.71875, + 1.953125, + 4.34375, + -1.2734375, + 3.328125, + 2.328125, + -0.357421875, + -0.140625, + 1.1875, + -0.54296875, + 0.2451171875, + -0.2060546875, + -0.796875, + -2.21875, + 1.703125, + 0.90234375, + 1.09375, + 0.89453125, + 0.62890625, + -0.2578125, + 2.625, + -1.640625, + -0.9375, + -1.0078125, + -0.4296875, + -0.439453125, + 1.78125, + -1.5390625, + -1.3671875, + 3.875, + -1.515625, + 1.359375, + -3.375, + 1.28125, + 1.671875, + 2.3125, + 5.25, + 1.109375, + 1.5, + 2.328125, + -2.390625, + -0.01318359375, + -1.0546875, + 0.765625, + 1.015625, + -1.8828125, + 2.375, + 0.74609375, + 1.84375, + -5.25, + -0.890625, + -4.90625, + -1.0, + -0.84375, + -2.34375, + 1.0703125, + -0.8671875, + 1.109375, + -0.5703125, + -0.80859375, + 1.171875, + -1.7734375, + -0.201171875, + 0.96484375, + -1.03125, + -0.28515625, + -0.3125, + -1.34375, + 4.625, + 2.53125, + -1.1171875, + -2.03125, + 3.484375, + -0.341796875, + -1.078125, + 1.5859375, + 1.6875, + -1.4140625, + 1.9296875, + 2.875, + 0.115234375, + -2.0, + -0.1962890625, + -1.453125, + 4.0, + -3.171875, + -1.0859375, + -1.7734375, + -0.357421875, + -1.3515625, + -2.453125, + 2.3125, + -3.015625, + -1.203125, + -1.8125, + 4.3125, + 0.373046875, + -2.3125, + -0.93359375, + -5.0, + -0.65625, + -2.375, + 2.5625, + 0.125, + 2.328125, + -1.328125, + 2.25, + -1.8984375, + 0.6015625, + -1.75, + 1.7421875, + -1.5078125, + -1.4140625, + -1.3046875, + -0.384765625, + -4.40625, + -1.234375, + 2.28125, + 1.4296875, + -0.94140625, + -1.5234375, + 2.171875, + -1.3359375, + 0.84765625, + -0.482421875, + -1.78125, + 5.40625, + -2.140625, + -0.1796875, + -0.091796875, + -0.50390625, + -2.359375, + -1.1015625, + 2.125, + 0.97265625, + 2.1875, + 0.6171875, + -0.52734375, + -0.76171875, + 0.390625, + -0.052734375, + -3.0, + 2.796875, + -0.1923828125, + -0.216796875, + 1.1875, + 0.60546875, + -1.9609375, + 2.75, + 0.66796875, + -1.140625, + 0.7109375, + -0.89453125, + 0.61328125, + 0.5078125, + 0.875, + -1.203125, + 1.9609375, + 0.7890625, + 0.46875, + 0.0, + 2.171875, + 0.51953125, + -0.96484375, + 4.6875, + -0.484375, + 3.265625, + 0.052734375, + -0.27734375, + 0.51953125, + 0.349609375, + -1.71875, + -0.1044921875, + 0.349609375, + 0.57421875, + 0.88671875, + -0.60546875, + -0.76171875, + -0.890625, + 0.38671875, + -0.99609375, + -0.22265625, + 1.15625, + -2.9375, + 0.80078125, + 3.046875, + 0.62109375, + -0.7578125, + 2.421875, + -0.94140625, + 0.74609375, + 3.875, + 0.62109375, + 1.28125, + 0.416015625, + -0.96484375, + -1.8984375, + 0.671875, + 0.455078125, + 4.09375, + -1.9296875, + -2.125, + -2.40625, + -4.71875, + -1.4296875, + -0.201171875, + -1.1796875, + -0.1748046875, + 0.703125, + -1.3671875, + 0.486328125, + -2.140625, + 1.7578125, + 0.0079345703125, + 0.65234375, + -0.18359375, + 0.7421875, + -1.3671875, + 2.328125, + -0.11328125, + 0.6015625, + 0.2490234375, + -0.283203125, + 1.5859375, + -0.322265625, + -2.21875, + 2.1875, + 2.3125, + 1.328125, + -0.45703125, + -0.3828125, + -0.8359375, + 2.171875, + 0.1767578125, + -2.125, + 3.734375, + 1.4609375, + 0.89453125, + 0.7265625, + 0.212890625, + -0.4765625, + -0.6796875, + 6.0, + -1.4140625, + 0.388671875, + 3.03125, + 0.56640625, + 1.1484375, + 0.98828125, + -2.265625, + -2.296875, + 2.40625, + 1.5546875, + 1.5546875, + 0.92578125, + 1.3359375, + 0.451171875, + 1.765625, + -2.59375, + -1.1953125, + 0.75390625, + -4.34375, + 0.71875, + 0.369140625, + 0.796875, + -1.125, + -0.56640625, + -1.1328125, + -1.7109375, + -1.2890625, + 4.625, + 1.515625, + -0.498046875, + -3.34375, + 2.921875, + 1.421875, + -1.6015625, + -0.91796875, + 4.46875, + -0.05517578125, + 1.078125, + -1.7265625, + -0.65234375, + 1.421875, + -3.921875, + -0.85546875, + 2.75, + 0.2353515625, + 0.25, + 2.3125, + 0.16015625, + 2.03125, + -4.25, + -0.8828125, + 2.53125, + 1.8515625, + -6.34375, + 0.96875, + 4.90625, + 0.1533203125, + 0.9375, + -0.17578125, + -3.578125, + 1.953125, + -3.25, + -3.34375, + 1.7109375, + 0.412109375, + 1.078125, + 1.0859375, + 3.0, + -1.90625, + -1.359375, + 2.9375, + 2.171875, + -0.08740234375, + -1.28125, + -3.078125, + 3.203125, + -1.5078125, + 0.255859375, + 5.21875, + -2.828125, + -1.53125, + -1.3359375, + -0.65625, + -0.267578125, + 7.53125, + 2.15625, + 1.4765625, + 0.2001953125, + -1.3828125, + -1.265625, + -7.65625, + -0.9375, + -0.224609375, + 1.5625, + -0.55859375, + 0.7421875, + 4.15625, + -0.08251953125, + -2.859375, + -0.9765625, + -0.0361328125, + -1.8515625, + 0.09375, + -1.3828125, + 0.423828125, + 1.7890625, + -1.6796875, + 1.8359375, + -0.1904296875, + 3.1875, + 9.4375, + -0.484375, + -1.25, + -2.375, + 0.240234375, + 0.07421875, + 1.109375, + -3.15625, + -0.302734375, + 6.15625, + -1.4765625, + 2.546875, + -1.6953125, + 1.96875, + 0.81640625, + 0.291015625, + -0.88671875, + 0.16796875, + 0.228515625, + -3.703125, + 0.06982421875, + -0.51171875, + -0.65625, + 0.318359375, + 1.84375, + 1.8984375, + -0.85546875, + -0.72265625, + -1.265625, + -2.6875, + -2.875, + 0.51171875, + 1.3046875, + -1.625, + -1.5, + -0.64453125, + 1.3046875, + 6.28125, + 1.3515625, + -1.0859375, + -1.265625, + -1.6875, + 4.5, + -1.90625, + 0.8046875, + -1.6953125, + 1.6484375, + 0.162109375, + 2.5, + -0.1865234375, + 2.640625, + 1.7421875, + 1.1953125, + -0.380859375, + -0.62890625, + 1.953125, + 2.765625, + 0.5390625, + -0.353515625, + -2.46875, + -0.61328125, + -0.00396728515625, + -3.921875, + 0.09375, + -0.40234375, + 1.0859375, + -0.283203125, + -0.038818359375, + -1.3359375, + -0.384765625, + 0.98046875, + 0.2314453125, + -0.0673828125, + 1.3359375, + 0.80859375, + 1.125, + 1.625, + 1.390625, + -1.5, + 2.375, + -0.88671875, + -2.203125, + 1.03125, + 2.234375, + 1.8671875, + -0.4375, + 0.71484375, + -0.6171875, + -1.625, + -4.125, + -0.73828125, + 1.1015625, + -0.0810546875, + 3.28125, + -1.3984375, + 0.2119140625, + 3.703125, + -0.9453125, + -0.2353515625, + 0.82421875, + -3.328125, + -0.78125, + 0.34375, + 0.7734375, + 1.984375, + -0.255859375, + 1.0625, + 0.546875, + -0.4296875, + -0.65625, + -1.34375, + -3.078125, + 1.84375, + -1.3046875, + 0.734375, + 2.078125, + -1.140625, + 2.140625, + 0.341796875, + -0.74609375, + -0.91015625, + -3.65625, + -3.015625, + 2.328125, + -3.421875, + -0.029541015625, + 0.7890625, + 2.125, + -2.71875, + 1.5546875, + 1.265625, + -1.640625, + 1.2578125, + -0.01190185546875, + -2.359375, + 2.28125, + -0.6015625, + 0.94921875, + 1.625, + -10.1875, + -0.2119140625, + 2.421875, + -0.421875, + 1.6328125, + -0.462890625, + -2.859375, + -0.9375, + -1.59375, + 0.10546875, + -7.0, + -0.78515625, + 2.8125, + 1.109375, + 2.15625, + 1.6796875, + -2.046875, + -2.75, + -1.359375, + 0.423828125, + 0.30078125, + 0.314453125, + -0.9140625, + 3.609375, + -1.5234375, + 1.3984375, + -1.515625, + 2.46875, + -2.234375, + 2.25, + -0.220703125, + 0.84375, + -3.203125, + -3.390625, + -1.09375, + 0.546875, + 0.255859375, + -0.5625, + 0.69921875, + 1.8125, + 0.7265625, + 4.15625, + 0.58984375, + -1.3515625, + 0.6171875, + 0.8515625, + -1.671875, + -1.1015625, + -0.609375, + 3.03125, + 1.15625, + 0.193359375, + -2.734375, + -1.765625, + 0.69921875, + 1.09375, + -3.515625, + 1.9375, + 2.65625, + 0.65234375, + 2.5, + 1.484375, + -0.87890625, + 1.46875, + 2.4375, + 1.9765625, + -0.67578125, + 3.171875, + 3.25, + 3.234375, + 0.298828125, + -4.03125, + -2.5625, + 0.46484375, + 0.130859375, + 0.197265625, + 2.421875, + -1.2421875, + -2.03125, + -3.515625, + -5.5625, + 0.78125, + -5.71875, + -0.76953125, + 1.1484375, + 0.75390625, + 1.734375, + -2.1875, + 0.330078125, + -1.0703125, + -0.19921875, + -3.3125, + 2.1875, + -4.34375, + 1.4765625, + -0.365234375, + 0.51953125, + -0.34765625, + -3.25, + -1.796875, + -0.24609375, + 2.734375, + -1.0234375, + 0.8359375, + -0.609375, + -0.6015625, + -1.5859375, + -2.140625, + 3.71875, + 2.46875, + 0.39453125, + 0.7734375, + -0.3515625, + 0.515625, + 1.3515625, + -3.09375, + -2.5, + -1.7734375, + 1.3046875, + -0.140625, + -1.75, + -1.3984375, + -1.7421875, + -2.71875, + 4.09375, + -2.4375, + 0.7109375, + -4.1875, + -1.671875, + -0.82421875, + 2.375, + -0.828125, + -1.2109375, + -1.140625, + -3.234375, + -0.30859375, + 1.3046875, + -2.921875, + -1.015625, + -2.828125, + -0.4765625, + 0.2275390625, + -1.2890625, + -2.46875, + -0.6328125, + -0.2158203125, + 3.484375, + 0.1708984375, + -3.015625, + 1.8984375, + 0.69921875, + 2.65625, + 0.734375, + -0.9765625, + -0.058837890625, + 2.46875, + 1.6171875, + 3.25, + -2.84375, + -0.51171875, + 4.4375, + -2.140625, + -0.455078125, + 0.208984375, + -0.51953125, + -1.46875, + 1.7421875, + 0.130859375, + 0.9609375, + -0.671875, + 2.828125, + -4.625, + 0.9921875, + -0.2060546875, + -3.203125, + -0.8828125, + -0.392578125, + 0.515625, + -1.2578125, + 2.109375, + -3.28125, + 0.984375, + -0.18359375, + 0.65234375, + 0.86328125, + 4.8125, + -1.0546875, + -1.4609375, + 1.3828125, + -0.54296875, + -1.3828125, + -0.68359375, + -0.4921875, + -1.7734375, + -2.0, + -2.84375, + -0.322265625, + 0.34765625, + 1.359375, + 5.1875, + -2.921875, + 1.359375, + 1.09375, + -1.09375, + 0.2021484375, + -2.296875, + -5.25, + 2.671875, + 0.7578125, + -0.9921875, + 1.8359375, + -1.4921875, + -4.0625, + 1.6875, + 0.57421875, + 3.0625, + -1.1953125, + -2.203125, + 0.51953125, + 1.8203125, + -2.359375, + -1.390625, + -0.279296875, + 2.46875, + -0.294921875, + -2.125, + 0.7734375, + 2.53125, + -0.51953125, + 3.046875, + -1.1328125, + -2.71875, + -0.484375, + -0.859375, + 3.3125, + -0.8125, + 2.953125, + 0.82421875, + -1.6328125, + 1.2265625, + -1.859375, + 1.453125, + 1.6484375, + -0.08642578125, + 0.59765625, + -2.359375, + -0.369140625, + 3.84375, + 0.10888671875, + -3.875, + -0.271484375, + -0.77734375, + -2.515625, + -0.94921875, + 4.8125, + 2.125, + 0.55859375, + -1.8125, + -4.15625, + 2.203125, + 1.3671875, + -1.8828125, + 0.5546875, + 4.625, + 0.83203125, + 2.5, + -0.9375, + 0.376953125, + 0.107421875, + -2.65625, + -1.3359375, + 0.87109375, + -1.1796875, + 0.6796875, + -5.6875, + -3.375, + -0.16015625, + 1.390625, + 1.3828125, + 0.91796875, + -1.703125, + 0.5, + -0.10693359375, + 3.625, + 0.08154296875, + 2.1875, + 0.0, + -1.7265625, + 2.390625, + -2.234375, + 2.125, + 0.6875, + -2.015625, + -2.140625, + -0.453125, + 0.0556640625, + -1.09375, + 0.921875, + 1.7578125, + 0.625, + 0.81640625, + -11.5625, + 0.373046875, + -2.125, + -1.0546875, + 3.625, + 1.1328125, + 1.421875, + 1.3359375, + 1.3515625, + -0.2041015625, + 1.0625, + 1.671875, + 1.546875, + 2.59375, + 0.1513671875, + -1.046875, + 1.390625, + -1.5234375, + -0.94921875, + 0.7734375, + -2.265625, + 2.40625, + -0.671875, + 0.04052734375, + -0.494140625, + -0.6171875, + -4.40625, + 2.203125, + -1.9375, + 1.5625, + 0.1142578125, + -1.109375, + -3.046875, + 2.546875, + -1.25, + -1.6796875, + -1.375, + -0.10888671875, + 0.546875, + 2.453125, + 0.9453125, + 1.921875, + -3.921875, + 1.1953125, + -1.1328125, + -0.345703125, + 1.40625, + 2.359375, + -2.03125, + -4.25, + -4.375, + -0.31640625, + 1.2890625, + -0.482421875, + 1.0625, + 0.44921875, + 1.7421875, + 1.5234375, + -1.3828125, + 4.65625, + -2.21875, + 3.34375, + 1.453125, + 3.171875, + -0.427734375, + 2.28125, + 2.34375, + 2.578125, + 0.78125, + -0.36328125, + 1.484375, + -5.125, + 0.5859375, + 2.703125, + 0.10791015625, + -1.515625, + 0.2265625, + 1.4296875, + 0.130859375, + 3.09375, + 0.55078125, + -1.1640625, + -0.49609375, + -2.03125, + -0.04052734375, + -3.0, + -0.5, + 1.2890625, + 1.1015625, + 2.78125, + 0.0703125, + 0.73828125, + 1.296875, + -0.294921875, + 0.44140625, + 0.30078125, + -1.1484375, + 0.384765625, + 3.484375, + -2.3125, + 0.80859375, + -1.75, + 0.09912109375, + 0.59765625, + -1.1328125, + -0.458984375, + -2.375, + -1.1640625, + 1.7265625, + -2.953125, + -1.234375, + 1.484375, + 1.625, + -2.125, + -1.265625, + 0.0250244140625, + -2.71875, + -0.91015625, + -2.375, + -2.015625, + -1.3046875, + -1.0078125, + 2.4375, + -0.796875, + 2.078125, + 0.2412109375, + 3.84375, + 0.87109375, + 2.25, + -3.84375, + -1.34375, + -2.390625, + -0.87109375, + 2.515625, + -0.55078125, + 0.7890625, + 1.5859375, + -0.59765625, + 1.90625, + 0.35546875, + -0.4140625, + 3.71875, + -1.4296875, + -0.439453125, + 1.078125, + 1.1953125, + 1.15625, + 0.63671875, + 0.7109375, + -1.5, + 0.61328125, + -0.640625, + -1.2734375, + 2.09375, + -1.25, + 4.5, + -2.578125, + 1.0703125, + 1.4375, + -1.75, + 1.15625, + 1.8125, + 1.5859375, + -1.3828125, + -0.51171875, + 0.0, + 1.265625, + -0.25, + 1.109375, + 0.57421875, + -4.625, + -0.375, + -0.4765625, + -1.9375, + 1.2109375, + -2.671875, + -2.609375, + -0.57421875, + -0.71484375, + -0.77734375, + 0.08056640625, + 0.2578125, + 0.8125, + 0.498046875, + 0.208984375, + 1.734375, + 0.69140625, + -1.3203125, + 1.0625, + -1.15625, + -3.609375, + -0.30078125, + -1.21875, + 1.4921875, + -2.546875, + 2.8125, + -5.4375, + 0.59765625, + -1.3671875, + -0.412109375, + -3.125, + 0.443359375, + -2.53125, + 5.4375, + 1.875, + -0.62109375, + 0.5390625, + -1.9140625, + 0.65234375, + 0.01611328125, + -0.1728515625, + -1.203125, + -0.6875, + -0.9296875, + 0.06982421875, + -2.78125, + 1.1796875, + 0.765625, + 1.4765625, + -2.65625, + -3.671875, + -2.1875, + -1.921875, + 0.56640625, + -0.859375, + 1.2109375, + 4.59375, + -1.15625, + 1.9609375, + -4.4375, + 0.95703125, + 0.470703125, + -1.984375, + -0.59375, + 1.2109375, + -0.46875, + -0.1318359375, + 1.8046875, + -2.5, + 1.0078125, + -4.59375, + -1.4765625, + 0.6015625, + 4.59375, + 0.78125, + 2.65625, + 0.31640625, + 5.875, + 0.55859375, + -4.375, + 1.046875, + -1.5546875, + -1.7265625, + -0.416015625, + 0.796875, + 0.02490234375, + 1.2421875, + -1.0078125, + 1.0625, + -0.93359375, + 4.75, + -0.1552734375, + -0.416015625, + -2.328125, + -0.32421875, + -1.5078125, + 0.70703125, + -0.4609375, + -1.3515625, + -0.53515625, + -1.5390625, + 1.2109375, + -1.984375, + 1.3359375, + 1.8125, + -2.015625, + -1.2109375, + -2.734375, + -1.2578125, + 2.421875, + -2.09375, + 0.150390625, + -3.078125, + 1.046875, + -0.98046875, + 2.984375, + 1.1171875, + 1.5859375, + -0.89453125, + 2.4375, + -3.96875, + 1.109375, + 1.828125, + 1.6875, + 4.8125, + 0.458984375, + 0.035888671875, + -0.1044921875, + 0.357421875, + -0.87890625, + -0.4609375, + -1.6171875, + -0.6796875, + 1.2421875, + 3.484375, + -1.328125, + 0.23046875, + -1.8046875, + -0.76953125, + -1.4140625, + -3.078125, + 3.046875, + -0.62890625, + 1.7109375, + 0.6484375, + 3.453125, + 0.013916015625, + 2.140625, + 1.7734375, + 3.625, + 1.1171875, + 0.453125, + -3.59375, + 0.00408935546875, + -1.390625, + 3.375, + 0.87109375, + 2.078125, + 0.059814453125, + -1.7890625, + 1.3203125, + -0.1728515625, + 0.6875, + -1.8203125, + -1.765625, + -0.283203125, + 1.2421875, + 0.08154296875, + -2.796875, + 2.15625, + -2.25, + -2.265625, + 1.5859375, + 2.421875, + -1.578125, + 1.34375, + -2.515625, + 0.31640625, + 2.265625, + -0.015869140625, + -1.5625, + 0.859375, + -1.0078125, + -0.287109375, + -0.2041015625, + -0.150390625, + 0.7890625, + -3.03125, + 0.31640625, + -1.796875, + 0.8203125, + -0.08251953125, + 0.2421875, + 1.1171875, + 1.9296875, + -0.279296875, + -0.306640625, + 0.6328125, + 1.515625, + -0.5390625, + 1.2578125, + -0.2060546875, + -1.5859375, + 1.6484375, + 1.4765625, + -0.298828125, + -3.40625, + 4.15625, + 0.71875, + -1.046875, + 0.03271484375, + -0.1748046875, + 2.28125, + 1.8984375, + -0.5546875, + 0.14453125, + -0.01202392578125, + -1.9453125, + 0.69921875, + 2.265625, + -0.25390625, + 0.267578125, + 0.412109375, + -1.515625, + 1.609375, + -1.1953125, + -0.1806640625, + 2.125, + -1.8671875, + 1.5, + 0.439453125, + -3.046875, + -0.193359375, + -0.71875, + 3.640625, + -2.078125, + 1.90625, + -1.1953125, + -7.9375, + -0.60546875, + 1.9375, + 0.423828125, + -1.71875, + -1.0390625, + -1.859375, + 1.4765625, + -1.6953125, + -1.1171875, + -5.375, + 3.4375, + -3.53125, + 1.1640625, + 1.1640625, + 1.1328125, + 2.1875, + -1.140625, + -0.99609375, + 1.453125, + 0.65234375, + 1.375, + 2.28125, + 1.1796875, + 0.75, + -0.99609375, + -3.796875, + -0.95703125, + -0.404296875, + 1.1484375, + -2.734375, + -1.6875, + -1.0, + 1.96875, + -1.1796875, + -2.078125, + -1.0078125, + 1.0859375, + 0.8828125, + 0.76171875, + 1.8671875, + 2.515625, + 4.3125, + 12.5, + 0.5234375, + -0.5390625, + -0.1279296875, + -1.390625, + 1.09375, + -0.6640625, + 2.25, + -0.341796875, + 1.375, + -2.15625, + 0.859375, + 0.953125, + -0.427734375, + -1.7421875, + -0.392578125, + -0.671875, + 1.1953125, + 0.90234375, + 1.34375, + -2.421875, + -0.279296875, + 2.203125, + -0.2734375, + 2.015625, + 3.03125, + 1.09375, + 3.296875, + -1.0546875, + 4.84375, + -0.81640625, + 0.1708984375, + -0.96875, + -1.3203125, + 0.265625, + -0.99609375, + 1.7734375, + -1.2734375, + 2.296875, + 3.703125, + -0.9296875, + 0.29296875, + -2.109375, + 3.046875, + 1.046875, + 0.73046875, + 0.6015625, + -2.171875, + -0.09521484375, + 0.74609375, + -4.84375, + -2.46875, + -1.3984375, + 2.015625, + 1.2265625, + -1.0390625, + -3.203125, + -1.296875, + -0.038818359375, + -0.2080078125, + -0.13671875, + -2.125, + -2.125, + -2.421875, + 0.65234375, + -0.1982421875, + 1.765625, + -0.70703125, + 1.359375, + 1.234375, + -0.451171875, + -3.09375, + 2.46875, + 1.8984375, + -0.4296875, + 0.185546875, + 2.03125, + 1.375, + 0.83984375, + 3.390625, + 2.125, + 0.0595703125, + -0.5078125, + 1.0859375, + -1.25, + 2.953125, + -1.0625, + -2.9375, + 1.125, + -2.59375, + 0.142578125, + -0.9765625, + -1.2734375, + 1.765625, + 1.078125, + 3.75, + 0.9921875, + -1.09375, + 2.265625, + 1.609375, + -1.75, + -0.431640625, + 0.1689453125, + 0.66015625, + 0.92578125, + 2.625, + -0.71484375, + 0.34765625, + 1.1015625, + 1.5234375, + 2.234375, + 2.78125, + 0.50390625, + 1.4453125, + 1.984375, + 0.369140625, + 5.4375, + -0.4921875, + -1.5703125, + 0.734375, + -2.171875, + 0.94140625, + -1.6953125, + 0.455078125, + 0.08837890625, + -3.0, + -0.6484375, + -0.349609375, + -2.609375, + -2.109375, + -0.9296875, + -1.890625, + 0.69921875, + -0.66015625, + 0.46484375, + -0.8203125, + -1.390625, + -1.65625, + 3.78125, + -3.265625, + -0.5234375, + -2.65625, + -2.46875, + 1.46875, + -2.984375, + 0.2177734375, + -0.8046875, + 2.8125, + 0.36328125, + 0.78515625, + 0.25, + 0.1279296875, + -1.5625, + -0.9453125, + 0.15625, + 4.03125, + -0.369140625, + -2.75, + -1.0, + -1.484375, + -6.5, + 2.21875, + 0.95703125, + -0.5703125, + -1.7421875, + -2.390625, + 0.8828125, + -0.515625, + -0.453125, + 1.734375, + -0.84765625, + 1.0390625, + 0.76171875, + -1.8046875, + 3.21875 + ], + "index": 0, + "object": "embedding", + "raw_output": null + } + ], + "model": "accounts/fireworks/models/qwen3-embedding-8b", + "object": "list", + "usage": { + "prompt_tokens": 9, + "total_tokens": 9, + "completion_tokens": 0 + }, + "perf_metrics": null + } + }, + "is_streaming": false + } +} diff --git a/tests/integration/recordings/responses/bebc02ac1fb5.json b/tests/integration/recordings/responses/bebc02ac1fb5.json new file mode 100644 index 000000000..cae485bf1 --- /dev/null +++ b/tests/integration/recordings/responses/bebc02ac1fb5.json @@ -0,0 +1,415 @@ +{ + "request": { + "method": "POST", + "url": "http://0.0.0.0:11434/v1/v1/chat/completions", + "headers": {}, + "body": { + "model": "llama3.2:3b-instruct-fp16", + "messages": [ + { + "role": "system", + "content": "You are a helpful assistant" + }, + { + "role": "user", + "content": "What is the boiling point of the liquid polyjuice in celsius?" + }, + { + "role": "assistant", + "content": "", + "tool_calls": [ + { + "id": "call_88k1yds9", + "type": "function", + "function": { + "name": "get_boiling_point", + "arguments": "{\"celcius\": true, \"liquid_name\": \"polyjuice\"}" + } + } + ] + }, + { + "role": "tool", + "tool_call_id": "call_88k1yds9", + "content": "-100" + } + ], + "max_tokens": 512, + "stream": true, + "temperature": 0.0001, + "tool_choice": "auto", + "tools": [ + { + "type": "function", + "function": { + "name": "get_boiling_point", + "description": "Returns the boiling point of a liquid in Celcius or Fahrenheit.", + "parameters": { + "type": "object", + "properties": { + "liquid_name": { + "type": "string", + "description": "The name of the liquid" + }, + "celcius": { + "type": "boolean", + "description": "Whether to return the boiling point in Celcius", + "default": true + } + }, + "required": [ + "liquid_name" + ] + } + } + } + ], + "top_p": 0.9 + }, + "endpoint": "/v1/chat/completions", + "model": "llama3.2:3b-instruct-fp16" + }, + "response": { + "body": [ + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": "The", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": " boiling", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": " point", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": " of", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": " Poly", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": "ju", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": "ice", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": " is", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": " -", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": "100", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": "\u00b0C", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": ".", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-425", + "choices": [ + { + "delta": { + "content": "", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": "stop", + "index": 0, + "logprobs": null + } + ], + "created": 1759427015, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + } + ], + "is_streaming": true + } +} diff --git a/tests/integration/recordings/responses/c7ff69e043ea.json b/tests/integration/recordings/responses/c7ff69e043ea.json new file mode 100644 index 000000000..91365adf6 --- /dev/null +++ b/tests/integration/recordings/responses/c7ff69e043ea.json @@ -0,0 +1,389 @@ +{ + "request": { + "method": "POST", + "url": "http://0.0.0.0:11434/v1/v1/chat/completions", + "headers": {}, + "body": { + "model": "llama3.2:3b-instruct-fp16", + "messages": [ + { + "role": "system", + "content": "You are a helpful assistant" + }, + { + "role": "user", + "content": "Call get_boiling_point_with_metadata tool and answer What is the boiling point of polyjuice?" + }, + { + "role": "assistant", + "content": "", + "tool_calls": [ + { + "id": "call_e17msgo0", + "type": "function", + "function": { + "name": "get_boiling_point_with_metadata", + "arguments": "{\"celcius\": false, \"liquid_name\": \"polyjuice\"}" + } + } + ] + }, + { + "role": "tool", + "tool_call_id": "call_e17msgo0", + "content": "-212" + } + ], + "max_tokens": 512, + "stream": true, + "temperature": 0.0001, + "tool_choice": "auto", + "tools": [ + { + "type": "function", + "function": { + "name": "get_boiling_point_with_metadata", + "description": "Returns the boiling point of a liquid in Celcius or Fahrenheit", + "parameters": { + "type": "object", + "properties": { + "liquid_name": { + "type": "string", + "description": "The name of the liquid" + }, + "celcius": { + "type": "boolean", + "description": "Whether to return the boiling point in Celcius", + "default": true + } + }, + "required": [ + "liquid_name" + ] + } + } + } + ], + "top_p": 0.9 + }, + "endpoint": "/v1/chat/completions", + "model": "llama3.2:3b-instruct-fp16" + }, + "response": { + "body": [ + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": "The", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": " boiling", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": " point", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": " of", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": " poly", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": "ju", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": "ice", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": " is", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": " -", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": "212", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": ".", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-316", + "choices": [ + { + "delta": { + "content": "", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": "stop", + "index": 0, + "logprobs": null + } + ], + "created": 1759427031, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + } + ], + "is_streaming": true + } +} diff --git a/tests/integration/recordings/responses/d3fc756ea885.json b/tests/integration/recordings/responses/d3fc756ea885.json new file mode 100644 index 000000000..aec8b4506 --- /dev/null +++ b/tests/integration/recordings/responses/d3fc756ea885.json @@ -0,0 +1,415 @@ +{ + "request": { + "method": "POST", + "url": "http://0.0.0.0:11434/v1/v1/chat/completions", + "headers": {}, + "body": { + "model": "llama3.2:3b-instruct-fp16", + "messages": [ + { + "role": "system", + "content": "You are a helpful assistant" + }, + { + "role": "user", + "content": "What is the boiling point of the liquid polyjuice in celsius?" + }, + { + "role": "assistant", + "content": "", + "tool_calls": [ + { + "id": "call_gcyfwdi7", + "type": "function", + "function": { + "name": "get_boiling_point", + "arguments": "{\"celcius\": true, \"liquid_name\": \"polyjuice\"}" + } + } + ] + }, + { + "role": "tool", + "tool_call_id": "call_gcyfwdi7", + "content": "-100" + } + ], + "max_tokens": 512, + "stream": true, + "temperature": 0.0001, + "tool_choice": "required", + "tools": [ + { + "type": "function", + "function": { + "name": "get_boiling_point", + "description": "Returns the boiling point of a liquid in Celcius or Fahrenheit.", + "parameters": { + "type": "object", + "properties": { + "liquid_name": { + "type": "string", + "description": "The name of the liquid" + }, + "celcius": { + "type": "boolean", + "description": "Whether to return the boiling point in Celcius", + "default": true + } + }, + "required": [ + "liquid_name" + ] + } + } + } + ], + "top_p": 0.9 + }, + "endpoint": "/v1/chat/completions", + "model": "llama3.2:3b-instruct-fp16" + }, + "response": { + "body": [ + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": "The", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427018, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": " boiling", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427018, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": " point", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427018, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": " of", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427018, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": " Poly", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427019, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": "ju", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427019, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": "ice", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427019, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": " is", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427019, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": " -", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427019, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": "100", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427019, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": "\u00b0C", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427019, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": ".", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427019, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-820", + "choices": [ + { + "delta": { + "content": "", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": "stop", + "index": 0, + "logprobs": null + } + ], + "created": 1759427019, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + } + ], + "is_streaming": true + } +} diff --git a/tests/integration/recordings/responses/afaacb433b7c.json b/tests/integration/recordings/responses/e11745e75e87.json similarity index 94% rename from tests/integration/recordings/responses/afaacb433b7c.json rename to tests/integration/recordings/responses/e11745e75e87.json index 9b54050db..ddcdbc54e 100644 --- a/tests/integration/recordings/responses/afaacb433b7c.json +++ b/tests/integration/recordings/responses/e11745e75e87.json @@ -15,7 +15,7 @@ "content": "What is the boiling point of the liquid polyjuice in celsius?" } ], - "max_tokens": 0, + "max_tokens": 512, "stream": true, "temperature": 0.0001, "tool_choice": "required", @@ -55,7 +55,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-867", + "id": "chatcmpl-105", "choices": [ { "delta": { @@ -66,7 +66,7 @@ "tool_calls": [ { "index": 0, - "id": "call_d952bbyw", + "id": "call_gcyfwdi7", "function": { "arguments": "{\"celcius\":true,\"liquid_name\":\"polyjuice\"}", "name": "get_boiling_point" @@ -80,7 +80,7 @@ "logprobs": null } ], - "created": 1759368378, + "created": 1759427018, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -91,7 +91,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-867", + "id": "chatcmpl-105", "choices": [ { "delta": { @@ -106,7 +106,7 @@ "logprobs": null } ], - "created": 1759368378, + "created": 1759427018, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, diff --git a/tests/integration/recordings/responses/e3bded498c54.json b/tests/integration/recordings/responses/e3bded498c54.json new file mode 100644 index 000000000..60089c43b --- /dev/null +++ b/tests/integration/recordings/responses/e3bded498c54.json @@ -0,0 +1,4137 @@ +{ + "request": { + "method": "POST", + "url": "https://api.fireworks.ai/inference/v1/v1/embeddings", + "headers": {}, + "body": { + "model": "accounts/fireworks/models/qwen3-embedding-8b", + "input": [ + "This is a test file 2" + ], + "encoding_format": "float" + }, + "endpoint": "/v1/embeddings", + "model": "accounts/fireworks/models/qwen3-embedding-8b" + }, + "response": { + "body": { + "__type__": "openai.types.create_embedding_response.CreateEmbeddingResponse", + "__data__": { + "data": [ + { + "embedding": [ + 3.65625, + 0.7890625, + -2.625, + -0.91015625, + 2.0625, + -1.703125, + 0.53515625, + 2.921875, + -4.09375, + 1.625, + -1.4375, + -1.6875, + 6.96875, + -1.0859375, + 3.765625, + 0.1416015625, + 1.0546875, + 2.140625, + -0.2021484375, + 2.953125, + -1.46875, + 2.859375, + 3.34375, + -1.5859375, + 2.4375, + 1.265625, + -1.7734375, + -2.5, + 0.6015625, + 1.1640625, + -2.078125, + 3.96875, + 1.828125, + 4.375, + -4.3125, + 1.34375, + -2.390625, + -3.515625, + -2.734375, + 1.3671875, + -2.703125, + -2.171875, + 1.3515625, + 1.2578125, + -2.21875, + -1.5546875, + -2.703125, + -3.09375, + 1.34375, + 1.3046875, + 0.70703125, + -1.7265625, + -0.875, + 1.609375, + 1.625, + 1.8046875, + 1.3515625, + -0.27734375, + -3.4375, + -0.9609375, + -5.34375, + -1.9609375, + 3.25, + 0.388671875, + 2.421875, + 1.7734375, + 1.0703125, + 1.203125, + 1.609375, + -1.9765625, + -0.08935546875, + 2.546875, + 1.9453125, + 0.020263671875, + -0.796875, + -4.0625, + -4.125, + -0.1455078125, + 2.84375, + 3.203125, + 0.51953125, + -4.09375, + 0.0240478515625, + -1.8359375, + -1.375, + -2.453125, + -1.8203125, + -1.1875, + -0.275390625, + -0.036376953125, + 2.453125, + 0.92578125, + -0.38671875, + 1.8125, + -0.41015625, + 0.35546875, + -3.25, + -2.609375, + -2.875, + 3.796875, + 1.671875, + 4.40625, + 2.734375, + 1.34375, + -0.76171875, + 1.9296875, + -1.015625, + -0.671875, + -1.453125, + -1.6953125, + 0.041259765625, + 2.109375, + 2.828125, + -0.09814453125, + -1.453125, + -0.08349609375, + 2.53125, + 1.25, + 1.0, + 1.8359375, + 3.375, + -0.94140625, + -2.28125, + 2.421875, + 3.125, + -2.71875, + 1.484375, + -1.1796875, + 0.1953125, + -1.1171875, + 1.53125, + -4.375, + 2.9375, + -2.375, + -1.5625, + 0.36328125, + -3.640625, + 0.0242919921875, + 4.21875, + -0.42578125, + -2.78125, + 1.8359375, + 3.265625, + -1.015625, + 0.90625, + 3.84375, + -1.3203125, + 3.328125, + 2.65625, + 1.9375, + 0.7421875, + 0.8046875, + -1.96875, + -2.203125, + -1.9609375, + -2.65625, + -2.53125, + 0.5546875, + 2.359375, + -0.05712890625, + -1.4921875, + 0.671875, + 2.3125, + 1.578125, + -0.6015625, + 0.376953125, + 2.78125, + 1.109375, + 1.578125, + -1.8046875, + 1.0078125, + 0.059326171875, + 0.65625, + 1.5546875, + 0.61328125, + 1.1484375, + -2.125, + -1.4609375, + -0.462890625, + 3.625, + 0.044677734375, + 1.1015625, + -2.75, + 1.8828125, + 0.73828125, + 4.6875, + 0.12890625, + -2.5, + 0.61328125, + -0.828125, + -0.7421875, + 0.400390625, + -1.0859375, + 1.6875, + -2.90625, + 0.1484375, + 0.369140625, + 0.26953125, + 1.4609375, + -2.140625, + 6.46875, + -4.34375, + 2.21875, + -0.271484375, + -0.3203125, + -2.21875, + -1.46875, + 0.69921875, + 0.71875, + -3.609375, + 1.7265625, + -1.34375, + 1.203125, + 3.546875, + 1.2890625, + -1.6640625, + 5.15625, + 1.546875, + -1.7109375, + -0.06982421875, + 1.4140625, + 1.625, + 0.2890625, + 1.8515625, + 0.19140625, + -4.15625, + -1.421875, + -2.9375, + 0.74609375, + -2.75, + 1.546875, + -2.96875, + -0.283203125, + -1.15625, + 3.359375, + -3.765625, + -1.4140625, + -0.032470703125, + 0.5078125, + 0.451171875, + -1.4375, + -0.0849609375, + 0.56640625, + -1.328125, + -0.1630859375, + 1.7109375, + 2.1875, + -0.8125, + 5.28125, + -0.171875, + 0.2421875, + -5.5, + -1.3046875, + -0.6796875, + 1.4375, + -3.078125, + -2.078125, + -1.5234375, + -1.5859375, + 1.09375, + 0.5234375, + -4.34375, + 2.734375, + 1.6015625, + -0.85546875, + -1.421875, + -2.28125, + -1.9140625, + 1.4140625, + -2.359375, + 0.291015625, + -2.390625, + -0.1474609375, + -0.404296875, + 1.0703125, + -0.84765625, + 0.1494140625, + -1.3203125, + -3.046875, + 1.2421875, + -1.2578125, + 0.5390625, + 2.59375, + -1.625, + 2.0625, + -0.265625, + -0.78125, + 1.2109375, + -2.09375, + 2.5625, + -0.52734375, + 4.4375, + -0.115234375, + 2.671875, + -3.046875, + 4.625, + -3.578125, + -2.828125, + -1.6015625, + -0.6875, + -1.890625, + 0.0172119140625, + -1.9140625, + -0.419921875, + -0.75, + -1.8203125, + -3.25, + 2.640625, + 0.578125, + -0.6796875, + -2.921875, + -0.0198974609375, + -2.484375, + -0.91796875, + -1.5703125, + 1.734375, + 1.2734375, + -2.4375, + -1.4140625, + 2.0625, + -2.09375, + -0.625, + -0.234375, + 0.166015625, + 0.55078125, + 0.166015625, + 0.453125, + -0.83984375, + -3.421875, + -1.1875, + 1.59375, + 0.5546875, + -3.75, + 2.046875, + -1.6875, + 0.56640625, + 1.84375, + -1.7578125, + 1.5703125, + 0.30078125, + -2.34375, + -2.15625, + 1.8984375, + 0.224609375, + 0.451171875, + -1.125, + 1.5625, + -3.53125, + -1.4921875, + -0.83984375, + 0.53515625, + 2.453125, + -0.474609375, + 0.703125, + 1.421875, + -0.2060546875, + -2.171875, + 3.078125, + 2.140625, + 2.5625, + -0.80859375, + 1.21875, + 0.33203125, + -1.796875, + 0.04150390625, + 4.65625, + 3.53125, + -0.9140625, + -3.390625, + -0.4765625, + 2.390625, + 0.73828125, + -1.921875, + -0.208984375, + -2.203125, + -2.28125, + -3.078125, + -1.15625, + 1.3203125, + -0.83203125, + -0.494140625, + -8.4375, + 0.77734375, + -0.416015625, + -0.134765625, + 1.1953125, + -3.078125, + -0.609375, + 0.953125, + 0.91796875, + -2.734375, + -0.5078125, + 0.10009765625, + -0.0966796875, + -1.9921875, + -1.203125, + 0.6953125, + 0.84765625, + -2.03125, + 1.84375, + -0.50390625, + -1.8046875, + -0.0927734375, + 2.671875, + 1.0, + -0.0966796875, + 1.6484375, + 0.058837890625, + -1.9453125, + 0.8046875, + 0.19140625, + 0.337890625, + 1.0078125, + -0.169921875, + 3.03125, + 2.984375, + 3.796875, + 3.96875, + -0.6640625, + 2.796875, + -0.59765625, + 1.8671875, + -1.84375, + -1.6171875, + -2.671875, + 2.09375, + 3.171875, + -0.10302734375, + 5.625, + -2.421875, + -0.44921875, + -0.2353515625, + -1.078125, + -0.1728515625, + 0.3515625, + -3.453125, + 1.40625, + 2.515625, + 0.63671875, + -0.1787109375, + 1.8984375, + 4.5625, + 2.0625, + 2.109375, + -1.2890625, + 1.6796875, + -2.71875, + 1.1796875, + 0.62109375, + -0.78515625, + -4.40625, + 3.5625, + -2.390625, + 2.875, + -0.271484375, + 0.064453125, + -2.9375, + -0.8359375, + -0.1044921875, + 1.5546875, + 0.40625, + -1.8828125, + 1.2734375, + -0.80078125, + 1.6796875, + -1.0546875, + -0.10498046875, + -0.578125, + -2.953125, + 2.09375, + -0.57421875, + 1.6640625, + -5.21875, + -0.94140625, + 0.52734375, + 4.5625, + -1.3984375, + -0.515625, + -3.296875, + -3.828125, + 0.388671875, + -3.609375, + -2.0625, + -10.0625, + 1.9296875, + 2.125, + 1.34375, + -0.1708984375, + 0.625, + 0.9296875, + -3.03125, + 1.4140625, + 4.96875, + -0.6015625, + 1.6484375, + -1.8984375, + 1.71875, + -0.498046875, + 0.07958984375, + 0.859375, + 0.86328125, + -3.09375, + -0.267578125, + 0.451171875, + -2.234375, + 1.0390625, + 2.0625, + 0.8046875, + -2.46875, + -1.9375, + 1.2265625, + -3.5625, + -2.234375, + 0.8203125, + 0.2041015625, + -3.453125, + 0.75390625, + 0.375, + 0.921875, + 1.25, + 1.640625, + -0.392578125, + -6.875, + 0.1328125, + 0.671875, + 2.171875, + -1.6953125, + 0.99609375, + 0.67578125, + -1.0234375, + 0.482421875, + -1.296875, + 2.5, + -0.82421875, + -2.71875, + -0.4453125, + -1.21875, + -1.2734375, + 3.921875, + 1.0078125, + -1.78125, + 2.53125, + -2.15625, + -0.6796875, + -0.1611328125, + 5.65625, + 0.83203125, + 1.671875, + -0.49609375, + 4.875, + 1.609375, + 3.25, + 3.703125, + -0.76171875, + 1.0390625, + 1.7265625, + -0.84375, + 0.044677734375, + -1.53125, + 1.28125, + 1.1875, + -0.671875, + -0.609375, + 2.296875, + -2.625, + -3.984375, + -2.59375, + 1.140625, + 0.859375, + 1.5703125, + 2.109375, + 1.78125, + 1.359375, + 1.2109375, + 2.3125, + 2.0625, + -1.2265625, + 2.65625, + -2.390625, + -3.4375, + 3.53125, + -1.6484375, + -1.2578125, + -0.416015625, + 2.375, + -3.453125, + 2.40625, + -2.328125, + 1.8515625, + -0.6796875, + -1.4609375, + 0.55859375, + 2.671875, + -4.78125, + -1.203125, + 1.2890625, + -1.9765625, + -6.65625, + 0.796875, + 3.21875, + -0.4375, + -1.1640625, + 2.78125, + 0.359375, + -1.9453125, + 0.55078125, + 0.10205078125, + -2.203125, + 2.8125, + -6.8125, + -1.9921875, + 0.79296875, + -1.2421875, + -1.71875, + -4.28125, + -0.1943359375, + 0.0242919921875, + -0.482421875, + -0.345703125, + 3.734375, + -3.65625, + -3.640625, + 2.390625, + 0.462890625, + -1.8046875, + 2.5625, + 0.201171875, + 3.125, + -1.1953125, + -0.89453125, + -1.984375, + 0.98828125, + 3.75, + -1.265625, + -2.4375, + 1.6015625, + 1.453125, + 1.5546875, + -2.875, + 3.4375, + 1.9921875, + 1.9609375, + 1.25, + 1.4140625, + 1.1640625, + 3.140625, + 0.60546875, + 2.296875, + -2.71875, + 2.90625, + 0.380859375, + -1.5390625, + 1.296875, + 1.1328125, + 1.890625, + -1.859375, + 1.2734375, + -0.85546875, + -0.423828125, + 0.4453125, + -1.3515625, + 0.255859375, + 0.169921875, + -2.78125, + -1.203125, + 0.466796875, + 0.70703125, + 0.4375, + 0.57421875, + -4.3125, + -2.109375, + 2.109375, + -1.59375, + 1.65625, + 2.96875, + -1.125, + 3.296875, + 1.3828125, + 0.8671875, + -3.8125, + 0.08154296875, + -1.9296875, + -5.25, + -1.828125, + 0.8828125, + -5.65625, + -2.703125, + 3.5625, + 1.5078125, + 1.7109375, + 1.3203125, + -3.25, + -2.109375, + 0.051513671875, + 1.375, + -0.890625, + 1.3828125, + -1.765625, + -1.9375, + 0.3828125, + 1.8515625, + 2.453125, + -1.4140625, + -2.046875, + -0.359375, + -2.421875, + -2.359375, + 2.5625, + -3.75, + -2.375, + -3.125, + -1.2109375, + -2.40625, + -0.734375, + 1.5546875, + -3.734375, + 1.25, + 2.78125, + -0.7578125, + -3.640625, + 4.4375, + -0.984375, + -0.94140625, + -0.89453125, + -0.9296875, + -4.6875, + 3.671875, + 3.53125, + 2.25, + -1.0390625, + -3.640625, + 0.46484375, + -1.90625, + 3.3125, + -3.25, + 2.71875, + 3.578125, + 0.0654296875, + -0.11083984375, + -0.71484375, + -1.015625, + 0.5078125, + -0.546875, + 1.75, + -0.2431640625, + -1.953125, + -0.43359375, + 1.3125, + 2.25, + -0.0576171875, + 1.1015625, + 0.03955078125, + -0.16796875, + -0.51171875, + 1.3515625, + 2.25, + -1.3515625, + -0.46484375, + 3.34375, + 1.5, + -4.90625, + 0.75390625, + -0.6875, + 1.015625, + -0.470703125, + 0.96484375, + 1.0703125, + 1.2265625, + 1.4453125, + -1.5234375, + 0.00396728515625, + -1.4375, + 0.2431640625, + 2.15625, + -2.625, + -1.4140625, + -2.25, + 0.73828125, + -1.2578125, + -0.42578125, + 0.061767578125, + 0.29296875, + 2.25, + 2.59375, + -0.1962890625, + 0.4296875, + -3.6875, + -1.0234375, + 1.03125, + 2.921875, + -3.25, + 1.9140625, + 1.4296875, + 1.203125, + 0.78515625, + 0.439453125, + 2.875, + -1.328125, + 0.193359375, + 2.515625, + -0.0223388671875, + 1.84375, + -3.828125, + -0.515625, + -0.52734375, + 1.0, + 0.06591796875, + 0.51171875, + -0.177734375, + 0.228515625, + -2.109375, + -0.1962890625, + 0.0155029296875, + 0.8046875, + -0.69921875, + 0.024169921875, + -0.92578125, + -2.8125, + -0.78515625, + -1.03125, + -1.328125, + 0.65234375, + 2.53125, + 0.52734375, + 0.16015625, + 0.9453125, + 0.4921875, + 4.84375, + -0.10888671875, + 2.640625, + 2.875, + 0.294921875, + -1.8828125, + 2.59375, + -1.5546875, + -0.703125, + 1.2265625, + -2.125, + -0.8125, + -0.953125, + 1.890625, + -2.78125, + -4.15625, + -2.640625, + -1.6875, + 2.625, + -3.03125, + 0.25, + -0.58984375, + 2.890625, + 2.1875, + -3.984375, + 3.015625, + -1.7578125, + -0.94140625, + 1.234375, + 1.46875, + 0.1533203125, + -0.07470703125, + 1.703125, + 2.984375, + -0.37109375, + 1.3203125, + -0.8359375, + 0.271484375, + -0.5703125, + 0.482421875, + -0.625, + -4.625, + -4.53125, + 0.1337890625, + -0.75, + -1.25, + 0.76953125, + -1.015625, + -0.482421875, + -2.21875, + 0.8359375, + 1.75, + -3.90625, + -2.734375, + -1.875, + -0.5546875, + -0.4375, + 2.78125, + 3.046875, + -0.68359375, + 1.0859375, + 0.84765625, + -0.19921875, + 4.28125, + -1.1953125, + -1.8984375, + 1.0859375, + -0.498046875, + 1.484375, + -0.0947265625, + 0.47265625, + 2.078125, + 1.9609375, + -0.859375, + 0.72265625, + -0.1376953125, + -0.61328125, + 1.6328125, + 0.7421875, + -0.8203125, + -3.25, + -6.0625, + -0.3125, + 2.453125, + -1.1875, + -3.421875, + -1.09375, + -0.2451171875, + 0.6015625, + 2.125, + 0.353515625, + 5.0, + -0.70703125, + 1.8828125, + 4.125, + 1.0703125, + 1.578125, + 1.5, + -0.859375, + -0.84375, + 2.4375, + 0.515625, + -1.890625, + -3.359375, + 0.71875, + 0.77734375, + 0.97265625, + -2.125, + -0.025390625, + 0.890625, + -1.5234375, + 3.265625, + -0.91796875, + 0.84765625, + -1.5546875, + 1.9921875, + 0.82421875, + -2.171875, + -0.59375, + -2.25, + -2.234375, + 0.609375, + -0.19921875, + 1.1328125, + -4.21875, + -4.09375, + 3.421875, + 2.421875, + -1.3984375, + 1.28125, + -0.88671875, + 0.48046875, + -0.92578125, + -4.53125, + -0.21484375, + 2.625, + -2.0, + 1.7109375, + -3.34375, + -0.6796875, + 1.78125, + -2.40625, + -1.1875, + -0.83203125, + -0.796875, + -2.421875, + -0.58203125, + -1.9765625, + -0.8515625, + 0.859375, + -2.078125, + -0.6953125, + -3.34375, + -0.8359375, + 0.2490234375, + 0.6796875, + 4.15625, + 2.03125, + 5.53125, + -0.140625, + -2.15625, + -1.546875, + 7.625, + 3.046875, + -0.8203125, + -0.046875, + 2.078125, + 4.9375, + -1.90625, + -0.44140625, + -1.2109375, + 5.5, + 3.078125, + 2.5625, + 3.484375, + -1.3515625, + -1.125, + -0.890625, + -1.09375, + -0.0240478515625, + -0.89453125, + 2.984375, + -0.25390625, + -0.70703125, + 1.9375, + -0.33984375, + 3.25, + -1.25, + -2.625, + 0.291015625, + 1.2109375, + -2.5625, + 1.4921875, + -0.80078125, + 0.12451171875, + -0.1474609375, + -0.14453125, + 1.0859375, + 0.0556640625, + 0.494140625, + 1.34375, + 1.859375, + 0.033203125, + -0.69140625, + 0.734375, + -3.625, + -0.73046875, + 0.244140625, + 1.7890625, + -1.1015625, + -0.9453125, + 3.015625, + 0.1689453125, + -1.609375, + 0.9921875, + 1.5625, + -0.427734375, + -1.140625, + 1.515625, + 0.93359375, + 0.125, + -0.87109375, + -2.015625, + 0.8671875, + 0.1630859375, + -1.8984375, + -0.95703125, + -0.55859375, + -0.6796875, + -3.171875, + 3.1875, + 1.546875, + -2.390625, + 1.34375, + -1.0546875, + 1.140625, + -2.0, + -2.234375, + -0.91796875, + -0.365234375, + -6.96875, + -0.5703125, + 1.5390625, + 0.671875, + -0.314453125, + -2.1875, + -0.87890625, + -3.0, + -0.921875, + -2.140625, + -1.1484375, + -3.359375, + -0.87890625, + 1.5546875, + -2.546875, + -1.078125, + 1.5234375, + 1.1953125, + 3.8125, + 1.140625, + -0.34375, + 1.5, + 1.8984375, + -0.203125, + -2.125, + 0.6328125, + 1.3671875, + 0.318359375, + -0.482421875, + 0.546875, + 0.73046875, + 0.515625, + 0.44140625, + 0.484375, + -1.234375, + 1.4140625, + -1.4921875, + -2.296875, + 0.76171875, + 1.59375, + -0.2236328125, + 1.59375, + -2.21875, + 0.455078125, + 2.1875, + -0.75, + -0.95703125, + 2.640625, + 2.390625, + 2.53125, + -0.419921875, + 2.15625, + 1.3359375, + -3.90625, + -0.294921875, + -2.46875, + 0.640625, + 1.296875, + -1.359375, + -0.8359375, + 0.02294921875, + -2.375, + -1.375, + -0.98828125, + 2.671875, + -4.875, + 4.75, + 7.28125, + -1.09375, + 1.703125, + 4.0625, + -0.625, + 1.9375, + 1.7734375, + 1.1015625, + 0.3203125, + 0.90625, + -4.0625, + 1.6171875, + -1.875, + -0.78125, + -0.166015625, + -1.4453125, + -0.341796875, + 0.9765625, + -0.291015625, + 0.470703125, + -0.040283203125, + 0.80859375, + 0.640625, + -1.7734375, + -0.32421875, + -2.4375, + -0.8515625, + 0.224609375, + 0.70703125, + 1.109375, + -0.96484375, + 0.91796875, + -1.53125, + 2.03125, + 0.359375, + -1.1875, + 2.40625, + -0.8359375, + -2.9375, + 0.96875, + -1.203125, + 1.3203125, + 0.53125, + -0.96484375, + -2.953125, + 4.9375, + 0.322265625, + -1.578125, + -2.390625, + 0.71484375, + -1.09375, + -2.234375, + -1.2890625, + -1.6875, + 5.0, + -0.5859375, + -0.93359375, + 2.21875, + 1.28125, + 1.4765625, + -0.031982421875, + 1.4375, + 3.359375, + -0.6015625, + 0.06787109375, + 0.62109375, + 0.828125, + -0.23046875, + 0.828125, + -0.75390625, + 1.0234375, + -2.046875, + 0.60546875, + -0.43359375, + 0.7109375, + -2.484375, + -2.046875, + 1.1328125, + 0.8203125, + -1.8359375, + -4.90625, + -2.25, + -0.71484375, + 0.81640625, + 1.421875, + -1.2421875, + 1.3828125, + -1.03125, + -7.1875, + 0.5390625, + -1.2890625, + -4.15625, + -0.287109375, + 6.09375, + -1.203125, + 1.015625, + -0.65625, + -2.765625, + 0.48046875, + 0.96484375, + 4.125, + 1.265625, + 0.224609375, + 0.6484375, + -1.3671875, + -0.78515625, + -0.0038299560546875, + -4.0, + -0.78125, + -0.51171875, + -3.4375, + -1.765625, + 1.71875, + -1.890625, + -2.40625, + -4.84375, + -3.0625, + 1.96875, + -0.6171875, + 0.8203125, + -2.53125, + 1.125, + -1.359375, + 3.859375, + 2.640625, + -1.5703125, + -1.1015625, + -1.7265625, + 0.490234375, + 0.70703125, + 0.3125, + 1.90625, + -1.1640625, + -1.4765625, + -1.1328125, + -1.7734375, + 4.75, + 0.48828125, + -1.453125, + 0.3125, + -0.77734375, + 3.484375, + 1.1171875, + 0.74609375, + -0.28125, + -0.8671875, + 2.03125, + -1.203125, + -3.3125, + 1.0078125, + 1.40625, + -4.25, + 1.8828125, + 0.40234375, + 0.259765625, + -0.7578125, + 1.8671875, + -1.671875, + 2.71875, + 1.3046875, + 4.21875, + -1.8125, + -1.9375, + 1.9375, + 0.76953125, + 1.375, + 2.578125, + 0.291015625, + -1.9609375, + 3.328125, + -2.703125, + -2.1875, + 0.28125, + 3.40625, + -1.828125, + 0.388671875, + -0.578125, + 5.46875, + 1.921875, + -0.98046875, + -2.625, + -0.91015625, + -0.99609375, + -0.72265625, + 0.09375, + 0.953125, + 0.62109375, + -0.26953125, + 1.421875, + 0.451171875, + -2.890625, + -0.59765625, + 2.875, + 3.40625, + 0.82421875, + 0.64453125, + -0.7734375, + 7.46875, + -6.78125, + 1.3125, + -3.84375, + -2.203125, + 0.404296875, + 1.015625, + -1.7890625, + 2.84375, + 1.65625, + 3.578125, + 0.81640625, + -0.3671875, + -2.796875, + 3.515625, + 2.4375, + 1.9375, + -4.65625, + 0.9921875, + -3.734375, + 1.15625, + -2.734375, + -1.1484375, + 0.80078125, + 1.8203125, + -0.01348876953125, + 1.96875, + -0.8359375, + -0.4296875, + -0.9765625, + 1.84375, + 0.328125, + 0.2216796875, + 2.703125, + 0.044921875, + -2.625, + 0.75, + -1.3125, + 1.8515625, + 1.6328125, + 0.98046875, + -0.83203125, + -2.21875, + -0.045166015625, + 0.65625, + -0.86328125, + 1.109375, + -1.53125, + 1.6015625, + -0.455078125, + 1.3125, + 1.15625, + -0.44140625, + -1.890625, + 0.10009765625, + -2.03125, + 2.1875, + -1.328125, + 0.58984375, + 4.625, + -0.71875, + 0.197265625, + 2.1875, + 0.82421875, + -1.4375, + 3.0, + -0.076171875, + 2.859375, + -1.3359375, + 0.85546875, + -0.81640625, + 2.234375, + 1.53125, + 0.087890625, + -0.515625, + 2.84375, + -0.92578125, + -3.359375, + -2.9375, + -1.5234375, + 2.265625, + -0.341796875, + 0.8828125, + 2.515625, + -1.3515625, + 0.65234375, + -3.5625, + 2.0, + -1.8359375, + -1.078125, + 2.359375, + 1.2109375, + -0.119140625, + 1.1484375, + -2.078125, + 3.0, + -2.234375, + 1.3046875, + 0.59765625, + -0.1611328125, + -1.15625, + 0.75, + -0.31640625, + -0.20703125, + 0.9921875, + -1.09375, + 0.8671875, + -2.375, + -2.640625, + -0.74609375, + -2.171875, + 1.7734375, + 10.625, + 1.1171875, + -3.78125, + 0.035400390625, + -0.6015625, + -0.546875, + -3.671875, + -6.90625, + -0.55859375, + -2.5, + -0.94140625, + -1.984375, + 0.87109375, + -0.408203125, + -2.3125, + 0.84765625, + 1.328125, + -0.90625, + 0.2001953125, + 1.0625, + -2.109375, + 0.11328125, + 0.9609375, + -0.212890625, + -0.05810546875, + -1.484375, + 0.62890625, + 1.6796875, + -0.322265625, + 1.40625, + -0.486328125, + 1.796875, + 0.0224609375, + 0.90234375, + -0.625, + -2.453125, + -0.75, + -0.54296875, + 6.0, + 1.9609375, + 1.03125, + -0.734375, + -0.96875, + 3.140625, + -2.53125, + 0.69140625, + 2.015625, + -1.140625, + -1.0390625, + 2.265625, + -1.953125, + 0.60546875, + -4.03125, + -1.3046875, + 2.171875, + -1.078125, + 1.1953125, + 1.3125, + -0.392578125, + 0.53515625, + 0.51171875, + 2.328125, + 1.4609375, + -0.78125, + -0.443359375, + 1.9453125, + 1.71875, + 0.07421875, + 3.609375, + 0.412109375, + -1.5, + -0.361328125, + -0.85546875, + 3.1875, + 2.4375, + 0.171875, + 0.90625, + 0.2080078125, + -1.203125, + -0.40625, + -2.578125, + 2.96875, + 1.9921875, + 0.251953125, + 1.359375, + 2.453125, + 0.81640625, + -0.62109375, + -2.59375, + -0.003997802734375, + 0.6953125, + 0.70703125, + 2.046875, + 0.99609375, + -3.984375, + 1.0625, + -0.8125, + 3.671875, + 3.734375, + -1.46875, + -1.71875, + 0.5703125, + 2.859375, + 1.28125, + -0.640625, + -2.921875, + -3.296875, + 1.1328125, + -1.046875, + 0.37109375, + -0.84375, + 1.046875, + 0.30859375, + 2.078125, + 0.234375, + -0.12255859375, + -0.92578125, + 2.140625, + -0.431640625, + 0.21875, + -0.373046875, + 1.84375, + -3.234375, + 0.1904296875, + 1.140625, + 2.6875, + -1.5234375, + -3.21875, + 0.09375, + -2.34375, + -1.4140625, + 1.1015625, + 4.4375, + 0.2177734375, + -1.6015625, + 1.703125, + 2.171875, + -0.8828125, + -1.6640625, + -0.1923828125, + 1.3828125, + 0.80078125, + 2.671875, + -1.640625, + -2.0625, + 1.8359375, + 1.984375, + 0.458984375, + -1.578125, + 0.13671875, + -5.84375, + 3.171875, + 2.40625, + -1.78125, + -1.6015625, + -1.296875, + -1.6015625, + 0.72265625, + -0.08837890625, + -0.27734375, + 0.330078125, + 0.1240234375, + -4.15625, + 1.234375, + -0.392578125, + 1.609375, + -0.5078125, + 1.859375, + -1.2109375, + -3.5625, + 3.484375, + -0.47265625, + 3.65625, + -0.828125, + 0.2451171875, + 1.046875, + 1.5, + -2.328125, + -0.016357421875, + -0.419921875, + -0.404296875, + 1.40625, + 1.1171875, + 1.375, + 0.212890625, + 1.4453125, + -2.765625, + -0.11962890625, + 0.1796875, + -3.8125, + -2.140625, + 2.328125, + 1.7578125, + 0.7265625, + -0.6875, + 3.53125, + 2.234375, + 1.109375, + -1.171875, + 1.359375, + 1.109375, + -1.03125, + -5.8125, + 0.94921875, + -1.328125, + -1.40625, + -1.265625, + -0.625, + 3.5625, + 1.90625, + -2.96875, + -0.341796875, + 5.0625, + 0.53515625, + 2.359375, + -1.5546875, + 2.21875, + -0.7109375, + 0.486328125, + 1.8046875, + -2.03125, + -1.375, + -1.3125, + -2.03125, + -0.26953125, + -0.31640625, + 1.7421875, + -2.21875, + -3.71875, + -1.1953125, + 3.328125, + 0.71484375, + 0.1943359375, + 1.4765625, + -1.8671875, + 2.921875, + 0.69921875, + -1.2734375, + -0.0252685546875, + 2.703125, + 0.1943359375, + -0.00830078125, + -0.1787109375, + -1.4609375, + 1.28125, + -0.376953125, + -0.462890625, + -0.251953125, + 2.9375, + -2.953125, + 2.875, + -1.40625, + -1.234375, + 0.72265625, + -1.5546875, + -1.2109375, + -1.140625, + -2.34375, + -1.1171875, + -4.28125, + -0.953125, + -0.6875, + 7.125, + 0.4140625, + 0.765625, + 0.052734375, + -0.7421875, + 2.65625, + 1.5078125, + 0.2373046875, + -1.0625, + 0.6484375, + 3.234375, + -2.90625, + 3.5625, + 4.53125, + -1.625, + 1.84375, + 0.6015625, + 0.84375, + -0.166015625, + -0.76953125, + 4.875, + 2.234375, + -0.69140625, + -2.234375, + 0.58203125, + 0.7421875, + -1.3828125, + 0.76953125, + -1.140625, + -2.03125, + 3.75, + -2.765625, + -2.28125, + -2.75, + 0.890625, + -2.9375, + 2.65625, + 0.953125, + 1.8125, + -1.2890625, + 0.578125, + -0.0751953125, + -1.7890625, + -0.216796875, + 1.734375, + 1.6484375, + -1.515625, + -0.55078125, + -1.375, + 2.0625, + 0.78125, + -4.5, + -1.34375, + -0.29296875, + -0.67578125, + -7.0, + 1.375, + -1.953125, + 0.2265625, + -1.109375, + 1.890625, + -0.828125, + 7.28125, + 1.6953125, + 0.5390625, + 2.96875, + -2.921875, + 1.65625, + -0.0712890625, + -1.7734375, + -2.59375, + 1.7265625, + 2.703125, + 0.71875, + 0.76171875, + -3.796875, + -1.6640625, + -0.61328125, + -4.875, + -0.9453125, + 0.39453125, + 3.28125, + 4.8125, + -5.5625, + -1.421875, + 1.7421875, + -2.3125, + 0.76953125, + -1.6328125, + -1.3671875, + -3.421875, + 0.90625, + 2.6875, + -2.859375, + -3.6875, + -0.375, + 2.859375, + -1.7578125, + -0.255859375, + -2.203125, + -0.220703125, + -0.09521484375, + -2.203125, + -1.59375, + -0.220703125, + -0.310546875, + -1.8671875, + -3.359375, + -1.296875, + -0.1005859375, + 2.390625, + 0.171875, + 1.2734375, + -2.203125, + -0.93359375, + -3.25, + -1.640625, + 0.3203125, + 1.7109375, + -2.8125, + 0.37109375, + 1.1328125, + -5.78125, + -1.171875, + -1.453125, + -0.53515625, + -2.71875, + 2.796875, + 2.8125, + -0.15625, + 2.234375, + -0.87890625, + -5.875, + -0.0002460479736328125, + -1.8984375, + 4.25, + -0.9140625, + 1.5546875, + 1.890625, + -1.140625, + 0.921875, + 2.125, + 0.578125, + 3.03125, + -0.06298828125, + -1.4140625, + 0.1953125, + 4.46875, + 2.71875, + 1.9296875, + -0.83203125, + -2.6875, + 2.71875, + -1.3359375, + -2.859375, + -0.037109375, + -1.875, + 1.3984375, + 1.0078125, + 0.06396484375, + -2.359375, + -1.78125, + -0.451171875, + -0.5234375, + 2.078125, + 0.1630859375, + -0.1025390625, + -0.97265625, + 3.234375, + 1.9765625, + -1.0390625, + 1.625, + -0.408203125, + -1.046875, + -3.25, + 1.15625, + -1.3125, + -2.46875, + 3.140625, + -0.212890625, + 0.640625, + 1.796875, + -0.09765625, + 1.2421875, + 16.125, + -1.796875, + 0.11962890625, + 1.171875, + 1.5859375, + -1.6328125, + -0.10205078125, + -2.828125, + -1.796875, + -0.6796875, + 3.203125, + 2.671875, + 2.25, + 2.21875, + -0.609375, + -2.234375, + -0.8984375, + 1.5234375, + 0.1650390625, + -0.30078125, + 0.97265625, + 4.96875, + -0.515625, + -2.765625, + 0.4921875, + -0.953125, + -0.515625, + -1.5390625, + 1.2109375, + -0.3671875, + 2.390625, + -1.7734375, + -2.21875, + 2.453125, + 0.2001953125, + 3.0, + 0.79296875, + 3.90625, + 2.453125, + 4.8125, + -2.546875, + -0.0908203125, + 1.3203125, + -0.7109375, + -2.09375, + 0.69140625, + -0.8125, + -1.9375, + 0.546875, + -0.39453125, + 2.359375, + -0.1796875, + 2.25, + 2.5625, + -2.75, + -0.45703125, + 3.203125, + 5.75, + 0.42578125, + -0.71875, + -0.2138671875, + 0.66796875, + -0.48046875, + 0.96484375, + -0.337890625, + 2.4375, + -1.25, + -0.59765625, + 2.3125, + 2.609375, + -1.9609375, + -0.91796875, + -1.40625, + -0.50390625, + 0.2353515625, + -1.765625, + -2.5625, + 0.146484375, + -0.8359375, + -3.125, + -1.234375, + -0.38671875, + -0.1689453125, + -0.1533203125, + 1.734375, + 1.421875, + 1.2890625, + 0.2333984375, + 0.302734375, + 0.314453125, + 1.1484375, + 1.140625, + -0.890625, + -0.50390625, + 1.96875, + -0.46875, + -1.75, + -1.125, + -2.140625, + -2.578125, + -5.3125, + 1.5859375, + 0.3046875, + 2.15625, + 0.87890625, + -0.52734375, + -0.26171875, + -5.28125, + 0.19921875, + 0.392578125, + 0.56640625, + 1.59375, + -0.7890625, + 0.8203125, + 1.1171875, + -1.828125, + -1.5, + -0.0084228515625, + 0.53515625, + -2.125, + 0.9296875, + 3.34375, + -0.76953125, + 1.171875, + -2.5, + -2.28125, + -2.984375, + -0.498046875, + 3.328125, + 0.58203125, + 0.4375, + -1.25, + 2.21875, + -1.8828125, + -0.400390625, + 0.28515625, + 2.109375, + 3.390625, + 1.9296875, + 0.84375, + -1.6484375, + 1.203125, + -3.671875, + 2.25, + -1.578125, + 1.703125, + -0.302734375, + 1.625, + 1.0859375, + -2.375, + -0.56640625, + 2.0625, + 1.75, + 1.921875, + -1.6328125, + 1.6640625, + -2.125, + -2.671875, + 1.296875, + 0.9140625, + -1.390625, + 0.84765625, + -0.1884765625, + -0.62890625, + 1.53125, + -0.57421875, + -1.3203125, + -0.73828125, + 2.375, + 1.65625, + -0.86328125, + 1.859375, + -1.9140625, + 1.1953125, + -1.0859375, + -0.4765625, + 1.578125, + 0.23046875, + 1.7734375, + -2.046875, + 1.3359375, + -0.51953125, + 0.375, + 1.0625, + 0.31640625, + 1.796875, + -0.462890625, + -0.94140625, + 4.25, + 2.28125, + 1.8828125, + -1.5078125, + -0.58203125, + 0.482421875, + 0.1337890625, + -0.1298828125, + 2.953125, + 0.1376953125, + 0.1845703125, + 1.25, + -0.484375, + 0.0283203125, + -1.21875, + 3.796875, + 2.609375, + -2.625, + -0.1484375, + 3.34375, + -2.484375, + 3.328125, + -2.046875, + -0.734375, + -2.125, + 2.078125, + 0.76171875, + 0.98828125, + 1.9453125, + -1.6875, + -0.65625, + -1.625, + 0.55078125, + -1.5234375, + 1.90625, + 1.3359375, + -0.2216796875, + 0.1396484375, + 3.046875, + 2.796875, + -3.171875, + -1.640625, + 3.453125, + 1.1640625, + -1.15625, + 1.0859375, + -0.59375, + -3.046875, + -1.0859375, + 4.21875, + -0.08447265625, + -1.171875, + -2.4375, + 1.625, + 1.5234375, + -0.921875, + 0.3515625, + 1.390625, + 1.1953125, + -0.455078125, + 0.28125, + -1.03125, + -1.90625, + 0.734375, + 0.19921875, + -0.5234375, + -3.046875, + 2.25, + -1.7578125, + -0.53125, + -2.96875, + -0.0361328125, + 2.03125, + 0.8984375, + 2.625, + -3.078125, + -0.703125, + 1.296875, + 0.97265625, + 0.3515625, + -4.65625, + 4.125, + -2.046875, + -0.08642578125, + -1.6875, + 0.8203125, + 0.59375, + 3.53125, + 0.8203125, + -1.0078125, + 0.74609375, + 4.53125, + -1.7265625, + 3.75, + -2.09375, + 0.91015625, + 0.3203125, + -0.5, + -0.45703125, + 0.16796875, + 2.296875, + -0.6875, + -1.2734375, + 0.75, + -1.78125, + 1.53125, + 0.47265625, + 0.5078125, + 1.8125, + -4.1875, + -2.8125, + -0.2578125, + 0.73046875, + -0.447265625, + -0.453125, + -2.28125, + -3.9375, + -1.921875, + 2.203125, + 0.5546875, + -0.455078125, + -1.703125, + -2.53125, + -0.41015625, + -1.5625, + -16.25, + 1.171875, + 1.546875, + -1.734375, + 3.65625, + -0.412109375, + 1.53125, + 1.328125, + -0.1826171875, + 0.8359375, + 0.921875, + 0.126953125, + 0.130859375, + -1.625, + 4.3125, + -0.25390625, + 0.73828125, + -1.859375, + 1.671875, + 2.609375, + 0.65625, + -0.26953125, + -0.46875, + 0.69140625, + -0.1796875, + -4.21875, + 0.31640625, + 0.12890625, + -3.046875, + -0.81640625, + -0.984375, + 2.09375, + 0.37890625, + 1.953125, + -3.703125, + -1.2734375, + 1.4609375, + -1.3671875, + -1.2578125, + -0.33203125, + -0.60546875, + 0.78125, + -0.033203125, + -0.318359375, + 1.0546875, + -1.0546875, + -3.75, + -0.75390625, + -0.15234375, + 0.458984375, + 1.0625, + 2.296875, + 3.171875, + -3.3125, + -1.203125, + -0.5703125, + 1.0078125, + 3.796875, + -1.09375, + -1.1875, + 1.4296875, + 4.6875, + -1.125, + -0.04833984375, + -0.5625, + -2.015625, + -1.0625, + 2.1875, + 0.11328125, + 3.953125, + -4.15625, + 1.2578125, + 2.703125, + -2.28125, + 0.00150299072265625, + 0.3984375, + -2.765625, + -2.015625, + -2.71875, + 0.1650390625, + 1.71875, + -0.92578125, + -6.1875, + -0.81640625, + 0.66796875, + -0.828125, + -0.75390625, + 1.8828125, + -0.5, + 1.5703125, + -1.3671875, + 1.46875, + -0.59765625, + -2.015625, + -1.65625, + -1.1328125, + 2.9375, + 0.6875, + 0.3515625, + 0.024169921875, + -0.1640625, + -0.0849609375, + -2.5625, + 0.0771484375, + 1.203125, + -1.1015625, + -0.8125, + -1.53125, + -2.109375, + 5.53125, + -0.49609375, + -2.21875, + 0.2373046875, + 4.03125, + -0.419921875, + 1.125, + -0.1083984375, + 0.28125, + 1.1484375, + 1.671875, + 0.828125, + 0.478515625, + 0.94140625, + 0.5390625, + 0.67578125, + 2.125, + 0.2255859375, + -0.064453125, + -1.765625, + -0.92578125, + 0.435546875, + -0.1162109375, + -1.15625, + 2.859375, + -0.5546875, + -2.328125, + 3.078125, + -1.7890625, + 0.6796875, + -2.65625, + 3.65625, + -0.81640625, + -0.74609375, + -0.8515625, + 0.061767578125, + 0.2041015625, + -1.296875, + 3.96875, + 1.9296875, + -2.125, + 0.8828125, + 4.53125, + 1.046875, + -2.015625, + 0.27734375, + 1.2734375, + -1.65625, + 0.53125, + 2.734375, + 1.328125, + -0.75390625, + -0.87890625, + -2.734375, + -0.6171875, + 1.3203125, + 2.234375, + 6.5, + 1.6015625, + 2.671875, + -0.47265625, + 1.078125, + 0.5703125, + 0.1982421875, + -2.34375, + 0.94140625, + -0.02783203125, + -3.265625, + 0.6015625, + 1.203125, + 3.140625, + 2.421875, + -1.4765625, + -0.80078125, + -1.0859375, + 1.9765625, + 7.78125, + 0.3125, + 0.3828125, + 3.0625, + 2.15625, + 0.326171875, + -1.4921875, + 1.4453125, + 2.5625, + 1.1328125, + -3.484375, + -0.4765625, + -0.22265625, + 1.6328125, + -1.5859375, + -2.25, + 1.4296875, + 0.0201416015625, + 0.439453125, + -0.173828125, + -0.458984375, + 0.470703125, + 0.1650390625, + -0.1025390625, + -0.703125, + 1.1328125, + 1.640625, + 1.8046875, + 3.515625, + 1.8359375, + 0.26953125, + 3.28125, + -3.328125, + -0.064453125, + 1.6484375, + 0.12890625, + 1.5, + 0.40625, + -0.59375, + -1.734375, + 2.21875, + 1.6328125, + -1.46875, + 1.078125, + 4.53125, + 1.1484375, + 0.0986328125, + 3.078125, + -1.9140625, + -0.177734375, + 0.6328125, + 0.640625, + 1.0, + -1.1328125, + 3.84375, + 1.203125, + -1.296875, + 1.0703125, + 2.203125, + -3.5625, + -1.765625, + 0.94921875, + -3.078125, + -1.21875, + -3.6875, + 1.6328125, + 1.984375, + 0.328125, + 1.09375, + 2.03125, + -4.25, + -0.93359375, + 2.53125, + -0.47265625, + 1.5703125, + 1.9921875, + 0.361328125, + -0.275390625, + -2.453125, + 0.51171875, + -0.3359375, + 2.265625, + -1.8125, + -1.2890625, + -0.5234375, + -1.0546875, + 0.81640625, + 3.0, + -3.515625, + 3.015625, + -2.796875, + 0.34765625, + -1.5390625, + 0.33984375, + 2.484375, + 1.640625, + -1.7421875, + 0.6796875, + -0.875, + -0.054931640625, + 1.109375, + -0.9296875, + -2.296875, + -6.71875, + 1.28125, + 1.6015625, + 0.4296875, + 1.53125, + 0.1845703125, + 2.140625, + -2.65625, + -0.7109375, + 1.8828125, + -1.65625, + -0.216796875, + 0.263671875, + -0.40625, + 2.65625, + -0.671875, + -2.671875, + -2.34375, + 0.296875, + -4.4375, + -3.703125, + -1.3984375, + 1.578125, + -2.8125, + -1.046875, + 0.31640625, + 1.3203125, + 0.482421875, + -0.69140625, + -1.0390625, + -0.8984375, + -3.484375, + 2.953125, + -1.546875, + -0.10693359375, + -6.59375, + -1.953125, + 0.87109375, + -0.455078125, + 1.953125, + -0.91796875, + 2.40625, + -1.65625, + 0.578125, + -0.96875, + -1.265625, + -1.5234375, + -3.765625, + -1.7578125, + -1.9296875, + 0.357421875, + 0.69140625, + -1.265625, + -3.46875, + 2.015625, + 1.1640625, + -1.2890625, + 0.12451171875, + -2.25, + -4.21875, + 2.875, + -2.46875, + 0.1865234375, + -1.046875, + 0.6875, + -1.2734375, + -2.140625, + 2.59375, + 1.8125, + 1.421875, + -1.90625, + 0.96875, + 1.828125, + 0.39453125, + -0.3359375, + -1.453125, + 5.78125, + 1.609375, + -0.44921875, + 4.15625, + 3.0625, + 0.5625, + -1.0859375, + 0.56640625, + -0.828125, + -1.8828125, + 8.5, + -1.640625, + 0.59375, + -4.21875, + -0.53515625, + 0.87109375, + -1.359375, + 4.84375, + 0.625, + 0.0537109375, + 1.4140625, + -1.0859375, + 2.71875, + -1.171875, + 2.15625, + -1.1796875, + 0.50390625, + -3.921875, + 3.421875, + 1.09375, + 0.2412109375, + 1.3359375, + 2.734375, + 3.015625, + 0.08447265625, + 0.427734375, + 0.76171875, + -1.7265625, + -1.890625, + -0.08251953125, + 0.28125, + 1.6796875, + -0.8359375, + -1.4609375, + -1.5078125, + -0.5703125, + 4.40625, + -3.671875, + 0.6796875, + 2.46875, + 1.7578125, + -2.375, + 0.5234375, + -1.15625, + 1.8046875, + -2.421875, + 0.9765625, + 1.4375, + -0.12255859375, + -0.0040283203125, + -0.7265625, + -1.4140625, + 0.00811767578125, + -0.4296875, + 0.412109375, + -0.1162109375, + -1.7890625, + 1.65625, + -2.96875, + -1.40625, + 0.1357421875, + 0.2451171875, + -2.5625, + -0.9296875, + 0.17578125, + 3.09375, + 1.6171875, + -1.765625, + 3.40625, + 3.578125, + 2.609375, + 0.859375, + -1.5390625, + 0.91796875, + -2.359375, + 2.171875, + -5.75, + 0.0201416015625, + 1.7890625, + 1.859375, + -1.6796875, + 2.375, + 0.5546875, + -2.6875, + -0.06591796875, + 3.171875, + -1.875, + -1.2734375, + 1.453125, + 0.46875, + -0.234375, + -1.65625, + 1.6796875, + 0.73046875, + 0.5234375, + 1.1953125, + 3.796875, + -0.61328125, + 0.040283203125, + -1.515625, + -1.5390625, + -2.640625, + 2.0625, + 6.1875, + -0.3359375, + 1.6328125, + -1.1015625, + 0.6328125, + 0.296875, + -0.279296875, + 1.2109375, + 0.48828125, + 0.341796875, + -1.765625, + -2.3125, + 2.3125, + 1.296875, + 0.5, + -0.0517578125, + 3.1875, + -0.326171875, + 0.57421875, + -2.328125, + 0.0859375, + -0.93359375, + -2.1875, + 1.0703125, + 1.6484375, + 0.474609375, + -1.8125, + 4.09375, + -0.79296875, + -0.65234375, + -3.96875, + -1.0, + 2.78125, + 0.9609375, + 5.8125, + 0.48046875, + -2.4375, + -0.0240478515625, + -1.96875, + -1.1484375, + -0.166015625, + 0.578125, + 1.1015625, + -0.95703125, + 2.9375, + 1.71875, + 0.70703125, + -1.59375, + 0.3046875, + -4.875, + 1.5, + 1.28125, + -2.0625, + 0.345703125, + -1.25, + 0.2294921875, + 0.69140625, + 0.6640625, + -0.7734375, + -0.6875, + 0.306640625, + 1.75, + 0.23828125, + 1.8671875, + 1.1953125, + -2.4375, + 4.1875, + 2.21875, + -1.75, + -1.09375, + 4.28125, + -0.5390625, + -1.921875, + 0.11328125, + 3.015625, + 0.08642578125, + 2.21875, + 2.234375, + 1.3359375, + -0.8359375, + -0.67578125, + 2.078125, + 3.46875, + -3.3125, + -0.005828857421875, + -0.71484375, + -0.3203125, + -1.734375, + -2.5, + 2.5, + -5.5625, + 0.01611328125, + 0.66015625, + 0.6796875, + 0.98828125, + -1.5, + -0.81640625, + -4.3125, + -0.26953125, + -2.375, + 1.90625, + 0.9140625, + 2.859375, + -0.68359375, + 0.130859375, + -2.671875, + 1.15625, + -1.6484375, + -0.77734375, + -3.71875, + -0.58203125, + -1.21875, + 0.2236328125, + -3.25, + -0.30078125, + 2.359375, + 0.306640625, + -2.21875, + 0.263671875, + -0.228515625, + -2.4375, + 1.7421875, + -0.61328125, + 0.453125, + 5.03125, + 0.1396484375, + 1.15625, + 0.26171875, + -0.455078125, + -2.796875, + 0.6640625, + 1.375, + -0.044189453125, + 0.7421875, + -0.65234375, + -0.421875, + -0.0155029296875, + 0.8828125, + 0.283203125, + -1.1484375, + 1.0, + -0.32421875, + -0.8515625, + 0.546875, + 1.3125, + -0.423828125, + 3.46875, + 0.765625, + -1.6953125, + 1.265625, + -1.109375, + 1.1875, + -0.275390625, + 0.69921875, + -2.234375, + 2.046875, + 2.90625, + 0.5390625, + -0.5703125, + -0.51953125, + 0.1552734375, + -0.53515625, + 3.6875, + 0.484375, + 3.5625, + -0.66796875, + -0.11083984375, + 0.73046875, + -0.04833984375, + -1.3359375, + -0.671875, + 0.61328125, + 1.0078125, + 0.337890625, + -0.74609375, + -0.703125, + -0.1650390625, + -1.9296875, + -0.94921875, + 0.5625, + 0.90625, + -2.96875, + 1.6640625, + 4.28125, + -0.1982421875, + 1.484375, + 1.6484375, + -0.8359375, + 1.546875, + 0.84375, + 2.109375, + 2.046875, + 3.90625, + -0.96875, + -1.5, + 1.4375, + 0.76953125, + 2.75, + -2.40625, + -1.5546875, + -2.3125, + -2.25, + -2.0625, + 2.578125, + 0.248046875, + -0.03271484375, + 1.4375, + -0.60546875, + 1.7421875, + -2.234375, + 3.203125, + 0.09521484375, + -0.6953125, + 0.8828125, + 1.125, + -2.453125, + 0.9921875, + 0.11328125, + 0.79296875, + 2.328125, + 0.8515625, + 1.84375, + 0.81640625, + -2.484375, + 1.5859375, + 2.875, + -1.6953125, + -1.921875, + -2.375, + 0.828125, + 1.890625, + 0.38671875, + -2.5, + 6.40625, + -1.046875, + -2.796875, + -0.396484375, + -0.53515625, + 0.2890625, + -1.390625, + 6.46875, + -1.6875, + 0.53125, + 3.09375, + -0.294921875, + 1.140625, + 0.38671875, + -2.328125, + -1.1015625, + 3.15625, + 0.283203125, + 1.40625, + 0.5078125, + 1.125, + 0.52734375, + 0.158203125, + 0.6875, + -0.99609375, + 1.3203125, + -6.84375, + 1.3984375, + -1.140625, + 0.91015625, + -0.466796875, + 1.671875, + 0.427734375, + -1.6640625, + -0.54296875, + 3.5625, + 1.7578125, + 0.88671875, + -2.515625, + 3.0, + 1.6015625, + -1.0703125, + -0.93359375, + 2.5, + -0.83203125, + 1.15625, + -1.9453125, + 0.39453125, + 0.2734375, + -3.671875, + -2.015625, + 3.4375, + 0.2021484375, + -0.70703125, + 2.03125, + -0.130859375, + 0.1796875, + -4.625, + -1.796875, + 1.671875, + 1.1796875, + -7.4375, + 0.87109375, + 3.421875, + 0.21875, + 2.78125, + -0.5390625, + -5.125, + 0.2421875, + -1.5859375, + -3.84375, + 1.1015625, + 0.78125, + 0.0, + 2.265625, + 2.25, + -2.1875, + -1.7734375, + 2.65625, + 1.4453125, + 0.17578125, + -3.453125, + -2.859375, + 1.359375, + -1.3125, + -0.341796875, + 3.265625, + -2.578125, + -1.2265625, + -1.0390625, + -0.50390625, + -1.1640625, + 3.75, + 1.3671875, + 0.376953125, + 0.134765625, + 0.20703125, + -1.171875, + -5.75, + -1.2421875, + -0.6015625, + 0.9375, + 0.455078125, + 0.8671875, + 6.875, + -0.3671875, + -1.1328125, + 0.61328125, + 0.6484375, + -2.078125, + -0.453125, + -0.890625, + 0.2490234375, + 2.125, + -1.390625, + 0.1455078125, + 4.0625, + 0.60546875, + 9.25, + -1.2421875, + -4.5625, + -0.6171875, + 0.55859375, + 0.06591796875, + 1.265625, + -4.78125, + -0.0081787109375, + 5.5, + -0.25, + 3.625, + -1.40625, + 0.9921875, + 0.953125, + -0.2314453125, + -1.734375, + 2.65625, + 0.388671875, + -3.25, + -0.52734375, + -1.859375, + -1.0, + -0.298828125, + 1.5, + 2.234375, + -1.5703125, + -1.7734375, + -0.51171875, + -2.109375, + 0.158203125, + 0.15234375, + 2.09375, + -0.2431640625, + -1.7734375, + 1.2421875, + 0.42578125, + 5.09375, + 3.140625, + -2.140625, + -1.9375, + -1.3359375, + 6.21875, + 0.46875, + 5.15625, + -1.1875, + 1.6328125, + 0.75, + 1.5, + 0.47265625, + 2.53125, + 2.34375, + 1.125, + -2.15625, + -0.267578125, + 3.046875, + 1.6015625, + -0.69921875, + -0.255859375, + -3.296875, + 0.326171875, + -0.0179443359375, + -3.9375, + 0.8828125, + -0.6171875, + 2.859375, + 0.2578125, + 1.046875, + -2.421875, + -0.52734375, + 1.078125, + 1.421875, + 1.1875, + -0.72265625, + -0.3515625, + 1.0703125, + 2.34375, + 0.89453125, + -0.91015625, + 1.4375, + 0.0634765625, + -1.6875, + 0.55078125, + 1.6796875, + 2.375, + 1.109375, + 0.56640625, + -1.3125, + -0.6328125, + -3.09375, + 1.171875, + 1.125, + 0.4609375, + 2.59375, + 0.734375, + 1.109375, + 4.40625, + -0.9296875, + -1.015625, + 1.2578125, + -0.9453125, + -0.458984375, + -1.234375, + -2.484375, + 2.03125, + 1.3203125, + 1.2734375, + -0.69140625, + -1.1640625, + -1.8671875, + -1.4140625, + -0.6171875, + 1.578125, + -0.55859375, + 1.296875, + 1.1796875, + -1.3515625, + 3.640625, + -0.82421875, + -0.640625, + -1.734375, + -3.625, + -2.65625, + 1.8046875, + -4.46875, + -0.8359375, + 1.6953125, + 1.8984375, + -2.890625, + 2.296875, + 2.734375, + -1.3671875, + 1.265625, + -0.9765625, + -1.796875, + 3.078125, + -1.234375, + 2.125, + 1.640625, + -8.8125, + -1.9765625, + -0.5703125, + 0.73828125, + -3.5625, + 1.7734375, + -1.125, + -1.2265625, + -0.69140625, + -1.578125, + -4.375, + -0.0419921875, + 1.6796875, + 1.3125, + 1.453125, + 3.375, + 1.09375, + -1.671875, + -1.109375, + 0.3984375, + -0.3203125, + 0.380859375, + 0.007110595703125, + 2.3125, + 1.421875, + 1.0234375, + 0.478515625, + 3.640625, + -2.59375, + 0.458984375, + -2.796875, + 1.0703125, + -4.25, + -2.09375, + -2.5, + 1.578125, + -1.53125, + -2.046875, + 0.82421875, + 0.78125, + 0.36328125, + 1.4765625, + 0.0849609375, + -1.8203125, + -0.640625, + 1.7734375, + -0.9765625, + -1.1171875, + 0.71484375, + 2.953125, + -1.8984375, + -0.98828125, + 0.072265625, + -3.375, + 2.203125, + 4.53125, + -3.3125, + 2.171875, + 4.375, + 0.033203125, + 2.765625, + 0.2890625, + 1.4140625, + 1.1953125, + 2.71875, + 2.609375, + -1.1640625, + 3.859375, + 1.1484375, + 2.46875, + 0.51171875, + -3.828125, + -2.375, + -0.7890625, + 1.0703125, + 0.78515625, + 2.609375, + -0.984375, + -0.890625, + -3.625, + -4.84375, + 0.55078125, + -4.875, + -1.078125, + 0.109375, + 1.6640625, + -0.466796875, + -3.140625, + -0.169921875, + -1.1640625, + -0.875, + -1.21875, + 2.296875, + -3.34375, + 2.765625, + 0.032470703125, + 0.6328125, + 1.5546875, + -2.9375, + -1.4609375, + -0.9921875, + 2.140625, + 0.318359375, + -0.70703125, + -0.546875, + -0.42578125, + -1.1796875, + -1.34375, + 2.40625, + 3.59375, + 0.5078125, + 0.58984375, + -1.15625, + 1.3359375, + -0.90234375, + -2.46875, + -2.3125, + -3.890625, + 3.890625, + -0.72265625, + -2.140625, + -3.125, + 0.138671875, + -1.5703125, + 1.609375, + -2.15625, + -1.3515625, + -2.203125, + -0.71484375, + 1.5390625, + 1.578125, + -2.03125, + -1.78125, + -1.7421875, + -3.109375, + -1.578125, + 1.5390625, + -2.375, + -0.91015625, + -0.10888671875, + 0.8125, + 0.2177734375, + -3.046875, + -2.03125, + -1.921875, + -0.7265625, + 1.7421875, + 0.373046875, + -1.109375, + 1.203125, + 0.890625, + 3.03125, + 1.890625, + -2.109375, + -1.2265625, + 0.8359375, + 1.28125, + 2.453125, + -1.1875, + 0.224609375, + 3.9375, + -1.953125, + 0.0031280517578125, + -1.3203125, + -0.53125, + -0.365234375, + 2.3125, + -0.2275390625, + 1.1875, + -0.7109375, + 3.4375, + -2.765625, + 0.33984375, + -1.265625, + -3.3125, + -0.04052734375, + 0.310546875, + 2.0, + -1.171875, + 3.171875, + -4.40625, + 2.640625, + -0.2080078125, + 1.0625, + 1.1953125, + 5.75, + -0.6015625, + 0.57421875, + 2.171875, + -0.50390625, + -0.61328125, + -0.828125, + 1.140625, + -1.75, + -2.015625, + -3.734375, + -0.13671875, + -1.0078125, + 1.3671875, + 4.34375, + -2.265625, + 0.01348876953125, + 2.0625, + -1.109375, + 0.55078125, + -2.65625, + -1.4453125, + -0.08935546875, + -0.205078125, + -0.8828125, + 2.015625, + -2.625, + -3.515625, + 0.73828125, + 0.6875, + 1.40625, + -1.328125, + -1.0546875, + -0.3203125, + 1.2890625, + -2.8125, + 0.373046875, + 0.984375, + 2.859375, + 0.75390625, + -1.640625, + -1.7578125, + 2.078125, + -0.52734375, + 1.3203125, + 0.0079345703125, + -3.296875, + -0.078125, + -1.0078125, + 2.6875, + -1.265625, + 2.515625, + 1.8828125, + -3.25, + -0.6015625, + -1.5859375, + -0.06298828125, + 1.4765625, + 0.56640625, + 1.8828125, + -0.05908203125, + -0.024169921875, + 3.71875, + 0.16796875, + -4.375, + -0.58984375, + -1.6796875, + -3.734375, + -1.796875, + 0.71875, + 2.84375, + 0.453125, + -1.8203125, + -2.6875, + -0.267578125, + 1.421875, + -2.78125, + 0.1513671875, + 1.8359375, + 0.81640625, + 2.75, + -0.671875, + -1.1015625, + 0.671875, + -0.73828125, + -0.9765625, + 0.70703125, + -1.1875, + 0.08203125, + -5.21875, + -3.734375, + -0.57421875, + 0.828125, + 2.8125, + 1.5390625, + -1.9296875, + 0.318359375, + -0.75, + 2.921875, + 0.62109375, + 1.140625, + 0.232421875, + -1.296875, + 2.453125, + -2.46875, + 1.84375, + -1.2109375, + -2.09375, + -2.859375, + 0.90625, + -0.11279296875, + -0.546875, + -0.03271484375, + 1.0234375, + -0.51953125, + -0.51953125, + -11.0, + -0.2265625, + -1.953125, + 1.1640625, + 3.9375, + 2.375, + -1.140625, + -1.2109375, + -0.36328125, + -0.08837890625, + -1.1484375, + 0.65234375, + -0.392578125, + 2.859375, + 0.6875, + 1.046875, + 1.90625, + -0.051025390625, + 1.359375, + 0.38671875, + -0.53125, + 2.3125, + -2.03125, + 1.796875, + -0.56640625, + -1.8515625, + -6.0, + 2.390625, + -1.46875, + 1.3671875, + 0.9375, + -1.0625, + -3.796875, + 1.7421875, + -0.71484375, + -0.498046875, + -0.9765625, + -0.04931640625, + 0.921875, + 2.40625, + 1.0859375, + 2.65625, + -3.765625, + 1.0390625, + -1.015625, + -0.33203125, + 1.2265625, + -1.703125, + -3.359375, + -3.03125, + -3.453125, + 0.8515625, + 0.91796875, + 0.400390625, + 0.0301513671875, + 1.8828125, + 0.8671875, + 3.828125, + 0.1591796875, + 3.78125, + -2.453125, + 1.8125, + -0.34765625, + 3.59375, + -0.1220703125, + 1.34375, + -0.1787109375, + 2.484375, + -1.265625, + -1.5390625, + -0.228515625, + -5.34375, + 1.078125, + 2.3125, + -0.44921875, + -0.90625, + 0.09326171875, + -1.3828125, + -0.96875, + 2.546875, + 0.609375, + -1.5625, + 2.53125, + -0.478515625, + -0.6875, + -1.6875, + -0.953125, + 1.3515625, + 1.7578125, + 1.265625, + 0.7109375, + 1.734375, + 2.015625, + -0.5859375, + -1.390625, + 0.25, + -0.6796875, + 0.49609375, + 2.25, + 0.0947265625, + 1.09375, + -4.15625, + -0.431640625, + 0.765625, + -0.58203125, + -1.3515625, + -3.625, + -0.1123046875, + 3.046875, + -0.48046875, + -1.4375, + 0.94140625, + 3.578125, + -1.4609375, + 0.1279296875, + -1.234375, + -1.84375, + -0.0037384033203125, + -3.125, + -0.53125, + -0.1826171875, + -0.921875, + 1.65625, + -2.46875, + 2.390625, + -0.1728515625, + 3.25, + 0.5390625, + 1.203125, + -3.546875, + 1.953125, + -3.71875, + -0.1572265625, + 3.59375, + -0.043212890625, + 1.3671875, + 1.25, + 0.25390625, + 1.109375, + 1.640625, + -1.1015625, + 4.34375, + -2.828125, + 0.71484375, + 1.1484375, + -1.3828125, + 3.359375, + 0.48046875, + -0.921875, + -0.5859375, + 1.578125, + 0.490234375, + -0.4765625, + 1.8359375, + -1.1328125, + 3.765625, + -0.484375, + -0.37109375, + 1.4609375, + -0.392578125, + 0.80078125, + 1.9375, + 2.1875, + -1.46875, + 0.703125, + 1.65625, + 2.296875, + -0.7265625, + 1.5234375, + 1.078125, + -4.90625, + -2.546875, + 0.8828125, + -1.890625, + 0.09423828125, + -1.828125, + -1.7734375, + -2.421875, + -2.171875, + -1.2890625, + -0.9609375, + 3.0, + 1.65625, + 0.306640625, + -0.97265625, + 1.25, + 1.703125, + -0.9453125, + 0.59375, + 1.3046875, + -2.96875, + 0.283203125, + -1.1640625, + 0.1689453125, + -2.515625, + 2.15625, + -3.6875, + -0.443359375, + -0.98046875, + -1.65625, + -3.8125, + 0.427734375, + -1.90625, + 8.0625, + 1.1171875, + -0.1337890625, + -0.380859375, + -0.72265625, + 0.21484375, + -1.5, + -0.11279296875, + -1.953125, + -0.08935546875, + -0.578125, + 1.4453125, + -1.1171875, + 1.3984375, + 0.6640625, + 2.1875, + -2.328125, + -3.765625, + -5.34375, + -2.5, + 0.71875, + -0.00799560546875, + 2.046875, + 2.75, + -0.65625, + 0.484375, + -6.78125, + 0.51171875, + -0.95703125, + -1.4296875, + 0.328125, + 1.984375, + 0.04736328125, + 0.003997802734375, + 1.421875, + -0.330078125, + 1.453125, + -3.515625, + -2.65625, + 1.0234375, + 2.234375, + 0.1650390625, + 1.96875, + 0.1279296875, + 5.09375, + 0.2041015625, + -4.40625, + -1.71875, + -3.046875, + -1.0390625, + 1.9765625, + 2.03125, + 1.265625, + 0.140625, + 0.404296875, + 2.359375, + -1.0390625, + 3.328125, + -0.7265625, + -2.46875, + -3.1875, + 0.2138671875, + -2.28125, + 0.08544921875, + 1.21875, + -0.6796875, + 0.423828125, + -3.109375, + -1.1484375, + -2.109375, + 1.4765625, + 1.859375, + -0.1376953125, + -0.91015625, + -3.484375, + -1.0546875, + 2.234375, + -0.640625, + -1.4296875, + -1.8125, + -1.4296875, + -1.09375, + 2.90625, + 1.6953125, + 0.1455078125, + -2.09375, + 0.26953125, + -2.890625, + 1.4296875, + 1.015625, + 1.6875, + 4.15625, + 2.296875, + 0.71875, + -1.15625, + -0.2275390625, + 1.328125, + -1.6640625, + -1.8203125, + -0.470703125, + -0.65625, + 3.53125, + 2.53125, + 1.359375, + -0.443359375, + -0.53125, + -1.140625, + -2.859375, + 3.4375, + -0.90234375, + 0.640625, + 0.0242919921875, + 3.203125, + -0.1611328125, + 1.515625, + 1.78125, + 3.859375, + 1.484375, + -0.70703125, + -3.125, + -1.6640625, + 0.314453125, + 3.359375, + -0.96875, + -0.0081787109375, + 0.9296875, + -2.140625, + 0.7734375, + 0.39453125, + 2.328125, + -0.85546875, + -2.609375, + 1.0703125, + 2.875, + -1.640625, + -1.5703125, + 2.46875, + -0.546875, + -1.5234375, + 2.5, + 2.6875, + -2.59375, + 1.9765625, + -3.34375, + 1.8984375, + 1.1640625, + -1.484375, + -0.451171875, + 0.2578125, + -1.0859375, + 0.0233154296875, + -0.142578125, + 0.0079345703125, + 0.9921875, + -5.625, + 1.015625, + -1.96875, + -0.01318359375, + 0.181640625, + -0.119140625, + -0.6484375, + 1.3359375, + 0.48046875, + -0.047119140625, + 0.498046875, + 0.5625, + 0.9296875, + 1.8046875, + -1.375, + -0.390625, + 0.703125, + 0.703125, + 0.1904296875, + -2.109375, + 2.71875, + 1.7421875, + -1.046875, + -1.46875, + 0.0206298828125, + 1.71875, + 2.171875, + -0.6953125, + -2.625, + -1.5390625, + -1.078125, + -1.15625, + 0.7890625, + -1.2578125, + -0.059326171875, + 0.032470703125, + 0.71484375, + -1.96875, + -0.6953125, + 0.57421875, + 1.203125, + -0.26171875, + 1.859375, + 0.380859375, + -3.890625, + 1.578125, + 0.65234375, + 3.1875, + -1.78125, + 1.078125, + -0.51953125, + -4.90625, + -0.70703125, + 2.859375, + 0.023681640625, + -1.671875, + -0.90234375, + 0.59375, + 3.671875, + -1.8984375, + -1.5078125, + -3.421875, + 3.5625, + -1.59375, + 1.4140625, + 0.1650390625, + 1.2109375, + 2.125, + -0.439453125, + -1.1015625, + -0.7109375, + 0.77734375, + 2.71875, + 2.3125, + 0.56640625, + -0.85546875, + -0.4296875, + -4.4375, + -0.59375, + 0.640625, + 1.7421875, + -2.484375, + -1.7890625, + -0.267578125, + 2.46875, + -0.3359375, + -2.875, + -0.92578125, + 1.0234375, + 0.06298828125, + 0.1416015625, + 2.46875, + 4.28125, + 4.0625, + 12.125, + -0.08154296875, + -0.271484375, + -0.0159912109375, + -0.66796875, + 0.1103515625, + -0.1337890625, + 1.3984375, + -0.66015625, + 0.84765625, + -0.87109375, + -1.5234375, + 0.71484375, + -2.453125, + -1.5078125, + -0.451171875, + 1.1875, + -0.5234375, + 2.125, + 0.1259765625, + -1.6875, + -0.279296875, + -0.0225830078125, + 1.6328125, + -4.1875, + 2.765625, + 1.390625, + 1.78125, + -1.1484375, + 2.015625, + -1.234375, + 0.26953125, + -1.5546875, + -0.30859375, + 1.3203125, + -0.953125, + -0.34375, + -0.1982421875, + 1.625, + 2.75, + -0.0164794921875, + 1.3515625, + -2.71875, + 1.3203125, + 0.796875, + 0.97265625, + 0.72265625, + 0.61328125, + 1.15625, + 4.375, + -3.484375, + 0.5546875, + 0.458984375, + 2.0625, + 1.0546875, + 0.7265625, + -3.40625, + -0.00176239013671875, + 0.380859375, + -0.1806640625, + 0.5234375, + -3.578125, + -2.40625, + -1.21875, + 0.890625, + -0.216796875, + 3.734375, + 1.25, + 0.73828125, + 1.3359375, + -0.2421875, + -2.265625, + 0.55078125, + 1.1953125, + -0.44921875, + 0.74609375, + 1.8359375, + 2.453125, + 1.0078125, + 2.609375, + 0.71875, + -0.306640625, + -1.796875, + -2.15625, + 0.392578125, + 1.2734375, + 0.123046875, + -1.203125, + -0.58203125, + -1.859375, + -0.478515625, + -0.6796875, + -0.039306640625, + -1.5703125, + 0.306640625, + 2.875, + 1.328125, + -0.2109375, + 0.0966796875, + 2.875, + -0.70703125, + -0.6015625, + 0.296875, + 1.8515625, + 0.2216796875, + 2.53125, + -1.5078125, + 0.2158203125, + 1.671875, + 0.859375, + 2.046875, + 0.75390625, + -0.71484375, + 1.4765625, + 3.734375, + 0.58203125, + 8.3125, + -1.609375, + -1.0078125, + 0.490234375, + -1.4296875, + -1.5078125, + -1.6171875, + 0.38671875, + 0.349609375, + -2.75, + -0.251953125, + -0.142578125, + -1.6171875, + -6.03125, + -0.5078125, + -1.109375, + 2.609375, + -0.134765625, + -0.33203125, + -0.59765625, + 0.68359375, + -2.71875, + 4.3125, + -2.234375, + -1.8125, + -3.875, + -1.84375, + 1.7109375, + -3.46875, + 0.439453125, + 1.671875, + 3.828125, + 0.296875, + 0.95703125, + -0.96875, + 1.1875, + -1.8359375, + -2.265625, + 0.81640625, + 1.75, + 0.65234375, + -2.359375, + -2.28125, + -1.65625, + -8.625, + 1.8828125, + -1.0546875, + -1.4453125, + -1.6796875, + -1.234375, + 3.609375, + 0.99609375, + -1.5078125, + 2.171875, + 0.23828125, + -0.0869140625, + 0.4375, + 0.1865234375, + 0.0164794921875 + ], + "index": 0, + "object": "embedding", + "raw_output": null + } + ], + "model": "accounts/fireworks/models/qwen3-embedding-8b", + "object": "list", + "usage": { + "prompt_tokens": 9, + "total_tokens": 9, + "completion_tokens": 0 + }, + "perf_metrics": null + } + }, + "is_streaming": false + } +} diff --git a/tests/integration/recordings/responses/8e5912c90491.json b/tests/integration/recordings/responses/e4cee6b71b0e.json similarity index 94% rename from tests/integration/recordings/responses/8e5912c90491.json rename to tests/integration/recordings/responses/e4cee6b71b0e.json index f0e4ba93e..2fd58eb5f 100644 --- a/tests/integration/recordings/responses/8e5912c90491.json +++ b/tests/integration/recordings/responses/e4cee6b71b0e.json @@ -15,7 +15,7 @@ "content": "Call get_boiling_point_with_metadata tool and answer What is the boiling point of polyjuice?" } ], - "max_tokens": 0, + "max_tokens": 512, "stream": true, "temperature": 0.0001, "tool_choice": "auto", @@ -55,7 +55,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-942", + "id": "chatcmpl-293", "choices": [ { "delta": { @@ -66,7 +66,7 @@ "tool_calls": [ { "index": 0, - "id": "call_rwvmhoza", + "id": "call_e17msgo0", "function": { "arguments": "{\"celcius\":false,\"liquid_name\":\"polyjuice\"}", "name": "get_boiling_point_with_metadata" @@ -80,7 +80,7 @@ "logprobs": null } ], - "created": 1759368464, + "created": 1759427030, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, @@ -91,7 +91,7 @@ { "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", "__data__": { - "id": "chatcmpl-942", + "id": "chatcmpl-293", "choices": [ { "delta": { @@ -106,7 +106,7 @@ "logprobs": null } ], - "created": 1759368464, + "created": 1759427030, "model": "llama3.2:3b-instruct-fp16", "object": "chat.completion.chunk", "service_tier": null, diff --git a/tests/integration/recordings/responses/e871b8007b8c.json b/tests/integration/recordings/responses/e871b8007b8c.json new file mode 100644 index 000000000..71806138b --- /dev/null +++ b/tests/integration/recordings/responses/e871b8007b8c.json @@ -0,0 +1,389 @@ +{ + "request": { + "method": "POST", + "url": "http://0.0.0.0:11434/v1/v1/chat/completions", + "headers": {}, + "body": { + "model": "llama3.2:3b-instruct-fp16", + "messages": [ + { + "role": "system", + "content": "You are a helpful assistant" + }, + { + "role": "user", + "content": "Call get_boiling_point tool and answer What is the boiling point of polyjuice?" + }, + { + "role": "assistant", + "content": "", + "tool_calls": [ + { + "id": "call_8rf1aax7", + "type": "function", + "function": { + "name": "get_boiling_point", + "arguments": "{\"celcius\": null, \"liquid_name\": \"polyjuice\"}" + } + } + ] + }, + { + "role": "tool", + "tool_call_id": "call_8rf1aax7", + "content": "-212" + } + ], + "max_tokens": 512, + "stream": true, + "temperature": 0.0001, + "tool_choice": "auto", + "tools": [ + { + "type": "function", + "function": { + "name": "get_boiling_point", + "description": "Returns the boiling point of a liquid in Celcius or Fahrenheit.", + "parameters": { + "type": "object", + "properties": { + "liquid_name": { + "type": "string", + "description": "The name of the liquid" + }, + "celcius": { + "type": "boolean", + "description": "Whether to return the boiling point in Celcius", + "default": true + } + }, + "required": [ + "liquid_name" + ] + } + } + } + ], + "top_p": 0.9 + }, + "endpoint": "/v1/chat/completions", + "model": "llama3.2:3b-instruct-fp16" + }, + "response": { + "body": [ + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": "The", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": " boiling", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": " point", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": " of", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": " poly", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": "ju", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": "ice", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": " is", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": " -", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": "212", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": ".", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-126", + "choices": [ + { + "delta": { + "content": "", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": "stop", + "index": 0, + "logprobs": null + } + ], + "created": 1759427029, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + } + ], + "is_streaming": true + } +} diff --git a/tests/integration/recordings/responses/f389f5cdf583.json b/tests/integration/recordings/responses/f389f5cdf583.json new file mode 100644 index 000000000..bdee5ab1f --- /dev/null +++ b/tests/integration/recordings/responses/f389f5cdf583.json @@ -0,0 +1,4137 @@ +{ + "request": { + "method": "POST", + "url": "https://api.fireworks.ai/inference/v1/v1/embeddings", + "headers": {}, + "body": { + "model": "accounts/fireworks/models/qwen3-embedding-8b", + "input": [ + "Python programming language" + ], + "encoding_format": "float" + }, + "endpoint": "/v1/embeddings", + "model": "accounts/fireworks/models/qwen3-embedding-8b" + }, + "response": { + "body": { + "__type__": "openai.types.create_embedding_response.CreateEmbeddingResponse", + "__data__": { + "data": [ + { + "embedding": [ + 1.4765625, + 3.96875, + -3.21875, + -4.21875, + 3.90625, + -4.78125, + -2.78125, + 3.4375, + 3.609375, + 1.15625, + -3.828125, + 3.46875, + 6.84375, + 0.83203125, + 8.875, + 3.453125, + 4.71875, + -1.6875, + 0.62890625, + -0.447265625, + -5.34375, + 4.5625, + 5.59375, + 3.796875, + -0.1953125, + 5.0625, + -5.0625, + 0.447265625, + 1.6328125, + -0.0133056640625, + -3.1875, + 2.8125, + 2.15625, + 6.15625, + -4.5, + 1.828125, + -1.0234375, + -1.921875, + 0.2578125, + 3.28125, + -2.234375, + -0.78125, + -1.7734375, + 1.2421875, + -0.75390625, + -2.28125, + -1.6875, + -1.3046875, + 0.248046875, + 0.1591796875, + -3.421875, + -0.84765625, + 0.162109375, + -1.0546875, + -2.078125, + 1.28125, + -0.404296875, + -1.015625, + -3.828125, + -2.234375, + -2.328125, + 0.314453125, + 3.578125, + -1.78125, + -1.2265625, + 0.9609375, + 0.470703125, + 1.6640625, + 1.953125, + 0.0301513671875, + -0.65234375, + 1.453125, + 1.859375, + -1.1328125, + -3.234375, + -0.29296875, + -2.875, + -3.890625, + 0.3671875, + 2.796875, + 0.373046875, + -1.5625, + -2.203125, + -1.4375, + -2.21875, + -0.98828125, + -1.421875, + -0.64453125, + -0.380859375, + -2.953125, + -1.5546875, + 2.015625, + -0.58203125, + 1.65625, + -1.2890625, + -4.5, + -0.68359375, + -0.58203125, + -0.64453125, + 2.4375, + 4.125, + 3.0, + -0.392578125, + 3.34375, + 1.28125, + 1.3984375, + 1.3359375, + -0.6171875, + -0.73828125, + -0.80078125, + 1.6328125, + 3.125, + 3.84375, + 0.271484375, + 0.578125, + -2.328125, + -1.0, + -1.265625, + 1.3671875, + -1.1640625, + 0.439453125, + -1.703125, + 0.875, + 0.07763671875, + 3.28125, + -3.859375, + -1.109375, + -0.39453125, + -5.0625, + -1.0078125, + -0.10595703125, + -0.2314453125, + -3.046875, + -3.34375, + -2.03125, + 0.1396484375, + 0.396484375, + -1.859375, + -3.890625, + -0.5625, + -1.1171875, + 0.5625, + 3.359375, + -0.4921875, + 1.4453125, + 0.73828125, + -2.015625, + 0.5703125, + 0.248046875, + 0.251953125, + 1.15625, + -1.515625, + -0.498046875, + -0.69921875, + -0.419921875, + -0.72265625, + -0.53515625, + 1.109375, + 2.1875, + 0.2353515625, + -1.4921875, + 0.1845703125, + 1.9765625, + 1.7265625, + 2.203125, + -1.328125, + 3.703125, + -2.21875, + 0.17578125, + -0.5703125, + 3.09375, + 0.0208740234375, + -2.671875, + 3.90625, + 0.91015625, + 1.21875, + 1.421875, + -0.625, + 0.79296875, + 2.15625, + 1.4140625, + 3.21875, + -1.8515625, + 2.5625, + 0.64453125, + -0.62109375, + -3.328125, + 1.9140625, + 1.34375, + 2.90625, + 0.0673828125, + 0.236328125, + 0.97265625, + 1.640625, + 1.1953125, + 0.57421875, + -0.267578125, + -2.296875, + 1.328125, + -0.0888671875, + 3.859375, + -2.46875, + 4.03125, + -0.1982421875, + 0.96484375, + -2.296875, + -1.3125, + 0.76953125, + -0.33203125, + -4.125, + 2.625, + -1.3203125, + 0.9765625, + 3.265625, + 0.65625, + 3.15625, + -0.341796875, + 0.671875, + -1.96875, + 0.8828125, + 1.234375, + 2.84375, + -1.703125, + 1.34375, + -1.96875, + -3.875, + -0.09912109375, + 1.171875, + 2.171875, + -4.5625, + 3.625, + -5.09375, + -0.59375, + -0.7890625, + 5.125, + -3.421875, + -2.265625, + -0.390625, + -0.412109375, + -0.248046875, + -2.5625, + -1.5234375, + 0.06103515625, + -1.359375, + -2.625, + 0.173828125, + 5.46875, + 1.296875, + 3.46875, + 0.89453125, + -1.765625, + -1.5078125, + -0.80078125, + 0.5234375, + 1.6171875, + -0.68359375, + -1.984375, + -1.1953125, + 0.87890625, + 0.421875, + -0.1953125, + -0.37890625, + -0.6015625, + -0.6640625, + -2.375, + -1.015625, + -1.4140625, + -2.734375, + -0.08740234375, + 0.6796875, + 0.384765625, + -0.84375, + -0.396484375, + 0.12158203125, + 0.28125, + 2.046875, + 2.3125, + -1.4765625, + -2.359375, + -0.5078125, + -0.310546875, + 1.90625, + 2.640625, + -1.03125, + -1.875, + -2.78125, + 0.92578125, + 3.515625, + 0.390625, + 0.57421875, + -1.453125, + -0.09912109375, + 0.365234375, + 2.890625, + -1.703125, + -2.515625, + -4.5625, + -2.46875, + 1.8515625, + 2.40625, + 0.609375, + -0.359375, + 2.28125, + 1.34375, + -2.90625, + 1.84375, + -1.5390625, + 0.921875, + -1.5234375, + -2.09375, + -4.34375, + 2.09375, + -0.99609375, + -1.1875, + 2.421875, + -1.4609375, + 0.8125, + 1.9609375, + -2.84375, + 0.142578125, + -3.125, + 0.90234375, + -0.4609375, + 1.3984375, + -2.46875, + 1.6015625, + -0.7265625, + -0.376953125, + -1.890625, + 0.458984375, + -1.1015625, + -2.78125, + -1.7890625, + 3.53125, + -2.28125, + 0.96875, + 2.671875, + -4.1875, + 2.859375, + 0.08349609375, + -3.71875, + -1.953125, + 4.15625, + -0.349609375, + -0.8671875, + 0.875, + 0.65234375, + 0.89453125, + -3.453125, + 2.5, + -1.671875, + 3.0625, + 1.234375, + -1.5, + 0.67578125, + -1.0859375, + -0.443359375, + 1.640625, + 3.515625, + 1.140625, + -0.94921875, + 0.77734375, + -0.77734375, + -2.21875, + -1.3046875, + 2.875, + 2.40625, + -1.7890625, + -2.921875, + -1.125, + -1.265625, + 3.796875, + -0.0859375, + 0.12451171875, + 0.87109375, + 1.3828125, + 0.0830078125, + 1.3671875, + 2.359375, + 2.421875, + 1.6796875, + -6.09375, + 0.92578125, + -2.796875, + -0.466796875, + -0.283203125, + -1.0546875, + -0.8828125, + -1.1484375, + -3.0625, + -5.1875, + -1.46875, + 0.7734375, + -1.421875, + -2.65625, + 0.3984375, + -0.76171875, + 0.49609375, + -0.2734375, + 0.70703125, + 3.796875, + -0.1845703125, + -0.8359375, + 1.6875, + 2.6875, + 2.0625, + -0.5234375, + 0.1318359375, + -2.546875, + -0.88671875, + 1.4140625, + 0.60546875, + -0.44140625, + -1.4765625, + 1.71875, + 2.25, + 0.248046875, + 0.94921875, + -4.65625, + -3.09375, + -3.109375, + 1.4921875, + -1.8046875, + 1.2421875, + -1.1484375, + 0.228515625, + -2.828125, + 1.7734375, + 1.9296875, + -2.640625, + -0.90625, + -2.171875, + -6.875, + -1.1796875, + -1.828125, + -1.4375, + -0.4609375, + 0.86328125, + 2.328125, + -0.82421875, + -0.28515625, + 0.042724609375, + 4.5625, + 1.3984375, + -3.46875, + -0.294921875, + -1.2265625, + 3.28125, + 1.7421875, + -1.8046875, + -1.8203125, + 2.171875, + -0.94140625, + 0.375, + -0.1533203125, + -2.421875, + -2.890625, + -5.71875, + -1.140625, + 2.765625, + -0.5078125, + -0.248046875, + -0.7890625, + 3.640625, + -0.51171875, + -2.046875, + 1.640625, + 1.84375, + -3.703125, + -0.40234375, + -7.375, + -1.453125, + 0.8671875, + -4.09375, + 3.3125, + 3.0, + -1.078125, + -0.380859375, + 0.78515625, + -1.3046875, + 0.55859375, + -2.671875, + -2.203125, + -5.625, + 2.234375, + 8.125, + -0.6875, + -8.9375, + -1.015625, + 0.81640625, + 0.55078125, + 2.546875, + 2.796875, + 0.90234375, + 1.46875, + -0.8828125, + -0.8046875, + 0.1484375, + 0.90234375, + 0.8984375, + 0.6953125, + -0.65625, + -3.203125, + 1.6875, + -0.5703125, + -1.5, + 3.078125, + -3.140625, + -0.142578125, + 0.6484375, + 2.828125, + -0.51171875, + -2.484375, + 2.34375, + -1.859375, + 0.037353515625, + -0.4609375, + -1.0234375, + 0.51953125, + 1.6484375, + 0.3828125, + -3.375, + -0.18359375, + 1.609375, + 2.0, + -0.12158203125, + 1.4140625, + 0.046875, + 4.375, + 1.609375, + 0.75390625, + -0.2490234375, + -0.75390625, + -0.8828125, + -0.298828125, + -0.80859375, + -0.341796875, + -1.6484375, + 2.78125, + -4.59375, + 1.3359375, + 1.8046875, + -1.984375, + -0.39453125, + -0.287109375, + 0.26171875, + 0.15234375, + 0.61328125, + 0.8828125, + 1.25, + 0.482421875, + 2.765625, + 1.8515625, + 1.609375, + 2.265625, + 0.55078125, + -2.59375, + 1.671875, + 0.53515625, + 0.29296875, + -0.404296875, + 0.365234375, + -0.240234375, + 1.8125, + -2.34375, + -0.6171875, + -1.8828125, + 1.2109375, + 0.765625, + 0.96484375, + 1.25, + 1.1796875, + -1.28125, + -1.0078125, + -0.10302734375, + 0.43359375, + -1.4140625, + 0.310546875, + 0.166015625, + -6.0, + -0.150390625, + -2.34375, + 0.6171875, + -1.96875, + 1.3984375, + -2.796875, + -2.03125, + -1.40625, + -1.4765625, + 1.6015625, + 0.6328125, + 0.84375, + 0.953125, + -0.3046875, + -4.53125, + 1.2265625, + -0.203125, + -0.94140625, + 0.2294921875, + 0.515625, + -1.625, + -2.828125, + 2.34375, + 1.3671875, + -1.53125, + 3.609375, + -2.390625, + 0.0157470703125, + 1.7109375, + -8.4375, + 4.1875, + -0.29296875, + -3.34375, + 2.703125, + -2.734375, + -5.78125, + 2.515625, + 0.267578125, + 2.0, + -0.353515625, + -3.421875, + -1.796875, + -0.26953125, + 0.2470703125, + 3.953125, + 1.0, + -0.279296875, + 1.53125, + -1.703125, + -1.8125, + -3.0, + 1.8671875, + 1.46875, + -0.353515625, + -2.109375, + -0.1533203125, + 0.2294921875, + 1.5078125, + -2.484375, + 4.9375, + 3.703125, + -1.7890625, + 1.09375, + 0.322265625, + 2.875, + 3.0625, + 3.859375, + 1.2265625, + -1.9609375, + -0.75390625, + -0.32421875, + -0.125, + 1.265625, + -2.0625, + -1.2578125, + -1.28125, + 1.90625, + -0.47265625, + -3.8125, + -1.5, + 0.07666015625, + -0.90234375, + 2.25, + -0.8984375, + 1.671875, + 0.07080078125, + 0.70703125, + 0.408203125, + 2.0, + -1.1328125, + -0.0390625, + 2.984375, + -1.84375, + 0.78515625, + 1.375, + 3.5625, + 3.453125, + 0.298828125, + 0.20703125, + -3.9375, + 0.44921875, + 0.6875, + 0.10400390625, + 0.8984375, + 2.765625, + -5.3125, + 0.037353515625, + 0.42578125, + 1.546875, + 0.0218505859375, + -1.6171875, + -2.671875, + -1.046875, + 0.69921875, + 0.87890625, + 1.90625, + -1.5, + -0.0107421875, + -0.2890625, + 3.15625, + -0.71875, + 1.875, + -2.546875, + -2.515625, + -0.39453125, + 0.022216796875, + -0.76171875, + 0.80859375, + -1.5234375, + -0.84765625, + -3.90625, + -0.30078125, + 0.1357421875, + 0.47265625, + -0.60546875, + -1.2890625, + 7.5, + 1.8828125, + -2.9375, + -1.03125, + 3.125, + 1.4921875, + 0.2431640625, + 1.9609375, + 1.15625, + -3.578125, + 3.609375, + 0.0, + 0.65234375, + -0.36328125, + -3.484375, + 0.546875, + 0.89453125, + 0.90234375, + -2.46875, + 2.671875, + -1.1953125, + -0.6484375, + -0.60546875, + -0.051513671875, + 0.107421875, + -0.50390625, + -2.890625, + 2.25, + -3.15625, + -0.80859375, + -1.1015625, + -2.65625, + -1.0, + -1.375, + 2.140625, + 1.3125, + -2.46875, + 1.5234375, + -0.40234375, + 0.640625, + 0.3671875, + -0.8046875, + 2.625, + -2.046875, + -0.65625, + 0.10546875, + -0.060302734375, + 3.453125, + 3.09375, + 3.828125, + -1.671875, + -0.74609375, + 0.458984375, + -1.9765625, + -0.0279541015625, + -3.328125, + -0.50390625, + 0.169921875, + 2.015625, + -2.171875, + -2.328125, + 1.6171875, + 0.02490234375, + 1.1875, + -0.3828125, + 1.0859375, + 1.28125, + 2.375, + -1.3125, + 1.703125, + -4.5625, + -1.375, + 0.7109375, + 1.859375, + -2.5, + -0.06884765625, + 3.40625, + 2.609375, + 3.3125, + 2.34375, + 1.609375, + 0.22265625, + -3.375, + 6.125, + -2.21875, + 0.8515625, + -0.435546875, + 0.97265625, + 0.67578125, + -0.197265625, + 3.40625, + -0.90234375, + 3.796875, + 6.59375, + -2.0625, + 6.03125, + -0.67578125, + 1.421875, + -0.1630859375, + 0.349609375, + -1.734375, + -0.0361328125, + -2.21875, + 1.1875, + -1.3515625, + -1.625, + 3.625, + 3.328125, + -0.37109375, + -2.015625, + -0.146484375, + 2.015625, + 3.359375, + -4.625, + -1.953125, + -1.7890625, + -2.421875, + -0.6953125, + -0.7421875, + -2.484375, + 3.15625, + -0.462890625, + 1.8125, + 2.15625, + 1.421875, + 2.375, + -1.890625, + -4.53125, + -3.296875, + 2.734375, + -2.0625, + -2.671875, + 0.7578125, + -1.3828125, + -0.6796875, + -2.546875, + 1.2734375, + 0.8515625, + -1.109375, + 0.057373046875, + 1.890625, + -1.4140625, + -5.03125, + -3.0625, + 2.265625, + 1.640625, + -0.494140625, + -3.328125, + 3.203125, + -1.7421875, + -0.1357421875, + 3.515625, + -0.890625, + -1.5234375, + -0.52734375, + 0.447265625, + 3.28125, + 0.7109375, + 0.486328125, + 1.8203125, + 1.515625, + 1.0, + 0.61328125, + -0.48046875, + 0.05517578125, + 1.375, + -1.03125, + 2.0, + 1.1171875, + 3.453125, + 0.07763671875, + 1.8828125, + -0.404296875, + 3.5625, + -0.11962890625, + -2.9375, + 0.259765625, + 3.015625, + -2.390625, + 1.8046875, + 2.9375, + 1.1640625, + -0.06591796875, + -3.765625, + -1.3828125, + 2.953125, + 2.015625, + 1.1640625, + 0.2109375, + 1.9375, + -1.984375, + -2.109375, + -2.578125, + -1.9296875, + -0.1318359375, + -2.0, + 0.53125, + 2.0625, + 0.08154296875, + 1.5546875, + -1.6171875, + 0.0, + -0.90625, + 0.625, + 0.82421875, + 0.55859375, + -0.25, + 0.85546875, + -0.76953125, + 0.490234375, + 1.234375, + -1.1171875, + -3.15625, + -1.125, + -0.55078125, + 0.6484375, + 0.55859375, + 1.46875, + -0.43359375, + 1.3828125, + -1.546875, + 1.1015625, + 3.03125, + -0.05908203125, + -0.107421875, + -4.03125, + 2.34375, + -2.21875, + -4.65625, + -1.21875, + 0.2021484375, + -2.59375, + 1.7421875, + -2.46875, + 0.7109375, + -2.875, + 0.953125, + 2.046875, + 1.015625, + 2.71875, + -1.9765625, + -3.84375, + -1.5859375, + 0.2412109375, + 5.53125, + -0.98828125, + 2.234375, + 0.87109375, + 0.33203125, + 0.08740234375, + 1.203125, + -0.279296875, + -5.96875, + 0.640625, + 1.65625, + -0.69140625, + -0.62109375, + 1.1953125, + -0.1181640625, + 1.96875, + 1.84375, + -1.234375, + 1.3828125, + 0.52734375, + 2.453125, + 0.12255859375, + 0.037353515625, + 1.28125, + 1.3828125, + 1.7109375, + 0.375, + -1.0859375, + -6.09375, + 12.625, + 0.65625, + 3.09375, + 1.4375, + 1.4765625, + 5.53125, + -1.0859375, + 0.11572265625, + -1.7109375, + 4.28125, + 1.53125, + 1.640625, + 0.2470703125, + -1.765625, + 0.2197265625, + 1.28125, + 0.53515625, + -1.140625, + -0.022216796875, + 1.1328125, + -4.09375, + -1.5, + -1.1953125, + 0.78515625, + 3.703125, + -1.78125, + -2.609375, + -1.03125, + 1.7109375, + -1.3515625, + -0.166015625, + -1.796875, + -2.46875, + 1.140625, + -3.328125, + 1.5390625, + -0.435546875, + 1.078125, + 0.44140625, + -1.203125, + -1.75, + 1.140625, + 1.53125, + 0.84375, + -1.28125, + 3.296875, + 0.984375, + 2.734375, + 1.40625, + -2.078125, + -1.9921875, + 2.765625, + -0.419921875, + -0.6328125, + 0.9609375, + -1.046875, + -1.6328125, + -0.318359375, + 1.4375, + -1.8125, + -3.296875, + -0.5234375, + -2.90625, + 2.015625, + 0.6015625, + 0.2275390625, + 0.1953125, + 3.5, + 0.8828125, + -0.69140625, + -1.0703125, + 1.6171875, + -1.2578125, + 0.69921875, + 1.453125, + -2.78125, + 0.267578125, + -0.259765625, + -4.15625, + -3.046875, + 1.453125, + -0.5234375, + -1.609375, + -2.0625, + -2.1875, + -0.58984375, + 0.64453125, + 0.287109375, + -0.5859375, + -3.984375, + -0.796875, + 1.953125, + -1.1640625, + 1.125, + 0.5, + 3.796875, + 3.296875, + 0.036376953125, + 1.34375, + -1.09375, + -1.609375, + 1.453125, + -2.34375, + 0.353515625, + 1.1171875, + -0.3046875, + 1.0546875, + 5.40625, + -1.7265625, + -0.25390625, + 0.98046875, + -0.81640625, + -1.1640625, + 1.671875, + 0.234375, + -0.478515625, + 0.765625, + -1.5, + -2.828125, + 0.953125, + -1.421875, + -0.400390625, + 1.890625, + -0.1513671875, + -1.0390625, + 6.5625, + 1.765625, + 2.96875, + -0.447265625, + -0.609375, + 1.6484375, + -0.380859375, + -4.3125, + 0.55859375, + -0.9453125, + -0.474609375, + -3.53125, + -0.8203125, + -2.953125, + -0.61328125, + -5.875, + -0.439453125, + 0.08642578125, + 0.1328125, + 1.84375, + 3.203125, + -1.5859375, + 1.890625, + 2.421875, + 1.859375, + 0.625, + -2.875, + 0.59765625, + -0.1171875, + -0.7890625, + -5.78125, + -0.333984375, + 1.5625, + -0.734375, + -2.90625, + 1.65625, + 1.5, + -1.1171875, + 1.6484375, + -0.53515625, + 1.1015625, + -0.5625, + 3.828125, + -2.765625, + -0.6640625, + -1.328125, + -0.23046875, + 0.28515625, + 2.609375, + -2.6875, + 0.2158203125, + 1.7265625, + -1.9296875, + 0.380859375, + 0.1728515625, + 0.99609375, + 1.21875, + 0.314453125, + 1.1640625, + -0.3125, + -1.7734375, + -0.146484375, + -0.08154296875, + 0.9140625, + -0.48046875, + 3.203125, + 1.25, + -4.21875, + -1.234375, + 1.140625, + -0.56640625, + -3.390625, + -0.91015625, + 0.12353515625, + 3.5625, + -2.1875, + -0.447265625, + -2.03125, + 1.015625, + 2.078125, + -0.90234375, + -1.5703125, + 1.4453125, + -3.328125, + 1.78125, + 1.0078125, + 0.7109375, + 2.359375, + -0.287109375, + -1.8359375, + 0.022216796875, + -1.4765625, + 2.421875, + -0.765625, + 1.4375, + 0.41796875, + -3.015625, + 0.4296875, + -3.234375, + -1.9765625, + -2.546875, + 2.890625, + -1.34375, + 2.171875, + -1.2734375, + -0.75, + -1.515625, + -1.71875, + 2.484375, + 0.373046875, + 2.5, + -1.015625, + 2.84375, + 2.21875, + -1.1796875, + 1.28125, + 0.2275390625, + -3.8125, + -0.91015625, + 2.625, + 1.5390625, + -0.10498046875, + -1.109375, + -0.2890625, + 1.109375, + -0.87109375, + -1.3125, + 0.01611328125, + 0.482421875, + -0.6640625, + 0.41015625, + 1.0625, + -1.0625, + -1.6015625, + 1.9921875, + -2.921875, + -1.5234375, + 0.376953125, + -0.96875, + 1.140625, + -2.34375, + 0.228515625, + -0.828125, + 0.8984375, + 1.09375, + 1.0546875, + -0.6640625, + -2.40625, + -0.275390625, + 1.0078125, + 0.28125, + 4.8125, + -2.734375, + 2.0625, + -0.2080078125, + -1.671875, + -0.059814453125, + -1.7109375, + 0.29296875, + 3.515625, + -0.10107421875, + 2.375, + 0.69140625, + -2.375, + -0.03271484375, + -0.40234375, + 3.609375, + -0.7734375, + -0.279296875, + -0.1806640625, + -4.34375, + -0.484375, + 3.296875, + 0.091796875, + -0.1455078125, + 0.333984375, + -0.36328125, + -0.259765625, + -0.58203125, + -1.65625, + 2.5625, + 1.015625, + -1.90625, + 3.703125, + 1.984375, + 0.4375, + 1.515625, + 1.8984375, + -2.25, + 3.3125, + -0.05322265625, + 2.140625, + -0.58203125, + 2.078125, + -2.125, + -0.671875, + 1.6328125, + 2.53125, + 0.61328125, + -0.5703125, + -2.125, + -1.84375, + 2.34375, + 2.984375, + 0.427734375, + -1.203125, + 2.3125, + 1.0390625, + -0.345703125, + 0.1533203125, + 0.21875, + 3.40625, + 1.296875, + 0.5234375, + 0.75390625, + 0.421875, + 0.388671875, + 3.53125, + -1.953125, + 3.203125, + -1.4140625, + -1.0703125, + -2.234375, + -1.5, + -1.2109375, + 1.2421875, + -0.291015625, + 2.25, + 0.0908203125, + -2.09375, + 0.0191650390625, + 1.75, + 1.328125, + -1.9140625, + -0.5, + -6.59375, + -7.28125, + 1.078125, + -0.6484375, + 0.9765625, + 2.296875, + 0.87890625, + 0.038818359375, + -0.4375, + -2.5, + 3.078125, + -1.8203125, + -0.10302734375, + -0.93359375, + 0.8125, + 1.0859375, + 2.875, + 0.7734375, + 4.1875, + -1.3359375, + 1.7421875, + 1.015625, + -0.6796875, + -2.953125, + -0.73828125, + -0.2373046875, + -0.80859375, + -2.21875, + 2.078125, + -1.4375, + 1.0703125, + 0.05615234375, + -0.478515625, + 2.03125, + -1.8984375, + 0.115234375, + -0.671875, + 4.3125, + 1.640625, + -1.3046875, + 0.435546875, + 3.03125, + -1.8828125, + -1.4921875, + 2.515625, + -1.34375, + -0.90234375, + 1.2265625, + -1.0546875, + -3.171875, + -0.07861328125, + 0.515625, + -2.3125, + 0.80859375, + 2.09375, + -2.234375, + -1.296875, + 1.6171875, + -1.171875, + -0.138671875, + 1.9296875, + -0.1416015625, + 0.310546875, + -0.6015625, + -1.4140625, + 2.609375, + -0.10888671875, + 1.609375, + 0.1533203125, + -0.88671875, + -2.546875, + -1.6171875, + -2.71875, + -0.1650390625, + 1.96875, + 2.484375, + -2.578125, + 0.388671875, + -3.1875, + -2.21875, + -3.0625, + 0.59765625, + -1.390625, + 2.78125, + -1.03125, + 0.1904296875, + 0.2578125, + -2.5, + 2.609375, + 2.34375, + 2.5625, + -0.46484375, + -2.71875, + 2.859375, + 18.375, + 0.9453125, + -4.15625, + 1.3671875, + 1.5, + 0.96875, + -2.328125, + -5.40625, + 0.10986328125, + -0.81640625, + -1.4375, + -0.38671875, + -1.9921875, + 0.150390625, + -0.1396484375, + 3.078125, + -0.08837890625, + -1.46875, + 1.7421875, + -1.9296875, + -1.9140625, + 4.59375, + -1.96875, + -2.671875, + -0.515625, + -0.6640625, + 0.61328125, + 3.875, + 0.890625, + -0.0810546875, + -4.25, + 2.5625, + -0.1318359375, + -0.8828125, + 0.169921875, + -1.171875, + 1.828125, + 0.98046875, + 2.671875, + 2.9375, + 1.25, + 2.140625, + 1.65625, + 0.83203125, + 0.44921875, + 0.016357421875, + -3.078125, + 0.00909423828125, + 1.7578125, + -1.1640625, + 1.1328125, + 0.84765625, + 1.125, + -1.546875, + 1.578125, + -1.515625, + 0.1728515625, + -1.109375, + 1.796875, + 3.21875, + 1.3125, + -1.796875, + -0.451171875, + -2.1875, + -1.296875, + 1.7265625, + 0.5703125, + 0.88671875, + -1.28125, + -0.431640625, + -1.8125, + 0.9375, + 2.921875, + 5.75, + 0.50390625, + 0.2890625, + -3.28125, + 0.423828125, + -2.25, + 1.1015625, + -0.66796875, + 5.34375, + 0.4453125, + 0.466796875, + 2.625, + 0.76171875, + 2.34375, + -0.494140625, + -1.671875, + -0.53125, + -0.54296875, + -0.341796875, + 1.359375, + -0.3359375, + -2.390625, + 0.052490234375, + 2.328125, + 3.265625, + 1.2109375, + -0.287109375, + -0.91796875, + 3.828125, + 1.875, + 3.015625, + -1.171875, + 0.03759765625, + -0.435546875, + -0.10888671875, + -1.7578125, + 1.7734375, + -0.474609375, + -1.3828125, + 0.875, + -2.421875, + -1.1484375, + 1.546875, + -0.90234375, + -0.30859375, + -0.94921875, + -1.2734375, + -1.453125, + -0.412109375, + 0.58984375, + 1.0703125, + 0.98828125, + 0.9765625, + 0.26171875, + -3.0625, + -3.5, + -0.859375, + 3.046875, + 2.03125, + 2.40625, + -1.2578125, + -1.765625, + 1.453125, + 2.546875, + -0.2099609375, + -0.9296875, + -1.03125, + 2.40625, + 1.0625, + 1.125, + -0.56640625, + 0.365234375, + 0.25390625, + 2.578125, + -0.1279296875, + 0.18359375, + -0.7265625, + 3.296875, + 3.015625, + 0.1796875, + -3.625, + 0.3046875, + 3.3125, + 0.2021484375, + 1.2421875, + -0.76953125, + -1.1796875, + -0.44140625, + 2.5625, + -1.515625, + 2.21875, + 0.271484375, + -0.04345703125, + -1.078125, + 2.28125, + -1.109375, + 1.828125, + 0.0, + 1.8515625, + -0.154296875, + 0.98828125, + -4.03125, + 2.59375, + 0.021240234375, + -0.5078125, + 0.72265625, + 0.0301513671875, + -1.53125, + 3.109375, + 1.1328125, + -0.75, + 0.7265625, + -0.83984375, + -0.1259765625, + 0.26953125, + -0.70703125, + -2.203125, + -0.142578125, + 2.625, + -1.046875, + -1.953125, + -1.4453125, + 0.87109375, + 4.625, + -1.7734375, + -0.455078125, + 0.703125, + 0.48046875, + -1.015625, + -1.1328125, + -0.66796875, + -0.26953125, + 1.1953125, + 3.984375, + -1.359375, + -1.8984375, + 2.78125, + -0.318359375, + -1.109375, + 1.4140625, + -1.3828125, + -2.53125, + -1.1328125, + -2.515625, + 0.0299072265625, + -2.515625, + 0.306640625, + -2.09375, + -0.90625, + 0.498046875, + 0.2236328125, + -0.1572265625, + -0.6171875, + -1.0390625, + 1.328125, + -0.5078125, + -4.59375, + -0.466796875, + 2.015625, + -3.90625, + 2.40625, + -0.9765625, + -0.5546875, + 0.3046875, + -1.4921875, + 2.15625, + -0.56640625, + -0.34765625, + 0.14453125, + 1.0546875, + 1.5859375, + 0.56640625, + -1.078125, + 1.3046875, + -0.65234375, + 0.6953125, + -2.4375, + 2.15625, + -0.31640625, + 4.09375, + -0.498046875, + 1.2890625, + 3.09375, + -0.060546875, + -3.0625, + 4.125, + -3.890625, + 2.46875, + 1.4453125, + -1.109375, + 0.88671875, + 0.3515625, + -2.734375, + 0.0, + 2.0625, + 3.0625, + -0.318359375, + -0.9140625, + 0.134765625, + 0.6953125, + -0.5078125, + 6.09375, + -1.234375, + -4.25, + -1.7734375, + 1.25, + -0.515625, + -2.734375, + -2.875, + 3.1875, + -3.296875, + 0.369140625, + -1.2421875, + -0.2177734375, + 0.69921875, + -2.90625, + 0.95703125, + -2.421875, + -2.28125, + 1.265625, + 0.2421875, + -2.953125, + -1.6640625, + 2.359375, + -2.203125, + -0.9296875, + 0.2021484375, + 0.478515625, + -0.65234375, + 2.109375, + 2.078125, + 3.390625, + -1.21875, + 1.1015625, + 2.96875, + -1.421875, + -0.921875, + -0.57421875, + 2.390625, + -0.79296875, + 1.015625, + -1.4375, + 2.359375, + -1.296875, + -1.140625, + 3.796875, + -2.390625, + -0.3203125, + 0.016357421875, + 3.578125, + 2.671875, + 4.84375, + 1.734375, + 2.453125, + 1.03125, + -0.353515625, + 1.5234375, + -0.66796875, + -1.2734375, + -3.703125, + -0.6875, + 0.70703125, + -0.91796875, + -1.6171875, + -3.515625, + -2.5625, + 2.46875, + -9.4375, + -2.84375, + -0.76171875, + 0.85546875, + 0.38671875, + -2.46875, + 1.640625, + 1.6484375, + -2.171875, + -4.40625, + 1.1640625, + 0.341796875, + -2.828125, + -0.1767578125, + 3.09375, + -1.2578125, + 0.515625, + -0.625, + 3.234375, + -0.99609375, + 1.1484375, + 2.078125, + 1.4609375, + 0.9609375, + -0.451171875, + 1.4921875, + 1.28125, + -0.369140625, + 1.7734375, + -3.3125, + 0.54296875, + 0.053955078125, + 1.4609375, + 0.3984375, + 2.203125, + -2.703125, + -3.375, + -3.0625, + -1.046875, + 0.625, + -0.416015625, + 1.578125, + -3.859375, + -1.046875, + -1.34375, + -2.03125, + -1.1796875, + -0.59765625, + -5.15625, + 0.8984375, + 3.25, + 1.046875, + 1.71875, + 0.318359375, + -6.59375, + -0.0002574920654296875, + -1.4921875, + 0.384765625, + -0.90625, + 0.1357421875, + 1.3125, + -1.8359375, + -1.96875, + -0.427734375, + -1.21875, + 1.2890625, + -0.87890625, + 1.453125, + -0.7578125, + 1.453125, + 1.3203125, + 0.1767578125, + -0.296875, + 2.03125, + -0.765625, + -2.703125, + -2.234375, + 0.435546875, + 1.3046875, + 0.146484375, + -0.236328125, + 1.0546875, + -0.796875, + 0.58984375, + -0.2333984375, + -0.1533203125, + -2.03125, + -1.6015625, + 3.46875, + 1.25, + 3.046875, + 0.89453125, + -1.6171875, + 1.1015625, + -6.1875, + 0.134765625, + -1.4296875, + -0.81640625, + 3.125, + -3.265625, + 0.478515625, + -1.6015625, + -0.30078125, + 0.1484375, + -2.3125, + -0.6484375, + 15.0, + -1.65625, + -1.6484375, + 0.416015625, + -0.07666015625, + -0.48828125, + -0.5703125, + -0.031982421875, + -3.6875, + 1.953125, + 0.640625, + 2.828125, + -3.734375, + 1.296875, + 1.4375, + -4.375, + 3.84375, + -2.390625, + 0.80078125, + 3.65625, + -0.021484375, + 0.44140625, + -1.140625, + -0.007781982421875, + 1.1171875, + 1.84375, + 0.83984375, + -1.6328125, + -1.0625, + 1.1015625, + 2.46875, + 0.009765625, + -1.203125, + 0.10595703125, + 0.203125, + 0.57421875, + 1.34375, + 3.0, + -2.625, + 2.34375, + -2.703125, + 0.203125, + 0.5703125, + -0.71875, + -1.25, + 0.177734375, + -2.296875, + 1.5234375, + 0.26953125, + 1.5703125, + 0.37109375, + -0.80078125, + 1.328125, + -1.578125, + -3.796875, + -1.078125, + 0.73828125, + 5.6875, + -3.40625, + -1.8984375, + 3.09375, + -0.1845703125, + -0.0177001953125, + 0.025634765625, + -2.375, + 2.53125, + -0.515625, + -2.3125, + 1.84375, + 0.765625, + -1.9921875, + 1.3828125, + 3.6875, + 1.2109375, + 1.7421875, + -1.84375, + -2.421875, + 0.5234375, + 0.453125, + -0.07177734375, + -0.07470703125, + 1.203125, + -1.453125, + -1.3359375, + 0.5703125, + -0.2021484375, + 1.3125, + -0.06494140625, + 2.40625, + -1.1015625, + 0.09326171875, + 1.390625, + 1.8828125, + -1.015625, + -0.59375, + -0.546875, + 2.4375, + -1.34375, + 1.1328125, + 1.296875, + 1.984375, + 3.375, + -0.267578125, + 0.69140625, + 0.01068115234375, + 0.73828125, + -2.578125, + -2.984375, + 1.09375, + 2.40625, + 0.82421875, + 0.609375, + 0.41015625, + -1.4609375, + 1.625, + 0.44140625, + 3.21875, + 1.6796875, + -1.59375, + 0.10595703125, + -1.546875, + 1.3671875, + -1.3359375, + -0.75, + -0.2080078125, + -3.0, + 1.5234375, + -2.234375, + 2.25, + 1.09375, + -2.203125, + 0.08154296875, + 2.0, + -1.3671875, + 0.83203125, + -0.90234375, + 1.7734375, + 1.546875, + 0.671875, + 1.0234375, + 1.2109375, + 1.1640625, + -3.015625, + 0.1533203125, + 1.765625, + 0.6484375, + -0.4375, + 0.98828125, + -1.625, + -0.91015625, + -0.494140625, + 1.6640625, + -0.80859375, + 2.90625, + -1.3671875, + 3.0, + 0.83984375, + -0.53125, + 0.3359375, + -3.203125, + -0.251953125, + -0.3203125, + 0.318359375, + -0.55078125, + 0.89453125, + 3.53125, + -1.359375, + 0.51171875, + 0.72265625, + 0.89453125, + -2.46875, + 1.265625, + -2.328125, + -0.31640625, + 1.09375, + -0.4921875, + 2.4375, + 0.7734375, + 0.86328125, + 0.43359375, + -1.078125, + 0.796875, + -1.34375, + -0.9140625, + 0.94921875, + -0.376953125, + -0.16796875, + 2.671875, + 1.765625, + 3.71875, + 1.171875, + -4.28125, + -1.5390625, + 0.78515625, + -0.16796875, + -2.296875, + 1.609375, + -2.515625, + -1.0078125, + -0.328125, + 0.439453125, + -0.2119140625, + 0.66796875, + 0.79296875, + 0.71875, + 2.0, + 3.1875, + 5.6875, + -2.09375, + 0.50390625, + -1.5703125, + -0.859375, + 1.609375, + 2.59375, + 0.5546875, + 0.72265625, + -2.0, + 0.921875, + 1.015625, + -2.65625, + 1.2734375, + 2.234375, + 1.546875, + 0.64453125, + -0.61328125, + 0.71484375, + -0.0830078125, + 5.375, + -1.703125, + -1.96875, + 3.0, + -0.2392578125, + 2.03125, + 3.4375, + -0.921875, + -3.734375, + 0.6953125, + 2.5625, + -2.296875, + 0.7890625, + -0.84375, + -1.8046875, + 0.984375, + -0.3671875, + -0.875, + 3.859375, + -1.4921875, + 0.15234375, + -0.6171875, + -1.4375, + 0.1435546875, + -1.2578125, + -1.3984375, + 0.96484375, + -0.77734375, + 0.63671875, + -2.109375, + -0.84765625, + 2.578125, + -0.482421875, + -2.078125, + -0.3203125, + 1.1875, + 1.1953125, + -0.80859375, + 1.7734375, + 3.640625, + -2.578125, + 0.94921875, + 7.46875, + -1.0703125, + -1.015625, + -2.625, + 4.625, + 1.390625, + 1.5390625, + -0.0419921875, + -0.31640625, + 0.26953125, + 0.41796875, + 1.046875, + -4.09375, + -2.0, + -1.3984375, + 1.953125, + 0.8203125, + 3.921875, + -2.734375, + 1.6328125, + -2.25, + -2.578125, + 1.3359375, + -0.9609375, + 0.41015625, + -0.70703125, + 1.5234375, + 0.7890625, + -3.71875, + -0.462890625, + -0.1025390625, + 2.09375, + -1.7421875, + 2.21875, + -0.435546875, + -3.53125, + -0.33984375, + 0.58984375, + 1.875, + -0.462890625, + -1.875, + -1.1171875, + -0.03515625, + 1.8359375, + -8.0625, + -1.4453125, + 2.265625, + 0.031494140625, + -1.2890625, + -0.5703125, + -2.15625, + 1.28125, + 0.36328125, + 1.28125, + 1.4921875, + -3.171875, + -0.267578125, + 0.7265625, + 3.578125, + -2.25, + 3.765625, + -1.1015625, + -0.310546875, + 5.75, + -2.125, + 2.59375, + 1.4609375, + -1.015625, + 0.9609375, + -1.421875, + 0.984375, + 0.0294189453125, + -2.859375, + -1.8125, + 0.734375, + -0.271484375, + 1.7890625, + 0.8125, + 0.74609375, + -0.0859375, + -0.027587890625, + -1.3125, + -2.703125, + 0.333984375, + -2.671875, + -0.7109375, + -0.0888671875, + 0.453125, + -0.197265625, + -0.65234375, + -3.859375, + -0.259765625, + -0.330078125, + 1.9140625, + -0.059326171875, + 1.4453125, + -0.1767578125, + -5.46875, + -1.515625, + -2.109375, + 0.96484375, + 1.828125, + -1.515625, + -1.2265625, + -0.462890625, + -1.046875, + -1.6640625, + 1.3125, + -0.96875, + -2.890625, + 1.59375, + 1.1484375, + 2.640625, + 2.40625, + -2.15625, + 3.203125, + -0.41015625, + -5.875, + 0.0004024505615234375, + 0.609375, + -0.8828125, + -1.6953125, + 1.8359375, + 1.765625, + 2.1875, + 1.5703125, + -5.375, + 1.34375, + 0.890625, + -2.265625, + 1.5625, + 3.234375, + -0.4765625, + 1.9296875, + 1.515625, + 1.359375, + 0.1484375, + 1.046875, + 1.171875, + 1.3359375, + 2.21875, + -1.2890625, + -2.828125, + -3.1875, + -1.0625, + -0.494140625, + -2.453125, + 0.53515625, + 2.859375, + -0.54296875, + -4.0625, + -1.7890625, + -4.3125, + 1.0859375, + -1.34375, + -1.96875, + 0.5390625, + -0.46875, + 1.90625, + 2.515625, + -0.83984375, + -0.353515625, + -1.9296875, + 1.046875, + 1.78125, + 4.25, + -1.6953125, + 1.046875, + 0.322265625, + 3.859375, + -1.296875, + -2.703125, + -2.046875, + 1.3515625, + -0.72265625, + 0.435546875, + -0.83203125, + 0.89453125, + 2.09375, + 0.1376953125, + 2.1875, + -0.388671875, + 0.6484375, + 0.796875, + -0.796875, + -1.0859375, + 1.21875, + -1.6171875, + -0.6875, + 0.484375, + -0.41015625, + 2.453125, + -1.078125, + -0.474609375, + 0.2734375, + 1.875, + 0.73828125, + -3.140625, + -2.125, + 2.421875, + -2.484375, + 2.078125, + 0.11572265625, + -2.640625, + -0.458984375, + -3.53125, + -0.83203125, + -0.87890625, + -1.0703125, + 3.734375, + 0.4609375, + -0.29296875, + 1.9296875, + -1.4375, + 0.734375, + 1.0078125, + -1.578125, + 0.416015625, + -1.875, + -2.484375, + 0.14453125, + 0.18359375, + 0.380859375, + -1.5546875, + -0.65625, + -3.734375, + -0.39453125, + 1.8359375, + 0.734375, + 6.34375, + 2.65625, + -1.0625, + 2.75, + 0.9609375, + 0.035888671875, + -2.96875, + 1.03125, + -0.1298828125, + 0.98828125, + -0.439453125, + -0.26171875, + 0.486328125, + 3.359375, + 0.515625, + -0.25, + -0.470703125, + 2.3125, + -1.765625, + -1.734375, + 0.435546875, + 1.6875, + 4.34375, + -1.28125, + 2.890625, + 1.5234375, + 1.203125, + 3.796875, + 3.03125, + 0.70703125, + -0.78125, + 0.498046875, + -3.5625, + -1.46875, + 2.375, + -3.84375, + 0.83203125, + -1.1484375, + 1.7734375, + -1.0703125, + 3.875, + 1.109375, + -5.53125, + -0.10986328125, + 3.671875, + 0.11669921875, + 1.8203125, + 2.625, + -1.0625, + 1.9375, + -2.296875, + 1.859375, + 3.59375, + 1.2109375, + -0.1611328125, + 1.546875, + 2.84375, + 0.5234375, + 1.515625, + 0.0, + -5.15625, + -0.29296875, + -0.470703125, + -0.03271484375, + -0.2578125, + 2.03125, + 1.2109375, + -2.546875, + 1.8984375, + 2.1875, + -1.7578125, + -1.859375, + -0.059814453125, + -2.546875, + -0.50390625, + 3.390625, + -2.84375, + 2.328125, + -2.5, + 4.0625, + -0.482421875, + 2.8125, + -2.75, + -2.296875, + 0.796875, + 3.28125, + -1.8046875, + 0.578125, + -1.53125, + -2.734375, + 0.45703125, + -1.5625, + -1.671875, + 0.859375, + 0.6953125, + -1.2109375, + -0.99609375, + -0.33984375, + -1.421875, + 3.6875, + 0.5625, + -2.046875, + -1.96875, + -6.59375, + 0.09375, + 3.171875, + -0.59375, + -2.359375, + 1.0859375, + -0.86328125, + 2.015625, + -1.4453125, + 2.640625, + 0.5234375, + -3.609375, + 2.171875, + 3.625, + -2.953125, + -0.9921875, + -0.283203125, + -1.609375, + 1.4765625, + -2.078125, + 3.4375, + -1.8125, + 1.6953125, + -2.40625, + -4.0625, + 1.65625, + 1.03125, + -2.609375, + 0.408203125, + -0.35546875, + -0.72265625, + 0.1552734375, + 2.484375, + -0.412109375, + -0.6015625, + -1.515625, + -1.5, + 0.369140625, + 0.232421875, + 1.8828125, + -1.4921875, + 1.0625, + -1.515625, + -0.486328125, + 0.034423828125, + -1.234375, + -1.796875, + -1.546875, + 0.6015625, + -2.109375, + 1.84375, + -2.25, + -1.2421875, + 0.5078125, + 0.439453125, + -1.015625, + 1.1796875, + 0.98828125, + -2.375, + -1.3125, + -0.462890625, + -2.671875, + -2.65625, + -1.6328125, + 0.3828125, + -3.078125, + 2.53125, + 0.98046875, + 2.34375, + 3.78125, + 1.7578125, + 3.25, + 1.9296875, + -0.353515625, + -1.03125, + -2.46875, + 2.125, + 1.609375, + 1.6015625, + -0.41015625, + 3.75, + -1.1953125, + 0.333984375, + 2.03125, + 0.77734375, + -3.421875, + 4.625, + -2.40625, + -0.4453125, + -4.71875, + -3.046875, + -3.015625, + 0.40625, + 2.0625, + 0.59375, + -2.015625, + 0.1396484375, + -0.98828125, + 0.263671875, + -2.5625, + 2.4375, + 0.466796875, + 1.765625, + -0.71875, + 1.296875, + -3.484375, + 1.71875, + 1.0234375, + 1.046875, + -1.4765625, + -1.1640625, + 2.125, + 0.0, + 3.109375, + -0.11767578125, + 0.6640625, + -0.75390625, + 0.7109375, + -1.8359375, + -2.890625, + 1.75, + -1.4765625, + 3.0625, + -3.828125, + 1.5, + 0.1376953125, + -1.296875, + 1.9765625, + -0.5703125, + 0.78515625, + 1.0703125, + -2.4375, + 0.0732421875, + 1.546875, + 0.014892578125, + -2.4375, + -1.84375, + -2.453125, + -1.09375, + -0.6484375, + -1.0546875, + 0.75390625, + -4.28125, + -0.53125, + 3.4375, + 2.546875, + -1.6875, + 1.5703125, + -2.4375, + 1.5546875, + -2.140625, + -0.9765625, + 2.265625, + -2.75, + 0.68359375, + -0.00946044921875, + -0.70703125, + -2.59375, + -1.65625, + -0.091796875, + 1.125, + 1.6484375, + -0.76953125, + 0.90234375, + -0.7265625, + 2.6875, + 0.234375, + -0.96875, + -0.87109375, + -4.25, + -0.32421875, + -0.49609375, + 1.4140625, + -3.984375, + -2.375, + 0.9765625, + 1.1640625, + -0.74609375, + -1.0078125, + 0.55078125, + 0.73046875, + -2.171875, + -0.91015625, + -1.890625, + -0.1728515625, + -1.21875, + 2.046875, + -5.1875, + 1.3984375, + 2.09375, + -1.1953125, + -1.09375, + 0.5546875, + 0.2333984375, + 1.765625, + -2.359375, + 1.8359375, + 0.6953125, + -2.765625, + -1.8203125, + -1.6640625, + 2.5625, + 1.9453125, + 0.73046875, + -2.25, + 0.00555419921875, + -0.1728515625, + 2.171875, + -1.6484375, + -1.578125, + -0.453125, + 4.1875, + -4.625, + 1.0546875, + 1.6484375, + -1.46875, + 1.171875, + 1.515625, + -2.828125, + -1.8671875, + 0.53125, + -1.1171875, + 0.51171875, + 2.65625, + 1.484375, + -1.7734375, + 0.021484375, + -0.29296875, + -0.03466796875, + 0.609375, + 1.609375, + 0.78125, + -2.625, + 0.68359375, + 3.0, + 2.34375, + 0.4609375, + 0.1650390625, + -1.8984375, + 0.3046875, + 0.314453125, + -2.4375, + -4.875, + -1.1484375, + -2.25, + 1.015625, + 0.890625, + 0.10791015625, + -2.125, + 3.28125, + 0.81640625, + -3.9375, + 4.59375, + 0.8359375, + 1.5390625, + 5.15625, + 0.52734375, + 0.51953125, + 2.46875, + -0.4296875, + -0.94921875, + -4.75, + -2.59375, + 1.34375, + -1.3984375, + 0.69140625, + -0.439453125, + 1.7578125, + -4.15625, + -1.6875, + 1.8671875, + -0.5, + -0.6328125, + -2.0, + 0.43359375, + 2.609375, + 0.76953125, + -2.96875, + -3.390625, + -3.046875, + -0.62109375, + -0.283203125, + -2.109375, + 0.365234375, + -1.65625, + -1.9609375, + -1.2890625, + 0.0, + -3.390625, + 0.494140625, + 0.453125, + 2.390625, + -0.384765625, + 1.453125, + -1.296875, + -0.0419921875, + -2.140625, + -0.6171875, + -1.125, + -0.51953125, + -4.3125, + -1.28125, + -4.34375, + -0.9375, + 4.625, + -0.345703125, + 0.6015625, + -0.3125, + 1.40625, + 0.671875, + 0.8671875, + -0.28125, + -0.1328125, + -0.10107421875, + -2.109375, + 3.796875, + 0.75, + -2.8125, + 2.078125, + -1.6015625, + 2.953125, + 2.453125, + 1.4375, + 1.0, + 2.59375, + -0.353515625, + 2.15625, + -0.66796875, + -2.875, + 1.1640625, + 0.71875, + -0.408203125, + -1.171875, + 2.9375, + -0.69140625, + -0.0869140625, + 1.5, + 1.625, + 1.6171875, + -3.84375, + -1.1875, + -0.6484375, + 0.78515625, + -3.015625, + -2.421875, + 2.984375, + 2.234375, + -0.83984375, + -0.1982421875, + 0.54296875, + -0.5859375, + 3.453125, + -2.921875, + 1.3984375, + -1.203125, + -1.4140625, + 1.53125, + -1.75, + -0.8984375, + -0.341796875, + 1.0234375, + -2.5, + 2.28125, + -0.61328125, + 0.24609375, + 0.5859375, + 0.734375, + -0.5859375, + 1.015625, + 0.470703125, + 1.109375, + -1.609375, + 3.3125, + 1.609375, + 1.421875, + 0.3359375, + -2.453125, + -0.025634765625, + 0.7890625, + 2.125, + -1.09375, + 3.734375, + -0.1005859375, + 0.08544921875, + 1.7265625, + 1.0, + 1.7890625, + 4.625, + -2.59375, + -0.2255859375, + -2.515625, + 2.015625, + -0.55859375, + 1.0, + -0.859375, + -1.359375, + -1.2578125, + 0.70703125, + -1.1015625, + -0.828125, + -0.3125, + 1.171875, + 1.4921875, + 2.671875, + 0.80078125, + 1.625, + -0.96484375, + -2.09375, + 1.1796875, + -0.1865234375, + 1.71875, + 2.71875, + -0.83984375, + 1.6953125, + -0.53515625, + -0.10107421875, + -0.609375, + 3.203125, + -0.0186767578125, + -1.984375, + -2.515625, + 1.4453125, + -2.5, + 0.92578125, + -0.9296875, + -0.1669921875, + 3.96875, + -0.80859375, + 1.5390625, + 6.4375, + -2.3125, + 0.255859375, + 2.46875, + -1.6171875, + 3.921875, + -0.050537109375, + -0.75, + 1.1796875, + -0.76953125, + 2.296875, + 0.216796875, + 0.1806640625, + 2.96875, + 0.38671875, + 0.03173828125, + -3.59375, + 2.015625, + -3.046875, + -3.390625, + 0.328125, + -1.1015625, + -0.25, + -0.73046875, + 3.125, + -5.59375, + -3.734375, + -1.8359375, + 0.859375, + -1.203125, + 1.484375, + -3.59375, + 2.09375, + -1.515625, + -2.046875, + -3.1875, + -0.056884765625, + -1.3359375, + 0.94921875, + -0.388671875, + 0.80078125, + -1.6015625, + -2.0, + -0.828125, + 1.109375, + -1.4921875, + 1.1875, + 0.337890625, + 2.65625, + 0.68359375, + 1.953125, + -0.77734375, + 3.4375, + 0.72265625, + 2.8125, + 1.484375, + 1.40625, + 0.703125, + -1.40625, + -0.1884765625, + -2.5625, + 0.2265625, + -1.125, + -2.515625, + -1.2890625, + -0.97265625, + -1.765625, + -0.26171875, + 3.890625, + -1.8125, + -1.140625, + -3.03125, + 0.044189453125, + 3.109375, + -0.96875, + -0.30859375, + 2.171875, + -0.3828125, + 0.60546875, + 4.84375, + -1.671875, + -1.59375, + -1.2734375, + 2.15625, + -2.40625, + -2.59375, + 1.1171875, + -0.60546875, + 0.796875, + 2.15625, + -1.0234375, + -8.0, + -1.7265625, + 3.21875, + 3.40625, + -2.59375, + 0.87109375, + -1.4296875, + 0.34765625, + -4.3125, + 0.86328125, + -2.953125, + 3.015625, + -0.74609375, + 0.431640625, + 0.2109375, + 0.69140625, + -2.859375, + -1.109375, + 0.15234375, + -0.016357421875, + 8.5, + 1.9453125, + -1.0390625, + 0.294921875, + 0.298828125, + 0.5546875, + 3.28125, + -2.546875, + 2.40625, + -1.1875, + 2.703125, + 1.78125, + 1.015625, + 1.78125, + 1.65625, + 0.50390625, + 1.5546875, + -0.2421875, + -1.375, + -1.3671875, + 0.87109375, + 1.8984375, + -0.08154296875, + -1.328125, + 1.671875, + 2.90625, + -0.828125, + 0.69921875, + -3.90625, + 2.125, + 0.59375, + -0.126953125, + 1.34375, + 0.337890625, + 0.380859375, + 0.25390625, + 1.2734375, + 8.3125, + 2.09375, + -2.6875, + 2.234375, + -0.62109375, + 3.140625, + -0.232421875, + 1.625, + -1.0390625, + -0.021728515625, + 2.90625, + 1.203125, + -0.298828125, + -0.69921875, + 0.10400390625, + 3.359375, + -1.859375, + -0.85546875, + -0.5625, + -1.6640625, + -2.25, + -1.4140625, + 2.640625, + -1.21875, + 0.1494140625, + -1.46875, + 2.078125, + -3.796875, + 3.90625, + -1.796875, + 0.83203125, + -2.671875, + 0.294921875, + -2.53125, + -0.24609375, + -0.216796875, + -1.171875, + 1.4765625, + 5.40625, + 1.7421875, + -3.703125, + -0.859375, + 1.2734375, + 1.7734375, + -1.421875, + 1.1953125, + -1.46875, + -2.15625, + 1.21875, + -2.671875, + -0.271484375, + -1.28125, + 5.375, + -2.015625, + -0.98828125, + 0.7734375, + 1.5, + -1.0234375, + 1.578125, + 4.03125, + 0.515625, + -1.4765625, + 1.421875, + 0.82421875, + -0.390625, + 0.76171875, + -1.9453125, + 2.9375, + -0.65625, + 0.1533203125, + -2.75, + -1.0625, + 0.296875, + -1.9140625, + -0.9375, + 0.953125, + -1.21875, + 3.15625, + 1.4140625, + -0.93359375, + 0.0693359375, + -3.859375, + 2.171875, + -1.3671875, + -2.453125, + -0.51171875, + 2.203125, + -0.90234375, + 0.361328125, + -1.1796875, + 0.2333984375, + -2.078125, + 1.6328125, + 0.28515625, + -3.6875, + 1.1328125, + -1.6015625, + -0.2177734375, + -0.2412109375, + -0.85546875, + 0.72265625, + 1.2265625, + -9.4375, + -1.203125, + 0.390625, + -4.5625, + -0.2216796875, + 0.77734375, + -2.453125, + -1.578125, + -0.0296630859375, + 2.015625, + 1.96875, + 3.6875, + 3.578125, + 2.171875, + 3.1875, + 2.375, + 2.03125, + -0.59765625, + 0.95703125, + -0.07470703125, + 0.169921875, + 1.6015625, + 0.1435546875, + -0.408203125, + -2.734375, + -1.75, + -0.439453125, + -0.84375, + -0.33984375, + 0.04736328125, + -0.96484375, + -0.2470703125, + -1.8671875, + 1.828125, + -1.296875, + -1.203125, + -0.46484375, + -3.703125, + -0.44140625, + -1.0234375, + -0.078125, + 2.828125, + 4.53125, + -0.984375, + 3.125, + 2.671875, + -0.41015625, + 2.390625, + 0.279296875, + 5.28125, + -0.38671875, + -1.1640625, + -2.28125, + -0.96875, + -0.4375, + -3.734375, + -0.734375, + 1.03125, + 1.7734375, + -1.171875, + -1.2265625, + 0.046630859375, + 0.62109375, + 4.21875, + -0.546875, + 2.125, + -0.11328125, + 1.7421875, + -0.5078125, + 0.291015625, + -1.84375, + -0.2021484375, + 0.162109375, + 2.65625, + 0.2431640625, + -3.09375, + 0.5, + 0.16015625, + 0.169921875, + -4.96875, + -5.8125, + -2.671875, + -3.40625, + 1.5078125, + 1.46875, + 0.8984375, + 3.21875, + -1.9453125, + -0.14453125, + 3.34375, + 0.2451171875, + -1.515625, + 1.0078125, + -3.046875, + 1.09375, + 1.125, + -1.8984375, + 1.796875, + 0.1337890625, + 2.21875, + -0.1865234375, + 0.048583984375, + 2.65625, + -2.046875, + -1.1796875, + 1.3828125, + -3.28125, + -3.78125, + 1.375, + -0.435546875, + 0.72265625, + 1.703125, + -1.59375, + 3.625, + 1.9140625, + -3.390625, + -0.26171875, + -1.2734375, + 1.3984375, + 1.90625, + -2.671875, + 2.125, + -1.2734375, + -1.765625, + 1.6484375, + 0.52734375, + 1.5234375, + -5.28125, + -0.375, + 1.7734375, + 2.6875, + 1.515625, + -1.625, + 0.81640625, + -1.0390625, + -1.90625, + -0.1494140625, + -2.34375, + 1.3046875, + 0.400390625, + 0.44921875, + 3.125, + -0.5078125, + -3.0, + 2.015625, + 1.5703125, + 3.203125, + 1.0390625, + -0.921875, + 2.265625, + 2.078125, + 0.384765625, + -0.71484375, + 1.59375, + -2.140625, + 4.78125, + 1.09375, + -0.193359375, + -0.89453125, + -2.171875, + 2.703125, + 0.25390625, + -0.50390625, + 0.28125, + 0.8828125, + -1.1953125, + 2.921875, + 0.181640625, + -0.515625, + -1.5390625, + 1.6953125, + -5.5, + 2.046875, + 0.51171875, + -4.34375, + 2.4375, + 1.7265625, + 3.25, + -0.65625, + 0.83984375, + -0.5546875, + 1.6796875, + -0.98828125, + -0.03369140625, + -0.05712890625, + 10.875, + 2.796875, + 1.71875, + 1.6171875, + -1.25, + -0.39453125, + -4.25, + -0.1640625, + 1.78125, + -1.4453125, + -0.87109375, + -0.5078125, + -2.234375, + 2.796875, + 1.6328125, + -1.859375, + -0.15234375, + -0.78515625, + 2.328125, + 2.359375, + -3.515625, + -2.6875, + -0.91015625, + 3.984375, + -2.765625, + 0.8125, + -2.4375, + -3.3125, + -0.015869140625, + -0.2373046875, + 1.671875, + -3.28125, + -0.734375, + 0.2333984375, + -0.87109375, + 0.30859375, + 1.46875, + 4.125, + 1.625, + 2.40625, + -2.0625, + -1.4609375, + 0.7421875, + 0.51953125, + -2.078125, + -0.0106201171875, + -1.8984375, + -2.546875, + -0.91015625, + 2.09375, + 1.7421875, + -2.484375, + 1.1875, + -1.046875, + 3.34375, + 1.1875, + -0.1376953125, + 0.78515625, + 1.8984375, + -2.046875, + -0.44140625, + -0.053955078125, + 5.125, + 2.6875, + -2.328125, + 0.359375, + -0.41796875, + 0.78125, + 4.78125, + 2.265625, + 2.484375, + 2.4375, + -0.302734375, + -0.71875, + -0.392578125, + 0.984375, + 0.734375, + 0.490234375, + 1.796875, + 1.4609375, + 0.298828125, + -1.328125, + 1.984375, + -1.109375, + -2.578125, + 2.484375, + 0.75, + -0.30078125, + 1.5078125, + 1.3203125, + 0.359375, + 0.6875, + -0.63671875, + -1.53125, + -2.1875, + -0.66796875, + 2.078125, + -0.9375, + 1.3984375, + -0.83203125, + -2.015625, + 2.484375, + 2.09375, + 3.0625, + 1.265625, + -0.79296875, + -0.18359375, + 0.27734375, + 0.88671875, + 1.9453125, + -0.076171875, + 2.71875, + -1.3125, + -0.86328125, + -0.09423828125, + 0.86328125, + -1.140625, + -0.16796875, + -4.9375, + 0.470703125, + 3.9375, + 1.3203125, + -0.06591796875, + 1.6171875, + -0.2265625, + -0.69140625, + 1.1328125, + -1.2265625, + 1.7734375, + -0.455078125, + 1.2890625, + -2.6875, + 2.421875, + 2.109375, + -0.375, + 0.6796875, + -3.546875, + 0.93359375, + -0.462890625, + 1.3671875, + 1.0625, + 0.384765625, + -1.5, + 1.1328125, + -1.515625, + 3.828125, + 0.859375, + -0.83984375, + 0.3125, + -1.265625, + 0.005401611328125, + -0.1591796875, + -3.078125, + 0.296875, + 0.4921875, + -1.4375, + 0.0294189453125, + 1.90625, + -0.298828125, + -0.609375, + -1.1640625, + 1.4375, + -0.94140625, + -7.21875, + 1.5546875, + -0.31640625, + 0.2060546875, + -0.65625, + -0.349609375, + 0.01153564453125, + 0.72265625, + -0.263671875, + 1.6484375, + 1.453125, + 1.546875, + 0.35546875, + -1.828125, + -1.921875, + 1.0859375, + 3.578125, + -0.02734375, + 0.90234375, + -0.06982421875, + -4.53125, + 1.296875, + 0.2578125, + -0.50390625, + -1.171875, + 4.46875, + -0.08203125, + 2.34375, + -1.9921875, + 2.171875, + 0.267578125, + 1.0625, + -2.828125, + 1.5703125, + -1.8671875, + 1.296875, + -3.234375, + -2.453125, + -2.859375, + -0.7109375, + 2.25, + 0.875, + 0.6953125, + 0.3359375, + -1.3984375, + 2.765625, + 1.8125, + 1.53125, + -1.59375, + -0.240234375, + -2.21875, + 1.75, + 0.158203125, + 2.859375, + 1.953125, + -0.86328125, + -0.98828125, + -1.2109375, + -4.25, + -1.2265625, + -0.7265625, + 0.26953125, + 0.076171875, + -0.48828125, + -1.640625, + 3.140625, + 1.75, + -0.54296875, + 0.81640625, + 1.421875, + 1.34375, + -2.5625, + 3.1875, + -1.28125, + 1.28125, + 0.0242919921875, + -1.2421875, + -2.453125, + -0.86328125, + 2.46875, + 2.5625, + -0.0262451171875, + 0.7890625, + -1.2109375, + -3.40625, + 2.59375, + 1.5859375, + 2.1875, + 1.5703125, + 1.5234375, + 0.7890625, + 2.5625, + 3.171875, + -1.90625, + 1.7578125, + 0.484375, + 1.7109375, + -0.6796875, + 3.59375, + 1.0859375, + -0.042236328125, + -3.5625, + -0.298828125, + 2.125, + -2.40625, + 2.171875, + 0.1298828125, + -0.1982421875, + 4.34375, + -2.0625, + 4.28125, + 2.578125, + -1.140625, + -2.875, + -0.06689453125, + 0.478515625, + -1.4140625, + 2.21875, + -1.875, + 1.3671875, + -2.390625, + 0.76171875, + 2.671875, + -2.46875, + 0.85546875, + -2.875, + -3.796875, + -0.85546875, + -1.796875, + 0.75390625, + -0.81640625, + -1.1875, + -2.109375, + 1.9140625, + 2.9375, + -0.90625, + 0.345703125, + -1.4609375, + 0.0986328125, + 0.1689453125, + -2.046875, + 0.04541015625, + 1.859375, + -1.703125, + 0.4140625, + 2.875, + -0.053955078125, + -0.87890625, + 6.1875, + -6.40625, + -0.875, + -0.7890625, + 0.33984375, + -1.515625, + 0.33203125, + -0.19140625, + -2.765625, + -0.01123046875, + -1.703125, + 0.8125, + -0.037841796875, + 1.578125, + 0.032470703125, + -0.50390625, + -2.109375, + 0.1376953125, + -2.625, + 2.28125, + -0.6328125, + 0.474609375, + 1.5546875, + -0.138671875, + -0.96484375, + -1.3203125, + -2.609375, + -1.2734375, + 1.2890625, + -1.7734375, + 0.376953125, + 0.7109375, + 1.25, + -3.84375, + 0.6796875, + 0.70703125, + -0.94921875, + 0.74609375, + 2.4375, + 0.1669921875, + 0.1904296875, + 1.484375, + 1.5234375, + 0.6015625, + -0.64453125, + -0.6640625, + -1.3359375, + -1.25, + 1.515625, + 0.462890625, + 0.1640625, + -0.63671875, + 3.46875, + -1.1640625, + -3.6875, + -0.490234375, + -2.015625, + -3.515625, + -1.859375, + 1.6171875, + -2.5625, + 2.375, + -0.65234375, + 3.671875, + -1.8359375, + -0.58203125, + 0.93359375, + 0.294921875, + 0.3984375, + -0.049560546875, + -1.7890625, + -0.171875, + -2.09375, + -2.953125, + 1.3828125, + 1.7578125, + 0.6484375, + -2.625, + 0.453125, + 1.921875, + 2.296875, + 0.419921875, + -1.1796875, + 2.796875, + -0.58203125, + 1.953125, + -1.6171875, + 1.0390625, + 1.25, + 0.9921875, + 2.234375, + 1.15625, + -0.2099609375, + 0.72265625, + 0.8828125, + -0.69921875, + 2.078125, + -4.125, + -0.984375, + 1.6015625, + 1.0, + 0.419921875, + -3.296875, + -0.765625, + -1.3515625, + 1.8828125, + 0.4609375, + -0.8046875, + 1.4765625, + 0.490234375, + -4.1875, + 1.3515625, + -3.1875, + -1.9765625, + 0.1328125, + 3.59375, + -1.1875, + -3.359375, + 2.34375, + 0.326171875, + 1.21875, + -0.91796875, + 1.140625, + 0.37109375, + -0.2080078125, + 1.0078125, + 0.98828125, + -2.625, + -1.125, + -0.5703125, + 2.671875, + -2.328125, + 0.734375, + 0.90234375, + 2.078125, + 1.140625, + -0.154296875, + -1.25, + 0.7734375, + -2.578125, + 2.875, + -0.46875, + -4.90625, + -0.93359375, + -2.890625, + 3.328125, + -2.84375, + -1.65625, + 3.109375, + 2.46875, + -2.609375, + -0.77734375, + 4.3125, + 2.390625, + -3.109375, + 0.76953125, + 3.609375, + -0.8828125, + 0.72265625, + -1.9296875, + -0.037353515625, + 0.94921875, + -0.349609375, + 0.46484375, + 0.373046875, + 1.984375, + -0.9453125, + 1.3671875, + 0.5078125, + 2.625, + -1.3125, + -0.029296875, + -0.7109375, + 1.3046875, + -0.75390625, + 0.37890625, + 0.064453125, + 1.4453125, + -0.20703125, + 1.921875, + -1.203125, + 3.34375, + 2.15625, + -1.0078125, + -0.46484375, + 0.1806640625, + -2.59375, + 0.302734375, + 1.1953125, + 2.40625, + -0.87109375, + -0.2373046875, + -1.828125, + -3.25, + 0.5390625, + -2.109375, + 0.25390625, + -2.484375, + -2.140625, + 0.02099609375, + -1.671875, + -0.06640625, + 2.453125, + -1.0234375, + -0.03125, + 2.234375, + -0.03271484375, + -0.83984375, + 0.2197265625, + 0.8125, + 0.2578125, + 0.52734375, + 0.53515625, + -9.5, + -1.359375, + 3.984375, + -3.375, + -2.6875, + 1.5625, + -1.9609375, + 3.109375, + -2.40625, + -1.0, + -11.0625, + -1.75, + -1.7109375, + -2.0625, + 0.703125, + -0.7734375, + 2.21875, + 0.57421875, + 0.61328125, + 0.96484375, + -0.2080078125, + -2.703125, + 1.9453125, + 0.046142578125, + -1.625, + -0.359375, + -0.90625, + -2.15625, + -1.0625, + -0.7734375, + -3.21875, + 1.8671875, + -0.11181640625, + -0.90625, + 0.8515625, + -2.578125, + -2.375, + 0.578125, + -2.4375, + 1.25, + 1.8203125, + 1.1015625, + 2.234375, + 11.75, + -0.66796875, + 1.5859375, + 0.064453125, + -0.99609375, + 2.6875, + -0.66796875, + -0.0537109375, + 2.1875, + 3.453125, + 1.0078125, + -0.4609375, + 0.5390625, + -1.53125, + -0.07373046875, + -1.7421875, + 1.2265625, + 0.57421875, + -4.875, + -0.8046875, + -0.2236328125, + 3.578125, + 2.21875, + 0.515625, + 0.8515625, + 0.388671875, + -0.357421875, + 0.359375, + 0.8984375, + 1.09375, + -1.4375, + 1.3125, + 1.640625, + 3.671875, + -1.0, + 0.013916015625, + -3.40625, + 1.0625, + 2.78125, + 2.265625, + 2.28125, + -1.0625, + 3.265625, + -0.86328125, + 1.03125, + -0.138671875, + -2.875, + -1.90625, + 3.875, + 1.1875, + -4.03125, + 2.390625, + -0.6171875, + 0.068359375, + 0.51953125, + -0.99609375, + -1.90625, + -0.66015625, + -2.0625, + -0.23046875, + 0.7421875, + -2.375, + 0.59375, + -3.46875, + 0.796875, + -2.46875, + 2.5, + -4.03125, + 0.95703125, + -1.0078125, + 0.0673828125, + -0.353515625, + -2.4375, + 4.375, + 4.46875, + -0.3828125, + 2.828125, + -0.88671875, + 7.40625, + 0.8828125, + 2.921875, + -1.2265625, + 4.09375, + 3.515625, + -2.59375, + 0.251953125, + -2.34375, + -2.21875, + -3.390625, + -1.4375, + -2.484375, + -1.6171875, + 1.3359375, + 2.5, + -1.796875, + 3.484375, + 0.5703125, + -1.9375, + -2.515625, + 0.5390625, + 2.15625, + 0.6328125, + 0.5078125, + -0.94921875, + -0.11328125, + 0.287109375, + -0.9375, + 0.984375, + 0.0, + 0.53125, + 1.390625, + -1.578125, + 1.3828125, + 0.546875, + 1.0390625, + 3.203125, + 6.3125, + -2.625, + -2.015625, + -2.515625, + -0.98046875, + -2.671875, + -2.421875, + 0.97265625, + -0.59375, + 1.28125, + -2.53125, + 0.7421875, + 2.3125, + -5.375, + -2.3125, + -2.40625, + -0.376953125, + -0.9296875, + 1.9375, + -1.9921875, + 0.25, + -0.369140625, + 7.3125, + 0.54296875, + -0.921875, + -2.6875, + -4.90625, + -0.96875, + -1.046875, + 2.03125, + -0.41015625, + 2.1875, + 2.453125, + 2.625, + 0.51953125, + -0.82421875, + -1.40625, + -0.259765625, + -0.044189453125, + 2.515625, + -0.408203125, + -0.8671875, + -2.046875, + -0.051513671875, + -2.828125, + 1.1953125, + 0.953125, + 2.859375, + -0.65234375, + -4.78125, + 1.6953125, + 1.3671875, + -0.396484375, + 1.84375, + -0.375, + 1.0, + -0.130859375, + -1.46875, + -0.275390625 + ], + "index": 0, + "object": "embedding", + "raw_output": null + } + ], + "model": "accounts/fireworks/models/qwen3-embedding-8b", + "object": "list", + "usage": { + "prompt_tokens": 5, + "total_tokens": 5, + "completion_tokens": 0 + }, + "perf_metrics": null + } + }, + "is_streaming": false + } +} diff --git a/tests/integration/recordings/responses/fc0662299704.json b/tests/integration/recordings/responses/fc0662299704.json new file mode 100644 index 000000000..d025c84de --- /dev/null +++ b/tests/integration/recordings/responses/fc0662299704.json @@ -0,0 +1,415 @@ +{ + "request": { + "method": "POST", + "url": "http://0.0.0.0:11434/v1/v1/chat/completions", + "headers": {}, + "body": { + "model": "llama3.2:3b-instruct-fp16", + "messages": [ + { + "role": "system", + "content": "You are a helpful assistant Always respond with tool calls no matter what. " + }, + { + "role": "user", + "content": "Get the boiling point of polyjuice with a tool call." + }, + { + "role": "assistant", + "content": "", + "tool_calls": [ + { + "id": "call_nhfpubt2", + "type": "function", + "function": { + "name": "get_boiling_point", + "arguments": "{\"celcius\": \"true\", \"liquid_name\": \"polyjuice\"}" + } + } + ] + }, + { + "role": "tool", + "tool_call_id": "call_nhfpubt2", + "content": "-100" + } + ], + "max_tokens": 512, + "stream": true, + "temperature": 0.0001, + "tool_choice": "auto", + "tools": [ + { + "type": "function", + "function": { + "name": "get_boiling_point", + "description": "Returns the boiling point of a liquid in Celcius or Fahrenheit.", + "parameters": { + "type": "object", + "properties": { + "liquid_name": { + "type": "string", + "description": "The name of the liquid" + }, + "celcius": { + "type": "boolean", + "description": "Whether to return the boiling point in Celcius", + "default": true + } + }, + "required": [ + "liquid_name" + ] + } + } + } + ], + "top_p": 0.9 + }, + "endpoint": "/v1/chat/completions", + "model": "llama3.2:3b-instruct-fp16" + }, + "response": { + "body": [ + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": "The", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": " boiling", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": " point", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": " of", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": " Poly", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": "ju", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": "ice", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": " is", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": " -", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": "100", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": "\u00b0C", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": ".", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": null, + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + }, + { + "__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk", + "__data__": { + "id": "chatcmpl-462", + "choices": [ + { + "delta": { + "content": "", + "function_call": null, + "refusal": null, + "role": "assistant", + "tool_calls": null + }, + "finish_reason": "stop", + "index": 0, + "logprobs": null + } + ], + "created": 1759427017, + "model": "llama3.2:3b-instruct-fp16", + "object": "chat.completion.chunk", + "service_tier": null, + "system_fingerprint": "fp_ollama", + "usage": null + } + } + ], + "is_streaming": true + } +}