blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
85f4fe99138a2e0947a1d4359415253417676f73 | 53c00afb37f88ff4449a6fa11c561f519630266d | /tsinghua_OJ_practise/add.cpp | 9b01d9766e84d685f5a45e6b58ca1d86c0e5488f | [] | no_license | arckalsun/for_study | c172bf9bd9eafe0586209257bbb374d2e8b86465 | aadf8afb770d111db25d06fdfb55affa74821a04 | refs/heads/master | 2020-04-17T14:09:26.599565 | 2016-11-20T02:43:28 | 2016-11-20T02:43:28 | 66,598,791 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 125 | cpp | #include<cstdio>
int main()
{
long long a, b;
std::scanf("%lld%lld", &a, &b);
std::printf("%lld\n", a + b);
return 0;
}
| [
"arckalsun@gmail.com"
] | arckalsun@gmail.com |
85eedbd6b640af4f43703cb5c452f8e72996cd02 | 80cab475c925bb1d268996f65c4fa9bd5d817a30 | /src/base/ids/graph_id.h | 58bcf1361378c7af0c960799c394e206aed41e3e | [] | no_license | evd995/IIC3413-DB | aeace58ffdeca57599fa380006281368961e1524 | f352bfb7b8b6f18191126066a7a2bb17ab51fa69 | refs/heads/master | 2021-05-17T02:01:34.673610 | 2020-03-22T18:48:53 | 2020-03-22T18:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 343 | h | #ifndef BASE__GRAPH_ID_H_
#define BASE__GRAPH_ID_H_
#include <cstdint>
class GraphId {
public:
uint64_t id;
GraphId()
: id(0) { }
GraphId(uint64_t id)
: id(id) { }
~GraphId() = default;
bool operator<(const GraphId other) const {
return this->id < other.id;
}
};
#endif //BASE__GRAPH_ID_H_
| [
"cirojas@zoho.com"
] | cirojas@zoho.com |
27892aac2e07af1e36f23bc702b2dc0c7b4ab6c7 | c9de877a3af06de1f70de281d1f001496c05fa44 | /src/component/nsphysic_comp.cpp | a0e23adc0cc98c6b1d26ed3903d1bc842868ef3a | [] | no_license | dprandle/nsengine | 57b7f1e6d994845b79c079738606d258f9ca99c9 | 11aabc4ea7fa4f41f1df5bcff206acbbc278b372 | refs/heads/master | 2020-04-12T05:01:09.985356 | 2017-10-14T16:55:06 | 2017-10-14T16:55:06 | 38,236,764 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 690 | cpp | #include <component/nsphysic_comp.h>
#include <nsengine.h>
nsphysic_comp::nsphysic_comp():
nscomponent(type_to_hash(nsphysic_comp)),
col_type(col_cube),
sphere(),
obb(),
mass(80.0f),
gravity(true),
dynamic(false),
bounciness(0.0f)
{
}
nsphysic_comp::nsphysic_comp(const nsphysic_comp & copy):
nscomponent(copy.m_hashed_type)
{
}
nsphysic_comp::~nsphysic_comp()
{
}
void nsphysic_comp::init()
{
}
void nsphysic_comp::release()
{
}
void nsphysic_comp::finalize()
{
}
void nsphysic_comp::name_change(const uivec2 &, const uivec2)
{
}
uivec3_vector nsphysic_comp::resources()
{
return uivec3_vector();
}
void nsphysic_comp::pup(nsfile_pupper * p)
{
}
| [
"dprandle@alaska.edu"
] | dprandle@alaska.edu |
6203beb6e33017d843e0f09efcb9f4509f86d364 | 99eba6b9d3ce45d73d41502c55df0be282b4f4a3 | /OnlineJudge/BOJ/14000/14918.cpp | 10ec5e439aefb15064583f2c4eac5c222dbb835c | [] | no_license | hajindvlp/Algorithm | ad7268b468c162bb9244d09b7c7f269c61bcacf9 | f9b4b530a177013f386d4f7f1f038c006ccbd9f0 | refs/heads/master | 2021-06-28T21:13:25.849062 | 2020-11-06T10:14:02 | 2020-11-06T10:14:02 | 172,189,561 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 101 | cpp | #include <stdio.h>
int main() {
int x, y;
scanf("%d %d", &x, &y);
printf("%d", x+y);
} | [
"harryhajinchung@gmail.com"
] | harryhajinchung@gmail.com |
f33a6a3e03e673abf68f96c32cbc5af9d13119d2 | 05692d2cd7590ce786eba8f0ab5fbc3a8a8b887f | /TeeChart/Include/TeeAvgFuncEditor.hpp | bf1ce0fa110821c46e1d0542d0568dbca18cae6e | [] | no_license | fpawel/AnkatMICROSeviceApp | e639d1f0c9ed5cfc4a260fdde2a1e3d3e6978d01 | 24ec2a69630548a1dd03d47ac1d0a27d3997e498 | refs/heads/master | 2021-06-15T22:32:37.323634 | 2017-04-28T12:16:29 | 2017-04-28T12:16:29 | 72,271,890 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,477 | hpp | // Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'TeeAvgFuncEditor.pas' rev: 6.00
#ifndef TeeAvgFuncEditorHPP
#define TeeAvgFuncEditorHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <TeCanvas.hpp> // Pascal unit
#include <TeeEdiPeri.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Teeavgfunceditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAverageFuncEditor;
class PASCALIMPLEMENTATION TAverageFuncEditor : public Teeediperi::TTeeFunctionEditor
{
typedef Teeediperi::TTeeFunctionEditor inherited;
__published:
Stdctrls::TCheckBox* CBNulls;
void __fastcall CBNullsClick(System::TObject* Sender);
protected:
virtual void __fastcall ApplyFormChanges(void);
virtual void __fastcall SetFunction(void);
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TAverageFuncEditor(Classes::TComponent* AOwner) : Teeediperi::TTeeFunctionEditor(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TAverageFuncEditor(Classes::TComponent* AOwner, int Dummy) : Teeediperi::TTeeFunctionEditor(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TAverageFuncEditor(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TAverageFuncEditor(HWND ParentWindow) : Teeediperi::TTeeFunctionEditor(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Teeavgfunceditor */
using namespace Teeavgfunceditor;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // TeeAvgFuncEditor
| [
"Павел Филимоненков"
] | Павел Филимоненков |
741454bd0fb4f35b585406556da5709bbcc5c30c | 9c441e9b6d89b04a32a68b87960018dad35945a9 | /4x_game/parts/engine.h | c7fcd4c6eb1defd2c7cf80a2301f2dc5b536f12f | [] | no_license | yoshee4232/4x_game | 9c49ca850716aa1eb79195ac39a58fdfc0676d4f | 9ac7a1464c2ce7e4cad8f59f928dae5278a5ca17 | refs/heads/master | 2020-07-24T23:39:12.489650 | 2019-09-18T15:32:52 | 2019-09-18T15:32:52 | 208,085,616 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 235 | h | #pragma once
#include "part.h"
class engine:
public part
{
public:
engine();
engine(int _isp, int _thrust);
float getFlowRate() const;
~engine();
int isp = 0;
//in newtons
float thrust = 100;
float exhaustVelocity = 3000;
};
| [
"nathanyoshio@gmail.com"
] | nathanyoshio@gmail.com |
b99fe9186eeec260e4426c2d67ba725b88fa419a | 23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f | /Windows API函数参考手册/第10章硬件和系统/10.2鼠标/10_2_4_1/10_2_4_1.cpp | bda2542167ad5db1be49b36b562cb32f785f3937 | [] | no_license | IgorYunusov/Mega-collection-cpp-1 | c7c09e3c76395bcbf95a304db6462a315db921ba | 42d07f16a379a8093b6ddc15675bf777eb10d480 | refs/heads/master | 2020-03-24T10:20:15.783034 | 2018-06-12T13:19:05 | 2018-06-12T13:19:05 | 142,653,486 | 3 | 1 | null | 2018-07-28T06:36:35 | 2018-07-28T06:36:35 | null | GB18030 | C++ | false | false | 5,411 | cpp | // 10_2_4_1.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; // The title bar text
// Foward declarations of functions included in this code module:
ATOM MyRegisterClass(HINSTANCE hInstance);
BOOL InitInstance(HINSTANCE, int);
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
// TODO: Place code here.
MSG msg;
HACCEL hAccelTable;
// Initialize global strings
LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING);
LoadString(hInstance, IDC_MY10_2_4_1, szWindowClass, MAX_LOADSTRING);
MyRegisterClass(hInstance);
// Perform application initialization:
if (!InitInstance(hInstance, nCmdShow)) {
return FALSE;
}
hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_MY10_2_4_1);
// Main message loop:
while (GetMessage(&msg, NULL, 0, 0)) {
if (!TranslateAccelerator(msg.hwnd, hAccelTable, &msg)) {
TranslateMessage(&msg);
DispatchMessage(&msg);
}
}
return msg.wParam;
}
//
// FUNCTION: MyRegisterClass()
//
// PURPOSE: Registers the window class.
//
// COMMENTS:
//
// This function and its usage is only necessary if you want this code
// to be compatible with Win32 systems prior to the 'RegisterClassEx'
// function that was added to Windows 95. It is important to call this function
// so that the application will get 'well formed' small icons associated
// with it.
//
ATOM MyRegisterClass(HINSTANCE hInstance)
{
WNDCLASSEX wcex;
wcex.cbSize = sizeof(WNDCLASSEX);
wcex.style = CS_HREDRAW | CS_VREDRAW;
wcex.lpfnWndProc = (WNDPROC)WndProc;
wcex.cbClsExtra = 0;
wcex.cbWndExtra = 0;
wcex.hInstance = hInstance;
wcex.hIcon = LoadIcon(hInstance, (LPCTSTR)IDI_MY10_2_4_1);
wcex.hCursor = LoadCursor(NULL, IDC_ARROW);
wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
wcex.lpszMenuName = (LPCSTR)IDC_MY10_2_4_1;
wcex.lpszClassName = szWindowClass;
wcex.hIconSm = LoadIcon(wcex.hInstance, (LPCTSTR)IDI_SMALL);
return RegisterClassEx(&wcex);
}
//
// FUNCTION: InitInstance(HANDLE, int)
//
// PURPOSE: Saves instance handle and creates main window
//
// COMMENTS:
//
// In this function, we save the instance handle in a global variable and
// create and display the main program window.
//
BOOL InitInstance(HINSTANCE hInstance, int nCmdShow)
{
HWND hWnd;
hInst = hInstance; // Store instance handle in our global variable
hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW,
CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL);
if (!hWnd) {
return FALSE;
}
ShowWindow(hWnd, nCmdShow);
UpdateWindow(hWnd);
return TRUE;
}
//
// FUNCTION: WndProc(HWND, unsigned, WORD, LONG)
//
// PURPOSE: Processes messages for the main window.
//
// WM_COMMAND - process the application menu
// WM_PAINT - Paint the main window
// WM_DESTROY - post a quit message and return
//
//
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
int wmId, wmEvent;
PAINTSTRUCT ps;
HDC hdc;
TCHAR szHello[MAX_LOADSTRING];
LoadString(hInst, IDS_HELLO, szHello, MAX_LOADSTRING);
switch (message) {
case WM_COMMAND:
wmId = LOWORD(wParam);
wmEvent = HIWORD(wParam);
// Parse the menu selections:
switch (wmId) {
case IDM_ABOUT:
DialogBox(hInst, (LPCTSTR)IDD_ABOUTBOX, hWnd, (DLGPROC)About);
break;
case IDM_EXIT:
DestroyWindow(hWnd);
break;
default:
return DefWindowProc(hWnd, message, wParam, lParam);
}
break;
case WM_PAINT:
break;
case WM_LBUTTONDOWN:
MessageBox(hWnd, "Came To This Window", "SetCapture", MB_OK);
//将窗口设为TOPMOST风格
SetWindowPos(hWnd, HWND_TOPMOST, 0, 0, 0, 0,
SWP_NOMOVE | SWP_NOSIZE | SWP_FRAMECHANGED);
SetCapture(hWnd);
break;
case WM_RBUTTONDOWN:
HWND hTemp;
//撤销该窗口对鼠标的捕获
hTemp = GetCapture();
if (hTemp == hWnd)
ReleaseCapture();
break;
case WM_DESTROY:
PostQuitMessage(0);
break;
default:
return DefWindowProc(hWnd, message, wParam, lParam);
}
return 0;
}
// Mesage handler for about box.
LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message) {
case WM_INITDIALOG:
return TRUE;
case WM_COMMAND:
if (LOWORD(wParam) == IDOK || LOWORD(wParam) == IDCANCEL) {
EndDialog(hDlg, LOWORD(wParam));
return TRUE;
}
break;
}
return FALSE;
}
| [
"wyrover@gmail.com"
] | wyrover@gmail.com |
e9d60f847216d813e88d3363d38cee64ffd83c33 | dd15595bb3430e3478f7a09ab26dec267db6c261 | /7_doubleHashing/7_doubleHashing.cpp | 92e1ffccba958e8b7093ae918375e4cd9371f80f | [] | no_license | shantanu0915/Skill-Development | d565ee22de9a8d4b1d29c224ad04b2790237dab2 | e4b2a2db768874572cc0a1520ece619b4611f40d | refs/heads/master | 2020-05-18T06:46:51.155880 | 2019-04-30T10:40:37 | 2019-04-30T10:40:37 | 184,240,311 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,656 | cpp | #include <iostream>
using namespace std;
const int TABLE_SIZE = 10;
int hashTable[TABLE_SIZE] ={0};
void addInTable(){
int key;
bool isPlaced = false;
cout<<"Enter the key to be inserted in the table : ";
cin>>key;
int Hash1 = key % TABLE_SIZE;
int Hash2 = 7 - (key % 7);
if(hashTable[Hash1] == 0){
hashTable[Hash1] = key;
isPlaced = true;
}
else if(hashTable[Hash2] == 0){
hashTable[Hash2] = key;
isPlaced = true;
}
else{
for(int i = 0;i<TABLE_SIZE; i++){
if(hashTable[Hash1 + (i*Hash2)] == 0){
hashTable[Hash1 + (i*Hash2)] = key;
isPlaced = true;
}
}
}
if(!isPlaced){
cout<<"The number is not inserted as array is full."<<endl;
}
}
void displayTable(){
for(int i = 0; i<TABLE_SIZE; i++){
cout<<i<<": "<<hashTable[i]<<endl;
}
cout<<endl;
}
int main()
{
int choice,n;
char ch = 'y';
while(ch=='y' || ch=='Y')
{
cout<<"********MENU********"<<endl;
cout<<"1) Insert in Hash Table"<<endl;
cout<<"2) Display Hash Table"<<endl;
cout<<"Enter the choice: ";
cin>>choice;
switch(choice){
case 1 :
cout<<"Enter the no. of elements to be added: ";
cin>>n;
while(n != 0)
{
addInTable();
n--;
}
break;
case 2: displayTable();
break;
default: cout<<"Wrong choice "<<endl;
}
cout<<"Do you want to continue? (y/n): ";
cin>>ch;
}
return 0;
}
| [
"shantanudangat64@gmail.com"
] | shantanudangat64@gmail.com |
a56df4848adb3b877f27f0d168c0258b8c569379 | 8727d1a506114c2bbab2f74db9bdaf68b5a6c83e | /9/test3.cpp | 4b63f9af64c21fee4664718dbe557ac7719d1042 | [] | no_license | BaiXious/Accelerated-cpp | 5c5525eb9678ad98475208f82ea63b1606e31a86 | 26ad13fe83aa36c8d3ca1caf89b04e90f441d7d7 | refs/heads/master | 2022-01-13T08:11:14.337940 | 2018-08-28T04:06:10 | 2018-08-28T04:06:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 151 | cpp | #include <iostream>
#include <string>
int main()
{
char* cp1 = "hello";
std::string s;
s += cp1;
std::cout << s << std::endl;
return 0;
}
| [
"1051378379@qq.com"
] | 1051378379@qq.com |
6b3ae58ccb4a5993edbe6302b035b428b933c77d | 2a1011dc1e475f686784f1307da46b5bc3e89f71 | /SourceCode/SourceCode/CutString.cpp | aab971993cc68c7902e83c8b1cb7058b64b696e9 | [] | no_license | pagontashika14/LTHDT | 153f827011acadcd323e5f63ee6862a28db39455 | e152aa3b8a4ae09528669159a319e1f49f0c1cfc | refs/heads/master | 2021-01-17T23:18:08.148475 | 2015-11-24T08:17:58 | 2015-11-24T08:17:58 | 43,871,204 | 0 | 0 | null | 2015-10-08T07:51:28 | 2015-10-08T07:51:27 | null | UTF-8 | C++ | false | false | 540 | cpp | #include "stdafx.h"
#include "CutString.h"
CutString::CutString() {
}
CutString::~CutString() {
}
vector<string> CutString::ReadLineToVector(string s) {
vector<string> v;
string ss;
int i = 0;
bool instring = false;
while (i < s.size()) {
if (s[i] == '\"')
instring = !instring;
else
ss += s[i];
++i;
if ((ss.length()>0) && (ss[ss.length() - 1] == ',') && !instring) {
ss = ss.substr(0, ss.length() - 1);
boost::trim(ss);
v.push_back(ss);
ss = "";
}
}
boost::trim(ss);
v.push_back(ss);
return v;
}
| [
"pagontashika14@gmail.com"
] | pagontashika14@gmail.com |
fe0ab378c979c5b8b4cc7befc8742831b519c9ca | ef0c68bf18750576b646921557073c8bceb59158 | /A1083---列出成绩.cpp | 909b76999122378c2e2b141071ca983b286f70cd | [] | no_license | Patteecheetah/PAT-1 | 77bc4816a0fb52a5a7ff21e0a271ff029fdc0429 | 16b783636a7e6dde08b6cd347fb2af76e0c40993 | refs/heads/main | 2023-02-15T07:19:48.234138 | 2021-01-13T02:54:42 | 2021-01-13T02:54:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 713 | cpp | #include<stdio.h>
#include<algorithm>
using namespace std;
const int maxn=100010;
struct student{
char name[20];
char id[20];
int grade;
}stu[maxn];
bool cmp(student a,student b){
return a.grade>b.grade;
}
int main(){
int n;
scanf("%d",&n);
for(int i=0;i<n;i++){
scanf("%s %s %d",stu[i].name,stu[i].id,&stu[i].grade);
}
int left,right;
scanf("%d%d",&left,&right);
sort(stu,stu+n,cmp);
int flag=false;
for(int i=0;i<n;i++){
if(stu[i].grade>=left&&stu[i].grade<=right){
printf("%s %s\n",stu[i].name,stu[i].id);
flag=true;
}
}
if(!flag) printf("NONE");
return 0;
}
| [
"y1486170457@qq.com"
] | y1486170457@qq.com |
5179d0fcb0702cfcb9d14be417aee2c9d4267b7c | f7253e1aea1cff85519082dea6bf563d9ffd096f | /src/areadinfmn.cpp | 36598aee41e827b0c3639af75b69593f8e0ebc0d | [
"BSD-3-Clause"
] | permissive | mlt/TauDEM | 32ce23a6621a1f49b6ce86e0e97508d3a4725049 | 179fa62fe9b42affb2a656c65c451cf47ddc7206 | refs/heads/master | 2021-01-17T08:10:05.902105 | 2013-09-20T18:18:00 | 2013-09-20T18:18:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,868 | cpp | /* TauDEM AreaDinf main program to compute contributing area
based on D-infinity flow model.
David G Tarboton, Teklu K Tesfa
Utah State University
May 23, 2010
*/
/* Copyright (C) 2010 David Tarboton, Utah State University
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2, 1991 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
A copy of the full GNU General Public License is included in file
gpl.html. This is also available at:
http://www.gnu.org/copyleft/gpl.html
or from:
The Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
If you wish to use or incorporate this program (or parts of it) into
other software that does not meet the GNU General Public License
conditions contact the author to request permission.
David G. Tarboton
Utah State University
8200 Old Main Hill
Logan, UT 84322-8200
USA
http://www.engineering.usu.edu/dtarb/
email: dtarb@usu.edu
*/
// This software is distributed from http://hydrology.usu.edu/taudem/
#include <time.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "commonLib.h"
#include "shape/shapefile.h"
#include "areadinf.h"
int main(int argc,char **argv)
{
char pfile[MAXLN],afile[MAXLN],wfile[MAXLN],shfile[MAXLN];
int err,useOutlets=0,usew=0,contcheck=1,i;
if(argc < 2)
{
printf("Error: To run this program, use either the Simple Usage option or\n");
printf("the Usage with Specific file names option\n");
goto errexit;
}
else if(argc > 2)
{
i = 1;
// printf("You are running %s with the Specific File Names Usage option.\n", argv[0]);
}
else {
i = 2;
// printf("You are running %s with the Simple Usage option.\n", argv[0]);
}
while(argc > i)
{
if(strcmp(argv[i],"-ang")==0)
{
i++;
if(argc > i)
{
strcpy(pfile,argv[i]);
i++;
}
else goto errexit;
}
else if(strcmp(argv[i],"-sca")==0)
{
i++;
if(argc > i)
{
strcpy(afile,argv[i]);
i++;
}
else goto errexit;
}
else if(strcmp(argv[i],"-o")==0)
{
i++;
if(argc > i)
{
strcpy(shfile, argv[i]);
useOutlets=1;
i++;
}
else goto errexit;
}
else if(strcmp(argv[i],"-wg")==0)
{
i++;
if(argc > i)
{
strcpy(wfile,argv[i]);
usew=1;
i++;
}
else goto errexit;
}
else if(strcmp(argv[i],"-nc")==0)
{
i++;
contcheck=0;
}
else
{
goto errexit;
}
}
if( argc == 2) {
nameadd(afile,argv[1],"sca");
nameadd(pfile,argv[1],"ang");
}
if((err=area(pfile,afile,shfile,wfile,useOutlets,usew,contcheck)) != 0)
printf("area error %d\n",err);
return 0;
errexit:
printf("Simple Usage:\n %s <basefilename>\n",argv[0]);
printf("Usage with specific file names:\n %s -ang <angfile>\n",argv[0]);
printf("-sca <afile> [-o <shfile>] [-wg <wfile>]\n");
printf("<basefilename> is the name of the raw digital elevation model\n");
printf("<angfile> is the D-infinity flow direction input file.\n");
printf("<afile> is the D-infinity area output file.\n");
printf("[-o <shfile>] is the optional outlet shape input file.\n");
printf("[-wg <wfile>] is the optional weight grid input file.\n");
printf("The flag -nc overrides edge contamination checking\n");
printf("The following are appended to the file names\n");
printf("before the files are opened:\n");
printf("sca D-infinity contributing area file (output)\n");
printf("ang D-infinity flow direction output file\n");
exit(0);
}
| [
"mlt@gmx.us"
] | mlt@gmx.us |
203326eb9724746948d2f3cf410d2a3dceadf721 | 7ee340eca8401374ae3460d2d2e998f914e983e7 | /src/Chapter 5/Ex5_01/List_Course.h | 1cf1c07943d4573372ec428fc8863e311de35edb | [] | no_license | ldw3097/006842 | 69ced68789d75f4ec2fbc7f0c9d936d7f85c2991 | f5d8b5486fdd3d0d0abd2c513c288c4536864dd5 | refs/heads/master | 2023-02-17T06:12:16.034851 | 2020-12-23T14:18:46 | 2020-12-23T14:18:46 | 319,288,981 | 0 | 0 | null | 2020-12-07T10:50:45 | 2020-12-07T10:50:44 | null | UHC | C++ | false | false | 1,037 | h | // List_Course.h
// Ex5_01에서 그룹에 있는 학생들을 출력하기 위한 함수 객체
#ifndef LIST_COURSE_H
#define LIST_COURSE_H
#include <iostream> // 표준 스트림
#include <string> // string 클래스
#include <set> // set 컨테이너
#include <algorithm> // copy()
#include <iterator> // ostream_iterator
#include "Student.h"
using Subject = std::string; // 코스 과목
using Group = std::set<Student>; // 과목에 등록한 학생 그룹
using Course = std::pair<Subject, Group>; // 코스를 표현한 pair
class List_Course
{
public:
void operator()(const Course& course)
{
std::cout << "\n\n" << course.first << " " << course.second.size() << " students:\n ";
std::copy(std::begin(course.second), std::end(course.second),
std::ostream_iterator<Student>(std::cout, " "));
}
};
#endif
| [
"한동훈"
] | 한동훈 |
63b6c54fd525cf20a08bbfc725910d5c320b2f78 | a688edff4803df9ae028067b25e9777d0fcb9570 | /src/Camera/Camera.h | 8a9a3130f75af3a8650a1d71c6676c2a1628b1b8 | [] | no_license | luisaras/meowtracer | 9cecda5740df33f325e2932195e50e0423727d53 | bad7c906bc3b3fe70cdb7136ee5eda431a68d85b | refs/heads/master | 2021-01-02T09:30:24.439374 | 2018-06-07T16:53:24 | 2018-06-07T16:53:24 | 99,229,430 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 551 | h | #ifndef __CAMERA__
#define __CAMERA__
#include "../Math/Ray.h"
#include "../Math/Matrix4.h"
class Camera {
protected:
Point3 position;
Vec3 horizontal;
Vec3 vertical;
Camera(Matrix4 &xform, Vec3 &h, Vec3 &v, Point3 &pos) :
horizontal(xform.TransformVector(h)),
vertical(xform.TransformVector(v)),
position(xform.TransformPoint(pos)) {}
public:
virtual Ray getRay(float i, float j) = 0;
virtual float getDepth(Point3 p) = 0;
Point3 pixelPosition(float i, float j) { return position + horizontal * i + vertical * j; }
};
#endif | [
"luisa.ras97@gmail.com"
] | luisa.ras97@gmail.com |
06d5993bf363c3ce716f9f0a92c9137cecc81e52 | 9f4b4172cb44aa2d06627ef97d969c59a8245d85 | /src/GameWorldScreen.cpp | 2f1a20f27243b53966bed6509919a589badfa078 | [] | no_license | geniass/PacmanDefender | 3a3d3445f46404dc867d2c8c67a1eb74d221041d | 7ebea5953e4c8c28d5d24171daebbef154ef1647 | refs/heads/master | 2021-03-19T16:36:07.702347 | 2015-08-31T12:18:33 | 2015-08-31T12:18:33 | 41,539,983 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,893 | cpp | #include "GameWorldScreen.h"
#include "PauseScreen.h"
#include "Player.h"
#include "Laser.h"
#include <SFML/Graphics.hpp>
#include <list>
#include <iostream>
using namespace std;
GameWorldScreen::GameWorldScreen()
{
running = true;
paused = false;
cout << running << endl;
}
shared_ptr<GameScreen> GameWorldScreen::run(sf::RenderWindow& window)
{
if (!running) {
// user chose exit on pause menu
return nullptr;
}
paused = false;
sf::Clock clock;
while (!paused) {
handleInput(window);
float dt = clock.restart().asSeconds();
update(dt);
draw(window, dt);
}
return make_shared<PauseScreen>(this);
}
void GameWorldScreen::update(const float dt)
{
float acceleration = 700.0f;
if (sf::Keyboard::isKeyPressed(sf::Keyboard::Left)) {
player.setDirection(Player::Direction::Left);
player.accelerate(sf::Vector2f(-acceleration * dt,0.f));
}
if (sf::Keyboard::isKeyPressed(sf::Keyboard::Right)) {
player.setDirection(Player::Direction::Right);
player.accelerate(sf::Vector2f(acceleration * dt,0.f));
}
if (sf::Keyboard::isKeyPressed(sf::Keyboard::Down)) {
player.accelerate(sf::Vector2f(0.f, acceleration * dt));
}
if (sf::Keyboard::isKeyPressed(sf::Keyboard::Up)) {
player.accelerate(sf::Vector2f(0.f,-acceleration * dt));
}
for (auto l = lasers.begin(); l != lasers.end(); ) {
l->update(dt);
bool intersected = false;
for (auto e = begin(enemies); e != end(enemies); e++) {
if (l->getSprite()->getGlobalBounds().intersects(e->getSprite()->getGlobalBounds())) {
cout << "intersects" << endl;
l = lasers.erase(l);
enemies.erase(e);
intersected = true;
break;
}
}
if(!intersected) {
l++;
}
}
player.update(dt);
}
void GameWorldScreen::draw(sf::RenderWindow& window, const float dt)
{
window.clear();
for (auto& l : lasers) {
window.draw(*l.getSprite());
}
for (auto& l : enemies) {
window.draw(*l.getSprite());
}
window.draw(*player.getSprite());
window.display();
}
void GameWorldScreen::handleInput(sf::RenderWindow& window)
{
sf::Event event;
while (window.pollEvent(event)) {
if (event.type == sf::Event::Closed) {
window.close();
} else if (event.type == sf::Event::KeyReleased) {
if (event.key.code == sf::Keyboard::Space) {
auto l = player.shoot();
lasers.push_back(l);
} else if (event.key.code == sf::Keyboard::Escape) {
paused = true;
return;
}
}
}
}
void GameWorldScreen::quit()
{
cout << "Quit" << endl;
running = false;
}
| [
"aricroock@gmail.com"
] | aricroock@gmail.com |
436af184da82a68720f2261156acbc3956d71b76 | 615bd336a8026dc73c7b48f885dbae32f3799ec9 | /codeforces/443/A.cpp | abf6c4ced8ea82a4db86222c03fe6119769120c1 | [] | no_license | yash-gupta2000/CP_Codeforces | 82c842a8775229a1ab6da027f8b2471bbfc849f9 | c22b8ebe57f705c239a075def7a479192213c266 | refs/heads/master | 2023-02-09T02:04:42.817749 | 2018-12-14T05:50:00 | 2020-12-21T07:49:38 | 323,261,076 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,512 | cpp | //(👍≖‿‿≖)👍 👍(≖‿‿≖👍)//
//┌∩┐(ಠ_ಠ)┌∩┐//
//─────────────────────────────────────────────────────────────────────────────────────────────────
//─████████──████████─██████████████─██████████████───██████████████─██████████████─██████████████─
//─██░░░░██──██░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██───██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─
//─████░░██──██░░████─██░░██████████─██░░██████░░██───██░░██████░░██─██░░██████████─██░░██████████─
//───██░░░░██░░░░██───██░░██─────────██░░██──██░░██───██░░██──██░░██─██░░██─────────██░░██─────────
//───████░░░░░░████───██░░██─────────██░░██████░░████─██░░██──██░░██─██░░██████████─██░░██████████─
//─────████░░████─────██░░██──██████─██░░░░░░░░░░░░██─██░░██──██░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─
//───────██░░██───────██░░██──██░░██─██░░████████░░██─██░░██──██░░██─██████████░░██─██████████░░██─
//───────██░░██───────██░░██──██░░██─██░░██────██░░██─██░░██──██░░██─────────██░░██─────────██░░██─
//───────██░░██───────██░░██████░░██─██░░████████░░██─██░░██████░░██─██████████░░██─██████████░░██─
//───────██░░██───────██░░░░░░░░░░██─██░░░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─
//───────██████───────██████████████─████████████████─██████████████─██████████████─██████████████─
//─────────────────────────────────────────────────────────────────────────────────────────────────
#include "bits/stdc++.h"
using namespace std;
typedef long long ll;
const int N = 2 * 1e5 + 10;
ll res;
ll a[N];
void solve()
{
string s;
getline(cin,s);
set<char> v;
for (int i = 0; i < s.length(); i++)
{
if (isalpha(s[i]))
{
v.insert(s[i]);
}
}
cout<<v.size()<<endl;
}
int main(int argc, char const *argv[]){
ios_base::sync_with_stdio(0);cin.tie(NULL);cout.tie(NULL);
#ifndef ONLINE_JUDGE
freopen("input.txt", "r", stdin);
freopen("output.txt", "w", stdout);
#endif
ll t = 1;
//cin >> t;
while(t--){
solve();
}
return 0;
}
//──────────────────────────────────────────────
//─██████████████─██████████████─██████████████─
//─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─
//─██░░██████░░██─██░░██████░░██─██████████░░██─
//─██░░██──██░░██─██░░██──██░░██─────────██░░██─
//─██░░██──██░░██─██░░██──██░░██─────────██░░██─
//─██░░██──██░░██─██░░██──██░░██─────────██░░██─
//─██░░██──██░░██─██░░██──██░░██─────────██░░██─
//─██░░██──██░░██─██░░██──██░░██─────────██░░██─
//─██░░██████░░██─██░░██████░░██─────────██░░██─
//─██░░░░░░░░░░██─██░░░░░░░░░░██─────────██░░██─
//─██████████████─██████████████─────────██████─
//──────────────────────────────────────────────
//(👍≖‿‿≖)👍 👍(≖‿‿≖👍)//
//┌∩┐(ಠ_ಠ)┌∩┐//
| [
"y25.gupta@gmail.com"
] | y25.gupta@gmail.com |
4bcde3f9395ad267b712f2594de9fd9e5d31e5df | 0508304aeb1d50db67a090eecb7436b13f06583d | /nemo/src/kits/media/TrackReader.h | 5a7e4a63624d87e90b94665d9bfd0a2929797994 | [] | no_license | BackupTheBerlios/nemo | 229a7c64901162cf8359f7ddb3a7dd4d05763196 | 1511021681e9efd91e394191bb00313f0112c628 | refs/heads/master | 2016-08-03T16:33:46.947041 | 2004-04-28T01:51:58 | 2004-04-28T01:51:58 | 40,045,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,085 | h | /***********************************************************************
* AUTHOR: Marcus Overhagen
* FILE: TrackReader.h
* DESCR: The undocumented BTrackReader class,
* used by BSound and the GameSound classes
***********************************************************************/
#if !defined(_TRACK_READER_H_)
#define _TRACK_READER_H_
namespace BPrivate
{
class BTrackReader
{
public:
BTrackReader(BMediaTrack *, media_raw_audio_format const &);
/* BTrackReader(BFile *, media_raw_audio_format const &);*/
~BTrackReader();
status_t InitCheck();
int64 CountFrames(void);
int32 FrameSize(void);
status_t ReadFrames(void *in_buffer, int32 frame_count);
status_t SeekToFrame(int64 *in_out_frame);
BMediaTrack * Track(void);
const media_raw_audio_format & Format(void) const;
private:
void SetToTrack(BMediaTrack *track);
private:
int32 fFrameSize;
uint8 * fBuffer;
int32 fBufferOffset;
int32 fBufferUsedSize;
BMediaFile *fMediaFile;
BMediaTrack *fMediaTrack;
media_raw_audio_format fFormat;
};
}; //namespace BPrivate
#endif
| [
"fadi_edward"
] | fadi_edward |
b8ff5626c3e0eb0df663366eb239621439d83cd6 | d7b84a31cafb72a3cb71b3a3cc724a68119ba18e | /Tyr/8.56/p | 6d52584c8290bc181fdd59eb3ecf69da79cd0d3d | [] | no_license | benroque/Ragnorak | 6cc7c68db801f9281a4ac241da754bce88ef6caf | a1bfc2430cccb207192792acebdd1530f1388a4c | refs/heads/master | 2021-01-14T08:13:18.774988 | 2017-02-20T08:32:53 | 2017-02-20T08:32:53 | 82,008,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 409,855 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "8.56";
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -2 0 0 0 0];
internalField nonuniform List<scalar>
52500
(
1.00001
1.00004
1.00013
1.00028
1.00082
1.00168
1.00479
1.00957
1.02857
1.05331
1.1827
1.34344
2.24996
4.05197
9.83831
11.4076
11.2359
11.142
11.2215
11.4389
11.6749
11.8284
11.9454
12.039
12.1125
1.00001
1.00004
1.00013
1.00028
1.00081
1.00166
1.00474
1.00946
1.02828
1.0527
1.18103
1.3391
2.23805
4.0177
9.75725
11.4007
11.2273
11.1298
11.2102
11.4286
11.6644
11.8179
11.9366
12.0318
12.107
1.00001
1.00004
1.00013
1.00027
1.00079
1.00163
1.00463
1.00925
1.02768
1.05146
1.17751
1.33023
2.21254
3.94449
9.57709
11.3853
11.2056
11.0959
11.1753
11.3917
11.6243
11.7747
11.8925
11.9865
12.0608
1.00001
1.00003
1.00012
1.00027
1.00077
1.00157
1.00447
1.00893
1.02676
1.04959
1.17213
1.31691
2.17336
3.833
9.29566
11.3669
11.1741
11.0411
11.1173
11.3276
11.554
11.6987
11.8123
11.9031
11.977
1.00001
1.00003
1.00012
1.00025
1.00073
1.00149
1.00425
1.00843
1.02556
1.04665
1.16538
1.29892
2.121
3.68373
8.9088
11.3484
11.1339
10.9673
11.0386
11.24
11.4572
11.5933
11.7006
11.7869
11.861
1.00001
1.00003
1.00011
1.00023
1.00068
1.00139
1.00397
1.00784
1.02405
1.04319
1.15614
1.27687
2.05804
3.49387
8.41212
11.334
11.0863
10.8745
10.9389
11.127
11.3312
11.4545
11.5504
11.6279
11.702
1.00001
1.00003
1.0001
1.00022
1.00063
1.00128
1.00367
1.00723
1.02226
1.03979
1.14437
1.25328
1.97505
3.26809
7.7972
11.3286
11.0361
10.7654
10.8205
10.9893
11.1742
11.2774
11.3536
11.4124
11.4783
1.00001
1.00003
1.00009
1.0002
1.00058
1.00118
1.00338
1.00672
1.02019
1.03716
1.12947
1.23127
1.86481
3.01381
7.05712
11.3237
10.9873
10.6432
10.6862
10.8284
10.9849
11.0573
11.0994
11.1201
11.1582
1
1.00002
1.00008
1.00018
1.00052
1.00107
1.00305
1.00616
1.0179
1.03481
1.11165
1.20887
1.74297
2.73768
6.21292
11.2851
10.9296
10.5148
10.5399
10.6429
10.7599
10.7882
10.7753
10.7184
10.6612
1
1.00002
1.00007
1.00016
1.00046
1.00094
1.00267
1.00539
1.01564
1.03075
1.09587
1.185
1.62751
2.47222
5.37511
11.0902
10.8087
10.398
10.3835
10.4336
10.4942
10.4709
10.375
10.1552
9.82244
1.00001
1.00004
1.00013
1.00029
1.00083
1.00169
1.00479
1.00958
1.02858
1.05334
1.18272
1.34352
2.25004
4.05232
9.83897
11.4076
11.236
11.1421
11.2216
11.439
11.675
11.8285
11.9455
12.0391
12.1127
1.00001
1.00004
1.00013
1.00029
1.00082
1.00167
1.00474
1.00947
1.02829
1.05273
1.18105
1.33918
2.23813
4.01805
9.75792
11.4007
11.2274
11.1299
11.2103
11.4287
11.6645
11.818
11.9367
12.0319
12.1071
1.00001
1.00004
1.00013
1.00028
1.0008
1.00163
1.00464
1.00926
1.02769
1.05149
1.17753
1.33032
2.21262
3.94483
9.57776
11.3853
11.2057
11.096
11.1754
11.3918
11.6244
11.7749
11.8926
11.9866
12.0609
1.00001
1.00004
1.00013
1.00027
1.00077
1.00158
1.00448
1.00894
1.02677
1.04961
1.17214
1.31699
2.17344
3.83334
9.29636
11.3669
11.1741
11.0412
11.1174
11.3277
11.5541
11.6989
11.8124
11.9032
11.9771
1.00001
1.00004
1.00012
1.00026
1.00073
1.0015
1.00426
1.00845
1.02557
1.04668
1.16539
1.29901
2.12106
3.68406
8.9095
11.3484
11.134
10.9675
11.0387
11.2402
11.4573
11.5935
11.7008
11.7871
11.8611
1.00001
1.00003
1.00011
1.00024
1.00068
1.0014
1.00398
1.00785
1.02407
1.04321
1.15617
1.27693
2.05813
3.49421
8.41284
11.334
11.0863
10.8746
10.939
11.1271
11.3313
11.4547
11.5506
11.6281
11.7021
1.00001
1.00003
1.0001
1.00022
1.00063
1.00129
1.00368
1.00724
1.02227
1.03981
1.1444
1.25334
1.97516
3.26843
7.79797
11.3286
11.0361
10.7655
10.8206
10.9894
11.1743
11.2775
11.3538
11.4126
11.4784
1.00001
1.00003
1.00009
1.0002
1.00058
1.00119
1.00338
1.00674
1.02021
1.03719
1.12947
1.23135
1.86487
3.01412
7.05788
11.3236
10.9874
10.6433
10.6863
10.8285
10.985
11.0574
11.0995
11.1202
11.1583
1.00001
1.00003
1.00009
1.00019
1.00053
1.00108
1.00306
1.00617
1.01791
1.03483
1.11167
1.20893
1.74305
2.73796
6.21365
11.2852
10.9297
10.5149
10.54
10.643
10.76
10.7883
10.7754
10.7185
10.6613
1.00001
1.00002
1.00008
1.00016
1.00046
1.00095
1.00268
1.0054
1.01565
1.03077
1.09588
1.18505
1.62758
2.47243
5.37556
11.0906
10.8088
10.3981
10.3836
10.4337
10.4942
10.471
10.3751
10.1553
9.82254
1.00001
1.00004
1.00013
1.00029
1.00083
1.00169
1.00479
1.00958
1.02858
1.05334
1.18272
1.34352
2.25005
4.05235
9.83903
11.4076
11.236
11.1421
11.2216
11.439
11.675
11.8285
11.9455
12.0391
12.1127
1.00001
1.00004
1.00013
1.00029
1.00082
1.00167
1.00474
1.00947
1.02829
1.05273
1.18105
1.33919
2.23814
4.01807
9.75797
11.4007
11.2274
11.1299
11.2103
11.4287
11.6645
11.818
11.9367
12.0319
12.1071
1.00001
1.00004
1.00013
1.00028
1.0008
1.00163
1.00464
1.00926
1.02769
1.05149
1.17753
1.33032
2.21263
3.94486
9.57782
11.3853
11.2057
11.096
11.1754
11.3918
11.6244
11.7749
11.8926
11.9866
12.0609
1.00001
1.00004
1.00013
1.00027
1.00077
1.00158
1.00448
1.00894
1.02677
1.04961
1.17214
1.31699
2.17345
3.83337
9.29642
11.3669
11.1741
11.0413
11.1174
11.3277
11.5541
11.6989
11.8124
11.9032
11.9772
1.00001
1.00004
1.00012
1.00026
1.00073
1.0015
1.00426
1.00845
1.02557
1.04668
1.16539
1.29902
2.12107
3.68408
8.90956
11.3484
11.134
10.9675
11.0387
11.2402
11.4573
11.5935
11.7008
11.7871
11.8611
1.00001
1.00003
1.00011
1.00024
1.00068
1.0014
1.00398
1.00785
1.02407
1.04321
1.15617
1.27693
2.05814
3.49423
8.41291
11.334
11.0863
10.8747
10.939
11.1271
11.3313
11.4547
11.5506
11.6281
11.7021
1.00001
1.00003
1.0001
1.00022
1.00063
1.00129
1.00368
1.00724
1.02227
1.03981
1.1444
1.25335
1.97517
3.26845
7.79804
11.3286
11.0361
10.7655
10.8206
10.9894
11.1743
11.2775
11.3538
11.4126
11.4784
1.00001
1.00003
1.00009
1.0002
1.00058
1.00119
1.00338
1.00674
1.02021
1.03719
1.12948
1.23135
1.86488
3.01415
7.05795
11.3236
10.9874
10.6433
10.6863
10.8285
10.985
11.0574
11.0995
11.1202
11.1583
1.00001
1.00003
1.00009
1.00019
1.00053
1.00108
1.00306
1.00617
1.01791
1.03483
1.11167
1.20893
1.74306
2.73799
6.21373
11.2852
10.9297
10.5149
10.54
10.643
10.76
10.7883
10.7754
10.7185
10.6613
1.00001
1.00002
1.00008
1.00016
1.00046
1.00095
1.00268
1.0054
1.01565
1.03077
1.09589
1.18505
1.62758
2.47244
5.37561
11.0906
10.8088
10.3981
10.3836
10.4337
10.4942
10.471
10.3751
10.1553
9.82255
1.00001
1.00004
1.00013
1.00029
1.00083
1.00169
1.00479
1.00958
1.02858
1.05334
1.18272
1.34352
2.25005
4.05235
9.83903
11.4076
11.236
11.1421
11.2216
11.4391
11.675
11.8285
11.9455
12.0391
12.1127
1.00001
1.00004
1.00013
1.00029
1.00082
1.00167
1.00474
1.00947
1.02829
1.05273
1.18105
1.33919
2.23814
4.01808
9.75798
11.4007
11.2274
11.1299
11.2103
11.4287
11.6645
11.818
11.9367
12.0319
12.1071
1.00001
1.00004
1.00013
1.00028
1.0008
1.00163
1.00464
1.00926
1.02769
1.05149
1.17753
1.33032
2.21263
3.94486
9.57783
11.3853
11.2057
11.096
11.1754
11.3919
11.6244
11.7749
11.8926
11.9866
12.0609
1.00001
1.00004
1.00013
1.00027
1.00077
1.00158
1.00448
1.00894
1.02677
1.04961
1.17214
1.31699
2.17345
3.83337
9.29642
11.3669
11.1741
11.0413
11.1174
11.3277
11.5541
11.6989
11.8124
11.9032
11.9772
1.00001
1.00004
1.00012
1.00026
1.00073
1.0015
1.00426
1.00845
1.02557
1.04668
1.16539
1.29902
2.12107
3.68409
8.90957
11.3484
11.134
10.9675
11.0387
11.2402
11.4573
11.5935
11.7008
11.7871
11.8611
1.00001
1.00003
1.00011
1.00024
1.00068
1.0014
1.00398
1.00785
1.02407
1.04321
1.15617
1.27693
2.05814
3.49424
8.41292
11.334
11.0863
10.8747
10.939
11.1271
11.3313
11.4547
11.5506
11.6281
11.7021
1.00001
1.00003
1.0001
1.00022
1.00063
1.00129
1.00368
1.00724
1.02227
1.03981
1.1444
1.25335
1.97517
3.26845
7.79805
11.3286
11.0361
10.7655
10.8206
10.9894
11.1743
11.2775
11.3538
11.4126
11.4784
1.00001
1.00003
1.00009
1.0002
1.00058
1.00119
1.00338
1.00674
1.02021
1.03719
1.12948
1.23135
1.86488
3.01415
7.05796
11.3236
10.9874
10.6433
10.6863
10.8285
10.985
11.0574
11.0995
11.1202
11.1583
1.00001
1.00003
1.00009
1.00019
1.00053
1.00108
1.00306
1.00617
1.01791
1.03483
1.11167
1.20893
1.74306
2.73799
6.21373
11.2852
10.9297
10.5149
10.54
10.643
10.76
10.7883
10.7754
10.7185
10.6613
1.00001
1.00002
1.00008
1.00016
1.00046
1.00095
1.00268
1.0054
1.01565
1.03077
1.09589
1.18505
1.62758
2.47245
5.37561
11.0906
10.8088
10.3981
10.3836
10.4337
10.4942
10.471
10.3751
10.1553
9.82255
1.00001
1.00004
1.00013
1.00029
1.00083
1.00169
1.00479
1.00958
1.02858
1.05334
1.18272
1.34352
2.25005
4.05235
9.83904
11.4076
11.236
11.1421
11.2216
11.4391
11.675
11.8285
11.9455
12.0391
12.1127
1.00001
1.00004
1.00013
1.00029
1.00082
1.00167
1.00474
1.00947
1.02829
1.05273
1.18105
1.33919
2.23814
4.01808
9.75799
11.4007
11.2274
11.1299
11.2103
11.4287
11.6645
11.818
11.9367
12.0319
12.1071
1.00001
1.00004
1.00013
1.00028
1.0008
1.00163
1.00464
1.00926
1.02769
1.05149
1.17753
1.33032
2.21263
3.94486
9.57783
11.3853
11.2057
11.096
11.1754
11.3919
11.6244
11.7749
11.8926
11.9866
12.0609
1.00001
1.00004
1.00013
1.00027
1.00077
1.00158
1.00448
1.00894
1.02677
1.04961
1.17214
1.317
2.17345
3.83337
9.29643
11.3669
11.1741
11.0413
11.1174
11.3277
11.5541
11.6989
11.8124
11.9032
11.9772
1.00001
1.00004
1.00012
1.00026
1.00073
1.0015
1.00426
1.00845
1.02557
1.04668
1.16539
1.29902
2.12107
3.68409
8.90958
11.3484
11.134
10.9675
11.0387
11.2402
11.4573
11.5935
11.7008
11.7871
11.8611
1.00001
1.00003
1.00011
1.00024
1.00068
1.0014
1.00398
1.00785
1.02407
1.04321
1.15617
1.27693
2.05814
3.49424
8.41292
11.334
11.0863
10.8747
10.939
11.1271
11.3313
11.4547
11.5506
11.6281
11.7021
1.00001
1.00003
1.0001
1.00022
1.00063
1.00129
1.00368
1.00724
1.02227
1.03981
1.1444
1.25335
1.97517
3.26846
7.79806
11.3286
11.0361
10.7655
10.8206
10.9894
11.1743
11.2775
11.3538
11.4126
11.4784
1.00001
1.00003
1.00009
1.0002
1.00058
1.00119
1.00338
1.00674
1.02021
1.03719
1.12948
1.23135
1.86488
3.01415
7.05797
11.3236
10.9874
10.6433
10.6863
10.8285
10.985
11.0574
11.0995
11.1203
11.1583
1.00001
1.00003
1.00009
1.00019
1.00053
1.00108
1.00306
1.00617
1.01791
1.03483
1.11167
1.20893
1.74306
2.73799
6.21374
11.2852
10.9297
10.5149
10.54
10.643
10.76
10.7883
10.7754
10.7185
10.6613
1.00001
1.00002
1.00008
1.00016
1.00046
1.00095
1.00268
1.0054
1.01565
1.03077
1.09589
1.18505
1.62758
2.47245
5.37562
11.0906
10.8088
10.3981
10.3836
10.4337
10.4942
10.471
10.3751
10.1553
9.82255
1.00001
1.00004
1.00013
1.00029
1.00083
1.00169
1.00479
1.00958
1.02858
1.05334
1.18272
1.34352
2.25005
4.05235
9.83904
11.4076
11.236
11.1421
11.2216
11.4391
11.675
11.8285
11.9455
12.0391
12.1127
1.00001
1.00004
1.00013
1.00029
1.00082
1.00167
1.00474
1.00947
1.02829
1.05273
1.18105
1.33919
2.23814
4.01808
9.75799
11.4007
11.2274
11.1299
11.2103
11.4287
11.6645
11.818
11.9367
12.0319
12.1071
1.00001
1.00004
1.00013
1.00028
1.0008
1.00163
1.00464
1.00926
1.02769
1.05149
1.17753
1.33032
2.21263
3.94486
9.57784
11.3853
11.2057
11.096
11.1754
11.3919
11.6244
11.7749
11.8926
11.9866
12.0609
1.00001
1.00004
1.00013
1.00027
1.00077
1.00158
1.00448
1.00894
1.02677
1.04961
1.17214
1.317
2.17345
3.83337
9.29643
11.3669
11.1741
11.0413
11.1174
11.3277
11.5541
11.6989
11.8124
11.9032
11.9772
1.00001
1.00004
1.00012
1.00026
1.00073
1.0015
1.00426
1.00845
1.02557
1.04668
1.16539
1.29902
2.12107
3.68409
8.90958
11.3484
11.134
10.9675
11.0387
11.2402
11.4573
11.5935
11.7008
11.7871
11.8611
1.00001
1.00003
1.00011
1.00024
1.00068
1.0014
1.00398
1.00785
1.02407
1.04321
1.15617
1.27693
2.05814
3.49424
8.41293
11.334
11.0863
10.8747
10.939
11.1271
11.3313
11.4547
11.5506
11.6281
11.7021
1.00001
1.00003
1.0001
1.00022
1.00063
1.00129
1.00368
1.00724
1.02227
1.03981
1.1444
1.25335
1.97517
3.26846
7.79806
11.3286
11.0361
10.7655
10.8206
10.9894
11.1743
11.2775
11.3538
11.4126
11.4784
1.00001
1.00003
1.00009
1.0002
1.00058
1.00119
1.00338
1.00674
1.02021
1.03719
1.12948
1.23135
1.86488
3.01415
7.05797
11.3236
10.9874
10.6433
10.6863
10.8285
10.985
11.0574
11.0995
11.1203
11.1583
1.00001
1.00003
1.00009
1.00019
1.00053
1.00108
1.00306
1.00617
1.01791
1.03483
1.11167
1.20893
1.74306
2.73799
6.21374
11.2852
10.9297
10.5149
10.54
10.643
10.76
10.7883
10.7754
10.7185
10.6613
1.00001
1.00002
1.00008
1.00016
1.00046
1.00095
1.00268
1.0054
1.01565
1.03077
1.09589
1.18505
1.62758
2.47245
5.37562
11.0907
10.8088
10.3981
10.3836
10.4337
10.4942
10.471
10.3751
10.1553
9.82255
1.00001
1.00004
1.00013
1.00029
1.00083
1.00169
1.00479
1.00958
1.02858
1.05334
1.18272
1.34352
2.25005
4.05235
9.83904
11.4076
11.236
11.1421
11.2216
11.4391
11.675
11.8285
11.9455
12.0391
12.1127
1.00001
1.00004
1.00013
1.00029
1.00082
1.00167
1.00474
1.00947
1.02829
1.05273
1.18105
1.33919
2.23814
4.01808
9.75798
11.4007
11.2274
11.1299
11.2103
11.4287
11.6645
11.818
11.9367
12.0319
12.1071
1.00001
1.00004
1.00013
1.00028
1.0008
1.00163
1.00464
1.00926
1.02769
1.05149
1.17753
1.33032
2.21263
3.94486
9.57783
11.3853
11.2057
11.096
11.1754
11.3919
11.6244
11.7749
11.8926
11.9866
12.0609
1.00001
1.00004
1.00013
1.00027
1.00077
1.00158
1.00448
1.00894
1.02677
1.04961
1.17214
1.31699
2.17345
3.83337
9.29643
11.3669
11.1741
11.0413
11.1174
11.3277
11.5541
11.6989
11.8124
11.9032
11.9772
1.00001
1.00004
1.00012
1.00026
1.00073
1.0015
1.00426
1.00845
1.02557
1.04668
1.16539
1.29902
2.12107
3.68409
8.90958
11.3484
11.134
10.9675
11.0387
11.2402
11.4573
11.5935
11.7008
11.7871
11.8611
1.00001
1.00003
1.00011
1.00024
1.00068
1.0014
1.00398
1.00785
1.02407
1.04321
1.15617
1.27693
2.05814
3.49424
8.41292
11.334
11.0863
10.8747
10.939
11.1271
11.3313
11.4547
11.5506
11.6281
11.7021
1.00001
1.00003
1.0001
1.00022
1.00063
1.00129
1.00368
1.00724
1.02227
1.03981
1.1444
1.25335
1.97517
3.26846
7.79805
11.3286
11.0361
10.7655
10.8206
10.9894
11.1743
11.2775
11.3538
11.4126
11.4784
1.00001
1.00003
1.00009
1.0002
1.00058
1.00119
1.00338
1.00674
1.02021
1.03719
1.12948
1.23135
1.86488
3.01415
7.05796
11.3236
10.9874
10.6433
10.6863
10.8285
10.985
11.0574
11.0995
11.1203
11.1583
1.00001
1.00003
1.00009
1.00019
1.00053
1.00108
1.00306
1.00617
1.01791
1.03483
1.11167
1.20893
1.74306
2.73799
6.21374
11.2852
10.9297
10.5149
10.54
10.643
10.76
10.7883
10.7754
10.7185
10.6613
1.00001
1.00002
1.00008
1.00016
1.00046
1.00095
1.00268
1.0054
1.01565
1.03077
1.09589
1.18505
1.62758
2.47245
5.37562
11.0906
10.8088
10.3981
10.3836
10.4337
10.4942
10.471
10.3751
10.1553
9.82255
1.00001
1.00004
1.00013
1.00029
1.00083
1.00169
1.00479
1.00958
1.02858
1.05334
1.18272
1.34352
2.25005
4.05235
9.83903
11.4076
11.236
11.1421
11.2216
11.439
11.675
11.8285
11.9455
12.0391
12.1127
1.00001
1.00004
1.00013
1.00029
1.00082
1.00167
1.00474
1.00947
1.02829
1.05273
1.18105
1.33919
2.23814
4.01807
9.75798
11.4007
11.2274
11.1299
11.2103
11.4287
11.6645
11.818
11.9367
12.0319
12.1071
1.00001
1.00004
1.00013
1.00028
1.0008
1.00163
1.00464
1.00926
1.02769
1.05149
1.17753
1.33032
2.21263
3.94486
9.57782
11.3853
11.2057
11.096
11.1754
11.3918
11.6244
11.7749
11.8926
11.9866
12.0609
1.00001
1.00004
1.00013
1.00027
1.00077
1.00158
1.00448
1.00894
1.02677
1.04961
1.17214
1.31699
2.17345
3.83337
9.29642
11.3669
11.1741
11.0413
11.1174
11.3277
11.5541
11.6989
11.8124
11.9032
11.9772
1.00001
1.00004
1.00012
1.00026
1.00073
1.0015
1.00426
1.00845
1.02557
1.04668
1.16539
1.29902
2.12107
3.68408
8.90957
11.3484
11.134
10.9675
11.0387
11.2402
11.4573
11.5935
11.7008
11.7871
11.8611
1.00001
1.00003
1.00011
1.00024
1.00068
1.0014
1.00398
1.00785
1.02407
1.04321
1.15617
1.27693
2.05814
3.49423
8.41291
11.334
11.0863
10.8747
10.939
11.1271
11.3313
11.4547
11.5506
11.6281
11.7021
1.00001
1.00003
1.0001
1.00022
1.00063
1.00129
1.00368
1.00724
1.02227
1.03981
1.1444
1.25335
1.97517
3.26845
7.79804
11.3286
11.0361
10.7655
10.8206
10.9894
11.1743
11.2775
11.3538
11.4126
11.4784
1.00001
1.00003
1.00009
1.0002
1.00058
1.00119
1.00338
1.00674
1.02021
1.03719
1.12948
1.23135
1.86488
3.01415
7.05795
11.3236
10.9874
10.6433
10.6863
10.8285
10.985
11.0574
11.0995
11.1202
11.1583
1.00001
1.00003
1.00009
1.00019
1.00053
1.00108
1.00306
1.00617
1.01791
1.03483
1.11167
1.20893
1.74306
2.73799
6.21373
11.2852
10.9297
10.5149
10.54
10.643
10.76
10.7883
10.7754
10.7185
10.6613
1.00001
1.00002
1.00008
1.00016
1.00046
1.00095
1.00268
1.0054
1.01565
1.03077
1.09589
1.18505
1.62758
2.47244
5.37561
11.0906
10.8088
10.3981
10.3836
10.4337
10.4942
10.471
10.3751
10.1553
9.82255
1.00001
1.00004
1.00013
1.00029
1.00083
1.00169
1.00479
1.00958
1.02858
1.05334
1.18272
1.34352
2.25004
4.05232
9.83897
11.4076
11.236
11.1421
11.2216
11.439
11.675
11.8285
11.9455
12.0391
12.1127
1.00001
1.00004
1.00013
1.00029
1.00082
1.00167
1.00474
1.00947
1.02829
1.05273
1.18105
1.33918
2.23813
4.01805
9.75792
11.4007
11.2274
11.1299
11.2103
11.4287
11.6645
11.818
11.9367
12.0319
12.1071
1.00001
1.00004
1.00013
1.00028
1.0008
1.00163
1.00464
1.00926
1.02769
1.05149
1.17753
1.33032
2.21262
3.94483
9.57776
11.3853
11.2057
11.096
11.1754
11.3918
11.6244
11.7749
11.8926
11.9866
12.0609
1.00001
1.00004
1.00013
1.00027
1.00077
1.00158
1.00448
1.00894
1.02677
1.04961
1.17214
1.31699
2.17344
3.83334
9.29636
11.3669
11.1741
11.0412
11.1174
11.3277
11.5541
11.6989
11.8124
11.9032
11.9771
1.00001
1.00004
1.00012
1.00026
1.00073
1.0015
1.00426
1.00845
1.02557
1.04668
1.16539
1.29901
2.12106
3.68406
8.9095
11.3484
11.134
10.9675
11.0387
11.2402
11.4573
11.5935
11.7008
11.7871
11.8611
1.00001
1.00003
1.00011
1.00024
1.00068
1.0014
1.00398
1.00785
1.02407
1.04321
1.15617
1.27693
2.05813
3.49421
8.41284
11.334
11.0863
10.8746
10.939
11.1271
11.3313
11.4547
11.5506
11.6281
11.7021
1.00001
1.00003
1.0001
1.00022
1.00063
1.00129
1.00368
1.00724
1.02227
1.03981
1.1444
1.25334
1.97516
3.26843
7.79797
11.3286
11.0361
10.7655
10.8206
10.9894
11.1743
11.2775
11.3538
11.4126
11.4784
1.00001
1.00003
1.00009
1.0002
1.00058
1.00119
1.00338
1.00674
1.02021
1.03719
1.12947
1.23135
1.86487
3.01412
7.05788
11.3236
10.9874
10.6433
10.6863
10.8285
10.985
11.0574
11.0995
11.1202
11.1583
1.00001
1.00003
1.00009
1.00019
1.00053
1.00108
1.00306
1.00617
1.01791
1.03483
1.11167
1.20893
1.74305
2.73796
6.21365
11.2852
10.9297
10.5149
10.54
10.643
10.76
10.7883
10.7754
10.7185
10.6613
1.00001
1.00002
1.00008
1.00016
1.00046
1.00095
1.00268
1.0054
1.01565
1.03077
1.09588
1.18505
1.62758
2.47243
5.37556
11.0906
10.8088
10.3981
10.3836
10.4337
10.4942
10.471
10.3751
10.1553
9.82254
1.00001
1.00004
1.00013
1.00028
1.00082
1.00168
1.00479
1.00957
1.02857
1.05331
1.1827
1.34344
2.24996
4.05197
9.8383
11.4076
11.2359
11.142
11.2215
11.4389
11.6749
11.8284
11.9454
12.039
12.1125
1.00001
1.00004
1.00013
1.00028
1.00081
1.00166
1.00474
1.00946
1.02828
1.0527
1.18103
1.3391
2.23805
4.0177
9.75725
11.4007
11.2273
11.1298
11.2102
11.4286
11.6644
11.8179
11.9366
12.0318
12.107
1.00001
1.00004
1.00013
1.00027
1.00079
1.00163
1.00463
1.00925
1.02768
1.05146
1.17751
1.33023
2.21254
3.94449
9.57709
11.3853
11.2056
11.0959
11.1753
11.3917
11.6243
11.7747
11.8925
11.9865
12.0608
1.00001
1.00003
1.00012
1.00027
1.00077
1.00157
1.00447
1.00893
1.02676
1.04959
1.17213
1.31691
2.17336
3.833
9.29566
11.3669
11.1741
11.0411
11.1173
11.3276
11.554
11.6987
11.8123
11.9031
11.977
1.00001
1.00003
1.00012
1.00025
1.00073
1.00149
1.00425
1.00843
1.02556
1.04665
1.16538
1.29892
2.121
3.68373
8.9088
11.3484
11.1339
10.9673
11.0386
11.24
11.4572
11.5933
11.7006
11.7869
11.861
1.00001
1.00003
1.00011
1.00023
1.00068
1.00139
1.00397
1.00784
1.02405
1.04319
1.15614
1.27687
2.05804
3.49387
8.41211
11.334
11.0863
10.8745
10.9389
11.127
11.3312
11.4545
11.5504
11.6279
11.702
1.00001
1.00003
1.0001
1.00022
1.00063
1.00128
1.00367
1.00723
1.02226
1.03979
1.14437
1.25328
1.97505
3.26809
7.79719
11.3286
11.0361
10.7654
10.8205
10.9893
11.1742
11.2774
11.3536
11.4124
11.4783
1.00001
1.00003
1.00009
1.0002
1.00058
1.00118
1.00338
1.00672
1.02019
1.03716
1.12947
1.23127
1.86481
3.01381
7.05712
11.3237
10.9873
10.6432
10.6862
10.8284
10.9849
11.0573
11.0994
11.1201
11.1582
1
1.00002
1.00008
1.00018
1.00052
1.00107
1.00305
1.00616
1.0179
1.03481
1.11165
1.20887
1.74297
2.73768
6.21292
11.2851
10.9296
10.5148
10.5399
10.6429
10.7599
10.7882
10.7753
10.7184
10.6612
1
1.00002
1.00007
1.00016
1.00046
1.00094
1.00267
1.00539
1.01564
1.03075
1.09587
1.185
1.62751
2.47222
5.37511
11.0902
10.8087
10.398
10.3835
10.4336
10.4942
10.4709
10.375
10.1552
9.82244
1
1.00002
1.00005
1.00016
1.00033
1.00095
1.00192
1.00552
1.01075
1.03377
1.05959
1.21713
1.41235
2.43981
4.64347
10.5486
10.5404
10.3301
10.2018
10.2083
10.198
10.1117
9.86266
9.29136
7.86434
1
1.00002
1.00004
1.00014
1.0003
1.00084
1.00172
1.00489
1.0098
1.02903
1.05471
1.1841
1.35193
2.25208
4.05052
9.5164
10.3482
10.2143
10.0173
9.97043
9.89851
9.72513
9.34238
8.58025
7.14236
1
1.00001
1.00004
1.00012
1.00025
1.00072
1.00146
1.00415
1.00825
1.02487
1.0455
1.15998
1.28902
2.07344
3.54452
8.33858
10.2119
10.0991
9.85188
9.72976
9.60711
9.35868
8.89417
8.13693
7.0125
1
1.00001
1.00003
1.0001
1.00021
1.0006
1.00122
1.00347
1.00683
1.02092
1.03741
1.13465
1.23546
1.89611
3.06201
7.06197
10.1056
9.99027
9.7052
9.4999
9.32607
9.03796
8.56641
7.88108
7.00107
1
1.00001
1.00002
1.00008
1.00017
1.0005
1.00103
1.00291
1.00588
1.01708
1.03333
1.10568
1.201
1.69594
2.6213
5.74764
9.94686
9.86776
9.59142
9.29448
9.07197
8.77173
8.32428
7.71318
6.97878
1
1.00001
1.00002
1.00005
1.00016
1.00033
1.00094
1.00191
1.00549
1.01068
1.03349
1.05913
1.21271
1.41114
2.3711
4.45312
9.5028
9.6828
9.49077
9.12249
8.85527
8.54917
8.13335
7.58888
6.94887
1
1
1.00002
1.00004
1.00013
1.00027
1.00078
1.00159
1.0045
1.00902
1.02667
1.05004
1.16898
1.31507
2.13035
3.68547
8.3849
9.42271
9.29449
8.98653
8.6736
8.36011
7.97209
7.4847
6.9211
1
1
1.00001
1.00003
1.0001
1.00021
1.00059
1.00121
1.00346
1.00676
1.02102
1.03714
1.13509
1.23648
1.89937
3.05138
6.87441
9.18465
9.11679
8.88593
8.53114
8.20553
7.83796
7.3975
6.89414
0.999999
1
1.00001
1.00003
1.00006
1.00018
1.00037
1.00108
1.0021
1.00651
1.01137
1.04126
1.06749
1.25732
1.51421
2.65024
5.22749
8.92076
8.98531
8.81832
8.44905
8.08264
7.72608
7.32565
6.87455
0.999997
0.999999
1
1.00002
1.00005
1.00014
1.0003
1.00085
1.00174
1.00494
1.00982
1.02948
1.05457
1.1856
1.35471
2.21153
3.87196
8.28809
8.86031
8.7195
8.38318
7.98453
7.63426
7.2677
6.86774
0.999995
0.999996
1
1.00001
1.00004
1.00009
1.00025
1.00052
1.00149
1.00289
1.00898
1.01563
1.05691
1.09353
1.36026
1.72732
3.33859
6.81578
8.60302
8.54317
8.31917
7.91427
7.56483
7.22686
6.87128
0.999994
0.999995
0.999998
1
1.00003
1.00006
1.00019
1.00041
1.00115
1.00233
1.00666
1.01291
1.0408
1.07132
1.25921
1.50942
2.65022
5.11788
8.26897
8.38838
8.24767
7.91108
7.53499
7.21118
6.88515
0.999993
0.999994
0.999996
1
1.00001
1.00005
1.00012
1.00035
1.00072
1.00204
1.00412
1.01183
1.02343
1.07016
1.14091
1.43429
2.00423
3.77204
7.51345
8.25358
8.15947
7.90257
7.53807
7.21803
6.92013
0.999993
0.999993
0.999994
0.999999
1.00001
1.00004
1.00008
1.00025
1.00052
1.00146
1.00296
1.00842
1.0164
1.05101
1.09163
1.31989
1.66289
3.03695
6.01387
8.03517
8.02302
7.88294
7.56574
7.24847
6.99359
0.999992
0.999992
0.999994
0.999996
1
1.00002
1.00007
1.00015
1.00043
1.00089
1.00249
1.00502
1.01436
1.02827
1.0858
1.1676
1.53354
2.22078
4.27608
7.59615
7.96103
7.86624
7.63008
7.3282
7.13426
0.999992
0.999992
0.999993
0.999994
1
1.00001
1.00005
1.0001
1.0003
1.00063
1.00176
1.00356
1.01005
1.01993
1.0594
1.11444
1.36492
1.81354
3.30436
6.55778
7.82414
7.81747
7.71828
7.49906
7.37388
0.999991
0.999991
0.999992
0.999994
0.999997
1.00001
1.00002
1.00008
1.00018
1.00051
1.00104
1.0029
1.00583
1.01681
1.03197
1.10275
1.18977
1.64353
2.44808
4.90173
7.5103
7.83036
7.80859
7.74342
7.74482
0.999991
0.999991
0.999991
0.999993
0.999995
1
1.00001
1.00005
1.00012
1.00035
1.00072
1.00202
1.00408
1.01151
1.02315
1.06659
1.13821
1.40559
1.92787
3.50574
6.76448
7.80989
7.9997
8.07615
8.19663
0.999991
0.999991
0.999991
0.999992
0.999994
0.999997
1.00001
1.00003
1.00009
1.0002
1.00056
1.00114
1.0032
1.00628
1.01889
1.03398
1.11738
1.20801
1.7324
2.61982
5.34892
7.70178
8.36947
8.61686
8.83062
0.999991
0.999991
0.999991
0.999991
0.999992
0.999996
1
1.00002
1.00005
1.00016
1.00033
1.00092
1.00188
1.00526
1.01049
1.03078
1.05781
1.18616
1.37444
2.14064
3.70245
7.33354
8.88582
9.37889
9.58007
0.999991
0.999991
0.999991
0.999991
0.999992
0.999994
0.999998
1.00001
1.00003
1.00011
1.00023
1.00064
1.00131
1.00368
1.00725
1.02183
1.03926
1.13717
1.24232
1.87998
2.96296
6.36049
9.46355
10.2487
10.2828
0.999991
0.99999
0.999991
0.999991
0.999991
0.999993
0.999997
1
1.00003
1.00006
1.00019
1.0004
1.00112
1.00227
1.00651
1.01237
1.03975
1.06904
1.2485
1.48908
2.56186
4.85402
10.0103
11.0955
11.0019
0.999991
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00015
1.00032
1.00092
1.00189
1.00536
1.01077
1.03174
1.0607
1.1995
1.39763
2.34969
4.35213
9.94563
11.6065
11.4341
0.999991
0.99999
0.99999
0.999991
0.999991
0.999992
0.999994
0.999999
1.00001
1.00004
1.00013
1.00027
1.00077
1.00159
1.00455
1.00913
1.02748
1.05163
1.17799
1.33655
2.23646
4.03002
9.70994
11.8136
11.5629
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999994
0.999997
1.00001
1.00003
1.0001
1.00022
1.00065
1.00132
1.00393
1.00746
1.025
1.04315
1.16562
1.29715
2.16745
3.83201
9.41587
11.8821
11.5321
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999993
0.999997
1
1.00003
1.00007
1.00022
1.00042
1.00142
1.00241
1.00921
1.01484
1.06019
1.09886
1.40951
1.8676
3.93031
9.05355
11.8982
11.431
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999993
0.999996
1.00001
1.00002
1.00008
1.00017
1.00052
1.00097
1.00337
1.00564
1.02199
1.03577
1.14564
1.25735
2.04913
3.51281
8.70199
11.9557
11.339
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999996
1
1.00003
1.00006
1.0002
1.0004
1.00124
1.0023
1.00802
1.01339
1.05329
1.08696
1.3602
1.7541
3.55915
8.17336
12.0511
11.3282
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999996
1
1.00002
1.00006
1.00018
1.00038
1.00115
1.0022
1.00734
1.01248
1.04908
1.07978
1.3307
1.68735
3.34546
7.60498
12.1754
11.3609
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999993
0.999995
1
1.00002
1.00007
1.00015
1.00046
1.00094
1.00283
1.00539
1.01798
1.03116
1.11898
1.21041
1.8222
2.96642
7.13265
12.3274
11.4031
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999996
1
1.00002
1.00005
1.00017
1.00034
1.00104
1.00195
1.00661
1.0111
1.04278
1.0699
1.27997
1.57577
2.92559
6.39413
12.408
11.4917
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999993
0.999995
1
1.00002
1.00007
1.00015
1.00045
1.00092
1.00267
1.00538
1.01606
1.03078
1.10243
1.19113
1.68793
2.62891
5.97669
12.362
11.4892
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00007
1.00015
1.00043
1.00089
1.00256
1.00518
1.01535
1.02959
1.09737
1.18194
1.65168
2.53731
5.72834
12.1686
11.4668
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00015
1.00032
1.00095
1.00184
1.00589
1.01016
1.03798
1.06167
1.24267
1.47584
2.62299
5.35811
11.9458
11.4766
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00006
1.00013
1.0004
1.00081
1.00237
1.00464
1.01463
1.02593
1.09443
1.16569
1.61541
2.42465
5.36523
11.7398
11.3987
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00015
1.00031
1.00091
1.0018
1.0056
1.00991
1.03593
1.05912
1.22994
1.44221
2.54937
5.03873
11.5546
11.3409
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999994
1
1.00001
1.00006
1.00013
1.00039
1.0008
1.00232
1.00465
1.01397
1.02614
1.08895
1.161
1.58229
2.35138
5.13641
11.377
11.2426
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999994
1
1.00001
1.00006
1.00013
1.00038
1.00077
1.00224
1.00443
1.01368
1.02476
1.08796
1.1551
1.57318
2.31796
5.06237
11.2627
11.1908
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00015
1.00032
1.00093
1.0019
1.00549
1.01076
1.03372
1.06042
1.21848
1.42017
2.48854
4.78136
11.2142
11.2143
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00016
1.00033
1.00094
1.00192
1.0055
1.01093
1.03327
1.06121
1.21408
1.41505
2.46812
4.73164
11.1865
11.233
1
1.00002
1.00006
1.00016
1.00034
1.00095
1.00193
1.00553
1.01076
1.03378
1.05961
1.21715
1.41243
2.43991
4.64402
10.5493
10.5406
10.3301
10.2018
10.2083
10.1981
10.1118
9.86275
9.29145
7.86444
1
1.00002
1.00005
1.00015
1.0003
1.00085
1.00173
1.0049
1.00981
1.02904
1.05474
1.18412
1.35202
2.25219
4.05094
9.51714
10.3482
10.2144
10.0174
9.9705
9.89858
9.72522
9.34247
8.58034
7.14245
1
1.00002
1.00004
1.00012
1.00026
1.00072
1.00147
1.00416
1.00826
1.02488
1.04553
1.15999
1.28911
2.07352
3.5449
8.33937
10.2119
10.0991
9.85193
9.72984
9.60719
9.35877
8.89426
8.13703
7.0126
1
1.00001
1.00004
1.0001
1.00021
1.0006
1.00123
1.00348
1.00684
1.02093
1.03743
1.13468
1.23552
1.89622
3.06235
7.06278
10.1056
9.99028
9.70526
9.49998
9.32615
9.03805
8.56651
7.88118
7.00118
1
1.00001
1.00003
1.00009
1.00018
1.00051
1.00103
1.00292
1.00589
1.01709
1.03335
1.1057
1.20106
1.69603
2.62161
5.74846
9.94696
9.86782
9.59146
9.29455
9.07205
8.77182
8.32438
7.71329
6.9789
1
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00192
1.0055
1.01069
1.03351
1.05915
1.21274
1.41124
2.37121
4.45369
9.5032
9.68289
9.49084
9.12255
8.85535
8.54926
8.13345
7.58899
6.94899
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00451
1.00903
1.02668
1.05006
1.16901
1.31515
2.13048
3.68589
8.38573
9.42283
9.29457
8.98658
8.67368
8.36021
7.9722
7.48482
6.92123
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.0006
1.00122
1.00347
1.00677
1.02104
1.03716
1.13513
1.23655
1.8995
3.05174
6.87523
9.18469
9.11682
8.88595
8.53121
8.20563
7.83808
7.39762
6.89428
1
1
1.00001
1.00003
1.00007
1.00019
1.00038
1.00109
1.00211
1.00652
1.01138
1.04127
1.06752
1.25738
1.51434
2.65056
5.22842
8.9209
8.98532
8.81835
8.44912
8.08274
7.7262
7.32579
6.87471
1
1
1.00001
1.00003
1.00005
1.00015
1.00031
1.00086
1.00175
1.00495
1.00983
1.0295
1.0546
1.18563
1.35482
2.21167
3.87239
8.28853
8.86044
8.71961
8.38328
7.98464
7.63439
7.26786
6.86794
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.0015
1.0029
1.00899
1.01565
1.05693
1.09357
1.36033
1.7275
3.33894
6.81669
8.60318
8.5433
8.31926
7.91439
7.56497
7.22704
6.8715
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00116
1.00234
1.00668
1.01292
1.04081
1.07136
1.25927
1.50957
2.65057
5.11888
8.26929
8.38847
8.24776
7.91119
7.53515
7.2114
6.88541
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00205
1.00413
1.01184
1.02344
1.07018
1.14096
1.43437
2.00446
3.77254
7.5142
8.25375
8.15962
7.90269
7.53823
7.21827
6.92047
1
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.00147
1.00297
1.00843
1.01641
1.05102
1.09167
1.31994
1.6631
3.03734
6.01487
8.03539
8.02321
7.8831
7.56592
7.24878
6.99409
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.0025
1.00503
1.01438
1.02829
1.08583
1.16766
1.53371
2.22119
4.27725
7.5965
7.96124
7.86646
7.63033
7.32866
7.13501
1
1
1
1
1.00001
1.00002
1.00006
1.00011
1.00031
1.00064
1.00177
1.00357
1.01006
1.01995
1.05943
1.1145
1.365
1.81378
3.30483
6.55858
7.82446
7.81786
7.7188
7.49981
7.37501
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00019
1.00052
1.00105
1.00291
1.00584
1.01682
1.032
1.10278
1.18985
1.64369
2.4485
4.90276
7.51084
7.83103
7.80938
7.74463
7.74633
1
1
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00203
1.00409
1.01152
1.02317
1.06661
1.13825
1.4057
1.92813
3.50633
6.76546
7.81078
8.00101
8.07808
8.19903
1
1
1
1
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.00057
1.00115
1.00321
1.0063
1.0189
1.034
1.11743
1.20809
1.73265
2.62042
5.35051
7.70325
8.37167
8.61981
8.83369
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00093
1.00189
1.00528
1.0105
1.0308
1.05783
1.18626
1.3746
2.14104
3.70395
7.33605
8.88949
9.38288
9.58333
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00012
1.00024
1.00065
1.00132
1.00369
1.00727
1.02185
1.0393
1.13726
1.2425
1.88052
2.96455
6.36478
9.46935
10.2529
10.2853
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00113
1.00228
1.00653
1.01239
1.03978
1.06916
1.24864
1.48989
2.56316
4.85883
10.0195
11.0983
11.0037
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.0019
1.00537
1.01079
1.03179
1.06079
1.19971
1.3983
2.35106
4.3573
9.95591
11.6072
11.4339
1
1
1
1
1
1
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00457
1.00915
1.02753
1.05172
1.17822
1.33717
2.23819
4.03508
9.72185
11.8119
11.5607
1
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00011
1.00023
1.00066
1.00133
1.00395
1.00749
1.02504
1.04326
1.16589
1.29775
2.16924
3.8371
9.42792
11.8781
11.529
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00008
1.00023
1.00043
1.00143
1.00242
1.00923
1.01488
1.06031
1.09906
1.41028
1.86947
3.93571
9.06626
11.8925
11.427
1
1
1
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00018
1.00053
1.00098
1.00339
1.00566
1.02205
1.03586
1.14594
1.258
2.05107
3.51824
8.71487
11.9489
11.3353
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.00021
1.00041
1.00125
1.00231
1.00805
1.01343
1.05341
1.08715
1.36098
1.75581
3.56484
8.18735
12.0435
11.3241
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00007
1.00019
1.00039
1.00116
1.00221
1.00736
1.01251
1.04919
1.07996
1.33146
1.68899
3.35111
7.61989
12.1677
11.3567
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00047
1.00095
1.00284
1.00541
1.01802
1.03122
1.11921
1.21079
1.82416
2.97121
7.14733
12.3206
11.3994
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00018
1.00036
1.00106
1.00196
1.00663
1.01112
1.04285
1.07002
1.28053
1.57712
2.93048
6.40936
12.4054
11.4897
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00046
1.00093
1.00268
1.0054
1.01608
1.03082
1.10255
1.19139
1.6888
2.63129
5.98376
12.3637
11.4885
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.00258
1.00519
1.01538
1.02963
1.09745
1.18213
1.65227
2.5389
5.73313
12.1738
11.4679
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00096
1.00185
1.0059
1.01018
1.03802
1.06172
1.24284
1.47632
2.62393
5.36226
11.9507
11.4782
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00041
1.00082
1.00238
1.00465
1.01465
1.02596
1.09449
1.16581
1.61581
2.42566
5.36829
11.7444
11.4009
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00032
1.00092
1.00181
1.00561
1.00993
1.03595
1.05917
1.23006
1.44253
2.55008
5.0417
11.5588
11.3431
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.0004
1.00081
1.00233
1.00466
1.01399
1.02619
1.08897
1.16117
1.58249
2.35223
5.13858
11.3811
11.2449
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00039
1.00078
1.00226
1.00445
1.0137
1.02481
1.08798
1.15528
1.57336
2.31885
5.06443
11.2668
11.193
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.00191
1.0055
1.01077
1.03374
1.06046
1.21858
1.42045
2.4891
4.78381
11.2184
11.2155
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00193
1.00552
1.01095
1.03329
1.06125
1.21418
1.41529
2.4688
4.73394
11.1908
11.234
1
1.00002
1.00006
1.00016
1.00034
1.00095
1.00193
1.00553
1.01076
1.03379
1.05961
1.21716
1.41244
2.43992
4.64406
10.5493
10.5406
10.3301
10.2018
10.2083
10.1981
10.1118
9.86276
9.29146
7.86445
1
1.00002
1.00005
1.00015
1.0003
1.00085
1.00173
1.0049
1.00981
1.02904
1.05474
1.18412
1.35202
2.2522
4.05098
9.51721
10.3482
10.2144
10.0174
9.97051
9.89859
9.72522
9.34248
8.58035
7.14247
1
1.00002
1.00004
1.00012
1.00026
1.00072
1.00147
1.00416
1.00826
1.02488
1.04553
1.15999
1.28912
2.07353
3.54493
8.33944
10.2119
10.0991
9.85193
9.72984
9.6072
9.35878
8.89427
8.13704
7.01262
1
1.00001
1.00004
1.0001
1.00021
1.0006
1.00123
1.00348
1.00684
1.02093
1.03743
1.13468
1.23553
1.89623
3.06238
7.06285
10.1056
9.99028
9.70526
9.49998
9.32616
9.03806
8.56652
7.8812
7.0012
1
1.00001
1.00003
1.00009
1.00018
1.00051
1.00103
1.00292
1.00589
1.01709
1.03335
1.1057
1.20106
1.69604
2.62163
5.74854
9.94697
9.86782
9.59146
9.29455
9.07206
8.77183
8.32439
7.71331
6.97892
1
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00192
1.0055
1.01069
1.03351
1.05915
1.21275
1.41125
2.37122
4.45374
9.50324
9.6829
9.49085
9.12256
8.85536
8.54927
8.13347
7.58901
6.94901
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00451
1.00903
1.02668
1.05006
1.16901
1.31516
2.13049
3.68593
8.38581
9.42284
9.29458
8.98658
8.67369
8.36022
7.97221
7.48483
6.92125
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.0006
1.00122
1.00347
1.00677
1.02104
1.03716
1.13513
1.23655
1.89951
3.05177
6.87531
9.18469
9.11682
8.88596
8.53122
8.20564
7.83809
7.39764
6.89431
1
1
1.00001
1.00003
1.00007
1.00019
1.00038
1.00109
1.00211
1.00652
1.01138
1.04127
1.06752
1.25738
1.51435
2.65059
5.22851
8.92091
8.98532
8.81835
8.44913
8.08275
7.72621
7.32581
6.87474
1
1
1.00001
1.00003
1.00005
1.00015
1.00031
1.00086
1.00175
1.00495
1.00983
1.0295
1.0546
1.18563
1.35483
2.21169
3.87244
8.28857
8.86045
8.71962
8.38329
7.98466
7.63441
7.26789
6.86797
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.0015
1.0029
1.00899
1.01565
1.05693
1.09357
1.36034
1.72752
3.33898
6.81678
8.6032
8.54332
8.31927
7.91441
7.565
7.22707
6.87154
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00116
1.00234
1.00668
1.01292
1.04081
1.07136
1.25927
1.50959
2.6506
5.11898
8.26932
8.38848
8.24777
7.9112
7.53517
7.21143
6.88545
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00205
1.00413
1.01184
1.02344
1.07018
1.14096
1.43438
2.00448
3.77259
7.51428
8.25378
8.15964
7.90271
7.53826
7.21832
6.92053
1
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.00147
1.00297
1.00843
1.01641
1.05103
1.09168
1.31995
1.66312
3.03738
6.01497
8.03542
8.02324
7.88313
7.56596
7.24884
6.99417
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.0025
1.00503
1.01438
1.02829
1.08583
1.16766
1.53372
2.22123
4.27736
7.59655
7.96127
7.8665
7.63038
7.32874
7.13514
1
1
1
1
1.00001
1.00002
1.00006
1.00011
1.00031
1.00064
1.00177
1.00357
1.01006
1.01995
1.05943
1.11451
1.365
1.8138
3.30488
6.55867
7.82452
7.81793
7.71889
7.49994
7.37519
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00019
1.00052
1.00105
1.00291
1.00584
1.01682
1.032
1.10278
1.18985
1.64371
2.44854
4.90287
7.51093
7.83113
7.80951
7.74482
7.74657
1
1
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00203
1.00409
1.01152
1.02317
1.06661
1.13826
1.40571
1.92816
3.5064
6.76559
7.81092
8.00122
8.07838
8.19941
1
1
1
1
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.00057
1.00115
1.00321
1.0063
1.0189
1.034
1.11743
1.2081
1.73268
2.62049
5.35072
7.70347
8.37201
8.62027
8.83418
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00093
1.00189
1.00528
1.0105
1.0308
1.05784
1.18627
1.37461
2.1411
3.70414
7.33642
8.89006
9.38352
9.58385
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00012
1.00024
1.00065
1.00132
1.0037
1.00727
1.02185
1.0393
1.13727
1.24253
1.8806
2.96478
6.36541
9.47026
10.2536
10.2857
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00113
1.00228
1.00653
1.01239
1.03979
1.06917
1.24867
1.48998
2.56338
4.85954
10.0209
11.0988
11.0041
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.0019
1.00537
1.01079
1.03179
1.0608
1.19974
1.39839
2.35128
4.35807
9.95752
11.6073
11.4339
1
1
1
1
1
1
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00457
1.00916
1.02754
1.05173
1.17826
1.33726
2.23846
4.03585
9.72371
11.8116
11.5604
1
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00011
1.00023
1.00066
1.00133
1.00395
1.00749
1.02505
1.04327
1.16593
1.29784
2.16953
3.83788
9.42981
11.8775
11.5286
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00008
1.00023
1.00043
1.00143
1.00242
1.00923
1.01488
1.06032
1.09909
1.41039
1.86975
3.93656
9.06824
11.8916
11.4264
1
1
1
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00018
1.00053
1.00098
1.00339
1.00566
1.02205
1.03587
1.14599
1.25809
2.05138
3.51909
8.71688
11.9478
11.3347
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.00021
1.00041
1.00125
1.00231
1.00805
1.01343
1.05343
1.08718
1.3611
1.75607
3.56573
8.18954
12.0424
11.3235
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00007
1.00019
1.00039
1.00116
1.00221
1.00736
1.01252
1.04921
1.07999
1.33158
1.68925
3.352
7.62222
12.1665
11.356
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00047
1.00095
1.00284
1.00541
1.01803
1.03122
1.11925
1.21084
1.82448
2.97195
7.14966
12.3196
11.3989
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00018
1.00036
1.00106
1.00196
1.00663
1.01112
1.04286
1.07003
1.28061
1.57733
2.93125
6.41174
12.405
11.4894
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00046
1.00093
1.00268
1.0054
1.01608
1.03083
1.10257
1.19142
1.68893
2.63166
5.98487
12.364
11.4884
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.00258
1.00519
1.01538
1.02963
1.09746
1.18216
1.65236
2.53914
5.73388
12.1747
11.4681
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00096
1.00185
1.0059
1.01018
1.03802
1.06173
1.24286
1.47638
2.62407
5.36289
11.9515
11.4784
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00041
1.00082
1.00238
1.00465
1.01465
1.02596
1.0945
1.16582
1.61587
2.42581
5.36877
11.7451
11.4012
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00032
1.00092
1.00181
1.00561
1.00993
1.03596
1.05917
1.23008
1.44258
2.55019
5.04215
11.5595
11.3435
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.0004
1.00081
1.00233
1.00466
1.01399
1.02619
1.08897
1.16119
1.58253
2.35235
5.13893
11.3817
11.2452
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00039
1.00078
1.00226
1.00445
1.0137
1.02482
1.08798
1.1553
1.57339
2.31897
5.06475
11.2674
11.1934
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.00191
1.0055
1.01078
1.03375
1.06047
1.21859
1.42049
2.48918
4.78417
11.219
11.2157
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00193
1.00552
1.01095
1.0333
1.06125
1.2142
1.41532
2.46891
4.73427
11.1914
11.2342
1
1.00002
1.00006
1.00016
1.00034
1.00095
1.00193
1.00553
1.01076
1.03379
1.05961
1.21716
1.41244
2.43992
4.64407
10.5493
10.5406
10.3301
10.2018
10.2083
10.1981
10.1118
9.86276
9.29146
7.86445
1
1.00002
1.00005
1.00015
1.0003
1.00085
1.00173
1.0049
1.00981
1.02904
1.05474
1.18412
1.35202
2.25221
4.05098
9.51722
10.3482
10.2144
10.0174
9.97051
9.89859
9.72523
9.34248
8.58036
7.14247
1
1.00002
1.00004
1.00012
1.00026
1.00072
1.00147
1.00416
1.00826
1.02488
1.04553
1.15999
1.28912
2.07353
3.54493
8.33945
10.2119
10.0991
9.85193
9.72984
9.6072
9.35878
8.89428
8.13705
7.01262
1
1.00001
1.00004
1.0001
1.00021
1.0006
1.00123
1.00348
1.00684
1.02093
1.03743
1.13468
1.23553
1.89623
3.06238
7.06286
10.1056
9.99028
9.70526
9.49998
9.32616
9.03806
8.56652
7.8812
7.0012
1
1.00001
1.00003
1.00009
1.00018
1.00051
1.00103
1.00292
1.00589
1.01709
1.03335
1.1057
1.20106
1.69605
2.62164
5.74855
9.94697
9.86782
9.59146
9.29455
9.07206
8.77183
8.3244
7.71331
6.97892
1
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00192
1.0055
1.01069
1.03351
1.05915
1.21275
1.41125
2.37122
4.45375
9.50324
9.6829
9.49085
9.12256
8.85536
8.54927
8.13347
7.58901
6.94902
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00451
1.00903
1.02668
1.05006
1.16901
1.31516
2.13049
3.68593
8.38582
9.42284
9.29458
8.98658
8.67369
8.36022
7.97222
7.48484
6.92126
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.0006
1.00122
1.00347
1.00677
1.02104
1.03716
1.13513
1.23655
1.89951
3.05178
6.87532
9.18469
9.11682
8.88596
8.53122
8.20564
7.8381
7.39764
6.89431
1
1
1.00001
1.00003
1.00007
1.00019
1.00038
1.00109
1.00211
1.00652
1.01138
1.04127
1.06752
1.25738
1.51435
2.65059
5.22852
8.92091
8.98532
8.81835
8.44913
8.08276
7.72622
7.32581
6.87474
1
1
1.00001
1.00003
1.00005
1.00015
1.00031
1.00086
1.00175
1.00495
1.00983
1.0295
1.0546
1.18563
1.35483
2.21169
3.87244
8.28858
8.86045
8.71962
8.38329
7.98466
7.63442
7.26789
6.86798
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.0015
1.0029
1.00899
1.01565
1.05693
1.09357
1.36034
1.72752
3.33898
6.81679
8.6032
8.54332
8.31927
7.91441
7.565
7.22708
6.87154
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00116
1.00234
1.00668
1.01292
1.04081
1.07136
1.25927
1.50959
2.65061
5.11899
8.26933
8.38849
8.24777
7.91121
7.53518
7.21144
6.88546
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00205
1.00413
1.01184
1.02344
1.07018
1.14096
1.43438
2.00448
3.7726
7.51429
8.25378
8.15965
7.90271
7.53826
7.21832
6.92053
1
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.00147
1.00297
1.00843
1.01641
1.05103
1.09168
1.31995
1.66312
3.03738
6.01498
8.03542
8.02324
7.88314
7.56596
7.24884
6.99418
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.0025
1.00503
1.01438
1.02829
1.08583
1.16766
1.53372
2.22123
4.27737
7.59656
7.96128
7.86651
7.63039
7.32875
7.13515
1
1
1
1
1.00001
1.00002
1.00006
1.00011
1.00031
1.00064
1.00177
1.00357
1.01006
1.01995
1.05943
1.11451
1.365
1.8138
3.30489
6.55868
7.82452
7.81794
7.7189
7.49996
7.37522
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00019
1.00052
1.00105
1.00291
1.00584
1.01682
1.032
1.10278
1.18985
1.64371
2.44854
4.90288
7.51094
7.83115
7.80952
7.74485
7.7466
1
1
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00203
1.00409
1.01152
1.02317
1.06661
1.13826
1.40571
1.92816
3.50641
6.76561
7.81094
8.00124
8.07842
8.19946
1
1
1
1
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.00057
1.00115
1.00321
1.0063
1.0189
1.034
1.11743
1.2081
1.73268
2.6205
5.35075
7.7035
8.37206
8.62033
8.83424
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00093
1.00189
1.00528
1.0105
1.0308
1.05784
1.18627
1.37462
2.14111
3.70417
7.33647
8.89014
9.3836
9.58392
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00012
1.00024
1.00065
1.00132
1.0037
1.00727
1.02185
1.0393
1.13727
1.24253
1.88061
2.9648
6.36548
9.47037
10.2537
10.2858
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00113
1.00228
1.00653
1.01239
1.03979
1.06917
1.24867
1.49
2.56341
4.85963
10.0211
11.0988
11.0041
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.0019
1.00537
1.0108
1.03179
1.06081
1.19975
1.3984
2.3513
4.35817
9.95772
11.6073
11.4339
1
1
1
1
1
1
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00457
1.00916
1.02754
1.05173
1.17826
1.33727
2.2385
4.03595
9.72394
11.8116
11.5604
1
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00011
1.00023
1.00066
1.00133
1.00395
1.00749
1.02505
1.04327
1.16594
1.29785
2.16956
3.83798
9.43004
11.8774
11.5285
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00008
1.00023
1.00043
1.00143
1.00242
1.00923
1.01488
1.06033
1.09909
1.41041
1.86979
3.93666
9.06849
11.8915
11.4263
1
1
1
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00018
1.00053
1.00098
1.00339
1.00566
1.02205
1.03587
1.146
1.25811
2.05141
3.51919
8.71713
11.9477
11.3346
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.00021
1.00041
1.00125
1.00231
1.00805
1.01344
1.05343
1.08718
1.36111
1.7561
3.56584
8.18981
12.0422
11.3234
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00007
1.00019
1.00039
1.00116
1.00221
1.00736
1.01252
1.04921
1.07999
1.33159
1.68928
3.35211
7.62251
12.1663
11.356
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00047
1.00095
1.00284
1.00541
1.01803
1.03122
1.11925
1.21085
1.82452
2.97204
7.14994
12.3194
11.3988
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00018
1.00036
1.00106
1.00196
1.00663
1.01112
1.04286
1.07004
1.28062
1.57735
2.93134
6.41204
12.4049
11.4894
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00046
1.00093
1.00268
1.0054
1.01608
1.03083
1.10257
1.19142
1.68895
2.63171
5.98501
12.3641
11.4884
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.00258
1.00519
1.01538
1.02963
1.09746
1.18216
1.65237
2.53917
5.73397
12.1748
11.4681
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00096
1.00185
1.0059
1.01018
1.03802
1.06173
1.24286
1.47639
2.62409
5.36297
11.9516
11.4784
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00041
1.00082
1.00238
1.00465
1.01465
1.02596
1.0945
1.16582
1.61588
2.42582
5.36883
11.7452
11.4013
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00032
1.00092
1.00181
1.00561
1.00993
1.03596
1.05917
1.23008
1.44258
2.5502
5.04221
11.5596
11.3435
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.0004
1.00081
1.00233
1.00466
1.01399
1.0262
1.08898
1.16119
1.58253
2.35237
5.13897
11.3818
11.2453
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00039
1.00078
1.00226
1.00445
1.0137
1.02482
1.08798
1.1553
1.5734
2.31899
5.06479
11.2675
11.1934
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.00191
1.0055
1.01078
1.03375
1.06047
1.2186
1.42049
2.48919
4.78422
11.2191
11.2157
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00193
1.00552
1.01095
1.0333
1.06125
1.2142
1.41532
2.46892
4.73432
11.1915
11.2342
1
1.00002
1.00006
1.00016
1.00034
1.00095
1.00193
1.00553
1.01076
1.03379
1.05961
1.21716
1.41244
2.43992
4.64407
10.5494
10.5406
10.3301
10.2018
10.2083
10.1981
10.1118
9.86276
9.29146
7.86445
1
1.00002
1.00005
1.00015
1.0003
1.00085
1.00173
1.0049
1.00981
1.02904
1.05474
1.18412
1.35202
2.25221
4.05098
9.51723
10.3482
10.2144
10.0174
9.97051
9.89859
9.72523
9.34249
8.58036
7.14247
1
1.00002
1.00004
1.00012
1.00026
1.00072
1.00147
1.00416
1.00826
1.02488
1.04553
1.15999
1.28912
2.07353
3.54493
8.33946
10.2119
10.0991
9.85193
9.72984
9.6072
9.35878
8.89428
8.13705
7.01262
1
1.00001
1.00004
1.0001
1.00021
1.0006
1.00123
1.00348
1.00684
1.02093
1.03743
1.13468
1.23553
1.89624
3.06238
7.06287
10.1056
9.99028
9.70526
9.49999
9.32616
9.03806
8.56652
7.8812
7.00121
1
1.00001
1.00003
1.00009
1.00018
1.00051
1.00103
1.00292
1.00589
1.01709
1.03335
1.1057
1.20106
1.69605
2.62164
5.74856
9.94697
9.86782
9.59146
9.29456
9.07206
8.77184
8.3244
7.71331
6.97893
1
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00192
1.0055
1.01069
1.03351
1.05915
1.21275
1.41125
2.37122
4.45375
9.50324
9.68291
9.49085
9.12256
8.85536
8.54928
8.13347
7.58902
6.94902
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00451
1.00903
1.02668
1.05006
1.16901
1.31516
2.13049
3.68594
8.38583
9.42284
9.29458
8.98658
8.67369
8.36023
7.97222
7.48484
6.92126
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.0006
1.00122
1.00347
1.00677
1.02104
1.03716
1.13513
1.23655
1.89951
3.05178
6.87533
9.18469
9.11682
8.88596
8.53123
8.20565
7.8381
7.39765
6.89432
1
1
1.00001
1.00003
1.00007
1.00019
1.00038
1.00109
1.00211
1.00652
1.01138
1.04127
1.06752
1.25739
1.51435
2.6506
5.22853
8.92091
8.98532
8.81835
8.44913
8.08276
7.72622
7.32581
6.87475
1
1
1.00001
1.00003
1.00005
1.00015
1.00031
1.00086
1.00175
1.00495
1.00983
1.0295
1.0546
1.18563
1.35483
2.21169
3.87244
8.28859
8.86046
8.71962
8.38329
7.98467
7.63442
7.26789
6.86798
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.0015
1.0029
1.00899
1.01565
1.05693
1.09357
1.36034
1.72752
3.33899
6.8168
8.6032
8.54332
8.31928
7.91442
7.565
7.22708
6.87155
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00116
1.00234
1.00668
1.01292
1.04081
1.07136
1.25927
1.50959
2.65061
5.119
8.26933
8.38849
8.24777
7.91121
7.53518
7.21145
6.88547
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00205
1.00413
1.01184
1.02344
1.07018
1.14096
1.43438
2.00448
3.7726
7.5143
8.25378
8.15965
7.90271
7.53827
7.21833
6.92055
1
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.00147
1.00297
1.00843
1.01641
1.05103
1.09168
1.31995
1.66312
3.03738
6.01499
8.03543
8.02324
7.88314
7.56597
7.24886
6.9942
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.0025
1.00503
1.01438
1.02829
1.08583
1.16766
1.53373
2.22124
4.27739
7.59656
7.96128
7.86651
7.6304
7.32877
7.13517
1
1
1
1
1.00001
1.00002
1.00006
1.00011
1.00031
1.00064
1.00177
1.00357
1.01006
1.01995
1.05943
1.11451
1.36501
1.8138
3.30489
6.55869
7.82453
7.81795
7.71891
7.49998
7.37524
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00019
1.00052
1.00105
1.00291
1.00584
1.01682
1.032
1.10278
1.18985
1.64372
2.44855
4.9029
7.51095
7.83117
7.80954
7.74488
7.74664
1
1
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00203
1.00409
1.01152
1.02317
1.06661
1.13826
1.40571
1.92817
3.50642
6.76563
7.81096
8.00128
8.07848
8.19953
1
1
1
1
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.00057
1.00115
1.00321
1.0063
1.0189
1.034
1.11743
1.2081
1.73269
2.62051
5.35078
7.70353
8.37213
8.62044
8.83437
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00093
1.00189
1.00528
1.0105
1.0308
1.05784
1.18628
1.37462
2.14112
3.7042
7.33653
8.89025
9.38374
9.58406
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00012
1.00024
1.00065
1.00132
1.0037
1.00727
1.02185
1.0393
1.13728
1.24253
1.88062
2.96485
6.3656
9.47055
10.2539
10.2859
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00113
1.00228
1.00653
1.01239
1.03979
1.06918
1.24866
1.49005
2.56341
4.85979
10.0214
11.0989
11.0042
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.0019
1.00537
1.0108
1.03179
1.06081
1.19975
1.39843
2.35133
4.35833
9.95801
11.6073
11.4338
1
1
1
1
1
1
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00457
1.00916
1.02754
1.05174
1.17827
1.33729
2.23855
4.0361
9.72427
11.8115
11.5603
1
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00011
1.00023
1.00066
1.00133
1.00395
1.00749
1.02505
1.04328
1.16594
1.29786
2.16961
3.83812
9.43038
11.8773
11.5284
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00008
1.00023
1.00043
1.00143
1.00242
1.00924
1.01488
1.06033
1.0991
1.41043
1.86985
3.93683
9.06885
11.8913
11.4262
1
1
1
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00018
1.00053
1.00098
1.00339
1.00566
1.02206
1.03587
1.14601
1.25813
2.05148
3.51937
8.71753
11.9474
11.3345
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.00021
1.00041
1.00125
1.00231
1.00805
1.01344
1.05343
1.08719
1.36114
1.75616
3.56604
8.19029
12.0419
11.3233
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00007
1.00019
1.00039
1.00116
1.00221
1.00736
1.01252
1.04921
1.07999
1.33162
1.68934
3.35232
7.62307
12.1661
11.3558
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00047
1.00095
1.00284
1.00541
1.01803
1.03122
1.11926
1.21086
1.82459
2.97222
7.1505
12.3192
11.3987
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00018
1.00036
1.00106
1.00196
1.00663
1.01112
1.04286
1.07004
1.28064
1.5774
2.93151
6.41258
12.4049
11.4893
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00046
1.00093
1.00268
1.0054
1.01609
1.03083
1.10257
1.19143
1.68898
2.63179
5.98526
12.3641
11.4884
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.00258
1.00519
1.01538
1.02963
1.09747
1.18216
1.65239
2.53922
5.73413
12.175
11.4681
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00096
1.00185
1.0059
1.01018
1.03802
1.06173
1.24287
1.47641
2.62412
5.3631
11.9517
11.4785
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00041
1.00082
1.00238
1.00465
1.01465
1.02596
1.0945
1.16583
1.61589
2.42585
5.36892
11.7453
11.4014
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00032
1.00092
1.00181
1.00561
1.00993
1.03596
1.05918
1.23009
1.44259
2.55023
5.0423
11.5597
11.3436
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.0004
1.00081
1.00233
1.00466
1.01399
1.0262
1.08898
1.16119
1.58254
2.35239
5.13904
11.3819
11.2454
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00039
1.00078
1.00226
1.00445
1.0137
1.02482
1.08798
1.1553
1.5734
2.31901
5.06485
11.2676
11.1935
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.00191
1.0055
1.01078
1.03375
1.06047
1.2186
1.4205
2.48921
4.78429
11.2192
11.2158
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00193
1.00552
1.01095
1.0333
1.06125
1.2142
1.41533
2.46894
4.73438
11.1916
11.2342
1
1.00002
1.00006
1.00016
1.00034
1.00095
1.00193
1.00553
1.01076
1.03379
1.05961
1.21716
1.41244
2.43992
4.64407
10.5494
10.5406
10.3301
10.2018
10.2083
10.1981
10.1118
9.86276
9.29146
7.86445
1
1.00002
1.00005
1.00015
1.0003
1.00085
1.00173
1.0049
1.00981
1.02904
1.05474
1.18412
1.35202
2.25221
4.05099
9.51723
10.3482
10.2144
10.0174
9.97051
9.89859
9.72523
9.34249
8.58036
7.14247
1
1.00002
1.00004
1.00012
1.00026
1.00072
1.00147
1.00416
1.00826
1.02489
1.04553
1.15999
1.28912
2.07354
3.54493
8.33946
10.2119
10.0991
9.85193
9.72984
9.6072
9.35878
8.89428
8.13705
7.01263
1
1.00001
1.00004
1.0001
1.00021
1.0006
1.00123
1.00348
1.00684
1.02093
1.03743
1.13468
1.23553
1.89624
3.06238
7.06287
10.1056
9.99028
9.70526
9.49999
9.32616
9.03806
8.56652
7.8812
7.00121
1
1.00001
1.00003
1.00009
1.00018
1.00051
1.00103
1.00292
1.00589
1.01709
1.03335
1.1057
1.20106
1.69605
2.62164
5.74856
9.94697
9.86782
9.59146
9.29456
9.07206
8.77184
8.3244
7.71331
6.97893
1
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00192
1.0055
1.01069
1.03351
1.05915
1.21275
1.41125
2.37122
4.45376
9.50325
9.68291
9.49085
9.12256
8.85536
8.54928
8.13347
7.58902
6.94902
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00451
1.00903
1.02668
1.05006
1.16901
1.31516
2.1305
3.68594
8.38583
9.42284
9.29458
8.98658
8.67369
8.36023
7.97222
7.48484
6.92126
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.0006
1.00122
1.00347
1.00677
1.02104
1.03716
1.13513
1.23655
1.89951
3.05178
6.87533
9.18469
9.11682
8.88596
8.53123
8.20565
7.8381
7.39765
6.89432
1
1
1.00001
1.00003
1.00007
1.00019
1.00038
1.00109
1.00211
1.00652
1.01138
1.04127
1.06752
1.25739
1.51435
2.6506
5.22854
8.92091
8.98532
8.81835
8.44913
8.08276
7.72622
7.32581
6.87475
1
1
1.00001
1.00003
1.00005
1.00015
1.00031
1.00086
1.00175
1.00495
1.00983
1.0295
1.0546
1.18563
1.35483
2.21169
3.87245
8.28859
8.86046
8.71963
8.38329
7.98467
7.63442
7.26789
6.86798
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.0015
1.0029
1.00899
1.01565
1.05693
1.09357
1.36034
1.72752
3.33899
6.81681
8.60321
8.54332
8.31928
7.91442
7.565
7.22708
6.87155
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00116
1.00234
1.00668
1.01292
1.04081
1.07136
1.25927
1.50959
2.65061
5.11901
8.26933
8.38849
8.24778
7.91121
7.53518
7.21145
6.88547
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00205
1.00413
1.01184
1.02344
1.07018
1.14096
1.43438
2.00448
3.7726
7.5143
8.25379
8.15965
7.90271
7.53827
7.21833
6.92055
1
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.00147
1.00297
1.00843
1.01641
1.05103
1.09168
1.31995
1.66312
3.03739
6.01499
8.03543
8.02325
7.88314
7.56597
7.24886
6.9942
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.0025
1.00503
1.01438
1.02829
1.08583
1.16766
1.53373
2.22124
4.27739
7.59656
7.96128
7.86651
7.6304
7.32877
7.13518
1
1
1
1
1.00001
1.00002
1.00006
1.00011
1.00031
1.00064
1.00177
1.00357
1.01006
1.01995
1.05943
1.11451
1.36501
1.8138
3.30489
6.5587
7.82454
7.81796
7.71892
7.49998
7.37525
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00019
1.00052
1.00105
1.00291
1.00584
1.01682
1.032
1.10278
1.18985
1.64372
2.44855
4.9029
7.51095
7.83117
7.80955
7.74488
7.74665
1
1
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00203
1.00409
1.01152
1.02317
1.06661
1.13826
1.40572
1.92817
3.50642
6.76564
7.81097
8.00129
8.07849
8.19955
1
1
1
1
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.00057
1.00115
1.00321
1.0063
1.0189
1.034
1.11743
1.2081
1.73269
2.62051
5.35079
7.70354
8.37214
8.62045
8.83439
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00093
1.00189
1.00528
1.0105
1.0308
1.05784
1.18628
1.37462
2.14112
3.70421
7.33654
8.89027
9.38377
9.58408
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00012
1.00024
1.00065
1.00132
1.0037
1.00727
1.02185
1.0393
1.13728
1.24253
1.88062
2.96486
6.36562
9.47059
10.2539
10.2859
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00113
1.00228
1.00653
1.01239
1.03979
1.06918
1.24866
1.49005
2.56341
4.85982
10.0214
11.0989
11.0042
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.0019
1.00537
1.0108
1.03179
1.06081
1.19975
1.39843
2.35134
4.35836
9.95806
11.6073
11.4338
1
1
1
1
1
1
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00457
1.00916
1.02754
1.05174
1.17827
1.33729
2.23856
4.03613
9.72434
11.8115
11.5603
1
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00011
1.00023
1.00066
1.00133
1.00395
1.00749
1.02505
1.04328
1.16595
1.29787
2.16962
3.83815
9.43045
11.8772
11.5284
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00008
1.00023
1.00043
1.00143
1.00242
1.00924
1.01488
1.06033
1.0991
1.41044
1.86986
3.93686
9.06892
11.8913
11.4262
1
1
1
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00018
1.00053
1.00098
1.00339
1.00566
1.02206
1.03587
1.14601
1.25813
2.05149
3.5194
8.7176
11.9474
11.3344
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.00021
1.00041
1.00125
1.00231
1.00805
1.01344
1.05343
1.08719
1.36114
1.75617
3.56608
8.19038
12.0419
11.3232
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00007
1.00019
1.00039
1.00116
1.00221
1.00736
1.01252
1.04921
1.08
1.33162
1.68935
3.35235
7.62316
12.166
11.3558
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00047
1.00095
1.00284
1.00541
1.01803
1.03122
1.11926
1.21086
1.8246
2.97224
7.15058
12.3192
11.3986
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00018
1.00036
1.00106
1.00196
1.00663
1.01112
1.04286
1.07004
1.28064
1.57741
2.93154
6.41267
12.4049
11.4893
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00046
1.00093
1.00268
1.0054
1.01609
1.03083
1.10257
1.19143
1.68899
2.6318
5.98531
12.3642
11.4884
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.00258
1.00519
1.01538
1.02963
1.09747
1.18217
1.6524
2.53923
5.73416
12.175
11.4681
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00096
1.00185
1.0059
1.01018
1.03802
1.06173
1.24287
1.47641
2.62412
5.36312
11.9517
11.4785
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00041
1.00082
1.00238
1.00465
1.01465
1.02596
1.0945
1.16583
1.61589
2.42586
5.36894
11.7453
11.4014
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00032
1.00092
1.00181
1.00561
1.00993
1.03596
1.05918
1.23009
1.44259
2.55023
5.04231
11.5597
11.3436
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.0004
1.00081
1.00233
1.00466
1.01399
1.0262
1.08898
1.16119
1.58254
2.35239
5.13905
11.3819
11.2454
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00039
1.00078
1.00226
1.00445
1.0137
1.02482
1.08798
1.15531
1.5734
2.31902
5.06486
11.2676
11.1935
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.00191
1.0055
1.01078
1.03375
1.06047
1.2186
1.4205
2.48921
4.7843
11.2193
11.2158
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00193
1.00552
1.01095
1.0333
1.06125
1.2142
1.41533
2.46895
4.73439
11.1917
11.2342
1
1.00002
1.00006
1.00016
1.00034
1.00095
1.00193
1.00553
1.01076
1.03379
1.05961
1.21716
1.41244
2.43992
4.64407
10.5494
10.5406
10.3301
10.2018
10.2083
10.1981
10.1118
9.86276
9.29146
7.86445
1
1.00002
1.00005
1.00015
1.0003
1.00085
1.00173
1.0049
1.00981
1.02904
1.05474
1.18412
1.35202
2.25221
4.05098
9.51723
10.3482
10.2144
10.0174
9.97051
9.89859
9.72523
9.34249
8.58036
7.14247
1
1.00002
1.00004
1.00012
1.00026
1.00072
1.00147
1.00416
1.00826
1.02488
1.04553
1.15999
1.28912
2.07353
3.54493
8.33946
10.2119
10.0991
9.85193
9.72984
9.6072
9.35878
8.89428
8.13705
7.01262
1
1.00001
1.00004
1.0001
1.00021
1.0006
1.00123
1.00348
1.00684
1.02093
1.03743
1.13468
1.23553
1.89623
3.06238
7.06287
10.1056
9.99028
9.70526
9.49999
9.32616
9.03806
8.56652
7.8812
7.00121
1
1.00001
1.00003
1.00009
1.00018
1.00051
1.00103
1.00292
1.00589
1.01709
1.03335
1.1057
1.20106
1.69605
2.62164
5.74856
9.94697
9.86782
9.59146
9.29455
9.07206
8.77184
8.3244
7.71331
6.97892
1
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00192
1.0055
1.01069
1.03351
1.05915
1.21275
1.41125
2.37122
4.45375
9.50324
9.68291
9.49085
9.12256
8.85536
8.54927
8.13347
7.58901
6.94902
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00451
1.00903
1.02668
1.05006
1.16901
1.31516
2.13049
3.68593
8.38583
9.42284
9.29458
8.98658
8.67369
8.36023
7.97222
7.48484
6.92126
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.0006
1.00122
1.00347
1.00677
1.02104
1.03716
1.13513
1.23655
1.89951
3.05178
6.87533
9.18469
9.11682
8.88596
8.53123
8.20565
7.8381
7.39764
6.89431
1
1
1.00001
1.00003
1.00007
1.00019
1.00038
1.00109
1.00211
1.00652
1.01138
1.04127
1.06752
1.25739
1.51435
2.65059
5.22853
8.92091
8.98532
8.81835
8.44913
8.08276
7.72622
7.32581
6.87474
1
1
1.00001
1.00003
1.00005
1.00015
1.00031
1.00086
1.00175
1.00495
1.00983
1.0295
1.0546
1.18563
1.35483
2.21169
3.87244
8.28858
8.86045
8.71962
8.38329
7.98466
7.63442
7.26789
6.86798
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.0015
1.0029
1.00899
1.01565
1.05693
1.09357
1.36034
1.72752
3.33898
6.8168
8.6032
8.54332
8.31927
7.91441
7.565
7.22708
6.87154
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00116
1.00234
1.00668
1.01292
1.04081
1.07136
1.25927
1.50959
2.65061
5.119
8.26933
8.38849
8.24777
7.91121
7.53518
7.21144
6.88546
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00205
1.00413
1.01184
1.02344
1.07018
1.14096
1.43438
2.00448
3.7726
7.51429
8.25378
8.15965
7.90271
7.53826
7.21832
6.92054
1
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.00147
1.00297
1.00843
1.01641
1.05103
1.09168
1.31995
1.66312
3.03738
6.01499
8.03543
8.02324
7.88314
7.56596
7.24885
6.99418
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.0025
1.00503
1.01438
1.02829
1.08583
1.16766
1.53373
2.22123
4.27738
7.59656
7.96128
7.86651
7.63039
7.32876
7.13515
1
1
1
1
1.00001
1.00002
1.00006
1.00011
1.00031
1.00064
1.00177
1.00357
1.01006
1.01995
1.05943
1.11451
1.36501
1.8138
3.30489
6.55869
7.82453
7.81794
7.7189
7.49996
7.37522
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00019
1.00052
1.00105
1.00291
1.00584
1.01682
1.032
1.10278
1.18985
1.64372
2.44855
4.90289
7.51094
7.83115
7.80953
7.74485
7.74661
1
1
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00203
1.00409
1.01152
1.02317
1.06661
1.13826
1.40571
1.92816
3.50641
6.76562
7.81094
8.00125
8.07844
8.19949
1
1
1
1
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.00057
1.00115
1.00321
1.0063
1.0189
1.034
1.11743
1.2081
1.73268
2.6205
5.35076
7.70351
8.37209
8.62038
8.83431
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00093
1.00189
1.00528
1.0105
1.0308
1.05784
1.18628
1.37462
2.14111
3.70418
7.33649
8.89018
9.38366
9.58399
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00012
1.00024
1.00065
1.00132
1.0037
1.00727
1.02185
1.0393
1.13728
1.24253
1.88061
2.96482
6.36552
9.47044
10.2538
10.2858
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00113
1.00228
1.00653
1.01239
1.03979
1.06918
1.24866
1.49004
2.56338
4.85971
10.0212
11.0989
11.0041
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.0019
1.00537
1.0108
1.03179
1.06081
1.19975
1.39842
2.3513
4.35823
9.95781
11.6073
11.4338
1
1
1
1
1
1
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00457
1.00916
1.02754
1.05173
1.17827
1.33728
2.23851
4.036
9.72405
11.8116
11.5604
1
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00011
1.00023
1.00066
1.00133
1.00395
1.00749
1.02505
1.04328
1.16594
1.29785
2.16958
3.83803
9.43015
11.8773
11.5285
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00008
1.00023
1.00043
1.00143
1.00242
1.00923
1.01488
1.06033
1.09909
1.41042
1.86981
3.93672
9.06861
11.8914
11.4263
1
1
1
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00018
1.00053
1.00098
1.00339
1.00566
1.02205
1.03587
1.146
1.25812
2.05144
3.51927
8.71729
11.9475
11.3345
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.00021
1.00041
1.00125
1.00231
1.00805
1.01344
1.05343
1.08718
1.36112
1.75613
3.56594
8.19003
12.0421
11.3233
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00007
1.00019
1.00039
1.00116
1.00221
1.00736
1.01252
1.04921
1.07999
1.3316
1.68931
3.35221
7.62279
12.1662
11.3559
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00047
1.00095
1.00284
1.00541
1.01803
1.03122
1.11925
1.21085
1.82455
2.97213
7.15022
12.3193
11.3987
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00018
1.00036
1.00106
1.00196
1.00663
1.01112
1.04286
1.07004
1.28063
1.57737
2.93142
6.4123
12.4049
11.4894
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00046
1.00093
1.00268
1.0054
1.01609
1.03083
1.10257
1.19143
1.68896
2.63174
5.98513
12.3641
11.4885
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.00258
1.00519
1.01538
1.02963
1.09746
1.18216
1.65238
2.53919
5.73404
12.1749
11.4681
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00096
1.00185
1.0059
1.01018
1.03802
1.06173
1.24287
1.4764
2.6241
5.36302
11.9516
11.4785
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00041
1.00082
1.00238
1.00465
1.01465
1.02596
1.0945
1.16582
1.61588
2.42584
5.36887
11.7452
11.4013
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00032
1.00092
1.00181
1.00561
1.00993
1.03596
1.05917
1.23008
1.44259
2.55021
5.04224
11.5596
11.3435
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.0004
1.00081
1.00233
1.00466
1.01399
1.0262
1.08898
1.16119
1.58254
2.35237
5.139
11.3818
11.2453
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00039
1.00078
1.00226
1.00445
1.0137
1.02482
1.08798
1.1553
1.5734
2.319
5.06481
11.2675
11.1935
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.00191
1.0055
1.01078
1.03375
1.06047
1.2186
1.4205
2.4892
4.78425
11.2192
11.2157
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00193
1.00552
1.01095
1.0333
1.06125
1.2142
1.41533
2.46893
4.73434
11.1916
11.2342
1
1.00002
1.00006
1.00016
1.00034
1.00095
1.00193
1.00553
1.01076
1.03379
1.05961
1.21716
1.41244
2.43992
4.64406
10.5493
10.5406
10.3301
10.2018
10.2083
10.1981
10.1118
9.86276
9.29146
7.86445
1
1.00002
1.00005
1.00015
1.0003
1.00085
1.00173
1.0049
1.00981
1.02904
1.05474
1.18412
1.35202
2.2522
4.05098
9.51722
10.3482
10.2144
10.0174
9.97051
9.89859
9.72522
9.34248
8.58035
7.14247
1
1.00002
1.00004
1.00012
1.00026
1.00072
1.00147
1.00416
1.00826
1.02488
1.04553
1.15999
1.28912
2.07353
3.54493
8.33944
10.2119
10.0991
9.85193
9.72984
9.6072
9.35878
8.89427
8.13704
7.01262
1
1.00001
1.00004
1.0001
1.00021
1.0006
1.00123
1.00348
1.00684
1.02093
1.03743
1.13468
1.23553
1.89623
3.06238
7.06286
10.1056
9.99028
9.70526
9.49998
9.32616
9.03806
8.56652
7.8812
7.0012
1
1.00001
1.00003
1.00009
1.00018
1.00051
1.00103
1.00292
1.00589
1.01709
1.03335
1.1057
1.20106
1.69604
2.62163
5.74854
9.94697
9.86782
9.59146
9.29455
9.07206
8.77183
8.32439
7.71331
6.97892
1
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00192
1.0055
1.01069
1.03351
1.05915
1.21275
1.41125
2.37122
4.45374
9.50324
9.6829
9.49085
9.12256
8.85536
8.54927
8.13347
7.58901
6.94901
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00451
1.00903
1.02668
1.05006
1.16901
1.31516
2.13049
3.68593
8.38581
9.42284
9.29458
8.98658
8.67369
8.36022
7.97222
7.48483
6.92126
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.0006
1.00122
1.00347
1.00677
1.02104
1.03716
1.13513
1.23655
1.89951
3.05177
6.87531
9.18469
9.11682
8.88596
8.53122
8.20564
7.83809
7.39764
6.89431
1
1
1.00001
1.00003
1.00007
1.00019
1.00038
1.00109
1.00211
1.00652
1.01138
1.04127
1.06752
1.25738
1.51435
2.65059
5.22851
8.92091
8.98532
8.81835
8.44913
8.08275
7.72622
7.32581
6.87474
1
1
1.00001
1.00003
1.00005
1.00015
1.00031
1.00086
1.00175
1.00495
1.00983
1.0295
1.0546
1.18563
1.35483
2.21169
3.87244
8.28858
8.86045
8.71962
8.38329
7.98466
7.63441
7.26789
6.86797
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.0015
1.0029
1.00899
1.01565
1.05693
1.09357
1.36034
1.72752
3.33898
6.81678
8.6032
8.54332
8.31927
7.91441
7.565
7.22707
6.87154
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00116
1.00234
1.00668
1.01292
1.04081
1.07136
1.25927
1.50959
2.65061
5.11898
8.26932
8.38848
8.24777
7.91121
7.53517
7.21143
6.88545
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00205
1.00413
1.01184
1.02344
1.07018
1.14096
1.43438
2.00448
3.77259
7.51428
8.25378
8.15964
7.90271
7.53826
7.21832
6.92053
1
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.00147
1.00297
1.00843
1.01641
1.05103
1.09168
1.31995
1.66312
3.03738
6.01497
8.03542
8.02324
7.88313
7.56596
7.24884
6.99417
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.0025
1.00503
1.01438
1.02829
1.08583
1.16766
1.53372
2.22123
4.27736
7.59655
7.96127
7.8665
7.63038
7.32875
7.13514
1
1
1
1
1.00001
1.00002
1.00006
1.00011
1.00031
1.00064
1.00177
1.00357
1.01006
1.01995
1.05943
1.11451
1.365
1.8138
3.30488
6.55867
7.82452
7.81793
7.71889
7.49994
7.3752
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00019
1.00052
1.00105
1.00291
1.00584
1.01682
1.032
1.10278
1.18985
1.64371
2.44854
4.90287
7.51093
7.83114
7.80951
7.74483
7.74658
1
1
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00203
1.00409
1.01152
1.02317
1.06661
1.13826
1.40571
1.92816
3.5064
6.76559
7.81092
8.00122
8.07839
8.19941
1
1
1
1
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.00057
1.00115
1.00321
1.0063
1.0189
1.034
1.11743
1.2081
1.73268
2.62049
5.35073
7.70347
8.37202
8.62028
8.83419
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00093
1.00189
1.00528
1.0105
1.0308
1.05784
1.18627
1.37461
2.1411
3.70415
7.33643
8.89008
9.38353
9.58386
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00012
1.00024
1.00065
1.00132
1.0037
1.00727
1.02185
1.0393
1.13727
1.24253
1.8806
2.96478
6.36542
9.47028
10.2536
10.2857
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00113
1.00228
1.00653
1.01239
1.03979
1.06917
1.24867
1.48999
2.56338
4.85956
10.021
11.0988
11.0041
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.0019
1.00537
1.01079
1.03179
1.0608
1.19974
1.39839
2.35128
4.35809
9.95755
11.6073
11.4339
1
1
1
1
1
1
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00457
1.00916
1.02754
1.05173
1.17826
1.33726
2.23847
4.03587
9.72374
11.8116
11.5604
1
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00011
1.00023
1.00066
1.00133
1.00395
1.00749
1.02505
1.04327
1.16593
1.29784
2.16953
3.8379
9.42984
11.8775
11.5286
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00008
1.00023
1.00043
1.00143
1.00242
1.00923
1.01488
1.06032
1.09909
1.41039
1.86976
3.93657
9.06828
11.8916
11.4264
1
1
1
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00018
1.00053
1.00098
1.00339
1.00566
1.02205
1.03587
1.14599
1.2581
2.05138
3.5191
8.71692
11.9478
11.3347
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.00021
1.00041
1.00125
1.00231
1.00805
1.01343
1.05343
1.08718
1.3611
1.75608
3.56575
8.18958
12.0423
11.3235
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00007
1.00019
1.00039
1.00116
1.00221
1.00736
1.01252
1.04921
1.07999
1.33158
1.68925
3.35201
7.62227
12.1665
11.356
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00047
1.00095
1.00284
1.00541
1.01803
1.03122
1.11925
1.21084
1.82449
2.97196
7.1497
12.3195
11.3988
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00018
1.00036
1.00106
1.00196
1.00663
1.01112
1.04286
1.07003
1.28061
1.57733
2.93126
6.41179
12.405
11.4894
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00046
1.00093
1.00268
1.0054
1.01608
1.03083
1.10257
1.19142
1.68894
2.63167
5.9849
12.364
11.4884
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.00258
1.00519
1.01538
1.02963
1.09746
1.18216
1.65236
2.53914
5.73389
12.1747
11.4681
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00096
1.00185
1.0059
1.01018
1.03802
1.06173
1.24286
1.47639
2.62407
5.3629
11.9515
11.4784
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00041
1.00082
1.00238
1.00465
1.01465
1.02596
1.0945
1.16582
1.61587
2.42581
5.36878
11.7451
11.4012
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00032
1.00092
1.00181
1.00561
1.00993
1.03596
1.05917
1.23008
1.44258
2.55019
5.04216
11.5595
11.3435
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.0004
1.00081
1.00233
1.00466
1.01399
1.02619
1.08897
1.16119
1.58253
2.35235
5.13894
11.3817
11.2452
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00039
1.00078
1.00226
1.00445
1.0137
1.02482
1.08798
1.1553
1.57339
2.31897
5.06475
11.2674
11.1934
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.00191
1.0055
1.01078
1.03375
1.06047
1.2186
1.42049
2.48918
4.78418
11.219
11.2157
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00193
1.00552
1.01095
1.0333
1.06125
1.2142
1.41532
2.46891
4.73428
11.1914
11.2342
1
1.00002
1.00006
1.00016
1.00034
1.00095
1.00193
1.00553
1.01076
1.03378
1.05961
1.21715
1.41243
2.43991
4.64402
10.5493
10.5406
10.3301
10.2018
10.2083
10.1981
10.1118
9.86275
9.29145
7.86443
1
1.00002
1.00005
1.00015
1.0003
1.00085
1.00173
1.0049
1.00981
1.02904
1.05474
1.18412
1.35202
2.25219
4.05094
9.51714
10.3482
10.2144
10.0174
9.9705
9.89858
9.72522
9.34247
8.58034
7.14245
1
1.00002
1.00004
1.00012
1.00026
1.00072
1.00147
1.00416
1.00826
1.02488
1.04553
1.15999
1.28911
2.07352
3.5449
8.33937
10.2119
10.0991
9.85193
9.72984
9.60719
9.35877
8.89426
8.13703
7.0126
1
1.00001
1.00004
1.0001
1.00021
1.0006
1.00123
1.00348
1.00684
1.02093
1.03743
1.13468
1.23552
1.89622
3.06235
7.06278
10.1056
9.99028
9.70526
9.49998
9.32615
9.03805
8.56651
7.88118
7.00118
1
1.00001
1.00003
1.00009
1.00018
1.00051
1.00103
1.00292
1.00589
1.01709
1.03335
1.1057
1.20106
1.69603
2.62161
5.74846
9.94696
9.86782
9.59146
9.29455
9.07205
8.77182
8.32438
7.71329
6.9789
1
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00192
1.0055
1.01069
1.03351
1.05915
1.21274
1.41124
2.37121
4.45369
9.5032
9.68289
9.49084
9.12255
8.85535
8.54926
8.13345
7.58899
6.94899
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00451
1.00903
1.02668
1.05006
1.16901
1.31515
2.13048
3.68589
8.38573
9.42283
9.29457
8.98658
8.67368
8.36021
7.9722
7.48482
6.92123
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.0006
1.00122
1.00347
1.00677
1.02104
1.03716
1.13513
1.23655
1.8995
3.05174
6.87523
9.18469
9.11682
8.88595
8.53121
8.20563
7.83808
7.39762
6.89428
1
1
1.00001
1.00003
1.00007
1.00019
1.00038
1.00109
1.00211
1.00652
1.01138
1.04127
1.06752
1.25738
1.51434
2.65056
5.22842
8.9209
8.98532
8.81835
8.44912
8.08274
7.7262
7.32579
6.87471
1
1
1.00001
1.00003
1.00005
1.00015
1.00031
1.00086
1.00175
1.00495
1.00983
1.0295
1.0546
1.18563
1.35482
2.21167
3.87239
8.28853
8.86044
8.71961
8.38328
7.98464
7.63439
7.26786
6.86794
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.0015
1.0029
1.00899
1.01565
1.05693
1.09357
1.36033
1.7275
3.33894
6.81669
8.60318
8.5433
8.31926
7.91439
7.56497
7.22704
6.8715
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00116
1.00234
1.00668
1.01292
1.04081
1.07136
1.25927
1.50957
2.65057
5.11888
8.26929
8.38847
8.24776
7.91119
7.53515
7.2114
6.88541
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00205
1.00413
1.01184
1.02344
1.07018
1.14096
1.43437
2.00446
3.77254
7.5142
8.25375
8.15962
7.90269
7.53823
7.21827
6.92047
1
1
1
1.00001
1.00002
1.00005
1.00009
1.00026
1.00053
1.00147
1.00297
1.00843
1.01641
1.05102
1.09167
1.31994
1.6631
3.03734
6.01487
8.03539
8.02321
7.8831
7.56592
7.24878
6.99408
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.0025
1.00503
1.01438
1.02829
1.08583
1.16766
1.53371
2.22119
4.27724
7.5965
7.96124
7.86646
7.63033
7.32866
7.13501
1
1
1
1
1.00001
1.00002
1.00006
1.00011
1.00031
1.00064
1.00177
1.00357
1.01006
1.01995
1.05943
1.1145
1.365
1.81378
3.30483
6.55858
7.82446
7.81786
7.71879
7.49981
7.37501
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00019
1.00052
1.00105
1.00291
1.00584
1.01682
1.032
1.10278
1.18985
1.64369
2.4485
4.90275
7.51084
7.83102
7.80938
7.74462
7.74633
1
1
1
1
1
1.00001
1.00002
1.00006
1.00013
1.00036
1.00073
1.00203
1.00409
1.01152
1.02317
1.06661
1.13825
1.4057
1.92813
3.50632
6.76546
7.81078
8.00101
8.07808
8.19902
1
1
1
1
1
1.00001
1.00002
1.00004
1.0001
1.00021
1.00057
1.00115
1.00321
1.0063
1.0189
1.034
1.11743
1.20809
1.73265
2.62041
5.35051
7.70325
8.37167
8.6198
8.83369
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00093
1.00189
1.00528
1.0105
1.0308
1.05783
1.18626
1.3746
2.14104
3.70394
7.33605
8.88948
9.38287
9.58332
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00012
1.00024
1.00065
1.00132
1.00369
1.00727
1.02185
1.0393
1.13726
1.2425
1.88052
2.96455
6.36478
9.46934
10.2529
10.2853
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.0002
1.00041
1.00113
1.00228
1.00653
1.01239
1.03978
1.06916
1.24864
1.48989
2.56316
4.85882
10.0195
11.0983
11.0037
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.0019
1.00537
1.01079
1.03179
1.06079
1.19971
1.3983
2.35105
4.35729
9.95589
11.6072
11.4339
1
1
1
1
1
1
1
1.00001
1.00002
1.00005
1.00014
1.00028
1.00079
1.0016
1.00457
1.00915
1.02753
1.05172
1.17822
1.33717
2.23819
4.03507
9.72182
11.8119
11.5608
1
1
1
1
1
1
1
1.00001
1.00002
1.00004
1.00011
1.00023
1.00066
1.00133
1.00395
1.00749
1.02504
1.04326
1.16589
1.29775
2.16924
3.83709
9.4279
11.8781
11.529
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00008
1.00023
1.00043
1.00143
1.00242
1.00923
1.01488
1.06031
1.09906
1.41027
1.86946
3.9357
9.06623
11.8925
11.427
1
1
1
1
1
1
1
1.00001
1.00002
1.00003
1.00009
1.00018
1.00053
1.00098
1.00339
1.00566
1.02205
1.03586
1.14594
1.258
2.05107
3.51823
8.71485
11.9489
11.3353
1
1
1
1
1
1
1
1.00001
1.00001
1.00004
1.00007
1.00021
1.00041
1.00125
1.00231
1.00805
1.01343
1.05341
1.08715
1.36098
1.75581
3.56483
8.18732
12.0435
11.3241
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00007
1.00019
1.00039
1.00116
1.00221
1.00736
1.01251
1.04919
1.07996
1.33146
1.68899
3.3511
7.61986
12.1677
11.3567
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00047
1.00095
1.00284
1.00541
1.01802
1.03122
1.11921
1.21079
1.82415
2.9712
7.14729
12.3206
11.3994
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00018
1.00036
1.00106
1.00196
1.00663
1.01112
1.04285
1.07002
1.28053
1.57712
2.93047
6.40933
12.4054
11.4897
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00046
1.00093
1.00268
1.0054
1.01608
1.03082
1.10255
1.19139
1.68879
2.63129
5.98375
12.3637
11.4885
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00008
1.00016
1.00044
1.0009
1.00258
1.00519
1.01538
1.02963
1.09745
1.18213
1.65227
2.53889
5.73312
12.1738
11.4679
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00096
1.00185
1.0059
1.01018
1.03802
1.06172
1.24284
1.47631
2.62392
5.36225
11.9507
11.4781
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00041
1.00082
1.00238
1.00465
1.01465
1.02596
1.09449
1.16581
1.61581
2.42566
5.36829
11.7443
11.4009
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00032
1.00092
1.00181
1.00561
1.00993
1.03595
1.05917
1.23006
1.44253
2.55008
5.04169
11.5588
11.3431
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.0004
1.00081
1.00233
1.00466
1.01399
1.02619
1.08897
1.16117
1.58249
2.35223
5.13858
11.3811
11.2449
1
1
1
1
1
1
1
1
1.00001
1.00002
1.00007
1.00014
1.00039
1.00078
1.00226
1.00445
1.0137
1.02481
1.08798
1.15528
1.57336
2.31884
5.06442
11.2667
11.193
1
1
1
1
1
1
1
1
1.00001
1.00003
1.00006
1.00016
1.00033
1.00094
1.00191
1.0055
1.01077
1.03374
1.06046
1.21858
1.42045
2.4891
4.78381
11.2184
11.2155
1
1
1
1
1
1
1
1.00001
1.00001
1.00003
1.00006
1.00017
1.00034
1.00095
1.00193
1.00552
1.01095
1.03329
1.06125
1.21418
1.41529
2.4688
4.73394
11.1907
11.234
1
1.00002
1.00005
1.00016
1.00033
1.00095
1.00192
1.00552
1.01075
1.03377
1.05959
1.21713
1.41235
2.43981
4.64347
10.5486
10.5404
10.3301
10.2018
10.2083
10.198
10.1117
9.86266
9.29135
7.86434
1
1.00002
1.00004
1.00014
1.0003
1.00084
1.00172
1.00489
1.0098
1.02903
1.05471
1.1841
1.35193
2.25208
4.05052
9.5164
10.3482
10.2143
10.0173
9.97043
9.89851
9.72513
9.34238
8.58025
7.14235
1
1.00001
1.00004
1.00012
1.00025
1.00072
1.00146
1.00415
1.00825
1.02487
1.0455
1.15998
1.28902
2.07344
3.54452
8.33858
10.2119
10.0991
9.85188
9.72976
9.60711
9.35867
8.89417
8.13693
7.0125
1
1.00001
1.00003
1.0001
1.00021
1.0006
1.00122
1.00347
1.00683
1.02092
1.03741
1.13465
1.23546
1.89611
3.06201
7.06196
10.1056
9.99027
9.7052
9.4999
9.32607
9.03796
8.56641
7.88108
7.00107
1
1.00001
1.00002
1.00008
1.00017
1.0005
1.00103
1.00291
1.00588
1.01708
1.03333
1.10568
1.201
1.69594
2.6213
5.74764
9.94686
9.86776
9.59142
9.29448
9.07197
8.77173
8.32428
7.71318
6.97878
1
1.00001
1.00002
1.00005
1.00016
1.00033
1.00094
1.00191
1.00549
1.01068
1.03349
1.05913
1.21271
1.41114
2.3711
4.45311
9.50279
9.6828
9.49077
9.12249
8.85527
8.54917
8.13335
7.58888
6.94887
1
1
1.00002
1.00004
1.00013
1.00027
1.00078
1.00159
1.0045
1.00902
1.02667
1.05004
1.16898
1.31507
2.13035
3.68547
8.3849
9.42271
9.29449
8.98653
8.6736
8.36011
7.97209
7.4847
6.9211
1
1
1.00001
1.00003
1.0001
1.00021
1.00059
1.00121
1.00346
1.00676
1.02102
1.03714
1.13509
1.23648
1.89937
3.05138
6.87441
9.18465
9.11679
8.88593
8.53114
8.20553
7.83796
7.3975
6.89414
0.999999
1
1.00001
1.00003
1.00006
1.00018
1.00037
1.00108
1.0021
1.00651
1.01137
1.04126
1.06749
1.25732
1.51421
2.65023
5.22749
8.92076
8.98531
8.81832
8.44905
8.08264
7.72608
7.32565
6.87455
0.999997
0.999999
1
1.00002
1.00005
1.00014
1.0003
1.00085
1.00174
1.00494
1.00982
1.02948
1.05457
1.1856
1.35471
2.21153
3.87196
8.28809
8.86031
8.7195
8.38318
7.98453
7.63426
7.2677
6.86774
0.999995
0.999996
1
1.00001
1.00004
1.00009
1.00025
1.00052
1.00149
1.00289
1.00898
1.01563
1.05691
1.09353
1.36026
1.72732
3.33859
6.81578
8.60301
8.54317
8.31917
7.91427
7.56482
7.22686
6.87128
0.999994
0.999995
0.999998
1
1.00003
1.00006
1.00019
1.00041
1.00115
1.00233
1.00666
1.01291
1.0408
1.07132
1.25921
1.50942
2.65022
5.11787
8.26897
8.38838
8.24767
7.91107
7.53499
7.21117
6.88515
0.999993
0.999994
0.999996
1
1.00001
1.00005
1.00012
1.00035
1.00072
1.00204
1.00412
1.01183
1.02343
1.07016
1.14091
1.43429
2.00423
3.77203
7.51345
8.25357
8.15947
7.90257
7.53807
7.21803
6.92012
0.999993
0.999993
0.999994
0.999999
1.00001
1.00004
1.00008
1.00025
1.00052
1.00146
1.00296
1.00842
1.0164
1.05101
1.09163
1.31989
1.66289
3.03695
6.01387
8.03517
8.02302
7.88294
7.56574
7.24846
6.99358
0.999992
0.999992
0.999994
0.999996
1
1.00002
1.00007
1.00015
1.00043
1.00089
1.00249
1.00502
1.01436
1.02827
1.0858
1.1676
1.53354
2.22078
4.27607
7.59614
7.96102
7.86624
7.63007
7.32819
7.13424
0.999992
0.999992
0.999993
0.999994
1
1.00001
1.00005
1.0001
1.0003
1.00063
1.00176
1.00356
1.01005
1.01993
1.0594
1.11444
1.36492
1.81354
3.30436
6.55777
7.82413
7.81746
7.71827
7.49904
7.37386
0.999991
0.999991
0.999992
0.999994
0.999997
1.00001
1.00002
1.00008
1.00018
1.00051
1.00104
1.0029
1.00583
1.01681
1.03197
1.10275
1.18977
1.64353
2.44808
4.90172
7.51029
7.83035
7.80858
7.7434
7.74479
0.999991
0.999991
0.999991
0.999993
0.999995
1
1.00001
1.00005
1.00012
1.00035
1.00072
1.00202
1.00408
1.01151
1.02315
1.06659
1.1382
1.40559
1.92787
3.50573
6.76447
7.80987
7.99968
8.07612
8.19659
0.999991
0.999991
0.999991
0.999992
0.999994
0.999997
1.00001
1.00003
1.00009
1.0002
1.00056
1.00114
1.0032
1.00628
1.01889
1.03398
1.11738
1.20801
1.7324
2.61981
5.34891
7.70176
8.36943
8.61682
8.83057
0.999991
0.999991
0.999991
0.999991
0.999992
0.999996
1
1.00002
1.00005
1.00016
1.00033
1.00092
1.00188
1.00526
1.01049
1.03078
1.05781
1.18616
1.37444
2.14063
3.70244
7.33351
8.88576
9.37882
9.58001
0.999991
0.999991
0.999991
0.999991
0.999992
0.999994
0.999998
1.00001
1.00003
1.00011
1.00023
1.00064
1.00131
1.00368
1.00725
1.02183
1.03926
1.13717
1.24231
1.87997
2.96293
6.36043
9.46345
10.2487
10.2828
0.999991
0.99999
0.999991
0.999991
0.999991
0.999993
0.999997
1
1.00003
1.00006
1.00019
1.0004
1.00112
1.00227
1.00651
1.01237
1.03975
1.06904
1.2485
1.48907
2.56184
4.85395
10.0101
11.0954
11.0018
0.999991
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00015
1.00032
1.00092
1.00189
1.00536
1.01077
1.03174
1.0607
1.1995
1.39762
2.34966
4.35205
9.94546
11.6064
11.4341
0.999991
0.99999
0.99999
0.999991
0.999991
0.999992
0.999994
0.999999
1.00001
1.00004
1.00013
1.00027
1.00077
1.00159
1.00455
1.00913
1.02748
1.05162
1.17798
1.33654
2.23643
4.02994
9.70975
11.8137
11.563
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999994
0.999997
1.00001
1.00003
1.0001
1.00022
1.00065
1.00132
1.00393
1.00746
1.025
1.04315
1.16561
1.29714
2.16742
3.83193
9.41568
11.8821
11.5322
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999993
0.999997
1
1.00003
1.00007
1.00022
1.00042
1.00142
1.00241
1.0092
1.01484
1.06019
1.09886
1.4095
1.86757
3.93022
9.05335
11.8983
11.4311
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999993
0.999996
1.00001
1.00002
1.00008
1.00017
1.00052
1.00097
1.00337
1.00564
1.02199
1.03577
1.14564
1.25734
2.0491
3.51273
8.70179
11.9558
11.339
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999996
1
1.00003
1.00006
1.0002
1.0004
1.00124
1.0023
1.00802
1.01339
1.05329
1.08695
1.36018
1.75408
3.55906
8.17314
12.0512
11.3282
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999996
1
1.00002
1.00006
1.00018
1.00038
1.00115
1.0022
1.00734
1.01248
1.04908
1.07978
1.33069
1.68732
3.34537
7.60475
12.1755
11.361
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999993
0.999995
1
1.00002
1.00007
1.00015
1.00046
1.00094
1.00283
1.00539
1.01798
1.03116
1.11898
1.21041
1.82217
2.96634
7.13242
12.3275
11.4031
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999996
1
1.00002
1.00005
1.00017
1.00034
1.00104
1.00195
1.00661
1.0111
1.04278
1.0699
1.27996
1.57575
2.92552
6.39389
12.408
11.4917
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999993
0.999995
1
1.00002
1.00007
1.00015
1.00045
1.00092
1.00267
1.00538
1.01606
1.03078
1.10243
1.19113
1.68792
2.62887
5.97658
12.3619
11.4892
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00007
1.00015
1.00043
1.00089
1.00256
1.00518
1.01535
1.02959
1.09737
1.18194
1.65167
2.53729
5.72827
12.1685
11.4668
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00015
1.00032
1.00095
1.00184
1.00589
1.01016
1.03798
1.06167
1.24266
1.47583
2.62298
5.35805
11.9457
11.4765
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00006
1.00013
1.0004
1.00081
1.00237
1.00464
1.01463
1.02593
1.09443
1.16569
1.61541
2.42464
5.36518
11.7397
11.3986
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00015
1.00031
1.00091
1.0018
1.0056
1.00991
1.03593
1.05912
1.22994
1.44221
2.54936
5.03869
11.5545
11.3409
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999994
1
1.00001
1.00006
1.00013
1.00039
1.0008
1.00232
1.00465
1.01397
1.02614
1.08895
1.16099
1.58229
2.35137
5.13638
11.377
11.2426
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999994
1
1.00001
1.00006
1.00013
1.00038
1.00077
1.00224
1.00443
1.01368
1.02476
1.08796
1.15509
1.57318
2.31795
5.06234
11.2627
11.1908
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00015
1.00032
1.00093
1.0019
1.00549
1.01076
1.03372
1.06042
1.21848
1.42016
2.48854
4.78132
11.2141
11.2143
0.999991
0.99999
0.99999
0.99999
0.999991
0.999991
0.999992
0.999995
1
1.00002
1.00005
1.00016
1.00033
1.00094
1.00192
1.0055
1.01093
1.03327
1.06121
1.21408
1.41505
2.46811
4.73161
11.1864
11.233
3.85226
3.32755
4.27263
4.26936
4.03914
3.9363
3.8823
3.79473
3.69714
3.61203
3.54374
3.4827
3.44623
3.43184
3.42928
3.45049
3.49796
3.56554
3.6464
3.7322
3.81993
3.90747
3.9941
4.07962
4.16408
4.24713
4.32837
4.40734
4.48419
4.55814
4.62769
4.69155
4.74965
4.8018
4.84817
4.88884
4.92427
4.95694
4.98398
5.00318
5.01645
5.02437
5.02763
5.02668
5.02265
5.01315
4.9983
4.98006
4.95935
4.93549
4.90913
4.87993
4.84857
4.81489
4.77938
4.74198
4.70308
4.66258
4.62089
4.57787
4.53387
4.48878
4.44289
4.39611
4.34864
4.30048
4.25174
4.20245
4.15271
4.10257
4.05212
4.0014
3.95053
3.89956
3.8486
3.79769
3.74693
3.69638
3.6461
3.59615
3.5466
3.49749
3.4489
3.40086
3.35345
3.30673
3.26074
3.21551
3.17114
3.12771
3.08525
3.04387
3.00367
2.96498
2.92799
2.89309
2.86083
2.83216
2.80823
2.79214
4.72055
4.23005
4.35821
4.22745
4.01653
3.97171
3.92922
3.80947
3.68914
3.59029
3.52347
3.47994
3.44534
3.42898
3.42577
3.44563
3.49179
3.55969
3.64223
3.72856
3.81646
3.90394
3.99031
4.07546
4.15927
4.24147
4.32192
4.39935
4.47513
4.54931
4.619
4.68264
4.7408
4.79321
4.84012
4.88118
4.91728
4.94944
4.97626
4.99609
5.00981
5.01806
5.02143
5.02085
5.01772
5.0095
4.99375
4.97527
4.95453
4.93124
4.90508
4.87629
4.84502
4.81163
4.77621
4.73904
4.7002
4.65989
4.61823
4.57536
4.53137
4.48639
4.4405
4.3938
4.34633
4.29822
4.24948
4.20023
4.1505
4.10038
4.04993
3.99925
3.9484
3.89748
3.84655
3.7957
3.745
3.69452
3.64432
3.59446
3.54499
3.49596
3.44745
3.39947
3.35215
3.30549
3.25956
3.21435
3.17002
3.12666
3.08431
3.04303
3.003
2.96429
2.92724
2.89227
2.8599
2.83106
2.80677
2.79038
5.52717
4.78623
4.52172
4.26817
4.05367
3.96188
3.87851
3.78288
3.68027
3.59104
3.52761
3.48369
3.44509
3.41666
3.40874
3.43433
3.48236
3.54727
3.63312
3.71781
3.8063
3.89411
3.98084
4.06655
4.15101
4.23384
4.31493
4.39341
4.46962
4.54302
4.61214
4.67582
4.73389
4.78639
4.83321
4.87452
4.91069
4.94226
4.96862
4.98873
5.00266
5.01103
5.01426
5.01377
5.01121
5.00424
4.98961
4.96995
4.94869
4.92545
4.89965
4.87111
4.84008
4.80683
4.77158
4.73454
4.69583
4.65562
4.61404
4.57123
4.52729
4.48235
4.43648
4.3898
4.34234
4.29423
4.24549
4.19623
4.14649
4.09637
4.04593
3.99527
3.94444
3.89357
3.8427
3.79194
3.74133
3.69097
3.64089
3.59114
3.54182
3.49296
3.44464
3.39677
3.34966
3.30323
3.25756
3.21265
3.16856
3.12524
3.08293
3.0417
3.00171
2.96308
2.9261
2.89111
2.85866
2.82962
2.80491
2.78818
5.89983
5.10894
4.6592
4.35799
4.12949
3.9891
3.8923
3.79353
3.69073
3.59912
3.53154
3.48018
3.4452
3.42637
3.4259
3.43989
3.48102
3.54918
3.62937
3.71404
3.80141
3.88902
3.97576
4.06145
4.14581
4.22834
4.30885
4.38641
4.46139
4.53322
4.60122
4.66406
4.72149
4.77339
4.81991
4.86104
4.89705
4.92815
4.95411
4.97429
4.98854
4.99716
5.00048
5.00009
4.99807
4.99243
4.98005
4.95996
4.9381
4.91473
4.88923
4.86118
4.83068
4.79787
4.76298
4.72621
4.68776
4.64776
4.60637
4.56371
4.51992
4.47509
4.42932
4.38271
4.33533
4.28726
4.23858
4.18935
4.13967
4.08958
4.0392
3.9886
3.93788
3.88712
3.83642
3.78585
3.73548
3.68533
3.63554
3.58602
3.53699
3.4884
3.44042
3.39302
3.34619
3.2999
3.2544
3.20962
3.16572
3.12264
3.08058
3.03956
2.99978
2.96134
2.92453
2.88966
2.85725
2.82814
2.80309
2.78604
6.09182
5.34315
4.83012
4.48933
4.24019
4.06149
3.94136
3.83868
3.74066
3.65727
3.59477
3.547
3.51156
3.48726
3.47754
3.48241
3.50382
3.55334
3.62842
3.71064
3.79584
3.88312
3.97074
4.05719
4.14141
4.2231
4.30219
4.37874
4.45228
4.52257
4.58895
4.6507
4.7074
4.75881
4.80487
4.84554
4.88104
4.91148
4.93689
4.95691
4.97135
4.9802
4.98361
4.98325
4.98155
4.97688
4.9666
4.94752
4.92546
4.90172
4.87622
4.84856
4.81859
4.78629
4.75185
4.71546
4.67732
4.63759
4.59645
4.554
4.51039
4.46572
4.42008
4.37359
4.3263
4.27833
4.22971
4.18057
4.13093
4.08095
4.03063
3.98016
3.92957
3.879
3.82851
3.77825
3.72806
3.67823
3.62872
3.57967
3.53105
3.48289
3.43524
3.38814
3.34163
3.29572
3.25051
3.20606
3.16244
3.11971
3.07794
3.03724
2.99775
2.95964
2.92313
2.88859
2.85641
2.82751
2.80238
2.78524
6.20638
5.5311
5.01172
4.63907
4.37161
4.17799
4.0423
3.93864
3.85369
3.78656
3.73334
3.6886
3.6494
3.61491
3.58851
3.57635
3.57881
3.59337
3.63101
3.706
3.78721
3.87828
3.96935
4.05735
4.14142
4.22162
4.29817
4.37145
4.44158
4.50862
4.57218
4.63177
4.68693
4.73733
4.78269
4.82289
4.85806
4.8882
4.91335
4.93349
4.94829
4.95767
4.9616
4.96134
4.95999
4.95622
4.94784
4.93096
4.90936
4.88544
4.85985
4.83244
4.80294
4.77121
4.73732
4.70141
4.66367
4.6243
4.58345
4.54126
4.49788
4.45341
4.40795
4.36161
4.31446
4.26661
4.21809
4.16905
4.11949
4.06962
4.01942
3.96911
3.91873
3.86832
3.81818
3.76828
3.71872
3.66946
3.6205
3.57193
3.52375
3.47598
3.42871
3.38196
3.33582
3.29031
3.2455
3.20143
3.1582
3.11587
3.07452
3.03428
2.99526
2.95767
2.92172
2.88779
2.8562
2.82791
2.80314
2.7866
6.28688
5.68326
5.18291
4.80011
4.51608
4.31692
4.17702
4.08485
4.02295
3.97813
3.9409
3.90329
3.8629
3.8153
3.76275
3.71366
3.67656
3.66926
3.67788
3.70682
3.77018
3.85883
3.95605
4.04959
4.13681
4.21731
4.29197
4.36206
4.42877
4.49252
4.55329
4.61073
4.6643
4.71352
4.75801
4.79761
4.83238
4.86218
4.88706
4.90713
4.9222
4.93211
4.93666
4.93648
4.93537
4.93225
4.92522
4.9109
4.8904
4.86678
4.8412
4.81389
4.78469
4.75342
4.72006
4.68465
4.64738
4.6084
4.5679
4.52601
4.4829
4.43867
4.39344
4.3473
4.30032
4.25262
4.20424
4.15534
4.10592
4.05621
4.0062
3.95614
3.90613
3.85653
3.80691
3.75757
3.70848
3.65968
3.61119
3.56302
3.51526
3.4679
3.42108
3.37476
3.32909
3.28402
3.23971
3.19613
3.15343
3.11161
3.07086
3.03122
2.99292
2.95609
2.92102
2.88802
2.85737
2.8302
2.80643
2.79158
6.3452
5.80718
5.33942
4.96369
4.67931
4.47982
4.35064
4.27879
4.24559
4.22651
4.20813
4.18114
4.13952
4.07181
3.98174
3.88664
3.80607
3.75642
3.7492
3.7573
3.78429
3.84462
3.93435
4.0311
4.12378
4.20792
4.28344
4.35196
4.41559
4.47577
4.53314
4.58764
4.63893
4.68648
4.72978
4.76835
4.80252
4.83199
4.85651
4.87659
4.89184
4.90221
4.90754
4.90746
4.90661
4.90405
4.89817
4.88605
4.86713
4.84446
4.81931
4.79218
4.7632
4.73227
4.69936
4.66446
4.62769
4.58917
4.54908
4.50757
4.46478
4.42085
4.37589
4.32999
4.28323
4.23573
4.18753
4.1388
4.0896
4.04015
3.9906
3.94121
3.89185
3.8427
3.79369
3.74486
3.69625
3.6479
3.59989
3.55221
3.50499
3.45816
3.41192
3.36615
3.32107
3.27657
3.23288
3.1899
3.14788
3.10675
3.06679
3.02799
2.99066
2.95493
2.92114
2.88944
2.86036
2.83521
2.8133
2.80155
6.39288
5.91559
5.48704
5.13309
4.86375
4.67752
4.57404
4.53424
4.52907
4.52787
4.52207
4.50365
4.45923
4.3656
4.22015
4.07585
3.95648
3.87358
3.83277
3.8333
3.84182
3.86748
3.92389
4.00771
4.09588
4.18304
4.26252
4.33327
4.39703
4.45568
4.51053
4.56222
4.61093
4.65637
4.69813
4.73576
4.76915
4.79803
4.82237
4.84245
4.85788
4.8687
4.87486
4.87516
4.87453
4.87242
4.86744
4.85709
4.83996
4.81872
4.79446
4.7678
4.7391
4.70845
4.67591
4.64147
4.6052
4.56717
4.52755
4.48647
4.44407
4.4005
4.35584
4.31023
4.2637
4.21643
4.16843
4.11992
4.07109
4.02227
3.97342
3.92471
3.87599
3.82739
3.7789
3.73061
3.68255
3.63475
3.58732
3.54023
3.49362
3.44742
3.4018
3.35668
3.31226
3.26843
3.22545
3.18322
3.14199
3.10175
3.06277
3.02511
2.98907
2.95488
2.9226
2.89291
2.86628
2.84413
2.82517
2.81779
6.43917
6.01774
5.63621
5.31933
5.08075
4.92708
4.86259
4.86178
4.86657
4.87621
4.87086
4.84756
4.78517
4.65068
4.45584
4.27509
4.129
4.02258
3.95501
3.92511
3.92558
3.9322
3.9528
3.99888
4.07071
4.14672
4.22564
4.29997
4.36782
4.42884
4.48393
4.53433
4.58096
4.62419
4.66403
4.70021
4.73256
4.76084
4.78501
4.80504
4.82058
4.83187
4.83874
4.83985
4.83933
4.83752
4.8332
4.82422
4.80883
4.78922
4.7662
4.74034
4.71211
4.68181
4.6496
4.61555
4.57973
4.54221
4.50308
4.46249
4.42053
4.37737
4.33307
4.28779
4.24155
4.19453
4.14685
4.09897
4.05087
4.00278
3.9546
3.90647
3.85836
3.81034
3.76245
3.71476
3.66733
3.62017
3.5734
3.52697
3.48105
3.43554
3.39065
3.34626
3.30261
3.25958
3.21745
3.17614
3.13592
3.09681
3.0591
3.02291
2.98863
2.9562
2.92619
2.89935
2.87612
2.85801
2.84365
2.84131
6.49265
6.12613
5.79795
5.53191
5.34447
5.24173
5.2279
5.23449
5.25123
5.25006
5.23653
5.19164
5.08551
4.88445
4.67398
4.48329
4.32551
4.20255
4.11301
4.05442
4.02355
4.01554
4.01868
4.03155
4.06259
4.1227
4.18028
4.25049
4.32157
4.38764
4.44672
4.4992
4.54611
4.58841
4.62677
4.6615
4.69269
4.72029
4.74413
4.76421
4.78003
4.79173
4.79934
4.80141
4.801
4.79947
4.79574
4.78792
4.77405
4.75603
4.73441
4.70963
4.68217
4.65238
4.62059
4.58693
4.55154
4.51449
4.47587
4.43578
4.39432
4.35161
4.30771
4.26278
4.21684
4.17028
4.12332
4.07618
4.02883
3.9814
3.93388
3.88638
3.83891
3.79154
3.74433
3.69732
3.65061
3.60416
3.55813
3.51244
3.46729
3.42256
3.37848
3.33493
3.29217
3.2501
3.20899
3.1688
3.12983
3.09215
3.05609
3.02188
2.98966
2.95969
2.93291
2.90991
2.89151
2.87871
2.87179
2.87239
6.55939
6.25436
5.99143
5.79177
5.66858
5.62911
5.63325
5.64601
5.65017
5.63906
5.59759
5.49773
5.30509
5.091
4.88471
4.69798
4.53746
4.40349
4.29525
4.21195
4.1523
4.11443
4.09327
4.09363
4.09937
4.11764
4.15774
4.20366
4.26387
4.32992
4.39337
4.45076
4.50132
4.54555
4.58443
4.61883
4.64938
4.67639
4.69994
4.71996
4.73634
4.74843
4.7567
4.75991
4.75962
4.75837
4.75521
4.74851
4.73594
4.71933
4.69912
4.67559
4.64912
4.62009
4.58885
4.55566
4.52071
4.48412
4.446
4.40643
4.36548
4.32326
4.27978
4.23524
4.1899
4.14413
4.09798
4.05159
4.00498
3.95826
3.91145
3.86465
3.81792
3.77129
3.72486
3.67861
3.63269
3.58704
3.54183
3.49697
3.45268
3.40884
3.36568
3.32312
3.28139
3.24045
3.20056
3.16176
3.12436
3.08851
3.05462
3.02275
2.9931
2.96669
2.94419
2.92641
2.91443
2.90874
2.90902
2.91128
6.65566
6.4227
6.23836
6.11725
6.06408
6.06505
6.07104
6.06986
6.05622
6.00994
5.90238
5.7101
5.49785
5.29043
5.09595
4.91806
4.7571
4.61508
4.49203
4.38823
4.30366
4.23844
4.19154
4.16206
4.14905
4.15081
4.15966
4.18237
4.21917
4.26666
4.3262
4.38587
4.44093
4.48971
4.53214
4.56878
4.60044
4.62791
4.65166
4.67188
4.68867
4.70149
4.71049
4.71493
4.71477
4.71384
4.71128
4.70571
4.69451
4.67915
4.66025
4.63803
4.61274
4.58467
4.5542
4.52161
4.48719
4.4511
4.41349
4.37445
4.33404
4.29229
4.2493
4.20545
4.16096
4.11604
4.07072
4.02512
3.97929
3.93334
3.88732
3.84131
3.79538
3.74957
3.70396
3.65856
3.6135
3.56873
3.52441
3.48048
3.43714
3.3943
3.35219
3.31076
3.27024
3.23066
3.19227
3.15522
3.11979
3.08634
3.05513
3.026
3.00017
2.97846
2.96164
2.95095
2.94744
2.94841
2.95209
2.96191
6.80088
6.65521
6.56068
6.51556
6.5159
6.51918
6.51569
6.4956
6.43647
6.30694
6.1079
5.89297
5.68534
5.49045
5.30809
5.13747
4.9773
4.8293
4.6945
4.57411
4.46925
4.38079
4.30896
4.254
4.21566
4.19191
4.18673
4.18978
4.20123
4.22565
4.26165
4.31247
4.3661
4.41797
4.46522
4.50653
4.54189
4.57192
4.59734
4.61867
4.63625
4.6502
4.66001
4.66573
4.66609
4.66549
4.66351
4.65893
4.64956
4.63542
4.61783
4.59695
4.57294
4.54601
4.5165
4.48471
4.45096
4.41547
4.37843
4.33995
4.30003
4.25881
4.21656
4.17361
4.13005
4.08601
4.04157
3.99682
3.95186
3.90677
3.86162
3.81648
3.77144
3.72652
3.68182
3.63736
3.59323
3.54945
3.50611
3.46324
3.42096
3.37929
3.33838
3.2983
3.25923
3.2213
3.18479
3.14992
3.11709
3.08668
3.05829
3.03325
3.01264
2.99713
2.98766
2.98673
2.98822
2.9934
3.00597
3.03333
7.02781
6.97418
6.9668
6.97259
6.98547
6.98039
6.95425
6.88152
6.72653
6.50917
6.2847
6.07253
5.87593
5.69249
5.51885
5.35244
5.19213
5.0393
4.89536
4.76209
4.64128
4.53426
4.44193
4.36466
4.30261
4.25591
4.22497
4.20695
4.20721
4.21151
4.22362
4.24913
4.28881
4.33575
4.38403
4.42929
4.46971
4.50454
4.53381
4.55793
4.57749
4.59308
4.60419
4.61125
4.61333
4.61289
4.61134
4.60768
4.60017
4.58766
4.57156
4.55209
4.52945
4.50381
4.47546
4.44468
4.4118
4.37707
4.3407
4.30282
4.26346
4.223
4.18169
4.13971
4.09712
4.05405
4.01055
3.96676
3.92274
3.87859
3.8344
3.7902
3.74612
3.70217
3.65846
3.61501
3.57192
3.52922
3.48699
3.4453
3.40424
3.36391
3.32442
3.28594
3.24865
3.21278
3.17865
3.14658
3.1172
3.08975
3.06573
3.04634
3.03263
3.02494
3.02529
3.02768
3.0347
3.05051
3.07749
3.13061
7.36409
7.37901
7.42135
7.46458
7.46009
7.43094
7.34739
7.16883
6.92515
6.68169
6.45846
6.25608
6.07005
5.8946
5.72556
5.56044
5.39809
5.24106
5.09
4.94707
4.81418
4.69285
4.58411
4.48876
4.40725
4.3398
4.28652
4.24662
4.22147
4.20967
4.21052
4.21512
4.2286
4.25715
4.29666
4.33983
4.38315
4.42306
4.45773
4.48663
4.50999
4.52826
4.54204
4.5507
4.55519
4.55502
4.55407
4.55154
4.54611
4.53544
4.52101
4.50314
4.48204
4.45786
4.4309
4.40136
4.36958
4.33581
4.30026
4.26307
4.22451
4.18504
4.14475
4.1038
4.06223
4.02019
3.97773
3.93498
3.89199
3.84888
3.80572
3.76258
3.71954
3.67667
3.63404
3.5917
3.54975
3.50824
3.46727
3.4269
3.38727
3.34849
3.31072
3.27417
3.2391
3.20584
3.17476
3.14649
3.12026
3.09747
3.07964
3.06771
3.0629
3.06371
3.06733
3.07667
3.0965
3.13442
3.17258
3.23539
7.77617
7.85571
7.94791
7.94837
7.9216
7.83191
7.63456
7.35928
7.09106
6.85074
6.63788
6.4457
6.26654
6.09479
5.92668
5.7605
5.59659
5.43442
5.27736
5.12705
4.98507
4.85276
4.7312
4.62126
4.52348
4.4382
4.36597
4.3066
4.26025
4.22661
4.20697
4.19935
4.19976
4.20468
4.21888
4.24886
4.28741
4.32836
4.36719
4.4016
4.43044
4.45334
4.47094
4.48289
4.49017
4.49196
4.49146
4.48981
4.486
4.47817
4.46566
4.44959
4.43024
4.40778
4.38243
4.35441
4.324
4.29143
4.25688
4.22064
4.18325
4.14489
4.10572
4.06586
4.02542
3.9845
3.94318
3.90155
3.8597
3.81773
3.77569
3.73369
3.6918
3.6501
3.60865
3.56756
3.52688
3.48671
3.44716
3.40833
3.37036
3.33343
3.29776
3.26363
3.23138
3.20144
3.17453
3.14966
3.1284
3.11241
3.10225
3.10063
3.10208
3.10716
3.11967
3.14544
3.18488
3.23515
3.27885
3.34047
8.33549
8.44253
8.46063
8.43148
8.33196
8.11249
7.80858
7.51406
7.25321
7.0257
6.82341
6.63782
6.46148
6.28979
6.11981
5.95093
5.78335
5.61782
5.45635
5.30054
5.15167
5.01106
4.87963
4.75827
4.64747
4.54777
4.45952
4.38283
4.31779
4.26484
4.22437
4.19688
4.18304
4.17282
4.17406
4.18075
4.19699
4.22962
4.26563
4.3026
4.33642
4.36513
4.3881
4.40538
4.41652
4.42261
4.42277
4.42204
4.41979
4.41477
4.4047
4.39069
4.37335
4.35291
4.32949
4.30331
4.27459
4.2435
4.21031
4.17549
4.13942
4.10232
4.06439
4.02575
3.98654
3.94685
3.90677
3.86638
3.82578
3.78504
3.74425
3.7035
3.66288
3.62247
3.58236
3.54264
3.50341
3.46478
3.42688
3.38985
3.35389
3.31923
3.28618
3.25513
3.22651
3.20116
3.1779
3.15831
3.14459
3.13678
3.13712
3.13963
3.14693
3.16319
3.19576
3.23948
3.28928
3.34287
3.38423
3.43674
8.98127
9.00476
8.97092
8.85493
8.60306
8.26958
7.9487
7.66601
7.42154
7.20663
7.01125
6.82787
6.65054
6.47617
6.30295
6.13077
5.96005
5.79147
5.62683
5.467
5.31316
5.16635
5.02746
4.89718
4.77609
4.66454
4.56293
4.47165
4.39115
4.32134
4.2626
4.21544
4.18097
4.15947
4.14137
4.1346
4.13707
4.14588
4.16554
4.19697
4.23012
4.2627
4.29152
4.31491
4.33232
4.34326
4.34843
4.34822
4.34706
4.34403
4.33757
4.32602
4.31092
4.29272
4.27155
4.24756
4.22088
4.19168
4.16028
4.12721
4.09275
4.05716
4.02066
3.98341
3.94557
3.90724
3.86851
3.82947
3.79022
3.75084
3.71143
3.67207
3.63287
3.59391
3.55531
3.51716
3.4796
3.44276
3.40681
3.37196
3.33846
3.30665
3.27695
3.24986
3.22627
3.20492
3.18722
3.17584
3.17158
3.17256
3.17669
3.18725
3.20942
3.24729
3.29409
3.34631
3.39785
3.44604
3.47871
3.51846
9.60726
9.56428
9.42022
9.11583
8.74398
8.39274
8.08728
7.82491
7.59533
7.38855
7.19605
7.01148
6.831
6.65275
6.47604
6.30082
6.12771
5.95719
5.78988
5.62707
5.46968
5.31835
5.17382
5.0366
4.9073
4.78625
4.67384
4.57059
4.47675
4.39236
4.31783
4.25358
4.20033
4.15856
4.12987
4.10522
4.08745
4.08768
4.09108
4.10106
4.12219
4.15155
4.18226
4.21058
4.23432
4.25207
4.26366
4.26799
4.2677
4.26629
4.26273
4.25527
4.24285
4.22703
4.20826
4.18669
4.16237
4.13546
4.10637
4.07543
4.04291
4.00912
3.9743
3.93866
3.90235
3.86553
3.82829
3.79075
3.75299
3.71512
3.67723
3.63943
3.60182
3.5645
3.52762
3.49129
3.45568
3.42097
3.38739
3.35524
3.32484
3.29671
3.27137
3.24986
3.23043
3.21548
3.20586
3.2058
3.20764
3.21384
3.22839
3.25799
3.30005
3.35026
3.40355
3.45545
3.49987
3.53683
3.55808
3.58535
10.2201
10.0298
9.64528
9.22718
8.8414
8.51108
8.2313
7.98881
7.77115
7.56842
7.37488
7.18681
7.00227
6.82013
6.64038
6.46285
6.288
6.11602
5.94717
5.78239
5.62233
5.46741
5.3184
5.1756
5.03971
4.91089
4.78972
4.67624
4.57095
4.4742
4.38635
4.30761
4.23834
4.17917
4.13075
4.09508
4.06308
4.03978
4.02906
4.02998
4.03455
4.04603
4.06936
4.09607
4.12327
4.147
4.16529
4.17724
4.18203
4.18176
4.18033
4.17665
4.16891
4.15609
4.13979
4.12068
4.09894
4.0747
4.04827
4.01983
3.98966
3.95802
3.92519
3.89141
3.85686
3.82174
3.78616
3.75026
3.71414
3.67794
3.64174
3.60567
3.56987
3.53443
3.49955
3.46535
3.4321
3.39999
3.36937
3.34063
3.31426
3.29094
3.27181
3.2546
3.24215
3.23667
3.23749
3.24127
3.25107
3.27184
3.30862
3.35487
3.40745
3.46168
3.51268
3.55604
3.58871
3.61228
3.62274
3.63945
10.7361
10.2205
9.7227
9.29062
8.93254
8.636
8.38222
8.15512
7.94374
7.74182
7.54564
7.35363
7.16531
6.98016
6.79825
6.61922
6.44325
6.27029
6.10029
5.93402
5.7718
5.614
5.4612
5.31374
5.17214
5.0367
4.90784
4.78583
4.67097
4.56356
4.46393
4.3724
4.28957
4.21598
4.15179
4.09777
4.05491
4.0171
3.9866
3.96758
3.96253
3.964
3.96967
3.98267
4.0061
4.03039
4.05362
4.07248
4.08538
4.0914
4.09128
4.09014
4.08683
4.07962
4.06649
4.04995
4.0308
4.00932
3.98574
3.96012
3.93267
3.90355
3.87308
3.84147
3.80896
3.77576
3.74203
3.70798
3.67369
3.63935
3.60505
3.57097
3.53723
3.50398
3.47146
3.43984
3.40946
3.38061
3.35374
3.32946
3.30848
3.29174
3.27765
3.26725
3.26657
3.26839
3.27466
3.2892
3.31874
3.36033
3.41074
3.46561
3.52022
3.57009
3.61128
3.64177
3.66137
3.67278
3.67626
3.68367
10.961
10.2675
9.7411
9.34422
9.03216
8.77132
8.53884
8.32128
8.11183
7.90767
7.70801
7.51273
7.32185
7.13498
6.95183
6.77197
6.59527
6.42142
6.25071
6.08257
5.91846
5.75819
5.60212
5.45056
5.30405
5.16286
5.02747
4.89809
4.77514
4.6588
4.54945
4.44733
4.35281
4.26617
4.18789
4.11856
4.05869
4.00991
3.96663
3.92961
3.90442
3.89014
3.88885
3.89077
3.89731
3.91178
3.9339
3.9559
3.97517
3.98922
3.99726
3.99803
3.99717
3.99436
3.98795
3.97512
3.95886
3.94017
3.91938
3.89666
3.87211
3.84585
3.81807
3.78894
3.75875
3.72772
3.6961
3.66409
3.63186
3.59962
3.56747
3.53566
3.5043
3.47366
3.44396
3.41552
3.38871
3.36402
3.342
3.32386
3.30963
3.29873
3.29268
3.29354
3.2976
3.30803
3.33005
3.36749
3.41426
3.46783
3.52427
3.5788
3.62707
3.66605
3.69371
3.71095
3.71916
3.7218
3.72157
3.72245
10.9305
10.2371
9.74555
9.40407
9.14032
8.90973
8.69191
8.47956
8.27094
8.06573
7.86454
7.66787
7.47578
7.28791
7.10385
6.92306
6.74526
6.57016
6.39784
6.22749
6.06157
5.89879
5.73958
5.58425
5.43327
5.28694
5.14571
5.00987
4.87976
4.75566
4.63785
4.52661
4.42217
4.32492
4.23516
4.15334
4.07987
4.01521
3.96063
3.912
3.8696
3.83752
3.81879
3.8088
3.80917
3.81204
3.81991
3.83618
3.85625
3.87579
3.89102
3.90041
3.90306
3.90249
3.90026
3.89477
3.88358
3.86821
3.85015
3.83019
3.80855
3.78527
3.7604
3.73407
3.70651
3.67797
3.64874
3.61905
3.58915
3.55925
3.52958
3.50035
3.47182
3.44426
3.41805
3.39355
3.37132
3.35201
3.33672
3.32588
3.31733
3.31718
3.31925
3.32626
3.34213
3.37411
3.41664
3.46818
3.52514
3.58281
3.63676
3.68306
3.71941
3.74435
3.75896
3.76515
3.76486
3.76347
3.75973
3.75963
10.7853
10.1626
9.75829
9.48278
9.2583
9.04701
8.83705
8.62707
8.41862
8.21371
8.01319
7.81703
7.62512
7.43702
7.25235
7.07068
6.89169
6.71518
6.54104
6.36991
6.20029
6.03445
5.87208
5.71323
5.55816
5.40725
5.26085
5.11933
4.983
4.8522
4.72715
4.60817
4.49539
4.38917
4.28966
4.19726
4.11228
4.03518
3.96643
3.90704
3.85391
3.80649
3.76946
3.74379
3.72855
3.72346
3.72461
3.72908
3.73936
3.75773
3.77586
3.79155
3.80246
3.80743
3.80721
3.80572
3.80165
3.79296
3.77871
3.76172
3.74282
3.7223
3.70027
3.67683
3.65214
3.62643
3.59993
3.57294
3.54573
3.51859
3.49179
3.46564
3.44047
3.4167
3.39475
3.37519
3.35873
3.34673
3.33903
3.3354
3.33663
3.3417
3.35403
3.37946
3.41815
3.46686
3.52282
3.582
3.64017
3.69295
3.73707
3.77066
3.79323
3.80565
3.8091
3.80856
3.80646
3.80151
3.79127
3.78973
10.5952
10.0907
9.78862
9.57072
9.37147
9.17039
8.9654
8.75918
8.55437
8.3526
8.15442
7.95976
7.76845
7.58025
7.39485
7.21204
7.03154
6.85326
6.67703
6.50296
6.33099
6.16247
5.9971
5.83493
5.67623
5.5212
5.37033
5.22381
5.08215
4.94554
4.81432
4.68871
4.5689
4.45513
4.34754
4.24643
4.15203
4.06466
3.98478
3.91271
3.8495
3.79225
3.74091
3.69975
3.66914
3.64944
3.63752
3.63762
3.63956
3.64544
3.658
3.67569
3.69269
3.7053
3.71275
3.71354
3.71278
3.71011
3.70396
3.69158
3.67612
3.65833
3.63896
3.61831
3.59657
3.57386
3.55042
3.52647
3.50235
3.47839
3.45498
3.43254
3.41154
3.39248
3.3761
3.36285
3.3547
3.35027
3.35085
3.35424
3.36342
3.38304
3.418
3.46273
3.51644
3.5758
3.63675
3.69481
3.74606
3.78779
3.81873
3.83902
3.84977
3.85132
3.85058
3.8481
3.84241
3.83234
3.81786
3.81519
10.4913
10.0579
9.82601
9.64548
9.46279
9.27035
9.07243
8.87312
8.67457
8.47772
8.28296
8.09046
7.90025
7.7123
7.52654
7.34281
7.16109
6.98119
6.80318
6.62706
6.4528
6.28094
6.11237
5.94699
5.78495
5.6263
5.4715
5.32077
5.17455
5.03311
4.89671
4.76563
4.63995
4.51998
4.40572
4.29751
4.19539
4.09972
4.01072
3.9288
3.85428
3.7881
3.72757
3.67314
3.62863
3.59412
3.56947
3.55441
3.54932
3.55029
3.55405
3.56276
3.5793
3.59568
3.6095
3.61845
3.62245
3.62217
3.62062
3.61634
3.60732
3.59327
3.57678
3.55893
3.54014
3.5206
3.50052
3.48009
3.45962
3.43951
3.42027
3.40237
3.38661
3.37329
3.36383
3.35876
3.35901
3.36127
3.36826
3.38359
3.41416
3.45434
3.50516
3.56346
3.6257
3.68769
3.74524
3.79482
3.83425
3.86295
3.88117
3.89035
3.8909
3.89005
3.88737
3.88148
3.87017
3.858
3.84199
3.83829
10.4455
10.037
9.84768
9.69683
9.53048
9.34856
9.15964
8.96856
8.77699
8.58558
8.39474
8.20488
8.01633
7.82922
7.6437
7.45968
7.27726
7.09634
6.91701
6.73928
6.56304
6.38882
6.21751
6.04935
5.88432
5.7226
5.56447
5.41021
5.26016
5.11466
4.97388
4.83817
4.70755
4.58236
4.46257
4.34847
4.24005
4.13762
4.04125
3.95133
3.86804
3.79187
3.72346
3.66034
3.60356
3.55657
3.5188
3.49087
3.4722
3.4632
3.46351
3.4658
3.47204
3.48501
3.50141
3.51653
3.52811
3.53484
3.53567
3.53491
3.53223
3.5261
3.51389
3.49962
3.48383
3.46739
3.45076
3.43411
3.41782
3.40226
3.38814
3.37574
3.36673
3.3603
3.36052
3.36237
3.36815
3.38082
3.40606
3.44194
3.489
3.54491
3.607
3.67147
3.73404
3.79057
3.83823
3.87545
3.90204
3.91899
3.92682
3.92698
3.92612
3.92346
3.91761
3.90698
3.89365
3.88038
3.86373
3.8593
10.4256
10.0187
9.85744
9.73123
9.58077
9.40988
9.22998
9.04663
8.86148
8.67513
8.48822
8.30128
8.11481
7.9291
7.74434
7.56062
7.37802
7.19661
7.01642
6.83759
6.65999
6.48395
6.31028
6.13956
5.97189
5.80741
5.64648
5.48922
5.33611
5.18726
5.04304
4.90359
4.76912
4.63974
4.51562
4.39678
4.28342
4.17553
4.07338
3.97703
3.88679
3.80293
3.7257
3.65598
3.59089
3.53306
3.48399
3.44385
3.41309
3.39215
3.38016
3.3791
3.38053
3.38523
3.39561
3.41239
3.42885
3.44267
3.45064
3.45394
3.45369
3.4523
3.44849
3.44043
3.42874
3.41598
3.40281
3.39007
3.37847
3.36816
3.36053
3.35467
3.35483
3.35647
3.36158
3.37256
3.39285
3.42418
3.46757
3.52052
3.58119
3.64658
3.71264
3.77516
3.83045
3.87612
3.91123
3.93617
3.95186
3.95911
3.95924
3.95847
3.95606
3.95075
3.94049
3.92824
3.91399
3.90005
3.88282
3.87823
10.4209
10.0118
9.86707
9.75679
9.61834
9.45692
9.28496
9.10829
8.92866
8.74687
8.56374
8.37989
8.19585
8.012
7.82855
7.64568
7.46349
7.28211
7.10165
6.9222
6.74389
6.56661
6.39118
6.21832
6.04852
5.88186
5.71875
5.55925
5.40377
5.25237
5.10539
4.96298
4.82529
4.69253
4.56474
4.44205
4.32457
4.2123
4.10541
4.00395
3.90812
3.81812
3.73415
3.65663
3.58591
3.51991
3.46157
3.41122
3.36939
3.3366
3.3134
3.30032
3.29737
3.29851
3.30244
3.31139
3.3279
3.34505
3.35982
3.37029
3.37594
3.37834
3.37804
3.37663
3.37308
3.36579
3.35726
3.34944
3.34316
3.33899
3.33923
3.34091
3.346
3.35735
3.3742
3.40068
3.43979
3.48862
3.54675
3.61161
3.67983
3.74712
3.80947
3.86357
3.90754
3.94112
3.96479
3.98026
3.98715
3.98781
3.98711
3.985
3.98016
3.97147
3.95958
3.94672
3.93179
3.91738
3.89949
3.89534
10.453
10.0327
9.89244
9.78751
9.65427
9.4985
9.33175
9.15942
8.98353
8.80508
8.62496
8.44374
8.26195
8.0799
7.89789
7.71605
7.53459
7.35357
7.1732
6.99357
6.8149
6.63711
6.46068
6.28642
6.1149
5.94659
5.78164
5.62038
5.46287
5.30944
5.16015
5.01536
4.87506
4.73959
4.60891
4.48318
4.36244
4.24672
4.13608
4.03061
3.93032
3.83549
3.74614
3.66261
3.58534
3.51382
3.44758
3.38889
3.33779
3.29512
3.26143
3.23719
3.22267
3.21834
3.21926
3.22276
3.23076
3.24709
3.26513
3.28177
3.29506
3.30343
3.30924
3.31286
3.31458
3.31438
3.31374
3.31311
3.31361
3.31559
3.32068
3.33148
3.34943
3.37163
3.40458
3.4487
3.50309
3.56572
3.63422
3.70473
3.77317
3.83542
3.88872
3.93162
3.96418
3.98736
4.00277
4.01045
4.01229
4.01174
4.01003
4.0062
3.99847
3.98815
3.97579
3.96217
3.94691
3.93213
3.9141
3.91004
10.4865
10.0697
9.92015
9.81187
9.68217
9.53193
9.37001
9.20143
9.0287
8.85309
8.67555
8.49664
8.31682
8.13643
7.95569
7.77484
7.59401
7.41339
7.23316
7.05352
6.87465
6.69667
6.51975
6.34459
6.17189
6.00227
5.83596
5.6732
5.51416
5.35903
5.20797
5.06122
4.91895
4.78127
4.64831
4.52013
4.39678
4.27827
4.16464
4.05593
3.95213
3.85341
3.75981
3.67155
3.58874
3.512
3.44031
3.3748
3.31615
3.26482
3.22166
3.18726
3.16242
3.14737
3.14257
3.14338
3.14673
3.15486
3.17139
3.19148
3.21089
3.227
3.24016
3.24985
3.258
3.26496
3.27153
3.27834
3.28718
3.2982
3.31436
3.33622
3.36447
3.40265
3.45172
3.51038
3.57704
3.64857
3.7212
3.79051
3.85292
3.90583
3.94829
3.98047
4.00383
4.0196
4.02929
4.03225
4.03197
4.03087
4.02821
4.02268
4.01363
4.00249
3.9897
3.97554
3.96003
3.94484
3.92743
3.9225
10.5324
10.1176
9.94875
9.83206
9.70465
9.55943
9.40164
9.23612
9.06598
8.89282
8.71755
8.54067
8.36255
8.18354
8.0039
7.82389
7.64367
7.46346
7.28344
7.10386
6.9249
6.74681
6.56971
6.39421
6.2209
6.05036
5.88301
5.71905
5.55875
5.40224
5.24981
5.10151
4.9576
4.81815
4.68333
4.55315
4.4277
4.30694
4.1909
4.07957
3.97291
3.87105
3.77397
3.68184
3.59486
3.51316
3.43715
3.366
3.30119
3.24293
3.19204
3.14907
3.1146
3.0895
3.07441
3.07009
3.0711
3.07483
3.08383
3.10197
3.1249
3.14766
3.16843
3.18639
3.20236
3.21728
3.23216
3.24809
3.26659
3.28929
3.31765
3.35089
3.39455
3.44811
3.51103
3.58115
3.65546
3.7298
3.80003
3.86264
3.91555
3.958
3.99065
4.01411
4.03169
4.04253
4.04812
4.04843
4.04793
4.04636
4.04285
4.03579
4.02614
4.01457
4.00143
3.98691
3.97123
3.95568
3.93858
3.93338
10.5966
10.1743
9.97894
9.85241
9.72691
9.58587
9.43105
9.26762
9.09928
8.92788
8.75427
8.57887
8.40199
8.22395
8.04507
7.86561
7.68581
7.50588
7.32603
7.14649
6.96751
6.78933
6.61221
6.43648
6.26279
6.09162
5.92348
5.75859
5.59722
5.43958
5.28589
5.13633
4.99107
4.85022
4.71391
4.58216
4.45501
4.33245
4.21443
4.10095
3.992
3.88757
3.78776
3.69257
3.6022
3.51667
3.43646
3.36117
3.29141
3.22761
3.17016
3.11975
3.07723
3.04339
3.01902
3.00457
3.00213
3.00349
3.00805
3.01871
3.04003
3.06668
3.09442
3.12133
3.14697
3.1718
3.19677
3.22347
3.25352
3.28982
3.32983
3.37914
3.43767
3.50464
3.57823
3.65501
3.73099
3.80212
3.86521
3.91847
3.96149
3.99478
4.01981
4.03791
4.051
4.05903
4.06187
4.06169
4.06086
4.05875
4.05432
4.04643
4.03643
4.0246
4.01121
3.99641
3.98063
3.96477
3.94805
3.94243
10.6469
10.2095
9.9899
9.85795
9.73677
9.6013
9.45038
9.29006
9.12442
8.95538
8.78385
8.61018
8.43467
8.25765
8.07951
7.90058
7.72115
7.54144
7.3617
7.18217
7.00313
6.82484
6.64762
6.47184
6.29795
6.12639
5.95763
5.79201
5.62979
5.47128
5.31659
5.16603
5.01969
4.87772
4.7402
4.60717
4.47862
4.35458
4.23495
4.11977
4.00895
3.90251
3.80043
3.70282
3.6097
3.52124
3.43756
3.35893
3.28513
3.21681
3.15422
3.09815
3.04903
3.00769
2.97496
2.95174
2.93908
2.93926
2.94129
2.94733
2.9609
2.98772
3.02048
3.05565
3.09152
3.12761
3.16498
3.20449
3.2488
3.2975
3.35407
3.41875
3.49079
3.56809
3.64746
3.7251
3.79714
3.86092
3.91481
3.95872
3.99339
4.0198
4.03985
4.05429
4.06445
4.0709
4.07225
4.07196
4.0709
4.06841
4.06328
4.05506
4.04478
4.03275
4.01918
4.00424
3.98829
3.97241
3.95594
3.9495
10.7616
10.2703
10.0145
9.87255
9.75255
9.62005
9.4709
9.31259
9.14829
8.98053
8.81022
8.63766
8.46302
8.28663
8.10898
7.93041
7.75123
7.57169
7.39201
7.21248
7.03337
6.85503
6.67768
6.50172
6.32756
6.15565
5.98634
5.82009
5.65712
5.49782
5.34232
5.19092
5.04372
4.90087
4.76238
4.62836
4.49868
4.37348
4.25259
4.13597
4.02366
3.91554
3.81172
3.71214
3.6169
3.52609
3.43979
3.35829
3.28145
3.20967
3.14322
3.08253
3.02817
2.98072
2.94109
2.91024
2.88894
2.88103
2.882
2.88579
2.89523
2.91519
2.94926
2.99066
3.03653
3.08516
3.1365
3.19134
3.25133
3.31594
3.38842
3.46684
3.54917
3.63216
3.71206
3.78563
3.85034
3.90523
3.9503
3.98644
4.01489
4.03674
4.05348
4.06572
4.07428
4.07972
4.08026
4.07992
4.07876
4.07608
4.07061
4.06211
4.0516
4.03939
4.02566
4.01063
3.99461
3.97862
3.96261
3.95516
10.776
10.3048
10.033
9.87978
9.75777
9.62791
9.48062
9.32618
9.16389
8.99781
8.82921
8.65799
8.48431
8.30868
8.13154
7.95333
7.77435
7.59494
7.41531
7.23581
7.05665
6.87822
6.70082
6.52489
6.3506
6.17847
6.00881
5.8421
5.67861
5.51872
5.36267
5.21064
5.06282
4.91927
4.78007
4.64527
4.51472
4.3886
4.26665
4.14897
4.03551
3.92612
3.82095
3.71986
3.62304
3.53042
3.44219
3.35839
3.27926
3.20475
3.13537
3.07116
3.01288
2.96077
2.91583
2.87869
2.85092
2.83295
2.83231
2.83425
2.84056
2.8553
2.88524
2.93026
2.98433
3.04512
3.11171
3.18349
3.26017
3.34258
3.42953
3.51855
3.60671
3.69034
3.76644
3.83307
3.88949
3.93614
3.97403
4.00447
4.0287
4.04768
4.06236
4.07332
4.08117
4.08594
4.08596
4.0856
4.08442
4.08169
4.07608
4.0674
4.05672
4.04441
4.03056
4.01547
3.99944
3.98332
3.96792
3.95942
10.8125
10.3358
10.0473
9.88675
9.7641
9.63695
9.49173
9.33992
9.17873
9.01357
8.84596
8.67548
8.50238
8.32712
8.15022
7.97209
7.79315
7.61369
7.43401
7.2544
7.07515
6.89667
6.7192
6.5431
6.36863
6.19621
6.02621
5.85904
5.69514
5.53473
5.37823
5.22567
5.07738
4.93331
4.79355
4.65818
4.527
4.40018
4.27742
4.15899
4.04456
3.93431
3.82813
3.726
3.62799
3.53408
3.44444
3.35904
3.27814
3.20171
3.13018
3.06355
3.00242
2.94703
2.89816
2.85643
2.82347
2.79924
2.79158
2.79292
2.79791
2.80995
2.83514
2.88028
2.93932
3.01021
3.09112
3.17992
3.2744
3.3725
3.47132
3.56721
3.6569
3.73756
3.80773
3.86706
3.91625
3.95657
3.98942
4.0161
4.03766
4.05488
4.06839
4.07861
4.08611
4.09046
4.09042
4.08999
4.08871
4.08586
4.08005
4.07137
4.06061
4.04821
4.03431
4.01918
4.00321
3.98686
3.97185
3.96282
10.908
10.3685
10.0528
9.88726
9.76417
9.63869
9.49314
9.34486
9.18437
9.01999
8.85358
8.68419
8.51198
8.33741
8.16101
7.98326
7.80457
7.62528
7.44575
7.26621
7.08705
6.90855
6.73106
6.55487
6.38032
6.20773
6.03757
5.87012
5.70596
5.5452
5.38841
5.23551
5.08691
4.94248
4.80238
4.6666
4.53503
4.40775
4.28456
4.16557
4.05059
3.93973
3.83287
3.73004
3.63128
3.53655
3.44599
3.35959
3.27756
3.1999
3.12692
3.05869
2.99567
2.93813
2.8867
2.84201
2.80536
2.7774
2.76332
2.76418
2.76822
2.77854
2.80054
2.84413
2.90576
2.98381
3.07607
3.17894
3.28818
3.39863
3.50554
3.60459
3.69305
3.76948
3.83399
3.88757
3.93173
3.96801
3.99785
4.02238
4.04248
4.05864
4.07178
4.08161
4.08864
4.09289
4.09288
4.09249
4.09126
4.08842
4.0826
4.07379
4.06295
4.05055
4.03658
4.02139
4.00564
3.98918
3.97419
3.9651
10.9275
10.3741
10.0513
9.88592
9.76461
9.64088
9.49545
9.3493
9.18948
9.02566
8.85981
8.6908
8.51879
8.34428
8.16782
7.98997
7.81114
7.63173
7.45206
7.27244
7.09321
6.91465
6.7371
6.56085
6.38623
6.21354
6.04329
5.8757
5.71141
5.55048
5.39351
5.24042
5.09163
4.947
4.80671
4.6707
4.53891
4.41137
4.28793
4.16865
4.05339
3.9422
3.83503
3.73184
3.6327
3.53756
3.44654
3.35964
3.27704
3.19877
3.1251
3.05612
2.9922
2.93366
2.881
2.83491
2.79642
2.76669
2.74893
2.7495
2.75297
2.76255
2.78306
2.82464
2.88801
2.97016
3.06919
3.18032
3.29812
3.4154
3.52622
3.62607
3.71283
3.78623
3.84731
3.89773
3.93931
3.97363
4.00204
4.02557
4.04493
4.06069
4.07357
4.08325
4.09006
4.09424
4.0943
4.09391
4.09266
4.08978
4.08389
4.07503
4.06418
4.05177
4.03777
4.02258
4.00692
3.99044
3.97543
3.96642
3.85232
3.32771
4.27272
4.26933
4.03911
3.93624
3.88222
3.79465
3.69707
3.61197
3.54369
3.48268
3.4463
3.43195
3.42941
3.45067
3.49816
3.56576
3.64663
3.73242
3.82014
3.90766
3.99428
4.07979
4.16423
4.24727
4.3285
4.40746
4.48429
4.55824
4.62778
4.69163
4.74973
4.80188
4.84825
4.88892
4.92436
4.95703
4.98407
5.00326
5.01653
5.02444
5.0277
5.02674
5.02269
5.01317
4.99831
4.98006
4.95934
4.93546
4.90909
4.87987
4.8485
4.8148
4.77927
4.74186
4.70294
4.66243
4.62072
4.57769
4.53368
4.48857
4.44267
4.39588
4.34842
4.30025
4.25152
4.20224
4.1525
4.10237
4.05193
4.00123
3.95038
3.89942
3.84847
3.79758
3.74684
3.69631
3.64604
3.59611
3.54657
3.49747
3.44889
3.40086
3.35346
3.30674
3.26075
3.21553
3.17116
3.12772
3.08526
3.04388
3.00368
2.96499
2.928
2.89309
2.86084
2.83217
2.80824
2.79215
4.72064
4.23018
4.35827
4.22744
4.0165
3.97165
3.92914
3.80939
3.68906
3.59024
3.52343
3.47991
3.44539
3.42908
3.4259
3.44581
3.49199
3.55989
3.64246
3.72877
3.81665
3.90412
3.99048
4.07562
4.15942
4.24161
4.32205
4.39947
4.47525
4.54943
4.61911
4.68274
4.74089
4.79329
4.84021
4.88127
4.91738
4.94953
4.97634
4.99617
5.00988
5.01813
5.02149
5.0209
5.01776
5.00952
4.99375
4.97527
4.95451
4.93121
4.90504
4.87623
4.84495
4.81154
4.7761
4.73892
4.70006
4.65974
4.61806
4.57518
4.53118
4.48619
4.44029
4.39358
4.34611
4.298
4.24926
4.20001
4.15029
4.10018
4.04975
3.99908
3.94825
3.89734
3.84643
3.7956
3.74491
3.69445
3.64427
3.59441
3.54496
3.49594
3.44744
3.39946
3.35215
3.30549
3.25957
3.21436
3.17004
3.12667
3.08432
3.04304
3.00301
2.9643
2.92725
2.89227
2.85991
2.83107
2.80678
2.79039
5.52727
4.78636
4.5218
4.26818
4.05365
3.96182
3.87844
3.7828
3.6802
3.59098
3.52756
3.48366
3.44514
3.41675
3.40889
3.43453
3.48255
3.54744
3.63338
3.71802
3.8065
3.89428
3.98101
4.06671
4.15116
4.23399
4.31508
4.39355
4.46977
4.54316
4.61227
4.67594
4.734
4.78649
4.8333
4.87461
4.91078
4.94235
4.9687
4.9888
5.00272
5.01109
5.01431
5.01382
5.01125
5.00426
4.9896
4.96993
4.94867
4.92541
4.8996
4.87104
4.84
4.80674
4.77147
4.73441
4.69569
4.65547
4.61387
4.57106
4.5271
4.48216
4.43628
4.38959
4.34213
4.29401
4.24528
4.19602
4.14629
4.09618
4.04575
3.9951
3.94429
3.89344
3.84258
3.79184
3.74124
3.6909
3.64083
3.5911
3.54179
3.49294
3.44463
3.39676
3.34966
3.30324
3.25757
3.21266
3.16856
3.12525
3.08294
3.04171
3.00172
2.96309
2.92611
2.89112
2.85867
2.82963
2.80492
2.78819
5.89995
5.10906
4.65929
4.35804
4.12949
3.98907
3.89225
3.79347
3.69068
3.59907
3.53151
3.48017
3.44525
3.42646
3.42604
3.44007
3.48123
3.54939
3.6296
3.71426
3.80161
3.88921
3.97593
4.06162
4.14597
4.22851
4.30902
4.38657
4.46155
4.53338
4.60137
4.6642
4.72162
4.7735
4.82001
4.86114
4.89714
4.92822
4.95417
4.97434
4.98859
4.99721
5.00051
5.00012
4.9981
4.99244
4.98004
4.95994
4.93807
4.91469
4.88917
4.86111
4.8306
4.79777
4.76287
4.72609
4.68762
4.6476
4.60621
4.56354
4.51974
4.4749
4.42913
4.38251
4.33513
4.28706
4.23839
4.18916
4.13948
4.08941
4.03903
3.98845
3.93774
3.88699
3.8363
3.78575
3.73538
3.68525
3.63547
3.58596
3.53695
3.48837
3.4404
3.39301
3.34619
3.2999
3.2544
3.20962
3.16572
3.12265
3.08058
3.03956
2.99978
2.96135
2.92454
2.88967
2.85726
2.82815
2.8031
2.78606
6.09194
5.34327
4.83024
4.48941
4.24024
4.06151
3.94137
3.83868
3.74067
3.65727
3.59478
3.54702
3.51163
3.48736
3.47768
3.48256
3.504
3.55356
3.62865
3.71089
3.79608
3.88335
3.97095
4.05738
4.14159
4.22327
4.30236
4.3789
4.45244
4.52273
4.58911
4.65085
4.70753
4.75893
4.80497
4.84563
4.88112
4.91155
4.93694
4.95696
4.97138
4.98022
4.98362
4.98327
4.98156
4.97688
4.96658
4.94748
4.92541
4.90166
4.87615
4.84848
4.81849
4.78619
4.75173
4.71533
4.67718
4.63745
4.59629
4.55384
4.51022
4.46554
4.4199
4.3734
4.32612
4.27814
4.22953
4.18039
4.13076
4.08078
4.03048
3.98002
3.92943
3.87887
3.82839
3.77815
3.72797
3.67815
3.62865
3.57961
3.53101
3.48285
3.43521
3.38812
3.34162
3.29571
3.2505
3.20605
3.16244
3.11971
3.07794
3.03725
2.99775
2.95964
2.92314
2.88859
2.85642
2.82753
2.8024
2.78527
6.20652
5.53124
5.01186
4.6392
4.37171
4.17809
4.04241
3.93875
3.8538
3.78665
3.73342
3.68867
3.64947
3.61498
3.5886
3.57645
3.57893
3.59352
3.63124
3.7063
3.78752
3.87857
3.96961
4.05758
4.14162
4.2218
4.29833
4.37161
4.44173
4.50877
4.57232
4.6319
4.68705
4.73744
4.78278
4.82297
4.85813
4.88825
4.91339
4.93351
4.94831
4.95767
4.96159
4.96134
4.95998
4.9562
4.94781
4.9309
4.9093
4.88537
4.85977
4.83235
4.80283
4.7711
4.7372
4.70128
4.66354
4.62415
4.58329
4.5411
4.49771
4.45324
4.40778
4.36144
4.31429
4.26644
4.21792
4.16888
4.11933
4.06947
4.01927
3.96897
3.9186
3.86819
3.81807
3.76818
3.71864
3.66938
3.62044
3.57187
3.5237
3.47594
3.42867
3.38193
3.3358
3.29029
3.24548
3.20142
3.1582
3.11587
3.07452
3.03428
2.99526
2.95767
2.92173
2.8878
2.85622
2.82793
2.80317
2.78664
6.28703
5.68342
5.18307
4.80029
4.51626
4.31711
4.17724
4.08508
4.02317
3.97831
3.94104
3.90339
3.86298
3.81529
3.76274
3.71367
3.67662
3.66944
3.67808
3.70708
3.77053
3.8592
3.95638
4.04988
4.13705
4.21751
4.29214
4.36221
4.42891
4.49264
4.55341
4.61084
4.66439
4.7136
4.75808
4.79766
4.83242
4.86221
4.88708
4.90714
4.9222
4.93209
4.93664
4.93645
4.93534
4.93221
4.92518
4.91084
4.89032
4.86669
4.84111
4.81379
4.78458
4.75331
4.71993
4.68452
4.64725
4.60826
4.56775
4.52587
4.48275
4.43852
4.39328
4.34714
4.30016
4.25247
4.20409
4.15519
4.10577
4.05607
4.00606
3.95601
3.906
3.85643
3.80681
3.75748
3.7084
3.65961
3.61112
3.56296
3.5152
3.46786
3.42104
3.37472
3.32906
3.284
3.23969
3.19611
3.15342
3.1116
3.07086
3.03122
2.99292
2.95609
2.92103
2.88804
2.85739
2.83023
2.80647
2.79164
6.34536
5.80736
5.33962
4.96393
4.67958
4.48012
4.35099
4.27916
4.24593
4.22681
4.20837
4.1813
4.13957
4.07172
3.98157
3.88652
3.80606
3.75654
3.74945
3.75758
3.78461
3.845
3.93475
4.03146
4.12408
4.20815
4.28362
4.35211
4.41571
4.47587
4.53323
4.58772
4.639
4.68653
4.72982
4.76837
4.80253
4.83199
4.8565
4.87657
4.89181
4.90217
4.90749
4.90741
4.90656
4.904
4.89811
4.88597
4.86705
4.84436
4.81921
4.79207
4.76308
4.73215
4.69924
4.66433
4.62756
4.58904
4.54895
4.50743
4.46464
4.42071
4.37574
4.32985
4.28309
4.23559
4.18739
4.13866
4.08946
4.04001
3.99048
3.94108
3.89174
3.84259
3.79359
3.74477
3.69617
3.64782
3.59982
3.55214
3.50493
3.45811
3.41187
3.36611
3.32103
3.27654
3.23286
3.18988
3.14786
3.10674
3.06678
3.02799
2.99067
2.95494
2.92116
2.88947
2.8604
2.83526
2.81337
2.80163
6.39307
5.91582
5.4873
5.1334
4.86413
4.67797
4.57454
4.53476
4.52955
4.52831
4.52242
4.50387
4.45924
4.36527
4.21981
4.07562
3.95641
3.87366
3.83304
3.83358
3.84212
3.86782
3.92432
4.0081
4.09623
4.18333
4.26275
4.33344
4.39716
4.45577
4.5106
4.56226
4.61096
4.65638
4.69814
4.73575
4.76912
4.79799
4.82233
4.8424
4.85783
4.86864
4.87479
4.87509
4.87446
4.87235
4.86736
4.85701
4.83987
4.81861
4.79435
4.76769
4.73898
4.70833
4.67579
4.64134
4.60507
4.56705
4.52743
4.48634
4.44395
4.40037
4.35571
4.3101
4.26357
4.2163
4.16831
4.11979
4.07097
4.02216
3.97331
3.9246
3.87588
3.82728
3.7788
3.73051
3.68246
3.63467
3.58724
3.54016
3.49355
3.44735
3.40175
3.35663
3.31221
3.26839
3.22541
3.18319
3.14197
3.10174
3.06276
3.0251
2.98908
2.9549
2.92263
2.89295
2.86633
2.8442
2.82526
2.8179
6.4394
6.01802
5.63656
5.31976
5.08127
4.9277
4.86327
4.8624
4.86716
4.87668
4.87128
4.84782
4.78516
4.65023
4.4554
4.27481
4.12891
4.02265
3.95522
3.92541
3.92589
3.93253
3.95315
3.99926
4.07106
4.14705
4.22592
4.3002
4.36798
4.42894
4.484
4.53436
4.58098
4.62419
4.664
4.70017
4.7325
4.76078
4.78494
4.80496
4.8205
4.83178
4.83865
4.83975
4.83924
4.83743
4.83311
4.82412
4.80873
4.78911
4.76608
4.74022
4.71199
4.68168
4.64948
4.61543
4.57962
4.54209
4.50297
4.46237
4.42042
4.37726
4.33296
4.28767
4.24143
4.19441
4.14674
4.09885
4.05076
4.00267
3.95449
3.90637
3.85825
3.81024
3.76235
3.71466
3.66724
3.62008
3.57332
3.52689
3.48098
3.43547
3.39058
3.3462
3.30255
3.25954
3.21741
3.17611
3.1359
3.09679
3.05909
3.02291
2.98864
2.95622
2.92623
2.8994
2.87619
2.85811
2.84377
2.84145
6.49293
6.12648
5.79841
5.53249
5.34517
5.24255
5.2287
5.23526
5.25186
5.25065
5.23696
5.19178
5.08525
4.88405
4.6736
4.48306
4.32543
4.20261
4.11316
4.05466
4.02383
4.01585
4.01898
4.03187
4.06293
4.12302
4.18058
4.25077
4.32179
4.3878
4.44682
4.49926
4.54613
4.5884
4.62673
4.66145
4.69262
4.7202
4.74404
4.76411
4.77993
4.79162
4.79923
4.8013
4.80089
4.79936
4.79563
4.78781
4.77394
4.75591
4.73429
4.70951
4.68205
4.65226
4.62047
4.58681
4.55143
4.51438
4.47576
4.43568
4.39421
4.35151
4.30761
4.26267
4.21673
4.17018
4.12321
4.07608
4.02873
3.9813
3.93378
3.88628
3.83881
3.79144
3.74423
3.69722
3.65051
3.60406
3.55804
3.51235
3.46721
3.42248
3.37841
3.33487
3.29211
3.25005
3.20894
3.16876
3.12981
3.09213
3.05608
3.02189
2.98968
2.95973
2.93297
2.90998
2.89161
2.87885
2.87196
2.87256
6.55976
6.25485
5.99206
5.79256
5.6695
5.63008
5.6342
5.6469
5.65077
5.63959
5.59791
5.49766
5.30483
5.09069
4.88447
4.69785
4.53742
4.40353
4.29535
4.21212
4.1525
4.11468
4.09353
4.09389
4.09964
4.11793
4.15804
4.20394
4.26413
4.33015
4.39354
4.45087
4.50138
4.54557
4.58441
4.61878
4.64931
4.6763
4.69984
4.71985
4.73622
4.74831
4.75658
4.75979
4.7595
4.75825
4.75509
4.7484
4.73582
4.71921
4.699
4.67546
4.649
4.61997
4.58874
4.55555
4.5206
4.48402
4.4459
4.40633
4.36539
4.32317
4.27969
4.23514
4.18981
4.14404
4.09788
4.0515
4.00488
3.95816
3.91135
3.86455
3.81782
3.77119
3.72475
3.67851
3.63259
3.58694
3.54173
3.49688
3.45259
3.40875
3.3656
3.32304
3.28132
3.24039
3.20051
3.16173
3.12434
3.0885
3.05462
3.02276
2.99313
2.96675
2.94427
2.92652
2.91456
2.90892
2.90921
2.91148
6.65616
6.42337
6.23922
6.11827
6.06518
6.06613
6.07202
6.0708
6.05697
6.01033
5.9023
5.70996
5.49767
5.29028
5.09586
4.918
4.7571
4.61511
4.49209
4.38832
4.30378
4.2386
4.19172
4.16226
4.14928
4.15104
4.1599
4.18263
4.21941
4.26693
4.32643
4.38606
4.44106
4.48979
4.53217
4.56877
4.6004
4.62785
4.65157
4.67179
4.68856
4.70138
4.71037
4.71481
4.71465
4.71372
4.71116
4.70559
4.69439
4.67903
4.66013
4.63791
4.61263
4.58456
4.55409
4.5215
4.48708
4.451
4.41339
4.37436
4.33394
4.2922
4.24921
4.20536
4.16087
4.11595
4.07062
4.02503
3.9792
3.93324
3.88722
3.84121
3.79528
3.74946
3.70385
3.65846
3.61339
3.56862
3.5243
3.48038
3.43704
3.39421
3.35211
3.31069
3.27017
3.2306
3.19222
3.15518
3.11977
3.08634
3.05514
3.02603
3.00023
2.97854
2.96174
2.95109
2.94763
2.9486
2.9523
2.96218
6.80161
6.65616
6.56181
6.51678
6.5171
6.52031
6.51676
6.4965
6.43706
6.30701
6.10784
5.8929
5.68529
5.49044
5.30811
5.1375
4.97733
4.82932
4.69452
4.57415
4.46931
4.38086
4.30906
4.25413
4.21581
4.19207
4.18692
4.18998
4.20145
4.22588
4.2619
4.3127
4.3663
4.41812
4.46533
4.50659
4.54191
4.57191
4.59731
4.61861
4.63618
4.65011
4.65992
4.66563
4.66598
4.66538
4.6634
4.65883
4.64945
4.63531
4.61772
4.59683
4.57283
4.5459
4.5164
4.48461
4.45086
4.41537
4.37834
4.33986
4.29995
4.25872
4.21648
4.17353
4.12996
4.08592
4.04147
3.99673
3.95177
3.90667
3.86152
3.81638
3.77133
3.72641
3.68171
3.63725
3.59311
3.54934
3.506
3.46314
3.42086
3.3792
3.33829
3.29822
3.25916
3.22124
3.18474
3.14989
3.11708
3.08668
3.05831
3.0333
3.01271
2.99725
2.9878
2.98692
2.98842
2.99362
3.00624
3.03367
7.02889
6.97542
6.96818
6.97394
6.98674
6.98159
6.95527
6.88222
6.72672
6.50924
6.28476
6.0726
5.87602
5.69259
5.51894
5.35251
5.19217
5.03932
4.89536
4.76208
4.64128
4.53427
4.44195
4.3647
4.30268
4.256
4.22509
4.20711
4.20738
4.21169
4.22382
4.24936
4.28906
4.33598
4.38422
4.42945
4.46982
4.50461
4.53385
4.55794
4.57748
4.59305
4.60414
4.61119
4.61326
4.61282
4.61126
4.6076
4.60008
4.58756
4.57147
4.55199
4.52935
4.50371
4.47536
4.44459
4.4117
4.37698
4.34061
4.30273
4.26337
4.22291
4.1816
4.13963
4.09703
4.05396
4.01046
3.96666
3.92264
3.87849
3.83429
3.79009
3.74601
3.70206
3.65835
3.61489
3.5718
3.5291
3.48687
3.44519
3.40413
3.36381
3.32433
3.28586
3.24858
3.21272
3.17861
3.14656
3.1172
3.08977
3.06578
3.04642
3.03274
3.02511
3.02546
3.02787
3.03493
3.05081
3.07784
3.13098
7.36562
7.3806
7.42298
7.46596
7.46139
7.43209
7.34819
7.16911
6.92532
6.68186
6.45864
6.25627
6.07023
5.89476
5.72569
5.56053
5.39812
5.24107
5.08997
4.94702
4.81412
4.6928
4.58407
4.48873
4.40724
4.33982
4.28657
4.24671
4.22158
4.20983
4.21068
4.2153
4.2288
4.25739
4.29689
4.34005
4.38334
4.42321
4.45786
4.48672
4.51005
4.5283
4.54205
4.5507
4.55516
4.55499
4.55404
4.5515
4.54606
4.53537
4.52094
4.50306
4.48195
4.45778
4.43081
4.40127
4.36949
4.33572
4.30018
4.26298
4.22443
4.18495
4.14467
4.10371
4.06215
4.0201
3.97764
3.93488
3.89189
3.84878
3.80561
3.76246
3.71942
3.67654
3.63391
3.59158
3.54963
3.50812
3.46715
3.42679
3.38716
3.34839
3.31063
3.2741
3.23904
3.20579
3.17474
3.14649
3.12027
3.09751
3.07972
3.06782
3.06307
3.06388
3.06752
3.07691
3.09681
3.13478
3.17296
3.23577
7.77809
7.8578
7.94967
7.94971
7.92281
7.83283
7.63498
7.35952
7.09128
6.85098
6.63812
6.44594
6.26675
6.09496
5.92681
5.76057
5.59663
5.43441
5.27731
5.12697
4.98497
4.85266
4.7311
4.62118
4.52342
4.43816
4.36596
4.30662
4.26031
4.22671
4.20711
4.1995
4.19992
4.20486
4.2191
4.24911
4.28764
4.32858
4.36739
4.40177
4.43058
4.45344
4.47102
4.48294
4.49021
4.49197
4.49147
4.48982
4.486
4.47815
4.46562
4.44954
4.43018
4.40771
4.38236
4.35433
4.32392
4.29135
4.2568
4.22057
4.18317
4.14481
4.10563
4.06577
4.02533
3.9844
3.94308
3.90145
3.8596
3.81761
3.77557
3.73357
3.69167
3.64997
3.60853
3.56743
3.52675
3.48659
3.44704
3.40821
3.37025
3.33334
3.29767
3.26356
3.23133
3.20141
3.17453
3.14967
3.12844
3.11249
3.10236
3.1008
3.10226
3.10736
3.11991
3.14577
3.18524
3.23553
3.27921
3.34078
8.3379
8.44465
8.4622
8.43289
8.33297
8.11286
7.8088
7.51428
7.25345
7.02594
6.82365
6.63804
6.46165
6.28991
6.11988
5.95095
5.78333
5.61775
5.45625
5.30042
5.15154
5.01093
4.8795
4.75815
4.64737
4.54769
4.45947
4.38282
4.31781
4.26489
4.22445
4.197
4.18318
4.17297
4.17423
4.18094
4.1972
4.22988
4.26587
4.30282
4.33661
4.3653
4.38824
4.4055
4.41661
4.42268
4.42282
4.42209
4.41983
4.4148
4.4047
4.39068
4.37332
4.35287
4.32944
4.30326
4.27453
4.24344
4.21024
4.17542
4.13934
4.10224
4.0643
4.02567
3.98645
3.94676
3.90667
3.86628
3.82567
3.78492
3.74413
3.70338
3.66275
3.62234
3.58223
3.54252
3.50329
3.46466
3.42676
3.38974
3.35379
3.31915
3.28611
3.25507
3.22647
3.20115
3.17791
3.15835
3.14466
3.13692
3.13727
3.13979
3.14712
3.16344
3.19612
3.23986
3.28965
3.34321
3.38453
3.43697
8.98384
9.00659
8.97252
8.85599
8.60324
8.26965
7.9488
7.66616
7.42171
7.20679
7.01138
6.82796
6.65058
6.47617
6.30291
6.1307
5.95995
5.79135
5.62669
5.46685
5.313
5.1662
5.02732
4.89705
4.77598
4.66445
4.56287
4.47161
4.39114
4.32135
4.26264
4.21552
4.18108
4.15959
4.14151
4.13478
4.13727
4.14609
4.16578
4.1972
4.23035
4.26291
4.29171
4.31508
4.33247
4.34339
4.34851
4.34831
4.34713
4.3441
4.33761
4.32604
4.31092
4.29271
4.27153
4.24753
4.22084
4.19162
4.16022
4.12714
4.09268
4.05708
4.02057
3.98333
3.94548
3.90714
3.8684
3.82936
3.79011
3.75072
3.71131
3.67195
3.63275
3.59378
3.55518
3.51703
3.47948
3.44264
3.4067
3.37185
3.33837
3.30657
3.27689
3.24983
3.22626
3.20493
3.18726
3.17592
3.17172
3.17271
3.17686
3.18747
3.20972
3.24764
3.29447
3.34669
3.39817
3.44631
3.47894
3.51863
9.60939
9.56606
9.42127
9.11569
8.74377
8.39262
8.08724
7.8249
7.59531
7.38851
7.19598
7.01137
6.83087
6.6526
6.47588
6.30065
6.12753
5.95701
5.7897
5.6269
5.46952
5.3182
5.17369
5.03649
4.90721
4.78617
4.67378
4.57055
4.47673
4.39236
4.31785
4.25362
4.2004
4.15867
4.12999
4.10536
4.08762
4.08786
4.09126
4.10127
4.12245
4.15179
4.18249
4.21079
4.23451
4.25224
4.26379
4.2681
4.2678
4.26638
4.26281
4.25532
4.24289
4.22705
4.20826
4.18667
4.16234
4.13543
4.10633
4.07537
4.04285
4.00905
3.97422
3.93857
3.90226
3.86543
3.82819
3.79064
3.75288
3.715
3.67711
3.6393
3.60169
3.56437
3.5275
3.49117
3.45556
3.42087
3.38729
3.35515
3.32477
3.29665
3.27134
3.24985
3.23044
3.21553
3.20594
3.20594
3.20779
3.21402
3.22862
3.2583
3.30042
3.35063
3.40392
3.45578
3.50016
3.53706
3.55825
3.58547
10.2221
10.0307
9.6445
9.22649
8.84092
8.51074
8.23102
7.98855
7.77087
7.56812
7.37457
7.18648
7.00195
6.81983
6.6401
6.4626
6.28777
6.11581
5.94698
5.78222
5.62218
5.46728
5.31829
5.17551
5.03964
4.91084
4.78967
4.6762
4.57093
4.47419
4.38636
4.30763
4.23838
4.17923
4.13083
4.09519
4.0632
4.03991
4.02924
4.03017
4.03475
4.04625
4.0696
4.0963
4.12349
4.14719
4.16545
4.17738
4.18214
4.18187
4.18043
4.17673
4.16897
4.15613
4.13982
4.12069
4.09894
4.07468
4.04824
4.01978
3.98961
3.95795
3.92512
3.89133
3.85678
3.82165
3.78606
3.75015
3.71403
3.67782
3.64163
3.60555
3.56975
3.53431
3.49944
3.46525
3.432
3.3999
3.36928
3.34056
3.31422
3.29092
3.27181
3.25462
3.2422
3.23678
3.23761
3.24142
3.25127
3.27213
3.30895
3.35524
3.40783
3.46204
3.513
3.5563
3.58893
3.61244
3.62287
3.63955
10.7362
10.2194
9.72142
9.28968
8.93184
8.6354
8.38167
8.15457
7.94319
7.74127
7.5451
7.35312
7.16484
6.97975
6.79789
6.61891
6.44299
6.27006
6.1001
5.93386
5.77167
5.6139
5.46112
5.31368
5.17209
5.03667
4.90782
4.78581
4.67095
4.56356
4.46392
4.37241
4.2896
4.21602
4.15184
4.09784
4.05501
4.0172
3.98672
3.96773
3.96272
3.96419
3.96987
3.98289
4.00632
4.0306
4.05381
4.07265
4.08553
4.09152
4.09138
4.09024
4.08692
4.07968
4.06654
4.04998
4.03082
4.00932
3.98573
3.9601
3.93263
3.9035
3.87302
3.8414
3.80888
3.77567
3.74194
3.70788
3.67358
3.63924
3.60495
3.57086
3.53712
3.50387
3.47136
3.43975
3.40938
3.38054
3.35368
3.32942
3.30848
3.29175
3.27769
3.26731
3.26669
3.26853
3.27482
3.28941
3.31905
3.36068
3.41111
3.46599
3.52058
3.5704
3.61153
3.64198
3.66153
3.6729
3.67637
3.68375
10.9592
10.2656
9.73959
9.34305
9.0312
8.77046
8.53804
8.32051
8.11108
7.90696
7.70736
7.51214
7.32133
7.13453
6.95145
6.77166
6.59501
6.42121
6.25054
6.08243
5.91835
5.75811
5.60207
5.45052
5.30403
5.16284
5.02746
4.89809
4.77514
4.65879
4.54944
4.44733
4.35281
4.26618
4.18791
4.1186
4.05875
4.00999
3.96672
3.92971
3.90457
3.8903
3.88904
3.89096
3.8975
3.91199
3.9341
3.95609
3.97534
3.98937
3.99738
3.99812
3.99727
3.99445
3.98802
3.97516
3.95889
3.94018
3.91938
3.89664
3.87209
3.84581
3.81802
3.78888
3.75869
3.72765
3.69602
3.66401
3.63177
3.59953
3.56738
3.53556
3.50421
3.47357
3.44388
3.41545
3.38865
3.36398
3.34198
3.32387
3.30965
3.29877
3.29278
3.29365
3.29773
3.30822
3.33033
3.36781
3.41462
3.46821
3.52465
3.57914
3.62738
3.66629
3.69391
3.7111
3.71928
3.72188
3.72165
3.72254
10.9283
10.2352
9.744
9.40274
9.13917
8.90871
8.69098
8.4787
8.27014
8.06499
7.86388
7.66728
7.47527
7.28748
7.10349
6.92277
6.74502
6.56997
6.39768
6.22735
6.06147
5.89873
5.73954
5.58423
5.43326
5.28695
5.14572
5.00987
4.87976
4.75565
4.63784
4.5266
4.42216
4.32491
4.23516
4.15334
4.07989
4.01524
3.96069
3.91206
3.86968
3.83764
3.81893
3.80897
3.80935
3.81223
3.82011
3.83639
3.85645
3.87597
3.89117
3.90053
3.90316
3.90259
3.90035
3.89485
3.88363
3.86824
3.85017
3.8302
3.80855
3.78525
3.76037
3.73403
3.70646
3.67791
3.64867
3.61898
3.58907
3.55918
3.5295
3.50027
3.47175
3.4442
3.41799
3.3935
3.3713
3.35201
3.33674
3.32592
3.31738
3.3173
3.31938
3.32642
3.34234
3.37441
3.417
3.46856
3.52553
3.58319
3.6371
3.68335
3.71965
3.74455
3.75912
3.76526
3.76497
3.76356
3.7598
3.7597
10.7833
10.1609
9.75674
9.48142
9.25712
9.04598
8.83615
8.62627
8.4179
8.21306
8.01261
7.81653
7.62468
7.43665
7.25204
7.07041
6.89147
6.71499
6.54089
6.3698
6.2002
6.03438
5.87204
5.71321
5.55816
5.40725
5.26085
5.11933
4.983
4.8522
4.72713
4.60815
4.49537
4.38914
4.28964
4.19723
4.11227
4.03518
3.96645
3.90708
3.85395
3.80656
3.76956
3.74392
3.7287
3.72365
3.7248
3.72927
3.73957
3.75793
3.77604
3.79171
3.8026
3.80754
3.80731
3.80581
3.80174
3.79301
3.77876
3.76175
3.74283
3.7223
3.70026
3.67681
3.65211
3.62639
3.59989
3.57289
3.54568
3.51853
3.49173
3.46559
3.44043
3.41666
3.39472
3.37519
3.35874
3.34678
3.33909
3.3355
3.33674
3.34183
3.35422
3.37975
3.41848
3.46723
3.52321
3.58239
3.64053
3.69328
3.73735
3.77089
3.79341
3.80579
3.8092
3.80866
3.80655
3.80159
3.79133
3.78977
10.593
10.089
9.78713
9.56944
9.37041
9.16952
8.96466
8.75854
8.5538
8.35209
8.15396
7.95935
7.76808
7.57992
7.39456
7.21179
7.03131
6.85306
6.67686
6.50282
6.3309
6.16239
5.99704
5.83489
5.67621
5.52119
5.37032
5.2238
5.08215
4.94552
4.8143
4.68868
4.56886
4.45509
4.34749
4.24638
4.15198
4.06463
3.98475
3.9127
3.84952
3.79228
3.74096
3.69984
3.66926
3.64959
3.6377
3.6378
3.63975
3.64564
3.65822
3.67589
3.69287
3.70545
3.71288
3.71365
3.71288
3.7102
3.70404
3.69163
3.67615
3.65835
3.63897
3.61831
3.59656
3.57385
3.55039
3.52644
3.50232
3.47835
3.45495
3.43251
3.41153
3.39248
3.37611
3.36289
3.35477
3.35036
3.35095
3.35437
3.36359
3.3833
3.41831
3.46309
3.51684
3.57621
3.63714
3.69517
3.74637
3.78805
3.81894
3.83918
3.8499
3.85142
3.85067
3.84818
3.84247
3.8324
3.8179
3.81522
10.4894
10.0565
9.82476
9.64444
9.46197
9.2697
9.07189
8.87265
8.67414
8.47733
8.28258
8.09011
7.89992
7.71199
7.52625
7.34254
7.16084
6.98097
6.80299
6.6269
6.45265
6.28083
6.11229
5.94694
5.78491
5.62628
5.47148
5.32076
5.17453
5.03309
4.89668
4.76559
4.6399
4.51992
4.40566
4.29744
4.19532
4.09966
4.01066
3.92876
3.85426
3.7881
3.72758
3.67318
3.62871
3.59424
3.56962
3.55458
3.54952
3.55049
3.55426
3.56298
3.57951
3.59588
3.60967
3.6186
3.62256
3.62227
3.62072
3.61643
3.60737
3.59331
3.57681
3.55895
3.54015
3.52061
3.50053
3.48009
3.45962
3.43951
3.42027
3.40238
3.38663
3.37334
3.36389
3.35886
3.35912
3.36139
3.36841
3.3838
3.41445
3.45469
3.50555
3.56386
3.62611
3.68808
3.74559
3.79512
3.83449
3.86314
3.88133
3.89045
3.89099
3.89013
3.88745
3.88154
3.87022
3.85803
3.84202
3.8383
10.4436
10.0357
9.8466
9.69596
9.52982
9.34807
9.15924
8.9682
8.77665
8.58524
8.39441
8.20455
8.016
7.8289
7.64338
7.45938
7.27697
7.09608
6.91677
6.73908
6.56287
6.38868
6.2174
6.04927
5.88426
5.72256
5.56444
5.41019
5.26014
5.11464
4.97385
4.83812
4.70749
4.58229
4.46249
4.34838
4.23996
4.13753
4.04116
3.95126
3.86798
3.79183
3.72345
3.66034
3.6036
3.55664
3.5189
3.49102
3.47237
3.4634
3.46372
3.46601
3.47226
3.48525
3.50162
3.51672
3.52826
3.53498
3.53579
3.53502
3.53233
3.52618
3.51395
3.49967
3.48387
3.46742
3.45079
3.43414
3.41785
3.40229
3.38818
3.37579
3.36679
3.36041
3.36063
3.3625
3.3683
3.38102
3.40633
3.44226
3.48937
3.54532
3.60742
3.67188
3.73442
3.7909
3.83851
3.87568
3.90222
3.91913
3.92692
3.92705
3.92619
3.92352
3.91766
3.90702
3.89367
3.88039
3.86374
3.8593
10.4238
10.0175
9.85644
9.73045
9.5802
9.40945
9.22962
9.04629
8.86115
8.6748
8.48788
8.30093
8.11446
7.92874
7.74398
7.56028
7.37769
7.19631
7.01615
6.83736
6.65979
6.48378
6.31015
6.13945
5.97181
5.80736
5.64644
5.48919
5.33608
5.18722
5.043
4.90353
4.76905
4.63966
4.51552
4.39667
4.28331
4.17541
4.07327
3.97692
3.8867
3.80286
3.72565
3.65596
3.59089
3.5331
3.48406
3.44396
3.41323
3.39232
3.38036
3.37932
3.38075
3.38545
3.39584
3.41262
3.42905
3.44284
3.4508
3.45407
3.45382
3.45242
3.44859
3.44051
3.42881
3.41604
3.40287
3.39014
3.37853
3.36823
3.36061
3.35477
3.35494
3.35659
3.36173
3.37276
3.39309
3.42448
3.46792
3.52091
3.58161
3.647
3.71304
3.77552
3.83076
3.87637
3.91143
3.93633
3.95198
3.95919
3.95931
3.95853
3.95612
3.9508
3.94052
3.92826
3.91401
3.90005
3.88282
3.87822
10.4191
10.0105
9.86609
9.75609
9.61784
9.45651
9.28459
9.10793
8.9283
8.74652
8.56337
8.37951
8.19546
8.01161
7.82816
7.6453
7.46313
7.28178
7.10135
6.92193
6.74366
6.56641
6.39102
6.21819
6.04842
5.88179
5.71869
5.55921
5.40372
5.25233
5.10534
4.96293
4.82521
4.69244
4.56464
4.44194
4.32444
4.21217
4.10528
4.00383
3.908
3.81802
3.73407
3.65658
3.58588
3.51991
3.4616
3.41128
3.3695
3.33674
3.31357
3.30051
3.29759
3.29873
3.30266
3.31163
3.32814
3.34527
3.36002
3.37046
3.37609
3.37847
3.37817
3.37675
3.37319
3.36588
3.35735
3.34954
3.34326
3.33911
3.33935
3.34104
3.34616
3.35753
3.37442
3.40097
3.44011
3.48899
3.54715
3.61203
3.68024
3.7475
3.80981
3.86386
3.90778
3.9413
3.96493
3.98036
3.98722
3.98785
3.98715
3.98504
3.98019
3.97149
3.95959
3.94673
3.93179
3.91738
3.89948
3.89533
10.4513
10.0313
9.89143
9.78684
9.65378
9.49808
9.33135
9.15903
8.98315
8.80469
8.62457
8.44334
8.26154
8.07948
7.89747
7.71564
7.5342
7.3532
7.17287
6.99328
6.81464
6.63689
6.46049
6.28627
6.11478
5.94649
5.78157
5.62032
5.46282
5.30939
5.16009
5.01529
4.87498
4.73949
4.60879
4.48304
4.3623
4.24656
4.13592
4.03046
3.93017
3.83536
3.74603
3.66252
3.58529
3.51379
3.44758
3.38892
3.33786
3.29522
3.26157
3.23736
3.22288
3.21857
3.21949
3.22299
3.23101
3.24735
3.26536
3.28197
3.29523
3.30359
3.30938
3.313
3.3147
3.3145
3.31385
3.31324
3.31374
3.31573
3.32084
3.33167
3.34963
3.37188
3.40489
3.44905
3.50348
3.56614
3.63464
3.70513
3.77355
3.83575
3.88899
3.93183
3.96434
3.98747
4.00285
4.01051
4.01232
4.01177
4.01006
4.00621
3.99847
3.98815
3.97578
3.96217
3.9469
3.93211
3.91408
3.91002
10.485
10.0682
9.91912
9.81122
9.68169
9.5315
9.36959
9.20102
9.02829
8.85268
8.67514
8.49622
8.31639
8.13599
7.95525
7.7744
7.59359
7.41301
7.23281
7.0532
6.87437
6.69643
6.51954
6.34442
6.17175
6.00215
5.83587
5.67313
5.5141
5.35898
5.20792
5.06115
4.91887
4.78117
4.64819
4.51998
4.39662
4.2781
4.16447
4.05576
3.95197
3.85326
3.75968
3.67144
3.58866
3.51195
3.44028
3.37481
3.31619
3.26489
3.22177
3.1874
3.16259
3.14756
3.14279
3.14361
3.14696
3.1551
3.17163
3.19171
3.21109
3.22717
3.24032
3.25
3.25815
3.26511
3.27168
3.2785
3.28735
3.29838
3.31456
3.33646
3.36473
3.40297
3.45208
3.51078
3.57746
3.64899
3.72159
3.79087
3.85322
3.90607
3.94848
3.9806
4.00393
4.01966
4.02933
4.03227
4.03198
4.03088
4.02821
4.02268
4.01362
4.00248
3.98969
3.97552
3.96001
3.94482
3.9274
3.92247
10.5313
10.1163
9.9479
9.83153
9.70424
9.55903
9.40123
9.2357
9.06556
8.8924
8.71712
8.54024
8.36211
8.18309
8.00345
7.82344
7.64324
7.46305
7.28307
7.10352
6.9246
6.74655
6.56949
6.39402
6.22074
6.05024
5.88292
5.71897
5.55869
5.40218
5.24975
5.10144
4.95751
4.81804
4.6832
4.553
4.42753
4.30676
4.19071
4.07938
3.97273
3.87088
3.77381
3.68171
3.59475
3.51308
3.4371
3.36598
3.3012
3.24298
3.19211
3.14918
3.11474
3.08967
3.07461
3.07031
3.07132
3.07507
3.08407
3.10222
3.12513
3.14787
3.16862
3.18656
3.20253
3.21744
3.23233
3.24827
3.26679
3.28952
3.31789
3.35118
3.39489
3.44848
3.51144
3.58157
3.65588
3.73018
3.80036
3.86292
3.91577
3.95816
3.99076
4.01418
4.03173
4.04254
4.04812
4.04842
4.04792
4.04635
4.04284
4.03576
4.02611
4.01455
4.0014
3.98688
3.9712
3.95565
3.93854
3.93335
10.5955
10.1732
9.9784
9.85206
9.72658
9.58552
9.43067
9.26721
9.09886
8.92745
8.75383
8.57842
8.40153
8.22349
8.0446
7.86515
7.68537
7.50546
7.32564
7.14614
6.9672
6.78906
6.61197
6.43628
6.26263
6.09149
5.92337
5.7585
5.59714
5.43951
5.28582
5.13625
4.99097
4.8501
4.71377
4.582
4.45482
4.33225
4.21422
4.10074
3.9918
3.88738
3.78759
3.69242
3.60207
3.51657
3.43639
3.36112
3.2914
3.22763
3.17021
3.11983
3.07734
3.04354
3.01919
3.00478
3.00235
3.00372
3.00829
3.01896
3.04029
3.06693
3.09464
3.12154
3.14716
3.17199
3.19697
3.22368
3.25375
3.29008
3.33012
3.37947
3.43804
3.50504
3.57864
3.65541
3.73135
3.80243
3.86546
3.91865
3.96162
3.99486
4.01986
4.03793
4.05101
4.05902
4.06184
4.06166
4.06082
4.05872
4.05427
4.04639
4.03639
4.02456
4.01117
3.99637
3.98059
3.96473
3.94801
3.94239
10.646
10.2088
9.98961
9.85776
9.73655
9.60102
9.45004
9.28967
9.124
8.95494
8.7834
8.60973
8.43421
8.25718
8.07904
7.90011
7.72069
7.541
7.3613
7.1818
7.00281
6.82456
6.64738
6.47163
6.29778
6.12626
5.95752
5.79192
5.62971
5.47121
5.31652
5.16594
5.01958
4.87759
4.74004
4.607
4.47843
4.35437
4.23474
4.11955
4.00873
3.90231
3.80025
3.70266
3.60955
3.52112
3.43747
3.35887
3.28509
3.21681
3.15425
3.0982
3.04912
3.00781
2.97511
2.95192
2.9393
2.93949
2.94152
2.94758
2.96116
2.98801
3.02075
3.0559
3.09176
3.12784
3.16521
3.20473
3.24907
3.29779
3.3544
3.41912
3.49117
3.56847
3.64783
3.72543
3.79743
3.86114
3.91497
3.95882
3.99344
4.01982
4.03985
4.05426
4.06442
4.07085
4.07219
4.0719
4.07084
4.06835
4.06322
4.055
4.04473
4.0327
4.01912
4.00418
3.98823
3.97236
3.95588
3.94946
10.7609
10.2698
10.0143
9.87246
9.7524
9.61982
9.47059
9.31222
9.14789
8.9801
8.80977
8.6372
8.46254
8.28615
8.10849
7.92993
7.75076
7.57125
7.3916
7.2121
7.03303
6.85474
6.67744
6.50151
6.32738
6.15551
5.98623
5.82
5.65704
5.49775
5.34224
5.19083
5.04361
4.90073
4.76222
4.62818
4.49848
4.37326
4.25237
4.13574
4.02343
3.91532
3.81151
3.71195
3.61674
3.52596
3.43968
3.35821
3.28139
3.20964
3.14323
3.08256
3.02824
2.98082
2.94123
2.9104
2.88914
2.88126
2.88224
2.88605
2.8955
2.91549
2.94956
2.99095
3.03682
3.08544
3.13678
3.19163
3.25163
3.31627
3.38878
3.46721
3.54954
3.6325
3.71236
3.78587
3.85052
3.90536
3.95037
3.98647
4.01489
4.0367
4.05344
4.06566
4.07421
4.07965
4.08018
4.07984
4.07868
4.076
4.07053
4.06203
4.05153
4.03932
4.02559
4.01056
3.99454
3.97856
3.96254
3.9551
10.7757
10.3046
10.033
9.87978
9.75768
9.62769
9.48037
9.3258
9.1635
8.99738
8.82875
8.65752
8.48383
8.30819
8.13104
7.95284
7.77387
7.59448
7.41489
7.23542
7.0563
6.87792
6.70057
6.52467
6.35042
6.17832
6.0087
5.84201
5.67853
5.51864
5.36259
5.21054
5.0627
4.91913
4.7799
4.64508
4.51451
4.38837
4.26642
4.14873
4.03527
3.92589
3.82074
3.71967
3.62287
3.53027
3.44207
3.35829
3.27919
3.20471
3.13536
3.07118
3.01293
2.96085
2.91594
2.87883
2.8511
2.83316
2.83258
2.83452
2.84085
2.8556
2.88557
2.9306
2.98467
3.04546
3.11204
3.18383
3.26052
3.34294
3.42989
3.5189
3.60702
3.69061
3.76665
3.83321
3.88958
3.93618
3.97404
4.00445
4.02865
4.04761
4.06227
4.07323
4.08108
4.08584
4.08586
4.08551
4.08432
4.08159
4.07598
4.06731
4.05664
4.04432
4.03048
4.0154
3.99936
3.98325
3.96785
3.95936
10.8125
10.3358
10.0473
9.88669
9.76399
9.63671
9.49149
9.33951
9.17834
9.01314
8.84551
8.67501
8.50189
8.32663
8.14972
7.97159
7.79266
7.61322
7.43357
7.25401
7.0748
6.89637
6.71894
6.54289
6.36846
6.19607
6.0261
5.85895
5.69506
5.53465
5.37814
5.22556
5.07725
4.93316
4.79338
4.65798
4.52678
4.39995
4.27718
4.15874
4.04432
3.93407
3.82791
3.7258
3.62781
3.53392
3.4443
3.35893
3.27806
3.20166
3.13016
3.06356
3.00246
2.94709
2.89826
2.85656
2.82363
2.79944
2.79184
2.79319
2.79819
2.81026
2.83549
2.88066
2.93972
3.01061
3.09152
3.18031
3.27479
3.37287
3.47166
3.56751
3.65714
3.73774
3.80784
3.86712
3.91627
3.95655
3.98937
4.01602
4.03757
4.05478
4.06828
4.07849
4.086
4.09034
4.0903
4.08987
4.08859
4.08575
4.07995
4.07126
4.06051
4.04812
4.03422
4.0191
4.00311
3.98679
3.97179
3.96275
10.9087
10.3687
10.0528
9.88724
9.76397
9.63841
9.49294
9.3444
9.18397
9.01956
8.85312
8.68371
8.51148
8.3369
8.1605
7.98274
7.80407
7.6248
7.4453
7.2658
7.08668
6.90823
6.73079
6.55465
6.38015
6.20759
6.03746
5.87003
5.70588
5.54513
5.38832
5.2354
5.08678
4.94233
4.80221
4.6664
4.53481
4.40752
4.28431
4.16532
4.05035
3.93949
3.83264
3.72984
3.63109
3.53639
3.44585
3.35947
3.27748
3.19984
3.12689
3.05869
2.9957
2.93819
2.88679
2.84213
2.80552
2.77759
2.76358
2.76444
2.7685
2.77886
2.8009
2.84455
2.9062
2.98427
3.07653
3.17939
3.2886
3.39901
3.50585
3.60484
3.69322
3.76958
3.83404
3.88757
3.93169
3.96794
3.99776
4.02228
4.04236
4.05853
4.07166
4.08148
4.08852
4.09276
4.09275
4.09236
4.09113
4.08829
4.08248
4.07367
4.06285
4.05045
4.03649
4.02131
4.00554
3.9891
3.97413
3.96503
10.9283
10.3744
10.0512
9.88587
9.76439
9.64057
9.49524
9.3488
9.18907
9.02522
8.85935
8.69033
8.51829
8.34377
8.16731
7.98945
7.81063
7.63124
7.45161
7.27202
7.09284
6.91433
6.73683
6.56062
6.38605
6.21341
6.04319
5.87561
5.71133
5.5504
5.39343
5.24032
5.09151
4.94685
4.80653
4.67049
4.53868
4.41113
4.28768
4.1684
4.05315
3.94196
3.8348
3.73163
3.63251
3.53739
3.4464
3.35952
3.27695
3.19871
3.12506
3.05612
2.99222
2.93372
2.88108
2.83503
2.79657
2.76687
2.74919
2.74977
2.75325
2.76286
2.78341
2.82506
2.88847
2.97065
3.06968
3.1808
3.29856
3.41577
3.52651
3.62628
3.71296
3.78629
3.84731
3.8977
3.93924
3.97354
4.00194
4.02545
4.0448
4.06057
4.07344
4.08312
4.08993
4.09411
4.09416
4.09377
4.09252
4.08965
4.08377
4.07492
4.06408
4.05166
4.03767
4.02249
4.00681
3.99036
3.97538
3.96635
3.85233
3.32775
4.27276
4.26934
4.03912
3.93625
3.88223
3.79465
3.69707
3.61197
3.5437
3.48269
3.44632
3.43198
3.42944
3.45071
3.4982
3.5658
3.64667
3.73246
3.82018
3.9077
3.99432
4.07982
4.16426
4.2473
4.32853
4.40748
4.48432
4.55826
4.6278
4.69165
4.74975
4.8019
4.84826
4.88894
4.92438
4.95705
4.98409
5.00328
5.01654
5.02446
5.02771
5.02675
5.0227
5.01318
4.99831
4.98007
4.95934
4.93546
4.90909
4.87987
4.84849
4.81479
4.77926
4.74185
4.70292
4.66241
4.6207
4.57766
4.53365
4.48854
4.44264
4.39585
4.34839
4.30022
4.25148
4.2022
4.15247
4.10234
4.0519
4.0012
3.95035
3.8994
3.84846
3.79757
3.74683
3.6963
3.64604
3.59611
3.54657
3.49748
3.44889
3.40087
3.35346
3.30674
3.26075
3.21553
3.17116
3.12773
3.08527
3.04389
3.00368
2.965
2.92801
2.8931
2.86084
2.83218
2.80824
2.79216
4.72066
4.23022
4.35829
4.22746
4.01651
3.97166
3.92915
3.80939
3.68907
3.59024
3.52343
3.47992
3.44541
3.42911
3.42594
3.44585
3.49203
3.55993
3.6425
3.72881
3.81669
3.90416
3.99052
4.07565
4.15945
4.24164
4.32208
4.3995
4.47528
4.54945
4.61913
4.68276
4.74091
4.79331
4.84023
4.88129
4.91739
4.94955
4.97636
4.99619
5.0099
5.01814
5.02151
5.02091
5.01777
5.00952
4.99376
4.97527
4.95452
4.9312
4.90504
4.87623
4.84494
4.81152
4.77609
4.7389
4.70004
4.65972
4.61804
4.57515
4.53115
4.48616
4.44025
4.39355
4.34608
4.29796
4.24923
4.19998
4.15026
4.10015
4.04973
3.99906
3.94823
3.89732
3.84641
3.79558
3.7449
3.69444
3.64426
3.59441
3.54496
3.49594
3.44744
3.39947
3.35215
3.3055
3.25958
3.21437
3.17004
3.12668
3.08433
3.04305
3.00301
2.9643
2.92726
2.89228
2.85992
2.83107
2.80679
2.79039
5.52729
4.78639
4.52182
4.2682
4.05366
3.96183
3.87844
3.7828
3.6802
3.59098
3.52757
3.48367
3.44516
3.41678
3.40892
3.43457
3.4826
3.54748
3.63343
3.71806
3.80653
3.89432
3.98104
4.06674
4.1512
4.23402
4.31511
4.39358
4.4698
4.54319
4.61229
4.67597
4.73403
4.78651
4.83332
4.87463
4.9108
4.94236
4.96871
4.98882
5.00274
5.0111
5.01432
5.01383
5.01126
5.00427
4.9896
4.96993
4.94867
4.92541
4.8996
4.87104
4.83999
4.80672
4.77146
4.7344
4.69567
4.65545
4.61385
4.57103
4.52708
4.48213
4.43625
4.38956
4.3421
4.29398
4.24525
4.19599
4.14626
4.09616
4.04572
3.99508
3.94427
3.89342
3.84256
3.79182
3.74123
3.69089
3.64082
3.59109
3.54179
3.49294
3.44463
3.39677
3.34967
3.30324
3.25757
3.21267
3.16857
3.12525
3.08294
3.04171
3.00173
2.9631
2.92611
2.89112
2.85868
2.82964
2.80492
2.7882
5.89997
5.10909
4.65932
4.35806
4.1295
3.98908
3.89225
3.79348
3.69068
3.59908
3.53151
3.48018
3.44527
3.42649
3.42608
3.44011
3.48127
3.54943
3.62965
3.71431
3.80165
3.88924
3.97597
4.06165
4.146
4.22854
4.30905
4.3866
4.46158
4.53341
4.6014
4.66423
4.72164
4.77353
4.82003
4.86116
4.89715
4.92824
4.95419
4.97436
4.98861
4.99722
5.00052
5.00013
4.9981
4.99245
4.98004
4.95994
4.93806
4.91468
4.88917
4.8611
4.83058
4.79775
4.76286
4.72607
4.6876
4.64758
4.60618
4.56352
4.51971
4.47487
4.4291
4.38248
4.3351
4.28703
4.23836
4.18913
4.13945
4.08938
4.03901
3.98842
3.93772
3.88697
3.83629
3.78574
3.73538
3.68525
3.63547
3.58596
3.53695
3.48837
3.4404
3.39302
3.34619
3.29991
3.2544
3.20963
3.16573
3.12265
3.08059
3.03957
2.99979
2.96136
2.92455
2.88968
2.85726
2.82816
2.80311
2.78607
6.09196
5.3433
4.83026
4.48944
4.24027
4.06153
3.94138
3.8387
3.74069
3.65728
3.59479
3.54703
3.51165
3.48739
3.47772
3.4826
3.50404
3.5536
3.6287
3.71094
3.79613
3.88339
3.97099
4.05742
4.14163
4.22331
4.30239
4.37893
4.45247
4.52276
4.58914
4.65087
4.70756
4.75895
4.80499
4.84565
4.88113
4.91156
4.93696
4.95697
4.97139
4.98023
4.98363
4.98327
4.98156
4.97689
4.96658
4.94748
4.9254
4.90166
4.87614
4.84847
4.81848
4.78617
4.75172
4.71531
4.67716
4.63742
4.59626
4.55381
4.51019
4.46551
4.41987
4.37337
4.32609
4.27812
4.2295
4.18036
4.13073
4.08076
4.03045
3.98
3.92941
3.87885
3.82838
3.77813
3.72796
3.67815
3.62865
3.57961
3.53101
3.48285
3.43522
3.38812
3.34162
3.29571
3.25051
3.20606
3.16245
3.11971
3.07795
3.03725
2.99776
2.95965
2.92314
2.8886
2.85643
2.82754
2.80241
2.78527
6.20654
5.53127
5.01189
4.63923
4.37174
4.17812
4.04244
3.93878
3.85383
3.78667
3.73344
3.68869
3.6495
3.615
3.58862
3.57648
3.57896
3.59356
3.63129
3.70636
3.78758
3.87862
3.96966
4.05763
4.14166
4.22184
4.29836
4.37164
4.44176
4.5088
4.57235
4.63193
4.68708
4.73746
4.7828
4.82299
4.85814
4.88826
4.9134
4.93352
4.94832
4.95768
4.9616
4.96134
4.95998
4.95621
4.9478
4.9309
4.90929
4.88537
4.85976
4.83234
4.80282
4.77109
4.73718
4.70126
4.66352
4.62413
4.58327
4.54108
4.49769
4.45322
4.40775
4.36142
4.31426
4.26642
4.21789
4.16886
4.11931
4.06944
4.01925
3.96895
3.91858
3.86818
3.81806
3.76817
3.71863
3.66937
3.62043
3.57187
3.52369
3.47594
3.42867
3.38193
3.33581
3.29029
3.24549
3.20142
3.1582
3.11587
3.07453
3.03428
2.99527
2.95768
2.92174
2.88781
2.85623
2.82794
2.80318
2.78665
6.28705
5.68345
5.18311
4.80032
4.5163
4.31715
4.17728
4.08513
4.02322
3.97835
3.94108
3.90342
3.863
3.8153
3.76275
3.71368
3.67664
3.66947
3.67813
3.70713
3.7706
3.85927
3.95645
4.04994
4.1371
4.21755
4.29217
4.36224
4.42893
4.49267
4.55344
4.61086
4.66441
4.71362
4.7581
4.79768
4.83243
4.86222
4.88709
4.90714
4.9222
4.9321
4.93664
4.93645
4.93534
4.93221
4.92517
4.91083
4.89031
4.86668
4.8411
4.81377
4.78456
4.75329
4.71992
4.68451
4.64723
4.60824
4.56773
4.52584
4.48273
4.4385
4.39326
4.34712
4.30014
4.25245
4.20406
4.15516
4.10575
4.05605
4.00604
3.956
3.90599
3.85642
3.8068
3.75747
3.70839
3.6596
3.61111
3.56295
3.5152
3.46785
3.42104
3.37472
3.32906
3.284
3.2397
3.19611
3.15342
3.11161
3.07086
3.03123
2.99293
2.9561
2.92104
2.88805
2.8574
2.83024
2.80648
2.79165
6.34539
5.80739
5.33966
4.96397
4.67963
4.48018
4.35106
4.27923
4.246
4.22687
4.20841
4.18133
4.13958
4.07171
3.98155
3.88651
3.80606
3.75657
3.74951
3.75763
3.78467
3.84508
3.93483
4.03153
4.12413
4.2082
4.28366
4.35214
4.41573
4.47589
4.53324
4.58773
4.63901
4.68654
4.72983
4.76838
4.80253
4.832
4.8565
4.87657
4.89181
4.90217
4.90749
4.90741
4.90656
4.90399
4.8981
4.88596
4.86703
4.84435
4.81919
4.79206
4.76307
4.73213
4.69922
4.66432
4.62755
4.58902
4.54893
4.50741
4.46463
4.42069
4.37572
4.32983
4.28307
4.23557
4.18737
4.13865
4.08944
4.04
3.99046
3.94107
3.89172
3.84258
3.79358
3.74476
3.69616
3.64781
3.59981
3.55213
3.50492
3.4581
3.41187
3.3661
3.32103
3.27654
3.23286
3.18988
3.14787
3.10675
3.06678
3.028
2.99067
2.95495
2.92116
2.88947
2.86041
2.83527
2.81338
2.80165
6.3931
5.91586
5.48735
5.13346
4.8642
4.67805
4.57463
4.53486
4.52964
4.52839
4.52248
4.50391
4.45924
4.36522
4.21976
4.07559
3.95641
3.87369
3.83309
3.83364
3.84218
3.86789
3.9244
4.00817
4.09629
4.18338
4.26279
4.33347
4.39718
4.45579
4.51061
4.56227
4.61097
4.65639
4.69814
4.73575
4.76912
4.79799
4.82232
4.84239
4.85782
4.86864
4.87478
4.87508
4.87445
4.87234
4.86735
4.85699
4.83985
4.8186
4.79434
4.76767
4.73896
4.70831
4.67577
4.64133
4.60505
4.56703
4.52741
4.48633
4.44393
4.40035
4.35569
4.31008
4.26356
4.21628
4.16829
4.11977
4.07096
4.02214
3.97329
3.92459
3.87587
3.82727
3.77879
3.7305
3.68245
3.63466
3.58724
3.54015
3.49355
3.44735
3.40174
3.35662
3.31221
3.26839
3.22541
3.18319
3.14197
3.10174
3.06276
3.02511
2.98908
2.9549
2.92264
2.89296
2.86634
2.84421
2.82528
2.81792
6.43944
6.01807
5.63662
5.31984
5.08137
4.92781
4.86339
4.86251
4.86727
4.87677
4.87135
4.84787
4.78517
4.65016
4.45534
4.27477
4.1289
4.02267
3.95526
3.92547
3.92595
3.93259
3.95322
3.99933
4.07112
4.14711
4.22597
4.30024
4.36801
4.42896
4.48401
4.53437
4.58098
4.62418
4.664
4.70017
4.73249
4.76077
4.78493
4.80495
4.82049
4.83177
4.83864
4.83974
4.83922
4.83741
4.8331
4.8241
4.80871
4.78909
4.76606
4.7402
4.71198
4.68167
4.64946
4.61541
4.5796
4.54208
4.50295
4.46236
4.4204
4.37724
4.33294
4.28766
4.24142
4.1944
4.14672
4.09884
4.05075
4.00265
3.95448
3.90636
3.85824
3.81023
3.76234
3.71465
3.66723
3.62007
3.57331
3.52688
3.48097
3.43546
3.39058
3.34619
3.30255
3.25954
3.21741
3.17611
3.1359
3.09679
3.05909
3.02292
2.98865
2.95623
2.92624
2.89942
2.87621
2.85813
2.84379
2.84148
6.49298
6.12654
5.79849
5.53259
5.34529
5.24269
5.22884
5.23539
5.25197
5.25075
5.23704
5.19181
5.08522
4.884
4.67355
4.48303
4.32542
4.20262
4.11319
4.0547
4.02388
4.01591
4.01904
4.03193
4.06299
4.12308
4.18064
4.25082
4.32184
4.38783
4.44684
4.49928
4.54614
4.5884
4.62672
4.66144
4.69261
4.72018
4.74402
4.76409
4.77991
4.79161
4.79921
4.80129
4.80088
4.79935
4.79561
4.7878
4.77392
4.75589
4.73427
4.70949
4.68203
4.65224
4.62045
4.5868
4.55141
4.51436
4.47575
4.43566
4.3942
4.35149
4.3076
4.26266
4.21672
4.17017
4.1232
4.07607
4.02871
3.98129
3.93377
3.88626
3.83879
3.79143
3.74422
3.69721
3.6505
3.60405
3.55803
3.51234
3.4672
3.42247
3.3784
3.33486
3.29211
3.25004
3.20894
3.16876
3.12981
3.09213
3.05609
3.0219
2.98969
2.95974
2.93298
2.91
2.89163
2.87887
2.87199
2.87259
6.55982
6.25493
5.99217
5.79269
5.66965
5.63024
5.63436
5.64705
5.65087
5.63968
5.59797
5.49767
5.3048
5.09065
4.88444
4.69783
4.53742
4.40354
4.29538
4.21215
4.15255
4.11472
4.09358
4.09394
4.0997
4.11798
4.1581
4.20399
4.26418
4.33019
4.39357
4.4509
4.50139
4.54557
4.5844
4.61878
4.6493
4.67629
4.69982
4.71983
4.7362
4.74829
4.75656
4.75977
4.75948
4.75823
4.75507
4.74838
4.7358
4.71919
4.69898
4.67545
4.64899
4.61995
4.58872
4.55553
4.52059
4.484
4.44588
4.40632
4.36538
4.32316
4.27967
4.23513
4.1898
4.14403
4.09787
4.05149
4.00487
3.95815
3.91134
3.86454
3.8178
3.77118
3.72474
3.6785
3.63258
3.58693
3.54172
3.49687
3.45258
3.40874
3.3656
3.32304
3.28132
3.24039
3.20051
3.16173
3.12434
3.0885
3.05462
3.02277
2.99314
2.96676
2.94428
2.92654
2.91459
2.90895
2.90925
2.91152
6.65624
6.42348
6.23936
6.11844
6.06536
6.06631
6.07219
6.07096
6.0571
6.01041
5.9023
5.70995
5.49765
5.29027
5.09585
4.918
4.7571
4.61512
4.49211
4.38834
4.30381
4.23863
4.19176
4.16231
4.14932
4.15109
4.15995
4.18268
4.21946
4.26698
4.32648
4.3861
4.44109
4.48981
4.53217
4.56877
4.6004
4.62784
4.65156
4.67177
4.68855
4.70136
4.71036
4.71479
4.71463
4.7137
4.71115
4.70557
4.69438
4.67901
4.66012
4.63789
4.61261
4.58454
4.55408
4.52149
4.48707
4.45099
4.41338
4.37435
4.33393
4.29219
4.2492
4.20535
4.16086
4.11594
4.07061
4.02502
3.97918
3.93323
3.88721
3.8412
3.79526
3.74945
3.70384
3.65844
3.61337
3.56861
3.52429
3.48037
3.43703
3.3942
3.3521
3.31068
3.27016
3.2306
3.19222
3.15518
3.11978
3.08634
3.05515
3.02604
3.00024
2.97855
2.96176
2.95112
2.94766
2.94864
2.95234
2.96222
6.80173
6.65631
6.562
6.51697
6.5173
6.5205
6.51693
6.49665
6.43717
6.30704
6.10785
5.8929
5.6853
5.49045
5.30812
5.13751
4.97734
4.82933
4.69454
4.57416
4.46932
4.38088
4.30908
4.25415
4.21584
4.19211
4.18697
4.19003
4.20149
4.22593
4.26195
4.31275
4.36634
4.41816
4.46536
4.50661
4.54192
4.57192
4.5973
4.6186
4.63617
4.6501
4.6599
4.66561
4.66597
4.66537
4.66339
4.65881
4.64944
4.63529
4.6177
4.59682
4.57282
4.54589
4.51638
4.48459
4.45085
4.41536
4.37832
4.33985
4.29993
4.25871
4.21647
4.17352
4.12995
4.08591
4.04146
3.99672
3.95176
3.90666
3.86151
3.81636
3.77132
3.7264
3.68169
3.63723
3.5931
3.54932
3.50598
3.46312
3.42084
3.37918
3.33828
3.29821
3.25915
3.22124
3.18474
3.14989
3.11708
3.08668
3.05832
3.03331
3.01273
2.99727
2.98783
2.98696
2.98845
2.99366
3.00628
3.03373
7.02906
6.97563
6.9684
6.97416
6.98694
6.98179
6.95544
6.88235
6.72677
6.50927
6.28479
6.07263
5.87605
5.69261
5.51896
5.35253
5.19218
5.03933
4.89537
4.76209
4.64129
4.53427
4.44196
4.36472
4.30269
4.25603
4.22512
4.20715
4.20742
4.21173
4.22386
4.24941
4.28911
4.33602
4.38426
4.42948
4.46984
4.50463
4.53386
4.55795
4.57748
4.59305
4.60413
4.61118
4.61325
4.61281
4.61125
4.60759
4.60007
4.58755
4.57145
4.55198
4.52934
4.50369
4.47535
4.44457
4.41169
4.37697
4.3406
4.30272
4.26336
4.2229
4.18159
4.13962
4.09702
4.05395
4.01045
3.96665
3.92263
3.87847
3.83428
3.79008
3.746
3.70204
3.65833
3.61488
3.57178
3.52908
3.48685
3.44517
3.40412
3.3638
3.32432
3.28585
3.24857
3.21272
3.17861
3.14656
3.1172
3.08977
3.06579
3.04643
3.03277
3.02513
3.02549
3.0279
3.03497
3.05086
3.0779
3.13104
7.36587
7.38085
7.42324
7.46618
7.46161
7.43229
7.34832
7.16917
6.92537
6.6819
6.45868
6.25632
6.07027
5.8948
5.72572
5.56056
5.39813
5.24108
5.08998
4.94702
4.81412
4.69279
4.58406
4.48873
4.40725
4.33983
4.28658
4.24673
4.22161
4.20987
4.21072
4.21534
4.22885
4.25744
4.29694
4.3401
4.38338
4.42325
4.45788
4.48674
4.51006
4.52831
4.54205
4.5507
4.55516
4.55499
4.55404
4.55149
4.54606
4.53536
4.52093
4.50305
4.48194
4.45777
4.4308
4.40126
4.36948
4.33571
4.30017
4.26297
4.22442
4.18494
4.14466
4.1037
4.06214
4.02009
3.97763
3.93486
3.89188
3.84876
3.80559
3.76245
3.71941
3.67653
3.6339
3.59156
3.54961
3.5081
3.46713
3.42677
3.38715
3.34837
3.31062
3.27409
3.23904
3.20579
3.17473
3.14649
3.12028
3.09752
3.07973
3.06784
3.0631
3.06391
3.06755
3.07695
3.09686
3.13484
3.17302
3.23583
7.7784
7.85813
7.94995
7.94993
7.92301
7.83298
7.63507
7.35957
7.09133
6.85103
6.63818
6.44599
6.2668
6.095
5.92684
5.76059
5.59665
5.43441
5.27731
5.12696
4.98496
4.85265
4.73109
4.62117
4.52342
4.43816
4.36597
4.30664
4.26033
4.22674
4.20714
4.19953
4.19996
4.2049
4.21914
4.24916
4.28769
4.32863
4.36743
4.4018
4.43061
4.45347
4.47104
4.48295
4.49022
4.49198
4.49148
4.48982
4.486
4.47814
4.46561
4.44953
4.43017
4.40771
4.38235
4.35432
4.32391
4.29134
4.25679
4.22056
4.18316
4.1448
4.10562
4.06576
4.02532
3.98439
3.94307
3.90144
3.85958
3.8176
3.77556
3.73356
3.69166
3.64995
3.60851
3.56741
3.52673
3.48657
3.44702
3.4082
3.37024
3.33332
3.29766
3.26355
3.23132
3.20141
3.17453
3.14967
3.12845
3.1125
3.10238
3.10082
3.10229
3.10739
3.11995
3.14582
3.1853
3.23558
3.27927
3.34082
8.33828
8.44498
8.46246
8.43312
8.33314
8.11293
7.80885
7.51434
7.2535
7.026
6.8237
6.63808
6.46169
6.28994
6.1199
5.95096
5.78333
5.61775
5.45624
5.30041
5.15152
5.01091
4.87949
4.75814
4.64736
4.54769
4.45947
4.38282
4.31782
4.26491
4.22448
4.19703
4.18321
4.17301
4.17426
4.18098
4.19725
4.22994
4.26592
4.30287
4.33665
4.36533
4.38827
4.40552
4.41663
4.42269
4.42283
4.4221
4.41984
4.41481
4.4047
4.39068
4.37332
4.35286
4.32944
4.30325
4.27452
4.24343
4.21023
4.17541
4.13933
4.10223
4.06429
4.02566
3.98644
3.94674
3.90666
3.86626
3.82565
3.7849
3.74411
3.70336
3.66274
3.62233
3.58222
3.5425
3.50327
3.46465
3.42675
3.38973
3.35378
3.31913
3.2861
3.25507
3.22647
3.20115
3.17792
3.15836
3.14468
3.13694
3.13729
3.13982
3.14716
3.16348
3.19618
3.23992
3.28971
3.34326
3.38457
3.43701
8.98426
9.00689
8.97278
8.85617
8.60328
8.26968
7.94884
7.6662
7.42175
7.20683
7.01142
6.82799
6.65061
6.47619
6.30292
6.1307
5.95995
5.79134
5.62668
5.46683
5.31299
5.16619
5.02731
4.89704
4.77597
4.66445
4.56287
4.47162
4.39114
4.32136
4.26266
4.21554
4.18111
4.15962
4.14154
4.13483
4.13731
4.14613
4.16583
4.19725
4.2304
4.26295
4.29175
4.31512
4.3325
4.34341
4.34853
4.34833
4.34715
4.34411
4.33762
4.32604
4.31092
4.29271
4.27153
4.24752
4.22084
4.19162
4.16021
4.12713
4.09267
4.05707
4.02056
3.98332
3.94546
3.90712
3.86839
3.82935
3.79009
3.75071
3.7113
3.67193
3.63273
3.59377
3.55516
3.51702
3.47946
3.44262
3.40668
3.37184
3.33836
3.30656
3.27689
3.24982
3.22626
3.20494
3.18726
3.17594
3.17174
3.17273
3.17689
3.18751
3.20977
3.24769
3.29453
3.34675
3.39822
3.44635
3.47897
3.51865
9.60973
9.56636
9.42145
9.11569
8.74376
8.39262
8.08725
7.82492
7.59533
7.38852
7.19598
7.01138
6.83087
6.65259
6.47587
6.30064
6.12752
5.957
5.78969
5.62689
5.4695
5.31819
5.17368
5.03648
4.9072
4.78617
4.67378
4.57055
4.47673
4.39237
4.31786
4.25364
4.20042
4.15869
4.13002
4.10539
4.08765
4.08789
4.0913
4.10131
4.1225
4.15183
4.18253
4.21083
4.23455
4.25227
4.26382
4.26812
4.26782
4.2664
4.26282
4.25533
4.2429
4.22705
4.20827
4.18668
4.16234
4.13542
4.10632
4.07537
4.04284
4.00904
3.97421
3.93856
3.90225
3.86542
3.82817
3.79063
3.75286
3.71499
3.6771
3.63929
3.60168
3.56436
3.52748
3.49115
3.45555
3.42085
3.38728
3.35514
3.32476
3.29665
3.27134
3.24985
3.23045
3.21554
3.20595
3.20596
3.20782
3.21405
3.22866
3.25835
3.30048
3.35069
3.40397
3.45583
3.50021
3.53709
3.55828
3.58549
10.2224
10.0309
9.6444
9.2264
8.84087
8.5107
8.231
7.98852
7.77084
7.56809
7.37453
7.18645
7.00191
6.8198
6.64007
6.46257
6.28775
6.11579
5.94696
5.7822
5.62218
5.46727
5.31829
5.17551
5.03964
4.91084
4.78968
4.67621
4.57094
4.47419
4.38637
4.30764
4.23839
4.17925
4.13085
4.09522
4.06323
4.03995
4.02928
4.03021
4.0348
4.04629
4.06964
4.09635
4.12353
4.14723
4.16549
4.17741
4.18217
4.18189
4.18045
4.17675
4.16899
4.15614
4.13983
4.12069
4.09894
4.07468
4.04823
4.01978
3.9896
3.95795
3.92511
3.89132
3.85677
3.82164
3.78604
3.75014
3.71402
3.67781
3.64161
3.60554
3.56973
3.5343
3.49942
3.46523
3.43198
3.39989
3.36927
3.34055
3.31421
3.29092
3.27181
3.25463
3.24221
3.23679
3.23763
3.24144
3.2513
3.27218
3.309
3.3553
3.40789
3.46209
3.51305
3.55634
3.58896
3.61247
3.62289
3.63957
10.7362
10.2192
9.72125
9.28956
8.93175
8.63532
8.3816
8.1545
7.94311
7.74119
7.54503
7.35306
7.16478
6.9797
6.79785
6.61888
6.44297
6.27004
6.10009
5.93385
5.77167
5.6139
5.46112
5.31368
5.1721
5.03668
4.90782
4.78582
4.67096
4.56356
4.46393
4.37242
4.28961
4.21603
4.15186
4.09786
4.05503
4.01722
3.98675
3.96777
3.96276
3.96423
3.96992
3.98294
4.00636
4.03064
4.05385
4.07268
4.08556
4.09154
4.09141
4.09027
4.08694
4.0797
4.06655
4.04999
4.03082
4.00932
3.98573
3.9601
3.93262
3.9035
3.87301
3.84139
3.80887
3.77566
3.74193
3.70787
3.67357
3.63923
3.60493
3.57084
3.5371
3.50386
3.47135
3.43974
3.40937
3.38053
3.35368
3.32941
3.30848
3.29175
3.2777
3.26732
3.26671
3.26855
3.27484
3.28945
3.31909
3.36074
3.41117
3.46605
3.52063
3.57045
3.61157
3.64201
3.66156
3.67292
3.67639
3.68376
10.9589
10.2654
9.73937
9.34288
9.03107
8.77034
8.53792
8.32039
8.11097
7.90686
7.70726
7.51205
7.32125
7.13447
6.9514
6.77162
6.59499
6.42119
6.25053
6.08242
5.91835
5.75811
5.60207
5.45053
5.30404
5.16285
5.02747
4.8981
4.77515
4.6588
4.54945
4.44734
4.35282
4.26619
4.18793
4.11862
4.05876
4.01001
3.96674
3.92974
3.9046
3.89034
3.88908
3.891
3.89755
3.91203
3.93414
3.95613
3.97537
3.9894
3.99741
3.99815
3.99729
3.99447
3.98804
3.97517
3.9589
3.94019
3.91938
3.89665
3.87209
3.84581
3.81801
3.78888
3.75868
3.72764
3.69601
3.664
3.63176
3.59951
3.56737
3.53555
3.5042
3.47356
3.44387
3.41544
3.38864
3.36397
3.34198
3.32387
3.30966
3.29878
3.2928
3.29367
3.29776
3.30825
3.33037
3.36786
3.41468
3.46827
3.5247
3.57919
3.62742
3.66633
3.69394
3.71112
3.7193
3.7219
3.72167
3.72255
10.928
10.235
9.74377
9.40255
9.139
8.90856
8.69084
8.47857
8.27002
8.06488
7.86377
7.66719
7.4752
7.28742
7.10344
6.92273
6.745
6.56995
6.39768
6.22734
6.06147
5.89874
5.73955
5.58424
5.43327
5.28696
5.14573
5.00988
4.87977
4.75566
4.63784
4.5266
4.42217
4.32492
4.23517
4.15335
4.0799
4.01526
3.96071
3.91208
3.8697
3.83767
3.81896
3.80901
3.80938
3.81226
3.82015
3.83643
3.85649
3.876
3.8912
3.90056
3.90319
3.90261
3.90037
3.89486
3.88364
3.86825
3.85017
3.8302
3.80855
3.78525
3.76037
3.73402
3.70645
3.67791
3.64866
3.61897
3.58906
3.55917
3.52949
3.50027
3.47174
3.44419
3.41799
3.3935
3.37129
3.35201
3.33675
3.32593
3.31739
3.31732
3.3194
3.32645
3.34237
3.37446
3.41705
3.46862
3.52559
3.58324
3.63715
3.6834
3.71969
3.74458
3.75914
3.76528
3.76499
3.76358
3.75982
3.75971
10.783
10.1606
9.75651
9.48121
9.25694
9.04583
8.83602
8.62615
8.4178
8.21297
8.01253
7.81645
7.62461
7.4366
7.25199
7.07038
6.89144
6.71498
6.54088
6.3698
6.2002
6.03439
5.87204
5.71322
5.55817
5.40726
5.26086
5.11934
4.98301
4.85221
4.72714
4.60815
4.49537
4.38914
4.28964
4.19724
4.11227
4.03518
3.96646
3.90709
3.85396
3.80658
3.76959
3.74395
3.72874
3.72368
3.72483
3.72931
3.73961
3.75796
3.77608
3.79174
3.80262
3.80756
3.80733
3.80583
3.80175
3.79303
3.77877
3.76175
3.74283
3.7223
3.70026
3.67681
3.65211
3.62639
3.59988
3.57289
3.54567
3.51852
3.49172
3.46558
3.44043
3.41666
3.39472
3.37519
3.35875
3.34679
3.3391
3.33551
3.33676
3.34186
3.35425
3.37979
3.41853
3.46729
3.52327
3.58245
3.64059
3.69333
3.73739
3.77093
3.79344
3.80582
3.80922
3.80868
3.80657
3.8016
3.79134
3.78978
10.5927
10.0888
9.78689
9.56924
9.37025
9.16939
8.96456
8.75846
8.55373
8.35202
8.15389
7.9593
7.76803
7.57987
7.39452
7.21176
7.03129
6.85305
6.67685
6.50281
6.3309
6.1624
5.99705
5.8349
5.67622
5.5212
5.37034
5.22382
5.08216
4.94553
4.81431
4.68869
4.56886
4.45509
4.34749
4.24638
4.15198
4.06463
3.98476
3.91271
3.84953
3.79229
3.74098
3.69986
3.66929
3.64962
3.63774
3.63784
3.63979
3.64568
3.65826
3.67593
3.69291
3.70548
3.71291
3.71367
3.7129
3.71022
3.70405
3.69164
3.67616
3.65836
3.63898
3.61831
3.59656
3.57385
3.55039
3.52644
3.50231
3.47835
3.45495
3.43251
3.41153
3.39248
3.37611
3.3629
3.35478
3.35038
3.35097
3.35439
3.36362
3.38334
3.41835
3.46315
3.5169
3.57627
3.6372
3.69523
3.74642
3.7881
3.81898
3.83921
3.84992
3.85143
3.85069
3.84819
3.84249
3.83241
3.81791
3.81523
10.4891
10.0563
9.82456
9.64428
9.46185
9.26961
9.07182
8.87259
8.67409
8.47728
8.28254
8.09006
7.89987
7.71194
7.52621
7.34251
7.16081
6.98095
6.80298
6.62689
6.45265
6.28082
6.11229
5.94694
5.78492
5.62629
5.4715
5.32077
5.17454
5.0331
4.89668
4.76559
4.6399
4.51992
4.40565
4.29743
4.19532
4.09965
4.01066
3.92876
3.85426
3.78811
3.72759
3.6732
3.62873
3.59426
3.56965
3.55461
3.54955
3.55053
3.5543
3.56302
3.57955
3.59591
3.6097
3.61863
3.62258
3.6223
3.62074
3.61645
3.60739
3.59332
3.57682
3.55896
3.54016
3.52062
3.50053
3.48009
3.45962
3.43951
3.42028
3.40238
3.38664
3.37335
3.3639
3.35888
3.35914
3.36141
3.36844
3.38384
3.4145
3.45475
3.50561
3.56393
3.62617
3.68814
3.74564
3.79516
3.83453
3.86317
3.88136
3.89047
3.89101
3.89015
3.88746
3.88155
3.87023
3.85804
3.84203
3.83831
10.4433
10.0355
9.84643
9.69583
9.52973
9.348
9.15918
8.96815
8.77661
8.5852
8.39437
8.20451
8.01596
7.82885
7.64334
7.45934
7.27694
7.09605
6.91675
6.73907
6.56286
6.38868
6.2174
6.04927
5.88427
5.72257
5.56445
5.4102
5.26015
5.11465
4.97385
4.83813
4.70749
4.58229
4.46249
4.34837
4.23995
4.13752
4.04116
3.95125
3.86798
3.79183
3.72345
3.66035
3.60361
3.55666
3.51893
3.49105
3.47241
3.46344
3.46376
3.46605
3.4723
3.48529
3.50166
3.51676
3.52829
3.535
3.53581
3.53504
3.53235
3.5262
3.51397
3.49968
3.48388
3.46743
3.4508
3.43415
3.41786
3.4023
3.38819
3.37581
3.3668
3.36043
3.36065
3.36252
3.36833
3.38106
3.40637
3.44231
3.48944
3.54538
3.60748
3.67194
3.73447
3.79095
3.83855
3.87572
3.90225
3.91915
3.92693
3.92706
3.9262
3.92353
3.91767
3.90702
3.89368
3.8804
3.86374
3.85931
10.4235
10.0173
9.85629
9.73033
9.58012
9.40939
9.22957
9.04625
8.86111
8.67476
8.48784
8.30089
8.11441
7.92869
7.74393
7.56023
7.37765
7.19627
7.01612
6.83733
6.65977
6.48377
6.31014
6.13945
5.97181
5.80736
5.64645
5.4892
5.33609
5.18723
5.043
4.90354
4.76905
4.63966
4.51552
4.39666
4.28329
4.1754
4.07326
3.97691
3.8867
3.80285
3.72565
3.65597
3.5909
3.53311
3.48408
3.44398
3.41326
3.39235
3.38039
3.37936
3.38079
3.38549
3.39588
3.41266
3.42908
3.44287
3.45082
3.4541
3.45384
3.45244
3.44861
3.44052
3.42883
3.41606
3.40288
3.39015
3.37855
3.36824
3.36063
3.35479
3.35496
3.35662
3.36176
3.37279
3.39313
3.42453
3.46798
3.52097
3.58167
3.64706
3.7131
3.77558
3.83081
3.87641
3.91146
3.93635
3.952
3.9592
3.95932
3.95854
3.95613
3.95081
3.94053
3.92826
3.91401
3.90006
3.88282
3.87822
10.4188
10.0104
9.86594
9.75599
9.61777
9.45645
9.28454
9.10788
8.92825
8.74647
8.56332
8.37946
8.19541
8.01156
7.8281
7.64525
7.46308
7.28173
7.10131
6.9219
6.74364
6.56639
6.39101
6.21819
6.04842
5.88179
5.7187
5.55921
5.40373
5.25234
5.10534
4.96293
4.82521
4.69243
4.56463
4.44193
4.32443
4.21215
4.10526
4.00381
3.90799
3.81802
3.73407
3.65657
3.58588
3.51991
3.46161
3.4113
3.36952
3.33677
3.3136
3.30054
3.29763
3.29877
3.3027
3.31167
3.32818
3.34531
3.36005
3.37049
3.37611
3.3785
3.37819
3.37677
3.37321
3.36589
3.35737
3.34955
3.34327
3.33913
3.33937
3.34106
3.34619
3.35757
3.37446
3.40102
3.44017
3.48906
3.54721
3.61209
3.68031
3.74757
3.80986
3.8639
3.90781
3.94133
3.96495
3.98038
3.98723
3.98786
3.98716
3.98504
3.9802
3.97149
3.95959
3.94673
3.93179
3.91738
3.89949
3.89533
10.4511
10.0311
9.89128
9.78674
9.65371
9.49802
9.3313
9.15898
8.9831
8.80464
8.62452
8.44328
8.26148
8.07942
7.89741
7.71559
7.53415
7.35316
7.17283
6.99324
6.81461
6.63687
6.46048
6.28626
6.11477
5.94649
5.78157
5.62033
5.46283
5.3094
5.1601
5.01529
4.87498
4.73949
4.60878
4.48303
4.36228
4.24655
4.1359
4.03044
3.93016
3.83535
3.74602
3.66251
3.58528
3.51379
3.44759
3.38893
3.33787
3.29524
3.26159
3.23739
3.22292
3.21861
3.21953
3.22303
3.23105
3.24739
3.2654
3.28201
3.29527
3.30361
3.30941
3.31302
3.31472
3.31453
3.31387
3.31326
3.31377
3.31575
3.32087
3.33171
3.34967
3.37193
3.40494
3.44911
3.50355
3.5662
3.63471
3.7052
3.77361
3.8358
3.88903
3.93186
3.96437
3.98749
4.00287
4.01052
4.01233
4.01178
4.01006
4.00621
3.99847
3.98815
3.97578
3.96217
3.9469
3.93211
3.91408
3.91002
10.4848
10.068
9.91897
9.81113
9.68163
9.53144
9.36953
9.20096
9.02824
8.85263
8.67508
8.49616
8.31633
8.13592
7.95519
7.77434
7.59354
7.41295
7.23276
7.05317
6.87434
6.6964
6.51952
6.3444
6.17175
6.00215
5.83587
5.67313
5.51411
5.35898
5.20792
5.06115
4.91886
4.78116
4.64818
4.51997
4.3966
4.27808
4.16445
4.05574
3.95195
3.85324
3.75966
3.67143
3.58865
3.51194
3.44028
3.37481
3.3162
3.26491
3.22179
3.18742
3.16262
3.14759
3.14283
3.14365
3.147
3.15514
3.17168
3.19175
3.21113
3.2272
3.24035
3.25003
3.25818
3.26514
3.2717
3.27853
3.28738
3.29841
3.3146
3.3365
3.36478
3.40303
3.45214
3.51085
3.57753
3.64906
3.72166
3.79093
3.85327
3.90611
3.94851
3.98062
4.00395
4.01967
4.02933
4.03227
4.03199
4.03088
4.02821
4.02267
4.01362
4.00248
3.98969
3.97552
3.96001
3.94482
3.9274
3.92247
10.5311
10.1161
9.94777
9.83146
9.70419
9.55897
9.40118
9.23565
9.06551
8.89234
8.71707
8.54018
8.36205
8.18303
8.00338
7.82338
7.64317
7.463
7.28302
7.10348
6.92457
6.74652
6.56947
6.39401
6.22073
6.05023
5.88291
5.71897
5.55869
5.40218
5.24975
5.10144
4.9575
4.81803
4.68319
4.55299
4.42751
4.30674
4.19068
4.07936
3.97271
3.87086
3.7738
3.68169
3.59474
3.51308
3.4371
3.36598
3.30121
3.24299
3.19213
3.1492
3.11477
3.08971
3.07465
3.07035
3.07136
3.07511
3.08412
3.10227
3.12517
3.1479
3.16866
3.18659
3.20256
3.21747
3.23236
3.24831
3.26683
3.28956
3.31793
3.35123
3.39495
3.44855
3.51151
3.58163
3.65594
3.73024
3.80042
3.86297
3.91581
3.95818
3.99078
4.0142
4.03174
4.04255
4.04812
4.04842
4.04792
4.04635
4.04283
4.03576
4.02611
4.01454
4.0014
3.98688
3.9712
3.95564
3.93854
3.93335
10.5954
10.1731
9.97832
9.85202
9.72654
9.58548
9.43062
9.26716
9.09881
8.9274
8.75378
8.57836
8.40147
8.22343
8.04454
7.86509
7.68531
7.5054
7.32559
7.14609
6.96716
6.78903
6.61195
6.43626
6.26261
6.09148
5.92337
5.7585
5.59714
5.43952
5.28582
5.13625
4.99096
4.85009
4.71375
4.58198
4.4548
4.33222
4.2142
4.10072
3.99177
3.88736
3.78757
3.6924
3.60205
3.51656
3.43639
3.36112
3.2914
3.22764
3.17022
3.11985
3.07737
3.04357
3.01923
3.00481
3.0024
3.00376
3.00833
3.019
3.04033
3.06697
3.09468
3.12157
3.14719
3.17203
3.197
3.22371
3.25379
3.29012
3.33017
3.37952
3.4381
3.50511
3.57871
3.65547
3.73141
3.80248
3.8655
3.91868
3.96164
3.99487
4.01987
4.03793
4.05101
4.05902
4.06184
4.06165
4.06081
4.05871
4.05427
4.04638
4.03638
4.02456
4.01117
3.99636
3.98058
3.96473
3.948
3.94239
10.6459
10.2087
9.98957
9.85774
9.73653
9.60099
9.45
9.28962
9.12395
8.95489
8.78334
8.60967
8.43414
8.25711
8.07897
7.90004
7.72063
7.54094
7.36125
7.18176
7.00277
6.82453
6.64735
6.47161
6.29777
6.12625
5.95751
5.79191
5.62971
5.47121
5.31652
5.16594
5.01957
4.87758
4.74003
4.60698
4.4784
4.35435
4.23471
4.11953
4.0087
3.90228
3.80022
3.70263
3.60953
3.5211
3.43746
3.35886
3.28509
3.21681
3.15426
3.09821
3.04914
3.00783
2.97514
2.95196
2.93935
2.93953
2.94157
2.94762
2.96121
2.98805
3.02079
3.05594
3.0918
3.12788
3.16525
3.20478
3.24911
3.29784
3.35446
3.41918
3.49123
3.56854
3.64789
3.72549
3.79747
3.86117
3.915
3.95884
3.99345
4.01982
4.03984
4.05426
4.06441
4.07084
4.07218
4.07189
4.07084
4.06834
4.06321
4.05499
4.04472
4.03269
4.01911
4.00418
3.98823
3.97235
3.95588
3.94946
10.7608
10.2698
10.0143
9.87245
9.75239
9.61979
9.47055
9.31218
9.14784
8.98005
8.80971
8.63714
8.46248
8.28608
8.10843
7.92986
7.7507
7.57119
7.39154
7.21205
7.03299
6.8547
6.67741
6.50149
6.32737
6.1555
5.98622
5.81999
5.65703
5.49774
5.34224
5.19082
5.0436
4.90072
4.7622
4.62816
4.49845
4.37323
4.25234
4.13571
4.0234
3.91529
3.81149
3.71193
3.61672
3.52594
3.43966
3.3582
3.28139
3.20964
3.14323
3.08257
3.02825
2.98084
2.94125
2.91043
2.88917
2.8813
2.88229
2.88609
2.89555
2.91555
2.94961
2.991
3.03687
3.08549
3.13683
3.19167
3.25168
3.31632
3.38884
3.46727
3.5496
3.63256
3.7124
3.78591
3.85055
3.90538
3.95038
3.98647
4.01489
4.03669
4.05343
4.06565
4.07419
4.07963
4.08017
4.07983
4.07866
4.07599
4.07051
4.06202
4.05152
4.03931
4.02559
4.01056
3.99453
3.97855
3.96254
3.9551
10.7757
10.3046
10.033
9.87979
9.75768
9.62767
9.48034
9.32575
9.16346
8.99733
8.8287
8.65745
8.48377
8.30812
8.13097
7.95277
7.77381
7.59442
7.41483
7.23537
7.05626
6.87788
6.70054
6.52465
6.35041
6.17831
6.00869
5.842
5.67853
5.51864
5.36258
5.21053
5.06269
4.91912
4.77988
4.64506
4.51449
4.38834
4.26639
4.1487
4.03524
3.92586
3.82071
3.71964
3.62285
3.53025
3.44206
3.35828
3.27918
3.20471
3.13536
3.07119
3.01294
2.96087
2.91596
2.87886
2.85113
2.8332
2.83262
2.83456
2.84089
2.85565
2.88563
2.93066
2.98473
3.04552
3.1121
3.18389
3.26058
3.343
3.42994
3.51895
3.60707
3.69065
3.76668
3.83324
3.88959
3.93618
3.97403
4.00444
4.02864
4.0476
4.06226
4.07321
4.08106
4.08583
4.08585
4.08549
4.08431
4.08158
4.07596
4.0673
4.05662
4.04431
4.03047
4.01539
3.99935
3.98324
3.96784
3.95935
10.8125
10.3358
10.0474
9.88669
9.76399
9.63668
9.49146
9.33946
9.17829
9.01308
8.84545
8.67495
8.50182
8.32656
8.14965
7.97152
7.79259
7.61316
7.43351
7.25395
7.07475
6.89633
6.71891
6.54287
6.36844
6.19606
6.0261
5.85895
5.69506
5.53465
5.37814
5.22556
5.07724
4.93315
4.79336
4.65796
4.52675
4.39992
4.27715
4.15871
4.04429
3.93404
3.82788
3.72577
3.62778
3.5339
3.44429
3.35892
3.27805
3.20166
3.13016
3.06356
3.00247
2.94711
2.89828
2.85659
2.82366
2.79947
2.79189
2.79323
2.79824
2.81032
2.83555
2.88072
2.93978
3.01068
3.09159
3.18038
3.27485
3.37293
3.47171
3.56755
3.65718
3.73777
3.80786
3.86712
3.91627
3.95654
3.98936
4.01601
4.03756
4.05476
4.06826
4.07847
4.08598
4.09032
4.09028
4.08985
4.08858
4.08573
4.07993
4.07125
4.0605
4.04811
4.03421
4.01909
4.0031
3.98678
3.97178
3.96275
10.9088
10.3688
10.0528
9.88726
9.76395
9.63838
9.49292
9.34433
9.18391
9.0195
8.85305
8.68364
8.51141
8.33683
8.16043
7.98268
7.80401
7.62474
7.44524
7.26575
7.08663
6.90819
6.73076
6.55463
6.38013
6.20758
6.03746
5.87003
5.70588
5.54512
5.38832
5.2354
5.08677
4.94231
4.80219
4.66637
4.53478
4.40748
4.28428
4.16529
4.05031
3.93946
3.83261
3.72981
3.63107
3.53637
3.44583
3.35946
3.27747
3.19984
3.12689
3.05869
2.99571
2.9382
2.8868
2.84215
2.80555
2.77762
2.76362
2.76449
2.76855
2.77891
2.80096
2.84462
2.90628
2.98434
3.0766
3.17946
3.28866
3.39906
3.5059
3.60487
3.69324
3.76959
3.83404
3.88756
3.93168
3.96793
3.99775
4.02226
4.04234
4.0585
4.07163
4.08146
4.08849
4.09274
4.09273
4.09234
4.09111
4.08827
4.08246
4.07366
4.06283
4.05043
4.03648
4.0213
4.00552
3.98909
3.97413
3.96502
10.9285
10.3745
10.0512
9.88588
9.76436
9.64053
9.49521
9.34872
9.189
9.02516
8.85928
8.69026
8.51822
8.3437
8.16724
7.98939
7.81057
7.63118
7.45155
7.27197
7.09279
6.91429
6.7368
6.5606
6.38603
6.21339
6.04318
5.87561
5.71133
5.5504
5.39342
5.24031
5.0915
4.94683
4.80651
4.67047
4.53866
4.4111
4.28765
4.16836
4.05311
3.94193
3.83477
3.7316
3.63249
3.53737
3.44638
3.35951
3.27694
3.1987
3.12506
3.05612
2.99223
2.93373
2.8811
2.83505
2.7966
2.7669
2.74923
2.74982
2.7533
2.76291
2.78347
2.82514
2.88855
2.97073
3.06976
3.18088
3.29863
3.41583
3.52655
3.62631
3.71298
3.78629
3.84731
3.89769
3.93923
3.97352
4.00191
4.02543
4.04478
4.06054
4.07342
4.08309
4.0899
4.09408
4.09414
4.09375
4.0925
4.08962
4.08375
4.0749
4.06406
4.05165
4.03766
4.02248
4.0068
3.99035
3.97537
3.96634
3.85234
3.32776
4.27276
4.26934
4.03913
3.93625
3.88223
3.79465
3.69707
3.61197
3.5437
3.48269
3.44632
3.43198
3.42945
3.45072
3.49821
3.56581
3.64668
3.73246
3.82018
3.90771
3.99432
4.07983
4.16427
4.24731
4.32853
4.40748
4.48432
4.55826
4.6278
4.69165
4.74975
4.8019
4.84827
4.88894
4.92438
4.95706
4.98409
5.00328
5.01655
5.02446
5.02772
5.02676
5.0227
5.01318
4.99831
4.98007
4.95934
4.93546
4.90909
4.87987
4.84849
4.81479
4.77926
4.74184
4.70292
4.66241
4.6207
4.57766
4.53365
4.48854
4.44264
4.39585
4.34838
4.30022
4.25148
4.2022
4.15247
4.10234
4.0519
4.0012
3.95035
3.8994
3.84846
3.79757
3.74683
3.6963
3.64604
3.59611
3.54657
3.49748
3.44889
3.40087
3.35347
3.30674
3.26076
3.21554
3.17116
3.12773
3.08527
3.04389
3.00369
2.965
2.92801
2.8931
2.86085
2.83218
2.80824
2.79216
4.72066
4.23022
4.3583
4.22746
4.01651
3.97166
3.92915
3.80939
3.68907
3.59024
3.52344
3.47992
3.44541
3.42912
3.42594
3.44586
3.49204
3.55994
3.64251
3.72882
3.8167
3.90416
3.99052
4.07565
4.15946
4.24165
4.32208
4.3995
4.47528
4.54946
4.61914
4.68276
4.74092
4.79332
4.84023
4.88129
4.9174
4.94955
4.97636
4.99619
5.0099
5.01814
5.02151
5.02091
5.01777
5.00952
4.99376
4.97527
4.95452
4.93121
4.90504
4.87623
4.84494
4.81152
4.77609
4.7389
4.70004
4.65972
4.61804
4.57515
4.53114
4.48616
4.44025
4.39355
4.34608
4.29796
4.24923
4.19998
4.15026
4.10015
4.04972
3.99906
3.94823
3.89732
3.84641
3.79558
3.7449
3.69444
3.64426
3.59441
3.54496
3.49594
3.44744
3.39947
3.35215
3.3055
3.25958
3.21437
3.17004
3.12668
3.08433
3.04305
3.00302
2.96431
2.92726
2.89228
2.85992
2.83107
2.80679
2.79039
5.5273
4.7864
4.52183
4.2682
4.05366
3.96183
3.87844
3.7828
3.6802
3.59098
3.52757
3.48368
3.44516
3.41679
3.40893
3.43458
3.4826
3.54748
3.63343
3.71807
3.80654
3.89432
3.98104
4.06675
4.1512
4.23403
4.31512
4.39359
4.4698
4.54319
4.6123
4.67597
4.73403
4.78652
4.83332
4.87463
4.9108
4.94237
4.96872
4.98882
5.00274
5.0111
5.01433
5.01383
5.01126
5.00427
4.98961
4.96993
4.94867
4.92541
4.8996
4.87104
4.83999
4.80672
4.77146
4.73439
4.69567
4.65545
4.61385
4.57103
4.52707
4.48213
4.43625
4.38955
4.3421
4.29398
4.24524
4.19599
4.14626
4.09615
4.04572
3.99508
3.94427
3.89342
3.84256
3.79182
3.74123
3.69089
3.64082
3.59109
3.54179
3.49294
3.44463
3.39677
3.34967
3.30324
3.25757
3.21267
3.16857
3.12525
3.08294
3.04172
3.00173
2.9631
2.92611
2.89112
2.85868
2.82964
2.80493
2.7882
5.89997
5.10909
4.65933
4.35806
4.12951
3.98908
3.89226
3.79348
3.69069
3.59908
3.53152
3.48018
3.44527
3.42649
3.42609
3.44011
3.48128
3.54944
3.62966
3.71431
3.80166
3.88925
3.97597
4.06166
4.14601
4.22854
4.30905
4.3866
4.46158
4.53341
4.60141
4.66423
4.72165
4.77353
4.82003
4.86116
4.89716
4.92824
4.95419
4.97436
4.98861
4.99722
5.00052
5.00013
4.9981
4.99245
4.98004
4.95994
4.93806
4.91468
4.88917
4.8611
4.83058
4.79775
4.76285
4.72607
4.6876
4.64758
4.60618
4.56351
4.51971
4.47487
4.4291
4.38248
4.3351
4.28703
4.23836
4.18913
4.13945
4.08938
4.03901
3.98842
3.93772
3.88697
3.83629
3.78574
3.73537
3.68525
3.63547
3.58596
3.53695
3.48837
3.4404
3.39302
3.34619
3.29991
3.2544
3.20963
3.16573
3.12266
3.08059
3.03957
2.99979
2.96136
2.92455
2.88968
2.85727
2.82816
2.80311
2.78607
6.09196
5.3433
4.83027
4.48944
4.24027
4.06153
3.94138
3.8387
3.74069
3.65729
3.59479
3.54704
3.51165
3.4874
3.47772
3.48261
3.50405
3.55361
3.62871
3.71095
3.79614
3.8834
3.971
4.05743
4.14163
4.22331
4.3024
4.37894
4.45248
4.52277
4.58914
4.65088
4.70756
4.75895
4.805
4.84565
4.88113
4.91156
4.93696
4.95697
4.97139
4.98023
4.98363
4.98327
4.98157
4.97689
4.96658
4.94748
4.9254
4.90166
4.87614
4.84847
4.81848
4.78617
4.75171
4.71531
4.67715
4.63742
4.59626
4.55381
4.51019
4.46551
4.41987
4.37337
4.32609
4.27811
4.2295
4.18036
4.13073
4.08075
4.03045
3.97999
3.92941
3.87885
3.82838
3.77813
3.72796
3.67815
3.62865
3.57961
3.53101
3.48285
3.43522
3.38812
3.34162
3.29571
3.25051
3.20606
3.16245
3.11972
3.07795
3.03725
2.99776
2.95965
2.92314
2.8886
2.85643
2.82754
2.80241
2.78528
6.20654
5.53127
5.01189
4.63923
4.37174
4.17813
4.04244
3.93878
3.85384
3.78668
3.73344
3.68869
3.6495
3.61501
3.58862
3.57648
3.57897
3.59357
3.63129
3.70637
3.78759
3.87863
3.96967
4.05763
4.14166
4.22184
4.29837
4.37164
4.44176
4.5088
4.57235
4.63193
4.68708
4.73746
4.78281
4.82299
4.85814
4.88826
4.91341
4.93352
4.94832
4.95768
4.9616
4.96134
4.95998
4.95621
4.94781
4.9309
4.90929
4.88537
4.85976
4.83233
4.80282
4.77108
4.73718
4.70126
4.66351
4.62413
4.58327
4.54108
4.49769
4.45321
4.40775
4.36142
4.31426
4.26641
4.21789
4.16886
4.11931
4.06944
4.01925
3.96895
3.91858
3.86817
3.81806
3.76817
3.71863
3.66937
3.62043
3.57187
3.52369
3.47594
3.42867
3.38193
3.33581
3.29029
3.24549
3.20143
3.1582
3.11587
3.07453
3.03428
2.99527
2.95768
2.92174
2.88781
2.85623
2.82794
2.80318
2.78665
6.28705
5.68346
5.18311
4.80033
4.5163
4.31716
4.17729
4.08514
4.02322
3.97835
3.94108
3.90343
3.86301
3.8153
3.76275
3.71368
3.67664
3.66948
3.67813
3.70714
3.77061
3.85928
3.95646
4.04994
4.1371
4.21756
4.29217
4.36224
4.42894
4.49267
4.55344
4.61086
4.66442
4.71362
4.7581
4.79768
4.83244
4.86222
4.88709
4.90714
4.9222
4.9321
4.93664
4.93645
4.93534
4.93221
4.92517
4.91083
4.89031
4.86668
4.8411
4.81377
4.78456
4.75329
4.71992
4.6845
4.64723
4.60824
4.56773
4.52584
4.48273
4.4385
4.39326
4.34712
4.30014
4.25244
4.20406
4.15516
4.10575
4.05605
4.00604
3.95599
3.90599
3.85641
3.8068
3.75747
3.70839
3.6596
3.61111
3.56295
3.5152
3.46785
3.42104
3.37472
3.32906
3.284
3.2397
3.19611
3.15342
3.11161
3.07086
3.03123
2.99293
2.9561
2.92104
2.88805
2.8574
2.83024
2.80648
2.79166
6.34539
5.80739
5.33967
4.96398
4.67964
4.48019
4.35107
4.27924
4.24601
4.22688
4.20842
4.18134
4.13958
4.07171
3.98155
3.88651
3.80606
3.75657
3.74951
3.75764
3.78468
3.84509
3.93484
4.03153
4.12414
4.2082
4.28366
4.35214
4.41573
4.47589
4.53325
4.58774
4.63901
4.68654
4.72983
4.76838
4.80253
4.832
4.8565
4.87657
4.89181
4.90217
4.90749
4.90741
4.90656
4.90399
4.8981
4.88596
4.86703
4.84435
4.81919
4.79206
4.76307
4.73213
4.69922
4.66431
4.62754
4.58902
4.54893
4.50741
4.46462
4.42069
4.37572
4.32983
4.28307
4.23556
4.18737
4.13864
4.08944
4.03999
3.99046
3.94107
3.89172
3.84258
3.79358
3.74476
3.69616
3.64781
3.59981
3.55213
3.50492
3.4581
3.41187
3.3661
3.32103
3.27654
3.23286
3.18989
3.14787
3.10675
3.06678
3.028
2.99067
2.95495
2.92117
2.88948
2.86041
2.83527
2.81338
2.80165
6.39311
5.91586
5.48736
5.13347
4.86421
4.67806
4.57465
4.53487
4.52965
4.5284
4.52249
4.50391
4.45925
4.36521
4.21976
4.07559
3.95641
3.87369
3.8331
3.83365
3.84219
3.8679
3.92441
4.00818
4.0963
4.18339
4.26279
4.33348
4.39718
4.45579
4.51061
4.56228
4.61097
4.65639
4.69814
4.73575
4.76912
4.79799
4.82232
4.84239
4.85782
4.86863
4.87478
4.87508
4.87445
4.87234
4.86735
4.85699
4.83985
4.8186
4.79433
4.76767
4.73896
4.70831
4.67577
4.64133
4.60505
4.56703
4.52741
4.48633
4.44393
4.40035
4.35569
4.31008
4.26356
4.21628
4.16829
4.11977
4.07096
4.02214
3.97329
3.92459
3.87587
3.82727
3.77879
3.7305
3.68245
3.63466
3.58724
3.54015
3.49355
3.44735
3.40174
3.35662
3.31221
3.26839
3.22541
3.18319
3.14197
3.10174
3.06276
3.02511
2.98908
2.9549
2.92264
2.89296
2.86634
2.84421
2.82528
2.81793
6.43944
6.01807
5.63663
5.31985
5.08138
4.92783
4.8634
4.86253
4.86728
4.87678
4.87136
4.84788
4.78517
4.65016
4.45533
4.27477
4.1289
4.02267
3.95527
3.92548
3.92595
3.9326
3.95323
3.99934
4.07113
4.14712
4.22598
4.30025
4.36802
4.42897
4.48402
4.53437
4.58098
4.62419
4.664
4.70017
4.73249
4.76077
4.78493
4.80495
4.82049
4.83177
4.83864
4.83974
4.83922
4.83741
4.83309
4.8241
4.80871
4.78909
4.76606
4.7402
4.71197
4.68167
4.64946
4.61541
4.5796
4.54207
4.50295
4.46235
4.4204
4.37724
4.33294
4.28766
4.24141
4.19439
4.14672
4.09884
4.05075
4.00265
3.95448
3.90636
3.85824
3.81023
3.76234
3.71465
3.66723
3.62007
3.57331
3.52688
3.48097
3.43546
3.39058
3.34619
3.30255
3.25954
3.21741
3.17611
3.1359
3.09679
3.05909
3.02292
2.98865
2.95623
2.92624
2.89942
2.87621
2.85813
2.84379
2.84148
6.49298
6.12655
5.7985
5.5326
5.34531
5.24271
5.22886
5.23541
5.25198
5.25077
5.23705
5.19181
5.08521
4.88399
4.67354
4.48302
4.32542
4.20262
4.1132
4.05471
4.02389
4.01591
4.01905
4.03194
4.063
4.12309
4.18065
4.25083
4.32184
4.38783
4.44685
4.49928
4.54614
4.5884
4.62672
4.66144
4.69261
4.72018
4.74402
4.76409
4.77991
4.79161
4.79921
4.80129
4.80088
4.79934
4.79561
4.78779
4.77392
4.75589
4.73427
4.70949
4.68203
4.65224
4.62045
4.58679
4.55141
4.51436
4.47575
4.43566
4.3942
4.35149
4.3076
4.26266
4.21672
4.17016
4.1232
4.07607
4.02871
3.98129
3.93377
3.88626
3.83879
3.79143
3.74422
3.69721
3.6505
3.60405
3.55803
3.51234
3.4672
3.42247
3.3784
3.33486
3.29211
3.25004
3.20894
3.16876
3.12981
3.09214
3.05609
3.0219
2.98969
2.95974
2.93298
2.91
2.89163
2.87887
2.87199
2.87259
6.55983
6.25494
5.99218
5.7927
5.66967
5.63026
5.63438
5.64707
5.65089
5.6397
5.59798
5.49767
5.3048
5.09065
4.88444
4.69783
4.53742
4.40354
4.29538
4.21216
4.15255
4.11473
4.09359
4.09395
4.0997
4.11799
4.15811
4.204
4.26419
4.3302
4.39358
4.4509
4.5014
4.54558
4.5844
4.61878
4.6493
4.67629
4.69982
4.71983
4.7362
4.74829
4.75656
4.75977
4.75948
4.75823
4.75507
4.74838
4.7358
4.71919
4.69898
4.67544
4.64899
4.61995
4.58872
4.55553
4.52059
4.484
4.44588
4.40632
4.36538
4.32316
4.27967
4.23513
4.1898
4.14403
4.09787
4.05149
4.00487
3.95815
3.91134
3.86454
3.8178
3.77117
3.72474
3.6785
3.63258
3.58693
3.54172
3.49687
3.45258
3.40874
3.3656
3.32304
3.28131
3.24039
3.20051
3.16173
3.12434
3.0885
3.05462
3.02277
2.99314
2.96676
2.94429
2.92654
2.91459
2.90895
2.90925
2.91152
6.65625
6.4235
6.23938
6.11846
6.06538
6.06634
6.07221
6.07098
6.05712
6.01042
5.90231
5.70995
5.49765
5.29027
5.09585
4.91801
4.7571
4.61512
4.49211
4.38835
4.30382
4.23864
4.19177
4.16231
4.14933
4.1511
4.15996
4.18269
4.21947
4.26699
4.32649
4.3861
4.44109
4.48981
4.53218
4.56877
4.6004
4.62784
4.65156
4.67177
4.68855
4.70136
4.71035
4.71479
4.71463
4.7137
4.71114
4.70557
4.69437
4.67901
4.66012
4.63789
4.61261
4.58454
4.55408
4.52149
4.48707
4.45099
4.41338
4.37435
4.33393
4.29219
4.2492
4.20535
4.16086
4.11594
4.07061
4.02502
3.97918
3.93323
3.88721
3.8412
3.79526
3.74945
3.70384
3.65844
3.61337
3.56861
3.52429
3.48037
3.43703
3.3942
3.3521
3.31068
3.27016
3.2306
3.19222
3.15518
3.11978
3.08634
3.05515
3.02604
3.00024
2.97856
2.96177
2.95112
2.94767
2.94864
2.95234
2.96222
6.80175
6.65633
6.56202
6.517
6.51733
6.52053
6.51696
6.49667
6.43718
6.30704
6.10785
5.89291
5.6853
5.49045
5.30812
5.13751
4.97734
4.82933
4.69454
4.57416
4.46932
4.38089
4.30909
4.25416
4.21584
4.19211
4.18697
4.19003
4.2015
4.22593
4.26196
4.31276
4.36635
4.41816
4.46536
4.50661
4.54192
4.57192
4.5973
4.6186
4.63617
4.6501
4.6599
4.66561
4.66597
4.66537
4.66339
4.65881
4.64944
4.63529
4.6177
4.59682
4.57281
4.54589
4.51638
4.48459
4.45085
4.41536
4.37832
4.33985
4.29993
4.25871
4.21647
4.17352
4.12995
4.08591
4.04146
3.99672
3.95175
3.90665
3.86151
3.81636
3.77131
3.72639
3.68169
3.63723
3.5931
3.54932
3.50598
3.46312
3.42084
3.37918
3.33828
3.29821
3.25915
3.22124
3.18474
3.14989
3.11708
3.08669
3.05832
3.03331
3.01273
2.99727
2.98783
2.98696
2.98846
2.99367
3.00629
3.03373
7.02908
6.97565
6.96843
6.97418
6.98697
6.98181
6.95546
6.88236
6.72678
6.50928
6.28479
6.07264
5.87606
5.69262
5.51897
5.35253
5.19219
5.03933
4.89537
4.76209
4.64129
4.53427
4.44196
4.36472
4.3027
4.25603
4.22512
4.20715
4.20742
4.21173
4.22387
4.24942
4.28912
4.33603
4.38427
4.42948
4.46984
4.50463
4.53386
4.55795
4.57748
4.59305
4.60413
4.61118
4.61325
4.6128
4.61125
4.60759
4.60007
4.58755
4.57145
4.55198
4.52934
4.50369
4.47535
4.44457
4.41169
4.37696
4.3406
4.30272
4.26336
4.2229
4.18159
4.13962
4.09702
4.05395
4.01045
3.96665
3.92263
3.87847
3.83428
3.79008
3.74599
3.70204
3.65833
3.61488
3.57178
3.52908
3.48685
3.44517
3.40412
3.3638
3.32432
3.28585
3.24857
3.21272
3.17861
3.14656
3.1172
3.08977
3.06579
3.04644
3.03277
3.02514
3.02549
3.02791
3.03497
3.05087
3.07791
3.13104
7.3659
7.38088
7.42328
7.46621
7.46164
7.43231
7.34834
7.16918
6.92538
6.68191
6.45869
6.25633
6.07028
5.89481
5.72572
5.56056
5.39814
5.24108
5.08998
4.94702
4.81412
4.6928
4.58407
4.48873
4.40725
4.33983
4.28658
4.24673
4.22162
4.20987
4.21072
4.21535
4.22885
4.25745
4.29695
4.3401
4.38338
4.42325
4.45789
4.48674
4.51006
4.52831
4.54205
4.5507
4.55516
4.55499
4.55404
4.55149
4.54606
4.53536
4.52093
4.50305
4.48194
4.45777
4.4308
4.40126
4.36948
4.33571
4.30017
4.26297
4.22442
4.18494
4.14466
4.1037
4.06214
4.02009
3.97762
3.93486
3.89188
3.84876
3.80559
3.76245
3.71941
3.67653
3.6339
3.59156
3.54961
3.5081
3.46713
3.42677
3.38715
3.34837
3.31062
3.27409
3.23904
3.20579
3.17473
3.14649
3.12028
3.09753
3.07973
3.06785
3.0631
3.06392
3.06756
3.07695
3.09686
3.13484
3.17303
3.23583
7.77844
7.85817
7.94998
7.94996
7.92304
7.833
7.63508
7.35958
7.09134
6.85104
6.63818
6.446
6.26681
6.09501
5.92684
5.76059
5.59665
5.43441
5.27731
5.12696
4.98496
4.85265
4.73109
4.62117
4.52342
4.43816
4.36597
4.30664
4.26033
4.22674
4.20715
4.19954
4.19996
4.20491
4.21915
4.24916
4.2877
4.32864
4.36743
4.40181
4.43061
4.45347
4.47104
4.48296
4.49022
4.49198
4.49148
4.48982
4.486
4.47814
4.46561
4.44953
4.43017
4.4077
4.38235
4.35432
4.32391
4.29134
4.25679
4.22056
4.18316
4.1448
4.10562
4.06576
4.02532
3.98439
3.94307
3.90144
3.85958
3.8176
3.77556
3.73355
3.69166
3.64995
3.60851
3.56741
3.52673
3.48657
3.44702
3.4082
3.37024
3.33332
3.29766
3.26355
3.23132
3.20141
3.17453
3.14967
3.12845
3.11251
3.10238
3.10083
3.10229
3.1074
3.11995
3.14582
3.18531
3.23559
3.27927
3.34083
8.33833
8.44503
8.46249
8.43315
8.33317
8.11294
7.80886
7.51434
7.25351
7.026
6.82371
6.63809
6.4617
6.28994
6.1199
5.95096
5.78334
5.61775
5.45624
5.30041
5.15152
5.01091
4.87949
4.75814
4.64736
4.54769
4.45947
4.38282
4.31782
4.26491
4.22448
4.19704
4.18321
4.17301
4.17427
4.18098
4.19725
4.22994
4.26593
4.30287
4.33666
4.36534
4.38828
4.40552
4.41663
4.4227
4.42283
4.4221
4.41984
4.41481
4.40471
4.39068
4.37332
4.35286
4.32944
4.30325
4.27452
4.24343
4.21023
4.17541
4.13933
4.10223
4.06429
4.02566
3.98644
3.94674
3.90666
3.86626
3.82565
3.7849
3.74411
3.70336
3.66274
3.62233
3.58221
3.5425
3.50327
3.46464
3.42675
3.38973
3.35378
3.31913
3.2861
3.25507
3.22647
3.20115
3.17792
3.15836
3.14468
3.13694
3.13729
3.13982
3.14716
3.16348
3.19618
3.23993
3.28971
3.34327
3.38458
3.43701
8.98431
9.00693
8.97282
8.85619
8.60329
8.26968
7.94884
7.66621
7.42176
7.20684
7.01143
6.828
6.65061
6.47619
6.30292
6.1307
5.95995
5.79134
5.62668
5.46683
5.31299
5.16619
5.02731
4.89704
4.77597
4.66445
4.56287
4.47162
4.39115
4.32137
4.26266
4.21555
4.18112
4.15963
4.14154
4.13483
4.13731
4.14614
4.16583
4.19726
4.2304
4.26296
4.29175
4.31512
4.33251
4.34342
4.34853
4.34833
4.34715
4.34411
4.33762
4.32604
4.31092
4.29271
4.27153
4.24752
4.22084
4.19162
4.16021
4.12713
4.09267
4.05707
4.02056
3.98332
3.94546
3.90712
3.86839
3.82935
3.79009
3.75071
3.71129
3.67193
3.63273
3.59376
3.55516
3.51702
3.47946
3.44262
3.40668
3.37184
3.33836
3.30656
3.27689
3.24982
3.22626
3.20494
3.18727
3.17594
3.17174
3.17274
3.17689
3.18751
3.20977
3.2477
3.29453
3.34675
3.39823
3.44636
3.47897
3.51866
9.60978
9.5664
9.42147
9.11569
8.74376
8.39262
8.08725
7.82492
7.59533
7.38852
7.19599
7.01138
6.83087
6.65259
6.47587
6.30064
6.12752
5.957
5.78969
5.62688
5.4695
5.31819
5.17368
5.03648
4.9072
4.78617
4.67378
4.57055
4.47673
4.39237
4.31786
4.25364
4.20042
4.1587
4.13003
4.10539
4.08766
4.0879
4.09131
4.10132
4.12251
4.15184
4.18254
4.21084
4.23456
4.25227
4.26382
4.26812
4.26782
4.26641
4.26283
4.25534
4.2429
4.22705
4.20827
4.18668
4.16234
4.13542
4.10632
4.07536
4.04284
4.00904
3.97421
3.93856
3.90225
3.86542
3.82817
3.79063
3.75286
3.71499
3.6771
3.63928
3.60168
3.56436
3.52748
3.49115
3.45555
3.42085
3.38728
3.35514
3.32476
3.29665
3.27134
3.24985
3.23045
3.21554
3.20596
3.20597
3.20782
3.21405
3.22866
3.25836
3.30048
3.3507
3.40398
3.45583
3.50021
3.5371
3.55828
3.58549
10.2225
10.0309
9.64438
9.22639
8.84086
8.5107
8.23099
7.98852
7.77084
7.56809
7.37453
7.18645
7.00191
6.8198
6.64007
6.46257
6.28775
6.11579
5.94696
5.7822
5.62218
5.46727
5.31829
5.17551
5.03964
4.91084
4.78968
4.67621
4.57094
4.4742
4.38637
4.30765
4.2384
4.17925
4.13086
4.09522
4.06323
4.03995
4.02929
4.03021
4.0348
4.0463
4.06965
4.09635
4.12353
4.14723
4.16549
4.17741
4.18217
4.1819
4.18045
4.17675
4.16899
4.15615
4.13983
4.12069
4.09894
4.07468
4.04823
4.01978
3.9896
3.95795
3.92511
3.89132
3.85677
3.82164
3.78604
3.75014
3.71402
3.67781
3.64161
3.60554
3.56973
3.53429
3.49942
3.46523
3.43198
3.39989
3.36927
3.34055
3.31421
3.29092
3.27181
3.25463
3.24221
3.2368
3.23763
3.24144
3.2513
3.27218
3.30901
3.3553
3.40789
3.4621
3.51305
3.55635
3.58896
3.61247
3.62289
3.63957
10.7362
10.2192
9.72122
9.28954
8.93174
8.63531
8.38159
8.15449
7.94311
7.74118
7.54502
7.35305
7.16478
6.9797
6.79784
6.61887
6.44297
6.27004
6.10009
5.93385
5.77167
5.6139
5.46112
5.31368
5.1721
5.03668
4.90783
4.78582
4.67096
4.56357
4.46393
4.37242
4.28961
4.21604
4.15186
4.09786
4.05504
4.01723
3.98675
3.96777
3.96276
3.96424
3.96992
3.98294
4.00637
4.03064
4.05385
4.07269
4.08556
4.09154
4.09141
4.09027
4.08694
4.0797
4.06655
4.04999
4.03082
4.00932
3.98573
3.9601
3.93262
3.9035
3.87301
3.84139
3.80887
3.77566
3.74193
3.70787
3.67357
3.63923
3.60493
3.57084
3.5371
3.50386
3.47135
3.43974
3.40937
3.38053
3.35368
3.32941
3.30848
3.29175
3.2777
3.26732
3.26671
3.26855
3.27484
3.28945
3.3191
3.36074
3.41118
3.46605
3.52064
3.57045
3.61158
3.64201
3.66156
3.67293
3.67639
3.68376
10.9589
10.2653
9.73934
9.34286
9.03105
8.77033
8.53791
8.32038
8.11096
7.90685
7.70725
7.51204
7.32125
7.13446
6.9514
6.77162
6.59499
6.42119
6.25053
6.08242
5.91835
5.75811
5.60208
5.45054
5.30404
5.16286
5.02748
4.8981
4.77515
4.6588
4.54945
4.44734
4.35282
4.26619
4.18793
4.11862
4.05877
4.01002
3.96674
3.92974
3.9046
3.89034
3.88909
3.89101
3.89755
3.91203
3.93414
3.95613
3.97538
3.9894
3.99741
3.99815
3.99729
3.99447
3.98804
3.97518
3.9589
3.94019
3.91939
3.89665
3.87209
3.84581
3.81801
3.78888
3.75868
3.72764
3.69601
3.664
3.63176
3.59951
3.56737
3.53555
3.5042
3.47356
3.44387
3.41544
3.38864
3.36397
3.34198
3.32387
3.30966
3.29879
3.2928
3.29367
3.29776
3.30825
3.33038
3.36787
3.41468
3.46828
3.52471
3.5792
3.62743
3.66633
3.69394
3.71113
3.71931
3.7219
3.72167
3.72255
10.928
10.2349
9.74374
9.40253
9.13898
8.90854
8.69083
8.47856
8.27001
8.06487
7.86376
7.66718
7.47519
7.28741
7.10344
6.92273
6.74499
6.56995
6.39768
6.22734
6.06147
5.89874
5.73955
5.58425
5.43327
5.28696
5.14573
5.00989
4.87977
4.75567
4.63785
4.52661
4.42217
4.32492
4.23517
4.15335
4.07991
4.01526
3.96071
3.91208
3.86971
3.83767
3.81897
3.80902
3.80939
3.81227
3.82015
3.83644
3.85649
3.87601
3.89121
3.90056
3.90319
3.90261
3.90037
3.89487
3.88364
3.86825
3.85017
3.83021
3.80855
3.78525
3.76037
3.73402
3.70645
3.67791
3.64866
3.61897
3.58906
3.55917
3.52949
3.50026
3.47174
3.44419
3.41799
3.3935
3.37129
3.35201
3.33675
3.32593
3.31739
3.31732
3.3194
3.32645
3.34237
3.37446
3.41706
3.46862
3.5256
3.58325
3.63716
3.6834
3.71969
3.74458
3.75914
3.76528
3.76499
3.76358
3.75982
3.75971
10.783
10.1606
9.75648
9.48119
9.25692
9.04581
8.836
8.62614
8.41779
8.21296
8.01252
7.81645
7.62461
7.43659
7.25199
7.07038
6.89144
6.71498
6.54088
6.3698
6.2002
6.03439
5.87205
5.71322
5.55817
5.40727
5.26087
5.11935
4.98301
4.85221
4.72714
4.60815
4.49537
4.38914
4.28964
4.19724
4.11227
4.03518
3.96646
3.90709
3.85397
3.80658
3.76959
3.74396
3.72874
3.72369
3.72484
3.72932
3.73961
3.75797
3.77608
3.79174
3.80263
3.80757
3.80733
3.80584
3.80176
3.79303
3.77877
3.76176
3.74283
3.7223
3.70026
3.67681
3.65211
3.62639
3.59988
3.57289
3.54567
3.51852
3.49172
3.46558
3.44043
3.41666
3.39472
3.37519
3.35875
3.34679
3.3391
3.33552
3.33676
3.34186
3.35426
3.3798
3.41854
3.46729
3.52328
3.58246
3.6406
3.69333
3.7374
3.77093
3.79344
3.80582
3.80922
3.80868
3.80657
3.80161
3.79134
3.78978
10.5926
10.0888
9.78686
9.56922
9.37023
9.16938
8.96455
8.75845
8.55372
8.35201
8.15389
7.95929
7.76802
7.57987
7.39452
7.21176
7.03128
6.85304
6.67685
6.50281
6.3309
6.1624
5.99705
5.8349
5.67622
5.5212
5.37034
5.22382
5.08216
4.94553
4.81431
4.68869
4.56886
4.45509
4.34749
4.24638
4.15198
4.06463
3.98476
3.91271
3.84953
3.7923
3.74098
3.69987
3.66929
3.64962
3.63775
3.63784
3.63979
3.64569
3.65827
3.67593
3.69291
3.70548
3.71291
3.71367
3.7129
3.71022
3.70405
3.69164
3.67616
3.65836
3.63898
3.61831
3.59656
3.57385
3.55039
3.52644
3.50231
3.47835
3.45495
3.43251
3.41153
3.39248
3.37611
3.3629
3.35478
3.35038
3.35097
3.35439
3.36362
3.38335
3.41836
3.46315
3.5169
3.57628
3.63721
3.69523
3.74642
3.7881
3.81898
3.83921
3.84992
3.85143
3.85069
3.8482
3.84249
3.83241
3.81791
3.81523
10.489
10.0562
9.82454
9.64426
9.46184
9.2696
9.07181
8.87258
8.67409
8.47728
8.28254
8.09006
7.89987
7.71194
7.52621
7.34251
7.16081
6.98095
6.80297
6.62689
6.45265
6.28083
6.11229
5.94694
5.78492
5.62629
5.4715
5.32077
5.17455
5.0331
4.89668
4.76559
4.6399
4.51992
4.40566
4.29743
4.19532
4.09966
4.01066
3.92876
3.85426
3.78811
3.72759
3.6732
3.62873
3.59426
3.56965
3.55462
3.54956
3.55053
3.5543
3.56303
3.57955
3.59592
3.60971
3.61863
3.62258
3.6223
3.62074
3.61645
3.60739
3.59333
3.57682
3.55896
3.54016
3.52062
3.50053
3.48009
3.45962
3.43951
3.42028
3.40238
3.38664
3.37335
3.3639
3.35888
3.35914
3.36142
3.36845
3.38384
3.4145
3.45475
3.50561
3.56393
3.62618
3.68815
3.74565
3.79517
3.83454
3.86318
3.88136
3.89047
3.89101
3.89015
3.88746
3.88155
3.87023
3.85804
3.84203
3.83831
10.4432
10.0355
9.84641
9.69581
9.52972
9.34799
9.15918
8.96815
8.77661
8.5852
8.39436
8.2045
8.01595
7.82885
7.64334
7.45934
7.27694
7.09605
6.91675
6.73906
6.56286
6.38868
6.2174
6.04927
5.88427
5.72257
5.56445
5.4102
5.26015
5.11465
4.97385
4.83813
4.7075
4.58229
4.46249
4.34837
4.23995
4.13752
4.04116
3.95125
3.86798
3.79183
3.72345
3.66035
3.60361
3.55666
3.51893
3.49105
3.47241
3.46344
3.46376
3.46605
3.47231
3.48529
3.50166
3.51676
3.52829
3.53501
3.53581
3.53505
3.53236
3.5262
3.51397
3.49968
3.48389
3.46743
3.4508
3.43415
3.41786
3.4023
3.38819
3.37581
3.3668
3.36043
3.36065
3.36252
3.36833
3.38106
3.40638
3.44232
3.48944
3.54539
3.60749
3.67195
3.73448
3.79096
3.83856
3.87572
3.90225
3.91915
3.92694
3.92706
3.9262
3.92353
3.91767
3.90703
3.89368
3.8804
3.86374
3.85931
10.4235
10.0173
9.85627
9.73032
9.58011
9.40938
9.22956
9.04625
8.8611
8.67475
8.48784
8.30088
8.1144
7.92869
7.74393
7.56023
7.37765
7.19627
7.01612
6.83733
6.65977
6.48377
6.31014
6.13945
5.97181
5.80736
5.64645
5.4892
5.33609
5.18723
5.043
4.90354
4.76905
4.63966
4.51552
4.39666
4.28329
4.1754
4.07326
3.97691
3.8867
3.80285
3.72565
3.65597
3.5909
3.53311
3.48408
3.44399
3.41326
3.39236
3.3804
3.37936
3.3808
3.3855
3.39589
3.41266
3.42909
3.44288
3.45083
3.4541
3.45385
3.45245
3.44862
3.44053
3.42883
3.41606
3.40289
3.39015
3.37855
3.36825
3.36063
3.35479
3.35496
3.35662
3.36176
3.3728
3.39314
3.42454
3.46799
3.52098
3.58168
3.64707
3.71311
3.77558
3.83081
3.87642
3.91146
3.93636
3.952
3.95921
3.95932
3.95854
3.95613
3.95081
3.94053
3.92826
3.91401
3.90006
3.88282
3.87822
10.4188
10.0103
9.86592
9.75598
9.61776
9.45645
9.28454
9.10788
8.92825
8.74647
8.56332
8.37946
8.19541
8.01155
7.8281
7.64525
7.46308
7.28173
7.10131
6.9219
6.74364
6.56639
6.39101
6.21819
6.04842
5.88179
5.7187
5.55921
5.40373
5.25234
5.10534
4.96293
4.82521
4.69243
4.56463
4.44192
4.32443
4.21215
4.10526
4.00381
3.90799
3.81801
3.73407
3.65657
3.58588
3.51991
3.46162
3.4113
3.36953
3.33677
3.31361
3.30055
3.29764
3.29878
3.30271
3.31168
3.32818
3.34531
3.36005
3.37049
3.37612
3.3785
3.37819
3.37677
3.37321
3.3659
3.35737
3.34956
3.34328
3.33913
3.33938
3.34107
3.34619
3.35757
3.37447
3.40103
3.44017
3.48906
3.54722
3.6121
3.68032
3.74757
3.80987
3.86391
3.90782
3.94133
3.96495
3.98038
3.98723
3.98786
3.98716
3.98505
3.9802
3.97149
3.95959
3.94673
3.93179
3.91738
3.89949
3.89533
10.4511
10.031
9.89126
9.78673
9.65371
9.49801
9.33129
9.15897
8.98309
8.80463
8.62451
8.44328
8.26147
8.07941
7.8974
7.71558
7.53414
7.35315
7.17282
6.99324
6.81461
6.63687
6.46048
6.28626
6.11477
5.94649
5.78157
5.62033
5.46283
5.3094
5.1601
5.01529
4.87498
4.73949
4.60878
4.48303
4.36228
4.24654
4.1359
4.03044
3.93016
3.83535
3.74602
3.66251
3.58528
3.51379
3.44759
3.38894
3.33788
3.29524
3.2616
3.2374
3.22292
3.21862
3.21953
3.22304
3.23106
3.24739
3.2654
3.28201
3.29527
3.30362
3.30941
3.31303
3.31472
3.31453
3.31387
3.31327
3.31377
3.31576
3.32087
3.33171
3.34967
3.37193
3.40495
3.44911
3.50355
3.56621
3.63472
3.70521
3.77361
3.8358
3.88903
3.93186
3.96437
3.98749
4.00287
4.01052
4.01233
4.01178
4.01006
4.00621
3.99847
3.98815
3.97578
3.96217
3.9469
3.93211
3.91408
3.91002
10.4848
10.068
9.91895
9.81112
9.68162
9.53144
9.36953
9.20096
9.02824
8.85262
8.67508
8.49616
8.31633
8.13592
7.95519
7.77434
7.59353
7.41295
7.23276
7.05316
6.87434
6.6964
6.51952
6.3444
6.17175
6.00215
5.83587
5.67313
5.51411
5.35898
5.20792
5.06116
4.91886
4.78116
4.64818
4.51997
4.3966
4.27808
4.16445
4.05574
3.95194
3.85324
3.75966
3.67143
3.58865
3.51194
3.44028
3.37481
3.31621
3.26491
3.22179
3.18743
3.16262
3.1476
3.14283
3.14365
3.147
3.15515
3.17168
3.19175
3.21113
3.22721
3.24036
3.25003
3.25818
3.26514
3.27171
3.27853
3.28738
3.29841
3.3146
3.33651
3.36478
3.40304
3.45215
3.51085
3.57753
3.64906
3.72167
3.79093
3.85328
3.90612
3.94851
3.98063
4.00395
4.01967
4.02933
4.03227
4.03199
4.03088
4.02821
4.02268
4.01362
4.00248
3.98969
3.97552
3.96001
3.94482
3.9274
3.92247
10.5311
10.1161
9.94776
9.83145
9.70418
9.55897
9.40117
9.23564
9.0655
8.89234
8.71706
8.54017
8.36204
8.18302
8.00338
7.82337
7.64317
7.46299
7.28301
7.10347
6.92456
6.74652
6.56947
6.394
6.22073
6.05023
5.88291
5.71898
5.55869
5.40218
5.24975
5.10144
4.9575
4.81803
4.68319
4.55298
4.42751
4.30674
4.19068
4.07936
3.97271
3.87086
3.77379
3.68169
3.59474
3.51308
3.4371
3.36599
3.30121
3.24299
3.19213
3.1492
3.11477
3.08971
3.07465
3.07036
3.07137
3.07511
3.08412
3.10227
3.12518
3.1479
3.16866
3.1866
3.20256
3.21747
3.23237
3.24831
3.26683
3.28956
3.31793
3.35124
3.39495
3.44855
3.51151
3.58164
3.65595
3.73025
3.80042
3.86297
3.91581
3.95819
3.99078
4.0142
4.03174
4.04255
4.04812
4.04842
4.04792
4.04635
4.04283
4.03576
4.02611
4.01454
4.0014
3.98688
3.9712
3.95564
3.93854
3.93335
10.5954
10.173
9.97831
9.85201
9.72654
9.58547
9.43062
9.26716
9.0988
8.92739
8.75377
8.57836
8.40147
8.22342
8.04453
7.86508
7.6853
7.5054
7.32559
7.14609
6.96716
6.78902
6.61195
6.43626
6.26261
6.09148
5.92337
5.7585
5.59715
5.43952
5.28582
5.13625
4.99096
4.85009
4.71375
4.58198
4.4548
4.33222
4.2142
4.10071
3.99177
3.88736
3.78757
3.6924
3.60205
3.51656
3.43639
3.36112
3.2914
3.22764
3.17022
3.11985
3.07737
3.04357
3.01923
3.00482
3.0024
3.00377
3.00833
3.01901
3.04033
3.06697
3.09468
3.12157
3.1472
3.17203
3.19701
3.22372
3.2538
3.29013
3.33017
3.37953
3.4381
3.50511
3.57871
3.65548
3.73141
3.80249
3.8655
3.91869
3.96165
3.99487
4.01987
4.03793
4.05101
4.05902
4.06184
4.06165
4.06081
4.05871
4.05427
4.04638
4.03638
4.02456
4.01117
3.99636
3.98058
3.96473
3.948
3.94239
10.6459
10.2087
9.98957
9.85774
9.73653
9.60099
9.44999
9.28962
9.12395
8.95488
8.78333
8.60966
8.43414
8.2571
8.07896
7.90004
7.72062
7.54094
7.36124
7.18175
7.00277
6.82452
6.64735
6.47161
6.29777
6.12625
5.95751
5.79191
5.62971
5.47121
5.31652
5.16594
5.01958
4.87758
4.74003
4.60698
4.4784
4.35434
4.23471
4.11952
4.0087
3.90228
3.80022
3.70263
3.60953
3.5211
3.43746
3.35886
3.28509
3.21682
3.15426
3.09822
3.04914
3.00783
2.97514
2.95196
2.93935
2.93954
2.94157
2.94762
2.96121
2.98806
3.0208
3.05595
3.0918
3.12788
3.16525
3.20478
3.24912
3.29785
3.35446
3.41918
3.49124
3.56854
3.64789
3.72549
3.79747
3.86118
3.915
3.95884
3.99345
4.01982
4.03984
4.05426
4.06441
4.07084
4.07218
4.07189
4.07083
4.06834
4.06321
4.05499
4.04472
4.03269
4.01911
4.00418
3.98823
3.97235
3.95588
3.94946
10.7608
10.2698
10.0143
9.87245
9.75239
9.61979
9.47055
9.31217
9.14784
8.98004
8.80971
8.63713
8.46247
8.28608
8.10842
7.92986
7.75069
7.57118
7.39154
7.21205
7.03299
6.8547
6.67741
6.50149
6.32737
6.1555
5.98622
5.82
5.65704
5.49775
5.34224
5.19082
5.0436
4.90072
4.7622
4.62816
4.49845
4.37323
4.25233
4.13571
4.0234
3.91529
3.81149
3.71193
3.61672
3.52594
3.43966
3.3582
3.28139
3.20964
3.14323
3.08257
3.02826
2.98084
2.94125
2.91043
2.88918
2.88131
2.88229
2.8861
2.89556
2.91555
2.94962
2.99101
3.03687
3.08549
3.13683
3.19168
3.25168
3.31633
3.38884
3.46727
3.5496
3.63256
3.71241
3.78591
3.85055
3.90538
3.95038
3.98647
4.01489
4.03669
4.05343
4.06565
4.07419
4.07963
4.08017
4.07982
4.07866
4.07599
4.07051
4.06202
4.05152
4.03931
4.02558
4.01055
3.99453
3.97855
3.96254
3.9551
10.7756
10.3046
10.033
9.87979
9.75768
9.62767
9.48034
9.32574
9.16345
8.99733
8.82869
8.65745
8.48376
8.30812
8.13097
7.95276
7.7738
7.59442
7.41482
7.23537
7.05625
6.87788
6.70054
6.52465
6.35041
6.17831
6.00869
5.842
5.67853
5.51864
5.36258
5.21053
5.06269
4.91912
4.77988
4.64505
4.51448
4.38834
4.26639
4.1487
4.03524
3.92586
3.82071
3.71964
3.62285
3.53025
3.44206
3.35828
3.27918
3.20471
3.13536
3.07119
3.01294
2.96087
2.91596
2.87886
2.85113
2.83321
2.83263
2.83457
2.8409
2.85566
2.88563
2.93066
2.98473
3.04552
3.11211
3.18389
3.26059
3.343
3.42995
3.51895
3.60707
3.69065
3.76668
3.83324
3.88959
3.93618
3.97403
4.00444
4.02864
4.04759
4.06226
4.07321
4.08106
4.08582
4.08585
4.08549
4.08431
4.08157
4.07596
4.0673
4.05662
4.04431
4.03047
4.01539
3.99935
3.98324
3.96784
3.95935
10.8125
10.3358
10.0474
9.8867
9.76399
9.63668
9.49146
9.33945
9.17828
9.01308
8.84544
8.67494
8.50182
8.32655
8.14964
7.97151
7.79259
7.61315
7.43351
7.25395
7.07475
6.89633
6.71891
6.54286
6.36844
6.19606
6.0261
5.85895
5.69506
5.53465
5.37814
5.22556
5.07724
4.93315
4.79335
4.65796
4.52675
4.39992
4.27715
4.1587
4.04429
3.93404
3.82788
3.72577
3.62778
3.5339
3.44428
3.35892
3.27805
3.20166
3.13016
3.06356
3.00247
2.94711
2.89828
2.85659
2.82367
2.79948
2.7919
2.79324
2.79825
2.81032
2.83556
2.88073
2.93979
3.01068
3.09159
3.18039
3.27485
3.37294
3.47171
3.56755
3.65718
3.73777
3.80786
3.86712
3.91627
3.95654
3.98936
4.01601
4.03755
4.05476
4.06826
4.07847
4.08597
4.09032
4.09028
4.08985
4.08857
4.08572
4.07993
4.07125
4.0605
4.04811
4.0342
4.01909
4.00309
3.98678
3.97178
3.96275
10.9088
10.3688
10.0528
9.88726
9.76395
9.63838
9.49291
9.34433
9.18391
9.01949
8.85305
8.68363
8.51141
8.33683
8.16043
7.98267
7.804
7.62473
7.44524
7.26574
7.08663
6.90819
6.73075
6.55462
6.38013
6.20758
6.03746
5.87003
5.70588
5.54512
5.38832
5.2354
5.08677
4.94231
4.80219
4.66637
4.53478
4.40748
4.28428
4.16529
4.05031
3.93946
3.83261
3.72981
3.63106
3.53637
3.44583
3.35946
3.27747
3.19983
3.12689
3.05869
2.99571
2.9382
2.88681
2.84216
2.80555
2.77762
2.76363
2.7645
2.76856
2.77892
2.80097
2.84462
2.90629
2.98435
3.07661
3.17947
3.28867
3.39907
3.5059
3.60487
3.69324
3.76959
3.83404
3.88756
3.93168
3.96792
3.99774
4.02226
4.04234
4.0585
4.07163
4.08145
4.08849
4.09274
4.09272
4.09234
4.0911
4.08827
4.08246
4.07366
4.06283
4.05043
4.03648
4.0213
4.00552
3.98909
3.97412
3.96502
10.9285
10.3745
10.0512
9.88589
9.76436
9.64052
9.49521
9.34871
9.189
9.02515
8.85927
8.69025
8.51821
8.34369
8.16723
7.98938
7.81056
7.63117
7.45154
7.27196
7.09278
6.91428
6.7368
6.56059
6.38603
6.21339
6.04318
5.87561
5.71133
5.5504
5.39342
5.24031
5.0915
4.94683
4.80651
4.67046
4.53865
4.41109
4.28764
4.16836
4.05311
3.94193
3.83477
3.7316
3.63248
3.53736
3.44638
3.3595
3.27694
3.1987
3.12506
3.05612
2.99223
2.93373
2.88111
2.83505
2.7966
2.7669
2.74924
2.74982
2.75331
2.76292
2.78348
2.82514
2.88856
2.97074
3.06977
3.18088
3.29863
3.41584
3.52656
3.62631
3.71298
3.78629
3.84731
3.89769
3.93923
3.97352
4.00191
4.02542
4.04478
4.06054
4.07341
4.08309
4.0899
4.09408
4.09414
4.09375
4.0925
4.08962
4.08375
4.0749
4.06406
4.05165
4.03766
4.02248
4.00679
3.99035
3.97537
3.96634
3.85234
3.32777
4.27277
4.26934
4.03913
3.93625
3.88223
3.79465
3.69707
3.61197
3.5437
3.48269
3.44633
3.43199
3.42945
3.45072
3.49822
3.56582
3.64669
3.73247
3.82019
3.90771
3.99433
4.07983
4.16427
4.24731
4.32854
4.40749
4.48433
4.55827
4.6278
4.69166
4.74975
4.8019
4.84827
4.88894
4.92439
4.95706
4.9841
5.00329
5.01655
5.02447
5.02772
5.02676
5.02271
5.01318
4.99832
4.98007
4.95934
4.93546
4.90909
4.87987
4.84849
4.81479
4.77926
4.74184
4.70292
4.6624
4.62069
4.57765
4.53364
4.48853
4.44263
4.39584
4.34838
4.30021
4.25147
4.20219
4.15246
4.10233
4.05189
4.0012
3.95035
3.8994
3.84845
3.79757
3.74683
3.6963
3.64604
3.59611
3.54657
3.49748
3.44889
3.40087
3.35347
3.30674
3.26076
3.21554
3.17117
3.12773
3.08527
3.04389
3.00369
2.965
2.92801
2.8931
2.86085
2.83218
2.80824
2.79216
4.72066
4.23023
4.3583
4.22746
4.01652
3.97167
3.92915
3.80939
3.68907
3.59024
3.52344
3.47992
3.44542
3.42912
3.42595
3.44587
3.49205
3.55995
3.64252
3.72883
3.8167
3.90417
3.99053
4.07566
4.15946
4.24165
4.32209
4.39951
4.47529
4.54946
4.61914
4.68276
4.74092
4.79332
4.84023
4.88129
4.9174
4.94956
4.97637
4.99619
5.0099
5.01815
5.02151
5.02092
5.01777
5.00953
4.99376
4.97527
4.95452
4.93121
4.90504
4.87623
4.84494
4.81152
4.77609
4.7389
4.70004
4.65971
4.61803
4.57515
4.53114
4.48615
4.44024
4.39354
4.34607
4.29796
4.24922
4.19997
4.15025
4.10014
4.04972
3.99905
3.94822
3.89731
3.84641
3.79558
3.7449
3.69444
3.64426
3.59441
3.54496
3.49594
3.44744
3.39947
3.35216
3.3055
3.25958
3.21437
3.17005
3.12668
3.08433
3.04305
3.00302
2.96431
2.92726
2.89228
2.85992
2.83108
2.80679
2.79039
5.5273
4.78641
4.52183
4.26821
4.05367
3.96183
3.87844
3.7828
3.6802
3.59098
3.52757
3.48368
3.44516
3.41679
3.40893
3.43459
3.48261
3.54749
3.63344
3.71807
3.80655
3.89433
3.98105
4.06676
4.15121
4.23403
4.31512
4.39359
4.46981
4.5432
4.6123
4.67597
4.73404
4.78652
4.83333
4.87463
4.9108
4.94237
4.96872
4.98882
5.00274
5.01111
5.01433
5.01383
5.01126
5.00427
4.98961
4.96994
4.94867
4.92541
4.8996
4.87104
4.83999
4.80672
4.77146
4.73439
4.69566
4.65544
4.61384
4.57102
4.52707
4.48212
4.43624
4.38955
4.34209
4.29397
4.24524
4.19598
4.14625
4.09615
4.04572
3.99507
3.94426
3.89341
3.84256
3.79182
3.74123
3.69089
3.64082
3.59109
3.54179
3.49294
3.44463
3.39677
3.34967
3.30324
3.25758
3.21267
3.16857
3.12525
3.08295
3.04172
3.00173
2.9631
2.92611
2.89112
2.85868
2.82964
2.80493
2.7882
5.89998
5.1091
4.65933
4.35806
4.12951
3.98909
3.89226
3.79348
3.69069
3.59908
3.53152
3.48019
3.44527
3.4265
3.42609
3.44012
3.48129
3.54945
3.62967
3.71432
3.80167
3.88926
3.97598
4.06166
4.14602
4.22855
4.30906
4.38661
4.46159
4.53342
4.60141
4.66424
4.72165
4.77353
4.82004
4.86116
4.89716
4.92824
4.95419
4.97436
4.98861
4.99722
5.00053
5.00013
4.99811
4.99245
4.98004
4.95994
4.93806
4.91468
4.88917
4.8611
4.83058
4.79775
4.76285
4.72606
4.68759
4.64758
4.60618
4.56351
4.5197
4.47486
4.42909
4.38247
4.3351
4.28702
4.23835
4.18913
4.13945
4.08937
4.039
3.98842
3.93771
3.88697
3.83628
3.78573
3.73537
3.68524
3.63547
3.58596
3.53695
3.48837
3.4404
3.39302
3.34619
3.29991
3.25441
3.20963
3.16573
3.12266
3.08059
3.03957
2.99979
2.96136
2.92455
2.88968
2.85727
2.82816
2.80311
2.78607
6.09196
5.34331
4.83027
4.48945
4.24027
4.06153
3.94139
3.8387
3.74069
3.65729
3.5948
3.54704
3.51166
3.4874
3.47773
3.48261
3.50405
3.55361
3.62871
3.71096
3.79615
3.88341
3.97101
4.05744
4.14164
4.22332
4.30241
4.37895
4.45248
4.52278
4.58915
4.65088
4.70757
4.75896
4.805
4.84566
4.88114
4.91157
4.93696
4.95697
4.9714
4.98023
4.98363
4.98328
4.98157
4.97689
4.96658
4.94748
4.9254
4.90165
4.87614
4.84847
4.81848
4.78617
4.75171
4.71531
4.67715
4.63742
4.59626
4.55381
4.51018
4.4655
4.41987
4.37337
4.32608
4.27811
4.2295
4.18036
4.13073
4.08075
4.03045
3.97999
3.9294
3.87885
3.82838
3.77813
3.72796
3.67815
3.62864
3.57961
3.531
3.48285
3.43522
3.38812
3.34162
3.29571
3.25051
3.20606
3.16245
3.11972
3.07795
3.03725
2.99776
2.95965
2.92314
2.8886
2.85643
2.82754
2.80242
2.78528
6.20655
5.53127
5.0119
4.63924
4.37175
4.17813
4.04245
3.93879
3.85385
3.78669
3.73345
3.6887
3.6495
3.61501
3.58863
3.57649
3.57897
3.59357
3.6313
3.70638
3.7876
3.87864
3.96968
4.05764
4.14167
4.22185
4.29838
4.37165
4.44177
4.50881
4.57236
4.63194
4.68709
4.73747
4.78281
4.82299
4.85815
4.88826
4.91341
4.93352
4.94832
4.95768
4.9616
4.96134
4.95998
4.95621
4.9478
4.9309
4.90929
4.88537
4.85976
4.83233
4.80282
4.77108
4.73718
4.70126
4.66351
4.62413
4.58326
4.54107
4.49768
4.45321
4.40775
4.36141
4.31425
4.26641
4.21789
4.16885
4.1193
4.06944
4.01924
3.96894
3.91858
3.86817
3.81805
3.76817
3.71862
3.66937
3.62043
3.57187
3.52369
3.47594
3.42867
3.38193
3.33581
3.29029
3.24549
3.20143
3.1582
3.11587
3.07453
3.03428
2.99527
2.95768
2.92174
2.88781
2.85623
2.82794
2.80318
2.78665
6.28706
5.68346
5.18312
4.80034
4.51631
4.31717
4.1773
4.08515
4.02323
3.97836
3.94109
3.90343
3.86301
3.81531
3.76275
3.71368
3.67665
3.66949
3.67814
3.70715
3.77062
3.85929
3.95647
4.04995
4.13711
4.21757
4.29218
4.36225
4.42894
4.49268
4.55344
4.61087
4.66442
4.71363
4.7581
4.79768
4.83244
4.86222
4.88709
4.90715
4.9222
4.9321
4.93664
4.93645
4.93534
4.93221
4.92517
4.91083
4.89031
4.86668
4.8411
4.81377
4.78456
4.75328
4.71991
4.6845
4.64722
4.60823
4.56772
4.52584
4.48272
4.43849
4.39325
4.34711
4.30013
4.25244
4.20406
4.15516
4.10575
4.05605
4.00603
3.95599
3.90598
3.85641
3.80679
3.75747
3.70839
3.6596
3.61111
3.56295
3.5152
3.46785
3.42104
3.37472
3.32906
3.284
3.2397
3.19611
3.15342
3.11161
3.07086
3.03123
2.99293
2.9561
2.92104
2.88805
2.8574
2.83024
2.80648
2.79166
6.3454
5.8074
5.33968
4.96399
4.67965
4.4802
4.35108
4.27926
4.24602
4.22689
4.20843
4.18135
4.13959
4.0717
3.98155
3.8865
3.80606
3.75658
3.74953
3.75765
3.78469
3.8451
3.93485
4.03155
4.12415
4.20821
4.28367
4.35215
4.41574
4.4759
4.53325
4.58774
4.63902
4.68655
4.72984
4.76838
4.80254
4.832
4.8565
4.87657
4.89181
4.90217
4.90749
4.90741
4.90656
4.90399
4.8981
4.88596
4.86703
4.84435
4.81919
4.79205
4.76306
4.73213
4.69922
4.66431
4.62754
4.58901
4.54892
4.5074
4.46462
4.42069
4.37572
4.32982
4.28306
4.23556
4.18737
4.13864
4.08944
4.03999
3.99046
3.94106
3.89172
3.84258
3.79357
3.74475
3.69615
3.64781
3.59981
3.55213
3.50492
3.4581
3.41187
3.3661
3.32103
3.27654
3.23286
3.18989
3.14787
3.10675
3.06678
3.028
2.99068
2.95495
2.92117
2.88948
2.86041
2.83528
2.81339
2.80165
6.39311
5.91587
5.48737
5.13348
4.86423
4.67808
4.57467
4.53489
4.52967
4.52841
4.52251
4.50392
4.45925
4.3652
4.21975
4.07558
3.95641
3.8737
3.83311
3.83366
3.8422
3.86791
3.92442
4.00819
4.09632
4.1834
4.2628
4.33349
4.39719
4.4558
4.51062
4.56228
4.61097
4.65639
4.69814
4.73575
4.76912
4.79799
4.82232
4.84239
4.85782
4.86863
4.87478
4.87508
4.87445
4.87234
4.86735
4.85699
4.83985
4.8186
4.79433
4.76767
4.73896
4.70831
4.67577
4.64132
4.60505
4.56703
4.52741
4.48632
4.44392
4.40035
4.35569
4.31008
4.26355
4.21628
4.16828
4.11977
4.07095
4.02214
3.97329
3.92458
3.87587
3.82727
3.77879
3.7305
3.68245
3.63466
3.58723
3.54015
3.49354
3.44735
3.40174
3.35662
3.31221
3.26839
3.22541
3.18319
3.14197
3.10174
3.06276
3.02511
2.98908
2.95491
2.92264
2.89296
2.86634
2.84422
2.82528
2.81793
6.43945
6.01808
5.63664
5.31986
5.0814
4.92785
4.86343
4.86255
4.8673
4.8768
4.87138
4.84789
4.78517
4.65014
4.45532
4.27476
4.1289
4.02267
3.95528
3.92549
3.92597
3.93261
3.95324
3.99936
4.07115
4.14713
4.22599
4.30026
4.36802
4.42897
4.48402
4.53438
4.58098
4.62419
4.664
4.70017
4.73249
4.76077
4.78493
4.80495
4.82048
4.83177
4.83864
4.83974
4.83922
4.83741
4.83309
4.8241
4.80871
4.78909
4.76606
4.74019
4.71197
4.68166
4.64946
4.61541
4.57959
4.54207
4.50295
4.46235
4.4204
4.37724
4.33294
4.28766
4.24141
4.19439
4.14672
4.09883
4.05075
4.00265
3.95448
3.90635
3.85824
3.81022
3.76234
3.71465
3.66722
3.62007
3.57331
3.52688
3.48097
3.43546
3.39058
3.34619
3.30255
3.25954
3.21741
3.17611
3.1359
3.09679
3.05909
3.02292
2.98865
2.95623
2.92624
2.89942
2.87621
2.85813
2.8438
2.84149
6.49299
6.12656
5.79851
5.53262
5.34533
5.24274
5.22889
5.23544
5.25201
5.25079
5.23707
5.19182
5.08521
4.88398
4.67353
4.48302
4.32542
4.20263
4.11321
4.05472
4.0239
4.01593
4.01906
4.03195
4.06301
4.1231
4.18066
4.25084
4.32185
4.38784
4.44685
4.49928
4.54614
4.5884
4.62672
4.66144
4.6926
4.72018
4.74402
4.76409
4.77991
4.7916
4.79921
4.80128
4.80087
4.79934
4.79561
4.78779
4.77392
4.75589
4.73427
4.70949
4.68202
4.65224
4.62045
4.58679
4.55141
4.51436
4.47574
4.43566
4.3942
4.35149
4.30759
4.26266
4.21672
4.17016
4.1232
4.07606
4.02871
3.98128
3.93377
3.88626
3.83879
3.79142
3.74422
3.69721
3.65049
3.60405
3.55803
3.51234
3.46719
3.42247
3.3784
3.33486
3.29211
3.25004
3.20894
3.16876
3.12981
3.09214
3.05609
3.0219
2.98969
2.95974
2.93298
2.91
2.89164
2.87888
2.872
2.8726
6.55984
6.25496
5.9922
5.79273
5.6697
5.63029
5.63441
5.6471
5.65091
5.63972
5.59799
5.49767
5.30479
5.09064
4.88443
4.69783
4.53742
4.40354
4.29539
4.21217
4.15256
4.11474
4.0936
4.09396
4.09972
4.118
4.15812
4.20401
4.2642
4.33021
4.39359
4.45091
4.5014
4.54558
4.58441
4.61878
4.6493
4.67629
4.69982
4.71983
4.7362
4.74829
4.75655
4.75976
4.75947
4.75822
4.75507
4.74837
4.7358
4.71919
4.69898
4.67544
4.64898
4.61995
4.58872
4.55553
4.52058
4.484
4.44588
4.40632
4.36537
4.32315
4.27967
4.23513
4.18979
4.14403
4.09787
4.05148
4.00487
3.95814
3.91134
3.86454
3.8178
3.77117
3.72474
3.6785
3.63257
3.58692
3.54172
3.49686
3.45258
3.40874
3.36559
3.32303
3.28131
3.24038
3.20051
3.16173
3.12434
3.0885
3.05463
3.02277
2.99314
2.96677
2.94429
2.92654
2.9146
2.90896
2.90926
2.91153
6.65627
6.42352
6.2394
6.11849
6.06542
6.06637
6.07224
6.07101
6.05714
6.01043
5.9023
5.70995
5.49765
5.29026
5.09585
4.91801
4.7571
4.61513
4.49211
4.38835
4.30382
4.23865
4.19178
4.16232
4.14934
4.15111
4.15997
4.1827
4.21948
4.267
4.3265
4.38611
4.4411
4.48982
4.53218
4.56877
4.6004
4.62784
4.65156
4.67177
4.68854
4.70136
4.71035
4.71478
4.71463
4.7137
4.71114
4.70557
4.69437
4.67901
4.66011
4.63789
4.61261
4.58454
4.55407
4.52149
4.48707
4.45098
4.41338
4.37435
4.33393
4.29219
4.2492
4.20535
4.16086
4.11594
4.07061
4.02501
3.97918
3.93323
3.88721
3.84119
3.79526
3.74944
3.70384
3.65844
3.61337
3.5686
3.52429
3.48037
3.43702
3.3942
3.35209
3.31068
3.27016
3.2306
3.19222
3.15518
3.11978
3.08635
3.05515
3.02604
3.00024
2.97856
2.96177
2.95112
2.94767
2.94865
2.95235
2.96223
6.80177
6.65636
6.56205
6.51703
6.51736
6.52056
6.51699
6.4967
6.4372
6.30705
6.10785
5.89291
5.6853
5.49046
5.30812
5.13752
4.97734
4.82934
4.69454
4.57417
4.46933
4.38089
4.30909
4.25416
4.21585
4.19212
4.18698
4.19004
4.20151
4.22594
4.26197
4.31277
4.36636
4.41817
4.46537
4.50662
4.54192
4.57192
4.5973
4.61861
4.63617
4.6501
4.6599
4.66561
4.66597
4.66537
4.66338
4.65881
4.64943
4.63529
4.6177
4.59682
4.57281
4.54588
4.51638
4.48459
4.45084
4.41536
4.37832
4.33984
4.29993
4.25871
4.21647
4.17352
4.12995
4.08591
4.04146
3.99672
3.95175
3.90665
3.86151
3.81636
3.77131
3.72639
3.68169
3.63723
3.59309
3.54932
3.50598
3.46312
3.42084
3.37918
3.33828
3.29821
3.25915
3.22124
3.18474
3.14989
3.11708
3.08669
3.05832
3.03331
3.01273
2.99727
2.98784
2.98697
2.98847
2.99367
3.0063
3.03374
7.02911
6.97568
6.96846
6.97421
6.987
6.98184
6.95549
6.88238
6.72678
6.50928
6.28479
6.07264
5.87606
5.69262
5.51897
5.35254
5.19219
5.03933
4.89538
4.76209
4.64129
4.53428
4.44197
4.36472
4.3027
4.25604
4.22513
4.20716
4.20743
4.21174
4.22388
4.24943
4.28913
4.33604
4.38428
4.42949
4.46985
4.50463
4.53386
4.55795
4.57748
4.59305
4.60413
4.61118
4.61325
4.6128
4.61125
4.60759
4.60007
4.58755
4.57145
4.55198
4.52934
4.50369
4.47535
4.44457
4.41169
4.37696
4.3406
4.30271
4.26336
4.2229
4.18159
4.13962
4.09702
4.05394
4.01045
3.96665
3.92263
3.87847
3.83427
3.79008
3.74599
3.70204
3.65833
3.61488
3.57178
3.52908
3.48685
3.44517
3.40411
3.36379
3.32432
3.28585
3.24857
3.21272
3.17861
3.14656
3.1172
3.08978
3.0658
3.04644
3.03277
3.02514
3.0255
3.02791
3.03498
3.05088
3.07792
3.13106
7.36593
7.38091
7.42331
7.46624
7.46166
7.43233
7.34835
7.16918
6.92538
6.68191
6.45869
6.25633
6.07029
5.89481
5.72573
5.56057
5.39814
5.24108
5.08998
4.94702
4.81412
4.6928
4.58407
4.48873
4.40725
4.33983
4.28659
4.24674
4.22162
4.20988
4.21073
4.21535
4.22886
4.25746
4.29696
4.34011
4.38339
4.42326
4.45789
4.48675
4.51007
4.52832
4.54206
4.55071
4.55516
4.55499
4.55404
4.55149
4.54606
4.53536
4.52093
4.50305
4.48194
4.45777
4.4308
4.40126
4.36948
4.33571
4.30017
4.26297
4.22442
4.18494
4.14466
4.1037
4.06213
4.02008
3.97762
3.93486
3.89187
3.84876
3.80559
3.76244
3.7194
3.67652
3.63389
3.59156
3.54961
3.5081
3.46713
3.42677
3.38714
3.34837
3.31062
3.27408
3.23903
3.20579
3.17473
3.14649
3.12028
3.09753
3.07974
3.06785
3.06311
3.06392
3.06756
3.07696
3.09687
3.13486
3.17305
3.23585
7.77848
7.85822
7.95002
7.94999
7.92306
7.83302
7.63508
7.35958
7.09134
6.85104
6.63819
6.446
6.26682
6.09502
5.92685
5.7606
5.59666
5.43441
5.27731
5.12696
4.98496
4.85265
4.73109
4.62117
4.52342
4.43816
4.36597
4.30664
4.26033
4.22674
4.20715
4.19955
4.19997
4.20492
4.21916
4.24917
4.28771
4.32865
4.36744
4.40182
4.43062
4.45348
4.47105
4.48296
4.49022
4.49198
4.49148
4.48982
4.486
4.47815
4.46562
4.44953
4.43017
4.4077
4.38235
4.35432
4.32391
4.29134
4.25679
4.22056
4.18316
4.14479
4.10562
4.06576
4.02532
3.98439
3.94306
3.90143
3.85958
3.81759
3.77555
3.73355
3.69165
3.64995
3.6085
3.56741
3.52673
3.48657
3.44702
3.40819
3.37023
3.33332
3.29766
3.26355
3.23132
3.20141
3.17453
3.14967
3.12845
3.11251
3.10239
3.10083
3.1023
3.1074
3.11997
3.14584
3.18532
3.23561
3.27929
3.34084
8.33842
8.44512
8.46257
8.43322
8.33322
8.11296
7.80887
7.51434
7.25351
7.02601
6.82371
6.6381
6.46171
6.28995
6.11991
5.95097
5.78334
5.61775
5.45624
5.3004
5.15152
5.01091
4.87949
4.75814
4.64736
4.54769
4.45947
4.38282
4.31782
4.26492
4.22449
4.19705
4.18322
4.17302
4.17428
4.18099
4.19726
4.22995
4.26594
4.30288
4.33666
4.36535
4.38828
4.40553
4.41664
4.4227
4.42284
4.4221
4.41984
4.41481
4.40471
4.39068
4.37332
4.35286
4.32944
4.30325
4.27452
4.24343
4.21023
4.1754
4.13933
4.10223
4.06429
4.02565
3.98644
3.94674
3.90665
3.86626
3.82565
3.7849
3.74411
3.70336
3.66273
3.62232
3.58221
3.54249
3.50327
3.46464
3.42674
3.38972
3.35378
3.31913
3.2861
3.25507
3.22647
3.20115
3.17792
3.15837
3.14468
3.13695
3.1373
3.13983
3.14717
3.16349
3.1962
3.23994
3.28973
3.34328
3.38459
3.43702
8.98444
9.00705
8.97292
8.85627
8.60333
8.26971
7.94886
7.66622
7.42176
7.20684
7.01143
6.828
6.65061
6.47619
6.30292
6.1307
5.95995
5.79134
5.62668
5.46683
5.31298
5.16618
5.0273
4.89704
4.77597
4.66445
4.56287
4.47162
4.39115
4.32137
4.26266
4.21555
4.18112
4.15963
4.14155
4.13484
4.13732
4.14615
4.16584
4.19727
4.23041
4.26297
4.29176
4.31513
4.33251
4.34342
4.34854
4.34833
4.34716
4.34412
4.33763
4.32605
4.31093
4.29271
4.27153
4.24752
4.22084
4.19162
4.16021
4.12713
4.09267
4.05707
4.02056
3.98331
3.94546
3.90712
3.86838
3.82934
3.79009
3.7507
3.71129
3.67193
3.63272
3.59376
3.55516
3.51701
3.47945
3.44262
3.40668
3.37184
3.33835
3.30656
3.27689
3.24982
3.22626
3.20494
3.18727
3.17594
3.17175
3.17274
3.1769
3.18752
3.20979
3.24771
3.29455
3.34677
3.39824
3.44637
3.47898
3.51866
9.6099
9.5665
9.42155
9.11572
8.74379
8.39264
8.08726
7.82493
7.59533
7.38852
7.19598
7.01137
6.83087
6.65259
6.47586
6.30063
6.12751
5.95699
5.78968
5.62688
5.4695
5.31818
5.17368
5.03648
4.9072
4.78617
4.67378
4.57055
4.47674
4.39237
4.31786
4.25365
4.20043
4.1587
4.13003
4.1054
4.08767
4.08791
4.09132
4.10133
4.12252
4.15185
4.18255
4.21085
4.23456
4.25228
4.26383
4.26813
4.26783
4.26641
4.26283
4.25534
4.2429
4.22705
4.20827
4.18668
4.16234
4.13542
4.10632
4.07536
4.04284
4.00904
3.97421
3.93856
3.90224
3.86542
3.82817
3.79062
3.75286
3.71498
3.67709
3.63928
3.60167
3.56435
3.52747
3.49115
3.45554
3.42085
3.38727
3.35514
3.32476
3.29665
3.27134
3.24985
3.23045
3.21554
3.20596
3.20597
3.20783
3.21406
3.22867
3.25837
3.3005
3.35071
3.40399
3.45585
3.50022
3.53711
3.55829
3.5855
10.2225
10.031
9.64438
9.22639
8.84087
8.5107
8.231
7.98852
7.77083
7.56808
7.37452
7.18643
7.0019
6.81979
6.64006
6.46256
6.28774
6.11578
5.94696
5.7822
5.62217
5.46727
5.31829
5.17551
5.03964
4.91084
4.78968
4.67621
4.57094
4.4742
4.38637
4.30765
4.2384
4.17926
4.13086
4.09523
4.06324
4.03996
4.02929
4.03022
4.03481
4.0463
4.06966
4.09636
4.12354
4.14724
4.1655
4.17741
4.18217
4.1819
4.18046
4.17676
4.16899
4.15615
4.13983
4.12069
4.09894
4.07468
4.04823
4.01978
3.9896
3.95794
3.92511
3.89132
3.85676
3.82163
3.78604
3.75014
3.71401
3.6778
3.64161
3.60553
3.56973
3.53429
3.49942
3.46523
3.43198
3.39989
3.36927
3.34055
3.31421
3.29092
3.27181
3.25463
3.24222
3.2368
3.23764
3.24145
3.25131
3.27219
3.30902
3.35532
3.40791
3.46211
3.51307
3.55636
3.58897
3.61248
3.6229
3.63958
10.7362
10.2192
9.72118
9.28952
8.93172
8.6353
8.38158
8.15447
7.94309
7.74116
7.545
7.35303
7.16476
6.97968
6.79783
6.61887
6.44296
6.27004
6.10009
5.93385
5.77167
5.6139
5.46112
5.31368
5.1721
5.03668
4.90783
4.78582
4.67096
4.56357
4.46393
4.37242
4.28961
4.21604
4.15187
4.09787
4.05504
4.01723
3.98676
3.96778
3.96277
3.96425
3.96993
3.98295
4.00638
4.03065
4.05386
4.07269
4.08557
4.09155
4.09142
4.09027
4.08694
4.0797
4.06655
4.04999
4.03083
4.00932
3.98573
3.9601
3.93262
3.9035
3.87301
3.84139
3.80887
3.77566
3.74192
3.70786
3.67357
3.63923
3.60493
3.57084
3.5371
3.50386
3.47135
3.43973
3.40937
3.38052
3.35368
3.32941
3.30848
3.29175
3.2777
3.26732
3.26672
3.26856
3.27485
3.28946
3.31911
3.36076
3.41119
3.46607
3.52065
3.57046
3.61159
3.64202
3.66157
3.67293
3.6764
3.68377
10.9588
10.2653
9.73929
9.34283
9.03103
8.77031
8.53789
8.32036
8.11093
7.90682
7.70723
7.51202
7.32123
7.13445
6.95139
6.77161
6.59498
6.42118
6.25052
6.08242
5.91835
5.75811
5.60208
5.45054
5.30404
5.16286
5.02748
4.8981
4.77515
4.65881
4.54946
4.44734
4.35282
4.26619
4.18793
4.11862
4.05877
4.01002
3.96675
3.92974
3.90461
3.89035
3.88909
3.89102
3.89756
3.91204
3.93415
3.95614
3.97538
3.98941
3.99742
3.99815
3.99729
3.99448
3.98804
3.97518
3.9589
3.94019
3.91939
3.89665
3.87209
3.84581
3.81801
3.78888
3.75868
3.72764
3.69601
3.66399
3.63176
3.59951
3.56736
3.53555
3.50419
3.47356
3.44387
3.41544
3.38864
3.36397
3.34198
3.32387
3.30966
3.29879
3.29281
3.29368
3.29776
3.30826
3.33039
3.36788
3.4147
3.46829
3.52472
3.57921
3.62744
3.66634
3.69395
3.71113
3.71931
3.72191
3.72168
3.72256
10.9279
10.2349
9.7437
9.4025
9.13896
8.90852
8.6908
8.47853
8.26998
8.06484
7.86374
7.66716
7.47517
7.2874
7.10343
6.92272
6.74499
6.56995
6.39767
6.22734
6.06147
5.89874
5.73955
5.58425
5.43328
5.28696
5.14573
5.00989
4.87977
4.75567
4.63785
4.52661
4.42217
4.32492
4.23517
4.15335
4.07991
4.01526
3.96071
3.91209
3.86971
3.83768
3.81897
3.80902
3.80939
3.81228
3.82016
3.83645
3.8565
3.87602
3.89121
3.90057
3.90319
3.90262
3.90038
3.89487
3.88364
3.86825
3.85018
3.83021
3.80855
3.78525
3.76037
3.73402
3.70645
3.6779
3.64866
3.61897
3.58906
3.55917
3.52949
3.50026
3.47174
3.44419
3.41799
3.3935
3.37129
3.35201
3.33675
3.32593
3.3174
3.31733
3.31941
3.32646
3.34238
3.37448
3.41707
3.46864
3.52562
3.58326
3.63717
3.68341
3.7197
3.74459
3.75915
3.76528
3.76499
3.76359
3.75982
3.75972
10.783
10.1606
9.75645
9.48116
9.2569
9.04579
8.83597
8.62611
8.41776
8.21293
8.0125
7.81643
7.62459
7.43658
7.25198
7.07037
6.89143
6.71497
6.54088
6.3698
6.2002
6.03439
5.87205
5.71322
5.55817
5.40727
5.26087
5.11935
4.98301
4.85221
4.72714
4.60815
4.49537
4.38914
4.28964
4.19724
4.11227
4.03519
3.96646
3.9071
3.85397
3.80658
3.7696
3.74396
3.72875
3.72369
3.72485
3.72932
3.73962
3.75798
3.77609
3.79175
3.80263
3.80757
3.80734
3.80584
3.80176
3.79303
3.77877
3.76176
3.74283
3.72231
3.70026
3.67681
3.65211
3.62638
3.59988
3.57289
3.54567
3.51852
3.49172
3.46558
3.44042
3.41666
3.39472
3.37519
3.35875
3.34679
3.3391
3.33552
3.33677
3.34187
3.35427
3.37981
3.41855
3.46731
3.52329
3.58247
3.64061
3.69335
3.73741
3.77094
3.79345
3.80582
3.80923
3.80868
3.80658
3.80161
3.79134
3.78979
10.5926
10.0887
9.78684
9.56919
9.3702
9.16935
8.96452
8.75842
8.5537
8.35199
8.15387
7.95928
7.76801
7.57986
7.39451
7.21175
7.03128
6.85304
6.67685
6.50281
6.33089
6.1624
5.99705
5.8349
5.67622
5.5212
5.37034
5.22382
5.08216
4.94554
4.81431
4.68869
4.56886
4.45509
4.34749
4.24638
4.15198
4.06463
3.98476
3.91271
3.84953
3.7923
3.74098
3.69987
3.6693
3.64963
3.63775
3.63785
3.6398
3.64569
3.65828
3.67594
3.69292
3.70549
3.71291
3.71368
3.71291
3.71023
3.70406
3.69164
3.67616
3.65836
3.63898
3.61831
3.59656
3.57385
3.55039
3.52644
3.50231
3.47835
3.45495
3.43251
3.41153
3.39249
3.37612
3.3629
3.35479
3.35039
3.35098
3.3544
3.36363
3.38336
3.41837
3.46317
3.51692
3.57629
3.63722
3.69525
3.74644
3.78811
3.81899
3.83922
3.84993
3.85144
3.8507
3.8482
3.84249
3.83241
3.81792
3.81523
10.4889
10.0562
9.82449
9.64422
9.4618
9.26957
9.07179
8.87256
8.67407
8.47726
8.28252
8.09005
7.89986
7.71193
7.5262
7.3425
7.1608
6.98094
6.80297
6.62688
6.45264
6.28082
6.11229
5.94694
5.78492
5.62629
5.4715
5.32077
5.17455
5.0331
4.89668
4.76559
4.6399
4.51992
4.40565
4.29743
4.19532
4.09965
4.01066
3.92876
3.85426
3.78811
3.7276
3.6732
3.62874
3.59427
3.56966
3.55463
3.54957
3.55054
3.55431
3.56304
3.57956
3.59593
3.60971
3.61864
3.62259
3.6223
3.62074
3.61645
3.60739
3.59333
3.57682
3.55896
3.54016
3.52062
3.50053
3.48009
3.45962
3.43951
3.42028
3.40239
3.38664
3.37335
3.36391
3.35888
3.35914
3.36142
3.36845
3.38385
3.41452
3.45477
3.50563
3.56395
3.62619
3.68816
3.74566
3.79518
3.83455
3.86319
3.88137
3.89048
3.89101
3.89015
3.88747
3.88155
3.87023
3.85804
3.84203
3.83831
10.4431
10.0354
9.84635
9.69576
9.52968
9.34796
9.15916
8.96813
8.77659
8.58519
8.39435
8.20449
8.01594
7.82884
7.64333
7.45933
7.27693
7.09604
6.91674
6.73906
6.56286
6.38867
6.2174
6.04927
5.88427
5.72257
5.56445
5.4102
5.26015
5.11465
4.97385
4.83813
4.70749
4.58229
4.46248
4.34837
4.23995
4.13752
4.04116
3.95125
3.86798
3.79183
3.72346
3.66035
3.60361
3.55667
3.51894
3.49106
3.47242
3.46345
3.46377
3.46606
3.47231
3.4853
3.50167
3.51677
3.5283
3.53501
3.53582
3.53505
3.53236
3.52621
3.51397
3.49968
3.48389
3.46744
3.4508
3.43415
3.41786
3.4023
3.3882
3.37581
3.3668
3.36044
3.36066
3.36253
3.36834
3.38107
3.40639
3.44233
3.48946
3.54541
3.60751
3.67197
3.7345
3.79097
3.83857
3.87573
3.90226
3.91916
3.92694
3.92707
3.92621
3.92353
3.91767
3.90703
3.89368
3.8804
3.86374
3.85931
10.4234
10.0172
9.85621
9.73028
9.58008
9.40936
9.22955
9.04624
8.86109
8.67474
8.48783
8.30087
8.11439
7.92868
7.74392
7.56022
7.37764
7.19626
7.01611
6.83733
6.65976
6.48376
6.31014
6.13945
5.97181
5.80736
5.64645
5.4892
5.33609
5.18723
5.043
4.90354
4.76905
4.63966
4.51551
4.39666
4.28329
4.1754
4.07326
3.97691
3.88669
3.80285
3.72565
3.65597
3.5909
3.53311
3.48408
3.44399
3.41327
3.39237
3.38041
3.37937
3.38081
3.38551
3.3959
3.41267
3.4291
3.44289
3.45083
3.4541
3.45385
3.45245
3.44862
3.44053
3.42883
3.41606
3.40289
3.39015
3.37855
3.36825
3.36063
3.3548
3.35496
3.35663
3.36177
3.37281
3.39315
3.42455
3.468
3.521
3.5817
3.64709
3.71312
3.7756
3.83082
3.87643
3.91147
3.93636
3.95201
3.95921
3.95932
3.95854
3.95613
3.95081
3.94053
3.92827
3.91401
3.90006
3.88282
3.87822
10.4187
10.0103
9.86588
9.75595
9.61774
9.45644
9.28453
9.10787
8.92824
8.74646
8.56331
8.37945
8.1954
8.01154
7.82809
7.64524
7.46307
7.28172
7.1013
6.92189
6.74363
6.56639
6.391
6.21818
6.04842
5.88179
5.7187
5.55921
5.40373
5.25234
5.10534
4.96293
4.82521
4.69243
4.56463
4.44192
4.32442
4.21215
4.10526
4.00381
3.90799
3.81801
3.73406
3.65657
3.58588
3.51992
3.46162
3.41131
3.36953
3.33678
3.31361
3.30056
3.29764
3.29879
3.30272
3.31169
3.32819
3.34532
3.36006
3.3705
3.37612
3.37851
3.3782
3.37678
3.37321
3.3659
3.35737
3.34956
3.34328
3.33914
3.33938
3.34107
3.3462
3.35758
3.37448
3.40104
3.44019
3.48908
3.54724
3.61212
3.68033
3.74759
3.80988
3.86392
3.90783
3.94134
3.96496
3.98039
3.98723
3.98786
3.98716
3.98505
3.9802
3.9715
3.95959
3.94673
3.93179
3.91738
3.89949
3.89533
10.451
10.031
9.89124
9.78672
9.6537
9.49801
9.33128
9.15896
8.98308
8.80462
8.6245
8.44327
8.26146
8.0794
7.89739
7.71557
7.53413
7.35314
7.17281
6.99323
6.8146
6.63686
6.46047
6.28625
6.11477
5.94649
5.78157
5.62033
5.46283
5.3094
5.1601
5.01529
4.87498
4.73949
4.60878
4.48303
4.36228
4.24654
4.1359
4.03044
3.93015
3.83534
3.74602
3.66251
3.58528
3.51379
3.44759
3.38894
3.33788
3.29525
3.2616
3.23741
3.22293
3.21862
3.21954
3.22305
3.23107
3.2474
3.26541
3.28202
3.29528
3.30362
3.30942
3.31303
3.31473
3.31453
3.31388
3.31327
3.31377
3.31576
3.32088
3.33172
3.34968
3.37194
3.40496
3.44913
3.50357
3.56623
3.63474
3.70522
3.77363
3.83582
3.88904
3.93187
3.96438
3.98749
4.00287
4.01052
4.01233
4.01178
4.01006
4.00622
3.99847
3.98815
3.97579
3.96217
3.9469
3.93211
3.91408
3.91002
10.4847
10.068
9.91894
9.81111
9.68161
9.53143
9.36952
9.20095
9.02822
8.85261
8.67507
8.49615
8.31631
8.13591
7.95517
7.77432
7.59352
7.41294
7.23275
7.05315
6.87433
6.69639
6.51951
6.3444
6.17174
6.00215
5.83587
5.67313
5.51411
5.35898
5.20792
5.06115
4.91886
4.78116
4.64817
4.51997
4.3966
4.27808
4.16444
4.05573
3.95194
3.85324
3.75966
3.67142
3.58865
3.51194
3.44028
3.37482
3.31621
3.26492
3.2218
3.18743
3.16263
3.14761
3.14284
3.14366
3.14701
3.15516
3.17169
3.19176
3.21114
3.22721
3.24036
3.25004
3.25819
3.26514
3.27171
3.27853
3.28739
3.29842
3.31461
3.33651
3.3648
3.40305
3.45216
3.51087
3.57755
3.64908
3.72168
3.79095
3.85329
3.90613
3.94852
3.98063
4.00395
4.01967
4.02934
4.03228
4.03199
4.03088
4.02822
4.02268
4.01362
4.00248
3.98969
3.97552
3.96001
3.94482
3.9274
3.92247
10.5311
10.1161
9.94774
9.83144
9.70417
9.55896
9.40116
9.23563
9.06549
8.89233
8.71705
8.54016
8.36203
8.18301
8.00337
7.82336
7.64316
7.46298
7.283
7.10346
6.92456
6.74651
6.56946
6.394
6.22073
6.05023
5.88291
5.71897
5.55869
5.40218
5.24975
5.10144
4.9575
4.81803
4.68318
4.55298
4.42751
4.30673
4.19067
4.07935
3.9727
3.87085
3.77379
3.68169
3.59474
3.51308
3.43709
3.36599
3.30121
3.24299
3.19214
3.14921
3.11478
3.08972
3.07466
3.07037
3.07138
3.07512
3.08413
3.10228
3.12519
3.14791
3.16867
3.1866
3.20257
3.21748
3.23237
3.24832
3.26684
3.28957
3.31794
3.35125
3.39497
3.44857
3.51153
3.58166
3.65597
3.73026
3.80044
3.86298
3.91582
3.95819
3.99079
4.0142
4.03174
4.04255
4.04813
4.04842
4.04792
4.04635
4.04283
4.03576
4.02611
4.01454
4.0014
3.98688
3.9712
3.95564
3.93854
3.93335
10.5954
10.173
9.9783
9.85201
9.72653
9.58547
9.43061
9.26714
9.09879
8.92738
8.75376
8.57834
8.40145
8.22341
8.04452
7.86507
7.68529
7.50538
7.32558
7.14608
6.96715
6.78902
6.61194
6.43625
6.26261
6.09148
5.92336
5.7585
5.59714
5.43951
5.28582
5.13625
4.99096
4.85009
4.71375
4.58198
4.4548
4.33221
4.21419
4.10071
3.99177
3.88735
3.78756
3.69239
3.60205
3.51655
3.43639
3.36112
3.2914
3.22764
3.17023
3.11986
3.07738
3.04358
3.01924
3.00483
3.00241
3.00378
3.00834
3.01902
3.04034
3.06698
3.09469
3.12158
3.1472
3.17204
3.19702
3.22373
3.25381
3.29014
3.33019
3.37954
3.43812
3.50513
3.57873
3.6555
3.73143
3.8025
3.86551
3.9187
3.96165
3.99488
4.01987
4.03793
4.05101
4.05902
4.06184
4.06165
4.06081
4.05871
4.05427
4.04638
4.03638
4.02456
4.01117
3.99636
3.98058
3.96473
3.948
3.94239
10.6459
10.2087
9.98957
9.85773
9.73653
9.60098
9.44998
9.28961
9.12394
8.95487
8.78332
8.60965
8.43412
8.25709
8.07895
7.90002
7.72061
7.54093
7.36123
7.18174
7.00276
6.82452
6.64734
6.47161
6.29776
6.12624
5.95751
5.79191
5.6297
5.47121
5.31652
5.16594
5.01957
4.87758
4.74002
4.60697
4.4784
4.35434
4.2347
4.11952
4.00869
3.90227
3.80021
3.70263
3.60953
3.5211
3.43746
3.35886
3.28509
3.21682
3.15426
3.09822
3.04914
3.00784
2.97515
2.95197
2.93936
2.93955
2.94158
2.94763
2.96122
2.98807
3.02081
3.05596
3.09181
3.12789
3.16526
3.20479
3.24913
3.29786
3.35448
3.4192
3.49126
3.56856
3.64791
3.72551
3.79749
3.86118
3.91501
3.95884
3.99346
4.01982
4.03985
4.05426
4.06441
4.07084
4.07218
4.07189
4.07083
4.06834
4.06321
4.05499
4.04472
4.03269
4.01911
4.00418
3.98822
3.97235
3.95588
3.94946
10.7608
10.2698
10.0143
9.87245
9.75238
9.61978
9.47054
9.31216
9.14783
8.98003
8.80969
8.63712
8.46246
8.28606
8.1084
7.92984
7.75068
7.57117
7.39153
7.21204
7.03298
6.85469
6.6774
6.50148
6.32736
6.15549
5.98622
5.81999
5.65703
5.49774
5.34224
5.19082
5.0436
4.90072
4.7622
4.62815
4.49844
4.37322
4.25233
4.1357
4.02339
3.91528
3.81148
3.71192
3.61672
3.52594
3.43966
3.3582
3.28139
3.20964
3.14323
3.08258
3.02826
2.98084
2.94126
2.91044
2.88919
2.88132
2.8823
2.88611
2.89557
2.91556
2.94963
2.99102
3.03688
3.0855
3.13684
3.19169
3.2517
3.31634
3.38886
3.46729
3.54962
3.63258
3.71242
3.78592
3.85056
3.90539
3.95038
3.98648
4.01489
4.03669
4.05343
4.06565
4.07419
4.07963
4.08017
4.07982
4.07866
4.07598
4.07051
4.06202
4.05152
4.03931
4.02558
4.01055
3.99453
3.97855
3.96253
3.9551
10.7756
10.3046
10.033
9.87979
9.75768
9.62766
9.48033
9.32573
9.16344
8.99731
8.82868
8.65743
8.48374
8.3081
8.13095
7.95275
7.77378
7.5944
7.41481
7.23536
7.05624
6.87787
6.70053
6.52464
6.3504
6.17831
6.00869
5.842
5.67853
5.51864
5.36258
5.21053
5.06269
4.91911
4.77988
4.64505
4.51448
4.38833
4.26638
4.14869
4.03523
3.92585
3.8207
3.71963
3.62284
3.53025
3.44205
3.35828
3.27918
3.20471
3.13536
3.07119
3.01294
2.96087
2.91597
2.87887
2.85114
2.83322
2.83264
2.83458
2.84091
2.85567
2.88565
2.93067
2.98475
3.04554
3.11212
3.18391
3.2606
3.34302
3.42996
3.51897
3.60709
3.69066
3.76669
3.83324
3.8896
3.93619
3.97403
4.00444
4.02864
4.04759
4.06226
4.07321
4.08106
4.08582
4.08584
4.08548
4.0843
4.08157
4.07596
4.06729
4.05662
4.04431
4.03047
4.01538
3.99934
3.98324
3.96784
3.95935
10.8125
10.3358
10.0474
9.88669
9.76399
9.63667
9.49145
9.33944
9.17827
9.01306
8.84543
8.67492
8.5018
8.32654
8.14962
7.9715
7.79257
7.61314
7.4335
7.25394
7.07474
6.89632
6.7189
6.54286
6.36843
6.19606
6.02609
5.85895
5.69506
5.53465
5.37814
5.22556
5.07724
4.93314
4.79335
4.65795
4.52674
4.39991
4.27714
4.1587
4.04428
3.93403
3.82787
3.72576
3.62778
3.53389
3.44428
3.35892
3.27805
3.20166
3.13016
3.06356
3.00247
2.94711
2.89829
2.85659
2.82367
2.79949
2.79191
2.79325
2.79826
2.81033
2.83557
2.88074
2.9398
3.0107
3.09161
3.1804
3.27487
3.37295
3.47173
3.56757
3.65719
3.73778
3.80787
3.86713
3.91627
3.95654
3.98936
4.01601
4.03755
4.05476
4.06825
4.07847
4.08597
4.09031
4.09027
4.08984
4.08857
4.08572
4.07992
4.07124
4.06049
4.0481
4.0342
4.01909
4.00309
3.98677
3.97178
3.96274
10.9088
10.3688
10.0528
9.88726
9.76395
9.63837
9.49291
9.34431
9.18389
9.01948
8.85303
8.68362
8.51139
8.33681
8.16041
7.98265
7.80398
7.62472
7.44522
7.26573
7.08662
6.90818
6.73074
6.55462
6.38012
6.20758
6.03745
5.87003
5.70588
5.54512
5.38832
5.23539
5.08676
4.94231
4.80218
4.66637
4.53477
4.40747
4.28427
4.16528
4.0503
3.93945
3.8326
3.7298
3.63106
3.53636
3.44583
3.35946
3.27747
3.19983
3.12689
3.05869
2.99571
2.9382
2.88681
2.84216
2.80556
2.77763
2.76364
2.76451
2.76857
2.77893
2.80098
2.84464
2.9063
2.98437
3.07663
3.17949
3.28869
3.39908
3.50591
3.60488
3.69325
3.7696
3.83404
3.88756
3.93168
3.96792
3.99774
4.02225
4.04234
4.0585
4.07163
4.08145
4.08849
4.09274
4.09272
4.09233
4.0911
4.08827
4.08246
4.07365
4.06283
4.05043
4.03648
4.0213
4.00552
3.98909
3.97412
3.96502
10.9285
10.3746
10.0513
9.88589
9.76436
9.64051
9.4952
9.3487
9.18898
9.02514
8.85926
8.69023
8.5182
8.34368
8.16722
7.98936
7.81055
7.63116
7.45153
7.27195
7.09277
6.91427
6.73679
6.56059
6.38603
6.21339
6.04318
5.87561
5.71133
5.5504
5.39342
5.24031
5.09149
4.94683
4.80651
4.67046
4.53865
4.41109
4.28764
4.16835
4.0531
3.94192
3.83476
3.73159
3.63248
3.53736
3.44637
3.3595
3.27694
3.1987
3.12506
3.05612
2.99224
2.93374
2.88111
2.83506
2.79661
2.76691
2.74925
2.74983
2.75332
2.76293
2.78349
2.82516
2.88857
2.97076
3.06979
3.1809
3.29865
3.41585
3.52657
3.62632
3.71298
3.78629
3.84731
3.89769
3.93922
3.97352
4.00191
4.02542
4.04477
4.06054
4.07341
4.08309
4.0899
4.09408
4.09413
4.09374
4.0925
4.08962
4.08375
4.07489
4.06405
4.05164
4.03766
4.02247
4.00679
3.99035
3.97537
3.96634
3.85234
3.32777
4.27277
4.26935
4.03913
3.93626
3.88223
3.79465
3.69708
3.61197
3.5437
3.48269
3.44633
3.43199
3.42946
3.45073
3.49822
3.56582
3.64669
3.73247
3.82019
3.90772
3.99433
4.07983
4.16427
4.24731
4.32854
4.40749
4.48433
4.55827
4.62781
4.69166
4.74975
4.8019
4.84827
4.88895
4.92439
4.95706
4.9841
5.00329
5.01655
5.02447
5.02772
5.02676
5.02271
5.01318
4.99832
4.98007
4.95934
4.93546
4.90909
4.87987
4.84849
4.81479
4.77926
4.74184
4.70292
4.6624
4.62069
4.57765
4.53364
4.48853
4.44263
4.39584
4.34837
4.30021
4.25147
4.20219
4.15246
4.10233
4.05189
4.0012
3.95035
3.8994
3.84845
3.79757
3.74683
3.6963
3.64604
3.59611
3.54657
3.49748
3.44889
3.40087
3.35347
3.30675
3.26076
3.21554
3.17117
3.12773
3.08527
3.04389
3.00369
2.965
2.92801
2.8931
2.86085
2.83218
2.80824
2.79216
4.72066
4.23023
4.3583
4.22746
4.01652
3.97167
3.92915
3.80939
3.68907
3.59025
3.52344
3.47992
3.44542
3.42913
3.42595
3.44587
3.49205
3.55995
3.64252
3.72883
3.81671
3.90417
3.99053
4.07566
4.15947
4.24165
4.32209
4.39951
4.47529
4.54946
4.61914
4.68277
4.74092
4.79332
4.84023
4.8813
4.9174
4.94956
4.97637
4.99619
5.0099
5.01815
5.02151
5.02092
5.01777
5.00953
4.99376
4.97527
4.95452
4.93121
4.90504
4.87623
4.84494
4.81152
4.77609
4.7389
4.70004
4.65971
4.61803
4.57515
4.53114
4.48615
4.44024
4.39354
4.34607
4.29795
4.24922
4.19997
4.15025
4.10014
4.04972
3.99905
3.94822
3.89731
3.84641
3.79558
3.7449
3.69444
3.64426
3.59441
3.54496
3.49594
3.44744
3.39947
3.35216
3.3055
3.25958
3.21437
3.17005
3.12668
3.08433
3.04305
3.00302
2.96431
2.92726
2.89228
2.85992
2.83108
2.80679
2.79039
5.5273
4.78641
4.52183
4.26821
4.05367
3.96183
3.87844
3.7828
3.6802
3.59098
3.52757
3.48368
3.44516
3.41679
3.40893
3.43459
3.48261
3.54749
3.63345
3.71808
3.80655
3.89433
3.98105
4.06676
4.15121
4.23403
4.31512
4.39359
4.46981
4.5432
4.6123
4.67598
4.73404
4.78652
4.83333
4.87463
4.91081
4.94237
4.96872
4.98882
5.00274
5.01111
5.01433
5.01383
5.01126
5.00427
4.98961
4.96994
4.94867
4.92541
4.8996
4.87104
4.83999
4.80672
4.77146
4.73439
4.69566
4.65544
4.61384
4.57102
4.52707
4.48212
4.43624
4.38955
4.34209
4.29397
4.24524
4.19598
4.14625
4.09615
4.04572
3.99507
3.94426
3.89341
3.84256
3.79182
3.74123
3.69089
3.64082
3.59109
3.54179
3.49294
3.44463
3.39677
3.34967
3.30324
3.25758
3.21267
3.16857
3.12525
3.08295
3.04172
3.00173
2.9631
2.92611
2.89112
2.85868
2.82964
2.80493
2.7882
5.89998
5.1091
4.65933
4.35807
4.12951
3.98909
3.89226
3.79348
3.69069
3.59908
3.53152
3.48019
3.44527
3.4265
3.42609
3.44012
3.48129
3.54945
3.62967
3.71432
3.80167
3.88926
3.97598
4.06167
4.14602
4.22855
4.30906
4.38661
4.46159
4.53342
4.60141
4.66424
4.72165
4.77354
4.82004
4.86116
4.89716
4.92824
4.95419
4.97436
4.98861
4.99722
5.00053
5.00013
4.99811
4.99245
4.98004
4.95994
4.93806
4.91468
4.88917
4.8611
4.83058
4.79775
4.76285
4.72606
4.68759
4.64758
4.60618
4.56351
4.5197
4.47486
4.42909
4.38247
4.3351
4.28702
4.23835
4.18912
4.13945
4.08937
4.039
3.98842
3.93771
3.88697
3.83628
3.78573
3.73537
3.68524
3.63547
3.58596
3.53695
3.48837
3.4404
3.39302
3.34619
3.29991
3.25441
3.20963
3.16573
3.12266
3.08059
3.03957
2.99979
2.96136
2.92455
2.88968
2.85727
2.82816
2.80311
2.78607
6.09197
5.34331
4.83028
4.48945
4.24027
4.06153
3.94139
3.8387
3.74069
3.65729
3.5948
3.54704
3.51166
3.4874
3.47773
3.48261
3.50406
3.55362
3.62872
3.71096
3.79615
3.88341
3.97101
4.05744
4.14164
4.22332
4.30241
4.37895
4.45249
4.52278
4.58915
4.65089
4.70757
4.75896
4.805
4.84566
4.88114
4.91157
4.93696
4.95697
4.9714
4.98023
4.98363
4.98328
4.98157
4.97689
4.96658
4.94748
4.9254
4.90165
4.87614
4.84847
4.81848
4.78617
4.75171
4.71531
4.67715
4.63742
4.59626
4.55381
4.51018
4.4655
4.41986
4.37337
4.32608
4.27811
4.22949
4.18036
4.13073
4.08075
4.03045
3.97999
3.9294
3.87885
3.82837
3.77813
3.72796
3.67814
3.62864
3.57961
3.531
3.48285
3.43522
3.38812
3.34162
3.29571
3.25051
3.20606
3.16245
3.11972
3.07795
3.03725
2.99776
2.95965
2.92314
2.8886
2.85643
2.82754
2.80242
2.78528
6.20655
5.53128
5.0119
4.63924
4.37175
4.17813
4.04245
3.93879
3.85385
3.78669
3.73345
3.6887
3.64951
3.61501
3.58863
3.57649
3.57897
3.59357
3.6313
3.70638
3.7876
3.87864
3.96968
4.05764
4.14167
4.22185
4.29838
4.37165
4.44177
4.50881
4.57236
4.63194
4.68709
4.73747
4.78281
4.82299
4.85815
4.88827
4.91341
4.93353
4.94832
4.95768
4.9616
4.96134
4.95998
4.95621
4.94781
4.9309
4.90929
4.88537
4.85976
4.83233
4.80282
4.77108
4.73718
4.70126
4.66351
4.62413
4.58326
4.54107
4.49768
4.45321
4.40774
4.36141
4.31425
4.26641
4.21789
4.16885
4.1193
4.06944
4.01924
3.96894
3.91858
3.86817
3.81805
3.76817
3.71862
3.66937
3.62043
3.57187
3.52369
3.47594
3.42867
3.38193
3.33581
3.29029
3.24549
3.20143
3.1582
3.11587
3.07453
3.03428
2.99527
2.95768
2.92174
2.88781
2.85623
2.82794
2.80318
2.78665
6.28706
5.68346
5.18312
4.80034
4.51631
4.31717
4.1773
4.08515
4.02324
3.97837
3.94109
3.90343
3.86301
3.81531
3.76275
3.71368
3.67665
3.66949
3.67814
3.70715
3.77063
3.85929
3.95647
4.04996
4.13711
4.21757
4.29218
4.36225
4.42894
4.49268
4.55344
4.61087
4.66442
4.71363
4.75811
4.79768
4.83244
4.86222
4.88709
4.90715
4.9222
4.9321
4.93664
4.93645
4.93534
4.93221
4.92517
4.91083
4.89031
4.86668
4.8411
4.81377
4.78456
4.75328
4.71991
4.6845
4.64722
4.60823
4.56772
4.52584
4.48272
4.43849
4.39325
4.34711
4.30013
4.25244
4.20406
4.15516
4.10575
4.05605
4.00603
3.95599
3.90598
3.85641
3.80679
3.75747
3.70839
3.6596
3.61111
3.56295
3.5152
3.46785
3.42104
3.37472
3.32906
3.284
3.2397
3.19611
3.15342
3.11161
3.07086
3.03123
2.99293
2.9561
2.92104
2.88805
2.8574
2.83024
2.80648
2.79166
6.3454
5.8074
5.33968
4.96399
4.67965
4.4802
4.35109
4.27926
4.24603
4.22689
4.20843
4.18135
4.13959
4.0717
3.98155
3.8865
3.80607
3.75658
3.74953
3.75765
3.78469
3.8451
3.93485
4.03155
4.12415
4.20821
4.28367
4.35215
4.41574
4.4759
4.53325
4.58774
4.63902
4.68655
4.72984
4.76838
4.80254
4.832
4.8565
4.87657
4.89181
4.90217
4.90749
4.90741
4.90656
4.90399
4.8981
4.88596
4.86703
4.84435
4.81919
4.79205
4.76306
4.73213
4.69922
4.66431
4.62754
4.58901
4.54892
4.5074
4.46462
4.42069
4.37572
4.32982
4.28306
4.23556
4.18737
4.13864
4.08944
4.03999
3.99046
3.94106
3.89172
3.84258
3.79357
3.74475
3.69615
3.64781
3.59981
3.55213
3.50492
3.4581
3.41187
3.3661
3.32103
3.27654
3.23286
3.18989
3.14787
3.10675
3.06678
3.028
2.99068
2.95495
2.92117
2.88948
2.86041
2.83528
2.81339
2.80165
6.39311
5.91587
5.48737
5.13348
4.86423
4.67808
4.57467
4.5349
4.52968
4.52842
4.52251
4.50393
4.45925
4.3652
4.21974
4.07558
3.95641
3.8737
3.83312
3.83366
3.8422
3.86791
3.92443
4.0082
4.09632
4.1834
4.26281
4.33349
4.39719
4.4558
4.51062
4.56228
4.61097
4.65639
4.69814
4.73575
4.76912
4.79799
4.82232
4.84239
4.85782
4.86863
4.87478
4.87508
4.87445
4.87234
4.86735
4.85699
4.83985
4.8186
4.79433
4.76767
4.73896
4.70831
4.67577
4.64132
4.60505
4.56703
4.52741
4.48632
4.44392
4.40035
4.35569
4.31008
4.26355
4.21628
4.16828
4.11977
4.07095
4.02214
3.97329
3.92458
3.87587
3.82727
3.77879
3.7305
3.68245
3.63466
3.58723
3.54015
3.49354
3.44735
3.40174
3.35662
3.31221
3.26839
3.22541
3.18319
3.14197
3.10174
3.06276
3.02511
2.98908
2.95491
2.92264
2.89296
2.86634
2.84422
2.82528
2.81793
6.43945
6.01808
5.63664
5.31987
5.0814
4.92785
4.86343
4.86256
4.86731
4.8768
4.87138
4.84789
4.78517
4.65014
4.45532
4.27476
4.1289
4.02267
3.95528
3.9255
3.92597
3.93261
3.95324
3.99936
4.07115
4.14713
4.22599
4.30026
4.36803
4.42897
4.48402
4.53438
4.58098
4.62419
4.664
4.70017
4.73249
4.76077
4.78493
4.80495
4.82048
4.83177
4.83864
4.83974
4.83922
4.83741
4.83309
4.8241
4.80871
4.78908
4.76606
4.74019
4.71197
4.68166
4.64946
4.61541
4.57959
4.54207
4.50295
4.46235
4.4204
4.37724
4.33294
4.28766
4.24141
4.19439
4.14672
4.09883
4.05074
4.00265
3.95448
3.90635
3.85824
3.81022
3.76234
3.71465
3.66722
3.62007
3.57331
3.52688
3.48097
3.43546
3.39058
3.34619
3.30255
3.25954
3.21741
3.17611
3.1359
3.09679
3.05909
3.02292
2.98865
2.95623
2.92624
2.89942
2.87621
2.85813
2.8438
2.84149
6.49299
6.12657
5.79852
5.53263
5.34534
5.24274
5.22889
5.23544
5.25201
5.25079
5.23707
5.19182
5.08521
4.88398
4.67353
4.48302
4.32542
4.20263
4.11321
4.05472
4.0239
4.01593
4.01907
4.03195
4.06302
4.1231
4.18067
4.25084
4.32185
4.38784
4.44685
4.49928
4.54614
4.5884
4.62672
4.66144
4.69261
4.72018
4.74402
4.76409
4.77991
4.7916
4.79921
4.80128
4.80087
4.79934
4.79561
4.78779
4.77392
4.75589
4.73427
4.70949
4.68202
4.65224
4.62045
4.58679
4.55141
4.51436
4.47574
4.43566
4.3942
4.35149
4.30759
4.26266
4.21672
4.17016
4.1232
4.07606
4.02871
3.98128
3.93377
3.88626
3.83879
3.79142
3.74422
3.69721
3.65049
3.60405
3.55803
3.51234
3.46719
3.42247
3.3784
3.33486
3.29211
3.25004
3.20894
3.16876
3.12981
3.09214
3.05609
3.0219
2.98969
2.95974
2.93298
2.91
2.89164
2.87888
2.872
2.8726
6.55984
6.25496
5.99221
5.79273
5.66971
5.6303
5.63442
5.64711
5.65091
5.63972
5.59799
5.49767
5.30479
5.09064
4.88443
4.69783
4.53742
4.40355
4.29539
4.21217
4.15256
4.11474
4.0936
4.09397
4.09972
4.118
4.15812
4.20401
4.2642
4.33021
4.39359
4.45091
4.5014
4.54558
4.58441
4.61878
4.6493
4.67629
4.69982
4.71983
4.7362
4.74829
4.75655
4.75976
4.75947
4.75822
4.75507
4.74837
4.7358
4.71919
4.69898
4.67544
4.64898
4.61995
4.58872
4.55553
4.52058
4.484
4.44588
4.40632
4.36537
4.32315
4.27967
4.23513
4.18979
4.14403
4.09787
4.05148
4.00487
3.95814
3.91134
3.86454
3.8178
3.77117
3.72474
3.6785
3.63257
3.58692
3.54172
3.49686
3.45258
3.40874
3.36559
3.32303
3.28131
3.24038
3.2005
3.16173
3.12434
3.0885
3.05463
3.02277
2.99314
2.96677
2.94429
2.92654
2.9146
2.90896
2.90926
2.91153
6.65627
6.42352
6.23941
6.1185
6.06542
6.06638
6.07225
6.07102
6.05714
6.01043
5.9023
5.70995
5.49765
5.29026
5.09585
4.91801
4.75711
4.61513
4.49211
4.38835
4.30382
4.23865
4.19178
4.16232
4.14934
4.15111
4.15997
4.1827
4.21948
4.267
4.3265
4.38611
4.4411
4.48982
4.53218
4.56877
4.6004
4.62784
4.65156
4.67177
4.68854
4.70136
4.71035
4.71478
4.71463
4.7137
4.71114
4.70557
4.69437
4.67901
4.66011
4.63789
4.6126
4.58454
4.55407
4.52149
4.48707
4.45098
4.41338
4.37435
4.33393
4.29219
4.2492
4.20535
4.16086
4.11594
4.07061
4.02501
3.97918
3.93323
3.88721
3.84119
3.79526
3.74944
3.70384
3.65844
3.61337
3.5686
3.52429
3.48036
3.43702
3.3942
3.35209
3.31068
3.27016
3.2306
3.19222
3.15518
3.11978
3.08635
3.05515
3.02604
3.00024
2.97856
2.96177
2.95112
2.94767
2.94865
2.95235
2.96224
6.80177
6.65636
6.56206
6.51704
6.51737
6.52057
6.51699
6.4967
6.4372
6.30705
6.10785
5.89291
5.6853
5.49046
5.30812
5.13752
4.97734
4.82934
4.69454
4.57417
4.46933
4.38089
4.30909
4.25417
4.21585
4.19212
4.18698
4.19004
4.20151
4.22594
4.26197
4.31277
4.36636
4.41817
4.46537
4.50662
4.54192
4.57192
4.5973
4.61861
4.63617
4.6501
4.6599
4.66561
4.66597
4.66537
4.66338
4.65881
4.64943
4.63529
4.6177
4.59681
4.57281
4.54588
4.51638
4.48459
4.45084
4.41536
4.37832
4.33984
4.29993
4.25871
4.21647
4.17352
4.12995
4.08591
4.04146
3.99672
3.95175
3.90665
3.86151
3.81636
3.77131
3.72639
3.68169
3.63723
3.59309
3.54932
3.50598
3.46312
3.42084
3.37918
3.33828
3.29821
3.25915
3.22124
3.18474
3.14989
3.11708
3.08669
3.05832
3.03331
3.01273
2.99727
2.98784
2.98697
2.98847
2.99368
3.0063
3.03375
7.02911
6.97569
6.96846
6.97422
6.98701
6.98185
6.95549
6.88238
6.72678
6.50928
6.28479
6.07264
5.87606
5.69262
5.51897
5.35254
5.19219
5.03934
4.89538
4.76209
4.64129
4.53428
4.44197
4.36472
4.3027
4.25604
4.22513
4.20716
4.20743
4.21174
4.22388
4.24943
4.28913
4.33604
4.38428
4.42949
4.46985
4.50464
4.53386
4.55795
4.57748
4.59305
4.60413
4.61118
4.61325
4.6128
4.61125
4.60759
4.60007
4.58755
4.57145
4.55198
4.52934
4.50369
4.47535
4.44457
4.41169
4.37696
4.3406
4.30271
4.26336
4.2229
4.18159
4.13962
4.09702
4.05394
4.01045
3.96665
3.92263
3.87847
3.83427
3.79008
3.74599
3.70204
3.65833
3.61487
3.57178
3.52908
3.48685
3.44517
3.40411
3.36379
3.32432
3.28585
3.24857
3.21272
3.17861
3.14656
3.1172
3.08978
3.0658
3.04644
3.03277
3.02515
3.0255
3.02791
3.03498
3.05088
3.07792
3.13106
7.36594
7.38092
7.42332
7.46624
7.46167
7.43234
7.34836
7.16918
6.92538
6.68191
6.45869
6.25633
6.07029
5.89482
5.72573
5.56057
5.39814
5.24108
5.08998
4.94702
4.81412
4.6928
4.58407
4.48873
4.40725
4.33983
4.28659
4.24674
4.22162
4.20988
4.21073
4.21536
4.22886
4.25746
4.29696
4.34011
4.38339
4.42326
4.45789
4.48675
4.51007
4.52832
4.54206
4.55071
4.55516
4.55499
4.55404
4.55149
4.54606
4.53536
4.52093
4.50305
4.48194
4.45777
4.4308
4.40126
4.36948
4.33571
4.30017
4.26297
4.22442
4.18494
4.14466
4.1037
4.06213
4.02008
3.97762
3.93486
3.89187
3.84876
3.80559
3.76244
3.7194
3.67652
3.63389
3.59155
3.54961
3.5081
3.46713
3.42677
3.38714
3.34837
3.31062
3.27408
3.23903
3.20579
3.17473
3.14649
3.12028
3.09753
3.07974
3.06785
3.06311
3.06392
3.06756
3.07696
3.09688
3.13486
3.17305
3.23585
7.77849
7.85823
7.95003
7.95
7.92307
7.83302
7.63508
7.35958
7.09134
6.85104
6.63819
6.446
6.26682
6.09502
5.92685
5.7606
5.59666
5.43442
5.27731
5.12696
4.98496
4.85265
4.73109
4.62117
4.52342
4.43816
4.36597
4.30664
4.26033
4.22674
4.20715
4.19955
4.19997
4.20492
4.21916
4.24918
4.28771
4.32865
4.36744
4.40182
4.43062
4.45348
4.47105
4.48296
4.49022
4.49198
4.49148
4.48983
4.486
4.47815
4.46562
4.44953
4.43017
4.4077
4.38235
4.35432
4.32391
4.29134
4.25679
4.22056
4.18316
4.14479
4.10562
4.06576
4.02532
3.98439
3.94306
3.90143
3.85958
3.81759
3.77555
3.73355
3.69165
3.64995
3.6085
3.56741
3.52673
3.48657
3.44702
3.40819
3.37023
3.33332
3.29766
3.26355
3.23132
3.20141
3.17453
3.14967
3.12845
3.11251
3.10239
3.10083
3.1023
3.1074
3.11997
3.14584
3.18532
3.23561
3.27929
3.34084
8.33844
8.44513
8.46258
8.43323
8.33322
8.11296
7.80887
7.51435
7.25351
7.02601
6.82372
6.6381
6.46171
6.28995
6.11991
5.95097
5.78334
5.61775
5.45624
5.3004
5.15152
5.01091
4.87949
4.75814
4.64736
4.54769
4.45947
4.38282
4.31782
4.26492
4.22449
4.19705
4.18322
4.17302
4.17428
4.18099
4.19727
4.22996
4.26594
4.30288
4.33667
4.36535
4.38829
4.40553
4.41664
4.4227
4.42284
4.4221
4.41984
4.41481
4.40471
4.39068
4.37332
4.35286
4.32944
4.30325
4.27452
4.24343
4.21023
4.1754
4.13933
4.10223
4.06429
4.02565
3.98644
3.94674
3.90665
3.86626
3.82565
3.7849
3.74411
3.70336
3.66273
3.62232
3.58221
3.54249
3.50327
3.46464
3.42674
3.38972
3.35378
3.31913
3.2861
3.25507
3.22647
3.20115
3.17792
3.15837
3.14468
3.13695
3.1373
3.13983
3.14717
3.16349
3.1962
3.23994
3.28973
3.34328
3.38459
3.43702
8.98446
9.00706
8.97293
8.85628
8.60333
8.26971
7.94886
7.66622
7.42176
7.20684
7.01143
6.828
6.65062
6.47619
6.30292
6.1307
5.95995
5.79134
5.62668
5.46683
5.31298
5.16618
5.0273
4.89704
4.77597
4.66445
4.56287
4.47162
4.39115
4.32137
4.26266
4.21555
4.18112
4.15963
4.14155
4.13484
4.13732
4.14615
4.16584
4.19727
4.23041
4.26297
4.29176
4.31513
4.33251
4.34342
4.34854
4.34833
4.34716
4.34412
4.33763
4.32605
4.31093
4.29271
4.27153
4.24752
4.22084
4.19162
4.16021
4.12713
4.09267
4.05707
4.02056
3.98331
3.94546
3.90712
3.86838
3.82934
3.79009
3.7507
3.71129
3.67193
3.63272
3.59376
3.55516
3.51701
3.47945
3.44262
3.40668
3.37184
3.33835
3.30656
3.27688
3.24982
3.22626
3.20494
3.18727
3.17594
3.17175
3.17274
3.1769
3.18752
3.20979
3.24771
3.29455
3.34677
3.39824
3.44637
3.47898
3.51866
9.60991
9.56652
9.42156
9.11572
8.74379
8.39264
8.08726
7.82493
7.59533
7.38852
7.19598
7.01137
6.83087
6.65259
6.47586
6.30063
6.12751
5.95699
5.78968
5.62688
5.4695
5.31818
5.17368
5.03648
4.9072
4.78617
4.67378
4.57055
4.47674
4.39237
4.31786
4.25365
4.20043
4.1587
4.13004
4.1054
4.08767
4.08791
4.09132
4.10133
4.12252
4.15185
4.18255
4.21085
4.23456
4.25228
4.26383
4.26813
4.26783
4.26641
4.26283
4.25534
4.2429
4.22706
4.20827
4.18668
4.16234
4.13542
4.10632
4.07536
4.04284
4.00904
3.97421
3.93856
3.90224
3.86542
3.82817
3.79062
3.75286
3.71498
3.67709
3.63928
3.60167
3.56435
3.52747
3.49114
3.45554
3.42085
3.38727
3.35514
3.32476
3.29665
3.27134
3.24985
3.23045
3.21554
3.20596
3.20597
3.20783
3.21406
3.22867
3.25837
3.3005
3.35071
3.40399
3.45585
3.50022
3.53711
3.55829
3.5855
10.2226
10.031
9.64437
9.22639
8.84086
8.5107
8.231
7.98852
7.77083
7.56808
7.37452
7.18643
7.0019
6.81979
6.64006
6.46256
6.28774
6.11578
5.94696
5.7822
5.62217
5.46727
5.31829
5.17551
5.03964
4.91084
4.78968
4.67621
4.57094
4.4742
4.38637
4.30765
4.2384
4.17926
4.13086
4.09523
4.06324
4.03996
4.02929
4.03022
4.03481
4.04631
4.06966
4.09637
4.12354
4.14724
4.1655
4.17742
4.18218
4.1819
4.18046
4.17676
4.16899
4.15615
4.13983
4.1207
4.09894
4.07468
4.04823
4.01978
3.9896
3.95794
3.92511
3.89132
3.85676
3.82163
3.78604
3.75014
3.71401
3.6778
3.64161
3.60553
3.56973
3.53429
3.49942
3.46523
3.43198
3.39988
3.36927
3.34055
3.31421
3.29092
3.27181
3.25463
3.24222
3.2368
3.23764
3.24145
3.25131
3.27219
3.30902
3.35532
3.40791
3.46211
3.51307
3.55636
3.58897
3.61248
3.6229
3.63958
10.7362
10.2192
9.72117
9.28951
8.93172
8.6353
8.38157
8.15447
7.94308
7.74116
7.545
7.35303
7.16476
6.97968
6.79783
6.61886
6.44296
6.27004
6.10009
5.93385
5.77167
5.6139
5.46112
5.31368
5.1721
5.03668
4.90783
4.78582
4.67096
4.56357
4.46394
4.37242
4.28961
4.21604
4.15187
4.09787
4.05504
4.01723
3.98676
3.96778
3.96277
3.96425
3.96993
3.98296
4.00638
4.03065
4.05386
4.0727
4.08557
4.09155
4.09142
4.09027
4.08695
4.0797
4.06655
4.04999
4.03083
4.00932
3.98573
3.9601
3.93262
3.9035
3.87301
3.84139
3.80887
3.77566
3.74192
3.70786
3.67357
3.63923
3.60493
3.57084
3.5371
3.50386
3.47135
3.43973
3.40937
3.38052
3.35368
3.32941
3.30848
3.29175
3.2777
3.26732
3.26672
3.26856
3.27485
3.28946
3.31911
3.36076
3.41119
3.46607
3.52065
3.57047
3.61159
3.64202
3.66157
3.67293
3.6764
3.68377
10.9588
10.2653
9.73929
9.34283
9.03102
8.7703
8.53788
8.32035
8.11093
7.90682
7.70722
7.51202
7.32123
7.13444
6.95139
6.77161
6.59498
6.42118
6.25052
6.08242
5.91835
5.75811
5.60208
5.45054
5.30404
5.16286
5.02748
4.8981
4.77515
4.65881
4.54946
4.44734
4.35282
4.26619
4.18793
4.11862
4.05877
4.01002
3.96675
3.92974
3.90461
3.89035
3.8891
3.89102
3.89756
3.91204
3.93415
3.95614
3.97538
3.98941
3.99742
3.99815
3.99729
3.99448
3.98804
3.97518
3.9589
3.94019
3.91939
3.89665
3.87209
3.84581
3.81801
3.78888
3.75868
3.72764
3.69601
3.66399
3.63176
3.59951
3.56736
3.53555
3.50419
3.47356
3.44387
3.41544
3.38864
3.36397
3.34198
3.32387
3.30966
3.29879
3.29281
3.29368
3.29776
3.30826
3.33039
3.36788
3.4147
3.46829
3.52473
3.57922
3.62744
3.66634
3.69395
3.71113
3.71931
3.72191
3.72168
3.72256
10.9279
10.2349
9.74369
9.40249
9.13896
8.90852
8.6908
8.47853
8.26998
8.06484
7.86374
7.66716
7.47517
7.2874
7.10342
6.92272
6.74499
6.56995
6.39767
6.22734
6.06147
5.89874
5.73955
5.58425
5.43328
5.28696
5.14573
5.00989
4.87977
4.75567
4.63785
4.52661
4.42217
4.32492
4.23517
4.15335
4.07991
4.01526
3.96071
3.91209
3.86971
3.83768
3.81898
3.80902
3.8094
3.81228
3.82016
3.83645
3.8565
3.87602
3.89121
3.90057
3.90319
3.90262
3.90038
3.89487
3.88364
3.86825
3.85018
3.83021
3.80855
3.78525
3.76037
3.73402
3.70645
3.6779
3.64866
3.61897
3.58906
3.55917
3.52949
3.50026
3.47174
3.44419
3.41799
3.3935
3.37129
3.35201
3.33675
3.32593
3.3174
3.31733
3.31941
3.32646
3.34238
3.37448
3.41707
3.46864
3.52562
3.58327
3.63717
3.68341
3.71971
3.74459
3.75915
3.76528
3.765
3.76359
3.75982
3.75972
10.7829
10.1605
9.75644
9.48116
9.25689
9.04578
8.83597
8.62611
8.41776
8.21293
8.0125
7.81643
7.62459
7.43658
7.25198
7.07037
6.89143
6.71497
6.54088
6.3698
6.2002
6.03439
5.87205
5.71323
5.55817
5.40727
5.26087
5.11935
4.98301
4.85221
4.72714
4.60816
4.49537
4.38914
4.28964
4.19724
4.11227
4.03519
3.96646
3.9071
3.85397
3.80658
3.7696
3.74396
3.72875
3.7237
3.72485
3.72933
3.73962
3.75798
3.77609
3.79175
3.80263
3.80757
3.80734
3.80584
3.80176
3.79303
3.77877
3.76176
3.74283
3.72231
3.70026
3.67681
3.65211
3.62638
3.59988
3.57289
3.54567
3.51852
3.49172
3.46558
3.44042
3.41666
3.39472
3.37519
3.35875
3.34679
3.3391
3.33552
3.33677
3.34187
3.35427
3.37981
3.41855
3.46731
3.52329
3.58248
3.64061
3.69335
3.73741
3.77094
3.79345
3.80583
3.80923
3.80869
3.80658
3.80161
3.79134
3.78979
10.5926
10.0887
9.78684
9.56919
9.3702
9.16935
8.96452
8.75842
8.55369
8.35199
8.15387
7.95928
7.76801
7.57986
7.39451
7.21175
7.03128
6.85304
6.67685
6.50281
6.33089
6.1624
5.99705
5.8349
5.67623
5.5212
5.37034
5.22382
5.08216
4.94554
4.81431
4.68869
4.56886
4.45509
4.34749
4.24638
4.15198
4.06463
3.98476
3.91271
3.84953
3.7923
3.74098
3.69987
3.6693
3.64963
3.63775
3.63785
3.6398
3.6457
3.65828
3.67594
3.69292
3.70549
3.71291
3.71368
3.71291
3.71023
3.70406
3.69164
3.67616
3.65836
3.63898
3.61831
3.59656
3.57385
3.55039
3.52644
3.50231
3.47835
3.45495
3.43251
3.41153
3.39249
3.37612
3.3629
3.35479
3.35039
3.35098
3.3544
3.36363
3.38336
3.41837
3.46317
3.51692
3.57629
3.63723
3.69525
3.74644
3.78811
3.81899
3.83922
3.84993
3.85144
3.8507
3.8482
3.84249
3.83241
3.81792
3.81523
10.4889
10.0562
9.82448
9.64421
9.46179
9.26956
9.07178
8.87256
8.67407
8.47726
8.28252
8.09005
7.89986
7.71193
7.5262
7.3425
7.1608
6.98094
6.80297
6.62688
6.45264
6.28082
6.11229
5.94694
5.78492
5.62629
5.4715
5.32077
5.17455
5.0331
4.89669
4.76559
4.6399
4.51992
4.40565
4.29743
4.19532
4.09965
4.01066
3.92876
3.85426
3.78812
3.7276
3.6732
3.62874
3.59427
3.56966
3.55463
3.54957
3.55054
3.55431
3.56304
3.57956
3.59593
3.60971
3.61864
3.62259
3.6223
3.62074
3.61645
3.60739
3.59333
3.57682
3.55896
3.54016
3.52062
3.50053
3.48009
3.45962
3.43951
3.42028
3.40239
3.38664
3.37335
3.36391
3.35888
3.35914
3.36142
3.36845
3.38385
3.41452
3.45477
3.50563
3.56395
3.6262
3.68816
3.74566
3.79518
3.83455
3.86319
3.88137
3.89048
3.89101
3.89015
3.88747
3.88155
3.87023
3.85805
3.84203
3.83831
10.4431
10.0354
9.84634
9.69576
9.52967
9.34796
9.15915
8.96813
8.77659
8.58519
8.39435
8.20449
8.01594
7.82884
7.64333
7.45933
7.27693
7.09604
6.91674
6.73906
6.56286
6.38867
6.2174
6.04927
5.88427
5.72257
5.56445
5.4102
5.26015
5.11465
4.97385
4.83813
4.70749
4.58229
4.46248
4.34837
4.23995
4.13752
4.04116
3.95125
3.86798
3.79183
3.72346
3.66035
3.60361
3.55667
3.51894
3.49106
3.47242
3.46345
3.46377
3.46606
3.47232
3.4853
3.50167
3.51677
3.5283
3.53501
3.53582
3.53505
3.53236
3.52621
3.51397
3.49968
3.48389
3.46744
3.4508
3.43415
3.41786
3.4023
3.3882
3.37581
3.36681
3.36044
3.36066
3.36253
3.36834
3.38107
3.40639
3.44233
3.48946
3.54541
3.60751
3.67197
3.7345
3.79097
3.83857
3.87573
3.90226
3.91916
3.92694
3.92707
3.92621
3.92353
3.91767
3.90703
3.89368
3.8804
3.86374
3.85931
10.4233
10.0172
9.85621
9.73028
9.58008
9.40936
9.22955
9.04623
8.86109
8.67474
8.48782
8.30087
8.11439
7.92868
7.74392
7.56022
7.37764
7.19626
7.01611
6.83732
6.65976
6.48376
6.31014
6.13945
5.97181
5.80736
5.64645
5.4892
5.33609
5.18723
5.043
4.90354
4.76905
4.63966
4.51551
4.39666
4.28329
4.1754
4.07326
3.97691
3.88669
3.80285
3.72565
3.65597
3.5909
3.53311
3.48408
3.44399
3.41327
3.39237
3.38041
3.37937
3.38081
3.38551
3.3959
3.41267
3.4291
3.44289
3.45083
3.4541
3.45385
3.45245
3.44862
3.44053
3.42883
3.41606
3.40289
3.39016
3.37855
3.36825
3.36063
3.3548
3.35497
3.35663
3.36177
3.37281
3.39315
3.42455
3.468
3.521
3.5817
3.64709
3.71313
3.7756
3.83083
3.87643
3.91147
3.93637
3.95201
3.95921
3.95932
3.95854
3.95613
3.95081
3.94053
3.92827
3.91401
3.90006
3.88282
3.87822
10.4187
10.0103
9.86588
9.75595
9.61774
9.45643
9.28452
9.10786
8.92824
8.74646
8.56331
8.37945
8.19539
8.01154
7.82809
7.64523
7.46307
7.28172
7.1013
6.92189
6.74363
6.56639
6.391
6.21818
6.04842
5.88179
5.7187
5.55921
5.40373
5.25234
5.10534
4.96293
4.82521
4.69243
4.56463
4.44192
4.32442
4.21215
4.10526
4.00381
3.90799
3.81801
3.73406
3.65657
3.58588
3.51992
3.46162
3.41131
3.36953
3.33678
3.31361
3.30056
3.29765
3.29879
3.30272
3.31169
3.32819
3.34532
3.36006
3.3705
3.37612
3.37851
3.3782
3.37678
3.37321
3.3659
3.35737
3.34956
3.34328
3.33914
3.33938
3.34107
3.3462
3.35758
3.37448
3.40104
3.44019
3.48908
3.54724
3.61212
3.68034
3.74759
3.80989
3.86392
3.90783
3.94134
3.96496
3.98039
3.98724
3.98786
3.98716
3.98505
3.9802
3.9715
3.95959
3.94673
3.93179
3.91738
3.89949
3.89533
10.451
10.031
9.89124
9.78672
9.6537
9.498
9.33128
9.15896
8.98308
8.80462
8.6245
8.44327
8.26146
8.0794
7.89739
7.71557
7.53413
7.35314
7.17281
6.99323
6.8146
6.63686
6.46047
6.28625
6.11477
5.94649
5.78157
5.62033
5.46283
5.3094
5.1601
5.01529
4.87498
4.73949
4.60878
4.48303
4.36227
4.24654
4.1359
4.03044
3.93015
3.83534
3.74602
3.66251
3.58528
3.51379
3.44759
3.38894
3.33788
3.29525
3.26161
3.23741
3.22293
3.21863
3.21954
3.22305
3.23107
3.24741
3.26541
3.28202
3.29528
3.30362
3.30942
3.31303
3.31473
3.31453
3.31388
3.31327
3.31378
3.31576
3.32088
3.33172
3.34968
3.37194
3.40496
3.44913
3.50357
3.56623
3.63474
3.70523
3.77363
3.83582
3.88905
3.93187
3.96438
3.98749
4.00287
4.01052
4.01233
4.01178
4.01006
4.00622
3.99847
3.98815
3.97579
3.96217
3.9469
3.93211
3.91408
3.91002
10.4847
10.0679
9.91893
9.81111
9.68161
9.53143
9.36952
9.20095
9.02822
8.85261
8.67506
8.49614
8.31631
8.1359
7.95517
7.77432
7.59352
7.41293
7.23275
7.05315
6.87433
6.69639
6.51951
6.3444
6.17174
6.00215
5.83587
5.67313
5.51411
5.35898
5.20792
5.06115
4.91886
4.78116
4.64817
4.51997
4.3966
4.27808
4.16444
4.05573
3.95194
3.85324
3.75966
3.67142
3.58865
3.51194
3.44028
3.37482
3.31621
3.26492
3.2218
3.18743
3.16263
3.14761
3.14284
3.14366
3.14701
3.15516
3.17169
3.19176
3.21114
3.22721
3.24036
3.25004
3.25819
3.26514
3.27171
3.27854
3.28739
3.29842
3.31461
3.33652
3.3648
3.40305
3.45217
3.51087
3.57755
3.64908
3.72168
3.79095
3.85329
3.90613
3.94852
3.98063
4.00396
4.01967
4.02934
4.03228
4.03199
4.03088
4.02822
4.02268
4.01362
4.00248
3.98969
3.97552
3.96001
3.94482
3.9274
3.92247
10.531
10.1161
9.94774
9.83144
9.70417
9.55896
9.40116
9.23563
9.06549
8.89232
8.71705
8.54016
8.36203
8.18301
8.00336
7.82336
7.64315
7.46298
7.283
7.10346
6.92455
6.74651
6.56946
6.394
6.22073
6.05023
5.88291
5.71897
5.55869
5.40218
5.24975
5.10144
4.9575
4.81802
4.68318
4.55298
4.42751
4.30673
4.19067
4.07935
3.9727
3.87085
3.77379
3.68169
3.59474
3.51307
3.43709
3.36599
3.30121
3.24299
3.19214
3.14921
3.11478
3.08972
3.07466
3.07037
3.07138
3.07512
3.08413
3.10228
3.12519
3.14791
3.16867
3.1866
3.20257
3.21748
3.23237
3.24832
3.26684
3.28957
3.31794
3.35125
3.39497
3.44857
3.51153
3.58166
3.65597
3.73027
3.80044
3.86299
3.91582
3.95819
3.99079
4.0142
4.03174
4.04255
4.04813
4.04842
4.04792
4.04635
4.04283
4.03576
4.02611
4.01454
4.0014
3.98688
3.9712
3.95564
3.93854
3.93335
10.5954
10.173
9.9783
9.85201
9.72653
9.58546
9.43061
9.26714
9.09879
8.92738
8.75376
8.57834
8.40145
8.22341
8.04452
7.86506
7.68529
7.50538
7.32557
7.14608
6.96715
6.78902
6.61194
6.43625
6.26261
6.09148
5.92336
5.7585
5.59714
5.43951
5.28582
5.13625
4.99096
4.85009
4.71375
4.58198
4.45479
4.33221
4.21419
4.10071
3.99177
3.88735
3.78756
3.69239
3.60205
3.51655
3.43639
3.36112
3.2914
3.22764
3.17023
3.11986
3.07738
3.04358
3.01924
3.00483
3.00241
3.00378
3.00834
3.01902
3.04034
3.06698
3.09469
3.12158
3.1472
3.17204
3.19702
3.22373
3.25381
3.29014
3.33019
3.37954
3.43812
3.50513
3.57873
3.6555
3.73143
3.8025
3.86551
3.9187
3.96165
3.99488
4.01987
4.03793
4.05101
4.05902
4.06184
4.06165
4.06081
4.05871
4.05427
4.04638
4.03638
4.02456
4.01117
3.99636
3.98058
3.96473
3.948
3.94239
10.6459
10.2087
9.98957
9.85773
9.73653
9.60098
9.44998
9.2896
9.12393
8.95487
8.78332
8.60964
8.43412
8.25709
8.07895
7.90002
7.72061
7.54092
7.36123
7.18174
7.00276
6.82451
6.64734
6.4716
6.29776
6.12624
5.95751
5.79191
5.6297
5.47121
5.31652
5.16594
5.01957
4.87758
4.74002
4.60697
4.47839
4.35434
4.2347
4.11952
4.00869
3.90227
3.80021
3.70263
3.60953
3.5211
3.43746
3.35886
3.28509
3.21682
3.15426
3.09822
3.04914
3.00784
2.97515
2.95197
2.93936
2.93955
2.94158
2.94764
2.96122
2.98807
3.02081
3.05596
3.09181
3.12789
3.16526
3.20479
3.24913
3.29786
3.35448
3.4192
3.49126
3.56856
3.64791
3.72551
3.79749
3.86119
3.91501
3.95885
3.99346
4.01982
4.03985
4.05426
4.06441
4.07084
4.07218
4.07189
4.07083
4.06834
4.06321
4.05499
4.04472
4.03269
4.01911
4.00418
3.98822
3.97235
3.95588
3.94946
10.7608
10.2698
10.0143
9.87245
9.75238
9.61978
9.47054
9.31216
9.14782
8.98003
8.80969
8.63711
8.46246
8.28606
8.1084
7.92984
7.75067
7.57116
7.39152
7.21203
7.03298
6.85469
6.6774
6.50148
6.32736
6.15549
5.98622
5.81999
5.65703
5.49774
5.34224
5.19082
5.0436
4.90072
4.7622
4.62815
4.49844
4.37322
4.25233
4.1357
4.02339
3.91528
3.81148
3.71192
3.61671
3.52594
3.43966
3.3582
3.28139
3.20964
3.14323
3.08258
3.02826
2.98084
2.94126
2.91044
2.88919
2.88132
2.8823
2.88611
2.89557
2.91557
2.94963
2.99102
3.03688
3.0855
3.13684
3.19169
3.2517
3.31634
3.38886
3.46729
3.54962
3.63258
3.71242
3.78592
3.85056
3.90539
3.95038
3.98648
4.01489
4.03669
4.05343
4.06565
4.07419
4.07963
4.08017
4.07982
4.07866
4.07598
4.07051
4.06202
4.05152
4.03931
4.02558
4.01055
3.99453
3.97855
3.96253
3.9551
10.7756
10.3046
10.033
9.87979
9.75768
9.62766
9.48033
9.32573
9.16344
8.99731
8.82867
8.65743
8.48374
8.3081
8.13095
7.95275
7.77378
7.5944
7.41481
7.23536
7.05624
6.87787
6.70053
6.52464
6.3504
6.17831
6.00869
5.842
5.67853
5.51864
5.36258
5.21053
5.06269
4.91911
4.77988
4.64505
4.51448
4.38833
4.26638
4.14869
4.03523
3.92585
3.8207
3.71963
3.62284
3.53025
3.44205
3.35828
3.27918
3.20471
3.13536
3.07119
3.01294
2.96087
2.91597
2.87887
2.85114
2.83322
2.83264
2.83458
2.84091
2.85567
2.88565
2.93068
2.98475
3.04554
3.11212
3.18391
3.2606
3.34302
3.42996
3.51897
3.60709
3.69066
3.76669
3.83324
3.8896
3.93619
3.97403
4.00444
4.02864
4.04759
4.06226
4.07321
4.08105
4.08582
4.08584
4.08548
4.0843
4.08157
4.07596
4.06729
4.05662
4.04431
4.03047
4.01538
3.99934
3.98324
3.96784
3.95935
10.8125
10.3358
10.0474
9.88669
9.76399
9.63667
9.49145
9.33944
9.17827
9.01306
8.84543
8.67492
8.5018
8.32654
8.14962
7.9715
7.79257
7.61313
7.43349
7.25394
7.07474
6.89631
6.7189
6.54286
6.36843
6.19606
6.02609
5.85895
5.69506
5.53465
5.37814
5.22556
5.07724
4.93314
4.79335
4.65795
4.52674
4.39991
4.27714
4.1587
4.04428
3.93403
3.82787
3.72576
3.62777
3.53389
3.44428
3.35892
3.27805
3.20166
3.13016
3.06356
3.00247
2.94711
2.89829
2.85659
2.82367
2.79949
2.79191
2.79325
2.79826
2.81033
2.83557
2.88074
2.93981
3.0107
3.09161
3.1804
3.27487
3.37295
3.47173
3.56757
3.65719
3.73778
3.80787
3.86713
3.91627
3.95654
3.98936
4.01601
4.03755
4.05476
4.06825
4.07847
4.08597
4.09031
4.09027
4.08984
4.08857
4.08572
4.07992
4.07124
4.06049
4.0481
4.0342
4.01909
4.00309
3.98677
3.97178
3.96274
10.9088
10.3688
10.0528
9.88726
9.76395
9.63837
9.49291
9.34431
9.18389
9.01948
8.85303
8.68362
8.51139
8.33681
8.16041
7.98265
7.80398
7.62472
7.44522
7.26573
7.08662
6.90818
6.73074
6.55462
6.38012
6.20758
6.03745
5.87003
5.70588
5.54512
5.38832
5.23539
5.08676
4.94231
4.80218
4.66637
4.53477
4.40747
4.28427
4.16528
4.0503
3.93945
3.8326
3.7298
3.63106
3.53636
3.44583
3.35946
3.27746
3.19983
3.12689
3.05869
2.99571
2.93821
2.88681
2.84216
2.80556
2.77763
2.76364
2.76451
2.76857
2.77893
2.80099
2.84464
2.90631
2.98437
3.07663
3.17949
3.28869
3.39908
3.50591
3.60488
3.69325
3.7696
3.83404
3.88756
3.93168
3.96792
3.99774
4.02225
4.04234
4.0585
4.07163
4.08145
4.08849
4.09274
4.09272
4.09233
4.0911
4.08827
4.08246
4.07365
4.06283
4.05043
4.03648
4.0213
4.00552
3.98909
3.97412
3.96502
10.9285
10.3746
10.0513
9.88589
9.76436
9.64051
9.4952
9.3487
9.18898
9.02514
8.85925
8.69023
8.5182
8.34368
8.16722
7.98936
7.81054
7.63116
7.45153
7.27195
7.09277
6.91427
6.73679
6.56059
6.38603
6.21339
6.04318
5.87561
5.71133
5.5504
5.39342
5.24031
5.09149
4.94683
4.80651
4.67046
4.53865
4.41109
4.28764
4.16835
4.0531
3.94192
3.83476
3.73159
3.63248
3.53736
3.44637
3.3595
3.27694
3.1987
3.12506
3.05612
2.99224
2.93374
2.88111
2.83506
2.79661
2.76691
2.74925
2.74984
2.75332
2.76293
2.78349
2.82516
2.88858
2.97076
3.06979
3.18091
3.29865
3.41585
3.52657
3.62632
3.71298
3.78629
3.84731
3.89768
3.93922
3.97351
4.00191
4.02542
4.04477
4.06054
4.07341
4.08309
4.08989
4.09408
4.09413
4.09374
4.0925
4.08962
4.08374
4.07489
4.06405
4.05164
4.03766
4.02247
4.00679
3.99035
3.97536
3.96634
3.85234
3.32776
4.27277
4.26934
4.03913
3.93626
3.88223
3.79465
3.69708
3.61197
3.5437
3.48269
3.44633
3.43198
3.42945
3.45072
3.49821
3.56581
3.64668
3.73247
3.82018
3.90771
3.99433
4.07983
4.16427
4.24731
4.32853
4.40749
4.48432
4.55827
4.6278
4.69166
4.74975
4.8019
4.84827
4.88894
4.92438
4.95706
4.98409
5.00328
5.01655
5.02446
5.02772
5.02676
5.02271
5.01318
4.99832
4.98007
4.95934
4.93546
4.90909
4.87987
4.84849
4.81479
4.77926
4.74184
4.70292
4.66241
4.6207
4.57766
4.53364
4.48854
4.44264
4.39585
4.34838
4.30022
4.25148
4.2022
4.15247
4.10234
4.0519
4.0012
3.95035
3.8994
3.84846
3.79757
3.74683
3.6963
3.64604
3.59611
3.54657
3.49748
3.44889
3.40087
3.35347
3.30674
3.26076
3.21554
3.17117
3.12773
3.08527
3.04389
3.00369
2.965
2.92801
2.8931
2.86085
2.83218
2.80824
2.79216
4.72066
4.23023
4.3583
4.22746
4.01652
3.97167
3.92915
3.80939
3.68907
3.59025
3.52344
3.47992
3.44542
3.42912
3.42594
3.44586
3.49204
3.55994
3.64251
3.72882
3.8167
3.90417
3.99053
4.07566
4.15946
4.24165
4.32209
4.39951
4.47528
4.54946
4.61914
4.68276
4.74092
4.79332
4.84023
4.88129
4.9174
4.94955
4.97637
4.99619
5.0099
5.01815
5.02151
5.02092
5.01777
5.00953
4.99376
4.97527
4.95452
4.93121
4.90504
4.87623
4.84494
4.81152
4.77609
4.7389
4.70004
4.65972
4.61803
4.57515
4.53114
4.48616
4.44025
4.39354
4.34607
4.29796
4.24923
4.19998
4.15026
4.10015
4.04972
3.99905
3.94823
3.89732
3.84641
3.79558
3.7449
3.69444
3.64426
3.59441
3.54496
3.49594
3.44744
3.39947
3.35216
3.3055
3.25958
3.21437
3.17005
3.12668
3.08433
3.04305
3.00302
2.96431
2.92726
2.89228
2.85992
2.83107
2.80679
2.79039
5.5273
4.7864
4.52183
4.26821
4.05367
3.96183
3.87844
3.78281
3.6802
3.59098
3.52757
3.48368
3.44516
3.41679
3.40893
3.43458
3.48261
3.54749
3.63344
3.71807
3.80654
3.89433
3.98105
4.06675
4.1512
4.23403
4.31512
4.39359
4.4698
4.54319
4.6123
4.67597
4.73403
4.78652
4.83332
4.87463
4.9108
4.94237
4.96872
4.98882
5.00274
5.01111
5.01433
5.01383
5.01126
5.00427
4.98961
4.96994
4.94867
4.92541
4.8996
4.87104
4.83999
4.80672
4.77146
4.73439
4.69566
4.65544
4.61384
4.57103
4.52707
4.48212
4.43624
4.38955
4.34209
4.29398
4.24524
4.19599
4.14626
4.09615
4.04572
3.99508
3.94427
3.89342
3.84256
3.79182
3.74123
3.69089
3.64082
3.59109
3.54179
3.49294
3.44463
3.39677
3.34967
3.30324
3.25757
3.21267
3.16857
3.12525
3.08294
3.04172
3.00173
2.9631
2.92611
2.89112
2.85868
2.82964
2.80493
2.7882
5.89997
5.1091
4.65933
4.35806
4.12951
3.98909
3.89226
3.79348
3.69069
3.59908
3.53152
3.48018
3.44527
3.4265
3.42609
3.44011
3.48128
3.54944
3.62966
3.71432
3.80166
3.88925
3.97598
4.06166
4.14601
4.22855
4.30906
4.38661
4.46159
4.53342
4.60141
4.66424
4.72165
4.77353
4.82004
4.86116
4.89716
4.92824
4.95419
4.97436
4.98861
4.99722
5.00052
5.00013
4.99811
4.99245
4.98004
4.95994
4.93806
4.91468
4.88917
4.8611
4.83058
4.79775
4.76285
4.72607
4.68759
4.64758
4.60618
4.56351
4.51971
4.47486
4.4291
4.38247
4.3351
4.28703
4.23835
4.18913
4.13945
4.08938
4.03901
3.98842
3.93771
3.88697
3.83629
3.78574
3.73537
3.68525
3.63547
3.58596
3.53695
3.48837
3.4404
3.39302
3.34619
3.29991
3.2544
3.20963
3.16573
3.12266
3.08059
3.03957
2.99979
2.96136
2.92455
2.88968
2.85727
2.82816
2.80311
2.78607
6.09196
5.3433
4.83027
4.48945
4.24027
4.06153
3.94139
3.8387
3.74069
3.65729
3.5948
3.54704
3.51166
3.4874
3.47773
3.48261
3.50405
3.55361
3.62871
3.71095
3.79614
3.8834
3.971
4.05743
4.14163
4.22331
4.3024
4.37894
4.45248
4.52277
4.58914
4.65088
4.70756
4.75895
4.805
4.84565
4.88114
4.91157
4.93696
4.95697
4.97139
4.98023
4.98363
4.98327
4.98157
4.97689
4.96658
4.94748
4.9254
4.90165
4.87614
4.84847
4.81848
4.78617
4.75171
4.71531
4.67715
4.63742
4.59626
4.55381
4.51019
4.46551
4.41987
4.37337
4.32609
4.27811
4.2295
4.18036
4.13073
4.08075
4.03045
3.97999
3.92941
3.87885
3.82838
3.77813
3.72796
3.67815
3.62865
3.57961
3.53101
3.48285
3.43522
3.38812
3.34162
3.29571
3.25051
3.20606
3.16245
3.11972
3.07795
3.03725
2.99776
2.95965
2.92314
2.8886
2.85643
2.82754
2.80241
2.78528
6.20654
5.53127
5.0119
4.63924
4.37174
4.17813
4.04244
3.93879
3.85384
3.78668
3.73345
3.68869
3.6495
3.61501
3.58862
3.57649
3.57897
3.59357
3.6313
3.70637
3.78759
3.87863
3.96967
4.05763
4.14167
4.22185
4.29837
4.37164
4.44177
4.50881
4.57235
4.63194
4.68708
4.73747
4.78281
4.82299
4.85814
4.88826
4.91341
4.93352
4.94832
4.95768
4.9616
4.96134
4.95998
4.95621
4.9478
4.9309
4.90929
4.88537
4.85976
4.83233
4.80282
4.77108
4.73718
4.70126
4.66351
4.62413
4.58327
4.54108
4.49768
4.45321
4.40775
4.36141
4.31426
4.26641
4.21789
4.16886
4.1193
4.06944
4.01925
3.96894
3.91858
3.86817
3.81806
3.76817
3.71862
3.66937
3.62043
3.57187
3.52369
3.47594
3.42867
3.38193
3.33581
3.29029
3.24549
3.20143
3.1582
3.11587
3.07453
3.03428
2.99527
2.95768
2.92174
2.88781
2.85623
2.82794
2.80318
2.78665
6.28706
5.68346
5.18312
4.80033
4.51631
4.31716
4.17729
4.08514
4.02323
3.97836
3.94109
3.90343
3.86301
3.8153
3.76275
3.71368
3.67665
3.66948
3.67813
3.70715
3.77061
3.85928
3.95646
4.04995
4.1371
4.21756
4.29218
4.36225
4.42894
4.49267
4.55344
4.61086
4.66442
4.71362
4.7581
4.79768
4.83244
4.86222
4.88709
4.90714
4.9222
4.9321
4.93664
4.93645
4.93534
4.93221
4.92517
4.91083
4.89031
4.86668
4.8411
4.81377
4.78456
4.75329
4.71991
4.6845
4.64722
4.60824
4.56773
4.52584
4.48272
4.4385
4.39325
4.34712
4.30014
4.25244
4.20406
4.15516
4.10575
4.05605
4.00604
3.95599
3.90599
3.85641
3.8068
3.75747
3.70839
3.6596
3.61111
3.56295
3.5152
3.46785
3.42104
3.37472
3.32906
3.284
3.2397
3.19611
3.15342
3.11161
3.07086
3.03123
2.99293
2.9561
2.92104
2.88805
2.8574
2.83024
2.80648
2.79166
6.3454
5.8074
5.33967
4.96399
4.67964
4.4802
4.35108
4.27925
4.24602
4.22688
4.20842
4.18134
4.13958
4.07171
3.98155
3.88651
3.80606
3.75658
3.74952
3.75764
3.78468
3.84509
3.93484
4.03154
4.12414
4.20821
4.28367
4.35214
4.41574
4.47589
4.53325
4.58774
4.63901
4.68654
4.72983
4.76838
4.80253
4.832
4.8565
4.87657
4.89181
4.90217
4.90749
4.90741
4.90656
4.90399
4.8981
4.88596
4.86703
4.84435
4.81919
4.79206
4.76307
4.73213
4.69922
4.66431
4.62754
4.58901
4.54893
4.50741
4.46462
4.42069
4.37572
4.32982
4.28306
4.23556
4.18737
4.13864
4.08944
4.03999
3.99046
3.94107
3.89172
3.84258
3.79357
3.74475
3.69616
3.64781
3.59981
3.55213
3.50492
3.4581
3.41187
3.3661
3.32103
3.27654
3.23286
3.18989
3.14787
3.10675
3.06678
3.028
2.99067
2.95495
2.92117
2.88948
2.86041
2.83527
2.81338
2.80165
6.39311
5.91586
5.48736
5.13347
4.86422
4.67807
4.57466
4.53488
4.52966
4.5284
4.5225
4.50392
4.45925
4.36521
4.21975
4.07559
3.95641
3.87369
3.83311
3.83365
3.84219
3.8679
3.92442
4.00819
4.09631
4.1834
4.2628
4.33348
4.39719
4.45579
4.51061
4.56228
4.61097
4.65639
4.69814
4.73575
4.76912
4.79799
4.82232
4.84239
4.85782
4.86863
4.87478
4.87508
4.87445
4.87234
4.86735
4.85699
4.83985
4.8186
4.79433
4.76767
4.73896
4.70831
4.67577
4.64132
4.60505
4.56703
4.52741
4.48633
4.44393
4.40035
4.35569
4.31008
4.26356
4.21628
4.16829
4.11977
4.07095
4.02214
3.97329
3.92459
3.87587
3.82727
3.77879
3.7305
3.68245
3.63466
3.58723
3.54015
3.49355
3.44735
3.40174
3.35662
3.31221
3.26839
3.22541
3.18319
3.14197
3.10174
3.06276
3.02511
2.98908
2.9549
2.92264
2.89296
2.86634
2.84421
2.82528
2.81793
6.43945
6.01808
5.63663
5.31985
5.08139
4.92783
4.86341
4.86254
4.86729
4.87679
4.87137
4.84789
4.78517
4.65015
4.45533
4.27477
4.1289
4.02267
3.95527
3.92549
3.92596
3.9326
3.95323
3.99935
4.07114
4.14712
4.22598
4.30025
4.36802
4.42897
4.48402
4.53437
4.58098
4.62419
4.664
4.70017
4.73249
4.76077
4.78493
4.80495
4.82049
4.83177
4.83864
4.83974
4.83922
4.83741
4.83309
4.8241
4.80871
4.78909
4.76606
4.7402
4.71197
4.68166
4.64946
4.61541
4.5796
4.54207
4.50295
4.46235
4.4204
4.37724
4.33294
4.28766
4.24141
4.19439
4.14672
4.09884
4.05075
4.00265
3.95448
3.90636
3.85824
3.81023
3.76234
3.71465
3.66723
3.62007
3.57331
3.52688
3.48097
3.43546
3.39058
3.34619
3.30255
3.25954
3.21741
3.17611
3.1359
3.09679
3.05909
3.02292
2.98865
2.95623
2.92624
2.89942
2.87621
2.85813
2.8438
2.84149
6.49298
6.12656
5.7985
5.53261
5.34532
5.24272
5.22887
5.23542
5.25199
5.25078
5.23706
5.19182
5.08521
4.88399
4.67354
4.48302
4.32542
4.20262
4.1132
4.05471
4.02389
4.01592
4.01906
4.03194
4.063
4.12309
4.18065
4.25083
4.32185
4.38784
4.44685
4.49928
4.54614
4.5884
4.62672
4.66144
4.69261
4.72018
4.74402
4.76409
4.77991
4.7916
4.79921
4.80128
4.80088
4.79934
4.79561
4.78779
4.77392
4.75589
4.73427
4.70949
4.68203
4.65224
4.62045
4.58679
4.55141
4.51436
4.47575
4.43566
4.3942
4.35149
4.30759
4.26266
4.21672
4.17016
4.1232
4.07607
4.02871
3.98128
3.93377
3.88626
3.83879
3.79142
3.74422
3.69721
3.6505
3.60405
3.55803
3.51234
3.4672
3.42247
3.3784
3.33486
3.29211
3.25004
3.20894
3.16876
3.12981
3.09214
3.05609
3.0219
2.98969
2.95974
2.93298
2.91
2.89163
2.87887
2.87199
2.87259
6.55983
6.25495
5.99219
5.79271
5.66968
5.63027
5.63439
5.64709
5.6509
5.63971
5.59798
5.49767
5.30479
5.09065
4.88444
4.69783
4.53742
4.40354
4.29538
4.21216
4.15256
4.11473
4.09359
4.09396
4.09971
4.11799
4.15811
4.204
4.26419
4.3302
4.39358
4.45091
4.5014
4.54558
4.58441
4.61878
4.6493
4.67629
4.69982
4.71983
4.7362
4.74829
4.75656
4.75977
4.75948
4.75823
4.75507
4.74838
4.7358
4.71919
4.69898
4.67544
4.64899
4.61995
4.58872
4.55553
4.52059
4.484
4.44588
4.40632
4.36538
4.32316
4.27967
4.23513
4.1898
4.14403
4.09787
4.05149
4.00487
3.95814
3.91134
3.86454
3.8178
3.77117
3.72474
3.6785
3.63257
3.58693
3.54172
3.49687
3.45258
3.40874
3.36559
3.32303
3.28131
3.24038
3.20051
3.16173
3.12434
3.0885
3.05462
3.02277
2.99314
2.96676
2.94429
2.92654
2.91459
2.90896
2.90925
2.91152
6.65626
6.4235
6.23939
6.11847
6.0654
6.06635
6.07222
6.071
6.05712
6.01042
5.90231
5.70995
5.49765
5.29027
5.09585
4.91801
4.7571
4.61513
4.49211
4.38835
4.30382
4.23864
4.19177
4.16231
4.14933
4.1511
4.15996
4.18269
4.21947
4.26699
4.32649
4.38611
4.4411
4.48981
4.53218
4.56877
4.6004
4.62784
4.65156
4.67177
4.68855
4.70136
4.71035
4.71479
4.71463
4.7137
4.71114
4.70557
4.69437
4.67901
4.66012
4.63789
4.61261
4.58454
4.55408
4.52149
4.48707
4.45099
4.41338
4.37435
4.33393
4.29219
4.2492
4.20535
4.16086
4.11594
4.07061
4.02502
3.97918
3.93323
3.88721
3.8412
3.79526
3.74945
3.70384
3.65844
3.61337
3.5686
3.52429
3.48037
3.43702
3.3942
3.35209
3.31068
3.27016
3.2306
3.19222
3.15518
3.11978
3.08634
3.05515
3.02604
3.00024
2.97856
2.96177
2.95112
2.94767
2.94864
2.95235
2.96223
6.80175
6.65634
6.56203
6.51701
6.51734
6.52054
6.51696
6.49668
6.43719
6.30704
6.10785
5.89291
5.6853
5.49046
5.30812
5.13751
4.97734
4.82934
4.69454
4.57417
4.46933
4.38089
4.30909
4.25416
4.21585
4.19212
4.18698
4.19004
4.2015
4.22594
4.26196
4.31276
4.36635
4.41817
4.46536
4.50661
4.54192
4.57192
4.5973
4.61861
4.63617
4.6501
4.6599
4.66561
4.66597
4.66537
4.66339
4.65881
4.64944
4.63529
4.6177
4.59682
4.57281
4.54589
4.51638
4.48459
4.45085
4.41536
4.37832
4.33985
4.29993
4.25871
4.21647
4.17352
4.12995
4.08591
4.04146
3.99672
3.95175
3.90665
3.86151
3.81636
3.77131
3.72639
3.68169
3.63723
3.5931
3.54932
3.50598
3.46312
3.42084
3.37918
3.33828
3.29821
3.25915
3.22124
3.18474
3.14989
3.11708
3.08669
3.05832
3.03331
3.01273
2.99727
2.98783
2.98696
2.98846
2.99367
3.00629
3.03373
7.02909
6.97565
6.96843
6.97419
6.98697
6.98182
6.95546
6.88236
6.72678
6.50928
6.28479
6.07264
5.87606
5.69262
5.51897
5.35254
5.19219
5.03933
4.89537
4.76209
4.64129
4.53428
4.44196
4.36472
4.3027
4.25603
4.22513
4.20716
4.20743
4.21174
4.22387
4.24942
4.28912
4.33603
4.38427
4.42949
4.46985
4.50463
4.53386
4.55795
4.57748
4.59305
4.60413
4.61118
4.61325
4.61281
4.61125
4.60759
4.60007
4.58755
4.57145
4.55198
4.52934
4.50369
4.47535
4.44457
4.41169
4.37696
4.3406
4.30272
4.26336
4.2229
4.18159
4.13962
4.09702
4.05395
4.01045
3.96665
3.92263
3.87847
3.83427
3.79008
3.74599
3.70204
3.65833
3.61488
3.57178
3.52908
3.48685
3.44517
3.40412
3.3638
3.32432
3.28585
3.24857
3.21272
3.17861
3.14656
3.1172
3.08977
3.06579
3.04644
3.03277
3.02514
3.02549
3.02791
3.03497
3.05087
3.07791
3.13105
7.3659
7.38088
7.42327
7.46621
7.46163
7.43231
7.34834
7.16917
6.92537
6.68191
6.45869
6.25633
6.07028
5.89481
5.72573
5.56056
5.39814
5.24108
5.08998
4.94702
4.81412
4.6928
4.58407
4.48873
4.40725
4.33983
4.28659
4.24674
4.22162
4.20987
4.21073
4.21535
4.22886
4.25745
4.29695
4.34011
4.38339
4.42326
4.45789
4.48675
4.51007
4.52832
4.54206
4.55071
4.55516
4.55499
4.55404
4.55149
4.54606
4.53536
4.52093
4.50305
4.48194
4.45777
4.4308
4.40126
4.36948
4.33571
4.30017
4.26297
4.22442
4.18494
4.14466
4.1037
4.06214
4.02009
3.97762
3.93486
3.89187
3.84876
3.80559
3.76245
3.7194
3.67652
3.63389
3.59156
3.54961
3.5081
3.46713
3.42677
3.38715
3.34837
3.31062
3.27409
3.23903
3.20579
3.17473
3.14649
3.12028
3.09753
3.07973
3.06785
3.0631
3.06392
3.06756
3.07695
3.09687
3.13485
3.17303
3.23583
7.77844
7.85818
7.94999
7.94997
7.92304
7.833
7.63507
7.35957
7.09134
6.85104
6.63818
6.446
6.26681
6.09501
5.92685
5.76059
5.59666
5.43441
5.27731
5.12696
4.98496
4.85265
4.73109
4.62117
4.52342
4.43816
4.36597
4.30664
4.26033
4.22674
4.20715
4.19954
4.19997
4.20491
4.21915
4.24917
4.2877
4.32864
4.36744
4.40181
4.43061
4.45347
4.47104
4.48296
4.49022
4.49198
4.49148
4.48982
4.486
4.47815
4.46562
4.44953
4.43017
4.40771
4.38235
4.35432
4.32391
4.29134
4.25679
4.22056
4.18316
4.1448
4.10562
4.06576
4.02532
3.98439
3.94307
3.90144
3.85958
3.8176
3.77556
3.73355
3.69166
3.64995
3.60851
3.56741
3.52673
3.48657
3.44702
3.4082
3.37024
3.33332
3.29766
3.26355
3.23132
3.20141
3.17453
3.14967
3.12845
3.11251
3.10239
3.10083
3.10229
3.1074
3.11996
3.14583
3.18531
3.23559
3.27928
3.34083
8.33838
8.44508
8.46254
8.43319
8.3332
8.11295
7.80886
7.51434
7.2535
7.026
6.82371
6.63809
6.4617
6.28995
6.1199
5.95096
5.78334
5.61775
5.45624
5.30041
5.15152
5.01091
4.87949
4.75814
4.64736
4.54769
4.45947
4.38282
4.31782
4.26491
4.22448
4.19704
4.18321
4.17302
4.17427
4.18099
4.19726
4.22995
4.26593
4.30288
4.33666
4.36534
4.38828
4.40553
4.41663
4.4227
4.42284
4.4221
4.41984
4.41481
4.40471
4.39068
4.37332
4.35286
4.32944
4.30325
4.27452
4.24343
4.21023
4.17541
4.13933
4.10223
4.06429
4.02566
3.98644
3.94674
3.90666
3.86626
3.82565
3.7849
3.74411
3.70336
3.66273
3.62232
3.58221
3.5425
3.50327
3.46464
3.42675
3.38973
3.35378
3.31913
3.2861
3.25507
3.22647
3.20115
3.17792
3.15836
3.14468
3.13694
3.1373
3.13982
3.14716
3.16349
3.19619
3.23993
3.28972
3.34327
3.38458
3.43701
8.98439
9.00701
8.97289
8.85625
8.60333
8.26971
7.94885
7.66621
7.42176
7.20683
7.01143
6.82799
6.65061
6.47619
6.30292
6.1307
5.95995
5.79134
5.62668
5.46683
5.31299
5.16618
5.02731
4.89704
4.77597
4.66445
4.56287
4.47162
4.39115
4.32137
4.26266
4.21555
4.18112
4.15963
4.14154
4.13483
4.13732
4.14614
4.16584
4.19726
4.23041
4.26296
4.29176
4.31512
4.33251
4.34342
4.34854
4.34833
4.34715
4.34411
4.33762
4.32604
4.31092
4.29271
4.27153
4.24752
4.22084
4.19162
4.16021
4.12713
4.09267
4.05707
4.02056
3.98332
3.94546
3.90712
3.86839
3.82935
3.79009
3.75071
3.71129
3.67193
3.63273
3.59376
3.55516
3.51701
3.47946
3.44262
3.40668
3.37184
3.33836
3.30656
3.27689
3.24982
3.22626
3.20494
3.18727
3.17594
3.17174
3.17274
3.1769
3.18751
3.20978
3.2477
3.29454
3.34676
3.39823
3.44636
3.47898
3.51866
9.60986
9.56647
9.42153
9.11572
8.74379
8.39264
8.08726
7.82493
7.59533
7.38852
7.19598
7.01138
6.83087
6.65259
6.47587
6.30064
6.12752
5.957
5.78969
5.62688
5.4695
5.31819
5.17368
5.03648
4.9072
4.78617
4.67378
4.57055
4.47673
4.39237
4.31786
4.25364
4.20042
4.1587
4.13003
4.10539
4.08766
4.0879
4.09131
4.10132
4.12251
4.15184
4.18254
4.21084
4.23456
4.25228
4.26383
4.26813
4.26783
4.26641
4.26283
4.25534
4.2429
4.22705
4.20827
4.18668
4.16234
4.13542
4.10632
4.07536
4.04284
4.00904
3.97421
3.93856
3.90225
3.86542
3.82817
3.79063
3.75286
3.71498
3.67709
3.63928
3.60167
3.56435
3.52748
3.49115
3.45554
3.42085
3.38728
3.35514
3.32476
3.29665
3.27134
3.24985
3.23045
3.21554
3.20596
3.20597
3.20782
3.21406
3.22866
3.25836
3.30049
3.3507
3.40398
3.45584
3.50021
3.5371
3.55828
3.5855
10.2225
10.0309
9.64439
9.2264
8.84088
8.51071
8.231
7.98852
7.77084
7.56808
7.37452
7.18644
7.00191
6.81979
6.64007
6.46257
6.28775
6.11579
5.94696
5.7822
5.62217
5.46727
5.31829
5.17551
5.03964
4.91084
4.78968
4.67621
4.57094
4.4742
4.38637
4.30765
4.2384
4.17926
4.13086
4.09523
4.06323
4.03995
4.02929
4.03022
4.0348
4.0463
4.06965
4.09636
4.12354
4.14723
4.16549
4.17741
4.18217
4.1819
4.18045
4.17676
4.16899
4.15615
4.13983
4.12069
4.09894
4.07468
4.04823
4.01978
3.9896
3.95795
3.92511
3.89132
3.85676
3.82164
3.78604
3.75014
3.71402
3.6778
3.64161
3.60554
3.56973
3.53429
3.49942
3.46523
3.43198
3.39989
3.36927
3.34055
3.31421
3.29092
3.27181
3.25463
3.24221
3.2368
3.23763
3.24144
3.25131
3.27218
3.30901
3.35531
3.4079
3.4621
3.51306
3.55635
3.58896
3.61247
3.62289
3.63957
10.7362
10.2192
9.72121
9.28954
8.93174
8.63531
8.38159
8.15449
7.9431
7.74117
7.54501
7.35304
7.16477
6.97969
6.79784
6.61887
6.44296
6.27004
6.10009
5.93385
5.77167
5.6139
5.46112
5.31368
5.1721
5.03668
4.90783
4.78582
4.67096
4.56357
4.46393
4.37242
4.28961
4.21604
4.15187
4.09787
4.05504
4.01723
3.98676
3.96777
3.96277
3.96424
3.96992
3.98295
4.00637
4.03065
4.05385
4.07269
4.08556
4.09154
4.09141
4.09027
4.08694
4.0797
4.06655
4.04999
4.03082
4.00932
3.98573
3.9601
3.93262
3.9035
3.87301
3.84139
3.80887
3.77566
3.74193
3.70786
3.67357
3.63923
3.60493
3.57084
3.5371
3.50386
3.47135
3.43974
3.40937
3.38053
3.35368
3.32941
3.30848
3.29175
3.2777
3.26732
3.26671
3.26855
3.27485
3.28945
3.3191
3.36075
3.41118
3.46606
3.52064
3.57046
3.61158
3.64202
3.66157
3.67293
3.67639
3.68377
10.9589
10.2653
9.73932
9.34285
9.03105
8.77032
8.5379
8.32037
8.11095
7.90683
7.70724
7.51204
7.32124
7.13446
6.9514
6.77162
6.59498
6.42119
6.25053
6.08242
5.91835
5.75811
5.60208
5.45054
5.30404
5.16286
5.02748
4.8981
4.77515
4.6588
4.54946
4.44734
4.35282
4.26619
4.18793
4.11862
4.05877
4.01002
3.96674
3.92974
3.9046
3.89034
3.88909
3.89101
3.89755
3.91204
3.93415
3.95613
3.97538
3.9894
3.99741
3.99815
3.99729
3.99447
3.98804
3.97518
3.9589
3.94019
3.91939
3.89665
3.87209
3.84581
3.81801
3.78888
3.75868
3.72764
3.69601
3.664
3.63176
3.59951
3.56737
3.53555
3.50419
3.47356
3.44387
3.41544
3.38864
3.36397
3.34198
3.32387
3.30966
3.29879
3.29281
3.29368
3.29776
3.30826
3.33038
3.36787
3.41469
3.46828
3.52471
3.5792
3.62743
3.66634
3.69395
3.71113
3.71931
3.7219
3.72167
3.72255
10.9279
10.2349
9.74373
9.40252
9.13898
8.90854
8.69082
8.47855
8.27
8.06486
7.86375
7.66717
7.47518
7.28741
7.10343
6.92273
6.74499
6.56995
6.39768
6.22734
6.06147
5.89874
5.73955
5.58425
5.43327
5.28696
5.14573
5.00989
4.87977
4.75567
4.63785
4.52661
4.42217
4.32492
4.23517
4.15335
4.07991
4.01526
3.96071
3.91209
3.86971
3.83767
3.81897
3.80902
3.80939
3.81227
3.82016
3.83644
3.8565
3.87601
3.89121
3.90056
3.90319
3.90261
3.90037
3.89487
3.88364
3.86825
3.85017
3.83021
3.80855
3.78525
3.76037
3.73402
3.70645
3.67791
3.64866
3.61897
3.58906
3.55917
3.52949
3.50026
3.47174
3.44419
3.41799
3.3935
3.37129
3.35201
3.33675
3.32593
3.31739
3.31733
3.31941
3.32646
3.34238
3.37447
3.41706
3.46863
3.5256
3.58325
3.63716
3.6834
3.7197
3.74459
3.75915
3.76528
3.76499
3.76358
3.75982
3.75971
10.783
10.1606
9.75648
9.48119
9.25692
9.04581
8.83599
8.62613
8.41777
8.21295
8.01251
7.81644
7.6246
7.43659
7.25199
7.07038
6.89144
6.71498
6.54088
6.3698
6.2002
6.03439
5.87205
5.71322
5.55817
5.40727
5.26087
5.11935
4.98301
4.85221
4.72714
4.60815
4.49537
4.38914
4.28964
4.19724
4.11227
4.03519
3.96646
3.9071
3.85397
3.80658
3.76959
3.74396
3.72874
3.72369
3.72484
3.72932
3.73962
3.75797
3.77609
3.79174
3.80263
3.80757
3.80734
3.80584
3.80176
3.79303
3.77877
3.76176
3.74283
3.7223
3.70026
3.67681
3.65211
3.62638
3.59988
3.57289
3.54567
3.51852
3.49172
3.46558
3.44042
3.41666
3.39472
3.37519
3.35875
3.34679
3.3391
3.33552
3.33676
3.34186
3.35426
3.3798
3.41854
3.4673
3.52328
3.58246
3.6406
3.69334
3.7374
3.77094
3.79344
3.80582
3.80922
3.80868
3.80657
3.80161
3.79134
3.78978
10.5926
10.0888
9.78688
9.56922
9.37023
9.16937
8.96453
8.75843
8.55371
8.352
8.15388
7.95928
7.76802
7.57987
7.39452
7.21175
7.03128
6.85304
6.67685
6.50281
6.3309
6.1624
5.99705
5.8349
5.67622
5.5212
5.37034
5.22382
5.08216
4.94554
4.81431
4.68869
4.56886
4.45509
4.34749
4.24638
4.15198
4.06463
3.98476
3.91271
3.84953
3.7923
3.74098
3.69987
3.6693
3.64963
3.63775
3.63784
3.63979
3.64569
3.65827
3.67594
3.69291
3.70548
3.71291
3.71368
3.71291
3.71023
3.70405
3.69164
3.67616
3.65836
3.63898
3.61831
3.59656
3.57385
3.55039
3.52644
3.50231
3.47835
3.45495
3.43251
3.41153
3.39249
3.37611
3.3629
3.35478
3.35038
3.35098
3.35439
3.36363
3.38335
3.41836
3.46316
3.51691
3.57628
3.63721
3.69524
3.74643
3.7881
3.81898
3.83921
3.84993
3.85144
3.85069
3.8482
3.84249
3.83241
3.81792
3.81523
10.489
10.0562
9.82452
9.64424
9.46181
9.26958
9.0718
8.87257
8.67408
8.47727
8.28253
8.09005
7.89987
7.71194
7.52621
7.34251
7.16081
6.98095
6.80297
6.62689
6.45265
6.28082
6.11229
5.94694
5.78492
5.62629
5.4715
5.32077
5.17455
5.0331
4.89668
4.76559
4.6399
4.51992
4.40566
4.29743
4.19532
4.09965
4.01066
3.92876
3.85426
3.78811
3.72759
3.6732
3.62874
3.59427
3.56966
3.55462
3.54956
3.55053
3.5543
3.56303
3.57955
3.59592
3.60971
3.61864
3.62258
3.6223
3.62074
3.61645
3.60739
3.59333
3.57682
3.55896
3.54016
3.52062
3.50053
3.48009
3.45962
3.43951
3.42028
3.40238
3.38664
3.37335
3.3639
3.35888
3.35914
3.36142
3.36845
3.38384
3.41451
3.45476
3.50562
3.56394
3.62618
3.68815
3.74565
3.79517
3.83454
3.86318
3.88136
3.89047
3.89101
3.89015
3.88746
3.88155
3.87023
3.85804
3.84203
3.83831
10.4432
10.0354
9.84637
9.69578
9.52969
9.34797
9.15916
8.96814
8.7766
8.58519
8.39436
8.2045
8.01595
7.82885
7.64333
7.45933
7.27693
7.09605
6.91675
6.73906
6.56286
6.38868
6.2174
6.04927
5.88427
5.72257
5.56445
5.4102
5.26015
5.11465
4.97385
4.83813
4.7075
4.58229
4.46249
4.34837
4.23995
4.13752
4.04116
3.95125
3.86798
3.79183
3.72345
3.66035
3.60361
3.55666
3.51893
3.49105
3.47241
3.46345
3.46376
3.46605
3.47231
3.4853
3.50166
3.51677
3.5283
3.53501
3.53581
3.53505
3.53236
3.5262
3.51397
3.49968
3.48389
3.46743
3.4508
3.43415
3.41786
3.4023
3.38819
3.37581
3.3668
3.36043
3.36066
3.36252
3.36833
3.38106
3.40638
3.44232
3.48945
3.54539
3.60749
3.67196
3.73449
3.79096
3.83856
3.87572
3.90225
3.91915
3.92694
3.92707
3.9262
3.92353
3.91767
3.90703
3.89368
3.8804
3.86374
3.85931
10.4234
10.0173
9.85623
9.73029
9.58009
9.40937
9.22956
9.04624
8.8611
8.67475
8.48783
8.30088
8.1144
7.92868
7.74393
7.56023
7.37765
7.19627
7.01612
6.83733
6.65977
6.48377
6.31014
6.13945
5.97181
5.80736
5.64645
5.4892
5.33609
5.18723
5.043
4.90354
4.76905
4.63966
4.51552
4.39666
4.28329
4.1754
4.07326
3.97691
3.8867
3.80285
3.72565
3.65597
3.5909
3.53311
3.48408
3.44399
3.41326
3.39236
3.3804
3.37937
3.3808
3.3855
3.39589
3.41267
3.42909
3.44288
3.45083
3.4541
3.45385
3.45245
3.44862
3.44053
3.42883
3.41606
3.40289
3.39015
3.37855
3.36825
3.36063
3.3548
3.35496
3.35662
3.36176
3.3728
3.39314
3.42454
3.46799
3.52099
3.58169
3.64708
3.71311
3.77559
3.83082
3.87642
3.91146
3.93636
3.952
3.95921
3.95932
3.95854
3.95613
3.95081
3.94053
3.92826
3.91401
3.90006
3.88282
3.87822
10.4187
10.0103
9.8659
9.75596
9.61775
9.45644
9.28453
9.10787
8.92825
8.74646
8.56332
8.37946
8.1954
8.01155
7.8281
7.64524
7.46308
7.28173
7.1013
6.9219
6.74364
6.56639
6.39101
6.21819
6.04842
5.88179
5.7187
5.55921
5.40373
5.25234
5.10534
4.96293
4.82521
4.69243
4.56463
4.44192
4.32443
4.21215
4.10526
4.00381
3.90799
3.81801
3.73407
3.65657
3.58588
3.51991
3.46162
3.4113
3.36953
3.33678
3.31361
3.30055
3.29764
3.29878
3.30271
3.31168
3.32819
3.34531
3.36006
3.3705
3.37612
3.3785
3.37819
3.37678
3.37321
3.3659
3.35737
3.34956
3.34328
3.33913
3.33938
3.34107
3.34619
3.35757
3.37447
3.40103
3.44018
3.48907
3.54723
3.61211
3.68032
3.74758
3.80987
3.86391
3.90782
3.94134
3.96495
3.98039
3.98723
3.98786
3.98716
3.98505
3.9802
3.97149
3.95959
3.94673
3.93179
3.91738
3.89949
3.89533
10.4511
10.031
9.89126
9.78673
9.65371
9.49801
9.33129
9.15897
8.98309
8.80463
8.62451
8.44328
8.26147
8.07941
7.8974
7.71558
7.53414
7.35315
7.17282
6.99324
6.81461
6.63686
6.46048
6.28626
6.11477
5.94649
5.78157
5.62033
5.46283
5.3094
5.1601
5.01529
4.87498
4.73949
4.60878
4.48303
4.36228
4.24654
4.1359
4.03044
3.93016
3.83535
3.74602
3.66251
3.58528
3.51379
3.44759
3.38894
3.33788
3.29525
3.2616
3.2374
3.22292
3.21862
3.21954
3.22304
3.23106
3.2474
3.2654
3.28201
3.29527
3.30362
3.30941
3.31303
3.31473
3.31453
3.31388
3.31327
3.31377
3.31576
3.32088
3.33172
3.34968
3.37193
3.40495
3.44912
3.50356
3.56622
3.63473
3.70521
3.77362
3.83581
3.88904
3.93187
3.96437
3.98749
4.00287
4.01052
4.01233
4.01178
4.01006
4.00621
3.99847
3.98815
3.97578
3.96217
3.9469
3.93211
3.91408
3.91002
10.4848
10.068
9.91896
9.81112
9.68162
9.53144
9.36953
9.20096
9.02823
8.85262
8.67507
8.49616
8.31632
8.13591
7.95518
7.77433
7.59353
7.41294
7.23275
7.05316
6.87433
6.6964
6.51951
6.3444
6.17174
6.00215
5.83587
5.67313
5.51411
5.35898
5.20792
5.06116
4.91886
4.78116
4.64818
4.51997
4.3966
4.27808
4.16444
4.05574
3.95194
3.85324
3.75966
3.67143
3.58865
3.51194
3.44028
3.37481
3.31621
3.26491
3.2218
3.18743
3.16263
3.1476
3.14283
3.14365
3.14701
3.15515
3.17169
3.19175
3.21113
3.22721
3.24036
3.25004
3.25818
3.26514
3.27171
3.27853
3.28739
3.29842
3.3146
3.33651
3.36479
3.40304
3.45215
3.51086
3.57754
3.64907
3.72167
3.79094
3.85328
3.90612
3.94851
3.98063
4.00395
4.01967
4.02933
4.03228
4.03199
4.03088
4.02821
4.02268
4.01362
4.00248
3.98969
3.97552
3.96001
3.94482
3.9274
3.92247
10.5311
10.1161
9.94776
9.83145
9.70418
9.55897
9.40117
9.23564
9.0655
8.89233
8.71706
8.54017
8.36204
8.18302
8.00337
7.82337
7.64316
7.46299
7.28301
7.10347
6.92456
6.74652
6.56947
6.394
6.22073
6.05023
5.88291
5.71897
5.55869
5.40218
5.24975
5.10144
4.9575
4.81803
4.68318
4.55298
4.42751
4.30674
4.19068
4.07936
3.9727
3.87086
3.77379
3.68169
3.59474
3.51308
3.43709
3.36599
3.30121
3.24299
3.19214
3.14921
3.11478
3.08971
3.07466
3.07036
3.07137
3.07511
3.08412
3.10227
3.12518
3.14791
3.16866
3.1866
3.20256
3.21747
3.23237
3.24831
3.26683
3.28956
3.31794
3.35124
3.39496
3.44856
3.51152
3.58165
3.65595
3.73025
3.80043
3.86298
3.91581
3.95819
3.99078
4.0142
4.03174
4.04255
4.04813
4.04842
4.04792
4.04635
4.04283
4.03576
4.02611
4.01454
4.0014
3.98688
3.9712
3.95564
3.93854
3.93335
10.5954
10.173
9.97831
9.85202
9.72654
9.58547
9.43062
9.26715
9.0988
8.92739
8.75377
8.57835
8.40146
8.22342
8.04453
7.86508
7.6853
7.50539
7.32558
7.14609
6.96715
6.78902
6.61194
6.43626
6.26261
6.09148
5.92337
5.7585
5.59715
5.43952
5.28582
5.13625
4.99096
4.85009
4.71375
4.58198
4.4548
4.33222
4.21419
4.10071
3.99177
3.88735
3.78756
3.69239
3.60205
3.51656
3.43639
3.36112
3.2914
3.22764
3.17023
3.11986
3.07737
3.04357
3.01923
3.00482
3.0024
3.00377
3.00834
3.01901
3.04034
3.06698
3.09468
3.12158
3.1472
3.17203
3.19701
3.22372
3.2538
3.29013
3.33018
3.37953
3.43811
3.50512
3.57872
3.65548
3.73142
3.80249
3.86551
3.91869
3.96165
3.99487
4.01987
4.03793
4.05101
4.05902
4.06184
4.06165
4.06081
4.05871
4.05427
4.04638
4.03638
4.02456
4.01117
3.99636
3.98058
3.96473
3.948
3.94239
10.6459
10.2087
9.98957
9.85774
9.73653
9.60099
9.44999
9.28961
9.12395
8.95488
8.78333
8.60966
8.43413
8.2571
8.07896
7.90003
7.72062
7.54093
7.36124
7.18175
7.00276
6.82452
6.64735
6.47161
6.29776
6.12625
5.95751
5.79191
5.62971
5.47121
5.31652
5.16594
5.01957
4.87758
4.74003
4.60697
4.4784
4.35434
4.2347
4.11952
4.0087
3.90227
3.80022
3.70263
3.60953
3.5211
3.43746
3.35886
3.28509
3.21682
3.15426
3.09822
3.04914
3.00783
2.97515
2.95196
2.93935
2.93954
2.94157
2.94763
2.96121
2.98806
3.0208
3.05595
3.0918
3.12788
3.16525
3.20478
3.24912
3.29785
3.35447
3.41919
3.49125
3.56855
3.6479
3.7255
3.79748
3.86118
3.915
3.95884
3.99345
4.01982
4.03984
4.05426
4.06441
4.07084
4.07218
4.07189
4.07083
4.06834
4.06321
4.05499
4.04472
4.03269
4.01911
4.00418
3.98823
3.97235
3.95588
3.94946
10.7608
10.2698
10.0143
9.87245
9.75239
9.61979
9.47054
9.31217
9.14784
8.98004
8.8097
8.63713
8.46247
8.28607
8.10841
7.92985
7.75068
7.57117
7.39153
7.21204
7.03298
6.8547
6.6774
6.50149
6.32736
6.15549
5.98622
5.82
5.65704
5.49775
5.34224
5.19082
5.0436
4.90072
4.7622
4.62815
4.49845
4.37323
4.25233
4.1357
4.0234
3.91529
3.81148
3.71193
3.61672
3.52594
3.43966
3.3582
3.28139
3.20964
3.14323
3.08257
3.02826
2.98084
2.94126
2.91044
2.88918
2.88131
2.88229
2.8861
2.89556
2.91556
2.94962
2.99101
3.03688
3.08549
3.13683
3.19168
3.25169
3.31633
3.38885
3.46728
3.54961
3.63257
3.71241
3.78592
3.85056
3.90538
3.95038
3.98647
4.01489
4.03669
4.05343
4.06565
4.07419
4.07963
4.08017
4.07982
4.07866
4.07599
4.07051
4.06202
4.05152
4.03931
4.02558
4.01055
3.99453
3.97855
3.96253
3.9551
10.7756
10.3046
10.033
9.87979
9.75768
9.62767
9.48034
9.32574
9.16345
8.99732
8.82868
8.65744
8.48375
8.30811
8.13096
7.95276
7.77379
7.59441
7.41482
7.23537
7.05625
6.87788
6.70053
6.52465
6.3504
6.17831
6.00869
5.842
5.67853
5.51864
5.36258
5.21053
5.06269
4.91912
4.77988
4.64505
4.51448
4.38834
4.26638
4.1487
4.03524
3.92586
3.8207
3.71964
3.62285
3.53025
3.44205
3.35828
3.27918
3.20471
3.13536
3.07119
3.01294
2.96087
2.91596
2.87886
2.85114
2.83321
2.83263
2.83457
2.8409
2.85566
2.88564
2.93067
2.98474
3.04553
3.11211
3.1839
3.26059
3.34301
3.42995
3.51896
3.60708
3.69066
3.76669
3.83324
3.88959
3.93619
3.97403
4.00444
4.02864
4.04759
4.06226
4.07321
4.08106
4.08582
4.08584
4.08549
4.0843
4.08157
4.07596
4.0673
4.05662
4.04431
4.03047
4.01539
3.99935
3.98324
3.96784
3.95935
10.8125
10.3358
10.0474
9.8867
9.76399
9.63668
9.49146
9.33945
9.17828
9.01307
8.84544
8.67493
8.50181
8.32655
8.14963
7.97151
7.79258
7.61314
7.4335
7.25394
7.07474
6.89632
6.71891
6.54286
6.36844
6.19606
6.0261
5.85895
5.69506
5.53465
5.37814
5.22556
5.07724
4.93315
4.79335
4.65795
4.52675
4.39992
4.27714
4.1587
4.04428
3.93404
3.82787
3.72576
3.62778
3.5339
3.44428
3.35892
3.27805
3.20166
3.13016
3.06356
3.00247
2.94711
2.89828
2.85659
2.82367
2.79948
2.7919
2.79324
2.79825
2.81033
2.83556
2.88073
2.93979
3.01069
3.0916
3.18039
3.27486
3.37294
3.47172
3.56756
3.65719
3.73777
3.80786
3.86712
3.91627
3.95654
3.98936
4.01601
4.03755
4.05476
4.06826
4.07847
4.08597
4.09032
4.09028
4.08985
4.08857
4.08572
4.07993
4.07124
4.0605
4.0481
4.0342
4.01909
4.00309
3.98678
3.97178
3.96274
10.9088
10.3688
10.0528
9.88726
9.76395
9.63838
9.49291
9.34432
9.1839
9.01949
8.85304
8.68363
8.5114
8.33682
8.16042
7.98266
7.80399
7.62473
7.44523
7.26574
7.08663
6.90819
6.73075
6.55462
6.38013
6.20758
6.03746
5.87003
5.70588
5.54512
5.38832
5.2354
5.08677
4.94231
4.80218
4.66637
4.53478
4.40748
4.28427
4.16529
4.05031
3.93945
3.83261
3.7298
3.63106
3.53636
3.44583
3.35946
3.27747
3.19983
3.12689
3.05869
2.99571
2.9382
2.88681
2.84216
2.80555
2.77763
2.76363
2.7645
2.76856
2.77892
2.80098
2.84463
2.90629
2.98436
3.07662
3.17948
3.28868
3.39907
3.5059
3.60488
3.69324
3.7696
3.83404
3.88756
3.93168
3.96792
3.99774
4.02225
4.04234
4.0585
4.07163
4.08145
4.08849
4.09274
4.09272
4.09233
4.0911
4.08827
4.08246
4.07365
4.06283
4.05043
4.03648
4.0213
4.00552
3.98909
3.97412
3.96502
10.9285
10.3745
10.0512
9.88589
9.76436
9.64052
9.4952
9.34871
9.18899
9.02515
8.85926
8.69024
8.51821
8.34369
8.16723
7.98937
7.81056
7.63117
7.45154
7.27196
7.09278
6.91428
6.73679
6.56059
6.38603
6.21339
6.04318
5.87561
5.71133
5.5504
5.39342
5.24031
5.09149
4.94683
4.80651
4.67046
4.53865
4.41109
4.28764
4.16836
4.05311
3.94192
3.83476
3.73159
3.63248
3.53736
3.44638
3.3595
3.27694
3.1987
3.12506
3.05612
2.99224
2.93373
2.88111
2.83505
2.7966
2.76691
2.74924
2.74983
2.75331
2.76292
2.78348
2.82515
2.88856
2.97075
3.06978
3.18089
3.29864
3.41584
3.52656
3.62631
3.71298
3.78629
3.84731
3.89769
3.93922
3.97352
4.00191
4.02542
4.04478
4.06054
4.07341
4.08309
4.0899
4.09408
4.09413
4.09375
4.0925
4.08962
4.08375
4.0749
4.06406
4.05165
4.03766
4.02248
4.00679
3.99035
3.97537
3.96634
3.85234
3.32775
4.27276
4.26934
4.03912
3.93625
3.88223
3.79465
3.69707
3.61197
3.5437
3.48269
3.44632
3.43198
3.42944
3.45071
3.49821
3.5658
3.64668
3.73246
3.82018
3.9077
3.99432
4.07982
4.16426
4.2473
4.32853
4.40748
4.48432
4.55826
4.6278
4.69165
4.74975
4.8019
4.84826
4.88894
4.92438
4.95705
4.98409
5.00328
5.01654
5.02446
5.02771
5.02675
5.0227
5.01318
4.99831
4.98007
4.95934
4.93546
4.90909
4.87987
4.84849
4.81479
4.77926
4.74185
4.70292
4.66241
4.6207
4.57766
4.53365
4.48854
4.44264
4.39585
4.34838
4.30022
4.25148
4.2022
4.15247
4.10234
4.0519
4.0012
3.95035
3.8994
3.84846
3.79757
3.74683
3.6963
3.64604
3.59611
3.54657
3.49748
3.44889
3.40087
3.35346
3.30674
3.26076
3.21553
3.17116
3.12773
3.08527
3.04389
3.00368
2.965
2.92801
2.8931
2.86084
2.83218
2.80824
2.79216
4.72066
4.23022
4.35829
4.22746
4.01651
3.97166
3.92915
3.80939
3.68907
3.59024
3.52343
3.47992
3.44541
3.42911
3.42594
3.44585
3.49203
3.55993
3.6425
3.72881
3.81669
3.90416
3.99052
4.07565
4.15945
4.24164
4.32208
4.3995
4.47528
4.54946
4.61913
4.68276
4.74091
4.79331
4.84023
4.88129
4.91739
4.94955
4.97636
4.99619
5.0099
5.01814
5.02151
5.02091
5.01777
5.00952
4.99376
4.97527
4.95452
4.9312
4.90504
4.87623
4.84494
4.81152
4.77609
4.7389
4.70004
4.65972
4.61804
4.57515
4.53115
4.48616
4.44025
4.39355
4.34608
4.29796
4.24923
4.19998
4.15026
4.10015
4.04973
3.99906
3.94823
3.89732
3.84641
3.79558
3.7449
3.69444
3.64426
3.59441
3.54496
3.49594
3.44744
3.39947
3.35215
3.3055
3.25958
3.21437
3.17004
3.12668
3.08433
3.04305
3.00301
2.9643
2.92726
2.89228
2.85992
2.83107
2.80679
2.79039
5.52729
4.78639
4.52182
4.2682
4.05366
3.96183
3.87844
3.7828
3.6802
3.59098
3.52757
3.48368
3.44516
3.41678
3.40892
3.43457
3.4826
3.54748
3.63343
3.71806
3.80654
3.89432
3.98104
4.06674
4.1512
4.23402
4.31511
4.39358
4.4698
4.54319
4.61229
4.67597
4.73403
4.78651
4.83332
4.87463
4.9108
4.94236
4.96871
4.98882
5.00274
5.0111
5.01432
5.01383
5.01126
5.00427
4.9896
4.96993
4.94867
4.92541
4.8996
4.87104
4.83999
4.80672
4.77146
4.7344
4.69567
4.65545
4.61385
4.57103
4.52708
4.48213
4.43625
4.38956
4.3421
4.29398
4.24525
4.19599
4.14626
4.09616
4.04572
3.99508
3.94427
3.89342
3.84256
3.79182
3.74123
3.69089
3.64082
3.59109
3.54179
3.49294
3.44463
3.39677
3.34967
3.30324
3.25757
3.21267
3.16857
3.12525
3.08294
3.04171
3.00173
2.9631
2.92611
2.89112
2.85868
2.82964
2.80492
2.7882
5.89997
5.10909
4.65932
4.35806
4.12951
3.98908
3.89226
3.79348
3.69068
3.59908
3.53151
3.48018
3.44527
3.42649
3.42608
3.44011
3.48128
3.54943
3.62965
3.71431
3.80165
3.88925
3.97597
4.06165
4.14601
4.22854
4.30905
4.3866
4.46158
4.53341
4.6014
4.66423
4.72164
4.77353
4.82003
4.86116
4.89715
4.92824
4.95419
4.97436
4.98861
4.99722
5.00052
5.00013
4.9981
4.99245
4.98004
4.95994
4.93806
4.91468
4.88917
4.8611
4.83058
4.79775
4.76286
4.72607
4.6876
4.64758
4.60618
4.56351
4.51971
4.47487
4.4291
4.38248
4.3351
4.28703
4.23836
4.18913
4.13945
4.08938
4.03901
3.98842
3.93772
3.88697
3.83629
3.78574
3.73538
3.68525
3.63547
3.58596
3.53695
3.48837
3.4404
3.39302
3.34619
3.29991
3.2544
3.20963
3.16573
3.12265
3.08059
3.03957
2.99979
2.96136
2.92455
2.88968
2.85727
2.82816
2.80311
2.78607
6.09196
5.3433
4.83027
4.48944
4.24027
4.06153
3.94138
3.8387
3.74069
3.65728
3.59479
3.54703
3.51165
3.48739
3.47772
3.4826
3.50404
3.5536
3.6287
3.71094
3.79613
3.88339
3.97099
4.05742
4.14163
4.22331
4.30239
4.37894
4.45247
4.52277
4.58914
4.65088
4.70756
4.75895
4.80499
4.84565
4.88113
4.91156
4.93696
4.95697
4.97139
4.98023
4.98363
4.98327
4.98156
4.97689
4.96658
4.94748
4.9254
4.90166
4.87614
4.84847
4.81848
4.78617
4.75172
4.71531
4.67716
4.63742
4.59626
4.55381
4.51019
4.46551
4.41987
4.37337
4.32609
4.27812
4.2295
4.18036
4.13073
4.08076
4.03045
3.98
3.92941
3.87885
3.82838
3.77813
3.72796
3.67815
3.62865
3.57961
3.53101
3.48285
3.43522
3.38812
3.34162
3.29571
3.25051
3.20606
3.16245
3.11971
3.07795
3.03725
2.99776
2.95965
2.92314
2.8886
2.85643
2.82754
2.80241
2.78527
6.20654
5.53127
5.01189
4.63923
4.37174
4.17812
4.04244
3.93878
3.85384
3.78668
3.73344
3.68869
3.6495
3.615
3.58862
3.57648
3.57896
3.59356
3.63129
3.70636
3.78758
3.87862
3.96966
4.05763
4.14166
4.22184
4.29837
4.37164
4.44176
4.5088
4.57235
4.63193
4.68708
4.73746
4.78281
4.82299
4.85814
4.88826
4.9134
4.93352
4.94832
4.95768
4.9616
4.96134
4.95998
4.95621
4.9478
4.9309
4.90929
4.88537
4.85976
4.83234
4.80282
4.77109
4.73718
4.70126
4.66352
4.62413
4.58327
4.54108
4.49769
4.45322
4.40775
4.36142
4.31426
4.26642
4.21789
4.16886
4.11931
4.06944
4.01925
3.96895
3.91858
3.86818
3.81806
3.76817
3.71863
3.66937
3.62043
3.57187
3.52369
3.47594
3.42867
3.38193
3.33581
3.29029
3.24549
3.20143
3.1582
3.11587
3.07453
3.03428
2.99527
2.95768
2.92174
2.88781
2.85623
2.82794
2.80318
2.78665
6.28705
5.68345
5.18311
4.80032
4.5163
4.31715
4.17728
4.08513
4.02322
3.97835
3.94108
3.90342
3.863
3.8153
3.76275
3.71368
3.67664
3.66947
3.67813
3.70714
3.7706
3.85927
3.95645
4.04994
4.1371
4.21755
4.29217
4.36224
4.42893
4.49267
4.55344
4.61086
4.66441
4.71362
4.7581
4.79768
4.83243
4.86222
4.88709
4.90714
4.9222
4.9321
4.93664
4.93645
4.93534
4.93221
4.92517
4.91083
4.89031
4.86668
4.8411
4.81377
4.78456
4.75329
4.71992
4.68451
4.64723
4.60824
4.56773
4.52584
4.48273
4.4385
4.39326
4.34712
4.30014
4.25245
4.20406
4.15516
4.10575
4.05605
4.00604
3.956
3.90599
3.85642
3.8068
3.75747
3.70839
3.6596
3.61111
3.56295
3.5152
3.46785
3.42104
3.37472
3.32906
3.284
3.2397
3.19611
3.15342
3.11161
3.07086
3.03123
2.99293
2.9561
2.92104
2.88805
2.8574
2.83024
2.80648
2.79165
6.34539
5.80739
5.33966
4.96398
4.67963
4.48018
4.35106
4.27924
4.246
4.22687
4.20841
4.18134
4.13958
4.07171
3.98155
3.88651
3.80606
3.75657
3.74951
3.75763
3.78467
3.84508
3.93483
4.03153
4.12413
4.2082
4.28366
4.35214
4.41573
4.47589
4.53324
4.58774
4.63901
4.68654
4.72983
4.76838
4.80253
4.832
4.8565
4.87657
4.89181
4.90217
4.90749
4.90741
4.90656
4.90399
4.8981
4.88596
4.86703
4.84435
4.81919
4.79206
4.76307
4.73213
4.69922
4.66432
4.62754
4.58902
4.54893
4.50741
4.46463
4.42069
4.37572
4.32983
4.28307
4.23557
4.18737
4.13865
4.08944
4.04
3.99046
3.94107
3.89172
3.84258
3.79358
3.74476
3.69616
3.64781
3.59981
3.55213
3.50492
3.4581
3.41187
3.3661
3.32103
3.27654
3.23286
3.18988
3.14787
3.10675
3.06678
3.028
2.99067
2.95495
2.92116
2.88947
2.86041
2.83527
2.81338
2.80165
6.3931
5.91586
5.48735
5.13346
4.8642
4.67805
4.57464
4.53486
4.52964
4.52839
4.52248
4.50391
4.45924
4.36522
4.21976
4.07559
3.95641
3.87369
3.83309
3.83364
3.84218
3.86789
3.9244
4.00817
4.0963
4.18338
4.26279
4.33347
4.39718
4.45579
4.51061
4.56228
4.61097
4.65639
4.69814
4.73575
4.76912
4.79799
4.82232
4.84239
4.85782
4.86864
4.87478
4.87508
4.87445
4.87234
4.86735
4.85699
4.83985
4.8186
4.79434
4.76767
4.73896
4.70831
4.67577
4.64133
4.60505
4.56703
4.52741
4.48633
4.44393
4.40035
4.35569
4.31008
4.26356
4.21628
4.16829
4.11977
4.07096
4.02214
3.97329
3.92459
3.87587
3.82727
3.77879
3.7305
3.68245
3.63466
3.58724
3.54015
3.49355
3.44735
3.40174
3.35662
3.31221
3.26839
3.22541
3.18319
3.14197
3.10174
3.06276
3.02511
2.98908
2.9549
2.92264
2.89296
2.86634
2.84421
2.82528
2.81792
6.43944
6.01807
5.63662
5.31984
5.08137
4.92781
4.86339
4.86252
4.86727
4.87677
4.87135
4.84787
4.78517
4.65016
4.45534
4.27477
4.1289
4.02267
3.95526
3.92547
3.92595
3.93259
3.95322
3.99933
4.07112
4.14711
4.22597
4.30024
4.36801
4.42896
4.48401
4.53437
4.58098
4.62419
4.664
4.70017
4.73249
4.76077
4.78493
4.80495
4.82049
4.83177
4.83864
4.83974
4.83922
4.83741
4.83309
4.8241
4.80871
4.78909
4.76606
4.7402
4.71198
4.68167
4.64946
4.61541
4.5796
4.54208
4.50295
4.46236
4.4204
4.37724
4.33294
4.28766
4.24141
4.1944
4.14672
4.09884
4.05075
4.00265
3.95448
3.90636
3.85824
3.81023
3.76234
3.71465
3.66723
3.62007
3.57331
3.52688
3.48097
3.43546
3.39058
3.34619
3.30255
3.25954
3.21741
3.17611
3.1359
3.09679
3.05909
3.02292
2.98865
2.95623
2.92624
2.89942
2.87621
2.85813
2.84379
2.84148
6.49298
6.12654
5.79849
5.53259
5.3453
5.24269
5.22884
5.2354
5.25197
5.25075
5.23704
5.19181
5.08522
4.884
4.67355
4.48303
4.32542
4.20262
4.11319
4.05471
4.02388
4.01591
4.01905
4.03193
4.06299
4.12308
4.18064
4.25082
4.32184
4.38783
4.44684
4.49928
4.54614
4.5884
4.62672
4.66144
4.69261
4.72018
4.74402
4.76409
4.77991
4.79161
4.79921
4.80129
4.80088
4.79935
4.79561
4.7878
4.77392
4.75589
4.73427
4.70949
4.68203
4.65224
4.62045
4.5868
4.55141
4.51436
4.47575
4.43566
4.3942
4.35149
4.3076
4.26266
4.21672
4.17016
4.1232
4.07607
4.02871
3.98129
3.93377
3.88626
3.83879
3.79143
3.74422
3.69721
3.6505
3.60405
3.55803
3.51234
3.4672
3.42247
3.3784
3.33486
3.29211
3.25004
3.20894
3.16876
3.12981
3.09213
3.05609
3.0219
2.98969
2.95974
2.93298
2.91
2.89163
2.87887
2.87199
2.87259
6.55982
6.25493
5.99217
5.79269
5.66965
5.63024
5.63436
5.64706
5.65087
5.63969
5.59797
5.49767
5.3048
5.09065
4.88444
4.69783
4.53742
4.40354
4.29538
4.21216
4.15255
4.11473
4.09358
4.09395
4.0997
4.11798
4.1581
4.20399
4.26418
4.33019
4.39357
4.4509
4.50139
4.54558
4.5844
4.61878
4.6493
4.67629
4.69982
4.71983
4.7362
4.74829
4.75656
4.75977
4.75948
4.75823
4.75507
4.74838
4.7358
4.71919
4.69898
4.67545
4.64899
4.61995
4.58872
4.55553
4.52059
4.484
4.44588
4.40632
4.36538
4.32316
4.27967
4.23513
4.1898
4.14403
4.09787
4.05149
4.00487
3.95815
3.91134
3.86454
3.8178
3.77117
3.72474
3.6785
3.63258
3.58693
3.54172
3.49687
3.45258
3.40874
3.3656
3.32304
3.28132
3.24039
3.20051
3.16173
3.12434
3.0885
3.05462
3.02277
2.99314
2.96676
2.94428
2.92654
2.91459
2.90895
2.90925
2.91152
6.65624
6.42348
6.23936
6.11844
6.06536
6.06632
6.07219
6.07097
6.0571
6.01041
5.9023
5.70995
5.49765
5.29027
5.09585
4.918
4.7571
4.61512
4.49211
4.38835
4.30381
4.23863
4.19176
4.16231
4.14932
4.15109
4.15995
4.18268
4.21946
4.26698
4.32648
4.3861
4.44109
4.48981
4.53217
4.56877
4.6004
4.62784
4.65156
4.67177
4.68855
4.70136
4.71036
4.71479
4.71463
4.7137
4.71115
4.70557
4.69437
4.67901
4.66012
4.63789
4.61261
4.58454
4.55408
4.52149
4.48707
4.45099
4.41338
4.37435
4.33393
4.29219
4.2492
4.20535
4.16086
4.11594
4.07061
4.02502
3.97918
3.93323
3.88721
3.8412
3.79526
3.74945
3.70384
3.65844
3.61337
3.56861
3.52429
3.48037
3.43703
3.3942
3.3521
3.31068
3.27016
3.2306
3.19222
3.15518
3.11978
3.08634
3.05515
3.02604
3.00024
2.97855
2.96176
2.95112
2.94766
2.94864
2.95234
2.96222
6.80173
6.65631
6.562
6.51698
6.5173
6.52051
6.51694
6.49666
6.43717
6.30704
6.10785
5.8929
5.6853
5.49045
5.30812
5.13751
4.97734
4.82933
4.69454
4.57416
4.46932
4.38088
4.30908
4.25416
4.21584
4.19211
4.18697
4.19003
4.20149
4.22593
4.26195
4.31275
4.36634
4.41816
4.46536
4.50661
4.54192
4.57192
4.5973
4.61861
4.63617
4.6501
4.6599
4.66561
4.66597
4.66537
4.66339
4.65881
4.64944
4.63529
4.6177
4.59682
4.57281
4.54589
4.51638
4.48459
4.45085
4.41536
4.37832
4.33985
4.29993
4.25871
4.21647
4.17352
4.12995
4.08591
4.04146
3.99672
3.95175
3.90665
3.86151
3.81636
3.77132
3.72639
3.68169
3.63723
3.5931
3.54932
3.50598
3.46312
3.42084
3.37918
3.33828
3.29821
3.25915
3.22124
3.18474
3.14989
3.11708
3.08668
3.05832
3.03331
3.01273
2.99727
2.98783
2.98696
2.98845
2.99366
3.00628
3.03373
7.02906
6.97563
6.9684
6.97416
6.98695
6.98179
6.95544
6.88235
6.72677
6.50927
6.28479
6.07263
5.87605
5.69261
5.51896
5.35253
5.19218
5.03933
4.89537
4.76209
4.64129
4.53427
4.44196
4.36472
4.30269
4.25603
4.22512
4.20715
4.20742
4.21173
4.22386
4.24941
4.28911
4.33603
4.38426
4.42948
4.46984
4.50463
4.53386
4.55795
4.57748
4.59305
4.60413
4.61118
4.61325
4.61281
4.61125
4.60759
4.60007
4.58755
4.57145
4.55198
4.52934
4.50369
4.47535
4.44457
4.41169
4.37697
4.3406
4.30272
4.26336
4.2229
4.18159
4.13962
4.09702
4.05395
4.01045
3.96665
3.92263
3.87847
3.83428
3.79008
3.74599
3.70204
3.65833
3.61488
3.57178
3.52908
3.48685
3.44517
3.40412
3.3638
3.32432
3.28585
3.24857
3.21272
3.17861
3.14656
3.1172
3.08977
3.06579
3.04643
3.03277
3.02514
3.02549
3.0279
3.03497
3.05086
3.0779
3.13104
7.36587
7.38086
7.42325
7.46619
7.46161
7.43229
7.34833
7.16917
6.92537
6.6819
6.45868
6.25632
6.07027
5.8948
5.72572
5.56056
5.39813
5.24108
5.08998
4.94702
4.81412
4.69279
4.58406
4.48873
4.40725
4.33983
4.28658
4.24673
4.22161
4.20987
4.21072
4.21534
4.22885
4.25744
4.29694
4.3401
4.38338
4.42325
4.45788
4.48674
4.51006
4.52831
4.54205
4.5507
4.55516
4.55499
4.55404
4.55149
4.54606
4.53536
4.52093
4.50305
4.48194
4.45777
4.4308
4.40126
4.36948
4.33571
4.30017
4.26297
4.22442
4.18494
4.14466
4.1037
4.06214
4.02009
3.97763
3.93486
3.89188
3.84876
3.80559
3.76245
3.71941
3.67653
3.6339
3.59156
3.54961
3.5081
3.46713
3.42677
3.38715
3.34837
3.31062
3.27409
3.23904
3.20579
3.17473
3.14649
3.12028
3.09752
3.07973
3.06784
3.0631
3.06391
3.06755
3.07695
3.09686
3.13484
3.17303
3.23583
7.7784
7.85813
7.94995
7.94993
7.92301
7.83298
7.63507
7.35957
7.09133
6.85103
6.63818
6.44599
6.2668
6.095
5.92684
5.76059
5.59665
5.43441
5.27731
5.12696
4.98496
4.85265
4.73109
4.62117
4.52342
4.43816
4.36597
4.30664
4.26033
4.22674
4.20714
4.19954
4.19996
4.2049
4.21914
4.24916
4.28769
4.32863
4.36743
4.4018
4.43061
4.45347
4.47104
4.48295
4.49022
4.49198
4.49148
4.48982
4.486
4.47814
4.46561
4.44953
4.43017
4.40771
4.38235
4.35432
4.32391
4.29134
4.25679
4.22056
4.18316
4.1448
4.10562
4.06576
4.02532
3.98439
3.94307
3.90144
3.85958
3.8176
3.77556
3.73356
3.69166
3.64995
3.60851
3.56741
3.52673
3.48657
3.44702
3.4082
3.37024
3.33332
3.29766
3.26355
3.23132
3.20141
3.17453
3.14967
3.12845
3.11251
3.10238
3.10082
3.10229
3.10739
3.11995
3.14582
3.1853
3.23559
3.27927
3.34083
8.33829
8.44499
8.46247
8.43313
8.33315
8.11293
7.80885
7.51434
7.2535
7.026
6.8237
6.63808
6.4617
6.28994
6.1199
5.95096
5.78333
5.61775
5.45624
5.30041
5.15152
5.01091
4.87949
4.75814
4.64736
4.54769
4.45947
4.38282
4.31782
4.26491
4.22448
4.19704
4.18321
4.17301
4.17426
4.18098
4.19725
4.22994
4.26592
4.30287
4.33665
4.36533
4.38827
4.40552
4.41663
4.4227
4.42283
4.4221
4.41984
4.41481
4.4047
4.39068
4.37332
4.35286
4.32944
4.30325
4.27452
4.24343
4.21023
4.17541
4.13933
4.10223
4.06429
4.02566
3.98644
3.94674
3.90666
3.86626
3.82565
3.7849
3.74411
3.70336
3.66274
3.62233
3.58222
3.5425
3.50327
3.46464
3.42675
3.38973
3.35378
3.31913
3.2861
3.25507
3.22647
3.20115
3.17792
3.15836
3.14468
3.13694
3.13729
3.13982
3.14716
3.16348
3.19618
3.23992
3.28971
3.34326
3.38457
3.43701
8.98427
9.0069
8.97279
8.85617
8.60328
8.26968
7.94884
7.6662
7.42175
7.20683
7.01142
6.82799
6.65061
6.47619
6.30292
6.1307
5.95995
5.79134
5.62668
5.46683
5.31299
5.16619
5.02731
4.89704
4.77597
4.66445
4.56287
4.47162
4.39114
4.32137
4.26266
4.21554
4.18111
4.15962
4.14154
4.13483
4.13731
4.14614
4.16583
4.19725
4.2304
4.26295
4.29175
4.31512
4.3325
4.34341
4.34853
4.34833
4.34715
4.34411
4.33762
4.32604
4.31092
4.29271
4.27153
4.24752
4.22084
4.19162
4.16021
4.12713
4.09267
4.05707
4.02056
3.98332
3.94546
3.90712
3.86839
3.82935
3.79009
3.75071
3.71129
3.67193
3.63273
3.59377
3.55516
3.51702
3.47946
3.44262
3.40668
3.37184
3.33836
3.30656
3.27689
3.24982
3.22626
3.20494
3.18726
3.17594
3.17174
3.17273
3.17689
3.18751
3.20977
3.24769
3.29453
3.34675
3.39822
3.44635
3.47897
3.51865
9.60974
9.56636
9.42145
9.11569
8.74376
8.39262
8.08725
7.82492
7.59533
7.38852
7.19598
7.01138
6.83087
6.65259
6.47587
6.30064
6.12752
5.957
5.78969
5.62688
5.4695
5.31819
5.17368
5.03648
4.9072
4.78617
4.67378
4.57055
4.47673
4.39237
4.31786
4.25364
4.20042
4.15869
4.13002
4.10539
4.08765
4.0879
4.0913
4.10131
4.1225
4.15183
4.18253
4.21083
4.23455
4.25227
4.26382
4.26812
4.26782
4.2664
4.26282
4.25533
4.2429
4.22705
4.20827
4.18668
4.16234
4.13542
4.10632
4.07537
4.04284
4.00904
3.97421
3.93856
3.90225
3.86542
3.82817
3.79063
3.75286
3.71499
3.6771
3.63929
3.60168
3.56436
3.52748
3.49115
3.45555
3.42085
3.38728
3.35514
3.32476
3.29665
3.27134
3.24985
3.23045
3.21554
3.20596
3.20596
3.20782
3.21405
3.22866
3.25836
3.30048
3.35069
3.40397
3.45583
3.50021
3.53709
3.55828
3.58549
10.2224
10.0309
9.64439
9.2264
8.84087
8.5107
8.231
7.98852
7.77084
7.56809
7.37453
7.18645
7.00191
6.8198
6.64007
6.46257
6.28775
6.11579
5.94696
5.7822
5.62218
5.46727
5.31829
5.17551
5.03964
4.91084
4.78968
4.67621
4.57094
4.47419
4.38637
4.30764
4.2384
4.17925
4.13085
4.09522
4.06323
4.03995
4.02928
4.03021
4.0348
4.04629
4.06964
4.09635
4.12353
4.14723
4.16549
4.17741
4.18217
4.18189
4.18045
4.17675
4.16899
4.15615
4.13983
4.12069
4.09894
4.07468
4.04823
4.01978
3.9896
3.95795
3.92511
3.89132
3.85677
3.82164
3.78604
3.75014
3.71402
3.67781
3.64161
3.60554
3.56973
3.53429
3.49942
3.46523
3.43198
3.39989
3.36927
3.34055
3.31421
3.29092
3.27181
3.25463
3.24221
3.2368
3.23763
3.24144
3.2513
3.27218
3.30901
3.3553
3.40789
3.46209
3.51305
3.55634
3.58896
3.61247
3.62289
3.63957
10.7362
10.2192
9.72124
9.28956
8.93174
8.63532
8.38159
8.1545
7.94311
7.74119
7.54503
7.35305
7.16478
6.9797
6.79785
6.61888
6.44297
6.27004
6.10009
5.93385
5.77167
5.6139
5.46112
5.31368
5.1721
5.03668
4.90783
4.78582
4.67096
4.56356
4.46393
4.37242
4.28961
4.21603
4.15186
4.09786
4.05503
4.01722
3.98675
3.96777
3.96276
3.96423
3.96992
3.98294
4.00637
4.03064
4.05385
4.07268
4.08556
4.09154
4.09141
4.09027
4.08694
4.0797
4.06655
4.04999
4.03082
4.00932
3.98573
3.9601
3.93262
3.9035
3.87301
3.84139
3.80887
3.77566
3.74193
3.70787
3.67357
3.63923
3.60493
3.57084
3.5371
3.50386
3.47135
3.43974
3.40937
3.38053
3.35368
3.32941
3.30848
3.29175
3.2777
3.26732
3.26671
3.26855
3.27484
3.28945
3.31909
3.36074
3.41117
3.46605
3.52063
3.57045
3.61157
3.64201
3.66156
3.67292
3.67639
3.68376
10.9589
10.2654
9.73937
9.34288
9.03106
8.77034
8.53792
8.32039
8.11097
7.90686
7.70726
7.51205
7.32125
7.13447
6.9514
6.77162
6.59499
6.42119
6.25053
6.08242
5.91835
5.75811
5.60207
5.45053
5.30404
5.16285
5.02747
4.8981
4.77515
4.6588
4.54945
4.44734
4.35282
4.26619
4.18793
4.11862
4.05876
4.01001
3.96674
3.92974
3.9046
3.89034
3.88908
3.891
3.89755
3.91203
3.93414
3.95613
3.97537
3.9894
3.99741
3.99815
3.99729
3.99447
3.98804
3.97517
3.9589
3.94019
3.91938
3.89665
3.87209
3.84581
3.81801
3.78888
3.75868
3.72764
3.69601
3.664
3.63176
3.59951
3.56737
3.53555
3.5042
3.47356
3.44387
3.41544
3.38864
3.36397
3.34198
3.32387
3.30966
3.29878
3.2928
3.29367
3.29776
3.30825
3.33037
3.36786
3.41468
3.46827
3.52471
3.5792
3.62742
3.66633
3.69394
3.71112
3.7193
3.7219
3.72167
3.72255
10.928
10.235
9.74377
9.40254
9.139
8.90856
8.69084
8.47857
8.27002
8.06488
7.86377
7.66719
7.4752
7.28742
7.10344
6.92273
6.745
6.56995
6.39768
6.22734
6.06147
5.89874
5.73955
5.58424
5.43327
5.28696
5.14573
5.00988
4.87977
4.75566
4.63784
4.5266
4.42217
4.32492
4.23517
4.15335
4.0799
4.01526
3.96071
3.91208
3.8697
3.83767
3.81896
3.80901
3.80938
3.81226
3.82015
3.83644
3.85649
3.87601
3.8912
3.90056
3.90319
3.90261
3.90037
3.89486
3.88364
3.86825
3.85017
3.8302
3.80855
3.78525
3.76037
3.73402
3.70645
3.67791
3.64866
3.61897
3.58906
3.55917
3.52949
3.50027
3.47174
3.44419
3.41799
3.3935
3.37129
3.35201
3.33675
3.32593
3.31739
3.31732
3.3194
3.32645
3.34237
3.37446
3.41705
3.46862
3.52559
3.58325
3.63715
3.6834
3.71969
3.74458
3.75914
3.76528
3.76499
3.76358
3.75982
3.75971
10.783
10.1606
9.75651
9.48121
9.25694
9.04583
8.83601
8.62615
8.4178
8.21297
8.01253
7.81645
7.62461
7.4366
7.25199
7.07038
6.89144
6.71498
6.54088
6.3698
6.2002
6.03439
5.87204
5.71322
5.55817
5.40726
5.26086
5.11934
4.98301
4.85221
4.72714
4.60815
4.49537
4.38914
4.28964
4.19724
4.11227
4.03518
3.96646
3.90709
3.85397
3.80658
3.76959
3.74395
3.72874
3.72368
3.72483
3.72931
3.73961
3.75796
3.77608
3.79174
3.80262
3.80756
3.80733
3.80584
3.80175
3.79303
3.77877
3.76175
3.74283
3.7223
3.70026
3.67681
3.65211
3.62639
3.59988
3.57289
3.54567
3.51852
3.49172
3.46558
3.44043
3.41666
3.39472
3.37519
3.35875
3.34679
3.3391
3.33551
3.33676
3.34186
3.35426
3.3798
3.41853
3.46729
3.52327
3.58245
3.64059
3.69333
3.73739
3.77093
3.79344
3.80582
3.80922
3.80868
3.80657
3.8016
3.79134
3.78978
10.5927
10.0888
9.78689
9.56924
9.37025
9.16939
8.96456
8.75845
8.55373
8.35202
8.15389
7.95929
7.76803
7.57987
7.39452
7.21176
7.03129
6.85305
6.67685
6.50281
6.3309
6.1624
5.99705
5.8349
5.67622
5.5212
5.37034
5.22382
5.08216
4.94553
4.81431
4.68869
4.56886
4.45509
4.34749
4.24638
4.15198
4.06463
3.98476
3.91271
3.84953
3.79229
3.74098
3.69986
3.66929
3.64962
3.63774
3.63784
3.63979
3.64568
3.65826
3.67593
3.69291
3.70548
3.71291
3.71367
3.7129
3.71022
3.70405
3.69164
3.67616
3.65836
3.63898
3.61831
3.59656
3.57385
3.55039
3.52644
3.50231
3.47835
3.45495
3.43251
3.41153
3.39248
3.37611
3.3629
3.35478
3.35038
3.35097
3.35439
3.36362
3.38335
3.41836
3.46315
3.5169
3.57627
3.6372
3.69523
3.74642
3.7881
3.81898
3.83921
3.84992
3.85143
3.85069
3.84819
3.84249
3.83241
3.81791
3.81523
10.4891
10.0562
9.82456
9.64428
9.46185
9.26961
9.07182
8.87259
8.67409
8.47728
8.28254
8.09006
7.89987
7.71194
7.52621
7.34251
7.16081
6.98095
6.80297
6.62689
6.45265
6.28082
6.11229
5.94694
5.78492
5.62629
5.4715
5.32077
5.17454
5.0331
4.89668
4.76559
4.6399
4.51992
4.40565
4.29743
4.19532
4.09965
4.01066
3.92876
3.85426
3.78811
3.72759
3.6732
3.62873
3.59426
3.56965
3.55461
3.54955
3.55053
3.5543
3.56302
3.57955
3.59591
3.6097
3.61863
3.62258
3.6223
3.62074
3.61645
3.60739
3.59332
3.57682
3.55896
3.54016
3.52062
3.50053
3.48009
3.45962
3.43951
3.42028
3.40238
3.38664
3.37335
3.3639
3.35888
3.35914
3.36142
3.36844
3.38384
3.4145
3.45475
3.50561
3.56393
3.62617
3.68814
3.74564
3.79516
3.83453
3.86318
3.88136
3.89047
3.89101
3.89015
3.88746
3.88155
3.87023
3.85804
3.84203
3.83831
10.4433
10.0355
9.84643
9.69583
9.52972
9.348
9.15918
8.96815
8.77661
8.5852
8.39437
8.20451
8.01596
7.82885
7.64334
7.45934
7.27694
7.09605
6.91675
6.73906
6.56286
6.38868
6.2174
6.04927
5.88427
5.72257
5.56445
5.4102
5.26015
5.11465
4.97385
4.83813
4.70749
4.58229
4.46249
4.34837
4.23995
4.13752
4.04116
3.95125
3.86798
3.79183
3.72345
3.66035
3.60361
3.55666
3.51893
3.49105
3.47241
3.46344
3.46376
3.46605
3.4723
3.48529
3.50166
3.51676
3.52829
3.535
3.53581
3.53504
3.53235
3.5262
3.51397
3.49968
3.48388
3.46743
3.4508
3.43415
3.41786
3.4023
3.38819
3.37581
3.3668
3.36043
3.36065
3.36252
3.36833
3.38106
3.40637
3.44231
3.48944
3.54538
3.60748
3.67195
3.73448
3.79095
3.83855
3.87572
3.90225
3.91915
3.92694
3.92706
3.9262
3.92353
3.91767
3.90702
3.89368
3.8804
3.86374
3.85931
10.4235
10.0173
9.85628
9.73033
9.58012
9.40938
9.22957
9.04625
8.86111
8.67476
8.48784
8.30089
8.11441
7.92869
7.74393
7.56023
7.37765
7.19627
7.01612
6.83733
6.65977
6.48377
6.31014
6.13945
5.97181
5.80736
5.64645
5.4892
5.33609
5.18723
5.043
4.90354
4.76905
4.63966
4.51552
4.39666
4.28329
4.1754
4.07326
3.97691
3.8867
3.80285
3.72565
3.65597
3.5909
3.53311
3.48408
3.44398
3.41326
3.39235
3.38039
3.37936
3.38079
3.3855
3.39589
3.41266
3.42908
3.44288
3.45082
3.4541
3.45385
3.45244
3.44862
3.44052
3.42883
3.41606
3.40288
3.39015
3.37855
3.36825
3.36063
3.35479
3.35496
3.35662
3.36176
3.37279
3.39314
3.42453
3.46798
3.52098
3.58168
3.64706
3.7131
3.77558
3.83081
3.87642
3.91146
3.93636
3.952
3.9592
3.95932
3.95854
3.95613
3.95081
3.94053
3.92826
3.91401
3.90006
3.88282
3.87822
10.4188
10.0104
9.86594
9.75598
9.61777
9.45645
9.28454
9.10788
8.92825
8.74647
8.56332
8.37946
8.19541
8.01156
7.8281
7.64525
7.46308
7.28173
7.10131
6.9219
6.74364
6.56639
6.39101
6.21819
6.04842
5.88179
5.7187
5.55921
5.40373
5.25234
5.10534
4.96293
4.82521
4.69243
4.56463
4.44193
4.32443
4.21215
4.10526
4.00381
3.90799
3.81802
3.73407
3.65657
3.58588
3.51991
3.46161
3.4113
3.36952
3.33677
3.3136
3.30054
3.29763
3.29877
3.3027
3.31167
3.32818
3.34531
3.36005
3.37049
3.37612
3.3785
3.37819
3.37677
3.37321
3.36589
3.35737
3.34955
3.34327
3.33913
3.33937
3.34106
3.34619
3.35757
3.37446
3.40102
3.44017
3.48906
3.54722
3.6121
3.68031
3.74757
3.80987
3.8639
3.90781
3.94133
3.96495
3.98038
3.98723
3.98786
3.98716
3.98505
3.9802
3.97149
3.95959
3.94673
3.93179
3.91738
3.89949
3.89533
10.4511
10.0311
9.89128
9.78674
9.65371
9.49802
9.33129
9.15897
8.98309
8.80464
8.62452
8.44328
8.26148
8.07942
7.89741
7.71559
7.53415
7.35316
7.17282
6.99324
6.81461
6.63687
6.46048
6.28626
6.11477
5.94649
5.78157
5.62033
5.46283
5.3094
5.1601
5.01529
4.87498
4.73949
4.60878
4.48303
4.36228
4.24655
4.1359
4.03044
3.93016
3.83535
3.74602
3.66251
3.58528
3.51379
3.44759
3.38893
3.33787
3.29524
3.2616
3.23739
3.22292
3.21861
3.21953
3.22303
3.23105
3.24739
3.2654
3.28201
3.29527
3.30361
3.30941
3.31302
3.31472
3.31453
3.31387
3.31326
3.31377
3.31575
3.32087
3.33171
3.34967
3.37193
3.40494
3.44911
3.50355
3.56621
3.63471
3.7052
3.77361
3.8358
3.88903
3.93186
3.96437
3.98749
4.00287
4.01052
4.01233
4.01178
4.01006
4.00621
3.99847
3.98815
3.97578
3.96217
3.9469
3.93211
3.91408
3.91002
10.4848
10.068
9.91897
9.81113
9.68163
9.53144
9.36953
9.20096
9.02824
8.85263
8.67508
8.49616
8.31633
8.13592
7.95519
7.77434
7.59354
7.41295
7.23276
7.05317
6.87434
6.6964
6.51952
6.3444
6.17175
6.00215
5.83587
5.67313
5.51411
5.35898
5.20792
5.06115
4.91886
4.78116
4.64818
4.51997
4.3966
4.27808
4.16445
4.05574
3.95195
3.85324
3.75966
3.67143
3.58865
3.51194
3.44028
3.37481
3.3162
3.26491
3.22179
3.18742
3.16262
3.1476
3.14283
3.14365
3.147
3.15514
3.17168
3.19175
3.21113
3.2272
3.24035
3.25003
3.25818
3.26514
3.27171
3.27853
3.28738
3.29841
3.3146
3.3365
3.36478
3.40303
3.45214
3.51085
3.57753
3.64906
3.72166
3.79093
3.85327
3.90611
3.94851
3.98063
4.00395
4.01967
4.02933
4.03227
4.03199
4.03088
4.02821
4.02267
4.01362
4.00248
3.98969
3.97552
3.96001
3.94482
3.9274
3.92247
10.5311
10.1161
9.94777
9.83146
9.70418
9.55897
9.40118
9.23564
9.0655
8.89234
8.71707
8.54018
8.36205
8.18303
8.00338
7.82338
7.64317
7.463
7.28302
7.10348
6.92457
6.74652
6.56947
6.39401
6.22073
6.05023
5.88291
5.71897
5.55869
5.40218
5.24975
5.10144
4.9575
4.81803
4.68319
4.55299
4.42751
4.30674
4.19068
4.07936
3.97271
3.87086
3.7738
3.68169
3.59474
3.51308
3.4371
3.36598
3.30121
3.24299
3.19213
3.1492
3.11477
3.08971
3.07465
3.07036
3.07136
3.07511
3.08412
3.10227
3.12518
3.1479
3.16866
3.18659
3.20256
3.21747
3.23236
3.24831
3.26683
3.28956
3.31793
3.35123
3.39495
3.44855
3.51151
3.58164
3.65594
3.73024
3.80042
3.86297
3.91581
3.95818
3.99078
4.0142
4.03174
4.04255
4.04812
4.04842
4.04792
4.04635
4.04283
4.03576
4.02611
4.01454
4.0014
3.98688
3.9712
3.95564
3.93854
3.93335
10.5954
10.1731
9.97832
9.85202
9.72654
9.58548
9.43062
9.26716
9.09881
8.92739
8.75378
8.57836
8.40147
8.22343
8.04454
7.86509
7.68531
7.5054
7.32559
7.14609
6.96716
6.78903
6.61195
6.43626
6.26261
6.09148
5.92337
5.7585
5.59714
5.43952
5.28582
5.13625
4.99096
4.85009
4.71375
4.58198
4.4548
4.33222
4.2142
4.10071
3.99177
3.88736
3.78757
3.6924
3.60205
3.51656
3.43639
3.36112
3.2914
3.22764
3.17022
3.11985
3.07737
3.04357
3.01923
3.00481
3.0024
3.00376
3.00833
3.019
3.04033
3.06697
3.09468
3.12157
3.14719
3.17203
3.19701
3.22372
3.25379
3.29012
3.33017
3.37952
3.4381
3.50511
3.57871
3.65547
3.73141
3.80248
3.8655
3.91868
3.96164
3.99487
4.01987
4.03793
4.05101
4.05902
4.06184
4.06165
4.06081
4.05871
4.05427
4.04638
4.03638
4.02456
4.01117
3.99636
3.98058
3.96473
3.948
3.94239
10.6459
10.2087
9.98957
9.85774
9.73653
9.60099
9.45
9.28962
9.12395
8.95489
8.78334
8.60966
8.43414
8.25711
8.07897
7.90004
7.72063
7.54094
7.36124
7.18176
7.00277
6.82453
6.64735
6.47161
6.29777
6.12625
5.95751
5.79191
5.62971
5.47121
5.31652
5.16594
5.01957
4.87758
4.74003
4.60698
4.4784
4.35435
4.23471
4.11953
4.0087
3.90228
3.80022
3.70263
3.60953
3.5211
3.43746
3.35886
3.28509
3.21681
3.15426
3.09821
3.04914
3.00783
2.97514
2.95196
2.93935
2.93953
2.94157
2.94762
2.96121
2.98806
3.02079
3.05595
3.0918
3.12788
3.16525
3.20478
3.24911
3.29785
3.35446
3.41918
3.49124
3.56854
3.64789
3.72549
3.79747
3.86117
3.915
3.95884
3.99345
4.01982
4.03984
4.05426
4.06441
4.07084
4.07218
4.07189
4.07083
4.06834
4.06321
4.05499
4.04472
4.03269
4.01911
4.00418
3.98823
3.97235
3.95588
3.94946
10.7608
10.2698
10.0143
9.87245
9.75239
9.61979
9.47055
9.31218
9.14784
8.98005
8.80971
8.63714
8.46248
8.28608
8.10842
7.92986
7.75069
7.57118
7.39154
7.21205
7.03299
6.8547
6.67741
6.50149
6.32737
6.1555
5.98622
5.81999
5.65703
5.49774
5.34224
5.19082
5.0436
4.90072
4.7622
4.62816
4.49845
4.37323
4.25234
4.13571
4.0234
3.91529
3.81149
3.71193
3.61672
3.52594
3.43966
3.3582
3.28139
3.20964
3.14323
3.08257
3.02825
2.98084
2.94125
2.91043
2.88918
2.88131
2.88229
2.88609
2.89555
2.91555
2.94961
2.991
3.03687
3.08549
3.13683
3.19167
3.25168
3.31633
3.38884
3.46727
3.5496
3.63256
3.71241
3.78591
3.85055
3.90538
3.95038
3.98647
4.01489
4.03669
4.05343
4.06565
4.07419
4.07963
4.08017
4.07983
4.07866
4.07599
4.07051
4.06202
4.05152
4.03931
4.02559
4.01056
3.99453
3.97855
3.96254
3.9551
10.7757
10.3046
10.033
9.87979
9.75768
9.62767
9.48034
9.32575
9.16346
8.99733
8.82869
8.65745
8.48376
8.30812
8.13097
7.95277
7.7738
7.59442
7.41483
7.23537
7.05626
6.87788
6.70054
6.52465
6.35041
6.17831
6.00869
5.842
5.67853
5.51864
5.36258
5.21053
5.06269
4.91912
4.77988
4.64506
4.51449
4.38834
4.26639
4.1487
4.03524
3.92586
3.82071
3.71964
3.62285
3.53025
3.44206
3.35828
3.27918
3.20471
3.13536
3.07119
3.01294
2.96087
2.91596
2.87886
2.85113
2.8332
2.83262
2.83457
2.8409
2.85566
2.88563
2.93066
2.98473
3.04552
3.1121
3.18389
3.26058
3.343
3.42994
3.51895
3.60707
3.69065
3.76668
3.83324
3.88959
3.93618
3.97403
4.00444
4.02864
4.0476
4.06226
4.07321
4.08106
4.08583
4.08585
4.08549
4.08431
4.08158
4.07596
4.0673
4.05662
4.04431
4.03047
4.01539
3.99935
3.98324
3.96784
3.95935
10.8125
10.3358
10.0474
9.88669
9.76399
9.63668
9.49146
9.33946
9.17829
9.01308
8.84545
8.67494
8.50182
8.32656
8.14965
7.97152
7.79259
7.61315
7.43351
7.25395
7.07475
6.89633
6.71891
6.54286
6.36844
6.19606
6.0261
5.85895
5.69506
5.53465
5.37814
5.22556
5.07724
4.93315
4.79336
4.65796
4.52675
4.39992
4.27715
4.15871
4.04429
3.93404
3.82788
3.72577
3.62778
3.5339
3.44429
3.35892
3.27805
3.20166
3.13016
3.06356
3.00247
2.94711
2.89828
2.85659
2.82366
2.79947
2.79189
2.79324
2.79824
2.81032
2.83555
2.88072
2.93978
3.01068
3.09159
3.18038
3.27485
3.37293
3.47171
3.56755
3.65718
3.73777
3.80786
3.86712
3.91627
3.95654
3.98936
4.01601
4.03756
4.05476
4.06826
4.07847
4.08598
4.09032
4.09028
4.08985
4.08857
4.08573
4.07993
4.07125
4.0605
4.04811
4.03421
4.01909
4.0031
3.98678
3.97178
3.96275
10.9088
10.3688
10.0528
9.88726
9.76395
9.63838
9.49292
9.34433
9.18391
9.0195
8.85305
8.68364
8.51141
8.33683
8.16043
7.98267
7.804
7.62474
7.44524
7.26574
7.08663
6.90819
6.73076
6.55463
6.38013
6.20758
6.03746
5.87003
5.70588
5.54512
5.38832
5.2354
5.08677
4.94231
4.80219
4.66637
4.53478
4.40748
4.28428
4.16529
4.05031
3.93946
3.83261
3.72981
3.63107
3.53637
3.44583
3.35946
3.27747
3.19983
3.12689
3.05869
2.99571
2.9382
2.88681
2.84216
2.80555
2.77762
2.76362
2.76449
2.76855
2.77891
2.80097
2.84462
2.90628
2.98435
3.07661
3.17946
3.28866
3.39906
3.5059
3.60487
3.69324
3.76959
3.83404
3.88756
3.93168
3.96793
3.99775
4.02226
4.04234
4.0585
4.07163
4.08146
4.08849
4.09274
4.09273
4.09234
4.09111
4.08827
4.08246
4.07366
4.06283
4.05043
4.03648
4.0213
4.00552
3.98909
3.97413
3.96502
10.9285
10.3745
10.0512
9.88588
9.76436
9.64053
9.49521
9.34872
9.189
9.02516
8.85927
8.69025
8.51822
8.3437
8.16724
7.98938
7.81057
7.63118
7.45155
7.27197
7.09279
6.91429
6.7368
6.5606
6.38603
6.21339
6.04318
5.87561
5.71133
5.5504
5.39342
5.24031
5.0915
4.94683
4.80651
4.67047
4.53866
4.4111
4.28765
4.16836
4.05311
3.94193
3.83477
3.7316
3.63249
3.53736
3.44638
3.35951
3.27694
3.1987
3.12506
3.05612
2.99223
2.93373
2.8811
2.83505
2.7966
2.7669
2.74923
2.74982
2.7533
2.76291
2.78347
2.82514
2.88855
2.97073
3.06977
3.18088
3.29863
3.41583
3.52656
3.62631
3.71298
3.78629
3.84731
3.89769
3.93923
3.97352
4.00191
4.02543
4.04478
4.06054
4.07342
4.08309
4.0899
4.09408
4.09414
4.09375
4.0925
4.08962
4.08375
4.0749
4.06406
4.05165
4.03766
4.02248
4.0068
3.99035
3.97537
3.96634
3.85232
3.32771
4.27272
4.26933
4.03911
3.93624
3.88222
3.79465
3.69707
3.61197
3.54369
3.48268
3.4463
3.43195
3.42941
3.45067
3.49816
3.56576
3.64663
3.73241
3.82013
3.90766
3.99428
4.07979
4.16423
4.24727
4.3285
4.40745
4.48429
4.55824
4.62778
4.69163
4.74973
4.80188
4.84825
4.88892
4.92436
4.95703
4.98407
5.00326
5.01653
5.02444
5.0277
5.02674
5.02269
5.01317
4.99831
4.98006
4.95934
4.93546
4.90909
4.87987
4.8485
4.8148
4.77927
4.74186
4.70294
4.66243
4.62073
4.57769
4.53368
4.48857
4.44268
4.39589
4.34842
4.30026
4.25152
4.20224
4.15251
4.10237
4.05193
4.00123
3.95038
3.89942
3.84847
3.79758
3.74684
3.69631
3.64604
3.59611
3.54657
3.49747
3.44889
3.40086
3.35346
3.30673
3.26075
3.21553
3.17116
3.12772
3.08526
3.04388
3.00368
2.96499
2.928
2.89309
2.86084
2.83217
2.80824
2.79215
4.72063
4.23018
4.35827
4.22744
4.0165
3.97165
3.92914
3.80939
3.68906
3.59024
3.52343
3.47991
3.44539
3.42908
3.4259
3.44581
3.49199
3.55989
3.64246
3.72877
3.81665
3.90412
3.99048
4.07562
4.15942
4.24161
4.32205
4.39947
4.47525
4.54943
4.61911
4.68274
4.74089
4.79329
4.84021
4.88127
4.91737
4.94953
4.97634
4.99617
5.00988
5.01813
5.02149
5.0209
5.01776
5.00952
4.99375
4.97527
4.95451
4.93121
4.90504
4.87623
4.84495
4.81154
4.7761
4.73892
4.70006
4.65974
4.61806
4.57518
4.53118
4.48619
4.44029
4.39358
4.34611
4.298
4.24926
4.20001
4.15029
4.10018
4.04975
3.99908
3.94825
3.89734
3.84643
3.7956
3.74491
3.69445
3.64427
3.59441
3.54496
3.49594
3.44744
3.39946
3.35215
3.30549
3.25957
3.21436
3.17004
3.12667
3.08432
3.04304
3.00301
2.9643
2.92725
2.89227
2.85991
2.83107
2.80678
2.79039
5.52727
4.78636
4.5218
4.26818
4.05365
3.96182
3.87844
3.7828
3.6802
3.59098
3.52756
3.48366
3.44513
3.41675
3.40889
3.43453
3.48255
3.54744
3.63338
3.71802
3.8065
3.89428
3.98101
4.06671
4.15116
4.23399
4.31508
4.39355
4.46977
4.54316
4.61227
4.67594
4.734
4.78649
4.8333
4.87461
4.91078
4.94235
4.9687
4.9888
5.00272
5.01109
5.01431
5.01382
5.01125
5.00426
4.9896
4.96993
4.94867
4.92541
4.8996
4.87104
4.84
4.80674
4.77147
4.73441
4.69569
4.65547
4.61387
4.57106
4.5271
4.48216
4.43628
4.38959
4.34213
4.29401
4.24528
4.19602
4.14629
4.09618
4.04575
3.9951
3.94429
3.89344
3.84258
3.79184
3.74124
3.6909
3.64083
3.5911
3.54179
3.49294
3.44463
3.39676
3.34966
3.30324
3.25757
3.21266
3.16856
3.12525
3.08294
3.04171
3.00172
2.96309
2.92611
2.89112
2.85867
2.82963
2.80492
2.78819
5.89994
5.10906
4.65929
4.35804
4.12949
3.98907
3.89225
3.79347
3.69068
3.59907
3.5315
3.48017
3.44525
3.42646
3.42604
3.44007
3.48123
3.54939
3.6296
3.71426
3.80161
3.88921
3.97593
4.06162
4.14597
4.22851
4.30902
4.38657
4.46155
4.53338
4.60137
4.6642
4.72162
4.7735
4.82001
4.86114
4.89714
4.92822
4.95417
4.97434
4.98859
4.99721
5.00051
5.00012
4.99809
4.99244
4.98004
4.95994
4.93807
4.91469
4.88917
4.86111
4.8306
4.79777
4.76287
4.72609
4.68762
4.64761
4.60621
4.56354
4.51974
4.4749
4.42913
4.38251
4.33513
4.28706
4.23839
4.18916
4.13948
4.08941
4.03904
3.98845
3.93774
3.88699
3.8363
3.78575
3.73538
3.68525
3.63547
3.58596
3.53695
3.48837
3.4404
3.39301
3.34619
3.2999
3.2544
3.20962
3.16572
3.12265
3.08058
3.03956
2.99978
2.96135
2.92454
2.88967
2.85726
2.82815
2.8031
2.78606
6.09194
5.34327
4.83024
4.48941
4.24024
4.06151
3.94136
3.83868
3.74067
3.65727
3.59478
3.54702
3.51163
3.48736
3.47768
3.48256
3.504
3.55355
3.62865
3.71089
3.79608
3.88335
3.97095
4.05738
4.14159
4.22327
4.30236
4.3789
4.45244
4.52273
4.58911
4.65085
4.70753
4.75893
4.80497
4.84563
4.88112
4.91155
4.93694
4.95696
4.97138
4.98022
4.98362
4.98327
4.98156
4.97688
4.96658
4.94748
4.92541
4.90166
4.87615
4.84848
4.81849
4.78619
4.75173
4.71533
4.67718
4.63745
4.59629
4.55384
4.51022
4.46554
4.4199
4.3734
4.32612
4.27814
4.22953
4.18039
4.13076
4.08078
4.03048
3.98002
3.92943
3.87887
3.82839
3.77815
3.72797
3.67815
3.62865
3.57961
3.53101
3.48285
3.43521
3.38812
3.34162
3.29571
3.2505
3.20605
3.16244
3.11971
3.07794
3.03725
2.99775
2.95964
2.92314
2.88859
2.85642
2.82753
2.8024
2.78527
6.20651
5.53124
5.01186
4.6392
4.37171
4.17809
4.04241
3.93875
3.8538
3.78665
3.73342
3.68867
3.64947
3.61498
3.5886
3.57645
3.57893
3.59352
3.63124
3.7063
3.78752
3.87856
3.96961
4.05758
4.14162
4.2218
4.29833
4.37161
4.44173
4.50877
4.57232
4.6319
4.68705
4.73744
4.78278
4.82297
4.85812
4.88825
4.91339
4.93351
4.94831
4.95767
4.96159
4.96134
4.95998
4.9562
4.94781
4.9309
4.9093
4.88538
4.85977
4.83235
4.80283
4.7711
4.7372
4.70128
4.66354
4.62415
4.58329
4.5411
4.49771
4.45324
4.40778
4.36144
4.31429
4.26644
4.21792
4.16888
4.11933
4.06947
4.01927
3.96897
3.9186
3.86819
3.81807
3.76818
3.71864
3.66938
3.62044
3.57187
3.5237
3.47594
3.42867
3.38193
3.3358
3.29029
3.24548
3.20142
3.1582
3.11586
3.07452
3.03428
2.99526
2.95767
2.92173
2.8878
2.85622
2.82793
2.80317
2.78664
6.28703
5.68342
5.18307
4.80028
4.51626
4.31711
4.17723
4.08508
4.02317
3.97831
3.94104
3.90339
3.86298
3.81529
3.76274
3.71367
3.67662
3.66944
3.67808
3.70708
3.77053
3.8592
3.95638
4.04988
4.13705
4.21751
4.29214
4.36221
4.42891
4.49264
4.55341
4.61084
4.66439
4.7136
4.75808
4.79766
4.83242
4.86221
4.88708
4.90714
4.9222
4.93209
4.93664
4.93645
4.93534
4.93221
4.92518
4.91084
4.89032
4.86669
4.84111
4.81379
4.78458
4.75331
4.71993
4.68452
4.64725
4.60826
4.56775
4.52587
4.48275
4.43852
4.39328
4.34714
4.30016
4.25247
4.20409
4.15519
4.10577
4.05607
4.00606
3.95601
3.906
3.85643
3.80681
3.75748
3.7084
3.65961
3.61112
3.56296
3.5152
3.46786
3.42104
3.37472
3.32906
3.284
3.23969
3.19611
3.15342
3.1116
3.07086
3.03122
2.99292
2.95609
2.92103
2.88804
2.85739
2.83023
2.80647
2.79164
6.34536
5.80736
5.33962
4.96393
4.67958
4.48012
4.35099
4.27916
4.24593
4.22681
4.20837
4.1813
4.13957
4.07172
3.98157
3.88652
3.80606
3.75654
3.74945
3.75757
3.78461
3.845
3.93475
4.03146
4.12408
4.20815
4.28362
4.35211
4.41571
4.47587
4.53323
4.58772
4.639
4.68653
4.72982
4.76837
4.80253
4.83199
4.8565
4.87657
4.89181
4.90217
4.90749
4.90741
4.90656
4.904
4.89811
4.88597
4.86705
4.84436
4.81921
4.79207
4.76308
4.73215
4.69924
4.66433
4.62756
4.58904
4.54895
4.50743
4.46465
4.42071
4.37574
4.32985
4.28309
4.23559
4.18739
4.13866
4.08946
4.04001
3.99048
3.94108
3.89174
3.84259
3.79359
3.74477
3.69617
3.64782
3.59982
3.55214
3.50493
3.45811
3.41187
3.36611
3.32103
3.27654
3.23286
3.18988
3.14786
3.10674
3.06678
3.02799
2.99067
2.95494
2.92116
2.88947
2.8604
2.83526
2.81337
2.80163
6.39307
5.91581
5.4873
5.1334
4.86413
4.67796
4.57454
4.53476
4.52955
4.5283
4.52242
4.50387
4.45924
4.36527
4.21981
4.07562
3.95641
3.87366
3.83304
3.83358
3.84212
3.86782
3.92432
4.0081
4.09623
4.18333
4.26274
4.33344
4.39716
4.45577
4.5106
4.56226
4.61096
4.65638
4.69814
4.73575
4.76912
4.79799
4.82233
4.8424
4.85783
4.86864
4.87479
4.87509
4.87446
4.87235
4.86736
4.85701
4.83987
4.81861
4.79435
4.76769
4.73898
4.70833
4.67579
4.64134
4.60507
4.56705
4.52743
4.48635
4.44395
4.40037
4.35571
4.3101
4.26358
4.2163
4.16831
4.11979
4.07097
4.02216
3.97331
3.9246
3.87588
3.82728
3.7788
3.73051
3.68246
3.63467
3.58724
3.54016
3.49355
3.44735
3.40175
3.35663
3.31221
3.26839
3.22541
3.18319
3.14197
3.10174
3.06276
3.0251
2.98908
2.9549
2.92263
2.89295
2.86633
2.8442
2.82526
2.8179
6.4394
6.01802
5.63656
5.31976
5.08127
4.9277
4.86327
4.8624
4.86716
4.87668
4.87127
4.84782
4.78516
4.65023
4.4554
4.27481
4.12891
4.02265
3.95522
3.92541
3.92588
3.93253
3.95315
3.99926
4.07106
4.14704
4.22592
4.3002
4.36798
4.42894
4.484
4.53436
4.58098
4.62419
4.664
4.70017
4.7325
4.76078
4.78494
4.80496
4.8205
4.83178
4.83865
4.83975
4.83924
4.83743
4.83311
4.82412
4.80873
4.78911
4.76608
4.74022
4.71199
4.68168
4.64948
4.61543
4.57962
4.54209
4.50297
4.46237
4.42042
4.37726
4.33296
4.28767
4.24143
4.19441
4.14674
4.09885
4.05076
4.00267
3.95449
3.90637
3.85825
3.81024
3.76235
3.71466
3.66724
3.62008
3.57332
3.52689
3.48098
3.43547
3.39058
3.3462
3.30255
3.25954
3.21741
3.17611
3.1359
3.09679
3.05909
3.02291
2.98864
2.95622
2.92623
2.8994
2.87619
2.85811
2.84377
2.84145
6.49293
6.12648
5.79841
5.53249
5.34517
5.24255
5.2287
5.23526
5.25186
5.25065
5.23696
5.19178
5.08525
4.88405
4.6736
4.48306
4.32543
4.2026
4.11316
4.05466
4.02383
4.01585
4.01898
4.03187
4.06292
4.12302
4.18058
4.25077
4.32179
4.3878
4.44682
4.49926
4.54613
4.5884
4.62673
4.66145
4.69262
4.7202
4.74404
4.76411
4.77993
4.79162
4.79923
4.8013
4.80089
4.79936
4.79563
4.78781
4.77394
4.75591
4.73429
4.70951
4.68205
4.65226
4.62047
4.58681
4.55143
4.51438
4.47576
4.43568
4.39421
4.35151
4.30761
4.26267
4.21673
4.17018
4.12321
4.07608
4.02873
3.9813
3.93378
3.88628
3.83881
3.79144
3.74423
3.69722
3.65051
3.60406
3.55804
3.51235
3.46721
3.42248
3.37841
3.33487
3.29211
3.25005
3.20894
3.16876
3.12981
3.09213
3.05608
3.02189
2.98968
2.95973
2.93297
2.90998
2.89161
2.87885
2.87196
2.87256
6.55976
6.25485
5.99206
5.79255
5.66949
5.63007
5.6342
5.6469
5.65077
5.63959
5.5979
5.49766
5.30483
5.09069
4.88447
4.69785
4.53742
4.40353
4.29535
4.21212
4.1525
4.11468
4.09353
4.09389
4.09964
4.11792
4.15804
4.20394
4.26413
4.33015
4.39354
4.45087
4.50138
4.54557
4.58441
4.61878
4.64931
4.6763
4.69984
4.71985
4.73622
4.74831
4.75658
4.75979
4.7595
4.75825
4.75509
4.7484
4.73582
4.71921
4.699
4.67546
4.649
4.61997
4.58874
4.55555
4.5206
4.48402
4.4459
4.40633
4.36539
4.32317
4.27969
4.23514
4.18981
4.14404
4.09788
4.0515
4.00488
3.95816
3.91135
3.86455
3.81782
3.77119
3.72475
3.67851
3.63259
3.58694
3.54173
3.49688
3.45259
3.40875
3.3656
3.32304
3.28132
3.24039
3.20051
3.16173
3.12434
3.0885
3.05462
3.02276
2.99313
2.96675
2.94427
2.92652
2.91456
2.90892
2.90921
2.91148
6.65616
6.42337
6.23922
6.11827
6.06518
6.06613
6.07202
6.0708
6.05697
6.01033
5.9023
5.70996
5.49767
5.29028
5.09586
4.918
4.7571
4.61511
4.49209
4.38832
4.30378
4.2386
4.19172
4.16226
4.14927
4.15104
4.1599
4.18263
4.21941
4.26693
4.32643
4.38606
4.44106
4.48979
4.53217
4.56877
4.6004
4.62785
4.65157
4.67179
4.68856
4.70138
4.71038
4.71481
4.71465
4.71372
4.71116
4.70559
4.69439
4.67903
4.66013
4.63791
4.61263
4.58456
4.55409
4.5215
4.48708
4.451
4.41339
4.37436
4.33394
4.2922
4.24921
4.20536
4.16087
4.11595
4.07062
4.02503
3.9792
3.93324
3.88722
3.84121
3.79528
3.74946
3.70385
3.65846
3.61339
3.56862
3.5243
3.48038
3.43704
3.39421
3.35211
3.31069
3.27017
3.2306
3.19222
3.15518
3.11977
3.08634
3.05514
3.02603
3.00023
2.97854
2.96174
2.95109
2.94763
2.9486
2.9523
2.96218
6.80161
6.65615
6.56181
6.51677
6.5171
6.52031
6.51675
6.4965
6.43706
6.30701
6.10784
5.8929
5.68529
5.49044
5.30811
5.1375
4.97733
4.82932
4.69452
4.57415
4.46931
4.38086
4.30906
4.25413
4.21581
4.19207
4.18692
4.18998
4.20145
4.22588
4.2619
4.3127
4.3663
4.41812
4.46533
4.50659
4.54191
4.57191
4.59731
4.61861
4.63618
4.65011
4.65992
4.66563
4.66598
4.66539
4.6634
4.65883
4.64945
4.63531
4.61772
4.59683
4.57283
4.5459
4.5164
4.48461
4.45086
4.41537
4.37834
4.33986
4.29995
4.25872
4.21648
4.17353
4.12996
4.08592
4.04148
3.99673
3.95177
3.90667
3.86152
3.81638
3.77133
3.72641
3.68171
3.63725
3.59311
3.54934
3.506
3.46314
3.42086
3.3792
3.33829
3.29822
3.25916
3.22124
3.18474
3.14989
3.11708
3.08668
3.05831
3.0333
3.01271
2.99725
2.9878
2.98692
2.98842
2.99362
3.00624
3.03367
7.02888
6.97542
6.96817
6.97393
6.98673
6.98159
6.95527
6.88222
6.72672
6.50924
6.28476
6.0726
5.87602
5.69258
5.51894
5.35251
5.19217
5.03932
4.89536
4.76208
4.64128
4.53427
4.44195
4.3647
4.30268
4.256
4.22509
4.20711
4.20738
4.21169
4.22382
4.24936
4.28906
4.33598
4.38422
4.42945
4.46982
4.50461
4.53385
4.55794
4.57748
4.59305
4.60414
4.61119
4.61326
4.61282
4.61126
4.6076
4.60008
4.58756
4.57147
4.55199
4.52935
4.50371
4.47536
4.44459
4.4117
4.37698
4.34061
4.30273
4.26337
4.22291
4.1816
4.13963
4.09703
4.05396
4.01046
3.96666
3.92264
3.87849
3.83429
3.79009
3.74601
3.70206
3.65835
3.61489
3.5718
3.5291
3.48687
3.44519
3.40413
3.36381
3.32433
3.28586
3.24858
3.21272
3.17861
3.14656
3.1172
3.08977
3.06578
3.04642
3.03274
3.02511
3.02546
3.02787
3.03493
3.05081
3.07784
3.13097
7.36562
7.38059
7.42298
7.46596
7.46139
7.43209
7.34818
7.16911
6.92532
6.68186
6.45864
6.25627
6.07023
5.89476
5.72569
5.56053
5.39812
5.24107
5.08997
4.94702
4.81412
4.6928
4.58407
4.48873
4.40724
4.33982
4.28656
4.24671
4.22158
4.20983
4.21068
4.2153
4.2288
4.25739
4.29689
4.34005
4.38334
4.42321
4.45786
4.48672
4.51005
4.5283
4.54205
4.5507
4.55516
4.55499
4.55404
4.5515
4.54606
4.53537
4.52094
4.50306
4.48195
4.45778
4.43081
4.40128
4.36949
4.33573
4.30018
4.26298
4.22443
4.18495
4.14467
4.10371
4.06215
4.0201
3.97764
3.93488
3.89189
3.84878
3.80561
3.76246
3.71942
3.67654
3.63391
3.59158
3.54963
3.50812
3.46715
3.42679
3.38716
3.34839
3.31063
3.2741
3.23904
3.20579
3.17474
3.14649
3.12027
3.09751
3.07972
3.06782
3.06307
3.06388
3.06752
3.07691
3.09681
3.13478
3.17296
3.23577
7.77809
7.85779
7.94966
7.9497
7.92281
7.83282
7.63498
7.35952
7.09128
6.85098
6.63812
6.44593
6.26675
6.09496
5.92681
5.76057
5.59663
5.43441
5.27731
5.12697
4.98497
4.85266
4.7311
4.62118
4.52342
4.43816
4.36596
4.30662
4.26031
4.22671
4.20711
4.1995
4.19992
4.20486
4.21909
4.2491
4.28764
4.32858
4.36739
4.40177
4.43058
4.45344
4.47102
4.48294
4.49021
4.49197
4.49147
4.48982
4.486
4.47815
4.46562
4.44954
4.43018
4.40771
4.38236
4.35433
4.32392
4.29135
4.2568
4.22057
4.18317
4.14481
4.10563
4.06577
4.02533
3.9844
3.94308
3.90145
3.8596
3.81761
3.77557
3.73357
3.69167
3.64997
3.60853
3.56743
3.52675
3.48659
3.44704
3.40821
3.37025
3.33334
3.29767
3.26356
3.23133
3.20141
3.17453
3.14967
3.12844
3.11249
3.10236
3.1008
3.10226
3.10736
3.11991
3.14576
3.18524
3.23553
3.27921
3.34078
8.33789
8.44464
8.4622
8.43289
8.33297
8.11286
7.8088
7.51428
7.25344
7.02594
6.82365
6.63803
6.46165
6.28991
6.11988
5.95095
5.78333
5.61775
5.45625
5.30042
5.15154
5.01093
4.87951
4.75815
4.64737
4.54769
4.45947
4.38282
4.31781
4.26489
4.22445
4.197
4.18318
4.17297
4.17423
4.18094
4.1972
4.22988
4.26587
4.30282
4.33661
4.3653
4.38824
4.4055
4.41661
4.42268
4.42282
4.42209
4.41983
4.4148
4.4047
4.39068
4.37332
4.35287
4.32944
4.30326
4.27453
4.24344
4.21024
4.17542
4.13934
4.10224
4.0643
4.02567
3.98645
3.94676
3.90667
3.86628
3.82567
3.78492
3.74413
3.70338
3.66275
3.62234
3.58223
3.54252
3.50329
3.46466
3.42676
3.38974
3.35379
3.31915
3.28611
3.25507
3.22647
3.20115
3.17791
3.15835
3.14466
3.13692
3.13727
3.13979
3.14712
3.16344
3.19612
3.23986
3.28965
3.34321
3.38453
3.43697
8.98384
9.00659
8.97251
8.85598
8.60324
8.26965
7.9488
7.66616
7.42171
7.20679
7.01138
6.82796
6.65058
6.47617
6.30291
6.1307
5.95995
5.79135
5.62669
5.46685
5.313
5.1662
5.02732
4.89705
4.77598
4.66445
4.56287
4.47161
4.39114
4.32135
4.26264
4.21552
4.18108
4.15959
4.1415
4.13478
4.13727
4.14609
4.16578
4.1972
4.23035
4.26291
4.29171
4.31508
4.33247
4.34339
4.34851
4.34831
4.34713
4.3441
4.33761
4.32604
4.31092
4.29271
4.27153
4.24753
4.22084
4.19162
4.16022
4.12714
4.09268
4.05708
4.02057
3.98333
3.94548
3.90714
3.8684
3.82936
3.79011
3.75072
3.71131
3.67195
3.63275
3.59378
3.55518
3.51703
3.47948
3.44264
3.4067
3.37185
3.33837
3.30657
3.27689
3.24983
3.22626
3.20493
3.18726
3.17592
3.17172
3.17271
3.17686
3.18747
3.20972
3.24764
3.29447
3.34669
3.39817
3.44631
3.47893
3.51863
9.60938
9.56606
9.42126
9.11569
8.74377
8.39262
8.08724
7.8249
7.59531
7.38851
7.19598
7.01137
6.83087
6.6526
6.47588
6.30065
6.12753
5.95701
5.7897
5.6269
5.46952
5.3182
5.17369
5.03649
4.90721
4.78617
4.67378
4.57055
4.47673
4.39236
4.31784
4.25362
4.2004
4.15867
4.12999
4.10535
4.08762
4.08786
4.09126
4.10127
4.12245
4.15178
4.18249
4.21079
4.23451
4.25224
4.26379
4.2681
4.2678
4.26638
4.26281
4.25532
4.24289
4.22705
4.20826
4.18667
4.16234
4.13543
4.10633
4.07537
4.04285
4.00905
3.97422
3.93857
3.90226
3.86544
3.82819
3.79064
3.75288
3.715
3.67711
3.6393
3.60169
3.56437
3.5275
3.49117
3.45556
3.42087
3.38729
3.35515
3.32477
3.29665
3.27134
3.24985
3.23044
3.21553
3.20594
3.20594
3.20779
3.21402
3.22862
3.2583
3.30042
3.35063
3.40391
3.45578
3.50016
3.53706
3.55825
3.58547
10.2221
10.0307
9.6445
9.22649
8.84092
8.51074
8.23102
7.98855
7.77087
7.56812
7.37457
7.18648
7.00195
6.81983
6.6401
6.4626
6.28777
6.11581
5.94698
5.78222
5.62218
5.46728
5.31829
5.17551
5.03964
4.91084
4.78967
4.6762
4.57093
4.47419
4.38636
4.30763
4.23838
4.17923
4.13083
4.09519
4.0632
4.03991
4.02924
4.03017
4.03475
4.04625
4.06959
4.0963
4.12349
4.14719
4.16545
4.17738
4.18214
4.18187
4.18043
4.17673
4.16897
4.15613
4.13982
4.12069
4.09894
4.07468
4.04824
4.01978
3.98961
3.95795
3.92512
3.89133
3.85678
3.82165
3.78606
3.75015
3.71403
3.67782
3.64163
3.60555
3.56975
3.53431
3.49944
3.46525
3.432
3.3999
3.36928
3.34056
3.31422
3.29092
3.27181
3.25462
3.2422
3.23678
3.23761
3.24142
3.25127
3.27213
3.30895
3.35524
3.40783
3.46204
3.513
3.5563
3.58892
3.61244
3.62287
3.63955
10.7362
10.2194
9.72142
9.28969
8.93184
8.6354
8.38167
8.15457
7.94319
7.74127
7.54511
7.35312
7.16484
6.97975
6.79789
6.61891
6.44299
6.27006
6.1001
5.93386
5.77167
5.6139
5.46112
5.31368
5.17209
5.03667
4.90782
4.78581
4.67095
4.56356
4.46392
4.37241
4.2896
4.21602
4.15184
4.09784
4.05501
4.0172
3.98672
3.96773
3.96272
3.96419
3.96987
3.98289
4.00632
4.0306
4.05381
4.07265
4.08553
4.09152
4.09138
4.09024
4.08692
4.07968
4.06654
4.04998
4.03082
4.00932
3.98573
3.9601
3.93263
3.9035
3.87302
3.8414
3.80888
3.77567
3.74194
3.70788
3.67358
3.63924
3.60495
3.57086
3.53712
3.50387
3.47136
3.43975
3.40938
3.38054
3.35368
3.32942
3.30848
3.29174
3.27769
3.26731
3.26669
3.26853
3.27481
3.28941
3.31904
3.36068
3.41111
3.46599
3.52058
3.5704
3.61153
3.64198
3.66153
3.6729
3.67637
3.68375
10.9592
10.2656
9.73959
9.34305
9.0312
8.77046
8.53804
8.32051
8.11108
7.90696
7.70736
7.51214
7.32133
7.13453
6.95145
6.77166
6.59501
6.42121
6.25054
6.08243
5.91835
5.75811
5.60207
5.45052
5.30403
5.16284
5.02746
4.89809
4.77514
4.65879
4.54944
4.44733
4.35281
4.26618
4.18791
4.1186
4.05875
4.00999
3.96672
3.92971
3.90456
3.8903
3.88904
3.89096
3.8975
3.91199
3.9341
3.95609
3.97534
3.98937
3.99738
3.99812
3.99726
3.99445
3.98802
3.97516
3.95889
3.94018
3.91938
3.89664
3.87209
3.84581
3.81802
3.78888
3.75869
3.72765
3.69602
3.66401
3.63177
3.59953
3.56738
3.53556
3.50421
3.47357
3.44388
3.41545
3.38865
3.36398
3.34198
3.32387
3.30965
3.29877
3.29278
3.29365
3.29773
3.30822
3.33033
3.36781
3.41462
3.46821
3.52465
3.57914
3.62738
3.66629
3.69391
3.7111
3.71928
3.72188
3.72165
3.72254
10.9283
10.2352
9.744
9.40275
9.13918
8.90871
8.69098
8.4787
8.27014
8.06499
7.86388
7.66728
7.47528
7.28748
7.10349
6.92277
6.74502
6.56997
6.39768
6.22735
6.06147
5.89873
5.73954
5.58423
5.43326
5.28695
5.14572
5.00987
4.87976
4.75565
4.63784
4.5266
4.42216
4.32491
4.23516
4.15334
4.07989
4.01524
3.96069
3.91206
3.86968
3.83764
3.81893
3.80897
3.80935
3.81222
3.82011
3.83639
3.85645
3.87597
3.89117
3.90053
3.90316
3.90259
3.90035
3.89485
3.88362
3.86824
3.85017
3.8302
3.80855
3.78525
3.76037
3.73403
3.70646
3.67791
3.64867
3.61898
3.58907
3.55918
3.5295
3.50027
3.47175
3.4442
3.41799
3.3935
3.3713
3.35201
3.33674
3.32592
3.31738
3.3173
3.31938
3.32642
3.34234
3.37441
3.41699
3.46856
3.52553
3.58319
3.6371
3.68335
3.71965
3.74455
3.75911
3.76526
3.76497
3.76356
3.7598
3.7597
10.7833
10.1609
9.75675
9.48142
9.25712
9.04598
8.83615
8.62627
8.4179
8.21307
8.01261
7.81653
7.62468
7.43665
7.25204
7.07041
6.89147
6.71499
6.54089
6.3698
6.2002
6.03438
5.87204
5.71321
5.55816
5.40725
5.26085
5.11933
4.983
4.8522
4.72713
4.60815
4.49537
4.38914
4.28964
4.19723
4.11227
4.03518
3.96645
3.90708
3.85395
3.80656
3.76956
3.74392
3.7287
3.72364
3.7248
3.72927
3.73957
3.75792
3.77604
3.79171
3.80259
3.80754
3.80731
3.80581
3.80174
3.79301
3.77876
3.76175
3.74283
3.7223
3.70026
3.67681
3.65211
3.62639
3.59989
3.57289
3.54568
3.51853
3.49173
3.46559
3.44043
3.41666
3.39472
3.37519
3.35874
3.34678
3.33909
3.3355
3.33674
3.34183
3.35422
3.37975
3.41848
3.46723
3.52321
3.58239
3.64053
3.69328
3.73735
3.77089
3.79341
3.80579
3.8092
3.80866
3.80655
3.80159
3.79133
3.78977
10.593
10.089
9.78713
9.56944
9.37041
9.16952
8.96467
8.75854
8.55381
8.35209
8.15396
7.95935
7.76808
7.57992
7.39456
7.21179
7.03131
6.85306
6.67686
6.50282
6.3309
6.16239
5.99704
5.83489
5.67621
5.52119
5.37032
5.2238
5.08215
4.94552
4.8143
4.68868
4.56886
4.45509
4.34749
4.24638
4.15198
4.06463
3.98475
3.9127
3.84952
3.79228
3.74096
3.69984
3.66926
3.64959
3.6377
3.6378
3.63975
3.64564
3.65822
3.67589
3.69287
3.70545
3.71288
3.71365
3.71288
3.7102
3.70404
3.69163
3.67615
3.65835
3.63897
3.61831
3.59656
3.57385
3.55039
3.52644
3.50232
3.47835
3.45495
3.43251
3.41153
3.39248
3.37611
3.36289
3.35477
3.35036
3.35095
3.35437
3.36359
3.3833
3.4183
3.46309
3.51684
3.57621
3.63714
3.69517
3.74637
3.78805
3.81894
3.83918
3.8499
3.85142
3.85067
3.84818
3.84247
3.8324
3.8179
3.81522
10.4894
10.0565
9.82476
9.64444
9.46198
9.26971
9.0719
8.87265
8.67414
8.47733
8.28259
8.09011
7.89992
7.71199
7.52625
7.34255
7.16084
6.98097
6.80299
6.6269
6.45265
6.28083
6.11229
5.94694
5.78491
5.62628
5.47148
5.32076
5.17453
5.03309
4.89668
4.76559
4.6399
4.51992
4.40566
4.29744
4.19532
4.09966
4.01066
3.92876
3.85426
3.7881
3.72758
3.67318
3.62871
3.59423
3.56962
3.55458
3.54951
3.55049
3.55425
3.56298
3.57951
3.59588
3.60967
3.6186
3.62256
3.62227
3.62072
3.61643
3.60737
3.59331
3.57681
3.55895
3.54015
3.52061
3.50053
3.48009
3.45962
3.43951
3.42027
3.40238
3.38663
3.37334
3.36389
3.35886
3.35912
3.36139
3.36841
3.3838
3.41445
3.45469
3.50555
3.56386
3.62611
3.68808
3.74559
3.79512
3.83449
3.86314
3.88133
3.89045
3.89099
3.89013
3.88745
3.88154
3.87022
3.85803
3.84202
3.8383
10.4436
10.0357
9.8466
9.69596
9.52982
9.34807
9.15924
8.9682
8.77665
8.58524
8.39441
8.20455
8.016
7.8289
7.64338
7.45938
7.27697
7.09608
6.91677
6.73908
6.56287
6.38868
6.2174
6.04927
5.88426
5.72256
5.56444
5.41019
5.26014
5.11464
4.97385
4.83812
4.70749
4.58229
4.46249
4.34838
4.23996
4.13753
4.04116
3.95126
3.86798
3.79183
3.72345
3.66034
3.6036
3.55664
3.5189
3.49102
3.47237
3.4634
3.46372
3.46601
3.47226
3.48525
3.50162
3.51672
3.52826
3.53498
3.53579
3.53502
3.53233
3.52618
3.51395
3.49967
3.48387
3.46742
3.45079
3.43414
3.41785
3.40229
3.38818
3.37579
3.36679
3.36041
3.36063
3.3625
3.3683
3.38102
3.40632
3.44226
3.48937
3.54532
3.60742
3.67188
3.73441
3.7909
3.83851
3.87568
3.90222
3.91913
3.92692
3.92705
3.92619
3.92352
3.91766
3.90702
3.89367
3.88039
3.86374
3.8593
10.4238
10.0175
9.85644
9.73045
9.5802
9.40945
9.22962
9.0463
8.86115
8.6748
8.48788
8.30093
8.11446
7.92874
7.74398
7.56028
7.37769
7.19631
7.01615
6.83736
6.65979
6.48378
6.31015
6.13945
5.97181
5.80736
5.64644
5.48919
5.33608
5.18722
5.043
4.90353
4.76905
4.63966
4.51552
4.39667
4.28331
4.17542
4.07327
3.97692
3.8867
3.80286
3.72565
3.65596
3.59089
3.5331
3.48406
3.44396
3.41323
3.39232
3.38035
3.37932
3.38075
3.38545
3.39584
3.41262
3.42905
3.44284
3.4508
3.45407
3.45382
3.45242
3.44859
3.44051
3.42881
3.41604
3.40287
3.39014
3.37853
3.36823
3.36061
3.35477
3.35494
3.35659
3.36173
3.37276
3.39309
3.42448
3.46792
3.52091
3.58161
3.647
3.71304
3.77552
3.83076
3.87637
3.91143
3.93633
3.95198
3.95919
3.95931
3.95853
3.95612
3.9508
3.94052
3.92826
3.91401
3.90005
3.88282
3.87822
10.4191
10.0105
9.86609
9.75609
9.61784
9.45651
9.28459
9.10793
8.9283
8.74652
8.56337
8.37951
8.19546
8.01161
7.82816
7.6453
7.46313
7.28178
7.10135
6.92193
6.74366
6.56641
6.39102
6.21819
6.04842
5.88179
5.71869
5.55921
5.40372
5.25233
5.10534
4.96293
4.82521
4.69244
4.56464
4.44194
4.32444
4.21217
4.10528
4.00383
3.908
3.81802
3.73407
3.65658
3.58588
3.51991
3.4616
3.41128
3.3695
3.33674
3.31357
3.30051
3.29759
3.29873
3.30266
3.31163
3.32814
3.34527
3.36001
3.37046
3.37609
3.37847
3.37817
3.37675
3.37319
3.36588
3.35735
3.34954
3.34326
3.33911
3.33935
3.34104
3.34616
3.35753
3.37442
3.40097
3.44011
3.48899
3.54715
3.61203
3.68024
3.7475
3.80981
3.86386
3.90778
3.9413
3.96493
3.98036
3.98722
3.98785
3.98715
3.98504
3.98019
3.97149
3.95959
3.94673
3.93179
3.91738
3.89948
3.89533
10.4513
10.0313
9.89143
9.78684
9.65378
9.49808
9.33135
9.15903
8.98315
8.80469
8.62457
8.44334
8.26154
8.07948
7.89747
7.71565
7.5342
7.3532
7.17287
6.99328
6.81464
6.63689
6.4605
6.28627
6.11478
5.94649
5.78157
5.62032
5.46282
5.30939
5.16009
5.01529
4.87498
4.7395
4.60879
4.48304
4.3623
4.24656
4.13592
4.03046
3.93017
3.83536
3.74603
3.66252
3.58529
3.51379
3.44758
3.38892
3.33786
3.29522
3.26157
3.23736
3.22288
3.21857
3.21949
3.22299
3.23101
3.24735
3.26536
3.28197
3.29523
3.30358
3.30938
3.313
3.3147
3.3145
3.31385
3.31324
3.31374
3.31573
3.32084
3.33167
3.34963
3.37188
3.40489
3.44905
3.50348
3.56613
3.63464
3.70513
3.77355
3.83575
3.88899
3.93183
3.96434
3.98747
4.00285
4.01051
4.01232
4.01177
4.01006
4.00621
3.99847
3.98814
3.97578
3.96217
3.9469
3.93211
3.91408
3.91002
10.485
10.0682
9.91913
9.81122
9.68169
9.5315
9.36959
9.20102
9.02829
8.85268
8.67514
8.49622
8.31639
8.13599
7.95526
7.7744
7.59359
7.41301
7.23281
7.05321
6.87437
6.69643
6.51954
6.34442
6.17175
6.00215
5.83587
5.67313
5.5141
5.35898
5.20792
5.06115
4.91887
4.78117
4.64819
4.51998
4.39662
4.2781
4.16447
4.05576
3.95197
3.85326
3.75968
3.67144
3.58866
3.51195
3.44028
3.37481
3.31619
3.26489
3.22177
3.1874
3.16259
3.14756
3.14279
3.14361
3.14696
3.1551
3.17163
3.19171
3.21109
3.22717
3.24032
3.25
3.25815
3.26511
3.27168
3.2785
3.28735
3.29838
3.31456
3.33646
3.36473
3.40297
3.45208
3.51078
3.57746
3.64899
3.72159
3.79087
3.85322
3.90607
3.94848
3.9806
4.00393
4.01966
4.02933
4.03227
4.03198
4.03088
4.02821
4.02268
4.01362
4.00248
3.98969
3.97552
3.96001
3.94482
3.9274
3.92247
10.5313
10.1163
9.9479
9.83153
9.70424
9.55903
9.40123
9.2357
9.06556
8.8924
8.71712
8.54024
8.36211
8.18309
8.00345
7.82344
7.64324
7.46305
7.28307
7.10352
6.9246
6.74655
6.56949
6.39402
6.22074
6.05024
5.88292
5.71897
5.55869
5.40218
5.24975
5.10144
4.95751
4.81804
4.6832
4.553
4.42753
4.30676
4.19071
4.07938
3.97273
3.87088
3.77382
3.68171
3.59475
3.51308
3.4371
3.36598
3.3012
3.24298
3.19211
3.14918
3.11474
3.08967
3.07461
3.07031
3.07132
3.07506
3.08407
3.10222
3.12513
3.14787
3.16862
3.18656
3.20253
3.21744
3.23233
3.24827
3.26679
3.28952
3.31789
3.35118
3.39489
3.44848
3.51144
3.58156
3.65587
3.73018
3.80036
3.86292
3.91577
3.95816
3.99076
4.01418
4.03173
4.04254
4.04812
4.04842
4.04792
4.04635
4.04284
4.03576
4.02611
4.01455
4.0014
3.98688
3.9712
3.95565
3.93854
3.93335
10.5955
10.1732
9.9784
9.85206
9.72658
9.58552
9.43067
9.26721
9.09886
8.92745
8.75383
8.57842
8.40153
8.22349
8.0446
7.86515
7.68537
7.50546
7.32564
7.14614
6.9672
6.78906
6.61197
6.43628
6.26263
6.09149
5.92337
5.7585
5.59714
5.43951
5.28582
5.13625
4.99097
4.8501
4.71377
4.582
4.45482
4.33225
4.21423
4.10074
3.9918
3.88738
3.78759
3.69242
3.60207
3.51657
3.43639
3.36112
3.2914
3.22763
3.17021
3.11983
3.07734
3.04354
3.01919
3.00478
3.00235
3.00372
3.00829
3.01896
3.04028
3.06693
3.09464
3.12154
3.14716
3.17199
3.19697
3.22368
3.25375
3.29008
3.33012
3.37947
3.43804
3.50504
3.57864
3.65541
3.73135
3.80243
3.86546
3.91865
3.96162
3.99486
4.01986
4.03793
4.05101
4.05902
4.06184
4.06166
4.06082
4.05872
4.05427
4.04639
4.03639
4.02456
4.01117
3.99637
3.98059
3.96473
3.94801
3.94239
10.646
10.2088
9.98961
9.85776
9.73655
9.60102
9.45004
9.28967
9.12401
8.95494
8.7834
8.60973
8.43421
8.25718
8.07904
7.90011
7.72069
7.541
7.3613
7.1818
7.00281
6.82456
6.64738
6.47163
6.29778
6.12626
5.95752
5.79192
5.62971
5.47121
5.31652
5.16594
5.01958
4.87759
4.74004
4.607
4.47843
4.35437
4.23474
4.11956
4.00873
3.90231
3.80025
3.70266
3.60955
3.52112
3.43747
3.35887
3.28509
3.21681
3.15425
3.0982
3.04912
3.00781
2.97511
2.95192
2.9393
2.93949
2.94152
2.94758
2.96116
2.98801
3.02075
3.0559
3.09176
3.12784
3.16521
3.20473
3.24907
3.29779
3.3544
3.41912
3.49117
3.56847
3.64783
3.72543
3.79742
3.86114
3.91497
3.95882
3.99344
4.01982
4.03985
4.05426
4.06442
4.07085
4.07219
4.0719
4.07084
4.06835
4.06322
4.055
4.04473
4.0327
4.01912
4.00418
3.98823
3.97236
3.95588
3.94946
10.7609
10.2698
10.0143
9.87246
9.7524
9.61982
9.47059
9.31222
9.14789
8.9801
8.80977
8.6372
8.46254
8.28615
8.10849
7.92993
7.75076
7.57125
7.3916
7.2121
7.03303
6.85474
6.67744
6.50151
6.32738
6.15551
5.98623
5.82
5.65704
5.49775
5.34224
5.19083
5.04361
4.90073
4.76222
4.62818
4.49848
4.37326
4.25237
4.13574
4.02343
3.91532
3.81152
3.71196
3.61674
3.52596
3.43968
3.35821
3.28139
3.20964
3.14323
3.08256
3.02824
2.98081
2.94122
2.9104
2.88914
2.88126
2.88224
2.88605
2.8955
2.91549
2.94956
2.99095
3.03682
3.08544
3.13678
3.19163
3.25163
3.31627
3.38878
3.46721
3.54954
3.6325
3.71236
3.78587
3.85052
3.90536
3.95037
3.98647
4.01489
4.0367
4.05344
4.06566
4.07421
4.07965
4.08018
4.07984
4.07868
4.076
4.07053
4.06203
4.05153
4.03932
4.02559
4.01056
3.99454
3.97856
3.96254
3.95511
10.7757
10.3046
10.033
9.87978
9.75768
9.62769
9.48037
9.3258
9.1635
8.99738
8.82876
8.65752
8.48383
8.30819
8.13104
7.95284
7.77387
7.59448
7.41489
7.23542
7.0563
6.87792
6.70057
6.52467
6.35042
6.17833
6.0087
5.84201
5.67853
5.51864
5.36259
5.21054
5.0627
4.91913
4.7799
4.64508
4.51451
4.38837
4.26642
4.14873
4.03528
3.92589
3.82074
3.71967
3.62287
3.53027
3.44207
3.35829
3.27919
3.20471
3.13536
3.07118
3.01293
2.96085
2.91594
2.87883
2.8511
2.83316
2.83258
2.83452
2.84084
2.8556
2.88557
2.9306
2.98467
3.04546
3.11204
3.18383
3.26052
3.34294
3.42989
3.5189
3.60702
3.69061
3.76665
3.83321
3.88958
3.93618
3.97404
4.00445
4.02865
4.04761
4.06227
4.07323
4.08108
4.08584
4.08586
4.08551
4.08432
4.08159
4.07598
4.06731
4.05664
4.04432
4.03048
4.0154
3.99936
3.98325
3.96785
3.95936
10.8125
10.3358
10.0473
9.88669
9.76399
9.63671
9.49149
9.33951
9.17834
9.01314
8.84551
8.67501
8.50189
8.32663
8.14972
7.97159
7.79266
7.61322
7.43357
7.25401
7.0748
6.89637
6.71894
6.54289
6.36846
6.19607
6.0261
5.85895
5.69506
5.53465
5.37814
5.22556
5.07725
4.93316
4.79338
4.65798
4.52678
4.39995
4.27718
4.15874
4.04432
3.93407
3.82791
3.7258
3.62781
3.53392
3.4443
3.35893
3.27806
3.20166
3.13016
3.06356
3.00246
2.94709
2.89826
2.85656
2.82363
2.79944
2.79184
2.79319
2.79819
2.81026
2.83549
2.88066
2.93972
3.01061
3.09152
3.18031
3.27478
3.37287
3.47166
3.56751
3.65714
3.73774
3.80784
3.86712
3.91627
3.95655
3.98937
4.01603
4.03757
4.05478
4.06828
4.07849
4.086
4.09034
4.0903
4.08987
4.08859
4.08575
4.07995
4.07126
4.06051
4.04812
4.03422
4.0191
4.00311
3.98679
3.97179
3.96275
10.9087
10.3687
10.0528
9.88724
9.76397
9.63841
9.49294
9.3444
9.18397
9.01956
8.85312
8.68371
8.51148
8.33691
8.1605
7.98275
7.80407
7.6248
7.4453
7.2658
7.08668
6.90823
6.73079
6.55465
6.38015
6.20759
6.03746
5.87003
5.70588
5.54513
5.38832
5.2354
5.08678
4.94233
4.80221
4.6664
4.53481
4.40752
4.28431
4.16532
4.05035
3.93949
3.83264
3.72984
3.63109
3.53639
3.44585
3.35947
3.27748
3.19984
3.12689
3.05869
2.9957
2.93819
2.88679
2.84213
2.80552
2.77758
2.76357
2.76444
2.7685
2.77886
2.8009
2.84454
2.9062
2.98427
3.07653
3.17939
3.2886
3.399
3.50585
3.60484
3.69322
3.76958
3.83404
3.88757
3.93169
3.96794
3.99776
4.02228
4.04236
4.05853
4.07166
4.08148
4.08852
4.09276
4.09275
4.09236
4.09113
4.08829
4.08248
4.07367
4.06285
4.05045
4.03649
4.02131
4.00554
3.9891
3.97413
3.96503
10.9283
10.3744
10.0512
9.88587
9.76439
9.64057
9.49524
9.3488
9.18907
9.02522
8.85935
8.69033
8.51829
8.34377
8.16731
7.98945
7.81064
7.63124
7.45161
7.27202
7.09284
6.91433
6.73683
6.56062
6.38605
6.21341
6.04319
5.87561
5.71133
5.5504
5.39343
5.24032
5.09151
4.94685
4.80653
4.67049
4.53868
4.41113
4.28768
4.1684
4.05315
3.94196
3.8348
3.73163
3.63251
3.53739
3.4464
3.35952
3.27695
3.19871
3.12506
3.05612
2.99222
2.93372
2.88108
2.83503
2.79657
2.76687
2.74919
2.74977
2.75325
2.76286
2.78341
2.82506
2.88847
2.97065
3.06968
3.1808
3.29856
3.41577
3.52651
3.62628
3.71296
3.78629
3.84732
3.8977
3.93924
3.97354
4.00194
4.02545
4.0448
4.06057
4.07344
4.08312
4.08993
4.09411
4.09416
4.09377
4.09253
4.08965
4.08377
4.07492
4.06408
4.05166
4.03767
4.02249
4.00681
3.99036
3.97538
3.96635
3.85226
3.32755
4.27263
4.26936
4.03914
3.9363
3.8823
3.79473
3.69714
3.61203
3.54374
3.4827
3.44623
3.43183
3.42928
3.45049
3.49796
3.56554
3.6464
3.7322
3.81993
3.90747
3.9941
4.07961
4.16407
4.24713
4.32837
4.40734
4.48419
4.55814
4.62769
4.69155
4.74965
4.8018
4.84817
4.88884
4.92427
4.95694
4.98398
5.00318
5.01645
5.02437
5.02763
5.02668
5.02265
5.01315
4.9983
4.98006
4.95935
4.93549
4.90914
4.87993
4.84857
4.81489
4.77938
4.74198
4.70308
4.66258
4.6209
4.57787
4.53388
4.48878
4.44289
4.39611
4.34865
4.30048
4.25174
4.20246
4.15272
4.10257
4.05212
4.0014
3.95054
3.89957
3.8486
3.79769
3.74693
3.69638
3.6461
3.59615
3.5466
3.49749
3.4489
3.40086
3.35345
3.30673
3.26073
3.21551
3.17114
3.1277
3.08525
3.04387
3.00367
2.96498
2.92799
2.89309
2.86083
2.83216
2.80823
2.79214
4.72055
4.23004
4.35821
4.22745
4.01653
3.97171
3.92922
3.80947
3.68914
3.59029
3.52347
3.47994
3.44534
3.42898
3.42576
3.44562
3.49178
3.55969
3.64222
3.72856
3.81646
3.90394
3.99031
4.07545
4.15926
4.24146
4.32191
4.39935
4.47512
4.54931
4.619
4.68263
4.7408
4.79321
4.84012
4.88118
4.91728
4.94944
4.97626
4.99609
5.00981
5.01806
5.02143
5.02084
5.01772
5.0095
4.99375
4.97527
4.95453
4.93124
4.90508
4.87629
4.84502
4.81163
4.77621
4.73904
4.7002
4.6599
4.61823
4.57536
4.53137
4.4864
4.4405
4.3938
4.34633
4.29822
4.24948
4.20023
4.1505
4.10038
4.04994
3.99925
3.94841
3.89748
3.84655
3.7957
3.745
3.69453
3.64433
3.59446
3.54499
3.49596
3.44745
3.39947
3.35214
3.30549
3.25956
3.21435
3.17002
3.12666
3.08431
3.04303
3.003
2.96429
2.92724
2.89227
2.8599
2.83106
2.80677
2.79038
5.52717
4.78623
4.52172
4.26817
4.05367
3.96188
3.87851
3.78288
3.68027
3.59104
3.52761
3.48369
3.44509
3.41666
3.40874
3.43433
3.48235
3.54726
3.63311
3.7178
3.8063
3.8941
3.98084
4.06655
4.151
4.23383
4.31493
4.3934
4.46962
4.54302
4.61213
4.67581
4.73389
4.78639
4.8332
4.87451
4.91069
4.94226
4.96862
4.98873
5.00266
5.01103
5.01426
5.01377
5.01121
5.00424
4.98961
4.96995
4.94869
4.92545
4.89966
4.87111
4.84008
4.80683
4.77158
4.73454
4.69583
4.65562
4.61404
4.57124
4.52729
4.48236
4.43649
4.3898
4.34234
4.29423
4.24549
4.19623
4.14649
4.09637
4.04593
3.99527
3.94444
3.89357
3.8427
3.79194
3.74134
3.69097
3.64089
3.59114
3.54182
3.49296
3.44464
3.39677
3.34966
3.30323
3.25756
3.21265
3.16855
3.12524
3.08293
3.0417
3.00171
2.96308
2.9261
2.89111
2.85866
2.82962
2.80491
2.78818
5.89983
5.10894
4.65919
4.35799
4.12949
3.9891
3.8923
3.79353
3.69073
3.59912
3.53154
3.48018
3.4452
3.42636
3.42589
3.43989
3.48102
3.54917
3.62936
3.71404
3.8014
3.88901
3.97576
4.06145
4.1458
4.22834
4.30885
4.3864
4.46138
4.53322
4.60122
4.66406
4.72148
4.77338
4.8199
4.86104
4.89705
4.92814
4.9541
4.97429
4.98854
4.99716
5.00048
5.00009
4.99807
4.99243
4.98005
4.95996
4.9381
4.91473
4.88923
4.86118
4.83068
4.79787
4.76299
4.72622
4.68776
4.64776
4.60637
4.56372
4.51992
4.47509
4.42933
4.38271
4.33534
4.28726
4.23859
4.18936
4.13967
4.08959
4.03921
3.98861
3.93788
3.88713
3.83642
3.78586
3.73548
3.68533
3.63554
3.58602
3.53699
3.4884
3.44042
3.39302
3.34619
3.2999
3.2544
3.20962
3.16572
3.12264
3.08058
3.03956
2.99978
2.96134
2.92453
2.88966
2.85725
2.82814
2.80309
2.78604
6.09182
5.34314
4.83012
4.48933
4.24019
4.06149
3.94135
3.83868
3.74066
3.65727
3.59477
3.54699
3.51156
3.48725
3.47754
3.48241
3.50382
3.55334
3.62841
3.71063
3.79583
3.88312
3.97073
4.05719
4.1414
4.2231
4.30219
4.37873
4.45227
4.52257
4.58895
4.6507
4.70739
4.7588
4.80486
4.84554
4.88104
4.91148
4.93689
4.95691
4.97135
4.98019
4.98361
4.98325
4.98155
4.97688
4.9666
4.94752
4.92546
4.90172
4.87622
4.84856
4.81859
4.7863
4.75185
4.71546
4.67732
4.6376
4.59645
4.55401
4.51039
4.46572
4.42009
4.37359
4.32631
4.27833
4.22972
4.18057
4.13093
4.08095
4.03064
3.98017
3.92957
3.879
3.82851
3.77825
3.72806
3.67823
3.62872
3.57967
3.53105
3.48289
3.43524
3.38814
3.34163
3.29572
3.25051
3.20606
3.16244
3.11971
3.07794
3.03724
2.99775
2.95964
2.92313
2.88858
2.85641
2.82751
2.80238
2.78524
6.20638
5.5311
5.01172
4.63907
4.3716
4.17798
4.0423
3.93864
3.85369
3.78656
3.73334
3.6886
3.64939
3.6149
3.58851
3.57635
3.57881
3.59336
3.63101
3.706
3.7872
3.87827
3.96934
4.05735
4.14142
4.22162
4.29817
4.37144
4.44157
4.50862
4.57217
4.63177
4.68693
4.73733
4.78269
4.82289
4.85806
4.8882
4.91335
4.93348
4.94829
4.95767
4.9616
4.96134
4.95999
4.95622
4.94784
4.93096
4.90936
4.88545
4.85985
4.83244
4.80294
4.77121
4.73732
4.70141
4.66368
4.6243
4.58345
4.54127
4.49788
4.45341
4.40795
4.36162
4.31446
4.26661
4.21809
4.16905
4.11949
4.06962
4.01942
3.96911
3.91873
3.86832
3.81819
3.76828
3.71873
3.66946
3.6205
3.57193
3.52375
3.47598
3.42871
3.38196
3.33583
3.29031
3.2455
3.20143
3.1582
3.11587
3.07452
3.03427
2.99526
2.95767
2.92172
2.88779
2.8562
2.82791
2.80314
2.7866
6.28688
5.68326
5.1829
4.80011
4.51608
4.31691
4.17702
4.08485
4.02295
3.97812
3.9409
3.90329
3.8629
3.8153
3.76275
3.71366
3.67656
3.66926
3.67787
3.70682
3.77017
3.85882
3.95604
4.04958
4.13681
4.21731
4.29197
4.36206
4.42877
4.49252
4.55329
4.61073
4.66429
4.71352
4.75801
4.7976
4.83238
4.86218
4.88706
4.90713
4.9222
4.93211
4.93666
4.93648
4.93537
4.93225
4.92522
4.91091
4.8904
4.86678
4.84121
4.81389
4.78469
4.75342
4.72006
4.68466
4.64738
4.6084
4.5679
4.52602
4.4829
4.43868
4.39344
4.3473
4.30032
4.25263
4.20424
4.15534
4.10592
4.05622
4.0062
3.95614
3.90613
3.85653
3.80691
3.75758
3.70849
3.65969
3.61119
3.56302
3.51526
3.4679
3.42108
3.37476
3.32909
3.28402
3.23971
3.19613
3.15343
3.11161
3.07086
3.03122
2.99292
2.95609
2.92102
2.88802
2.85737
2.8302
2.80642
2.79158
6.3452
5.80718
5.33941
4.96369
4.67931
4.47982
4.35063
4.27878
4.24558
4.2265
4.20813
4.18114
4.13952
4.07182
3.98174
3.88664
3.80607
3.75642
3.74919
3.75729
3.78429
3.84461
3.93434
4.03109
4.12378
4.20791
4.28344
4.35196
4.41558
4.47577
4.53314
4.58764
4.63893
4.68648
4.72978
4.76835
4.80252
4.83199
4.85651
4.87659
4.89184
4.90221
4.90754
4.90746
4.90661
4.90405
4.89817
4.88605
4.86713
4.84446
4.81931
4.79218
4.7632
4.73227
4.69937
4.66446
4.6277
4.58917
4.54909
4.50757
4.46479
4.42085
4.37589
4.32999
4.28323
4.23573
4.18754
4.13881
4.0896
4.04015
3.9906
3.94121
3.89185
3.8427
3.79369
3.74486
3.69626
3.6479
3.59989
3.55221
3.50499
3.45816
3.41192
3.36615
3.32107
3.27657
3.23288
3.1899
3.14788
3.10675
3.06679
3.02799
2.99066
2.95493
2.92114
2.88944
2.86036
2.83521
2.8133
2.80154
6.39288
5.91559
5.48703
5.13308
4.86375
4.67751
4.57403
4.53423
4.52906
4.52787
4.52206
4.50365
4.45923
4.3656
4.22015
4.07586
3.95648
3.87358
3.83276
3.83329
3.84181
3.86748
3.92388
4.0077
4.09587
4.18303
4.26252
4.33327
4.39703
4.45568
4.51053
4.56222
4.61093
4.65637
4.69813
4.73576
4.76914
4.79803
4.82237
4.84245
4.85788
4.8687
4.87486
4.87516
4.87453
4.87242
4.86744
4.85709
4.83996
4.81872
4.79446
4.76781
4.7391
4.70845
4.67592
4.64147
4.6052
4.56718
4.52756
4.48647
4.44407
4.4005
4.35584
4.31023
4.2637
4.21643
4.16843
4.11992
4.0711
4.02228
3.97343
3.92471
3.87599
3.82739
3.7789
3.73061
3.68255
3.63475
3.58732
3.54023
3.49362
3.44742
3.4018
3.35668
3.31226
3.26843
3.22545
3.18322
3.14199
3.10175
3.06277
3.0251
2.98907
2.95488
2.9226
2.89291
2.86628
2.84413
2.82517
2.81779
6.43916
6.01773
5.6362
5.31933
5.08074
4.92707
4.86258
4.86177
4.86656
4.8762
4.87086
4.84755
4.78517
4.65069
4.45585
4.2751
4.12901
4.02258
3.95501
3.92511
3.92557
3.93219
3.95279
3.99888
4.0707
4.14671
4.22563
4.29997
4.36782
4.42883
4.48393
4.53432
4.58096
4.62419
4.66403
4.70021
4.73256
4.76084
4.78501
4.80504
4.82058
4.83187
4.83874
4.83985
4.83933
4.83752
4.83321
4.82422
4.80884
4.78922
4.7662
4.74034
4.71212
4.68181
4.6496
4.61555
4.57974
4.54221
4.50309
4.46249
4.42053
4.37737
4.33307
4.28779
4.24155
4.19453
4.14685
4.09897
4.05087
4.00278
3.9546
3.90648
3.85836
3.81034
3.76245
3.71476
3.66733
3.62017
3.57341
3.52698
3.48105
3.43554
3.39065
3.34626
3.30261
3.25959
3.21745
3.17614
3.13592
3.09681
3.0591
3.02291
2.98863
2.95619
2.92619
2.89935
2.87612
2.85801
2.84365
2.84131
6.49264
6.12612
5.79794
5.5319
5.34445
5.24171
5.22788
5.23448
5.25122
5.25005
5.23652
5.19164
5.08551
4.88446
4.67398
4.48329
4.32551
4.20255
4.11301
4.05442
4.02354
4.01554
4.01867
4.03154
4.06258
4.1227
4.18028
4.25048
4.32157
4.38763
4.44671
4.4992
4.54611
4.58841
4.62677
4.6615
4.69269
4.72029
4.74413
4.76422
4.78004
4.79173
4.79934
4.80142
4.80101
4.79947
4.79574
4.78792
4.77405
4.75603
4.73441
4.70963
4.68217
4.65238
4.62059
4.58693
4.55154
4.51449
4.47587
4.43578
4.39432
4.35161
4.30771
4.26278
4.21684
4.17028
4.12332
4.07618
4.02883
3.9814
3.93388
3.88638
3.83891
3.79154
3.74434
3.69732
3.65061
3.60416
3.55813
3.51244
3.46729
3.42256
3.37848
3.33493
3.29217
3.2501
3.20899
3.1688
3.12983
3.09215
3.05609
3.02188
2.98966
2.95969
2.93291
2.90991
2.89151
2.87871
2.87179
2.87239
6.55939
6.25435
5.99142
5.79176
5.66856
5.62909
5.63323
5.64599
5.65016
5.63906
5.59758
5.49773
5.30509
5.09101
4.88471
4.69798
4.53746
4.40349
4.29525
4.21195
4.15229
4.11443
4.09326
4.09362
4.09936
4.11763
4.15773
4.20365
4.26386
4.32992
4.39336
4.45075
4.50131
4.54555
4.58443
4.61883
4.64938
4.67639
4.69994
4.71996
4.73634
4.74843
4.7567
4.75991
4.75962
4.75837
4.75521
4.74852
4.73594
4.71933
4.69912
4.67559
4.64913
4.62009
4.58886
4.55566
4.52071
4.48412
4.446
4.40643
4.36548
4.32326
4.27978
4.23524
4.1899
4.14413
4.09798
4.05159
4.00498
3.95826
3.91145
3.86466
3.81792
3.77129
3.72486
3.67862
3.63269
3.58704
3.54183
3.49697
3.45268
3.40884
3.36568
3.32312
3.28139
3.24045
3.20056
3.16176
3.12436
3.08851
3.05462
3.02275
2.99309
2.96669
2.94419
2.92641
2.91443
2.90873
2.90902
2.91127
6.65565
6.42268
6.23834
6.11723
6.06406
6.06503
6.07102
6.06985
6.05621
6.00994
5.90238
5.71011
5.49786
5.29043
5.09595
4.91806
4.7571
4.61508
4.49203
4.38823
4.30365
4.23844
4.19153
4.16206
4.14904
4.15081
4.15966
4.18236
4.21916
4.26665
4.32619
4.38587
4.44093
4.48971
4.53214
4.56878
4.60044
4.62791
4.65166
4.67188
4.68867
4.70149
4.71049
4.71493
4.71477
4.71384
4.71128
4.70571
4.69451
4.67915
4.66026
4.63803
4.61275
4.58468
4.5542
4.52161
4.48719
4.4511
4.41349
4.37445
4.33404
4.29229
4.2493
4.20545
4.16097
4.11605
4.07072
4.02512
3.97929
3.93334
3.88732
3.84131
3.79538
3.74957
3.70396
3.65857
3.6135
3.56873
3.52441
3.48048
3.43714
3.3943
3.35219
3.31077
3.27024
3.23066
3.19227
3.15522
3.11979
3.08634
3.05513
3.026
3.00017
2.97846
2.96163
2.95095
2.94744
2.9484
2.95208
2.96191
6.80086
6.65519
6.56066
6.51554
6.51588
6.51916
6.51567
6.49558
6.43646
6.30694
6.1079
5.89297
5.68534
5.49045
5.30809
5.13747
4.9773
4.8293
4.6945
4.57411
4.46925
4.38079
4.30896
4.254
4.21566
4.19191
4.18672
4.18977
4.20123
4.22565
4.26165
4.31247
4.36609
4.41796
4.46522
4.50653
4.54188
4.57192
4.59734
4.61867
4.63625
4.6502
4.66001
4.66573
4.66609
4.66549
4.66351
4.65893
4.64956
4.63542
4.61783
4.59695
4.57294
4.54601
4.51651
4.48471
4.45096
4.41547
4.37843
4.33995
4.30003
4.25881
4.21656
4.17361
4.13005
4.08601
4.04157
3.99682
3.95186
3.90677
3.86162
3.81648
3.77144
3.72652
3.68182
3.63736
3.59323
3.54945
3.50611
3.46325
3.42096
3.37929
3.33838
3.2983
3.25923
3.2213
3.18479
3.14992
3.11709
3.08667
3.05829
3.03324
3.01263
2.99713
2.98766
2.98673
2.98822
2.9934
3.00597
3.03332
7.02779
6.97416
6.96678
6.97256
6.98545
6.98037
6.95423
6.88151
6.72653
6.50916
6.2847
6.07253
5.87593
5.69249
5.51885
5.35244
5.19212
5.0393
4.89536
4.76209
4.64128
4.53426
4.44193
4.36466
4.30261
4.25591
4.22497
4.20695
4.20721
4.2115
4.22361
4.24912
4.28881
4.33574
4.38402
4.42929
4.4697
4.50454
4.53381
4.55793
4.57749
4.59308
4.60419
4.61125
4.61333
4.61289
4.61134
4.60768
4.60017
4.58766
4.57157
4.55209
4.52945
4.50381
4.47546
4.44468
4.4118
4.37707
4.3407
4.30282
4.26346
4.223
4.18169
4.13971
4.09712
4.05405
4.01055
3.96676
3.92274
3.87859
3.8344
3.79021
3.74613
3.70218
3.65847
3.61502
3.57192
3.52922
3.48699
3.4453
3.40424
3.36391
3.32442
3.28594
3.24865
3.21278
3.17865
3.14658
3.1172
3.08974
3.06573
3.04634
3.03263
3.02494
3.02528
3.02768
3.0347
3.0505
3.07748
3.1306
7.36407
7.37898
7.42133
7.46456
7.46007
7.43092
7.34738
7.16883
6.92515
6.68169
6.45846
6.25608
6.07004
5.8946
5.72556
5.56044
5.39809
5.24106
5.09
4.94707
4.81418
4.69285
4.58411
4.48876
4.40725
4.3398
4.28652
4.24662
4.22147
4.20967
4.21052
4.21512
4.2286
4.25714
4.29666
4.33983
4.38314
4.42306
4.45773
4.48663
4.50999
4.52826
4.54204
4.5507
4.55519
4.55502
4.55407
4.55154
4.54611
4.53544
4.52102
4.50314
4.48204
4.45787
4.4309
4.40136
4.36958
4.33581
4.30026
4.26307
4.22452
4.18504
4.14475
4.1038
4.06224
4.02019
3.97773
3.93498
3.89199
3.84888
3.80572
3.76258
3.71954
3.67667
3.63404
3.5917
3.54976
3.50824
3.46727
3.4269
3.38727
3.34849
3.31072
3.27417
3.23911
3.20584
3.17476
3.14649
3.12026
3.09747
3.07964
3.06771
3.0629
3.06371
3.06732
3.07667
3.09649
3.13441
3.17257
3.23538
7.77614
7.85567
7.94788
7.94834
7.92158
7.8319
7.63455
7.35928
7.09106
6.85074
6.63787
6.44569
6.26653
6.09479
5.92668
5.76049
5.59659
5.43442
5.27737
5.12705
4.98507
4.85276
4.7312
4.62126
4.52348
4.4382
4.36597
4.3066
4.26025
4.22661
4.20697
4.19934
4.19975
4.20467
4.21888
4.24885
4.2874
4.32835
4.36718
4.4016
4.43044
4.45334
4.47094
4.48288
4.49017
4.49196
4.49146
4.48981
4.486
4.47817
4.46566
4.44959
4.43024
4.40778
4.38243
4.35441
4.324
4.29143
4.25688
4.22065
4.18325
4.14489
4.10572
4.06586
4.02542
3.9845
3.94318
3.90155
3.85971
3.81773
3.77569
3.73369
3.6918
3.6501
3.60866
3.56756
3.52688
3.48672
3.44716
3.40833
3.37036
3.33343
3.29776
3.26363
3.23138
3.20144
3.17453
3.14965
3.1284
3.11241
3.10225
3.10063
3.10208
3.10716
3.11966
3.14543
3.18488
3.23514
3.27884
3.34046
8.33545
8.4425
8.4606
8.43146
8.33194
8.11248
7.80857
7.51406
7.2532
7.02569
6.82341
6.63782
6.46148
6.28979
6.11981
5.95093
5.78335
5.61782
5.45635
5.30054
5.15167
5.01106
4.87964
4.75827
4.64747
4.54777
4.45952
4.38283
4.31779
4.26484
4.22437
4.19687
4.18304
4.17281
4.17405
4.18074
4.19698
4.22962
4.26562
4.3026
4.33641
4.36513
4.3881
4.40537
4.41651
4.4226
4.42277
4.42204
4.41978
4.41477
4.4047
4.39069
4.37335
4.35291
4.32949
4.30331
4.27459
4.2435
4.21031
4.17549
4.13942
4.10232
4.06439
4.02576
3.98655
3.94685
3.90677
3.86638
3.82578
3.78504
3.74425
3.7035
3.66288
3.62247
3.58236
3.54265
3.50342
3.46479
3.42688
3.38985
3.35389
3.31923
3.28618
3.25513
3.22651
3.20116
3.1779
3.15831
3.14459
3.13678
3.13712
3.13962
3.14692
3.16318
3.19575
3.23947
3.28927
3.34286
3.38422
3.43673
8.98122
9.00473
8.97089
8.85491
8.60306
8.26958
7.94869
7.666
7.42154
7.20663
7.01125
6.82786
6.65054
6.47617
6.30295
6.13077
5.96005
5.79147
5.62683
5.467
5.31316
5.16635
5.02746
4.89718
4.77609
4.66454
4.56293
4.47165
4.39115
4.32134
4.26259
4.21544
4.18097
4.15947
4.14136
4.1346
4.13707
4.14587
4.16553
4.19696
4.23011
4.26269
4.29151
4.31491
4.33232
4.34326
4.34842
4.34822
4.34705
4.34403
4.33757
4.32601
4.31092
4.29272
4.27155
4.24756
4.22089
4.19168
4.16028
4.12721
4.09275
4.05716
4.02066
3.98342
3.94557
3.90724
3.86851
3.82947
3.79022
3.75085
3.71144
3.67208
3.63288
3.59391
3.55531
3.51716
3.4796
3.44276
3.40681
3.37196
3.33846
3.30665
3.27695
3.24986
3.22627
3.20492
3.18722
3.17584
3.17158
3.17256
3.17669
3.18725
3.20941
3.24728
3.29408
3.34631
3.39784
3.44603
3.47871
3.51846
9.60722
9.56425
9.4202
9.11583
8.74398
8.39274
8.08728
7.82491
7.59533
7.38855
7.19605
7.01148
6.83101
6.65275
6.47605
6.30083
6.12771
5.95719
5.78988
5.62707
5.46968
5.31835
5.17382
5.0366
4.9073
4.78625
4.67384
4.57059
4.47675
4.39236
4.31782
4.25358
4.20033
4.15856
4.12986
4.10522
4.08745
4.08768
4.09108
4.10105
4.12218
4.15154
4.18225
4.21058
4.23432
4.25207
4.26366
4.26799
4.26769
4.26629
4.26272
4.25527
4.24285
4.22703
4.20826
4.18669
4.16237
4.13547
4.10638
4.07543
4.04292
4.00912
3.9743
3.93866
3.90235
3.86553
3.82829
3.79075
3.75299
3.71512
3.67724
3.63943
3.60182
3.5645
3.52762
3.49129
3.45568
3.42098
3.38739
3.35524
3.32484
3.29671
3.27137
3.24986
3.23043
3.21547
3.20586
3.2058
3.20764
3.21384
3.22838
3.25798
3.30005
3.35025
3.40354
3.45544
3.49987
3.53683
3.55808
3.58534
10.2201
10.0298
9.64529
9.22719
8.84141
8.51109
8.23131
7.98882
7.77115
7.56842
7.37489
7.18681
7.00227
6.82014
6.64038
6.46286
6.28801
6.11602
5.94717
5.78239
5.62234
5.46741
5.3184
5.1756
5.03972
4.9109
4.78972
4.67624
4.57095
4.47419
4.38635
4.30761
4.23834
4.17917
4.13074
4.09508
4.06307
4.03978
4.02905
4.02997
4.03455
4.04603
4.06935
4.09607
4.12327
4.147
4.16528
4.17724
4.18203
4.18176
4.18033
4.17664
4.16891
4.15609
4.13979
4.12068
4.09894
4.0747
4.04827
4.01983
3.98966
3.95802
3.92519
3.89141
3.85687
3.82175
3.78616
3.75026
3.71414
3.67794
3.64174
3.60567
3.56987
3.53443
3.49955
3.46536
3.4321
3.39999
3.36937
3.34063
3.31427
3.29094
3.27181
3.2546
3.24215
3.23667
3.23749
3.24127
3.25107
3.27183
3.30861
3.35487
3.40744
3.46167
3.51267
3.55603
3.5887
3.61227
3.62274
3.63945
10.7361
10.2205
9.72272
9.29064
8.93256
8.63601
8.38223
8.15513
7.94375
7.74183
7.54565
7.35364
7.16531
6.98017
6.79825
6.61922
6.44326
6.27029
6.1003
5.93402
5.77181
5.614
5.4612
5.31374
5.17214
5.0367
4.90784
4.78583
4.67097
4.56356
4.46393
4.3724
4.28957
4.21598
4.15179
4.09776
4.05491
4.01709
3.98659
3.96757
3.96253
3.964
3.96967
3.98267
4.0061
4.03038
4.05362
4.07248
4.08538
4.0914
4.09127
4.09014
4.08683
4.07962
4.06649
4.04995
4.0308
4.00932
3.98574
3.96012
3.93267
3.90355
3.87308
3.84147
3.80896
3.77576
3.74203
3.70798
3.67369
3.63935
3.60506
3.57097
3.53723
3.50398
3.47147
3.43984
3.40946
3.38061
3.35374
3.32946
3.30848
3.29174
3.27765
3.26724
3.26656
3.26839
3.27465
3.2892
3.31873
3.36032
3.41073
3.4656
3.52021
3.57008
3.61127
3.64177
3.66137
3.67278
3.67626
3.68366
10.961
10.2675
9.74113
9.34424
9.03218
8.77133
8.53886
8.32129
8.11184
7.90768
7.70803
7.51274
7.32186
7.13498
6.95183
6.77198
6.59528
6.42142
6.25071
6.08257
5.91846
5.75819
5.60212
5.45056
5.30405
5.16286
5.02747
4.89809
4.77514
4.6588
4.54945
4.44733
4.35281
4.26617
4.18789
4.11856
4.05869
4.00991
3.96663
3.92961
3.90442
3.89013
3.88885
3.89077
3.8973
3.91177
3.93389
3.95589
3.97516
3.98922
3.99726
3.99802
3.99717
3.99436
3.98795
3.97512
3.95886
3.94017
3.91938
3.89666
3.87211
3.84585
3.81807
3.78894
3.75875
3.72773
3.6961
3.66409
3.63186
3.59962
3.56748
3.53566
3.5043
3.47366
3.44396
3.41552
3.38871
3.36402
3.342
3.32386
3.30963
3.29873
3.29268
3.29354
3.29759
3.30803
3.33004
3.36748
3.41425
3.46782
3.52426
3.57879
3.62706
3.66604
3.69371
3.71095
3.71915
3.72179
3.72157
3.72245
10.9306
10.2371
9.74558
9.40409
9.14034
8.90975
8.69192
8.47957
8.27096
8.06574
7.86455
7.66787
7.47579
7.28792
7.10385
6.92307
6.74526
6.57017
6.39784
6.22749
6.06157
5.8988
5.73958
5.58425
5.43327
5.28694
5.14571
5.00987
4.87976
4.75566
4.63784
4.52661
4.42217
4.32492
4.23516
4.15333
4.07987
4.01521
3.96063
3.912
3.86959
3.83752
3.81878
3.80879
3.80916
3.81203
3.81991
3.83618
3.85625
3.87579
3.89102
3.90041
3.90306
3.90249
3.90026
3.89477
3.88358
3.86821
3.85014
3.83019
3.80855
3.78527
3.7604
3.73407
3.70651
3.67797
3.64874
3.61905
3.58915
3.55926
3.52958
3.50035
3.47182
3.44426
3.41805
3.39355
3.37132
3.35201
3.33672
3.32588
3.31732
3.31718
3.31925
3.32626
3.34212
3.3741
3.41664
3.46817
3.52514
3.5828
3.63675
3.68305
3.71941
3.74435
3.75896
3.76514
3.76486
3.76346
3.75973
3.75963
10.7853
10.1626
9.75831
9.4828
9.25832
9.04702
8.83706
8.62708
8.41863
8.21372
8.0132
7.81704
7.62512
7.43703
7.25236
7.07069
6.89169
6.71518
6.54104
6.36991
6.20029
6.03445
5.87208
5.71323
5.55816
5.40725
5.26085
5.11933
4.983
4.8522
4.72715
4.60817
4.49539
4.38917
4.28966
4.19726
4.11228
4.03518
3.96643
3.90704
3.8539
3.80649
3.76946
3.74378
3.72854
3.72346
3.7246
3.72907
3.73936
3.75772
3.77585
3.79154
3.80245
3.80743
3.8072
3.80572
3.80165
3.79296
3.77871
3.76172
3.74282
3.7223
3.70027
3.67683
3.65214
3.62643
3.59993
3.57295
3.54573
3.51859
3.49179
3.46564
3.44048
3.4167
3.39475
3.37519
3.35873
3.34673
3.33903
3.3354
3.33663
3.34169
3.35402
3.37945
3.41814
3.46685
3.52281
3.58199
3.64016
3.69294
3.73706
3.77066
3.79323
3.80564
3.8091
3.80856
3.80646
3.80151
3.79126
3.78973
10.5952
10.0907
9.78865
9.57074
9.37148
9.1704
8.96541
8.75919
8.55438
8.35261
8.15442
7.95977
7.76845
7.58025
7.39485
7.21205
7.03154
6.85326
6.67703
6.50296
6.331
6.16247
5.9971
5.83493
5.67623
5.5212
5.37033
5.22381
5.08215
4.94554
4.81432
4.68871
4.5689
4.45513
4.34754
4.24643
4.15202
4.06466
3.98478
3.9127
3.8495
3.79225
3.74091
3.69975
3.66914
3.64943
3.63752
3.63761
3.63955
3.64543
3.65799
3.67568
3.69269
3.70529
3.71275
3.71354
3.71278
3.71011
3.70396
3.69158
3.67612
3.65833
3.63896
3.61831
3.59657
3.57386
3.55042
3.52647
3.50235
3.47839
3.45498
3.43254
3.41154
3.39248
3.37609
3.36285
3.3547
3.35027
3.35085
3.35424
3.36341
3.38304
3.41799
3.46272
3.51643
3.5758
3.63674
3.6948
3.74605
3.78779
3.81872
3.83901
3.84977
3.85132
3.85058
3.84809
3.8424
3.83234
3.81786
3.81519
10.4913
10.0579
9.82603
9.64549
9.46281
9.27036
9.07244
8.87313
8.67458
8.47773
8.28296
8.09046
7.90025
7.7123
7.52654
7.34282
7.16109
6.9812
6.80319
6.62706
6.4528
6.28094
6.11237
5.94699
5.78495
5.6263
5.4715
5.32077
5.17455
5.03311
4.89671
4.76563
4.63995
4.51998
4.40572
4.29751
4.19539
4.09972
4.01072
3.9288
3.85428
3.7881
3.72757
3.67314
3.62863
3.59412
3.56947
3.5544
3.54931
3.55028
3.55404
3.56276
3.57929
3.59568
3.6095
3.61845
3.62245
3.62217
3.62062
3.61634
3.60732
3.59327
3.57678
3.55893
3.54014
3.5206
3.50052
3.48009
3.45962
3.43951
3.42027
3.40237
3.38661
3.37329
3.36383
3.35875
3.35901
3.36127
3.36826
3.38358
3.41416
3.45434
3.50516
3.56345
3.62569
3.68768
3.74523
3.79481
3.83424
3.86294
3.88117
3.89034
3.8909
3.89005
3.88737
3.88148
3.87017
3.858
3.84199
3.83829
10.4455
10.037
9.8477
9.69685
9.53049
9.34857
9.15965
8.96856
8.777
8.58558
8.39474
8.20488
8.01633
7.82923
7.6437
7.45968
7.27726
7.09634
6.91701
6.73928
6.56305
6.38882
6.21751
6.04935
5.88432
5.7226
5.56447
5.41021
5.26016
5.11466
4.97388
4.83817
4.70755
4.58236
4.46257
4.34847
4.24005
4.13762
4.04125
3.95133
3.86804
3.79187
3.72346
3.66034
3.60356
3.55657
3.51879
3.49087
3.4722
3.4632
3.46351
3.46579
3.47204
3.48501
3.5014
3.51653
3.52811
3.53484
3.53567
3.53491
3.53223
3.5261
3.51389
3.49962
3.48383
3.46739
3.45076
3.43411
3.41782
3.40226
3.38814
3.37574
3.36672
3.3603
3.36052
3.36237
3.36815
3.38082
3.40605
3.44193
3.48899
3.54491
3.60699
3.67147
3.73403
3.79056
3.83822
3.87545
3.90204
3.91899
3.92682
3.92698
3.92612
3.92346
3.91761
3.90698
3.89365
3.88038
3.86373
3.8593
10.4257
10.0187
9.85746
9.73124
9.58078
9.40988
9.22999
9.04664
8.86148
8.67513
8.48822
8.30128
8.11482
7.9291
7.74434
7.56062
7.37802
7.19661
7.01642
6.8376
6.65999
6.48395
6.31029
6.13956
5.97189
5.80741
5.64648
5.48922
5.33611
5.18726
5.04304
4.90359
4.76912
4.63974
4.51562
4.39678
4.28342
4.17553
4.07338
3.97703
3.88679
3.80293
3.7257
3.65598
3.59089
3.53306
3.48399
3.44385
3.41309
3.39215
3.38016
3.3791
3.38053
3.38523
3.39561
3.41239
3.42885
3.44266
3.45064
3.45394
3.45369
3.4523
3.44849
3.44043
3.42874
3.41598
3.40281
3.39007
3.37847
3.36815
3.36053
3.35467
3.35483
3.35647
3.36157
3.37255
3.39284
3.42417
3.46756
3.52051
3.58119
3.64657
3.71263
3.77515
3.83044
3.87611
3.91122
3.93617
3.95186
3.95911
3.95924
3.95847
3.95606
3.95075
3.94049
3.92824
3.91399
3.90005
3.88282
3.87823
10.4209
10.0118
9.86709
9.7568
9.61835
9.45693
9.28497
9.10829
8.92866
8.74688
8.56374
8.3799
8.19586
8.01201
7.82855
7.64569
7.4635
7.28212
7.10165
6.9222
6.7439
6.56661
6.39118
6.21833
6.04852
5.88186
5.71875
5.55925
5.40377
5.25237
5.10539
4.96298
4.82529
4.69253
4.56474
4.44206
4.32457
4.2123
4.10541
4.00396
3.90812
3.81813
3.73415
3.65663
3.58591
3.51991
3.46157
3.41121
3.36939
3.3366
3.3134
3.30031
3.29737
3.29851
3.30243
3.31138
3.3279
3.34505
3.35981
3.37028
3.37593
3.37834
3.37804
3.37663
3.37308
3.36579
3.35726
3.34944
3.34316
3.33899
3.33923
3.3409
3.346
3.35734
3.3742
3.40067
3.43978
3.48862
3.54674
3.6116
3.67982
3.74711
3.80946
3.86356
3.90754
3.94112
3.96479
3.98026
3.98715
3.98781
3.98711
3.985
3.98016
3.97147
3.95958
3.94672
3.93179
3.91738
3.89949
3.89534
10.453
10.0327
9.89246
9.78753
9.65428
9.49851
9.33176
9.15943
8.98354
8.80508
8.62497
8.44375
8.26195
8.0799
7.89789
7.71606
7.5346
7.35358
7.17321
6.99358
6.8149
6.63712
6.46069
6.28643
6.1149
5.94659
5.78164
5.62038
5.46287
5.30944
5.16015
5.01536
4.87506
4.73959
4.60891
4.48318
4.36244
4.24672
4.13608
4.03061
3.93032
3.83549
3.74614
3.66261
3.58534
3.51382
3.44758
3.38888
3.33779
3.29511
3.26142
3.23718
3.22267
3.21834
3.21926
3.22275
3.23076
3.24709
3.26512
3.28176
3.29505
3.30343
3.30923
3.31286
3.31457
3.31438
3.31373
3.31311
3.31361
3.31558
3.32068
3.33148
3.34943
3.37162
3.40457
3.44869
3.50309
3.56571
3.63421
3.70472
3.77316
3.83541
3.88871
3.93161
3.96417
3.98736
4.00276
4.01045
4.01229
4.01174
4.01003
4.0062
3.99847
3.98815
3.97579
3.96217
3.94691
3.93213
3.9141
3.91004
10.4865
10.0697
9.92017
9.81188
9.68217
9.53193
9.37001
9.20144
9.02871
8.8531
8.67556
8.49665
8.31683
8.13643
7.9557
7.77484
7.59402
7.4134
7.23317
7.05353
6.87466
6.69667
6.51975
6.34459
6.1719
6.00227
5.83596
5.6732
5.51416
5.35903
5.20798
5.06122
4.91895
4.78128
4.64831
4.52013
4.39678
4.27827
4.16464
4.05594
3.95213
3.85342
3.75982
3.67155
3.58874
3.512
3.4403
3.3748
3.31615
3.26482
3.22166
3.18726
3.16241
3.14736
3.14256
3.14338
3.14672
3.15486
3.17138
3.19148
3.21089
3.22699
3.24016
3.24985
3.258
3.26496
3.27153
3.27834
3.28718
3.29819
3.31435
3.33622
3.36446
3.40265
3.45171
3.51037
3.57703
3.64856
3.72119
3.7905
3.85291
3.90582
3.94828
3.98047
4.00383
4.0196
4.02929
4.03225
4.03197
4.03087
4.02821
4.02268
4.01363
4.00249
3.9897
3.97554
3.96003
3.94484
3.92743
3.9225
10.5324
10.1176
9.94876
9.83207
9.70466
9.55943
9.40164
9.23612
9.06599
8.89283
8.71756
8.54068
8.36256
8.18355
8.00391
7.8239
7.64367
7.46347
7.28345
7.10386
6.92491
6.74681
6.56972
6.39421
6.2209
6.05037
5.88302
5.71905
5.55875
5.40224
5.24981
5.10151
4.9576
4.81815
4.68333
4.55316
4.42771
4.30695
4.1909
4.07958
3.97292
3.87106
3.77397
3.68184
3.59486
3.51316
3.43715
3.366
3.30118
3.24293
3.19203
3.14906
3.11459
3.0895
3.07441
3.07009
3.07109
3.07483
3.08383
3.10196
3.12489
3.14765
3.16843
3.18638
3.20236
3.21727
3.23216
3.24809
3.26659
3.28928
3.31764
3.35089
3.39454
3.4481
3.51103
3.58114
3.65546
3.72979
3.80002
3.86264
3.91555
3.95799
3.99064
4.01411
4.03169
4.04253
4.04812
4.04843
4.04793
4.04636
4.04285
4.03579
4.02614
4.01457
4.00143
3.98691
3.97123
3.95568
3.93858
3.93339
10.5966
10.1743
9.97895
9.85242
9.72691
9.58588
9.43106
9.26763
9.09929
8.92789
8.75428
8.57888
8.40199
8.22396
8.04507
7.86562
7.68582
7.50589
7.32604
7.1465
6.96751
6.78933
6.61221
6.43648
6.26279
6.09163
5.92348
5.75859
5.59722
5.43958
5.28589
5.13633
4.99107
4.85022
4.71391
4.58217
4.45501
4.33245
4.21443
4.10095
3.992
3.88758
3.78777
3.69257
3.6022
3.51667
3.43646
3.36117
3.29141
3.22761
3.17016
3.11975
3.07723
3.04339
3.01901
3.00457
3.00212
3.00348
3.00804
3.01871
3.04003
3.06668
3.09441
3.12133
3.14696
3.1718
3.19677
3.22346
3.25351
3.28982
3.32982
3.37913
3.43766
3.50463
3.57823
3.655
3.73098
3.80212
3.8652
3.91846
3.96149
3.99477
4.01981
4.03791
4.051
4.05903
4.06188
4.06169
4.06086
4.05875
4.05432
4.04643
4.03643
4.0246
4.01121
3.99641
3.98063
3.96477
3.94805
3.94243
10.6469
10.2095
9.9899
9.85795
9.73677
9.6013
9.45038
9.29006
9.12443
8.95538
8.78385
8.61019
8.43468
8.25765
8.07952
7.90059
7.72116
7.54145
7.36171
7.18217
7.00314
6.82485
6.64763
6.47184
6.29795
6.1264
5.95763
5.79201
5.62979
5.47128
5.31659
5.16603
5.01969
4.87772
4.7402
4.60717
4.47862
4.35458
4.23496
4.11978
4.00895
3.90251
3.80044
3.70283
3.6097
3.52124
3.43756
3.35893
3.28513
3.21681
3.15422
3.09814
3.04903
3.00768
2.97495
2.95174
2.93907
2.93926
2.94128
2.94732
2.96089
2.98771
3.02047
3.05565
3.09152
3.1276
3.16497
3.20448
3.24879
3.29749
3.35406
3.41874
3.49078
3.56808
3.64745
3.72509
3.79714
3.86091
3.91481
3.95872
3.99338
4.0198
4.03985
4.05429
4.06445
4.0709
4.07225
4.07196
4.0709
4.06841
4.06329
4.05506
4.04479
4.03275
4.01918
4.00424
3.98829
3.97241
3.95594
3.9495
10.7616
10.2703
10.0145
9.87255
9.75255
9.62006
9.4709
9.31259
9.1483
8.98053
8.81023
8.63767
8.46302
8.28664
8.10898
7.93042
7.75124
7.5717
7.39202
7.21248
7.03337
6.85503
6.67769
6.50172
6.32756
6.15565
5.98635
5.82009
5.65712
5.49782
5.34232
5.19092
5.04372
4.90087
4.76239
4.62836
4.49868
4.37348
4.2526
4.13597
4.02366
3.91554
3.81172
3.71214
3.61691
3.5261
3.43979
3.35829
3.28145
3.20967
3.14322
3.08252
3.02817
2.98072
2.94109
2.91023
2.88894
2.88102
2.88199
2.88579
2.89522
2.91518
2.94925
2.99065
3.03653
3.08516
3.13649
3.19133
3.25132
3.31593
3.38841
3.46683
3.54917
3.63215
3.71205
3.78562
3.85033
3.90523
3.95029
3.98644
4.01489
4.03674
4.05348
4.06572
4.07428
4.07972
4.08026
4.07992
4.07876
4.07608
4.07061
4.06211
4.0516
4.03939
4.02567
4.01063
3.99461
3.97862
3.96261
3.95516
10.776
10.3048
10.033
9.87978
9.75777
9.62791
9.48062
9.32619
9.1639
8.99781
8.82921
8.658
8.48432
8.30869
8.13154
7.95334
7.77436
7.59495
7.41532
7.23582
7.05665
6.87822
6.70083
6.52489
6.3506
6.17847
6.00882
5.8421
5.67861
5.51872
5.36267
5.21064
5.06282
4.91928
4.78007
4.64527
4.51473
4.3886
4.26666
4.14898
4.03551
3.92612
3.82095
3.71986
3.62305
3.53042
3.4422
3.35839
3.27926
3.20475
3.13537
3.07116
3.01288
2.96077
2.91582
2.87868
2.85091
2.83295
2.83231
2.83424
2.84056
2.8553
2.88523
2.93025
2.98432
3.04512
3.1117
3.18348
3.26017
3.34258
3.42952
3.51854
3.6067
3.69034
3.76644
3.83306
3.88948
3.93614
3.97403
4.00447
4.0287
4.04768
4.06236
4.07332
4.08117
4.08594
4.08596
4.08561
4.08442
4.08169
4.07608
4.0674
4.05672
4.04441
4.03056
4.01548
3.99944
3.98332
3.96792
3.95942
10.8125
10.3358
10.0473
9.88675
9.7641
9.63696
9.49174
9.33992
9.17873
9.01357
8.84597
8.67549
8.50238
8.32713
8.15022
7.9721
7.79316
7.61369
7.43402
7.25441
7.07516
6.89668
6.7192
6.54311
6.36863
6.19621
6.02621
5.85904
5.69514
5.53473
5.37823
5.22567
5.07738
4.93331
4.79355
4.65818
4.527
4.40019
4.27743
4.15899
4.04457
3.93431
3.82813
3.726
3.62799
3.53408
3.44444
3.35904
3.27814
3.20172
3.13018
3.06355
3.00242
2.94702
2.89816
2.85643
2.82346
2.79923
2.79158
2.79291
2.7979
2.80995
2.83513
2.88027
2.93931
3.0102
3.09111
3.17991
3.27439
3.3725
3.47131
3.5672
3.6569
3.73756
3.80772
3.86705
3.91625
3.95657
3.98942
4.0161
4.03766
4.05488
4.06839
4.07861
4.08611
4.09046
4.09042
4.08999
4.08871
4.08586
4.08006
4.07137
4.06061
4.04822
4.03431
4.01918
4.00321
3.98686
3.97185
3.96282
10.9079
10.3685
10.0528
9.88726
9.76417
9.6387
9.49315
9.34487
9.18438
9.02
8.85358
8.68419
8.51198
8.33742
8.16102
7.98326
7.80458
7.62529
7.44576
7.26622
7.08705
6.90855
6.73106
6.55488
6.38033
6.20773
6.03757
5.87012
5.70596
5.5452
5.38841
5.23551
5.08691
4.94248
4.80239
4.66661
4.53503
4.40776
4.28456
4.16558
4.0506
3.93973
3.83287
3.73005
3.63128
3.53656
3.44599
3.35959
3.27756
3.1999
3.12692
3.05869
2.99567
2.93813
2.8867
2.84201
2.80536
2.77739
2.76331
2.76417
2.76822
2.77854
2.80053
2.84412
2.90575
2.9838
3.07606
3.17893
3.28817
3.39862
3.50553
3.60459
3.69304
3.76948
3.83399
3.88757
3.93173
3.96801
3.99785
4.02238
4.04248
4.05865
4.07178
4.08161
4.08865
4.09289
4.09288
4.09249
4.09126
4.08842
4.0826
4.07379
4.06295
4.05055
4.03658
4.0214
4.00564
3.98918
3.97419
3.9651
10.9275
10.3741
10.0513
9.88592
9.76462
9.64088
9.49546
9.3493
9.18949
9.02566
8.85982
8.69081
8.51879
8.34428
8.16783
7.98997
7.81115
7.63173
7.45207
7.27244
7.09321
6.91466
6.73711
6.56085
6.38623
6.21355
6.04329
5.8757
5.71141
5.55048
5.39351
5.24042
5.09164
4.947
4.80672
4.6707
4.53891
4.41137
4.28793
4.16865
4.0534
3.94221
3.83503
3.73184
3.63271
3.53756
3.44654
3.35964
3.27704
3.19877
3.1251
3.05612
2.9922
2.93366
2.881
2.83491
2.79642
2.76668
2.74892
2.7495
2.75296
2.76254
2.78305
2.82463
2.888
2.97015
3.06918
3.18031
3.29811
3.41539
3.52621
3.62607
3.71283
3.78622
3.84731
3.89774
3.93931
3.97363
4.00204
4.02557
4.04493
4.0607
4.07358
4.08325
4.09007
4.09424
4.0943
4.09391
4.09266
4.08978
4.0839
4.07503
4.06418
4.05177
4.03777
4.02258
4.00692
3.99044
3.97544
3.96642
)
;
boundaryField
{
inlet
{
type fixedValue;
value uniform 1;
}
outlet
{
type waveTransmissive;
gamma 1.4;
fieldInf 1;
lInf 3;
value nonuniform List<scalar>
400
(
2.7848
2.78303
2.78082
2.77866
2.77781
2.77909
2.78394
2.79371
2.80969
2.83292
2.8637
2.90221
2.95229
3.0229
3.11947
3.22407
3.32905
3.42542
3.50725
3.57416
3.62823
3.67237
3.71096
3.74806
3.77821
3.8037
3.8268
3.84781
3.86671
3.88379
3.89847
3.91095
3.92182
3.93085
3.93794
3.94362
3.94792
3.95137
3.95365
3.95497
2.7848
2.78304
2.78083
2.77867
2.77783
2.77913
2.78399
2.79378
2.8098
2.83306
2.86387
2.90241
2.95255
3.02324
3.11985
3.22443
3.32936
3.42565
3.50742
3.57428
3.62832
3.67245
3.71104
3.74813
3.77826
3.80373
3.82681
3.84781
3.8667
3.88378
3.89845
3.91092
3.92178
3.93081
3.93789
3.94357
3.94786
3.9513
3.95358
3.9549
2.78481
2.78305
2.78084
2.77868
2.77784
2.77914
2.78401
2.7938
2.80982
2.83308
2.8639
2.90244
2.95259
3.0233
3.11991
3.22449
3.32941
3.42569
3.50744
3.5743
3.62834
3.67246
3.71106
3.74815
3.77827
3.80373
3.82681
3.84781
3.8667
3.88378
3.89845
3.91092
3.92178
3.93081
3.93789
3.94356
3.94786
3.95129
3.95357
3.9549
2.78481
2.78305
2.78084
2.77868
2.77784
2.77914
2.78401
2.7938
2.80983
2.83309
2.8639
2.90245
2.95259
3.0233
3.11991
3.22449
3.32941
3.42569
3.50745
3.5743
3.62834
3.67246
3.71106
3.74815
3.77827
3.80373
3.82681
3.84781
3.8667
3.88378
3.89845
3.91092
3.92178
3.93081
3.93789
3.94356
3.94786
3.95129
3.95357
3.95489
2.78481
2.78305
2.78084
2.77868
2.77784
2.77914
2.78401
2.7938
2.80983
2.83309
2.86391
2.90246
2.9526
3.02332
3.11993
3.22451
3.32942
3.4257
3.50745
3.57431
3.62834
3.67247
3.71106
3.74815
3.77827
3.80374
3.82682
3.84781
3.8667
3.88378
3.89845
3.91092
3.92178
3.93081
3.93789
3.94356
3.94785
3.95129
3.95357
3.95489
2.78481
2.78305
2.78084
2.77868
2.77784
2.77914
2.78401
2.7938
2.80983
2.83309
2.86391
2.90246
2.95261
3.02332
3.11993
3.22451
3.32942
3.4257
3.50746
3.57431
3.62835
3.67247
3.71106
3.74815
3.77827
3.80374
3.82682
3.84781
3.8667
3.88378
3.89845
3.91092
3.92178
3.93081
3.93789
3.94356
3.94785
3.95129
3.95357
3.95489
2.78481
2.78305
2.78084
2.77868
2.77784
2.77914
2.78401
2.7938
2.80983
2.83309
2.8639
2.90245
2.9526
3.02331
3.11992
3.2245
3.32941
3.42569
3.50745
3.5743
3.62834
3.67247
3.71106
3.74815
3.77827
3.80374
3.82682
3.84781
3.8667
3.88378
3.89845
3.91092
3.92178
3.93081
3.93789
3.94356
3.94785
3.95129
3.95357
3.95489
2.78481
2.78305
2.78084
2.77868
2.77784
2.77914
2.78401
2.7938
2.80982
2.83308
2.8639
2.90244
2.95259
3.0233
3.11991
3.22449
3.32941
3.42569
3.50745
3.5743
3.62834
3.67246
3.71106
3.74815
3.77827
3.80373
3.82681
3.84781
3.8667
3.88378
3.89845
3.91092
3.92178
3.93081
3.93789
3.94356
3.94786
3.95129
3.95357
3.9549
2.7848
2.78304
2.78083
2.77867
2.77783
2.77913
2.78399
2.79378
2.8098
2.83306
2.86387
2.90241
2.95255
3.02324
3.11985
3.22443
3.32936
3.42565
3.50742
3.57428
3.62832
3.67245
3.71104
3.74813
3.77826
3.80373
3.82681
3.84781
3.8667
3.88378
3.89845
3.91092
3.92178
3.93081
3.93789
3.94357
3.94786
3.9513
3.95358
3.9549
2.7848
2.78303
2.78082
2.77866
2.77781
2.77909
2.78394
2.7937
2.80969
2.83291
2.8637
2.9022
2.95228
3.0229
3.11946
3.22406
3.32904
3.42541
3.50725
3.57416
3.62822
3.67237
3.71096
3.74806
3.77821
3.8037
3.8268
3.84781
3.86671
3.88379
3.89847
3.91095
3.92182
3.93085
3.93794
3.94362
3.94792
3.95137
3.95365
3.95497
)
;
}
bottom
{
type symmetryPlane;
}
top
{
type symmetryPlane;
}
obstacle
{
type zeroGradient;
}
defaultFaces
{
type empty;
}
}
// ************************************************************************* //
| [
"benroque94@gmail.com"
] | benroque94@gmail.com | |
871ff8cc0e6d893dab496d7db84887b395b8806e | 80a5735ba2abdee190144c6fe6cb8c88609c402e | /meshlab/MeshLabSrc_AllInc_v132/vcglib/wrap/io_trimesh/import_vmi.h | 4c259423667e7d0d047297c8f593572820534d4b | [] | no_license | quxiaofeng/python-stl | 8947bbd4645417fd76ef45c864e7e3f54d213a4c | 0929ada14c96511056b88e4f97474c1cee7ade79 | refs/heads/master | 2021-05-16T02:17:10.530607 | 2013-12-16T19:18:26 | 2013-12-16T19:18:26 | 12,635,141 | 10 | 4 | null | 2018-09-14T13:18:57 | 2013-09-06T03:38:26 | C | UTF-8 | C++ | false | false | 35,004 | h | /****************************************************************************
* VCGLib o o *
* Visual and Computer Graphics Library o o *
* _ O _ *
* Copyright(C) 2004 \/)\/ *
* Visual Computing Lab /\/| *
* ISTI - Italian National Research Council | *
* \ *
* All rights reserved. *
* *
* This program is Free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) *
* for more details. *
* *
****************************************************************************/
/****************************************************************************
History
$Log: not supported by cvs2svn $
Revision 1.1 2007/02/14 01:20:37 ganovelli
working draft of VCG Mesh Image importer and exporter. Does not consider optional attributes. The mesh atributes are only vn and fn (no bbox, texture coordiantes)
****************************************************************************/
#ifndef __VCGLIB_IMPORT_VMI
#define __VCGLIB_IMPORT_VMI
#include <vcg/simplex/vertex/component_ocf.h>
#include <vcg/simplex/face/component_ocf.h>
#include <wrap/io_trimesh/io_mask.h>
#include <wrap/callback.h>
/*
VMI VCG Mesh Image.
The vmi image file consists of a header containing the description of the vertex and face type,
the length of vectors containing vertices of faces and the memory image of the object mesh as it is when
passed to the function Save(SaveMeshType m)
NOTE: THIS IS NOT A FILE FORMAT. IT IS ONLY USEFUL FOR DUMPING MESH IMAGES FOR DEBUG PURPOSE.
Example of use: say you are running a time consuming mesh processing and you want to save intermediate
state, but no file format support all the attributes you need in your vertex/face type.
NOTE2: At the present if you add members to your TriMesh these will NOT be saved. More precisely, this file and
import_vmi must be updated to reflect changes in vcg/complex/trimesh/base.h
*/
namespace vcg {
namespace tri {
namespace io {
template <int N> struct DummyType{ char placeholder[N]; };
/* ------------------------- derivation chain for the vertex attribute ---------------------------*/
/** this class is for testing only the equality with the type optionally provided by the user when calling Open
*/
template <class MeshType, class A, class T>
struct Der:public T{
typedef typename std::set<typename MeshType::PointerToAttribute >::iterator HWIte;
template <int VoF>
static void AddAttrib(MeshType &m, const char * name, unsigned int s, void * data){
switch(VoF)
{
case 0: if(s == sizeof(A)){
typename MeshType::template PerVertexAttributeHandle<A> h = vcg::tri::Allocator<MeshType>:: template AddPerVertexAttribute<A>(m,name);
for(unsigned int i = 0; i < m.vert.size(); ++i)
memcpy(&h[i], (void*) &((A*)data)[i],sizeof(A)); // we don't want the type conversion
}
else
T::template AddAttrib<0>(m,name,s,data);
break;
case 1: if(s == sizeof(A)){
typename MeshType::template PerFaceAttributeHandle<A> h = vcg::tri::Allocator<MeshType>:: template AddPerFaceAttribute<A>(m,name);
for(unsigned int i = 0; i < m.face.size(); ++i)
memcpy(&h[i], (void*) &((A*)data)[i],sizeof(A)); // we don't want the type conversion
}
else
T::template AddAttrib<0>(m,name,s,data);
break;
case 2:
if(s == sizeof(A)){
typename MeshType::template PerMeshAttributeHandle<A> h = vcg::tri::Allocator<MeshType>:: template AddPerMeshAttribute<A>(m,name);
memcpy(&h(), (void*) ((A*)data),sizeof(A)); // we don't want the type conversion
}
else
T::template AddAttrib<2>(m,name,s,data);
break;
default:break;
}
}
};
/** this class is for testing the list of increasing size types until one is larger than the size of the unknown type
*/
template <class MeshType, class A, class T>
struct DerK:public T{
typedef typename std::set<typename MeshType::PointerToAttribute >::iterator HWIte;
template <int VoF>
static void AddAttrib(MeshType &m, const char * name, unsigned int s, void * data){
switch(VoF){
case 0:
if(s == sizeof(A)){
typename MeshType::template PerVertexAttributeHandle<A> h = vcg::tri::Allocator<MeshType>::template AddPerVertexAttribute<A>(m,name);
for(unsigned int i = 0; i < m.vert.size(); ++i)
memcpy((void*) &(h[i]), (void*) &((A*)data)[i],sizeof(A)); // we don't want the type conversion
}
else
if(s < sizeof(A)){
// padding
int padd = sizeof(A) - s;
typename MeshType::template PerVertexAttributeHandle<A> h = vcg::tri::Allocator<MeshType>::template AddPerVertexAttribute<A>(m,name);
for(unsigned int i = 0; i < m.vert.size(); ++i){
char * dest = &((char*)(&h[i]))[0];
memcpy( (void *)dest , (void*) &((A*)data)[i],s); // we don't want the type conversion
}
typename MeshType::PointerToAttribute pa;
pa._name = std::string(name);
HWIte res = m.vert_attr.find(pa);
pa = *res;
m.vert_attr.erase(res);
pa._padding = padd;
std::pair<HWIte,bool > new_pa = m.vert_attr.insert(pa);
assert(new_pa.second);
}
else
T::template AddAttrib<0>(m,name,s,data);
break;
case 1:
if(s == sizeof(A)){
typename MeshType::template PerVertexAttributeHandle<A> h = vcg::tri::Allocator<MeshType>::template AddPerVertexAttribute<A>(m,name);
for(unsigned int i = 0; i < m.vert.size(); ++i)
memcpy((void*) &(h[i]), (void*) &((A*)data)[i],sizeof(A)); // we don't want the type conversion
}
else
if(s < sizeof(A)){
// padding
int padd = sizeof(A) - s;
typename MeshType::template PerFaceAttributeHandle<A> h = vcg::tri::Allocator<MeshType>::template AddPerFaceAttribute<A>(m,name);
for(unsigned int i = 0; i < m.face.size(); ++i){
char * dest = &((char*)(&h[i]))[0];
memcpy( (void *)dest , (void*) &((A*)data)[i],s); // we don't want the type conversion
}
typename MeshType::PointerToAttribute pa;
pa._name = std::string(name);
HWIte res = m.face_attr.find(pa);
pa = *res;
m.face_attr.erase(res);
pa._padding = padd;
std::pair<HWIte,bool > new_pa = m.face_attr.insert(pa);
assert(new_pa.second);
}
else
T::template AddAttrib<1>(m,name,s,data);
break;
case 2:
if(s == sizeof(A)){
typename MeshType::template PerMeshAttributeHandle<A> h = vcg::tri::Allocator<MeshType>::template AddPerMeshAttribute<A>(m,name);
memcpy((void*)&h(), (void*)((A*)data),sizeof(A)); // we don't want the type conversion
}
else
if(s < sizeof(A)){
// padding
int padd = sizeof(A) - s;
typename MeshType::template PerMeshAttributeHandle<A> h = vcg::tri::Allocator<MeshType>::template AddPerMeshAttribute<A>(m,name);
char * dest = & ((char*)(&h()))[0];
memcpy( (void *)dest , (void*)((A*)data),s); // we don't want the type conversion
typename MeshType::PointerToAttribute pa;
pa._name = std::string(name);
HWIte res = m.mesh_attr.find(pa);
pa = *res;
m.mesh_attr.erase(res);
pa._padding = padd;
std::pair<HWIte,bool > new_pa = m.mesh_attr.insert(pa);
assert(new_pa.second);
}
else
T::template AddAttrib<2>(m,name,s,data);
break;
default: assert(0);break;
}
}
};
/**
This is the templated derivation chain
*/
template <class MeshType> struct K {
template <int VoF>
static void AddAttrib(MeshType &/*m*/, const char * /*name*/, unsigned int /*s*/, void * /*data*/){
// if yohu got this your attribute is larger than 1048576. Honestly...
assert(0);
}
};
template <class MeshType, class B0 > struct K0 : public DerK< MeshType, B0, K<MeshType> > {};
template <class MeshType, class B0, class B1 > struct K1 : public DerK< MeshType, B1, K0<MeshType, B0> > {};
template <class MeshType, class B0, class B1, class B2 > struct K2 : public DerK< MeshType, B2, K1<MeshType, B0, B1> > {};
template <class MeshType, class B0, class B1, class B2,class B3> struct K3 : public DerK< MeshType, B3, K2<MeshType, B0, B1, B2> > {};
template <class MeshType, class B0, class B1, class B2,class B3,class B4> struct K4 : public DerK< MeshType, B4, K3<MeshType, B0, B1, B2, B3> > {};
template <class MeshType, class B0, class B1, class B2,class B3,class B4,class B5> struct K5 : public DerK< MeshType, B5, K4<MeshType, B0, B1, B2, B3, B4> > {};
template <class MeshType, class B0, class B1, class B2,class B3,class B4,class B5,class B6> struct K6 : public DerK< MeshType, B6, K5<MeshType, B0, B1, B2, B3, B4, B5> > {};
template <class MeshType, class B0, class B1, class B2,class B3,class B4,class B5,class B6,class B7> struct K7 : public DerK< MeshType, B7, K6<MeshType, B0, B1, B2, B3, B4, B5, B6> > {};
template <class MeshType, class B0, class B1, class B2,class B3,class B4,class B5,class B6,class B7,class B8> struct K8 : public DerK< MeshType, B8, K7<MeshType, B0, B1, B2, B3, B4, B5, B6, B7> > {};
template <class MeshType, class B0, class B1, class B2,class B3,class B4,class B5,class B6,class B7,class B8,class B9> struct K9 : public DerK< MeshType, B9, K8<MeshType, B0, B1, B2, B3, B4, B5, B6, B7, B8> > {};
template <class MeshType, class B0, class B1, class B2,class B3,class B4,class B5,class B6,class B7,class B8,class B9,class B10> struct K10 : public DerK< MeshType, B10, K9<MeshType, B0, B1, B2, B3, B4, B5, B6, B7, B8, B9> > {};
template <class MeshType, class B0, class B1, class B2,class B3,class B4,class B5,class B6,class B7,class B8,class B9,class B10,class B11> struct K11 : public DerK< MeshType, B11, K10<MeshType, B0, B1, B2, B3, B4, B5, B6, B7, B8, B9, B11 > > {};
template <class MeshType, class B0, class B1, class B2,class B3,class B4,class B5,class B6,class B7,class B8,class B9,class B10,class B11,class B12>struct K12 : public DerK< MeshType, B12, K11<MeshType, B0, B1, B2, B3, B4, B5, B6, B7, B8, B9, B11, B12 > > {};
template <class MeshType, class A0,
class B0 = DummyType<1048576>,
class B1 = DummyType<2048>,
class B2 = DummyType<1024>,
class B3 = DummyType<512>,
class B4 = DummyType<256>,
class B5 = DummyType<128>,
class B6 = DummyType<64>,
class B7 = DummyType<32>,
class B8 = DummyType<16>,
class B9 = DummyType<8>,
class B10 = DummyType<4>,
class B11 = DummyType<2>,
class B12 = DummyType<1>
> struct C0 : public DerK< MeshType, A0, K12<MeshType, B0, B1, B2, B3, B4,B5,B6,B7,B8,B9,B10,B11,B12> > {};
template <class MeshType, class A0, class A1> struct C1 : public Der< MeshType, A1, C0<MeshType, A0> > {};
template <class MeshType, class A0, class A1, class A2> struct C2 : public Der< MeshType, A2, C1<MeshType, A0, A1> > {};
template <class MeshType, class A0, class A1, class A2,class A3> struct C3 : public Der< MeshType, A3, C2<MeshType, A0, A1, A2> > {};
template <class MeshType, class A0, class A1, class A2,class A3,class A4> struct AttrAll : public Der< MeshType, A4, C3<MeshType, A0, A1, A2, A3> > {};
template <class OpenMeshType,class A0 = long, class A1 = double, class A2 = int,class A3 = short, class A4 = char >
class ImporterVMI: public AttrAll<OpenMeshType,A0,A1,A2,A3,A4>
{
static void ReadString(FILE * f,std::string & out){
unsigned int l; Read(&l,4,1,f);
char * buf = new char[l+1];
Read(buf,1,l,f);buf[l]='\0';
out = std::string(buf);
delete [] buf;
}
static void ReadInt(FILE *f, unsigned int & i){ Read(&i,1,4,f);}
static void ReadFloat(FILE *f, float & v){ Read(&v,1,sizeof(float),f);}
static int LoadVertexOcfMask( FILE * f){
int mask =0;
std::string s;
// vertex quality
ReadString(f,s);
if( s == std::string("HAS_VERTEX_QUALITY_OCF")) mask |= Mask::IOM_VERTQUALITY;
// vertex color
ReadString(f,s);
if( s == std::string("HAS_VERTEX_COLOR_OCF")) mask |= Mask::IOM_VERTCOLOR;
// vertex normal
ReadString(f,s);
if( s == std::string("HAS_VERTEX_NORMAL_OCF")) mask |= Mask::IOM_VERTNORMAL;
// vertex mark
ReadString(f,s);
//if( s == std::string("HAS_VERTEX_MARK_OCF")) mask |=
// vertex texcoord
ReadString(f,s);
if( s == std::string("HAS_VERTEX_TEXCOORD_OCF")) mask |= Mask::IOM_VERTTEXCOORD;
// vertex-face adjacency
ReadString(f,s);
//if( s == std::string("HAS_VERTEX_VFADJACENCY_OCF")) mask |=
// vertex curvature
ReadString(f,s);
//if( s == std::string("HAS_VERTEX_CURVATURE_OCF")) mask |=
//// vertex curvature dir
ReadString(f,s);
//if( s == std::string("HAS_VERTEX_CURVATUREDIR_OCF")) mask |=
// vertex radius
ReadString(f,s);
if( s == std::string("HAS_VERTEX_RADIUS_OCF")) mask |= Mask::IOM_VERTRADIUS;
return mask;
}
template <typename MeshType, typename CONT>
struct LoadVertexOcf{
LoadVertexOcf(FILE* /*f*/,const CONT & /*vert*/){
// do nothing, it is a std::vector
}
};
template <typename MeshType>
struct
LoadVertexOcf<MeshType,vertex::vector_ocf<typename OpenMeshType::VertexType> >{
typedef typename OpenMeshType::VertexType VertexType;
LoadVertexOcf( FILE * f, vertex::vector_ocf<typename OpenMeshType::VertexType> & vert){
std::string s;
// vertex quality
ReadString(f,s);
if( s == std::string("HAS_VERTEX_QUALITY_OCF")) {
vert.EnableQuality();
Read((void*)&vert.QV[0],sizeof(typename VertexType::QualityType),vert.size(),f);
}
// vertex color
ReadString(f,s);
if( s == std::string("HAS_VERTEX_COLOR_OCF")) {
vert.EnableColor();
Read((void*)&vert.CV[0],sizeof(typename VertexType::ColorType),vert.size(),f);
}
// vertex normal
ReadString(f,s);
if( s == std::string("HAS_VERTEX_NORMAL_OCF")) {
vert.EnableNormal();
Read((void*)&vert.NV[0],sizeof(typename VertexType::NormalType),vert.size(),f);
}
// vertex mark
ReadString(f,s);
if( s == std::string("HAS_VERTEX_MARK_OCF")) {
vert.EnableMark();
Read((void*)&vert.MV[0],sizeof(typename VertexType::MarkType),vert.size(),f);
}
// vertex texcoord
ReadString(f,s);
if( s == std::string("HAS_VERTEX_TEXCOORD_OCF")) {
vert.EnableTexCoord();
Read((void*)&vert.TV[0],sizeof(typename VertexType::TexCoordType),vert.size(),f);
}
// vertex-face adjacency
ReadString(f,s);
if( s == std::string("HAS_VERTEX_VFADJACENCY_OCF")) {
vert.EnableVFAdjacency();
Read((void*)&vert.AV[0],sizeof(typename vertex::vector_ocf<VertexType>::VFAdjType),vert.size(),f);
}
// vertex curvature
ReadString(f,s);
if( s == std::string("HAS_VERTEX_CURVATURE_OCF")) {
vert.EnableCurvature();
Read((void*)&vert.CuV[0],sizeof(typename VertexType::CurvatureType),vert.size(),f);
}
// vertex curvature dir
ReadString(f,s);
if( s == std::string("HAS_VERTEX_CURVATUREDIR_OCF")) {
vert.EnableCurvatureDir();
Read((void*)&vert.CuDV[0],sizeof(typename VertexType::CurvatureDirType),vert.size(),f);
}
// vertex radius
ReadString(f,s);
if( s == std::string("HAS_VERTEX_RADIUS_OCF")) {
vert.EnableRadius();
Read((void*)&vert.RadiusV[0],sizeof(typename VertexType::RadiusType),vert.size(),f);
}
}
};
template <typename MeshType, typename CONT>
struct LoadFaceOcf{
LoadFaceOcf(FILE * /* f */ , const CONT & /* face */){
// do nothing, it is a std::vector
}
};
static int LoadFaceOcfMask( FILE * f){
int mask=0;
std::string s;
// face quality
ReadString(f,s);
if( s == std::string("HAS_FACE_QUALITY_OCF")) mask |= Mask::IOM_FACEQUALITY;
// face color
ReadString(f,s);
if( s == std::string("HAS_FACE_COLOR_OCF")) mask |= Mask::IOM_FACECOLOR;
// face normal
ReadString(f,s);
if( s == std::string("HAS_FACE_NORMAL_OCF")) mask |= Mask::IOM_FACENORMAL;
//// face mark
ReadString(f,s);
//if( s == std::string("HAS_FACE_MARK_OCF")) mask |=
// face wedgetexcoord
ReadString(f,s);
if( s == std::string("HAS_FACE_WEDGETEXCOORD_OCF")) mask |= Mask::IOM_WEDGTEXCOORD;
// face-face adjacency
ReadString(f,s);
// if( s == std::string("HAS_FACE_FFADJACENCY_OCF")) mask |= */
// vertex-face adjacency
ReadString(f,s);
//if( s == std::string("HAS_FACE_VFADJACENCY_OCF")) mask |=
// face WedgeColor
ReadString(f,s);
if( s == std::string("HAS_FACE_WEDGECOLOR_OCF")) mask |= Mask::IOM_WEDGCOLOR;
// face WedgeNormal
ReadString(f,s);
if( s == std::string("HAS_FACE_WEDGENORMAL_OCF")) mask |= Mask::IOM_WEDGNORMAL;
return mask;
}
/* partial specialization for vector_ocf */
template <typename MeshType>
struct LoadFaceOcf< MeshType, face::vector_ocf<typename OpenMeshType::FaceType> >{
typedef typename OpenMeshType::FaceType FaceType;
LoadFaceOcf( FILE * f, face::vector_ocf<FaceType> & face){
std::string s;
// face quality
ReadString(f,s);
if( s == std::string("HAS_FACE_QUALITY_OCF")) {
face.EnableQuality();
Read((void*)&face.QV[0],sizeof(typename FaceType::QualityType),face.size(),f);
}
// face color
ReadString(f,s);
if( s == std::string("HAS_FACE_COLOR_OCF")) {
face.EnableColor();
Read((void*)&face.CV[0],sizeof(typename FaceType::ColorType),face.size(),f);
}
// face normal
ReadString(f,s);
if( s == std::string("HAS_FACE_NORMAL_OCF")) {
face.EnableNormal();
Read((void*)&face.NV[0],sizeof(typename FaceType::NormalType),face.size(),f);
}
// face mark
ReadString(f,s);
if( s == std::string("HAS_FACE_MARK_OCF")) {
face.EnableMark();
Read((void*)&face.MV[0],sizeof(typename FaceType::MarkType),face.size(),f);
}
// face wedgetexcoord
ReadString(f,s);
if( s == std::string("HAS_FACE_WEDGETEXCOORD_OCF")) {
face.EnableWedgeTex();
Read((void*)&face.WTV[0],sizeof(typename FaceType::WedgeTexCoordType),face.size(),f);
}
// face-face adjacency
ReadString(f,s);
if( s == std::string("HAS_FACE_FFADJACENCY_OCF")) {
face.EnableFFAdjacency();
Read((void*)&face.AF[0],sizeof(typename face::vector_ocf<FaceType>::AdjTypePack),face.size(),f);
}
// vertex-face adjacency
ReadString(f,s);
if( s == std::string("HAS_FACE_VFADJACENCY_OCF")) {
face.EnableVFAdjacency();
Read((void*)&face.AV[0],sizeof(typename face::vector_ocf<FaceType>::AdjTypePack),face.size(),f);
}
// face WedgeColor
ReadString(f,s);
if( s == std::string("HAS_FACE_WEDGECOLOR_OCF")) {
face.EnableWedgeColor();
Read((void*)&face.WCV[0],sizeof(typename face::vector_ocf<FaceType>::WedgeColorTypePack),face.size(),f);
}
// face WedgeNormal
ReadString(f,s);
if( s == std::string("HAS_FACE_WEDGENORMAL_OCF")) {
face.EnableWedgeNormal();
Read((void*)&face.WNV[0],sizeof(typename face::vector_ocf<FaceType>::WedgeNormalTypePack),face.size(),f);
}
}
};
static int FaceMaskBitFromString(std::string s){
if( s.find("Color",0) != std::string::npos ) return Mask::IOM_FACECOLOR; else
if( s.find("BitFlags",0) != std::string::npos ) return Mask::IOM_FACEFLAGS; else
if( s.find("VertexRef",0) != std::string::npos ) return Mask::IOM_FACEINDEX; else
if( s.find("Normal",0) != std::string::npos ) return Mask::IOM_FACENORMAL; else
if( s.find("Quality",0) != std::string::npos ) return Mask::IOM_FACEQUALITY; else
if( s.find("Quality",0) != std::string::npos ) return Mask::IOM_FACEQUALITY; else
if( s.find("WedgeColor",0) != std::string::npos ) return Mask::IOM_WEDGCOLOR; else
if( s.find("WedgeNormal",0) != std::string::npos ) return Mask::IOM_WEDGNORMAL; else
if( s.find("WedgeTexCoord",0) != std::string::npos) return Mask::IOM_WEDGTEXCOORD; else
return 0;
}
static int VertexMaskBitFromString(std::string s){
if( s.find("Color",0) != std::string::npos ) return Mask::IOM_VERTCOLOR; else
if( s.find("Coord",0) != std::string::npos ) return Mask::IOM_VERTCOORD; else
if( s.find("BitFlags",0) != std::string::npos ) return Mask::IOM_VERTFLAGS; else
if( s.find("Quality",0) != std::string::npos ) return Mask::IOM_VERTQUALITY; else
if( s.find("Normal",0) != std::string::npos ) return Mask::IOM_VERTNORMAL; else
if( s.find("TexCoord",0) != std::string::npos ) return Mask::IOM_VERTTEXCOORD; else
if( s.find("Radius",0) != std::string::npos ) return Mask::IOM_VERTRADIUS; else
return 0;
}
static FILE *& F(){static FILE * f; return f;}
static void * Malloc(unsigned int n){ return (n)?malloc(n):0;}
static void Free(void * ptr){ if(ptr) free (ptr);}
typedef typename OpenMeshType::FaceType FaceType;
typedef typename OpenMeshType::FaceContainer FaceContainer;
typedef typename OpenMeshType::FaceIterator FaceIterator;
typedef typename OpenMeshType::VertContainer VertContainer;
typedef typename OpenMeshType::VertexIterator VertexIterator;
typedef typename OpenMeshType::VertexType VertexType;
public:
enum VMIErrorCodes {
VMI_NO_ERROR = 0,
VMI_INCOMPATIBLE_VERTEX_TYPE,
VMI_INCOMPATIBLE_FACE_TYPE,
VMI_FAILED_OPEN
};
/*!
* Standard call for knowing the meaning of an error code
* \param message_code The code returned by <CODE>Open</CODE>
* \return The string describing the error code
*/
static const char* ErrorMsg(int message_code)
{
static const char* error_msg[] =
{
"No errors",
"The file has a incompatible vertex signature",
"The file has a incompatible Face signature",
"General failure of the file opening"
};
if(message_code>4 || message_code<0)
return "Unknown error";
else
return error_msg[message_code];
};
/* Read the info about the mesh. Note: in the header the bounding box is always written/readed
as a vcg::Box3f, even if the scalar type is not float. The bounding box of the mesh will
be set properly on loading.
*/
static bool GetHeader( std::vector<std::string>& fnameV,
std::vector<std::string>& fnameF,
unsigned int & vertSize,
unsigned int &faceSize,
vcg::Box3f & bbox,
int & mask){
std::string name;
unsigned int nameFsize,nameVsize,i;
ReadString(F(),name); ReadInt(F(),nameFsize);
for(i=0; i < nameFsize; ++i)
{ReadString(F(), name);fnameF.push_back( name );mask |= FaceMaskBitFromString(name);}
mask |= LoadFaceOcfMask(F());
ReadString(F(),name); ReadInt(F() , faceSize);
ReadString(F(), name); ReadInt(F(),nameVsize);
for(i=0; i < nameVsize; ++i)
{ReadString(F(), name) ;fnameV.push_back( name);mask |= VertexMaskBitFromString(name);}
mask |= LoadVertexOcfMask(F());
ReadString(F(),name);
ReadInt(F(),vertSize);
ReadString(F(),name);
float float_value;
for(unsigned int i =0; i < 2; ++i){ReadFloat(F(),float_value); bbox.min[i]=float_value;}
for(unsigned int i =0; i < 2; ++i){ReadFloat(F(),float_value); bbox.max[i]=float_value;}
ReadString(F(),name);
assert(strstr( name.c_str(),"end_header")!=NULL);
return true;
}
static bool GetHeader(const char * filename,std::vector<std::string>& nameV, std::vector<std::string>& nameF, unsigned int & vertSize, unsigned int &faceSize,vcg::Box3f & bbox,int & mask){
F() = fopen(filename,"rb");
bool res = GetHeader(nameV, nameF, vertSize, faceSize,bbox,mask);
fclose(F());
return res;
}
public:
static char * & In_mem(){static char * in_mem; return in_mem;}
static unsigned int & In_mode(){static unsigned int in_mode = 0; return in_mode;}
static unsigned int & pos(){static unsigned int p = 0; return p;}
static int Read_sim(const void * , size_t size, size_t count, FILE * ){ pos() += size * count;return size * count; }
static int Read_mem( void *dst , size_t size, size_t count, FILE * ){ memcpy(dst,&In_mem()[pos()],size*count); pos() += size * count;return size * count; }
static int Read( void * dst, size_t size, size_t count, FILE *f){
switch(In_mode()){
case 0: return Read_mem(dst, size,count, f ); break;
case 1: return fread(dst, size,count, f ); break;
}
assert(0);
return 0;
}
static bool LoadMask(const char * f, int & mask){
std::vector<std::string> nameV;
std::vector<std::string> nameF;
unsigned int vertSize, faceSize;
vcg::Box3f bbox;
GetHeader(f,nameV,nameF,vertSize, faceSize, bbox, mask);
return true;
}
static int Open(OpenMeshType &m, const char * filename, int & mask,CallBackPos * /*cb*/ = 0 ) {
In_mode() = 1;
F() = fopen(filename,"rb");
if(!F()) return VMI_FAILED_OPEN;
if(F()==NULL) return 1; // 1 is the error code for cant'open, see the ErrorMsg function
int res = Deserialize(m,mask);
fclose(F());
return res;
}
static int ReadFromMem( OpenMeshType &m, int & mask,char * ptr){
In_mode() = 0;
pos() = 0;
In_mem() = ptr;
return Deserialize(m,mask);
}
static int Deserialize(OpenMeshType &m, int & mask)
{
typedef typename OpenMeshType::VertexType VertexType;
typedef typename OpenMeshType::FaceType FaceType;
typename OpenMeshType::FaceIterator fi;
typename OpenMeshType::VertexIterator vi;
std::vector<std::string> nameF,nameV,fnameF,fnameV;
unsigned int vertSize,faceSize;
/* read the header */
vcg::Box3f lbbox;
GetHeader(fnameV, fnameF, vertSize, faceSize,lbbox,mask);
m.bbox.Import(lbbox);
/* read the mesh type */
OpenMeshType::FaceType::Name(nameF);
OpenMeshType::VertexType::Name(nameV);
/* check if the type is the very same, otherwise return */
if(fnameV != nameV) return VMI_INCOMPATIBLE_VERTEX_TYPE;
if(fnameF != nameF) return VMI_INCOMPATIBLE_FACE_TYPE;
void * offsetV = 0,*offsetF = 0;
if(vertSize!=0)
/* read the address of the first vertex */
Read(&offsetV,sizeof( void *),1,F());
if(faceSize!=0)
/* read the address of the first face */
Read(&offsetF,sizeof( void *),1,F());
/* read the object mesh */
Read(&m.shot,sizeof(Shot<typename OpenMeshType::ScalarType>),1,F());
Read(&m.vn,sizeof(int),1,F());
Read(&m.fn,sizeof(int),1,F());
Read(&m.imark,sizeof(int),1,F());
Read(&m.bbox,sizeof(Box3<typename OpenMeshType::ScalarType>),1,F());
Read(&m.C(),sizeof(Color4b),1,F());
/* resize the vector of vertices */
m.vert.resize(vertSize);
size_t read = 0;
/* load the vertices */
if(vertSize>0){
read=Read((void*)& m.vert[0],sizeof(VertexType),vertSize,F());
LoadVertexOcf<OpenMeshType,VertContainer>(F(),m.vert);
}
read = 0;
m.face.resize(faceSize);
if(faceSize>0){
/* load the faces */
read = Read((void*)& m.face[0],sizeof(FaceType),faceSize,F());
LoadFaceOcf<OpenMeshType,FaceContainer>(F(),m.face);
}
/* load the per vertex attributes */
std::string _string,_trash;
unsigned int n,sz;
ReadString(F(),_trash); ReadInt(F(),n);
for(size_t ia = 0 ; ia < n; ++ia){
ReadString(F(),_trash); ReadString(F(),_string);
ReadString(F(),_trash); ReadInt(F(),sz);
void * data = Malloc(sz*m.vert.size());
Read(data,sz,m.vert.size(),F());
AttrAll<OpenMeshType,A0,A1,A2,A3,A4>::template AddAttrib<0>(m,_string.c_str(),sz,data);
Free(data);
}
/* load the per face attributes */
ReadString(F(),_trash); ReadInt(F(),n);
for(size_t ia = 0 ; ia < n; ++ia){
ReadString(F(),_trash); ReadString(F(),_string);
ReadString(F(),_trash); ReadInt(F(),sz);
void * data = Malloc(sz*m.face.size());
Read(data,sz,m.face.size(),F());
AttrAll<OpenMeshType,A0,A1,A2,A3,A4>::template AddAttrib<1>(m,_string.c_str(),sz,data);
Free(data);
}
/* load the per mesh attributes */
ReadString(F(),_trash); ReadInt(F(),n);
for(unsigned int ia = 0 ; ia < n; ++ia){
ReadString(F(),_trash); ReadString(F(),_string);
ReadString(F(),_trash); ReadInt(F(),sz);
void * data = Malloc(sz);
Read(data,1,sz,F());
AttrAll<OpenMeshType,A0,A1,A2,A3,A4>::template AddAttrib<2>(m,_string.c_str(),sz,data);
Free(data);
}
if(!m.face.empty()){
if(FaceVectorHasPerFaceVFAdjacency(m.face))
for(vi = m.vert.begin(); vi != m.vert.end(); ++vi){
(*vi).VFp() = (*vi).VFp()-(FaceType*)offsetF+ &m.face[0];
(*vi).VFp() = (*vi).VFp()-(FaceType*)offsetF+ &m.face[0];
(*vi).VFp() = (*vi).VFp()-(FaceType*)offsetF+ &m.face[0];
}
if(FaceVectorHasFVAdjacency(m.face))
for(fi = m.face.begin(); fi != m.face.end(); ++fi){
(*fi).V(0) = (*fi).V(0)-(VertexType*)offsetV+ &m.vert[0];
(*fi).V(1) = (*fi).V(1)-(VertexType*)offsetV+ &m.vert[0];
(*fi).V(2) = (*fi).V(2)-(VertexType*)offsetV+ &m.vert[0];
}
if(FaceVectorHasFFAdjacency(m.face))
for(fi = m.face.begin(); fi != m.face.end(); ++fi){
(*fi).FFp(0) = (*fi).FFp(0)-(FaceType*)offsetF+ &m.face[0];
(*fi).FFp(1) = (*fi).FFp(1)-(FaceType*)offsetF+ &m.face[0];
(*fi).FFp(2) = (*fi).FFp(2)-(FaceType*)offsetF+ &m.face[0];
}
}
return VMI_NO_ERROR; // zero is the standard (!) code of success
}
}; // end class
} // end Namespace tri
} // end Namespace io
} // end Namespace vcg
#endif
| [
"quxiaofeng@outlook.com"
] | quxiaofeng@outlook.com |
a7e9a2580672c61adc57ed092bf746dd65cb1a30 | b46b7cd60e13c533bc97dbdabe9ee27e061667bf | /hello.cpp | f7249c275eb9e21f3cac7af372b8acf7540baac6 | [] | no_license | lapis-subie6/HelloGitHub | 5df22a1b56b73db67f4660098d5616b1c8c3795b | c85ddcb32c76ed986c66696a7975545ec8143b8f | refs/heads/master | 2023-01-15T13:47:00.090012 | 2020-11-24T16:25:47 | 2020-11-24T16:25:47 | 315,677,600 | 0 | 0 | null | 2020-11-24T16:25:48 | 2020-11-24T15:41:40 | C++ | UTF-8 | C++ | false | false | 130 | cpp | #include <iostream>
using namespace std;
main()
{
cout << "Hello world.\n";
cout << "Christian Leslie\n";
return 0;
} | [
"csl6@live.missouristate.edu"
] | csl6@live.missouristate.edu |
d3bbc92996252ed08909c80a754c3fef03a5371a | 08eb48756f18fc4ba8ad3d1271e1d442bbe71088 | /Card.cpp | f4b7c2502f08cb86ed954f2fc25f37618fabcb5e | [] | no_license | rjamesak/SfmlSol | a33104fdab2b36dfcdabbde3a8b4a83357aa272c | f5482ec2be6454919d0b6b8c5e7e522841bfee4c | refs/heads/master | 2020-04-12T21:46:25.309197 | 2018-12-27T02:05:31 | 2018-12-27T02:05:31 | 162,771,614 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 257 | cpp | #include "Card.hpp"
//ctor sets face and suit
Card::Card(CardFace cardFace, CardSuit cardSuit)
{
m_cardFace = cardFace;
m_cardSuit = cardSuit;
}
CardSuit Card::getCardSuit()
{
return m_cardSuit;
}
CardFace Card::getCardFace()
{
return m_cardFace;
}
| [
"JamesR@akrr.local"
] | JamesR@akrr.local |
4284f2af8cf19b81f8fa49140e3b3743002fe5e4 | c9ea4b7d00be3092b91bf157026117bf2c7a77d7 | /交互题初步/U0454/alice.cpp | 1f35428cfeb3c99d42d2ab5ade44d01eccc744d6 | [] | no_license | Jerry-Terrasse/Programming | dc39db2259c028d45c58304e8f29b2116eef4bfd | a59a23259d34a14e38a7d4c8c4d6c2b87a91574c | refs/heads/master | 2020-04-12T08:31:48.429416 | 2019-04-20T00:32:55 | 2019-04-20T00:32:55 | 162,387,499 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 454 | cpp | #include<iostream>
#include<fstream>
#define MAXN 1010
using namespace std;
int n=0,m=0;
char a[MAXN<<1];
ifstream fin("alice.in");
int main()
{
register int i=0;
register char c='\0';
//ios::sync_with_stdio(false);cin.tie(0);fin.tie(0);
fin>>n>>m;
fin>>a;
for(i=0;i<2*n;)
{
cin>>c;
if(c=='0')
{
++i;
}
else
{
i+=2;
}
cout<<a[i-1];
cout.flush();
}
return 0;
} | [
"3305049949@qq.com"
] | 3305049949@qq.com |
27984f3e5c45521a2b7ffe12a4379718d8ccf650 | df0ef682cf1aa72a72b41a2c254a21c53a15bbd9 | /prototypes/daq/PacketChunker.h | 9bc7c9fff82c2acfdec5454f4954c8cf896cb533 | [] | no_license | dreademarco/Spectrometer | 72804d4e413d1ba9e2b72de748dcef76c8bb88da | b981774f0f77f6960bc872836d3a80fa2cf92e48 | refs/heads/master | 2020-04-06T04:22:23.012289 | 2015-05-26T10:10:08 | 2015-05-26T10:10:08 | 25,346,077 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,159 | h | #ifndef PacketChunker_H
#define PacketChunker_H
#include <stdio.h>
#include <stdio.h>
#include <math.h>
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/select.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <sys/poll.h>
#include <linux/if_ether.h>
#include <linux/if_packet.h>
#include <linux/ip.h>
#include <linux/udp.h>
#include "DoubleBuffer.h"
#include <QtCore/QString>
#include <QtCore/QObject>
#include <QUdpSocket>
#include <QThread>
#include <iostream>
// SPEAH-specific defines
#if defined(__x86_64__) && !defined(__NR_recvmmsg)
#define __NR_recvmmsg 299
#endif
#ifndef htonll
#ifdef _BIG_ENDIAN
#define htonll(x) ((uint64_t)x)
#define ntohll(x) ((uint64_t)x)
#else
#define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl(((uint64_t)x) >> 32))
#define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl(((uint64_t)x) >> 32))
#endif
#endif
// Flavor constants
#define SPEAD_MAGIC 0x53
#define SPEAD_VERSION 4
#define SPEAD_ITEMSIZE 64
#define SPEAD_ADDRSIZE 40
#define SPEAD_HEAP_ADDR_WIDTH (SPEAD_ADDRSIZE/8)
#define SPEAD_ITEM_PTR_WIDTH ((SPEAD_ITEMSIZE-SPEAD_ADDRSIZE)/8)
#define SPEAD_ITEMLEN (SPEAD_ITEMSIZE/8)
#define SPEAD_ADDRLEN (SPEAD_ADDRSIZE/8)
#define SPEAD_ITEMMASK 0xFFFFFFFFFFFFFFFFLL
#define SPEAD_ADDRMASK (SPEAD_ITEMMASK >> (SPEAD_ITEMSIZE-SPEAD_ADDRSIZE))
#define SPEAD_IDMASK (SPEAD_ITEMMASK >> (SPEAD_ADDRSIZE+1))
#define SPEAD_ADDRMODEMASK 0x1LL
#define SPEAD_DIRECTADDR 0
#define SPEAD_IMMEDIATEADDR 1
#define SPEAD_MAX_PACKET_LEN 9200
#define SPEAD_MAX_FMT_LEN 1024
// Reserved Item IDs
#define SPEAD_HEAP_CNT_ID 0x01
#define SPEAD_HEAP_LEN_ID 0x02
#define SPEAD_PAYLOAD_OFF_ID 0x03
#define SPEAD_PAYLOAD_LEN_ID 0x04
#define SPEAD_DESCRIPTOR_ID 0x05
#define SPEAD_STREAM_CTRL_ID 0x06
#define SPEAD_STREAM_CTRL_TERM_VAL 0x02
#define SPEAD_ERR -1
#define SPEAD_SUCCESS 1
// Header Macros
#define SPEAD_HEADERLEN 8
#define SPEAD_HEADER(data) (ntohll(((uint64_t *)(data))[0]))
#define SPEAD_HEADER_BUILD(nitems) ((((uint64_t) SPEAD_MAGIC) << 56) | (((uint64_t) SPEAD_VERSION) << 48) | (((uint64_t) SPEAD_ITEM_PTR_WIDTH) << 40) | (((uint64_t) SPEAD_HEAP_ADDR_WIDTH) << 32) | (0xFFFFLL & (nitems)))
#define SPEAD_GET_MAGIC(hdr) (0xFF & ((hdr) >> 56))
#define SPEAD_GET_VERSION(hdr) (0xFF & ((hdr) >> 48))
#define SPEAD_GET_ITEMSIZE(hdr) (0xFF & ((hdr) >> 40))
#define SPEAD_GET_ADDRSIZE(hdr) (0xFF & ((hdr) >> 32))
#define SPEAD_GET_NITEMS(hdr) ((int) 0xFFFF & (hdr))
// ItemPointer Macros
#define SPEAD_ITEM_BUILD(mode,id,val) (((SPEAD_ADDRMODEMASK & (mode)) << (SPEAD_ITEMSIZE-1)) | ((SPEAD_IDMASK & (id)) << (SPEAD_ADDRSIZE)) | (SPEAD_ADDRMASK & (val)))
#define SPEAD_ITEM(data,n) (ntohll(((uint64_t *)(data + (n) * SPEAD_ITEMLEN))[0]))
#define SPEAD_ITEM_MODE(item) ((int)(SPEAD_ADDRMODEMASK & (item >> (SPEAD_ITEMSIZE-1))))
#define SPEAD_ITEM_ID(item) ((int)(SPEAD_IDMASK & (item >> SPEAD_ADDRSIZE)))
#define SPEAD_ITEM_ADDR(item) ((uint64_t)(SPEAD_ADDRMASK & item))
#define SPEAD_SET_ITEM(data,n,pkitem) (((uint64_t *)(data + (n) * SPEAD_ITEMLEN))[0] = htonll(pkitem))
// Format Macros
#define SPEAD_FMT_LEN 4
#define SPEAD_FMT(data,n) (ntohl(((uint32_t *)(data + (n) * SPEAD_FMT_LEN))[0]))
#define SPEAD_FMT_GET_TYPE(fmt) ((char) 0xFF & (fmt >> 24))
#define SPEAD_FMT_GET_NBITS(fmt) ((int) 0xFFFFFF & fmt)
#define SPEAD_U8_ALIGN(data,off) \
((off == 0) ? \
((uint8_t *)data)[0] : \
(((uint8_t *)data)[0] << off) | (((uint8_t *)data)[1] >> (8*sizeof(uint8_t) - off)))
using namespace std;
class PacketChunker: public QThread
{
public:
PacketChunker(unsigned port, unsigned nAntennas, unsigned nSubbands, unsigned nSpectra,
unsigned packetsPerHeap);
~PacketChunker();
// Set double buffer pointer
void setDoubleBuffer(DoubleBuffer *buffer);
// Start reading UDP packets
virtual void run();
private:
/// Generates an empty UDP packet.
void connectDevice();
private:
DoubleBuffer *_buffer;
// Connection and PACKET_MMAP-related variables
struct iovec *_ring; // Pointer to iovec aray for easy frame gather
char *_map; // Pointer to memory-mapped ring buffer
int _socket;
short _port;
unsigned _nframes;
// Heap buffer
unsigned char *_heap;
unsigned _nsamp;
unsigned _nchans;
unsigned _npackets;
unsigned _nantennas;
unsigned _startTime;
unsigned _startBlockid;;
unsigned _heapSize;
};
#endif // PACKET_CHUNKER_H
| [
"andreajuve@gmail.com"
] | andreajuve@gmail.com |
62c6b280c764f86c5fe03c5c60dbeb60f4411b01 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5636311922769920_1/C++/ZhukovDmitry/D.cpp | f3a9e6f8fcbe47365a3c4896050740e3697a3348 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,137 | cpp | #include "bits/stdc++.h"
using namespace std;
#define clr(x) memset((x), 0, sizeof(x))
#define all(x) (x).begin(), (x).end()
#define pb push_back
#define mp make_pair
#define sz size()
#define For(i, st, en) for(int i=(st); i<=(int)(en); i++)
#define Ford(i, st, en) for(int i=(st); i>=(int)(en); i--)
#define forn(i, n) for(int i=0; i<(int)(n); i++)
#define ford(i, n) for(int i=(n)-1; i>=0; i--)
#define fori(it, x) for (__typeof((x).begin()) it = (x).begin(); it != (x).end(); it++)
#ifdef ROOM_311
__attribute__((destructor)) void fini_main()
{
fprintf(stderr, "Execution time = %0.0lf ms\n", clock() * 1000.0 / CLOCKS_PER_SEC);
}
#endif
#define MY_RAND 1
#if MY_RAND
uint64_t rnd_data = 0xDEADBEEFDULL;
inline void my_srand(int seed) { rnd_data = ((uint64_t)seed << 16) | 0x330E; }
inline int my_rand() { rnd_data = rnd_data * 0x5DEECE66DULL + 0xB; return (rnd_data >> 17) & 0x7FFFFFFF; }
#define rand my_rand
#define srand my_srand
#endif
template <class _T> inline _T sqr(const _T &x) { return x * x; }
template <class _T> inline string tostr(const _T &a) { ostringstream os(""); os << a; return os.str(); }
// Types
typedef long double ld;
typedef long long i64;
typedef unsigned long long u64;
typedef pair < int, int > PII;
typedef set < int > SI;
typedef vector < int > VI;
typedef map < string, int > MSI;
// Constants
const ld PI = 3.1415926535897932384626433832795L;
const ld EPS = 1e-11;
int main()
{
freopen("input.txt", "rt", stdin);
freopen("output.txt", "wt", stdout);
cout << setiosflags(ios::fixed) << setprecision(10);
int tc;
scanf("%d", &tc);
For(tn, 1, tc)
{
int n, m, s;
printf("Case #%d:", tn);
scanf("%d%d%d", &n, &m, &s);
if (m * s < n) puts(" IMPOSSIBLE");
else
{
int num = 0;
set < u64 > ans;
forn(i, s)
{
u64 x = 0;
u64 pp = 1;
forn(j, m)
{
pp *= n;
}
forn(j, m)
{
pp /= n;
x += pp * min(num, n - 1);
num++;
}
ans.insert(x);
}
fori(it, ans)
{
printf(" %llu", *it + 1);
}
puts("");
}
fprintf(stderr, "Case #%d: %0.0lf ms\n", tn, clock() * 1000.0 / CLOCKS_PER_SEC);
}
return 0;
}
| [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
34e1662343125ccd09a0dc72f560bdea187928d4 | fab0bbcd842e86b35103eb9682204261eb287496 | /1.Basics/1.4_assign_variable.cpp | 0a086aab734f535c08878e83fc8adcf84d7fe3c4 | [] | no_license | kokonattuDream/C-plus-plus | f0e6330de3336dfe924032d744de413c60a0f44d | 982894d01a2938f4367b7cbe9d5e78656a73cf6c | refs/heads/main | 2023-02-09T15:36:01.551591 | 2021-01-07T20:26:00 | 2021-01-07T20:26:00 | 325,375,212 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 802 | cpp | #include <iostream>
int main()
{
int width;
width = 5; // copy assignment of value 5 into variable width
// variable width now has value 5
width = 7; // change value stored in variable width to 7
// variable width now has value 7
int len = 5; // copy initialization of value 5 into variable len
int bo( 5 ); // direct initialization of value 5 into variable bo
int al{ 5 }; // direct list initialization of value 5 into variable al (preferred)
int bl = { 6 }; // copy list initialization of value 6 into variable bl
int zo{}; // value initialization to value 0
int a = 5, b = 6; // copy initialization
int c( 7 ), d( 8 ); // direct initialization
int e{ 9 }, f{ 10 }; // list initialization (preferred)
int a1 = 5, b1 = 5; // correct
return 0;
}
| [
"kerjohn.chen@gmail.com"
] | kerjohn.chen@gmail.com |
cfb035c1cbfdf7a2e78b791d685fa38ba8aeb2b9 | 3d53dcd16a290c5fd3a1cd26bbbf5605a81bce3b | /src/local.cpp | f48193b2fff2122c547bcaf23491a851c54a801a | [
"BSD-3-Clause",
"Artistic-1.0",
"Artistic-2.0"
] | permissive | Yargling/MuxDevelopment | d1144ab1f8b6479d2a844e12b160759d855f1665 | cb900bc12086c3e7956c4c0d01cd0dcd9fc610b6 | refs/heads/master | 2021-03-12T23:32:22.872500 | 2013-04-29T20:41:08 | 2013-04-29T20:41:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,125 | cpp | /* local.cpp
*
* Inspired by Penn's local extensions; implemented for TinyMUX by
* M. Hassman (June 2005)
*/
#include "copyright.h"
#include "autoconf.h"
#include "config.h"
#include "externs.h"
#include "functions.h"
#include "command.h"
// ----------------------------------------------------------------------------
// local_funlist: List of existing functions in alphabetical order.
//
// Name Handler # of args min # max # flags permissions
// to parse of args of args
//
static FUN local_funlist[] =
{
{NULL, NULL, MAX_ARG, 0, 0, 0, 0}
};
// ---------------------------------------------------------------------------
// Local command tables: Definitions for local hardcode commands.
//
// Name Switches Permissions Key Calling Seq hook mask Handler
//
static CMDENT_NO_ARG local_command_table_no_arg[] =
{
{NULL, NULL, 0, 0, 0, 0, NULL}
};
static CMDENT_ONE_ARG local_command_table_one_arg[] =
{
{NULL, NULL, 0, 0, 0, 0, NULL}
};
static CMDENT_ONE_ARG_CMDARG local_command_table_one_arg_cmdarg[] =
{
{NULL, NULL, 0, 0, 0, 0, NULL}
};
static CMDENT_TWO_ARG local_command_table_two_arg[] =
{
{NULL, NULL, 0, 0, 0, 0, NULL}
};
static CMDENT_TWO_ARG_CMDARG local_command_table_two_arg_cmdarg[] =
{
{NULL, NULL, 0, 0, 0, 0, NULL}
};
static CMDENT_TWO_ARG_ARGV local_command_table_two_arg_argv[] =
{
{NULL, NULL, 0, 0, 0, 0, NULL}
};
static CMDENT_TWO_ARG_ARGV_CMDARG local_command_table_two_argv_cmdarg[] =
{
{NULL, NULL, 0, 0, 0, 0, NULL}
};
// Called after all normal MUX initialization is complete
//
void local_startup(void)
{
// Add additional hardcode functions to the above table.
//
functions_add(local_funlist);
// Add additional CMDENT_NO_ARG commands to the above table.
//
commands_no_arg_add(local_command_table_no_arg);
commands_one_arg_add(local_command_table_one_arg);
commands_one_arg_cmdarg_add(local_command_table_one_arg_cmdarg);
commands_two_arg_add(local_command_table_two_arg);
commands_two_arg_cmdarg_add(local_command_table_two_arg_cmdarg);
commands_two_arg_argv_add(local_command_table_two_arg_argv);
commands_two_arg_argv_cmdarg_add(local_command_table_two_argv_cmdarg);
}
// This is called prior to the game syncronizing its own state to its own
// database. If you depend on the the core database to store your data, you
// need to checkpoint your changes here. The write-protection
// mechanism in MUX is not turned on at this point. You are guaranteed
// to not be a fork()-ed dumping process.
//
void local_presync_database(void)
{
}
// Like the above routine except that it called from the SIGSEGV handler.
// At this point, your choices are limited. You can attempt to use the core
// database. The core won't stop you, but it is risky.
//
void local_presync_database_sigsegv(void)
{
}
// This is called prior to the game database writing out it's own database.
// This is typically only called from the fork()-ed process so write-
// protection is in force and you will be unable to modify the game's
// database for you own needs. You can however, use this point to maintain
// your own dump file.
//
// The caveat is that it is possible the game will crash while you are doing
// this, or it is already in the process of crashing. You may be called
// reentrantly. Therefore, it is recommended that you follow the pattern in
// dump_database_internal() and write your database to a temporary file, and
// then if completed successfully, move your temporary over the top of your
// old database.
//
// The argument dump_type is one of the 5 DUMP_I_x defines declared in
// externs.h
//
void local_dump_database(int dump_type)
{
UNUSED_PARAMETER(dump_type);
}
// The function is called when the dumping process has completed. Typically,
// this will be called from within a signal handler. Your ability to do
// anything interesting from within a signal handler is severly limited.
// This is also called at the end of the dumping process if either no dumping
// child was created or if the child finished quickly. In fact, this
// may be called twice at the end of the same dump.
//
void local_dump_complete_signal(void)
{
}
// Called when the game is shutting down, after the game database has
// been saved but prior to the logfiles being closed.
//
void local_shutdown(void)
{
}
// Called after the database consistency check is completed. Add
// checks for local data consistency here.
//
void local_dbck(void)
{
}
// Called when a player connects or creates at the connection screen.
// isnew of 1 indicates it was a creation, 0 is for a connection.
// num indicates the number of current connections for player.
//
void local_connect(dbref player, int isnew, int num)
{
UNUSED_PARAMETER(player);
UNUSED_PARAMETER(isnew);
UNUSED_PARAMETER(num);
}
// Called when player disconnects from the game. The parameter 'num' is
// the number of connections the player had upon being disconnected.
// Any value greater than 1 indicates multiple connections.
//
void local_disconnect(dbref player, int num)
{
UNUSED_PARAMETER(player);
UNUSED_PARAMETER(num);
}
// Called after any object type is created.
//
void local_data_create(dbref object)
{
UNUSED_PARAMETER(object);
}
// Called when an object is cloned. clone is the new object created
// from source.
//
void local_data_clone(dbref clone, dbref source)
{
UNUSED_PARAMETER(clone);
UNUSED_PARAMETER(source);
}
// Called when the object is truly destroyed, not just set GOING
//
void local_data_free(dbref object)
{
UNUSED_PARAMETER(object);
}
static const char *LocalDumpInfoTable[] =
{
NULL
};
const char **local_get_info_table(void)
{
return LocalDumpInfoTable;
}
| [
"doug1984@gmail.com"
] | doug1984@gmail.com |
88ebd4aa38637af8b111beb3b0dc85e2b638f56c | 06ae40ff7b1de99c2d84d1f22d34d03c1d7c9079 | /src/transforms/complex_magnitude.h | d042b5498f298e1e5a709faefe6d21dd161673ab | [
"Apache-2.0"
] | permissive | zyh329/veles.sound_feature_extraction | 4270696885613b582e896bf652e1fe0a46704f2c | 56b7c5d3816d092c72a874ca236e889fe843e6cd | refs/heads/master | 2021-01-18T10:23:00.173800 | 2015-08-10T08:27:49 | 2015-08-10T08:27:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,218 | h | /*! @file complex_magnitude.h
* @brief Calculate the magnitude of each complex number.
* @author Markovtsev Vadim <v.markovtsev@samsung.com>
* @version 1.0
*
* @section Notes
* This code partially conforms to <a href="http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml">Google C++ Style Guide</a>.
*
* @section Copyright
* Copyright © 2013 Samsung R&D Institute Russia
*
* @section License
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
#ifndef SRC_TRANSFORMS_COMPLEX_MAGNITUDE_H_
#define SRC_TRANSFORMS_COMPLEX_MAGNITUDE_H_
#include "src/transforms/common.h"
namespace sound_feature_extraction {
namespace transforms {
class ComplexMagnitude
: public OmpUniformFormatTransform<formats::ArrayFormatF>,
public TransformLogger<ComplexMagnitude> {
public:
TRANSFORM_INTRO("ComplexMagnitude",
"Calculates the magnitude of each complex number, that is, "
" a square root of the sum of squared real and imaginary "
"parts.",
ComplexMagnitude)
protected:
virtual size_t OnFormatChanged(size_t buffersCount) override;
virtual void Do(const float* in,
float* out) const noexcept override;
static void Do(bool simd, const float* input, int length,
float* output) noexcept;
};
} // namespace transforms
} // namespace sound_feature_extraction
#endif // SRC_TRANSFORMS_COMPLEX_MAGNITUDE_H_
| [
"v.markovtsev@samsung.com"
] | v.markovtsev@samsung.com |
94ba05f830ab84d6f447641feea696bbdeaf83ca | 76fcb824dd98893b086803a578b60a869094f2aa | /CatchMaster/Classes/Scene/HighScoreScene.cpp | aaec9b8a3d4147aaea3830efaa9169433a692f37 | [] | no_license | Johan08/cocos2dx-commecial | 682c747a8fbe74a460afa5b7cecf412bde43ad88 | 62384172b4b3daa405439c5566f4ad7db95c0bea | refs/heads/master | 2021-01-20T11:20:40.660233 | 2015-01-06T13:05:58 | 2015-01-06T13:05:58 | 41,216,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 335 | cpp | //
// HighScoreScene.cpp
// CatchMaster
//
// Created by sxz on 2015/01/01.
// Copyright 2015年 __MyCompanyName__. All rights reserved.
//
#include "HighScoreScene.h"
bool HighScoreScene::init()
{
if ( !Scene::init() ) return false;
auto layer = HighScoreLayer::create();
this->addChild(layer);
return true;
}
| [
"xinzhushi.gmail.com"
] | xinzhushi.gmail.com |
3c2a1a9e236cd7bd639f1f38fb89e5f41bcec270 | 3fb6ddbddce53b51071fa69bb872183df70c4dae | /medium/leetcode103/queue.cpp | 1ef48e1d39aa0c9f60b7d644d955db8a86ba7343 | [] | no_license | sophiahat413/LeetCodePractice | 326987cc6122172edb6f9d84cc6d7cc866e98852 | e2f614947f88dd69c94e7215e97299de32ecfe90 | refs/heads/master | 2021-07-10T07:43:45.609900 | 2019-01-18T05:30:20 | 2019-01-18T05:30:20 | 140,516,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,096 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
vector<vector<int>> zigzagLevelOrder(TreeNode* root) {
if(root == NULL)
return vector<vector<int>>();
queue<TreeNode*> nodes;
vector<vector<int>> res;
nodes.push(root);
bool fromRight = false;
//i -> i // i -> line size - 1 - i
while(!nodes.empty()){
int n = nodes.size();
vector<int> line(n);
for(int i = 0; i < n; i++){
TreeNode* tmp = nodes.front();
nodes.pop();
int index = (fromRight) ? (n - 1 - i) : i;
line[index] = tmp->val;
if(tmp->left)
nodes.push(tmp->left);
if(tmp->right)
nodes.push(tmp->right);
}
fromRight = !fromRight;
res.push_back(line);
}
return res;
}
};
| [
"sophia850413@yahoo.com.tw"
] | sophia850413@yahoo.com.tw |
cdcdf791be178e01cff762b1ad5780fbbc10b39e | 1b08cfdd3b2d569878a8b7df7ff2a2d3020d0e09 | /include/asio/detail/reactive_socket_send_op.hpp | d5925ecad2397964078451953ee836e97dab1aaf | [
"BSL-1.0"
] | permissive | barrbrain/asio | ca55e8a07accbd44b767e86241273cc4db67b8d1 | 97b3114f410b86a4c63d90d7f9312a128acac677 | refs/heads/master | 2020-04-27T05:55:52.523092 | 2010-11-24T06:50:15 | 2011-02-08T00:07:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,575 | hpp | //
// detail/reactive_socket_send_op.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2010 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef ASIO_DETAIL_REACTIVE_SOCKET_SEND_OP_HPP
#define ASIO_DETAIL_REACTIVE_SOCKET_SEND_OP_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200)
# pragma once
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
#include "asio/detail/config.hpp"
#include <boost/utility/addressof.hpp>
#include "asio/detail/bind_handler.hpp"
#include "asio/detail/buffer_sequence_adapter.hpp"
#include "asio/detail/fenced_block.hpp"
#include "asio/detail/reactor_op.hpp"
#include "asio/detail/socket_ops.hpp"
#include "asio/detail/push_options.hpp"
namespace asio {
namespace detail {
template <typename ConstBufferSequence>
class reactive_socket_send_op_base : public reactor_op
{
public:
reactive_socket_send_op_base(socket_type socket,
const ConstBufferSequence& buffers,
socket_base::message_flags flags, func_type complete_func)
: reactor_op(&reactive_socket_send_op_base::do_perform, complete_func),
socket_(socket),
buffers_(buffers),
flags_(flags)
{
}
static bool do_perform(reactor_op* base)
{
reactive_socket_send_op_base* o(
static_cast<reactive_socket_send_op_base*>(base));
buffer_sequence_adapter<asio::const_buffer,
ConstBufferSequence> bufs(o->buffers_);
return socket_ops::non_blocking_send(o->socket_,
bufs.buffers(), bufs.count(), o->flags_,
o->ec_, o->bytes_transferred_);
}
private:
socket_type socket_;
ConstBufferSequence buffers_;
socket_base::message_flags flags_;
};
template <typename ConstBufferSequence, typename Handler>
class reactive_socket_send_op :
public reactive_socket_send_op_base<ConstBufferSequence>
{
public:
ASIO_DEFINE_HANDLER_PTR(reactive_socket_send_op);
reactive_socket_send_op(socket_type socket,
const ConstBufferSequence& buffers,
socket_base::message_flags flags, Handler handler)
: reactive_socket_send_op_base<ConstBufferSequence>(socket,
buffers, flags, &reactive_socket_send_op::do_complete),
handler_(handler)
{
}
static void do_complete(io_service_impl* owner, operation* base,
asio::error_code /*ec*/, std::size_t /*bytes_transferred*/)
{
// Take ownership of the handler object.
reactive_socket_send_op* o(static_cast<reactive_socket_send_op*>(base));
ptr p = { boost::addressof(o->handler_), o, o };
// Make a copy of the handler so that the memory can be deallocated before
// the upcall is made. Even if we're not about to make an upcall, a
// sub-object of the handler may be the true owner of the memory associated
// with the handler. Consequently, a local copy of the handler is required
// to ensure that any owning sub-object remains valid until after we have
// deallocated the memory here.
detail::binder2<Handler, asio::error_code, std::size_t>
handler(o->handler_, o->ec_, o->bytes_transferred_);
p.h = boost::addressof(handler.handler_);
p.reset();
// Make the upcall if required.
if (owner)
{
asio::detail::fenced_block b;
asio_handler_invoke_helpers::invoke(handler, handler.handler_);
}
}
private:
Handler handler_;
};
} // namespace detail
} // namespace asio
#include "asio/detail/pop_options.hpp"
#endif // ASIO_DETAIL_REACTIVE_SOCKET_SEND_OP_HPP
| [
"david.barr@cordelta.com"
] | david.barr@cordelta.com |
e4ef0845eec6f1f4d7abf13b669e04c9f9f1a3f8 | 6827eb7ee2d1685ad49528021e43c84e1ff4c376 | /3_semestre/Estrutura_de_dados_I/Lista_Duplamente_Encadeada/Lista_Animais.hpp | c0969720f84146e03986fcd9059ca9699c2c44ba | [] | no_license | Darian-Mello/ciencia_computcao | d38bab4511a098afd35a92ec59993278ec21c981 | bc55f8ca2df78c03f529902eb7cb5a5e6f875eae | refs/heads/main | 2023-08-25T13:45:07.658041 | 2021-11-06T00:23:09 | 2021-11-06T00:23:09 | 425,117,018 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 4,189 | hpp | #ifndef _HPP_LISTA_DUPLA
#define _HPP_LISTA_DUPLA
struct Animal{
int codigo;
int idade;
double peso;
};
struct No
{
Animal dado;
No *prox;
No *ant;
No() // construtor
{
prox = nullptr;
ant = nullptr;
}
};
struct Lista
{
No *inicio;
No *fim;
int tamanho;
Lista() /// construtor
{
//cout << "\n executando o construtor...\n";
inicio = nullptr;
fim = nullptr;
tamanho =0;
}
~Lista() /// desconstrutor /// quando chame delete(ponteiro)
{
//cout << "\n executando o desconstrutor....\n";
No *n = inicio;
while(n)
{
No *aux = n;
n = n->prox;
delete aux;
}
}
};
/// quando cout receber uma struct No
ostream& operator<<(ostream& os, const No *n)
{
/// cout << n
return os << "Codigo: " << n->dado.codigo
<< "\nIdade: " << n->dado.idade
<< "\nPeso: " << n->dado.peso
<< "\n------------------------------------------------------------\n\n";
}
/// quanto cout receber uma struct Lista
ostream& operator << (ostream& os, const Lista *l)
{
No *n = l->inicio;
while(n)
{
os << n;
n = n->prox;
}
return os;
}
bool vaziaL(Lista *lista)
{
if(! (lista->inicio) )
return true;
else
return false;
}
void mostrarInversoL(Lista *lista)
{
No *n = lista->fim;
cout << "Total de animais: " << lista->tamanho << "\n\n";
while(n){
cout << n;
n = n->ant;
}
}
void mostrarTresUltimos(Lista *lista)
{
int cont = 0;
No *n = lista->fim;
while(n && cont < 3){
cout << n;
n = n->ant;
cont++;
}
}
///insere no início da lista
bool insereInicioL(Lista *lista, Animal valor)
{
No *novo = new No();
if (!novo)
return false;
novo->dado = valor;
novo->ant = nullptr; //Se o novo nó será adicionado no início da lista, o ponteiro *ant do primeiro nó sempre é nulo
novo->prox = lista->inicio;
if (!lista->fim) //lista vazia?
lista->fim = novo;
else
lista->inicio->ant = novo;
lista->inicio = novo;
lista->tamanho++;
return true;
}
No* buscaL(Lista *lista, int valor)
{
No *n = lista->inicio;
while (n)
{
if (n->dado.codigo == valor)
return n;
n = n->prox;
}
return nullptr;
}
bool removerNoL(Lista *lista, No *no)
{
if(!no || !lista || vaziaL(lista))
return false;
if (!no->ant) /// se anterior é igual a NULL, o elemento a ser excluído está no início da lista
{
lista->inicio = no->prox;
if (!lista->inicio) ///lista ficou vazia ?
lista->fim = nullptr;
else
lista->inicio->ant = nullptr;
}else{ /// elemento está no meio ou no fim
no->ant->prox = no->prox;
if (!no->prox)/// se for retirado último da lista
lista->fim = no->ant;
else
no->prox->ant = no->ant;
}
/// libera a memória do elemento
lista->tamanho--;
delete(no);
return true;
}
bool removeL(Lista *lista, int valor)
{
No* no = buscaL(lista, valor);
if(!no)
return false;
removerNoL(lista, no);
return true;
}
void DescreveL(Lista *lista){
cout << "\n\nSobre a lista de animais:\n";
cout << "\nTotal: " << lista->tamanho << endl;
cout << "\nUltimo animal informado: ";
if(lista->inicio)
cout << lista->inicio;
else
cout << "NULO";
cout << "\nPrimeiro animal informado: ";
if(lista->fim)
cout << lista->fim;
else
cout << "NULO";
}
void SeparaLista(Lista *lista){
Lista *l2 = new Lista();
Lista *l3 = new Lista;
No *n = lista->inicio;
while(n){
if(n->dado.peso <= 50)
insereInicioL(l2, n->dado);
else
insereInicioL(l3, n->dado);
n = n->prox;
}
cout << "Lista L2(animais com peso menor ou igual a 50):\n\n" << l2;
cout << "\n\n\nLista L2(animais com peso maior que 50):\n\n" << l3;
delete l2;
delete l3;
}
#endif // _HPP_LISTA_DUPLA
| [
"darian.mello25@gmail.com"
] | darian.mello25@gmail.com |
965c1971eff86c38a77cc1a7c1ba174576035b2f | 21ca06cefb2d30a23940ef11c2789e7877a428b1 | /src/Tests/TestVotante.cpp | afe8b8c2c381629ec15998703af0a8e3fb076580 | [] | no_license | frossi85/tp1-orga-datos | 19611035491a1e27807e28221f6f501d798abccc | b5a1829fcbe280ea7e3c04ea99593573a1e9a005 | refs/heads/master | 2021-01-10T11:06:26.798995 | 2011-12-04T03:17:31 | 2011-12-04T03:17:31 | 52,965,989 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,086 | cpp | /*
* TestVotante.cpp
*
* Created on: 12/10/2011
* Author: administrador
*/
#include "TestVotante.h"
#include "../DataAccess.h"
#include <iostream>
using namespace std;
TestVotante::TestVotante() {
this->clase_en_testeo="Votante";
}
void TestVotante::inicializar(){
this->distrito=new Distrito("Lanus");
this->votante=new Votante(3500000,"Juan Perez","1234","Corrientes 444",*distrito);
}
void TestVotante::comenzar(){
this->tituloTest();
this->error_encontrado=false;
if (this->testConstructor()){
this->informarError("Constructor");
this->error_encontrado=true;
}
if (this->testSetters()){
this->informarError("Setters");
this->error_encontrado=true;
}
if (this->testCambioClave()){
this->informarError("Cambio de Clave");
this->error_encontrado=true;
}
if(this->testLectura_y_Escritura()){
this->informarError("Lectura y/o Escritura");
this->error_encontrado=true;
}
this->finalizarTest();
}
bool TestVotante::testConstructor(){
bool error=false;
bool error_dni,error_nom,error_clave,error_domicilio,error_distrito;
this->distrito=new Distrito("Urquiza");
this->votante=new Votante(35000000,"Manuel Gonzales","5678","Mitre 1200",*distrito);
error_dni= !(35000000==this->votante->getDNI());
error_nom= !("Manuel Gonzales"==this->votante->getNombreYApellido());
error_clave=!("5678"==this->votante->getClave());
error_domicilio=!("Mitre 1200"==this->votante->getDomicilio());
error_distrito=!("Urquiza"==this->votante->getDistrito().getNombre());
error= error_dni || error_nom || error_clave || error_domicilio || error_distrito;
this->liberarMemoria();
return error;
}
bool TestVotante::testCambioClave(){
bool error=false;
this->inicializar();
string clave_nueva="0001";
this->votante->cambiarClave(this->votante->getClave(),clave_nueva);
error=!(clave_nueva==this->votante->getClave());
this->liberarMemoria();
return error;
}
bool TestVotante::testSetters(){
bool error_encontrado=false;
bool error_distrito,error_domicilio,error_id;
this->inicializar();
Distrito distrito_nuevo("Espeleta");
this->votante->setDistrito(distrito_nuevo);
error_distrito=!(this->votante->getDistrito().getNombre()=="Espeleta");
this->votante->setDomicilio("Callao 888");
error_domicilio=!( this->votante->getDomicilio()== "Callao 888");
this->votante->setId(1111);
error_id=!(this->votante->getId()== 1111);
error_encontrado= error_distrito || error_domicilio || error_id;
this->liberarMemoria();
return error_encontrado;
}
bool TestVotante::testLectura_y_Escritura(){
bool error=false;
bool error_id,error_nom,error_clave,error_domicilio;
this->inicializar();
// DataAccess dt_acc;
//
// Votante vot1(56851133 ,"Manuel Perez","1234","Martinez 562",*this->distrito),
// vot2(15493286 ,"Victor Toledo","4321","Ortiz 2000",*this->distrito),
// vot3(16325891 ,"Germa Muñoz","4569","Callao 1002",*this->distrito),
// vot4(45632789 ,"Daniel Gomez","7892","Suipacha 444",*this->distrito),
// vot5(31256845 ,"Hugo Varela","2345","Mitre 300",*this->distrito);
//
//
// dt_acc.Guardar(vot1);
// dt_acc.Guardar(vot2);
// unsigned long int offset=dt_acc.Guardar(*this->votante);
// dt_acc.Guardar(vot3);
// dt_acc.Guardar(vot4);
// dt_acc.Guardar(vot5);
//
// Votante vot(this->votante->getDNI(),"","","",*this->distrito);
//
// dt_acc.Leer(vot,offset);
//
// error_id=!( vot.getId()==this->votante->getId());
// cout<<vot.getId()<<" "<<this->votante->getId()<<endl;
//
// error_nom=!( vot.getNombreYApellido()==this->votante->getNombreYApellido());
// cout<<vot.getNombreYApellido()<<" "<<this->votante->getNombreYApellido()<<endl;
//
// error_clave=!( vot.getClave()==this->votante->getClave());
//
// error_domicilio=!(vot.getDomicilio()==this->votante->getDomicilio());
// cout<<vot.getDomicilio()<<" "<<this->votante->getDomicilio()<<endl;
//
// error= error_id || error_nom || error_clave || error_domicilio;
this->liberarMemoria();
return error;
}
void TestVotante::liberarMemoria(){
delete this->distrito;
delete this->votante;
}
TestVotante::~TestVotante() {
}
| [
"mat1204.torres@gmail.com"
] | mat1204.torres@gmail.com |
d5128b38514e4df18e4e5c39ef45e13ede2e46cb | 46bf19da3c36128a37d086150c6dd7635e211033 | /TerrainGeneration/TerrainGeneration/Water.cpp | 4d9467666b3bb0a96e6dd24c9fe407f5610ee969 | [] | no_license | bernhardfritz/Bachelorarbeit | 559db12f767e9224f852bd98d12796ac4af994bf | 6196f19826f9927265dce57567205e69fc9a898b | refs/heads/master | 2021-01-17T02:22:21.368953 | 2016-11-13T22:04:10 | 2016-11-13T22:04:10 | 45,753,174 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,539 | cpp | //
// Water.cpp
// TerrainGeneration
//
// Created by Bernhard Fritz on 25/02/16.
// Copyright © 2016 Bernhard Fritz. All rights reserved.
//
#include "Water.hpp"
Water::Water(int columns, int rows, float waveLevel, float waveWidth, float waveHeight) : Heightmap(columns, rows) {
setWaveLevel(waveLevel);
setWaveWidth(waveWidth);
setWaveHeight(waveHeight);
setWaveTime(0.0f);
material.setSpecularReflectance(1.0f);
material.setShininess(1000.0f);
material.setAmbientReflectance(0.67f);
step(0.0f);
}
void Water::setWaveLevel(float waveLevel) {
this->waveLevel = waveLevel;
setPosition(0.0f, waveLevel, 0.0f);
}
float Water::getWaveLevel() {
return waveLevel;
}
void Water::setWaveWidth(float waveWidth) {
this->waveWidth = waveWidth;
}
float Water::getWaveWidth() {
return waveWidth;
}
void Water::setWaveHeight(float waveHeight) {
this->waveHeight = waveHeight;
}
float Water::getWaveHeight() {
return waveHeight;
}
void Water::setWaveTime(float waveTime) {
this->waveTime = waveTime;
}
float Water::getWaveTime() {
return waveTime;
}
void Water::step(float delta) {
waveTime += delta;
for(int row = 0; row <= rows; row++) {
for(int column = 0; column <= columns; column++) {
float height = (sin(waveWidth * column + waveTime) * cos(waveWidth * row + waveTime) + osm.eval(column+waveTime/4.0f, row+waveTime/4.0f))/2.0f * waveHeight;
setHeightAt(column, row, height);
}
}
Mesh::calculateNormals();
} | [
"bernhard.e.fritz@gmail.com"
] | bernhard.e.fritz@gmail.com |
de0e2c3e1225ddb1c932be138b802a666e0aeb09 | ce8bcdce184888ce53d9544ede34e77b408e3c1b | /Gh0st_Client_Gh0st/ShellDlg.h | 82cd63c25459a990b7c66094dd32dc9214cc919c | [] | no_license | bolabola/gh0st | 2637bd5f720faf49e86cafc9bcd8baa6845c3b48 | ef5e362bb1ac22c0fc1353083e9b67e551aa9212 | refs/heads/master | 2020-07-29T08:50:04.546341 | 2019-09-20T07:51:36 | 2019-09-20T08:14:49 | 209,735,698 | 24 | 16 | null | null | null | null | UTF-8 | C++ | false | false | 1,608 | h | #if !defined(AFX_SHELLDLG_H__B9C64D08_103F_4401_9E0D_B8CCAE1B99C9__INCLUDED_)
#define AFX_SHELLDLG_H__B9C64D08_103F_4401_9E0D_B8CCAE1B99C9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ShellDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CShellDlg dialog
class CShellDlg : public CDialog
{
// Construction
public:
void OnReceiveComplete();
CShellDlg(CWnd* pParent = NULL, CIOCPServer* pIOCPServer = NULL, ClientContext *pContext = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CShellDlg)
enum { IDD = IDD_SHELL };
CEdit m_edit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CShellDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CShellDlg)
virtual BOOL OnInitDialog();
afx_msg void OnClose();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnChangeEdit();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
HICON m_hIcon;
ClientContext* m_pContext;
CIOCPServer* m_iocpServer;
UINT m_nCurSel;
UINT m_nReceiveLength;
void AddKeyBoardData();
void ResizeEdit();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SHELLDLG_H__B9C64D08_103F_4401_9E0D_B8CCAE1B99C9__INCLUDED_)
| [
"lesiry@gmail.com"
] | lesiry@gmail.com |
046ca5d72c9945f5244d66b737e7ce740ae5f1cf | 2a5b1e66b06b9abb909085641a1e9eb4531c3962 | /leetcode/Maximum Product of Word Lengths/solution.cpp | 1eda6e5f0e3bb1e5ca3fe4e6ea8d430aaa12e7f7 | [] | no_license | xidui/algorithm-training | e0bb7e7a2253d14402ef34b2aacd74e9595fa725 | c19d544c1d8208ed8eb573a1c97d897bbde970de | refs/heads/master | 2021-01-17T09:51:30.153456 | 2016-11-13T10:36:04 | 2016-11-13T10:36:04 | 41,213,759 | 52 | 13 | null | null | null | null | UTF-8 | C++ | false | false | 2,158 | cpp | // my first solution
// with unordered_map and vector
// 1680ms
class Solution {
public:
int maxProduct(vector<string>& words) {
vector<unordered_map<char, bool> > vuci;
for (int i = 0; i < words.size(); ++i){
unordered_map<char, bool> temp;
for (int j = 0; j < words[i].length(); ++j){
temp[words[i][j]] = true;
}
vuci.push_back(temp);
}
int ret = 0;
for (int i = 1; i < words.size(); ++i){
for (int j = i - 1; j >= 0; --j){
bool flag = true;
unordered_map<char, bool>::iterator it = vuci[i].begin();
for (; it != vuci[i].end() && flag; ++it){
if (vuci[j][it->first]) flag = false;
}
if (flag) ret = max(ret, (int)words[i].length() * (int)words[j].length());
}
}
return ret;
}
};
// my second solution
// with array
// 344ms
class Solution {
public:
int maxProduct(vector<string>& words) {
bool mat[words.size()][26];
memset(mat, 0, sizeof(mat));
for (int i = 0; i < words.size(); ++i){
for (auto c: words[i]) mat[i][c - 'a'] = true;
}
int ret = 0;
for (int i = 1; i < words.size(); ++i){
for (int j = 0; j < i; ++j){
bool flag = true;
for (int k = 0; k < 26 && flag; ++k){
flag = flag && (!mat[i][k] || !mat[j][k]);
}
if (flag) ret = max(ret, (int)words[i].length() * (int)words[j].length());
}
}
return ret;
}
};
// my last solution
// with bit manipulation
// 112ms
class Solution {
public:
int maxProduct(vector<string>& words) {
int v[words.size()], ret = 0;
memset(v, 0, sizeof(v));
for (int i = 0; i < words.size(); ++i){
for (auto c: words[i]) v[i] |= 1 << (c - 'a');
for (int j = 0; j < i; ++j){
if ((v[i] & v[j]) == 0) ret = max(ret, (int)words[i].size() * (int)words[j].size());
}
}
return ret;
}
}; | [
"664984593@qq.com"
] | 664984593@qq.com |
6b7822c6b4277414cc02c831c84ab93f4d92de88 | e13860ecc8ff1d295bc61a6d119a3a83da2e022d | /branches/nmapsys2/System/myMath.cpp | 1b7341eca514485c4262c924c93b5aa24f57acdb | [] | no_license | spring/svn-spring-archive | 9c45714c6ea8c3166b5678209aea4b7a126028ea | 538e90585ed767ee713955221bfdd89410321447 | refs/heads/master | 2020-12-30T09:58:08.400276 | 2014-10-15T00:46:52 | 2014-10-15T00:46:52 | 25,232,864 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 999 | cpp | #include "StdAfx.h"
#include "myMath.h"
#include "math.h"
#include "mmgr.h"
CR_BIND_STRUCT(float2);
CR_REG_METADATA(float2, (CR_MEMBER(x), CR_MEMBER(y)));
CR_BIND_STRUCT(int2);
CR_REG_METADATA(int2, (CR_MEMBER(x),CR_MEMBER(y)));
float3 headingToVectorTable[1024];
class CMyMath
{
public:
CMyMath()
{
for(int a=0;a<1024;++a){
float ang=(a-512)*2*PI/1024;
float3 v;
v.x=sin(ang);
v.y=0;
v.z=cos(ang);
headingToVectorTable[a]=v;
headingToVectorTable[a].Normalize();
}
}
};
float3 GetVectorFromHAndPExact(short int heading,short int pitch)
{
float3 ret;
float h=heading*PI/32768;
float p=pitch*PI/32768;
ret.x=sin(h)*cos(p);
ret.y=sin(p);
ret.z=cos(h)*cos(p);
return ret;
}
float LinePointDist(float3 l1,float3 l2,float3 p)
{
float3 dir(l2-l1);
float length=dir.Length();
if(length==0)
length=0.1;
dir/=length;
float a=(p-l1).dot(dir);
if(a<0)
a=0;
if(a>length)
a=length;
float3 p2=p-dir*a;
return p2.distance(l1);
}
CMyMath dummyMathObject;
| [
"spring@abma.de"
] | spring@abma.de |
868c07a1646ca8d6ae8df857de6229cae83b6edb | 75d61b9c328e791ce614d012338d443563eabe25 | /translator/LexicalAnalyzer/Scanner.cpp | 84664c64bb589cdddde0968aa2126045998956a6 | [] | no_license | LosYear/minic-translator | b537b641e2fa8c765e8b7cd462f5405f7c25aa3f | 9e6e127993e9de11e311ee879d2d0d57458ccf3a | refs/heads/master | 2020-03-15T13:46:47.792612 | 2018-05-31T18:07:40 | 2018-05-31T18:07:40 | 132,174,891 | 0 | 0 | null | 2018-05-31T18:07:41 | 2018-05-04T18:22:01 | C++ | UTF-8 | C++ | false | false | 4,316 | cpp | #include "Scanner.h"
LexicalScanner::LexicalScanner(std::istream& stream) : _stream(stream) {}
LexicalToken LexicalScanner::getNextToken()
{
_value = "";
_state = 0;
while (true) {
char c = 0;
_stream >> std::noskipws >> c;
if (_state == 0) {
// End of input stream?
if (_stream.eof() || c == '\0') {
return LexicalToken(LexemType::eof);
}
if (isDigit(c)) {
_value = c;
_state = 1;
continue;
}
if (c == '\'') {
_value = "";
_state = 2;
continue;
}
if (c == '"') {
_value = "";
_state = 4;
continue;
}
if (isLetter(c)) {
_value = c;
_state = 5;
continue;
}
if (c == '<') {
_state = 8;
continue;
}
if (c == '-') {
_state = 6;
continue;
}
if (c == '!') {
_state = 7;
continue;
}
if (c == '=') {
_state = 9;
continue;
}
if (c == '+') {
_state = 10;
continue;
}
if (c == '|') {
_state = 11;
continue;
}
if (c == '&') {
_state = 12;
continue;
}
if (_punctuation.count(c) > 0) {
return _punctuation.at(c);
}
if (c == ' ' || c == '\t' || c == '\n') {
continue;
}
return LexicalToken(LexemType::error, std::string("Unknown symbol '") + c + std::string("'"));
}
if (_state == 1) {
if (_stream.eof() || !isDigit(c)) {
_state = 0;
_stream.putback(c);
return LexicalToken(stoi(_value));
}
_value += c;
continue;
}
if (_state == 2) {
if (_stream.eof()) {
return LexicalToken(LexemType::error, "Unclosed char constant at the end of file");
}
if (c == '\'') {
return LexicalToken(LexemType::error, "Empty char constant");
}
_value = c;
_state = 3;
continue;
}
if (_state == 3) {
if (_stream.eof()) {
return LexicalToken(LexemType::error, "Unclosed char constant at the end of file");
}
if (c == '\'') {
_state = 0;
return LexicalToken((char)_value[0]);
}
return LexicalToken(LexemType::error, "Char constant has more than one symbol");
}
if (_state == 4) {
if (_stream.eof()) {
return LexicalToken(LexemType::error, "Unclosed string constant at the end of file");
}
if (c == '"') {
_state = 0;
return LexicalToken(LexemType::str, _value); // @TODO add string table?
}
_value += c;
continue;
}
if (_state == 5) {
if (!(_stream.eof()) && (isLetter(c) || isDigit(c))) {
_value += c;
continue;
}
if (!(_stream.eof())) {
_stream.putback(c);
}
_state = 0;
if (_keywords.count(_value) > 0) {
return LexicalToken(_keywords.at(_value));
}
return LexicalToken(LexemType::id, _value);
}
if (_state == 6) {
if (!_stream.eof() && isDigit(c)) {
_value = "-" + _value + c;
_state = 1;
continue;
}
_stream.putback(c);
_state = 0;
return LexicalToken(LexemType::opminus);
}
if (_state == 7) {
_state = 0;
if (c == '=') {
return LexicalToken(LexemType::opne);
}
_stream.putback(c);
return LexicalToken(LexemType::opnot);
}
if (_state == 8) {
_state = 0;
if (c == '=') {
return LexicalToken(LexemType::ople);
}
_stream.putback(c);
return LexicalToken(LexemType::oplt);
}
if (_state == 9) {
_state = 0;
if (c == '=') {
return LexicalToken(LexemType::opeq);
}
_stream.putback(c);
return LexicalToken(LexemType::opassign);
}
if (_state == 10) {
_state = 0;
if (c == '+') {
return LexicalToken(LexemType::opinc);
}
_stream.putback(c);
return LexicalToken(LexemType::opplus);
}
if (_state == 11) {
if (c == '|') {
_state = 0;
return LexicalToken(LexemType::opor);
}
return LexicalToken(LexemType::error, "Incomplete OR operator");
}
if (_state == 12) {
if (c == '&') {
_state = 0;
return LexicalToken(LexemType::opand);
}
return LexicalToken(LexemType::error, "Incomplete AND operator");
}
throw std::runtime_error((std::string("Undefined state:") + std::to_string(_state).c_str()).c_str());
//return Token(LexemType::error, "Undefined state"); // @TODO
}
}
bool LexicalScanner::isDigit(char c)
{
return '0' <= c && c <= '9';
}
bool LexicalScanner::isLetter(char c)
{
return ('a' <= c && c <= 'z') || ('A' <= c && c <= 'Z') || c == '_';
}
| [
"losevyaroslav@gmail.com"
] | losevyaroslav@gmail.com |
fa6480386369f9c0ca29e5204adc7ff41110eaa1 | 7fac5c553457a6719996dc2d7445367983cc7d68 | /aprinter/printer/modules/WebApiConfigModule.h | 8dc0220a87dc08512813ec379b0cf2eab8d791a1 | [
"BSD-2-Clause"
] | permissive | tetious/aprinter | 24de80127ce063153dfede52037edfc299fa3e34 | a2312a5b2e877899b346518bce147eb95eba1b54 | refs/heads/master | 2020-12-29T00:29:17.779416 | 2017-07-25T20:24:41 | 2017-07-25T20:24:41 | 64,562,887 | 0 | 0 | null | 2016-07-30T20:30:09 | 2016-07-30T20:30:07 | null | UTF-8 | C++ | false | false | 4,410 | h | /*
* Copyright (c) 2016 Ambroz Bizjak
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef APRINTER_WEB_API_CONFIG_MODULE_H
#define APRINTER_WEB_API_CONFIG_MODULE_H
#include <stddef.h>
#include <aprinter/meta/ServiceUtils.h>
#include <aprinter/meta/TypeListUtils.h>
#include <aprinter/printer/ServiceList.h>
#include <aprinter/printer/utils/WebRequest.h>
#include <aprinter/printer/utils/ModuleUtils.h>
#include <aprinter/BeginNamespace.h>
template <typename ModuleArg>
class WebApiConfigModule {
APRINTER_UNPACK_MODULE_ARG(ModuleArg)
private:
using TheConfigManager = typename ThePrinterMain::TheConfigManager;
static size_t const OptionNameValBufferSize = 128;
public:
template <typename WebApiConfig>
struct WebApi {
static bool handle_web_request (Context c, MemRef req_type, WebRequest<Context> *request)
{
if (req_type.equalTo("config")) {
return request->template acceptRequest<ConfigRequest>(c);
}
return true;
}
class ConfigRequest : public WebRequestHandler<Context, ConfigRequest> {
public:
void init (Context c)
{
JsonBuilder *json = this->startJson(c);
json->startObject();
json->addKeyArray(JsonString{"options"});
this->endJson(c);
m_option_index = 0;
this->waitForJsonBuffer(c);
}
void jsonBufferAvailable (Context c)
{
JsonBuilder *json = this->startJson(c);
if (m_option_index >= TheConfigManager::NumRuntimeOptions) {
json->endArray();
json->endObject();
this->endJson(c);
return this->completeHandling(c);
}
char option_nameval_buf[OptionNameValBufferSize];
TheConfigManager::getOptionString(c, m_option_index, option_nameval_buf, sizeof(option_nameval_buf));
char const *option_type;
TheConfigManager::getOptionType(c, m_option_index, &option_type);
json->startObject();
json->addSafeKeyVal("nameval", JsonString{option_nameval_buf});
json->addSafeKeyVal("type", JsonSafeString{option_type});
json->endObject();
if (!this->endJson(c)) {
return this->completeHandling(c);
}
m_option_index++;
this->waitForJsonBuffer(c);
}
private:
int m_option_index;
};
using WebApiRequestHandlers = MakeTypeList<ConfigRequest>;
};
public:
struct Object {};
};
struct WebApiConfigModuleService {
APRINTER_MODULE_TEMPLATE(WebApiConfigModuleService, WebApiConfigModule)
using ProvidedServices = MakeTypeList<ServiceDefinition<ServiceList::WebApiHandlerService>>;
};
#include <aprinter/EndNamespace.h>
#endif
| [
"ambrop7@gmail.com"
] | ambrop7@gmail.com |
98681699ebabb29adb10df40d6e03611739763fa | 9a3b9d80afd88e1fa9a24303877d6e130ce22702 | /src/Providers/UNIXProviders/IPConfigurationService/UNIX_IPConfigurationServiceMain.cpp | 321f54427975a516b524c54455cd38c7a71d6047 | [
"MIT"
] | permissive | brunolauze/openpegasus-providers | 3244b76d075bc66a77e4ed135893437a66dd769f | f24c56acab2c4c210a8d165bb499cd1b3a12f222 | refs/heads/master | 2020-04-17T04:27:14.970917 | 2015-01-04T22:08:09 | 2015-01-04T22:08:09 | 19,707,296 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,298 | cpp | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor licenses this file to you under the OpenPegasus Open
// Source License; you may not use this file except in compliance with the
// License.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included
// in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
//////////////////////////////////////////////////////////////////////////
//
//%/////////////////////////////////////////////////////////////////////////
#include <Pegasus/Common/Config.h>
#include <Pegasus/Common/String.h>
#include <Pegasus/Common/PegasusVersion.h>
#include <UNIX_Common.h>
PEGASUS_USING_PEGASUS;
PEGASUS_USING_STD;
using PROVIDER_LIB_NS::CIMHelper;
#include <IPConfigurationService/UNIX_IPConfigurationServiceProvider.h>
extern "C"
PEGASUS_EXPORT CIMProvider* PegasusCreateProvider(const String& providerName)
{
if (String::equalNoCase(providerName, CIMHelper::EmptyString)) return NULL;
else if (String::equalNoCase(providerName, "UNIX_IPConfigurationServiceProvider")) return new UNIX_IPConfigurationServiceProvider();
return NULL;
}
| [
"brunolauze@msn.com"
] | brunolauze@msn.com |
2f658a4bf57dacf54168f7034aae837c80b8f679 | 0e4ade1c15ea16b45675d5b3877d67175fabdf21 | /src/client/data_container.cpp | fce552d3ee7c48e19f56385f1c1438fe15d78d78 | [] | no_license | GonzaM21/portal | 4ef5df1f09a17895585a3c0973b682b2760d0bc2 | 3dfc1f092b19e0611c84dd13e8edccce73471fd3 | refs/heads/master | 2022-01-10T12:31:11.753382 | 2019-06-29T23:36:58 | 2019-06-29T23:36:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,135 | cpp | #include "data_container.h"
DataContainer::DataContainer() {
this->end_game =false;
this->end_level =false;
this->receive_map =false;
this->error_message =false;
this->waiting_next_level = false;
}
void DataContainer::setReceivedMap(bool received_map) {
this->receive_map = received_map;
}
void DataContainer::setReceiveError(std::string &error_message) {
this->error = error_message;
}
void DataContainer::setErrorMessage() {
this->error_message = true;
}
void DataContainer::setWaitingNextLevel(bool waiting_next_level) {
this->waiting_next_level = waiting_next_level;
}
void DataContainer::setGameFinish() {
this->end_game = true;
}
void DataContainer::setEndLevel(bool end_level) {
this->end_level = end_level;
}
bool DataContainer::getEndLevel() {
return this->end_level;
}
bool DataContainer::getReceivedMap() {
return this->receive_map;
}
bool DataContainer::getWaitingNextLevel() {
return this->waiting_next_level;
}
bool DataContainer::getGameFinish() {
return this->end_game;
}
bool DataContainer::getReceiveError() {
return this->error_message;
} | [
"joelsaidman1@gmail.com"
] | joelsaidman1@gmail.com |
1f23136f32abf165cac38b76c35920747bc5ae0b | c6a44a11a305810e430d502a4543976bbee93d19 | /worldobject.h | 0e72917bebcd26351212004629116204578bb6b1 | [] | no_license | craigrusselltiu/side-scrolling-game-2 | bceca022b91c80a5b4c9f565658e5d77c37b66e9 | b9ad647ecf13f174cf863a4e054cec37ebb0b49c | refs/heads/main | 2023-03-25T17:14:59.918547 | 2021-03-20T17:39:55 | 2021-03-20T17:39:55 | 345,545,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | h | #ifndef WORLDOBJECT_H
#define WORLDOBJECT_H
#include <string>
#include <QPixmap>
#include <QPainter>
#include "position.h"
#include <QDebug>
class WorldObject {
public:
// Constructors + Destructors + type
WorldObject(Position* pos, QPixmap* sprite);
virtual ~WorldObject();
virtual std::string type() = 0;
// Update / draw
virtual void render(QPainter& painter);
virtual void updatePosition(int xChange) = 0;
virtual void updatePositionY(int yChange);
// Returns 1 if next obstacle can be placed, -1 if it needs to be deleted
int passedDistance(int obstacleDistance);
// Bool to check if obstacle collided with player
virtual bool collided(QRect playerHitbox);
protected:
// Attributes
Position* pos;
QPixmap* sprite;
};
#endif // WORLDOBJECT_H
| [
"craigrusselltiu@users.noreply.github.com"
] | craigrusselltiu@users.noreply.github.com |
00fc7b62c92b01847f4a0bb6867e9cde436e1a12 | 59afba829f48a63e2a16f72d76fe96d520c2c7ae | /2.data_structures/linear/stl/UVa10880.cc | 987202775030be649b6ced2a9ab845ded6a3922d | [] | no_license | saeidtafazzol/competitive-programming | ab8d8fb3ae1553c904cde57713844bb6f4ffcdd2 | 6929fee0046a4caf94cbb55681402c57faa973f6 | refs/heads/master | 2023-01-11T21:58:35.931746 | 2020-08-19T21:12:26 | 2020-08-19T21:12:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 744 | cc | #include <bits/stdc++.h>
using namespace std;
int main(){
int n;
int dv[1<<20];
scanf("%d",&n);
for(int ttd = 1;ttd<=n;ttd++){
int c,r;
int sz = 0;
scanf("%d %d",&c,&r);
int num = c - r;
for(int i = 1;i<=int(sqrt(num));i++){
if(num%i==0){
dv[sz++] = i;
int divis = num/i;
if(divis != i)
dv[sz++] = divis;
}
}
sort(dv,dv+sz);
printf("Case #%d:",ttd);
for(int i = 0;i<sz;i++){
if(dv[i]>r){
printf(" %d",dv[i]);
}
}
if(num==0){
printf(" 0");
}
printf("\n");
}
return 0;
} | [
"saeed.tafazzol@gmail.com"
] | saeed.tafazzol@gmail.com |
36dbaa7dc92006427a880593eec5d9a528f6dda3 | 939cfcd71914284263bd9eba61ac402b49a1aca1 | /src/core/GUI/TextLog/TextLogGenericItem.cpp | be8fe2df13dd56a208c2bcb650ed72b4d4a97173 | [
"MIT"
] | permissive | tedvalson/NovelTea | 3837f76186452bd75cba06efb83ce67a92241081 | 54c28d61d2d5eb45e3130ee416aa77c948c2e9c6 | refs/heads/master | 2022-09-22T17:32:17.593266 | 2022-09-16T23:30:21 | 2022-09-16T23:30:21 | 253,251,360 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 765 | cpp | #include <NovelTea/GUI/TextLog/TextLogGenericItem.hpp>
#include <NovelTea/TextTypes.hpp>
namespace NovelTea
{
TextLogGenericItem::TextLogGenericItem(Context *context, const std::string &text)
: TextLogItem(context)
, m_text(context)
{
TextProperties textProps;
m_text.setText(text, textProps);
}
void TextLogGenericItem::setAlpha(float alpha)
{
m_text.setAlpha(alpha);
}
void TextLogGenericItem::setWidth(float width)
{
m_text.setFontSizeMultiplier(getFontSizeMultiplier());
m_text.setSize({width, 0.f}); // Height is not relevant
m_bounds = m_text.getLocalBounds();
}
void TextLogGenericItem::draw(sf::RenderTarget &target, sf::RenderStates states) const
{
states.transform *= getTransform();
target.draw(m_text, states);
}
} // namespace NovelTea
| [
"machin3@gmail.com"
] | machin3@gmail.com |
0484b080bcb8724fcc2d498ff56e97c299b99b8e | ebf7fa65537f1010368dc2355e801d52721c05be | /Source/Framework/Renderer/Internal/Buffer.cpp | 60f415b3f64ce22675f2fb1065f5f5e7b6718ae5 | [] | no_license | D13David/Framework | e784f2cc347ea867ac40b7edea5c75451961952a | c68d4e015856f518dd03aba9fd26d0db2f6ac0f6 | refs/heads/master | 2021-01-25T05:22:09.951102 | 2014-04-28T14:07:12 | 2014-04-28T14:07:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,495 | cpp | #include "Core.h"
#include "Buffer.h"
#include "Game.h"
#include "RenderSystem.h"
VertexBuffer::VertexBuffer()
: m_resource(0)
, m_backingStore(0)
{
m_bufferInfo.canRead = false;
m_bufferInfo.canWrite = false;
m_bufferInfo.mapped = false;
m_bufferInfo.dynamic = false;
}
VertexBuffer::VertexBuffer(const VertexBufferCreationInfo& info)
: m_resource(0)
, m_backingStore(0)
{
m_bufferInfo.canRead = false;
m_bufferInfo.canWrite = false;
m_bufferInfo.mapped = false;
m_bufferInfo.dynamic = false;
create(info);
}
VertexBuffer::~VertexBuffer()
{
destroy();
}
void VertexBuffer::create(const VertexBufferCreationInfo& info)
{
destroy();
if (info.size == 0)
return;
D3D11_USAGE usage = D3D11_USAGE_STAGING;
uint32 accessFlags = 0;
if (info.accessFlags & BUFFER_ACCESS_GPU_WRITE)
{
usage = D3D11_USAGE_DEFAULT;
}
else
{
if (info.accessFlags & BUFFER_ACCESS_CPU_WRITE)
{
usage = D3D11_USAGE_DYNAMIC;
accessFlags = D3D11_CPU_ACCESS_WRITE;
}
else
{
if (info.data)
{
usage = D3D11_USAGE_IMMUTABLE;
}
else
{
usage = D3D11_USAGE_DEFAULT;
}
}
}
if (usage == D3D11_USAGE_STAGING)
{
if (info.accessFlags & BUFFER_ACCESS_CPU_READ)
{
accessFlags |= D3D11_CPU_ACCESS_READ;
}
if (info.accessFlags & BUFFER_ACCESS_CPU_WRITE)
{
accessFlags |= D3D11_CPU_ACCESS_WRITE;
}
}
D3D11_BUFFER_DESC desc = {0};
desc.BindFlags = D3D11_BIND_VERTEX_BUFFER;
desc.ByteWidth = info.size;
desc.CPUAccessFlags = accessFlags;
desc.Usage = usage;
D3D11_SUBRESOURCE_DATA data = {0};
data.pSysMem = info.data;
VALIDATE(RENDER_DEVICE->CreateBuffer(&desc, info.data ? &data : 0, &m_resource));
if (info.shadowed)
{
m_backingStore = malloc(info.size);
if (info.data)
memcpy(m_backingStore, info.data, info.size);
m_bufferInfo.canRead = true;
m_bufferInfo.canWrite = usage != D3D11_USAGE_IMMUTABLE;
}
else
{
m_bufferInfo.canRead = accessFlags & D3D11_CPU_ACCESS_READ;
m_bufferInfo.canWrite = accessFlags & D3D11_CPU_ACCESS_WRITE;
}
m_bufferInfo.dynamic = usage == D3D11_USAGE_DYNAMIC;
}
void VertexBuffer::destroy()
{
SAFE_RELEASE(m_resource);
if (m_backingStore)
{
free(m_backingStore);
m_backingStore = 0;
}
}
void* VertexBuffer::map(eBufferMapOptions mapOption)
{
if (m_bufferInfo.mapped)
return 0;
D3D11_MAP map;
switch (mapOption)
{
case BUFFER_MAP_READ: map = D3D11_MAP_READ; break;
case BUFFER_MAP_WRITE: map = D3D11_MAP_WRITE; break;
case BUFFER_MAP_WRITE_DISCARD: D3D11_MAP_WRITE_DISCARD; break;
case BUFFER_MAP_WRITE_NO_OVERWRITE: D3D11_MAP_WRITE_NO_OVERWRITE; break;
}
// check for valid map options
if ((map == D3D11_MAP_READ && !m_bufferInfo.canRead) ||
(map != D3D11_MAP_READ && !m_bufferInfo.canWrite))
{
return 0;
}
void* result = 0;
if (!m_bufferInfo.dynamic && m_backingStore)
{
result = m_backingStore;
}
else
{
D3D11_MAPPED_SUBRESOURCE mappedResource;
if (SUCCEEDED(RENDER_CONTEXT->Map(m_resource, 0, map, 0, &mappedResource)))
{
result = mappedResource.pData;
}
}
m_bufferInfo.mapped = (result != 0);
return result;
}
void VertexBuffer::unmap()
{
if (!m_bufferInfo.mapped)
return;
if (!m_bufferInfo.dynamic && m_backingStore)
{
if (m_mapOptions != D3D11_MAP_READ)
RENDER_CONTEXT->UpdateSubresource(m_resource, 0, NULL, m_backingStore, 0, 0);
}
else
{
RENDER_CONTEXT->Unmap(m_resource, 0);
}
m_bufferInfo.mapped = false;
}
IndexBuffer::IndexBuffer()
: m_resource(0)
, m_backingStore(0)
{
m_bufferInfo.canRead = false;
m_bufferInfo.canWrite = false;
m_bufferInfo.mapped = false;
m_bufferInfo.dynamic = false;
}
IndexBuffer::IndexBuffer(const IndexBufferCreationInfo& info)
: m_resource(0)
, m_backingStore(0)
{
m_bufferInfo.canRead = false;
m_bufferInfo.canWrite = false;
m_bufferInfo.mapped = false;
m_bufferInfo.dynamic = false;
create(info);
}
IndexBuffer::~IndexBuffer()
{
destroy();
}
void IndexBuffer::create(const IndexBufferCreationInfo& info)
{
destroy();
if (info.size == 0)
return;
D3D11_BUFFER_DESC desc = {0};
desc.ByteWidth = info.size;
desc.BindFlags = D3D11_BIND_INDEX_BUFFER;
if (info.dynamic)
{
m_bufferInfo.dynamic = true;
desc.Usage = D3D11_USAGE_DYNAMIC;
desc.CPUAccessFlags = D3D11_CPU_ACCESS_WRITE;
}
else
{
desc.Usage = info.data
? D3D11_USAGE_IMMUTABLE
: D3D11_USAGE_DEFAULT;
}
D3D11_SUBRESOURCE_DATA data = {0};
data.pSysMem = info.data;
VALIDATE(RENDER_DEVICE->CreateBuffer(&desc, info.data ? &data : 0, &m_resource));
if (info.shadowed)
{
m_backingStore = malloc(info.size);
if (info.data)
memcpy(m_backingStore, info.data, info.size);
m_bufferInfo.canRead = false;
m_bufferInfo.canWrite = desc.CPUAccessFlags & D3D11_CPU_ACCESS_WRITE;
}
else
{
m_bufferInfo.canRead = false;
m_bufferInfo.canWrite = desc.CPUAccessFlags & D3D11_CPU_ACCESS_WRITE;
}
}
void IndexBuffer::destroy()
{
SAFE_RELEASE(m_resource);
if (m_backingStore)
{
free(m_backingStore);
m_backingStore = 0;
}
}
void* IndexBuffer::map(eBufferMapOptions mapOption)
{
if (m_bufferInfo.mapped)
return 0;
D3D11_MAP map;
switch (mapOption)
{
case BUFFER_MAP_READ: map = D3D11_MAP_READ; break;
case BUFFER_MAP_WRITE: map = D3D11_MAP_WRITE; break;
case BUFFER_MAP_WRITE_DISCARD: D3D11_MAP_WRITE_DISCARD; break;
case BUFFER_MAP_WRITE_NO_OVERWRITE: D3D11_MAP_WRITE_NO_OVERWRITE; break;
}
// check for valid map options
if ((map == D3D11_MAP_READ && !m_bufferInfo.canRead) ||
(map != D3D11_MAP_READ && !m_bufferInfo.canWrite))
{
return 0;
}
void* result = 0;
if (!m_bufferInfo.dynamic && m_backingStore)
{
result = m_backingStore;
}
else
{
D3D11_MAPPED_SUBRESOURCE mappedResource;
if (SUCCEEDED(RENDER_CONTEXT->Map(m_resource, 0, map, 0, &mappedResource)))
{
result = mappedResource.pData;
}
}
m_bufferInfo.mapped = (result != 0);
return result;
}
void IndexBuffer::unmap()
{
if (!m_bufferInfo.mapped)
return;
if (!m_bufferInfo.dynamic && m_backingStore)
{
if (m_mapOptions != D3D11_MAP_READ)
RENDER_CONTEXT->UpdateSubresource(m_resource, 0, NULL, m_backingStore, 0, 0);
}
else
{
RENDER_CONTEXT->Unmap(m_resource, 0);
}
m_bufferInfo.mapped = false;
} | [
"reinigdavid@googlemail.com"
] | reinigdavid@googlemail.com |
bacebb4bb88ac221823013355702a99ebbece46d | 38dbb429a776a6a87a7b25d572c0066505c3ac03 | /CodeForces/ProblemSet/1154B.cpp | bd3ca041794551410f48972eca78ef51dab6f946 | [] | no_license | EulerLee/OJ | 796e9d42d000cdc45af478fe664d6235d97772df | 7f5c2d4a3def7287f93ce4d1888d5d98f3b4276e | refs/heads/master | 2022-11-11T09:14:13.899256 | 2022-11-03T10:59:26 | 2022-11-03T10:59:26 | 66,716,354 | 7 | 1 | null | 2016-09-27T08:02:23 | 2016-08-27T13:41:30 | C++ | UTF-8 | C++ | false | false | 1,112 | cpp | #pragma comment(linker, "/stack:247474112")
#pragma GCC optimize("Ofast")
#include <bits/stdc++.h>
#define REP(i, n) for(ll i = 0; i < n; ++i)
#define RANGE(i, x, n) for(ll i = x; i < n; ++i)
using namespace std;
typedef long long ll;
typedef unsigned long long ull;
const ll INF = 0x3f3f3f3f3f3f3f3f;
void accelerate()
{
ios::sync_with_stdio(false);
cin.tie(0);
cout.tie(0);
}
int main()
{
accelerate();
int n;
cin >> n;
set<int> A;
REP(i, n) {
int tmp;
cin >> tmp;
A.insert(tmp);
}
if(A.size() > 3) {
cout << -1 << endl;
}else if(A.size() == 3) {
int a[3];
int i = 0;
for(auto x: A) {
a[i] = x;
++i;
}
if(a[2] - a[1] == a[1] - a[0]) {
cout << a[2]-a[1] << endl;
}else {
cout << -1 << endl;
}
}else if(A.size() == 2) {
int d = *(++A.begin()) - *A.begin();
if(d%2 == 0) {
cout << d/2 << endl;
}else {
cout << d << endl;
}
}else {
cout << 0 << endl;
}
}
| [
"euler19960402@gmail.com"
] | euler19960402@gmail.com |
3d2a5680a48557d9968f00209fd302e543a92122 | 41caa27f77527186c67d1da207d42273f77859ce | /Codigos/grafos.cpp | 9f3d390226430b988b791cd8b3fa8fe78c87034c | [] | no_license | PhilipOfMacedon/EstruturasDeGarfos | 5c74a8e9141b6f7c413afa052407e3e11393f954 | b7b94678b514a8de96cc8b146ae02acc50b080e2 | refs/heads/master | 2022-06-01T20:36:41.527576 | 2017-07-15T16:37:48 | 2017-07-15T16:37:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,374 | cpp | #include "grafos.hpp"
#include <iostream>
using namespace std;
/////////////////////////////////////////////////////////////////////////////////////
//////////////////////// Implementação da Excessão ////////////////////////////
VertexNotFoundException::VertexNotFoundException (const char* message) {
this -> message = message;
}
const char* VertexNotFoundException::what () {
return message;
}
DataStructureSizingException::DataStructureSizingException (const char* message) {
this -> message = message;
}
const char* DataStructureSizingException::what () {
return message;
}
EdgeInsertionException::EdgeInsertionException (const char* message) {
this -> message = message;
}
const char* EdgeInsertionException::what () {
return message;
}
/////////////////////////////////////////////////////////////////////////////////////
//////////////////////// Implementação da SUPERCLASSE ////////////////////////////
Grafo::Grafo (bool orientado) {
this -> orientado = orientado;
quantVertices = 0;
quantArestas = 0;
}
/////////////////////////////////////////////////////////////////////////////////////
//////////////////// Implementação da Matriz de Adjacência ////////////////////////
MatrizDeAdjacencia::MatrizDeAdjacencia (bool orientado) : Grafo (orientado) {
matriz = NULL;
}
MatrizDeAdjacencia::~MatrizDeAdjacencia () {
reiniciar();
}
void MatrizDeAdjacencia::clearMatrix () {
for (int i = 0; i < quantVertices; i++) {
delete[] matriz[i];
}
delete[] matriz;
matriz = NULL;
}
void MatrizDeAdjacencia::reiniciar () {
clearMatrix();
quantVertices = 0;
quantArestas = 0;
}
void MatrizDeAdjacencia::expandMatrix (int amount) {
if (amount <= 0) {
throw DataStructureSizingException ("Insira um número maior que zero para ampliar sua matiz!");
}
int newSize = quantVertices + amount;
int** newMatrix = new int*[newSize];
for (int i = 0; i < newSize; i++) {
newMatrix[i] = new int[newSize];
for (int j = 0; j < newSize; j++) {
if (i < quantVertices and j < quantVertices) {
newMatrix[i][j] = matriz[i][j];
} else {
newMatrix[i][j] = 0;
}
}
}
clearMatrix();
matriz = newMatrix;
}
List MatrizDeAdjacencia::getVizinhos (int vertice) {
if (vertice < 0 or vertice >= quantVertices) {
throw VertexNotFoundException (("Vértice inválido: " + toString(vertice)).c_str());
}
List listaDeVizinhos;
for (int i = 0; i < quantVertices; i++) {
if (matriz[vertice][i] > 0) {
InformacoesDeAresta info (i, matriz[vertice][i]);
listaDeVizinhos.insertR(info);
}
}
return listaDeVizinhos;
}
bool MatrizDeAdjacencia::isVizinho (int vertice1, int vertice2) {
if (vertice1 < 0 or vertice1 >= quantVertices) {
throw VertexNotFoundException (("Vértice inválido: " + toString(vertice1)).c_str());
}
if (vertice2 < 0 or vertice2 >= quantVertices) {
throw VertexNotFoundException (("Vértice inválido: " + toString(vertice1)).c_str());
}
return (matriz[vertice1][vertice2] > 0);
}
void MatrizDeAdjacencia::adicionarVertices (int quantidade) {
if (matriz == NULL) {
matriz = new int*[quantidade];
for (int i = 0; i < quantidade; i++) {
matriz[i] = new int[quantidade];
for (int j = 0; j < quantidade; j++) {
matriz[i][j] = 0;
}
}
} else {
expandMatrix(quantidade);
}
quantVertices += quantidade;
}
void MatrizDeAdjacencia::adicionarAresta (int vertice1, int vertice2, int peso) {
if (matriz == NULL) {
throw EdgeInsertionException ("Grafo não inicializado!");
}
if (vertice1 >= quantVertices or vertice2 >= quantVertices) {
throw EdgeInsertionException (("Vértice não existente na matriz: "
+ toString((vertice1 >= quantVertices) ? (vertice1) : (vertice2))).c_str());
}
if (matriz[vertice1][vertice2] != 0) {
throw EdgeInsertionException (("Essa aresta já existe, e tem peso "
+ toString(matriz[vertice1][vertice2])).c_str());
}
matriz[vertice1][vertice2] = peso;
if (!orientado) {
matriz[vertice2][vertice1] = peso;
}
quantArestas++;
}
string MatrizDeAdjacencia::getRepresentacao () {
string result = "";
if (matriz != NULL) {
result = "Representação da Matriz de Adjacência:\n\t\t";
for (int i = 0; i < quantVertices; i++) {
result += toString(i) + "\t";
}
result += "\n\t";
for (int i = 0; i < quantVertices; i++) {
result += "--------";
}
result += "--\n\t";
for (int i = 0; i < quantVertices; i++) {
result += toString(i) + " | \t";
for (int j = 0; j < quantVertices; j++) {
result += toString(matriz[i][j]) + "\t";
}
result += "\n\t";
}
result += "Número de vértices: " + toString(quantVertices) + "\n\t";
result += "Número de arestas: " + toString(quantArestas);
} else {
result = "Grafo vazio!";
}
return result;
}
/////////////////////////////////////////////////////////////////////////////////////
////////////////////// Implementação da Lista de Adjacência //////////////////////
ListaDeAdjacencia::ListaDeAdjacencia (bool orientado) : Grafo (orientado) {
listas = NULL;
}
ListaDeAdjacencia::~ListaDeAdjacencia () {
reiniciar();
}
void ListaDeAdjacencia::clearList () {
for (int i = 0; i < quantVertices; i++) {
listas[i] -> empty();
delete listas[i];
}
delete[] listas;
listas = NULL;
}
void ListaDeAdjacencia::reiniciar () {
clearList();
quantVertices = 0;
quantArestas = 0;
}
void ListaDeAdjacencia::expandList (int amount) {
if (amount <= 0) {
throw DataStructureSizingException ("Insira um número maior que zero para ampliar sua lista!");
}
int newSize = quantVertices + amount;
List** newList = new List*[newSize];
for (int i = 0; i < newSize; i++) {
if (i < quantVertices) {
newList[i] = new List (*(listas[i]));
string test;
*newList[i] >> test;
} else {
newList[i] = new List;
}
}
clearList();
listas = newList;
}
List ListaDeAdjacencia::getVizinhos (int vertice) {
if (vertice < 0 or vertice >= quantVertices) {
throw VertexNotFoundException (("Vértice inválido: " + toString(vertice)).c_str());
}
return *listas[vertice];
}
bool ListaDeAdjacencia::isVizinho (int vertice1, int vertice2) {
if (vertice1 < 0 or vertice1 >= quantVertices) {
throw VertexNotFoundException (("Vértice inválido: " + toString(vertice1)).c_str());
}
if (vertice2 < 0 or vertice2 >= quantVertices) {
throw VertexNotFoundException (("Vértice inválido: " + toString(vertice2)).c_str());
}
return listas[vertice1] -> exists(vertice2);
}
void ListaDeAdjacencia::adicionarVertices (int quantidade) {
if (listas == NULL) {
listas = new List*[quantidade];
for (int i = 0; i < quantidade; i++) {
listas[i] = new List;
}
} else {
expandList(quantidade);
}
quantVertices += quantidade;
}
void ListaDeAdjacencia::adicionarAresta (int vertice1, int vertice2, int peso) {
if (listas == NULL) {
throw EdgeInsertionException ("Grafo não inicializado!");
}
if (vertice1 >= quantVertices or vertice2 >= quantVertices) {
throw EdgeInsertionException (("Vértice não existente na matriz: "
+ toString((vertice1 >= quantVertices) ? (vertice1) : (vertice2))).c_str());
}
InformacoesDeAresta result = listas[vertice1] -> search(vertice2);
if (result.getVerticeAlvo() != -1) {
throw EdgeInsertionException (("Essa aresta já existe, e tem peso "
+ toString(result.getPeso())).c_str());
}
InformacoesDeAresta insertionA (vertice2, peso);
listas[vertice1] -> insertR(insertionA);
if (!orientado) {
InformacoesDeAresta insertionB (vertice1, peso);
listas[vertice2] -> insertR(insertionB);
}
quantArestas++;
}
string ListaDeAdjacencia::getRepresentacao () {
string result = "";
if (listas != NULL) {
result = "Representação da Lista de Adjacência:\n\t";
for (int i = 0; i < quantVertices; i++) {
string neighborhood;
*(listas[i]) >> neighborhood;
result += toString(i) + " | \t" + neighborhood + "\n\t";
}
result += "Número de vértices: " + toString(quantVertices) + "\n\t";
result += "Número de arestas: " + toString(quantArestas);
} else {
result = "Grafo vazio!";
}
return result;
}
/////////////////////////////////////////////////////////////////////////////////////
//////////////////// Implementação da Matriz de Incidência ////////////////////////
MatrizDeIncidencia::MatrizDeIncidencia (bool orientado) : Grafo (orientado) {
matriz = NULL;
}
MatrizDeIncidencia::~MatrizDeIncidencia () {
reiniciar();
}
void MatrizDeIncidencia::clearMatrix () {
for (int i = 0; i < quantArestas; i++) {
delete[] matriz[i];
}
delete[] matriz;
matriz = NULL;
}
void MatrizDeIncidencia::reiniciar () {
clearMatrix();
quantVertices = 0;
quantArestas = 0;
}
void MatrizDeIncidencia::expandMatrix (int amountL, int amountC) {
if (amountL < 0) {
throw DataStructureSizingException ("Insira um número de linhas maior que zero para ampliar sua matiz!");
}
if (amountC < 0) {
throw DataStructureSizingException ("Insira um número de colunas maior que zero para ampliar sua matiz!");
}
if (amountL == 0 and amountC == 0) {
throw DataStructureSizingException ("A matriz deve ser ampliada em ao menos uma dimensão!");
}
int newSizeL = quantArestas + amountL;
int newSizeC = quantVertices + amountC;
CelulaDeIncidencia** newMatrix = new CelulaDeIncidencia*[newSizeL];
for (int i = 0; i < newSizeL; i++) {
newMatrix[i] = new CelulaDeIncidencia[newSizeC];
for (int j = 0; j < newSizeC; j++) {
if (i < quantArestas and j < quantVertices) {
newMatrix[i][j] = matriz[i][j];
}
}
}
clearMatrix();
matriz = newMatrix;
}
List MatrizDeIncidencia::getVizinhos (int vertice) {
if (vertice < 0 or vertice >= quantVertices) {
throw VertexNotFoundException (("Vértice inválido: " + toString(vertice)).c_str());
}
List listaDeVizinhos;
int i = 0;
while (i < quantArestas) {
if ((orientado and matriz[i][vertice].getPeso() < 0) or
(!orientado and matriz[i][vertice].getPeso() > 0)) {
int j = 0;
bool found = false;
while (j < quantVertices and !found) {
if (j != vertice and matriz[i][j].getPeso() > 0) {
InformacoesDeAresta info (j,
matriz[i][j].getPeso() * (matriz[i][vertice].temPesoPositivo()) ?
(1) : (-1));
listaDeVizinhos.insertR(info);
}
j++;
}
}
i++;
}
return listaDeVizinhos;
}
bool MatrizDeIncidencia::isVizinho (int vertice1, int vertice2) {
if (vertice1 < 0 or vertice1 >= quantVertices) {
throw VertexNotFoundException (("Vértice inválido: " + toString(vertice1)).c_str());
}
if (vertice2 < 0 or vertice2 >= quantVertices) {
throw VertexNotFoundException (("Vértice inválido: " + toString(vertice1)).c_str());
}
int i = 0;
bool found = false;
while (i < quantArestas and !found) {
if ((orientado and matriz[i][vertice1].getPeso() < 0) or
(!orientado and matriz[i][vertice1].getPeso() > 0)) {
if (matriz[i][vertice2].getPeso() > 0) {
found = true;
}
}
i++;
}
return found;
}
void MatrizDeIncidencia::adicionarVertices (int quantidade) {
if (matriz != NULL) {
expandMatrix(0, quantidade);
}
quantVertices += quantidade;
}
void MatrizDeIncidencia::adicionarAresta (int vertice1, int vertice2, int peso) {
if (vertice1 >= quantVertices or vertice2 >= quantVertices) {
throw EdgeInsertionException (("Vértice não existente na matriz: "
+ toString((vertice1 >= quantVertices) ? (vertice1) : (vertice2))).c_str());
}
if (vertice1 == vertice2) return;
if (isVizinho(vertice1, vertice2)) {
int i = 0;
int pesoEncontrado;
bool found = false;
while (i < quantArestas and !found) {
if ((orientado and matriz[i][vertice1].getPeso() < 0) or
(!orientado and matriz[i][vertice1].getPeso() > 0)) {
if (matriz[i][vertice2].getPeso() != 0) {
found = true;
pesoEncontrado = matriz[i][vertice2].getPeso() *
((matriz[i][vertice2].temPesoPositivo()) ? (1) : (-1));
}
}
i++;
}
throw EdgeInsertionException (("Essa aresta já existe, e tem peso "
+ toString(pesoEncontrado)).c_str());
}
if (matriz == NULL) {
matriz = new CelulaDeIncidencia*[1];
matriz[0] = new CelulaDeIncidencia[quantVertices];
} else {
expandMatrix (1, 0);
}
CelulaDeIncidencia c1 ((peso >= 0) ? (true) : (false), modulo(peso)
* ((orientado) ? (-1) : (1)));
CelulaDeIncidencia c2 ((peso >= 0) ? (true) : (false), modulo(peso));
matriz[quantArestas][vertice1] = c1;
matriz[quantArestas][vertice2] = c2;
quantArestas++;
}
string MatrizDeIncidencia::getRepresentacao () {
string result = "";
if (matriz != NULL) {
result = "Representação da Matriz de Incidência:\n\t\t\t";
for (int i = 0; i < quantVertices; i++) {
result += toString(i) + "\t";
}
result += "\n\t";
for (int i = 0; i < quantVertices + 1; i++) {
result += "--------";
}
result += "--\n\t";
if (quantArestas > 0) {
for (int i = 0; i < quantArestas; i++) {
result += "Aresta " + toString(i) + " | \t";
for (int j = 0; j < quantVertices; j++) {
result += toString(matriz[i][j].getPeso()) + "\t";
}
result += "\n\t";
}
} else {
result += "### SEM ARESTAS ###\n\t";
}
result += "Número de vértices: " + toString(quantVertices) + "\n\t";
result += "Número de arestas: " + toString(quantArestas);
} else {
result = "Grafo vazio!";
}
return result;
}
/////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////// | [
"filiperodrigues97@hotmail.com"
] | filiperodrigues97@hotmail.com |
4178ea7c34c3db77184bc38fdd384f8555aa67d7 | 7f31f8fccc6e358eb919daf8781e444c13b64762 | /CS202/HW3/HW3/MedianHeap.cpp | 7ab43849b49e4a34377ee1827fb2a026581e381e | [] | no_license | MAKman1/Bilkent-CS-Curriculum | c1d24c3a054152ddc312f0420daa4942a86b552c | 61b113158962dcf52b40c75b8c60350449df1c51 | refs/heads/master | 2023-05-02T00:04:58.278089 | 2021-05-26T17:31:14 | 2021-05-26T17:31:14 | 370,052,413 | 11 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 968 | cpp | /**
* Title: Running Median
* Author: Muhammad Arham Khan
* ID: 21701848
* Section: 3
* Assignment: 3
* Details: HW 3
**/
#include "MedianHeap.h"
using namespace std;
void MedianHeap::insert( int value){
if( value > findMedian()){
minHeap.insert( value);
if( minHeap.size() > maxHeap.size() + 1){
int temp = minHeap.extractMin();
maxHeap.insert( temp);
}
}
else{
maxHeap.insert( value);
if( maxHeap.size() > minHeap.size() + 1){
int temp = maxHeap.extractMax();
minHeap.insert( temp);
}
}
}
int MedianHeap::findMedian(){
if( minHeap.size() > maxHeap.size()){
return minHeap.peek();
}
else if( maxHeap.size() > minHeap.size()){
return maxHeap.peek();
}
else{
if( minHeap.peek() > maxHeap.peek()){
return minHeap.peek();
}
else{
return maxHeap.peek();
}
}
}
| [
"muhammadarhamkhan@gmail.com"
] | muhammadarhamkhan@gmail.com |
45e9bb126b3ea37a229b6113e45356cd5543b6dc | 1e87ce1602d79f87e5620052a0aaca2cdbd37026 | /Source/Snake/MedKit.h | ffcc6d9661bee4623c7073cef50a1d177f332377 | [] | no_license | HW27/Medival_Game | a5b4e8f9c2cfb40d79971de1a1e271c1f1ea800b | 3c03e4770d2207b54f26ed932dd9d9b2ecd45f20 | refs/heads/master | 2020-03-25T20:41:03.547692 | 2018-09-02T15:16:57 | 2018-09-02T15:16:57 | 144,140,932 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 501 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "SnakeCharacter.h"
#include "MedKit.generated.h"
UCLASS()
class SNAKE_API AMedKit : public AActor
{
GENERATED_BODY()
public:
// Sets default values for this actor's properties
AMedKit();
public:
UFUNCTION()
void OnOverlap(AActor* MyOverlappedActor, AActor* OtherActor);
UPROPERTY(EditAnywhere)
ASnakeCharacter* MyCharacter;
}; | [
"cygan227@gmail.com"
] | cygan227@gmail.com |
9d242015c6ca0b6c0581e9d84c156971cd7fe5f8 | 8652a66d3994098ef4cf9186cd36171eb3833ad3 | /WINCE700/platform/common/src/soc/omap35xx_tps659xx_ti_v1/omap35xx/WAVE/audioctrl.cpp | 54f3e6df9ddf12fb60b8c9edae7441052dd06f33 | [] | no_license | KunYi/em-works | 789e038ecaf4d0ec264d16fdd47df00b841de60c | 3b70b2690782acfcba7f4b0e43e05b5b070ed0da | refs/heads/master | 2016-09-06T03:47:56.913454 | 2013-11-05T03:28:15 | 2013-11-05T03:28:15 | 32,260,142 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,117 | cpp | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed this sample source code. If
// you did not accept the terms of the license agreement, you are not
// authorized to use this sample source code. For the terms of the license,
// please see the license agreement between you and Microsoft or, if applicable,
// see the LICENSE.RTF on your install media or the root of your tools installation.
// THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
//
// Portions Copyright (c) Texas Instruments. All rights reserved.
//
//------------------------------------------------------------------------------
//
#include <windows.h>
#include <wavedev.h>
#include <mmddk.h>
#include "debug.h"
#include "wavemain.h"
#include "audioctrl.h"
#include "audiolin.h"
//------------------------------------------------------------------------------
// CAudioLineBase
//
CAudioControlBase::CAudioControlBase() : m_hReference(NULL)
{
DEBUGMSG(ZONE_FUNCTION, (L"WAV:+CAudioControlBase()"));
m_ControlId = -1;
DEBUGMSG(ZONE_FUNCTION, (L"WAV:-CAudioControlBase()"));
}
//------------------------------------------------------------------------------
// CAudioLineBase
//
void
CAudioControlBase::copy_ControlInfo(
MIXERCONTROL *pControlInfo
)
{
DEBUGMSG(ZONE_FUNCTION, (L"WAV:+copy_ControlInfo()"));
pControlInfo->cbStruct = sizeof(MIXERCONTROL);
pControlInfo->dwControlID = get_ControlId();
pControlInfo->dwControlType = get_ControlType();
pControlInfo->cMultipleItems = get_MultipleItemCount();
pControlInfo->fdwControl = get_StatusFlag();
wcscpy_s(pControlInfo->szName,_countof(pControlInfo->szName), get_Name());
wcscpy_s(pControlInfo->szShortName,_countof(pControlInfo->szShortName), get_ShortName());
DEBUGMSG(ZONE_FUNCTION, (L"WAV:-copy_ControlInfo()"));
}
//------------------------------------------------------------------------------
//
// Base class volume audio control
//
DWORD
CAudioControlBase::put_Value(
PMIXERCONTROLDETAILS pDetail,
DWORD dwFlags
)
{
DEBUGMSG(ZONE_FUNCTION, (L"WAV:+CAudioControlBase::get_Value()"));
DWORD mmRet = get_AudioLine()->put_AudioValue(this, pDetail, dwFlags);
DEBUGMSG(ZONE_FUNCTION,
(L"WAV:-CAudioControlBase::get_Value(mmRet=%0x08)", mmRet)
);
return mmRet;
}
//------------------------------------------------------------------------------
//
// Base class volume audio control
//
DWORD
CAudioControlBase::get_Value(
PMIXERCONTROLDETAILS pDetail,
DWORD dwFlags
)
{
DEBUGMSG(ZONE_FUNCTION, (L"WAV:+CAudioControlBase::get_Value()"));
DWORD mmRet = get_AudioLine()->get_AudioValue(this, pDetail, dwFlags);
DEBUGMSG(ZONE_FUNCTION, (L"WAV:-CAudioControlBase::get_Value()"));
return mmRet;
}
//------------------------------------------------------------------------------
| [
"lqk.sch@gmail.com@9677f95b-f147-b01e-6ec8-0db75aaa1bab"
] | lqk.sch@gmail.com@9677f95b-f147-b01e-6ec8-0db75aaa1bab |
c131d63489e3a5de4ab3d5dae92f083fedab7753 | 603765eeb80e1b1686b9cc3f271f60a2908e25fb | /include/Buffer.h | 9135de9bdb2029883780b13fb2ac004d92acc27c | [] | no_license | swpuzhang/SparkNet | c095812b6902ab3d2e464f0780ce7929d6902429 | 7df37aa4569fd57288e0fcb09b9a804e54fc8e6f | refs/heads/master | 2022-07-18T19:33:57.880363 | 2020-05-20T15:11:19 | 2020-05-20T15:11:19 | 261,528,584 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,591 | h | #ifndef BUFFER_H
#define BUFFER_H
#include <vector>
class Buffer
{
public:
static constexpr size_t IniteSize = 1024;
Buffer() :
_buffer(IniteSize),
_readIndex(0),
_writeIndex(0)
{
}
void Swap(Buffer& buffer)
{
_buffer.swap(buffer._buffer);
std::swap(buffer._readIndex, _readIndex);
std::swap(buffer._writeIndex, _writeIndex);
}
size_t ReadableBytes()
{
return _writeIndex - _readIndex;
}
size_t writableBytes()
{
return _buffer.size() - _writeIndex;
}
const char* begin() const
{
return &*_buffer.begin();
}
char* begin()
{
return &*_buffer.begin();
}
const char* ReadPos()
{
return begin() + _readIndex;
}
char* WritePos()
{
return begin() + _writeIndex;
}
void RetrieveAll()
{
_readIndex = 0;
_writeIndex = 0;
}
void Retrieve(size_t len)
{
if (ReadableBytes() > len)
{
_readIndex += len;
}
else
{
RetrieveAll();
}
}
void HasWrite(size_t len)
{
_writeIndex += len;
}
void HasWriteToEnd()
{
_writeIndex = _buffer.size();
}
void AppendData(const char*data, size_t n)
{
if (writableBytes() < n)
{
ExtendSpace(n);
}
std::copy(data, data + n, WritePos());
HasWrite(n);
}
void ExtendSpace(size_t len)
{
if (writableBytes() + _readIndex < len)
{
_buffer.resize(_writeIndex + len);
}
else
{
size_t readable = ReadableBytes();
std::copy(begin() + _readIndex, begin() + _writeIndex, begin());
_readIndex = 0;
_writeIndex = readable;
}
}
~Buffer()
{
}
private:
std::vector<char> _buffer;
size_t _readIndex;
size_t _writeIndex;
};
#endif // !BUFFER_H
| [
"840757167@qq.com"
] | 840757167@qq.com |
7c65e5087a120ab1e245ac2e15c0de7755e9cb07 | 5b889efc1305199a9182de6743334d80a3c8e0bc | /Utils.h | dc4423afdead07f1e8a6b42525ce69292207412d | [] | no_license | marcus1337/NEAT | 08329624c4fe7b303daa1a75529bce676d241718 | b6d13c604dd7c3a1388d75fcb4c6b9bf43639ef5 | refs/heads/master | 2021-06-14T17:41:59.961345 | 2021-04-07T16:54:34 | 2021-04-07T16:54:34 | 181,440,957 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,674 | h |
#include <stack>
#include <map>
#include <set>
#include <vector>
#include "Node.h"
#ifndef UTILS_H
#define UTILS_H
namespace NTE {
class Utils {
protected:
static bool dfs(int current, std::set<int>& white, std::set<int>& gray, std::set<int>& black, std::map<int, Node>& nodes);
static void move_vertex(int vertex, std::set<int>& source_set, std::set<int>& destination_set);
public:
static bool randomBool();
static float randf(float LO, float HI);
static int randi(int LO, int HI);
template <class T> static void swap(T& a, T& b)
{
T c(a); a = b; b = c;
}
template<class K, class T> static bool mapContains(const std::map<K, T>&m, K key) {
if (m.find(key) == m.end()) return false;
return true;
}
template <class T> static bool mapContains(const std::map<T, int>& amap, T key)
{
if (amap.find(key) == amap.end()) return false;
return true;
}
static bool hasLoop(std::map<int, Node>& nodes);
static bool hasLoopEasy(std::map<int, Node>& nodes, int start);
static void topologicalSortUtil(int v, std::vector<bool>& visited, std::stack<int>& topstack, std::map<int, Node>& nodes);
static std::stack<int> topSort(std::map<int, Node>& nodes);
static bool isCircle(std::map<int, Node>& nodes, int from, int to);
static bool isInNode(int _id, int numIn);
static bool isOutNode(int _id, int numIn, int numOut);
static int elegantPair(int x, int y);
static int randIndex(std::vector<int> probabilties);
};
}
#endif | [
"blurgas@hotmail.com"
] | blurgas@hotmail.com |
fa66b019b8bbe4c84445344faa257289e8f7ea2b | 62abad72fecc42fc793b75a7a662e8a1bda751ca | /iDSK.0.13/src/Basic.cpp | a42545ed28f85ad3da1f8a41efa020750bfced5b | [] | no_license | ralferoo/cpctools | f8f8d1efd0e846f5c126f8e1ee18e48cf77589d0 | 650bbd2ed9d930f1163f4c3af7e1c95746f12095 | refs/heads/master | 2021-01-01T19:21:00.659832 | 2018-02-26T10:40:33 | 2018-02-26T10:40:33 | 6,627,889 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,296 | cpp | #include <iostream>
using namespace std;
#include <math.h>
#include <string.h>
#include <stdio.h>
#include "MyType.h"
#include "Itoa.h"
#include "Basic.h"
//static char ConvCpcFr[ 128 ] = " !\"#$%&'()*+,-./0123456789:;<=>?àABCDEFGHIJKLMNOPQRSTUVWXYZ[ç]^_`abcdefghijklmnopqrstuvwxyzéùè~";
//
// Tableau de décryptage d'un programme en basic protégé
//
static BYTE DproBasic[ 128 ] =
{
0xAB, 0x2C, 0xED, 0xEA, 0x6C, 0x37, 0x3F, 0xEC,
0x9B, 0xDF, 0x7A, 0x0C, 0x3B, 0xD4, 0x6D, 0xF5,
0x04, 0x44, 0x03, 0x11, 0xDF, 0x59, 0x8F, 0x21,
0x73, 0x7A, 0xCC, 0x83, 0xDD, 0x30, 0x6A, 0x30,
0xD3, 0x8F, 0x02, 0xF0, 0x60, 0x6B, 0x94, 0xE4,
0xB7, 0xF3, 0x03, 0xA8, 0x60, 0x88, 0xF0, 0x43,
0xE8, 0x8E, 0x43, 0xA0, 0xCA, 0x84, 0x31, 0x53,
0xF3, 0x1F, 0xC9, 0xE8, 0xAD, 0xC0, 0xBA, 0x6D,
0x93, 0x08, 0xD4, 0x6A, 0x2C, 0xB2, 0x07, 0x27,
0xC0, 0x99, 0xEE, 0x89, 0xAF, 0xC3, 0x53, 0xAB,
0x2B, 0x34, 0x5C, 0x2F, 0x13, 0xEE, 0xAA, 0x2C,
0xD9, 0xF4, 0xBC, 0x12, 0xB3, 0xC5, 0x1C, 0x68,
0x01, 0x20, 0x2C, 0xFA, 0x77, 0xA6, 0xB5, 0xA4,
0xFC, 0x9B, 0xF1, 0x32, 0x5B, 0xC3, 0x70, 0x77,
0x85, 0x36, 0xBE, 0x5B, 0x8C, 0xC8, 0xB5, 0xC2,
0xF0, 0x0B, 0x98, 0x0F, 0x36, 0x9D, 0xD8, 0x96
};
BYTE GetByte( BYTE * BufFile, int Pos, int Deprotect )
{
//BYTE b = ( BYTE )( BufFile[ Pos ] ^ ( DproBasic[ Pos & 0x7F ] * Deprotect ) );
//cout << "GetByte:"<<hex<<b<<endl;
return( BYTE )( BufFile[ Pos ] ^ ( DproBasic[ Pos & 0x7F ] * Deprotect ) );
}
int GetWord( BYTE * BufFile, int Pos, int Deprotect )
{
int Ret = BufFile[ Pos ] ^ ( DproBasic[ Pos & 0x7F ] * Deprotect );
Pos++;
Ret += ( ( BufFile[ Pos ] ^ ( DproBasic[ Pos & 0x7F ] * Deprotect ) ) << 8 );
return( Ret );
}
//
// Ajoute un "mot" (nom d'une variable, RSX...) dans la chaine "Listing"
//
int AddWord( BYTE * BufFile, int Pos, char * Listing, int Deprotect )
{
int LenVar = 0, l = strlen( Listing );
BYTE b;
do
{
b = GetByte( BufFile, Pos++, Deprotect );
Listing[ l++ ] = ( char )( b & 0x7F );
}
while( ! ( b & 0x80 ) && LenVar++ < 0xFF );
Listing[ l ] = 0;
return( Pos );
}
//
// Convertir le buffer en listing basic
//
void Basic( BYTE * BufFile, char * Listing, bool IsBasic, bool CrLf )
{
static char Tmp[ 32 ];
int Pos = 0, Token = 0;
int StartLigne = 0, EndLigne;
char * p;
double f;
int exp;
int Deprotect=0;
//cout << BufFile <<endl;
const char * Nbre[ 11 ] =
{
"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
};
const char * MotsClefs[ 0x80 ] =
{
"AFTER", "AUTO", "BORDER", "CALL", "CAT", "CHAIN", "CLEAR", "CLG",
"CLOSEIN", "CLOSEOUT", "CLS", "CONT", "DATA", "DEF", "DEFINT",
"DEFREAL", "DEFSTR", "DEG", "DELETE", "DIM", "DRAW", "DRAWR", "EDIT",
"ELSE", "END", "ENT", "ENV", "ERASE", "ERROR", "EVERY", "FOR",
"GOSUB", "GOTO", "IF", "INK", "INPUT", "KEY", "LET", "LINE", "LIST",
"LOAD", "LOCATE", "MEMORY", "MERGE", "MID$", "MODE", "MOVE", "MOVER",
"NEXT", "NEW", "ON", "ON BREAK", "ON ERROR GOTO", "SQ", "OPENIN",
"OPENOUT", "ORIGIN", "OUT", "PAPER", "PEN", "PLOT", "PLOTR", "POKE",
"PRINT", "'", "RAD", "RANDOMIZE", "READ", "RELEASE", "REM", "RENUM",
"RESTORE", "RESUME", "RETURN", "RUN", "SAVE", "SOUND", "SPEED", "STOP",
"SYMBOL", "TAG", "TAGOFF", "TROFF", "TRON", "WAIT", "WEND", "WHILE",
"WIDTH", "WINDOW", "WRITE", "ZONE", "DI", "EI", "FILL", "GRAPHICS",
"MASK", "FRAME", "CURSOR", "#E2", "ERL", "FN", "SPC", "STEP", "SWAP",
"#E8", "#E9", "TAB", "THEN", "TO", "USING", ">", "=", ">=", "<", "<>",
"<=", "+", "-", "*", "/", "^", "\\ ", "AND", "MOD", "OR", "XOR", "NOT",
"#FF"
};
const char * Fcts[ 0x80 ] =
{
"ABS", "ASC", "ATN", "CHR$", "CINT", "COS", "CREAL", "EXP", "FIX",
"FRE", "INKEY", "INP", "INT", "JOY", "LEN", "LOG", "LOG10", "LOWER$",
"PEEK", "REMAIN", "SGN", "SIN", "SPACE$", "SQ", "SQR", "STR$", "TAN",
"UNT", "UPPER$", "VAL", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "EOF", "ERR", "HIMEM", "INKEY$", "PI", "RND",
"TIME", "XPOS", "YPOS", "DERR", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "BIN$", "DEC$", "HEX$",
"INSTR", "LEFT$", "MAX", "MIN", "POS", "RIGHT$", "ROUND", "STRING$",
"TEST", "TESTR", "COPYCHR$", "VPOS"
};
* Listing = 0;
Token = GetByte( BufFile, 0, Deprotect );
for ( ;; )
{
//cout << "Listing : " <<Listing << endl;
if ( IsBasic )
{
int lg = GetWord( BufFile, Pos, Deprotect );
Pos += 2;
if ( ! lg )
break;
int NumLigne = GetWord( BufFile, Pos, Deprotect );
Pos += 2;
sprintf( Tmp, "%d ", NumLigne );
strcat( Listing, Tmp );
}
else
if ( ! Token || Token == 0x1A )
break;
int DansChaine = 0; // #### Hum, plus compliqué que ça je pense...
do
{
//cout << "Tmp:"<<Tmp<<endl;
Token = GetByte( BufFile, Pos++, Deprotect );
if ( ! IsBasic && Token == 0x1A )
break;
if ( DansChaine || ! IsBasic )
{
Tmp[ 0 ] = ( char )Token;
Tmp[ 1 ] = 0;
strcat( Listing, Tmp );
if ( Token == '"' )
DansChaine ^= 1;
// cout << " DansChaine Tmp:"<<Tmp<<endl;
}
else
if ( Token > 0x7F && Token < 0xFF )
{
// #### Traitement particulier du ':' avant le ELSE
if ( Listing[ strlen( Listing ) - 1 ] == ':'
&& Token == 0x97
)
Listing[ strlen( Listing ) - 1 ] = 0;
strcat( Listing
, MotsClefs[ Token & 0x7F ]
);
}
else
if ( Token >= 0x0E && Token <= 0x18 )
strcat( Listing
, Nbre[ Token - 0x0E ]
);
else
if ( Token >= 0x20 && Token < 0x7C )
{
Tmp[ 0 ] = ( char )Token;
Tmp[ 1 ] = 0;
strcat( Listing, Tmp );
if ( Token == '"' )
DansChaine ^= 1;
}
else
{
//cout << "Token:" << Token <<endl;
switch( Token )
{
case 0x01 :
Tmp[ 0 ] = ':';
Tmp[ 1 ] = 0;
strcat( Listing, Tmp );
break;
case 0x02 : // Variable entière (type %)
Pos = AddWord( BufFile
, 2 + Pos
, Listing
, Deprotect
);
strcat( Listing, "%" );
break;
case 0x03 : // Variable chaine (type $)
Pos = AddWord( BufFile
, 2 + Pos
, Listing
, Deprotect
);
strcat( Listing, "$" );
break;
case 0x0B :
case 0x0C :
case 0x0D : // Variable "standard"
Pos = AddWord( BufFile
, 2 + Pos
, Listing
, Deprotect
);
break;
case 0x19 : // Constante entière 8 bits
strcat( Listing , itoa( (BYTE)GetByte( BufFile, Pos, Deprotect), Tmp, 10 ));
Pos++;
break;
case 0x1A :
case 0x1E : // Constante entière 16 bits
strcat( Listing, itoa( GetWord( BufFile, Pos, Deprotect), Tmp, 10));
Pos += 2;
break;
case 0x1B :
sprintf( Tmp
, "&X%X"
, GetWord( BufFile, Pos, Deprotect )
);
strcat( Listing, Tmp );
Pos += 2;
break;
case 0x1C :
sprintf( Tmp
, "&%X"
, GetWord( BufFile, Pos, Deprotect )
);
strcat( Listing, Tmp );
Pos += 2;
break;
case 0x1F : // Constante flottante
f = ( GetByte( BufFile, Pos + 2, Deprotect ) << 16 )
+ ( GetByte( BufFile, Pos + 1, Deprotect ) << 8 )
+ GetByte( BufFile, Pos, Deprotect )
+ ( ( GetByte( BufFile, Pos + 3, Deprotect ) & 0x7F ) << 24 );
f = 1 + ( f / 0x80000000 );
if ( GetByte( BufFile, Pos + 3, Deprotect ) & 0x80 )
f = -f;
exp = GetByte( BufFile, Pos + 4, Deprotect ) - 129;
Pos += 5;
sprintf( Tmp, "%f", f * pow( 2, exp ) );
// Suppression des '0' inutiles
p = &Tmp[ strlen( Tmp ) - 1 ];
while( * p == '0' )
* p-- = 0;
if ( * p == '.' )
* p = 0;
strcat( Listing, Tmp );
break;
case 0x7C :
strcat( Listing, "|" );
Pos = AddWord( BufFile
, 1 + Pos
, Listing
, Deprotect
);
break;
case 0xFF :
if ( GetByte( BufFile, Pos, Deprotect ) < 0x80 )
strcat( Listing
, Fcts[ GetByte( BufFile
, Pos++
, Deprotect
)
]
);
else
{
Tmp[ 1 ] = 0;
Tmp[ 0 ] = ( char )( GetByte( BufFile
, Pos++
, Deprotect
) & 0x7F
);
strcat( Listing, Tmp );
}
break;
default :
Token = Token;
}
}
}
while( Token );
if ( CrLf )
{
//
// Retour à la ligne si > 80 caractères
//
EndLigne = strlen( &Listing[ StartLigne ] );
while( EndLigne > 80 )
{
memmove( &Listing[ StartLigne + 82 ]
, &Listing[ StartLigne + 80 ]
, EndLigne
);
memcpy( &Listing[ StartLigne + 80 ], "\r\n", 2 );
StartLigne += 82;
EndLigne -= 80;
}
}
strcat( Listing, "\r\n" );
StartLigne = strlen( Listing );
}
// Conversion des caractères accentués si nécessaire
for ( int i = strlen( Listing); i--; )
{
//cout << i << " ";
if ( ! isprint(Listing[ i ]) && Listing[ i ] != '\n' && Listing[ i ] != '\r' ) Listing[ i ] = '?';
}
}
| [
"ralf@ranulf.net"
] | ralf@ranulf.net |
1c8273b0b15822b261e12242fa2729bf165ed9e2 | 18ad206ce03ee50184d9dc9f7e081acc35c6d006 | /complete_runs/run+15/3/p | 4246d01b3e3ba38cf02bfa5183fd05a7ac908026 | [] | no_license | mars2020/CFD-Final-Project | 32080bdd118a8e16a33f715a8fd38d1187f75fd5 | 55c73d10635f7e6dcc223a812a29519a9d1218cd | refs/heads/master | 2022-01-10T19:44:53.590268 | 2019-05-15T01:42:17 | 2019-05-15T01:42:17 | 180,909,389 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 597,485 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6.0
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "3";
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField nonuniform List<scalar>
62000
(
0.11946
0.11995
0.120474
0.121051
0.121666
0.122339
0.123051
0.123827
0.124644
0.125528
0.126457
0.127454
0.128495
0.129608
0.130765
0.131993
0.133264
0.134605
0.135988
0.13744
0.138932
0.140494
0.142096
0.143769
0.145485
0.147279
0.14912
0.151047
0.153032
0.155113
0.157265
0.159519
0.161874
0.16438
0.167078
0.169977
0.173082
0.176429
0.180071
0.184046
0.188345
0.192912
0.197598
0.202144
0.206146
0.209037
0.210173
0.20877
0.204317
0.196263
0.184946
0.170479
0.153564
0.135642
0.117135
0.100154
0.0841877
0.0705549
0.0585965
0.0520113
0.1188
0.119547
0.120304
0.121091
0.121894
0.122735
0.123596
0.1245
0.125432
0.126413
0.127427
0.128496
0.129603
0.13077
0.131976
0.133242
0.134547
0.135911
0.137311
0.138767
0.140258
0.141802
0.14338
0.145012
0.14668
0.148403
0.15017
0.151998
0.153882
0.155839
0.157873
0.159995
0.162222
0.164602
0.167176
0.169966
0.172992
0.176306
0.17998
0.184066
0.188583
0.193503
0.198715
0.204004
0.209012
0.213223
0.216023
0.21664
0.214532
0.209057
0.200444
0.188613
0.174107
0.158206
0.141176
0.125177
0.109555
0.0958238
0.0832226
0.0757306
0.117299
0.118279
0.119249
0.12023
0.121209
0.122204
0.123204
0.124226
0.125257
0.126321
0.127401
0.128521
0.129663
0.130854
0.132072
0.133345
0.134649
0.136011
0.137404
0.138856
0.140339
0.141878
0.143449
0.145075
0.146735
0.148449
0.150205
0.152018
0.153887
0.155823
0.157838
0.159939
0.162148
0.164504
0.16705
0.169811
0.172812
0.176115
0.179799
0.183919
0.188501
0.193529
0.198911
0.20446
0.209856
0.214622
0.21819
0.219819
0.218973
0.214978
0.207988
0.197818
0.184891
0.170393
0.154449
0.139181
0.123854
0.110061
0.0970567
0.088493
0.116167
0.117272
0.118366
0.119467
0.120562
0.121666
0.122766
0.123878
0.12499
0.126121
0.127259
0.128422
0.129598
0.130809
0.132039
0.13331
0.134607
0.13595
0.137323
0.138747
0.140203
0.141714
0.143259
0.14486
0.1465
0.148197
0.14994
0.151744
0.153607
0.155542
0.157561
0.159671
0.161889
0.164254
0.166802
0.16956
0.172554
0.175849
0.179528
0.183643
0.188218
0.193242
0.198634
0.204226
0.209727
0.214703
0.218628
0.220804
0.220718
0.217689
0.211839
0.202887
0.191215
0.177843
0.162855
0.148226
0.133259
0.119534
0.106355
0.0971232
0.115449
0.116614
0.117767
0.118925
0.120075
0.121232
0.122383
0.123545
0.124704
0.125879
0.127053
0.12825
0.129451
0.130681
0.13192
0.133197
0.134488
0.135822
0.137177
0.13858
0.14001
0.141493
0.143008
0.14458
0.146191
0.147864
0.149586
0.151373
0.153226
0.155156
0.157177
0.159295
0.161526
0.163902
0.166459
0.16922
0.172208
0.175492
0.179155
0.183243
0.187776
0.192743
0.198069
0.203601
0.209074
0.214088
0.218162
0.220639
0.221038
0.218682
0.213668
0.205655
0.194961
0.182541
0.16838
0.154375
0.139807
0.126285
0.113134
0.103529
0.11456
0.115771
0.116971
0.118179
0.119379
0.120586
0.121788
0.122998
0.124204
0.125423
0.12664
0.127875
0.129111
0.130371
0.131636
0.132931
0.134235
0.135573
0.136927
0.138322
0.139738
0.141202
0.142695
0.144242
0.145829
0.147477
0.149176
0.150944
0.152782
0.154703
0.156721
0.158842
0.161081
0.163465
0.166027
0.168788
0.171768
0.175035
0.178674
0.182723
0.187196
0.192078
0.197301
0.20272
0.208095
0.213056
0.217163
0.219802
0.220524
0.218668
0.214323
0.207089
0.197283
0.185715
0.172358
0.15895
0.144856
0.131619
0.118612
0.108884
0.113677
0.114916
0.116145
0.117382
0.118612
0.11985
0.121083
0.122326
0.123565
0.124817
0.126067
0.127334
0.1286
0.129887
0.131176
0.132492
0.133813
0.135165
0.136527
0.137926
0.139341
0.140799
0.142283
0.143817
0.145387
0.147018
0.1487
0.150452
0.152275
0.154186
0.156198
0.158317
0.160557
0.162943
0.165506
0.168262
0.171229
0.174476
0.178085
0.182088
0.186493
0.191283
0.196391
0.201683
0.206935
0.21181
0.215901
0.218635
0.219596
0.21814
0.214347
0.207781
0.198723
0.187931
0.175304
0.162507
0.148896
0.136018
0.123237
0.113497
0.112627
0.113892
0.115148
0.116413
0.117673
0.118941
0.120205
0.121477
0.122747
0.124029
0.125309
0.126604
0.1279
0.129214
0.130531
0.13187
0.133214
0.134585
0.135964
0.137374
0.138798
0.140261
0.141745
0.143277
0.144841
0.146464
0.148136
0.149876
0.151689
0.153591
0.155596
0.157711
0.159948
0.162333
0.164891
0.167639
0.17059
0.173813
0.177389
0.181345
0.185681
0.190378
0.19537
0.200531
0.205655
0.210428
0.214478
0.217271
0.218418
0.217299
0.213996
0.208033
0.199715
0.189661
0.177773
0.165568
0.152496
0.140004
0.127493
0.117833
0.111618
0.112897
0.114166
0.115443
0.116715
0.117996
0.119272
0.12056
0.121844
0.123143
0.124439
0.125753
0.127066
0.128399
0.129734
0.131092
0.132454
0.133843
0.135238
0.136664
0.138102
0.139575
0.141068
0.142605
0.144172
0.145794
0.147464
0.1492
0.151008
0.152903
0.154903
0.157014
0.159247
0.161626
0.164177
0.166914
0.169848
0.173046
0.176589
0.180498
0.184769
0.18938
0.194267
0.19931
0.20432
0.209004
0.213019
0.215865
0.217185
0.216375
0.213517
0.20811
0.200444
0.191085
0.179883
0.168283
0.155734
0.14366
0.13144
0.121871
0.11041
0.111703
0.112989
0.114283
0.115573
0.116872
0.118167
0.119473
0.120776
0.122093
0.123409
0.124741
0.126075
0.127427
0.128782
0.13016
0.131542
0.132949
0.134362
0.135805
0.137258
0.138745
0.14025
0.141797
0.143372
0.144999
0.146672
0.14841
0.150217
0.152111
0.154108
0.156216
0.158445
0.160819
0.163362
0.166087
0.169003
0.172177
0.175687
0.179552
0.183763
0.188297
0.193088
0.198026
0.202932
0.207536
0.21152
0.214418
0.215894
0.21537
0.212931
0.208052
0.201056
0.192377
0.181877
0.170866
0.15888
0.147225
0.13531
0.125857
0.109166
0.110469
0.111763
0.113066
0.114365
0.115674
0.11698
0.118298
0.119614
0.120945
0.122275
0.123621
0.124969
0.126337
0.127706
0.129099
0.130495
0.131918
0.133347
0.134805
0.136273
0.137775
0.139293
0.140852
0.142438
0.144075
0.145755
0.147498
0.149309
0.151205
0.153203
0.15531
0.157537
0.159905
0.162441
0.165155
0.168055
0.171206
0.174687
0.178513
0.182672
0.18714
0.191853
0.196707
0.201534
0.206083
0.210059
0.213024
0.214667
0.214428
0.212392
0.208021
0.201629
0.193601
0.183757
0.173344
0.161892
0.150667
0.139053
0.129696
0.107775
0.109087
0.110393
0.111709
0.113021
0.114343
0.115662
0.116993
0.118323
0.119666
0.12101
0.12237
0.123732
0.125114
0.126498
0.127905
0.129317
0.130754
0.132198
0.133671
0.135153
0.136669
0.138202
0.139774
0.141373
0.143021
0.144711
0.146463
0.148281
0.150182
0.152184
0.154292
0.156518
0.158884
0.161414
0.164119
0.167005
0.170136
0.173591
0.177383
0.181499
0.18591
0.190558
0.195341
0.200104
0.204612
0.208591
0.21163
0.213436
0.213474
0.21183
0.207951
0.202192
0.194811
0.185641
0.175812
0.164925
0.154123
0.142815
0.13356
0.106387
0.107704
0.109014
0.110332
0.111647
0.112973
0.114296
0.115631
0.116966
0.118315
0.119665
0.121032
0.122401
0.123791
0.125184
0.126601
0.128022
0.129471
0.130926
0.132412
0.133907
0.135437
0.136983
0.138569
0.14018
0.141841
0.143542
0.145305
0.147132
0.149041
0.151048
0.153161
0.155389
0.157754
0.16028
0.162978
0.165853
0.168968
0.172403
0.176167
0.180248
0.184618
0.189217
0.193952
0.198676
0.20317
0.207179
0.210314
0.212304
0.212627
0.211373
0.20798
0.2028
0.19604
0.187505
0.178263
0.167908
0.157533
0.146518
0.137339
0.104835
0.10616
0.107477
0.108803
0.110127
0.111461
0.112793
0.114136
0.11548
0.116838
0.118197
0.119573
0.120951
0.122351
0.123754
0.125181
0.126614
0.128073
0.129539
0.131036
0.132544
0.134085
0.135644
0.137242
0.138866
0.140539
0.142253
0.144026
0.145864
0.147782
0.149797
0.151916
0.154148
0.156515
0.15904
0.161734
0.164602
0.167706
0.171124
0.174868
0.178922
0.183258
0.187821
0.192521
0.19722
0.201713
0.205764
0.209004
0.211175
0.211782
0.210909
0.207993
0.203423
0.197288
0.189405
0.180738
0.170943
0.160985
0.150269
0.141167
0.103225
0.104554
0.105874
0.107205
0.108533
0.109872
0.111209
0.112559
0.113908
0.115273
0.116638
0.118022
0.119407
0.120815
0.122225
0.123659
0.1251
0.126568
0.128043
0.129549
0.131067
0.132619
0.134189
0.135799
0.137435
0.13912
0.140845
0.142631
0.144479
0.146408
0.148432
0.150559
0.152797
0.155168
0.157695
0.160389
0.163253
0.16635
0.169758
0.173488
0.177525
0.181842
0.186385
0.19107
0.195768
0.200286
0.204403
0.207771
0.210148
0.21105
0.210567
0.208129
0.204121
0.198587
0.191322
0.183233
0.173963
0.164423
0.153989
0.144943
0.101487
0.102821
0.104149
0.105487
0.106822
0.108168
0.109513
0.11087
0.112227
0.113598
0.114972
0.116362
0.117756
0.11917
0.120589
0.122031
0.12348
0.124956
0.12644
0.127955
0.129482
0.131044
0.132624
0.134244
0.135891
0.137588
0.139325
0.141122
0.142982
0.144921
0.146957
0.149092
0.151338
0.153715
0.156247
0.158944
0.161808
0.164903
0.168306
0.172028
0.176056
0.180363
0.184896
0.189577
0.194286
0.198841
0.203035
0.206538
0.209119
0.210318
0.210216
0.208248
0.204836
0.199911
0.19328
0.185761
0.177042
0.167911
0.157768
0.148779
0.0997175
0.101054
0.102384
0.103724
0.105061
0.106408
0.107755
0.109114
0.110474
0.111849
0.113225
0.114619
0.116017
0.117436
0.118858
0.120306
0.12176
0.123243
0.124734
0.126256
0.127792
0.129362
0.130952
0.132582
0.13424
0.135947
0.137696
0.139504
0.141375
0.143326
0.145372
0.147518
0.149774
0.152159
0.154698
0.157401
0.160269
0.163366
0.16677
0.170493
0.174521
0.178829
0.183368
0.188064
0.192805
0.19742
0.201715
0.205375
0.208185
0.209694
0.209987
0.208496
0.205638
0.201301
0.195274
0.188324
0.180124
0.171402
0.161532
0.152582
0.0978165
0.0991583
0.100493
0.101837
0.103179
0.104532
0.105883
0.107248
0.108612
0.109992
0.111373
0.112773
0.114176
0.1156
0.117028
0.118482
0.119942
0.121431
0.122928
0.124458
0.126001
0.127579
0.129177
0.130816
0.132483
0.134201
0.13596
0.137779
0.139662
0.141624
0.143682
0.145839
0.148106
0.150501
0.15305
0.155762
0.158638
0.161742
0.165152
0.16888
0.172916
0.177233
0.181787
0.186508
0.19129
0.195975
0.20038
0.204205
0.207241
0.209062
0.209741
0.20872
0.206448
0.202712
0.197305
0.190919
0.18326
0.174943
0.165356
0.156446
0.0958371
0.0971821
0.0985194
0.0998676
0.101213
0.102569
0.103925
0.105293
0.106662
0.108046
0.109432
0.110836
0.112243
0.113672
0.115106
0.116564
0.118029
0.119523
0.121026
0.122562
0.124111
0.125696
0.127302
0.128949
0.130625
0.132352
0.134121
0.135951
0.137845
0.139819
0.141888
0.144057
0.146337
0.148743
0.151304
0.154028
0.156916
0.160031
0.163452
0.167194
0.171246
0.175585
0.180167
0.184929
0.189773
0.194548
0.199084
0.203094
0.206382
0.208531
0.209614
0.209072
0.20735
0.204193
0.19938
0.193558
0.186411
0.178495
0.169173
0.16029
0.0937475
0.0950975
0.0964399
0.0977933
0.0991438
0.100505
0.101866
0.103239
0.104613
0.106003
0.107394
0.108803
0.110215
0.111649
0.113087
0.11455
0.11602
0.117519
0.119027
0.120568
0.122124
0.123715
0.125328
0.126983
0.128667
0.130403
0.132181
0.134021
0.135926
0.137911
0.139993
0.142175
0.144467
0.146888
0.149463
0.152202
0.155105
0.158235
0.161672
0.165433
0.169507
0.173873
0.178492
0.183303
0.188217
0.193092
0.197766
0.201968
0.205506
0.207984
0.20946
0.209392
0.208252
0.205689
0.201486
0.196224
0.189612
0.182095
0.173051
0.164196
0.0915986
0.0929512
0.094296
0.0956516
0.0970044
0.0983683
0.0997313
0.101107
0.102484
0.103876
0.10527
0.106682
0.108097
0.109534
0.110975
0.112442
0.113917
0.11542
0.116933
0.118479
0.12004
0.121637
0.123256
0.124918
0.12661
0.128354
0.130142
0.131992
0.133908
0.135905
0.137998
0.140194
0.142501
0.144935
0.147527
0.150283
0.153204
0.156354
0.159812
0.163598
0.167703
0.172108
0.176776
0.181652
0.186653
0.191645
0.196479
0.200891
0.204704
0.207527
0.209418
0.209838
0.209247
0.207259
0.203645
0.198942
0.192836
0.185715
0.176927
0.168089
0.0893461
0.0907029
0.0920516
0.0934111
0.0947674
0.0961347
0.097501
0.0988803
0.10026
0.101656
0.103053
0.104468
0.105887
0.107328
0.108772
0.110243
0.11172
0.113228
0.114744
0.116295
0.11786
0.119463
0.121089
0.122757
0.124456
0.126208
0.128005
0.129865
0.131791
0.133799
0.135906
0.138115
0.140436
0.142888
0.145497
0.148273
0.151215
0.154388
0.157872
0.161688
0.165829
0.170279
0.175002
0.179951
0.185046
0.190165
0.195162
0.199793
0.203877
0.207048
0.209341
0.210243
0.210234
0.208837
0.205827
0.201682
0.196104
0.189378
0.180863
0.172043
0.0869969
0.0883572
0.0897094
0.0910725
0.0924325
0.0938036
0.0951736
0.0965569
0.0979407
0.0993399
0.10074
0.102159
0.103581
0.105026
0.106474
0.107948
0.109429
0.11094
0.112461
0.114016
0.115586
0.117194
0.118825
0.120499
0.122205
0.123965
0.12577
0.12764
0.129576
0.131597
0.133716
0.135939
0.138277
0.140745
0.143374
0.146172
0.149138
0.152337
0.155852
0.159704
0.16389
0.168394
0.173185
0.178219
0.183425
0.188686
0.193869
0.198733
0.203114
0.206648
0.209373
0.210768
0.211313
0.21049
0.208065
0.204476
0.1994
0.193064
0.184799
0.175989
0.0845495
0.0859146
0.0872712
0.0886387
0.0900029
0.0913781
0.0927522
0.0941395
0.0955274
0.0969305
0.0983351
0.0997577
0.101183
0.102631
0.104083
0.105559
0.107044
0.108558
0.110083
0.111641
0.113216
0.114828
0.116464
0.118145
0.119857
0.121625
0.123438
0.125317
0.127265
0.129297
0.131429
0.133667
0.136021
0.138508
0.141158
0.14398
0.146972
0.150202
0.153751
0.157643
0.161878
0.166442
0.171306
0.176433
0.181757
0.187168
0.19254
0.197646
0.202321
0.206224
0.20936
0.211247
0.212377
0.212145
0.210319
0.207289
0.202735
0.19679
0.188793
0.179993
0.0820134
0.0833817
0.0847417
0.0861125
0.0874803
0.088859
0.0902366
0.0916273
0.0930185
0.094425
0.0958325
0.0972584
0.0986871
0.100138
0.101593
0.103073
0.104561
0.106079
0.107607
0.10917
0.110749
0.112366
0.114007
0.115694
0.117413
0.119187
0.12101
0.122898
0.124856
0.1269
0.129045
0.131299
0.13367
0.136176
0.138849
0.141696
0.144718
0.147981
0.151569
0.155507
0.159799
0.164432
0.169381
0.174613
0.180069
0.185646
0.191226
0.196589
0.201585
0.205867
0.209455
0.211841
0.213532
0.213877
0.212635
0.210159
0.206104
0.200543
0.192788
0.183991
0.0793907
0.0807632
0.0821268
0.0835009
0.0848714
0.0862527
0.0876329
0.0890261
0.0904202
0.0918293
0.0932397
0.0946683
0.0960998
0.0975534
0.0990105
0.100493
0.101984
0.103505
0.105036
0.106602
0.108185
0.109807
0.111454
0.113146
0.114871
0.116653
0.118483
0.120381
0.122349
0.124405
0.126565
0.128833
0.131222
0.133749
0.136446
0.139321
0.142375
0.145675
0.149304
0.153293
0.157646
0.162354
0.167391
0.172737
0.17833
0.184082
0.189871
0.195503
0.200812
0.205488
0.209492
0.212387
0.214668
0.215606
0.214961
0.213043
0.209505
0.20433
0.196838
0.188043
0.0766509
0.0780275
0.0793951
0.0807735
0.0821484
0.0835341
0.0849185
0.086316
0.087714
0.0891271
0.0905411
0.0919733
0.0934084
0.0948655
0.0963263
0.0978127
0.0993074
0.100832
0.102367
0.103937
0.105524
0.10715
0.108802
0.1105
0.112231
0.11402
0.115859
0.117766
0.119745
0.121813
0.123987
0.126271
0.128679
0.131227
0.133949
0.136853
0.139941
0.143281
0.146957
0.151002
0.155423
0.160213
0.165352
0.170821
0.176567
0.182506
0.188527
0.19444
0.20009
0.205167
0.209637
0.213042
0.215892
0.21741
0.21735
0.215986
0.212942
0.208145
0.200886
0.19209
0.0738165
0.0751978
0.0765696
0.0779523
0.0793311
0.0807207
0.082109
0.0835105
0.0849127
0.0863299
0.0877481
0.0891841
0.0906229
0.0920835
0.0935473
0.0950367
0.0965342
0.0980617
0.0995996
0.101173
0.102764
0.104395
0.106051
0.107755
0.109493
0.111289
0.113136
0.115052
0.117042
0.119123
0.121311
0.123611
0.126037
0.128608
0.131357
0.134293
0.137418
0.1408
0.144526
0.14863
0.153124
0.158002
0.163248
0.168846
0.174751
0.180886
0.18714
0.193344
0.199329
0.20482
0.209717
0.213655
0.217095
0.219207
0.219743
0.218938
0.216405
0.211991
0.204987
0.196186
0.0708674
0.0722527
0.0736291
0.0750164
0.0764005
0.0777952
0.0791889
0.0805955
0.0820027
0.0834245
0.0848472
0.0862874
0.0877305
0.0891951
0.0906631
0.0921563
0.093658
0.0951893
0.0967312
0.0983087
0.0999041
0.101539
0.103201
0.104909
0.106654
0.108457
0.110313
0.112238
0.114239
0.116333
0.118535
0.120852
0.123298
0.125892
0.128669
0.131639
0.134802
0.138232
0.142011
0.14618
0.150754
0.155728
0.16109
0.166831
0.172908
0.179252
0.185759
0.192267
0.198615
0.204525
0.209905
0.214367
0.218383
0.22108
0.222203
0.22195
0.219907
0.215864
0.209084
0.200275
0.0678484
0.069238
0.0706178
0.0720081
0.0733948
0.0747918
0.0761879
0.077597
0.0790071
0.0804319
0.0818575
0.0833008
0.0847465
0.086214
0.0876843
0.0891801
0.090684
0.0922182
0.0937628
0.0953438
0.0969429
0.098582
0.100249
0.101963
0.103714
0.105525
0.107388
0.109324
0.111336
0.113442
0.115659
0.117993
0.120459
0.123077
0.125884
0.128889
0.132095
0.135574
0.13941
0.143648
0.148306
0.153382
0.158865
0.164754
0.171009
0.177571
0.184333
0.191154
0.19786
0.204201
0.210027
0.215044
0.21965
0.222941
0.224661
0.224968
0.22343
0.219763
0.213231
0.20441
0.0646939
0.0660883
0.0674731
0.0688689
0.0702608
0.0716634
0.0730646
0.0744787
0.0758935
0.0773227
0.0787526
0.0801999
0.08165
0.0831213
0.084596
0.0860955
0.0876038
0.0891417
0.0906904
0.0922752
0.0938785
0.095522
0.097194
0.0989139
0.100671
0.102489
0.104362
0.106307
0.108331
0.11045
0.112681
0.115033
0.11752
0.120161
0.123001
0.126043
0.129295
0.132825
0.136724
0.141036
0.145785
0.15097
0.156587
0.162633
0.169082
0.175872
0.18291
0.190056
0.197147
0.203927
0.210251
0.215808
0.220995
0.224877
0.227185
0.228044
0.226992
0.223688
0.217369
0.208533
0.0614494
0.0628485
0.0642373
0.0656369
0.0670325
0.0684386
0.0698436
0.0712618
0.0726809
0.0741146
0.0755487
0.0770003
0.0784539
0.0799292
0.0814066
0.0829095
0.0844203
0.0859616
0.0875132
0.0891018
0.0907092
0.0923573
0.0940346
0.0957604
0.0975242
0.0993503
0.101231
0.103187
0.105221
0.107353
0.1096
0.111969
0.114476
0.117146
0.120017
0.123101
0.1264
0.129987
0.133949
0.138339
0.143183
0.148483
0.154236
0.160449
0.167094
0.174123
0.181438
0.18892
0.19639
0.203619
0.210409
0.216547
0.22232
0.226796
0.229704
0.231122
0.23057
0.227636
0.221555
0.212699
0.0580565
0.0594607
0.0608558
0.062262
0.0636651
0.0650787
0.0664914
0.0679167
0.069343
0.070783
0.0722236
0.0736806
0.0751404
0.0766204
0.0781036
0.0796108
0.081127
0.0826724
0.0842288
0.0858216
0.0874338
0.0890867
0.0907696
0.0925014
0.094272
0.0961059
0.0979953
0.0999605
0.102006
0.104151
0.106412
0.1088
0.111331
0.114026
0.116934
0.120061
0.123408
0.127055
0.131085
0.135559
0.140504
0.145928
0.151828
0.158218
0.165073
0.172354
0.179965
0.187796
0.195668
0.203358
0.210659
0.21736
0.223719
0.228792
0.23229
0.234259
0.234186
0.231606
0.225727
0.21685
0.0546157
0.0560236
0.057421
0.0588292
0.0602337
0.0616485
0.0630628
0.06449
0.0659187
0.0673616
0.068805
0.0702654
0.0717277
0.0732113
0.074697
0.0762077
0.0777265
0.0792759
0.0808358
0.0824332
0.0840502
0.0857084
0.0873972
0.0891354
0.090913
0.0927545
0.0946525
0.0966273
0.098684
0.100841
0.103119
0.105525
0.108078
0.110805
0.113749
0.116919
0.120319
0.124026
0.12813
0.132689
0.137742
0.143292
0.149346
0.155917
0.16299
0.170529
0.178441
0.186627
0.194901
0.203055
0.210851
0.218151
0.225094
0.230765
0.234865
0.237393
0.237814
0.235597
0.229945
0.221041
0.0510044
0.0524176
0.0538207
0.0552352
0.056646
0.0580677
0.0594882
0.0609218
0.0623565
0.0638051
0.0652545
0.0667204
0.0681893
0.0696785
0.0711711
0.0726873
0.0742131
0.0757679
0.0773341
0.0789367
0.0805597
0.0822232
0.0839181
0.0856623
0.0874466
0.0892954
0.0912016
0.0931861
0.0952538
0.0974249
0.099718
0.102144
0.104723
0.107476
0.110459
0.113674
0.117128
0.1209
0.12508
0.129732
0.134898
0.140585
0.146801
0.153566
0.160869
0.16868
0.176909
0.185465
0.194163
0.202795
0.211122
0.219004
0.226539
0.232814
0.237508
0.240585
0.241478
0.239605
0.234145
0.225214
0.0472997
0.0487163
0.0501223
0.0515406
0.0529555
0.054382
0.0558082
0.0572484
0.0586902
0.0601467
0.0616033
0.0630768
0.064552
0.066048
0.0675457
0.0690676
0.0705979
0.0721578
0.0737284
0.0753359
0.0769637
0.0786321
0.0803323
0.0820816
0.0838719
0.0857272
0.0876411
0.0896345
0.0917132
0.0938971
0.096207
0.098652
0.101253
0.10404
0.107059
0.110321
0.113832
0.117672
0.121931
0.12668
0.131963
0.137791
0.144175
0.15114
0.158679
0.166768
0.175322
0.184252
0.193376
0.202488
0.211339
0.219832
0.227957
0.234835
0.240135
0.24377
0.245151
0.243633
0.238389
0.229427
0.0433205
0.0447486
0.0461733
0.0476139
0.0490549
0.0505064
0.0519578
0.0534204
0.0548835
0.0563574
0.0578303
0.0593164
0.0608043
0.0623095
0.0638171
0.0653457
0.0668834
0.068448
0.0700237
0.0716344
0.0732658
0.0749369
0.0766405
0.0783929
0.0801873
0.0820474
0.0839675
0.0859689
0.0880571
0.0902541
0.0925789
0.0950438
0.0976719
0.100486
0.103547
0.106857
0.110427
0.114339
0.118683
0.123533
0.128942
0.13492
0.141481
0.148657
0.156446
0.164827
0.17372
0.183042
0.192609
0.202219
0.21162
0.220713
0.229441
0.236933
0.242829
0.247011
0.248857
0.247674
0.242612
0.233621
0.0399166
0.0413347
0.0427353
0.0441449
0.0455481
0.0469623
0.0483754
0.0498043
0.0512352
0.0526827
0.0541305
0.0555973
0.0570665
0.0585577
0.0600517
0.0615705
0.0630993
0.064658
0.0662288
0.0678365
0.0694661
0.071136
0.0728397
0.0745926
0.0763888
0.0782517
0.0801763
0.082184
0.0842815
0.0864901
0.0888317
0.0913162
0.0939673
0.0968174
0.0999174
0.103279
0.106911
0.110897
0.115328
0.120284
0.125822
0.131955
0.138699
0.146092
0.154137
0.162817
0.172056
0.181775
0.191792
0.201901
0.211852
0.221567
0.230895
0.238999
0.245505
0.250244
0.252571
0.251733
0.246878
0.237856
0.0355935
0.0370325
0.0384681
0.0399183
0.0413682
0.0428266
0.0442836
0.0457499
0.0472152
0.0486899
0.0501619
0.051646
0.0531306
0.0546321
0.0561351
0.057659
0.0591918
0.0607516
0.0623224
0.0639287
0.0655563
0.0672238
0.0689254
0.0706766
0.0724721
0.0743359
0.0762633
0.0782763
0.0803818
0.0826027
0.084959
0.0874646
0.0901443
0.0930227
0.0961673
0.0995812
0.103278
0.107343
0.111867
0.116935
0.122609
0.128905
0.135843
0.143465
0.151778
0.160771
0.170372
0.180505
0.190987
0.201615
0.212136
0.222467
0.232413
0.24114
0.248246
0.25353
0.256313
0.2558
0.25112
0.242075
0.0320446
0.0334716
0.0348798
0.0362945
0.0377019
0.0391185
0.0405333
0.0419626
0.043393
0.0448387
0.0462831
0.0477454
0.0492083
0.0506927
0.0521781
0.0536881
0.055207
0.056756
0.0583163
0.0599143
0.0615344
0.0631955
0.0648921
0.0666392
0.0684322
0.0702951
0.0722241
0.0742414
0.0763546
0.0785861
0.0809591
0.0834845
0.0861882
0.089105
0.0922917
0.095761
0.0995251
0.103672
0.108291
0.113474
0.119289
0.125754
0.132891
0.140748
0.149337
0.158651
0.168621
0.179173
0.190128
0.201278
0.212373
0.223337
0.233896
0.243246
0.250965
0.256805
0.260061
0.259885
0.255404
0.246339
0.0274826
0.0289344
0.0303822
0.0318426
0.0333015
0.0347661
0.0362278
0.0376963
0.0391623
0.0406352
0.0421036
0.043582
0.0450592
0.0465519
0.0480445
0.0495567
0.0510768
0.0526234
0.0541801
0.0557725
0.0573865
0.0590412
0.0607317
0.0624736
0.0642627
0.0661238
0.0680532
0.0700739
0.0721934
0.0744363
0.0768233
0.0793701
0.0821038
0.085052
0.0882867
0.0918134
0.0956481
0.0998806
0.104601
0.109906
0.11587
0.122512
0.129858
0.137961
0.146839
0.156488
0.166842
0.177831
0.189275
0.200966
0.212653
0.22425
0.235445
0.245428
0.25375
0.26013
0.263834
0.263973
0.259662
0.250586
0.0238122
0.0252496
0.0266649
0.0280824
0.0294899
0.0309032
0.0323124
0.033734
0.0351549
0.0365897
0.0380211
0.0394699
0.0409175
0.0423867
0.0438551
0.0453484
0.0468496
0.0483815
0.0499239
0.051505
0.0531084
0.0547541
0.0564371
0.0581726
0.0599569
0.0618153
0.0637443
0.0657676
0.0678935
0.0701461
0.0725499
0.0751172
0.0778777
0.0808668
0.084148
0.0877349
0.0916431
0.0959641
0.100788
0.106219
0.112335
0.11916
0.126722
0.135078
0.144252
0.154244
0.164991
0.176424
0.188366
0.200603
0.212889
0.225133
0.236957
0.247572
0.256512
0.263446
0.267614
0.268079
0.263958
0.254876
0.0191183
0.0205735
0.0220164
0.0234652
0.0249071
0.0263525
0.0277925
0.02924
0.0306843
0.0321373
0.0335855
0.0350453
0.0365038
0.0379791
0.0394534
0.040948
0.0424496
0.0439783
0.0455161
0.0470906
0.0486869
0.0503248
0.0520005
0.0537294
0.0555084
0.0573635
0.0592916
0.0613173
0.0634489
0.0657127
0.0681308
0.0707214
0.0735136
0.0765372
0.0798705
0.0835198
0.087505
0.0919195
0.096853
0.102416
0.108694
0.11571
0.123498
0.132119
0.141603
0.151952
0.163107
0.175001
0.187456
0.200258
0.213158
0.226056
0.238532
0.249791
0.259336
0.266807
0.271414
0.272184
0.268225
0.259142
0.0146587
0.0161168
0.0175616
0.0190102
0.0204525
0.021898
0.0233386
0.0247868
0.0262306
0.0276825
0.0291257
0.0305809
0.0320296
0.0334961
0.0349568
0.0364399
0.0379273
0.0394445
0.0409696
0.0425336
0.0441194
0.0457482
0.0474155
0.0491373
0.0509107
0.0527622
0.0546892
0.0567168
0.0588548
0.0611283
0.0635641
0.0661761
0.0689972
0.0720651
0.0754493
0.0791646
0.08323
0.087741
0.0927873
0.0984858
0.104929
0.112143
0.120162
0.129056
0.138857
0.149572
0.161145
0.17351
0.186489
0.199864
0.213387
0.226947
0.240069
0.251971
0.262136
0.270159
0.275221
0.276306
0.272527
0.263445
0.0100236
0.0114826
0.0129262
0.0143741
0.015813
0.0172542
0.0186886
0.0201301
0.0215674
0.023013
0.024452
0.0259021
0.0273489
0.028812
0.0302718
0.031751
0.0332354
0.0347464
0.036265
0.0378205
0.0393976
0.0410172
0.042676
0.0443901
0.0461571
0.0480045
0.0499299
0.0519596
0.0541028
0.0563879
0.0588386
0.0614758
0.0643315
0.0674382
0.0708798
0.0746639
0.0788135
0.083426
0.0885911
0.0944324
0.10105
0.10847
0.116732
0.125911
0.136043
0.147139
0.159146
0.171997
0.185517
0.199482
0.213644
0.227879
0.241672
0.254226
0.264999
0.273552
0.279045
0.280424
0.276798
0.267718
0.00536795
0.00682811
0.00827084
0.00971509
0.0111495
0.0125853
0.0140133
0.0154482
0.0168763
0.0183122
0.0197368
0.0211738
0.0226021
0.0240487
0.0254876
0.0269494
0.0284141
0.0299093
0.0314115
0.0329535
0.0345175
0.0361258
0.0377744
0.0394798
0.0412398
0.0430826
0.0450062
0.0470375
0.0491873
0.051483
0.0539535
0.0566146
0.0595038
0.0626593
0.0661577
0.0700141
0.0742511
0.0789684
0.0842556
0.0902434
0.0970391
0.104672
0.113184
0.122655
0.133127
0.144613
0.157064
0.170413
0.184485
0.199051
0.213863
0.228778
0.243234
0.256441
0.267838
0.27694
0.282878
0.284559
0.281098
0.272018
0.000415366
0.00187673
0.0033193
0.00476402
0.00619667
0.00762969
0.00905317
0.0104823
0.0119051
0.0133347
0.0147555
0.0161864
0.017612
0.0190534
0.0204896
0.0219449
0.0234042
0.0248905
0.0263835
0.0279145
0.0294675
0.0310645
0.0327028
0.034399
0.0361515
0.0379895
0.0399115
0.0419453
0.0441018
0.0464113
0.0488993
0.0515896
0.0545171
0.057716
0.0612775
0.0652091
0.0695379
0.0743656
0.0797812
0.085923
0.0929058
0.100762
0.109534
0.11931
0.130135
0.142028
0.154938
0.168803
0.183443
0.198629
0.214104
0.229717
0.244862
0.258732
0.270737
0.280366
0.286724
0.288686
0.285364
0.276284
-0.0045639
-0.0031023
-0.00166123
-0.000220936
0.00120669
0.00263365
0.00405016
0.00547196
0.00688472
0.00830386
0.00970911
0.0111256
0.0125312
0.0139548
0.0153684
0.0168048
0.0182427
0.0197117
0.0211867
0.0227027
0.0242412
0.0258257
0.0274529
0.0291398
0.0308853
0.032719
0.0346401
0.0366772
0.0388424
0.0411649
0.0436757
0.0463932
0.0493578
0.0526109
0.0562347
0.0602455
0.0646697
0.069611
0.0751583
0.0814578
0.0886328
0.0967166
0.105757
0.115846
0.127035
0.139343
0.152726
0.167118
0.182342
0.198158
0.21431
0.230624
0.246448
0.260981
0.273614
0.283789
0.290581
0.29283
0.289655
0.280571
-0.00984918
-0.00838704
-0.00694714
-0.00550753
-0.00408328
-0.00266082
-0.00125094
0.000163312
0.00156846
0.00297948
0.00437875
0.00578749
0.00718861
0.00860536
0.0100147
0.0114432
0.0128743
0.0143332
0.0157979
0.017302
0.0188288
0.0204017
0.0220186
0.0236966
0.0254355
0.0272657
0.0291867
0.0312282
0.033402
0.0357407
0.0382718
0.0410218
0.0440294
0.047331
0.0510244
0.0551178
0.0596416
0.0647021
0.0703878
0.0768527
0.0842289
0.0925515
0.101871
0.112286
0.123853
0.136595
0.150465
0.165404
0.181225
0.197694
0.214535
0.23157
0.248103
0.263308
0.27655
0.287247
0.294449
0.296964
0.29391
0.284818
-0.0152025
-0.0137414
-0.012304
-0.0108695
-0.00945073
-0.00803458
-0.00663172
-0.00522474
-0.00382947
-0.0024287
-0.00104486
0.000349824
0.00173092
0.00313012
0.00451695
0.00592674
0.00733657
0.00877821
0.010225
0.0117143
0.0132271
0.014788
0.0163945
0.0180641
0.019797
0.0216243
0.0235458
0.0255921
0.0277765
0.0301307
0.0326878
0.0354687
0.0385187
0.0418803
0.0456422
0.0498216
0.0544485
0.0596312
0.0654587
0.0720928
0.0796758
0.0882426
0.09785
0.1086
0.120556
0.13374
0.148115
0.163611
0.18005
0.197181
0.214727
0.232486
0.249716
0.265595
0.279467
0.290706
0.29833
0.301115
0.298185
0.28908
-0.0208891
-0.0194286
-0.0179927
-0.0165588
-0.0151424
-0.0137296
-0.0123314
-0.0109303
-0.00954028
-0.00814596
-0.00676579
-0.00537764
-0.00399926
-0.00260621
-0.00122264
0.000179403
0.0015829
0.00301431
0.00445125
0.00592866
0.00743021
0.00897986
0.0105767
0.0122383
0.0139654
0.0157902
0.0177128
0.0197651
0.0219602
0.0243331
0.0269136
0.0297313
0.032829
0.0362436
0.0400817
0.0443503
0.0490846
0.0543961
0.060372
0.0671842
0.0749827
0.083806
0.0937127
0.104812
0.117172
0.130817
0.145711
0.161787
0.178858
0.196677
0.214936
0.233442
0.251397
0.267957
0.282442
0.294198
0.30222
0.305254
0.302424
0.293299
-0.026629
-0.0251705
-0.0237381
-0.0223104
-0.0209005
-0.0194949
-0.0181046
-0.0167116
-0.0153322
-0.0139487
-0.0125845
-0.0112108
-0.00985274
-0.00847744
-0.00711636
-0.00573308
-0.00435057
-0.00293613
-0.0015166
-5.35461e-05
0.00143455
0.00297274
0.00455994
0.00621381
0.0079357
0.00975831
0.0116826
0.013741
0.0159486
0.018339
0.0209483
0.0238002
0.0269436
0.0304244
0.0343364
0.0386986
0.0435438
0.0489875
0.0551151
0.0621101
0.0701296
0.0792163
0.0894308
0.100889
0.113665
0.127783
0.143214
0.159882
0.177606
0.196122
0.21512
0.234369
0.253038
0.270283
0.285401
0.297694
0.306125
0.30941
0.306679
0.297528
-0.0326936
-0.0312367
-0.0298073
-0.0283818
-0.0269764
-0.0255765
-0.0241934
-0.0228088
-0.021437
-0.0200622
-0.0187038
-0.0173384
-0.0159844
-0.0146164
-0.0132593
-0.0118842
-0.0105081
-0.00910383
-0.00769398
-0.0062425
-0.00476527
-0.00323804
-0.00166017
-1.41893e-05
0.00170223
0.00352267
0.00544842
0.00751354
0.00973256
0.0121434
0.0147781
0.0176699
0.020866
0.0244042
0.0283999
0.0328581
0.0378205
0.0434017
0.0496904
0.0568758
0.0651282
0.0744898
0.0850259
0.0968582
0.110066
0.124677
0.14066
0.157944
0.176337
0.195581
0.215323
0.235339
0.254751
0.272686
0.288418
0.301223
0.31004
0.313554
0.310897
0.301714
-0.0388414
-0.0373878
-0.0359628
-0.0345443
-0.0331458
-0.0317535
-0.0303784
-0.0290017
-0.0276404
-0.0262763
-0.0249336
-0.0235825
-0.0222488
-0.0208985
-0.0195638
-0.0182077
-0.0168527
-0.0154657
-0.0140734
-0.0126367
-0.0111733
-0.00965813
-0.00809043
-0.00645278
-0.0047422
-0.00292436
-0.000997278
0.00107393
0.00330594
0.0057357
0.00840181
0.0113315
0.0145777
0.0181883
0.0222647
0.0268236
0.0319057
0.0376294
0.0440824
0.0514644
0.0599555
0.0696001
0.0804672
0.0926843
0.106338
0.121454
0.13801
0.155924
0.175009
0.194989
0.215501
0.236282
0.256425
0.275056
0.291424
0.30476
0.31397
0.317713
0.315126
0.305903
-0.0453366
-0.0438859
-0.0424644
-0.0410483
-0.0396537
-0.0382663
-0.0368969
-0.0355275
-0.034172
-0.0328155
-0.0314767
-0.0301333
-0.0288022
-0.027459
-0.0261276
-0.0247799
-0.0234315
-0.0220553
-0.0206734
-0.0192492
-0.0177977
-0.0162946
-0.0147374
-0.0131088
-0.0114048
-0.00959005
-0.00766207
-0.00558411
-0.00333968
-0.000887595
0.00180676
0.00477991
0.00808286
0.0117572
0.0159214
0.0205853
0.0257923
0.0316672
0.0382933
0.0458829
0.054624
0.0645657
0.0757778
0.0883972
0.102513
0.118156
0.135302
0.153871
0.173666
0.194412
0.215701
0.23727
0.258171
0.277502
0.294487
0.308329
0.317911
0.321862
0.31932
0.310048
-0.051889
-0.0504427
-0.0490269
-0.0476193
-0.046233
-0.0448548
-0.043495
-0.0421356
-0.0407922
-0.0394484
-0.0381273
-0.0368002
-0.0354913
-0.0341678
-0.0328608
-0.0315339
-0.0302081
-0.028851
-0.0274882
-0.0260805
-0.0246442
-0.0231546
-0.0216091
-0.0199901
-0.0182931
-0.0164817
-0.0145526
-0.0124682
-0.0102095
-0.00773677
-0.00500882
-0.00199573
0.00136185
0.00511172
0.00936347
0.014135
0.0194736
0.0255034
0.0323092
0.040111
0.0491107
0.059357
0.0709259
0.0839584
0.0985532
0.114736
0.132494
0.151733
0.172261
0.193784
0.215879
0.238231
0.25988
0.27992
0.297545
0.31191
0.321869
0.326025
0.323521
0.314194
-0.0587771
-0.0573348
-0.0559242
-0.0545214
-0.0531421
-0.0517723
-0.0504224
-0.0490741
-0.047741
-0.0464087
-0.0450957
-0.0437798
-0.0424773
-0.0411639
-0.0398632
-0.0385474
-0.0372307
-0.0358867
-0.0345363
-0.0331432
-0.0317206
-0.0302449
-0.0287114
-0.0271029
-0.0254135
-0.023606
-0.0216762
-0.0195848
-0.0173132
-0.0148174
-0.0120605
-0.00900164
-0.00558464
-0.00176759
0.00257967
0.00746474
0.0129421
0.0191369
0.0261324
0.034158
0.043429
0.0539947
0.0659361
0.0794001
0.0944918
0.111237
0.129627
0.149561
0.170842
0.193171
0.21608
0.239241
0.261664
0.282415
0.300659
0.315525
0.325838
0.330178
0.327689
0.318296
-0.0657589
-0.0643222
-0.0629186
-0.0615255
-0.0601559
-0.0587965
-0.0574574
-0.0561201
-0.0548006
-0.0534822
-0.0521887
-0.0508907
-0.0496124
-0.0483207
-0.0470465
-0.0457538
-0.0444621
-0.0431393
-0.0418104
-0.0404359
-0.0390309
-0.0375708
-0.0360509
-0.0344538
-0.0327729
-0.0309699
-0.0290399
-0.0269425
-0.0246571
-0.022141
-0.0193498
-0.0162496
-0.012776
-0.00887684
-0.00443584
0.000569944
0.00619135
0.012558
0.0197479
0.0280038
0.037553
0.0484485
0.0607732
0.0746826
0.090287
0.107613
0.126654
0.147302
0.169359
0.192506
0.216258
0.240225
0.263414
0.284887
0.303774
0.319155
0.329827
0.334345
0.33186
0.322394
-0.0731052
-0.0716741
-0.0702766
-0.0688888
-0.067526
-0.0661749
-0.0648448
-0.0635186
-0.0622083
-0.0609013
-0.0596151
-0.0583288
-0.0570569
-0.0557764
-0.0545096
-0.0532298
-0.0519491
-0.0506419
-0.049328
-0.0479707
-0.0465822
-0.0451385
-0.0436331
-0.0420487
-0.0403774
-0.0385797
-0.0366504
-0.0345471
-0.0322495
-0.0297105
-0.0268901
-0.0237427
-0.0202059
-0.0162345
-0.0116885
-0.00655709
-0.000782704
0.00576607
0.0131612
0.0216575
0.0314991
0.0427393
0.0554648
0.0698385
0.0859758
0.103904
0.123619
0.145006
0.167861
0.191853
0.216457
0.241256
0.26524
0.287437
0.306946
0.322819
0.333827
0.338502
0.336
0.326449
-0.080527
-0.079103
-0.0777139
-0.0763377
-0.0749863
-0.0736477
-0.0723306
-0.0710175
-0.0697231
-0.0684326
-0.0671685
-0.0659026
-0.0646578
-0.0634016
-0.0621641
-0.06091
-0.0596572
-0.058374
-0.0570843
-0.0557486
-0.0543802
-0.0529548
-0.0514654
-0.0498944
-0.0482334
-0.0464416
-0.0445131
-0.0424044
-0.0400934
-0.0375338
-0.0346785
-0.0314881
-0.0278914
-0.0238321
-0.0191823
-0.0139194
-0.00798651
-0.00125088
0.00635393
0.0150972
0.0252396
0.036835
0.0499735
0.0648263
0.0815138
0.100064
0.120475
0.142621
0.166297
0.191148
0.21663
0.242263
0.267035
0.289969
0.310123
0.326501
0.337847
0.342672
0.34014
0.330497
-0.0883082
-0.0868909
-0.0855101
-0.0841417
-0.0828006
-0.0814739
-0.08017
-0.0788721
-0.0775915
-0.0763166
-0.0750641
-0.0738138
-0.0725792
-0.0713377
-0.0701111
-0.068873
-0.0676344
-0.0663696
-0.0650979
-0.0637821
-0.0624329
-0.0610262
-0.0595534
-0.0579966
-0.0563464
-0.0545607
-0.0526329
-0.0505182
-0.0481943
-0.0456111
-0.042726
-0.0394878
-0.0358244
-0.0316874
-0.0269229
-0.021523
-0.0154252
-0.00849508
-0.000670085
0.00833376
0.0187916
0.0307582
0.044328
0.05968
0.0769394
0.0961356
0.117265
0.140197
0.164716
0.19045
0.216824
0.243319
0.268908
0.29258
0.31336
0.330219
0.341882
0.346835
0.344251
0.334505
-0.096206
-0.0947974
-0.0934264
-0.0920711
-0.0907429
-0.0894301
-0.0881406
-0.0868573
-0.0855943
-0.0843373
-0.083109
-0.0818811
-0.0806757
-0.0794608
-0.0782659
-0.077056
-0.0758478
-0.0746095
-0.0733646
-0.0720726
-0.0707458
-0.0693593
-0.067904
-0.0663617
-0.0647224
-0.0629424
-0.061015
-0.0588939
-0.056555
-0.0539517
-0.0510317
-0.0477491
-0.0440283
-0.0397919
-0.0349138
-0.0293713
-0.0231047
-0.0159769
-0.00792688
0.00134437
0.0121263
0.0244752
0.0384896
0.0543568
0.0722067
0.0920695
0.113941
0.137681
0.163067
0.189703
0.216991
0.244352
0.270757
0.295181
0.316605
0.333957
0.345935
0.351008
0.348359
0.338503
-0.104495
-0.103095
-0.101733
-0.100386
-0.0990685
-0.0977678
-0.0964912
-0.0952232
-0.0939734
-0.0927323
-0.0915153
-0.0903038
-0.0891094
-0.0879107
-0.086728
-0.0855363
-0.0843444
-0.083127
-0.0819022
-0.0806325
-0.0793267
-0.0779606
-0.0765231
-0.0749958
-0.0733674
-0.0715932
-0.0696659
-0.0675375
-0.0651864
-0.0625587
-0.0596089
-0.0562879
-0.0524838
-0.048161
-0.0431573
-0.0374693
-0.0310291
-0.0236958
-0.0154104
-0.00585918
0.00526163
0.0180098
0.032488
0.0488916
0.0673554
0.0879095
0.110548
0.135122
0.161399
0.188959
0.217178
0.245435
0.272682
0.29786
0.319911
0.337733
0.350004
0.355175
0.35244
0.342462
-0.112886
-0.111497
-0.110147
-0.108815
-0.107512
-0.106228
-0.104968
-0.103717
-0.102488
-0.101267
-0.100078
-0.0988915
-0.0977292
-0.09656
-0.0954119
-0.0942512
-0.0930921
-0.0919039
-0.0907079
-0.0894641
-0.0881823
-0.0868378
-0.0854189
-0.0839067
-0.0822895
-0.0805212
-0.0785943
-0.0764602
-0.0740931
-0.0714446
-0.0684663
-0.0650795
-0.0612108
-0.0567801
-0.0516541
-0.0458212
-0.0392061
-0.0316645
-0.0231393
-0.0133015
-0.00183271
0.0113266
0.0262834
0.043241
0.0623388
0.0836069
0.107037
0.132469
0.159662
0.188168
0.21734
0.246499
0.274589
0.300534
0.323229
0.34153
0.354091
0.35935
0.356516
0.346408
-0.121664
-0.120284
-0.118946
-0.117626
-0.116338
-0.11507
-0.113827
-0.112597
-0.111385
-0.110186
-0.109012
-0.107847
-0.106699
-0.10555
-0.104418
-0.103279
-0.102139
-0.100974
-0.0998001
-0.0985805
-0.0973213
-0.0959988
-0.094599
-0.0931029
-0.091498
-0.0897362
-0.0878106
-0.085668
-0.083287
-0.0806115
-0.0775844
-0.0741517
-0.070192
-0.0656641
-0.0604184
-0.0544383
-0.0476429
-0.0398843
-0.0311081
-0.0209707
-0.00913799
0.00445076
0.0199066
0.0374409
0.0571975
0.0792057
0.103454
0.129772
0.157905
0.187378
0.217523
0.247617
0.276576
0.303289
0.32661
0.345365
0.358195
0.363521
0.360568
0.35032
-0.130588
-0.129221
-0.127896
-0.126593
-0.125322
-0.124072
-0.122848
-0.121636
-0.120447
-0.11927
-0.118125
-0.116988
-0.115875
-0.114758
-0.113662
-0.112556
-0.111452
-0.110318
-0.109176
-0.107985
-0.106752
-0.105453
-0.104074
-0.102595
-0.101003
-0.0992485
-0.0973226
-0.0951733
-0.0927709
-0.0900643
-0.0869995
-0.0834921
-0.0794569
-0.0748311
-0.0694626
-0.0633313
-0.0563514
-0.0483711
-0.039338
-0.0288928
-0.0166858
-0.00265415
0.0133169
0.0314473
0.0518846
0.0746577
0.0997504
0.12698
0.156079
0.186545
0.217684
0.248719
0.278551
0.306044
0.330006
0.349222
0.362315
0.367697
0.364612
0.354218
-0.139931
-0.138576
-0.137265
-0.135975
-0.134718
-0.133485
-0.132279
-0.131087
-0.129916
-0.12876
-0.127632
-0.126516
-0.125419
-0.124324
-0.123245
-0.122164
-0.12108
-0.119973
-0.118856
-0.117692
-0.116484
-0.11521
-0.113852
-0.112392
-0.110814
-0.109067
-0.107143
-0.104984
-0.102564
-0.0998241
-0.0967037
-0.0931431
-0.0890228
-0.0842983
-0.078803
-0.0725138
-0.0653404
-0.057127
-0.0478238
-0.0370559
-0.0244568
-0.00996256
0.00654619
0.0252968
0.0464415
0.0700067
0.0959723
0.12414
0.154231
0.18571
0.217869
0.249878
0.280606
0.30888
0.333464
0.353118
0.366451
0.37187
0.368634
0.358085
-0.149411
-0.14807
-0.146775
-0.145505
-0.144268
-0.143055
-0.141871
-0.140701
-0.139555
-0.138425
-0.137329
-0.136244
-0.135185
-0.134125
-0.133087
-0.132042
-0.130997
-0.129924
-0.128841
-0.127708
-0.126529
-0.125282
-0.123947
-0.122506
-0.120942
-0.119204
-0.11728
-0.115114
-0.112672
-0.109899
-0.106738
-0.103104
-0.0989061
-0.0940782
-0.0884498
-0.0819962
-0.0746226
-0.0661689
-0.0565875
-0.0454869
-0.0324834
-0.0175109
-0.000446691
0.0189456
0.0408213
0.0652055
0.0920711
0.121207
0.152316
0.184836
0.218036
0.251028
0.282657
0.311722
0.336939
0.357033
0.370601
0.376044
0.372646
0.361937
-0.159306
-0.157981
-0.156702
-0.155448
-0.15423
-0.153039
-0.151877
-0.150733
-0.14961
-0.148506
-0.147432
-0.146373
-0.145335
-0.144301
-0.143284
-0.142267
-0.141247
-0.140205
-0.13915
-0.138047
-0.136897
-0.135676
-0.134365
-0.132945
-0.131397
-0.129668
-0.127747
-0.125571
-0.123113
-0.120307
-0.117091
-0.113403
-0.109118
-0.104184
-0.0984167
-0.0917907
-0.0842065
-0.075499
-0.065624
-0.0541733
-0.0407457
-0.0252734
-0.00762934
0.0124305
0.0350657
0.0602977
0.0880937
0.118225
0.150378
0.18396
0.218231
0.252238
0.284789
0.314644
0.340477
0.360988
0.374766
0.380215
0.376639
0.365763
-0.16939
-0.168082
-0.166821
-0.165589
-0.164392
-0.163224
-0.162086
-0.160966
-0.159871
-0.158795
-0.157756
-0.15673
-0.155732
-0.154736
-0.153762
-0.152784
-0.151806
-0.150801
-0.149783
-0.148714
-0.147595
-0.146404
-0.145118
-0.14372
-0.142188
-0.14047
-0.13855
-0.136369
-0.13389
-0.131053
-0.127797
-0.124035
-0.119668
-0.114623
-0.108711
-0.101906
-0.0941037
-0.0851338
-0.074955
-0.0631415
-0.049276
-0.0332856
-0.0150431
0.00570924
0.0291277
0.0552383
0.0839913
0.115151
0.148376
0.183052
0.218414
0.253445
0.286924
0.317577
0.344034
0.36496
0.378941
0.384383
0.38062
0.369576
-0.179928
-0.178636
-0.177393
-0.176179
-0.175002
-0.173856
-0.172741
-0.171646
-0.170574
-0.169525
-0.168506
-0.167509
-0.166532
-0.165564
-0.164614
-0.163666
-0.162716
-0.161744
-0.160757
-0.159722
-0.158635
-0.157473
-0.156214
-0.154838
-0.153323
-0.151616
-0.149701
-0.147513
-0.145021
-0.142152
-0.138844
-0.135025
-0.130567
-0.125407
-0.119345
-0.112353
-0.104321
-0.0950753
-0.0845746
-0.0723791
-0.0580533
-0.0415225
-0.022654
-0.00118289
0.0230507
0.0500689
0.0798124
0.112029
0.146354
0.182145
0.218629
0.254715
0.289141
0.320589
0.347652
0.368968
0.383128
0.388546
0.384584
0.373366
-0.19066
-0.189388
-0.188166
-0.186976
-0.185823
-0.184703
-0.183613
-0.182545
-0.181503
-0.180484
-0.179503
-0.17854
-0.177606
-0.176677
-0.175772
-0.174865
-0.173957
-0.173024
-0.172076
-0.171077
-0.170023
-0.168893
-0.16766
-0.166308
-0.164812
-0.163118
-0.161208
-0.159017
-0.156506
-0.15361
-0.150261
-0.14637
-0.141824
-0.136544
-0.130325
-0.123138
-0.114869
-0.105338
-0.0945029
-0.0819113
-0.0671091
-0.0500187
-0.0305028
-0.00828702
0.0167883
0.0447462
0.0755095
0.10882
0.144274
0.181217
0.218841
0.25599
0.291365
0.323615
0.351287
0.372991
0.38732
0.392703
0.388535
0.377148
-0.201855
-0.200602
-0.199402
-0.198233
-0.197104
-0.196008
-0.194945
-0.193906
-0.19289
-0.191901
-0.190944
-0.190011
-0.189101
-0.188201
-0.187321
-0.186446
-0.185568
-0.184668
-0.183753
-0.182788
-0.181766
-0.180668
-0.179464
-0.178137
-0.176662
-0.174982
-0.173081
-0.170886
-0.168365
-0.165439
-0.162041
-0.158089
-0.153447
-0.148042
-0.141661
-0.134269
-0.125752
-0.115919
-0.104733
-0.0917238
-0.0764234
-0.0587475
-0.0385565
-0.0155664
0.0103834
0.0393129
0.0711313
0.105565
0.142181
0.180299
0.219092
0.257332
0.293674
0.32672
0.354982
0.377047
0.391521
0.396851
0.39247
0.380913
-0.213317
-0.21209
-0.210914
-0.209773
-0.208669
-0.2076
-0.206562
-0.205546
-0.204558
-0.203594
-0.202671
-0.201769
-0.200897
-0.200033
-0.199194
-0.198357
-0.19752
-0.196659
-0.195783
-0.194855
-0.193869
-0.192805
-0.191632
-0.190333
-0.188882
-0.18722
-0.185327
-0.183134
-0.180597
-0.177647
-0.174205
-0.170179
-0.165442
-0.159909
-0.153356
-0.145752
-0.136978
-0.126832
-0.115281
-0.101842
-0.0860253
-0.0677437
-0.0468538
-0.023062
0.00379125
0.0337262
0.0666315
0.102227
0.140037
0.179367
0.219347
0.258685
0.295995
0.329841
0.358693
0.381113
0.39572
0.400987
0.396391
0.384674
-0.225323
-0.224121
-0.222963
-0.221835
-0.22074
-0.21968
-0.21865
-0.217647
-0.216667
-0.215722
-0.214812
-0.213934
-0.213081
-0.212247
-0.211434
-0.210633
-0.20983
-0.209008
-0.20817
-0.207283
-0.206336
-0.20531
-0.204172
-0.202904
-0.20148
-0.199837
-0.197957
-0.195764
-0.193221
-0.190239
-0.186748
-0.182657
-0.177816
-0.172149
-0.165418
-0.157594
-0.148548
-0.138076
-0.126141
-0.11225
-0.0958941
-0.0769804
-0.0553613
-0.030737
-0.00294462
0.0280292
0.0620598
0.0988507
0.137889
0.178455
0.219648
0.260107
0.298399
0.333038
0.36246
0.385208
0.399923
0.40511
0.400296
0.388426
-0.236894
-0.235715
-0.234602
-0.23353
-0.232507
-0.231521
-0.230575
-0.229651
-0.228759
-0.227889
-0.227063
-0.226257
-0.225481
-0.224712
-0.223967
-0.223224
-0.222478
-0.221708
-0.22092
-0.220079
-0.219177
-0.218192
-0.217092
-0.215859
-0.214464
-0.212844
-0.210977
-0.208789
-0.206231
-0.203225
-0.199688
-0.195517
-0.190574
-0.184765
-0.17785
-0.169797
-0.160473
-0.149661
-0.13733
-0.122973
-0.106059
-0.0864901
-0.0641178
-0.0386302
-0.009869
0.0221808
0.0573694
0.0953969
0.135697
0.177536
0.219959
0.261545
0.300819
0.336252
0.366241
0.389306
0.404115
0.409215
0.404187
0.392181
-0.249963
-0.248803
-0.247685
-0.246599
-0.245544
-0.244532
-0.243549
-0.242601
-0.241679
-0.2408
-0.239962
-0.239164
-0.238395
-0.23765
-0.236929
-0.236224
-0.235516
-0.234792
-0.234049
-0.233257
-0.2324
-0.23146
-0.230402
-0.229206
-0.227842
-0.226246
-0.224396
-0.222209
-0.219644
-0.216605
-0.213015
-0.208772
-0.203717
-0.197762
-0.190658
-0.182368
-0.172754
-0.161586
-0.148841
-0.133995
-0.116499
-0.0962463
-0.0730888
-0.0467047
-0.0169374
0.0162244
0.0526106
0.0919078
0.133505
0.176646
0.220322
0.263056
0.303322
0.33954
0.370073
0.393427
0.408304
0.413299
0.408061
0.395935
-0.262434
-0.261293
-0.260205
-0.259162
-0.258159
-0.257205
-0.256289
-0.255407
-0.254559
-0.253747
-0.252984
-0.252252
-0.251556
-0.250873
-0.250218
-0.249572
-0.248923
-0.248253
-0.247564
-0.246823
-0.246016
-0.245122
-0.244107
-0.242951
-0.241621
-0.240051
-0.238216
-0.236034
-0.233453
-0.230387
-0.226744
-0.222417
-0.217251
-0.211147
-0.203846
-0.195312
-0.185398
-0.173864
-0.16069
-0.14534
-0.12724
-0.106281
-0.0823109
-0.0550001
-0.0241927
0.0101173
0.0477378
0.0883446
0.131275
0.175751
0.220698
0.264586
0.305844
0.342844
0.373914
0.397544
0.412474
0.417357
0.411919
0.399702
-0.275073
-0.274025
-0.273053
-0.272113
-0.271219
-0.270358
-0.26953
-0.268725
-0.267942
-0.267193
-0.26648
-0.265803
-0.26515
-0.264519
-0.263909
-0.263316
-0.262718
-0.262103
-0.261467
-0.26078
-0.260025
-0.259182
-0.258213
-0.257098
-0.255804
-0.254261
-0.252444
-0.250263
-0.247674
-0.244572
-0.240874
-0.236469
-0.231185
-0.224928
-0.217424
-0.208636
-0.198409
-0.186492
-0.172869
-0.156993
-0.138263
-0.116567
-0.091751
-0.0634775
-0.0315917
0.00390467
0.0427989
0.0847482
0.129044
0.174888
0.221127
0.266189
0.308446
0.346217
0.377801
0.401677
0.416631
0.421387
0.415758
0.40348
-0.288593
-0.287533
-0.286539
-0.285593
-0.284699
-0.283854
-0.283057
-0.282292
-0.281565
-0.280874
-0.280233
-0.279623
-0.279048
-0.278486
-0.27795
-0.277423
-0.276892
-0.276338
-0.275763
-0.275134
-0.274434
-0.273644
-0.272724
-0.271654
-0.270398
-0.268884
-0.267083
-0.26491
-0.262305
-0.259176
-0.255423
-0.250928
-0.245528
-0.239111
-0.231398
-0.222346
-0.211796
-0.199483
-0.185396
-0.168975
-0.149594
-0.127136
-0.101445
-0.0721763
-0.0391765
-0.00245616
0.0377496
0.0810799
0.126779
0.174019
0.221572
0.267813
0.311068
0.349605
0.381692
0.405798
0.420758
0.425379
0.41958
0.407283
-0.302251
-0.301273
-0.300379
-0.299517
-0.298708
-0.297934
-0.297197
-0.296486
-0.295801
-0.295152
-0.294545
-0.293976
-0.293435
-0.292918
-0.292424
-0.29195
-0.291471
-0.290975
-0.290458
-0.289889
-0.289247
-0.288514
-0.287647
-0.286625
-0.285409
-0.283927
-0.282149
-0.27998
-0.277368
-0.274202
-0.270392
-0.265814
-0.260288
-0.253706
-0.245775
-0.236449
-0.225561
-0.212834
-0.198262
-0.181271
-0.161212
-0.137959
-0.111358
-0.0810574
-0.046904
-0.00892061
0.032636
0.0773781
0.124511
0.173184
0.222075
0.269513
0.313769
0.353059
0.385622
0.409926
0.424862
0.429331
0.423377
0.411112
-0.316826
-0.315827
-0.31489
-0.314002
-0.313166
-0.312383
-0.311649
-0.310954
-0.310301
-0.30969
-0.309136
-0.30862
-0.308145
-0.307689
-0.307264
-0.306853
-0.306442
-0.30601
-0.305558
-0.305052
-0.304473
-0.3038
-0.302989
-0.302019
-0.300848
-0.299402
-0.297646
-0.295488
-0.292861
-0.289668
-0.285798
-0.281126
-0.275473
-0.268719
-0.260561
-0.250952
-0.239714
-0.226558
-0.211483
-0.193904
-0.173142
-0.149069
-0.121527
-0.0901606
-0.0548148
-0.0155319
0.0274173
0.0736068
0.122212
0.172346
0.222594
0.271236
0.31649
0.356526
0.389549
0.414032
0.428924
0.433235
0.427152
0.414984
-0.331178
-0.33027
-0.32944
-0.328647
-0.327904
-0.3272
-0.326535
-0.325901
-0.325296
-0.324734
-0.324218
-0.323749
-0.323312
-0.322906
-0.322528
-0.322175
-0.321822
-0.321455
-0.321068
-0.32063
-0.320117
-0.319508
-0.318759
-0.317845
-0.316723
-0.315314
-0.313586
-0.311435
-0.308804
-0.305572
-0.301641
-0.29688
-0.291091
-0.28416
-0.275766
-0.265859
-0.254255
-0.24065
-0.225051
-0.206857
-0.185363
-0.160436
-0.131917
-0.0994453
-0.062868
-0.0222435
0.0221364
0.0698064
0.119914
0.171544
0.223174
0.273034
0.319286
0.360052
0.393507
0.418135
0.432949
0.437084
0.430894
0.4189
-0.346118
-0.345205
-0.344364
-0.343575
-0.342845
-0.342172
-0.34155
-0.340969
-0.340432
-0.339939
-0.339506
-0.339115
-0.338766
-0.33844
-0.338147
-0.337872
-0.337599
-0.337306
-0.336995
-0.33663
-0.336189
-0.33565
-0.334966
-0.334111
-0.333041
-0.331674
-0.329973
-0.327836
-0.325191
-0.321931
-0.317937
-0.313075
-0.30715
-0.300033
-0.291393
-0.281178
-0.269195
-0.255125
-0.238983
-0.220153
-0.197902
-0.172091
-0.142563
-0.108951
-0.071103
-0.0290978
0.0167557
0.0659427
0.117598
0.170745
0.223774
0.274857
0.322103
0.363586
0.397456
0.422207
0.436919
0.440869
0.434605
0.422882
-0.361151
-0.360333
-0.359606
-0.358918
-0.358289
-0.357702
-0.357159
-0.356647
-0.356168
-0.355734
-0.35535
-0.355015
-0.354716
-0.35445
-0.354215
-0.354008
-0.353805
-0.353587
-0.353351
-0.353063
-0.352697
-0.352231
-0.351616
-0.350824
-0.34981
-0.348487
-0.346818
-0.344691
-0.342043
-0.338744
-0.334687
-0.329727
-0.323657
-0.316346
-0.30745
-0.296914
-0.284533
-0.269977
-0.253267
-0.233774
-0.210734
-0.184006
-0.153432
-0.118638
-0.0794774
-0.0360487
0.0113192
0.0620605
0.115293
0.169992
0.22444
0.276757
0.324992
0.367175
0.401425
0.426263
0.440838
0.444582
0.438268
0.426932
-0.377143
-0.376306
-0.375541
-0.374834
-0.374187
-0.373604
-0.373078
-0.372599
-0.37217
-0.371791
-0.37148
-0.371218
-0.371005
-0.370818
-0.370672
-0.370547
-0.37043
-0.370293
-0.370141
-0.369934
-0.369649
-0.369259
-0.368717
-0.367992
-0.367036
-0.365761
-0.364124
-0.362014
-0.359355
-0.356028
-0.351903
-0.346838
-0.340619
-0.333107
-0.323944
-0.313073
-0.300281
-0.285221
-0.267923
-0.247743
-0.223889
-0.196212
-0.164556
-0.128544
-0.0880306
-0.0431368
0.00579047
0.0581262
0.112976
0.169248
0.22513
0.278684
0.3279
0.370769
0.405378
0.430277
0.444688
0.448214
0.441883
0.431072
-0.392915
-0.392182
-0.39154
-0.390942
-0.390404
-0.389915
-0.389474
-0.38907
-0.388703
-0.388389
-0.388133
-0.387932
-0.387777
-0.387658
-0.387578
-0.38753
-0.387491
-0.387438
-0.38737
-0.387249
-0.387048
-0.38674
-0.386275
-0.385621
-0.384727
-0.383502
-0.381902
-0.379807
-0.377148
-0.373781
-0.369593
-0.364421
-0.358047
-0.350325
-0.340885
-0.329662
-0.316438
-0.30085
-0.282938
-0.262042
-0.237339
-0.208678
-0.175902
-0.138629
-0.0967189
-0.0503146
0.000214635
0.0541849
0.110686
0.168557
0.225889
0.280687
0.330876
0.374409
0.409341
0.434264
0.44847
0.451753
0.445425
0.435311
-0.40935
-0.408616
-0.407966
-0.407381
-0.406865
-0.406417
-0.406031
-0.405694
-0.405412
-0.405182
-0.405026
-0.404921
-0.404872
-0.40485
-0.404873
-0.40492
-0.40498
-0.40502
-0.405047
-0.405015
-0.404904
-0.404682
-0.404298
-0.403719
-0.40289
-0.40172
-0.400157
-0.398085
-0.395418
-0.392027
-0.387766
-0.382487
-0.37595
-0.368009
-0.358276
-0.346687
-0.333013
-0.316877
-0.298329
-0.276693
-0.251114
-0.221435
-0.187503
-0.148931
-0.10558
-0.0576235
-0.00544402
0.050201
0.108394
0.167883
0.226677
0.282718
0.33387
0.378049
0.413279
0.438195
0.452169
0.45519
0.448892
0.439677
-0.425878
-0.425252
-0.424729
-0.424258
-0.423857
-0.42351
-0.423216
-0.422963
-0.422752
-0.422595
-0.422504
-0.422471
-0.422489
-0.422544
-0.422645
-0.422778
-0.422927
-0.42306
-0.42318
-0.423243
-0.423225
-0.423093
-0.422794
-0.422293
-0.421535
-0.42042
-0.418902
-0.416851
-0.414189
-0.41076
-0.406438
-0.401042
-0.394339
-0.386167
-0.376127
-0.364152
-0.350005
-0.333296
-0.314082
-0.291675
-0.265184
-0.234451
-0.199322
-0.159406
-0.11457
-0.0650139
-0.0111422
0.0462202
0.106142
0.167271
0.227539
0.284827
0.336928
0.381728
0.417216
0.442085
0.455782
0.458509
0.452247
0.444185
-0.443433
-0.442792
-0.442236
-0.441752
-0.441343
-0.441009
-0.440745
-0.440537
-0.440391
-0.440306
-0.440305
-0.440361
-0.440482
-0.440634
-0.44084
-0.441074
-0.441327
-0.44156
-0.441782
-0.441944
-0.442023
-0.441985
-0.441775
-0.441356
-0.44067
-0.439618
-0.438144
-0.436122
-0.433457
-0.430009
-0.425608
-0.420101
-0.413217
-0.404801
-0.394437
-0.382059
-0.36742
-0.350116
-0.330215
-0.30701
-0.27958
-0.247757
-0.211394
-0.170093
-0.123728
-0.0725268
-0.0169166
0.0422081
0.10389
0.166678
0.228431
0.286962
0.340002
0.385399
0.421119
0.445908
0.459295
0.461704
0.455481
0.448753
-0.460781
-0.460255
-0.459835
-0.459473
-0.459186
-0.45896
-0.458794
-0.458676
-0.458609
-0.458603
-0.458672
-0.458807
-0.459002
-0.459239
-0.45953
-0.459858
-0.460208
-0.460541
-0.460865
-0.46113
-0.46131
-0.461368
-0.461251
-0.460917
-0.460307
-0.459317
-0.457894
-0.455897
-0.453244
-0.449755
-0.445295
-0.439652
-0.432585
-0.423912
-0.413208
-0.400406
-0.385253
-0.367328
-0.34671
-0.322676
-0.294269
-0.261318
-0.223678
-0.180945
-0.133006
-0.080113
-0.0227251
0.0381991
0.101683
0.166152
0.229399
0.289173
0.343134
0.3891
0.42501
0.449673
0.462705
0.464756
0.458543
0.453095
-0.478873
-0.478354
-0.477935
-0.477595
-0.477341
-0.477166
-0.477071
-0.477033
-0.477064
-0.477157
-0.477343
-0.477588
-0.477905
-0.478255
-0.478665
-0.479104
-0.479568
-0.48001
-0.480443
-0.480814
-0.481098
-0.481256
-0.481233
-0.480986
-0.480452
-0.479528
-0.47815
-0.476187
-0.47353
-0.470022
-0.465467
-0.459706
-0.452437
-0.443493
-0.432434
-0.419193
-0.403509
-0.384943
-0.363586
-0.338696
-0.309282
-0.275168
-0.23621
-0.192004
-0.142445
-0.0878142
-0.0286033
0.0341655
0.0994782
0.165647
0.230399
0.291411
0.346277
0.392785
0.428854
0.453357
0.465999
0.467659
0.461417
0.456979
-0.49711
-0.496707
-0.496426
-0.496211
-0.496083
-0.496022
-0.496031
-0.49609
-0.496207
-0.496388
-0.496653
-0.496986
-0.497387
-0.49783
-0.498333
-0.498874
-0.499441
-0.49999
-0.500531
-0.501008
-0.501398
-0.501655
-0.501727
-0.501565
-0.501108
-0.500246
-0.498916
-0.496976
-0.494326
-0.490767
-0.486151
-0.480237
-0.472762
-0.463537
-0.452109
-0.438413
-0.422177
-0.402946
-0.38082
-0.355043
-0.324586
-0.289266
-0.248949
-0.203221
-0.151995
-0.0955807
-0.0345131
0.0301366
0.0973219
0.165215
0.231479
0.293723
0.349474
0.396491
0.432675
0.456969
0.469172
0.470394
0.464057
0.460356
-0.516476
-0.516071
-0.515771
-0.515556
-0.515433
-0.515397
-0.515449
-0.515565
-0.515759
-0.516021
-0.516387
-0.516818
-0.517332
-0.517881
-0.518498
-0.519148
-0.519829
-0.520486
-0.521137
-0.52172
-0.522214
-0.52257
-0.522735
-0.522658
-0.522275
-0.521471
-0.520182
-0.518263
-0.515599
-0.512021
-0.507291
-0.501234
-0.493544
-0.484028
-0.472225
-0.458066
-0.441266
-0.421351
-0.398434
-0.371744
-0.340211
-0.30365
-0.261931
-0.214637
-0.161699
-0.103453
-0.0404858
0.0260892
0.0951706
0.164806
0.232591
0.296059
0.352677
0.400172
0.436439
0.460484
0.472213
0.472957
0.466463
0.463255
-0.535775
-0.535486
-0.535323
-0.535232
-0.535234
-0.535308
-0.535462
-0.535672
-0.535948
-0.536296
-0.53674
-0.537257
-0.537852
-0.538495
-0.539205
-0.539956
-0.54074
-0.541504
-0.542261
-0.54295
-0.543547
-0.543999
-0.544256
-0.54426
-0.543946
-0.543197
-0.541942
-0.540032
-0.537367
-0.533707
-0.528895
-0.522681
-0.514762
-0.504958
-0.492776
-0.478144
-0.460762
-0.440141
-0.416404
-0.388766
-0.356123
-0.318279
-0.275112
-0.226204
-0.171506
-0.111382
-0.0464816
0.022054
0.0930744
0.164475
0.233784
0.298465
0.355926
0.403862
0.440164
0.46391
0.475115
0.475329
0.468598
0.465695
-0.555922
-0.555658
-0.555511
-0.555454
-0.555496
-0.555627
-0.555852
-0.556141
-0.556514
-0.556956
-0.55751
-0.558131
-0.558843
-0.559591
-0.560414
-0.561273
-0.562167
-0.563037
-0.5639
-0.564693
-0.56539
-0.565939
-0.566284
-0.566365
-0.56612
-0.565416
-0.564189
-0.562285
-0.559574
-0.555876
-0.550939
-0.544554
-0.536429
-0.526334
-0.513769
-0.498655
-0.480681
-0.459335
-0.434753
-0.406142
-0.372356
-0.33319
-0.288532
-0.237964
-0.181457
-0.119407
-0.0525294
0.0180152
0.0909914
0.164171
0.23501
0.300893
0.359174
0.407516
0.44382
0.467226
0.477869
0.47751
0.470471
0.467699
-0.576322
-0.576165
-0.576148
-0.576202
-0.576358
-0.57659
-0.576907
-0.577284
-0.577733
-0.578259
-0.578887
-0.579595
-0.580387
-0.581229
-0.582143
-0.583103
-0.584098
-0.585074
-0.58604
-0.586937
-0.587735
-0.588378
-0.588811
-0.588972
-0.588787
-0.58813
-0.586925
-0.58501
-0.58228
-0.578481
-0.573438
-0.566911
-0.558551
-0.548162
-0.535205
-0.519597
-0.501011
-0.478915
-0.453456
-0.423839
-0.388872
-0.34834
-0.302144
-0.249865
-0.191501
-0.127477
-0.0585834
0.0140074
0.0889765
0.163953
0.23632
0.303389
0.362461
0.411168
0.447424
0.470436
0.480467
0.47948
0.472054
0.469282
-0.597692
-0.597548
-0.59752
-0.597586
-0.597756
-0.598023
-0.598392
-0.598831
-0.599362
-0.59997
-0.600698
-0.601501
-0.602401
-0.603342
-0.604363
-0.605425
-0.606526
-0.607604
-0.608674
-0.609674
-0.610571
-0.61131
-0.611831
-0.612069
-0.611951
-0.611336
-0.610153
-0.608234
-0.605444
-0.601599
-0.596436
-0.589724
-0.581153
-0.57046
-0.557101
-0.540986
-0.521774
-0.498908
-0.47255
-0.441897
-0.405711
-0.363771
-0.315991
-0.261953
-0.20168
-0.135631
-0.0646728
0.0100039
0.0869826
0.163766
0.237661
0.305902
0.365737
0.414774
0.450943
0.47352
0.482902
0.481244
0.473363
0.470461
-0.619024
-0.618982
-0.619087
-0.61927
-0.619568
-0.619944
-0.620418
-0.620951
-0.621566
-0.622257
-0.62306
-0.623946
-0.624923
-0.625955
-0.627064
-0.628226
-0.629426
-0.63061
-0.631784
-0.632889
-0.633889
-0.634727
-0.635338
-0.635658
-0.635603
-0.635039
-0.633878
-0.631949
-0.629145
-0.625197
-0.619921
-0.613069
-0.604243
-0.593233
-0.579456
-0.562815
-0.542954
-0.519292
-0.492006
-0.460278
-0.422829
-0.379434
-0.33002
-0.274172
-0.211939
-0.143813
-0.0707495
0.00605375
0.0850689
0.163669
0.239085
0.308477
0.369042
0.418363
0.454393
0.476482
0.485162
0.482781
0.474371
0.471251
-0.641618
-0.641603
-0.641681
-0.641858
-0.642122
-0.642496
-0.642967
-0.643526
-0.64418
-0.644931
-0.645812
-0.646784
-0.64786
-0.648992
-0.650208
-0.651476
-0.652786
-0.654079
-0.655362
-0.656577
-0.657683
-0.658623
-0.65933
-0.659735
-0.659755
-0.659241
-0.658112
-0.656189
-0.653331
-0.649339
-0.643945
-0.636885
-0.627833
-0.616497
-0.602288
-0.585108
-0.56458
-0.5401
-0.51186
-0.479024
-0.44027
-0.395374
-0.344278
-0.286567
-0.222322
-0.152066
-0.0768487
0.0021206
0.0831836
0.163606
0.240538
0.311063
0.372326
0.421892
0.457744
0.479303
0.487244
0.484098
0.475099
0.471663
-0.6635
-0.663596
-0.663831
-0.664156
-0.664589
-0.665111
-0.665728
-0.666416
-0.667184
-0.668043
-0.669017
-0.670088
-0.671255
-0.672488
-0.673801
-0.675177
-0.676595
-0.678002
-0.679399
-0.68073
-0.681948
-0.682998
-0.683806
-0.684306
-0.684402
-0.683952
-0.682859
-0.680941
-0.678073
-0.673981
-0.668464
-0.661257
-0.651928
-0.640251
-0.625595
-0.607853
-0.586632
-0.561304
-0.532074
-0.498088
-0.457983
-0.411538
-0.358707
-0.299079
-0.232769
-0.160333
-0.0829176
-0.00173957
0.0813909
0.16364
0.242075
0.313707
0.375628
0.425391
0.461009
0.481984
0.489136
0.485174
0.475521
0.471711
-0.686658
-0.686775
-0.686993
-0.687326
-0.687756
-0.688305
-0.688957
-0.689702
-0.690544
-0.691488
-0.692565
-0.69374
-0.695023
-0.696369
-0.697801
-0.699296
-0.700836
-0.702365
-0.703885
-0.70534
-0.706679
-0.707848
-0.708768
-0.709369
-0.709557
-0.709173
-0.708127
-0.706224
-0.70331
-0.699178
-0.693539
-0.686111
-0.676542
-0.664514
-0.649397
-0.631077
-0.609144
-0.582942
-0.55269
-0.517517
-0.476017
-0.427974
-0.373356
-0.311758
-0.243328
-0.168661
-0.0889948
-0.00558214
0.0796276
0.163707
0.243636
0.316351
0.378897
0.428817
0.464157
0.484509
0.490834
0.486021
0.475661
0.471403
-0.709793
-0.71001
-0.710336
-0.710768
-0.711289
-0.711928
-0.712654
-0.713482
-0.71439
-0.715418
-0.716566
-0.717839
-0.719212
-0.72067
-0.722212
-0.723833
-0.7255
-0.727162
-0.728815
-0.730405
-0.731878
-0.733175
-0.734217
-0.734931
-0.735212
-0.73491
-0.733914
-0.732027
-0.729117
-0.724887
-0.719123
-0.711543
-0.701678
-0.689286
-0.673689
-0.654766
-0.63209
-0.604979
-0.573665
-0.53726
-0.494315
-0.444621
-0.38816
-0.324537
-0.253933
-0.176991
-0.0950371
-0.009344
0.077962
0.163871
0.245277
0.319045
0.38217
0.432194
0.467202
0.486876
0.492326
0.486614
0.475495
0.47075
-0.732898
-0.733191
-0.733596
-0.734119
-0.734742
-0.735491
-0.73634
-0.737291
-0.738338
-0.7395
-0.740796
-0.74221
-0.743731
-0.745331
-0.747017
-0.748781
-0.750593
-0.7524
-0.754197
-0.755933
-0.757548
-0.758983
-0.760157
-0.760991
-0.761384
-0.761166
-0.760234
-0.758379
-0.755433
-0.751168
-0.745284
-0.737468
-0.727349
-0.714583
-0.698492
-0.678949
-0.655507
-0.627456
-0.595046
-0.557366
-0.512929
-0.461532
-0.403174
-0.337469
-0.264639
-0.185373
-0.101081
-0.0130886
0.0763257
0.164067
0.246935
0.32173
0.385395
0.435482
0.470113
0.489071
0.493611
0.486968
0.475045
0.469759
-0.75631
-0.756728
-0.757272
-0.757929
-0.758688
-0.759568
-0.760543
-0.761622
-0.762785
-0.764071
-0.765483
-0.767026
-0.768673
-0.770412
-0.772238
-0.774151
-0.776114
-0.778078
-0.780031
-0.781924
-0.783693
-0.785278
-0.786595
-0.787564
-0.788072
-0.787954
-0.787092
-0.78527
-0.782336
-0.777979
-0.771965
-0.763993
-0.753561
-0.740406
-0.723799
-0.703607
-0.679364
-0.650335
-0.616782
-0.577779
-0.531796
-0.478639
-0.418325
-0.350485
-0.275374
-0.19375
-0.107085
-0.0167466
0.0747938
0.164361
0.248671
0.324454
0.38861
0.438704
0.472901
0.49109
0.494674
0.487059
0.47429
0.468441
-0.780004
-0.780496
-0.781121
-0.781871
-0.782739
-0.783736
-0.784849
-0.786066
-0.787389
-0.788831
-0.790417
-0.792126
-0.79395
-0.795857
-0.797854
-0.799936
-0.80207
-0.804203
-0.806324
-0.808385
-0.81032
-0.812067
-0.81354
-0.814651
-0.815291
-0.815278
-0.814499
-0.812722
-0.809763
-0.80538
-0.799244
-0.791029
-0.780328
-0.766771
-0.749633
-0.72877
-0.7037
-0.673659
-0.638926
-0.598553
-0.550972
-0.496001
-0.433674
-0.363642
-0.286197
-0.202169
-0.113086
-0.0203879
0.0732899
0.164681
0.250415
0.327154
0.391762
0.441817
0.475537
0.492921
0.495517
0.486903
0.473253
0.466799
-0.804243
-0.804867
-0.805635
-0.80652
-0.807521
-0.808648
-0.809881
-0.811222
-0.812657
-0.814222
-0.815924
-0.817766
-0.819723
-0.821779
-0.823929
-0.826177
-0.82848
-0.830788
-0.833086
-0.835327
-0.837439
-0.839359
-0.840997
-0.842265
-0.84304
-0.843149
-0.842456
-0.840729
-0.837798
-0.833328
-0.827066
-0.818687
-0.807651
-0.793676
-0.775979
-0.754415
-0.72848
-0.697383
-0.66142
-0.619625
-0.570389
-0.513544
-0.449144
-0.376865
-0.297034
-0.210572
-0.119036
-0.0239347
0.0718934
0.165098
0.252229
0.329881
0.394887
0.444845
0.478031
0.494556
0.496123
0.486476
0.471912
0.464843
-0.828835
-0.829532
-0.830373
-0.831347
-0.832446
-0.833686
-0.835049
-0.836526
-0.838116
-0.839837
-0.841715
-0.843729
-0.845868
-0.848102
-0.850435
-0.852865
-0.855354
-0.857849
-0.860334
-0.862763
-0.865061
-0.867164
-0.868977
-0.870409
-0.871337
-0.871571
-0.870983
-0.86932
-0.866381
-0.86189
-0.855507
-0.84687
-0.835544
-0.821135
-0.802863
-0.780573
-0.753744
-0.721555
-0.684319
-0.641052
-0.590107
-0.531329
-0.464799
-0.390215
-0.307945
-0.219001
-0.124968
-0.0274583
0.0705253
0.165536
0.254041
0.33257
0.39793
0.447744
0.480353
0.495985
0.496497
0.485794
0.470291
0.462576
-0.853846
-0.854681
-0.855671
-0.856788
-0.858031
-0.85941
-0.860905
-0.862516
-0.86423
-0.866086
-0.868091
-0.87025
-0.872535
-0.87493
-0.877429
-0.880038
-0.882713
-0.885399
-0.888079
-0.890705
-0.893199
-0.895493
-0.897492
-0.8991
-0.900186
-0.900564
-0.900084
-0.898492
-0.895588
-0.891022
-0.884507
-0.875692
-0.86401
-0.849145
-0.830267
-0.807217
-0.779451
-0.746122
-0.707562
-0.662766
-0.610051
-0.549279
-0.480556
-0.403612
-0.318852
-0.227396
-0.130825
-0.0308723
0.069272
0.16607
0.255914
0.335271
0.400929
0.450536
0.482512
0.4972
0.496619
0.484831
0.468368
0.460006
-0.879178
-0.880094
-0.88117
-0.882388
-0.883746
-0.885252
-0.886896
-0.888658
-0.890545
-0.892573
-0.89477
-0.897114
-0.899597
-0.902184
-0.90488
-0.907686
-0.910562
-0.91345
-0.916332
-0.919163
-0.921862
-0.924357
-0.926552
-0.928345
-0.929605
-0.93013
-0.929776
-0.928263
-0.925368
-0.920785
-0.914141
-0.90506
-0.893057
-0.87772
-0.858215
-0.834377
-0.805643
-0.771135
-0.731204
-0.684828
-0.630285
-0.567459
-0.496485
-0.417123
-0.329819
-0.235797
-0.136658
-0.0342576
0.0680461
0.166618
0.257773
0.337916
0.403825
0.453179
0.48448
0.498193
0.496497
0.48361
0.466167
0.457136
-0.9051
-0.906159
-0.907388
-0.908753
-0.910255
-0.911902
-0.913677
-0.915576
-0.917589
-0.919754
-0.922084
-0.92458
-0.927216
-0.929974
-0.932848
-0.935844
-0.93892
-0.942013
-0.945105
-0.948149
-0.95106
-0.953765
-0.956165
-0.958155
-0.959593
-0.960283
-0.960056
-0.958635
-0.955788
-0.951131
-0.944356
-0.935071
-0.922682
-0.90685
-0.886687
-0.862023
-0.832275
-0.796535
-0.755177
-0.707161
-0.650727
-0.585782
-0.512495
-0.430659
-0.340765
-0.244148
-0.142391
-0.0375203
0.0669364
0.167255
0.259681
0.340555
0.406656
0.455691
0.486263
0.498951
0.496109
0.4821
0.463665
0.453973
-0.93143
-0.93257
-0.933881
-0.935343
-0.936954
-0.938725
-0.940642
-0.94269
-0.944873
-0.947211
-0.949732
-0.952419
-0.955258
-0.958215
-0.961295
-0.964499
-0.967788
-0.971096
-0.974406
-0.977671
-0.980803
-0.983726
-0.98634
-0.988534
-0.990166
-0.991021
-0.990942
-0.989615
-0.986785
-0.982113
-0.975193
-0.965625
-0.952886
-0.936542
-0.9157
-0.890182
-0.859385
-0.822372
-0.779539
-0.729828
-0.671443
-0.604322
-0.528659
-0.444295
-0.351753
-0.25249
-0.148086
-0.0407495
0.0658519
0.167897
0.261558
0.343119
0.409361
0.458031
0.487834
0.499469
0.495466
0.480327
0.46089
0.450518
-0.958217
-0.959505
-0.960973
-0.962589
-0.964352
-0.966274
-0.968331
-0.970528
-0.972847
-0.975335
-0.978002
-0.980852
-0.983858
-0.986999
-0.99027
-0.993678
-0.997181
-1.00071
-1.00424
-1.00774
-1.0111
-1.01425
-1.01708
-1.01949
-1.02132
-1.02236
-1.02241
-1.02119
-1.01841
-1.01366
-1.0066
-0.996804
-0.983656
-0.96678
-0.945228
-0.918817
-0.886923
-0.848582
-0.804215
-0.752746
-0.692346
-0.622979
-0.544883
-0.457931
-0.362707
-0.260759
-0.153657
-0.0438431
0.064886
0.168623
0.263472
0.34566
0.411978
0.460217
0.489195
0.499734
0.494542
0.478259
0.457814
0.44678
-0.98536
-0.986742
-0.988308
-0.990037
-0.991928
-0.99399
-0.99621
-0.998571
-1.00108
-1.00375
-1.00663
-1.00968
-1.0129
-1.01625
-1.01974
-1.02337
-1.0271
-1.03085
-1.03462
-1.03835
-1.04195
-1.04534
-1.04841
-1.05103
-1.05306
-1.05427
-1.05447
-1.05336
-1.05058
-1.0458
-1.03858
-1.0285
-1.01499
-0.997564
-0.975283
-0.94795
-0.914925
-0.875213
-0.829263
-0.77598
-0.713504
-0.641829
-0.561243
-0.471644
-0.37369
-0.269005
-0.15919
-0.0469051
0.0639383
0.169341
0.265336
0.348103
0.414447
0.462208
0.490324
0.499744
0.493353
0.475923
0.454469
0.442758
-1.0131
-1.01464
-1.01636
-1.01825
-1.0203
-1.02251
-1.02487
-1.02739
-1.03003
-1.03286
-1.03589
-1.03911
-1.04251
-1.04606
-1.04975
-1.05359
-1.05755
-1.06154
-1.06555
-1.06952
-1.07337
-1.077
-1.0803
-1.08315
-1.08537
-1.08676
-1.08711
-1.08605
-1.08333
-1.07846
-1.0711
-1.0608
-1.04685
-1.02887
-1.00583
-0.977538
-0.943332
-0.902194
-0.8546
-0.799439
-0.73482
-0.660772
-0.577635
-0.485334
-0.38462
-0.277158
-0.164586
-0.0498287
0.0631035
0.170132
0.267218
0.3505
0.416801
0.46402
0.491219
0.499481
0.49187
0.473288
0.450827
0.438461
-1.04129
-1.04292
-1.04474
-1.04674
-1.04891
-1.05126
-1.05378
-1.05646
-1.05929
-1.0623
-1.06553
-1.06896
-1.07258
-1.07634
-1.08026
-1.08434
-1.08853
-1.09277
-1.09703
-1.10126
-1.10536
-1.10923
-1.11278
-1.11585
-1.11827
-1.11982
-1.12028
-1.11931
-1.11658
-1.11169
-1.10418
-1.09358
-1.07926
-1.06071
-1.03689
-1.0076
-0.972184
-0.929576
-0.880288
-0.823193
-0.756368
-0.679887
-0.594138
-0.499081
-0.395559
-0.285271
-0.169944
-0.0527252
0.0622776
0.170899
0.269031
0.352776
0.41898
0.465611
0.49186
0.498945
0.490111
0.470382
0.446919
0.433888
-1.06994
-1.07173
-1.07373
-1.07589
-1.07822
-1.08073
-1.0834
-1.08624
-1.08922
-1.0924
-1.09579
-1.0994
-1.1032
-1.10717
-1.11131
-1.11561
-1.12005
-1.12454
-1.12906
-1.13355
-1.13791
-1.14204
-1.14583
-1.14913
-1.15175
-1.15346
-1.15404
-1.15312
-1.15041
-1.14544
-1.1378
-1.12697
-1.1122
-1.09304
-1.06841
-1.0381
-1.00141
-0.957279
-0.906237
-0.847141
-0.778045
-0.699062
-0.610646
-0.512779
-0.406422
-0.293264
-0.175151
-0.055479
0.0615599
0.171726
0.270842
0.354982
0.421018
0.466997
0.492242
0.498117
0.488045
0.467172
0.442715
0.429047
-1.09901
-1.10091
-1.10302
-1.10532
-1.10779
-1.11045
-1.11329
-1.11629
-1.11946
-1.12283
-1.12643
-1.13025
-1.13428
-1.13847
-1.14284
-1.1474
-1.15209
-1.15684
-1.16163
-1.16639
-1.17103
-1.17542
-1.17947
-1.183
-1.18583
-1.1877
-1.18838
-1.18755
-1.18482
-1.17982
-1.172
-1.16085
-1.14567
-1.12589
-1.10042
-1.06905
-1.03107
-0.985361
-0.932513
-0.87136
-0.79993
-0.718386
-0.627242
-0.526514
-0.417268
-0.301215
-0.180325
-0.0582136
0.0608381
0.172511
0.272561
0.357042
0.422855
0.468138
0.492349
0.497003
0.485695
0.463691
0.438252
0.42394
-1.12863
-1.13069
-1.13296
-1.1354
-1.13801
-1.14082
-1.14379
-1.14694
-1.15026
-1.1538
-1.15757
-1.16159
-1.16583
-1.17026
-1.17487
-1.17968
-1.18464
-1.18967
-1.19473
-1.19978
-1.2047
-1.20938
-1.21369
-1.21746
-1.22049
-1.22254
-1.22336
-1.22256
-1.21987
-1.21476
-1.20677
-1.19535
-1.17967
-1.15923
-1.13288
-1.10041
-1.06107
-1.01374
-0.95902
-0.895743
-0.82191
-0.73774
-0.64381
-0.540176
-0.428017
-0.309021
-0.185339
-0.06081
0.0602124
0.173337
0.274254
0.359003
0.424521
0.469045
0.492172
0.495576
0.483025
0.459901
0.433498
0.418571
-1.15783
-1.15998
-1.16239
-1.165
-1.16782
-1.17086
-1.17409
-1.17751
-1.1811
-1.18491
-1.18897
-1.19326
-1.19777
-1.20247
-1.20736
-1.21244
-1.2177
-1.22301
-1.22837
-1.23372
-1.23894
-1.2439
-1.24848
-1.25251
-1.25577
-1.258
-1.25894
-1.25823
-1.25552
-1.25034
-1.24215
-1.23034
-1.2142
-1.19308
-1.16582
-1.1322
-1.09147
-1.04247
-0.985831
-0.92037
-0.844073
-0.757212
-0.660445
-0.553851
-0.438734
-0.316774
-0.190321
-0.0633958
0.0595669
0.174098
0.275829
0.36079
0.425958
0.469682
0.491698
0.493847
0.480063
0.45584
0.428491
0.412945
-1.18858
-1.19087
-1.19339
-1.19611
-1.19903
-1.20218
-1.20552
-1.20907
-1.2128
-1.21677
-1.22101
-1.22551
-1.23026
-1.23521
-1.24036
-1.24572
-1.25127
-1.25689
-1.26255
-1.26821
-1.27373
-1.27899
-1.28386
-1.28815
-1.29165
-1.29407
-1.29516
-1.29451
-1.29181
-1.2865
-1.27809
-1.26597
-1.24925
-1.2274
-1.19919
-1.16438
-1.1222
-1.07146
-1.01284
-0.945129
-0.866295
-0.776685
-0.67702
-0.567437
-0.449329
-0.324359
-0.195135
-0.0658465
0.0590066
0.174882
0.277353
0.36245
0.427195
0.470054
0.490915
0.491787
0.47677
0.451467
0.423196
0.407065
-1.21888
-1.22134
-1.22404
-1.22696
-1.23008
-1.23343
-1.237
-1.24077
-1.24474
-1.24895
-1.25345
-1.25821
-1.26322
-1.26844
-1.27387
-1.27953
-1.28537
-1.2913
-1.29727
-1.30325
-1.30909
-1.31465
-1.31983
-1.32439
-1.32814
-1.33076
-1.33199
-1.33143
-1.32869
-1.3233
-1.31464
-1.30208
-1.28484
-1.26223
-1.23303
-1.197
-1.15332
-1.1008
-1.04013
-0.970105
-0.888671
-0.796252
-0.693633
-0.581018
-0.459876
-0.331894
-0.199925
-0.0682995
0.0584084
0.175576
0.278734
0.363906
0.428176
0.470131
0.489816
0.489411
0.47318
0.446824
0.417656
0.400937
-1.25004
-1.25266
-1.25554
-1.25863
-1.26193
-1.26547
-1.26921
-1.27317
-1.27734
-1.28175
-1.28646
-1.29145
-1.29671
-1.30219
-1.3079
-1.31385
-1.32001
-1.32625
-1.33254
-1.33884
-1.34501
-1.3509
-1.35637
-1.36123
-1.36522
-1.36806
-1.36945
-1.36895
-1.36622
-1.36068
-1.35176
-1.33883
-1.32094
-1.29754
-1.26729
-1.22998
-1.18475
-1.13037
-1.06759
-0.995179
-0.911073
-0.815784
-0.710156
-0.594489
-0.47028
-0.339251
-0.204549
-0.0706289
0.0578755
0.176267
0.280033
0.365202
0.428924
0.469914
0.488383
0.486685
0.469248
0.441869
0.411836
0.394562
-1.28122
-1.28401
-1.28707
-1.29035
-1.29387
-1.29762
-1.30161
-1.30581
-1.31023
-1.3149
-1.31988
-1.32514
-1.33069
-1.33645
-1.34246
-1.34871
-1.35518
-1.36174
-1.36836
-1.375
-1.3815
-1.38771
-1.39351
-1.39865
-1.40292
-1.40597
-1.40751
-1.4071
-1.40435
-1.39869
-1.38949
-1.37607
-1.3576
-1.33336
-1.30204
-1.26338
-1.21655
-1.16026
-1.0953
-1.02044
-0.933601
-0.835378
-0.726693
-0.607932
-0.480616
-0.346562
-0.209157
-0.0729757
0.0572833
0.17684
0.281158
0.366263
0.429387
0.469374
0.486614
0.483631
0.465013
0.436648
0.405779
0.38795
-1.31352
-1.31647
-1.31967
-1.32311
-1.32678
-1.3307
-1.33485
-1.33923
-1.34383
-1.34871
-1.35391
-1.35941
-1.36521
-1.37125
-1.37755
-1.38411
-1.39089
-1.39779
-1.40474
-1.41172
-1.41856
-1.42511
-1.43123
-1.43668
-1.44121
-1.44449
-1.44619
-1.44586
-1.4431
-1.43728
-1.42779
-1.41396
-1.39478
-1.36965
-1.3372
-1.29715
-1.24864
-1.19036
-1.12316
-1.04577
-0.956116
-0.854904
-0.74311
-0.621237
-0.490781
-0.35368
-0.213601
-0.0752083
0.0567361
0.177387
0.282171
0.367134
0.429582
0.468514
0.484483
0.480211
0.460427
0.431113
0.39945
0.3811
-1.34574
-1.34885
-1.35225
-1.35588
-1.35977
-1.36391
-1.3683
-1.37291
-1.37778
-1.38291
-1.38838
-1.39416
-1.40025
-1.40659
-1.41318
-1.42005
-1.42717
-1.43439
-1.44169
-1.44902
-1.4562
-1.46309
-1.46954
-1.4753
-1.48011
-1.48362
-1.48549
-1.48526
-1.48245
-1.47651
-1.46671
-1.45234
-1.43251
-1.40647
-1.37284
-1.33134
-1.28109
-1.22076
-1.15124
-1.07125
-0.978727
-0.874463
-0.759514
-0.634484
-0.500878
-0.360759
-0.218039
-0.0774756
0.0561049
0.177788
0.282977
0.367738
0.429464
0.467308
0.481998
0.476453
0.455536
0.425319
0.392894
0.374022
-1.37887
-1.38215
-1.38572
-1.38954
-1.3936
-1.39793
-1.40251
-1.40733
-1.4124
-1.41776
-1.42346
-1.42949
-1.43585
-1.44247
-1.44937
-1.45655
-1.464
-1.47156
-1.4792
-1.48688
-1.49442
-1.50166
-1.50844
-1.51452
-1.51961
-1.52337
-1.52542
-1.52526
-1.52245
-1.51632
-1.5062
-1.49137
-1.47077
-1.44377
-1.40889
-1.36587
-1.31381
-1.25134
-1.17942
-1.09676
-1.00129
-0.893915
-0.775771
-0.647573
-0.510779
-0.367641
-0.222324
-0.0796475
0.0554903
0.178131
0.283634
0.36812
0.42904
0.465753
0.479126
0.472317
0.450284
0.419214
0.386077
0.366716
-1.41214
-1.4156
-1.41937
-1.42338
-1.42767
-1.43221
-1.43704
-1.44209
-1.44742
-1.45304
-1.45902
-1.46533
-1.47198
-1.47889
-1.4861
-1.49361
-1.50139
-1.50929
-1.51729
-1.52532
-1.53322
-1.5408
-1.54793
-1.55433
-1.55972
-1.56373
-1.56596
-1.56591
-1.56306
-1.55677
-1.5463
-1.53089
-1.50957
-1.48157
-1.4454
-1.40081
-1.34686
-1.28219
-1.2078
-1.1224
-1.02391
-0.913374
-0.791986
-0.660585
-0.520598
-0.374488
-0.226615
-0.0818754
0.0547646
0.178296
0.284051
0.368202
0.428273
0.463828
0.47588
0.467832
0.444726
0.412858
0.379047
0.359194
-1.44645
-1.45007
-1.45399
-1.45817
-1.46262
-1.46734
-1.47233
-1.47759
-1.48311
-1.48895
-1.49516
-1.50173
-1.50865
-1.51586
-1.52338
-1.53121
-1.53933
-1.54759
-1.55594
-1.56434
-1.57261
-1.58055
-1.58803
-1.59476
-1.60045
-1.60472
-1.60713
-1.60715
-1.60428
-1.59778
-1.58697
-1.57104
-1.5489
-1.51984
-1.48231
-1.43606
-1.38015
-1.31318
-1.23624
-1.14801
-1.04644
-0.932687
-0.808036
-0.673413
-0.530198
-0.381133
-0.230762
-0.0840257
0.054028
0.178372
0.284281
0.368028
0.427165
0.461527
0.472223
0.462957
0.4388
0.406195
0.371768
0.351452
-1.48075
-1.48455
-1.48868
-1.49306
-1.49773
-1.50268
-1.50792
-1.51341
-1.5192
-1.52529
-1.53179
-1.53864
-1.54586
-1.55338
-1.56121
-1.56937
-1.57784
-1.58645
-1.59516
-1.60394
-1.61258
-1.62089
-1.62873
-1.63579
-1.64179
-1.64629
-1.64887
-1.649
-1.64605
-1.63939
-1.6282
-1.61167
-1.58874
-1.55859
-1.51965
-1.47168
-1.41373
-1.3444
-1.26483
-1.17371
-1.069
-0.95197
-0.824023
-0.686146
-0.539722
-0.387752
-0.234929
-0.0862559
0.0531506
0.178236
0.284237
0.367523
0.425686
0.458834
0.468177
0.457727
0.432571
0.399292
0.36429
0.343506
-1.51588
-1.51985
-1.52416
-1.52874
-1.53359
-1.53874
-1.54418
-1.54989
-1.5559
-1.56224
-1.56897
-1.5761
-1.58361
-1.59143
-1.59958
-1.60808
-1.6169
-1.62588
-1.63497
-1.64413
-1.65315
-1.66184
-1.67004
-1.67744
-1.6837
-1.68846
-1.69122
-1.69137
-1.68842
-1.68155
-1.66999
-1.6529
-1.62907
-1.59777
-1.55734
-1.50757
-1.4475
-1.37572
-1.29344
-1.19935
-1.09143
-0.971072
-0.839821
-0.698672
-0.549018
-0.394178
-0.238972
-0.0884367
0.0522288
0.177973
0.283969
0.366723
0.423832
0.455737
0.463699
0.452095
0.425972
0.392088
0.35658
0.335352
-1.55118
-1.55535
-1.55987
-1.56465
-1.56974
-1.57511
-1.5808
-1.58676
-1.59303
-1.59963
-1.60666
-1.61407
-1.62188
-1.63002
-1.6385
-1.64735
-1.65653
-1.66589
-1.67535
-1.6849
-1.69432
-1.70339
-1.71196
-1.71969
-1.72626
-1.73122
-1.73413
-1.73439
-1.73136
-1.7243
-1.71233
-1.69457
-1.66989
-1.63739
-1.59542
-1.54379
-1.48152
-1.40722
-1.32216
-1.22503
-1.11384
-0.990113
-0.855528
-0.711083
-0.558243
-0.400589
-0.243055
-0.0907245
0.0511328
0.177462
0.283391
0.365558
0.421578
0.452223
0.458817
0.4461
0.419073
0.384656
0.348688
0.327004
-1.58744
-1.59178
-1.59647
-1.60143
-1.60669
-1.61226
-1.61813
-1.6243
-1.63078
-1.63762
-1.64489
-1.65259
-1.66069
-1.66915
-1.67796
-1.68716
-1.69672
-1.70646
-1.71632
-1.72627
-1.7361
-1.74556
-1.75451
-1.76258
-1.76942
-1.77464
-1.77771
-1.778
-1.77492
-1.7676
-1.75523
-1.73683
-1.71115
-1.67738
-1.6338
-1.58022
-1.51568
-1.43876
-1.35084
-1.25059
-1.13608
-1.00894
-0.871018
-0.723258
-0.56723
-0.406814
-0.24703
-0.0929915
0.0499604
0.176784
0.282552
0.364059
0.418919
0.448275
0.453486
0.439692
0.411805
0.376932
0.340586
0.318458
-1.62379
-1.62833
-1.63323
-1.63841
-1.64391
-1.6497
-1.65582
-1.66222
-1.66896
-1.67606
-1.68362
-1.6916
-1.70002
-1.7088
-1.71796
-1.72752
-1.73746
-1.7476
-1.75786
-1.76824
-1.77848
-1.78834
-1.79768
-1.80611
-1.81327
-1.81869
-1.82192
-1.82229
-1.81909
-1.81153
-1.79866
-1.77951
-1.75287
-1.71778
-1.67252
-1.61693
-1.55003
-1.47043
-1.37958
-1.27615
-1.15826
-1.02767
-0.886382
-0.735318
-0.576154
-0.413039
-0.251065
-0.0953959
0.0485815
0.17582
0.281372
0.362161
0.415838
0.443888
0.447744
0.432917
0.404245
0.368993
0.33232
0.30973
-1.66086
-1.66558
-1.67065
-1.67601
-1.68167
-1.68766
-1.69397
-1.7006
-1.70756
-1.71493
-1.72276
-1.73106
-1.7398
-1.74894
-1.75846
-1.76841
-1.77876
-1.78931
-1.8
-1.8108
-1.82147
-1.83176
-1.8415
-1.8503
-1.85775
-1.86345
-1.86682
-1.86719
-1.8639
-1.85602
-1.84265
-1.82276
-1.79499
-1.7585
-1.71149
-1.6538
-1.58447
-1.50209
-1.40822
-1.30155
-1.18023
-1.04616
-0.90151
-0.747118
-0.58484
-0.419094
-0.255019
-0.0978153
0.0470867
0.174645
0.279892
0.359888
0.412321
0.439039
0.441538
0.42572
0.396322
0.360773
0.323869
0.300815
-1.6974
-1.70229
-1.70757
-1.71318
-1.71913
-1.72543
-1.73208
-1.73905
-1.74637
-1.75409
-1.76229
-1.77095
-1.78007
-1.78959
-1.7995
-1.80986
-1.82062
-1.83161
-1.84273
-1.85398
-1.86509
-1.87581
-1.88597
-1.89514
-1.90294
-1.90886
-1.91238
-1.91279
-1.90933
-1.90112
-1.88716
-1.8664
-1.83754
-1.79959
-1.75075
-1.69089
-1.61905
-1.53383
-1.43688
-1.32689
-1.20209
-1.06452
-0.916491
-0.758789
-0.593469
-0.425165
-0.259058
-0.100406
0.045348
0.173145
0.278035
0.357183
0.408357
0.43373
0.434912
0.418152
0.388115
0.352353
0.315278
0.291729
-1.73427
-1.73947
-1.7451
-1.75102
-1.7573
-1.76391
-1.77086
-1.77814
-1.78578
-1.79383
-1.80236
-1.81138
-1.82088
-1.8308
-1.84111
-1.85189
-1.86309
-1.87451
-1.88609
-1.89779
-1.90936
-1.92052
-1.93111
-1.94067
-1.94878
-1.95498
-1.95863
-1.95901
-1.9554
-1.94679
-1.93222
-1.91059
-1.88047
-1.84097
-1.79022
-1.7281
-1.65366
-1.56551
-1.46538
-1.35201
-1.22371
-1.08262
-0.931213
-0.770178
-0.601861
-0.43108
-0.263045
-0.103044
0.0434523
0.171395
0.275835
0.354068
0.403924
0.427934
0.427806
0.410156
0.379551
0.343668
0.306531
0.282466
-1.77228
-1.77761
-1.78338
-1.78949
-1.796
-1.80287
-1.81013
-1.81772
-1.8257
-1.83409
-1.843
-1.8524
-1.86229
-1.8726
-1.88333
-1.89453
-1.90618
-1.91806
-1.93009
-1.94226
-1.9543
-1.96591
-1.97693
-1.98689
-1.99536
-2.00177
-2.00556
-2.00594
-2.00208
-1.99307
-1.97779
-1.95515
-1.9238
-1.88269
-1.82996
-1.76551
-1.68839
-1.59721
-1.49383
-1.37704
-1.24519
-1.10057
-0.945768
-0.781445
-0.610208
-0.437028
-0.267144
-0.105886
0.041274
0.169284
0.273224
0.350494
0.399022
0.421666
0.420273
0.401794
0.370713
0.334799
0.297667
0.273043
-1.81077
-1.8164
-1.82249
-1.82889
-1.83567
-1.84281
-1.85032
-1.85819
-1.86644
-1.87513
-1.88436
-1.8941
-1.90436
-1.91507
-1.9262
-1.93783
-1.94993
-1.96227
-1.97477
-1.98742
-1.99993
-2.012
-2.02348
-2.03384
-2.04262
-2.0493
-2.05319
-2.05349
-2.04942
-2.0399
-2.02389
-2.00026
-1.96749
-1.92468
-1.86987
-1.80299
-1.72309
-1.62881
-1.52207
-1.4018
-1.26638
-1.11826
-0.96005
-0.792426
-0.618333
-0.442845
-0.271227
-0.108816
0.0388917
0.16688
0.270226
0.346475
0.393618
0.41489
0.412247
0.393003
0.361526
0.325682
0.288677
0.263455
-1.85027
-1.85604
-1.86227
-1.86885
-1.87585
-1.88323
-1.89102
-1.89918
-1.90776
-1.91678
-1.92636
-1.93646
-1.94711
-1.95821
-1.96976
-1.98182
-1.99437
-2.00718
-2.02015
-2.03328
-2.04628
-2.05882
-2.07074
-2.08151
-2.09063
-2.09752
-2.10151
-2.10174
-2.09735
-2.08732
-2.07051
-2.04573
-2.01159
-1.96701
-1.91003
-1.84064
-1.75788
-1.6604
-1.55023
-1.42644
-1.28741
-1.13576
-0.974142
-0.803291
-0.626426
-0.448719
-0.275455
-0.111988
0.0361866
0.164077
0.266781
0.34197
0.387721
0.407629
0.403787
0.38385
0.352076
0.316401
0.279599
0.253717
-1.8901
-1.89616
-1.90271
-1.90958
-1.91686
-1.92451
-1.93257
-1.941
-1.94985
-1.95918
-1.96908
-1.97954
-1.99056
-2.00206
-2.01403
-2.02653
-2.03954
-2.05281
-2.06626
-2.07989
-2.09337
-2.10638
-2.11876
-2.12992
-2.13936
-2.14649
-2.15051
-2.1506
-2.14591
-2.13529
-2.11765
-2.09175
-2.05605
-2.00959
-1.95035
-1.87833
-1.7926
-1.69183
-1.57818
-1.4508
-1.30815
-1.15298
-0.987931
-0.813863
-0.634309
-0.454486
-0.279702
-0.115288
0.0332313
0.160939
0.262905
0.336987
0.38129
0.399841
0.39482
0.37427
0.342288
0.306895
0.27043
0.243824
-1.9308
-1.93701
-1.94373
-1.9508
-1.95832
-1.96624
-1.9746
-1.98335
-1.99254
-2.00221
-2.01247
-2.0233
-2.03472
-2.04663
-2.05902
-2.07196
-2.08544
-2.0992
-2.11313
-2.12725
-2.14122
-2.1547
-2.16751
-2.17908
-2.18882
-2.19608
-2.20015
-2.20013
-2.19504
-2.18384
-2.16528
-2.13814
-2.10091
-2.0525
-1.9909
-1.91616
-1.82737
-1.72324
-1.60603
-1.475
-1.32868
-1.16998
-1.00153
-0.824327
-0.642174
-0.460333
-0.284124
-0.118865
0.0299152
0.157369
0.258551
0.331497
0.374348
0.391562
0.38542
0.364337
0.332253
0.297241
0.261201
0.23379
-1.97198
-1.9785
-1.98552
-1.99289
-2.00069
-2.00888
-2.01751
-2.02654
-2.03602
-2.04601
-2.05661
-2.06781
-2.07962
-2.09194
-2.10476
-2.11816
-2.13212
-2.14636
-2.16078
-2.17539
-2.18985
-2.20378
-2.21703
-2.22893
-2.23892
-2.2464
-2.25045
-2.25022
-2.2448
-2.23294
-2.21345
-2.18506
-2.14611
-2.09565
-2.03158
-1.95401
-1.86205
-1.75446
-1.63363
-1.49889
-1.3489
-1.18667
-1.0148
-0.8345
-0.64985
-0.466107
-0.288606
-0.122618
0.0263021
0.153418
0.253727
0.325494
0.366846
0.382739
0.375506
0.353981
0.321891
0.287387
0.251916
0.223612
-2.01412
-2.0208
-2.02799
-2.03556
-2.0436
-2.05206
-2.06099
-2.07034
-2.08015
-2.0905
-2.10147
-2.11306
-2.12527
-2.13802
-2.15128
-2.16514
-2.17958
-2.19431
-2.20923
-2.22433
-2.23926
-2.25364
-2.26725
-2.27951
-2.28976
-2.29729
-2.30138
-2.30101
-2.29515
-2.28262
-2.26212
-2.23234
-2.19171
-2.1391
-2.07246
-1.99195
-1.89673
-1.7856
-1.66108
-1.52259
-1.36888
-1.20311
-1.02785
-0.844571
-0.657527
-0.471989
-0.293301
-0.126687
0.0222873
0.148998
0.248392
0.318961
0.358815
0.373416
0.365157
0.343282
0.311299
0.277406
0.242602
0.213302
-2.05672
-2.06369
-2.07118
-2.07906
-2.08738
-2.09613
-2.10534
-2.11498
-2.12511
-2.13578
-2.1471
-2.15908
-2.1717
-2.18488
-2.19859
-2.21292
-2.22785
-2.24309
-2.2585
-2.27409
-2.28949
-2.30428
-2.31831
-2.33083
-2.34127
-2.349
-2.35303
-2.35242
-2.34615
-2.33287
-2.31133
-2.28015
-2.23763
-2.18276
-2.11342
-2.02986
-1.93127
-1.81652
-1.68824
-1.54594
-1.38851
-1.21918
-1.04054
-0.854354
-0.665036
-0.477834
-0.298094
-0.130979
0.0179326
0.144151
0.242551
0.311878
0.350201
0.363528
0.354291
0.332161
0.300396
0.267252
0.233273
0.202856
-2.10018
-2.10733
-2.11502
-2.12313
-2.13171
-2.14075
-2.15028
-2.16026
-2.17074
-2.18178
-2.19349
-2.20587
-2.21892
-2.23254
-2.24672
-2.26153
-2.27696
-2.2927
-2.30861
-2.3247
-2.34057
-2.3558
-2.37016
-2.38302
-2.39369
-2.40143
-2.40544
-2.40462
-2.3978
-2.38375
-2.36104
-2.32832
-2.28391
-2.22668
-2.15454
-2.06782
-1.96577
-1.84731
-1.71521
-1.56905
-1.40786
-1.23498
-1.05303
-0.86405
-0.672565
-0.483816
-0.303133
-0.135627
0.0131433
0.138801
0.236178
0.304245
0.341054
0.353138
0.343001
0.320712
0.289284
0.256986
0.223946
0.192288
-2.14424
-2.15169
-2.15969
-2.1681
-2.17698
-2.18631
-2.19614
-2.20643
-2.21723
-2.22862
-2.24071
-2.25349
-2.26696
-2.28104
-2.29568
-2.31098
-2.32692
-2.34317
-2.35959
-2.37619
-2.39254
-2.40819
-2.42297
-2.43607
-2.44691
-2.45481
-2.45868
-2.4575
-2.45016
-2.43522
-2.41131
-2.37699
-2.33047
-2.27076
-2.19569
-2.10569
-2.00007
-1.87782
-1.74184
-1.59178
-1.42684
-1.25039
-1.06515
-0.87348
-0.679961
-0.489802
-0.308314
-0.140546
0.0079689
0.132979
0.229265
0.29603
0.331304
0.342166
0.331193
0.308847
0.277882
0.246574
0.214643
0.181591
-2.18927
-2.1969
-2.2051
-2.21375
-2.22289
-2.23252
-2.24268
-2.25331
-2.26448
-2.27625
-2.28873
-2.30194
-2.31585
-2.33039
-2.3455
-2.3613
-2.37775
-2.39453
-2.41146
-2.42857
-2.44541
-2.46151
-2.47664
-2.49008
-2.50112
-2.50897
-2.51275
-2.51125
-2.50322
-2.48732
-2.46207
-2.42599
-2.37736
-2.31505
-2.23694
-2.14356
-2.03428
-1.90815
-1.76823
-1.61423
-1.44553
-1.26551
-1.07709
-0.882847
-0.687405
-0.495958
-0.313779
-0.145861
0.00232311
0.126619
0.221796
0.287243
0.321012
0.330688
0.318971
0.296669
0.266292
0.236071
0.20538
0.170779
-2.23492
-2.24285
-2.25137
-2.26032
-2.26978
-2.27972
-2.29018
-2.30114
-2.31265
-2.32478
-2.33765
-2.35127
-2.36562
-2.38062
-2.39622
-2.41251
-2.42949
-2.44679
-2.46425
-2.48188
-2.49922
-2.51576
-2.53131
-2.545
-2.55619
-2.56414
-2.56768
-2.56571
-2.55701
-2.54005
-2.51338
-2.47548
-2.42449
-2.35945
-2.27817
-2.18129
-2.06823
-1.93815
-1.79423
-1.63627
-1.46382
-1.28022
-1.08867
-0.891975
-0.694751
-0.502159
-0.319434
-0.151492
-0.00375454
0.119748
0.213749
0.277848
0.310097
0.318618
0.30623
0.284084
0.254434
0.225453
0.196183
0.159844
-2.2816
-2.28976
-2.29852
-2.30773
-2.31747
-2.32772
-2.33851
-2.3498
-2.36167
-2.37418
-2.38745
-2.40148
-2.41629
-2.43175
-2.44783
-2.46464
-2.48215
-2.49999
-2.51798
-2.53614
-2.55398
-2.57098
-2.58689
-2.60091
-2.61227
-2.62012
-2.62347
-2.62106
-2.61151
-2.59342
-2.56518
-2.52527
-2.47192
-2.40403
-2.31947
-2.21897
-2.10204
-1.96792
-1.81994
-1.65802
-1.48179
-1.29466
-1.1001
-0.901063
-0.702176
-0.50856
-0.325409
-0.15755
-0.0103396
0.112318
0.205122
0.267875
0.298633
0.30605
0.293088
0.27121
0.242414
0.214759
0.187061
0.148798
-2.32916
-2.33762
-2.34667
-2.35618
-2.36619
-2.37673
-2.38781
-2.39942
-2.41161
-2.42449
-2.43815
-2.45261
-2.46786
-2.4838
-2.50038
-2.5177
-2.53575
-2.55414
-2.57267
-2.59136
-2.60972
-2.62717
-2.6435
-2.65777
-2.66925
-2.67713
-2.68016
-2.67714
-2.66676
-2.64741
-2.61752
-2.57555
-2.51958
-2.44869
-2.3607
-2.25647
-2.13554
-1.99731
-1.84522
-1.67936
-1.49936
-1.3087
-1.1112
-0.909953
-0.709548
-0.515051
-0.331623
-0.163969
-0.0174021
0.10434
0.195883
0.257271
0.286527
0.292886
0.27943
0.257945
0.23015
0.203977
0.17805
0.137635
-2.37736
-2.38607
-2.3954
-2.4052
-2.41554
-2.42641
-2.43785
-2.44982
-2.4624
-2.47567
-2.48974
-2.50464
-2.52036
-2.53679
-2.55387
-2.57172
-2.59032
-2.60926
-2.62834
-2.64758
-2.66646
-2.68438
-2.70109
-2.71567
-2.72726
-2.73497
-2.7377
-2.7341
-2.72272
-2.70202
-2.67035
-2.62612
-2.56753
-2.49353
-2.40198
-2.29389
-2.16887
-2.02642
-1.87018
-1.70036
-1.51661
-1.3225
-1.12218
-0.918835
-0.717034
-0.521779
-0.338196
-0.17085
-0.0250069
0.0957777
0.186042
0.24608
0.273868
0.279231
0.265386
0.244417
0.217752
0.193139
0.169154
0.126362
-2.42647
-2.43548
-2.44511
-2.45523
-2.46587
-2.47707
-2.48883
-2.50116
-2.5141
-2.52777
-2.54227
-2.55762
-2.57382
-2.59075
-2.60835
-2.62674
-2.6459
-2.66541
-2.68504
-2.70483
-2.72423
-2.74264
-2.75974
-2.77451
-2.78617
-2.79382
-2.79612
-2.7918
-2.77943
-2.75728
-2.72374
-2.67718
-2.6157
-2.53842
-2.44317
-2.33109
-2.20187
-2.05509
-1.89468
-1.72096
-1.53344
-1.33591
-1.13286
-0.927558
-0.724508
-0.528643
-0.345054
-0.178139
-0.0331295
0.0866299
0.175559
0.234233
0.260553
0.264973
0.250832
0.230517
0.205141
0.182246
0.160413
0.114973
-2.47638
-2.48564
-2.49555
-2.50597
-2.51695
-2.5285
-2.54064
-2.55336
-2.56671
-2.5808
-2.59575
-2.61157
-2.62826
-2.64571
-2.66384
-2.68278
-2.70252
-2.7226
-2.74281
-2.76316
-2.7831
-2.80191
-2.81934
-2.83439
-2.84608
-2.8535
-2.85542
-2.8504
-2.83685
-2.81317
-2.77761
-2.72855
-2.66417
-2.58348
-2.48439
-2.36819
-2.23466
-2.08343
-1.91881
-1.7412
-1.54995
-1.3491
-1.14345
-0.936299
-0.732125
-0.535775
-0.352301
-0.185919
-0.0418202
0.0768779
0.164462
0.221795
0.24669
0.250239
0.235916
0.216384
0.19242
0.171308
0.15183
0.103474
-2.5273
-2.53687
-2.5471
-2.55784
-2.56914
-2.58103
-2.59351
-2.6066
-2.62034
-2.63485
-2.65025
-2.66655
-2.68375
-2.70172
-2.7204
-2.73991
-2.76023
-2.7809
-2.80167
-2.82257
-2.84298
-2.86225
-2.88002
-2.89518
-2.90692
-2.91422
-2.91562
-2.90974
-2.89504
-2.86971
-2.83204
-2.7804
-2.71285
-2.62859
-2.52551
-2.40505
-2.26712
-2.11134
-1.9425
-1.76102
-1.56603
-1.36191
-1.15378
-0.944928
-0.739776
-0.543095
-0.359875
-0.194154
-0.0510621
0.0665021
0.152702
0.208676
0.232169
0.234898
0.220505
0.201905
0.179519
0.160339
0.143447
0.0918574
-2.5791
-2.58894
-2.59946
-2.61053
-2.62218
-2.63444
-2.64733
-2.66083
-2.675
-2.68995
-2.70581
-2.72261
-2.74033
-2.75884
-2.77808
-2.79816
-2.81907
-2.84033
-2.86167
-2.88311
-2.90404
-2.92366
-2.94171
-2.95713
-2.96884
-2.97583
-2.97675
-2.97001
-2.95397
-2.92688
-2.88696
-2.83255
-2.7618
-2.67384
-2.56662
-2.4418
-2.29936
-2.13899
-1.96588
-1.78048
-1.58179
-1.37453
-1.16404
-0.953607
-0.747605
-0.550717
-0.367875
-0.202911
-0.0608994
0.0555017
0.140314
0.194959
0.217104
0.219096
0.204759
0.187225
0.166539
0.149341
0.135267
0.0801293
-2.63201
-2.64218
-2.65304
-2.66444
-2.67644
-2.68906
-2.70231
-2.7162
-2.73079
-2.74619
-2.76252
-2.77982
-2.79806
-2.81713
-2.83693
-2.85759
-2.87911
-2.90095
-2.92286
-2.94485
-2.96623
-2.98628
-3.00465
-3.02012
-3.0318
-3.03857
-3.03883
-3.03108
-3.01369
-2.98472
-2.94245
-2.88516
-2.81095
-2.71911
-2.60761
-2.47829
-2.33128
-2.16627
-1.98885
-1.79949
-1.59711
-1.3868
-1.17408
-0.962219
-0.755513
-0.558577
-0.37624
-0.212168
-0.0713154
0.0438389
0.127249
0.180533
0.201383
0.202681
0.188541
0.17223
0.153417
0.138339
0.127264
0.0682971
-2.68593
-2.69638
-2.70757
-2.71932
-2.73169
-2.74471
-2.75838
-2.7727
-2.78773
-2.80359
-2.82042
-2.83823
-2.85701
-2.87663
-2.897
-2.91825
-2.94037
-2.96282
-2.9853
-3.00782
-3.02972
-3.05012
-3.06873
-3.08439
-3.09595
-3.10228
-3.10191
-3.09313
-3.07417
-3.04322
-2.9984
-2.93806
-2.86034
-2.76449
-2.64856
-2.51463
-2.36298
-2.19327
-2.01149
-1.81813
-1.61214
-1.3989
-1.18407
-0.970909
-0.763628
-0.566766
-0.385056
-0.22197
-0.0823427
0.0315353
0.113554
0.165507
0.185134
0.185823
0.172019
0.157065
0.140241
0.127317
0.119101
0.056415
-2.74106
-2.75187
-2.76341
-2.77553
-2.78827
-2.80166
-2.81573
-2.83046
-2.84593
-2.86225
-2.87956
-2.89789
-2.91721
-2.9374
-2.95834
-2.98019
-3.00292
-3.02597
-3.04903
-3.07211
-3.09446
-3.11527
-3.13416
-3.14982
-3.16124
-3.16721
-3.16601
-3.15602
-3.13548
-3.10239
-3.05493
-2.99141
-2.90989
-2.80984
-2.68933
-2.55067
-2.39431
-2.21989
-2.03373
-1.83633
-1.62674
-1.41069
-1.1939
-0.979584
-0.771868
-0.575242
-0.394275
-0.232312
-0.0939734
0.0185388
0.09917
0.149752
0.168236
0.168357
0.155058
0.141619
0.126963
0.116322
0.110439
0.0443825
-2.79737
-2.80849
-2.82038
-2.83286
-2.846
-2.8598
-2.87429
-2.88947
-2.90539
-2.92219
-2.94
-2.95886
-2.97873
-2.99949
-3.02102
-3.04347
-3.06681
-3.09048
-3.11411
-3.13774
-3.16059
-3.18174
-3.20084
-3.2166
-3.22779
-3.23318
-3.23117
-3.21993
-3.19759
-3.16223
-3.11193
-3.04501
-2.95965
-2.85526
-2.73003
-2.58653
-2.42538
-2.24621
-2.05565
-1.85417
-1.6411
-1.42235
-1.20372
-0.988373
-0.780351
-0.58408
-0.403972
-0.243221
-0.106232
0.00488806
0.0841506
0.133394
0.150824
0.15047
0.13783
0.126041
0.113661
0.105346
0.101151
0.0319681
-2.85503
-2.86652
-2.87878
-2.89164
-2.90515
-2.91934
-2.93424
-2.94984
-2.96621
-2.98348
-3.00179
-3.02117
-3.04161
-3.06295
-3.08507
-3.10813
-3.1321
-3.15638
-3.1806
-3.20478
-3.22808
-3.24961
-3.26893
-3.28461
-3.29555
-3.30043
-3.2974
-3.28473
-3.26056
-3.22276
-3.1695
-3.09904
-3.00953
-2.90062
-2.77053
-2.62206
-2.45603
-2.27212
-2.07716
-1.87159
-1.65507
-1.43375
-1.21342
-0.997198
-0.78901
-0.593246
-0.414112
-0.2547
-0.119121
-0.00947467
0.0684242
0.116295
0.132762
0.131988
0.1202
0.110225
0.100297
0.0944558
0.0912758
0.0190499
-2.91398
-2.9258
-2.93841
-2.95164
-2.96555
-2.98015
-2.99547
-3.01152
-3.02836
-3.04612
-3.06495
-3.08488
-3.10589
-3.12783
-3.15055
-3.17424
-3.19884
-3.22375
-3.24855
-3.27327
-3.29707
-3.31889
-3.33836
-3.35406
-3.36463
-3.36877
-3.36474
-3.3506
-3.32434
-3.28397
-3.22753
-3.15333
-3.05962
-2.94604
-2.81093
-2.65738
-2.48633
-2.29764
-2.09831
-1.88869
-1.66884
-1.44507
-1.22315
-1.00616
-0.797942
-0.602792
-0.424755
-0.266752
-0.132655
-0.0244873
0.0520542
0.0986093
0.114199
0.113116
0.102338
0.0943091
0.0869319
0.0836307
0.0808097
0.00563316
-2.97409
-2.98629
-2.99928
-3.01292
-3.02723
-3.04227
-3.05803
-3.07455
-3.09187
-3.11015
-3.12952
-3.15002
-3.17163
-3.19417
-3.21753
-3.24184
-3.2671
-3.29263
-3.31803
-3.34329
-3.36751
-3.38967
-3.40929
-3.4248
-3.435
-3.43845
-3.43319
-3.41737
-3.38901
-3.34591
-3.28614
-3.20805
-3.10982
-2.9914
-2.85112
-2.69236
-2.51615
-2.3227
-2.11904
-1.90539
-1.6823
-1.45619
-1.23282
-1.01522
-0.807102
-0.612706
-0.435878
-0.279393
-0.146841
-0.0402204
0.0349613
0.0801808
0.0949886
0.093676
0.084116
0.0782026
0.0735407
0.0729525
0.0697849
-0.00828456
-3.03507
-3.04769
-3.06116
-3.07527
-3.09008
-3.10563
-3.12191
-3.13895
-3.1568
-3.17563
-3.19557
-3.21666
-3.23888
-3.26206
-3.28605
-3.31101
-3.33692
-3.36309
-3.38907
-3.41487
-3.43954
-3.46194
-3.48163
-3.49705
-3.50673
-3.50927
-3.50281
-3.48526
-3.45454
-3.40853
-3.34525
-3.26303
-3.16025
-3.03681
-2.89122
-2.72714
-2.54564
-2.34738
-2.13942
-1.92182
-1.6956
-1.46726
-1.24257
-1.02446
-0.81657
-0.623025
-0.447525
-0.292616
-0.161684
-0.0565995
0.0172193
0.0611779
0.0752896
0.0738856
0.0657044
0.0620336
0.0601707
0.0623976
0.0581916
-0.0226905
-3.09785
-3.11087
-3.12474
-3.13928
-3.15453
-3.17054
-3.18731
-3.20486
-3.22325
-3.24263
-3.26315
-3.28485
-3.30771
-3.33153
-3.35618
-3.3818
-3.40838
-3.43517
-3.46175
-3.48806
-3.51313
-3.53581
-3.55553
-3.57064
-3.5798
-3.58149
-3.57358
-3.55411
-3.521
-3.47192
-3.40496
-3.31847
-3.21081
-3.08219
-2.93114
-2.76163
-2.57481
-2.37175
-2.1594
-1.9379
-1.70865
-1.47821
-1.25232
-1.03384
-0.826314
-0.633755
-0.459682
-0.306448
-0.177191
-0.0737068
-0.00125418
0.0414277
0.0549467
0.0535619
0.0469847
0.0457253
0.0468108
0.0520576
0.0460577
-0.0375868
-3.16194
-3.17537
-3.1897
-3.20471
-3.22046
-3.23698
-3.25427
-3.27235
-3.29129
-3.31124
-3.33236
-3.35469
-3.37819
-3.40267
-3.42798
-3.45427
-3.48151
-3.50894
-3.53608
-3.56291
-3.58837
-3.61118
-3.6309
-3.64579
-3.65429
-3.65489
-3.64557
-3.62413
-3.58834
-3.53604
-3.46519
-3.37422
-3.26163
-3.12765
-2.971
-2.79595
-2.60377
-2.39583
-2.17908
-1.95376
-1.72158
-1.48915
-1.26218
-1.04344
-0.836391
-0.644907
-0.472373
-0.320863
-0.193352
-0.091456
-0.0203699
0.0211166
0.0341414
0.0329261
0.028113
0.0293816
0.0334855
0.0419
0.0333689
-0.052958
-3.22792
-3.24176
-3.25649
-3.27194
-3.28813
-3.30512
-3.32291
-3.34151
-3.361
-3.38153
-3.40326
-3.42622
-3.45038
-3.47554
-3.50151
-3.52847
-3.55637
-3.58443
-3.61213
-3.63939
-3.66516
-3.6882
-3.70784
-3.72232
-3.7302
-3.72977
-3.7188
-3.69517
-3.65669
-3.60097
-3.52607
-3.43045
-3.31261
-3.17309
-3.0107
-2.83003
-2.63249
-2.41964
-2.1984
-1.96932
-1.73433
-1.50004
-1.27211
-1.05324
-0.84679
-0.656511
-0.485595
-0.335904
-0.210177
-0.109937
-0.0402144
5.68321e-05
0.0127052
0.0118014
0.00898809
0.0129451
0.0201974
0.0320244
0.0201483
-0.0688056
-3.29522
-3.3095
-3.32472
-3.34065
-3.35736
-3.37488
-3.39321
-3.41237
-3.43243
-3.45356
-3.47591
-3.49952
-3.52435
-3.55018
-3.57684
-3.60447
-3.63303
-3.66169
-3.68988
-3.71761
-3.7437
-3.76676
-3.78634
-3.80053
-3.80761
-3.80593
-3.79333
-3.76745
-3.72598
-3.66666
-3.58751
-3.48703
-3.36387
-3.21866
-3.05037
-2.86394
-2.66097
-2.44318
-2.21746
-1.98472
-1.74702
-1.51096
-1.28218
-1.06329
-0.857553
-0.668557
-0.499362
-0.351528
-0.227649
-0.129053
-0.0606904
-0.0215515
-0.00916579
-0.00958791
-0.0102448
-0.00349594
0.00695803
0.0223956
0.00637721
-0.0851124
-3.36437
-3.37909
-3.39476
-3.41117
-3.42837
-3.44641
-3.46528
-3.485
-3.50565
-3.52739
-3.55037
-3.57464
-3.60016
-3.62669
-3.65403
-3.68233
-3.71155
-3.7408
-3.76953
-3.79761
-3.82393
-3.84718
-3.8666
-3.88026
-3.88658
-3.88368
-3.86918
-3.84082
-3.79633
-3.73323
-3.64964
-3.54411
-3.41533
-3.26425
-3.08991
-2.8976
-2.68921
-2.46647
-2.2362
-1.99988
-1.75959
-1.5219
-1.29238
-1.0736
-0.868685
-0.681098
-0.513678
-0.367787
-0.245777
-0.148898
-0.0818877
-0.0439076
-0.0316523
-0.0314086
-0.0296708
-0.0199815
-0.00621965
0.0131205
-0.00791663
-0.101874
-3.43502
-3.45022
-3.46641
-3.48335
-3.5011
-3.51969
-3.53914
-3.55945
-3.5807
-3.60307
-3.62671
-3.65166
-3.67787
-3.70511
-3.73315
-3.76214
-3.79202
-3.82188
-3.85106
-3.87958
-3.90618
-3.92937
-3.94864
-3.96188
-3.96722
-3.96285
-3.94646
-3.91554
-3.8677
-3.80062
-3.71237
-3.60158
-3.4671
-3.30998
-3.12943
-2.93104
-2.71718
-2.48951
-2.25474
-2.01493
-1.77216
-1.53291
-1.30277
-1.08419
-0.880204
-0.694089
-0.528545
-0.384622
-0.264541
-0.169365
-0.1037
-0.0667946
-0.05454
-0.0534522
-0.0491721
-0.036453
-0.0193455
0.00405057
-0.0227153
-0.119047
-3.50767
-3.52334
-3.54
-3.55745
-3.57572
-3.59486
-3.61488
-3.63579
-3.65766
-3.68067
-3.70498
-3.73063
-3.75756
-3.78552
-3.81427
-3.84396
-3.87452
-3.90498
-3.93472
-3.96358
-3.99037
-4.01367
-4.03265
-4.0452
-4.04958
-4.04375
-4.02517
-3.99144
-3.94021
-3.86895
-3.77584
-3.65958
-3.5191
-3.35577
-3.16888
-2.96432
-2.74497
-2.51234
-2.27304
-2.02983
-1.78467
-1.544
-1.31334
-1.0951
-0.892138
-0.70761
-0.543976
-0.402092
-0.283946
-0.190549
-0.126221
-0.0904194
-0.0780214
-0.0758627
-0.0688116
-0.0529295
-0.0323921
-0.00506954
-0.037918
-0.136585
-3.58191
-3.59808
-3.6153
-3.6333
-3.65216
-3.6719
-3.69253
-3.71407
-3.73659
-3.76027
-3.78527
-3.81163
-3.8393
-3.868
-3.89748
-3.92788
-3.95913
-3.99023
-4.02045
-4.04974
-4.07678
-4.09994
-4.11863
-4.13059
-4.13377
-4.1262
-4.10542
-4.06878
-4.01382
-3.93816
-3.83996
-3.71803
-3.57144
-3.40174
-3.20838
-2.99758
-2.77269
-2.53499
-2.29123
-2.04469
-1.79724
-1.55521
-1.32414
-1.10632
-0.904488
-0.721598
-0.559964
-0.420128
-0.30397
-0.212339
-0.149336
-0.114555
-0.101868
-0.098443
-0.0884896
-0.0693696
-0.0453657
-0.0148116
-0.0534544
-0.154417
-3.65819
-3.67488
-3.69262
-3.71118
-3.73061
-3.75095
-3.7722
-3.79439
-3.81756
-3.84194
-3.86765
-3.89475
-3.92317
-3.95264
-3.98286
-4.014
-4.04596
-4.07769
-4.10846
-4.1381
-4.16529
-4.18848
-4.20675
-4.21783
-4.21982
-4.21052
-4.18722
-4.1474
-4.08865
-4.00838
-3.90488
-3.77703
-3.62406
-3.44783
-3.24787
-3.03085
-2.80037
-2.55749
-2.30926
-2.05949
-1.80984
-1.56658
-1.33519
-1.11791
-0.917301
-0.73615
-0.576527
-0.438792
-0.324614
-0.234825
-0.17314
-0.139411
-0.126281
-0.121313
-0.10825
-0.0857766
-0.0582091
-0.0253694
-0.0692696
-0.172514
-3.73627
-3.75351
-3.77184
-3.79101
-3.81106
-3.83205
-3.85395
-3.87681
-3.90067
-3.92575
-3.9522
-3.98006
-4.00926
-4.03951
-4.07051
-4.10239
-4.13508
-4.16746
-4.19872
-4.22878
-4.25617
-4.27914
-4.29699
-4.30729
-4.30784
-4.2965
-4.27068
-4.22758
-4.16466
-4.07956
-3.97052
-3.83656
-3.67707
-3.49414
-3.28742
-3.06414
-2.82808
-2.57995
-2.32729
-2.07432
-1.82253
-1.57809
-1.3465
-1.12985
-0.930554
-0.751173
-0.593653
-0.458003
-0.345859
-0.257892
-0.197517
-0.164751
-0.151022
-0.14431
-0.128025
-0.102138
-0.0709304
-0.0367648
-0.0853904
-0.19085
-3.81659
-3.83437
-3.85327
-3.87303
-3.89369
-3.91532
-3.93789
-3.96143
-3.98599
-4.01181
-4.03902
-4.06766
-4.09766
-4.12871
-4.16049
-4.19314
-4.22656
-4.2596
-4.29143
-4.32182
-4.34933
-4.37222
-4.3895
-4.39874
-4.39786
-4.38448
-4.35579
-4.30911
-4.24199
-4.15181
-4.03701
-3.8967
-3.73046
-3.54066
-3.32698
-3.09744
-2.85586
-2.60242
-2.34531
-2.0892
-1.83534
-1.58984
-1.35811
-1.1422
-0.944313
-0.766792
-0.611362
-0.477832
-0.367698
-0.281631
-0.222558
-0.190787
-0.176295
-0.167521
-0.147837
-0.118439
-0.0834619
-0.048907
-0.101804
-0.209422
-3.89882
-3.9172
-3.93673
-3.95714
-3.97848
-4.00079
-4.02406
-4.04832
-4.07362
-4.10019
-4.12818
-4.15762
-4.18845
-4.22032
-4.25291
-4.28634
-4.32053
-4.35424
-4.38657
-4.41736
-4.44499
-4.46756
-4.48428
-4.49252
-4.48995
-4.47424
-4.44267
-4.39229
-4.32057
-4.2251
-4.10431
-3.95746
-3.78428
-3.58744
-3.36655
-3.13071
-2.88369
-2.62496
-2.36343
-2.10418
-1.84831
-1.60177
-1.37003
-1.15493
-0.958542
-0.782895
-0.629635
-0.49819
-0.390112
-0.305926
-0.248142
-0.217276
-0.20185
-0.190808
-0.167639
-0.134682
-0.0958149
-0.0618325
-0.118541
-0.228209
-3.98353
-4.00248
-4.0226
-4.04364
-4.06563
-4.08862
-4.1126
-4.13758
-4.16364
-4.19099
-4.21978
-4.25005
-4.28173
-4.31445
-4.34787
-4.38211
-4.41706
-4.45145
-4.48433
-4.51539
-4.54307
-4.56545
-4.58144
-4.58843
-4.58417
-4.56611
-4.5313
-4.47694
-4.40056
-4.29955
-4.17254
-4.01888
-3.83858
-3.63453
-3.40633
-3.16412
-2.91159
-2.64753
-2.38164
-2.1193
-1.86146
-1.614
-1.38229
-1.16812
-0.973318
-0.799631
-0.648492
-0.519157
-0.413079
-0.330871
-0.274353
-0.244432
-0.227887
-0.21423
-0.187435
-0.15084
-0.107916
-0.0754568
-0.135585
-0.247208
-4.07031
-4.08989
-4.11069
-4.13241
-4.15511
-4.17883
-4.20355
-4.2293
-4.25613
-4.28429
-4.31391
-4.34504
-4.37759
-4.4112
-4.44546
-4.48052
-4.51625
-4.55128
-4.58461
-4.61604
-4.64375
-4.66571
-4.68099
-4.68679
-4.68058
-4.65987
-4.62181
-4.56333
-4.4819
-4.37512
-4.24165
-4.08105
-3.8934
-3.68198
-3.44644
-3.19776
-2.93957
-2.67021
-2.40002
-2.13459
-1.87481
-1.62644
-1.39491
-1.18173
-0.988584
-0.816862
-0.667911
-0.54064
-0.436588
-0.356355
-0.301071
-0.272012
-0.254159
-0.237695
-0.207209
-0.16694
-0.119784
-0.0898202
-0.152959
-0.266396
-4.15963
-4.17983
-4.20127
-4.22368
-4.24708
-4.27154
-4.29702
-4.32355
-4.35119
-4.38018
-4.41066
-4.44268
-4.47614
-4.51063
-4.54577
-4.58165
-4.61812
-4.65381
-4.68764
-4.71925
-4.74697
-4.76864
-4.78305
-4.7874
-4.77925
-4.75585
-4.71417
-4.65129
-4.56474
-4.45195
-4.31179
-4.14393
-3.94878
-3.72983
-3.48696
-3.23175
-2.96771
-2.69304
-2.41858
-2.15011
-1.88843
-1.63925
-1.40791
-1.19584
-1.00443
-0.834763
-0.687907
-0.562728
-0.460603
-0.382472
-0.328371
-0.300225
-0.280853
-0.261229
-0.226947
-0.182942
-0.131335
-0.104823
-0.170625
-0.285761
-4.25118
-4.27206
-4.29422
-4.31737
-4.34153
-4.36678
-4.39306
-4.42042
-4.4489
-4.47875
-4.51013
-4.54306
-4.57744
-4.61286
-4.64888
-4.68559
-4.72285
-4.75914
-4.79337
-4.82531
-4.85297
-4.87411
-4.88767
-4.89059
-4.88022
-4.85384
-4.80853
-4.74109
-4.64902
-4.52998
-4.38291
-4.20766
-4.00474
-3.77804
-3.5278
-3.26606
-2.99607
-2.71607
-2.43739
-2.16586
-1.90228
-1.65231
-1.42131
-1.21042
-1.02079
-0.853177
-0.708463
-0.58532
-0.485123
-0.409111
-0.356135
-0.328825
-0.307729
-0.28477
-0.246652
-0.198884
-0.142841
-0.120444
-0.188558
-0.305261
-4.34537
-4.36694
-4.38981
-4.41369
-4.43862
-4.46467
-4.49178
-4.51998
-4.54933
-4.58008
-4.61238
-4.64625
-4.6816
-4.71796
-4.75489
-4.79246
-4.83047
-4.86742
-4.90211
-4.93417
-4.96174
-4.98246
-4.99494
-4.99619
-4.98358
-4.95418
-4.90485
-4.83255
-4.73491
-4.60937
-4.45514
-4.27219
-4.06136
-3.82666
-3.56906
-3.30081
-3.02475
-2.73939
-2.45649
-2.18191
-1.91646
-1.6658
-1.43512
-1.22555
-1.03777
-0.8723
-0.729588
-0.608506
-0.5101
-0.436362
-0.384433
-0.35801
-0.33496
-0.308313
-0.266295
-0.21471
-0.154769
-0.136503
-0.206684
-0.324868
-4.44198
-4.46428
-4.48793
-4.51262
-4.53837
-4.56527
-4.59324
-4.62233
-4.65258
-4.68426
-4.71751
-4.75236
-4.78869
-4.82604
-4.8639
-4.90234
-4.94117
-4.97872
-5.0138
-5.04611
-5.07349
-5.09352
-5.10494
-5.10452
-5.08938
-5.05664
-5.00327
-4.92597
-4.82233
-4.69006
-4.52844
-4.33768
-4.11865
-3.87577
-3.6108
-3.33603
-3.05381
-2.76304
-2.47591
-2.19824
-1.93092
-1.67956
-1.44938
-1.24117
-1.05529
-0.891953
-0.751273
-0.632186
-0.535548
-0.464118
-0.413159
-0.387542
-0.36233
-0.331842
-0.285903
-0.230454
-0.167564
-0.152992
-0.224992
-0.344544
-4.54138
-4.56441
-4.58883
-4.61432
-4.64091
-4.66867
-4.69754
-4.72754
-4.75874
-4.79137
-4.82561
-4.86147
-4.89882
-4.93717
-4.976
-5.01534
-5.05495
-5.09316
-5.12868
-5.16103
-5.1882
-5.20761
-5.21775
-5.21539
-5.19771
-5.16157
-5.10376
-5.02115
-4.91146
-4.77221
-4.60296
-4.40404
-4.17676
-3.92575
-3.65338
-3.37184
-3.08335
-2.78712
-2.49572
-2.21496
-1.94577
-1.6938
-1.46409
-1.25739
-1.07346
-0.912346
-0.773523
-0.656451
-0.561415
-0.492465
-0.442374
-0.417605
-0.389994
-0.355324
-0.305435
-0.246036
-0.181264
-0.169827
-0.243457
-0.364284
-4.64337
-4.6672
-4.69245
-4.7188
-4.74628
-4.77495
-4.80475
-4.83571
-4.86787
-4.9015
-4.93677
-4.97367
-5.01206
-5.05145
-5.09125
-5.13151
-5.17195
-5.21078
-5.24665
-5.27916
-5.30602
-5.32458
-5.33342
-5.32912
-5.30859
-5.26874
-5.20647
-5.11839
-5.00223
-4.85575
-4.67866
-4.47151
-4.23561
-3.97645
-3.69672
-3.40827
-3.11345
-2.81167
-2.51594
-2.23201
-1.96092
-1.70836
-1.47928
-1.27415
-1.0922
-0.933292
-0.796335
-0.681197
-0.587721
-0.521294
-0.471979
-0.447963
-0.417751
-0.378769
-0.32493
-0.261491
-0.19588
-0.187082
-0.262103
-0.384066
-4.74827
-4.77289
-4.79898
-4.8262
-4.85458
-4.88419
-4.91496
-4.9469
-4.98007
-5.01473
-5.05105
-5.08902
-5.1285
-5.16895
-5.20976
-5.25093
-5.29218
-5.33168
-5.36791
-5.4004
-5.42692
-5.44469
-5.45203
-5.44552
-5.42213
-5.37849
-5.31137
-5.21751
-5.09482
-4.94087
-4.75568
-4.53993
-4.29533
-4.02805
-3.74104
-3.44552
-3.14424
-2.83682
-2.53665
-2.2495
-1.97653
-1.72345
-1.49497
-1.29155
-1.11162
-0.955012
-0.819708
-0.706512
-0.614418
-0.550685
-0.502034
-0.478783
-0.44574
-0.40212
-0.344339
-0.276731
-0.211326
-0.204695
-0.280917
-0.403891
-4.85593
-4.8814
-4.90839
-4.93653
-4.96587
-4.99646
-5.02823
-5.06119
-5.09541
-5.13114
-5.16855
-5.20762
-5.24821
-5.28974
-5.33156
-5.37367
-5.41576
-5.45582
-5.49239
-5.52496
-5.55104
-5.56781
-5.57365
-5.56492
-5.53835
-5.49062
-5.41861
-5.31881
-5.18915
-5.0275
-4.83401
-4.60961
-4.35587
-4.08045
-3.78628
-3.4837
-3.17585
-2.86258
-2.55785
-2.26739
-1.99248
-1.73888
-1.51118
-1.30953
-1.13163
-0.977313
-0.84365
-0.732302
-0.641537
-0.580532
-0.532453
-0.509852
-0.473796
-0.425424
-0.363719
-0.291801
-0.227619
-0.222737
-0.299921
-0.42374
-4.96662
-4.99294
-5.02083
-5.04992
-5.08024
-5.11184
-5.14465
-5.17867
-5.21397
-5.25079
-5.28932
-5.32953
-5.37125
-5.41389
-5.45674
-5.49976
-5.54262
-5.58335
-5.62023
-5.65271
-5.67839
-5.6942
-5.69833
-5.68713
-5.65736
-5.60545
-5.52814
-5.42209
-5.28542
-5.11581
-4.91377
-4.68034
-4.41767
-4.13416
-3.83259
-3.52283
-3.20829
-2.88907
-2.5796
-2.28578
-2.00893
-1.7549
-1.52793
-1.3282
-1.15236
-1.00042
-0.868154
-0.758648
-0.669032
-0.610909
-0.563293
-0.541313
-0.502035
-0.448604
-0.383014
-0.3066
-0.244659
-0.241125
-0.31909
-0.443609
-5.08022
-5.10746
-5.13631
-5.16639
-5.19774
-5.2304
-5.26429
-5.29941
-5.33582
-5.37378
-5.41346
-5.45483
-5.49771
-5.54147
-5.58532
-5.62928
-5.67296
-5.71421
-5.75142
-5.78394
-5.80908
-5.82375
-5.82616
-5.81246
-5.77918
-5.72278
-5.64014
-5.52767
-5.38355
-5.20575
-4.99496
-4.75247
-4.48063
-4.18906
-3.87997
-3.56289
-3.24151
-2.91623
-2.60191
-2.3046
-2.02576
-1.77131
-1.54524
-1.34751
-1.17371
-1.02415
-0.893235
-0.785462
-0.696937
-0.64171
-0.59447
-0.572969
-0.530316
-0.471725
-0.40229
-0.321459
-0.262405
-0.259887
-0.338423
-0.463472
-5.19695
-5.22512
-5.25495
-5.28605
-5.31846
-5.3522
-5.38721
-5.42347
-5.46104
-5.50017
-5.54105
-5.58362
-5.62768
-5.67257
-5.71749
-5.76234
-5.80679
-5.8487
-5.88618
-5.91854
-5.94317
-5.95673
-5.95719
-5.94075
-5.90392
-5.84294
-5.75455
-5.63535
-5.48374
-5.2975
-5.07769
-4.82563
-4.54496
-4.24549
-3.92856
-3.60392
-3.27556
-2.94416
-2.62483
-2.32398
-2.04315
-1.78835
-1.56313
-1.36756
-1.1958
-1.04871
-0.918883
-0.812817
-0.725212
-0.673002
-0.626041
-0.604946
-0.558737
-0.494694
-0.421478
-0.336834
-0.280691
-0.278912
-0.35789
-0.483321
-5.31675
-5.3459
-5.37677
-5.40894
-5.44245
-5.47733
-5.5135
-5.55095
-5.58971
-5.63006
-5.67217
-5.71597
-5.76127
-5.80733
-5.85329
-5.89911
-5.94438
-5.98679
-6.02453
-6.05684
-6.0808
-6.09303
-6.09154
-6.0723
-6.03161
-5.96573
-5.87156
-5.74545
-5.58591
-5.39098
-5.16196
-4.90034
-4.61058
-4.30326
-3.97844
-3.64601
-3.31045
-2.97279
-2.64833
-2.34384
-2.06095
-1.80583
-1.58164
-1.38831
-1.21855
-1.07395
-0.945118
-0.840641
-0.753889
-0.704688
-0.657937
-0.637075
-0.587196
-0.517602
-0.440637
-0.353129
-0.299507
-0.298249
-0.377503
-0.503135
-5.43979
-5.46994
-5.50187
-5.53514
-5.56979
-5.60586
-5.64324
-5.68191
-5.72191
-5.76352
-5.8069
-5.85199
-5.89855
-5.94583
-5.99292
-6.03967
-6.08572
-6.12875
-6.1667
-6.19874
-6.22203
-6.23295
-6.22926
-6.20696
-6.16236
-6.09147
-5.9911
-5.85777
-5.69026
-5.48639
-5.24789
-4.97651
-4.67802
-4.36269
-4.02972
-3.68925
-3.34628
-3.00225
-2.67247
-2.3643
-2.07935
-1.82401
-1.60077
-1.40987
-1.24206
-1.10007
-0.971929
-0.868997
-0.782937
-0.736826
-0.690208
-0.669461
-0.615773
-0.540343
-0.459684
-0.370343
-0.318776
-0.317829
-0.397251
-0.522913
-5.56604
-5.59725
-5.63029
-5.66471
-5.70056
-5.73785
-5.77648
-5.81643
-5.85772
-5.90064
-5.94534
-5.99176
-6.03964
-6.08817
-6.13638
-6.18415
-6.23104
-6.27454
-6.31267
-6.34453
-6.36698
-6.37636
-6.37044
-6.34502
-6.29618
-6.21997
-6.11336
-5.97263
-5.7967
-5.58365
-5.33544
-5.0546
-4.74723
-4.4237
-4.08253
-3.73375
-3.38309
-3.03246
-2.69723
-2.38529
-2.09823
-1.84269
-1.62056
-1.43221
-1.26627
-1.12692
-0.999342
-0.89782
-0.812384
-0.769325
-0.722788
-0.701963
-0.644387
-0.56302
-0.478676
-0.388496
-0.338557
-0.337733
-0.417155
-0.542642
-5.69565
-5.72794
-5.76213
-5.79774
-5.83482
-5.87338
-5.91332
-5.95459
-5.99722
-6.04149
-6.08757
-6.13536
-6.1846
-6.23444
-6.28384
-6.33259
-6.38027
-6.42437
-6.46262
-6.4941
-6.5157
-6.52354
-6.51513
-6.48633
-6.4332
-6.35155
-6.23827
-6.08984
-5.90545
-5.68295
-5.42462
-5.13426
-4.81851
-4.4866
-4.13694
-3.77958
-3.42099
-3.06354
-2.72265
-2.40694
-2.11775
-1.86215
-1.64103
-1.45543
-1.29126
-1.15472
-1.02735
-0.92716
-0.842207
-0.802232
-0.755723
-0.734668
-0.673103
-0.585519
-0.497529
-0.407479
-0.358787
-0.3579
-0.437207
-0.562324
-5.82861
-5.86203
-5.89741
-5.93427
-5.97263
-6.01253
-6.05382
-6.09646
-6.14049
-6.18616
-6.23366
-6.28288
-6.33352
-6.3847
-6.43528
-6.4851
-6.53363
-6.57817
-6.61655
-6.6477
-6.66828
-6.67435
-6.66344
-6.63118
-6.57342
-6.48601
-6.36603
-6.2097
-6.01639
-5.78421
-5.51574
-5.21615
-4.89176
-4.55135
-4.19321
-3.82694
-3.46005
-3.09546
-2.74871
-2.42917
-2.1378
-1.88219
-1.66221
-1.47954
-1.31698
-1.18333
-1.05599
-0.956969
-0.872431
-0.83547
-0.788961
-0.767475
-0.701875
-0.607958
-0.516321
-0.427306
-0.379511
-0.3784
-0.457422
-0.581943
-5.96503
-5.99961
-6.03623
-6.07437
-6.11407
-6.15534
-6.19804
-6.24211
-6.28758
-6.33471
-6.38368
-6.43437
-6.48646
-6.53902
-6.59087
-6.64171
-6.69105
-6.73616
-6.77457
-6.80523
-6.82479
-6.82908
-6.81539
-6.77941
-6.71698
-6.62369
-6.49657
-6.33203
-6.12977
-5.88762
-5.60908
-5.3003
-4.96732
-4.61823
-4.25146
-3.87597
-3.50039
-3.12832
-2.77545
-2.45214
-2.15857
-1.90309
-1.68412
-1.50463
-1.34352
-1.21297
-1.08524
-0.987282
-0.903043
-0.869077
-0.822539
-0.800453
-0.730753
-0.63022
-0.535217
-0.447822
-0.400635
-0.399154
-0.477787
-0.601501
-6.10491
-6.14071
-6.17862
-6.2181
-6.25919
-6.30188
-6.34605
-6.3916
-6.43856
-6.4872
-6.53769
-6.5899
-6.6435
-6.69748
-6.75057
-6.80251
-6.8527
-6.89823
-6.9367
-6.96691
-6.98527
-6.98757
-6.97109
-6.9313
-6.86386
-6.76437
-6.63008
-6.45713
-6.24544
-5.99299
-5.70461
-5.38712
-5.04511
-4.6872
-4.31168
-3.92665
-3.54202
-3.16206
-2.80285
-2.47578
-2.17993
-1.92468
-1.7068
-1.53073
-1.3708
-1.24352
-1.11516
-1.01806
-0.934057
-0.902983
-0.856411
-0.833526
-0.759707
-0.65242
-0.554819
-0.468996
-0.422181
-0.420228
-0.498312
-0.620984
-6.24835
-6.28541
-6.32465
-6.3655
-6.40803
-6.45221
-6.49789
-6.54497
-6.59348
-6.64368
-6.69575
-6.74953
-6.80467
-6.86011
-6.91451
-6.9675
-7.01851
-7.06459
-7.10302
-7.13262
-7.1498
-7.1501
-7.13054
-7.08671
-7.0142
-6.90838
-6.76648
-6.5848
-6.36366
-6.10076
-5.80265
-5.47643
-5.12547
-4.75847
-4.37375
-3.97888
-3.58499
-3.19681
-2.83093
-2.50025
-2.20206
-1.94725
-1.73039
-1.55795
-1.39892
-1.27518
-1.14573
-1.04932
-0.965468
-0.937215
-0.890608
-0.86675
-0.788778
-0.674426
-0.575366
-0.490707
-0.444075
-0.441555
-0.518989
-0.640395
-6.39535
-6.43372
-6.47434
-6.51663
-6.56065
-6.60637
-6.65362
-6.70229
-6.7524
-6.80421
-6.85791
-6.9133
-6.97003
-7.02696
-7.08266
-7.13677
-7.18863
-7.23511
-7.27355
-7.3026
-7.31842
-7.31652
-7.29388
-7.2459
-7.16798
-7.05552
-6.90597
-6.71535
-6.48426
-6.21117
-5.90369
-5.5687
-5.20837
-4.83202
-4.43774
-4.03268
-3.62928
-3.23247
-2.85967
-2.5255
-2.22488
-1.97112
-1.75581
-1.58633
-1.42786
-1.30789
-1.177
-1.08103
-0.997285
-0.971719
-0.925098
-0.900085
-0.817961
-0.696344
-0.596855
-0.513008
-0.466374
-0.463212
-0.539832
-0.659723
-6.546
-6.58571
-6.62776
-6.67154
-6.7171
-6.76441
-6.81329
-6.86361
-6.91537
-6.96885
-7.02421
-7.08126
-7.1396
-7.19804
-7.25509
-7.3103
-7.363
-7.41003
-7.44838
-7.47672
-7.49122
-7.48708
-7.46109
-7.40873
-7.32534
-7.2061
-7.04846
-6.84858
-6.60737
-6.32437
-6.00785
-5.66376
-5.2941
-4.90809
-4.50364
-4.08805
-3.67494
-3.26916
-2.88909
-2.5517
-2.24955
-1.99805
-1.78445
-1.61644
-1.45829
-1.34181
-1.20895
-1.1132
-1.0295
-1.00651
-0.959906
-0.933572
-0.847287
-0.71818
-0.619148
-0.535793
-0.489007
-0.485134
-0.560833
-0.678973
-6.7003
-6.74141
-6.78494
-6.83026
-6.87743
-6.92639
-6.97695
-7.02898
-7.08245
-7.13763
-7.19471
-7.25346
-7.31344
-7.37343
-7.43183
-7.48818
-7.54178
-7.58921
-7.62755
-7.65523
-7.66822
-7.66166
-7.63229
-7.57545
-7.48626
-7.35993
-7.19416
-6.98478
-6.73319
-6.44061
-6.11532
-5.7621
-5.38267
-4.98666
-4.57159
-4.14508
-3.72198
-3.30681
-2.91913
-2.57882
-2.27786
-2.02926
-1.81699
-1.6493
-1.49111
-1.37689
-1.24167
-1.1458
-1.06212
-1.04154
-0.995004
-0.967189
-0.876761
-0.740611
-0.642194
-0.559096
-0.512027
-0.507392
-0.582
-0.698137
-6.85833
-6.90088
-6.94594
-6.99286
-7.04168
-7.09235
-7.14467
-7.19846
-7.25369
-7.31065
-7.36949
-7.42999
-7.49166
-7.5532
-7.61299
-7.67049
-7.72495
-7.77293
-7.81113
-7.83801
-7.8495
-7.8405
-7.80748
-7.74592
-7.65087
-7.51731
-7.34296
-7.12373
-6.86231
-6.56059
-6.22622
-5.86359
-5.47436
-5.06792
-4.64157
-4.20382
-3.7705
-3.34555
-2.94983
-2.60836
-2.31112
-2.06517
-1.8535
-1.6856
-1.52677
-1.41332
-1.27547
-1.17878
-1.09512
-1.07682
-1.03041
-1.00096
-0.906385
-0.763979
-0.665869
-0.582815
-0.535368
-0.529924
-0.60333
-0.717221
-7.02011
-7.06416
-7.11081
-7.15938
-7.20992
-7.26237
-7.3165
-7.37211
-7.42917
-7.48796
-7.54863
-7.61093
-7.67432
-7.73751
-7.79868
-7.85736
-7.91271
-7.96107
-7.9992
-8.02531
-8.03512
-8.02346
-7.98677
-7.92039
-7.81914
-7.67803
-7.49506
-7.2658
-6.99469
-6.68428
-6.34079
-5.96868
-5.5692
-5.15195
-4.71381
-4.26439
-3.82054
-3.38534
-2.98219
-2.64273
-2.34964
-2.10578
-1.89408
-1.72542
-1.56523
-1.45107
-1.31096
-1.21225
-1.12848
-1.1123
-1.06609
-1.0349
-0.936164
-0.788369
-0.690206
-0.607022
-0.559099
-0.552805
-0.62483
-0.73622
-7.1857
-7.23129
-7.27959
-7.32987
-7.3822
-7.43648
-7.49249
-7.55
-7.60895
-7.66963
-7.73219
-7.79634
-7.86156
-7.92637
-7.98901
-8.04884
-8.10505
-8.15392
-8.19182
-8.217
-8.22515
-8.21081
-8.17016
-8.09872
-7.99121
-7.84239
-7.65033
-7.41116
-7.13105
-6.81204
-6.45914
-6.07725
-5.66743
-5.239
-4.78837
-4.32685
-3.87221
-3.42621
-3.01884
-2.68335
-2.39371
-2.15135
-1.93876
-1.7688
-1.60652
-1.49032
-1.34843
-1.24661
-1.16227
-1.14794
-1.10205
-1.06899
-0.966086
-0.813636
-0.715133
-0.631641
-0.583162
-0.575974
-0.646496
-0.755142
-7.35513
-7.40233
-7.45232
-7.50438
-7.55855
-7.61474
-7.67269
-7.73216
-7.79308
-7.85571
-7.92024
-7.98632
-8.05338
-8.11993
-8.18402
-8.24505
-8.30213
-8.35134
-8.38908
-8.41334
-8.41961
-8.40237
-8.35775
-8.28113
-8.16702
-8.01016
-7.80889
-7.56035
-7.27164
-6.94387
-6.58153
-6.18971
-5.76893
-5.32873
-4.86517
-4.39123
-3.92556
-3.46834
-3.06189
-2.73038
-2.44339
-2.2018
-1.9876
-1.81568
-1.6506
-1.5311
-1.38785
-1.28247
-1.19689
-1.18369
-1.13824
-1.10326
-0.996152
-0.839831
-0.740696
-0.65675
-0.607626
-0.599504
-0.668333
-0.773985
-7.52844
-7.57729
-7.62903
-7.68293
-7.73902
-7.79719
-7.85715
-7.91866
-7.9816
-8.04627
-8.11282
-8.18091
-8.24989
-8.31818
-8.3838
-8.446
-8.50394
-8.55359
-8.59099
-8.61417
-8.61858
-8.59841
-8.54951
-8.46749
-8.3467
-8.18165
-7.97094
-7.71353
-7.41684
-7.08017
-6.70806
-6.30593
-5.87388
-5.42109
-4.94396
-4.45743
-3.98065
-3.51406
-3.11199
-2.78407
-2.49889
-2.2573
-2.04055
-1.86605
-1.69747
-1.57395
-1.42916
-1.32008
-1.23277
-1.21951
-1.17465
-1.13769
-1.02634
-0.866818
-0.766826
-0.682275
-0.632433
-0.623332
-0.690337
-0.792758
-7.70564
-7.7562
-7.80976
-7.86556
-7.92363
-7.98384
-8.04591
-8.10952
-8.17457
-8.24134
-8.30999
-8.38014
-8.45109
-8.52123
-8.58835
-8.65179
-8.71057
-8.7605
-8.79763
-8.81974
-8.82207
-8.79876
-8.74556
-8.65801
-8.5302
-8.35659
-8.13715
-7.87161
-7.56666
-7.22095
-6.83898
-6.42627
-5.98218
-5.51587
-5.02478
-4.52546
-4.03726
-3.56657
-3.16942
-2.84451
-2.5602
-2.31773
-2.09763
-1.91984
-1.74709
-1.61916
-1.47233
-1.35945
-1.27003
-1.25541
-1.21129
-1.17232
-1.05668
-0.894657
-0.793571
-0.70829
-0.657646
-0.647524
-0.712511
-0.811491
-7.88676
-7.93907
-7.99452
-8.05228
-8.1124
-8.17474
-8.23897
-8.30476
-8.372
-8.44095
-8.51177
-8.58405
-8.65707
-8.72901
-8.79774
-8.86238
-8.922
-8.97232
-9.00901
-9.02988
-9.03015
-9.00365
-8.94585
-8.85253
-8.71762
-8.53539
-8.30765
-8.03459
-7.72152
-7.36664
-6.97438
-6.55059
-6.09397
-5.61321
-5.10758
-4.59526
-4.09511
-3.62723
-3.23438
-2.91186
-2.6274
-2.38318
-2.15876
-1.97699
-1.79942
-1.66672
-1.51734
-1.40052
-1.30865
-1.2914
-1.24817
-1.20715
-1.08713
-0.923221
-0.820862
-0.73472
-0.683205
-0.672015
-0.734847
-0.830264
-8.07179
-8.12592
-8.18331
-8.2431
-8.30534
-8.36988
-8.43635
-8.50441
-8.5739
-8.64511
-8.71817
-8.79262
-8.86769
-8.94159
-9.0119
-9.07781
-9.13828
-9.18884
-9.22518
-9.24481
-9.24279
-9.2129
-9.15047
-9.05125
-8.90888
-8.71832
-8.48326
-8.20295
-7.88146
-7.51722
-7.11451
-6.67922
-6.2091
-5.71297
-5.19251
-4.6669
-4.15627
-3.6961
-3.30708
-2.98614
-2.70044
-2.45349
-2.22392
-2.03742
-1.8544
-1.71653
-1.56415
-1.44332
-1.34864
-1.32765
-1.28529
-1.24221
-1.11773
-0.952575
-0.848744
-0.761634
-0.709168
-0.696867
-0.757349
-0.849179
-8.26072
-8.31674
-8.37613
-8.43803
-8.50246
-8.56927
-8.63807
-8.70846
-8.78029
-8.85381
-8.92914
-9.00585
-9.08306
-9.15886
-9.23086
-9.29805
-9.35938
-9.4103
-9.4461
-9.46434
-9.46006
-9.42671
-9.35934
-9.25398
-9.10406
-8.90602
-8.66433
-8.37668
-8.04691
-7.67313
-7.25941
-6.81205
-6.32779
-5.81541
-5.27961
-4.74012
-4.22512
-3.77357
-3.38775
-3.06746
-2.77935
-2.5287
-2.29301
-2.10106
-1.91198
-1.76857
-1.61273
-1.48778
-1.39
-1.36452
-1.32264
-1.2775
-1.14843
-0.982599
-0.87715
-0.788957
-0.735473
-0.722012
-0.780007
-0.868307
-8.45355
-8.5115
-8.57296
-8.63704
-8.70375
-8.77291
-8.84411
-8.91693
-8.99116
-9.06706
-9.14478
-9.22372
-9.3031
-9.38097
-9.45464
-9.52315
-9.58534
-9.63648
-9.67183
-9.68868
-9.6819
-9.64491
-9.57255
-9.46092
-9.30361
-9.0989
-8.85129
-8.55631
-8.21791
-7.83433
-7.4093
-6.94929
-6.44994
-5.9205
-5.36912
-4.81497
-4.30395
-3.85996
-3.47651
-3.15577
-2.86401
-2.6086
-2.36596
-2.1678
-1.97207
-1.82271
-1.66304
-1.53393
-1.43273
-1.40251
-1.36021
-1.31305
-1.17927
-1.01335
-0.906117
-0.816751
-0.762174
-0.747509
-0.802821
-0.887624
-8.65022
-8.71018
-8.77378
-8.84011
-8.90918
-8.98078
-9.05448
-9.1298
-9.20652
-9.2849
-9.365
-9.44633
-9.52797
-9.60782
-9.68327
-9.75309
-9.81615
-9.86759
-9.90232
-9.91762
-9.90837
-9.86767
-9.79001
-9.67177
-9.50816
-9.29797
-9.04422
-8.74184
-8.3949
-8.00125
-7.56416
-7.09068
-6.57527
-6.02813
-5.4609
-4.89433
-4.39282
-3.95556
-3.57346
-3.25107
-2.95439
-2.6932
-2.44264
-2.23756
-2.03463
-1.87895
-1.71504
-1.58168
-1.47681
-1.44177
-1.39801
-1.34885
-1.21031
-1.04471
-0.935572
-0.844935
-0.789202
-0.773285
-0.825781
-0.907123
-8.85069
-8.91273
-8.97855
-9.04721
-9.11872
-9.19286
-9.26913
-9.34705
-9.42635
-9.50726
-9.5899
-9.67362
-9.75754
-9.83955
-9.91673
-9.98788
-10.0518
-10.1034
-10.1376
-10.1513
-10.1394
-10.0948
-10.0118
-9.88726
-9.71827
-9.50322
-9.2436
-8.93383
-8.57792
-8.17381
-7.72417
-7.23628
-6.70333
-6.13791
-5.55467
-4.98321
-4.49206
-4.06056
-3.67862
-3.35322
-3.0503
-2.78224
-2.52298
-2.3102
-2.09954
-1.93717
-1.76868
-1.63107
-1.52224
-1.48231
-1.43608
-1.38495
-1.24187
-1.0767
-0.965542
-0.873565
-0.816607
-0.799393
-0.848885
-0.926778
-9.0549
-9.11908
-9.18721
-9.25829
-9.33233
-9.40909
-9.48805
-9.56865
-9.65061
-9.73416
-9.81935
-9.9056
-9.99189
-10.076
-10.155
-10.2275
-10.2922
-10.3441
-10.3776
-10.3896
-10.375
-10.3264
-10.2377
-10.1078
-9.93491
-9.71521
-9.44958
-9.13229
-8.76742
-8.35242
-7.88925
-7.38586
-6.83408
-6.24993
-5.65005
-5.08396
-4.602
-4.1751
-3.79195
-3.46216
-3.15163
-2.87566
-2.6068
-2.38563
-2.16674
-1.99733
-1.82391
-1.68199
-1.56899
-1.52405
-1.47443
-1.42134
-1.27418
-1.10924
-0.995958
-0.902562
-0.844321
-0.825762
-0.872121
-0.946584
-9.26279
-9.32919
-9.3997
-9.47329
-9.54996
-9.62943
-9.71116
-9.79455
-9.87925
-9.96551
-10.0534
-10.1422
-10.2309
-10.3173
-10.398
-10.4719
-10.5375
-10.5895
-10.6223
-10.6325
-10.615
-10.5622
-10.4683
-10.3344
-10.1583
-9.93402
-9.66262
-9.3378
-8.96338
-8.53696
-8.05956
-7.53943
-6.9674
-6.36409
-5.75061
-5.19657
-4.72285
-4.2992
-3.91337
-3.57765
-3.25816
-2.97319
-2.694
-2.46371
-2.23612
-2.05934
-1.8807
-1.73448
-1.61705
-1.567
-1.51308
-1.45808
-1.3073
-1.14237
-1.02686
-0.931983
-0.872391
-0.852439
-0.895487
-0.966514
-9.47426
-9.54297
-9.61595
-9.69214
-9.77153
-9.85382
-9.93842
-10.0247
-10.1122
-10.2013
-10.2919
-10.3834
-10.4746
-10.5631
-10.6458
-10.721
-10.7874
-10.8396
-10.8715
-10.8799
-10.8595
-10.8024
-10.7043
-10.5678
-10.3889
-10.1602
-9.88292
-9.55038
-9.16625
-8.72782
-8.235
-7.69675
-7.1034
-6.48019
-5.86257
-5.32148
-4.85484
-4.43289
-4.04273
-3.69954
-3.36973
-3.07473
-2.7844
-2.54432
-2.30759
-2.12314
-1.93897
-1.78842
-1.66637
-1.61111
-1.55204
-1.49514
-1.34118
-1.17601
-1.05818
-0.961751
-0.900746
-0.879351
-0.918969
-0.986561
-9.68924
-9.76033
-9.83587
-9.91475
-9.99695
-10.0822
-10.1697
-10.259
-10.3495
-10.4414
-10.5349
-10.629
-10.7228
-10.8137
-10.8982
-10.9748
-11.0419
-11.0942
-11.1254
-11.1318
-11.1082
-11.0473
-10.9466
-10.8085
-10.6268
-10.3939
-10.1109
-9.77055
-9.37599
-8.92479
-8.41567
-7.858
-7.24223
-6.59844
-5.98887
-5.45905
-4.99801
-4.57601
-4.17984
-3.82752
-3.48607
-3.17997
-2.87785
-2.62733
-2.38106
-2.18864
-1.99867
-1.84383
-1.71694
-1.65637
-1.59156
-1.53256
-1.37582
-1.21022
-1.08995
-0.991917
-0.92943
-0.90654
-0.942563
-1.00669
-9.90762
-9.98118
-10.0594
-10.141
-10.2262
-10.3144
-10.405
-10.4974
-10.5909
-10.6858
-10.7821
-10.8791
-10.9755
-11.0687
-11.1551
-11.233
-11.301
-11.3534
-11.3836
-11.388
-11.3612
-11.2977
-11.196
-11.0567
-10.8727
-10.6357
-10.3469
-9.99832
-9.59299
-9.12817
-8.60131
-8.02273
-7.38384
-6.72378
-6.12939
-5.60949
-5.15233
-4.72842
-4.32443
-3.96138
-3.60695
-3.28878
-2.97417
-2.7126
-2.45641
-2.25578
-2.05974
-1.90059
-1.7687
-1.70272
-1.63194
-1.57028
-1.41116
-1.24492
-1.12212
-1.02241
-0.958375
-0.933936
-0.966257
-1.02691
-10.1293
-10.2054
-10.2863
-10.3709
-10.459
-10.5504
-10.6442
-10.7397
-10.8364
-10.9343
-11.0337
-11.1334
-11.2324
-11.3281
-11.4165
-11.4958
-11.5645
-11.6169
-11.6462
-11.6484
-11.6189
-11.5546
-11.4531
-11.313
-11.1267
-10.8857
-10.5912
-10.2342
-9.81715
-9.33767
-8.79177
-8.19049
-7.52719
-6.86326
-6.28454
-5.77295
-5.31766
-4.88981
-4.47619
-4.10073
-3.73208
-3.40082
-3.0732
-2.79999
-2.53354
-2.32445
-2.12213
-1.95872
-1.82165
-1.75017
-1.67331
-1.60836
-1.44722
-1.28016
-1.15473
-1.05326
-0.987618
-0.961574
-0.990048
-1.04718
-10.3541
-10.4329
-10.5166
-10.6041
-10.6954
-10.79
-10.8871
-10.9859
-11.0858
-11.1869
-11.2892
-11.3919
-11.4937
-11.5917
-11.6821
-11.7627
-11.8322
-11.8846
-11.9129
-11.9129
-11.8825
-11.8192
-11.7183
-11.5776
-11.3894
-11.1446
-10.844
-10.4782
-10.0488
-9.55355
-8.98676
-8.36113
-7.67274
-7.01967
-6.45457
-5.94939
-5.49376
-5.05988
-4.63476
-4.24528
-3.86121
-3.51594
-3.17472
-2.88936
-2.61236
-2.3946
-2.18576
-2.01808
-1.87569
-1.79863
-1.71563
-1.64676
-1.48393
-1.31586
-1.1877
-1.08441
-1.01709
-0.989381
-1.01392
-1.0675
-10.582
-10.6635
-10.7501
-10.8407
-10.9352
-11.0332
-11.1337
-11.2358
-11.339
-11.4433
-11.5487
-11.6544
-11.7589
-11.8595
-11.9519
-12.0338
-12.104
-12.1563
-12.1835
-12.1824
-12.153
-12.0918
-11.9919
-11.851
-11.661
-11.4124
-11.1059
-10.7308
-10.2879
-9.77543
-9.18616
-8.53469
-7.8266
-7.19293
-6.63971
-6.13869
-5.6803
-5.23818
-4.79976
-4.39461
-3.99401
-3.63379
-3.27859
-2.98055
-2.69277
-2.46611
-2.25058
-2.07868
-1.93081
-1.84812
-1.75888
-1.68558
-1.52131
-1.35206
-1.22106
-1.1159
-1.04682
-1.01739
-1.03787
-1.08784
-10.8128
-10.897
-10.9867
-11.0805
-11.1783
-11.2797
-11.3837
-11.4894
-11.5959
-11.7035
-11.8121
-11.9207
-12.0281
-12.1312
-12.2255
-12.3088
-12.3796
-12.4319
-12.4581
-12.4577
-12.4314
-12.3729
-12.2742
-12.1335
-11.9422
-11.6898
-11.3769
-10.9919
-10.5346
-10.0036
-9.38966
-8.71051
-7.99781
-7.38345
-6.83997
-6.34059
-5.87688
-5.42428
-4.97074
-4.54838
-4.1302
-3.7542
-3.38459
-3.07344
-2.77468
-2.5389
-2.3165
-2.14037
-1.98693
-1.89853
-1.80301
-1.72491
-1.5593
-1.38867
-1.25477
-1.14764
-1.07674
-1.04553
-1.06188
-1.1082
-11.0463
-11.1334
-11.2262
-11.3233
-11.4245
-11.5295
-11.6371
-11.7463
-11.8564
-11.9673
-12.0791
-12.1908
-12.3009
-12.4066
-12.5029
-12.5874
-12.6588
-12.7109
-12.7376
-12.7403
-12.7181
-12.6627
-12.566
-12.4258
-12.2331
-11.977
-11.6575
-11.262
-10.7888
-10.2376
-9.59742
-8.88813
-8.18986
-7.59144
-7.05519
-6.55468
-6.08296
-5.61761
-5.14723
-4.70611
-4.26943
-3.8768
-3.49256
-3.16785
-2.858
-2.61286
-2.38348
-2.20317
-2.04403
-1.94989
-1.84803
-1.76493
-1.59792
-1.42575
-1.28884
-1.17968
-1.10689
-1.07382
-1.08595
-1.12853
-11.2822
-11.3723
-11.4683
-11.5688
-11.6736
-11.7822
-11.8936
-12.0065
-12.1201
-12.2344
-12.3495
-12.4643
-12.5773
-12.6854
-12.7836
-12.8694
-12.9413
-12.9938
-13.0231
-13.0308
-13.0136
-12.962
-12.8675
-12.7282
-12.5346
-12.2746
-11.948
-11.541
-11.0507
-10.4776
-9.80897
-9.07374
-8.40189
-7.81694
-7.285
-6.78044
-6.29798
-5.81764
-5.32874
-4.86743
-4.41141
-4.00143
-3.60227
-3.26366
-2.94265
-2.68788
-2.45141
-2.26693
-2.10201
-2.00208
-1.89386
-1.8057
-1.6371
-1.46321
-1.32321
-1.21194
-1.13718
-1.1022
-1.11005
-1.14887
-11.5205
-11.6137
-11.713
-11.8169
-11.9254
-12.0378
-12.153
-12.2697
-12.3869
-12.5047
-12.6231
-12.7409
-12.8568
-12.9674
-13.0675
-13.1544
-13.2267
-13.2813
-13.316
-13.33
-13.3182
-13.271
-13.1794
-13.0414
-12.8468
-12.5829
-12.2487
-11.8293
-11.32
-10.7228
-10.0232
-9.27941
-8.63405
-8.05986
-7.52902
-7.01728
-6.5213
-6.02371
-5.51475
-5.03186
-4.5558
-4.12773
-3.71358
-3.3607
-3.02854
-2.76388
-2.52025
-2.33163
-2.16084
-2.05513
-1.94051
-1.84723
-1.67687
-1.50107
-1.3579
-1.24445
-1.16766
-1.13068
-1.1342
-1.16915
-11.7608
-11.8571
-11.9598
-12.0674
-12.1797
-12.2959
-12.415
-12.5356
-12.6566
-12.7779
-12.8996
-13.0205
-13.1392
-13.2521
-13.3541
-13.442
-13.5157
-13.5751
-13.6171
-13.638
-13.6326
-13.5905
-13.5022
-13.3658
-13.1705
-12.9024
-12.5598
-12.1269
-11.5968
-10.9735
-10.2384
-9.51092
-8.88662
-8.31991
-7.78661
-7.26448
-6.75221
-6.23521
-5.70472
-5.199
-4.7023
-4.2555
-3.82626
-3.45885
-3.11557
-2.84075
-2.58992
-2.39715
-2.22043
-2.10892
-1.98792
-1.88946
-1.71717
-1.53927
-1.39286
-1.27715
-1.19824
-1.15921
-1.15836
-1.18941
-12.0029
-12.1024
-12.2086
-12.3199
-12.4361
-12.5563
-12.6794
-12.804
-12.9287
-13.0536
-13.1786
-13.3026
-13.4239
-13.5393
-13.6429
-13.7319
-13.8094
-13.8765
-13.9269
-13.9556
-13.9572
-13.921
-13.8366
-13.7021
-13.5062
-13.2336
-12.8819
-12.4341
-11.8809
-11.2292
-10.4609
-9.76713
-9.15959
-8.59654
-8.05708
-7.52128
-6.98996
-6.45142
-5.89812
-5.36836
-4.85057
-4.38443
-3.94015
-3.55795
-3.20367
-2.91841
-2.66035
-2.46347
-2.28076
-2.16347
-2.03606
-1.9324
-1.75801
-1.57784
-1.42811
-1.31006
-1.22895
-1.18779
-1.18254
-1.2096
-12.2463
-12.3493
-12.4591
-12.5742
-12.6943
-12.8187
-12.9459
-13.0744
-13.203
-13.3314
-13.4598
-13.5867
-13.7107
-13.8283
-13.9334
-14.0251
-14.1094
-14.186
-14.2456
-14.2831
-14.2928
-14.2632
-14.1831
-14.0509
-13.8545
-13.577
-13.215
-12.7509
-12.1725
-11.4898
-10.7058
-10.048
-9.45272
-8.88909
-8.33953
-7.78677
-7.23377
-6.67169
-6.09439
-5.53956
-5.00031
-4.51434
-4.05503
-3.65788
-3.29272
-2.99675
-2.73145
-2.53044
-2.34172
-2.21867
-2.08489
-1.97599
-1.79934
-1.61669
-1.46359
-1.3431
-1.25973
-1.21637
-1.20671
-1.22976
-12.4909
-12.5973
-12.7108
-12.8298
-12.954
-13.0826
-13.214
-13.3466
-13.4789
-13.6109
-13.7425
-13.8724
-13.9989
-14.1186
-14.2258
-14.3227
-14.4167
-14.5039
-14.574
-14.6213
-14.64
-14.6178
-14.5427
-14.413
-14.2159
-13.933
-13.5598
-13.0775
-12.4713
-11.7531
-10.9819
-10.3531
-9.76536
-9.19662
-8.63301
-8.06004
-7.48278
-6.89527
-6.29297
-5.71212
-5.15118
-4.64493
-4.17075
-3.75852
-3.38264
-3.07572
-2.80318
-2.59805
-2.40329
-2.27452
-2.13438
-2.02023
-1.84117
-1.65585
-1.49931
-1.37631
-1.29059
-1.24495
-1.23088
-1.24985
-12.7362
-12.8461
-12.9634
-13.0864
-13.2148
-13.3477
-13.4833
-13.62
-13.7561
-13.8916
-14.0264
-14.159
-14.2879
-14.4094
-14.5206
-14.6263
-14.7317
-14.8309
-14.9126
-14.9709
-14.9996
-14.9856
-14.9161
-14.789
-14.5913
-14.3023
-13.9163
-13.4138
-12.7773
-12.023
-11.2879
-10.6818
-10.0966
-9.51809
-8.93643
-8.34009
-7.73618
-7.1215
-6.49331
-5.88568
-5.30289
-4.77604
-4.28708
-3.85975
-3.4733
-3.15524
-2.87545
-2.66617
-2.46535
-2.33093
-2.18447
-2.06507
-1.88344
-1.69525
-1.53522
-1.40961
-1.32147
-1.27348
-1.25502
-1.26996
-12.9818
-13.0953
-13.2165
-13.3436
-13.4763
-13.6134
-13.7533
-13.8941
-14.034
-14.1729
-14.3107
-14.4459
-14.5769
-14.7011
-14.8194
-14.9366
-15.0548
-15.1674
-15.2621
-15.3326
-15.3723
-15.3676
-15.3041
-15.1799
-14.9812
-14.6854
-14.2852
-13.7602
-13.0899
-12.3136
-11.6229
-11.0335
-10.4456
-9.85236
-9.24871
-8.62593
-7.99309
-7.34964
-6.69486
-6.05979
-5.45512
-4.90742
-4.40387
-3.96146
-3.56458
-3.23527
-2.94822
-2.73477
-2.52789
-2.38788
-2.23514
-2.11051
-1.92614
-1.7349
-1.57133
-1.44303
-1.35239
-1.30197
-1.27913
-1.29011
-13.2272
-13.3444
-13.4696
-13.6009
-13.7379
-13.8794
-14.0236
-14.1683
-14.3119
-14.4541
-14.5947
-14.7322
-14.865
-14.9944
-15.1236
-15.2541
-15.3866
-15.5141
-15.6232
-15.7072
-15.7593
-15.7646
-15.7076
-15.5864
-15.3865
-15.083
-14.6666
-14.1166
-13.4072
-12.6392
-11.9869
-11.4073
-10.811
-10.1982
-9.5686
-8.91651
-8.25266
-7.57906
-6.89709
-6.23413
-5.60759
-5.03893
-4.5209
-4.06354
-3.65637
-3.31575
-3.0214
-2.80372
-2.59081
-2.44529
-2.28634
-2.15649
-1.96922
-1.77473
-1.60758
-1.47649
-1.38328
-1.33036
-1.30318
-1.31033
-13.4719
-13.5929
-13.7222
-13.8577
-13.9991
-14.145
-14.2934
-14.4421
-14.5892
-14.7344
-14.8775
-15.0169
-15.1527
-15.2909
-15.4338
-15.5792
-15.7275
-15.8716
-15.9969
-16.0959
-16.1614
-16.1776
-16.1278
-16.0096
-15.8081
-15.4957
-15.0613
-14.4839
-13.7318
-13.0039
-12.3792
-11.8022
-11.1914
-10.5541
-9.89487
-9.2108
-8.51402
-7.80905
-7.09947
-6.40832
-5.75998
-5.17038
-4.63801
-4.16591
-3.74854
-3.39667
-3.09493
-2.873
-2.65405
-2.50315
-2.33803
-2.20301
-2.01267
-1.81475
-1.64399
-1.51002
-1.41415
-1.35865
-1.32719
-1.33058
-13.7153
-13.8401
-13.9736
-14.1135
-14.2592
-14.4095
-14.5621
-14.7146
-14.865
-15.0129
-15.1581
-15.2991
-15.441
-15.5919
-15.7504
-15.9123
-16.0784
-16.241
-16.3841
-16.4995
-16.5798
-16.608
-16.5658
-16.4503
-16.2469
-15.9244
-15.4694
-14.862
-14.0794
-13.4059
-12.7983
-12.2165
-11.5853
-10.9187
-10.2262
-9.50773
-8.77633
-8.03902
-7.30148
-6.58207
-5.91202
-5.30165
-4.755
-4.26847
-3.84095
-3.47797
-3.16876
-2.9425
-2.71755
-2.56137
-2.39016
-2.25003
-2.05644
-1.8549
-1.6805
-1.54355
-1.44496
-1.3868
-1.35112
-1.35085
-13.9568
-14.0855
-14.2232
-14.3674
-14.5176
-14.6722
-14.8288
-14.9849
-15.1382
-15.2884
-15.4351
-15.5794
-15.7311
-15.8979
-16.0737
-16.2541
-16.4399
-16.623
-16.7859
-16.9194
-17.0157
-17.0569
-17.0228
-16.91
-16.7038
-16.3699
-15.8919
-15.2499
-14.469
-13.8437
-13.2425
-12.6486
-11.9908
-11.2905
-10.5614
-9.80631
-9.03876
-8.26835
-7.50262
-6.75506
-6.06341
-5.43263
-4.8717
-4.37117
-3.93349
-3.55965
-3.24283
-3.01218
-2.78126
-2.61993
-2.44272
-2.29754
-2.10052
-1.89517
-1.71713
-1.57709
-1.47571
-1.41481
-1.37499
-1.3711
-14.1956
-14.3284
-14.4703
-14.6189
-14.7734
-14.9322
-15.0926
-15.2519
-15.4078
-15.5597
-15.7079
-15.8586
-16.0244
-16.2089
-16.4042
-16.6052
-16.813
-17.0188
-17.2035
-17.3568
-17.4706
-17.5257
-17.5002
-17.3899
-17.1804
-16.8334
-16.3292
-15.6454
-14.9059
-14.3157
-13.71
-13.0966
-12.4063
-11.6678
-10.8991
-10.1055
-9.30052
-8.49649
-7.70244
-6.92704
-6.21392
-5.5632
-4.98793
-4.4739
-4.02603
-3.64166
-3.31707
-3.08194
-2.84509
-2.67877
-2.49563
-2.34548
-2.14486
-1.93552
-1.75381
-1.61058
-1.50635
-1.44264
-1.39876
-1.39131
-14.4311
-14.5678
-14.714
-14.8669
-15.0257
-15.1884
-15.3523
-15.5144
-15.6722
-15.8251
-15.9765
-16.1381
-16.321
-16.5253
-16.7425
-16.9666
-17.1987
-17.4297
-17.6384
-17.8134
-17.9459
-18.0161
-17.9997
-17.8915
-17.6778
-17.3159
-16.7829
-16.0622
-15.3875
-14.8202
-14.1989
-13.5583
-12.8297
-12.0492
-11.2381
-10.4044
-9.56084
-8.72291
-7.90049
-7.09778
-6.36328
-5.6933
-5.10354
-4.57663
-4.11845
-3.72402
-3.39144
-3.15175
-2.90901
-2.73786
-2.54887
-2.39386
-2.18944
-1.97592
-1.79056
-1.64404
-1.53689
-1.47028
-1.42244
-1.41147
-14.6622
-14.803
-14.9533
-15.1105
-15.2733
-15.4397
-15.6065
-15.7708
-15.9299
-16.0837
-16.242
-16.4188
-16.621
-16.8477
-17.0894
-17.3392
-17.5983
-17.857
-18.0921
-18.2906
-18.4436
-18.5299
-18.5232
-18.4165
-18.1979
-17.8191
-17.2533
-16.5279
-15.9132
-15.3549
-14.7071
-14.0315
-13.2592
-12.433
-11.577
-10.702
-9.81901
-8.94714
-8.09636
-7.26706
-6.51123
-5.82285
-5.21833
-4.6793
-4.21061
-3.8067
-3.46588
-3.22152
-2.97294
-2.79715
-2.60239
-2.44262
-2.23422
-2.01634
-1.82733
-1.67742
-1.56729
-1.4977
-1.44602
-1.43156
-14.8881
-15.0329
-15.1873
-15.3486
-15.5151
-15.6847
-15.8539
-16.0194
-16.1786
-16.3356
-16.5057
-16.7009
-16.9248
-17.1767
-17.4458
-17.7243
-18.0132
-18.3024
-18.5663
-18.7906
-18.9655
-19.069
-19.0726
-18.9671
-18.7425
-18.3449
-17.7394
-17.0548
-16.4808
-15.9167
-15.232
-14.5139
-13.6928
-12.8179
-11.9148
-10.9976
-10.0744
-9.16876
-8.28967
-7.43471
-6.65759
-5.9518
-5.33219
-4.78185
-4.30241
-3.88969
-3.54035
-3.29123
-3.03684
-2.8566
-2.65617
-2.49177
-2.27918
-2.05677
-1.86413
-1.7107
-1.59754
-1.5249
-1.46949
-1.45155
-15.1077
-15.2564
-15.4148
-15.5798
-15.7498
-15.9218
-16.0924
-16.2582
-16.4175
-16.5817
-16.7684
-16.9845
-17.233
-17.5131
-17.813
-18.1233
-18.4451
-18.7678
-19.0632
-19.3154
-19.5139
-19.6357
-19.6505
-19.5455
-19.3143
-18.8957
-18.2539
-17.6389
-17.0869
-16.502
-15.7712
-15.0028
-14.1287
-13.2022
-12.2503
-11.2902
-10.3263
-9.38737
-8.48013
-7.60054
-6.80216
-6.08006
-5.44498
-4.88423
-4.39376
-3.97295
-3.61478
-3.36081
-3.10067
-2.91617
-2.71016
-2.54125
-2.32429
-2.09717
-1.90091
-1.74387
-1.62762
-1.55186
-1.49283
-1.47144
-15.3199
-15.4723
-15.6346
-15.803
-15.9756
-16.1493
-16.3201
-16.4844
-16.6464
-16.8234
-17.0302
-17.2701
-17.5462
-17.8581
-18.1923
-18.5379
-18.8959
-19.2553
-19.585
-19.8677
-20.0916
-20.233
-20.2598
-20.1549
-19.916
-19.4738
-18.8256
-18.2772
-17.7284
-17.108
-16.322
-15.4964
-14.5648
-13.5848
-12.5825
-11.5792
-10.5744
-9.60265
-8.66745
-7.7644
-6.9448
-6.20757
-5.55662
-4.98638
-4.4846
-4.05644
-3.68916
-3.43022
-3.16439
-2.97584
-2.76433
-2.59104
-2.36951
-2.13751
-1.93767
-1.77691
-1.65753
-1.57856
-1.51605
-1.49123
-15.5233
-15.6793
-15.845
-16.0163
-16.1908
-16.3649
-16.5343
-16.6971
-16.8663
-17.0615
-17.2915
-17.5584
-17.8657
-18.213
-18.5854
-18.9701
-19.3679
-19.7673
-20.1344
-20.4503
-20.7016
-20.8638
-20.9041
-20.7987
-20.5513
-20.0803
-19.4708
-18.9667
-18.4016
-17.7309
-16.8823
-15.9916
-14.9996
-13.9642
-12.9104
-11.8639
-10.8181
-9.81427
-8.85148
-7.92612
-7.08545
-6.33419
-5.66709
-5.08821
-4.57488
-4.14008
-3.76344
-3.49945
-3.22798
-3.03555
-2.81864
-2.64107
-2.41481
-2.17779
-1.97438
-1.80981
-1.68724
-1.60501
-1.53913
-1.51092
-15.7164
-15.8757
-16.0443
-16.2178
-16.393
-16.5659
-16.7315
-16.8956
-17.0786
-17.2962
-17.5527
-17.8504
-18.1929
-18.5797
-18.9944
-19.4223
-19.8638
-20.3068
-20.7145
-21.0669
-21.3477
-21.5322
-21.5876
-21.4811
-21.2245
-20.7282
-20.1869
-19.7024
-19.1017
-18.3669
-17.449
-16.4862
-15.4312
-14.3393
-13.2332
-12.1438
-11.0571
-10.022
-9.03202
-8.08559
-7.22399
-6.45988
-5.77633
-5.18965
-4.66458
-4.22384
-3.8376
-3.56847
-3.29143
-3.09528
-2.87306
-2.69132
-2.46016
-2.21799
-2.01102
-1.84255
-1.71674
-1.63119
-1.56207
-1.53051
-15.8975
-16.0597
-16.2305
-16.405
-16.5794
-16.7488
-16.9105
-17.0812
-17.2843
-17.5279
-17.8151
-18.1477
-18.5296
-18.9603
-19.4216
-19.8972
-20.3869
-20.8771
-21.3291
-21.7217
-22.0345
-22.2427
-22.3158
-22.2075
-21.9409
-21.4443
-20.9694
-20.4777
-19.8239
-19.0116
-18.0202
-16.977
-15.8582
-14.7089
-13.55
-12.4183
-11.2911
-10.2256
-9.20896
-8.2427
-7.36037
-6.58453
-5.88432
-5.29065
-4.75364
-4.30762
-3.9116
-3.63724
-3.35471
-3.15501
-2.92756
-2.74174
-2.50552
-2.25809
-2.04757
-1.87511
-1.74603
-1.65711
-1.58484
-1.55001
-16.0646
-16.2289
-16.401
-16.575
-16.7463
-16.909
-17.0701
-17.2555
-17.4838
-17.7579
-18.0802
-18.4524
-18.8783
-19.3576
-19.87
-20.3982
-20.9409
-21.4825
-21.9825
-22.42
-22.7674
-23.0015
-23.0951
-22.9848
-22.7047
-22.2478
-21.8126
-21.2863
-20.5639
-19.6603
-18.5934
-17.4615
-16.2792
-15.0722
-13.8604
-12.687
-11.5197
-10.425
-9.38223
-8.39735
-7.49457
-6.70806
-5.99112
-5.39112
-4.84214
-4.39135
-3.9855
-3.70576
-3.41783
-3.21469
-2.98211
-2.79228
-2.55085
-2.29808
-2.08401
-1.9075
-1.77509
-1.68275
-1.60745
-1.56943
-16.2151
-16.3806
-16.5524
-16.7238
-16.889
-17.0448
-17.2123
-17.4205
-17.6787
-17.9882
-18.3506
-18.7673
-19.2422
-19.7746
-20.343
-20.929
-21.5307
-22.1278
-22.6802
-23.1681
-23.5537
-23.8155
-23.9338
-23.8215
-23.5359
-23.1405
-22.7096
-22.1213
-21.3161
-20.3099
-19.1648
-17.9394
-16.6929
-15.4282
-14.1635
-12.9495
-11.7428
-10.62
-9.55172
-8.54948
-7.62649
-6.83039
-6.09723
-5.49101
-4.93047
-4.47495
-4.05947
-3.77397
-3.48085
-3.27428
-3.03667
-2.8429
-2.59613
-2.33794
-2.12032
-1.93969
-1.80392
-1.70812
-1.62989
-1.58879
-16.3462
-16.5113
-16.6807
-16.8461
-17.0002
-17.1546
-17.3403
-17.5783
-17.872
-18.2219
-18.6295
-19.0959
-19.6251
-20.2157
-20.8446
-21.4944
-22.1621
-22.8191
-23.429
-23.9743
-24.4025
-24.6936
-24.8421
-24.7328
-24.4704
-24.1171
-23.6521
-22.9746
-22.0778
-20.9545
-19.7344
-18.4067
-17.098
-15.7759
-14.4587
-13.2051
-11.9599
-10.8102
-9.71716
-8.69868
-7.75612
-6.95112
-6.20327
-5.58998
-5.01892
-4.55812
-4.13348
-3.84173
-3.54393
-3.33362
-3.09109
-2.89343
-2.64122
-2.37757
-2.1564
-1.9716
-1.83243
-1.73316
-1.65207
-1.60802
-16.4541
-16.6163
-16.7797
-16.9335
-17.0785
-17.2439
-17.4598
-17.7337
-18.0683
-18.4637
-18.9214
-19.4427
-20.0319
-20.6859
-21.3805
-22.0998
-22.8425
-23.5641
-24.2379
-24.8489
-25.3258
-25.6474
-25.832
-25.7517
-25.5248
-25.1672
-24.6274
-23.8356
-22.8353
-21.5921
-20.2896
-18.8654
-17.4909
-16.1118
-14.7431
-13.4513
-12.1691
-10.9935
-9.87714
-8.84327
-7.88292
-7.06868
-6.30832
-5.6868
-5.10661
-4.63978
-4.20669
-3.90836
-3.6066
-3.39207
-3.14488
-2.94325
-2.68558
-2.41656
-2.19182
-2.00287
-1.86029
-1.75758
-1.67371
-1.62689
-16.5334
-16.6887
-16.8406
-16.9792
-17.1271
-17.3219
-17.5771
-17.8939
-18.2745
-18.7196
-19.2315
-19.8124
-20.4674
-21.1908
-21.9556
-22.7505
-23.5768
-24.3684
-25.1107
-25.793
-26.3291
-26.6925
-26.9022
-26.8707
-26.6374
-26.2183
-25.569
-24.6461
-23.5334
-22.1856
-20.7892
-19.2908
-17.8471
-16.4144
-14.9994
-13.6727
-12.3579
-11.1589
-10.0229
-8.97438
-7.99993
-7.17584
-6.40568
-5.77571
-5.18813
-4.71509
-4.27475
-3.97022
-3.66528
-3.44644
-3.19519
-2.98958
-2.72669
-2.45267
-2.22451
-2.03164
-1.88579
-1.77984
-1.69337
-1.64416
-16.5804
-16.7151
-16.8387
-16.9731
-17.1525
-17.3947
-17.6968
-18.0615
-18.4908
-18.9866
-19.5523
-20.192
-20.9127
-21.705
-22.5371
-23.4026
-24.298
-25.1577
-25.9544
-26.6729
-27.247
-27.6336
-27.8087
-27.775
-27.4776
-26.9708
-26.2205
-25.1948
-23.9984
-22.5847
-21.1181
-19.5776
-18.0836
-16.6146
-15.1693
-13.8192
-12.4848
-11.2695
-10.1224
-9.063
-8.08088
-7.24905
-6.47361
-5.83738
-5.2457
-4.76795
-4.32287
-4.01433
-3.70756
-3.48565
-3.23174
-3.02286
-2.75593
-2.47825
-2.24745
-2.05162
-1.90325
-1.79488
-1.70642
-1.6556
-16.458
-16.5721
-16.6992
-16.8671
-17.093
-17.3719
-17.7052
-18.0982
-18.5557
-19.0795
-19.6721
-20.3384
-21.0871
-21.9067
-22.7597
-23.6378
-24.5359
-25.4088
-26.2018
-26.8965
-27.4567
-27.8227
-27.9725
-27.9255
-27.6176
-27.0966
-26.3312
-25.2948
-24.0892
-22.6676
-21.1935
-19.6442
-18.141
-16.6647
-15.2131
-13.857
-12.5191
-11.2994
-10.1505
-9.08777
-8.10487
-7.27037
-6.49472
-5.8564
-5.2645
-4.78501
-4.3387
-4.02922
-3.72249
-3.4997
-3.24503
-3.03464
-2.76585
-2.48673
-2.25471
-2.0576
-1.90808
-1.79869
-1.7093
-1.6579
0.0979083
0.0989366
0.0965105
0.0929017
0.0891373
0.0856259
0.0825442
0.0798951
0.0776645
0.0757765
0.0741902
0.0728334
0.0716737
0.0706558
0.0697601
0.0689462
0.0682052
0.0675066
0.06685
0.0662091
0.0655909
0.0649699
0.0643599
0.063733
0.0631094
0.0624578
0.061804
0.0611144
0.0604184
0.0596805
0.0589338
0.0581442
0.057345
0.0565055
0.0556641
0.0548064
0.0539733
0.0532039
0.0525527
0.0522342
0.110632
0.110999
0.108324
0.104474
0.100361
0.0964488
0.0929241
0.0898404
0.087179
0.0848906
0.0829251
0.0812205
0.0797374
0.0784233
0.0772558
0.0761921
0.0752232
0.0743137
0.0734668
0.0726475
0.0718689
0.0710942
0.0703482
0.0695865
0.0688435
0.0680692
0.0673085
0.0665038
0.0657067
0.0648561
0.0640109
0.0631046
0.0622016
0.0612355
0.0602723
0.0592471
0.0582168
0.0571166
0.0559165
0.0546363
0.106906
0.10693
0.105127
0.102453
0.0994292
0.0964095
0.0935443
0.0909296
0.0885735
0.0864749
0.0846068
0.0829396
0.0814478
0.080097
0.0788724
0.0777409
0.0766986
0.0757133
0.0747916
0.0738985
0.0730513
0.0722093
0.0714011
0.0705778
0.0697793
0.0689484
0.0681363
0.0672779
0.0664335
0.0655314
0.0646399
0.0636825
0.0627308
0.061708
0.0606844
0.0595796
0.058455
0.0572206
0.0558452
0.0544201
0.103038
0.102389
0.100968
0.0991731
0.0971669
0.0951136
0.0930896
0.0911617
0.0893486
0.0876642
0.0861058
0.0846632
0.0833303
0.0820874
0.0809324
0.0798415
0.0788187
0.0778369
0.076907
0.0759972
0.0751262
0.0742555
0.0734132
0.0725526
0.0717127
0.0708385
0.0699796
0.0690735
0.0681792
0.0672274
0.066285
0.0652764
0.0642746
0.0632023
0.0621314
0.0609814
0.0598201
0.058558
0.0571761
0.0558275
0.100875
0.0995104
0.098086
0.0967018
0.095311
0.0939289
0.0925552
0.0912081
0.0898965
0.0886272
0.0874088
0.0862362
0.0851176
0.08404
0.0830128
0.0820173
0.0810656
0.0801336
0.0792374
0.078347
0.0774837
0.0766106
0.0757565
0.0748774
0.0740108
0.0731063
0.0722105
0.0712663
0.0703295
0.0693363
0.0683499
0.0673012
0.0662576
0.0651508
0.0640458
0.0628729
0.0616918
0.0604291
0.0590458
0.0577435
0.100236
0.0982358
0.0966323
0.0953772
0.0942944
0.0933043
0.0923521
0.0914116
0.090477
0.0895397
0.0886105
0.0876813
0.0867684
0.0858591
0.0849712
0.0840869
0.083225
0.0823621
0.0815188
0.080666
0.0798272
0.0789676
0.0781158
0.0772315
0.0763507
0.0754275
0.0745062
0.0735351
0.0725665
0.0715431
0.0705239
0.0694458
0.0683735
0.0672434
0.066119
0.064935
0.06375
0.0624961
0.0611212
0.0598712
0.10073
0.0981985
0.0963594
0.0950811
0.094117
0.0933284
0.0926214
0.0919392
0.09126
0.0905612
0.0898506
0.089115
0.0883728
0.0876099
0.086848
0.0860687
0.0852946
0.0845025
0.0837156
0.0829053
0.082097
0.0812573
0.0804154
0.0795336
0.0786474
0.0777146
0.0767776
0.0757897
0.0748004
0.0737573
0.0727164
0.0716202
0.070529
0.0693858
0.0682492
0.0670606
0.0658724
0.0646254
0.063245
0.0620213
0.102042
0.0990623
0.0969762
0.0956061
0.0946562
0.0939517
0.0933734
0.0928427
0.0923251
0.0917865
0.0912305
0.0906379
0.0900267
0.0893803
0.0887214
0.0880309
0.0873325
0.0866031
0.0858669
0.0850965
0.0843177
0.083499
0.0826696
0.0817946
0.0809086
0.0799728
0.0790282
0.0780317
0.0770306
0.0759769
0.0749233
0.0738167
0.072715
0.0715645
0.0704221
0.0692319
0.0680445
0.0668045
0.065421
0.064229
0.103913
0.100558
0.0982404
0.0967501
0.0957616
0.0950756
0.094555
0.0941064
0.0936858
0.0932504
0.0927987
0.0923072
0.0917916
0.091233
0.0906534
0.0900329
0.0893948
0.0887165
0.0880221
0.0872854
0.0865321
0.0857326
0.0849161
0.0840498
0.0831675
0.0822336
0.0812872
0.0802885
0.0792825
0.0782247
0.077165
0.0760544
0.0749468
0.0737935
0.072647
0.0714564
0.070267
0.0690306
0.0676345
0.0664614
0.106184
0.102503
0.099972
0.0983558
0.097305
0.0966025
0.0960988
0.0956898
0.0953242
0.0949526
0.0945693
0.094147
0.0936986
0.0932037
0.0926823
0.0921143
0.0915218
0.0908829
0.0902209
0.0895111
0.0887787
0.0879961
0.0871916
0.0863349
0.0854589
0.08453
0.083586
0.0825895
0.0815835
0.0805262
0.0794649
0.0783537
0.0772437
0.0760889
0.0749397
0.0737476
0.0725559
0.07132
0.0699098
0.0687561
0.108726
0.104761
0.102039
0.100301
0.099181
0.0984459
0.0979376
0.0975436
0.0972069
0.0968736
0.0965337
0.0961575
0.0957551
0.095305
0.0948249
0.0942948
0.0937356
0.093126
0.0924885
0.0917997
0.0910842
0.0903162
0.0895232
0.0886767
0.0878084
0.0868869
0.0859482
0.084957
0.0839541
0.0829003
0.08184
0.0807303
0.0796189
0.0784635
0.0773105
0.0761157
0.0749178
0.073679
0.0722477
0.0711064
0.111471
0.10725
0.104354
0.102503
0.101313
0.100539
0.100015
0.0996223
0.0992988
0.0989871
0.0986739
0.0983277
0.0979559
0.0975364
0.0970848
0.0965818
0.0960463
0.0954584
0.0948394
0.0941673
0.0934659
0.0927109
0.0919288
0.0910929
0.0902335
0.0893209
0.0883893
0.0874053
0.0864074
0.0853587
0.0843005
0.083193
0.0820804
0.0809234
0.0797655
0.078565
0.0773584
0.076112
0.0746556
0.0735232
0.114361
0.109908
0.106853
0.104898
0.103642
0.102828
0.102284
0.101886
0.101566
0.101266
0.100969
0.100642
0.10029
0.0998909
0.099459
0.0989751
0.0984568
0.0978852
0.0972806
0.0966224
0.0959332
0.0951903
0.094419
0.0935941
0.0927443
0.0918417
0.0909181
0.0899424
0.0889503
0.0879071
0.0868513
0.0857456
0.084631
0.0834712
0.0823059
0.0810973
0.0798778
0.0786202
0.0771329
0.0760049
0.117371
0.1127
0.109498
0.107446
0.106127
0.105275
0.10471
0.104301
0.103981
0.103686
0.103397
0.103082
0.102744
0.102359
0.101941
0.101471
0.100966
0.100407
0.0998148
0.0991688
0.0984909
0.0977596
0.0969991
0.0961855
0.0953457
0.0944534
0.0935384
0.0925712
0.0915849
0.0905471
0.0894931
0.0883885
0.0872704
0.0861057
0.0849309
0.0837107
0.0824751
0.0812011
0.0796777
0.0785482
0.120469
0.115593
0.112255
0.110114
0.108738
0.10785
0.107263
0.106844
0.106519
0.106226
0.105943
0.105636
0.105306
0.104932
0.104524
0.104065
0.103571
0.103024
0.102442
0.101807
0.10114
0.10042
0.0996706
0.0988683
0.0980387
0.0971569
0.0962504
0.0952914
0.0943106
0.0932774
0.0922244
0.0911193
0.0899962
0.0888247
0.0876376
0.0864032
0.0851476
0.0838543
0.0822906
0.0811582
0.12365
0.118575
0.115107
0.112882
0.111452
0.11053
0.109923
0.109493
0.109164
0.108871
0.10859
0.108289
0.107966
0.107601
0.107201
0.106752
0.106267
0.10573
0.105159
0.104535
0.103879
0.103171
0.102432
0.101641
0.100822
0.0999502
0.0990518
0.0981005
0.0971243
0.0960949
0.0950414
0.0939345
0.0928045
0.0916236
0.0904219
0.0891697
0.0878911
0.0865736
0.0849649
0.0838231
0.126895
0.12163
0.118038
0.115734
0.114254
0.1133
0.112674
0.112234
0.1119
0.111607
0.111329
0.111032
0.110715
0.110357
0.109966
0.109526
0.109051
0.108524
0.107963
0.10735
0.106705
0.106008
0.10528
0.104501
0.103691
0.102829
0.101939
0.100994
0.100022
0.0989949
0.0979396
0.0968289
0.0956901
0.0944978
0.0932785
0.0920061
0.090701
0.0893568
0.0876993
0.0865489
0.130206
0.124754
0.121041
0.11866
0.117132
0.116149
0.115505
0.115055
0.114717
0.114424
0.114148
0.113856
0.113545
0.113195
0.112812
0.112381
0.111915
0.111399
0.110848
0.110247
0.109613
0.108928
0.108211
0.107443
0.106643
0.10579
0.104906
0.103968
0.102998
0.101972
0.100913
0.0997973
0.0986474
0.097441
0.0962019
0.0949059
0.0935714
0.0921966
0.0904858
0.0893197
0.133571
0.127937
0.124106
0.121652
0.120079
0.119068
0.118406
0.117948
0.117606
0.117313
0.11704
0.116754
0.116449
0.116106
0.115732
0.115311
0.114855
0.11435
0.11381
0.113221
0.112598
0.111925
0.111219
0.110461
0.10967
0.108827
0.107949
0.107015
0.106047
0.105021
0.103957
0.102833
0.10167
0.100448
0.0991859
0.0978643
0.0964986
0.0950913
0.0933253
0.0921449
0.136994
0.131178
0.127233
0.124706
0.123088
0.12205
0.121373
0.120906
0.12056
0.120269
0.119998
0.119718
0.119419
0.119085
0.11872
0.118309
0.117864
0.117371
0.116842
0.116266
0.115654
0.114994
0.114298
0.113551
0.112769
0.111934
0.111061
0.110132
0.109163
0.108135
0.107065
0.105931
0.104753
0.103511
0.102226
0.100877
0.0994774
0.098036
0.0962116
0.0950109
0.140467
0.134472
0.130413
0.127817
0.126155
0.125091
0.124398
0.123924
0.123575
0.123284
0.123017
0.122742
0.122451
0.122126
0.12177
0.121371
0.120937
0.120456
0.119939
0.119375
0.118776
0.118128
0.117443
0.116707
0.115933
0.115105
0.114237
0.113311
0.112342
0.11131
0.110231
0.109085
0.10789
0.106628
0.105317
0.103939
0.102507
0.101029
0.0991462
0.0979275
0.143993
0.137819
0.133648
0.130981
0.129276
0.128186
0.127478
0.126996
0.126644
0.126355
0.126091
0.125822
0.125539
0.125223
0.124878
0.12449
0.124067
0.123599
0.123095
0.122544
0.121957
0.121321
0.120648
0.119922
0.119157
0.118336
0.117472
0.116548
0.115576
0.11454
0.113451
0.112292
0.111078
0.109794
0.108455
0.107047
0.105578
0.104064
0.102121
0.100882
0.147566
0.141216
0.136932
0.134197
0.132449
0.131333
0.13061
0.13012
0.129765
0.129476
0.129216
0.128953
0.128677
0.128371
0.128036
0.12766
0.12725
0.126795
0.126304
0.125767
0.125193
0.124569
0.123907
0.123192
0.122435
0.121621
0.120761
0.119837
0.118863
0.117821
0.11672
0.115547
0.114313
0.113005
0.111636
0.110194
0.108685
0.107131
0.105121
0.103857
0.151189
0.144661
0.140266
0.137461
0.13567
0.134528
0.133789
0.13329
0.132932
0.132643
0.132386
0.13213
0.131862
0.131565
0.131241
0.130877
0.13048
0.130038
0.129561
0.129038
0.128476
0.127866
0.127215
0.126511
0.125762
0.124955
0.124097
0.123175
0.122197
0.121148
0.120036
0.118847
0.117591
0.116258
0.114857
0.113378
0.111828
0.110228
0.108147
0.106854
0.154855
0.148152
0.143644
0.140771
0.138937
0.137767
0.137012
0.136504
0.136141
0.135853
0.135599
0.135348
0.135087
0.134801
0.134487
0.134136
0.133751
0.133324
0.13286
0.132351
0.131803
0.131207
0.130567
0.129873
0.129132
0.128332
0.127478
0.126556
0.125574
0.124517
0.123393
0.122188
0.120909
0.119549
0.118115
0.116598
0.115003
0.113356
0.111203
0.109883
0.158567
0.151687
0.147069
0.144124
0.142246
0.141049
0.140276
0.139758
0.13939
0.139101
0.138849
0.138604
0.13835
0.138073
0.13777
0.137432
0.13706
0.136647
0.136197
0.135703
0.135168
0.134585
0.133958
0.133275
0.132542
0.131748
0.130897
0.129975
0.128989
0.127925
0.126787
0.125565
0.124263
0.122875
0.121407
0.11985
0.118209
0.116513
0.114284
0.112934
0.162318
0.155263
0.150532
0.147519
0.145596
0.144369
0.143578
0.14305
0.142676
0.142385
0.142135
0.141894
0.141647
0.141379
0.141086
0.14076
0.140401
0.140002
0.139566
0.139087
0.138566
0.137997
0.137381
0.13671
0.135986
0.135198
0.134349
0.133427
0.132437
0.131364
0.130213
0.128973
0.127647
0.12623
0.124727
0.12313
0.121441
0.119695
0.11739
0.116011
0.166111
0.158879
0.154038
0.150952
0.148983
0.147728
0.146917
0.146376
0.145995
0.145701
0.145451
0.145214
0.144973
0.144713
0.144431
0.144116
0.14377
0.143385
0.142963
0.142499
0.141992
0.141437
0.140834
0.140173
0.139457
0.138676
0.13783
0.136908
0.135912
0.134831
0.133666
0.132407
0.131057
0.12961
0.12807
0.126431
0.124694
0.122895
0.120513
0.119102
0.169938
0.162531
0.157577
0.154421
0.152406
0.151119
0.150288
0.149733
0.149344
0.149047
0.148796
0.148562
0.148326
0.148074
0.1478
0.147497
0.147163
0.146792
0.146384
0.145934
0.145441
0.1449
0.144309
0.143659
0.142952
0.142177
0.141334
0.140411
0.13941
0.138319
0.137139
0.135861
0.134485
0.133008
0.131431
0.129749
0.127962
0.126111
0.123649
0.122209
0.173801
0.166218
0.161152
0.157924
0.155861
0.154543
0.153689
0.153121
0.152722
0.15242
0.152168
0.151935
0.151703
0.151457
0.151192
0.150899
0.150577
0.150218
0.149824
0.149387
0.148909
0.14838
0.147801
0.147162
0.146463
0.145694
0.144853
0.143929
0.142922
0.141821
0.140626
0.139328
0.137926
0.136417
0.134802
0.133076
0.131238
0.129333
0.126791
0.12532
0.177692
0.169935
0.164756
0.161456
0.159346
0.157994
0.157119
0.156535
0.156127
0.155819
0.155564
0.155331
0.155102
0.154862
0.154604
0.15432
0.154008
0.153661
0.153278
0.152855
0.152389
0.151872
0.151304
0.150676
0.149984
0.14922
0.148381
0.147455
0.146442
0.145331
0.144119
0.1428
0.141371
0.13983
0.138176
0.136405
0.134516
0.132557
0.129934
0.128433
0.181612
0.173678
0.168387
0.165014
0.162856
0.161473
0.160575
0.159976
0.159557
0.159242
0.158983
0.158749
0.158522
0.158285
0.158033
0.157756
0.157452
0.157115
0.156744
0.156331
0.155876
0.155371
0.154813
0.154193
0.153507
0.152748
0.151909
0.150981
0.149961
0.148838
0.14761
0.146269
0.144812
0.143237
0.141544
0.139727
0.137786
0.135772
0.133067
0.131536
0.185551
0.177442
0.172038
0.168594
0.166389
0.164974
0.164055
0.16344
0.163011
0.162688
0.162425
0.162189
0.161961
0.161726
0.161476
0.161205
0.160907
0.160578
0.160215
0.159812
0.159366
0.15887
0.15832
0.157706
0.157026
0.156269
0.15543
0.154497
0.153469
0.152334
0.151087
0.149723
0.148238
0.146629
0.144895
0.143031
0.141038
0.138969
0.136182
0.134622
0.189513
0.181224
0.175708
0.172192
0.169941
0.168497
0.167558
0.166929
0.166489
0.166158
0.165889
0.165649
0.165417
0.165182
0.164933
0.164664
0.16437
0.164046
0.163688
0.163291
0.162851
0.162362
0.161817
0.161208
0.160529
0.159773
0.158931
0.157993
0.156955
0.155806
0.15454
0.153153
0.151638
0.149993
0.148218
0.146307
0.14426
0.142136
0.139266
0.137679
0.193485
0.185019
0.179391
0.175808
0.173514
0.172042
0.171085
0.170443
0.169992
0.169653
0.169375
0.169128
0.168892
0.168652
0.168402
0.168131
0.167838
0.167515
0.16716
0.166766
0.166329
0.165841
0.165299
0.16469
0.164012
0.163251
0.162405
0.161458
0.160409
0.159243
0.157958
0.156544
0.155
0.153318
0.151502
0.149543
0.147444
0.145264
0.142313
0.1407
0.197482
0.188835
0.183096
0.179446
0.177112
0.175615
0.174639
0.173984
0.173521
0.173171
0.172884
0.172628
0.172383
0.172137
0.17188
0.171606
0.171308
0.170984
0.170627
0.170233
0.169794
0.169306
0.168759
0.168148
0.167461
0.166698
0.165841
0.164885
0.163819
0.162638
0.161328
0.159891
0.158313
0.156598
0.154737
0.152734
0.15058
0.148347
0.145314
0.143674
0.20149
0.192679
0.18683
0.183119
0.180742
0.179219
0.178222
0.17755
0.177072
0.176708
0.176408
0.17614
0.175885
0.175627
0.175362
0.175079
0.174777
0.174444
0.174085
0.173682
0.173241
0.172742
0.172194
0.171567
0.170878
0.170097
0.169238
0.168262
0.167188
0.165979
0.164655
0.163182
0.161581
0.159822
0.157929
0.155872
0.153674
0.151382
0.14827
0.146601
0.20557
0.196564
0.190627
0.18684
0.184427
0.182864
0.181844
0.181146
0.180649
0.180266
0.179948
0.179665
0.179393
0.179125
0.178844
0.178554
0.178236
0.177901
0.177524
0.177122
0.176661
0.176164
0.175586
0.174962
0.17424
0.173468
0.172573
0.171606
0.170491
0.169286
0.167914
0.166437
0.164782
0.163009
0.161058
0.158974
0.156709
0.154376
0.151169
0.149481
0.209671
0.200543
0.194496
0.190657
0.188183
0.186585
0.185523
0.184798
0.184271
0.183865
0.183525
0.183221
0.182933
0.182645
0.182353
0.182042
0.181719
0.181362
0.180983
0.180555
0.180095
0.179564
0.178989
0.178318
0.177598
0.176778
0.1759
0.17488
0.173779
0.172516
0.171152
0.169616
0.16796
0.166125
0.16416
0.162009
0.159712
0.157308
0.154032
0.152306
0.213901
0.204619
0.198483
0.194567
0.192038
0.190386
0.189282
0.188516
0.187956
0.18752
0.187153
0.186825
0.186514
0.186207
0.185894
0.185568
0.185223
0.184855
0.184454
0.184017
0.18353
0.182992
0.182377
0.181692
0.180935
0.180105
0.179181
0.178161
0.177013
0.175747
0.174334
0.172788
0.171081
0.169227
0.167208
0.165024
0.162669
0.160217
0.156848
0.155124
0.218203
0.208784
0.202551
0.198561
0.195966
0.194257
0.193101
0.19229
0.191689
0.191216
0.190818
0.19046
0.190123
0.18979
0.189454
0.189106
0.188741
0.188351
0.187932
0.187474
0.186971
0.186405
0.185775
0.185066
0.184275
0.183422
0.182476
0.181421
0.180251
0.17895
0.177512
0.175929
0.174193
0.172299
0.170243
0.168017
0.165609
0.163105
0.159659
0.157918
0.222573
0.213012
0.206682
0.202611
0.199947
0.198175
0.196961
0.196098
0.19545
0.194936
0.194499
0.194107
0.193738
0.193376
0.193012
0.192638
0.192248
0.191835
0.191393
0.190914
0.190388
0.189807
0.18915
0.188417
0.187618
0.186729
0.185753
0.18467
0.183468
0.182138
0.180668
0.179054
0.177284
0.175355
0.173262
0.170991
0.168544
0.165995
0.162459
0.160701
0.226971
0.217283
0.210852
0.206699
0.203963
0.202123
0.200847
0.199926
0.199227
0.198664
0.198184
0.197753
0.197346
0.19695
0.196555
0.196151
0.195733
0.195294
0.194826
0.194323
0.193775
0.193167
0.192497
0.191749
0.190913
0.190008
0.189004
0.187891
0.18666
0.1853
0.183801
0.182155
0.180353
0.17839
0.176261
0.173958
0.171465
0.168869
0.165283
0.163494
0.231404
0.221583
0.215049
0.210813
0.207999
0.206089
0.204747
0.203764
0.203008
0.202393
0.201864
0.201387
0.200939
0.200505
0.200074
0.199637
0.199187
0.198718
0.198223
0.197694
0.19712
0.196494
0.195797
0.195026
0.194185
0.193246
0.192216
0.191076
0.189817
0.18843
0.186901
0.185227
0.183394
0.1814
0.17924
0.176897
0.174375
0.171743
0.168066
0.166276
0.23585
0.225898
0.219262
0.214938
0.212047
0.210063
0.208652
0.207603
0.206785
0.206112
0.20553
0.205003
0.204509
0.204032
0.203561
0.203087
0.202603
0.202102
0.201577
0.201019
0.20042
0.199765
0.199053
0.198266
0.197388
0.196437
0.195383
0.194217
0.192934
0.19152
0.189965
0.188264
0.186403
0.18438
0.182188
0.179819
0.177255
0.174585
0.170858
0.169044
0.240311
0.230222
0.223483
0.219069
0.216098
0.214038
0.212554
0.211436
0.210552
0.209817
0.209176
0.208595
0.20805
0.207526
0.207011
0.206497
0.205976
0.20544
0.204882
0.204295
0.203667
0.202992
0.20225
0.201439
0.200557
0.199573
0.198497
0.197309
0.196002
0.194566
0.192987
0.191261
0.189374
0.187324
0.185106
0.182702
0.180113
0.17741
0.173599
0.171793
0.244765
0.234549
0.227702
0.223198
0.220144
0.218005
0.216445
0.215254
0.2143
0.213498
0.212794
0.212154
0.211554
0.210979
0.210417
0.209859
0.209298
0.208725
0.208133
0.207514
0.206859
0.206153
0.205395
0.204565
0.203646
0.202654
0.201557
0.200348
0.199021
0.197563
0.195963
0.194214
0.192304
0.190229
0.187984
0.185557
0.182931
0.180195
0.176336
0.174512
0.249226
0.238876
0.231919
0.227322
0.22418
0.221959
0.22032
0.219052
0.218024
0.217151
0.21638
0.215676
0.215017
0.214387
0.213774
0.213169
0.212565
0.211953
0.211325
0.210673
0.209987
0.20926
0.208471
0.207617
0.206694
0.205671
0.204556
0.203328
0.201982
0.200506
0.198886
0.197118
0.195187
0.19309
0.190822
0.188365
0.185717
0.182952
0.179016
0.177204
0.25368
0.243198
0.236129
0.231434
0.228201
0.225895
0.224172
0.222823
0.221716
0.220767
0.219924
0.219153
0.21843
0.21774
0.217073
0.216419
0.215769
0.215115
0.21445
0.213764
0.213049
0.21229
0.211485
0.210611
0.209653
0.208624
0.207491
0.206247
0.204884
0.203392
0.201755
0.199969
0.19802
0.195903
0.193613
0.191137
0.188456
0.185663
0.181684
0.17986
0.258135
0.247513
0.240331
0.235531
0.232205
0.229808
0.227997
0.226562
0.225372
0.224343
0.223423
0.222579
0.221788
0.221036
0.220311
0.219603
0.218905
0.218208
0.217503
0.216783
0.216036
0.215254
0.214418
0.213523
0.212562
0.211503
0.210355
0.209096
0.20772
0.206214
0.204563
0.202762
0.200797
0.198663
0.196355
0.193854
0.191155
0.188336
0.184286
0.182482
0.262573
0.25182
0.244518
0.239612
0.236186
0.233692
0.231789
0.230263
0.228984
0.22787
0.226868
0.225947
0.225084
0.224264
0.223477
0.222714
0.221965
0.221222
0.220477
0.219721
0.218943
0.21813
0.217278
0.216363
0.215369
0.214309
0.213147
0.211875
0.210487
0.20897
0.207308
0.205495
0.203516
0.201368
0.199042
0.196525
0.193798
0.190958
0.186867
0.185054
0.267008
0.256119
0.248693
0.243675
0.240143
0.237548
0.235545
0.233922
0.232549
0.231344
0.230256
0.229253
0.228313
0.227422
0.22657
0.225747
0.224944
0.224154
0.223367
0.222574
0.221763
0.220927
0.220045
0.219111
0.218117
0.217029
0.215856
0.214575
0.213178
0.211652
0.209982
0.20816
0.206171
0.20401
0.201671
0.199135
0.196395
0.193532
0.189375
0.187586
0.271431
0.260406
0.252853
0.247717
0.244071
0.241368
0.239259
0.237534
0.23606
0.234758
0.233578
0.232487
0.231465
0.230499
0.229577
0.228692
0.227833
0.226993
0.226163
0.225332
0.224491
0.223624
0.222727
0.221775
0.220751
0.219666
0.218483
0.217194
0.215791
0.21426
0.212584
0.210756
0.20876
0.20659
0.204239
0.201692
0.198929
0.196051
0.191856
0.190064
0.275849
0.264682
0.257
0.251738
0.247974
0.245154
0.242932
0.241097
0.239516
0.238111
0.236832
0.235648
0.234539
0.233493
0.232499
0.231547
0.23063
0.229738
0.228863
0.227994
0.22712
0.22623
0.225305
0.224338
0.223315
0.222207
0.221018
0.219724
0.218318
0.216785
0.215107
0.213276
0.211276
0.2091
0.206742
0.204181
0.20141
0.198513
0.19426
0.192497
0.280247
0.268947
0.261128
0.255735
0.251844
0.2489
0.246557
0.244603
0.242907
0.241392
0.240007
0.238724
0.237524
0.236393
0.235322
0.234301
0.233323
0.232378
0.231456
0.230549
0.229643
0.228724
0.227785
0.226801
0.225755
0.224653
0.22346
0.222165
0.220759
0.219227
0.21755
0.21572
0.213719
0.211542
0.209178
0.206611
0.203822
0.200916
0.196627
0.194866
0.284639
0.273201
0.26524
0.259711
0.255684
0.252607
0.250134
0.248053
0.246235
0.244601
0.243105
0.241716
0.240418
0.239198
0.238046
0.236953
0.235911
0.234911
0.233942
0.232995
0.232056
0.231115
0.230151
0.229156
0.228113
0.226994
0.225801
0.224507
0.223105
0.221578
0.219906
0.218081
0.216083
0.213906
0.211542
0.208967
0.206176
0.203255
0.198914
0.197186
0.289015
0.277439
0.269334
0.26366
0.259488
0.256269
0.253656
0.251439
0.249488
0.247728
0.246112
0.244612
0.24321
0.241896
0.240659
0.23949
0.238382
0.237324
0.236308
0.235321
0.234351
0.233383
0.232408
0.231398
0.230339
0.229231
0.22804
0.226751
0.225357
0.223838
0.222175
0.220359
0.218369
0.216197
0.213834
0.21126
0.208457
0.205534
0.20116
0.19944
0.293383
0.281664
0.273411
0.267582
0.263258
0.259887
0.257125
0.254761
0.252669
0.250774
0.24903
0.247411
0.245901
0.244487
0.243161
0.241914
0.240737
0.23962
0.238554
0.237527
0.236525
0.235536
0.234539
0.233524
0.232471
0.231353
0.230168
0.228889
0.227505
0.226
0.22435
0.222547
0.220568
0.218405
0.216049
0.213475
0.210676
0.207742
0.203324
0.201643
0.297728
0.285873
0.277464
0.271474
0.266986
0.263452
0.260529
0.258008
0.255765
0.253725
0.251846
0.250101
0.248475
0.246957
0.245538
0.244209
0.242961
0.241784
0.240668
0.239601
0.238569
0.237556
0.236551
0.235525
0.234463
0.233362
0.232187
0.230921
0.229553
0.228065
0.226433
0.224647
0.222685
0.220535
0.218189
0.215623
0.212819
0.20989
0.205444
0.203777
0.302061
0.290066
0.281494
0.275336
0.270674
0.266966
0.263871
0.261182
0.258777
0.256584
0.254561
0.252683
0.250936
0.249308
0.247792
0.246378
0.245058
0.243819
0.242653
0.241546
0.240483
0.239452
0.238429
0.237404
0.236352
0.235248
0.234086
0.232838
0.231491
0.230025
0.228416
0.226652
0.22471
0.222578
0.220247
0.217689
0.214896
0.211965
0.207482
0.205861
0.306372
0.294237
0.285497
0.279158
0.274311
0.270417
0.267138
0.26427
0.261692
0.259336
0.25716
0.255142
0.253267
0.251526
0.249908
0.248407
0.247011
0.24571
0.244493
0.243347
0.242256
0.241204
0.240178
0.239146
0.238094
0.237014
0.235871
0.234644
0.233322
0.231883
0.230301
0.228565
0.226648
0.224539
0.222227
0.219686
0.216898
0.21398
0.209477
0.20788
0.310669
0.298386
0.289473
0.282943
0.2779
0.273808
0.270332
0.267273
0.264512
0.261983
0.259646
0.257481
0.255473
0.253612
0.25189
0.250298
0.248826
0.247462
0.246194
0.245009
0.24389
0.242823
0.241784
0.24076
0.239724
0.238649
0.237528
0.236328
0.235037
0.23363
0.23208
0.230376
0.22849
0.22641
0.224121
0.221598
0.21883
0.215918
0.211391
0.20985
0.314937
0.30251
0.293413
0.286681
0.281427
0.277123
0.273438
0.270176
0.26722
0.264508
0.262002
0.259682
0.257535
0.255551
0.253721
0.252036
0.250486
0.249058
0.247739
0.246516
0.245372
0.24429
0.243252
0.242228
0.2412
0.240158
0.239065
0.237897
0.23664
0.235271
0.233759
0.232093
0.230243
0.228195
0.225936
0.22344
0.220686
0.217799
0.21326
0.211752
0.319185
0.306609
0.297317
0.290373
0.284895
0.280366
0.276459
0.272981
0.26982
0.266916
0.264233
0.261751
0.259459
0.257347
0.255406
0.253626
0.251997
0.250504
0.249135
0.247876
0.246708
0.245615
0.244572
0.243563
0.242558
0.241529
0.240468
0.239337
0.238121
0.236795
0.235327
0.233704
0.231895
0.229887
0.227663
0.225195
0.222472
0.219601
0.215049
0.21361
0.323404
0.310673
0.301178
0.294005
0.288289
0.28352
0.279376
0.27567
0.272293
0.269186
0.266317
0.263667
0.261225
0.258981
0.256926
0.25505
0.25334
0.251783
0.250366
0.249072
0.247883
0.24678
0.245745
0.244742
0.243756
0.24277
0.241746
0.240658
0.239488
0.23821
0.236792
0.235218
0.233456
0.231492
0.229308
0.226877
0.22418
0.221345
0.216794
0.215399
0.3276
0.314706
0.304997
0.297581
0.291612
0.286587
0.282193
0.278247
0.274643
0.271325
0.268262
0.265438
0.26284
0.260461
0.258289
0.256315
0.254525
0.252905
0.251439
0.250113
0.248905
0.247798
0.246764
0.245786
0.244829
0.243867
0.242886
0.241845
0.240728
0.239504
0.238141
0.236622
0.234913
0.232999
0.230862
0.228471
0.225815
0.223008
0.218455
0.217141
0.331759
0.318699
0.308762
0.301087
0.294847
0.289551
0.284892
0.280691
0.276849
0.27331
0.270046
0.267041
0.264284
0.261765
0.259475
0.257402
0.255531
0.253848
0.252337
0.25098
0.249757
0.248647
0.247629
0.246666
0.245738
0.24483
0.243897
0.24291
0.24185
0.240687
0.239385
0.237927
0.236277
0.234418
0.232333
0.22999
0.227373
0.224611
0.220071
0.218808
0.335891
0.322656
0.312475
0.304526
0.297998
0.292414
0.287476
0.283009
0.278917
0.275149
0.271677
0.268485
0.265564
0.262903
0.260493
0.25832
0.25637
0.254625
0.25307
0.251686
0.25045
0.249343
0.248336
0.247406
0.246518
0.245643
0.244764
0.243837
0.242842
0.241745
0.240511
0.239119
0.237534
0.235737
0.23371
0.231419
0.228853
0.226132
0.221598
0.220429
0.339985
0.326564
0.316124
0.307882
0.301047
0.295157
0.289924
0.285178
0.280825
0.276818
0.27313
0.269747
0.266658
0.263853
0.261321
0.259049
0.257019
0.255215
0.253619
0.25221
0.250966
0.249864
0.248881
0.247977
0.24713
0.24632
0.2455
0.244639
0.243714
0.24269
0.241529
0.240211
0.238697
0.236968
0.235004
0.232772
0.230256
0.227591
0.22308
0.221971
0.344049
0.330428
0.319713
0.311158
0.303997
0.297785
0.292241
0.287203
0.28258
0.278326
0.274416
0.270836
0.267576
0.264625
0.261971
0.259599
0.257492
0.255631
0.253995
0.252566
0.251318
0.250228
0.249265
0.248405
0.247607
0.246842
0.246089
0.2453
0.244451
0.243507
0.242426
0.241187
0.239751
0.238096
0.236202
0.234033
0.231579
0.228964
0.22447
0.223462
0.348068
0.334236
0.323227
0.314336
0.30683
0.300276
0.294406
0.289062
0.284157
0.279647
0.275509
0.271728
0.268294
0.265196
0.262419
0.259949
0.257766
0.25585
0.254179
0.252733
0.251485
0.25041
0.249482
0.248658
0.247913
0.247225
0.246545
0.245834
0.245068
0.244209
0.243215
0.242062
0.240709
0.239135
0.237316
0.235218
0.232824
0.230275
0.225812
0.22487
0.352052
0.337994
0.326667
0.317421
0.309547
0.302634
0.296423
0.290761
0.285565
0.280792
0.27642
0.272434
0.268824
0.265577
0.262679
0.260112
0.257855
0.255887
0.254185
0.252726
0.251484
0.250431
0.249534
0.248766
0.248082
0.247451
0.246849
0.246224
0.245547
0.244781
0.243879
0.242819
0.241557
0.240069
0.238332
0.236309
0.233987
0.231497
0.227061
0.226227
0.35599
0.341686
0.330018
0.320392
0.312128
0.304837
0.298268
0.292275
0.286778
0.281734
0.277123
0.272929
0.269141
0.265745
0.262726
0.260063
0.257736
0.25572
0.253991
0.252524
0.251292
0.250265
0.249414
0.248694
0.248076
0.247536
0.247019
0.246485
0.245904
0.245237
0.244436
0.243474
0.242309
0.240913
0.239265
0.237323
0.235073
0.232657
0.228259
0.2275
0.359888
0.345314
0.333282
0.32325
0.314576
0.306887
0.299947
0.293611
0.287804
0.282484
0.277629
0.273225
0.269258
0.265714
0.262575
0.25982
0.257426
0.255365
0.253614
0.252144
0.250928
0.249934
0.249128
0.248475
0.247931
0.247459
0.247035
0.246599
0.246122
0.245561
0.244865
0.24401
0.242948
0.241652
0.240098
0.238242
0.236074
0.233728
0.229366
0.228721
0.363733
0.348867
0.33644
0.325975
0.316866
0.308761
0.301433
0.294744
0.288618
0.283014
0.277912
0.273295
0.26915
0.265458
0.262201
0.259357
0.256898
0.254798
0.253029
0.251563
0.250368
0.249413
0.248663
0.248072
0.247607
0.247241
0.246915
0.246584
0.246217
0.245769
0.245187
0.244444
0.243492
0.242302
0.240847
0.239085
0.236999
0.234737
0.230421
0.22986
0.367532
0.352344
0.33949
0.328565
0.318998
0.310461
0.302733
0.29568
0.289229
0.283338
0.277986
0.273156
0.268831
0.264994
0.261622
0.258691
0.256173
0.254038
0.252257
0.250799
0.249633
0.248723
0.248031
0.24752
0.247143
0.246858
0.246638
0.24642
0.246169
0.245841
0.24538
0.244757
0.243922
0.242844
0.241497
0.239832
0.237839
0.235655
0.231385
0.230947
0.371274
0.355728
0.342411
0.330996
0.320948
0.31196
0.303819
0.296393
0.289609
0.283426
0.277822
0.272778
0.268275
0.264294
0.26081
0.257797
0.255224
0.253059
0.251272
0.249829
0.248697
0.247838
0.247217
0.246782
0.246497
0.246332
0.246225
0.246126
0.245999
0.245798
0.245464
0.244968
0.244256
0.243298
0.242063
0.240504
0.238604
0.236514
0.232297
0.231952
0.374965
0.359016
0.345199
0.333263
0.322714
0.313259
0.304696
0.296889
0.289769
0.283293
0.277436
0.272178
0.2675
0.263378
0.259786
0.256694
0.254072
0.251883
0.250095
0.248674
0.247583
0.246784
0.246235
0.245893
0.24571
0.24564
0.245653
0.24568
0.245685
0.245618
0.245419
0.245057
0.244476
0.243644
0.242529
0.24108
0.239283
0.237281
0.233122
0.232905
0.378593
0.36219
0.347827
0.335339
0.324267
0.314332
0.305336
0.297143
0.289682
0.282909
0.2768
0.27133
0.266478
0.262218
0.258521
0.255357
0.25269
0.250483
0.248701
0.247308
0.246265
0.245531
0.245066
0.244815
0.244739
0.244804
0.244944
0.245105
0.245248
0.245322
0.245265
0.245044
0.244601
0.243902
0.242913
0.241582
0.23989
0.237992
0.233893
0.233779
0.382165
0.365238
0.350282
0.337216
0.325604
0.315179
0.305744
0.297161
0.289359
0.28229
0.27593
0.27025
0.265228
0.260834
0.257038
0.253806
0.251101
0.248882
0.247113
0.245755
0.244767
0.244107
0.243729
0.243586
0.243625
0.243799
0.244074
0.244376
0.244665
0.244888
0.244981
0.244908
0.244611
0.244051
0.243197
0.241988
0.240411
0.238612
0.234581
0.234605
0.385677
0.368131
0.352535
0.338864
0.326697
0.315773
0.305893
0.296917
0.288772
0.281408
0.274798
0.268911
0.263723
0.259199
0.255309
0.252014
0.249276
0.247052
0.245303
0.243987
0.243062
0.242482
0.242203
0.242165
0.242328
0.242651
0.243068
0.243517
0.24396
0.24434
0.244589
0.244672
0.244526
0.244114
0.243399
0.242321
0.240861
0.239176
0.235217
0.235353
0.389146
0.370839
0.354563
0.34027
0.32754
0.316112
0.305787
0.296419
0.287934
0.280278
0.273422
0.267333
0.261983
0.257335
0.253356
0.250005
0.247242
0.245019
0.243297
0.242031
0.241176
0.240685
0.240508
0.240594
0.240885
0.241332
0.241899
0.242504
0.243108
0.243652
0.244066
0.244312
0.244327
0.244069
0.243501
0.24256
0.241226
0.239652
0.235774
0.236057
0.392552
0.373344
0.356355
0.34142
0.328115
0.316178
0.305406
0.295646
0.286821
0.278875
0.271776
0.265488
0.259981
0.255214
0.251152
0.247751
0.244968
0.242754
0.241067
0.239857
0.23908
0.238684
0.238621
0.238828
0.239258
0.239871
0.240593
0.241362
0.242134
0.242849
0.243435
0.243852
0.244034
0.243937
0.243523
0.242726
0.241523
0.240076
0.23628
0.236689
0.395854
0.375674
0.357938
0.342335
0.328439
0.315984
0.304762
0.29461
0.285448
0.277215
0.26988
0.263397
0.25774
0.25286
0.248722
0.245277
0.242483
0.240284
0.238639
0.237494
0.236804
0.236512
0.236567
0.236912
0.237486
0.238237
0.239125
0.240064
0.241013
0.241907
0.242674
0.24327
0.243627
0.2437
0.243448
0.242801
0.241737
0.240414
0.236711
0.23728
0.399025
0.377832
0.359313
0.343012
0.328505
0.31552
0.303842
0.293295
0.283796
0.275279
0.267708
0.261037
0.255232
0.250245
0.246037
0.242556
0.239756
0.237581
0.235985
0.234912
0.234315
0.234134
0.234319
0.234801
0.23553
0.236461
0.23752
0.238638
0.23977
0.240852
0.241805
0.242588
0.243127
0.243377
0.243293
0.242804
0.241885
0.2407
0.237092
0.237802
0.402061
0.37979
0.360459
0.343439
0.328309
0.314788
0.302652
0.291711
0.281879
0.273081
0.265282
0.258427
0.252483
0.247395
0.243124
0.239613
0.236815
0.234671
0.233133
0.232141
0.231646
0.231585
0.231904
0.232539
0.233427
0.234512
0.235752
0.237057
0.238381
0.239658
0.240808
0.241785
0.242515
0.242949
0.243042
0.242717
0.241952
0.240904
0.237402
0.238283
0.404935
0.381511
0.361343
0.34359
0.327829
0.313769
0.301173
0.289839
0.279676
0.2706
0.262576
0.255542
0.249464
0.244282
0.239954
0.236421
0.233632
0.231526
0.230053
0.229149
0.228764
0.22883
0.229294
0.230083
0.231141
0.232422
0.23385
0.235349
0.236872
0.238352
0.239705
0.240884
0.241811
0.242438
0.242713
0.242562
0.241953
0.241057
0.237663
0.238696
0.407609
0.382959
0.361939
0.343449
0.327056
0.312459
0.299409
0.287687
0.277198
0.267852
0.25961
0.252405
0.246202
0.240932
0.236555
0.233007
0.230236
0.228175
0.226775
0.225968
0.225702
0.225904
0.226519
0.227476
0.228709
0.23016
0.231785
0.233486
0.235218
0.23691
0.238475
0.239864
0.240999
0.241824
0.242292
0.242319
0.241877
0.24113
0.237854
0.239071
0.410016
0.384095
0.362218
0.342992
0.325972
0.310843
0.297344
0.285238
0.274428
0.264815
0.256361
0.24899
0.242667
0.237317
0.232898
0.229342
0.226595
0.224588
0.22327
0.222566
0.222426
0.222773
0.223548
0.224676
0.226096
0.227758
0.229586
0.231499
0.233445
0.235357
0.23714
0.238749
0.240096
0.241129
0.241795
0.242008
0.241737
0.241154
0.237996
0.239377
0.412121
0.384934
0.362192
0.342228
0.324584
0.308929
0.294987
0.282502
0.271379
0.261506
0.252848
0.24532
0.238886
0.233464
0.229013
0.225456
0.222742
0.220796
0.219567
0.218977
0.218972
0.219471
0.220414
0.221726
0.223336
0.225186
0.227227
0.229359
0.231531
0.23367
0.235682
0.237517
0.239087
0.240335
0.241208
0.241614
0.241523
0.241102
0.238073
0.239644
0.413964
0.385551
0.361908
0.341186
0.322911
0.306725
0.292338
0.279476
0.268039
0.257911
0.249053
0.241373
0.234834
0.229347
0.224869
0.221321
0.218647
0.216769
0.215637
0.215167
0.215306
0.215965
0.217085
0.218585
0.2204
0.222475
0.224737
0.227097
0.2295
0.231875
0.234122
0.236192
0.23799
0.239463
0.240547
0.241155
0.241247
0.241001
0.238099
0.239846
0.415605
0.386015
0.361402
0.339894
0.320972
0.304249
0.289414
0.276173
0.264428
0.254047
0.244996
0.237171
0.230537
0.224993
0.220498
0.216965
0.214339
0.212538
0.211511
0.211171
0.211461
0.212289
0.213594
0.215294
0.217316
0.219597
0.222089
0.224686
0.227331
0.22995
0.232442
0.234755
0.236792
0.238495
0.239801
0.240615
0.240901
0.240828
0.238064
0.240009
0.417036
0.386343
0.360654
0.338343
0.318765
0.301498
0.28621
0.272588
0.260533
0.249901
0.24066
0.232695
0.225971
0.220377
0.215871
0.212362
0.209792
0.208074
0.207161
0.206957
0.207406
0.208412
0.20991
0.211816
0.21406
0.216583
0.219314
0.222155
0.225048
0.227921
0.230663
0.233227
0.235509
0.237451
0.238984
0.240014
0.240495
0.240608
0.237979
0.240108
0.418239
0.38651
0.35965
0.336533
0.316293
0.298474
0.282732
0.268728
0.256366
0.245487
0.236062
0.227964
0.22116
0.215524
0.211018
0.207539
0.205033
0.203407
0.202615
0.202556
0.203174
0.204365
0.206065
0.208189
0.210657
0.213405
0.216385
0.219481
0.222632
0.225765
0.228769
0.231592
0.234128
0.236315
0.238085
0.239336
0.240021
0.240318
0.237836
0.240169
0.419195
0.38645
0.358421
0.334497
0.313578
0.295194
0.278987
0.264593
0.251922
0.240795
0.231188
0.222961
0.216083
0.210412
0.205911
0.202473
0.200039
0.198512
0.197849
0.197942
0.198736
0.20012
0.202031
0.204379
0.20709
0.210095
0.213332
0.216691
0.220107
0.22351
0.22678
0.22987
0.232665
0.235109
0.237119
0.2386
0.239492
0.239984
0.237644
0.24017
0.41989
0.386124
0.356992
0.332254
0.310631
0.291661
0.274977
0.260192
0.247211
0.235838
0.226052
0.217703
0.210758
0.205062
0.200576
0.197185
0.194833
0.193413
0.192889
0.193141
0.194118
0.195703
0.197833
0.200417
0.203374
0.206626
0.210132
0.213763
0.217454
0.221134
0.22468
0.228045
0.23111
0.233814
0.236076
0.23779
0.238899
0.239585
0.237399
0.240135
0.420314
0.38554
0.35537
0.329805
0.307455
0.287882
0.270711
0.255523
0.242231
0.230608
0.220645
0.212176
0.205172
0.199456
0.194992
0.191661
0.189399
0.188093
0.187715
0.188134
0.189299
0.191094
0.193453
0.196281
0.199503
0.203029
0.206813
0.210725
0.214698
0.218663
0.22249
0.226139
0.229478
0.232453
0.234969
0.236927
0.238253
0.239145
0.237106
0.240043
0.420471
0.384716
0.353557
0.327136
0.304032
0.283836
0.266165
0.250581
0.236977
0.225111
0.214968
0.206385
0.19933
0.193607
0.189175
0.185907
0.183747
0.182568
0.182344
0.182936
0.184296
0.186306
0.188901
0.191988
0.195479
0.19928
0.203354
0.207556
0.211819
0.216076
0.220195
0.224133
0.227756
0.231007
0.233789
0.235994
0.237548
0.238643
0.236766
0.239917
0.420364
0.383669
0.351571
0.324243
0.300364
0.279533
0.261355
0.245372
0.231452
0.219343
0.209022
0.200333
0.193231
0.187507
0.183113
0.179927
0.177879
0.176832
0.17677
0.177541
0.179101
0.181334
0.184178
0.187529
0.191312
0.195406
0.199781
0.204284
0.208844
0.213401
0.217815
0.222051
0.225963
0.2295
0.232549
0.235011
0.236793
0.238103
0.236378
0.239739
0.42
0.382414
0.349436
0.32111
0.296429
0.274944
0.256251
0.239875
0.225645
0.213298
0.202796
0.194005
0.186867
0.181161
0.176812
0.173709
0.171784
0.170886
0.170996
0.17195
0.17371
0.17617
0.179269
0.182903
0.186987
0.191389
0.196077
0.200887
0.205752
0.210615
0.215334
0.219873
0.224084
0.227912
0.23124
0.233963
0.235982
0.237506
0.235949
0.239527
0.419385
0.380962
0.34718
0.31774
0.292241
0.270095
0.25088
0.234112
0.219572
0.206987
0.19631
0.18742
0.180258
0.174567
0.170279
0.167281
0.165487
0.164745
0.16503
0.166174
0.168141
0.170838
0.174201
0.178129
0.182529
0.18725
0.192263
0.197391
0.202566
0.207743
0.212769
0.217622
0.222134
0.226264
0.229872
0.232866
0.235122
0.23687
0.235471
0.239266
0.418528
0.379321
0.344767
0.314153
0.287815
0.26498
0.245226
0.228063
0.213215
0.200402
0.189541
0.180557
0.173383
0.167732
0.163509
0.160613
0.158957
0.158388
0.158857
0.160193
0.162364
0.165298
0.168936
0.173178
0.177911
0.182975
0.188324
0.193776
0.199269
0.204765
0.210107
0.215278
0.220102
0.224538
0.228438
0.231706
0.23421
0.236182
0.234957
0.238975
0.41743
0.377486
0.342135
0.310411
0.283207
0.259653
0.239342
0.221772
0.206616
0.193568
0.182532
0.17346
0.166274
0.160664
0.156519
0.153751
0.152244
0.151852
0.152506
0.154041
0.156426
0.159607
0.163534
0.168095
0.173174
0.178577
0.184272
0.190058
0.195873
0.201695
0.207357
0.212855
0.217995
0.222748
0.226942
0.230495
0.233246
0.235452
0.234395
0.23864
0.416097
0.375455
0.33927
0.306539
0.278421
0.254109
0.233206
0.215215
0.199751
0.186473
0.175256
0.166098
0.158919
0.153372
0.14931
0.146656
0.145296
0.145095
0.145943
0.147682
0.150276
0.153706
0.157932
0.162839
0.16828
0.174053
0.180101
0.186223
0.192367
0.19852
0.20451
0.210341
0.215806
0.220881
0.22538
0.229223
0.232232
0.234675
0.233803
0.238281
0.414529
0.373226
0.336208
0.302568
0.273469
0.248369
0.226855
0.208434
0.192653
0.17915
0.167758
0.158525
0.15135
0.145856
0.141896
0.139386
0.138187
0.13817
0.139219
0.141167
0.143988
0.14768
0.152218
0.157473
0.163276
0.169406
0.175811
0.182276
0.188754
0.195244
0.201567
0.207739
0.213536
0.218943
0.223753
0.227893
0.231165
0.233852
0.233165
0.237887
0.412736
0.370803
0.332967
0.298525
0.268339
0.24242
0.220269
0.201397
0.185305
0.171581
0.160018
0.150716
0.143559
0.138144
0.134286
0.131904
0.130852
0.131029
0.132288
0.134455
0.137504
0.141461
0.146323
0.151952
0.15813
0.164637
0.171402
0.178214
0.18503
0.191863
0.198528
0.205047
0.211185
0.21693
0.222061
0.226506
0.23005
0.23299
0.232503
0.237482
0.410712
0.368186
0.32956
0.294401
0.263061
0.236296
0.213488
0.194155
0.177745
0.163798
0.152083
0.142714
0.135571
0.130223
0.126486
0.124267
0.123375
0.123739
0.125208
0.127611
0.130906
0.135149
0.140345
0.146335
0.152882
0.15975
0.166875
0.174035
0.181195
0.188376
0.19539
0.202263
0.208752
0.214843
0.220304
0.225061
0.228885
0.232084
0.231806
0.237046
0.408469
0.365381
0.325984
0.290101
0.257683
0.230032
0.206533
0.186707
0.169975
0.155805
0.143943
0.134512
0.127398
0.122135
0.118519
0.116441
0.115695
0.116252
0.117947
0.120596
0.124145
0.12868
0.134219
0.140595
0.147517
0.154753
0.162236
0.169748
0.177257
0.184791
0.192161
0.199397
0.206243
0.212689
0.218488
0.223567
0.227681
0.231151
0.23109
0.236611
0.406
0.362383
0.322233
0.285592
0.252246
0.223653
0.199433
0.17909
0.162021
0.147627
0.135628
0.126144
0.119046
0.113853
0.110379
0.108481
0.107898
0.108635
0.110561
0.11347
0.1173
0.122141
0.12803
0.134772
0.142058
0.149656
0.157492
0.165354
0.173218
0.18111
0.188845
0.196447
0.203664
0.21047
0.216621
0.222026
0.226443
0.230187
0.230359
0.23615
0.403316
0.359196
0.318303
0.280888
0.246772
0.217163
0.192192
0.171305
0.153889
0.139266
0.127139
0.11761
0.110538
0.105432
0.102097
0.100357
0.0999283
0.10086
0.103032
0.106213
0.110334
0.115488
0.121734
0.128859
0.136508
0.144456
0.152646
0.160863
0.169082
0.177339
0.185444
0.193423
0.201014
0.208192
0.214699
0.220445
0.225172
0.229205
0.229608
0.235703
0.400409
0.355814
0.314189
0.276003
0.24122
0.210578
0.184825
0.163374
0.14559
0.130735
0.11849
0.108919
0.101859
0.0968292
0.0936523
0.0921189
0.0918681
0.0929723
0.0953937
0.098868
0.103298
0.108784
0.115386
0.122867
0.130872
0.139177
0.147716
0.156284
0.164866
0.173489
0.181975
0.190332
0.198312
0.205864
0.212744
0.218832
0.223886
0.228207
0.228862
0.235231
0.397289
0.352244
0.30989
0.270933
0.235488
0.203955
0.177376
0.15533
0.137154
0.122056
0.109694
0.100084
0.0930488
0.0881104
0.0850905
0.083741
0.0836677
0.0849697
0.087658
0.0914308
0.0961794
0.102004
0.108966
0.116813
0.125168
0.13381
0.142697
0.151621
0.160565
0.169562
0.178429
0.187177
0.195547
0.203487
0.210743
0.217189
0.222575
0.227202
0.228096
0.234785
0.393948
0.348476
0.3054
0.265673
0.229533
0.197289
0.169843
0.14717
0.128576
0.113227
0.100747
0.0911026
0.084079
0.079219
0.0763782
0.0752663
0.0753924
0.0768753
0.0798299
0.083918
0.0890033
0.0951736
0.102489
0.110684
0.119383
0.128388
0.137619
0.146895
0.156208
0.165577
0.174837
0.183973
0.192749
0.201077
0.208726
0.215531
0.221265
0.226195
0.227351
0.234312
0.390395
0.344518
0.300719
0.260214
0.22337
0.190528
0.162273
0.138933
0.119892
0.104274
0.0916746
0.0819964
0.0749955
0.0702326
0.0675673
0.0666699
0.0670031
0.068706
0.0719409
0.076344
0.0817691
0.0882912
0.0959633
0.104508
0.11355
0.122883
0.132461
0.142092
0.15177
0.161519
0.17117
0.180708
0.189889
0.198621
0.206663
0.213845
0.21993
0.22518
0.226581
0.233871
0.386621
0.340358
0.295839
0.254551
0.216992
0.183563
0.154647
0.130617
0.111094
0.0951914
0.0824662
0.0727505
0.0657621
0.0610849
0.0586141
0.0579902
0.0585528
0.0604529
0.0639651
0.0687022
0.0744758
0.0813538
0.0893753
0.0982555
0.107636
0.117336
0.127257
0.137238
0.147286
0.157413
0.167465
0.177403
0.187002
0.196138
0.20459
0.212151
0.218603
0.224169
0.225836
0.233401
0.382636
0.336004
0.290761
0.24868
0.210398
0.176373
0.146936
0.122275
0.102231
0.0860179
0.073154
0.0633983
0.0564331
0.051858
0.04958
0.049201
0.0500044
0.0521467
0.0559518
0.0610157
0.0671404
0.0743783
0.0827501
0.0919683
0.101684
0.111709
0.121973
0.132308
0.142722
0.153233
0.163683
0.174033
0.18405
0.193606
0.202468
0.210424
0.217245
0.223144
0.22506
0.232962
0.37843
0.331446
0.285474
0.242594
0.203577
0.16894
0.139011
0.113851
0.0933002
0.0767489
0.0637287
0.0539242
0.0469701
0.0424817
0.0404145
0.0403404
0.0414016
0.0437583
0.0478536
0.0532608
0.0597446
0.0673396
0.0760555
0.0856031
0.0956512
0.106045
0.116649
0.127332
0.138115
0.149007
0.159864
0.170625
0.181072
0.191047
0.200336
0.20869
0.215895
0.222125
0.224309
0.232491
0.374013
0.326688
0.279982
0.23629
0.196529
0.161279
0.130864
0.105286
0.0843275
0.0674404
0.0542399
0.0443742
0.0374343
0.0330486
0.0311852
0.0313821
0.0327109
0.0353297
0.0397298
0.0454728
0.0523134
0.0602695
0.0693313
0.0792079
0.0895858
0.1003
0.111243
0.122276
0.133422
0.144701
0.155962
0.167145
0.178021
0.188432
0.198147
0.206917
0.214507
0.221082
0.22352
0.232048
0.369374
0.321721
0.274273
0.229759
0.189244
0.153368
0.122459
0.0964822
0.0751983
0.0580473
0.0446755
0.0347449
0.0277982
0.0234913
0.0218406
0.022369
0.0239756
0.026818
0.0315207
0.0376179
0.0448184
0.0531324
0.0625345
0.0727337
0.0834402
0.0945186
0.105795
0.117171
0.128684
0.140346
0.152018
0.163621
0.174939
0.185785
0.195944
0.205131
0.213122
0.220041
0.222753
0.231569
0.364524
0.316551
0.268349
0.223
0.181723
0.145222
0.113827
0.0874619
0.0658803
0.0485247
0.0350364
0.0250706
0.018139
0.0139181
0.0124658
0.0132792
0.0151665
0.0182763
0.0232966
0.0297367
0.0372965
0.0459711
0.055714
0.0662361
0.0772641
0.0886552
0.100262
0.111981
0.123854
0.135904
0.147984
0.160018
0.171778
0.183074
0.193677
0.203299
0.211691
0.21897
0.221942
0.231113
0.35945
0.311166
0.262199
0.216003
0.173954
0.136819
0.104935
0.0781903
0.0563256
0.0387918
0.0252276
0.0152644
0.00838896
0.00425297
0.00301244
0.00417308
0.00634201
0.00966561
0.0149976
0.0217955
0.0297163
0.0387437
0.0488219
0.059663
0.0710105
0.0827572
0.0946885
0.106742
0.118976
0.131409
0.143905
0.156367
0.16858
0.180328
0.19139
0.201448
0.210259
0.217897
0.221149
0.23062
0.354165
0.305571
0.255825
0.208767
0.16594
0.128173
0.0958118
0.0686987
0.0465684
0.0288705
0.0152478
0.00531153
-0.00146347
-0.00544487
-0.00645897
-0.00500411
-0.00253712
0.0010658
0.00671335
0.0138519
0.0221252
0.0315054
0.0419177
0.0530732
0.0647331
0.0767796
0.0890289
0.101415
0.114004
0.126825
0.139732
0.152634
0.165299
0.177513
0.189035
0.199548
0.208778
0.216791
0.220309
0.230143
0.348656
0.299755
0.249215
0.201282
0.157667
0.119263
0.086424
0.0589544
0.0365735
0.0187301
0.00506543
-0.00482607
-0.0114904
-0.0153028
-0.0160649
-0.014254
-0.0114599
-0.00758135
-0.00161246
0.00588644
0.014501
0.0242202
0.0349562
0.0464186
0.058387
0.0707715
0.0833294
0.0960378
0.108981
0.122182
0.135508
0.148847
0.161975
0.174655
0.186655
0.197624
0.20729
0.215677
0.219484
0.22963
0.342933
0.293723
0.24237
0.193548
0.14914
0.110104
0.0768007
0.0489869
0.0263743
0.008401
-0.00528909
-0.0151179
-0.0216468
-0.0252582
-0.0257602
-0.0236371
-0.0204966
-0.0162609
-0.00992197
-0.00205255
0.00690796
0.0169551
0.0280057
0.0397658
0.0520279
0.064693
0.0775493
0.0905755
0.103863
0.117449
0.131189
0.144974
0.158566
0.171727
0.184204
0.195646
0.20575
0.214528
0.21861
0.22913
0.336986
0.287464
0.235279
0.185553
0.140345
0.100675
0.0669104
0.0387664
0.0159374
-0.00214749
-0.0158468
-0.0255945
-0.0319764
-0.0353939
-0.0356184
-0.0331088
-0.0296153
-0.0250611
-0.0183308
-0.0100497
-0.000704263
0.00967937
0.0210283
0.033072
0.0456181
0.0585963
0.0717373
0.0850664
0.0986965
0.112658
0.126818
0.141046
0.155113
0.168753
0.181725
0.193641
0.204201
0.213369
0.217751
0.228597
0.330824
0.28098
0.227942
0.177298
0.131286
0.0909898
0.0567805
0.02832
0.00529496
-0.0128859
-0.0265767
-0.0362259
-0.0424372
-0.0456244
-0.0455629
-0.0427159
-0.0388611
-0.0339317
-0.0267924
-0.0180983
-0.00833633
0.00244193
0.0141045
0.0264091
0.0392181
0.0524452
0.0658558
0.0794794
0.0934397
0.107779
0.122353
0.137033
0.151573
0.165707
0.179174
0.191582
0.2026
0.212176
0.216844
0.228078
0.324437
0.274262
0.220347
0.168769
0.12195
0.0810294
0.0463817
0.0176208
-0.00558466
-0.0238434
-0.0375091
-0.0470412
-0.0530683
-0.0560318
-0.05567
-0.05241
-0.0481875
-0.04293
-0.0353784
-0.0262479
-0.0160593
-0.00485708
0.00716996
0.0197402
0.032794
0.0462934
0.0599537
0.0738519
0.0881374
0.102843
0.117837
0.132962
0.147987
0.162612
0.176591
0.189492
0.200986
0.21097
0.215952
0.22753
0.317833
0.26731
0.212495
0.159969
0.112341
0.070807
0.0357402
0.00669376
-0.0166708
-0.0349905
-0.0486139
-0.0580116
-0.0638309
-0.0665339
-0.0658602
-0.0622409
-0.0576419
-0.0519975
-0.0440163
-0.0344557
-0.0238332
-0.0121944
0.000248441
0.0131368
0.0264049
0.0401079
0.0539961
0.0681559
0.0827509
0.0978221
0.113229
0.128809
0.144315
0.159446
0.173937
0.187347
0.19932
0.209731
0.215014
0.226997
0.311003
0.260115
0.204371
0.150884
0.102446
0.0603043
0.0248285
-0.00448474
-0.0279924
-0.0463551
-0.0599198
-0.0691639
-0.0747608
-0.0772092
-0.0762112
-0.0721567
-0.0671752
-0.0611912
-0.0527772
-0.0427642
-0.0317019
-0.0196248
-0.00675024
0.00652091
0.020019
0.0339411
0.0480324
0.0624288
0.077325
0.0927479
0.108571
0.124598
0.140597
0.15623
0.171249
0.18517
0.19764
0.208479
0.214091
0.226436
0.303954
0.252676
0.195977
0.141515
0.092269
0.0495344
0.0136718
-0.0158922
-0.0395203
-0.0579094
-0.0713968
-0.0804704
-0.0858225
-0.0879777
-0.0866426
-0.0822091
-0.0768358
-0.070452
-0.0615899
-0.0511305
-0.0396215
-0.0270936
-0.013778
-9.47434e-05
0.0136937
0.0277615
0.0420284
0.056643
0.0718225
0.0875937
0.103826
0.120306
0.136796
0.152944
0.168491
0.182938
0.195912
0.207195
0.213124
0.225892
0.296676
0.244986
0.1873
0.131849
0.0817972
0.0384798
0.00224446
-0.0275493
-0.0512814
-0.069679
-0.0830727
-0.0919564
-0.0970474
-0.0989148
-0.0972331
-0.0923434
-0.086573
-0.0798372
-0.0705233
-0.0595963
-0.0476358
-0.0346546
-0.0208935
-0.00678656
0.00736351
0.0216221
0.0360329
0.0508358
0.0662862
0.0823895
0.0990323
0.115958
0.132948
0.149606
0.165698
0.180672
0.194165
0.205897
0.212174
0.225322
0.289176
0.237038
0.178338
0.121886
0.0710359
0.0271535
-0.00942926
-0.0394354
-0.0632482
-0.0816366
-0.0949186
-0.103595
-0.108403
-0.109945
-0.107901
-0.102613
-0.0964363
-0.0892882
-0.0795079
-0.0681204
-0.0556994
-0.0422525
-0.0280368
-0.0135017
0.00103413
0.015492
0.0300142
0.0449811
0.0606813
0.0771107
0.0941563
0.111531
0.12902
0.146199
0.162837
0.178353
0.192372
0.20457
0.211181
0.224771
0.281445
0.228829
0.169078
0.111615
0.059971
0.0155392
-0.0213733
-0.0515683
-0.0754447
-0.0938065
-0.10696
-0.11541
-0.119918
-0.121139
-0.118725
-0.112963
-0.106374
-0.0988613
-0.088611
-0.0767426
-0.0638564
-0.0499419
-0.0352663
-0.0202949
-0.00535704
0.00941264
0.024019
0.0391161
0.055049
0.0717874
0.0892346
0.107051
0.125044
0.142741
0.159938
0.175997
0.190558
0.203226
0.210207
0.224194
0.273489
0.220349
0.159518
0.101036
0.0486093
0.00364964
-0.033564
-0.0639294
-0.0878451
-0.106163
-0.11917
-0.127376
-0.131564
-0.132425
-0.129622
-0.123446
-0.116436
-0.108498
-0.0977649
-0.0854222
-0.0720622
-0.0576671
-0.0425219
-0.0271109
-0.0117727
0.0033168
0.0180158
0.0332133
0.0493559
0.0663942
0.0842352
0.102496
0.120991
0.139216
0.156974
0.17359
0.188701
0.201858
0.209192
0.223638
0.265297
0.211593
0.149646
0.0901351
0.0369368
-0.00853062
-0.0460238
-0.0765339
-0.100471
-0.118727
-0.131571
-0.139514
-0.143363
-0.143868
-0.140673
-0.134005
-0.12657
-0.118255
-0.107034
-0.094198
-0.0803607
-0.0654821
-0.0498623
-0.0340035
-0.0182551
-0.00278804
0.0120505
0.0273128
0.0436422
0.0609624
0.0791923
0.0978892
0.116891
0.13564
0.15397
0.171146
0.186819
0.200472
0.208197
0.22306
0.256875
0.202552
0.139459
0.0789146
0.0249608
-0.0209885
-0.0587295
-0.0893645
-0.113299
-0.131476
-0.144138
-0.1518
-0.15529
-0.155403
-0.151795
-0.144696
-0.136825
-0.128074
-0.116354
-0.103031
-0.0887065
-0.0733314
-0.0572272
-0.0409168
-0.0247614
-0.00895215
0.006086
0.0213831
0.0378739
0.0554649
0.0740759
0.0932099
0.112716
0.131998
0.150903
0.168651
0.184898
0.199064
0.207164
0.222499
0.248212
0.193221
0.128944
0.0673616
0.0126671
-0.0337386
-0.0717021
-0.102434
-0.126347
-0.144427
-0.156892
-0.164254
-0.167367
-0.16709
-0.163065
-0.15546
-0.147151
-0.138011
-0.125787
-0.111959
-0.0971431
-0.0812693
-0.0646753
-0.0479044
-0.0313318
-0.0151345
0.000154791
0.0154629
0.0320876
0.049933
0.068917
0.0884821
0.108493
0.128307
0.147793
0.16612
0.182948
0.197637
0.206154
0.221916
0.239312
0.183589
0.118097
0.0554774
6.46996e-05
-0.0467674
-0.0849186
-0.115727
-0.139593
-0.15756
-0.169808
-0.176852
-0.17957
-0.178866
-0.174403
-0.166352
-0.157595
-0.148008
-0.135269
-0.120943
-0.105626
-0.0892404
-0.0721463
-0.0549115
-0.0379238
-0.0213785
-0.00580963
0.00952183
0.0262547
0.0443396
0.0636902
0.0836841
0.1042
0.12455
0.144624
0.163539
0.180963
0.196193
0.205107
0.221343
0.230163
0.173649
0.106906
0.0432495
-0.0128606
-0.0600888
-0.0983986
-0.129253
-0.153054
-0.17089
-0.182906
-0.189614
-0.191916
-0.190787
-0.185885
-0.177316
-0.168108
-0.158119
-0.144861
-0.130019
-0.114199
-0.0972982
-0.0796989
-0.0619915
-0.0445776
-0.0276404
-0.0117925
0.00360032
0.02041
0.0387188
0.0584232
0.0788414
0.0998564
0.120747
0.14141
0.160922
0.178947
0.19473
0.204087
0.22075
0.220768
0.163388
0.0953687
0.0306802
-0.0260988
-0.0736889
-0.112119
-0.142999
-0.166708
-0.184396
-0.196162
-0.202516
-0.204386
-0.202798
-0.197431
-0.188402
-0.178734
-0.16829
-0.154503
-0.139151
-0.122817
-0.105388
-0.0872729
-0.0690888
-0.0512516
-0.0339617
-0.0178331
-0.00234066
0.014523
0.0330392
0.0530919
0.0739305
0.0954468
0.116878
0.138139
0.158257
0.176898
0.193253
0.203031
0.220155
0.211115
0.152801
0.08347
0.0177574
-0.0396642
-0.0875806
-0.1261
-0.156972
-0.180572
-0.198095
-0.209594
-0.215577
-0.216993
-0.214946
-0.209117
-0.199559
-0.189429
-0.178572
-0.164251
-0.148374
-0.131523
-0.113563
-0.0949271
-0.0762569
-0.0579853
-0.0402972
-0.0238932
-0.00826078
0.00862259
0.0273345
0.0477195
0.0689772
0.0909848
0.112965
0.134819
0.155557
0.174815
0.191757
0.202006
0.219543
0.201205
0.141873
0.0712083
0.00448407
-0.0535452
-0.101749
-0.140316
-0.171159
-0.194623
-0.211965
-0.22318
-0.228773
-0.229721
-0.227182
-0.220864
-0.210833
-0.200233
-0.188913
-0.174048
-0.157651
-0.140272
-0.121769
-0.102601
-0.0834413
-0.0647371
-0.0466912
-0.03001
-0.0142045
0.00268088
0.0215701
0.0422855
0.0639558
0.0864597
0.108986
0.131446
0.152809
0.172703
0.190252
0.200951
0.218913
0.191024
0.130599
0.0585699
-0.00915183
-0.0677557
-0.116208
-0.154787
-0.185568
-0.208876
-0.22602
-0.236936
-0.242121
-0.24258
-0.239548
-0.232744
-0.222175
-0.211104
-0.199362
-0.183949
-0.167016
-0.149108
-0.130058
-0.110354
-0.0906954
-0.0715468
-0.0530965
-0.0361488
-0.0201396
-0.0032753
0.0157839
0.0368097
0.0588949
0.0818797
0.104963
0.12802
0.150027
0.170554
0.188729
0.199934
0.218271
0.18057
0.11896
0.045553
-0.0231456
-0.0822828
-0.13094
-0.169488
-0.200184
-0.223311
-0.240241
-0.25084
-0.2556
-0.255556
-0.252001
-0.244682
-0.23363
-0.222079
-0.209868
-0.193898
-0.176436
-0.157987
-0.138377
-0.118126
-0.0979639
-0.0783725
-0.0595588
-0.0423448
-0.0261294
-0.00926786
0.00994214
0.0312774
0.0537684
0.0772402
0.100876
0.124545
0.147199
0.168381
0.187199
0.198887
0.217586
0.169828
0.106953
0.0321437
-0.0375089
-0.0971405
-0.145958
-0.184437
-0.215013
-0.23794
-0.25464
-0.264908
-0.269224
-0.268656
-0.264576
-0.256748
-0.245151
-0.233121
-0.220479
-0.203947
-0.185941
-0.16695
-0.146779
-0.125976
-0.1053
-0.0852547
-0.0660288
-0.0485627
-0.0321408
-0.0152753
0.00408569
0.0257047
0.0486071
0.0725444
0.0967486
0.121013
0.14434
0.166169
0.185654
0.197882
0.216894
0.158794
0.0945574
0.0183415
-0.0522358
-0.112314
-0.161246
-0.19961
-0.230043
-0.252744
-0.269199
-0.279118
-0.282974
-0.28187
-0.277236
-0.268869
-0.25678
-0.244262
-0.231147
-0.214044
-0.195499
-0.175954
-0.155208
-0.133843
-0.11265
-0.0921502
-0.0725553
-0.0548352
-0.038217
-0.0213217
-0.0018259
0.0200789
0.0433815
0.0677926
0.0925567
0.117436
0.141435
0.163936
0.184104
0.196859
0.216137
0.147449
0.0817678
0.00413293
-0.0673377
-0.127817
-0.176816
-0.215023
-0.245279
-0.267733
-0.283928
-0.293483
-0.296863
-0.295202
-0.290012
-0.281112
-0.268472
-0.255469
-0.241915
-0.224238
-0.205141
-0.185042
-0.163719
-0.141787
-0.120068
-0.0991006
-0.0790865
-0.061129
-0.0443101
-0.027391
-0.00775207
0.0144096
0.0381223
0.0629812
0.0883259
0.113799
0.138502
0.161661
0.182541
0.195871
0.215375
0.135786
0.0685649
-0.0104815
-0.0828067
-0.143633
-0.192649
-0.230653
-0.260707
-0.282891
-0.298809
-0.307986
-0.31087
-0.308642
-0.30287
-0.293406
-0.280265
-0.26677
-0.25274
-0.23448
-0.214834
-0.194169
-0.172258
-0.149749
-0.127497
-0.106062
-0.085673
-0.0674751
-0.0504659
-0.0335027
-0.0137352
0.00868785
0.0327984
0.0581152
0.08403
0.110116
0.135521
0.159369
0.180975
0.194861
0.214544
0.123783
0.0549421
-0.025515
-0.0986536
-0.159777
-0.208758
-0.246516
-0.276333
-0.298225
-0.313853
-0.322635
-0.32501
-0.322194
-0.315837
-0.305816
-0.292122
-0.278135
-0.263661
-0.244813
-0.224609
-0.203378
-0.180876
-0.157786
-0.134993
-0.113078
-0.0922612
-0.0738411
-0.0566355
-0.0396416
-0.0197327
0.00292032
0.0274416
0.0531869
0.0796956
0.106372
0.132515
0.157035
0.179396
0.193871
0.213731
0.111428
0.0408796
-0.040965
-0.114869
-0.176228
-0.225123
-0.262586
-0.292142
-0.313719
-0.329042
-0.337415
-0.339262
-0.335849
-0.328884
-0.318275
-0.304073
-0.289589
-0.274638
-0.255195
-0.234433
-0.212625
-0.189521
-0.16584
-0.142501
-0.120103
-0.0989044
-0.0802573
-0.0628666
-0.0458235
-0.0257885
-0.0028982
0.0220202
0.0482063
0.0752956
0.102584
0.129462
0.154686
0.177813
0.192862
0.21287
0.0986945
0.0263701
-0.056844
-0.131463
-0.193002
-0.241757
-0.278879
-0.308139
-0.329381
-0.344385
-0.352334
-0.353639
-0.349609
-0.342033
-0.330844
-0.316086
-0.301107
-0.285708
-0.265664
-0.244336
-0.221951
-0.198245
-0.173969
-0.150075
-0.127183
-0.105547
-0.0866927
-0.0691107
-0.0520358
-0.0318596
-0.00876482
0.0165653
0.0431612
0.0708568
0.0987319
0.126383
0.152296
0.176218
0.191859
0.212052
0.0855647
0.0113942
-0.0731477
-0.148423
-0.210078
-0.258638
-0.295372
-0.324311
-0.345195
-0.359864
-0.367375
-0.368121
-0.363467
-0.35526
-0.343458
-0.328186
-0.312707
-0.296832
-0.276181
-0.254288
-0.231314
-0.206994
-0.182114
-0.15766
-0.134269
-0.112245
-0.0931766
-0.0754158
-0.0582913
-0.0379903
-0.0146821
0.0110454
0.0380649
0.0663517
0.0948368
0.123256
0.149892
0.174619
0.190839
0.211228
0.0720039
-0.0040551
-0.0898877
-0.16576
-0.22747
-0.27578
-0.312077
-0.340661
-0.361166
-0.375488
-0.382547
-0.382721
-0.377423
-0.36858
-0.356175
-0.340348
-0.324371
-0.308044
-0.28678
-0.264317
-0.240754
-0.215821
-0.190334
-0.165311
-0.141411
-0.11894
-0.0996785
-0.0817333
-0.0645781
-0.0441374
-0.020649
0.00549111
0.0329027
0.0618068
0.0908748
0.120104
0.147448
0.173012
0.189819
0.210473
0.0579896
-0.0199964
-0.107057
-0.18346
-0.245155
-0.293161
-0.328972
-0.357176
-0.37728
-0.39124
-0.397834
-0.397418
-0.391472
-0.381978
-0.368936
-0.35259
-0.33611
-0.319311
-0.297427
-0.274392
-0.25023
-0.224673
-0.19857
-0.172974
-0.148559
-0.12569
-0.106227
-0.0881116
-0.0709113
-0.0503431
-0.0266648
-0.000127132
0.0276912
0.0571958
0.0868709
0.116903
0.144991
0.171403
0.188788
0.209759
0.0434834
-0.0364346
-0.124665
-0.20153
-0.263146
-0.310792
-0.346069
-0.37386
-0.393543
-0.407129
-0.413243
-0.412224
-0.40561
-0.395461
-0.381792
-0.364893
-0.347913
-0.330661
-0.308152
-0.28454
-0.259781
-0.233601
-0.20688
-0.180704
-0.155763
-0.132437
-0.112793
-0.0945026
-0.077289
-0.0565649
-0.0327302
-0.0057802
0.0224133
0.0525441
0.0827986
0.113678
0.142497
0.16979
0.187764
0.209134
0.0284829
-0.0533715
-0.142696
-0.219953
-0.281419
-0.328651
-0.363344
-0.390697
-0.409938
-0.423137
-0.428758
-0.427121
-0.419836
-0.40902
-0.39469
-0.377268
-0.359784
-0.342063
-0.318923
-0.294733
-0.269365
-0.242554
-0.215206
-0.188444
-0.162972
-0.139239
-0.119405
-0.100953
-0.0837242
-0.062845
-0.0388433
-0.0114964
0.0170873
0.0478266
0.0786839
0.110402
0.139991
0.168181
0.186749
0.208581
0.0130083
-0.0707748
-0.16114
-0.238727
-0.299982
-0.346746
-0.380809
-0.407693
-0.426471
-0.439271
-0.444385
-0.442119
-0.434145
-0.422658
-0.407677
-0.389704
-0.371719
-0.353544
-0.329767
-0.304997
-0.279022
-0.251582
-0.223606
-0.196253
-0.170239
-0.146038
-0.126032
-0.107416
-0.0902073
-0.069144
-0.0450073
-0.0172493
0.0116942
0.0430669
0.0744993
0.107099
0.137449
0.166575
0.185757
0.208113
-0.00285772
-0.0886013
-0.17996
-0.257822
-0.318804
-0.365052
-0.398437
-0.42483
-0.443127
-0.455514
-0.460111
-0.457199
-0.448534
-0.436368
-0.420704
-0.402206
-0.383715
-0.365078
-0.340656
-0.315304
-0.288711
-0.260634
-0.232022
-0.204074
-0.177512
-0.152893
-0.132704
-0.113936
-0.0967456
-0.0755016
-0.0512188
-0.0230643
0.00625379
0.0382419
0.0702711
0.103746
0.134895
0.164977
0.184796
0.20772
-0.0190396
-0.106805
-0.199143
-0.277237
-0.337891
-0.383576
-0.416239
-0.442112
-0.459909
-0.471874
-0.475937
-0.472371
-0.462999
-0.450152
-0.433812
-0.414767
-0.395773
-0.376683
-0.351612
-0.325678
-0.29847
-0.26976
-0.24051
-0.211964
-0.184845
-0.159744
-0.139391
-0.120468
-0.10333
-0.0818813
-0.0574839
-0.0289189
0.000745154
0.0333731
0.0659711
0.100364
0.132306
0.16339
0.18388
0.207396
-0.0354892
-0.125368
-0.218662
-0.296946
-0.357216
-0.402295
-0.434191
-0.459525
-0.476803
-0.488334
-0.491853
-0.487618
-0.477538
-0.464005
-0.446957
-0.427387
-0.407885
-0.38834
-0.362613
-0.336093
-0.308259
-0.27891
-0.249015
-0.219866
-0.192184
-0.166653
-0.146121
-0.127056
-0.109967
-0.0883205
-0.0637981
-0.0348359
-0.00481105
0.0284392
0.0616258
0.0969285
0.129704
0.161816
0.18301
0.207135
-0.0522307
-0.144287
-0.238526
-0.316958
-0.376792
-0.421218
-0.452302
-0.477071
-0.493813
-0.5049
-0.507861
-0.50295
-0.492145
-0.477926
-0.460178
-0.440066
-0.420058
-0.400063
-0.373673
-0.346573
-0.318116
-0.288131
-0.257592
-0.227839
-0.199585
-0.173561
-0.152866
-0.133656
-0.116648
-0.0947851
-0.0701687
-0.040796
-0.0104365
0.0234599
0.0572066
0.0934616
0.127066
0.160258
0.182209
0.206926
-0.069288
-0.16357
-0.258717
-0.337253
-0.396591
-0.440324
-0.470553
-0.494738
-0.510925
-0.521556
-0.523949
-0.518347
-0.50682
-0.491914
-0.473434
-0.452796
-0.432279
-0.411835
-0.384778
-0.35709
-0.328
-0.297376
-0.266185
-0.235825
-0.206993
-0.180526
-0.159654
-0.140311
-0.123379
-0.101307
-0.076589
-0.0468172
-0.0161092
0.0184169
0.0527401
0.0899408
0.124414
0.158715
0.181465
0.206765
-0.0866992
-0.183224
-0.279246
-0.357839
-0.416628
-0.459622
-0.48895
-0.512527
-0.528141
-0.538309
-0.540118
-0.533821
-0.521555
-0.505963
-0.486759
-0.465584
-0.444557
-0.423667
-0.395936
-0.36767
-0.337949
-0.306692
-0.274848
-0.243882
-0.214464
-0.187493
-0.166455
-0.146978
-0.130154
-0.107858
-0.083069
-0.052885
-0.021852
0.0133272
0.0481979
0.0863842
0.121723
0.157192
0.180812
0.206645
-0.10448
-0.203253
-0.300094
-0.378695
-0.436874
-0.479091
-0.507476
-0.530427
-0.54545
-0.555144
-0.556359
-0.549353
-0.536351
-0.520079
-0.500116
-0.478416
-0.456876
-0.435546
-0.407136
-0.378285
-0.347924
-0.316031
-0.283528
-0.251954
-0.221944
-0.194519
-0.173299
-0.153698
-0.136976
-0.114467
-0.0896001
-0.0590141
-0.0276417
0.00817489
0.0436066
0.0827715
0.119017
0.155683
0.180224
0.206556
-0.12266
-0.223662
-0.321271
-0.399829
-0.457342
-0.498739
-0.526133
-0.548438
-0.562852
-0.572066
-0.572669
-0.564953
-0.5512
-0.534249
-0.513535
-0.491304
-0.469251
-0.447477
-0.418382
-0.38896
-0.357959
-0.325438
-0.292276
-0.260098
-0.229488
-0.201548
-0.180156
-0.160433
-0.14384
-0.121108
-0.0961942
-0.0651944
-0.0335017
0.00297407
0.0389388
0.0791175
0.11627
0.154194
0.179749
0.206504
-0.141248
-0.24445
-0.342756
-0.421219
-0.478005
-0.518545
-0.544907
-0.56655
-0.580337
-0.589059
-0.589043
-0.580604
-0.566102
-0.548484
-0.526986
-0.50423
-0.481658
-0.459454
-0.429668
-0.399667
-0.368018
-0.334868
-0.30104
-0.268257
-0.237043
-0.208639
-0.187054
-0.167219
-0.150749
-0.127805
-0.102839
-0.0714343
-0.0394073
-0.00228753
0.0342201
0.0754064
0.113504
0.152716
0.179337
0.20646
-0.160265
-0.265622
-0.364555
-0.442872
-0.498874
-0.538516
-0.563799
-0.584762
-0.597902
-0.60613
-0.605475
-0.596314
-0.58105
-0.562767
-0.540491
-0.51721
-0.494119
-0.471476
-0.440994
-0.410429
-0.378134
-0.344364
-0.309871
-0.276489
-0.244664
-0.215736
-0.193966
-0.174022
-0.157698
-0.13454
-0.10955
-0.0777297
-0.0453825
-0.00759892
0.029425
0.0716482
0.110695
0.151256
0.179047
0.206452
-0.179711
-0.287171
-0.386647
-0.464764
-0.519921
-0.558635
-0.582796
-0.603065
-0.61554
-0.623263
-0.621959
-0.612067
-0.596043
-0.577113
-0.554026
-0.53022
-0.506605
-0.483541
-0.452356
-0.421221
-0.38827
-0.353881
-0.318715
-0.284737
-0.252296
-0.222896
-0.200918
-0.180876
-0.164689
-0.141329
-0.116312
-0.084084
-0.0514012
-0.0129693
0.0245783
0.0678304
0.107863
0.149801
0.178825
0.206437
-0.199582
-0.309092
-0.409034
-0.486902
-0.541157
-0.578904
-0.601898
-0.621458
-0.633247
-0.640463
-0.638491
-0.62787
-0.611073
-0.591503
-0.567609
-0.543284
-0.51914
-0.495644
-0.463751
-0.432065
-0.398459
-0.363464
-0.327625
-0.293058
-0.259994
-0.230066
-0.207883
-0.187748
-0.171718
-0.14816
-0.123141
-0.0904982
-0.0574872
-0.01839
0.0196568
0.0639588
0.104987
0.148357
0.178715
0.206449
-0.219829
-0.331355
-0.431684
-0.509255
-0.562552
-0.599307
-0.621092
-0.639932
-0.651015
-0.657715
-0.655064
-0.643708
-0.626142
-0.605953
-0.58122
-0.55637
-0.531694
-0.507785
-0.475177
-0.442936
-0.408664
-0.373065
-0.336546
-0.301396
-0.267706
-0.237299
-0.214886
-0.194669
-0.178786
-0.155044
-0.13002
-0.0969685
-0.0636138
-0.0238665
0.0146828
0.0600267
0.102084
0.146912
0.178638
0.206474
-0.240398
-0.35394
-0.454592
-0.531828
-0.584114
-0.619845
-0.640377
-0.658487
-0.66884
-0.675024
-0.671672
-0.659589
-0.641239
-0.620442
-0.594872
-0.569508
-0.544293
-0.519958
-0.486629
-0.453854
-0.418917
-0.382728
-0.34553
-0.309805
-0.275483
-0.244545
-0.221903
-0.201611
-0.185888
-0.161972
-0.136967
-0.103502
-0.0698036
-0.029393
0.00963648
0.0560342
0.0991337
0.145468
0.178641
0.20656
-0.261234
-0.376818
-0.477727
-0.554592
-0.605814
-0.640505
-0.659744
-0.677112
-0.686715
-0.692374
-0.68831
-0.675495
-0.656366
-0.634988
-0.60855
-0.582663
-0.556905
-0.532166
-0.498108
-0.464795
-0.429182
-0.392409
-0.354523
-0.318233
-0.283275
-0.251854
-0.228956
-0.208599
-0.193024
-0.168952
-0.143962
-0.110089
-0.0760294
-0.0349718
0.00453848
0.0519791
0.0961539
0.144014
0.17865
0.206718
-0.282323
-0.399985
-0.501091
-0.577553
-0.627662
-0.661287
-0.679189
-0.695809
-0.704635
-0.709771
-0.704971
-0.691436
-0.671515
-0.649568
-0.622264
-0.595867
-0.569557
-0.544399
-0.509605
-0.47578
-0.43949
-0.402148
-0.363574
-0.326731
-0.291131
-0.259179
-0.23602
-0.215609
-0.200195
-0.17598
-0.151023
-0.116742
-0.0823118
-0.0405991
-0.000627626
0.0478565
0.0931244
0.142553
0.178704
0.206994
-0.303664
-0.423428
-0.52466
-0.600685
-0.649632
-0.68218
-0.698706
-0.714569
-0.722594
-0.727198
-0.72165
-0.707394
-0.686684
-0.664202
-0.636001
-0.609081
-0.582214
-0.556662
-0.521123
-0.486783
-0.449804
-0.411903
-0.372632
-0.335248
-0.299002
-0.266565
-0.24312
-0.222663
-0.207404
-0.183054
-0.158129
-0.123443
-0.0886254
-0.0462741
-0.00584508
0.043671
0.0900618
0.141075
0.178736
0.207433
-0.325264
-0.447152
-0.548438
-0.623996
-0.671732
-0.703186
-0.718291
-0.733394
-0.740587
-0.744662
-0.73834
-0.723378
-0.701866
-0.678867
-0.649768
-0.622344
-0.594909
-0.568947
-0.532652
-0.497825
-0.460156
-0.421713
-0.381743
-0.343833
-0.306936
-0.273971
-0.25023
-0.229739
-0.214651
-0.190178
-0.165298
-0.130212
-0.0949873
-0.0519951
-0.0111254
0.0394115
0.0869484
0.139582
0.17879
0.208046
-0.347125
-0.471141
-0.572398
-0.647459
-0.693935
-0.724292
-0.737939
-0.752273
-0.758607
-0.762144
-0.755035
-0.739372
-0.717061
-0.693582
-0.663556
-0.635612
-0.607602
-0.581255
-0.544196
-0.508881
-0.470508
-0.431536
-0.390859
-0.352437
-0.314886
-0.281437
-0.257374
-0.236855
-0.221937
-0.197346
-0.172507
-0.137026
-0.101373
-0.0577585
-0.0164552
0.0350874
0.0837982
0.138067
0.178804
0.208912
-0.369252
-0.4954
-0.596546
-0.671081
-0.716251
-0.745503
-0.757648
-0.771212
-0.776652
-0.779652
-0.771727
-0.755383
-0.732261
-0.708322
-0.677368
-0.648927
-0.620329
-0.59358
-0.555744
-0.519971
-0.480891
-0.44141
-0.400023
-0.361107
-0.322897
-0.288923
-0.264527
-0.243992
-0.229256
-0.204566
-0.179776
-0.143907
-0.107797
-0.0635642
-0.0218411
0.0306825
0.0805964
0.136533
0.17884
0.210012
-0.39164
-0.519907
-0.620852
-0.694835
-0.738653
-0.766804
-0.777409
-0.790199
-0.794712
-0.797166
-0.788413
-0.771396
-0.747464
-0.72311
-0.691199
-0.662242
-0.633048
-0.605924
-0.5673
-0.53107
-0.491269
-0.451294
-0.409188
-0.369796
-0.330922
-0.296467
-0.271711
-0.251165
-0.236607
-0.211826
-0.18708
-0.150828
-0.114239
-0.0694067
-0.0272752
0.0262129
0.077354
0.134976
0.178848
0.211417
-0.414276
-0.544663
-0.64532
-0.718727
-0.76115
-0.7882
-0.797226
-0.80924
-0.812788
-0.814695
-0.805083
-0.787419
-0.762665
-0.737918
-0.705049
-0.675605
-0.645798
-0.61828
-0.578854
-0.542199
-0.501672
-0.461225
-0.418396
-0.378548
-0.339006
-0.304034
-0.278902
-0.258356
-0.243983
-0.219138
-0.194439
-0.157817
-0.120706
-0.0752865
-0.0327584
0.0216567
0.0740589
0.133397
0.1789
0.213055
-0.437131
-0.569635
-0.669917
-0.742727
-0.783712
-0.809677
-0.817086
-0.828322
-0.830868
-0.832217
-0.821734
-0.803435
-0.777861
-0.75277
-0.718915
-0.688963
-0.658533
-0.630648
-0.590407
-0.553331
-0.512063
-0.471162
-0.427601
-0.387317
-0.347105
-0.311655
-0.286125
-0.265579
-0.251385
-0.226486
-0.201829
-0.164841
-0.127182
-0.0811962
-0.0382872
0.0170348
0.0707188
0.131794
0.178944
0.214999
-0.460182
-0.594822
-0.694644
-0.766842
-0.80635
-0.831241
-0.836996
-0.847455
-0.848954
-0.849742
-0.838356
-0.819452
-0.793048
-0.767637
-0.732794
-0.702367
-0.671296
-0.643024
-0.601953
-0.564488
-0.522472
-0.481142
-0.436843
-0.396147
-0.355258
-0.319299
-0.29335
-0.272818
-0.258803
-0.233886
-0.209268
-0.171931
-0.133671
-0.0871361
-0.0438578
0.0123216
0.067324
0.130167
0.17906
0.217138
-0.483415
-0.620193
-0.719473
-0.79104
-0.829036
-0.852874
-0.856941
-0.866622
-0.867035
-0.867248
-0.854947
-0.835456
-0.808221
-0.782542
-0.746687
-0.715763
-0.684038
-0.655407
-0.613489
-0.575642
-0.532863
-0.491124
-0.446079
-0.404993
-0.363425
-0.326996
-0.300607
-0.280083
-0.26624
-0.241316
-0.216733
-0.179052
-0.140162
-0.0930986
-0.0494729
0.00754335
0.0638791
0.128518
0.179186
0.219556
-0.506828
-0.645757
-0.744406
-0.815333
-0.851779
-0.874586
-0.876929
-0.885835
-0.885112
-0.884744
-0.871497
-0.851453
-0.823377
-0.797458
-0.760588
-0.729207
-0.696804
-0.667793
-0.625013
-0.586816
-0.543266
-0.501144
-0.455346
-0.413896
-0.371643
-0.334716
-0.307864
-0.287361
-0.273686
-0.248795
-0.224242
-0.186235
-0.146651
-0.0990832
-0.0551231
0.00267044
0.0603766
0.126841
0.179409
0.222117
-0.530426
-0.671483
-0.769416
-0.839688
-0.874551
-0.896355
-0.896946
-0.905075
-0.903173
-0.902208
-0.888004
-0.86743
-0.838513
-0.812407
-0.7745
-0.742637
-0.709542
-0.680177
-0.636521
-0.597982
-0.553645
-0.511164
-0.464602
-0.422812
-0.379874
-0.342486
-0.315152
-0.294661
-0.281144
-0.256299
-0.231773
-0.193447
-0.153134
-0.105082
-0.0608154
-0.00226737
0.0568182
0.125141
0.179653
0.224925
-0.554209
-0.697383
-0.794508
-0.864115
-0.897363
-0.918194
-0.917001
-0.924357
-0.921222
-0.919648
-0.90446
-0.883392
-0.853626
-0.827362
-0.788415
-0.756114
-0.722301
-0.692559
-0.64801
-0.609162
-0.564028
-0.521216
-0.473885
-0.431782
-0.388151
-0.350278
-0.322438
-0.301971
-0.288604
-0.263848
-0.239342
-0.200717
-0.159602
-0.111095
-0.0665356
-0.00730168
0.0531986
0.123409
0.180015
0.227829
-0.57818
-0.723421
-0.819653
-0.888581
-0.920186
-0.940078
-0.937075
-0.943657
-0.939245
-0.937043
-0.920862
-0.899327
-0.868712
-0.842343
-0.802337
-0.769575
-0.735026
-0.704933
-0.659475
-0.62033
-0.574383
-0.531264
-0.483153
-0.440763
-0.396439
-0.358119
-0.329754
-0.309299
-0.296069
-0.271418
-0.24693
-0.208014
-0.166058
-0.117127
-0.0722928
-0.0123973
0.0495187
0.121652
0.180399
0.230958
-0.602331
-0.749609
-0.844856
-0.913098
-0.943032
-0.96202
-0.957183
-0.962995
-0.957248
-0.954401
-0.937203
-0.915241
-0.883769
-0.857323
-0.816258
-0.783081
-0.747768
-0.717298
-0.670917
-0.631506
-0.584737
-0.541339
-0.492442
-0.449793
-0.404771
-0.365981
-0.337067
-0.316635
-0.30353
-0.279029
-0.254549
-0.215366
-0.172502
-0.123194
-0.0780646
-0.0175849
0.0457763
0.11986
0.180917
0.234151
-0.626655
-0.775905
-0.870088
-0.937631
-0.96587
-0.983993
-0.977301
-0.982341
-0.975214
-0.971699
-0.95348
-0.93112
-0.898794
-0.872322
-0.830182
-0.796567
-0.760469
-0.729646
-0.682329
-0.642663
-0.595056
-0.551406
-0.501713
-0.458831
-0.41311
-0.373889
-0.344409
-0.323984
-0.310991
-0.286655
-0.262185
-0.222741
-0.178978
-0.129302
-0.0838628
-0.022826
0.0419721
0.118041
0.181456
0.237568
-0.651145
-0.802321
-0.895355
-0.962191
-0.988714
-1.00601
-0.997447
-1.00172
-0.993153
-0.988945
-0.969687
-0.946971
-0.913786
-0.887314
-0.8441
-0.810095
-0.773183
-0.741977
-0.693712
-0.653824
-0.605369
-0.561494
-0.511
-0.467912
-0.421489
-0.381818
-0.351747
-0.331339
-0.318441
-0.294319
-0.269846
-0.230167
-0.185488
-0.135447
-0.0896655
-0.0281537
0.0381031
0.116182
0.182141
0.241038
-0.675799
-0.828813
-0.920628
-0.986744
-1.01153
-1.02804
-1.01759
-1.02109
-1.01105
-1.00612
-0.985823
-0.962781
-0.92874
-0.902317
-0.858018
-0.823598
-0.785849
-0.754283
-0.70506
-0.66496
-0.615644
-0.571569
-0.520265
-0.476998
-0.429873
-0.389791
-0.359115
-0.338705
-0.325888
-0.301994
-0.277521
-0.23761
-0.192046
-0.141632
-0.0954917
-0.0335307
0.0341687
0.114292
0.182837
0.244751
-0.700614
-0.855398
-0.945914
-1.0113
-1.03434
-1.05011
-1.03776
-1.04049
-1.0289
-1.02322
-1.00188
-0.978558
-0.943657
-0.917304
-0.871924
-0.837142
-0.798524
-0.766563
-0.716376
-0.676094
-0.625908
-0.581659
-0.529541
-0.486122
-0.438292
-0.397784
-0.366476
-0.346073
-0.333319
-0.309703
-0.285217
-0.245097
-0.198631
-0.147853
-0.101318
-0.0389922
0.0301647
0.112355
0.183686
0.248516
-0.725591
-0.882029
-0.971186
-1.03583
-1.05711
-1.07217
-1.05792
-1.05987
-1.0467
-1.04024
-1.01786
-0.994285
-0.958534
-0.932294
-0.885827
-0.850654
-0.811145
-0.778806
-0.72765
-0.687197
-0.63613
-0.591731
-0.538793
-0.495246
-0.446715
-0.405818
-0.373867
-0.35345
-0.340742
-0.31742
-0.292922
-0.252596
-0.205264
-0.154115
-0.107165
-0.0445006
0.0260906
0.110379
0.184536
0.252571
-0.750731
-0.908724
-0.996453
-1.06034
-1.07985
-1.09425
-1.0781
-1.07926
-1.06446
-1.05718
-1.03376
-1.00997
-0.973371
-0.947258
-0.899714
-0.864203
-0.82377
-0.791014
-0.738889
-0.698291
-0.646336
-0.601812
-0.548052
-0.504402
-0.455168
-0.41387
-0.381251
-0.360828
-0.348145
-0.325168
-0.300644
-0.260132
-0.211917
-0.160413
-0.113008
-0.0500912
0.0219416
0.108347
0.185542
0.256724
-0.776028
-0.935432
-1.02169
-1.08479
-1.10254
-1.1163
-1.09826
-1.09863
-1.08216
-1.074
-1.04958
-1.0256
-0.988165
-0.962214
-0.913593
-0.877714
-0.836335
-0.803175
-0.750084
-0.709348
-0.656498
-0.611869
-0.557284
-0.513553
-0.463622
-0.421962
-0.388664
-0.368213
-0.355537
-0.332921
-0.308373
-0.267676
-0.218617
-0.166755
-0.118868
-0.0557264
0.0177192
0.106269
0.186532
0.261236
-0.80148
-0.962174
-1.0469
-1.10921
-1.12519
-1.13835
-1.11842
-1.118
-1.0998
-1.09074
-1.06531
-1.04119
-1.00292
-0.977136
-0.927451
-0.891258
-0.848899
-0.815289
-0.76124
-0.720388
-0.666642
-0.621927
-0.56652
-0.522728
-0.472102
-0.43007
-0.39607
-0.375596
-0.362905
-0.340701
-0.316114
-0.275251
-0.225334
-0.173133
-0.124717
-0.0614405
0.0134176
0.104125
0.187676
0.265926
-0.827082
-0.988893
-1.07206
-1.13354
-1.14777
-1.16036
-1.13856
-1.13732
-1.11738
-1.10735
-1.08095
-1.05671
-1.01763
-0.992035
-0.941298
-0.904755
-0.861398
-0.827344
-0.772348
-0.731385
-0.676739
-0.631956
-0.575728
-0.531894
-0.48058
-0.438214
-0.403504
-0.382985
-0.370263
-0.348485
-0.323857
-0.28283
-0.232096
-0.179556
-0.130596
-0.0671937
0.00904199
0.101928
0.18879
0.271047
-0.852832
-1.01561
-1.09718
-1.15782
-1.1703
-1.18235
-1.15869
-1.15664
-1.1349
-1.12384
-1.09651
-1.07218
-1.03229
-1.00689
-0.95512
-0.91828
-0.873891
-0.839339
-0.783417
-0.742358
-0.686816
-0.641978
-0.584936
-0.541076
-0.48908
-0.446373
-0.410929
-0.39037
-0.377599
-0.356293
-0.331606
-0.290434
-0.23887
-0.186014
-0.136495
-0.0730185
0.00458666
0.099655
0.190054
0.276405
-0.878723
-1.04228
-1.12223
-1.18199
-1.19274
-1.20428
-1.1788
-1.17589
-1.15234
-1.1402
-1.11198
-1.08757
-1.04691
-1.02171
-0.968927
-0.93175
-0.886315
-0.851263
-0.794436
-0.753279
-0.696845
-0.651962
-0.594114
-0.550242
-0.497576
-0.454564
-0.418383
-0.397758
-0.384925
-0.364102
-0.339355
-0.298038
-0.24569
-0.192516
-0.142443
-0.0788788
5.86227e-05
0.0973224
0.191267
0.282251
-0.904757
-1.06891
-1.14724
-1.20607
-1.21513
-1.22616
-1.19888
-1.19511
-1.16972
-1.15643
-1.12736
-1.10291
-1.06149
-1.03647
-0.982705
-0.945242
-0.898729
-0.863113
-0.805415
-0.764167
-0.706853
-0.661931
-0.603292
-0.559416
-0.506091
-0.462767
-0.425826
-0.405141
-0.392233
-0.371934
-0.347103
-0.305662
-0.252518
-0.199049
-0.148412
-0.0848093
-0.00455059
0.0949034
0.19262
0.288409
-0.93092
-1.09545
-1.17216
-1.23004
-1.23742
-1.24795
-1.21893
-1.21427
-1.18703
-1.1725
-1.14266
-1.11816
-1.07603
-1.05118
-0.996464
-0.95867
-0.911069
-0.874879
-0.816344
-0.774995
-0.716814
-0.671855
-0.612438
-0.568567
-0.514599
-0.470998
-0.433298
-0.412526
-0.399534
-0.379766
-0.354845
-0.313283
-0.25939
-0.205626
-0.154425
-0.0907755
-0.00923215
0.092415
0.193901
0.295093
-0.957217
-1.12193
-1.19702
-1.25389
-1.25963
-1.26968
-1.23896
-1.23337
-1.20426
-1.18843
-1.15787
-1.13335
-1.09052
-1.06581
-1.01019
-0.97211
-0.923395
-0.886555
-0.827233
-0.785781
-0.726753
-0.681753
-0.621584
-0.577717
-0.523122
-0.479238
-0.440758
-0.419903
-0.406817
-0.387618
-0.362581
-0.320919
-0.266266
-0.21223
-0.160454
-0.096811
-0.0139959
0.0898279
0.195309
0.302093
-0.98363
-1.14828
-1.22178
-1.2776
-1.28175
-1.29129
-1.25893
-1.25239
-1.22141
-1.20418
-1.17301
-1.14845
-1.10498
-1.08038
-1.0239
-0.985479
-0.935646
-0.898134
-0.838072
-0.796498
-0.736648
-0.691597
-0.630698
-0.586836
-0.531637
-0.487501
-0.448245
-0.427279
-0.414091
-0.39547
-0.370306
-0.32855
-0.273188
-0.218875
-0.166522
-0.102882
-0.0188302
0.0871628
0.196623
0.309629
-1.01017
-1.17454
-1.24647
-1.30117
-1.30379
-1.31282
-1.27887
-1.27134
-1.23849
-1.21977
-1.18806
-1.16346
-1.11939
-1.09486
-1.03756
-0.998851
-0.947879
-0.909609
-0.848874
-0.807161
-0.746521
-0.701404
-0.639811
-0.595944
-0.540164
-0.495769
-0.45572
-0.434645
-0.421347
-0.403341
-0.378019
-0.336194
-0.280109
-0.225542
-0.172601
-0.109021
-0.0237456
0.0843862
0.198044
0.317469
-1.03681
-1.20064
-1.27106
-1.32459
-1.32571
-1.33422
-1.29875
-1.29019
-1.25549
-1.23517
-1.20304
-1.17838
-1.13376
-1.10925
-1.05121
-1.01214
-0.960035
-0.920972
-0.859628
-0.817746
-0.756353
-0.711149
-0.648895
-0.605012
-0.54868
-0.504054
-0.463221
-0.442008
-0.428594
-0.411211
-0.385715
-0.34383
-0.287075
-0.232249
-0.178715
-0.115195
-0.0287282
0.0815211
0.199349
0.325857
-1.06355
-1.22662
-1.29556
-1.34785
-1.34755
-1.35551
-1.3186
-1.30895
-1.27242
-1.25038
-1.21794
-1.19321
-1.1481
-1.12354
-1.06482
-1.02543
-0.97217
-0.932213
-0.870348
-0.828267
-0.766166
-0.720844
-0.657978
-0.614059
-0.557207
-0.51234
-0.470709
-0.449357
-0.435824
-0.4191
-0.39339
-0.351477
-0.294036
-0.238971
-0.184835
-0.121437
-0.0337886
0.0785313
0.200741
0.334532
-1.09037
-1.25241
-1.31994
-1.37092
-1.36927
-1.37664
-1.33837
-1.3276
-1.28926
-1.26539
-1.23277
-1.20793
-1.1624
-1.13773
-1.07839
-1.03862
-0.984228
-0.94333
-0.881024
-0.838699
-0.775941
-0.730466
-0.667033
-0.623057
-0.565722
-0.520637
-0.47822
-0.456701
-0.443045
-0.426988
-0.401043
-0.359115
-0.301042
-0.245729
-0.190987
-0.127712
-0.0389111
0.0754441
0.201995
0.343774
-1.11726
-1.27804
-1.34422
-1.39383
-1.3909
-1.39764
-1.35809
-1.34614
-1.30602
-1.2802
-1.24755
-1.22255
-1.17667
-1.15179
-1.09193
-1.0518
-0.996265
-0.954309
-0.89167
-0.849053
-0.785701
-0.740027
-0.67609
-0.632023
-0.574247
-0.528929
-0.485718
-0.464028
-0.450249
-0.434894
-0.408668
-0.366761
-0.308039
-0.252497
-0.197141
-0.134053
-0.0441061
0.0722191
0.203314
0.353299
-1.14417
-1.30345
-1.36838
-1.41652
-1.4124
-1.41846
-1.37774
-1.36454
-1.32271
-1.29479
-1.26225
-1.23704
-1.19091
-1.16573
-1.10544
-1.06488
-1.00822
-0.965148
-0.902278
-0.859308
-0.795428
-0.749503
-0.685121
-0.640929
-0.582758
-0.537225
-0.493237
-0.471346
-0.457446
-0.442798
-0.416264
-0.374399
-0.31508
-0.259295
-0.203322
-0.140427
-0.0493559
0.0688859
0.204474
0.363415
-1.17113
-1.32868
-1.39243
-1.43904
-1.4338
-1.43912
-1.39733
-1.38283
-1.33933
-1.30915
-1.27691
-1.25142
-1.20512
-1.17952
-1.11891
-1.07793
-1.02016
-0.97583
-0.912861
-0.869474
-0.805147
-0.758904
-0.694156
-0.649791
-0.591279
-0.545513
-0.500743
-0.478645
-0.464627
-0.45072
-0.423823
-0.382043
-0.322108
-0.266097
-0.209502
-0.146867
-0.0546703
0.0654015
0.205674
0.373807
-1.19808
-1.35367
-1.41633
-1.46133
-1.45508
-1.45958
-1.41683
-1.40096
-1.35586
-1.32331
-1.29151
-1.26567
-1.21929
-1.19318
-1.13235
-1.09086
-1.03203
-0.986361
-0.923413
-0.879528
-0.814837
-0.76821
-0.70317
-0.658582
-0.599785
-0.553796
-0.508268
-0.48593
-0.471802
-0.45864
-0.431346
-0.389679
-0.329177
-0.272922
-0.215705
-0.153338
-0.0600316
0.0618006
0.206698
0.38481
-1.22505
-1.37846
-1.44012
-1.48342
-1.47625
-1.47987
-1.43628
-1.41896
-1.37233
-1.33737
-1.30605
-1.27978
-1.23344
-1.20667
-1.14574
-1.10377
-1.04387
-0.996719
-0.933947
-0.889479
-0.824526
-0.777426
-0.712191
-0.667318
-0.608301
-0.562064
-0.515778
-0.493194
-0.478963
-0.466577
-0.438825
-0.397321
-0.33623
-0.279745
-0.221905
-0.159873
-0.0654477
0.0580349
0.20774
0.396085
-1.25198
-1.403
-1.46376
-1.50528
-1.49729
-1.49995
-1.45562
-1.43679
-1.38872
-1.35145
-1.32053
-1.29373
-1.24754
-1.21999
-1.1591
-1.11654
-1.05564
-1.00691
-0.944454
-0.899305
-0.834193
-0.786535
-0.721195
-0.675971
-0.616802
-0.57032
-0.523307
-0.50044
-0.486118
-0.474512
-0.446262
-0.404955
-0.343322
-0.286582
-0.228124
-0.16644
-0.0709
0.0541429
0.208588
0.407985
-1.2789
-1.42732
-1.48727
-1.52692
-1.51822
-1.51982
-1.4749
-1.45447
-1.40505
-1.36561
-1.33495
-1.30753
-1.26163
-1.23313
-1.17242
-1.12927
-1.06739
-1.01697
-0.954943
-0.90901
-0.843863
-0.795538
-0.73021
-0.684554
-0.625314
-0.578557
-0.530819
-0.507662
-0.493263
-0.482464
-0.453644
-0.412595
-0.350393
-0.29341
-0.234338
-0.17307
-0.076394
0.0500724
0.209437
0.420144
-1.30577
-1.45139
-1.51061
-1.54833
-1.539
-1.53946
-1.49407
-1.47196
-1.4213
-1.37983
-1.34932
-1.32115
-1.27568
-1.24609
-1.18571
-1.14187
-1.07908
-1.027
-0.965396
-0.91857
-0.853515
-0.804421
-0.739212
-0.693045
-0.633813
-0.586773
-0.538348
-0.514861
-0.500403
-0.490413
-0.460977
-0.420227
-0.357501
-0.300244
-0.240569
-0.179731
-0.0819132
0.0458678
0.210097
0.432958
-1.33259
-1.47524
-1.53382
-1.56951
-1.55967
-1.55889
-1.51316
-1.4893
-1.43748
-1.39412
-1.36364
-1.3346
-1.28971
-1.25885
-1.19894
-1.15441
-1.09074
-1.03708
-0.975824
-0.927988
-0.863175
-0.813181
-0.748229
-0.701451
-0.642323
-0.594963
-0.545859
-0.522032
-0.507534
-0.498379
-0.468248
-0.427867
-0.364583
-0.307061
-0.24679
-0.186455
-0.0874594
0.0414805
0.21076
0.446026
-1.35932
-1.49883
-1.55684
-1.59043
-1.58018
-1.57806
-1.53213
-1.50642
-1.45358
-1.40849
-1.37791
-1.34786
-1.30371
-1.2714
-1.21213
-1.16679
-1.10234
-1.04727
-0.986215
-0.937244
-0.872821
-0.821808
-0.757237
-0.709752
-0.650819
-0.603123
-0.553386
-0.529176
-0.514663
-0.506343
-0.475469
-0.435498
-0.371698
-0.313873
-0.253028
-0.19321
-0.0930171
0.0369673
0.211225
0.459731
-1.386
-1.5222
-1.57972
-1.61112
-1.60052
-1.59697
-1.55097
-1.52336
-1.46961
-1.42292
-1.39214
-1.36093
-1.3177
-1.28373
-1.22523
-1.17909
-1.11391
-1.05756
-0.996586
-0.946346
-0.882478
-0.830294
-0.76626
-0.717952
-0.659328
-0.611252
-0.560895
-0.536289
-0.521783
-0.514321
-0.482648
-0.443133
-0.378778
-0.32066
-0.259253
-0.200027
-0.0985851
0.0322759
0.211666
0.473616
-1.41254
-1.5453
-1.60238
-1.63156
-1.62064
-1.61559
-1.56963
-1.54006
-1.48556
-1.43743
-1.40634
-1.3738
-1.33166
-1.29588
-1.23823
-1.1912
-1.12541
-1.06795
-1.00693
-0.955357
-0.892115
-0.838684
-0.775262
-0.726029
-0.667821
-0.619343
-0.568417
-0.543372
-0.528904
-0.522296
-0.48983
-0.450754
-0.385885
-0.327431
-0.265491
-0.206874
-0.104152
0.027468
0.211886
0.488073
-1.43901
-1.56816
-1.62481
-1.65173
-1.64054
-1.63393
-1.5881
-1.55654
-1.50141
-1.452
-1.4205
-1.38652
-1.3456
-1.30795
-1.25109
-1.20319
-1.13686
-1.07842
-1.01726
-0.964419
-0.90175
-0.847112
-0.78426
-0.733982
-0.676322
-0.627395
-0.575917
-0.55042
-0.536016
-0.530285
-0.497017
-0.458375
-0.392949
-0.334169
-0.271714
-0.213784
-0.109713
0.0224853
0.212048
0.502616
-1.46532
-1.59074
-1.64692
-1.6716
-1.66019
-1.65197
-1.60633
-1.57275
-1.51718
-1.46665
-1.43463
-1.3992
-1.3595
-1.32009
-1.26381
-1.21498
-1.14824
-1.08901
-1.02756
-0.973601
-0.911355
-0.855666
-0.79322
-0.741789
-0.6848
-0.635397
-0.583428
-0.557433
-0.54313
-0.538267
-0.50422
-0.46598
-0.400035
-0.340879
-0.277949
-0.220722
-0.115259
0.0173944
0.211964
0.517648
-1.49154
-1.61311
-1.66872
-1.69117
-1.6796
-1.6697
-1.62436
-1.58873
-1.53286
-1.48137
-1.44874
-1.41194
-1.37337
-1.3323
-1.27638
-1.22664
-1.15958
-1.09968
-1.03785
-0.982907
-0.920958
-0.864359
-0.802173
-0.749505
-0.693275
-0.643351
-0.590913
-0.564408
-0.550235
-0.546258
-0.511423
-0.473585
-0.407072
-0.347551
-0.284166
-0.227722
-0.12078
0.0121314
0.211786
0.532649
-1.51757
-1.6352
-1.69016
-1.71043
-1.69876
-1.68711
-1.64214
-1.60443
-1.54845
-1.49617
-1.46281
-1.42474
-1.38715
-1.34458
-1.2888
-1.23807
-1.17083
-1.11047
-1.04811
-0.992333
-0.930532
-0.873192
-0.811091
-0.757255
-0.701705
-0.651238
-0.598404
-0.571343
-0.557342
-0.55424
-0.518638
-0.481172
-0.414126
-0.354185
-0.290394
-0.234749
-0.126275
0.00676717
0.211341
0.548046
-1.54348
-1.65707
-1.71127
-1.72937
-1.71768
-1.7042
-1.65972
-1.6199
-1.56397
-1.51102
-1.47686
-1.43759
-1.40086
-1.35692
-1.30107
-1.24937
-1.18206
-1.12134
-1.05837
-1.00188
-0.940108
-0.882163
-0.820007
-0.765132
-0.710114
-0.659066
-0.605863
-0.578238
-0.56444
-0.562228
-0.525844
-0.488761
-0.421124
-0.360775
-0.296601
-0.24184
-0.131727
0.001234
0.21077
0.563288
-1.56918
-1.67866
-1.73203
-1.748
-1.73635
-1.72096
-1.67705
-1.6351
-1.5794
-1.52596
-1.49086
-1.4505
-1.41445
-1.36931
-1.31318
-1.26043
-1.19321
-1.13233
-1.0686
-1.01156
-0.949654
-0.891276
-0.828888
-0.773143
-0.71847
-0.66682
-0.613323
-0.58509
-0.571538
-0.570201
-0.533059
-0.496329
-0.428136
-0.367319
-0.302818
-0.248954
-0.137142
-0.00438992
0.209911
0.578832
-1.59473
-1.70003
-1.75247
-1.76631
-1.75481
-1.73739
-1.69419
-1.65005
-1.59477
-1.54095
-1.50481
-1.46343
-1.42796
-1.38174
-1.32513
-1.27134
-1.20433
-1.1434
-1.07882
-1.02136
-0.9592
-0.900523
-0.83777
-0.781289
-0.7268
-0.674512
-0.620749
-0.591902
-0.578625
-0.578174
-0.540257
-0.503894
-0.435086
-0.373817
-0.309009
-0.256127
-0.1425
-0.0101745
0.208894
0.594106
-1.62004
-1.72113
-1.77255
-1.7843
-1.77302
-1.75348
-1.71109
-1.66471
-1.61006
-1.55604
-1.51866
-1.47641
-1.44132
-1.39422
-1.33694
-1.28202
-1.21538
-1.15459
-1.089
-1.03128
-0.968712
-0.909907
-0.846614
-0.789561
-0.735062
-0.682123
-0.628171
-0.598671
-0.58571
-0.586124
-0.547455
-0.511435
-0.442043
-0.380265
-0.315207
-0.263317
-0.147828
-0.0160347
0.207578
0.609573
-1.64517
-1.74201
-1.79234
-1.80198
-1.79103
-1.76923
-1.72781
-1.67911
-1.62528
-1.57116
-1.53242
-1.4894
-1.45458
-1.40672
-1.34861
-1.29252
-1.22642
-1.16587
-1.09916
-1.04131
-0.978215
-0.91941
-0.855453
-0.797954
-0.743259
-0.689662
-0.63555
-0.605415
-0.592775
-0.59406
-0.554624
-0.518966
-0.448933
-0.386665
-0.321375
-0.270557
-0.153142
-0.0220353
0.206078
0.624626
-1.67004
-1.76261
-1.81178
-1.81933
-1.80881
-1.78466
-1.74428
-1.69322
-1.6404
-1.58635
-1.54608
-1.50242
-1.46769
-1.41926
-1.36013
-1.30278
-1.23738
-1.17725
-1.10925
-1.05143
-0.987656
-0.92903
-0.864227
-0.806473
-0.751328
-0.697106
-0.642913
-0.612166
-0.599828
-0.601958
-0.561775
-0.526459
-0.45582
-0.393013
-0.327544
-0.2778
-0.158498
-0.0280852
0.204272
0.63974
-1.69471
-1.78298
-1.83094
-1.83637
-1.8264
-1.79991
-1.76056
-1.70705
-1.65539
-1.60156
-1.55964
-1.51547
-1.48069
-1.43182
-1.37151
-1.31284
-1.24832
-1.18871
-1.11926
-1.06163
-0.997047
-0.938739
-0.872951
-0.815097
-0.759278
-0.704468
-0.650225
-0.618949
-0.606854
-0.609829
-0.568873
-0.533925
-0.462632
-0.399317
-0.333678
-0.285072
-0.163882
-0.0342505
0.202257
0.654294
-1.71908
-1.80308
-1.84978
-1.85309
-1.84377
-1.81517
-1.77658
-1.72058
-1.67023
-1.61681
-1.57308
-1.52856
-1.49353
-1.44442
-1.38277
-1.3227
-1.25917
-1.20027
-1.12916
-1.07191
-1.00633
-0.948539
-0.881558
-0.823822
-0.76707
-0.711737
-0.657514
-0.625754
-0.613861
-0.617649
-0.575934
-0.541338
-0.469432
-0.40557
-0.339807
-0.292323
-0.169311
-0.0404442
0.199932
0.668732
-1.74321
-1.82294
-1.86835
-1.86948
-1.86096
-1.8305
-1.79241
-1.7339
-1.68491
-1.63205
-1.58642
-1.54167
-1.50625
-1.45703
-1.39389
-1.33247
-1.26994
-1.21187
-1.13894
-1.08224
-1.01552
-0.958394
-0.890083
-0.832629
-0.774727
-0.718934
-0.664746
-0.632581
-0.620835
-0.625422
-0.582933
-0.548708
-0.476152
-0.411784
-0.345895
-0.299576
-0.174757
-0.0467275
0.197377
0.682441
-1.76702
-1.84252
-1.88661
-1.8856
-1.87792
-1.84591
-1.80797
-1.74725
-1.69942
-1.64733
-1.59962
-1.55482
-1.5188
-1.46968
-1.40489
-1.34223
-1.28056
-1.22354
-1.14859
-1.09262
-1.02458
-0.968317
-0.898477
-0.841535
-0.782222
-0.726051
-0.67195
-0.639418
-0.627786
-0.633129
-0.589889
-0.556011
-0.482851
-0.417952
-0.351973
-0.306783
-0.180239
-0.0530141
0.19451
0.695818
-1.79057
-1.86186
-1.90463
-1.90157
-1.8947
-1.8614
-1.82333
-1.76075
-1.71375
-1.66259
-1.61272
-1.56801
-1.53122
-1.48235
-1.41577
-1.35217
-1.29109
-1.23521
-1.15812
-1.10302
-1.03356
-0.978277
-0.906785
-0.850522
-0.78958
-0.733109
-0.679097
-0.646266
-0.634703
-0.640774
-0.596782
-0.563259
-0.489468
-0.424085
-0.358007
-0.31396
-0.185728
-0.0593579
0.191398
0.708289
-1.81378
-1.88091
-1.92236
-1.91755
-1.91124
-1.87697
-1.83843
-1.7744
-1.72789
-1.67786
-1.62568
-1.58125
-1.54346
-1.49507
-1.42651
-1.36224
-1.30147
-1.24695
-1.16752
-1.11347
-1.0424
-0.988299
-0.914957
-0.859614
-0.796778
-0.740101
-0.686211
-0.653113
-0.641591
-0.648341
-0.603632
-0.570428
-0.496055
-0.43018
-0.364024
-0.321063
-0.191241
-0.0656799
0.18798
0.720198
-1.83672
-1.89972
-1.93985
-1.93357
-1.92758
-1.89261
-1.85333
-1.78821
-1.74188
-1.69311
-1.63854
-1.59452
-1.55558
-1.50782
-1.43713
-1.37248
-1.31175
-1.25868
-1.1768
-1.12395
-1.05116
-0.998352
-0.923042
-0.868786
-0.803839
-0.747048
-0.693269
-0.65996
-0.648443
-0.655833
-0.610421
-0.577528
-0.502559
-0.436244
-0.369997
-0.328107
-0.196753
-0.0720224
0.184313
0.73104
-1.85929
-1.91824
-1.95708
-1.94967
-1.94368
-1.90834
-1.86796
-1.80219
-1.75568
-1.70836
-1.65126
-1.60786
-1.56752
-1.52063
-1.44761
-1.38286
-1.32188
-1.27046
-1.18593
-1.13447
-1.05979
-1.00846
-0.93099
-0.878071
-0.810746
-0.753945
-0.70029
-0.666797
-0.655264
-0.663238
-0.617165
-0.58454
-0.509023
-0.442276
-0.375946
-0.335054
-0.202279
-0.0783161
0.180354
0.741101
-1.88157
-1.93652
-1.97409
-1.9658
-1.9596
-1.92413
-1.88239
-1.81633
-1.76934
-1.72357
-1.66388
-1.62122
-1.57933
-1.53348
-1.45795
-1.39343
-1.33193
-1.28221
-1.19496
-1.14501
-1.06833
-1.01861
-0.938853
-0.887431
-0.817521
-0.760806
-0.707254
-0.673626
-0.662047
-0.670557
-0.623851
-0.591469
-0.515406
-0.448282
-0.381851
-0.341914
-0.207796
-0.084592
0.176151
0.749963
-1.90348
-1.95452
-1.99084
-1.98201
-1.97527
-1.94001
-1.89656
-1.83067
-1.78282
-1.73876
-1.67634
-1.63465
-1.59095
-1.54641
-1.46815
-1.40415
-1.34182
-1.294
-1.20386
-1.15561
-1.07674
-1.02882
-0.946568
-0.8969
-0.824154
-0.767629
-0.714179
-0.680438
-0.668797
-0.67778
-0.630493
-0.598303
-0.521741
-0.45426
-0.387729
-0.348657
-0.213317
-0.0907942
0.171681
0.757905
-1.92507
-1.97227
-2.0074
-1.99826
-1.99076
-1.95595
-1.91054
-1.84515
-1.79615
-1.7539
-1.6887
-1.6481
-1.60246
-1.55935
-1.4782
-1.41504
-1.35163
-1.30576
-1.21265
-1.1662
-1.08508
-1.03904
-0.954201
-0.906451
-0.830665
-0.774426
-0.721049
-0.687235
-0.675508
-0.68491
-0.637079
-0.605046
-0.527996
-0.460215
-0.393563
-0.355292
-0.218825
-0.0969447
0.166987
0.764669
-1.94628
-1.98977
-2.02371
-2.01457
-2.00601
-1.97198
-1.92423
-1.85982
-1.80932
-1.76902
-1.7009
-1.66162
-1.61376
-1.57237
-1.4881
-1.42608
-1.3613
-1.31754
-1.2213
-1.17685
-1.09326
-1.04931
-0.961687
-0.916105
-0.837056
-0.781193
-0.727879
-0.694011
-0.682186
-0.69194
-0.64362
-0.611691
-0.534199
-0.466144
-0.399369
-0.361798
-0.22433
-0.103002
0.16207
0.770508
-1.96716
-2.00702
-2.03984
-2.03088
-2.0211
-1.988
-1.93776
-1.87464
-1.82236
-1.784
-1.71303
-1.67509
-1.62495
-1.58542
-1.49785
-1.43729
-1.37089
-1.3292
-1.22987
-1.18751
-1.10138
-1.05961
-0.969097
-0.92577
-0.843342
-0.787938
-0.73466
-0.700765
-0.688826
-0.698874
-0.650108
-0.618241
-0.540329
-0.472052
-0.405135
-0.368186
-0.229821
-0.108983
0.156967
0.775101
-1.98766
-2.02404
-2.05574
-2.04723
-2.03594
-2.00408
-1.951
-1.88967
-1.83521
-1.79892
-1.72497
-1.6886
-1.63593
-1.59856
-1.50743
-1.44866
-1.38032
-1.34086
-1.23829
-1.19822
-1.10935
-1.06997
-0.976349
-0.935521
-0.849528
-0.79466
-0.741401
-0.707495
-0.695431
-0.705711
-0.656549
-0.624697
-0.546404
-0.477935
-0.41087
-0.374447
-0.235305
-0.114869
0.151694
0.778551
-2.00782
-2.04084
-2.07147
-2.06356
-2.05062
-2.02012
-1.9641
-1.90478
-1.84794
-1.8137
-1.73681
-1.70204
-1.64681
-1.61167
-1.51689
-1.46014
-1.38968
-1.35239
-1.24664
-1.20891
-1.11726
-1.08031
-0.983543
-0.945264
-0.855626
-0.801362
-0.748095
-0.7142
-0.701999
-0.712453
-0.662939
-0.631062
-0.552412
-0.483795
-0.41657
-0.380588
-0.240774
-0.120666
0.146277
0.780546
-2.02762
-2.05747
-2.087
-2.07999
-2.06509
-2.03628
-1.97697
-1.92004
-1.86052
-1.82844
-1.7485
-1.71555
-1.65754
-1.62484
-1.52624
-1.47175
-1.39891
-1.36396
-1.2549
-1.21963
-1.12508
-1.09069
-0.99061
-0.955124
-0.861646
-0.808043
-0.754753
-0.720876
-0.708532
-0.719101
-0.669279
-0.637337
-0.558366
-0.489632
-0.42224
-0.386608
-0.246234
-0.126367
0.140735
0.781024
-2.04709
-2.07392
-2.10235
-2.09648
-2.07933
-2.05251
-1.98962
-1.93537
-1.87288
-1.84315
-1.75997
-1.72907
-1.66807
-1.63796
-1.53541
-1.48343
-1.40798
-1.37548
-1.26302
-1.23031
-1.13277
-1.10103
-0.997558
-0.965067
-0.867624
-0.814708
-0.761364
-0.727523
-0.715026
-0.725657
-0.675563
-0.643527
-0.564255
-0.495442
-0.427873
-0.392513
-0.251677
-0.131976
0.135098
0.779618
-2.06619
-2.09027
-2.11767
-2.11294
-2.09354
-2.06864
-2.00226
-1.95056
-1.88523
-1.85763
-1.77142
-1.74245
-1.67861
-1.65087
-1.54466
-1.495
-1.41704
-1.3868
-1.2712
-1.24081
-1.14052
-1.11119
-1.00458
-0.974921
-0.8736
-0.821342
-0.767924
-0.734118
-0.721465
-0.732102
-0.681777
-0.649612
-0.570075
-0.501208
-0.433463
-0.398284
-0.257095
-0.137473
0.129375
0.776025
-2.08476
-2.10636
-2.13254
-2.1294
-2.10719
-2.08479
-2.01431
-1.96584
-1.89701
-1.87202
-1.78231
-1.75578
-1.68854
-1.66379
-1.5534
-1.5067
-1.42563
-1.39805
-1.27896
-1.25133
-1.14784
-1.12137
-1.01123
-0.984866
-0.879594
-0.827866
-0.774344
-0.740569
-0.72776
-0.738358
-0.687834
-0.655528
-0.575749
-0.506849
-0.438933
-0.403863
-0.262418
-0.142799
0.123637
0.769744
-2.10161
-2.12096
-2.14602
-2.14411
-2.11932
-2.09909
-2.025
-1.97926
-1.90728
-1.88467
-1.79172
-1.7675
-1.69709
-1.67503
-1.56105
-1.51692
-1.43311
-1.40782
-1.28571
-1.26048
-1.1542
-1.13018
-1.01705
-0.99345
-0.885225
-0.833824
-0.780163
-0.746422
-0.733466
-0.744002
-0.693316
-0.660889
-0.580876
-0.511974
-0.443906
-0.408895
-0.267297
-0.147655
0.118297
0.760442
-2.11261
-2.13043
-2.15457
-2.15339
-2.12677
-2.10793
-2.03147
-1.98747
-1.91343
-1.89235
-1.7973
-1.77461
-1.70204
-1.68174
-1.56555
-1.52305
-1.43748
-1.41367
-1.28965
-1.26592
-1.15788
-1.1354
-1.02041
-0.998492
-0.888886
-0.837627
-0.783859
-0.75016
-0.737116
-0.747606
-0.696829
-0.664336
-0.584161
-0.515293
-0.447154
-0.412178
-0.270555
-0.150927
0.1146
0.747853
-2.11449
-2.13176
-2.15555
-2.15454
-2.12746
-2.10897
-2.03197
-1.98838
-1.91383
-1.89317
-1.79762
-1.77535
-1.70223
-1.68235
-1.56571
-1.52359
-1.4376
-1.41412
-1.28973
-1.26633
-1.15793
-1.13577
-1.02041
-0.998831
-0.889124
-0.837922
-0.784177
-0.750512
-0.737485
-0.747969
-0.697216
-0.664708
-0.584541
-0.515714
-0.447636
-0.41268
-0.271172
-0.151576
0.113601
0.734951
0.0523449
0.051315
0.0495786
0.0472315
0.0446832
0.0419076
0.0392258
0.0366466
0.03431
0.0322816
0.0304541
0.0289039
0.0274586
0.0261205
0.0248516
0.0235635
0.0221611
0.0205558
0.0186415
0.016327
0.0136468
0.0106073
0.00722312
0.0032901
0.0527917
0.0515013
0.0500889
0.0484501
0.0468096
0.044978
0.043181
0.0413252
0.0395642
0.0379196
0.0364427
0.0350609
0.0338171
0.0326994
0.0316755
0.0306235
0.0293852
0.0278242
0.0257409
0.0229916
0.0195887
0.0154862
0.0106793
0.00493238
0.0526863
0.0516108
0.0505119
0.0492653
0.0480586
0.0466889
0.0453171
0.0438428
0.0423597
0.0409029
0.0394517
0.0380703
0.036752
0.0355556
0.0344758
0.0334083
0.03219
0.0306644
0.0285834
0.0257622
0.0221764
0.0177161
0.0123015
0.00565456
0.054492
0.0536049
0.0526349
0.0515176
0.0504343
0.0492119
0.0479921
0.0466791
0.0453336
0.0439594
0.042557
0.0410893
0.0396312
0.0382365
0.0369361
0.0356478
0.0342214
0.0325147
0.0302534
0.0272688
0.0235201
0.0188377
0.0130808
0.00596582
0.0566245
0.0558573
0.0549885
0.0539634
0.052975
0.051847
0.0507192
0.0495012
0.0482381
0.0469339
0.045534
0.0440503
0.0424854
0.0409117
0.0393675
0.0377933
0.0360606
0.0340476
0.0314811
0.0282196
0.0242359
0.0193437
0.0133439
0.00594631
0.0589891
0.0583292
0.0575156
0.05654
0.0555903
0.0545063
0.0534215
0.0522533
0.0510351
0.0497613
0.0483932
0.0468712
0.0452279
0.0435106
0.0417632
0.039931
0.0378952
0.0355513
0.032623
0.0290255
0.0247497
0.0196052
0.0133828
0.00582553
0.0613029
0.0607288
0.059974
0.0590503
0.0581493
0.0571109
0.0560646
0.0549325
0.0537418
0.052489
0.0511097
0.0495748
0.047863
0.0460222
0.0440866
0.042006
0.0396701
0.0369877
0.033685
0.0297187
0.0251122
0.0196997
0.0132625
0.005579
0.0637055
0.0632172
0.0624999
0.0616073
0.0607267
0.0597095
0.0586791
0.0575633
0.0563821
0.0551274
0.0537482
0.0521718
0.0503952
0.0484429
0.0463473
0.044048
0.0414436
0.0384379
0.0347625
0.0304297
0.0254815
0.0197713
0.0131145
0.00534805
0.0660999
0.0656885
0.0650114
0.0641493
0.0632912
0.0622924
0.0612717
0.060162
0.0589784
0.0577141
0.0563041
0.0546959
0.0528498
0.0507902
0.0485344
0.0460217
0.0431498
0.0398278
0.0357896
0.0310877
0.0257917
0.0197915
0.0129203
0.00506818
0.0685689
0.0682339
0.0675832
0.06674
0.0658872
0.0648918
0.0638654
0.0627475
0.0615475
0.060257
0.0588199
0.0571559
0.055236
0.0530707
0.0506681
0.0479604
0.0448455
0.041216
0.0368251
0.0317716
0.0261364
0.0198335
0.012751
0.00483932
0.0710806
0.0708155
0.0701898
0.0693591
0.0685072
0.0675071
0.0664663
0.0653296
0.0641025
0.0627775
0.0612906
0.0595714
0.0575735
0.055298
0.0527451
0.0498388
0.046475
0.0425443
0.0378101
0.032405
0.0264334
0.0198483
0.0125651
0.00458532
0.0736556
0.0734572
0.0728469
0.0720217
0.0711608
0.070147
0.0690817
0.0679159
0.0666511
0.0652784
0.0637388
0.0619499
0.0598651
0.0574789
0.0547817
0.051688
0.0480931
0.0438616
0.0387928
0.0330556
0.0267601
0.0198862
0.012412
0.0043861
0.076293
0.0761569
0.0755581
0.07473
0.0738525
0.0728153
0.0717163
0.0705122
0.0691994
0.0677706
0.0661635
0.0643013
0.062125
0.0596237
0.0567737
0.0534859
0.0496483
0.0451236
0.0397266
0.0336555
0.02704
0.0199016
0.0122485
0.00416777
0.0789799
0.0789023
0.0783093
0.0774748
0.0765762
0.0755108
0.0743724
0.0731213
0.0717532
0.0702576
0.0685822
0.0666256
0.0643522
0.0617329
0.0587354
0.0552583
0.0511934
0.0463672
0.0406525
0.0342666
0.0273436
0.0199355
0.0121157
0.00400039
0.0817401
0.0817186
0.0811261
0.0802765
0.0793474
0.0782442
0.0770569
0.0757529
0.0743204
0.0727611
0.0709806
0.0689344
0.0665538
0.0638139
0.0606605
0.0569843
0.052678
0.0475608
0.0415328
0.0348282
0.0276007
0.0199483
0.011973
0.00381507
0.0845412
0.0845726
0.0839778
0.0831126
0.0821527
0.0810107
0.0797765
0.0784138
0.0769241
0.0752579
0.0733867
0.0712215
0.0687299
0.0658683
0.0625593
0.0586892
0.0541506
0.0487318
0.0424009
0.0353961
0.0278762
0.0199743
0.011857
0.00367425
0.0874129
0.0874978
0.0868954
0.0860088
0.0850094
0.0838255
0.0825336
0.0811132
0.0795309
0.0777749
0.0757773
0.0734977
0.0708936
0.0679013
0.0644262
0.0603496
0.0555653
0.0498581
0.043227
0.035917
0.0281069
0.0199812
0.0117314
0.00351619
0.0903118
0.090445
0.0898338
0.088926
0.0878883
0.0866575
0.0853065
0.0838141
0.0821519
0.0802834
0.0781709
0.0757717
0.0730433
0.0699124
0.0662685
0.0619913
0.0569654
0.0509597
0.0440382
0.0364411
0.0283526
0.0199981
0.0116294
0.00339778
0.093278
0.0934595
0.0928327
0.0918921
0.0908035
0.0895142
0.0880924
0.0865241
0.0847702
0.0827981
0.0805659
0.0780423
0.0751839
0.0719041
0.0680817
0.0635892
0.0583113
0.0520213
0.0448105
0.0369206
0.0285556
0.0199976
0.0115179
0.00326308
0.0962674
0.0964924
0.0958487
0.0948753
0.0937362
0.092386
0.090891
0.0892383
0.0873931
0.0853124
0.0829616
0.0803087
0.0773102
0.0738739
0.0698712
0.0651691
0.0596411
0.053056
0.0455652
0.0374
0.02877
0.0200042
0.0114276
0.00316306
0.09932
0.0995882
0.0989192
0.0979015
0.0966994
0.0952783
0.0937002
0.0919602
0.090016
0.087827
0.0853533
0.0825679
0.0794248
0.0758261
0.071633
0.0667069
0.0609214
0.0540556
0.0462841
0.0378378
0.0289444
0.0199956
0.0113283
0.0030482
0.102411
0.102713
0.102017
0.100948
0.0996831
0.0981861
0.0965237
0.0946887
0.0926434
0.0903406
0.0877426
0.0848193
0.0815241
0.0777564
0.0733719
0.0682274
0.0621834
0.0550272
0.0469838
0.0382734
0.0291281
0.0199925
0.0112486
0.00296469
0.105517
0.105861
0.105138
0.104021
0.102688
0.101114
0.099361
0.0974295
0.0952772
0.0928568
0.0901291
0.0870635
0.0836135
0.0796708
0.0750856
0.0697077
0.0634015
0.0559682
0.0476509
0.0386704
0.0292744
0.0199761
0.0111604
0.00286795
0.108636
0.109021
0.108273
0.107111
0.105714
0.104062
0.102219
0.100185
0.0979206
0.0953786
0.0925159
0.0893025
0.0856881
0.0815648
0.0767767
0.0711711
0.0645995
0.05688
0.0482973
0.0390632
0.0294278
0.0199638
0.0110904
0.00279888
0.111803
0.112231
0.111452
0.110239
0.10877
0.107035
0.105094
0.102955
0.100576
0.0979048
0.0949024
0.0915359
0.0877548
0.083445
0.0784441
0.0725966
0.0657584
0.0577655
0.048914
0.0394206
0.0295468
0.0199403
0.0110127
0.00271843
0.114986
0.115454
0.114649
0.113386
0.111848
0.110027
0.10799
0.105739
0.103238
0.100437
0.0972897
0.0937632
0.0898064
0.0853033
0.0800888
0.0740028
0.0668954
0.0586213
0.0495095
0.0397727
0.0296716
0.0199204
0.0109523
0.00266316
0.118209
0.118723
0.117886
0.116568
0.114952
0.113041
0.110898
0.108534
0.105909
0.10297
0.0996732
0.095984
0.0918493
0.087148
0.0817096
0.0753725
0.0679972
0.059454
0.0500778
0.0400928
0.029765
0.019891
0.0108847
0.0025983
0.121438
0.121996
0.12113
0.119757
0.118067
0.116065
0.113817
0.111334
0.108581
0.105504
0.102053
0.0981945
0.0938735
0.088968
0.0833051
0.0767196
0.0690758
0.0602557
0.0506241
0.0404063
0.0298629
0.0198648
0.0108338
0.00255575
0.124695
0.125299
0.1244
0.122968
0.121196
0.119098
0.11674
0.114138
0.111254
0.10803
0.104423
0.100394
0.0958862
0.0907725
0.0848753
0.0780319
0.0701213
0.0610366
0.0511454
0.0406912
0.0299324
0.019831
0.0107763
0.00250544
0.127952
0.128601
0.127672
0.126182
0.12433
0.122135
0.119666
0.116939
0.113917
0.110551
0.106782
0.102576
0.0978754
0.092549
0.086417
0.0793178
0.071142
0.0617856
0.0516441
0.040969
0.0300059
0.0198005
0.010735
0.00247548
0.131224
0.131923
0.13096
0.129407
0.127469
0.125173
0.122586
0.11973
0.116573
0.113053
0.109124
0.104743
0.0998496
0.0943073
0.0879321
0.0805707
0.072131
0.0625154
0.0521198
0.0412216
0.030054
0.0197638
0.0106876
0.00243943
0.134482
0.135229
0.134235
0.132621
0.130597
0.128197
0.125493
0.122506
0.119207
0.11554
0.111446
0.106885
0.101795
0.096034
0.0894156
0.0817947
0.0730942
0.0632121
0.0525725
0.0414662
0.0301054
0.0197306
0.010656
0.00242135
0.137735
0.138535
0.137505
0.135825
0.133711
0.131205
0.128378
0.12526
0.121821
0.117997
0.113742
0.109006
0.103721
0.0977394
0.0908716
0.0829882
0.0740272
0.0638913
0.0530039
0.0416889
0.0301343
0.0196927
0.0106188
0.00239881
0.140958
0.14181
0.140749
0.139005
0.136801
0.134187
0.131238
0.127985
0.1244
0.120431
0.116009
0.111095
0.105614
0.0994098
0.092294
0.0841497
0.0749335
0.0645371
0.0534124
0.0419037
0.0301665
0.0196588
0.0105971
0.00239258
0.144156
0.145065
0.143969
0.142158
0.139861
0.137136
0.13406
0.130672
0.126948
0.122824
0.118247
0.11316
0.107484
0.101056
0.0936874
0.0852832
0.075811
0.0651669
0.0538014
0.0420999
0.0301792
0.0196215
0.0105701
0.00238331
0.147302
0.148269
0.147141
0.145264
0.142877
0.14004
0.136843
0.133319
0.129457
0.125186
0.12045
0.11519
0.109318
0.102665
0.0950453
0.086383
0.0766615
0.0657631
0.0541677
0.042288
0.0301947
0.0195886
0.0105583
0.00238834
0.150412
0.151438
0.150277
0.148332
0.145849
0.142906
0.139584
0.135938
0.131927
0.127512
0.122624
0.117198
0.111129
0.104247
0.0963724
0.0874568
0.0774843
0.0663448
0.0545163
0.0424608
0.0301937
0.0195535
0.0105416
0.00239169
0.153469
0.154555
0.15336
0.151351
0.148786
0.145745
0.142311
0.138528
0.134382
0.129816
0.12477
0.11917
0.112901
0.10579
0.0976628
0.0884938
0.0782793
0.0668932
0.0548429
0.0426259
0.0301959
0.0195234
0.0105398
0.00240789
0.156489
0.157633
0.156423
0.154353
0.151724
0.148578
0.145037
0.141122
0.136821
0.1321
0.126897
0.121123
0.114649
0.107302
0.0989199
0.0895056
0.0790471
0.0674288
0.0551535
0.042779
0.0301843
0.019492
0.0105333
0.00242354
0.159481
0.16072
0.159467
0.157363
0.154652
0.151423
0.147766
0.14371
0.139261
0.134379
0.129003
0.123041
0.116356
0.108772
0.100138
0.0904782
0.0797866
0.0679313
0.055443
0.0429246
0.0301757
0.0194661
0.0105413
0.00245031
0.162453
0.163783
0.162507
0.160374
0.157577
0.154264
0.15049
0.146298
0.141693
0.13664
0.13109
0.124937
0.118034
0.110206
0.101321
0.0914263
0.0804994
0.0684225
0.0557181
0.0430614
0.0301564
0.0194399
0.0105448
0.00247758
0.165461
0.166839
0.165582
0.16337
0.160511
0.157091
0.153196
0.148872
0.144109
0.138887
0.133149
0.126794
0.119669
0.111599
0.102464
0.0923331
0.0811835
0.0688813
0.0559732
0.0431911
0.0301405
0.0194197
0.0105626
0.0025147
0.168498
0.169955
0.168665
0.166385
0.163427
0.159897
0.155888
0.151421
0.146501
0.141106
0.135184
0.128625
0.121273
0.112952
0.103573
0.093217
0.0818417
0.0693305
0.0562156
0.0433151
0.0301167
0.0193999
0.0105758
0.00255315
0.171476
0.173015
0.17171
0.169372
0.166324
0.162684
0.158545
0.153943
0.148867
0.143298
0.137182
0.130413
0.122831
0.114267
0.104641
0.0940592
0.0824716
0.0697484
0.0564394
0.0434321
0.0300964
0.0193865
0.0106029
0.00259996
0.174486
0.176106
0.174769
0.172359
0.16921
0.165452
0.161187
0.156435
0.1512
0.145455
0.139148
0.132168
0.124354
0.115537
0.105678
0.0948812
0.083077
0.0701585
0.0566519
0.0435459
0.0300712
0.0193742
0.0106256
0.00264886
0.177454
0.179158
0.177802
0.175326
0.172082
0.168205
0.163797
0.158901
0.153501
0.147576
0.141072
0.133877
0.125832
0.116772
0.106675
0.0956616
0.0836548
0.0705387
0.0568472
0.0436532
0.0300499
0.0193687
0.0106616
0.00270499
0.180424
0.182214
0.180829
0.178282
0.174933
0.170931
0.166389
0.161333
0.155765
0.14966
0.142959
0.13555
0.12727
0.117962
0.107645
0.0964248
0.08421
0.0709133
0.0570328
0.0437597
0.0300263
0.0193647
0.0106932
0.00276379
0.183343
0.185222
0.183822
0.181208
0.177761
0.173632
0.168943
0.163734
0.157995
0.151703
0.144801
0.137175
0.128665
0.119119
0.108574
0.0971473
0.0847388
0.0712598
0.0572028
0.0438597
0.0300068
0.0193679
0.0107376
0.00282854
0.186264
0.188236
0.186807
0.184119
0.180562
0.176304
0.171472
0.166096
0.160185
0.153707
0.146605
0.138762
0.130016
0.120231
0.109478
0.0978552
0.085247
0.0716027
0.0573647
0.0439608
0.0299876
0.0193729
0.0107775
0.00289647
0.189132
0.191198
0.189753
0.186994
0.183334
0.178945
0.173959
0.168427
0.162337
0.155668
0.148362
0.140302
0.131326
0.12131
0.110342
0.0985229
0.0857299
0.0719195
0.0575125
0.0440557
0.0299727
0.0193851
0.0108298
0.00296935
0.191976
0.19414
0.19267
0.189839
0.186071
0.181549
0.176416
0.170713
0.164448
0.157592
0.150083
0.141802
0.132591
0.122347
0.111185
0.0991785
0.0861942
0.072235
0.0576536
0.0441533
0.0299604
0.0193995
0.0108775
0.00304578
0.19476
0.197025
0.195543
0.192644
0.188772
0.184117
0.178828
0.172966
0.16652
0.159472
0.151758
0.143258
0.133819
0.123351
0.111985
0.0997951
0.0866345
0.0725265
0.0577826
0.044245
0.0299524
0.0194211
0.010937
0.00312607
0.197524
0.199893
0.198388
0.195416
0.191434
0.186645
0.181207
0.175172
0.168551
0.161314
0.153395
0.144674
0.135001
0.12432
0.11277
0.100402
0.0870584
0.0728188
0.0579062
0.0443405
0.0299491
0.019445
0.0109917
0.00321022
0.200226
0.202702
0.201185
0.198142
0.194055
0.189131
0.183537
0.177342
0.170539
0.16311
0.154987
0.146048
0.13615
0.125253
0.113513
0.100971
0.0874596
0.0730893
0.0580194
0.0444303
0.02995
0.019476
0.0110576
0.00329737
0.202886
0.205472
0.203937
0.200826
0.19663
0.191573
0.18583
0.179461
0.172485
0.164868
0.156541
0.147383
0.137256
0.126158
0.114245
0.101533
0.0878465
0.0733627
0.0581286
0.0445248
0.0299574
0.0195093
0.0111186
0.00338856
0.205482
0.208181
0.206639
0.20346
0.199161
0.193968
0.18807
0.181543
0.174385
0.166578
0.15805
0.148678
0.138332
0.127028
0.114935
0.102059
0.0882121
0.0736165
0.0582293
0.0446139
0.0299686
0.0195495
0.0111901
0.00348186
0.20804
0.210855
0.209298
0.20605
0.20164
0.196315
0.190267
0.183569
0.176244
0.168251
0.159522
0.149935
0.139368
0.127878
0.115618
0.10258
0.0885654
0.0738754
0.0583273
0.0447083
0.0299875
0.0195918
0.0112566
0.00357936
0.210533
0.213466
0.211903
0.208584
0.204072
0.19861
0.19241
0.185557
0.178054
0.169877
0.160949
0.151154
0.140376
0.12869
0.116261
0.103066
0.0888989
0.0741168
0.0584187
0.0447978
0.0300099
0.0196407
0.0113331
0.00367823
0.212976
0.216032
0.214454
0.211073
0.206449
0.20086
0.19451
0.187494
0.179828
0.171469
0.162343
0.152336
0.141346
0.129486
0.116899
0.10355
0.0892221
0.0743652
0.0585086
0.044893
0.0300408
0.0196914
0.0114044
0.00378137
0.215356
0.218534
0.216959
0.21351
0.20879
0.203069
0.196575
0.189401
0.18156
0.173016
0.163691
0.153481
0.142287
0.130243
0.117497
0.104001
0.0895268
0.0745985
0.0585939
0.044984
0.0300744
0.0197484
0.0114849
0.00388516
0.217704
0.221014
0.219431
0.215922
0.211102
0.205254
0.198609
0.191272
0.183261
0.174532
0.165009
0.154588
0.143193
0.130986
0.118091
0.104451
0.0898231
0.0748406
0.0586792
0.0450812
0.0301168
0.0198067
0.0115601
0.00399326
0.219994
0.223438
0.221863
0.2183
0.213382
0.207409
0.200616
0.193114
0.184923
0.176004
0.166281
0.155657
0.144067
0.131688
0.118647
0.10487
0.0901023
0.0750695
0.0587617
0.045175
0.0301613
0.0198708
0.0116439
0.00410143
0.222237
0.225824
0.224256
0.220641
0.215636
0.209534
0.20259
0.194921
0.186554
0.177446
0.167522
0.156688
0.144908
0.13238
0.119201
0.10529
0.0903748
0.075309
0.0588456
0.0452752
0.0302144
0.0199357
0.0117223
0.00421385
0.224438
0.228174
0.226622
0.222957
0.217851
0.211626
0.204532
0.196696
0.188145
0.178844
0.168717
0.157682
0.145714
0.133028
0.119717
0.10568
0.0906313
0.0755375
0.0589284
0.045373
0.0302688
0.0200059
0.0118086
0.00432579
0.2266
0.230492
0.228952
0.225233
0.220038
0.21368
0.206437
0.198433
0.189703
0.18021
0.169883
0.158637
0.146495
0.133672
0.120233
0.106073
0.0908827
0.0757779
0.0590144
0.0454776
0.0303313
0.0200764
0.0118894
0.00444196
0.228705
0.232756
0.231238
0.227471
0.222176
0.215699
0.208304
0.200132
0.191218
0.181531
0.171002
0.159559
0.147237
0.134271
0.120712
0.106438
0.0911194
0.0760088
0.059101
0.0455805
0.0303943
0.0201514
0.0119776
0.00455717
0.230756
0.234973
0.233476
0.229662
0.224282
0.217671
0.210128
0.201789
0.192695
0.182818
0.172092
0.160444
0.147963
0.134869
0.121192
0.106808
0.0913522
0.0762528
0.0591927
0.0456906
0.0304647
0.0202263
0.0120601
0.00467653
0.232755
0.237142
0.235675
0.231815
0.226333
0.219602
0.211907
0.203401
0.194125
0.184057
0.173138
0.161298
0.14865
0.135424
0.121637
0.107151
0.0915713
0.0764885
0.0592865
0.0457999
0.0305345
0.020305
0.0121493
0.00479451
0.234703
0.239265
0.237821
0.233913
0.228343
0.221476
0.213635
0.204965
0.195515
0.185264
0.174152
0.162117
0.149328
0.135982
0.122086
0.107501
0.0917877
0.076738
0.0593876
0.0459166
0.030611
0.020383
0.0122329
0.00491656
0.236584
0.241323
0.239911
0.235958
0.230287
0.223303
0.215313
0.206481
0.196855
0.18642
0.175124
0.162908
0.149965
0.136496
0.122501
0.107825
0.0919914
0.0769798
0.0594922
0.0460331
0.030686
0.0204641
0.0123226
0.00503689
0.238401
0.243321
0.241939
0.237942
0.232186
0.225071
0.216939
0.20795
0.198157
0.187546
0.176064
0.163668
0.150597
0.137016
0.12292
0.108158
0.0921934
0.0772355
0.0596061
0.0461573
0.0307667
0.0205439
0.0124066
0.00516115
0.240155
0.245257
0.243913
0.239874
0.234023
0.226794
0.218518
0.209372
0.199409
0.188624
0.176963
0.164398
0.151186
0.137493
0.123307
0.108467
0.0923833
0.0774842
0.0597247
0.0462818
0.0308449
0.0206261
0.0124962
0.00528339
0.241851
0.247141
0.24583
0.241751
0.235817
0.22846
0.220049
0.210752
0.20063
0.189674
0.177831
0.165101
0.151776
0.137976
0.123699
0.108786
0.0925722
0.0777466
0.0598546
0.0464142
0.0309281
0.0207065
0.0125801
0.00540948
0.243482
0.248961
0.247692
0.243576
0.237551
0.230086
0.221537
0.212089
0.201805
0.190677
0.17866
0.165774
0.15232
0.138417
0.124062
0.109083
0.09275
0.078002
0.0599901
0.046547
0.0310077
0.0207887
0.0126691
0.0055333
0.245052
0.250725
0.249497
0.245348
0.239246
0.23166
0.22298
0.213391
0.202953
0.191659
0.17946
0.166428
0.152869
0.138867
0.124429
0.109392
0.0929274
0.0782707
0.060139
0.0466876
0.0310914
0.0208686
0.0127525
0.00566083
0.246561
0.252432
0.251252
0.247071
0.240885
0.233196
0.224385
0.214651
0.204058
0.192596
0.180226
0.16705
0.153372
0.139274
0.124769
0.10968
0.0930943
0.0785325
0.060294
0.0468287
0.0311707
0.0209496
0.0128404
0.00578591
0.248011
0.254083
0.252951
0.248741
0.242484
0.234682
0.22575
0.215881
0.205141
0.193516
0.180968
0.16766
0.153883
0.139691
0.125114
0.10998
0.0932612
0.0788067
0.060464
0.0469776
0.0312532
0.0210279
0.0129227
0.00591459
0.249397
0.255673
0.254594
0.25036
0.244027
0.236135
0.22708
0.217073
0.206181
0.194394
0.181678
0.168239
0.154348
0.140067
0.125433
0.110262
0.0934186
0.0790737
0.0606405
0.0471268
0.0313305
0.0211067
0.0130092
0.00604066
0.250725
0.257206
0.256182
0.251925
0.245535
0.237538
0.228375
0.218241
0.207205
0.195259
0.18237
0.168813
0.154824
0.140452
0.125757
0.110557
0.0935765
0.0793519
0.0608333
0.0472833
0.0314103
0.0211824
0.0130903
0.00617019
0.251987
0.258684
0.257714
0.253444
0.24699
0.238923
0.229642
0.219372
0.208189
0.196084
0.183032
0.169354
0.155253
0.140798
0.126058
0.110834
0.0937254
0.0796231
0.0610325
0.0474398
0.0314841
0.0212581
0.013175
0.006297
0.253201
0.260105
0.2592
0.254925
0.24843
0.240264
0.230884
0.220486
0.209159
0.196896
0.183678
0.169892
0.155695
0.141153
0.126364
0.111127
0.0938754
0.0799041
0.0612487
0.0476032
0.0315596
0.0213304
0.0132544
0.00642717
0.254359
0.261488
0.260661
0.256382
0.249831
0.241603
0.232099
0.221566
0.210088
0.197669
0.184293
0.170394
0.156089
0.141471
0.126647
0.111403
0.0940172
0.0801779
0.061471
0.0477659
0.0316286
0.0214022
0.0133371
0.00655454
0.25548
0.262843
0.26209
0.257817
0.251228
0.242894
0.233291
0.222627
0.211006
0.198427
0.184894
0.170894
0.156496
0.141797
0.126936
0.111694
0.0941607
0.0804603
0.0617104
0.0479349
0.0316987
0.0214703
0.0134148
0.00668514
0.256555
0.264158
0.263499
0.259225
0.25258
0.244181
0.234453
0.223654
0.211883
0.199144
0.18546
0.171355
0.156856
0.142088
0.127204
0.111971
0.0942969
0.0807362
0.0619551
0.0481025
0.0317616
0.0215375
0.0134953
0.0068129
0.257592
0.265443
0.264863
0.260603
0.253918
0.245416
0.235591
0.224663
0.212747
0.199844
0.186014
0.171816
0.157227
0.142387
0.127479
0.112264
0.0944354
0.0810196
0.0622166
0.0482756
0.0318252
0.0216009
0.0135709
0.0069438
0.258578
0.266679
0.266203
0.261942
0.255207
0.246642
0.236694
0.225636
0.213568
0.200503
0.186533
0.172237
0.157553
0.142652
0.127733
0.112543
0.0945674
0.0812968
0.0624822
0.0484465
0.031881
0.021663
0.013649
0.00707183
0.259523
0.267881
0.267491
0.263251
0.256477
0.247812
0.237774
0.226588
0.214376
0.201145
0.187044
0.172659
0.157891
0.142926
0.127993
0.112839
0.094703
0.0815805
0.0627636
0.0486219
0.0319371
0.021721
0.0137226
0.00720289
0.260419
0.269036
0.268756
0.264517
0.257697
0.248972
0.238814
0.227503
0.21514
0.201749
0.187519
0.173044
0.158183
0.143167
0.128235
0.113122
0.0948328
0.0818589
0.0630479
0.0487942
0.031985
0.0217775
0.0137983
0.00733108
0.261274
0.270156
0.269965
0.265751
0.258893
0.250074
0.239828
0.228394
0.21589
0.202336
0.187993
0.173431
0.158488
0.143416
0.128483
0.113423
0.0949677
0.082143
0.0633467
0.0489701
0.0320329
0.0218298
0.0138696
0.00746223
0.262076
0.271224
0.271148
0.266937
0.260038
0.25116
0.240799
0.229242
0.216598
0.202887
0.188432
0.173781
0.15875
0.143634
0.128714
0.11371
0.0950975
0.0824223
0.0636468
0.0491417
0.0320722
0.0218804
0.0139428
0.00759053
0.262836
0.272254
0.272273
0.268091
0.261153
0.252185
0.241738
0.230067
0.217288
0.203424
0.188876
0.174135
0.159024
0.143861
0.12895
0.114014
0.0952344
0.0827063
0.0639596
0.049316
0.0321113
0.0219267
0.0140119
0.00772169
0.263545
0.273234
0.27337
0.269192
0.262218
0.253189
0.242633
0.230847
0.217936
0.203929
0.189282
0.174453
0.159256
0.144059
0.12917
0.114305
0.0953667
0.0829865
0.0642723
0.049485
0.0321414
0.0219711
0.0140825
0.00785005
0.264212
0.274175
0.27441
0.270261
0.263248
0.254135
0.243498
0.231605
0.218564
0.204422
0.189697
0.174776
0.159502
0.144264
0.129394
0.114611
0.0955077
0.0832708
0.0645958
0.0496556
0.0321713
0.0220112
0.0141493
0.00798121
0.264827
0.275067
0.275419
0.271279
0.264232
0.255062
0.244321
0.232318
0.219152
0.204884
0.190071
0.175063
0.159707
0.144443
0.129603
0.114904
0.0956446
0.0835515
0.0649175
0.0498199
0.0321919
0.0220492
0.0142175
0.00810961
0.265402
0.275919
0.276377
0.272267
0.265185
0.255935
0.245118
0.233013
0.21972
0.205336
0.190457
0.175354
0.159926
0.14463
0.129816
0.115211
0.0957916
0.0838354
0.0652479
0.0499847
0.0322122
0.022083
0.0142821
0.00824075
0.265931
0.27673
0.277306
0.273209
0.266097
0.256794
0.24588
0.233663
0.220251
0.205759
0.190799
0.17561
0.160105
0.144791
0.130015
0.115503
0.0959345
0.0841162
0.065575
0.0501424
0.032223
0.0221145
0.0143477
0.00836919
0.266424
0.277503
0.278189
0.274124
0.26698
0.257606
0.246617
0.234301
0.220762
0.206177
0.191157
0.175871
0.160299
0.14496
0.130216
0.115807
0.0960889
0.0843994
0.0659086
0.0502996
0.0322335
0.0221419
0.01441
0.00850031
0.266871
0.278238
0.279044
0.274997
0.267831
0.258404
0.247323
0.234896
0.221242
0.206564
0.19147
0.176098
0.160456
0.145106
0.130404
0.116095
0.0962391
0.0846793
0.0662374
0.0504487
0.0322344
0.0221668
0.0144732
0.0086288
0.267286
0.278936
0.279859
0.275848
0.268653
0.259161
0.248007
0.235482
0.221704
0.206953
0.191801
0.17633
0.160627
0.14526
0.130593
0.116393
0.0964017
0.0849604
0.0665704
0.0505965
0.032235
0.0221878
0.0145334
0.00875993
0.267654
0.279599
0.280646
0.276661
0.26945
0.259908
0.248663
0.23603
0.222139
0.207314
0.192089
0.176529
0.160763
0.145391
0.130769
0.116673
0.0965592
0.0852383
0.0668972
0.0507353
0.032226
0.0222061
0.0145942
0.00888851
0.267997
0.280225
0.281396
0.277459
0.270225
0.26062
0.249303
0.23657
0.222564
0.207683
0.192398
0.176734
0.160914
0.145531
0.130945
0.116961
0.0967294
0.0855163
0.0672263
0.0508721
0.0322168
0.0222207
0.0146522
0.0090197
0.268287
0.280813
0.282126
0.278226
0.270984
0.261328
0.249916
0.237076
0.222966
0.208024
0.192663
0.176907
0.161031
0.145651
0.13111
0.117229
0.0968939
0.0857904
0.0675476
0.0509993
0.0321978
0.0222326
0.0147107
0.00914841
0.268547
0.281379
0.282829
0.278987
0.271726
0.262002
0.250515
0.237575
0.223363
0.208376
0.192951
0.177087
0.161164
0.145779
0.131273
0.117502
0.0970706
0.0860634
0.0678691
0.0511237
0.0321789
0.0222408
0.0147667
0.00927969
0.268792
0.281925
0.283524
0.279728
0.272452
0.262671
0.251087
0.238043
0.223739
0.208699
0.193196
0.177235
0.161264
0.145889
0.131425
0.117755
0.0972402
0.086332
0.0681816
0.0512379
0.0321503
0.0222463
0.0148228
0.00940858
0.269018
0.282465
0.284206
0.280457
0.273155
0.263307
0.251645
0.238503
0.224115
0.209035
0.193464
0.177391
0.161381
0.146006
0.131575
0.118008
0.0974207
0.0865981
0.0684926
0.0513487
0.0321217
0.0222482
0.0148768
0.00954002
0.269239
0.282992
0.284874
0.281164
0.273845
0.263936
0.252175
0.238938
0.22447
0.209341
0.193688
0.177516
0.161467
0.146106
0.131713
0.118242
0.0975929
0.0868587
0.0687932
0.051449
0.0320836
0.0222474
0.0149308
0.00966915
0.26944
0.283509
0.285529
0.28186
0.274511
0.264532
0.252694
0.239367
0.224832
0.209662
0.193937
0.177648
0.161569
0.146215
0.131849
0.118475
0.0977741
0.0871153
0.0690904
0.0515453
0.0320457
0.0222432
0.0149829
0.00980081
0.269642
0.284015
0.286172
0.282538
0.275168
0.265126
0.25319
0.239774
0.225172
0.209953
0.194143
0.177751
0.161643
0.146307
0.131974
0.118688
0.0979453
0.0873658
0.0693762
0.0516308
0.0319983
0.0222362
0.0150347
0.00993026
0.269825
0.284515
0.286807
0.283208
0.275805
0.26569
0.253678
0.240179
0.225522
0.210258
0.194373
0.177861
0.161732
0.146408
0.132096
0.118896
0.098123
0.0876107
0.0696571
0.051712
0.0319513
0.0222259
0.0150849
0.0100622
0.270017
0.285007
0.287433
0.283867
0.276439
0.266259
0.254147
0.240565
0.225852
0.210535
0.194561
0.177944
0.161795
0.146494
0.132207
0.119087
0.0982894
0.0878482
0.0699256
0.0517821
0.0318949
0.0222128
0.0151348
0.0101921
0.270193
0.285502
0.288057
0.284522
0.277056
0.2668
0.254614
0.240955
0.226195
0.210826
0.194773
0.178032
0.161874
0.146588
0.132314
0.119271
0.0984597
0.0880787
0.0701875
0.0518477
0.0318392
0.0221968
0.0151832
0.0103244
0.270385
0.285989
0.288676
0.285169
0.277673
0.267349
0.255064
0.241328
0.226514
0.211088
0.194944
0.178095
0.161928
0.146668
0.132411
0.119438
0.0986171
0.0883009
0.0704362
0.0519022
0.0317741
0.0221777
0.0152311
0.0104547
0.270562
0.286481
0.289293
0.285811
0.278275
0.267873
0.255515
0.241705
0.226846
0.211362
0.195139
0.178163
0.161997
0.146756
0.132503
0.119597
0.0987758
0.0885145
0.070677
0.051952
0.0317099
0.0221559
0.0152778
0.0105875
0.270755
0.286965
0.289904
0.286448
0.278879
0.268406
0.25595
0.242065
0.227151
0.211607
0.195294
0.178207
0.162043
0.146831
0.132586
0.11974
0.0989202
0.0887187
0.0709039
0.0519906
0.0316365
0.0221311
0.0153239
0.0107183
0.270935
0.287455
0.290513
0.287078
0.279465
0.268914
0.256386
0.242428
0.227466
0.211862
0.195472
0.178255
0.162104
0.146914
0.132662
0.119873
0.0990636
0.0889127
0.0711215
0.0520244
0.0315641
0.0221037
0.0153689
0.0108516
0.271128
0.287934
0.291115
0.287702
0.280052
0.269429
0.256803
0.24277
0.22775
0.212087
0.195612
0.178281
0.162142
0.146985
0.13273
0.119993
0.0991913
0.0890965
0.0713246
0.0520473
0.0314828
0.0220733
0.0154132
0.0109831
0.271306
0.288417
0.291711
0.288315
0.28062
0.269917
0.257218
0.243113
0.228041
0.212319
0.195774
0.178311
0.162195
0.147061
0.132792
0.120102
0.0993157
0.0892688
0.0715174
0.0520654
0.0314025
0.0220404
0.0154566
0.011117
0.271493
0.288884
0.292297
0.288919
0.281186
0.270409
0.257613
0.243431
0.2283
0.212523
0.195899
0.178318
0.162227
0.147127
0.132843
0.120197
0.0994235
0.0894298
0.0716951
0.0520726
0.0313135
0.0220045
0.0154992
0.0112492
0.271665
0.289354
0.292874
0.28951
0.28173
0.270872
0.258003
0.243748
0.228562
0.212731
0.196045
0.17833
0.162272
0.147199
0.132889
0.120282
0.099526
0.0895779
0.0718614
0.0520752
0.0312256
0.0219663
0.0155411
0.0113838
0.271841
0.289807
0.293441
0.290092
0.282269
0.271334
0.25837
0.244038
0.228791
0.212911
0.196157
0.178321
0.162299
0.147259
0.132924
0.120355
0.099611
0.0897141
0.0720124
0.0520672
0.0311293
0.0219251
0.015582
0.0115167
0.272002
0.290259
0.293996
0.290657
0.282785
0.271768
0.258728
0.244324
0.229023
0.213094
0.196289
0.178315
0.162336
0.147324
0.132952
0.120416
0.0996889
0.0898362
0.0721511
0.0520547
0.0310341
0.0218817
0.0156225
0.0116521
0.272161
0.290692
0.294541
0.291214
0.283295
0.272195
0.259062
0.244579
0.229219
0.213251
0.196389
0.178289
0.162357
0.147379
0.13297
0.120465
0.0997489
0.0899456
0.0722741
0.0520319
0.0309307
0.0218353
0.0156618
0.0117859
0.272304
0.291125
0.295073
0.291752
0.28378
0.272595
0.259383
0.24483
0.229417
0.213408
0.196508
0.178265
0.162387
0.147436
0.13298
0.120502
0.0998004
0.0900398
0.0723841
0.0520047
0.0308285
0.021787
0.0157009
0.0119221
0.272448
0.291542
0.295599
0.292283
0.284256
0.272983
0.259678
0.245049
0.22958
0.213542
0.196597
0.178223
0.162401
0.147483
0.13298
0.120528
0.0998334
0.0901207
0.0724782
0.0519678
0.0307182
0.0217355
0.0157387
0.0120568
0.27258
0.291962
0.296115
0.292795
0.284707
0.273345
0.259957
0.245261
0.229744
0.213675
0.196705
0.178182
0.162423
0.147531
0.13297
0.120542
0.0998569
0.0901856
0.0725587
0.0519266
0.0306092
0.0216822
0.0157765
0.012194
0.272721
0.292374
0.296619
0.293294
0.285144
0.273687
0.260211
0.245441
0.229874
0.213786
0.196785
0.178124
0.162429
0.147569
0.132949
0.120544
0.0998615
0.0902365
0.0726231
0.051876
0.0304924
0.0216259
0.0158128
0.0123296
0.272852
0.292776
0.297106
0.29377
0.285555
0.274007
0.260445
0.245613
0.230004
0.213896
0.196883
0.178066
0.162442
0.147607
0.132919
0.120534
0.099856
0.0902707
0.0726734
0.0518216
0.0303768
0.0215679
0.0158493
0.0124678
0.272973
0.293161
0.297574
0.294226
0.285946
0.274299
0.260655
0.245753
0.230101
0.213987
0.196956
0.177992
0.16244
0.147633
0.132876
0.120513
0.0998314
0.0902906
0.0727076
0.0517581
0.0302535
0.0215068
0.0158842
0.0126044
0.27308
0.293528
0.298019
0.294656
0.28631
0.274572
0.26084
0.245883
0.230198
0.214074
0.197046
0.177917
0.162443
0.147657
0.132823
0.120479
0.0997961
0.090293
0.0727274
0.051691
0.0301316
0.0214441
0.0159195
0.0127437
0.273177
0.293877
0.298442
0.295061
0.286647
0.274808
0.261003
0.245983
0.230264
0.214145
0.197113
0.177827
0.16243
0.147669
0.132756
0.120432
0.0997416
0.0902808
0.072731
0.0516154
0.0300021
0.0213783
0.0159531
0.0128814
0.273262
0.294209
0.298842
0.29544
0.286959
0.275029
0.261137
0.246072
0.230329
0.214214
0.197196
0.177735
0.162421
0.147677
0.132679
0.120373
0.0996763
0.0902505
0.0727199
0.0515365
0.0298739
0.0213111
0.0159871
0.0130218
0.273337
0.294524
0.299217
0.295789
0.287234
0.275205
0.261252
0.246133
0.230366
0.214267
0.197259
0.177628
0.162397
0.147672
0.132587
0.120302
0.0995918
0.0902054
0.0726926
0.0514496
0.0297383
0.0212408
0.0160194
0.0131606
0.273401
0.294819
0.299569
0.296111
0.287488
0.27537
0.261335
0.246184
0.230403
0.214317
0.197338
0.177519
0.162373
0.147662
0.132483
0.120216
0.0994964
0.0901418
0.0726505
0.0513596
0.029604
0.0211692
0.0160523
0.0133021
0.273456
0.295096
0.29989
0.296397
0.287693
0.275484
0.261403
0.246208
0.230413
0.214355
0.197398
0.177396
0.162336
0.147637
0.132364
0.120118
0.0993818
0.0900632
0.0725924
0.051262
0.0294624
0.0210946
0.0160834
0.0134422
0.273495
0.295351
0.300186
0.296656
0.28788
0.275592
0.261439
0.246223
0.230425
0.21439
0.197473
0.17727
0.162296
0.147604
0.132232
0.120006
0.0992566
0.0899658
0.0725193
0.0511618
0.0293221
0.0210187
0.0161152
0.0135849
0.273521
0.295577
0.300442
0.296869
0.288007
0.275647
0.261464
0.246216
0.230412
0.214414
0.197531
0.177131
0.162242
0.147555
0.132082
0.11988
0.0991122
0.0898533
0.0724304
0.0510544
0.0291746
0.0209397
0.016145
0.0137262
0.273523
0.295773
0.300671
0.297055
0.288126
0.275697
0.261459
0.246199
0.230402
0.214435
0.197605
0.176988
0.162184
0.147497
0.13192
0.11974
0.0989575
0.0897218
0.0723265
0.0509447
0.0290283
0.0208596
0.0161757
0.0138702
0.2735
0.295933
0.300847
0.297188
0.288176
0.2757
0.261448
0.246166
0.230369
0.214448
0.197663
0.176833
0.162112
0.147422
0.131739
0.119585
0.0987838
0.0895752
0.0722069
0.0508283
0.028875
0.0207765
0.0162045
0.0140128
0.273446
0.296055
0.300997
0.297299
0.288228
0.275702
0.261412
0.246125
0.230341
0.214458
0.197736
0.176675
0.162033
0.147335
0.131544
0.119415
0.0986001
0.0894093
0.0720724
0.0507099
0.0287228
0.0206924
0.0162342
0.014158
0.273362
0.296132
0.30109
0.297355
0.288213
0.275667
0.261374
0.246072
0.230293
0.214461
0.197794
0.176505
0.161939
0.147228
0.131329
0.11923
0.0983976
0.0892284
0.0719225
0.0505851
0.0285637
0.0206052
0.0162618
0.0143019
0.273242
0.296177
0.301163
0.297403
0.288213
0.275634
0.261317
0.246013
0.230251
0.214462
0.197868
0.176332
0.161836
0.147108
0.131099
0.119029
0.0981855
0.0890282
0.0717577
0.0504588
0.0284056
0.0205171
0.0162905
0.0144485
0.273099
0.296186
0.301188
0.297405
0.288156
0.275577
0.261263
0.245946
0.230192
0.214456
0.197927
0.176148
0.161718
0.146967
0.130849
0.118812
0.0979549
0.088813
0.0715778
0.0503264
0.0282407
0.0204259
0.0163171
0.0145936
0.272936
0.296179
0.301211
0.297413
0.288127
0.275524
0.261195
0.245876
0.23014
0.214448
0.198002
0.175964
0.161588
0.146811
0.130582
0.118579
0.0977151
0.0885784
0.0713832
0.0501928
0.0280768
0.020334
0.0163449
0.0147416
0.27276
0.296152
0.301206
0.297389
0.28806
0.275462
0.261133
0.245801
0.230074
0.214435
0.198061
0.175768
0.161443
0.146632
0.130293
0.118328
0.097457
0.088329
0.0711737
0.0500536
0.0279061
0.020239
0.0163705
0.0148881
0.272574
0.296128
0.301213
0.297389
0.288027
0.275405
0.261062
0.245725
0.230015
0.214419
0.198136
0.175574
0.161283
0.146434
0.129988
0.118061
0.0971902
0.0880603
0.0709497
0.0499134
0.0277363
0.0201433
0.0163973
0.0150374
0.272385
0.296102
0.301216
0.297371
0.287975
0.275355
0.261
0.245647
0.229943
0.214398
0.198193
0.175368
0.161107
0.146213
0.129659
0.117776
0.0969054
0.0877768
0.0707112
0.0497679
0.0275598
0.0200445
0.0164219
0.0151852
0.272205
0.296094
0.301246
0.29739
0.287961
0.275309
0.260935
0.24557
0.229881
0.214373
0.198264
0.175166
0.160914
0.145971
0.129313
0.117474
0.0966123
0.0874741
0.0704584
0.0496217
0.0273841
0.0199452
0.0164479
0.0153359
0.27203
0.29611
0.301296
0.297405
0.287946
0.275286
0.260881
0.245494
0.229808
0.214343
0.198316
0.17495
0.160703
0.145704
0.128943
0.117153
0.0963015
0.0871569
0.0701914
0.0494706
0.0272018
0.0198428
0.0164716
0.0154851
0.27188
0.296162
0.301381
0.29747
0.287966
0.275265
0.260829
0.245421
0.229745
0.214309
0.198377
0.174739
0.160474
0.145414
0.128554
0.116814
0.0959829
0.0868204
0.0699104
0.049319
0.0270202
0.0197399
0.0164967
0.0156372
0.271762
0.296257
0.30151
0.29754
0.288006
0.275281
0.260789
0.245351
0.229671
0.214268
0.198416
0.174512
0.160225
0.145098
0.12814
0.116456
0.0956468
0.0864698
0.0696154
0.0491628
0.0268321
0.019634
0.0165195
0.0157877
0.271688
0.296404
0.301682
0.29767
0.288076
0.275295
0.260758
0.245287
0.229609
0.214222
0.198461
0.174291
0.159955
0.144756
0.127707
0.116079
0.0953034
0.0861
0.0693068
0.0490063
0.0266444
0.0195277
0.0165438
0.0159412
0.271664
0.29661
0.301906
0.29781
0.28818
0.27536
0.260739
0.245227
0.229538
0.214168
0.19848
0.174051
0.159666
0.144387
0.127248
0.115682
0.0949429
0.0857161
0.0689845
0.0488455
0.0264504
0.0194182
0.0165658
0.0160931
0.271703
0.296867
0.302176
0.298012
0.288308
0.275417
0.260734
0.245174
0.229479
0.214108
0.1985
0.173818
0.159351
0.143991
0.12677
0.115266
0.0945754
0.0853134
0.0686489
0.0486846
0.0262568
0.0193086
0.0165893
0.0162479
0.27179
0.297178
0.302485
0.298224
0.288481
0.275534
0.260739
0.245127
0.229409
0.214037
0.19849
0.173562
0.159016
0.143565
0.126264
0.11483
0.0941912
0.0848968
0.0682999
0.0485196
0.0260569
0.0191958
0.0166104
0.0164012
0.271931
0.297526
0.302833
0.298494
0.288667
0.275636
0.260765
0.245091
0.229354
0.213959
0.198475
0.17331
0.158653
0.143111
0.125738
0.114374
0.0938003
0.0844614
0.067938
0.0483547
0.0258572
0.0190829
0.0166333
0.0165574
0.272104
0.2979
0.303191
0.298769
0.288902
0.275803
0.260799
0.245059
0.229288
0.213868
0.198425
0.173033
0.158269
0.142627
0.125185
0.113897
0.0933931
0.0840125
0.067563
0.0481859
0.0256513
0.0189668
0.0166536
0.016712
0.27231
0.298294
0.303577
0.299093
0.289141
0.27595
0.260858
0.24504
0.229237
0.213768
0.198363
0.172757
0.157854
0.142112
0.124612
0.1134
0.0929795
0.0835451
0.0671755
0.0480174
0.0254456
0.0188507
0.0166757
0.0168696
0.272524
0.298676
0.303941
0.299411
0.289429
0.276166
0.260921
0.245026
0.229174
0.213653
0.198262
0.172451
0.157417
0.141567
0.12401
0.112883
0.0925501
0.0830643
0.0667751
0.0478452
0.0252337
0.0187316
0.0166953
0.0170255
0.272754
0.299061
0.304331
0.299767
0.289714
0.276356
0.261015
0.245026
0.229126
0.213527
0.198142
0.172142
0.156947
0.140989
0.123387
0.112344
0.0921146
0.0825651
0.0663625
0.0476734
0.0250218
0.0186124
0.0167167
0.0171845
0.272965
0.299415
0.304674
0.300113
0.290048
0.276616
0.261107
0.245029
0.229065
0.213383
0.197981
0.1718
0.156453
0.14038
0.122736
0.111785
0.0916636
0.0820529
0.0659373
0.047498
0.0248038
0.0184901
0.0167355
0.0173417
0.273187
0.299772
0.305051
0.300491
0.290372
0.276846
0.261235
0.245048
0.229019
0.213227
0.197793
0.17145
0.155924
0.139738
0.122063
0.111204
0.0912069
0.0815225
0.0655004
0.0473232
0.0245858
0.018368
0.0167563
0.0175019
0.273384
0.300091
0.305377
0.300863
0.290747
0.277148
0.261359
0.245069
0.228959
0.21305
0.197563
0.171064
0.155371
0.139064
0.121363
0.110602
0.0907352
0.0809793
0.0650512
0.0471448
0.0243617
0.0182427
0.0167745
0.0176605
0.273595
0.300436
0.305751
0.301267
0.291109
0.277417
0.26152
0.245104
0.228911
0.212858
0.197299
0.170665
0.154781
0.138354
0.12064
0.109979
0.090258
0.0804182
0.0645905
0.0469672
0.0241374
0.0181177
0.0167947
0.017822
0.273798
0.300759
0.306086
0.301672
0.291523
0.277758
0.261673
0.24514
0.228848
0.212643
0.196993
0.170228
0.154166
0.137614
0.119889
0.109335
0.0897662
0.0798446
0.0641178
0.0467861
0.0239072
0.0179896
0.0168122
0.0179818
0.274044
0.301133
0.306489
0.302111
0.291923
0.278062
0.261865
0.245189
0.228796
0.212412
0.196647
0.169772
0.153512
0.136837
0.119116
0.108669
0.0892692
0.0792532
0.0636341
0.0466057
0.0236767
0.0178617
0.0168318
0.0181446
0.274305
0.301505
0.306873
0.302561
0.292376
0.278436
0.262043
0.245235
0.228726
0.212154
0.196258
0.169276
0.152832
0.136029
0.118314
0.107983
0.0887582
0.0786496
0.0631385
0.046422
0.0234403
0.0177308
0.0168487
0.0183056
0.274615
0.301948
0.307334
0.303049
0.292815
0.278773
0.26226
0.245293
0.228665
0.211878
0.195825
0.168757
0.152113
0.135183
0.117491
0.107274
0.0882421
0.0780285
0.0626323
0.0462391
0.0232035
0.0176002
0.0168677
0.0184696
0.274966
0.302409
0.307799
0.303559
0.293309
0.279175
0.262459
0.245346
0.228583
0.211573
0.19535
0.168199
0.151367
0.134307
0.116639
0.106545
0.0877125
0.0773954
0.0621145
0.0460528
0.0229609
0.0174666
0.0168841
0.0186318
0.275392
0.302951
0.308347
0.30411
0.293789
0.279538
0.262694
0.245406
0.228507
0.211247
0.194827
0.167613
0.150581
0.133392
0.115765
0.105795
0.087178
0.076745
0.0615864
0.0458674
0.0227178
0.0173333
0.0169026
0.018797
0.275889
0.303551
0.30893
0.304696
0.294323
0.279961
0.262907
0.245458
0.228407
0.210889
0.194263
0.166987
0.149769
0.132447
0.114864
0.105023
0.0866306
0.0760829
0.0610469
0.0456786
0.022469
0.017197
0.0169183
0.0189603
0.276474
0.304251
0.309597
0.305327
0.294846
0.280347
0.263153
0.245513
0.228308
0.210508
0.193647
0.16633
0.148915
0.131464
0.11394
0.10423
0.0860785
0.0754037
0.0604975
0.0454907
0.0222196
0.0170612
0.0169363
0.0191267
0.277184
0.305044
0.310335
0.306006
0.295424
0.280787
0.263372
0.245556
0.228182
0.210091
0.192993
0.165634
0.148034
0.13045
0.112989
0.103417
0.085514
0.074713
0.0599369
0.0452995
0.0219646
0.0169224
0.0169515
0.0192912
0.278006
0.305955
0.311153
0.306729
0.29599
0.281188
0.263618
0.245598
0.228054
0.209649
0.192283
0.164904
0.147112
0.129398
0.112016
0.102583
0.0849449
0.0740056
0.0593667
0.0451091
0.0217089
0.0167841
0.016969
0.0194587
0.27899
0.306984
0.312066
0.307507
0.296609
0.281637
0.263836
0.245623
0.227894
0.209168
0.191535
0.164135
0.146164
0.128317
0.111016
0.101729
0.0843641
0.0732869
0.0587855
0.0449154
0.0214476
0.0166428
0.0169838
0.0196242
0.280113
0.308127
0.31305
0.308324
0.297216
0.282049
0.264074
0.245641
0.227727
0.208659
0.190731
0.163332
0.145174
0.127197
0.109993
0.100853
0.0837789
0.0725517
0.0581951
0.0447225
0.0211856
0.0165021
0.0170008
0.0197928
0.281375
0.309374
0.314132
0.309195
0.297873
0.282502
0.26428
0.245638
0.227524
0.208108
0.189889
0.16249
0.144158
0.126048
0.108946
0.0999581
0.0831823
0.0718053
0.0575939
0.0445262
0.0209182
0.0163584
0.017015
0.0199593
0.282746
0.310704
0.315251
0.310094
0.298514
0.282916
0.264498
0.245624
0.227308
0.207526
0.188989
0.161612
0.143099
0.12486
0.107875
0.0990421
0.0825815
0.0710428
0.0569837
0.0443307
0.0206499
0.0162153
0.0170317
0.0201289
0.284176
0.312087
0.316453
0.311042
0.299202
0.283364
0.264684
0.245583
0.227052
0.206898
0.188051
0.160697
0.142016
0.123646
0.10678
0.0981073
0.0819699
0.0702694
0.0563629
0.0441318
0.0203762
0.0160693
0.0170454
0.0202963
0.285645
0.313501
0.317659
0.312003
0.29987
0.283775
0.264875
0.245523
0.226776
0.206235
0.187054
0.159745
0.140891
0.122392
0.105662
0.0971518
0.0813543
0.0694799
0.0557335
0.0439335
0.0201016
0.0159239
0.0170617
0.0204669
0.287089
0.314909
0.31893
0.313008
0.300582
0.284213
0.26503
0.245434
0.226457
0.205523
0.18602
0.158757
0.139741
0.121112
0.10452
0.096178
0.0807284
0.0686799
0.0550936
0.0437318
0.0198218
0.0157757
0.017075
0.0206353
0.288533
0.316306
0.320177
0.314015
0.30127
0.284614
0.265182
0.245318
0.226112
0.204774
0.184925
0.157732
0.138549
0.119794
0.103356
0.0951838
0.0800985
0.067864
0.0544454
0.0435307
0.019541
0.0156281
0.0170908
0.0208068
0.289901
0.317683
0.321491
0.315065
0.301999
0.285034
0.265296
0.245168
0.225718
0.203972
0.183792
0.15667
0.137334
0.11845
0.102169
0.0941719
0.0794589
0.0670378
0.0537869
0.043326
0.019255
0.0154776
0.0171037
0.020976
0.291272
0.319041
0.322774
0.316113
0.302703
0.285418
0.2654
0.244984
0.225291
0.203128
0.182598
0.155572
0.136077
0.117069
0.10096
0.09314
0.0788154
0.0661959
0.0531203
0.0431219
0.018968
0.0153279
0.0171192
0.0211484
0.292582
0.320412
0.324145
0.317209
0.303446
0.285814
0.265462
0.244761
0.224812
0.202229
0.181365
0.154438
0.134797
0.115664
0.0997289
0.092091
0.0781625
0.0653439
0.0524435
0.0429142
0.0186759
0.0151752
0.0171317
0.0213184
0.293921
0.321804
0.325496
0.318302
0.30416
0.286172
0.265505
0.244498
0.224293
0.201285
0.180069
0.153268
0.133475
0.114221
0.0984756
0.0910224
0.077506
0.0644766
0.0517589
0.0427068
0.0183828
0.0150234
0.0171468
0.0214916
0.295278
0.323279
0.326969
0.31945
0.304911
0.286533
0.265505
0.24419
0.223716
0.200283
0.178733
0.152063
0.132133
0.112755
0.0972012
0.0899373
0.0768405
0.0635992
0.0510644
0.0424958
0.0180846
0.0148687
0.0171589
0.0216623
0.29675
0.324818
0.32844
0.320596
0.30563
0.286857
0.265476
0.243835
0.223092
0.199231
0.177334
0.150821
0.130749
0.111253
0.095905
0.088833
0.0761715
0.0627068
0.0503622
0.0422851
0.0177854
0.0147148
0.0171737
0.0218363
0.298343
0.32652
0.330067
0.321805
0.306383
0.287177
0.265401
0.24343
0.222408
0.198119
0.175894
0.149545
0.129344
0.109729
0.0945887
0.0877128
0.0754938
0.0618045
0.0496502
0.0420706
0.0174813
0.014558
0.0171854
0.0220077
0.300097
0.328325
0.331707
0.323011
0.3071
0.287455
0.265287
0.242969
0.22167
0.196954
0.174389
0.148232
0.127899
0.10817
0.0932508
0.086574
0.0748127
0.0608874
0.0489309
0.0418562
0.017176
0.0144021
0.0171999
0.0221823
0.302081
0.330362
0.333532
0.324283
0.307845
0.287719
0.265124
0.242455
0.220867
0.195726
0.172843
0.146885
0.126434
0.106589
0.0918937
0.0854196
0.0741232
0.0599607
0.0482018
0.041638
0.016866
0.0142434
0.0172113
0.0223544
0.304291
0.332532
0.33538
0.325548
0.30855
0.28794
0.264913
0.241876
0.220002
0.194441
0.171229
0.145501
0.124929
0.104974
0.0905154
0.0842473
0.0734304
0.0590193
0.0474656
0.0414197
0.0165548
0.0140856
0.0172254
0.0225297
0.306833
0.335001
0.337431
0.326878
0.309275
0.288136
0.264647
0.24124
0.219071
0.193092
0.169574
0.144084
0.123405
0.10334
0.0891187
0.08306
0.0727295
0.0580685
0.0467198
0.0411975
0.0162389
0.0139249
0.0172364
0.0227023
0.309641
0.337625
0.339509
0.328193
0.309953
0.288285
0.264324
0.240532
0.218071
0.191683
0.16785
0.142629
0.121842
0.101672
0.0877012
0.0818551
0.0720254
0.0571032
0.0459671
0.0409751
0.0159218
0.0137651
0.0172502
0.0228781
0.31287
0.340588
0.341797
0.329567
0.310641
0.288396
0.263943
0.239762
0.217001
0.190209
0.166083
0.141141
0.120261
0.0999847
0.0862663
0.0806358
0.0713134
0.0561287
0.0452049
0.0407487
0.0156002
0.0136025
0.0172609
0.0230512
0.316383
0.343707
0.344103
0.330912
0.311275
0.288457
0.263494
0.238913
0.215856
0.188671
0.164246
0.139616
0.118641
0.0982654
0.0848108
0.0793995
0.0705981
0.0551399
0.0444359
0.040522
0.0152773
0.0134409
0.0172744
0.0232275
0.320348
0.347176
0.346611
0.332304
0.311907
0.288469
0.262983
0.237998
0.214639
0.187067
0.162366
0.138058
0.117005
0.0965284
0.0833388
0.0781491
0.0698752
0.0541421
0.0436576
0.040291
0.01495
0.0132763
0.0172847
0.023401
0.324592
0.350769
0.349115
0.333651
0.312476
0.288425
0.262394
0.236998
0.213341
0.185396
0.160413
0.136461
0.115331
0.09476
0.0818467
0.0768823
0.0691491
0.0531303
0.0428728
0.0400596
0.0146215
0.0131128
0.0172979
0.0235777
0.329247
0.354675
0.351795
0.335026
0.313026
0.288319
0.26174
0.235928
0.21197
0.183659
0.158416
0.134832
0.11364
0.0929749
0.0803388
0.0756019
0.0684154
0.0521096
0.0420787
0.0398239
0.0142886
0.0129465
0.0173079
0.0237516
0.334074
0.358638
0.354435
0.336335
0.313507
0.288152
0.260997
0.234765
0.210512
0.181853
0.156346
0.133165
0.111913
0.0911594
0.0788111
0.0743055
0.0676784
0.051075
0.0412782
0.0395875
0.0139545
0.0127812
0.0173208
0.0239287
0.339215
0.362845
0.35721
0.337648
0.313955
0.28791
0.260184
0.233532
0.20898
0.179981
0.154231
0.131465
0.110171
0.0893284
0.0772686
0.0729959
0.066934
0.0500318
0.0404686
0.0393467
0.0136162
0.0126129
0.0173304
0.0241028
0.344411
0.367021
0.359898
0.338873
0.314322
0.287602
0.259274
0.232199
0.207355
0.178038
0.152041
0.129726
0.108392
0.0874679
0.0757067
0.0716709
0.0661863
0.0489748
0.0396528
0.0391051
0.0132767
0.0124458
0.017343
0.0242802
0.349809
0.371356
0.362672
0.340076
0.314637
0.287203
0.258291
0.230794
0.205658
0.17603
0.149806
0.127954
0.106599
0.0855927
0.0741307
0.0703329
0.0654311
0.0479095
0.038828
0.038859
0.0129331
0.0122757
0.0173522
0.0244545
0.355138
0.375569
0.365308
0.341163
0.314866
0.286734
0.257201
0.229284
0.203862
0.173948
0.147495
0.126143
0.104771
0.0836892
0.0725357
0.06898
0.0646726
0.0468305
0.037997
0.0386118
0.0125882
0.0121067
0.0173645
0.0246321
0.360563
0.379856
0.367975
0.342199
0.315024
0.286162
0.256034
0.227701
0.201994
0.171803
0.145139
0.124301
0.102929
0.0817719
0.0709274
0.0676145
0.0639066
0.0457433
0.0371572
0.0383599
0.0122394
0.0119348
0.0173734
0.0248066
0.365822
0.383933
0.370455
0.343099
0.315085
0.285514
0.254751
0.226009
0.200024
0.169583
0.142705
0.122418
0.101053
0.0798271
0.0693005
0.0662345
0.0631372
0.0446427
0.0363114
0.0381068
0.0118893
0.011764
0.0173853
0.0249843
0.371085
0.388003
0.372913
0.34392
0.315056
0.284747
0.25339
0.224242
0.197983
0.167301
0.140227
0.120504
0.0991646
0.0778694
0.067661
0.064842
0.0623601
0.0435341
0.0354569
0.0378489
0.0115355
0.0115903
0.0173938
0.0251588
0.376098
0.391786
0.375135
0.344579
0.314926
0.283902
0.251906
0.222364
0.195836
0.164943
0.13767
0.118548
0.0972422
0.0758852
0.0660033
0.0634355
0.0615795
0.0424121
0.0345965
0.0375897
0.0111803
0.0114177
0.0174053
0.0253367
0.381032
0.395489
0.377283
0.345134
0.314688
0.282924
0.25034
0.220412
0.19362
0.162525
0.135069
0.116563
0.0953082
0.0738888
0.0643337
0.0620169
0.0607912
0.0412824
0.0337274
0.0373254
0.0108216
0.011242
0.0174135
0.0255112
0.385637
0.398827
0.379155
0.345511
0.31434
0.281861
0.248642
0.218345
0.191297
0.160031
0.132388
0.114535
0.0933413
0.0718668
0.0626463
0.0605845
0.0599992
0.0401395
0.0328526
0.0370597
0.0104616
0.0110676
0.0174246
0.025689
0.390072
0.402013
0.380905
0.345761
0.313864
0.280653
0.246863
0.216206
0.188906
0.15748
0.129665
0.112478
0.0913638
0.0698333
0.0609477
0.0591401
0.0591993
0.0389889
0.0319693
0.0367887
0.0100981
0.0108901
0.0174323
0.0258634
0.394083
0.404759
0.382337
0.345815
0.313277
0.279359
0.244946
0.21395
0.186404
0.154852
0.12686
0.110378
0.0893541
0.067775
0.0592315
0.0576824
0.0583955
0.0378253
0.0310803
0.036516
0.0097333
0.0107137
0.0174431
0.0260411
0.397824
0.407277
0.3836
0.345721
0.312544
0.277906
0.242946
0.211625
0.18384
0.15217
0.124015
0.108251
0.0873345
0.0657059
0.057505
0.0562127
0.0575836
0.0366543
0.0301829
0.036238
0.00936523
0.0105342
0.0174503
0.0262153
0.401037
0.409273
0.38451
0.345421
0.311695
0.276363
0.240803
0.209183
0.181162
0.14941
0.121087
0.10608
0.0852837
0.0636127
0.0557612
0.05473
0.0567677
0.0354704
0.02928
0.0359581
0.00899592
0.010356
0.0174606
0.0263929
0.403889
0.41097
0.385211
0.344956
0.310681
0.27465
0.238578
0.206673
0.178425
0.146601
0.11812
0.103883
0.0832238
0.0615092
0.0540076
0.0532355
0.0559433
0.0342792
0.0283687
0.0356727
0.00862345
0.0101745
0.0174674
0.0265668
0.406148
0.412081
0.385528
0.344275
0.309551
0.272846
0.236206
0.204046
0.175574
0.143714
0.11507
0.10164
0.0811334
0.0593824
0.0522371
0.0517281
0.0551146
0.0330752
0.0274521
0.0353852
0.00824977
0.00999426
0.0174772
0.0267441
0.407975
0.412835
0.385598
0.343416
0.308241
0.270862
0.233751
0.201357
0.172667
0.14078
0.111984
0.0993743
0.0790347
0.0572459
0.0504575
0.050209
0.0542772
0.0318642
0.0265271
0.0350921
0.0078731
0.00981078
0.0174835
0.0269177
0.4091
0.412933
0.385266
0.342339
0.306811
0.268785
0.231146
0.198551
0.169646
0.13777
0.108815
0.0970628
0.0769064
0.0550865
0.0486613
0.0486772
0.0534353
0.0306405
0.0255969
0.0347966
0.00749525
0.00962845
0.0174928
0.0270946
0.409653
0.4126
0.384654
0.341075
0.305185
0.266519
0.228461
0.195687
0.166573
0.134718
0.105611
0.0947292
0.0747705
0.052918
0.0468565
0.0471337
0.0525843
0.02941
0.0246585
0.0344953
0.00711457
0.00944286
0.0174985
0.0272678
0.409336
0.411524
0.383614
0.339589
0.303442
0.26416
0.225624
0.192708
0.163385
0.13159
0.102325
0.0923496
0.0726057
0.0507272
0.0450354
0.0455776
0.0517284
0.0281668
0.0237149
0.0341914
0.00673274
0.00925841
0.0175073
0.0274443
0.408262
0.409922
0.382255
0.337907
0.301487
0.261606
0.22271
0.189675
0.160152
0.128422
0.0990073
0.0899504
0.0704341
0.0485276
0.0432063
0.0440099
0.0508632
0.026917
0.0227632
0.0338816
0.00634827
0.00907061
0.0175123
0.0276169
0.406093
0.407462
0.380451
0.336006
0.299414
0.258959
0.219641
0.18653
0.156804
0.125181
0.0956071
0.0875051
0.0682344
0.0463061
0.0413613
0.0424296
0.0499927
0.0256546
0.0218064
0.033569
0.00596269
0.00888392
0.0175204
0.027793
0.402928
0.404356
0.378291
0.333901
0.297113
0.256111
0.216501
0.183336
0.153415
0.121905
0.0921791
0.0850421
0.0660284
0.0440763
0.0395087
0.0408377
0.0491125
0.0243859
0.0208417
0.0332502
0.00557464
0.00869383
0.0175248
0.027965
0.398423
0.400275
0.375661
0.331576
0.294699
0.253174
0.213206
0.180035
0.149912
0.118557
0.0886691
0.0825329
0.0637952
0.041825
0.0376404
0.0392332
0.0482268
0.0231047
0.0198719
0.0329284
0.00518552
0.00850482
0.0175323
0.0281404
0.392645
0.395419
0.372634
0.329042
0.292043
0.250031
0.209842
0.176688
0.146375
0.115178
0.0851354
0.0800086
0.0615562
0.0395657
0.0357651
0.037617
0.0473308
0.0218173
0.0188942
0.0326003
0.00479412
0.00831231
0.0175359
0.0283117
0.385203
0.389447
0.369129
0.326291
0.289273
0.246802
0.206326
0.173239
0.142725
0.111729
0.0815208
0.0774384
0.0592907
0.037285
0.0338744
0.0359883
0.0464289
0.0205175
0.0179115
0.0322689
0.0044017
0.00812084
0.0175426
0.0284864
0.376135
0.382554
0.365191
0.323325
0.286247
0.243365
0.202747
0.169749
0.139046
0.108254
0.0778862
0.0748552
0.0570201
0.0349968
0.0319771
0.0343476
0.0455164
0.0192117
0.0169211
0.0319309
0.00400718
0.00792579
0.0175454
0.0286568
0.365068
0.374417
0.360762
0.320144
0.283113
0.239848
0.199018
0.166161
0.135257
0.10471
0.0741723
0.0722264
0.0547236
0.0326874
0.0300646
0.0326944
0.0445975
0.0178935
0.0159256
0.0315896
0.00361169
0.00773174
0.0175514
0.0288308
0.351955
0.365211
0.355871
0.316745
0.279712
0.236123
0.195231
0.162539
0.131444
0.101145
0.070443
0.0695872
0.0524224
0.0303707
0.028146
0.0310293
0.0436676
0.0165696
0.0149226
0.0312413
0.00321429
0.00753402
0.0175532
0.0290003
0.336419
0.354621
0.350497
0.313136
0.276204
0.232324
0.191297
0.158823
0.127524
0.0975134
0.0666364
0.066903
0.0500961
0.0280329
0.0262125
0.0293514
0.0427309
0.0152334
0.0139146
0.0308895
0.002816
0.00733724
0.0175583
0.0291733
0.31832
0.342808
0.344639
0.309306
0.27242
0.228318
0.187313
0.155077
0.123587
0.0938654
0.0628188
0.0642106
0.0477654
0.0256881
0.0242731
0.0276614
0.0417826
0.0138917
0.012899
0.0305305
0.00241597
0.00713669
0.0175591
0.0293419
0.297363
0.329512
0.338311
0.305268
0.268535
0.224244
0.183185
0.151243
0.119545
0.0901534
0.0589262
0.0614738
0.0454101
0.0233223
0.022319
0.0259585
0.0408272
0.0125377
0.0118785
0.0301676
0.00201511
0.00693703
0.0175631
0.0295139
0.273265
0.314867
0.331489
0.301008
0.264367
0.219969
0.179014
0.147385
0.115492
0.0864292
0.0550278
0.0587312
0.0430509
0.0209497
0.0203595
0.0242433
0.0398597
0.0111785
0.0108507
0.0297974
0.00161271
0.00673348
0.0175629
0.0296813
0.245848
0.298667
0.324237
0.296547
0.260103
0.215634
0.174704
0.143443
0.111339
0.0826437
0.0510572
0.0559451
0.0406677
0.0185559
0.0183854
0.0225151
0.0388845
0.00980705
0.00981784
0.0294231
0.00120956
0.00653076
0.0175658
0.0298522
0.214666
0.281033
0.316495
0.291863
0.255551
0.211103
0.17036
0.139481
0.107181
0.0788505
0.0470857
0.0531553
0.0382808
0.0161557
0.0164062
0.0207744
0.0378968
0.00843061
0.0087777
0.0290411
0.000805048
0.00632404
0.0175643
0.0300183
0.179713
0.261865
0.308371
0.286981
0.250914
0.206522
0.165882
0.13544
0.102926
0.0749987
0.0430452
0.0503229
0.0358704
0.0137342
0.0144126
0.0190204
0.0369009
0.00704191
0.00773261
0.0286548
0.000399867
0.00611808
0.0175659
0.030188
0.140283
0.241245
0.299776
0.281877
0.245987
0.201751
0.161377
0.131385
0.0986728
0.0711433
0.0390093
0.0474889
0.0334565
0.0113065
0.0124141
0.0172537
0.0358918
0.00564857
0.00668034
0.0282605
-6.47484e-06
0.005908
0.0175631
0.0303528
0.0967468
0.219184
0.29087
0.276581
0.240983
0.196941
0.156745
0.127255
0.0943271
0.0672324
0.034908
0.0446132
0.0310197
0.00885719
0.0104014
0.0154734
0.0348742
0.00424302
0.0056231
0.0278616
-0.000413393
0.0056986
0.0175634
0.0305212
0.0481616
0.195757
0.281524
0.271061
0.235693
0.19195
0.152095
0.123114
0.08999
0.0633221
0.0308166
0.0417378
0.0285794
0.00640215
0.00838393
0.0136804
0.0338429
0.00283306
0.00455877
0.0274544
-0.000821302
0.00548497
0.017559
0.0306846
-0.00487636
0.17115
0.271942
0.265353
0.230339
0.18693
0.147324
0.118903
0.085565
0.0593592
0.0266639
0.0388218
0.0261166
0.00392518
0.00635238
0.0118733
0.0328024
0.0014109
0.00348942
0.0270424
-0.00122969
0.00527192
0.0175577
0.0308515
-0.063201
0.145455
0.261963
0.259421
0.224704
0.18174
0.142544
0.114685
0.0811551
0.0554007
0.0225269
0.0359077
0.0236505
0.00144264
0.00431632
0.0100532
0.0317476
-1.53173e-05
0.0024131
0.0266218
-0.00163888
0.00505452
0.0175517
0.0310132
-0.125215
0.119069
0.251837
0.253306
0.219019
0.176531
0.13765
0.110401
0.0766626
0.0513929
0.0183327
0.0329541
0.0211623
-0.00106226
0.00226622
0.0082187
0.0306832
-0.00145371
0.00133172
0.026196
-0.00204844
0.0048376
0.0175488
0.0311785
-0.192696
0.092088
0.241356
0.246967
0.213064
0.171163
0.132755
0.106112
0.0721916
0.047393
0.0141599
0.0300037
0.0186707
-0.0035722
0.000211753
0.00637118
0.029604
-0.0028959
0.000243415
0.0257613
-0.00245863
0.00461622
0.0175409
0.0313386
-0.262251
0.0650856
0.230797
0.240446
0.207076
0.165788
0.127754
0.101761
0.0676437
0.043347
0.00993452
0.0270147
0.0161574
-0.00610498
-0.00185674
0.00450869
0.0285144
-0.00435026
-0.000850027
0.0253211
-0.0028691
0.00439521
0.0175361
0.0315022
-0.338015
0.0379636
0.219912
0.233702
0.200831
0.160264
0.122761
0.0974068
0.0631235
0.0393122
0.00573643
0.02403
0.0136406
-0.00864252
-0.00392945
0.00263302
0.0274095
-0.00580807
-0.00195027
0.0248716
-0.00328
0.00416961
0.0175261
0.0316604
-0.41605
0.011314
0.208994
0.226781
0.194572
0.154745
0.117669
0.092994
0.0585322
0.0352346
0.00149044
0.0210076
0.0111025
-0.0112035
-0.00601621
0.000741871
0.0262938
-0.00727804
-0.00305575
0.0244163
-0.00369108
0.00394428
0.0175192
0.0318222
-0.497415
-0.0151389
0.197731
0.219641
0.188076
0.149089
0.112593
0.0885806
0.0539748
0.0311709
-0.00272243
0.0179902
0.00856058
-0.0137687
-0.0081071
-0.00116254
0.0251621
-0.00875117
-0.00416799
0.0239513
-0.00410243
0.00371423
0.0175071
0.0319784
-0.582922
-0.0408489
0.186407
0.212333
0.181585
0.143449
0.107427
0.0841102
0.0493529
0.0270676
-0.00697822
0.014936
0.00599749
-0.0163579
-0.0102121
-0.00308301
0.0240189
-0.0102365
-0.00528559
0.0234802
-0.00451384
0.00348433
0.0174979
0.0321382
-0.654633
-0.065941
0.174615
0.204806
0.174877
0.137683
0.102285
0.0796408
0.0447699
0.0229806
-0.0111952
0.011887
0.0034304
-0.0189511
-0.0123212
-0.00501693
0.0228591
-0.0117246
-0.00640985
0.022999
-0.00492535
0.00324957
0.0174832
0.0322923
-0.720093
-0.0897059
0.162623
0.197126
0.168208
0.13195
0.0970658
0.0751206
0.0401328
0.01886
-0.0154476
0.00880382
0.000843787
-0.0215678
-0.0144435
-0.00696679
0.0216877
-0.0132244
-0.00753933
0.0225115
-0.00533666
0.00301494
0.0174715
0.03245
-0.753278
-0.111242
0.150026
0.189209
0.161331
0.126092
0.0918688
0.0705947
0.0355338
0.0147522
-0.0196601
0.00572197
-0.00175056
-0.0241903
-0.016572
-0.00893175
0.0204978
-0.0147277
-0.00867611
0.0220129
-0.00574835
0.00277504
0.0174541
0.0326017
-0.742565
-0.130851
0.137077
0.181082
0.154427
0.120205
0.0865442
0.0659711
0.0308488
0.010582
-0.023928
0.00258506
-0.00438161
-0.0268504
-0.0187245
-0.0109211
0.0192886
-0.0162468
-0.00982131
0.0215046
-0.0061617
0.00253385
0.0174385
0.0327563
-0.67863
-0.145811
0.124024
0.172796
0.147339
0.114194
0.0812399
0.0613362
0.0262007
0.0064231
-0.0281519
-0.000551941
-0.00702089
-0.0295143
-0.0208817
-0.0129232
0.0180611
-0.0177661
-0.0109715
0.0209852
-0.00657478
0.00228756
0.0174166
0.0329041
-0.582307
-0.15115
0.1121
0.164659
0.140471
0.108336
0.0759502
0.056715
0.021565
0.00228263
-0.0323607
-0.00368831
-0.00965072
-0.0321772
-0.0230307
-0.0149235
0.0168342
-0.0192834
-0.012117
0.0204647
-0.00698286
0.002044
0.0173985
0.033055
-0.466256
-0.146159
0.101542
0.156753
0.133675
0.10254
0.0708237
0.0521958
0.0170617
-0.00176847
-0.036457
-0.00677092
-0.0122444
-0.0348055
-0.0251534
-0.0169111
0.0156085
-0.0207844
-0.0132551
0.0199415
-0.00738418
0.00179934
0.0173761
0.0331994
-0.34297
-0.13143
0.0929858
0.149193
0.127171
0.0969408
0.0657417
0.0477085
0.0125893
-0.00578807
-0.0405267
-0.00984521
-0.0148227
-0.0374285
-0.0272637
-0.0188936
0.014386
-0.0222807
-0.0143866
0.0194183
-0.00777934
0.00155798
0.0173578
0.033347
-0.222019
-0.109422
0.086237
0.141975
0.12075
0.0913974
0.0608102
0.0433087
0.0082352
-0.00973076
-0.0444933
-0.012876
-0.0173732
-0.0400233
-0.0293528
-0.0208676
0.0131613
-0.0237626
-0.0155125
0.0188909
-0.00816857
0.00131492
0.0173348
0.0334879
-0.109648
-0.0819803
0.0815991
0.135223
0.114644
0.0860533
0.0559219
0.0389342
0.00390989
-0.0136456
-0.0484363
-0.0159027
-0.0199123
-0.042617
-0.0314322
-0.0228391
0.0119378
-0.0252412
-0.0166328
0.0183626
-0.00855201
0.00107476
0.0173155
0.033632
-0.0103175
-0.0516732
0.0786551
0.128912
0.108655
0.0807746
0.0511855
0.0346466
-0.000298511
-0.0174862
-0.0522769
-0.0188885
-0.0224264
-0.0451836
-0.0334919
-0.024803
0.0107111
-0.0267058
-0.0177479
0.0178294
-0.00892969
0.000832695
0.0172913
0.0337693
0.0739762
-0.0199171
0.0775301
0.123144
0.103007
0.0757045
0.0464975
0.0303841
-0.00447465
-0.021298
-0.0560928
-0.0218709
-0.0249301
-0.047751
-0.0355427
-0.0267656
0.00948487
-0.0281675
-0.0188579
0.0172949
-0.00930165
0.000593308
0.0172708
0.0339096
0.1435
0.0116128
0.0777362
0.117862
0.0975088
0.0707119
0.0419664
0.0262117
-0.00853444
-0.0250358
-0.0598056
-0.0248138
-0.0274099
-0.0502915
-0.0375741
-0.0287209
0.00825514
-0.0296152
-0.0199628
0.0167551
-0.00966786
0.000351925
0.0172451
0.0340431
0.199859
0.0423351
0.0793262
0.113147
0.0923758
0.0659398
0.0374913
0.0220659
-0.0125574
-0.0287425
-0.0634919
-0.0277531
-0.0298795
-0.052834
-0.0395969
-0.0306756
0.00702552
-0.0310601
-0.021063
0.0162136
-0.0100283
0.000113063
0.0172229
0.0341796
0.245062
0.0713871
0.0818509
0.10892
0.0874219
0.0612585
0.0331779
0.0180145
-0.016463
-0.0323752
-0.0670736
-0.0306533
-0.0323258
-0.0553488
-0.0416004
-0.0326229
0.00579233
-0.0324909
-0.0221579
0.0156666
-0.010383
-0.000127861
0.0171954
0.0343092
0.281138
0.0987202
0.0853687
0.105251
0.0828464
0.0568091
0.0289285
0.0139922
-0.0203268
-0.0359743
-0.0706265
-0.0335495
-0.0347618
-0.0578665
-0.0435953
-0.0345701
0.00455904
-0.033919
-0.0232485
0.0151176
-0.0107319
-0.00036641
0.0171713
0.0344417
0.30986
0.12394
0.0894962
0.10205
0.0784716
0.0524637
0.0248472
0.01007
-0.0240733
-0.0394988
-0.0740737
-0.0364071
-0.037175
-0.0603558
-0.0455707
-0.0365097
0.00332225
-0.0353327
-0.0243337
0.0145628
-0.011075
-0.000607044
0.0171418
0.0345671
0.332747
0.14723
0.0942907
0.0993768
0.0744857
0.0483619
0.0208385
0.00617954
-0.0277733
-0.0429872
-0.07749
-0.0392602
-0.0395775
-0.0628488
-0.0475375
-0.0384496
0.00208526
-0.0367438
-0.0254147
0.0140058
-0.0114123
-0.000845426
0.0171155
0.0346955
0.350976
0.168383
0.099441
0.0971374
0.0707177
0.0443764
0.0170021
0.00239506
-0.0313555
-0.0464007
-0.0807996
-0.0420748
-0.0419577
-0.0653122
-0.0494845
-0.0403814
0.000844923
-0.0381402
-0.0264904
0.0134428
-0.0117437
-0.00108592
0.0170836
0.0348167
0.365509
0.187614
0.105005
0.0953898
0.0673382
0.0406433
0.0132466
-0.00135433
-0.0348865
-0.0497759
-0.0840763
-0.0448845
-0.0443271
-0.0677798
-0.0514227
-0.0423139
-0.000395608
-0.0395341
-0.0275622
0.0128773
-0.0120691
-0.00132428
0.0170548
0.0349408
0.377009
0.204785
0.110723
0.0940372
0.0641881
0.0370375
0.009669
-0.00499091
-0.0383005
-0.0530755
-0.0872457
-0.0476558
-0.0466744
-0.0702168
-0.0533408
-0.0442378
-0.00163928
-0.0409131
-0.0286285
0.0123055
-0.0123887
-0.00156475
0.0170203
0.0350576
0.386017
0.220087
0.11663
0.0931292
0.0614254
0.0336928
0.00618084
-0.00858884
-0.0416596
-0.0563348
-0.0903806
-0.0504218
-0.0490108
-0.0726584
-0.05525
-0.0461627
-0.00288309
-0.0422896
-0.0296911
0.0117311
-0.0127022
-0.00180321
0.0169888
0.0351773
0.392812
0.233394
0.122519
0.0925713
0.0588997
0.0304855
0.00287395
-0.0120671
-0.0449017
-0.0595182
-0.0934076
-0.0531492
-0.0513254
-0.0750679
-0.0571389
-0.0480782
-0.00412979
-0.0436509
-0.030748
0.0111502
-0.0130099
-0.00204377
0.0169514
0.0352895
0.397596
0.244842
0.128411
0.092411
0.0567483
0.0275447
-0.000335576
-0.0155029
-0.0480852
-0.0626595
-0.0963986
-0.0558711
-0.0536291
-0.0774823
-0.0590184
-0.0499948
-0.00537649
-0.0450097
-0.0318016
0.0105664
-0.0133114
-0.00228244
0.0169167
0.0354046
0.400269
0.254322
0.134143
0.0925545
0.054837
0.0247496
-0.00335925
-0.0188119
-0.051153
-0.0657245
-0.0992818
-0.0585541
-0.0559113
-0.0798632
-0.0608774
-0.0519013
-0.00662579
-0.0463531
-0.0328493
0.00997603
-0.0136071
-0.00252318
0.0168761
0.0355121
0.400671
0.261931
0.139707
0.0930399
0.0532877
0.0222263
-0.00627781
-0.0220746
-0.054159
-0.0687457
-0.102128
-0.0612312
-0.0581827
-0.0822491
-0.0627268
-0.053809
-0.00787493
-0.0476941
-0.0338939
0.00938247
-0.0138965
-0.00276212
0.0168382
0.0356223
0.398163
0.267572
0.144991
0.0937804
0.051979
0.0198555
-0.00900909
-0.0252034
-0.05705
-0.07169
-0.104867
-0.063869
-0.0604328
-0.0845996
-0.0645553
-0.0557056
-0.00912639
-0.0490193
-0.0349325
0.00878216
-0.0141801
-0.0030031
0.0167941
0.0357249
0.39218
0.271302
0.149977
0.0948111
0.0510096
0.0177566
-0.0116285
-0.0282815
-0.0598766
-0.0745892
-0.107567
-0.0665005
-0.0626723
-0.0869551
-0.0663739
-0.0576032
-0.0103775
-0.0503422
-0.0359683
0.00817848
-0.0144574
-0.0032424
0.0167525
0.0358301
0.382069
0.273128
0.154604
0.0960506
0.0502773
0.0158148
-0.0140581
-0.0312187
-0.0625897
-0.0774109
-0.110161
-0.0690919
-0.064891
-0.0892735
-0.0681714
-0.0594889
-0.0116305
-0.0516491
-0.0369978
0.0075679
-0.0147289
-0.00348367
0.0167047
0.0359276
0.368816
0.273426
0.158876
0.0975276
0.0498643
0.014145
-0.0163691
-0.0341009
-0.0652364
-0.0801862
-0.112716
-0.0716766
-0.0670993
-0.0915965
-0.0699586
-0.0613753
-0.0128829
-0.0529536
-0.0380247
0.00695376
-0.014994
-0.00372334
0.0166592
0.0360277
0.354449
0.272651
0.162845
0.0991797
0.0496832
0.0126357
-0.0184906
-0.0368351
-0.0677706
-0.0828833
-0.115165
-0.0742203
-0.0692867
-0.0938803
-0.0717244
-0.0632485
-0.0141371
-0.0542418
-0.0390452
0.00633263
-0.0152533
-0.00396495
0.0166073
0.0361198
0.340839
0.271305
0.16656
0.101041
0.0497921
0.0113935
-0.0204883
-0.0395099
-0.0702367
-0.0855331
-0.117575
-0.0767567
-0.0714643
-0.0961682
-0.0734796
-0.0651221
-0.0153903
-0.0555278
-0.0400634
0.00570774
-0.0155061
-0.00420505
0.0165577
0.0362146
0.328622
0.269749
0.170126
0.103066
0.050127
0.0103128
-0.0222957
-0.0420308
-0.0725917
-0.0881037
-0.119879
-0.0792508
-0.073621
-0.0984148
-0.0752131
-0.0669813
-0.0166449
-0.0567973
-0.0410749
0.00507576
-0.0157532
-0.00444699
0.0165015
0.0363012
0.31829
0.268264
0.173565
0.105284
0.0507289
0.00949481
-0.0239746
-0.0444884
-0.0748773
-0.0906262
-0.122145
-0.0817371
-0.0757686
-0.100665
-0.0769356
-0.0688403
-0.0178982
-0.0580644
-0.0420843
0.00443987
-0.0159938
-0.00468748
0.0164474
0.0363903
0.309755
0.267024
0.176992
0.107662
0.0515523
0.00883792
-0.0254665
-0.046786
-0.0770528
-0.0930683
-0.124307
-0.0841797
-0.0778948
-0.102871
-0.0786362
-0.0706835
-0.0191528
-0.0593149
-0.0430868
0.00379682
-0.0162287
-0.00492975
0.0163866
0.0364712
0.303117
0.26614
0.180386
0.110224
0.0526123
0.00843306
-0.0268269
-0.0490159
-0.0791582
-0.0954615
-0.12643
-0.0866136
-0.0800126
-0.10508
-0.0803252
-0.0725257
-0.0204057
-0.0605632
-0.0440876
0.0031497
-0.016457
-0.00517065
0.0163278
0.0365546
0.298112
0.265682
0.183851
0.112943
0.0538875
0.00818667
-0.0280022
-0.0510817
-0.0811549
-0.0977731
-0.12845
-0.089002
-0.082109
-0.107242
-0.0819924
-0.0743508
-0.0216596
-0.0617944
-0.0450811
0.00249539
-0.0166798
-0.0054132
0.0162621
0.0366295
0.294744
0.265675
0.187328
0.115827
0.055374
0.00818256
-0.0290434
-0.0530759
-0.0830813
-0.100035
-0.130432
-0.0913807
-0.0841978
-0.109406
-0.0836474
-0.0761741
-0.0229114
-0.0630235
-0.046073
0.00183687
-0.0168958
-0.00565443
0.0161983
0.0367068
0.292727
0.266142
0.190918
0.118856
0.0570674
0.00833306
-0.0299053
-0.0549015
-0.0848999
-0.102214
-0.132313
-0.0937118
-0.0862642
-0.111522
-0.0852805
-0.0779786
-0.0241642
-0.0642354
-0.0470574
0.00117116
-0.0171065
-0.00589722
0.0161276
0.0367755
0.29205
0.267063
0.194534
0.122031
0.0589371
0.0087101
-0.0306325
-0.0566522
-0.0866479
-0.104343
-0.134157
-0.0960319
-0.088324
-0.113636
-0.0869009
-0.0797804
-0.0254144
-0.0654453
-0.0480406
0.000501126
-0.0173103
-0.00613877
0.0160585
0.0368466
0.292444
0.268445
0.198279
0.125335
0.0610019
0.00923528
-0.0311851
-0.0582328
-0.0882892
-0.106387
-0.135901
-0.098302
-0.0903607
-0.1157
-0.0884995
-0.0815617
-0.0266655
-0.0666377
-0.0490157
-0.000176101
-0.0175089
-0.00638171
0.0159824
0.0369089
0.293903
0.270247
0.202046
0.128754
0.0632122
0.00997216
-0.0316034
-0.0597358
-0.0898604
-0.108381
-0.137609
-0.10056
-0.0923918
-0.117762
-0.0900848
-0.0833392
-0.0279135
-0.0678282
-0.0499898
-0.000857739
-0.0177007
-0.00662344
0.0159079
0.0369734
0.296183
0.272465
0.205941
0.132279
0.0656039
0.0108487
-0.0318561
-0.0610671
-0.0913254
-0.110288
-0.13922
-0.102765
-0.0943982
-0.11977
-0.0916485
-0.0850944
-0.0291625
-0.069001
-0.0509556
-0.00154654
-0.0178873
-0.00686645
0.0158262
0.037029
0.299288
0.275045
0.209845
0.135891
0.068102
0.0119151
-0.031977
-0.0623184
-0.0927209
-0.112144
-0.140796
-0.104955
-0.0963999
-0.121773
-0.0931984
-0.0868446
-0.030408
-0.0701722
-0.0519205
-0.00223983
-0.018067
-0.0071083
0.0157459
0.0370868
0.302996
0.277979
0.213866
0.139586
0.0707647
0.0131101
-0.0319402
-0.0633994
-0.0940114
-0.113913
-0.142276
-0.107091
-0.0983758
-0.12372
-0.0947269
-0.0885709
-0.0316545
-0.0713253
-0.0528766
-0.00294021
-0.0182418
-0.00735124
0.0156585
0.0371354
0.307322
0.281205
0.217876
0.143332
0.0734993
0.0144747
-0.0317752
-0.0643992
-0.0952335
-0.115629
-0.143723
-0.109209
-0.100348
-0.12566
-0.0962412
-0.0902907
-0.0328971
-0.0724769
-0.053832
-0.00364513
-0.0184095
-0.00759305
0.0155723
0.0371862
0.312066
0.284714
0.221983
0.147134
0.0763793
0.0159557
-0.0314646
-0.0652299
-0.0963514
-0.117257
-0.145077
-0.111269
-0.102292
-0.127542
-0.0977344
-0.0919848
-0.034141
-0.0736103
-0.0547782
-0.00435704
-0.0185726
-0.00783582
0.0154789
0.0372276
0.317247
0.288435
0.226055
0.150957
0.0792907
0.0175803
-0.0310313
-0.0659788
-0.0974019
-0.118832
-0.1464
-0.11331
-0.104233
-0.129414
-0.0992129
-0.0936711
-0.0353805
-0.0747423
-0.0557239
-0.00507353
-0.0187286
-0.00807749
0.0153866
0.0372711
0.322688
0.292361
0.230196
0.154806
0.0823261
0.0193067
-0.0304634
-0.0665642
-0.0983494
-0.120317
-0.147632
-0.115289
-0.106145
-0.131225
-0.100671
-0.0953299
-0.0366213
-0.0758558
-0.0566597
-0.00579693
-0.0188801
-0.00831991
0.0152869
0.037305
0.328412
0.296418
0.234272
0.158641
0.0853572
0.0211526
-0.0297793
-0.0670686
-0.0992309
-0.121749
-0.148835
-0.117247
-0.108054
-0.133024
-0.102113
-0.0969793
-0.0378575
-0.0769681
-0.0575952
-0.00652492
-0.0190246
-0.00856124
0.0151883
0.0373408
0.334257
0.300598
0.238383
0.162473
0.0884897
0.0230844
-0.0289757
-0.0674143
-0.10001
-0.12309
-0.14995
-0.119139
-0.10993
-0.134759
-0.103536
-0.0985996
-0.0390954
-0.0780617
-0.0585201
-0.00725975
-0.0191648
-0.00880315
0.0150823
0.037367
0.340248
0.304826
0.242394
0.166258
0.0915787
0.0251057
-0.0280644
-0.0676804
-0.100725
-0.124378
-0.151038
-0.121006
-0.111805
-0.136478
-0.104943
-0.100209
-0.0403282
-0.0791544
-0.0594447
-0.00799922
-0.0192979
-0.00904401
0.0149773
0.037395
0.346241
0.309094
0.2464
0.170008
0.0947448
0.027195
-0.0270474
-0.067797
-0.10134
-0.125574
-0.152041
-0.122805
-0.113643
-0.138132
-0.10633
-0.101787
-0.0415631
-0.080228
-0.060358
-0.00874541
-0.019427
-0.00928521
0.0148648
0.0374131
0.352257
0.313328
0.250268
0.173677
0.0978324
0.0293473
-0.0259318
-0.0678367
-0.101893
-0.126717
-0.153019
-0.124575
-0.115481
-0.139768
-0.107701
-0.103354
-0.0427925
-0.081301
-0.0612709
-0.00949629
-0.019549
-0.00952537
0.0147531
0.037433
0.358168
0.317519
0.254086
0.177277
0.100972
0.03155
-0.0247295
-0.067735
-0.102348
-0.127767
-0.153914
-0.126273
-0.117278
-0.141337
-0.109053
-0.104887
-0.0440245
-0.0823547
-0.0621717
-0.0102538
-0.0196672
-0.00976569
0.014634
0.0374427
0.36399
0.321596
0.257722
0.180762
0.103996
0.0337833
-0.0234395
-0.0675603
-0.102743
-0.128766
-0.154788
-0.12794
-0.119075
-0.142883
-0.110389
-0.106407
-0.0452507
-0.083408
-0.063072
-0.0110161
-0.0197783
-0.010005
0.0145156
0.0374542
0.369608
0.32555
0.261259
0.184145
0.107046
0.0360491
-0.0220806
-0.0672574
-0.103042
-0.129671
-0.155582
-0.129531
-0.120827
-0.144361
-0.111706
-0.107892
-0.0464797
-0.0844417
-0.0639591
-0.0117849
-0.019886
-0.0102442
0.0143897
0.0374553
0.375031
0.329309
0.264572
0.187378
0.109948
0.0383174
-0.0206461
-0.0668867
-0.103284
-0.130525
-0.156357
-0.131086
-0.122579
-0.145815
-0.113007
-0.109363
-0.0477027
-0.0854752
-0.0648454
-0.0125585
-0.0199866
-0.0104823
0.0142645
0.037458
0.380155
0.332864
0.267733
0.190471
0.112849
0.0406014
-0.0191657
-0.0663996
-0.103433
-0.131287
-0.157055
-0.132562
-0.124282
-0.147198
-0.114288
-0.110798
-0.048929
-0.0864888
-0.0657175
-0.0133386
-0.0200841
-0.0107202
0.0141318
0.0374501
0.384981
0.336149
0.270624
0.193383
0.115572
0.0428551
-0.0176233
-0.0658506
-0.103528
-0.131999
-0.157737
-0.133999
-0.125984
-0.148554
-0.115554
-0.112216
-0.0501491
-0.0875025
-0.0665884
-0.0141238
-0.0201745
-0.0109571
0.0139997
0.0374438
0.389414
0.33915
0.273307
0.196117
0.118265
0.045108
-0.016056
-0.0652015
-0.103535
-0.132618
-0.158345
-0.135354
-0.127632
-0.149839
-0.1168
-0.113598
-0.0513727
-0.0884959
-0.067444
-0.0149153
-0.0202622
-0.0111934
0.0138601
0.0374267
0.393445
0.341804
0.275677
0.198637
0.120753
0.0473028
-0.0144403
-0.0644976
-0.103491
-0.133189
-0.158939
-0.136666
-0.129279
-0.151094
-0.118031
-0.114961
-0.0525897
-0.0894896
-0.0682977
-0.0157119
-0.0203428
-0.0114286
0.0137211
0.0374111
0.396985
0.344096
0.277785
0.200945
0.123184
0.0494821
-0.0128248
-0.0637082
-0.103363
-0.13367
-0.15946
-0.137892
-0.130866
-0.152278
-0.119242
-0.116287
-0.0538108
-0.0904627
-0.0691349
-0.0165148
-0.020421
-0.0116632
0.0135746
0.0373845
0.400014
0.345968
0.279536
0.203008
0.125385
0.051571
-0.0111754
-0.0628718
-0.103188
-0.134103
-0.159972
-0.139071
-0.132452
-0.153429
-0.120438
-0.117594
-0.055025
-0.0914362
-0.0699696
-0.0173231
-0.0204923
-0.0118966
0.0134286
0.0373592
0.402448
0.347401
0.280971
0.204824
0.127505
0.0536303
-0.00954843
-0.061969
-0.102936
-0.134449
-0.160413
-0.140162
-0.133972
-0.154509
-0.121613
-0.118862
-0.0562433
-0.0923886
-0.0707865
-0.0181374
-0.0205616
-0.0121291
0.0132752
0.0373227
0.404255
0.348343
0.282014
0.206368
0.129373
0.0555724
-0.00790204
-0.061028
-0.102641
-0.134749
-0.160849
-0.1412
-0.135488
-0.155554
-0.122773
-0.120109
-0.0574546
-0.0933415
-0.0716
-0.0189574
-0.020624
-0.0123604
0.0131223
0.0372875
0.405355
0.348773
0.282692
0.207636
0.131136
0.0574731
-0.00630347
-0.0600373
-0.102275
-0.134965
-0.161215
-0.142148
-0.136934
-0.156529
-0.123913
-0.121317
-0.0586702
-0.0942727
-0.0723944
-0.0197832
-0.0206851
-0.0125906
0.012962
0.0372409
0.405706
0.34865
0.282947
0.208611
0.13263
0.0592273
-0.00470017
-0.0590171
-0.10187
-0.135138
-0.161579
-0.143039
-0.138376
-0.157467
-0.125036
-0.122505
-0.0598785
-0.0952045
-0.0731845
-0.020615
-0.0207392
-0.0128197
0.0128021
0.0371954
0.405248
0.347953
0.282796
0.209286
0.134
0.0609291
-0.00316599
-0.0579674
-0.101401
-0.135228
-0.161874
-0.143839
-0.139741
-0.158335
-0.126139
-0.123651
-0.0610911
-0.0961139
-0.0739541
-0.0214522
-0.0207926
-0.0130473
0.0126351
0.0371384
0.403983
0.346672
0.282214
0.209654
0.135087
0.062461
-0.0016411
-0.0568976
-0.1009
-0.135278
-0.162167
-0.144577
-0.141099
-0.159165
-0.127226
-0.124777
-0.0622961
-0.0970237
-0.0747183
-0.0222956
-0.0208394
-0.0132738
0.0124683
0.0370824
0.401988
0.344852
0.281228
0.209716
0.136036
0.0639319
-0.000207133
-0.0558152
-0.100343
-0.13525
-0.16239
-0.145226
-0.142376
-0.159927
-0.128291
-0.125861
-0.0635053
-0.0979104
-0.0754608
-0.0231441
-0.0208858
-0.0134985
0.0122946
0.0370146
0.399388
0.342564
0.279858
0.20948
0.136698
0.0652094
0.00120417
-0.0547221
-0.0997574
-0.135183
-0.162609
-0.145811
-0.143644
-0.160649
-0.12934
-0.126923
-0.0647065
-0.0987974
-0.0761969
-0.0239991
-0.0209259
-0.0137222
0.0121211
0.0369478
0.396295
0.339866
0.278134
0.208954
0.137218
0.066419
0.00250729
-0.0536365
-0.0991261
-0.135043
-0.162756
-0.14631
-0.144827
-0.161305
-0.130366
-0.127943
-0.0659117
-0.0996604
-0.0769099
-0.0248586
-0.0209664
-0.0139439
0.0119406
0.0368691
0.392767
0.336811
0.276093
0.208153
0.137454
0.0674188
0.00377562
-0.0525493
-0.0984718
-0.134867
-0.162895
-0.146745
-0.145998
-0.16192
-0.131375
-0.128941
-0.0671086
-0.100523
-0.0776153
-0.0257248
-0.0210008
-0.0141645
0.0117605
0.0367912
0.388868
0.333422
0.273738
0.207088
0.13755
0.068347
0.00491989
-0.0514859
-0.0977802
-0.134622
-0.162958
-0.147099
-0.14708
-0.162472
-0.132361
-0.129897
-0.068309
-0.101361
-0.0782965
-0.0265949
-0.0210363
-0.0143829
0.0115736
0.0367012
0.384606
0.329734
0.271112
0.205769
0.137369
0.0690493
0.00601848
-0.0504294
-0.0970707
-0.134343
-0.163005
-0.147389
-0.148149
-0.162982
-0.13333
-0.13083
-0.0695008
-0.102199
-0.0789687
-0.0274719
-0.021066
-0.0146001
0.011387
0.0366119
0.380036
0.32574
0.268191
0.204205
0.13705
0.0696766
0.00698086
-0.0494148
-0.0963354
-0.134
-0.162975
-0.147608
-0.149124
-0.163431
-0.134272
-0.131721
-0.0706955
-0.10301
-0.0796158
-0.028352
-0.0210976
-0.0148149
0.0111938
0.0365104
0.375132
0.321474
0.265022
0.202402
0.136459
0.0700671
0.00788774
-0.0484151
-0.0955878
-0.133624
-0.162921
-0.147764
-0.150085
-0.163838
-0.135198
-0.132589
-0.071881
-0.10382
-0.0802526
-0.029239
-0.0211238
-0.0150286
0.011001
0.0364095
0.369959
0.316914
0.261563
0.200363
0.135733
0.0703804
0.00864829
-0.0474715
-0.0948237
-0.13319
-0.162785
-0.147858
-0.150949
-0.164188
-0.136096
-0.133415
-0.0730687
-0.104603
-0.0808633
-0.0301284
-0.0211528
-0.0152396
0.0108016
0.0362963
0.364465
0.312097
0.257877
0.198095
0.134738
0.0704445
0.00934398
-0.0465506
-0.0940521
-0.132727
-0.162614
-0.147894
-0.151798
-0.164496
-0.136977
-0.134217
-0.0742467
-0.105384
-0.0814625
-0.0310247
-0.0211768
-0.0154495
0.0106027
0.0361835
0.358731
0.306995
0.253908
0.195588
0.133604
0.0704283
0.00988535
-0.0457014
-0.0932761
-0.132209
-0.16236
-0.147878
-0.152548
-0.164749
-0.137827
-0.134977
-0.0754258
-0.106137
-0.0820348
-0.0319222
-0.0212044
-0.0156565
0.0103975
0.0360583
0.352684
0.301654
0.249724
0.19286
0.132201
0.0701543
0.0103523
-0.0448822
-0.0924978
-0.131664
-0.162061
-0.14781
-0.15328
-0.164961
-0.138661
-0.135714
-0.0765949
-0.106886
-0.0825944
-0.0328264
-0.0212274
-0.0158623
0.0101927
0.0359335
0.346424
0.296037
0.245266
0.189886
0.130657
0.0697986
0.0106589
-0.0441466
-0.0917245
-0.131071
-0.161678
-0.147702
-0.153914
-0.165122
-0.139462
-0.136409
-0.0777636
-0.107606
-0.0831265
-0.0337308
-0.021255
-0.016065
0.00998189
0.035796
0.339856
0.290197
0.240603
0.186704
0.128846
0.0691764
0.0108827
-0.0434476
-0.0909537
-0.130454
-0.161238
-0.147548
-0.154528
-0.165243
-0.140245
-0.13708
-0.0789217
-0.108323
-0.0836448
-0.0346417
-0.0212786
-0.0162666
0.00977154
0.0356589
0.333092
0.284092
0.235683
0.183265
0.126891
0.0684717
0.0109417
-0.0428446
-0.0902002
-0.129793
-0.160719
-0.147364
-0.155044
-0.165315
-0.140993
-0.137709
-0.080078
-0.109007
-0.0841352
-0.0355512
-0.0213077
-0.0164648
0.00955539
0.0355091
0.326024
0.277779
0.230567
0.179632
0.12467
0.0674956
0.0109111
-0.0422842
-0.0894542
-0.129111
-0.160136
-0.147141
-0.155539
-0.165349
-0.141722
-0.138315
-0.0812231
-0.109688
-0.0846109
-0.0364668
-0.0213334
-0.016662
0.00933978
0.0353596
0.318783
0.271218
0.225214
0.175733
0.122303
0.0664396
0.010714
-0.0418286
-0.0887347
-0.128393
-0.159477
-0.146896
-0.155937
-0.165337
-0.142415
-0.138879
-0.0823645
-0.110335
-0.0850583
-0.0373796
-0.0213655
-0.0168556
0.0091186
0.0351973
0.311274
0.264476
0.219684
0.171655
0.119688
0.0651103
0.0104231
-0.0414205
-0.0880269
-0.127657
-0.15875
-0.146619
-0.156313
-0.165288
-0.143088
-0.13942
-0.0834938
-0.110976
-0.0854902
-0.0382979
-0.0213948
-0.0170481
0.00889804
0.0350352
0.303662
0.257547
0.213948
0.167321
0.11692
0.0637046
0.00996589
-0.0411259
-0.0873574
-0.126892
-0.157957
-0.146328
-0.156593
-0.165197
-0.143722
-0.139919
-0.0846176
-0.111583
-0.0858941
-0.0392116
-0.0214314
-0.0172369
0.00867219
0.0348602
0.295884
0.250508
0.208069
0.162838
0.113918
0.0620283
0.00941274
-0.0408826
-0.0867036
-0.126112
-0.157094
-0.146009
-0.15685
-0.165071
-0.144336
-0.140395
-0.0857283
-0.112183
-0.0862817
-0.0401299
-0.0214659
-0.0174246
0.00844705
0.0346853
0.288084
0.243348
0.202027
0.15812
0.110758
0.060279
0.00869503
-0.0407576
-0.0860966
-0.125313
-0.156177
-0.14568
-0.157016
-0.164905
-0.144908
-0.14083
-0.086831
-0.112747
-0.0866414
-0.041042
-0.0215086
-0.0176083
0.00821687
0.0344976
0.280175
0.236118
0.195868
0.153277
0.107391
0.0582674
0.00788291
-0.0406862
-0.0855086
-0.124503
-0.155191
-0.145327
-0.157157
-0.164706
-0.145459
-0.141242
-0.0879195
-0.113302
-0.0869843
-0.0419577
-0.0215499
-0.0177911
0.00798751
0.0343099
0.272258
0.228797
0.189567
0.148227
0.103859
0.0561869
0.00690993
-0.0407376
-0.0849781
-0.123681
-0.154166
-0.144969
-0.15721
-0.16447
-0.145967
-0.141614
-0.0889976
-0.11382
-0.0872999
-0.0428651
-0.0216003
-0.0179697
0.00775339
0.0341093
0.264247
0.221408
0.183166
0.143064
0.100147
0.0538552
0.00584618
-0.0408431
-0.0844696
-0.122853
-0.153077
-0.14459
-0.157238
-0.164203
-0.146453
-0.141964
-0.0900604
-0.114327
-0.0875984
-0.043775
-0.02165
-0.0181474
0.00752022
0.0339087
0.256214
0.21393
0.176628
0.137721
0.09627
0.0514597
0.00462606
-0.0410732
-0.084026
-0.122023
-0.151963
-0.144206
-0.157182
-0.163901
-0.146893
-0.142273
-0.0911096
-0.114797
-0.0878702
-0.0446746
-0.0217095
-0.0183207
0.00728258
0.0336953
0.248079
0.206379
0.169993
0.132274
0.0922426
0.0488304
0.00332198
-0.0413564
-0.0836063
-0.121193
-0.150791
-0.143803
-0.157101
-0.16357
-0.147311
-0.142561
-0.0921421
-0.115254
-0.0881248
-0.0455754
-0.021769
-0.0184932
0.00704601
0.0334818
0.239903
0.198728
0.16322
0.126674
0.0880514
0.0461476
0.00186671
-0.0417663
-0.083261
-0.12037
-0.149611
-0.143397
-0.156941
-0.163208
-0.147682
-0.142809
-0.0931579
-0.115671
-0.0883534
-0.0464636
-0.021839
-0.0186611
0.00680528
0.0332555
0.231605
0.190986
0.156356
0.120977
0.0837418
0.0432476
0.000335854
-0.0422275
-0.0829415
-0.119551
-0.148381
-0.142974
-0.156756
-0.162817
-0.148029
-0.143036
-0.0941552
-0.116075
-0.088565
-0.0473517
-0.0219097
-0.0188282
0.00656577
0.0330291
0.223243
0.183134
0.149359
0.115151
0.0792777
0.0403041
-0.00134213
-0.0428156
-0.0827026
-0.118751
-0.147159
-0.142548
-0.156498
-0.162397
-0.148328
-0.143226
-0.0951322
-0.116438
-0.0887514
-0.0482249
-0.0219915
-0.0189907
0.00632239
0.03279
0.214745
0.175185
0.142274
0.109242
0.0747123
0.0371686
-0.0030862
-0.0434522
-0.0824902
-0.11796
-0.145895
-0.142105
-0.156215
-0.161952
-0.148603
-0.143395
-0.0960889
-0.116786
-0.0889211
-0.0490965
-0.0220746
-0.0191523
0.00608038
0.0325508
0.206188
0.167134
0.135085
0.103225
0.0700109
0.0339933
-0.00497314
-0.0442174
-0.0823668
-0.117196
-0.144656
-0.141661
-0.155864
-0.161479
-0.14883
-0.143527
-0.0970217
-0.117093
-0.0890667
-0.0499508
-0.0221694
-0.0193093
0.00583482
0.0322989
0.197531
0.159013
0.127836
0.0971363
0.0652275
0.0306383
-0.00692044
-0.0450278
-0.0822703
-0.116448
-0.143384
-0.141201
-0.155489
-0.160982
-0.149031
-0.14364
-0.097932
-0.117382
-0.089196
-0.0508019
-0.022266
-0.0194654
0.00559081
0.032047
0.188858
0.150855
0.120531
0.0909744
0.0603327
0.0272416
-0.00900915
-0.0459669
-0.0822677
-0.115738
-0.142149
-0.14074
-0.155055
-0.160461
-0.149183
-0.143718
-0.0988145
-0.117629
-0.0893022
-0.0516335
-0.0223747
-0.0196167
0.00534357
0.0317825
0.18017
0.142682
0.113203
0.0847592
0.0553685
0.0236816
-0.0111538
-0.0469471
-0.0822911
-0.115047
-0.140891
-0.140265
-0.154597
-0.159917
-0.14931
-0.143777
-0.0996721
-0.117858
-0.0893927
-0.0524602
-0.0224855
-0.0197672
0.00509803
0.0315179
0.171499
0.134526
0.105872
0.0785046
0.0503256
0.0200777
-0.0134365
-0.0480567
-0.0824153
-0.114403
-0.139685
-0.139789
-0.154087
-0.15935
-0.149388
-0.143802
-0.100498
-0.118043
-0.0894612
-0.0532651
-0.0226089
-0.0199128
0.0048496
0.031241
0.16286
0.126392
0.0985362
0.0722159
0.0452184
0.0163288
-0.0157726
-0.0492026
-0.0825642
-0.113783
-0.138464
-0.139301
-0.153554
-0.158762
-0.14944
-0.143811
-0.101296
-0.118209
-0.0895147
-0.0540634
-0.0227347
-0.0200577
0.00460308
0.030964
0.154237
0.118298
0.091228
0.0659151
0.0400658
0.0125375
-0.0182422
-0.0504769
-0.0828174
-0.113218
-0.137305
-0.138814
-0.152978
-0.158154
-0.149444
-0.143787
-0.102058
-0.118331
-0.0895471
-0.0548377
-0.0228731
-0.0201975
0.00435398
0.0306748
0.145675
0.11023
0.0839243
0.0595832
0.0348584
0.00861865
-0.0207609
-0.0517828
-0.0830926
-0.112681
-0.136139
-0.138317
-0.15238
-0.157526
-0.149422
-0.143748
-0.10279
-0.118432
-0.0895652
-0.0556036
-0.0230142
-0.0203366
0.00410697
0.0303856
0.13711
0.102212
0.0766613
0.0532624
0.0296347
0.00466594
-0.0234044
-0.0532162
-0.0834771
-0.112207
-0.135047
-0.137824
-0.151746
-0.156881
-0.149353
-0.143679
-0.103482
-0.118489
-0.0895633
-0.0563435
-0.0231679
-0.0204706
0.00385773
0.0300845
0.128638
0.094233
0.0694073
0.0469195
0.0243641
0.000610308
-0.0260908
-0.0546761
-0.0838812
-0.111763
-0.133954
-0.137323
-0.151092
-0.156217
-0.149258
-0.143596
-0.10414
-0.118524
-0.0895479
-0.0570733
-0.0233245
-0.020604
0.00361079
0.0297834
0.120172
0.0863188
0.0622113
0.0406124
0.0191043
-0.00346289
-0.0288907
-0.0562612
-0.084397
-0.11139
-0.132943
-0.136828
-0.150411
-0.155537
-0.149118
-0.143485
-0.104754
-0.118515
-0.0895135
-0.057775
-0.0234935
-0.020732
0.00336195
0.0294707
0.111833
0.0784597
0.0550364
0.0342968
0.0138078
-0.00761705
-0.0317227
-0.0578674
-0.0849304
-0.111049
-0.131936
-0.136327
-0.149713
-0.154842
-0.148952
-0.143362
-0.105331
-0.118482
-0.0894662
-0.058465
-0.0236653
-0.0208595
0.00311562
0.029158
0.103495
0.0706714
0.047932
0.0280377
0.0085442
-0.0117707
-0.0346546
-0.0595953
-0.0855799
-0.110784
-0.13102
-0.135837
-0.148997
-0.154132
-0.148743
-0.143211
-0.105861
-0.118406
-0.0894006
-0.0591251
-0.0238494
-0.0209816
0.00286773
0.028834
0.0952956
0.0629452
0.0408595
0.0217823
0.00325362
-0.0159843
-0.0376078
-0.0613386
-0.0862455
-0.110553
-0.130112
-0.135345
-0.148264
-0.153408
-0.14851
-0.143052
-0.106351
-0.118305
-0.0893229
-0.0597718
-0.024036
-0.0211032
0.00262257
0.0285102
0.0871018
0.0552972
0.0338696
0.0155986
-0.00198573
-0.0201811
-0.0406477
-0.0631998
-0.0870286
-0.110407
-0.129301
-0.134867
-0.147523
-0.152673
-0.148235
-0.142867
-0.10679
-0.118161
-0.0892275
-0.0603869
-0.0242344
-0.0212193
0.00237619
0.0281753
0.079067
0.0477263
0.0269257
0.00943099
-0.00724211
-0.0244244
-0.043697
-0.0650709
-0.0878258
-0.110293
-0.128501
-0.134388
-0.146768
-0.151926
-0.147937
-0.142677
-0.107185
-0.117992
-0.0891206
-0.0609871
-0.0244352
-0.0213348
0.00213276
0.0278407
0.0710456
0.0402442
0.0200745
0.00334748
-0.0124349
-0.0286386
-0.0468209
-0.0670548
-0.0887418
-0.110267
-0.127804
-0.13393
-0.146012
-0.15117
-0.1476
-0.142462
-0.107526
-0.11778
-0.0889964
-0.0615542
-0.0246472
-0.0214447
0.00188845
0.0274956
0.0632001
0.0328541
0.0132845
-0.00270754
-0.0176352
-0.0328857
-0.0499454
-0.069043
-0.0896692
-0.110274
-0.127119
-0.133474
-0.145244
-0.150403
-0.147241
-0.142244
-0.10782
-0.117543
-0.0888613
-0.0621049
-0.0248611
-0.0215541
0.00164733
0.0271507
0.0553832
0.0255659
0.00660009
-0.00866831
-0.022761
-0.0370944
-0.0531336
-0.071138
-0.0907132
-0.110375
-0.12654
-0.133042
-0.144486
-0.149632
-0.146846
-0.142003
-0.108058
-0.117264
-0.0887091
-0.0626212
-0.0250855
-0.0216578
0.00140565
0.0267957
0.0477638
0.0183905
-5.75448e-06
-0.0145864
-0.0278838
-0.0413276
-0.0563134
-0.0732313
-0.0917649
-0.110505
-0.125974
-0.132614
-0.143718
-0.148851
-0.14643
-0.14176
-0.108247
-0.11696
-0.0885463
-0.0631199
-0.0253112
-0.0217609
0.00116741
0.0264412
0.0401785
0.0113319
-0.00649238
-0.0203992
-0.0329247
-0.0455152
-0.0595466
-0.075423
-0.0929311
-0.110728
-0.125518
-0.132217
-0.142968
-0.148068
-0.145982
-0.141494
-0.108381
-0.116615
-0.0883665
-0.0635829
-0.0255467
-0.0218582
0.000928941
0.026077
0.032814
0.00440589
-0.012882
-0.0261555
-0.037953
-0.0497162
-0.0627647
-0.077606
-0.0940992
-0.110979
-0.125073
-0.131827
-0.142208
-0.147277
-0.145516
-0.141226
-0.108465
-0.116245
-0.0881763
-0.0640271
-0.0257829
-0.0219549
0.000694165
0.0257134
0.0254835
-0.00239009
-0.0191382
-0.0317988
-0.0428929
-0.0538663
-0.0660257
-0.0798792
-0.0953764
-0.111327
-0.124739
-0.13147
-0.141476
-0.146489
-0.145019
-0.140934
-0.108496
-0.115836
-0.0879686
-0.0644347
-0.0260277
-0.0220457
0.000459476
0.0253406
0.0183992
-0.00903037
-0.0252828
-0.0373768
-0.0478138
-0.0580245
-0.0692641
-0.0821353
-0.0966484
-0.111695
-0.124415
-0.131121
-0.140736
-0.145695
-0.144505
-0.140638
-0.108477
-0.115403
-0.0877506
-0.0648223
-0.0262726
-0.0221357
0.00022874
0.0249685
0.0113606
-0.0155258
-0.0312894
-0.042844
-0.0526485
-0.0621288
-0.072536
-0.0844707
-0.098024
-0.112157
-0.124204
-0.130812
-0.140031
-0.144907
-0.143965
-0.140315
-0.108409
-0.114933
-0.0875147
-0.0651727
-0.026525
-0.0222198
-1.59461e-06
0.0245879
0.00458464
-0.021848
-0.0371804
-0.0482483
-0.0574642
-0.0662342
-0.0757792
-0.0867808
-0.0993843
-0.112635
-0.123999
-0.130513
-0.139318
-0.144114
-0.14341
-0.139984
-0.108294
-0.11444
-0.0872682
-0.0655021
-0.0267767
-0.022303
-0.00022771
0.0242082
-0.00205645
-0.0280367
-0.0429673
-0.0535657
-0.0621993
-0.070282
-0.0790449
-0.0891601
-0.100841
-0.113207
-0.123905
-0.130256
-0.13865
-0.143331
-0.142831
-0.139626
-0.108135
-0.113912
-0.0870032
-0.0657937
-0.0270347
-0.0223801
-0.000453114
0.0238204
-0.0086814
-0.0341274
-0.0486812
-0.0588367
-0.0669151
-0.0743261
-0.0822726
-0.0915045
-0.102272
-0.113784
-0.123814
-0.130008
-0.137975
-0.142545
-0.142237
-0.139254
-0.107934
-0.113364
-0.0867271
-0.0660633
-0.027291
-0.0224561
-0.000674025
0.0234337
-0.0151377
-0.0402574
-0.0543801
-0.0640478
-0.0715507
-0.0783016
-0.085511
-0.0939043
-0.10379
-0.114452
-0.123835
-0.129809
-0.137349
-0.141774
-0.141623
-0.138852
-0.107694
-0.112783
-0.0864317
-0.0662949
-0.0275525
-0.022526
-0.000893927
0.0230397
-0.0218409
-0.0464346
-0.0600604
-0.0692106
-0.0761529
-0.0822587
-0.0886998
-0.0962596
-0.105266
-0.115116
-0.123854
-0.129619
-0.136718
-0.141
-0.140996
-0.13843
-0.107417
-0.112183
-0.0861245
-0.0665039
-0.0278112
-0.0225945
-0.00110905
0.0226469
-0.028502
-0.0526115
-0.0657046
-0.0743062
-0.0806609
-0.0861318
-0.0918854
-0.0986578
-0.106825
-0.11587
-0.123983
-0.12948
-0.136143
-0.140245
-0.140353
-0.137975
-0.107111
-0.111554
-0.0857971
-0.0666746
-0.0280736
-0.0226569
-0.00132287
0.0222474
-0.0350312
-0.0586779
-0.0712694
-0.0793283
-0.0851235
-0.0899811
-0.0950126
-0.101007
-0.108331
-0.116609
-0.124103
-0.129349
-0.135562
-0.139489
-0.139696
-0.137494
-0.106773
-0.110908
-0.0854567
-0.0668218
-0.0283322
-0.0227177
-0.00153162
0.0218495
-0.0414317
-0.0646404
-0.0767337
-0.0842605
-0.0894847
-0.0937394
-0.0981332
-0.103391
-0.10991
-0.117437
-0.124334
-0.129274
-0.135043
-0.138756
-0.139027
-0.136976
-0.106413
-0.110238
-0.0850952
-0.0669311
-0.0285932
-0.0227721
-0.00173879
0.0214454
-0.0476291
-0.0704112
-0.0820655
-0.0890932
-0.0937937
-0.0974729
-0.101198
-0.105729
-0.111437
-0.118242
-0.124549
-0.129207
-0.134517
-0.138022
-0.138345
-0.136427
-0.10603
-0.109552
-0.0847196
-0.0670164
-0.0288492
-0.0228248
-0.00194061
0.0210432
-0.0536826
-0.0760499
-0.0872584
-0.0938107
-0.0979869
-0.101115
-0.104256
-0.108101
-0.11304
-0.119139
-0.124874
-0.129196
-0.134057
-0.137316
-0.137653
-0.13584
-0.105631
-0.108846
-0.0843216
-0.0670639
-0.0291061
-0.0228709
-0.00214057
0.0206356
-0.0595456
-0.0814777
-0.0922939
-0.098405
-0.10212
-0.104733
-0.107266
-0.110439
-0.114608
-0.120007
-0.125177
-0.129191
-0.13359
-0.136608
-0.136948
-0.135217
-0.105215
-0.108128
-0.083908
-0.0670869
-0.0293569
-0.0229148
-0.00233487
0.02023
-0.0652551
-0.0867747
-0.0971729
-0.102869
-0.106131
-0.108264
-0.110273
-0.112811
-0.116247
-0.120971
-0.125591
-0.129244
-0.133193
-0.135932
-0.136237
-0.134556
-0.10479
-0.107393
-0.0834716
-0.0670728
-0.0296068
-0.0229522
-0.00252706
0.0198198
-0.0707956
-0.0918442
-0.101878
-0.107198
-0.11008
-0.11177
-0.113244
-0.115157
-0.117867
-0.121904
-0.125974
-0.1293
-0.132786
-0.135254
-0.135515
-0.133855
-0.104354
-0.106648
-0.083018
-0.0670339
-0.0298495
-0.0229871
-0.00271329
0.019412
-0.0761641
-0.0967755
-0.106418
-0.111397
-0.11391
-0.115202
-0.116207
-0.117537
-0.119552
-0.122932
-0.126468
-0.129414
-0.132451
-0.134612
-0.134789
-0.133119
-0.103913
-0.105891
-0.0825407
-0.0669584
-0.0300898
-0.0230151
-0.00289714
0.0190003
-0.0813389
-0.101461
-0.110783
-0.115466
-0.117691
-0.118608
-0.11914
-0.119893
-0.121235
-0.123923
-0.126922
-0.129525
-0.132103
-0.133967
-0.134052
-0.132343
-0.103465
-0.105127
-0.0820443
-0.066858
-0.0303215
-0.0230403
-0.00307471
0.0185911
-0.0863122
-0.106
-0.11501
-0.119445
-0.121374
-0.121954
-0.12206
-0.122273
-0.122966
-0.125007
-0.127485
-0.129695
-0.131828
-0.13336
-0.133315
-0.131536
-0.103016
-0.104354
-0.0815239
-0.0667222
-0.0305491
-0.0230586
-0.0032497
0.018179
-0.0911102
-0.11032
-0.119106
-0.123337
-0.125032
-0.12527
-0.124944
-0.12462
-0.124701
-0.126052
-0.128
-0.129855
-0.131537
-0.132748
-0.132568
-0.130689
-0.102564
-0.103579
-0.0809823
-0.0665614
-0.0307669
-0.0230735
-0.00341808
0.0177697
-0.0956961
-0.114584
-0.123169
-0.127199
-0.12861
-0.128527
-0.127799
-0.126971
-0.126465
-0.127174
-0.12862
-0.130072
-0.131318
-0.132179
-0.131824
-0.129819
-0.102112
-0.102798
-0.0804166
-0.0663664
-0.0309789
-0.0230812
-0.00358364
0.0173582
-0.100395
-0.118941
-0.127259
-0.131018
-0.132161
-0.131733
-0.130595
-0.129276
-0.128228
-0.128261
-0.129186
-0.130274
-0.131079
-0.131602
-0.131069
-0.128909
-0.10166
-0.102018
-0.0798281
-0.0661466
-0.0311798
-0.0230852
-0.00374227
0.0169498
-0.105361
-0.123456
-0.131396
-0.134816
-0.13561
-0.134851
-0.133335
-0.131566
-0.129997
-0.129416
-0.129851
-0.130531
-0.13091
-0.131068
-0.130323
-0.127985
-0.101208
-0.101237
-0.0792167
-0.0658942
-0.0313732
-0.0230818
-0.0038979
0.0165402
-0.110369
-0.127989
-0.135486
-0.138519
-0.138992
-0.137889
-0.135997
-0.1338
-0.13176
-0.130549
-0.130458
-0.130765
-0.130715
-0.130524
-0.129566
-0.127024
-0.100757
-0.100458
-0.0785818
-0.0656174
-0.0315542
-0.0230742
-0.00404627
0.0161339
-0.115239
-0.132392
-0.139482
-0.14214
-0.142249
-0.140825
-0.138594
-0.136008
-0.133515
-0.131731
-0.131161
-0.13105
-0.130589
-0.130025
-0.128821
-0.126057
-0.100308
-0.0996804
-0.0779258
-0.0653098
-0.0317259
-0.0230591
-0.00419146
0.0157272
-0.119913
-0.136649
-0.143341
-0.145625
-0.145426
-0.143685
-0.141114
-0.138165
-0.135261
-0.132902
-0.131803
-0.131305
-0.130431
-0.129513
-0.128065
-0.125057
-0.0998597
-0.0989065
-0.0772468
-0.0649783
-0.0318836
-0.0230391
-0.00432905
0.0153241
-0.124437
-0.140737
-0.147064
-0.149028
-0.148491
-0.146455
-0.143583
-0.140291
-0.136992
-0.134106
-0.132528
-0.131609
-0.130338
-0.129046
-0.127325
-0.12406
-0.0994125
-0.0981361
-0.0765502
-0.0646186
-0.0320305
-0.0230115
-0.00446335
0.0149215
-0.128804
-0.144692
-0.150677
-0.152301
-0.151486
-0.149162
-0.145984
-0.142375
-0.138706
-0.135309
-0.13319
-0.131873
-0.130207
-0.128561
-0.126575
-0.123035
-0.0989661
-0.0973694
-0.0758325
-0.064236
-0.0321621
-0.0229785
-0.00458974
0.0145229
-0.133051
-0.148516
-0.154163
-0.155501
-0.154389
-0.151793
-0.14834
-0.144427
-0.140396
-0.13652
-0.133925
-0.132183
-0.130138
-0.128124
-0.125843
-0.122022
-0.0985208
-0.0966062
-0.0751013
-0.0638275
-0.0322811
-0.0229375
-0.0047127
0.0141255
-0.13714
-0.152208
-0.157538
-0.158582
-0.157224
-0.154363
-0.150633
-0.146435
-0.142056
-0.13773
-0.134592
-0.132444
-0.130024
-0.127663
-0.125101
-0.120984
-0.0980759
-0.0958459
-0.0743516
-0.063397
-0.0323833
-0.0228907
-0.00482745
0.0137324
-0.141095
-0.155749
-0.160781
-0.161583
-0.159961
-0.156858
-0.15288
-0.148404
-0.143676
-0.13893
-0.135309
-0.132749
-0.12997
-0.12725
-0.124382
-0.119966
-0.097631
-0.0950897
-0.0735938
-0.0629441
-0.0324717
-0.0228358
-0.00493871
0.0133415
-0.144873
-0.15915
-0.163904
-0.164452
-0.16262
-0.159284
-0.155054
-0.150309
-0.14525
-0.140115
-0.13596
-0.132999
-0.129865
-0.126809
-0.123651
-0.118928
-0.0971856
-0.0943348
-0.0728214
-0.0624705
-0.0325417
-0.0227746
-0.00504147
0.0129553
-0.148512
-0.162398
-0.166884
-0.167225
-0.165165
-0.161612
-0.157168
-0.152156
-0.146774
-0.141272
-0.136654
-0.13329
-0.129818
-0.126418
-0.122946
-0.117918
-0.0967403
-0.093583
-0.0720462
-0.0619774
-0.0325964
-0.022705
-0.00514068
0.012572
-0.15198
-0.165501
-0.169735
-0.169849
-0.167609
-0.16386
-0.159179
-0.153913
-0.148229
-0.142397
-0.137286
-0.133522
-0.129714
-0.125993
-0.122229
-0.116891
-0.0962936
-0.0928295
-0.0712611
-0.0614652
-0.0326312
-0.0226285
-0.00523113
0.0121935
-0.155299
-0.16844
-0.172422
-0.17236
-0.16992
-0.165974
-0.161105
-0.155594
-0.149625
-0.143482
-0.137945
-0.133794
-0.129667
-0.125618
-0.121542
-0.115899
-0.0958463
-0.0920787
-0.0704798
-0.0609376
-0.0326496
-0.0225437
-0.00531806
0.011819
-0.15844
-0.17122
-0.174971
-0.174697
-0.172097
-0.167988
-0.162896
-0.157152
-0.150931
-0.144514
-0.138549
-0.134003
-0.129556
-0.125204
-0.120841
-0.114891
-0.0953963
-0.0913224
-0.0696937
-0.060393
-0.0326464
-0.0224513
-0.00539603
0.0114497
-0.161411
-0.173826
-0.177333
-0.176899
-0.174123
-0.169822
-0.164574
-0.158623
-0.152168
-0.145503
-0.139168
-0.134252
-0.129501
-0.124841
-0.120171
-0.113926
-0.0949461
-0.0905678
-0.0689169
-0.0598365
-0.0326257
-0.0223505
-0.00547047
0.011085
-0.164205
-0.176257
-0.179541
-0.178903
-0.175975
-0.171543
-0.166092
-0.159947
-0.153296
-0.146418
-0.139732
-0.134432
-0.129376
-0.124434
-0.119487
-0.112946
-0.0944924
-0.0898038
-0.0681405
-0.0592648
-0.0325821
-0.0222416
-0.00553573
0.0107258
-0.166809
-0.178497
-0.181535
-0.180752
-0.177666
-0.173055
-0.167484
-0.161177
-0.154357
-0.147285
-0.140296
-0.134648
-0.129305
-0.124078
-0.118837
-0.112013
-0.0940379
-0.0890419
-0.067379
-0.0586854
-0.0325204
-0.0221243
-0.00559758
0.0103722
-0.169225
-0.180544
-0.183374
-0.18239
-0.179162
-0.174455
-0.168705
-0.16225
-0.155294
-0.148056
-0.1408
-0.134785
-0.129159
-0.123674
-0.118169
-0.111067
-0.0935787
-0.088267
-0.0666223
-0.058093
-0.0324344
-0.0219985
-0.00565011
0.0100242
-0.17144
-0.182403
-0.184985
-0.183865
-0.180506
-0.175626
-0.169796
-0.163234
-0.156167
-0.14878
-0.141289
-0.134954
-0.129065
-0.123321
-0.117538
-0.110171
-0.0931198
-0.0874948
-0.0658843
-0.0574965
-0.03233
-0.0218643
-0.00569929
0.00968255
-0.17348
-0.184068
-0.186445
-0.185135
-0.181637
-0.176697
-0.170724
-0.164063
-0.156906
-0.149394
-0.141707
-0.135039
-0.128891
-0.122916
-0.116888
-0.109263
-0.0926553
-0.0867068
-0.0651546
-0.0568894
-0.0321996
-0.021721
-0.00573905
0.00934681
-0.175315
-0.185545
-0.187673
-0.186236
-0.182632
-0.177541
-0.17153
-0.164809
-0.157588
-0.149962
-0.142105
-0.135145
-0.12877
-0.122563
-0.116276
-0.108408
-0.0921913
-0.0859245
-0.064447
-0.0562827
-0.0320508
-0.0215695
-0.00577567
0.00901817
-0.176972
-0.186822
-0.18876
-0.187146
-0.183416
-0.178306
-0.172186
-0.16541
-0.158132
-0.150414
-0.142424
-0.135167
-0.128564
-0.122153
-0.115642
-0.107539
-0.0917205
-0.0851245
-0.0637502
-0.0556682
-0.0318748
-0.0214086
-0.00580283
0.0086957
-0.178432
-0.187934
-0.189628
-0.187898
-0.184099
-0.178851
-0.172732
-0.165938
-0.158625
-0.15083
-0.14272
-0.135214
-0.128413
-0.121797
-0.115048
-0.106725
-0.0912518
-0.0843331
-0.0630771
-0.0550578
-0.0316808
-0.0212397
-0.005827
0.00838094
-0.17974
-0.188866
-0.190378
-0.188496
-0.18457
-0.179337
-0.173149
-0.166332
-0.158988
-0.151133
-0.142937
-0.135187
-0.128177
-0.12138
-0.114428
-0.105896
-0.0907756
-0.083523
-0.0624159
-0.0544421
-0.0314588
-0.0210609
-0.0058417
0.00807256
-0.180879
-0.189661
-0.190942
-0.188941
-0.184979
-0.179636
-0.173472
-0.166664
-0.159309
-0.151409
-0.143135
-0.13518
-0.127996
-0.121018
-0.11385
-0.105122
-0.0903021
-0.0827267
-0.0617801
-0.0538349
-0.0312204
-0.0208748
-0.00585365
0.00777261
-0.18188
-0.190304
-0.191414
-0.189294
-0.18522
-0.179906
-0.173709
-0.166892
-0.159515
-0.151582
-0.143258
-0.135112
-0.127733
-0.12059
-0.113242
-0.104332
-0.0898202
-0.0819114
-0.0611565
-0.0532248
-0.030954
-0.0206786
-0.00585617
0.00747924
-0.18277
-0.190869
-0.19178
-0.189549
-0.185453
-0.180065
-0.17388
-0.167072
-0.159691
-0.151735
-0.143367
-0.135061
-0.127522
-0.120217
-0.112674
-0.103596
-0.0893427
-0.0811145
-0.0605584
-0.0526259
-0.0306732
-0.0204754
-0.00585613
0.00719481
-0.183573
-0.191351
-0.192104
-0.189783
-0.185604
-0.180219
-0.174008
-0.167176
-0.159769
-0.151796
-0.143402
-0.134961
-0.127228
-0.119775
-0.112074
-0.102841
-0.088856
-0.0802988
-0.0599718
-0.0520256
-0.0303655
-0.0202621
-0.00584676
0.00691713
-0.184289
-0.19178
-0.192381
-0.189973
-0.185755
-0.18031
-0.174076
-0.167234
-0.159819
-0.151841
-0.143423
-0.134867
-0.126985
-0.119386
-0.111515
-0.102139
-0.0883743
-0.0795077
-0.0594113
-0.0514392
-0.0300468
-0.0200426
-0.00583515
0.00664894
-0.184922
-0.192136
-0.192606
-0.190111
-0.185827
-0.180359
-0.174091
-0.16722
-0.159784
-0.151804
-0.143373
-0.134729
-0.12666
-0.118924
-0.110917
-0.101415
-0.0878825
-0.0786981
-0.0588611
-0.0508522
-0.0297032
-0.019813
-0.00581437
0.00638764
-0.185412
-0.192371
-0.192709
-0.190148
-0.185826
-0.18031
-0.174027
-0.16715
-0.159717
-0.151749
-0.143303
-0.134587
-0.126373
-0.118514
-0.11036
-0.100742
-0.0873972
-0.0779182
-0.0583362
-0.0502803
-0.0293523
-0.0195781
-0.00579159
0.00613622
-0.185768
-0.192459
-0.192685
-0.190059
-0.185699
-0.180186
-0.173893
-0.167008
-0.159574
-0.151614
-0.143162
-0.1344
-0.126012
-0.118029
-0.109761
-0.100044
-0.0869008
-0.0771201
-0.0578199
-0.049708
-0.0289793
-0.0193332
-0.00575978
0.00589179
-0.185948
-0.192393
-0.192504
-0.189839
-0.185474
-0.179949
-0.17367
-0.166802
-0.159393
-0.151453
-0.143001
-0.134198
-0.125686
-0.117595
-0.109203
-0.0993943
-0.0864115
-0.0763575
-0.0573287
-0.0491523
-0.0286036
-0.0190842
-0.00572635
0.0056576
-0.185994
-0.192178
-0.192192
-0.189488
-0.185118
-0.179629
-0.173369
-0.166522
-0.159132
-0.151211
-0.142767
-0.13395
-0.125296
-0.117087
-0.108598
-0.0987161
-0.0859101
-0.0755768
-0.0568441
-0.0485957
-0.0282094
-0.0188256
-0.00568406
0.00543047
-0.185875
-0.191821
-0.191734
-0.189011
-0.184665
-0.179193
-0.172975
-0.166169
-0.158822
-0.150936
-0.14251
-0.133683
-0.12493
-0.116629
-0.108033
-0.0980846
-0.0854167
-0.0748359
-0.0563837
-0.0480557
-0.0278172
-0.0185641
-0.00564041
0.00521378
-0.185637
-0.191331
-0.19116
-0.188416
-0.184084
-0.178671
-0.172497
-0.165734
-0.158426
-0.150575
-0.142179
-0.133367
-0.124512
-0.116097
-0.107419
-0.0974207
-0.0849103
-0.0740766
-0.0559271
-0.0475135
-0.0274105
-0.0182934
-0.00558813
0.00500419
-0.185248
-0.190715
-0.190455
-0.187704
-0.183413
-0.178033
-0.171918
-0.165215
-0.157969
-0.150173
-0.14182
-0.133029
-0.124111
-0.115612
-0.106843
-0.096801
-0.0844122
-0.0733617
-0.0554947
-0.046988
-0.027011
-0.0180215
-0.00553494
0.0048052
-0.184753
-0.18998
-0.189643
-0.186882
-0.182612
-0.177302
-0.171248
-0.164608
-0.157421
-0.149683
-0.141386
-0.132637
-0.123662
-0.115055
-0.106214
-0.0961461
-0.0839001
-0.0726276
-0.0550635
-0.0464582
-0.0266016
-0.0177408
-0.00547336
0.00461329
-0.184118
-0.189124
-0.188705
-0.18594
-0.181719
-0.176453
-0.170472
-0.16391
-0.156807
-0.149147
-0.140921
-0.132219
-0.123216
-0.114538
-0.105623
-0.0955329
-0.0833965
-0.0719407
-0.0546554
-0.0459447
-0.0262036
-0.0174603
-0.00541121
0.004432
-0.183375
-0.188148
-0.187658
-0.18489
-0.180697
-0.175512
-0.169607
-0.163127
-0.156103
-0.148521
-0.140379
-0.131737
-0.122721
-0.113944
-0.104975
-0.0948814
-0.0828782
-0.0712333
-0.0542454
-0.0454243
-0.0257999
-0.0171717
-0.0053409
0.00425772
-0.182494
-0.187054
-0.186489
-0.183726
-0.179593
-0.174464
-0.168642
-0.162254
-0.15533
-0.147849
-0.139801
-0.131226
-0.122215
-0.113384
-0.104364
-0.0942697
-0.0823684
-0.0705761
-0.0538586
-0.0449202
-0.0254119
-0.0168852
-0.00527053
0.00409399
-0.181522
-0.18586
-0.185234
-0.182475
-0.178374
-0.173329
-0.167595
-0.1613
-0.154469
-0.147086
-0.139139
-0.13064
-0.121653
-0.112747
-0.103692
-0.0936176
-0.0818431
-0.0698967
-0.0534668
-0.044407
-0.0250218
-0.0165913
-0.00519224
0.00393716
-0.180443
-0.184579
-0.183883
-0.181126
-0.177082
-0.172097
-0.166449
-0.160256
-0.153539
-0.146273
-0.138439
-0.130021
-0.121071
-0.112131
-0.103056
-0.0930034
-0.0813261
-0.0692686
-0.0530973
-0.04391
-0.0246502
-0.0163011
-0.0051143
0.00379069
-0.179278
-0.183203
-0.182444
-0.17969
-0.175677
-0.170777
-0.165224
-0.159134
-0.152521
-0.145369
-0.137649
-0.129321
-0.12043
-0.111443
-0.102358
-0.0923463
-0.0807931
-0.0686163
-0.0527195
-0.0434018
-0.0242794
-0.0160041
-0.0050287
0.00365095
-0.177986
-0.181717
-0.180895
-0.178148
-0.174201
-0.169367
-0.163903
-0.157919
-0.15143
-0.144413
-0.136817
-0.128589
-0.119764
-0.110775
-0.101696
-0.0917259
-0.0802677
-0.0680163
-0.0523639
-0.0429108
-0.0239293
-0.0157129
-0.00494411
0.00352128
-0.176603
-0.180136
-0.179266
-0.176535
-0.172624
-0.167872
-0.162509
-0.156631
-0.150261
-0.143368
-0.135898
-0.127778
-0.11904
-0.110045
-0.100972
-0.0910611
-0.0797259
-0.0673897
-0.0519972
-0.0424071
-0.023582
-0.0154155
-0.00485215
0.00339815
-0.175126
-0.178481
-0.17756
-0.174839
-0.170989
-0.166309
-0.161027
-0.155257
-0.149021
-0.142275
-0.134942
-0.126939
-0.118296
-0.109328
-0.100284
-0.0904309
-0.0791908
-0.0668149
-0.0516517
-0.0419217
-0.0232564
-0.0151255
-0.0047617
0.00328469
-0.173589
-0.176763
-0.175798
-0.173092
-0.16928
-0.164667
-0.159485
-0.153836
-0.147723
-0.141109
-0.133906
-0.126029
-0.117499
-0.108563
-0.099538
-0.0897541
-0.0786383
-0.0662108
-0.0512918
-0.0414223
-0.0229347
-0.0148298
-0.00466416
0.00317751
-0.171956
-0.174968
-0.17396
-0.171271
-0.167517
-0.162991
-0.157905
-0.152357
-0.146376
-0.139902
-0.13284
-0.125095
-0.116684
-0.107805
-0.0988234
-0.0891101
-0.0780908
-0.0656576
-0.0509531
-0.0409431
-0.0226352
-0.0145438
-0.00456889
0.00307947
-0.170251
-0.1731
-0.172068
-0.16941
-0.165723
-0.161276
-0.156287
-0.15086
-0.144993
-0.138642
-0.13171
-0.124101
-0.115821
-0.107011
-0.098051
-0.0884172
-0.0775244
-0.0650719
-0.050597
-0.0404492
-0.0223399
-0.0142524
-0.00446682
0.00298739
-0.168464
-0.17117
-0.170119
-0.167505
-0.163886
-0.159533
-0.154647
-0.149315
-0.143567
-0.137347
-0.130552
-0.123086
-0.11494
-0.106214
-0.0973066
-0.0877539
-0.0769609
-0.0645352
-0.0502612
-0.0399773
-0.0220665
-0.0139724
-0.00436763
0.00290386
-0.166616
-0.169177
-0.16811
-0.165539
-0.162002
-0.157744
-0.152955
-0.147742
-0.142109
-0.136009
-0.129342
-0.12202
-0.114014
-0.105385
-0.0965071
-0.0870388
-0.0763762
-0.0639629
-0.0499049
-0.03949
-0.021797
-0.0136873
-0.00426194
0.00282596
-0.164688
-0.167117
-0.166045
-0.16352
-0.160066
-0.155906
-0.151231
-0.146125
-0.14061
-0.134636
-0.128106
-0.120933
-0.113066
-0.104542
-0.0957245
-0.0863509
-0.0757922
-0.0634368
-0.0495686
-0.0390268
-0.021549
-0.0134157
-0.00416007
0.00275586
-0.162692
-0.164997
-0.163911
-0.161448
-0.158077
-0.154017
-0.149457
-0.144469
-0.139074
-0.133219
-0.126822
-0.119796
-0.112073
-0.10367
-0.094892
-0.0856104
-0.0751846
-0.0628717
-0.049209
-0.038548
-0.0213041
-0.0131392
-0.00405202
0.00269101
-0.160607
-0.16278
-0.161711
-0.159311
-0.156015
-0.152073
-0.147616
-0.142752
-0.137482
-0.131759
-0.125506
-0.118632
-0.111054
-0.102775
-0.0940719
-0.084893
-0.0745759
-0.0623499
-0.0488686
-0.0380949
-0.0210797
-0.0128777
-0.00394853
0.0026332
-0.158485
-0.160528
-0.15946
-0.157081
-0.153877
-0.150016
-0.145695
-0.140963
-0.135827
-0.130244
-0.124136
-0.117416
-0.10999
-0.101851
-0.0932116
-0.0841233
-0.0739409
-0.0617859
-0.0485019
-0.0376256
-0.0208573
-0.0126113
-0.00383914
0.00258025
-0.156233
-0.158162
-0.157067
-0.154732
-0.151598
-0.147872
-0.143674
-0.139087
-0.134102
-0.128672
-0.122726
-0.116168
-0.108898
-0.1009
-0.0923531
-0.0833744
-0.073303
-0.0612617
-0.0481538
-0.0371838
-0.0206544
-0.012362
-0.00373538
0.00253332
-0.153802
-0.155639
-0.154532
-0.152263
-0.149234
-0.145612
-0.14157
-0.137135
-0.132305
-0.12704
-0.121259
-0.114865
-0.107761
-0.0999204
-0.0914629
-0.0825741
-0.0726359
-0.060692
-0.047777
-0.0367254
-0.0204523
-0.0121078
-0.00362604
0.00249081
-0.151235
-0.152964
-0.151903
-0.149703
-0.146769
-0.143296
-0.139388
-0.135103
-0.130443
-0.125352
-0.119748
-0.113529
-0.106593
-0.0989124
-0.0905663
-0.0817881
-0.0719647
-0.0601589
-0.0474181
-0.0362956
-0.0202684
-0.011872
-0.00352318
0.00245339
-0.14859
-0.150245
-0.149194
-0.147078
-0.144263
-0.140903
-0.13714
-0.133022
-0.128533
-0.123612
-0.118181
-0.112137
-0.10538
-0.0978717
-0.0896426
-0.0809497
-0.0712606
-0.0595774
-0.0470278
-0.0358483
-0.020084
-0.0116308
-0.00341504
0.00241996
-0.145885
-0.147449
-0.146451
-0.144413
-0.1417
-0.138476
-0.134862
-0.1309
-0.126566
-0.121826
-0.116572
-0.110709
-0.104135
-0.0968002
-0.088702
-0.080121
-0.0705514
-0.0590289
-0.0466545
-0.0354304
-0.0199167
-0.01141
-0.00331457
0.00239044
-0.143155
-0.144654
-0.143677
-0.141722
-0.13912
-0.136027
-0.132551
-0.128734
-0.124576
-0.119988
-0.114907
-0.109226
-0.102843
-0.0956894
-0.0877311
-0.0792387
-0.0698059
-0.0584293
-0.046248
-0.0349945
-0.0197476
-0.0111835
-0.00320918
0.00236449
-0.140392
-0.141815
-0.140885
-0.13901
-0.136524
-0.133548
-0.13021
-0.126545
-0.122516
-0.118102
-0.113201
-0.107707
-0.101518
-0.0945429
-0.086736
-0.0783563
-0.0690547
-0.0578599
-0.0458577
-0.0345882
-0.0195943
-0.0109784
-0.00311238
0.00234142
-0.137594
-0.138956
-0.138061
-0.136276
-0.133881
-0.131038
-0.127827
-0.124287
-0.120429
-0.116169
-0.111441
-0.106135
-0.10014
-0.09335
-0.0857041
-0.0774224
-0.0682643
-0.0572374
-0.0454322
-0.0341628
-0.0194377
-0.0107671
-0.00301093
0.0023215
-0.134773
-0.136062
-0.135202
-0.133487
-0.131211
-0.128474
-0.125396
-0.12201
-0.118281
-0.114193
-0.109643
-0.104528
-0.0987267
-0.0921204
-0.0846421
-0.0764859
-0.0674687
-0.0566423
-0.0450219
-0.0337669
-0.0192959
-0.0105787
-0.00291927
0.00230309
-0.131945
-0.133171
-0.132337
-0.130696
-0.1285
-0.125892
-0.122938
-0.119674
-0.116113
-0.112175
-0.107797
-0.102866
-0.0972566
-0.0908383
-0.0835387
-0.0755021
-0.066633
-0.0559921
-0.0445752
-0.0333509
-0.0191495
-0.0103834
-0.0028233
0.00228746
-0.129113
-0.130269
-0.129464
-0.12788
-0.12579
-0.123275
-0.120443
-0.117325
-0.113888
-0.110116
-0.105912
-0.101168
-0.0957505
-0.0895206
-0.082405
-0.0745094
-0.0657929
-0.0553674
-0.044143
-0.0329637
-0.0190167
-0.0102118
-0.00273805
0.0022722
-0.126278
-0.127382
-0.126599
-0.125077
-0.123049
-0.120642
-0.117921
-0.114916
-0.11164
-0.108018
-0.103981
-0.0994151
-0.0941845
-0.0881481
-0.0812258
-0.0734754
-0.0649119
-0.0546868
-0.0436729
-0.032555
-0.0188783
-0.0100325
-0.00264874
0.00225938
-0.123421
-0.124461
-0.123696
-0.122219
-0.120281
-0.117957
-0.11535
-0.112488
-0.109338
-0.105877
-0.102009
-0.0976249
-0.0925843
-0.0867418
-0.0800181
-0.0724294
-0.0640277
-0.0540291
-0.0432161
-0.0321737
-0.0187521
-0.00987791
-0.00257131
0.00224546
-0.120493
-0.121478
-0.120731
-0.11932
-0.117447
-0.115237
-0.112747
-0.110002
-0.107011
-0.103698
-0.0999942
-0.0957817
-0.0909254
-0.0852809
-0.0787636
-0.0713453
-0.0631023
-0.0533145
-0.0427206
-0.0317695
-0.0186194
-0.00971468
-0.00249011
0.00223372
-0.117516
-0.118432
-0.11771
-0.116355
-0.114588
-0.112473
-0.110104
-0.107505
-0.104638
-0.101481
-0.0979386
-0.0939032
-0.0892347
-0.0837914
-0.0774817
-0.0702442
-0.062173
-0.0526216
-0.0422375
-0.0313913
-0.0184973
-0.00957662
-0.00242162
0.00221971
-0.114528
-0.115392
-0.114693
-0.113404
-0.111704
-0.109702
-0.107448
-0.10496
-0.102246
-0.099231
-0.0958457
-0.0919768
-0.0874904
-0.0822495
-0.0761518
-0.0691065
-0.0611999
-0.051871
-0.0417146
-0.0309884
-0.0183673
-0.00942862
-0.00234953
0.00220774
-0.111527
-0.112333
-0.11166
-0.110422
-0.108819
-0.106905
-0.104761
-0.102412
-0.0998145
-0.0969462
-0.0937158
-0.0900186
-0.0857197
-0.080683
-0.0747958
-0.0679464
-0.0602232
-0.05114
-0.0412025
-0.0306093
-0.0182459
-0.00930628
-0.0022911
0.00219192
-0.108505
-0.109272
-0.108625
-0.107454
-0.105913
-0.104103
-0.102069
-0.0998204
-0.0973674
-0.0946341
-0.0915553
-0.0880205
-0.0839021
-0.0790673
-0.0733928
-0.0667497
-0.0592034
-0.0503511
-0.0406502
-0.0302041
-0.0181152
-0.00917268
-0.00222925
0.0021781
-0.105462
-0.10618
-0.105564
-0.104445
-0.102999
-0.101276
-0.099344
-0.0972299
-0.0948861
-0.0922935
-0.0893637
-0.0859964
-0.0820631
-0.0774313
-0.0719646
-0.0655282
-0.0581773
-0.0495812
-0.0401079
-0.0298206
-0.0179911
-0.00906462
-0.00218173
0.0021592
-0.102398
-0.103082
-0.102495
-0.101444
-0.100061
-0.0984393
-0.0966178
-0.0945979
-0.0923942
-0.0899321
-0.0871496
-0.0839408
-0.0801848
-0.0757502
-0.070493
-0.0642732
-0.057112
-0.048755
-0.0395244
-0.029409
-0.0178558
-0.00894368
-0.00213086
0.00214236
-0.0993191
-0.0999605
-0.0994065
-0.0984071
-0.0971193
-0.0955842
-0.09386
-0.0919738
-0.0898758
-0.0875495
-0.084911
-0.0818642
-0.0782898
-0.0740519
-0.0689998
-0.0629934
-0.0560417
-0.0479457
-0.0389495
-0.0290164
-0.0177251
-0.00884825
-0.00209506
0.00211883
-0.0962278
-0.0968402
-0.0963176
-0.0953853
-0.0941613
-0.0927246
-0.0911109
-0.0893145
-0.0873521
-0.0851524
-0.0826553
-0.0797638
-0.0763612
-0.0723143
-0.0674691
-0.0616858
-0.0549405
-0.0470827
-0.0383331
-0.0285941
-0.0175816
-0.00873826
-0.002056
0.00209755
-0.0931377
-0.093713
-0.0932234
-0.0923421
-0.0912096
-0.0898585
-0.0883361
-0.0866701
-0.0848086
-0.0827366
-0.0803791
-0.0776449
-0.0744193
-0.0705636
-0.0659215
-0.0603569
-0.0538307
-0.0462358
-0.0377245
-0.0281884
-0.0174404
-0.00865335
-0.00203239
0.00206827
-0.090047
-0.0905981
-0.0901408
-0.0893252
-0.0882546
-0.0869954
-0.0855804
-0.0839954
-0.0822591
-0.0803105
-0.0780901
-0.07551
-0.0724516
-0.0687801
-0.0643436
-0.0590059
-0.0526978
-0.0453381
-0.0370734
-0.0277509
-0.0172842
-0.00855187
-0.00200545
0.00204159
-0.0869714
-0.0874916
-0.0870686
-0.0863031
-0.0853183
-0.0841402
-0.0828038
-0.0813379
-0.0797013
-0.0778716
-0.0757897
-0.0733632
-0.0704754
-0.066989
-0.0627533
-0.0576368
-0.051554
-0.0444523
-0.0364284
-0.0273269
-0.0171284
-0.00847488
-0.00199447
0.00200526
-0.0839077
-0.0844098
-0.0840211
-0.0833194
-0.0823935
-0.0812957
-0.080058
-0.0786726
-0.0771454
-0.0754406
-0.0734951
-0.0712113
-0.0684807
-0.0651713
-0.0611385
-0.0562486
-0.0503925
-0.0435173
-0.0357404
-0.0268697
-0.0169552
-0.00837955
-0.00197998
0.00197188
-0.0808814
-0.0813624
-0.0810086
-0.0803554
-0.0795045
-0.0784826
-0.0773201
-0.0760349
-0.0746148
-0.0730249
-0.0711961
-0.0690566
-0.0664819
-0.0633489
-0.0595148
-0.0548444
-0.049215
-0.0425915
-0.0350578
-0.0264235
-0.0167807
-0.00830811
-0.0019817
0.00192741
-0.0778679
-0.0783372
-0.0780184
-0.0774253
-0.0766366
-0.075692
-0.0746174
-0.0734268
-0.0721032
-0.0706147
-0.0689157
-0.0668954
-0.0644669
-0.0615044
-0.0578693
-0.0534207
-0.0480195
-0.0416183
-0.034331
-0.0259424
-0.0165861
-0.00821681
-0.00197938
0.00188619
-0.0748966
-0.0753525
-0.0750698
-0.0745257
-0.073805
-0.0729338
-0.0719475
-0.0708368
-0.0696068
-0.0682251
-0.066615
-0.0647281
-0.062448
-0.059657
-0.0562166
-0.0519809
-0.046804
-0.040648
-0.0336084
-0.0254695
-0.0163888
-0.00814884
-0.00199362
0.00183194
-0.0719102
-0.0723536
-0.0721141
-0.0716337
-0.0709835
-0.0701948
-0.0692776
-0.0682585
-0.0671137
-0.0658123
-0.0643271
-0.0625548
-0.0604163
-0.0577908
-0.0545421
-0.0505192
-0.0455689
-0.0396346
-0.0328421
-0.024961
-0.0161694
-0.00806006
-0.00200335
0.00178115
-0.0689625
-0.0693943
-0.0691877
-0.0687544
-0.0681662
-0.067444
-0.0666149
-0.0656681
-0.0646098
-0.0634179
-0.0620199
-0.060378
-0.0583829
-0.0559232
-0.052861
-0.0490422
-0.0443126
-0.038623
-0.0320801
-0.0244591
-0.0159468
-0.00799426
-0.00202998
0.00171567
-0.0660133
-0.0664305
-0.0662602
-0.065881
-0.0653554
-0.0647054
-0.0639407
-0.063084
-0.0621149
-0.0610022
-0.0597295
-0.0581994
-0.0563411
-0.0540389
-0.0511576
-0.0475417
-0.0430359
-0.0375737
-0.0312752
-0.0239206
-0.0157005
-0.00790704
-0.00205161
0.00165371
-0.0631607
-0.0635642
-0.0634045
-0.0630516
-0.062568
-0.0619722
-0.0612878
-0.0605011
-0.0596147
-0.0586128
-0.0574245
-0.0560203
-0.0542988
-0.0521536
-0.0494487
-0.0460284
-0.0417413
-0.0365216
-0.030474
-0.023387
-0.0154512
-0.00784198
-0.00209104
0.00157503
-0.0602509
-0.0606371
-0.0605144
-0.0602151
-0.0597919
-0.0592636
-0.0586368
-0.0579325
-0.0571329
-0.0562048
-0.0551388
-0.0538425
-0.0522508
-0.0502532
-0.0477174
-0.0444913
-0.0404252
-0.0354376
-0.0296316
-0.022817
-0.0151776
-0.00775545
-0.00212515
0.00149985
-0.0574482
-0.0578237
-0.0577125
-0.0574364
-0.0570481
-0.0565652
-0.0560094
-0.0553696
-0.0546466
-0.0538282
-0.0528432
-0.0516667
-0.0502034
-0.0483522
-0.0459827
-0.042945
-0.0390946
-0.034349
-0.0287929
-0.0222511
-0.0149018
-0.00769059
-0.0021779
0.00140634
-0.0545794
-0.0549336
-0.0548535
-0.054627
-0.054296
-0.0538781
-0.0533791
-0.0528212
-0.0521865
-0.0514389
-0.0505723
-0.049497
-0.0481537
-0.0464383
-0.0442266
-0.041375
-0.0377415
-0.0332313
-0.0279138
-0.0216487
-0.0146011
-0.00760451
-0.00222494
0.00131623
-0.051849
-0.0521833
-0.0521043
-0.0518892
-0.0515883
-0.0512129
-0.0507861
-0.0502943
-0.0497329
-0.0490926
-0.0482993
-0.0473333
-0.0461058
-0.044525
-0.0424694
-0.0397994
-0.0363775
-0.0321059
-0.0270366
-0.0210494
-0.0142992
-0.00753936
-0.00229171
0.0012058
-0.0490682
-0.0493739
-0.0493198
-0.0491496
-0.0489038
-0.0485911
-0.0482183
-0.0478017
-0.0473238
-0.0467424
-0.0460563
-0.0451788
-0.0440589
-0.0426016
-0.0406928
-0.0382003
-0.0349885
-0.030951
-0.0261191
-0.0204145
-0.0139727
-0.00745364
-0.00235267
0.00109865
-0.0464734
-0.0467602
-0.046703
-0.0465373
-0.046311
-0.0460293
-0.0457157
-0.0453535
-0.0449316
-0.044445
-0.0438162
-0.0430328
-0.0420147
-0.0406802
-0.0389174
-0.0365981
-0.0335905
-0.0297862
-0.0252036
-0.0197834
-0.0136469
-0.00738894
-0.00243483
0.000969362
-0.0438412
-0.0440964
-0.0440602
-0.0439342
-0.0437556
-0.0435272
-0.0432561
-0.0429509
-0.0425991
-0.0421495
-0.0416094
-0.0409014
-0.0399791
-0.0387551
-0.0371264
-0.0349728
-0.0321651
-0.0285902
-0.0242495
-0.0191178
-0.0132973
-0.00730452
-0.00251149
0.000842885
-0.0414023
-0.0416356
-0.0415931
-0.0414686
-0.0413049
-0.0411022
-0.0408757
-0.0406137
-0.0402902
-0.0399158
-0.0394189
-0.0387882
-0.0379532
-0.0368366
-0.035339
-0.033346
-0.0307319
-0.0273845
-0.0232958
-0.0184561
-0.01295
-0.00724081
-0.00261089
0.000692071
-0.0389423
-0.0391335
-0.0391132
-0.0390271
-0.0389164
-0.0387583
-0.0385702
-0.0383328
-0.0380612
-0.0377044
-0.0372726
-0.0367054
-0.0359467
-0.0349209
-0.0335392
-0.0316963
-0.0292701
-0.0261482
-0.0223082
-0.0177628
-0.0125806
-0.00715868
-0.0027059
0.000542835
-0.0367143
-0.0369017
-0.0368796
-0.0368196
-0.0367113
-0.0365679
-0.0363783
-0.036159
-0.0358857
-0.0355711
-0.0351707
-0.0346491
-0.0339534
-0.033011
-0.0317418
-0.0300448
-0.0278022
-0.024904
-0.0213234
-0.0170762
-0.0122175
-0.00709898
-0.00282615
0.000367435
-0.034913
-0.0350531
-0.0349889
-0.0348699
-0.0347149
-0.0345292
-0.0343181
-0.0340758
-0.0338074
-0.0334913
-0.0331091
-0.0326241
-0.0319749
-0.0311022
-0.0299312
-0.0283699
-0.026306
-0.0236321
-0.020311
-0.016364
-0.011837
-0.00702473
-0.00294523
0.000191448
-0.0330392
-0.0331365
-0.0330545
-0.0329162
-0.0327452
-0.0325421
-0.0323122
-0.0320582
-0.0317756
-0.0314588
-0.0310852
-0.0306127
-0.0300019
-0.0291926
-0.0281187
-0.0266918
-0.0248051
-0.0223556
-0.0193009
-0.0156596
-0.0114654
-0.00697376
-0.00309187
-1.38475e-05
-0.0312406
-0.0312904
-0.031171
-0.0310044
-0.0308067
-0.0305834
-0.0303393
-0.0300718
-0.029781
-0.0294549
-0.0290749
-0.0286187
-0.0280354
-0.0272813
-0.0262917
-0.0249897
-0.023277
-0.0210542
-0.0182699
-0.0149372
-0.0110831
-0.00691353
-0.00324169
-0.000222749
-0.0294445
-0.0294348
-0.0292887
-0.0291
-0.0288886
-0.0286502
-0.0283909
-0.0281104
-0.0278032
-0.0274636
-0.0270832
-0.0266237
-0.026066
-0.0253619
-0.0244575
-0.0232822
-0.0217449
-0.01975
-0.017242
-0.014226
-0.0107147
-0.00688191
-0.00342493
-0.00046811
-0.0278042
-0.0277326
-0.0275315
-0.0272963
-0.0270408
-0.0267672
-0.0264779
-0.0261705
-0.0258378
-0.0254839
-0.0250813
-0.0246297
-0.0240935
-0.0234285
-0.0226007
-0.021547
-0.0201843
-0.0184211
-0.0161952
-0.013498
-0.010336
-0.00684105
-0.00361198
-0.000719382
-0.0262024
-0.0260515
-0.025804
-0.025527
-0.0252358
-0.0249209
-0.0245941
-0.0242434
-0.0238851
-0.0234957
-0.0230836
-0.0226263
-0.0220895
-0.0214703
-0.0207226
-0.0197981
-0.0186158
-0.017087
-0.0151474
-0.0127771
-0.00996973
-0.00682759
-0.00383385
-0.00101237
-0.0248692
-0.0246338
-0.0242957
-0.0239298
-0.023548
-0.0231627
-0.0227633
-0.0223656
-0.0219488
-0.0215211
-0.0210726
-0.0205824
-0.0200629
-0.0194817
-0.0188202
-0.0180265
-0.0170249
-0.015733
-0.014083
-0.0120408
-0.00959382
-0.00680573
-0.00406152
-0.00131757
-0.0233971
-0.0230782
-0.0226955
-0.0222914
-0.0218795
-0.0214474
-0.0210008
-0.0205309
-0.0200395
-0.0195348
-0.0190172
-0.0185046
-0.0179888
-0.0174635
-0.0169009
-0.0162458
-0.015429
-0.0143747
-0.0130159
-0.0113101
-0.00923098
-0.00681199
-0.00432735
-0.00167256
-0.0220251
-0.0216037
-0.0212171
-0.0208273
-0.0204098
-0.0199143
-0.0193508
-0.0187213
-0.0180638
-0.0174174
-0.0168121
-0.016267
-0.0157766
-0.0153199
-0.0148565
-0.0143348
-0.0136953
-0.012873
-0.0118062
-0.0104458
-0.00875307
-0.00672943
-0.00454208
-0.00202276
-0.0294029
-0.029038
-0.0279302
-0.0263464
-0.0245446
-0.0227017
-0.0209925
-0.019516
-0.0183369
-0.0174542
-0.0168382
-0.0164269
-0.0161542
-0.0159554
-0.0157679
-0.0155291
-0.0151724
-0.0146247
-0.0138083
-0.0126457
-0.0110605
-0.00900231
-0.00653079
-0.00337612
-0.597334
-0.413753
-0.0926982
0.181717
0.517336
0.837677
1.17639
1.31655
1.54251
1.81491
1.99021
2.21102
2.38269
2.60866
2.77459
2.98191
3.14307
3.33617
3.47839
3.64786
3.78391
3.93447
4.04523
4.12787
4.17667
4.23683
4.28341
4.30405
4.33694
4.32356
4.29632
4.21203
4.12138
3.94313
3.77808
3.46966
3.15875
2.65041
2.04005
0.143488
-0.603338
-0.42054
-0.0997554
0.174262
0.509484
0.8295
1.16823
1.30799
1.5337
1.80587
1.98098
2.20159
2.37307
2.59885
2.7646
2.97176
3.13275
3.3257
3.46776
3.63709
3.77299
3.92341
4.03402
4.11652
4.16517
4.2252
4.27164
4.29213
4.32489
4.31135
4.28397
4.19949
4.10868
3.93021
3.76496
3.45621
3.14489
2.63587
2.02533
0.124083
-0.605132
-0.422396
-0.101771
0.171843
0.506596
0.826288
1.16542
1.30471
1.53016
1.80208
1.97713
2.19754
2.36891
2.59445
2.76009
2.96704
3.1279
3.32064
3.4626
3.63175
3.76751
3.91771
4.02813
4.11042
4.15898
4.21883
4.26511
4.28542
4.31801
4.3043
4.27673
4.19211
4.1011
3.92251
3.75701
3.44817
3.13661
2.62773
2.01526
0.100963
-0.608867
-0.425398
-0.105189
0.167987
0.502007
0.821312
1.1612
1.30014
1.52531
1.79692
1.97218
2.19242
2.36388
2.58918
2.75493
2.96166
3.12257
3.31512
3.45717
3.62616
3.76192
3.91192
4.0222
4.10433
4.153
4.21273
4.25896
4.27917
4.31169
4.29794
4.27029
4.18576
4.09467
3.91632
3.75066
3.44235
3.13093
2.62343
2.00776
0.0856482
-0.615342
-0.430779
-0.111814
0.160681
0.493513
0.812187
1.15264
1.29142
1.51609
1.78715
1.9627
2.18259
2.35417
2.57902
2.74491
2.95125
3.11221
3.30441
3.44659
3.6153
3.75104
3.90067
4.01073
4.0926
4.14145
4.20097
4.2471
4.26717
4.29955
4.28575
4.25797
4.17362
4.0824
3.9045
3.7386
3.4312
3.11999
2.61407
1.99572
0.0669979
-0.623821
-0.437952
-0.121048
0.150465
0.481577
0.799339
1.14003
1.27884
1.50275
1.77301
1.94886
2.16819
2.33985
2.56401
2.73002
2.93576
3.09672
3.28838
3.43067
3.59892
3.73456
3.88365
3.99335
4.07484
4.12386
4.18304
4.22896
4.24879
4.28094
4.26699
4.23901
4.15482
4.06339
3.88601
3.71972
3.41341
3.10232
2.59773
1.97816
0.0430729
-0.633304
-0.44619
-0.132
0.138267
0.467235
0.783861
1.1244
1.26345
1.4864
1.75564
1.9318
2.1504
2.32208
2.54536
2.71146
2.91642
3.07732
3.26828
3.41065
3.57829
3.71377
3.86216
3.97139
4.0524
4.10157
4.1603
4.20592
4.22543
4.25724
4.24309
4.21482
4.13076
4.03904
3.86221
3.69542
3.39031
3.07919
2.57585
1.95637
0.0188237
-0.643408
-0.455041
-0.143952
0.12488
0.451296
0.76659
1.1067
1.24619
1.46801
1.73604
1.91257
2.13029
2.30197
2.52419
2.69037
2.8944
3.05522
3.24534
3.38778
3.5547
3.68997
3.83751
3.94618
4.02662
4.07595
4.13414
4.17938
4.19851
4.2299
4.2155
4.18688
4.10294
4.01088
3.83465
3.66726
3.36345
3.05215
2.55038
1.93185
-0.00456451
-0.653607
-0.464204
-0.156484
0.110791
0.434371
0.748191
1.08758
1.22771
1.44826
1.71495
1.89187
2.10861
2.28028
2.50131
2.66757
2.87055
3.03127
3.22045
3.36296
3.52906
3.66408
3.81066
3.91871
3.99852
4.04803
4.1056
4.15041
4.16912
4.20002
4.18534
4.15633
4.07252
3.98008
3.8045
3.63643
3.33402
3.02245
2.52292
1.90556
-0.022842
-0.663942
-0.473556
-0.169297
0.0963197
0.416806
0.729009
1.06751
1.20844
1.4276
1.69281
1.8702
2.08586
2.25755
2.47726
2.64362
2.84545
3.00607
3.1942
3.33679
3.50198
3.63673
3.78226
3.8896
3.96874
4.01845
4.07535
4.11968
4.13794
4.16831
4.15331
4.1239
4.04024
3.94739
3.77252
3.60372
3.30284
2.99091
2.49457
1.87815
-0.0370052
-0.674148
-0.482987
-0.182264
0.0816419
0.398882
0.709374
1.04676
1.18866
1.40632
1.66995
1.84785
2.06238
2.23408
2.45239
2.61886
2.81945
2.97996
3.16698
3.30966
3.47388
3.60833
3.7527
3.85931
3.93774
3.98767
4.04386
4.08768
4.10547
4.13526
4.11995
4.0901
4.00661
3.91334
3.73926
3.5697
3.27044
2.9581
2.466
1.84989
-0.0446035
-0.684429
-0.492491
-0.195258
0.0668948
0.380725
0.689395
1.02554
1.16853
1.38461
1.64656
1.82503
2.03836
2.2101
2.4269
2.59351
2.79279
2.95319
3.13903
3.2818
3.44499
3.57912
3.72227
3.82808
3.90578
3.95595
4.0114
4.05467
4.07198
4.10115
4.08551
4.05523
3.97193
3.87824
3.70502
3.53467
3.23717
2.92438
2.43718
1.82096
-0.0479005
-0.694621
-0.502016
-0.208259
0.0521289
0.36248
0.669257
1.00395
1.14818
1.3626
1.62277
1.80185
2.01395
2.18572
2.40096
2.56771
2.76562
2.9259
3.1105
3.25338
3.41548
3.54926
3.69111
3.79609
3.87304
3.92348
3.97817
4.02086
4.03768
4.06621
4.05024
4.0195
3.93644
3.84233
3.67005
3.49889
3.20325
2.88998
2.4078
1.79138
-0.0453651
-0.704961
-0.5116
-0.221195
0.037404
0.344188
0.648973
0.982114
1.12768
1.34035
1.59865
1.77839
1.98921
2.16105
2.37465
2.54155
2.73804
2.8982
3.08149
3.22449
3.38545
3.51887
3.65934
3.76345
3.83963
3.89036
3.94426
3.98635
4.00267
4.03052
4.01424
3.98302
3.90024
3.80571
3.63446
3.46247
3.16883
2.85504
2.37782
1.7612
-0.0395682
-0.715322
-0.521199
-0.234088
0.0227315
0.325939
0.628679
0.96006
1.10707
1.31793
1.57427
1.7547
1.96422
2.13612
2.34803
2.51508
2.7101
2.87014
3.05209
3.19519
3.35497
3.488
3.62704
3.73024
3.80564
3.85668
3.90978
3.95126
3.96708
3.99422
3.97763
3.94593
3.86347
3.76852
3.59837
3.42555
3.13402
2.81969
2.34736
1.73038
-0.02949
-0.725928
-0.530866
-0.246886
0.00814027
0.30774
0.608347
0.937874
1.0864
1.29537
1.54967
1.73082
1.93901
2.11099
2.32115
2.48836
2.68186
2.84176
3.02231
3.16552
3.32408
3.45669
3.59423
3.6965
3.77111
3.82248
3.87477
3.9156
3.93094
3.95733
3.94043
3.90825
3.82615
3.73079
3.56183
3.38816
3.09887
2.78397
2.31646
1.69893
-0.0175843
-0.736665
-0.540561
-0.259628
-0.00637588
0.28966
0.588091
0.91555
1.06567
1.27268
1.52489
1.70676
1.91361
2.08566
2.29403
2.46138
2.65333
2.81308
2.9922
3.13551
3.2928
3.42496
3.56095
3.66226
3.73608
3.78779
3.83926
3.87945
3.8943
3.91992
3.90273
3.87006
3.78837
3.69259
3.52491
3.3504
3.06342
2.74794
2.28519
1.66682
-0.00306774
-0.747727
-0.550341
-0.272263
-0.0208026
0.271694
0.567863
0.89316
1.0449
1.24991
1.49993
1.68254
1.88803
2.06015
2.26668
2.43418
2.62454
2.78413
2.96177
3.10517
3.26116
3.39284
3.52721
3.62754
3.70057
3.75262
3.80327
3.8428
3.85716
3.88199
3.86453
3.83135
3.75011
3.65393
3.4876
3.31224
3.02772
2.71162
2.25354
1.63411
0.0120119
-0.75901
-0.560158
-0.284842
-0.0351429
0.253897
0.547771
0.870684
1.02411
1.22705
1.47484
1.65817
1.86229
2.03447
2.23914
2.40676
2.59551
2.75491
2.93105
3.0745
3.22916
3.36033
3.49303
3.59236
3.66461
3.71702
3.76685
3.8057
3.8196
3.84359
3.82588
3.79219
3.71145
3.61488
3.44998
3.27378
2.99178
2.67506
2.22155
1.60082
0.0282652
-0.770678
-0.570075
-0.297314
-0.0493909
0.236259
0.52776
0.848191
1.00331
1.20413
1.4496
1.63365
1.83639
2.00863
2.2114
2.37913
2.56624
2.72542
2.90002
3.04351
3.19681
3.32743
3.45842
3.55672
3.6282
3.68096
3.72997
3.76815
3.78158
3.80472
3.78676
3.75256
3.67237
3.57542
3.41202
3.23499
2.95562
2.63825
2.18922
1.56704
0.0441207
-0.782638
-0.580041
-0.309733
-0.0635506
0.218831
0.50793
0.825655
0.982491
1.18113
1.42425
1.60899
1.81035
1.98262
2.18349
2.35129
2.53675
2.69568
2.86872
3.01222
3.16412
3.29414
3.42339
3.52065
3.59138
3.64448
3.69268
3.73018
3.74317
3.76543
3.74725
3.71253
3.63293
3.5356
3.37377
3.19593
2.91925
2.60123
2.15657
1.53285
0.0600952
-0.795021
-0.590121
-0.322048
-0.0776226
0.201601
0.488221
0.80314
0.96167
1.1581
1.39878
1.58419
1.78417
1.95647
2.15539
2.32324
2.50702
2.66568
2.83713
2.9806
3.13109
3.26047
3.38793
3.48413
3.55412
3.60757
3.65495
3.69177
3.70433
3.72568
3.7073
3.67205
3.59309
3.4954
3.33523
3.15656
2.88267
2.56398
2.12359
1.49839
0.0751812
-0.807747
-0.600255
-0.334317
-0.0916001
0.184611
0.468732
0.780617
0.940853
1.13502
1.37323
1.55926
1.75787
1.93015
2.12714
2.29499
2.47709
2.63543
2.80529
2.94868
3.09773
3.22642
3.35206
3.4472
3.51647
3.57025
3.61684
3.65298
3.66512
3.68554
3.66698
3.63121
3.55293
3.4549
3.29641
3.11698
2.84589
2.52656
2.09031
1.46378
0.0898856
-0.820921
-0.610513
-0.346488
-0.105489
0.167852
0.449398
0.75815
0.920041
1.11191
1.34759
1.5342
1.73144
1.90369
2.09872
2.26654
2.44694
2.60494
2.77317
2.91645
3.06404
3.192
3.31578
3.40985
3.47842
3.53251
3.57832
3.61378
3.62553
3.64498
3.62627
3.58997
3.51241
3.41405
3.25733
3.07713
2.80893
2.48894
2.05673
1.4292
0.103936
-0.834481
-0.620832
-0.358623
-0.119281
0.15136
0.430316
0.735706
0.899241
1.08877
1.3219
1.50902
1.70489
1.87707
2.07017
2.2379
2.41661
2.57421
2.7408
2.88392
3.03002
3.1572
3.27911
3.37211
3.44
3.49439
3.53943
3.57422
3.58559
3.60407
3.58521
3.5484
3.47159
3.37293
3.218
3.03708
2.77177
2.45117
2.02287
1.39487
0.118439
-0.848501
-0.631283
-0.37067
-0.132988
0.135128
0.411418
0.713348
0.878452
1.06562
1.29613
1.48372
1.67823
1.85032
2.04145
2.20906
2.38606
2.54323
2.70817
2.85108
2.99568
3.12203
3.24204
3.33396
3.40119
3.45587
3.50015
3.53428
3.54528
3.56277
3.54379
3.50646
3.43044
3.3315
3.17842
2.9968
2.73443
2.41322
1.98875
1.36109
0.133139
-0.862937
-0.641797
-0.382693
-0.146588
0.119182
0.392798
0.691041
0.857688
1.04247
1.27034
1.45831
1.65148
1.82342
2.01263
2.18004
2.35535
2.51203
2.67531
2.81794
2.96103
3.0865
3.20461
3.29544
3.36206
3.41698
3.46053
3.494
3.50467
3.52115
3.50207
3.46423
3.38903
3.28983
3.13863
2.95637
2.6969
2.37516
1.95439
1.32808
0.147449
-0.877832
-0.652446
-0.39464
-0.160099
0.103519
0.374388
0.668848
0.836944
1.01932
1.2445
1.43281
1.62463
1.7964
1.98366
2.15084
2.32444
2.4806
2.64221
2.78452
2.92606
3.05061
3.16679
3.25655
3.32257
3.37772
3.42055
3.45338
3.46372
3.47918
3.46002
3.42168
3.34732
3.2479
3.0986
2.91573
2.6592
2.33694
1.91981
1.29584
0.160356
-0.893131
-0.66315
-0.406578
-0.173496
0.0881601
0.356276
0.646731
0.816235
0.996184
1.21868
1.4072
1.5977
1.76923
1.95459
2.12147
2.29338
2.44896
2.6089
2.75081
2.89081
3.01438
3.12864
3.21733
3.28278
3.33812
3.38027
3.41246
3.4225
3.43693
3.41771
3.37888
3.30538
3.20577
3.05837
2.87498
2.62132
2.29863
1.88503
1.26433
0.172347
-0.908772
-0.673967
-0.418449
-0.186804
0.073108
0.338393
0.62475
0.795554
0.973081
1.19282
1.3815
1.57068
1.74197
1.9254
2.09194
2.26214
2.4171
2.57536
2.71683
2.85525
2.9778
3.09013
3.17775
3.24266
3.29816
3.33964
3.37121
3.38098
3.39436
3.37509
3.33578
3.26318
3.16341
3.01794
2.83405
2.58328
2.26021
1.85011
1.23353
0.183565
-0.924576
-0.684773
-0.430309
-0.199983
0.0583724
0.320824
0.602866
0.774918
0.950005
1.167
1.35573
1.5436
1.71457
1.89613
2.06225
2.23077
2.38505
2.54163
2.68258
2.81943
2.9409
3.05131
3.13788
3.20229
3.25791
3.29875
3.32971
3.33922
3.35156
3.33225
3.29249
3.22078
3.12089
2.97734
2.79304
2.54506
2.22173
1.81505
1.20348
0.194606
-0.940347
-0.695594
-0.442087
-0.213063
0.0439622
0.303498
0.581137
0.75432
0.926989
1.14118
1.3299
1.51646
1.68709
1.86676
2.03242
2.19924
2.35282
2.50769
2.64807
2.78333
2.90368
3.01218
3.0977
3.16162
3.21733
3.25756
3.28792
3.2972
3.30848
3.28916
3.24895
3.17816
3.07818
2.93655
2.75188
2.50669
2.18316
1.7799
1.17416
0.205341
-0.95596
-0.706308
-0.453828
-0.225999
0.0298835
0.286497
0.55952
0.733778
0.904022
1.11543
1.30402
1.48927
1.65951
1.83733
2.00245
2.1676
2.32041
2.47359
2.61334
2.74698
2.86617
2.97278
3.05727
3.12074
3.1765
3.21613
3.24591
3.25498
3.26521
3.24589
3.20526
3.13538
3.03536
2.89562
2.71068
2.46816
2.14458
1.74469
1.14565
0.216254
-0.971332
-0.716975
-0.465465
-0.23883
0.0161491
0.269748
0.538072
0.713282
0.881137
1.08969
1.27809
1.46203
1.63185
1.80781
1.97237
2.13582
2.28783
2.4393
2.57836
2.71038
2.82838
2.93308
3.01657
3.0796
3.13537
3.17444
3.20365
3.21253
3.22171
3.20239
3.16136
3.09241
2.99238
2.85453
2.66937
2.4295
2.10595
1.70948
1.11793
0.227109
-0.98647
-0.727502
-0.47705
-0.251503
0.00275233
0.253336
0.516748
0.692859
0.858324
1.06405
1.25214
1.43478
1.60412
1.77827
1.94218
2.10396
2.25511
2.40489
2.54318
2.67357
2.79033
2.89318
2.97566
3.03829
3.09403
3.13257
3.16123
3.16993
3.17807
3.15877
3.11737
3.04933
2.94934
2.81332
2.62804
2.39069
2.06734
1.67429
1.09108
0.238319
-1.00132
-0.737965
-0.48852
-0.264068
-0.0102873
0.237186
0.495604
0.672496
0.835618
1.03845
1.22617
1.40749
1.57634
1.74866
1.91189
2.07198
2.22225
2.37031
2.50779
2.63653
2.75203
2.85302
2.93453
2.99676
3.05244
3.09047
3.1186
3.12715
3.13425
3.11497
3.07321
3.0061
2.90617
2.77199
2.58663
2.35177
2.02873
1.63919
1.06506
0.249583
-1.01594
-0.748278
-0.499929
-0.276467
-0.0229764
0.221384
0.474595
0.652223
0.813007
1.01298
1.20021
1.38021
1.54851
1.71905
1.88153
2.03995
2.18928
2.33563
2.47224
2.59933
2.71352
2.81271
2.89325
2.95512
3.01069
3.04824
3.07584
3.08426
3.09034
3.07109
3.02902
2.96279
2.863
2.73057
2.54526
2.31272
1.99019
1.60419
1.03995
0.261263
-1.03024
-0.758519
-0.511221
-0.288764
-0.0353798
0.205866
0.453782
0.632025
0.790533
0.987581
1.17426
1.35291
1.52065
1.6894
1.85109
2.00783
2.1562
2.30082
2.43651
2.56192
2.6748
2.77219
2.85179
2.91331
2.96874
3.00583
3.03293
3.04122
3.04629
3.02709
2.98471
2.91939
2.81973
2.68906
2.50382
2.2736
1.95168
1.56936
1.01572
0.273035
-1.04432
-0.768607
-0.522448
-0.300891
-0.0477274
0.19073
0.433124
0.611943
0.768186
0.962331
1.14835
1.32566
1.49278
1.65977
1.82063
1.97568
2.12306
2.26596
2.40067
2.52439
2.63593
2.73156
2.81025
2.87143
2.92668
2.96333
2.98994
2.99814
3.00222
2.98306
2.94041
2.87596
2.7765
2.6475
2.46246
2.23438
1.9133
1.53474
0.992434
0.28521
-1.05807
-0.778618
-0.533557
-0.312916
-0.0601599
0.175915
0.412688
0.591964
0.746015
0.937176
1.12249
1.2984
1.46492
1.63012
1.79013
1.94347
2.08984
2.23098
2.36469
2.48671
2.5969
2.69078
2.76858
2.82943
2.88447
2.92071
2.94685
2.95496
2.95806
2.93896
2.89604
2.83249
2.73323
2.60589
2.42106
2.19512
1.87501
1.50038
0.970033
0.297455
-1.0716
-0.788473
-0.544598
-0.324757
-0.0727482
0.161381
0.392434
0.572136
0.72401
0.912204
1.0967
1.27122
1.43708
1.60053
1.75963
1.91128
2.0566
2.19599
2.32864
2.44894
2.55777
2.64996
2.72689
2.78743
2.84221
2.87807
2.90374
2.91179
2.91393
2.89489
2.85175
2.78904
2.69003
2.56427
2.37977
2.15581
1.83689
1.46631
0.948598
0.310046
-1.08481
-0.798247
-0.555523
-0.336489
-0.0854634
0.146979
0.372424
0.552449
0.702219
0.887354
1.07101
1.24406
1.40929
1.57094
1.72914
1.87905
2.02334
2.16094
2.29251
2.41107
2.51855
2.60905
2.68514
2.74536
2.79986
2.83537
2.86059
2.86858
2.86978
2.85081
2.80745
2.7456
2.64683
2.52264
2.33848
2.11651
1.7989
1.43261
0.928043
0.32266
-1.0978
-0.807863
-0.566383
-0.348017
-0.0983442
0.132711
0.352609
0.532954
0.680632
0.862723
1.04543
1.217
1.38155
1.54145
1.6987
1.84687
1.9901
2.12591
2.25636
2.37317
2.47929
2.56816
2.64344
2.70335
2.75754
2.7927
2.81749
2.82545
2.82573
2.80682
2.76327
2.70225
2.60376
2.48105
2.29733
2.0772
1.76115
1.39929
0.90845
0.335538
-1.11047
-0.817394
-0.577129
-0.359421
-0.111351
0.118382
0.333046
0.51364
0.659297
0.838245
1.01998
1.19
1.35391
1.51199
1.66831
1.81471
1.95688
2.09086
2.22019
2.33523
2.44001
2.52725
2.60175
2.66134
2.7152
2.75004
2.7744
2.78234
2.78172
2.7629
2.71916
2.65896
2.56074
2.43951
2.25623
2.03795
1.7236
1.36641
0.889717
0.348368
-1.12294
-0.826765
-0.587811
-0.370595
-0.124524
0.104067
0.313671
0.494564
0.638192
0.814022
0.994676
1.16314
1.32635
1.48266
1.638
1.78264
1.92373
2.0559
2.18406
2.29732
2.40076
2.48643
2.56018
2.61946
2.67295
2.7075
2.73144
2.73937
2.73789
2.71914
2.67525
2.61583
2.51791
2.39805
2.21532
1.99874
1.68634
1.33399
0.871927
0.361363
-1.13508
-0.836043
-0.598388
-0.38162
-0.137814
0.0896904
0.294539
0.475714
0.617363
0.789986
0.969538
1.13637
1.29892
1.4534
1.60778
1.75062
1.89066
2.02096
2.14796
2.25943
2.36155
2.44566
2.51869
2.57765
2.63077
2.66503
2.68856
2.69651
2.69417
2.6755
2.63146
2.57282
2.47519
2.35668
2.17451
1.95964
1.64934
1.3021
0.854963
0.374238
-1.14705
-0.845158
-0.608906
-0.392385
-0.151264
0.0753232
0.275579
0.457142
0.59678
0.766239
0.94457
1.10978
1.2716
1.42433
1.57769
1.71875
1.85769
1.98616
2.11195
2.22164
2.32244
2.40506
2.47738
2.53603
2.58874
2.62274
2.64588
2.65384
2.65068
2.63209
2.58793
2.53002
2.43271
2.31545
2.13392
1.92062
1.61271
1.27073
0.838906
0.387178
-1.15867
-0.854174
-0.619328
-0.402969
-0.164812
0.0608908
0.256848
0.43884
0.576488
0.742711
0.919793
1.08333
1.24444
1.39535
1.54772
1.68698
1.82483
1.95144
2.07601
2.18392
2.28343
2.36458
2.43623
2.49455
2.54684
2.58059
2.60335
2.61133
2.60738
2.58886
2.54459
2.48739
2.39039
2.27433
2.09347
1.88177
1.57639
1.23995
0.823634
0.399915
-1.17011
-0.863019
-0.629697
-0.413253
-0.178501
0.0464582
0.238274
0.420865
0.556448
0.719507
0.895207
1.05708
1.21742
1.3666
1.5179
1.6554
1.79212
1.91692
2.04022
2.14637
2.24458
2.32434
2.39532
2.45333
2.50518
2.53869
2.56107
2.56908
2.56438
2.54592
2.50157
2.445
2.34837
2.23339
2.05331
1.84304
1.5405
1.20976
0.809224
0.412613
-1.18116
-0.871744
-0.63998
-0.423311
-0.192264
0.0319451
0.219916
0.403211
0.536709
0.696558
0.87083
1.03101
1.19057
1.33799
1.48823
1.62397
1.75956
1.88252
2.00456
2.10895
2.20589
2.28428
2.35462
2.41231
2.46371
2.49699
2.51902
2.52706
2.52163
2.50321
2.4588
2.40284
2.30656
2.19261
2.01332
1.80451
1.505
1.18022
0.79555
0.425035
-1.19191
-0.88026
-0.65021
-0.433023
-0.206143
0.0174141
0.201702
0.38593
0.517226
0.673962
0.846664
1.00519
1.16389
1.30964
1.45874
1.59277
1.72718
1.84836
1.96908
2.07177
2.16742
2.24452
2.31422
2.37159
2.42253
2.4556
2.47727
2.48534
2.47923
2.46084
2.41641
2.36096
2.26509
2.15203
1.97366
1.76617
1.46998
1.15132
0.782683
0.437317
-1.20214
-0.888593
-0.660345
-0.442446
-0.220054
0.002799
0.183688
0.369013
0.498055
0.651658
0.822729
0.979579
1.1374
1.28147
1.42943
1.56176
1.69499
1.81439
1.93377
2.03477
2.12916
2.20501
2.27409
2.33114
2.38161
2.41447
2.4358
2.4439
2.43714
2.41875
2.37432
2.31935
2.22388
2.11165
1.93422
1.72808
1.43541
1.12312
0.770503
0.449242
-1.21202
-0.896705
-0.670408
-0.451559
-0.234024
-0.0118332
0.165808
0.352331
0.479166
0.629753
0.799027
0.95425
1.11109
1.25359
1.40032
1.53102
1.663
1.7807
1.89868
1.99805
2.09116
2.16584
2.23431
2.29105
2.34103
2.37369
2.3947
2.40281
2.39545
2.37704
2.33264
2.27806
2.18304
2.0715
1.89514
1.69022
1.40137
1.09561
0.759073
0.460926
-1.22142
-0.90473
-0.680364
-0.46058
-0.247945
-0.0265368
0.14813
0.335668
0.460623
0.608194
0.77558
0.929179
1.08499
1.22593
1.3714
1.50051
1.63121
1.74724
1.8638
1.96158
2.05343
2.12698
2.19485
2.25127
2.30076
2.33323
2.35391
2.36205
2.35412
2.33565
2.29131
2.23705
2.14251
2.03158
1.85632
1.65266
1.36784
1.06884
0.748283
0.472178
-1.23053
-0.912737
-0.69023
-0.469607
-0.261834
-0.0412404
0.130606
0.318999
0.442382
0.587072
0.752389
0.904419
1.05908
1.19859
1.34271
1.47031
1.59966
1.71409
1.82918
1.92543
2.016
2.08851
2.15577
2.21188
2.26088
2.29315
2.31353
2.32166
2.31322
2.29465
2.25042
2.19639
2.10237
1.99192
1.81789
1.61538
1.33489
1.04279
0.738185
0.483085
-1.23923
-0.92085
-0.699981
-0.478841
-0.275593
-0.0559848
0.113304
0.302312
0.424493
0.566334
0.729469
0.87995
1.0334
1.1715
1.31423
1.44036
1.56833
1.6812
1.79478
1.88956
1.97886
2.05038
2.11704
2.17285
2.22134
2.25342
2.2735
2.28162
2.2727
2.25401
2.20991
2.15603
2.06256
1.95251
1.77976
1.57846
1.3025
1.01752
0.72869
0.493471
-1.24767
-0.928997
-0.709646
-0.488215
-0.28927
-0.0707152
0.0961726
0.285609
0.406909
0.546059
0.706823
0.855816
1.00793
1.14474
1.28598
1.41073
1.53724
1.64866
1.76067
1.85404
1.94205
2.01267
2.07871
2.13423
2.18221
2.21409
2.23389
2.24197
2.23263
2.21377
2.16986
2.11602
2.02315
1.91338
1.74204
1.54186
1.27072
0.992995
0.719835
0.503399
-1.25572
-0.937204
-0.719213
-0.497788
-0.302789
-0.085476
0.0792737
0.268881
0.38958
0.526203
0.684468
0.832003
0.982685
1.11825
1.25795
1.38138
1.50639
1.6164
1.72681
1.81884
1.90556
1.97533
2.04076
2.09598
2.14345
2.17513
2.19466
2.20269
2.19297
2.1739
2.1302
2.07633
1.9841
1.87451
1.70465
1.50567
1.23956
0.969291
0.711558
0.512708
-1.26354
-0.945407
-0.728709
-0.507503
-0.316204
-0.100221
0.0625579
0.252131
0.372352
0.506831
0.662411
0.808542
0.957663
1.09211
1.23017
1.35236
1.47579
1.58449
1.69324
1.78401
1.86942
1.93842
2.00323
2.05816
2.10512
2.13659
2.15586
2.16381
2.15376
2.13444
2.09098
2.037
1.94545
1.83595
1.66768
1.46987
1.20904
0.946357
0.703879
0.521428
-1.27099
-0.953628
-0.73812
-0.517397
-0.329445
-0.114979
0.0460772
0.235365
0.355274
0.48789
0.640663
0.78542
0.932889
1.06625
1.20262
1.32363
1.44544
1.55289
1.65995
1.74951
1.83361
1.9019
1.96608
2.02073
2.06716
2.09843
2.11745
2.12529
2.11495
2.09534
2.05216
1.99798
1.90715
1.79767
1.63107
1.43452
1.17917
0.924271
0.696771
0.529402
-1.2782
-0.961809
-0.747468
-0.527417
-0.342565
-0.129708
0.0297864
0.218586
0.338316
0.469427
0.619229
0.762654
0.908347
1.04074
1.17532
1.29523
1.41535
1.52164
1.62696
1.71539
1.79817
1.86581
1.92936
1.98372
2.02963
2.06068
2.07946
2.08717
2.07658
2.05665
2.01378
1.95932
1.86925
1.75972
1.59489
1.39962
1.14997
0.90298
0.690236
0.536619
-1.28507
-0.969977
-0.75674
-0.537591
-0.3555
-0.144428
0.0137321
0.201813
0.321535
0.451393
0.598118
0.740234
0.884065
1.01552
1.14826
1.26713
1.38552
1.4907
1.59425
1.68161
1.76307
1.83011
1.89301
1.9471
1.99249
2.02331
2.04185
2.04941
2.03862
2.01833
1.97578
1.92099
1.8317
1.72208
1.55909
1.36523
1.12145
0.882562
0.684283
0.542922
-1.29169
-0.978076
-0.765952
-0.547869
-0.368302
-0.159102
-0.00212662
0.185046
0.3049
0.433823
0.577339
0.718167
0.860032
0.990638
1.12147
1.23935
1.35597
1.46012
1.56187
1.64822
1.72835
1.79485
1.8571
1.9109
1.95577
1.98634
2.00465
2.01204
2.00107
1.98039
1.9382
1.88301
1.79454
1.6848
1.52373
1.33135
1.09361
0.862962
0.678897
0.548244
-1.29797
-0.986132
-0.77509
-0.558258
-0.380916
-0.173735
-0.0177536
0.168316
0.288457
0.416675
0.556897
0.696445
0.836275
0.966036
1.09493
1.21186
1.32667
1.42983
1.52978
1.61516
1.69398
1.75997
1.82157
1.87508
1.91942
1.94974
1.96783
1.97501
1.96391
1.94282
1.90099
1.84536
1.75772
1.64784
1.48876
1.29803
1.06649
0.844262
0.674127
0.552405
-1.30399
-0.994096
-0.784165
-0.568719
-0.39339
-0.188295
-0.0331844
0.151622
0.272172
0.399977
0.536807
0.67507
0.812786
0.941768
1.06867
1.18468
1.29767
1.39989
1.49802
1.58248
1.65999
1.72552
1.78646
1.83968
1.88349
1.91354
1.93141
1.93836
1.92715
1.90563
1.86417
1.80806
1.72127
1.61127
1.45426
1.26528
1.04006
0.826399
0.669946
0.555267
-1.30968
-1.00199
-0.793163
-0.579246
-0.405676
-0.20278
-0.0483891
0.134999
0.256081
0.383699
0.517068
0.654038
0.789587
0.917774
1.04267
1.15779
1.26893
1.37025
1.46657
1.55015
1.62636
1.69145
1.75173
1.80464
1.84793
1.87769
1.89534
1.90205
1.89076
1.86879
1.82769
1.7711
1.68515
1.57505
1.42016
1.23315
1.01436
0.809464
0.666455
0.556616
-1.31511
-1.00978
-0.802092
-0.589809
-0.417817
-0.217167
-0.0633978
0.118447
0.240152
0.36786
0.497699
0.633345
0.76668
0.894101
1.01698
1.1312
1.2405
1.34095
1.43546
1.51818
1.59312
1.6578
1.71742
1.77001
1.81277
1.84223
1.85966
1.8661
1.85474
1.83233
1.79159
1.7345
1.6494
1.53925
1.38654
1.20163
0.989367
0.793388
0.663376
0.556305
-1.3202
-1.01748
-0.810935
-0.600387
-0.429774
-0.231442
-0.0781907
0.102002
0.224404
0.35244
0.478698
0.612993
0.74408
0.870695
0.991544
1.10488
1.21235
1.31193
1.40466
1.48655
1.56025
1.62452
1.68348
1.73574
1.77797
1.80712
1.82433
1.83048
1.81908
1.79622
1.75582
1.69824
1.61398
1.50384
1.35335
1.17077
0.96511
0.778229
0.660246
0.554439
-1.32503
-1.02505
-0.819698
-0.61096
-0.441584
-0.24559
-0.0927915
0.0856597
0.208806
0.337461
0.460084
0.592979
0.721797
0.847603
0.966432
1.07887
1.18451
1.28324
1.37422
1.45529
1.52777
1.59165
1.64996
1.70186
1.74356
1.77239
1.78936
1.79521
1.78377
1.76047
1.72041
1.66235
1.57893
1.46888
1.32066
1.14058
0.94156
0.763816
0.656614
0.551372
-1.32954
-1.03253
-0.828366
-0.621502
-0.453215
-0.259594
-0.107185
0.0694593
0.193367
0.322802
0.441865
0.573316
0.699845
0.824781
0.9416
1.05312
1.15696
1.25483
1.34409
1.42436
1.49565
1.55914
1.61679
1.66833
1.7095
1.73799
1.75473
1.76027
1.7488
1.72506
1.68531
1.62681
1.54421
1.43433
1.28843
1.11109
0.91875
0.750166
0.652571
0.547407
-1.33378
-1.03986
-0.83694
-0.632002
-0.464696
-0.273447
-0.12139
0.053391
0.178061
0.308198
0.424085
0.55402
0.67825
0.802277
0.917109
1.02767
1.12974
1.22674
1.31434
1.39379
1.46394
1.52703
1.58405
1.63518
1.67582
1.70396
1.72046
1.72567
1.71417
1.69003
1.65056
1.59165
1.50986
1.40026
1.25672
1.08229
0.896642
0.737123
0.648052
0.542716
-1.33772
-1.04709
-0.845406
-0.642423
-0.476002
-0.287127
-0.135398
0.0374922
0.162894
0.293479
0.406733
0.535102
0.657017
0.780051
0.892914
1.00248
1.10282
1.19894
1.28491
1.36355
1.43259
1.49528
1.55165
1.60238
1.64249
1.67026
1.68651
1.69139
1.67987
1.65533
1.61612
1.55685
1.47585
1.36663
1.22549
1.05422
0.875271
0.72473
0.643212
0.537466
-1.34139
-1.05416
-0.853763
-0.652768
-0.487158
-0.300635
-0.149221
0.0217492
0.147853
0.278684
0.389824
0.516563
0.636164
0.758145
0.869075
0.977597
1.07624
1.17145
1.25585
1.33368
1.40165
1.46392
1.51967
1.56996
1.60954
1.63693
1.65292
1.65745
1.6459
1.62099
1.58201
1.52245
1.44222
1.33352
1.19482
1.02688
0.854593
0.712848
0.637958
0.531716
-1.34477
-1.06111
-0.861998
-0.662995
-0.498141
-0.313947
-0.162856
0.00619809
0.132942
0.26384
0.373331
0.498407
0.615683
0.736519
0.845541
0.952981
1.04997
1.14424
1.22712
1.30414
1.37108
1.43292
1.48804
1.53787
1.57692
1.60392
1.61964
1.62383
1.61225
1.587
1.54823
1.48841
1.40895
1.30087
1.16466
1.00027
0.834643
0.701541
0.632458
0.525585
-1.34789
-1.06791
-0.870109
-0.673115
-0.50897
-0.327072
-0.176308
-0.0091775
0.118158
0.248981
0.357274
0.480636
0.595596
0.715216
0.822373
0.928666
1.02405
1.11736
1.19878
1.27496
1.34092
1.40231
1.45682
1.50616
1.54467
1.57128
1.58671
1.59056
1.57893
1.55337
1.51478
1.45479
1.37608
1.26876
1.13507
0.974409
0.815375
0.690687
0.626592
0.51907
-1.35074
-1.07457
-0.878084
-0.683083
-0.519628
-0.339982
-0.189579
-0.0243473
0.103496
0.234129
0.341627
0.463256
0.575887
0.694199
0.799516
0.904625
0.998442
1.09075
1.17077
1.24611
1.31113
1.37205
1.42595
1.47478
1.51276
1.53895
1.5541
1.5576
1.54592
1.52008
1.48165
1.42155
1.34359
1.23715
1.10603
0.949284
0.796824
0.680361
0.620538
0.512274
-1.35332
-1.08107
-0.885918
-0.692917
-0.530126
-0.352695
-0.202669
-0.0393292
0.0889574
0.219306
0.326416
0.446273
0.556581
0.673512
0.777035
0.880891
0.973195
1.06446
1.14314
1.21763
1.28175
1.34218
1.39548
1.44378
1.48122
1.50699
1.52184
1.52498
1.51326
1.48717
1.44887
1.38874
1.31153
1.2061
1.07759
0.924912
0.778941
0.670458
0.614148
0.505152
-1.35564
-1.08741
-0.893598
-0.70257
-0.540453
-0.36518
-0.215582
-0.0540956
0.0745363
0.204526
0.311619
0.429696
0.537656
0.653123
0.754872
0.857438
0.94826
1.03846
1.11585
1.18948
1.25273
1.31265
1.36535
1.4131
1.45001
1.47535
1.48988
1.49269
1.4809
1.4546
1.41642
1.35632
1.27986
1.17556
1.04972
0.901269
0.761759
0.661059
0.607605
0.497811
-1.35768
-1.09359
-0.901119
-0.712064
-0.550612
-0.37746
-0.228313
-0.0686645
0.0602442
0.189799
0.297217
0.413543
0.519148
0.633079
0.733094
0.834305
0.923696
1.01279
1.08895
1.1617
1.22413
1.28352
1.33563
1.3828
1.41917
1.44408
1.45828
1.46075
1.44888
1.42241
1.38433
1.32434
1.24864
1.14561
1.02247
0.878377
0.745233
0.652079
0.600735
0.49017
-1.35947
-1.09959
-0.908471
-0.721355
-0.560597
-0.389503
-0.240872
-0.0830148
0.0460643
0.175134
0.283053
0.397837
0.501039
0.613362
0.711652
0.811469
0.899454
0.987409
1.06239
1.13425
1.19589
1.25472
1.30624
1.35283
1.38866
1.41313
1.427
1.42913
1.41719
1.39056
1.35258
1.29277
1.21785
1.11619
0.995816
0.856201
0.729387
0.643601
0.59371
0.482343
-1.361
-1.10541
-0.915647
-0.730469
-0.570407
-0.401338
-0.253247
-0.0971638
0.0320162
0.160536
0.268985
0.382494
0.483389
0.594033
0.69062
0.788981
0.875597
0.962372
1.03622
1.10719
1.16806
1.22633
1.27726
1.32324
1.35852
1.38255
1.39607
1.39787
1.38584
1.35911
1.32121
1.26166
1.18753
1.08738
0.969802
0.834764
0.714181
0.635558
0.586336
0.47422
-1.36228
-1.11105
-0.922642
-0.739361
-0.580041
-0.412931
-0.265452
-0.111093
0.0180801
0.146014
0.254891
0.36733
0.466179
0.575082
0.669952
0.766813
0.852072
0.937643
1.01039
1.08045
1.14059
1.19826
1.24861
1.29398
1.3287
1.35229
1.36545
1.36693
1.35481
1.328
1.29019
1.23096
1.15767
1.05911
0.944397
0.814019
0.699634
0.628036
0.578771
0.465928
-1.36329
-1.11649
-0.929448
-0.748063
-0.589489
-0.424314
-0.27747
-0.124819
0.0042833
0.131575
0.24081
0.35226
0.449456
0.556561
0.649716
0.745018
0.828946
0.913267
0.984961
1.0541
1.11353
1.17059
1.22037
1.26509
1.29927
1.3224
1.3352
1.33636
1.32415
1.29729
1.25957
1.20074
1.1283
1.03145
0.919642
0.793994
0.685708
0.620997
0.570795
0.457333
-1.36407
-1.12174
-0.936061
-0.756531
-0.598759
-0.435452
-0.289318
-0.138327
-0.00940245
0.117227
0.226719
0.337261
0.433171
0.538452
0.629857
0.723562
0.806159
0.889211
0.959871
1.02809
1.08682
1.14326
1.19245
1.23652
1.27015
1.29283
1.30527
1.30612
1.29381
1.26693
1.22931
1.17095
1.0994
1.00435
0.895507
0.774633
0.672413
0.614426
0.562561
0.448591
-1.36457
-1.12678
-0.942468
-0.764794
-0.607834
-0.44638
-0.300977
-0.151632
-0.0229427
0.102975
0.212658
0.322352
0.417369
0.520797
0.610439
0.702495
0.783779
0.86552
0.935179
1.00247
1.06053
1.11632
1.16493
1.20834
1.24141
1.26364
1.2757
1.27626
1.26384
1.23698
1.19947
1.14165
1.07103
0.977882
0.872026
0.755965
0.659705
0.607967
0.553927
0.439595
-1.3648
-1.13159
-0.948662
-0.772811
-0.616724
-0.457063
-0.312464
-0.164724
-0.0363694
0.0888259
0.198602
0.307519
0.401995
0.50358
0.591402
0.681782
0.761741
0.842159
0.910828
0.977179
1.03457
1.0897
1.13773
1.18048
1.21299
1.23476
1.24645
1.24672
1.23421
1.20739
1.17002
1.11279
1.04314
0.951968
0.849166
0.737924
0.647552
0.601289
0.545148
0.430558
-1.36473
-1.13616
-0.954628
-0.780607
-0.625407
-0.467533
-0.323757
-0.17761
-0.0496409
0.0747821
0.184595
0.29278
0.387109
0.486846
0.572814
0.661477
0.74012
0.819176
0.886879
0.952286
1.00903
1.06348
1.11092
1.153
1.18495
1.20627
1.21758
1.21756
1.20496
1.17821
1.14099
1.08442
1.01579
0.926685
0.826956
0.720546
0.635884
0.594215
0.536127
0.421377
-1.36438
-1.14046
-0.960361
-0.788145
-0.6339
-0.477756
-0.334877
-0.190287
-0.0627969
0.060852
0.170608
0.278106
0.372581
0.470545
0.55463
0.641557
0.718861
0.796544
0.863279
0.927735
0.983826
1.03759
1.08444
1.12584
1.15723
1.17809
1.18902
1.18874
1.17605
1.1494
1.11235
1.0565
0.98895
0.901963
0.805365
0.703752
0.62466
0.586809
0.527037
0.412241
-1.36371
-1.14451
-0.96585
-0.795451
-0.642173
-0.487766
-0.345797
-0.202759
-0.0757894
0.0470357
0.156684
0.263513
0.358214
0.454553
0.536955
0.622103
0.698055
0.774322
0.840098
0.903591
0.959035
1.0121
1.05835
1.09906
1.12989
1.1503
1.16085
1.16031
1.14752
1.12101
1.08417
1.02909
0.962658
0.87787
0.784411
0.687586
0.613842
0.579078
0.517737
0.403002
-1.36276
-1.14827
-0.971095
-0.802492
-0.650252
-0.497528
-0.356541
-0.215025
-0.0886625
0.0333412
0.142795
0.248973
0.343764
0.438681
0.519752
0.603094
0.677646
0.752483
0.817279
0.879798
0.934581
0.986926
1.03257
1.0726
1.10287
1.12282
1.13299
1.1322
1.11935
1.09299
1.05638
1.00213
0.93688
0.854335
0.764066
0.671963
0.603397
0.571064
0.508366
0.393813
-1.36149
-1.15174
-0.976083
-0.809293
-0.658102
-0.507077
-0.367081
-0.227085
-0.101362
0.0197686
0.128985
0.234518
0.329315
0.422927
0.503087
0.584591
0.657715
0.731075
0.794889
0.856421
0.910541
0.962153
1.00719
1.04652
1.07623
1.09572
1.10552
1.1045
1.09157
1.06539
1.02906
0.975688
0.911662
0.831422
0.744342
0.656934
0.593314
0.562773
0.498788
0.384516
-1.35993
-1.1549
-0.980818
-0.815828
-0.665755
-0.516379
-0.377441
-0.238943
-0.113939
0.00632657
0.115223
0.220116
0.314808
0.407264
0.4869
0.566555
0.638193
0.710068
0.772871
0.833401
0.886838
0.937705
0.982116
1.02075
1.0499
1.06894
1.07837
1.07712
1.06415
1.03817
1.00214
0.949702
0.886962
0.809062
0.72521
0.642406
0.583565
0.554218
0.48911
0.375249
-1.35803
-1.15776
-0.985285
-0.822116
-0.67317
-0.525467
-0.387592
-0.250594
-0.126334
-0.00698668
0.101555
0.205803
0.300332
0.391712
0.471175
0.549053
0.619167
0.689514
0.751293
0.810807
0.863553
0.913657
0.957438
0.995374
1.02395
1.04254
1.05161
1.05014
1.03713
1.01139
0.975698
0.924236
0.862825
0.787314
0.706676
0.628438
0.574164
0.5454
0.47922
0.365858
-1.35583
-1.16028
-0.989492
-0.828137
-0.680387
-0.534307
-0.397562
-0.262045
-0.138602
-0.0201623
0.0879477
0.191544
0.285819
0.376235
0.455688
0.532062
0.600577
0.669389
0.730105
0.788582
0.840608
0.889936
0.933069
0.970307
0.998316
1.01646
1.02517
1.0235
1.01046
0.984977
0.949673
0.899228
0.839206
0.766106
0.688714
0.614935
0.565091
0.536306
0.469205
0.35646
-1.35328
-1.16247
-0.993424
-0.833906
-0.687358
-0.542934
-0.407317
-0.273287
-0.150678
-0.0332012
0.0744493
0.177384
0.271364
0.360856
0.440325
0.515604
0.582526
0.649756
0.709382
0.766803
0.818094
0.866622
0.909098
0.945629
0.973068
0.990762
0.999121
0.997263
0.98421
0.959006
0.924119
0.874742
0.816148
0.745496
0.671321
0.601962
0.556383
0.52693
0.458968
0.346924
-1.3504
-1.16429
-0.997091
-0.83941
-0.69413
-0.551312
-0.416887
-0.28433
-0.162623
-0.0460943
0.061024
0.163283
0.256891
0.345544
0.424925
0.499502
0.56496
0.630598
0.689079
0.745415
0.795931
0.843644
0.885442
0.921267
0.948133
0.965381
0.973394
0.97136
0.958314
0.933414
0.898991
0.850711
0.793604
0.725411
0.654475
0.589416
0.548033
0.517219
0.448568
0.337351
-1.34715
-1.16576
-1.00048
-0.84466
-0.700649
-0.559476
-0.426238
-0.295162
-0.174369
-0.058844
0.0477208
0.149289
0.2425
0.330327
0.409559
0.483597
0.547983
0.611978
0.669272
0.724497
0.774215
0.821086
0.862193
0.8973
0.92359
0.94039
0.948061
0.945862
0.932836
0.908267
0.87434
0.827204
0.771616
0.705905
0.638168
0.577371
0.540044
0.507168
0.437945
0.327636
-1.34356
-1.16681
-1.00359
-0.849642
-0.706968
-0.56739
-0.435401
-0.305795
-0.185979
-0.0714405
0.0345021
0.13536
0.228106
0.315176
0.394174
0.467708
0.531528
0.593873
0.649911
0.70399
0.752864
0.798875
0.839266
0.873655
0.899362
0.915715
0.923054
0.920703
0.907717
0.883499
0.850114
0.804148
0.75013
0.686906
0.622377
0.565712
0.532114
0.496763
0.42718
0.317879
-1.33969
-1.16742
-1.0064
-0.85435
-0.713017
-0.575084
-0.444337
-0.316212
-0.197379
-0.0838849
0.0214198
0.121552
0.213818
0.300121
0.378845
0.451891
0.515539
0.576347
0.631075
0.683978
0.731979
0.777098
0.816756
0.850414
0.875533
0.891436
0.898444
0.895953
0.883019
0.859178
0.826368
0.781611
0.729192
0.668464
0.60709
0.554492
0.523869
0.486111
0.416289
0.308033
-1.33568
-1.16754
-1.00887
-0.858759
-0.718848
-0.582516
-0.453075
-0.326426
-0.208639
-0.0961668
0.00843405
0.107818
0.199542
0.285136
0.363515
0.43609
0.499711
0.559391
0.612723
0.664409
0.711483
0.755688
0.794585
0.827507
0.852028
0.867479
0.874166
0.871545
0.858685
0.835239
0.803046
0.75952
0.708744
0.650508
0.592286
0.543565
0.515098
0.475214
0.405334
0.298193
-1.3315
-1.1672
-1.01097
-0.862858
-0.724383
-0.589714
-0.461575
-0.336416
-0.219677
-0.108288
-0.00440204
0.0942165
0.18539
0.270251
0.34826
0.420361
0.483966
0.542919
0.594955
0.645382
0.691489
0.734742
0.772856
0.805024
0.828938
0.84393
0.850295
0.847555
0.834779
0.811752
0.780206
0.737945
0.68883
0.633085
0.577953
0.532998
0.505871
0.464116
0.394309
0.288329
-1.32719
-1.16641
-1.01273
-0.866641
-0.729686
-0.596641
-0.469869
-0.346199
-0.230568
-0.120238
-0.0171307
0.0806969
0.171263
0.255439
0.333018
0.404647
0.468157
0.526642
0.577738
0.626851
0.671923
0.714195
0.75149
0.782895
0.806185
0.820713
0.826763
0.823912
0.811239
0.788647
0.757789
0.716807
0.669392
0.616124
0.564067
0.522671
0.496159
0.452756
0.383215
0.278482
-1.32267
-1.16522
-1.01412
-0.870103
-0.734679
-0.603325
-0.477915
-0.355749
-0.241228
-0.132018
-0.0296955
0.0673253
0.157281
0.240736
0.317868
0.389014
0.452379
0.510453
0.561102
0.608914
0.652899
0.694144
0.730593
0.761212
0.783866
0.797917
0.80365
0.800696
0.788134
0.765998
0.735852
0.696178
0.650472
0.599672
0.550621
0.512686
0.486015
0.441178
0.372049
0.268635
-1.318
-1.16364
-1.01517
-0.873251
-0.739438
-0.609733
-0.485749
-0.365089
-0.251734
-0.143618
-0.0421417
0.0540459
0.143336
0.226114
0.302747
0.373403
0.43656
0.494266
0.544824
0.591523
0.634344
0.674527
0.71009
0.739911
0.761906
0.775472
0.780889
0.777838
0.765403
0.743736
0.714338
0.675979
0.632012
0.583658
0.537593
0.502948
0.475373
0.42931
0.360783
0.258791
-1.31311
-1.16171
-1.01586
-0.876075
-0.74388
-0.615895
-0.49333
-0.374191
-0.261999
-0.155038
-0.0544121
0.0409271
0.129553
0.211608
0.287731
0.357882
0.420795
0.478125
0.528702
0.574706
0.616392
0.655456
0.690098
0.719093
0.740409
0.75347
0.758566
0.755424
0.743118
0.721936
0.693306
0.656282
0.614055
0.568128
0.524977
0.493491
0.464285
0.417224
0.349445
0.248958
-1.30804
-1.15942
-1.01622
-0.87859
-0.748087
-0.62178
-0.500695
-0.383079
-0.272107
-0.166272
-0.0665547
0.0279093
0.115816
0.197189
0.272757
0.34239
0.405007
0.461988
0.512516
0.558205
0.598982
0.636878
0.67055
0.698697
0.719304
0.731846
0.736618
0.733383
0.721217
0.700529
0.672695
0.63701
0.596541
0.553011
0.512743
0.483908
0.452726
0.404891
0.338019
0.239116
-1.30274
-1.15682
-1.01625
-0.880783
-0.751974
-0.627414
-0.507801
-0.391722
-0.281965
-0.177317
-0.0785083
0.0150667
0.102259
0.182897
0.257901
0.327001
0.389296
0.445907
0.496345
0.541852
0.582119
0.618923
0.651574
0.678838
0.698704
0.710698
0.715133
0.711809
0.699778
0.679596
0.652571
0.618234
0.579517
0.538356
0.50087
0.47392
0.440833
0.392445
0.326581
0.229322
-1.29725
-1.15389
-1.01594
-0.882673
-0.755628
-0.632772
-0.514686
-0.400149
-0.291658
-0.188167
-0.090324
0.0023354
0.0887603
0.168702
0.243101
0.311652
0.373582
0.429838
0.48013
0.525434
0.565479
0.601515
0.633115
0.659464
0.678548
0.689969
0.694058
0.690638
0.678743
0.659068
0.632874
0.599879
0.562923
0.524094
0.489321
0.46324
0.42858
0.379843
0.315099
0.219537
-1.29151
-1.15067
-1.01532
-0.884243
-0.758958
-0.637877
-0.52131
-0.408325
-0.301093
-0.19882
-0.10194
-0.0102085
0.0754553
0.154642
0.228432
0.296417
0.357962
0.413835
0.46395
0.509038
0.548946
0.584506
0.615238
0.640724
0.658971
0.669775
0.673493
0.669974
0.6582
0.639036
0.613676
0.582024
0.546809
0.510275
0.478101
0.452002
0.41604
0.367176
0.30365
0.209837
-1.28558
-1.14715
-1.01438
-0.88552
-0.762057
-0.642705
-0.52771
-0.416282
-0.310359
-0.209271
-0.113409
-0.0226325
0.0622174
0.140687
0.213829
0.281232
0.342355
0.397855
0.447745
0.492592
0.532315
0.567504
0.597688
0.62249
0.639947
0.650081
0.653404
0.649767
0.638099
0.619438
0.594924
0.564597
0.531122
0.49684
0.467048
0.440124
0.403167
0.354375
0.292171
0.200148
-1.27941
-1.14337
-1.01314
-0.886481
-0.764833
-0.647279
-0.533845
-0.423982
-0.319358
-0.219515
-0.124665
-0.0348546
0.0491886
0.12688
0.19937
0.266177
0.326862
0.381957
0.431599
0.47619
0.515704
0.55052
0.580312
0.604564
0.621489
0.631052
0.633923
0.630147
0.618544
0.600378
0.576698
0.547682
0.515918
0.483835
0.45576
0.427807
0.3901
0.341565
0.280761
0.190572
-1.27305
-1.1393
-1.0116
-0.887158
-0.767379
-0.651577
-0.539751
-0.43146
-0.32818
-0.229552
-0.135766
-0.046947
0.0362398
0.113189
0.184992
0.251185
0.311399
0.366094
0.415447
0.459755
0.499023
0.533478
0.562875
0.586636
0.603279
0.61258
0.61504
0.61108
0.599498
0.581804
0.558956
0.53122
0.50115
0.471195
0.443909
0.415018
0.376821
0.328692
0.269349
0.181013
-1.26644
-1.13498
-1.00976
-0.887526
-0.769602
-0.655621
-0.545389
-0.438674
-0.336728
-0.239372
-0.146642
-0.0588252
0.0235132
0.0996553
0.17077
0.236335
0.296069
0.350329
0.399375
0.443385
0.482391
0.516478
0.545486
0.568797
0.585235
0.594468
0.596751
0.592681
0.581093
0.563839
0.541794
0.515302
0.486886
0.45877
0.431493
0.401944
0.363458
0.315879
0.25805
0.171596
-1.25965
-1.1304
-1.00764
-0.887619
-0.771598
-0.65939
-0.550795
-0.445664
-0.345093
-0.248979
-0.157354
-0.070565
0.0108768
0.0862476
0.156641
0.221562
0.280783
0.334612
0.383314
0.427002
0.465712
0.49944
0.528063
0.550961
0.567197
0.576396
0.57875
0.574763
0.563324
0.546456
0.525185
0.499884
0.473075
0.446108
0.418603
0.388544
0.349979
0.303062
0.246779
0.162208
-1.25261
-1.12558
-1.00523
-0.887409
-0.773275
-0.662902
-0.55593
-0.452382
-0.353174
-0.258355
-0.167828
-0.0820741
-0.00152224
0.0730138
0.142684
0.20695
0.265651
0.319014
0.367359
0.410709
0.449115
0.482474
0.510718
0.533234
0.549273
0.558438
0.560933
0.557158
0.54616
0.529747
0.509234
0.485042
0.459538
0.433072
0.405391
0.375042
0.336537
0.290378
0.235665
0.152989
-1.2454
-1.12051
-1.00256
-0.886934
-0.774726
-0.666142
-0.560827
-0.458872
-0.361064
-0.267513
-0.178128
-0.0934348
-0.0138158
0.059918
0.128838
0.19243
0.250583
0.303482
0.351437
0.394425
0.432498
0.465496
0.493367
0.515527
0.531375
0.540516
0.543153
0.539614
0.529235
0.513488
0.493751
0.47055
0.445859
0.419703
0.39197
0.361409
0.323098
0.277761
0.224609
0.143812
-1.23795
-1.11521
-0.999611
-0.886161
-0.77586
-0.669122
-0.565451
-0.465082
-0.368661
-0.276428
-0.188177
-0.104549
-0.025858
0.0470113
0.115177
0.17809
0.235689
0.28809
0.335644
0.378258
0.415991
0.448617
0.476123
0.497949
0.513614
0.522728
0.525504
0.522229
0.512467
0.497478
0.478502
0.456189
0.432048
0.406217
0.378485
0.347854
0.309814
0.265343
0.21375
0.134815
-1.23033
-1.10967
-0.996407
-0.885132
-0.776771
-0.671833
-0.569834
-0.471063
-0.376062
-0.285121
-0.198043
-0.115507
-0.0377831
0.0342539
0.101642
0.163855
0.220875
0.272779
0.319902
0.36212
0.399489
0.43175
0.458895
0.480406
0.495894
0.504992
0.507909
0.504909
0.495733
0.481464
0.463229
0.441733
0.418133
0.392625
0.364957
0.334289
0.29661
0.253036
0.20297
0.125876
-1.22248
-1.10391
-0.992939
-0.88381
-0.77737
-0.67428
-0.57394
-0.476752
-0.38316
-0.293554
-0.207645
-0.126199
-0.0494402
0.0217063
0.0883121
0.149825
0.206258
0.257636
0.304318
0.346131
0.383131
0.415014
0.441806
0.463018
0.478337
0.487416
0.490471
0.487758
0.479134
0.46555
0.448022
0.427281
0.404201
0.37902
0.351456
0.32087
0.283607
0.240957
0.192402
0.117112
-1.21446
-1.09794
-0.989225
-0.882241
-0.777745
-0.676461
-0.577802
-0.48221
-0.390054
-0.301762
-0.217055
-0.136725
-0.0609632
0.00931977
0.0751238
0.135915
0.19174
0.242588
0.288806
0.330191
0.366803
0.398316
0.424759
0.445685
0.460841
0.469911
0.473105
0.470681
0.462582
0.449649
0.432804
0.412767
0.390198
0.365353
0.337947
0.307472
0.270697
0.228993
0.18191
0.108394
-1.20622
-1.09175
-0.985256
-0.88038
-0.777814
-0.678375
-0.581387
-0.487365
-0.396638
-0.309696
-0.226189
-0.146968
-0.072205
-0.00283805
0.0621565
0.122231
0.177442
0.227735
0.273476
0.31443
0.350649
0.38178
0.407879
0.428532
0.443532
0.452588
0.455919
0.453786
0.446183
0.433869
0.41767
0.398289
0.376214
0.351712
0.324503
0.294242
0.258001
0.217254
0.171623
0.0998379
-1.19782
-1.08535
-0.981053
-0.878284
-0.777663
-0.68003
-0.584726
-0.492294
-0.403016
-0.317407
-0.235126
-0.157042
-0.083304
-0.0148285
0.0493416
0.108676
0.163252
0.212986
0.258231
0.298733
0.334542
0.365296
0.391057
0.411446
0.426295
0.435345
0.438814
0.436965
0.429836
0.418111
0.402534
0.383773
0.362185
0.338039
0.311074
0.281048
0.245393
0.205618
0.161399
0.0913369
-1.18921
-1.07875
-0.976601
-0.875899
-0.777213
-0.681412
-0.587787
-0.496911
-0.409077
-0.324826
-0.243776
-0.166814
-0.0941091
-0.0265688
0.0367662
0.0953702
0.149304
0.198458
0.243196
0.283244
0.318638
0.349007
0.374431
0.394566
0.409269
0.418309
0.421911
0.420344
0.413665
0.402496
0.387507
0.369325
0.348213
0.324432
0.297748
0.268043
0.233011
0.194208
0.151377
0.0830174
-1.18046
-1.07196
-0.971927
-0.873287
-0.776545
-0.682541
-0.590604
-0.501302
-0.41493
-0.332025
-0.252224
-0.176413
-0.104758
-0.0381335
0.0243553
0.0822054
0.135478
0.184047
0.22826
0.267836
0.302803
0.33279
0.357883
0.377768
0.392331
0.401367
0.405101
0.403806
0.397554
0.386916
0.372492
0.354864
0.334221
0.310823
0.284456
0.255092
0.220716
0.182895
0.141418
0.0747352
-1.1715
-1.06496
-0.967013
-0.870388
-0.775592
-0.683391
-0.593144
-0.505371
-0.420467
-0.338915
-0.260377
-0.185694
-0.115106
-0.0494275
0.0121977
0.0693097
0.121909
0.169882
0.213556
0.252662
0.287193
0.316793
0.341555
0.3612
0.375624
0.384651
0.388512
0.387482
0.381638
0.371498
0.35761
0.340502
0.320324
0.297313
0.271301
0.242344
0.208659
0.171808
0.131665
0.0666166
-1.1624
-1.05779
-0.961888
-0.86728
-0.774424
-0.684004
-0.595444
-0.509231
-0.4258
-0.3456
-0.268333
-0.194811
-0.125297
-0.0605529
0.000205675
0.0565498
0.108462
0.155828
0.198953
0.237569
0.271657
0.300872
0.325308
0.344714
0.359005
0.368029
0.372013
0.371236
0.365779
0.356118
0.342743
0.32614
0.306422
0.28382
0.258187
0.229655
0.196679
0.160812
0.121971
0.0585913
-1.15312
-1.05043
-0.956531
-0.863893
-0.772992
-0.684335
-0.597476
-0.512772
-0.43083
-0.351968
-0.275995
-0.203609
-0.135196
-0.0714
-0.0115327
0.0440628
0.0952708
0.14203
0.184587
0.222718
0.256352
0.285181
0.309287
0.328463
0.34262
0.351634
0.355738
0.355205
0.350119
0.340903
0.32802
0.311893
0.292637
0.270441
0.245231
0.217173
0.184945
0.150045
0.112511
0.0506646
-1.14371
-1.04291
-0.950984
-0.860301
-0.771357
-0.684435
-0.599284
-0.516103
-0.435664
-0.358136
-0.283469
-0.21224
-0.144934
-0.0820752
-0.0231069
0.0317181
0.0822042
0.128348
0.170325
0.207957
0.241131
0.269575
0.293357
0.312303
0.32633
0.335339
0.339556
0.339255
0.334522
0.325734
0.313327
0.297663
0.278868
0.257102
0.23233
0.204765
0.17329
0.13937
0.103116
0.0429531
-1.13413
-1.03521
-0.945216
-0.856457
-0.769483
-0.684272
-0.60084
-0.519142
-0.440219
-0.364004
-0.290667
-0.220578
-0.154409
-0.0924927
-0.0344484
0.0196207
0.0693674
0.114902
0.156281
0.193417
0.226118
0.254181
0.277633
0.296355
0.310249
0.319247
0.323574
0.323496
0.319102
0.310712
0.298764
0.283543
0.265215
0.243872
0.21958
0.192549
0.161867
0.128916
0.0939683
0.0353087
-1.12445
-1.02736
-0.939273
-0.852422
-0.767417
-0.683898
-0.602189
-0.521991
-0.444595
-0.369697
-0.297698
-0.228765
-0.163735
-0.102754
-0.0456409
0.00765041
0.0566406
0.101552
0.142324
0.178952
0.211176
0.238858
0.261985
0.280484
0.294249
0.303239
0.30767
0.307802
0.303732
0.295728
0.284228
0.269444
0.251585
0.230692
0.206891
0.180404
0.150514
0.118541
0.0848651
0.0278809
-1.11462
-1.01936
-0.933124
-0.848186
-0.765133
-0.683305
-0.603302
-0.524601
-0.448719
-0.375137
-0.304477
-0.236718
-0.172834
-0.11281
-0.0566346
-0.00413
0.0441018
0.0883865
0.128546
0.164655
0.196399
0.223697
0.246498
0.264774
0.278409
0.287386
0.291916
0.292255
0.288493
0.280856
0.269785
0.255432
0.238039
0.2176
0.194316
0.168429
0.139355
0.108372
0.0759874
0.020491
-1.10469
-1.01122
-0.926831
-0.843767
-0.762662
-0.682509
-0.604222
-0.527023
-0.452672
-0.38041
-0.311102
-0.244515
-0.181784
-0.12271
-0.067484
-0.0157803
0.0316737
0.0753175
0.114851
0.150438
0.181697
0.208612
0.231089
0.249145
0.262651
0.271619
0.276242
0.276774
0.273308
0.266031
0.255384
0.241458
0.22454
0.204576
0.181829
0.156531
0.12828
0.0982798
0.0671561
0.0133158
-1.09462
-1.00294
-0.920358
-0.839214
-0.75999
-0.681547
-0.604912
-0.529265
-0.456388
-0.385482
-0.317489
-0.252136
-0.190534
-0.132457
-0.0781606
-0.0272967
0.0194008
0.0623821
0.101303
0.136339
0.167121
0.193641
0.215802
0.23363
0.247009
0.255961
0.260673
0.261399
0.258212
0.251284
0.241038
0.227551
0.211091
0.191622
0.169415
0.144784
0.117359
0.0883833
0.0585168
0.00618445
-1.08448
-0.994549
-0.913755
-0.834483
-0.757128
-0.680384
-0.605416
-0.531314
-0.459932
-0.390385
-0.323728
-0.259585
-0.199126
-0.142035
-0.0886871
-0.038666
0.00725032
0.0495568
0.087846
0.122338
0.152634
0.178765
0.200606
0.218212
0.231465
0.240402
0.2452
0.246103
0.243188
0.236605
0.226764
0.213704
0.197724
0.178759
0.157128
0.133124
0.106546
0.0785616
0.0499332
-0.000743836
-1.0742
-0.986024
-0.907016
-0.82967
-0.754088
-0.679083
-0.605697
-0.533206
-0.463248
-0.395109
-0.329735
-0.266882
-0.207528
-0.151481
-0.0990492
-0.0499211
-0.00475548
0.0368477
0.0745275
0.108439
0.138262
0.163987
0.185518
0.202891
0.21602
0.224936
0.229814
0.230898
0.228239
0.221995
0.212534
0.199919
0.184397
0.165963
0.144899
0.121607
0.0958652
0.0689278
0.0415118
-0.00765204
-1.06386
-0.977403
-0.900159
-0.824672
-0.750857
-0.677566
-0.605788
-0.53488
-0.466376
-0.399637
-0.335578
-0.273968
-0.215745
-0.160722
-0.109235
-0.0609886
-0.0166038
0.0242899
0.0613351
0.0946831
0.12402
0.149345
0.17056
0.187709
0.200711
0.209607
0.214564
0.21581
0.213404
0.207493
0.19842
0.186237
0.171199
0.153296
0.132842
0.110206
0.0853324
0.0593859
0.0331657
-0.0143341
-1.0534
-0.968669
-0.893209
-0.819627
-0.74746
-0.675914
-0.605649
-0.536389
-0.469263
-0.403974
-0.341168
-0.280886
-0.223749
-0.169809
-0.119229
-0.0719161
-0.0282781
0.0118762
0.0483126
0.0810585
0.109925
0.134833
0.155742
0.172652
0.18553
0.194399
0.199427
0.20084
0.19867
0.193089
0.184381
0.172647
0.158068
0.140724
0.120862
0.0989659
0.074939
0.0500371
0.0249811
-0.021001
-1.04288
-0.959855
-0.886141
-0.814375
-0.743867
-0.674019
-0.605308
-0.537642
-0.471938
-0.408072
-0.346563
-0.287545
-0.231531
-0.178643
-0.129006
-0.0826021
-0.0397465
-0.000327886
0.0354701
0.0676375
0.0960146
0.120515
0.141108
0.15779
0.170539
0.179381
0.184478
0.18604
0.184106
0.178845
0.170512
0.159209
0.145116
0.128323
0.109098
0.0878823
0.0647346
0.0408112
0.0169025
-0.0274083
-1.03226
-0.950944
-0.879013
-0.809072
-0.740123
-0.671968
-0.604735
-0.538693
-0.474354
-0.411939
-0.351683
-0.293986
-0.239065
-0.187271
-0.138551
-0.0930893
-0.0509931
-0.0123294
0.0228483
0.054408
0.0823073
0.106385
0.126669
0.14311
0.15573
0.164537
0.169697
0.171408
0.169696
0.164749
0.156771
0.145911
0.132283
0.116063
0.097455
0.076989
0.0546962
0.0317853
0.00900006
-0.0337439
-1.02159
-0.941963
-0.871745
-0.80355
-0.736167
-0.669661
-0.603936
-0.539468
-0.476529
-0.415539
-0.356567
-0.300136
-0.246337
-0.19561
-0.147839
-0.103294
-0.061987
-0.0240723
0.0104597
0.0414328
0.068838
0.0925018
0.112466
0.128674
0.141161
0.149931
0.15515
0.156995
0.155504
0.150861
0.143245
0.132809
0.119669
0.104011
0.0860574
0.066289
0.0448744
0.0229139
0.00123746
-0.0398997
-1.01082
-0.932895
-0.864428
-0.797953
-0.732068
-0.66717
-0.602905
-0.540001
-0.478433
-0.418863
-0.361158
-0.306015
-0.253328
-0.203685
-0.156853
-0.113238
-0.0727122
-0.0355517
-0.00165898
0.0287126
0.055626
0.0788673
0.0985131
0.11448
0.12683
0.135556
0.140827
0.142803
0.141523
0.137173
0.129906
0.119896
0.107234
0.0921434
0.0748347
0.0558038
0.0352502
0.0142458
-0.00635405
-0.0460207
-1.00001
-0.923744
-0.856949
-0.792118
-0.727755
-0.664415
-0.601641
-0.540247
-0.480082
-0.421902
-0.365489
-0.311587
-0.260035
-0.211451
-0.165584
-0.122874
-0.0831549
-0.0467409
-0.0135067
0.0162784
0.0426888
0.0655137
0.0848332
0.100564
0.112773
0.121453
0.126769
0.128866
0.127792
0.123726
0.11681
0.107213
0.095039
0.0805128
0.0638636
0.0455415
0.0258498
0.00575307
-0.013799
-0.0520851
-0.989088
-0.914498
-0.8494
-0.786175
-0.723292
-0.661457
-0.600143
-0.540228
-0.481452
-0.42464
-0.369512
-0.316852
-0.266436
-0.218911
-0.17401
-0.132205
-0.0932924
-0.0576211
-0.0250464
0.00414696
0.0300517
0.0524566
0.0714471
0.0869365
0.0989985
0.107625
0.112981
0.115193
0.114318
0.110524
0.10395
0.0947616
0.0830709
0.0691059
0.0531109
0.0355146
0.0166692
-0.00253379
-0.0210823
-0.0580576
-0.978108
-0.905153
-0.841667
-0.779995
-0.718604
-0.658246
-0.598405
-0.539935
-0.48256
-0.427095
-0.37326
-0.321814
-0.27254
-0.226062
-0.182136
-0.141225
-0.103131
-0.0682001
-0.0362937
-0.00768527
0.0177099
0.0396968
0.0583545
0.0736038
0.085516
0.094087
0.0994753
0.101795
0.101111
0.0975827
0.091348
0.0825616
0.0713548
0.0579507
0.042609
0.0257237
0.00770853
-0.0106343
-0.0282121
-0.0639254
-0.96703
-0.895703
-0.833836
-0.77368
-0.713754
-0.654826
-0.596432
-0.539372
-0.483385
-0.429242
-0.376695
-0.326452
-0.278322
-0.232884
-0.189936
-0.149912
-0.11264
-0.0784436
-0.0472079
-0.019185
0.0056968
0.0272645
0.0455855
0.0605909
0.0723478
0.0808567
0.0862707
0.0886917
0.0881932
0.0849195
0.0790171
0.0706263
0.0599002
0.0470487
0.0323565
0.0161819
-0.00101853
-0.0185256
-0.0351708
-0.0696691
-0.955885
-0.886143
-0.825814
-0.767142
-0.708678
-0.651172
-0.59422
-0.538556
-0.48395
-0.43112
-0.379852
-0.330801
-0.283807
-0.239406
-0.197434
-0.158296
-0.121845
-0.088386
-0.0578214
-0.0303832
-0.00601274
0.0151348
0.0331189
0.0478794
0.059479
0.0679223
0.0733555
0.0758727
0.0755511
0.0725282
0.0669511
0.0589536
0.0487024
0.0364047
0.0223506
0.00687812
-0.00953281
-0.026227
-0.0419776
-0.0752847
-0.944641
-0.876467
-0.817675
-0.76045
-0.70343
-0.647307
-0.591775
-0.537473
-0.484235
-0.432692
-0.382695
-0.334821
-0.288963
-0.245589
-0.204595
-0.166335
-0.130708
-0.0979796
-0.0680882
-0.0412326
-0.0173772
0.00335053
0.0209938
0.0355068
0.0469438
0.055316
0.0607624
0.0633695
0.063219
0.0604376
0.055181
0.047569
0.0377898
0.0260344
0.0126141
-0.00216779
-0.0178042
-0.0337147
-0.0486034
-0.0807653
-0.933329
-0.866677
-0.80935
-0.753554
-0.697963
-0.643228
-0.5891
-0.536156
-0.484268
-0.434011
-0.385268
-0.338566
-0.293827
-0.251483
-0.211458
-0.174079
-0.13927
-0.107277
-0.0780535
-0.0517822
-0.0284365
-0.00813063
0.00917373
0.0234372
0.0347106
0.0430081
0.0484618
0.0511544
0.0511671
0.0486243
0.04368
0.0364525
0.027136
0.0159231
0.00311967
-0.0109783
-0.0258689
-0.0410123
-0.0550763
-0.0861062
-0.921917
-0.856766
-0.800896
-0.746495
-0.69232
-0.638939
-0.586199
-0.534581
-0.484029
-0.43503
-0.387533
-0.341985
-0.298365
-0.257038
-0.217981
-0.181474
-0.147484
-0.116219
-0.087666
-0.0619752
-0.0391423
-0.0192567
-0.00229474
0.0117176
0.0228226
0.0310406
0.0364966
0.0392686
0.0394398
0.0371274
0.0324914
0.0256398
0.016783
0.00609899
-0.0060928
-0.0195249
-0.0336836
-0.0480895
-0.0613544
-0.0912924
-0.910438
-0.84674
-0.792271
-0.739254
-0.686472
-0.634452
-0.583079
-0.532788
-0.48355
-0.43581
-0.389537
-0.345143
-0.302622
-0.262314
-0.224214
-0.188582
-0.155403
-0.124869
-0.0969791
-0.0718708
-0.0495439
-0.0300804
-0.0134579
0.000301256
0.0112374
0.0193727
0.0248258
0.0276735
0.027996
0.0259113
0.0215751
0.0150984
0.00669018
-0.00346658
-0.0150662
-0.0278392
-0.0412947
-0.054976
-0.0674754
-0.0963295
-0.898861
-0.836595
-0.783513
-0.731846
-0.680447
-0.629759
-0.579739
-0.530745
-0.482809
-0.4363
-0.391242
-0.347981
-0.306556
-0.267254
-0.230108
-0.195342
-0.162973
-0.133164
-0.105938
-0.0814066
-0.059588
-0.0405442
-0.024264
-0.0107588
4.55766e-06
0.00805315
0.0134992
0.0164169
0.0168869
0.0150222
0.0109824
0.00487132
-0.00309201
-0.0127364
-0.0237498
-0.0358847
-0.0486495
-0.0616343
-0.073388
-0.101194
-0.887219
-0.826344
-0.774604
-0.724278
-0.674234
-0.624882
-0.576193
-0.528497
-0.48184
-0.436562
-0.392698
-0.350568
-0.31022
-0.271923
-0.23572
-0.201822
-0.170253
-0.141171
-0.114599
-0.0906469
-0.0693293
-0.0507061
-0.0347646
-0.021515
-0.0109246
-0.00296543
0.00246912
0.00545348
0.00606436
0.00441705
0.000665272
-0.00508234
-0.0126127
-0.0217483
-0.0321954
-0.0436999
-0.0558012
-0.0681009
-0.0791399
-0.105907
-0.875484
-0.815977
-0.765563
-0.716546
-0.667848
-0.619805
-0.572435
-0.526009
-0.480617
-0.436544
-0.393863
-0.352845
-0.313568
-0.276262
-0.240998
-0.207956
-0.177188
-0.148823
-0.122907
-0.0995267
-0.0787116
-0.0605059
-0.0449052
-0.0319113
-0.0214969
-0.0136304
-0.00821063
-0.00516478
-0.00441635
-0.00585341
-0.00932071
-0.0147144
-0.0218164
-0.0304587
-0.0403463
-0.0512419
-0.0626912
-0.0743316
-0.0846718
-0.110435
-0.863692
-0.805515
-0.756389
-0.708672
-0.661292
-0.614557
-0.568482
-0.523325
-0.479178
-0.436307
-0.394789
-0.354879
-0.316655
-0.280339
-0.246001
-0.213815
-0.183836
-0.156189
-0.130919
-0.108112
-0.0877916
-0.0700035
-0.0547398
-0.0420025
-0.0317639
-0.0239924
-0.0185913
-0.0154869
-0.014607
-0.015837
-0.019028
-0.0240712
-0.0307569
-0.0389112
-0.0482588
-0.0585544
-0.0693769
-0.0803694
-0.0900403
-0.114809
-0.851819
-0.79495
-0.747092
-0.700642
-0.654568
-0.609115
-0.564325
-0.520411
-0.477494
-0.4358
-0.395433
-0.356611
-0.319434
-0.284091
-0.250674
-0.219334
-0.190141
-0.163204
-0.138579
-0.116337
-0.0965126
-0.0791383
-0.0642128
-0.0517316
-0.0416712
-0.0339972
-0.0286173
-0.0254591
-0.0244509
-0.0254804
-0.0283992
-0.0331016
-0.0393767
-0.0470585
-0.0558737
-0.0655901
-0.0757963
-0.086164
-0.0951786
-0.118983
-0.839907
-0.784306
-0.737683
-0.692488
-0.647691
-0.603514
-0.559986
-0.51731
-0.475603
-0.435083
-0.395848
-0.358108
-0.321959
-0.287587
-0.255078
-0.224581
-0.196163
-0.169935
-0.145945
-0.124268
-0.104931
-0.0879701
-0.0733789
-0.0611541
-0.0512715
-0.0436967
-0.0383413
-0.0351322
-0.0340013
-0.0348341
-0.0374886
-0.0418548
-0.0477315
-0.0549476
-0.0632489
-0.072396
-0.0820095
-0.0917643
-0.10015
-0.123003
-0.827938
-0.773574
-0.728161
-0.684189
-0.640655
-0.597728
-0.555449
-0.513987
-0.473476
-0.434105
-0.39599
-0.359313
-0.324184
-0.290767
-0.259159
-0.229493
-0.201847
-0.176317
-0.152961
-0.131841
-0.112992
-0.0964396
-0.0821829
-0.0702135
-0.0605102
-0.0530365
-0.0477079
-0.044452
-0.0432014
-0.043844
-0.0462388
-0.0502788
-0.0557635
-0.0625291
-0.0703247
-0.0789221
-0.0879528
-0.0971151
-0.104883
-0.126807
-0.815951
-0.762784
-0.718547
-0.675782
-0.633483
-0.591795
-0.550742
-0.510486
-0.471153
-0.432924
-0.39591
-0.360289
-0.326164
-0.293695
-0.262976
-0.234137
-0.207251
-0.182416
-0.159684
-0.13912
-0.120751
-0.104605
-0.090679
-0.0789647
-0.06944
-0.0620689
-0.0567698
-0.05347
-0.0521052
-0.0525617
-0.0547048
-0.0584241
-0.0635289
-0.0698519
-0.0771596
-0.0852181
-0.0936879
-0.10227
-0.109445
-0.130456
-0.803921
-0.75192
-0.708832
-0.667242
-0.62616
-0.585687
-0.545847
-0.506773
-0.468602
-0.431493
-0.395567
-0.360982
-0.327851
-0.296315
-0.266477
-0.238452
-0.212321
-0.188171
-0.166061
-0.146043
-0.128153
-0.11241
-0.0988135
-0.0873528
-0.0780076
-0.0707404
-0.0654727
-0.0621327
-0.0606569
-0.0609336
-0.0628301
-0.0662388
-0.070971
-0.076866
-0.0836947
-0.0912326
-0.0991509
-0.107171
-0.113762
-0.133876
-0.791882
-0.741009
-0.699039
-0.658608
-0.618716
-0.579443
-0.540792
-0.502891
-0.465863
-0.429865
-0.39501
-0.361452
-0.329299
-0.298689
-0.269718
-0.242501
-0.217115
-0.193645
-0.172146
-0.152672
-0.135253
-0.11991
-0.106639
-0.0954314
-0.0862649
-0.0791026
-0.0738689
-0.0704916
-0.0689099
-0.0690116
-0.0706694
-0.0737738
-0.0781454
-0.0836214
-0.0899877
-0.0970166
-0.104404
-0.111876
-0.117908
-0.137143
-0.77981
-0.730035
-0.689154
-0.649851
-0.61113
-0.573033
-0.535557
-0.498806
-0.462906
-0.427997
-0.394199
-0.36165
-0.330462
-0.300762
-0.272649
-0.246228
-0.22158
-0.19878
-0.177888
-0.15895
-0.141999
-0.127051
-0.114105
-0.103148
-0.0941606
-0.0871041
-0.0819059
-0.0784947
-0.0768106
-0.0767434
-0.0781682
-0.0809784
-0.0849973
-0.0900683
-0.0959818
-0.102519
-0.109386
-0.116325
-0.121806
-0.140177
-0.767735
-0.719023
-0.679204
-0.641011
-0.603436
-0.566499
-0.530174
-0.494561
-0.459771
-0.42594
-0.393182
-0.361631
-0.331394
-0.302595
-0.275326
-0.249694
-0.225771
-0.203635
-0.18334
-0.164934
-0.148444
-0.133888
-0.121262
-0.110555
-0.101745
-0.0947953
-0.0896349
-0.0861929
-0.0844113
-0.0841803
-0.08538
-0.0879031
-0.091581
-0.0962569
-0.101733
-0.107791
-0.114157
-0.120579
-0.125533
-0.143061
-0.755636
-0.707957
-0.669171
-0.632058
-0.595609
-0.559808
-0.52462
-0.490122
-0.456426
-0.423653
-0.39192
-0.361349
-0.33205
-0.304135
-0.277702
-0.252844
-0.229639
-0.208158
-0.188454
-0.170572
-0.154538
-0.14037
-0.128062
-0.117602
-0.10897
-0.102127
-0.0970062
-0.0935364
-0.0916609
-0.0912723
-0.0922531
-0.0944988
-0.0978444
-0.102139
-0.107189
-0.112783
-0.118659
-0.124579
-0.129015
-0.145711
-0.743542
-0.696864
-0.659083
-0.623032
-0.587685
-0.553003
-0.518929
-0.485533
-0.452912
-0.421184
-0.390459
-0.360857
-0.33248
-0.305441
-0.279828
-0.255736
-0.233238
-0.212403
-0.193281
-0.175917
-0.160333
-0.146547
-0.134554
-0.124339
-0.115884
-0.109149
-0.104069
-0.100575
-0.0986103
-0.0980694
-0.0988392
-0.100815
-0.10384
-0.107763
-0.112402
-0.117547
-0.122952
-0.128387
-0.132331
-0.14822
-0.731431
-0.685723
-0.648921
-0.613904
-0.579639
-0.546052
-0.513077
-0.480761
-0.449198
-0.418497
-0.388764
-0.360113
-0.332645
-0.306464
-0.281661
-0.258322
-0.236521
-0.216322
-0.197776
-0.180921
-0.165783
-0.152375
-0.140693
-0.130721
-0.122441
-0.115815
-0.110777
-0.107261
-0.105211
-0.104524
-0.10509
-0.106806
-0.109519
-0.113084
-0.117323
-0.122034
-0.126981
-0.131947
-0.13541
-0.15051
-0.71933
-0.674565
-0.638715
-0.604714
-0.571507
-0.538998
-0.507098
-0.475847
-0.445325
-0.415635
-0.386879
-0.359165
-0.33259
-0.307257
-0.283249
-0.260654
-0.239539
-0.219967
-0.201986
-0.185635
-0.170935
-0.1579
-0.146525
-0.136794
-0.128689
-0.122171
-0.117178
-0.113643
-0.111513
-0.110686
-0.111054
-0.112519
-0.114932
-0.11815
-0.122004
-0.126297
-0.130805
-0.135322
-0.138332
-0.152668
-0.707222
-0.663369
-0.628444
-0.595432
-0.563263
-0.531809
-0.500969
-0.470762
-0.441263
-0.412566
-0.384769
-0.357975
-0.33228
-0.307778
-0.284554
-0.262688
-0.242249
-0.223294
-0.205871
-0.190014
-0.175747
-0.16308
-0.152009
-0.142516
-0.134584
-0.128175
-0.123228
-0.119677
-0.117471
-0.116509
-0.116688
-0.11791
-0.120033
-0.122917
-0.126399
-0.130287
-0.134371
-0.138457
-0.141031
-0.154634
-0.695131
-0.652164
-0.61814
-0.586098
-0.554945
-0.524528
-0.494724
-0.465544
-0.437051
-0.409331
-0.382477
-0.356589
-0.331757
-0.308074
-0.28562
-0.264474
-0.244698
-0.226351
-0.209475
-0.194107
-0.180265
-0.167961
-0.157188
-0.147932
-0.140172
-0.133872
-0.128972
-0.125409
-0.123131
-0.12204
-0.122038
-0.123027
-0.12487
-0.127432
-0.130557
-0.134058
-0.137739
-0.141415
-0.143587
-0.156485
-0.68304
-0.640931
-0.607782
-0.576685
-0.546527
-0.517124
-0.48834
-0.460168
-0.432661
-0.4059
-0.379973
-0.354973
-0.33099
-0.30811
-0.286412
-0.265971
-0.246848
-0.229098
-0.212762
-0.197873
-0.184451
-0.172504
-0.162026
-0.153003
-0.145414
-0.139222
-0.134371
-0.130798
-0.128453
-0.12724
-0.127062
-0.127827
-0.129402
-0.131654
-0.134434
-0.137565
-0.140857
-0.144146
-0.145932
-0.158164
-0.670971
-0.629697
-0.597401
-0.567229
-0.538045
-0.509637
-0.481852
-0.454669
-0.428131
-0.402312
-0.377294
-0.353168
-0.330017
-0.307927
-0.286973
-0.267225
-0.248743
-0.231579
-0.215773
-0.201356
-0.188346
-0.17675
-0.166564
-0.15777
-0.150351
-0.144268
-0.139468
-0.135888
-0.13348
-0.132151
-0.131806
-0.132357
-0.133674
-0.135629
-0.13808
-0.140857
-0.143782
-0.146704
-0.14814
-0.159738
-0.658912
-0.618447
-0.586977
-0.557707
-0.529475
-0.502043
-0.475237
-0.449023
-0.423436
-0.39854
-0.374415
-0.351144
-0.328811
-0.307494
-0.287269
-0.268201
-0.250348
-0.23376
-0.218474
-0.204521
-0.191916
-0.180666
-0.170767
-0.1622
-0.154948
-0.148975
-0.144226
-0.140643
-0.138176
-0.136736
-0.136232
-0.136578
-0.137647
-0.139319
-0.141454
-0.143892
-0.146467
-0.149041
-0.150141
-0.161138
-0.646881
-0.607204
-0.576539
-0.548151
-0.520853
-0.494375
-0.468529
-0.443266
-0.41861
-0.394621
-0.37137
-0.348939
-0.327407
-0.306851
-0.28734
-0.268939
-0.251703
-0.23568
-0.220905
-0.207407
-0.1952
-0.184291
-0.174673
-0.166331
-0.159245
-0.153381
-0.148686
-0.145102
-0.142581
-0.141037
-0.140383
-0.140533
-0.141367
-0.142767
-0.144602
-0.146718
-0.148962
-0.151208
-0.152001
-0.162421
-0.634869
-0.595955
-0.566072
-0.538545
-0.512157
-0.486613
-0.461707
-0.437375
-0.413632
-0.39053
-0.368137
-0.346528
-0.325781
-0.305968
-0.287157
-0.26941
-0.252779
-0.23731
-0.223036
-0.209984
-0.198168
-0.187593
-0.178253
-0.170132
-0.163211
-0.157456
-0.152815
-0.149233
-0.146663
-0.145021
-0.144224
-0.144187
-0.144796
-0.145938
-0.147487
-0.149297
-0.151225
-0.15316
-0.153655
-0.163514
-0.62289
-0.584722
-0.555601
-0.528915
-0.503419
-0.47879
-0.454803
-0.431382
-0.408533
-0.3863
-0.364746
-0.343944
-0.323965
-0.304881
-0.286757
-0.26965
-0.253612
-0.238685
-0.224902
-0.212288
-0.200855
-0.190609
-0.181542
-0.173639
-0.166881
-0.161235
-0.156651
-0.153074
-0.15046
-0.148727
-0.147794
-0.147582
-0.147978
-0.148874
-0.150151
-0.151671
-0.153302
-0.154942
-0.155161
-0.164482
-0.61094
-0.573495
-0.545115
-0.519247
-0.494622
-0.470887
-0.447799
-0.42527
-0.403296
-0.381913
-0.36118
-0.341166
-0.321939
-0.303568
-0.286114
-0.269634
-0.254176
-0.23978
-0.226478
-0.214292
-0.203235
-0.193311
-0.184513
-0.176825
-0.170229
-0.164691
-0.160165
-0.156596
-0.153943
-0.152125
-0.151065
-0.150686
-0.15088
-0.151544
-0.152563
-0.153809
-0.155156
-0.156515
-0.156468
-0.165258
-0.599029
-0.562293
-0.534634
-0.509568
-0.485795
-0.462933
-0.440724
-0.419067
-0.397947
-0.377396
-0.357466
-0.338223
-0.319732
-0.302058
-0.28526
-0.269393
-0.254503
-0.240627
-0.227795
-0.216029
-0.205341
-0.195733
-0.187199
-0.179723
-0.173287
-0.167859
-0.163392
-0.159836
-0.157148
-0.155252
-0.154073
-0.153537
-0.153541
-0.153985
-0.154761
-0.155748
-0.156828
-0.15792
-0.157625
-0.165911
-0.587155
-0.551108
-0.524152
-0.499867
-0.476924
-0.454915
-0.433565
-0.412759
-0.392474
-0.372734
-0.353588
-0.335098
-0.317325
-0.300332
-0.284175
-0.268907
-0.254571
-0.241203
-0.228832
-0.217477
-0.20715
-0.197852
-0.189577
-0.18231
-0.176032
-0.170713
-0.166307
-0.162766
-0.160048
-0.158081
-0.156792
-0.156109
-0.155934
-0.156171
-0.156718
-0.15746
-0.158287
-0.159128
-0.158595
-0.166383
-0.575326
-0.539959
-0.513687
-0.490165
-0.468034
-0.446858
-0.426345
-0.40637
-0.386899
-0.367952
-0.349572
-0.331817
-0.314746
-0.298418
-0.282888
-0.268204
-0.25441
-0.241539
-0.229618
-0.218665
-0.208691
-0.199698
-0.191678
-0.184617
-0.178496
-0.173286
-0.168943
-0.165421
-0.162679
-0.160647
-0.159256
-0.158436
-0.158094
-0.158137
-0.158469
-0.158981
-0.159571
-0.160172
-0.159419
-0.166739
-0.563544
-0.528839
-0.503235
-0.480458
-0.459118
-0.438753
-0.419056
-0.39989
-0.381213
-0.363039
-0.345405
-0.328366
-0.311979
-0.296299
-0.28138
-0.267267
-0.254002
-0.241616
-0.230134
-0.219574
-0.209946
-0.201251
-0.193481
-0.186622
-0.180657
-0.175557
-0.171279
-0.167779
-0.165017
-0.162928
-0.161443
-0.160497
-0.159998
-0.15986
-0.15999
-0.160287
-0.160652
-0.161029
-0.160067
-0.166924
-0.551814
-0.517765
-0.492814
-0.470764
-0.450195
-0.430621
-0.411719
-0.393341
-0.375438
-0.358015
-0.341109
-0.324769
-0.309049
-0.294002
-0.279678
-0.266122
-0.253373
-0.24146
-0.230408
-0.220232
-0.210942
-0.202539
-0.195015
-0.188356
-0.182546
-0.177555
-0.173345
-0.16987
-0.167095
-0.164955
-0.163385
-0.162322
-0.161678
-0.161371
-0.161313
-0.161408
-0.161565
-0.161729
-0.160575
-0.166999
-0.540139
-0.506734
-0.482423
-0.461081
-0.441263
-0.422458
-0.404328
-0.386716
-0.369564
-0.352873
-0.336675
-0.321014
-0.305943
-0.291511
-0.277768
-0.264754
-0.252507
-0.241056
-0.230423
-0.220622
-0.211663
-0.203546
-0.196264
-0.189802
-0.184145
-0.179264
-0.175123
-0.171678
-0.168894
-0.16671
-0.165063
-0.163893
-0.163116
-0.162652
-0.162419
-0.162326
-0.162287
-0.162254
-0.160919
-0.166914
-0.528522
-0.495762
-0.472079
-0.451429
-0.432341
-0.414283
-0.396903
-0.380034
-0.363612
-0.347632
-0.332122
-0.317122
-0.302683
-0.288851
-0.275672
-0.263187
-0.25143
-0.240429
-0.230205
-0.220771
-0.212135
-0.204299
-0.197254
-0.190987
-0.185482
-0.180712
-0.176641
-0.17323
-0.170444
-0.168222
-0.166507
-0.165239
-0.164339
-0.16373
-0.163335
-0.163068
-0.162846
-0.162628
-0.161128
-0.166721
-0.51697
-0.484851
-0.461785
-0.441809
-0.42343
-0.406094
-0.38944
-0.373291
-0.357576
-0.342287
-0.327444
-0.313086
-0.29926
-0.286011
-0.273382
-0.261411
-0.250131
-0.239568
-0.229742
-0.220666
-0.212347
-0.204785
-0.197973
-0.191898
-0.186544
-0.181886
-0.177889
-0.174515
-0.17173
-0.169478
-0.167703
-0.166347
-0.165334
-0.164592
-0.164047
-0.163618
-0.163227
-0.162838
-0.161184
-0.166382
-0.505484
-0.47402
-0.451563
-0.432242
-0.414548
-0.39791
-0.381957
-0.366504
-0.351475
-0.336854
-0.322658
-0.308925
-0.295695
-0.283012
-0.270917
-0.259447
-0.248632
-0.238496
-0.229059
-0.220332
-0.212322
-0.20503
-0.198447
-0.192561
-0.187357
-0.182812
-0.17889
-0.175557
-0.172779
-0.170504
-0.168675
-0.16724
-0.166125
-0.16526
-0.164577
-0.163999
-0.163452
-0.162903
-0.161112
-0.165944
-0.494067
-0.46328
-0.441424
-0.422736
-0.4057
-0.389733
-0.374455
-0.359673
-0.345306
-0.331331
-0.317763
-0.304634
-0.291982
-0.27985
-0.268274
-0.25729
-0.246926
-0.237206
-0.228148
-0.219762
-0.212055
-0.205026
-0.198668
-0.192969
-0.187915
-0.183482
-0.179638
-0.176349
-0.173585
-0.171291
-0.169417
-0.167911
-0.166703
-0.165726
-0.164917
-0.164201
-0.163508
-0.162815
-0.160897
-0.165369
-0.482685
-0.452636
-0.43138
-0.413304
-0.396899
-0.381575
-0.366946
-0.352811
-0.339082
-0.325733
-0.312772
-0.300229
-0.288139
-0.27654
-0.265469
-0.254957
-0.245033
-0.235719
-0.22703
-0.218977
-0.211565
-0.204795
-0.198659
-0.193144
-0.188239
-0.183919
-0.180155
-0.176914
-0.174166
-0.171861
-0.169948
-0.168379
-0.167086
-0.166008
-0.165082
-0.16424
-0.163416
-0.162586
-0.160554
-0.16469
-0.471267
-0.442013
-0.421383
-0.403916
-0.388128
-0.373427
-0.359425
-0.345915
-0.332803
-0.320059
-0.307686
-0.29571
-0.284163
-0.273083
-0.262501
-0.252449
-0.242952
-0.234032
-0.225702
-0.217974
-0.210852
-0.204335
-0.198417
-0.193085
-0.188327
-0.184122
-0.18044
-0.177249
-0.174522
-0.17221
-0.170265
-0.16864
-0.167271
-0.1661
-0.165069
-0.164112
-0.163165
-0.162213
-0.160077
-0.163883
-0.459799
-0.431369
-0.411391
-0.394543
-0.37937
-0.365282
-0.351892
-0.338989
-0.326475
-0.314316
-0.302513
-0.291087
-0.280069
-0.26949
-0.259384
-0.249778
-0.240698
-0.232161
-0.224183
-0.216772
-0.209932
-0.203664
-0.197959
-0.192808
-0.188197
-0.184106
-0.180507
-0.17737
-0.174667
-0.172353
-0.170382
-0.168708
-0.167271
-0.166017
-0.16489
-0.163828
-0.162772
-0.161706
-0.15948
-0.162983
-0.448326
-0.420704
-0.401387
-0.385168
-0.370608
-0.357128
-0.344337
-0.332026
-0.320095
-0.308505
-0.297254
-0.286361
-0.275854
-0.265764
-0.256119
-0.246947
-0.238271
-0.230108
-0.222471
-0.215369
-0.208807
-0.202781
-0.197287
-0.192314
-0.187849
-0.183873
-0.180358
-0.177276
-0.174602
-0.17229
-0.170297
-0.168581
-0.167084
-0.165755
-0.164541
-0.163386
-0.16223
-0.161065
-0.15876
-0.161969
-0.436893
-0.410053
-0.391389
-0.375795
-0.361846
-0.348965
-0.336762
-0.325031
-0.313666
-0.302629
-0.291915
-0.28154
-0.271529
-0.261912
-0.252715
-0.243965
-0.235681
-0.227882
-0.220579
-0.213779
-0.207487
-0.2017
-0.196413
-0.191615
-0.187294
-0.183432
-0.180003
-0.176979
-0.174335
-0.172029
-0.170021
-0.168269
-0.166719
-0.165324
-0.164034
-0.162796
-0.161553
-0.160296
-0.157925
-0.160865
-0.425533
-0.399436
-0.381411
-0.366432
-0.353086
-0.340792
-0.329167
-0.317999
-0.307187
-0.296687
-0.286494
-0.276621
-0.267092
-0.257934
-0.249173
-0.240832
-0.23293
-0.225484
-0.218506
-0.212
-0.205972
-0.200419
-0.195335
-0.19071
-0.186533
-0.182785
-0.179442
-0.176477
-0.173867
-0.171571
-0.169551
-0.167769
-0.166175
-0.164722
-0.163365
-0.162054
-0.160735
-0.159401
-0.156975
-0.159652
-0.414264
-0.388882
-0.371472
-0.357093
-0.344334
-0.332616
-0.321554
-0.310937
-0.300661
-0.290683
-0.280996
-0.271611
-0.262549
-0.253837
-0.245498
-0.237554
-0.230024
-0.222922
-0.216259
-0.210042
-0.204271
-0.198947
-0.194062
-0.189608
-0.185572
-0.181937
-0.17868
-0.175776
-0.173202
-0.17092
-0.168895
-0.167089
-0.165456
-0.163954
-0.162542
-0.16117
-0.159787
-0.158386
-0.155913
-0.158354
-0.403101
-0.378402
-0.361584
-0.347786
-0.335598
-0.324439
-0.313924
-0.303842
-0.294087
-0.284616
-0.275419
-0.266506
-0.257898
-0.249618
-0.241689
-0.234131
-0.226961
-0.220194
-0.213838
-0.2079
-0.202381
-0.197281
-0.192591
-0.188304
-0.184408
-0.180886
-0.177716
-0.174874
-0.172339
-0.170075
-0.168048
-0.166225
-0.164562
-0.16302
-0.161561
-0.160139
-0.158704
-0.157247
-0.154747
-0.156955
-0.392056
-0.368013
-0.351762
-0.338521
-0.326885
-0.316267
-0.306282
-0.296718
-0.287469
-0.278488
-0.269767
-0.261312
-0.253144
-0.245282
-0.23775
-0.230566
-0.223747
-0.217304
-0.211248
-0.205582
-0.200309
-0.195426
-0.190928
-0.186805
-0.183047
-0.179637
-0.176554
-0.173776
-0.171282
-0.169039
-0.167016
-0.165182
-0.163496
-0.161923
-0.160428
-0.158968
-0.157491
-0.155999
-0.153468
-0.155471
-0.381134
-0.357719
-0.342011
-0.329305
-0.318199
-0.308103
-0.298629
-0.289566
-0.280805
-0.2723
-0.264038
-0.256027
-0.248284
-0.240828
-0.233681
-0.226859
-0.220379
-0.214252
-0.208485
-0.203084
-0.19805
-0.193381
-0.189069
-0.185108
-0.181486
-0.178187
-0.175192
-0.172479
-0.170029
-0.167812
-0.165798
-0.163959
-0.162258
-0.160662
-0.159139
-0.15765
-0.156151
-0.154616
-0.152086
-0.153895
-0.370338
-0.347531
-0.332339
-0.320145
-0.309547
-0.299952
-0.290971
-0.28239
-0.274101
-0.266055
-0.258238
-0.250656
-0.243324
-0.236261
-0.229486
-0.223016
-0.216864
-0.211042
-0.205558
-0.200414
-0.195612
-0.19115
-0.187022
-0.183218
-0.17973
-0.176542
-0.173634
-0.170988
-0.168586
-0.166399
-0.164399
-0.162561
-0.160851
-0.159239
-0.157698
-0.156192
-0.154664
-0.153125
-0.150601
-0.152218
-0.359671
-0.337447
-0.32275
-0.311043
-0.300932
-0.291816
-0.283309
-0.275193
-0.267359
-0.259756
-0.252368
-0.2452
-0.238265
-0.231582
-0.225167
-0.219036
-0.213203
-0.207677
-0.202465
-0.197571
-0.192996
-0.188736
-0.184786
-0.181137
-0.177781
-0.174702
-0.171884
-0.169306
-0.166954
-0.1648
-0.16282
-0.160989
-0.159277
-0.157656
-0.156103
-0.154579
-0.153051
-0.151491
-0.148967
-0.150448
-0.349134
-0.327473
-0.313247
-0.302007
-0.292359
-0.283704
-0.27565
-0.267982
-0.260585
-0.253409
-0.246435
-0.239667
-0.233116
-0.226799
-0.220732
-0.214929
-0.209404
-0.204164
-0.199217
-0.194565
-0.190208
-0.186145
-0.182369
-0.178873
-0.175646
-0.172677
-0.169947
-0.16744
-0.165142
-0.163025
-0.161069
-0.159251
-0.157542
-0.155918
-0.154355
-0.152826
-0.151273
-0.149707
-0.147227
-0.148528
-0.338725
-0.317606
-0.303833
-0.293037
-0.283834
-0.275619
-0.268001
-0.260762
-0.253786
-0.247021
-0.240446
-0.234062
-0.227882
-0.221918
-0.216187
-0.210701
-0.205473
-0.20051
-0.195818
-0.191401
-0.187257
-0.183385
-0.179779
-0.176432
-0.173333
-0.170472
-0.167832
-0.165398
-0.163155
-0.16108
-0.159153
-0.157353
-0.155652
-0.154029
-0.152462
-0.150916
-0.149364
-0.147786
-0.145289
-0.146468
-0.328446
-0.307852
-0.294511
-0.284141
-0.275362
-0.267569
-0.260369
-0.253542
-0.246971
-0.2406
-0.234409
-0.228397
-0.222573
-0.21695
-0.211542
-0.206362
-0.20142
-0.196725
-0.192281
-0.18809
-0.184153
-0.180467
-0.177027
-0.173825
-0.170853
-0.168099
-0.165549
-0.163189
-0.161005
-0.158976
-0.157082
-0.155304
-0.153616
-0.151999
-0.150429
-0.148882
-0.147304
-0.145709
-0.143259
-0.144271
-0.318294
-0.298209
-0.285285
-0.275323
-0.266951
-0.259563
-0.252763
-0.246332
-0.240149
-0.234159
-0.228337
-0.222681
-0.2172
-0.211905
-0.206809
-0.201924
-0.197259
-0.192822
-0.188616
-0.184646
-0.180909
-0.177404
-0.174125
-0.171066
-0.168218
-0.165571
-0.163112
-0.160828
-0.158705
-0.156725
-0.154868
-0.153117
-0.151447
-0.149839
-0.148273
-0.146714
-0.14514
-0.14354
-0.141077
-0.141983
-0.308274
-0.288684
-0.27616
-0.266589
-0.258608
-0.251608
-0.245193
-0.239141
-0.233332
-0.227706
-0.222239
-0.216927
-0.211776
-0.206797
-0.202001
-0.1974
-0.193002
-0.188813
-0.184839
-0.181081
-0.177539
-0.174209
-0.171088
-0.168168
-0.165443
-0.162903
-0.160535
-0.158328
-0.156269
-0.15434
-0.152525
-0.150805
-0.149157
-0.147564
-0.146003
-0.144453
-0.142862
-0.141254
-0.138847
-0.139613
-0.298385
-0.279276
-0.267139
-0.257945
-0.25034
-0.243712
-0.237667
-0.23198
-0.226529
-0.221254
-0.216128
-0.211146
-0.206313
-0.201638
-0.197132
-0.192804
-0.188663
-0.184716
-0.180965
-0.177413
-0.174059
-0.1709
-0.167932
-0.165149
-0.162545
-0.16011
-0.157834
-0.155704
-0.153711
-0.151837
-0.150066
-0.14838
-0.14676
-0.145186
-0.143639
-0.142087
-0.140514
-0.138914
-0.136512
-0.137192
-0.288632
-0.269993
-0.258229
-0.249398
-0.242155
-0.235885
-0.230195
-0.224858
-0.219752
-0.214814
-0.210016
-0.205352
-0.200824
-0.196442
-0.192215
-0.188151
-0.184259
-0.180544
-0.177009
-0.173656
-0.170485
-0.167492
-0.164674
-0.162025
-0.159539
-0.157209
-0.155023
-0.152972
-0.151046
-0.149228
-0.147504
-0.145857
-0.144267
-0.142717
-0.141186
-0.139657
-0.138081
-0.136488
-0.134152
-0.134717
-0.279012
-0.260833
-0.249432
-0.240954
-0.234058
-0.228133
-0.222784
-0.217785
-0.21301
-0.208396
-0.203914
-0.199555
-0.195322
-0.191222
-0.187263
-0.183454
-0.179802
-0.176311
-0.172986
-0.169826
-0.166832
-0.164001
-0.161328
-0.15881
-0.15644
-0.154213
-0.152117
-0.150144
-0.148285
-0.146525
-0.14485
-0.143245
-0.141689
-0.140167
-0.138661
-0.137141
-0.135598
-0.134028
-0.131713
-0.132206
-0.269533
-0.251803
-0.240755
-0.232614
-0.226055
-0.220461
-0.215442
-0.210766
-0.20631
-0.202008
-0.19783
-0.193765
-0.189815
-0.185987
-0.182288
-0.178724
-0.175304
-0.17203
-0.168907
-0.165934
-0.163112
-0.160438
-0.157908
-0.155517
-0.153261
-0.151132
-0.149123
-0.147227
-0.145435
-0.143734
-0.142109
-0.140547
-0.139028
-0.137538
-0.136057
-0.134574
-0.133041
-0.131497
-0.129257
-0.129657
-0.260188
-0.242901
-0.232194
-0.224383
-0.218146
-0.212874
-0.208169
-0.203806
-0.199656
-0.195655
-0.191768
-0.187987
-0.184311
-0.180745
-0.177295
-0.173969
-0.170772
-0.167709
-0.164781
-0.16199
-0.159335
-0.156813
-0.15442
-0.152155
-0.150006
-0.147975
-0.146051
-0.14423
-0.142505
-0.140862
-0.13929
-0.137771
-0.136293
-0.134835
-0.133391
-0.131926
-0.130445
-0.128937
-0.126741
-0.127084
-0.250984
-0.234127
-0.223754
-0.216258
-0.210334
-0.205367
-0.200968
-0.196903
-0.193049
-0.189335
-0.185731
-0.182222
-0.17881
-0.175495
-0.172288
-0.16919
-0.16621
-0.163348
-0.16061
-0.157995
-0.155502
-0.153127
-0.150871
-0.148722
-0.146684
-0.144745
-0.142908
-0.141165
-0.139508
-0.137927
-0.136405
-0.134935
-0.133493
-0.132076
-0.130657
-0.129246
-0.127782
-0.126322
-0.124211
-0.124486
-0.24191
-0.22548
-0.215428
-0.20824
-0.202614
-0.197946
-0.193836
-0.190062
-0.186489
-0.183055
-0.179719
-0.176475
-0.173315
-0.170246
-0.167269
-0.164393
-0.16162
-0.158956
-0.156399
-0.153955
-0.151618
-0.149389
-0.14726
-0.145234
-0.143298
-0.141458
-0.13971
-0.138047
-0.136464
-0.134942
-0.133478
-0.132048
-0.130653
-0.129263
-0.127893
-0.126494
-0.125103
-0.123688
-0.121635
-0.121866
-0.232979
-0.216958
-0.207223
-0.200329
-0.194996
-0.19061
-0.186784
-0.183283
-0.179987
-0.176817
-0.173746
-0.170751
-0.167838
-0.165001
-0.162251
-0.159586
-0.157015
-0.154538
-0.152161
-0.149879
-0.147696
-0.145606
-0.143609
-0.141697
-0.139874
-0.138137
-0.136482
-0.134904
-0.133392
-0.131937
-0.130521
-0.129144
-0.127781
-0.126438
-0.125086
-0.123755
-0.122386
-0.121019
-0.119045
-0.119215
-0.224182
-0.208571
-0.199142
-0.192538
-0.187485
-0.183376
-0.179818
-0.176588
-0.17355
-0.170641
-0.167816
-0.165069
-0.162388
-0.15978
-0.157242
-0.154784
-0.152406
-0.150112
-0.147904
-0.145783
-0.143747
-0.141796
-0.139927
-0.138137
-0.136429
-0.134798
-0.133241
-0.131748
-0.13031
-0.128916
-0.127557
-0.126223
-0.124907
-0.123594
-0.122292
-0.120977
-0.119666
-0.118338
-0.116403
-0.116518
-0.215542
-0.20034
-0.191215
-0.184894
-0.180113
-0.176268
-0.172972
-0.169995
-0.167211
-0.164545
-0.161963
-0.159446
-0.156992
-0.154598
-0.152268
-0.150006
-0.147814
-0.145695
-0.143652
-0.141684
-0.139792
-0.137976
-0.136233
-0.134565
-0.132969
-0.131444
-0.12998
-0.128569
-0.127202
-0.12587
-0.124565
-0.12328
-0.122003
-0.120733
-0.119457
-0.118196
-0.116905
-0.1156
-0.113729
-0.113776
-0.207084
-0.192286
-0.183462
-0.177414
-0.172897
-0.169307
-0.166259
-0.163527
-0.160981
-0.15855
-0.156196
-0.153901
-0.15166
-0.149472
-0.147339
-0.145264
-0.14325
-0.141299
-0.139414
-0.137594
-0.13584
-0.134153
-0.132533
-0.130978
-0.129489
-0.12806
-0.126682
-0.125347
-0.124049
-0.122777
-0.121527
-0.120288
-0.119057
-0.117822
-0.116593
-0.115349
-0.114103
-0.112833
-0.110999
-0.111
-0.198787
-0.184395
-0.175867
-0.170085
-0.165821
-0.162475
-0.159665
-0.157166
-0.154848
-0.15264
-0.150504
-0.14842
-0.146383
-0.144391
-0.142446
-0.14055
-0.138705
-0.136915
-0.13518
-0.133502
-0.131882
-0.130319
-0.128814
-0.127367
-0.125976
-0.124635
-0.123337
-0.122075
-0.120842
-0.119631
-0.118433
-0.117245
-0.116056
-0.114866
-0.113664
-0.112474
-0.111249
-0.110003
-0.108241
-0.108193
-0.190644
-0.17665
-0.16841
-0.162886
-0.158864
-0.155752
-0.15317
-0.150893
-0.148794
-0.146799
-0.14487
-0.142987
-0.141145
-0.139339
-0.137573
-0.135847
-0.134165
-0.132528
-0.130938
-0.129396
-0.127903
-0.12646
-0.125065
-0.12372
-0.122421
-0.121165
-0.119944
-0.118752
-0.117583
-0.11643
-0.115287
-0.114147
-0.113005
-0.111853
-0.110702
-0.109532
-0.108352
-0.107153
-0.105431
-0.105353
-0.18264
-0.169041
-0.161083
-0.155809
-0.152021
-0.149132
-0.146766
-0.144702
-0.14281
-0.141018
-0.139287
-0.137596
-0.135938
-0.134311
-0.132715
-0.131152
-0.129624
-0.128134
-0.126682
-0.125271
-0.123901
-0.122572
-0.121284
-0.120036
-0.118826
-0.117651
-0.116504
-0.115381
-0.114275
-0.113181
-0.112091
-0.111002
-0.109904
-0.1088
-0.10768
-0.106565
-0.105415
-0.104241
-0.102599
-0.102484
-0.174783
-0.161572
-0.153888
-0.148854
-0.145289
-0.142614
-0.140455
-0.138592
-0.136898
-0.135299
-0.133755
-0.132247
-0.130765
-0.129307
-0.127873
-0.126465
-0.125085
-0.123734
-0.122416
-0.121129
-0.119877
-0.118657
-0.117471
-0.116318
-0.115194
-0.114098
-0.113025
-0.111968
-0.110926
-0.109889
-0.108853
-0.107813
-0.106765
-0.105701
-0.104635
-0.103545
-0.102441
-0.101321
-0.0997205
-0.0995868
-0.167067
-0.154241
-0.146828
-0.142025
-0.138673
-0.1362
-0.134237
-0.132566
-0.131059
-0.129643
-0.128277
-0.126942
-0.125628
-0.124331
-0.123052
-0.121791
-0.120552
-0.119335
-0.118143
-0.116976
-0.115836
-0.114722
-0.113634
-0.112572
-0.111532
-0.110514
-0.109512
-0.108522
-0.10754
-0.106561
-0.105579
-0.10459
-0.103588
-0.102575
-0.101542
-0.10051
-0.099442
-0.098347
-0.0968287
-0.096668
-0.159494
-0.147047
-0.139899
-0.135319
-0.132172
-0.129892
-0.128115
-0.126626
-0.125296
-0.124054
-0.122857
-0.121686
-0.120531
-0.119387
-0.118255
-0.117135
-0.11603
-0.114941
-0.11387
-0.112818
-0.111785
-0.110773
-0.10978
-0.108805
-0.107848
-0.106905
-0.105973
-0.105048
-0.104128
-0.103205
-0.102277
-0.101338
-0.100386
-0.0994156
-0.0984385
-0.0974352
-0.0964135
-0.0953788
-0.0939032
-0.0937299
-0.152048
-0.139978
-0.133093
-0.128733
-0.125784
-0.123689
-0.12209
-0.120773
-0.119612
-0.118534
-0.117499
-0.116484
-0.115479
-0.114481
-0.113489
-0.112503
-0.111526
-0.110559
-0.109604
-0.108661
-0.107732
-0.106817
-0.105915
-0.105026
-0.104148
-0.103278
-0.102415
-0.101555
-0.100694
-0.0998284
-0.0989531
-0.0980659
-0.0971612
-0.0962425
-0.0953008
-0.0943565
-0.0933763
-0.0923666
-0.0909746
-0.0907833
-0.144736
-0.133034
-0.126407
-0.122264
-0.119508
-0.117591
-0.116163
-0.11501
-0.11401
-0.113088
-0.112205
-0.111338
-0.110477
-0.109618
-0.108759
-0.107901
-0.107046
-0.106196
-0.105351
-0.104514
-0.103684
-0.102862
-0.102048
-0.101241
-0.10044
-0.0996424
-0.0988464
-0.0980489
-0.0972476
-0.0964373
-0.0956155
-0.094778
-0.0939247
-0.0930491
-0.0921652
-0.0912527
-0.0903191
-0.0893738
-0.0880266
-0.0878293
-0.137559
-0.12622
-0.119849
-0.115915
-0.113345
-0.111601
-0.110335
-0.10934
-0.108492
-0.107719
-0.10698
-0.106254
-0.10553
-0.104802
-0.10407
-0.103335
-0.102596
-0.101857
-0.101119
-0.100382
-0.0996474
-0.0989155
-0.0981859
-0.0974582
-0.0967315
-0.096004
-0.0952734
-0.0945376
-0.0937942
-0.0930393
-0.0922696
-0.0914839
-0.0906775
-0.0898551
-0.0890076
-0.0881553
-0.0872674
-0.0863489
-0.0850859
-0.0848799
-0.130532
-0.119547
-0.113421
-0.109691
-0.107301
-0.10572
-0.10461
-0.103764
-0.103061
-0.10243
-0.101829
-0.101237
-0.100642
-0.10004
-0.0994294
-0.09881
-0.0981834
-0.0975508
-0.0969137
-0.096273
-0.0956296
-0.0949839
-0.0943356
-0.0936844
-0.0930297
-0.0923699
-0.091703
-0.0910273
-0.090341
-0.0896399
-0.0889228
-0.0881861
-0.0874314
-0.0866523
-0.0858639
-0.0850459
-0.0842056
-0.083355
-0.08214
-0.0819358
-0.123652
-0.113015
-0.10713
-0.103595
-0.101377
-0.0999538
-0.0989917
-0.0982882
-0.0977234
-0.097226
-0.096756
-0.096291
-0.0958199
-0.0953374
-0.0948418
-0.0943332
-0.0938129
-0.0932819
-0.0927417
-0.0921931
-0.0916372
-0.0910741
-0.0905039
-0.0899265
-0.0893412
-0.088747
-0.088142
-0.0875249
-0.086894
-0.0862465
-0.08558
-0.0848944
-0.084186
-0.0834604
-0.0827091
-0.081952
-0.0811613
-0.0803403
-0.0792113
-0.0790097
-0.116922
-0.106627
-0.100975
-0.0976296
-0.0955769
-0.094304
-0.0934831
-0.092915
-0.0924812
-0.0921114
-0.0917657
-0.0914216
-0.0910679
-0.090699
-0.0903132
-0.0899102
-0.0894912
-0.0890573
-0.0886095
-0.0881491
-0.0876767
-0.0871929
-0.0866977
-0.0861912
-0.0856729
-0.0851419
-0.0845968
-0.0840366
-0.08346
-0.0828641
-0.0822485
-0.0816105
-0.0809529
-0.0802702
-0.0795781
-0.078857
-0.0781141
-0.077364
-0.0762859
-0.0760942
-0.110337
-0.100379
-0.0949566
-0.0917953
-0.0899021
-0.0887733
-0.0880875
-0.0876483
-0.0873393
-0.0870907
-0.0868632
-0.086634
-0.0863919
-0.0861311
-0.0858497
-0.0855473
-0.0852249
-0.0848834
-0.0845239
-0.0841476
-0.0837551
-0.0833472
-0.0829239
-0.0824854
-0.0820314
-0.0815614
-0.0810742
-0.0805691
-0.080045
-0.0795001
-0.0789329
-0.0783442
-0.0777313
-0.077101
-0.0764452
-0.0757837
-0.0750924
-0.0743712
-0.0733791
-0.0731984
-0.103902
-0.0942754
-0.0890762
-0.0860939
-0.0843548
-0.0833646
-0.082808
-0.082492
-0.0823019
-0.0821688
-0.0820536
-0.0819337
-0.0817978
-0.0816399
-0.0814578
-0.0812511
-0.0810206
-0.0807671
-0.0804918
-0.0801957
-0.0798795
-0.0795441
-0.0791895
-0.0788162
-0.078424
-0.0780126
-0.077581
-0.0771291
-0.0766559
-0.0761596
-0.0756405
-0.075097
-0.0745329
-0.0739433
-0.073345
-0.0727189
-0.0720714
-0.0714205
-0.0704759
-0.0703066
-0.0976119
-0.0883144
-0.083336
-0.0805279
-0.0789381
-0.0780814
-0.0776487
-0.0774504
-0.0773739
-0.0773508
-0.0773426
-0.0773268
-0.0772919
-0.0772317
-0.0771441
-0.0770285
-0.0768854
-0.0767157
-0.0765205
-0.0763008
-0.0760574
-0.0757912
-0.0755021
-0.0751912
-0.074858
-0.0745028
-0.0741246
-0.0737237
-0.0732991
-0.0728503
-0.0723763
-0.0718792
-0.0713569
-0.0708173
-0.0702528
-0.0696826
-0.0690862
-0.0684603
-0.0675965
-0.067438
-0.091473
-0.082499
-0.0777367
-0.0750994
-0.0736547
-0.072927
-0.0726137
-0.0725283
-0.0725603
-0.0726423
-0.0727362
-0.0728195
-0.0728807
-0.0729136
-0.0729159
-0.0728868
-0.0728268
-0.0727369
-0.0726178
-0.0724709
-0.0722966
-0.0720963
-0.0718697
-0.0716182
-0.0713412
-0.0710396
-0.0707122
-0.0703598
-0.0699819
-0.0695777
-0.0691481
-0.0686924
-0.0682157
-0.0677139
-0.067204
-0.0666682
-0.066112
-0.0655554
-0.0647363
-0.0645878
-0.0854807
-0.0768293
-0.0722816
-0.0698115
-0.0685083
-0.0679056
-0.0677075
-0.0677307
-0.0678669
-0.0680494
-0.0682408
-0.0684186
-0.0685714
-0.0686929
-0.0687807
-0.0688339
-0.068853
-0.0688388
-0.068792
-0.0687142
-0.0686056
-0.0684678
-0.0683006
-0.0681054
-0.0678819
-0.067631
-0.0673518
-0.0670457
-0.0667116
-0.0663504
-0.0659615
-0.0655482
-0.0651093
-0.0646537
-0.0641748
-0.0636911
-0.0631863
-0.0626524
-0.0619134
-0.0617806
-0.0796425
-0.0713092
-0.0669725
-0.0646672
-0.0635025
-0.0630217
-0.0629352
-0.0630633
-0.0632996
-0.0635786
-0.0638633
-0.0641315
-0.0643717
-0.0645776
-0.0647467
-0.0648782
-0.0649722
-0.0650299
-0.0650517
-0.0650394
-0.0649931
-0.0649145
-0.0648034
-0.0646615
-0.0644884
-0.0642855
-0.0640517
-0.0637888
-0.0634963
-0.0631746
-0.0628252
-0.0624486
-0.0620507
-0.0616281
-0.0611988
-0.0607462
-0.0602737
-0.0598062
-0.0591036
-0.0589765
-0.0739549
-0.0659396
-0.0618137
-0.059671
-0.0586424
-0.0582807
-0.0583028
-0.0585325
-0.0588655
-0.0592373
-0.0596115
-0.0599661
-0.0602897
-0.0605761
-0.0608225
-0.0610283
-0.0611935
-0.0613193
-0.0614061
-0.0614556
-0.0614681
-0.0614454
-0.0613872
-0.0612956
-0.0611698
-0.0610119
-0.0608205
-0.0605983
-0.0603441
-0.0600602
-0.0597463
-0.0594068
-0.0590412
-0.0586591
-0.0582548
-0.0578456
-0.0574203
-0.0569636
-0.0563323
-0.0562194
-0.0684247
-0.060725
-0.056808
-0.0548272
-0.053933
-0.0536886
-0.0538168
-0.0541454
-0.054572
-0.0550334
-0.0554937
-0.0559311
-0.0563344
-0.0566974
-0.0570174
-0.0572937
-0.0575263
-0.0577165
-0.0578645
-0.0579724
-0.0580402
-0.05807
-0.0580614
-0.0580168
-0.0579353
-0.0578193
-0.0576675
-0.0574827
-0.0572645
-0.0570146
-0.0567347
-0.0564264
-0.0560962
-0.0557413
-0.0553795
-0.0549953
-0.0545892
-0.054192
-0.0535861
-0.0534711
-0.0630511
-0.0556685
-0.0519617
-0.0501417
-0.0493811
-0.0492523
-0.0494849
-0.0499102
-0.0504279
-0.0509761
-0.0515191
-0.0520361
-0.0525155
-0.0529515
-0.0533412
-0.0536843
-0.0539804
-0.0542313
-0.0544368
-0.0545995
-0.054719
-0.054798
-0.0548356
-0.0548348
-0.0547943
-0.0547173
-0.054602
-0.0544524
-0.054267
-0.0540498
-0.0538001
-0.053524
-0.0532206
-0.0529002
-0.0525565
-0.0522056
-0.0518406
-0.0514428
-0.050898
-0.0507916
-0.0578429
-0.0507766
-0.0472796
-0.0456214
-0.0449941
-0.0449805
-0.0453162
-0.0458365
-0.0464431
-0.0470754
-0.0476983
-0.0482916
-0.0488436
-0.049349
-0.0498046
-0.0502106
-0.0505664
-0.050874
-0.0511332
-0.0513469
-0.0515145
-0.0516391
-0.0517194
-0.0517592
-0.0517566
-0.0517156
-0.0516342
-0.051517
-0.0513627
-0.051175
-0.0509551
-0.0507057
-0.0504329
-0.0501343
-0.0498262
-0.0494937
-0.0491365
-0.0487896
-0.0482597
-0.0481424
-0.0528019
-0.0460552
-0.0427713
-0.0412757
-0.0407824
-0.0408838
-0.0413219
-0.0419359
-0.0426294
-0.0433433
-0.0440433
-0.0447094
-0.0453305
-0.0459014
-0.046419
-0.0468838
-0.0472951
-0.0476554
-0.0479642
-0.048225
-0.0484367
-0.0486032
-0.0487229
-0.0487999
-0.0488322
-0.0488247
-0.0487748
-0.0486883
-0.048563
-0.0484046
-0.0482115
-0.0479911
-0.0477409
-0.0474717
-0.0471756
-0.0468669
-0.0465433
-0.0461853
-0.0457053
-0.045594
-0.0479386
-0.0415139
-0.0384457
-0.0371157
-0.036758
-0.0369752
-0.0375156
-0.0382222
-0.0390008
-0.0397939
-0.0405677
-0.0413033
-0.0419894
-0.0426217
-0.0431968
-0.043716
-0.0441782
-0.0445867
-0.0449407
-0.0452443
-0.0454961
-0.0457007
-0.045856
-0.0459671
-0.0460315
-0.0460549
-0.0460344
-0.0459767
-0.0458795
-0.0457482
-0.0455826
-0.0453866
-0.0451641
-0.0449125
-0.0446449
-0.0443477
-0.0440191
-0.0436999
-0.0432238
-0.0430947
-0.0432606
-0.0371645
-0.0343177
-0.0331567
-0.0329371
-0.0332713
-0.033914
-0.0347122
-0.035574
-0.0364435
-0.0372878
-0.0380886
-0.0388353
-0.039524
-0.0401517
-0.04072
-0.041228
-0.0416796
-0.0420739
-0.0424156
-0.0427031
-0.0429416
-0.0431288
-0.0432707
-0.0433642
-0.0434163
-0.0434235
-0.0433935
-0.043323
-0.0432195
-0.0430795
-0.0429113
-0.042709
-0.0424826
-0.0422215
-0.0419355
-0.0416305
-0.0412894
-0.0408461
-0.0407163
-0.0387841
-0.033023
-0.0304037
-0.0294173
-0.0293395
-0.0297928
-0.0305382
-0.031427
-0.0323696
-0.033312
-0.0342223
-0.0350834
-0.035885
-0.0366243
-0.0372984
-0.0379098
-0.0384576
-0.0389465
-0.0393754
-0.0397498
-0.040068
-0.040336
-0.0405511
-0.0407203
-0.0408402
-0.0409184
-0.0409512
-0.040947
-0.0409023
-0.0408243
-0.0407104
-0.0405651
-0.0403878
-0.0401769
-0.0399368
-0.0396604
-0.0393454
-0.0390274
-0.0385825
-0.038423
-0.0345257
-0.0291113
-0.0267296
-0.0259244
-0.0259928
-0.0265673
-0.0274156
-0.0283931
-0.029413
-0.0304234
-0.0313938
-0.0323084
-0.0331578
-0.0339403
-0.0346532
-0.0353002
-0.0358806
-0.0363997
-0.0368568
-0.0372578
-0.0376012
-0.0378936
-0.0381323
-0.0383247
-0.0384676
-0.0385689
-0.038625
-0.0386444
-0.0386232
-0.0385696
-0.0384782
-0.0383578
-0.0381979
-0.03801
-0.0377806
-0.03752
-0.0372292
-0.0369121
-0.0364945
-0.0363243
-0.0305141
-0.02546
-0.0233275
-0.0227128
-0.0229329
-0.0236309
-0.0245811
-0.0256438
-0.0267354
-0.0278067
-0.0288287
-0.0297878
-0.0306754
-0.0314912
-0.0322335
-0.0329068
-0.0335109
-0.034052
-0.0345293
-0.03495
-0.0353121
-0.0356231
-0.0358803
-0.0360914
-0.0362533
-0.036374
-0.0364501
-0.0364895
-0.0364888
-0.0364554
-0.0363846
-0.0362832
-0.0361444
-0.0359749
-0.0357695
-0.0355332
-0.0352721
-0.0349937
-0.0346229
-0.0344773
-0.0267873
-0.022114
-0.0202469
-0.0198326
-0.0202098
-0.0210319
-0.0220806
-0.0232219
-0.0243759
-0.0254968
-0.0265582
-0.0275487
-0.0284615
-0.0292978
-0.030057
-0.0307449
-0.0313617
-0.0319147
-0.0324033
-0.0328352
-0.0332087
-0.0335316
-0.0338013
-0.0340258
-0.034202
-0.0343375
-0.0344295
-0.034485
-0.0345013
-0.0344841
-0.0344306
-0.0343456
-0.0342253
-0.0340742
-0.0338898
-0.0336775
-0.0334389
-0.0331854
-0.0328407
-0.0326871
-0.0234017
-0.0191359
-0.017554
-0.017353
-0.0178918
-0.0188356
-0.0199747
-0.0211819
-0.0223826
-0.0235356
-0.0246179
-0.0256212
-0.0265411
-0.0273808
-0.0281409
-0.0288286
-0.0294449
-0.0299976
-0.0304867
-0.0309201
-0.0312964
-0.0316236
-0.031899
-0.0321306
-0.0323155
-0.0324609
-0.0325639
-0.032631
-0.0326596
-0.0326549
-0.0326146
-0.0325424
-0.0324366
-0.0322999
-0.0321322
-0.0319353
-0.0317131
-0.0314707
-0.0311431
-0.0309747
-0.0204404
-0.0166222
-0.0153527
-0.0153769
-0.0160773
-0.0171323
-0.0183435
-0.019593
-0.0208137
-0.0219708
-0.0230463
-0.024036
-0.0249381
-0.0257585
-0.0264992
-0.0271685
-0.027768
-0.0283063
-0.0287835
-0.0292075
-0.0295772
-0.0299001
-0.0301739
-0.030406
-0.0305935
-0.0307431
-0.030852
-0.0309259
-0.0309622
-0.0309658
-0.0309344
-0.0308718
-0.0307759
-0.0306502
-0.0304924
-0.0303067
-0.0300894
-0.0298495
-0.0295223
-0.0293216
-0.0180367
-0.0147221
-0.0137987
-0.0140579
-0.014908
-0.0160468
-0.0172923
-0.0185409
-0.0197368
-0.0208542
-0.0218818
-0.0228203
-0.0236715
-0.0244432
-0.0251391
-0.0257682
-0.0263325
-0.0268404
-0.027292
-0.0276951
-0.0280481
-0.0283582
-0.0286228
-0.0288487
-0.0290328
-0.0291813
-0.0292908
-0.029367
-0.0294069
-0.0294151
-0.029389
-0.0293326
-0.029244
-0.0291257
-0.0289777
-0.0287976
-0.0285876
-0.0283458
-0.0280198
-0.0277913
-0.0164368
-0.0137062
-0.0131608
-0.0136417
-0.0145959
-0.015752
-0.0169557
-0.0181255
-0.0192224
-0.0202327
-0.0211532
-0.0219897
-0.022747
-0.0234344
-0.0240559
-0.0246204
-0.0251294
-0.0255905
-0.0260031
-0.0263739
-0.0267008
-0.0269901
-0.0272386
-0.0274524
-0.0276277
-0.0277703
-0.0278763
-0.0279513
-0.0279913
-0.0280014
-0.0279783
-0.0279269
-0.0278438
-0.0277349
-0.0275925
-0.0274233
-0.0272154
-0.0269649
-0.026634
-0.0263561
-0.0160688
-0.0140455
-0.0138872
-0.0145135
-0.0154456
-0.0164726
-0.0174879
-0.0184442
-0.0193249
-0.0201298
-0.0208629
-0.0215333
-0.0221459
-0.0227092
-0.0232255
-0.0237014
-0.0241364
-0.024536
-0.0248981
-0.0252275
-0.0255209
-0.0257833
-0.0260106
-0.0262079
-0.0263707
-0.0265045
-0.0266043
-0.0266758
-0.0267148
-0.0267256
-0.0267065
-0.0266584
-0.0265855
-0.0264807
-0.0263519
-0.0261886
-0.0259743
-0.0257373
-0.0253934
-0.0250898
-0.0180954
-0.0167568
-0.0167994
-0.0172783
-0.0178618
-0.0184504
-0.0190106
-0.0195363
-0.0200312
-0.0205019
-0.0209523
-0.0213865
-0.0218043
-0.0222076
-0.0225933
-0.0229626
-0.0233112
-0.0236405
-0.0239457
-0.0242291
-0.0244856
-0.0247184
-0.0249223
-0.0251015
-0.0252506
-0.0253745
-0.0254682
-0.025537
-0.0255762
-0.025591
-0.0255772
-0.0255394
-0.0254716
-0.0253778
-0.0252464
-0.0250769
-0.0248769
-0.0246023
-0.0242534
-0.0238974
-0.0247303
-0.0238819
-0.0232724
-0.0226952
-0.0221524
-0.0216998
-0.0213652
-0.0211527
-0.0210532
-0.0210522
-0.0211313
-0.0212746
-0.0214649
-0.0216899
-0.0219358
-0.0221949
-0.0224563
-0.0227162
-0.0229661
-0.0232051
-0.0234262
-0.0236307
-0.0238124
-0.0239743
-0.0241105
-0.0242257
-0.024314
-0.0243812
-0.0244217
-0.0244415
-0.0244355
-0.0244081
-0.0243561
-0.0242789
-0.024175
-0.0240395
-0.0238621
-0.0236655
-0.0233664
-0.0229818
-0.0554037
-0.052458
-0.0470233
-0.0416464
-0.0370767
-0.0334714
-0.0307582
-0.0287932
-0.0274249
-0.0265185
-0.0259608
-0.0256623
-0.0255514
-0.0255749
-0.0256899
-0.0258667
-0.0260799
-0.0263139
-0.0265537
-0.0267919
-0.0270189
-0.0272323
-0.0274253
-0.0275985
-0.0277467
-0.0278724
-0.027971
-0.0280462
-0.0280938
-0.0281192
-0.028116
-0.0280929
-0.0280391
-0.0279702
-0.0278748
-0.0277786
-0.0277055
-0.0276777
-0.0277982
-0.0282868
-16.3364
-16.1973
-16.0579
-15.9239
-15.7969
-15.6764
-15.5604
-15.445
-15.3227
-15.1807
-15.0179
-14.8348
-14.6297
-14.4008
-14.1431
-13.8541
-13.5414
-13.2068
-12.8359
-12.4413
-12.0455
-11.6109
-11.1439
-10.6869
-10.1603
-9.6236
-9.06538
-8.48494
-7.91458
-7.34201
-6.80042
-6.27949
-5.79526
-5.35426
-4.94467
-4.57888
-4.23603
-3.96318
-3.70902
-3.51826
-3.37091
-3.29142
-3.11353
-3.04562
-2.88586
-2.76161
-2.69357
-2.56706
-2.5359
-2.40585
-2.3051
-2.23832
-2.15698
-2.02209
-2.08408
-1.80095
-1.89209
-1.39978
-1.46888
-0.697191
-16.4359
-16.2823
-16.1268
-15.9751
-15.8292
-15.6886
-15.5509
-15.4127
-15.2684
-15.1097
-14.9318
-14.7337
-14.5138
-14.2706
-14.0018
-13.7075
-13.3886
-13.0463
-12.6779
-12.2889
-11.8972
-11.4719
-11.0179
-10.575
-10.0634
-9.53978
-8.99307
-8.42364
-7.86236
-7.29834
-6.76358
-6.24878
-5.76922
-5.33207
-4.9261
-4.56302
-4.22196
-3.95043
-3.69827
-3.50908
-3.36326
-3.28498
-3.10808
-3.04021
-2.88149
-2.7578
-2.69001
-2.56334
-2.532
-2.40311
-2.30296
-2.23677
-2.15613
-2.02205
-2.08455
-1.80254
-1.89438
-1.40328
-1.47335
-0.702879
-16.3756
-16.2074
-16.0341
-15.8627
-15.6961
-15.534
-15.3745
-15.2144
-15.0489
-14.8717
-14.6776
-14.4648
-14.231
-13.9749
-13.6975
-13.3998
-13.0769
-12.7277
-12.3643
-11.9893
-11.6031
-11.194
-10.7669
-10.3471
-9.86639
-9.37121
-8.85048
-8.30666
-7.76574
-7.22078
-6.70054
-6.19823
-5.72793
-5.298
-4.89859
-4.54025
-4.20244
-3.93285
-3.68386
-3.49696
-3.35319
-3.27653
-3.10128
-3.03307
-2.87585
-2.75282
-2.68522
-2.55833
-2.52592
-2.39822
-2.29849
-2.23258
-2.15241
-2.01916
-2.08154
-1.80073
-1.89292
-1.40298
-1.47417
-0.704467
-16.2906
-16.1152
-15.9312
-15.7462
-15.5636
-15.3839
-15.2055
-15.0259
-14.841
-14.6452
-14.4339
-14.205
-13.9565
-13.6876
-13.4011
-13.096
-12.7663
-12.4129
-12.0504
-11.6829
-11.2959
-10.8979
-10.4928
-10.0915
-9.63868
-9.17165
-8.67829
-8.16279
-7.6454
-7.12329
-6.62114
-6.13471
-5.67661
-5.25617
-4.86536
-4.5132
-4.17969
-3.91234
-3.66747
-3.48328
-3.34194
-3.26712
-3.09384
-3.02493
-2.8698
-2.74777
-2.68064
-2.55406
-2.51985
-2.39384
-2.29487
-2.22943
-2.14998
-2.01856
-2.07979
-1.80166
-1.89291
-1.40602
-1.4767
-0.709367
-16.181
-16.0028
-15.8133
-15.6201
-15.4267
-15.2339
-15.0408
-14.8453
-14.6439
-14.4318
-14.2048
-13.961
-13.6987
-13.4181
-13.1223
-12.8091
-12.473
-12.1185
-11.7568
-11.3904
-11.0016
-10.612
-10.2236
-9.83697
-9.40751
-8.96601
-8.49835
-8.01009
-7.51613
-7.01718
-6.53392
-6.06431
-5.61961
-5.20963
-4.82847
-4.48325
-4.15479
-3.8899
-3.6498
-3.46853
-3.32982
-3.25694
-3.08607
-3.01606
-2.86344
-2.74261
-2.67618
-2.55042
-2.51377
-2.38987
-2.29198
-2.22719
-2.14878
-2.0204
-2.07931
-1.80589
-1.89469
-1.41375
-1.48169
-0.719879
-16.0503
-15.8718
-15.68
-15.4822
-15.282
-15.0801
-14.8761
-14.6681
-14.4534
-14.2276
-13.9869
-13.73
-13.4555
-13.1643
-12.8596
-12.5387
-12.1969
-11.8413
-11.4804
-11.112
-10.7231
-10.3398
-9.96451
-9.58906
-9.17883
-8.76044
-8.31686
-7.85426
-7.38314
-6.90684
-6.44249
-5.98987
-5.55899
-5.16004
-4.78898
-4.45112
-4.12811
-3.86605
-3.63112
-3.45289
-3.31703
-3.24617
-3.07788
-3.00667
-2.85678
-2.7373
-2.67167
-2.54711
-2.50755
-2.38602
-2.28942
-2.2254
-2.14828
-2.02384
-2.07958
-1.81253
-1.89763
-1.42531
-1.48848
-0.735403
-15.9015
-15.7241
-15.532
-15.3323
-15.1281
-14.9203
-14.7086
-14.4915
-14.2663
-14.0295
-13.7776
-13.5095
-13.2244
-12.9238
-12.6109
-12.2831
-11.9361
-11.5789
-11.2178
-10.8469
-10.4605
-10.081
-9.71611
-9.34849
-8.95402
-8.55659
-8.13546
-7.69701
-7.24806
-6.79377
-6.34818
-5.91249
-5.49571
-5.10805
-4.74739
-4.41715
-4.09998
-3.84109
-3.61164
-3.43649
-3.30353
-3.2347
-3.06932
-2.99681
-2.84984
-2.73179
-2.66702
-2.54394
-2.50115
-2.38216
-2.28699
-2.2238
-2.14816
-2.02832
-2.08015
-1.82084
-1.9012
-1.43971
-1.49635
-0.754873
-15.7369
-15.5618
-15.3708
-15.1709
-14.965
-14.7538
-14.5371
-14.3134
-14.0805
-13.8352
-13.5744
-13.2972
-13.0033
-12.6946
-12.3745
-12.0404
-11.689
-11.3298
-10.9676
-10.5949
-10.2127
-9.83516
-9.47895
-9.11587
-8.73379
-8.35507
-7.95481
-7.53896
-7.11144
-6.67847
-6.2514
-5.83254
-5.42998
-5.05395
-4.7038
-4.38137
-4.07032
-3.81506
-3.5913
-3.4193
-3.28943
-3.22263
-3.06022
-2.9866
-2.84263
-2.72605
-2.66217
-2.54073
-2.49458
-2.37822
-2.28453
-2.22222
-2.14817
-2.03331
-2.08086
-1.83013
-1.9051
-1.456
-1.50489
-0.777122
-15.5589
-15.3866
-15.1978
-14.999
-14.793
-14.5804
-14.3608
-14.1329
-13.8946
-13.6431
-13.3755
-13.0913
-12.7903
-12.4749
-12.1487
-11.8095
-11.4542
-11.0927
-10.7292
-10.3554
-9.97713
-9.60175
-9.25268
-8.89144
-8.519
-8.15677
-7.77552
-7.38067
-6.97372
-6.56132
-6.15249
-5.75027
-5.36208
-4.99785
-4.65834
-4.34388
-4.03935
-3.78809
-3.5701
-3.40136
-3.27462
-3.20983
-3.05068
-2.97606
-2.83516
-2.72006
-2.65711
-2.53742
-2.48788
-2.37415
-2.28199
-2.22057
-2.14819
-2.03855
-2.08154
-1.84003
-1.9091
-1.47354
-1.51372
-0.80135
-15.3692
-15.2003
-15.0144
-14.8177
-14.6128
-14.4003
-14.1796
-13.9493
-13.7077
-13.4519
-13.1796
-12.8902
-12.5839
-12.2632
-11.9321
-11.5886
-11.2302
-10.8666
-10.5017
-10.1274
-9.75179
-9.38096
-9.03656
-8.67521
-8.31057
-7.96233
-7.59817
-7.22257
-6.83523
-6.44255
-6.05157
-5.6658
-5.29201
-4.93979
-4.61096
-4.30462
-4.00686
-3.76008
-3.54783
-3.38262
-3.25921
-3.19642
-3.04051
-2.96525
-2.82744
-2.71381
-2.65183
-2.53393
-2.48106
-2.36992
-2.27932
-2.21879
-2.14812
-2.04375
-2.08217
-1.85015
-1.91312
-1.49174
-1.52272
-0.826804
-15.1695
-15.0044
-14.8219
-14.6281
-14.4253
-14.2139
-13.9935
-13.7624
-13.5191
-13.2609
-12.9857
-12.6929
-12.3828
-12.0583
-11.7235
-11.3768
-11.0158
-10.6504
-10.2842
-9.9097
-9.53622
-9.17136
-8.82846
-8.46649
-8.10907
-7.77255
-7.42342
-7.06527
-6.69638
-6.32252
-5.94894
-5.57935
-5.21998
-4.87985
-4.56176
-4.26369
-3.97307
-3.73112
-3.52457
-3.3631
-3.2431
-3.18226
-3.02984
-2.95415
-2.81951
-2.70731
-2.64631
-2.53023
-2.47415
-2.36555
-2.27652
-2.21687
-2.14795
-2.04882
-2.08268
-1.86034
-1.91708
-1.51032
-1.53174
-0.85308
-14.9612
-14.8001
-14.6214
-14.431
-14.231
-14.0218
-13.8027
-13.5721
-13.3285
-13.0695
-12.7929
-12.4982
-12.1859
-11.8589
-11.5216
-11.1727
-10.81
-10.4431
-10.076
-9.70161
-9.33007
-8.97026
-8.62716
-8.2652
-7.91489
-7.58772
-7.25163
-6.9091
-6.55747
-6.20143
-5.84471
-5.491
-5.14595
-4.81806
-4.51068
-4.221
-3.93773
-3.7011
-3.50015
-3.34271
-3.22644
-3.1675
-3.01851
-2.94282
-2.81135
-2.70055
-2.64053
-2.52627
-2.46717
-2.361
-2.27356
-2.21477
-2.14761
-2.05359
-2.08309
-1.87038
-1.92097
-1.52894
-1.54077
-0.879748
-14.7455
-14.5886
-14.4141
-14.2275
-14.0309
-13.8245
-13.6076
-13.3786
-13.1359
-12.8773
-12.6006
-12.3055
-11.9923
-11.6642
-11.3256
-10.9754
-10.6117
-10.2439
-9.87618
-9.50226
-9.1324
-8.77588
-8.43219
-8.07106
-7.72809
-7.40819
-7.08327
-6.75458
-6.4189
-6.07964
-5.7392
-5.40098
-5.07018
-4.75448
-4.45785
-4.17669
-3.90108
-3.67007
-3.47474
-3.32156
-3.20914
-3.15201
-3.00669
-2.9312
-2.80297
-2.69352
-2.6345
-2.52204
-2.46014
-2.35629
-2.27045
-2.2125
-2.14712
-2.05806
-2.08336
-1.88023
-1.92475
-1.54751
-1.54974
-0.906632
-14.5236
-14.3709
-14.2007
-14.0183
-13.8256
-13.6226
-13.4086
-13.182
-12.9412
-12.6842
-12.4086
-12.1143
-11.8014
-11.4733
-11.1345
-10.7841
-10.4201
-10.0519
-9.68414
-9.31092
-8.94259
-8.58818
-8.24374
-7.88427
-7.54888
-7.23423
-6.91856
-6.60196
-6.28095
-5.95735
-5.63252
-5.30939
-4.99261
-4.68914
-4.40318
-4.13068
-3.86286
-3.63788
-3.44824
-3.29959
-3.19135
-3.13594
-2.99424
-2.91935
-2.79436
-2.68621
-2.62818
-2.51752
-2.45306
-2.35141
-2.26719
-2.21005
-2.14644
-2.06211
-2.0835
-1.88975
-1.92843
-1.5658
-1.55868
-0.93348
-14.2965
-14.1481
-13.9824
-13.8043
-13.6157
-13.4166
-13.206
-12.9825
-12.7445
-12.4899
-12.2166
-11.9241
-11.6127
-11.2857
-10.9478
-10.598
-10.2346
-9.86664
-9.49916
-9.12694
-8.75999
-8.40696
-8.06164
-7.7047
-7.3769
-7.06632
-6.75809
-6.45183
-6.14406
-5.83497
-5.52502
-5.21648
-4.91352
-4.62215
-4.34687
-4.08313
-3.82333
-3.60466
-3.42082
-3.27688
-3.17293
-3.11916
-2.98136
-2.90722
-2.78547
-2.67861
-2.62156
-2.51269
-2.44594
-2.34637
-2.26378
-2.20743
-2.14559
-2.06578
-2.08349
-1.89895
-1.93197
-1.58382
-1.56753
-0.96023
-14.065
-13.921
-13.7598
-13.5862
-13.402
-13.2071
-13.0004
-12.7806
-12.5461
-12.2947
-12.0244
-11.7347
-11.4258
-11.1009
-10.7647
-10.4164
-10.0542
-9.68727
-9.32064
-8.94975
-8.58416
-8.23219
-7.88606
-7.53273
-7.21192
-6.90495
-6.6022
-6.30449
-6.00854
-5.71271
-5.41682
-5.12234
-4.83286
-4.55353
-4.28879
-4.03395
-3.78225
-3.57024
-3.39234
-3.25337
-3.15398
-3.10187
-2.9679
-2.89484
-2.77621
-2.67068
-2.61462
-2.50754
-2.43869
-2.34115
-2.2602
-2.20462
-2.14453
-2.06898
-2.08335
-1.90775
-1.9354
-1.60142
-1.57635
-0.986723
-13.8301
-13.6904
-13.5337
-13.3648
-13.1851
-12.9946
-12.7923
-12.5766
-12.3461
-12.0986
-11.832
-11.5458
-11.2403
-10.9184
-10.5849
-10.2388
-9.87868
-9.51328
-9.14803
-8.77878
-8.41466
-8.06361
-7.71696
-7.36853
-7.05363
-6.75028
-6.4513
-6.16047
-5.87486
-5.59098
-5.3083
-5.02725
-4.75092
-4.4834
-4.22918
-3.98329
-3.73993
-3.53482
-3.36302
-3.22915
-3.13434
-3.08395
-2.95399
-2.88217
-2.76655
-2.6624
-2.60735
-2.50205
-2.43135
-2.33578
-2.25649
-2.20164
-2.14329
-2.07178
-2.08304
-1.91615
-1.93869
-1.61862
-1.58507
-1.01295
-13.5926
-13.4571
-13.305
-13.1407
-12.9658
-12.7799
-12.5821
-12.3709
-12.1448
-11.9016
-11.6394
-11.3575
-11.056
-10.7379
-10.4078
-10.0648
-9.70732
-9.34414
-8.98081
-8.61357
-8.25114
-7.90113
-7.55458
-7.21277
-6.9021
-6.60214
-6.30566
-6.01999
-5.74328
-5.47001
-5.19959
-4.93132
-4.66767
-4.4118
-4.1679
-3.93101
-3.69614
-3.49824
-3.33267
-3.20412
-3.11413
-3.06564
-2.93949
-2.86917
-2.75643
-2.65376
-2.59972
-2.49623
-2.42387
-2.33023
-2.2526
-2.19846
-2.14184
-2.07409
-2.08257
-1.9241
-1.94184
-1.63534
-1.59375
-1.0388
-13.353
-13.2217
-13.0742
-12.9146
-12.7444
-12.5633
-12.3703
-12.1639
-11.9425
-11.7041
-11.4467
-11.1696
-10.8729
-10.5592
-10.2331
-9.89383
-9.53978
-9.17944
-8.81854
-8.4537
-8.0932
-7.74452
-7.39896
-7.06467
-6.75689
-6.45974
-6.16567
-5.88371
-5.61437
-5.35028
-5.09111
-4.83485
-4.58344
-4.33888
-4.10523
-3.87733
-3.65122
-3.46071
-3.30154
-3.17838
-3.09318
-3.04673
-2.92458
-2.85576
-2.74583
-2.64474
-2.59172
-2.49004
-2.41628
-2.32454
-2.24859
-2.19512
-2.14021
-2.07599
-2.08189
-1.9316
-1.94482
-1.6516
-1.60233
-1.06429
-13.1121
-12.9849
-12.842
-12.6871
-12.5217
-12.3454
-12.1573
-11.9559
-11.7395
-11.5062
-11.254
-10.9822
-10.6907
-10.3821
-10.0607
-9.72569
-9.37564
-9.01873
-8.6608
-8.29876
-7.94055
-7.59357
-7.25001
-6.92236
-6.61803
-6.32247
-6.03145
-5.7518
-5.48838
-5.232
-4.98303
-4.73796
-4.4982
-4.26468
-4.04103
-3.8221
-3.60489
-3.42205
-3.26941
-3.15184
-3.07161
-3.02742
-2.90914
-2.8419
-2.7347
-2.63533
-2.58333
-2.48351
-2.40854
-2.31867
-2.24439
-2.19157
-2.13835
-2.07743
-2.08098
-1.93857
-1.94763
-1.66734
-1.61085
-1.08933
-12.8703
-12.7473
-12.6088
-12.4586
-12.2979
-12.1266
-11.9436
-11.7473
-11.5361
-11.3082
-11.0615
-10.7954
-10.5096
-10.2065
-9.89018
-9.56011
-9.21463
-8.8617
-8.50724
-8.1484
-7.79282
-7.44792
-7.10697
-6.78447
-6.48455
-6.18961
-5.90256
-5.62471
-5.36586
-5.11572
-4.87582
-4.641
-4.41231
-4.1894
-3.97563
-3.76558
-3.55752
-3.3825
-3.23653
-3.12458
-3.04927
-3.00747
-2.89324
-2.82747
-2.723
-2.62547
-2.57457
-2.47659
-2.40068
-2.31266
-2.24006
-2.18786
-2.13631
-2.07847
-2.0798
-1.945
-1.95023
-1.68258
-1.61925
-1.11394
-12.6283
-12.5093
-12.3752
-12.2296
-12.0737
-11.9073
-11.7293
-11.5383
-11.3325
-11.1101
-10.8693
-10.6091
-10.3293
-10.0321
-9.72152
-9.39684
-9.05643
-8.70801
-8.3575
-8.00228
-7.6497
-7.30729
-6.96931
-6.651
-6.35472
-6.06083
-5.77827
-5.50259
-5.24705
-5.00165
-4.76965
-4.54411
-4.32578
-4.11307
-3.90887
-3.70763
-3.50882
-3.34184
-3.20268
-3.09652
-3.0263
-2.98709
-2.87696
-2.81238
-2.71066
-2.61516
-2.56542
-2.46934
-2.39266
-2.30646
-2.23554
-2.18395
-2.13404
-2.07907
-2.07836
-1.95083
-1.95262
-1.69727
-1.62757
-1.13807
-12.3866
-12.2714
-12.1416
-12.0005
-11.8494
-11.6879
-11.515
-11.3292
-11.129
-10.9123
-10.6775
-10.4235
-10.1501
-9.85915
-9.5546
-9.23574
-8.90087
-8.55743
-8.21131
-7.8601
-7.5109
-7.17129
-6.83648
-6.52162
-6.22764
-5.93621
-5.65816
-5.38558
-5.13233
-4.89027
-4.66499
-4.44765
-4.23897
-4.03594
-3.84111
-3.64852
-3.45917
-3.30035
-3.16813
-3.06777
-3.00258
-2.96602
-2.86019
-2.79667
-2.69771
-2.60435
-2.55589
-2.46168
-2.38451
-2.30011
-2.23089
-2.17986
-2.1316
-2.07929
-2.07663
-1.9561
-1.95476
-1.71145
-1.63575
-1.16171
-12.1454
-12.034
-11.9084
-11.7718
-11.6254
-11.4687
-11.301
-11.1205
-10.9257
-10.715
-10.4862
-10.2387
-9.97181
-9.68743
-9.38928
-9.07662
-8.74771
-8.40968
-8.06838
-7.72158
-7.37613
-7.03963
-6.70817
-6.39629
-6.10384
-5.81629
-5.54214
-5.27347
-5.02169
-4.78167
-4.56196
-4.35174
-4.1519
-3.95803
-3.77222
-3.5881
-3.40828
-3.2578
-3.13263
-3.03825
-2.97822
-2.94455
-2.84306
-2.78038
-2.68414
-2.59306
-2.54597
-2.45367
-2.37618
-2.29357
-2.22605
-2.17557
-2.12891
-2.07908
-2.07464
-1.96079
-1.95666
-1.72506
-1.64381
-1.18482
-11.9052
-11.7975
-11.6761
-11.5438
-11.402
-11.2502
-11.0875
-10.9123
-10.7232
-10.5183
-10.2958
-10.0548
-9.79459
-9.51702
-9.22556
-8.91944
-8.59684
-8.26461
-7.92851
-7.58647
-7.2451
-6.91203
-6.58399
-6.27484
-5.98368
-5.70149
-5.42998
-5.1658
-4.91554
-4.67651
-4.46116
-4.25684
-4.065
-3.87964
-3.70254
-3.52675
-3.35659
-3.21451
-3.09649
-3.00808
-2.95314
-2.92239
-2.82537
-2.76355
-2.66997
-2.58126
-2.53565
-2.44524
-2.3677
-2.28689
-2.22106
-2.17111
-2.12605
-2.07851
-2.0724
-1.96494
-1.95829
-1.73814
-1.65171
-1.2074
-11.6664
-11.5623
-11.4449
-11.317
-11.1796
-11.0326
-10.8749
-10.705
-10.5215
-10.3225
-10.1063
-9.87187
-9.61852
-9.34793
-9.06339
-8.76407
-8.44808
-8.122
-7.79144
-7.45452
-7.11755
-6.78821
-6.46373
-6.15726
-5.86769
-5.59128
-5.32125
-5.06195
-4.81372
-4.57523
-4.36295
-4.16322
-3.97838
-3.80085
-3.63189
-3.46438
-3.30387
-3.17027
-3.05947
-2.97719
-2.92747
-2.89985
-2.80738
-2.74617
-2.65518
-2.56896
-2.52496
-2.43646
-2.359
-2.27999
-2.21587
-2.16644
-2.12295
-2.07754
-2.0699
-1.96854
-1.95965
-1.75065
-1.65946
-1.22942
-11.4292
-11.3287
-11.2151
-11.0914
-10.9586
-10.8162
-10.6634
-10.4988
-10.3208
-10.1278
-9.91789
-9.69009
-9.44369
-9.18021
-8.90278
-8.61048
-8.30138
-7.98174
-7.65706
-7.32554
-6.99329
-6.66791
-6.34713
-6.04335
-5.75579
-5.48383
-5.21558
-4.96154
-4.71599
-4.47846
-4.26804
-4.07145
-3.89255
-3.72204
-3.56075
-3.40148
-3.25062
-3.12547
-3.02192
-2.94572
-2.9011
-2.87664
-2.7888
-2.72833
-2.6398
-2.55613
-2.51387
-2.42723
-2.35014
-2.27294
-2.21054
-2.16159
-2.11968
-2.07622
-2.06717
-1.97164
-1.96072
-1.76262
-1.66701
-1.25086
-11.194
-11.0969
-10.9872
-10.8676
-10.739
-10.6013
-10.4534
-10.294
-10.1215
-9.93438
-9.73075
-9.50959
-9.27017
-9.01391
-8.74372
-8.45861
-8.1566
-7.84364
-7.52511
-7.1993
-6.87206
-6.55092
-6.23401
-5.93303
-5.64769
-5.37852
-5.1133
-4.86453
-4.62195
-4.38615
-4.17655
-3.98177
-3.80766
-3.64329
-3.48904
-3.33803
-3.19664
-3.0799
-2.98359
-2.9136
-2.87416
-2.85303
-2.76999
-2.71001
-2.62382
-2.54278
-2.50242
-2.41764
-2.34103
-2.26567
-2.20499
-2.15652
-2.11616
-2.07452
-2.06421
-1.97423
-1.96147
-1.77399
-1.67435
-1.27168
-10.961
-10.8672
-10.7612
-10.6456
-10.5213
-10.3881
-10.245
-10.0907
-9.9237
-9.7424
-9.54501
-9.33049
-9.09808
-8.8491
-8.58622
-8.30845
-8.0137
-7.70765
-7.39552
-7.07567
-6.7537
-6.43703
-6.12413
-5.82608
-5.54305
-5.27572
-5.01483
-4.77084
-4.53148
-4.29815
-4.08883
-3.89496
-3.72439
-3.56508
-3.41761
-3.27466
-3.14253
-3.03402
-2.94489
-2.88099
-2.84659
-2.82876
-2.75065
-2.69136
-2.60726
-2.52886
-2.49058
-2.40758
-2.33173
-2.25822
-2.19929
-2.15128
-2.11246
-2.07249
-2.06103
-1.97635
-1.96188
-1.78475
-1.68144
-1.29185
-10.7304
-10.6398
-10.5374
-10.4257
-10.3056
-10.1768
-10.0384
-9.88908
-9.72751
-9.55201
-9.36084
-9.15292
-8.92751
-8.68581
-8.43032
-8.15994
-7.87257
-7.57361
-7.26809
-6.95443
-6.63799
-6.32604
-6.01734
-5.72239
-5.44179
-5.17605
-4.92082
-4.68048
-4.44439
-4.21373
-4.00468
-3.81155
-3.64315
-3.48792
-3.34672
-3.21148
-3.08814
-2.98765
-2.90559
-2.84784
-2.81851
-2.80413
-2.73104
-2.67239
-2.59019
-2.51442
-2.47841
-2.39716
-2.32216
-2.25054
-2.19336
-2.1458
-2.10852
-2.07011
-2.05763
-1.97802
-1.96196
-1.7948
-1.68825
-1.3113
-10.5024
-10.4149
-10.316
-10.2081
-10.092
-9.96753
-9.83373
-9.68939
-9.53315
-9.36338
-9.17834
-8.97695
-8.75852
-8.52409
-8.276
-8.01307
-7.73321
-7.44148
-7.14276
-6.8355
-6.52481
-6.21778
-5.91346
-5.62176
-5.34376
-5.07988
-4.8306
-4.59297
-4.36036
-4.13266
-3.92434
-3.73198
-3.56471
-3.41279
-3.27729
-3.14915
-3.03414
-2.94131
-2.86612
-2.81432
-2.78989
-2.77891
-2.71081
-2.65334
-2.57268
-2.49944
-2.46587
-2.38624
-2.31237
-2.24267
-2.18725
-2.14015
-2.10441
-2.0674
-2.05402
-1.97926
-1.96172
-1.80416
-1.69476
-1.32997
-10.2772
-10.1927
-10.0972
-9.993
-9.88087
-9.76055
-9.63125
-9.49174
-9.34074
-9.17659
-8.99758
-8.8027
-8.59117
-8.36399
-8.12329
-7.86784
-7.59552
-7.31114
-7.01937
-6.7187
-6.41396
-6.11208
-5.81232
-5.52408
-5.24888
-4.98734
-4.74268
-4.5082
-4.27914
-4.05471
-3.84752
-3.6559
-3.48932
-3.34009
-3.2094
-3.0877
-2.98035
-2.8948
-2.82626
-2.78038
-2.76084
-2.75337
-2.69038
-2.63413
-2.55489
-2.48401
-2.45305
-2.37497
-2.30227
-2.23454
-2.18089
-2.13426
-2.10004
-2.06436
-2.05022
-1.98008
-1.96114
-1.81279
-1.70094
-1.34786
-10.055
-9.97339
-9.8812
-9.78053
-9.67222
-9.55599
-9.43106
-9.29629
-9.15038
-8.99175
-8.8187
-8.6302
-8.42553
-8.20555
-7.97219
-7.72422
-7.45951
-7.18258
-6.8979
-6.60397
-6.30535
-6.00883
-5.71378
-5.4292
-5.15695
-4.89797
-4.65647
-4.4264
-4.20043
-3.97977
-3.77423
-3.58342
-3.41742
-3.27028
-3.14369
-3.02769
-2.92739
-2.84864
-2.78645
-2.74621
-2.73136
-2.72732
-2.66925
-2.61497
-2.53683
-2.46813
-2.43986
-2.36324
-2.29194
-2.22618
-2.17434
-2.12817
-2.0955
-2.06102
-2.04621
-1.9805
-1.96025
-1.82076
-1.70681
-1.36487
-9.8358
-9.75707
-9.66806
-9.57085
-9.46625
-9.35398
-9.23332
-9.10315
-8.96223
-8.80899
-8.64177
-8.4596
-8.2617
-8.04882
-7.82275
-7.58223
-7.32513
-7.05571
-6.77821
-6.49116
-6.19884
-5.90785
-5.61771
-5.33699
-5.0679
-4.8116
-4.5727
-4.34751
-4.12393
-3.90759
-3.70412
-3.51429
-3.34881
-3.20328
-3.07998
-2.969
-2.875
-2.80259
-2.74646
-2.71176
-2.70155
-2.70097
-2.64785
-2.59566
-2.51854
-2.45184
-2.42631
-2.35121
-2.28133
-2.21752
-2.16749
-2.12182
-2.0907
-2.05737
-2.04202
-1.98053
-1.95905
-1.82804
-1.71234
-1.38095
-9.61987
-9.54387
-9.45794
-9.36408
-9.26308
-9.15467
-9.03815
-8.91247
-8.7764
-8.62844
-8.46696
-8.29098
-8.09974
-7.89385
-7.67498
-7.44187
-7.19239
-6.93053
-6.66031
-6.38023
-6.09436
-5.80906
-5.52399
-5.24731
-4.98152
-4.72801
-4.49154
-4.27039
-4.0492
-3.83791
-3.6371
-3.44856
-3.28362
-3.13934
-3.01876
-2.91208
-2.82377
-2.75717
-2.70672
-2.67722
-2.67142
-2.67416
-2.62577
-2.57634
-2.49992
-2.43506
-2.41227
-2.33879
-2.27052
-2.20858
-2.16041
-2.11526
-2.08573
-2.05342
-2.03764
-1.98018
-1.95756
-1.83469
-1.71754
-1.39611
-9.40725
-9.33389
-9.25095
-9.16034
-9.06283
-8.95816
-8.84568
-8.72436
-8.59304
-8.45022
-8.29434
-8.12445
-7.93971
-7.7407
-7.52893
-7.30317
-7.06129
-6.80699
-6.54408
-6.27107
-5.99176
-5.71232
-5.43248
-5.16005
-4.89772
-4.64711
-4.41299
-4.19455
-3.97645
-3.77058
-3.57286
-3.38589
-3.22157
-3.07824
-2.95973
-2.85674
-2.77341
-2.71212
-2.66699
-2.64255
-2.64104
-2.64708
-2.60343
-2.55668
-2.48109
-2.41789
-2.39778
-2.32615
-2.25943
-2.19929
-2.153
-2.10842
-2.08048
-2.04917
-2.03307
-1.97946
-1.95579
-1.84069
-1.72238
-1.41035
-9.19806
-9.12725
-9.0472
-8.95973
-8.86559
-8.76457
-8.65601
-8.53894
-8.41222
-8.27443
-8.12403
-7.96005
-7.78169
-7.58942
-7.38465
-7.16617
-6.93185
-6.68511
-6.42955
-6.16367
-5.89103
-5.61758
-5.34311
-5.07508
-4.81636
-4.56872
-4.33683
-4.12011
-3.90595
-3.70552
-3.51129
-3.32631
-3.16274
-3.02016
-2.9033
-2.8034
-2.72445
-2.66793
-2.62771
-2.60792
-2.61047
-2.61962
-2.58046
-2.53671
-2.4621
-2.40028
-2.38279
-2.31315
-2.2481
-2.18973
-2.14533
-2.10135
-2.07505
-2.04465
-2.02833
-1.97839
-1.95381
-1.84608
-1.72687
-1.4237
-8.99239
-8.92404
-8.84677
-8.76234
-8.67148
-8.57397
-8.46923
-8.35628
-8.23406
-8.10115
-7.95608
-7.79789
-7.62575
-7.44008
-7.2422
-7.03091
-6.80408
-6.56486
-6.31664
-6.05792
-5.79203
-5.52469
-5.25575
-4.99228
-4.73734
-4.49276
-4.26311
-4.04769
-3.83829
-3.64277
-3.45222
-3.26949
-3.10681
-2.96484
-2.84916
-2.75182
-2.67659
-2.62432
-2.58862
-2.5733
-2.57973
-2.59195
-2.55727
-2.51623
-2.44315
-2.3824
-2.36739
-2.29997
-2.23646
-2.17981
-2.13731
-2.09399
-2.06933
-2.03983
-2.0234
-1.97696
-1.95172
-1.85083
-1.73098
-1.43619
-8.7903
-8.72433
-8.64975
-8.56825
-8.48056
-8.38648
-8.28542
-8.17649
-8.05862
-7.93048
-7.7906
-7.63803
-7.47197
-7.29275
-7.10165
-6.89744
-6.67801
-6.44626
-6.20536
-5.95383
-5.69476
-5.43362
-5.17032
-4.91155
-4.66052
-4.41909
-4.19171
-3.97766
-3.7735
-3.58215
-3.39549
-3.2154
-3.05385
-2.91243
-2.79765
-2.70237
-2.63033
-2.58178
-2.55016
-2.53887
-2.54891
-2.564
-2.5335
-2.49538
-2.42424
-2.36428
-2.35156
-2.28648
-2.22455
-2.1696
-2.12901
-2.08639
-2.06343
-2.03475
-2.01831
-1.9752
-1.94957
-1.855
-1.73471
-1.44781
-8.59189
-8.52821
-8.45622
-8.37756
-8.29293
-8.20216
-8.10468
-7.99963
-7.886
-7.76247
-7.62763
-7.48056
-7.32042
-7.14753
-6.96306
-6.76581
-6.55367
-6.32929
-6.09567
-5.85131
-5.5991
-5.34425
-5.08669
-4.83278
-4.58581
-4.34767
-4.12269
-3.91042
-3.71109
-3.5234
-3.34081
-3.16368
-3.00349
-2.86261
-2.74842
-2.65478
-2.58533
-2.54001
-2.51207
-2.50458
-2.51801
-2.53589
-2.50954
-2.47404
-2.40549
-2.34614
-2.33544
-2.27284
-2.21229
-2.15902
-2.12033
-2.07848
-2.05722
-2.02939
-2.01303
-1.97309
-1.94733
-1.85856
-1.73806
-1.45862
-8.3972
-8.33573
-8.26625
-8.19033
-8.10867
-8.02109
-7.92707
-7.82579
-7.71625
-7.5972
-7.46729
-7.32555
-7.17119
-7.00448
-6.82649
-6.63607
-6.43108
-6.21399
-5.98757
-5.75037
-5.50504
-5.25654
-5.00481
-4.75589
-4.5131
-4.27836
-4.05594
-3.84581
-3.65016
-3.46641
-3.28786
-3.11418
-2.95573
-2.81549
-2.70176
-2.60936
-2.54206
-2.49946
-2.47475
-2.47061
-2.48716
-2.50759
-2.48506
-2.45244
-2.38681
-2.32789
-2.319
-2.25893
-2.19973
-2.14814
-2.11136
-2.07033
-2.05082
-2.02376
-2.00758
-1.97066
-1.94501
-1.86158
-1.74102
-1.46863
-8.2063
-8.14696
-8.0799
-8.00662
-7.92781
-7.84332
-7.75266
-7.65501
-7.54945
-7.43476
-7.30961
-7.17309
-7.02438
-6.86368
-6.69201
-6.50825
-6.31026
-6.10032
-5.88104
-5.65095
-5.41249
-5.17038
-4.92456
-4.68074
-4.44229
-4.21109
-3.99141
-3.78364
-3.59083
-3.41137
-3.2364
-3.06658
-2.91018
-2.7707
-2.65727
-2.56583
-2.50016
-2.45983
-2.43795
-2.43691
-2.45632
-2.47917
-2.46044
-2.43042
-2.36819
-2.30976
-2.30234
-2.24495
-2.1868
-2.13688
-2.102
-2.06186
-2.0441
-2.01787
-2.00196
-1.96789
-1.94255
-1.86405
-1.74359
-1.47788
-8.01921
-7.96194
-7.89721
-7.82648
-7.75044
-7.66893
-7.58149
-7.48737
-7.38566
-7.2752
-7.1547
-7.02326
-6.88002
-6.72515
-6.55964
-6.38236
-6.19123
-5.98832
-5.77608
-5.55305
-5.32145
-5.08577
-4.84592
-4.6073
-4.37329
-4.14577
-3.92897
-3.7237
-3.5334
-3.35786
-3.18606
-3.02066
-2.86678
-2.72833
-2.6152
-2.52444
-2.46006
-2.42155
-2.40206
-2.40365
-2.42563
-2.45065
-2.43538
-2.40822
-2.34925
-2.29174
-2.2855
-2.23073
-2.17364
-2.12537
-2.09234
-2.05313
-2.03717
-2.01171
-1.99617
-1.96482
-1.93998
-1.86603
-1.74579
-1.48638
-7.83598
-7.7807
-7.71822
-7.64995
-7.57657
-7.49795
-7.41364
-7.32292
-7.22494
-7.11857
-7.00258
-6.87605
-6.73811
-6.58893
-6.42938
-6.25842
-6.07399
-5.87797
-5.67267
-5.45662
-5.23185
-5.0026
-4.76875
-4.53543
-4.30599
-4.0823
-3.86853
-3.66589
-3.478
-3.30537
-3.13676
-2.97615
-2.82516
-2.68797
-2.57514
-2.48488
-2.42138
-2.38427
-2.3668
-2.37078
-2.39503
-2.42209
-2.41026
-2.38564
-2.33002
-2.27413
-2.26858
-2.21635
-2.16023
-2.11354
-2.08231
-2.0441
-2.02992
-2.00529
-1.99019
-1.96141
-1.93725
-1.86752
-1.74759
-1.49417
-7.6566
-7.60326
-7.54295
-7.47706
-7.40626
-7.33042
-7.24913
-7.1617
-7.06731
-6.96489
-6.85324
-6.73145
-6.59867
-6.45497
-6.30125
-6.13645
-5.95855
-5.76929
-5.57082
-5.36168
-5.14369
-4.92086
-4.69306
-4.46512
-4.24035
-4.02061
-3.81
-3.61005
-3.42443
-3.2538
-3.08873
-2.93299
-2.78524
-2.64969
-2.53729
-2.44738
-2.3845
-2.34842
-2.33255
-2.33846
-2.3647
-2.39352
-2.38479
-2.36294
-2.31042
-2.2567
-2.25157
-2.2016
-2.14671
-2.1015
-2.07201
-2.03482
-2.02245
-1.99862
-1.98405
-1.95771
-1.93438
-1.86856
-1.74903
-1.50128
-7.48109
-7.4296
-7.3714
-7.30781
-7.2395
-7.16634
-7.08798
-7.00371
-6.91279
-6.81418
-6.70672
-6.58951
-6.46169
-6.32335
-6.17529
-6.01647
-5.84493
-5.66228
-5.47053
-5.26819
-5.05691
-4.84048
-4.61874
-4.39624
-4.17624
-3.96057
-3.75326
-3.5561
-3.37269
-3.20359
-3.04235
-2.89115
-2.74684
-2.61317
-2.50124
-2.41161
-2.34904
-2.31364
-2.29903
-2.30662
-2.33454
-2.36499
-2.35935
-2.3399
-2.2906
-2.23967
-2.23458
-2.1867
-2.13302
-2.08916
-2.06134
-2.02523
-2.01463
-1.99168
-1.97772
-1.95368
-1.93132
-1.86915
-1.75009
-1.50773
-7.30941
-7.25973
-7.20356
-7.14219
-7.07628
-7.00572
-6.93017
-6.84897
-6.7614
-6.66646
-6.56303
-6.45024
-6.32725
-6.19408
-6.0515
-5.89848
-5.73316
-5.55698
-5.37182
-5.17618
-4.97155
-4.76148
-4.5458
-4.32879
-4.11364
-3.90214
-3.69825
-3.50393
-3.3227
-3.15503
-2.99775
-2.85053
-2.70985
-2.57842
-2.46719
-2.37776
-2.31533
-2.28031
-2.26658
-2.27543
-2.30474
-2.33657
-2.33365
-2.3168
-2.27044
-2.22276
-2.21767
-2.17156
-2.11926
-2.07662
-2.0504
-2.01538
-2.0066
-1.98449
-1.97123
-1.94937
-1.9281
-1.86935
-1.75079
-1.51356
-7.14156
-7.09361
-7.03941
-6.98018
-6.91658
-6.84854
-6.7757
-6.69746
-6.61313
-6.52173
-6.4222
-6.31367
-6.19532
-6.06719
-5.92992
-5.78255
-5.62326
-5.4534
-5.27469
-5.08563
-4.88754
-4.68377
-4.47414
-4.26264
-4.05242
-3.84518
-3.64484
-3.45343
-3.27446
-3.10842
-2.95464
-2.81091
-2.67403
-2.54511
-2.43472
-2.3455
-2.283
-2.24807
-2.23494
-2.2448
-2.2752
-2.30826
-2.30805
-2.2934
-2.25011
-2.20609
-2.20097
-2.15638
-2.10538
-2.06376
-2.03907
-2.00523
-1.99821
-1.97704
-1.96453
-1.94474
-1.92468
-1.86914
-1.75112
-1.51878
-6.97749
-6.93123
-6.87891
-6.82175
-6.76039
-6.69476
-6.62455
-6.54917
-6.46795
-6.37997
-6.28419
-6.17979
-6.06597
-5.94268
-5.81056
-5.66868
-5.51527
-5.35157
-5.17916
-4.99656
-4.80491
-4.60739
-4.40377
-4.19781
-3.99257
-3.78968
-3.59296
-3.40455
-3.22787
-3.06367
-2.91255
-2.77222
-2.63918
-2.51316
-2.40395
-2.31499
-2.25233
-2.21727
-2.20441
-2.21488
-2.24611
-2.28015
-2.28228
-2.26998
-2.22951
-2.18897
-2.18453
-2.14114
-2.0915
-2.0507
-2.02748
-1.99482
-1.98958
-1.96933
-1.95766
-1.93984
-1.92108
-1.86858
-1.75116
-1.52342
-6.81718
-6.77253
-6.72204
-6.66687
-6.60767
-6.54438
-6.47669
-6.40406
-6.32585
-6.24116
-6.14901
-6.0486
-5.93913
-5.82057
-5.69347
-5.5569
-5.40919
-5.25148
-5.08523
-4.90893
-4.7236
-4.53224
-4.33459
-4.13418
-3.93395
-3.73549
-3.54249
-3.35717
-3.18288
-3.02064
-2.87161
-2.73467
-2.60513
-2.48229
-2.37447
-2.28586
-2.22295
-2.18755
-2.17473
-2.1856
-2.21735
-2.25222
-2.25666
-2.24632
-2.20878
-2.17166
-2.16845
-2.12593
-2.07756
-2.03732
-2.01551
-1.9841
-1.9806
-1.96136
-1.95059
-1.93462
-1.91725
-1.86767
-1.75105
-1.52748
-6.66057
-6.61749
-6.56876
-6.51551
-6.45839
-6.39734
-6.33209
-6.26211
-6.18679
-6.10528
-6.01663
-5.92007
-5.81484
-5.70087
-5.5786
-5.44716
-5.30501
-5.15313
-4.99288
-4.82275
-4.64363
-4.45835
-4.26662
-4.07174
-3.87657
-3.68259
-3.4934
-3.31123
-3.1394
-2.97917
-2.83204
-2.69805
-2.57165
-2.45236
-2.34635
-2.25824
-2.19508
-2.15921
-2.14615
-2.15708
-2.18911
-2.22459
-2.23095
-2.22267
-2.18781
-2.15382
-2.1527
-2.11067
-2.06365
-2.02373
-2.00326
-1.97313
-1.97137
-1.95312
-1.94332
-1.92913
-1.91323
-1.86643
-1.75097
-1.53108
-6.50765
-6.46607
-6.41903
-6.36763
-6.3125
-6.25362
-6.19071
-6.12329
-6.05076
-5.97231
-5.88703
-5.79419
-5.69306
-5.58349
-5.46589
-5.33948
-5.20269
-5.0565
-4.90208
-4.73797
-4.56493
-4.38563
-4.19976
-4.0104
-3.82028
-3.63084
-3.44552
-3.2666
-3.09732
-2.93919
-2.79393
-2.66217
-2.53872
-2.42314
-2.3192
-2.23177
-2.16836
-2.13189
-2.11843
-2.12924
-2.16127
-2.19718
-2.20546
-2.19883
-2.16678
-2.13582
-2.13719
-2.09548
-2.04973
-2.00984
-1.99066
-1.96185
-1.96178
-1.94464
-1.93582
-1.92334
-1.90896
-1.86485
-1.75093
-1.53451
-6.35833
-6.31821
-6.27281
-6.22318
-6.16999
-6.11318
-6.05254
-5.98757
-5.91773
-5.84222
-5.76018
-5.67093
-5.57373
-5.46841
-5.35535
-5.23376
-5.10222
-4.96155
-4.81282
-4.65458
-4.4875
-4.31409
-4.13401
-3.95014
-3.7651
-3.58022
-3.39884
-3.22323
-3.05658
-2.90058
-2.75712
-2.627
-2.50649
-2.39458
-2.29307
-2.20657
-2.14298
-2.10585
-2.0918
-2.10218
-2.13401
-2.17016
-2.17994
-2.17505
-2.14551
-2.11728
-2.12175
-2.08046
-2.03589
-1.99588
-1.97787
-1.95036
-1.95196
-1.93595
-1.9281
-1.91726
-1.90448
-1.86297
-1.75094
-1.53796
-6.21261
-6.17389
-6.13005
-6.08214
-6.0308
-5.97601
-5.91754
-5.85493
-5.78768
-5.715
-5.63608
-5.55027
-5.45685
-5.35562
-5.24692
-5.13007
-5.0036
-4.86827
-4.72506
-4.57253
-4.41128
-4.24366
-4.06929
-3.89087
-3.71089
-3.53061
-3.35322
-3.181
-3.01706
-2.86326
-2.7216
-2.59288
-2.47519
-2.36656
-2.26768
-2.18229
-2.1186
-2.08076
-2.06601
-2.07582
-2.10719
-2.14342
-2.15468
-2.15112
-2.12418
-2.09866
-2.10609
-2.06576
-2.02199
-1.98183
-1.96481
-1.9386
-1.94178
-1.92704
-1.92013
-1.91087
-1.89974
-1.86076
-1.75093
-1.54139
-6.07041
-6.03305
-5.99073
-5.94446
-5.89491
-5.84204
-5.78567
-5.72535
-5.66057
-5.59062
-5.51471
-5.43221
-5.3424
-5.24513
-5.14068
-5.02835
-4.9068
-4.77663
-4.63877
-4.49182
-4.33627
-4.17433
-4.0056
-3.83258
-3.65765
-3.48198
-3.30865
-3.13987
-2.97871
-2.82714
-2.68726
-2.55992
-2.44462
-2.33893
-2.24296
-2.15899
-2.09537
-2.05683
-2.04123
-2.05026
-2.08101
-2.11713
-2.12945
-2.12728
-2.10259
-2.07952
-2.09019
-2.0514
-2.00812
-1.96785
-1.95163
-1.92666
-1.93137
-1.91791
-1.91195
-1.9042
-1.89477
-1.85825
-1.7509
-1.5448
-5.93172
-5.89565
-5.85478
-5.81011
-5.76227
-5.71126
-5.65691
-5.59877
-5.53639
-5.46907
-5.39605
-5.31672
-5.23042
-5.13694
-5.03656
-4.92865
-4.81181
-4.68663
-4.55395
-4.41241
-4.26242
-4.10605
-3.94287
-3.77519
-3.60528
-3.43424
-3.26498
-3.09971
-2.9414
-2.79214
-2.65407
-2.5282
-2.41475
-2.31173
-2.2187
-2.13638
-2.07293
-2.03374
-2.01727
-2.0254
-2.0553
-2.09116
-2.10453
-2.10333
-2.08095
-2.06035
-2.07394
-2.03731
-1.99415
-1.95381
-1.9382
-1.91445
-1.92062
-1.90855
-1.90351
-1.89724
-1.88954
-1.85544
-1.75082
-1.54815
-5.79646
-5.76164
-5.72218
-5.67903
-5.63284
-5.58362
-5.5312
-5.47518
-5.4151
-5.3503
-5.28006
-5.20379
-5.12085
-5.03103
-4.9346
-4.83089
-4.7186
-4.59823
-4.47057
-4.33429
-4.18972
-4.03881
-3.88108
-3.71869
-3.55378
-3.38735
-3.22221
-3.06049
-2.90511
-2.75819
-2.62195
-2.49756
-2.38558
-2.28505
-2.19481
-2.11446
-2.05144
-2.01165
-1.99423
-2.0013
-2.03025
-2.06569
-2.07968
-2.0795
-2.05905
-2.04069
-2.05744
-2.02337
-1.98011
-1.93982
-1.92463
-1.90206
-1.90963
-1.89896
-1.89485
-1.89
-1.88407
-1.85235
-1.7507
-1.55145
-5.66461
-5.63099
-5.59287
-5.55118
-5.50658
-5.45907
-5.40851
-5.35451
-5.29665
-5.23427
-5.16671
-5.09339
-5.01368
-4.92738
-4.83472
-4.73508
-4.62717
-4.51143
-4.38861
-4.25743
-4.11815
-3.97256
-3.82019
-3.663
-3.50305
-3.34123
-3.18022
-3.0221
-2.8697
-2.72519
-2.59085
-2.46796
-2.35739
-2.25891
-2.17112
-2.09294
-2.03054
-1.99027
-1.97194
-1.9779
-2.0057
-2.04056
-2.05515
-2.0556
-2.03711
-2.02103
-2.04051
-2.00925
-1.96594
-1.92577
-1.9108
-1.8894
-1.8983
-1.88911
-1.88595
-1.88248
-1.87832
-1.84895
-1.75047
-1.55465
-5.53607
-5.50362
-5.46679
-5.42651
-5.38343
-5.33757
-5.2888
-5.23675
-5.181
-5.12096
-5.05596
-4.98547
-4.90887
-4.82596
-4.73694
-4.64118
-4.53748
-4.4262
-4.30807
-4.18183
-4.04769
-3.90732
-3.7602
-3.60814
-3.4531
-3.29587
-3.13901
-2.98452
-2.83515
-2.6931
-2.56068
-2.43931
-2.33009
-2.23317
-2.14762
-2.07178
-2.01032
-1.96971
-1.95045
-1.9552
-1.98181
-2.01597
-2.03073
-2.0318
-2.0149
-2.00087
-2.0233
-1.99472
-1.95189
-1.91186
-1.89687
-1.87658
-1.88675
-1.879
-1.87682
-1.87469
-1.87234
-1.84529
-1.75015
-1.55777
-5.41084
-5.37949
-5.3439
-5.30497
-5.26335
-5.21907
-5.17201
-5.12182
-5.06812
-5.01031
-4.94778
-4.88
-4.80639
-4.72672
-4.64118
-4.54919
-4.44953
-4.34255
-4.22894
-4.10749
-3.97834
-3.84304
-3.70105
-3.55405
-3.40384
-3.25118
-3.09846
-2.94763
-2.80135
-2.66182
-2.53137
-2.41157
-2.30367
-2.20807
-2.12441
-2.05076
-1.99048
-1.94969
-1.9296
-1.93315
-1.95843
-1.9917
-2.00659
-2.00795
-1.99269
-1.98078
-2.00564
-1.97967
-1.93792
-1.89792
-1.88273
-1.86351
-1.87486
-1.86863
-1.86745
-1.86662
-1.86607
-1.84133
-1.74969
-1.56075
-5.2888
-5.25852
-5.22412
-5.18649
-5.14627
-5.10351
-5.0581
-5.0097
-4.95795
-4.90229
-4.84212
-4.77695
-4.70619
-4.62964
-4.54746
-4.45907
-4.3633
-4.26047
-4.15122
-4.03441
-3.9101
-3.77974
-3.64277
-3.50072
-3.35529
-3.20715
-3.05858
-2.91142
-2.76827
-2.63131
-2.50286
-2.38462
-2.27802
-2.1836
-2.10143
-2.02979
-1.97101
-1.93026
-1.90941
-1.91173
-1.93567
-1.96794
-1.98257
-1.9842
-1.97022
-1.96018
-1.98774
-1.96426
-1.92404
-1.88404
-1.86854
-1.85032
-1.86278
-1.85799
-1.85786
-1.8583
-1.85956
-1.83712
-1.74911
-1.56364
-5.16994
-5.14068
-5.10742
-5.07102
-5.03215
-4.99084
-4.94701
-4.90032
-4.85045
-4.79684
-4.73895
-4.67626
-4.60825
-4.53469
-4.45574
-4.37083
-4.27882
-4.17997
-4.07492
-3.96258
-3.84296
-3.7174
-3.58531
-3.44811
-3.30738
-3.16372
-3.01926
-2.8758
-2.7358
-2.60145
-2.47507
-2.35845
-2.25313
-2.15984
-2.07882
-2.00896
-1.95173
-1.91121
-1.88974
-1.89088
-1.91339
-1.94448
-1.95878
-1.96042
-1.94779
-1.9397
-1.96938
-1.94838
-1.90996
-1.8701
-1.85425
-1.83692
-1.85039
-1.84709
-1.84803
-1.8497
-1.85276
-1.83262
-1.74836
-1.56638
-5.05414
-5.02587
-4.99371
-4.95851
-4.92093
-4.88102
-4.83869
-4.79365
-4.74557
-4.69393
-4.6382
-4.5779
-4.51251
-4.44185
-4.36602
-4.28447
-4.19605
-4.10102
-4.00003
-3.892
-3.77692
-3.65601
-3.52869
-3.39623
-3.26012
-3.12088
-2.98052
-2.84075
-2.70393
-2.57224
-2.44795
-2.33296
-2.22889
-2.13666
-2.05664
-1.98831
-1.93257
-1.89254
-1.87056
-1.87054
-1.89168
-1.92151
-1.93512
-1.93672
-1.92508
-1.91869
-1.95083
-1.93219
-1.89566
-1.85631
-1.84006
-1.82348
-1.83784
-1.83596
-1.83801
-1.8409
-1.84571
-1.82786
-1.74745
-1.569
-4.9414
-4.91407
-4.88296
-4.8489
-4.81255
-4.77398
-4.7331
-4.68963
-4.64327
-4.59352
-4.53986
-4.48185
-4.41899
-4.35109
-4.27826
-4.19991
-4.11495
-4.02363
-3.92653
-3.82266
-3.71197
-3.59556
-3.47286
-3.34503
-3.21344
-3.07856
-2.94226
-2.80617
-2.67256
-2.54356
-2.42143
-2.3081
-2.20531
-2.11411
-2.03505
-1.96793
-1.91344
-1.87398
-1.85172
-1.85067
-1.87036
-1.89875
-1.91161
-1.91299
-1.90246
-1.89785
-1.93184
-1.91556
-1.88101
-1.84255
-1.82592
-1.8099
-1.82504
-1.82458
-1.82776
-1.83189
-1.83835
-1.8228
-1.74633
-1.57144
-4.83158
-4.80517
-4.77508
-4.74212
-4.70696
-4.66967
-4.63018
-4.58823
-4.54351
-4.49556
-4.44389
-4.38807
-4.32763
-4.26238
-4.19241
-4.11715
-4.03551
-3.94773
-3.8544
-3.75456
-3.64809
-3.53605
-3.41785
-3.29452
-3.16738
-3.03677
-2.9045
-2.77207
-2.64168
-2.5154
-2.39545
-2.28381
-2.18229
-2.09207
-2.0139
-1.94781
-1.89438
-1.85552
-1.83313
-1.83113
-1.84948
-1.87637
-1.88814
-1.88929
-1.87955
-1.87649
-1.91272
-1.89866
-1.86611
-1.829
-1.81201
-1.79634
-1.81212
-1.813
-1.81733
-1.82274
-1.83073
-1.81748
-1.74501
-1.57375
-4.72472
-4.69917
-4.67004
-4.63813
-4.6041
-4.56804
-4.52988
-4.48938
-4.44624
-4.40002
-4.35025
-4.29653
-4.2384
-4.17568
-4.10846
-4.03614
-3.95769
-3.87336
-3.78367
-3.68769
-3.58529
-3.47747
-3.36362
-3.24468
-3.12186
-2.99545
-2.86714
-2.73837
-2.6112
-2.48767
-2.36995
-2.26004
-2.15982
-2.07059
-1.99328
-1.92807
-1.87549
-1.83711
-1.81464
-1.8118
-1.82872
-1.85393
-1.86469
-1.86553
-1.85673
-1.85532
-1.89314
-1.88133
-1.85085
-1.8155
-1.79823
-1.7827
-1.79899
-1.80118
-1.80667
-1.81339
-1.82282
-1.81186
-1.74346
-1.57587
-4.62062
-4.59593
-4.56774
-4.53684
-4.50391
-4.46903
-4.43215
-4.39303
-4.35141
-4.30685
-4.2589
-4.20719
-4.15128
-4.09099
-4.02637
-3.95688
-3.88153
-3.80048
-3.71429
-3.62202
-3.52355
-3.41982
-3.3102
-3.19552
-3.07692
-2.95464
-2.83024
-2.70508
-2.58113
-2.46036
-2.34489
-2.23674
-2.13783
-2.04955
-1.97302
-1.9086
-1.85674
-1.81878
-1.79616
-1.79252
-1.80809
-1.83164
-1.84117
-1.84172
-1.8336
-1.83362
-1.87348
-1.8638
-1.83538
-1.80205
-1.78464
-1.7691
-1.78576
-1.78916
-1.79584
-1.80389
-1.81469
-1.80598
-1.74168
-1.57784
-4.51936
-4.49546
-4.46815
-4.43822
-4.40633
-4.37258
-4.33692
-4.29913
-4.25896
-4.21599
-4.16979
-4.12
-4.06622
-4.00824
-3.94614
-3.87936
-3.80695
-3.7291
-3.64626
-3.55757
-3.46289
-3.36309
-3.25756
-3.14702
-3.03252
-2.91425
-2.7937
-2.67211
-2.55138
-2.43339
-2.32022
-2.21386
-2.1163
-2.02899
-1.95324
-1.88948
-1.83821
-1.80057
-1.7777
-1.77323
-1.78735
-1.80911
-1.8176
-1.81786
-1.8106
-1.81217
-1.85338
-1.84587
-1.81959
-1.78842
-1.7711
-1.75543
-1.77235
-1.77693
-1.78479
-1.79419
-1.80634
-1.79979
-1.73962
-1.57959
-4.42071
-4.39761
-4.37116
-4.34217
-4.31129
-4.27862
-4.24414
-4.20763
-4.16884
-4.12739
-4.08287
-4.03492
-3.98316
-3.92741
-3.8677
-3.80353
-3.73398
-3.65918
-3.57956
-3.49432
-3.40328
-3.3073
-3.20572
-3.09919
-2.98868
-2.87434
-2.75756
-2.6395
-2.52197
-2.40676
-2.2959
-2.19136
-2.09516
-2.00881
-1.93377
-1.87059
-1.8198
-1.78244
-1.75927
-1.75391
-1.76663
-1.7867
-1.79399
-1.79395
-1.78731
-1.7902
-1.83326
-1.82779
-1.80363
-1.7747
-1.75772
-1.74186
-1.75889
-1.76452
-1.77357
-1.78435
-1.79782
-1.79335
-1.73732
-1.58118
-4.32477
-4.30239
-4.27676
-4.24865
-4.21872
-4.18709
-4.15373
-4.11844
-4.08098
-4.04098
-3.99807
-3.95188
-3.90206
-3.84842
-3.79101
-3.72934
-3.66253
-3.59068
-3.5142
-3.43226
-3.34474
-3.25242
-3.15465
-3.05199
-2.94535
-2.83484
-2.72174
-2.60717
-2.49281
-2.38039
-2.27187
-2.1692
-2.07438
-1.98904
-1.91468
-1.85204
-1.80162
-1.76444
-1.74089
-1.73458
-1.74578
-1.76406
-1.77036
-1.77007
-1.76421
-1.76856
-1.81272
-1.80933
-1.78735
-1.76073
-1.74437
-1.72826
-1.74528
-1.75191
-1.76214
-1.77431
-1.78908
-1.7866
-1.73471
-1.58254
-4.23127
-4.20963
-4.18479
-4.15755
-4.12855
-4.09791
-4.06563
-4.03151
-3.99533
-3.95672
-3.91533
-3.87082
-3.82285
-3.77124
-3.71602
-3.65676
-3.5926
-3.5236
-3.4501
-3.37133
-3.2872
-3.19842
-3.10434
-3.00544
-2.90256
-2.79577
-2.68629
-2.57515
-2.46393
-2.35429
-2.24811
-2.14732
-2.05392
-1.96956
-1.89586
-1.83366
-1.78353
-1.74649
-1.72257
-1.7153
-1.72506
-1.74163
-1.74677
-1.74618
-1.74085
-1.74641
-1.79222
-1.79079
-1.77092
-1.74664
-1.73105
-1.71477
-1.73162
-1.73914
-1.75055
-1.76412
-1.78018
-1.77961
-1.73183
-1.58373
-4.14034
-4.11936
-4.09527
-4.06883
-4.04071
-4.01103
-3.97978
-3.94677
-3.9118
-3.87452
-3.83459
-3.79169
-3.74549
-3.69581
-3.64271
-3.58575
-3.52412
-3.45783
-3.38719
-3.31152
-3.23064
-3.14528
-3.05475
-2.95948
-2.86024
-2.75708
-2.65113
-2.54336
-2.43525
-2.32838
-2.22457
-2.1257
-2.03373
-1.95041
-1.87737
-1.81559
-1.76568
-1.72869
-1.70434
-1.69605
-1.70424
-1.71902
-1.72324
-1.72238
-1.71776
-1.72467
-1.77134
-1.77188
-1.75419
-1.73224
-1.71762
-1.70132
-1.71784
-1.72618
-1.73874
-1.75373
-1.77107
-1.77232
-1.72864
-1.58467
-4.05167
-4.03138
-4.00802
-3.98239
-3.95512
-3.92635
-3.89609
-3.86415
-3.83035
-3.79434
-3.75581
-3.71444
-3.66993
-3.62211
-3.57101
-3.51625
-3.45702
-3.39332
-3.32546
-3.25271
-3.17501
-3.09296
-3.00587
-2.91411
-2.8184
-2.71878
-2.61629
-2.51182
-2.40679
-2.30268
-2.20123
-2.10428
-2.01378
-1.93148
-1.85909
-1.79767
-1.74792
-1.71091
-1.68619
-1.67692
-1.68362
-1.69672
-1.69983
-1.69862
-1.69443
-1.70244
-1.75056
-1.75295
-1.73733
-1.71766
-1.7042
-1.68808
-1.70404
-1.71309
-1.72678
-1.74319
-1.7618
-1.7648
-1.72516
-1.58542
-3.96545
-3.94576
-3.92309
-3.89819
-3.87173
-3.84384
-3.81452
-3.78361
-3.75092
-3.71613
-3.67893
-3.63903
-3.59613
-3.55007
-3.50089
-3.44822
-3.39128
-3.33006
-3.26483
-3.19497
-3.12031
-3.04144
-2.95766
-2.86928
-2.777
-2.68081
-2.5817
-2.48048
-2.37847
-2.2771
-2.17802
-2.08303
-1.99403
-1.9128
-1.84107
-1.78
-1.73039
-1.69329
-1.66815
-1.65782
-1.66293
-1.67428
-1.67652
-1.67502
-1.67144
-1.68069
-1.72941
-1.73368
-1.72019
-1.70276
-1.69066
-1.67496
-1.69017
-1.69983
-1.71463
-1.73246
-1.75233
-1.75701
-1.72135
-1.5859
-3.88135
-3.8623
-3.84031
-3.81615
-3.79047
-3.76342
-3.73501
-3.70508
-3.67346
-3.63982
-3.6039
-3.56541
-3.52405
-3.47967
-3.43232
-3.38165
-3.32689
-3.26804
-3.20538
-3.13824
-3.06651
-2.99069
-2.91009
-2.82499
-2.73604
-2.6432
-2.54738
-2.44934
-2.35032
-2.25166
-2.15495
-2.06192
-1.97443
-1.89427
-1.82321
-1.76244
-1.71294
-1.67568
-1.65016
-1.6389
-1.64253
-1.65222
-1.65339
-1.65149
-1.64824
-1.65847
-1.70842
-1.71443
-1.70294
-1.68769
-1.67709
-1.66202
-1.67631
-1.68646
-1.70234
-1.72158
-1.74272
-1.74899
-1.71724
-1.58619
-3.79963
-3.78113
-3.75976
-3.73627
-3.71132
-3.68506
-3.65751
-3.62851
-3.5979
-3.56538
-3.53068
-3.49352
-3.45363
-3.41087
-3.36527
-3.3165
-3.26384
-3.20726
-3.14702
-3.08254
-3.01359
-2.94069
-2.86315
-2.78121
-2.69548
-2.60588
-2.51327
-2.41835
-2.32227
-2.22631
-2.13195
-2.0409
-1.95497
-1.87591
-1.80555
-1.74511
-1.6957
-1.65824
-1.63231
-1.62001
-1.62206
-1.63005
-1.6304
-1.62818
-1.62546
-1.63679
-1.6871
-1.69485
-1.68545
-1.67234
-1.66337
-1.64907
-1.66236
-1.67295
-1.68985
-1.71051
-1.73292
-1.74069
-1.71279
-1.5862
-3.71988
-3.70197
-3.68123
-3.65841
-3.63418
-3.60868
-3.58195
-3.55385
-3.52421
-3.49274
-3.4592
-3.42332
-3.38484
-3.34362
-3.29969
-3.25275
-3.20208
-3.14768
-3.08979
-3.02779
-2.96153
-2.89142
-2.81682
-2.73793
-2.65532
-2.56888
-2.47941
-2.38753
-2.29435
-2.20104
-2.10903
-2.01996
-1.93558
-1.85765
-1.78799
-1.72785
-1.67851
-1.6408
-1.61449
-1.60132
-1.60194
-1.60833
-1.60765
-1.60496
-1.60247
-1.61467
-1.66599
-1.67536
-1.66788
-1.65685
-1.64957
-1.63618
-1.64844
-1.65934
-1.67724
-1.6993
-1.72298
-1.73222
-1.70802
-1.58598
-3.64229
-3.6249
-3.60472
-3.58253
-3.55897
-3.53421
-3.50826
-3.48101
-3.45229
-3.42184
-3.38941
-3.35475
-3.31761
-3.27786
-3.23554
-3.19034
-3.1416
-3.08927
-3.0336
-2.97402
-2.9103
-2.84287
-2.77109
-2.69514
-2.61553
-2.53215
-2.44573
-2.35684
-2.26648
-2.1758
-2.08613
-1.99905
-1.91626
-1.83949
-1.77057
-1.71078
-1.66151
-1.62355
-1.59682
-1.58269
-1.58177
-1.58652
-1.58507
-1.58204
-1.57997
-1.59315
-1.64457
-1.65556
-1.65007
-1.64108
-1.63557
-1.62318
-1.63447
-1.6456
-1.66444
-1.68789
-1.71287
-1.72358
-1.70287
-1.58546
-3.56653
-3.54968
-3.53009
-3.50852
-3.48562
-3.46155
-3.43637
-3.40993
-3.3821
-3.35261
-3.32125
-3.28775
-3.25191
-3.21357
-3.17277
-3.12925
-3.08233
-3.032
-2.97847
-2.92116
-2.85989
-2.79501
-2.72594
-2.65282
-2.57613
-2.49572
-2.41226
-2.32627
-2.23871
-2.15061
-2.06326
-1.97817
-1.89697
-1.82137
-1.7532
-1.69376
-1.64453
-1.60631
-1.57915
-1.56425
-1.56199
-1.56522
-1.56276
-1.55921
-1.55729
-1.57119
-1.62342
-1.63588
-1.63222
-1.6252
-1.62144
-1.6102
-1.62058
-1.6318
-1.65153
-1.67636
-1.70262
-1.71482
-1.6974
-1.58469
-3.49274
-3.47637
-3.45731
-3.43632
-3.41404
-3.39065
-3.36619
-3.34054
-3.31357
-3.28501
-3.25466
-3.22229
-3.18767
-3.15068
-3.11136
-3.06942
-3.02426
-2.97583
-2.92433
-2.86922
-2.81027
-2.74786
-2.68138
-2.61097
-2.53709
-2.45955
-2.37897
-2.29581
-2.21097
-2.12542
-2.04038
-1.95727
-1.87768
-1.8033
-1.73592
-1.67687
-1.6277
-1.58925
-1.56164
-1.54586
-1.54215
-1.54384
-1.54064
-1.53673
-1.53515
-1.54989
-1.60198
-1.61592
-1.61415
-1.60906
-1.60706
-1.59713
-1.60671
-1.61791
-1.63846
-1.66465
-1.69221
-1.70588
-1.69155
-1.5836
-3.42059
-3.40474
-3.38624
-3.36583
-3.34418
-3.32144
-3.29769
-3.27279
-3.24663
-3.21897
-3.1896
-3.1583
-3.12486
-3.08916
-3.05123
-3.01083
-2.96733
-2.92072
-2.87117
-2.81816
-2.76145
-2.70138
-2.63739
-2.56959
-2.49841
-2.42365
-2.34587
-2.26547
-2.1833
-2.10025
-2.01748
-1.93635
-1.85838
-1.78524
-1.71864
-1.66001
-1.61088
-1.57219
-1.5441
-1.52763
-1.52273
-1.52299
-1.51884
-1.51436
-1.51284
-1.52817
-1.58085
-1.59613
-1.59607
-1.59283
-1.59253
-1.58408
-1.593
-1.60401
-1.62531
-1.65281
-1.68167
-1.69684
-1.68539
-1.58225
-3.35035
-3.33494
-3.31693
-3.29706
-3.27598
-3.25388
-3.23079
-3.20662
-3.18125
-3.15444
-3.126
-3.09573
-3.06342
-3.02895
-2.99236
-2.9534
-2.91151
-2.86663
-2.81896
-2.76797
-2.71341
-2.65559
-2.59397
-2.52868
-2.4601
-2.38802
-2.31293
-2.23522
-2.15565
-2.07506
-1.99453
-1.91538
-1.83904
-1.76716
-1.7014
-1.64322
-1.59417
-1.55529
-1.52674
-1.50948
-1.50325
-1.50209
-1.49723
-1.49238
-1.49111
-1.50716
-1.55947
-1.57607
-1.5778
-1.57639
-1.57775
-1.5709
-1.57931
-1.59007
-1.61203
-1.64081
-1.67097
-1.68764
-1.67885
-1.58056
-3.28167
-3.26673
-3.24924
-3.22991
-3.2094
-3.18789
-3.16545
-3.14198
-3.11736
-3.09137
-3.06384
-3.03454
-3.00331
-2.97001
-2.9347
-2.89713
-2.85675
-2.81355
-2.76768
-2.71863
-2.66611
-2.61043
-2.5511
-2.48821
-2.42215
-2.35265
-2.28018
-2.20508
-2.12804
-2.04986
-1.97155
-1.89435
-1.81966
-1.74904
-1.68414
-1.62644
-1.57747
-1.53838
-1.50936
-1.49145
-1.4842
-1.48174
-1.47597
-1.47052
-1.46923
-1.48574
-1.53843
-1.55623
-1.55954
-1.55987
-1.56285
-1.5577
-1.56574
-1.57615
-1.59868
-1.62871
-1.66015
-1.67834
-1.67201
-1.5786
-3.21475
-3.20022
-3.18317
-3.16434
-3.14436
-3.12343
-3.10162
-3.07882
-3.05493
-3.02972
-3.00305
-2.97469
-2.94449
-2.91231
-2.87822
-2.84197
-2.80306
-2.76145
-2.7173
-2.67009
-2.61952
-2.5659
-2.50875
-2.44818
-2.38453
-2.31753
-2.24759
-2.17501
-2.10044
-2.02462
-1.9485
-1.87325
-1.80019
-1.73087
-1.66687
-1.60968
-1.56085
-1.5216
-1.49214
-1.47351
-1.46509
-1.46134
-1.45491
-1.44908
-1.44799
-1.46506
-1.51717
-1.53614
-1.54111
-1.54316
-1.54773
-1.54432
-1.55214
-1.56221
-1.58523
-1.61646
-1.64918
-1.66888
-1.6648
-1.57629
-3.14922
-3.13515
-3.1186
-3.10027
-3.08083
-3.06047
-3.03926
-3.0171
-2.99391
-2.96946
-2.94361
-2.91615
-2.88693
-2.85583
-2.8229
-2.78792
-2.75039
-2.7103
-2.66777
-2.6223
-2.57359
-2.52194
-2.4669
-2.40857
-2.34725
-2.28266
-2.21517
-2.14504
-2.07288
-1.99937
-1.9254
-1.85207
-1.78066
-1.71264
-1.64956
-1.5929
-1.54422
-1.5048
-1.47492
-1.45567
-1.44639
-1.44152
-1.43421
-1.42777
-1.42659
-1.44401
-1.49629
-1.51631
-1.52273
-1.52641
-1.53251
-1.53089
-1.53862
-1.54833
-1.57173
-1.60411
-1.63811
-1.65935
-1.65733
-1.57368
-3.08548
-3.07178
-3.05564
-3.03776
-3.01881
-2.99898
-2.97835
-2.9568
-2.93428
-2.91055
-2.88548
-2.85889
-2.83061
-2.80053
-2.76871
-2.73493
-2.69872
-2.66005
-2.61906
-2.57524
-2.52831
-2.47856
-2.42556
-2.36938
-2.3103
-2.24802
-2.1829
-2.11515
-2.04533
-1.97408
-1.90221
-1.8308
-1.76102
-1.69433
-1.6322
-1.57611
-1.52764
-1.4881
-1.45784
-1.43793
-1.42762
-1.42163
-1.41372
-1.40692
-1.40586
-1.42371
-1.47522
-1.49625
-1.5042
-1.50949
-1.51709
-1.51726
-1.52506
-1.53444
-1.55814
-1.59162
-1.62689
-1.64967
-1.64962
-1.57068
-3.02311
-3.00984
-2.99414
-2.97673
-2.95827
-2.93894
-2.91885
-2.89789
-2.87599
-2.85294
-2.82862
-2.80285
-2.77546
-2.74637
-2.71561
-2.68297
-2.64801
-2.61071
-2.57117
-2.52892
-2.48369
-2.43576
-2.38471
-2.33059
-2.27367
-2.21363
-2.15079
-2.08534
-2.01781
-1.94876
-1.87897
-1.80944
-1.74131
-1.67594
-1.61478
-1.55929
-1.51106
-1.4714
-1.44078
-1.42028
-1.40921
-1.40231
-1.3936
-1.38618
-1.38499
-1.40306
-1.45455
-1.47648
-1.48575
-1.49255
-1.50159
-1.50356
-1.51157
-1.52064
-1.54454
-1.57906
-1.61558
-1.63991
-1.6418
-1.56737
-2.96244
-2.94951
-2.93417
-2.91716
-2.89912
-2.88027
-2.86067
-2.84026
-2.81896
-2.79657
-2.77296
-2.74797
-2.72145
-2.69329
-2.66354
-2.632
-2.59825
-2.56223
-2.52409
-2.48333
-2.43973
-2.39354
-2.34435
-2.29222
-2.23736
-2.17947
-2.11884
-2.05562
-1.99029
-1.9234
-1.85564
-1.78798
-1.72147
-1.65745
-1.59728
-1.54243
-1.49448
-1.45476
-1.42381
-1.40272
-1.39074
-1.38293
-1.3737
-1.36593
-1.36481
-1.38318
-1.43372
-1.45651
-1.46718
-1.47548
-1.48592
-1.48962
-1.49804
-1.5069
-1.53087
-1.56637
-1.60412
-1.63002
-1.63381
-1.56368
-2.90275
-2.89021
-2.8753
-2.85872
-2.84114
-2.82276
-2.80367
-2.78381
-2.76309
-2.74134
-2.71844
-2.6942
-2.66851
-2.64126
-2.61248
-2.582
-2.54938
-2.51461
-2.47778
-2.43847
-2.39642
-2.35189
-2.30449
-2.25425
-2.20138
-2.14556
-2.08705
-2.026
-1.96282
-1.89802
-1.83226
-1.76644
-1.70154
-1.63887
-1.57973
-1.52554
-1.47789
-1.43814
-1.40689
-1.38527
-1.37259
-1.36409
-1.35416
-1.34579
-1.34449
-1.36296
-1.41332
-1.43686
-1.44871
-1.4584
-1.47019
-1.47558
-1.48459
-1.49332
-1.51723
-1.55363
-1.59258
-1.62005
-1.62573
-1.55969
-2.84415
-2.83198
-2.81749
-2.80135
-2.78424
-2.76635
-2.74779
-2.72847
-2.70834
-2.68722
-2.66499
-2.6415
-2.61661
-2.59022
-2.56239
-2.53291
-2.50139
-2.4678
-2.43225
-2.39431
-2.35375
-2.31082
-2.26512
-2.21669
-2.16572
-2.11189
-2.05543
-1.99646
-1.93536
-1.8726
-1.8088
-1.74478
-1.6815
-1.62017
-1.56207
-1.50858
-1.46129
-1.42154
-1.39004
-1.36788
-1.35435
-1.34516
-1.33483
-1.32615
-1.3249
-1.34354
-1.39278
-1.41702
-1.43014
-1.44122
-1.45431
-1.46131
-1.47109
-1.47984
-1.50357
-1.54079
-1.58092
-1.60995
-1.61749
-1.55534
-2.78685
-2.77506
-2.76095
-2.74523
-2.72855
-2.71112
-2.69305
-2.67426
-2.65469
-2.63418
-2.61261
-2.58982
-2.56571
-2.54016
-2.51322
-2.48471
-2.45425
-2.4218
-2.38746
-2.35085
-2.31172
-2.2703
-2.22625
-2.17956
-2.13041
-2.07848
-2.02399
-1.96703
-1.90795
-1.84718
-1.78529
-1.72306
-1.66136
-1.60139
-1.54435
-1.49159
-1.44469
-1.40498
-1.37324
-1.3506
-1.33642
-1.32672
-1.31585
-1.30662
-1.30514
-1.32378
-1.37269
-1.39755
-1.41172
-1.42406
-1.4384
-1.44697
-1.45763
-1.4665
-1.48996
-1.52792
-1.56919
-1.59977
-1.60914
-1.55071
-2.73083
-2.71935
-2.7056
-2.69027
-2.67401
-2.65703
-2.63943
-2.62115
-2.60212
-2.58219
-2.56125
-2.53915
-2.51578
-2.49103
-2.46496
-2.43738
-2.40793
-2.37656
-2.34341
-2.30807
-2.2703
-2.23037
-2.18787
-2.14284
-2.09543
-2.04532
-1.99272
-1.9377
-1.88057
-1.82174
-1.7617
-1.70122
-1.6411
-1.58249
-1.52651
-1.47452
-1.42804
-1.38843
-1.35646
-1.33335
-1.31837
-1.30816
-1.29706
-1.28759
-1.28614
-1.30483
-1.35249
-1.3779
-1.3932
-1.40681
-1.42237
-1.43244
-1.4441
-1.4532
-1.47634
-1.51495
-1.55733
-1.58945
-1.60062
-1.54575
-2.67603
-2.66489
-2.6515
-2.63653
-2.62066
-2.60409
-2.58694
-2.56913
-2.55062
-2.53124
-2.5109
-2.48945
-2.46679
-2.44281
-2.41756
-2.39088
-2.3624
-2.3321
-2.30007
-2.26595
-2.22952
-2.19098
-2.14998
-2.10653
-2.06078
-2.01242
-1.96164
-1.90848
-1.85325
-1.79629
-1.73808
-1.67931
-1.62076
-1.56349
-1.50861
-1.4574
-1.4114
-1.37191
-1.33977
-1.31622
-1.30061
-1.29005
-1.27859
-1.26866
-1.26697
-1.28556
-1.33275
-1.35863
-1.37486
-1.38961
-1.40634
-1.41786
-1.43058
-1.44001
-1.4628
-1.50197
-1.54542
-1.57906
-1.592
-1.54055
-2.62237
-2.61152
-2.59845
-2.58384
-2.56836
-2.5522
-2.53548
-2.51813
-2.50011
-2.48126
-2.4615
-2.44068
-2.4187
-2.39546
-2.37101
-2.34518
-2.31764
-2.28835
-2.25742
-2.22448
-2.1893
-2.15212
-2.11257
-2.07063
-2.02647
-1.97978
-1.93073
-1.87937
-1.82597
-1.77082
-1.71439
-1.65731
-1.60029
-1.54437
-1.49059
-1.44019
-1.39469
-1.35535
-1.32306
-1.29906
-1.28278
-1.27175
-1.26031
-1.25024
-1.24857
-1.2671
-1.31293
-1.33922
-1.35645
-1.37235
-1.3902
-1.40312
-1.41697
-1.42682
-1.44926
-1.48892
-1.53339
-1.56853
-1.5832
-1.53503
-2.56978
-2.55925
-2.54651
-2.53226
-2.51713
-2.50135
-2.48503
-2.46812
-2.45057
-2.43223
-2.41302
-2.3928
-2.37147
-2.34894
-2.32525
-2.30025
-2.27361
-2.2453
-2.21541
-2.1836
-2.14965
-2.11377
-2.07559
-2.03511
-1.99246
-1.94737
-1.9
-1.85038
-1.79874
-1.74537
-1.69067
-1.63524
-1.57974
-1.52517
-1.4725
-1.42295
-1.37797
-1.33884
-1.30645
-1.28205
-1.26522
-1.25386
-1.24232
-1.2319
-1.22999
-1.24833
-1.29357
-1.32021
-1.33824
-1.35516
-1.37408
-1.38835
-1.40335
-1.41372
-1.43579
-1.47586
-1.52132
-1.55793
-1.57429
-1.52929
-2.51821
-2.50795
-2.49551
-2.48159
-2.46682
-2.45143
-2.43551
-2.41903
-2.40194
-2.38409
-2.36541
-2.34576
-2.32506
-2.30321
-2.28025
-2.25604
-2.23027
-2.20289
-2.17401
-2.14329
-2.11052
-2.07589
-2.03904
-1.99994
-1.95876
-1.9152
-1.86945
-1.82149
-1.77157
-1.71991
-1.66689
-1.61308
-1.55908
-1.50584
-1.45429
-1.40559
-1.36119
-1.32228
-1.28981
-1.265
-1.24761
-1.23578
-1.22447
-1.21407
-1.21218
-1.23035
-1.27416
-1.30107
-1.31997
-1.33793
-1.35788
-1.37343
-1.38964
-1.40061
-1.42234
-1.46272
-1.50913
-1.54718
-1.5652
-1.52326
-2.4676
-2.45764
-2.44552
-2.43193
-2.41749
-2.40245
-2.38691
-2.37084
-2.35418
-2.3368
-2.31863
-2.29954
-2.27944
-2.25824
-2.23599
-2.21254
-2.18759
-2.16111
-2.13319
-2.10352
-2.07188
-2.03846
-2.00288
-1.96511
-1.92532
-1.88325
-1.83906
-1.79272
-1.74446
-1.69447
-1.6431
-1.59087
-1.53835
-1.48644
-1.43602
-1.3882
-1.3444
-1.30576
-1.27328
-1.24812
-1.23028
-1.21808
-1.2069
-1.1963
-1.19419
-1.21209
-1.25521
-1.28235
-1.30193
-1.3208
-1.34173
-1.35852
-1.3759
-1.38759
-1.40898
-1.4496
-1.49691
-1.53638
-1.55601
-1.51704
-2.41791
-2.4082
-2.39636
-2.38309
-2.36899
-2.35432
-2.33916
-2.32349
-2.30725
-2.29033
-2.27266
-2.2541
-2.23458
-2.21401
-2.19243
-2.16971
-2.14556
-2.11993
-2.09294
-2.06427
-2.03372
-2.00144
-1.96707
-1.93059
-1.89215
-1.85152
-1.80884
-1.76407
-1.7174
-1.66903
-1.61926
-1.56858
-1.51752
-1.46693
-1.41763
-1.37071
-1.32754
-1.28919
-1.25672
-1.23121
-1.21291
-1.20024
-1.18943
-1.17903
-1.17696
-1.19461
-1.23625
-1.26352
-1.28386
-1.30365
-1.32552
-1.34349
-1.36206
-1.37456
-1.39567
-1.43643
-1.48459
-1.52543
-1.54663
-1.51057
-2.3691
-2.35968
-2.34815
-2.33519
-2.32141
-2.30707
-2.29226
-2.27697
-2.26114
-2.24467
-2.22746
-2.20942
-2.19046
-2.1705
-2.14958
-2.12756
-2.10416
-2.07936
-2.05324
-2.02553
-1.996
-1.96481
-1.9316
-1.89635
-1.85924
-1.82
-1.77879
-1.73554
-1.69043
-1.64363
-1.59542
-1.54626
-1.49663
-1.44736
-1.39919
-1.3532
-1.31068
-1.27268
-1.24026
-1.21449
-1.19582
-1.18279
-1.17222
-1.1618
-1.15954
-1.17687
-1.21772
-1.24512
-1.26603
-1.28662
-1.30936
-1.32848
-1.34818
-1.36163
-1.38253
-1.42331
-1.47225
-1.51443
-1.53715
-1.50393
-2.32111
-2.31195
-2.30069
-2.28804
-2.27458
-2.26059
-2.24615
-2.23124
-2.21582
-2.19977
-2.18304
-2.1655
-2.14708
-2.1277
-2.1074
-2.08606
-2.0634
-2.03938
-2.01411
-1.98729
-1.95874
-1.92858
-1.89649
-1.86245
-1.82661
-1.78873
-1.74892
-1.70714
-1.66353
-1.61826
-1.57156
-1.52388
-1.47567
-1.42769
-1.38066
-1.33558
-1.29375
-1.25611
-1.22379
-1.19775
-1.17875
-1.16525
-1.15511
-1.14505
-1.14287
-1.15986
-1.19921
-1.22663
-1.24818
-1.26959
-1.29317
-1.31339
-1.33418
-1.34868
-1.36948
-1.41017
-1.45983
-1.5033
-1.5275
-1.49706
-2.27388
-2.26502
-2.25408
-2.24175
-2.22861
-2.21495
-2.20085
-2.18631
-2.17128
-2.15565
-2.13936
-2.12231
-2.10441
-2.0856
-2.06591
-2.04521
-2.02325
-1.99999
-1.97552
-1.94957
-1.92194
-1.8928
-1.86179
-1.8289
-1.79429
-1.75771
-1.71926
-1.67889
-1.63674
-1.59294
-1.54773
-1.5015
-1.45468
-1.40798
-1.36209
-1.31795
-1.27682
-1.2396
-1.20743
-1.18122
-1.16195
-1.14809
-1.13824
-1.12832
-1.12601
-1.14261
-1.18112
-1.20858
-1.23059
-1.2527
-1.27707
-1.29833
-1.32017
-1.3358
-1.35659
-1.39711
-1.44741
-1.49211
-1.51773
-1.49002
-2.22744
-2.21884
-2.2082
-2.19618
-2.18338
-2.17006
-2.15632
-2.14214
-2.1275
-2.11228
-2.09643
-2.07984
-2.06245
-2.04418
-2.02507
-2.005
-1.98372
-1.96118
-1.93748
-1.91237
-1.88566
-1.85747
-1.8275
-1.79574
-1.7623
-1.72696
-1.68981
-1.6508
-1.61005
-1.56768
-1.5239
-1.47909
-1.43362
-1.3882
-1.34342
-1.30024
-1.25981
-1.22306
-1.19104
-1.16473
-1.14515
-1.13099
-1.1214
-1.11204
-1.10987
-1.12609
-1.16308
-1.19045
-1.213
-1.23582
-1.26094
-1.28321
-1.30607
-1.32286
-1.34377
-1.38404
-1.43491
-1.4808
-1.5078
-1.48276
-2.18203
-2.17368
-2.1633
-2.15155
-2.13903
-2.12601
-2.11258
-2.09875
-2.08447
-2.06965
-2.05421
-2.03808
-2.02118
-2.00344
-1.98489
-1.96542
-1.94479
-1.92295
-1.90001
-1.87571
-1.84986
-1.82262
-1.79367
-1.76296
-1.73066
-1.6965
-1.6606
-1.62289
-1.58349
-1.54251
-1.50013
-1.4567
-1.41257
-1.36839
-1.32474
-1.28251
-1.24283
-1.20657
-1.17476
-1.14843
-1.12861
-1.11423
-1.10482
-1.09577
-1.09354
-1.10934
-1.14545
-1.17276
-1.19568
-1.21911
-1.24492
-1.26815
-1.29199
-1.30998
-1.33106
-1.37104
-1.42241
-1.46943
-1.49776
-1.47533
-2.13721
-2.1291
-2.11899
-2.10754
-2.09534
-2.08265
-2.06956
-2.05608
-2.04217
-2.02773
-2.01271
-1.99702
-1.98059
-1.96335
-1.94534
-1.92646
-1.90645
-1.88529
-1.86308
-1.83957
-1.81458
-1.78824
-1.76024
-1.73058
-1.69936
-1.66634
-1.63164
-1.59518
-1.55708
-1.51742
-1.47639
-1.4343
-1.39147
-1.34852
-1.30598
-1.26471
-1.22578
-1.19003
-1.15847
-1.13219
-1.11212
-1.0976
-1.08827
-1.07994
-1.07792
-1.09327
-1.12787
-1.15502
-1.17838
-1.20243
-1.2289
-1.25305
-1.27784
-1.29703
-1.31838
-1.35805
-1.40985
-1.45795
-1.48755
-1.46769
-2.0934
-2.08553
-2.07566
-2.06448
-2.05254
-2.04012
-2.02733
-2.01417
-2.0006
-1.98653
-1.97189
-1.95662
-1.94065
-1.9239
-1.90642
-1.88809
-1.8687
-1.8482
-1.82669
-1.80394
-1.77976
-1.75429
-1.72725
-1.69858
-1.6684
-1.63649
-1.60294
-1.56768
-1.53082
-1.49246
-1.45273
-1.41194
-1.37038
-1.32864
-1.28721
-1.2469
-1.20874
-1.17355
-1.14229
-1.1161
-1.09588
-1.08126
-1.07198
-1.0641
-1.06209
-1.077
-1.1107
-1.13771
-1.16136
-1.18592
-1.213
-1.23803
-1.26372
-1.28413
-1.30578
-1.34514
-1.3973
-1.44642
-1.47725
-1.45988
-2.05013
-2.04249
-2.03289
-2.02198
-2.01033
-1.99824
-1.98577
-1.97294
-1.9597
-1.94599
-1.93175
-1.91689
-1.90135
-1.88507
-1.8681
-1.85032
-1.83151
-1.81165
-1.79082
-1.76879
-1.7454
-1.72078
-1.69464
-1.66695
-1.6378
-1.60696
-1.5745
-1.54039
-1.50473
-1.4676
-1.42913
-1.3896
-1.34928
-1.30872
-1.26837
-1.22902
-1.19164
-1.15704
-1.12612
-1.10009
-1.07974
-1.06509
-1.05578
-1.04867
-1.04695
-1.06137
-1.0936
-1.12037
-1.14437
-1.16946
-1.19712
-1.22299
-1.24955
-1.27115
-1.29319
-1.33222
-1.38469
-1.43477
-1.46678
-1.45185
-2.00778
-2.00037
-1.991
-1.98034
-1.96895
-1.95712
-1.94493
-1.9324
-1.91949
-1.90613
-1.89225
-1.87779
-1.86268
-1.84687
-1.83038
-1.81312
-1.79488
-1.77562
-1.75544
-1.73412
-1.71149
-1.68769
-1.66244
-1.63569
-1.60753
-1.5777
-1.54631
-1.51331
-1.4788
-1.44286
-1.40561
-1.36731
-1.3282
-1.2888
-1.24954
-1.21114
-1.17457
-1.14057
-1.11004
-1.08421
-1.06382
-1.04914
-1.03982
-1.0332
-1.03159
-1.04557
-1.07689
-1.10346
-1.12768
-1.15319
-1.18137
-1.20804
-1.23543
-1.25822
-1.28068
-1.31938
-1.37208
-1.42307
-1.45621
-1.44366
-1.96584
-1.95865
-1.94955
-1.93917
-1.92809
-1.91657
-1.9047
-1.8925
-1.87992
-1.86691
-1.8534
-1.83933
-1.82463
-1.80926
-1.79324
-1.77648
-1.75879
-1.74012
-1.72056
-1.69991
-1.67801
-1.655
-1.6306
-1.60476
-1.57754
-1.54872
-1.51835
-1.48642
-1.45302
-1.41824
-1.38217
-1.34505
-1.30712
-1.26885
-1.23065
-1.19322
-1.15746
-1.12409
-1.094
-1.06841
-1.04803
-1.03338
-1.02404
-1.01809
-1.01686
-1.03035
-1.06026
-1.08652
-1.11101
-1.13699
-1.16566
-1.19308
-1.22128
-1.24522
-1.26816
-1.30652
-1.35942
-1.41126
-1.44548
-1.43526
-1.92489
-1.91794
-1.90906
-1.89893
-1.88809
-1.87682
-1.86521
-1.8533
-1.84103
-1.82834
-1.81518
-1.80148
-1.78719
-1.77224
-1.75668
-1.74041
-1.72324
-1.70513
-1.68618
-1.66617
-1.64496
-1.62269
-1.59909
-1.57411
-1.54781
-1.51993
-1.49058
-1.4597
-1.42739
-1.39373
-1.35881
-1.32286
-1.28607
-1.24893
-1.21178
-1.1753
-1.14037
-1.10766
-1.07804
-1.05274
-1.03243
-1.01781
-1.00845
-1.00294
-1.00192
-1.01498
-1.044
-1.07002
-1.09466
-1.12098
-1.1501
-1.17822
-1.20718
-1.23226
-1.25572
-1.29375
-1.34676
-1.39941
-1.43466
-1.4267
-1.88438
-1.87764
-1.86902
-1.85915
-1.84858
-1.83761
-1.82631
-1.8147
-1.80275
-1.79039
-1.77757
-1.76424
-1.75033
-1.7358
-1.72068
-1.70488
-1.68821
-1.67065
-1.65227
-1.63288
-1.61234
-1.59077
-1.56793
-1.54375
-1.51832
-1.49139
-1.46301
-1.43315
-1.4019
-1.36933
-1.33552
-1.3007
-1.26504
-1.22899
-1.19288
-1.15736
-1.12326
-1.09122
-1.06213
-1.03715
-1.01701
-1.00243
-0.993122
-0.988089
-0.987566
-1.00016
-1.02784
-1.0535
-1.07835
-1.10505
-1.13458
-1.16338
-1.19307
-1.21923
-1.24331
-1.28098
-1.33406
-1.38745
-1.42369
-1.41794
-1.84479
-1.83827
-1.82986
-1.82023
-1.80989
-1.79916
-1.7881
-1.77677
-1.7651
-1.75305
-1.74056
-1.72758
-1.71405
-1.69992
-1.68523
-1.66988
-1.65371
-1.63666
-1.61884
-1.60004
-1.58012
-1.55923
-1.5371
-1.51371
-1.48911
-1.46307
-1.43564
-1.40677
-1.37655
-1.34504
-1.31233
-1.27861
-1.24405
-1.20908
-1.17401
-1.13944
-1.10618
-1.07484
-1.0463
-1.02168
-1.00172
-0.987189
-0.977941
-0.973197
-0.972989
-0.985207
-1.01203
-1.03741
-1.06235
-1.08933
-1.11923
-1.14865
-1.17903
-1.20622
-1.23099
-1.26834
-1.3214
-1.37547
-1.41263
-1.40902
-1.80547
-1.79917
-1.79102
-1.78165
-1.77161
-1.76117
-1.75042
-1.73939
-1.72803
-1.7163
-1.70415
-1.69151
-1.67836
-1.66461
-1.65033
-1.63542
-1.61971
-1.60316
-1.58587
-1.56763
-1.54833
-1.52807
-1.50664
-1.48399
-1.46018
-1.435
-1.40847
-1.38056
-1.35134
-1.32087
-1.28921
-1.25657
-1.22309
-1.18918
-1.15513
-1.12151
-1.08911
-1.05849
-1.03053
-1.00631
-0.986621
-0.972158
-0.963053
-0.958606
-0.958941
-0.970742
-0.996306
-1.02132
-1.0464
-1.07369
-1.10394
-1.13395
-1.16499
-1.19314
-1.21869
-1.25577
-1.30871
-1.3634
-1.40144
-1.39991
-1.76721
-1.76113
-1.7532
-1.74405
-1.73423
-1.72402
-1.7135
-1.70273
-1.69164
-1.6802
-1.66836
-1.65605
-1.64324
-1.62987
-1.61598
-1.60148
-1.58622
-1.57015
-1.55336
-1.53566
-1.51694
-1.4973
-1.47653
-1.45459
-1.43155
-1.40717
-1.38152
-1.35453
-1.32629
-1.29682
-1.2662
-1.23462
-1.2022
-1.16934
-1.13629
-1.10362
-1.07207
-1.04219
-1.01483
-0.991039
-0.971623
-0.957256
-0.948253
-0.943983
-0.944657
-0.956172
-0.980933
-1.00564
-1.03077
-1.05828
-1.08883
-1.11938
-1.15103
-1.1801
-1.20644
-1.24337
-1.2961
-1.35132
-1.39018
-1.39066
-1.72937
-1.72348
-1.71578
-1.70689
-1.69734
-1.68741
-1.67718
-1.66668
-1.65587
-1.64472
-1.63317
-1.62117
-1.60869
-1.59566
-1.58214
-1.56804
-1.5532
-1.53759
-1.52128
-1.50411
-1.48594
-1.4669
-1.44677
-1.42551
-1.4032
-1.37962
-1.35481
-1.32871
-1.3014
-1.2729
-1.2433
-1.21274
-1.18136
-1.14952
-1.11747
-1.08575
-1.05506
-1.02593
-0.999207
-0.97587
-0.956811
-0.942558
-0.933768
-0.929659
-0.930889
-0.94204
-0.965653
-0.989971
-1.01519
-1.04295
-1.07378
-1.10484
-1.13709
-1.167
-1.19418
-1.23102
-1.28348
-1.33916
-1.3788
-1.38122
-1.69272
-1.68703
-1.67952
-1.67082
-1.66145
-1.6517
-1.64165
-1.63135
-1.62075
-1.60984
-1.59853
-1.58682
-1.57463
-1.56194
-1.54877
-1.53505
-1.52062
-1.50545
-1.48962
-1.47295
-1.45532
-1.43686
-1.41735
-1.39676
-1.37517
-1.35234
-1.32834
-1.3031
-1.27669
-1.24914
-1.22051
-1.19096
-1.1606
-1.12978
-1.09872
-1.06793
-1.03811
-1.00973
-0.983652
-0.960796
-0.942077
-0.927967
-0.919327
-0.915317
-0.916892
-0.927822
-0.950701
-0.974704
-0.99993
-1.02785
-1.05892
-1.09044
-1.12324
-1.15397
-1.18196
-1.21879
-1.27094
-1.327
-1.36735
-1.37165
-1.65629
-1.65075
-1.6434
-1.63489
-1.62571
-1.61618
-1.60634
-1.59629
-1.58593
-1.57528
-1.56425
-1.55284
-1.54097
-1.52861
-1.5158
-1.50246
-1.48844
-1.47371
-1.45834
-1.44217
-1.42508
-1.40718
-1.38828
-1.36835
-1.34744
-1.32536
-1.30213
-1.27772
-1.25218
-1.22554
-1.19786
-1.16929
-1.13992
-1.11009
-1.08
-1.05015
-1.02118
-0.993588
-0.968156
-0.94584
-0.927491
-0.913616
-0.905156
-0.901343
-0.903358
-0.913986
-0.935836
-0.959459
-0.98473
-1.01284
-1.04414
-1.07609
-1.10943
-1.14089
-1.16973
-1.20658
-1.25839
-1.31476
-1.35578
-1.3619
-1.61946
-1.61416
-1.60709
-1.59885
-1.58997
-1.58071
-1.57117
-1.5614
-1.55134
-1.54099
-1.53027
-1.51917
-1.50764
-1.49564
-1.48319
-1.47024
-1.45663
-1.44234
-1.42743
-1.41175
-1.39519
-1.37786
-1.35956
-1.34027
-1.32005
-1.29866
-1.2762
-1.25258
-1.22788
-1.20213
-1.17537
-1.14775
-1.11935
-1.09049
-1.06137
-1.03244
-1.00433
-0.977507
-0.952737
-0.930957
-0.91298
-0.89934
-0.891017
-0.887346
-0.889608
-0.90007
-0.921284
-0.9446
-0.969847
-0.998073
-1.02954
-1.06189
-1.09571
-1.1279
-1.15753
-1.19447
-1.24591
-1.30253
-1.34416
-1.35203
-1.58329
-1.57818
-1.57131
-1.56329
-1.55463
-1.54562
-1.53633
-1.52684
-1.51706
-1.50701
-1.4966
-1.48584
-1.47465
-1.46301
-1.45094
-1.43838
-1.42518
-1.41133
-1.39689
-1.3817
-1.36566
-1.34888
-1.33118
-1.31252
-1.29294
-1.27228
-1.25054
-1.22769
-1.20381
-1.1789
-1.15304
-1.12633
-1.09888
-1.07097
-1.04278
-1.01476
-0.987511
-0.961472
-0.937384
-0.916178
-0.898614
-0.885285
-0.877141
-0.873724
-0.876277
-0.886515
-0.90683
-0.929779
-0.955032
-0.983399
-1.01504
-1.04775
-1.08204
-1.11488
-1.14531
-1.18235
-1.23342
-1.29023
-1.33242
-1.34198
-1.54726
-1.54237
-1.53576
-1.528
-1.51962
-1.51088
-1.50188
-1.49266
-1.48318
-1.47342
-1.46333
-1.45288
-1.44203
-1.43075
-1.41905
-1.40688
-1.3941
-1.38068
-1.36669
-1.35199
-1.33647
-1.32024
-1.30312
-1.28507
-1.26616
-1.24616
-1.22515
-1.20306
-1.17996
-1.15589
-1.13088
-1.10508
-1.07854
-1.05156
-1.02429
-0.997173
-0.97077
-0.945511
-0.9221
-0.901467
-0.884313
-0.871287
-0.863289
-0.860065
-0.862752
-0.872884
-0.892666
-0.915327
-0.940529
-0.968963
-1.00073
-1.03376
-1.06847
-1.10196
-1.13314
-1.17031
-1.221
-1.27794
-1.32064
-1.33182
-1.5121
-1.50738
-1.50095
-1.49339
-1.48521
-1.47669
-1.46793
-1.45896
-1.44974
-1.44026
-1.43047
-1.42034
-1.40982
-1.39888
-1.38754
-1.37575
-1.36338
-1.35039
-1.33685
-1.32263
-1.30762
-1.29192
-1.27537
-1.25793
-1.23964
-1.22034
-1.20004
-1.17869
-1.15636
-1.13308
-1.10891
-1.08396
-1.05831
-1.03223
-1.00587
-0.979636
-0.954077
-0.9296
-0.906886
-0.886853
-0.870151
-0.85749
-0.849693
-0.846759
-0.849622
-0.859597
-0.878606
-0.90092
-0.926097
-0.954626
-0.986509
-1.01984
-1.05496
-1.08902
-1.12094
-1.15825
-1.20857
-1.26558
-1.30876
-1.32149
-1.47718
-1.47265
-1.46645
-1.45913
-1.4512
-1.44293
-1.43442
-1.4257
-1.41675
-1.40754
-1.39804
-1.38821
-1.37801
-1.36741
-1.35643
-1.34501
-1.33303
-1.32046
-1.30736
-1.2936
-1.27909
-1.26391
-1.24791
-1.23106
-1.21342
-1.19478
-1.17519
-1.15456
-1.13299
-1.11048
-1.08711
-1.06301
-1.03823
-1.01303
-0.98756
-0.96219
-0.937468
-0.913761
-0.891745
-0.872299
-0.856052
-0.843732
-0.836119
-0.8334
-0.836329
-0.846232
-0.864814
-0.886865
-0.911971
-0.94053
-0.97249
-1.00608
-1.04156
-1.07618
-1.10879
-1.14626
-1.1962
-1.25323
-1.29683
-1.31106
-1.44302
-1.43865
-1.43262
-1.42548
-1.41774
-1.40968
-1.40139
-1.3929
-1.3842
-1.37526
-1.36604
-1.3565
-1.34662
-1.33634
-1.32571
-1.31465
-1.30306
-1.29089
-1.27823
-1.26492
-1.25089
-1.23622
-1.22076
-1.20448
-1.18745
-1.16946
-1.15055
-1.13066
-1.10981
-1.08807
-1.06549
-1.0422
-1.01826
-0.993925
-0.969321
-0.944811
-0.920912
-0.897985
-0.876671
-0.857848
-0.842082
-0.830169
-0.822782
-0.820368
-0.823401
-0.833218
-0.851143
-0.872868
-0.897921
-0.926532
-0.958568
-0.992394
-1.02822
-1.06334
-1.09663
-1.13425
-1.18381
-1.24082
-1.28481
-1.30047
-1.40892
-1.40476
-1.39897
-1.39208
-1.38461
-1.37679
-1.36876
-1.36053
-1.3521
-1.34342
-1.33447
-1.32523
-1.31564
-1.30569
-1.29539
-1.28469
-1.27347
-1.2617
-1.24945
-1.23658
-1.22301
-1.20883
-1.19389
-1.17817
-1.16172
-1.14437
-1.12613
-1.10693
-1.08682
-1.06583
-1.04403
-1.02154
-0.998433
-0.974944
-0.951191
-0.927526
-0.904443
-0.882284
-0.861669
-0.843453
-0.828169
-0.816633
-0.809465
-0.807275
-0.810349
-0.820126
-0.837719
-0.859205
-0.884169
-0.912775
-0.944847
-0.978871
-1.015
-1.05061
-1.08451
-1.1223
-1.17147
-1.22841
-1.27275
-1.28978
-1.37578
-1.37178
-1.36614
-1.35942
-1.35213
-1.34451
-1.33668
-1.32868
-1.32047
-1.31204
-1.30336
-1.29439
-1.2851
-1.27545
-1.26548
-1.25512
-1.24426
-1.23287
-1.22102
-1.20858
-1.19546
-1.18176
-1.16732
-1.15212
-1.13624
-1.11949
-1.1019
-1.0834
-1.06401
-1.04376
-1.02272
-1.00103
-0.978728
-0.956064
-0.933148
-0.910313
-0.88804
-0.866648
-0.846747
-0.829155
-0.814389
-0.80327
-0.796379
-0.794469
-0.797642
-0.807384
-0.82442
-0.845601
-0.870492
-0.899118
-0.931227
-0.965434
-1.00184
-1.03788
-1.07238
-1.11033
-1.15911
-1.21594
-1.26059
-1.27894
-1.34284
-1.33901
-1.3336
-1.32709
-1.32004
-1.31264
-1.30505
-1.29727
-1.28931
-1.28112
-1.27269
-1.26398
-1.25498
-1.24562
-1.23596
-1.22593
-1.21542
-1.2044
-1.19295
-1.18092
-1.16824
-1.15499
-1.14104
-1.12636
-1.11101
-1.09485
-1.0779
-1.06006
-1.04137
-1.02185
-1.00157
-0.980651
-0.959152
-0.937303
-0.915211
-0.893195
-0.871721
-0.851087
-0.83189
-0.81491
-0.800656
-0.789926
-0.783307
-0.781603
-0.784852
-0.794568
-0.811345
-0.832314
-0.857105
-0.885699
-0.917808
-0.952159
-0.988811
-1.02525
-1.06031
-1.09844
-1.14679
-1.20348
-1.24841
-1.26801
-1.31074
-1.30706
-1.30178
-1.29544
-1.28854
-1.28133
-1.27392
-1.26635
-1.2586
-1.25064
-1.24245
-1.23401
-1.22527
-1.21621
-1.20684
-1.19713
-1.18696
-1.1763
-1.16522
-1.1536
-1.14134
-1.12854
-1.11506
-1.10088
-1.08607
-1.07047
-1.05412
-1.03694
-1.01892
-1.00012
-0.980573
-0.960415
-0.939699
-0.918647
-0.897364
-0.876155
-0.855474
-0.835596
-0.817116
-0.80076
-0.787053
-0.776742
-0.770453
-0.768994
-0.772387
-0.782086
-0.798408
-0.819095
-0.843796
-0.872379
-0.904491
-0.938976
-0.975851
-1.01265
-1.04823
-1.08653
-1.13445
-1.19095
-1.23614
-1.25694
-1.27863
-1.27514
-1.27009
-1.26398
-1.25733
-1.25034
-1.24317
-1.23583
-1.22832
-1.22059
-1.21265
-1.20446
-1.19598
-1.1872
-1.17813
-1.16873
-1.15889
-1.14858
-1.13786
-1.12662
-1.11478
-1.10241
-1.08939
-1.0757
-1.06139
-1.04635
-1.03059
-1.01402
-0.996669
-0.978553
-0.959731
-0.94032
-0.920373
-0.900108
-0.879621
-0.85921
-0.839308
-0.820181
-0.8024
-0.786662
-0.773483
-0.763578
-0.757604
-0.756341
-0.759867
-0.769539
-0.785668
-0.806173
-0.830768
-0.859295
-0.891375
-0.925955
-0.963012
-1.00015
-1.0362
-1.07472
-1.12215
-1.17844
-1.22385
-1.24579
-1.24757
-1.24421
-1.23929
-1.23334
-1.22683
-1.22002
-1.21302
-1.20587
-1.19855
-1.19104
-1.18332
-1.17537
-1.16715
-1.15863
-1.14984
-1.14073
-1.1312
-1.12122
-1.11086
-1.09999
-1.08855
-1.0766
-1.06402
-1.05081
-1.03701
-1.02249
-1.00729
-0.991332
-0.974615
-0.95717
-0.93905
-0.920367
-0.901171
-0.881677
-0.861972
-0.842349
-0.823219
-0.804843
-0.787766
-0.772661
-0.760035
-0.750569
-0.744951
-0.743927
-0.74764
-0.757303
-0.773074
-0.793323
-0.817817
-0.846309
-0.878364
-0.91303
-0.950254
-0.987676
-1.02417
-1.06294
-1.10987
-1.16588
-1.2115
-1.23451
-1.21659
-1.21341
-1.2087
-1.20296
-1.19667
-1.19008
-1.18329
-1.17635
-1.16925
-1.16196
-1.15446
-1.14673
-1.13875
-1.13048
-1.12196
-1.11312
-1.1039
-1.09424
-1.08421
-1.07371
-1.06265
-1.05111
-1.03897
-1.02621
-1.01289
-0.9989
-0.984249
-0.968865
-0.952768
-0.935972
-0.918535
-0.900562
-0.882106
-0.863367
-0.844435
-0.825585
-0.80722
-0.789579
-0.773195
-0.75871
-0.746622
-0.73758
-0.732307
-0.731489
-0.735379
-0.745015
-0.760647
-0.780751
-0.805138
-0.833557
-0.865552
-0.900268
-0.937618
-0.975319
-1.01219
-1.05126
-1.0977
-1.15337
-1.19914
-1.22317
-1.18642
-1.18339
-1.17883
-1.17325
-1.16712
-1.1607
-1.15409
-1.14733
-1.14041
-1.13332
-1.12602
-1.11851
-1.11075
-1.10273
-1.09445
-1.0859
-1.07696
-1.06761
-1.05792
-1.04776
-1.03708
-1.02593
-1.01422
-1.00191
-0.98907
-0.975575
-0.961452
-0.94664
-0.931134
-0.914969
-0.898194
-0.880914
-0.863178
-0.845181
-0.827006
-0.808919
-0.791308
-0.774402
-0.758713
-0.744858
-0.733327
-0.724738
-0.71984
-0.719269
-0.723375
-0.733007
-0.748381
-0.768262
-0.792539
-0.820899
-0.852844
-0.887604
-0.925067
-0.962988
-1.0002
-1.03957
-1.08558
-1.14085
-1.18674
-1.21173
-1.15589
-1.15308
-1.14878
-1.14346
-1.1376
-1.13142
-1.12504
-1.11851
-1.11181
-1.10494
-1.09787
-1.09059
-1.08307
-1.0753
-1.0673
-1.05901
-1.05037
-1.04133
-1.03196
-1.02215
-1.01184
-1.00108
-0.989773
-0.977907
-0.965525
-0.952527
-0.938925
-0.924649
-0.909725
-0.894172
-0.878042
-0.86144
-0.844407
-0.827138
-0.809704
-0.79237
-0.775496
-0.759313
-0.744301
-0.731066
-0.720073
-0.71193
-0.707388
-0.70705
-0.71135
-0.72097
-0.736246
-0.75603
-0.7802
-0.808471
-0.840334
-0.875103
-0.91264
-0.950777
-0.988268
-1.02794
-1.07359
-1.1284
-1.17436
-1.20023
-1.12666
-1.12386
-1.11959
-1.11434
-1.10859
-1.10255
-1.09635
-1.09001
-1.08352
-1.07687
-1.07003
-1.063
-1.05573
-1.04822
-1.04047
-1.03247
-1.02412
-1.01538
-1.00634
-0.996868
-0.986915
-0.976539
-0.96564
-0.9542
-0.942278
-0.929754
-0.916651
-0.90292
-0.888558
-0.873599
-0.858098
-0.842151
-0.825805
-0.809241
-0.792536
-0.775934
-0.759792
-0.74432
-0.729991
-0.717376
-0.706942
-0.699257
-0.695106
-0.695022
-0.699552
-0.709179
-0.724291
-0.743885
-0.76794
-0.796136
-0.827928
-0.862704
-0.900303
-0.938599
-0.976353
-1.01628
-1.06164
-1.11595
-1.16194
-1.18864
-1.09724
-1.09463
-1.09057
-1.08552
-1.07996
-1.07412
-1.0681
-1.06194
-1.05565
-1.0492
-1.04257
-1.03576
-1.02873
-1.02147
-1.014
-1.00627
-0.998203
-0.989777
-0.981047
-0.971915
-0.962317
-0.952317
-0.941814
-0.930799
-0.919315
-0.907265
-0.894666
-0.881449
-0.86764
-0.853268
-0.838378
-0.823071
-0.807392
-0.791518
-0.775521
-0.759637
-0.744209
-0.729433
-0.715766
-0.703759
-0.693863
-0.686633
-0.682848
-0.683017
-0.687743
-0.697387
-0.712432
-0.731973
-0.755929
-0.784026
-0.815715
-0.850464
-0.888092
-0.926545
-0.964505
-1.00468
-1.04978
-1.10357
-1.14954
-1.177
-1.06827
-1.06578
-1.06186
-1.05697
-1.05159
-1.04593
-1.04012
-1.03417
-1.02809
-1.02186
-1.01547
-1.00889
-1.00211
-0.995095
-0.987877
-0.980417
-0.972638
-0.964512
-0.956095
-0.947293
-0.938046
-0.928413
-0.918302
-0.907697
-0.896654
-0.885065
-0.872947
-0.860254
-0.846995
-0.833196
-0.818901
-0.804213
-0.789177
-0.77397
-0.75866
-0.743477
-0.728745
-0.71466
-0.701647
-0.690256
-0.680903
-0.674146
-0.67074
-0.671193
-0.676128
-0.685819
-0.700766
-0.720162
-0.743998
-0.772005
-0.803606
-0.838328
-0.875973
-0.914531
-0.952687
-0.993056
-1.03793
-1.09118
-1.13712
-1.16528
-1.03979
-1.03746
-1.03373
-1.02902
-1.02382
-1.01834
-1.01269
-1.00692
-1.00102
-0.994981
-0.988785
-0.98242
-0.975862
-0.969092
-0.962126
-0.954932
-0.947432
-0.939599
-0.931489
-0.92301
-0.914105
-0.904834
-0.895103
-0.884906
-0.874285
-0.863151
-0.85152
-0.839338
-0.826617
-0.813378
-0.79967
-0.785583
-0.771174
-0.756616
-0.741976
-0.727473
-0.713423
-0.700005
-0.687633
-0.676836
-0.668013
-0.661717
-0.658675
-0.659406
-0.664519
-0.674273
-0.689172
-0.708554
-0.732303
-0.760202
-0.791686
-0.826348
-0.863979
-0.902642
-0.940944
-0.981498
-1.02615
-1.07887
-1.12472
-1.15352
-1.01168
-1.00946
-1.00585
-1.00129
-0.996259
-0.990961
-0.985518
-0.979952
-0.97427
-0.968448
-0.962477
-0.95634
-0.950015
-0.943483
-0.936764
-0.929824
-0.922594
-0.915046
-0.907234
-0.89907
-0.890501
-0.88158
-0.872225
-0.862422
-0.852221
-0.84153
-0.830368
-0.818684
-0.806494
-0.793817
-0.780675
-0.767178
-0.753379
-0.73945
-0.725461
-0.71162
-0.698235
-0.685473
-0.673736
-0.663531
-0.655245
-0.649418
-0.646755
-0.647782
-0.65309
-0.662933
-0.67778
-0.697054
-0.720688
-0.748486
-0.779868
-0.814474
-0.852081
-0.890797
-0.929239
-0.969925
-1.01437
-1.06654
-1.11231
-1.14169
-0.9841
-0.982043
-0.978609
-0.974236
-0.969378
-0.964251
-0.958968
-0.953572
-0.948054
-0.942411
-0.936626
-0.930687
-0.924574
-0.918268
-0.911785
-0.905095
-0.898128
-0.890856
-0.883335
-0.875478
-0.867234
-0.858657
-0.849667
-0.84025
-0.830452
-0.820192
-0.809483
-0.798291
-0.786622
-0.774479
-0.761909
-0.748995
-0.735794
-0.722485
-0.70913
-0.695936
-0.683197
-0.671075
-0.659953
-0.650326
-0.642559
-0.637192
-0.634892
-0.63621
-0.641688
-0.651632
-0.666442
-0.685725
-0.70929
-0.736982
-0.768234
-0.802753
-0.840308
-0.879077
-0.917613
-0.958415
-1.00265
-1.05429
-1.09992
-1.12982
-0.957023
-0.95506
-0.951735
-0.947494
-0.942785
-0.937822
-0.932721
-0.927509
-0.922189
-0.916744
-0.911165
-0.905436
-0.899538
-0.893453
-0.887199
-0.880747
-0.874033
-0.86703
-0.85979
-0.852232
-0.844306
-0.836065
-0.82743
-0.818386
-0.808984
-0.799139
-0.788878
-0.778154
-0.766989
-0.755393
-0.743374
-0.73103
-0.718418
-0.705711
-0.692974
-0.680411
-0.668303
-0.656807
-0.646295
-0.63724
-0.629997
-0.625094
-0.623172
-0.624789
-0.630458
-0.640522
-0.655306
-0.67452
-0.697976
-0.725561
-0.7567
-0.791137
-0.828632
-0.867408
-0.90603
-0.946897
-0.990927
-1.04202
-1.08752
-1.11788
-0.930393
-0.928582
-0.925426
-0.921358
-0.916812
-0.91201
-0.907055
-0.901999
-0.89683
-0.891551
-0.886141
-0.880598
-0.874896
-0.869024
-0.862992
-0.856775
-0.850308
-0.843567
-0.836601
-0.829334
-0.821717
-0.813802
-0.805512
-0.796835
-0.787817
-0.778383
-0.768549
-0.758294
-0.747623
-0.736538
-0.725067
-0.713283
-0.70125
-0.689135
-0.677007
-0.665058
-0.653569
-0.642682
-0.632763
-0.624265
-0.617533
-0.613079
-0.611525
-0.613432
-0.619275
-0.62946
-0.644218
-0.663451
-0.686864
-0.714343
-0.745344
-0.77967
-0.817079
-0.855863
-0.894529
-0.935444
-0.979248
-1.02981
-1.07516
-1.10592
-0.904125
-0.902402
-0.899354
-0.895414
-0.891019
-0.88638
-0.88161
-0.876738
-0.871769
-0.866687
-0.861481
-0.856143
-0.85065
-0.844989
-0.839175
-0.833185
-0.826956
-0.820468
-0.813768
-0.806783
-0.799467
-0.791868
-0.783916
-0.775596
-0.766956
-0.757919
-0.748514
-0.738702
-0.728508
-0.717936
-0.70699
-0.695756
-0.684289
-0.672754
-0.661217
-0.64987
-0.638982
-0.628696
-0.61936
-0.611417
-0.605193
-0.601196
-0.600014
-0.602225
-0.608255
-0.618579
-0.633327
-0.652524
-0.675836
-0.703207
-0.734088
-0.768308
-0.805625
-0.844372
-0.883074
-0.923987
-0.967563
-1.0176
-1.06278
-1.09388
-0.878359
-0.876786
-0.873905
-0.870135
-0.865902
-0.861419
-0.856793
-0.852073
-0.847247
-0.842322
-0.837278
-0.832114
-0.826806
-0.821344
-0.815739
-0.809969
-0.803974
-0.797731
-0.79129
-0.784579
-0.777555
-0.770265
-0.762641
-0.754669
-0.746395
-0.737752
-0.728753
-0.719385
-0.709657
-0.699569
-0.689142
-0.678445
-0.667533
-0.656568
-0.645613
-0.634856
-0.624559
-0.614859
-0.606093
-0.598689
-0.592962
-0.589407
-0.58859
-0.591091
-0.5973
-0.607752
-0.622486
-0.641705
-0.664991
-0.692264
-0.723001
-0.757091
-0.794291
-0.833002
-0.871701
-0.912598
-0.955922
-1.00543
-1.05042
-1.08183
-0.853081
-0.851587
-0.8488
-0.845145
-0.841045
-0.836709
-0.832246
-0.827693
-0.823046
-0.818302
-0.813444
-0.80847
-0.803354
-0.798091
-0.792688
-0.787131
-0.78136
-0.775356
-0.769166
-0.762721
-0.755981
-0.748991
-0.741686
-0.734052
-0.726138
-0.71787
-0.709278
-0.700331
-0.691055
-0.68145
-0.671524
-0.661351
-0.650984
-0.640574
-0.630188
-0.620008
-0.610289
-0.601163
-0.592959
-0.586089
-0.580859
-0.577748
-0.577303
-0.580101
-0.586506
-0.597095
-0.611837
-0.631045
-0.654238
-0.681401
-0.712011
-0.745977
-0.783056
-0.82169
-0.860378
-0.901211
-0.944277
-0.993256
-1.03804
-1.0697
-0.828217
-0.826865
-0.824236
-0.820742
-0.816793
-0.812604
-0.808274
-0.80386
-0.799345
-0.794747
-0.790038
-0.785227
-0.780285
-0.775211
-0.770005
-0.764659
-0.759109
-0.753339
-0.747393
-0.741209
-0.734744
-0.728045
-0.72105
-0.713745
-0.706176
-0.69828
-0.690073
-0.681548
-0.672711
-0.663568
-0.654133
-0.644473
-0.634637
-0.624775
-0.614948
-0.605335
-0.596183
-0.58762
-0.579966
-0.573616
-0.568872
-0.56619
-0.566112
-0.56919
-0.575789
-0.586494
-0.601248
-0.620471
-0.643658
-0.670723
-0.701185
-0.735004
-0.771938
-0.810497
-0.849136
-0.889892
-0.932674
-0.981128
-1.02567
-1.05754
-0.803677
-0.802402
-0.799868
-0.796489
-0.792676
-0.788635
-0.784472
-0.780227
-0.775897
-0.77148
-0.766959
-0.762338
-0.757586
-0.752706
-0.747698
-0.742556
-0.73722
-0.731678
-0.72597
-0.720038
-0.713842
-0.707425
-0.700731
-0.693744
-0.686514
-0.678974
-0.671153
-0.663025
-0.654619
-0.645932
-0.636973
-0.627813
-0.618497
-0.609168
-0.599887
-0.590828
-0.582231
-0.574221
-0.567108
-0.561275
-0.557012
-0.554764
-0.555054
-0.558424
-0.565226
-0.576062
-0.590847
-0.610074
-0.63317
-0.660123
-0.690454
-0.724132
-0.760919
-0.799363
-0.837945
-0.878579
-0.921069
-0.96899
-1.01327
-1.04531
-0.779585
-0.778449
-0.776073
-0.772852
-0.76919
-0.765295
-0.761267
-0.757161
-0.752962
-0.748689
-0.744314
-0.739852
-0.735267
-0.730568
-0.725749
-0.720808
-0.715682
-0.710363
-0.704887
-0.699202
-0.693266
-0.687126
-0.680724
-0.674049
-0.667146
-0.659958
-0.652502
-0.644775
-0.636783
-0.628535
-0.620042
-0.611369
-0.60256
-0.593754
-0.58501
-0.576496
-0.568444
-0.560976
-0.554393
-0.549064
-0.545272
-0.543444
-0.544095
-0.547742
-0.554747
-0.565689
-0.580517
-0.599748
-0.622844
-0.649702
-0.67988
-0.713398
-0.750016
-0.788345
-0.826836
-0.867335
-0.909508
-0.956894
-1.00087
-1.03305
-0.755939
-0.754873
-0.752582
-0.749466
-0.745926
-0.742165
-0.738286
-0.734334
-0.730301
-0.726196
-0.721992
-0.717707
-0.713299
-0.708783
-0.704148
-0.699403
-0.69448
-0.689379
-0.684129
-0.678686
-0.673006
-0.667136
-0.661021
-0.65465
-0.64807
-0.641221
-0.634133
-0.626783
-0.6192
-0.611382
-0.603342
-0.595144
-0.586831
-0.578535
-0.570315
-0.562331
-0.554813
-0.547876
-0.541815
-0.536983
-0.533661
-0.532253
-0.533269
-0.5372
-0.544419
-0.555483
-0.570374
-0.589607
-0.612621
-0.639357
-0.669399
-0.702762
-0.739208
-0.777388
-0.815779
-0.856103
-0.897949
-0.944787
-0.988447
-1.02072
-0.73266
-0.731719
-0.729573
-0.726603
-0.7232
-0.719576
-0.715818
-0.711994
-0.70808
-0.704108
-0.700039
-0.695902
-0.691651
-0.687307
-0.682854
-0.678302
-0.673583
-0.668699
-0.663676
-0.658473
-0.653047
-0.647445
-0.641613
-0.635544
-0.629278
-0.622767
-0.616028
-0.60906
-0.60187
-0.59447
-0.586872
-0.579137
-0.571307
-0.56351
-0.555802
-0.548342
-0.541347
-0.534932
-0.529381
-0.525036
-0.52217
-0.521173
-0.522544
-0.526748
-0.534177
-0.545344
-0.560307
-0.579528
-0.602546
-0.629186
-0.65907
-0.69226
-0.728513
-0.766544
-0.804804
-0.84494
-0.886436
-0.932719
-0.976027
-1.00837
-0.709604
-0.70874
-0.70668
-0.703819
-0.700537
-0.697044
-0.693431
-0.689755
-0.686002
-0.682192
-0.678292
-0.674328
-0.670255
-0.666095
-0.66183
-0.657476
-0.652965
-0.6483
-0.643507
-0.638546
-0.633376
-0.628041
-0.622493
-0.61672
-0.610769
-0.604585
-0.5982
-0.591593
-0.584794
-0.577802
-0.570634
-0.56335
-0.555991
-0.548681
-0.541474
-0.534523
-0.528039
-0.522136
-0.517085
-0.513222
-0.510807
-0.510221
-0.511948
-0.516437
-0.52408
-0.535373
-0.550418
-0.569636
-0.592579
-0.619092
-0.648833
-0.681855
-0.717913
-0.755762
-0.793881
-0.833793
-0.874929
-0.920639
-0.963579
-0.99595
-0.686599
-0.685856
-0.683945
-0.681231
-0.6781
-0.674754
-0.671284
-0.667757
-0.66415
-0.660499
-0.656762
-0.652972
-0.649082
-0.645114
-0.64105
-0.636904
-0.63261
-0.628172
-0.623613
-0.618899
-0.613985
-0.60892
-0.603653
-0.598178
-0.592535
-0.586681
-0.580633
-0.574393
-0.567969
-0.561376
-0.554627
-0.547783
-0.540884
-0.534049
-0.527332
-0.52088
-0.514899
-0.509496
-0.504938
-0.501545
-0.499572
-0.499385
-0.50146
-0.50622
-0.514077
-0.525475
-0.540608
-0.559798
-0.582742
-0.609163
-0.638743
-0.67158
-0.707424
-0.745088
-0.783039
-0.822716
-0.863471
-0.908594
-0.951134
-0.983505
-0.663508
-0.662871
-0.661104
-0.658552
-0.655616
-0.652453
-0.649196
-0.645858
-0.642464
-0.639001
-0.635469
-0.631868
-0.628178
-0.624406
-0.620546
-0.616608
-0.612533
-0.608323
-0.604
-0.599532
-0.594878
-0.590081
-0.585096
-0.579915
-0.574582
-0.569047
-0.563342
-0.557449
-0.551399
-0.545195
-0.538854
-0.53244
-0.525988
-0.519617
-0.513379
-0.507414
-0.501923
-0.497011
-0.492933
-0.490004
-0.488468
-0.48868
-0.491102
-0.496143
-0.504213
-0.51574
-0.530964
-0.550144
-0.573022
-0.599311
-0.628742
-0.661399
-0.697026
-0.734478
-0.772251
-0.81166
-0.852027
-0.896538
-0.938663
-0.971004
-0.641659
-0.641058
-0.639326
-0.636836
-0.633952
-0.630874
-0.627696
-0.624469
-0.621189
-0.617869
-0.614489
-0.611059
-0.607553
-0.603975
-0.600322
-0.596595
-0.592743
-0.588762
-0.584678
-0.580457
-0.576061
-0.571533
-0.566827
-0.561939
-0.556907
-0.551694
-0.546316
-0.540776
-0.535086
-0.529261
-0.52332
-0.517322
-0.511308
-0.50539
-0.499618
-0.494131
-0.489121
-0.48469
-0.481083
-0.478608
-0.477497
-0.478098
-0.480857
-0.486169
-0.494447
-0.506087
-0.521397
-0.540542
-0.563414
-0.589613
-0.618883
-0.651343
-0.686736
-0.723973
-0.761543
-0.800674
-0.840635
-0.884513
-0.926193
-0.958477
-0.619178
-0.618713
-0.617158
-0.614847
-0.612168
-0.609276
-0.606304
-0.60326
-0.600179
-0.597036
-0.593847
-0.590597
-0.58728
-0.583891
-0.580436
-0.576913
-0.573276
-0.569519
-0.565669
-0.561692
-0.557551
-0.553286
-0.548857
-0.544256
-0.539526
-0.534622
-0.529574
-0.524369
-0.519036
-0.513583
-0.508029
-0.502438
-0.496849
-0.491372
-0.486056
-0.481033
-0.476491
-0.472528
-0.469384
-0.467353
-0.466663
-0.467648
-0.470746
-0.476331
-0.484822
-0.496589
-0.511989
-0.531115
-0.553931
-0.579996
-0.609112
-0.64138
-0.676536
-0.71353
-0.75089
-0.789713
-0.829264
-0.872474
-0.913696
-0.945898
-0.597909
-0.597507
-0.59602
-0.593798
-0.5912
-0.588411
-0.585533
-0.582609
-0.579643
-0.576642
-0.573597
-0.570511
-0.567368
-0.564164
-0.560904
-0.557582
-0.554158
-0.55062
-0.546999
-0.543259
-0.539366
-0.53536
-0.5312
-0.526881
-0.522441
-0.517846
-0.513113
-0.508246
-0.503258
-0.498164
-0.492989
-0.487795
-0.48262
-0.477572
-0.472699
-0.468129
-0.464044
-0.460539
-0.457846
-0.456249
-0.455969
-0.457328
-0.460754
-0.466604
-0.475297
-0.487178
-0.502656
-0.521746
-0.544542
-0.570522
-0.599477
-0.631538
-0.66644
-0.703189
-0.740316
-0.778824
-0.817951
-0.860463
-0.9012
-0.933294
-0.576576
-0.576254
-0.574881
-0.572791
-0.570354
-0.567721
-0.565021
-0.56226
-0.559477
-0.556641
-0.553775
-0.550857
-0.547891
-0.544863
-0.541786
-0.538653
-0.535427
-0.532097
-0.528693
-0.52518
-0.521527
-0.517769
-0.513871
-0.509824
-0.50567
-0.501371
-0.496953
-0.492408
-0.487759
-0.483021
-0.478215
-0.473403
-0.468628
-0.463996
-0.459551
-0.45542
-0.451779
-0.448719
-0.446466
-0.445294
-0.445415
-0.447145
-0.450896
-0.457014
-0.465909
-0.477919
-0.493472
-0.512543
-0.535286
-0.561129
-0.589927
-0.621784
-0.656431
-0.692912
-0.729798
-0.767963
-0.806677
-0.848445
-0.888685
-0.920649
-0.556265
-0.55602
-0.554728
-0.552731
-0.550377
-0.547842
-0.54523
-0.542577
-0.539896
-0.537184
-0.534444
-0.531669
-0.528855
-0.525989
-0.523085
-0.520132
-0.517097
-0.513965
-0.510769
-0.507473
-0.504048
-0.500529
-0.496882
-0.4931
-0.48922
-0.485213
-0.481095
-0.47687
-0.472552
-0.468156
-0.463706
-0.45927
-0.454883
-0.450652
-0.446622
-0.442915
-0.439704
-0.437078
-0.435253
-0.434494
-0.435006
-0.437096
-0.44116
-0.447536
-0.456623
-0.46875
-0.484364
-0.503404
-0.526112
-0.55187
-0.580506
-0.612148
-0.646524
-0.682732
-0.719357
-0.757172
-0.795507
-0.836474
-0.876181
-0.907987
-0.536155
-0.535977
-0.53478
-0.532892
-0.530667
-0.528262
-0.525795
-0.523279
-0.520746
-0.518176
-0.515583
-0.512954
-0.51029
-0.507578
-0.504832
-0.502045
-0.499185
-0.496239
-0.493238
-0.490147
-0.486941
-0.48365
-0.480244
-0.476715
-0.473104
-0.469374
-0.465552
-0.46163
-0.457632
-0.453572
-0.449476
-0.4454
-0.441389
-0.437543
-0.433912
-0.430614
-0.427819
-0.425612
-0.424202
-0.423847
-0.424742
-0.427186
-0.431561
-0.438194
-0.447475
-0.459727
-0.475401
-0.494423
-0.517078
-0.542696
-0.571169
-0.602597
-0.636702
-0.672617
-0.708971
-0.746406
-0.784409
-0.824542
-0.863685
-0.895303
-0.516943
-0.516838
-0.515715
-0.51391
-0.511757
-0.509434
-0.507036
-0.504608
-0.502157
-0.49969
-0.497203
-0.494697
-0.492163
-0.489595
-0.487002
-0.484376
-0.481687
-0.478919
-0.476105
-0.473211
-0.470212
-0.467139
-0.463963
-0.460677
-0.457319
-0.453859
-0.450314
-0.446691
-0.443004
-0.439274
-0.435513
-0.43179
-0.428143
-0.424672
-0.421425
-0.418522
-0.416129
-0.414328
-0.413322
-0.413357
-0.414623
-0.41741
-0.422082
-0.428964
-0.438425
-0.450796
-0.466514
-0.485515
-0.508116
-0.533649
-0.561958
-0.59316
-0.626978
-0.662595
-0.698659
-0.735706
-0.773368
-0.812702
-0.851228
-0.882619
-0.497611
-0.497577
-0.49656
-0.494876
-0.492869
-0.490689
-0.488455
-0.486177
-0.48389
-0.48157
-0.479238
-0.476877
-0.474491
-0.472068
-0.469622
-0.467147
-0.464615
-0.462014
-0.459374
-0.456665
-0.453862
-0.450995
-0.448038
-0.444982
-0.441868
-0.438662
-0.435388
-0.432048
-0.428664
-0.425243
-0.421817
-0.418437
-0.415141
-0.412031
-0.409156
-0.406636
-0.40463
-0.403222
-0.402607
-0.403021
-0.40465
-0.407772
-0.412741
-0.419866
-0.429514
-0.442003
-0.457772
-0.476757
-0.4993
-0.524688
-0.552827
-0.583805
-0.617336
-0.652638
-0.688403
-0.725038
-0.762339
-0.800929
-0.838807
-0.869934
-0.479453
-0.479482
-0.47853
-0.476917
-0.474971
-0.472862
-0.470687
-0.468484
-0.466266
-0.464035
-0.461794
-0.45954
-0.457269
-0.454973
-0.452663
-0.45033
-0.44795
-0.445509
-0.443036
-0.440502
-0.437886
-0.435215
-0.432466
-0.429631
-0.426747
-0.423785
-0.420767
-0.417701
-0.4146
-0.411488
-0.408377
-0.405324
-0.402376
-0.399619
-0.397106
-0.394956
-0.393326
-0.392299
-0.392061
-0.392843
-0.394821
-0.398267
-0.403518
-0.410879
-0.420698
-0.433305
-0.449105
-0.468077
-0.490546
-0.515849
-0.543817
-0.574559
-0.60779
-0.642773
-0.678219
-0.714439
-0.751352
-0.789246
-0.826436
-0.85726
-0.461376
-0.461452
-0.460573
-0.45905
-0.457211
-0.455212
-0.453159
-0.451075
-0.448984
-0.446875
-0.444758
-0.442627
-0.440479
-0.438308
-0.436125
-0.433927
-0.431687
-0.429395
-0.427079
-0.424714
-0.422275
-0.419792
-0.417242
-0.414617
-0.411955
-0.409226
-0.406455
-0.403646
-0.400823
-0.397996
-0.395191
-0.392465
-0.389847
-0.387433
-0.385271
-0.38348
-0.382214
-0.381555
-0.381682
-0.382821
-0.385139
-0.388901
-0.39443
-0.402025
-0.412018
-0.42474
-0.44058
-0.459542
-0.481936
-0.5071
-0.534888
-0.565394
-0.598324
-0.632973
-0.668093
-0.70388
-0.740386
-0.777613
-0.814103
-0.844596
-0.44411
-0.444251
-0.443436
-0.441983
-0.4402
-0.438266
-0.436264
-0.434246
-0.432214
-0.430184
-0.428148
-0.426114
-0.424071
-0.422018
-0.41996
-0.417895
-0.415796
-0.413653
-0.411492
-0.409289
-0.407022
-0.404721
-0.402362
-0.39994
-0.39749
-0.394986
-0.39245
-0.389893
-0.387329
-0.384784
-0.382273
-0.379851
-0.377557
-0.375474
-0.373653
-0.372209
-0.371296
-0.370992
-0.371474
-0.372955
-0.375602
-0.379667
-0.385461
-0.393278
-0.403435
-0.41627
-0.432133
-0.451087
-0.473384
-0.498463
-0.526075
-0.556334
-0.588951
-0.623262
-0.65804
-0.693393
-0.729467
-0.766049
-0.801818
-0.831944
-0.426576
-0.426777
-0.426055
-0.424712
-0.423065
-0.421263
-0.419412
-0.417532
-0.415652
-0.413756
-0.411861
-0.409957
-0.408044
-0.406117
-0.404186
-0.40225
-0.400285
-0.398283
-0.39627
-0.394223
-0.392122
-0.389995
-0.38782
-0.385593
-0.383349
-0.381061
-0.378755
-0.376436
-0.374129
-0.371846
-0.369617
-0.367494
-0.365507
-0.363743
-0.36225
-0.361143
-0.36057
-0.360609
-0.361433
-0.363247
-0.366213
-0.370573
-0.376629
-0.384664
-0.394987
-0.407927
-0.423825
-0.442766
-0.464975
-0.489918
-0.517341
-0.547352
-0.579657
-0.613618
-0.648046
-0.682952
-0.718577
-0.754525
-0.789572
-0.819311
-0.410123
-0.410383
-0.409721
-0.408443
-0.406849
-0.40511
-0.403309
-0.401494
-0.399671
-0.397852
-0.396034
-0.394221
-0.392408
-0.390591
-0.388778
-0.386967
-0.385134
-0.383271
-0.381402
-0.379507
-0.377567
-0.375608
-0.373613
-0.371575
-0.369528
-0.367451
-0.365364
-0.36328
-0.361214
-0.359192
-0.357231
-0.355386
-0.353698
-0.35224
-0.351065
-0.350283
-0.350038
-0.35041
-0.351563
-0.353699
-0.35697
-0.361613
-0.367918
-0.376161
-0.386637
-0.399683
-0.415598
-0.434528
-0.45662
-0.481474
-0.508718
-0.538472
-0.570453
-0.604061
-0.638124
-0.672585
-0.707737
-0.743058
-0.777373
-0.806692
-0.393698
-0.393997
-0.3934
-0.392202
-0.390708
-0.389069
-0.387382
-0.385676
-0.383971
-0.382262
-0.380558
-0.378857
-0.377154
-0.37545
-0.373749
-0.372056
-0.370346
-0.368614
-0.366884
-0.365136
-0.363351
-0.361556
-0.359734
-0.357879
-0.356025
-0.354151
-0.352279
-0.350417
-0.34859
-0.346811
-0.345108
-0.343537
-0.34213
-0.340968
-0.340098
-0.339628
-0.339701
-0.340393
-0.341865
-0.34431
-0.347878
-0.352796
-0.359344
-0.36779
-0.378422
-0.391564
-0.407506
-0.426416
-0.448403
-0.473126
-0.500173
-0.529667
-0.561326
-0.59457
-0.628264
-0.662267
-0.696932
-0.731626
-0.765213
-0.794099
-0.378002
-0.378362
-0.377825
-0.376693
-0.375251
-0.373672
-0.372032
-0.370385
-0.368732
-0.367095
-0.365462
-0.363847
-0.362238
-0.36064
-0.359052
-0.357478
-0.355895
-0.354296
-0.352703
-0.3511
-0.349467
-0.347832
-0.346179
-0.344502
-0.342835
-0.341159
-0.339493
-0.33785
-0.336246
-0.334707
-0.333252
-0.331938
-0.330805
-0.329928
-0.329353
-0.329185
-0.329564
-0.330564
-0.332343
-0.335086
-0.338939
-0.344119
-0.350899
-0.359537
-0.370312
-0.383546
-0.3995
-0.418386
-0.440243
-0.464865
-0.491732
-0.52096
-0.552287
-0.585164
-0.618476
-0.652021
-0.68618
-0.720245
-0.753096
-0.781521
-0.362025
-0.362438
-0.361987
-0.360956
-0.359641
-0.358185
-0.356687
-0.35517
-0.35366
-0.352148
-0.350647
-0.349154
-0.347666
-0.346183
-0.344711
-0.343255
-0.341792
-0.34032
-0.33886
-0.337396
-0.335911
-0.334432
-0.332942
-0.331439
-0.329954
-0.328467
-0.327003
-0.325568
-0.324188
-0.322874
-0.321659
-0.320599
-0.319727
-0.319123
-0.31883
-0.318952
-0.319624
-0.320922
-0.322995
-0.326025
-0.330152
-0.335587
-0.342591
-0.351418
-0.362332
-0.375652
-0.391623
-0.410477
-0.432214
-0.456704
-0.483367
-0.512328
-0.543324
-0.575826
-0.608751
-0.641828
-0.675467
-0.708899
-0.741021
-0.768976
-0.347061
-0.347526
-0.347129
-0.346159
-0.344893
-0.343495
-0.342043
-0.340585
-0.339127
-0.337685
-0.336254
-0.334845
-0.333447
-0.332065
-0.330701
-0.329359
-0.328017
-0.326671
-0.325342
-0.324016
-0.322676
-0.321349
-0.320019
-0.318684
-0.317375
-0.316075
-0.314804
-0.313575
-0.312405
-0.311316
-0.310333
-0.30951
-0.308895
-0.308554
-0.308534
-0.308935
-0.30989
-0.311473
-0.31383
-0.317135
-0.321524
-0.327201
-0.334418
-0.343421
-0.354465
-0.367864
-0.383839
-0.402651
-0.424248
-0.44862
-0.475099
-0.503788
-0.534445
-0.566569
-0.599097
-0.631707
-0.66481
-0.697601
-0.728986
-0.756447
-0.332123
-0.332621
-0.332281
-0.331383
-0.330208
-0.328901
-0.327554
-0.326196
-0.324848
-0.323508
-0.322183
-0.320876
-0.319581
-0.318302
-0.317042
-0.315807
-0.314578
-0.313352
-0.312149
-0.310956
-0.309757
-0.308577
-0.307403
-0.306233
-0.305095
-0.303976
-0.302895
-0.301862
-0.300902
-0.300026
-0.299265
-0.298682
-0.298309
-0.298222
-0.298464
-0.299133
-0.300358
-0.302213
-0.304841
-0.30841
-0.31305
-0.31896
-0.326382
-0.335556
-0.346726
-0.360195
-0.376178
-0.394939
-0.416409
-0.440638
-0.466907
-0.495322
-0.525641
-0.557382
-0.589508
-0.621639
-0.654197
-0.686339
-0.716994
-0.743956
-0.317841
-0.318393
-0.31811
-0.317272
-0.316146
-0.314897
-0.313593
-0.312291
-0.310991
-0.309717
-0.308458
-0.307231
-0.306024
-0.304842
-0.303687
-0.302563
-0.301451
-0.300347
-0.299271
-0.29821
-0.297151
-0.296115
-0.295094
-0.294083
-0.293112
-0.292168
-0.29127
-0.290431
-0.289669
-0.289004
-0.288463
-0.288102
-0.287968
-0.288127
-0.288621
-0.289547
-0.291032
-0.293149
-0.296037
-0.299857
-0.304738
-0.310869
-0.318485
-0.327818
-0.339105
-0.352635
-0.368616
-0.387314
-0.408641
-0.432729
-0.458807
-0.486944
-0.516919
-0.548273
-0.579989
-0.611643
-0.643641
-0.675126
-0.70504
-0.73148
-0.303278
-0.303879
-0.303676
-0.302935
-0.301929
-0.300796
-0.299629
-0.298451
-0.297288
-0.296134
-0.295002
-0.293889
-0.292797
-0.291723
-0.290677
-0.289662
-0.288663
-0.287675
-0.286721
-0.285786
-0.284861
-0.283965
-0.283089
-0.282232
-0.281422
-0.280647
-0.279927
-0.279273
-0.278708
-0.278243
-0.277913
-0.277777
-0.277871
-0.278265
-0.279001
-0.280173
-0.281907
-0.284273
-0.287408
-0.291468
-0.296579
-0.302921
-0.310723
-0.320208
-0.331605
-0.345192
-0.36117
-0.379798
-0.400994
-0.424923
-0.450783
-0.478639
-0.508272
-0.539235
-0.570536
-0.601702
-0.633132
-0.663952
-0.693132
-0.719048
-0.289684
-0.290336
-0.290187
-0.289505
-0.28855
-0.287475
-0.286354
-0.285234
-0.284123
-0.283037
-0.281972
-0.280939
-0.279932
-0.278954
-0.278009
-0.2771
-0.276211
-0.275337
-0.2745
-0.273688
-0.272889
-0.272125
-0.271389
-0.270679
-0.270023
-0.26941
-0.26886
-0.268388
-0.268008
-0.267743
-0.26762
-0.267693
-0.268011
-0.268632
-0.269601
-0.271011
-0.272983
-0.27559
-0.278962
-0.283252
-0.28858
-0.295122
-0.3031
-0.312726
-0.324224
-0.337858
-0.353823
-0.372372
-0.393425
-0.41719
-0.442847
-0.47042
-0.499703
-0.530273
-0.561153
-0.591831
-0.622681
-0.652828
-0.681263
-0.706632
-0.276168
-0.27685
-0.276759
-0.276148
-0.275286
-0.274303
-0.27329
-0.272272
-0.271274
-0.270288
-0.269329
-0.268395
-0.267484
-0.266598
-0.265743
-0.264924
-0.264127
-0.263351
-0.262617
-0.261913
-0.261231
-0.260591
-0.259986
-0.259416
-0.258908
-0.258451
-0.258067
-0.257767
-0.257572
-0.257496
-0.257569
-0.257854
-0.258383
-0.259224
-0.260418
-0.262054
-0.264254
-0.267089
-0.270686
-0.275194
-0.28073
-0.287464
-0.295608
-0.305368
-0.31696
-0.330636
-0.346586
-0.365053
-0.385969
-0.409559
-0.434989
-0.462273
-0.491209
-0.521381
-0.551836
-0.582017
-0.612282
-0.641747
-0.669443
-0.694265
-0.263596
-0.264326
-0.264284
-0.263723
-0.262902
-0.261961
-0.26098
-0.259998
-0.259029
-0.258084
-0.257164
-0.256279
-0.255421
-0.254599
-0.253814
-0.253073
-0.252361
-0.251678
-0.25104
-0.250442
-0.249871
-0.24935
-0.248872
-0.248436
-0.24807
-0.247765
-0.247539
-0.247408
-0.247387
-0.247497
-0.247765
-0.248245
-0.248983
-0.250035
-0.251445
-0.253301
-0.255721
-0.258775
-0.262589
-0.267305
-0.273038
-0.279951
-0.288252
-0.298136
-0.309813
-0.323521
-0.33945
-0.357824
-0.378598
-0.402002
-0.427219
-0.454211
-0.482791
-0.512564
-0.542587
-0.572272
-0.601942
-0.630718
-0.657661
-0.681914
-0.251118
-0.251858
-0.251839
-0.251314
-0.250537
-0.249649
-0.248727
-0.247811
-0.24691
-0.246039
-0.245192
-0.244385
-0.243604
-0.242864
-0.242158
-0.241504
-0.240878
-0.240289
-0.239749
-0.239255
-0.238795
-0.238391
-0.238036
-0.237731
-0.237503
-0.237344
-0.237273
-0.237302
-0.237454
-0.23774
-0.238192
-0.23887
-0.239805
-0.241062
-0.242679
-0.244745
-0.247374
-0.250637
-0.254656
-0.259569
-0.265489
-0.272573
-0.281021
-0.291023
-0.302777
-0.316515
-0.332415
-0.3507
-0.37133
-0.394546
-0.419525
-0.44622
-0.474448
-0.503818
-0.533406
-0.562586
-0.591658
-0.619737
-0.645933
-0.669617
-0.238138
-0.238974
-0.239073
-0.238669
-0.23802
-0.23725
-0.236449
-0.235642
-0.234855
-0.234087
-0.233351
-0.232644
-0.231972
-0.231331
-0.23073
-0.230174
-0.229653
-0.229164
-0.228729
-0.228342
-0.227993
-0.227704
-0.227471
-0.227294
-0.2272
-0.227183
-0.22726
-0.227448
-0.227761
-0.228222
-0.228857
-0.229716
-0.230846
-0.232297
-0.234114
-0.236382
-0.239214
-0.242678
-0.246894
-0.251996
-0.258093
-0.265338
-0.273924
-0.284031
-0.295856
-0.309612
-0.325482
-0.343663
-0.364152
-0.387162
-0.411919
-0.438313
-0.466179
-0.495144
-0.524293
-0.552969
-0.581434
-0.608811
-0.634246
-0.657336
-0.226528
-0.227336
-0.227417
-0.227013
-0.226369
-0.22562
-0.224843
-0.224074
-0.223328
-0.222613
-0.221932
-0.221292
-0.220687
-0.220124
-0.219602
-0.219134
-0.218703
-0.218312
-0.217977
-0.217695
-0.217456
-0.217282
-0.21717
-0.217118
-0.217156
-0.217276
-0.217499
-0.217838
-0.218313
-0.218938
-0.219744
-0.220787
-0.222099
-0.22374
-0.225749
-0.22821
-0.231234
-0.234889
-0.239291
-0.244571
-0.250835
-0.258232
-0.266947
-0.277154
-0.289041
-0.302813
-0.318645
-0.336728
-0.357071
-0.379873
-0.404392
-0.430477
-0.457985
-0.486542
-0.515248
-0.543412
-0.571269
-0.597939
-0.622617
-0.645114
-0.214572
-0.215438
-0.215589
-0.215262
-0.214696
-0.214024
-0.213324
-0.21263
-0.211961
-0.211323
-0.210723
-0.210163
-0.209645
-0.209168
-0.208739
-0.208361
-0.208026
-0.207732
-0.207498
-0.207319
-0.207189
-0.207126
-0.20713
-0.207202
-0.207367
-0.207622
-0.207984
-0.208471
-0.209097
-0.209885
-0.210859
-0.212072
-0.213562
-0.215384
-0.217577
-0.220225
-0.223435
-0.227273
-0.231853
-0.237303
-0.243725
-0.251264
-0.260099
-0.270395
-0.282337
-0.296115
-0.311907
-0.329879
-0.350081
-0.372657
-0.396949
-0.422725
-0.449865
-0.478011
-0.506269
-0.533923
-0.561167
-0.587124
-0.611032
-0.63291
-0.203132
-0.204028
-0.204224
-0.203951
-0.203447
-0.20284
-0.202207
-0.201582
-0.200981
-0.200413
-0.199881
-0.199394
-0.198945
-0.198544
-0.198189
-0.197893
-0.197641
-0.197437
-0.197297
-0.197216
-0.197189
-0.197235
-0.197352
-0.197541
-0.19783
-0.198213
-0.198711
-0.199338
-0.200115
-0.201055
-0.20219
-0.203572
-0.205233
-0.207228
-0.209598
-0.212424
-0.215809
-0.219821
-0.224569
-0.230179
-0.236749
-0.244422
-0.253367
-0.263747
-0.275735
-0.289517
-0.305261
-0.323129
-0.343178
-0.365532
-0.389584
-0.415044
-0.441818
-0.469552
-0.49736
-0.524496
-0.551126
-0.576368
-0.599511
-0.620765
-0.191961
-0.192889
-0.19313
-0.192912
-0.192466
-0.19192
-0.191348
-0.190786
-0.190251
-0.18975
-0.189291
-0.188875
-0.188507
-0.188183
-0.187913
-0.1877
-0.187536
-0.187421
-0.187373
-0.187387
-0.187459
-0.187608
-0.187833
-0.188136
-0.188542
-0.18905
-0.189677
-0.190442
-0.191358
-0.19245
-0.193742
-0.195281
-0.197106
-0.199268
-0.201807
-0.204803
-0.208358
-0.212536
-0.217445
-0.223207
-0.229918
-0.237715
-0.246763
-0.257216
-0.269245
-0.28302
-0.298715
-0.316465
-0.336367
-0.358477
-0.382298
-0.407443
-0.433844
-0.461162
-0.488517
-0.515138
-0.541149
-0.565674
-0.58804
-0.60864
-0.181242
-0.18219
-0.182466
-0.182293
-0.181898
-0.181406
-0.180892
-0.180389
-0.179913
-0.179474
-0.179074
-0.178723
-0.178415
-0.178159
-0.177955
-0.177814
-0.177725
-0.177691
-0.177726
-0.17783
-0.177996
-0.178242
-0.17857
-0.178981
-0.179501
-0.180127
-0.18088
-0.181774
-0.18283
-0.184063
-0.185502
-0.187198
-0.18918
-0.191501
-0.194203
-0.197361
-0.201076
-0.205411
-0.210471
-0.216374
-0.223216
-0.231129
-0.240271
-0.250793
-0.262853
-0.276621
-0.292257
-0.309896
-0.329636
-0.351512
-0.375091
-0.399914
-0.425944
-0.452845
-0.479743
-0.505843
-0.531238
-0.555046
-0.57664
-0.596575
-0.170726
-0.171704
-0.172022
-0.171901
-0.171561
-0.171125
-0.170668
-0.170222
-0.169807
-0.169428
-0.169095
-0.168809
-0.168574
-0.168389
-0.168262
-0.168196
-0.168187
-0.168232
-0.168351
-0.16854
-0.168796
-0.169136
-0.169562
-0.170076
-0.170703
-0.171443
-0.172314
-0.173335
-0.174519
-0.175891
-0.177475
-0.179316
-0.181449
-0.183923
-0.186779
-0.190093
-0.193961
-0.198447
-0.203651
-0.209689
-0.216655
-0.224676
-0.233905
-0.244485
-0.256572
-0.270323
-0.285898
-0.303414
-0.322994
-0.344616
-0.367955
-0.392462
-0.418115
-0.444596
-0.471035
-0.496616
-0.521393
-0.544483
-0.565296
-0.58453
-0.160652
-0.161648
-0.161998
-0.161917
-0.161624
-0.161239
-0.160834
-0.160443
-0.160082
-0.159759
-0.159479
-0.159251
-0.15907
-0.158945
-0.158876
-0.158875
-0.158932
-0.15905
-0.159244
-0.159514
-0.159853
-0.160282
-0.160802
-0.161414
-0.162144
-0.162992
-0.163978
-0.165116
-0.166428
-0.16793
-0.16965
-0.171634
-0.17391
-0.176531
-0.179535
-0.182996
-0.187009
-0.191636
-0.196976
-0.20314
-0.210221
-0.218342
-0.227649
-0.238282
-0.250388
-0.264118
-0.279626
-0.297022
-0.316431
-0.337807
-0.360898
-0.385081
-0.410359
-0.436419
-0.462397
-0.487455
-0.511617
-0.533991
-0.554032
-0.572544
-0.150774
-0.151795
-0.152182
-0.152148
-0.151903
-0.151569
-0.151215
-0.150876
-0.150569
-0.150301
-0.150081
-0.149912
-0.149798
-0.149737
-0.149739
-0.149806
-0.149936
-0.150127
-0.150396
-0.150743
-0.151164
-0.151678
-0.152285
-0.152991
-0.153819
-0.154771
-0.155864
-0.157118
-0.158547
-0.160176
-0.162028
-0.164143
-0.166557
-0.169316
-0.172461
-0.176065
-0.180218
-0.184981
-0.19045
-0.196735
-0.203924
-0.212137
-0.221517
-0.232195
-0.244314
-0.258016
-0.273452
-0.290719
-0.309953
-0.331068
-0.353909
-0.377773
-0.402673
-0.428309
-0.453824
-0.478362
-0.501909
-0.523571
-0.542833
-0.560577
-0.141302
-0.142338
-0.142753
-0.142756
-0.142554
-0.142267
-0.141962
-0.141673
-0.141414
-0.141198
-0.141027
-0.140911
-0.140845
-0.14084
-0.140894
-0.141021
-0.141209
-0.141467
-0.141804
-0.142224
-0.142721
-0.143315
-0.144007
-0.144802
-0.145724
-0.146773
-0.147971
-0.149332
-0.150877
-0.152623
-0.154597
-0.156843
-0.159386
-0.162277
-0.165557
-0.169296
-0.173582
-0.178473
-0.184063
-0.19046
-0.19775
-0.206048
-0.215491
-0.226208
-0.238333
-0.252004
-0.267362
-0.284501
-0.30355
-0.324416
-0.346996
-0.370535
-0.395058
-0.420271
-0.445322
-0.469336
-0.492273
-0.513228
-0.531725
-0.548663
-0.131977
-0.133038
-0.13349
-0.133539
-0.133385
-0.133147
-0.132892
-0.132652
-0.132446
-0.132283
-0.132169
-0.132109
-0.132106
-0.132161
-0.13228
-0.13247
-0.132727
-0.13305
-0.133457
-0.133947
-0.134519
-0.13519
-0.135963
-0.136843
-0.137853
-0.138997
-0.140292
-0.141757
-0.143408
-0.145268
-0.147361
-0.149724
-0.152391
-0.155409
-0.158818
-0.162687
-0.167099
-0.172113
-0.17782
-0.184323
-0.191707
-0.200085
-0.209586
-0.220335
-0.23246
-0.246093
-0.261367
-0.278371
-0.29723
-0.317835
-0.340147
-0.363366
-0.387511
-0.412298
-0.436884
-0.460378
-0.482706
-0.50296
-0.520695
-0.536766
-0.123058
-0.124132
-0.124611
-0.124694
-0.124581
-0.124387
-0.124176
-0.123985
-0.123825
-0.12371
-0.123641
-0.12363
-0.123672
-0.123778
-0.123945
-0.124189
-0.124499
-0.124884
-0.125352
-0.125909
-0.126551
-0.127295
-0.128146
-0.129107
-0.130202
-0.131435
-0.132824
-0.134385
-0.136141
-0.138107
-0.14031
-0.14279
-0.145574
-0.148711
-0.152244
-0.156236
-0.160767
-0.165896
-0.171711
-0.178313
-0.185784
-0.194232
-0.203784
-0.214558
-0.226677
-0.240267
-0.255452
-0.27232
-0.290983
-0.311338
-0.333375
-0.356266
-0.380034
-0.404397
-0.428517
-0.45149
-0.473214
-0.492776
-0.509772
-0.524924
-0.114294
-0.115388
-0.115899
-0.116022
-0.115952
-0.115803
-0.115637
-0.115491
-0.115379
-0.115311
-0.115295
-0.115336
-0.115436
-0.115597
-0.115826
-0.116129
-0.116502
-0.116948
-0.117481
-0.118103
-0.118813
-0.119628
-0.120552
-0.121591
-0.122767
-0.124085
-0.125562
-0.127218
-0.129069
-0.131138
-0.133448
-0.136035
-0.13893
-0.142183
-0.145832
-0.14994
-0.154585
-0.159823
-0.16574
-0.172435
-0.179987
-0.188501
-0.198097
-0.20889
-0.220997
-0.234538
-0.24963
-0.266355
-0.284816
-0.304913
-0.326665
-0.349234
-0.372623
-0.396559
-0.420213
-0.442669
-0.463794
-0.482672
-0.498943
-0.513151
-0.105906
-0.107011
-0.107545
-0.1077
-0.107667
-0.107558
-0.107435
-0.107332
-0.107263
-0.107241
-0.107266
-0.107352
-0.107493
-0.107702
-0.107974
-0.108327
-0.10875
-0.109252
-0.109841
-0.110525
-0.111299
-0.112182
-0.113177
-0.11429
-0.115543
-0.116942
-0.118505
-0.120248
-0.122193
-0.124358
-0.126768
-0.129459
-0.132464
-0.135823
-0.139582
-0.1438
-0.14855
-0.153888
-0.159899
-0.166679
-0.174304
-0.182875
-0.192509
-0.203314
-0.215403
-0.22889
-0.243884
-0.260465
-0.278721
-0.298566
-0.32003
-0.34227
-0.365282
-0.388794
-0.411981
-0.433919
-0.454452
-0.472657
-0.488232
-0.501515
-0.0976311
-0.0987566
-0.0993223
-0.0995174
-0.0995271
-0.0994619
-0.0993829
-0.0993241
-0.0993012
-0.0993246
-0.0994011
-0.0995366
-0.0997329
-0.0999943
-0.100325
-0.100733
-0.101215
-0.101775
-0.102424
-0.103169
-0.104005
-0.104954
-0.106016
-0.1072
-0.108527
-0.110004
-0.111646
-0.113475
-0.115506
-0.117763
-0.12027
-0.123065
-0.126166
-0.129628
-0.133491
-0.137811
-0.142659
-0.148092
-0.154191
-0.161049
-0.168742
-0.177366
-0.187031
-0.197843
-0.209908
-0.223335
-0.238225
-0.254656
-0.272704
-0.292292
-0.31346
-0.335372
-0.358004
-0.381089
-0.403811
-0.425236
-0.445182
-0.462724
-0.47762
-0.490005
-0.0897359
-0.0908707
-0.0914582
-0.0916832
-0.0917284
-0.0917021
-0.0916634
-0.0916469
-0.0916648
-0.0917309
-0.0918465
-0.0920247
-0.0922597
-0.0925644
-0.0929355
-0.0933899
-0.0939173
-0.0945282
-0.0952298
-0.0960309
-0.0969265
-0.0979366
-0.0990638
-0.100316
-0.101713
-0.103263
-0.104983
-0.10689
-0.109005
-0.11135
-0.113951
-0.116835
-0.120034
-0.123594
-0.127553
-0.131969
-0.136909
-0.142428
-0.148608
-0.155537
-0.163289
-0.171957
-0.181647
-0.192459
-0.204494
-0.217856
-0.23264
-0.248918
-0.266757
-0.286091
-0.306961
-0.328541
-0.350796
-0.373456
-0.395713
-0.416625
-0.435991
-0.452884
-0.467125
-0.478641
-0.0819646
-0.0831161
-0.083731
-0.0839917
-0.0840749
-0.0840878
-0.0840888
-0.0841119
-0.084172
-0.0842802
-0.0844429
-0.0846666
-0.0849533
-0.0853076
-0.0857335
-0.0862398
-0.0868228
-0.0874877
-0.0882453
-0.0891025
-0.0900563
-0.0911261
-0.0923153
-0.093632
-0.0950965
-0.096716
-0.0985081
-0.100491
-0.102684
-0.105113
-0.107798
-0.110772
-0.11406
-0.117706
-0.121762
-0.12627
-0.131296
-0.136897
-0.143152
-0.150147
-0.157953
-0.16666
-0.176368
-0.187174
-0.199173
-0.212465
-0.227137
-0.243258
-0.260884
-0.279963
-0.300528
-0.321776
-0.343649
-0.365883
-0.387676
-0.408082
-0.426875
-0.443128
-0.456729
-0.467403
-0.0745438
-0.0757028
-0.0763373
-0.0766253
-0.0767412
-0.0767903
-0.0768287
-0.0768912
-0.0769894
-0.0771374
-0.0773364
-0.0775999
-0.0779224
-0.0783168
-0.07878
-0.0793288
-0.0799539
-0.080666
-0.0814718
-0.0823811
-0.0833892
-0.0845161
-0.0857644
-0.0871432
-0.0886717
-0.0903579
-0.092219
-0.0942731
-0.096541
-0.099046
-0.101813
-0.104867
-0.108237
-0.111976
-0.116116
-0.12071
-0.125817
-0.131492
-0.137815
-0.144868
-0.152721
-0.161459
-0.171179
-0.181972
-0.193931
-0.207147
-0.221704
-0.237664
-0.255081
-0.273902
-0.294162
-0.315076
-0.33657
-0.358381
-0.379712
-0.399612
-0.417839
-0.433468
-0.446449
-0.456305
-0.067208
-0.0683839
-0.0690462
-0.0693697
-0.0695237
-0.0696116
-0.0696895
-0.0697908
-0.0699302
-0.070119
-0.0703637
-0.0706708
-0.0710427
-0.0714842
-0.0719995
-0.0725973
-0.0732748
-0.0740375
-0.0748957
-0.0758571
-0.0769192
-0.0781012
-0.0794065
-0.0808447
-0.0824343
-0.0841843
-0.086111
-0.0882331
-0.0905709
-0.0931489
-0.0959895
-0.0991216
-0.102573
-0.106389
-0.110614
-0.115286
-0.120469
-0.126215
-0.1326
-0.139707
-0.147601
-0.156365
-0.166091
-0.176866
-0.188777
-0.201913
-0.216348
-0.232147
-0.249347
-0.267912
-0.287863
-0.30844
-0.329552
-0.350937
-0.371808
-0.391209
-0.408878
-0.423892
-0.436269
-0.445335
-0.0602264
-0.0614088
-0.0620893
-0.0624386
-0.0626239
-0.0627462
-0.06286
-0.0629989
-0.0631746
-0.0634011
-0.06368
-0.0640245
-0.0644298
-0.0649085
-0.0654583
-0.0660951
-0.0668113
-0.0676175
-0.0685201
-0.0695294
-0.0706415
-0.071876
-0.0732359
-0.0747309
-0.0763791
-0.0781899
-0.0801794
-0.0823659
-0.0847705
-0.0874166
-0.0903289
-0.0935327
-0.0970566
-0.100953
-0.105251
-0.109998
-0.115249
-0.121059
-0.1275
-0.134652
-0.14258
-0.151362
-0.161087
-0.171838
-0.183697
-0.196748
-0.211061
-0.226692
-0.24368
-0.261984
-0.281627
-0.301869
-0.322601
-0.343565
-0.363976
-0.382879
-0.399999
-0.414414
-0.426204
-0.4345
-0.0533453
-0.0545411
-0.0552452
-0.055626
-0.0558448
-0.056002
-0.056151
-0.056325
-0.0565378
-0.0568016
-0.0571223
-0.057507
-0.0579581
-0.0584807
-0.0590788
-0.0597614
-0.0605264
-0.0613795
-0.0623308
-0.0633882
-0.0645502
-0.0658354
-0.0672477
-0.068797
-0.0705011
-0.0723698
-0.074419
-0.0766672
-0.0791348
-0.0818465
-0.0848244
-0.0880975
-0.0916938
-0.095656
-0.100027
-0.104841
-0.110156
-0.116024
-0.122516
-0.129709
-0.137666
-0.146462
-0.15618
-0.166901
-0.178702
-0.191663
-0.205846
-0.22131
-0.238078
-0.256128
-0.275456
-0.29536
-0.315709
-0.336249
-0.356204
-0.374617
-0.391195
-0.405022
-0.416238
-0.423793
-0.0467917
-0.0479923
-0.0487126
-0.0491169
-0.0493645
-0.0495535
-0.0497356
-0.0499444
-0.0501909
-0.0504896
-0.0508419
-0.0512611
-0.0517427
-0.0522995
-0.0529291
-0.0536474
-0.0544477
-0.0553406
-0.0563324
-0.0574337
-0.0586414
-0.0599745
-0.0614365
-0.0630377
-0.0647951
-0.066719
-0.0688251
-0.0711318
-0.0736599
-0.0764327
-0.0794747
-0.0828112
-0.0864702
-0.0905025
-0.0949357
-0.0998125
-0.105186
-0.111106
-0.117642
-0.124869
-0.132847
-0.141649
-0.151355
-0.16204
-0.173779
-0.186645
-0.200698
-0.215989
-0.232541
-0.25033
-0.269343
-0.288915
-0.308884
-0.329004
-0.348504
-0.366429
-0.382474
-0.395727
-0.406385
-0.413218
-0.0403045
-0.041519
-0.0422636
-0.0426995
-0.042981
-0.0432047
-0.0434219
-0.0436652
-0.0439482
-0.044283
-0.0446755
-0.0451332
-0.0456583
-0.0462565
-0.0469316
-0.0476926
-0.0485383
-0.0494745
-0.0505111
-0.0516563
-0.0529095
-0.0542886
-0.0557982
-0.0574484
-0.0592564
-0.0612326
-0.0633926
-0.065755
-0.0683397
-0.0711711
-0.0742714
-0.0776686
-0.0813912
-0.08548
-0.0899749
-0.0949091
-0.100335
-0.106303
-0.112879
-0.120135
-0.12813
-0.136933
-0.146622
-0.157266
-0.168936
-0.181703
-0.19562
-0.210738
-0.227067
-0.244601
-0.263293
-0.282531
-0.302116
-0.321814
-0.340863
-0.358306
-0.373826
-0.386517
-0.39663
-0.402767
-0.0341547
-0.035373
-0.0361327
-0.0365906
-0.0368994
-0.0371532
-0.0374019
-0.0376782
-0.0379929
-0.0383604
-0.0387822
-0.0392717
-0.0398247
-0.040454
-0.0411573
-0.0419506
-0.0428277
-0.0437998
-0.0448726
-0.0460572
-0.0473514
-0.0487735
-0.0503276
-0.0520242
-0.0538799
-0.0559057
-0.0581165
-0.0605312
-0.0631698
-0.0660556
-0.0692126
-0.0726659
-0.0764435
-0.0805932
-0.0851414
-0.0901282
-0.0956018
-0.101611
-0.10822
-0.115499
-0.123504
-0.132302
-0.141967
-0.152565
-0.164163
-0.176826
-0.190607
-0.205545
-0.221657
-0.238928
-0.2573
-0.27621
-0.295415
-0.314696
-0.333294
-0.350259
-0.365263
-0.377406
-0.386987
-0.392446
-0.0280945
-0.0293233
-0.0301028
-0.030588
-0.0309261
-0.0312102
-0.0314894
-0.031796
-0.0321427
-0.0325422
-0.0329999
-0.033524
-0.0341163
-0.0347832
-0.0355279
-0.03636
-0.0372783
-0.0382895
-0.0394025
-0.0406266
-0.0419613
-0.0434244
-0.0450207
-0.046761
-0.0486615
-0.0507337
-0.0529924
-0.0554565
-0.0581457
-0.0610836
-0.0642923
-0.0677993
-0.0716327
-0.0758301
-0.080431
-0.0854647
-0.0909816
-0.0970277
-0.103666
-0.110964
-0.118975
-0.127764
-0.137401
-0.147948
-0.159469
-0.172025
-0.185662
-0.200422
-0.216308
-0.233321
-0.251369
-0.269948
-0.28877
-0.30763
-0.325783
-0.342277
-0.356773
-0.368378
-0.377439
-0.382246
-0.0223512
-0.0235819
-0.024374
-0.0248785
-0.0252407
-0.0255518
-0.025859
-0.0261951
-0.0265699
-0.0269986
-0.0274821
-0.0280344
-0.0286508
-0.0293449
-0.0301139
-0.0309742
-0.0319196
-0.0329623
-0.0341069
-0.0353657
-0.0367363
-0.0382373
-0.0398729
-0.0416541
-0.0435968
-0.0457126
-0.0480165
-0.050527
-0.053264
-0.0562501
-0.059509
-0.063065
-0.0669447
-0.0711946
-0.0758395
-0.0809164
-0.0864716
-0.0925495
-0.0992115
-0.106522
-0.114533
-0.123307
-0.13291
-0.143401
-0.154842
-0.167285
-0.18078
-0.195356
-0.211022
-0.227769
-0.245493
-0.263747
-0.282191
-0.300637
-0.318345
-0.334369
-0.348367
-0.359449
-0.368003
-0.372173
-0.0166694
-0.0179102
-0.018722
-0.0192529
-0.0196436
-0.0199837
-0.0203201
-0.0206847
-0.0210895
-0.0215479
-0.0220645
-0.0226483
-0.0233007
-0.0240289
-0.0248354
-0.0257306
-0.026713
-0.0277905
-0.0289708
-0.0302642
-0.0316705
-0.0332074
-0.03488
-0.0366995
-0.0386816
-0.0408383
-0.0431844
-0.0457385
-0.0485199
-0.0515516
-0.0548554
-0.0584573
-0.0623848
-0.066675
-0.0713634
-0.0764796
-0.0820685
-0.0881748
-0.0948567
-0.102176
-0.110185
-0.11894
-0.128505
-0.138937
-0.150292
-0.162622
-0.175967
-0.190359
-0.205797
-0.222282
-0.23968
-0.257604
-0.275667
-0.293695
-0.310963
-0.326527
-0.340034
-0.350602
-0.35866
-0.362216
-0.0113112
-0.0125525
-0.0133749
-0.013923
-0.0143352
-0.0146997
-0.0150614
-0.0154525
-0.0158824
-0.0163665
-0.0169055
-0.0175137
-0.0181865
-0.0189379
-0.0197644
-0.0206835
-0.0216886
-0.0227929
-0.024
-0.0253233
-0.0267605
-0.0283303
-0.030037
-0.0318921
-0.033911
-0.036106
-0.0384915
-0.0410861
-0.043909
-0.0469825
-0.0503294
-0.0539733
-0.0579408
-0.0622753
-0.0670008
-0.0721518
-0.0777704
-0.0838996
-0.090596
-0.0979194
-0.105919
-0.11465
-0.124173
-0.134541
-0.145807
-0.158018
-0.171216
-0.185419
-0.200634
-0.216851
-0.233922
-0.25152
-0.269208
-0.286826
-0.303654
-0.31876
-0.331785
-0.341854
-0.349428
-0.352385
-0.00602723
-0.00727513
-0.0081127
-0.00868269
-0.00911833
-0.00950703
-0.00989254
-0.0103074
-0.0107619
-0.0112711
-0.0118379
-0.0124733
-0.0131769
-0.0139581
-0.0148174
-0.0157671
-0.0168045
-0.0179393
-0.0191774
-0.020531
-0.0219991
-0.0236001
-0.0253389
-0.0272273
-0.0292805
-0.031511
-0.0339332
-0.0365656
-0.0394271
-0.04254
-0.0459257
-0.0496092
-0.0536183
-0.0579858
-0.0627478
-0.0679292
-0.073574
-0.0797228
-0.0864308
-0.0937549
-0.101743
-0.110447
-0.119924
-0.130225
-0.141399
-0.153489
-0.166533
-0.180547
-0.195533
-0.211481
-0.228226
-0.245493
-0.262801
-0.280006
-0.296401
-0.311057
-0.323608
-0.333187
-0.340287
-0.342667
-0.00104125
-0.00228734
-0.00313252
-0.00371636
-0.00416989
-0.00457907
-0.00498574
-0.00542299
-0.00589844
-0.00642927
-0.00701438
-0.00767011
-0.00839007
-0.00919038
-0.0100657
-0.0110351
-0.012091
-0.0132483
-0.014509
-0.015888
-0.0173827
-0.0190121
-0.0207803
-0.0226998
-0.0247849
-0.0270486
-0.0295052
-0.0321729
-0.0350705
-0.0382197
-0.0416426
-0.0453627
-0.0494043
-0.05381
-0.0586011
-0.0638103
-0.0694768
-0.0756407
-0.082355
-0.0896749
-0.0976457
-0.106318
-0.115745
-0.125974
-0.137054
-0.149019
-0.16191
-0.175731
-0.190492
-0.206167
-0.222587
-0.239523
-0.25646
-0.273258
-0.289221
-0.303428
-0.315515
-0.324618
-0.331256
-0.333073
0.00390985
0.00265763
0.00179784
0.00119336
0.000717697
0.000285968
-0.000142825
-0.000601746
-0.00109962
-0.001653
-0.00226314
-0.00294317
-0.00369069
-0.00451768
-0.00542219
-0.00641894
-0.00750345
-0.00868781
-0.00997578
-0.0113813
-0.0129031
-0.0145596
-0.0163559
-0.0183044
-0.0204194
-0.0227141
-0.0252027
-0.0279033
-0.0308344
-0.0340177
-0.0374741
-0.0412275
-0.0453045
-0.0497373
-0.0545577
-0.0597909
-0.0654757
-0.0716517
-0.0783697
-0.0856827
-0.0936341
-0.102272
-0.111646
-0.121801
-0.132782
-0.144621
-0.157355
-0.170982
-0.185512
-0.200913
-0.21701
-0.233608
-0.250169
-0.266559
-0.282095
-0.295863
-0.307492
-0.316129
-0.322314
-0.32359
0.00857334
0.00732433
0.00645874
0.00584238
0.00535104
0.00490109
0.00445354
0.00397465
0.00345846
0.00288605
0.00226027
0.00156272
0.000801564
-4.15488e-05
-0.000959272
-0.00197261
-0.00307264
-0.00427629
-0.00558359
-0.0070113
-0.00855607
-0.0102375
-0.0120596
-0.0140353
-0.0161784
-0.0185022
-0.0210206
-0.0237519
-0.0267142
-0.0299288
-0.033417
-0.0372014
-0.0413064
-0.0457706
-0.050615
-0.0558688
-0.0615684
-0.0677522
-0.0744694
-0.0817707
-0.0896979
-0.0982965
-0.107614
-0.117692
-0.128571
-0.140281
-0.152856
-0.166288
-0.18059
-0.195715
-0.211491
-0.22775
-0.243942
-0.259932
-0.275042
-0.288373
-0.299554
-0.307739
-0.313484
-0.314232
0.013209
0.0119561
0.011079
0.0104451
0.0099355
0.00946657
0.00900112
0.00850424
0.00796989
0.00737853
0.00673179
0.00601311
0.00522789
0.00436068
0.00341659
0.00237791
0.00125153
2.26744e-05
-0.00130984
-0.00276209
-0.00433159
-0.00603783
-0.00788513
-0.00988676
-0.0120564
-0.0144075
-0.0169541
-0.0197141
-0.0227055
-0.0259495
-0.0294665
-0.0332796
-0.0374147
-0.041901
-0.0467687
-0.0520396
-0.0577511
-0.0639402
-0.0706543
-0.0779419
-0.0858429
-0.0944003
-0.103658
-0.113656
-0.124432
-0.136011
-0.148424
-0.161659
-0.175728
-0.190575
-0.206031
-0.221946
-0.237765
-0.253352
-0.268042
-0.280945
-0.291685
-0.299427
-0.304742
-0.304983
0.0176769
0.016427
0.0155436
0.0148967
0.0143698
0.0138805
0.0133934
0.0128732
0.0123163
0.0117016
0.0110342
0.0102936
0.00948993
0.00860277
0.00764181
0.00658415
0.00544032
0.00419139
0.0028393
0.00136543
-0.000226055
-0.00195562
-0.00382672
-0.00585321
-0.00804814
-0.0104253
-0.0129984
-0.0157855
-0.0188044
-0.0220756
-0.02562
-0.0294598
-0.0336177
-0.0381299
-0.0430155
-0.0483012
-0.0540216
-0.0602125
-0.0669195
-0.0741893
-0.0820598
-0.0905719
-0.099767
-0.109682
-0.120351
-0.131796
-0.144047
-0.157084
-0.170922
-0.185491
-0.200628
-0.216199
-0.231652
-0.246844
-0.261116
-0.273593
-0.283901
-0.291213
-0.296111
-0.29586
0.0223588
0.0210849
0.0201635
0.019471
0.0188943
0.0183558
0.0178204
0.0172567
0.0166578
0.0160061
0.015302
0.0145298
0.0136939
0.0127786
0.0117882
0.0107043
0.00953341
0.00825957
0.00688252
0.00538485
0.00376947
0.00201625
0.000121343
-0.00192939
-0.00414877
-0.00655088
-0.00914938
-0.011962
-0.0150065
-0.0183034
-0.0218726
-0.0257363
-0.0299193
-0.0344491
-0.039352
-0.0446498
-0.0503765
-0.0565671
-0.0632652
-0.0705153
-0.0783537
-0.0868187
-0.0959492
-0.105779
-0.116339
-0.127649
-0.139734
-0.152571
-0.166174
-0.180463
-0.195283
-0.210505
-0.225587
-0.240382
-0.254241
-0.266302
-0.276185
-0.283077
-0.287568
-0.286844
0.0260713
0.0248432
0.0239698
0.023319
0.0227845
0.0222809
0.0217782
0.0212382
0.0206593
0.0200185
0.0193217
0.0185494
0.0177107
0.0167863
0.0157856
0.014687
0.0135007
0.0122082
0.0108121
0.00929351
0.00765665
0.00588102
0.00396334
0.00188917
-0.000353791
-0.00277992
-0.00540255
-0.0082395
-0.0113081
-0.0146288
-0.0182214
-0.0221075
-0.0263095
-0.0308598
-0.0357764
-0.0410839
-0.0468142
-0.0530014
-0.0596871
-0.066914
-0.0747164
-0.0831307
-0.092193
-0.101934
-0.112384
-0.123556
-0.135474
-0.148111
-0.16148
-0.175491
-0.189995
-0.204869
-0.219587
-0.233993
-0.24744
-0.259086
-0.268553
-0.27504
-0.279138
-0.277957
0.0306103
0.0293462
0.0284201
0.0277105
0.027113
0.0265493
0.025989
0.0253979
0.0247722
0.0240912
0.0233577
0.0225537
0.0216849
0.0207345
0.0197077
0.0185856
0.0173752
0.0160602
0.0146412
0.0131005
0.0114412
0.00964333
0.00770314
0.00560625
0.00334044
0.000891334
-0.00175442
-0.00461441
-0.00770595
-0.0110489
-0.0146629
-0.0185695
-0.0227924
-0.0273561
-0.0322856
-0.0375999
-0.0433317
-0.0495136
-0.0561855
-0.0633876
-0.0711527
-0.0795148
-0.0885074
-0.0981589
-0.108495
-0.119528
-0.131277
-0.143711
-0.156843
-0.170574
-0.184763
-0.199285
-0.213634
-0.227648
-0.240691
-0.251931
-0.260989
-0.267079
-0.270796
-0.269176
0.0341956
0.0329698
0.0320828
0.0314058
0.0308408
0.0303029
0.0297666
0.0291918
0.0285794
0.0279041
0.0271736
0.0263666
0.0254931
0.0245327
0.0234953
0.022359
0.0211339
0.0198014
0.0183644
0.0168041
0.0151246
0.0133056
0.0113439
0.00922504
0.00693717
0.00446583
0.00179791
-0.0010842
-0.00419736
-0.00756133
-0.0111956
-0.0151214
-0.0193592
-0.0239391
-0.0288774
-0.0341969
-0.039928
-0.0461019
-0.0527567
-0.0599309
-0.0676553
-0.075962
-0.0848818
-0.0944407
-0.104661
-0.115553
-0.127132
-0.139363
-0.152259
-0.165712
-0.179586
-0.193759
-0.207746
-0.221376
-0.234015
-0.244852
-0.25351
-0.259217
-0.262568
-0.260526
0.0384965
0.0372373
0.0363014
0.03557
0.0349462
0.0343521
0.0337613
0.033138
0.0324806
0.0317664
0.0310003
0.0301624
0.02926
0.0282743
0.0272121
0.0260533
0.0248057
0.0234518
0.0219935
0.0204123
0.0187116
0.0168716
0.0148886
0.0127483
0.010439
0.00794625
0.00525691
0.00235383
-0.000779896
-0.00416359
-0.00781642
-0.0117589
-0.0160137
-0.0206034
-0.0255499
-0.0308724
-0.0366006
-0.0427648
-0.0494013
-0.0565462
-0.0642288
-0.0724788
-0.0813245
-0.0907893
-0.100893
-0.111641
-0.123048
-0.135075
-0.147732
-0.160905
-0.174465
-0.188286
-0.201906
-0.215149
-0.22739
-0.237833
-0.246096
-0.25143
-0.254428
-0.251983
0.0419323
0.0407058
0.0398026
0.0390976
0.0385002
0.0379267
0.0373552
0.0367448
0.0360978
0.0353878
0.0346234
0.033782
0.0328742
0.0318787
0.0308057
0.029633
0.0283708
0.0269999
0.0255241
0.023924
0.0222037
0.0203435
0.01834
0.0161788
0.0138487
0.011335
0.00862516
0.00570192
0.00254885
-0.000853371
-0.00452335
-0.00848186
-0.0127485
-0.0173502
-0.0223021
-0.0276257
-0.033349
-0.0395011
-0.0461163
-0.0532291
-0.0608668
-0.0690572
-0.0778261
-0.0871944
-0.097179
-0.107783
-0.119017
-0.130838
-0.143257
-0.156152
-0.169399
-0.182872
-0.19613
-0.208994
-0.220838
-0.230888
-0.238768
-0.243743
-0.246404
-0.243571
0.0458986
0.0446529
0.0437183
0.0429779
0.042341
0.0417294
0.04112
0.0404748
0.0397945
0.039054
0.0382604
0.037392
0.0364579
0.035438
0.0343409
0.0331452
0.03186
0.0304671
0.0289693
0.0273478
0.0256062
0.0237249
0.0217006
0.0195186
0.0171679
0.0146341
0.0119044
0.00896205
0.00579047
0.00237113
-0.00131481
-0.0052871
-0.00956745
-0.0141756
-0.0191323
-0.0244547
-0.0301712
-0.0363095
-0.0429023
-0.0499817
-0.0575736
-0.0657033
-0.0743942
-0.0836648
-0.0935289
-0.103987
-0.115046
-0.12666
-0.138839
-0.151454
-0.164387
-0.177508
-0.190401
-0.202883
-0.214337
-0.224005
-0.231505
-0.236131
-0.238469
-0.235267
0.0496078
0.0483611
0.0474174
0.0466613
0.0460054
0.0453725
0.0447405
0.044072
0.0433679
0.0426035
0.0417864
0.0408946
0.0399381
0.0388957
0.037777
0.0365599
0.035254
0.03384
0.0323217
0.0306796
0.0289174
0.0270155
0.0249708
0.0227685
0.020398
0.0178446
0.015096
0.0121352
0.00894645
0.00551087
0.0018104
-0.0021753
-0.00646406
-0.0110809
-0.0160391
-0.0213589
-0.0270668
-0.0331891
-0.0397569
-0.0468004
-0.0543437
-0.0624102
-0.0710208
-0.0801915
-0.0899334
-0.100244
-0.111127
-0.122535
-0.134473
-0.14681
-0.159432
-0.172205
-0.184738
-0.196845
-0.207909
-0.217197
-0.224328
-0.228619
-0.230651
-0.227091
0.0532209
0.051972
0.0510173
0.0502452
0.04957
0.0489164
0.048263
0.0475729
0.0468471
0.0460612
0.045222
0.0443088
0.04333
0.0422661
0.0411252
0.0398867
0.0385588
0.0371236
0.0355839
0.033921
0.0321381
0.030216
0.0281513
0.0259293
0.0235396
0.0209676
0.0182008
0.0152229
0.0120178
0.00856749
0.00485359
0.000857338
-0.00344189
-0.00806192
-0.0130213
-0.0183367
-0.0240341
-0.0301391
-0.0366807
-0.0436873
-0.0511811
-0.0591834
-0.0677127
-0.0767824
-0.0864009
-0.0965624
-0.107269
-0.118468
-0.130164
-0.14222
-0.154529
-0.166951
-0.179122
-0.19085
-0.201531
-0.210448
-0.217216
-0.22118
-0.222922
-0.21902
0.056668
0.0554208
0.0544611
0.0536784
0.05299
0.0523214
0.0516521
0.0509452
0.0502021
0.0493983
0.0485411
0.0476093
0.046612
0.045529
0.0443693
0.0431117
0.0417648
0.0403103
0.0387513
0.0370692
0.035267
0.0333258
0.0312422
0.0290015
0.0265936
0.0240038
0.0212201
0.0182261
0.0150061
0.011542
0.00781656
0.00380979
-0.000495013
-0.00512027
-0.0100783
-0.0153878
-0.0210731
-0.0271587
-0.0336718
-0.0406392
-0.0480812
-0.0560171
-0.0644631
-0.07343
-0.0829236
-0.0929352
-0.103463
-0.114454
-0.125908
-0.137686
-0.149685
-0.16176
-0.173571
-0.184929
-0.195227
-0.203775
-0.210189
-0.213842
-0.215309
-0.211075
0.0600612
0.0588113
0.0578404
0.0570428
0.0563357
0.0556483
0.0549588
0.0542325
0.0534693
0.0526462
0.0517692
0.0508183
0.0498013
0.0486995
0.0475202
0.0462438
0.0448776
0.0434043
0.0418264
0.0401257
0.0383049
0.0363455
0.0342439
0.0319857
0.0295606
0.0269544
0.0241548
0.021146
0.0179121
0.014436
0.0106997
0.00668516
0.00237273
-0.00225286
-0.00720907
-0.0125107
-0.0181823
-0.0242471
-0.0307309
-0.0376581
-0.0450476
-0.0529163
-0.0612781
-0.0701413
-0.0795088
-0.089369
-0.0997178
-0.110497
-0.121708
-0.133206
-0.144892
-0.156617
-0.168067
-0.179051
-0.188972
-0.197161
-0.203228
-0.206581
-0.20777
-0.20323
0.0633116
0.062063
0.0610864
0.0602775
0.0595566
0.0588534
0.0581472
0.0574038
0.0566231
0.0557824
0.0548876
0.0539192
0.0528846
0.0517654
0.0505687
0.0492752
0.0478918
0.0464015
0.0448065
0.0430889
0.0412512
0.039275
0.0371568
0.0348822
0.0324413
0.0298198
0.0270057
0.0239831
0.020737
0.0172496
0.0135044
0.00948186
0.00516696
0.000539009
-0.00441253
-0.00970516
-0.0153616
-0.021404
-0.0278564
-0.0347415
-0.0420764
-0.0498761
-0.058152
-0.06691
-0.0761501
-0.0858582
-0.0960269
-0.106596
-0.117563
-0.128782
-0.140158
-0.151537
-0.162629
-0.173246
-0.182792
-0.190623
-0.196352
-0.199433
-0.200329
-0.195502
0.0664689
0.0652198
0.0642352
0.0634141
0.062678
0.0619587
0.0612358
0.0604755
0.0596779
0.0588204
0.0579087
0.0569237
0.0558724
0.0547367
0.0535234
0.0522135
0.0508136
0.0493068
0.0476955
0.0459618
0.0441079
0.0421159
0.0399822
0.0376924
0.0352368
0.0326011
0.0297737
0.0267388
0.0234812
0.0199845
0.016231
0.0122038
0.00788418
0.00325879
-0.00168785
-0.00696997
-0.0126099
-0.0186287
-0.0250488
-0.0318911
-0.0391709
-0.046901
-0.0550903
-0.0637422
-0.0728541
-0.0824086
-0.092396
-0.102753
-0.113475
-0.124413
-0.135475
-0.146505
-0.157238
-0.167484
-0.17666
-0.184142
-0.189539
-0.192361
-0.192955
-0.187872
0.0694935
0.0682458
0.0672565
0.0664259
0.0656781
0.0649458
0.0642091
0.0634347
0.0626227
0.0617507
0.0608243
0.0598247
0.0587584
0.0576079
0.0563794
0.0550548
0.0536398
0.0521183
0.050492
0.0487437
0.0468751
0.0448688
0.0427208
0.0404171
0.037948
0.0352995
0.03246
0.0294138
0.0261466
0.0226412
0.0188817
0.0148492
0.0105298
0.00590503
0.000965422
-0.00430504
-0.00992715
-0.0159209
-0.0223071
-0.0291051
-0.0363281
-0.043987
-0.0520883
-0.0606331
-0.0696155
-0.079016
-0.0888212
-0.0989659
-0.109443
-0.120101
-0.130854
-0.141538
-0.151913
-0.161797
-0.170602
-0.177735
-0.182811
-0.185383
-0.185691
-0.180368
0.072444
0.0711954
0.0701982
0.0693563
0.0685945
0.0678475
0.0670954
0.0663059
0.0654783
0.0645912
0.0636496
0.0626349
0.0615537
0.0603885
0.0591454
0.0578063
0.0563769
0.054841
0.0532005
0.0514381
0.0495556
0.0475356
0.0453742
0.0430576
0.0405762
0.037916
0.0350655
0.0320097
0.0287336
0.0252215
0.0214562
0.0174216
0.0131001
0.0084803
0.003548
-0.0017093
-0.00731236
-0.0132801
-0.0196318
-0.0263848
-0.0335507
-0.041138
-0.0491509
-0.0575876
-0.0664399
-0.0756848
-0.0853069
-0.0952373
-0.105468
-0.115843
-0.126282
-0.136618
-0.146634
-0.156152
-0.164594
-0.171385
-0.176144
-0.178463
-0.178505
-0.172972
0.0752838
0.0740362
0.073034
0.0721821
0.0714081
0.0706475
0.0698811
0.0690771
0.0682349
0.0673333
0.0663772
0.0653484
0.0642528
0.0630737
0.0618166
0.0604641
0.0590211
0.0574722
0.0558185
0.0540436
0.0521484
0.0501162
0.0479429
0.0456146
0.0431221
0.0404515
0.0375914
0.0345267
0.0312435
0.0277251
0.0239564
0.0199189
0.0156002
0.0109835
0.00606083
0.000817571
-0.00476551
-0.0107061
-0.0170221
-0.0237291
-0.0308366
-0.0383513
-0.0462746
-0.0546026
-0.0633236
-0.0724129
-0.0818506
-0.0915674
-0.10155
-0.111645
-0.121774
-0.131766
-0.141423
-0.150583
-0.15866
-0.165111
-0.169562
-0.171635
-0.171434
-0.165708
0.0780265
0.0767791
0.0757707
0.074909
0.0741227
0.0733489
0.0725689
0.071751
0.070895
0.0699798
0.0690101
0.0679679
0.0668593
0.0656674
0.0643976
0.0630326
0.0615773
0.0600161
0.0583504
0.0565635
0.0546565
0.0526129
0.0504285
0.0480897
0.0455871
0.0429071
0.0400385
0.0369665
0.0336768
0.0301541
0.0263819
0.0223451
0.0180268
0.0134175
0.0085046
0.00327645
-0.00228566
-0.00819853
-0.0144784
-0.021139
-0.0281881
-0.0356298
-0.0434634
-0.0516818
-0.0602711
-0.0692029
-0.0784558
-0.0879561
-0.0976907
-0.107502
-0.117315
-0.126958
-0.136257
-0.145056
-0.152775
-0.158893
-0.163041
-0.164869
-0.164441
-0.158553
0.0806542
0.0794082
0.0783957
0.0775258
0.0767295
0.0759446
0.0751531
0.0743236
0.0734559
0.0725291
0.0715476
0.0704939
0.0693733
0.0681699
0.0668881
0.0655117
0.0640446
0.0624723
0.0607952
0.0589977
0.0570801
0.0550264
0.052832
0.0504838
0.0479723
0.0452841
0.0424081
0.0393297
0.0360352
0.0325086
0.0287355
0.0246982
0.0203851
0.0157812
0.0108798
0.00566745
0.000126864
-0.00575754
-0.0120006
-0.0186142
-0.0256041
-0.0329723
-0.0407153
-0.0488237
-0.0572802
-0.0660547
-0.0751212
-0.0844061
-0.0938905
-0.10342
-0.112923
-0.122222
-0.131161
-0.139605
-0.146966
-0.15275
-0.156604
-0.158198
-0.157559
-0.151529
0.0831926
0.081947
0.0809293
0.0800514
0.0792447
0.078449
0.077646
0.0768051
0.0759259
0.0749875
0.0739947
0.0729297
0.0717983
0.0705838
0.0692916
0.0679045
0.0664272
0.0648444
0.0631572
0.0613496
0.0594221
0.0573588
0.0551554
0.0527986
0.0502791
0.0475838
0.0447014
0.0416178
0.0383191
0.0347907
0.0310163
0.0269819
0.0226714
0.0180767
0.0131867
0.00799108
0.0024728
-0.00338277
-0.0095889
-0.0161556
-0.0230865
-0.0303811
-0.0380335
-0.0460311
-0.0543549
-0.0629696
-0.0718499
-0.0809155
-0.0901508
-0.0993931
-0.108579
-0.117528
-0.12611
-0.134198
-0.141207
-0.146665
-0.150229
-0.151589
-0.150755
-0.144613
0.0856448
0.0844002
0.0833783
0.082492
0.0816752
0.080868
0.0800534
0.0792008
0.0783098
0.0773601
0.0763558
0.0752799
0.0741371
0.072912
0.0716087
0.0702115
0.0687237
0.0671313
0.0654344
0.0636179
0.0616816
0.0596101
0.0573988
0.0550345
0.0525083
0.0498068
0.0469193
0.0438314
0.0405301
0.0369997
0.0332267
0.0291936
0.0248902
0.020303
0.0154261
0.0102477
0.00475188
-0.00107482
-0.00724386
-0.0137637
-0.020635
-0.0278565
-0.0354169
-0.043305
-0.0514928
-0.059951
-0.06864
-0.0774911
-0.0864702
-0.0954325
-0.104304
-0.112911
-0.121129
-0.128868
-0.135524
-0.140656
-0.143939
-0.145077
-0.144062
-0.137826
0.087997
0.0867532
0.0857268
0.084833
0.0840066
0.0831894
0.082364
0.0815006
0.0805989
0.0796385
0.0786238
0.0775377
0.0763854
0.0751508
0.0738387
0.0724326
0.0709364
0.0693354
0.0676304
0.0658058
0.0638617
0.0617827
0.0595643
0.0571935
0.0546613
0.0519547
0.0490628
0.0459719
0.0426682
0.039138
0.0353655
0.0313373
0.0270386
0.0224622
0.0175983
0.0124374
0.00696419
0.00116643
-0.00496618
-0.0114392
-0.0182521
-0.0253997
-0.0328696
-0.0406461
-0.0486996
-0.0569967
-0.0654964
-0.074127
-0.082853
-0.0915267
-0.100078
-0.108337
-0.116195
-0.123584
-0.129893
-0.134706
-0.13771
-0.138629
-0.137445
-0.131147
0.0902539
0.0890111
0.0879812
0.0870803
0.0862456
0.085419
0.0845843
0.0837117
0.0828008
0.0818316
0.0808078
0.0797131
0.0785515
0.0773084
0.0759869
0.0745726
0.0730675
0.0714587
0.0697455
0.0679139
0.0659626
0.0638773
0.0616528
0.0592765
0.0567394
0.0540285
0.0511333
0.0480398
0.0447353
0.041205
0.0374356
0.0334106
0.0291205
0.0245532
0.0197033
0.0145599
0.00910882
0.00333949
-0.00275734
-0.00918386
-0.0159389
-0.0230124
-0.0303919
-0.0380562
-0.0459744
-0.0541115
-0.0624186
-0.0708318
-0.079298
-0.0876916
-0.0959242
-0.103844
-0.111336
-0.118379
-0.124339
-0.128832
-0.131567
-0.132277
-0.130936
-0.124595
0.0924055
0.0911644
0.0901317
0.089226
0.0883845
0.0875509
0.0867085
0.0858281
0.0849094
0.0839321
0.0829007
0.0817982
0.0806296
0.0793791
0.078051
0.0766296
0.0751183
0.0735026
0.0717832
0.0699451
0.0679878
0.0658966
0.0636667
0.0612855
0.0587441
0.0560297
0.0531317
0.0500367
0.0467314
0.0432028
0.0394353
0.0354168
0.0311328
0.0265768
0.0217403
0.0166139
0.011185
0.0054429
-0.000617902
-0.00699973
-0.0136963
-0.0206975
-0.0279854
-0.0355382
-0.0433201
-0.0512946
-0.059409
-0.0675995
-0.0758085
-0.0839117
-0.0918214
-0.099395
-0.106527
-0.113221
-0.11884
-0.123019
-0.125485
-0.125991
-0.124504
-0.118149
0.0944992
0.0932588
0.0922224
0.0913095
0.0904595
0.0896164
0.0887646
0.0878749
0.086947
0.0859611
0.084921
0.0838104
0.0826331
0.0813749
0.0800384
0.0786098
0.0770907
0.0754686
0.0737425
0.0718989
0.069936
0.0678401
0.0656058
0.0632207
0.060676
0.0579589
0.055059
0.0519627
0.0486581
0.0451303
0.0413672
0.0373526
0.0330777
0.0285314
0.0237083
0.0185987
0.0131907
0.00747528
0.00144886
-0.00488828
-0.0115276
-0.0184558
-0.0256528
-0.0330931
-0.0407379
-0.0485503
-0.0564692
-0.0644391
-0.0723847
-0.0802074
-0.0877956
-0.0950321
-0.101796
-0.108145
-0.113417
-0.117282
-0.119488
-0.1198
-0.118178
-0.11183
0.0964817
0.095243
0.094204
0.0932864
0.0924298
0.0915799
0.0907205
0.0898233
0.0888878
0.0878943
0.0868471
0.0857296
0.0845463
0.083282
0.0819405
0.0805066
0.0789831
0.0773561
0.0756257
0.0737775
0.0718105
0.0697106
0.0674726
0.0650843
0.0625368
0.0598176
0.0569161
0.0538194
0.0505146
0.0469893
0.0432286
0.0392208
0.0349521
0.0304168
0.0256059
0.0205122
0.0151237
0.00943458
0.00344134
-0.00285135
-0.00943443
-0.0162897
-0.0233963
-0.030723
-0.038231
-0.0458768
-0.0536008
-0.0613433
-0.0690288
-0.0765581
-0.0838225
-0.0907145
-0.0971176
-0.103118
-0.108052
-0.111609
-0.113555
-0.113674
-0.111929
-0.105617
0.0983866
0.0971488
0.0961072
0.095184
0.0943211
0.0934641
0.0925979
0.0916943
0.0907525
0.0897533
0.0887
0.0875771
0.0863875
0.0851179
0.0837699
0.0823311
0.0808015
0.07917
0.0774346
0.0755828
0.073612
0.071509
0.0692682
0.0668774
0.0643278
0.0616067
0.0587041
0.0556067
0.052303
0.0487787
0.0450223
0.0410177
0.0367577
0.0322304
0.0274316
0.0223521
0.0169826
0.0113177
0.00535761
-0.000892323
-0.00741874
-0.0142022
-0.0212171
-0.0284307
-0.0357992
-0.0432807
-0.0508051
-0.0583236
-0.0657417
-0.0729899
-0.0799301
-0.0864875
-0.092524
-0.0981756
-0.102762
-0.106011
-0.107704
-0.107641
-0.105781
-0.0995287
0.10016
0.098926
0.097885
0.0969611
0.0960961
0.0952369
0.0943679
0.0934612
0.0925162
0.0915135
0.0904572
0.0893309
0.0881389
0.0868662
0.0855164
0.0840747
0.0825435
0.0809093
0.0791719
0.0773173
0.0753441
0.0732386
0.0709954
0.0686024
0.0660507
0.0633282
0.0604243
0.0573267
0.0540228
0.0505008
0.0467455
0.0427469
0.0384907
0.0339722
0.029183
0.0241165
0.0187647
0.0131234
0.00719536
0.000987687
-0.00548276
-0.0121946
-0.0191178
-0.0262176
-0.0334456
-0.0407589
-0.0480827
-0.055371
-0.0625228
-0.0694773
-0.0760913
-0.0823073
-0.0879821
-0.0932834
-0.0975332
-0.100477
-0.101917
-0.101673
-0.0997079
-0.0935475
0.101903
0.10067
0.0996267
0.098698
0.0978272
0.0969616
0.0960865
0.0951741
0.0942237
0.0932164
0.0921551
0.0910247
0.0898277
0.0885514
0.0871966
0.0857517
0.084216
0.0825792
0.0808384
0.078982
0.0770065
0.0748995
0.0726546
0.0702602
0.0677072
0.0649833
0.0620787
0.0589802
0.0556769
0.0521544
0.0484022
0.0444041
0.0401539
0.0356402
0.0308594
0.0258046
0.0204686
0.0148499
0.00895206
0.00278609
-0.00362981
-0.0102695
-0.0171016
-0.0240861
-0.0311735
-0.0383174
-0.0454392
-0.0524968
-0.0593797
-0.0660486
-0.0723381
-0.0782196
-0.0835319
-0.0884771
-0.0923799
-0.095019
-0.0962116
-0.0957949
-0.0937324
-0.0876896
0.103517
0.102288
0.101246
0.100317
0.0994439
0.0985765
0.0976987
0.0967837
0.0958305
0.0948204
0.0937569
0.0926245
0.0914267
0.0901492
0.0887947
0.0873493
0.0858144
0.0841773
0.0824368
0.0805798
0.0786039
0.0764959
0.0742501
0.0718546
0.0693005
0.0665756
0.0636697
0.0605705
0.0572656
0.0537437
0.0499898
0.0459948
0.0417446
0.0372357
0.0324606
0.027415
0.0220933
0.0164951
0.0106265
0.00450073
-0.00186093
-0.00842937
-0.0151695
-0.0220381
-0.0289825
-0.0359535
-0.0428703
-0.0496913
-0.0563035
-0.0626754
-0.0686382
-0.0741778
-0.079129
-0.0837214
-0.0872889
-0.0896267
-0.0905697
-0.0899802
-0.0878278
-0.0819402
0.105074
0.103847
0.102804
0.101873
0.100997
0.100127
0.0992466
0.0983297
0.097375
0.0963642
0.0952995
0.0941668
0.0929672
0.0916895
0.0903329
0.0888874
0.0873505
0.0857136
0.0839719
0.0821154
0.0801389
0.0780313
0.0757852
0.0733893
0.0708345
0.0681083
0.0652011
0.0620997
0.0587935
0.0552684
0.0515144
0.0475156
0.0432671
0.0387579
0.0339863
0.0289474
0.0236373
0.0180573
0.0122157
0.00612822
-0.000180619
-0.0066783
-0.0133268
-0.0200786
-0.0268797
-0.0336762
-0.0403867
-0.0469698
-0.0533105
-0.05939
-0.065028
-0.0702313
-0.0748242
-0.0790528
-0.0822717
-0.0843072
-0.0850059
-0.0842502
-0.0820131
-0.0763135
0.106468
0.10525
0.104214
0.103288
0.102418
0.101553
0.100677
0.0997647
0.0988141
0.0978068
0.0967463
0.095617
0.0944222
0.093148
0.0917965
0.0903544
0.0888224
0.0871881
0.0854498
0.0835949
0.0816201
0.079513
0.077267
0.0748707
0.0723145
0.0695868
0.0666769
0.0635729
0.0602622
0.0567343
0.052974
0.0489735
0.0447189
0.0402082
0.0354361
0.0304005
0.025099
0.0195346
0.0137177
0.00766694
0.00141004
-0.00501731
-0.011573
-0.0182064
-0.0248602
-0.0314784
-0.0379771
-0.0443162
-0.0503799
-0.0561575
-0.0614667
-0.0663257
-0.0705587
-0.0744349
-0.0773196
-0.0790553
-0.0795051
-0.0785808
-0.0762634
-0.0707972
0.107867
0.106653
0.105619
0.104694
0.103823
0.102958
0.102082
0.101171
0.100221
0.0992163
0.0981574
0.0970309
0.0958374
0.094566
0.0932152
0.0917759
0.0902444
0.0886129
0.0868757
0.0850236
0.0830501
0.0809449
0.0786995
0.076303
0.0737458
0.0710155
0.0681023
0.064993
0.0616774
0.0581412
0.0543753
0.0503641
0.0461038
0.0415856
0.0368094
0.0317733
0.0264765
0.0209239
0.0151284
0.00911149
0.00290439
-0.00345375
-0.00991729
-0.0164318
-0.0229379
-0.0293757
-0.0356617
-0.0417546
-0.0475416
-0.0530181
-0.0580003
-0.06252
-0.0663992
-0.069905
-0.0724422
-0.073877
-0.0740815
-0.0729927
-0.0705962
-0.0654074
0.10912
0.107916
0.10689
0.105972
0.105109
0.10425
0.103381
0.102475
0.101532
0.100532
0.0994797
0.0983594
0.0971737
0.0959093
0.0945672
0.0931352
0.0916123
0.0899874
0.0882569
0.0864094
0.0844399
0.0823367
0.0800923
0.0776952
0.0751357
0.0724016
0.0694826
0.0663663
0.0630406
0.0594951
0.0557154
0.0516944
0.0474195
0.0428907
0.0381051
0.0330637
0.0277672
0.0222228
0.0164458
0.0104611
0.00430316
-0.00198505
-0.00835388
-0.0147461
-0.0210985
-0.0273505
-0.0334153
-0.0392553
-0.0447562
-0.0499247
-0.0545732
-0.0587467
-0.0622672
-0.065425
-0.0676348
-0.0687712
-0.0687231
-0.0674647
-0.064988
-0.0601349
0.11034
0.109145
0.108126
0.107215
0.106357
0.105505
0.104643
0.103745
0.10281
0.10182
0.100776
0.0996648
0.0984863
0.0972309
0.0958947
0.0944706
0.0929525
0.0913343
0.0896079
0.0877657
0.085799
0.0836984
0.0814542
0.0790555
0.0764922
0.0737518
0.0708242
0.0676963
0.064358
0.060796
0.0570015
0.0529599
0.048669
0.0441222
0.0393217
0.0342694
0.0289678
0.0234266
0.0176637
0.0117076
0.00559583
-0.00062367
-0.0068996
-0.0131685
-0.0193681
-0.0254304
-0.031275
-0.0368577
-0.0420754
-0.046931
-0.0512498
-0.0550791
-0.0582511
-0.0610342
-0.0628991
-0.0637364
-0.0634381
-0.0620116
-0.0594488
-0.0549929
0.111367
0.110192
0.109193
0.108301
0.107463
0.106631
0.105788
0.104908
0.103991
0.103018
0.101992
0.100897
0.0997364
0.0984962
0.0971771
0.0957668
0.0942634
0.092656
0.09094
0.0891042
0.0871423
0.085043
0.0827976
0.0803948
0.0778241
0.0750735
0.0721322
0.0689883
0.0656301
0.0620479
0.0582276
0.0541639
0.0498463
0.0452753
0.0404534
0.0353845
0.0300743
0.0245334
0.0187834
0.0128555
0.00679191
0.000643436
-0.00553369
-0.0116739
-0.017711
-0.023577
-0.0291893
-0.0345076
-0.0394287
-0.0439675
-0.0479476
-0.0514284
-0.0542449
-0.0566864
-0.0582346
-0.0587771
-0.05822
-0.0566177
-0.0539585
-0.0499783
0.112437
0.11128
0.110297
0.109421
0.108598
0.107781
0.106954
0.106091
0.105191
0.104236
0.103226
0.102149
0.101003
0.0997788
0.0984714
0.0970746
0.09558
0.0939831
0.092273
0.0904436
0.0884837
0.0863848
0.0841354
0.0817252
0.079143
0.0763767
0.0734161
0.0702486
0.0668646
0.0632517
0.059402
0.055303
0.0509536
0.0463531
0.0415046
0.0364149
0.0310915
0.0255462
0.0198041
0.0138993
0.00787932
0.00179785
-0.00428428
-0.0102975
-0.0161752
-0.0218427
-0.0272259
-0.0322748
-0.0369049
-0.0411177
-0.044765
-0.0478953
-0.0503704
-0.0524364
-0.0536399
-0.0538844
-0.0530699
-0.0512914
-0.0485178
-0.0451003
0.113351
0.112224
0.111272
0.110426
0.109633
0.108845
0.108047
0.107213
0.10634
0.105411
0.104428
0.103376
0.102256
0.101055
0.0997719
0.0983953
0.0969204
0.0953375
0.0936392
0.0918153
0.0898573
0.0877543
0.0854964
0.0830721
0.0804709
0.0776806
0.0746914
0.0714914
0.0680704
0.0644196
0.0605274
0.0563895
0.0520022
0.0473638
0.042482
0.0373642
0.0320197
0.0264653
0.0207272
0.0148454
0.00886967
0.00285964
-0.00312138
-0.00899938
-0.0147066
-0.0201664
-0.0253068
-0.0300783
-0.0344032
-0.0382892
-0.0415947
-0.0443737
-0.0465009
-0.0482365
-0.0491301
-0.0490805
-0.0479939
-0.0460241
-0.0431054
-0.0403555
0.11428
0.113192
0.112276
0.111467
0.11071
0.109959
0.109198
0.108402
0.107566
0.106676
0.105727
0.104711
0.10362
0.102449
0.101187
0.0998324
0.0983704
0.0967999
0.0951051
0.0932825
0.0913174
0.0892028
0.0869259
0.0844767
0.0818448
0.0790184
0.0759888
0.0727444
0.069277
0.0655772
0.0616374
0.057452
0.0530163
0.0483345
0.0434045
0.0382444
0.0328679
0.0272942
0.0215533
0.0156878
0.00975251
0.00380922
-0.00207244
-0.00781806
-0.0133557
-0.018608
-0.0235075
-0.0280005
-0.0320264
-0.0355801
-0.0385524
-0.0409827
-0.042782
-0.0441517
-0.0447107
-0.044365
-0.0430034
-0.0408315
-0.0377163
-0.035754
0.115066
0.114049
0.113208
0.112475
0.111796
0.111122
0.110436
0.109711
0.108945
0.108117
0.107228
0.106264
0.105221
0.104088
0.10286
0.101527
0.100081
0.0985133
0.0968148
0.0949762
0.0929887
0.0908421
0.0885276
0.0860345
0.0833545
0.080476
0.0773918
0.0740905
0.0705654
0.066807
0.0628086
0.0585635
0.0540725
0.0493195
0.0443334
0.0391178
0.0336996
0.0281015
0.0223572
0.0165109
0.0106208
0.00475159
-0.00102417
-0.00663003
-0.011993
-0.0170357
-0.0216934
-0.0259138
-0.0296466
-0.0328892
-0.035542
-0.0376457
-0.0391365
-0.0402208
-0.0405098
-0.0398821
-0.038217
-0.0357958
-0.0323471
-0.0312964
0.116317
0.115416
0.114688
0.114066
0.113491
0.112913
0.112315
0.111668
0.110966
0.110192
0.109341
0.108403
0.107369
0.106234
0.104986
0.103626
0.102136
0.100521
0.0987613
0.0968595
0.0947995
0.0925791
0.0901852
0.0876121
0.0848491
0.0818879
0.0787196
0.075336
0.0717283
0.0678899
0.0638126
0.059494
0.0549203
0.0501157
0.0450649
0.0398051
0.0343536
0.0287406
0.0230031
0.0171896
0.0113602
0.00558326
-6.54364e-05
-0.0055084
-0.0106698
-0.0154744
-0.0198599
-0.0237775
-0.0271896
-0.0300894
-0.0324052
-0.0341719
-0.0353622
-0.036136
-0.0361704
-0.0353341
-0.0334713
-0.0309123
-0.0270779
-0.0270696
0.118055
0.117372
0.116823
0.11634
0.115861
0.115346
0.114775
0.114129
0.113401
0.112582
0.111666
0.110649
0.109522
0.108284
0.106925
0.105444
0.103831
0.102086
0.100196
0.0981602
0.0959678
0.0936147
0.0910912
0.0883908
0.085504
0.0824238
0.0791396
0.0756481
0.0719351
0.0680039
0.0638382
0.0594437
0.054827
0.0499678
0.0448929
0.039618
0.0341731
0.0285954
0.022929
0.0172277
0.0115558
0.00598574
0.000595388
-0.00453677
-0.00933528
-0.0137295
-0.0176632
-0.0210962
-0.0240047
-0.0263886
-0.0282076
-0.0295013
-0.0302773
-0.0306727
-0.0304604
-0.0295317
-0.0277355
-0.0254691
-0.0216817
-0.0229734
0.118974
0.118495
0.118029
0.117536
0.116983
0.116354
0.115642
0.114841
0.113947
0.112959
0.111869
0.110678
0.109374
0.107963
0.106428
0.104777
0.102993
0.101083
0.0990313
0.0968396
0.0944983
0.0919998
0.0893418
0.0865076
0.0835026
0.0803025
0.0769201
0.0733276
0.0695409
0.0655384
0.0613317
0.0569213
0.0522986
0.0474733
0.0424615
0.0372913
0.0320005
0.0266342
0.0212445
0.0158924
0.0106478
0.00558686
0.00078904
-0.00366814
-0.0077131
-0.0112839
-0.0143356
-0.0168425
-0.0187993
-0.0202217
-0.0211093
-0.0215176
-0.0214947
-0.021165
-0.0204396
-0.0193025
-0.0177174
-0.016147
-0.0142062
-0.0200738
)
;
boundaryField
{
airfoil
{
type zeroGradient;
}
farBoundaries
{
type freestreamPressure;
freestreamValue uniform 0;
supersonic false;
value nonuniform List<scalar>
128
(
-0.0205321
-0.0194404
-0.0174264
-0.0154338
-0.0137403
-0.0124042
-0.0113987
-0.0106705
-0.0101634
-0.00982752
-0.00962081
-0.00951021
-0.00946911
-0.00947783
-0.00952045
-0.00958596
-0.00966495
-0.0097517
-0.00984054
-0.00992882
-0.0100129
-0.010092
-0.0101636
-0.0102277
-0.0102827
-0.0103292
-0.0103658
-0.0103937
-0.0104113
-0.0104207
-0.0104195
-0.0104109
-0.010391
-0.0103655
-0.0103301
-0.0102945
-0.0102674
-0.0102571
-0.0103017
-0.0104828
-0.0108964
-0.0107612
-0.0103507
-0.00976374
-0.009096
-0.00841303
-0.00777963
-0.00723244
-0.00679547
-0.00646836
-0.00624007
-0.00608764
-0.0059866
-0.00591291
-0.00584342
-0.00575493
-0.00562273
-0.00541979
-0.00511723
-0.00468636
-0.00409892
-0.00333617
-0.00242025
-0.00125116
0.0329464
0.0322981
0.0312052
0.0297279
0.028124
0.026377
0.0246891
0.0230657
0.021595
0.0203184
0.0191681
0.0181924
0.0172827
0.0164405
0.0156418
0.0148311
0.0139484
0.012938
0.0117331
0.0102764
0.00858941
0.00667635
0.0045463
0.00207082
0.0616244
0.0622716
0.0607446
0.0584732
0.0561039
0.0538938
0.0519541
0.0502867
0.0488828
0.0476945
0.046696
0.0458421
0.0451121
0.0444714
0.0439076
0.0433954
0.042929
0.0424893
0.042076
0.0416726
0.0412835
0.0408927
0.0405088
0.0401142
0.0397217
0.0393116
0.0389
0.038466
0.0380279
0.0375634
0.0370935
0.0365965
0.0360935
0.0355651
0.0350355
0.0344957
0.0339713
0.033487
0.0330772
0.0328767
)
;
}
inlet
{
type freestreamPressure;
freestreamValue uniform 0;
supersonic false;
value nonuniform List<scalar>
120
(
0.116938
0.116448
0.115969
0.115463
0.114896
0.114251
0.113523
0.112707
0.111797
0.110791
0.109684
0.108474
0.107152
0.105721
0.104165
0.102493
0.100688
0.0987553
0.0966812
0.0944666
0.0921022
0.089581
0.0869008
0.0840458
0.0810217
0.0778055
0.0744104
0.0708108
0.0670234
0.063029
0.0588412
0.054463
0.0498896
0.0451343
0.0402173
0.0351709
0.0300374
0.0248663
0.0197144
0.0146471
0.00973748
0.00506441
0.000708123
-0.00325462
-0.00675503
-0.00973623
-0.0121601
-0.0140094
-0.0152884
-0.0160229
-0.0162305
-0.0159773
-0.0153258
-0.0143929
-0.0131499
-0.0116343
-0.00988652
-0.00822099
-0.00648094
-0.00802048
0.117434
0.117935
0.11847
0.119061
0.119689
0.120377
0.121107
0.1219
0.122738
0.123644
0.124597
0.125621
0.126692
0.127837
0.129029
0.130296
0.13161
0.132999
0.134433
0.135941
0.137495
0.139123
0.140797
0.142548
0.144347
0.146229
0.148164
0.150188
0.152276
0.154461
0.15672
0.159081
0.161539
0.164143
0.166929
0.169902
0.173059
0.176428
0.180054
0.183958
0.188115
0.192449
0.196785
0.200833
0.204157
0.20616
0.206175
0.203418
0.197397
0.187627
0.174521
0.158316
0.139843
0.120606
0.101164
0.0834921
0.0672282
0.0534714
0.0416687
0.0342188
)
;
}
outlet
{
type freestreamPressure;
freestreamValue uniform 0;
supersonic false;
value nonuniform List<scalar>
500
(
0.000572206
0.000574741
0.000577337
0.000579825
0.000582366
0.000584795
0.000587276
0.000589642
0.000592059
0.000594358
0.000596708
0.000598938
0.000601219
0.000603377
0.000605585
0.000607669
0.000609803
0.00061181
0.000613865
0.000615792
0.000617767
0.000619612
0.000621503
0.000623262
0.000625068
0.000626738
0.000628453
0.000630031
0.000631653
0.000633136
0.000634662
0.000636045
0.000637471
0.000638751
0.000640073
0.000641246
0.000642461
0.000643523
0.000644626
0.000645573
0.00064656
0.000647388
0.000648254
0.000648959
0.0006497
0.000650278
0.000650889
0.000651334
0.000651811
0.000652119
0.000652458
0.000652623
0.000652818
0.000652837
0.000652884
0.00065275
0.000652644
0.000652354
0.00065209
0.000651638
0.000651211
0.000650593
0.000649998
0.000649209
0.000648441
0.000647476
0.00064653
0.000645385
0.000644257
0.000642927
0.000641613
0.000640093
0.000638588
0.000636875
0.000635175
0.000633265
0.000631366
0.000629255
0.000627154
0.000624839
0.000622533
0.000620011
0.000617497
0.000614765
0.00061204
0.000609097
0.00060616
0.000603004
0.000599852
0.000596482
0.000593115
0.000589531
0.000585948
0.000582149
0.000578352
0.000574339
0.000570328
0.000566103
0.000561879
0.000557443
0.000553008
0.000548365
0.000543723
0.000538876
0.00053403
0.000528984
0.00052394
0.000518698
0.000513459
0.00050803
0.000502604
0.000496993
0.000491386
0.000485601
0.000479823
0.000473872
0.00046793
0.000461824
0.000455728
0.000449476
0.000443237
0.000436852
0.000430481
0.000423973
0.000417483
0.000410867
0.000404271
0.00039756
0.000390872
0.00038408
0.000377316
0.000370459
0.000363633
0.000356728
0.000349858
0.000342921
0.000336022
0.000329071
0.000322164
0.000315216
0.000308315
0.000301391
0.000294517
0.000287633
0.000280805
0.000273982
0.000267219
0.000260475
0.000253796
0.000247151
0.000240576
0.000234049
0.000227596
0.000221207
0.000214896
0.000208662
0.000202511
0.000196451
0.000190479
0.00018461
0.000178832
0.000173171
0.000167605
0.000162167
0.000156827
0.000151626
0.000146526
0.000141575
0.000136727
0.000132037
0.000127452
0.000123031
0.000118716
0.000114571
0.000110534
0.000106669
0.000102911
9.93282e-05
9.58513e-05
9.25487e-05
8.93502e-05
8.63242e-05
8.33991e-05
8.06417e-05
7.79818e-05
7.54836e-05
7.30777e-05
7.0825e-05
6.86596e-05
6.66369e-05
6.46946e-05
6.28828e-05
6.11449e-05
5.95237e-05
5.79683e-05
5.65143e-05
5.5119e-05
5.38076e-05
5.25463e-05
5.13512e-05
5.01992e-05
4.90938e-05
4.80238e-05
4.69818e-05
4.59701e-05
4.4965e-05
4.39849e-05
4.29925e-05
4.20231e-05
4.102e-05
4.00385e-05
3.90056e-05
3.79976e-05
3.69175e-05
3.58666e-05
3.47277e-05
3.36268e-05
3.24186e-05
3.12587e-05
2.99768e-05
2.87583e-05
2.73999e-05
2.61196e-05
2.46837e-05
2.33433e-05
2.18271e-05
2.04198e-05
1.88186e-05
1.73398e-05
1.56464e-05
1.4085e-05
1.22916e-05
1.06407e-05
8.73651e-06
6.98229e-06
4.95441e-06
3.07903e-06
9.05099e-07
-1.12803e-06
-3.48205e-06
-5.72026e-06
-8.32023e-06
-1.08323e-05
-1.38068e-05
-1.67266e-05
-2.01856e-05
-2.36788e-05
-2.78157e-05
-3.18355e-05
-4.65006e-05
5.48675e-05
7.98671e-05
9.03018e-05
9.46765e-05
9.42192e-05
9.25041e-05
8.89878e-05
8.58481e-05
8.1976e-05
7.89468e-05
7.55078e-05
7.29406e-05
7.00407e-05
6.79418e-05
6.55213e-05
6.37947e-05
6.1753e-05
6.03262e-05
5.85961e-05
5.74002e-05
5.59222e-05
5.49258e-05
5.3672e-05
5.28408e-05
5.17822e-05
5.11085e-05
5.02366e-05
4.97047e-05
4.90063e-05
4.86196e-05
4.80953e-05
4.7846e-05
4.74888e-05
4.73836e-05
4.71964e-05
4.72309e-05
4.72095e-05
4.73903e-05
4.75369e-05
4.78595e-05
4.81696e-05
4.86384e-05
4.91117e-05
4.97214e-05
5.03523e-05
5.11041e-05
5.18896e-05
5.27765e-05
5.37094e-05
5.47295e-05
5.58041e-05
5.69494e-05
5.81572e-05
5.94231e-05
6.07565e-05
6.2134e-05
6.35838e-05
6.50667e-05
6.66245e-05
6.82035e-05
6.98597e-05
7.15278e-05
7.32734e-05
7.50215e-05
7.68476e-05
7.86685e-05
8.05664e-05
8.24519e-05
8.44136e-05
8.63567e-05
8.83742e-05
9.03676e-05
9.2434e-05
9.44717e-05
9.65801e-05
9.86561e-05
0.000100801
0.00010291
0.000105086
0.000107223
0.000109425
0.000111587
0.000113811
0.000115994
0.000118236
0.000120437
0.000122695
0.00012491
0.000127182
0.00012941
0.000131693
0.000133933
0.000136226
0.000138477
0.000140779
0.000143039
0.000145349
0.000147617
0.000149935
0.000152213
0.000154539
0.000156825
0.000159159
0.000161454
0.000163796
0.000166101
0.000168451
0.000170766
0.000173126
0.000175452
0.000177822
0.000180159
0.000182541
0.00018489
0.000187284
0.000189646
0.000192053
0.000194429
0.00019685
0.000199241
0.000201677
0.000204084
0.000206536
0.00020896
0.000211428
0.00021387
0.000216356
0.000218816
0.00022132
0.000223799
0.000226323
0.000228821
0.000231365
0.000233884
0.000236449
0.000238988
0.000241573
0.000244133
0.000246741
0.000249322
0.000251951
0.000254555
0.000257206
0.000259832
0.000262505
0.000265153
0.000267849
0.000270518
0.000273236
0.000275928
0.000278668
0.000281382
0.000284144
0.000286879
0.000289664
0.00029242
0.000295227
0.000298004
0.000300832
0.00030363
0.000306478
0.000309296
0.000312165
0.000315002
0.000317891
0.000320747
0.000323656
0.00032653
0.000329456
0.000332348
0.000335293
0.000338201
0.000341162
0.000344087
0.000347065
0.000350004
0.000352997
0.000355951
0.000358959
0.000361925
0.000364946
0.000367926
0.000370959
0.00037395
0.000376995
0.000379996
0.000383051
0.000386061
0.000389126
0.000392144
0.000395218
0.000398243
0.000401323
0.000404354
0.000407441
0.000410476
0.000413567
0.000416606
0.000419702
0.000422742
0.00042584
0.000428882
0.000431981
0.000435022
0.000438121
0.000441161
0.000444258
0.000447295
0.000450389
0.000453422
0.000456512
0.000459539
0.000462624
0.000465643
0.000468721
0.000471732
0.000474801
0.000477802
0.000480861
0.00048385
0.000486898
0.000489873
0.000492908
0.000495868
0.000498888
0.000501832
0.000504835
0.000507761
0.000510746
0.000513651
0.000516616
0.000519499
0.000522443
0.000525302
0.000528222
0.000531054
0.000533948
0.000536754
0.00053962
0.000542395
0.000545232
0.000547974
0.000550779
0.000553487
0.000556257
0.000558929
0.000561662
0.000564294
0.00056699
0.000569571
)
;
}
defaultFaces
{
type empty;
}
}
// ************************************************************************* //
| [
"george.newman10@gmail.com"
] | george.newman10@gmail.com | |
5d01410971baf30d132937d534addd17e2008647 | ea8d520e306557ce903115d28dad8ac1cf2a1a1b | /robot/navigation/AStar/MotionState.hpp | 63507852b33b9ca66bb5899e09879a71c6988b7c | [] | no_license | viviancwy/m19404 | 9f535ad13609f87b6c89e988791a2437d0b8d291 | 33bac9bb091948f9170c1f5d9307db5075f73205 | refs/heads/master | 2021-01-10T01:30:34.411340 | 2013-11-23T20:38:19 | 2013-11-23T20:38:19 | 55,335,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 958 | hpp | /* ========================================================================
* Copyright [2013][prashant iyengar] The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================================
*/
#ifndef MOTIONSTATE_HPP
#define MOTIONSTATE_HPP
class MotionState
{
public:
enum {Motion,Boundary,Nav,Done};
int value;
};
#endif // MOTIONSTATE_HPP
| [
"pi19404@gmail.com"
] | pi19404@gmail.com |
ca744a811219f14d1cc7f730d95813cbdcd32e2a | 26df6604faf41197c9ced34c3df13839be6e74d4 | /src/org/apache/poi/ss/formula/functions/Sumx2py2_1.cpp | 1db0d97151589a3566f62e8cadcdc6f496fc4350 | [
"Apache-2.0"
] | permissive | pebble2015/cpoi | 58b4b1e38a7769b13ccfb2973270d15d490de07f | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | refs/heads/master | 2021-07-09T09:02:41.986901 | 2017-10-08T12:12:56 | 2017-10-08T12:12:56 | 105,988,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 689 | cpp | // Generated from /POI/java/org/apache/poi/ss/formula/functions/Sumx2py2.java
#include <org/apache/poi/ss/formula/functions/Sumx2py2_1.hpp>
poi::ss::formula::functions::Sumx2py2_1::Sumx2py2_1()
: super(*static_cast< ::default_init_tag* >(0))
{
clinit();
ctor();
}
double poi::ss::formula::functions::Sumx2py2_1::accumulate(double x, double y)
{
return x * x + y * y;
}
extern java::lang::Class *class_(const char16_t *c, int n);
java::lang::Class* poi::ss::formula::functions::Sumx2py2_1::class_()
{
static ::java::lang::Class* c = ::class_(u"", 0);
return c;
}
java::lang::Class* poi::ss::formula::functions::Sumx2py2_1::getClass0()
{
return class_();
}
| [
"zhang.chen.yu@outlook.com"
] | zhang.chen.yu@outlook.com |
d06f3a0c88dc76aac2e6a35a146a2a6f01ce3e42 | d07fda58945180b751b0eb29fb64048eb14a4266 | /Hazel/src/Hazel/LayerStack.cpp | e5025edae5ac6312eccda4d53979bdcafb23ee72 | [
"Apache-2.0"
] | permissive | NissanGoldberg/Hazel | 7a40b3be5e5d9dda7ee835f748871af67e802f8e | 39e190076658d0850065fbdfd0f8e5b945a9e25a | refs/heads/master | 2022-11-15T16:31:17.329984 | 2020-07-15T11:16:15 | 2020-07-15T11:16:15 | 277,513,220 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 895 | cpp | #include "hzpch.h"
#include "LayerStack.h"
namespace Hazel {
LayerStack::LayerStack() {
//m_LayerInsert = m_Layers.begin();
}
LayerStack::~LayerStack() {
for (Layer* layer : m_Layers)
delete layer;
}
void LayerStack::PushLayer(Layer* layer) {
//m_Layers.emplace(m_LayerInsert, layer);
m_Layers.emplace(m_Layers.begin() + m_LayerInsertIndex, layer);
m_LayerInsertIndex++;
}
void LayerStack::PushOverlay(Layer* overlay) {
m_Layers.emplace_back(overlay);
}
void LayerStack::PopLayer(Layer* layer) {
auto it = std::find(m_Layers.begin(), m_Layers.end(), layer);
if (it != m_Layers.end()) {
m_Layers.erase(it);
m_LayerInsertIndex--; //should be prefix
}
}
void LayerStack::PopOverlay(Layer* overlay) {
auto it = std::find(m_Layers.begin(), m_Layers.end(), overlay);
if (it != m_Layers.end()) {
m_Layers.erase(it);
m_LayerInsertIndex--;
}
}
} | [
"nissan.goldberg@gamil.com"
] | nissan.goldberg@gamil.com |
024a4a8f95e5a09a1e5a15cb7e29709520df3487 | a3d471f182c584514c37f800dc7f2339563a474b | /Software/libraries/Series3Common/fins_crickets_unit.cpp | d04f6c9862a1da765acb938f4b5d6cafbbd23d87 | [] | no_license | kkkazumi/Hylozoic-Series-3 | 60a47792cdddb961ba0f1de2a868c718157ddf16 | 67c59d300acc039924211805f89d164b4da76aa4 | refs/heads/master | 2022-10-08T06:06:45.406537 | 2016-02-18T23:17:18 | 2016-02-18T23:17:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,359 | cpp | #include "fins_crickets_unit.h"
//===========================================================================
//===== CONSTRUCTOR and DECONSTRUCTOR =====
//===========================================================================
FinsCricketsUnit::FinsCricketsUnit(uint8_t fin0_port_id,
uint8_t fin1_port_id,
uint8_t fin2_port_id,
uint8_t cricket0_port_id,
uint8_t cricket1_port_id,
uint8_t cricket2_port_id
):
fin0(*this, fin0_port_id),
fin1(*this, fin1_port_id),
fin2(*this, fin2_port_id),
fin{fin0, fin1, fin2},
cricket0(*this, cricket0_port_id),
cricket1(*this, cricket1_port_id),
cricket2(*this, cricket2_port_id),
cricket{cricket0, cricket1, cricket2}
{
}
FinsCricketsUnit::~FinsCricketsUnit()
{
}
//===========================================================================
//===== INITIALIZATION =====
//===========================================================================
void FinsCricketsUnit::init(){
//--- initialization in the base class
TeensyUnit::init();
//---- initialize I2C accelerometer on cricket module ---
for (uint8_t i=0; i<NUM_CRICKET; i++){
cricket[i].init();
}
//---- initialize I2C accelerometer on fin module ---
for (uint8_t i=0; i<NUM_FIN; i++){
fin[i].init();
}
} | [
"matthew.tk.chan@gmail.com"
] | matthew.tk.chan@gmail.com |
0aa14d4bd06be4d14bc932829cd38975796448ba | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /chromeos/services/secure_channel/ble_weave_client_connection.cc | 74ed0777e02767bc88887def6c6cbdf01ea20108 | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 42,607 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/services/secure_channel/ble_weave_client_connection.h"
#include <memory>
#include <sstream>
#include <utility>
#include "base/bind.h"
#include "base/callback_helpers.h"
#include "base/location.h"
#include "base/metrics/histogram_macros.h"
#include "base/stl_util.h"
#include "base/task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
#include "base/timer/timer.h"
#include "chromeos/components/multidevice/logging/logging.h"
#include "chromeos/services/secure_channel/background_eid_generator.h"
#include "chromeos/services/secure_channel/wire_message.h"
#include "device/bluetooth/bluetooth_gatt_connection.h"
namespace chromeos {
namespace secure_channel {
namespace weave {
namespace {
typedef BluetoothLowEnergyWeavePacketReceiver::State ReceiverState;
// The UUID of the TX characteristic used to transmit data to the server.
const char kTXCharacteristicUUID[] = "00000100-0004-1000-8000-001A11000101";
// The UUID of the RX characteristic used to receive data from the server.
const char kRXCharacteristicUUID[] = "00000100-0004-1000-8000-001A11000102";
// If sending a message fails, retry up to 2 additional times. This means that
// each message gets 3 attempts: the first one, and 2 retries.
const int kMaxNumberOfRetryAttempts = 2;
// Timeouts for various status types.
const int kConnectionLatencyTimeoutSeconds = 2;
const int kGattConnectionTimeoutSeconds = 15;
const int kGattCharacteristicsTimeoutSeconds = 10;
const int kNotifySessionTimeoutSeconds = 5;
const int kConnectionResponseTimeoutSeconds = 2;
const int kSendingMessageTimeoutSeconds = 5;
} // namespace
// static
BluetoothLowEnergyWeaveClientConnection::Factory*
BluetoothLowEnergyWeaveClientConnection::Factory::factory_instance_ =
nullptr;
// static
std::unique_ptr<Connection>
BluetoothLowEnergyWeaveClientConnection::Factory::NewInstance(
multidevice::RemoteDeviceRef remote_device,
scoped_refptr<device::BluetoothAdapter> adapter,
const device::BluetoothUUID remote_service_uuid,
const std::string& device_address,
bool should_set_low_connection_latency) {
if (!factory_instance_) {
factory_instance_ = new Factory();
}
return factory_instance_->BuildInstance(remote_device, adapter,
remote_service_uuid, device_address,
should_set_low_connection_latency);
}
// static
void BluetoothLowEnergyWeaveClientConnection::Factory::SetInstanceForTesting(
Factory* factory) {
factory_instance_ = factory;
}
std::unique_ptr<Connection>
BluetoothLowEnergyWeaveClientConnection::Factory::BuildInstance(
multidevice::RemoteDeviceRef remote_device,
scoped_refptr<device::BluetoothAdapter> adapter,
const device::BluetoothUUID remote_service_uuid,
const std::string& device_address,
bool should_set_low_connection_latency) {
return std::make_unique<BluetoothLowEnergyWeaveClientConnection>(
remote_device, adapter, remote_service_uuid, device_address,
should_set_low_connection_latency);
}
// static
base::TimeDelta BluetoothLowEnergyWeaveClientConnection::GetTimeoutForSubStatus(
SubStatus sub_status) {
switch (sub_status) {
case SubStatus::WAITING_CONNECTION_RESPONSE:
return base::TimeDelta::FromSeconds(kConnectionResponseTimeoutSeconds);
case SubStatus::WAITING_CONNECTION_LATENCY:
return base::TimeDelta::FromSeconds(kConnectionLatencyTimeoutSeconds);
case SubStatus::WAITING_GATT_CONNECTION:
return base::TimeDelta::FromSeconds(kGattConnectionTimeoutSeconds);
case SubStatus::WAITING_CHARACTERISTICS:
return base::TimeDelta::FromSeconds(kGattCharacteristicsTimeoutSeconds);
case SubStatus::WAITING_NOTIFY_SESSION:
return base::TimeDelta::FromSeconds(kNotifySessionTimeoutSeconds);
case SubStatus::CONNECTED_AND_SENDING_MESSAGE:
return base::TimeDelta::FromSeconds(kSendingMessageTimeoutSeconds);
default:
// Max signifies that there should be no timeout.
return base::TimeDelta::Max();
}
}
// static
std::string BluetoothLowEnergyWeaveClientConnection::SubStatusToString(
SubStatus sub_status) {
switch (sub_status) {
case SubStatus::DISCONNECTED:
return "[disconnected]";
case SubStatus::WAITING_CONNECTION_LATENCY:
return "[waiting to set connection latency]";
case SubStatus::WAITING_GATT_CONNECTION:
return "[waiting for GATT connection to be created]";
case SubStatus::WAITING_CHARACTERISTICS:
return "[waiting for GATT characteristics to be found]";
case SubStatus::CHARACTERISTICS_FOUND:
return "[GATT characteristics have been found]";
case SubStatus::WAITING_NOTIFY_SESSION:
return "[waiting for notify session to begin]";
case SubStatus::NOTIFY_SESSION_READY:
return "[notify session is ready]";
case SubStatus::WAITING_CONNECTION_RESPONSE:
return "[waiting for \"connection response\" uWeave packet]";
case SubStatus::CONNECTED_AND_IDLE:
return "[connected and idle]";
case SubStatus::CONNECTED_AND_SENDING_MESSAGE:
return "[connected and sending message]";
default:
return "[invalid state]";
}
}
BluetoothLowEnergyWeaveClientConnection::
BluetoothLowEnergyWeaveClientConnection(
multidevice::RemoteDeviceRef device,
scoped_refptr<device::BluetoothAdapter> adapter,
const device::BluetoothUUID remote_service_uuid,
const std::string& device_address,
bool should_set_low_connection_latency)
: Connection(device),
initial_device_address_(device_address),
should_set_low_connection_latency_(should_set_low_connection_latency),
adapter_(adapter),
remote_service_({remote_service_uuid, std::string()}),
packet_generator_(
std::make_unique<BluetoothLowEnergyWeavePacketGenerator>()),
packet_receiver_(std::make_unique<BluetoothLowEnergyWeavePacketReceiver>(
BluetoothLowEnergyWeavePacketReceiver::ReceiverType::CLIENT)),
tx_characteristic_(
{device::BluetoothUUID(kTXCharacteristicUUID), std::string()}),
rx_characteristic_(
{device::BluetoothUUID(kRXCharacteristicUUID), std::string()}),
task_runner_(base::ThreadTaskRunnerHandle::Get()),
timer_(std::make_unique<base::OneShotTimer>()),
sub_status_(SubStatus::DISCONNECTED) {
DCHECK(!initial_device_address_.empty());
adapter_->AddObserver(this);
}
BluetoothLowEnergyWeaveClientConnection::
~BluetoothLowEnergyWeaveClientConnection() {
if (sub_status() == SubStatus::WAITING_CONNECTION_RESPONSE || IsConnected()) {
// Deleting this object without calling Disconnect() may result in the
// connection staying active longer than intended, which can lead to errors.
// See https://crbug.com/763604.
PA_LOG(WARNING) << "Warning: Deleting "
<< "BluetoothLowEnergyWeaveClientConnection object with an "
<< "active connection to " << GetDeviceInfoLogString()
<< ". This may result in disconnection errors; trying to "
<< "send uWeave \"connection close\" packet before "
<< "deleting.";
ClearQueueAndSendConnectionClose();
}
DestroyConnection(
BleWeaveConnectionResult::BLE_WEAVE_CONNECTION_RESULT_CLOSED_NORMALLY);
}
void BluetoothLowEnergyWeaveClientConnection::Connect() {
DCHECK(sub_status() == SubStatus::DISCONNECTED);
if (should_set_low_connection_latency_)
SetConnectionLatency();
else
CreateGattConnection();
}
void BluetoothLowEnergyWeaveClientConnection::SetConnectionLatency() {
DCHECK(sub_status() == SubStatus::DISCONNECTED);
SetSubStatus(SubStatus::WAITING_CONNECTION_LATENCY);
device::BluetoothDevice* bluetooth_device = GetBluetoothDevice();
if (!bluetooth_device) {
PA_LOG(WARNING) << "Device not found; cannot set connection latency for "
<< GetDeviceInfoLogString() << ".";
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_BLUETOOTH_DEVICE_NOT_AVAILABLE);
return;
}
bluetooth_device->SetConnectionLatency(
device::BluetoothDevice::ConnectionLatency::CONNECTION_LATENCY_LOW,
base::BindRepeating(&BluetoothLowEnergyWeaveClientConnection::
OnSetConnectionLatencySuccess,
weak_ptr_factory_.GetWeakPtr()),
base::BindRepeating(&BluetoothLowEnergyWeaveClientConnection::
OnSetConnectionLatencyErrorOrTimeout,
weak_ptr_factory_.GetWeakPtr()));
}
void BluetoothLowEnergyWeaveClientConnection::CreateGattConnection() {
DCHECK(sub_status() == SubStatus::DISCONNECTED ||
sub_status() == SubStatus::WAITING_CONNECTION_LATENCY);
SetSubStatus(SubStatus::WAITING_GATT_CONNECTION);
device::BluetoothDevice* bluetooth_device = GetBluetoothDevice();
if (!bluetooth_device) {
PA_LOG(WARNING) << "Device not found; cannot create GATT connection to "
<< GetDeviceInfoLogString() << ".";
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_BLUETOOTH_DEVICE_NOT_AVAILABLE);
return;
}
PA_LOG(INFO) << "Creating GATT connection with " << GetDeviceInfoLogString()
<< ".";
bluetooth_device->CreateGattConnection(
base::Bind(
&BluetoothLowEnergyWeaveClientConnection::OnGattConnectionCreated,
weak_ptr_factory_.GetWeakPtr()),
base::Bind(
&BluetoothLowEnergyWeaveClientConnection::OnCreateGattConnectionError,
weak_ptr_factory_.GetWeakPtr()));
}
void BluetoothLowEnergyWeaveClientConnection::Disconnect() {
if (IsConnected()) {
// If a disconnection is already in progress, there is nothing to do.
if (has_triggered_disconnection_)
return;
has_triggered_disconnection_ = true;
PA_LOG(INFO) << "Disconnection requested; sending \"connection close\" "
<< "uWeave packet to " << GetDeviceInfoLogString() << ".";
// Send a "connection close" uWeave packet. After the send has completed,
// the connection will disconnect automatically.
ClearQueueAndSendConnectionClose();
return;
}
DestroyConnection(
BleWeaveConnectionResult::BLE_WEAVE_CONNECTION_RESULT_CLOSED_NORMALLY);
}
void BluetoothLowEnergyWeaveClientConnection::DestroyConnection(
BleWeaveConnectionResult result) {
if (!has_recorded_connection_result_) {
has_recorded_connection_result_ = true;
RecordBleWeaveConnectionResult(result);
}
if (adapter_) {
adapter_->RemoveObserver(this);
adapter_ = nullptr;
}
weak_ptr_factory_.InvalidateWeakPtrs();
notify_session_.reset();
characteristic_finder_.reset();
if (gatt_connection_) {
PA_LOG(INFO) << "Disconnecting from " << GetDeviceInfoLogString();
gatt_connection_.reset();
}
SetSubStatus(SubStatus::DISCONNECTED);
}
void BluetoothLowEnergyWeaveClientConnection::SetSubStatus(
SubStatus new_sub_status) {
sub_status_ = new_sub_status;
timer_->Stop();
base::TimeDelta timeout_for_sub_status = GetTimeoutForSubStatus(sub_status_);
if (!timeout_for_sub_status.is_max()) {
timer_->Start(
FROM_HERE, timeout_for_sub_status,
base::BindOnce(
&BluetoothLowEnergyWeaveClientConnection::OnTimeoutForSubStatus,
weak_ptr_factory_.GetWeakPtr(), sub_status_));
}
// Sets the status of base class Connection.
switch (new_sub_status) {
case SubStatus::CONNECTED_AND_IDLE:
case SubStatus::CONNECTED_AND_SENDING_MESSAGE:
SetStatus(Status::CONNECTED);
break;
case SubStatus::DISCONNECTED:
SetStatus(Status::DISCONNECTED);
break;
default:
SetStatus(Status::IN_PROGRESS);
}
}
void BluetoothLowEnergyWeaveClientConnection::OnTimeoutForSubStatus(
SubStatus timed_out_sub_status) {
// Ensure that |timed_out_sub_status| is still the active status.
DCHECK(timed_out_sub_status == sub_status());
if (timed_out_sub_status == SubStatus::WAITING_CONNECTION_LATENCY) {
OnSetConnectionLatencyErrorOrTimeout();
return;
}
PA_LOG(ERROR) << "Timed out waiting during SubStatus "
<< SubStatusToString(timed_out_sub_status) << ". "
<< "Destroying connection.";
BleWeaveConnectionResult result =
BleWeaveConnectionResult::BLE_WEAVE_CONNECTION_RESULT_MAX;
switch (timed_out_sub_status) {
case SubStatus::WAITING_GATT_CONNECTION:
result = BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_TIMEOUT_CREATING_GATT_CONNECTION;
break;
case SubStatus::WAITING_CHARACTERISTICS:
result = BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_TIMEOUT_FINDING_GATT_CHARACTERISTICS;
break;
case SubStatus::WAITING_NOTIFY_SESSION:
result = BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_TIMEOUT_STARTING_NOTIFY_SESSION;
break;
case SubStatus::WAITING_CONNECTION_RESPONSE:
result = BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_TIMEOUT_WAITING_FOR_CONNECTION_RESPONSE;
break;
case SubStatus::CONNECTED_AND_SENDING_MESSAGE:
result = BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_TIMEOUT_WAITING_FOR_MESSAGE_TO_SEND;
break;
default:
NOTREACHED();
}
DestroyConnection(result);
}
void BluetoothLowEnergyWeaveClientConnection::SetupTestDoubles(
scoped_refptr<base::TaskRunner> test_task_runner,
std::unique_ptr<base::OneShotTimer> test_timer,
std::unique_ptr<BluetoothLowEnergyWeavePacketGenerator> test_generator,
std::unique_ptr<BluetoothLowEnergyWeavePacketReceiver> test_receiver) {
task_runner_ = test_task_runner;
timer_ = std::move(test_timer);
packet_generator_ = std::move(test_generator);
packet_receiver_ = std::move(test_receiver);
}
void BluetoothLowEnergyWeaveClientConnection::SendMessageImpl(
std::unique_ptr<WireMessage> message) {
DCHECK(IsConnected());
// Split |message| up into multiple packets which can be sent as one uWeave
// message.
std::vector<Packet> weave_packets =
packet_generator_->EncodeDataMessage(message->Serialize());
// For each packet, create a WriteRequest and add it to the queue.
for (uint32_t i = 0; i < weave_packets.size(); ++i) {
WriteRequestType request_type = (i != weave_packets.size() - 1)
? WriteRequestType::REGULAR
: WriteRequestType::MESSAGE_COMPLETE;
queued_write_requests_.emplace(std::make_unique<WriteRequest>(
weave_packets[i], request_type, message.get()));
}
// Add |message| to the queue of WireMessages.
queued_wire_messages_.emplace(std::move(message));
ProcessNextWriteRequest();
}
void BluetoothLowEnergyWeaveClientConnection::DeviceConnectedStateChanged(
device::BluetoothAdapter* adapter,
device::BluetoothDevice* device,
bool is_now_connected) {
// Ignore updates about other devices.
if (device->GetAddress() != GetDeviceAddress())
return;
if (sub_status() == SubStatus::DISCONNECTED ||
sub_status() == SubStatus::WAITING_CONNECTION_LATENCY ||
sub_status() == SubStatus::WAITING_GATT_CONNECTION) {
// Ignore status change events if a connection has not yet occurred.
return;
}
// If a connection has already occurred and |device| is still connected, there
// is nothing to do.
if (is_now_connected)
return;
PA_LOG(WARNING) << "GATT connection to " << GetDeviceInfoLogString()
<< " has been dropped.";
DestroyConnection(BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_CONNECTION_DROPPED);
}
void BluetoothLowEnergyWeaveClientConnection::GattCharacteristicValueChanged(
device::BluetoothAdapter* adapter,
device::BluetoothRemoteGattCharacteristic* characteristic,
const Packet& value) {
DCHECK_EQ(adapter, adapter_.get());
// Ignore characteristics which do not apply to this connection.
if (characteristic->GetIdentifier() != rx_characteristic_.id)
return;
if (sub_status() != SubStatus::WAITING_CONNECTION_RESPONSE &&
!IsConnected()) {
PA_LOG(WARNING) << "Received message from " << GetDeviceInfoLogString()
<< ", but was not expecting one. sub_status() = "
<< sub_status();
return;
}
switch (packet_receiver_->ReceivePacket(value)) {
case ReceiverState::DATA_READY:
OnBytesReceived(packet_receiver_->GetDataMessage());
break;
case ReceiverState::CONNECTION_CLOSED:
PA_LOG(INFO) << "Received \"connection close\" uWeave packet from "
<< GetDeviceInfoLogString()
<< ". Reason: " << GetReasonForClose() << ".";
DestroyConnection(BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_CLOSED_NORMALLY);
return;
case ReceiverState::ERROR_DETECTED:
PA_LOG(ERROR) << "Received invalid packet from "
<< GetDeviceInfoLogString() << ". ";
ClearQueueAndSendConnectionClose();
break;
case ReceiverState::WAITING:
CompleteConnection();
break;
case ReceiverState::RECEIVING_DATA:
// Continue to wait for more packets to arrive; once the rest of the
// packets for this message are received, |packet_receiver_| will
// transition to the DATA_READY state.
break;
default:
NOTREACHED();
}
}
void BluetoothLowEnergyWeaveClientConnection::CompleteConnection() {
DCHECK(sub_status() == SubStatus::WAITING_CONNECTION_RESPONSE);
uint16_t max_packet_size = packet_receiver_->GetMaxPacketSize();
PA_LOG(INFO) << "Received uWeave \"connection response\" packet; connection "
<< "is now fully initialized for " << GetDeviceInfoLogString()
<< ". Max packet size: " << max_packet_size;
// Now that the "connection close" uWeave packet has been received,
// |packet_receiver_| should have received a max packet size from the GATT
// server.
packet_generator_->SetMaxPacketSize(max_packet_size);
SetSubStatus(SubStatus::CONNECTED_AND_IDLE);
}
void BluetoothLowEnergyWeaveClientConnection::OnSetConnectionLatencySuccess() {
// TODO(crbug.com/929518): Record how long it took to set connection latency.
// It's possible that we timed out when attempting to set the connection
// latency before this callback was called, resulting in this class moving
// forward with a GATT connection (i.e., in any state other than
// |SubStatus::WAITING_CONNECTION_LATENCY|). That could mean, at this point in
// time, that we're in the middle of connecting, already connected, or any
// state in between. That's fine; simply early return in order to prevent
// trying to create yet another GATT connection (which will fail).
if (sub_status() != SubStatus::WAITING_CONNECTION_LATENCY) {
PA_LOG(WARNING) << "Setting connection latency succeeded but GATT "
<< "connection to " << GetDeviceInfoLogString()
<< " is already in progress or complete.";
return;
}
CreateGattConnection();
}
void BluetoothLowEnergyWeaveClientConnection::
OnSetConnectionLatencyErrorOrTimeout() {
// TODO(crbug.com/929518): Record when setting connection latency fails or
// times out.
DCHECK(sub_status_ == SubStatus::WAITING_CONNECTION_LATENCY);
PA_LOG(WARNING)
<< "Error or timeout setting connection latency for connection to "
<< GetDeviceInfoLogString() << ".";
// Even if setting the connection latency fails, continue with the
// connection. This is unfortunate but should not be considered a fatal error.
CreateGattConnection();
}
void BluetoothLowEnergyWeaveClientConnection::OnCreateGattConnectionError(
device::BluetoothDevice::ConnectErrorCode error_code) {
DCHECK(sub_status_ == SubStatus::WAITING_GATT_CONNECTION);
RecordGattConnectionResult(
BluetoothDeviceConnectErrorCodeToGattConnectionResult(error_code));
PA_LOG(WARNING) << "Error creating GATT connection to "
<< GetDeviceInfoLogString() << ". Error code: " << error_code;
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_CREATING_GATT_CONNECTION);
}
void BluetoothLowEnergyWeaveClientConnection::OnGattConnectionCreated(
std::unique_ptr<device::BluetoothGattConnection> gatt_connection) {
DCHECK(sub_status() == SubStatus::WAITING_GATT_CONNECTION);
RecordGattConnectionResult(
GattConnectionResult::GATT_CONNECTION_RESULT_SUCCESS);
gatt_connection_ = std::move(gatt_connection);
SetSubStatus(SubStatus::WAITING_CHARACTERISTICS);
PA_LOG(INFO) << "Finding GATT characteristics for "
<< GetDeviceInfoLogString() << ".";
characteristic_finder_.reset(CreateCharacteristicsFinder(
base::Bind(
&BluetoothLowEnergyWeaveClientConnection::OnCharacteristicsFound,
weak_ptr_factory_.GetWeakPtr()),
base::Bind(&BluetoothLowEnergyWeaveClientConnection::
OnCharacteristicsFinderError,
weak_ptr_factory_.GetWeakPtr())));
}
BluetoothLowEnergyCharacteristicsFinder*
BluetoothLowEnergyWeaveClientConnection::CreateCharacteristicsFinder(
const BluetoothLowEnergyCharacteristicsFinder::SuccessCallback&
success_callback,
const BluetoothLowEnergyCharacteristicsFinder::ErrorCallback&
error_callback) {
return new BluetoothLowEnergyCharacteristicsFinder(
adapter_, GetBluetoothDevice(), remote_service_, tx_characteristic_,
rx_characteristic_, success_callback, error_callback, remote_device(),
std::make_unique<BackgroundEidGenerator>());
}
void BluetoothLowEnergyWeaveClientConnection::OnCharacteristicsFound(
const RemoteAttribute& service,
const RemoteAttribute& tx_characteristic,
const RemoteAttribute& rx_characteristic) {
DCHECK(sub_status() == SubStatus::WAITING_CHARACTERISTICS);
remote_service_ = service;
tx_characteristic_ = tx_characteristic;
rx_characteristic_ = rx_characteristic;
characteristic_finder_.reset();
SetSubStatus(SubStatus::CHARACTERISTICS_FOUND);
StartNotifySession();
}
void BluetoothLowEnergyWeaveClientConnection::OnCharacteristicsFinderError() {
DCHECK(sub_status() == SubStatus::WAITING_CHARACTERISTICS);
PA_LOG(ERROR) << "Could not find GATT characteristics for "
<< GetDeviceInfoLogString();
characteristic_finder_.reset();
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_FINDING_GATT_CHARACTERISTICS);
}
void BluetoothLowEnergyWeaveClientConnection::StartNotifySession() {
DCHECK(sub_status() == SubStatus::CHARACTERISTICS_FOUND);
device::BluetoothRemoteGattCharacteristic* characteristic =
GetGattCharacteristic(rx_characteristic_.id);
if (!characteristic) {
PA_LOG(ERROR) << "Characteristic no longer available after it was found. "
<< "Cannot start notification session for "
<< GetDeviceInfoLogString() << ".";
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_GATT_CHARACTERISTIC_NOT_AVAILABLE);
return;
}
// Workaround for crbug.com/507325. If |characteristic| is already notifying,
// characteristic->StartNotifySession() fails with GATT_ERROR_FAILED.
if (characteristic->IsNotifying()) {
SetSubStatus(SubStatus::NOTIFY_SESSION_READY);
SendConnectionRequest();
return;
}
SetSubStatus(SubStatus::WAITING_NOTIFY_SESSION);
PA_LOG(INFO) << "Starting notification session for "
<< GetDeviceInfoLogString() << ".";
characteristic->StartNotifySession(
base::Bind(
&BluetoothLowEnergyWeaveClientConnection::OnNotifySessionStarted,
weak_ptr_factory_.GetWeakPtr()),
base::Bind(&BluetoothLowEnergyWeaveClientConnection::OnNotifySessionError,
weak_ptr_factory_.GetWeakPtr()));
}
void BluetoothLowEnergyWeaveClientConnection::OnNotifySessionStarted(
std::unique_ptr<device::BluetoothGattNotifySession> notify_session) {
DCHECK(sub_status() == SubStatus::WAITING_NOTIFY_SESSION);
RecordGattNotifySessionResult(
GattServiceOperationResult::GATT_SERVICE_OPERATION_RESULT_SUCCESS);
notify_session_ = std::move(notify_session);
SetSubStatus(SubStatus::NOTIFY_SESSION_READY);
SendConnectionRequest();
}
void BluetoothLowEnergyWeaveClientConnection::OnNotifySessionError(
device::BluetoothRemoteGattService::GattErrorCode error) {
DCHECK(sub_status() == SubStatus::WAITING_NOTIFY_SESSION);
RecordGattNotifySessionResult(
BluetoothRemoteDeviceGattServiceGattErrorCodeToGattServiceOperationResult(
error));
PA_LOG(ERROR) << "Cannot start notification session for "
<< GetDeviceInfoLogString() << ". Error: " << error << ".";
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_STARTING_NOTIFY_SESSION);
}
void BluetoothLowEnergyWeaveClientConnection::SendConnectionRequest() {
DCHECK(sub_status() == SubStatus::NOTIFY_SESSION_READY);
SetSubStatus(SubStatus::WAITING_CONNECTION_RESPONSE);
PA_LOG(INFO) << "Sending \"connection request\" uWeave packet to "
<< GetDeviceInfoLogString();
queued_write_requests_.emplace(std::make_unique<WriteRequest>(
packet_generator_->CreateConnectionRequest(),
WriteRequestType::CONNECTION_REQUEST));
ProcessNextWriteRequest();
}
void BluetoothLowEnergyWeaveClientConnection::ProcessNextWriteRequest() {
// If there is already an in-progress write or there are no pending
// WriteRequests, there is nothing to do.
if (pending_write_request_ || queued_write_requests_.empty())
return;
pending_write_request_ = std::move(queued_write_requests_.front());
queued_write_requests_.pop();
PA_LOG(INFO) << "Writing " << pending_write_request_->value.size() << " "
<< "bytes to " << GetDeviceInfoLogString() << ".";
SendPendingWriteRequest();
}
void BluetoothLowEnergyWeaveClientConnection::SendPendingWriteRequest() {
DCHECK(pending_write_request_);
device::BluetoothRemoteGattCharacteristic* characteristic =
GetGattCharacteristic(tx_characteristic_.id);
if (!characteristic) {
PA_LOG(ERROR) << "Characteristic no longer available after it was found. "
<< "Cannot process write request for "
<< GetDeviceInfoLogString() << ".";
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_GATT_CHARACTERISTIC_NOT_AVAILABLE);
return;
}
// If the current status is CONNECTED_AND_IDLE, transition to
// CONNECTED_AND_SENDING_MESSAGE. This function also runs when the status is
// WAITING_CONNECTION_RESPONSE; in that case, the status should remain
// unchanged until the connection response has been received.
if (sub_status() == SubStatus::CONNECTED_AND_IDLE)
SetSubStatus(SubStatus::CONNECTED_AND_SENDING_MESSAGE);
characteristic->WriteRemoteCharacteristic(
pending_write_request_->value,
base::Bind(&BluetoothLowEnergyWeaveClientConnection::
OnRemoteCharacteristicWritten,
weak_ptr_factory_.GetWeakPtr()),
base::Bind(&BluetoothLowEnergyWeaveClientConnection::
OnWriteRemoteCharacteristicError,
weak_ptr_factory_.GetWeakPtr()));
}
void BluetoothLowEnergyWeaveClientConnection::OnRemoteCharacteristicWritten() {
DCHECK(sub_status() == SubStatus::WAITING_CONNECTION_RESPONSE ||
sub_status() == SubStatus::CONNECTED_AND_SENDING_MESSAGE);
if (sub_status() == SubStatus::CONNECTED_AND_SENDING_MESSAGE)
SetSubStatus(SubStatus::CONNECTED_AND_IDLE);
RecordGattWriteCharacteristicResult(
GattServiceOperationResult::GATT_SERVICE_OPERATION_RESULT_SUCCESS);
if (!pending_write_request_) {
PA_LOG(ERROR) << "OnRemoteCharacteristicWritten() called, but no pending "
<< "WriteRequest. Stopping connection to "
<< GetDeviceInfoLogString();
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_WRITE_QUEUE_OUT_OF_SYNC);
return;
}
if (pending_write_request_->request_type ==
WriteRequestType::CONNECTION_CLOSE) {
// Once a "connection close" uWeave packet has been sent, the connection
// is ready to be disconnected.
PA_LOG(INFO) << "uWeave \"connection close\" packet sent to "
<< GetDeviceInfoLogString() << ". Destroying connection.";
DestroyConnection(
BleWeaveConnectionResult::BLE_WEAVE_CONNECTION_RESULT_CLOSED_NORMALLY);
return;
}
if (pending_write_request_->request_type ==
WriteRequestType::MESSAGE_COMPLETE) {
if (queued_wire_messages_.empty()) {
PA_LOG(ERROR) << "Sent a WriteRequest with type == MESSAGE_COMPLETE, but "
<< "there were no queued WireMessages. Cannot process "
<< "completed write to " << GetDeviceInfoLogString();
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_WRITING_GATT_CHARACTERISTIC);
return;
}
std::unique_ptr<WireMessage> sent_message =
std::move(queued_wire_messages_.front());
queued_wire_messages_.pop();
DCHECK_EQ(sent_message.get(),
pending_write_request_->associated_wire_message);
// Notify observers of the message being sent via a task on the run loop to
// ensure that if an observer deletes this object in response to receiving
// the OnSendCompleted() callback, a null pointer is not deferenced.
task_runner_->PostTask(
FROM_HERE,
base::BindOnce(
&BluetoothLowEnergyWeaveClientConnection::OnDidSendMessage,
weak_ptr_factory_.GetWeakPtr(), *sent_message, true /* success */));
}
pending_write_request_.reset();
ProcessNextWriteRequest();
}
void BluetoothLowEnergyWeaveClientConnection::OnWriteRemoteCharacteristicError(
device::BluetoothRemoteGattService::GattErrorCode error) {
DCHECK(sub_status() == SubStatus::WAITING_CONNECTION_RESPONSE ||
sub_status() == SubStatus::CONNECTED_AND_SENDING_MESSAGE);
if (sub_status() == SubStatus::CONNECTED_AND_SENDING_MESSAGE)
SetSubStatus(SubStatus::CONNECTED_AND_IDLE);
RecordGattWriteCharacteristicResult(
BluetoothRemoteDeviceGattServiceGattErrorCodeToGattServiceOperationResult(
error));
if (!pending_write_request_) {
PA_LOG(ERROR) << "OnWriteRemoteCharacteristicError() called, but no "
<< "pending WriteRequest. Stopping connection to "
<< GetDeviceInfoLogString();
DestroyConnection(
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_WRITE_QUEUE_OUT_OF_SYNC);
return;
}
++pending_write_request_->number_of_failed_attempts;
if (pending_write_request_->number_of_failed_attempts <
kMaxNumberOfRetryAttempts + 1) {
PA_LOG(WARNING) << "Error sending WriteRequest to "
<< GetDeviceInfoLogString() << "; failure number "
<< pending_write_request_->number_of_failed_attempts
<< ". Retrying.";
SendPendingWriteRequest();
return;
}
if (pending_write_request_->request_type == WriteRequestType::REGULAR ||
pending_write_request_->request_type ==
WriteRequestType::MESSAGE_COMPLETE) {
std::unique_ptr<WireMessage> failed_message =
std::move(queued_wire_messages_.front());
queued_wire_messages_.pop();
DCHECK_EQ(failed_message.get(),
pending_write_request_->associated_wire_message);
OnDidSendMessage(*failed_message, false /* success */);
}
// Since the try limit has been hit, this is a fatal error. Destroy the
// connection, but post it as a new task to ensure that observers have a
// chance to process the OnSendCompleted() call.
task_runner_->PostTask(
FROM_HERE,
base::BindOnce(
&BluetoothLowEnergyWeaveClientConnection::DestroyConnection,
weak_ptr_factory_.GetWeakPtr(),
BleWeaveConnectionResult::
BLE_WEAVE_CONNECTION_RESULT_ERROR_WRITING_GATT_CHARACTERISTIC));
}
void BluetoothLowEnergyWeaveClientConnection::OnDidSendMessage(
const WireMessage& message,
bool success) {
Connection::OnDidSendMessage(message, success);
}
void BluetoothLowEnergyWeaveClientConnection::
ClearQueueAndSendConnectionClose() {
DCHECK(sub_status() == SubStatus::WAITING_CONNECTION_RESPONSE ||
IsConnected());
// The connection is now in an invalid state. Clear queued writes.
while (!queued_write_requests_.empty())
queued_write_requests_.pop();
// Now, queue up a "connection close" uWeave packet. If there was a pending
// write, we must wait for it to complete before the "connection close" can
// be sent.
queued_write_requests_.emplace(
std::make_unique<WriteRequest>(packet_generator_->CreateConnectionClose(
packet_receiver_->GetReasonToClose()),
WriteRequestType::CONNECTION_CLOSE));
if (pending_write_request_) {
PA_LOG(WARNING) << "Waiting for current write to complete, then will send "
<< "a \"connection close\" uWeave packet to "
<< GetDeviceInfoLogString() << ".";
} else {
PA_LOG(INFO) << "Sending a \"connection close\" uWeave packet to "
<< GetDeviceInfoLogString() << ".";
}
ProcessNextWriteRequest();
}
std::string BluetoothLowEnergyWeaveClientConnection::GetDeviceAddress() {
// When the remote device is connected, rely on the address given by
// |gatt_connection_|. Unpaired BLE device addresses are ephemeral and are
// expected to change periodically.
return gatt_connection_ ? gatt_connection_->GetDeviceAddress()
: initial_device_address_;
}
void BluetoothLowEnergyWeaveClientConnection::GetConnectionRssi(
base::OnceCallback<void(base::Optional<int32_t>)> callback) {
device::BluetoothDevice* bluetooth_device = GetBluetoothDevice();
if (!bluetooth_device || !bluetooth_device->IsConnected()) {
std::move(callback).Run(base::nullopt);
return;
}
// device::BluetoothDevice has not converted to using a base::OnceCallback
// instead of a base::Callback, so use a wrapper for now.
auto callback_holder = base::AdaptCallbackForRepeating(std::move(callback));
bluetooth_device->GetConnectionInfo(
base::Bind(&BluetoothLowEnergyWeaveClientConnection::OnConnectionInfo,
weak_ptr_factory_.GetWeakPtr(), callback_holder));
}
void BluetoothLowEnergyWeaveClientConnection::OnConnectionInfo(
base::RepeatingCallback<void(base::Optional<int32_t>)> rssi_callback,
const device::BluetoothDevice::ConnectionInfo& connection_info) {
if (connection_info.rssi == device::BluetoothDevice::kUnknownPower) {
std::move(rssi_callback).Run(base::nullopt);
return;
}
std::move(rssi_callback).Run(connection_info.rssi);
}
device::BluetoothRemoteGattService*
BluetoothLowEnergyWeaveClientConnection::GetRemoteService() {
device::BluetoothDevice* bluetooth_device = GetBluetoothDevice();
if (!bluetooth_device) {
PA_LOG(WARNING) << "Cannot find Bluetooth device for "
<< GetDeviceInfoLogString();
return nullptr;
}
if (remote_service_.id.empty()) {
for (auto* service : bluetooth_device->GetGattServices()) {
if (service->GetUUID() == remote_service_.uuid) {
remote_service_.id = service->GetIdentifier();
break;
}
}
}
return bluetooth_device->GetGattService(remote_service_.id);
}
device::BluetoothRemoteGattCharacteristic*
BluetoothLowEnergyWeaveClientConnection::GetGattCharacteristic(
const std::string& gatt_characteristic) {
device::BluetoothRemoteGattService* remote_service = GetRemoteService();
if (!remote_service) {
PA_LOG(WARNING) << "Cannot find GATT service for "
<< GetDeviceInfoLogString();
return nullptr;
}
return remote_service->GetCharacteristic(gatt_characteristic);
}
device::BluetoothDevice*
BluetoothLowEnergyWeaveClientConnection::GetBluetoothDevice() {
return adapter_ ? adapter_->GetDevice(GetDeviceAddress()) : nullptr;
}
std::string BluetoothLowEnergyWeaveClientConnection::GetReasonForClose() {
switch (packet_receiver_->GetReasonForClose()) {
case ReasonForClose::CLOSE_WITHOUT_ERROR:
return "CLOSE_WITHOUT_ERROR";
case ReasonForClose::UNKNOWN_ERROR:
return "UNKNOWN_ERROR";
case ReasonForClose::NO_COMMON_VERSION_SUPPORTED:
return "NO_COMMON_VERSION_SUPPORTED";
case ReasonForClose::RECEIVED_PACKET_OUT_OF_SEQUENCE:
return "RECEIVED_PACKET_OUT_OF_SEQUENCE";
case ReasonForClose::APPLICATION_ERROR:
return "APPLICATION_ERROR";
default:
NOTREACHED();
return "";
}
}
void BluetoothLowEnergyWeaveClientConnection::RecordBleWeaveConnectionResult(
BleWeaveConnectionResult result) {
UMA_HISTOGRAM_ENUMERATION(
"ProximityAuth.BleWeaveConnectionResult", result,
BleWeaveConnectionResult::BLE_WEAVE_CONNECTION_RESULT_MAX);
}
void BluetoothLowEnergyWeaveClientConnection::RecordGattConnectionResult(
GattConnectionResult result) {
UMA_HISTOGRAM_ENUMERATION("ProximityAuth.BluetoothGattConnectionResult",
result,
GattConnectionResult::GATT_CONNECTION_RESULT_MAX);
}
BluetoothLowEnergyWeaveClientConnection::GattConnectionResult
BluetoothLowEnergyWeaveClientConnection::
BluetoothDeviceConnectErrorCodeToGattConnectionResult(
device::BluetoothDevice::ConnectErrorCode error_code) {
switch (error_code) {
case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_CANCELED:
return GattConnectionResult::GATT_CONNECTION_RESULT_ERROR_AUTH_CANCELED;
case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_FAILED:
return GattConnectionResult::GATT_CONNECTION_RESULT_ERROR_AUTH_FAILED;
case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_REJECTED:
return GattConnectionResult::GATT_CONNECTION_RESULT_ERROR_AUTH_REJECTED;
case device::BluetoothDevice::ConnectErrorCode::ERROR_AUTH_TIMEOUT:
return GattConnectionResult::GATT_CONNECTION_RESULT_ERROR_AUTH_TIMEOUT;
case device::BluetoothDevice::ConnectErrorCode::ERROR_FAILED:
return GattConnectionResult::GATT_CONNECTION_RESULT_ERROR_FAILED;
case device::BluetoothDevice::ConnectErrorCode::ERROR_INPROGRESS:
return GattConnectionResult::GATT_CONNECTION_RESULT_ERROR_INPROGRESS;
case device::BluetoothDevice::ConnectErrorCode::ERROR_UNKNOWN:
return GattConnectionResult::GATT_CONNECTION_RESULT_ERROR_UNKNOWN;
case device::BluetoothDevice::ConnectErrorCode::ERROR_UNSUPPORTED_DEVICE:
return GattConnectionResult::
GATT_CONNECTION_RESULT_ERROR_UNSUPPORTED_DEVICE;
default:
return GattConnectionResult::GATT_CONNECTION_RESULT_UNKNOWN;
}
}
void BluetoothLowEnergyWeaveClientConnection::RecordGattNotifySessionResult(
GattServiceOperationResult result) {
UMA_HISTOGRAM_ENUMERATION(
"ProximityAuth.BluetoothGattNotifySessionResult", result,
GattServiceOperationResult::GATT_SERVICE_OPERATION_RESULT_MAX);
}
void BluetoothLowEnergyWeaveClientConnection::
RecordGattWriteCharacteristicResult(GattServiceOperationResult result) {
UMA_HISTOGRAM_ENUMERATION(
"ProximityAuth.BluetoothGattWriteCharacteristicResult", result,
GattServiceOperationResult::GATT_SERVICE_OPERATION_RESULT_MAX);
}
BluetoothLowEnergyWeaveClientConnection::GattServiceOperationResult
BluetoothLowEnergyWeaveClientConnection::
BluetoothRemoteDeviceGattServiceGattErrorCodeToGattServiceOperationResult(
device::BluetoothRemoteGattService::GattErrorCode error_code) {
switch (error_code) {
case device::BluetoothRemoteGattService::GattErrorCode::GATT_ERROR_UNKNOWN:
return GattServiceOperationResult::
GATT_SERVICE_OPERATION_RESULT_GATT_ERROR_UNKNOWN;
case device::BluetoothRemoteGattService::GattErrorCode::GATT_ERROR_FAILED:
return GattServiceOperationResult::
GATT_SERVICE_OPERATION_RESULT_GATT_ERROR_FAILED;
case device::BluetoothRemoteGattService::GattErrorCode::
GATT_ERROR_IN_PROGRESS:
return GattServiceOperationResult::
GATT_SERVICE_OPERATION_RESULT_GATT_ERROR_IN_PROGRESS;
case device::BluetoothRemoteGattService::GattErrorCode::
GATT_ERROR_INVALID_LENGTH:
return GattServiceOperationResult::
GATT_SERVICE_OPERATION_RESULT_GATT_ERROR_INVALID_LENGTH;
case device::BluetoothRemoteGattService::GattErrorCode::
GATT_ERROR_NOT_PERMITTED:
return GattServiceOperationResult::
GATT_SERVICE_OPERATION_RESULT_GATT_ERROR_NOT_PERMITTED;
case device::BluetoothRemoteGattService::GattErrorCode::
GATT_ERROR_NOT_AUTHORIZED:
return GattServiceOperationResult::
GATT_SERVICE_OPERATION_RESULT_GATT_ERROR_NOT_AUTHORIZED;
case device::BluetoothRemoteGattService::GattErrorCode::
GATT_ERROR_NOT_PAIRED:
return GattServiceOperationResult::
GATT_SERVICE_OPERATION_RESULT_GATT_ERROR_NOT_PAIRED;
case device::BluetoothRemoteGattService::GattErrorCode::
GATT_ERROR_NOT_SUPPORTED:
return GattServiceOperationResult::
GATT_SERVICE_OPERATION_RESULT_GATT_ERROR_NOT_SUPPORTED;
default:
return GattServiceOperationResult::GATT_SERVICE_OPERATION_RESULT_UNKNOWN;
}
}
BluetoothLowEnergyWeaveClientConnection::WriteRequest::WriteRequest(
const Packet& val,
WriteRequestType request_type,
WireMessage* associated_wire_message)
: value(val),
request_type(request_type),
associated_wire_message(associated_wire_message) {}
BluetoothLowEnergyWeaveClientConnection::WriteRequest::WriteRequest(
const Packet& val,
WriteRequestType request_type)
: WriteRequest(val, request_type, nullptr /* associated_wire_message */) {}
BluetoothLowEnergyWeaveClientConnection::WriteRequest::~WriteRequest() {}
} // namespace weave
} // namespace secure_channel
} // namespace chromeos
| [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
28d6df2ca643e93ec3858fbfd829a8af09070fd8 | 85711124645325a6a3e975fd4cf9279f74a4aa30 | /tesselate/shape.cpp | e961322bbe2fec8b683ccae8d06926ceec440e3f | [] | no_license | muhummadPatel/cgp1 | 0179c35d1310b11421c9c5e7d797a2c4d93ecfe6 | 3d68cad919aa7e6a8cbba489112d315b54ac2846 | refs/heads/master | 2020-04-10T10:07:49.009071 | 2016-02-28T14:53:03 | 2016-02-28T14:53:03 | 52,084,918 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,231 | cpp | #include <GL/glew.h> // changed from '#include <glew.h>' for mac
#include "shape.h"
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
using namespace cgp;
void ShapeGeometry::setColour(GLfloat * col)
{
int i;
for(i = 0; i < 4; i++)
diffuse[i] = col[i];
for(i = 0; i < 3; i++)
ambient[i] = diffuse[i] * 0.75f;
for(i = 0; i < 3; i++)
specular[i] = std::min(1.0f, diffuse[i] * 1.25f);
}
void ShapeGeometry::genCylinder(float radius, float height, int slices, int stacks, glm::mat4x4 trm)
{
int i, j, base;
float a, x, y, h = 0.0f;
float stepa = PI2 / (float) slices;
float stepz = height / (float) stacks;
glm::vec4 p;
glm::vec3 v;
base = int(verts.size()) / 8;
for(i = 0; i <= stacks; i++)
{
a = 0.0f;
for (j = 0; j < slices; j++)
{
x = cosf(a) * radius;
y = sinf(a) * radius;
// apply transformation
p = trm * glm::vec4(x, y, h, 1.0f);
v = glm::transpose(glm::inverse(glm::mat3(trm))) * glm::normalize(glm::vec3(x, y, 0.0f));
v = glm::normalize(v);
verts.push_back(p.x); verts.push_back(p.y); verts.push_back(p.z); // position
verts.push_back(0.0f); verts.push_back(0.0f); // texture coordinates
verts.push_back(v.x); verts.push_back(v.y); verts.push_back(v.z); // normal
if(i > 0)
{
if(j < slices-1)
{
indices.push_back(base-slices+j); indices.push_back(base-slices+j+1);indices.push_back(base+j);
indices.push_back(base-slices+j+1); indices.push_back(base+j+1); indices.push_back(base+j);
}
else // wrap
{
indices.push_back(base-slices+j); indices.push_back(base-slices); indices.push_back(base+j);
indices.push_back(base-slices); indices.push_back(base); indices.push_back(base+j);
}
}
a += stepa;
}
base += slices;
h += stepz;
}
}
void ShapeGeometry::genSphereVert(float radius, float lat, float lon, glm::mat4x4 trm)
{
float la, lo, x, y, z;
glm::vec4 p;
glm::vec3 v;
la = PI+PI*lat;
lo = PI2*lon;
// this is unoptimized
x = cosf(lo)*sinf(la)*radius;
y = sinf(lo)*sinf(la)*radius;
z = cosf(la)*radius;
// apply transformation
p = trm * glm::vec4(x, y, z, 1.0f);
// v = glm::mat3(trm) * glm::normalize(glm::vec3(x, y, z));
v = glm::transpose(glm::inverse(glm::mat3(trm))) * glm::normalize(glm::vec3(x, y, z));
v = glm::normalize(v);
verts.push_back(p.x); verts.push_back(p.y); verts.push_back(p.z); // position
verts.push_back(0.0f); verts.push_back(0.0f); // texture coordinates
verts.push_back(v.x); verts.push_back(v.y); verts.push_back(v.z); // normal
}
void ShapeGeometry::genSphere(float radius, int slices, int stacks, glm::mat4x4 trm)
{
int lat, lon, base;
float plat, plon;
// doesn't produce very evenly sized triangles, tend to cluster at poles
base = int(verts.size()) / 8;
for(lat = 0; lat <= stacks; lat++)
{
for(lon = 0; lon < slices; lon++)
{
plat = (float) lat / (float) stacks;
plon = (float) lon / (float) slices;
genSphereVert(radius, plat, plon, trm);
if(lat > 0)
{
if(lon < slices-1)
{
indices.push_back(base-slices+lon); indices.push_back(base-slices+lon+1); indices.push_back(base+lon);
indices.push_back(base-slices+lon+1); indices.push_back(base+lon+1); indices.push_back(base+lon);
}
else // wrap
{
indices.push_back(base-slices+lon); indices.push_back(base-slices); indices.push_back(base+lon);
indices.push_back(base-slices); indices.push_back(base); indices.push_back(base+lon);
}
}
}
base += slices;
}
}
void ShapeGeometry::genMesh(std::vector<cgp::Point> * points, std::vector<cgp::Vector> * norms, std::vector<int> * faces, glm::mat4x4 trm)
{
int i;
glm::vec4 p;
glm::vec3 v;
for(i = 0; i < (int) points->size(); i++)
{
// apply transformation
p = trm * glm::vec4((* points)[i].x, (* points)[i].y, (* points)[i].z, 1.0f);
// v = glm::mat3(trm) * glm::normalize(glm::vec3(x, y, z));
v = glm::transpose(glm::inverse(glm::mat3(trm))) * glm::normalize(glm::vec3((* norms)[i].i, (* norms)[i].j, (* norms)[i].k));
v = glm::normalize(v);
verts.push_back(p.x); verts.push_back(p.y); verts.push_back(p.z); // position
verts.push_back(0.0f); verts.push_back(0.0f); // texture coordinates
verts.push_back(v.x); verts.push_back(v.y); verts.push_back(v.z); // normal
}
for(i = 0; i < (int) faces->size(); i++)
{
indices.push_back((* faces)[i]);
}
}
ShapeDrawData ShapeGeometry::getDrawParameters()
{
ShapeDrawData sdd;
sdd.VAO = vaoGeom;
for(int i = 0; i < 4; i++)
sdd.diffuse[i] = diffuse[i];
for(int i = 0; i < 4; i++)
sdd.specular[i] = specular[i];
for(int i = 0; i < 4; i++)
sdd.ambient[i] = ambient[i];
sdd.indexBufSize = (int) indices.size();
sdd.texID = 0;
sdd.current = false; // default setting
return sdd;
}
bool ShapeGeometry::bindBuffers(View * view)
{
if((int) indices.size() > 0)
{
if (vboGeom != 0)
{
glDeleteVertexArrays(1, &vaoGeom);
glDeleteBuffers(1, &vboGeom);
glDeleteBuffers(1, &iboGeom);
vaoGeom = 0;
vboGeom = 0;
iboGeom = 0;
}
// vao
glGenVertexArrays(1, &vaoGeom);
glBindVertexArray(vaoGeom);
// vbo
// set up vertex buffer and copy in data
glGenBuffers(1, &vboGeom);
glBindBuffer(GL_ARRAY_BUFFER, vboGeom);
glBufferData(GL_ARRAY_BUFFER, sizeof(GLfloat)*(int) verts.size(), (GLfloat *) &verts[0], GL_STATIC_DRAW);
// ibo
glGenBuffers(1, &iboGeom);
glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, iboGeom);
glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(GLuint)*(int) indices.size(), (GLuint *) &indices[0], GL_STATIC_DRAW);
// enable position attribute
glEnableVertexAttribArray(0);
glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 8*sizeof(GLfloat), (void*)(0));
// enable texture coord attribute
const int sz = 3*sizeof(GLfloat);
glEnableVertexAttribArray(1);
glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 8*sizeof(GLfloat), (void*)(sz) );
// enable normals
const int nz = 5*sizeof(GLfloat);
glEnableVertexAttribArray(2);
glVertexAttribPointer(2, 3, GL_FLOAT, GL_FALSE, 8*sizeof(GLfloat), (void*)(nz) );
//glBindVertexArray(vaoConstraint);
//glDrawElements(GL_TRIANGLES, (int) indices.size(), GL_UNSIGNED_INT, (void*)(0));
//glBindVertexArray(0);
return true;
}
else
{
return false;
}
}
| [
"muhummad.patel@gmail.com"
] | muhummad.patel@gmail.com |
e0f079df3ad7193475ee8f1159571f534eff0843 | 15b041d2a3c8bed8395980c262d7c82224de4913 | /src/MPC.h | d93e41606bc07b06b97ff33375867dc61ff21bfb | [
"MIT"
] | permissive | buiducanh/mpc-project | f26fb911cc3c3c5bca47a7a9baf9f7637c5daed7 | 76551e88e60c1501c756189156876a4eda866410 | refs/heads/master | 2020-03-25T19:26:51.629026 | 2018-08-11T01:11:04 | 2018-08-11T01:11:04 | 144,083,605 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 365 | h | #ifndef MPC_H
#define MPC_H
#include <vector>
#include "Eigen-3.3/Eigen/Core"
using namespace std;
class MPC {
public:
MPC();
virtual ~MPC();
// Solve the model given an initial state and polynomial coefficients.
// Return the first actuatotions.
vector<vector <double> > Solve(Eigen::VectorXd state, Eigen::VectorXd coeffs);
};
#endif /* MPC_H */
| [
"b.ducanh96@gmail.com"
] | b.ducanh96@gmail.com |
9090938378d290441d15645883aacfe2ac85cc07 | 5ed2c620083bfdacd3a2cd69e68401f6e4519152 | /CppPrimer/Unit7/E727-729/E727-729/Screen.h | 58f47cf33804b869913a21bd3d04b6f731539c9d | [] | no_license | plinx/CodePractices | 03a4179a8bbb9653a40faf683676bc884b72bf75 | 966af4bf2bd5e69d7e5cfbe8ed67c13addcb61b9 | refs/heads/master | 2021-01-01T05:40:02.159404 | 2015-08-30T20:16:44 | 2015-08-30T20:16:44 | 33,318,262 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 897 | h | #ifndef _SCREEN_H
#define _SCREEN_H
#include <string>
using std::string;
class Screen {
public:
using pos = std::string::size_type;
Screen() = default;
Screen(pos wd, pos ht, char c) : width(wd), height(ht), contents(wd * ht, c) {}
Screen &move(pos, pos);
Screen &set(char);
Screen &set(pos, pos, char);
Screen &display(std::ostream &o) { do_display(o); return *this; }
Screen const &display(std::ostream &o) const { do_display(o); return *this; }
private:
void do_display(std::ostream &o) const { o << contents; }
pos cursor = 0;
pos width = 0, height = 0;
string contents;
};
inline Screen &Screen::move(pos r, pos c)
{
pos row = r * width;
cursor = row + c;
return *this;
}
inline Screen &Screen::set(char c)
{
contents[cursor] = c;
return *this;
}
inline Screen &Screen::set(pos r, pos c, char ch)
{
contents[r*width + c] = ch;
return *this;
}
#endif // !_SCREEN_H
| [
"plinux@qq.com"
] | plinux@qq.com |
d35d7e2d4c39cac0572b54b9a32d81171b9962bf | 9f3d0bad72a5a0bfa23ace7af8dbf63093be9c86 | /vendor/assimp/4.1.0/code/FBXDocumentUtil.cpp | 27921b92056ae8cb4fc776ed06e81a25c0d6b2ad | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"Zlib"
] | permissive | 0xc0dec/solo | ec700066951f7ef5c90aee4ae505bb5e85154da2 | 6c7f78da49beb09b51992741df3e47067d1b7e10 | refs/heads/master | 2023-04-27T09:23:15.554730 | 2023-02-26T11:46:16 | 2023-02-26T11:46:16 | 28,027,226 | 37 | 2 | Zlib | 2023-04-19T19:39:31 | 2014-12-15T08:19:32 | C++ | UTF-8 | C++ | false | false | 4,586 | cpp | /*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2017, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following conditions are met:
* Redistributions of source code must retain the above
copyright notice, this list of conditions and the
following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other
materials provided with the distribution.
* Neither the name of the assimp team, nor the names of its
contributors may be used to endorse or promote products
derived from this software without specific prior
written permission of the assimp team.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
----------------------------------------------------------------------
*/
/** @file FBXDocumentUtil.cpp
* @brief Implementation of the FBX DOM utility functions declared in FBXDocumentUtil.h
*/
#ifndef ASSIMP_BUILD_NO_FBX_IMPORTER
#include "FBXParser.h"
#include "FBXDocument.h"
#include "FBXUtil.h"
#include "FBXDocumentUtil.h"
#include "FBXProperties.h"
namespace Assimp {
namespace FBX {
namespace Util {
// ------------------------------------------------------------------------------------------------
// signal DOM construction error, this is always unrecoverable. Throws DeadlyImportError.
void DOMError(const std::string& message, const Token& token)
{
throw DeadlyImportError(Util::AddTokenText("FBX-DOM",message,&token));
}
// ------------------------------------------------------------------------------------------------
void DOMError(const std::string& message, const Element* element /*= NULL*/)
{
if(element) {
DOMError(message,element->KeyToken());
}
throw DeadlyImportError("FBX-DOM " + message);
}
// ------------------------------------------------------------------------------------------------
// print warning, do return
void DOMWarning(const std::string& message, const Token& token)
{
if(DefaultLogger::get()) {
DefaultLogger::get()->warn(Util::AddTokenText("FBX-DOM",message,&token));
}
}
// ------------------------------------------------------------------------------------------------
void DOMWarning(const std::string& message, const Element* element /*= NULL*/)
{
if(element) {
DOMWarning(message,element->KeyToken());
return;
}
if(DefaultLogger::get()) {
DefaultLogger::get()->warn("FBX-DOM: " + message);
}
}
// ------------------------------------------------------------------------------------------------
// fetch a property table and the corresponding property template
std::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc,
const std::string& templateName,
const Element &element,
const Scope& sc,
bool no_warn /*= false*/)
{
const Element* const Properties70 = sc["Properties70"];
std::shared_ptr<const PropertyTable> templateProps = std::shared_ptr<const PropertyTable>(
static_cast<const PropertyTable*>(NULL));
if(templateName.length()) {
PropertyTemplateMap::const_iterator it = doc.Templates().find(templateName);
if(it != doc.Templates().end()) {
templateProps = (*it).second;
}
}
if(!Properties70) {
if(!no_warn) {
DOMWarning("property table (Properties70) not found",&element);
}
if(templateProps) {
return templateProps;
}
else {
return std::make_shared<const PropertyTable>();
}
}
return std::make_shared<const PropertyTable>(*Properties70,templateProps);
}
} // !Util
} // !FBX
} // !Assimp
#endif
| [
"aleksey.fedotov@gmail.com"
] | aleksey.fedotov@gmail.com |
0742c8f4a5c36c82424bf7fa0147121edbf6d13e | 522a944acfc5798d6fb70d7a032fbee39cc47343 | /d6k/trunk/include/scadastudio/quoteItem.h | 1f7fb335a98b4f17a66fa422667a9bf0dfd0c95c | [] | no_license | liuning587/D6k2.0master | 50275acf1cb0793a3428e203ac7ff1e04a328a50 | 254de973a0fbdd3d99b651ec1414494fe2f6b80f | refs/heads/master | 2020-12-30T08:21:32.993147 | 2018-03-30T08:20:50 | 2018-03-30T08:20:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,458 | h | #ifndef CQUOTEITEM_H
#define CQUOTEITEM_H
#include <QStandardItem>
class CQuoteItem : public QStandardItem
{
public:
CQuoteItem()
{
}
CQuoteItem(const QIcon &icon, const QString &strText):QStandardItem(icon, strText)
{
}
CQuoteItem(const QString &strText)
:QStandardItem(strText)
{
}
CQuoteItem(const CQuoteItem &other)
: QStandardItem(other)
{
}
CQuoteItem &operator=(const CQuoteItem &other)
{
QStandardItem::operator=(other);
return *this;
}
virtual ~CQuoteItem()
{
}
virtual bool operator<(const QStandardItem &other) const
{
const QVariant l = data(Qt::UserRole), r = other.data(Qt::UserRole);
if(l.toString().compare("channel0") == 0)
{
int a = 5;
a = 6;
a = 666;
}
int nTypeL = data(Qt::UserRole).toInt();
int nTypeR = other.data(Qt::UserRole).toInt();
if(nTypeL != nTypeR)
{
return nTypeL < nTypeR;
}
else
{
return l.toString().localeAwareCompare(r.toString()) < 0;
}
//bool ok, ok1;
//double fltL = l.toString().toDouble(&ok);
//double fltR = r.toString().toDouble(&ok1);
////fltL = 1234567.563;
//if(ok & ok1)
//{
// return fltL < fltR;
//}
//else
//{
// if(nTypeL != nTypeR)
// {
// return nTypeL < nTypeR;
// }
// else
// {
// return l.toString().localeAwareCompare(r.toString()) < 0;
// }
//}
return QStandardItem::operator<(other);
}
private:
};
#endif // CQUOTEITEM_H
| [
"xingzhibing_ab@hotmail.com"
] | xingzhibing_ab@hotmail.com |
c8fab4dfe229f21d4b57efc5a19ec56734a57858 | 942894d325054c5ca905c2b202ee32acb671e3c3 | /114.FlattenBinaryTreetoLinkedList.cpp | d2ec92e019f9b2e925c7855485cd2dfe944002ec | [] | no_license | daiwenbo/leetcode | 01d73f95a5a269ebd91ae443a7a992abeab48ad1 | beaf365b072ad6a7ef562418d8c9a42bd5036be4 | refs/heads/master | 2016-08-11T14:02:51.361752 | 2016-02-11T22:23:17 | 2016-02-11T22:23:17 | 50,599,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,274 | cpp | /*
Given a binary tree, flatten it to a linked list in-place.
For example,
Given
1
/ \
2 5
/ \ \
3 4 6
The flattened tree should look like:
1
\
2
\
3
\
4
\
5
\
6
Hints:
If you notice carefully in the flattened tree, each node's right child points
to the next node of a pre-order traversal.
*/
/*Runtime: 8ms. Your runtime beats 10.02% of cpp submissions.*/
/**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
void flatten(TreeNode* root) {
if (!root) return;
flatten(root->left);
flatten(root->right);
//swap left and right
//if !root->left, then the tree has already been flattened
if (root->left){
TreeNode* tmp = root->right;
root->right = root->left;
root->left = NULL;
TreeNode* x = root;
while(x->right){
x = x->right;
}
x->right = tmp;
}
}
};
| [
"daiwenbo@gmail.com"
] | daiwenbo@gmail.com |
155a85557a0a926a938739bcf5a79ccb3e8467dd | be0282afa8dd436619c71d6118c9db455eaf1a29 | /Intermediate/Build/Win64/Design3D/Debug/Projects/Module.Projects.cpp | d9b55aa87a3ccc0f21ed937890db29859a56a730 | [] | no_license | Quant2017/Design3D | 0f915580b222af40ab911021cceef5c26375d7f9 | 94a22386be4aa37aa0f546354cc62958820a4bf6 | refs/heads/master | 2022-04-23T10:44:12.398772 | 2020-04-22T01:02:39 | 2020-04-22T01:02:39 | 262,966,755 | 1 | 0 | null | 2020-05-11T07:12:37 | 2020-05-11T07:12:36 | null | UTF-8 | C++ | false | false | 1,067 | cpp | // This file is automatically generated at compile-time to include some subset of the user-created cpp files.
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\CustomBuildSteps.cpp"
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\LocalizationDescriptor.cpp"
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\ModuleDescriptor.cpp"
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\PluginDescriptor.cpp"
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\PluginManager.cpp"
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\PluginManifest.cpp"
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\PluginReferenceDescriptor.cpp"
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\ProjectDescriptor.cpp"
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\ProjectManager.cpp"
#include "D:\Github\UnrealEngine4\Engine\Source\Runtime\Projects\Private\ProjectsModule.cpp"
| [
"Snake_Jenny@126.com"
] | Snake_Jenny@126.com |
ea6948891350dec6170b17a196596985bdfb93f6 | 67d226c01b71e718b5fe49a9587ee09156400a4a | /Console/updator.cpp | fc89c995e5ee38ed216f2a432659d58979b2a532 | [] | no_license | camadrigalg/opensvr | c3b853d6ced4eb1f2acde4fed95f0b26851dc4cb | e9d3a8d4995cea7aa97d338bab2684931f139122 | refs/heads/master | 2021-01-18T14:11:35.620965 | 2011-04-25T05:18:36 | 2011-04-25T05:18:36 | 34,023,346 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,426 | cpp | #include "StdAfx.h"
#include "Console.h"
#include "updator.h"
#include <iostream>
#include <math.h>
#include <ctime>
namespace Updator {
double percent;
time_t initialTime, currentTime;
char* gstr=0;
void InitializeWaitbar(char* str){
// Initialize waitbar
gstr = str;
if(gstr) Console::info()<<gstr;
Console::info()<<" In progress ..."<<Console::endl;
percent = 0.0;
initialTime = time(NULL);
}
void UpdateWaitbar(float nValue){
// update the waitbar
static float nPreviousValue = 0.0f;
if( (int)(floor(nValue * 100.f)) - (int) (floor(nPreviousValue * 100.f)) > 0){
currentTime = time(NULL);
if((currentTime - initialTime) == 0){
nPreviousValue = nValue;
return;
}
//system("cls");
int estimetedTimeInSeconds = 0;
if(nValue > 0.0)
estimetedTimeInSeconds =(int)(
((float)(currentTime - initialTime)
* (float)((1.f-nValue) * 100.f)) /(float)((nValue) * 100.f)) ;
int hours = (estimetedTimeInSeconds) / (3600);
int minutes = ((estimetedTimeInSeconds) / 60) % 60;
int seconds = (estimetedTimeInSeconds) % 60;
percent = nValue;
Console::info()<<"\t(Estimated time = "<<hours<<" h : "
<<minutes<<" m : "<<seconds<<" s)\t\t\r";
}
nPreviousValue = nValue;
}
void CloseWaitbar(){
if(gstr) Console::sucess()<<"\n"<<gstr;
Console::sucess()<<" Done!"<<Console::endl;
}
}
| [
"simba.forrest@gmail.com"
] | simba.forrest@gmail.com |
ed879d7a6c62660393288b221af2f6325e815fcb | 2822dcf0ccf6497f1a17184c6f504e070b904c80 | /LeetCode/MedimumLevel/Restore IP Addresses.cpp | b7c6ee48b4089597bb05106189723a5390ee33d1 | [] | no_license | DangZhonghua/CodingPractice | a57893a9ed03f48ac8193dff05d1e002abf1b198 | 2ca27e153ba844f6b82a4de274821743b797ddd2 | refs/heads/master | 2021-01-24T04:30:04.091210 | 2019-11-10T11:27:34 | 2019-11-10T11:27:34 | 122,940,460 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,794 | cpp | /*
https://leetcode-cn.com/problems/restore-ip-addresses/
Restore IP Addresses
Given a string containing only digits, restore it by returning all possible valid IP address combinations.
Example:
Input: "25525511135"
Output: ["255.255.11.135", "255.255.111.35"]
*/
/*
use backtrack to solve this: valid IP is four part exactly. Every part is in the range [0, 255]. The start point of
each part is NOT started by '0' if the part length is greater than 1
we backtrack by every part.
*/
#include<string>
#include<iostream>
#include<vector>
using namespace std;
class Solution {
public:
vector<string> restoreIpAddresses(string s)
{
vector<string> vips;
vector<string> ip;
btGenerateIpAddress(s, vips, ip, 0, 0);
for (auto a : vips)
{
cout << a << endl;
}
return vips;
}
private:
void btGenerateIpAddress(string& s, vector<string>& vips, vector<string>& ip, int level, int startOfs)
{
if (4 == level)
{
if (startOfs == s.length())
{
string ipc;
for (int i = 0; i < ip.size() - 1; ++i)
{
ipc += (ip[i] + ".");
}
ipc += *(ip.rbegin());
vips.push_back(ipc);
}
return;
}
for (int i = 0; i < 3; ++i)
{
if((startOfs + i+1)>s.length())
{
continue;
}
string part = s.substr(startOfs, i + 1);
if (isSafePart(part))
{
ip.push_back(part);
btGenerateIpAddress(s, vips, ip, level + 1, startOfs + i + 1);
ip.pop_back();
}
}
}
bool isSafePart(const string& part)
{
int partVal = atoi(part.c_str());
if (partVal > 255 || partVal < 0)
{
return false;
}
if ('0' == part[0] && part.length() > 1)
{
return false;
}
return true;
}
};
int main()
{
string s = "25525511135";
Solution sol;
sol.restoreIpAddresses(s);
return 0;
} | [
"forseekme@163.com"
] | forseekme@163.com |
6946e82a79d03eed8a8964e3c80f9b144b02c871 | 01a1f90fe03fa2cb42f404c63422818e6bffa243 | /oxygine/src/Event.h | 82d657faf9fddc11fe03d51192446ade6bc13cd8 | [
"MIT"
] | permissive | sanyaade-teachings/oxygine-framework | adbec320125fd7469a0859b54cab143b7add7886 | 6bbc9ba40e2bfb6c27c2ac008a434244c57b6df6 | refs/heads/master | 2021-01-17T20:06:32.452996 | 2020-02-10T01:59:00 | 2020-02-10T01:59:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,624 | h | #pragma once
#include "oxygine_include.h"
#include <list>
#include "core/Object.h"
#include "closure/closure.h"
#include "Input.h"
#include "EventDispatcher.h"
#undef OUT
namespace oxygine
{
enum events
{
_et_unknown,
_et_TouchFirst,
_et_TouchDown,
_et_TouchUp,
_et_TouchMove,
_et_TouchClick,
_et_TouchOver,
_et_TouchOut,
_et_WheelUp,
_et_WheelDown,
_et_TouchLast,
_et_Complete,
//_et_RollOver,
//_et_RollOut,
_et_maxEvent = 0xFFFFFFFF
};
DECLARE_SMART(Actor, spActor);
typedef char pointer_index;
class PointerState;
class TouchEvent: public Event
{
public:
enum
{
/*
CLICK = makefourcc('_', 'C', 'L', 'C'),
OVER = makefourcc('_', 'O', 'V', 'R'),
OUT = makefourcc('_', 'O', 'U', 'T'),
MOVE = makefourcc('_', 'M', 'V', 'E'),
TOUCH_DOWN = makefourcc('_', 'T', 'D', 'W'),
TOUCH_UP = makefourcc('_', 'T', 'U', 'P'),
WHEEL_UP = makefourcc('_', 'W', 'U', 'P'),
WHEEL_DOWN = makefourcc('_', 'W', 'D', 'W'),
*/
CLICK = _et_TouchClick,
OVER = _et_TouchOver,
OUT = _et_TouchOut,
MOVE = _et_TouchMove,
TOUCH_DOWN = _et_TouchDown,
TOUCH_UP = _et_TouchUp,
WHEEL_UP = _et_WheelUp,
WHEEL_DOWN = _et_WheelDown,
};
TouchEvent(eventType type, bool Bubbles = true, const Vector2 &locPosition = Vector2(0, 0)):Event(type, Bubbles), localPosition(locPosition), position(locPosition), mouseButton(MouseButton_Touch), pressure(1.0f){}
Vector2 localPosition;
Vector2 position;
float pressure;
const PointerState *getPointer() const;
MouseButton mouseButton;//valid only for TouchUP/Down
pointer_index index;
};
}
| [
"frankinshtein85@gmail.com"
] | frankinshtein85@gmail.com |
19fa72aa827889c56d6a945ed2afd0ab7c946961 | 263575f154900d0071fb660d7b492af0bd9f47b5 | /Wicked/Wicked/src/classes/Window.cpp | b944446b3d385b35aec6cc70b76fe17df7dd86c9 | [
"MIT"
] | permissive | JacobC66/WickedEngine | 06a7dadeb613801d4383aeed5f2c8b06fc551477 | 6108c228f65fa81b806350745a418bbabf2505e3 | refs/heads/master | 2021-04-18T21:47:23.962862 | 2018-04-06T19:27:49 | 2018-04-06T19:27:49 | 126,770,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,920 | cpp | #include <glad\glad.h>
#include <iostream>
#include "Window.h"
namespace wicked
{
GLFWwindow* Window::currentWindow{ nullptr };
Window::Window(int width, int height, const char * name)
: m_width{ width },
m_height{ height },
m_name{ name },
m_buffersActivated{0}
{
}
Window::~Window()
{
glfwTerminate();
}
void Window::init()
{
glfwInit();
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 4);
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
}
bool Window::createWindow()
{
m_window = glfwCreateWindow(m_width, m_height, m_name, nullptr, nullptr);
if(!m_window)
return false;
glfwMakeContextCurrent(m_window);
currentWindow = m_window;
return true;
}
bool Window::initOpenGL()
{
if (!gladLoadGLLoader((GLADloadproc)glfwGetProcAddress))
return false;
return true;
}
bool Window::close()
{
return glfwWindowShouldClose(m_window);
}
void Window::enableBuffers(Buffers buffer)
{
switch (buffer)
{
case Window::DEPTH:
glEnable(GL_DEPTH_TEST);
m_buffersActivated = 1;
break;
case Window::STENCIL:
glEnable(GL_STENCIL_TEST);
m_buffersActivated = 2;
break;
case Window::ALL:
glEnable(GL_DEPTH_TEST);
glEnable(GL_STENCIL_TEST);
m_buffersActivated = 3;
break;
}
}
void Window::color(const maths::Vector4 & vColor)
{
glClearColor(vColor.r, vColor.g, vColor.b, vColor.a);
}
void Window::updateBufers()
{
if (m_buffersActivated == 0)
glClear(GL_COLOR_BUFFER_BIT);
else if (m_buffersActivated == 1)
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
else if (m_buffersActivated == 2)
glClear(GL_COLOR_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
else
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
}
void Window::swapBuffers()
{
glfwSwapBuffers(m_window);
}
void Window::events()
{
glfwPollEvents();
}
} | [
"sosa.007@hotmail.com"
] | sosa.007@hotmail.com |
0e4c594914e7b50899be073e631eb85a8f769941 | 6e2d2b596c48ec6575d87a331d0d9e575088d69e | /issuefunc.cc | 458a46b4f42099082b8a95c1d36cff595baac628 | [] | no_license | saurabhlabde29/Dynamic-Instruction-Scheduling-in-an-Out-Of-Order-Superscalar-Processor | af8e74f515cdedf9f39dec1eacdcdee13b74afd6 | 98cf924914d8ebe6bc960184c400f408703c9d19 | refs/heads/master | 2020-04-20T11:10:57.875483 | 2019-02-02T08:00:44 | 2019-02-02T08:00:44 | 168,808,930 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,987 | cc | #include<iostream>
#include<cstdlib>
#include<string>
#include<fstream>
#include<vector>
#include<cmath>
#include<iomanip>
#include<cstdio>
#include"main.h"
using namespace std;
void issuefunc(int n, int s, SCHEDULINGQUEUE schedulearray[], TEMPISSUE tempi[], FROB frobarray[10000], FUNCUNITS funcarray[], int *sqentry, int *clockcyc)
{
int tempsizeissue = 0;
int temppointissue = 0;
int tempflag = 0;
// Add ready entries to temp struct
for(int i=0;i<s;i++)
{
if(schedulearray[i].TAG>=0 && schedulearray[i].READYSRC1==1 && schedulearray[i].READYSRC2==1)
{
tempi[tempsizeissue].TAG=schedulearray[i].TAG;
tempi[tempsizeissue].READYSRC1=schedulearray[i].READYSRC1;
tempi[tempsizeissue].READYSRC2=schedulearray[i].READYSRC2;
tempi[tempsizeissue].TAGSRC1=schedulearray[i].TAGSRC1;
tempi[tempsizeissue].TAGSRC2=schedulearray[i].TAGSRC2;
tempflag = 1;
tempsizeissue++;
}
}
// Sort the temp struct in ascending order
int TAG_temp_i;
int READYSRC1_temp;
int READYSRC2_temp;
int TAGSRC1_temp;
int TAGSRC2_temp;
for(int i=0; i<tempsizeissue-1; i++)
{
for(int j=0; j<tempsizeissue-i-1; j++)
{
if(tempi[j].TAG > tempi[j+1].TAG)
{
TAG_temp_i=tempi[j].TAG;
READYSRC1_temp=tempi[j].READYSRC1;
READYSRC2_temp=tempi[j].READYSRC2;
TAGSRC1_temp=tempi[j].TAGSRC1;
TAGSRC2_temp=tempi[j].TAGSRC2;
tempi[j].TAG=tempi[j+1].TAG;
tempi[j].READYSRC1=tempi[j+1].READYSRC1;
tempi[j].READYSRC2=tempi[j+1].READYSRC2;
tempi[j].TAGSRC1=tempi[j+1].TAGSRC1;
tempi[j].TAGSRC2=tempi[j+1].TAGSRC2;
tempi[j+1].TAG=TAG_temp_i;
tempi[j+1].READYSRC1=READYSRC1_temp;
tempi[j+1].READYSRC2=READYSRC2_temp;
tempi[j+1].TAGSRC1=TAGSRC1_temp;
tempi[j+1].TAGSRC2=TAGSRC2_temp;
}
}
}
// Sending to functional units
for(int i=0;i<tempsizeissue;i++)
{
for(int j=0;j<10000;j++)
{
if(funcarray[j].TAG<0 && (*sqentry)>=0 && tempflag==1 && temppointissue<n)
{
funcarray[j].TAG = tempi[i].TAG;
if(frobarray[tempi[i].TAG].TYPE == 0)
{
funcarray[j].CYCLE = 1;
funcarray[j].COUNTINST = 1;
}
else if(frobarray[tempi[i].TAG].TYPE == 1)
{
funcarray[j].CYCLE = 2;
funcarray[j].COUNTINST = 1;
}
else if(frobarray[tempi[i].TAG].TYPE == 2)
{
funcarray[j].CYCLE = 5;
funcarray[j].COUNTINST = 1;
}
for(int k=0; k<s; k++)
{
if(tempi[i].TAG == schedulearray[k].TAG)
{
schedulearray[k].TAG = -1;
schedulearray[k].READYSRC1 = 1;
schedulearray[k].TAGSRC1 = -1;
schedulearray[k].READYSRC2 = 1;
schedulearray[k].TAGSRC2 = -1;
}
}
temppointissue++;
(*sqentry)--;
// Update FROB
frobarray[tempi[i].TAG].STAGE = EX;
frobarray[tempi[i].TAG].CYCLEEX = *clockcyc;
goto y;
}
}
y: ;
}
//clear issue temp
for(int i=0; i<s; i++)
{
tempi[i].TAG = 11000;
}
} | [
"saurabhlabde@Saurabhs-MacBook-Pro.local"
] | saurabhlabde@Saurabhs-MacBook-Pro.local |
9ed5fd5325f3e03719acd24efd1ec42c49aee8e4 | c51febc209233a9160f41913d895415704d2391f | /library/ATF/LPPOLYTEXTA.hpp | 609ff99824ad4ecd5b629778a5594967bbe43282 | [
"MIT"
] | permissive | roussukke/Yorozuya | 81f81e5e759ecae02c793e65d6c3acc504091bc3 | d9a44592b0714da1aebf492b64fdcb3fa072afe5 | refs/heads/master | 2023-07-08T03:23:00.584855 | 2023-06-29T08:20:25 | 2023-06-29T08:20:25 | 463,330,454 | 0 | 0 | MIT | 2022-02-24T23:15:01 | 2022-02-24T23:15:00 | null | UTF-8 | C++ | false | false | 257 | hpp | // This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually
#pragma once
#include <common/common.h>
#include <tagPOLYTEXTA.hpp>
START_ATF_NAMESPACE
typedef tagPOLYTEXTA *LPPOLYTEXTA;
END_ATF_NAMESPACE
| [
"b1ll.cipher@yandex.ru"
] | b1ll.cipher@yandex.ru |
e29e58d55ee6a15b49b6511204f2cb80065a0799 | 590eb4cc4d0fe83d9740ce478f857ca3a98e7dae | /OGDF/src/coin/Cgl/CglRedSplitParam.cpp | 9d66a02c15e3ac0bf14728bb83730211838ddfb3 | [
"MIT",
"LGPL-2.1-or-later",
"GPL-3.0-only",
"GPL-1.0-or-later",
"EPL-1.0",
"GPL-2.0-only",
"LicenseRef-scancode-generic-exception",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | cerebis/MetaCarvel | d0ca77645e9a964e349144974a05e17fa48c6e99 | a047290e88769773d43e0a9f877a88c2a8df89d5 | refs/heads/master | 2020-12-05T05:40:19.460644 | 2020-01-06T05:38:34 | 2020-01-06T05:38:34 | 232,023,146 | 0 | 0 | MIT | 2020-01-06T04:22:00 | 2020-01-06T04:21:59 | null | UTF-8 | C++ | false | false | 7,600 | cpp | // Name: CglRedSplitParam.cpp
// Author: Francois Margot
// Tepper School of Business
// Carnegie Mellon University, Pittsburgh, PA 15213
// Date: 11/24/06
//
// $Id: CglRedSplitParam.cpp 944 2011-01-04 23:26:07Z lou $
//---------------------------------------------------------------------------
// Copyright (C) 2006, Francois Margot and others. All Rights Reserved.
// This code is licensed under the terms of the Eclipse Public License (EPL).
#if defined(_MSC_VER)
// Turn off compiler warning about long names
# pragma warning(disable:4786)
#endif
#include <cstdlib>
#include <cstdio>
#include <cmath>
#include <cfloat>
#include <cassert>
#include <iostream>
#include "CglRedSplitParam.hpp"
/***********************************************************************/
void CglRedSplitParam::setAway(const double value)
{
if (value > 0.0 && value <= 0.5)
away_ = value;
}
/***********************************************************************/
void CglRedSplitParam::setMaxTab(const double value)
{
if (value > 10) {
maxTab_ = value;
}
else {
printf("### WARNING: CglRedSplitParam::setMaxTab(): value: %f ignored\n",
value);
}
}
/***********************************************************************/
void CglRedSplitParam::setLUB(const double value)
{
if (value > 0.0) {
LUB = value;
}
else {
printf("### WARNING: CglRedSplitParam::setLUB(): value: %f ignored\n", value);
}
} /* setLUB */
/***********************************************************************/
void CglRedSplitParam::setEPS_ELIM(const double eps_el)
{
if(eps_el >= 0)
EPS_ELIM = eps_el;
} /* setEPS_ELIM */
/***********************************************************************/
void CglRedSplitParam::setEPS_RELAX_ABS(const double eps_ra)
{
if(eps_ra >= 0)
EPS_RELAX_ABS = eps_ra;
} /* setEPS_RELAX_ABS */
/***********************************************************************/
void CglRedSplitParam::setEPS_RELAX_REL(const double eps_rr)
{
if(eps_rr >= 0)
EPS_RELAX_REL = eps_rr;
} /* setEPS_RELAX_REL */
/***********************************************************************/
void CglRedSplitParam::setMAXDYN(double value)
{
if (value > 1.0) {
MAXDYN = value;
}
else {
printf("### WARNING: CglRedSplit::setMAXDYN(): value: %f ignored\n",
value);
}
} /* setMAXDYN */
/***********************************************************************/
void CglRedSplitParam::setMAXDYN_LUB(double value)
{
if (value > 1.0) {
MAXDYN_LUB = value;
}
else {
printf("### WARNING: CglRedSplit::setMAXDYN_LUB(): value: %f ignored\n",
value);
}
} /* setMAXDYN_LUB */
/***********************************************************************/
void CglRedSplitParam::setEPS_COEFF_LUB(const double value)
{
if (value > 0.0 && value <= 0.1) {
EPS_COEFF_LUB = value;
}
else {
printf("### WARNING: CglRedSplitParam::setEPS_COEFF_LUB(): value: %f ignored\n",
value);
}
} /* setEPS_COEFF_LUB */
/***********************************************************************/
void CglRedSplitParam::setMINVIOL(double value)
{
if (value > 0.0 && value <= 0.1) {
MINVIOL = value;
}
else {
printf("### WARNING: CglRedSplitParam::setMINVIOL(): value: %f ignored\n",
value);
}
} /* setMINVIOL */
/***********************************************************************/
void CglRedSplitParam::setUSE_INTSLACKS(int value)
{
USE_INTSLACKS = value;
} /* setUSE_INTSLACKS */
/***********************************************************************/
void CglRedSplitParam::setUSE_CG2(int value)
{
USE_CG2 = value;
} /* setUSE_CG2 */
/***********************************************************************/
void CglRedSplitParam::setNormIsZero(const double value)
{
if (value > 0.0 && value <= 1) {
normIsZero = value;
}
else {
printf("### WARNING: CglRedSplitParam::setNormIsZero(): value: %f ignored\n",
value);
}
} /* setNormIsZero */
/***********************************************************************/
void CglRedSplitParam::setMinReduc(const double value)
{
if (value > 0.0 && value <= 1) {
minReduc = value;
}
else {
printf("### WARNING: CglRedSplitParam::MinReduc(): value: %f ignored\n",
value);
}
} /* setMinReduc */
/***********************************************************************/
CglRedSplitParam::CglRedSplitParam(const double lub,
const double eps_el,
const double eps_relax_abs,
const double eps_relax_rel,
const double max_dyn,
const double max_dyn_lub,
const double eps_coeff_lub,
const double min_viol,
const int use_int_slacks,
const int use_cg2,
const double norm_zero,
const double min_reduc,
const double away,
const double max_tab) :
CglParam(),
LUB(lub),
EPS_ELIM(eps_el),
EPS_RELAX_ABS(eps_relax_abs),
EPS_RELAX_REL(eps_relax_rel),
MAXDYN(max_dyn),
MAXDYN_LUB(max_dyn_lub),
EPS_COEFF_LUB(eps_coeff_lub),
MINVIOL(min_viol),
USE_INTSLACKS(use_int_slacks),
USE_CG2(use_cg2),
normIsZero(norm_zero),
minReduc(min_reduc),
away_(away),
maxTab_(max_tab)
{}
/***********************************************************************/
CglRedSplitParam::CglRedSplitParam(const CglParam &source,
const double lub,
const double eps_el,
const double eps_ra,
const double eps_rr,
const double max_dyn,
const double max_dyn_lub,
const double eps_coeff_lub,
const double min_viol,
const int use_int_slacks,
const int use_cg2,
const double norm_zero,
const double min_reduc,
const double away,
const double max_tab) :
CglParam(source),
LUB(lub),
EPS_ELIM(eps_el),
EPS_RELAX_ABS(eps_ra),
EPS_RELAX_REL(eps_rr),
MAXDYN(max_dyn),
MAXDYN_LUB(max_dyn_lub),
EPS_COEFF_LUB(eps_coeff_lub),
MINVIOL(min_viol),
USE_INTSLACKS(use_int_slacks),
USE_CG2(use_cg2),
normIsZero(norm_zero),
minReduc(min_reduc),
away_(away),
maxTab_(max_tab)
{}
/***********************************************************************/
CglRedSplitParam::CglRedSplitParam(const CglRedSplitParam &source) :
CglParam(source),
LUB(source.LUB),
EPS_ELIM(source.EPS_ELIM),
EPS_RELAX_ABS(source.EPS_RELAX_ABS),
EPS_RELAX_REL(source.EPS_RELAX_REL),
MAXDYN(source.MAXDYN),
MAXDYN_LUB(source.MAXDYN_LUB),
EPS_COEFF_LUB(source.EPS_COEFF_LUB),
MINVIOL(source.MINVIOL),
USE_INTSLACKS(source.USE_INTSLACKS),
USE_CG2(source.USE_CG2),
normIsZero(source.normIsZero),
minReduc(source.minReduc),
away_(source.away_),
maxTab_(source.maxTab_)
{}
/***********************************************************************/
CglRedSplitParam* CglRedSplitParam::clone() const
{
return new CglRedSplitParam(*this);
}
/***********************************************************************/
CglRedSplitParam& CglRedSplitParam::operator=(const CglRedSplitParam &rhs)
{
if(this != &rhs) {
CglParam::operator=(rhs);
LUB = rhs.LUB;
EPS_ELIM = rhs.EPS_ELIM;
EPS_RELAX_ABS = rhs.EPS_RELAX_ABS;
EPS_RELAX_REL = rhs.EPS_RELAX_REL;
MAXDYN = rhs.MAXDYN;
MAXDYN_LUB = rhs.MAXDYN_LUB;
EPS_COEFF_LUB = rhs.EPS_COEFF_LUB;
MINVIOL = rhs.MINVIOL;
USE_INTSLACKS = rhs.USE_INTSLACKS;
USE_CG2 = rhs.USE_CG2;
normIsZero = rhs.normIsZero;
minReduc = rhs.minReduc;
away_ = rhs.away_;
maxTab_ = rhs.maxTab_;
}
return *this;
}
/***********************************************************************/
CglRedSplitParam::~CglRedSplitParam()
{}
| [
"jayg@cbcbsub00.umiacs.umd.edu"
] | jayg@cbcbsub00.umiacs.umd.edu |
4502aeb515506781eb178802dd4ac899d7879b33 | ebc144cd5658eabdb1b7c549741d2718ebe6ff85 | /ThirdParty/log4cplus-2.0.7/include/log4cplus/helpers/thread-config.h | 0d89762b85dd3263e066a57cc487221f0215a785 | [
"Apache-2.0",
"Zlib",
"BSD-2-Clause"
] | permissive | UWB-Biocomputing/Graphitti | 175a8fa442fc61341338efea504adb797136c339 | 6c392438d9e5367b0ddfee9c7fb257df27a05bf4 | refs/heads/master | 2023-09-04T09:04:24.244967 | 2023-08-07T23:55:00 | 2023-08-07T23:55:00 | 273,115,663 | 8 | 22 | Apache-2.0 | 2023-09-13T20:22:13 | 2020-06-18T01:41:41 | C++ | UTF-8 | C++ | false | false | 1,786 | h | // -*- C++ -*-
// Module: Log4CPLUS
// File: thread-config.h
// Created: 4/2003
// Author: Tad E. Smith
//
//
// Copyright 2003-2017 Tad E. Smith
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
/** @file */
#ifndef LOG4CPLUS_HELPERS_THREAD_CONFIG_HEADER_
#define LOG4CPLUS_HELPERS_THREAD_CONFIG_HEADER_
#if defined (LOG4CPLUS_HAVE_PRAGMA_ONCE)
#pragma once
#endif
#if defined (LOG4CPLUS_USE_PTHREADS)
# if defined (__APPLE__)
# define LOG4CPLUS_USE_NAMED_POSIX_SEMAPHORE
# endif
#elif defined(LOG4CPLUS_USE_WIN32_THREADS)
# define LOG4CPLUS_USE_SRW_LOCK
//# define LOG4CPLUS_POOR_MANS_SHAREDMUTEX
# undef LOG4CPLUS_HAVE_TLS_SUPPORT
# undef LOG4CPLUS_THREAD_LOCAL_VAR
# if defined (_MSC_VER)
// The __declspec(thread) functionality is not compatible with LoadLibrary().
// For more information why see and "Windows and TLS" note in README.
// <http://msdn.microsoft.com/en-us/library/2s9wt68x(v=vs.100).aspx>.
# define LOG4CPLUS_HAVE_TLS_SUPPORT 1
# define LOG4CPLUS_THREAD_LOCAL_VAR __declspec(thread)
# endif
#elif defined(LOG4CPLUS_SINGLE_THREADED)
# undef LOG4CPLUS_HAVE_TLS_SUPPORT
# undef LOG4CPLUS_THREAD_LOCAL_VAR
#else
# error "You Must define a Threading model"
#endif
#endif // LOG4CPLUS_HELPERS_THREAD_CONFIG_HEADER_
| [
"cdok@uw.edu"
] | cdok@uw.edu |
2200979f4eefde24bd9028b8c7dd4639e22fa6e6 | bb3ab1d635a1696bb8cb81c672d06747d9a521a6 | /src/test/script_standard_tests.cpp | 75b698c478f58c9c73efda0188c1a3b316cf6131 | [
"MIT"
] | permissive | dogxteam/dogxwallet-master | 55ab22aa37c7ce131a06151958743acb1f3e12af | 346189354bdec9a80c20bdc429ddec15c3b17b73 | refs/heads/master | 2020-04-28T23:42:38.257585 | 2019-03-14T17:19:07 | 2019-03-14T17:19:07 | 175,666,685 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,307 | cpp | // Copyright (c) 2017-2018 The dogxcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <key.h>
#include <keystore.h>
#include <script/ismine.h>
#include <script/script.h>
#include <script/script_error.h>
#include <script/standard.h>
#include <test/test_dogxcoin.h>
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(script_standard_tests, BasicTestingSetup)
BOOST_AUTO_TEST_CASE(script_standard_Solver_success)
{
CKey keys[3];
CPubKey pubkeys[3];
for (int i = 0; i < 3; i++) {
keys[i].MakeNewKey(true);
pubkeys[i] = keys[i].GetPubKey();
}
CScript s;
std::vector<std::vector<unsigned char> > solutions;
// TX_PUBKEY
s.clear();
s << ToByteVector(pubkeys[0]) << OP_CHECKSIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_PUBKEY);
BOOST_CHECK_EQUAL(solutions.size(), 1U);
BOOST_CHECK(solutions[0] == ToByteVector(pubkeys[0]));
// TX_PUBKEYHASH
s.clear();
s << OP_DUP << OP_HASH160 << ToByteVector(pubkeys[0].GetID()) << OP_EQUALVERIFY << OP_CHECKSIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_PUBKEYHASH);
BOOST_CHECK_EQUAL(solutions.size(), 1U);
BOOST_CHECK(solutions[0] == ToByteVector(pubkeys[0].GetID()));
// TX_SCRIPTHASH
CScript redeemScript(s); // initialize with leftover P2PKH script
s.clear();
s << OP_HASH160 << ToByteVector(CScriptID(redeemScript)) << OP_EQUAL;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_SCRIPTHASH);
BOOST_CHECK_EQUAL(solutions.size(), 1U);
BOOST_CHECK(solutions[0] == ToByteVector(CScriptID(redeemScript)));
// TX_MULTISIG
s.clear();
s << OP_1 <<
ToByteVector(pubkeys[0]) <<
ToByteVector(pubkeys[1]) <<
OP_2 << OP_CHECKMULTISIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_MULTISIG);
BOOST_CHECK_EQUAL(solutions.size(), 4U);
BOOST_CHECK(solutions[0] == std::vector<unsigned char>({1}));
BOOST_CHECK(solutions[1] == ToByteVector(pubkeys[0]));
BOOST_CHECK(solutions[2] == ToByteVector(pubkeys[1]));
BOOST_CHECK(solutions[3] == std::vector<unsigned char>({2}));
s.clear();
s << OP_2 <<
ToByteVector(pubkeys[0]) <<
ToByteVector(pubkeys[1]) <<
ToByteVector(pubkeys[2]) <<
OP_3 << OP_CHECKMULTISIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_MULTISIG);
BOOST_CHECK_EQUAL(solutions.size(), 5U);
BOOST_CHECK(solutions[0] == std::vector<unsigned char>({2}));
BOOST_CHECK(solutions[1] == ToByteVector(pubkeys[0]));
BOOST_CHECK(solutions[2] == ToByteVector(pubkeys[1]));
BOOST_CHECK(solutions[3] == ToByteVector(pubkeys[2]));
BOOST_CHECK(solutions[4] == std::vector<unsigned char>({3}));
// TX_NULL_DATA
s.clear();
s << OP_RETURN <<
std::vector<unsigned char>({0}) <<
std::vector<unsigned char>({75}) <<
std::vector<unsigned char>({255});
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NULL_DATA);
BOOST_CHECK_EQUAL(solutions.size(), 0U);
// TX_WITNESS_V0_KEYHASH
s.clear();
s << OP_0 << ToByteVector(pubkeys[0].GetID());
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_WITNESS_V0_KEYHASH);
BOOST_CHECK_EQUAL(solutions.size(), 1U);
BOOST_CHECK(solutions[0] == ToByteVector(pubkeys[0].GetID()));
// TX_WITNESS_V0_SCRIPTHASH
uint256 scriptHash;
CSHA256().Write(&redeemScript[0], redeemScript.size())
.Finalize(scriptHash.begin());
s.clear();
s << OP_0 << ToByteVector(scriptHash);
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_WITNESS_V0_SCRIPTHASH);
BOOST_CHECK_EQUAL(solutions.size(), 1U);
BOOST_CHECK(solutions[0] == ToByteVector(scriptHash));
// TX_NONSTANDARD
s.clear();
s << OP_9 << OP_ADD << OP_11 << OP_EQUAL;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
}
BOOST_AUTO_TEST_CASE(script_standard_Solver_failure)
{
CKey key;
CPubKey pubkey;
key.MakeNewKey(true);
pubkey = key.GetPubKey();
CScript s;
std::vector<std::vector<unsigned char> > solutions;
// TX_PUBKEY with incorrectly sized pubkey
s.clear();
s << std::vector<unsigned char>(30, 0x01) << OP_CHECKSIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
// TX_PUBKEYHASH with incorrectly sized key hash
s.clear();
s << OP_DUP << OP_HASH160 << ToByteVector(pubkey) << OP_EQUALVERIFY << OP_CHECKSIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
// TX_SCRIPTHASH with incorrectly sized script hash
s.clear();
s << OP_HASH160 << std::vector<unsigned char>(21, 0x01) << OP_EQUAL;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
// TX_MULTISIG 0/2
s.clear();
s << OP_0 << ToByteVector(pubkey) << OP_1 << OP_CHECKMULTISIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
// TX_MULTISIG 2/1
s.clear();
s << OP_2 << ToByteVector(pubkey) << OP_1 << OP_CHECKMULTISIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
// TX_MULTISIG n = 2 with 1 pubkey
s.clear();
s << OP_1 << ToByteVector(pubkey) << OP_2 << OP_CHECKMULTISIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
// TX_MULTISIG n = 1 with 0 pubkeys
s.clear();
s << OP_1 << OP_1 << OP_CHECKMULTISIG;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
// TX_NULL_DATA with other opcodes
s.clear();
s << OP_RETURN << std::vector<unsigned char>({75}) << OP_ADD;
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
// TX_WITNESS with incorrect program size
s.clear();
s << OP_0 << std::vector<unsigned char>(19, 0x01);
BOOST_CHECK_EQUAL(Solver(s, solutions), TX_NONSTANDARD);
}
BOOST_AUTO_TEST_CASE(script_standard_ExtractDestination)
{
CKey key;
CPubKey pubkey;
key.MakeNewKey(true);
pubkey = key.GetPubKey();
CScript s;
CTxDestination address;
// TX_PUBKEY
s.clear();
s << ToByteVector(pubkey) << OP_CHECKSIG;
BOOST_CHECK(ExtractDestination(s, address));
BOOST_CHECK(boost::get<CKeyID>(&address) &&
*boost::get<CKeyID>(&address) == pubkey.GetID());
// TX_PUBKEYHASH
s.clear();
s << OP_DUP << OP_HASH160 << ToByteVector(pubkey.GetID()) << OP_EQUALVERIFY << OP_CHECKSIG;
BOOST_CHECK(ExtractDestination(s, address));
BOOST_CHECK(boost::get<CKeyID>(&address) &&
*boost::get<CKeyID>(&address) == pubkey.GetID());
// TX_SCRIPTHASH
CScript redeemScript(s); // initialize with leftover P2PKH script
s.clear();
s << OP_HASH160 << ToByteVector(CScriptID(redeemScript)) << OP_EQUAL;
BOOST_CHECK(ExtractDestination(s, address));
BOOST_CHECK(boost::get<CScriptID>(&address) &&
*boost::get<CScriptID>(&address) == CScriptID(redeemScript));
// TX_MULTISIG
s.clear();
s << OP_1 << ToByteVector(pubkey) << OP_1 << OP_CHECKMULTISIG;
BOOST_CHECK(!ExtractDestination(s, address));
// TX_NULL_DATA
s.clear();
s << OP_RETURN << std::vector<unsigned char>({75});
BOOST_CHECK(!ExtractDestination(s, address));
// TX_WITNESS_V0_KEYHASH
s.clear();
s << OP_0 << ToByteVector(pubkey.GetID());
BOOST_CHECK(ExtractDestination(s, address));
WitnessV0KeyHash keyhash;
CHash160().Write(pubkey.begin(), pubkey.size()).Finalize(keyhash.begin());
BOOST_CHECK(boost::get<WitnessV0KeyHash>(&address) && *boost::get<WitnessV0KeyHash>(&address) == keyhash);
// TX_WITNESS_V0_SCRIPTHASH
s.clear();
WitnessV0ScriptHash scripthash;
CSHA256().Write(redeemScript.data(), redeemScript.size()).Finalize(scripthash.begin());
s << OP_0 << ToByteVector(scripthash);
BOOST_CHECK(ExtractDestination(s, address));
BOOST_CHECK(boost::get<WitnessV0ScriptHash>(&address) && *boost::get<WitnessV0ScriptHash>(&address) == scripthash);
// TX_WITNESS with unknown version
s.clear();
s << OP_1 << ToByteVector(pubkey);
BOOST_CHECK(ExtractDestination(s, address));
WitnessUnknown unk;
unk.length = 33;
unk.version = 1;
std::copy(pubkey.begin(), pubkey.end(), unk.program);
BOOST_CHECK(boost::get<WitnessUnknown>(&address) && *boost::get<WitnessUnknown>(&address) == unk);
}
BOOST_AUTO_TEST_CASE(script_standard_ExtractDestinations)
{
CKey keys[3];
CPubKey pubkeys[3];
for (int i = 0; i < 3; i++) {
keys[i].MakeNewKey(true);
pubkeys[i] = keys[i].GetPubKey();
}
CScript s;
txnouttype whichType;
std::vector<CTxDestination> addresses;
int nRequired;
// TX_PUBKEY
s.clear();
s << ToByteVector(pubkeys[0]) << OP_CHECKSIG;
BOOST_CHECK(ExtractDestinations(s, whichType, addresses, nRequired));
BOOST_CHECK_EQUAL(whichType, TX_PUBKEY);
BOOST_CHECK_EQUAL(addresses.size(), 1U);
BOOST_CHECK_EQUAL(nRequired, 1);
BOOST_CHECK(boost::get<CKeyID>(&addresses[0]) &&
*boost::get<CKeyID>(&addresses[0]) == pubkeys[0].GetID());
// TX_PUBKEYHASH
s.clear();
s << OP_DUP << OP_HASH160 << ToByteVector(pubkeys[0].GetID()) << OP_EQUALVERIFY << OP_CHECKSIG;
BOOST_CHECK(ExtractDestinations(s, whichType, addresses, nRequired));
BOOST_CHECK_EQUAL(whichType, TX_PUBKEYHASH);
BOOST_CHECK_EQUAL(addresses.size(), 1U);
BOOST_CHECK_EQUAL(nRequired, 1);
BOOST_CHECK(boost::get<CKeyID>(&addresses[0]) &&
*boost::get<CKeyID>(&addresses[0]) == pubkeys[0].GetID());
// TX_SCRIPTHASH
CScript redeemScript(s); // initialize with leftover P2PKH script
s.clear();
s << OP_HASH160 << ToByteVector(CScriptID(redeemScript)) << OP_EQUAL;
BOOST_CHECK(ExtractDestinations(s, whichType, addresses, nRequired));
BOOST_CHECK_EQUAL(whichType, TX_SCRIPTHASH);
BOOST_CHECK_EQUAL(addresses.size(), 1U);
BOOST_CHECK_EQUAL(nRequired, 1);
BOOST_CHECK(boost::get<CScriptID>(&addresses[0]) &&
*boost::get<CScriptID>(&addresses[0]) == CScriptID(redeemScript));
// TX_MULTISIG
s.clear();
s << OP_2 <<
ToByteVector(pubkeys[0]) <<
ToByteVector(pubkeys[1]) <<
OP_2 << OP_CHECKMULTISIG;
BOOST_CHECK(ExtractDestinations(s, whichType, addresses, nRequired));
BOOST_CHECK_EQUAL(whichType, TX_MULTISIG);
BOOST_CHECK_EQUAL(addresses.size(), 2U);
BOOST_CHECK_EQUAL(nRequired, 2);
BOOST_CHECK(boost::get<CKeyID>(&addresses[0]) &&
*boost::get<CKeyID>(&addresses[0]) == pubkeys[0].GetID());
BOOST_CHECK(boost::get<CKeyID>(&addresses[1]) &&
*boost::get<CKeyID>(&addresses[1]) == pubkeys[1].GetID());
// TX_NULL_DATA
s.clear();
s << OP_RETURN << std::vector<unsigned char>({75});
BOOST_CHECK(!ExtractDestinations(s, whichType, addresses, nRequired));
}
BOOST_AUTO_TEST_CASE(script_standard_GetScriptFor_)
{
CKey keys[3];
CPubKey pubkeys[3];
for (int i = 0; i < 3; i++) {
keys[i].MakeNewKey(true);
pubkeys[i] = keys[i].GetPubKey();
}
CScript expected, result;
// CKeyID
expected.clear();
expected << OP_DUP << OP_HASH160 << ToByteVector(pubkeys[0].GetID()) << OP_EQUALVERIFY << OP_CHECKSIG;
result = GetScriptForDestination(pubkeys[0].GetID());
BOOST_CHECK(result == expected);
// CScriptID
CScript redeemScript(result);
expected.clear();
expected << OP_HASH160 << ToByteVector(CScriptID(redeemScript)) << OP_EQUAL;
result = GetScriptForDestination(CScriptID(redeemScript));
BOOST_CHECK(result == expected);
// CNoDestination
expected.clear();
result = GetScriptForDestination(CNoDestination());
BOOST_CHECK(result == expected);
// GetScriptForRawPubKey
expected.clear();
expected << ToByteVector(pubkeys[0]) << OP_CHECKSIG;
result = GetScriptForRawPubKey(pubkeys[0]);
BOOST_CHECK(result == expected);
// GetScriptForMultisig
expected.clear();
expected << OP_2 <<
ToByteVector(pubkeys[0]) <<
ToByteVector(pubkeys[1]) <<
ToByteVector(pubkeys[2]) <<
OP_3 << OP_CHECKMULTISIG;
result = GetScriptForMultisig(2, std::vector<CPubKey>(pubkeys, pubkeys + 3));
BOOST_CHECK(result == expected);
// GetScriptForWitness
CScript witnessScript;
witnessScript << ToByteVector(pubkeys[0]) << OP_CHECKSIG;
expected.clear();
expected << OP_0 << ToByteVector(pubkeys[0].GetID());
result = GetScriptForWitness(witnessScript);
BOOST_CHECK(result == expected);
witnessScript.clear();
witnessScript << OP_DUP << OP_HASH160 << ToByteVector(pubkeys[0].GetID()) << OP_EQUALVERIFY << OP_CHECKSIG;
result = GetScriptForWitness(witnessScript);
BOOST_CHECK(result == expected);
witnessScript.clear();
witnessScript << OP_1 << ToByteVector(pubkeys[0]) << OP_1 << OP_CHECKMULTISIG;
uint256 scriptHash;
CSHA256().Write(&witnessScript[0], witnessScript.size())
.Finalize(scriptHash.begin());
expected.clear();
expected << OP_0 << ToByteVector(scriptHash);
result = GetScriptForWitness(witnessScript);
BOOST_CHECK(result == expected);
}
BOOST_AUTO_TEST_CASE(script_standard_IsMine)
{
CKey keys[2];
CPubKey pubkeys[2];
for (int i = 0; i < 2; i++) {
keys[i].MakeNewKey(true);
pubkeys[i] = keys[i].GetPubKey();
}
CKey uncompressedKey;
uncompressedKey.MakeNewKey(false);
CPubKey uncompressedPubkey = uncompressedKey.GetPubKey();
CScript scriptPubKey;
isminetype result;
// P2PK compressed
{
CBasicKeyStore keystore;
scriptPubKey = GetScriptForRawPubKey(pubkeys[0]);
// Keystore does not have key
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has key
BOOST_CHECK(keystore.AddKey(keys[0]));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_SPENDABLE);
}
// P2PK uncompressed
{
CBasicKeyStore keystore;
scriptPubKey = GetScriptForRawPubKey(uncompressedPubkey);
// Keystore does not have key
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has key
BOOST_CHECK(keystore.AddKey(uncompressedKey));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_SPENDABLE);
}
// P2PKH compressed
{
CBasicKeyStore keystore;
scriptPubKey = GetScriptForDestination(pubkeys[0].GetID());
// Keystore does not have key
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has key
BOOST_CHECK(keystore.AddKey(keys[0]));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_SPENDABLE);
}
// P2PKH uncompressed
{
CBasicKeyStore keystore;
scriptPubKey = GetScriptForDestination(uncompressedPubkey.GetID());
// Keystore does not have key
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has key
BOOST_CHECK(keystore.AddKey(uncompressedKey));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_SPENDABLE);
}
// P2SH
{
CBasicKeyStore keystore;
CScript redeemScript = GetScriptForDestination(pubkeys[0].GetID());
scriptPubKey = GetScriptForDestination(CScriptID(redeemScript));
// Keystore does not have redeemScript or key
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has redeemScript but no key
BOOST_CHECK(keystore.AddCScript(redeemScript));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has redeemScript and key
BOOST_CHECK(keystore.AddKey(keys[0]));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_SPENDABLE);
}
// (P2PKH inside) P2SH inside P2SH (invalid)
{
CBasicKeyStore keystore;
CScript redeemscript_inner = GetScriptForDestination(pubkeys[0].GetID());
CScript redeemscript = GetScriptForDestination(CScriptID(redeemscript_inner));
scriptPubKey = GetScriptForDestination(CScriptID(redeemscript));
BOOST_CHECK(keystore.AddCScript(redeemscript));
BOOST_CHECK(keystore.AddCScript(redeemscript_inner));
BOOST_CHECK(keystore.AddCScript(scriptPubKey));
BOOST_CHECK(keystore.AddKey(keys[0]));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// (P2PKH inside) P2SH inside P2WSH (invalid)
{
CBasicKeyStore keystore;
CScript redeemscript = GetScriptForDestination(pubkeys[0].GetID());
CScript witnessscript = GetScriptForDestination(CScriptID(redeemscript));
scriptPubKey = GetScriptForDestination(WitnessV0ScriptHash(witnessscript));
BOOST_CHECK(keystore.AddCScript(witnessscript));
BOOST_CHECK(keystore.AddCScript(redeemscript));
BOOST_CHECK(keystore.AddCScript(scriptPubKey));
BOOST_CHECK(keystore.AddKey(keys[0]));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// P2WPKH inside P2WSH (invalid)
{
CBasicKeyStore keystore;
CScript witnessscript = GetScriptForDestination(WitnessV0KeyHash(pubkeys[0].GetID()));
scriptPubKey = GetScriptForDestination(WitnessV0ScriptHash(witnessscript));
BOOST_CHECK(keystore.AddCScript(witnessscript));
BOOST_CHECK(keystore.AddCScript(scriptPubKey));
BOOST_CHECK(keystore.AddKey(keys[0]));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// (P2PKH inside) P2WSH inside P2WSH (invalid)
{
CBasicKeyStore keystore;
CScript witnessscript_inner = GetScriptForDestination(pubkeys[0].GetID());
CScript witnessscript = GetScriptForDestination(WitnessV0ScriptHash(witnessscript_inner));
scriptPubKey = GetScriptForDestination(WitnessV0ScriptHash(witnessscript));
BOOST_CHECK(keystore.AddCScript(witnessscript_inner));
BOOST_CHECK(keystore.AddCScript(witnessscript));
BOOST_CHECK(keystore.AddCScript(scriptPubKey));
BOOST_CHECK(keystore.AddKey(keys[0]));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// P2WPKH compressed
{
CBasicKeyStore keystore;
BOOST_CHECK(keystore.AddKey(keys[0]));
scriptPubKey = GetScriptForDestination(WitnessV0KeyHash(pubkeys[0].GetID()));
// Keystore implicitly has key and P2SH redeemScript
BOOST_CHECK(keystore.AddCScript(scriptPubKey));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_SPENDABLE);
}
// P2WPKH uncompressed
{
CBasicKeyStore keystore;
BOOST_CHECK(keystore.AddKey(uncompressedKey));
scriptPubKey = GetScriptForDestination(WitnessV0KeyHash(uncompressedPubkey.GetID()));
// Keystore has key, but no P2SH redeemScript
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has key and P2SH redeemScript
BOOST_CHECK(keystore.AddCScript(scriptPubKey));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// scriptPubKey multisig
{
CBasicKeyStore keystore;
scriptPubKey = GetScriptForMultisig(2, {uncompressedPubkey, pubkeys[1]});
// Keystore does not have any keys
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has 1/2 keys
BOOST_CHECK(keystore.AddKey(uncompressedKey));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has 2/2 keys
BOOST_CHECK(keystore.AddKey(keys[1]));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has 2/2 keys and the script
BOOST_CHECK(keystore.AddCScript(scriptPubKey));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// P2SH multisig
{
CBasicKeyStore keystore;
BOOST_CHECK(keystore.AddKey(uncompressedKey));
BOOST_CHECK(keystore.AddKey(keys[1]));
CScript redeemScript = GetScriptForMultisig(2, {uncompressedPubkey, pubkeys[1]});
scriptPubKey = GetScriptForDestination(CScriptID(redeemScript));
// Keystore has no redeemScript
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has redeemScript
BOOST_CHECK(keystore.AddCScript(redeemScript));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_SPENDABLE);
}
// P2WSH multisig with compressed keys
{
CBasicKeyStore keystore;
BOOST_CHECK(keystore.AddKey(keys[0]));
BOOST_CHECK(keystore.AddKey(keys[1]));
CScript witnessScript = GetScriptForMultisig(2, {pubkeys[0], pubkeys[1]});
scriptPubKey = GetScriptForDestination(WitnessV0ScriptHash(witnessScript));
// Keystore has keys, but no witnessScript or P2SH redeemScript
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has keys and witnessScript, but no P2SH redeemScript
BOOST_CHECK(keystore.AddCScript(witnessScript));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has keys, witnessScript, P2SH redeemScript
BOOST_CHECK(keystore.AddCScript(scriptPubKey));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_SPENDABLE);
}
// P2WSH multisig with uncompressed key
{
CBasicKeyStore keystore;
BOOST_CHECK(keystore.AddKey(uncompressedKey));
BOOST_CHECK(keystore.AddKey(keys[1]));
CScript witnessScript = GetScriptForMultisig(2, {uncompressedPubkey, pubkeys[1]});
scriptPubKey = GetScriptForDestination(WitnessV0ScriptHash(witnessScript));
// Keystore has keys, but no witnessScript or P2SH redeemScript
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has keys and witnessScript, but no P2SH redeemScript
BOOST_CHECK(keystore.AddCScript(witnessScript));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has keys, witnessScript, P2SH redeemScript
BOOST_CHECK(keystore.AddCScript(scriptPubKey));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// P2WSH multisig wrapped in P2SH
{
CBasicKeyStore keystore;
CScript witnessScript = GetScriptForMultisig(2, {pubkeys[0], pubkeys[1]});
CScript redeemScript = GetScriptForDestination(WitnessV0ScriptHash(witnessScript));
scriptPubKey = GetScriptForDestination(CScriptID(redeemScript));
// Keystore has no witnessScript, P2SH redeemScript, or keys
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has witnessScript and P2SH redeemScript, but no keys
BOOST_CHECK(keystore.AddCScript(redeemScript));
BOOST_CHECK(keystore.AddCScript(witnessScript));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
// Keystore has keys, witnessScript, P2SH redeemScript
BOOST_CHECK(keystore.AddKey(keys[0]));
BOOST_CHECK(keystore.AddKey(keys[1]));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_SPENDABLE);
}
// OP_RETURN
{
CBasicKeyStore keystore;
BOOST_CHECK(keystore.AddKey(keys[0]));
scriptPubKey.clear();
scriptPubKey << OP_RETURN << ToByteVector(pubkeys[0]);
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// witness unspendable
{
CBasicKeyStore keystore;
BOOST_CHECK(keystore.AddKey(keys[0]));
scriptPubKey.clear();
scriptPubKey << OP_0 << ToByteVector(ParseHex("aabb"));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// witness unknown
{
CBasicKeyStore keystore;
BOOST_CHECK(keystore.AddKey(keys[0]));
scriptPubKey.clear();
scriptPubKey << OP_16 << ToByteVector(ParseHex("aabb"));
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
// Nonstandard
{
CBasicKeyStore keystore;
BOOST_CHECK(keystore.AddKey(keys[0]));
scriptPubKey.clear();
scriptPubKey << OP_9 << OP_ADD << OP_11 << OP_EQUAL;
result = IsMine(keystore, scriptPubKey);
BOOST_CHECK_EQUAL(result, ISMINE_NO);
}
}
BOOST_AUTO_TEST_SUITE_END()
| [
"alizha@tom.com"
] | alizha@tom.com |
d9bac5790c8b7cdcd1f81a285f0049b55b604fdd | 1fdda85a365a07abdd13332ab11cdeb0a9f485cb | /src/lib/avahi/Explorer.cxx | 161106171f973260a7a554461102f2761215be11 | [] | no_license | CM4all/libcommon | 5a568ca3fce1ab985ff2ed9464a044bebb5ec5d5 | 5827f2ccec15cf1fbdbffab308268fd7d9ac1943 | refs/heads/master | 2023-08-18T08:15:48.015497 | 2023-08-17T14:34:48 | 2023-08-17T14:51:45 | 95,901,877 | 19 | 10 | null | 2018-02-28T21:16:40 | 2017-06-30T15:34:34 | C++ | UTF-8 | C++ | false | false | 6,629 | cxx | // SPDX-License-Identifier: BSD-2-Clause
// Copyright CM4all GmbH
// author: Max Kellermann <mk@cm4all.com>
#include "Explorer.hxx"
#include "ExplorerListener.hxx"
#include "Error.hxx"
#include "ErrorHandler.hxx"
#include "Client.hxx"
#include "net/IPv4Address.hxx"
#include "net/IPv6Address.hxx"
#include "util/Cast.hxx"
#include <avahi-common/error.h>
#include <algorithm>
#include <cassert>
namespace Avahi {
inline const std::string &
ServiceExplorer::Object::GetKey() const noexcept
{
/* this is a kludge which takes advantage of the fact that all
instances of this class are inside std::map */
auto &p = ContainerCast(*this, &Map::value_type::second);
return p.first;
}
void
ServiceExplorer::Object::Resolve(AvahiClient *client, AvahiIfIndex interface,
AvahiProtocol protocol,
const char *name,
const char *type,
const char *domain) noexcept
{
assert(resolver == nullptr);
resolver.reset(avahi_service_resolver_new(client, interface, protocol,
name, type, domain,
/* workaround: the following
should be
AVAHI_PROTO_UNSPEC
(because we can deal with
either protocol), but
then avahi-daemon
sometimes returns IPv6
addresses from the cache,
even though the service
was registered as IPv4
only */
protocol,
AvahiLookupFlags(0),
ServiceResolverCallback, this));
if (resolver == nullptr)
explorer.error_handler.OnAvahiError(std::make_exception_ptr(MakeError(*client,
"Failed to create Avahi service resolver")));
}
void
ServiceExplorer::Object::CancelResolve() noexcept
{
resolver.reset();
}
static AllocatedSocketAddress
Import(const AvahiIPv4Address &src, unsigned port) noexcept
{
return AllocatedSocketAddress(IPv4Address({src.address}, port));
}
static AllocatedSocketAddress
Import(AvahiIfIndex interface, const AvahiIPv6Address &src,
unsigned port) noexcept
{
struct in6_addr address;
static_assert(sizeof(src.address) == sizeof(address), "Wrong size");
std::copy_n(src.address, sizeof(src.address), address.s6_addr);
return AllocatedSocketAddress(IPv6Address(address, port, interface));
}
static AllocatedSocketAddress
Import(AvahiIfIndex interface, const AvahiAddress &src, unsigned port) noexcept
{
switch (src.proto) {
case AVAHI_PROTO_INET:
return Import(src.data.ipv4, port);
case AVAHI_PROTO_INET6:
return Import(interface, src.data.ipv6, port);
}
return AllocatedSocketAddress();
}
inline void
ServiceExplorer::Object::ServiceResolverCallback(AvahiIfIndex interface,
AvahiResolverEvent event,
const AvahiAddress *a,
uint16_t port) noexcept
{
switch (event) {
case AVAHI_RESOLVER_FOUND:
address = Import(interface, *a, port);
explorer.listener.OnAvahiNewObject(GetKey(), address);
break;
case AVAHI_RESOLVER_FAILURE:
break;
}
CancelResolve();
}
void
ServiceExplorer::Object::ServiceResolverCallback(AvahiServiceResolver *,
AvahiIfIndex interface,
[[maybe_unused]] AvahiProtocol protocol,
AvahiResolverEvent event,
[[maybe_unused]] const char *name,
[[maybe_unused]] const char *type,
[[maybe_unused]] const char *domain,
[[maybe_unused]] const char *host_name,
const AvahiAddress *a,
uint16_t port,
[[maybe_unused]] AvahiStringList *txt,
[[maybe_unused]] AvahiLookupResultFlags flags,
void *userdata) noexcept
{
auto &object = *(ServiceExplorer::Object *)userdata;
object.ServiceResolverCallback(interface, event, a, port);
}
ServiceExplorer::ServiceExplorer(Client &_avahi_client,
ServiceExplorerListener &_listener,
AvahiIfIndex _interface,
AvahiProtocol _protocol,
const char *_type,
const char *_domain,
ErrorHandler &_error_handler) noexcept
:error_handler(_error_handler),
avahi_client(_avahi_client),
listener(_listener),
query_interface(_interface), query_protocol(_protocol),
query_type(_type == nullptr ? "" : _type),
query_domain(_domain == nullptr ? "" : _domain)
{
avahi_client.AddListener(*this);
}
ServiceExplorer::~ServiceExplorer() noexcept
{
avahi_client.RemoveListener(*this);
}
static std::string
MakeKey(AvahiIfIndex interface,
AvahiProtocol protocol,
const char *name,
const char *type,
const char *domain) noexcept
{
char buffer[2048];
snprintf(buffer, sizeof(buffer), "%d/%d/%s/%s/%s",
(int)interface, (int)protocol, name, type, domain);
return buffer;
}
inline void
ServiceExplorer::ServiceBrowserCallback(AvahiServiceBrowser *b,
AvahiIfIndex interface,
AvahiProtocol protocol,
AvahiBrowserEvent event,
const char *name,
const char *type,
const char *domain,
[[maybe_unused]] AvahiLookupResultFlags flags) noexcept
{
if (event == AVAHI_BROWSER_NEW) {
auto i = objects.emplace(std::piecewise_construct,
std::forward_as_tuple(MakeKey(interface,
protocol, name,
type, domain)),
std::forward_as_tuple(*this));
if (i.second || i.first->second.HasFailed())
i.first->second.Resolve(avahi_service_browser_get_client(b),
interface, protocol,
name, type, domain);
} else if (event == AVAHI_BROWSER_REMOVE) {
auto i = objects.find(MakeKey(interface, protocol, name,
type, domain));
if (i != objects.end()) {
if (i->second.IsActive())
listener.OnAvahiRemoveObject(i->first.c_str());
objects.erase(i);
}
}
}
void
ServiceExplorer::ServiceBrowserCallback(AvahiServiceBrowser *b,
AvahiIfIndex interface,
AvahiProtocol protocol,
AvahiBrowserEvent event,
const char *name,
const char *type,
const char *domain,
AvahiLookupResultFlags flags,
void *userdata) noexcept
{
auto &cluster = *(ServiceExplorer *)userdata;
cluster.ServiceBrowserCallback(b, interface, protocol, event, name,
type, domain, flags);
}
void
ServiceExplorer::OnAvahiConnect(AvahiClient *client) noexcept
{
if (avahi_browser != nullptr)
return;
avahi_browser.reset(avahi_service_browser_new(client,
query_interface, query_protocol,
query_type.c_str(),
query_domain.empty() ? nullptr : query_domain.c_str(),
AvahiLookupFlags(0),
ServiceBrowserCallback, this));
if (avahi_browser == nullptr)
error_handler.OnAvahiError(std::make_exception_ptr(MakeError(*client,
"Failed to create Avahi service browser")));
}
void
ServiceExplorer::OnAvahiDisconnect() noexcept
{
for (auto &i : objects)
i.second.CancelResolve();
avahi_browser.reset();
}
} // namespace Avahi
| [
"mk@cm4all.com"
] | mk@cm4all.com |
e57b953eb481cbb96e7e16588d1ab5277b8b8c65 | da9ef2b5e869e36bb9c31403682621c95be1e9c8 | /lab/Lab051018/Retirement_Vector_V4_MVC_Functions_1/main.cpp | 3c4bf135d23603ec7c92f62e7f999fe30b56996e | [] | no_license | ja2712164/Pass_Suff | 9678e1dc263b80f033cb0c9e5c3408a2c591dc6f | ca8807e5c708207c153251c3120487727341264a | refs/heads/master | 2021-09-14T08:55:29.083330 | 2018-05-10T19:48:36 | 2018-05-10T19:48:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,977 | cpp | /*
* File: main.cpp
* Author: Jonathan Acosta
* Created on May 10th, 2018, 11:25 AM
* Purpose: Retirement with arrays and MVC model
*/
//system Libraries
#include <iostream> //I/O Library-> cout, endl
#include <iomanip> //Format Library
#include <vector>
using namespace std; //namespace I/O stream library created
//User Libraries
//Global Constants
//Math, Physics, Science, Conversions, 2-D Array
//Function Prototypes
void rtrmnt(int,float,float,vector<int> &,vector<float> &,
vector<float> &,vector<float> &);
void dsply(int,float,vector<int> &,vector<float> &,vector<float> &,vector<float> &);
//Execution Begins Here!
int main(int argc, char** argv) {
//Declare Variables
//Salary in $/year, Return on Investment in %,
//Savings required in $, Percentage Deposit in %
float salary,roi,savReq,percDep;//Initial Conditions
//Number of Years, Savings at the Beginning of
//Interest Earned at the End of Year
//Deposit at the end of the year
const int NYRS=100;//Size of the array
int nYears;//NUmber of years the array utilized
vector<float> svBegYr(NYRS),inEndYr(NYRS),dpEndYr(NYRS);
vector<int> year(NYRS);
//Initial Variables
salary=1.e5f;//$100,000
roi=5e-2; //5%
savReq=salary/roi;
percDep=1e-1f;//10%
nYears=50; //50 years
svBegYr[0]=0; //NO Savings int $'s at start
inEndYr[0]=0; //No interest at the beginning
dpEndYr[0]=percDep*salary; //Deposit at the end of every year
//Map/Process All computation Here
year[0]=2021;
rtrmnt(nYears,savReq,roi,year,svBegYr,dpEndYr,inEndYr);
//Output the Results, hence Display
dsply(nYears,savReq,year,svBegYr,dpEndYr,inEndYr);
//Exit Program!
return 0;
}
void dsply(int nYears,float savReq,
vector<int> &year,vector<float> &svBegYr,
vector<float> &dpEndYr,vector<float> &inEndYr){
cout<<fixed<<setprecision(2)<<showpoint;
cout<<"Year Year Savings Interest Deposit"<<endl;
int nYear;
for(nYear=0;nYear<=nYears&&savReq>svBegYr[nYear];nYear++){
cout<<setw(2)<<nYear
<<setw(8)<<year[nYear]
<<setw(12)<<svBegYr[nYear]
<<setw(10)<<inEndYr[nYear]
<<setw(12)<<dpEndYr[nYear]<<endl;
}
//Output the last year
cout<<"Savings to Retire = $"<<svBegYr[nYear]
<<" in year "<<year[nYear]<<endl;
}
void rtrmnt(int nYears,float savReq,float roi,
vector<int> &year,vector<float> &svBegYr,
vector<float> &dpEndYr,vector<float> &inEndYr){
int nYear;
for(nYear=0;nYear<=nYears&&savReq>svBegYr[nYear];nYear++){
int isvBgYr=(svBegYr[nYear]+inEndYr[nYear]+dpEndYr[nYear])*100;//Calculates in Pennies
year[nYear+1]=year[nYear]+1;
svBegYr[nYear+1]=isvBgYr/100;//Shifts back to dollars
dpEndYr[nYear+1]=dpEndYr[nYear];
inEndYr[nYear+1]=svBegYr[nYear+1]*roi;
}
} | [
"Gazelemacosta@gmail.com"
] | Gazelemacosta@gmail.com |
a1a740214a6276fe20feb395bd8f6d0f19d5c136 | 71af935b0a23ab356305a25ac58a12414f30edf1 | /drivers/formats/mbr.cpp | c76355469f461bcd94c1602c7eb73c38d0fc5cbf | [
"BSD-3-Clause"
] | permissive | pgrAm/JSD-OS | 29857c57d2f7d7cc4953523ae7988f56bceee7b2 | c27aeb607f6798af577a5fe581d58992959a5e93 | refs/heads/master | 2022-08-09T22:34:12.733405 | 2022-07-23T18:29:42 | 2022-07-23T18:29:42 | 171,043,471 | 57 | 3 | BSD-3-Clause | 2022-05-10T22:09:41 | 2019-02-16T19:33:33 | C++ | UTF-8 | C++ | false | false | 1,511 | cpp | #include <kernel/filesystem/fs_driver.h>
#include <kernel/kassert.h>
#include <stdint.h>
#include <stdio.h>
#define MBR_SIZE 512
struct __attribute__((packed)) mbr_partition
{
uint8_t status;
uint8_t chs_first_sector[3];
uint8_t type;
uint8_t chs_last_sector[3];
uint32_t lba_first_sector;
uint32_t sector_count;
};
struct __attribute__((packed)) mbr_info
{
mbr_partition entries[4];
uint8_t signature[2];
};
struct __attribute__((packed)) mbr
{
uint8_t boot_code[446];
mbr_info data;
};
static int mbr_read_partitions(filesystem_drive* d, filesystem_virtual_drive* base, size_t block_size)
{
mbr_info boot;
filesystem_read_from_disk(d, 0, offsetof(mbr, data), (uint8_t*)&boot, sizeof(mbr_info));
int return_val = -1;
if((boot.signature[0] == 0x55 || boot.signature[1] == 0xAA))
{
//kinda a hack to ignore fat boot sectors
uint8_t boot_code[3];
filesystem_read_from_disk(d, 0, 0, (uint8_t*)&boot_code, sizeof(boot_code));
if(boot_code[0] == 0xEB || boot_code[2] == 0x90)
{
return 0;
}
return_val = 0;
for(size_t i = 0; i < 4; i++)
{
mbr_partition* p = &boot.entries[i];
if(p->sector_count != 0)
{
if(base)
{
base->first_block = p->lba_first_sector;
base->num_blocks = p->sector_count;
base = nullptr;
}
else
{
filesystem_add_virtual_drive(d, p->lba_first_sector, p->sector_count);
}
}
}
}
return return_val;
}
extern "C" void mbr_init(void)
{
filesystem_add_partitioner(mbr_read_partitions);
} | [
"jakedelmastro@gmail.com"
] | jakedelmastro@gmail.com |
4a81311049d21a7d0c57254de204fc462db22986 | ec7d1269672e09ff8ff2720b60f350677c8c15f1 | /arm-linux-gcc-4.5.1/4.5.1/arm-none-linux-gnueabi/sys-root/usr/include/c++/4.5.1/debug/debug.h | f1a2a2b701138ab7f9e91cbd5b68309cbb61b17a | [] | no_license | ElevenH/First-Blood | 6a4d8ed48e93660c44b0623405bf30530eeea16b | 44ee02b8126c5609dc78d917633bde9caf4d0d68 | refs/heads/master | 2022-02-07T16:20:43.634359 | 2022-01-28T08:04:42 | 2022-01-28T08:04:42 | 46,023,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,182 | h | // Debugging support implementation -*- C++ -*-
// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software;you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation;either version 3, or (at your option)
// any later version.
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY;without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// Under Section 7 of GPL version 3, you are granted additional
// permissions described in the GCC Runtime Library Exception, version
// 3.1, as published by the Free Software Foundation.
// You should have received a copy of the GNU General Public License and
// a copy of the GCC Runtime Library Exception along with this program;
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.
/** @file debug/debug.h
* This file is a GNU debug extension to the Standard C++ Library.
*/
#ifndef _GLIBCXX_DEBUG_MACRO_SWITCH_H
#define _GLIBCXX_DEBUG_MACRO_SWITCH_H 1
/** Macros and namespaces used by the implementation outside of debug
* wrappers to verify certain properties. The __glibcxx_requires_xxx
* macros are merely wrappers around the __glibcxx_check_xxx wrappers
* when we are compiling with debug mode, but disappear when we are
* in release mode so that there is no checking performed in, e.g.,
* the standard library algorithms.
*/
// Debug mode namespaces.
/**
* @namespace std::__debug
* @brief GNU debug code, replaces standard behavior with debug behavior.
*/
namespace std
{
namespace __debug{}
}
/** @namespace __gnu_debug
* @brief GNU debug classes for public use.
*/
namespace __gnu_debug
{
using namespace std::__debug;
}
#ifndef _GLIBCXX_DEBUG
#define _GLIBCXX_DEBUG_ASSERT(_Condition)
#define _GLIBCXX_DEBUG_PEDASSERT(_Condition)
#define _GLIBCXX_DEBUG_ONLY(_Statement);
#define __glibcxx_requires_cond(_Cond,_Msg)
#define __glibcxx_requires_valid_range(_First,_Last)
#define __glibcxx_requires_sorted(_First,_Last)
#define __glibcxx_requires_sorted_pred(_First,_Last,_Pred)
#define __glibcxx_requires_sorted_set(_First1,_Last1,_First2)
#define __glibcxx_requires_sorted_set_pred(_First1,_Last1,_First2,_Pred)
#define __glibcxx_requires_partitioned_lower(_First,_Last,_Value)
#define __glibcxx_requires_partitioned_upper(_First,_Last,_Value)
#define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred)
#define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred)
#define __glibcxx_requires_heap(_First,_Last)
#define __glibcxx_requires_heap_pred(_First,_Last,_Pred)
#define __glibcxx_requires_nonempty()
#define __glibcxx_requires_string(_String)
#define __glibcxx_requires_string_len(_String,_Len)
#define __glibcxx_requires_subscript(_N)
#else
#include <debug/macros.h>
#define _GLIBCXX_DEBUG_ASSERT(_Condition) __glibcxx_assert(_Condition)
#ifdef _GLIBCXX_DEBUG_PEDANTIC
#define _GLIBCXX_DEBUG_PEDASSERT(_Condition) _GLIBCXX_DEBUG_ASSERT(_Condition)
#else
#define _GLIBCXX_DEBUG_PEDASSERT(_Condition)
#endif
#define _GLIBCXX_DEBUG_ONLY(_Statement) _Statement
#define __glibcxx_requires_cond(_Cond,_Msg) _GLIBCXX_DEBUG_VERIFY(_Cond,_Msg)
#define __glibcxx_requires_valid_range(_First,_Last) \
__glibcxx_check_valid_range(_First,_Last)
#define __glibcxx_requires_sorted(_First,_Last) \
__glibcxx_check_sorted(_First,_Last)
#define __glibcxx_requires_sorted_pred(_First,_Last,_Pred) \
__glibcxx_check_sorted_pred(_First,_Last,_Pred)
#define __glibcxx_requires_sorted_set(_First1,_Last1,_First2) \
__glibcxx_check_sorted_set(_First1,_Last1,_First2)
#define __glibcxx_requires_sorted_set_pred(_First1,_Last1,_First2,_Pred) \
__glibcxx_check_sorted_set_pred(_First1,_Last1,_First2,_Pred)
#define __glibcxx_requires_partitioned_lower(_First,_Last,_Value) \
__glibcxx_check_partitioned_lower(_First,_Last,_Value)
#define __glibcxx_requires_partitioned_upper(_First,_Last,_Value) \
__glibcxx_check_partitioned_upper(_First,_Last,_Value)
#define __glibcxx_requires_partitioned_lower_pred(_First,_Last,_Value,_Pred) \
__glibcxx_check_partitioned_lower_pred(_First,_Last,_Value,_Pred)
#define __glibcxx_requires_partitioned_upper_pred(_First,_Last,_Value,_Pred) \
__glibcxx_check_partitioned_upper_pred(_First,_Last,_Value,_Pred)
#define __glibcxx_requires_heap(_First,_Last) \
__glibcxx_check_heap(_First,_Last)
#define __glibcxx_requires_heap_pred(_First,_Last,_Pred) \
__glibcxx_check_heap_pred(_First,_Last,_Pred)
#define __glibcxx_requires_nonempty() __glibcxx_check_nonempty()
#define __glibcxx_requires_string(_String) __glibcxx_check_string(_String)
#define __glibcxx_requires_string_len(_String,_Len) \
__glibcxx_check_string_len(_String,_Len)
#define __glibcxx_requires_subscript(_N) __glibcxx_check_subscript(_N)
#include <debug/functions.h>
#include <debug/formatter.h>
#endif
#endif // _GLIBCXX_DEBUG_MACRO_SWITCH_H
| [
"pangchol@163.com"
] | pangchol@163.com |
2920a9538cb918bdfa22b0e205ab3a9deaeef38e | f739df1f252d7c961ed881be3b8babaf62ff4170 | /softs/SCADAsoft/5.3.2/ACE_Wrappers/TAO/tao/TransportCurrent/TCC.h | a36fb1aa02f23f2750d21fea4073c5a6e4535ac3 | [] | no_license | billpwchan/SCADA-nsl | 739484691c95181b262041daa90669d108c54234 | 1287edcd38b2685a675f1261884f1035f7f288db | refs/heads/master | 2023-04-30T09:15:49.104944 | 2021-01-10T21:53:10 | 2021-01-10T21:53:10 | 328,486,982 | 0 | 0 | null | 2023-04-22T07:10:56 | 2021-01-10T21:53:19 | C++ | UTF-8 | C++ | false | false | 10,513 | h | // -*- C++ -*-
//
// $Id$
// **** Code generated by the The ACE ORB (TAO) IDL Compiler v1.6a_p10 ****
// TAO and the TAO IDL Compiler have been developed by:
// Center for Distributed Object Computing
// Washington University
// St. Louis, MO
// USA
// http://www.cs.wustl.edu/~schmidt/doc-center.html
// and
// Distributed Object Computing Laboratory
// University of California at Irvine
// Irvine, CA
// USA
// http://doc.ece.uci.edu/
// and
// Institute for Software Integrated Systems
// Vanderbilt University
// Nashville, TN
// USA
// http://www.isis.vanderbilt.edu/
//
// Information about TAO is available at:
// http://www.cs.wustl.edu/~schmidt/TAO.html
// TAO_IDL - Generated from
// be\be_codegen.cpp:135
#ifndef _TAO_IDL_TRANSPORTCURRENT_TCC_H_
#define _TAO_IDL_TRANSPORTCURRENT_TCC_H_
#include /**/ "ace/pre.h"
#include /**/ "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include /**/ "tao/TransportCurrent/Transport_Current_Export.h"
#include "tao/AnyTypeCode/AnyTypeCode_methods.h"
#include "tao/ORB.h"
#include "tao/UserException.h"
#include "tao/Basic_Types.h"
#include "tao/Object.h"
#include "tao/String_Manager_T.h"
#include "tao/AnyTypeCode/IOPA.h"
#include "tao/AnyTypeCode/TimeBaseA.h"
#include "tao/Objref_VarOut_T.h"
#include "tao/VarOut_T.h"
#include /**/ "tao/Versioned_Namespace.h"
#include "tao/IOPC.h"
#include "tao/TimeBaseC.h"
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
#endif
#define TAO_EXPORT_MACRO TAO_Transport_Current_Export
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_module/module_ch.cpp:49
namespace TAO
{
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_typedef/typedef_ch.cpp:379
typedef ::CORBA::ULongLong CounterT;
typedef ::CORBA::ULongLong_out CounterT_out;
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49
extern TAO_Transport_Current_Export ::CORBA::TypeCode_ptr const _tc_CounterT;
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_module/module_ch.cpp:49
namespace Transport
{
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_exception/exception_ch.cpp:53
#if !defined (_TAO_TRANSPORT_NOCONTEXT_CH_)
#define _TAO_TRANSPORT_NOCONTEXT_CH_
class TAO_Transport_Current_Export NoContext : public ::CORBA::UserException
{
public:
NoContext (void);
NoContext (const NoContext &);
~NoContext (void);
NoContext &operator= (const NoContext &);
static void _tao_any_destructor (void *);
static NoContext *_downcast ( ::CORBA::Exception *);
static const NoContext *_downcast ( ::CORBA::Exception const *);
static ::CORBA::Exception *_alloc (void);
virtual ::CORBA::Exception *_tao_duplicate (void) const;
virtual void _raise (void) const;
virtual void _tao_encode (TAO_OutputCDR &cdr) const;
virtual void _tao_decode (TAO_InputCDR &cdr);
virtual ::CORBA::TypeCode_ptr _tao_type (void) const;
};
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49
extern TAO_Transport_Current_Export ::CORBA::TypeCode_ptr const _tc_NoContext;
#endif /* end #if !defined */
// TAO_IDL - Generated from
// be\be_interface.cpp:644
#if !defined (_TAO_TRANSPORT_CURRENT__VAR_OUT_CH_)
#define _TAO_TRANSPORT_CURRENT__VAR_OUT_CH_
class Current;
typedef Current *Current_ptr;
typedef
TAO_Objref_Var_T<
Current
>
Current_var;
typedef
TAO_Objref_Out_T<
Current
>
Current_out;
#endif /* end #if !defined */
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:54
#if !defined (_TAO_TRANSPORT_CURRENT_CH_)
#define _TAO_TRANSPORT_CURRENT_CH_
class TAO_Transport_Current_Export Current
: public virtual ::CORBA::Object
{
public:
typedef Current_ptr _ptr_type;
typedef Current_var _var_type;
typedef Current_out _out_type;
// The static operations.
static Current_ptr _duplicate (Current_ptr obj);
static void _tao_release (Current_ptr obj);
static Current_ptr _narrow (::CORBA::Object_ptr obj);
static Current_ptr _unchecked_narrow (::CORBA::Object_ptr obj);
static Current_ptr _nil (void)
{
return static_cast<Current_ptr> (0);
}
static void _tao_any_destructor (void *);
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46
virtual ::CORBA::Long id (
void) = 0;
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46
virtual ::TAO::CounterT bytes_sent (
void) = 0;
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46
virtual ::TAO::CounterT bytes_received (
void) = 0;
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46
virtual ::TAO::CounterT messages_sent (
void) = 0;
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46
virtual ::TAO::CounterT messages_received (
void) = 0;
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_operation/operation_ch.cpp:46
virtual ::TimeBase::TimeT open_since (
void) = 0;
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_interface/interface_ch.cpp:216
virtual ::CORBA::Boolean _is_a (const char *type_id);
virtual const char* _interface_repository_id (void) const;
virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr);
protected:
// Abstract or local interface only.
Current (void);
virtual ~Current (void);
private:
// Private and unimplemented for concrete interfaces.
Current (const Current &);
void operator= (const Current &);
};
#endif /* end #if !defined */
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_typecode/typecode_decl.cpp:49
extern TAO_Transport_Current_Export ::CORBA::TypeCode_ptr const _tc_Current;
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_module/module_ch.cpp:78
} // module TAO::Transport
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_module/module_ch.cpp:78
} // module TAO
// TAO_IDL - Generated from
// be\be_visitor_traits.cpp:64
TAO_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// Traits specializations.
namespace TAO
{
#if !defined (_TAO_TRANSPORT_CURRENT__TRAITS_)
#define _TAO_TRANSPORT_CURRENT__TRAITS_
template<>
struct TAO_Transport_Current_Export Objref_Traits< ::TAO::Transport::Current>
{
static ::TAO::Transport::Current_ptr duplicate (
::TAO::Transport::Current_ptr p
);
static void release (
::TAO::Transport::Current_ptr p
);
static ::TAO::Transport::Current_ptr nil (void);
static ::CORBA::Boolean marshal (
const ::TAO::Transport::Current_ptr p,
TAO_OutputCDR & cdr
);
};
#endif /* end #if !defined */
}
TAO_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_exception/any_op_ch.cpp:53
TAO_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_Transport_Current_Export void operator<<= (::CORBA::Any &, const TAO::Transport::NoContext &); // copying version
TAO_Transport_Current_Export void operator<<= (::CORBA::Any &, TAO::Transport::NoContext*); // noncopying version
TAO_Transport_Current_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, TAO::Transport::NoContext *&); // deprecated
TAO_Transport_Current_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, const TAO::Transport::NoContext *&);
TAO_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_interface/any_op_ch.cpp:54
#if defined (ACE_ANY_OPS_USE_NAMESPACE)
namespace TAO
{
namespace Transport
{
TAO_Transport_Current_Export void operator<<= ( ::CORBA::Any &, Current_ptr); // copying
TAO_Transport_Current_Export void operator<<= ( ::CORBA::Any &, Current_ptr *); // non-copying
TAO_Transport_Current_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, Current_ptr &);
}
}
#else
TAO_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_Transport_Current_Export void operator<<= (::CORBA::Any &, TAO::Transport::Current_ptr); // copying
TAO_Transport_Current_Export void operator<<= (::CORBA::Any &, TAO::Transport::Current_ptr *); // non-copying
TAO_Transport_Current_Export ::CORBA::Boolean operator>>= (const ::CORBA::Any &, TAO::Transport::Current_ptr &);
TAO_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
#endif
// TAO_IDL - Generated from
// d:\softs\ace_wrappers_vc10\tao\tao_idl\be\be_visitor_exception/cdr_op_ch.cpp:52
TAO_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_Transport_Current_Export ::CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO::Transport::NoContext &);
TAO_Transport_Current_Export ::CORBA::Boolean operator>> (TAO_InputCDR &, TAO::Transport::NoContext &);
TAO_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// TAO_IDL - Generated from
// be\be_codegen.cpp:1228
TAO_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__)
#include "TCC.inl"
#endif /* defined INLINE */
#include /**/ "ace/post.h"
#endif /* ifndef */
| [
"billpwchan@hotmail.com"
] | billpwchan@hotmail.com |
9c7c3f27f91e542a7f85c29460a16bff6dd7758a | b5e9ee331d96d9b5b43fe8653a96301af67cc95b | /opencv/src/external/qwt/qwt_abstract_slider.h | d9facbbed22234abeaa90665525e66220f96cde3 | [] | no_license | joonhwan/study | 531d3b0f3cb2c26dae9953f05a56a12305215f4a | e79490820e7c03bbfad58e7f9fd02a3f72783e67 | refs/heads/master | 2023-01-23T22:31:59.364783 | 2020-02-23T14:01:28 | 2020-02-23T14:01:28 | 4,001,896 | 9 | 2 | null | 2023-01-14T00:56:35 | 2012-04-12T06:19:31 | C++ | UTF-8 | C++ | false | false | 5,164 | h | /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
* Qwt Widget Library
* Copyright (C) 1997 Josef Wilgen
* Copyright (C) 2002 Uwe Rathmann
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Qwt License, Version 1.0
*****************************************************************************/
#ifndef QWT_ABSTRACT_SLIDER_H
#define QWT_ABSTRACT_SLIDER_H
#include "qwt_global.h"
#include "qwt_double_range.h"
#include <qwidget.h>
/*!
\brief An abstract base class for slider widgets
QwtAbstractSlider is a base class for
slider widgets. It handles mouse events
and updates the slider's value accordingly. Derived classes
only have to implement the getValue() and
getScrollMode() members, and should react to a
valueChange(), which normally requires repainting.
*/
class QWT_EXPORT QwtAbstractSlider : public QWidget, public QwtDoubleRange
{
Q_OBJECT
Q_PROPERTY( bool readOnly READ isReadOnly WRITE setReadOnly )
Q_PROPERTY( bool valid READ isValid WRITE setValid )
Q_PROPERTY( double mass READ mass WRITE setMass )
Q_PROPERTY( Qt::Orientation orientation
READ orientation WRITE setOrientation )
public:
/*!
Scroll mode
\sa getScrollMode()
*/
enum ScrollMode
{
//! Scrolling switched off. Don't change the value.
ScrNone,
/*!
Change the value while the user keeps the
button pressed and moves the mouse.
*/
ScrMouse,
/*!
Automatic scrolling. Increment the value in the specified direction
as long as the user keeps the button pressed.
*/
ScrTimer,
ScrDirect,
//! Automatic scrolling. Same as ScrTimer, but increment by page size.
ScrPage
};
explicit QwtAbstractSlider( Qt::Orientation, QWidget *parent = NULL );
virtual ~QwtAbstractSlider();
void setUpdateTime( int t );
void stopMoving();
void setTracking( bool enable );
virtual void setMass( double val );
virtual double mass() const;
virtual void setOrientation( Qt::Orientation o );
Qt::Orientation orientation() const;
bool isReadOnly() const;
/*
Wrappers for QwtDblRange::isValid/QwtDblRange::setValid made
to be available as Q_PROPERTY in the designer.
*/
/*!
\sa QwtDblRange::isValid()
*/
bool isValid() const
{
return QwtDoubleRange::isValid();
}
/*!
\param valid true/false
\sa QwtDblRange::isValid()
*/
void setValid( bool valid )
{
QwtDoubleRange::setValid( valid );
}
public Q_SLOTS:
virtual void setValue( double val );
virtual void fitValue( double val );
virtual void incValue( int steps );
virtual void setReadOnly( bool );
Q_SIGNALS:
/*!
\brief Notify a change of value.
In the default setting
(tracking enabled), this signal will be emitted every
time the value changes ( see setTracking() ).
\param value new value
*/
void valueChanged( double value );
/*!
This signal is emitted when the user presses the
movable part of the slider (start ScrMouse Mode).
*/
void sliderPressed();
/*!
This signal is emitted when the user releases the
movable part of the slider.
*/
void sliderReleased();
/*!
This signal is emitted when the user moves the
slider with the mouse.
\param value new value
*/
void sliderMoved( double value );
protected:
virtual void setPosition( const QPoint & );
virtual void valueChange();
virtual void timerEvent( QTimerEvent *e );
virtual void mousePressEvent( QMouseEvent *e );
virtual void mouseReleaseEvent( QMouseEvent *e );
virtual void mouseMoveEvent( QMouseEvent *e );
virtual void keyPressEvent( QKeyEvent *e );
virtual void wheelEvent( QWheelEvent *e );
/*!
\brief Determine the value corresponding to a specified poind
This is an abstract virtual function which is called when
the user presses or releases a mouse button or moves the
mouse. It has to be implemented by the derived class.
\param p point
*/
virtual double getValue( const QPoint & p ) = 0;
/*!
\brief Determine what to do when the user presses a mouse button.
This function is abstract and has to be implemented by derived classes.
It is called on a mousePress event. The derived class can determine
what should happen next in dependence of the position where the mouse
was pressed by returning scrolling mode and direction.
\param pos point where the mouse was pressed
\retval scrollMode The scrolling mode
\retval direction direction: 1, 0, or -1.
*/
virtual void getScrollMode( const QPoint &pos,
ScrollMode &scrollMode, int &direction ) const = 0;
void setMouseOffset( double );
double mouseOffset() const;
int scrollMode() const;
private:
void buttonReleased();
class PrivateData;
PrivateData *d_data;
};
#endif
| [
"joonhwan.lee@gmail.com"
] | joonhwan.lee@gmail.com |
9452760ae81166a14e8e47ea528430a14b44ce56 | d0772e9a2ab5d3c162b436e37311bf3db167ede4 | /memo_iterator.hpp | 3c8da67222fcce6c2625159ea0a4e86d12822582 | [
"MIT"
] | permissive | belyaev-mikhail/iterations | 8046f7caba598c91aa512c7250d8a6cb5f499fb8 | f86300288444ddb70db6966e98a30795c23a10c3 | refs/heads/master | 2020-07-11T07:25:12.145679 | 2017-01-24T18:23:12 | 2017-01-24T18:23:12 | 204,477,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,623 | hpp | /*
* count_iterator.hpp
*
* Created on: Nov 10, 2015
* Author: belyaev
*/
#ifndef MEMO_ITERATOR_HPP_
#define MEMO_ITERATOR_HPP_
#include <unordered_map>
#include "iterator_adapter.hpp"
namespace essentials {
namespace iterations {
template<class It>
struct memo_iterator_simple: simple_iterator_facade<It> {
using facade = simple_iterator_facade<It>;
using key_t = size_t;
using elem_t = std::decay_t<decltype(*std::declval<It>())>;
key_t key;
std::shared_ptr<std::unordered_map<key_t, elem_t>> storage;
memo_iterator_simple(It it):
simple_iterator_facade<It>{it}, storage(std::make_shared<std::unordered_map<key_t, elem_t>>()) {}
void next() { ++key; facade::next(); }
void next(size_t diff) { key += diff; facade::next(diff); }
void prev() { --key; facade::prev(); }
void prev(size_t diff) { key -= diff; facade::prev(diff); }
auto value() const -> decltype(facade::value()) {
auto fit = storage->find(key);
if(fit == std::end(*storage)) {
auto emplace_result = storage->emplace(key, facade::value());
return emplace_result.first->second;
} else {
return fit->second;
}
}
};
template<class It>
using memoizing_iterator = iterator_adapter<memo_iterator_simple<It>, iterator_category_for<It>>;
template<class It>
auto memo_iterator(It it) -> memoizing_iterator<It> {
return adapt_simple_iterator(
memo_iterator_simple<It>{it},
iterator_category_for<It>{}
);
}
} /* namespace iterations */
} /* namespace essentials */
#endif /* MEMO_ITERATOR_HPP_ */
| [
"2496075+belyaev-mikhail@users.noreply.github.com"
] | 2496075+belyaev-mikhail@users.noreply.github.com |
ac48bd86b496909370f6c6ddb4eb2b077120e837 | 58ac7ce414dcbe875e26bb6fae692e3c74f39c4e | /chrome/browser/android/browsing_data/url_filter_bridge.cc | 7b1e9ecb8108cfbc7fb687854904557e7cecc5a4 | [
"BSD-3-Clause"
] | permissive | markthomas93/tempwork | f4ba7b4620c1cb806aef40a66692115140b42c90 | 93c852f3d14c95b2d73077b00e7284ea6f416d84 | refs/heads/master | 2021-12-10T10:35:39.230466 | 2016-08-11T12:00:33 | 2016-08-11T12:00:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,128 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/android/browsing_data/url_filter_bridge.h"
#include "base/android/jni_android.h"
#include "base/android/jni_string.h"
#include "jni/UrlFilterBridge_jni.h"
#include "url/gurl.h"
UrlFilterBridge::UrlFilterBridge(
const base::Callback<bool(const GURL&)>& url_filter)
: url_filter_(url_filter),
j_bridge_(Java_UrlFilterBridge_create(
base::android::AttachCurrentThread(),
reinterpret_cast<uintptr_t>(this))) {}
UrlFilterBridge::~UrlFilterBridge() {}
void UrlFilterBridge::Destroy(JNIEnv* env,
const JavaParamRef<jobject>& obj) {
delete this;
}
bool UrlFilterBridge::MatchesUrl(
JNIEnv* env,
const JavaParamRef<jobject>& obj,
const JavaParamRef<jstring>& jurl) const {
GURL url(base::android::ConvertJavaStringToUTF8(env, jurl));
return url_filter_.Run(url);
}
// static
bool UrlFilterBridge::Register(JNIEnv* env) {
return RegisterNativesImpl(env);
}
| [
"gaoxiaojun@gmail.com"
] | gaoxiaojun@gmail.com |
6dcd90fba848fcc7c5a0aebdc7f5586801f93cc8 | eddc84bbf831f58c5b70d9fad0c53b7c2b12af43 | /practice/1624.cpp | 036e479d71d849b825b659d02514939ec36d070c | [] | no_license | amitray1608/PCcodes | 79a91a85203b488eeca695ec8048e607269882e0 | e0d49c0b0c05d80d4d813e4a706a8b900de55a91 | refs/heads/master | 2023-06-20T02:01:05.875982 | 2021-07-23T02:25:54 | 2021-07-23T02:25:54 | 305,299,557 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 897 | cpp | #include<bits/stdc++.h>
using namespace std;
#define endl '\n'
#define deb(x) cout << #x << " = " << x << endl;
typedef long long ll;
typedef long double ld;
const int MOD = 1e9 + 7;
const int MAXN = 64;
int col[MAXN], diag1[MAXN], diag2[MAXN];
vector<string> s(8);
int ans = 0, n = 8;
void recc(int y) {
if(y == n) {
ans++;
return;
}
for(int x = 0; x < n; x++) {
if(s[x][y] == '*') continue;
if(col[x] or diag1[x+y] or diag2[x-y+n-1]) continue;
col[x] = diag1[x+y] = diag2[x-y+n-1] = 1;
recc(y+1);
col[x] = diag1[x+y] = diag2[x-y+n-1] = 0;
}
}
void solve(){
for(int i = 0; i < n; i++)
cin >> s[i];
recc(0);
cout << ans;
}
int main(){
ios_base::sync_with_stdio(false);
cin.tie(nullptr); cout.tie(nullptr);
int t = 1, tt = 0;
//cin >> t;
while(t--){
//cout << "Case #" << ++tt << ": ";
solve();
}
return 0;
} //Hajimemashite
| [
"amitray1608@gmail.com"
] | amitray1608@gmail.com |
9ffd7a06410e2129216e88920caab86fd0d32178 | f09be262c24f8e8d6c029c29832cf1730dd379bb | /3rdparty/half_float/half.hpp | 8a43f713fd883e4de73aaf911fff9a86cdee3300 | [
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | NVIDIA/caffe | 86daa95b8bd7cfc74cb22984a8508782c763568b | 82832a87e587a83d4b5a2a451d9f22cb71dd1588 | refs/heads/caffe-0.17 | 2023-09-05T03:40:03.082476 | 2021-08-22T20:29:59 | 2021-08-22T20:29:59 | 31,136,177 | 769 | 394 | NOASSERTION | 2023-04-03T07:27:52 | 2015-02-21T18:41:24 | C++ | UTF-8 | C++ | false | false | 150,447 | hpp | // half - IEEE 754-based half-precision floating point library.
//
// Copyright (c) 2012-2013 Christian Rau <rauy@users.sourceforge.net>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
// modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
// COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// Version 1.11.0
/// \file
/// Main header file for half precision functionality.
#ifndef HALF_HALF_HPP
#define HALF_HALF_HPP
#include <math.h>
#include <stdio.h>
/// Combined gcc version number.
#define HALF_GNUC_VERSION (__GNUC__*100+__GNUC_MINOR__)
//check C++11 language features
#if defined(__clang__) //clang
#if __has_feature(cxx_static_assert) && !defined(HALF_ENABLE_CPP11_STATIC_ASSERT)
#define HALF_ENABLE_CPP11_STATIC_ASSERT 1
#endif
#if __has_feature(cxx_constexpr) && !defined(HALF_ENABLE_CPP11_CONSTEXPR)
#define HALF_ENABLE_CPP11_CONSTEXPR 1
#endif
#if __has_feature(cxx_noexcept) && !defined(HALF_ENABLE_CPP11_NOEXCEPT)
#define HALF_ENABLE_CPP11_NOEXCEPT 1
#endif
#if __has_feature(cxx_user_literals) && !defined(HALF_ENABLE_CPP11_USER_LITERALS)
#define HALF_ENABLE_CPP11_USER_LITERALS 1
#endif
#if (defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L) && !defined(HALF_ENABLE_CPP11_LONG_LONG)
#define HALF_ENABLE_CPP11_LONG_LONG 1
#endif
/*#elif defined(__INTEL_COMPILER) //Intel C++
#if __INTEL_COMPILER >= 1100 && !defined(HALF_ENABLE_CPP11_STATIC_ASSERT) ????????
#define HALF_ENABLE_CPP11_STATIC_ASSERT 1
#endif
#if __INTEL_COMPILER >= 1300 && !defined(HALF_ENABLE_CPP11_CONSTEXPR) ????????
#define HALF_ENABLE_CPP11_CONSTEXPR 1
#endif
#if __INTEL_COMPILER >= 1300 && !defined(HALF_ENABLE_CPP11_NOEXCEPT) ????????
#define HALF_ENABLE_CPP11_NOEXCEPT 1
#endif
#if __INTEL_COMPILER >= 1100 && !defined(HALF_ENABLE_CPP11_LONG_LONG) ????????
#define HALF_ENABLE_CPP11_LONG_LONG 1
#endif*/
#elif defined(__GNUC__) //gcc
#if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L
#if HALF_GNUC_VERSION >= 403 && !defined(HALF_ENABLE_CPP11_STATIC_ASSERT)
#define HALF_ENABLE_CPP11_STATIC_ASSERT 1
#endif
#if HALF_GNUC_VERSION >= 406 && !defined(HALF_ENABLE_CPP11_CONSTEXPR)
#define HALF_ENABLE_CPP11_CONSTEXPR 1
#endif
#if HALF_GNUC_VERSION >= 406 && !defined(HALF_ENABLE_CPP11_NOEXCEPT)
#define HALF_ENABLE_CPP11_NOEXCEPT 1
#endif
#if HALF_GNUC_VERSION >= 407 && !defined(HALF_ENABLE_CPP11_USER_LITERALS)
#define HALF_ENABLE_CPP11_USER_LITERALS 1
#endif
#if !defined(HALF_ENABLE_CPP11_LONG_LONG)
#define HALF_ENABLE_CPP11_LONG_LONG 1
#endif
#endif
#elif defined(_MSC_VER) //Visual C++
#if _MSC_VER >= 1600 && !defined(HALF_ENABLE_CPP11_STATIC_ASSERT)
#define HALF_ENABLE_CPP11_STATIC_ASSERT 1
#endif
#if _MSC_VER >= 1310 && !defined(HALF_ENABLE_CPP11_LONG_LONG)
#define HALF_ENABLE_CPP11_LONG_LONG 1
#endif
#define HALF_POP_WARNINGS 1
#pragma warning(push)
#pragma warning(disable : 4099 4127 4146) //struct vs class, constant in if, negative unsigned
#endif
//check C++11 library features
#include <utility>
#if defined(_LIBCPP_VERSION) //libc++
#if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103
#ifndef HALF_ENABLE_CPP11_TYPE_TRAITS
#define HALF_ENABLE_CPP11_TYPE_TRAITS 1
#endif
#ifndef HALF_ENABLE_CPP11_CSTDINT
#define HALF_ENABLE_CPP11_CSTDINT 1
#endif
#ifndef HALF_ENABLE_CPP11_CMATH
#define HALF_ENABLE_CPP11_CMATH 1
#endif
#ifndef HALF_ENABLE_CPP11_HASH
#define HALF_ENABLE_CPP11_HASH 1
#endif
#endif
#elif defined(__GLIBCXX__) //libstdc++
#if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103
#ifdef __clang__
#if __GLIBCXX__ >= 20080606 && !defined(HALF_ENABLE_CPP11_TYPE_TRAITS)
#define HALF_ENABLE_CPP11_TYPE_TRAITS 1
#endif
#if __GLIBCXX__ >= 20080606 && !defined(HALF_ENABLE_CPP11_CSTDINT)
#define HALF_ENABLE_CPP11_CSTDINT 1
#endif
#if __GLIBCXX__ >= 20080606 && !defined(HALF_ENABLE_CPP11_CMATH)
#define HALF_ENABLE_CPP11_CMATH 1
#endif
#if __GLIBCXX__ >= 20080606 && !defined(HALF_ENABLE_CPP11_HASH)
#define HALF_ENABLE_CPP11_HASH 1
#endif
#else
#if HALF_GNUC_VERSION >= 403 && !defined(HALF_ENABLE_CPP11_CSTDINT)
#define HALF_ENABLE_CPP11_CSTDINT 1
#endif
#if HALF_GNUC_VERSION >= 403 && !defined(HALF_ENABLE_CPP11_CMATH)
#define HALF_ENABLE_CPP11_CMATH 1
#endif
#if HALF_GNUC_VERSION >= 403 && !defined(HALF_ENABLE_CPP11_HASH)
#define HALF_ENABLE_CPP11_HASH 1
#endif
#endif
#endif
#elif defined(_CPPLIB_VER) //Dinkumware/Visual C++
#if _CPPLIB_VER >= 520
#ifndef HALF_ENABLE_CPP11_TYPE_TRAITS
#define HALF_ENABLE_CPP11_TYPE_TRAITS 1
#endif
#ifndef HALF_ENABLE_CPP11_CSTDINT
#define HALF_ENABLE_CPP11_CSTDINT 1
#endif
#ifndef HALF_ENABLE_CPP11_HASH
#define HALF_ENABLE_CPP11_HASH 1
#endif
#endif
#if _CPPLIB_VER >= 610
#ifndef HALF_ENABLE_CPP11_CMATH
#define HALF_ENABLE_CPP11_CMATH 1
#endif
#endif
#endif
#undef HALF_GNUC_VERSION
//support constexpr
#if HALF_ENABLE_CPP11_CONSTEXPR
#define HALF_CONSTEXPR constexpr
#define HALF_CONSTEXPR_CONST constexpr
#else
#define HALF_CONSTEXPR
#define HALF_CONSTEXPR_CONST const
#endif
//support noexcept
#if HALF_ENABLE_CPP11_NOEXCEPT
#define HALF_NOEXCEPT noexcept
#define HALF_NOTHROW noexcept
#else
#define HALF_NOEXCEPT
#define HALF_NOTHROW throw()
#endif
// TODO
// warning: calling a constexpr __host__ function("tgamma") from a
// __host__ __device__ function("tgamma") is not allowed. The experimental
// flag '--expt-relaxed-constexpr' can be used to allow this.
#ifdef __CUDA_ARCH__
#ifdef HALF_ENABLE_CPP11_CMATH
#undef HALF_ENABLE_CPP11_CMATH
#endif
#endif
#include <algorithm>
#include <iostream>
#include <limits>
#include <climits>
#include <cmath>
#include <cstring>
#if HALF_ENABLE_CPP11_TYPE_TRAITS
#include <type_traits>
#endif
#if HALF_ENABLE_CPP11_CSTDINT
#include <cstdint>
#endif
#if HALF_ENABLE_CPP11_HASH
#include <functional>
#endif
#ifdef __CUDA_ARCH__
#include "caffe/util/half.cuh"
#include "caffe/util/gpu_math_functions.cuh"
#endif
#if defined(__CUDA_ARCH__)
#define CAFFE_UTIL_HD __host__ __device__
#define CAFFE_UTIL_IHD __inline__ __host__ __device__
#else
#define CAFFE_UTIL_HD
#define CAFFE_UTIL_IHD inline
#endif
/// Default rounding mode.
/// This specifies the rounding mode used for all conversions between [half](\ref half_float::half)s and `float`s as well as
/// for the half_cast() if not specifying a rounding mode explicitly. It can be redefined (before including half.hpp) to one
/// of the standard rounding modes using their respective constants or the equivalent values of `std::float_round_style`:
///
/// `std::float_round_style` | value | rounding
/// ---------------------------------|-------|-------------------------
/// `std::round_indeterminate` | -1 | fastest (default)
/// `std::round_toward_zero` | 0 | toward zero
/// `std::round_to_nearest` | 1 | to nearest
/// `std::round_toward_infinity` | 2 | toward positive infinity
/// `std::round_toward_neg_infinity` | 3 | toward negative infinity
///
/// By default this is set to `-1` (`std::round_indeterminate`), which uses truncation (round toward zero, but with overflows
/// set to infinity) and is the fastest rounding mode possible. It can even be set to `std::numeric_limits<float>::round_style`
/// to synchronize the rounding mode with that of the underlying single-precision implementation.
#ifndef HALF_ROUND_STYLE
// #define HALF_ROUND_STYLE -1 // = std::round_indeterminate
#define HALF_ROUND_STYLE 1 // = std::round_to_nearest
#endif
/// Tie-breaking behaviour for round to nearest.
/// This specifies if ties in round to nearest should be resolved by rounding to the nearest even value. By default this is
/// defined to `0` resulting in the faster but slightly more biased behaviour of rounding away from zero in half-way cases (and
/// thus equal to the round() function), but can be redefined to `1` (before including half.hpp) if more IEEE-conformant
/// behaviour is needed.
#ifndef HALF_ROUND_TIES_TO_EVEN
#define HALF_ROUND_TIES_TO_EVEN 0 // ties away from zero
#endif
/// Value signaling overflow.
/// In correspondence with `HUGE_VAL[F|L]` from `<cmath>` this symbol expands to a positive value signaling the overflow of an
/// operation, in particular it just evaluates to positive infinity.
#define HUGE_VALH std::numeric_limits<half_float::half>::infinity()
/// Fast half-precision fma function.
/// This symbol is only defined if the fma() function generally executes as fast as, or faster than, a separate
/// half-precision multiplication followed by an addition. Due to the internal single-precision implementation of all
/// arithmetic operations, this is in fact always the case.
#define FP_FAST_FMAH 1
#ifndef FP_ILOGB0
#define FP_ILOGB0 INT_MIN
#endif
#ifndef FP_ILOGBNAN
#define FP_ILOGBNAN INT_MAX
#endif
#ifndef FP_SUBNORMAL
#define FP_SUBNORMAL 0
#endif
#ifndef FP_ZERO
#define FP_ZERO 1
#endif
#ifndef FP_NAN
#define FP_NAN 2
#endif
#ifndef FP_INFINITE
#define FP_INFINITE 3
#endif
#ifndef FP_NORMAL
#define FP_NORMAL 4
#endif
/// Main namespace for half precision functionality.
/// This namespace contains all the functionality provided by the library.
namespace half_float
{
class half;
template<typename T>
inline CAFFE_UTIL_HD T max(T a, T b) { return a > b ? a : b; }
template<typename T>
inline CAFFE_UTIL_HD T min(T a, T b) { return a < b ? a : b; }
inline float CAFFE_UTIL_HD float_infinity() { return 1.0F / 0.0F; }
inline float CAFFE_UTIL_HD float_nan() { return 0.0F / 0.0F; }
/// \internal
/// \brief Implementation details.
namespace detail
{
#if HALF_ENABLE_CPP11_TYPE_TRAITS
/// Conditional type.
template<bool B,typename T,typename F> struct conditional : std::conditional<B,T, F> {};
/// Helper for tag dispatching.
template<bool B> struct bool_type : std::integral_constant<bool, B> {};
using std::true_type;
using std::false_type;
/// Type traits for floating point types.
template<typename T> struct is_float : std::is_floating_point<T> {};
#else
/// Conditional type.
template<bool,typename T, typename> struct conditional { typedef T type; };
template<typename T,typename F> struct conditional<false,T, F> { typedef F type; };
/// Helper for tag dispatching.
template<bool> struct bool_type {};
typedef bool_type<true> true_type;
typedef bool_type<false> false_type;
/// Type traits for floating point types.
template<typename> struct is_float : false_type {};
template<typename T> struct is_float<const T> : is_float<T> {};
template<typename T> struct is_float<volatile T> : is_float<T> {};
template<typename T> struct is_float<const volatile T> : is_float<T> {};
template<> struct is_float<float> : true_type {};
template<> struct is_float<double> : true_type {};
template<> struct is_float<long double> : true_type {};
#endif
#if HALF_ENABLE_CPP11_CSTDINT
/// Unsigned integer of (at least) 16 bits width.
typedef std::uint_least16_t uint16;
/// Unsigned integer of (at least) 32 bits width.
typedef std::uint_least32_t uint32;
/// Fastest signed integer capable of holding all values of type uint16.
typedef std::int_fast32_t int17;
#else
/// Unsigned integer of (at least) 16 bits width.
typedef unsigned short uint16;
/// Unsigned integer of (at least) 32 bits width.
typedef conditional<std::numeric_limits<unsigned int>::digits>=32,unsigned int, unsigned long>::type uint32;
/// Fastest signed integer capable of holding all values of type uint16.
typedef conditional<std::numeric_limits<int>::digits>=16,int, long>::type int17;
#endif
/// Tag type for binary construction.
struct binary_t {};
/// Tag for binary construction.
static HALF_CONSTEXPR_CONST binary_t binary = binary_t();
/// Temporary half-precision expression.
/// This class represents a half-precision expression which just stores a single-precision value internally.
struct expr
{
/// Conversion constructor.
/// \param f single-precision value to convert
explicit HALF_CONSTEXPR
CAFFE_UTIL_HD
expr(float f) : value_(f) {}
/// Conversion to single-precision.
/// \return single precision value representing expression value
HALF_CONSTEXPR
CAFFE_UTIL_HD
operator float() const { return value_; }
private:
/// Internal expression value stored in single-precision.
float value_;
};
/// SFINAE helper for generic half-precision functions.
/// This class template has to be specialized for each valid combination of argument types to provide a corresponding
/// `type` member equivalent to \a T.
/// \tparam T type to return
template<typename T,typename,typename=void, typename=void> struct enable {};
template<typename T> struct enable<T,half,void, void> { typedef T type; };
template<typename T> struct enable<T,expr,void, void> { typedef T type; };
template<typename T> struct enable<T,half,half, void> { typedef T type; };
template<typename T> struct enable<T,half,expr, void> { typedef T type; };
template<typename T> struct enable<T,expr,half, void> { typedef T type; };
template<typename T> struct enable<T,expr,expr, void> { typedef T type; };
template<typename T> struct enable<T,half,half, half> { typedef T type; };
template<typename T> struct enable<T,half,half, expr> { typedef T type; };
template<typename T> struct enable<T,half,expr, half> { typedef T type; };
template<typename T> struct enable<T,half,expr, expr> { typedef T type; };
template<typename T> struct enable<T,expr,half, half> { typedef T type; };
template<typename T> struct enable<T,expr,half, expr> { typedef T type; };
template<typename T> struct enable<T,expr,expr, half> { typedef T type; };
template<typename T> struct enable<T,expr,expr, expr> { typedef T type; };
/// Return type for specialized generic 2-argument half-precision functions.
/// This class template has to be specialized for each valid combination of argument types to provide a corresponding
/// `type` member denoting the appropriate return type.
/// \tparam T first argument type
/// \tparam U first argument type
template<typename T,typename U> struct result : enable<expr,T, U> {};
template<> struct result<half, half> { typedef half type; };
/// \name Classification helpers
/// \{
/// Check for infinity.
/// \tparam T argument type (builtin floating point type)
/// \param arg value to query
/// \retval true if infinity
/// \retval false else
template<typename T> bool builtin_isinf(T arg)
{
#if HALF_ENABLE_CPP11_CMATH
return std::isinf(arg);
#elif defined(_MSC_VER)
return !_finite(static_cast<double>(arg)) && !_isnan(static_cast<double>(arg));
#else
return arg == std::numeric_limits<T>::infinity() || arg == -std::numeric_limits<T>::infinity();
#endif
}
/// Check for NaN.
/// \tparam T argument type (builtin floating point type)
/// \param arg value to query
/// \retval true if not a number
/// \retval false else
template<typename T> bool builtin_isnan(T arg)
{
#if HALF_ENABLE_CPP11_CMATH
return std::isnan(arg);
#elif defined(_MSC_VER)
return _isnan(static_cast<double>(arg)) != 0;
#else
return arg != arg;
#endif
}
/// Check sign.
/// \tparam T argument type (builtin floating point type)
/// \param arg value to query
/// \retval true if signbit set
/// \retval false else
template<typename T> bool builtin_signbit(T arg)
{
#if HALF_ENABLE_CPP11_CMATH
return std::signbit(arg);
#else
return arg < T() || (arg == T() && T(1)/arg < T());
#endif
}
/// \}
/// \name Conversion
/// \{
/// Convert IEEE single-precision to half-precision.
/// Credit for this goes to [Jeroen van der Zijp](ftp://ftp.fox-toolkit.org/pub/fasthalffloatconversion.pdf).
/// \tparam R rounding mode to use, `std::round_indeterminate` for fastest rounding
/// \param value single-precision value
/// \return binary representation of half-precision value
template<std::float_round_style R> uint16 float2half_impl(float value, true_type)
{
#if HALF_ENABLE_CPP11_STATIC_ASSERT
static_assert(std::numeric_limits<float>::is_iec559, "float to half conversion needs IEEE 754 conformant 'float' type");
static_assert(sizeof(uint32)==sizeof(float), "float to half conversion needs unsigned integer type of exactly the size of a 'float'");
#endif
static const uint16 base_table[512] = {
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0001, 0x0002, 0x0004, 0x0008, 0x0010, 0x0020, 0x0040, 0x0080, 0x0100,
0x0200, 0x0400, 0x0800, 0x0C00, 0x1000, 0x1400, 0x1800, 0x1C00, 0x2000, 0x2400, 0x2800, 0x2C00, 0x3000, 0x3400, 0x3800, 0x3C00,
0x4000, 0x4400, 0x4800, 0x4C00, 0x5000, 0x5400, 0x5800, 0x5C00, 0x6000, 0x6400, 0x6800, 0x6C00, 0x7000, 0x7400, 0x7800, 0x7C00,
0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00,
0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00,
0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00,
0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00,
0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00,
0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00,
0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00, 0x7C00,
0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000,
0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000,
0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000,
0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000,
0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000,
0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000,
0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8001, 0x8002, 0x8004, 0x8008, 0x8010, 0x8020, 0x8040, 0x8080, 0x8100,
0x8200, 0x8400, 0x8800, 0x8C00, 0x9000, 0x9400, 0x9800, 0x9C00, 0xA000, 0xA400, 0xA800, 0xAC00, 0xB000, 0xB400, 0xB800, 0xBC00,
0xC000, 0xC400, 0xC800, 0xCC00, 0xD000, 0xD400, 0xD800, 0xDC00, 0xE000, 0xE400, 0xE800, 0xEC00, 0xF000, 0xF400, 0xF800, 0xFC00,
0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00,
0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00,
0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00,
0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00,
0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00,
0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00,
0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00, 0xFC00 };
static const unsigned char shift_table[512] = {
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13,
13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 13,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13,
13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 13 };
uint32 bits;// = *reinterpret_cast<uint32*>(&value); //violating strict aliasing!
std::memcpy(&bits, &value, sizeof(float));
uint16 hbits = base_table[bits>>23] + static_cast<uint16>((bits&0x7FFFFF)>>shift_table[bits>>23]);
if(R == std::round_to_nearest)
hbits += (((bits&0x7FFFFF)>>(shift_table[bits>>23]-1))|(((bits>>23)&0xFF)==102)) & ((hbits&0x7C00)!=0x7C00)
#if HALF_ROUND_TIES_TO_EVEN
& (((((static_cast<uint32>(1)<<(shift_table[bits>>23]-1))-1)&bits)!=0)|hbits)
#endif
;
else if(R == std::round_toward_zero)
hbits -= ((hbits&0x7FFF)==0x7C00) & ~shift_table[bits>>23];
else if(R == std::round_toward_infinity)
hbits += ((((bits&0x7FFFFF&((static_cast<uint32>(1)<<(shift_table[bits>>23]))-1))!=0)|(((bits>>23)<=102)&
((bits>>23)!=0)))&(hbits<0x7C00)) - ((hbits==0xFC00)&((bits>>23)!=511));
else if(R == std::round_toward_neg_infinity)
hbits += ((((bits&0x7FFFFF&((static_cast<uint32>(1)<<(shift_table[bits>>23]))-1))!=0)|(((bits>>23)<=358)&
((bits>>23)!=256)))&(hbits<0xFC00)&(hbits>>15)) - ((hbits==0x7C00)&((bits>>23)!=255));
return hbits;
}
/// Convert non-IEEE single-precision to half-precision.
/// \param value single-precision value
/// \return binary representation of half-precision value
template<std::float_round_style R> uint16 float2half_impl(float value, false_type)
{
uint16 hbits = builtin_signbit(value) << 15;
if(value == 0.0f)
return hbits;
if(builtin_isnan(value))
return hbits | 0x7FFF;
if(builtin_isinf(value))
return hbits | 0x7C00;
int exp;
std::frexp(value, &exp);
if(exp > 16)
{
if(R == std::round_toward_zero)
return hbits | 0x7BFF;
else if(R == std::round_toward_infinity)
return hbits | 0x7C00 - (hbits>>15);
else if(R == std::round_toward_neg_infinity)
return hbits | 0x7BFF + (hbits>>15);
return hbits | 0x7C00;
}
if(exp < -13)
value = std::ldexp(value, 24);
else
{
value = std::ldexp(value, 11-exp);
hbits |= ((exp+14)<<10);
}
int ival = static_cast<int>(value);
hbits |= static_cast<uint16>(std::abs(ival)&0x3FF);
if(R == std::round_to_nearest)
{
float diff = std::abs(value-static_cast<float>(ival));
#if HALF_ROUND_TIES_TO_EVEN
hbits += (diff>0.5f) | ((diff==0.5f)&hbits);
#else
hbits += diff >= 0.5f;
#endif
}
else if(R == std::round_toward_infinity)
hbits += value > static_cast<float>(ival);
else if(R == std::round_toward_neg_infinity)
hbits += value < static_cast<float>(ival);
return hbits;
}
/// Convert single-precision to half-precision.
/// \param value single-precision value
/// \return binary representation of half-precision value
template<std::float_round_style R> uint16 float2half(float value)
{
return float2half_impl<R>(value, bool_type<std::numeric_limits<float>::is_iec559&&sizeof(uint32)==sizeof(float)>());
}
/// Convert integer to half-precision floating point.
/// \tparam R rounding mode to use, `std::round_indeterminate` for fastest rounding
/// \tparam S `true` if value negative, `false` else
/// \tparam T type to convert (builtin integer type)
/// \param value non-negative integral value
/// \return binary representation of half-precision value
template<std::float_round_style R,bool S, typename T> uint16 int2half_impl(T value)
{
if(S)
value = -value;
uint16 bits = S << 15;
if(value > 65504)
{
if(R == std::round_toward_infinity)
bits |= 0x7C00 - S;
else if(R == std::round_toward_neg_infinity)
bits |= 0x7BFF + S;
else
bits |= 0x7BFF + (R!=std::round_toward_zero);
}
else if(value)
{
unsigned int m = value, exp = 25;
for(; m<0x400; m<<=1, --exp) ;
for(; m>0x7FF; m>>=1, ++exp) ;
bits |= (exp<<10) | (m&0x3FF);
if(exp > 25)
{
if(R == std::round_to_nearest)
bits += (value>>(exp-26)) & 1
#if HALF_ROUND_TIES_TO_EVEN
& (((((1<<(exp-26))-1)&value)!=0)|bits)
#endif
;
else if(R == std::round_toward_infinity)
bits += ((value&((1<<(exp-25))-1))!=0) & !S;
else if(R == std::round_toward_neg_infinity)
bits += ((value&((1<<(exp-25))-1))!=0) & S;
}
}
return bits;
}
/// Convert integer to half-precision floating point.
/// \tparam R rounding mode to use, `std::round_indeterminate` for fastest rounding
/// \tparam T type to convert (builtin integer type)
/// \param value integral value
/// \return binary representation of half-precision value
template<std::float_round_style R, typename T> uint16 int2half(T value)
{
return (value<0) ? int2half_impl<R,true>(value) : int2half_impl<R, false>(value);
}
/// Convert half-precision to IEEE single-precision.
/// Credit for this goes to [Jeroen van der Zijp](ftp://ftp.fox-toolkit.org/pub/fasthalffloatconversion.pdf).
/// \param value binary representation of half-precision value
/// \return single-precision value
inline float half2float_impl(uint16 value, true_type)
{
#if HALF_ENABLE_CPP11_STATIC_ASSERT
static_assert(std::numeric_limits<float>::is_iec559, "half to float conversion needs IEEE 754 conformant 'float' type");
static_assert(sizeof(uint32)==sizeof(float), "half to float conversion needs unsigned integer type of exactly the size of a 'float'");
#endif
static const uint32 mantissa_table[2048] = {
0x00000000, 0x33800000, 0x34000000, 0x34400000, 0x34800000, 0x34A00000, 0x34C00000, 0x34E00000, 0x35000000, 0x35100000, 0x35200000, 0x35300000, 0x35400000, 0x35500000, 0x35600000, 0x35700000,
0x35800000, 0x35880000, 0x35900000, 0x35980000, 0x35A00000, 0x35A80000, 0x35B00000, 0x35B80000, 0x35C00000, 0x35C80000, 0x35D00000, 0x35D80000, 0x35E00000, 0x35E80000, 0x35F00000, 0x35F80000,
0x36000000, 0x36040000, 0x36080000, 0x360C0000, 0x36100000, 0x36140000, 0x36180000, 0x361C0000, 0x36200000, 0x36240000, 0x36280000, 0x362C0000, 0x36300000, 0x36340000, 0x36380000, 0x363C0000,
0x36400000, 0x36440000, 0x36480000, 0x364C0000, 0x36500000, 0x36540000, 0x36580000, 0x365C0000, 0x36600000, 0x36640000, 0x36680000, 0x366C0000, 0x36700000, 0x36740000, 0x36780000, 0x367C0000,
0x36800000, 0x36820000, 0x36840000, 0x36860000, 0x36880000, 0x368A0000, 0x368C0000, 0x368E0000, 0x36900000, 0x36920000, 0x36940000, 0x36960000, 0x36980000, 0x369A0000, 0x369C0000, 0x369E0000,
0x36A00000, 0x36A20000, 0x36A40000, 0x36A60000, 0x36A80000, 0x36AA0000, 0x36AC0000, 0x36AE0000, 0x36B00000, 0x36B20000, 0x36B40000, 0x36B60000, 0x36B80000, 0x36BA0000, 0x36BC0000, 0x36BE0000,
0x36C00000, 0x36C20000, 0x36C40000, 0x36C60000, 0x36C80000, 0x36CA0000, 0x36CC0000, 0x36CE0000, 0x36D00000, 0x36D20000, 0x36D40000, 0x36D60000, 0x36D80000, 0x36DA0000, 0x36DC0000, 0x36DE0000,
0x36E00000, 0x36E20000, 0x36E40000, 0x36E60000, 0x36E80000, 0x36EA0000, 0x36EC0000, 0x36EE0000, 0x36F00000, 0x36F20000, 0x36F40000, 0x36F60000, 0x36F80000, 0x36FA0000, 0x36FC0000, 0x36FE0000,
0x37000000, 0x37010000, 0x37020000, 0x37030000, 0x37040000, 0x37050000, 0x37060000, 0x37070000, 0x37080000, 0x37090000, 0x370A0000, 0x370B0000, 0x370C0000, 0x370D0000, 0x370E0000, 0x370F0000,
0x37100000, 0x37110000, 0x37120000, 0x37130000, 0x37140000, 0x37150000, 0x37160000, 0x37170000, 0x37180000, 0x37190000, 0x371A0000, 0x371B0000, 0x371C0000, 0x371D0000, 0x371E0000, 0x371F0000,
0x37200000, 0x37210000, 0x37220000, 0x37230000, 0x37240000, 0x37250000, 0x37260000, 0x37270000, 0x37280000, 0x37290000, 0x372A0000, 0x372B0000, 0x372C0000, 0x372D0000, 0x372E0000, 0x372F0000,
0x37300000, 0x37310000, 0x37320000, 0x37330000, 0x37340000, 0x37350000, 0x37360000, 0x37370000, 0x37380000, 0x37390000, 0x373A0000, 0x373B0000, 0x373C0000, 0x373D0000, 0x373E0000, 0x373F0000,
0x37400000, 0x37410000, 0x37420000, 0x37430000, 0x37440000, 0x37450000, 0x37460000, 0x37470000, 0x37480000, 0x37490000, 0x374A0000, 0x374B0000, 0x374C0000, 0x374D0000, 0x374E0000, 0x374F0000,
0x37500000, 0x37510000, 0x37520000, 0x37530000, 0x37540000, 0x37550000, 0x37560000, 0x37570000, 0x37580000, 0x37590000, 0x375A0000, 0x375B0000, 0x375C0000, 0x375D0000, 0x375E0000, 0x375F0000,
0x37600000, 0x37610000, 0x37620000, 0x37630000, 0x37640000, 0x37650000, 0x37660000, 0x37670000, 0x37680000, 0x37690000, 0x376A0000, 0x376B0000, 0x376C0000, 0x376D0000, 0x376E0000, 0x376F0000,
0x37700000, 0x37710000, 0x37720000, 0x37730000, 0x37740000, 0x37750000, 0x37760000, 0x37770000, 0x37780000, 0x37790000, 0x377A0000, 0x377B0000, 0x377C0000, 0x377D0000, 0x377E0000, 0x377F0000,
0x37800000, 0x37808000, 0x37810000, 0x37818000, 0x37820000, 0x37828000, 0x37830000, 0x37838000, 0x37840000, 0x37848000, 0x37850000, 0x37858000, 0x37860000, 0x37868000, 0x37870000, 0x37878000,
0x37880000, 0x37888000, 0x37890000, 0x37898000, 0x378A0000, 0x378A8000, 0x378B0000, 0x378B8000, 0x378C0000, 0x378C8000, 0x378D0000, 0x378D8000, 0x378E0000, 0x378E8000, 0x378F0000, 0x378F8000,
0x37900000, 0x37908000, 0x37910000, 0x37918000, 0x37920000, 0x37928000, 0x37930000, 0x37938000, 0x37940000, 0x37948000, 0x37950000, 0x37958000, 0x37960000, 0x37968000, 0x37970000, 0x37978000,
0x37980000, 0x37988000, 0x37990000, 0x37998000, 0x379A0000, 0x379A8000, 0x379B0000, 0x379B8000, 0x379C0000, 0x379C8000, 0x379D0000, 0x379D8000, 0x379E0000, 0x379E8000, 0x379F0000, 0x379F8000,
0x37A00000, 0x37A08000, 0x37A10000, 0x37A18000, 0x37A20000, 0x37A28000, 0x37A30000, 0x37A38000, 0x37A40000, 0x37A48000, 0x37A50000, 0x37A58000, 0x37A60000, 0x37A68000, 0x37A70000, 0x37A78000,
0x37A80000, 0x37A88000, 0x37A90000, 0x37A98000, 0x37AA0000, 0x37AA8000, 0x37AB0000, 0x37AB8000, 0x37AC0000, 0x37AC8000, 0x37AD0000, 0x37AD8000, 0x37AE0000, 0x37AE8000, 0x37AF0000, 0x37AF8000,
0x37B00000, 0x37B08000, 0x37B10000, 0x37B18000, 0x37B20000, 0x37B28000, 0x37B30000, 0x37B38000, 0x37B40000, 0x37B48000, 0x37B50000, 0x37B58000, 0x37B60000, 0x37B68000, 0x37B70000, 0x37B78000,
0x37B80000, 0x37B88000, 0x37B90000, 0x37B98000, 0x37BA0000, 0x37BA8000, 0x37BB0000, 0x37BB8000, 0x37BC0000, 0x37BC8000, 0x37BD0000, 0x37BD8000, 0x37BE0000, 0x37BE8000, 0x37BF0000, 0x37BF8000,
0x37C00000, 0x37C08000, 0x37C10000, 0x37C18000, 0x37C20000, 0x37C28000, 0x37C30000, 0x37C38000, 0x37C40000, 0x37C48000, 0x37C50000, 0x37C58000, 0x37C60000, 0x37C68000, 0x37C70000, 0x37C78000,
0x37C80000, 0x37C88000, 0x37C90000, 0x37C98000, 0x37CA0000, 0x37CA8000, 0x37CB0000, 0x37CB8000, 0x37CC0000, 0x37CC8000, 0x37CD0000, 0x37CD8000, 0x37CE0000, 0x37CE8000, 0x37CF0000, 0x37CF8000,
0x37D00000, 0x37D08000, 0x37D10000, 0x37D18000, 0x37D20000, 0x37D28000, 0x37D30000, 0x37D38000, 0x37D40000, 0x37D48000, 0x37D50000, 0x37D58000, 0x37D60000, 0x37D68000, 0x37D70000, 0x37D78000,
0x37D80000, 0x37D88000, 0x37D90000, 0x37D98000, 0x37DA0000, 0x37DA8000, 0x37DB0000, 0x37DB8000, 0x37DC0000, 0x37DC8000, 0x37DD0000, 0x37DD8000, 0x37DE0000, 0x37DE8000, 0x37DF0000, 0x37DF8000,
0x37E00000, 0x37E08000, 0x37E10000, 0x37E18000, 0x37E20000, 0x37E28000, 0x37E30000, 0x37E38000, 0x37E40000, 0x37E48000, 0x37E50000, 0x37E58000, 0x37E60000, 0x37E68000, 0x37E70000, 0x37E78000,
0x37E80000, 0x37E88000, 0x37E90000, 0x37E98000, 0x37EA0000, 0x37EA8000, 0x37EB0000, 0x37EB8000, 0x37EC0000, 0x37EC8000, 0x37ED0000, 0x37ED8000, 0x37EE0000, 0x37EE8000, 0x37EF0000, 0x37EF8000,
0x37F00000, 0x37F08000, 0x37F10000, 0x37F18000, 0x37F20000, 0x37F28000, 0x37F30000, 0x37F38000, 0x37F40000, 0x37F48000, 0x37F50000, 0x37F58000, 0x37F60000, 0x37F68000, 0x37F70000, 0x37F78000,
0x37F80000, 0x37F88000, 0x37F90000, 0x37F98000, 0x37FA0000, 0x37FA8000, 0x37FB0000, 0x37FB8000, 0x37FC0000, 0x37FC8000, 0x37FD0000, 0x37FD8000, 0x37FE0000, 0x37FE8000, 0x37FF0000, 0x37FF8000,
0x38000000, 0x38004000, 0x38008000, 0x3800C000, 0x38010000, 0x38014000, 0x38018000, 0x3801C000, 0x38020000, 0x38024000, 0x38028000, 0x3802C000, 0x38030000, 0x38034000, 0x38038000, 0x3803C000,
0x38040000, 0x38044000, 0x38048000, 0x3804C000, 0x38050000, 0x38054000, 0x38058000, 0x3805C000, 0x38060000, 0x38064000, 0x38068000, 0x3806C000, 0x38070000, 0x38074000, 0x38078000, 0x3807C000,
0x38080000, 0x38084000, 0x38088000, 0x3808C000, 0x38090000, 0x38094000, 0x38098000, 0x3809C000, 0x380A0000, 0x380A4000, 0x380A8000, 0x380AC000, 0x380B0000, 0x380B4000, 0x380B8000, 0x380BC000,
0x380C0000, 0x380C4000, 0x380C8000, 0x380CC000, 0x380D0000, 0x380D4000, 0x380D8000, 0x380DC000, 0x380E0000, 0x380E4000, 0x380E8000, 0x380EC000, 0x380F0000, 0x380F4000, 0x380F8000, 0x380FC000,
0x38100000, 0x38104000, 0x38108000, 0x3810C000, 0x38110000, 0x38114000, 0x38118000, 0x3811C000, 0x38120000, 0x38124000, 0x38128000, 0x3812C000, 0x38130000, 0x38134000, 0x38138000, 0x3813C000,
0x38140000, 0x38144000, 0x38148000, 0x3814C000, 0x38150000, 0x38154000, 0x38158000, 0x3815C000, 0x38160000, 0x38164000, 0x38168000, 0x3816C000, 0x38170000, 0x38174000, 0x38178000, 0x3817C000,
0x38180000, 0x38184000, 0x38188000, 0x3818C000, 0x38190000, 0x38194000, 0x38198000, 0x3819C000, 0x381A0000, 0x381A4000, 0x381A8000, 0x381AC000, 0x381B0000, 0x381B4000, 0x381B8000, 0x381BC000,
0x381C0000, 0x381C4000, 0x381C8000, 0x381CC000, 0x381D0000, 0x381D4000, 0x381D8000, 0x381DC000, 0x381E0000, 0x381E4000, 0x381E8000, 0x381EC000, 0x381F0000, 0x381F4000, 0x381F8000, 0x381FC000,
0x38200000, 0x38204000, 0x38208000, 0x3820C000, 0x38210000, 0x38214000, 0x38218000, 0x3821C000, 0x38220000, 0x38224000, 0x38228000, 0x3822C000, 0x38230000, 0x38234000, 0x38238000, 0x3823C000,
0x38240000, 0x38244000, 0x38248000, 0x3824C000, 0x38250000, 0x38254000, 0x38258000, 0x3825C000, 0x38260000, 0x38264000, 0x38268000, 0x3826C000, 0x38270000, 0x38274000, 0x38278000, 0x3827C000,
0x38280000, 0x38284000, 0x38288000, 0x3828C000, 0x38290000, 0x38294000, 0x38298000, 0x3829C000, 0x382A0000, 0x382A4000, 0x382A8000, 0x382AC000, 0x382B0000, 0x382B4000, 0x382B8000, 0x382BC000,
0x382C0000, 0x382C4000, 0x382C8000, 0x382CC000, 0x382D0000, 0x382D4000, 0x382D8000, 0x382DC000, 0x382E0000, 0x382E4000, 0x382E8000, 0x382EC000, 0x382F0000, 0x382F4000, 0x382F8000, 0x382FC000,
0x38300000, 0x38304000, 0x38308000, 0x3830C000, 0x38310000, 0x38314000, 0x38318000, 0x3831C000, 0x38320000, 0x38324000, 0x38328000, 0x3832C000, 0x38330000, 0x38334000, 0x38338000, 0x3833C000,
0x38340000, 0x38344000, 0x38348000, 0x3834C000, 0x38350000, 0x38354000, 0x38358000, 0x3835C000, 0x38360000, 0x38364000, 0x38368000, 0x3836C000, 0x38370000, 0x38374000, 0x38378000, 0x3837C000,
0x38380000, 0x38384000, 0x38388000, 0x3838C000, 0x38390000, 0x38394000, 0x38398000, 0x3839C000, 0x383A0000, 0x383A4000, 0x383A8000, 0x383AC000, 0x383B0000, 0x383B4000, 0x383B8000, 0x383BC000,
0x383C0000, 0x383C4000, 0x383C8000, 0x383CC000, 0x383D0000, 0x383D4000, 0x383D8000, 0x383DC000, 0x383E0000, 0x383E4000, 0x383E8000, 0x383EC000, 0x383F0000, 0x383F4000, 0x383F8000, 0x383FC000,
0x38400000, 0x38404000, 0x38408000, 0x3840C000, 0x38410000, 0x38414000, 0x38418000, 0x3841C000, 0x38420000, 0x38424000, 0x38428000, 0x3842C000, 0x38430000, 0x38434000, 0x38438000, 0x3843C000,
0x38440000, 0x38444000, 0x38448000, 0x3844C000, 0x38450000, 0x38454000, 0x38458000, 0x3845C000, 0x38460000, 0x38464000, 0x38468000, 0x3846C000, 0x38470000, 0x38474000, 0x38478000, 0x3847C000,
0x38480000, 0x38484000, 0x38488000, 0x3848C000, 0x38490000, 0x38494000, 0x38498000, 0x3849C000, 0x384A0000, 0x384A4000, 0x384A8000, 0x384AC000, 0x384B0000, 0x384B4000, 0x384B8000, 0x384BC000,
0x384C0000, 0x384C4000, 0x384C8000, 0x384CC000, 0x384D0000, 0x384D4000, 0x384D8000, 0x384DC000, 0x384E0000, 0x384E4000, 0x384E8000, 0x384EC000, 0x384F0000, 0x384F4000, 0x384F8000, 0x384FC000,
0x38500000, 0x38504000, 0x38508000, 0x3850C000, 0x38510000, 0x38514000, 0x38518000, 0x3851C000, 0x38520000, 0x38524000, 0x38528000, 0x3852C000, 0x38530000, 0x38534000, 0x38538000, 0x3853C000,
0x38540000, 0x38544000, 0x38548000, 0x3854C000, 0x38550000, 0x38554000, 0x38558000, 0x3855C000, 0x38560000, 0x38564000, 0x38568000, 0x3856C000, 0x38570000, 0x38574000, 0x38578000, 0x3857C000,
0x38580000, 0x38584000, 0x38588000, 0x3858C000, 0x38590000, 0x38594000, 0x38598000, 0x3859C000, 0x385A0000, 0x385A4000, 0x385A8000, 0x385AC000, 0x385B0000, 0x385B4000, 0x385B8000, 0x385BC000,
0x385C0000, 0x385C4000, 0x385C8000, 0x385CC000, 0x385D0000, 0x385D4000, 0x385D8000, 0x385DC000, 0x385E0000, 0x385E4000, 0x385E8000, 0x385EC000, 0x385F0000, 0x385F4000, 0x385F8000, 0x385FC000,
0x38600000, 0x38604000, 0x38608000, 0x3860C000, 0x38610000, 0x38614000, 0x38618000, 0x3861C000, 0x38620000, 0x38624000, 0x38628000, 0x3862C000, 0x38630000, 0x38634000, 0x38638000, 0x3863C000,
0x38640000, 0x38644000, 0x38648000, 0x3864C000, 0x38650000, 0x38654000, 0x38658000, 0x3865C000, 0x38660000, 0x38664000, 0x38668000, 0x3866C000, 0x38670000, 0x38674000, 0x38678000, 0x3867C000,
0x38680000, 0x38684000, 0x38688000, 0x3868C000, 0x38690000, 0x38694000, 0x38698000, 0x3869C000, 0x386A0000, 0x386A4000, 0x386A8000, 0x386AC000, 0x386B0000, 0x386B4000, 0x386B8000, 0x386BC000,
0x386C0000, 0x386C4000, 0x386C8000, 0x386CC000, 0x386D0000, 0x386D4000, 0x386D8000, 0x386DC000, 0x386E0000, 0x386E4000, 0x386E8000, 0x386EC000, 0x386F0000, 0x386F4000, 0x386F8000, 0x386FC000,
0x38700000, 0x38704000, 0x38708000, 0x3870C000, 0x38710000, 0x38714000, 0x38718000, 0x3871C000, 0x38720000, 0x38724000, 0x38728000, 0x3872C000, 0x38730000, 0x38734000, 0x38738000, 0x3873C000,
0x38740000, 0x38744000, 0x38748000, 0x3874C000, 0x38750000, 0x38754000, 0x38758000, 0x3875C000, 0x38760000, 0x38764000, 0x38768000, 0x3876C000, 0x38770000, 0x38774000, 0x38778000, 0x3877C000,
0x38780000, 0x38784000, 0x38788000, 0x3878C000, 0x38790000, 0x38794000, 0x38798000, 0x3879C000, 0x387A0000, 0x387A4000, 0x387A8000, 0x387AC000, 0x387B0000, 0x387B4000, 0x387B8000, 0x387BC000,
0x387C0000, 0x387C4000, 0x387C8000, 0x387CC000, 0x387D0000, 0x387D4000, 0x387D8000, 0x387DC000, 0x387E0000, 0x387E4000, 0x387E8000, 0x387EC000, 0x387F0000, 0x387F4000, 0x387F8000, 0x387FC000,
0x38000000, 0x38002000, 0x38004000, 0x38006000, 0x38008000, 0x3800A000, 0x3800C000, 0x3800E000, 0x38010000, 0x38012000, 0x38014000, 0x38016000, 0x38018000, 0x3801A000, 0x3801C000, 0x3801E000,
0x38020000, 0x38022000, 0x38024000, 0x38026000, 0x38028000, 0x3802A000, 0x3802C000, 0x3802E000, 0x38030000, 0x38032000, 0x38034000, 0x38036000, 0x38038000, 0x3803A000, 0x3803C000, 0x3803E000,
0x38040000, 0x38042000, 0x38044000, 0x38046000, 0x38048000, 0x3804A000, 0x3804C000, 0x3804E000, 0x38050000, 0x38052000, 0x38054000, 0x38056000, 0x38058000, 0x3805A000, 0x3805C000, 0x3805E000,
0x38060000, 0x38062000, 0x38064000, 0x38066000, 0x38068000, 0x3806A000, 0x3806C000, 0x3806E000, 0x38070000, 0x38072000, 0x38074000, 0x38076000, 0x38078000, 0x3807A000, 0x3807C000, 0x3807E000,
0x38080000, 0x38082000, 0x38084000, 0x38086000, 0x38088000, 0x3808A000, 0x3808C000, 0x3808E000, 0x38090000, 0x38092000, 0x38094000, 0x38096000, 0x38098000, 0x3809A000, 0x3809C000, 0x3809E000,
0x380A0000, 0x380A2000, 0x380A4000, 0x380A6000, 0x380A8000, 0x380AA000, 0x380AC000, 0x380AE000, 0x380B0000, 0x380B2000, 0x380B4000, 0x380B6000, 0x380B8000, 0x380BA000, 0x380BC000, 0x380BE000,
0x380C0000, 0x380C2000, 0x380C4000, 0x380C6000, 0x380C8000, 0x380CA000, 0x380CC000, 0x380CE000, 0x380D0000, 0x380D2000, 0x380D4000, 0x380D6000, 0x380D8000, 0x380DA000, 0x380DC000, 0x380DE000,
0x380E0000, 0x380E2000, 0x380E4000, 0x380E6000, 0x380E8000, 0x380EA000, 0x380EC000, 0x380EE000, 0x380F0000, 0x380F2000, 0x380F4000, 0x380F6000, 0x380F8000, 0x380FA000, 0x380FC000, 0x380FE000,
0x38100000, 0x38102000, 0x38104000, 0x38106000, 0x38108000, 0x3810A000, 0x3810C000, 0x3810E000, 0x38110000, 0x38112000, 0x38114000, 0x38116000, 0x38118000, 0x3811A000, 0x3811C000, 0x3811E000,
0x38120000, 0x38122000, 0x38124000, 0x38126000, 0x38128000, 0x3812A000, 0x3812C000, 0x3812E000, 0x38130000, 0x38132000, 0x38134000, 0x38136000, 0x38138000, 0x3813A000, 0x3813C000, 0x3813E000,
0x38140000, 0x38142000, 0x38144000, 0x38146000, 0x38148000, 0x3814A000, 0x3814C000, 0x3814E000, 0x38150000, 0x38152000, 0x38154000, 0x38156000, 0x38158000, 0x3815A000, 0x3815C000, 0x3815E000,
0x38160000, 0x38162000, 0x38164000, 0x38166000, 0x38168000, 0x3816A000, 0x3816C000, 0x3816E000, 0x38170000, 0x38172000, 0x38174000, 0x38176000, 0x38178000, 0x3817A000, 0x3817C000, 0x3817E000,
0x38180000, 0x38182000, 0x38184000, 0x38186000, 0x38188000, 0x3818A000, 0x3818C000, 0x3818E000, 0x38190000, 0x38192000, 0x38194000, 0x38196000, 0x38198000, 0x3819A000, 0x3819C000, 0x3819E000,
0x381A0000, 0x381A2000, 0x381A4000, 0x381A6000, 0x381A8000, 0x381AA000, 0x381AC000, 0x381AE000, 0x381B0000, 0x381B2000, 0x381B4000, 0x381B6000, 0x381B8000, 0x381BA000, 0x381BC000, 0x381BE000,
0x381C0000, 0x381C2000, 0x381C4000, 0x381C6000, 0x381C8000, 0x381CA000, 0x381CC000, 0x381CE000, 0x381D0000, 0x381D2000, 0x381D4000, 0x381D6000, 0x381D8000, 0x381DA000, 0x381DC000, 0x381DE000,
0x381E0000, 0x381E2000, 0x381E4000, 0x381E6000, 0x381E8000, 0x381EA000, 0x381EC000, 0x381EE000, 0x381F0000, 0x381F2000, 0x381F4000, 0x381F6000, 0x381F8000, 0x381FA000, 0x381FC000, 0x381FE000,
0x38200000, 0x38202000, 0x38204000, 0x38206000, 0x38208000, 0x3820A000, 0x3820C000, 0x3820E000, 0x38210000, 0x38212000, 0x38214000, 0x38216000, 0x38218000, 0x3821A000, 0x3821C000, 0x3821E000,
0x38220000, 0x38222000, 0x38224000, 0x38226000, 0x38228000, 0x3822A000, 0x3822C000, 0x3822E000, 0x38230000, 0x38232000, 0x38234000, 0x38236000, 0x38238000, 0x3823A000, 0x3823C000, 0x3823E000,
0x38240000, 0x38242000, 0x38244000, 0x38246000, 0x38248000, 0x3824A000, 0x3824C000, 0x3824E000, 0x38250000, 0x38252000, 0x38254000, 0x38256000, 0x38258000, 0x3825A000, 0x3825C000, 0x3825E000,
0x38260000, 0x38262000, 0x38264000, 0x38266000, 0x38268000, 0x3826A000, 0x3826C000, 0x3826E000, 0x38270000, 0x38272000, 0x38274000, 0x38276000, 0x38278000, 0x3827A000, 0x3827C000, 0x3827E000,
0x38280000, 0x38282000, 0x38284000, 0x38286000, 0x38288000, 0x3828A000, 0x3828C000, 0x3828E000, 0x38290000, 0x38292000, 0x38294000, 0x38296000, 0x38298000, 0x3829A000, 0x3829C000, 0x3829E000,
0x382A0000, 0x382A2000, 0x382A4000, 0x382A6000, 0x382A8000, 0x382AA000, 0x382AC000, 0x382AE000, 0x382B0000, 0x382B2000, 0x382B4000, 0x382B6000, 0x382B8000, 0x382BA000, 0x382BC000, 0x382BE000,
0x382C0000, 0x382C2000, 0x382C4000, 0x382C6000, 0x382C8000, 0x382CA000, 0x382CC000, 0x382CE000, 0x382D0000, 0x382D2000, 0x382D4000, 0x382D6000, 0x382D8000, 0x382DA000, 0x382DC000, 0x382DE000,
0x382E0000, 0x382E2000, 0x382E4000, 0x382E6000, 0x382E8000, 0x382EA000, 0x382EC000, 0x382EE000, 0x382F0000, 0x382F2000, 0x382F4000, 0x382F6000, 0x382F8000, 0x382FA000, 0x382FC000, 0x382FE000,
0x38300000, 0x38302000, 0x38304000, 0x38306000, 0x38308000, 0x3830A000, 0x3830C000, 0x3830E000, 0x38310000, 0x38312000, 0x38314000, 0x38316000, 0x38318000, 0x3831A000, 0x3831C000, 0x3831E000,
0x38320000, 0x38322000, 0x38324000, 0x38326000, 0x38328000, 0x3832A000, 0x3832C000, 0x3832E000, 0x38330000, 0x38332000, 0x38334000, 0x38336000, 0x38338000, 0x3833A000, 0x3833C000, 0x3833E000,
0x38340000, 0x38342000, 0x38344000, 0x38346000, 0x38348000, 0x3834A000, 0x3834C000, 0x3834E000, 0x38350000, 0x38352000, 0x38354000, 0x38356000, 0x38358000, 0x3835A000, 0x3835C000, 0x3835E000,
0x38360000, 0x38362000, 0x38364000, 0x38366000, 0x38368000, 0x3836A000, 0x3836C000, 0x3836E000, 0x38370000, 0x38372000, 0x38374000, 0x38376000, 0x38378000, 0x3837A000, 0x3837C000, 0x3837E000,
0x38380000, 0x38382000, 0x38384000, 0x38386000, 0x38388000, 0x3838A000, 0x3838C000, 0x3838E000, 0x38390000, 0x38392000, 0x38394000, 0x38396000, 0x38398000, 0x3839A000, 0x3839C000, 0x3839E000,
0x383A0000, 0x383A2000, 0x383A4000, 0x383A6000, 0x383A8000, 0x383AA000, 0x383AC000, 0x383AE000, 0x383B0000, 0x383B2000, 0x383B4000, 0x383B6000, 0x383B8000, 0x383BA000, 0x383BC000, 0x383BE000,
0x383C0000, 0x383C2000, 0x383C4000, 0x383C6000, 0x383C8000, 0x383CA000, 0x383CC000, 0x383CE000, 0x383D0000, 0x383D2000, 0x383D4000, 0x383D6000, 0x383D8000, 0x383DA000, 0x383DC000, 0x383DE000,
0x383E0000, 0x383E2000, 0x383E4000, 0x383E6000, 0x383E8000, 0x383EA000, 0x383EC000, 0x383EE000, 0x383F0000, 0x383F2000, 0x383F4000, 0x383F6000, 0x383F8000, 0x383FA000, 0x383FC000, 0x383FE000,
0x38400000, 0x38402000, 0x38404000, 0x38406000, 0x38408000, 0x3840A000, 0x3840C000, 0x3840E000, 0x38410000, 0x38412000, 0x38414000, 0x38416000, 0x38418000, 0x3841A000, 0x3841C000, 0x3841E000,
0x38420000, 0x38422000, 0x38424000, 0x38426000, 0x38428000, 0x3842A000, 0x3842C000, 0x3842E000, 0x38430000, 0x38432000, 0x38434000, 0x38436000, 0x38438000, 0x3843A000, 0x3843C000, 0x3843E000,
0x38440000, 0x38442000, 0x38444000, 0x38446000, 0x38448000, 0x3844A000, 0x3844C000, 0x3844E000, 0x38450000, 0x38452000, 0x38454000, 0x38456000, 0x38458000, 0x3845A000, 0x3845C000, 0x3845E000,
0x38460000, 0x38462000, 0x38464000, 0x38466000, 0x38468000, 0x3846A000, 0x3846C000, 0x3846E000, 0x38470000, 0x38472000, 0x38474000, 0x38476000, 0x38478000, 0x3847A000, 0x3847C000, 0x3847E000,
0x38480000, 0x38482000, 0x38484000, 0x38486000, 0x38488000, 0x3848A000, 0x3848C000, 0x3848E000, 0x38490000, 0x38492000, 0x38494000, 0x38496000, 0x38498000, 0x3849A000, 0x3849C000, 0x3849E000,
0x384A0000, 0x384A2000, 0x384A4000, 0x384A6000, 0x384A8000, 0x384AA000, 0x384AC000, 0x384AE000, 0x384B0000, 0x384B2000, 0x384B4000, 0x384B6000, 0x384B8000, 0x384BA000, 0x384BC000, 0x384BE000,
0x384C0000, 0x384C2000, 0x384C4000, 0x384C6000, 0x384C8000, 0x384CA000, 0x384CC000, 0x384CE000, 0x384D0000, 0x384D2000, 0x384D4000, 0x384D6000, 0x384D8000, 0x384DA000, 0x384DC000, 0x384DE000,
0x384E0000, 0x384E2000, 0x384E4000, 0x384E6000, 0x384E8000, 0x384EA000, 0x384EC000, 0x384EE000, 0x384F0000, 0x384F2000, 0x384F4000, 0x384F6000, 0x384F8000, 0x384FA000, 0x384FC000, 0x384FE000,
0x38500000, 0x38502000, 0x38504000, 0x38506000, 0x38508000, 0x3850A000, 0x3850C000, 0x3850E000, 0x38510000, 0x38512000, 0x38514000, 0x38516000, 0x38518000, 0x3851A000, 0x3851C000, 0x3851E000,
0x38520000, 0x38522000, 0x38524000, 0x38526000, 0x38528000, 0x3852A000, 0x3852C000, 0x3852E000, 0x38530000, 0x38532000, 0x38534000, 0x38536000, 0x38538000, 0x3853A000, 0x3853C000, 0x3853E000,
0x38540000, 0x38542000, 0x38544000, 0x38546000, 0x38548000, 0x3854A000, 0x3854C000, 0x3854E000, 0x38550000, 0x38552000, 0x38554000, 0x38556000, 0x38558000, 0x3855A000, 0x3855C000, 0x3855E000,
0x38560000, 0x38562000, 0x38564000, 0x38566000, 0x38568000, 0x3856A000, 0x3856C000, 0x3856E000, 0x38570000, 0x38572000, 0x38574000, 0x38576000, 0x38578000, 0x3857A000, 0x3857C000, 0x3857E000,
0x38580000, 0x38582000, 0x38584000, 0x38586000, 0x38588000, 0x3858A000, 0x3858C000, 0x3858E000, 0x38590000, 0x38592000, 0x38594000, 0x38596000, 0x38598000, 0x3859A000, 0x3859C000, 0x3859E000,
0x385A0000, 0x385A2000, 0x385A4000, 0x385A6000, 0x385A8000, 0x385AA000, 0x385AC000, 0x385AE000, 0x385B0000, 0x385B2000, 0x385B4000, 0x385B6000, 0x385B8000, 0x385BA000, 0x385BC000, 0x385BE000,
0x385C0000, 0x385C2000, 0x385C4000, 0x385C6000, 0x385C8000, 0x385CA000, 0x385CC000, 0x385CE000, 0x385D0000, 0x385D2000, 0x385D4000, 0x385D6000, 0x385D8000, 0x385DA000, 0x385DC000, 0x385DE000,
0x385E0000, 0x385E2000, 0x385E4000, 0x385E6000, 0x385E8000, 0x385EA000, 0x385EC000, 0x385EE000, 0x385F0000, 0x385F2000, 0x385F4000, 0x385F6000, 0x385F8000, 0x385FA000, 0x385FC000, 0x385FE000,
0x38600000, 0x38602000, 0x38604000, 0x38606000, 0x38608000, 0x3860A000, 0x3860C000, 0x3860E000, 0x38610000, 0x38612000, 0x38614000, 0x38616000, 0x38618000, 0x3861A000, 0x3861C000, 0x3861E000,
0x38620000, 0x38622000, 0x38624000, 0x38626000, 0x38628000, 0x3862A000, 0x3862C000, 0x3862E000, 0x38630000, 0x38632000, 0x38634000, 0x38636000, 0x38638000, 0x3863A000, 0x3863C000, 0x3863E000,
0x38640000, 0x38642000, 0x38644000, 0x38646000, 0x38648000, 0x3864A000, 0x3864C000, 0x3864E000, 0x38650000, 0x38652000, 0x38654000, 0x38656000, 0x38658000, 0x3865A000, 0x3865C000, 0x3865E000,
0x38660000, 0x38662000, 0x38664000, 0x38666000, 0x38668000, 0x3866A000, 0x3866C000, 0x3866E000, 0x38670000, 0x38672000, 0x38674000, 0x38676000, 0x38678000, 0x3867A000, 0x3867C000, 0x3867E000,
0x38680000, 0x38682000, 0x38684000, 0x38686000, 0x38688000, 0x3868A000, 0x3868C000, 0x3868E000, 0x38690000, 0x38692000, 0x38694000, 0x38696000, 0x38698000, 0x3869A000, 0x3869C000, 0x3869E000,
0x386A0000, 0x386A2000, 0x386A4000, 0x386A6000, 0x386A8000, 0x386AA000, 0x386AC000, 0x386AE000, 0x386B0000, 0x386B2000, 0x386B4000, 0x386B6000, 0x386B8000, 0x386BA000, 0x386BC000, 0x386BE000,
0x386C0000, 0x386C2000, 0x386C4000, 0x386C6000, 0x386C8000, 0x386CA000, 0x386CC000, 0x386CE000, 0x386D0000, 0x386D2000, 0x386D4000, 0x386D6000, 0x386D8000, 0x386DA000, 0x386DC000, 0x386DE000,
0x386E0000, 0x386E2000, 0x386E4000, 0x386E6000, 0x386E8000, 0x386EA000, 0x386EC000, 0x386EE000, 0x386F0000, 0x386F2000, 0x386F4000, 0x386F6000, 0x386F8000, 0x386FA000, 0x386FC000, 0x386FE000,
0x38700000, 0x38702000, 0x38704000, 0x38706000, 0x38708000, 0x3870A000, 0x3870C000, 0x3870E000, 0x38710000, 0x38712000, 0x38714000, 0x38716000, 0x38718000, 0x3871A000, 0x3871C000, 0x3871E000,
0x38720000, 0x38722000, 0x38724000, 0x38726000, 0x38728000, 0x3872A000, 0x3872C000, 0x3872E000, 0x38730000, 0x38732000, 0x38734000, 0x38736000, 0x38738000, 0x3873A000, 0x3873C000, 0x3873E000,
0x38740000, 0x38742000, 0x38744000, 0x38746000, 0x38748000, 0x3874A000, 0x3874C000, 0x3874E000, 0x38750000, 0x38752000, 0x38754000, 0x38756000, 0x38758000, 0x3875A000, 0x3875C000, 0x3875E000,
0x38760000, 0x38762000, 0x38764000, 0x38766000, 0x38768000, 0x3876A000, 0x3876C000, 0x3876E000, 0x38770000, 0x38772000, 0x38774000, 0x38776000, 0x38778000, 0x3877A000, 0x3877C000, 0x3877E000,
0x38780000, 0x38782000, 0x38784000, 0x38786000, 0x38788000, 0x3878A000, 0x3878C000, 0x3878E000, 0x38790000, 0x38792000, 0x38794000, 0x38796000, 0x38798000, 0x3879A000, 0x3879C000, 0x3879E000,
0x387A0000, 0x387A2000, 0x387A4000, 0x387A6000, 0x387A8000, 0x387AA000, 0x387AC000, 0x387AE000, 0x387B0000, 0x387B2000, 0x387B4000, 0x387B6000, 0x387B8000, 0x387BA000, 0x387BC000, 0x387BE000,
0x387C0000, 0x387C2000, 0x387C4000, 0x387C6000, 0x387C8000, 0x387CA000, 0x387CC000, 0x387CE000, 0x387D0000, 0x387D2000, 0x387D4000, 0x387D6000, 0x387D8000, 0x387DA000, 0x387DC000, 0x387DE000,
0x387E0000, 0x387E2000, 0x387E4000, 0x387E6000, 0x387E8000, 0x387EA000, 0x387EC000, 0x387EE000, 0x387F0000, 0x387F2000, 0x387F4000, 0x387F6000, 0x387F8000, 0x387FA000, 0x387FC000, 0x387FE000 };
static const uint32 exponent_table[64] = {
0x00000000, 0x00800000, 0x01000000, 0x01800000, 0x02000000, 0x02800000, 0x03000000, 0x03800000, 0x04000000, 0x04800000, 0x05000000, 0x05800000, 0x06000000, 0x06800000, 0x07000000, 0x07800000,
0x08000000, 0x08800000, 0x09000000, 0x09800000, 0x0A000000, 0x0A800000, 0x0B000000, 0x0B800000, 0x0C000000, 0x0C800000, 0x0D000000, 0x0D800000, 0x0E000000, 0x0E800000, 0x0F000000, 0x47800000,
0x80000000, 0x80800000, 0x81000000, 0x81800000, 0x82000000, 0x82800000, 0x83000000, 0x83800000, 0x84000000, 0x84800000, 0x85000000, 0x85800000, 0x86000000, 0x86800000, 0x87000000, 0x87800000,
0x88000000, 0x88800000, 0x89000000, 0x89800000, 0x8A000000, 0x8A800000, 0x8B000000, 0x8B800000, 0x8C000000, 0x8C800000, 0x8D000000, 0x8D800000, 0x8E000000, 0x8E800000, 0x8F000000, 0xC7800000 };
static const unsigned short offset_table[64] = {
0, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024,
0, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024 };
uint32 bits = mantissa_table[offset_table[value>>10]+(value&0x3FF)] + exponent_table[value>>10];
// uint32 bits = mantissa_table[(((value&0x7C00)!=0)<<10)+(value&0x3FF)] + exponent_table[value>>10];
// return *reinterpret_cast<float*>(&bits); //violating strict aliasing!
float out;
std::memcpy(&out, &bits, sizeof(float));
return out;
}
/// Convert half-precision to non-IEEE single-precision.
/// \param value binary representation of half-precision value
/// \return single-precision value
inline float half2float_impl(uint16 value, false_type)
{
float out;
int abs = value & 0x7FFF;
if(abs > 0x7C00)
out = std::numeric_limits<float>::has_quiet_NaN ? std::numeric_limits<float>::quiet_NaN() : 0.0f;
else if(abs == 0x7C00)
out = std::numeric_limits<float>::has_infinity ? std::numeric_limits<float>::infinity() : std::numeric_limits<float>::max();
else if(abs > 0x3FF)
out = std::ldexp(static_cast<float>((value&0x3FF)|0x400), (abs>>10)-25);
else
out = std::ldexp(static_cast<float>(abs), -24);
return (value&0x8000) ? -out : out;
}
/// Convert half-precision to single-precision.
/// \param value binary representation of half-precision value
/// \return single-precision value
inline float half2float(uint16 value)
{
return half2float_impl(value, bool_type<std::numeric_limits<float>::is_iec559&&sizeof(uint32)==sizeof(float)>());
}
/// Convert half-precision floating point to integer.
/// \tparam R rounding mode to use, `std::round_indeterminate` for fastest rounding
/// \tparam E `true` for round to even, `false` for round away from zero
/// \tparam T type to convert to (buitlin integer type with at least 16 bits precision, excluding any implicit sign bits)
/// \param value binary representation of half-precision value
/// \return integral value
template<std::float_round_style R,bool E, typename T> T half2int_impl(uint16 value)
{
unsigned int e = value & 0x7FFF;
if(e >= 0x7C00)
return (value&0x8000) ? std::numeric_limits<T>::min() : std::numeric_limits<T>::max();
if(e < 0x3800)
{
if(R == std::round_toward_infinity)
return T(~(value>>15)&(e!=0));
else if(R == std::round_toward_neg_infinity)
return -T(value>0x8000);
return T();
}
int17 m = (value&0x3FF) | 0x400;
e >>= 10;
if(e < 25)
{
if(R == std::round_indeterminate || R == std::round_toward_zero)
m >>= 25 - e;
else
{
if(R == std::round_to_nearest)
m += (1<<(24-e)) - (~(m>>(25-e))&E);
else if(R == std::round_toward_infinity)
m += ((value>>15)-1) & ((1<<(25-e))-1U);
else if(R == std::round_toward_neg_infinity)
m += -(value>>15) & ((1<<(25-e))-1U);
m >>= 25 - e;
}
}
else
m <<= e - 25;
// if(std::numeric_limits<T>::digits < 16)
// return std::min(std::max(m, static_cast<int17>(std::numeric_limits<T>::min())), static_cast<int17>(std::numeric_limits<T>::max()));
return static_cast<T>((value&0x8000) ? -m : m);
}
/// Convert half-precision floating point to integer.
/// \tparam R rounding mode to use, `std::round_indeterminate` for fastest rounding
/// \tparam T type to convert to (buitlin integer type with at least 16 bits precision, excluding any implicit sign bits)
/// \param value binary representation of half-precision value
/// \return integral value
template<std::float_round_style R,typename T> T half2int(uint16 value) { return half2int_impl<R,HALF_ROUND_TIES_TO_EVEN, T>(value); }
/// Convert half-precision floating point to integer using round-to-nearest-away-from-zero.
/// \tparam T type to convert to (buitlin integer type with at least 16 bits precision, excluding any implicit sign bits)
/// \param value binary representation of half-precision value
/// \return integral value
template<typename T> T half2int_up(uint16 value) { return half2int_impl<std::round_to_nearest,0, T>(value); }
/// Round half-precision number to nearest integer value.
/// \tparam R rounding mode to use, `std::round_indeterminate` for fastest rounding
/// \tparam E `true` for round to even, `false` for round away from zero
/// \param value binary representation of half-precision value
/// \return half-precision bits for nearest integral value
template<std::float_round_style R, bool E> uint16 round_half_impl(uint16 value)
{
unsigned int e = value & 0x7FFF;
uint16 result = value;
if(e < 0x3C00)
{
result &= 0x8000;
if(R == std::round_to_nearest)
result |= 0x3C00U & -(e>=(0x3800+E));
else if(R == std::round_toward_infinity)
result |= 0x3C00U & -(~(value>>15)&(e!=0));
else if(R == std::round_toward_neg_infinity)
result |= 0x3C00U & -(value>0x8000);
}
else if(e < 0x6400)
{
e = 25 - (e>>10);
unsigned int mask = (1<<e) - 1;
if(R == std::round_to_nearest)
result += (1<<(e-1)) - (~(result>>e)&E);
else if(R == std::round_toward_infinity)
result += mask & ((value>>15)-1);
else if(R == std::round_toward_neg_infinity)
result += mask & -(value>>15);
result &= ~mask;
}
return result;
}
/// Round half-precision number to nearest integer value.
/// \tparam R rounding mode to use, `std::round_indeterminate` for fastest rounding
/// \param value binary representation of half-precision value
/// \return half-precision bits for nearest integral value
template<std::float_round_style R> uint16 round_half(uint16 value) { return round_half_impl<R, HALF_ROUND_TIES_TO_EVEN>(value); }
/// Round half-precision number to nearest integer value using round-to-nearest-away-from-zero.
/// \param value binary representation of half-precision value
/// \return half-precision bits for nearest integral value
inline CAFFE_UTIL_HD uint16 round_half_up(uint16 value) { return round_half_impl<std::round_to_nearest, 0>(value); }
/// \}
struct functions;
template<typename> struct unary_specialized;
template<typename, typename> struct binary_specialized;
template<typename,typename, std::float_round_style> struct half_caster;
}
/// Half-precision floating point type.
/// This class implements an IEEE-conformant half-precision floating point type with the usual arithmetic operators and
/// conversions. It is implicitly convertible to single-precision floating point, which makes artihmetic expressions and
/// functions with mixed-type operands to be of the most precise operand type. Additionally all arithmetic operations
/// (and many mathematical functions) are carried out in single-precision internally. All conversions from single- to
/// half-precision are done using truncation (round towards zero), but temporary results inside chained arithmetic
/// expressions are kept in single-precision as long as possible (while of course still maintaining a strong half-precision type).
///
/// According to the C++98/03 definition, the half type is not a POD type. But according to C++11's less strict and
/// extended definitions it is both a standard layout type and a trivially copyable type (even if not a POD type), which
/// means it can be standard-conformantly copied using raw binary copies. But in this context some more words about the
/// actual size of the type. Although the half is representing an IEEE 16-bit type, it does not neccessarily have to be of
/// exactly 16-bits size. But on any reasonable implementation the actual binary representation of this type will most
/// probably not ivolve any additional "magic" or padding beyond the simple binary representation of the underlying 16-bit
/// IEEE number, even if not strictly guaranteed by the standard. But even then it only has an actual size of 16 bits if
/// your C++ implementation supports an unsigned integer type of exactly 16 bits width. But this should be the case on
/// nearly any reasonable platform.
///
/// So if your C++ implementation is not totally exotic or imposes special alignment requirements, it is a reasonable
/// assumption that the data of a half is just comprised of the 2 bytes of the underlying IEEE representation.
class half
{
friend struct detail::functions;
friend struct detail::unary_specialized<half>;
friend struct detail::binary_specialized<half, half>;
template<typename,typename, std::float_round_style> friend struct detail::half_caster;
friend class std::numeric_limits<half>;
#if HALF_ENABLE_CPP11_HASH
friend struct std::hash<half>;
#endif
public:
/// Default constructor.
/// This initializes the half to 0. Although this does not match the builtin types' default-initialization semantics
/// and may be less efficient than no initialization, it is needed to provide proper value-initialization semantics.
HALF_CONSTEXPR
CAFFE_UTIL_HD
half() : data_() {}
template<typename H>
CAFFE_UTIL_HD
const H* gethp() const {
return reinterpret_cast<const H*>(&data_);
}
template<typename H>
CAFFE_UTIL_HD
H* gethp() {
return reinterpret_cast<H*>(&data_);
}
CAFFE_UTIL_HD
unsigned short getx() const {
return data_;
}
CAFFE_UTIL_HD
half& setx(unsigned short x) {
data_ = x;
return *this;
}
/// Copy constructor.
/// \tparam T type of concrete half expression
/// \param rhs half expression to copy from
CAFFE_UTIL_HD
half(detail::expr rhs) {
assign(rhs);
}
/// Conversion constructor.
/// \param rhs float to convert
template<typename T>
CAFFE_UTIL_HD
half(const T& rhs) {
assign(static_cast<float>(rhs));
}
// Copy constructor overriding the one above
// It avoids half->float->half path
CAFFE_UTIL_HD
half(const half& rhs) :
data_(rhs.data_) {}
// explicit half(float rhs) : data_(detail::float2half<round_style>(rhs)) {}
CAFFE_UTIL_HD
explicit half(float rhs) {
assign(rhs);
}
/// Conversion to single-precision.
/// \return single precision value representing expression value
// operator float() const { return detail::half2float(data_); }
CAFFE_UTIL_HD operator float() const {
#ifdef __CUDA_ARCH__
::half h;
h.setx(data_);
return __half2float(h);
#else
return detail::half2float(data_);
#endif
}
CAFFE_UTIL_HD void assign(float rhs) {
#ifdef __CUDA_ARCH__
data_ = float2half_clip(rhs).x();
#else
data_ = detail::float2half<round_style>(rhs);
#endif
}
template <class T>
CAFFE_UTIL_IHD half& operator=(const T& rhs) {
assign(static_cast<float>(rhs));
return *this;
}
/// Assignment operator.
/// \tparam T type of concrete half expression
/// \param rhs half expression to copy from
/// \return reference to this half
CAFFE_UTIL_HD
half& operator=(detail::expr rhs) { return *this = static_cast<float>(rhs); }
CAFFE_UTIL_HD
half& operator=(const half& rhs) {
data_ = rhs.data_;
return *this;
}
/// Arithmetic assignment.
/// \tparam T type of concrete half expression
/// \param rhs half expression to add
/// \return reference to this half
template<typename T>
CAFFE_UTIL_HD
typename detail::enable<half&, T>::type operator+=(T rhs) { return *this += static_cast<float>(rhs); }
/// Arithmetic assignment.
/// \tparam T type of concrete half expression
/// \param rhs half expression to subtract
/// \return reference to this half
template<typename T>
CAFFE_UTIL_HD
typename detail::enable<half&, T>::type operator-=(T rhs) { return *this -= static_cast<float>(rhs); }
/// Arithmetic assignment.
/// \tparam T type of concrete half expression
/// \param rhs half expression to multiply with
/// \return reference to this half
template<typename T>
CAFFE_UTIL_HD
typename detail::enable<half&, T>::type operator*=(T rhs) { return *this *= static_cast<float>(rhs); }
/// Arithmetic assignment.
/// \tparam T type of concrete half expression
/// \param rhs half expression to divide by
/// \return reference to this half
template<typename T>
CAFFE_UTIL_HD
typename detail::enable<half&, T>::type operator/=(T rhs) { return *this /= static_cast<float>(rhs); }
/// Assignment operator.
/// \param rhs single-precision value to copy from
/// \return reference to this half
CAFFE_UTIL_HD
half& operator=(float rhs) { assign(rhs); return *this; }
/// Arithmetic assignment.
/// \param rhs single-precision value to add
/// \return reference to this half
CAFFE_UTIL_HD
half& operator+=(float rhs) {
assign(static_cast<float>(*this) + rhs);
return *this;
}
/// Arithmetic assignment.
/// \param rhs single-precision value to subtract
/// \return reference to this half
CAFFE_UTIL_HD
half& operator-=(float rhs) {
#ifdef DEBUG_PRECISION
float before = static_cast<float>(*this);
assign(before - rhs);
float after = static_cast<float>(*this);
if (before == after && before != 0.f && rhs != 0.f) {
#ifdef __CUDA_ARCH__
printf("GPU PRECISION LOSS: %g -= %g\n", before, rhs);
#else
printf("CPU PRECISION LOSS: %g -= %g\n", before, rhs);
#endif
}
#else
assign(static_cast<float>(*this) - rhs);
#endif
return *this;
}
/// Arithmetic assignment.
/// \param rhs single-precision value to multiply with
/// \return reference to this half
CAFFE_UTIL_HD
half& operator*=(float rhs) { assign(static_cast<float>(*this) * rhs); return *this; }
/// Arithmetic assignment.
/// \param rhs single-precision value to divide by
/// \return reference to this half
CAFFE_UTIL_HD
half& operator/=(float rhs) { assign(static_cast<float>(*this) / rhs); return *this; }
/// Prefix increment.
/// \return incremented half value
CAFFE_UTIL_HD
half& operator++() { return *this += 1.0f; }
/// Prefix decrement.
/// \return decremented half value
CAFFE_UTIL_HD
half& operator--() { return *this -= 1.0f; }
/// Postfix increment.
/// \return non-incremented half value
CAFFE_UTIL_HD
half operator++(int) { half out(*this); ++*this; return out; }
/// Postfix decrement.
/// \return non-decremented half value
CAFFE_UTIL_HD
half operator--(int) { half out(*this); --*this; return out; }
private:
/// Rounding mode to use (always `std::round_indeterminate`)
static const std::float_round_style round_style = (std::float_round_style)(HALF_ROUND_STYLE);
/// Constructor.
/// \param bits binary representation to set half to
CAFFE_UTIL_HD
HALF_CONSTEXPR half(detail::binary_t, unsigned int bits) HALF_NOEXCEPT
: data_(static_cast<detail::uint16>(bits)) {}
/// Internal binary representation
detail::uint16 data_;
};
template <>
CAFFE_UTIL_IHD half& half::operator= <half>(const half& rhs) {
data_ = rhs.data_;
return *this;
}
#if HALF_ENABLE_CPP11_USER_LITERALS
/// Library-defined half-precision literals.
/// Import this namespace to enable half-precision floating point literals:
/// ~~~~{.cpp}
/// using namespace half_float::literal;
/// half_float::half = 4.2_h;
/// ~~~~
namespace literal
{
/// Half literal.
/// While this returns an actual half-precision value, half literals can unfortunately not be constant expressions due
/// to rather involved single-to-half conversion.
/// \param value literal value
/// \return half with given value (if representable)
inline half operator "" _h(long double value) { return half(static_cast<float>(value)); }
}
#endif
namespace detail
{
/// Wrapper implementing unspecialized half-precision functions.
struct functions
{
/// Addition implementation.
/// \param x first operand
/// \param y second operand
/// \return Half-precision sum stored in single-precision
static CAFFE_UTIL_HD expr plus(float x, float y) { return expr(x+y); }
/// Subtraction implementation.
/// \param x first operand
/// \param y second operand
/// \return Half-precision difference stored in single-precision
static CAFFE_UTIL_HD expr minus(float x, float y) { return expr(x-y); }
/// Multiplication implementation.
/// \param x first operand
/// \param y second operand
/// \return Half-precision product stored in single-precision
static CAFFE_UTIL_HD expr multiplies(float x, float y) { return expr(x*y); }
/// Division implementation.
/// \param x first operand
/// \param y second operand
/// \return Half-precision quotient stored in single-precision
static CAFFE_UTIL_HD expr divides(float x, float y) { return expr(x/y); }
/// Output implementation.
/// \param out stream to write to
/// \param arg value to write
/// \return reference to stream
template<typename charT,typename traits> static std::basic_ostream<charT,traits>& write(std::basic_ostream<charT, traits> &out, float arg) { return out << arg; }
/// Input implementation.
/// \param in stream to read from
/// \param arg half to read into
/// \return reference to stream
template<typename charT,typename traits> static std::basic_istream<charT,traits>& read(std::basic_istream<charT, traits> &in, half &arg)
{
float f;
if(in >> f)
arg = f;
return in;
}
/// Modulo implementation.
/// \param x first operand
/// \param y second operand
/// \return Half-precision division remainder stored in single-precision
static CAFFE_UTIL_HD expr fmod(float x, float y) { return expr(std::fmod(x, y)); }
/// Remainder implementation.
/// \param x first operand
/// \param y second operand
/// \return Half-precision division remainder stored in single-precision
static CAFFE_UTIL_HD expr remainder(float x, float y)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::remainder(x, y));
#else
if(builtin_isnan(x) || builtin_isnan(y))
return expr(float_nan()/*std::numeric_limits<float>::quiet_NaN()*/);
float ax = std::fabs(x), ay = std::fabs(y);
if(ax >= 65536.0f || ay < std::ldexp(1.0f, -24))
return expr(float_nan()/*std::numeric_limits<float>::quiet_NaN()*/);
if(ay >= 65536.0f)
return expr(x);
if(ax == ay)
return expr(builtin_signbit(x) ? -0.0f : 0.0f);
ax = std::fmod(ax, ay+ay);
float y2 = 0.5f * ay;
if(ax > y2)
{
ax -= ay;
if(ax >= y2)
ax -= ay;
}
return expr(builtin_signbit(x) ? -ax : ax);
#endif
}
/// Remainder implementation.
/// \param x first operand
/// \param y second operand
/// \param quo address to store quotient bits at
/// \return Half-precision division remainder stored in single-precision
static CAFFE_UTIL_HD expr remquo(float x, float y, int *quo)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::remquo(x, y, quo));
#else
if(builtin_isnan(x) || builtin_isnan(y))
return expr(float_nan()/*std::numeric_limits<float>::quiet_NaN()*/);
bool sign = builtin_signbit(x), qsign = static_cast<bool>(sign^builtin_signbit(y));
float ax = std::fabs(x), ay = std::fabs(y);
if(ax >= 65536.0f || ay < std::ldexp(1.0f, -24))
return expr(float_nan()/*std::numeric_limits<float>::quiet_NaN()*/);
if(ay >= 65536.0f)
return expr(x);
if(ax == ay)
return *quo = qsign ? -1 : 1, expr(sign ? -0.0f : 0.0f);
ax = std::fmod(ax, 8.0f*ay);
int cquo = 0;
if(ax >= 4.0f * ay)
{
ax -= 4.0f * ay;
cquo += 4;
}
if(ax >= 2.0f * ay)
{
ax -= 2.0f * ay;
cquo += 2;
}
float y2 = 0.5f * ay;
if(ax > y2)
{
ax -= ay;
++cquo;
if(ax >= y2)
{
ax -= ay;
++cquo;
}
}
return *quo = qsign ? -cquo : cquo, expr(sign ? -ax : ax);
#endif
}
/// Positive difference implementation.
/// \param x first operand
/// \param y second operand
/// \return Positive difference stored in single-precision
static CAFFE_UTIL_HD expr fdim(float x, float y)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::fdim(x, y));
#else
return expr((x<=y) ? 0.0f : (x-y));
#endif
}
/// Fused multiply-add implementation.
/// \param x first operand
/// \param y second operand
/// \param z third operand
/// \return \a x * \a y + \a z stored in single-precision
static CAFFE_UTIL_HD expr fma(float x, float y, float z)
{
#if HALF_ENABLE_CPP11_CMATH && defined(FP_FAST_FMAF)
return expr(std::fma(x, y, z));
#else
return expr(x*y+z);
#endif
}
/// Get NaN.
/// \return Half-precision quiet NaN
static CAFFE_UTIL_HD half nanh(const char*) { return half(binary, 0x7FFF); }
/// Exponential implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr exp(float arg) { return expr(std::exp(arg)); }
/// Exponential implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr expm1(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::expm1(arg));
#else
return expr(static_cast<float>(std::exp(static_cast<double>(arg))-1.0));
#endif
}
/// Binary exponential implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr exp2(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::exp2(arg));
#else
return expr(static_cast<float>(std::exp(arg*0.69314718055994530941723212145818)));
#endif
}
/// Logarithm implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr log(float arg) { return expr(std::log(arg)); }
/// Common logarithm implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr log10(float arg) { return expr(std::log10(arg)); }
/// Logarithm implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr log1p(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::log1p(arg));
#else
return expr(static_cast<float>(std::log(1.0+arg)));
#endif
}
/// Binary logarithm implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr log2(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::log2(arg));
#else
return expr(static_cast<float>(std::log(static_cast<double>(arg))*1.4426950408889634073599246810019));
#endif
}
/// Square root implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr sqrt(float arg) { return expr(std::sqrt(arg)); }
/// Cubic root implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr cbrt(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::cbrt(arg));
#else
if(builtin_isnan(arg) || builtin_isinf(arg))
return expr(arg);
return expr(builtin_signbit(arg) ? -static_cast<float>(std::pow(std::fabs(static_cast<double>(arg)), 1.0/3.0)) :
static_cast<float>(std::pow(static_cast<double>(arg), 1.0/3.0)));
#endif
}
/// Hypotenuse implementation.
/// \param x first argument
/// \param y second argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr hypot(float x, float y)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::hypot(x, y));
#else
return expr((builtin_isinf(x) || builtin_isinf(y)) ? float_infinity()/*std::numeric_limits<float>::infinity()*/ :
static_cast<float>(std::sqrt(static_cast<double>(x)*x+static_cast<double>(y)*y)));
#endif
}
/// Power implementation.
/// \param base value to exponentiate
/// \param exp power to expontiate to
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr pow(float base, float exp) { return expr(std::pow(base, exp)); }
/// Sine implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr sin(float arg) { return expr(std::sin(arg)); }
/// Cosine implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr cos(float arg) { return expr(std::cos(arg)); }
/// Tan implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr tan(float arg) { return expr(std::tan(arg)); }
/// Arc sine implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr asin(float arg) { return expr(std::asin(arg)); }
/// Arc cosine implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr acos(float arg) { return expr(std::acos(arg)); }
/// Arc tangent implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr atan(float arg) { return expr(std::atan(arg)); }
/// Arc tangent implementation.
/// \param x first argument
/// \param y second argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr atan2(float x, float y) { return expr(std::atan2(x, y)); }
/// Hyperbolic sine implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr sinh(float arg) { return expr(std::sinh(arg)); }
/// Hyperbolic cosine implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr cosh(float arg) { return expr(std::cosh(arg)); }
/// Hyperbolic tangent implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr tanh(float arg) { return expr(std::tanh(arg)); }
/// Hyperbolic area sine implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr asinh(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::asinh(arg));
#else
return expr((arg==-float_infinity()/*std::numeric_limits<float>::infinity()*/) ? arg : static_cast<float>(std::log(arg+std::sqrt(arg*arg+1.0))));
#endif
}
/// Hyperbolic area cosine implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr acosh(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::acosh(arg));
#else
return expr((arg<-1.0f) ? float_nan()/*std::numeric_limits<float>::quiet_NaN()*/ : static_cast<float>(std::log(arg+std::sqrt(arg*arg-1.0))));
#endif
}
/// Hyperbolic area tangent implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr atanh(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::atanh(arg));
#else
return expr(static_cast<float>(0.5*std::log((1.0+arg)/(1.0-arg))));
#endif
}
/// Error function implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr erf(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::erf(arg));
#else
return expr(static_cast<float>(erf(static_cast<double>(arg))));
#endif
}
/// Complementary implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr erfc(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::erfc(arg));
#else
return expr(static_cast<float>(1.0-erf(static_cast<double>(arg))));
#endif
}
/// Gamma logarithm implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr lgamma(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::lgamma(arg));
#else
if(builtin_isinf(arg))
return expr(float_infinity()/*std::numeric_limits<float>::infinity()*/);
double z = static_cast<double>(arg);
if(z < 0)
{
double i, f = std::modf(-z, &i);
if(f == 0.0)
return expr(float_infinity()/*std::numeric_limits<float>::infinity()*/);
return expr(static_cast<float>(1.1447298858494001741434273513531-std::log(std::abs(std::sin(3.1415926535897932384626433832795*f)))-lgamma(1.0-z)));
}
// if(z < 8.0)
// return expr(static_cast<float>(lgamma(static_cast<double>(arg))));
return expr(static_cast<float>(0.5*(1.8378770664093454835606594728112-std::log(z))+z*(std::log(z+1.0/(12.0*z-1.0/(10.0*z)-1.0))-1.0)));
#endif
}
/// Gamma implementation.
/// \param arg function argument
/// \return function value stored in single-preicision
static CAFFE_UTIL_HD expr tgamma(float arg)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::tgamma(arg));
#else
double z = static_cast<double>(arg);
if(z == 0.0)
return builtin_signbit(z) ? expr(-float_infinity()/*std::numeric_limits<float>::infinity()*/) : expr(float_infinity()/*std::numeric_limits<float>::infinity()*/);
if(z < 0.0)
{
double i, f = std::modf(-z, &i);
if(f == 0.0)
return expr(float_nan()/*std::numeric_limits<float>::quiet_NaN()*/);
double sign = (std::fmod(i, 2.0)==0.0) ? -1.0 : 1.0;
return expr(static_cast<float>(sign*3.1415926535897932384626433832795/(std::sin(3.1415926535897932384626433832795*f)*std::exp(lgamma(1.0-z)))));
}
if(builtin_isinf(arg))
return expr(arg);
// if(arg < 8.0f)
// return expr(static_cast<float>(std::exp(lgamma(z))));
return expr(static_cast<float>(std::sqrt(6.283185307179586476925286766559/z)*std::pow(0.36787944117144232159552377016146*(z+1.0/(12.0*z-1.0/(10.0*z))), z)));
#endif
}
/// Floor implementation.
/// \param arg value to round
/// \return rounded value
static CAFFE_UTIL_HD half floor(half arg) { return half(binary, round_half<std::round_toward_neg_infinity>(arg.data_)); }
/// Ceiling implementation.
/// \param arg value to round
/// \return rounded value
static CAFFE_UTIL_HD half ceil(half arg) { return half(binary, round_half<std::round_toward_infinity>(arg.data_)); }
/// Truncation implementation.
/// \param arg value to round
/// \return rounded value
static CAFFE_UTIL_HD half trunc(half arg) { return half(binary, round_half<std::round_toward_zero>(arg.data_)); }
/// Nearest integer implementation.
/// \param arg value to round
/// \return rounded value
static CAFFE_UTIL_HD half round(half arg) { return half(binary, round_half_up(arg.data_)); }
/// Nearest integer implementation.
/// \param arg value to round
/// \return rounded value
static CAFFE_UTIL_HD long lround(half arg) { return detail::half2int_up<long>(arg.data_); }
/// Nearest integer implementation.
/// \param arg value to round
/// \return rounded value
static CAFFE_UTIL_HD half rint(half arg) { return half(binary, round_half<half::round_style>(arg.data_)); }
/// Nearest integer implementation.
/// \param arg value to round
/// \return rounded value
static CAFFE_UTIL_HD long lrint(half arg) { return detail::half2int<half::round_style, long>(arg.data_); }
#if HALF_ENABLE_CPP11_LONG_LONG
/// Nearest integer implementation.
/// \param arg value to round
/// \return rounded value
static CAFFE_UTIL_HD long long llround(half arg) { return detail::half2int_up<long long>(arg.data_); }
/// Nearest integer implementation.
/// \param arg value to round
/// \return rounded value
static CAFFE_UTIL_HD long long llrint(half arg) { return detail::half2int<half::round_style, long long>(arg.data_); }
#endif
/// Decompression implementation.
/// \param arg number to decompress
/// \param exp address to store exponent at
/// \return normalized significant
static CAFFE_UTIL_HD half frexp(half arg, int *exp)
{
unsigned int m = arg.data_ & 0x7FFF;
if(m >= 0x7C00 || !m)
return *exp = 0, arg;
int e = m >> 10;
if(!e)
for(m<<=1; m<0x400; m<<=1, --e) ;
return *exp = e-14, half(binary, static_cast<uint16>((arg.data_&0x8000)|0x3800|(m&0x3FF)));
}
/// Decompression implementation.
/// \param arg number to decompress
/// \param iptr address to store integer part at
/// \return fractional part
static CAFFE_UTIL_HD half modf(half arg, half *iptr)
{
unsigned int e = arg.data_ & 0x7C00;
if(e > 0x6000)
return *iptr = arg, (e==0x7C00&&(arg.data_&0x3FF)) ? arg : half(binary, arg.data_&0x8000);
if(e < 0x3C00)
return iptr->data_ = arg.data_ & 0x8000, arg;
e >>= 10;
unsigned int mask = (1<<(25-e)) - 1, m = arg.data_ & mask;
iptr->data_ = arg.data_ & ~mask;
if(!m)
return half(binary, arg.data_&0x8000);
for(; m<0x400; m<<=1, --e) ;
return half(binary, static_cast<uint16>((arg.data_&0x8000)|(e<<10)|(m&0x3FF)));
}
/// Scaling implementation.
/// \param arg number to scale
/// \param exp power of two to scale by
/// \return scaled number
static CAFFE_UTIL_HD half scalbln(half arg, long exp)
{
long e = arg.data_ & 0x7C00;
if(e == 0x7C00)
return arg;
unsigned int m = arg.data_ & 0x3FF;
if(e >>= 10)
m |= 0x400;
else
{
if(!m)
return arg;
for(m<<=1; m<0x400; m<<=1, --e) ;
}
e += exp;
uint16 value = arg.data_ & 0x8000;
if(e > 30)
{
if(half::round_style == std::round_toward_zero)
value |= 0x7BFF;
else if(half::round_style == std::round_toward_infinity)
value |= 0x7C00 - (value>>15);
else if(half::round_style == std::round_toward_neg_infinity)
value |= 0x7BFF + (value>>15);
else
value |= 0x7C00;
}
else if(e > 0)
value |= (e<<10) | (m&0x3FF);
else if(e > -11)
{
if(half::round_style == std::round_to_nearest)
{
m += 1 << -e;
#if HALF_ROUND_TIES_TO_EVEN
m -= (m>>(1-e)) & 1;
#endif
}
else if(half::round_style == std::round_toward_infinity)
m += ((value>>15)-1) & ((1<<(1-e))-1U);
else if(half::round_style == std::round_toward_neg_infinity)
m += -(value>>15) & ((1<<(1-e))-1U);
value |= m >> (1-e);
}
else if(half::round_style == std::round_toward_infinity)
value |= ((value>>15)-1) & 1;
else if(half::round_style == std::round_toward_neg_infinity)
value |= value >> 15;
return half(binary, value);
}
/// Exponent implementation.
/// \param arg number to query
/// \return floating point exponent
static CAFFE_UTIL_HD int ilogb(half arg)
{
int exp = arg.data_ & 0x7FFF;
if(!exp)
return FP_ILOGB0;
if(exp < 0x7C00)
{
if(!(exp>>=10))
for(unsigned int m=(arg.data_&0x3FF); m<0x200; m<<=1, --exp) ;
return exp - 15;
}
if(exp > 0x7C00)
return FP_ILOGBNAN;
return INT_MAX;
}
/// Exponent implementation.
/// \param arg number to query
/// \return floating point exponent
static CAFFE_UTIL_HD half logb(half arg)
{
int exp = arg.data_ & 0x7FFF;
if(!exp)
return half(binary, 0xFC00);
if(exp < 0x7C00)
{
if(!(exp>>=10))
for(unsigned int m=(arg.data_&0x3FF); m<0x200; m<<=1, --exp) ;
return half(static_cast<float>(exp-15));
}
if(exp > 0x7C00)
return arg;
return half(binary, 0x7C00);
}
/// Enumeration implementation.
/// \param from number to increase/decrease
/// \param to direction to enumerate into
/// \return next representable number
static CAFFE_UTIL_HD half nextafter(half from, half to)
{
uint16 fabs = from.data_ & 0x7FFF, tabs = to.data_ & 0x7FFF;
if(fabs > 0x7C00)
return from;
if(tabs > 0x7C00 || from.data_ == to.data_ || !(fabs|tabs))
return to;
if(!fabs)
return half(binary, (to.data_&0x8000)+1);
bool lt = (signbit(from) ? (static_cast<int17>(0x8000)-from.data_) : static_cast<int17>(from.data_)) <
(signbit(to) ? (static_cast<int17>(0x8000)-to.data_) : static_cast<int17>(to.data_));
return half(binary, from.data_+(((from.data_>>15)^static_cast<uint16>(lt))<<1)-1);
}
/// Enumeration implementation.
/// \param from number to increase/decrease
/// \param to direction to enumerate into
/// \return next representable number
static CAFFE_UTIL_HD half nexttoward(half from, double to)
{
if(isnan(from))
return from;
double lfrom = static_cast<double>(from);
if(builtin_isnan(to) || lfrom == to)
return half(static_cast<float>(to));
if(!(from.data_&0x7FFF))
return half(binary, (static_cast<detail::uint16>(builtin_signbit(to))<<15)+1);
return half(binary, from.data_+(((from.data_>>15)^static_cast<uint16>(lfrom<to))<<1)-1);
}
/// Sign implementation
/// \param x first operand
/// \param y second operand
/// \return composed value
static CAFFE_UTIL_HD half copysign(half x, half y) { return half(binary, x.data_^((x.data_^y.data_)&0x8000)); }
/// Classification implementation.
/// \param arg value to classify
/// \retval true if infinite number
/// \retval false else
static CAFFE_UTIL_HD int fpclassify(half arg)
{
unsigned int abs = arg.data_ & 0x7FFF;
if(abs > 0x7C00)
return FP_NAN;
if(abs == 0x7C00)
return FP_INFINITE;
if(abs > 0x3FF)
return FP_NORMAL;
return abs ? FP_SUBNORMAL : FP_ZERO;
}
/// Classification implementation.
/// \param arg value to classify
/// \retval true if finite number
/// \retval false else
static CAFFE_UTIL_HD bool isfinite(half arg) { return (arg.data_&0x7C00) != 0x7C00; }
/// Classification implementation.
/// \param arg value to classify
/// \retval true if infinite number
/// \retval false else
static CAFFE_UTIL_HD bool isinf(half arg) { return (arg.data_&0x7FFF) == 0x7C00; }
/// Classification implementation.
/// \param arg value to classify
/// \retval true if not a number
/// \retval false else
static CAFFE_UTIL_HD bool isnan(half arg) { return (arg.data_&0x7FFF) > 0x7C00; }
/// Classification implementation.
/// \param arg value to classify
/// \retval true if normal number
/// \retval false else
static CAFFE_UTIL_HD bool isnormal(half arg) { return ((arg.data_&0x7C00)!=0) & ((arg.data_&0x7C00)!=0x7C00); }
/// Sign bit implementation.
/// \param arg value to check
/// \retval true if signed
/// \retval false if unsigned
static CAFFE_UTIL_HD bool signbit(half arg) { return (arg.data_&0x8000) != 0; }
/// Comparison implementation.
/// \param x first operand
/// \param y second operand
/// \retval true if operands equal
/// \retval false else
static CAFFE_UTIL_HD bool isequal(half x, half y) { return (x.data_==y.data_ || !((x.data_|y.data_)&0x7FFF)) && !isnan(x); }
/// Comparison implementation.
/// \param x first operand
/// \param y second operand
/// \retval true if operands not equal
/// \retval false else
static CAFFE_UTIL_HD bool isnotequal(half x, half y) { return (x.data_!=y.data_ && ((x.data_|y.data_)&0x7FFF)) || isnan(x); }
/// Comparison implementation.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x > \a y
/// \retval false else
static CAFFE_UTIL_HD bool isgreater(half x, half y) { return !isnan(x) && !isnan(y) && ((signbit(x) ? (static_cast<int17>(0x8000)-x.data_) :
static_cast<int17>(x.data_)) > (signbit(y) ? (static_cast<int17>(0x8000)-y.data_) : static_cast<int17>(y.data_))); }
/// Comparison implementation.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x >= \a y
/// \retval false else
static CAFFE_UTIL_HD bool isgreaterequal(half x, half y) { return !isnan(x) && !isnan(y) && ((signbit(x) ? (static_cast<int17>(0x8000)-x.data_) :
static_cast<int17>(x.data_)) >= (signbit(y) ? (static_cast<int17>(0x8000)-y.data_) : static_cast<int17>(y.data_))); }
/// Comparison implementation.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x < \a y
/// \retval false else
static CAFFE_UTIL_HD bool isless(half x, half y) { return !isnan(x) && !isnan(y) && ((signbit(x) ? (static_cast<int17>(0x8000)-x.data_) :
static_cast<int17>(x.data_)) < (signbit(y) ? (static_cast<int17>(0x8000)-y.data_) : static_cast<int17>(y.data_))); }
/// Comparison implementation.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x <= \a y
/// \retval false else
static CAFFE_UTIL_HD bool islessequal(half x, half y) { return !isnan(x) && !isnan(y) && ((signbit(x) ? (static_cast<int17>(0x8000)-x.data_) :
static_cast<int17>(x.data_)) <= (signbit(y) ? (static_cast<int17>(0x8000)-y.data_) : static_cast<int17>(y.data_))); }
/// Comparison implementation.
/// \param x first operand
/// \param y second operand
/// \retval true neither \a x > \a y nor \a x < \a y
/// \retval false else
static CAFFE_UTIL_HD bool islessgreater(half x, half y)
{
if(isnan(x) || isnan(y))
return false;
int17 a = signbit(x) ? (static_cast<int17>(0x8000)-x.data_) : static_cast<int17>(x.data_);
int17 b = signbit(y) ? (static_cast<int17>(0x8000)-y.data_) : static_cast<int17>(y.data_);
return a < b || a > b;
}
/// Comparison implementation.
/// \param x first operand
/// \param y second operand
/// \retval true if operand unordered
/// \retval false else
static CAFFE_UTIL_HD bool isunordered(half x, half y) { return isnan(x) || isnan(y); }
private:
static CAFFE_UTIL_HD double erf(double arg)
{
if(builtin_isinf(arg))
return (arg<0.0) ? -1.0 : 1.0;
double x2 = static_cast<double>(arg) * static_cast<double>(arg), ax2 = 0.147 * x2;
double value = std::sqrt(1.0-std::exp(-x2*(1.2732395447351626861510701069801+ax2)/(1.0+ax2)));
return builtin_signbit(arg) ? -value : value;
}
static CAFFE_UTIL_HD double lgamma(double arg)
{
double v = 1.0;
for(; arg<8.0; ++arg) v *= arg;
double w = 1.0 / (arg * arg);
return (((((((-0.02955065359477124183006535947712*w+0.00641025641025641025641025641026)*w+
-0.00191752691752691752691752691753)*w+8.4175084175084175084175084175084e-4)*w+
-5.952380952380952380952380952381e-4)*w+7.9365079365079365079365079365079e-4)*w+
-0.00277777777777777777777777777778)*w+0.08333333333333333333333333333333)/arg +
0.91893853320467274178032973640562 - std::log(v) - arg + (arg-0.5) * std::log(arg);
}
};
/// Wrapper for unary half-precision functions needing specialization for individual argument types.
/// \tparam T argument type
template<typename T> struct unary_specialized
{
/// Negation implementation.
/// \param arg value to negate
/// \return negated value
static CAFFE_UTIL_HD half negate(half arg) {
half h;
h.setx(arg.data_ ^ 0x8000);
return h;
}
/// Absolute value implementation.
/// \param arg function argument
/// \return absolute value
static CAFFE_UTIL_HD half fabs(half arg) {
half h;
h.setx(arg.data_ & 0x7FFF);
return h;
}
};
template<> struct unary_specialized<expr>
{
static CAFFE_UTIL_HD HALF_CONSTEXPR expr negate(float arg) { return expr(-arg); }
static CAFFE_UTIL_HD expr fabs(float arg) { return expr(std::fabs(arg)); }
};
/// Wrapper for binary half-precision functions needing specialization for individual argument types.
/// \tparam T first argument type
/// \tparam U first argument type
template<typename T, typename U> struct binary_specialized
{
/// Minimum implementation.
/// \param x first operand
/// \param y second operand
/// \return minimum value
static CAFFE_UTIL_HD expr fmin(float x, float y)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::fmin(x, y));
#else
if(builtin_isnan(x))
return expr(y);
if(builtin_isnan(y))
return expr(x);
return expr(min(x, y));
#endif
}
/// Maximum implementation.
/// \param x first operand
/// \param y second operand
/// \return maximum value
static CAFFE_UTIL_HD expr fmax(float x, float y)
{
#if HALF_ENABLE_CPP11_CMATH
return expr(std::fmax(x, y));
#else
if(builtin_isnan(x))
return expr(y);
if(builtin_isnan(y))
return expr(x);
return expr(max(x, y));
#endif
}
};
template<> struct binary_specialized<half, half>
{
static CAFFE_UTIL_HD half fmin(half x, half y)
{
if(functions::isnan(x))
return y;
if(functions::isnan(y))
return x;
return ((functions::signbit(x) ? (static_cast<int17>(0x8000)-x.data_) : static_cast<int17>(x.data_)) >
(functions::signbit(y) ? (static_cast<int17>(0x8000)-y.data_) : static_cast<int17>(y.data_))) ? y : x;
}
static CAFFE_UTIL_HD half fmax(half x, half y)
{
if(functions::isnan(x))
return y;
if(functions::isnan(y))
return x;
return ((functions::signbit(x) ? (static_cast<int17>(0x8000)-x.data_) : static_cast<int17>(x.data_)) <
(functions::signbit(y) ? (static_cast<int17>(0x8000)-y.data_) : static_cast<int17>(y.data_))) ? y : x;
}
};
/// Helper class for half casts.
/// This class template has to be specialized for all valid cast argument to define an appropriate static `cast` member
/// function and a corresponding `type` member denoting its return type.
/// \tparam T destination type
/// \tparam U source type
/// \tparam R rounding mode to use
template<typename T,typename U, std::float_round_style R=(std::float_round_style)(HALF_ROUND_STYLE)> struct half_caster {};
template<typename U,std::float_round_style R> struct half_caster<half,U, R>
{
#if HALF_ENABLE_CPP11_STATIC_ASSERT && HALF_ENABLE_CPP11_TYPE_TRAITS
static_assert(std::is_arithmetic<U>::value, "half_cast from non-arithmetic type unsupported");
#endif
typedef half type;
static CAFFE_UTIL_HD half cast(U arg) { return cast_impl(arg, is_float<U>()); };
private:
static
CAFFE_UTIL_HD
half cast_impl(U arg, true_type) {
#ifdef __CUDA_ARCH__
return half(binary, float2half_clip(static_cast<float>(arg)));
#else
return half(binary, float2half<R>(static_cast<float>(arg)));
#endif
}
static
CAFFE_UTIL_HD
half cast_impl(U arg, false_type) {
#ifdef __CUDA_ARCH__
return half(binary, float2half_clip(static_cast<float>(arg)));
#else
return half(binary, int2half<R>(arg));
#endif
}
};
template<typename T,std::float_round_style R> struct half_caster<T,half, R>
{
#if HALF_ENABLE_CPP11_STATIC_ASSERT && HALF_ENABLE_CPP11_TYPE_TRAITS
static_assert(std::is_arithmetic<T>::value, "half_cast to non-arithmetic type unsupported");
#endif
typedef T type;
template<typename U> static CAFFE_UTIL_HD T cast(U arg) { return cast_impl(arg, is_float<T>()); }
private:
static CAFFE_UTIL_HD T cast_impl(float arg, true_type) { return static_cast<T>(arg); }
static CAFFE_UTIL_HD T cast_impl(half arg, false_type) { return half2int<R, T>(arg.data_); }
};
template<typename T,std::float_round_style R> struct half_caster<T,expr,R> : public half_caster<T,half, R> {};
template<std::float_round_style R> struct half_caster<half,half, R>
{
typedef half type;
static CAFFE_UTIL_HD half cast(half arg) { return arg; }
};
template<std::float_round_style R> struct half_caster<half,expr,R> : public half_caster<half,half, R> {};
/// \name Comparison operators
/// \{
/// Comparison for equality.
/// \param x first operand
/// \param y second operand
/// \retval true if operands equal
/// \retval false else
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<bool,T, U>::type operator==(T x, U y) { return functions::isequal(x, y); }
/// Comparison for inequality.
/// \param x first operand
/// \param y second operand
/// \retval true if operands not equal
/// \retval false else
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<bool,T, U>::type operator!=(T x, U y) { return functions::isnotequal(x, y); }
/// Comparison for less than.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x less than \a y
/// \retval false else
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<bool,T, U>::type operator<(T x, U y) { return functions::isless(x, y); }
/// Comparison for greater than.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x greater than \a y
/// \retval false else
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<bool,T, U>::type operator>(T x, U y) { return functions::isgreater(x, y); }
/// Comparison for less equal.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x less equal \a y
/// \retval false else
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<bool,T, U>::type operator<=(T x, U y) { return functions::islessequal(x, y); }
/// Comparison for greater equal.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x greater equal \a y
/// \retval false else
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<bool,T, U>::type operator>=(T x, U y) { return functions::isgreaterequal(x, y); }
/// \}
/// \name Arithmetic operators
/// \{
/// Add halfs.
/// \param x left operand
/// \param y right operand
/// \return sum of half expressions
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<expr,T, U>::type operator+(T x, U y) { return functions::plus(x, y); }
/// Subtract halfs.
/// \param x left operand
/// \param y right operand
/// \return difference of half expressions
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<expr,T, U>::type operator-(T x, U y) { return functions::minus(x, y); }
/// Multiply halfs.
/// \param x left operand
/// \param y right operand
/// \return product of half expressions
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<expr,T, U>::type operator*(T x, U y) { return functions::multiplies(x, y); }
/// Divide halfs.
/// \param x left operand
/// \param y right operand
/// \return quotient of half expressions
template<typename T, typename U>
CAFFE_UTIL_HD
typename enable<expr,T, U>::type operator/(T x, U y) { return functions::divides(x, y); }
/// Identity.
/// \param arg operand
/// \return uncahnged operand
template<typename T>
CAFFE_UTIL_HD
HALF_CONSTEXPR typename enable<T, T>::type operator+(T arg) { return arg; }
/// Negation.
/// \param arg operand
/// \return negated operand
template<typename T>
CAFFE_UTIL_HD
HALF_CONSTEXPR typename enable<T, T>::type operator-(T arg) { return unary_specialized<T>::negate(arg); }
/// \}
/// \name Input and output
/// \{
/// Output operator.
/// \param out output stream to write into
/// \param arg half expression to write
/// \return reference to output stream
// template<typename T,typename charT,typename traits> typename enable<std::basic_ostream<charT,traits>&,T>::type
// operator<<(std::basic_ostream<charT,traits> &out, T arg) { return functions::write(out, arg); }
inline
std::ostream& operator << (std::ostream& out, const half& arg)
{
return functions::write(out, arg); //return out << (float)arg;
}
/// Input operator.
/// \param in input stream to read from
/// \param arg half to read into
/// \return reference to input stream
template<typename charT,typename traits> std::basic_istream<charT, traits>&
operator>>(std::basic_istream<charT, traits> &in, half &arg) { return functions::read(in, arg); }
/// \}
/// \name Basic mathematical operations
/// \{
/// Absolute value.
/// \param arg operand
/// \return absolute value of \a arg
// template<typename T> typename enable<T,T>::type abs(T arg) { return unary_specialized<T>::fabs(arg); }
inline CAFFE_UTIL_HD half abs(half arg) { return unary_specialized<half>::fabs(arg); }
inline CAFFE_UTIL_HD expr abs(expr arg) { return unary_specialized<expr>::fabs(arg); }
/// Absolute value.
/// \param arg operand
/// \return absolute value of \a arg
// template<typename T> typename enable<T,T>::type fabs(T arg) { return unary_specialized<T>::fabs(arg); }
inline CAFFE_UTIL_HD half fabs(half arg) { return unary_specialized<half>::fabs(arg); }
inline CAFFE_UTIL_HD expr fabs(expr arg) { return unary_specialized<expr>::fabs(arg); }
/// Remainder of division.
/// \param x first operand
/// \param y second operand
/// \return remainder of floating point division.
// template<typename T,typename U> typename enable<expr,T,U>::type fmod(T x, U y) { return functions::fmod(x, y); }
inline CAFFE_UTIL_HD expr fmod(half x, half y) { return functions::fmod(x, y); }
inline CAFFE_UTIL_HD expr fmod(half x, expr y) { return functions::fmod(x, y); }
inline CAFFE_UTIL_HD expr fmod(expr x, half y) { return functions::fmod(x, y); }
inline CAFFE_UTIL_HD expr fmod(expr x, expr y) { return functions::fmod(x, y); }
/// Remainder of division.
/// \param x first operand
/// \param y second operand
/// \return remainder of floating point division.
// template<typename T,typename U> typename enable<expr,T,U>::type remainder(T x, U y) { return functions::remainder(x, y); }
inline CAFFE_UTIL_HD expr remainder(half x, half y) { return functions::remainder(x, y); }
inline CAFFE_UTIL_HD expr remainder(half x, expr y) { return functions::remainder(x, y); }
inline CAFFE_UTIL_HD expr remainder(expr x, half y) { return functions::remainder(x, y); }
inline CAFFE_UTIL_HD expr remainder(expr x, expr y) { return functions::remainder(x, y); }
/// Remainder of division.
/// \param x first operand
/// \param y second operand
/// \param quo address to store some bits of quotient at
/// \return remainder of floating point division.
// template<typename T,typename U> typename enable<expr,T,U>::type remquo(T x, U y, int *quo) { return functions::remquo(x, y, quo); }
inline CAFFE_UTIL_HD expr remquo(half x, half y, int *quo) { return functions::remquo(x, y, quo); }
inline CAFFE_UTIL_HD expr remquo(half x, expr y, int *quo) { return functions::remquo(x, y, quo); }
inline CAFFE_UTIL_HD expr remquo(expr x, half y, int *quo) { return functions::remquo(x, y, quo); }
inline CAFFE_UTIL_HD expr remquo(expr x, expr y, int *quo) { return functions::remquo(x, y, quo); }
/// Fused multiply add.
/// \param x first operand
/// \param y second operand
/// \param z third operand
/// \return ( \a x * \a y ) + \a z rounded as one operation.
// template<typename T,typename U,typename V> typename enable<expr,T,U,V>::type fma(T x, U y, V z) { return functions::fma(x, y, z); }
inline CAFFE_UTIL_HD expr fma(half x, half y, half z) { return functions::fma(x, y, z); }
inline CAFFE_UTIL_HD expr fma(half x, half y, expr z) { return functions::fma(x, y, z); }
inline CAFFE_UTIL_HD expr fma(half x, expr y, half z) { return functions::fma(x, y, z); }
inline CAFFE_UTIL_HD expr fma(half x, expr y, expr z) { return functions::fma(x, y, z); }
inline CAFFE_UTIL_HD expr fma(expr x, half y, half z) { return functions::fma(x, y, z); }
inline CAFFE_UTIL_HD expr fma(expr x, half y, expr z) { return functions::fma(x, y, z); }
inline CAFFE_UTIL_HD expr fma(expr x, expr y, half z) { return functions::fma(x, y, z); }
inline CAFFE_UTIL_HD expr fma(expr x, expr y, expr z) { return functions::fma(x, y, z); }
/// Maximum of half expressions.
/// \param x first operand
/// \param y second operand
/// \return maximum of operands
// template<typename T,typename U> typename result<T,U>::type fmax(T x, U y) { return binary_specialized<T,U>::fmax(x, y); }
inline CAFFE_UTIL_HD half fmax(half x, half y) { return binary_specialized<half, half>::fmax(x, y); }
inline CAFFE_UTIL_HD expr fmax(half x, expr y) { return binary_specialized<half, expr>::fmax(x, y); }
inline CAFFE_UTIL_HD expr fmax(expr x, half y) { return binary_specialized<expr, half>::fmax(x, y); }
inline CAFFE_UTIL_HD expr fmax(expr x, expr y) { return binary_specialized<expr, expr>::fmax(x, y); }
/// Minimum of half expressions.
/// \param x first operand
/// \param y second operand
/// \return minimum of operands
// template<typename T,typename U> typename result<T,U>::type fmin(T x, U y) { return binary_specialized<T,U>::fmin(x, y); }
inline CAFFE_UTIL_HD half fmin(half x, half y) { return binary_specialized<half, half>::fmin(x, y); }
inline CAFFE_UTIL_HD expr fmin(half x, expr y) { return binary_specialized<half, expr>::fmin(x, y); }
inline CAFFE_UTIL_HD expr fmin(expr x, half y) { return binary_specialized<expr, half>::fmin(x, y); }
inline CAFFE_UTIL_HD expr fmin(expr x, expr y) { return binary_specialized<expr, expr>::fmin(x, y); }
/// Positive difference.
/// \param x first operand
/// \param y second operand
/// \return \a x - \a y or 0 if difference negative
// template<typename T,typename U> typename enable<expr,T,U>::type fdim(T x, U y) { return functions::fdim(x, y); }
inline CAFFE_UTIL_HD expr fdim(half x, half y) { return functions::fdim(x, y); }
inline CAFFE_UTIL_HD expr fdim(half x, expr y) { return functions::fdim(x, y); }
inline CAFFE_UTIL_HD expr fdim(expr x, half y) { return functions::fdim(x, y); }
inline CAFFE_UTIL_HD expr fdim(expr x, expr y) { return functions::fdim(x, y); }
/// Get NaN value.
/// \param arg descriptive string (ignored)
/// \return quiet NaN
inline CAFFE_UTIL_HD half nanh(const char *arg) { return functions::nanh(arg); }
/// \}
/// \name Exponential functions
/// \{
/// Exponential function.
/// \param arg function argument
/// \return e raised to \a arg
// template<typename T> typename enable<expr,T>::type exp(T arg) { return functions::exp(arg); }
inline CAFFE_UTIL_HD expr exp(half arg) { return functions::exp(arg); }
inline CAFFE_UTIL_HD expr exp(expr arg) { return functions::exp(arg); }
/// Exponential minus one.
/// \param arg function argument
/// \return e raised to \a arg subtracted by 1
// template<typename T> typename enable<expr,T>::type expm1(T arg) { return functions::expm1(arg); }
inline CAFFE_UTIL_HD expr expm1(half arg) { return functions::expm1(arg); }
inline CAFFE_UTIL_HD expr expm1(expr arg) { return functions::expm1(arg); }
/// Binary exponential.
/// \param arg function argument
/// \return 2 raised to \a arg
// template<typename T> typename enable<expr,T>::type exp2(T arg) { return functions::exp2(arg); }
inline CAFFE_UTIL_HD expr exp2(half arg) { return functions::exp2(arg); }
inline CAFFE_UTIL_HD expr exp2(expr arg) { return functions::exp2(arg); }
/// Natural logorithm.
/// \param arg function argument
/// \return logarithm of \a arg to base e
// template<typename T> typename enable<expr,T>::type log(T arg) { return functions::log(arg); }
inline CAFFE_UTIL_HD expr log(half arg) { return functions::log(arg); }
inline CAFFE_UTIL_HD expr log(expr arg) { return functions::log(arg); }
/// Common logorithm.
/// \param arg function argument
/// \return logarithm of \a arg to base 10
// template<typename T> typename enable<expr,T>::type log10(T arg) { return functions::log10(arg); }
inline CAFFE_UTIL_HD expr log10(half arg) { return functions::log10(arg); }
inline CAFFE_UTIL_HD expr log10(expr arg) { return functions::log10(arg); }
/// Natural logorithm.
/// \param arg function argument
/// \return logarithm of \a arg plus 1 to base e
// template<typename T> typename enable<expr,T>::type log1p(T arg) { return functions::log1p(arg); }
inline CAFFE_UTIL_HD expr log1p(half arg) { return functions::log1p(arg); }
inline CAFFE_UTIL_HD expr log1p(expr arg) { return functions::log1p(arg); }
/// Binary logorithm.
/// \param arg function argument
/// \return logarithm of \a arg to base 2
// template<typename T> typename enable<expr,T>::type log2(T arg) { return functions::log2(arg); }
inline CAFFE_UTIL_HD expr log2(half arg) { return functions::log2(arg); }
inline CAFFE_UTIL_HD expr log2(expr arg) { return functions::log2(arg); }
/// \}
/// \name Power functions
/// \{
/// Square root.
/// \param arg function argument
/// \return square root of \a arg
// template<typename T> typename enable<expr,T>::type sqrt(T arg) { return functions::sqrt(arg); }
inline CAFFE_UTIL_HD expr sqrt(half arg) { return functions::sqrt(arg); }
inline CAFFE_UTIL_HD expr sqrt(expr arg) { return functions::sqrt(arg); }
/// Cubic root.
/// \param arg function argument
/// \return cubic root of \a arg
// template<typename T> typename enable<expr,T>::type cbrt(T arg) { return functions::cbrt(arg); }
inline CAFFE_UTIL_HD expr cbrt(half arg) { return functions::cbrt(arg); }
inline CAFFE_UTIL_HD expr cbrt(expr arg) { return functions::cbrt(arg); }
/// Hypotenuse function.
/// \param x first argument
/// \param y second argument
/// \return square root of sum of squares without internal over- or underflows
// template<typename T,typename U> typename enable<expr,T,U>::type hypot(T x, U y) { return functions::hypot(x, y); }
inline CAFFE_UTIL_HD expr hypot(half x, half y) { return functions::hypot(x, y); }
inline CAFFE_UTIL_HD expr hypot(half x, expr y) { return functions::hypot(x, y); }
inline CAFFE_UTIL_HD expr hypot(expr x, half y) { return functions::hypot(x, y); }
inline CAFFE_UTIL_HD expr hypot(expr x, expr y) { return functions::hypot(x, y); }
/// Power function.
/// \param base first argument
/// \param exp second argument
/// \return \a base raised to \a exp
// template<typename T,typename U> typename enable<expr,T,U>::type pow(T base, U exp) { return functions::pow(base, exp); }
inline CAFFE_UTIL_HD expr pow(half base, half exp) { return functions::pow(base, exp); }
inline CAFFE_UTIL_HD expr pow(half base, expr exp) { return functions::pow(base, exp); }
inline CAFFE_UTIL_HD expr pow(expr base, half exp) { return functions::pow(base, exp); }
inline CAFFE_UTIL_HD expr pow(expr base, expr exp) { return functions::pow(base, exp); }
/// \}
/// \name Trigonometric functions
/// \{
/// Sine function.
/// \param arg function argument
/// \return sine value of \a arg
// template<typename T> typename enable<expr,T>::type sin(T arg) { return functions::sin(arg); }
inline CAFFE_UTIL_HD expr sin(half arg) { return functions::sin(arg); }
inline CAFFE_UTIL_HD expr sin(expr arg) { return functions::sin(arg); }
/// Cosine function.
/// \param arg function argument
/// \return cosine value of \a arg
// template<typename T> typename enable<expr,T>::type cos(T arg) { return functions::cos(arg); }
inline CAFFE_UTIL_HD expr cos(half arg) { return functions::cos(arg); }
inline CAFFE_UTIL_HD expr cos(expr arg) { return functions::cos(arg); }
/// Tangent function.
/// \param arg function argument
/// \return tangent value of \a arg
// template<typename T> typename enable<expr,T>::type tan(T arg) { return functions::tan(arg); }
inline CAFFE_UTIL_HD expr tan(half arg) { return functions::tan(arg); }
inline CAFFE_UTIL_HD expr tan(expr arg) { return functions::tan(arg); }
/// Arc sine.
/// \param arg function argument
/// \return arc sine value of \a arg
// template<typename T> typename enable<expr,T>::type asin(T arg) { return functions::asin(arg); }
inline CAFFE_UTIL_HD expr asin(half arg) { return functions::asin(arg); }
inline CAFFE_UTIL_HD expr asin(expr arg) { return functions::asin(arg); }
/// Arc cosine function.
/// \param arg function argument
/// \return arc cosine value of \a arg
// template<typename T> typename enable<expr,T>::type acos(T arg) { return functions::acos(arg); }
inline CAFFE_UTIL_HD expr acos(half arg) { return functions::acos(arg); }
inline CAFFE_UTIL_HD expr acos(expr arg) { return functions::acos(arg); }
/// Arc tangent function.
/// \param arg function argument
/// \return arc tangent value of \a arg
// template<typename T> typename enable<expr,T>::type atan(T arg) { return functions::atan(arg); }
inline CAFFE_UTIL_HD expr atan(half arg) { return functions::atan(arg); }
inline CAFFE_UTIL_HD expr atan(expr arg) { return functions::atan(arg); }
/// Arc tangent function.
/// \param x first argument
/// \param y second argument
/// \return arc tangent value
// template<typename T,typename U> typename enable<expr,T,U>::type atan2(T x, U y) { return functions::atan2(x, y); }
inline CAFFE_UTIL_HD expr atan2(half x, half y) { return functions::atan2(x, y); }
inline CAFFE_UTIL_HD expr atan2(half x, expr y) { return functions::atan2(x, y); }
inline CAFFE_UTIL_HD expr atan2(expr x, half y) { return functions::atan2(x, y); }
inline CAFFE_UTIL_HD expr atan2(expr x, expr y) { return functions::atan2(x, y); }
/// \}
/// \name Hyperbolic functions
/// \{
/// Hyperbolic sine.
/// \param arg function argument
/// \return hyperbolic sine value of \a arg
// template<typename T> typename enable<expr,T>::type sinh(T arg) { return functions::sinh(arg); }
inline CAFFE_UTIL_HD expr sinh(half arg) { return functions::sinh(arg); }
inline CAFFE_UTIL_HD expr sinh(expr arg) { return functions::sinh(arg); }
/// Hyperbolic cosine.
/// \param arg function argument
/// \return hyperbolic cosine value of \a arg
// template<typename T> typename enable<expr,T>::type cosh(T arg) { return functions::cosh(arg); }
inline CAFFE_UTIL_HD expr cosh(half arg) { return functions::cosh(arg); }
inline CAFFE_UTIL_HD expr cosh(expr arg) { return functions::cosh(arg); }
/// Hyperbolic tangent.
/// \param arg function argument
/// \return hyperbolic tangent value of \a arg
// template<typename T> typename enable<expr,T>::type tanh(T arg) { return functions::tanh(arg); }
inline CAFFE_UTIL_HD expr tanh(half arg) { return functions::tanh(arg); }
inline CAFFE_UTIL_HD expr tanh(expr arg) { return functions::tanh(arg); }
/// Hyperbolic area sine.
/// \param arg function argument
/// \return area sine value of \a arg
// template<typename T> typename enable<expr,T>::type asinh(T arg) { return functions::asinh(arg); }
inline CAFFE_UTIL_HD expr asinh(half arg) { return functions::asinh(arg); }
inline CAFFE_UTIL_HD expr asinh(expr arg) { return functions::asinh(arg); }
/// Hyperbolic area cosine.
/// \param arg function argument
/// \return area cosine value of \a arg
// template<typename T> typename enable<expr,T>::type acosh(T arg) { return functions::acosh(arg); }
inline CAFFE_UTIL_HD expr acosh(half arg) { return functions::acosh(arg); }
inline CAFFE_UTIL_HD expr acosh(expr arg) { return functions::acosh(arg); }
/// Hyperbolic area tangent.
/// \param arg function argument
/// \return area tangent value of \a arg
// template<typename T> typename enable<expr,T>::type atanh(T arg) { return functions::atanh(arg); }
inline CAFFE_UTIL_HD expr atanh(half arg) { return functions::atanh(arg); }
inline CAFFE_UTIL_HD expr atanh(expr arg) { return functions::atanh(arg); }
/// \}
/// \name Error and gamma functions
/// \{
/// Error function.
/// \param arg function argument
/// \return error function value of \a arg
// template<typename T> typename enable<expr,T>::type erf(T arg) { return functions::erf(arg); }
inline CAFFE_UTIL_HD expr erf(half arg) { return functions::erf(arg); }
inline CAFFE_UTIL_HD expr erf(expr arg) { return functions::erf(arg); }
/// Complementary error function.
/// \param arg function argument
/// \return 1 minus error function value of \a arg
// template<typename T> typename enable<expr,T>::type erfc(T arg) { return functions::erfc(arg); }
inline CAFFE_UTIL_HD expr erfc(half arg) { return functions::erfc(arg); }
inline CAFFE_UTIL_HD expr erfc(expr arg) { return functions::erfc(arg); }
/// Natural logarithm of gamma function.
/// \param arg function argument
/// \return natural logarith of gamma function for \a arg
//// template<typename T> typename enable<expr,T>::type lgamma(T arg) { return functions::lgamma(arg); }
inline CAFFE_UTIL_HD expr lgamma(half arg) { return functions::lgamma(arg); }
inline CAFFE_UTIL_HD expr lgamma(expr arg) { return functions::lgamma(arg); }
/// Gamma function.
/// \param arg function argument
/// \return gamma function value of \a arg
//// template<typename T> typename enable<expr,T>::type tgamma(T arg) { return functions::tgamma(arg); }
inline CAFFE_UTIL_HD expr tgamma(half arg) { return functions::tgamma(arg); }
inline CAFFE_UTIL_HD expr tgamma(expr arg) { return functions::tgamma(arg); }
/// \}
/// \name Rounding
/// \{
/// Nearest integer not less than half value.
/// \param arg half to round
/// \return nearest integer not less than \a arg
// template<typename T> typename enable<half,T>::type ceil(T arg) { return functions::ceil(arg); }
inline CAFFE_UTIL_HD half ceil(half arg) { return functions::ceil(arg); }
inline CAFFE_UTIL_HD half ceil(expr arg) { return functions::ceil(arg); }
/// Nearest integer not greater than half value.
/// \param arg half to round
/// \return nearest integer not greater than \a arg
// template<typename T> typename enable<half,T>::type floor(T arg) { return functions::floor(arg); }
inline CAFFE_UTIL_HD half floor(half arg) { return functions::floor(arg); }
inline CAFFE_UTIL_HD half floor(expr arg) { return functions::floor(arg); }
/// Nearest integer not greater in magnitude than half value.
/// \param arg half to round
/// \return nearest integer not greater in magnitude than \a arg
// template<typename T> typename enable<half,T>::type trunc(T arg) { return functions::trunc(arg); }
inline CAFFE_UTIL_HD half trunc(half arg) { return functions::trunc(arg); }
inline CAFFE_UTIL_HD half trunc(expr arg) { return functions::trunc(arg); }
/// Nearest integer.
/// \param arg half to round
/// \return nearest integer, rounded away from zero in half-way cases
// template<typename T> typename enable<half,T>::type round(T arg) { return functions::round(arg); }
inline CAFFE_UTIL_HD half round(half arg) { return functions::round(arg); }
inline CAFFE_UTIL_HD half round(expr arg) { return functions::round(arg); }
/// Nearest integer.
/// \param arg half to round
/// \return nearest integer, rounded away from zero in half-way cases
// template<typename T> typename enable<long,T>::type lround(T arg) { return functions::lround(arg); }
inline CAFFE_UTIL_HD long lround(half arg) { return functions::lround(arg); }
inline CAFFE_UTIL_HD long lround(expr arg) { return functions::lround(arg); }
/// Nearest integer using half's internal rounding mode.
/// \param arg half expression to round
/// \return nearest integer using default rounding mode
// template<typename T> typename enable<half,T>::type nearbyint(T arg) { return functions::nearbyint(arg); }
inline CAFFE_UTIL_HD half nearbyint(half arg) { return functions::rint(arg); }
inline CAFFE_UTIL_HD half nearbyint(expr arg) { return functions::rint(arg); }
/// Nearest integer using half's internal rounding mode.
/// \param arg half expression to round
/// \return nearest integer using default rounding mode
// template<typename T> typename enable<half,T>::type rint(T arg) { return functions::rint(arg); }
inline CAFFE_UTIL_HD half rint(half arg) { return functions::rint(arg); }
inline CAFFE_UTIL_HD half rint(expr arg) { return functions::rint(arg); }
/// Nearest integer using half's internal rounding mode.
/// \param arg half expression to round
/// \return nearest integer using default rounding mode
// template<typename T> typename enable<long,T>::type lrint(T arg) { return functions::lrint(arg); }
inline CAFFE_UTIL_HD long lrint(half arg) { return functions::lrint(arg); }
inline CAFFE_UTIL_HD long lrint(expr arg) { return functions::lrint(arg); }
#if HALF_ENABLE_CPP11_LONG_LONG
/// Nearest integer.
/// \param arg half to round
/// \return nearest integer, rounded away from zero in half-way cases
// template<typename T> typename enable<long long,T>::type llround(T arg) { return functions::llround(arg); }
inline CAFFE_UTIL_HD long long llround(half arg) { return functions::llround(arg); }
inline CAFFE_UTIL_HD long long llround(expr arg) { return functions::llround(arg); }
/// Nearest integer using half's internal rounding mode.
/// \param arg half expression to round
/// \return nearest integer using default rounding mode
// template<typename T> typename enable<long long,T>::type llrint(T arg) { return functions::llrint(arg); }
inline CAFFE_UTIL_HD long long llrint(half arg) { return functions::llrint(arg); }
inline CAFFE_UTIL_HD long long llrint(expr arg) { return functions::llrint(arg); }
#endif
/// \}
/// \name Floating point manipulation
/// \{
/// Decompress floating point number.
/// \param arg number to decompress
/// \param exp address to store exponent at
/// \return significant in range [0.5, 1)
// template<typename T> typename enable<half,T>::type frexp(T arg, int *exp) { return functions::frexp(arg, exp); }
inline CAFFE_UTIL_HD half frexp(half arg, int *exp) { return functions::frexp(arg, exp); }
inline CAFFE_UTIL_HD half frexp(expr arg, int *exp) { return functions::frexp(arg, exp); }
/// Multiply by power of two.
/// \param arg number to modify
/// \param exp power of two to multiply with
/// \return \a arg multplied by 2 raised to \a exp
// template<typename T> typename enable<half,T>::type ldexp(T arg, int exp) { return functions::scalbln(arg, exp); }
inline CAFFE_UTIL_HD half ldexp(half arg, int exp) { return functions::scalbln(arg, exp); }
inline CAFFE_UTIL_HD half ldexp(expr arg, int exp) { return functions::scalbln(arg, exp); }
/// Extract integer and fractional parts.
/// \param arg number to decompress
/// \param iptr address to store integer part at
/// \return fractional part
// template<typename T> typename enable<half,T>::type modf(T arg, half *iptr) { return functions::modf(arg, iptr); }
inline CAFFE_UTIL_HD half modf(half arg, half *iptr) { return functions::modf(arg, iptr); }
inline CAFFE_UTIL_HD half modf(expr arg, half *iptr) { return functions::modf(arg, iptr); }
/// Multiply by power of two.
/// \param arg number to modify
/// \param exp power of two to multiply with
/// \return \a arg multplied by 2 raised to \a exp
// template<typename T> typename enable<half,T>::type scalbn(T arg, int exp) { return functions::scalbln(arg, exp); }
inline CAFFE_UTIL_HD half scalbn(half arg, int exp) { return functions::scalbln(arg, exp); }
inline CAFFE_UTIL_HD half scalbn(expr arg, int exp) { return functions::scalbln(arg, exp); }
/// Multiply by power of two.
/// \param arg number to modify
/// \param exp power of two to multiply with
/// \return \a arg multplied by 2 raised to \a exp
// template<typename T> typename enable<half,T>::type scalbln(T arg, long exp) { return functions::scalbln(arg, exp); }
inline CAFFE_UTIL_HD half scalbln(half arg, long exp) { return functions::scalbln(arg, exp); }
inline CAFFE_UTIL_HD half scalbln(expr arg, long exp) { return functions::scalbln(arg, exp); }
/// Extract exponent.
/// \param arg number to query
/// \return floating point exponent
/// \retval FP_ILOGB0 for zero
/// \retval FP_ILOGBNAN for NaN
/// \retval MAX_INT for infinity
// template<typename T> typename enable<int,T>::type ilogb(T arg) { return functions::ilogb(arg); }
inline CAFFE_UTIL_HD int ilogb(half arg) { return functions::ilogb(arg); }
inline CAFFE_UTIL_HD int ilogb(expr arg) { return functions::ilogb(arg); }
/// Extract exponent.
/// \param arg number to query
/// \return floating point exponent
// template<typename T> typename enable<half,T>::type logb(T arg) { return functions::logb(arg); }
inline CAFFE_UTIL_HD half logb(half arg) { return functions::logb(arg); }
inline CAFFE_UTIL_HD half logb(expr arg) { return functions::logb(arg); }
/// Next representable value.
/// \param from value to compute next representable value for
/// \param to direction towards which to compute next value
/// \return next representable value after \a from in direction towards \a to
// template<typename T,typename U> typename enable<half,T,U>::type nextafter(T from, U to) { return functions::nextafter(from, to); }
inline CAFFE_UTIL_HD half nextafter(half from, half to) { return functions::nextafter(from, to); }
inline CAFFE_UTIL_HD half nextafter(half from, expr to) { return functions::nextafter(from, to); }
inline CAFFE_UTIL_HD half nextafter(expr from, half to) { return functions::nextafter(from, to); }
inline CAFFE_UTIL_HD half nextafter(expr from, expr to) { return functions::nextafter(from, to); }
/// Next representable value.
/// \param from value to compute next representable value for
/// \param to direction towards which to compute next value
/// \return next representable value after \a from in direction towards \a to
// template<typename T> typename enable<half,T>::type nexttoward(T from, double to) { return functions::nexttoward(from, to); }
inline CAFFE_UTIL_HD half nexttoward(half from, double to) { return functions::nexttoward(from, to); }
inline CAFFE_UTIL_HD half nexttoward(expr from, double to) { return functions::nexttoward(from, to); }
/// Take sign.
/// \param x value to change sign for
/// \param y value to take sign from
/// \return value equal to \a x in magnitude and to \a y in sign
// template<typename T,typename U> typename enable<half,T,U>::type copysign(T x, U y) { return functions::copysign(x, y); }
inline CAFFE_UTIL_HD half copysign(half x, half y) { return functions::copysign(x, y); }
inline CAFFE_UTIL_HD half copysign(half x, expr y) { return functions::copysign(x, y); }
inline CAFFE_UTIL_HD half copysign(expr x, half y) { return functions::copysign(x, y); }
inline CAFFE_UTIL_HD half copysign(expr x, expr y) { return functions::copysign(x, y); }
/// \}
/// \name Floating point classification
/// \{
/// Classify floating point value.
/// \param arg number to classify
/// \retval FP_ZERO for positive and negative zero
/// \retval FP_SUBNORMAL for subnormal numbers
/// \retval FP_INFINITY for positive and negative infinity
/// \retval FP_NAN for NaNs
/// \retval FP_NORMAL for all other (normal) values
// template<typename T> typename enable<int,T>::type fpclassify(T arg) { return functions::fpclassify(arg); }
inline CAFFE_UTIL_HD int fpclassify(half arg) { return functions::fpclassify(arg); }
inline CAFFE_UTIL_HD int fpclassify(expr arg) { return functions::fpclassify(arg); }
/// Check if finite number.
/// \param arg number to check
/// \retval true if neither infinity nor NaN
/// \retval false else
// template<typename T> typename enable<bool,T>::type isfinite(T arg) { return functions::isfinite(arg); }
inline CAFFE_UTIL_HD bool isfinite(half arg) { return functions::isfinite(arg); }
inline CAFFE_UTIL_HD bool isfinite(expr arg) { return functions::isfinite(arg); }
/// Check for infinity.
/// \param arg number to check
/// \retval true for positive or negative infinity
/// \retval false else
// template<typename T> typename enable<bool,T>::type isinf(T arg) { return functions::isinf(arg); }
inline CAFFE_UTIL_HD bool isinf(half arg) { return functions::isinf(arg); }
inline CAFFE_UTIL_HD bool isinf(expr arg) { return functions::isinf(arg); }
/// Check for NaN.
/// \param arg number to check
/// \retval true for NaNs
/// \retval false else
// template<typename T> typename enable<bool,T>::type isnan(T arg) { return functions::isnan(arg); }
inline CAFFE_UTIL_HD bool isnan(half arg) { return functions::isnan(arg); }
inline CAFFE_UTIL_HD bool isnan(expr arg) { return functions::isnan(arg); }
/// Check if normal number.
/// \param arg number to check
/// \retval true if normal number
/// \retval false if either subnormal, zero, infinity or NaN
// template<typename T> typename enable<bool,T>::type isnormal(T arg) { return functions::isnormal(arg); }
inline CAFFE_UTIL_HD bool isnormal(half arg) { return functions::isnormal(arg); }
inline CAFFE_UTIL_HD bool isnormal(expr arg) { return functions::isnormal(arg); }
/// Check sign.
/// \param arg number to check
/// \retval true for negative number
/// \retval false for positive number
// template<typename T> typename enable<bool,T>::type signbit(T arg) { return functions::signbit(arg); }
inline CAFFE_UTIL_HD bool signbit(half arg) { return functions::signbit(arg); }
inline CAFFE_UTIL_HD bool signbit(expr arg) { return functions::signbit(arg); }
/// \}
/// \name Comparison
/// \{
/// Comparison for greater than.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x greater than \a y
/// \retval false else
// template<typename T,typename U> typename enable<bool,T,U>::type isgreater(T x, U y) { return functions::isgreater(x, y); }
inline CAFFE_UTIL_HD bool isgreater(half x, half y) { return functions::isgreater(x, y); }
inline CAFFE_UTIL_HD bool isgreater(half x, expr y) { return functions::isgreater(x, y); }
inline CAFFE_UTIL_HD bool isgreater(expr x, half y) { return functions::isgreater(x, y); }
inline CAFFE_UTIL_HD bool isgreater(expr x, expr y) { return functions::isgreater(x, y); }
/// Comparison for greater equal.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x greater equal \a y
/// \retval false else
// template<typename T,typename U> typename enable<bool,T,U>::type isgreaterequal(T x, U y) { return functions::isgreaterequal(x, y); }
inline CAFFE_UTIL_HD bool isgreaterequal(half x, half y) { return functions::isgreaterequal(x, y); }
inline CAFFE_UTIL_HD bool isgreaterequal(half x, expr y) { return functions::isgreaterequal(x, y); }
inline CAFFE_UTIL_HD bool isgreaterequal(expr x, half y) { return functions::isgreaterequal(x, y); }
inline CAFFE_UTIL_HD bool isgreaterequal(expr x, expr y) { return functions::isgreaterequal(x, y); }
/// Comparison for less than.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x less than \a y
/// \retval false else
// template<typename T,typename U> typename enable<bool,T,U>::type isless(T x, U y) { return functions::isless(x, y); }
inline CAFFE_UTIL_HD bool isless(half x, half y) { return functions::isless(x, y); }
inline CAFFE_UTIL_HD bool isless(half x, expr y) { return functions::isless(x, y); }
inline CAFFE_UTIL_HD bool isless(expr x, half y) { return functions::isless(x, y); }
inline CAFFE_UTIL_HD bool isless(expr x, expr y) { return functions::isless(x, y); }
/// Comparison for less equal.
/// \param x first operand
/// \param y second operand
/// \retval true if \a x less equal \a y
/// \retval false else
// template<typename T,typename U> typename enable<bool,T,U>::type islessequal(T x, U y) { return functions::islessequal(x, y); }
inline CAFFE_UTIL_HD bool islessequal(half x, half y) { return functions::islessequal(x, y); }
inline CAFFE_UTIL_HD bool islessequal(half x, expr y) { return functions::islessequal(x, y); }
inline CAFFE_UTIL_HD bool islessequal(expr x, half y) { return functions::islessequal(x, y); }
inline CAFFE_UTIL_HD bool islessequal(expr x, expr y) { return functions::islessequal(x, y); }
/// Comarison for less or greater.
/// \param x first operand
/// \param y second operand
/// \retval true if either less or greater
/// \retval false else
// template<typename T,typename U> typename enable<bool,T,U>::type islessgreater(T x, U y) { return functions::islessgreater(x, y); }
inline CAFFE_UTIL_HD bool islessgreater(half x, half y) { return functions::islessgreater(x, y); }
inline CAFFE_UTIL_HD bool islessgreater(half x, expr y) { return functions::islessgreater(x, y); }
inline CAFFE_UTIL_HD bool islessgreater(expr x, half y) { return functions::islessgreater(x, y); }
inline CAFFE_UTIL_HD bool islessgreater(expr x, expr y) { return functions::islessgreater(x, y); }
/// Check if unordered.
/// \param x first operand
/// \param y second operand
/// \retval true if unordered (one or two NaN operands)
/// \retval false else
// template<typename T,typename U> typename enable<bool,T,U>::type isunordered(T x, U y) { return functions::isunordered(x, y); }
inline CAFFE_UTIL_HD bool isunordered(half x, half y) { return functions::isunordered(x, y); }
inline CAFFE_UTIL_HD bool isunordered(half x, expr y) { return functions::isunordered(x, y); }
inline CAFFE_UTIL_HD bool isunordered(expr x, half y) { return functions::isunordered(x, y); }
inline CAFFE_UTIL_HD bool isunordered(expr x, expr y) { return functions::isunordered(x, y); }
/// \name Casting
/// \{
/// Cast to or from half-precision floating point number.
/// This casts between [half](\ref half_float::half) and any built-in arithmetic type. Floating point types are
/// converted via an explicit cast to/from `float` (using the rounding mode of the built-in single precision
/// implementation) and thus any possible warnings due to an otherwise implicit conversion to/from `float` will be
/// suppressed. Integer types are converted directly using the given rounding mode, without any roundtrip over `float`
/// that a `static_cast` would otherwise do. It uses the default rounding mode.
///
/// Using this cast with neither of the two types being a [half](\ref half_float::half) or with any of the two types
/// not being a built-in arithmetic type (apart from [half](\ref half_float::half), of course) results in a compiler
/// error and casting between [half](\ref half_float::half)s is just a no-op.
/// \tparam T destination type (half or built-in arithmetic type)
/// \tparam U source type (half or built-in arithmetic type)
/// \param arg value to cast
/// \return \a arg converted to destination type
template<typename T, typename U>
CAFFE_UTIL_HD
typename half_caster<T,U>::type half_cast(U arg) { return half_caster<T, U>::cast(arg); }
/// Cast to or from half-precision floating point number.
/// This casts between [half](\ref half_float::half) and any built-in arithmetic type. Floating point types are
/// converted via an explicit cast to/from `float` (using the rounding mode of the built-in single precision
/// implementation) and thus any possible warnings due to an otherwise implicit conversion to/from `float` will be
/// suppressed. Integer types are converted directly using the given rounding mode, without any roundtrip over `float`
/// that a `static_cast` would otherwise do.
///
/// Using this cast with neither of the two types being a [half](\ref half_float::half) or with any of the two types
/// not being a built-in arithmetic type (apart from [half](\ref half_float::half), of course) results in a compiler
/// error and casting between [half](\ref half_float::half)s is just a no-op.
/// \tparam T destination type (half or built-in arithmetic type)
/// \tparam R rounding mode to use.
/// \tparam U source type (half or built-in arithmetic type)
/// \param arg value to cast
/// \return \a arg converted to destination type
template<typename T,std::float_round_style R, typename U>
CAFFE_UTIL_HD
typename half_caster<T,U, R>::type half_cast(U arg)
{ return half_caster<T,U, R>::cast(arg); }
/// \}
}
using detail::operator==;
using detail::operator!=;
using detail::operator<;
using detail::operator>;
using detail::operator<=;
using detail::operator>=;
using detail::operator+;
using detail::operator-;
using detail::operator*;
using detail::operator/;
using detail::operator<<;
using detail::operator>>;
using detail::abs;
using detail::fabs;
using detail::fmod;
using detail::remainder;
using detail::remquo;
using detail::fma;
using detail::fmax;
using detail::fmin;
using detail::fdim;
using detail::nanh;
using detail::exp;
using detail::expm1;
using detail::exp2;
using detail::log;
using detail::log10;
using detail::log1p;
using detail::log2;
using detail::sqrt;
using detail::cbrt;
using detail::hypot;
using detail::pow;
using detail::sin;
using detail::cos;
using detail::tan;
using detail::asin;
using detail::acos;
using detail::atan;
using detail::atan2;
using detail::sinh;
using detail::cosh;
using detail::tanh;
using detail::asinh;
using detail::acosh;
using detail::atanh;
using detail::erf;
using detail::erfc;
using detail::lgamma;
using detail::tgamma;
using detail::ceil;
using detail::floor;
using detail::trunc;
using detail::round;
using detail::lround;
using detail::nearbyint;
using detail::rint;
using detail::lrint;
#if HALF_ENABLE_CPP11_LONG_LONG
using detail::llround;
using detail::llrint;
#endif
using detail::frexp;
using detail::ldexp;
using detail::modf;
using detail::scalbn;
using detail::scalbln;
using detail::ilogb;
using detail::logb;
using detail::nextafter;
using detail::nexttoward;
using detail::copysign;
using detail::fpclassify;
using detail::isfinite;
using detail::isinf;
using detail::isnan;
using detail::isnormal;
using detail::signbit;
using detail::isgreater;
using detail::isgreaterequal;
using detail::isless;
using detail::islessequal;
using detail::islessgreater;
using detail::isunordered;
using detail::half_cast;
}
/// Extensions to the C++ standard library.
namespace std
{
/// Numeric limits for half-precision floats.
/// Because of the underlying single-precision implementation of many operations, it inherits some properties from
/// `std::numeric_limits<float>`.
template<> class numeric_limits<half_float::half> : public numeric_limits<float>
{
public:
/// Supports signed values.
static HALF_CONSTEXPR_CONST bool is_signed = true;
/// Is not exact.
static HALF_CONSTEXPR_CONST bool is_exact = false;
/// Doesn't provide modulo arithmetic.
static HALF_CONSTEXPR_CONST bool is_modulo = false;
/// IEEE conformant.
static HALF_CONSTEXPR_CONST bool is_iec559 = true;
/// Supports infinity.
static HALF_CONSTEXPR_CONST bool has_infinity = true;
/// Supports quiet NaNs.
static HALF_CONSTEXPR_CONST bool has_quiet_NaN = true;
/// Supports subnormal values.
static HALF_CONSTEXPR_CONST float_denorm_style has_denorm = denorm_present;
/// Rounding mode.
/// Due to the mix of internal single-precision computations (using the rounding mode of the underlying
/// single-precision implementation) with explicit truncation of the single-to-half conversions, the actual rounding
/// mode is indeterminate.
static HALF_CONSTEXPR_CONST float_round_style round_style = (std::numeric_limits<float>::round_style==
half_float::half::round_style) ? half_float::half::round_style : round_indeterminate;
/// Significant digits.
static HALF_CONSTEXPR_CONST int digits = 11;
/// Significant decimal digits.
static HALF_CONSTEXPR_CONST int digits10 = 3;
/// Required decimal digits to represent all possible values.
static HALF_CONSTEXPR_CONST int max_digits10 = 5;
/// Number base.
static HALF_CONSTEXPR_CONST int radix = 2;
/// One more than smallest exponent.
static HALF_CONSTEXPR_CONST int min_exponent = -13;
/// Smallest normalized representable power of 10.
static HALF_CONSTEXPR_CONST int min_exponent10 = -4;
/// One more than largest exponent
static HALF_CONSTEXPR_CONST int max_exponent = 16;
/// Largest finitely representable power of 10.
static HALF_CONSTEXPR_CONST int max_exponent10 = 4;
/// Smallest positive normal value.
static HALF_CONSTEXPR half_float::half min() HALF_NOTHROW { return half_float::half{half_float::detail::binary, 0x0400}; }
/// Smallest finite value.
static HALF_CONSTEXPR half_float::half lowest() HALF_NOTHROW { return half_float::half{half_float::detail::binary, 0xFBFF}; }
/// Largest finite value.
static HALF_CONSTEXPR half_float::half max() HALF_NOTHROW { return half_float::half{half_float::detail::binary, 0x7BFF}; }
/// Difference between one and next representable value.
static HALF_CONSTEXPR half_float::half epsilon() HALF_NOTHROW { return half_float::half{half_float::detail::binary, 0x1400}; }
/// Maximum rounding error.
static HALF_CONSTEXPR half_float::half round_error() HALF_NOTHROW
{ return half_float::half{half_float::detail::binary, (round_style==std::round_to_nearest) ? 0x3800 : 0x3C00}; }
/// Positive infinity.
static HALF_CONSTEXPR half_float::half infinity() HALF_NOTHROW { return half_float::half{half_float::detail::binary, 0x7C00}; }
/// Quiet NaN.
static HALF_CONSTEXPR half_float::half quiet_NaN() HALF_NOTHROW { return half_float::half{half_float::detail::binary, 0x7FFF}; }
/// Signalling NaN.
static HALF_CONSTEXPR half_float::half signaling_NaN() HALF_NOTHROW { return half_float::half{half_float::detail::binary, 0x7DFF}; }
/// Smallest positive subnormal value.
static HALF_CONSTEXPR half_float::half denorm_min() HALF_NOTHROW { return half_float::half{half_float::detail::binary, 0x0001}; }
};
inline bool signbit(const half_float::half& arg) { return half_float::detail::signbit(arg); }
inline half_float::half fabs(half_float::half x) {
return abs(x);
}
#if HALF_ENABLE_CPP11_HASH
/// Hash function for half-precision floats.
/// This is only defined if C++11 `std::hash` is supported and enabled.
template<> struct hash<half_float::half> //: unary_function<half_float::half,size_t>
{
/// Type of function argument.
typedef half_float::half argument_type;
/// Function return type.
typedef size_t result_type;
/// Compute hash function.
/// \param arg half to hash
/// \return hash value
result_type operator()(argument_type arg) const
{ return hash<half_float::detail::uint16>()(static_cast<unsigned int>(arg.data_)&-(arg.data_!=0x8000)); }
};
#endif
}
#undef HALF_CONSTEXPR
#undef HALF_CONSTEXPR_CONST
#undef HALF_NOEXCEPT
#undef HALF_NOTHROW
#ifdef HALF_POP_WARNINGS
#pragma warning(pop)
#undef HALF_POP_WARNINGS
#endif
#endif
| [
"snikolaev@nvidia.com"
] | snikolaev@nvidia.com |
8191340a2f480f5941a68d2d4fceacfe50db1e2c | 481f3c6b713379912988084cf10810e7d9a74fd0 | /content/renderer/pepper/v8_var_converter_unittest.cc | 3645f7d0b58f69d852e9058521e58924865a08e9 | [
"MPL-2.0-no-copyleft-exception",
"LicenseRef-scancode-unknown-license-reference",
"AGPL-3.0-only",
"LGPL-2.1-only",
"GPL-2.0-only",
"MPL-2.0",
"BSD-3-Clause"
] | permissive | huhisoft/huhi-android | bab71148730ff68b770f56b93b731302528045ec | 1c00f05a2ab19f0d6acf42331931de61555a93e8 | refs/heads/master | 2023-01-13T11:26:25.618267 | 2019-11-11T04:09:38 | 2019-11-11T04:09:38 | 219,455,870 | 0 | 4 | BSD-3-Clause | 2022-12-10T08:31:33 | 2019-11-04T08:48:00 | null | UTF-8 | C++ | false | false | 16,704 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/renderer/pepper/v8_var_converter.h"
#include <stddef.h>
#include <stdint.h>
#include <cmath>
#include <memory>
#include <unordered_map>
#include "base/bind.h"
#include "base/logging.h"
#include "base/memory/ref_counted.h"
#include "base/run_loop.h"
#include "base/synchronization/waitable_event.h"
#include "base/test/task_environment.h"
#include "base/values.h"
#include "content/renderer/pepper/resource_converter.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_var.h"
#include "ppapi/shared_impl/array_var.h"
#include "ppapi/shared_impl/dictionary_var.h"
#include "ppapi/shared_impl/ppapi_globals.h"
#include "ppapi/shared_impl/proxy_lock.h"
#include "ppapi/shared_impl/scoped_pp_var.h"
#include "ppapi/shared_impl/test_globals.h"
#include "ppapi/shared_impl/test_utils.h"
#include "ppapi/shared_impl/var.h"
#include "ppapi/shared_impl/var_tracker.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "v8/include/v8.h"
using ppapi::ArrayBufferVar;
using ppapi::ArrayVar;
using ppapi::DictionaryVar;
using ppapi::PpapiGlobals;
using ppapi::ProxyLock;
using ppapi::ScopedPPVar;
using ppapi::StringVar;
using ppapi::TestGlobals;
using ppapi::TestEqual;
using ppapi::VarTracker;
namespace content {
namespace {
void FromV8ValueComplete(const ScopedPPVar& scoped_var,
bool success) {
NOTREACHED();
}
class MockResourceConverter : public content::ResourceConverter {
public:
~MockResourceConverter() override {}
void Reset() override {}
bool NeedsFlush() override { return false; }
void Flush(base::OnceCallback<void(bool)> callback) override { NOTREACHED(); }
bool FromV8Value(v8::Local<v8::Object> val,
v8::Local<v8::Context> context,
PP_Var* result,
bool* was_resource) override {
*was_resource = false;
return true;
}
bool ToV8Value(const PP_Var& var,
v8::Local<v8::Context> context,
v8::Local<v8::Value>* result) override {
return false;
}
};
// Maps PP_Var IDs to the V8 value handle they correspond to.
typedef std::unordered_map<int64_t, v8::Local<v8::Value>> VarHandleMap;
bool Equals(const PP_Var& var,
v8::Local<v8::Value> val,
VarHandleMap* visited_ids) {
if (ppapi::VarTracker::IsVarTypeRefcounted(var.type)) {
auto it = visited_ids->find(var.value.as_id);
if (it != visited_ids->end())
return it->second == val;
(*visited_ids)[var.value.as_id] = val;
}
v8::Isolate* isolate = v8::Isolate::GetCurrent();
v8::Local<v8::Context> context = isolate->GetCurrentContext();
if (val->IsUndefined()) {
return var.type == PP_VARTYPE_UNDEFINED;
} else if (val->IsNull()) {
return var.type == PP_VARTYPE_NULL;
} else if (val->IsBoolean() || val->IsBooleanObject()) {
return var.type == PP_VARTYPE_BOOL &&
PP_FromBool(val->ToBoolean(isolate)->Value()) == var.value.as_bool;
} else if (val->IsInt32()) {
return var.type == PP_VARTYPE_INT32 &&
val.As<v8::Int32>()->Value() == var.value.as_int;
} else if (val->IsNumber() || val->IsNumberObject()) {
return var.type == PP_VARTYPE_DOUBLE &&
fabs(val->NumberValue(context).ToChecked() - var.value.as_double) <=
1.0e-4;
} else if (val->IsString() || val->IsStringObject()) {
if (var.type != PP_VARTYPE_STRING)
return false;
StringVar* string_var = StringVar::FromPPVar(var);
DCHECK(string_var);
v8::String::Utf8Value utf8(isolate, val);
return std::string(*utf8, utf8.length()) == string_var->value();
} else if (val->IsArray()) {
if (var.type != PP_VARTYPE_ARRAY)
return false;
ArrayVar* array_var = ArrayVar::FromPPVar(var);
DCHECK(array_var);
v8::Local<v8::Array> v8_array = val.As<v8::Array>();
if (v8_array->Length() != array_var->elements().size())
return false;
for (uint32_t i = 0; i < v8_array->Length(); ++i) {
v8::Local<v8::Value> child_v8 =
v8_array->Get(context, i).ToLocalChecked();
if (!Equals(array_var->elements()[i].get(), child_v8, visited_ids))
return false;
}
return true;
} else if (val->IsObject()) {
if (var.type == PP_VARTYPE_ARRAY_BUFFER) {
// TODO(raymes): Implement this when we have tests for array buffers.
NOTIMPLEMENTED();
return false;
} else {
v8::Local<v8::Object> v8_object = val.As<v8::Object>();
if (var.type != PP_VARTYPE_DICTIONARY)
return false;
DictionaryVar* dict_var = DictionaryVar::FromPPVar(var);
DCHECK(dict_var);
v8::Local<v8::Array> property_names(
v8_object->GetOwnPropertyNames(context).ToLocalChecked());
if (property_names->Length() != dict_var->key_value_map().size())
return false;
for (uint32_t i = 0; i < property_names->Length(); ++i) {
v8::Local<v8::Value> key(
property_names->Get(context, i).ToLocalChecked());
if (!key->IsString() && !key->IsNumber())
return false;
v8::Local<v8::Value> child_v8 =
v8_object->Get(context, key).ToLocalChecked();
v8::String::Utf8Value name_utf8(isolate, key);
ScopedPPVar release_key(ScopedPPVar::PassRef(),
StringVar::StringToPPVar(std::string(
*name_utf8, name_utf8.length())));
if (!dict_var->HasKey(release_key.get()))
return false;
ScopedPPVar release_value(ScopedPPVar::PassRef(),
dict_var->Get(release_key.get()));
if (!Equals(release_value.get(), child_v8, visited_ids))
return false;
}
return true;
}
}
return false;
}
bool Equals(const PP_Var& var, v8::Local<v8::Value> val) {
VarHandleMap var_handle_map;
return Equals(var, val, &var_handle_map);
}
class V8VarConverterTest : public testing::Test {
public:
V8VarConverterTest()
: isolate_(v8::Isolate::GetCurrent()) {
PP_Instance dummy = 1234;
converter_.reset(new V8VarConverter(
dummy, std::unique_ptr<ResourceConverter>(new MockResourceConverter)));
}
~V8VarConverterTest() override {}
// testing::Test implementation.
void SetUp() override {
ProxyLock::Acquire();
v8::HandleScope handle_scope(isolate_);
v8::Local<v8::ObjectTemplate> global = v8::ObjectTemplate::New(isolate_);
context_.Reset(isolate_, v8::Context::New(isolate_, nullptr, global));
}
void TearDown() override {
context_.Reset();
ASSERT_TRUE(PpapiGlobals::Get()->GetVarTracker()->GetLiveVars().empty());
ProxyLock::Release();
}
protected:
bool FromV8ValueSync(v8::Local<v8::Value> val,
v8::Local<v8::Context> context,
PP_Var* result) {
V8VarConverter::VarResult conversion_result = converter_->FromV8Value(
val, context, base::BindOnce(&FromV8ValueComplete));
DCHECK(conversion_result.completed_synchronously);
if (conversion_result.success)
*result = conversion_result.var.Release();
return conversion_result.success;
}
bool RoundTrip(const PP_Var& var, PP_Var* result) {
v8::HandleScope handle_scope(isolate_);
v8::Local<v8::Context> context =
v8::Local<v8::Context>::New(isolate_, context_);
v8::Context::Scope context_scope(context);
v8::Local<v8::Value> v8_result;
if (!converter_->ToV8Value(var, context, &v8_result))
return false;
if (!Equals(var, v8_result))
return false;
if (!FromV8ValueSync(v8_result, context, result))
return false;
return true;
}
// Assumes a ref for var.
bool RoundTripAndCompare(const PP_Var& var) {
ScopedPPVar expected(ScopedPPVar::PassRef(), var);
PP_Var actual_var;
if (!RoundTrip(expected.get(), &actual_var))
return false;
ScopedPPVar actual(ScopedPPVar::PassRef(), actual_var);
return TestEqual(expected.get(), actual.get(), false);
}
v8::Isolate* isolate_;
// Context for the JavaScript in the test.
v8::Persistent<v8::Context> context_;
std::unique_ptr<V8VarConverter> converter_;
private:
base::test::SingleThreadTaskEnvironment
task_environment_; // Required to receive callbacks.
TestGlobals globals_;
};
} // namespace
TEST_F(V8VarConverterTest, SimpleRoundTripTest) {
EXPECT_TRUE(RoundTripAndCompare(PP_MakeUndefined()));
EXPECT_TRUE(RoundTripAndCompare(PP_MakeNull()));
EXPECT_TRUE(RoundTripAndCompare(PP_MakeInt32(100)));
EXPECT_TRUE(RoundTripAndCompare(PP_MakeBool(PP_TRUE)));
EXPECT_TRUE(RoundTripAndCompare(PP_MakeDouble(53.75)));
}
TEST_F(V8VarConverterTest, StringRoundTripTest) {
EXPECT_TRUE(RoundTripAndCompare(StringVar::StringToPPVar("")));
EXPECT_TRUE(RoundTripAndCompare(StringVar::StringToPPVar("hello world!")));
}
TEST_F(V8VarConverterTest, ArrayBufferRoundTripTest) {
// TODO(raymes): Testing this here requires spinning up some of WebKit.
// Work out how to do this.
}
TEST_F(V8VarConverterTest, DictionaryArrayRoundTripTest) {
// Empty array.
scoped_refptr<ArrayVar> array(new ArrayVar);
ScopedPPVar release_array(ScopedPPVar::PassRef(), array->GetPPVar());
EXPECT_TRUE(RoundTripAndCompare(array->GetPPVar()));
size_t index = 0;
// Array with primitives.
array->Set(index++, PP_MakeUndefined());
array->Set(index++, PP_MakeNull());
array->Set(index++, PP_MakeInt32(100));
array->Set(index++, PP_MakeBool(PP_FALSE));
array->Set(index++, PP_MakeDouble(0.123));
EXPECT_TRUE(RoundTripAndCompare(array->GetPPVar()));
// Array with 2 references to the same string.
ScopedPPVar release_string(ScopedPPVar::PassRef(),
StringVar::StringToPPVar("abc"));
array->Set(index++, release_string.get());
array->Set(index++, release_string.get());
EXPECT_TRUE(RoundTripAndCompare(array->GetPPVar()));
// Array with nested array that references the same string.
scoped_refptr<ArrayVar> array2(new ArrayVar);
ScopedPPVar release_array2(ScopedPPVar::PassRef(), array2->GetPPVar());
array2->Set(0, release_string.get());
array->Set(index++, release_array2.get());
EXPECT_TRUE(RoundTripAndCompare(array->GetPPVar()));
// Empty dictionary.
scoped_refptr<DictionaryVar> dictionary(new DictionaryVar);
ScopedPPVar release_dictionary(ScopedPPVar::PassRef(),
dictionary->GetPPVar());
EXPECT_TRUE(RoundTripAndCompare(dictionary->GetPPVar()));
// Dictionary with primitives.
dictionary->SetWithStringKey("1", PP_MakeUndefined());
dictionary->SetWithStringKey("2", PP_MakeNull());
dictionary->SetWithStringKey("3", PP_MakeInt32(-100));
dictionary->SetWithStringKey("4", PP_MakeBool(PP_TRUE));
dictionary->SetWithStringKey("5", PP_MakeDouble(-103.52));
EXPECT_TRUE(RoundTripAndCompare(dictionary->GetPPVar()));
// Dictionary with 2 references to the same string.
dictionary->SetWithStringKey("6", release_string.get());
dictionary->SetWithStringKey("7", release_string.get());
EXPECT_TRUE(RoundTripAndCompare(dictionary->GetPPVar()));
// Dictionary with nested dictionary that references the same string.
scoped_refptr<DictionaryVar> dictionary2(new DictionaryVar);
ScopedPPVar release_dictionary2(ScopedPPVar::PassRef(),
dictionary2->GetPPVar());
dictionary2->SetWithStringKey("abc", release_string.get());
dictionary->SetWithStringKey("8", release_dictionary2.get());
EXPECT_TRUE(RoundTripAndCompare(dictionary->GetPPVar()));
// Array with dictionary.
array->Set(index++, release_dictionary.get());
EXPECT_TRUE(RoundTripAndCompare(array->GetPPVar()));
// Array with dictionary with array.
array2->Set(0, PP_MakeInt32(100));
dictionary->SetWithStringKey("9", release_array2.get());
EXPECT_TRUE(RoundTripAndCompare(array->GetPPVar()));
}
TEST_F(V8VarConverterTest, Cycles) {
// Check that cycles aren't converted.
v8::HandleScope handle_scope(isolate_);
v8::Local<v8::Context> context =
v8::Local<v8::Context>::New(isolate_, context_);
v8::Context::Scope context_scope(context);
// Var->V8 conversion.
{
scoped_refptr<DictionaryVar> dictionary(new DictionaryVar);
ScopedPPVar release_dictionary(ScopedPPVar::PassRef(),
dictionary->GetPPVar());
scoped_refptr<ArrayVar> array(new ArrayVar);
ScopedPPVar release_array(ScopedPPVar::PassRef(), array->GetPPVar());
dictionary->SetWithStringKey("1", release_array.get());
array->Set(0, release_dictionary.get());
v8::Local<v8::Value> v8_result;
// Array <-> dictionary cycle.
dictionary->SetWithStringKey("1", release_array.get());
ASSERT_FALSE(
converter_->ToV8Value(release_dictionary.get(), context, &v8_result));
// Break the cycle.
// TODO(raymes): We need some better machinery for releasing vars with
// cycles. Remove the code below once we have that.
dictionary->DeleteWithStringKey("1");
// Array with self reference.
array->Set(0, release_array.get());
ASSERT_FALSE(
converter_->ToV8Value(release_array.get(), context, &v8_result));
// Break the self reference.
array->Set(0, PP_MakeUndefined());
}
// V8->Var conversion.
{
v8::Local<v8::Object> object = v8::Object::New(isolate_);
v8::Local<v8::Array> array = v8::Array::New(isolate_);
PP_Var var_result;
// Array <-> dictionary cycle.
std::string key = "1";
object
->Set(context,
v8::String::NewFromUtf8(isolate_, key.c_str(),
v8::NewStringType::kInternalized,
key.length())
.ToLocalChecked(),
array)
.ToChecked();
array->Set(context, 0, object).ToChecked();
ASSERT_FALSE(FromV8ValueSync(object, context, &var_result));
// Array with self reference.
array->Set(context, 0, array).Check();
ASSERT_FALSE(FromV8ValueSync(array, context, &var_result));
}
}
TEST_F(V8VarConverterTest, StrangeDictionaryKeyTest) {
{
// Test keys with '.'.
scoped_refptr<DictionaryVar> dictionary(new DictionaryVar);
dictionary->SetWithStringKey(".", PP_MakeUndefined());
dictionary->SetWithStringKey("x.y", PP_MakeUndefined());
EXPECT_TRUE(RoundTripAndCompare(dictionary->GetPPVar()));
}
{
// Test non-string key types. They should be cast to strings.
v8::HandleScope handle_scope(isolate_);
v8::Local<v8::Context> context =
v8::Local<v8::Context>::New(isolate_, context_);
v8::Context::Scope context_scope(context);
v8::MicrotasksScope microtasks(
isolate_, v8::MicrotasksScope::kDoNotRunMicrotasks);
const char* source =
"(function() {"
"return {"
"1: 'foo',"
"'2': 'bar',"
"true: 'baz',"
"false: 'qux',"
"null: 'quux',"
"undefined: 'oops'"
"};"
"})();";
v8::Local<v8::Script> script(
v8::Script::Compile(context,
v8::String::NewFromUtf8(isolate_, source,
v8::NewStringType::kNormal)
.ToLocalChecked())
.ToLocalChecked());
v8::Local<v8::Object> object =
script->Run(context).ToLocalChecked().As<v8::Object>();
PP_Var actual;
ASSERT_TRUE(FromV8ValueSync(
object, v8::Local<v8::Context>::New(isolate_, context_), &actual));
ScopedPPVar release_actual(ScopedPPVar::PassRef(), actual);
scoped_refptr<DictionaryVar> expected(new DictionaryVar);
ScopedPPVar foo(ScopedPPVar::PassRef(), StringVar::StringToPPVar("foo"));
expected->SetWithStringKey("1", foo.get());
ScopedPPVar bar(ScopedPPVar::PassRef(), StringVar::StringToPPVar("bar"));
expected->SetWithStringKey("2", bar.get());
ScopedPPVar baz(ScopedPPVar::PassRef(), StringVar::StringToPPVar("baz"));
expected->SetWithStringKey("true", baz.get());
ScopedPPVar qux(ScopedPPVar::PassRef(), StringVar::StringToPPVar("qux"));
expected->SetWithStringKey("false", qux.get());
ScopedPPVar quux(ScopedPPVar::PassRef(), StringVar::StringToPPVar("quux"));
expected->SetWithStringKey("null", quux.get());
ScopedPPVar oops(ScopedPPVar::PassRef(), StringVar::StringToPPVar("oops"));
expected->SetWithStringKey("undefined", oops.get());
ScopedPPVar release_expected(ScopedPPVar::PassRef(), expected->GetPPVar());
ASSERT_TRUE(TestEqual(release_expected.get(), release_actual.get(), true));
}
}
} // namespace content
| [
"huhibrowser@gmail.com"
] | huhibrowser@gmail.com |
396c15f34e6dc2819e597354083a6471941a7869 | 697fe7d0ca6199d694ca4214669fc0cb606c143a | /src/tspl/fitcurves.h | 1430f3b3fffda08e8e31c09fe3bf06470b9ed45d | [] | no_license | Frc5572/engfaire | 749ac053e6367572d2478527b58b5ac4ac26014a | 5ee0622d414a14da37e5bed78103c6e5c849f72b | refs/heads/master | 2021-05-10T07:32:48.127580 | 2018-01-25T00:36:06 | 2018-01-25T00:36:06 | 118,840,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,745 | h | /*
* Copyright (c) 2008-2011 Zhang Ming (M. Zhang), zmjerry@163.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation, either version 2 or any later version.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details. A copy of the GNU General Public License is available at:
* http://www.fsf.org/licensing/licenses
*/
/*****************************************************************************
* fitcurves.h
*
* Fitted functions for least square fitting.
*
* Zhang Ming, 2010-04, Xi'an Jiaotong University.
*****************************************************************************/
#ifndef FITCURVES_H
#define FITCURVES_H
#include <iostream>
#include "../tspl/constants.h"
namespace splab
{
template <typename Type>
class Funcs
{
public:
const static int dim = 4;
// Compute the value of functions at point x.
Type operator()( int i, const Type &x )
{
switch( i )
{
case 1:
{
return 1;
break;
}
case 2:
{
return log(max(x,EPS));
break;
}
case 3:
{
return x;
break;
}
case 4:
{
return x*x;
break;
}
default:
{
std::cerr << "The dimension 'i' exceed the bound!"
<< std::endl;
return 0;
break;
}
}
}
};
// class ObjFunc
}
// namespace splab
#endif
// FITCURVES_H
| [
"wwatso1tech@gmail.com"
] | wwatso1tech@gmail.com |
6821d63c5e18e91c3a00798887bfd4437d3f7c80 | 573a7c8a66fa87d398bf8bc1c642a671feedf2f7 | /BitMatchClient/BitMatchClient/API.h | c7731745df7d40195b2e8b329cddbc0366f7b422 | [] | no_license | MatWillows/BitMatch | 471d49139d98713da1878de0d079d4b83af9427e | 2682aee6d1a1d986b8853e3ac6419879f4e22276 | refs/heads/master | 2022-12-24T15:10:25.314787 | 2020-01-09T19:17:50 | 2020-01-09T19:17:50 | 232,622,040 | 0 | 0 | null | 2022-12-11T19:48:32 | 2020-01-08T17:39:50 | C++ | UTF-8 | C++ | false | false | 458 | h | #pragma once
#define CURL_STATICLIB
#include <curl\curl.h>
#include<string>
using namespace std;
typedef struct match_request
{
int id;
int ppl;
long time;
bool accepted;
string data;
};
class API
{
public:
static API* Instance;
CURL* curl;
API()
{
Instance = this;
curl = curl_easy_init();
};
~API()
{
curl_easy_cleanup(curl);
};
string GetStatus();
string RequestMatch(int playerID, int powerLevel, string data);
};
| [
"mat.williams@gmail.com"
] | mat.williams@gmail.com |
99f8de459a74052c8fbcd518a31f4bedc43ab110 | a78fbd1b6696de7efc460fdc65ed8f325a299a50 | /muste_apds9960/muste_apds9960.ino | d3a5f539e97df253feffbc1b42d30ba51cb7acba | [] | no_license | BornaBiro/MUSTE_EINK | 1c2c55b7459d4fea9440de32b4b6dae17e196be0 | 123a34c973005425b6d51250889b9cb0b56e1bc5 | refs/heads/master | 2020-07-05T08:03:08.331031 | 2019-08-15T17:13:31 | 2019-08-15T17:13:31 | 202,581,912 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,587 | ino | #include "page1.c"
#include "page2.c"
#include "page3.c"
#include "page4.c"
#include "page5.c"
#include "page6.c"
#include "page7.c"
#include "page8.c"
const uint8_t* p[] = {image_data_page1, image_data_page2, image_data_page3, image_data_page4, image_data_page5, image_data_page6, image_data_page7, image_data_page8};
#include <Wire.h>
#include <Adafruit_GFX.h>
#include "E_INK.h"
#include <SparkFun_APDS9960.h>
eink display;
SparkFun_APDS9960 apds = SparkFun_APDS9960();
void setup() {
Wire.begin();
display.begin();
display.setRotation(2);
apds.init();
apds.enableGestureSensor(true);
display.setTextSize(2);
refresh();
}
int8_t page = 0;
void loop() {
if ( apds.isGestureAvailable() ) {
switch ( apds.readGesture() ) {
case DIR_UP:
page = 7;
refresh();
break;
case DIR_DOWN:
page = 0;
refresh();
break;
case DIR_LEFT:
page--;
if (page < 0) page = 7;
refresh();
break;
case DIR_RIGHT:
page++;
if (page > 7) page = 0;
refresh();
break;
case DIR_NEAR:
Serial.println("NEAR");
break;
case DIR_FAR:
Serial.println("FAR");
break;
default:
Serial.println("NONE");
}
}
delay(100);
}
void refresh() {
//display.einkOn();
display.clearDisplay();
display.drawBitmap(0, 0, p[page], 800, 600, BLACK);
display.setCursor(0, 0);
display.print("Page number:");
display.print(page + 1, DEC);
display.print("/8");
display.display();
//display.einkOff();
}
| [
"43830307+BornaBiro@users.noreply.github.com"
] | 43830307+BornaBiro@users.noreply.github.com |
d12cf5892888c86acfd4ffa547a7a3007b8abc94 | f7dff5bceaa2b568d5bb2a43b6ed117e2c81b0f1 | /easydk/src/easyinfer/model_loader.cpp | e78043c18feef66760be19030a5780acdba2c0e7 | [
"LicenseRef-scancode-other-permissive",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | CambriconECO/EDK_SSD_Sample | e005a8857685499a0f9942a320a142b7195279d0 | 2a1f2dfd3753ca068d155534c6d90c854075adc7 | refs/heads/master | 2023-04-01T04:53:06.758135 | 2021-04-01T06:21:18 | 2021-04-01T06:21:18 | 353,602,274 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,331 | cpp | /*************************************************************************
* Copyright (C) [2019] by Cambricon, Inc. All rights reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*************************************************************************/
#include <glog/logging.h>
#include <cstring>
#include <iostream>
#include <string>
#include <vector>
#include "easyinfer/model_loader.h"
#include "model_loader_internal.h"
#define ONLY_SUPPORT_FLOAT32(layout) \
do { \
if (layout.dtype != DataType::FLOAT32) { \
THROW_EXCEPTION(Exception::INVALID_ARG, "Only support float32 for cpu layout"); \
} \
} while (0)
#define CHECK_CONDITION(cond, msg) \
do { \
if (!(cond)) { \
THROW_EXCEPTION(Exception::INTERNAL, msg); \
} \
} while (0)
#define CHECK_CNRT_RET(cnrt_ret, msg) CHECK_CONDITION((cnrt_ret == CNRT_RET_SUCCESS), msg)
namespace edk {
cnrtDataType CastDataType(const DataType& type) {
switch (type) {
case DataType::UINT8:
return CNRT_UINT8;
case DataType::FLOAT32:
return CNRT_FLOAT32;
case DataType::FLOAT16:
return CNRT_FLOAT16;
case DataType::INT16:
return CNRT_INT16;
case DataType::INT32:
return CNRT_INT32;
default:
THROW_EXCEPTION(Exception::UNSUPPORTED, "Unsupported data type");
}
}
DataType CastDataType(const cnrtDataType& type) {
switch (type) {
case CNRT_UINT8:
return DataType::UINT8;
case CNRT_FLOAT32:
return DataType::FLOAT32;
case CNRT_FLOAT16:
return DataType::FLOAT16;
case CNRT_INT16:
return DataType::INT16;
case CNRT_INT32:
return DataType::INT32;
default:
THROW_EXCEPTION(Exception::UNSUPPORTED, "Unsupported data type");
}
}
// not used yet
#if 0
cnrtDimOrder CastDimOrder(const DimOrder& order) {
switch (order) {
case DimOrder::NCHW:
return CNRT_NCHW;
case DimOrder::NHWC:
return CNRT_NHWC;
default:
THROW_EXCEPTION(Exception::UNSUPPORTED, "Unsupported dimension order");
}
}
DimOrder CastDimOrder(const cnrtDimOrder& order) {
switch (order) {
case CNRT_NCHW:
return DimOrder::NCHW;
case CNRT_NHWC:
return DimOrder::NHWC;
default:
THROW_EXCEPTION(Exception::UNSUPPORTED, "Unsupported dimension order");
}
}
#endif
static const char* DataTypeStr(DataType type) {
switch (type) {
case DataType::UINT8:
return "DataType UINT8";
case DataType::FLOAT32:
return "DataType FLOAT32";
case DataType::FLOAT16:
return "DataType FLOAT16";
case DataType::INT16:
return "DataType INT16";
case DataType::INT32:
return "DataType INT32";
default:
THROW_EXCEPTION(Exception::UNSUPPORTED, "Unsupported data type");
}
}
static const char* DimOrderStr(DimOrder order) {
switch (order) {
case DimOrder::NCHW:
return "DimOrder NCHW";
case DimOrder::NHWC:
return "DimOrder NHWC";
default:
THROW_EXCEPTION(Exception::UNSUPPORTED, "Unsupported dimension order");
}
}
class ModelLoaderPrivate {
public:
explicit ModelLoaderPrivate(ModelLoader* q) : q_ptr_(q) {}
void LoadFunction(const char* function_name);
std::vector<int64_t> i_data_sizes_, o_data_sizes_;
std::vector<DataLayout> i_mlu_layouts_, o_mlu_layouts_;
int o_num_;
int i_num_;
int model_parallelism_;
std::vector<DataLayout> i_cpu_layouts_, o_cpu_layouts_;
std::vector<Shape> input_shapes_ = {}, output_shapes_ = {};
cnrtModel_t model_;
cnrtFunction_t function_;
ModelLoader* q_ptr_ = nullptr;
}; // class ModelLoaderPrivate
ModelLoader::ModelLoader(const std::string& model_path, const std::string& function_name)
: ModelLoader(model_path.c_str(), function_name.c_str()) {}
ModelLoader::ModelLoader(const char* model_path, const char* function_name) : d_ptr_(new ModelLoaderPrivate(this)) {
if (FILE* file = fopen(model_path, "r")) {
fclose(file);
} else {
THROW_EXCEPTION(Exception::UNAVAILABLE, "Model file not exist. Please check model path");
}
VLOG(3) << "Load model from file: " << model_path;
// 1. get cnrtModel and cnrtFunction
cnrtRet_t error_code = cnrtLoadModel(&d_ptr_->model_, model_path);
CHECK_CNRT_RET(error_code, "Load model failed, cnrt error code : " + std::to_string(error_code));
d_ptr_->LoadFunction(function_name);
}
ModelLoader::ModelLoader(void* mem_ptr, const char* function_name) : d_ptr_(new ModelLoaderPrivate(this)) {
// 1. get cnrtModel and cnrtFunction
LOG(INFO) << "Load model from memory, " << mem_ptr;
cnrtRet_t error_code = cnrtLoadModelFromMem(&d_ptr_->model_, reinterpret_cast<char*>(mem_ptr));
CHECK_CNRT_RET(error_code, "Load model from memory failed, cnrt error code : " + std::to_string(error_code));
d_ptr_->LoadFunction(function_name);
}
void ModelLoaderPrivate::LoadFunction(const char* function_name) {
cnrtRet_t error_code;
error_code = cnrtCreateFunction(&function_);
CHECK_CNRT_RET(error_code, "Create function failed, cnrt error code : " + std::to_string(error_code));
error_code = cnrtExtractFunction(&function_, model_, function_name);
CHECK_CNRT_RET(error_code, "Extract function failed, cnrt error code : " + std::to_string(error_code));
error_code = cnrtQueryModelParallelism(model_, &model_parallelism_);
CHECK_CNRT_RET(error_code, "Query Model Parallelism failed, cnrt error code : " + std::to_string(error_code));
LOG(INFO) << "Load function from offline model succeeded";
// 2. get IO messages
// 2.1 get io number and data size
int64_t* input_sizes = nullptr;
int input_num = 0;
error_code = cnrtGetInputDataSize(&input_sizes, &input_num, function_);
CHECK_CNRT_RET(error_code, "Get input data size failed, cnrt error code : " + std::to_string(error_code));
i_num_ = input_num;
i_data_sizes_ = std::vector<int64_t>(input_sizes, input_sizes + input_num);
int64_t* output_sizes = nullptr;
int output_num = 0;
error_code = cnrtGetOutputDataSize(&output_sizes, &output_num, function_);
CHECK_CNRT_RET(error_code, "Get output data size failed, cnrt error code : " + std::to_string(error_code));
o_num_ = output_num;
o_data_sizes_ = std::vector<int64_t>(output_sizes, output_sizes + output_num);
// 2.2 get io shapes
int* input_dim_values = nullptr;
int dim_num = 0;
input_shapes_.clear();
for (int i = 0; i < input_num; ++i) {
error_code = cnrtGetInputDataShape(&input_dim_values, &dim_num, i, function_);
CHECK_CNRT_RET(error_code, "Get input data size failed, cnrt error code : " + std::to_string(error_code));
CHECK_CONDITION(dim_num <= 4, "Unable to process a model of which input is greater than 4-dimensional.");
// nhwc shape
std::vector<uint32_t> dim_value(4, 1);
for (int i = 0; i < dim_num; ++i) {
dim_value[i] = input_dim_values[i];
}
free(input_dim_values);
input_shapes_.push_back(Shape(dim_value[0], dim_value[1], dim_value[2], dim_value[3]));
}
int* output_dim_values = nullptr;
output_shapes_.clear();
for (int i = 0; i < output_num; ++i) {
error_code = cnrtGetOutputDataShape(&output_dim_values, &dim_num, i, function_);
CHECK_CNRT_RET(error_code, "Get output data shape failed, cnrt error code : " + std::to_string(error_code));
CHECK_CONDITION(dim_num <= 4, "Unable to process a model of which output is greater than 4-dimensional.");
// nhwc shape
Shape sp;
std::vector<uint32_t> dim_value(4, 1);
for (int i = 0; i < dim_num; ++i) {
dim_value[i] = output_dim_values[i];
}
free(output_dim_values);
output_shapes_.push_back(Shape(dim_value[0], dim_value[1], dim_value[2], dim_value[3]));
}
// 2.3 get mlu io data type
cnrtDataType_t* input_dtypes = nullptr;
error_code = cnrtGetInputDataType(&input_dtypes, &input_num, function_);
CHECK_CNRT_RET(error_code, "Get input data type failed, cnrt error code : " + std::to_string(error_code));
CHECK_CONDITION(static_cast<size_t>(input_num) == i_data_sizes_.size(),
"Internel error, maybe input number from cnrtGetInputDataType is wrong.");
i_mlu_layouts_.resize(i_num_);
for (int i = 0; i < i_num_; ++i) {
i_mlu_layouts_[i].dtype = CastDataType(input_dtypes[i]);
i_mlu_layouts_[i].order = DimOrder::NHWC; // mlu data order is always NHWC
}
cnrtDataType_t* output_dtypes = nullptr;
error_code = cnrtGetOutputDataType(&output_dtypes, &output_num, function_);
CHECK_CNRT_RET(error_code, "Get output data type failed, cnrt error code : " + std::to_string(error_code));
CHECK_CONDITION(static_cast<size_t>(output_num) == o_data_sizes_.size(),
"Internel error, maybe output number from cnrtGetOutputDataType is wrong.");
o_mlu_layouts_.resize(o_num_);
for (int i = 0; i < o_num_; ++i) {
o_mlu_layouts_[i].dtype = CastDataType(output_dtypes[i]);
o_mlu_layouts_[i].order = DimOrder::NHWC; // mlu data order is always NHWC
}
// set default cpu layouts
// this decided by network framework(eg. cambricon caffe)
i_cpu_layouts_.resize(i_num_);
for (DataLayout& layout : i_cpu_layouts_) {
layout.dtype = DataType::FLOAT32;
layout.order = DimOrder::NHWC;
}
o_cpu_layouts_.resize(o_num_);
for (DataLayout& layout : o_cpu_layouts_) {
layout.dtype = DataType::FLOAT32;
layout.order = DimOrder::NHWC;
}
int rgb0_index = -1;
q_ptr_->WithRGB0Output(&rgb0_index);
if (-1 != rgb0_index) {
// with rgb0 output
CHECK_CONDITION(rgb0_index > 0 && rgb0_index < o_num_, "Invalid RGB0 data index");
o_cpu_layouts_[rgb0_index].dtype = DataType::UINT8;
o_cpu_layouts_[rgb0_index].order = DimOrder::NCHW; // FIXME(liumingxuan): problems!!!
}
}
int64_t ModelLoaderInternalInterface::InputDataSize(int data_index) const {
if (data_index < 0 || data_index >= static_cast<int>(model_->InputNum())) return 0;
return model_->d_ptr_->i_data_sizes_[data_index];
}
int64_t ModelLoaderInternalInterface::OutputDataSize(int data_index) const {
if (data_index < 0 || data_index >= static_cast<int>(model_->OutputNum())) return 0;
return model_->d_ptr_->o_data_sizes_[data_index];
}
DataLayout ModelLoaderInternalInterface::GetMluInputLayout(int data_index) const {
if (data_index < 0 || data_index >= static_cast<int>(model_->InputNum())) return {};
return model_->d_ptr_->i_mlu_layouts_[data_index];
}
DataLayout ModelLoaderInternalInterface::GetMluOutputLayout(int data_index) const {
if (data_index < 0 || data_index >= static_cast<int>(model_->OutputNum())) return {};
return model_->d_ptr_->o_mlu_layouts_[data_index];
}
cnrtFunction_t ModelLoaderInternalInterface::Function() const { return model_->d_ptr_->function_; }
bool ModelLoader::WithRGB0Output(int* output_index) const {
if (!WithYUVInput()) return false;
const Shape& i_shape = d_ptr_->input_shapes_[0];
for (size_t index = 0; index < d_ptr_->output_shapes_.size(); index++) {
const Shape& o_shape = d_ptr_->output_shapes_[index];
if (i_shape.h == o_shape.h * 3 / 2 && i_shape.w == o_shape.w && o_shape.c == 4) {
if (output_index) {
*output_index = index;
}
return true;
}
}
return false;
}
bool ModelLoader::WithYUVInput() const {
if (d_ptr_->input_shapes_.size() < 1) return false;
if (d_ptr_->input_shapes_[0].c == 1) return true;
return false;
}
void ModelLoader::InitLayout() {}
void ModelLoader::SetCpuInputLayout(DataLayout layout, int data_index) {
if (data_index < 0 || data_index >= d_ptr_->i_num_) {
THROW_EXCEPTION(Exception::INVALID_ARG, "SetCpuInputLayout: Data index out of range");
}
ONLY_SUPPORT_FLOAT32(layout);
d_ptr_->i_cpu_layouts_[data_index] = layout;
VLOG(4) << "Set CPU input data layout";
VLOG(4) << DataTypeStr(layout.dtype) << "\t" << DimOrderStr(layout.order);
}
void ModelLoader::SetCpuOutputLayout(DataLayout layout, int data_index) {
if (data_index < 0 || data_index >= d_ptr_->o_num_) {
THROW_EXCEPTION(Exception::INVALID_ARG, "SetCpuOutputLayout: Data index out of range");
}
ONLY_SUPPORT_FLOAT32(layout);
d_ptr_->o_cpu_layouts_[data_index] = layout;
VLOG(4) << "Set CPU output data layout";
VLOG(4) << DataTypeStr(layout.dtype) << "\t" << DimOrderStr(layout.order);
}
DataLayout ModelLoader::GetCpuInputLayout(int data_index) const {
if (data_index < 0 || data_index >= static_cast<int>(InputNum())) return {};
return d_ptr_->i_cpu_layouts_[data_index];
}
DataLayout ModelLoader::GetCpuOutputLayout(int data_index) const {
if (data_index < 0 || data_index >= static_cast<int>(OutputNum())) return {};
return d_ptr_->o_cpu_layouts_[data_index];
}
bool ModelLoader::AdjustStackMemory() {
uint64_t stack_size;
uint32_t current_device_size;
cnrtRet_t error_code = cnrtQueryModelStackSize(d_ptr_->model_, &stack_size);
CHECK_CNRT_RET(error_code, "Query model stack size failed. cnrt error_code : " + std::to_string(error_code));
VLOG(3) << "Model stack size is " << stack_size << " MB";
error_code = cnrtGetStackMem(¤t_device_size);
CHECK_CNRT_RET(error_code, "Get current device stack size failed. cnrt error_code : " + std::to_string(error_code));
VLOG(3) << "Current MLU stack size is " << current_device_size << " MB";
if (stack_size > current_device_size) {
error_code = cnrtSetStackMem(stack_size + 50);
CHECK_CNRT_RET(error_code, "set stack size failed. cnrt error_code : " + std::to_string(error_code));
LOG(INFO) << "Adjust stack memory to " << stack_size + 50 << " MB";
return true;
}
return false;
}
uint32_t ModelLoader::OutputNum() const { return d_ptr_->o_num_; }
uint32_t ModelLoader::InputNum() const { return d_ptr_->i_num_; }
const std::vector<Shape>& ModelLoader::InputShapes() const { return d_ptr_->input_shapes_; }
const std::vector<Shape>& ModelLoader::OutputShapes() const { return d_ptr_->output_shapes_; }
int ModelLoader::ModelParallelism() const { return d_ptr_->model_parallelism_; }
int64_t ModelLoader::GetInputDataBatchAlignSize(int data_index) const {
if (data_index < 0 || data_index >= static_cast<int>(InputNum())) return 0;
int64_t size = 0;
ModelLoaderInternalInterface model_loader_internal(const_cast<ModelLoader*>(this));
size = model_loader_internal.InputDataSize(data_index) / d_ptr_->input_shapes_[data_index].n;
return size;
}
int64_t ModelLoader::GetOutputDataBatchAlignSize(int data_index) const {
if (data_index < 0 || data_index >= static_cast<int>(OutputNum())) return 0;
int64_t size = 0;
ModelLoaderInternalInterface model_loader_internal(const_cast<ModelLoader*>(this));
size = model_loader_internal.OutputDataSize(data_index) / d_ptr_->output_shapes_[data_index].n;
return size;
}
ModelLoader::~ModelLoader() {
LOG(INFO) << "Destroy neural network function";
cnrtRet_t error_code = cnrtDestroyFunction(d_ptr_->function_);
if (CNRT_RET_SUCCESS != error_code) {
LOG(WARNING) << "Destroy function failed. error_code : " << std::to_string(error_code).c_str();
}
LOG(INFO) << "Unload offline model";
error_code = cnrtUnloadModel(d_ptr_->model_);
if (CNRT_RET_SUCCESS != error_code) {
LOG(ERROR) << "Unload model failed. error_code : " << std::to_string(error_code).c_str();
}
}
} // namespace edk
| [
"wuyangyang@cambricon.com"
] | wuyangyang@cambricon.com |
0043e7a433bde429928928b262c58fc1cdb29aa2 | 9ab6c262492e61cbde7e92511a4669f4eab34159 | /HomeWork10Q1/HomeWork10Q1/Source.cpp | dd90791de608cd5beed98c8eeb89a4c91c2ecace | [] | no_license | YosefSchoen/IntroToProgramming | 54087c19fc86ce12337fe75ebfb80fa25007beb3 | 58c032a0cf45d567dfaf913b68e9cd677c3f67e2 | refs/heads/master | 2020-07-30T20:45:01.923464 | 2019-09-23T12:44:05 | 2019-09-23T12:44:05 | 210,351,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,478 | cpp | /*
Homework 9
This program will let the user build an inventory of a store and see/update things such as price, amount in stock, and order more items
Introduction to Computer Science.
Question 1.
Yosef Schoen
12/31/17
*/
#include <iostream>
#include <cstring>
using namespace std;
//assign names to the switch function in the main
enum Settings {Exit = 0, AddItem, FindPrice, Sold, Order, Print};
//the structure with all the needed information for the program
struct Item {
int code;
char name[20];
int amount;
int minamount;
float price;
};
//this function will allow the user to add new items to the store
void addItem(Item * &store, int maxItems, int &numItems) {
//these variables will be used to set the value of the variables in the structure
int code;
char name[20];
int amount;
int min;
float price;
//user assigning values to the item
cout << "enter code:\n";
cin >> code;
cout << "enter name:\n";
cin >> name;
cout << "enter amount:\n";
cin >> amount;
cout << "enter minimun amount:\n";
cin >> min;
cout << "enter price:\n";
cin >> price;
//making sure the user doesn't go over the maximum number of allowed items
if (numItems == maxItems) {
cout << "ERROR\n";
return;
}
//this loop will check to see if the item already exists
for (int i = 0; i < numItems; i++) {
//if the item code and name are inputed as a new item the user can add the amount in stock
if (store[i].code == code && store[i].name == name) {
store[i].amount = store[i].amount + amount;
}
//if the item code is the same but the name is not it will say error
else if (store[i].code == code && store[i].name != name) {
cout << "ERROR\n";
}
}
//creating a temporary array to hold every thing and allocate new space to the array
Item* holder = new Item[numItems + 1];
for (int i = 0; i < numItems; i++) {
holder[i] = store[i];
}
//placing every thing in the new temporary holder
holder[numItems].code = code;
strcpy_s(holder[numItems].name, 20, name);
holder[numItems].amount = amount;
holder[numItems].minamount = min;
holder[numItems].price = price;
//freeing up memory in the store and placing every thing from the holder back in to the store
delete[] store;
store = holder;
numItems++;
}
//this function will tell the user the price of the item based on the item code the user inputed
void findPrice(Item * store, int numItems) {
int code;
cout << "enter code:\n";
cin >> code;
for (int i = 0; i < numItems; i++) {
if (store[i].code == code) {
cout << "price: " << store[i].price << endl;
return;
}
}
//if item not found then it will say error
cout << "ERROR\n";
return;
}
//function to update the amount of items in stock afer a sale
int sold(Item * store, int &numItem) {
int code;
int amount;
cout << "enter code:\n";
cin >> code;
cout << "enter amount\n";
cin >> amount;
for (int i = 0; i < numItem; i++) {
if (store[i].code == code) {
store[i].amount = store[i].amount - amount;
return 0;
}
}
//if item not found it will say error
cout << "ERROR\n";
return 0;
}
//function to order more items if the amount in stock is less than the minimum that should be in stock
void order(Item * store, int &numItems) {
for (int i = 0; i < numItems; i++) {
if (store[i].amount < store[i].minamount) {
cout << "item name: " << store[i].name << endl
<< "code: " << store[i].code << endl
<< "amount to order: " << store[i].minamount + 5 - store[i].amount << endl;
store[i].amount = store[i].minamount + 5;
}
}
}
//function to print all the data for every item in the store
void print(Item *store, int &numItems) {
for (int i = 0; i < numItems; i++) {
cout << "name: " << store[i].name << endl
<< "code: " << store[i].code << endl
<< "amount: " << store[i].amount << endl
<< "minimun amount: " << store[i].minamount << endl
<< "price: " << store[i].price << endl;
}
}
int main() {
//store will point to the structure above
Item * store;
int maxItems;
int numItems = 0;
//choice will be used for the switch function
int choice;
//user must let the system know the number of maximum items
cout << "enter max number of items: " << endl;
cin >> maxItems;
//setting the array of items in the store to have at most the maximum number the user inputed
store = new Item[maxItems];
do {
cout << "enter 0-5:\n";
cin >> choice;
//the choice numbers 0-5 have been replaced with the things that choice does, the values were declared above with the enum
switch (choice) {
//case Exit (0) will end the program
case Exit: break;
//case AddItem will use the addItem function to add more things to the store
case AddItem: addItem(store, maxItems, numItems);
break;
//case FindPrice will use the findPrice function to tell the user the price of an item
case FindPrice: findPrice(store, numItems);
break;
//case Sold will use the sold function to update the stock of an item which was sold
case Sold: sold(store, numItems);
break;
//case Order will use the order function to order more items if the amount goes below the minimum required ammount
case Order: order(store, numItems);
break;
//case Print will use the print function to Print all info about every item in the store
case Print: print(store, numItems);
break;
//will display error if another thing was inputted other than numbers 1-5
default: cout << "ERROR" << endl;
}
} while (choice != 0);
return 0;
}
| [
"josephaschoen@gmail.com"
] | josephaschoen@gmail.com |
125f3a22fd849708df6031a1b389fc723dc6716b | 55fc0e953ddd07963d290ed56ab25ff3646fe111 | /StiGame/gui/DecoratedButton.h | 3b35f8a36237f70d506034d9bbdbac0e4a721d36 | [
"MIT"
] | permissive | jordsti/stigame | 71588674640a01fd37336238126fb4500f104f42 | 6ac0ae737667b1c77da3ef5007f5c4a3a080045a | refs/heads/master | 2020-05-20T12:54:58.985367 | 2015-06-10T20:55:41 | 2015-06-10T20:55:41 | 22,086,407 | 12 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,478 | h | #ifndef DECORATEDBUTTON_H
#define DECORATEDBUTTON_H
#include "Item.h"
#include "EventThrower.h"
#include "CaptionSupport.h"
namespace StiGame
{
namespace Gui
{
/// \class DecoratedButton
/// \brief Button with custom graphics
class DecoratedButton :
public Item,
public EventThrower,
public CaptionSupport
{
public:
/// \brief Constructor
DecoratedButton();
/// \brief Destructor
virtual ~DecoratedButton();
Surface* render(void);
/// \brief Get Current Caption value
std::string getCaption(void);
/// \brief Set Caption Value
void setCaption(std::string m_caption);
/// \brief On Click event Handling
/// \param relp Relative position
void onClick(Point *relp);
void setForeground(Color* m_foreground);
protected:
void resized(void);
/// \brief Left Graphics
Surface *buttonLeft;
/// \brief Right Graphics
Surface *buttonRight;
/// \brief Background graphics (Repeated)
Surface *buttonBackground;
/// \brief Left Highlight Graphics
Surface *buttonHighlightLeft;
/// \brief Right Highlight Graphics
Surface *buttonHighlightRight;
/// \brief Background Highlight Graphics (Repeated)
Surface *buttonHighlightBackground;
/// \brief Button Surface Buffer
Surface *surfaceBackground;
/// \brief Highlight Button Surface Buffer
Surface *surfaceHighlightBackground;
/// \brief Draw the Button Surface Buffer
void drawBackground(void);
};
}
}
#endif // DECORATEDBUTTON_H
| [
"jord52@gmail.com"
] | jord52@gmail.com |
fc8f337168e943a5145affd712eb92b474f1eee1 | 38fdcec47ed1f51a77e1b3c54b0b186c7346c037 | /src/cpp/arcanecore/base/arg/DefaultHelpFlag.cpp | fa7b76adbe5e91412afbde25af8c89aeb7a0f28e | [] | no_license | the-arcane-initiative/ArcaneCore | 9b15b0b706258ef4795cc34be98ffc4326943bd0 | 30aa81e1e4b0d3766cc53fb6c397678b8764f6b5 | refs/heads/master | 2021-01-24T10:15:37.289445 | 2018-08-17T12:15:54 | 2018-08-17T12:15:54 | 123,047,068 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,533 | cpp | /*!
* \copyright Copyright (c) 2018, The Arcane Initiative
* All rights reserved.
*
* \license BSD 3-Clause License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* 3. Neither the name of the copyright holder nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "arcanecore/base/arg/DefaultHelpFlag.hpp"
#include <iostream>
#include "arcanecore/base/arg/Action.hpp"
#include "arcanecore/base/arg/Parser.hpp"
namespace arc
{
ARC_BASE_VERSION_NS_BEGIN
namespace arg
{
//------------------------------------------------------------------------------
// CONSTRUCTOR
//------------------------------------------------------------------------------
DefaultHelpFlag::DefaultHelpFlag(const deus::UnicodeView& usage_text)
: arc::arg::Flag("help", "h", "Displays this help text.")
, m_usage_text (usage_text)
{
}
//------------------------------------------------------------------------------
// DESTRUCTOR
//------------------------------------------------------------------------------
DefaultHelpFlag::~DefaultHelpFlag()
{
}
//------------------------------------------------------------------------------
// PUBLIC MEMBER FUNCTIONS
//------------------------------------------------------------------------------
bool DefaultHelpFlag::parse_extra(
std::size_t argi,
std::size_t argc,
char** argv,
std::size_t& out_increment,
int& out_exit_code)
{
// we sneakily run functionality in the parse method - this because we
// want the help text to display immediately and then exit the
// application
// TODO: use ANSI -- need to learn to do this on Windows
// constants
static const std::size_t TAB_SIZE = 4;
// generate the divider string
deus::UnicodeStorage dash("-");
deus::UnicodeStorage divider = dash * 80;
std::cout << divider << std::endl;
deus::UnicodeStorage space(" ");
deus::UnicodeStorage tab = space * 4;
// print usage?
if(!m_usage_text.get_view().empty())
{
std::cout << "Usage:\n\n" << tab << m_usage_text << "\n" << std::endl;
std::cout << divider << std::endl;
}
// print actions?
const std::list<std::unique_ptr<arc::arg::Action>>& actions =
m_parser_parent->get_actions();
if(!actions.empty())
{
std::cout << "Actions:\n" << std::endl;
// build and find longest action key
std::vector<deus::UnicodeStorage> keys;
keys.reserve(actions.size());
std::size_t longest_key = 0;
for(const std::unique_ptr<arc::arg::Action>& action : actions)
{
deus::UnicodeStorage key = tab + action->get_key();
// add the variable names to the key
for(const deus::UnicodeStorage& var : action->get_variable_names())
{
key = key + " <" + var + ">";
}
keys.push_back(key);
if(key.get_view().length() > longest_key)
{
longest_key = key.get_view().length();
}
}
// find how far descriptions should be indented
std::size_t description_indent = (longest_key + 1) % TAB_SIZE;
description_indent = longest_key + (TAB_SIZE - description_indent);
// if there's not enough characters for the descriptions, surpass 80
// characters and add more
std::size_t max_chars = 80;
if((max_chars - description_indent) < 20)
{
max_chars = description_indent + 20;
}
// actually write actions
std::size_t offset = 0;
for(const std::unique_ptr<arc::arg::Action>& action : actions)
{
// build the string for this action
// deus::UnicodeStorage s = keys[offset];s
deus::UnicodeStorage s = keys[offset];
deus::UnicodeStorage indent(" ");
indent =
indent *
static_cast<int32_t>(
description_indent -
s.get_view().length()
);
s = s + indent.get_view() + ":: " + action->get_description();
++offset;
// TOOD: need to word wrap the description still
std::cout << s << "\n" << std::endl;
}
std::cout << divider << std::endl;
}
// print flags
const std::list<std::unique_ptr<arc::arg::Flag>>& flags =
m_parser_parent->get_flags();
if(!flags.empty())
{
std::cout << "Flags:\n" << std::endl;
// build and find longest flag key
std::vector<deus::UnicodeStorage> keys;
keys.reserve(flags.size());
std::size_t longest_key = 0;
for(const std::unique_ptr<arc::arg::Flag>& flag : flags)
{
deus::UnicodeStorage key = tab;
if(!flag->get_short_key().empty())
{
key = key + flag->get_short_key() + ", ";
}
key = key + flag->get_long_key();
// add the variable names to the key
for(const deus::UnicodeStorage& var : flag->get_variable_names())
{
key = key + " <" + var + ">";
}
keys.push_back(key);
if(key.get_view().length() > longest_key)
{
longest_key = key.get_view().length();
}
}
// find how far descriptions should be indented
std::size_t description_indent = (longest_key + 1) % TAB_SIZE;
description_indent = longest_key + (TAB_SIZE - description_indent);
// if there's not enough characters for the descriptions, surpass 80
// characters and add more
std::size_t max_chars = 80;
if((max_chars - description_indent) < 20)
{
max_chars = description_indent + 20;
}
// actually write flags
std::size_t offset = 0;
for(const std::unique_ptr<arc::arg::Flag>& flag : flags)
{
// build the string for this action
deus::UnicodeStorage s = keys[offset];
deus::UnicodeStorage indent(" ");
indent =
indent *
static_cast<int32_t>(
description_indent -
s.get_view().length()
);
s = s + indent.get_view() + ":: " + flag->get_description();
++offset;
// TOOD: need to word wrap the description still
std::cout << s << "\n" << std::endl;
}
std::cout << divider << std::endl;
}
// exit successfully
out_exit_code = 0;
return false;
}
bool DefaultHelpFlag::execute(int& out_exit_code)
{
// do nothing - the program has already exited.
return true;
}
} // namespace arg
ARC_BASE_VERSION_NS_END
} // namespace arc
| [
"davidesaxon@gmail.com"
] | davidesaxon@gmail.com |
0bdba26084f523648565232e70e7cabcce5e50c2 | c7d5552497ca71cb7fa88f2d25aad4006f72aba7 | /Engine/include/Porkholt/Core/PHGLRenderbuffer.h | 74b981baee0fb9e31eca11ff59d0264b179ae0bd | [] | no_license | dapetcu21/Porkholt | bef4b6f02f56b4d9a33318ec6c498527c849c5fa | 9bff9925742469d18b3dac4ff3e1f7d4af5dfda8 | refs/heads/master | 2016-08-11T13:13:57.319386 | 2015-11-23T22:06:37 | 2015-11-23T22:07:54 | 46,735,692 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 619 | h | /* Copyright (c) Marius Petcu, Porkholt Labs!. All rights reserved. */
#ifndef PHGLRENDERBUFFER_H
#define PHGLRENDERBUFFER_H
#include <Porkholt/Core/PHGLFBOAttachment.h>
class PHGameManager;
class PHGLRenderbuffer : public PHGLFBOAttachment
{
protected:
GLuint id;
int w, h;
friend class PHGLFramebuffer;
public:
PHGLRenderbuffer(PHGameManager * gm, int width, int height, enum pixelFormat fmt);
PHGLRenderbuffer(PHGameManager * gm, int width, int height, enum pixelFormat fmt, int samples);
~PHGLRenderbuffer();
int width() { return w; }
int height() { return h; }
};
#endif
| [
"dapetcu21@gmail.com"
] | dapetcu21@gmail.com |
c34fac43842138c2fdce255230808f34ec2cd064 | 4010bdf48cb92928f6cce4c6c4435baddb116e09 | /Classes/MatrixClass/rg/Vector.h | 7276cb5ea809026c7b2141d92df77a246e8ed4b7 | [] | no_license | dcamvik2020/Full-code-base | b96d17d1e17c1ce6ea5e94907af65e508cfbb4f0 | 5c76dcbd0da193fb1f0ca0e385384befe9281c32 | refs/heads/main | 2023-07-31T17:01:08.900785 | 2021-09-18T16:04:37 | 2021-09-18T16:04:37 | 356,920,890 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,718 | h | #include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <cstring>
/// In programmer's responsibility:
/// - remember about Vector sizes (he can change it as he wants at any time)
/// - remember about Vector's aim (what variable responses)
/// -
using std::cin;
using std::cout;
using std::cerr;
using std::endl;
#include <exception>
#include <stdexcept>
/// T is used instead of real type
template <class T>
class Vector {
private:
unsigned N; /// available for user
unsigned real_size; /// real size in memory
T *a;
public:
Vector(unsigned n = 0) : N(n), real_size(n), a(new T[N]()) {
}
Vector(const Vector < T > & x) {
/// constructor --> intialization --> new object
/// --> don't need delete [] a;
N = x.N;
real_size = x.N;
a = new T[N];
for (unsigned i = 0; i < N; ++i) {
a[i] = x[i];
}
}
void push(const T& x) {
/// if we use all allocated memory
if (N == real_size) {
++real_size;
T *b = new T[N+1];
for (unsigned i = 0; i < N; ++i)
b[i] = a[i];
delete [] a;
b[N] = x;
a = b;
} else {
/// if we use only part of it
a[N] = x;
}
++N;
}
/// insertion in sorted vector
unsigned insert(const T& x) {
unsigned i, index;
if (N == real_size) {
++real_size;
T *b = new T[N+1];
for (i = 0, index = 0; i < N && a[i] < x; ++i, ++index) {
b[i] = a[i];
}
b[i] = x;
for (; i < N; ++i) {
b[i + 1] = a[i];
}
delete [] a;
a = b;
} else {
for (i = 0, index = 0; i < N && a[i] < x; ++i, ++index);
for (i = N; i > index; --i) {
a[i] = a[i - 1];
}
a[index] = x;
}
++N;
return index;
}
void insert(const T& x, const unsigned index) {
if (index > N) {
throw std::invalid_argument("");
}
unsigned i;
if (N == real_size) {
++real_size;
T *b = new T[N+1];
for (i = 0; i < index; ++i) {
b[i] = a[i];
}
b[i] = x;
for (; i < N; ++i) {
b[i + 1] = a[i];
}
delete [] a;
a = b;
} else {
for (i = N; i > index; --i) {
a[i] = a[i - 1];
}
a[index] = x;
}
++N;
}
unsigned size() const;
unsigned resize(unsigned new_size) {
if (new_size <= real_size) {
for (unsigned i = N; i < new_size; ++i) {
a[i] = T();
}
N = new_size;
return N;
}
/// new_size > real_size >= N
T* b = new T[new_size]();
for (unsigned i = 0; i < N; ++i) {
b[i] = a[i];
}
delete [] a;
a = b;
N = new_size;
real_size = new_size;
return N;
}
unsigned find(const T& x) const {
/// find first appearance
unsigned index;
for (index = 0; index < N && a[index] != x; ++index);
if (index == N) {
return -1;
}
return index;
}
T& operator[](unsigned index) const {
if (index >= N) {
throw std::invalid_argument("Wrong index in operator [] const");
}
return a[index];
}
T& operator[](unsigned index) {
if (index >= N) {
throw std::invalid_argument("Wrong index in operator []");
}
return a[index];
}
Vector<T>& operator = (const Vector < T > & x);
Vector<T>& operator = (const std::vector < T > & x);
bool operator == (const Vector < T > & x);
bool operator == (const std::vector < T > & x);
bool operator != (const Vector < T > & x);
bool operator != (const std::vector < T > & x);
friend Vector<T> operator + (Vector < T > x, const Vector < T > & y) {
return x += y;
}
friend Vector<T> operator - (Vector < T > x, const Vector < T > & y) {
return x -= y;
}
friend Vector<T> operator * (Vector < T > x, double p) {
return x *= p;
}
friend Vector<T> operator / (Vector < T > x, double p) {
return x /= p;
}
Vector<T>& operator += (const Vector < T > & y) {
if (N == y.N) {
for (unsigned i = 0; i < N; ++i) {
a[i] += y[i];
}
}
return *this;
}
Vector<T>& operator -= (const Vector < T > & y) {
if (N == y.N) {
for (unsigned i = 0; i < N; ++i) {
a[i] -= y[i];
}
}
return *this;
}
Vector<T>& operator *= (double p) {
for (unsigned i = 0; i < N; ++i) {
a[i] *= p;
}
return *this;
}
Vector<T>& operator /= (double p) {
for (unsigned i = 0; i < N; ++i) {
a[i] /= p;
}
return *this;
}
friend std::istream& operator >> (std::istream& in, Vector < T > & x) {
int n;
in >> n;
if (n < 0) {
cerr << "Wrong vector size" << endl;
return in;
}
x.resize(n);
for (unsigned i = 0; i < x.N; ++i) {
in >> x[i];
}
return in;
}
friend std::ostream& operator << (std::ostream& out, const Vector < T > & x) {
out << "size of vector : " << x.N << endl;
out << "vector : ";
for (unsigned i = 0; i < x.N; ++i) {
out << x[i] << " ";
}
return out;
}
T pop() {
/*if (N > 0) {
T *b = new T[N-1];
for (unsigned i = 0; i < N - 1; ++i)
b[i] = a[i];
delete [] a;
a = b;
--N;
}*/
/// we don't actually need free memory here
/// it will be done in
/// pop/=/~Vector/insert/resize/etc...
if (N == 0) {
throw std::runtime_error("Pop from empty vector");
}
--N;
return a[N];
//runtime_error("");
}
T erase(const unsigned& index) {
if (N == 0 || index >= N) {
throw std::runtime_error("Erase from empty vector");
}
T result;
result = a[index];
for (unsigned i = index; i < N - 1; ++i) {
a[i] = a[i+1];
}
--N;
return result;
}
void clear() {
//delete [] a;
//a = new T[0];
N = 0;
}
~Vector() {
///cout << "Destructor" << endl;
delete [] a; /// calls (delete obj) for all obj in a[]
/// it is bad if (a != NULL)
/// but a is local variable ---> when destructor is called
/// it means that object "dies" ---> "a" dies too
//a = NULL;
//N = 0;
//real_size = 0;
}
};
/// small --> inline
/// definition out of class --> write "template"
/// note: Vector<T>, not Vector
template <class T>
inline unsigned Vector<T>::size() const {
return N;
}
template <class T>
Vector<T>& Vector<T>::operator = (const Vector < T > & x) {
if (N != x.N) {
this->resize(x.N);
}
for (unsigned i = 0; i < N; ++i) {
a[i] = x[i];
}
return *this;
}
template <class T>
Vector<T>& Vector<T>::operator = (const std::vector < T > & x) {
if (N != x.size()) {
this->resize(x.size());
}
for (unsigned i = 0; i < N; ++i) {
a[i] = x[i];
}
return *this;
}
template <class T>
bool Vector<T>::operator == (const Vector < T > & x) {
if (N != x.N) {
return false;
}
for (unsigned i = 0; i < N; ++i) {
if (a[i] != x[i]) {
return false;
}
}
return true;
}
template <class T>
bool Vector<T>::operator == (const std::vector < T > & x) {
if (N != x.size()) {
return false;
}
for (unsigned i = 0; i < N; ++i) {
if (a[i] != x[i]) {
return false;
}
}
return true;
}
template <class T>
bool Vector<T>::operator != (const Vector < T > & x) {
return !(*this == x);
}
template <class T>
bool Vector<T>::operator != (const std::vector < T > & x) {
return !(*this == x);
}
template<typename T>
std::ostream& operator << (std::ostream& out, const std::vector < T > & x) {
out << "size of vector : " << x.size() << endl;
out << "vector : ";
for (unsigned i = 0; i < x.size(); ++i) {
out << x[i] << " ";
}
return out;
}
| [
"vik-melnikov2001@mail.ru"
] | vik-melnikov2001@mail.ru |
c91bc2a1e3dee52c493a4a15a34e2a3ccb389a37 | c3131577f706b25623da31f1d5af668c717eb91b | /PixelCalibrations/include/PixelTBMUBCalibration.h | 245791f5b13d377fc6baf0805a270c28b8c7822d | [] | no_license | cmspixelpilot/POSOverlay | 29e5739cf4f1556802ca02ae8ee1663dcd941b22 | abdd29afe0aeddefc111a14f723ec365329b34a8 | refs/heads/master | 2020-04-04T04:17:25.383958 | 2016-10-14T14:19:15 | 2016-10-14T14:19:15 | 29,026,300 | 1 | 13 | null | 2016-11-24T19:45:07 | 2015-01-09T17:04:16 | C++ | UTF-8 | C++ | false | false | 1,218 | h | /*************************************************************************
* XDAQ Components for Distributed Data Acquisition *
* Copyright (C) 2000-2004, CERN. *
* All rights reserved. *
* Authors: J. Gutleber and L. Orsini *
* *
* For the licensing terms see LICENSE. *
* For the list of contributors see CREDITS. *
*************************************************************************/
#ifndef _PixelTBMUBCalibration_h_
#define _PixelTBMUBCalibration_h_
#include "toolbox/exception/Handler.h"
#include "toolbox/Event.h"
#include "PixelCalibrations/include/PixelCalibrationBase.h"
class PixelTBMUBCalibration: public PixelCalibrationBase {
public:
// PixelTBMUBCalibration Constructor
//PixelTBMUBCalibration();
PixelTBMUBCalibration( const PixelSupervisorConfiguration &, SOAPCommander* );
virtual ~PixelTBMUBCalibration(){};
void beginCalibration();
virtual bool execute();
void endCalibration();
virtual std::vector<std::string> calibrated();
private:
};
#endif
| [
"cmspixelpilot@yahoo.com"
] | cmspixelpilot@yahoo.com |
c48fda292c4642efc5471b703e362f3657e8f1db | 4ceeac3c05c690ebcb53f265782aac6a3f911985 | /chromeos/services/secure_channel/secure_channel_impl.h | e191b1b3f5b616de3be0710571b2d7df9ee5d849 | [
"BSD-3-Clause"
] | permissive | userkrm/chromium | 15934f10f9e43ec4f436e506077a2657f5cd0a36 | 5adff4fb994f187a64d18617584167d87525e838 | refs/heads/master | 2022-12-11T23:08:44.771979 | 2020-09-23T07:50:35 | 2020-09-23T07:50:35 | 297,855,415 | 0 | 0 | null | 2020-09-23T04:47:51 | 2020-09-23T04:47:51 | null | UTF-8 | C++ | false | false | 8,132 | h | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_SERVICES_SECURE_CHANNEL_SECURE_CHANNEL_IMPL_H_
#define CHROMEOS_SERVICES_SECURE_CHANNEL_SECURE_CHANNEL_IMPL_H_
#include <memory>
#include <string>
#include <tuple>
#include <vector>
#include "base/containers/flat_map.h"
#include "base/macros.h"
#include "chromeos/components/multidevice/remote_device_cache.h"
#include "chromeos/services/secure_channel/active_connection_manager.h"
#include "chromeos/services/secure_channel/connection_attempt_details.h"
#include "chromeos/services/secure_channel/pending_connection_manager.h"
#include "chromeos/services/secure_channel/public/cpp/shared/connection_priority.h"
#include "chromeos/services/secure_channel/public/mojom/secure_channel.mojom.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
namespace device {
class BluetoothAdapter;
} // namespace device
namespace chromeos {
namespace secure_channel {
class BleConnectionManager;
class BleScanner;
class BluetoothHelper;
class BleSynchronizerBase;
class NearbyConnectionManager;
class TimerFactory;
// Concrete SecureChannelImpl implementation, which contains three pieces:
// (1) PendingConnectionManager: Attempts to create connections to remote
// devices.
// (2) ActiveConnectionManager: Maintains connections to remote devices, sharing
// a single connection with multiple clients when appropriate.
// (3) RemoteDeviceCache: Caches devices within this service.
class SecureChannelImpl : public mojom::SecureChannel,
public ActiveConnectionManager::Delegate,
public PendingConnectionManager::Delegate {
public:
class Factory {
public:
static std::unique_ptr<mojom::SecureChannel> Create(
scoped_refptr<device::BluetoothAdapter> bluetooth_adapter);
static void SetFactoryForTesting(Factory* test_factory);
protected:
virtual ~Factory();
virtual std::unique_ptr<mojom::SecureChannel> CreateInstance(
scoped_refptr<device::BluetoothAdapter> bluetooth_adapter) = 0;
private:
static Factory* test_factory_;
};
~SecureChannelImpl() override;
private:
explicit SecureChannelImpl(
scoped_refptr<device::BluetoothAdapter> bluetooth_adapter);
enum class InvalidRemoteDeviceReason {
kInvalidPublicKey,
kInvalidPsk,
kInvalidBluetoothAddress
};
enum class ApiFunctionName { kListenForConnection, kInitiateConnection };
friend std::ostream& operator<<(std::ostream& stream,
const ApiFunctionName& role);
// Contains metadata related to connection requests that were attempted while
// an ongoing connection to the same remote device was in the process of
// disconnecting. When this situation occurs, we must wait for the existing
// connection to disconnect fully, then initiate a new connection attempt to
// that device.
struct ConnectionRequestWaitingForDisconnection {
ConnectionRequestWaitingForDisconnection(
std::unique_ptr<ClientConnectionParameters>
client_connection_parameters,
ConnectionAttemptDetails connection_attempt_details,
ConnectionPriority connection_priority);
ConnectionRequestWaitingForDisconnection(
ConnectionRequestWaitingForDisconnection&& other) noexcept;
ConnectionRequestWaitingForDisconnection& operator=(
ConnectionRequestWaitingForDisconnection&& other) noexcept;
~ConnectionRequestWaitingForDisconnection();
std::unique_ptr<ClientConnectionParameters> client_connection_parameters;
ConnectionAttemptDetails connection_attempt_details;
ConnectionPriority connection_priority;
};
// mojom::SecureChannel:
void ListenForConnectionFromDevice(
const multidevice::RemoteDevice& device_to_connect,
const multidevice::RemoteDevice& local_device,
const std::string& feature,
ConnectionMedium connection_medium,
ConnectionPriority connection_priority,
mojo::PendingRemote<mojom::ConnectionDelegate> delegate) override;
void InitiateConnectionToDevice(
const multidevice::RemoteDevice& device_to_connect,
const multidevice::RemoteDevice& local_device,
const std::string& feature,
ConnectionMedium connection_medium,
ConnectionPriority connection_priority,
mojo::PendingRemote<mojom::ConnectionDelegate> delegate) override;
// ActiveConnectionManager::Delegate:
void OnDisconnected(const ConnectionDetails& connection_details) override;
// PendingConnectionManager::Delegate:
void OnConnection(
std::unique_ptr<AuthenticatedChannel> authenticated_channel,
std::vector<std::unique_ptr<ClientConnectionParameters>> clients,
const ConnectionDetails& connection_details) override;
void ProcessConnectionRequest(
ApiFunctionName api_fn_name,
const multidevice::RemoteDevice& device_to_connect,
const multidevice::RemoteDevice& local_device,
std::unique_ptr<ClientConnectionParameters> client_connection_parameters,
ConnectionRole connection_role,
ConnectionPriority connection_priority,
ConnectionMedium connection_medium);
void RejectRequestForReason(
ApiFunctionName api_fn_name,
mojom::ConnectionAttemptFailureReason reason,
ClientConnectionParameters* client_connection_parameters);
// Checks if |client_connection_parameters| is invalid. Returns whether
// Returns whether the request was rejected.
bool CheckForInvalidRequest(
ApiFunctionName api_fn_name,
ClientConnectionParameters* client_connection_parameters) const;
// Checks if |device| is invalid, and rejects the connection request if so.
// Returns whether the request was rejected.
bool CheckForInvalidInputDevice(
ApiFunctionName api_fn_name,
const multidevice::RemoteDevice& device,
ClientConnectionParameters* client_connection_parameters,
ConnectionMedium connection_medium,
bool is_local_device);
// Checks for whether |connection_role| is valid for a connection via the
// Nearby Connections library.
bool CheckForInvalidNearbyRole(
ApiFunctionName api_fn_name,
ClientConnectionParameters* client_connection_parameters,
ConnectionRole connection_role);
// Checks if |bluetooth_adapter_| is disabled or not present and rejects the
// connection request if so. Returns whether the request was rejected.
bool CheckIfBluetoothAdapterDisabledOrNotPresent(
ApiFunctionName api_fn_name,
ClientConnectionParameters* client_connection_parameters);
// Validates |device| and adds it to the |remote_device_cache_| if it is
// valid. If it is not valid, the reason is provided as a return type, and the
// device is not added to the cache.
base::Optional<InvalidRemoteDeviceReason> AddDeviceToCacheIfPossible(
ApiFunctionName api_fn_name,
const multidevice::RemoteDevice& device,
ConnectionMedium connection_medium);
scoped_refptr<device::BluetoothAdapter> bluetooth_adapter_;
std::unique_ptr<TimerFactory> timer_factory_;
std::unique_ptr<multidevice::RemoteDeviceCache> remote_device_cache_;
std::unique_ptr<BluetoothHelper> bluetooth_helper_;
std::unique_ptr<BleSynchronizerBase> ble_synchronizer_;
std::unique_ptr<BleScanner> ble_scanner_;
std::unique_ptr<BleConnectionManager> ble_connection_manager_;
std::unique_ptr<NearbyConnectionManager> nearby_connection_manager_;
std::unique_ptr<PendingConnectionManager> pending_connection_manager_;
std::unique_ptr<ActiveConnectionManager> active_connection_manager_;
base::flat_map<ConnectionDetails,
std::vector<ConnectionRequestWaitingForDisconnection>>
disconnecting_details_to_requests_map_;
DISALLOW_COPY_AND_ASSIGN(SecureChannelImpl);
};
std::ostream& operator<<(std::ostream& stream,
const SecureChannelImpl::ApiFunctionName& role);
} // namespace secure_channel
} // namespace chromeos
#endif // CHROMEOS_SERVICES_SECURE_CHANNEL_SECURE_CHANNEL_IMPL_H_
| [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
3d0292e7580aaade9756daa634a0144548eafdcf | 4fc41ade4832fa29c5d8b22074bd4f7c675750b9 | /app/src/main/cpp/native-lib.cpp | 32e34fa3fdf0bb8ac089422b035fa8768b5f882c | [] | no_license | restourgie/IRMA-ANDROID | 2bc65784358916a5c4d93bf11d9290cebfdac574 | 8f74823e2c63faa7fdcc3a59b842ac1a2e0aec60 | refs/heads/master | 2021-06-19T22:36:05.459564 | 2017-07-23T20:29:46 | 2017-07-23T20:29:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 274 | cpp | #include <jni.h>
#include <string>
extern "C"
JNIEXPORT jstring JNICALL
Java_com_example_restourgie_irma_MainActivity_stringFromJNI(
JNIEnv* env,
jobject /* this */) {
std::string hello = "Hello from C++";
return env->NewStringUTF(hello.c_str());
}
| [
"r.estourgie@gmail.com"
] | r.estourgie@gmail.com |
7fc692ca42b5dcea9cf08e5123668431ddd1ead5 | b4b4e324cbc6159a02597aa66f52cb8e1bc43bc1 | /C++ code/HSNU Online Judge/89(18).cpp | 148be8354d3ed72d4a05117ce6ec8ce95ad10925 | [] | no_license | fsps60312/old-C-code | 5d0ffa0796dde5ab04c839e1dc786267b67de902 | b4be562c873afe9eacb45ab14f61c15b7115fc07 | refs/heads/master | 2022-11-30T10:55:25.587197 | 2017-06-03T16:23:03 | 2017-06-03T16:23:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,650 | cpp | #include<cstdio>
#include<vector>
#include<algorithm>
#include<cassert>
using namespace std;
const int INF=2147483647;
int N,X,Y,K;
vector<char>DIGIT,DEP;
vector<int>PRE;
int DP[2][10][901][910];
vector<int>V[2];
struct Edge
{
int u,c;
Edge(){}
Edge(const int _u,const int _c):u(_u),c(_c){}
};
vector<Edge>ET[10];
inline bool Better(int a,int b)
{
if(a==-1)return true;
for(;a!=-1;)
{
if(DIGIT[a]!=DIGIT[b])return DIGIT[b]<DIGIT[a];
if(a==b)return false;
a=PRE[a],b=PRE[b];
}
assert(0);
}
int main()
{
// N=2,X=9,Y=9,K=5;
scanf("%d%d%d%d",&N,&X,&Y,&K);
for(int i=0;i<10;i++)for(int j=N*9;j>=0;j--)for(int k=(N+1)*9;k>=0;k--)DP[0][i][j][k]=DP[1][i][j][k]=-1;
V[0].clear(),V[1].clear();
int mn=INF,mx=-INF;
for(int i=0;i<10;i++)//initial number
{
ET[i].clear();
for(int n=0,v,c;n<10;n++)//add n*k
{
v=i+n*K,c=v/10+v%10-i;
ET[i].push_back(Edge(v/10,c));
mn=min(mn,c),mx=max(mx,c);
}
}
V[0].push_back(0);
DP[0][0][0][0]=0;
DIGIT.push_back(-1),PRE.push_back(-1),DEP.push_back(0);
for(int d=0,digitloc=1;digitloc<=N;digitloc++,d^=1)
{
int bestzero=-1;
for(int s=V[d].size()-1;s>=0;s--)
{
const int u=V[d][s];
const int cost=u/10%1000;
const int orig=u/10/1000;
int &now=DP[d][u%10][orig][cost];
if(u%10==0&&orig+1==X&&cost+ET[0][1].c==Y)
{
int uu=now;
while(DEP[uu]+1<N)
{
int sz=DIGIT.size();
DIGIT.push_back(0),PRE.push_back(uu),DEP.push_back(DEP[uu]+1);
uu=sz;
}
int sz=DIGIT.size();
DIGIT.push_back(1),PRE.push_back(uu),DEP.push_back(DEP[uu]+1);
if(Better(bestzero,sz))bestzero=sz;
}
for(int i=(digitloc==N?1:0);i<10;i++)
{
const Edge &e=ET[u%10][i];
if(orig+i>X||orig+i+(N-digitloc)*9<X||cost+e.c+(N-digitloc)*mn>Y||cost+e.c+(N-digitloc)*mx<Y)continue;
const int nxt=(orig+i)*10*1000+(cost+e.c)*10+e.u;
int &dest=DP[d^1][e.u][orig+i][cost+e.c];
int sz=DIGIT.size();
DIGIT.push_back(i),PRE.push_back(now),DEP.push_back(DEP[now]+1);
if(Better(dest,sz))
{
if(dest==-1)V[d^1].push_back(nxt);
dest=sz;
}
else DIGIT.pop_back(),PRE.pop_back(),DEP.pop_back();
}
now=-1;
}
V[d].clear();
if(bestzero!=-1)
{
DP[N&1][ET[0][1].u][X][Y]=bestzero;
break;
}
}
int ans=-1;
for(int i=0;i<10;i++)
{
const int dp=DP[N&1][i][X][Y];
// printf("dp[%d]:",i);for(int j=0;j<dp.size();j++)printf(" %d",dp[j]);puts("");
if(dp!=-1&&Better(ans,dp))
{
assert(DIGIT[dp]!=0);
ans=dp;
}
}
if(DEP[ans]!=N)puts("-1");
else
{
int cnt=0;
while(PRE[ans]!=-1)
{
printf("%c",'0'+DIGIT[ans]);
ans=PRE[ans];
cnt++;
}
assert(cnt==N);
puts("");
}
return 0;
}
| [
"fsps60312@yahoo.com.tw"
] | fsps60312@yahoo.com.tw |
2af6f4aecfe0e8c4c3c3ed4aa637fdee522754df | e8282e3ae8aafa07b7f7261c639f206c4e97e0fc | /02 - SMA/Latihan_OSN_2016/codeforces/644A.cpp | 130106781fe93d8a642be7b8884d9d1241362c16 | [] | no_license | irfansofyana/cp-codes | 7cad844da49b901ccf678b75c31ed41e2fa9d645 | 9fa723129088f0e4832ecb7e012fe586b6d59e41 | refs/heads/master | 2023-04-04T00:48:36.334817 | 2021-04-12T03:07:06 | 2021-04-12T03:07:06 | 218,084,148 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,687 | cpp | #include <bits/stdc++.h>
using namespace std;
const int MAKSN = 105;
int n,a,b;
int arr[MAKSN][MAKSN];
int i,j,k;
int dx[]={-1,1,0,0};
int dy[]={0,0,1,-1};
bool bisa;
bool cek(int x,int y){
return (x >= 1 && x <= a && y >= 1 && y <= b);
}
void print(){
int genap,ganjil;
genap = 2; ganjil = 1;
/*for (i = 1 ; i <= a ; i++) {
for (j =1 ; j <= b ; j++){
cout << arr[i][j];
cout << (j == b ? '\n' : ' ');
}
}*/
int tot = n;
for (i = 1 ; i <= a ; i++) {
for (j = 1 ; j <= b ; j++) {
if (arr[i][j] == 2) {
arr[i][j] = (genap > n ? 0 : genap);
tot -= (arr[i][j] == 0 ? 0 : 1);
if (genap <= n) genap += 2;
}
else {
arr[i][j] = (ganjil > n ? 0 : ganjil);
tot -= (arr[i][j] == 0 ? 0 : 1);
if (ganjil <= n) ganjil += 2;
}
}
}
if (tot == 0) {
for (i = 1 ; i <= a ; i++) {
for (j =1 ; j <= b ; j++){
cout << arr[i][j];
cout << (j == b ? '\n' : ' ');
}
}
}
else bisa = false;
}
int main(){
ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
cin >> n >> a >> b;
memset(arr,-1,sizeof arr);
bisa = true;
if (n > a*b) {
cout << -1 << '\n';
return 0;
}
if (a == 1 && b == 1) {
cout << 1 << '\n';
return 0;
}
for (i = 1 ; i <= a ; i++) {
for (j = 1 ; j <= b ; j++) {
if (i == 1 && j == 1){
arr[i][j] = 2;
}
else {
bool tmp = true;
int nilai = 0;
for (k = 0 ; k < 4 ; k++) {
if (cek(i+dx[k],j+dy[k])){
if (arr[i+dx[k]][j+dy[k]]!=-1 && tmp) {
if (arr[i+dx[k]][j+dy[k]] == 2) nilai = 1;
else nilai = 2;
tmp = false;
}
else if (arr[i+dx[k]][j+dy[k]]!=-1) {
int xx = (arr[i+dx[k]][j+dy[k]] == 1 ? 2 : 1);
if (xx != nilai) bisa = false;
}
}
}
//cout << nilai << " ";
arr[i][j] = nilai;
}
//cout << '\n';
}
}
if (bisa) {
print();
}
if (!bisa){
bisa = true;
memset(arr,-1,sizeof arr);
for (i = 1 ; i <= a ; i++) {
for (j = 1 ; j <= b ; j++) {
if (i == 1 && j == 1) arr[i][j] = 1;
else {
bool tmp = true;
int nilai = 0;
for (k = 0 ; k < 4 ; k++) {
if (cek(i+dx[k],j+dy[k])){
if (arr[i+dx[k]][j+dy[k]]!=-1 && tmp) {
if (arr[i+dx[k]][j+dy[k]] == 2) nilai = 1;
else nilai = 2;
tmp = false;
}
else if (arr[i+dx[k]][j+dy[k]]!=-1) {
int xx = (arr[i+dx[k]][j+dy[k]] == 1 ? 2 : 1);
if (xx != nilai) bisa = false;
}
}
}
arr[i][j] = nilai;
}
}
}
if (!bisa) cout << -1 << '\n';
else print();
}
return 0;
} | [
"irfansofyana0305@gmail.com"
] | irfansofyana0305@gmail.com |
2a636b60c838311f04db62fc76b26a5c70512af9 | 4c232c21d4f96f501187864dde75c0f31e6a88fd | /TGUI-0.6.3 Visual C++12 (2013) - 32bit/src/TGUI/ClickableWidget.cpp | ad70dac061c9e7680caed419d350b5e4857fe778 | [
"Zlib"
] | permissive | Maxomann/kgEngine | b65934ecab4257765234e11f6fcf56597d69bd8a | 09978403769ef7682259bc5a3cffa234efb77d4e | refs/heads/master | 2016-09-06T05:20:01.272312 | 2014-09-04T10:01:10 | 2014-09-04T10:01:10 | 18,226,743 | 1 | 0 | null | 2014-07-14T15:02:29 | 2014-03-28T21:18:13 | C | UTF-8 | C++ | false | false | 8,895 | cpp | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// TGUI - Texus's Graphical User Interface
// Copyright (C) 2012-2014 Bruno Van de Velde (vdv_b@tgui.eu)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
//
// Permission is granted to anyone to use this software for any purpose,
// including commercial applications, and to alter it and redistribute it freely,
// subject to the following restrictions:
//
// 1. The origin of this software must not be misrepresented;
// you must not claim that you wrote the original software.
// If you use this software in a product, an acknowledgment
// in the product documentation would be appreciated but is not required.
//
// 2. Altered source versions must be plainly marked as such,
// and must not be misrepresented as being the original software.
//
// 3. This notice may not be removed or altered from any source distribution.
//
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#include <TGUI/ClickableWidget.hpp>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
namespace tgui
{
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ClickableWidget::ClickableWidget() :
m_Size(0, 0)
{
m_Callback.widgetType = Type_ClickableWidget;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ClickableWidget::ClickableWidget(const ClickableWidget& copy) :
Widget(copy),
m_Size(copy.m_Size)
{
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ClickableWidget::~ClickableWidget()
{
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ClickableWidget& ClickableWidget::operator= (const ClickableWidget& right)
{
// Make sure it is not the same widget
if (this != &right)
{
ClickableWidget temp(right);
this->Widget::operator=(right);
std::swap(m_Size, temp.m_Size);
}
return *this;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ClickableWidget* ClickableWidget::clone()
{
return new ClickableWidget(*this);
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void ClickableWidget::setSize(float width, float height)
{
m_Size.x = width;
m_Size.y = height;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
sf::Vector2f ClickableWidget::getSize() const
{
return m_Size;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
bool ClickableWidget::mouseOnWidget(float x, float y)
{
// Check if the mouse is on top of the widget
if (getTransform().transformRect(sf::FloatRect(0, 0, getSize().x, getSize().y)).contains(x, y))
return true;
else
{
if (m_MouseHover)
mouseLeftWidget();
m_MouseHover = false;
return false;
}
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void ClickableWidget::leftMousePressed(float x, float y)
{
// Set the mouse down flag
m_MouseDown = true;
// Add the callback (if the user requested it)
if (m_CallbackFunctions[LeftMousePressed].empty() == false)
{
m_Callback.trigger = LeftMousePressed;
m_Callback.mouse.x = static_cast<int>(x - getPosition().x);
m_Callback.mouse.y = static_cast<int>(y - getPosition().y);
addCallback();
}
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void ClickableWidget::leftMouseReleased(float x, float y)
{
// Add the callback (if the user requested it)
if (m_CallbackFunctions[LeftMouseReleased].empty() == false)
{
m_Callback.trigger = LeftMouseReleased;
m_Callback.mouse.x = static_cast<int>(x - getPosition().x);
m_Callback.mouse.y = static_cast<int>(y - getPosition().y);
addCallback();
}
// Check if we clicked on the label (not just mouse release)
if (m_MouseDown == true)
{
// Add the callback (if the user requested it)
if (m_CallbackFunctions[LeftMouseClicked].empty() == false)
{
m_Callback.trigger = LeftMouseClicked;
m_Callback.mouse.x = static_cast<int>(x - getPosition().x);
m_Callback.mouse.y = static_cast<int>(y - getPosition().y);
addCallback();
}
m_MouseDown = false;
}
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
bool ClickableWidget::setProperty(std::string property, const std::string& value)
{
property = toLower(property);
if (property == "callback")
{
Widget::setProperty(property, value);
std::vector<sf::String> callbacks;
decodeList(value, callbacks);
for (auto it = callbacks.begin(); it != callbacks.end(); ++it)
{
if ((*it == "LeftMousePressed") || (*it == "leftmousepressed"))
bindCallback(LeftMousePressed);
else if ((*it == "LeftMouseReleased") || (*it == "leftmousereleased"))
bindCallback(LeftMouseReleased);
else if ((*it == "LeftMouseClicked") || (*it == "leftmouseclicked"))
bindCallback(LeftMouseClicked);
}
}
else // The property didn't match
return Widget::setProperty(property, value);
// You pass here when one of the properties matched
return true;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
bool ClickableWidget::getProperty(std::string property, std::string& value) const
{
property = toLower(property);
if (property == "callback")
{
std::string tempValue;
Widget::getProperty(property, tempValue);
std::vector<sf::String> callbacks;
if ((m_CallbackFunctions.find(LeftMousePressed) != m_CallbackFunctions.end()) && (m_CallbackFunctions.at(LeftMousePressed).size() == 1) && (m_CallbackFunctions.at(LeftMousePressed).front() == nullptr))
callbacks.push_back("LeftMousePressed");
if ((m_CallbackFunctions.find(LeftMouseReleased) != m_CallbackFunctions.end()) && (m_CallbackFunctions.at(LeftMouseReleased).size() == 1) && (m_CallbackFunctions.at(LeftMouseReleased).front() == nullptr))
callbacks.push_back("LeftMouseReleased");
if ((m_CallbackFunctions.find(LeftMouseClicked) != m_CallbackFunctions.end()) && (m_CallbackFunctions.at(LeftMouseClicked).size() == 1) && (m_CallbackFunctions.at(LeftMouseClicked).front() == nullptr))
callbacks.push_back("LeftMouseClicked");
encodeList(callbacks, value);
if (value.empty() || tempValue.empty())
value += tempValue;
else
value += "," + tempValue;
}
else // The property didn't match
return Widget::getProperty(property, value);
// You pass here when one of the properties matched
return true;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void ClickableWidget::draw(sf::RenderTarget&, sf::RenderStates) const
{
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| [
"kay.gonschior@googlemail.com"
] | kay.gonschior@googlemail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.