mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
Some checks failed
SqlStore Integration Tests / test-postgres (3.12) (push) Failing after 1s
SqlStore Integration Tests / test-postgres (3.13) (push) Failing after 0s
Integration Auth Tests / test-matrix (oauth2_token) (push) Failing after 1s
Test External Providers Installed via Module / test-external-providers-from-module (venv) (push) Has been skipped
Python Package Build Test / build (3.12) (push) Failing after 1s
Python Package Build Test / build (3.13) (push) Failing after 0s
Integration Tests (Replay) / Integration Tests (, , , client=, ) (push) Failing after 3s
Vector IO Integration Tests / test-matrix (push) Failing after 4s
Unit Tests / unit-tests (3.12) (push) Failing after 3s
Unit Tests / unit-tests (3.13) (push) Failing after 3s
Test External API and Providers / test-external (venv) (push) Failing after 4s
API Conformance Tests / check-schema-compatibility (push) Successful in 8s
UI Tests / ui-tests (22) (push) Successful in 29s
Pre-commit / pre-commit (push) Successful in 1m14s
# What does this PR do? closes #3656 ## Test Plan openai is not enabled in ci, so manual testing with: ``` $ ./scripts/integration-tests.sh --stack-config ci-tests --suite base --setup gpt --subdirs agents --inference-mode live === Llama Stack Integration Test Runner === Stack Config: ci-tests Setup: gpt Inference Mode: live Test Suite: base Test Subdirs: agents Test Pattern: Checking llama packages llama-stack 0.2.23 .../llama-stack llama-stack-client 0.3.0a3 ollama 0.5.1 === System Resources Before Tests === ... === Applying Setup Environment Variables === Setting up environment variables: === Running Integration Tests === Test subdirs to run: agents Added test files from agents: 3 files === Running all collected tests in a single pytest command === Total test files: 3 + pytest -s -v tests/integration/agents/test_persistence.py tests/integration/agents/test_openai_responses.py tests/integration/agents/test_agents.py --stack-config=ci-tests --inference-mode=live -k 'not( builtin_tool or safety_with_image or code_interpreter or test_rag )' --setup=gpt --color=yes --capture=tee-sys WARNING 2025-10-02 13:14:32,653 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:33,043 root:258 uncategorized: Unknown logging category: tests. Falling back to default 'root' level: 20 INFO 2025-10-02 13:14:33,063 tests.integration.conftest:86 tests: Applying setup 'gpt' ========================================= test session starts ========================================== platform linux -- Python 3.12.11, pytest-8.4.2, pluggy-1.6.0 -- .../.venv/bin/python cachedir: .pytest_cache metadata: {'Python': '3.12.11', 'Platform': 'Linux-6.16.7-200.fc42.x86_64-x86_64-with-glibc2.41', 'Packages': {'pytest': '8.4.2', 'pluggy': '1.6.0'}, 'Plugins': {'html': '4.1.1', 'anyio': '4.9.0', 'timeout': '2.4.0', 'cov': '6.2.1', 'asyncio': '1.1.0', 'nbval': '0.11.0', 'socket': '0.7.0', 'json-report': '1.5.0', 'metadata': '3.1.1'}} rootdir: ... configfile: pyproject.toml plugins: html-4.1.1, anyio-4.9.0, timeout-2.4.0, cov-6.2.1, asyncio-1.1.0, nbval-0.11.0, socket-0.7.0, json-report-1.5.0, metadata-3.1.1 asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function collected 32 items / 6 deselected / 26 selected tests/integration/agents/test_persistence.py::test_delete_agents_and_sessions SKIPPED (This ...) [ 3%] tests/integration/agents/test_persistence.py::test_get_agent_turns_and_steps SKIPPED (This t...) [ 7%] tests/integration/agents/test_openai_responses.py::test_responses_store[openai_client-txt=openai/gpt-4o-tools0-True] instantiating llama_stack_client WARNING 2025-10-02 13:14:33,472 root:258 uncategorized: Unknown logging category: testing. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:33,477 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:33,960 root:258 uncategorized: Unknown logging category: tokenizer_utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:33,962 root:258 uncategorized: Unknown logging category: models::llama. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:33,963 root:258 uncategorized: Unknown logging category: models::llama. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:33,968 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:33,974 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:33,978 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:35,350 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:35,366 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:35,489 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:35,490 root:258 uncategorized: Unknown logging category: inference_store. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:35,697 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:35,918 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 INFO 2025-10-02 13:14:35,945 llama_stack.providers.utils.inference.inference_store:74 inference_store: Write queue disabled for SQLite to avoid concurrency issues WARNING 2025-10-02 13:14:36,172 root:258 uncategorized: Unknown logging category: files. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:36,218 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:36,219 root:258 uncategorized: Unknown logging category: vector_io. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:36,231 root:258 uncategorized: Unknown logging category: vector_io. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:36,255 root:258 uncategorized: Unknown logging category: tool_runtime. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:36,486 root:258 uncategorized: Unknown logging category: responses_store. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:36,503 root:258 uncategorized: Unknown logging category: openai::responses. Falling back to default 'root' level: 20 INFO 2025-10-02 13:14:36,524 llama_stack.providers.utils.responses.responses_store:80 responses_store: Write queue disabled for SQLite to avoid concurrency issues WARNING 2025-10-02 13:14:36,528 root:258 uncategorized: Unknown logging category: providers::utils. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:36,703 root:258 uncategorized: Unknown logging category: uncategorized. Falling back to default 'root' level: 20 WARNING 2025-10-02 13:14:36,726 llama_stack.core.routing_tables.models:36 core::routing_tables: Model refresh failed for provider fireworks: Pass Fireworks API Key in the header X-LlamaStack-Provider-Data as { "fireworks_api_key": <your api key>} WARNING 2025-10-02 13:14:36,727 llama_stack.core.routing_tables.models:36 core::routing_tables: Model refresh failed for provider together: Pass Together API Key in the header X-LlamaStack-Provider-Data as { "together_api_key": <your api key>} WARNING 2025-10-02 13:14:38,404 llama_stack.core.routing_tables.models:36 core::routing_tables: Model refresh failed for provider anthropic: API key is not set. Please provide a valid API key in the provider data header, e.g. x-llamastack-provider-data: {"anthropic_api_key": "<API_KEY>"}, or in the provider config. WARNING 2025-10-02 13:14:38,406 llama_stack.core.routing_tables.models:36 core::routing_tables: Model refresh failed for provider gemini: API key is not set. Please provide a valid API key in the provider data header, e.g. x-llamastack-provider-data: {"gemini_api_key": "<API_KEY>"}, or in the provider config. WARNING 2025-10-02 13:14:38,408 llama_stack.core.routing_tables.models:36 core::routing_tables: Model refresh failed for provider groq: API key is not set. Please provide a valid API key in the provider data header, e.g. x-llamastack-provider-data: {"groq_api_key": "<API_KEY>"}, or in the provider config. WARNING 2025-10-02 13:14:38,411 llama_stack.core.routing_tables.models:36 core::routing_tables: Model refresh failed for provider sambanova: API key is not set. Please provide a valid API key in the provider data header, e.g. x-llamastack-provider-data: {"sambanova_api_key": "<API_KEY>"}, or in the provider config. llama_stack_client instantiated in 5.237s SKIPPED [ 11%] tests/integration/agents/test_openai_responses.py::test_list_response_input_items[openai_client-txt=openai/gpt-4o] SKIPPED [ 15%] tests/integration/agents/test_openai_responses.py::test_list_response_input_items_with_limit_and_order[txt=openai/gpt-4o] SKIPPED [ 19%] tests/integration/agents/test_openai_responses.py::test_function_call_output_response[txt=openai/gpt-4o] SKIPPED [ 23%] tests/integration/agents/test_openai_responses.py::test_function_call_output_response_with_none_arguments[txt=openai/gpt-4o] SKIPPED [ 26%] tests/integration/agents/test_agents.py::test_agent_simple[openai/gpt-4o] PASSED [ 30%] tests/integration/agents/test_agents.py::test_agent_name[txt=openai/gpt-4o] SKIPPED (this te...) [ 34%] tests/integration/agents/test_agents.py::test_tool_config[openai/gpt-4o] PASSED [ 38%] tests/integration/agents/test_agents.py::test_custom_tool[openai/gpt-4o] FAILED [ 42%] tests/integration/agents/test_agents.py::test_custom_tool_infinite_loop[openai/gpt-4o] PASSED [ 46%] tests/integration/agents/test_agents.py::test_tool_choice_required[openai/gpt-4o] INFO 2025-10-02 13:14:51,559 llama_stack.providers.inline.agents.meta_reference.agent_instance:691 agents::meta_reference: done with MAX iterations (2), exiting. PASSED [ 50%] tests/integration/agents/test_agents.py::test_tool_choice_none[openai/gpt-4o] PASSED [ 53%] tests/integration/agents/test_agents.py::test_tool_choice_get_boiling_point[openai/gpt-4o] XFAIL [ 57%] tests/integration/agents/test_agents.py::test_create_turn_response[openai/gpt-4o-client_tools0] PASSED [ 61%] tests/integration/agents/test_agents.py::test_multi_tool_calls[openai/gpt-4o] PASSED [ 65%] tests/integration/agents/test_openai_responses.py::test_responses_store[openai_client-txt=openai/gpt-4o-tools0-False] SKIPPED [ 69%] tests/integration/agents/test_openai_responses.py::test_list_response_input_items[client_with_models-txt=openai/gpt-4o] PASSED [ 73%] tests/integration/agents/test_agents.py::test_create_turn_response[openai/gpt-4o-client_tools1] PASSED [ 76%] tests/integration/agents/test_openai_responses.py::test_responses_store[openai_client-txt=openai/gpt-4o-tools1-True] SKIPPED [ 80%] tests/integration/agents/test_openai_responses.py::test_responses_store[openai_client-txt=openai/gpt-4o-tools1-False] SKIPPED [ 84%] tests/integration/agents/test_openai_responses.py::test_responses_store[client_with_models-txt=openai/gpt-4o-tools0-True] SKIPPED [ 88%] tests/integration/agents/test_openai_responses.py::test_responses_store[client_with_models-txt=openai/gpt-4o-tools0-False] SKIPPED [ 92%] tests/integration/agents/test_openai_responses.py::test_responses_store[client_with_models-txt=openai/gpt-4o-tools1-True] SKIPPED [ 96%] tests/integration/agents/test_openai_responses.py::test_responses_store[client_with_models-txt=openai/gpt-4o-tools1-False] SKIPPED [100%] =============================================== FAILURES =============================================== ___________________________________ test_custom_tool[openai/gpt-4o] ____________________________________ tests/integration/agents/test_agents.py:370: in test_custom_tool assert "-100" in logs_str E assert '-100' in "inference> Polyjuice Potion is a fictional substance from the Harry Potter series, and it doesn't have a scientifically defined boiling point. If you have any other real liquid in mind, feel free to ask!" ========================================= slowest 10 durations ========================================= 5.47s setup tests/integration/agents/test_openai_responses.py::test_responses_store[openai_client-txt=openai/gpt-4o-tools0-True] 4.78s call tests/integration/agents/test_agents.py::test_custom_tool[openai/gpt-4o] 3.01s call tests/integration/agents/test_agents.py::test_tool_choice_required[openai/gpt-4o] 2.97s call tests/integration/agents/test_agents.py::test_agent_simple[openai/gpt-4o] 2.85s call tests/integration/agents/test_agents.py::test_tool_choice_none[openai/gpt-4o] 2.06s call tests/integration/agents/test_agents.py::test_multi_tool_calls[openai/gpt-4o] 1.83s call tests/integration/agents/test_agents.py::test_create_turn_response[openai/gpt-4o-client_tools0] 1.83s call tests/integration/agents/test_agents.py::test_custom_tool_infinite_loop[openai/gpt-4o] 1.29s call tests/integration/agents/test_agents.py::test_create_turn_response[openai/gpt-4o-client_tools1] 0.57s call tests/integration/agents/test_openai_responses.py::test_list_response_input_items[client_with_models-txt=openai/gpt-4o] ======================================= short test summary info ======================================== FAILED tests/integration/agents/test_agents.py::test_custom_tool[openai/gpt-4o] - assert '-100' in "inference> Polyjuice Potion is a fictional substance from the Harry Potter series... =========== 1 failed, 9 passed, 15 skipped, 6 deselected, 1 xfailed, 139 warnings in 27.18s ============ ``` note: the failure is separate from the issue being fixed
4137 lines
101 KiB
JSON
4137 lines
101 KiB
JSON
{
|
|
"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
|
|
}
|
|
}
|