blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
sequencelengths
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
sequencelengths
1
1
author_id
stringlengths
0
158
04fb605e59373b1aea3073da62f8e46b5d8de287
d40ee63566975dd11ae6ba6ea1c2889680c47c90
/workspace/ros/aerostack_catkin_ws/devel/include/droneMsgsROS/seg.h
581bfcdfe4c534334159e09470120f18d4c3f481
[]
no_license
la16k/TFG_Laura
45e9df0f60ef94572260f14346c47969ab2c73b3
f5e0661aa7ccd200ba056a40beb9e687f5f0d06e
refs/heads/master
2022-12-27T02:49:05.549777
2020-10-05T10:48:57
2020-10-05T10:48:57
301,374,417
0
0
null
null
null
null
UTF-8
C++
false
false
4,544
h
// Generated by gencpp from file droneMsgsROS/seg.msg // DO NOT EDIT! #ifndef DRONEMSGSROS_MESSAGE_SEG_H #define DRONEMSGSROS_MESSAGE_SEG_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/message_operations.h> namespace droneMsgsROS { template <class ContainerAllocator> struct seg_ { typedef seg_<ContainerAllocator> Type; seg_() : p() { } seg_(const ContainerAllocator& _alloc) : p(_alloc) { (void)_alloc; } typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > _p_type; _p_type p; typedef boost::shared_ptr< ::droneMsgsROS::seg_<ContainerAllocator> > Ptr; typedef boost::shared_ptr< ::droneMsgsROS::seg_<ContainerAllocator> const> ConstPtr; }; // struct seg_ typedef ::droneMsgsROS::seg_<std::allocator<void> > seg; typedef boost::shared_ptr< ::droneMsgsROS::seg > segPtr; typedef boost::shared_ptr< ::droneMsgsROS::seg const> segConstPtr; // constants requiring out of line definition template<typename ContainerAllocator> std::ostream& operator<<(std::ostream& s, const ::droneMsgsROS::seg_<ContainerAllocator> & v) { ros::message_operations::Printer< ::droneMsgsROS::seg_<ContainerAllocator> >::stream(s, "", v); return s; } template<typename ContainerAllocator1, typename ContainerAllocator2> bool operator==(const ::droneMsgsROS::seg_<ContainerAllocator1> & lhs, const ::droneMsgsROS::seg_<ContainerAllocator2> & rhs) { return lhs.p == rhs.p; } template<typename ContainerAllocator1, typename ContainerAllocator2> bool operator!=(const ::droneMsgsROS::seg_<ContainerAllocator1> & lhs, const ::droneMsgsROS::seg_<ContainerAllocator2> & rhs) { return !(lhs == rhs); } } // namespace droneMsgsROS namespace ros { namespace message_traits { template <class ContainerAllocator> struct IsFixedSize< ::droneMsgsROS::seg_<ContainerAllocator> > : FalseType { }; template <class ContainerAllocator> struct IsFixedSize< ::droneMsgsROS::seg_<ContainerAllocator> const> : FalseType { }; template <class ContainerAllocator> struct IsMessage< ::droneMsgsROS::seg_<ContainerAllocator> > : TrueType { }; template <class ContainerAllocator> struct IsMessage< ::droneMsgsROS::seg_<ContainerAllocator> const> : TrueType { }; template <class ContainerAllocator> struct HasHeader< ::droneMsgsROS::seg_<ContainerAllocator> > : FalseType { }; template <class ContainerAllocator> struct HasHeader< ::droneMsgsROS::seg_<ContainerAllocator> const> : FalseType { }; template<class ContainerAllocator> struct MD5Sum< ::droneMsgsROS::seg_<ContainerAllocator> > { static const char* value() { return "2bc9ec58afd3958ddfccccd825801682"; } static const char* value(const ::droneMsgsROS::seg_<ContainerAllocator>&) { return value(); } static const uint64_t static_value1 = 0x2bc9ec58afd3958dULL; static const uint64_t static_value2 = 0xdfccccd825801682ULL; }; template<class ContainerAllocator> struct DataType< ::droneMsgsROS::seg_<ContainerAllocator> > { static const char* value() { return "droneMsgsROS/seg"; } static const char* value(const ::droneMsgsROS::seg_<ContainerAllocator>&) { return value(); } }; template<class ContainerAllocator> struct Definition< ::droneMsgsROS::seg_<ContainerAllocator> > { static const char* value() { return "float64[] p\n" ; } static const char* value(const ::droneMsgsROS::seg_<ContainerAllocator>&) { return value(); } }; } // namespace message_traits } // namespace ros namespace ros { namespace serialization { template<class ContainerAllocator> struct Serializer< ::droneMsgsROS::seg_<ContainerAllocator> > { template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m) { stream.next(m.p); } ROS_DECLARE_ALLINONE_SERIALIZER }; // struct seg_ } // namespace serialization } // namespace ros namespace ros { namespace message_operations { template<class ContainerAllocator> struct Printer< ::droneMsgsROS::seg_<ContainerAllocator> > { template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::droneMsgsROS::seg_<ContainerAllocator>& v) { s << indent << "p[]" << std::endl; for (size_t i = 0; i < v.p.size(); ++i) { s << indent << " p[" << i << "]: "; Printer<double>::stream(s, indent + " ", v.p[i]); } } }; } // namespace message_operations } // namespace ros #endif // DRONEMSGSROS_MESSAGE_SEG_H
6bd5148abd56c4234682abcc97da45737061c16b
41af12103ea88a2acc33dddeec78449185ae91ec
/cvsnt/tortoiseCVS/TortoiseCVS/wxw/src/mac/carbon/listctrl_mac.cpp
c26f608f255bcb858d7cd894e56ea373e4df09a0
[]
no_license
val-krylov/G-CVSNT
dbd2ad2b1cce0ca5f5517cefbb1d04355358e795
04a72ac74b9cdee25d24f739e1a0a4c17faef67a
refs/heads/master
2023-08-17T20:39:53.374365
2023-08-14T15:24:25
2023-08-14T15:24:25
254,147,359
0
0
null
2023-08-14T18:45:55
2020-04-08T16:51:05
C++
UTF-8
C++
false
false
103,521
cpp
///////////////////////////////////////////////////////////////////////////// // Name: src/mac/listctrl_mac.cpp // Purpose: wxListCtrl // Author: Julian Smart // Modified by: Agron Selimaj // Created: 04/01/98 // RCS-ID: $Id: listctrl_mac.cpp 65722 2010-10-02 08:53:36Z TIK $ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ // declarations // ============================================================================ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif #if wxUSE_LISTCTRL #include "wx/listctrl.h" #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/settings.h" #endif #include "wx/mac/uma.h" #include "wx/imaglist.h" #include "wx/sysopt.h" #include "wx/timer.h" #include "wx/hashmap.h" #if wxUSE_EXTENDED_RTTI WX_DEFINE_FLAGS( wxListCtrlStyle ) wxBEGIN_FLAGS( wxListCtrlStyle ) // new style border flags, we put them first to // use them for streaming out wxFLAGS_MEMBER(wxBORDER_SIMPLE) wxFLAGS_MEMBER(wxBORDER_SUNKEN) wxFLAGS_MEMBER(wxBORDER_DOUBLE) wxFLAGS_MEMBER(wxBORDER_RAISED) wxFLAGS_MEMBER(wxBORDER_STATIC) wxFLAGS_MEMBER(wxBORDER_NONE) // old style border flags wxFLAGS_MEMBER(wxSIMPLE_BORDER) wxFLAGS_MEMBER(wxSUNKEN_BORDER) wxFLAGS_MEMBER(wxDOUBLE_BORDER) wxFLAGS_MEMBER(wxRAISED_BORDER) wxFLAGS_MEMBER(wxSTATIC_BORDER) wxFLAGS_MEMBER(wxBORDER) // standard window styles wxFLAGS_MEMBER(wxTAB_TRAVERSAL) wxFLAGS_MEMBER(wxCLIP_CHILDREN) wxFLAGS_MEMBER(wxTRANSPARENT_WINDOW) wxFLAGS_MEMBER(wxWANTS_CHARS) wxFLAGS_MEMBER(wxFULL_REPAINT_ON_RESIZE) wxFLAGS_MEMBER(wxALWAYS_SHOW_SB ) wxFLAGS_MEMBER(wxVSCROLL) wxFLAGS_MEMBER(wxHSCROLL) wxFLAGS_MEMBER(wxLC_LIST) wxFLAGS_MEMBER(wxLC_REPORT) wxFLAGS_MEMBER(wxLC_ICON) wxFLAGS_MEMBER(wxLC_SMALL_ICON) wxFLAGS_MEMBER(wxLC_ALIGN_TOP) wxFLAGS_MEMBER(wxLC_ALIGN_LEFT) wxFLAGS_MEMBER(wxLC_AUTOARRANGE) wxFLAGS_MEMBER(wxLC_USER_TEXT) wxFLAGS_MEMBER(wxLC_EDIT_LABELS) wxFLAGS_MEMBER(wxLC_NO_HEADER) wxFLAGS_MEMBER(wxLC_SINGLE_SEL) wxFLAGS_MEMBER(wxLC_SORT_ASCENDING) wxFLAGS_MEMBER(wxLC_SORT_DESCENDING) wxFLAGS_MEMBER(wxLC_VIRTUAL) wxEND_FLAGS( wxListCtrlStyle ) IMPLEMENT_DYNAMIC_CLASS_XTI(wxListCtrl, wxControl,"wx/listctrl.h") wxBEGIN_PROPERTIES_TABLE(wxListCtrl) wxEVENT_PROPERTY( TextUpdated , wxEVT_COMMAND_TEXT_UPDATED , wxCommandEvent ) wxPROPERTY_FLAGS( WindowStyle , wxListCtrlStyle , long , SetWindowStyleFlag , GetWindowStyleFlag , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // style wxEND_PROPERTIES_TABLE() wxBEGIN_HANDLERS_TABLE(wxListCtrl) wxEND_HANDLERS_TABLE() wxCONSTRUCTOR_5( wxListCtrl , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle ) /* TODO : Expose more information of a list's layout etc. via appropriate objects (a la NotebookPageInfo) */ #else IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxControl) #endif IMPLEMENT_DYNAMIC_CLASS(wxListView, wxListCtrl) IMPLEMENT_DYNAMIC_CLASS(wxListItem, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxListEvent, wxNotifyEvent) WX_DECLARE_HASH_MAP( int, wxListItem*, wxIntegerHash, wxIntegerEqual, wxListItemList ); #include "wx/listimpl.cpp" WX_DEFINE_LIST(wxColumnList) // so we can check for column clicks static const EventTypeSpec eventList[] = { { kEventClassControl, kEventControlHit }, { kEventClassControl, kEventControlDraw } }; static pascal OSStatus wxMacListCtrlEventHandler( EventHandlerCallRef handler , EventRef event , void *data ) { OSStatus result = eventNotHandledErr ; wxMacCarbonEvent cEvent( event ) ; ControlRef controlRef ; cEvent.GetParameter( kEventParamDirectObject , &controlRef ) ; wxListCtrl *window = (wxListCtrl*) data ; wxListEvent le( wxEVT_COMMAND_LIST_COL_CLICK, window->GetId() ); le.SetEventObject( window ); switch ( GetEventKind( event ) ) { // check if the column was clicked on and fire an event if so case kEventControlHit : { ControlPartCode result = cEvent.GetParameter<ControlPartCode>(kEventParamControlPart, typeControlPartCode) ; if (result == kControlButtonPart){ DataBrowserPropertyID col; GetDataBrowserSortProperty(controlRef, &col); int column = col - kMinColumnId; le.m_col = column; // FIXME: we can't use the sort property for virtual listctrls // so we need to find a better way to determine which column was clicked... if (!window->IsVirtual()) window->GetEventHandler()->ProcessEvent( le ); } result = CallNextEventHandler(handler, event); break; } case kEventControlDraw: { CGContextRef context = cEvent.GetParameter<CGContextRef>(kEventParamCGContextRef, typeCGContextRef) ; window->MacSetDrawingContext(context); result = CallNextEventHandler(handler, event); window->MacSetDrawingContext(NULL); break; } default : break ; } return result ; } DEFINE_ONE_SHOT_HANDLER_GETTER( wxMacListCtrlEventHandler ) class wxMacListCtrlItem : public wxMacListBoxItem { public: wxMacListCtrlItem(); virtual void Notification(wxMacDataItemBrowserControl *owner , DataBrowserItemNotification message, DataBrowserItemDataRef itemData ) const; virtual void SetColumnInfo( unsigned int column, wxListItem* item ); virtual wxListItem* GetColumnInfo( unsigned int column ); virtual bool HasColumnInfo( unsigned int column ); virtual void SetColumnTextValue( unsigned int column, const wxString& text ); virtual wxString GetColumnTextValue( unsigned int column ); virtual int GetColumnImageValue( unsigned int column ); virtual void SetColumnImageValue( unsigned int column, int imageIndex ); virtual ~wxMacListCtrlItem(); protected: wxListItemList m_rowItems; }; DataBrowserDrawItemUPP gDataBrowserDrawItemUPP = NULL; //DataBrowserEditItemUPP gDataBrowserEditItemUPP = NULL; DataBrowserHitTestUPP gDataBrowserHitTestUPP = NULL; // TODO: Make a better name!! class wxMacDataBrowserListCtrlControl : public wxMacDataItemBrowserControl { public: wxMacDataBrowserListCtrlControl( wxWindow *peer, const wxPoint& pos, const wxSize& size, long style ); wxMacDataBrowserListCtrlControl() {} virtual ~wxMacDataBrowserListCtrlControl(); // create a list item (can be a subclass of wxMacListBoxItem) virtual wxMacDataItem* CreateItem(); virtual void MacInsertItem( unsigned int n, wxListItem* item ); virtual void MacSetColumnInfo( unsigned int row, unsigned int column, wxListItem* item ); virtual void MacGetColumnInfo( unsigned int row, unsigned int column, wxListItem& item ); virtual void UpdateState(wxMacDataItem* dataItem, wxListItem* item); virtual void SetDrawingEnabled( bool enable ); int GetFlags() { return m_flags; } bool IsDrawingEnabled() { return m_drawingEnabled; } protected: // we need to override to provide specialized handling for virtual wxListCtrls virtual OSStatus GetSetItemData(DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemDataRef itemData, Boolean changeValue ); virtual void ItemNotification( DataBrowserItemID itemID, DataBrowserItemNotification message, DataBrowserItemDataRef itemData); virtual Boolean CompareItems(DataBrowserItemID itemOneID, DataBrowserItemID itemTwoID, DataBrowserPropertyID sortProperty); static pascal void DataBrowserDrawItemProc(ControlRef browser, DataBrowserItemID item, DataBrowserPropertyID property, DataBrowserItemState itemState, const Rect *theRect, SInt16 gdDepth, Boolean colorDevice); virtual void DrawItem(DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemState itemState, const Rect *itemRect, SInt16 gdDepth, Boolean colorDevice); static pascal Boolean DataBrowserEditTextProc(ControlRef browser, DataBrowserItemID item, DataBrowserPropertyID property, CFStringRef theString, Rect *maxEditTextRect, Boolean *shrinkToFit); static pascal Boolean DataBrowserHitTestProc(ControlRef browser, DataBrowserItemID itemID, DataBrowserPropertyID property, const Rect *theRect, const Rect *mouseRect) { return true; } virtual bool ConfirmEditText(DataBrowserItemID item, DataBrowserPropertyID property, CFStringRef theString, Rect *maxEditTextRect, Boolean *shrinkToFit); wxClientDataType m_clientDataItemsType; bool m_isVirtual; int m_flags; bool m_drawingEnabled; DECLARE_DYNAMIC_CLASS_NO_COPY(wxMacDataBrowserListCtrlControl) }; class wxMacListCtrlEventDelegate : public wxEvtHandler { public: wxMacListCtrlEventDelegate( wxListCtrl* list, int id ); virtual bool ProcessEvent( wxEvent& event ); private: wxListCtrl* m_list; int m_id; }; wxMacListCtrlEventDelegate::wxMacListCtrlEventDelegate( wxListCtrl* list, int id ) { m_list = list; m_id = id; } bool wxMacListCtrlEventDelegate::ProcessEvent( wxEvent& event ) { int id = event.GetId(); wxObject* obj = event.GetEventObject(); // even though we use a generic list ctrl underneath, make sure // we present ourselves as wxListCtrl. event.SetEventObject( m_list ); event.SetId( m_id ); if ( !event.IsKindOf( CLASSINFO( wxCommandEvent ) ) ) { if (m_list->GetEventHandler()->ProcessEvent( event )) { event.SetId(id); event.SetEventObject(obj); return true; } } // Also try with the original id bool success = wxEvtHandler::ProcessEvent(event); event.SetId(id); event.SetEventObject(obj); if (!success && id != m_id) success = wxEvtHandler::ProcessEvent(event); return success; } //----------------------------------------------------------------------------- // wxListCtrlRenameTimer (internal) //----------------------------------------------------------------------------- class wxListCtrlRenameTimer: public wxTimer { private: wxListCtrl *m_owner; public: wxListCtrlRenameTimer( wxListCtrl *owner ); void Notify(); }; //----------------------------------------------------------------------------- // wxListCtrlTextCtrlWrapper: wraps a wxTextCtrl to make it work for inline editing //----------------------------------------------------------------------------- class wxListCtrlTextCtrlWrapper : public wxEvtHandler { public: // NB: text must be a valid object but not Create()d yet wxListCtrlTextCtrlWrapper(wxListCtrl *owner, wxTextCtrl *text, long itemEdit); wxTextCtrl *GetText() const { return m_text; } void AcceptChangesAndFinish(); protected: void OnChar( wxKeyEvent &event ); void OnKeyUp( wxKeyEvent &event ); void OnKillFocus( wxFocusEvent &event ); bool AcceptChanges(); void Finish(); private: wxListCtrl *m_owner; wxTextCtrl *m_text; wxString m_startValue; long m_itemEdited; bool m_finished; bool m_aboutToFinish; DECLARE_EVENT_TABLE() }; //----------------------------------------------------------------------------- // wxListCtrlRenameTimer (internal) //----------------------------------------------------------------------------- wxListCtrlRenameTimer::wxListCtrlRenameTimer( wxListCtrl *owner ) { m_owner = owner; } void wxListCtrlRenameTimer::Notify() { m_owner->OnRenameTimer(); } //----------------------------------------------------------------------------- // wxListCtrlTextCtrlWrapper (internal) //----------------------------------------------------------------------------- BEGIN_EVENT_TABLE(wxListCtrlTextCtrlWrapper, wxEvtHandler) EVT_CHAR (wxListCtrlTextCtrlWrapper::OnChar) EVT_KEY_UP (wxListCtrlTextCtrlWrapper::OnKeyUp) EVT_KILL_FOCUS (wxListCtrlTextCtrlWrapper::OnKillFocus) END_EVENT_TABLE() wxListCtrlTextCtrlWrapper::wxListCtrlTextCtrlWrapper(wxListCtrl *owner, wxTextCtrl *text, long itemEdit) : m_startValue(owner->GetItemText(itemEdit)), m_itemEdited(itemEdit) { m_owner = owner; m_text = text; m_finished = false; m_aboutToFinish = false; wxRect rectLabel; int offset = 8; owner->GetItemRect(itemEdit, rectLabel); m_text->Create(owner, wxID_ANY, m_startValue, wxPoint(rectLabel.x+offset,rectLabel.y), wxSize(rectLabel.width-offset,rectLabel.height)); m_text->SetFocus(); m_text->PushEventHandler(this); } void wxListCtrlTextCtrlWrapper::Finish() { if ( !m_finished ) { m_finished = true; m_text->RemoveEventHandler(this); m_owner->FinishEditing(m_text); wxPendingDelete.Append( this ); } } bool wxListCtrlTextCtrlWrapper::AcceptChanges() { const wxString value = m_text->GetValue(); if ( value == m_startValue ) // nothing changed, always accept return true; if ( !m_owner->OnRenameAccept(m_itemEdited, value) ) // vetoed by the user return false; // accepted, do rename the item m_owner->SetItemText(m_itemEdited, value); return true; } void wxListCtrlTextCtrlWrapper::AcceptChangesAndFinish() { m_aboutToFinish = true; // Notify the owner about the changes AcceptChanges(); // Even if vetoed, close the control (consistent with MSW) Finish(); } void wxListCtrlTextCtrlWrapper::OnChar( wxKeyEvent &event ) { switch ( event.m_keyCode ) { case WXK_RETURN: AcceptChangesAndFinish(); break; case WXK_ESCAPE: m_owner->OnRenameCancelled( m_itemEdited ); Finish(); break; default: event.Skip(); } } void wxListCtrlTextCtrlWrapper::OnKeyUp( wxKeyEvent &event ) { if (m_finished) { event.Skip(); return; } // auto-grow the textctrl: wxSize parentSize = m_owner->GetSize(); wxPoint myPos = m_text->GetPosition(); wxSize mySize = m_text->GetSize(); int sx, sy; m_text->GetTextExtent(m_text->GetValue() + _T("MM"), &sx, &sy); if (myPos.x + sx > parentSize.x) sx = parentSize.x - myPos.x; if (mySize.x > sx) sx = mySize.x; m_text->SetSize(sx, wxDefaultCoord); event.Skip(); } void wxListCtrlTextCtrlWrapper::OnKillFocus( wxFocusEvent &event ) { if ( !m_finished && !m_aboutToFinish ) { if ( !AcceptChanges() ) m_owner->OnRenameCancelled( m_itemEdited ); Finish(); } // We must let the native text control handle focus event.Skip(); } BEGIN_EVENT_TABLE(wxListCtrl, wxControl) EVT_LEFT_DOWN(wxListCtrl::OnLeftDown) EVT_LEFT_DCLICK(wxListCtrl::OnDblClick) EVT_MIDDLE_DOWN(wxListCtrl::OnMiddleDown) EVT_RIGHT_DOWN(wxListCtrl::OnRightDown) EVT_CHAR(wxListCtrl::OnChar) END_EVENT_TABLE() // ============================================================================ // implementation // ============================================================================ wxMacListControl* wxListCtrl::GetPeer() const { wxMacDataBrowserListCtrlControl *lb = wxDynamicCast(m_peer,wxMacDataBrowserListCtrlControl); return lb ? wx_static_cast(wxMacListControl*,lb) : 0 ; } // ---------------------------------------------------------------------------- // wxListCtrl construction // ---------------------------------------------------------------------------- void wxListCtrl::Init() { m_imageListNormal = NULL; m_imageListSmall = NULL; m_imageListState = NULL; // keep track of if we created our own image lists, or if they were assigned // to us. m_ownsImageListNormal = m_ownsImageListSmall = m_ownsImageListState = false; m_colCount = 0; m_count = 0; m_textCtrl = NULL; m_genericImpl = NULL; m_dbImpl = NULL; m_compareFunc = NULL; m_compareFuncData = 0; m_colsInfo = wxColumnList(); m_textColor = wxNullColour; m_bgColor = wxNullColour; m_textctrlWrapper = NULL; m_current = -1; m_renameTimer = new wxListCtrlRenameTimer( this ); } class wxGenericListCtrlHook : public wxGenericListCtrl { public: wxGenericListCtrlHook(wxListCtrl* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxValidator& validator, const wxString& name) : wxGenericListCtrl(parent, id, pos, size, style, validator, name), m_nativeListCtrl(parent) { } protected: virtual wxListItemAttr * OnGetItemAttr(long item) const { return m_nativeListCtrl->OnGetItemAttr(item); } virtual int OnGetItemImage(long item) const { return m_nativeListCtrl->OnGetItemImage(item); } virtual int OnGetItemColumnImage(long item, long column) const { return m_nativeListCtrl->OnGetItemColumnImage(item, column); } virtual wxString OnGetItemText(long item, long column) const { return m_nativeListCtrl->OnGetItemText(item, column); } wxListCtrl* m_nativeListCtrl; }; void wxListCtrl::OnLeftDown(wxMouseEvent& event) { if ( m_textctrlWrapper ) { m_current = -1; m_textctrlWrapper->AcceptChangesAndFinish(); } int hitResult; long current = HitTest(event.GetPosition(), hitResult); if ((current == m_current) && (hitResult & wxLIST_HITTEST_ONITEMLABEL) && HasFlag(wxLC_EDIT_LABELS) ) { if (!m_genericImpl) m_renameTimer->Start( 100, true ); } else { m_current = current; } event.Skip(); } void wxListCtrl::OnDblClick(wxMouseEvent& event) { if ( m_renameTimer->IsRunning() ) m_renameTimer->Stop(); event.Skip(); } #if wxABI_VERSION >= 20801 void wxListCtrl::OnRightDown(wxMouseEvent& event) { if (m_dbImpl) FireMouseEvent(wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK, event.GetPosition()); event.Skip(); } void wxListCtrl::OnMiddleDown(wxMouseEvent& event) { if (m_dbImpl) FireMouseEvent(wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK, event.GetPosition()); event.Skip(); } void wxListCtrl::FireMouseEvent(wxEventType eventType, wxPoint position) { wxListEvent le( eventType, GetId() ); le.SetEventObject(this); le.m_pointDrag = position; le.m_itemIndex = -1; int flags; long item = HitTest(position, flags); if (flags & wxLIST_HITTEST_ONITEM) { le.m_itemIndex = item; le.m_item.m_itemId = item; GetItem(le.m_item); GetEventHandler()->ProcessEvent(le); } } void wxListCtrl::OnChar(wxKeyEvent& event) { if (m_dbImpl) { wxListEvent le( wxEVT_COMMAND_LIST_KEY_DOWN, GetId() ); le.SetEventObject(this); le.m_code = event.GetKeyCode(); le.m_itemIndex = -1; if (m_current == -1) { // if m_current isn't set, check if there's been a selection // made before continuing m_current = GetNextItem(-1, wxLIST_NEXT_BELOW, wxLIST_STATE_SELECTED); } // We need to determine m_current ourselves when navigation keys // are used. Note that PAGEUP and PAGEDOWN do not alter the current // item on native Mac ListCtrl, so we only handle up and down keys. switch ( event.GetKeyCode() ) { case WXK_UP: if ( m_current > 0 ) m_current -= 1; else m_current = 0; break; case WXK_DOWN: if ( m_current < GetItemCount() - 1 ) m_current += 1; else m_current = GetItemCount() - 1; break; } if (m_current != -1) { le.m_itemIndex = m_current; le.m_item.m_itemId = m_current; GetItem(le.m_item); GetEventHandler()->ProcessEvent(le); } } event.Skip(); } #endif bool wxListCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxValidator& validator, const wxString& name) { // for now, we'll always use the generic list control for ICON and LIST views, // because they dynamically change the number of columns on resize. // Also, allow the user to set it to use the list ctrl as well. if ( (wxSystemOptions::HasOption( wxMAC_ALWAYS_USE_GENERIC_LISTCTRL ) && (wxSystemOptions::GetOptionInt( wxMAC_ALWAYS_USE_GENERIC_LISTCTRL ) == 1)) || (style & wxLC_ICON) || (style & wxLC_SMALL_ICON) || (style & wxLC_LIST) ) { m_macIsUserPane = true; long paneStyle = style; paneStyle &= ~wxSIMPLE_BORDER; paneStyle &= ~wxDOUBLE_BORDER; paneStyle &= ~wxSUNKEN_BORDER; paneStyle &= ~wxRAISED_BORDER; paneStyle &= ~wxSTATIC_BORDER; if ( !wxWindow::Create(parent, id, pos, size, paneStyle | wxNO_BORDER, name) ) return false; // since the generic control is a child, make sure we position it at 0, 0 m_genericImpl = new wxGenericListCtrlHook(this, id, wxPoint(0, 0), size, style, validator, name); m_genericImpl->PushEventHandler( new wxMacListCtrlEventDelegate( this, GetId() ) ); return true; } else { m_macIsUserPane = false; if ( !wxWindow::Create(parent, id, pos, size, style & ~(wxHSCROLL | wxVSCROLL), name) ) return false; m_dbImpl = new wxMacDataBrowserListCtrlControl( this, pos, size, style ); m_peer = m_dbImpl; MacPostControlCreate( pos, size ); InstallControlEventHandler( m_peer->GetControlRef() , GetwxMacListCtrlEventHandlerUPP(), GetEventTypeCount(eventList), eventList, this, (EventHandlerRef *)&m_macListCtrlEventHandler); } // set the default font to slightly smaller font that the native // DataBrowser control uses: wxFont font; font.MacCreateThemeFont(kThemeViewsFont); m_font = font; return true; } wxListCtrl::~wxListCtrl() { if (m_genericImpl) { m_genericImpl->PopEventHandler(/* deleteHandler = */ true); } if (m_ownsImageListNormal) delete m_imageListNormal; if (m_ownsImageListSmall) delete m_imageListSmall; if (m_ownsImageListState) delete m_imageListState; delete m_renameTimer; WX_CLEAR_LIST(wxColumnList, m_colsInfo); } /*static*/ wxVisualAttributes wxListCtrl::GetClassDefaultAttributes(wxWindowVariant variant) { wxVisualAttributes attr; attr.colFg = wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT); attr.colBg = wxSystemSettings::GetColour(wxSYS_COLOUR_LISTBOX); attr.font.MacCreateThemeFont(kThemeViewsFont); return attr; } // ---------------------------------------------------------------------------- // set/get/change style // ---------------------------------------------------------------------------- // Add or remove a single window style void wxListCtrl::SetSingleStyle(long style, bool add) { long flag = GetWindowStyleFlag(); // Get rid of conflicting styles if ( add ) { if ( style & wxLC_MASK_TYPE) flag = flag & ~wxLC_MASK_TYPE; if ( style & wxLC_MASK_ALIGN ) flag = flag & ~wxLC_MASK_ALIGN; if ( style & wxLC_MASK_SORT ) flag = flag & ~wxLC_MASK_SORT; } if ( add ) flag |= style; else flag &= ~style; SetWindowStyleFlag(flag); } // Set the whole window style void wxListCtrl::SetWindowStyleFlag(long flag) { if ( flag != m_windowStyle ) { m_windowStyle = flag; if (m_genericImpl) { m_genericImpl->SetWindowStyleFlag(flag); } Refresh(); } } void wxListCtrl::DoSetSize( int x, int y, int width, int height, int sizeFlags ) { wxControl::DoSetSize(x, y, width, height, sizeFlags); if (m_genericImpl) m_genericImpl->SetSize(0, 0, width, height, sizeFlags); // determine if we need a horizontal scrollbar, and add it if so if (m_dbImpl) { int totalWidth = 0; for (int column = 0; column < GetColumnCount(); column++) { totalWidth += m_dbImpl->GetColumnWidth( column ); } if ( !(m_dbImpl->GetFlags() & wxHSCROLL) ) { Boolean vertScrollBar; GetDataBrowserHasScrollBars( m_dbImpl->GetControlRef(), NULL, &vertScrollBar ); if (totalWidth > width) SetDataBrowserHasScrollBars( m_dbImpl->GetControlRef(), true, vertScrollBar ); else SetDataBrowserHasScrollBars( m_dbImpl->GetControlRef(), false, vertScrollBar ); } } } wxSize wxListCtrl::DoGetBestSize() const { return wxWindow::DoGetBestSize(); } bool wxListCtrl::SetFont(const wxFont& font) { bool rv = true; rv = wxControl::SetFont(font); if (m_genericImpl) rv = m_genericImpl->SetFont(font); return rv; } bool wxListCtrl::SetForegroundColour(const wxColour& colour) { bool rv = true; if (m_genericImpl) rv = m_genericImpl->SetForegroundColour(colour); if (m_dbImpl) SetTextColour(colour); return rv; } bool wxListCtrl::SetBackgroundColour(const wxColour& colour) { bool rv = true; if (m_genericImpl) rv = m_genericImpl->SetBackgroundColour(colour); if (m_dbImpl) m_bgColor = colour; return rv; } wxColour wxListCtrl::GetBackgroundColour() const { if (m_genericImpl) return m_genericImpl->GetBackgroundColour(); if (m_dbImpl) return m_bgColor; return wxNullColour; } void wxListCtrl::Freeze () { if (m_genericImpl) m_genericImpl->Freeze(); wxControl::Freeze(); } void wxListCtrl::Thaw () { if (m_genericImpl) m_genericImpl->Thaw(); wxControl::Thaw(); } void wxListCtrl::Update () { if (m_genericImpl) m_genericImpl->Update(); wxControl::Update(); } // ---------------------------------------------------------------------------- // accessors // ---------------------------------------------------------------------------- // Gets information about this column bool wxListCtrl::GetColumn(int col, wxListItem& item) const { if (m_genericImpl) return m_genericImpl->GetColumn(col, item); bool success = true; if (m_dbImpl) { wxColumnList::compatibility_iterator node = m_colsInfo.Item( col ); wxASSERT_MSG( node, _T("invalid column index in wxMacListCtrlItem") ); wxListItem* column = node->GetData(); long mask = column->GetMask(); if (mask & wxLIST_MASK_TEXT) item.SetText(column->GetText()); if (mask & wxLIST_MASK_DATA) item.SetData(column->GetData()); if (mask & wxLIST_MASK_IMAGE) item.SetImage(column->GetImage()); if (mask & wxLIST_MASK_STATE) item.SetState(column->GetState()); if (mask & wxLIST_MASK_FORMAT) item.SetAlign(column->GetAlign()); if (mask & wxLIST_MASK_WIDTH) item.SetWidth(column->GetWidth()); } return success; } // Sets information about this column bool wxListCtrl::SetColumn(int col, wxListItem& item) { if (m_genericImpl) return m_genericImpl->SetColumn(col, item); if (m_dbImpl) { long mask = item.GetMask(); if ( col >= (int)m_colsInfo.GetCount() ) { wxListItem* listItem = new wxListItem(item); m_colsInfo.Append( listItem ); } else { wxListItem listItem; GetColumn( col, listItem ); if (mask & wxLIST_MASK_TEXT) listItem.SetText(item.GetText()); if (mask & wxLIST_MASK_DATA) listItem.SetData(item.GetData()); if (mask & wxLIST_MASK_IMAGE) listItem.SetImage(item.GetImage()); if (mask & wxLIST_MASK_STATE) listItem.SetState(item.GetState()); if (mask & wxLIST_MASK_FORMAT) listItem.SetAlign(item.GetAlign()); if (mask & wxLIST_MASK_WIDTH) listItem.SetWidth(item.GetWidth()); } // change the appearance in the databrowser. DataBrowserListViewHeaderDesc columnDesc; columnDesc.version=kDataBrowserListViewLatestHeaderDesc; verify_noerr( m_dbImpl->GetHeaderDesc( kMinColumnId + col, &columnDesc ) ); /* if (item.GetMask() & wxLIST_MASK_TEXT) { wxFontEncoding enc; if ( m_font.Ok() ) enc = m_font.GetEncoding(); else enc = wxLocale::GetSystemEncoding(); wxMacCFStringHolder cfTitle; cfTitle.Assign( item.GetText() , enc ); if(columnDesc.titleString) CFRelease(columnDesc.titleString); columnDesc.titleString = cfTitle; } */ if (item.GetMask() & wxLIST_MASK_IMAGE && item.GetImage() != -1 ) { columnDesc.btnContentInfo.contentType = kControlContentIconRef; wxImageList* imageList = GetImageList(wxIMAGE_LIST_SMALL); if (imageList && imageList->GetImageCount() > 0 ) { wxBitmap bmp = imageList->GetBitmap( item.GetImage() ); IconRef icon = bmp.GetBitmapData()->GetIconRef(); columnDesc.btnContentInfo.u.iconRef = icon; } } verify_noerr( m_dbImpl->SetHeaderDesc( kMinColumnId + col, &columnDesc ) ); } return true; } int wxListCtrl::GetColumnCount() const { if (m_genericImpl) return m_genericImpl->GetColumnCount(); if (m_dbImpl) { UInt32 count; m_dbImpl->GetColumnCount(&count); return count; } return m_colCount; } // Gets the column width int wxListCtrl::GetColumnWidth(int col) const { if (m_genericImpl) return m_genericImpl->GetColumnWidth(col); if (m_dbImpl) { return m_dbImpl->GetColumnWidth(col); } return 0; } // Sets the column width bool wxListCtrl::SetColumnWidth(int col, int width) { if (m_genericImpl) return m_genericImpl->SetColumnWidth(col, width); if (m_dbImpl) { if ( width == wxLIST_AUTOSIZE_USEHEADER ) { width = 150; // FIXME } if (col == -1) { for (int column = 0; column < GetColumnCount(); column++) { wxListItem colInfo; GetColumn(column, colInfo); colInfo.SetWidth(width); SetColumn(column, colInfo); const int mywidth = (width == wxLIST_AUTOSIZE) ? CalcColumnAutoWidth(column) : width; m_dbImpl->SetColumnWidth(column, mywidth); } } else { if ( width == wxLIST_AUTOSIZE ) width = CalcColumnAutoWidth(col); wxListItem colInfo; GetColumn(col, colInfo); colInfo.SetWidth(width); SetColumn(col, colInfo); m_dbImpl->SetColumnWidth(col, width); } return true; } return false; } // Gets the number of items that can fit vertically in the // visible area of the list control (list or report view) // or the total number of items in the list control (icon // or small icon view) int wxListCtrl::GetCountPerPage() const { if (m_genericImpl) return m_genericImpl->GetCountPerPage(); if (m_dbImpl) { UInt16 height = 1; m_dbImpl->GetDefaultRowHeight( &height ); if (height > 0) return GetClientSize().y / height; } return 1; } // Gets the edit control for editing labels. wxTextCtrl* wxListCtrl::GetEditControl() const { if (m_genericImpl) return m_genericImpl->GetEditControl(); return NULL; } // Gets information about the item bool wxListCtrl::GetItem(wxListItem& info) const { if (m_genericImpl) return m_genericImpl->GetItem(info); if (m_dbImpl) { if (!IsVirtual()) { if (info.m_itemId >= 0 && info.m_itemId < GetItemCount()) { m_dbImpl->MacGetColumnInfo(info.m_itemId, info.m_col, info); // MacGetColumnInfo returns erroneous information in the state field, so zero it. info.SetState(0); if (info.GetMask() & wxLIST_MASK_STATE) { DataBrowserItemID id = (DataBrowserItemID)m_dbImpl->GetItemFromLine(info.m_itemId); if (IsDataBrowserItemSelected( m_dbImpl->GetControlRef(), id )) info.SetState(info.GetState() | wxLIST_STATE_SELECTED); } } } else { if (info.m_itemId >= 0 && info.m_itemId < GetItemCount()) { info.SetText( OnGetItemText(info.m_itemId, info.m_col) ); info.SetImage( OnGetItemColumnImage(info.m_itemId, info.m_col) ); if (info.GetMask() & wxLIST_MASK_STATE) { if (IsDataBrowserItemSelected( m_dbImpl->GetControlRef(), info.m_itemId+1 )) info.SetState(info.GetState() | wxLIST_STATE_SELECTED); } wxListItemAttr* attrs = OnGetItemAttr( info.m_itemId ); if (attrs) { info.SetFont( attrs->GetFont() ); info.SetBackgroundColour( attrs->GetBackgroundColour() ); info.SetTextColour( attrs->GetTextColour() ); } } } } bool success = true; return success; } // Sets information about the item bool wxListCtrl::SetItem(wxListItem& info) { if (m_genericImpl) return m_genericImpl->SetItem(info); if (m_dbImpl) m_dbImpl->MacSetColumnInfo( info.m_itemId, info.m_col, &info ); return true; } long wxListCtrl::SetItem(long index, int col, const wxString& label, int imageId) { if (m_genericImpl) return m_genericImpl->SetItem(index, col, label, imageId); wxListItem info; info.m_text = label; info.m_mask = wxLIST_MASK_TEXT; info.m_itemId = index; info.m_col = col; if ( imageId > -1 ) { info.m_image = imageId; info.m_mask |= wxLIST_MASK_IMAGE; } return SetItem(info); } // Gets the item state int wxListCtrl::GetItemState(long item, long stateMask) const { if (m_genericImpl) return m_genericImpl->GetItemState(item, stateMask); if (m_dbImpl) { if ( HasFlag(wxLC_VIRTUAL) ) { if (stateMask == wxLIST_STATE_SELECTED) { if (IsDataBrowserItemSelected( m_dbImpl->GetControlRef(), item+1 )) return wxLIST_STATE_SELECTED; else return 0; } } else { wxListItem info; info.m_mask = wxLIST_MASK_STATE; info.m_stateMask = stateMask; info.m_itemId = item; if (!GetItem(info)) return 0; return info.m_state; } } return 0; } // Sets the item state bool wxListCtrl::SetItemState(long item, long state, long stateMask) { if (m_genericImpl) return m_genericImpl->SetItemState(item, state, stateMask); if (m_dbImpl) { DataBrowserSetOption option = kDataBrowserItemsAdd; if ( (stateMask & wxLIST_STATE_SELECTED) && state == 0 ) option = kDataBrowserItemsRemove; if (item == -1) { if ( HasFlag(wxLC_VIRTUAL) ) { wxMacDataItemBrowserSelectionSuppressor suppressor(m_dbImpl); m_dbImpl->SetSelectedAllItems(option); } else { for(int i = 0; i < GetItemCount();i++) { wxListItem info; info.m_itemId = i; info.m_mask = wxLIST_MASK_STATE; info.m_stateMask = stateMask; info.m_state = state; SetItem(info); } } } else { if ( HasFlag(wxLC_VIRTUAL) ) { long itemID = item+1; bool isSelected = IsDataBrowserItemSelected(m_dbImpl->GetControlRef(), (DataBrowserItemID)itemID ); bool isSelectedState = (state == wxLIST_STATE_SELECTED); // toggle the selection state if wxListInfo state and actual state don't match. if ( (stateMask & wxLIST_STATE_SELECTED) && isSelected != isSelectedState ) { SetDataBrowserSelectedItems(m_dbImpl->GetControlRef(), 1, (DataBrowserItemID*)&itemID, option); } } else { wxListItem info; info.m_itemId = item; info.m_mask = wxLIST_MASK_STATE; info.m_stateMask = stateMask; info.m_state = state; return SetItem(info); } } } return true; } // Sets the item image bool wxListCtrl::SetItemImage(long item, int image, int WXUNUSED(selImage)) { return SetItemColumnImage(item, 0, image); } // Sets the item image bool wxListCtrl::SetItemColumnImage(long item, long column, int image) { if (m_genericImpl) return m_genericImpl->SetItemColumnImage(item, column, image); wxListItem info; info.m_mask = wxLIST_MASK_IMAGE; info.m_image = image; info.m_itemId = item; info.m_col = column; return SetItem(info); } // Gets the item text wxString wxListCtrl::GetItemText(long item) const { if (m_genericImpl) return m_genericImpl->GetItemText(item); wxListItem info; info.m_mask = wxLIST_MASK_TEXT; info.m_itemId = item; if (!GetItem(info)) return wxEmptyString; return info.m_text; } // Sets the item text void wxListCtrl::SetItemText(long item, const wxString& str) { if (m_genericImpl) return m_genericImpl->SetItemText(item, str); wxListItem info; info.m_mask = wxLIST_MASK_TEXT; info.m_itemId = item; info.m_text = str; SetItem(info); } // Gets the item data long wxListCtrl::GetItemData(long item) const { if (m_genericImpl) return m_genericImpl->GetItemData(item); wxListItem info; info.m_mask = wxLIST_MASK_DATA; info.m_itemId = item; if (!GetItem(info)) return 0; return info.m_data; } // Sets the item data bool wxListCtrl::SetItemPtrData(long item, wxUIntPtr data) { if (m_genericImpl) return m_genericImpl->SetItemData(item, data); wxListItem info; info.m_mask = wxLIST_MASK_DATA; info.m_itemId = item; info.m_data = data; return SetItem(info); } bool wxListCtrl::SetItemData(long item, long data) { return SetItemPtrData(item, data); } wxRect wxListCtrl::GetViewRect() const { wxASSERT_MSG( !HasFlag(wxLC_REPORT | wxLC_LIST), _T("wxListCtrl::GetViewRect() only works in icon mode") ); if (m_genericImpl) return m_genericImpl->GetViewRect(); wxRect rect; return rect; } // Gets the item rectangle bool wxListCtrl::GetItemRect(long item, wxRect& rect, int code) const { if (m_genericImpl) return m_genericImpl->GetItemRect(item, rect, code); if (m_dbImpl) { DataBrowserItemID id; DataBrowserPropertyID col = kMinColumnId; Rect bounds; DataBrowserPropertyPart part = kDataBrowserPropertyEnclosingPart; if ( code == wxLIST_RECT_LABEL ) part = kDataBrowserPropertyTextPart; else if ( code == wxLIST_RECT_ICON ) part = kDataBrowserPropertyIconPart; if ( !(GetWindowStyleFlag() & wxLC_VIRTUAL) ) { wxMacDataItem* thisItem = m_dbImpl->GetItemFromLine(item); id = (DataBrowserItemID) thisItem; } else id = item+1; GetDataBrowserItemPartBounds( m_dbImpl->GetControlRef(), id, col, part, &bounds ); rect.x = bounds.left; rect.y = bounds.top; rect.width = bounds.right - bounds.left; //GetClientSize().x; // we need the width of the whole row, not just the item. rect.height = bounds.bottom - bounds.top; //fprintf("id = %d, bounds = %d, %d, %d, %d\n", id, rect.x, rect.y, rect.width, rect.height); } return true; } // Gets the item position bool wxListCtrl::GetItemPosition(long item, wxPoint& pos) const { if (m_genericImpl) return m_genericImpl->GetItemPosition(item, pos); bool success = false; if (m_dbImpl) { wxRect itemRect; GetItemRect(item, itemRect); pos = itemRect.GetPosition(); success = true; } return success; } // Sets the item position. bool wxListCtrl::SetItemPosition(long item, const wxPoint& pos) { if (m_genericImpl) return m_genericImpl->SetItemPosition(item, pos); return false; } // Gets the number of items in the list control int wxListCtrl::GetItemCount() const { if (m_genericImpl) return m_genericImpl->GetItemCount(); if (m_dbImpl) return m_dbImpl->MacGetCount(); return m_count; } void wxListCtrl::SetItemSpacing( int spacing, bool isSmall ) { if (m_genericImpl) m_genericImpl->SetItemSpacing(spacing, isSmall); } wxSize wxListCtrl::GetItemSpacing() const { if (m_genericImpl) return m_genericImpl->GetItemSpacing(); return wxSize(0, 0); } void wxListCtrl::SetItemTextColour( long item, const wxColour &col ) { if (m_genericImpl) { m_genericImpl->SetItemTextColour(item, col); return; } wxListItem info; info.m_itemId = item; info.SetTextColour( col ); SetItem( info ); } wxColour wxListCtrl::GetItemTextColour( long item ) const { if (m_genericImpl) return m_genericImpl->GetItemTextColour(item); if (m_dbImpl) { wxListItem info; if (GetItem(info)) return info.GetTextColour(); } return wxNullColour; } void wxListCtrl::SetItemBackgroundColour( long item, const wxColour &col ) { if (m_genericImpl) { m_genericImpl->SetItemBackgroundColour(item, col); return; } wxListItem info; info.m_itemId = item; info.SetBackgroundColour( col ); SetItem( info ); } wxColour wxListCtrl::GetItemBackgroundColour( long item ) const { if (m_genericImpl) return m_genericImpl->GetItemBackgroundColour(item); if (m_dbImpl) { wxListItem info; if (GetItem(info)) return info.GetBackgroundColour(); } return wxNullColour; } void wxListCtrl::SetItemFont( long item, const wxFont &f ) { if (m_genericImpl) { m_genericImpl->SetItemFont(item, f); return; } wxListItem info; info.m_itemId = item; info.SetFont( f ); SetItem( info ); } wxFont wxListCtrl::GetItemFont( long item ) const { if (m_genericImpl) return m_genericImpl->GetItemFont(item); if (m_dbImpl) { wxListItem info; if (GetItem(info)) return info.GetFont(); } return wxNullFont; } // Gets the number of selected items in the list control int wxListCtrl::GetSelectedItemCount() const { if (m_genericImpl) return m_genericImpl->GetSelectedItemCount(); if (m_dbImpl) return m_dbImpl->GetSelectedItemCount(NULL, true); return 0; } // Gets the text colour of the listview wxColour wxListCtrl::GetTextColour() const { if (m_genericImpl) return m_genericImpl->GetTextColour(); // TODO: we need owner drawn list items to customize text color. if (m_dbImpl) return m_textColor; return wxNullColour; } // Sets the text colour of the listview void wxListCtrl::SetTextColour(const wxColour& col) { if (m_genericImpl) { m_genericImpl->SetTextColour(col); return; } if (m_dbImpl) m_textColor = col; } // Gets the index of the topmost visible item when in // list or report view long wxListCtrl::GetTopItem() const { if (m_genericImpl) return m_genericImpl->GetTopItem(); if (m_dbImpl) { int flags = 0; long item = HitTest( wxPoint(1, 1), flags); if (flags == wxLIST_HITTEST_ONITEM) return item; } return 0; } // Searches for an item, starting from 'item'. // 'geometry' is one of // wxLIST_NEXT_ABOVE/ALL/BELOW/LEFT/RIGHT. // 'state' is a state bit flag, one or more of // wxLIST_STATE_DROPHILITED/FOCUSED/SELECTED/CUT. // item can be -1 to find the first item that matches the // specified flags. // Returns the item or -1 if unsuccessful. long wxListCtrl::GetNextItem(long item, int geom, int state) const { if (m_genericImpl) return m_genericImpl->GetNextItem(item, geom, state); // TODO: implement all geometry and state options? if ( m_dbImpl ) { if ( geom == wxLIST_NEXT_ALL || geom == wxLIST_NEXT_BELOW ) { long count = m_dbImpl->MacGetCount() ; for ( long line = item + 1 ; line < count; line++ ) { DataBrowserItemID id = line + 1; if ( !IsVirtual() ) id = (DataBrowserItemID)m_dbImpl->GetItemFromLine(line); if ( (state & wxLIST_STATE_FOCUSED) && (m_current == line)) return line; if ( (state == wxLIST_STATE_DONTCARE ) ) return line; if ( (state & wxLIST_STATE_SELECTED) && IsDataBrowserItemSelected(m_dbImpl->GetControlRef(), id ) ) return line; } } if ( geom == wxLIST_NEXT_ABOVE ) { int item2 = item; if ( item2 == -1 ) item2 = m_dbImpl->MacGetCount(); for ( long line = item2 - 1 ; line >= 0; line-- ) { DataBrowserItemID id = line + 1; if ( !IsVirtual() ) id = (DataBrowserItemID)m_dbImpl->GetItemFromLine(line); if ( (state & wxLIST_STATE_FOCUSED) && (m_current == line)) return line; if ( (state == wxLIST_STATE_DONTCARE ) ) return line; if ( (state & wxLIST_STATE_SELECTED) && IsDataBrowserItemSelected(m_dbImpl->GetControlRef(), id ) ) return line; } } } return -1; } wxImageList *wxListCtrl::GetImageList(int which) const { if (m_genericImpl) return m_genericImpl->GetImageList(which); if ( which == wxIMAGE_LIST_NORMAL ) { return m_imageListNormal; } else if ( which == wxIMAGE_LIST_SMALL ) { return m_imageListSmall; } else if ( which == wxIMAGE_LIST_STATE ) { return m_imageListState; } return NULL; } void wxListCtrl::SetImageList(wxImageList *imageList, int which) { if (m_genericImpl) { m_genericImpl->SetImageList(imageList, which); return; } if ( which == wxIMAGE_LIST_NORMAL ) { if (m_ownsImageListNormal) delete m_imageListNormal; m_imageListNormal = imageList; m_ownsImageListNormal = false; } else if ( which == wxIMAGE_LIST_SMALL ) { if (m_ownsImageListSmall) delete m_imageListSmall; m_imageListSmall = imageList; m_ownsImageListSmall = false; } else if ( which == wxIMAGE_LIST_STATE ) { if (m_ownsImageListState) delete m_imageListState; m_imageListState = imageList; m_ownsImageListState = false; } } void wxListCtrl::AssignImageList(wxImageList *imageList, int which) { if (m_genericImpl) { m_genericImpl->AssignImageList(imageList, which); return; } SetImageList(imageList, which); if ( which == wxIMAGE_LIST_NORMAL ) m_ownsImageListNormal = true; else if ( which == wxIMAGE_LIST_SMALL ) m_ownsImageListSmall = true; else if ( which == wxIMAGE_LIST_STATE ) m_ownsImageListState = true; } // ---------------------------------------------------------------------------- // Operations // ---------------------------------------------------------------------------- // Arranges the items bool wxListCtrl::Arrange(int flag) { if (m_genericImpl) return m_genericImpl->Arrange(flag); return false; } // Deletes an item bool wxListCtrl::DeleteItem(long item) { if (m_genericImpl) return m_genericImpl->DeleteItem(item); if (m_dbImpl) { m_dbImpl->MacDelete(item); wxListEvent event( wxEVT_COMMAND_LIST_DELETE_ITEM, GetId() ); event.SetEventObject( this ); event.m_itemIndex = item; GetEventHandler()->ProcessEvent( event ); } return true; } // Deletes all items bool wxListCtrl::DeleteAllItems() { m_current = -1; if (m_genericImpl) return m_genericImpl->DeleteAllItems(); if (m_dbImpl) { m_dbImpl->MacClear(); wxListEvent event( wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS, GetId() ); event.SetEventObject( this ); GetEventHandler()->ProcessEvent( event ); } return true; } // Deletes all items bool wxListCtrl::DeleteAllColumns() { if (m_genericImpl) return m_genericImpl->DeleteAllColumns(); if (m_dbImpl) { UInt32 cols; m_dbImpl->GetColumnCount(&cols); for (UInt32 col = 0; col < cols; col++) { DeleteColumn(0); } } return true; } // Deletes a column bool wxListCtrl::DeleteColumn(int col) { if (m_genericImpl) return m_genericImpl->DeleteColumn(col); if (m_dbImpl) { OSStatus err = m_dbImpl->RemoveColumn(col); return err == noErr; } return true; } // Clears items, and columns if there are any. void wxListCtrl::ClearAll() { if (m_genericImpl) { m_genericImpl->ClearAll(); return; } if (m_dbImpl) { DeleteAllItems(); DeleteAllColumns(); } } wxTextCtrl* wxListCtrl::EditLabel(long item, wxClassInfo* textControlClass) { if (m_genericImpl) return m_genericImpl->EditLabel(item, textControlClass); if (m_dbImpl) { wxCHECK_MSG( (item >= 0) && ((long)item < GetItemCount()), NULL, wxT("wrong index in wxListCtrl::EditLabel()") ); wxASSERT_MSG( textControlClass->IsKindOf(CLASSINFO(wxTextCtrl)), wxT("EditLabel() needs a text control") ); wxListEvent le( wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT, GetParent()->GetId() ); le.SetEventObject( this ); le.m_itemIndex = item; le.m_col = 0; GetItem( le.m_item ); if ( GetParent()->GetEventHandler()->ProcessEvent( le ) && !le.IsAllowed() ) { // vetoed by user code return NULL; } wxTextCtrl * const text = (wxTextCtrl *)textControlClass->CreateObject(); m_textctrlWrapper = new wxListCtrlTextCtrlWrapper(this, text, item); return m_textctrlWrapper->GetText(); } return NULL; } // End label editing, optionally cancelling the edit bool wxListCtrl::EndEditLabel(bool cancel) { // TODO: generic impl. doesn't have this method - is it needed for us? if (m_genericImpl) return true; // m_genericImpl->EndEditLabel(cancel); if (m_dbImpl) verify_noerr( SetDataBrowserEditItem(m_dbImpl->GetControlRef(), kDataBrowserNoItem, kMinColumnId) ); return true; } // Ensures this item is visible bool wxListCtrl::EnsureVisible(long item) { if (m_genericImpl) return m_genericImpl->EnsureVisible(item); if (m_dbImpl) { wxMacDataItem* dataItem = m_dbImpl->GetItemFromLine(item); m_dbImpl->RevealItem(dataItem, kDataBrowserRevealWithoutSelecting); } return true; } // Find an item whose label matches this string, starting from the item after 'start' // or the beginning if 'start' is -1. long wxListCtrl::FindItem(long start, const wxString& str, bool partial) { if (m_genericImpl) return m_genericImpl->FindItem(start, str, partial); wxString str_upper = str.Upper(); long idx = start; if (idx < 0) idx = 0; long count = GetItemCount(); while (idx < count) { wxString line_upper = GetItemText(idx).Upper(); if (!partial) { if (line_upper == str_upper ) return idx; } else { if (line_upper.find(str_upper) == 0) return idx; } idx++; }; return wxNOT_FOUND; } // Find an item whose data matches this data, starting from the item after 'start' // or the beginning if 'start' is -1. long wxListCtrl::FindItem(long start, long data) { if (m_genericImpl) return m_genericImpl->FindItem(start, data); long idx = start; if (idx < 0) idx = 0; long count = GetItemCount(); while (idx < count) { if (GetItemData(idx) == data) return idx; idx++; }; return wxNOT_FOUND; } // Find an item nearest this position in the specified direction, starting from // the item after 'start' or the beginning if 'start' is -1. long wxListCtrl::FindItem(long start, const wxPoint& pt, int direction) { if (m_genericImpl) return m_genericImpl->FindItem(start, pt, direction); return -1; } static void calculateCGDrawingBounds(CGRect inItemRect, CGRect *outIconRect, CGRect *outTextRect, bool hasIcon = false); // Determines which item (if any) is at the specified point, // giving details in 'flags' (see wxLIST_HITTEST_... flags above) long wxListCtrl::HitTest(const wxPoint& point, int& flags, long *ptrSubItem) const { if (ptrSubItem) *ptrSubItem = -1; if (m_genericImpl) return m_genericImpl->HitTest(point, flags, ptrSubItem); flags = wxLIST_HITTEST_NOWHERE; if (m_dbImpl) { int colHeaderHeight = 22; // TODO: Find a way to get this value from the db control? UInt16 rowHeight = 0; m_dbImpl->GetDefaultRowHeight(&rowHeight); int y = point.y; // get the actual row by taking scroll position into account UInt32 offsetX, offsetY; m_dbImpl->GetScrollPosition( &offsetY, &offsetX ); y += offsetY; if ( !(GetWindowStyleFlag() & wxLC_NO_HEADER) ) y -= colHeaderHeight; if ( y < 0 ) return -1; int row = y / rowHeight; DataBrowserItemID id; m_dbImpl->GetItemID( (DataBrowserTableViewRowIndex) row, &id ); CGPoint click_point = CGPointMake( point.x, point.y ); if (row < GetItemCount() ) { short column; for( column = 0; column < GetColumnCount(); column++ ) { Rect enclosingRect; CGRect enclosingCGRect, iconCGRect, textCGRect; int imgIndex = -1; wxMacListCtrlItem* lcItem; WXUNUSED_UNLESS_DEBUG( OSStatus status = ) m_dbImpl->GetItemPartBounds( id, kMinColumnId + column, kDataBrowserPropertyEnclosingPart, &enclosingRect ); wxASSERT( status == noErr ); enclosingCGRect = CGRectMake(enclosingRect.left, enclosingRect.top, enclosingRect.right - enclosingRect.left, enclosingRect.bottom - enclosingRect.top); if (column >= 0) { if ( !(GetWindowStyleFlag() & wxLC_VIRTUAL ) ) { lcItem = (wxMacListCtrlItem*) id; if (lcItem->HasColumnInfo(column)) { wxListItem* item = lcItem->GetColumnInfo(column); if (item->GetMask() & wxLIST_MASK_IMAGE) { imgIndex = item->GetImage(); } } } else { long itemNum = (long)id-1; if (itemNum >= 0 && itemNum < GetItemCount()) { imgIndex = OnGetItemColumnImage( itemNum, column ); } } } calculateCGDrawingBounds(enclosingCGRect, &iconCGRect, &textCGRect, (imgIndex != -1) ); if ( CGRectContainsPoint( iconCGRect, click_point ) ) { flags = wxLIST_HITTEST_ONITEMICON; if (ptrSubItem) *ptrSubItem = column; return row; } else if ( CGRectContainsPoint( textCGRect, click_point ) ) { flags = wxLIST_HITTEST_ONITEMLABEL; if (ptrSubItem) *ptrSubItem = column; return row; } } if ( !(GetWindowStyleFlag() & wxLC_VIRTUAL ) ) { wxMacListCtrlItem* lcItem; lcItem = (wxMacListCtrlItem*) id; if (lcItem) { flags = wxLIST_HITTEST_ONITEM; if (ptrSubItem) *ptrSubItem = column; return row; } } else { flags = wxLIST_HITTEST_ONITEM; if (ptrSubItem) *ptrSubItem = column; return row; } } else { if ( wxControl::HitTest( point ) ) flags = wxLIST_HITTEST_NOWHERE; } } return -1; } int wxListCtrl::GetScrollPos(int orient) const { if (m_genericImpl) return m_genericImpl->GetScrollPos(orient); if (m_dbImpl) { UInt32 offsetX, offsetY; m_dbImpl->GetScrollPosition( &offsetY, &offsetX ); if ( orient == wxHORIZONTAL ) return offsetX; else return offsetY; } return 0; } // Inserts an item, returning the index of the new item if successful, // -1 otherwise. long wxListCtrl::InsertItem(wxListItem& info) { wxASSERT_MSG( !IsVirtual(), _T("can't be used with virtual controls") ); if (m_genericImpl) return m_genericImpl->InsertItem(info); if (m_dbImpl && !IsVirtual()) { int count = GetItemCount(); if (info.m_itemId > count) info.m_itemId = count; m_dbImpl->MacInsertItem(info.m_itemId, &info ); wxListEvent event( wxEVT_COMMAND_LIST_INSERT_ITEM, GetId() ); event.SetEventObject( this ); event.m_itemIndex = info.m_itemId; GetEventHandler()->ProcessEvent( event ); return info.m_itemId; } return -1; } long wxListCtrl::InsertItem(long index, const wxString& label) { if (m_genericImpl) return m_genericImpl->InsertItem(index, label); wxListItem info; info.m_text = label; info.m_mask = wxLIST_MASK_TEXT; info.m_itemId = index; return InsertItem(info); } // Inserts an image item long wxListCtrl::InsertItem(long index, int imageIndex) { if (m_genericImpl) return m_genericImpl->InsertItem(index, imageIndex); wxListItem info; info.m_image = imageIndex; info.m_mask = wxLIST_MASK_IMAGE; info.m_itemId = index; return InsertItem(info); } // Inserts an image/string item long wxListCtrl::InsertItem(long index, const wxString& label, int imageIndex) { if (m_genericImpl) return m_genericImpl->InsertItem(index, label, imageIndex); wxListItem info; info.m_image = imageIndex; info.m_text = label; info.m_mask = wxLIST_MASK_IMAGE | wxLIST_MASK_TEXT; info.m_itemId = index; return InsertItem(info); } // For list view mode (only), inserts a column. long wxListCtrl::InsertColumn(long col, wxListItem& item) { if (m_genericImpl) return m_genericImpl->InsertColumn(col, item); if (m_dbImpl) { int width = item.GetWidth(); if ( !(item.GetMask() & wxLIST_MASK_WIDTH) ) width = 150; DataBrowserPropertyType type = kDataBrowserCustomType; //kDataBrowserTextType; wxImageList* imageList = GetImageList(wxIMAGE_LIST_SMALL); if (imageList && imageList->GetImageCount() > 0) { wxBitmap bmp = imageList->GetBitmap(0); //if (bmp.Ok()) // type = kDataBrowserIconAndTextType; } SInt16 just = teFlushDefault; if (item.GetMask() & wxLIST_MASK_FORMAT) { if (item.GetAlign() == wxLIST_FORMAT_LEFT) just = teFlushLeft; else if (item.GetAlign() == wxLIST_FORMAT_CENTER) just = teCenter; else if (item.GetAlign() == wxLIST_FORMAT_RIGHT) just = teFlushRight; } m_dbImpl->InsertColumn(col, type, item.GetText(), just, width); SetColumn(col, item); // set/remove options based on the wxListCtrl type. DataBrowserTableViewColumnID id; m_dbImpl->GetColumnIDFromIndex(col, &id); DataBrowserPropertyFlags flags; verify_noerr(m_dbImpl->GetPropertyFlags(id, &flags)); if (GetWindowStyleFlag() & wxLC_EDIT_LABELS) flags |= kDataBrowserPropertyIsEditable; if (GetWindowStyleFlag() & wxLC_VIRTUAL){ flags &= ~kDataBrowserListViewSortableColumn; } verify_noerr(m_dbImpl->SetPropertyFlags(id, flags)); } return col; } long wxListCtrl::InsertColumn(long col, const wxString& heading, int format, int width) { if (m_genericImpl) return m_genericImpl->InsertColumn(col, heading, format, width); wxListItem item; item.m_mask = wxLIST_MASK_TEXT | wxLIST_MASK_FORMAT; item.m_text = heading; if ( width > -1 ) { item.m_mask |= wxLIST_MASK_WIDTH; item.m_width = width; } item.m_format = format; return InsertColumn(col, item); } // scroll the control by the given number of pixels (exception: in list view, // dx is interpreted as number of columns) bool wxListCtrl::ScrollList(int dx, int dy) { if (m_genericImpl) return m_genericImpl->ScrollList(dx, dy); if (m_dbImpl) { m_dbImpl->SetScrollPosition(dx, dy); } return true; } bool wxListCtrl::SortItems(wxListCtrlCompare fn, wxUIntPtr data) { if (m_genericImpl) return m_genericImpl->SortItems(fn, data); if (m_dbImpl) { m_compareFunc = fn; m_compareFuncData = data; SortDataBrowserContainer( m_dbImpl->GetControlRef(), kDataBrowserNoItem, true); // we need to do this after each call, else we get a crash from wxPython when // SortItems is called the second time. m_compareFunc = NULL; m_compareFuncData = 0; } return true; } void wxListCtrl::OnRenameTimer() { wxCHECK_RET( HasCurrent(), wxT("unexpected rename timer") ); EditLabel( m_current ); } bool wxListCtrl::OnRenameAccept(long itemEdit, const wxString& value) { wxListEvent le( wxEVT_COMMAND_LIST_END_LABEL_EDIT, GetId() ); le.SetEventObject( this ); le.m_itemIndex = itemEdit; GetItem( le.m_item ); le.m_item.m_text = value; return !GetEventHandler()->ProcessEvent( le ) || le.IsAllowed(); } void wxListCtrl::OnRenameCancelled(long itemEdit) { // let owner know that the edit was cancelled wxListEvent le( wxEVT_COMMAND_LIST_END_LABEL_EDIT, GetParent()->GetId() ); le.SetEditCanceled(true); le.SetEventObject( this ); le.m_itemIndex = itemEdit; GetItem( le.m_item ); GetEventHandler()->ProcessEvent( le ); } // ---------------------------------------------------------------------------- // virtual list controls // ---------------------------------------------------------------------------- wxString wxListCtrl::OnGetItemText(long WXUNUSED(item), long WXUNUSED(col)) const { // this is a pure virtual function, in fact - which is not really pure // because the controls which are not virtual don't need to implement it wxFAIL_MSG( _T("wxListCtrl::OnGetItemText not supposed to be called") ); return wxEmptyString; } int wxListCtrl::OnGetItemImage(long WXUNUSED(item)) const { wxCHECK_MSG(!GetImageList(wxIMAGE_LIST_SMALL), -1, wxT("List control has an image list, OnGetItemImage or OnGetItemColumnImage should be overridden.")); return -1; } int wxListCtrl::OnGetItemColumnImage(long item, long column) const { if (!column) return OnGetItemImage(item); return -1; } wxListItemAttr *wxListCtrl::OnGetItemAttr(long WXUNUSED_UNLESS_DEBUG(item)) const { wxASSERT_MSG( item >= 0 && item < GetItemCount(), _T("invalid item index in OnGetItemAttr()") ); // no attributes by default return NULL; } void wxListCtrl::SetItemCount(long count) { wxASSERT_MSG( IsVirtual(), _T("this is for virtual controls only") ); if (m_genericImpl) { m_genericImpl->SetItemCount(count); return; } if (m_dbImpl) { // we need to temporarily disable the new item creation notification // procedure to speed things up // FIXME: Even this doesn't seem to help much... // FIXME: Find a more efficient way to do this. m_dbImpl->MacClear(); DataBrowserCallbacks callbacks; DataBrowserItemNotificationUPP itemUPP; GetDataBrowserCallbacks(m_dbImpl->GetControlRef(), &callbacks); itemUPP = callbacks.u.v1.itemNotificationCallback; callbacks.u.v1.itemNotificationCallback = 0; m_dbImpl->SetCallbacks(&callbacks); ::AddDataBrowserItems(m_dbImpl->GetControlRef(), kDataBrowserNoItem, count, NULL, kDataBrowserItemNoProperty); callbacks.u.v1.itemNotificationCallback = itemUPP; m_dbImpl->SetCallbacks(&callbacks); } m_count = count; } void wxListCtrl::RefreshItem(long item) { if (m_genericImpl) { m_genericImpl->RefreshItem(item); return; } if (m_dbImpl) { DataBrowserItemID id; if ( !IsVirtual() ) { wxMacDataItem* thisItem = m_dbImpl->GetItemFromLine(item); id = (DataBrowserItemID) thisItem; } else id = item+1; if ( m_dbImpl->IsDrawingEnabled() ) m_dbImpl->wxMacDataBrowserControl::UpdateItems ( kDataBrowserNoItem, 1, &id, kDataBrowserItemNoProperty, // preSortProperty kDataBrowserNoItem // update all columns ); } } void wxListCtrl::RefreshItems(long itemFrom, long itemTo) { if (m_genericImpl) { m_genericImpl->RefreshItems(itemFrom, itemTo); return; } if (m_dbImpl && m_dbImpl->IsDrawingEnabled()) { const long count = itemTo - itemFrom + 1; DataBrowserItemID *ids = new DataBrowserItemID[count]; if ( !IsVirtual() ) { for ( long i = 0; i < count; i++ ) { wxMacDataItem* thisItem = m_dbImpl->GetItemFromLine(itemFrom+i); ids[i] = (DataBrowserItemID) thisItem; } } else { for ( long i = 0; i < count; i++ ) ids[i] = itemFrom+i+1; } m_dbImpl->wxMacDataBrowserControl::UpdateItems ( kDataBrowserNoItem, count, ids, kDataBrowserItemNoProperty, // preSortProperty kDataBrowserNoItem // update all columns ); delete[] ids; } } void wxListCtrl::SetDropTarget( wxDropTarget *dropTarget ) { #if wxUSE_DRAG_AND_DROP if (m_genericImpl) m_genericImpl->SetDropTarget( dropTarget ); if (m_dbImpl) wxWindow::SetDropTarget( dropTarget ); #endif } wxDropTarget *wxListCtrl::GetDropTarget() const { #if wxUSE_DRAG_AND_DROP if (m_genericImpl) return m_genericImpl->GetDropTarget(); if (m_dbImpl) return wxWindow::GetDropTarget(); #endif return NULL; } #if wxABI_VERSION >= 20801 void wxListCtrl::SetFocus() { if (m_genericImpl) { m_genericImpl->SetFocus(); return; } wxWindow::SetFocus(); } #endif // wxMac internal data structures wxMacListCtrlItem::~wxMacListCtrlItem() { WX_CLEAR_HASH_MAP( wxListItemList, m_rowItems ); } void wxMacListCtrlItem::Notification(wxMacDataItemBrowserControl *owner , DataBrowserItemNotification message, DataBrowserItemDataRef itemData ) const { wxMacDataBrowserListCtrlControl *lb = wxDynamicCast(owner, wxMacDataBrowserListCtrlControl); // we want to depend on as little as possible to make sure tear-down of controls is safe if ( message == kDataBrowserItemRemoved) { if ( lb != NULL && lb->GetClientDataType() == wxClientData_Object ) { delete (wxClientData*) (m_data); } delete this; return; } else if ( message == kDataBrowserItemAdded ) { // we don't issue events on adding, the item is not really stored in the list yet, so we // avoid asserts by gettting out now return ; } wxListCtrl *list = wxDynamicCast( owner->GetPeer() , wxListCtrl ); if ( list && lb ) { bool trigger = false; wxListEvent event( wxEVT_COMMAND_LIST_ITEM_SELECTED, list->GetId() ); bool isSingle = (list->GetWindowStyle() & wxLC_SINGLE_SEL) != 0; event.SetEventObject( list ); event.m_itemIndex = owner->GetLineFromItem( this ) ; event.m_item.m_itemId = event.m_itemIndex; list->GetItem(event.m_item); switch (message) { case kDataBrowserItemDeselected: event.SetEventType(wxEVT_COMMAND_LIST_ITEM_DESELECTED); if ( !isSingle ) trigger = !lb->IsSelectionSuppressed(); break; case kDataBrowserItemSelected: trigger = !lb->IsSelectionSuppressed(); break; case kDataBrowserItemDoubleClicked: event.SetEventType( wxEVT_COMMAND_LIST_ITEM_ACTIVATED ); trigger = true; break; case kDataBrowserEditStarted : // TODO : how to veto ? event.SetEventType( wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT ) ; trigger = true ; break ; case kDataBrowserEditStopped : // TODO probably trigger only upon the value store callback, because // here IIRC we cannot veto event.SetEventType( wxEVT_COMMAND_LIST_END_LABEL_EDIT ) ; trigger = true ; break ; default: break; } if ( trigger ) { // direct notification is not always having the listbox GetSelection() having in synch with event wxPostEvent( list->GetEventHandler(), event ); } } } IMPLEMENT_DYNAMIC_CLASS(wxMacDataBrowserListCtrlControl, wxMacDataItemBrowserControl ) wxMacDataBrowserListCtrlControl::wxMacDataBrowserListCtrlControl( wxWindow *peer, const wxPoint& pos, const wxSize& size, long style) : wxMacDataItemBrowserControl( peer, pos, size, style ) { OSStatus err = noErr; m_clientDataItemsType = wxClientData_None; m_isVirtual = false; m_flags = 0; m_drawingEnabled = true; if ( style & wxLC_VIRTUAL ) m_isVirtual = true; DataBrowserSelectionFlags options = kDataBrowserDragSelect; if ( style & wxLC_SINGLE_SEL ) { options |= kDataBrowserSelectOnlyOne; } else { options |= kDataBrowserCmdTogglesSelection; } err = SetSelectionFlags( options ); verify_noerr( err ); DataBrowserCustomCallbacks callbacks; InitializeDataBrowserCustomCallbacks( &callbacks, kDataBrowserLatestCustomCallbacks ); if ( gDataBrowserDrawItemUPP == NULL ) gDataBrowserDrawItemUPP = NewDataBrowserDrawItemUPP(DataBrowserDrawItemProc); if ( gDataBrowserHitTestUPP == NULL ) gDataBrowserHitTestUPP = NewDataBrowserHitTestUPP(DataBrowserHitTestProc); callbacks.u.v1.drawItemCallback = gDataBrowserDrawItemUPP; callbacks.u.v1.hitTestCallback = gDataBrowserHitTestUPP; SetDataBrowserCustomCallbacks( GetControlRef(), &callbacks ); if ( style & wxLC_LIST ) { InsertColumn(0, kDataBrowserIconAndTextType, wxEmptyString, -1, -1); verify_noerr( AutoSizeColumns() ); } if ( style & wxLC_LIST || style & wxLC_NO_HEADER ) verify_noerr( SetHeaderButtonHeight( 0 ) ); if ( m_isVirtual ) SetSortProperty( kMinColumnId - 1 ); else SetSortProperty( kMinColumnId ); m_sortOrder = SortOrder_None; if ( style & wxLC_SORT_DESCENDING ) { SetSortOrder( kDataBrowserOrderDecreasing ); } else if ( style & wxLC_SORT_ASCENDING ) { SetSortOrder( kDataBrowserOrderIncreasing ); } if ( style & wxLC_VRULES ) { #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4 if ( DataBrowserChangeAttributes != NULL ) { verify_noerr( DataBrowserChangeAttributes(m_controlRef, kDataBrowserAttributeListViewDrawColumnDividers, kDataBrowserAttributeNone) ); } #endif } verify_noerr( SetHiliteStyle(kDataBrowserTableViewFillHilite ) ); verify_noerr( SetHasScrollBars( (style & wxHSCROLL) != 0 , true ) ); } pascal Boolean wxMacDataBrowserListCtrlControl::DataBrowserEditTextProc( ControlRef browser, DataBrowserItemID itemID, DataBrowserPropertyID property, CFStringRef theString, Rect *maxEditTextRect, Boolean *shrinkToFit) { Boolean result = false; wxMacDataBrowserListCtrlControl* ctl = wxDynamicCast(wxMacControl::GetReferenceFromNativeControl( browser ), wxMacDataBrowserListCtrlControl); if ( ctl != 0 ) { result = ctl->ConfirmEditText(itemID, property, theString, maxEditTextRect, shrinkToFit); theString = CFSTR("Hello!"); } return result; } bool wxMacDataBrowserListCtrlControl::ConfirmEditText( DataBrowserItemID itemID, DataBrowserPropertyID property, CFStringRef theString, Rect *maxEditTextRect, Boolean *shrinkToFit) { return false; } pascal void wxMacDataBrowserListCtrlControl::DataBrowserDrawItemProc( ControlRef browser, DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemState itemState, const Rect *itemRect, SInt16 gdDepth, Boolean colorDevice) { wxMacDataBrowserListCtrlControl* ctl = wxDynamicCast(wxMacControl::GetReferenceFromNativeControl( browser ), wxMacDataBrowserListCtrlControl); if ( ctl != 0 ) { ctl->DrawItem(itemID, property, itemState, itemRect, gdDepth, colorDevice); } } // routines needed for DrawItem enum { kIconWidth = 16, kIconHeight = 16, kTextBoxHeight = 14, kIconTextSpacingV = 2, kItemPadding = 4, kContentHeight = kIconHeight + kTextBoxHeight + kIconTextSpacingV }; static void calculateCGDrawingBounds(CGRect inItemRect, CGRect *outIconRect, CGRect *outTextRect, bool hasIcon) { float textBottom; float iconH, iconW = 0; float padding = kItemPadding; if (hasIcon) { iconH = kIconHeight; iconW = kIconWidth; padding = padding*2; } textBottom = inItemRect.origin.y; *outIconRect = CGRectMake(inItemRect.origin.x + kItemPadding, textBottom + kIconTextSpacingV, kIconWidth, kIconHeight); *outTextRect = CGRectMake(inItemRect.origin.x + padding + iconW, textBottom + kIconTextSpacingV, inItemRect.size.width - padding - iconW, inItemRect.size.height - kIconTextSpacingV); } void wxMacDataBrowserListCtrlControl::DrawItem( DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemState itemState, const Rect *itemRect, SInt16 gdDepth, Boolean colorDevice) { wxString text; wxFont font = wxNullFont; int imgIndex = -1; short listColumn = property - kMinColumnId; wxListCtrl* list = wxDynamicCast( GetPeer() , wxListCtrl ); wxMacListCtrlItem* lcItem; wxColour color = *wxBLACK; wxColour bgColor = wxNullColour; if (listColumn >= 0) { if (!m_isVirtual) { lcItem = (wxMacListCtrlItem*) itemID; if (lcItem->HasColumnInfo(listColumn)){ wxListItem* item = lcItem->GetColumnInfo(listColumn); // we always use the 0 column to get font and text/background colors. if (lcItem->HasColumnInfo(0)) { wxListItem* firstItem = lcItem->GetColumnInfo(0); color = firstItem->GetTextColour(); bgColor = firstItem->GetBackgroundColour(); font = firstItem->GetFont(); } if (item->GetMask() & wxLIST_MASK_TEXT) text = item->GetText(); if (item->GetMask() & wxLIST_MASK_IMAGE) imgIndex = item->GetImage(); } } else { long itemNum = (long)itemID-1; if (itemNum >= 0 && itemNum < list->GetItemCount()) { text = list->OnGetItemText( itemNum, listColumn ); imgIndex = list->OnGetItemColumnImage( itemNum, listColumn ); wxListItemAttr* attrs = list->OnGetItemAttr( itemNum ); if (attrs) { if (attrs->HasBackgroundColour()) bgColor = attrs->GetBackgroundColour(); if (attrs->HasTextColour()) color = attrs->GetTextColour(); if (attrs->HasFont()) font = attrs->GetFont(); } } } } wxColour listBgColor = list->GetBackgroundColour(); if (bgColor == wxNullColour) bgColor = listBgColor; if (!font.Ok()) font = list->GetFont(); wxMacCFStringHolder cfString; cfString.Assign( text, wxLocale::GetSystemEncoding() ); Rect enclosingRect; CGRect enclosingCGRect, iconCGRect, textCGRect; Boolean active; #ifndef __LP64__ ThemeDrawingState savedState = NULL; #endif CGContextRef context = (CGContextRef)list->MacGetDrawingContext(); RGBColor labelColor; labelColor.red = 0; labelColor.green = 0; labelColor.blue = 0; RGBColor backgroundColor; backgroundColor.red = 255; backgroundColor.green = 255; backgroundColor.blue = 255; GetDataBrowserItemPartBounds(GetControlRef(), itemID, property, kDataBrowserPropertyEnclosingPart, &enclosingRect); enclosingCGRect = CGRectMake(enclosingRect.left, enclosingRect.top, enclosingRect.right - enclosingRect.left, enclosingRect.bottom - enclosingRect.top); bool hasFocus = (wxWindow::FindFocus() == list); active = IsControlActive(GetControlRef()); // don't paint the background over the vertical rule line if ( list->GetWindowStyleFlag() & wxLC_VRULES ) { enclosingCGRect.origin.x += 1; enclosingCGRect.size.width -= 1; } if (itemState == kDataBrowserItemIsSelected) { #ifndef __LP64__ GetThemeDrawingState(&savedState); #endif if (active && hasFocus) { GetThemeBrushAsColor(kThemeBrushAlternatePrimaryHighlightColor, 32, true, &backgroundColor); GetThemeTextColor(kThemeTextColorWhite, gdDepth, colorDevice, &labelColor); } else { GetThemeBrushAsColor(kThemeBrushSecondaryHighlightColor, 32, true, &backgroundColor); GetThemeTextColor(kThemeTextColorBlack, gdDepth, colorDevice, &labelColor); } CGContextSaveGState(context); CGContextSetRGBFillColor(context, (float)backgroundColor.red / (float)USHRT_MAX, (float)backgroundColor.green / (float)USHRT_MAX, (float)backgroundColor.blue / (float)USHRT_MAX, 1.0); CGContextFillRect(context, enclosingCGRect); CGContextRestoreGState(context); } else { if (color.Ok()) labelColor = MAC_WXCOLORREF( color.GetPixel() ); else if (list->GetTextColour().Ok()) labelColor = MAC_WXCOLORREF( list->GetTextColour().GetPixel() ); if (bgColor.Ok()) { backgroundColor = MAC_WXCOLORREF( bgColor.GetPixel() ); CGContextSaveGState(context); CGContextSetRGBFillColor(context, (float)backgroundColor.red / (float)USHRT_MAX, (float)backgroundColor.green / (float)USHRT_MAX, (float)backgroundColor.blue / (float)USHRT_MAX, 1.0); CGContextFillRect(context, enclosingCGRect); CGContextRestoreGState(context); } } calculateCGDrawingBounds(enclosingCGRect, &iconCGRect, &textCGRect, (imgIndex != -1) ); if (imgIndex != -1) { wxImageList* imageList = list->GetImageList(wxIMAGE_LIST_SMALL); if (imageList && imageList->GetImageCount() > 0){ wxBitmap bmp = imageList->GetBitmap(imgIndex); IconRef icon = bmp.GetBitmapData()->GetIconRef(); CGContextSaveGState(context); CGContextTranslateCTM(context, 0,iconCGRect.origin.y + CGRectGetMaxY(iconCGRect)); CGContextScaleCTM(context,1.0f,-1.0f); PlotIconRefInContext(context, &iconCGRect, kAlignNone, active ? kTransformNone : kTransformDisabled, NULL, kPlotIconRefNormalFlags, icon); CGContextRestoreGState(context); } } HIThemeTextHorizontalFlush hFlush = kHIThemeTextHorizontalFlushLeft; HIThemeTextInfo info; #ifdef __LP64__ info.version = kHIThemeTextInfoVersionOne; info.fontID = kThemeViewsFont; if (font.Ok()) { info.fontID = kThemeSpecifiedFont; info.font = (CTFontRef) font.MacGetCTFont(); } #else info.version = kHIThemeTextInfoVersionZero; info.fontID = kThemeViewsFont; if (font.Ok()) { info.fontID = font.MacGetThemeFontID(); ::TextSize( (short)(font.MacGetFontSize()) ) ; ::TextFace( font.MacGetFontStyle() ) ; } #endif wxListItem item; list->GetColumn(listColumn, item); if (item.GetMask() & wxLIST_MASK_FORMAT) { if (item.GetAlign() == wxLIST_FORMAT_LEFT) hFlush = kHIThemeTextHorizontalFlushLeft; else if (item.GetAlign() == wxLIST_FORMAT_CENTER) hFlush = kHIThemeTextHorizontalFlushCenter; else if (item.GetAlign() == wxLIST_FORMAT_RIGHT) { hFlush = kHIThemeTextHorizontalFlushRight; textCGRect.origin.x -= kItemPadding; // give a little extra paddding } } info.state = active ? kThemeStateActive : kThemeStateInactive; info.horizontalFlushness = hFlush; info.verticalFlushness = kHIThemeTextVerticalFlushCenter; info.options = kHIThemeTextBoxOptionNone; info.truncationPosition = kHIThemeTextTruncationEnd; info.truncationMaxLines = 1; CGContextSaveGState(context); CGContextSetRGBFillColor (context, (float)labelColor.red / (float)USHRT_MAX, (float)labelColor.green / (float)USHRT_MAX, (float)labelColor.blue / (float)USHRT_MAX, 1.0); HIThemeDrawTextBox(cfString, &textCGRect, &info, context, kHIThemeOrientationNormal); CGContextRestoreGState(context); #ifndef __LP64__ if (savedState != NULL) SetThemeDrawingState(savedState, true); #endif } OSStatus wxMacDataBrowserListCtrlControl::GetSetItemData(DataBrowserItemID itemID, DataBrowserPropertyID property, DataBrowserItemDataRef itemData, Boolean changeValue ) { wxString text; int imgIndex = -1; short listColumn = property - kMinColumnId; OSStatus err = errDataBrowserPropertyNotSupported; wxListCtrl* list = wxDynamicCast( GetPeer() , wxListCtrl ); wxMacListCtrlItem* lcItem; if (listColumn >= 0) { if (!m_isVirtual) { lcItem = (wxMacListCtrlItem*) itemID; if (lcItem && lcItem->HasColumnInfo(listColumn)){ wxListItem* item = lcItem->GetColumnInfo(listColumn); if (item->GetMask() & wxLIST_MASK_TEXT) text = item->GetText(); if (item->GetMask() & wxLIST_MASK_IMAGE) imgIndex = item->GetImage(); } } else { long itemNum = (long)itemID-1; if (itemNum >= 0 && itemNum < list->GetItemCount()) { text = list->OnGetItemText( itemNum, listColumn ); imgIndex = list->OnGetItemColumnImage( itemNum, listColumn ); } } } if ( !changeValue ) { switch (property) { case kDataBrowserItemIsEditableProperty : if ( list && list->HasFlag( wxLC_EDIT_LABELS ) ) { verify_noerr(SetDataBrowserItemDataBooleanValue( itemData, true )); err = noErr ; } break ; default : if ( property >= kMinColumnId ) { wxMacCFStringHolder cfStr; if (text){ cfStr.Assign( text, wxLocale::GetSystemEncoding() ); err = ::SetDataBrowserItemDataText( itemData, cfStr ); err = noErr; } if ( imgIndex != -1 ) { wxImageList* imageList = list->GetImageList(wxIMAGE_LIST_SMALL); if (imageList && imageList->GetImageCount() > 0){ wxBitmap bmp = imageList->GetBitmap(imgIndex); IconRef icon = bmp.GetBitmapData()->GetIconRef(); ::SetDataBrowserItemDataIcon(itemData, icon); } } } break ; } } else { switch (property) { default: if ( property >= kMinColumnId ) { short listColumn = property - kMinColumnId; // TODO probably send the 'end edit' from here, as we // can then deal with the veto CFStringRef sr ; verify_noerr( GetDataBrowserItemDataText( itemData , &sr ) ) ; wxMacCFStringHolder cfStr(sr) ;; if (m_isVirtual) list->SetItem( (long)itemData-1 , listColumn, cfStr.AsString() ) ; else { if (lcItem) lcItem->SetColumnTextValue( listColumn, cfStr.AsString() ); } err = noErr ; } break; } } return err; } void wxMacDataBrowserListCtrlControl::ItemNotification(DataBrowserItemID itemID, DataBrowserItemNotification message, DataBrowserItemDataRef itemData ) { wxMacListCtrlItem *item = NULL; if ( !m_isVirtual ) { item = (wxMacListCtrlItem *) itemID; } // we want to depend on as little as possible to make sure tear-down of controls is safe if ( message == kDataBrowserItemRemoved ) { if ( item ) item->Notification(this, message, itemData); return; } else if ( message == kDataBrowserItemAdded ) { // we don't issue events on adding, the item is not really stored in the list yet, so we // avoid asserts by getting out now if ( item ) item->Notification(this, message, itemData); return ; } wxListCtrl *list = wxDynamicCast( GetPeer() , wxListCtrl ); if ( list ) { bool trigger = false; wxListEvent event( wxEVT_COMMAND_LIST_ITEM_SELECTED, list->GetId() ); event.SetEventObject( list ); if ( !list->IsVirtual() ) { DataBrowserTableViewRowIndex result = 0; verify_noerr( GetItemRow( itemID, &result ) ) ; event.m_itemIndex = result; } else { event.m_itemIndex = (long)itemID-1; } event.m_item.m_itemId = event.m_itemIndex; list->GetItem(event.m_item); switch (message) { case kDataBrowserItemDeselected: event.SetEventType(wxEVT_COMMAND_LIST_ITEM_DESELECTED); // as the generic implementation is also triggering this // event for single selection, we do the same (different than listbox) trigger = !IsSelectionSuppressed(); break; case kDataBrowserItemSelected: trigger = !IsSelectionSuppressed(); break; case kDataBrowserItemDoubleClicked: event.SetEventType( wxEVT_COMMAND_LIST_ITEM_ACTIVATED ); trigger = true; break; case kDataBrowserEditStarted : // TODO : how to veto ? event.SetEventType( wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT ) ; trigger = true ; break ; case kDataBrowserEditStopped : // TODO probably trigger only upon the value store callback, because // here IIRC we cannot veto event.SetEventType( wxEVT_COMMAND_LIST_END_LABEL_EDIT ) ; trigger = true ; break ; default: break; } if ( trigger ) { // direct notification is not always having the listbox GetSelection() having in synch with event wxPostEvent( list->GetEventHandler(), event ); } } } Boolean wxMacDataBrowserListCtrlControl::CompareItems(DataBrowserItemID itemOneID, DataBrowserItemID itemTwoID, DataBrowserPropertyID sortProperty) { bool retval = false; wxString itemText; wxString otherItemText; long itemOrder; long otherItemOrder; int colId = sortProperty - kMinColumnId; wxListCtrl* list = wxDynamicCast( GetPeer() , wxListCtrl ); DataBrowserSortOrder sort; verify_noerr(GetSortOrder(&sort)); if (colId >= 0) { if (!m_isVirtual) { wxMacListCtrlItem* item = (wxMacListCtrlItem*)itemOneID; wxMacListCtrlItem* otherItem = (wxMacListCtrlItem*)itemTwoID; itemOrder = item->GetOrder(); otherItemOrder = item->GetOrder(); wxListCtrlCompare func = list->GetCompareFunc(); if (func != NULL) { long item1 = -1; long item2 = -1; if (item && item->HasColumnInfo(0)) item1 = item->GetColumnInfo(0)->GetData(); if (otherItem && otherItem->HasColumnInfo(0)) item2 = otherItem->GetColumnInfo(0)->GetData(); if (item1 > -1 && item2 > -1) { int result = func(item1, item2, list->GetCompareFuncData()); if (sort == kDataBrowserOrderIncreasing) return result >= 0; else return result < 0; } } // we can't use the native control's sorting abilities, so just // sort by item id. return itemOrder < otherItemOrder; } else { long itemNum = (long)itemOneID; long otherItemNum = (long)itemTwoID; // virtual listctrls don't support sorting return itemNum < otherItemNum; } } else{ // fallback for undefined cases retval = itemOneID < itemTwoID; } return retval; } wxMacDataBrowserListCtrlControl::~wxMacDataBrowserListCtrlControl() { } void wxMacDataBrowserListCtrlControl::MacSetColumnInfo( unsigned int row, unsigned int column, wxListItem* item ) { wxMacDataItem* dataItem = GetItemFromLine(row); wxASSERT_MSG( dataItem, _T("could not obtain wxMacDataItem for row in MacSetColumnInfo. Is row a valid wxListCtrl row?") ); if (dataItem && item) { wxMacListCtrlItem* listItem = wx_static_cast(wxMacListCtrlItem*,dataItem); bool hasInfo = listItem->HasColumnInfo( column ); listItem->SetColumnInfo( column, item ); listItem->SetOrder(row); UpdateState(dataItem, item); wxListCtrl* list = wxDynamicCast( GetPeer() , wxListCtrl ); // NB: When this call was made before a control was completely shown, it would // update the item prematurely (i.e. no text would be listed) and, on show, // only the sorted column would be refreshed, meaning only first column text labels // would be shown. Making sure not to update items until the control is visible // seems to fix this issue. if (hasInfo && list->IsShown() && IsDrawingEnabled() ) UpdateItem( wxMacDataBrowserRootContainer, listItem , kMinColumnId + column ); } } // apply changes that need to happen immediately, rather than when the // databrowser control fires a callback. void wxMacDataBrowserListCtrlControl::UpdateState(wxMacDataItem* dataItem, wxListItem* listItem) { bool isSelected = IsItemSelected( dataItem ); bool isSelectedState = (listItem->GetState() == wxLIST_STATE_SELECTED); // toggle the selection state if wxListInfo state and actual state don't match. if ( listItem->GetMask() & wxLIST_MASK_STATE && isSelected != isSelectedState ) { DataBrowserSetOption options = kDataBrowserItemsAdd; if (!isSelectedState) options = kDataBrowserItemsRemove; SetSelectedItem(dataItem, options); } // TODO: Set column width if item width > than current column width } void wxMacDataBrowserListCtrlControl::MacGetColumnInfo( unsigned int row, unsigned int column, wxListItem& item ) { wxMacDataItem* dataItem = GetItemFromLine(row); wxASSERT_MSG( dataItem, _T("could not obtain wxMacDataItem in MacGetColumnInfo. Is row a valid wxListCtrl row?") ); // CS should this guard against dataItem = 0 ? , as item is not a pointer if (item) is not appropriate if (dataItem) { wxMacListCtrlItem* listItem =wx_static_cast(wxMacListCtrlItem*,dataItem); if (!listItem->HasColumnInfo( column )) return; wxListItem* oldItem = listItem->GetColumnInfo( column ); if (oldItem) { long mask = item.GetMask(); if ( !mask ) // by default, get everything for backwards compatibility mask = -1; if ( mask & wxLIST_MASK_TEXT ) item.SetText(oldItem->GetText()); if ( mask & wxLIST_MASK_IMAGE ) item.SetImage(oldItem->GetImage()); if ( mask & wxLIST_MASK_DATA ) item.SetData(oldItem->GetData()); if ( mask & wxLIST_MASK_STATE ) item.SetState(oldItem->GetState()); if ( mask & wxLIST_MASK_WIDTH ) item.SetWidth(oldItem->GetWidth()); if ( mask & wxLIST_MASK_FORMAT ) item.SetAlign(oldItem->GetAlign()); item.SetTextColour(oldItem->GetTextColour()); item.SetBackgroundColour(oldItem->GetBackgroundColour()); item.SetFont(oldItem->GetFont()); } } } void wxMacDataBrowserListCtrlControl::MacInsertItem( unsigned int n, wxListItem* item ) { wxMacDataItemBrowserControl::MacInsert(n, item->GetText()); MacSetColumnInfo(n, 0, item); } wxMacDataItem* wxMacDataBrowserListCtrlControl::CreateItem() { return new wxMacListCtrlItem(); } void wxMacDataBrowserListCtrlControl::SetDrawingEnabled( bool enable ) { if ( m_drawingEnabled != enable ) { m_drawingEnabled = enable; if( enable ) { verify_noerr( wxMacDataBrowserControl::UpdateItems( kDataBrowserNoItem , 0, NULL, kDataBrowserItemNoProperty /* notSorted */, kDataBrowserNoItem ) ); } } wxMacDataItemBrowserControl::SetDrawingEnabled(enable); } wxMacListCtrlItem::wxMacListCtrlItem() { m_rowItems = wxListItemList(); } int wxMacListCtrlItem::GetColumnImageValue( unsigned int column ) { if ( HasColumnInfo(column) ) return GetColumnInfo(column)->GetImage(); return -1; } void wxMacListCtrlItem::SetColumnImageValue( unsigned int column, int imageIndex ) { if ( HasColumnInfo(column) ) GetColumnInfo(column)->SetImage(imageIndex); } wxString wxMacListCtrlItem::GetColumnTextValue( unsigned int column ) { if ( column == 0 ) return GetLabel(); if ( HasColumnInfo(column) ) return GetColumnInfo(column)->GetText(); return wxEmptyString; } void wxMacListCtrlItem::SetColumnTextValue( unsigned int column, const wxString& text ) { if ( HasColumnInfo(column) ) GetColumnInfo(column)->SetText(text); // for compatibility with superclass APIs if ( column == 0 ) SetLabel(text); } wxListItem* wxMacListCtrlItem::GetColumnInfo( unsigned int column ) { wxASSERT_MSG( HasColumnInfo(column), _T("invalid column index in wxMacListCtrlItem") ); return m_rowItems[column]; } bool wxMacListCtrlItem::HasColumnInfo( unsigned int column ) { return !(m_rowItems.find( column ) == m_rowItems.end()); } void wxMacListCtrlItem::SetColumnInfo( unsigned int column, wxListItem* item ) { if ( !HasColumnInfo(column) ) { wxListItem* listItem = new wxListItem(*item); m_rowItems[column] = listItem; } else { wxListItem* listItem = GetColumnInfo( column ); long mask = item->GetMask(); if (mask & wxLIST_MASK_TEXT) listItem->SetText(item->GetText()); if (mask & wxLIST_MASK_DATA) listItem->SetData(item->GetData()); if (mask & wxLIST_MASK_IMAGE) listItem->SetImage(item->GetImage()); if (mask & wxLIST_MASK_STATE) listItem->SetState(item->GetState()); if (mask & wxLIST_MASK_FORMAT) listItem->SetAlign(item->GetAlign()); if (mask & wxLIST_MASK_WIDTH) listItem->SetWidth(item->GetWidth()); if ( item->HasAttributes() ) { if ( listItem->HasAttributes() ) listItem->GetAttributes()->AssignFrom(*item->GetAttributes()); else { listItem->SetTextColour(item->GetTextColour()); listItem->SetBackgroundColour(item->GetBackgroundColour()); listItem->SetFont(item->GetFont()); } } } } int wxListCtrl::CalcColumnAutoWidth(int col) const { int width = 0; for ( int i = 0; i < GetItemCount(); i++ ) { wxListItem info; info.SetMask(wxLIST_MASK_TEXT | wxLIST_MASK_IMAGE); info.SetId(i); info.SetColumn(col); GetItem(info); const wxFont font = info.GetFont(); int w = 0; if ( font.IsOk() ) GetTextExtent(info.GetText(), &w, NULL, NULL, NULL, &font); else GetTextExtent(info.GetText(), &w, NULL); w += 2 * kItemPadding; if ( info.GetImage() != -1 ) w += kIconWidth; width = wxMax(width, w); } return width; } #endif // wxUSE_LISTCTRL
6b327631b8bf1b4e13d40fdd7d38a1c49a7e2ff0
07e1dad3c60c86525ee7baa34f3cf06063ad03be
/Projects/Coding/Facebook Interview/romanNumeral.cpp
a756f228042d891dd8a1e7fa91f3e1cdea011e0c
[]
no_license
prateekstark/Coding
780297c1e882c92d07a3c8c101b291f46597f114
96a304cef669986d66db8ccf72e90a60f6b873a0
refs/heads/master
2020-07-24T17:34:57.744567
2019-12-19T07:37:19
2019-12-19T07:37:19
207,997,650
0
0
null
null
null
null
UTF-8
C++
false
false
769
cpp
#include<iostream> #include<string> using namespace std; string convertToRoman(int n){ string answer = ""; if(n/1000 != 0){ answer = "M" + convertToRoman(n - 1000); } else if(n/500 != 0){ answer = "D" + convertToRoman(n - 500); } else if(n/100 != 0){ answer = "C" + convertToRoman(n - 100); } else if(n/50 != 0){ answer = "L" + convertToRoman(n - 50); } else if(n/10 != 0){ answer = "X" + convertToRoman(n - 10); } else if(n/5 != 0){ answer = "V" + convertToRoman(n - 5); } else if(n/1 != 0){ answer = "I" + convertToRoman(n - 1); } return answer; } int main(){ int n; cin>>n; cout<<convertToRoman(n)<<endl; return 0; }
c6a28b69d85daee9470af425188e1fb7352b5963
e45deb7e0a787fd5ec66f78e3534bbb376e070e3
/test.cpp
0f4458e1271f12b9d129273868cf76d2dec81c69
[]
no_license
georgercarder/blake2_merkleTree
39975761c67e8483b100ef0b2c7bea161c780e4f
79e19cd047d938830c95402c078c87925d56aee9
refs/heads/master
2021-04-16T06:41:41.652571
2020-03-24T01:34:42
2020-03-24T01:34:42
249,335,332
0
0
null
null
null
null
UTF-8
C++
false
false
769
cpp
#include <iostream> #include <fstream> #include <vector> void generateTestData(std::vector<std::string> &filenames) { std::cout << "Wait.. Generating Test Data...\n"; uint64_t filesize = 1000000; std::ofstream firstFile; firstFile.open(filenames.at(0)); for (int i = 0; i < filesize; ++i) { firstFile << (uint8_t)rand(); } firstFile.close(); std::ifstream firstFileRead; firstFileRead.open(filenames.at(0)); int times = 10; for (int i = 1; i < filenames.size(); ++i) { std::ofstream ofile; ofile.open(filenames.at(i)); for (int j = 0; j < times; ++j) { ofile << firstFileRead.rdbuf(); firstFileRead.seekg(0, std::ios::beg); } times *= 10; ofile.close(); } std::cout << "Test data generated."; }
05908cca5b7911e15ac7255dc93139cbb5aa1a8e
9732270148d744ca01c5d43cbfaddbcaf313fb80
/vjudge/HDU/2717/7744027_WA_0ms_0kB.cpp
cc31a412c259a2fec5f1f887801a82d0d6af8ccb
[]
no_license
Bocity/ACM
bbb7c414aa8abae6d88e2bb89c4ab1fd105a1c5a
9ec1ece943a4608e96829b07374c3567edcd6872
refs/heads/master
2021-01-04T02:41:42.108269
2019-01-18T07:17:01
2019-01-18T07:17:01
76,115,460
0
0
null
null
null
null
UTF-8
C++
false
false
956
cpp
#include <iostream> #include <cstring> #include <queue> #include <cstdio> #include <string> using namespace std; int vis[300000]={0}; struct qq { long long x,y,z; }; long long m,n,x2,y2,z1,z2,k; long long bfs() { long long sum=0; queue<int>q; q.push(n); while (!q.empty()) { int t=q.front(); q.pop(); if (t==m) return vis[t]; int pp=t+1; if (pp<=3*m+1&&pp>=0&&!vis[pp]) { vis[pp]=vis[t]+1; q.push(pp); } pp=t-1; if (pp<=3*m+1&&pp>=0&&!vis[pp]) { vis[pp]=vis[t]+1; q.push(pp); } pp=t*2; if (pp<=3*m+1&&pp>=0&&!vis[pp]) { vis[pp]=vis[t]+1; q.push(pp); } } return -1; } int main() { cin>>n>>m; vis[n]=0; int result=bfs(); cout<<result; return 0; }
d3bba6a55d6a926ad30dab1f96dbfd1cf575e201
2c6c8ad1ebccc43a10f87e3e573dd3cae8e09419
/Core/SulphurEntity.cpp
84aa6462c298495a6d336c17b1e8994d25531cc2
[ "Unlicense" ]
permissive
bitnimble/Sulphur
81ce510713a80ae195b5d7fff5377927986bfa03
65820d66ab8dd736e5ce64901177dbdf2ef48100
refs/heads/master
2022-05-09T22:27:08.645255
2016-11-04T13:24:28
2016-11-04T13:24:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,069
cpp
#include "SulphurEntity.h" SulphurEntity::SulphurEntity(ModelInstance *innerModel, btRigidBody *innerBody, const char *description) : modelInstance(innerModel), body(innerBody), description(description){ body->setUserPointer(this); } SulphurEntity::~SulphurEntity() { delete modelInstance; delete body; } void SulphurEntity::moveX(float xVel) { btVector3 currentVelocity = body->getLinearVelocity(); body->setLinearVelocity(btVector3(xVel, currentVelocity.getY(), currentVelocity.getZ())); body->activate(); } void SulphurEntity::moveY(float yVel) { btVector3 currentVelocity = body->getLinearVelocity(); body->setLinearVelocity(btVector3(currentVelocity.getX(), yVel, currentVelocity.getZ())); body->activate(); } void SulphurEntity::moveZ(float zVel) { btVector3 currentVelocity = body->getLinearVelocity(); body->setLinearVelocity(btVector3(currentVelocity.getX(), currentVelocity.getY(), zVel)); body->activate(); } void SulphurEntity::onCollision(SulphurEntity *other) { } SulphurEntity *SulphurEntity::getWorld() { return NULL; }
b0e773939ad06ec9428bd99c6d4811bb65064a99
558e30cb0a3463261fabf6a99c2e157ebc3137ac
/modules/MemoryDocument/MemoryDocumentReader.hpp
51a256c641af9807407d9c00fc1a472a0ebdd1c0
[]
no_license
tak2004/RadiumDB
0f30122cee4357d78a27901aa5084e8a6449bb80
2fb1dfcb8eca8d3f888202d823a2a584827c3a4e
refs/heads/master
2020-12-24T08:31:11.574468
2016-09-17T18:07:47
2016-09-17T18:07:47
31,868,009
0
0
null
null
null
null
UTF-8
C++
false
false
384
hpp
#ifndef RDB_MEMORYDOCUMENTREADER_HPP #define RDB_MEMORYDOCUMENTREADER_HPP #if _MSC_VER > 1000 #pragma once #endif #include <RadiumDB/DCL/DocumentReader.hpp> namespace RadiumDB { class MemoryDocumentReader: public DCL::DocumentReader { public: virtual RF_Type::Bool ReadFrom(const RF_IO::Uri& Location, DCL::Document& IntoDocument); }; } #endif // RDB_MEMORYDOCUMENTREADER_HPP
19219c2060383470559085f5fd32644bdd87e656
45aa0baa25726e9caad076dad3ae7a06e031a6ca
/00283_move-zeroes/200705-1.cpp
978cc11efc3605d7b28e02932b03e4a5cbcd3bee
[ "MIT" ]
permissive
yanlinlin82/leetcode
454cab5d9ce407cdb8e9b2746cc6f977a9e24521
ddcc0b9606d951cff9c08d1f7dfbc202067c8d65
refs/heads/master
2021-07-09T08:44:42.708510
2020-11-08T12:43:53
2020-11-08T12:43:53
211,864,977
8
1
null
null
null
null
UTF-8
C++
false
false
696
cpp
// https://leetcode-cn.com/problems/move-zeroes/ #include <iostream> #include <vector> using namespace std; class Solution { public: void moveZeroes(vector<int>& nums) { int i = 0, j = 0, n = nums.size(); while (i < n) { if (nums[i] == 0) { ++i; } else { if (i != j) { nums[j] = nums[i]; } ++i; ++j; } } while (j < n) { nums[j++] = 0; } } }; void print(const vector<int>& a) { cout << "[ "; for (auto e : a) cout << e << " "; cout << "]" << endl; } int main() { Solution s; { vector<int> a = {0,1,0,3,12}; print(a); s.moveZeroes(a); print(a); } { vector<int> a = {1}; print(a); s.moveZeroes(a); print(a); } return 0; }
ee5d72e6c2c0da232a41aa27701f76c6dad4230b
ecbad814568f9be658845e7e1e04b2c32c870975
/CodeVita/Round 2/Brackets.cpp
c2aa056a99e06866bf35d17cac4e56a43c5cac72
[]
no_license
prathmesh36/Competitive-Coding
d320969683e3d874955b147c0b3d294a8cc1a5b6
f6298de1546d24feaff9191c26e8ac436feee10f
refs/heads/master
2021-04-15T04:46:33.521565
2018-05-22T03:25:15
2018-05-22T03:25:15
126,813,893
1
0
null
null
null
null
UTF-8
C++
false
false
2,155
cpp
#include <iostream> #include<vector> #include<string> #include<limits> using namespace std; int main() { int tc; cin>>tc; cin.ignore (numeric_limits<streamsize>::max(), '\n'); while(tc--) { string s; int flag=0,brflag=0; vector<char> brac; getline(cin,s); for(unsigned int i=0;i<s.length();i++) { if((s[i]=='(' || s[i]=='<' || s[i]=='{' || s[i]=='[' || s[i]=='/') && flag==0) { brac.push_back(s[i]); } else if((s[i]==')') && flag==0) { if(brac.size()>0) { if(brac[brac.size()-1]=='(') { brac.pop_back(); } else { brflag=1; break; } } else { brflag=1; break; } } else if(s[i]=='>' && flag==0) { if(brac.size()>0) { if(brac[brac.size()-1]=='<') { brac.pop_back(); } else { brflag=1; break; } }else { brflag=1; break; } } else if(s[i]=='}' && flag==0) { if(brac.size()>0) { if(brac[brac.size()-1]=='{') { brac.pop_back(); } else { brflag=1; break; } } else { brflag=1; break; } } else if(s[i]==']' && flag==0) { if(brac.size()>0) { if(brac[brac.size()-1]=='[') { brac.pop_back(); } else { brflag=1; break; } } else { brflag=1; break; } } else if(s[i]=='\\' && flag==0) { if(brac.size()>0) { if(brac[brac.size()-1]=='/') { brac.pop_back(); } else { brflag=1; break; } } else { brflag=1; break; } } else if(s[i]=='@' && flag==0) { if(s[i+1]=='*') { flag=1; i=i+1; } } else if(s[i]=='*' && flag==1) { if(s[i+1]=='@') { flag=0; i=i+1; } } } if(brac.size()==0 && brflag!=1) { cout<<"True\n"; } else { cout<<"False\n"; } } return 0; }
41e533e6479d41fd08dd877f9fbb4d4e22d75427
fbf1762846a7b779b38740eabeeb7805ba79289e
/app/libs/ogre/OgreMain/src/Compositor/Pass/OgreCompositorPassDef.cpp
7616710a2d042584b66fe351c0e7c4921b13c801
[ "MIT" ]
permissive
litao1009/AndroidOgreTest
8b591202515cfcc22d741d1c35da3ae9bf4a7bf4
a339100e46631d45523c0a185a7e2ceaba89cc78
refs/heads/master
2020-06-14T18:04:32.390217
2019-04-17T07:03:52
2019-04-17T07:03:52
75,349,260
3
2
null
null
null
null
UTF-8
C++
false
false
3,849
cpp
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2014 Torus Knot Software Ltd 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 "OgreStableHeaders.h" #include "Compositor/Pass/OgreCompositorPassDef.h" #include "Compositor/Pass/PassClear/OgreCompositorPassClearDef.h" #include "Compositor/Pass/PassQuad/OgreCompositorPassQuadDef.h" #include "Compositor/Pass/PassScene/OgreCompositorPassSceneDef.h" #include "Compositor/Pass/PassStencil/OgreCompositorPassStencilDef.h" #include "Compositor/OgreCompositorNodeDef.h" #include "Compositor/OgreCompositorManager2.h" #include "Compositor/Pass/OgreCompositorPassProvider.h" namespace Ogre { CompositorTargetDef::~CompositorTargetDef() { CompositorPassDefVec::const_iterator itor = mCompositorPasses.begin(); CompositorPassDefVec::const_iterator end = mCompositorPasses.end(); while( itor != end ) { OGRE_DELETE *itor; ++itor; } mCompositorPasses.clear(); } //----------------------------------------------------------------------------------- CompositorPassDef* CompositorTargetDef::addPass( CompositorPassType passType, IdString customId ) { CompositorPassDef *retVal = 0; switch( passType ) { case PASS_CLEAR: retVal = OGRE_NEW CompositorPassClearDef( mRtIndex ); break; case PASS_QUAD: retVal = OGRE_NEW CompositorPassQuadDef( mParentNodeDef, mRtIndex ); break; case PASS_SCENE: retVal = OGRE_NEW CompositorPassSceneDef( mRtIndex ); break; case PASS_STENCIL: retVal = OGRE_NEW CompositorPassStencilDef( mRtIndex ); break; case PASS_CUSTOM: { CompositorPassProvider *passProvider = mParentNodeDef->getCompositorManager()-> getCompositorPassProvider(); if( !passProvider ) { OGRE_EXCEPT( Exception::ERR_INVALID_STATE, "Using custom compositor passes but no provider is set", "CompositorTargetDef::addPass" ); } retVal = passProvider->addPassDef( passType, customId, mRtIndex, mParentNodeDef ); } break; default: break; } mCompositorPasses.push_back( retVal ); return retVal; } //----------------------------------------------------------------------------------- }
21fcac42006f7057471462b7379c2aa1658df642
a317e14145ad106f17a999e5dc7747f9dfd34bbe
/src/EnergyPlus/DataAirLoop.cc
864f1de17a05101e649155852722ca44e677524e
[ "BSD-2-Clause" ]
permissive
CharlieHong/Success-Ejia
8fd20a99e568971309372d10f00695935412b1b4
a1ca38e9fbb25c41af44d250fb7ccb63a6f9854c
refs/heads/master
2020-03-28T14:13:39.125812
2018-09-12T12:17:32
2018-09-12T12:17:32
148,469,174
0
0
null
null
null
null
UTF-8
C++
false
false
5,600
cc
// EnergyPlus, Copyright (c) 1996-2018, The Board of Trustees of the University of Illinois, // The Regents of the University of California, through Lawrence Berkeley National Laboratory // (subject to receipt of any required approvals from the U.S. Dept. of Energy), Oak Ridge // National Laboratory, managed by UT-Battelle, Alliance for Sustainable Energy, LLC, and other // contributors. All rights reserved. // // NOTICE: This Software was developed under funding from the U.S. Department of Energy and the // U.S. Government consequently retains certain rights. As such, the U.S. Government has been // granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, // worldwide license in the Software to reproduce, distribute copies to the public, prepare // derivative works, and perform publicly and display publicly, and to permit others to do so. // // 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 University of California, Lawrence Berkeley National Laboratory, // the University of Illinois, U.S. Dept. of Energy nor the names of its contributors may be // used to endorse or promote products derived from this software without specific prior // written permission. // // (4) Use of EnergyPlus(TM) Name. If Licensee (i) distributes the software in stand-alone form // without changes from the version obtained under this License, or (ii) Licensee makes a // reference solely to the software portion of its product, Licensee must refer to the // software as "EnergyPlus version X" software, where "X" is the version number Licensee // obtained under this License and may not use a different name for the software. Except as // specifically required in this Section (4), Licensee shall not use in a company name, a // product name, in advertising, publicity, or other promotional activities any name, trade // name, trademark, logo, or other designation of "EnergyPlus", "E+", "e+" or confusingly // similar designation, without the U.S. Department of Energy's prior written consent. // // 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. // EnergyPlus Headers #include <DataAirLoop.hh> #include <DataPrecisionGlobals.hh> namespace EnergyPlus { namespace DataAirLoop { // MODULE INFORMATION: // AUTHOR Fred Buhl // DATE WRITTEN November 2003 // MODIFIED L. Gu, Jan. 24, 2007. Add more variables to get information on OnOff fan operation // RE-ENGINEERED na // PURPOSE OF THIS MODULE: // This data-only module contains type definitions and variables // associated with HVAC air loops (AirLoopHVAC objects). // REFERENCES: // na // OTHER NOTES: // na // Using/Aliasing using namespace DataPrecisionGlobals; // Data // -only module should be available to other modules and routines. // Thus, all variables in this module must be PUBLIC. // MODULE PARAMETER DEFINITIONS: // DERIVED TYPE DEFINITIONS: // INTERFACE BLOCK SPECIFICATIONS // na // MODULE VARIABLE DECLARATIONS: int NumOASystems(0); // Number of Outdoor Air Systems Real64 LoopDXCoilRTF(0.0); // OnOff fan run time fraction in an HVAC Air Loop bool AirLoopInputsFilled(false); // Set to TRUE after first pass through air loop // Object Data Array1D<AirLoopZoneEquipConnectData> AirToZoneNodeInfo; Array1D<AirLoopOutsideAirConnectData> AirToOANodeInfo; Array1D<DefinePriAirSysAvailMgrs> PriAirSysAvailMgr; Array1D<AirLooptoZoneData> AirLoopZoneInfo; Array1D<AirLoopControlData> AirLoopControlInfo; Array1D<AirLoopFlowData> AirLoopFlow; Array1D<OutsideAirSysProps> OutsideAirSys; Array1D<AirLoopAFNData> AirLoopAFNInfo; // Clears the global data in DataAirLoop. // Needed for unit tests, should not be normally called. void clear_state() { NumOASystems = 0; LoopDXCoilRTF = 0.0; AirLoopInputsFilled = false; AirLoopAFNInfo.deallocate(); AirToZoneNodeInfo.deallocate(); AirToOANodeInfo.deallocate(); PriAirSysAvailMgr.deallocate(); AirLoopZoneInfo.deallocate(); AirLoopControlInfo.deallocate(); AirLoopFlow.deallocate(); OutsideAirSys.deallocate(); } } // namespace DataAirLoop } // namespace EnergyPlus
00733afcfb90138e803415f05993e4ef5bc87832
978f4aaeb66116e60092a541732463953301d1a3
/DHTtester.ino
e04aa4421d1267f34c3c0908f1bba4fae6b55cd1
[]
no_license
charles-haynes/unit-test-all-the-things
5343c75940e10a126a8433fe77cf574f28266ce7
8fe99593a96790efe2ec724a8b7455e701b61b83
refs/heads/master
2021-07-02T07:34:56.471635
2017-09-22T23:14:05
2017-09-22T23:14:05
104,306,115
3
0
null
null
null
null
UTF-8
C++
false
false
1,131
ino
// Example testing sketch for various DHT humidity/temperature sensors // Written by ladyada, public domain #include "DHT.h" #include "DHTtester.h" #define DHTPIN 2 // what digital pin we're connected to // Uncomment whatever type you're using! //#define DHTTYPE DHT11 // DHT 11 #define DHTTYPE DHT22 // DHT 22 (AM2302), AM2321 //#define DHTTYPE DHT21 // DHT 21 (AM2301) // Connect pin 1 (on the left) of the sensor to +5V // NOTE: If using a board with 3.3V logic like an Arduino Due connect pin 1 // to 3.3V instead of 5V! // Connect pin 2 of the sensor to whatever your DHTPIN is // Connect pin 4 (on the right) of the sensor to GROUND // Connect a 10K resistor from pin 2 (data) to pin 1 (power) of the sensor // Initialize DHT sensor. // Note that older versions of this library took an optional third parameter to // tweak the timings for faster processors. This parameter is no longer needed // as the current DHT reading algorithm adjusts itself to work on faster procs. DHT dht(DHTPIN, DHTTYPE); DHTtester<DHT> dhttester(&dht); void setup() { dhttester.setup(); } void loop() { dhttester.loop(); }
fcd2d16f6b8adcd58ecf50953ee458214e0f3d5c
30bfd55bcec2f6ff6392fd4c10b732f4077af3f2
/assignments/ch5.cpp
8fc5a1aa5aa58910c00bc24a9f77ff4ddcdb2df9
[]
no_license
zedwarth/C-Programming
e5c99475e5c6a5e3b9b72d288a346fc63fdc5ca2
09dd84d015f51d7926a3dd29815c31196d5a73de
refs/heads/master
2021-01-22T10:02:24.225905
2013-12-05T02:41:43
2013-12-05T02:41:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,033
cpp
/* Seth Szymanski * Chapter 5 Assignment * clang version 3.3 * Coin flip simulation * */ #include <stdio.h> #include <stdlib.h> #include <time.h> int flipCoin( void ); /* function main begins program execution */ int main( void ) { int sentinal = 1; int i, toss, flip; srand( time( NULL ) ); do{ for( toss = 10; toss <= 1000000; toss = toss * 10 ){ int heads = 0; int tails = 0; for( i = toss; i > 0; i-- ){ flip = flipCoin(); if( flip == 0) heads++; else tails++; } printf("Trials: %d\n", toss); printf("Head count: %9d Percent Heads %2.2f\n", heads, double(heads)/toss*100); printf("Tail count: %9d Percent Tails %2.2f\n", tails, double(tails)/toss*100); } printf("Try Again (1) Exit (0)"); scanf("%d", &sentinal); }while(sentinal == 1); return 0; /*indicate that program ended successfully */ } /* end function main */ int flipCoin( void ) { //Return 0 or 1 return ( rand() % 2); // return tails; //Source from a real coin flip; guaranteed to be random }
52cff1de2000567deb07640b187f3c0cbd03da71
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/read-md.h
34a64fa93a2a9945be2df5d712a0ac36ce2ae7ae
[ "LGPL-2.1-only", "FSFAP", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C++
false
false
13,195
h
/* MD reader definitions. Copyright (C) 1987-2022 Free Software Foundation, Inc. This file is part of GCC. GCC 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. GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ #ifndef GCC_READ_MD_H #define GCC_READ_MD_H #include "obstack.h" /* Records a position in the file. */ class file_location { public: file_location () {} file_location (const char *, int, int); const char *filename; int lineno; int colno; }; inline file_location::file_location (const char *filename_in, int lineno_in, int colno_in) : filename (filename_in), lineno (lineno_in), colno (colno_in) {} /* Holds one symbol or number in the .md file. */ struct md_name { /* The name as it appeared in the .md file. Names are syntactically limited to the length of this buffer. */ char buffer[256]; /* The name that should actually be used by the generator programs. This is an expansion of NAME, after things like constant substitution. */ char *string; }; /* This structure represents a constant defined by define_constant, define_enum, or such-like. */ struct md_constant { /* The name of the constant. */ char *name; /* The string to which the constants expands. */ char *value; /* If the constant is associated with a enumeration, this field points to that enumeration, otherwise it is null. */ struct enum_type *parent_enum; }; /* This structure represents one value in an enum_type. */ struct enum_value { /* The next value in the enum, or null if this is the last. */ struct enum_value *next; /* The name of the value as it appears in the .md file. */ char *name; /* The definition of the related C value. */ struct md_constant *def; }; /* This structure represents an enum defined by define_enum or the like. */ struct enum_type { /* The C name of the enumeration. */ char *name; /* True if this is an md-style enum (DEFINE_ENUM) rather than a C-style enum (DEFINE_C_ENUM). */ bool md_p; /* The values of the enumeration. There is always at least one. */ struct enum_value *values; /* A pointer to the null terminator in VALUES. */ struct enum_value **tail_ptr; /* The number of enumeration values. */ unsigned int num_values; }; /* Describes one instance of an overloaded_name. */ struct overloaded_instance { /* The next instance in the chain, or null if none. */ overloaded_instance *next; /* The values that the overloaded_name arguments should have for this instance to be chosen. Each value is a C token. */ vec<const char *> arg_values; /* The full (non-overloaded) name of the pattern. */ const char *name; /* The corresponding define_expand or define_insn. */ rtx insn; }; /* Describes a define_expand or define_insn whose name was preceded by '@'. Overloads are uniquely determined by their name and the types of their arguments; it's possible to have overloads with the same name but different argument types. */ struct overloaded_name { /* The next overloaded name in the chain. */ overloaded_name *next; /* The overloaded name (i.e. the name with "@" character and "<...>" placeholders removed). */ const char *name; /* The C types of the iterators that determine the underlying pattern, in the same order as in the pattern name. E.g. "<mode>" in the pattern name would give a "machine_mode" argument here. */ vec<const char *> arg_types; /* The first instance associated with this overloaded_name. */ overloaded_instance *first_instance; /* Where to chain new overloaded_instances. */ overloaded_instance **next_instance_ptr; }; struct mapping; /* A class for reading .md files and RTL dump files. Implemented in read-md.cc. This class has responsibility for reading chars from input files, and for certain common top-level directives including the "include" directive. It does not handle parsing the hierarchically-nested expressions of rtl.def; for that see the rtx_reader subclass below (implemented in read-rtl.cc). */ class md_reader { public: /* Associates PTR (which can be a string, etc.) with the file location specified by LOC. */ struct ptr_loc { const void *ptr; file_location loc; }; md_reader (bool compact); virtual ~md_reader (); bool read_md_files (int, const char **, bool (*) (const char *)); bool read_file (const char *filename); bool read_file_fragment (const char *filename, int first_line, int last_line); /* A hook that handles a single .md-file directive, up to but not including the closing ')'. It takes two arguments: the file position at which the directive started, and the name of the directive. The next unread character is the optional space after the directive name. */ virtual void handle_unknown_directive (file_location, const char *) = 0; file_location get_current_location () const; bool is_compact () const { return m_compact; } /* Defined in read-md.cc. */ int read_char (void); void unread_char (int ch); file_location read_name (struct md_name *name); file_location read_name_or_nil (struct md_name *); void read_escape (); char *read_quoted_string (); char *read_braced_string (); char *read_string (int star_if_braced); void read_skip_construct (int depth, file_location loc); void require_char (char expected); void require_char_ws (char expected); void require_word_ws (const char *expected); int peek_char (void); void set_md_ptr_loc (const void *ptr, file_location); const struct ptr_loc *get_md_ptr_loc (const void *ptr); void copy_md_ptr_loc (const void *new_ptr, const void *old_ptr); void fprint_md_ptr_loc (FILE *outf, const void *ptr); void print_md_ptr_loc (const void *ptr); struct enum_type *lookup_enum_type (const char *name); void traverse_enum_types (htab_trav callback, void *info); void handle_constants (); void traverse_md_constants (htab_trav callback, void *info); void handle_enum (file_location loc, bool md_p); const char *join_c_conditions (const char *cond1, const char *cond2); void fprint_c_condition (FILE *outf, const char *cond); void print_c_condition (const char *cond); /* Defined in read-rtl.cc. */ const char *apply_iterator_to_string (const char *string); rtx copy_rtx_for_iterators (rtx original); void read_conditions (); void record_potential_iterator_use (struct iterator_group *group, file_location loc, rtx x, unsigned int index, const char *name); struct mapping *read_mapping (struct iterator_group *group, htab_t table); overloaded_name *handle_overloaded_name (rtx, vec<mapping *> *); const char *get_top_level_filename () const { return m_toplevel_fname; } const char *get_filename () const { return m_read_md_filename; } int get_lineno () const { return m_read_md_lineno; } int get_colno () const { return m_read_md_colno; } struct obstack *get_string_obstack () { return &m_string_obstack; } htab_t get_md_constants () { return m_md_constants; } overloaded_name *get_overloads () const { return m_first_overload; } private: /* A singly-linked list of filenames. */ struct file_name_list { struct file_name_list *next; const char *fname; }; private: void handle_file (); void handle_toplevel_file (); void handle_include (file_location loc); void add_include_path (const char *arg); bool read_name_1 (struct md_name *name, file_location *out_loc); private: /* Are we reading a compact dump? */ bool m_compact; /* The name of the toplevel file that indirectly included m_read_md_file. */ const char *m_toplevel_fname; /* The directory part of m_toplevel_fname NULL if m_toplevel_fname is a bare filename. */ char *m_base_dir; /* The file we are reading. */ FILE *m_read_md_file; /* The filename of m_read_md_file. */ const char *m_read_md_filename; /* The current line number in m_read_md_file. */ int m_read_md_lineno; /* The current column number in m_read_md_file. */ int m_read_md_colno; /* The column number before the last newline, so that we can handle unread_char ('\n') at least once whilst retaining column information. */ int m_last_line_colno; /* The first directory to search. */ file_name_list *m_first_dir_md_include; /* A pointer to the null terminator of the md include chain. */ file_name_list **m_last_dir_md_include_ptr; /* Obstack used for allocating MD strings. */ struct obstack m_string_obstack; /* A table of ptr_locs, hashed on the PTR field. */ htab_t m_ptr_locs; /* An obstack for the above. Plain xmalloc is a bit heavyweight for a small structure like ptr_loc. */ struct obstack m_ptr_loc_obstack; /* A hash table of triples (A, B, C), where each of A, B and C is a condition and A is equivalent to "B && C". This is used to keep track of the source of conditions that are made up of separate MD strings (such as the split condition of a define_insn_and_split). */ htab_t m_joined_conditions; /* An obstack for allocating joined_conditions entries. */ struct obstack m_joined_conditions_obstack; /* A table of md_constant structures, hashed by name. Null if no constant expansion should occur. */ htab_t m_md_constants; /* A table of enum_type structures, hashed by name. */ htab_t m_enum_types; /* If non-zero, filter the input to just this subset of lines. */ int m_first_line; int m_last_line; /* The first overloaded_name. */ overloaded_name *m_first_overload; /* Where to chain further overloaded_names, */ overloaded_name **m_next_overload_ptr; /* A hash table of overloaded_names, keyed off their name and the types of their arguments. */ htab_t m_overloads_htab; }; /* Global singleton; constrast with rtx_reader_ptr below. */ extern md_reader *md_reader_ptr; /* An md_reader subclass which skips unknown directives, for the gen* tools that purely use read-md.o. */ class noop_reader : public md_reader { public: noop_reader () : md_reader (false) {} /* A dummy implementation which skips unknown directives. */ void handle_unknown_directive (file_location, const char *); }; /* An md_reader subclass that actually handles full hierarchical rtx expressions. Implemented in read-rtl.cc. */ class rtx_reader : public md_reader { public: rtx_reader (bool compact); ~rtx_reader (); bool read_rtx (const char *rtx_name, vec<rtx> *rtxen); rtx rtx_alloc_for_name (const char *); rtx read_rtx_code (const char *code_name); virtual rtx read_rtx_operand (rtx return_rtx, int idx); rtx read_nested_rtx (); rtx read_rtx_variadic (rtx form); char *read_until (const char *terminator_chars, bool consume_terminator); virtual void handle_any_trailing_information (rtx) {} virtual rtx postprocess (rtx x) { return x; } /* Hook to allow function_reader subclass to put STRINGBUF into gc-managed memory, rather than within an obstack. This base class implementation is a no-op. */ virtual const char *finalize_string (char *stringbuf) { return stringbuf; } protected: /* Analogous to rtx_writer's m_in_call_function_usage. */ bool m_in_call_function_usage; /* Support for "reuse_rtx" directives. */ auto_vec<rtx> m_reuse_rtx_by_id; }; /* Global singleton; constrast with md_reader_ptr above. */ extern rtx_reader *rtx_reader_ptr; extern void (*include_callback) (const char *); /* Read the next character from the MD file. */ static inline int read_char (void) { return md_reader_ptr->read_char (); } /* Put back CH, which was the last character read from the MD file. */ static inline void unread_char (int ch) { md_reader_ptr->unread_char (ch); } extern hashval_t leading_string_hash (const void *); extern int leading_string_eq_p (const void *, const void *); extern const char *join_c_conditions (const char *, const char *); extern void message_at (file_location, const char *, ...) ATTRIBUTE_PRINTF_2; extern void error_at (file_location, const char *, ...) ATTRIBUTE_PRINTF_2; extern void fatal_at (file_location, const char *, ...) ATTRIBUTE_PRINTF_2; extern void fatal_with_file_and_line (const char *, ...) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN; extern void fatal_expected_char (int, int) ATTRIBUTE_NORETURN; extern int read_skip_spaces (void); extern int n_comma_elts (const char *); extern const char *scan_comma_elt (const char **); extern void upcase_string (char *); extern void traverse_enum_types (htab_trav, void *); extern struct enum_type *lookup_enum_type (const char *); #endif /* GCC_READ_MD_H */
0cd5fa461b734fe974e2a2425dcde0da77876eba
5bbeacb6613fdaa184a5bda4bdb54b16dc8654e1
/zMuSource/GameServer/MuTimer.h
1a9bfbc137636dbc180a888cf482bae2b4bf329c
[]
no_license
yiyilookduy/IGCN-SS12
0e4b6c655c2f15e561ad150e1dd0f047a72ef23b
6a3f8592f4fa9260e56c1d5fee7a62277dc3691d
refs/heads/master
2020-04-04T09:03:13.134134
2018-11-02T03:02:29
2018-11-02T03:02:29
155,804,847
0
4
null
null
null
null
UTF-8
C++
false
false
1,025
h
//////////////////////////////////////////////////////////////////////////////// // MuTimer.h #ifndef MUTIMER_H #define MUTIMER_H #include "QueueTimer.h" #pragma once class CMuTimer { public: friend VOID WINAPI TimerProcQueue(LPVOID lpParameter, BOOL TimerOrWaitFired); friend VOID WINAPI TimerProcQueue2(LPVOID lpParameter, BOOL TimerOrWaitFired); CMuTimer(); virtual ~CMuTimer(); void SetMuTimer(); void SetTimerEnd() { this->m_bTimerExpire = TRUE; } int GetTimerEnd() { return this->m_bTimerExpire; } private: CQueueTimer m_MuTimer1; CQueueTimer m_MuTimer2; int m_bTimerExpire; }; VOID WINAPI TimerProcQueue(LPVOID lpParameter, BOOL TimerOrWaitFired); VOID WINAPI TimerProcQueue2(LPVOID lpParameter, BOOL TimerOfWaitFired); extern CMuTimer g_MuTimer; #endif //////////////////////////////////////////////////////////////////////////////// // vnDev.Games - MuServer S12EP2 IGC v12.0.1.0 - Trong.LIVE - DAO VAN TRONG // ////////////////////////////////////////////////////////////////////////////////
d474b8d963805bdd50d6487faa1b5021a24da4fd
00aa93c083502d51e95b6f7333d1f4badebcb898
/devices/flp2epn-distributed/run/runFLPSyncSampler.cxx
a23aabc82df6245a2afa2dcbf5bec838596e0356
[]
no_license
hupereir/AliceO2
877f3d465daf85a25bf3ad897a749a624826c0f8
d8dac7aca69c78c077f5723b40cee9217cb8793d
refs/heads/master
2021-01-11T04:14:24.538209
2015-12-14T13:32:08
2015-12-14T13:32:08
71,226,230
0
0
null
2016-10-18T08:31:31
2016-10-18T08:31:31
null
UTF-8
C++
false
false
6,108
cxx
/** * runFLPSyncSampler.cxx * * @since 2013-01-21 * @author D. Klein, A. Rybalchenko, M. Al-Turany, C. Kouzinopoulos */ #include <iostream> #include "boost/program_options.hpp" #include "FairMQLogger.h" #include "FairMQTransportFactoryZMQ.h" #include "FLPSyncSampler.h" using namespace std; using namespace AliceO2::Devices; typedef struct DeviceOptions { string id; int eventRate; int ioThreads; string dataOutSocketType; int dataOutBufSize; string dataOutMethod; string dataOutAddress; int dataOutRateLogging; string ackInSocketType; int ackInBufSize; string ackInMethod; string ackInAddress; int ackInRateLogging; } DeviceOptions_t; inline bool parse_cmd_line(int _argc, char* _argv[], DeviceOptions* _options) { if (_options == NULL) throw runtime_error("Internal error: options' container is empty."); namespace bpo = boost::program_options; bpo::options_description desc("Options"); desc.add_options() ("id", bpo::value<string>()->required(), "Device ID") ("event-rate", bpo::value<int>()->default_value(0), "Event rate limit in maximum number of events per second") ("io-threads", bpo::value<int>()->default_value(1), "Number of I/O threads") ("data-out-socket-type", bpo::value<string>()->default_value("pub"), "Data output socket type: pub/push") ("data-out-buff-size", bpo::value<int>()->default_value(100), "Data output buffer size in number of messages (ZeroMQ)/bytes(nanomsg)") ("data-out-method", bpo::value<string>()->default_value("bind"), "Data output method: bind/connect") ("data-out-address", bpo::value<string>()->required(), "Data output address, e.g.: \"tcp://localhost:5555\"") ("data-out-rate-logging", bpo::value<int>()->default_value(0), "Log output rate on data socket, 1/0") ("ack-in-socket-type", bpo::value<string>()->default_value("pull"), "Acknowledgement Input socket type: sub/pull") ("ack-in-buff-size", bpo::value<int>()->default_value(100), "Acknowledgement Input buffer size in number of messages (ZeroMQ)/bytes(nanomsg)") ("ack-in-method", bpo::value<string>()->default_value("bind"), "Acknowledgement Input method: bind/connect") ("ack-in-address", bpo::value<string>()->required(), "Acknowledgement Input address, e.g.: \"tcp://localhost:5555\"") ("ack-in-rate-logging", bpo::value<int>()->default_value(0), "Log input rate on Acknowledgement socket, 1/0") ("help", "Print help messages"); bpo::variables_map vm; bpo::store(bpo::parse_command_line(_argc, _argv, desc), vm); if (vm.count("help")) { LOG(INFO) << "FLP Sync Sampler" << endl << desc; return false; } bpo::notify(vm); if (vm.count("id")) { _options->id = vm["id"].as<string>(); } if (vm.count("event-rate")) { _options->eventRate = vm["event-rate"].as<int>(); } if (vm.count("io-threads")) { _options->ioThreads = vm["io-threads"].as<int>(); } if (vm.count("data-out-socket-type")) { _options->dataOutSocketType = vm["data-out-socket-type"].as<string>(); } if (vm.count("data-out-buff-size")) { _options->dataOutBufSize = vm["data-out-buff-size"].as<int>(); } if (vm.count("data-out-method")) { _options->dataOutMethod = vm["data-out-method"].as<string>(); } if (vm.count("data-out-address")) { _options->dataOutAddress = vm["data-out-address"].as<string>(); } if (vm.count("data-out-rate-logging")) { _options->dataOutRateLogging = vm["data-out-rate-logging"].as<int>(); } if (vm.count("ack-in-socket-type")) { _options->ackInSocketType = vm["ack-in-socket-type"].as<string>(); } if (vm.count("ack-in-buff-size")) { _options->ackInBufSize = vm["ack-in-buff-size"].as<int>(); } if (vm.count("ack-in-method")) { _options->ackInMethod = vm["ack-in-method"].as<string>(); } if (vm.count("ack-in-address")) { _options->ackInAddress = vm["ack-in-address"].as<string>(); } if (vm.count("ack-in-rate-logging")) { _options->ackInRateLogging = vm["ack-in-rate-logging"].as<int>(); } return true; } int main(int argc, char** argv) { // create the device FLPSyncSampler sampler; // let the device handle the interrupt signals (SIGINT, SIGTERM) sampler.CatchSignals(); // container for the command line options DeviceOptions_t options; // parse the command line options and fill the container try { if (!parse_cmd_line(argc, argv, &options)) return 0; } catch (const exception& e) { LOG(ERROR) << e.what(); return 1; } LOG(INFO) << "FLP Sync Sampler, ID: " << options.id << " (PID: " << getpid() << ")"; // configure the transport interface FairMQTransportFactory* transportFactory = new FairMQTransportFactoryZMQ(); sampler.SetTransport(transportFactory); // set device properties sampler.SetProperty(FLPSyncSampler::Id, options.id); sampler.SetProperty(FLPSyncSampler::NumIoThreads, options.ioThreads); sampler.SetProperty(FLPSyncSampler::EventRate, options.eventRate); // configure data output channel FairMQChannel dataOutChannel(options.dataOutSocketType, options.dataOutMethod, options.dataOutAddress); dataOutChannel.UpdateSndBufSize(options.dataOutBufSize); dataOutChannel.UpdateRcvBufSize(options.dataOutBufSize); dataOutChannel.UpdateRateLogging(options.dataOutRateLogging); sampler.fChannels["data-out"].push_back(dataOutChannel); // configure acknowledgement input channel FairMQChannel ackInChannel(options.ackInSocketType, options.ackInMethod, options.ackInAddress); ackInChannel.UpdateSndBufSize(options.ackInBufSize); ackInChannel.UpdateRcvBufSize(options.ackInBufSize); ackInChannel.UpdateRateLogging(options.ackInRateLogging); sampler.fChannels["ack-in"].push_back(ackInChannel); // init the device sampler.ChangeState("INIT_DEVICE"); sampler.WaitForEndOfState("INIT_DEVICE"); // init the task (user code) sampler.ChangeState("INIT_TASK"); sampler.WaitForEndOfState("INIT_TASK"); // run the device sampler.ChangeState("RUN"); sampler.InteractiveStateLoop(); return 0; }
4a6022b22fe3766649a8be59e185df922e855cc6
126723b7cd7eda49ee59e22f6a6d6fdf503bcfb0
/Addons/tb_alfr_mk25/config.cpp
0c304a0e2db8de0d021fd534a87a6b3c0b481400
[]
no_license
toadball/ALFR-ITCC2
e6c701f79b5e7d6500ca691a5b9ea511436a1001
48d4e43bd69478a74aa8187261992222b3b54044
refs/heads/master
2021-04-06T22:22:50.182889
2018-03-15T17:36:27
2018-03-15T17:36:27
125,398,325
0
0
null
null
null
null
UTF-8
C++
false
false
6,146
cpp
class CfgPatches { class tb_alfr_mk25 { author = "ALFR Mod"; authors[] = {"Kiory","Toadball"}; units[] = {}; weapons[] = {"tb_arifle_mk25","tb_arifle_mk25_rco","tb_acc_mk25S"}; requiredVersion = 0.1; requiredAddons[] = {"A3_Weapons_F", "A3_Anims_F", "A3_Anims_F_Config_Sdr","cba_jr"}; }; }; /*external*/ class Mode_SemiAuto; /*external*/ class asdg_MuzzleSlot; /*external*/ class asdg_MuzzleSlot_762 : asdg_MuzzleSlot { class compatibleItems; }; /*external*/ class asdg_FrontSideRail; /*external*/ class asdg_OpticRail1913; /*external*/ class asdg_UnderSlot; class CfgWeapons { class Rifle_Long_Base_F; class EBR_base_F: Rifle_Long_Base_F { class Single; }; class tb_arifle_mk25_base : EBR_base_F { hasBipod = 0; deployedPivot = "bipodPivot"; magazines[] = {"tb_20rnd_762x51_mk25_mag","20Rnd_762x51_Mag"}; model = "\tb_alfr_mk25\kio_SR25_EC.p3d"; picture = "\tb_alfr_mk25\Data\gear\gear_sr25ec_ca.paa"; author = "Model: Kiory Config: Toadball"; displayName = "Mk 25"; reloadAction = "GestureReloadSR25"; maxZeroing = 600; discreteDistanceInitIndex = 0; maxRecoilSway = 0.0125; swayDecaySpeed = 1.25; opticsZoomMin = 0.375; opticsZoomMax = 1.1; opticsZoomInit = 0.75; distanceZoomMin = 300; distanceZoomMax = 300; descriptionShort = "Marksman rifle <br/>Caliber: 7.62x51 mm NATO"; handAnim[] = {"OFP2_ManSkeleton","\tb_alfr_mk25\Data\anims\sr25_handanim.rtm"}; modes[] = {"Single","single_close_optics","single_medium_optics","single_far_optics"}; changeFiremodeSound[] = {"A3\sounds_f\weapons\closure\firemode_changer_2",0.17782794,1,5}; drySound[] = {"A3\sounds_f\weapons\Other\dry_1",0.56234133,1,10}; reloadMagazineSound[] = {"tb_alfr_mk25\Data\sounds\Reload",1.5,1,10}; class WeaponSlotsInfo { mass = 100; allowedSlots[] = {}; class FrontSideRail_mk25 : asdg_FrontSideRail {}; class OpticRail_mk25 : asdg_OpticRail1913 {}; class MuzzleSlot_mk25: asdg_MuzzleSlot_762 { linkProxy = "\A3\data_f\proxies\weapon_slots\MUZZLE"; class compatibleItems: compatibleItems { tb_acc_mk25S = 1; }; }; class UnderSlot_mk25 : asdg_UnderSlot {}; }; class Library { libTextDesc = "The Mk 25 is the KAC SR25 EC as used by the Altian Armed Forces"; }; class Single: Single { sounds[] = {"StandardSound","SilencedSound"}; class BaseSoundModeType { weaponSoundEffect = "DefaultRifle"; closure1[] = {"A3\sounds_f\weapons\closure\closure_rifle_6",0.501187,1.2,30}; closure2[] = {"A3\sounds_f\weapons\closure\closure_rifle_7",0.501187,1.2,30}; soundClosure[] = {"closure1",0.5,"closure2",0.5}; }; class StandardSound: BaseSoundModeType { begin1[] = {"tb_alfr_mk25\Data\sounds\Fire1",2,1,1800}; begin2[] = {"tb_alfr_mk25\Data\sounds\Fire2",2,1,1800}; soundBegin[] = {"begin1",0.5,"begin2",0.5}; }; class SilencedSound: BaseSoundModeType { begin1[] = {"tb_alfr_mk25\Data\sounds\suppressed",1,1,600}; soundBegin[] = {"begin1",0.333}; }; reloadTime = 0.096; dispersion = 0.00087; minRange = 1; minRangeProbab = 0.3; midRange = 350; midRangeProbab = 0.7; maxRange = 500; maxRangeProbab = 0.05; }; class single_close_optics : Single { requiredOpticType = 1; showToPlayer = 0; minRange = 2; minRangeProbab = 0.05; midRange = 450; midRangeProbab = 0.8; maxRange = 600; maxRangeProbab = 0.01; aiRateOfFire = 2; aiRateOfFireDistance = 300; }; class single_medium_optics : single_close_optics { minRange = 300; minRangeProbab = 0.05; midRange = 500; midRangeProbab = 0.7; maxRange = 700; maxRangeProbab = 0.05; aiRateOfFire = 2; aiRateOfFireDistance = 500; }; class single_far_optics : single_medium_optics { requiredOpticType = 2; minRange = 450; minRangeProbab = 0.05; midRange = 650; midRangeProbab = 0.4; maxRange = 850; maxRangeProbab = 0.05; aiRateOfFire = 4; aiRateOfFireDistance = 650; }; }; class tb_arifle_mk25 : tb_arifle_mk25_base { scope = 2; author = "Model: Kiory Config: Toadball"; }; class tb_arifle_mk25_rco : tb_arifle_mk25 { class LinkedItems { class LinkedItemsOptic { slot = "OpticRail_mk25"; item = "optic_Hamr"; }; }; }; class muzzle_snds_B; class tb_acc_mk25S: muzzle_snds_B { author = "Model: Kiory Config: Toadball"; displayName = "Mk 25 Rifle Suppressor"; picture = "\tb_alfr_mk25\Data\gear\gear_sr25_suppressor_ca.paa"; model = "\tb_alfr_mk25\kio_sr25_suppressor"; inertia = 0.2; }; }; class CfgMagazines { class 20Rnd_762x51_Mag; class tb_20rnd_762x51_mk25_mag : 20Rnd_762x51_Mag { displayName = "7.62mm 20Rnd Mk25 Mag"; picture = "\tb_alfr_mk25\Data\gear\gear_sr25_magazine_ca.paa"; model = "\tb_alfr_mk25\kio_SR25_magazine.p3d"; descriptionShort = "Caliber: 7.62x51 mm NATO<br />Rounds: 20<br />Used in: Mk25"; }; }; class CfgMovesBasic { class DefaultDie; class ManActions { GestureReloadSR25 = "GestureReloadSR25"; GestureReloadSR25Prone = "GestureReloadSR25Prone"; }; class Actions { class NoActions: ManActions { GestureReloadSR25[] = {"GestureReloadSR25","Gesture"}; }; class RifleBaseStandActions; class RifleProneActions: RifleBaseStandActions { GestureReloadSR25[] = {"GestureReloadSR25Prone","Gesture"}; }; }; }; class CfgGesturesMale { class Default; class States { class GestureReloadSR25: Default { file = "\tb_alfr_mk25\Data\anims\sr25_reload.rtm"; looped = 0; speed = 0.30; mask = "handsWeapon"; canPullTrigger = 0; rightHandIKBeg = 0; rightHandIKEnd = 0; rightHandIKCurve[] = {0,1}; leftHandIKBeg = 1; leftHandIKEnd = 1; leftHandIKCurve[] = {0,1 , 0.008333,0, 0.991667,0, 1.000000,1}; }; class GestureReloadSR25Prone: Default { file = "\tb_alfr_mk25\Data\anims\sr25_reload_prone.rtm"; looped = 0; speed = 0.30; mask = "handsWeapon"; canPullTrigger = 0; rightHandIKBeg = 0; rightHandIKEnd = 0; rightHandIKCurve[] = {0,1}; leftHandIKBeg = 1; leftHandIKEnd = 1; leftHandIKCurve[] = {0,1 , 0.008333,0, 0.991667,0, 1.000000,1}; }; }; };
5fc0c7249b92b625b564283693d70c8248fe4249
e4ec5b6cf3cfe2568ef0b5654c019e398b4ecc67
/aws-sdk-cpp/1.2.10/include/aws/workspaces/model/DescribeTagsResult.h
ad4ac3b1b36846bf4da6e25ae538d724f156b8ab
[ "MIT", "Apache-2.0", "JSON" ]
permissive
EnjoyLifeFund/macHighSierra-cellars
59051e496ed0e68d14e0d5d91367a2c92c95e1fb
49a477d42f081e52f4c5bdd39535156a2df52d09
refs/heads/master
2022-12-25T19:28:29.992466
2017-10-10T13:00:08
2017-10-10T13:00:08
96,081,471
3
1
null
2022-12-17T02:26:21
2017-07-03T07:17:34
null
UTF-8
C++
false
false
2,621
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file 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. */ #pragma once #include <aws/workspaces/WorkSpaces_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/workspaces/model/Tag.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace WorkSpaces { namespace Model { /** * <p>The result of the <a>DescribeTags</a> operation.</p><p><h3>See Also:</h3> * <a * href="http://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeTagsResult">AWS * API Reference</a></p> */ class AWS_WORKSPACES_API DescribeTagsResult { public: DescribeTagsResult(); DescribeTagsResult(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result); DescribeTagsResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Json::JsonValue>& result); /** * <p>The list of tags.</p> */ inline const Aws::Vector<Tag>& GetTagList() const{ return m_tagList; } /** * <p>The list of tags.</p> */ inline void SetTagList(const Aws::Vector<Tag>& value) { m_tagList = value; } /** * <p>The list of tags.</p> */ inline void SetTagList(Aws::Vector<Tag>&& value) { m_tagList = std::move(value); } /** * <p>The list of tags.</p> */ inline DescribeTagsResult& WithTagList(const Aws::Vector<Tag>& value) { SetTagList(value); return *this;} /** * <p>The list of tags.</p> */ inline DescribeTagsResult& WithTagList(Aws::Vector<Tag>&& value) { SetTagList(std::move(value)); return *this;} /** * <p>The list of tags.</p> */ inline DescribeTagsResult& AddTagList(const Tag& value) { m_tagList.push_back(value); return *this; } /** * <p>The list of tags.</p> */ inline DescribeTagsResult& AddTagList(Tag&& value) { m_tagList.push_back(std::move(value)); return *this; } private: Aws::Vector<Tag> m_tagList; }; } // namespace Model } // namespace WorkSpaces } // namespace Aws
9b1141254bc34dd144bba6e11e34c6213e877837
86ec11026f7e75d614b4242e2a0acd3116bb6f67
/Engine/Core/Buffer.cpp
f443e6b75d5d876d81668bd56f0f20db502c0f0d
[]
no_license
jahandideh-iman/MultiplayerOnlineGame
1adb451cd3836b935983c9ccef5c0de57d8a15ec
b37f37f89acc39225d700a28c3e8f7a276d71a49
refs/heads/master
2021-01-10T10:31:41.106231
2016-02-16T04:16:04
2016-02-16T04:16:04
44,014,315
1
1
null
null
null
null
UTF-8
C++
false
false
1,003
cpp
#include "Buffer.h" mog::Buffer::Buffer() { } mog::Buffer::~Buffer() { } mog::Buffer::Buffer(char *data, unsigned size) { //this->data.append(data, size); stream.write(data, size); } mog::Buffer::Buffer(char *data) { //this->data.append(data); stream<<data; } mog::Buffer::Buffer(std::string data) { stream << data; } void mog::Buffer::write(const std::string &s) { stream << s; //data.append(s); } void mog::Buffer::write(const Buffer &other) { //data.append(other.getData(), other.getSize()); stream.write(other.getData(), other.getSize()); } void mog::Buffer::write(const char* c) { stream << c; } char * mog::Buffer::getData() const { char *data = new char[getSize()+1]; strcpy(data, stream.str().c_str()); data[getSize()] = '\0'; return data; } unsigned mog::Buffer::getSize() const { //NOTE: Null Terminator is counted return stream.str().size()+1; } bool mog::Buffer::isEmpty() const { return stream.str().empty(); } void mog::Buffer::clear() { stream.str(""); }
3cf4a6e2bf019869fcc8972e978c85f0212e276a
243d1935e91088c462515f5e106352df484876ed
/OboSoftFM/FileIO.h
41f7db0d38245a1156744e99cf5ceab815915ab4
[]
no_license
Fonlogen/Cpp-File-Manager
63d2c92361a49c916f8690f12eb4898b8082189d
1695e668b68c49daff265285a5aec451be55d29c
refs/heads/main
2023-03-10T17:08:42.239300
2021-02-28T21:21:21
2021-02-28T21:21:21
343,179,302
0
1
null
null
null
null
UTF-8
C++
false
false
267
h
#pragma once #include <string> #include <fstream> #include <iostream> #ifndef OboSoft_FileIO #define OboSoft_FileIO namespace OboSoft { bool WriteToFile(std::string filePath, std::string &content); std::string ReadFromFile(std::string filePath); } #endif
b37c3d1f28a621428dac06b3a439ba8c5c416e3d
ee7d800b6a20793640ee1fffb0ab9fb044634d39
/src/libs/SensorCombine.cpp
5215f711bc9894d11d41eeb959cb3f9cb99237a0
[]
no_license
krid-sdnera/rowallan-light-control
1e855af9040c9261dc81d983ee750e43662f9105
0145d4bf51073d89b38012e3859b54bf8250d9b3
refs/heads/master
2023-02-10T11:48:49.737603
2020-12-30T14:22:44
2020-12-30T14:22:44
304,318,608
1
0
null
null
null
null
UTF-8
C++
false
false
336
cpp
#include "SensorCombine.h" SensorCombine::SensorCombine(Sensor *_sensor1, Sensor *_sensor2) : sensor1(_sensor1), sensor2(_sensor2), Sensor() {} void SensorCombine::init() { sensor1->init(); sensor2->init(); state = getState(); } bool SensorCombine::getState() { return (sensor1->getState() != sensor2->getState()); }
e55c1017772aec37c0523fe53edf63368ec9bb8c
a9c8428848bdb60374d187b7d437efc0372a951e
/nnacs/NeuArch/NaConLaw.h
3b6e36990cff1fddc772792980aa53334a3f2f18
[]
no_license
evlad/phdworks
17d26d412d10b2559287060aa5fc51dd400c28df
daa8420ffd334a409fcf0cab06610924de3624a3
refs/heads/master
2021-01-19T08:50:22.849306
2013-05-19T20:53:57
2013-05-19T20:53:57
12,561,787
1
0
null
null
null
null
UTF-8
C++
false
false
4,362
h
//-*-C++-*- /* NaConLaw.h */ /* $Id$ */ //--------------------------------------------------------------------------- #ifndef NaConLawHPP #define NaConLawHPP #include <stdio.h> #include <NaGenerl.h> #include <NaDynAr.h> #include <NaTimer.h> #include <NaUnit.h> #include <NaDataIO.h> #include <NaLiNois.h> #include <NaConfig.h> //--------------------------------------------------------------------------- // Control law source enum NaControlLawSource { clsDescription = 0, clsFromFile, clsManual, clsRandom, __clsNumber }; // Enum <-> Text const char* SourceToStrIO (NaControlLawSource s); NaControlLawSource StrToSourceIO (const char* str); //--------------------------------------------------------------------------- // Control law item kind enum NaControlLawKind { clkConstant = 0, clkMeander, clkSine, clkSineSine, clkPike, __clkNumber }; // Enum <-> Text const char* KindToStrIO (NaControlLawKind k); const char* KindToStrGUI (NaControlLawKind k); NaControlLawKind StrToKindIO (const char* str); //--------------------------------------------------------------------------- // Description of one control law item class NaControlLawItem : public NaConfigPart { public: NaControlLawItem (); NaControlLawKind kind; NaReal value; // Relative value NaReal duration; // How long lasts, s NaReal period; // For periodic laws, s // Compute x=f(t) considering that for periodic kinds // x is relative to some base level. Duration is not // considered at all. Time is counted from zero. NaReal Function (NaReal time, NaReal Dt); //*********************************************************************** // Store and retrieve configuration data //*********************************************************************** // Store configuration data in internal order to given stream virtual void Save (NaDataStream& ds); // Retrieve configuration data in internal order from given stream virtual void Load (NaDataStream& ds); }; //--------------------------------------------------------------------------- // Array of control law items typedef NaDynAr<NaControlLawItem> NaControlLawItems; //--------------------------------------------------------------------------- // Control law general description and usage class NaControlLaw : public NaUnit, public NaConfigPart { public: //--------------------------------------------- // BEGIN: Data area NaReal current_value; NaControlLawSource source; // clsDescription NaControlLawItems items; // clsFromFile char *filepath; NaDataFile *dataio; int prev_index; // clsManual NaReal start_value; // clsRandom NaLinearNoiseGen lin_rand; // END: Data area //--------------------------------------------- public: // Construct the object NaControlLaw (unsigned nChainLen); // Copying construct the object NaControlLaw (const NaControlLaw& rUnit); // Destroy the object virtual ~NaControlLaw (); // Reset operations, that must be done before new modelling // will start virtual void Reset (); // Setup timer virtual void SetupTimer (NaTimer* pTimer_); // Compute output on the basis of internal parameters, // stored state and external input: y=F(x,t,p) virtual void Function (NaReal* x, NaReal* y); //*********************************************************************** // Store and retrieve configuration data //*********************************************************************** // Store configuration data in internal order to given stream virtual void Save (NaDataStream& ds); // Retrieve configuration data in internal order from given stream virtual void Load (NaDataStream& ds); // Return current value of the control law NaReal CurrentValue (); // Find control law item for this time and get start time // for this item int FindItem (NaReal time, NaReal& start); // Calculate total time NaReal TotalTimeLength (); }; //--------------------------------------------------------------------------- #endif
ec2fdf2422fa3ae6108cacd8e561200b4263eb3e
2e5bc0ec41f772109b48082961b791ce8ef13e37
/classes/TreeOfTrees.cpp
72fd13cf65961d2d6b2b806507e2b1e61913d5cd
[]
no_license
Chefslayer/Translator
41fde25e143218c4cdd4cb9cf4889dadf31848d7
7ecf27cbc0dffedb4cf9b624cb50d6aab979443f
refs/heads/master
2016-09-05T14:18:12.645917
2009-07-31T17:01:38
2009-07-31T17:01:38
190,734
1
0
null
null
null
null
UTF-8
C++
false
false
813
cpp
#include "TreeOfTrees.h" #include <vector> #include "../includes/PhrasePair.h" #include "../includes/NodeOfTrees.h" using namespace std; TreeOfTrees::TreeOfTrees(NodeOfTrees* root) { this->root = root; } NodeOfTrees* TreeOfTrees::insert(vector<unsigned int>& values) { if (values.size() == 0) return root; NodeOfTrees *node = root; for (vector<unsigned int>::iterator it=values.begin(); it != values.end(); it++) { pair<set<NodeOfTrees*>::iterator, bool> temp = node->childNodes.insert(new NodeOfTrees(*it, new Tree(new Node(0)))); node = *(temp.first); } node->count++; return node; } void TreeOfTrees::insert(PhrasePair* p) { // insert/increment src-path NodeOfTrees* lastNode = this->insert(p->src); // concat target-path to the src-paths-last-node lastNode->tree->insert(p->target); }
87b56a2f7af15696d1ea4ffcb223eed9f1bd4156
db2094f34e503273c518c894742c1cfee040b3be
/mainwindow.cpp
19d55abf7c85ea95f5b1d22de7b87dd6de322348
[]
no_license
Toufikboudani/ClientSendImag
8cfc86acdab413ee20a30bc97e4e9b68f4c91156
81b36f9da1d9d2050e22e9f61e6428f8e07b88ee
refs/heads/master
2021-03-31T02:15:35.396498
2018-03-13T10:29:38
2018-03-13T10:29:38
125,033,922
0
0
null
null
null
null
UTF-8
C++
false
false
3,310
cpp
#include "mainwindow.h" #include "ui_mainwindow.h" #include <QTcpSocket> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); ui->label_posCon->setPixmap(QPixmap(":/images/disconnected.png")); m_Socketclient= new QTcpSocket(this); hasReadImageHead=false; connect(m_Socketclient,SIGNAL(readyRead()),this,SLOT(readyRead()),Qt::DirectConnection); connect(m_Socketclient,SIGNAL(disconnected()),this,SLOT(on_Disconnected()),Qt::DirectConnection); connect(m_Socketclient,SIGNAL(connected()),this,SLOT(on_Connected()),Qt::DirectConnection); } MainWindow::~MainWindow() { delete ui; } void MainWindow::readyRead() { if(!hasReadImageHead){ imageData.clear(); QByteArray by=m_Socketclient->readAll(); //qDebug() <<"QByteArray by,length=" << by.size(); GraceSizeImage=by.left(10).toLong(); by.remove(0,10); imageData.append(by); hasReadImageHead=true; if(imageData.length()>=GraceSizeImage){ //qDebug() <<"receive a image,length=" << avalibleNum; QImage m_image =QImage::fromData(imageData,"jpg"); // ============================ // ============================ QPixmap Pixmap=QPixmap::fromImage(m_image.scaled(ui->labe_image->size())); ui->labe_image->setPixmap(Pixmap); // ============================ // ============================ //qDebug() <<" image,width=" << img.width(); //qDebug() <<" image,height=" << img.height(); hasReadImageHead=false; } }else{ QByteArray by=m_Socketclient->readAll(); //qDebug() <<"QByteArray by,length=" << by.size(); imageData.append(by); if(imageData.length()>=GraceSizeImage){ //qDebug() <<"receive a image,length=" << avalibleNum; QImage m_image =QImage::fromData(imageData,"jpg"); // ============================ // ============================ QPixmap Pixmap=QPixmap::fromImage(m_image.scaled(ui->labe_image->size())); ui->labe_image->setPixmap(Pixmap); // ============================ // ============================ //qDebug() <<" image,width=" << img.width(); //qDebug() <<" image,height=" << img.height(); hasReadImageHead=false; } } } void MainWindow::on_Connected() { ui->label_posCon->setPixmap(QPixmap(":/images/connected.png")); // ui->pushButton_Open->setEabled(true); } void MainWindow::on_Disconnected() { ui->label_posCon->setPixmap(QPixmap(":/images/disconnected.png")); if (m_Socketclient) { m_Socketclient->close(); delete m_Socketclient; m_Socketclient= new QTcpSocket(this); hasReadImageHead=false; connect(m_Socketclient,SIGNAL(readyRead()),this,SLOT(readyRead()),Qt::DirectConnection); connect(m_Socketclient,SIGNAL(disconnected()),this,SLOT(on_Disconnected()),Qt::DirectConnection); connect(m_Socketclient,SIGNAL(connected()),this,SLOT(on_Connected()),Qt::DirectConnection); } } void MainWindow::on_pushButton_connect_clicked() { m_Socketclient->connectToHost(/*host*/"127.0.0.1",/*portIn*/1234); m_Socketclient->waitForConnected(100); }
7afa817c7cf136602dd3e3ed7515bd78ffe82ccb
dedbe5074db23b8025f43d9f3bb36107554a306a
/Medusa/share/proto/cpp/ssl_game_controller_common.pb.cc
1fc0eb38b65a9e958aaff68cf26f0062b7fe4d71
[]
no_license
BestJourin/ChinaOpenSSL
6d3a5abaa8279b7c3659b624aff9f47ec75cea24
9d9ad384e2134480c4a382e5af4162b493066559
refs/heads/main
2023-07-05T17:15:12.473765
2023-07-02T05:45:45
2023-07-02T05:45:45
336,990,144
0
1
null
null
null
null
UTF-8
C++
false
true
80,211
cc
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: ssl_game_controller_common.proto #include "ssl_game_controller_common.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/io/coded_stream.h> #include <google/protobuf/extension_set.h> #include <google/protobuf/wire_format_lite.h> #include <google/protobuf/descriptor.h> #include <google/protobuf/generated_message_reflection.h> #include <google/protobuf/reflection_ops.h> #include <google/protobuf/wire_format.h> // @@protoc_insertion_point(includes) #include <google/protobuf/port_def.inc> class BotIdDefaultTypeInternal { public: ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<BotId> _instance; } _BotId_default_instance_; class LocationDefaultTypeInternal { public: ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Location> _instance; } _Location_default_instance_; class ControllerReplyDefaultTypeInternal { public: ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<ControllerReply> _instance; } _ControllerReply_default_instance_; class SignatureDefaultTypeInternal { public: ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Signature> _instance; } _Signature_default_instance_; class BallSpeedMeasurementDefaultTypeInternal { public: ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<BallSpeedMeasurement> _instance; } _BallSpeedMeasurement_default_instance_; static void InitDefaultsscc_info_BallSpeedMeasurement_ssl_5fgame_5fcontroller_5fcommon_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { void* ptr = &::_BallSpeedMeasurement_default_instance_; new (ptr) ::BallSpeedMeasurement(); ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); } ::BallSpeedMeasurement::InitAsDefaultInstance(); } ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_BallSpeedMeasurement_ssl_5fgame_5fcontroller_5fcommon_2eproto = {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_BallSpeedMeasurement_ssl_5fgame_5fcontroller_5fcommon_2eproto}, {}}; static void InitDefaultsscc_info_BotId_ssl_5fgame_5fcontroller_5fcommon_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { void* ptr = &::_BotId_default_instance_; new (ptr) ::BotId(); ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); } ::BotId::InitAsDefaultInstance(); } ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_BotId_ssl_5fgame_5fcontroller_5fcommon_2eproto = {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_BotId_ssl_5fgame_5fcontroller_5fcommon_2eproto}, {}}; static void InitDefaultsscc_info_ControllerReply_ssl_5fgame_5fcontroller_5fcommon_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { void* ptr = &::_ControllerReply_default_instance_; new (ptr) ::ControllerReply(); ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); } ::ControllerReply::InitAsDefaultInstance(); } ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_ControllerReply_ssl_5fgame_5fcontroller_5fcommon_2eproto = {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_ControllerReply_ssl_5fgame_5fcontroller_5fcommon_2eproto}, {}}; static void InitDefaultsscc_info_Location_ssl_5fgame_5fcontroller_5fcommon_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { void* ptr = &::_Location_default_instance_; new (ptr) ::Location(); ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); } ::Location::InitAsDefaultInstance(); } ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_Location_ssl_5fgame_5fcontroller_5fcommon_2eproto = {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_Location_ssl_5fgame_5fcontroller_5fcommon_2eproto}, {}}; static void InitDefaultsscc_info_Signature_ssl_5fgame_5fcontroller_5fcommon_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { void* ptr = &::_Signature_default_instance_; new (ptr) ::Signature(); ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr); } ::Signature::InitAsDefaultInstance(); } ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<0> scc_info_Signature_ssl_5fgame_5fcontroller_5fcommon_2eproto = {{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsscc_info_Signature_ssl_5fgame_5fcontroller_5fcommon_2eproto}, {}}; static ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_ssl_5fgame_5fcontroller_5fcommon_2eproto[5]; static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* file_level_enum_descriptors_ssl_5fgame_5fcontroller_5fcommon_2eproto[3]; static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_ssl_5fgame_5fcontroller_5fcommon_2eproto = nullptr; const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_ssl_5fgame_5fcontroller_5fcommon_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { PROTOBUF_FIELD_OFFSET(::BotId, _has_bits_), PROTOBUF_FIELD_OFFSET(::BotId, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::BotId, id_), PROTOBUF_FIELD_OFFSET(::BotId, team_), 0, 1, PROTOBUF_FIELD_OFFSET(::Location, _has_bits_), PROTOBUF_FIELD_OFFSET(::Location, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::Location, x_), PROTOBUF_FIELD_OFFSET(::Location, y_), 0, 1, PROTOBUF_FIELD_OFFSET(::ControllerReply, _has_bits_), PROTOBUF_FIELD_OFFSET(::ControllerReply, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::ControllerReply, status_code_), PROTOBUF_FIELD_OFFSET(::ControllerReply, reason_), PROTOBUF_FIELD_OFFSET(::ControllerReply, next_token_), PROTOBUF_FIELD_OFFSET(::ControllerReply, verification_), 2, 0, 1, 3, PROTOBUF_FIELD_OFFSET(::Signature, _has_bits_), PROTOBUF_FIELD_OFFSET(::Signature, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::Signature, token_), PROTOBUF_FIELD_OFFSET(::Signature, pkcs1v15_), 0, 1, PROTOBUF_FIELD_OFFSET(::BallSpeedMeasurement, _has_bits_), PROTOBUF_FIELD_OFFSET(::BallSpeedMeasurement, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::BallSpeedMeasurement, timestamp_), PROTOBUF_FIELD_OFFSET(::BallSpeedMeasurement, ball_speed_), PROTOBUF_FIELD_OFFSET(::BallSpeedMeasurement, initial_ball_speed_), 0, 1, 2, }; static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, 7, sizeof(::BotId)}, { 9, 16, sizeof(::Location)}, { 18, 27, sizeof(::ControllerReply)}, { 31, 38, sizeof(::Signature)}, { 40, 48, sizeof(::BallSpeedMeasurement)}, }; static ::PROTOBUF_NAMESPACE_ID::Message const * const file_default_instances[] = { reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_BotId_default_instance_), reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_Location_default_instance_), reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_ControllerReply_default_instance_), reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_Signature_default_instance_), reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::_BallSpeedMeasurement_default_instance_), }; const char descriptor_table_protodef_ssl_5fgame_5fcontroller_5fcommon_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = "\n ssl_game_controller_common.proto\"(\n\005Bo" "tId\022\n\n\002id\030\001 \001(\005\022\023\n\004team\030\002 \001(\0162\005.Team\" \n\010" "Location\022\t\n\001x\030\001 \002(\002\022\t\n\001y\030\002 \002(\002\"\241\002\n\017Contr" "ollerReply\0220\n\013status_code\030\001 \001(\0162\033.Contro" "llerReply.StatusCode\022\016\n\006reason\030\002 \001(\t\022\022\n\n" "next_token\030\003 \001(\t\0223\n\014verification\030\004 \001(\0162\035" ".ControllerReply.Verification\";\n\nStatusC" "ode\022\027\n\023UNKNOWN_STATUS_CODE\020\000\022\006\n\002OK\020\001\022\014\n\010" "REJECTED\020\002\"F\n\014Verification\022\030\n\024UNKNOWN_VE" "RIFICATION\020\000\022\014\n\010VERIFIED\020\001\022\016\n\nUNVERIFIED" "\020\002\",\n\tSignature\022\r\n\005token\030\001 \002(\t\022\020\n\010pkcs1v" "15\030\002 \002(\014\"Y\n\024BallSpeedMeasurement\022\021\n\ttime" "stamp\030\001 \002(\004\022\022\n\nball_speed\030\002 \002(\002\022\032\n\022initi" "al_ball_speed\030\003 \001(\002*)\n\004Team\022\013\n\007UNKNOWN\020\000" "\022\n\n\006YELLOW\020\001\022\010\n\004BLUE\020\002" ; static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto_deps[1] = { }; static ::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase*const descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto_sccs[5] = { &scc_info_BallSpeedMeasurement_ssl_5fgame_5fcontroller_5fcommon_2eproto.base, &scc_info_BotId_ssl_5fgame_5fcontroller_5fcommon_2eproto.base, &scc_info_ControllerReply_ssl_5fgame_5fcontroller_5fcommon_2eproto.base, &scc_info_Location_ssl_5fgame_5fcontroller_5fcommon_2eproto.base, &scc_info_Signature_ssl_5fgame_5fcontroller_5fcommon_2eproto.base, }; static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto_once; static bool descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto_initialized = false; const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto = { &descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto_initialized, descriptor_table_protodef_ssl_5fgame_5fcontroller_5fcommon_2eproto, "ssl_game_controller_common.proto", 582, &descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto_once, descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto_sccs, descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto_deps, 5, 0, schemas, file_default_instances, TableStruct_ssl_5fgame_5fcontroller_5fcommon_2eproto::offsets, file_level_metadata_ssl_5fgame_5fcontroller_5fcommon_2eproto, 5, file_level_enum_descriptors_ssl_5fgame_5fcontroller_5fcommon_2eproto, file_level_service_descriptors_ssl_5fgame_5fcontroller_5fcommon_2eproto, }; // Force running AddDescriptors() at dynamic initialization time. static bool dynamic_init_dummy_ssl_5fgame_5fcontroller_5fcommon_2eproto = ( ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(&descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto), true); const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ControllerReply_StatusCode_descriptor() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto); return file_level_enum_descriptors_ssl_5fgame_5fcontroller_5fcommon_2eproto[0]; } bool ControllerReply_StatusCode_IsValid(int value) { switch (value) { case 0: case 1: case 2: return true; default: return false; } } #if (__cplusplus < 201703) && (!defined(_MSC_VER) || _MSC_VER >= 1900) constexpr ControllerReply_StatusCode ControllerReply::UNKNOWN_STATUS_CODE; constexpr ControllerReply_StatusCode ControllerReply::OK; constexpr ControllerReply_StatusCode ControllerReply::REJECTED; constexpr ControllerReply_StatusCode ControllerReply::StatusCode_MIN; constexpr ControllerReply_StatusCode ControllerReply::StatusCode_MAX; constexpr int ControllerReply::StatusCode_ARRAYSIZE; #endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || _MSC_VER >= 1900) const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ControllerReply_Verification_descriptor() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto); return file_level_enum_descriptors_ssl_5fgame_5fcontroller_5fcommon_2eproto[1]; } bool ControllerReply_Verification_IsValid(int value) { switch (value) { case 0: case 1: case 2: return true; default: return false; } } #if (__cplusplus < 201703) && (!defined(_MSC_VER) || _MSC_VER >= 1900) constexpr ControllerReply_Verification ControllerReply::UNKNOWN_VERIFICATION; constexpr ControllerReply_Verification ControllerReply::VERIFIED; constexpr ControllerReply_Verification ControllerReply::UNVERIFIED; constexpr ControllerReply_Verification ControllerReply::Verification_MIN; constexpr ControllerReply_Verification ControllerReply::Verification_MAX; constexpr int ControllerReply::Verification_ARRAYSIZE; #endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || _MSC_VER >= 1900) const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Team_descriptor() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ssl_5fgame_5fcontroller_5fcommon_2eproto); return file_level_enum_descriptors_ssl_5fgame_5fcontroller_5fcommon_2eproto[2]; } bool Team_IsValid(int value) { switch (value) { case 0: case 1: case 2: return true; default: return false; } } // =================================================================== void BotId::InitAsDefaultInstance() { } class BotId::_Internal { public: using HasBits = decltype(std::declval<BotId>()._has_bits_); static void set_has_id(HasBits* has_bits) { (*has_bits)[0] |= 1u; } static void set_has_team(HasBits* has_bits) { (*has_bits)[0] |= 2u; } }; BotId::BotId() : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { SharedCtor(); // @@protoc_insertion_point(constructor:BotId) } BotId::BotId(const BotId& from) : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr), _has_bits_(from._has_bits_) { _internal_metadata_.MergeFrom(from._internal_metadata_); ::memcpy(&id_, &from.id_, static_cast<size_t>(reinterpret_cast<char*>(&team_) - reinterpret_cast<char*>(&id_)) + sizeof(team_)); // @@protoc_insertion_point(copy_constructor:BotId) } void BotId::SharedCtor() { ::memset(&id_, 0, static_cast<size_t>( reinterpret_cast<char*>(&team_) - reinterpret_cast<char*>(&id_)) + sizeof(team_)); } BotId::~BotId() { // @@protoc_insertion_point(destructor:BotId) SharedDtor(); } void BotId::SharedDtor() { } void BotId::SetCachedSize(int size) const { _cached_size_.Set(size); } const BotId& BotId::default_instance() { ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_BotId_ssl_5fgame_5fcontroller_5fcommon_2eproto.base); return *internal_default_instance(); } void BotId::Clear() { // @@protoc_insertion_point(message_clear_start:BotId) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x00000003u) { ::memset(&id_, 0, static_cast<size_t>( reinterpret_cast<char*>(&team_) - reinterpret_cast<char*>(&id_)) + sizeof(team_)); } _has_bits_.Clear(); _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER const char* BotId::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure _Internal::HasBits has_bits{}; while (!ctx->Done(&ptr)) { ::PROTOBUF_NAMESPACE_ID::uint32 tag; ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); CHK_(ptr); switch (tag >> 3) { // optional int32 id = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { _Internal::set_has_id(&has_bits); id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); CHK_(ptr); } else goto handle_unusual; continue; // optional .Team team = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 16)) { ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); CHK_(ptr); if (PROTOBUF_PREDICT_TRUE(::Team_IsValid(val))) { set_team(static_cast<::Team>(val)); } else { ::PROTOBUF_NAMESPACE_ID::internal::WriteVarint(2, val, mutable_unknown_fields()); } } else goto handle_unusual; continue; default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { ctx->SetLastTag(tag); goto success; } ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); CHK_(ptr != nullptr); continue; } } // switch } // while success: _has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; goto success; #undef CHK_ } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER bool BotId::MergePartialFromCodedStream( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure ::PROTOBUF_NAMESPACE_ID::uint32 tag; // @@protoc_insertion_point(parse_start:BotId) for (;;) { ::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) { // optional int32 id = 1; case 1: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (8 & 0xFF)) { _Internal::set_has_id(&_has_bits_); DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive< ::PROTOBUF_NAMESPACE_ID::int32, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32>( input, &id_))); } else { goto handle_unusual; } break; } // optional .Team team = 2; case 2: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (16 & 0xFF)) { int value = 0; DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive< int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>( input, &value))); if (::Team_IsValid(value)) { set_team(static_cast< ::Team >(value)); } else { mutable_unknown_fields()->AddVarint( 2, static_cast<::PROTOBUF_NAMESPACE_ID::uint64>(value)); } } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:BotId) return true; failure: // @@protoc_insertion_point(parse_failure:BotId) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER void BotId::SerializeWithCachedSizes( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:BotId) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // optional int32 id = 1; if (cached_has_bits & 0x00000001u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32(1, this->id(), output); } // optional .Team team = 2; if (cached_has_bits & 0x00000002u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum( 2, this->team(), output); } if (_internal_metadata_.have_unknown_fields()) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:BotId) } ::PROTOBUF_NAMESPACE_ID::uint8* BotId::InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target) const { // @@protoc_insertion_point(serialize_to_array_start:BotId) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // optional int32 id = 1; if (cached_has_bits & 0x00000001u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt32ToArray(1, this->id(), target); } // optional .Team team = 2; if (cached_has_bits & 0x00000002u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( 2, this->team(), target); } if (_internal_metadata_.have_unknown_fields()) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } // @@protoc_insertion_point(serialize_to_array_end:BotId) return target; } size_t BotId::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:BotId) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize( _internal_metadata_.unknown_fields()); } ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x00000003u) { // optional int32 id = 1; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::Int32Size( this->id()); } // optional .Team team = 2; if (cached_has_bits & 0x00000002u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->team()); } } int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; } void BotId::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:BotId) GOOGLE_DCHECK_NE(&from, this); const BotId* source = ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<BotId>( &from); if (source == nullptr) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:BotId) ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:BotId) MergeFrom(*source); } } void BotId::MergeFrom(const BotId& from) { // @@protoc_insertion_point(class_specific_merge_from_start:BotId) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = from._has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { id_ = from.id_; } if (cached_has_bits & 0x00000002u) { team_ = from.team_; } _has_bits_[0] |= cached_has_bits; } } void BotId::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:BotId) if (&from == this) return; Clear(); MergeFrom(from); } void BotId::CopyFrom(const BotId& from) { // @@protoc_insertion_point(class_specific_copy_from_start:BotId) if (&from == this) return; Clear(); MergeFrom(from); } bool BotId::IsInitialized() const { return true; } void BotId::InternalSwap(BotId* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); swap(_has_bits_[0], other->_has_bits_[0]); swap(id_, other->id_); swap(team_, other->team_); } ::PROTOBUF_NAMESPACE_ID::Metadata BotId::GetMetadata() const { return GetMetadataStatic(); } // =================================================================== void Location::InitAsDefaultInstance() { } class Location::_Internal { public: using HasBits = decltype(std::declval<Location>()._has_bits_); static void set_has_x(HasBits* has_bits) { (*has_bits)[0] |= 1u; } static void set_has_y(HasBits* has_bits) { (*has_bits)[0] |= 2u; } }; Location::Location() : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { SharedCtor(); // @@protoc_insertion_point(constructor:Location) } Location::Location(const Location& from) : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr), _has_bits_(from._has_bits_) { _internal_metadata_.MergeFrom(from._internal_metadata_); ::memcpy(&x_, &from.x_, static_cast<size_t>(reinterpret_cast<char*>(&y_) - reinterpret_cast<char*>(&x_)) + sizeof(y_)); // @@protoc_insertion_point(copy_constructor:Location) } void Location::SharedCtor() { ::memset(&x_, 0, static_cast<size_t>( reinterpret_cast<char*>(&y_) - reinterpret_cast<char*>(&x_)) + sizeof(y_)); } Location::~Location() { // @@protoc_insertion_point(destructor:Location) SharedDtor(); } void Location::SharedDtor() { } void Location::SetCachedSize(int size) const { _cached_size_.Set(size); } const Location& Location::default_instance() { ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_Location_ssl_5fgame_5fcontroller_5fcommon_2eproto.base); return *internal_default_instance(); } void Location::Clear() { // @@protoc_insertion_point(message_clear_start:Location) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x00000003u) { ::memset(&x_, 0, static_cast<size_t>( reinterpret_cast<char*>(&y_) - reinterpret_cast<char*>(&x_)) + sizeof(y_)); } _has_bits_.Clear(); _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER const char* Location::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure _Internal::HasBits has_bits{}; while (!ctx->Done(&ptr)) { ::PROTOBUF_NAMESPACE_ID::uint32 tag; ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); CHK_(ptr); switch (tag >> 3) { // required float x = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 13)) { _Internal::set_has_x(&has_bits); x_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr); ptr += sizeof(float); } else goto handle_unusual; continue; // required float y = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 21)) { _Internal::set_has_y(&has_bits); y_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr); ptr += sizeof(float); } else goto handle_unusual; continue; default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { ctx->SetLastTag(tag); goto success; } ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); CHK_(ptr != nullptr); continue; } } // switch } // while success: _has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; goto success; #undef CHK_ } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER bool Location::MergePartialFromCodedStream( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure ::PROTOBUF_NAMESPACE_ID::uint32 tag; // @@protoc_insertion_point(parse_start:Location) for (;;) { ::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) { // required float x = 1; case 1: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (13 & 0xFF)) { _Internal::set_has_x(&_has_bits_); DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive< float, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_FLOAT>( input, &x_))); } else { goto handle_unusual; } break; } // required float y = 2; case 2: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (21 & 0xFF)) { _Internal::set_has_y(&_has_bits_); DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive< float, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_FLOAT>( input, &y_))); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:Location) return true; failure: // @@protoc_insertion_point(parse_failure:Location) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER void Location::SerializeWithCachedSizes( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:Location) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required float x = 1; if (cached_has_bits & 0x00000001u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloat(1, this->x(), output); } // required float y = 2; if (cached_has_bits & 0x00000002u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloat(2, this->y(), output); } if (_internal_metadata_.have_unknown_fields()) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:Location) } ::PROTOBUF_NAMESPACE_ID::uint8* Location::InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target) const { // @@protoc_insertion_point(serialize_to_array_start:Location) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required float x = 1; if (cached_has_bits & 0x00000001u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloatToArray(1, this->x(), target); } // required float y = 2; if (cached_has_bits & 0x00000002u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloatToArray(2, this->y(), target); } if (_internal_metadata_.have_unknown_fields()) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } // @@protoc_insertion_point(serialize_to_array_end:Location) return target; } size_t Location::RequiredFieldsByteSizeFallback() const { // @@protoc_insertion_point(required_fields_byte_size_fallback_start:Location) size_t total_size = 0; if (has_x()) { // required float x = 1; total_size += 1 + 4; } if (has_y()) { // required float y = 2; total_size += 1 + 4; } return total_size; } size_t Location::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:Location) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize( _internal_metadata_.unknown_fields()); } if (((_has_bits_[0] & 0x00000003) ^ 0x00000003) == 0) { // All required fields are present. // required float x = 1; total_size += 1 + 4; // required float y = 2; total_size += 1 + 4; } else { total_size += RequiredFieldsByteSizeFallback(); } ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; } void Location::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:Location) GOOGLE_DCHECK_NE(&from, this); const Location* source = ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<Location>( &from); if (source == nullptr) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:Location) ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:Location) MergeFrom(*source); } } void Location::MergeFrom(const Location& from) { // @@protoc_insertion_point(class_specific_merge_from_start:Location) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = from._has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { x_ = from.x_; } if (cached_has_bits & 0x00000002u) { y_ = from.y_; } _has_bits_[0] |= cached_has_bits; } } void Location::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:Location) if (&from == this) return; Clear(); MergeFrom(from); } void Location::CopyFrom(const Location& from) { // @@protoc_insertion_point(class_specific_copy_from_start:Location) if (&from == this) return; Clear(); MergeFrom(from); } bool Location::IsInitialized() const { if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false; return true; } void Location::InternalSwap(Location* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); swap(_has_bits_[0], other->_has_bits_[0]); swap(x_, other->x_); swap(y_, other->y_); } ::PROTOBUF_NAMESPACE_ID::Metadata Location::GetMetadata() const { return GetMetadataStatic(); } // =================================================================== void ControllerReply::InitAsDefaultInstance() { } class ControllerReply::_Internal { public: using HasBits = decltype(std::declval<ControllerReply>()._has_bits_); static void set_has_status_code(HasBits* has_bits) { (*has_bits)[0] |= 4u; } static void set_has_reason(HasBits* has_bits) { (*has_bits)[0] |= 1u; } static void set_has_next_token(HasBits* has_bits) { (*has_bits)[0] |= 2u; } static void set_has_verification(HasBits* has_bits) { (*has_bits)[0] |= 8u; } }; ControllerReply::ControllerReply() : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { SharedCtor(); // @@protoc_insertion_point(constructor:ControllerReply) } ControllerReply::ControllerReply(const ControllerReply& from) : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr), _has_bits_(from._has_bits_) { _internal_metadata_.MergeFrom(from._internal_metadata_); reason_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); if (from.has_reason()) { reason_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.reason_); } next_token_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); if (from.has_next_token()) { next_token_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.next_token_); } ::memcpy(&status_code_, &from.status_code_, static_cast<size_t>(reinterpret_cast<char*>(&verification_) - reinterpret_cast<char*>(&status_code_)) + sizeof(verification_)); // @@protoc_insertion_point(copy_constructor:ControllerReply) } void ControllerReply::SharedCtor() { ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ControllerReply_ssl_5fgame_5fcontroller_5fcommon_2eproto.base); reason_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); next_token_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); ::memset(&status_code_, 0, static_cast<size_t>( reinterpret_cast<char*>(&verification_) - reinterpret_cast<char*>(&status_code_)) + sizeof(verification_)); } ControllerReply::~ControllerReply() { // @@protoc_insertion_point(destructor:ControllerReply) SharedDtor(); } void ControllerReply::SharedDtor() { reason_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); next_token_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); } void ControllerReply::SetCachedSize(int size) const { _cached_size_.Set(size); } const ControllerReply& ControllerReply::default_instance() { ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_ControllerReply_ssl_5fgame_5fcontroller_5fcommon_2eproto.base); return *internal_default_instance(); } void ControllerReply::Clear() { // @@protoc_insertion_point(message_clear_start:ControllerReply) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { reason_.ClearNonDefaultToEmptyNoArena(); } if (cached_has_bits & 0x00000002u) { next_token_.ClearNonDefaultToEmptyNoArena(); } } if (cached_has_bits & 0x0000000cu) { ::memset(&status_code_, 0, static_cast<size_t>( reinterpret_cast<char*>(&verification_) - reinterpret_cast<char*>(&status_code_)) + sizeof(verification_)); } _has_bits_.Clear(); _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER const char* ControllerReply::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure _Internal::HasBits has_bits{}; while (!ctx->Done(&ptr)) { ::PROTOBUF_NAMESPACE_ID::uint32 tag; ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); CHK_(ptr); switch (tag >> 3) { // optional .ControllerReply.StatusCode status_code = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); CHK_(ptr); if (PROTOBUF_PREDICT_TRUE(::ControllerReply_StatusCode_IsValid(val))) { set_status_code(static_cast<::ControllerReply_StatusCode>(val)); } else { ::PROTOBUF_NAMESPACE_ID::internal::WriteVarint(1, val, mutable_unknown_fields()); } } else goto handle_unusual; continue; // optional string reason = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8Verify(mutable_reason(), ptr, ctx, "ControllerReply.reason"); CHK_(ptr); } else goto handle_unusual; continue; // optional string next_token = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 26)) { ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8Verify(mutable_next_token(), ptr, ctx, "ControllerReply.next_token"); CHK_(ptr); } else goto handle_unusual; continue; // optional .ControllerReply.Verification verification = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 32)) { ::PROTOBUF_NAMESPACE_ID::uint64 val = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); CHK_(ptr); if (PROTOBUF_PREDICT_TRUE(::ControllerReply_Verification_IsValid(val))) { set_verification(static_cast<::ControllerReply_Verification>(val)); } else { ::PROTOBUF_NAMESPACE_ID::internal::WriteVarint(4, val, mutable_unknown_fields()); } } else goto handle_unusual; continue; default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { ctx->SetLastTag(tag); goto success; } ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); CHK_(ptr != nullptr); continue; } } // switch } // while success: _has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; goto success; #undef CHK_ } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER bool ControllerReply::MergePartialFromCodedStream( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure ::PROTOBUF_NAMESPACE_ID::uint32 tag; // @@protoc_insertion_point(parse_start:ControllerReply) for (;;) { ::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) { // optional .ControllerReply.StatusCode status_code = 1; case 1: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (8 & 0xFF)) { int value = 0; DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive< int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>( input, &value))); if (::ControllerReply_StatusCode_IsValid(value)) { set_status_code(static_cast< ::ControllerReply_StatusCode >(value)); } else { mutable_unknown_fields()->AddVarint( 1, static_cast<::PROTOBUF_NAMESPACE_ID::uint64>(value)); } } else { goto handle_unusual; } break; } // optional string reason = 2; case 2: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) { DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString( input, this->mutable_reason())); ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::VerifyUTF8StringNamedField( this->reason().data(), static_cast<int>(this->reason().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::PARSE, "ControllerReply.reason"); } else { goto handle_unusual; } break; } // optional string next_token = 3; case 3: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (26 & 0xFF)) { DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString( input, this->mutable_next_token())); ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::VerifyUTF8StringNamedField( this->next_token().data(), static_cast<int>(this->next_token().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::PARSE, "ControllerReply.next_token"); } else { goto handle_unusual; } break; } // optional .ControllerReply.Verification verification = 4; case 4: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (32 & 0xFF)) { int value = 0; DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive< int, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_ENUM>( input, &value))); if (::ControllerReply_Verification_IsValid(value)) { set_verification(static_cast< ::ControllerReply_Verification >(value)); } else { mutable_unknown_fields()->AddVarint( 4, static_cast<::PROTOBUF_NAMESPACE_ID::uint64>(value)); } } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:ControllerReply) return true; failure: // @@protoc_insertion_point(parse_failure:ControllerReply) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER void ControllerReply::SerializeWithCachedSizes( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:ControllerReply) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // optional .ControllerReply.StatusCode status_code = 1; if (cached_has_bits & 0x00000004u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum( 1, this->status_code(), output); } // optional string reason = 2; if (cached_has_bits & 0x00000001u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::VerifyUTF8StringNamedField( this->reason().data(), static_cast<int>(this->reason().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SERIALIZE, "ControllerReply.reason"); ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased( 2, this->reason(), output); } // optional string next_token = 3; if (cached_has_bits & 0x00000002u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::VerifyUTF8StringNamedField( this->next_token().data(), static_cast<int>(this->next_token().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SERIALIZE, "ControllerReply.next_token"); ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased( 3, this->next_token(), output); } // optional .ControllerReply.Verification verification = 4; if (cached_has_bits & 0x00000008u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnum( 4, this->verification(), output); } if (_internal_metadata_.have_unknown_fields()) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:ControllerReply) } ::PROTOBUF_NAMESPACE_ID::uint8* ControllerReply::InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target) const { // @@protoc_insertion_point(serialize_to_array_start:ControllerReply) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // optional .ControllerReply.StatusCode status_code = 1; if (cached_has_bits & 0x00000004u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( 1, this->status_code(), target); } // optional string reason = 2; if (cached_has_bits & 0x00000001u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::VerifyUTF8StringNamedField( this->reason().data(), static_cast<int>(this->reason().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SERIALIZE, "ControllerReply.reason"); target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray( 2, this->reason(), target); } // optional string next_token = 3; if (cached_has_bits & 0x00000002u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::VerifyUTF8StringNamedField( this->next_token().data(), static_cast<int>(this->next_token().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SERIALIZE, "ControllerReply.next_token"); target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray( 3, this->next_token(), target); } // optional .ControllerReply.Verification verification = 4; if (cached_has_bits & 0x00000008u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteEnumToArray( 4, this->verification(), target); } if (_internal_metadata_.have_unknown_fields()) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } // @@protoc_insertion_point(serialize_to_array_end:ControllerReply) return target; } size_t ControllerReply::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:ControllerReply) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize( _internal_metadata_.unknown_fields()); } ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x0000000fu) { // optional string reason = 2; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->reason()); } // optional string next_token = 3; if (cached_has_bits & 0x00000002u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->next_token()); } // optional .ControllerReply.StatusCode status_code = 1; if (cached_has_bits & 0x00000004u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->status_code()); } // optional .ControllerReply.Verification verification = 4; if (cached_has_bits & 0x00000008u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::EnumSize(this->verification()); } } int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; } void ControllerReply::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:ControllerReply) GOOGLE_DCHECK_NE(&from, this); const ControllerReply* source = ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<ControllerReply>( &from); if (source == nullptr) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:ControllerReply) ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:ControllerReply) MergeFrom(*source); } } void ControllerReply::MergeFrom(const ControllerReply& from) { // @@protoc_insertion_point(class_specific_merge_from_start:ControllerReply) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = from._has_bits_[0]; if (cached_has_bits & 0x0000000fu) { if (cached_has_bits & 0x00000001u) { _has_bits_[0] |= 0x00000001u; reason_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.reason_); } if (cached_has_bits & 0x00000002u) { _has_bits_[0] |= 0x00000002u; next_token_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.next_token_); } if (cached_has_bits & 0x00000004u) { status_code_ = from.status_code_; } if (cached_has_bits & 0x00000008u) { verification_ = from.verification_; } _has_bits_[0] |= cached_has_bits; } } void ControllerReply::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:ControllerReply) if (&from == this) return; Clear(); MergeFrom(from); } void ControllerReply::CopyFrom(const ControllerReply& from) { // @@protoc_insertion_point(class_specific_copy_from_start:ControllerReply) if (&from == this) return; Clear(); MergeFrom(from); } bool ControllerReply::IsInitialized() const { return true; } void ControllerReply::InternalSwap(ControllerReply* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); swap(_has_bits_[0], other->_has_bits_[0]); reason_.Swap(&other->reason_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); next_token_.Swap(&other->next_token_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); swap(status_code_, other->status_code_); swap(verification_, other->verification_); } ::PROTOBUF_NAMESPACE_ID::Metadata ControllerReply::GetMetadata() const { return GetMetadataStatic(); } // =================================================================== void Signature::InitAsDefaultInstance() { } class Signature::_Internal { public: using HasBits = decltype(std::declval<Signature>()._has_bits_); static void set_has_token(HasBits* has_bits) { (*has_bits)[0] |= 1u; } static void set_has_pkcs1v15(HasBits* has_bits) { (*has_bits)[0] |= 2u; } }; Signature::Signature() : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { SharedCtor(); // @@protoc_insertion_point(constructor:Signature) } Signature::Signature(const Signature& from) : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr), _has_bits_(from._has_bits_) { _internal_metadata_.MergeFrom(from._internal_metadata_); token_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); if (from.has_token()) { token_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.token_); } pkcs1v15_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); if (from.has_pkcs1v15()) { pkcs1v15_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.pkcs1v15_); } // @@protoc_insertion_point(copy_constructor:Signature) } void Signature::SharedCtor() { ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_Signature_ssl_5fgame_5fcontroller_5fcommon_2eproto.base); token_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); pkcs1v15_.UnsafeSetDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); } Signature::~Signature() { // @@protoc_insertion_point(destructor:Signature) SharedDtor(); } void Signature::SharedDtor() { token_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); pkcs1v15_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited()); } void Signature::SetCachedSize(int size) const { _cached_size_.Set(size); } const Signature& Signature::default_instance() { ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_Signature_ssl_5fgame_5fcontroller_5fcommon_2eproto.base); return *internal_default_instance(); } void Signature::Clear() { // @@protoc_insertion_point(message_clear_start:Signature) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { token_.ClearNonDefaultToEmptyNoArena(); } if (cached_has_bits & 0x00000002u) { pkcs1v15_.ClearNonDefaultToEmptyNoArena(); } } _has_bits_.Clear(); _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER const char* Signature::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure _Internal::HasBits has_bits{}; while (!ctx->Done(&ptr)) { ::PROTOBUF_NAMESPACE_ID::uint32 tag; ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); CHK_(ptr); switch (tag >> 3) { // required string token = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) { ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParserUTF8Verify(mutable_token(), ptr, ctx, "Signature.token"); CHK_(ptr); } else goto handle_unusual; continue; // required bytes pkcs1v15 = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 18)) { ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(mutable_pkcs1v15(), ptr, ctx); CHK_(ptr); } else goto handle_unusual; continue; default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { ctx->SetLastTag(tag); goto success; } ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); CHK_(ptr != nullptr); continue; } } // switch } // while success: _has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; goto success; #undef CHK_ } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER bool Signature::MergePartialFromCodedStream( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure ::PROTOBUF_NAMESPACE_ID::uint32 tag; // @@protoc_insertion_point(parse_start:Signature) for (;;) { ::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) { // required string token = 1; case 1: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (10 & 0xFF)) { DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadString( input, this->mutable_token())); ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::VerifyUTF8StringNamedField( this->token().data(), static_cast<int>(this->token().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::PARSE, "Signature.token"); } else { goto handle_unusual; } break; } // required bytes pkcs1v15 = 2; case 2: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (18 & 0xFF)) { DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadBytes( input, this->mutable_pkcs1v15())); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:Signature) return true; failure: // @@protoc_insertion_point(parse_failure:Signature) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER void Signature::SerializeWithCachedSizes( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:Signature) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required string token = 1; if (cached_has_bits & 0x00000001u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::VerifyUTF8StringNamedField( this->token().data(), static_cast<int>(this->token().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SERIALIZE, "Signature.token"); ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringMaybeAliased( 1, this->token(), output); } // required bytes pkcs1v15 = 2; if (cached_has_bits & 0x00000002u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesMaybeAliased( 2, this->pkcs1v15(), output); } if (_internal_metadata_.have_unknown_fields()) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:Signature) } ::PROTOBUF_NAMESPACE_ID::uint8* Signature::InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target) const { // @@protoc_insertion_point(serialize_to_array_start:Signature) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required string token = 1; if (cached_has_bits & 0x00000001u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::VerifyUTF8StringNamedField( this->token().data(), static_cast<int>(this->token().length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SERIALIZE, "Signature.token"); target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteStringToArray( 1, this->token(), target); } // required bytes pkcs1v15 = 2; if (cached_has_bits & 0x00000002u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteBytesToArray( 2, this->pkcs1v15(), target); } if (_internal_metadata_.have_unknown_fields()) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } // @@protoc_insertion_point(serialize_to_array_end:Signature) return target; } size_t Signature::RequiredFieldsByteSizeFallback() const { // @@protoc_insertion_point(required_fields_byte_size_fallback_start:Signature) size_t total_size = 0; if (has_token()) { // required string token = 1; total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->token()); } if (has_pkcs1v15()) { // required bytes pkcs1v15 = 2; total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize( this->pkcs1v15()); } return total_size; } size_t Signature::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:Signature) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize( _internal_metadata_.unknown_fields()); } if (((_has_bits_[0] & 0x00000003) ^ 0x00000003) == 0) { // All required fields are present. // required string token = 1; total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->token()); // required bytes pkcs1v15 = 2; total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::BytesSize( this->pkcs1v15()); } else { total_size += RequiredFieldsByteSizeFallback(); } ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; } void Signature::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:Signature) GOOGLE_DCHECK_NE(&from, this); const Signature* source = ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<Signature>( &from); if (source == nullptr) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:Signature) ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:Signature) MergeFrom(*source); } } void Signature::MergeFrom(const Signature& from) { // @@protoc_insertion_point(class_specific_merge_from_start:Signature) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = from._has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { _has_bits_[0] |= 0x00000001u; token_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.token_); } if (cached_has_bits & 0x00000002u) { _has_bits_[0] |= 0x00000002u; pkcs1v15_.AssignWithDefault(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.pkcs1v15_); } } } void Signature::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:Signature) if (&from == this) return; Clear(); MergeFrom(from); } void Signature::CopyFrom(const Signature& from) { // @@protoc_insertion_point(class_specific_copy_from_start:Signature) if (&from == this) return; Clear(); MergeFrom(from); } bool Signature::IsInitialized() const { if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false; return true; } void Signature::InternalSwap(Signature* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); swap(_has_bits_[0], other->_has_bits_[0]); token_.Swap(&other->token_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); pkcs1v15_.Swap(&other->pkcs1v15_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); } ::PROTOBUF_NAMESPACE_ID::Metadata Signature::GetMetadata() const { return GetMetadataStatic(); } // =================================================================== void BallSpeedMeasurement::InitAsDefaultInstance() { } class BallSpeedMeasurement::_Internal { public: using HasBits = decltype(std::declval<BallSpeedMeasurement>()._has_bits_); static void set_has_timestamp(HasBits* has_bits) { (*has_bits)[0] |= 1u; } static void set_has_ball_speed(HasBits* has_bits) { (*has_bits)[0] |= 2u; } static void set_has_initial_ball_speed(HasBits* has_bits) { (*has_bits)[0] |= 4u; } }; BallSpeedMeasurement::BallSpeedMeasurement() : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) { SharedCtor(); // @@protoc_insertion_point(constructor:BallSpeedMeasurement) } BallSpeedMeasurement::BallSpeedMeasurement(const BallSpeedMeasurement& from) : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr), _has_bits_(from._has_bits_) { _internal_metadata_.MergeFrom(from._internal_metadata_); ::memcpy(&timestamp_, &from.timestamp_, static_cast<size_t>(reinterpret_cast<char*>(&initial_ball_speed_) - reinterpret_cast<char*>(&timestamp_)) + sizeof(initial_ball_speed_)); // @@protoc_insertion_point(copy_constructor:BallSpeedMeasurement) } void BallSpeedMeasurement::SharedCtor() { ::memset(&timestamp_, 0, static_cast<size_t>( reinterpret_cast<char*>(&initial_ball_speed_) - reinterpret_cast<char*>(&timestamp_)) + sizeof(initial_ball_speed_)); } BallSpeedMeasurement::~BallSpeedMeasurement() { // @@protoc_insertion_point(destructor:BallSpeedMeasurement) SharedDtor(); } void BallSpeedMeasurement::SharedDtor() { } void BallSpeedMeasurement::SetCachedSize(int size) const { _cached_size_.Set(size); } const BallSpeedMeasurement& BallSpeedMeasurement::default_instance() { ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&::scc_info_BallSpeedMeasurement_ssl_5fgame_5fcontroller_5fcommon_2eproto.base); return *internal_default_instance(); } void BallSpeedMeasurement::Clear() { // @@protoc_insertion_point(message_clear_start:BallSpeedMeasurement) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x00000007u) { ::memset(&timestamp_, 0, static_cast<size_t>( reinterpret_cast<char*>(&initial_ball_speed_) - reinterpret_cast<char*>(&timestamp_)) + sizeof(initial_ball_speed_)); } _has_bits_.Clear(); _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER const char* BallSpeedMeasurement::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure _Internal::HasBits has_bits{}; while (!ctx->Done(&ptr)) { ::PROTOBUF_NAMESPACE_ID::uint32 tag; ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag); CHK_(ptr); switch (tag >> 3) { // required uint64 timestamp = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 8)) { _Internal::set_has_timestamp(&has_bits); timestamp_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint(&ptr); CHK_(ptr); } else goto handle_unusual; continue; // required float ball_speed = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 21)) { _Internal::set_has_ball_speed(&has_bits); ball_speed_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr); ptr += sizeof(float); } else goto handle_unusual; continue; // optional float initial_ball_speed = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 29)) { _Internal::set_has_initial_ball_speed(&has_bits); initial_ball_speed_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad<float>(ptr); ptr += sizeof(float); } else goto handle_unusual; continue; default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { ctx->SetLastTag(tag); goto success; } ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx); CHK_(ptr != nullptr); continue; } } // switch } // while success: _has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; goto success; #undef CHK_ } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER bool BallSpeedMeasurement::MergePartialFromCodedStream( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure ::PROTOBUF_NAMESPACE_ID::uint32 tag; // @@protoc_insertion_point(parse_start:BallSpeedMeasurement) for (;;) { ::std::pair<::PROTOBUF_NAMESPACE_ID::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::GetTagFieldNumber(tag)) { // required uint64 timestamp = 1; case 1: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (8 & 0xFF)) { _Internal::set_has_timestamp(&_has_bits_); DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive< ::PROTOBUF_NAMESPACE_ID::uint64, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_UINT64>( input, &timestamp_))); } else { goto handle_unusual; } break; } // required float ball_speed = 2; case 2: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (21 & 0xFF)) { _Internal::set_has_ball_speed(&_has_bits_); DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive< float, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_FLOAT>( input, &ball_speed_))); } else { goto handle_unusual; } break; } // optional float initial_ball_speed = 3; case 3: { if (static_cast< ::PROTOBUF_NAMESPACE_ID::uint8>(tag) == (29 & 0xFF)) { _Internal::set_has_initial_ball_speed(&_has_bits_); DO_((::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::ReadPrimitive< float, ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_FLOAT>( input, &initial_ball_speed_))); } else { goto handle_unusual; } break; } default: { handle_unusual: if (tag == 0) { goto success; } DO_(::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SkipField( input, tag, _internal_metadata_.mutable_unknown_fields())); break; } } } success: // @@protoc_insertion_point(parse_success:BallSpeedMeasurement) return true; failure: // @@protoc_insertion_point(parse_failure:BallSpeedMeasurement) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER void BallSpeedMeasurement::SerializeWithCachedSizes( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const { // @@protoc_insertion_point(serialize_start:BallSpeedMeasurement) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required uint64 timestamp = 1; if (cached_has_bits & 0x00000001u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt64(1, this->timestamp(), output); } // required float ball_speed = 2; if (cached_has_bits & 0x00000002u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloat(2, this->ball_speed(), output); } // optional float initial_ball_speed = 3; if (cached_has_bits & 0x00000004u) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloat(3, this->initial_ball_speed(), output); } if (_internal_metadata_.have_unknown_fields()) { ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } // @@protoc_insertion_point(serialize_end:BallSpeedMeasurement) } ::PROTOBUF_NAMESPACE_ID::uint8* BallSpeedMeasurement::InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target) const { // @@protoc_insertion_point(serialize_to_array_start:BallSpeedMeasurement) ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = _has_bits_[0]; // required uint64 timestamp = 1; if (cached_has_bits & 0x00000001u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt64ToArray(1, this->timestamp(), target); } // required float ball_speed = 2; if (cached_has_bits & 0x00000002u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloatToArray(2, this->ball_speed(), target); } // optional float initial_ball_speed = 3; if (cached_has_bits & 0x00000004u) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteFloatToArray(3, this->initial_ball_speed(), target); } if (_internal_metadata_.have_unknown_fields()) { target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } // @@protoc_insertion_point(serialize_to_array_end:BallSpeedMeasurement) return target; } size_t BallSpeedMeasurement::RequiredFieldsByteSizeFallback() const { // @@protoc_insertion_point(required_fields_byte_size_fallback_start:BallSpeedMeasurement) size_t total_size = 0; if (has_timestamp()) { // required uint64 timestamp = 1; total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt64Size( this->timestamp()); } if (has_ball_speed()) { // required float ball_speed = 2; total_size += 1 + 4; } return total_size; } size_t BallSpeedMeasurement::ByteSizeLong() const { // @@protoc_insertion_point(message_byte_size_start:BallSpeedMeasurement) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::ComputeUnknownFieldsSize( _internal_metadata_.unknown_fields()); } if (((_has_bits_[0] & 0x00000003) ^ 0x00000003) == 0) { // All required fields are present. // required uint64 timestamp = 1; total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::UInt64Size( this->timestamp()); // required float ball_speed = 2; total_size += 1 + 4; } else { total_size += RequiredFieldsByteSizeFallback(); } ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; // optional float initial_ball_speed = 3; cached_has_bits = _has_bits_[0]; if (cached_has_bits & 0x00000004u) { total_size += 1 + 4; } int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; } void BallSpeedMeasurement::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_merge_from_start:BallSpeedMeasurement) GOOGLE_DCHECK_NE(&from, this); const BallSpeedMeasurement* source = ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<BallSpeedMeasurement>( &from); if (source == nullptr) { // @@protoc_insertion_point(generalized_merge_from_cast_fail:BallSpeedMeasurement) ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this); } else { // @@protoc_insertion_point(generalized_merge_from_cast_success:BallSpeedMeasurement) MergeFrom(*source); } } void BallSpeedMeasurement::MergeFrom(const BallSpeedMeasurement& from) { // @@protoc_insertion_point(class_specific_merge_from_start:BallSpeedMeasurement) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; cached_has_bits = from._has_bits_[0]; if (cached_has_bits & 0x00000007u) { if (cached_has_bits & 0x00000001u) { timestamp_ = from.timestamp_; } if (cached_has_bits & 0x00000002u) { ball_speed_ = from.ball_speed_; } if (cached_has_bits & 0x00000004u) { initial_ball_speed_ = from.initial_ball_speed_; } _has_bits_[0] |= cached_has_bits; } } void BallSpeedMeasurement::CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) { // @@protoc_insertion_point(generalized_copy_from_start:BallSpeedMeasurement) if (&from == this) return; Clear(); MergeFrom(from); } void BallSpeedMeasurement::CopyFrom(const BallSpeedMeasurement& from) { // @@protoc_insertion_point(class_specific_copy_from_start:BallSpeedMeasurement) if (&from == this) return; Clear(); MergeFrom(from); } bool BallSpeedMeasurement::IsInitialized() const { if ((_has_bits_[0] & 0x00000003) != 0x00000003) return false; return true; } void BallSpeedMeasurement::InternalSwap(BallSpeedMeasurement* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); swap(_has_bits_[0], other->_has_bits_[0]); swap(timestamp_, other->timestamp_); swap(ball_speed_, other->ball_speed_); swap(initial_ball_speed_, other->initial_ball_speed_); } ::PROTOBUF_NAMESPACE_ID::Metadata BallSpeedMeasurement::GetMetadata() const { return GetMetadataStatic(); } // @@protoc_insertion_point(namespace_scope) PROTOBUF_NAMESPACE_OPEN template<> PROTOBUF_NOINLINE ::BotId* Arena::CreateMaybeMessage< ::BotId >(Arena* arena) { return Arena::CreateInternal< ::BotId >(arena); } template<> PROTOBUF_NOINLINE ::Location* Arena::CreateMaybeMessage< ::Location >(Arena* arena) { return Arena::CreateInternal< ::Location >(arena); } template<> PROTOBUF_NOINLINE ::ControllerReply* Arena::CreateMaybeMessage< ::ControllerReply >(Arena* arena) { return Arena::CreateInternal< ::ControllerReply >(arena); } template<> PROTOBUF_NOINLINE ::Signature* Arena::CreateMaybeMessage< ::Signature >(Arena* arena) { return Arena::CreateInternal< ::Signature >(arena); } template<> PROTOBUF_NOINLINE ::BallSpeedMeasurement* Arena::CreateMaybeMessage< ::BallSpeedMeasurement >(Arena* arena) { return Arena::CreateInternal< ::BallSpeedMeasurement >(arena); } PROTOBUF_NAMESPACE_CLOSE // @@protoc_insertion_point(global_scope) #include <google/protobuf/port_undef.inc>
a18e87a2f1b89ac4d71daf588d8f0f10a8ea3c30
9f881e7c03cba4bb5cda49b315a1e8fab257901d
/src/throttle_pedal.cpp
7e588349061afbda4daec654bfffaf237b0f83b5
[]
no_license
AlexisRiksman-TomTom/Interview-case
0e130ebc47b4b0d86bee67eeb6ba925000054b2f
7592b389dc755bbb512b761b58acede2b8c43b02
refs/heads/master
2022-12-01T03:01:14.984504
2020-07-29T07:23:01
2020-07-29T07:23:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,225
cpp
/** @file * @brief Implementation of the throttle-pedal handling. */ #include "throttle_pedal.h" #include "drivers/adc_driver/adc_driver.h" #include <assert.h> #include <stdio.h> namespace { //! The maximum angle to which the throttle-pedal can be pushed. const float kMaxPedalAngle = 30.0; /** The number of sensor samples that must be averaged out, thus the length * of the low-pass filter on each sensor. */ const int kNumFilterSamples = 5; /** Details of a throttle-pedal sensor. * adc_value = adc_offset + (adc_factor * angle) */ struct TSensorDetails { adc_channel_id_t mAdcChannel; //!< The ADC channel to read sensor data. float mAdcOffset; //!< The offset to calculate the pedal angle. float mAdcFactor; //!< The scale factor to calculate pedal angle. }; const TSensorDetails kSensorDetails[kNumThrottleSensors] = { { ADC_CHANNEL0, 0.5, 0.10 }, //!< Throttle sensor 1. { ADC_CHANNEL1, 1.0, 0.08 } //!< Throttle sensor 2. }; } CThrottlePedal::CThrottlePedal() : mSensorPosition() { // Initialize the ADC channel for each sensor. for (auto& sensor : kSensorDetails) { if (adc_init(sensor.mAdcChannel) == ADC_RET_OK) { printf("[PEDAL] ADC channel %i initialized ok\n", sensor.mAdcChannel); } else { printf("[PEDAL] Faled to initialize ADC channel %i\n", sensor.mAdcChannel); assert(false); } } } CThrottlePedal::~CThrottlePedal() { } bool CThrottlePedal::ReadThrottleSensors() { assert( (sizeof(kSensorDetails) / sizeof(kSensorDetails[0])) == (sizeof(mSensorPosition) / sizeof(mSensorPosition[0]))); bool ok = true; // no problems yet for (int sensor = 0; sensor < kNumThrottleSensors; ++sensor) { auto& details = kSensorDetails[sensor]; auto& values = mSensorPosition[sensor]; // Discard the oldest sensor value. values.erase(values.begin()); // Read the ADC channel for this sensor and convert this to pedal position: // angle = (adc_value - adc_offset) / adc_factor // position = angle / max-angle float position = 0.0; adc_value_t value; if (adc_read(details.mAdcChannel, &value) == ADC_RET_OK) { float angle = (static_cast<float>(value) - details.mAdcOffset) / details.mAdcFactor; if (angle >= 0.0 && angle <= kMaxPedalAngle) { position = angle / kMaxPedalAngle; } else { printf("[PEDAL] Invalid ADC angle %.1f for ADC channel %i value %u\n", angle, details.mAdcChannel, value); ok = false; } } else { printf("[PEDAL] Failed to read ADC channel %i\n", details.mAdcChannel); ok = false; } // Store the new pedal position. values.push_back(position); } return ok; } float CThrottlePedal::ThrottlePosition() const { float total = 0.0; int numSensors = 0; // Calculate the average value per sensor and add this to the total. for (auto& values : mSensorPosition) { float sum = 0.0; for (auto& val : values) { sum += val; } float average = sum / values.size(); total += average; ++numSensors; } // Return the average of all sensors. return total / numSensors; }
add905103d87b9cef21b230117720776fdc9dcf6
f0d715681356cdf963de62c5a172ccad7d898d83
/ke_mode/winnt/ntke_cpprtl/rtti/rtti_test_suite/rtti_tests.h
d19568c4032148155bff3302f59d647a45961980
[ "MIT" ]
permissive
133a/project_ntke_cpprtl
679175d9be4af4f0644b0edb537262f65943e0dd
234d2f2a32db414da72dc5b1577b86446296bef6
refs/heads/master
2023-01-29T22:26:51.439274
2023-01-17T15:58:45
2023-01-17T17:24:23
51,853,415
14
6
null
null
null
null
UTF-8
C++
false
false
2,097
h
//============================================ // copyright (c) 2012-2022 project_ntke_cpprtl // license: the MIT license //-------------------------------------------- #ifndef RTTI_TESTS_H_ #define RTTI_TESTS_H_ namespace cpprtl { namespace rtti { namespace test { typedef bool (*test_ft)(); bool test_s0101(); bool test_s0102(); bool test_s0103(); bool test_s0104(); bool test_s0105(); bool test_s0106(); bool test_s0107(); bool test_s0108(); bool test_s0109(); bool test_m0101(); bool test_m0102(); bool test_m0103(); bool test_m0104(); bool test_m0105(); bool test_m0106(); bool test_m0107(); bool test_m0108(); bool test_m0109(); bool test_m0201(); bool test_m0202(); bool test_m0203(); bool test_m0204(); bool test_m0205(); bool test_m0206(); bool test_m0207(); bool test_m0208(); bool test_m0209(); bool test_m0301(); bool test_m0302(); bool test_m0303(); bool test_m0304(); bool test_m0305(); bool test_m0306(); bool test_m0307(); bool test_m0308(); bool test_m0309(); bool test_v0101(); bool test_v0102(); bool test_v0103(); bool test_v0104(); bool test_v0105(); bool test_v0106(); bool test_v0107(); bool test_v0108(); bool test_v0109(); bool test_v0201(); bool test_v0202(); bool test_v0203(); bool test_v0204(); bool test_v0205(); bool test_v0206(); bool test_v0207(); bool test_v0208(); bool test_v0209(); bool test_v0301(); bool test_v0302(); bool test_v0303(); bool test_v0304(); bool test_v0305(); bool test_v0306(); bool test_v0307(); bool test_v0308(); bool test_v0309(); bool test_v0401(); bool test_v0402(); bool test_v0403(); bool test_v0404(); bool test_v0405(); bool test_v0406(); bool test_v0407(); bool test_v0408(); bool test_v0409(); bool test_v0501(); bool test_v0502(); bool test_v0503(); bool test_v0504(); bool test_v0505(); bool test_v0506(); bool test_v0507(); bool test_v0508(); bool test_v0509(); bool test_b0101(); bool test_b0102(); bool test_b0103(); bool test_b0104(); bool test_b0105(); bool test_b0106(); bool test_b0107(); bool test_b0108(); bool test_b0109(); }}} // namespace cpprtl::rtti::test #endif // include guard
a8848d70b60b20c3bf527a2bc2581c9a00a1f478
1afec3e10c24e43da24c77aa681e582e06f4e7d8
/cpp/myob/ob_fixed_ring_buffer-simple.h
dddd02708762db828ba97f0d202b97911a264f96
[]
no_license
jeffreywugz/code-repository
8ade372c334f9ce74ff927f5b9c4a8f4c7fe7deb
163ede173179309daa3b29a81f0e93ee51da0896
refs/heads/master
2020-04-20T13:13:06.606368
2014-07-18T06:56:15
2014-07-18T06:56:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,165
h
/** * (C) 2007-2010 Taobao Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Version: $Id$ * * Authors: * yuanqi <[email protected]> * - some work details if you want */ #ifndef __OB_UPDATESERVER_OB_FIXED_RING_BUFFER_H__ #define __OB_UPDATESERVER_OB_FIXED_RING_BUFFER_H__ #include "common/ob_define.h" namespace oceanbase { namespace updateserver { class ObFixedRingBuffer { public: ObFixedRingBuffer(); ~ObFixedRingBuffer(); int init(const int64_t log_buf_len); int read(const int64_t pos, char* buf, const int64_t len, int64_t& read_count); int append(const int64_t pos, const char* buf, const int64_t len); protected: bool is_inited() const; protected: DISALLOW_COPY_AND_ASSIGN(ObFixedRingBuffer); volatile int64_t end_pos_; int64_t buf_len_; char* buf_; }; }; // end namespace updateserver }; // end namespace oceanbase #endif /* __OB_UPDATESERVER_OB_FIXED_RING_BUFFER_H__ */
cd835d09fa89733c39cb7c5319a7e980db85ac3c
d47c341d59ed8ba577463ccf100a51efb669599c
/libs/geometry/test/algorithms/within_areal_areal.cpp
57f417d95978fec0be8aabde26733058e4d62fb1
[ "BSL-1.0" ]
permissive
cms-externals/boost
5980d39d50b7441536eb3b10822f56495fdf3635
9615b17aa7196c42a741e99b4003a0c26f092f4c
refs/heads/master
2023-08-29T09:15:33.137896
2020-08-04T16:50:18
2020-08-04T16:50:18
30,637,301
0
4
BSL-1.0
2023-08-09T23:00:37
2015-02-11T08:07:04
C++
UTF-8
C++
false
false
3,781
cpp
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland. // This file was modified by Oracle on 2014. // Modifications copyright (c) 2014 Oracle and/or its affiliates. // Use, modification and distribution is subject to 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) // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle #include <algorithms/test_within.hpp> #include <boost/geometry/geometries/geometries.hpp> #include <boost/geometry/geometries/point_xy.hpp> #include <boost/geometry/multi/multi.hpp> #include <boost/geometry/multi/geometries/multi_polygon.hpp> template <typename P> void test_a_a() { typedef bg::model::polygon<P> poly; typedef bg::model::ring<P> ring; typedef bg::model::multi_polygon<poly> mpoly; test_geometry<ring, ring>("POLYGON((0 0,0 2,2 2,2 0,0 0))", "POLYGON((0 0,0 5,5 5,5 0,0 0))", true); test_geometry<ring, poly>("POLYGON((0 0,0 5,5 5,5 0,0 0))", "POLYGON((0 0,0 5,5 5,5 0,0 0))", true); test_geometry<poly, ring>("POLYGON((0 0,0 6,6 6,6 0,0 0))", "POLYGON((0 0,0 5,5 5,5 0,0 0))", false); test_geometry<poly, poly>("POLYGON((0 0,0 9,9 9,9 0,0 0),(3 3,6 3,6 6,3 6,3 3))", "POLYGON((0 0,0 9,9 9,9 0,0 0),(3 3,6 3,6 6,3 6,3 3))", true); test_geometry<poly, poly>("POLYGON((0 0,0 9,9 9,9 0,0 0),(3 3,6 3,6 6,3 6,3 3))", "POLYGON((0 0,0 9,9 9,9 0,0 0),(4 4,5 4,5 5,4 5,4 4))", true); test_geometry<poly, poly>("POLYGON((1 1,1 8,8 8,8 1,1 1),(3 3,6 3,6 6,3 6,3 3))", "POLYGON((0 0,0 9,9 9,9 0,0 0),(3 3,6 3,6 6,3 6,3 3))", true); test_geometry<poly, poly>("POLYGON((1 1,1 8,8 8,8 1,1 1),(3 3,6 3,6 6,3 6,3 3))", "POLYGON((0 0,0 9,9 9,9 0,0 0),(4 4,5 4,5 5,4 5,4 4))", true); test_geometry<ring, mpoly>("POLYGON((0 0,0 2,2 2,2 0,0 0))", "MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((5 5,5 10,10 10,10 5,5 5)))", true); test_geometry<poly, mpoly>("POLYGON((0 0,0 2,2 2,2 0,0 0))", "MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((5 5,5 10,10 10,10 5,5 5)))", true); test_geometry<mpoly, ring>("MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((5 5,5 10,10 10,10 5,5 5)))", "POLYGON((0 0,0 10,10 10,10 0,0 0))", true); test_geometry<mpoly, poly>("MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((15 15,15 110,110 110,110 15,15 15)))", "POLYGON((0 0,0 10,10 10,10 0,0 0))", false); test_geometry<mpoly, poly>("MULTIPOLYGON(((0 0,0 1,1 0,0 0)),((3 3,3 4,4 3,3 3)))", "POLYGON((0 0,0 10,10 10,10 0,0 0),(3 3,4 3,4 4,3 4,3 3))", false); test_geometry<mpoly, mpoly>("MULTIPOLYGON(((0 0,0 1,1 0,0 0)),((3 3,3 4,4 3,3 3)))", "MULTIPOLYGON(((0 0,0 1,1 0,0 0)),((3 3,3 4,4 3,3 3)))", true); test_geometry<mpoly, mpoly>("MULTIPOLYGON(((0 0,0 1,1 0,0 0)),((3 3,3 4,4 3,3 3)))", "MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((5 5,5 10,10 10,10 5,5 5)))", true); test_geometry<mpoly, mpoly>("MULTIPOLYGON(((0 0,0 5,5 5,5 0,0 0)),((5 5,5 10,10 10,10 5,5 5)))", "MULTIPOLYGON(((0 0,0 1,1 0,0 0)),((3 3,3 4,4 3,3 3)))", false); } template <typename P> void test_all() { test_a_a<P>(); } int test_main( int , char* [] ) { test_all<bg::model::d2::point_xy<int> >(); test_all<bg::model::d2::point_xy<double> >(); #if defined(HAVE_TTMATH) test_all<bg::model::d2::point_xy<ttmath_big> >(); #endif return 0; }
34f10419ca462d10d3f246b863c7decf2fb8953a
6655a6d5ba97f21fdabd4ce3663993ef66acb280
/ReplWindow.cpp
b284e05857617642edc27e501f1de3b5a02f3c1a
[]
no_license
diversys/clipdinger
fe9961644254eaad21b97ddae1116793e88d269f
1dfd38cfaa8d63efb1a0b107775734da03af3d87
refs/heads/master
2021-04-29T09:15:47.609944
2016-12-29T08:11:47
2016-12-29T08:11:47
77,636,067
0
0
null
2016-12-29T19:47:07
2016-12-29T19:47:06
null
UTF-8
C++
false
false
2,355
cpp
/* * Copyright 2016. All rights reserved. * Distributed under the terms of the MIT license. * * Author: * Humdinger, [email protected] */ #include <stdio.h> #include <Catalog.h> #include <ControlLook.h> #include <LayoutBuilder.h> #include <SeparatorView.h> #include <Size.h> #include <TextView.h> #include "Constants.h" #include "ReplWindow.h" #include "ReplView.h" #undef B_TRANSLATION_CONTEXT #define B_TRANSLATION_CONTEXT "ReplWindow" ReplWindow::ReplWindow(BRect frame) : BWindow(BRect(0, 0, 350, 100), B_TRANSLATE("Clipboard monitor"), B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_AUTO_UPDATE_SIZE_LIMITS | B_CLOSE_ON_ESCAPE) { _BuildLayout(); frame.OffsetBy(40.0, 90.0); MoveTo(frame.LeftTop()); } ReplWindow::~ReplWindow() { } void ReplWindow::FrameResized(float width, float height) { fClipMonitorView->TruncateClip(width); BWindow::FrameResized(width, height); } void ReplWindow::MessageReceived(BMessage* message) { switch (message->what) { default: { BWindow::MessageReceived(message); break; } } } bool ReplWindow::QuitRequested() { if (!IsHidden()) Hide(); return false; } void ReplWindow::_BuildLayout() { // Clipboard contents view fClipMonitorView = new ReplView(); // Text BFont infoFont(*be_plain_font); infoFont.SetFace(B_ITALIC_FACE); rgb_color infoColor = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR), B_DARKEN_4_TINT); BTextView* welcomeText = new BTextView("text", &infoFont, &infoColor, B_WILL_DRAW | B_SUPPORTS_LAYOUT); welcomeText->MakeEditable(false); welcomeText->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR)); welcomeText->SetStylable(true); welcomeText->SetAlignment(B_ALIGN_CENTER); welcomeText->SetText(B_TRANSLATE( "Resize the window to your needs and drag the replicant handle " "onto the Desktop.\nTry dropping a color e.g. from Icon-O-Matic.")); font_height fheight; infoFont.GetHeight(&fheight); welcomeText->SetExplicitMinSize(BSize(B_SIZE_UNSET, (fheight.ascent + fheight.descent + fheight.leading) * 3.0)); welcomeText->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET)); static const float spacing = be_control_look->DefaultItemSpacing(); BLayoutBuilder::Group<>(this, B_VERTICAL, spacing) .SetInsets(spacing) .Add(fClipMonitorView) .Add(new BSeparatorView(B_HORIZONTAL)) .Add(welcomeText) .AddGlue(10) .End(); }
5e95b871fd1ac8fb684ac7f36f2a5374b7daf12f
d8cd5c903f6ffcdbdd1fa03e90d569a65292cfba
/code/test/test_storage_engine.cpp
eecff590b083792841471ca5eb4c6682c11a984e
[]
no_license
rsy56640/xjbDB
d7652ef6bb83a507a6789c924d6686c306f25e87
7786bb2a978504428daf9dc27ae594f706c7ba4a
refs/heads/query
2021-07-24T10:09:10.648327
2020-05-17T06:36:18
2020-05-17T06:36:18
171,814,217
20
1
null
2020-04-13T10:23:49
2019-02-21T06:34:17
C++
UTF-8
C++
false
false
1,801
cpp
#ifdef _xjbDB_test_STORAGE_ENGINE_ #include "test.h" #include <map> #include <cstring> #include <iostream> #include <memory> #include <random> #include <vector> #include <algorithm> #include <ctime> using namespace DB::tree; using namespace std; void test_create(vm::VM& vm_) { vm_.test_create_table(); KeyEntry key; key.key_t = page::key_t_t::INTEGER; page::ValueEntry value; value.value_state_ = value_state::INUSED; KVEntry kv = { key ,value }; // // insert test // constexpr int key_test_insert_size = 666; constexpr int key_test_erase_size = 333; constexpr int key_test_find_size = 128; constexpr int rand_seed = 19260817; srand(time(0) + rand_seed); std::vector<int> keys(key_test_insert_size); for (int i = 0; i < key_test_insert_size; i++) keys[i] = i; std::random_device rd; std::mt19937 g(rd()); std::shuffle(keys.begin(), keys.end(), g); for (int i : keys) { key.key_int = i; set(value, s[i % (sizeof(s) / sizeof(const char*))]); vm_.test_insert({ key , value }); } for (int i = 0; i < key_test_erase_size; i++) { cout << endl; key.key_int = ((rand() % key_test_insert_size) + key_test_insert_size) % key_test_insert_size; vm_.test_erase(key); } vm_.test_size(); } void test_rebuild(vm::VM& vm_) { vm_.test_output(); vm_.test_size(); } void test() { printf("--------------------- test begin ---------------------\n"); vm::VM vm_; vm_.init(); int cmd; scanf("%d", &cmd); if (cmd == 0) test_create(vm_); else test_rebuild(vm_); vm_.test_flush(); printf("--------------------- test end ---------------------\n"); } #endif // _xjbDB_test_STORAGE_ENGINE_
e307febaae8d618f3535d37ced4bf48cc77280e5
d8bfffa3bedc1a3786a280a672b207076cf35ff3
/7DRL 2017/Armor.cpp
17c8402510cbb94940b5d350445d3dc0fd18251b
[ "MIT" ]
permissive
L74814/Woozoolike
20b45846d169698c19904973c09d482414c1ff28
ca16b67bce61828dded707f1c529558646daf0b3
refs/heads/master
2023-06-19T06:45:35.668922
2021-07-18T05:58:46
2021-07-18T05:58:46
null
0
0
null
null
null
null
UHC
C++
false
false
2,033
cpp
#include "Armor.hpp" #include "Actor.hpp" #include "Utility.hpp" // rng // MessageLog #include "World.hpp" #include "Strings.hpp" #include "Color.hpp" Armor::Armor(Type type) : Item(L']', L']', Color::Yellow) , type(type) , defense(0) , maxDefense(0) { // TODO: make armor data table switch (type) { case Helmet: glyph = L'['; tileNumber = L'['; defense = randomInt(1, 3); maxDefense = 3; break; case Shield: glyph = L'{'; tileNumber = L'{'; defense = randomInt(2, 5); maxDefense = 5; break; case Body: glyph = L']'; tileNumber = L']'; defense = randomInt(3, 7); maxDefense = 7; break; } } ItemType Armor::getItemType() const { return ItemType::Armor; } Armor::Type Armor::getArmorType() const { return type; } std::wstring Armor::getName(Article article) const { std::wstring name; switch (type) { case Shield: name = Strings::get("Shield"); break; case Helmet: name = Strings::get("Helmet"); break; case Body: name = Strings::get("BodyArmor"); break; } // TODO: 한글 처리 기호 [, ] 와 섞여 오류 발생 // name += L" [" + std::to_wstring(defense) + L"]"; if (type == Body && article == Article::A) article = Article::None; return attachArticle(name, article); } void Armor::changeDefense(int points) { defense += points; if (defense > maxDefense) defense = maxDefense; else if (defense < 0) defense = 0; } int Armor::getDefense() const { return defense; } int Armor::getMaxDefense() const { return maxDefense; } bool Armor::apply(Actor& actor) { actor.equipment.setArmor(type, this); Weapon* weapon = actor.equipment.getCurrentWeapon(); if (getArmorType() == Shield && weapon && weapon->getWeaponType() > Weapon::Pistol) world->getLog().print(Strings::get("PickUpArmor"), Color::Yellow, { getName(Article::A) }); else world->getLog().print(Strings::get("WearArmor"), Color::Yellow, { getName(Article::A) }); return false; }
dd17499ec42fe141b9123eee13210448728c74d9
9c51ff37abe496d675d2d0f738be3a08f2713c37
/PA5/bak/main.cpp
c41cbe42fbd6a7a38a8e762ab8e99ecfb7e2cc4a
[]
no_license
ZhuoerFeng/2019-OOP
3dd49c2b9f895e048fa4e4c6be15cd540801eedf
a80c9db1a1daa1fa07e31e2de7209bca60e963ee
refs/heads/master
2022-04-03T20:48:21.884268
2020-02-07T07:05:55
2020-02-07T07:05:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,722
cpp
#include <algorithm> #include <iostream> #include <vector> #include <cassert> #include <cmath> using namespace std; class Plate { string _id; class Pizza *pizza; public: Plate(const string &id) : _id(id), pizza(nullptr) {} ~Plate() { cout << "Sold " << _id << " plate." << endl; } bool contains_pizza() const { return this->pizza != nullptr; } void hold_pizza(Pizza *pizza) { this->pizza = pizza; } const string &id() const { return _id; } }; class Pizza { Plate *plate; string name; int ketchup, cheese; bool cooked; bool cutted; public: Pizza(const string &name, int ketchup, int cheese) : name(name), ketchup(ketchup), cheese(cheese), cooked(false), cutted(false), plate(nullptr) {} void cook() { this->cooked = true; } void cut() { this->cutted = true; } void put_on(Plate *plate) { this->plate = plate; plate->hold_pizza(this); } ~Pizza() { this->plate->hold_pizza(nullptr); cout << "Washed " << this->plate->id() << " plate." << endl; } void eat() { cout << "Eating " << this->name << " ("; float total = (this->ketchup + this->cheese) / 100.0f; if (total == 0.0f) total = 1.0f; cout << static_cast<int>(round(this->ketchup / total)) << "% ketchup"; cout << " and "; cout << static_cast<int>(round(this->cheese / total)) << "% cheese"; if (this->cooked || this->cutted) { cout << " that is"; if (this->cooked) cout << " cooked"; if (this->cooked && this->cutted) cout << " and"; if (this->cutted) cout << " cutted"; } cout << ") from " << this->plate->id() << " plate."; cout << endl; } }; vector<Plate *> plates; Plate *find_empty_plate() { Plate *empty_plate = nullptr; for (Plate *plate : plates) if (!plate->contains_pizza()) { empty_plate = plate; break; } return empty_plate; } Pizza *make_seafood_pizza() { Plate *plate = find_empty_plate(); if (plate == nullptr) return nullptr; Pizza *pizza = new Pizza("Seafood Pizza", 30, 90); pizza->cook(); pizza->cut(); pizza->put_on(plate); return pizza; } Pizza *make_beef_pizza() { Plate *plate = find_empty_plate(); if (plate == nullptr) return nullptr; Pizza *pizza = new Pizza("Beef Pizza", 20, 40); pizza->cook(); pizza->put_on(plate); return pizza; } Pizza *make_fruit_pizza() { Plate *plate = find_empty_plate(); if (plate == nullptr) return nullptr; Pizza *pizza = new Pizza("Fruit Pizza", 0, 0); pizza->cook(); pizza->put_on(plate); return pizza; } Pizza *make_sausage_pizza() { Plate *plate = find_empty_plate(); if (plate == nullptr) return nullptr; Pizza *pizza = new Pizza("Sausage Pizza", 40, 20); pizza->cook(); pizza->cut(); pizza->put_on(plate); return pizza; } Pizza *make_tomato_pizza() { Plate *plate = find_empty_plate(); if (plate == nullptr) return nullptr; Pizza *pizza = new Pizza("Tomato Pizza", 20, 0); pizza->cook(); pizza->put_on(plate); return pizza; } Pizza *make_cheese_pizza() { Plate *plate = find_empty_plate(); if (plate == nullptr) return nullptr; Pizza *pizza = new Pizza("Cheese Pizza", 0, 20); pizza->cook(); pizza->cut(); pizza->put_on(plate); return pizza; } int main() { plates.push_back(new Plate("red")); plates.push_back(new Plate("white")); plates.push_back(new Plate("golden")); plates.push_back(new Plate("titanium")); plates.push_back(new Plate("yellow")); vector<Pizza *> ordered_pizzas; ordered_pizzas.push_back(make_seafood_pizza()); ordered_pizzas.push_back(make_beef_pizza()); ordered_pizzas.push_back(make_fruit_pizza()); ordered_pizzas.push_back(make_sausage_pizza()); ordered_pizzas.push_back(make_tomato_pizza()); ordered_pizzas.push_back(make_cheese_pizza()); int count = 0; for (Pizza *pizza : ordered_pizzas) if (pizza != nullptr) ++count; cout << "Ordered " << count << " plates of pizza." << endl; for (Pizza *pizza : ordered_pizzas) if (pizza != nullptr) { pizza->eat(); delete pizza; } ordered_pizzas.clear(); ordered_pizzas.push_back(make_cheese_pizza()); ordered_pizzas.push_back(make_tomato_pizza()); ordered_pizzas.push_back(make_sausage_pizza()); ordered_pizzas.push_back(make_fruit_pizza()); ordered_pizzas.push_back(make_beef_pizza()); ordered_pizzas.push_back(make_seafood_pizza()); count = 0; for (Pizza *pizza : ordered_pizzas) if (pizza != nullptr) ++count; cout << "Ordered " << count << " plates of pizza." << endl; for (Pizza *pizza : ordered_pizzas) if (pizza != nullptr) pizza->eat(); for (Pizza *pizza : ordered_pizzas) delete pizza; for (Plate *plate : plates) delete plate; return 0; }
a091ab5f438d40918d8a36424e36e258c4784423
1c8bca2e8234e0b6e8a70db91b1d4749d13783f2
/Windows/PP/07_PyramidAndCube/PyramidAndCube.cpp
c1e35b794a829ad1c16e6e050e6d36e5c7c2a70c
[]
no_license
jayshreegandhi/RTR
206e6e307dc9d3bfef85492b2f0efdcb7e429881
88d49f1e1f2b6ad58e29b5aaf279ffdfe7f53201
refs/heads/master
2023-01-05T01:47:18.935907
2020-11-09T06:36:20
2020-11-09T06:36:20
311,237,656
0
0
null
null
null
null
UTF-8
C++
false
false
21,506
cpp
#include<windows.h> #include<GL/glew.h> //Wrangler For PP , add additional headers and lib path #include<gl/GL.h> #include<stdio.h> #include"vmath.h" #pragma comment(lib,"glew32.lib") #pragma comment(lib,"opengl32.lib") //global namespace using namespace vmath; enum { AMC_ATTRIBUTE_POSITION = 0, AMC_ATTRIBUTE_COLOR, AMC_ATTRIBUTE_NORMAL, AMC_ATTRIBUTE_TEXCOORD0 }; #define WIN_WIDTH 800 #define WIN_HEIGHT 600 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); bool gbFullScreen = false; DWORD dwStyle; WINDOWPLACEMENT wpPrev = { sizeof(WINDOWPLACEMENT) }; HWND ghWnd = NULL; HDC ghdc = NULL; HGLRC ghrc = NULL; bool gbActiveWindow = false; FILE *gpFile = NULL; void ToggleFullScreen(void); int initialize(void); void resize(int, int); void display(void); void update(void); void uninitialize(void); GLuint gShaderProgramObject; GLuint vao_pyramid; GLuint vao_cube;// vertex array object GLuint vbo_position_pyramid; GLuint vbo_position_cube; // vertex buffer object GLuint vbo_color_pyramid; GLuint vbo_color_cube; GLfloat anglePyramid = 0.0f; GLfloat angleCube = 0.0f; GLuint mvpUniform; //model view projection uniform mat4 perspectiveProjectionMatrix; int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int iCmdShow) { WNDCLASSEX wndclass; HWND hwnd; MSG msg; TCHAR szAppName[] = TEXT("MY OGL WINDOW"); bool bDone = false; int iRet = 0; if (fopen_s(&gpFile, "Log.txt", "w") != 0) { MessageBox(NULL, TEXT("Log file can not be created"), TEXT("Error"), MB_OK); exit(0); } else { fprintf(gpFile, "Log file created successfully...\n"); } wndclass.cbSize = sizeof(WNDCLASSEX); wndclass.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; wndclass.cbClsExtra = 0; wndclass.cbWndExtra = 0; wndclass.lpfnWndProc = WndProc; wndclass.hInstance = hInstance; wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION); wndclass.hCursor = LoadCursor(NULL, IDC_ARROW); wndclass.hbrBackground = (HBRUSH)GetStockObject(BLACK_BRUSH); wndclass.lpszClassName = szAppName; wndclass.lpszMenuName = NULL; wndclass.hIconSm = LoadIcon(NULL, IDI_APPLICATION); RegisterClassEx(&wndclass); hwnd = CreateWindowEx(WS_EX_APPWINDOW, szAppName, TEXT("My Double buffer Window - Jayshree"), WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_VISIBLE, 100, 100, WIN_WIDTH, WIN_HEIGHT, NULL, NULL, hInstance, NULL); ghWnd = hwnd; iRet = initialize(); if (iRet == -1) { fprintf(gpFile, "ChoosePixelFormat() Failed\n"); DestroyWindow(hwnd); } else if (iRet == -2) { fprintf(gpFile, "SetPixelFormat() Failed\n"); DestroyWindow(hwnd); } else if (iRet == -3) { fprintf(gpFile, "wglCreateContext() Failed\n"); DestroyWindow(hwnd); } else if (iRet == -4) { fprintf(gpFile, "wglMakeCurrent() Failed\n"); DestroyWindow(hwnd); } else { fprintf(gpFile, "Initialization succeded\n"); } ToggleFullScreen(); ShowWindow(hwnd, iCmdShow); SetForegroundWindow(hwnd); SetFocus(hwnd); while (bDone == false) { if (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) { if (msg.message == WM_QUIT) { bDone = true; } else { TranslateMessage(&msg); DispatchMessage(&msg); } } else { //Play game here if (gbActiveWindow == true) { //code //here call update update(); } display(); } } return((int)msg.wParam); } LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) { switch (iMsg) { case WM_SETFOCUS: gbActiveWindow = true; break; case WM_KILLFOCUS: gbActiveWindow = false; break; case WM_SIZE: resize(LOWORD(lParam), HIWORD(lParam)); break; case WM_ERASEBKGND: return(0); break; case WM_CLOSE: DestroyWindow(hwnd); break; case WM_KEYDOWN: switch (wParam) { case VK_ESCAPE: DestroyWindow(hwnd); break; } break; case WM_DESTROY: uninitialize(); PostQuitMessage(0); break; } return(DefWindowProc(hwnd, iMsg, wParam, lParam)); } void ToggleFullScreen(void) { MONITORINFO mi; if (gbFullScreen == false) { dwStyle = GetWindowLong(ghWnd, GWL_STYLE); if (dwStyle & WS_OVERLAPPEDWINDOW) { mi = { sizeof(MONITORINFO) }; if (GetWindowPlacement(ghWnd, &wpPrev) && GetMonitorInfo(MonitorFromWindow(ghWnd, MONITORINFOF_PRIMARY), &mi)) { SetWindowLong(ghWnd, GWL_STYLE, dwStyle & ~WS_OVERLAPPEDWINDOW); SetWindowPos(ghWnd, HWND_TOP, mi.rcMonitor.left, mi.rcMonitor.top, mi.rcMonitor.right - mi.rcMonitor.left, mi.rcMonitor.bottom - mi.rcMonitor.top, SWP_NOZORDER | SWP_FRAMECHANGED); } } ShowCursor(FALSE); gbFullScreen = true; } } int initialize(void) { PIXELFORMATDESCRIPTOR pfd; int iPixelFormatIndex; GLenum result; ZeroMemory(&pfd, sizeof(PIXELFORMATDESCRIPTOR)); pfd.nSize = sizeof(PIXELFORMATDESCRIPTOR); pfd.nVersion = 1; pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER; pfd.iPixelType = PFD_TYPE_RGBA; pfd.cColorBits = 32; pfd.cRedBits = 8; pfd.cGreenBits = 8; pfd.cBlueBits = 8; pfd.cAlphaBits = 8; pfd.cDepthBits = 32; ghdc = GetDC(ghWnd); iPixelFormatIndex = ChoosePixelFormat(ghdc, &pfd); if (iPixelFormatIndex == 0) { return(-1); } if (SetPixelFormat(ghdc, iPixelFormatIndex, &pfd) == FALSE) { return(-2); } ghrc = wglCreateContext(ghdc); if (ghrc == NULL) { return(-3); } if (wglMakeCurrent(ghdc, ghrc) == FALSE) { return(-4); } //On the extensions requred for PP result = glewInit(); if (result != GLEW_OK) { fprintf(gpFile, "\nglewInit() failed...\n"); uninitialize(); DestroyWindow(ghWnd); } GLuint vertexShaderObject; GLuint fragmentShaderObject; //***************** 1. VERTEX SHADER ************************************ //define vertex shader object //create vertex shader object vertexShaderObject = glCreateShader(GL_VERTEX_SHADER); //Write vertex shader code const GLchar *vertexShaderSourceCode = "#version 450 core" \ "\n" \ "in vec4 vPosition;" \ "in vec4 vColor;" \ "uniform mat4 u_mvp_matrix;" \ "out vec4 out_color;" \ "void main(void)" \ "{" \ "gl_Position = u_mvp_matrix * vPosition;" \ "out_color = vColor;" \ "}"; //specify above source code to vertex shader object glShaderSource(vertexShaderObject,//to whom? 1,//how many strings (const GLchar **)&vertexShaderSourceCode,//address of string NULL);// NULL specifes that there is only one string with fixed length //Compile the vertex shader glCompileShader(vertexShaderObject); //Error checking for compilation: GLint iShaderCompileStatus = 0; GLint iInfoLogLength = 0; GLchar *szInfoLog = NULL; //Step 1 : Call glGetShaderiv() to get comiple status of particular shader glGetShaderiv(vertexShaderObject, // whose? GL_COMPILE_STATUS,//what to get? &iShaderCompileStatus);//in what? //Step 2 : Check shader compile status for GL_FALSE if (iShaderCompileStatus == GL_FALSE) { //Step 3 : If GL_FALSE , call glGetShaderiv() again , but this time to get info log length glGetShaderiv(vertexShaderObject, GL_INFO_LOG_LENGTH, &iInfoLogLength); //Step 4 : if info log length > 0 , call glGetShaderInfoLog() if (iInfoLogLength > 0) { //allocate memory to pointer szInfoLog = (GLchar *)malloc(iInfoLogLength); if (szInfoLog != NULL) { GLsizei written; glGetShaderInfoLog(vertexShaderObject,//whose? iInfoLogLength,//length? &written,//might have not used all, give that much only which have been used in what? szInfoLog);//store in what? fprintf(gpFile, "\nVertex Shader Compilation Log : %s\n", szInfoLog); //free the memory free(szInfoLog); uninitialize(); DestroyWindow(ghWnd); exit(0); } } } //************************** 2. FRAGMENT SHADER ******************************** //define fragment shader object //create fragment shader object fragmentShaderObject = glCreateShader(GL_FRAGMENT_SHADER); //write fragment shader code const GLchar *fragmentShaderSourceCode = "#version 450 core" \ "\n" \ "in vec4 out_color;" \ "out vec4 fragColor;" \ "void main(void)" \ "{" \ "fragColor = out_color;" \ "}"; //specify the above source code to fragment shader object glShaderSource(fragmentShaderObject, 1, (const GLchar **)&fragmentShaderSourceCode, NULL); //compile the fragment shader glCompileShader(fragmentShaderObject); //Error checking for compilation iShaderCompileStatus = 0; iInfoLogLength = 0; szInfoLog = NULL; //Step 1 : Call glGetShaderiv() to get comiple status of particular shader glGetShaderiv(fragmentShaderObject, // whose? GL_COMPILE_STATUS,//what to get? &iShaderCompileStatus);//in what? //Step 2 : Check shader compile status for GL_FALSE if (iShaderCompileStatus == GL_FALSE) { //Step 3 : If GL_FALSE , call glGetShaderiv() again , but this time to get info log length glGetShaderiv(fragmentShaderObject, GL_INFO_LOG_LENGTH, &iInfoLogLength); //Step 4 : if info log length > 0 , call glGetShaderInfoLog() if (iInfoLogLength > 0) { //allocate memory to pointer szInfoLog = (GLchar *)malloc(iInfoLogLength); if (szInfoLog != NULL) { GLsizei written; glGetShaderInfoLog(fragmentShaderObject,//whose? iInfoLogLength,//length? &written,//might have not used all, give that much only which have been used in what? szInfoLog);//store in what? fprintf(gpFile, "\nFragment Shader Compilation Log : %s\n", szInfoLog); //free the memory free(szInfoLog); uninitialize(); DestroyWindow(ghWnd); exit(0); } } } //create shader program object gShaderProgramObject = glCreateProgram(); //Attach vertex shader to shader program glAttachShader(gShaderProgramObject,//to whom? vertexShaderObject);//what to attach? //Attach fragment shader to shader program glAttachShader(gShaderProgramObject, fragmentShaderObject); //Pre-Linking binding to vertex attribute glBindAttribLocation(gShaderProgramObject, AMC_ATTRIBUTE_POSITION, "vPosition"); glBindAttribLocation(gShaderProgramObject, AMC_ATTRIBUTE_COLOR, "vColor"); //Link the shader program glLinkProgram(gShaderProgramObject);//link to whom? //Error checking for linking GLint iProgramLinkStatus = 0; iInfoLogLength = 0; szInfoLog = NULL; //Step 1 : Call glGetShaderiv() to get comiple status of particular shader glGetProgramiv(gShaderProgramObject, // whose? GL_LINK_STATUS,//what to get? &iProgramLinkStatus);//in what? //Step 2 : Check shader compile status for GL_FALSE if (iProgramLinkStatus == GL_FALSE) { //Step 3 : If GL_FALSE , call glGetShaderiv() again , but this time to get info log length glGetProgramiv(gShaderProgramObject, GL_INFO_LOG_LENGTH, &iInfoLogLength); //Step 4 : if info log length > 0 , call glGetShaderInfoLog() if (iInfoLogLength > 0) { //allocate memory to pointer szInfoLog = (GLchar *)malloc(iInfoLogLength); if (szInfoLog != NULL) { GLsizei written; glGetProgramInfoLog(gShaderProgramObject,//whose? iInfoLogLength,//length? &written,//might have not used all, give that much only which have been used in what? szInfoLog);//store in what? fprintf(gpFile, "\nShader Program Linking Log : %s\n", szInfoLog); //free the memory free(szInfoLog); uninitialize(); DestroyWindow(ghWnd); exit(0); } } } //Post-Linking reteriving uniform location mvpUniform = glGetUniformLocation(gShaderProgramObject, "u_mvp_matrix"); //above is the preparation of data transfer from CPU to GPU //i.e glBindAttribLocation() & glGetUniformLocation() //array initialization (glBegin() and glEnd()) const GLfloat pyramidVertices[] = { -1.0f, -1.0f, 1.0f, 0.0f, 1.0f, 0.0f, 1.0f, -1.0f, 1.0f, 1.0f, -1.0f, 1.0f, 0.0f, 1.0f, 0.0f, 1.0f, -1.0f, -1.0f, -1.0f, -1.0f, -1.0f, 0.0f, 1.0f, 0.0f, 1.0f, -1.0f, -1.0f, -1.0f, -1.0f, 1.0f, 0.0f, 1.0f, 0.0f, -1.0f, -1.0f, -1.0f}; const GLfloat cubeVertices[] = { 1.0f, 1.0f, -1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, -1.0f, -1.0f, -1.0f, -1.0f, -1.0f, -1.0f, -1.0f, 1.0f, 1.0f, -1.0f, 1.0f, 1.0f, 1.0f, 1.0f, -1.0f, 1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, -1.0f, 1.0f, 1.0f, 1.0f, -1.0f, -1.0f, 1.0f, -1.0f, -1.0f, -1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, -1.0f, 1.0f, 1.0f, 1.0f, 1.0f, -1.0f, 1.0f, 1.0f, -1.0f, -1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, -1.0f, -1.0f, 1.0f, -1.0f, -1.0f, -1.0f }; const GLfloat pyramidColor[] = { 0.0f, 1.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f }; const GLfloat cubeColor[] = { 1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f,1.0f,0.0f, 0.0f,1.0f,0.0f, 0.0f,1.0f,0.0f, 0.0f,0.0f,1.0f, 0.0f,0.0f,1.0f, 0.0f,0.0f,1.0f, 0.0f,0.0f,1.0f, 0.0f,1.0f,1.0f, 0.0f,1.0f,1.0f, 0.0f,1.0f,1.0f, 0.0f,1.0f,1.0f, 1.0f,0.0f,1.0f, 1.0f,0.0f,1.0f, 1.0f,0.0f,1.0f, 1.0f,0.0f,1.0f, 1.0f,1.0f,0.0f, 1.0f,1.0f,0.0f, 1.0f,1.0f,0.0f, 1.0f,1.0f,0.0f }; //create vao (vertex array object) glGenVertexArrays(1, &vao_pyramid); //Bind vao glBindVertexArray(vao_pyramid); //---------------------position--------------------------- //generate vertex buffers glGenBuffers(1, &vbo_position_pyramid); //bind buffer glBindBuffer(GL_ARRAY_BUFFER, vbo_position_pyramid); //transfer vertex data(CPU) to GPU buffer glBufferData(GL_ARRAY_BUFFER, sizeof(pyramidVertices), pyramidVertices, GL_STATIC_DRAW); //attach or map attribute pointer to vbo's buffer glVertexAttribPointer(AMC_ATTRIBUTE_POSITION, 3, GL_FLOAT, GL_FALSE, 0, NULL); //enable vertex attribute array glEnableVertexAttribArray(AMC_ATTRIBUTE_POSITION); //unbind vbo glBindBuffer(GL_ARRAY_BUFFER, 0); //--------------------------------color------------------------ //generate vertex buffers glGenBuffers(1, &vbo_color_pyramid); //bind buffer glBindBuffer(GL_ARRAY_BUFFER, vbo_color_pyramid); //transfer vertex data(CPU) to GPU buffer glBufferData(GL_ARRAY_BUFFER, sizeof(pyramidColor), pyramidColor, GL_STATIC_DRAW); //attach or map attribute pointer to vbo's buffer glVertexAttribPointer(AMC_ATTRIBUTE_COLOR, 3, GL_FLOAT, GL_FALSE, 0, NULL); //enable vertex attribute array glEnableVertexAttribArray(AMC_ATTRIBUTE_COLOR); //unbind vbo glBindBuffer(GL_ARRAY_BUFFER, 0); //unbind vao glBindVertexArray(0); //------------------------------rectangle------------------------------- //create vao rectangle(vertex array object) glGenVertexArrays(1, &vao_cube); //Bind vao glBindVertexArray(vao_cube); //generate vertex buffers glGenBuffers(1, &vbo_position_cube); //bind buffer glBindBuffer(GL_ARRAY_BUFFER, vbo_position_cube); //transfer vertex data(CPU) to GPU buffer glBufferData(GL_ARRAY_BUFFER, sizeof(cubeVertices), cubeVertices, GL_STATIC_DRAW); //attach or map attribute pointer to vbo's buffer glVertexAttribPointer(AMC_ATTRIBUTE_POSITION, 3, GL_FLOAT, GL_FALSE, 0, NULL); //enable vertex attribute array glEnableVertexAttribArray(AMC_ATTRIBUTE_POSITION); //unbind vbo glBindBuffer(GL_ARRAY_BUFFER, 0); //--------------------color------------------------ //generate vertex buffers glGenBuffers(1, &vbo_color_cube); //bind buffer glBindBuffer(GL_ARRAY_BUFFER, vbo_color_cube); //transfer vertex data(CPU) to GPU buffer glBufferData(GL_ARRAY_BUFFER, sizeof(cubeColor), cubeColor, GL_STATIC_DRAW); //attach or map attribute pointer to vbo's buffer glVertexAttribPointer(AMC_ATTRIBUTE_COLOR, 3, GL_FLOAT, GL_FALSE, 0, NULL); //enable vertex attribute array glEnableVertexAttribArray(AMC_ATTRIBUTE_COLOR); //unbind vbo glBindBuffer(GL_ARRAY_BUFFER, 0); /* glVertexAttrib3f(AMC_ATTRIBUTE_COLOR, 0.0f, 0.0f, 1.0f); */ //unbind vao glBindVertexArray(0); glClearColor(0.0f, 0.0f, 0.0f, 1.0f); glDisable(GL_CULL_FACE); //glEnable(GL_CULL_FACE); glClearDepth(1.0f); glEnable(GL_DEPTH_TEST); glDepthFunc(GL_LEQUAL); //make identity perspectiveProjectionMatrix = mat4::identity(); resize(WIN_WIDTH, WIN_HEIGHT); return(0); } void resize(int width, int height) { if (height == 0) { height = 1; } glViewport(0, 0, (GLsizei)width, (GLsizei)height); perspectiveProjectionMatrix = perspective(45.0f, (GLfloat)width / (GLfloat)height, 0.1f, 100.0f); } void display(void) { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); //Binding Opengl code to shader program object glUseProgram(gShaderProgramObject); //matrices mat4 modelViewMatrix; mat4 modelViewProjectionMatrix; mat4 translationMatrix; mat4 scaleMatrix; mat4 rotationMatrix; //make identity modelViewMatrix = mat4::identity(); modelViewProjectionMatrix = mat4::identity(); translationMatrix = mat4::identity(); scaleMatrix = mat4::identity(); rotationMatrix = mat4::identity(); //do necessary transformation translationMatrix = translate(-1.5f, 0.0f, -6.0f); rotationMatrix = rotate(anglePyramid, 0.0f, 1.0f, 0.0f); //do necessary matrix multiplication //this was internally done by gluOrtho() in ffp modelViewMatrix = translationMatrix * rotationMatrix; modelViewProjectionMatrix = perspectiveProjectionMatrix * modelViewMatrix; //send necessary matrices to shader in respective uniforms glUniformMatrix4fv(mvpUniform,//which uniform? 1,//how many matrices GL_FALSE,//have to transpose? modelViewProjectionMatrix);//actual matrix //bind with vao glBindVertexArray(vao_pyramid); //similarly bind with textures if any //now draw the necessary scene glDrawArrays(GL_TRIANGLES, 0, 12); //unbind vao glBindVertexArray(0); //-----------------------------Rectangle---------------------- //make identity modelViewMatrix = mat4::identity(); modelViewProjectionMatrix = mat4::identity(); rotationMatrix = mat4::identity(); translationMatrix = mat4::identity(); //do necessary transformation translationMatrix = translate(1.5f, 0.0f, -6.0f); scaleMatrix = scale(0.75f, 0.75f, 0.75f); rotationMatrix = rotate(angleCube, angleCube, angleCube); //do necessary matrix multiplication //this was internally done by gluOrtho() in ffp modelViewMatrix = translationMatrix * scaleMatrix * rotationMatrix; modelViewProjectionMatrix = perspectiveProjectionMatrix * modelViewMatrix; //send necessary matrices to shader in respective uniforms glUniformMatrix4fv(mvpUniform,//which uniform? 1,//how many matrices GL_FALSE,//have to transpose? modelViewProjectionMatrix);//actual matrix //bind with vao glBindVertexArray(vao_cube); //similarly bind with textures if any //now draw the necessary scene glDrawArrays(GL_TRIANGLE_FAN, 0, 4); glDrawArrays(GL_TRIANGLE_FAN, 4, 4); glDrawArrays(GL_TRIANGLE_FAN, 8, 4); glDrawArrays(GL_TRIANGLE_FAN, 12, 4); glDrawArrays(GL_TRIANGLE_FAN, 16, 4); glDrawArrays(GL_TRIANGLE_FAN, 20, 4); //unbind vao glBindVertexArray(0); //unbinding program glUseProgram(0); SwapBuffers(ghdc); } void update(void) { anglePyramid = anglePyramid + 1.0f; if (anglePyramid >= 360.0f) { anglePyramid = 0.0f; } angleCube = angleCube - 1.0f; if (angleCube <= -360.0f) { angleCube = 0.0f; } } void uninitialize(void) { if (vbo_color_cube) { glDeleteBuffers(1, &vbo_color_cube); vbo_color_cube = 0; } if (vbo_position_cube) { glDeleteBuffers(1, &vbo_position_cube); vbo_position_cube = 0; } if (vao_cube) { glDeleteVertexArrays(1, &vao_cube); vao_cube = 0; } if (vbo_color_pyramid) { glDeleteBuffers(1, &vbo_color_pyramid); vbo_color_pyramid = 0; } if (vbo_position_pyramid) { glDeleteBuffers(1, &vbo_position_pyramid); vbo_position_pyramid = 0; } if (vao_pyramid) { glDeleteVertexArrays(1, &vao_pyramid); vao_pyramid = 0; } if (gShaderProgramObject) { GLsizei shaderCount; GLsizei shaderNumber; glUseProgram(gShaderProgramObject); //ask the program how many shaders are attached to you? glGetProgramiv(gShaderProgramObject, GL_ATTACHED_SHADERS, &shaderCount); GLuint *pShaders = (GLuint *)malloc(sizeof(GLuint) * shaderCount); if (pShaders) { //fprintf(gpFile, "\npshaders sucessful\n"); //get shaders glGetAttachedShaders(gShaderProgramObject, shaderCount, &shaderCount, pShaders); for (shaderNumber = 0; shaderNumber < shaderCount; shaderNumber++) { //detach glDetachShader(gShaderProgramObject, pShaders[shaderNumber]); //delete glDeleteShader(pShaders[shaderNumber]); //explicit 0 pShaders[shaderNumber] = 0; } free(pShaders); } glDeleteProgram(gShaderProgramObject); gShaderProgramObject = 0; glUseProgram(0); } if (gbFullScreen == true) { SetWindowLong(ghWnd, GWL_STYLE, dwStyle | WS_OVERLAPPEDWINDOW); SetWindowPlacement(ghWnd, &wpPrev); SetWindowPos(ghWnd, HWND_TOP, 0, 0, 0, 0, SWP_NOZORDER | SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOOWNERZORDER); ShowCursor(TRUE); } if (wglGetCurrentContext() == ghrc) { wglMakeCurrent(NULL, NULL); } if (ghrc) { wglDeleteContext(ghrc); ghrc = NULL; } if (ghdc) { ReleaseDC(ghWnd, ghdc); ghdc = NULL; } if (gpFile) { fprintf(gpFile, "Log file closed successfully\n"); fclose(gpFile); gpFile = NULL; } }
db0d2af6242479e4592dd1d7ae11ccf579295cfd
e10a9be1ba84e903153cda86461838d9fa4e0d37
/type.hpp
18f6b4f0b6d94484d05302e55869ff2864c64e28
[]
no_license
ddh63/Compiler
e915b6fdff3ee7a8a153d4c1cff4a7ab54783c39
bc8d84cc997a889260aca5bbdb6e70bb809b40b0
refs/heads/master
2021-01-22T08:13:48.828786
2017-05-04T02:05:09
2017-05-04T02:05:09
81,886,128
0
0
null
null
null
null
UTF-8
C++
false
false
7,355
hpp
#ifndef TYPE_HPP #define TYPE_HPP #include "ast.hpp" #include <iostream> #include <stdexcept> Type* check(Context& cxt, Expr* e) { struct V : Expr::Visitor { Context& cxt; Type* t; V(Context& c) : cxt(c) {} void visit(Bool_expr* e) { t = &cxt.bool_type; } void visit(And_expr* e) { // Check if e1 and e2 are bool assert(check(cxt, e->gete1()) == &cxt.bool_type && "Expression 1 not of type bool"); assert(check(cxt, e->gete2()) == &cxt.bool_type && "Expression 2 not of type bool"); t = &cxt.bool_type; } void visit(AndThen_expr* e) { // Check if e1 and e2 are bool assert(check(cxt, e->gete1()) == &cxt.bool_type && "Expression 1 not of type bool"); assert(check(cxt, e->gete2()) == &cxt.bool_type && "Expression 2 not of type bool"); t = &cxt.bool_type; } void visit(Or_expr* e) { // Check if e1 and e2 are bool assert(check(cxt, e->gete1()) == &cxt.bool_type && "Expression 1 not of type bool"); assert(check(cxt, e->gete1()) == &cxt.bool_type && "Expression 2 not of type bool"); t = &cxt.bool_type; } void visit(OrElse_expr* e) { // Check if e1 and e2 are bool assert(check(cxt, e->gete1()) == &cxt.bool_type && "Expression 1 not of type bool"); assert(check(cxt, e->gete1()) == &cxt.bool_type && "Expression 2 not of type bool"); t = &cxt.bool_type; } void visit(Xor_expr* e) { // Check if e1 and e2 are bool assert(check(cxt, e->gete1()) == &cxt.bool_type && "Expression 1 not of type bool"); assert(check(cxt, e->gete2()) == &cxt.bool_type && "Expression 2 not of type bool"); t = &cxt.bool_type; } void visit(Not_expr* e) { // Check if e1 is bool assert(check(cxt, e->gete1()) == &cxt.bool_type && "Expression not of type bool"); t = &cxt.bool_type; } void visit(Cond_expr* e) { // Check if e1 is bool // Check if e2 and e3 are same type assert(check(cxt, e->gete1()) == &cxt.bool_type && "Expression not of type bool"); assert(check(cxt, e->gete2()) == check(cxt, e->gete3()) && "Expression 2 and 3 must have same type"); t = check(cxt, e->gete2()); } void visit(Int_expr* e) { t = &cxt.int_type; } void visit(Negative_expr* e) { // Check e1 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression not of type int"); t = &cxt.int_type; } void visit(Equal_expr* e) { // Check e1 type == e2 type assert(check(cxt, e->gete1()) == check(cxt, e->gete2()) && "Equal expression must have two expressions of same type"); t = &cxt.bool_type; } void visit(NotEqual_expr* e) { // Check e1 type == e2 type assert(check(cxt, e->gete1()) == check(cxt, e->gete2()) && "Not Equal expression must have two expressions of same type"); t = &cxt.bool_type; } void visit(LessThan_expr* e) { // Check e1 type == int // Check e2 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression 1 not of type int"); assert(check(cxt, e->gete2()) == &cxt.int_type && "Expression 2 not of type int"); t = &cxt.int_type; } void visit(GreaterThan_expr* e) { // Check e1 type == int // Check e2 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression 1 not of type int"); assert(check(cxt, e->gete2()) == &cxt.int_type && "Expression 2 not of type int"); t = &cxt.int_type; } void visit(LessThanEqual_expr* e) { // Check e1 type == int // Check e2 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression 1 not of type int"); assert(check(cxt, e->gete2()) == &cxt.int_type && "Expression 2 not of type int"); t = &cxt.int_type; } void visit(GreaterThanEqual_expr* e) { // Check e1 type == int // Check e2 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression 1 not of type int"); assert(check(cxt, e->gete2()) == &cxt.int_type && "Expression 2 not of type int"); t = &cxt.int_type; } void visit(Add_expr* e) { // Check e1 type == int // Check e2 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression 1 not of type int"); assert(check(cxt, e->gete2()) == &cxt.int_type && "Expression 2 not of type int"); t = &cxt.int_type; } void visit(Sub_expr* e) { // Check e1 type == int // Check e2 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression 1 not of type int"); assert(check(cxt, e->gete2()) == &cxt.int_type && "Expression 2 not of type int"); t = &cxt.int_type; } void visit(Mult_expr* e) { // Check e1 type == int // Check e2 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression 1 not of type int"); assert(check(cxt, e->gete2()) == &cxt.int_type && "Expression 2 not of type int"); t = &cxt.int_type; } void visit(Div_expr* e) { // Check e1 type == int // Check e2 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression 1 not of type int"); assert(check(cxt, e->gete2()) == &cxt.int_type && "Expression 2 not of type int"); t = &cxt.int_type; } void visit(Rem_expr* e) { // Check e1 type == int // Check e2 type == int assert(check(cxt, e->gete1()) == &cxt.int_type && "Expression 1 not of type int"); assert(check(cxt, e->gete2()) == &cxt.int_type && "Expression 2 not of type int"); t = &cxt.int_type; } void visit(Ref_expr* e) { if (check(cxt, e->getVal()) == &cxt.int_type) t = &cxt.int_type; else if (check(cxt, e->getVal()) == &cxt.bool_type) t = &cxt.bool_type; else throw std::runtime_error("Invalid type\n"); } void visit(Val_expr* e) { if (check(cxt, e->getVal()) == &cxt.int_type) t = &cxt.int_type; else if (check(cxt, e->getVal()) == &cxt.bool_type) t = &cxt.bool_type; else throw std::runtime_error("Invalid type\n"); } void visit(Assign_expr* e) { if (check(cxt, e->getVal()) == &cxt.int_type) t = &cxt.int_type; else if (check(cxt, e->getVal()) == &cxt.bool_type) t = &cxt.bool_type; else throw std::runtime_error("Invalid type\n"); } }; V vis(cxt); e->accept(vis); return vis.t; } #endif // TYPE_HPP
2debf8f9391e35def57893ee0b91569d9010672a
2196c337d91f18a1dd12161892a5db1f591dd0d5
/DRAGNXOR.cpp
818fb76b003ee808dcae9435d96c1d4320888636
[]
no_license
kangli-bionic/CodeChef-Solutions
92d491642697654d0ba99b7b368fe7bbe7de1482
dc17947f5e968fb5030c5cc7a416be2d64246a85
refs/heads/master
2022-04-01T22:51:50.987772
2020-02-01T18:11:23
2020-02-01T18:11:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,020
cpp
#include <iostream> using namespace std; int ones(int x){ if(x==0) return 0; return (1 +ones(x&(x-1))); } int main() { int t; cin>>t; while(t--){ int n,a,b; cin>>n>>a>>b; int a1=ones(a); int a0=n-a1; int b1 = ones(b); int b0 = n-b1; int p = min(a1,b0)+min(b1,a0); //we need to make maximum number of (1,0) or (0,1) pairs //to make the result maximum, we want all the ones towards the most significant side (left) //We will calculate no. of 1's and no. of 0's //Whichever will be min., shall govern the no. of pairs //x = minimum _ of( number of 1s in A, number of 0s in B) //y = minimum _ of( number of 1s in B, number of 0s in A) //number of ones in the result is at max P = x + y. //The answer is (1111…) : P times followed by (…000) : N-P times, //which is nothing but the integer // ( ((1<<P)-1) << (N-P) ). cout<<(((1<<p)-1)<<(n-p))<<endl; } return 0; }
4ed7a85891d54d80a31322e0d4b2e8e2365f4c46
37c52162994d595cd0592dc2a5b73b91d61d6313
/include/Awl/boost/type_traits/remove_extent.hpp
65c226db81a2598ff0e37765a756c1f077de4931
[ "Zlib", "BSL-1.0" ]
permissive
Yalir/Awl
47db2b5976ab9f584044287ac1ef36860a3e944e
92ef5996d8933bf92ceb37357d8cd2b169cb788e
refs/heads/master
2020-04-05T04:27:16.143511
2013-04-12T11:36:51
2013-04-12T11:36:51
2,344,212
5
0
null
null
null
null
UTF-8
C++
false
false
2,039
hpp
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000-2005. // Use, modification and distribution are subject to 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). // // See http://www.boost.org/libs/type_traits for most recent version including documentation. #ifndef BOOST_TT_REMOVE_EXTENT_HPP_INCLUDED #define BOOST_TT_REMOVE_EXTENT_HPP_INCLUDED #include <Awl/boost/config.hpp> #include <Awl/boost/detail/workaround.hpp> #include <cstddef> #if BOOST_WORKAROUND(BOOST_MSVC,<=1300) #include <Awl/boost/type_traits/msvc/remove_extent.hpp> #endif // should be the last #include #include <Awl/boost/type_traits/detail/type_trait_def.hpp> #if !BOOST_WORKAROUND(BOOST_MSVC,<=1300) namespace boost { BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_extent,T,T) #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined(BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS) BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_2(typename T,std::size_t N,remove_extent,T[N],T type) BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_2(typename T,std::size_t N,remove_extent,T const[N],T const type) BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_2(typename T,std::size_t N,remove_extent,T volatile[N],T volatile type) BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_2(typename T,std::size_t N,remove_extent,T const volatile[N],T const volatile type) #if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x610)) && !defined(__IBMCPP__) && !BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x840)) BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(typename T,remove_extent,T[],T) BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(typename T,remove_extent,T const[],T const) BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(typename T,remove_extent,T volatile[],T volatile) BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(typename T,remove_extent,T const volatile[],T const volatile) #endif #endif } // namespace boost #endif #include <Awl/boost/type_traits/detail/type_trait_undef.hpp> #endif // BOOST_TT_REMOVE_BOUNDS_HPP_INCLUDED
6094969020a9cb4fd87f31e212b1804813fdc9dc
c8fc2703cce588d28dd9583e523f7f78378e3fd3
/practise/palindrome_check.cpp
9da5fe820e11f2bf83286916d5b517f4878bdc5e
[]
no_license
ngangwar962/C_and_Cpp_Programs
e4da2951b1a8c0091df26e363227488e279a9caa
396d4313d2451e073811c0657f068829db10bcd5
refs/heads/master
2020-06-19T14:20:19.749116
2019-08-10T16:54:09
2019-08-10T16:54:09
196,741,346
0
0
null
null
null
null
UTF-8
C++
false
false
400
cpp
#include<iostream> #include<string.h> using namespace std; int palindrome(char *str,int begin,int last) { if(begin>=last) return 1; if(str[begin]!=str[last]) { return 0; } return palindrome(str,begin+1,last-1); } int main() { int i,j,k; char str[200]; cin>>str; int len=strlen(str); if(palindrome(str,0,len-1)) { cout<<"YES"<<endl; } else { cout<<"NO"<<endl; } return 0; }
8679bc6a5fb09f0aaaf27175d4aab1642ac06beb
1bd79c79bc30da97b5aacc4def12bfd9c8ecd9ea
/300-longest-increasing-subsequence.cpp
fd014cc5f71bb2da02fc418c3a4fa8ef1b3750ae
[]
no_license
PhdDone/leetcode_final
91016eb0f8b9af21db8f5c7b17bb7eb5a3dcda6e
76f16fe2b8b1154db9f0c42eef5507b72564c3ac
refs/heads/master
2020-05-21T23:21:08.831547
2016-12-01T00:59:28
2016-12-01T00:59:28
59,456,216
0
0
null
null
null
null
UTF-8
C++
false
false
826
cpp
/* Given an unsorted array of integers, find the length of longest increasing subsequence. For example, Given [10, 9, 2, 5, 3, 7, 101, 18], The longest increasing subsequence is [2, 3, 7, 101], therefore the length is 4. Note that there may be more than one LIS combination, it is only necessary for you to return the length. Your algorithm should run in O(n2) complexity. Follow up: Could you improve it to O(n log n) time complexity? */ class Solution { public: int lengthOfLIS(vector<int>& nums) { int N = nums.size(); vector<int> f(N, 1); for (int i = 0; i < N; ++i) { for (int j = 0; j <= i; ++j) { if (nums[i] > nums[j]) { f[i] = max(f[i], 1 + f[j]); } } } int res = 0; for (int i : f) { res = max(res, i); } return res; } };
13573fbda47926eee7c1c895f399e9a2c2c809b3
5413baae6a6d9ec1c64d6ba45de4defbad796a45
/NES Emulator/Source/PPU/ScreenComponent.h
ab0c80689c0620ed564e410deae4a77438f3f424
[]
no_license
Sjhunt93/Nes-Emulator
e17f93a98d71472e7b196270a406b0cc0682dd83
385e4f595c6a482c77a3afef5a555b15ea76ee5d
refs/heads/master
2020-04-21T14:10:40.298245
2019-03-12T16:28:10
2019-03-12T16:28:10
169,625,647
3
0
null
null
null
null
UTF-8
C++
false
false
4,321
h
// // ScreenComponent.h // NES_Emulator_Go_Port // // Created by Samuel Hunt on 27/07/2018. // // #ifndef __NES_Emulator_Go_Port__ScreenComponent__ #define __NES_Emulator_Go_Port__ScreenComponent__ #include "../JuceLibraryCode/JuceHeader.h" #include <OpenGL/gl.h> //OS x libs #include <OpenGL/glu.h> #include <GLUT/glut.h> #include "ppu.h" struct Color { float r; float g; float b; // float a; }; const int bufferSize = pixelWidth * pixelHeight; class ScreenComponent : public OpenGLAppComponent { public: ScreenComponent() { ppu = nullptr; } ~ScreenComponent() { shutdownOpenGL(); } void initialise() override { } void shutdown() override { } void render() override { OpenGLHelpers::clear (Colours::black); // pl.Render(myBuffer); // ; // glViewport(0,0, getWidth(), getHeight()); // glWindowPos2d(getWidth() / 2, getHeight() / 2); //const float desktopScale = (float) openGLContext.getRenderingScale(); //glViewport (0, 0, roundToInt (desktopScale * getWidth()), roundToInt (desktopScale * getHeight())); glMatrixMode(GL_MODELVIEW); if (ppu != nullptr) { // for (int i = 0; i < pixelWidth; i++) { // for (int j = 0; j < pixelHeight; j++) { // myBuffer[i][j].r = ppu->front[i][j].r / 255.0; // myBuffer[i][j].g = ppu->front[i][j].g / 255.0; // myBuffer[i][j].b = ppu->front[i][j].b / 255.0; //// myBuffer[i][j].a = ppu->front[i][j].b / 255.0; // } // } int counter = 0; for (int y = 0; y < pixelHeight; y++) { for (int x = 0; x < pixelWidth; x++) { const int yMap = (pixelHeight-1) - y; bufferToRender[counter].r = ppu->front[x][yMap].r; bufferToRender[counter].g = ppu->front[x][yMap].g; bufferToRender[counter].b = ppu->front[x][yMap].b; bufferToRender[counter].a = ppu->front[x][yMap].a; counter++; } } glPixelZoom (4.0, 4.0); // glDrawPixels(pixelHeight, pixelWidth, GL_RGBA, GL_UNSIGNED_BYTE, ppu->front); glDrawPixels(pixelWidth, pixelHeight, GL_RGBA, GL_UNSIGNED_BYTE, bufferToRender); } // glScalef(12.0, 12.0, 12.0); // glDrawPixels(pixelWidth, pixelHeight, GL_RGB, GL_FLOAT, myBuffer); // glutSwapBuffers(); //glGenTextures (1, &texID); // glBindTextures (GL_TEXTURE_RECTANGLE_EXT, texID); #if 0 GLuint testThing; glGenTextures (1, &testThing); glBindTexture (GL_TEXTURE_RECTANGLE_EXT, testThing); glTexImage2D (GL_TEXTURE_RECTANGLE_EXT, 0, GL_RGBA, pixelWidth, pixelHeight, 0, GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, ppu->front); glBegin (GL_QUADS); glTexCoord2f (0, 0); glVertex2f (0, 0); glTexCoord2f (pixelWidth, 0); glVertex2f (getWidth(), 0); glTexCoord2f (pixelWidth, pixelHeight); glVertex2f (getWidth(), getHeight()); glTexCoord2f (0, getHeight()); glVertex2f (0, getHeight()); glEnd(); #endif } void paint (Graphics& g) override { // You can add your component specific drawing code here! // This will draw over the top of the openGL background. } void resized() override { // This is called when the MainContentComponent is resized. // If you add any child components, this is where you should // update their positions. } void setPPU (PPU * ppu) { this->ppu = ppu; } private: //============================================================================== // private member variables NesColour bufferToRender[bufferSize]; Color myBuffer[pixelWidth][pixelHeight]; PPU * ppu; //Player pl; }; #endif /* defined(__NES_Emulator_Go_Port__ScreenComponent__) */
eb94440e41ce49903d065e73eb37e5cf9f4917f3
fdbe0d1a03ca5b44ba83a7c386639ebbc2aca19e
/revision of c/insertion sort and deleting dup.cpp
df179255cbf9f6aac63d19a5caadf95ef3ca15ee
[]
no_license
Mohanakhil/output-of-devc-
cdfbd89f41035ef2983d67b7924654de540403e3
aed25e14f79c4e0d207b5afb74e8f0c19d7f71f4
refs/heads/master
2023-03-07T13:24:25.237712
2021-02-09T11:11:52
2021-02-09T11:11:52
337,379,214
0
0
null
null
null
null
UTF-8
C++
false
false
708
cpp
#include<stdio.h> main() { int b,i=0,j=0,a[10]={0},c[10]={0},n=0,t=0; do { printf("enter ele\n"); scanf("%d",&a[i]); printf("press 2 to end\n"); scanf("%d",&b);n++;i++; }while(b!=2); printf("before sorting\n"); for(i=0;i<n;i++) printf("%d ",a[i]); for(i=0;i<n;i++) { for(j=i+1;j<n;j++) { if(a[i]>a[j]) { t=a[i]; a[i]=a[j]; a[j]=t; } } } printf("\n total count is %d\n",n);printf("after sorting\n"); for(i=0;i<n;i++) {printf("%d ",a[i]); } j=0;int d=0;printf("value of j and n are %d %d\n",j,n); for(i=0;i<n;i++) { if(a[i]!=a[i+1]) { c[j]=a[i];printf("\n after val in c[%d]=%d \n",j,c[j]);j++;d++; } } printf("\nafter dele duplicates is \n"); for(i=0;i<d;i++) printf("%d ",c[i]); }
c8eda163f13517139ece5bbd623a4e8d69520712
fca22e8e83e1026ae09cec9194a43e3f883c44cb
/ui/gfx/canvas.cc
aeabc1265b6ac7c3498188c4ba48869ad938bb22
[ "BSD-3-Clause" ]
permissive
Chingliu/WTL-DUI
409a1001f3b8a9b3ab86c51adeb128f27d0439cd
232638c56378a8b2e621e8403be939d34d3c91a0
refs/heads/master
2021-01-15T14:24:00.135731
2013-08-14T08:00:20
2013-08-14T08:00:20
14,512,988
1
0
null
null
null
null
UTF-8
C++
false
false
15,843
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 "ui/gfx/canvas.h" #include <limits> #include "base/i18n/rtl.h" #include "base/logging.h" #include "third_party/skia/include/core/SkBitmap.h" #include "third_party/skia/include/effects/SkGradientShader.h" #include "ui/gfx/canvas.h" #include "ui/gfx/font.h" #include "ui/gfx/rect.h" #include "ui/gfx/shadow_value.h" #include "ui/gfx/skia_util.h" #include "ui/gfx/transform.h" #if defined(OS_WIN) #include "ui/gfx/canvas_skia_paint.h" #endif namespace gfx { Canvas::Canvas(const gfx::Size& size, bool is_opaque) : owned_canvas_(new skia::PlatformCanvas(size.width(), size.height(), is_opaque)), canvas_(owned_canvas_.get()) { #if defined(OS_WIN) || defined(OS_MACOSX) // skia::PlatformCanvas instances are initialized to 0 by Cairo on Linux, but // uninitialized on Win and Mac. if (!is_opaque) owned_canvas_->clear(SkColorSetARGB(0, 0, 0, 0)); #endif } Canvas::Canvas(const SkBitmap& bitmap, bool is_opaque) : owned_canvas_(new skia::PlatformCanvas(bitmap.width(), bitmap.height(), is_opaque)), canvas_(owned_canvas_.get()) { DrawBitmapInt(bitmap, 0, 0); } Canvas::Canvas() : owned_canvas_(new skia::PlatformCanvas()), canvas_(owned_canvas_.get()) { } Canvas::Canvas(SkCanvas* canvas) : owned_canvas_(), canvas_(canvas) { DCHECK(canvas); } Canvas::~Canvas() { } // static int Canvas::GetStringWidth(const string16& text, const gfx::Font& font) { int width = 0, height = 0; Canvas::SizeStringInt(text, font, &width, &height, NO_ELLIPSIS); return width; } // static int Canvas::DefaultCanvasTextAlignment() { return base::i18n::IsRTL() ? TEXT_ALIGN_RIGHT : TEXT_ALIGN_LEFT; } SkBitmap Canvas::ExtractBitmap() const { const SkBitmap& device_bitmap = canvas_->getDevice()->accessBitmap(false); // Make a bitmap to return, and a canvas to draw into it. We don't just want // to call extractSubset or the copy constructor, since we want an actual copy // of the bitmap. SkBitmap result; device_bitmap.copyTo(&result, SkBitmap::kARGB_8888_Config); return result; } void Canvas::DrawDashedRect(const gfx::Rect& rect, SkColor color) { // Create a 2D bitmap containing alternating on/off pixels - we do this // so that you never get two pixels of the same color around the edges // of the focus rect (this may mean that opposing edges of the rect may // have a dot pattern out of phase to each other). static SkColor last_color; static SkBitmap* dots = NULL; if (!dots || last_color != color) { int col_pixels = 32; int row_pixels = 32; delete dots; last_color = color; dots = new SkBitmap; dots->setConfig(SkBitmap::kARGB_8888_Config, col_pixels, row_pixels); dots->allocPixels(); dots->eraseARGB(0, 0, 0, 0); uint32_t* dot = dots->getAddr32(0, 0); for (int i = 0; i < row_pixels; i++) { for (int u = 0; u < col_pixels; u++) { if ((u % 2 + i % 2) % 2 != 0) { dot[i * row_pixels + u] = color; } } } } // Make a shader for the bitmap with an origin of the box we'll draw. This // shader is refcounted and will have an initial refcount of 1. SkShader* shader = SkShader::CreateBitmapShader( *dots, SkShader::kRepeat_TileMode, SkShader::kRepeat_TileMode); // Assign the shader to the paint & release our reference. The paint will // now own the shader and the shader will be destroyed when the paint goes // out of scope. SkPaint paint; paint.setShader(shader); shader->unref(); DrawRect(gfx::Rect(rect.x(), rect.y(), rect.width(), 1), paint); DrawRect(gfx::Rect(rect.x(), rect.y() + rect.height() - 1, rect.width(), 1), paint); DrawRect(gfx::Rect(rect.x(), rect.y(), 1, rect.height()), paint); DrawRect(gfx::Rect(rect.x() + rect.width() - 1, rect.y(), 1, rect.height()), paint); } void Canvas::Save() { canvas_->save(); } void Canvas::SaveLayerAlpha(uint8 alpha) { canvas_->saveLayerAlpha(NULL, alpha); } void Canvas::SaveLayerAlpha(uint8 alpha, const gfx::Rect& layer_bounds) { SkRect bounds(gfx::RectToSkRect(layer_bounds)); canvas_->saveLayerAlpha(&bounds, alpha); } void Canvas::Restore() { canvas_->restore(); } bool Canvas::ClipRect(const gfx::Rect& rect) { return canvas_->clipRect(gfx::RectToSkRect(rect)); } bool Canvas::ClipPath(const SkPath& path) { return canvas_->clipPath(path); } bool Canvas::GetClipBounds(gfx::Rect* bounds) { SkRect out; bool has_non_empty_clip = canvas_->getClipBounds(&out); bounds->SetRect(out.left(), out.top(), out.width(), out.height()); return has_non_empty_clip; } void Canvas::Translate(const gfx::Point& point) { canvas_->translate(SkIntToScalar(point.x()), SkIntToScalar(point.y())); } void Canvas::Scale(int x_scale, int y_scale) { canvas_->scale(SkIntToScalar(x_scale), SkIntToScalar(y_scale)); } void Canvas::DrawColor(SkColor color) { DrawColor(color, SkXfermode::kSrcOver_Mode); } void Canvas::DrawColor(SkColor color, SkXfermode::Mode mode) { canvas_->drawColor(color, mode); } void Canvas::FillRect(const gfx::Rect& rect, SkColor color) { FillRect(rect, color, SkXfermode::kSrcOver_Mode); } void Canvas::FillRect(const gfx::Rect& rect, SkColor color, SkXfermode::Mode mode) { SkPaint paint; paint.setColor(color); paint.setStyle(SkPaint::kFill_Style); paint.setXfermodeMode(mode); DrawRect(rect, paint); } void Canvas::DrawRect(const gfx::Rect& rect, SkColor color) { DrawRect(rect, color, SkXfermode::kSrcOver_Mode); } void Canvas::DrawRect(const gfx::Rect& rect, SkColor color, SkXfermode::Mode mode) { SkPaint paint; paint.setColor(color); paint.setStyle(SkPaint::kStroke_Style); // Set a stroke width of 0, which will put us down the stroke rect path. If // we set a stroke width of 1, for example, this will internally create a // path and fill it, which causes problems near the edge of the canvas. paint.setStrokeWidth(SkIntToScalar(0)); paint.setXfermodeMode(mode); DrawRect(rect, paint); } void Canvas::DrawRect(const gfx::Rect& rect, const SkPaint& paint) { canvas_->drawIRect(RectToSkIRect(rect), paint); } void Canvas::DrawPoint(const gfx::Point& p1, const SkPaint& paint) { canvas_->drawPoint(SkIntToScalar(p1.x()), SkIntToScalar(p1.y()), paint); } void Canvas::DrawLine(const gfx::Point& p1, const gfx::Point& p2, SkColor color) { SkPaint paint; paint.setColor(color); paint.setStrokeWidth(SkIntToScalar(1)); DrawLine(p1, p2, paint); } void Canvas::DrawLine(const gfx::Point& p1, const gfx::Point& p2, const SkPaint& paint) { canvas_->drawLine(SkIntToScalar(p1.x()), SkIntToScalar(p1.y()), SkIntToScalar(p2.x()), SkIntToScalar(p2.y()), paint); } void Canvas::DrawCircle(const gfx::Point& center_point, int radius, const SkPaint& paint) { canvas_->drawCircle(SkIntToScalar(center_point.x()), SkIntToScalar(center_point.y()), SkIntToScalar(radius), paint); } void Canvas::DrawRoundRect(const gfx::Rect& rect, int radius, const SkPaint& paint) { canvas_->drawRoundRect(RectToSkRect(rect), SkIntToScalar(radius), SkIntToScalar(radius), paint); } void Canvas::DrawPath(const SkPath& path, const SkPaint& paint) { canvas_->drawPath(path, paint); } void Canvas::DrawFocusRect(const gfx::Rect& rect) { DrawDashedRect(rect, SK_ColorGRAY); } void Canvas::DrawBitmapInt(const gfx::ImageSkia& image, int x, int y) { SkPaint paint; DrawBitmapInt(image, x, y, paint); } void Canvas::DrawBitmapInt(const gfx::ImageSkia& image, int x, int y, const SkPaint& paint) { float bitmap_scale; const SkBitmap& bitmap = GetBitmapToPaint(image, &bitmap_scale); if (bitmap.isNull()) return; canvas_->save(); canvas_->scale(SkFloatToScalar(1.0f / bitmap_scale), SkFloatToScalar(1.0f / bitmap_scale)); canvas_->drawBitmap(bitmap, SkFloatToScalar(x * bitmap_scale), SkFloatToScalar(y * bitmap_scale)); canvas_->restore(); } void Canvas::DrawBitmapInt(const gfx::ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter) { SkPaint p; DrawBitmapInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y, dest_w, dest_h, filter, p); } void Canvas::DrawBitmapInt(const gfx::ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter, const SkPaint& paint) { DLOG_ASSERT(src_x + src_w < std::numeric_limits<int16_t>::max() && src_y + src_h < std::numeric_limits<int16_t>::max()); if (src_w <= 0 || src_h <= 0) { NOTREACHED() << "Attempting to draw bitmap from an empty rect!"; return; } if (!IntersectsClipRectInt(dest_x, dest_y, dest_w, dest_h)) return; float user_scale_x = static_cast<float>(dest_w) / src_w; float user_scale_y = static_cast<float>(dest_h) / src_h; float bitmap_scale; const SkBitmap& bitmap = GetBitmapToPaint(image, user_scale_x, user_scale_y, &bitmap_scale); if (bitmap.isNull()) return; SkRect dest_rect = { SkIntToScalar(dest_x), SkIntToScalar(dest_y), SkIntToScalar(dest_x + dest_w), SkIntToScalar(dest_y + dest_h) }; if (src_w == dest_w && src_h == dest_h && bitmap_scale == 1.0f && bitmap_scale == 1.0f) { // Workaround for apparent bug in Skia that causes image to occasionally // shift. SkIRect src_rect = { src_x, src_y, src_x + src_w, src_y + src_h }; canvas_->drawBitmapRect(bitmap, &src_rect, dest_rect, &paint); return; } // Make a bitmap shader that contains the bitmap we want to draw. This is // basically what SkCanvas.drawBitmap does internally, but it gives us // more control over quality and will use the mipmap in the source image if // it has one, whereas drawBitmap won't. SkShader* shader = SkShader::CreateBitmapShader(bitmap, SkShader::kRepeat_TileMode, SkShader::kRepeat_TileMode); SkMatrix shader_scale; shader_scale.setScale(SkFloatToScalar(user_scale_x), SkFloatToScalar(user_scale_y)); shader_scale.preTranslate(SkFloatToScalar(-src_x * bitmap_scale), SkFloatToScalar(-src_y * bitmap_scale)); shader_scale.postTranslate(SkFloatToScalar(dest_x * bitmap_scale), SkFloatToScalar(dest_y * bitmap_scale)); shader_scale.postScale(1.0f / bitmap_scale, 1.0f / bitmap_scale); shader->setLocalMatrix(shader_scale); // Set up our paint to use the shader & release our reference (now just owned // by the paint). SkPaint p(paint); p.setFilterBitmap(filter); p.setShader(shader); shader->unref(); // The rect will be filled by the bitmap. canvas_->drawRect(dest_rect, p); } void Canvas::DrawStringInt(const string16& text, const gfx::Font& font, SkColor color, int x, int y, int w, int h) { DrawStringInt(text, font, color, x, y, w, h, DefaultCanvasTextAlignment()); } void Canvas::DrawStringInt(const string16& text, const gfx::Font& font, SkColor color, const gfx::Rect& display_rect) { DrawStringInt(text, font, color, display_rect.x(), display_rect.y(), display_rect.width(), display_rect.height()); } void Canvas::DrawStringInt(const string16& text, const gfx::Font& font, SkColor color, int x, int y, int w, int h, int flags) { DrawStringWithShadows(text, font, color, gfx::Rect(x, y, w, h), flags, std::vector<ShadowValue>()); } void Canvas::TileImageInt(const gfx::ImageSkia& image, int x, int y, int w, int h) { TileImageInt(image, 0, 0, x, y, w, h); } void Canvas::TileImageInt(const gfx::ImageSkia& image, int src_x, int src_y, int dest_x, int dest_y, int w, int h) { if (!IntersectsClipRectInt(dest_x, dest_y, w, h)) return; float bitmap_scale; const SkBitmap& bitmap = GetBitmapToPaint(image, &bitmap_scale); if (bitmap.isNull()) return; SkPaint paint; SkShader* shader = SkShader::CreateBitmapShader(bitmap, SkShader::kRepeat_TileMode, SkShader::kRepeat_TileMode); paint.setShader(shader); paint.setXfermodeMode(SkXfermode::kSrcOver_Mode); // CreateBitmapShader returns a Shader with a reference count of one, we // need to unref after paint takes ownership of the shader. shader->unref(); canvas_->save(); canvas_->translate(SkIntToScalar(dest_x - src_x), SkIntToScalar(dest_y - src_y)); ClipRect(gfx::Rect(src_x, src_y, w, h)); canvas_->scale(SkFloatToScalar(1.0f / bitmap_scale), SkFloatToScalar(1.0f / bitmap_scale)); canvas_->drawPaint(paint); canvas_->restore(); } gfx::NativeDrawingContext Canvas::BeginPlatformPaint() { return skia::BeginPlatformPaint(canvas_); } void Canvas::EndPlatformPaint() { skia::EndPlatformPaint(canvas_); } void Canvas::Transform(const ui::Transform& transform) { canvas_->concat(transform.matrix()); } bool Canvas::IntersectsClipRectInt(int x, int y, int w, int h) { SkRect clip; return canvas_->getClipBounds(&clip) && clip.intersect(SkIntToScalar(x), SkIntToScalar(y), SkIntToScalar(x + w), SkIntToScalar(y + h)); } bool Canvas::IntersectsClipRect(const gfx::Rect& rect) { return IntersectsClipRectInt(rect.x(), rect.y(), rect.width(), rect.height()); } const SkBitmap& Canvas::GetBitmapToPaint(const gfx::ImageSkia& image, float* bitmap_scale_factor) const { return GetBitmapToPaint(image, 1.0f, 1.0f, bitmap_scale_factor); } const SkBitmap& Canvas::GetBitmapToPaint(const gfx::ImageSkia& image, float user_additional_scale_x, float user_additional_scale_y, float* bitmap_scale_factor) const { SkMatrix m = canvas_->getTotalMatrix(); float scale_x = SkScalarToFloat(SkScalarAbs(m.getScaleX())) * user_additional_scale_x; float scale_y = SkScalarToFloat(SkScalarAbs(m.getScaleY())) * user_additional_scale_y; const SkBitmap& bitmap = image.GetBitmapForScale(scale_x, scale_y, bitmap_scale_factor); if (!bitmap.isNull() && (scale_x < *bitmap_scale_factor || scale_y < *bitmap_scale_factor)) const_cast<SkBitmap&>(bitmap).buildMipMap(); return bitmap; } } // namespace gfx
2cf2a8aba09a52cf5aaf953aaf305826786b067d
ecfd6fb4117489667983f8303ab0516f0a1da427
/stdafx.cpp
22a9d8b5e90830de1f9fe3e98f0fbb6785e62bd5
[]
no_license
dualvlad/MSInfo
78bd4e84087c3ec2044c8e544a84fd1b2e685199
d52ba82f4f56ff03c62cfda975572e725f93a73b
refs/heads/master
2021-01-10T12:24:12.019206
2015-06-01T09:34:26
2015-06-01T09:34:26
36,551,584
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
379
cpp
// stdafx.cpp: исходный файл, содержащий только стандартные включаемые модули // project.pch будет предкомпилированным заголовком // stdafx.obj будет содержать предварительно откомпилированные сведения о типе #include "stdafx.h"
5b93ff1a07358cec7af3fa5f63f1ae1cfc040fce
b1320eb7edd285f493a0e4473dc433842aaa9178
/Blik2D/addon/opencv-3.1.0_for_blik/modules/core/include/opencv2/core/mat.hpp
e59e0f6f4b501301f06d25a423d1149d418f5105
[ "MIT", "BSD-3-Clause" ]
permissive
BonexGoo/Blik2D-SDK
2f69765145ef4281ed0cc2532570be42f7ccc2c6
8e0592787e5c8e8a28682d0e1826b8223eae5983
refs/heads/master
2021-07-09T01:39:48.653968
2017-10-06T17:37:49
2017-10-06T17:37:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
145,233
hpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, install, // copy or use the software. // // // License Agreement // For Open Source Computer Vision Library // // Copyright (C) 2000-2008, Intel Corporation, all rights reserved. // Copyright (C) 2009, Willow Garage Inc., all rights reserved. // Copyright (C) 2013, OpenCV Foundation, all rights reserved. // Third party copyrights are property of their respective owners. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistribution's of source code must retain the above copyright notice, // this list of conditions and the following disclaimer. // // * Redistribution's 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. // // * The name of the copyright holders may not 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 Intel Corporation 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. // //M*/ #ifndef __OPENCV_CORE_MAT_HPP__ #define __OPENCV_CORE_MAT_HPP__ #ifndef __cplusplus # error mat.hpp header must be compiled as C++ #endif #include BLIK_OPENCV_U_opencv2__core__matx_hpp //original-code:"opencv2/core/matx.hpp" #include BLIK_OPENCV_U_opencv2__core__types_hpp //original-code:"opencv2/core/types.hpp" #include BLIK_OPENCV_U_opencv2__core__bufferpool_hpp //original-code:"opencv2/core/bufferpool.hpp" namespace cv { //! @addtogroup core_basic //! @{ enum { ACCESS_READ=1<<24, ACCESS_WRITE=1<<25, ACCESS_RW=3<<24, ACCESS_MASK=ACCESS_RW, ACCESS_FAST=1<<26 }; class CV_EXPORTS _OutputArray; //////////////////////// Input/Output Array Arguments ///////////////////////////////// /** @brief This is the proxy class for passing read-only input arrays into OpenCV functions. It is defined as: @code typedef const _InputArray& InputArray; @endcode where _InputArray is a class that can be constructed from `Mat`, `Mat_<T>`, `Matx<T, m, n>`, `std::vector<T>`, `std::vector<std::vector<T> >` or `std::vector<Mat>`. It can also be constructed from a matrix expression. Since this is mostly implementation-level class, and its interface may change in future versions, we do not describe it in details. There are a few key things, though, that should be kept in mind: - When you see in the reference manual or in OpenCV source code a function that takes InputArray, it means that you can actually pass `Mat`, `Matx`, `vector<T>` etc. (see above the complete list). - Optional input arguments: If some of the input arrays may be empty, pass cv::noArray() (or simply cv::Mat() as you probably did before). - The class is designed solely for passing parameters. That is, normally you *should not* declare class members, local and global variables of this type. - If you want to design your own function or a class method that can operate of arrays of multiple types, you can use InputArray (or OutputArray) for the respective parameters. Inside a function you should use _InputArray::getMat() method to construct a matrix header for the array (without copying data). _InputArray::kind() can be used to distinguish Mat from `vector<>` etc., but normally it is not needed. Here is how you can use a function that takes InputArray : @code std::vector<Point2f> vec; // points or a circle for( int i = 0; i < 30; i++ ) vec.push_back(Point2f((float)(100 + 30*cos(i*CV_PI*2/5)), (float)(100 - 30*sin(i*CV_PI*2/5)))); cv::transform(vec, vec, cv::Matx23f(0.707, -0.707, 10, 0.707, 0.707, 20)); @endcode That is, we form an STL vector containing points, and apply in-place affine transformation to the vector using the 2x3 matrix created inline as `Matx<float, 2, 3>` instance. Here is how such a function can be implemented (for simplicity, we implement a very specific case of it, according to the assertion statement inside) : @code void myAffineTransform(InputArray _src, OutputArray _dst, InputArray _m) { // get Mat headers for input arrays. This is O(1) operation, // unless _src and/or _m are matrix expressions. Mat src = _src.getMat(), m = _m.getMat(); CV_Assert( src.type() == CV_32FC2 && m.type() == CV_32F && m.size() == Size(3, 2) ); // [re]create the output array so that it has the proper size and type. // In case of Mat it calls Mat::create, in case of STL vector it calls vector::resize. _dst.create(src.size(), src.type()); Mat dst = _dst.getMat(); for( int i = 0; i < src.rows; i++ ) for( int j = 0; j < src.cols; j++ ) { Point2f pt = src.at<Point2f>(i, j); dst.at<Point2f>(i, j) = Point2f(m.at<float>(0, 0)*pt.x + m.at<float>(0, 1)*pt.y + m.at<float>(0, 2), m.at<float>(1, 0)*pt.x + m.at<float>(1, 1)*pt.y + m.at<float>(1, 2)); } } @endcode There is another related type, InputArrayOfArrays, which is currently defined as a synonym for InputArray: @code typedef InputArray InputArrayOfArrays; @endcode It denotes function arguments that are either vectors of vectors or vectors of matrices. A separate synonym is needed to generate Python/Java etc. wrappers properly. At the function implementation level their use is similar, but _InputArray::getMat(idx) should be used to get header for the idx-th component of the outer vector and _InputArray::size().area() should be used to find the number of components (vectors/matrices) of the outer vector. */ class CV_EXPORTS _InputArray { public: enum { KIND_SHIFT = 16, FIXED_TYPE = 0x8000 << KIND_SHIFT, FIXED_SIZE = 0x4000 << KIND_SHIFT, KIND_MASK = 31 << KIND_SHIFT, NONE = 0 << KIND_SHIFT, MAT = 1 << KIND_SHIFT, MATX = 2 << KIND_SHIFT, STD_VECTOR = 3 << KIND_SHIFT, STD_VECTOR_VECTOR = 4 << KIND_SHIFT, STD_VECTOR_MAT = 5 << KIND_SHIFT, EXPR = 6 << KIND_SHIFT, OPENGL_BUFFER = 7 << KIND_SHIFT, CUDA_HOST_MEM = 8 << KIND_SHIFT, CUDA_GPU_MAT = 9 << KIND_SHIFT, UMAT =10 << KIND_SHIFT, STD_VECTOR_UMAT =11 << KIND_SHIFT, STD_BOOL_VECTOR =12 << KIND_SHIFT, STD_VECTOR_CUDA_GPU_MAT = 13 << KIND_SHIFT }; _InputArray(); _InputArray(int _flags, void* _obj); _InputArray(const Mat& m); _InputArray(const MatExpr& expr); _InputArray(const std::vector<Mat>& vec); template<typename _Tp> _InputArray(const Mat_<_Tp>& m); template<typename _Tp> _InputArray(const std::vector<_Tp>& vec); _InputArray(const std::vector<bool>& vec); template<typename _Tp> _InputArray(const std::vector<std::vector<_Tp> >& vec); template<typename _Tp> _InputArray(const std::vector<Mat_<_Tp> >& vec); template<typename _Tp> _InputArray(const _Tp* vec, int n); template<typename _Tp, int m, int n> _InputArray(const Matx<_Tp, m, n>& matx); _InputArray(const double& val); _InputArray(const cuda::GpuMat& d_mat); _InputArray(const std::vector<cuda::GpuMat>& d_mat_array); _InputArray(const ogl::Buffer& buf); _InputArray(const cuda::HostMem& cuda_mem); template<typename _Tp> _InputArray(const cudev::GpuMat_<_Tp>& m); _InputArray(const UMat& um); _InputArray(const std::vector<UMat>& umv); Mat getMat(int idx=-1) const; Mat getMat_(int idx=-1) const; UMat getUMat(int idx=-1) const; void getMatVector(std::vector<Mat>& mv) const; void getUMatVector(std::vector<UMat>& umv) const; void getGpuMatVector(std::vector<cuda::GpuMat>& gpumv) const; cuda::GpuMat getGpuMat() const; ogl::Buffer getOGlBuffer() const; int getFlags() const; void* getObj() const; Size getSz() const; int kind() const; int dims(int i=-1) const; int cols(int i=-1) const; int rows(int i=-1) const; Size size(int i=-1) const; int sizend(int* sz, int i=-1) const; bool sameSize(const _InputArray& arr) const; size_t total(int i=-1) const; int type(int i=-1) const; int depth(int i=-1) const; int channels(int i=-1) const; bool isContinuous(int i=-1) const; bool isSubmatrix(int i=-1) const; bool empty() const; void copyTo(const _OutputArray& arr) const; void copyTo(const _OutputArray& arr, const _InputArray & mask) const; size_t offset(int i=-1) const; size_t step(int i=-1) const; bool isMat() const; bool isUMat() const; bool isMatVector() const; bool isUMatVector() const; bool isMatx() const; bool isVector() const; bool isGpuMatVector() const; ~_InputArray(); protected: int flags; void* obj; Size sz; void init(int _flags, const void* _obj); void init(int _flags, const void* _obj, Size _sz); }; /** @brief This type is very similar to InputArray except that it is used for input/output and output function parameters. Just like with InputArray, OpenCV users should not care about OutputArray, they just pass `Mat`, `vector<T>` etc. to the functions. The same limitation as for `InputArray`: *Do not explicitly create OutputArray instances* applies here too. If you want to make your function polymorphic (i.e. accept different arrays as output parameters), it is also not very difficult. Take the sample above as the reference. Note that _OutputArray::create() needs to be called before _OutputArray::getMat(). This way you guarantee that the output array is properly allocated. Optional output parameters. If you do not need certain output array to be computed and returned to you, pass cv::noArray(), just like you would in the case of optional input array. At the implementation level, use _OutputArray::needed() to check if certain output array needs to be computed or not. There are several synonyms for OutputArray that are used to assist automatic Python/Java/... wrapper generators: @code typedef OutputArray OutputArrayOfArrays; typedef OutputArray InputOutputArray; typedef OutputArray InputOutputArrayOfArrays; @endcode */ class CV_EXPORTS _OutputArray : public _InputArray { public: enum { DEPTH_MASK_8U = 1 << CV_8U, DEPTH_MASK_8S = 1 << CV_8S, DEPTH_MASK_16U = 1 << CV_16U, DEPTH_MASK_16S = 1 << CV_16S, DEPTH_MASK_32S = 1 << CV_32S, DEPTH_MASK_32F = 1 << CV_32F, DEPTH_MASK_64F = 1 << CV_64F, DEPTH_MASK_ALL = (DEPTH_MASK_64F<<1)-1, DEPTH_MASK_ALL_BUT_8S = DEPTH_MASK_ALL & ~DEPTH_MASK_8S, DEPTH_MASK_FLT = DEPTH_MASK_32F + DEPTH_MASK_64F }; _OutputArray(); _OutputArray(int _flags, void* _obj); _OutputArray(Mat& m); _OutputArray(std::vector<Mat>& vec); _OutputArray(cuda::GpuMat& d_mat); _OutputArray(std::vector<cuda::GpuMat>& d_mat); _OutputArray(ogl::Buffer& buf); _OutputArray(cuda::HostMem& cuda_mem); template<typename _Tp> _OutputArray(cudev::GpuMat_<_Tp>& m); template<typename _Tp> _OutputArray(std::vector<_Tp>& vec); _OutputArray(std::vector<bool>& vec); template<typename _Tp> _OutputArray(std::vector<std::vector<_Tp> >& vec); template<typename _Tp> _OutputArray(std::vector<Mat_<_Tp> >& vec); template<typename _Tp> _OutputArray(Mat_<_Tp>& m); template<typename _Tp> _OutputArray(_Tp* vec, int n); template<typename _Tp, int m, int n> _OutputArray(Matx<_Tp, m, n>& matx); _OutputArray(UMat& m); _OutputArray(std::vector<UMat>& vec); _OutputArray(const Mat& m); _OutputArray(const std::vector<Mat>& vec); _OutputArray(const cuda::GpuMat& d_mat); _OutputArray(const std::vector<cuda::GpuMat>& d_mat); _OutputArray(const ogl::Buffer& buf); _OutputArray(const cuda::HostMem& cuda_mem); template<typename _Tp> _OutputArray(const cudev::GpuMat_<_Tp>& m); template<typename _Tp> _OutputArray(const std::vector<_Tp>& vec); template<typename _Tp> _OutputArray(const std::vector<std::vector<_Tp> >& vec); template<typename _Tp> _OutputArray(const std::vector<Mat_<_Tp> >& vec); template<typename _Tp> _OutputArray(const Mat_<_Tp>& m); template<typename _Tp> _OutputArray(const _Tp* vec, int n); template<typename _Tp, int m, int n> _OutputArray(const Matx<_Tp, m, n>& matx); _OutputArray(const UMat& m); _OutputArray(const std::vector<UMat>& vec); bool fixedSize() const; bool fixedType() const; bool needed() const; Mat& getMatRef(int i=-1) const; UMat& getUMatRef(int i=-1) const; cuda::GpuMat& getGpuMatRef() const; std::vector<cuda::GpuMat>& getGpuMatVecRef() const; ogl::Buffer& getOGlBufferRef() const; cuda::HostMem& getHostMemRef() const; void create(Size sz, int type, int i=-1, bool allowTransposed=false, int fixedDepthMask=0) const; void create(int rows, int cols, int type, int i=-1, bool allowTransposed=false, int fixedDepthMask=0) const; void create(int dims, const int* size, int type, int i=-1, bool allowTransposed=false, int fixedDepthMask=0) const; void createSameSize(const _InputArray& arr, int mtype) const; void release() const; void clear() const; void setTo(const _InputArray& value, const _InputArray & mask = _InputArray()) const; void assign(const UMat& u) const; void assign(const Mat& m) const; }; class CV_EXPORTS _InputOutputArray : public _OutputArray { public: _InputOutputArray(); _InputOutputArray(int _flags, void* _obj); _InputOutputArray(Mat& m); _InputOutputArray(std::vector<Mat>& vec); _InputOutputArray(cuda::GpuMat& d_mat); _InputOutputArray(ogl::Buffer& buf); _InputOutputArray(cuda::HostMem& cuda_mem); template<typename _Tp> _InputOutputArray(cudev::GpuMat_<_Tp>& m); template<typename _Tp> _InputOutputArray(std::vector<_Tp>& vec); _InputOutputArray(std::vector<bool>& vec); template<typename _Tp> _InputOutputArray(std::vector<std::vector<_Tp> >& vec); template<typename _Tp> _InputOutputArray(std::vector<Mat_<_Tp> >& vec); template<typename _Tp> _InputOutputArray(Mat_<_Tp>& m); template<typename _Tp> _InputOutputArray(_Tp* vec, int n); template<typename _Tp, int m, int n> _InputOutputArray(Matx<_Tp, m, n>& matx); _InputOutputArray(UMat& m); _InputOutputArray(std::vector<UMat>& vec); _InputOutputArray(const Mat& m); _InputOutputArray(const std::vector<Mat>& vec); _InputOutputArray(const cuda::GpuMat& d_mat); _InputOutputArray(const std::vector<cuda::GpuMat>& d_mat); _InputOutputArray(const ogl::Buffer& buf); _InputOutputArray(const cuda::HostMem& cuda_mem); template<typename _Tp> _InputOutputArray(const cudev::GpuMat_<_Tp>& m); template<typename _Tp> _InputOutputArray(const std::vector<_Tp>& vec); template<typename _Tp> _InputOutputArray(const std::vector<std::vector<_Tp> >& vec); template<typename _Tp> _InputOutputArray(const std::vector<Mat_<_Tp> >& vec); template<typename _Tp> _InputOutputArray(const Mat_<_Tp>& m); template<typename _Tp> _InputOutputArray(const _Tp* vec, int n); template<typename _Tp, int m, int n> _InputOutputArray(const Matx<_Tp, m, n>& matx); _InputOutputArray(const UMat& m); _InputOutputArray(const std::vector<UMat>& vec); }; typedef const _InputArray& InputArray; typedef InputArray InputArrayOfArrays; typedef const _OutputArray& OutputArray; typedef OutputArray OutputArrayOfArrays; typedef const _InputOutputArray& InputOutputArray; typedef InputOutputArray InputOutputArrayOfArrays; CV_EXPORTS InputOutputArray noArray(); /////////////////////////////////// MatAllocator ////////////////////////////////////// //! Usage flags for allocator enum UMatUsageFlags { USAGE_DEFAULT = 0, // buffer allocation policy is platform and usage specific USAGE_ALLOCATE_HOST_MEMORY = 1 << 0, USAGE_ALLOCATE_DEVICE_MEMORY = 1 << 1, USAGE_ALLOCATE_SHARED_MEMORY = 1 << 2, // It is not equal to: USAGE_ALLOCATE_HOST_MEMORY | USAGE_ALLOCATE_DEVICE_MEMORY __UMAT_USAGE_FLAGS_32BIT = 0x7fffffff // Binary compatibility hint }; struct CV_EXPORTS UMatData; /** @brief Custom array allocator */ class CV_EXPORTS MatAllocator { public: MatAllocator() {} virtual ~MatAllocator() {} // let's comment it off for now to detect and fix all the uses of allocator //virtual void allocate(int dims, const int* sizes, int type, int*& refcount, // uchar*& datastart, uchar*& data, size_t* step) = 0; //virtual void deallocate(int* refcount, uchar* datastart, uchar* data) = 0; virtual UMatData* allocate(int dims, const int* sizes, int type, void* data, size_t* step, int flags, UMatUsageFlags usageFlags) const = 0; virtual bool allocate(UMatData* data, int accessflags, UMatUsageFlags usageFlags) const = 0; virtual void deallocate(UMatData* data) const = 0; virtual void map(UMatData* data, int accessflags) const; virtual void unmap(UMatData* data) const; virtual void download(UMatData* data, void* dst, int dims, const size_t sz[], const size_t srcofs[], const size_t srcstep[], const size_t dststep[]) const; virtual void upload(UMatData* data, const void* src, int dims, const size_t sz[], const size_t dstofs[], const size_t dststep[], const size_t srcstep[]) const; virtual void copy(UMatData* srcdata, UMatData* dstdata, int dims, const size_t sz[], const size_t srcofs[], const size_t srcstep[], const size_t dstofs[], const size_t dststep[], bool sync) const; // default implementation returns DummyBufferPoolController virtual BufferPoolController* getBufferPoolController(const char* id = NULL) const; }; //////////////////////////////// MatCommaInitializer ////////////////////////////////// /** @brief Comma-separated Matrix Initializer The class instances are usually not created explicitly. Instead, they are created on "matrix << firstValue" operator. The sample below initializes 2x2 rotation matrix: \code double angle = 30, a = cos(angle*CV_PI/180), b = sin(angle*CV_PI/180); Mat R = (Mat_<double>(2,2) << a, -b, b, a); \endcode */ template<typename _Tp> class MatCommaInitializer_ { public: //! the constructor, created by "matrix << firstValue" operator, where matrix is cv::Mat MatCommaInitializer_(Mat_<_Tp>* _m); //! the operator that takes the next value and put it to the matrix template<typename T2> MatCommaInitializer_<_Tp>& operator , (T2 v); //! another form of conversion operator operator Mat_<_Tp>() const; protected: MatIterator_<_Tp> it; }; /////////////////////////////////////// Mat /////////////////////////////////////////// // note that umatdata might be allocated together // with the matrix data, not as a separate object. // therefore, it does not have constructor or destructor; // it should be explicitly initialized using init(). struct CV_EXPORTS UMatData { enum { COPY_ON_MAP=1, HOST_COPY_OBSOLETE=2, DEVICE_COPY_OBSOLETE=4, TEMP_UMAT=8, TEMP_COPIED_UMAT=24, USER_ALLOCATED=32, DEVICE_MEM_MAPPED=64}; UMatData(const MatAllocator* allocator); ~UMatData(); // provide atomic access to the structure void lock(); void unlock(); bool hostCopyObsolete() const; bool deviceCopyObsolete() const; bool deviceMemMapped() const; bool copyOnMap() const; bool tempUMat() const; bool tempCopiedUMat() const; void markHostCopyObsolete(bool flag); void markDeviceCopyObsolete(bool flag); void markDeviceMemMapped(bool flag); const MatAllocator* prevAllocator; const MatAllocator* currAllocator; int urefcount; int refcount; uchar* data; uchar* origdata; size_t size; int flags; void* handle; void* userdata; int allocatorFlags_; int mapcount; UMatData* originalUMatData; }; struct CV_EXPORTS UMatDataAutoLock { explicit UMatDataAutoLock(UMatData* u); ~UMatDataAutoLock(); UMatData* u; }; struct CV_EXPORTS MatSize { explicit MatSize(int* _p); Size operator()() const; const int& operator[](int i) const; int& operator[](int i); operator const int*() const; bool operator == (const MatSize& sz) const; bool operator != (const MatSize& sz) const; int* p; }; struct CV_EXPORTS MatStep { MatStep(); explicit MatStep(size_t s); const size_t& operator[](int i) const; size_t& operator[](int i); operator size_t() const; MatStep& operator = (size_t s); size_t* p; size_t buf[2]; protected: MatStep& operator = (const MatStep&); }; /** @example cout_mat.cpp An example demonstrating the serial out capabilities of cv::Mat */ /** @brief n-dimensional dense array class The class Mat represents an n-dimensional dense numerical single-channel or multi-channel array. It can be used to store real or complex-valued vectors and matrices, grayscale or color images, voxel volumes, vector fields, point clouds, tensors, histograms (though, very high-dimensional histograms may be better stored in a SparseMat ). The data layout of the array `M` is defined by the array `M.step[]`, so that the address of element \f$(i_0,...,i_{M.dims-1})\f$, where \f$0\leq i_k<M.size[k]\f$, is computed as: \f[addr(M_{i_0,...,i_{M.dims-1}}) = M.data + M.step[0]*i_0 + M.step[1]*i_1 + ... + M.step[M.dims-1]*i_{M.dims-1}\f] In case of a 2-dimensional array, the above formula is reduced to: \f[addr(M_{i,j}) = M.data + M.step[0]*i + M.step[1]*j\f] Note that `M.step[i] >= M.step[i+1]` (in fact, `M.step[i] >= M.step[i+1]*M.size[i+1]` ). This means that 2-dimensional matrices are stored row-by-row, 3-dimensional matrices are stored plane-by-plane, and so on. M.step[M.dims-1] is minimal and always equal to the element size M.elemSize() . So, the data layout in Mat is fully compatible with CvMat, IplImage, and CvMatND types from OpenCV 1.x. It is also compatible with the majority of dense array types from the standard toolkits and SDKs, such as Numpy (ndarray), Win32 (independent device bitmaps), and others, that is, with any array that uses *steps* (or *strides*) to compute the position of a pixel. Due to this compatibility, it is possible to make a Mat header for user-allocated data and process it in-place using OpenCV functions. There are many different ways to create a Mat object. The most popular options are listed below: - Use the create(nrows, ncols, type) method or the similar Mat(nrows, ncols, type[, fillValue]) constructor. A new array of the specified size and type is allocated. type has the same meaning as in the cvCreateMat method. For example, CV_8UC1 means a 8-bit single-channel array, CV_32FC2 means a 2-channel (complex) floating-point array, and so on. @code // make a 7x7 complex matrix filled with 1+3j. Mat M(7,7,CV_32FC2,Scalar(1,3)); // and now turn M to a 100x60 15-channel 8-bit matrix. // The old content will be deallocated M.create(100,60,CV_8UC(15)); @endcode As noted in the introduction to this chapter, create() allocates only a new array when the shape or type of the current array are different from the specified ones. - Create a multi-dimensional array: @code // create a 100x100x100 8-bit array int sz[] = {100, 100, 100}; Mat bigCube(3, sz, CV_8U, Scalar::all(0)); @endcode It passes the number of dimensions =1 to the Mat constructor but the created array will be 2-dimensional with the number of columns set to 1. So, Mat::dims is always \>= 2 (can also be 0 when the array is empty). - Use a copy constructor or assignment operator where there can be an array or expression on the right side (see below). As noted in the introduction, the array assignment is an O(1) operation because it only copies the header and increases the reference counter. The Mat::clone() method can be used to get a full (deep) copy of the array when you need it. - Construct a header for a part of another array. It can be a single row, single column, several rows, several columns, rectangular region in the array (called a *minor* in algebra) or a diagonal. Such operations are also O(1) because the new header references the same data. You can actually modify a part of the array using this feature, for example: @code // add the 5-th row, multiplied by 3 to the 3rd row M.row(3) = M.row(3) + M.row(5)*3; // now copy the 7-th column to the 1-st column // M.col(1) = M.col(7); // this will not work Mat M1 = M.col(1); M.col(7).copyTo(M1); // create a new 320x240 image Mat img(Size(320,240),CV_8UC3); // select a ROI Mat roi(img, Rect(10,10,100,100)); // fill the ROI with (0,255,0) (which is green in RGB space); // the original 320x240 image will be modified roi = Scalar(0,255,0); @endcode Due to the additional datastart and dataend members, it is possible to compute a relative sub-array position in the main *container* array using locateROI(): @code Mat A = Mat::eye(10, 10, CV_32S); // extracts A columns, 1 (inclusive) to 3 (exclusive). Mat B = A(Range::all(), Range(1, 3)); // extracts B rows, 5 (inclusive) to 9 (exclusive). // that is, C \~ A(Range(5, 9), Range(1, 3)) Mat C = B(Range(5, 9), Range::all()); Size size; Point ofs; C.locateROI(size, ofs); // size will be (width=10,height=10) and the ofs will be (x=1, y=5) @endcode As in case of whole matrices, if you need a deep copy, use the `clone()` method of the extracted sub-matrices. - Make a header for user-allocated data. It can be useful to do the following: -# Process "foreign" data using OpenCV (for example, when you implement a DirectShow\* filter or a processing module for gstreamer, and so on). For example: @code void process_video_frame(const unsigned char* pixels, int width, int height, int step) { Mat img(height, width, CV_8UC3, pixels, step); GaussianBlur(img, img, Size(7,7), 1.5, 1.5); } @endcode -# Quickly initialize small matrices and/or get a super-fast element access. @code double m[3][3] = {{a, b, c}, {d, e, f}, {g, h, i}}; Mat M = Mat(3, 3, CV_64F, m).inv(); @endcode . Partial yet very common cases of this *user-allocated data* case are conversions from CvMat and IplImage to Mat. For this purpose, there is function cv::cvarrToMat taking pointers to CvMat or IplImage and the optional flag indicating whether to copy the data or not. @snippet samples/cpp/image.cpp iplimage - Use MATLAB-style array initializers, zeros(), ones(), eye(), for example: @code // create a double-precision identity martix and add it to M. M += Mat::eye(M.rows, M.cols, CV_64F); @endcode - Use a comma-separated initializer: @code // create a 3x3 double-precision identity matrix Mat M = (Mat_<double>(3,3) << 1, 0, 0, 0, 1, 0, 0, 0, 1); @endcode With this approach, you first call a constructor of the Mat class with the proper parameters, and then you just put `<< operator` followed by comma-separated values that can be constants, variables, expressions, and so on. Also, note the extra parentheses required to avoid compilation errors. Once the array is created, it is automatically managed via a reference-counting mechanism. If the array header is built on top of user-allocated data, you should handle the data by yourself. The array data is deallocated when no one points to it. If you want to release the data pointed by a array header before the array destructor is called, use Mat::release(). The next important thing to learn about the array class is element access. This manual already described how to compute an address of each array element. Normally, you are not required to use the formula directly in the code. If you know the array element type (which can be retrieved using the method Mat::type() ), you can access the element \f$M_{ij}\f$ of a 2-dimensional array as: @code M.at<double>(i,j) += 1.f; @endcode assuming that `M` is a double-precision floating-point array. There are several variants of the method at for a different number of dimensions. If you need to process a whole row of a 2D array, the most efficient way is to get the pointer to the row first, and then just use the plain C operator [] : @code // compute sum of positive matrix elements // (assuming that M isa double-precision matrix) double sum=0; for(int i = 0; i < M.rows; i++) { const double* Mi = M.ptr<double>(i); for(int j = 0; j < M.cols; j++) sum += std::max(Mi[j], 0.); } @endcode Some operations, like the one above, do not actually depend on the array shape. They just process elements of an array one by one (or elements from multiple arrays that have the same coordinates, for example, array addition). Such operations are called *element-wise*. It makes sense to check whether all the input/output arrays are continuous, namely, have no gaps at the end of each row. If yes, process them as a long single row: @code // compute the sum of positive matrix elements, optimized variant double sum=0; int cols = M.cols, rows = M.rows; if(M.isContinuous()) { cols *= rows; rows = 1; } for(int i = 0; i < rows; i++) { const double* Mi = M.ptr<double>(i); for(int j = 0; j < cols; j++) sum += std::max(Mi[j], 0.); } @endcode In case of the continuous matrix, the outer loop body is executed just once. So, the overhead is smaller, which is especially noticeable in case of small matrices. Finally, there are STL-style iterators that are smart enough to skip gaps between successive rows: @code // compute sum of positive matrix elements, iterator-based variant double sum=0; MatConstIterator_<double> it = M.begin<double>(), it_end = M.end<double>(); for(; it != it_end; ++it) sum += std::max(*it, 0.); @endcode The matrix iterators are random-access iterators, so they can be passed to any STL algorithm, including std::sort(). */ class CV_EXPORTS Mat { public: /** These are various constructors that form a matrix. As noted in the AutomaticAllocation, often the default constructor is enough, and the proper matrix will be allocated by an OpenCV function. The constructed matrix can further be assigned to another matrix or matrix expression or can be allocated with Mat::create . In the former case, the old content is de-referenced. */ Mat(); /** @overload @param rows Number of rows in a 2D array. @param cols Number of columns in a 2D array. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. */ Mat(int rows, int cols, int type); /** @overload @param size 2D array size: Size(cols, rows) . In the Size() constructor, the number of rows and the number of columns go in the reverse order. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. */ Mat(Size size, int type); /** @overload @param rows Number of rows in a 2D array. @param cols Number of columns in a 2D array. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. @param s An optional value to initialize each matrix element with. To set all the matrix elements to the particular value after the construction, use the assignment operator Mat::operator=(const Scalar& value) . */ Mat(int rows, int cols, int type, const Scalar& s); /** @overload @param size 2D array size: Size(cols, rows) . In the Size() constructor, the number of rows and the number of columns go in the reverse order. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. @param s An optional value to initialize each matrix element with. To set all the matrix elements to the particular value after the construction, use the assignment operator Mat::operator=(const Scalar& value) . */ Mat(Size size, int type, const Scalar& s); /** @overload @param ndims Array dimensionality. @param sizes Array of integers specifying an n-dimensional array shape. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. */ Mat(int ndims, const int* sizes, int type); /** @overload @param ndims Array dimensionality. @param sizes Array of integers specifying an n-dimensional array shape. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. @param s An optional value to initialize each matrix element with. To set all the matrix elements to the particular value after the construction, use the assignment operator Mat::operator=(const Scalar& value) . */ Mat(int ndims, const int* sizes, int type, const Scalar& s); /** @overload @param m Array that (as a whole or partly) is assigned to the constructed matrix. No data is copied by these constructors. Instead, the header pointing to m data or its sub-array is constructed and associated with it. The reference counter, if any, is incremented. So, when you modify the matrix formed using such a constructor, you also modify the corresponding elements of m . If you want to have an independent copy of the sub-array, use Mat::clone() . */ Mat(const Mat& m); /** @overload @param rows Number of rows in a 2D array. @param cols Number of columns in a 2D array. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. @param data Pointer to the user data. Matrix constructors that take data and step parameters do not allocate matrix data. Instead, they just initialize the matrix header that points to the specified data, which means that no data is copied. This operation is very efficient and can be used to process external data using OpenCV functions. The external data is not automatically deallocated, so you should take care of it. @param step Number of bytes each matrix row occupies. The value should include the padding bytes at the end of each row, if any. If the parameter is missing (set to AUTO_STEP ), no padding is assumed and the actual step is calculated as cols*elemSize(). See Mat::elemSize. */ Mat(int rows, int cols, int type, void* data, size_t step=AUTO_STEP); /** @overload @param size 2D array size: Size(cols, rows) . In the Size() constructor, the number of rows and the number of columns go in the reverse order. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. @param data Pointer to the user data. Matrix constructors that take data and step parameters do not allocate matrix data. Instead, they just initialize the matrix header that points to the specified data, which means that no data is copied. This operation is very efficient and can be used to process external data using OpenCV functions. The external data is not automatically deallocated, so you should take care of it. @param step Number of bytes each matrix row occupies. The value should include the padding bytes at the end of each row, if any. If the parameter is missing (set to AUTO_STEP ), no padding is assumed and the actual step is calculated as cols*elemSize(). See Mat::elemSize. */ Mat(Size size, int type, void* data, size_t step=AUTO_STEP); /** @overload @param ndims Array dimensionality. @param sizes Array of integers specifying an n-dimensional array shape. @param type Array type. Use CV_8UC1, ..., CV_64FC4 to create 1-4 channel matrices, or CV_8UC(n), ..., CV_64FC(n) to create multi-channel (up to CV_CN_MAX channels) matrices. @param data Pointer to the user data. Matrix constructors that take data and step parameters do not allocate matrix data. Instead, they just initialize the matrix header that points to the specified data, which means that no data is copied. This operation is very efficient and can be used to process external data using OpenCV functions. The external data is not automatically deallocated, so you should take care of it. @param steps Array of ndims-1 steps in case of a multi-dimensional array (the last step is always set to the element size). If not specified, the matrix is assumed to be continuous. */ Mat(int ndims, const int* sizes, int type, void* data, const size_t* steps=0); /** @overload @param m Array that (as a whole or partly) is assigned to the constructed matrix. No data is copied by these constructors. Instead, the header pointing to m data or its sub-array is constructed and associated with it. The reference counter, if any, is incremented. So, when you modify the matrix formed using such a constructor, you also modify the corresponding elements of m . If you want to have an independent copy of the sub-array, use Mat::clone() . @param rowRange Range of the m rows to take. As usual, the range start is inclusive and the range end is exclusive. Use Range::all() to take all the rows. @param colRange Range of the m columns to take. Use Range::all() to take all the columns. */ Mat(const Mat& m, const Range& rowRange, const Range& colRange=Range::all()); /** @overload @param m Array that (as a whole or partly) is assigned to the constructed matrix. No data is copied by these constructors. Instead, the header pointing to m data or its sub-array is constructed and associated with it. The reference counter, if any, is incremented. So, when you modify the matrix formed using such a constructor, you also modify the corresponding elements of m . If you want to have an independent copy of the sub-array, use Mat::clone() . @param roi Region of interest. */ Mat(const Mat& m, const Rect& roi); /** @overload @param m Array that (as a whole or partly) is assigned to the constructed matrix. No data is copied by these constructors. Instead, the header pointing to m data or its sub-array is constructed and associated with it. The reference counter, if any, is incremented. So, when you modify the matrix formed using such a constructor, you also modify the corresponding elements of m . If you want to have an independent copy of the sub-array, use Mat::clone() . @param ranges Array of selected ranges of m along each dimensionality. */ Mat(const Mat& m, const Range* ranges); /** @overload @param vec STL vector whose elements form the matrix. The matrix has a single column and the number of rows equal to the number of vector elements. Type of the matrix matches the type of vector elements. The constructor can handle arbitrary types, for which there is a properly declared DataType . This means that the vector elements must be primitive numbers or uni-type numerical tuples of numbers. Mixed-type structures are not supported. The corresponding constructor is explicit. Since STL vectors are not automatically converted to Mat instances, you should write Mat(vec) explicitly. Unless you copy the data into the matrix ( copyData=true ), no new elements will be added to the vector because it can potentially yield vector data reallocation, and, thus, the matrix data pointer will be invalid. @param copyData Flag to specify whether the underlying data of the STL vector should be copied to (true) or shared with (false) the newly constructed matrix. When the data is copied, the allocated buffer is managed using Mat reference counting mechanism. While the data is shared, the reference counter is NULL, and you should not deallocate the data until the matrix is not destructed. */ template<typename _Tp> explicit Mat(const std::vector<_Tp>& vec, bool copyData=false); /** @overload */ template<typename _Tp, int n> explicit Mat(const Vec<_Tp, n>& vec, bool copyData=true); /** @overload */ template<typename _Tp, int m, int n> explicit Mat(const Matx<_Tp, m, n>& mtx, bool copyData=true); /** @overload */ template<typename _Tp> explicit Mat(const Point_<_Tp>& pt, bool copyData=true); /** @overload */ template<typename _Tp> explicit Mat(const Point3_<_Tp>& pt, bool copyData=true); /** @overload */ template<typename _Tp> explicit Mat(const MatCommaInitializer_<_Tp>& commaInitializer); //! download data from GpuMat explicit Mat(const cuda::GpuMat& m); //! destructor - calls release() ~Mat(); /** @brief assignment operators These are available assignment operators. Since they all are very different, make sure to read the operator parameters description. @param m Assigned, right-hand-side matrix. Matrix assignment is an O(1) operation. This means that no data is copied but the data is shared and the reference counter, if any, is incremented. Before assigning new data, the old data is de-referenced via Mat::release . */ Mat& operator = (const Mat& m); /** @overload @param expr Assigned matrix expression object. As opposite to the first form of the assignment operation, the second form can reuse already allocated matrix if it has the right size and type to fit the matrix expression result. It is automatically handled by the real function that the matrix expressions is expanded to. For example, C=A+B is expanded to add(A, B, C), and add takes care of automatic C reallocation. */ Mat& operator = (const MatExpr& expr); //! retrieve UMat from Mat UMat getUMat(int accessFlags, UMatUsageFlags usageFlags = USAGE_DEFAULT) const; /** @brief Creates a matrix header for the specified matrix row. The method makes a new header for the specified matrix row and returns it. This is an O(1) operation, regardless of the matrix size. The underlying data of the new matrix is shared with the original matrix. Here is the example of one of the classical basic matrix processing operations, axpy, used by LU and many other algorithms: @code inline void matrix_axpy(Mat& A, int i, int j, double alpha) { A.row(i) += A.row(j)*alpha; } @endcode @note In the current implementation, the following code does not work as expected: @code Mat A; ... A.row(i) = A.row(j); // will not work @endcode This happens because A.row(i) forms a temporary header that is further assigned to another header. Remember that each of these operations is O(1), that is, no data is copied. Thus, the above assignment is not true if you may have expected the j-th row to be copied to the i-th row. To achieve that, you should either turn this simple assignment into an expression or use the Mat::copyTo method: @code Mat A; ... // works, but looks a bit obscure. A.row(i) = A.row(j) + 0; // this is a bit longer, but the recommended method. A.row(j).copyTo(A.row(i)); @endcode @param y A 0-based row index. */ Mat row(int y) const; /** @brief Creates a matrix header for the specified matrix column. The method makes a new header for the specified matrix column and returns it. This is an O(1) operation, regardless of the matrix size. The underlying data of the new matrix is shared with the original matrix. See also the Mat::row description. @param x A 0-based column index. */ Mat col(int x) const; /** @brief Creates a matrix header for the specified row span. The method makes a new header for the specified row span of the matrix. Similarly to Mat::row and Mat::col , this is an O(1) operation. @param startrow An inclusive 0-based start index of the row span. @param endrow An exclusive 0-based ending index of the row span. */ Mat rowRange(int startrow, int endrow) const; /** @overload @param r Range structure containing both the start and the end indices. */ Mat rowRange(const Range& r) const; /** @brief Creates a matrix header for the specified column span. The method makes a new header for the specified column span of the matrix. Similarly to Mat::row and Mat::col , this is an O(1) operation. @param startcol An inclusive 0-based start index of the column span. @param endcol An exclusive 0-based ending index of the column span. */ Mat colRange(int startcol, int endcol) const; /** @overload @param r Range structure containing both the start and the end indices. */ Mat colRange(const Range& r) const; /** @brief Extracts a diagonal from a matrix The method makes a new header for the specified matrix diagonal. The new matrix is represented as a single-column matrix. Similarly to Mat::row and Mat::col, this is an O(1) operation. @param d index of the diagonal, with the following values: - `d=0` is the main diagonal. - `d>0` is a diagonal from the lower half. For example, d=1 means the diagonal is set immediately below the main one. - `d<0` is a diagonal from the upper half. For example, d=-1 means the diagonal is set immediately above the main one. */ Mat diag(int d=0) const; /** @brief creates a diagonal matrix The method makes a new header for the specified matrix diagonal. The new matrix is represented as a single-column matrix. Similarly to Mat::row and Mat::col, this is an O(1) operation. @param d Single-column matrix that forms a diagonal matrix */ static Mat diag(const Mat& d); /** @brief Creates a full copy of the array and the underlying data. The method creates a full copy of the array. The original step[] is not taken into account. So, the array copy is a continuous array occupying total()*elemSize() bytes. */ Mat clone() const; /** @brief Copies the matrix to another one. The method copies the matrix data to another matrix. Before copying the data, the method invokes : @code m.create(this->size(), this->type()); @endcode so that the destination matrix is reallocated if needed. While m.copyTo(m); works flawlessly, the function does not handle the case of a partial overlap between the source and the destination matrices. When the operation mask is specified, if the Mat::create call shown above reallocates the matrix, the newly allocated matrix is initialized with all zeros before copying the data. @param m Destination matrix. If it does not have a proper size or type before the operation, it is reallocated. */ void copyTo( OutputArray m ) const; /** @overload @param m Destination matrix. If it does not have a proper size or type before the operation, it is reallocated. @param mask Operation mask. Its non-zero elements indicate which matrix elements need to be copied. The mask has to be of type CV_8U and can have 1 or multiple channels. */ void copyTo( OutputArray m, InputArray mask ) const; /** @brief Converts an array to another data type with optional scaling. The method converts source pixel values to the target data type. saturate_cast\<\> is applied at the end to avoid possible overflows: \f[m(x,y) = saturate \_ cast<rType>( \alpha (*this)(x,y) + \beta )\f] @param m output matrix; if it does not have a proper size or type before the operation, it is reallocated. @param rtype desired output matrix type or, rather, the depth since the number of channels are the same as the input has; if rtype is negative, the output matrix will have the same type as the input. @param alpha optional scale factor. @param beta optional delta added to the scaled values. */ void convertTo( OutputArray m, int rtype, double alpha=1, double beta=0 ) const; /** @brief Provides a functional form of convertTo. This is an internally used method called by the @ref MatrixExpressions engine. @param m Destination array. @param type Desired destination array depth (or -1 if it should be the same as the source type). */ void assignTo( Mat& m, int type=-1 ) const; /** @brief Sets all or some of the array elements to the specified value. @param s Assigned scalar converted to the actual array type. */ Mat& operator = (const Scalar& s); /** @brief Sets all or some of the array elements to the specified value. This is an advanced variant of the Mat::operator=(const Scalar& s) operator. @param value Assigned scalar converted to the actual array type. @param mask Operation mask of the same size as \*this. */ Mat& setTo(InputArray value, InputArray mask=noArray()); /** @brief Changes the shape and/or the number of channels of a 2D matrix without copying the data. The method makes a new matrix header for \*this elements. The new matrix may have a different size and/or different number of channels. Any combination is possible if: - No extra elements are included into the new matrix and no elements are excluded. Consequently, the product rows\*cols\*channels() must stay the same after the transformation. - No data is copied. That is, this is an O(1) operation. Consequently, if you change the number of rows, or the operation changes the indices of elements row in some other way, the matrix must be continuous. See Mat::isContinuous . For example, if there is a set of 3D points stored as an STL vector, and you want to represent the points as a 3xN matrix, do the following: @code std::vector<Point3f> vec; ... Mat pointMat = Mat(vec). // convert vector to Mat, O(1) operation reshape(1). // make Nx3 1-channel matrix out of Nx1 3-channel. // Also, an O(1) operation t(); // finally, transpose the Nx3 matrix. // This involves copying all the elements @endcode @param cn New number of channels. If the parameter is 0, the number of channels remains the same. @param rows New number of rows. If the parameter is 0, the number of rows remains the same. */ Mat reshape(int cn, int rows=0) const; /** @overload */ Mat reshape(int cn, int newndims, const int* newsz) const; /** @brief Transposes a matrix. The method performs matrix transposition by means of matrix expressions. It does not perform the actual transposition but returns a temporary matrix transposition object that can be further used as a part of more complex matrix expressions or can be assigned to a matrix: @code Mat A1 = A + Mat::eye(A.size(), A.type())*lambda; Mat C = A1.t()*A1; // compute (A + lambda*I)^t * (A + lamda*I) @endcode */ MatExpr t() const; /** @brief Inverses a matrix. The method performs a matrix inversion by means of matrix expressions. This means that a temporary matrix inversion object is returned by the method and can be used further as a part of more complex matrix expressions or can be assigned to a matrix. @param method Matrix inversion method. One of cv::DecompTypes */ MatExpr inv(int method=DECOMP_LU) const; /** @brief Performs an element-wise multiplication or division of the two matrices. The method returns a temporary object encoding per-element array multiplication, with optional scale. Note that this is not a matrix multiplication that corresponds to a simpler "\*" operator. Example: @code Mat C = A.mul(5/B); // equivalent to divide(A, B, C, 5) @endcode @param m Another array of the same type and the same size as \*this, or a matrix expression. @param scale Optional scale factor. */ MatExpr mul(InputArray m, double scale=1) const; /** @brief Computes a cross-product of two 3-element vectors. The method computes a cross-product of two 3-element vectors. The vectors must be 3-element floating-point vectors of the same shape and size. The result is another 3-element vector of the same shape and type as operands. @param m Another cross-product operand. */ Mat cross(InputArray m) const; /** @brief Computes a dot-product of two vectors. The method computes a dot-product of two matrices. If the matrices are not single-column or single-row vectors, the top-to-bottom left-to-right scan ordering is used to treat them as 1D vectors. The vectors must have the same size and type. If the matrices have more than one channel, the dot products from all the channels are summed together. @param m another dot-product operand. */ double dot(InputArray m) const; /** @brief Returns a zero array of the specified size and type. The method returns a Matlab-style zero array initializer. It can be used to quickly form a constant array as a function parameter, part of a matrix expression, or as a matrix initializer. : @code Mat A; A = Mat::zeros(3, 3, CV_32F); @endcode In the example above, a new matrix is allocated only if A is not a 3x3 floating-point matrix. Otherwise, the existing matrix A is filled with zeros. @param rows Number of rows. @param cols Number of columns. @param type Created matrix type. */ static MatExpr zeros(int rows, int cols, int type); /** @overload @param size Alternative to the matrix size specification Size(cols, rows) . @param type Created matrix type. */ static MatExpr zeros(Size size, int type); /** @overload @param ndims Array dimensionality. @param sz Array of integers specifying the array shape. @param type Created matrix type. */ static MatExpr zeros(int ndims, const int* sz, int type); /** @brief Returns an array of all 1's of the specified size and type. The method returns a Matlab-style 1's array initializer, similarly to Mat::zeros. Note that using this method you can initialize an array with an arbitrary value, using the following Matlab idiom: @code Mat A = Mat::ones(100, 100, CV_8U)*3; // make 100x100 matrix filled with 3. @endcode The above operation does not form a 100x100 matrix of 1's and then multiply it by 3. Instead, it just remembers the scale factor (3 in this case) and use it when actually invoking the matrix initializer. @param rows Number of rows. @param cols Number of columns. @param type Created matrix type. */ static MatExpr ones(int rows, int cols, int type); /** @overload @param size Alternative to the matrix size specification Size(cols, rows) . @param type Created matrix type. */ static MatExpr ones(Size size, int type); /** @overload @param ndims Array dimensionality. @param sz Array of integers specifying the array shape. @param type Created matrix type. */ static MatExpr ones(int ndims, const int* sz, int type); /** @brief Returns an identity matrix of the specified size and type. The method returns a Matlab-style identity matrix initializer, similarly to Mat::zeros. Similarly to Mat::ones, you can use a scale operation to create a scaled identity matrix efficiently: @code // make a 4x4 diagonal matrix with 0.1's on the diagonal. Mat A = Mat::eye(4, 4, CV_32F)*0.1; @endcode @param rows Number of rows. @param cols Number of columns. @param type Created matrix type. */ static MatExpr eye(int rows, int cols, int type); /** @overload @param size Alternative matrix size specification as Size(cols, rows) . @param type Created matrix type. */ static MatExpr eye(Size size, int type); /** @brief Allocates new array data if needed. This is one of the key Mat methods. Most new-style OpenCV functions and methods that produce arrays call this method for each output array. The method uses the following algorithm: -# If the current array shape and the type match the new ones, return immediately. Otherwise, de-reference the previous data by calling Mat::release. -# Initialize the new header. -# Allocate the new data of total()\*elemSize() bytes. -# Allocate the new, associated with the data, reference counter and set it to 1. Such a scheme makes the memory management robust and efficient at the same time and helps avoid extra typing for you. This means that usually there is no need to explicitly allocate output arrays. That is, instead of writing: @code Mat color; ... Mat gray(color.rows, color.cols, color.depth()); cvtColor(color, gray, COLOR_BGR2GRAY); @endcode you can simply write: @code Mat color; ... Mat gray; cvtColor(color, gray, COLOR_BGR2GRAY); @endcode because cvtColor, as well as the most of OpenCV functions, calls Mat::create() for the output array internally. @param rows New number of rows. @param cols New number of columns. @param type New matrix type. */ void create(int rows, int cols, int type); /** @overload @param size Alternative new matrix size specification: Size(cols, rows) @param type New matrix type. */ void create(Size size, int type); /** @overload @param ndims New array dimensionality. @param sizes Array of integers specifying a new array shape. @param type New matrix type. */ void create(int ndims, const int* sizes, int type); /** @brief Increments the reference counter. The method increments the reference counter associated with the matrix data. If the matrix header points to an external data set (see Mat::Mat ), the reference counter is NULL, and the method has no effect in this case. Normally, to avoid memory leaks, the method should not be called explicitly. It is called implicitly by the matrix assignment operator. The reference counter increment is an atomic operation on the platforms that support it. Thus, it is safe to operate on the same matrices asynchronously in different threads. */ void addref(); /** @brief Decrements the reference counter and deallocates the matrix if needed. The method decrements the reference counter associated with the matrix data. When the reference counter reaches 0, the matrix data is deallocated and the data and the reference counter pointers are set to NULL's. If the matrix header points to an external data set (see Mat::Mat ), the reference counter is NULL, and the method has no effect in this case. This method can be called manually to force the matrix data deallocation. But since this method is automatically called in the destructor, or by any other method that changes the data pointer, it is usually not needed. The reference counter decrement and check for 0 is an atomic operation on the platforms that support it. Thus, it is safe to operate on the same matrices asynchronously in different threads. */ void release(); //! deallocates the matrix data void deallocate(); //! internal use function; properly re-allocates _size, _step arrays void copySize(const Mat& m); /** @brief Reserves space for the certain number of rows. The method reserves space for sz rows. If the matrix already has enough space to store sz rows, nothing happens. If the matrix is reallocated, the first Mat::rows rows are preserved. The method emulates the corresponding method of the STL vector class. @param sz Number of rows. */ void reserve(size_t sz); /** @brief Changes the number of matrix rows. The methods change the number of matrix rows. If the matrix is reallocated, the first min(Mat::rows, sz) rows are preserved. The methods emulate the corresponding methods of the STL vector class. @param sz New number of rows. */ void resize(size_t sz); /** @overload @param sz New number of rows. @param s Value assigned to the newly added elements. */ void resize(size_t sz, const Scalar& s); //! internal function void push_back_(const void* elem); /** @brief Adds elements to the bottom of the matrix. The methods add one or more elements to the bottom of the matrix. They emulate the corresponding method of the STL vector class. When elem is Mat , its type and the number of columns must be the same as in the container matrix. @param elem Added element(s). */ template<typename _Tp> void push_back(const _Tp& elem); /** @overload @param elem Added element(s). */ template<typename _Tp> void push_back(const Mat_<_Tp>& elem); /** @overload @param m Added line(s). */ void push_back(const Mat& m); /** @brief Removes elements from the bottom of the matrix. The method removes one or more rows from the bottom of the matrix. @param nelems Number of removed rows. If it is greater than the total number of rows, an exception is thrown. */ void pop_back(size_t nelems=1); /** @brief Locates the matrix header within a parent matrix. After you extracted a submatrix from a matrix using Mat::row, Mat::col, Mat::rowRange, Mat::colRange, and others, the resultant submatrix points just to the part of the original big matrix. However, each submatrix contains information (represented by datastart and dataend fields) that helps reconstruct the original matrix size and the position of the extracted submatrix within the original matrix. The method locateROI does exactly that. @param wholeSize Output parameter that contains the size of the whole matrix containing *this* as a part. @param ofs Output parameter that contains an offset of *this* inside the whole matrix. */ void locateROI( Size& wholeSize, Point& ofs ) const; /** @brief Adjusts a submatrix size and position within the parent matrix. The method is complimentary to Mat::locateROI . The typical use of these functions is to determine the submatrix position within the parent matrix and then shift the position somehow. Typically, it can be required for filtering operations when pixels outside of the ROI should be taken into account. When all the method parameters are positive, the ROI needs to grow in all directions by the specified amount, for example: @code A.adjustROI(2, 2, 2, 2); @endcode In this example, the matrix size is increased by 4 elements in each direction. The matrix is shifted by 2 elements to the left and 2 elements up, which brings in all the necessary pixels for the filtering with the 5x5 kernel. adjustROI forces the adjusted ROI to be inside of the parent matrix that is boundaries of the adjusted ROI are constrained by boundaries of the parent matrix. For example, if the submatrix A is located in the first row of a parent matrix and you called A.adjustROI(2, 2, 2, 2) then A will not be increased in the upward direction. The function is used internally by the OpenCV filtering functions, like filter2D , morphological operations, and so on. @param dtop Shift of the top submatrix boundary upwards. @param dbottom Shift of the bottom submatrix boundary downwards. @param dleft Shift of the left submatrix boundary to the left. @param dright Shift of the right submatrix boundary to the right. @sa copyMakeBorder */ Mat& adjustROI( int dtop, int dbottom, int dleft, int dright ); /** @brief Extracts a rectangular submatrix. The operators make a new header for the specified sub-array of \*this . They are the most generalized forms of Mat::row, Mat::col, Mat::rowRange, and Mat::colRange . For example, `A(Range(0, 10), Range::all())` is equivalent to `A.rowRange(0, 10)`. Similarly to all of the above, the operators are O(1) operations, that is, no matrix data is copied. @param rowRange Start and end row of the extracted submatrix. The upper boundary is not included. To select all the rows, use Range::all(). @param colRange Start and end column of the extracted submatrix. The upper boundary is not included. To select all the columns, use Range::all(). */ Mat operator()( Range rowRange, Range colRange ) const; /** @overload @param roi Extracted submatrix specified as a rectangle. */ Mat operator()( const Rect& roi ) const; /** @overload @param ranges Array of selected ranges along each array dimension. */ Mat operator()( const Range* ranges ) const; // //! converts header to CvMat; no data is copied // operator CvMat() const; // //! converts header to CvMatND; no data is copied // operator CvMatND() const; // //! converts header to IplImage; no data is copied // operator IplImage() const; template<typename _Tp> operator std::vector<_Tp>() const; template<typename _Tp, int n> operator Vec<_Tp, n>() const; template<typename _Tp, int m, int n> operator Matx<_Tp, m, n>() const; /** @brief Reports whether the matrix is continuous or not. The method returns true if the matrix elements are stored continuously without gaps at the end of each row. Otherwise, it returns false. Obviously, 1x1 or 1xN matrices are always continuous. Matrices created with Mat::create are always continuous. But if you extract a part of the matrix using Mat::col, Mat::diag, and so on, or constructed a matrix header for externally allocated data, such matrices may no longer have this property. The continuity flag is stored as a bit in the Mat::flags field and is computed automatically when you construct a matrix header. Thus, the continuity check is a very fast operation, though theoretically it could be done as follows: @code // alternative implementation of Mat::isContinuous() bool myCheckMatContinuity(const Mat& m) { //return (m.flags & Mat::CONTINUOUS_FLAG) != 0; return m.rows == 1 || m.step == m.cols*m.elemSize(); } @endcode The method is used in quite a few of OpenCV functions. The point is that element-wise operations (such as arithmetic and logical operations, math functions, alpha blending, color space transformations, and others) do not depend on the image geometry. Thus, if all the input and output arrays are continuous, the functions can process them as very long single-row vectors. The example below illustrates how an alpha-blending function can be implemented: @code template<typename T> void alphaBlendRGBA(const Mat& src1, const Mat& src2, Mat& dst) { const float alpha_scale = (float)std::numeric_limits<T>::max(), inv_scale = 1.f/alpha_scale; CV_Assert( src1.type() == src2.type() && src1.type() == CV_MAKETYPE(DataType<T>::depth, 4) && src1.size() == src2.size()); Size size = src1.size(); dst.create(size, src1.type()); // here is the idiom: check the arrays for continuity and, // if this is the case, // treat the arrays as 1D vectors if( src1.isContinuous() && src2.isContinuous() && dst.isContinuous() ) { size.width *= size.height; size.height = 1; } size.width *= 4; for( int i = 0; i < size.height; i++ ) { // when the arrays are continuous, // the outer loop is executed only once const T* ptr1 = src1.ptr<T>(i); const T* ptr2 = src2.ptr<T>(i); T* dptr = dst.ptr<T>(i); for( int j = 0; j < size.width; j += 4 ) { float alpha = ptr1[j+3]*inv_scale, beta = ptr2[j+3]*inv_scale; dptr[j] = saturate_cast<T>(ptr1[j]*alpha + ptr2[j]*beta); dptr[j+1] = saturate_cast<T>(ptr1[j+1]*alpha + ptr2[j+1]*beta); dptr[j+2] = saturate_cast<T>(ptr1[j+2]*alpha + ptr2[j+2]*beta); dptr[j+3] = saturate_cast<T>((1 - (1-alpha)*(1-beta))*alpha_scale); } } } @endcode This approach, while being very simple, can boost the performance of a simple element-operation by 10-20 percents, especially if the image is rather small and the operation is quite simple. Another OpenCV idiom in this function, a call of Mat::create for the destination array, that allocates the destination array unless it already has the proper size and type. And while the newly allocated arrays are always continuous, you still need to check the destination array because Mat::create does not always allocate a new matrix. */ bool isContinuous() const; //! returns true if the matrix is a submatrix of another matrix bool isSubmatrix() const; /** @brief Returns the matrix element size in bytes. The method returns the matrix element size in bytes. For example, if the matrix type is CV_16SC3 , the method returns 3\*sizeof(short) or 6. */ size_t elemSize() const; /** @brief Returns the size of each matrix element channel in bytes. The method returns the matrix element channel size in bytes, that is, it ignores the number of channels. For example, if the matrix type is CV_16SC3 , the method returns sizeof(short) or 2. */ size_t elemSize1() const; /** @brief Returns the type of a matrix element. The method returns a matrix element type. This is an identifier compatible with the CvMat type system, like CV_16SC3 or 16-bit signed 3-channel array, and so on. */ int type() const; /** @brief Returns the depth of a matrix element. The method returns the identifier of the matrix element depth (the type of each individual channel). For example, for a 16-bit signed element array, the method returns CV_16S . A complete list of matrix types contains the following values: - CV_8U - 8-bit unsigned integers ( 0..255 ) - CV_8S - 8-bit signed integers ( -128..127 ) - CV_16U - 16-bit unsigned integers ( 0..65535 ) - CV_16S - 16-bit signed integers ( -32768..32767 ) - CV_32S - 32-bit signed integers ( -2147483648..2147483647 ) - CV_32F - 32-bit floating-point numbers ( -FLT_MAX..FLT_MAX, INF, NAN ) - CV_64F - 64-bit floating-point numbers ( -DBL_MAX..DBL_MAX, INF, NAN ) */ int depth() const; /** @brief Returns the number of matrix channels. The method returns the number of matrix channels. */ int channels() const; /** @brief Returns a normalized step. The method returns a matrix step divided by Mat::elemSize1() . It can be useful to quickly access an arbitrary matrix element. */ size_t step1(int i=0) const; /** @brief Returns true if the array has no elements. The method returns true if Mat::total() is 0 or if Mat::data is NULL. Because of pop_back() and resize() methods `M.total() == 0` does not imply that `M.data == NULL`. */ bool empty() const; /** @brief Returns the total number of array elements. The method returns the number of array elements (a number of pixels if the array represents an image). */ size_t total() const; //! returns N if the matrix is 1-channel (N x ptdim) or ptdim-channel (1 x N) or (N x 1); negative number otherwise int checkVector(int elemChannels, int depth=-1, bool requireContinuous=true) const; /** @brief Returns a pointer to the specified matrix row. The methods return `uchar*` or typed pointer to the specified matrix row. See the sample in Mat::isContinuous to know how to use these methods. @param i0 A 0-based row index. */ uchar* ptr(int i0=0); /** @overload */ const uchar* ptr(int i0=0) const; /** @overload */ uchar* ptr(int i0, int i1); /** @overload */ const uchar* ptr(int i0, int i1) const; /** @overload */ uchar* ptr(int i0, int i1, int i2); /** @overload */ const uchar* ptr(int i0, int i1, int i2) const; /** @overload */ uchar* ptr(const int* idx); /** @overload */ const uchar* ptr(const int* idx) const; /** @overload */ template<int n> uchar* ptr(const Vec<int, n>& idx); /** @overload */ template<int n> const uchar* ptr(const Vec<int, n>& idx) const; /** @overload */ template<typename _Tp> _Tp* ptr(int i0=0); /** @overload */ template<typename _Tp> const _Tp* ptr(int i0=0) const; /** @overload */ template<typename _Tp> _Tp* ptr(int i0, int i1); /** @overload */ template<typename _Tp> const _Tp* ptr(int i0, int i1) const; /** @overload */ template<typename _Tp> _Tp* ptr(int i0, int i1, int i2); /** @overload */ template<typename _Tp> const _Tp* ptr(int i0, int i1, int i2) const; /** @overload */ template<typename _Tp> _Tp* ptr(const int* idx); /** @overload */ template<typename _Tp> const _Tp* ptr(const int* idx) const; /** @overload */ template<typename _Tp, int n> _Tp* ptr(const Vec<int, n>& idx); /** @overload */ template<typename _Tp, int n> const _Tp* ptr(const Vec<int, n>& idx) const; /** @brief Returns a reference to the specified array element. The template methods return a reference to the specified array element. For the sake of higher performance, the index range checks are only performed in the Debug configuration. Note that the variants with a single index (i) can be used to access elements of single-row or single-column 2-dimensional arrays. That is, if, for example, A is a 1 x N floating-point matrix and B is an M x 1 integer matrix, you can simply write `A.at<float>(k+4)` and `B.at<int>(2*i+1)` instead of `A.at<float>(0,k+4)` and `B.at<int>(2*i+1,0)`, respectively. The example below initializes a Hilbert matrix: @code Mat H(100, 100, CV_64F); for(int i = 0; i < H.rows; i++) for(int j = 0; j < H.cols; j++) H.at<double>(i,j)=1./(i+j+1); @endcode @param i0 Index along the dimension 0 */ template<typename _Tp> _Tp& at(int i0=0); /** @overload @param i0 Index along the dimension 0 */ template<typename _Tp> const _Tp& at(int i0=0) const; /** @overload @param i0 Index along the dimension 0 @param i1 Index along the dimension 1 */ template<typename _Tp> _Tp& at(int i0, int i1); /** @overload @param i0 Index along the dimension 0 @param i1 Index along the dimension 1 */ template<typename _Tp> const _Tp& at(int i0, int i1) const; /** @overload @param i0 Index along the dimension 0 @param i1 Index along the dimension 1 @param i2 Index along the dimension 2 */ template<typename _Tp> _Tp& at(int i0, int i1, int i2); /** @overload @param i0 Index along the dimension 0 @param i1 Index along the dimension 1 @param i2 Index along the dimension 2 */ template<typename _Tp> const _Tp& at(int i0, int i1, int i2) const; /** @overload @param idx Array of Mat::dims indices. */ template<typename _Tp> _Tp& at(const int* idx); /** @overload @param idx Array of Mat::dims indices. */ template<typename _Tp> const _Tp& at(const int* idx) const; /** @overload */ template<typename _Tp, int n> _Tp& at(const Vec<int, n>& idx); /** @overload */ template<typename _Tp, int n> const _Tp& at(const Vec<int, n>& idx) const; /** @overload special versions for 2D arrays (especially convenient for referencing image pixels) @param pt Element position specified as Point(j,i) . */ template<typename _Tp> _Tp& at(Point pt); /** @overload special versions for 2D arrays (especially convenient for referencing image pixels) @param pt Element position specified as Point(j,i) . */ template<typename _Tp> const _Tp& at(Point pt) const; /** @brief Returns the matrix iterator and sets it to the first matrix element. The methods return the matrix read-only or read-write iterators. The use of matrix iterators is very similar to the use of bi-directional STL iterators. In the example below, the alpha blending function is rewritten using the matrix iterators: @code template<typename T> void alphaBlendRGBA(const Mat& src1, const Mat& src2, Mat& dst) { typedef Vec<T, 4> VT; const float alpha_scale = (float)std::numeric_limits<T>::max(), inv_scale = 1.f/alpha_scale; CV_Assert( src1.type() == src2.type() && src1.type() == DataType<VT>::type && src1.size() == src2.size()); Size size = src1.size(); dst.create(size, src1.type()); MatConstIterator_<VT> it1 = src1.begin<VT>(), it1_end = src1.end<VT>(); MatConstIterator_<VT> it2 = src2.begin<VT>(); MatIterator_<VT> dst_it = dst.begin<VT>(); for( ; it1 != it1_end; ++it1, ++it2, ++dst_it ) { VT pix1 = *it1, pix2 = *it2; float alpha = pix1[3]*inv_scale, beta = pix2[3]*inv_scale; *dst_it = VT(saturate_cast<T>(pix1[0]*alpha + pix2[0]*beta), saturate_cast<T>(pix1[1]*alpha + pix2[1]*beta), saturate_cast<T>(pix1[2]*alpha + pix2[2]*beta), saturate_cast<T>((1 - (1-alpha)*(1-beta))*alpha_scale)); } } @endcode */ template<typename _Tp> MatIterator_<_Tp> begin(); template<typename _Tp> MatConstIterator_<_Tp> begin() const; /** @brief Returns the matrix iterator and sets it to the after-last matrix element. The methods return the matrix read-only or read-write iterators, set to the point following the last matrix element. */ template<typename _Tp> MatIterator_<_Tp> end(); template<typename _Tp> MatConstIterator_<_Tp> end() const; /** @brief Invoke with arguments functor, and runs the functor over all matrix element. The methods runs operation in parallel. Operation is passed by arguments. Operation have to be a function pointer, a function object or a lambda(C++11). All of below operation is equal. Put 0xFF to first channel of all matrix elements: @code Mat image(1920, 1080, CV_8UC3); typedef cv::Point3_<uint8_t> Pixel; // first. raw pointer access. for (int r = 0; r < image.rows; ++r) { Pixel* ptr = image.ptr<Pixel>(0, r); const Pixel* ptr_end = ptr + image.cols; for (; ptr != ptr_end; ++ptr) { ptr->x = 255; } } // Using MatIterator. (Simple but there are a Iterator's overhead) for (Pixel &p : cv::Mat_<Pixel>(image)) { p.x = 255; } // Parallel execution with function object. struct Operator { void operator ()(Pixel &pixel, const int * position) { pixel.x = 255; } }; image.forEach<Pixel>(Operator()); // Parallel execution using C++11 lambda. image.forEach<Pixel>([](Pixel &p, const int * position) -> void { p.x = 255; }); @endcode position parameter is index of current pixel: @code // Creating 3D matrix (255 x 255 x 255) typed uint8_t, // and initialize all elements by the value which equals elements position. // i.e. pixels (x,y,z) = (1,2,3) is (b,g,r) = (1,2,3). int sizes[] = { 255, 255, 255 }; typedef cv::Point3_<uint8_t> Pixel; Mat_<Pixel> image = Mat::zeros(3, sizes, CV_8UC3); image.forEachWithPosition([&](Pixel& pixel, const int position[]) -> void{ pixel.x = position[0]; pixel.y = position[1]; pixel.z = position[2]; }); @endcode */ template<typename _Tp, typename Functor> void forEach(const Functor& operation); /** @overload */ template<typename _Tp, typename Functor> void forEach(const Functor& operation) const; #ifdef CV_CXX_MOVE_SEMANTICS Mat(Mat&& m); Mat& operator = (Mat&& m); #endif enum { MAGIC_VAL = 0x42FF0000, AUTO_STEP = 0, CONTINUOUS_FLAG = CV_MAT_CONT_FLAG, SUBMATRIX_FLAG = CV_SUBMAT_FLAG }; enum { MAGIC_MASK = 0xFFFF0000, TYPE_MASK = 0x00000FFF, DEPTH_MASK = 7 }; /*! includes several bit-fields: - the magic signature - continuity flag - depth - number of channels */ int flags; //! the matrix dimensionality, >= 2 int dims; //! the number of rows and columns or (-1, -1) when the matrix has more than 2 dimensions int rows, cols; //! pointer to the data uchar* data; //! helper fields used in locateROI and adjustROI const uchar* datastart; const uchar* dataend; const uchar* datalimit; //! custom allocator MatAllocator* allocator; //! and the standard allocator static MatAllocator* getStdAllocator(); static MatAllocator* getDefaultAllocator(); static void setDefaultAllocator(MatAllocator* allocator); //! interaction with UMat UMatData* u; MatSize size; MatStep step; protected: template<typename _Tp, typename Functor> void forEach_impl(const Functor& operation); }; ///////////////////////////////// Mat_<_Tp> //////////////////////////////////// /** @brief Template matrix class derived from Mat @code template<typename _Tp> class Mat_ : public Mat { public: // ... some specific methods // and // no new extra fields }; @endcode The class `Mat_<_Tp>` is a *thin* template wrapper on top of the Mat class. It does not have any extra data fields. Nor this class nor Mat has any virtual methods. Thus, references or pointers to these two classes can be freely but carefully converted one to another. For example: @code // create a 100x100 8-bit matrix Mat M(100,100,CV_8U); // this will be compiled fine. no any data conversion will be done. Mat_<float>& M1 = (Mat_<float>&)M; // the program is likely to crash at the statement below M1(99,99) = 1.f; @endcode While Mat is sufficient in most cases, Mat_ can be more convenient if you use a lot of element access operations and if you know matrix type at the compilation time. Note that `Mat::at(int y,int x)` and `Mat_::operator()(int y,int x)` do absolutely the same and run at the same speed, but the latter is certainly shorter: @code Mat_<double> M(20,20); for(int i = 0; i < M.rows; i++) for(int j = 0; j < M.cols; j++) M(i,j) = 1./(i+j+1); Mat E, V; eigen(M,E,V); cout << E.at<double>(0,0)/E.at<double>(M.rows-1,0); @endcode To use Mat_ for multi-channel images/matrices, pass Vec as a Mat_ parameter: @code // allocate a 320x240 color image and fill it with green (in RGB space) Mat_<Vec3b> img(240, 320, Vec3b(0,255,0)); // now draw a diagonal white line for(int i = 0; i < 100; i++) img(i,i)=Vec3b(255,255,255); // and now scramble the 2nd (red) channel of each pixel for(int i = 0; i < img.rows; i++) for(int j = 0; j < img.cols; j++) img(i,j)[2] ^= (uchar)(i ^ j); @endcode */ template<typename _Tp> class Mat_ : public Mat { public: typedef _Tp value_type; typedef typename DataType<_Tp>::channel_type channel_type; typedef MatIterator_<_Tp> iterator; typedef MatConstIterator_<_Tp> const_iterator; //! default constructor Mat_(); //! equivalent to Mat(_rows, _cols, DataType<_Tp>::type) Mat_(int _rows, int _cols); //! constructor that sets each matrix element to specified value Mat_(int _rows, int _cols, const _Tp& value); //! equivalent to Mat(_size, DataType<_Tp>::type) explicit Mat_(Size _size); //! constructor that sets each matrix element to specified value Mat_(Size _size, const _Tp& value); //! n-dim array constructor Mat_(int _ndims, const int* _sizes); //! n-dim array constructor that sets each matrix element to specified value Mat_(int _ndims, const int* _sizes, const _Tp& value); //! copy/conversion contructor. If m is of different type, it's converted Mat_(const Mat& m); //! copy constructor Mat_(const Mat_& m); //! constructs a matrix on top of user-allocated data. step is in bytes(!!!), regardless of the type Mat_(int _rows, int _cols, _Tp* _data, size_t _step=AUTO_STEP); //! constructs n-dim matrix on top of user-allocated data. steps are in bytes(!!!), regardless of the type Mat_(int _ndims, const int* _sizes, _Tp* _data, const size_t* _steps=0); //! selects a submatrix Mat_(const Mat_& m, const Range& rowRange, const Range& colRange=Range::all()); //! selects a submatrix Mat_(const Mat_& m, const Rect& roi); //! selects a submatrix, n-dim version Mat_(const Mat_& m, const Range* ranges); //! from a matrix expression explicit Mat_(const MatExpr& e); //! makes a matrix out of Vec, std::vector, Point_ or Point3_. The matrix will have a single column explicit Mat_(const std::vector<_Tp>& vec, bool copyData=false); template<int n> explicit Mat_(const Vec<typename DataType<_Tp>::channel_type, n>& vec, bool copyData=true); template<int m, int n> explicit Mat_(const Matx<typename DataType<_Tp>::channel_type, m, n>& mtx, bool copyData=true); explicit Mat_(const Point_<typename DataType<_Tp>::channel_type>& pt, bool copyData=true); explicit Mat_(const Point3_<typename DataType<_Tp>::channel_type>& pt, bool copyData=true); explicit Mat_(const MatCommaInitializer_<_Tp>& commaInitializer); Mat_& operator = (const Mat& m); Mat_& operator = (const Mat_& m); //! set all the elements to s. Mat_& operator = (const _Tp& s); //! assign a matrix expression Mat_& operator = (const MatExpr& e); //! iterators; they are smart enough to skip gaps in the end of rows iterator begin(); iterator end(); const_iterator begin() const; const_iterator end() const; //! template methods for for operation over all matrix elements. // the operations take care of skipping gaps in the end of rows (if any) template<typename Functor> void forEach(const Functor& operation); template<typename Functor> void forEach(const Functor& operation) const; //! equivalent to Mat::create(_rows, _cols, DataType<_Tp>::type) void create(int _rows, int _cols); //! equivalent to Mat::create(_size, DataType<_Tp>::type) void create(Size _size); //! equivalent to Mat::create(_ndims, _sizes, DatType<_Tp>::type) void create(int _ndims, const int* _sizes); //! cross-product Mat_ cross(const Mat_& m) const; //! data type conversion template<typename T2> operator Mat_<T2>() const; //! overridden forms of Mat::row() etc. Mat_ row(int y) const; Mat_ col(int x) const; Mat_ diag(int d=0) const; Mat_ clone() const; //! overridden forms of Mat::elemSize() etc. size_t elemSize() const; size_t elemSize1() const; int type() const; int depth() const; int channels() const; size_t step1(int i=0) const; //! returns step()/sizeof(_Tp) size_t stepT(int i=0) const; //! overridden forms of Mat::zeros() etc. Data type is omitted, of course static MatExpr zeros(int rows, int cols); static MatExpr zeros(Size size); static MatExpr zeros(int _ndims, const int* _sizes); static MatExpr ones(int rows, int cols); static MatExpr ones(Size size); static MatExpr ones(int _ndims, const int* _sizes); static MatExpr eye(int rows, int cols); static MatExpr eye(Size size); //! some more overriden methods Mat_& adjustROI( int dtop, int dbottom, int dleft, int dright ); Mat_ operator()( const Range& rowRange, const Range& colRange ) const; Mat_ operator()( const Rect& roi ) const; Mat_ operator()( const Range* ranges ) const; //! more convenient forms of row and element access operators _Tp* operator [](int y); const _Tp* operator [](int y) const; //! returns reference to the specified element _Tp& operator ()(const int* idx); //! returns read-only reference to the specified element const _Tp& operator ()(const int* idx) const; //! returns reference to the specified element template<int n> _Tp& operator ()(const Vec<int, n>& idx); //! returns read-only reference to the specified element template<int n> const _Tp& operator ()(const Vec<int, n>& idx) const; //! returns reference to the specified element (1D case) _Tp& operator ()(int idx0); //! returns read-only reference to the specified element (1D case) const _Tp& operator ()(int idx0) const; //! returns reference to the specified element (2D case) _Tp& operator ()(int idx0, int idx1); //! returns read-only reference to the specified element (2D case) const _Tp& operator ()(int idx0, int idx1) const; //! returns reference to the specified element (3D case) _Tp& operator ()(int idx0, int idx1, int idx2); //! returns read-only reference to the specified element (3D case) const _Tp& operator ()(int idx0, int idx1, int idx2) const; _Tp& operator ()(Point pt); const _Tp& operator ()(Point pt) const; //! conversion to vector. operator std::vector<_Tp>() const; //! conversion to Vec template<int n> operator Vec<typename DataType<_Tp>::channel_type, n>() const; //! conversion to Matx template<int m, int n> operator Matx<typename DataType<_Tp>::channel_type, m, n>() const; #ifdef CV_CXX_MOVE_SEMANTICS Mat_(Mat_&& m); Mat_& operator = (Mat_&& m); Mat_(Mat&& m); Mat_& operator = (Mat&& m); Mat_(MatExpr&& e); #endif }; typedef Mat_<uchar> Mat1b; typedef Mat_<Vec2b> Mat2b; typedef Mat_<Vec3b> Mat3b; typedef Mat_<Vec4b> Mat4b; typedef Mat_<short> Mat1s; typedef Mat_<Vec2s> Mat2s; typedef Mat_<Vec3s> Mat3s; typedef Mat_<Vec4s> Mat4s; typedef Mat_<ushort> Mat1w; typedef Mat_<Vec2w> Mat2w; typedef Mat_<Vec3w> Mat3w; typedef Mat_<Vec4w> Mat4w; typedef Mat_<int> Mat1i; typedef Mat_<Vec2i> Mat2i; typedef Mat_<Vec3i> Mat3i; typedef Mat_<Vec4i> Mat4i; typedef Mat_<float> Mat1f; typedef Mat_<Vec2f> Mat2f; typedef Mat_<Vec3f> Mat3f; typedef Mat_<Vec4f> Mat4f; typedef Mat_<double> Mat1d; typedef Mat_<Vec2d> Mat2d; typedef Mat_<Vec3d> Mat3d; typedef Mat_<Vec4d> Mat4d; /** @todo document */ class CV_EXPORTS UMat { public: //! default constructor UMat(UMatUsageFlags usageFlags = USAGE_DEFAULT); //! constructs 2D matrix of the specified size and type // (_type is CV_8UC1, CV_64FC3, CV_32SC(12) etc.) UMat(int rows, int cols, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT); UMat(Size size, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT); //! constucts 2D matrix and fills it with the specified value _s. UMat(int rows, int cols, int type, const Scalar& s, UMatUsageFlags usageFlags = USAGE_DEFAULT); UMat(Size size, int type, const Scalar& s, UMatUsageFlags usageFlags = USAGE_DEFAULT); //! constructs n-dimensional matrix UMat(int ndims, const int* sizes, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT); UMat(int ndims, const int* sizes, int type, const Scalar& s, UMatUsageFlags usageFlags = USAGE_DEFAULT); //! copy constructor UMat(const UMat& m); //! creates a matrix header for a part of the bigger matrix UMat(const UMat& m, const Range& rowRange, const Range& colRange=Range::all()); UMat(const UMat& m, const Rect& roi); UMat(const UMat& m, const Range* ranges); //! builds matrix from std::vector with or without copying the data template<typename _Tp> explicit UMat(const std::vector<_Tp>& vec, bool copyData=false); //! builds matrix from cv::Vec; the data is copied by default template<typename _Tp, int n> explicit UMat(const Vec<_Tp, n>& vec, bool copyData=true); //! builds matrix from cv::Matx; the data is copied by default template<typename _Tp, int m, int n> explicit UMat(const Matx<_Tp, m, n>& mtx, bool copyData=true); //! builds matrix from a 2D point template<typename _Tp> explicit UMat(const Point_<_Tp>& pt, bool copyData=true); //! builds matrix from a 3D point template<typename _Tp> explicit UMat(const Point3_<_Tp>& pt, bool copyData=true); //! builds matrix from comma initializer template<typename _Tp> explicit UMat(const MatCommaInitializer_<_Tp>& commaInitializer); //! destructor - calls release() ~UMat(); //! assignment operators UMat& operator = (const UMat& m); Mat getMat(int flags) const; //! returns a new matrix header for the specified row UMat row(int y) const; //! returns a new matrix header for the specified column UMat col(int x) const; //! ... for the specified row span UMat rowRange(int startrow, int endrow) const; UMat rowRange(const Range& r) const; //! ... for the specified column span UMat colRange(int startcol, int endcol) const; UMat colRange(const Range& r) const; //! ... for the specified diagonal // (d=0 - the main diagonal, // >0 - a diagonal from the lower half, // <0 - a diagonal from the upper half) UMat diag(int d=0) const; //! constructs a square diagonal matrix which main diagonal is vector "d" static UMat diag(const UMat& d); //! returns deep copy of the matrix, i.e. the data is copied UMat clone() const; //! copies the matrix content to "m". // It calls m.create(this->size(), this->type()). void copyTo( OutputArray m ) const; //! copies those matrix elements to "m" that are marked with non-zero mask elements. void copyTo( OutputArray m, InputArray mask ) const; //! converts matrix to another datatype with optional scalng. See cvConvertScale. void convertTo( OutputArray m, int rtype, double alpha=1, double beta=0 ) const; void assignTo( UMat& m, int type=-1 ) const; //! sets every matrix element to s UMat& operator = (const Scalar& s); //! sets some of the matrix elements to s, according to the mask UMat& setTo(InputArray value, InputArray mask=noArray()); //! creates alternative matrix header for the same data, with different // number of channels and/or different number of rows. see cvReshape. UMat reshape(int cn, int rows=0) const; UMat reshape(int cn, int newndims, const int* newsz) const; //! matrix transposition by means of matrix expressions UMat t() const; //! matrix inversion by means of matrix expressions UMat inv(int method=DECOMP_LU) const; //! per-element matrix multiplication by means of matrix expressions UMat mul(InputArray m, double scale=1) const; //! computes dot-product double dot(InputArray m) const; //! Matlab-style matrix initialization static UMat zeros(int rows, int cols, int type); static UMat zeros(Size size, int type); static UMat zeros(int ndims, const int* sz, int type); static UMat ones(int rows, int cols, int type); static UMat ones(Size size, int type); static UMat ones(int ndims, const int* sz, int type); static UMat eye(int rows, int cols, int type); static UMat eye(Size size, int type); //! allocates new matrix data unless the matrix already has specified size and type. // previous data is unreferenced if needed. void create(int rows, int cols, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT); void create(Size size, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT); void create(int ndims, const int* sizes, int type, UMatUsageFlags usageFlags = USAGE_DEFAULT); //! increases the reference counter; use with care to avoid memleaks void addref(); //! decreases reference counter; // deallocates the data when reference counter reaches 0. void release(); //! deallocates the matrix data void deallocate(); //! internal use function; properly re-allocates _size, _step arrays void copySize(const UMat& m); //! locates matrix header within a parent matrix. See below void locateROI( Size& wholeSize, Point& ofs ) const; //! moves/resizes the current matrix ROI inside the parent matrix. UMat& adjustROI( int dtop, int dbottom, int dleft, int dright ); //! extracts a rectangular sub-matrix // (this is a generalized form of row, rowRange etc.) UMat operator()( Range rowRange, Range colRange ) const; UMat operator()( const Rect& roi ) const; UMat operator()( const Range* ranges ) const; //! returns true iff the matrix data is continuous // (i.e. when there are no gaps between successive rows). // similar to CV_IS_MAT_CONT(cvmat->type) bool isContinuous() const; //! returns true if the matrix is a submatrix of another matrix bool isSubmatrix() const; //! returns element size in bytes, // similar to CV_ELEM_SIZE(cvmat->type) size_t elemSize() const; //! returns the size of element channel in bytes. size_t elemSize1() const; //! returns element type, similar to CV_MAT_TYPE(cvmat->type) int type() const; //! returns element type, similar to CV_MAT_DEPTH(cvmat->type) int depth() const; //! returns element type, similar to CV_MAT_CN(cvmat->type) int channels() const; //! returns step/elemSize1() size_t step1(int i=0) const; //! returns true if matrix data is NULL bool empty() const; //! returns the total number of matrix elements size_t total() const; //! returns N if the matrix is 1-channel (N x ptdim) or ptdim-channel (1 x N) or (N x 1); negative number otherwise int checkVector(int elemChannels, int depth=-1, bool requireContinuous=true) const; #ifdef CV_CXX_MOVE_SEMANTICS UMat(UMat&& m); UMat& operator = (UMat&& m); #endif void* handle(int accessFlags) const; void ndoffset(size_t* ofs) const; enum { MAGIC_VAL = 0x42FF0000, AUTO_STEP = 0, CONTINUOUS_FLAG = CV_MAT_CONT_FLAG, SUBMATRIX_FLAG = CV_SUBMAT_FLAG }; enum { MAGIC_MASK = 0xFFFF0000, TYPE_MASK = 0x00000FFF, DEPTH_MASK = 7 }; /*! includes several bit-fields: - the magic signature - continuity flag - depth - number of channels */ int flags; //! the matrix dimensionality, >= 2 int dims; //! the number of rows and columns or (-1, -1) when the matrix has more than 2 dimensions int rows, cols; //! custom allocator MatAllocator* allocator; UMatUsageFlags usageFlags; // usage flags for allocator //! and the standard allocator static MatAllocator* getStdAllocator(); // black-box container of UMat data UMatData* u; // offset of the submatrix (or 0) size_t offset; MatSize size; MatStep step; protected: }; /////////////////////////// multi-dimensional sparse matrix ////////////////////////// /** @brief The class SparseMat represents multi-dimensional sparse numerical arrays. Such a sparse array can store elements of any type that Mat can store. *Sparse* means that only non-zero elements are stored (though, as a result of operations on a sparse matrix, some of its stored elements can actually become 0. It is up to you to detect such elements and delete them using SparseMat::erase ). The non-zero elements are stored in a hash table that grows when it is filled so that the search time is O(1) in average (regardless of whether element is there or not). Elements can be accessed using the following methods: - Query operations (SparseMat::ptr and the higher-level SparseMat::ref, SparseMat::value and SparseMat::find), for example: @code const int dims = 5; int size[] = {10, 10, 10, 10, 10}; SparseMat sparse_mat(dims, size, CV_32F); for(int i = 0; i < 1000; i++) { int idx[dims]; for(int k = 0; k < dims; k++) idx[k] = rand() sparse_mat.ref<float>(idx) += 1.f; } @endcode - Sparse matrix iterators. They are similar to MatIterator but different from NAryMatIterator. That is, the iteration loop is familiar to STL users: @code // prints elements of a sparse floating-point matrix // and the sum of elements. SparseMatConstIterator_<float> it = sparse_mat.begin<float>(), it_end = sparse_mat.end<float>(); double s = 0; int dims = sparse_mat.dims(); for(; it != it_end; ++it) { // print element indices and the element value const SparseMat::Node* n = it.node(); printf("("); for(int i = 0; i < dims; i++) printf("%d%s", n->idx[i], i < dims-1 ? ", " : ")"); printf(": %g\n", it.value<float>()); s += *it; } printf("Element sum is %g\n", s); @endcode If you run this loop, you will notice that elements are not enumerated in a logical order (lexicographical, and so on). They come in the same order as they are stored in the hash table (semi-randomly). You may collect pointers to the nodes and sort them to get the proper ordering. Note, however, that pointers to the nodes may become invalid when you add more elements to the matrix. This may happen due to possible buffer reallocation. - Combination of the above 2 methods when you need to process 2 or more sparse matrices simultaneously. For example, this is how you can compute unnormalized cross-correlation of the 2 floating-point sparse matrices: @code double cross_corr(const SparseMat& a, const SparseMat& b) { const SparseMat *_a = &a, *_b = &b; // if b contains less elements than a, // it is faster to iterate through b if(_a->nzcount() > _b->nzcount()) std::swap(_a, _b); SparseMatConstIterator_<float> it = _a->begin<float>(), it_end = _a->end<float>(); double ccorr = 0; for(; it != it_end; ++it) { // take the next element from the first matrix float avalue = *it; const Node* anode = it.node(); // and try to find an element with the same index in the second matrix. // since the hash value depends only on the element index, // reuse the hash value stored in the node float bvalue = _b->value<float>(anode->idx,&anode->hashval); ccorr += avalue*bvalue; } return ccorr; } @endcode */ class CV_EXPORTS SparseMat { public: typedef SparseMatIterator iterator; typedef SparseMatConstIterator const_iterator; enum { MAGIC_VAL=0x42FD0000, MAX_DIM=32, HASH_SCALE=0x5bd1e995, HASH_BIT=0x80000000 }; //! the sparse matrix header struct CV_EXPORTS Hdr { Hdr(int _dims, const int* _sizes, int _type); void clear(); int refcount; int dims; int valueOffset; size_t nodeSize; size_t nodeCount; size_t freeList; std::vector<uchar> pool; std::vector<size_t> hashtab; int size[MAX_DIM]; }; //! sparse matrix node - element of a hash table struct CV_EXPORTS Node { //! hash value size_t hashval; //! index of the next node in the same hash table entry size_t next; //! index of the matrix element int idx[MAX_DIM]; }; /** @brief Various SparseMat constructors. */ SparseMat(); /** @overload @param dims Array dimensionality. @param _sizes Sparce matrix size on all dementions. @param _type Sparse matrix data type. */ SparseMat(int dims, const int* _sizes, int _type); /** @overload @param m Source matrix for copy constructor. If m is dense matrix (ocvMat) then it will be converted to sparse representation. */ SparseMat(const SparseMat& m); /** @overload @param m Source matrix for copy constructor. If m is dense matrix (ocvMat) then it will be converted to sparse representation. */ explicit SparseMat(const Mat& m); //! the destructor ~SparseMat(); //! assignment operator. This is O(1) operation, i.e. no data is copied SparseMat& operator = (const SparseMat& m); //! equivalent to the corresponding constructor SparseMat& operator = (const Mat& m); //! creates full copy of the matrix SparseMat clone() const; //! copies all the data to the destination matrix. All the previous content of m is erased void copyTo( SparseMat& m ) const; //! converts sparse matrix to dense matrix. void copyTo( Mat& m ) const; //! multiplies all the matrix elements by the specified scale factor alpha and converts the results to the specified data type void convertTo( SparseMat& m, int rtype, double alpha=1 ) const; //! converts sparse matrix to dense n-dim matrix with optional type conversion and scaling. /*! @param [out] m - output matrix; if it does not have a proper size or type before the operation, it is reallocated @param [in] rtype – desired output matrix type or, rather, the depth since the number of channels are the same as the input has; if rtype is negative, the output matrix will have the same type as the input. @param [in] alpha – optional scale factor @param [in] beta – optional delta added to the scaled values */ void convertTo( Mat& m, int rtype, double alpha=1, double beta=0 ) const; // not used now void assignTo( SparseMat& m, int type=-1 ) const; //! reallocates sparse matrix. /*! If the matrix already had the proper size and type, it is simply cleared with clear(), otherwise, the old matrix is released (using release()) and the new one is allocated. */ void create(int dims, const int* _sizes, int _type); //! sets all the sparse matrix elements to 0, which means clearing the hash table. void clear(); //! manually increments the reference counter to the header. void addref(); // decrements the header reference counter. When the counter reaches 0, the header and all the underlying data are deallocated. void release(); //! converts sparse matrix to the old-style representation; all the elements are copied. //operator CvSparseMat*() const; //! returns the size of each element in bytes (not including the overhead - the space occupied by SparseMat::Node elements) size_t elemSize() const; //! returns elemSize()/channels() size_t elemSize1() const; //! returns type of sparse matrix elements int type() const; //! returns the depth of sparse matrix elements int depth() const; //! returns the number of channels int channels() const; //! returns the array of sizes, or NULL if the matrix is not allocated const int* size() const; //! returns the size of i-th matrix dimension (or 0) int size(int i) const; //! returns the matrix dimensionality int dims() const; //! returns the number of non-zero elements (=the number of hash table nodes) size_t nzcount() const; //! computes the element hash value (1D case) size_t hash(int i0) const; //! computes the element hash value (2D case) size_t hash(int i0, int i1) const; //! computes the element hash value (3D case) size_t hash(int i0, int i1, int i2) const; //! computes the element hash value (nD case) size_t hash(const int* idx) const; //!@{ /*! specialized variants for 1D, 2D, 3D cases and the generic_type one for n-D case. return pointer to the matrix element. - if the element is there (it's non-zero), the pointer to it is returned - if it's not there and createMissing=false, NULL pointer is returned - if it's not there and createMissing=true, then the new element is created and initialized with 0. Pointer to it is returned - if the optional hashval pointer is not NULL, the element hash value is not computed, but *hashval is taken instead. */ //! returns pointer to the specified element (1D case) uchar* ptr(int i0, bool createMissing, size_t* hashval=0); //! returns pointer to the specified element (2D case) uchar* ptr(int i0, int i1, bool createMissing, size_t* hashval=0); //! returns pointer to the specified element (3D case) uchar* ptr(int i0, int i1, int i2, bool createMissing, size_t* hashval=0); //! returns pointer to the specified element (nD case) uchar* ptr(const int* idx, bool createMissing, size_t* hashval=0); //!@} //!@{ /*! return read-write reference to the specified sparse matrix element. `ref<_Tp>(i0,...[,hashval])` is equivalent to `*(_Tp*)ptr(i0,...,true[,hashval])`. The methods always return a valid reference. If the element did not exist, it is created and initialiazed with 0. */ //! returns reference to the specified element (1D case) template<typename _Tp> _Tp& ref(int i0, size_t* hashval=0); //! returns reference to the specified element (2D case) template<typename _Tp> _Tp& ref(int i0, int i1, size_t* hashval=0); //! returns reference to the specified element (3D case) template<typename _Tp> _Tp& ref(int i0, int i1, int i2, size_t* hashval=0); //! returns reference to the specified element (nD case) template<typename _Tp> _Tp& ref(const int* idx, size_t* hashval=0); //!@} //!@{ /*! return value of the specified sparse matrix element. `value<_Tp>(i0,...[,hashval])` is equivalent to @code { const _Tp* p = find<_Tp>(i0,...[,hashval]); return p ? *p : _Tp(); } @endcode That is, if the element did not exist, the methods return 0. */ //! returns value of the specified element (1D case) template<typename _Tp> _Tp value(int i0, size_t* hashval=0) const; //! returns value of the specified element (2D case) template<typename _Tp> _Tp value(int i0, int i1, size_t* hashval=0) const; //! returns value of the specified element (3D case) template<typename _Tp> _Tp value(int i0, int i1, int i2, size_t* hashval=0) const; //! returns value of the specified element (nD case) template<typename _Tp> _Tp value(const int* idx, size_t* hashval=0) const; //!@} //!@{ /*! Return pointer to the specified sparse matrix element if it exists `find<_Tp>(i0,...[,hashval])` is equivalent to `(_const Tp*)ptr(i0,...false[,hashval])`. If the specified element does not exist, the methods return NULL. */ //! returns pointer to the specified element (1D case) template<typename _Tp> const _Tp* find(int i0, size_t* hashval=0) const; //! returns pointer to the specified element (2D case) template<typename _Tp> const _Tp* find(int i0, int i1, size_t* hashval=0) const; //! returns pointer to the specified element (3D case) template<typename _Tp> const _Tp* find(int i0, int i1, int i2, size_t* hashval=0) const; //! returns pointer to the specified element (nD case) template<typename _Tp> const _Tp* find(const int* idx, size_t* hashval=0) const; //!@} //! erases the specified element (2D case) void erase(int i0, int i1, size_t* hashval=0); //! erases the specified element (3D case) void erase(int i0, int i1, int i2, size_t* hashval=0); //! erases the specified element (nD case) void erase(const int* idx, size_t* hashval=0); //!@{ /*! return the sparse matrix iterator pointing to the first sparse matrix element */ //! returns the sparse matrix iterator at the matrix beginning SparseMatIterator begin(); //! returns the sparse matrix iterator at the matrix beginning template<typename _Tp> SparseMatIterator_<_Tp> begin(); //! returns the read-only sparse matrix iterator at the matrix beginning SparseMatConstIterator begin() const; //! returns the read-only sparse matrix iterator at the matrix beginning template<typename _Tp> SparseMatConstIterator_<_Tp> begin() const; //!@} /*! return the sparse matrix iterator pointing to the element following the last sparse matrix element */ //! returns the sparse matrix iterator at the matrix end SparseMatIterator end(); //! returns the read-only sparse matrix iterator at the matrix end SparseMatConstIterator end() const; //! returns the typed sparse matrix iterator at the matrix end template<typename _Tp> SparseMatIterator_<_Tp> end(); //! returns the typed read-only sparse matrix iterator at the matrix end template<typename _Tp> SparseMatConstIterator_<_Tp> end() const; //! returns the value stored in the sparse martix node template<typename _Tp> _Tp& value(Node* n); //! returns the value stored in the sparse martix node template<typename _Tp> const _Tp& value(const Node* n) const; ////////////// some internal-use methods /////////////// Node* node(size_t nidx); const Node* node(size_t nidx) const; uchar* newNode(const int* idx, size_t hashval); void removeNode(size_t hidx, size_t nidx, size_t previdx); void resizeHashTab(size_t newsize); int flags; Hdr* hdr; }; ///////////////////////////////// SparseMat_<_Tp> //////////////////////////////////// /** @brief Template sparse n-dimensional array class derived from SparseMat SparseMat_ is a thin wrapper on top of SparseMat created in the same way as Mat_ . It simplifies notation of some operations: @code int sz[] = {10, 20, 30}; SparseMat_<double> M(3, sz); ... M.ref(1, 2, 3) = M(4, 5, 6) + M(7, 8, 9); @endcode */ template<typename _Tp> class SparseMat_ : public SparseMat { public: typedef SparseMatIterator_<_Tp> iterator; typedef SparseMatConstIterator_<_Tp> const_iterator; //! the default constructor SparseMat_(); //! the full constructor equivelent to SparseMat(dims, _sizes, DataType<_Tp>::type) SparseMat_(int dims, const int* _sizes); //! the copy constructor. If DataType<_Tp>.type != m.type(), the m elements are converted SparseMat_(const SparseMat& m); //! the copy constructor. This is O(1) operation - no data is copied SparseMat_(const SparseMat_& m); //! converts dense matrix to the sparse form SparseMat_(const Mat& m); //! converts the old-style sparse matrix to the C++ class. All the elements are copied //SparseMat_(const CvSparseMat* m); //! the assignment operator. If DataType<_Tp>.type != m.type(), the m elements are converted SparseMat_& operator = (const SparseMat& m); //! the assignment operator. This is O(1) operation - no data is copied SparseMat_& operator = (const SparseMat_& m); //! converts dense matrix to the sparse form SparseMat_& operator = (const Mat& m); //! makes full copy of the matrix. All the elements are duplicated SparseMat_ clone() const; //! equivalent to cv::SparseMat::create(dims, _sizes, DataType<_Tp>::type) void create(int dims, const int* _sizes); //! converts sparse matrix to the old-style CvSparseMat. All the elements are copied //operator CvSparseMat*() const; //! returns type of the matrix elements int type() const; //! returns depth of the matrix elements int depth() const; //! returns the number of channels in each matrix element int channels() const; //! equivalent to SparseMat::ref<_Tp>(i0, hashval) _Tp& ref(int i0, size_t* hashval=0); //! equivalent to SparseMat::ref<_Tp>(i0, i1, hashval) _Tp& ref(int i0, int i1, size_t* hashval=0); //! equivalent to SparseMat::ref<_Tp>(i0, i1, i2, hashval) _Tp& ref(int i0, int i1, int i2, size_t* hashval=0); //! equivalent to SparseMat::ref<_Tp>(idx, hashval) _Tp& ref(const int* idx, size_t* hashval=0); //! equivalent to SparseMat::value<_Tp>(i0, hashval) _Tp operator()(int i0, size_t* hashval=0) const; //! equivalent to SparseMat::value<_Tp>(i0, i1, hashval) _Tp operator()(int i0, int i1, size_t* hashval=0) const; //! equivalent to SparseMat::value<_Tp>(i0, i1, i2, hashval) _Tp operator()(int i0, int i1, int i2, size_t* hashval=0) const; //! equivalent to SparseMat::value<_Tp>(idx, hashval) _Tp operator()(const int* idx, size_t* hashval=0) const; //! returns sparse matrix iterator pointing to the first sparse matrix element SparseMatIterator_<_Tp> begin(); //! returns read-only sparse matrix iterator pointing to the first sparse matrix element SparseMatConstIterator_<_Tp> begin() const; //! returns sparse matrix iterator pointing to the element following the last sparse matrix element SparseMatIterator_<_Tp> end(); //! returns read-only sparse matrix iterator pointing to the element following the last sparse matrix element SparseMatConstIterator_<_Tp> end() const; }; ////////////////////////////////// MatConstIterator ////////////////////////////////// class CV_EXPORTS MatConstIterator { public: typedef uchar* value_type; typedef ptrdiff_t difference_type; typedef const uchar** pointer; typedef uchar* reference; #ifndef OPENCV_NOSTL typedef std::random_access_iterator_tag iterator_category; #endif //! default constructor MatConstIterator(); //! constructor that sets the iterator to the beginning of the matrix MatConstIterator(const Mat* _m); //! constructor that sets the iterator to the specified element of the matrix MatConstIterator(const Mat* _m, int _row, int _col=0); //! constructor that sets the iterator to the specified element of the matrix MatConstIterator(const Mat* _m, Point _pt); //! constructor that sets the iterator to the specified element of the matrix MatConstIterator(const Mat* _m, const int* _idx); //! copy constructor MatConstIterator(const MatConstIterator& it); //! copy operator MatConstIterator& operator = (const MatConstIterator& it); //! returns the current matrix element const uchar* operator *() const; //! returns the i-th matrix element, relative to the current const uchar* operator [](ptrdiff_t i) const; //! shifts the iterator forward by the specified number of elements MatConstIterator& operator += (ptrdiff_t ofs); //! shifts the iterator backward by the specified number of elements MatConstIterator& operator -= (ptrdiff_t ofs); //! decrements the iterator MatConstIterator& operator --(); //! decrements the iterator MatConstIterator operator --(int); //! increments the iterator MatConstIterator& operator ++(); //! increments the iterator MatConstIterator operator ++(int); //! returns the current iterator position Point pos() const; //! returns the current iterator position void pos(int* _idx) const; ptrdiff_t lpos() const; void seek(ptrdiff_t ofs, bool relative = false); void seek(const int* _idx, bool relative = false); const Mat* m; size_t elemSize; const uchar* ptr; const uchar* sliceStart; const uchar* sliceEnd; }; ////////////////////////////////// MatConstIterator_ ///////////////////////////////// /** @brief Matrix read-only iterator */ template<typename _Tp> class MatConstIterator_ : public MatConstIterator { public: typedef _Tp value_type; typedef ptrdiff_t difference_type; typedef const _Tp* pointer; typedef const _Tp& reference; #ifndef OPENCV_NOSTL typedef std::random_access_iterator_tag iterator_category; #endif //! default constructor MatConstIterator_(); //! constructor that sets the iterator to the beginning of the matrix MatConstIterator_(const Mat_<_Tp>* _m); //! constructor that sets the iterator to the specified element of the matrix MatConstIterator_(const Mat_<_Tp>* _m, int _row, int _col=0); //! constructor that sets the iterator to the specified element of the matrix MatConstIterator_(const Mat_<_Tp>* _m, Point _pt); //! constructor that sets the iterator to the specified element of the matrix MatConstIterator_(const Mat_<_Tp>* _m, const int* _idx); //! copy constructor MatConstIterator_(const MatConstIterator_& it); //! copy operator MatConstIterator_& operator = (const MatConstIterator_& it); //! returns the current matrix element _Tp operator *() const; //! returns the i-th matrix element, relative to the current _Tp operator [](ptrdiff_t i) const; //! shifts the iterator forward by the specified number of elements MatConstIterator_& operator += (ptrdiff_t ofs); //! shifts the iterator backward by the specified number of elements MatConstIterator_& operator -= (ptrdiff_t ofs); //! decrements the iterator MatConstIterator_& operator --(); //! decrements the iterator MatConstIterator_ operator --(int); //! increments the iterator MatConstIterator_& operator ++(); //! increments the iterator MatConstIterator_ operator ++(int); //! returns the current iterator position Point pos() const; }; //////////////////////////////////// MatIterator_ //////////////////////////////////// /** @brief Matrix read-write iterator */ template<typename _Tp> class MatIterator_ : public MatConstIterator_<_Tp> { public: typedef _Tp* pointer; typedef _Tp& reference; #ifndef OPENCV_NOSTL typedef std::random_access_iterator_tag iterator_category; #endif //! the default constructor MatIterator_(); //! constructor that sets the iterator to the beginning of the matrix MatIterator_(Mat_<_Tp>* _m); //! constructor that sets the iterator to the specified element of the matrix MatIterator_(Mat_<_Tp>* _m, int _row, int _col=0); //! constructor that sets the iterator to the specified element of the matrix MatIterator_(Mat_<_Tp>* _m, Point _pt); //! constructor that sets the iterator to the specified element of the matrix MatIterator_(Mat_<_Tp>* _m, const int* _idx); //! copy constructor MatIterator_(const MatIterator_& it); //! copy operator MatIterator_& operator = (const MatIterator_<_Tp>& it ); //! returns the current matrix element _Tp& operator *() const; //! returns the i-th matrix element, relative to the current _Tp& operator [](ptrdiff_t i) const; //! shifts the iterator forward by the specified number of elements MatIterator_& operator += (ptrdiff_t ofs); //! shifts the iterator backward by the specified number of elements MatIterator_& operator -= (ptrdiff_t ofs); //! decrements the iterator MatIterator_& operator --(); //! decrements the iterator MatIterator_ operator --(int); //! increments the iterator MatIterator_& operator ++(); //! increments the iterator MatIterator_ operator ++(int); }; /////////////////////////////// SparseMatConstIterator /////////////////////////////// /** @brief Read-Only Sparse Matrix Iterator. Here is how to use the iterator to compute the sum of floating-point sparse matrix elements: \code SparseMatConstIterator it = m.begin(), it_end = m.end(); double s = 0; CV_Assert( m.type() == CV_32F ); for( ; it != it_end; ++it ) s += it.value<float>(); \endcode */ class CV_EXPORTS SparseMatConstIterator { public: //! the default constructor SparseMatConstIterator(); //! the full constructor setting the iterator to the first sparse matrix element SparseMatConstIterator(const SparseMat* _m); //! the copy constructor SparseMatConstIterator(const SparseMatConstIterator& it); //! the assignment operator SparseMatConstIterator& operator = (const SparseMatConstIterator& it); //! template method returning the current matrix element template<typename _Tp> const _Tp& value() const; //! returns the current node of the sparse matrix. it.node->idx is the current element index const SparseMat::Node* node() const; //! moves iterator to the previous element SparseMatConstIterator& operator --(); //! moves iterator to the previous element SparseMatConstIterator operator --(int); //! moves iterator to the next element SparseMatConstIterator& operator ++(); //! moves iterator to the next element SparseMatConstIterator operator ++(int); //! moves iterator to the element after the last element void seekEnd(); const SparseMat* m; size_t hashidx; uchar* ptr; }; ////////////////////////////////// SparseMatIterator ///////////////////////////////// /** @brief Read-write Sparse Matrix Iterator The class is similar to cv::SparseMatConstIterator, but can be used for in-place modification of the matrix elements. */ class CV_EXPORTS SparseMatIterator : public SparseMatConstIterator { public: //! the default constructor SparseMatIterator(); //! the full constructor setting the iterator to the first sparse matrix element SparseMatIterator(SparseMat* _m); //! the full constructor setting the iterator to the specified sparse matrix element SparseMatIterator(SparseMat* _m, const int* idx); //! the copy constructor SparseMatIterator(const SparseMatIterator& it); //! the assignment operator SparseMatIterator& operator = (const SparseMatIterator& it); //! returns read-write reference to the current sparse matrix element template<typename _Tp> _Tp& value() const; //! returns pointer to the current sparse matrix node. it.node->idx is the index of the current element (do not modify it!) SparseMat::Node* node() const; //! moves iterator to the next element SparseMatIterator& operator ++(); //! moves iterator to the next element SparseMatIterator operator ++(int); }; /////////////////////////////// SparseMatConstIterator_ ////////////////////////////// /** @brief Template Read-Only Sparse Matrix Iterator Class. This is the derived from SparseMatConstIterator class that introduces more convenient operator *() for accessing the current element. */ template<typename _Tp> class SparseMatConstIterator_ : public SparseMatConstIterator { public: #ifndef OPENCV_NOSTL typedef std::forward_iterator_tag iterator_category; #endif //! the default constructor SparseMatConstIterator_(); //! the full constructor setting the iterator to the first sparse matrix element SparseMatConstIterator_(const SparseMat_<_Tp>* _m); SparseMatConstIterator_(const SparseMat* _m); //! the copy constructor SparseMatConstIterator_(const SparseMatConstIterator_& it); //! the assignment operator SparseMatConstIterator_& operator = (const SparseMatConstIterator_& it); //! the element access operator const _Tp& operator *() const; //! moves iterator to the next element SparseMatConstIterator_& operator ++(); //! moves iterator to the next element SparseMatConstIterator_ operator ++(int); }; ///////////////////////////////// SparseMatIterator_ ///////////////////////////////// /** @brief Template Read-Write Sparse Matrix Iterator Class. This is the derived from cv::SparseMatConstIterator_ class that introduces more convenient operator *() for accessing the current element. */ template<typename _Tp> class SparseMatIterator_ : public SparseMatConstIterator_<_Tp> { public: #ifndef OPENCV_NOSTL typedef std::forward_iterator_tag iterator_category; #endif //! the default constructor SparseMatIterator_(); //! the full constructor setting the iterator to the first sparse matrix element SparseMatIterator_(SparseMat_<_Tp>* _m); SparseMatIterator_(SparseMat* _m); //! the copy constructor SparseMatIterator_(const SparseMatIterator_& it); //! the assignment operator SparseMatIterator_& operator = (const SparseMatIterator_& it); //! returns the reference to the current element _Tp& operator *() const; //! moves the iterator to the next element SparseMatIterator_& operator ++(); //! moves the iterator to the next element SparseMatIterator_ operator ++(int); }; /////////////////////////////////// NAryMatIterator ////////////////////////////////// /** @brief n-ary multi-dimensional array iterator. Use the class to implement unary, binary, and, generally, n-ary element-wise operations on multi-dimensional arrays. Some of the arguments of an n-ary function may be continuous arrays, some may be not. It is possible to use conventional MatIterator 's for each array but incrementing all of the iterators after each small operations may be a big overhead. In this case consider using NAryMatIterator to iterate through several matrices simultaneously as long as they have the same geometry (dimensionality and all the dimension sizes are the same). On each iteration `it.planes[0]`, `it.planes[1]`,... will be the slices of the corresponding matrices. The example below illustrates how you can compute a normalized and threshold 3D color histogram: @code void computeNormalizedColorHist(const Mat& image, Mat& hist, int N, double minProb) { const int histSize[] = {N, N, N}; // make sure that the histogram has a proper size and type hist.create(3, histSize, CV_32F); // and clear it hist = Scalar(0); // the loop below assumes that the image // is a 8-bit 3-channel. check it. CV_Assert(image.type() == CV_8UC3); MatConstIterator_<Vec3b> it = image.begin<Vec3b>(), it_end = image.end<Vec3b>(); for( ; it != it_end; ++it ) { const Vec3b& pix = *it; hist.at<float>(pix[0]*N/256, pix[1]*N/256, pix[2]*N/256) += 1.f; } minProb *= image.rows*image.cols; Mat plane; NAryMatIterator it(&hist, &plane, 1); double s = 0; // iterate through the matrix. on each iteration // it.planes[*] (of type Mat) will be set to the current plane. for(int p = 0; p < it.nplanes; p++, ++it) { threshold(it.planes[0], it.planes[0], minProb, 0, THRESH_TOZERO); s += sum(it.planes[0])[0]; } s = 1./s; it = NAryMatIterator(&hist, &plane, 1); for(int p = 0; p < it.nplanes; p++, ++it) it.planes[0] *= s; } @endcode */ class CV_EXPORTS NAryMatIterator { public: //! the default constructor NAryMatIterator(); //! the full constructor taking arbitrary number of n-dim matrices NAryMatIterator(const Mat** arrays, uchar** ptrs, int narrays=-1); //! the full constructor taking arbitrary number of n-dim matrices NAryMatIterator(const Mat** arrays, Mat* planes, int narrays=-1); //! the separate iterator initialization method void init(const Mat** arrays, Mat* planes, uchar** ptrs, int narrays=-1); //! proceeds to the next plane of every iterated matrix NAryMatIterator& operator ++(); //! proceeds to the next plane of every iterated matrix (postfix increment operator) NAryMatIterator operator ++(int); //! the iterated arrays const Mat** arrays; //! the current planes Mat* planes; //! data pointers uchar** ptrs; //! the number of arrays int narrays; //! the number of hyper-planes that the iterator steps through size_t nplanes; //! the size of each segment (in elements) size_t size; protected: int iterdepth; size_t idx; }; ///////////////////////////////// Matrix Expressions ///////////////////////////////// class CV_EXPORTS MatOp { public: MatOp(); virtual ~MatOp(); virtual bool elementWise(const MatExpr& expr) const; virtual void assign(const MatExpr& expr, Mat& m, int type=-1) const = 0; virtual void roi(const MatExpr& expr, const Range& rowRange, const Range& colRange, MatExpr& res) const; virtual void diag(const MatExpr& expr, int d, MatExpr& res) const; virtual void augAssignAdd(const MatExpr& expr, Mat& m) const; virtual void augAssignSubtract(const MatExpr& expr, Mat& m) const; virtual void augAssignMultiply(const MatExpr& expr, Mat& m) const; virtual void augAssignDivide(const MatExpr& expr, Mat& m) const; virtual void augAssignAnd(const MatExpr& expr, Mat& m) const; virtual void augAssignOr(const MatExpr& expr, Mat& m) const; virtual void augAssignXor(const MatExpr& expr, Mat& m) const; virtual void add(const MatExpr& expr1, const MatExpr& expr2, MatExpr& res) const; virtual void add(const MatExpr& expr1, const Scalar& s, MatExpr& res) const; virtual void subtract(const MatExpr& expr1, const MatExpr& expr2, MatExpr& res) const; virtual void subtract(const Scalar& s, const MatExpr& expr, MatExpr& res) const; virtual void multiply(const MatExpr& expr1, const MatExpr& expr2, MatExpr& res, double scale=1) const; virtual void multiply(const MatExpr& expr1, double s, MatExpr& res) const; virtual void divide(const MatExpr& expr1, const MatExpr& expr2, MatExpr& res, double scale=1) const; virtual void divide(double s, const MatExpr& expr, MatExpr& res) const; virtual void abs(const MatExpr& expr, MatExpr& res) const; virtual void transpose(const MatExpr& expr, MatExpr& res) const; virtual void matmul(const MatExpr& expr1, const MatExpr& expr2, MatExpr& res) const; virtual void invert(const MatExpr& expr, int method, MatExpr& res) const; virtual Size size(const MatExpr& expr) const; virtual int type(const MatExpr& expr) const; }; /** @brief Matrix expression representation @anchor MatrixExpressions This is a list of implemented matrix operations that can be combined in arbitrary complex expressions (here A, B stand for matrices ( Mat ), s for a scalar ( Scalar ), alpha for a real-valued scalar ( double )): - Addition, subtraction, negation: `A+B`, `A-B`, `A+s`, `A-s`, `s+A`, `s-A`, `-A` - Scaling: `A*alpha` - Per-element multiplication and division: `A.mul(B)`, `A/B`, `alpha/A` - Matrix multiplication: `A*B` - Transposition: `A.t()` (means A<sup>T</sup>) - Matrix inversion and pseudo-inversion, solving linear systems and least-squares problems: `A.inv([method]) (~ A<sup>-1</sup>)`, `A.inv([method])*B (~ X: AX=B)` - Comparison: `A cmpop B`, `A cmpop alpha`, `alpha cmpop A`, where *cmpop* is one of `>`, `>=`, `==`, `!=`, `<=`, `<`. The result of comparison is an 8-bit single channel mask whose elements are set to 255 (if the particular element or pair of elements satisfy the condition) or 0. - Bitwise logical operations: `A logicop B`, `A logicop s`, `s logicop A`, `~A`, where *logicop* is one of `&`, `|`, `^`. - Element-wise minimum and maximum: `min(A, B)`, `min(A, alpha)`, `max(A, B)`, `max(A, alpha)` - Element-wise absolute value: `abs(A)` - Cross-product, dot-product: `A.cross(B)`, `A.dot(B)` - Any function of matrix or matrices and scalars that returns a matrix or a scalar, such as norm, mean, sum, countNonZero, trace, determinant, repeat, and others. - Matrix initializers ( Mat::eye(), Mat::zeros(), Mat::ones() ), matrix comma-separated initializers, matrix constructors and operators that extract sub-matrices (see Mat description). - Mat_<destination_type>() constructors to cast the result to the proper type. @note Comma-separated initializers and probably some other operations may require additional explicit Mat() or Mat_<T>() constructor calls to resolve a possible ambiguity. Here are examples of matrix expressions: @code // compute pseudo-inverse of A, equivalent to A.inv(DECOMP_SVD) SVD svd(A); Mat pinvA = svd.vt.t()*Mat::diag(1./svd.w)*svd.u.t(); // compute the new vector of parameters in the Levenberg-Marquardt algorithm x -= (A.t()*A + lambda*Mat::eye(A.cols,A.cols,A.type())).inv(DECOMP_CHOLESKY)*(A.t()*err); // sharpen image using "unsharp mask" algorithm Mat blurred; double sigma = 1, threshold = 5, amount = 1; GaussianBlur(img, blurred, Size(), sigma, sigma); Mat lowContrastMask = abs(img - blurred) < threshold; Mat sharpened = img*(1+amount) + blurred*(-amount); img.copyTo(sharpened, lowContrastMask); @endcode */ class CV_EXPORTS MatExpr { public: MatExpr(); explicit MatExpr(const Mat& m); MatExpr(const MatOp* _op, int _flags, const Mat& _a = Mat(), const Mat& _b = Mat(), const Mat& _c = Mat(), double _alpha = 1, double _beta = 1, const Scalar& _s = Scalar()); operator Mat() const; template<typename _Tp> operator Mat_<_Tp>() const; Size size() const; int type() const; MatExpr row(int y) const; MatExpr col(int x) const; MatExpr diag(int d = 0) const; MatExpr operator()( const Range& rowRange, const Range& colRange ) const; MatExpr operator()( const Rect& roi ) const; MatExpr t() const; MatExpr inv(int method = DECOMP_LU) const; MatExpr mul(const MatExpr& e, double scale=1) const; MatExpr mul(const Mat& m, double scale=1) const; Mat cross(const Mat& m) const; double dot(const Mat& m) const; const MatOp* op; int flags; Mat a, b, c; double alpha, beta; Scalar s; }; //! @} core_basic //! @relates cv::MatExpr //! @{ CV_EXPORTS MatExpr operator + (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator + (const Mat& a, const Scalar& s); CV_EXPORTS MatExpr operator + (const Scalar& s, const Mat& a); CV_EXPORTS MatExpr operator + (const MatExpr& e, const Mat& m); CV_EXPORTS MatExpr operator + (const Mat& m, const MatExpr& e); CV_EXPORTS MatExpr operator + (const MatExpr& e, const Scalar& s); CV_EXPORTS MatExpr operator + (const Scalar& s, const MatExpr& e); CV_EXPORTS MatExpr operator + (const MatExpr& e1, const MatExpr& e2); CV_EXPORTS MatExpr operator - (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator - (const Mat& a, const Scalar& s); CV_EXPORTS MatExpr operator - (const Scalar& s, const Mat& a); CV_EXPORTS MatExpr operator - (const MatExpr& e, const Mat& m); CV_EXPORTS MatExpr operator - (const Mat& m, const MatExpr& e); CV_EXPORTS MatExpr operator - (const MatExpr& e, const Scalar& s); CV_EXPORTS MatExpr operator - (const Scalar& s, const MatExpr& e); CV_EXPORTS MatExpr operator - (const MatExpr& e1, const MatExpr& e2); CV_EXPORTS MatExpr operator - (const Mat& m); CV_EXPORTS MatExpr operator - (const MatExpr& e); CV_EXPORTS MatExpr operator * (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator * (const Mat& a, double s); CV_EXPORTS MatExpr operator * (double s, const Mat& a); CV_EXPORTS MatExpr operator * (const MatExpr& e, const Mat& m); CV_EXPORTS MatExpr operator * (const Mat& m, const MatExpr& e); CV_EXPORTS MatExpr operator * (const MatExpr& e, double s); CV_EXPORTS MatExpr operator * (double s, const MatExpr& e); CV_EXPORTS MatExpr operator * (const MatExpr& e1, const MatExpr& e2); CV_EXPORTS MatExpr operator / (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator / (const Mat& a, double s); CV_EXPORTS MatExpr operator / (double s, const Mat& a); CV_EXPORTS MatExpr operator / (const MatExpr& e, const Mat& m); CV_EXPORTS MatExpr operator / (const Mat& m, const MatExpr& e); CV_EXPORTS MatExpr operator / (const MatExpr& e, double s); CV_EXPORTS MatExpr operator / (double s, const MatExpr& e); CV_EXPORTS MatExpr operator / (const MatExpr& e1, const MatExpr& e2); CV_EXPORTS MatExpr operator < (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator < (const Mat& a, double s); CV_EXPORTS MatExpr operator < (double s, const Mat& a); CV_EXPORTS MatExpr operator <= (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator <= (const Mat& a, double s); CV_EXPORTS MatExpr operator <= (double s, const Mat& a); CV_EXPORTS MatExpr operator == (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator == (const Mat& a, double s); CV_EXPORTS MatExpr operator == (double s, const Mat& a); CV_EXPORTS MatExpr operator != (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator != (const Mat& a, double s); CV_EXPORTS MatExpr operator != (double s, const Mat& a); CV_EXPORTS MatExpr operator >= (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator >= (const Mat& a, double s); CV_EXPORTS MatExpr operator >= (double s, const Mat& a); CV_EXPORTS MatExpr operator > (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator > (const Mat& a, double s); CV_EXPORTS MatExpr operator > (double s, const Mat& a); CV_EXPORTS MatExpr operator & (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator & (const Mat& a, const Scalar& s); CV_EXPORTS MatExpr operator & (const Scalar& s, const Mat& a); CV_EXPORTS MatExpr operator | (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator | (const Mat& a, const Scalar& s); CV_EXPORTS MatExpr operator | (const Scalar& s, const Mat& a); CV_EXPORTS MatExpr operator ^ (const Mat& a, const Mat& b); CV_EXPORTS MatExpr operator ^ (const Mat& a, const Scalar& s); CV_EXPORTS MatExpr operator ^ (const Scalar& s, const Mat& a); CV_EXPORTS MatExpr operator ~(const Mat& m); CV_EXPORTS MatExpr min(const Mat& a, const Mat& b); CV_EXPORTS MatExpr min(const Mat& a, double s); CV_EXPORTS MatExpr min(double s, const Mat& a); CV_EXPORTS MatExpr max(const Mat& a, const Mat& b); CV_EXPORTS MatExpr max(const Mat& a, double s); CV_EXPORTS MatExpr max(double s, const Mat& a); /** @brief Calculates an absolute value of each matrix element. abs is a meta-function that is expanded to one of absdiff or convertScaleAbs forms: - C = abs(A-B) is equivalent to `absdiff(A, B, C)` - C = abs(A) is equivalent to `absdiff(A, Scalar::all(0), C)` - C = `Mat_<Vec<uchar,n> >(abs(A*alpha + beta))` is equivalent to `convertScaleAbs(A, C, alpha, beta)` The output matrix has the same size and the same type as the input one except for the last case, where C is depth=CV_8U . @param m matrix. @sa @ref MatrixExpressions, absdiff, convertScaleAbs */ CV_EXPORTS MatExpr abs(const Mat& m); /** @overload @param e matrix expression. */ CV_EXPORTS MatExpr abs(const MatExpr& e); //! @} relates cv::MatExpr } // cv #include BLIK_OPENCV_U_opencv2__core__mat_D_inl_hpp //original-code:"opencv2/core/mat.inl.hpp" #endif // __OPENCV_CORE_MAT_HPP__
49e67007d1e26a789578e04eb816973c6aa4a6df
8c0e508d2e9f03be0a02e48168f5455c51f242e7
/Compettitive programming/Codejam/parenting_partnering.cpp
63c456fb872280d48f9a9f13fc85b89b017362f9
[]
no_license
ithsarasak/Programming
4109ca7123cb4646b7352f5efea6d1c82bd08049
722ef1a9d99310dabb4f46321127bdf86b9e9ac0
refs/heads/master
2022-10-28T05:29:55.009295
2020-06-13T07:42:23
2020-06-13T07:42:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
891
cpp
#include <bits/stdc++.h> #define iii tuple<int, int, int> using namespace std; const int N = 1e3 + 10; int t, n; int main() { scanf("%d",&t); for( int rou = 1 ; rou <= t ; rou++ ) { char ans[N]; vector<iii> work; int c = -1, j = -1, chk = 0; scanf("%d",&n); for( int i = 1, s, e ; i <= n ; i++ ) { scanf("%d %d",&s,&e); work.emplace_back( s, e, i-1 ); } sort( work.begin(), work.end() ); for( int i = 0, s, e, p ; i < work.size() ; i++ ) { tie( s, e, p ) = work[i]; if( s >= c ) ans[p] = 'C', c = e; else if( s >= j ) ans[p] = 'J', j = e; else chk = 1; } printf("Case #%d: ",rou); if( chk ) printf("IMPOSSIBLE"); else for( int i = 0 ; i < n ; i++ ) printf("%c",ans[i]); printf("\n"); } return 0; }
5dfa0fce26e4212e6e72e84489970d35f9c8c2c8
0feab3085513ca6e4c76955ac317fc80ac04cd89
/app/tenncor/tests/src/operations/test_transform.cpp
6578ab2189e1d04e6b128b494c53965608c52b75
[ "MIT" ]
permissive
mingkaic/rocnnet
81a8b7400e85973ffe859a4188b6bae8050772c3
b0e6b9ef1b80ee3d33d68f48dd051a99c2df39ab
refs/heads/master
2021-07-07T21:35:10.857479
2017-11-22T06:38:02
2017-11-22T06:38:02
73,783,318
3
0
MIT
2020-02-29T19:40:27
2016-11-15T06:27:19
C++
UTF-8
C++
false
false
14,418
cpp
// // Created by Mingkai Chen on 2016-08-29. // #ifndef DISABLE_OPERATION_MODULE_TESTS #include <algorithm> #include "graph/leaf/variable.hpp" #include "graph/operations/operations.hpp" #include "graph/varptr.hpp" #include "gtest/gtest.h" #include "util_test.h" #include "fuzz.h" #ifndef DISABLE_TRANSFORM_TEST using namespace nnet; using SHAPE_CHANGE = std::function<tensorshape(tensorshape)>; using DATA_CHANGE = std::function<std::vector<double>(std::vector<double>,tensorshape,tensorshape)>; template <typename T> using PARAM_EVAL = std::function<T(tensorshape)>; template <typename T> using UNARY_VAR = std::function<varptr<double>(varptr<double>,T)>; template <typename T> T no_param (tensorshape) { return (T)0; } tensorshape as_is (tensorshape in) { return in; } std::vector<double> onescalar (std::vector<double>, tensorshape, tensorshape) { return std::vector<double>(1, 1); } template <typename T=double> static void unaryTransTest (std::pair<int,int> ranklimit, UNARY_VAR<T> func, DATA_CHANGE expect_transfer, SHAPE_CHANGE expect_shape, optional<DATA_CHANGE> grad_transfer, optional<SHAPE_CHANGE> grad_shape, PARAM_EVAL<T> paramer = no_param<T>) { tensorshape shape = random_def_shape(ranklimit.first, ranklimit.second); rand_uniform<double> rinit(2, 12); variable<double> var(shape, rinit, "unar_var"); var.initialize(); { const nnet::tensor<double>* vartens = var.eval(); ASSERT_NE(nullptr, vartens); ASSERT_TRUE(vartens->is_alloc()); } varptr<double> res = func(varptr<double>(&var), paramer(shape)); { const nnet::tensor<double>* restens = res->eval(); ASSERT_NE(nullptr, restens); ASSERT_TRUE(restens->is_alloc()); } tensorshape expectoshape = expect_shape(shape); std::vector<double> varout = expose(&var); std::vector<double> expectout = expect_transfer(varout, shape, expectoshape); nnet::inode<double>* vgrad = var.derive(&var); { const nnet::tensor<double>* vgradtens = vgrad->eval(); ASSERT_NE(nullptr, vgradtens); ASSERT_TRUE(vgradtens->is_alloc()); } // test forward tensorshape outshape = res->get_shape(); std::vector<double> rout = expose<double>(res); EXPECT_TRUE(tensorshape_equal(expectoshape, outshape)); ASSERT_EQ(expectout.size(), rout.size()); for (size_t i = 0, n = rout.size(); i < n; i++) { EXPECT_EQ(expectout[i], rout[i]); } // test derivative if ((bool) grad_transfer && (bool) grad_shape) { tensorshape gradoshape = (*grad_shape)(var.derive(&var)->get_shape()); std::vector<double> gradout = (*grad_transfer)(expose(vgrad), vgrad->get_shape(), gradoshape); const tensor<double>* backt = res->derive(&var)->eval(); tensorshape outgshape = backt->get_shape(); std::vector<double> rgout = backt->expose(); EXPECT_TRUE(tensorshape_equal(gradoshape, outgshape)); ASSERT_EQ(gradout.size(), rgout.size()); for (size_t i = 0, n = rgout.size(); i < n; i++) { EXPECT_EQ(gradout[i], rgout[i]); } } else { EXPECT_THROW(res->derive(&var), std::exception); } // Behavior B000 EXPECT_EQ(nullptr, func(varptr<double>(nullptr), paramer(shape))); } TEST(TRANSFORM, Transpose_B001) { FUZZ::reset_logger(); DATA_CHANGE transfer = [](std::vector<double> in, tensorshape inshape, tensorshape outshape) -> std::vector<double> { if (1 == inshape.rank()) { return in; } std::vector<size_t> slist = inshape.as_list(); std::vector<double> out(in.size(), 0); for (size_t i = 0, n = in.size(); i < n; i++) { std::vector<size_t> incoord = inshape.coordinate_from_idx(i); size_t j = outshape.flat_idx({incoord[1], incoord[0]}); out[j] = in[i]; } return out; }; SHAPE_CHANGE shape = [](tensorshape in) -> tensorshape { if (1 == in.rank()) { return std::vector<size_t>{1, in.as_list()[0]}; } std::vector<size_t> slist = in.as_list(); return std::vector<size_t>{slist[1], slist[0]}; }; unaryTransTest<double>({1, 2}, [](varptr<double> in,double) { return nnet::transpose(in); }, transfer, shape, transfer, shape); } TEST(TRANSFORM, Fit_B002) { FUZZ::reset_logger(); tensorshape realshape = random_def_shape(); rand_uniform<double> rinit(2, 12); variable<double> shapeholder(realshape, rinit, "shapeholder"); shapeholder.initialize(); PARAM_EVAL<const varptr<double> > fitparam = [&shapeholder](tensorshape) -> const varptr<double> { return varptr<double>(&shapeholder); }; DATA_CHANGE transfer = [](std::vector<double> in, tensorshape inshape, tensorshape outshape) -> std::vector<double> { size_t n = outshape.n_elems(); std::vector<double> out(n, 0); std::vector<size_t> outlist = outshape.as_list(); for (size_t i = 0, m = in.size(); i < m; i++) { std::vector<size_t> incoord = inshape.coordinate_from_idx(i); bool b = true; for (size_t j = 0, o = incoord.size(); j < o && b; j++) { if (j >= outlist.size()) { b = incoord[j] == 0; } else { b = incoord[j] < outlist[j]; } } if (b) { size_t outidx = outshape.flat_idx(incoord); out[outidx] = in[i]; } } return out; }; SHAPE_CHANGE shape = [&realshape](tensorshape) { return realshape; }; optional<DATA_CHANGE> gradtransfer = (DATA_CHANGE) onescalar; optional<SHAPE_CHANGE> gradshape = (SHAPE_CHANGE) as_is; unaryTransTest<const varptr<double> >({2, 13}, [](varptr<double> in, varptr<double> watch) { return nnet::fit(in, watch); }, transfer, shape, gradtransfer, gradshape, fitparam); } TEST(TRANSFORM, Extend_B003To004) { // B004 FUZZ::reset_logger(); size_t extend_index; size_t multiplier; PARAM_EVAL<std::pair<size_t,size_t> > extendparam = [&extend_index, &multiplier](tensorshape shape) -> std::pair<size_t,size_t> { size_t srank = shape.rank(); extend_index = FUZZ::getInt(1, "extend_index", {0, srank-1})[0]; multiplier = FUZZ::getInt(1, "multiplier", {2, 5})[0]; return {extend_index, multiplier}; }; DATA_CHANGE transfer = [&extend_index, &multiplier](std::vector<double> in, tensorshape inshape, tensorshape) -> std::vector<double> { std::vector<size_t> invec = inshape.as_list(); std::vector<double> out; size_t baselen = 1; for (size_t i = 0; i <= extend_index; i++) { baselen *= invec[i]; } auto it = in.begin(); auto et = in.end(); while (it != et) { for (size_t i = 0; i < multiplier; i++) { out.insert(out.end(), it, it+baselen); } it += baselen; } return out; }; SHAPE_CHANGE shape = [&extend_index, &multiplier](tensorshape inshape) -> tensorshape { std::vector<size_t> out = inshape.as_list(); out[extend_index] *= multiplier; return out; }; optional<DATA_CHANGE> gradtransfer = (DATA_CHANGE) onescalar; optional<SHAPE_CHANGE> gradshape = (SHAPE_CHANGE) as_is; unaryTransTest<std::pair<size_t,size_t> >({2, 13}, [](varptr<double> in, std::pair<size_t,size_t> idxnmult) { size_t index = idxnmult.first; size_t multiplier = idxnmult.second; return nnet::extend(in, index, multiplier); }, transfer, shape, gradtransfer, gradshape, extendparam); // B005 tensorshape rshape = random_def_shape(2, 13); rand_uniform<double> rinit(2, 12); variable<double> var(rshape, rinit, "unar_var"); varptr<double> zaro = extend(varptr<double>(&var), extend_index, 0); const tensor<double>* ztens = zaro->eval(); EXPECT_EQ((size_t) 1, ztens->get_shape().n_elems()); std::vector<double> zvec = ztens->expose(); ASSERT_EQ((size_t) 1, zvec.size()); EXPECT_EQ(0.0, zvec[0]); varptr<double> same = extend(varptr<double>(&var), extend_index, 1); EXPECT_EQ(&var, same.get()); } TEST(TRANSFORM, Compress_B005) { FUZZ::reset_logger(); size_t compress_index; AGGREGATE<double> compression = [](double a, double b) -> double { return a + b; }; PARAM_EVAL<size_t> compressparam = [&compress_index](tensorshape shape) -> size_t { size_t srank = shape.rank(); compress_index = FUZZ::getInt(1, "compress_index", {0, srank-1})[0]; return compress_index; }; DATA_CHANGE transfer = [&compress_index](std::vector<double> in, tensorshape inshape, tensorshape outshape) -> std::vector<double> { if (compress_index >= inshape.rank()) return in; std::vector<double> out(outshape.n_elems(), 0); for (size_t i = 0, m = in.size(); i < m; i++) { std::vector<size_t> incoord = inshape.coordinate_from_idx(i); if (compress_index == 0) { incoord = std::vector<size_t>(incoord.begin() + 1, incoord.end()); } else if (compress_index == incoord.size() - 1) { incoord.pop_back(); } else { incoord[compress_index] = 0; } size_t outidx = outshape.flat_idx(incoord); out[outidx] += in[i]; } return out; }; SHAPE_CHANGE shape = [&compress_index](tensorshape inshape) -> tensorshape { std::vector<size_t> out = inshape.as_list(); if (compress_index >= out.size()) return inshape; if (compress_index == 0) { out = std::vector<size_t>(out.begin()+1, out.end()); } else if (out.size()-1 == (unsigned) compress_index) { out.pop_back(); } else { out[compress_index] = 1; } return out; }; optional<DATA_CHANGE> gradtransfer = (DATA_CHANGE) onescalar; optional<SHAPE_CHANGE> gradshape = (SHAPE_CHANGE) as_is; unaryTransTest<size_t>({2, 13}, [&compression](varptr<double> in, size_t compidx) { return compress(in, compression, compidx); }, transfer, shape, gradtransfer, gradshape, compressparam); } TEST(TRANSFORM, CompressScalar_B006) { FUZZ::reset_logger(); tensorshape shape = random_def_shape(2, 13); rand_uniform<double> rinit(2, 12); variable<double> var(shape, rinit, "unar_var"); var.initialize(); std::vector<AGGREGATE<double> > comps = { [](double a, double b) { return a + b; }, [](double a, double b) { return std::max(a, b); }, [](double a, double b) { return std::min(a, b); } }; AGGREGATE<double> comp = comps[FUZZ::getInt(1, "compIdx", {0, comps.size() - 1})[0]]; varptr<double> scal = compress(varptr<double>(&var), comp, optional<size_t>()); std::vector<double> raw = expose<double>(&var); double real_val = std::accumulate(raw.begin() + 1, raw.end(), raw[0], comp); EXPECT_EQ(real_val, expose<double>(scal)[0]); } TEST(TRANSFORM, ArgCompress_B008To009) { FUZZ::reset_logger(); size_t arg_index; REDUCE<double> search = [](std::vector<double> data) -> double { return std::distance(data.begin(), std::max_element(data.begin(), data.end())); }; PARAM_EVAL<size_t> argcompressparam = [&arg_index, &search](tensorshape shape) -> size_t { size_t srank = shape.rank(); arg_index = FUZZ::getInt(1, "arg_index", {0, srank-1})[0]; return arg_index; }; DATA_CHANGE transfer = [&arg_index, &search](std::vector<double> in, tensorshape inshape, tensorshape outshape) -> std::vector<double> { assert(arg_index < inshape.rank()); std::vector<double> out(outshape.n_elems(), 0); std::vector<std::vector<double> > out_searches(outshape.n_elems(), std::vector<double>{}); for (size_t i = 0, m = in.size(); i < m; i++) { std::vector<size_t> incoord = inshape.coordinate_from_idx(i); if (arg_index == 0) { incoord = std::vector<size_t>(incoord.begin() + 1, incoord.end()); } else if (arg_index == incoord.size() - 1) { incoord.pop_back(); } else { incoord[arg_index] = 0; } std::vector<double> vecs; size_t outidx = outshape.flat_idx(incoord); out_searches[outidx].push_back(in[i]); } std::transform(out_searches.begin(), out_searches.end(), out.begin(), [search](std::vector<double>& vec) { return search(vec); }); return out; }; SHAPE_CHANGE shape = [&arg_index](tensorshape inshape) -> tensorshape { std::vector<size_t> out = inshape.as_list(); assert(arg_index < out.size()); if (arg_index == 0) { out = std::vector<size_t>(out.begin()+1, out.end()); } else if (out.size()-1 == (unsigned) arg_index) { out.pop_back(); } else { out[arg_index] = 1; } return out; }; optional<DATA_CHANGE> gradtransfer; optional<SHAPE_CHANGE> gradshape; unaryTransTest<size_t>({3, 13}, [&search](varptr<double> in, size_t arg_index) { return arg_compress(in, search, arg_index); }, transfer, shape, gradtransfer, gradshape, argcompressparam); } TEST(TRANSFORM, ArgCompressScalar_B010) { FUZZ::reset_logger(); tensorshape shape = random_def_shape(2, 13); rand_uniform<double> rinit(2, 12); variable<double> var(shape, rinit, "unar_var"); var.initialize(); std::vector<REDUCE<double> > comps = { [](std::vector<double> data) { double accum = 0; size_t idx = 0; for (size_t i = 0, n = data.size(); i < n; i++) { if (accum < data[i]) { accum = data[i]; idx = i; } } return (double) idx; }, [](std::vector<double> data) { double accum = 0; size_t idx = 0; for (size_t i = 0, n = data.size(); i < n; i++) { if (accum < data[i]) { accum = data[i]; idx = i; } } return (double) idx; } }; REDUCE<double> comp = comps[FUZZ::getInt(1, "compIdx", {0, comps.size() - 1})[0]]; varptr<double> scal = arg_compress(varptr<double>(&var), comp, optional<size_t>()); std::vector<double> raw = expose<double>(&var); double real_idx = comp(raw); EXPECT_EQ(real_idx, expose<double>(scal)[0]); } TEST(ELEMENTARY, Flip_B012) { FUZZ::reset_logger(); tensorshape shape = random_def_shape(); std::vector<size_t> shapelist = shape.as_list(); size_t inn = shape.n_elems(); rand_uniform<double> rinit(2, 12); size_t flipdim = FUZZ::getInt(1, "flipdim", {0, shape.rank() - 1})[0]; variable<double> var(shape, rinit, "unar_var"); varptr<double> res = flip(varptr<double>(&var), std::vector<size_t>{ flipdim }); // Behavior A000 EXPECT_EQ(nullptr, flip<double>(nullptr, std::vector<size_t>{0})); // initialize var.initialize(); std::vector<double> indata = expose<double>(&var); // compare data, shape must be equivalent, since we're testing elementary operations (Behavior A001) const tensor<double>* rawtens = res->eval(); std::vector<double> rawf = rawtens->expose(); ASSERT_TRUE(tensorshape_equal(shape, rawtens->get_shape())); ASSERT_EQ(rawf.size(), inn); for (size_t i = 0; i < inn; i++) { std::vector<size_t> coord = shape.coordinate_from_idx(i); coord[flipdim] = shapelist[flipdim] - coord[flipdim] - 1; double out = rawf[i]; double in = indata[shape.flat_idx(coord)]; EXPECT_EQ(in, out); } // todo: (test) flip back prop } #endif /* DISABLE_TRANSFORM_TEST */ #endif /* DISABLE_OPERATION_MODULE_TESTS */
7e964f9b789663d991d5d3ecfa3b66ddc1e08f22
504209a1397555344f617ffad7f68f9014fc9433
/windows/stream/Tests/StreamPowerUnitTests.cpp
58945562b4a84943efee0ed337ec842afeef4645
[]
no_license
UoA-eResearch/StreamErosion
51f955fb23af22d6047e7ca422d0853d71946c9b
9a9bed19a24ff862b9be3e3a896abb36fbfe38be
refs/heads/master
2020-07-15T11:42:50.091832
2016-01-18T23:53:24
2016-01-18T23:53:24
46,242,511
0
0
null
2016-01-08T04:31:29
2015-11-16T00:26:19
C++
UTF-8
C++
false
false
1,009
cpp
#include "stdafx.h" #include "streampower.h" #include <cmath> using namespace System; using namespace System::Text; using namespace System::Collections::Generic; using namespace Microsoft::VisualStudio::TestTools::UnitTesting; namespace Tests { [TestClass] public ref class StreamPowerUnitTests { public: [TestMethod] void TestReference() { double tolerance = 1e-3; char* finput = "test_input.asc"; char* foutput = "test_output_double_win64.asc"; // after duration of 1ky Parameters p; p.timestep = 1; p.duration = 1; p.K = 0.05; StreamPower sp = StreamPower(p); sp.SetTopo(sp.ReadArcInfoASCIIGrid(finput)); sp.SetU(1.0f); sp.Start(); std::vector<std::vector<double>> tsim = sp.GetTopo(); std::vector<std::vector<double>> ttest = sp.ReadArcInfoASCIIGrid(foutput); for (int i = 0; i < sp.lattice_size_x; i++) { for (int j = 0; j < sp.lattice_size_y; j++) { Assert::AreEqual(ttest[i][j], tsim[i][j], tolerance); } } } }; }
6f40ad32212377209534b57c495b6da880ebb02d
e000dfb2e1ddfe62598da937d2e0d40d6efff61b
/venusmmi/app/Cosmos/setting/display_setting/vapp_setting_wallpaper_setting.h
ea89772b8faa82752ff8c8ef57639582433f73a9
[]
no_license
npnet/KJX_K7
9bc11e6cd1d0fa5996bb20cc6f669aa087bbf592
35dcd3de982792ae4d021e0e94ca6502d1ff876e
refs/heads/master
2023-02-06T09:17:46.582670
2020-12-24T02:55:29
2020-12-24T02:55:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,108
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or disclosed except with the written * permission of MediaTek Inc. (C) 2008 * * BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES * THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE") * RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON * AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT. * NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE * SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR * SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH * THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO * NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S * SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM. * * BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE * LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE, * AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE, * OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO * MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. * * THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE * WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF * LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND * RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER * THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC). * *****************************************************************************/ /******************************************************************************* * Filename: * --------- * vapp_setting_wallpaper_setting.h * * Project: * -------- * Venus * * Description: * ------------ * * * Author: * ------- * ------- * *============================================================================ * HISTORY * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! *------------------------------------------------------------------------------ * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * removed! * removed! * removed! * * * removed! * * *------------------------------------------------------------------------------ * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! *============================================================================ ****************************************************************************/ #ifndef __VAPP_SETTING_WALLPAPER_SETTING_H__ #define __VAPP_SETTING_WALLPAPER_SETTING_H__ /***************************************************************************** * Include *****************************************************************************/ #include "vfx_mc_include.h" #include "vcp_include.h" #include "vapp_wallpaper_setting_method_gprot.h" #include "vapp_video_player_cp.h" /***************************************************************************** * Define *****************************************************************************/ /***************************************************************************** * Typedef *****************************************************************************/ typedef enum { VAPP_WALLPAPER_SETTING_SYSTEM, VAPP_WALLPAPER_SETTING_GALLERY, VAPP_WALLPAPER_SETTING_TYPE_TOTAL } VappWpSettingSourceTypeEnum; typedef enum { VAPP_WALLPAPER_FROM_PICTURE, #ifdef __MMI_VUI_HOMESCREEN_VIDEO_WALLPAPER__ VAPP_WALLPAPER_FROM_VIDEO, #endif VAPP_WALLPAPER_FROM_TYPE_TOTAL }VappWpSourceFromEnum; class VappLiveWallpaperContentProvider; /***************************************************************************** * Class *****************************************************************************/ class VappSettingWallpaperResPage : public VfxPage, public IVcpListMenuContentProvider { VFX_DECLARE_CLASS(VappSettingWallpaperResPage); // Overrides public: virtual void onInit(); virtual void onDeinit(); virtual VfxBool getItemText( VfxU32 index, // [IN] the index of item VcpListMenuFieldEnum fieldType, // [IN] the type of the field in the cell VfxWString &text, // [OUT] the text resource VcpListMenuTextColorEnum &color // [OUT] the text color ); virtual VfxU32 getCount() const {return VAPP_WALLPAPER_SETTING_TYPE_TOTAL;}; virtual mmi_ret onProc(mmi_event_struct *evt); virtual VfxBool getItemImage(VfxU32 index, VcpListMenuFieldEnum fieldType, VfxImageSrc &image); // Methods public: VappSettingWallpaperResPage() : m_cuiId(0), m_wallpaperSettingCuiId(0), m_wpSourceType(VAPP_WALLPAPER_SETTING_SYSTEM) {}; VappSettingWallpaperResPage(VappWallpaperType type) :m_cuiId(0), m_wallpaperSettingCuiId(0), m_wpType(type) ,m_wpSourceType(VAPP_WALLPAPER_SETTING_SYSTEM){}; void onSelectItem(VcpListMenu *listMenu, VfxU32 selectIdx); void setWallpaperFromSystem(); #ifndef __MMI_VUI_HOMESCREEN_VIDEO_WALLPAPER__ void setWallpaperFromGallery(); #endif void closeWallpaperPage(); void closeStorageRelatedPage(); #ifdef __MMI_USB_SUPPORT__ static mmi_ret usbMassStorageModeHdlr(mmi_event_struct *evt); #endif /* __MMI_USB_SUPPORT__ */ // Variables private: VcpListMenu *m_listMenu; VappLiveWallpaperContentProvider *m_liveWallpaperProvider; mmi_id m_cuiId; mmi_id m_wallpaperSettingCuiId; VappWallpaperType m_wpType; VappWpSettingSourceTypeEnum m_wpSourceType; }; #ifdef __MMI_VUI_HOMESCREEN_VIDEO_WALLPAPER__ class VappSettingVideoPreviewPage; class VappSettingWallpaperGalleryPage : public VfxPage, public IVcpListMenuContentProvider { VFX_DECLARE_CLASS(VappSettingWallpaperGalleryPage); // Overrides public: virtual void onInit(); virtual void onDeinit(); virtual VfxBool getItemText( VfxU32 index, // [IN] the index of item VcpListMenuFieldEnum fieldType, // [IN] the type of the field in the cell VfxWString &text, // [OUT] the text resource VcpListMenuTextColorEnum &color // [OUT] the text color ); virtual VfxU32 getCount() const {return VAPP_WALLPAPER_SETTING_TYPE_TOTAL;} virtual mmi_ret onProc(mmi_event_struct *evt); virtual VfxBool getItemImage(VfxU32 index, VcpListMenuFieldEnum fieldType, VfxImageSrc &image); // Methods public: VappSettingWallpaperGalleryPage() : m_cuiId(0), m_wallpaperSettingCuiId(0){}; VappSettingWallpaperGalleryPage(VappWallpaperType wpType) : m_cuiId(0), m_wallpaperSettingCuiId(0), m_wpType(wpType) {} void onSelectItem(VcpListMenu *listMenu, VfxU32 selectIdx); void setWallpaperFromGallery(); void closeWallpaperPage(); void closeStorageRelatedPage(); #ifdef __MMI_USB_SUPPORT__ static mmi_ret usbMassStorageModeHdlr(mmi_event_struct *evt); #endif //__MMI_USB_SUPPORT__ // Variables private: VcpListMenu *m_listMenu; mmi_id m_cuiId; mmi_id m_wallpaperSettingCuiId; VappWallpaperType m_wpType; VappSettingVideoPreviewPage *m_preView; }; class VappCustomImageFrame: public VcpListMenuCellIconSingleTextFrame { private: #if defined(__MMI_MAINLCD_320X480__) enum { TEXT_LEFT_GAPS = 0, TEXT_RIGHT_GAPS = 10, IMG_LEFT_GAPS = 3, IMG_RIGHT_GAPS = 3, IMG_MAX_WIDTH = 46, // Add for setting framework cell IMG_MAX_HEIGHT = 46, ACCESSORY_WIDTH = 30, ACCESSORY_RIGHT_GAPS = 8 }; #elif defined(__MMI_MAINLCD_480X800__) enum { TEXT_LEFT_GAPS = 0, TEXT_RIGHT_GAPS = 18, IMG_LEFT_GAPS = 7, IMG_RIGHT_GAPS = 7, IMG_MAX_WIDTH = 72, // Add for setting framework cell IMG_MAX_HEIGHT = 72, ACCESSORY_WIDTH = 30, ACCESSORY_RIGHT_GAPS = 8 }; #else enum { TEXT_LEFT_GAPS = 0, TEXT_RIGHT_GAPS = 8, IMG_LEFT_GAPS = 3, IMG_RIGHT_GAPS = 3, IMG_MAX_WIDTH = 36, // Add for setting framework cell IMG_MAX_HEIGHT = 36, ACCESSORY_WIDTH = 30, ACCESSORY_RIGHT_GAPS = 8 }; #endif public: virtual void onLayoutElements(); }; class VappSettingSystemVideoPage : public VfxPage, public IVcpListMenuContentProvider { VFX_DECLARE_CLASS(VappSettingSystemVideoPage); // Overrides public: virtual void onInit(); virtual void onDeinit(); virtual VfxBool getItemText( VfxU32 index, // [IN] the index of item VcpListMenuFieldEnum fieldType, // [IN] the type of the field in the cell VfxWString &text, // [OUT] the text resource VcpListMenuTextColorEnum &color // [OUT] the text color ); virtual void onEntered(); // TODO: The num and name are not prepared. virtual VfxU32 getCount() const; virtual mmi_ret onProc(mmi_event_struct *evt); virtual VfxBool getItemImage(VfxU32 index, VcpListMenuFieldEnum fieldType, VfxImageSrc &image); virtual VcpListMenuItemStateEnum getItemState(VfxU32 index) const {return ((m_highlightItem == index) ? VCP_LIST_MENU_ITEM_STATE_SELECTED: VCP_LIST_MENU_ITEM_STATE_NONE);} virtual VcpListMenuCellClientBaseFrame* getItemCustomContentFrame(VfxU32 index, VfxFrame *parentFrame); virtual void closeItemCustomContentFrame(VfxU32 index, VcpListMenuCellClientBaseFrame *cell); // Methods public: VappSettingSystemVideoPage(): m_wpType(VAPP_VIDEO_PWR_ON_SCREEN), m_cuiId(0), m_wallpaperSettingCuiId(0){}; VappSettingSystemVideoPage(VappWallpaperType wpType): m_wpType(wpType), m_cuiId(0), m_wallpaperSettingCuiId(0){}; void onSelectItem(VcpListMenu *listMenu, VfxU32 selectIdx); void onEnterVideoGallery(VfxObject* sender, VfxId id); void setHighlightItem(VfxU32 highlightItem) {m_highlightItem = highlightItem;} void closeWallpaperPage(); VfxId indexToVideoId(VfxId index) const; void setWallpaperFromGallery(); void closeStorageRelatedPage(); #ifdef __MMI_USB_SUPPORT__ static mmi_ret usbMassStorageModeHdlr(mmi_event_struct *evt); #endif /* __MMI_USB_SUPPORT__ */ // Variables private: VcpListMenu *m_listMenu; VfxU32 m_highlightItem; VappWallpaperType m_wpType; VfxId m_cuiId; VfxId m_wallpaperSettingCuiId; VfxBool m_isGallery; VappSettingVideoPreviewPage* m_previewPage; }; class VappSettingVideoPreviewPage : public VfxPage { VFX_DECLARE_CLASS(VappSettingVideoPreviewPage); // Overrides protected: virtual void onInit(); virtual void onExit(VfxBool isBackward); virtual void onExited2(); virtual void onEnter(VfxBool isBackward); virtual void onEntered(); // TODO: The num and name are not prepared. // Methods public: VappSettingVideoPreviewPage(); VappSettingVideoPreviewPage(VappWallpaperType wpType, VfxId videoId); void closeWallpaperPage(); void onPreviewClick(VfxObject* sender, VfxId id); void onFileReady(VappVideoPlayerComponent *player, MDI_RESULT result); void onPlayFinished(VappVideoPlayerComponent *player, MDI_RESULT result); static mmi_ret onEvent(mmi_event_struct *param); void setOKayStatus(VfxBool status); private: void playVideo(VappVideoPlayerComponent *player, MDI_RESULT openStatus); void createPlayer(); void proccessSetVideo(); void closeSpecPage(); private: VappWallpaperType m_wpType; VfxId m_videoId; VappVideoPlayerComponent *m_player; VfxBool m_isEntered; VfxBool m_isVideoOpened; MDI_RESULT m_openStatus; //VfxBool m_isBackWard; }; #endif /*__MMI_VUI_HOMESCREEN_VIDEO_WALLPAPER__*/ #endif /* __VAPP_SETTING_WALLPAPER_SETTING_H__ */
ffaa6250e00f97ac25f74c6568ef94aff387d7c9
2ba94892764a44d9c07f0f549f79f9f9dc272151
/Engine/Source/Runtime/Core/Public/Math/RotationTranslationMatrix.h
4559d3efeb641495c6e4ad94d4a60fd76349480a
[ "BSD-2-Clause", "LicenseRef-scancode-proprietary-license" ]
permissive
PopCap/GameIdea
934769eeb91f9637f5bf205d88b13ff1fc9ae8fd
201e1df50b2bc99afc079ce326aa0a44b178a391
refs/heads/master
2021-01-25T00:11:38.709772
2018-09-11T03:38:56
2018-09-11T03:38:56
37,818,708
0
0
BSD-2-Clause
2018-09-11T03:39:05
2015-06-21T17:36:44
null
UTF-8
C++
false
false
1,885
h
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once /** Combined rotation and translation matrix */ class FRotationTranslationMatrix : public FMatrix { public: /** * Constructor. * * @param Rot rotation * @param Origin translation to apply */ FRotationTranslationMatrix(const FRotator& Rot, const FVector& Origin); /** Matrix factory. Return an FMatrix so we don't have type conversion issues in expressions. */ static FMatrix Make(const FRotator& Rot, const FVector& Origin) { return FRotationTranslationMatrix(Rot, Origin); } }; FORCEINLINE FRotationTranslationMatrix::FRotationTranslationMatrix(const FRotator& Rot, const FVector& Origin) { #if PLATFORM_ENABLE_VECTORINTRINSICS const VectorRegister Angles = MakeVectorRegister(Rot.Pitch, Rot.Yaw, Rot.Roll, 0.0f); const VectorRegister HalfAngles = VectorMultiply(Angles, GlobalVectorConstants::DEG_TO_RAD); union { VectorRegister v; float f[4]; } SinAngles, CosAngles; VectorSinCos(&SinAngles.v, &CosAngles.v, &HalfAngles); const float SP = SinAngles.f[0]; const float SY = SinAngles.f[1]; const float SR = SinAngles.f[2]; const float CP = CosAngles.f[0]; const float CY = CosAngles.f[1]; const float CR = CosAngles.f[2]; #else float SP, SY, SR; float CP, CY, CR; FMath::SinCos(&SP, &CP, FMath::DegreesToRadians(Rot.Pitch)); FMath::SinCos(&SY, &CY, FMath::DegreesToRadians(Rot.Yaw)); FMath::SinCos(&SR, &CR, FMath::DegreesToRadians(Rot.Roll)); #endif // PLATFORM_ENABLE_VECTORINTRINSICS M[0][0] = CP * CY; M[0][1] = CP * SY; M[0][2] = SP; M[0][3] = 0.f; M[1][0] = SR * SP * CY - CR * SY; M[1][1] = SR * SP * SY + CR * CY; M[1][2] = - SR * CP; M[1][3] = 0.f; M[2][0] = -( CR * SP * CY + SR * SY ); M[2][1] = CY * SR - CR * SP * SY; M[2][2] = CR * CP; M[2][3] = 0.f; M[3][0] = Origin.X; M[3][1] = Origin.Y; M[3][2] = Origin.Z; M[3][3] = 1.f; }
ed12319b10937b90a2882039beb70e4f794d93a6
d90bb820a517727f4d3f1972f235d7bbbec2a187
/cpp/learning/SPLPI/learn_model_parameter.cpp
04b888829600cc6d393a414f2972fa279579e97f
[]
no_license
umariqb/Multi-Person-Pose-Estimation-using-LJPA-ECCVW-2016
bf83edce518d0d59ac54ee57d4014062655c9d68
9fde830e974b5c5453b77c3a07bbc8a8df3ae9d7
refs/heads/master
2021-09-23T09:49:01.864657
2018-09-21T08:52:15
2018-09-21T08:52:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
33,285
cpp
#include "cpp/learning/SPLPI/learn_model_parameter.hpp" #include "cpp/learning/SPLPI/utils.hpp" #include "cpp/learning/logistic_regression/LogisticRegression.hpp" #include "cpp/body_pose/utils.hpp" #include "boost/random.hpp" #include "boost/generator_iterator.hpp" #include <boost/math/special_functions/factorials.hpp> #include <boost/progress.hpp> #include "cpp/learning/pictorial_structure/learn_model_parameter.hpp" #include "cpp/learning/pictorial_structure/utils.hpp" #include "cpp/vision/geometry_utils.hpp" #include "cpp/utils/libsvm/libsvm.hpp" using namespace std; using namespace cv; using boost::shared_ptr; namespace learning { namespace splpi { bool learn_param_for_same_class_binaries_mp(vector<MultiAnnotation>& annotations, SPLPI& splp_model, int patch_size, body_pose::BodyPoseTypes pose_type, string cache) { vector<splpi::BinaryModel> models; models.resize((int)pose_type); boost::mt19937 rng; int N = 3; // locations from each sample int total_persons = 0; for(unsigned int aIdx=0; aIdx<annotations.size(); aIdx++){ total_persons += annotations[aIdx].persons.size(); } CHECK(total_persons); vector<Mat> pos_samples(static_cast<int>(pose_type)); vector<Mat> neg_samples(static_cast<int>(pose_type)); // Rough estimate of number of samples to allocate memory in advance int num_pos = total_persons * (boost::math::factorial<double>(N)/(2*boost::math::factorial<double>(N-2))); int num_neg = total_persons * N * N * (static_cast<int>(pose_type)-1); for(unsigned int pIdx=0; pIdx<static_cast<unsigned int>(pose_type); pIdx++){ pos_samples[pIdx] = Mat::zeros(num_pos, 18, CV_32F); neg_samples[pIdx] = Mat::zeros(num_neg, 18, CV_32F); } vector<int> pos_count(static_cast<int>(pose_type),0); vector<int> neg_count(static_cast<int>(pose_type),0); for(unsigned int aIdx=0; aIdx<annotations.size(); aIdx++){ MultiAnnotation ann = annotations[aIdx]; vector<cv::Point> within_image_parts; within_image_parts.reserve(ann.persons.size()*(int)pose_type); for(unsigned int nIdx=0; nIdx<annotations[aIdx].persons.size(); nIdx++){ rescale_ann(ann.persons[nIdx], 1.0/ann.persons[0].scale); within_image_parts.insert(within_image_parts.end(), ann.persons[nIdx].parts.begin(), ann.persons[nIdx].parts.end()); } boost::normal_distribution<> nd(0.0, 7.5); boost::variate_generator<boost::mt19937&, boost::normal_distribution<> > rand_gauss(rng, nd); rng.seed(aIdx); srand(aIdx); for(unsigned int p=0; p<within_image_parts.size(); p++){ int part_id = p % ((int)pose_type); cv::Point loc = within_image_parts[p]; if(loc.x < 0 || loc.y < 0){ continue; } // get some samples around the location to be used as +ve samples vector<cv::Point> pos_locs; for(unsigned int lIdx=0; lIdx<N; lIdx++){ cv::Point l = cv::Point(loc.x+rand_gauss(), loc.y+rand_gauss()); if(lIdx == 0){ l = loc; } if(l.x < 0 || l.y < 0){ lIdx--; continue; } // LOG(INFO)<<l.x<<"\t"<<l.y; pos_locs.push_back(l); } // extract features for +ve locations for(unsigned int lIdx=0; lIdx<pos_locs.size()-1; lIdx++){ cv::Point l1 = pos_locs[lIdx]; for(unsigned int llIdx=lIdx+1; llIdx<pos_locs.size(); llIdx++){ cv::Point l2 = pos_locs[llIdx]; cv::Mat feat = compute_spatial_relation_feature(l1, l2, patch_size); feat.copyTo(pos_samples[part_id].row(pos_count[part_id])); pos_count[part_id]++; } } vector<cv::Point> neg_locs; for(unsigned int pp=0; pp<within_image_parts.size(); pp=pp+rand()%10){ if(p != pp){ Point n_loc = within_image_parts[pp]; if(n_loc.x < 0 || n_loc.y < 0){ continue; } neg_locs.push_back(n_loc); } } // extract -ve features for(unsigned int lIdx=0; lIdx<pos_locs.size(); lIdx++){ cv::Point l1 = pos_locs[lIdx]; for(unsigned int llIdx=0; llIdx<neg_locs.size(); llIdx++){ cv::Point l2 = neg_locs[llIdx]; cv::Mat feat = compute_spatial_relation_feature(l1, l2, patch_size); feat.copyTo(neg_samples[part_id].row(neg_count[part_id])); neg_count[part_id]++; } } } } for(unsigned int pIdx=0; pIdx<int(pose_type); pIdx++){ pos_samples[pIdx] = pos_samples[pIdx].rowRange(0, pos_count[pIdx]); neg_samples[pIdx] = neg_samples[pIdx].rowRange(0, neg_count[pIdx]); } // FIXME: Can be made parallel for better performance for(unsigned int pIdx=0; pIdx<static_cast<unsigned int>(pose_type); pIdx++){ cout<<"Learning same-class binary params for Class: "<<pIdx<<endl; Mat p_sample = pos_samples[pIdx]; Mat p_labels = Mat::ones(p_sample.rows, 1, CV_32F); Mat n_sample = neg_samples[pIdx]; n_sample = shuffleRows(n_sample); Mat n_labels = Mat::ones(n_sample.rows, 1, CV_32F)*-1; Mat data, labels; vconcat(p_sample, n_sample.rowRange(0, p_sample.rows), data); vconcat(p_labels, n_labels.rowRange(0, p_sample.rows), labels); // combine data and labels to shuffle them together Mat comb_data_label; hconcat(data, labels, comb_data_label); comb_data_label = shuffleRows(comb_data_label); // get the values and train data = comb_data_label.colRange(0, comb_data_label.cols-1); labels = comb_data_label.col(comb_data_label.cols-1); Mat norm_data, mean, std; normalize_data_range(data, norm_data, mean, std); string path = boost::str(boost::format("%s/%02d.txt") %cache %pIdx); models[pIdx].path = path; if(boost::filesystem::exists(path.c_str())){ continue; } SvmProblem problem; SvmParam param = ::utils::libsvm::get_default_svm_param(); param.eps = 1e-3; param.probability = 1; /* do probability estimates */ param.shrinking = 1; param.cache_size = 2000; for(unsigned int r=0; r<norm_data.rows; r++){ CHECK(problem.push_problem<float>(norm_data.row(r), (double)labels.at<float>(r, 0))); } models[pIdx].model->train(problem, param); models[pIdx].mean = mean; models[pIdx].std = std; models[pIdx].model->write_as_text(path.c_str()); if(true){ std::vector<double> values; int true_positive = 0; for(unsigned int r=0; r<norm_data.rows; r++){ int class_label = models[pIdx].model->predict_probability<float>(norm_data.row(r), values); if(class_label == (int)labels.at<float>(r, 0)){ true_positive++; } } LOG(INFO)<<"Accuracy = "<<true_positive/(float)norm_data.rows*100; } } CHECK(splp_model.set_same_class_binary_models(models))<< "Failed during setting SPLP same class binary models"; return true; } void visualize_offsets(Mat& pos_feat, Mat& neg_feat, int pIdx, int ppIdx) { int size = 500; cv::Mat img1(size,size,CV_8UC3, cv::Scalar(255,255,255)); cv::Mat img2(size,size,CV_8UC3, cv::Scalar(255,255,255)); cv::Point center(size/2,size/2); for(unsigned int i=0; i<pos_feat.rows; i++){ cv::Point_<float> pt(pos_feat.at<float>(i,0)+250,pos_feat.at<float>(i,1)+250); cv::circle(img1, pt, 2, cv::Scalar(0,255, 0),-1); } for(unsigned int i=0; i<neg_feat.rows; i++){ cv::Point_<float> pt(neg_feat.at<float>(i,0)+250,neg_feat.at<float>(i,1)+250); cv::circle(img2, pt, 2, cv::Scalar(0,0, 255),-1); } cv::Mat mean = (img1 + img2)/2; cv::circle(mean, center, 2, cv::Scalar(0,0, 0),-1); string name = boost::str(boost::format("%d_%d.png") %pIdx %ppIdx); //imshow(name.c_str(), mean); imwrite(name, mean); // waitKey(100); } void train_diff_class_svm_mt(vector<vector<Mat> >& pos_feat_per_pair, vector<vector<Mat> >& neg_feat_per_pair, splpi::BinaryModel* m, int pIdx, int ppIdx, string cache) { string path = boost::str(boost::format("%s/%02d_%02d.txt") %cache %pIdx %ppIdx); LOG(INFO)<<path; m->model.reset(new SVM); cv::Mat pos_feat = pos_feat_per_pair[pIdx][ppIdx]; cv::Mat neg_feat = neg_feat_per_pair[pIdx][ppIdx]; // take features from other parts as negatives as well. for(unsigned int p=0; p<pos_feat_per_pair.size(); p++){ for(unsigned int pp=0; pp<pos_feat_per_pair.size(); pp++){ if((p == pIdx && pp == ppIdx) || p == pp){ continue; } if(neg_feat.rows == 0){ neg_feat = pos_feat_per_pair[p][pp].clone(); } else{ vconcat(neg_feat, pos_feat_per_pair[p][pp], neg_feat); } } } neg_feat = shuffleRows(neg_feat); cv::Mat selected_neg_feat = neg_feat.rowRange(0, std::min(neg_feat.rows, pos_feat.rows)); visualize_offsets(pos_feat, selected_neg_feat, pIdx, ppIdx); cv::Mat pos_label = cv::Mat::ones(pos_feat.rows, 1, CV_32F); cv::Mat neg_label = cv::Mat::ones(selected_neg_feat.rows, 1, CV_32F)*-1; cv::Mat data, labels; vconcat(pos_feat, selected_neg_feat, data); vconcat(pos_label, neg_label, labels); LOG(INFO)<<path<<"\t Pos. Samples = "<<pos_feat.rows<<"\t Neg. Samples = "<<neg_feat.rows; // combine data and labels to shuffle them together Mat comb_data_label; hconcat(data, labels, comb_data_label); comb_data_label = shuffleRows(comb_data_label); // get the values back data = comb_data_label.colRange(0, comb_data_label.cols-1); labels = comb_data_label.col(comb_data_label.cols-1); Mat norm_data, mean, std; normalize_data_range(data, norm_data, mean, std); m->mean = mean; m->std = std; m->path = path; SvmProblem problem; SvmParam param = ::utils::libsvm::get_default_svm_param(); param.eps = 1e-4; param.probability = 1; /* do probability estimates */ param.C = 2.5; param.gamma = 0.5; param.cache_size = 16000; for(unsigned int r=0; r<norm_data.rows; r++){ CHECK(problem.push_problem<float>(norm_data.row(r), (double)labels.at<float>(r, 0))); } bool hard_negative_mining = false; if(boost::filesystem::exists(path.c_str())) { m->model->read_from_text(path.c_str()); }else{ m->model->train(problem, param); hard_negative_mining = true; } int num_iter = 1; if(hard_negative_mining){ param.nr_weight=2; param.weight_label = new int[2]; param.weight = new double[2]; param.weight_label[0]=-1; param.weight_label[1]=+1; double Cn = 1; double Cp = 20; param.weight[0]=Cn; param.weight[1]=Cp; for(int i=0; i<num_iter; i++){ int true_pos = 0; Mat hard_negs; for(unsigned int n=0; n<neg_feat.rows; n++){ Mat feat = neg_feat.row(n); normalize_data(feat, feat, mean, std); vector<double> probs; float resp = m->model->predict_probability<float>(feat, probs); if(resp==-1){ true_pos++; } else{ if(hard_negs.rows == 0){ hard_negs = feat; }else{ vconcat(hard_negs, feat, hard_negs); } } } LOG(INFO)<<path<<"\tIter: "<<i<<"\tAccuracy on all negatvies = "<<true_pos/(float)neg_feat.rows*100; LOG(INFO)<<path<<"\tHard negative counts: "<<hard_negs.rows; for(unsigned int r=0; r<hard_negs.rows; r++){ CHECK(problem.push_problem<float>(hard_negs.row(r), -1)); } m->model.reset(new SVM); m->model->train(problem, param); } m->model->write_as_text(path.c_str()); } if(true){ int true_pos = 0; int cor_pos = 0, cor_neg = 0; for(unsigned int n=0; n<norm_data.rows; n++){ vector<double> probs; float resp = m->model->predict_probability<float>(norm_data.row(n), probs); if(resp==labels.at<float>(n,0)){ true_pos++; if(resp == -1){ cor_neg++; } else{ cor_pos++; } } } LOG(INFO)<<path<<"\tAccuracy = "<<true_pos/(float)norm_data.rows*100 << "\tPos:\t" << cor_pos/(float)norm_data.rows*100 << "\tNeg:\t" << cor_neg/(float)norm_data.rows*100; } neg_feat_per_pair[pIdx][ppIdx] = cv::Mat(); } bool learn_param_for_diff_class_binaries_mp(vector<MultiAnnotation>& annotations, vector<vector<Mat> >& appearance_feats, SPLPI& splp_model, body_pose::BodyPoseTypes pose_type, string cache, int num_threads) { vector<vector<vector<cv::Point> > > offsets_per_pair((int)pose_type); vector<vector<cv::Mat> > pos_feat_per_pair((int)pose_type); vector<vector<cv::Mat> > neg_feat_per_pair((int)pose_type); vector<vector<int> > p_count((int)pose_type); vector<vector<int> > n_count((int)pose_type); for(unsigned int pIdx=0; pIdx<(int)pose_type; pIdx++){ offsets_per_pair[pIdx].resize((int)pose_type); pos_feat_per_pair[pIdx].resize((int)pose_type); neg_feat_per_pair[pIdx].resize((int)pose_type); p_count[pIdx].resize((int)pose_type); n_count[pIdx].resize((int)pose_type); } int total_persons = 0; for(unsigned int aIdx=0; aIdx<annotations.size(); ++aIdx){ // total_persons += annotations[aIdx].person_groups.size(); total_persons += annotations[aIdx].persons.size(); } LOG(INFO)<<"Total persons = "<<total_persons; cv::Mat test; extract_pairwise_feat_from_offset(cv::Point(-1,-1), test); int num_feat = appearance_feats[0][0].row(0).cols - 1; // last value is the check flag hconcat(test, appearance_feats[0][0].row(0).colRange(0,num_feat), test); hconcat(test, appearance_feats[0][0].row(0).colRange(0,num_feat), test); for(unsigned int pIdx=0; pIdx<(int)pose_type; pIdx++){ for(unsigned int ppIdx=0; ppIdx<(int)pose_type; ppIdx++){ if(pIdx == ppIdx){ continue; } pos_feat_per_pair[pIdx][ppIdx] = Mat::zeros(total_persons, test.cols, CV_32F); neg_feat_per_pair[pIdx][ppIdx] = Mat::zeros(total_persons*50, test.cols, CV_32F); } } LOG(INFO)<<"Computing pairwise offsets."; boost::progress_display show_progress(annotations.size()); int wrong_count = 0; for(unsigned int aIdx=0; aIdx<annotations.size(); ++aIdx, ++show_progress){ MultiAnnotation ann = annotations[aIdx]; CHECK_EQ(appearance_feats[aIdx].size(), ann.persons.size()); for(unsigned int nIdx=0; nIdx<ann.persons.size(); nIdx++){ int person_id = nIdx; float scale = ann.persons[person_id].scale; rescale_ann(ann.persons[person_id], scale); for(unsigned int pIdx=0; pIdx<(int)pose_type; pIdx++){ for(unsigned int ppIdx=0; ppIdx<(int)pose_type; ppIdx++){ if(pIdx == ppIdx){ continue; } cv::Point p1 = ann.persons[person_id].parts[pIdx]; cv::Point p2 = ann.persons[person_id].parts[ppIdx]; if(!is_valid(p1) || !is_valid(p2)){ continue; } cv::Point offset = p2 - p1; offsets_per_pair[pIdx][ppIdx].push_back(offset); cv::Mat feat; extract_pairwise_feat_from_offset(offset, feat); hconcat(feat, appearance_feats[aIdx][nIdx].row(pIdx).colRange(0,num_feat), feat); // nIdx: features of person groups are saved only hconcat(feat, appearance_feats[aIdx][nIdx].row(ppIdx).colRange(0,num_feat), feat); bool check_p = static_cast<bool>(appearance_feats[aIdx][nIdx].row(pIdx).at<float>(0,num_feat)); bool check_pp = static_cast<bool>(appearance_feats[aIdx][nIdx].row(ppIdx).at<float>(0,num_feat)); if(check_p && check_pp){ CHECK_LT(p_count[pIdx][ppIdx], pos_feat_per_pair[pIdx][ppIdx].rows); feat.copyTo(pos_feat_per_pair[pIdx][ppIdx].row(p_count[pIdx][ppIdx])); p_count[pIdx][ppIdx]++; } else{ CHECK_LT(n_count[pIdx][ppIdx], neg_feat_per_pair[pIdx][ppIdx].rows); feat.copyTo(neg_feat_per_pair[pIdx][ppIdx].row(n_count[pIdx][ppIdx])); n_count[pIdx][ppIdx]++; } // gather negatives from other person /* for(unsigned int nnIdx=0; nnIdx<ann.person_groups.size(); nnIdx++){ int other_person_id = ann.person_groups[nnIdx]; if(person_id == other_person_id){ continue; } for(unsigned int p=0; p<(int)pose_type; p++){ cv::Point pt = ann.persons[other_person_id].parts[p]; if(!is_valid(pt)){ continue; } cv::Point offset = pt - p1; cv::Mat feat1; extract_pairwise_feat_from_offset(offset, feat1); hconcat(feat1, appearance_feats[aIdx][nIdx].row(pIdx).colRange(0,num_feat), feat1); hconcat(feat1, appearance_feats[aIdx][nnIdx].row(p).colRange(0,num_feat), feat1); CHECK_LT(n_count[pIdx][ppIdx], neg_feat_per_pair[pIdx][ppIdx].rows); feat1.copyTo(neg_feat_per_pair[pIdx][ppIdx].row(n_count[pIdx][ppIdx])); n_count[pIdx][ppIdx]++; offset = pt - p2; cv::Mat feat2; extract_pairwise_feat_from_offset(offset, feat2); hconcat(feat2, appearance_feats[aIdx][nIdx].row(ppIdx).colRange(0,num_feat), feat2); hconcat(feat2, appearance_feats[aIdx][nnIdx].row(p).colRange(0,num_feat), feat2); CHECK_LT(n_count[pIdx][ppIdx], neg_feat_per_pair[pIdx][ppIdx].rows); feat2.copyTo(neg_feat_per_pair[pIdx][ppIdx].row(n_count[pIdx][ppIdx])); n_count[pIdx][ppIdx]++; } }*/ } } } } for(unsigned int pIdx=0; pIdx<(int)pose_type; pIdx++){ for(unsigned int ppIdx=0; ppIdx<(int)pose_type; ppIdx++){ if(pIdx == ppIdx){ continue; } pos_feat_per_pair[pIdx][ppIdx] = pos_feat_per_pair[pIdx][ppIdx].rowRange(0, p_count[pIdx][ppIdx]); neg_feat_per_pair[pIdx][ppIdx] = neg_feat_per_pair[pIdx][ppIdx].rowRange(0, n_count[pIdx][ppIdx]); } } if(num_threads < 1){ num_threads = ::utils::system::get_available_logical_cpus(); } vector<vector<splpi::BinaryModel> > models((int)pose_type); num_threads = 14; if(num_threads >= 1){ for(unsigned int pIdx=0; pIdx<(int)pose_type; pIdx++){ boost::thread_pool::executor e(num_threads); models[pIdx].resize((int)pose_type); for(unsigned int ppIdx=0; ppIdx<(int)pose_type; ppIdx++){ if(pIdx == ppIdx){ continue; } e.submit(boost::bind(&train_diff_class_svm_mt, pos_feat_per_pair, neg_feat_per_pair, &models[pIdx][ppIdx], pIdx, ppIdx, cache)); } e.join_all(); for(unsigned int ppIdx=0; ppIdx<(int)pose_type; ppIdx++){ neg_feat_per_pair[pIdx][ppIdx].release(); } } } else{ for(unsigned int pIdx=0; pIdx<(int)pose_type; pIdx++){ models[pIdx].resize((int)pose_type); for(unsigned int ppIdx=0; ppIdx<(int)pose_type; ppIdx++){ if(pIdx == ppIdx){ continue; } train_diff_class_svm_mt(pos_feat_per_pair, neg_feat_per_pair, &models[pIdx][ppIdx], pIdx, ppIdx, cache); } } } CHECK(splp_model.set_diff_class_binary_models(models))<< "Failed during setting SPLP difference class binary models"; return true; } void train_unary_svm_mt(vector<Mat>& pos_feats, vector<Mat>& neg_feats, splpi::BinaryModel* m, int pIdx, string cache) { string path = boost::str(boost::format("%s/%02d.txt") %cache %pIdx); LOG(INFO)<<path; m->model.reset(new SVM); cv::Mat pos_feat = pos_feats[pIdx]; cv::Mat neg_feat = neg_feats[pIdx]; // take features from other parts as negatives as well. for(unsigned int p=0; p<pos_feats.size(); p++){ if(p == pIdx){ continue;} if(neg_feat.rows == 0){ neg_feat = pos_feats[p].clone(); } else{ vconcat(neg_feat, pos_feats[p], neg_feat); } } neg_feat = shuffleRows(neg_feat); cv::Mat selected_neg_feat = neg_feat.rowRange(0, std::min(neg_feat.rows, pos_feat.rows)); cv::Mat pos_label = cv::Mat::ones(pos_feat.rows, 1, CV_32F); cv::Mat neg_label = cv::Mat::ones(selected_neg_feat.rows, 1, CV_32F)*-1; cv::Mat data, labels; vconcat(pos_feat, selected_neg_feat, data); vconcat(pos_label, neg_label, labels); LOG(INFO)<<path<<"\t Pos. Samples = "<<pos_feat.rows<<"\t Neg. Samples = "<<neg_feat.rows; // combine data and labels to shuffle them together Mat comb_data_label; hconcat(data, labels, comb_data_label); comb_data_label = shuffleRows(comb_data_label); // get the values back data = comb_data_label.colRange(0, comb_data_label.cols-1); labels = comb_data_label.col(comb_data_label.cols-1); Mat norm_data, mean, std; normalize_data_range(data, norm_data, mean, std); m->mean = mean; m->std = std; m->path = path; SvmProblem problem; SvmParam param = ::utils::libsvm::get_default_svm_param(); param.eps = 1e-5; param.probability = 1; /* do probability estimates */ param.C = 2.5; param.gamma = 0.5; param.cache_size = 16000; for(unsigned int r=0; r<norm_data.rows; r++){ CHECK(problem.push_problem<float>(norm_data.row(r), (double)labels.at<float>(r, 0))); } bool hard_negative_mining = false; if(boost::filesystem::exists(path.c_str())) { m->model->read_from_text(path.c_str()); }else{ m->model->train(problem, param); hard_negative_mining = true; } int num_iter = 1; if(hard_negative_mining){ param.nr_weight=2; param.weight_label = new int[2]; param.weight = new double[2]; param.weight_label[0]=-1; param.weight_label[1]=+1; double Cn = 1; double Cp = 10; param.weight[0]=Cn; param.weight[1]=Cp; for(int i=0; i<num_iter; i++){ int true_pos = 0; Mat hard_negs; for(unsigned int n=0; n<neg_feat.rows; n++){ Mat feat = neg_feat.row(n); normalize_data(feat, feat, mean, std); vector<double> probs; float resp = m->model->predict_probability<float>(feat, probs); if(resp==-1){ true_pos++; } else{ if(hard_negs.rows == 0){ hard_negs = feat; }else{ vconcat(hard_negs, feat, hard_negs); } } } LOG(INFO)<<path<<"\tIter: "<<i<<"\tAccuracy on all negatvies = "<<true_pos/(float)neg_feat.rows*100; LOG(INFO)<<path<<"\tHard negative counts: "<<hard_negs.rows; for(unsigned int r=0; r<hard_negs.rows; r++){ CHECK(problem.push_problem<float>(hard_negs.row(r), -1)); } m->model.reset(new SVM); m->model->train(problem, param); } m->model->write_as_text(path.c_str()); } if(true){ int true_pos = 0; int cor_pos = 0, cor_neg = 0; for(unsigned int n=0; n<norm_data.rows; n++){ vector<double> probs; float resp = m->model->predict_probability<float>(norm_data.row(n), probs); if(resp==labels.at<float>(n,0)){ true_pos++; if(resp == -1){ cor_neg++; } else{ cor_pos++; } } } LOG(INFO)<<path<<"\tAccuracy = "<<true_pos/(float)norm_data.rows*100 << "\tPos:\t" << cor_pos/(float)norm_data.rows*100 << "\tNeg:\t" << cor_neg/(float)norm_data.rows*100; } neg_feats[pIdx] = cv::Mat(); } bool learn_param_for_unary_models_mp(vector<vector<Mat> >& appearance_feats, SPLPI& splp_model, body_pose::BodyPoseTypes pose_type, string cache, int num_threads) { CHECK(appearance_feats.size())<<" Appearance features are not available. "; CHECK(appearance_feats[0].size()); int num_feat = appearance_feats[0][0].row(0).cols - 1; // last value is the check flag int total_persons = 0; for(unsigned int aIdx=0; aIdx<appearance_feats.size(); ++aIdx){ total_persons += appearance_feats[aIdx].size(); } vector<Mat> pos_feats((int)pose_type); vector<Mat> neg_feats((int)pose_type); for(size_t pIdx=0; pIdx<(pose_type); pIdx++){ pos_feats[pIdx] = Mat::zeros(total_persons, num_feat, CV_32F); neg_feats[pIdx] = Mat::zeros(total_persons, num_feat, CV_32F); } vector<int> p_count((int)pose_type, 0); vector<int> n_count((int)pose_type, 0); for(size_t aIdx=0; aIdx<appearance_feats.size(); aIdx++){ for(size_t nIdx=0; nIdx<appearance_feats[aIdx].size(); nIdx++){ for(size_t pIdx=0; pIdx<(pose_type); pIdx++){ bool check = static_cast<bool>(appearance_feats[aIdx][nIdx].row(pIdx).at<float>(0,num_feat)); Mat f = appearance_feats[aIdx][nIdx].row(pIdx).colRange(0,num_feat); if(check){ f.copyTo(pos_feats[pIdx].row(p_count[pIdx]++)); }else{ f.copyTo(neg_feats[pIdx].row(n_count[pIdx]++)); } } } } for(unsigned int pIdx=0; pIdx<(int)pose_type; pIdx++){ pos_feats[pIdx] = pos_feats[pIdx].rowRange(0, p_count[pIdx]); neg_feats[pIdx] = neg_feats[pIdx].rowRange(0, n_count[pIdx]); } if(num_threads < 1){ num_threads = ::utils::system::get_available_logical_cpus(); } vector<splpi::BinaryModel> models; models.resize((int)pose_type); num_threads = 14; if(num_threads >= 1){ boost::thread_pool::executor e(num_threads); for(unsigned int pIdx=0; pIdx<(int)pose_type; pIdx++){ e.submit(boost::bind(&train_unary_svm_mt, pos_feats, neg_feats, &models[pIdx], pIdx, cache)); } e.join_all(); } else{ for(unsigned int pIdx=0; pIdx<(int)pose_type; pIdx++){ train_unary_svm_mt(pos_feats, neg_feats, &models[pIdx], pIdx, cache); } } CHECK(splp_model.set_unary_models(models))<< "Failed during setting SPLP difference class binary models"; return true; } bool get_appearance_scores(vector<MultiAnnotation> annotations, vector<vector<Mat> >& scores, std::string config_file, std::string cache) { // load if features are precomputed string filename = cache+"/features/splp/cnn_features_for_binaries.txt"; std::ifstream ifs(filename.c_str()); if(ifs.is_open()){ LOG(INFO)<<"Already computed features found at "<<filename; try{ boost::archive::text_iarchive ia(ifs); ia>>scores; LOG(INFO)<<"Features loaded"; return true; } catch(boost::archive::archive_exception& ex){ LOG(INFO)<<"Reload Tree: Archive exception during deserializiation: " <<ex.what(); LOG(INFO)<<"not able to load features from: "<<filename; } } LOG(INFO)<<"Computing features..."; vector<string> feature_names; feature_names += "Mconv5_stage6"; vision::features::CNNFeatures cnn_feat_extractor(config_file); scores.resize(annotations.size()); boost::progress_display show_progress(annotations.size()); for(unsigned int aIdx=0; aIdx<annotations.size(); ++aIdx, ++show_progress){ MultiAnnotation ann = annotations[aIdx]; Mat orig_image = imread(ann.url); scores[aIdx].resize(ann.persons.size()); // for(unsigned int nIdx=0; nIdx<ann.person_groups.size(); nIdx++){ for(unsigned int nIdx=0; nIdx<ann.persons.size(); nIdx++){ int person_id = nIdx; // int person_id = ann.person_groups[nIdx]; Annotation s_ann = ann.persons[person_id]; Mat image; float scale = 1.0/s_ann.scale; rescale_img(orig_image, image, scale, s_ann); Point_<int> center = s_ann.position; int offset = 150; Rect bbox = Rect(center.x - offset, center.y - offset, 2*offset, 2*offset); bbox = vision::geometry_utils::intersect(bbox, Rect(0,0, image.cols, image.rows)); Mat test_image = image(bbox); center = center - Point(bbox.x, bbox.y); std::vector<cv::Mat_<float> > cnn_features; cnn_feat_extractor.extract_cpm(test_image, feature_names, cnn_features, center, true, false); Mat s = Mat::zeros(s_ann.parts.size(), cnn_features.size()+1, CV_32F); // the last value is to specifiy whether the annotation should be used during training or not float head_len = get_head_length(s_ann); for(unsigned int pIdx=0; pIdx<s_ann.parts.size(); pIdx++){ Point p = s_ann.parts[pIdx]; p = p - Point(bbox.x, bbox.y); // FIXME: Re-generate annotation files for MPII-Pose dataset to start from index 0 // p.x--; // p.y--; if(!is_valid(p) || p.x >= cnn_features[0].cols || p.y >= cnn_features[0].rows){ continue; } for(unsigned int cIdx=0; cIdx<cnn_features.size(); cIdx++){ CHECK_GE(cnn_features[cIdx].at<float>(p), -1.1)<<aIdx<<"\t"<<nIdx<<"\t"<<p.x<<"\t"<<p.y<<"\t"<<cnn_features[0].cols<<"\t"<<cnn_features[0].rows; CHECK_LE(cnn_features[cIdx].at<float>(p), 1.1)<<aIdx<<"\t"<<nIdx<<"\t"<<p.x<<"\t"<<p.y<<"\t"<<cnn_features[0].cols<<"\t"<<cnn_features[0].rows; s.at<float>(pIdx, cIdx) = cnn_features[cIdx].at<float>(p); } Point max_loc; minMaxLoc(cnn_features[pIdx], 0,0,0,&max_loc); float diff = sqrt(pow(max_loc.x - p.x,2) + pow(max_loc.y - p.y, 2)); s.at<float>(pIdx, cnn_features.size()) = diff <= 0.5*head_len ? 1 : 0; // correct detection or not } cout<<s<<endl; scores[aIdx][nIdx] = s; } } std::ofstream ofs(filename.c_str()); if(ofs==0){ LOG(INFO)<<"Error: Cannot open the given path to save detected poses."; } boost::archive::text_oarchive oa(ofs); oa<<scores; ofs.flush(); ofs.close(); LOG(INFO)<<"Features saved at :"<<filename; return true; } bool learn_model_parameters_mp(SPLPI& splp_model, string train_file, int patch_size, float scale_factor, body_pose::BodyPoseTypes pose_type, string cache) { vector<MultiAnnotation> annotations; //load_multi_annotations(annotations, train_file); // multiply the scales ŝof annotations with scale_factor /*for(unsigned int aIdx=0; aIdx<annotations.size(); aIdx++){ MultiAnnotation& ann = annotations[aIdx]; for(unsigned int nIdx=0; nIdx<ann.persons.size(); nIdx++){ ann.persons[nIdx].scale *= scale_factor; } }*/ string model_dir = cache+"/models"; if(!boost::filesystem::exists(model_dir)){ CHECK(boost::filesystem::create_directory(model_dir)); } string splp_dir = model_dir+"/splp"; if(!boost::filesystem::exists(splp_dir)){ CHECK(boost::filesystem::create_directory(splp_dir)); } /// load/learn svms for unary normalization string unary_model_dir = splp_dir+"/unaries"; if(!boost::filesystem::exists(unary_model_dir)){ CHECK(boost::filesystem::create_directory(unary_model_dir)); } string unary_model_path = unary_model_dir+"/models.txt"; if(boost::filesystem::exists(unary_model_path.c_str())){ LOG(INFO)<<"Pre-learned unary models found at: "<<unary_model_path; splp_model.load_unary_models(unary_model_path); } else{ vector<vector<Mat> > scores; get_appearance_scores(annotations, scores, "./config_file.txt", cache); LOG(INFO)<<"Learning unary models.."; CHECK(learn_param_for_unary_models_mp(scores, splp_model, pose_type, unary_model_dir)); splp_model.save_unary_models(unary_model_path); } /// load/learn same class binary models string same_class_model_dir = splp_dir+"/same_class_binaries"; if(!boost::filesystem::exists(same_class_model_dir)){ CHECK(boost::filesystem::create_directory(same_class_model_dir)); } string same_class_binary_path = same_class_model_dir+"/models.txt"; if(boost::filesystem::exists(same_class_binary_path.c_str())){ LOG(INFO)<<"Pre-learned same class binary models found at: "<<same_class_binary_path; splp_model.load_same_class_binary_models(same_class_binary_path); } else{ LOG(INFO)<<"Learning same class binary params.."; CHECK(learn_param_for_same_class_binaries_mp(annotations, splp_model, patch_size, pose_type, same_class_model_dir)); splp_model.save_same_class_binary_models(same_class_binary_path); } /// Load/Learn diff class binary models string diff_class_model_dir = splp_dir+"/diff_class_binaries"; if(!boost::filesystem::exists(diff_class_model_dir)){ CHECK(boost::filesystem::create_directory(diff_class_model_dir)); } string diff_class_binary_path = diff_class_model_dir+"/models.txt"; if(boost::filesystem::exists(diff_class_binary_path.c_str())){ LOG(INFO)<<"Pre-learned diff class binary models found at: "<<diff_class_binary_path; splp_model.load_diff_class_binary_models(diff_class_binary_path); } else{ LOG(INFO)<<"Learning diff class binary params.."; vector<vector<Mat> > scores; get_appearance_scores(annotations, scores, "./config_file.txt", cache); CHECK(learn_param_for_diff_class_binaries_mp(annotations, scores, splp_model, pose_type, diff_class_model_dir)); splp_model.save_diff_class_binary_models(diff_class_binary_path); } return true; } } }
2bf3c1997c8b08bc4c9f15557a13b59afacc32f7
9e34e84c20760a9a37512c675074974ac7e56275
/more-source/2008-2009/Kamp_2008-2009_issyk/mine/day5/C.cpp
2899b0debd1b6b8b08c2dfaaf4784c18f4576f07
[]
no_license
Slava/competitiveProgramming
2b7f26bf24143b459c6e2625ef1ea343a926bb76
b68391720b9f9efc4162a66ca07d9448cffc1453
refs/heads/master
2021-01-21T12:40:40.053352
2020-01-06T19:21:45
2020-01-06T19:21:45
9,552,080
8
6
null
null
null
null
UTF-8
C++
false
false
946
cpp
#include <iostream> #include <fstream> using namespace std; short q[100000]={0},size[100000]={0}; bool was[100000][100000]={0}; int j=0; int way(bool a[],int N,int start,int finish,int e,int &j,int &size){ was[start]=1; for(int i=0;i<N;i++){ if((a[start][i]==1)&&(i==finish))size++;q[e][j]=i;size=j+1;return size; if((a[start][i]==1)&&(was[e][i]==0))j++;size++;return way(a,N,i,finish,e,size); } return -1; } main () { ifstream fin("c.in"); ofstream fout("c.out"); int N,M; cin>>N>>M; bool a[N][N]; for(int i=0;i<N;i++){ for(int j=0;j<N;j++){ a[i][j]=0; } } for(int i=0;i<M;i++){ int temp1,temp2; cin>>temp1>>temp2; a[temp1-1][temp2-1]=1; } for(int i=0;i<N;i++){ way(a,N,start,finish,i,0,size[i]); } fin.close(); fout.close(); return 0; }
bde9e51e1a3f0a7a7df46707f4d186434eed2bdb
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/bd/49dbccd0fbebaa/main.cpp
78a8365e3b706bb145bb05581445203415892a9b
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
2,957
cpp
#define BOOST_SPIRIT_DEBUG #include <boost/spirit/include/qi.hpp> #include <boost/spirit/include/phoenix.hpp> namespace qi = boost::spirit::qi; namespace ascii = boost::spirit::ascii; template <typename Iterator, typename Num> struct unsigned_parser : qi::grammar<Iterator, Num()> { unsigned_parser() : unsigned_parser::base_type(unum) { using namespace qi; bin = eps[_val=0] >> *(char_("01") [ _accum(_1, _val, 2 )] | '_'); oct = eps[_val=0] >> *(char_("0-7") [ _accum(_1, _val, 8 )] | '_'); dec = eps[_val=0] >> *(char_("0-9") [ _accum(_1, _val, 10)] | '_'); hex = eps[_val=0] >> *(char_("0-9a-fA-F") [ _accum(_1, _val, 16)] | '_'); unum = ('0' >> ( (omit[ char_("xXhH") ] >> hex) | (omit[ char_("bByY") ] >> bin) | (omit[ char_("oOqQ") ] >> oct) | (omit[ char_("dDtT") ] >> dec)) ) | (hex >> omit[ char_("xXhH") ]) | (bin >> omit[ char_("bByY") ]) | (oct >> omit[ char_("oOqQ") ]) | (dec >> omit[ -char_("dDtT") ]); BOOST_SPIRIT_DEBUG_NODES((unum) (hex) (oct) (dec) (bin)); } private: qi::rule<Iterator, Num()> unum, hex, oct, dec, bin; struct accum_f { template <typename...> struct result { typedef void type; }; void operator()(char ch, Num& accum, int base) const { accum *= base; if (ch >= '0' && ch <= '9') accum += ch - '0'; else if (ch >= 'a' && ch <= 'f') accum += ch - 'a' + 10; else if (ch >= 'A' && ch <= 'F') accum += ch - 'A' + 10; else assert(false); } }; boost::phoenix::function<accum_f> _accum; }; template <typename Iterator, typename Num> struct signed_parser : qi::grammar<Iterator, Num()> { signed_parser() : signed_parser::base_type(snum) { using namespace qi; snum %= lit('-') >> unum [ _val = -_1 ] | -lit('+') >> unum ; BOOST_SPIRIT_DEBUG_NODES((snum)) } private: qi::rule<Iterator, Num()> snum; unsigned_parser<Iterator, Num> unum; }; int main(int argc, const char *argv[]) { typedef std::string::const_iterator iter; signed_parser<iter, int64_t> const sp; for (std::string const& s : boost::make_iterator_range(argv+1, argv+argc)) { std::cout << "\n-----------------------------\nParsing '" << s << "':\n"; int64_t val; iter i = s.begin(), end = s.end(); bool rv = phrase_parse(i, end, sp >> qi::eoi, ascii::space, val); if (rv) { std::cout << "Succeeded: " << val << std::endl; } else { std::cout << "Failed." << std::endl; } if (i!=end) { std::cout << "Remaining unparsed: '" << std::string(i,end) << "'\n"; } } }
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
3d496dbc5df89e594a20601cd61382d22bf07b68
6e7084a5a64ba0720283dbdf0d02a93dd107671b
/ForeEnd/logic.cpp
a3cddb87d9c54ef8530caa6f5a2f744d4280351a
[]
no_license
longruiliu/ECR
b87c8bdb5314d0b14f1c44a7fdd3929528880aa2
caa163b839c6016a34d2bf022c2c109e2d1e25d5
refs/heads/master
2021-03-12T23:56:35.954347
2013-03-18T09:17:31
2013-03-18T09:17:31
8,407,603
0
0
null
null
null
null
UTF-8
C++
false
false
1,920
cpp
#include <protocol.h> #include <string> int addGroupMember(int userID, int groupID, std::string msg) { Request req; req.setType("group"); req.setMethod("joinreq"); req.addParams(userID); req.addParams(groupID); req.addParams(msg); } int delGroupMember(int userID, int groupID) { Request req; req.setType("group"); req.setMethod("quitreq"); req.addParams(userID); req.addParams(groupID); } int getUserList(int groupID) { Request req; req.setType("group"); req.setMethod("userlist"); req.addParams(groupID); } int sendRedMsg(int groupID, std::string msg) { Request req; req.setType("group"); req.setMethod("redmsg"); req.addParams(groupID); req.addParams(msg); } int fetchGroupMsg(int groupID, time_t timestamp) { Request req; req.setType("group"); req.setMethod("fetchmsg"); req.addParams(groupID); req.addParams((int)timestamp); } int fetchGroup() { Request req; req.setType("group"); req.setMethod("fetchgrp"); } int addUser(std::string userName, std::string pw, std::string userInfo) { Request req; req.setType("regular"); req.setMethod("add"); req.addParams(userName); req.addParams(pw); req.addParams(userInfo); } int modifyUser(int userID, std::string newName, std::string newpw, int prior, std::string userInfo) { Request req; req.setType("regular"); req.setMethod("modify"); req.addParams(userID); req.addParams(newName); req.addParams(newpw); req.addParams(prior); req.addParams(userInfo); } int delUser(int userID) { Request req; req.setType("regular"); req.setMethod("del"); req.addParams(userID); } int fetchMsg() { Request req; req.setType("regular"); req.setMethod("fetchmsg"); } int keepAlive() { Request req; req.setType("regular"); req.setMethod("keepalive"); }
03cf98dd8c0a4551c8db3a9c25ab975a28111a32
954dedbf67741b4b76b00a042cdaa62a0c32c765
/MKTHNUM.cpp
5e000b9402d06a2e3f36af07373487edae601b79
[]
no_license
maraghuram/SPOJ-solutions
95ecef618fabe8560ce16c70aee12de1b11f4e00
aa52b7641886021d19bff23a9e1733a4c27a39d3
refs/heads/master
2021-01-11T15:00:40.671790
2017-02-14T17:55:27
2017-02-14T17:55:27
80,278,983
0
0
null
null
null
null
UTF-8
C++
false
false
2,023
cpp
#include <bits/stdc++.h> #define NMAX 111111 using namespace std; typedef long long int ll; struct node{ node *l,*r; int cnt; node(){ l=r=NULL; cnt=0; } }; node *root; int N,Q; vector<ll> A,B; vector<int> ranked; vector<node*> ver; node* build(int i,int j){ node *newNode = new node; int mid=(i+j)>>1; if(i!=j){ newNode->l = build(i,mid); newNode->r = build(mid+1,j); } return newNode; } node *update(node *curr,int i,int j,int pos){ node *newNode = new node; newNode->l = curr->l, newNode->r = curr->r, newNode->cnt = curr->cnt; if(i==j && i==pos){ newNode->cnt = 1; return newNode; } int mid=(i+j)>>1; if(pos<=mid) newNode->l = update(curr->l,i,mid,pos); else newNode->r = update(curr->r,mid+1,j,pos); newNode->cnt += 1; return newNode; } int query(node *left,node *right,int i_,int j_,int k_){ if(left->l==NULL) return i_; int lsum = right->l->cnt - left->l->cnt; int rsum = right->r->cnt - left->r->cnt; int mid_ = (i_+j_)>>1; // cout<<i_<<","<<j_<<"--> "<<k_<<" "<<left->l->cnt<<" "<<right->l->cnt<<endl; if( k_ <= lsum ) return query(left->l,right->l,i_,mid_,k_); else return query( left->r, right->r, mid_ + 1, j_, k_ - lsum ); } int main(){ root=NULL; scanf("%d %d",&N,&Q); A=vector<ll>(N); B=vector<ll>(N); root=build(1,N); assert(root!=NULL); ver.push_back(root); for(int i=0;i<N;++i){ scanf("%lld",&A[i]); B[i]=A[i]; } ranked=vector<int>(N); int currVer=0; sort(B.begin(),B.end()); for(int i=0;i<N;++i) ranked[i] = lower_bound(B.begin(),B.end(),A[i]) - B.begin() + 1; for(int i=0;i<N;++i) { node * newRoot = update(ver[currVer],1,N,ranked[i]); ++currVer; ver.push_back(newRoot); } for(int q=0;q<Q;++q) { int i,j,k; scanf("%d %d %d",&i,&j,&k); // cout<< ver[i-1]->cnt << " " << ver[j]->cnt << endl; // cout<<query( ver[i-1], ver[j], 1, N, k )<<endl; printf("%lld\n",B[ query( ver[i-1], ver[j], 1, N, k ) - 1 ] ); } return 0; }
8a76a16c1287c0d63480e199c0f4f6c63492d1ba
f0d43fd2c70e4520ce467d54f9c693c1ed46c1e7
/USART.h
eca915358dbbd8f84dfd7d8ec5db4b2083bf13c0
[]
no_license
ngc6589/IN-12bNixieClock
91eba25e6cb5caa5ef7a49f44f231483dd2ad66a
766514003f80f4daf5dae0cd593b285410a80969
refs/heads/master
2021-01-13T02:02:13.680114
2013-11-03T04:32:18
2013-11-03T04:32:18
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
754
h
/* ---------------------------------------------------------------------------- * IN-12b ニキシー管表示ユニット制御プログラム * シリアル通信 * * Author. 楠 昌浩(Masahiro Kusunoki) * http://mkusunoki.net * Release 20131011 Rev 001 * ---------------------------------------------------------------------------- */ #ifndef USART_H_ #define USART_H_ #define BAUD 9600 #define UBRRVAL ((F_CPU / (BAUD * 16UL)) - 1) #define USARTBUF_LEN 32 class USART { private: char rxBuf[USARTBUF_LEN]; int rxBufStoIdx; int rxBufGetIdx; public: USART(); void begin(); void putstr(char *buf); void putch(char ch); void getrxd(); char getch(); int available(); }; #endif /* USART_H_ */
fcb56a00aba35baa438de1982f78e54b0978a75c
9c7c3e1c9b76d23a9574520a817a6e74c50f7c8d
/air/100/phi
3bad4ccd261e7d2a411c82bdf5ef41e149e4b417
[]
no_license
einsteinzhang/k-epsilon_RAS-in-openFOAM
20525f6a4e31c3832c7eeaae296099550ee76f7e
a3f3e3790fc7798bdafc0ab9fe42f831d8174106
refs/heads/master
2022-10-20T03:28:48.298669
2020-06-09T03:21:49
2020-06-09T03:21:49
270,980,331
0
0
null
null
null
null
UTF-8
C++
false
false
749,060
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ /* Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt *\ | Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class surfaceScalarField; location "100"; object phi; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 3 -1 0 0 0 0]; internalField nonuniform List<scalar> 87341 ( 0.344975 39.5781 0.466198 39.8018 0.484696 39.9045 0.565939 39.8418 0.609828 39.8791 0.646411 39.8865 0.692635 39.8768 0.719509 39.8962 0.747553 39.895 0.769549 39.901 0.789948 39.9026 0.808633 39.9044 0.825741 39.9059 0.841535 39.9072 0.856178 39.9084 0.869822 39.9094 0.88261 39.9102 0.894687 39.911 0.906187 39.9115 0.917282 39.9119 0.928161 39.9122 0.938938 39.9123 0.949584 39.9124 0.960091 39.9125 0.970451 39.9127 0.98067 39.9128 0.990757 39.9129 1.00072 39.9131 39.913 1.01079 0.846533 38.7315 1.19233 39.456 1.24978 39.8471 1.42456 39.667 1.46548 39.8382 1.62763 39.7243 1.71044 39.794 1.83989 39.7667 1.9453 39.7896 2.04884 39.7975 2.1434 39.8081 2.22926 39.8185 2.30782 39.8274 2.38015 39.8349 2.44715 39.8414 2.50956 39.847 2.568 39.8518 2.62297 39.856 2.67493 39.8596 2.72409 39.8628 2.77049 39.8658 2.81421 39.8685 2.85553 39.8711 2.8947 39.8734 2.93186 39.8755 2.96716 39.8775 3.00069 39.8794 3.03253 39.8812 39.8826 3.06288 1.86883 36.8627 2.95784 38.367 3.49246 39.3125 3.43662 39.7229 3.54757 39.7273 3.4974 39.7745 3.51053 39.7809 3.51327 39.764 3.52778 39.7751 3.55243 39.7729 3.58396 39.7765 3.62387 39.7786 3.66782 39.7834 3.71404 39.7887 3.76152 39.7939 3.80953 39.799 3.85746 39.8039 3.90481 39.8086 3.95091 39.8135 3.99559 39.8181 4.03885 39.8225 4.08075 39.8266 4.12138 39.8304 4.16075 39.834 4.199 39.8373 4.23624 39.8403 4.2726 39.8431 4.30821 39.8456 39.8489 4.34197 1.71248 35.1502 3.43322 36.6463 4.66675 38.0789 5.27159 39.118 5.39591 39.6029 5.4129 39.7575 5.42678 39.767 5.41128 39.7795 5.40847 39.7779 5.40065 39.7807 5.39902 39.7782 5.40132 39.7763 5.40931 39.7754 5.42287 39.7751 5.4413 39.7755 5.46392 39.7764 5.49007 39.7777 5.51927 39.7794 5.55156 39.7812 5.58665 39.783 5.62419 39.785 5.66395 39.7869 5.70547 39.7889 5.74837 39.7911 5.7924 39.7932 5.83709 39.7956 5.88211 39.798 5.92727 39.8004 39.8033 5.97278 1.09571 34.0545 2.47963 35.2623 4.03516 36.5234 5.34421 37.809 6.11143 38.8357 6.39342 39.4755 6.47467 39.6857 6.53694 39.7172 6.59361 39.7212 6.64714 39.7271 6.68838 39.7369 6.71793 39.7467 6.74576 39.7476 6.77311 39.7478 6.80103 39.7476 6.83025 39.7471 6.86143 39.7465 6.89512 39.7457 6.93218 39.7441 6.97249 39.7427 7.01592 39.7415 7.06183 39.741 7.11012 39.7406 7.16059 39.7406 7.21296 39.7409 7.26713 39.7414 7.32294 39.7422 7.38011 39.7433 39.743 7.44041 0.811339 33.2432 1.79034 34.2833 2.9324 35.3814 4.21564 36.5257 5.37265 37.6787 6.14503 38.7031 6.44193 39.3888 6.52397 39.6352 6.57782 39.6674 6.63447 39.6705 6.6929 39.6785 6.75409 39.6855 6.81781 39.6839 6.88388 39.6817 6.95222 39.6792 7.02278 39.6766 7.09544 39.6739 7.17003 39.6712 7.2454 39.6688 7.32139 39.6667 7.39807 39.6649 7.47535 39.6637 7.5533 39.6627 7.63201 39.6619 7.71149 39.6614 7.79176 39.6612 7.87279 39.6612 7.95446 39.6616 39.6608 8.03669 0.607089 32.6361 1.30196 33.5885 2.09051 34.5928 2.97344 35.6428 3.93741 36.7147 4.86801 37.7725 5.50745 38.7494 5.7431 39.3995 5.83149 39.579 5.9179 39.5841 6.01863 39.5778 6.1341 39.5701 6.2531 39.5649 6.37448 39.5603 6.49747 39.5562 6.62153 39.5525 6.74618 39.5492 6.87092 39.5464 6.99528 39.5444 7.11918 39.5428 7.24256 39.5415 7.36551 39.5407 7.48796 39.5402 7.60986 39.54 7.73119 39.5401 7.85187 39.5405 7.97182 39.5413 8.09104 39.5424 39.5441 8.20777 0.466606 32.1695 0.985074 33.07 1.5556 34.0223 2.18029 35.0181 2.85494 36.0401 3.56397 37.0635 4.26466 38.0487 4.73366 38.9305 4.94747 39.3652 5.11787 39.4137 5.29168 39.404 5.46917 39.3926 5.64844 39.3856 5.82895 39.3798 6.01014 39.375 6.19151 39.3711 6.37261 39.3681 6.5531 39.3659 6.7329 39.3646 6.91183 39.3639 7.08963 39.3637 7.2662 39.3642 7.44134 39.3651 7.61485 39.3665 7.7866 39.3683 7.95649 39.3706 8.12442 39.3733 8.29035 39.3765 39.3811 8.45329 0.4116 31.7579 0.856256 32.6254 1.32982 33.5487 1.83342 34.5145 2.36619 35.5073 2.92295 36.5067 3.48819 37.4835 4.0245 38.3942 4.35063 39.039 4.58921 39.1751 4.82133 39.1718 5.04988 39.164 5.2774 39.1581 5.50396 39.1533 5.72943 39.1496 5.95369 39.1469 6.17667 39.1451 6.39832 39.1443 6.61867 39.1442 6.83763 39.1449 7.05489 39.1464 7.27069 39.1484 7.48476 39.151 7.69686 39.1544 7.9068 39.1584 8.11446 39.1629 8.31972 39.1681 8.52247 39.1737 39.1793 8.72434 0.377603 31.3803 0.772659 32.2303 1.18742 33.1339 1.62086 34.0811 2.07107 35.0571 2.53477 36.043 3.00511 37.0131 3.46831 37.931 3.84463 38.6627 4.14475 38.875 4.43364 38.883 4.7173 38.8804 4.99676 38.8786 5.27231 38.8777 5.54415 38.8777 5.81246 38.8786 6.0774 38.8802 6.33906 38.8826 6.59754 38.8858 6.8529 38.8896 7.10488 38.8944 7.35407 38.8992 7.60029 38.9048 7.84333 38.9113 8.08313 38.9186 8.31961 38.9265 8.55274 38.9349 8.78252 38.9439 38.9517 9.01008 0.339457 31.0408 0.692766 31.877 1.05938 32.7673 1.43909 33.7014 1.83035 34.6659 2.23018 35.6432 2.6342 36.6091 3.0372 37.528 3.41293 38.287 3.75542 38.5325 4.0892 38.5492 4.41746 38.5521 4.74057 38.5555 5.05869 38.5596 5.37197 38.5644 5.68057 38.57 5.98455 38.5762 6.28401 38.5832 6.57899 38.5908 6.86953 38.599 7.15556 38.6084 7.43736 38.6174 7.7149 38.6273 7.98814 38.6381 8.25692 38.6498 8.52132 38.6621 8.78132 38.6749 9.03681 38.6884 38.7007 9.28778 0.33297 30.7078 0.675589 31.5344 1.02704 32.4159 1.38726 33.3411 1.75616 34.297 2.1327 35.2667 2.5142 36.2276 2.89682 37.1454 3.27034 37.9135 3.63002 38.1728 3.98437 38.1948 4.3347 38.2018 4.68098 38.2092 5.02308 38.2175 5.36101 38.2265 5.69456 38.2364 6.02382 38.247 6.34859 38.2584 6.66879 38.2706 6.98454 38.2833 7.29547 38.2975 7.60173 38.3111 7.90331 38.3257 8.19984 38.3416 8.49169 38.3579 8.77854 38.3752 9.06018 38.3933 9.33698 38.4116 38.4296 9.60815 0.35076 30.3571 0.709317 31.1758 1.07485 32.0503 1.44625 32.9697 1.82284 33.9204 2.2044 34.8851 2.59046 35.8416 2.97895 36.7569 3.36284 37.5296 3.73725 37.7984 4.10712 37.825 4.47375 37.8351 4.83705 37.8459 5.19692 37.8576 5.55293 37.8705 5.90536 37.884 6.25355 37.8988 6.59761 37.9143 6.93763 37.9306 7.27266 37.9482 7.60368 37.9665 7.92972 37.9851 8.25038 38.005 8.5669 38.0251 8.87781 38.047 9.18345 38.0696 9.48461 38.0921 9.77965 38.1166 38.1395 10.0697 0.375088 29.982 0.757824 30.7931 1.14707 31.6611 1.54155 32.5753 1.9398 33.5221 2.34046 34.4845 2.74259 35.4394 3.14513 36.3543 3.54706 37.1276 3.94434 37.4011 4.33711 37.4322 4.72655 37.4457 5.11253 37.4599 5.49449 37.4757 5.87322 37.4918 6.24701 37.5102 6.61718 37.5286 6.98299 37.5485 7.34309 37.5705 7.70004 37.5913 8.05084 37.6157 8.39612 37.6398 8.73778 37.6634 9.07164 37.6912 9.40094 37.7177 9.72553 37.745 10.0417 37.7759 10.3537 37.8046 37.8332 10.66 0.40209 29.5799 0.8119 30.3833 1.22807 31.2449 1.64918 32.1541 2.07373 33.0976 2.5001 34.0581 2.92646 35.0131 3.35056 35.9302 3.77536 36.7028 4.19981 36.9767 4.62057 37.0114 5.03746 37.0288 5.45017 37.0472 5.85996 37.0659 6.26331 37.0884 6.66455 37.109 7.05957 37.1336 7.44864 37.1594 7.83607 37.183 8.21369 37.2137 8.58814 37.2412 8.95862 37.2693 9.31768 37.3043 9.67579 37.3331 10.0268 37.3667 10.3672 37.4046 10.7072 37.4359 11.0375 37.4743 37.5112 11.3596 0.432995 29.1469 0.874042 29.9422 1.3216 30.7974 1.77405 31.7017 2.22974 32.6419 2.68696 33.6009 3.14386 34.5562 3.59764 35.4765 4.05122 36.2493 4.50577 36.5221 4.95541 36.5618 5.40149 36.5827 5.84455 36.6042 6.27947 36.631 6.71541 36.6525 7.14049 36.6839 7.56238 36.7117 7.98293 36.7389 8.38831 36.7777 8.79662 36.8054 9.19658 36.8412 9.58251 36.8834 9.97395 36.9129 10.3504 36.9567 10.717 37.0001 11.0877 37.0338 11.4399 37.0837 11.7865 37.1277 37.1646 12.1331 0.467695 28.6792 0.944013 29.4659 1.42722 30.3142 1.91551 31.2134 2.40702 32.1504 2.89987 33.108 3.39201 34.064 3.88057 34.9879 4.36858 35.7612 4.85352 36.0372 5.33605 36.0793 5.81355 36.1052 6.28238 36.1353 6.75583 36.1575 7.21078 36.1976 7.67065 36.224 8.12405 36.2583 8.55846 36.3045 9.00514 36.331 9.43218 36.3783 9.84856 36.4249 10.2758 36.4562 10.6756 36.513 11.0728 36.5594 11.4751 36.5979 11.8479 36.661 12.2239 36.7077 12.597 36.7546 36.8175 12.944 0.505151 28.1741 1.01961 28.9514 1.54145 29.7923 2.06865 30.6862 2.59916 31.6199 3.13088 32.5763 3.66159 33.5333 4.18781 34.4617 4.71064 35.2384 5.23434 35.5135 5.74738 35.5662 6.2551 35.5975 6.76848 35.622 7.25532 35.6707 7.75891 35.694 8.24321 35.7397 8.71234 35.7892 9.20073 35.8161 9.65597 35.8757 10.1097 35.9246 10.5738 35.9607 11.0003 36.0297 11.4333 36.08 11.8689 36.1239 12.2673 36.1995 12.6779 36.2505 13.0812 36.3043 13.4533 36.3825 36.4323 13.8386 0.544638 27.6294 1.09933 28.3968 1.6619 29.2298 2.23012 30.118 2.80168 31.0483 3.37416 32.0038 3.945 32.9625 4.51103 33.8957 5.07676 34.6727 5.62841 34.9618 6.18226 35.0124 6.73488 35.0449 7.2571 35.0997 7.80645 35.1213 8.32405 35.1764 8.83575 35.228 9.36603 35.2589 9.85263 35.3295 10.3442 35.3842 10.8461 35.4228 11.3026 35.5041 11.7711 35.5613 12.2447 35.6064 12.6686 35.7 13.111 35.7571 13.5474 35.814 13.9412 35.9106 14.3541 35.9696 36.038 14.7485 0.58589 27.0435 1.18259 27.8001 1.78772 28.6246 2.39882 29.5069 3.0134 30.4337 3.62895 31.3883 4.24283 32.3486 4.85037 33.2881 5.44723 34.0758 6.05282 34.3562 6.6398 34.4254 7.20442 34.4803 7.80193 34.5022 8.35877 34.5645 8.9107 34.6244 9.4828 34.6559 10.0053 34.7364 10.5351 34.7996 11.0842 34.835 11.5691 34.9379 12.0737 34.9995 12.5879 35.0471 13.0343 35.1599 13.5145 35.2199 13.9859 35.2857 14.4009 35.399 14.8476 35.4638 15.2731 35.544 35.6556 15.6555 0.628467 26.4151 1.26852 27.16 1.91756 27.9756 2.57285 28.8516 3.23151 29.7751 3.89042 30.7294 4.54605 31.693 5.19508 32.6391 5.84899 33.4219 6.47255 33.7327 7.0928 33.8051 7.73863 33.8344 8.33216 33.9087 8.92437 33.9723 9.55348 33.9953 10.1091 34.1003 10.6779 34.1676 11.2749 34.2026 11.7889 34.321 12.3411 34.3857 12.8996 34.441 13.3747 34.572 13.8977 34.6369 14.4077 34.7099 14.8515 34.8419 15.3353 34.9152 15.7985 35.0006 16.2066 35.1359 35.207 16.6553 0.672017 25.7431 1.35643 26.4756 2.05039 27.2816 2.75097 28.151 3.45521 29.0708 4.16026 30.0243 4.8636 30.9896 5.56002 31.9427 6.23379 32.7481 6.91562 33.0508 7.60105 33.1197 8.23205 33.2034 8.87761 33.2631 9.56068 33.2892 10.1387 33.4174 10.7591 33.4799 11.416 33.5106 11.9642 33.6545 12.5552 33.7299 13.1531 33.7878 13.6613 33.9328 14.225 34.0084 14.7788 34.0831 15.2525 34.2362 15.7665 34.3279 16.2652 34.4166 16.6966 34.5691 17.1744 34.6581 34.7696 17.6117 0.716174 25.0269 1.44554 25.7462 2.18511 26.5421 2.9317 27.4044 3.6819 28.3206 4.4318 29.2744 5.17614 30.2453 5.90888 31.2099 6.64951 32.0075 7.37613 32.3242 8.04683 32.449 8.75589 32.4944 9.47911 32.5399 10.0908 32.6775 10.7791 32.729 11.49 32.769 12.0584 32.9422 12.6819 33.031 13.3449 33.0669 13.9032 33.2295 14.5006 33.3355 15.0911 33.4178 15.5898 33.5844 16.1408 33.6852 16.6915 33.7772 17.1548 33.9532 17.6605 34.0634 18.1336 34.1851 34.3636 18.5396 0.759762 24.2671 1.53347 24.9725 2.31785 25.7577 3.1094 26.6129 3.90455 27.5255 4.69986 28.4791 5.49346 29.4517 6.28409 30.4193 7.05523 31.2364 7.77937 31.6001 8.56403 31.6644 9.31364 31.7448 9.96914 31.8844 10.7214 31.9253 11.4648 31.9856 12.0658 32.168 12.7494 32.2586 13.4908 32.2896 14.0784 32.4794 14.6879 32.62 15.332 32.6914 15.8813 32.8685 16.485 32.9807 17.074 33.0962 17.5616 33.2896 18.0973 33.4175 18.6063 33.5544 19.0601 33.7313 33.8707 19.5531 0.802662 23.4645 1.6202 24.155 2.44918 24.9287 3.28613 25.7759 4.12743 26.6842 4.96911 27.6374 5.80491 28.6159 6.62267 29.6016 7.4229 30.4362 8.27276 30.7502 9.04112 30.896 9.75418 31.0317 10.5851 31.0535 11.3505 31.1599 11.9942 31.3418 12.7432 31.419 13.5324 31.4694 14.1409 31.6811 14.789 31.8312 15.507 31.902 16.1155 32.083 16.7612 32.2228 17.3518 32.3901 17.8856 32.5624 18.4745 32.7007 19.0129 32.8791 19.5155 33.0518 20.0294 33.2174 33.4277 20.4723 0.844422 22.62 1.70421 23.2952 2.57591 24.057 3.45555 24.8963 4.33871 25.801 5.22044 26.7557 6.09686 27.7395 6.96846 28.73 7.85717 29.5474 8.64926 29.9581 9.44614 30.0991 10.3511 30.1268 11.1153 30.2893 11.8158 30.4594 12.654 30.5036 13.4678 30.6053 14.1114 30.8258 14.8213 30.9712 15.5797 31.0728 16.2436 31.2381 16.9297 31.3969 17.5439 31.6086 18.1524 31.7815 18.7799 31.9349 19.3155 32.1651 19.8873 32.3073 20.4217 32.5174 20.9058 32.7333 32.9474 21.3862 0.882297 21.7377 1.78097 22.3965 2.69211 23.1458 3.61185 23.9766 4.53639 24.8765 5.46251 25.8296 6.38695 26.815 7.3033 27.8136 8.16356 28.6872 9.0544 29.0673 9.99606 29.1575 10.7612 29.3617 11.5568 29.4937 12.4819 29.5343 13.2757 29.7098 13.9742 29.9068 14.7764 30.0235 15.5516 30.1961 16.2917 30.3327 16.996 30.5337 17.6286 30.7644 18.3172 30.9199 18.9807 31.1181 19.5841 31.3315 20.2192 31.53 20.7347 31.7918 21.2582 31.9939 21.7807 32.2108 32.4469 22.2811 0.9191 20.8186 1.85497 21.4607 2.80415 22.1967 3.76266 23.0181 4.72594 23.9132 5.68817 24.8673 6.64129 25.8619 7.57203 26.8829 8.53791 27.7213 9.49665 28.1086 10.2896 28.3645 11.1977 28.4536 12.1637 28.5277 12.9575 28.7404 13.7619 28.9053 14.6249 29.0438 15.4071 29.2414 16.2172 29.3859 16.9408 29.6092 17.6414 29.8331 18.4279 29.9779 19.0929 30.2548 19.7605 30.4506 20.3954 30.6966 20.9522 30.9733 21.5437 31.2002 22.1191 31.4185 22.6328 31.6971 31.9728 23.1069 0.95009 19.8685 1.91759 20.4932 2.89857 21.2157 3.88876 22.0279 4.88363 22.9183 5.87913 23.8718 6.87356 24.8674 7.87602 25.8804 8.83346 26.7639 9.7093 27.2327 10.7268 27.347 11.695 27.4854 12.5122 27.7106 13.4053 27.8472 14.3006 28.0101 15.1543 28.1902 16.035 28.3606 16.7746 28.6463 17.5468 28.8371 18.3638 29.0161 19.0598 29.2819 19.8091 29.5055 20.4587 29.8009 21.0828 30.0725 21.7506 30.3055 22.3398 30.611 22.876 30.8823 23.4035 31.1695 31.5022 23.8742 0.97687 18.8917 1.97167 19.4984 2.98071 20.2066 3.99999 21.0086 5.02539 21.8929 6.05215 22.8451 7.07356 23.846 8.06895 24.885 9.07047 25.7623 10.1249 26.1783 11.057 26.4149 11.9513 26.5911 12.9497 26.7122 13.875 26.9219 14.7837 27.1014 15.6718 27.3021 16.4733 27.5591 17.3591 27.7605 18.1814 28.0148 18.931 28.2665 19.7351 28.4778 20.4179 28.8228 21.125 29.0938 21.8394 29.3581 22.4456 29.6993 23.0665 29.9901 23.6095 30.3393 24.1352 30.6438 30.9993 24.6381 0.998946 17.8927 2.01599 18.4813 3.04761 19.175 4.0896 19.9666 5.1371 20.8454 6.18506 21.7971 7.22977 22.8013 8.28834 23.8265 9.32135 24.7293 10.32 25.1796 11.3146 25.4203 12.3473 25.5584 13.2841 25.7753 14.2403 25.9657 15.179 26.1627 16.0561 26.425 17.0248 26.5905 17.8546 26.9306 18.6983 27.1711 19.5304 27.4344 20.2335 27.7747 21.0509 28.0054 21.7752 28.3694 22.4395 28.6938 23.1211 29.0177 23.7001 29.4112 24.2995 29.7399 24.8031 30.1402 30.4933 25.3092 1.0142 16.8785 2.04684 17.4487 3.09442 18.1274 4.15307 18.9079 5.21884 19.7796 6.28781 20.7281 7.35637 21.7328 8.39981 22.783 9.4654 23.6637 10.4938 24.1513 11.5375 24.3765 12.5204 24.5755 13.5557 24.74 14.5568 24.9646 15.5056 25.2139 16.5054 25.4251 17.3502 25.7458 18.3136 25.9672 19.1697 26.315 19.971 26.633 20.8344 26.9113 21.5472 27.2926 22.339 27.5777 23.0311 28.0017 23.6794 28.3694 24.3177 28.7729 24.8674 29.1902 25.4642 29.5433 30.041 25.9165 1.02363 15.8549 2.06564 16.4067 3.12284 17.0702 4.19123 17.8396 5.26606 18.7048 6.34172 19.6525 7.40871 20.6658 8.4883 21.7034 9.58792 22.5641 10.6758 23.0634 11.6837 23.3686 12.7816 23.4776 13.7863 23.7353 14.8108 23.9401 15.7963 24.2285 16.7471 24.4743 17.7603 24.7327 18.6148 25.1127 19.5538 25.3759 20.4437 25.7432 21.2424 26.1125 22.0817 26.4533 22.7817 26.8777 23.5413 27.2421 24.2042 27.7065 24.8422 28.1349 25.456 28.5764 25.9513 29.048 29.5166 26.4756 1.02626 14.8286 2.07076 15.3622 3.13048 16.0105 4.20165 16.7684 5.28039 17.6261 6.3641 18.5688 7.46031 19.5696 8.56275 20.601 9.5913 21.5356 10.6931 21.9616 11.8667 22.195 12.8404 22.504 13.927 22.6487 14.9448 22.9222 16.0133 23.16 17.033 23.4545 17.9175 23.8482 18.9561 24.074 19.8822 24.4499 20.8053 24.8201 21.6619 25.2559 22.41 25.7053 23.2123 26.0753 23.9369 26.5175 24.6916 26.9517 25.3376 27.4889 25.9113 28.0028 26.4966 28.4627 29.0715 26.9418 1.02234 13.8063 2.06267 14.3218 3.11846 14.9547 4.18635 15.7005 5.26302 16.5494 6.34561 17.4862 7.41666 18.4985 8.45094 19.5667 9.63992 20.3466 10.7637 20.8378 11.7806 21.1781 12.9362 21.3484 14.0011 21.5838 15.1004 21.8229 16.1477 22.1127 17.1314 22.4708 18.2484 22.7312 19.1659 23.1565 20.1295 23.4863 21.0018 23.9478 21.9239 24.3338 22.8219 24.8073 23.5667 25.3306 24.3368 25.7474 25.0062 26.2824 25.7409 26.7541 26.3685 27.3752 26.8331 27.998 28.5408 27.3638 1.01162 12.7947 2.04061 13.2928 3.08464 13.9107 4.1399 14.6452 5.20158 15.4877 6.2623 16.4255 7.33084 17.43 8.47988 18.4177 9.53898 19.2875 10.6147 19.7621 11.8211 19.9717 12.9252 20.2444 14.0391 20.4698 15.0664 20.7957 16.1727 21.0064 17.2701 21.3735 18.2416 21.7596 19.3228 22.0753 20.258 22.5511 21.2596 22.9463 22.1139 23.4795 22.9949 23.9262 23.8911 24.4344 24.622 25.0164 25.3804 25.5239 25.9656 26.169 26.6389 26.702 27.2532 27.3837 28.1142 27.6798 0.994348 11.8003 2.00535 12.2819 3.03094 12.8851 4.06745 13.6087 5.11197 14.4432 6.16984 15.3676 7.2386 16.3612 8.25188 17.4044 9.40122 18.1382 10.6057 18.5577 11.6859 18.8915 12.8287 19.1016 13.8995 19.399 15.1026 19.5926 16.1355 19.9735 17.2459 20.263 18.3682 20.6373 19.3281 21.1155 20.3527 21.5265 21.2918 22.0072 22.3346 22.4366 23.2032 23.0576 24.0494 23.5883 24.8689 24.197 25.535 24.8578 26.2654 25.4385 26.829 26.1384 27.4923 26.7204 27.56 28.0466 0.9713 10.829 1.9584 11.2948 2.95991 11.8836 3.97242 12.5962 4.99317 13.4224 6.01092 14.3498 7.02316 15.349 8.15312 16.2744 9.24865 17.0426 10.3217 17.4846 11.5192 17.6939 12.6728 17.948 13.8837 18.1881 14.9506 18.5256 16.0883 18.8358 17.1639 19.1874 18.2232 19.578 19.3466 19.9921 20.353 20.5201 21.3758 20.9844 22.274 21.5384 23.3061 22.0255 24.1448 22.7496 24.9643 23.3774 25.7785 24.0436 26.4343 24.7827 27.1112 25.4614 27.5653 26.2664 26.9432 28.182 0.942505 9.88653 1.89974 10.3375 2.87048 10.9129 3.85013 11.6166 4.83285 12.4397 5.82946 13.3532 6.85947 14.319 7.8375 15.2964 8.98965 15.8905 10.2182 16.2561 11.3465 16.5656 12.4919 16.8027 13.5742 17.1058 14.7767 17.3231 15.8905 17.722 17.0548 18.0231 18.1359 18.4969 19.1583 18.9697 20.2804 19.398 21.311 19.9538 22.3329 20.5164 23.1999 21.1586 24.1998 21.7497 25.0233 22.5539 25.7846 23.2824 26.5553 24.012 27.1844 24.8324 27.809 25.6417 26.5616 28.1906 0.908626 8.9779 1.83085 9.41529 2.76585 9.97786 3.70894 10.6735 4.66192 11.4868 5.61157 12.4036 6.55322 13.3773 7.68071 14.1689 8.78196 14.7892 9.86524 15.1728 11.0284 15.4024 12.1755 15.6556 13.4081 15.8731 14.5065 16.2248 15.7025 16.526 16.7431 16.9825 17.919 17.321 19.0576 17.8312 20.0936 18.362 21.1679 18.8796 22.1698 19.5145 23.1802 20.1482 24.0168 20.913 25.021 21.5497 25.8391 22.4642 26.5549 23.2962 27.2583 24.1289 27.8119 25.0881 26.0303 28.3433 0.870443 8.10746 1.75349 8.53224 2.64882 9.08253 3.55081 9.77146 4.44801 10.5896 5.36406 11.4875 6.35639 12.385 7.31257 13.2127 8.43268 13.6691 9.64991 13.9556 10.7846 14.2677 11.9417 14.4986 13.0171 14.7977 14.1729 15.069 15.3198 15.3791 16.5738 15.7285 17.5955 16.2993 18.7653 16.6613 19.8811 17.2462 20.8962 17.8644 21.9652 18.4456 22.9663 19.1471 23.9935 19.8858 24.7972 20.746 25.7693 21.4922 26.5331 22.5324 27.193 23.469 27.848 24.4331 25.6064 28.2718 0.828432 7.27903 1.66861 7.69207 2.52022 8.23092 3.37373 8.91795 4.24098 9.72231 5.11577 10.6127 5.99228 11.5085 7.09971 12.1053 8.20436 12.5645 9.24113 12.9188 10.4039 13.105 11.5685 13.3339 12.7445 13.6217 13.855 13.9585 14.9705 14.2636 16.0412 14.6578 17.2995 15.041 18.3391 15.6217 19.5403 16.045 20.681 16.7237 21.6937 17.4329 22.7183 18.1225 23.6962 18.908 24.6962 19.7459 25.4942 20.6942 26.4316 21.595 27.1135 22.7871 27.7403 23.8063 25.0594 28.2874 0.78335 6.49568 1.57849 6.89693 2.38459 7.42481 3.1957 8.10685 3.99305 8.92495 4.81508 9.79071 5.80011 10.5235 6.74982 11.1556 7.81213 11.5022 8.98289 11.7481 10.0977 11.9902 11.1878 12.2438 12.2601 12.5494 13.4174 12.8012 14.5628 13.1182 15.7085 13.5121 16.7958 13.9537 18.0125 14.405 19.0289 15.0286 20.2205 15.5321 21.3412 16.3122 22.4054 17.0583 23.431 17.8824 24.4008 18.7762 25.3519 19.7431 26.1266 20.8203 26.969 21.9447 27.5588 23.2165 24.4685 28.1497 0.735837 5.75984 1.48457 6.1482 2.24475 6.66463 2.99392 7.35768 3.76731 8.15156 4.59984 8.95818 5.43761 9.68568 6.48849 10.1047 7.54737 10.4433 8.58752 10.7079 9.657 10.9207 10.7471 11.1537 11.8877 11.4088 12.988 11.7009 14.0965 12.0097 15.1791 12.4295 16.3213 12.8116 17.4416 13.2847 18.6496 13.8206 19.6731 14.5085 20.8919 15.0933 21.9807 15.9695 23.0601 16.8029 24.0752 17.7612 25.0068 18.8115 25.9273 19.8998 26.6783 21.1938 27.3899 22.5049 23.9661 27.8922 0.686641 5.0732 1.38997 5.44487 2.09899 5.95561 2.81315 6.64352 3.52217 7.44255 4.29841 8.18194 5.25506 8.72903 6.17058 9.18917 7.18639 9.42748 8.24354 9.65078 9.29108 9.87315 10.3253 10.1195 11.3808 10.3533 12.4748 10.6068 13.535 10.9495 14.6839 11.2806 15.7714 11.7241 16.9155 12.1407 18.0398 12.6963 19.2074 13.3409 20.2729 14.0277 21.4791 14.7634 22.5731 15.7089 23.6606 16.6737 24.6847 17.7874 25.5451 19.0394 26.4283 20.3106 27.1081 21.8251 23.3642 27.71 0.637148 4.43605 1.29642 4.78559 1.9615 5.29054 2.60714 5.99787 3.31451 6.73518 4.10983 7.38663 4.9235 7.91536 5.92083 8.19184 6.89339 8.45492 7.85935 8.68483 8.82827 8.90423 9.86572 9.08204 10.8975 9.32149 11.9581 9.54627 13.0016 9.90603 14.0656 10.2166 15.1985 10.5912 16.2759 11.0633 17.4266 11.5455 18.5822 12.1854 19.7482 12.8617 20.8333 13.6783 22.053 14.4892 23.1171 15.6095 24.2317 16.6727 25.2077 18.0634 26.0321 19.4862 26.8286 21.0287 22.8194 27.3734 0.58933 3.84672 1.20869 4.16623 1.81777 4.68146 2.437 5.37864 3.10243 6.06975 3.85404 6.63502 4.75956 7.00984 5.60788 7.34351 6.51284 7.54996 7.4526 7.74506 8.44198 7.91486 9.40946 8.11457 10.4043 8.32665 11.3825 8.5681 12.4008 8.88767 13.4562 9.16118 14.5292 9.51822 15.6544 9.93803 16.7262 10.4738 17.8909 11.0207 19.0814 11.6712 20.2645 12.4952 21.4005 13.3532 22.5888 14.4212 23.6504 15.6112 24.739 16.9748 25.6703 18.5549 26.442 20.257 22.1524 27.1089 0.545715 3.301 1.1254 3.58654 1.68403 4.12283 2.26205 4.80063 2.91669 5.4151 3.67841 5.8733 4.44863 6.23962 5.32503 6.46711 6.20058 6.67441 7.08539 6.86025 7.9895 7.01075 8.90504 7.19902 9.86267 7.36902 10.7948 7.63598 11.825 7.8575 12.8335 8.15265 13.8813 8.47046 14.9293 8.88998 16.0431 9.35995 17.1478 9.91602 18.3432 10.4758 19.5277 11.3107 20.751 12.1298 21.9089 13.2632 23.0938 14.4263 24.1588 15.9097 25.2141 17.4996 26.0652 19.4059 21.4804 26.7372 0.507803 2.7932 1.04406 3.05028 1.55597 3.61092 2.09894 4.25766 2.74297 4.77108 3.44581 5.17046 4.23787 5.44756 5.0139 5.69109 5.83922 5.84908 6.69015 6.00932 7.54668 6.15422 8.42384 6.32187 9.32151 6.47135 10.2372 6.72025 11.1963 6.89845 12.1838 7.16512 13.1469 7.50735 14.2306 7.80631 15.2621 8.32844 16.4032 8.77497 17.5502 9.32879 18.7505 10.1104 19.9791 10.9013 21.2271 12.0152 22.4167 13.2367 23.6066 14.7199 24.6732 16.433 25.6363 18.4428 20.7496 26.3671 0.472758 2.32044 0.962339 2.5607 1.41677 3.15649 1.95903 3.7154 2.55922 4.17089 3.24569 4.48398 3.94868 4.74457 4.72855 4.91122 5.48976 5.08788 6.30351 5.19556 7.10242 5.35532 7.94939 5.4749 8.77838 5.64235 9.68338 5.81525 10.5709 6.01094 11.525 6.21105 12.4606 6.57175 13.4566 6.81029 14.5242 7.26079 15.5799 7.71933 16.7389 8.16971 17.9124 8.93689 19.1545 9.6593 20.4386 10.731 21.7261 11.9492 22.9467 13.4993 24.15 15.2298 25.1571 17.4357 19.9236 25.9831 0.436041 1.8844 0.863297 2.13345 1.30048 2.7193 1.79236 3.22352 2.3925 3.57075 3.02429 3.85219 3.70889 4.05997 4.4045 4.21561 5.16966 4.32272 5.88439 4.48083 6.67269 4.56701 7.45651 4.69108 8.257 4.84187 9.10945 4.96279 9.95313 5.16726 10.8476 5.31657 11.7587 5.66067 12.7228 5.84621 13.7088 6.27476 14.8049 6.62322 15.8483 7.12636 17.0472 7.73793 18.2533 8.45325 19.564 9.42033 20.925 10.5882 22.2727 12.1516 23.5303 13.9721 24.6922 16.2738 19.0578 25.558 0.389741 1.49466 0.764439 1.75875 1.16939 2.31435 1.65456 2.73836 2.21768 3.00763 2.81428 3.2556 3.46149 3.41275 4.11773 3.55937 4.80991 3.63054 5.50293 3.78781 6.25097 3.81897 6.97779 3.96427 7.75682 4.06283 8.53184 4.18777 9.35581 4.3433 10.1775 4.49492 11.0611 4.77702 11.9775 4.92983 12.9374 5.31483 13.9352 5.6254 15.022 6.03958 16.1202 6.63975 17.3683 7.20513 18.6215 8.16718 20.0403 9.1694 21.4873 10.7045 22.9063 12.5532 24.1733 15.0068 18.0239 25.2072 0.337084 1.15758 0.661614 1.43422 1.06027 1.91569 1.50892 2.28971 2.05863 2.45792 2.60859 2.70563 3.22035 2.801 3.82681 2.95292 4.48686 2.97049 5.12499 3.14967 5.84936 3.0946 6.48864 3.32499 7.26391 3.28755 7.94161 3.51007 8.7729 3.51201 9.51065 3.75717 10.3814 3.90627 11.2222 4.08901 12.1668 4.37024 13.1084 4.68383 14.1395 5.00848 15.2396 5.53964 16.4066 6.03813 17.6854 6.88833 19.0802 7.77468 20.5701 9.21453 22.1744 10.9489 23.6189 13.5623 16.7685 24.8743 0.282641 0.874936 0.573064 1.1438 0.958352 1.5304 1.37065 1.8774 1.91114 1.91744 2.4075 2.20928 2.98629 2.22221 3.5512 2.38801 4.17667 2.34502 4.77651 2.54983 5.42668 2.44443 6.05589 2.69577 6.76241 2.58104 7.43456 2.83791 8.17268 2.77389 8.90138 3.02847 9.70125 3.1064 10.4968 3.29344 11.3899 3.47719 12.2798 3.79388 13.281 4.00726 14.3049 4.51574 15.4884 4.85471 16.6796 5.6971 18.1468 6.30744 19.5748 7.78652 21.4333 9.09048 22.9633 12.0323 15.1823 24.5495 0.234335 0.640601 0.500971 0.87716 0.861866 1.16951 1.25596 1.48331 1.75699 1.4164 2.2078 1.75847 2.77867 1.65134 3.27707 1.8896 3.87356 1.74854 4.43618 1.9872 5.03993 1.84068 5.63334 2.10237 6.29149 1.92289 6.91732 2.21208 7.60261 2.0886 8.27318 2.3579 9.05192 2.32766 9.76748 2.57787 10.6414 2.60328 11.4538 2.98152 12.4531 3.00791 13.4006 3.56821 14.5838 3.6715 15.733 4.54792 17.2109 4.82961 18.7014 6.29601 20.6251 7.16673 22.4433 10.2141 13.2779 24.3476 0.194745 0.445856 0.441721 0.630184 0.778054 0.833175 1.14461 1.11675 1.62011 0.940904 2.04951 1.32907 2.55047 1.15038 3.04266 1.39742 3.58337 1.20783 4.1067 1.46387 4.65216 1.29523 5.2451 1.50942 5.81097 1.35702 6.44571 1.57735 7.04875 1.48556 7.73933 1.66733 8.41606 1.65094 9.16693 1.827 9.91602 1.85419 10.7774 2.12013 11.6283 2.15699 12.6414 2.55518 13.6584 2.65445 14.9171 3.28924 16.2177 3.52903 17.9028 4.61091 19.7073 5.36216 22.1884 7.73302 10.7681 24.6982 0.164596 0.28126 0.399608 0.395172 0.693052 0.539731 1.07764 0.732165 1.46165 0.556894 1.9205 0.870213 2.33574 0.735141 2.84133 0.891829 3.29145 0.757708 3.83284 0.922472 4.30964 0.818432 4.8929 0.92616 5.38676 0.86317 5.99113 0.972978 6.53325 0.94343 7.16167 1.03891 7.7647 1.0479 8.44274 1.14896 9.11737 1.17956 9.90013 1.33737 10.6816 1.37557 11.6179 1.6188 12.5741 1.6983 13.7659 2.0974 15.024 2.27095 16.6662 2.96871 18.5389 3.48944 21.4547 4.81724 7.47556 24.7472 0.146921 0.134339 0.357945 0.184148 0.631645 0.266031 1.01479 0.349018 1.31743 0.254262 1.7702 0.417435 2.15738 0.347961 2.62314 0.42607 3.03318 0.347675 3.5272 0.428443 3.96341 0.382224 4.45389 0.435679 4.91047 0.406595 5.42292 0.460525 5.92257 0.443781 6.46794 0.493546 7.0214 0.494432 7.62342 0.546938 8.24584 0.557144 8.94526 0.637949 9.67198 0.64885 10.5158 0.774949 11.4142 0.799972 12.5018 1.00978 13.7044 1.06837 15.2323 1.44075 17.0475 1.67424 19.999 1.86581 4.06611 23.4084 0.134339 0.318487 0.584519 0.933536 1.1878 1.60523 1.95319 2.37926 2.72694 3.15538 3.53761 3.97329 4.37988 4.84041 5.28419 5.77773 6.27216 6.8191 7.37625 8.0142 8.66305 9.438 10.238 11.2477 12.3161 13.7569 15.4311 17.2969 21.363 1.02415 54.1269 1.03705 54.1273 1.04976 54.1275 1.06226 54.1277 1.07457 54.1279 1.08667 54.1281 1.09857 54.1283 1.11025 54.1286 1.12171 54.1288 1.13293 54.129 1.14391 54.1293 1.15462 54.1295 1.16505 54.1298 1.17518 54.1301 1.185 54.1304 1.19449 54.1307 1.20364 54.1311 1.21243 54.1314 1.22085 54.1318 1.22887 54.1322 1.23649 54.1326 1.24368 54.133 1.25043 54.1335 1.25674 54.1339 1.26258 54.1344 1.26795 54.1349 1.27283 54.1354 1.27722 54.1359 1.2811 54.1364 1.28446 54.1369 1.28731 54.1374 1.28963 54.1379 1.29142 54.1384 1.29269 54.139 1.29337 54.1396 1.29344 54.1402 1.2929 54.1408 1.29173 54.1414 1.28995 54.142 1.28756 54.1426 1.28457 54.1432 1.28097 54.1438 1.27676 54.1444 1.27196 54.145 1.26656 54.1456 1.26055 54.1462 1.25394 54.1468 1.24673 54.1474 1.23892 54.148 1.23051 54.1487 1.22148 54.1493 1.21184 54.1499 1.20158 54.1505 1.1907 54.1511 1.17919 54.1517 1.16706 54.1524 1.15431 54.153 1.14096 54.1536 1.12701 54.1542 1.11252 54.1547 1.09754 54.1552 1.08211 54.1557 1.06625 54.1561 1.04996 54.1565 1.03327 54.1569 1.01617 54.1573 0.998698 54.1577 0.980863 54.1581 0.962676 54.1584 0.944161 54.1588 0.925331 54.1591 0.906203 54.1594 0.886792 54.1596 0.867121 54.1599 0.847202 54.1602 0.82705 54.1604 0.806687 54.1606 0.786125 54.1608 0.765388 54.161 0.744487 54.1611 0.723436 54.1613 0.70225 54.1614 0.68095 54.1615 0.65955 54.1616 0.63807 54.1617 0.616521 54.1618 0.594926 54.1618 0.573292 54.1619 0.551648 54.1619 0.530046 54.1618 0.508545 54.1617 0.487191 54.1616 0.466044 54.1614 0.445147 54.1611 0.424558 54.1608 0.404323 54.1605 0.3845 54.1601 0.365142 54.1596 0.34631 54.1591 0.328065 54.1585 0.310469 54.1578 0.293532 54.1572 0.277228 54.1565 0.261538 54.1559 0.246424 54.1553 0.231861 54.1548 0.217823 54.1543 0.204303 54.1538 0.191294 54.1532 0.178804 54.1527 0.166833 54.1522 0.155378 54.1517 0.14416 54.1515 0.133105 54.1513 0.122214 54.1511 0.111457 54.151 0.100759 54.1509 0.0900939 54.1509 0.0792458 54.1511 0.0679728 54.1515 0.0560753 54.1521 0.0434336 54.1529 0.0299764 54.1537 0.0156607 54.1546 0.000449184 54.1554 -0.015489 54.1562 -0.0322127 54.157 -0.049257 54.1573 -0.06736 54.1583 -0.085393 54.1583 -0.105086 54.1599 -0.125503 54.1606 -0.14738 54.1621 -0.174 54.1669 -0.198587 54.1648 -0.233277 54.1749 -0.263301 54.1703 -0.293836 54.1708 53.8464 3.10163 54.0881 3.13766 54.0913 3.17119 54.094 3.20236 54.0966 3.23122 54.0991 3.25787 54.1015 3.28244 54.1038 3.305 54.106 3.32561 54.1082 3.3444 54.1102 3.36145 54.1122 3.37681 54.1142 3.39058 54.116 3.40286 54.1178 3.41368 54.1196 3.42313 54.1213 3.43126 54.123 3.43808 54.1246 3.44367 54.1262 3.44807 54.1278 3.45131 54.1294 3.45343 54.1309 3.45447 54.1324 3.45446 54.1339 3.45341 54.1354 3.45137 54.1369 3.44836 54.1384 3.44439 54.1398 3.4395 54.1412 3.4337 54.1427 3.427 54.1441 3.41943 54.1455 3.41098 54.1469 3.40168 54.1483 3.39165 54.1496 3.38095 54.1509 3.36957 54.1522 3.35749 54.1535 3.34469 54.1548 3.33115 54.1562 3.31684 54.1575 3.30174 54.1589 3.28587 54.1603 3.26921 54.1617 3.25174 54.1631 3.23346 54.1645 3.21439 54.1659 3.19452 54.1673 3.17387 54.1687 3.15243 54.1701 3.13025 54.1714 3.10735 54.1728 3.08376 54.1741 3.05952 54.1754 3.03464 54.1766 3.00917 54.1778 2.98317 54.179 2.95666 54.1801 2.92968 54.1812 2.90222 54.1822 2.87422 54.1832 2.84565 54.1842 2.8165 54.1852 2.78675 54.1863 2.75637 54.1873 2.72534 54.1884 2.69365 54.1894 2.66132 54.1904 2.62833 54.1914 2.5947 54.1924 2.56042 54.1933 2.52549 54.1943 2.48992 54.1952 2.45371 54.1961 2.41689 54.197 2.37948 54.1978 2.34152 54.1986 2.30301 54.1993 2.26397 54.2 2.22439 54.2007 2.1843 54.2014 2.1437 54.202 2.10259 54.2026 2.06099 54.2032 2.01891 54.2038 1.97638 54.2043 1.93342 54.2048 1.89005 54.2052 1.84613 54.2058 1.80146 54.2065 1.756 54.2072 1.70975 54.2078 1.66274 54.2084 1.61498 54.2089 1.56651 54.2093 1.51736 54.2096 1.46755 54.2099 1.41709 54.2101 1.366 54.2102 1.3143 54.2102 1.26205 54.2101 1.20935 54.2099 1.1563 54.2096 1.10302 54.2092 1.04963 54.2087 0.99627 54.2082 0.943045 54.2075 0.890056 54.2067 0.837379 54.2059 0.785067 54.205 0.733155 54.2041 0.681646 54.2032 0.630556 54.2025 0.579641 54.2022 0.528821 54.2019 0.478115 54.2017 0.42759 54.2015 0.377272 54.2012 0.327453 54.2009 0.278538 54.2004 0.230874 54.1998 0.184751 54.199 0.140367 54.1981 0.0980381 54.1969 0.0578381 54.1956 0.0200821 54.1939 -0.0153804 54.1924 -0.0491863 54.1911 -0.0788022 54.188 -0.110364 54.1898 -0.13225 54.1818 -0.159019 54.1874 -0.169911 54.173 -0.188289 54.1852 -0.193386 54.1699 -0.20076 54.1823 -0.201945 54.1714 -0.176739 54.1456 53.6697 4.38736 54.0427 4.43322 54.0454 4.47844 54.0488 4.52316 54.0518 4.56756 54.0547 4.61171 54.0573 4.6556 54.0599 4.69923 54.0624 4.7426 54.0648 4.78559 54.0672 4.82813 54.0697 4.87013 54.0722 4.91147 54.0747 4.95199 54.0773 4.99164 54.0799 5.03031 54.0826 5.06791 54.0854 5.1044 54.0881 5.13968 54.091 5.17365 54.0938 5.20626 54.0968 5.23746 54.0997 5.26713 54.1028 5.29524 54.1058 5.32173 54.109 5.34651 54.1121 5.36954 54.1153 5.39077 54.1186 5.41013 54.1219 5.42756 54.1252 5.44303 54.1286 5.45649 54.132 5.4679 54.1355 5.4772 54.139 5.48427 54.1425 5.48909 54.146 5.49171 54.1495 5.49223 54.153 5.49069 54.1564 5.48717 54.1597 5.4817 54.163 5.47435 54.1663 5.46515 54.1695 5.45414 54.1727 5.44137 54.1759 5.42688 54.179 5.41072 54.1821 5.39289 54.1851 5.37344 54.1881 5.35243 54.1911 5.32983 54.194 5.30566 54.1969 5.27995 54.1998 5.25268 54.2026 5.22385 54.2055 5.19342 54.2083 5.16135 54.2111 5.12758 54.2139 5.09205 54.2167 5.05465 54.2196 5.01527 54.2226 4.97397 54.2255 4.93084 54.2284 4.88594 54.2312 4.83935 54.2339 4.79113 54.2366 4.74135 54.2392 4.69003 54.2417 4.63722 54.2442 4.58295 54.2467 4.52722 54.2491 4.47009 54.2514 4.41155 54.2538 4.35161 54.2561 4.2903 54.2583 4.22757 54.2605 4.16344 54.2627 4.09791 54.2648 4.03099 54.2669 3.96271 54.269 3.89316 54.2709 3.82238 54.2728 3.75043 54.2746 3.67736 54.2763 3.60323 54.2779 3.52811 54.2794 3.45206 54.2808 3.37519 54.2821 3.29766 54.2833 3.21961 54.2846 3.14094 54.2859 3.06154 54.2872 2.98128 54.2887 2.90008 54.2901 2.81784 54.2915 2.7345 54.293 2.65 54.2944 2.56431 54.2957 2.47742 54.2971 2.3893 54.2983 2.29992 54.2995 2.20924 54.3006 2.11728 54.3016 2.02404 54.3024 1.92954 54.3032 1.83381 54.3039 1.73687 54.3044 1.63875 54.3049 1.53955 54.3051 1.43936 54.3052 1.33831 54.3052 1.23656 54.305 1.13468 54.3044 1.03332 54.3036 0.932861 54.3024 0.833628 54.3009 0.735878 54.2992 0.639834 54.2973 0.545826 54.2949 0.454095 54.2922 0.364861 54.289 0.278455 54.2854 0.195053 54.2815 0.115374 54.2766 0.0400548 54.271 -0.0317136 54.2657 -0.0947193 54.2554 -0.156806 54.2532 -0.207274 54.2384 -0.255136 54.2377 -0.305547 54.2322 -0.332962 54.2148 -0.400832 54.2409 -0.409756 54.1942 -0.500327 54.2605 -0.468256 54.1502 -0.582333 54.2855 -0.474965 54.0382 53.1947 6.0343 53.9812 6.09518 53.9846 6.15547 53.9885 6.21487 53.9924 6.27315 53.9964 6.33021 54.0003 6.38597 54.0041 6.44039 54.0079 6.4934 54.0118 6.545 54.0156 6.59514 54.0195 6.64389 54.0234 6.69131 54.0273 6.73736 54.0312 6.78204 54.0353 6.82528 54.0394 6.86699 54.0436 6.90718 54.0479 6.94577 54.0524 6.98273 54.0569 7.01805 54.0614 7.05173 54.0661 7.08372 54.0708 7.11398 54.0756 7.14253 54.0804 7.16937 54.0853 7.19443 54.0903 7.21775 54.0953 7.23935 54.1003 7.25921 54.1054 7.27736 54.1105 7.29381 54.1156 7.30857 54.1207 7.32171 54.1258 7.3331 54.1311 7.34255 54.1366 7.34994 54.1421 7.35517 54.1477 7.35813 54.1534 7.35876 54.1591 7.357 54.1648 7.35279 54.1705 7.34608 54.1762 7.33678 54.182 7.32488 54.1878 7.31033 54.1935 7.29309 54.1993 7.2731 54.2051 7.25034 54.2109 7.22474 54.2167 7.19631 54.2225 7.16498 54.2283 7.13073 54.234 7.09356 54.2398 7.05351 54.2455 7.01059 54.2512 6.96485 54.2568 6.91636 54.2624 6.86517 54.2679 6.81142 54.2734 6.75526 54.2787 6.69675 54.284 6.63585 54.2893 6.57257 54.2945 6.50692 54.2996 6.43889 54.3046 6.36851 54.3096 6.29579 54.3145 6.22075 54.3193 6.1434 54.324 6.06377 54.3287 5.98193 54.3333 5.89791 54.3378 5.81177 54.3422 5.72354 54.3465 5.63327 54.3508 5.54101 54.355 5.44681 54.359 5.35071 54.363 5.25274 54.367 5.15286 54.3708 5.05107 54.3746 4.94733 54.3783 4.84162 54.382 4.73391 54.3856 4.62418 54.3892 4.51237 54.3927 4.39838 54.3961 4.28234 54.3994 4.16455 54.4024 4.04524 54.4052 3.9246 54.4079 3.80279 54.4105 3.67994 54.4129 3.55616 54.4153 3.43154 54.4176 3.30614 54.4198 3.18004 54.4218 3.05329 54.4238 2.92593 54.4257 2.798 54.4274 2.66957 54.429 2.54066 54.4305 2.41134 54.4318 2.28166 54.4329 2.15169 54.4339 2.02149 54.4346 1.89115 54.4352 1.76077 54.4355 1.63046 54.4355 1.50036 54.4353 1.37072 54.4346 1.24198 54.4332 1.11441 54.4311 0.988028 54.4288 0.862909 54.4261 0.739199 54.4229 0.617027 54.4194 0.496223 54.4157 0.376861 54.4115 0.259139 54.4068 0.143113 54.4014 0.0296762 54.3949 -0.0829464 54.3892 -0.19154 54.3796 -0.298832 54.373 -0.405314 54.3619 -0.503584 54.3514 -0.614362 54.3492 -0.693146 54.3165 -0.813194 54.3523 -0.852097 54.2537 -0.972715 54.3615 -0.989057 54.2105 -1.11423 54.3857 -1.11749 54.1535 -1.34865 54.5167 -1.00623 53.6958 52.1885 7.52257 53.8991 7.6037 53.9034 7.68548 53.9067 7.76747 53.9105 7.84925 53.9146 7.93045 53.9191 8.01071 53.9239 8.08968 53.929 8.1671 53.9344 8.24266 53.9401 8.31611 53.9461 8.3872 53.9523 8.45569 53.9588 8.52139 53.9655 8.58418 53.9725 8.64397 53.9796 8.70076 53.9868 8.75451 53.9942 8.80517 54.0017 8.85273 54.0093 8.89713 54.017 8.93832 54.0249 8.9763 54.0328 9.01107 54.0408 9.04255 54.0489 9.07072 54.0571 9.09559 54.0654 9.11708 54.0738 9.13514 54.0822 9.14972 54.0908 9.16077 54.0994 9.16818 54.1082 9.17184 54.1171 9.17173 54.1259 9.16822 54.1346 9.16155 54.1433 9.1518 54.1519 9.13899 54.1605 9.12311 54.1693 9.10414 54.178 9.08209 54.1868 9.05701 54.1956 9.02889 54.2043 8.99778 54.2131 8.96368 54.2219 8.9266 54.2306 8.8866 54.2393 8.84372 54.248 8.79798 54.2566 8.74947 54.2652 8.69822 54.2737 8.64431 54.2822 8.58778 54.2906 8.52866 54.2989 8.46693 54.3072 8.40258 54.3155 8.33561 54.3238 8.26602 54.332 8.19382 54.3401 8.11912 54.3481 8.04202 54.3558 7.96256 54.3635 7.88076 54.3711 7.79664 54.3786 7.71023 54.386 7.62153 54.3933 7.53059 54.4005 7.43744 54.4076 7.34209 54.4146 7.24459 54.4215 7.14498 54.4283 7.04328 54.435 6.93949 54.4416 6.83364 54.448 6.72574 54.4544 6.61582 54.4607 6.50389 54.4669 6.38997 54.473 6.27403 54.479 6.15611 54.4849 6.0362 54.4907 5.91434 54.4965 5.79064 54.502 5.66516 54.5075 5.53794 54.5128 5.40904 54.5181 5.27851 54.5232 5.14644 54.5282 5.01278 54.533 4.87741 54.5377 4.74037 54.5422 4.60167 54.5466 4.46136 54.5508 4.31951 54.5548 4.17618 54.5586 4.03142 54.5623 3.88529 54.5659 3.73787 54.5693 3.58919 54.5725 3.43931 54.5755 3.28829 54.5784 3.13617 54.5811 2.98298 54.5836 2.82875 54.586 2.6735 54.5882 2.51723 54.5901 2.35999 54.5919 2.2018 54.5934 2.04272 54.5946 1.8828 54.5955 1.7221 54.596 1.56066 54.596 1.39833 54.5955 1.23504 54.5944 1.07083 54.593 0.905732 54.5912 0.739753 54.5889 0.572952 54.5862 0.40518 54.5835 0.236215 54.5805 0.0658161 54.5772 -0.10649 54.5737 -0.280897 54.5693 -0.457002 54.5653 -0.63869 54.5612 -0.82035 54.5546 -1.01385 54.5554 -1.1999 54.5375 -1.40042 54.5497 -1.59968 54.5157 -1.78433 54.5369 -2.02918 54.4986 -2.18694 54.5192 -2.45675 54.4803 -2.56298 54.4919 -2.93375 54.5243 -2.60323 54.1862 -1.73805 52.8306 50.4504 8.14868 53.7871 8.26065 53.7915 8.37243 53.7949 8.48382 53.7991 8.5946 53.8038 8.70451 53.8092 8.81328 53.8151 8.92068 53.8216 9.02651 53.8285 9.13058 53.836 9.23273 53.8439 9.33279 53.8523 9.4306 53.861 9.52602 53.8701 9.61896 53.8795 9.7093 53.8893 9.79683 53.8993 9.88134 53.9097 9.96266 53.9204 10.0406 53.9314 10.115 53.9426 10.1857 53.9542 10.2526 53.9659 10.3155 53.9779 10.3743 53.9901 10.429 54.0025 10.4793 54.015 10.5254 54.0277 10.5671 54.0406 10.6043 54.0535 10.6372 54.0666 10.6657 54.0797 10.6899 54.0929 10.7097 54.1061 10.725 54.1193 10.7359 54.1324 10.7423 54.1455 10.7442 54.1586 10.7419 54.1716 10.7352 54.1847 10.7243 54.1977 10.7093 54.2106 10.69 54.2236 10.6668 54.2364 10.6394 54.2492 10.6081 54.2619 10.5729 54.2746 10.5338 54.2871 10.4908 54.2996 10.444 54.312 10.3935 54.3243 10.3392 54.3364 10.2813 54.3485 10.2197 54.3605 10.1547 54.3723 10.0862 54.384 10.0145 54.3955 9.93957 54.4069 9.86157 54.4181 9.78052 54.4291 9.69641 54.4399 9.60924 54.4507 9.51906 54.4613 9.42591 54.4717 9.32982 54.4821 9.23084 54.4923 9.12899 54.5023 9.02431 54.5123 8.91683 54.5221 8.80659 54.5317 8.69366 54.5412 8.57807 54.5506 8.45989 54.5597 8.33915 54.5688 8.21596 54.5776 8.09035 54.5863 7.96235 54.5949 7.83202 54.6033 7.69946 54.6115 7.56469 54.6196 7.42769 54.6277 7.28848 54.6357 7.14708 54.6434 7.00352 54.6511 6.85783 54.6585 6.71005 54.6659 6.56022 54.673 6.40838 54.68 6.25458 54.6868 6.09878 54.6935 5.94099 54.7 5.78122 54.7064 5.61946 54.7125 5.45572 54.7185 5.29001 54.7244 5.12233 54.73 4.95268 54.7355 4.78108 54.7409 4.60749 54.7461 4.43192 54.7511 4.25437 54.756 4.07482 54.7607 3.89329 54.7652 3.70975 54.7695 3.5242 54.7737 3.33662 54.7777 3.14699 54.7815 2.95518 54.7852 2.76112 54.7886 2.56465 54.7919 2.3656 54.795 2.16374 54.7979 1.95867 54.8005 1.75015 54.803 1.53799 54.8051 1.32199 54.8071 1.10194 54.8089 0.87768 54.8105 0.64925 54.8119 0.41646 54.8133 0.179033 54.8146 -0.0628201 54.8156 -0.312072 54.8186 -0.562658 54.8159 -0.826059 54.8246 -1.08745 54.816 -1.36224 54.8302 -1.64097 54.8162 -1.92465 54.8334 -2.22609 54.8172 -2.5195 54.8303 -2.84357 54.8227 -3.14505 54.8207 -3.47274 54.808 -3.81806 54.8372 -3.8324 54.5386 -2.97045 53.3242 -1.45187 51.312 48.9985 8.36577 53.6291 8.52401 53.6332 8.68043 53.6385 8.83494 53.6446 8.98739 53.6514 9.13766 53.6589 9.28564 53.6671 9.43122 53.676 9.57428 53.6855 9.71472 53.6956 9.85243 53.7062 9.98731 53.7174 10.1193 53.7291 10.2481 53.7412 10.3738 53.7539 10.496 53.767 10.6145 53.7808 10.7291 53.7951 10.8398 53.8098 10.9463 53.8248 11.0487 53.8402 11.147 53.856 11.2409 53.872 11.3304 53.8883 11.4156 53.905 11.4962 53.9218 11.5724 53.9389 11.644 53.9561 11.711 53.9735 11.7735 53.9911 11.8312 54.0088 11.8843 54.0267 11.9326 54.0446 11.9761 54.0626 12.0145 54.0809 12.0476 54.0993 12.0755 54.1176 12.0982 54.1359 12.1157 54.1541 12.1281 54.1723 12.1354 54.1904 12.1376 54.2084 12.1347 54.2264 12.1268 54.2443 12.114 54.2621 12.0962 54.2797 12.0735 54.2973 12.046 54.3147 12.0137 54.3319 11.9766 54.349 11.935 54.3659 11.8888 54.3826 11.8382 54.3992 11.783 54.4156 11.7235 54.4319 11.6595 54.4479 11.5912 54.4638 11.5187 54.4794 11.442 54.4948 11.361 54.51 11.2759 54.525 11.1867 54.5399 11.0934 54.5545 10.9962 54.569 10.8951 54.5832 10.7901 54.5972 10.6815 54.611 10.5692 54.6246 10.4534 54.6379 10.3341 54.6511 10.2114 54.6639 10.0853 54.6766 9.95604 54.689 9.82355 54.7013 9.68794 54.7132 9.54925 54.725 9.40754 54.7366 9.26286 54.748 9.11529 54.7591 8.96485 54.7701 8.81174 54.7808 8.65597 54.7914 8.49755 54.8019 8.33652 54.8121 8.17295 54.8221 8.00685 54.8319 7.83829 54.8416 7.66731 54.851 7.49392 54.8602 7.31815 54.8693 7.14002 54.8781 6.95954 54.8868 6.77673 54.8953 6.59159 54.9037 6.40413 54.9118 6.21435 54.9198 6.02227 54.9276 5.82786 54.9353 5.63115 54.9428 5.4321 54.9501 5.23073 54.9573 5.02701 54.9644 4.8209 54.9713 4.61236 54.9781 4.40134 54.9847 4.18778 54.9913 3.97162 54.9977 3.75277 55.004 3.53113 55.0103 3.30654 55.0165 3.07885 55.0227 2.84785 55.0289 2.61329 55.0351 2.37491 55.0413 2.13249 55.0476 1.88581 55.0538 1.63463 55.0601 1.37875 55.0664 1.11804 55.0726 0.852433 55.0789 0.581783 55.0852 0.305885 55.0915 0.0258602 55.0986 -0.261397 55.1031 -0.552323 55.1156 -0.847876 55.1116 -1.1515 55.1338 -1.45854 55.1233 -1.77489 55.1497 -2.09643 55.1387 -2.42621 55.1601 -2.76348 55.1599 -3.10811 55.1654 -3.48326 55.1832 -3.63976 54.9937 -3.09219 53.991 -1.94734 52.1794 -0.78856 50.1532 48.21 8.67112 53.4112 8.88596 53.4184 9.09688 53.4276 9.30374 53.4377 9.50644 53.4487 9.70489 53.4604 9.89898 53.473 10.0886 53.4864 10.2736 53.5005 10.4538 53.5153 10.6291 53.5309 10.7994 53.5471 10.9644 53.564 11.1241 53.5816 11.2782 53.5997 11.4268 53.6184 11.57 53.6376 11.7078 53.6573 11.8401 53.6774 11.9669 53.698 12.0882 53.719 12.2039 53.7403 12.3139 53.762 12.4183 53.7839 12.5171 53.8062 12.6103 53.8287 12.6977 53.8514 12.7795 53.8743 12.8557 53.8974 12.9261 53.9206 12.9909 53.944 13.05 53.9675 13.1035 53.9911 13.1515 54.0146 13.194 54.0384 13.231 54.0623 13.2623 54.0862 13.2881 54.1102 13.3082 54.134 13.3227 54.1578 13.3315 54.1816 13.3347 54.2052 13.3324 54.2287 13.3246 54.2521 13.3113 54.2754 13.2925 54.2984 13.2684 54.3214 13.239 54.3441 13.2043 54.3666 13.1643 54.3889 13.1192 54.411 13.069 54.4328 13.0137 54.4545 12.9535 54.4759 12.8883 54.497 12.8183 54.5179 12.7436 54.5385 12.6642 54.5588 12.5802 54.5788 12.4917 54.5986 12.3986 54.6181 12.3012 54.6373 12.1995 54.6562 12.0936 54.6749 11.9836 54.6932 11.8696 54.7112 11.7517 54.729 11.6298 54.7464 11.5042 54.7635 11.3749 54.7804 11.2419 54.7969 11.1054 54.8131 10.9654 54.8291 10.8219 54.8447 10.675 54.8601 10.5248 54.8752 10.3714 54.89 10.2149 54.9044 10.0554 54.9186 9.89283 54.9326 9.72736 54.9463 9.55905 54.9597 9.38801 54.9729 9.21428 54.9858 9.03796 54.9984 8.85907 55.0108 8.67771 55.0229 8.49391 55.0348 8.30772 55.0464 8.11918 55.0578 7.92833 55.069 7.7352 55.08 7.53982 55.0907 7.34222 55.1013 7.14243 55.1116 6.94045 55.1218 6.73632 55.1318 6.53003 55.1416 6.32161 55.1512 6.11106 55.1607 5.89837 55.17 5.68352 55.1792 5.4665 55.1883 5.24731 55.1973 5.02591 55.2061 4.80228 55.2149 4.57639 55.2236 4.34822 55.2322 4.11772 55.2408 3.88487 55.2494 3.64962 55.258 3.41192 55.2666 3.17168 55.2754 2.9288 55.2842 2.68319 55.2932 2.43474 55.3023 2.18332 55.3115 1.92879 55.3209 1.67106 55.3304 1.41005 55.3399 1.1457 55.3496 0.877712 55.3595 0.607586 55.3687 0.329409 55.3813 0.0565669 55.3884 -0.234948 55.4031 -0.513735 55.4126 -0.812409 55.4219 -1.10094 55.4383 -1.40915 55.4469 -1.70651 55.4575 -2.02741 55.4808 -2.32851 55.4665 -2.63238 55.487 -2.4639 54.8252 -1.741 53.2681 -0.950938 51.3893 -0.36889 49.5712 47.8411 8.99279 53.1428 9.25432 53.1569 9.51057 53.1714 9.76128 53.187 10.0062 53.2037 10.2453 53.2214 10.4782 53.2401 10.7049 53.2597 10.9252 53.2802 11.1389 53.3017 11.3458 53.324 11.5458 53.3471 11.7389 53.371 11.9249 53.3956 12.1037 53.4209 12.2754 53.4467 12.4401 53.473 12.5977 53.4996 12.7484 53.5268 12.892 53.5544 13.0286 53.5824 13.1581 53.6108 13.2805 53.6395 13.3959 53.6686 13.5041 53.6979 13.6053 53.7275 13.6995 53.7572 13.7867 53.7871 13.8669 53.8172 13.9402 53.8473 14.0066 53.8776 14.0663 53.9079 14.1192 53.9381 14.1655 53.9683 14.2054 53.9986 14.2389 54.0289 14.266 54.0591 14.2868 54.0893 14.3014 54.1195 14.3097 54.1495 14.3118 54.1794 14.3079 54.2091 14.298 54.2387 14.2821 54.268 14.2603 54.2972 14.2327 54.326 14.1993 54.3547 14.1603 54.3831 14.1157 54.4113 14.0655 54.4391 14.0099 54.4666 13.9489 54.4938 13.8827 54.5207 13.8112 54.5473 13.7348 54.5735 13.6534 54.5993 13.5672 54.6247 13.4763 54.6497 13.3807 54.6744 13.2806 54.6987 13.1761 54.7226 13.0673 54.7461 12.9543 54.7693 12.8372 54.792 12.716 54.8143 12.5909 54.8363 12.462 54.8579 12.3294 54.8791 12.193 54.8999 12.053 54.9203 11.9095 54.9404 11.7625 54.9602 11.6121 54.9795 11.4583 54.9985 11.3012 55.0172 11.141 55.0355 10.9776 55.0533 10.8113 55.0708 10.6421 55.0878 10.4702 55.1045 10.2957 55.1209 10.1186 55.1368 9.93904 55.1525 9.75705 55.1678 9.57271 55.1828 9.38608 55.1975 9.1972 55.2118 9.00614 55.2258 8.81294 55.2396 8.61766 55.2531 8.42036 55.2663 8.22107 55.2793 8.01983 55.2919 7.81669 55.3044 7.61169 55.3166 7.40485 55.3286 7.19622 55.3404 6.9858 55.352 6.77365 55.3634 6.55977 55.3746 6.34419 55.3856 6.12691 55.3965 5.90795 55.4073 5.68734 55.4179 5.4651 55.4284 5.24121 55.4388 5.01568 55.4491 4.78853 55.4593 4.55976 55.4696 4.3294 55.4797 4.09745 55.4899 3.86394 55.5001 3.62888 55.5104 3.39229 55.5208 3.15416 55.5313 2.91446 55.542 2.67316 55.5528 2.43021 55.5639 2.18548 55.5751 1.93887 55.5865 1.69027 55.5982 1.43951 55.6102 1.18616 55.6221 0.930657 55.6368 0.673324 55.6458 0.408949 55.6675 0.151317 55.6702 -0.128186 55.7014 -0.38718 55.6973 -0.678439 55.7382 -0.94657 55.7256 -1.25181 55.7861 -1.53268 55.7473 -1.69441 55.6487 -1.36128 54.4921 -0.854697 52.7615 -0.454203 50.9888 -0.166919 49.2839 47.6742 9.31264 52.8402 9.60749 52.862 9.89559 52.8833 10.1768 52.9058 10.451 52.9295 10.718 52.9544 10.9776 52.9805 11.2296 53.0077 11.4739 53.0359 11.7106 53.065 11.9397 53.0949 12.1611 53.1257 12.3747 53.1574 12.5803 53.1899 12.778 53.2232 12.9676 53.2572 13.1488 53.2917 13.3216 53.3268 13.486 53.3624 13.642 53.3983 13.7897 53.4347 13.9292 53.4713 14.0605 53.5083 14.1835 53.5455 14.2985 53.5829 14.4054 53.6206 14.5043 53.6583 14.5952 53.6962 14.6781 53.7342 14.7532 53.7723 14.8205 53.8103 14.8801 53.8483 14.9319 53.8863 14.9761 53.9241 15.0128 53.9619 15.0422 53.9995 15.0643 54.0369 15.0794 54.0743 15.0874 54.1115 15.0885 54.1484 15.0828 54.1851 15.0705 54.2214 15.0517 54.2575 15.0266 54.2932 14.9951 54.3286 14.9575 54.3637 14.9138 54.3984 14.8642 54.4327 14.8088 54.4666 14.7478 54.5002 14.6811 54.5332 14.6091 54.5659 14.5317 54.5981 14.4493 54.6298 14.3617 54.661 14.2693 54.6917 14.172 54.722 14.07 54.7517 13.9634 54.781 13.8523 54.8098 13.7368 54.8381 13.617 54.8659 13.493 54.8932 13.365 54.92 13.233 54.9463 13.0972 54.9721 12.9577 54.9974 12.8145 55.0222 12.6678 55.0466 12.5177 55.0704 12.3643 55.0939 12.2076 55.1168 12.0479 55.1393 11.8851 55.1613 11.7194 55.1829 11.5509 55.204 11.3797 55.2245 11.2058 55.2446 11.0294 55.2642 10.8505 55.2834 10.6693 55.3021 10.4859 55.3203 10.3003 55.3381 10.1126 55.3555 9.92285 55.3725 9.73118 55.3891 9.5376 55.4054 9.34216 55.4213 9.14492 55.4368 8.94595 55.4521 8.74529 55.467 8.543 55.4815 8.33913 55.4958 8.13372 55.5098 7.92682 55.5235 7.71848 55.537 7.50874 55.5501 7.29764 55.5631 7.08522 55.5758 6.87153 55.5883 6.65659 55.6005 6.44045 55.6126 6.22314 55.6246 6.00467 55.6363 5.78509 55.648 5.56442 55.6595 5.34269 55.6708 5.11993 55.6821 4.89617 55.6933 4.67145 55.7044 4.44583 55.7155 4.21934 55.7266 3.99207 55.7377 3.76408 55.7488 3.53544 55.76 3.30621 55.7712 3.07645 55.7826 2.84621 55.7941 2.6155 55.8058 2.38431 55.8177 2.15267 55.8298 1.92062 55.8423 1.68795 55.8547 1.4558 55.869 1.22205 55.8795 0.990016 55.8995 0.756843 55.9034 0.524355 55.9339 0.293685 55.9279 0.0595794 55.9723 -0.168576 55.9538 -0.397252 56.0147 -0.62292 55.973 -0.655717 55.6815 -0.439516 54.2759 -0.242206 52.5642 -0.0970499 50.8436 -0.0180383 49.2049 47.6561 9.6211 52.5069 9.94619 52.5369 10.263 52.5664 10.5716 52.5972 10.8715 52.6296 11.1625 52.6634 11.4447 52.6983 11.7184 52.734 11.9833 52.771 12.239 52.8093 12.485 52.8489 12.7213 52.8894 12.9481 52.9306 13.1657 52.9723 13.3744 53.0145 13.5743 53.0573 13.7656 53.1005 13.9482 53.1442 14.1222 53.1884 14.2873 53.2332 14.4434 53.2785 14.5905 53.3243 14.7283 53.3704 14.8569 53.4169 14.9764 53.4635 15.0867 53.5103 15.1879 53.5571 15.28 53.6041 15.3633 53.651 15.4378 53.6978 15.5035 53.7446 15.5606 53.7912 15.6091 53.8377 15.6492 53.884 15.681 53.9301 15.7047 53.9758 15.7204 54.0212 15.7284 54.0664 15.7287 54.1112 15.7215 54.1555 15.7071 54.1995 15.6856 54.2429 15.6572 54.2859 15.6221 54.3284 15.5803 54.3704 15.5321 54.4119 15.4776 54.4529 15.417 54.4933 15.3504 54.5332 15.2781 54.5725 15.2001 54.6112 15.1166 54.6494 15.0277 54.6869 14.9337 54.7238 14.8346 54.7601 14.7306 54.7957 14.6219 54.8307 14.5084 54.8652 14.3904 54.899 14.268 54.9322 14.1413 54.9648 14.0105 54.9967 13.8756 55.0281 13.7368 55.0588 13.5943 55.0888 13.4481 55.1183 13.2985 55.1471 13.1454 55.1753 12.9891 55.2028 12.8298 55.2298 12.6674 55.2562 12.5023 55.282 12.3344 55.3072 12.1639 55.3318 11.9911 55.3557 11.8159 55.3792 11.6384 55.4021 11.4585 55.4244 11.2765 55.4463 11.0923 55.4675 10.9061 55.4883 10.718 55.5084 10.528 55.5281 10.3361 55.5473 10.1426 55.566 9.94738 55.5843 9.75057 55.6022 9.55223 55.6196 9.35241 55.6367 9.1512 55.6533 8.94865 55.6695 8.74483 55.6854 8.53979 55.7009 8.33358 55.716 8.12626 55.7308 7.91789 55.7453 7.70851 55.7595 7.49817 55.7734 7.28694 55.787 7.07484 55.8004 6.86194 55.8135 6.64828 55.8263 6.43391 55.8389 6.21888 55.8514 6.00321 55.8636 5.78696 55.8757 5.57018 55.8876 5.35291 55.8994 5.1352 55.911 4.91712 55.9225 4.69874 55.9339 4.48012 55.9452 4.26137 55.9564 4.04258 55.9676 3.82387 55.9787 3.60535 55.9897 3.38714 56.0008 3.16937 56.0119 2.95216 56.023 2.73563 56.0342 2.51993 56.0455 2.30525 56.057 2.09162 56.0684 1.88003 56.0806 1.6686 56.0909 1.46188 56.1062 1.25328 56.112 1.05244 56.1348 0.849217 56.1312 0.655453 56.1661 0.459736 56.1495 0.274974 56.1995 0.094452 56.1535 0.0529902 55.723 0.0934288 54.2355 0.114704 52.543 0.104857 50.8535 0.0702954 49.2394 47.7264 9.96756 52.1475 10.3181 52.1864 10.6585 52.2259 10.9884 52.2673 11.3086 52.3094 11.6199 52.3522 11.9215 52.3967 12.2121 52.4434 12.4918 52.4913 12.7618 52.5393 13.0236 52.5871 13.2775 52.6355 13.5229 52.6852 13.7588 52.7363 13.9847 52.7887 14.1996 52.8423 14.4031 52.897 14.5947 52.9526 14.7744 53.0087 14.9426 53.065 15.0998 53.1214 15.2464 53.1776 15.3829 53.2339 15.5096 53.2902 15.6266 53.3465 15.7339 53.4029 15.8318 53.4593 15.9201 53.5157 15.9991 53.572 16.0687 53.6282 16.129 53.6842 16.1802 53.74 16.2224 53.7956 16.2556 53.8508 16.28 53.9056 16.2958 53.96 16.3032 54.0139 16.3023 54.0673 16.2933 54.1201 16.2765 54.1724 16.252 54.2239 16.22 54.2748 16.1808 54.3251 16.1345 54.3747 16.0814 54.4236 16.0215 54.4718 15.9551 54.5192 15.8825 54.566 15.8037 54.612 15.719 54.6572 15.6285 54.7017 15.5325 54.7454 15.431 54.7884 15.3244 54.8305 15.2126 54.8718 15.096 54.9123 14.9747 54.9521 14.8488 54.9911 14.7185 55.0293 14.5841 55.0667 14.4456 55.1033 14.3032 55.1391 14.1571 55.1742 14.0074 55.2085 13.8542 55.242 13.6978 55.2747 13.5382 55.3067 13.3757 55.3378 13.2102 55.3683 13.0421 55.398 12.8714 55.4269 12.6982 55.4552 12.5226 55.4827 12.3449 55.5095 12.1651 55.5356 11.9832 55.561 11.7994 55.5858 11.6138 55.6101 11.4263 55.6338 11.237 55.6568 11.0461 55.6792 10.8535 55.701 10.6595 55.7222 10.4639 55.7429 10.2669 55.763 10.0686 55.7826 9.86908 55.8017 9.66832 55.8204 9.46644 55.8385 9.2635 55.8562 9.05956 55.8734 8.85471 55.8902 8.64899 55.9066 8.44246 55.9225 8.2352 55.9381 8.02724 55.9533 7.81866 55.9681 7.60951 55.9826 7.39983 55.9967 7.18969 56.0105 6.97914 56.024 6.76822 56.0372 6.55701 56.0502 6.34555 56.0628 6.1339 56.0753 5.92211 56.0875 5.71024 56.0995 5.49834 56.1113 5.28649 56.1229 5.07474 56.1343 4.86317 56.1455 4.65185 56.1565 4.44086 56.1674 4.23032 56.1781 4.02031 56.1887 3.81093 56.1991 3.60232 56.2094 3.3946 56.2196 3.18787 56.2297 2.98229 56.2398 2.778 56.2498 2.57516 56.2598 2.37386 56.2697 2.17466 56.2798 1.97659 56.289 1.78258 56.3002 1.5876 56.307 1.40024 56.3221 1.20858 56.3228 1.02901 56.3456 0.841842 56.3366 0.671397 56.37 0.497301 56.3276 0.406785 55.8135 0.35034 54.2919 0.287396 52.6059 0.208642 50.9322 0.114866 49.3332 47.8413 10.4548 51.7624 10.8278 51.8134 11.1906 51.8632 11.5453 51.9126 11.8896 51.9651 12.2202 52.0215 12.5382 52.0787 12.8476 52.134 13.1497 52.1892 13.4413 52.2477 13.7177 52.3107 13.9767 52.3765 14.2197 52.4422 14.4489 52.5071 14.6658 52.5718 14.8718 52.6363 15.0683 52.7006 15.2564 52.7645 15.4364 52.8286 15.6081 52.8933 15.7704 52.9591 15.9221 53.0259 16.0626 53.0935 16.1912 53.1616 16.3079 53.2298 16.4129 53.2979 16.5064 53.3658 16.5887 53.4334 16.66 53.5007 16.7208 53.5674 16.7713 53.6337 16.8119 53.6995 16.8426 53.7648 16.8639 53.8295 16.876 53.8936 16.8791 53.9569 16.8735 54.0195 16.8594 54.0814 16.837 54.1425 16.8066 54.2027 16.7685 54.2621 16.7227 54.3206 16.6695 54.3783 16.6091 54.435 16.5418 54.4909 16.4678 54.5458 16.3872 54.5998 16.3004 54.6528 16.2074 54.7049 16.1086 54.756 16.0041 54.8062 15.8941 54.8554 15.7789 54.9036 15.6585 54.9508 15.5333 54.997 15.4033 55.0423 15.2688 55.0866 15.13 55.1299 14.987 55.1722 14.8401 55.2136 14.6894 55.254 14.5351 55.2934 14.3774 55.3319 14.2164 55.3695 14.0523 55.4061 13.8852 55.4417 13.7154 55.4765 13.5429 55.5104 13.3678 55.5433 13.1904 55.5754 13.0106 55.6066 12.8288 55.637 12.645 55.6665 12.4592 55.6953 12.2716 55.7231 12.0824 55.7503 11.8915 55.7767 11.6992 55.8025 11.5054 55.8275 11.3103 55.8519 11.114 55.8756 10.9164 55.8986 10.7176 55.9209 10.5178 55.9427 10.317 55.9638 10.1153 55.9844 9.91269 56.0043 9.70929 56.0238 9.50517 56.0427 9.30038 56.061 9.09499 56.0788 8.88906 56.0962 8.68264 56.113 8.47581 56.1294 8.2686 56.1453 8.06109 56.1608 7.85332 56.1759 7.64534 56.1905 7.4372 56.2048 7.22897 56.2187 7.02068 56.2323 6.81239 56.2455 6.60416 56.2584 6.39603 56.271 6.18807 56.2832 5.98033 56.2952 5.77286 56.307 5.56571 56.3184 5.35896 56.3296 5.15265 56.3406 4.94684 56.3513 4.74159 56.3618 4.53697 56.372 4.33304 56.382 4.12987 56.3918 3.92754 56.4014 3.72613 56.4108 3.52572 56.42 3.3264 56.429 3.12827 56.4379 2.93143 56.4467 2.73599 56.4552 2.54203 56.4636 2.3498 56.472 2.15893 56.4799 1.97079 56.4884 1.78287 56.4949 1.60005 56.505 1.41479 56.5081 1.23829 56.5221 1.05587 56.5191 0.886173 56.5396 0.712702 56.5011 0.593642 55.9326 0.490547 54.395 0.381067 52.7154 0.261742 51.0516 0.133598 49.4614 47.9749 11.0621 51.3603 11.4554 51.4201 11.8373 51.4812 12.2001 51.5498 12.5469 51.6183 12.8873 51.6812 13.2215 51.7445 13.5393 51.8162 13.8335 51.895 14.1091 51.9721 14.3778 52.0421 14.6467 52.1075 14.9136 52.1753 15.1727 52.248 15.4208 52.3236 15.6561 52.4011 15.8762 52.4805 16.0786 52.5621 16.2617 52.6455 16.4257 52.7294 16.5725 52.8123 16.7047 52.8937 16.8246 52.9736 16.9336 53.0525 17.0325 53.1308 17.1217 53.2088 17.2009 53.2866 17.2702 53.3641 17.3294 53.4415 17.3784 53.5184 17.4172 53.5949 17.4459 53.6709 17.4645 53.7461 17.4734 53.8206 17.4727 53.8943 17.4625 53.9671 17.443 54.039 17.4145 54.1099 17.3772 54.1797 17.3315 54.2485 17.2775 54.3161 17.2156 54.3826 17.146 54.4479 17.0689 54.512 16.9848 54.575 16.8938 54.6368 16.7962 54.6974 16.6923 54.7567 16.5824 54.8148 16.4667 54.8718 16.3454 54.9275 16.2188 54.982 16.0872 55.0353 15.9507 55.0873 15.8095 55.1382 15.664 55.1879 15.5142 55.2363 15.3605 55.2836 15.203 55.3297 15.042 55.3746 14.8776 55.4184 14.71 55.461 14.5393 55.5025 14.3658 55.543 14.1896 55.5823 14.0109 55.6205 13.8297 55.6577 13.6463 55.6938 13.4607 55.7289 13.2732 55.763 13.0838 55.796 12.8926 55.8282 12.6999 55.8593 12.5055 55.8896 12.3098 55.9189 12.1127 55.9473 11.9144 55.975 11.7151 56.0018 11.5148 56.0278 11.3136 56.0531 11.1115 56.0776 10.9087 56.1014 10.7051 56.1245 10.501 56.1469 10.2962 56.1686 10.091 56.1896 9.8854 56.21 9.67941 56.2298 9.47312 56.249 9.26659 56.2675 9.05987 56.2855 8.85302 56.303 8.64609 56.3199 8.43912 56.3363 8.23217 56.3523 8.02528 56.3677 7.81849 56.3827 7.61185 56.3972 7.40541 56.4113 7.19919 56.4249 6.99325 56.4382 6.78762 56.4511 6.58235 56.4637 6.37749 56.4758 6.17308 56.4877 5.96917 56.4992 5.76579 56.5103 5.56299 56.5212 5.36081 56.5318 5.1593 56.5421 4.95848 56.5521 4.75841 56.5619 4.55911 56.5713 4.36063 56.5805 4.16299 56.5895 3.96625 56.5982 3.77045 56.6066 3.57562 56.6148 3.38183 56.6228 3.18912 56.6306 2.99755 56.6382 2.80718 56.6456 2.61803 56.6528 2.43021 56.6598 2.24357 56.6665 2.05865 56.6733 1.87437 56.6792 1.69293 56.6864 1.51049 56.6905 1.33315 56.6995 1.15208 56.7001 0.979064 56.7127 0.804884 56.6753 0.668859 56.0686 0.541805 54.5221 0.409976 52.8472 0.275446 51.1861 0.138872 49.5979 48.1138 11.7933 50.9266 12.2069 51.0066 12.6013 51.0869 12.9956 51.1555 13.3894 51.2245 13.7605 51.31 14.0999 51.4051 14.4254 51.4907 14.7582 51.5621 15.0962 51.6341 15.4166 51.7216 15.699 51.8251 15.9444 51.93 16.1666 52.0258 16.3724 52.1178 16.5631 52.2104 16.7395 52.3041 16.9048 52.3968 17.0637 52.4866 17.2186 52.5744 17.3683 52.6626 17.5093 52.7527 17.638 52.8449 17.752 52.9385 17.8502 53.0326 17.9327 53.1263 18 53.2192 18.0531 53.311 18.093 53.4016 18.1205 53.4909 18.1365 53.579 18.1414 53.6659 18.1358 53.7517 18.1201 53.8363 18.0948 53.9196 18.0603 54.0016 18.017 54.0824 17.9651 54.1617 17.905 54.2398 17.837 54.3165 17.7613 54.3918 17.6781 54.4658 17.5877 54.5383 17.4904 54.6094 17.3863 54.6791 17.2758 54.7473 17.1592 54.814 17.0365 54.8794 16.9082 54.9432 16.7744 55.0056 16.6353 55.0665 16.4913 55.126 16.3425 55.184 16.1892 55.2406 16.0317 55.2958 15.87 55.3495 15.7045 55.4018 15.5354 55.4528 15.3628 55.5023 15.1869 55.5505 15.0081 55.5973 14.8264 55.6427 14.6421 55.6869 14.4553 55.7297 14.2663 55.7713 14.0752 55.8116 13.8821 55.8507 13.6872 55.8887 13.4907 55.9254 13.2926 55.961 13.0931 55.9955 12.8923 56.0289 12.6904 56.0613 12.4874 56.0925 12.2835 56.1228 12.0787 56.1522 11.8731 56.1805 11.6669 56.208 11.4602 56.2346 11.253 56.2603 11.0455 56.2852 10.8376 56.3093 10.6295 56.3326 10.4212 56.3551 10.2129 56.3769 10.0045 56.398 9.79609 56.4184 9.5878 56.4381 9.37965 56.4571 9.17168 56.4755 8.96393 56.4933 8.75646 56.5105 8.5493 56.5271 8.34249 56.5432 8.13608 56.5587 7.93008 56.5737 7.72454 56.5882 7.51948 56.6022 7.31494 56.6158 7.11095 56.6289 6.90755 56.6416 6.70475 56.6539 6.50259 56.6658 6.30109 56.6773 6.10028 56.6885 5.90019 56.6992 5.70085 56.7097 5.50228 56.7198 5.3045 56.7296 5.10754 56.7391 4.91142 56.7482 4.71616 56.7571 4.52177 56.7657 4.32827 56.774 4.13569 56.7821 3.94402 56.7898 3.75329 56.7974 3.56352 56.8046 3.37472 56.8116 3.18693 56.8184 3.00016 56.825 2.81445 56.8313 2.6298 56.8374 2.44627 56.8433 2.2638 56.849 2.08263 56.8545 1.90234 56.8595 1.72388 56.8649 1.54561 56.8688 1.37047 56.8746 1.19408 56.8765 1.02297 56.8838 0.852931 56.8453 0.708323 56.2132 0.569222 54.6612 0.428266 52.9882 0.286013 51.3284 0.143217 49.7407 48.257 12.5736 50.4861 13.0068 50.5733 13.4441 50.6496 13.8492 50.7504 14.2069 50.8668 14.5512 50.9656 14.9138 51.0425 15.2774 51.1272 15.5985 51.241 15.862 51.3706 16.096 51.4877 16.3424 51.5787 16.6114 51.661 16.8771 51.7601 17.124 51.8709 17.3506 51.9837 17.5604 52.0944 17.7554 52.2019 17.9334 52.3086 18.0898 52.418 18.2221 52.5302 18.3329 52.642 18.4263 52.7514 18.5067 52.8582 18.5764 52.9629 18.6365 53.0663 18.6868 53.169 18.7267 53.271 18.7558 53.3725 18.7735 53.4732 18.7795 53.5729 18.774 53.6715 18.757 53.7686 18.729 53.8644 18.6899 53.9587 18.6402 54.0514 18.5801 54.1425 18.51 54.2318 18.4304 54.3194 18.3416 54.4053 18.2441 54.4893 18.1383 54.5716 18.0246 54.652 17.9034 54.7306 17.7752 54.8073 17.6403 54.8821 17.4992 54.9551 17.3523 55.0262 17.2 55.0955 17.0426 55.1629 16.8806 55.2286 16.7141 55.2925 16.5436 55.3546 16.3692 55.415 16.1912 55.4737 16.01 55.5307 15.8257 55.5861 15.6386 55.6399 15.4489 55.692 15.2568 55.7426 15.0625 55.7916 14.866 55.8392 14.6676 55.8853 14.4674 55.9299 14.2655 55.9732 14.0621 56.015 13.8574 56.0555 13.6514 56.0946 13.4443 56.1325 13.2363 56.1691 13.0273 56.2045 12.8177 56.2386 12.6073 56.2716 12.3965 56.3034 12.1851 56.3341 11.9735 56.3638 11.7616 56.3924 11.5496 56.42 11.3376 56.4466 11.1256 56.4723 10.9137 56.4971 10.702 56.521 10.4905 56.5441 10.2793 56.5663 10.0684 56.5878 9.85796 56.6085 9.64791 56.6284 9.43836 56.6476 9.22933 56.6661 9.02087 56.684 8.81302 56.7011 8.60581 56.7177 8.39927 56.7336 8.19342 56.749 7.98829 56.7638 7.78391 56.7781 7.58031 56.7918 7.3775 56.805 7.17549 56.8178 6.97432 56.8301 6.77399 56.842 6.57451 56.8534 6.3759 56.8644 6.17818 56.875 5.98136 56.8853 5.78545 56.8951 5.59047 56.9047 5.39643 56.9138 5.20333 56.9227 5.01119 56.9312 4.82002 56.9394 4.62981 56.9473 4.44058 56.955 4.2523 56.9623 4.06501 56.9694 3.87868 56.9762 3.69334 56.9827 3.50897 56.989 3.32559 56.995 3.14322 57.0008 2.96186 57.0064 2.78153 57.0117 2.60223 57.0167 2.42399 57.0216 2.2468 57.0262 2.07076 57.0305 1.89572 57.0345 1.72209 57.0385 1.54916 57.0417 1.37823 57.0455 1.20727 57.0475 1.03941 57.0516 0.873157 57.0116 0.724502 56.3619 0.579613 54.8061 0.434259 53.1335 0.288847 51.4738 0.143977 49.8856 48.401 13.4232 50.0069 13.8872 50.1093 14.2961 50.2407 14.6911 50.3555 15.1197 50.4382 15.5555 50.5298 15.936 50.662 16.2488 50.8144 16.5441 50.9456 16.873 51.0418 17.2226 51.1381 17.5413 51.26 17.7892 51.4131 17.9945 51.5548 18.1918 51.6737 18.3908 51.7846 18.5886 51.8965 18.7754 52.0151 18.9396 52.1443 19.0767 52.281 19.1914 52.4155 19.2901 52.5433 19.3744 52.6672 19.4428 52.7897 19.4942 52.9115 19.5281 53.0324 19.5454 53.1516 19.5475 53.269 19.5357 53.3843 19.5113 53.4976 19.4753 53.609 19.4284 53.7184 19.3712 53.8258 19.3042 53.9314 19.2279 54.0349 19.143 54.1363 19.0497 54.2358 18.9484 54.3331 18.8394 54.4284 18.7232 54.5215 18.6 54.6126 18.4701 54.7015 18.3338 54.7882 18.1916 54.8728 18.0435 54.9554 17.8899 55.0358 17.7309 55.1141 17.5667 55.1904 17.3975 55.2647 17.2236 55.3369 17.0451 55.4071 16.8623 55.4752 16.6755 55.5414 16.4849 55.6056 16.2908 55.6678 16.0934 55.7281 15.893 55.7865 15.6898 55.843 15.4842 55.8976 15.2763 55.9504 15.0665 56.0014 14.855 56.0507 14.6421 56.0982 14.4279 56.1441 14.2127 56.1884 13.9966 56.2311 13.7798 56.2723 13.5625 56.312 13.3448 56.3502 13.1268 56.3871 12.9086 56.4227 12.6903 56.4569 12.472 56.4899 12.2538 56.5216 12.0357 56.5522 11.8178 56.5817 11.6001 56.61 11.3829 56.6373 11.166 56.6634 10.9496 56.6886 10.7338 56.7129 10.5187 56.7361 10.3042 56.7585 10.0905 56.78 9.87764 56.8007 9.6656 56.8205 9.45444 56.8396 9.24421 56.8579 9.03492 56.8754 8.82658 56.8923 8.61924 56.9085 8.41289 56.924 8.20756 56.939 8.00326 56.9533 7.80002 56.967 7.59783 56.9803 7.3967 56.9929 7.19664 57.0051 6.99767 57.0168 6.79977 57.028 6.60297 57.0388 6.40727 57.0491 6.21267 57.059 6.01917 57.0686 5.82675 57.0777 5.63542 57.0865 5.44517 57.0949 5.25601 57.103 5.0679 57.1108 4.88087 57.1182 4.69489 57.1254 4.50996 57.1323 4.32606 57.1388 4.14322 57.1451 3.9614 57.1512 3.78062 57.157 3.60084 57.1625 3.42208 57.1677 3.24432 57.1728 3.06757 57.1776 2.89182 57.1821 2.71708 57.1864 2.54333 57.1905 2.37059 57.1943 2.19884 57.1979 2.02808 57.2013 1.85827 57.2043 1.68951 57.2072 1.52152 57.2097 1.3548 57.2122 1.18843 57.2139 1.02375 57.2163 0.86107 57.1742 0.713163 56.5098 0.569182 54.95 0.425503 53.2772 0.282417 51.6169 0.140412 50.0276 48.5414 14.3342 49.5113 14.7833 49.6602 15.2562 49.7678 15.7459 49.8658 16.1751 50.0089 16.5205 50.1845 16.8379 50.3446 17.1978 50.4545 17.5964 50.547 17.9584 50.6798 18.2519 50.8446 18.4911 51.0208 18.7356 51.1685 18.9946 51.2958 19.2329 51.4354 19.424 51.5935 19.5601 51.7604 19.6494 51.9259 19.7107 52.083 19.7703 52.2213 19.8418 52.344 19.92 52.4651 19.9932 52.594 20.0543 52.7286 20.1012 52.8647 20.1333 53.0003 20.1503 53.1346 20.1522 53.2671 20.139 53.3976 20.1108 53.5258 20.0685 53.6513 20.0125 53.7744 19.9433 53.895 19.8617 54.013 19.7684 54.1282 19.6639 54.2408 19.5489 54.3507 19.4241 54.4579 19.29 54.5625 19.1471 54.6644 18.996 54.7637 18.837 54.8605 18.6706 54.9546 18.4973 55.0461 18.3177 55.135 18.1323 55.2211 17.9418 55.3047 17.7466 55.3856 17.5473 55.4639 17.3444 55.5398 17.1383 55.6131 16.9295 55.6841 16.7182 55.7527 16.5048 55.819 16.2895 55.8831 16.0726 55.945 15.8544 56.0048 15.6348 56.0626 15.4141 56.1183 15.1924 56.1721 14.9698 56.2241 14.7464 56.2741 14.5223 56.3223 14.2977 56.3687 14.0726 56.4134 13.8472 56.4565 13.6215 56.4979 13.3957 56.5378 13.1699 56.5761 12.9442 56.6128 12.7187 56.6482 12.4935 56.682 12.2689 56.7145 12.0449 56.7457 11.8215 56.7756 11.599 56.8042 11.3773 56.8317 11.1566 56.858 10.9369 56.8832 10.7182 56.9073 10.5006 56.9304 10.2841 56.9527 10.0687 56.9739 9.85446 56.9943 9.64139 57.0138 9.42948 57.0324 9.21879 57.0502 9.00934 57.0673 8.80113 57.0836 8.59421 57.0992 8.38855 57.1141 8.1842 57.1284 7.98115 57.142 7.77941 57.155 7.57898 57.1675 7.37985 57.1794 7.18204 57.1908 6.98553 57.2016 6.79032 57.212 6.59642 57.2219 6.4038 57.2314 6.21245 57.2405 6.02237 57.2491 5.83354 57.2574 5.64597 57.2653 5.45964 57.2728 5.27455 57.28 5.09068 57.2869 4.90805 57.2934 4.72661 57.2997 4.54639 57.3056 4.36735 57.3113 4.18949 57.3167 4.01276 57.3219 3.83715 57.3268 3.66263 57.3315 3.48919 57.3359 3.31679 57.3401 3.14541 57.3441 2.97502 57.3479 2.80558 57.3515 2.63707 57.3549 2.46945 57.3581 2.30268 57.3611 2.13673 57.3639 1.97158 57.3664 1.80713 57.3688 1.64339 57.371 1.48019 57.3729 1.31767 57.3748 1.15537 57.3762 0.993819 57.3779 0.834494 57.3336 0.689483 56.6548 0.549314 55.0902 0.410126 53.4164 0.271938 51.755 0.135114 50.1644 48.6765 15.237 49.0227 15.756 49.1412 16.2511 49.2727 16.6516 49.4652 17.0027 49.6579 17.3913 49.7959 17.8489 49.887 18.2786 50.0247 18.5966 50.229 18.8122 50.4642 18.9934 50.6634 19.2138 50.8005 19.467 50.9153 19.703 51.0598 19.8974 51.2411 20.064 51.4269 20.2306 51.5938 20.4052 51.7513 20.5861 51.902 20.7545 52.053 20.8813 52.2172 20.9512 52.3953 20.9752 52.57 20.9701 52.7336 20.9465 52.8883 20.9096 53.0371 20.8623 53.1819 20.8055 53.3239 20.7396 53.4635 20.6643 53.6011 20.5788 53.7368 20.4832 53.87 20.3779 54.0003 20.2628 54.128 20.138 54.253 20.0038 54.3751 19.8603 54.4942 19.7081 54.6101 19.5477 54.7229 19.3796 54.8325 19.2046 54.9387 19.0233 55.0418 18.8363 55.1416 18.6439 55.2385 18.4466 55.3323 18.2447 55.4231 18.0383 55.511 17.8278 55.5961 17.6135 55.6783 17.3955 55.7577 17.1743 55.8344 16.9499 55.9085 16.7228 55.9798 16.4931 56.0487 16.2611 56.1151 16.0272 56.1789 15.7917 56.2403 15.5551 56.2992 15.3175 56.3559 15.0794 56.4103 14.8409 56.4625 14.6023 56.5127 14.3637 56.5608 14.1254 56.6071 13.8875 56.6513 13.6503 56.6937 13.4139 56.7343 13.1784 56.7732 12.944 56.8105 12.7107 56.8461 12.4785 56.8803 12.2475 56.9131 12.0175 56.9445 11.7888 56.9744 11.5613 57.0031 11.335 57.0306 11.1101 57.0566 10.8864 57.0817 10.6642 57.1054 10.4432 57.1282 10.2237 57.1499 10.0058 57.1706 9.78942 57.1903 9.57471 57.209 9.36153 57.2269 9.15005 57.2439 8.9402 57.2601 8.73199 57.2755 8.52545 57.2902 8.32051 57.3042 8.11726 57.3174 7.91558 57.3301 7.71553 57.3421 7.51708 57.3535 7.32023 57.3643 7.12496 57.3746 6.93127 57.3844 6.73911 57.3938 6.54854 57.4026 6.35943 57.411 6.17185 57.419 5.98575 57.4266 5.80112 57.4338 5.61791 57.4406 5.4361 57.4471 5.25567 57.4532 5.07656 57.4591 4.8988 57.4646 4.72226 57.4699 4.54699 57.4749 4.37291 57.4797 4.2 57.4842 4.02817 57.4885 3.85752 57.4925 3.68791 57.4964 3.51942 57.5 3.35196 57.5034 3.18553 57.5066 3.02009 57.5096 2.85565 57.5124 2.6922 57.515 2.5297 57.5174 2.36809 57.5197 2.20739 57.5218 2.0475 57.5237 1.88842 57.5255 1.73011 57.5271 1.57256 57.5285 1.41567 57.5298 1.25952 57.5309 1.1039 57.5318 0.949068 57.5327 0.796992 57.4856 0.658496 56.7933 0.524435 55.2243 0.391374 53.5494 0.259378 51.887 0.128785 50.295 48.8053 16.2186 48.4596 16.7311 48.6287 17.1465 48.8573 17.5705 49.0413 18.0772 49.1511 18.5956 49.2775 18.9852 49.4975 19.2152 49.7947 19.4149 50.0292 19.7282 50.1509 20.152 50.2396 20.5643 50.3881 20.8233 50.6564 20.9472 50.9359 21.04 51.1483 21.1685 51.2983 21.2989 51.4634 21.4045 51.6457 21.4844 51.8222 21.5274 52.01 21.54 52.2046 21.5503 52.3849 21.5683 52.5521 21.584 52.7179 21.586 52.8863 21.5673 53.0558 21.5251 53.2241 21.4594 53.3895 21.3723 53.5506 21.2666 53.7069 21.1451 53.8583 21.0097 54.0053 20.8618 54.1483 20.7031 54.2867 20.5352 54.4209 20.359 54.5512 20.1755 54.6777 19.9852 54.8004 19.7886 54.9194 19.5863 55.0348 19.3784 55.1467 19.1651 55.255 18.9468 55.3599 18.7241 55.4612 18.4973 55.5591 18.2669 55.6535 18.0333 55.7446 17.797 55.8324 17.5582 55.9171 17.3173 55.9986 17.0746 56.0771 16.8306 56.1525 16.5854 56.2251 16.3394 56.2946 16.0929 56.3616 15.846 56.4258 15.5988 56.4875 15.3514 56.5466 15.104 56.6033 14.8568 56.6575 14.6097 56.7095 14.3633 56.7591 14.1174 56.8067 13.8725 56.852 13.6283 56.8955 13.385 56.937 13.1428 56.9765 12.9016 57.0144 12.6616 57.0504 12.4229 57.0849 12.1857 57.1175 11.9501 57.1487 11.7164 57.1782 11.4841 57.2066 11.2537 57.2334 11.0255 57.2588 10.7986 57.2835 10.5742 57.3061 10.3514 57.3282 10.1308 57.3488 9.91232 57.3684 9.6956 57.3873 9.48103 57.4049 9.26808 57.4219 9.0573 57.4377 8.84826 57.4529 8.64115 57.4672 8.43594 57.4807 8.23253 57.4936 8.03112 57.5056 7.83137 57.5171 7.63361 57.5278 7.43765 57.538 7.24347 57.5477 7.05106 57.5567 6.86038 57.5653 6.67141 57.5734 6.4842 57.581 6.29852 57.5882 6.1146 57.5949 5.93222 57.6014 5.75144 57.6073 5.5722 57.613 5.3945 57.6183 5.21834 57.6232 5.04364 57.6279 4.87044 57.6323 4.69857 57.6365 4.52823 57.6403 4.3592 57.644 4.19158 57.6473 4.02529 57.6505 3.86041 57.6534 3.69672 57.6562 3.53434 57.6588 3.37307 57.6612 3.21297 57.6635 3.0539 57.6656 2.89589 57.6676 2.73883 57.6694 2.58262 57.6712 2.42723 57.6728 2.2727 57.6742 2.11888 57.6756 1.9658 57.6768 1.8134 57.6779 1.66159 57.6789 1.51035 57.6798 1.35961 57.6805 1.20933 57.6812 1.05941 57.6817 0.909843 57.6822 0.76282 57.6327 0.629208 56.9269 0.500478 55.353 0.373194 53.6767 0.247214 52.013 0.122754 50.4195 48.928 17.2021 47.9128 17.6568 48.174 18.1809 48.3332 18.7741 48.4481 19.2561 48.6691 19.5316 49.002 19.7315 49.2976 20.0787 49.4476 20.584 49.5239 21.0368 49.698 21.2561 50.0204 21.294 50.3502 21.3776 50.5728 21.597 50.7165 21.8805 50.8648 22.0491 51.1297 22.1297 51.3828 22.1712 51.6042 22.172 51.8213 22.1605 52.0215 22.1632 52.2019 22.1639 52.3842 22.141 52.575 22.0915 52.7674 22.0229 52.9548 21.9422 53.1366 21.8525 53.3138 21.7551 53.487 21.6487 53.657 21.5314 53.8241 21.4022 53.9875 21.2607 54.1467 21.1076 54.3014 20.942 54.4523 20.764 54.599 20.575 54.7403 20.3761 54.8766 20.1681 55.0084 19.9516 55.1359 19.7275 55.2589 19.4965 55.3776 19.2596 55.492 19.0174 55.6021 18.7707 55.708 18.5199 55.8098 18.2657 55.9077 18.0087 56.0017 17.7492 56.0919 17.4878 56.1784 17.2251 56.2613 16.9615 56.3407 16.697 56.417 16.4325 56.4896 16.1676 56.5595 15.9033 56.626 15.6391 56.6899 15.3758 56.7508 15.1135 56.8089 14.8522 56.8646 14.5921 56.9176 14.3336 56.9681 14.0762 57.0165 13.8207 57.0623 13.5665 57.1062 13.3142 57.1478 13.0638 57.1874 12.8151 57.2252 12.5688 57.2608 12.3243 57.2949 12.0822 57.327 11.842 57.3577 11.604 57.3867 11.3679 57.4143 11.1346 57.4399 10.9034 57.4647 10.6739 57.4883 10.448 57.5094 10.2231 57.531 10.0012 57.5501 9.78114 57.5689 9.56291 57.5867 9.3474 57.6028 9.13374 57.6186 8.92306 57.6326 8.71406 57.6467 8.50767 57.6593 8.30349 57.6714 8.10148 57.6827 7.90182 57.6932 7.70401 57.7034 7.50876 57.7124 7.31525 57.7213 7.12384 57.7294 6.93451 57.737 6.74715 57.7441 6.56181 57.7507 6.37844 57.7568 6.19679 57.7626 6.01728 57.7678 5.83936 57.7729 5.66337 57.7773 5.48911 57.7816 5.31659 57.7855 5.14572 57.7892 4.97639 57.7926 4.80868 57.7956 4.64242 57.7986 4.47788 57.8011 4.31454 57.8036 4.15273 57.8058 3.99221 57.8078 3.83302 57.8097 3.67487 57.8116 3.51805 57.813 3.36222 57.8146 3.20763 57.8158 3.05409 57.817 2.9017 57.818 2.7503 57.819 2.59992 57.8198 2.4506 57.8205 2.30229 57.8211 2.15479 57.8217 2.00821 57.8222 1.86239 57.8226 1.71732 57.823 1.57298 57.8232 1.42927 57.8235 1.28618 57.8236 1.14365 57.8237 1.00162 57.8237 0.860129 57.8237 0.721476 57.7713 0.595546 57.0528 0.473742 55.4748 0.353202 53.7973 0.233918 52.1323 0.116098 50.5373 49.0441 18.1136 47.411 18.7321 47.5555 19.3245 47.7408 19.6862 48.0864 19.9331 48.4222 20.3096 48.6255 20.8662 48.7409 21.4038 48.9101 21.6653 49.2623 21.749 49.6143 21.8775 49.8919 22.1258 50.1019 22.4262 50.2723 22.6122 50.5305 22.7117 50.7654 22.8138 51.0276 22.9423 51.2543 23.0765 51.47 23.1741 51.7237 23.2316 51.964 23.2364 52.1971 23.1989 52.4217 23.1339 52.64 23.0485 52.8528 22.9404 53.0629 22.8083 53.2687 22.6532 53.4688 22.4778 53.6623 22.2877 53.8472 22.0869 54.0248 21.8787 54.1958 21.6635 54.3619 21.4409 54.5239 21.2141 54.6791 20.984 54.8291 20.7481 54.9762 20.5052 55.1195 20.2561 55.2575 20.0023 55.3898 19.7442 55.517 19.4826 55.6392 19.2179 55.7567 18.9503 55.8697 18.6799 55.9783 18.4072 56.0825 18.1325 56.1824 17.8562 56.278 17.5787 56.3694 17.3003 56.4568 17.0211 56.5405 16.7414 56.6204 16.4621 56.6963 16.1824 56.7693 15.9037 56.8382 15.6254 56.9043 15.3487 56.9666 15.0733 57.0262 14.7993 57.0829 14.5273 57.1366 14.2573 57.1876 13.9892 57.2362 13.7238 57.2819 13.4604 57.3257 13.2 57.3666 12.9418 57.4059 12.6865 57.4427 12.4341 57.4776 12.184 57.5109 11.937 57.5419 11.6925 57.5714 11.4511 57.5991 11.2126 57.6253 10.9771 57.6498 10.7431 57.674 10.5124 57.6954 10.2853 57.7154 10.058 57.7367 9.83605 57.753 9.61492 57.7712 9.39742 57.7864 9.18355 57.8005 8.97132 57.815 8.76247 57.8274 8.55466 57.8404 8.3506 57.8508 8.14835 57.8616 7.9485 57.8712 7.75123 57.88 7.55598 57.8885 7.36367 57.8957 7.17283 57.9032 6.98492 57.9092 6.79921 57.9152 6.61558 57.9206 6.43417 57.9255 6.25475 57.9301 6.07734 57.9342 5.90227 57.9377 5.72869 57.9413 5.55747 57.9441 5.3879 57.9469 5.22018 57.9493 5.05421 57.9515 4.88997 57.9534 4.72757 57.955 4.56676 57.9565 4.40769 57.9576 4.24982 57.9589 4.09382 57.9596 3.93908 57.9605 3.78582 57.9611 3.63383 57.9617 3.4835 57.9619 3.33429 57.9623 3.18659 57.9623 3.03994 57.9625 2.8945 57.9625 2.75 57.9625 2.60655 57.9624 2.46413 57.9623 2.32253 57.9621 2.18172 57.9619 2.04189 57.9616 1.90272 57.9614 1.76438 57.961 1.62677 57.9606 1.48977 57.9602 1.35344 57.9598 1.21765 57.9594 1.08237 57.959 0.94753 57.9586 0.813071 57.9582 0.681176 57.9032 0.561809 57.1722 0.446711 55.5899 0.332984 53.911 0.220512 52.2448 0.109461 50.6484 49.1536 19.1932 46.7573 19.7294 47.0194 20.0775 47.3926 20.5082 47.6557 21.0664 47.864 21.626 48.0659 21.9841 48.3829 22.1681 48.7261 22.3629 49.0675 22.6222 49.355 22.9321 49.582 23.2022 49.8318 23.4476 50.027 23.5786 50.3994 23.5962 50.7479 23.5696 51.0542 23.5222 51.3017 23.4517 51.5405 23.3928 51.7826 23.3386 52.0183 23.275 52.2607 23.1865 52.5101 23.0781 52.7484 22.9558 52.9751 22.8298 53.1889 22.7078 53.3907 22.5827 53.5939 22.4485 53.7966 22.297 53.9987 22.126 54.1958 21.9326 54.3893 21.72 54.5745 21.4937 54.7501 21.2509 54.922 20.9916 55.0883 20.7238 55.2439 20.4529 55.3904 20.1788 55.5316 19.9001 55.6685 19.6171 55.8001 19.33 55.9263 19.0401 56.0466 18.7484 56.1614 18.4557 56.271 18.1627 56.3756 17.8696 56.4754 17.5771 56.5706 17.285 56.6615 16.9938 56.748 16.704 56.8303 16.4155 56.9088 16.1283 56.9836 15.8434 57.0542 15.5596 57.122 15.2779 57.186 14.9969 57.2475 14.7181 57.3051 14.4414 57.3596 14.1664 57.4115 13.8937 57.4603 13.6235 57.5064 13.3553 57.5502 13.09 57.5909 12.8265 57.6301 12.5663 57.6662 12.3083 57.7008 12.0528 57.7331 11.8007 57.763 11.551 57.7916 11.3043 57.8181 11.0603 57.8431 10.8193 57.8663 10.5809 57.8882 10.3479 57.907 10.1164 57.9269 9.88675 57.945 9.66587 57.9576 9.44329 57.9755 9.22761 57.9869 9.01318 58.0008 8.79992 58.0138 8.59148 58.0235 8.38472 58.0342 8.1836 58.0416 7.98301 58.0514 7.78629 58.0583 7.5924 58.0651 7.40074 58.0717 7.21231 58.0769 7.02534 58.0827 6.84224 58.0863 6.66053 58.091 6.48114 58.0945 6.30423 58.0975 6.1294 58.1003 5.9569 58.1026 5.7866 58.1045 5.61789 58.1064 5.45191 58.1073 5.28725 58.1087 5.12475 58.1094 4.96411 58.11 4.80532 58.1103 4.64835 58.1104 4.49289 58.1104 4.33915 58.1102 4.1868 58.11 4.03646 58.1093 3.88721 58.1089 3.73965 58.1081 3.59348 58.1073 3.4489 58.1063 3.30522 58.1056 3.163 58.1045 3.02169 58.1036 2.88174 58.1024 2.74283 58.1014 2.60524 58.1001 2.46871 58.099 2.33307 58.0979 2.19844 58.0967 2.06483 58.0955 1.93187 58.0946 1.79983 58.0934 1.66842 58.0924 1.53762 58.0914 1.40751 58.0904 1.27789 58.0894 1.14883 58.0885 1.02031 58.0875 0.892218 58.0867 0.764562 58.0858 0.639898 58.0279 0.527671 57.2844 0.419458 55.6981 0.312601 54.0179 0.206983 52.3504 0.102728 50.7526 49.2563 20.0937 46.2167 20.5833 46.5298 21.1436 46.8323 21.7051 47.0943 22.1848 47.3843 22.5539 47.6969 22.847 48.0898 23.0874 48.4857 23.3388 48.8161 23.6384 49.0554 23.9302 49.2902 24.0573 49.7047 23.9909 50.0934 23.9375 50.4527 24.0684 50.617 24.2288 50.8937 24.3424 51.1881 24.37 51.5129 24.3389 51.8137 24.2796 52.0776 24.2059 52.3344 24.1343 52.5817 24.0401 52.8426 23.9082 53.107 23.7275 53.3696 23.4932 53.6251 23.228 53.859 22.9461 54.0785 22.6619 54.2829 22.3767 54.4811 22.098 54.6679 21.8216 54.8509 21.5399 55.0319 21.2605 55.2014 20.9878 55.361 20.7116 55.5202 20.4236 55.6784 20.1268 55.8284 19.8255 55.9698 19.5213 56.1043 19.2146 56.2329 18.9049 56.3563 18.5923 56.474 18.2775 56.5858 17.9612 56.6919 17.644 56.7926 17.3265 56.888 17.0097 56.9783 16.6936 57.0642 16.3785 57.1454 16.0654 57.2219 15.7544 57.2946 15.4452 57.3633 15.1399 57.4273 14.8379 57.488 14.541 57.5444 14.2474 57.5987 13.9576 57.6494 13.6722 57.6969 13.3906 57.742 13.1129 57.784 12.8396 57.8234 12.5699 57.8607 12.3052 57.8948 12.0438 57.9276 11.7873 57.9573 11.5349 57.9854 11.286 58.0119 11.0417 58.0359 10.8014 58.0584 10.5651 58.0794 10.3327 58.0986 10.1044 58.1165 9.8768 58.1346 9.656 58.1477 9.43975 58.1613 9.21792 58.1794 9.00653 58.1869 8.79161 58.2018 8.5825 58.2099 8.37915 58.2171 8.17568 58.2269 7.9768 58.233 7.77636 58.242 7.58237 58.2453 7.3897 58.251 7.1996 58.2552 7.01313 58.2582 6.82838 58.2617 6.64785 58.2632 6.46807 58.2661 6.29204 58.267 6.11862 58.268 5.94744 58.2687 5.77892 58.2689 5.6126 58.2689 5.44844 58.2686 5.28707 58.2678 5.12703 58.2674 4.96984 58.2659 4.81446 58.2648 4.66107 58.2633 4.50961 58.2617 4.35991 58.2601 4.21225 58.2581 4.06632 58.2561 3.92237 58.2539 3.77967 58.252 3.63895 58.2496 3.49957 58.2474 3.36173 58.2451 3.22504 58.243 3.09015 58.2405 2.95645 58.2382 2.82426 58.2358 2.6931 58.2336 2.56322 58.2313 2.43417 58.2292 2.3061 58.227 2.17916 58.2248 2.05314 58.2228 1.92785 58.2208 1.80364 58.2188 1.68006 58.217 1.55738 58.2151 1.43547 58.2133 1.31411 58.2117 1.19346 58.2101 1.07328 58.2087 0.953483 58.2073 0.834153 58.206 0.715238 58.2048 0.598757 58.1444 0.49382 57.3894 0.392506 55.7994 0.292481 54.1179 0.193646 52.4492 0.0961127 50.8501 49.3524 21.0762 45.6128 21.6606 45.9454 22.2001 46.2928 22.7183 46.5761 23.0973 47.0053 23.344 47.4501 23.5594 47.8744 23.9388 48.1063 24.2989 48.456 24.5311 48.8232 24.56 49.2613 24.6719 49.5928 24.8712 49.8941 25.0739 50.25 25.1169 50.5739 25.0589 50.9518 24.968 51.279 24.851 51.6299 24.7144 51.9503 24.5378 52.2542 24.3287 52.5435 24.0984 52.812 23.8888 53.0522 23.7104 53.2853 23.556 53.524 23.4083 53.7728 23.2415 54.0258 23.0525 54.2674 22.8303 54.5051 22.585 54.7265 22.3089 54.944 22.0109 55.1489 21.7036 55.3392 21.3778 55.5271 21.0281 55.7108 20.6679 55.8804 20.3138 56.0324 19.9641 56.1781 19.6157 56.3182 19.2691 56.4509 18.9258 56.5762 18.5877 56.6944 18.2547 56.807 17.9258 56.9147 17.6004 57.0173 17.2782 57.1147 16.9587 57.2075 16.6416 57.2954 16.3276 57.3782 16.0165 57.4565 15.7077 57.5307 15.4024 57.5999 15.1002 57.6656 14.7998 57.7277 14.5019 57.7859 14.2056 57.8408 13.913 57.8912 13.6235 57.9389 13.3371 57.9834 13.0545 58.0246 12.7753 58.0632 12.4998 58.0989 12.2284 58.1321 11.96 58.1632 11.696 58.1915 11.435 58.2184 11.1776 58.2428 10.9241 58.2653 10.6736 58.2864 10.4264 58.3056 10.1831 58.3227 9.94272 58.339 9.70644 58.3528 9.47594 58.3651 9.24353 58.3801 9.01499 58.3898 8.80109 58.3933 8.58175 58.4063 8.37598 58.4076 8.17047 58.4154 7.96555 58.4221 7.76839 58.4241 7.57272 58.4287 7.38677 58.4279 7.19931 58.4328 7.0166 58.4337 6.83703 58.4348 6.65885 58.4363 6.48458 58.4359 6.31119 58.4366 6.14222 58.4351 5.97479 58.4344 5.80972 58.433 5.64716 58.4313 5.4866 58.4294 5.32839 58.4271 5.17248 58.4246 5.0183 58.422 4.86689 58.4188 4.71696 58.4159 4.56922 58.4125 4.42335 58.4092 4.27937 58.4057 4.13728 58.4021 3.99683 58.3985 3.85805 58.3949 3.72076 58.3912 3.58522 58.3875 3.45106 58.3838 3.31852 58.38 3.18731 58.3763 3.0577 58.3726 2.92914 58.369 2.80185 58.3655 2.67569 58.3619 2.55082 58.3585 2.42693 58.3551 2.30431 58.3518 2.18279 58.3486 2.06209 58.3455 1.94232 58.3425 1.82355 58.3396 1.7054 58.3369 1.58815 58.3342 1.47143 58.3318 1.35533 58.3294 1.23995 58.3271 1.12498 58.3251 1.01059 58.323 0.896746 58.3212 0.783195 58.3196 0.669865 58.3181 0.559397 58.2548 0.46081 57.4879 0.366058 55.8942 0.272701 54.2112 0.18053 52.5414 0.0896011 50.9411 49.442 21.9659 45.0331 22.5549 45.3564 23.044 45.8037 23.3859 46.2342 23.7115 46.6797 24.1711 46.9904 24.5712 47.4743 24.8565 47.821 24.9807 48.3318 25.2127 48.5912 25.4191 49.0549 25.5492 49.4626 25.4955 49.9478 25.4927 50.2528 25.476 50.5906 25.4308 50.997 25.4068 51.303 25.4099 51.6268 25.4007 51.9595 25.3176 52.3372 25.1916 52.6695 24.9975 53.0062 24.7187 53.3309 24.3724 53.6316 23.9865 53.91 23.5936 54.1657 23.2153 54.4041 22.8426 54.6401 22.4868 54.8608 22.1339 55.0794 21.7928 55.2851 21.457 55.4847 21.1227 55.6735 20.7997 55.8501 20.4917 56.0187 20.2018 56.1704 19.9023 56.3319 19.5929 56.4876 19.2739 56.6372 18.9434 56.7814 18.5995 56.9201 18.2453 57.0487 17.8853 57.167 17.5233 57.2766 17.162 57.3787 16.8027 57.474 16.4476 57.5626 16.0973 57.6457 15.7519 57.7236 15.4121 57.7963 15.0781 57.8647 14.749 57.9291 14.4262 57.9883 14.1101 58.0438 13.8009 58.0952 13.498 58.1436 13.2003 58.189 12.9085 58.2307 12.6223 58.2696 12.3411 58.3057 12.0655 58.3389 11.7945 58.3699 11.5285 58.3981 11.2676 58.4241 11.0113 58.4479 10.7602 58.4694 10.5141 58.489 10.2729 58.5065 10.0368 58.5224 9.80621 58.5363 9.57921 58.5497 9.35842 58.5598 9.14012 58.5711 8.92643 58.5788 8.7244 58.5821 8.52314 58.5911 8.31629 58.6001 8.12308 58.5995 7.92106 58.6096 7.72564 58.6109 7.53534 58.6124 7.3439 58.6155 7.15759 58.615 6.966 58.6195 6.78263 58.6162 6.60099 58.6153 6.42265 58.6131 6.24931 58.6097 6.07819 58.6071 5.91153 58.6032 5.74679 58.5998 5.58532 58.5959 5.42647 58.5919 5.2705 58.5873 5.11736 58.5826 4.9667 58.5778 4.81851 58.5728 4.67265 58.5678 4.52888 58.5625 4.3874 58.5573 4.24786 58.5521 4.11047 58.5466 3.97501 58.5412 3.84143 58.5357 3.7096 58.5304 3.57959 58.5249 3.45117 58.5196 3.32443 58.5142 3.19908 58.5091 3.07515 58.5039 2.95272 58.4988 2.83159 58.4937 2.71171 58.4889 2.59328 58.4839 2.47592 58.4793 2.35969 58.4747 2.2446 58.4702 2.13053 58.4659 2.01741 58.4617 1.90534 58.4576 1.79414 58.4537 1.68378 58.45 1.5743 58.4464 1.46552 58.443 1.35759 58.4397 1.25032 58.4367 1.14356 58.4339 1.03753 58.4311 0.931979 58.4286 0.826881 58.4263 0.722406 58.424 0.618621 58.4219 0.517595 58.3559 0.427235 57.5783 0.339709 55.9817 0.253181 54.2978 0.167638 52.6269 0.083201 51.0255 49.5252 22.8935 44.4207 23.4117 44.8382 23.9165 45.2989 24.4342 45.7165 24.8454 46.2685 25.1062 46.7296 25.3318 47.2487 25.6701 47.4827 25.936 48.0659 25.9815 48.5457 25.882 49.1544 25.9813 49.3633 26.1177 49.8115 26.1957 50.1748 26.1344 50.6519 26.0502 51.0812 25.8139 51.5393 25.455 51.9857 25.1456 52.269 24.9207 52.5621 24.7204 52.8698 24.5313 53.1953 24.3404 53.5218 24.1408 53.8312 23.9227 54.1281 23.681 54.4075 23.4121 54.673 23.1294 54.9228 22.823 55.1672 22.4992 55.4031 22.1581 55.6262 21.8031 55.8397 21.4336 56.0431 21.0437 56.24 20.6331 56.4293 20.1852 56.6183 19.7347 56.7824 19.2952 56.927 18.8776 57.0548 18.4861 57.1729 18.1182 57.2881 17.7653 57.4015 17.4215 57.5108 17.0833 57.6148 16.7492 57.7128 16.4183 57.8049 16.089 57.8919 15.7613 57.9734 15.4351 58.0498 15.1105 58.1209 14.7886 58.1866 14.4704 58.2473 14.1545 58.3042 13.8419 58.3563 13.5322 58.4049 13.2275 58.4484 12.9276 58.4889 12.6321 58.5262 12.3416 58.5601 12.0562 58.5911 11.7757 58.6194 11.5007 58.6449 11.2305 58.6683 10.9656 58.6889 10.7057 58.7078 10.4509 58.7242 10.2007 58.7391 9.95489 58.7524 9.71371 58.7636 9.47617 58.7738 9.24447 58.7814 9.01452 58.7898 8.79157 58.7941 8.56948 58.8009 8.34368 58.8079 8.12943 58.8053 7.92254 58.807 7.70941 58.8126 7.51333 58.8057 7.31872 58.8055 7.12889 58.8022 6.94533 58.7991 6.76341 58.7969 6.59555 58.7874 6.42612 58.7856 6.26026 58.7812 6.0966 58.7768 5.93399 58.7723 5.77395 58.7671 5.61588 58.7613 5.46001 58.7557 5.3067 58.7492 5.15633 58.7423 5.00767 58.7359 4.86131 58.7289 4.71722 58.7219 4.57507 58.7149 4.43556 58.7073 4.29776 58.7004 4.16233 58.6928 4.02894 58.6855 3.89727 58.6783 3.7675 58.671 3.63944 58.6638 3.51333 58.6565 3.38881 58.6494 3.26623 58.6422 3.14507 58.6354 3.0258 58.6284 2.90793 58.6218 2.79162 58.6151 2.67657 58.6088 2.56315 58.6023 2.45064 58.5964 2.33961 58.5903 2.22958 58.5847 2.12078 58.579 2.01288 58.5738 1.90601 58.5686 1.80002 58.5636 1.6949 58.5588 1.59048 58.5544 1.48685 58.55 1.38391 58.5459 1.28163 58.542 1.17996 58.5383 1.07895 58.5349 0.978385 58.5316 0.878377 58.5286 0.778821 58.5258 0.679512 58.5233 0.580344 58.521 0.483656 58.4525 0.398007 57.664 0.315906 56.0638 0.235221 54.3784 0.155675 52.7065 0.0772663 51.1039 49.6025 23.7162 43.8113 24.2851 44.2693 24.7734 44.8106 25.1204 45.3694 25.468 45.9209 25.9414 46.2562 26.3381 46.852 26.4356 47.3853 26.4887 48.0128 26.6882 48.3461 26.8792 48.9634 26.7938 49.4488 26.6162 49.9891 26.4236 50.3674 26.2345 50.8411 26.0928 51.2228 26.0663 51.5659 26.0964 51.9556 25.9758 52.3896 25.7177 52.8202 25.3829 53.2046 25.0291 53.5491 24.6715 53.8794 24.2991 54.2036 23.9138 54.5134 23.5128 54.8085 23.0989 55.0869 22.6724 55.3492 22.2378 55.6019 21.8184 55.8225 21.3964 56.0482 20.9708 56.2652 20.5616 56.4523 20.1581 56.6435 19.7785 56.8089 19.4469 56.95 19.1314 57.0979 18.8 57.2584 18.4344 57.4204 18.0427 57.5646 17.6399 57.6909 17.2365 57.8049 16.8377 57.9096 16.4462 58.0063 16.0629 58.0961 15.6884 58.1794 15.3233 58.257 14.9674 58.3293 14.6207 58.3965 14.283 58.4587 13.9532 58.5164 13.6306 58.5699 13.3156 58.6192 13.0074 58.6645 12.7065 58.7058 12.4101 58.7448 12.1193 58.7797 11.8343 58.8112 11.5548 58.8396 11.2807 58.8653 11.0121 58.888 10.7487 58.9083 10.491 58.9261 10.238 58.9419 9.99033 58.9555 9.74747 58.9671 9.50972 58.9769 9.2773 58.9848 9.0493 58.9916 8.82678 58.9963 8.60819 59 8.39597 59.002 8.18666 59.0034 7.98597 59.0016 7.79537 58.9985 7.59717 59.0035 7.40717 58.997 7.23193 58.9879 7.04766 58.99 6.86927 58.9839 6.69005 58.9814 6.51525 58.9739 6.34553 58.9667 6.16609 58.9668 5.99495 58.9568 5.82827 58.9479 5.66553 58.9395 5.50678 58.931 5.3525 58.9214 5.20113 58.9127 5.05396 58.9029 4.90931 58.8938 4.76678 58.8848 4.62766 58.875 4.49079 58.8658 4.35628 58.8564 4.22446 58.8467 4.09414 58.8376 3.96657 58.8279 3.84049 58.8189 3.7165 58.8094 3.59461 58.8002 3.47461 58.791 3.35641 58.782 3.23979 58.7731 3.12492 58.7643 3.01134 58.7558 2.89938 58.7473 2.7886 58.7392 2.67959 58.7308 2.57159 58.7231 2.4651 58.7152 2.35955 58.7079 2.25563 58.7003 2.15253 58.6934 2.0509 58.6863 1.9501 58.6798 1.85052 58.6733 1.75171 58.6674 1.65383 58.6615 1.55688 58.6558 1.46087 58.6504 1.36559 58.6453 1.27113 58.6404 1.17722 58.6359 1.08398 58.6316 0.991224 58.6276 0.898919 58.624 0.806961 58.6206 0.715361 58.6174 0.624137 58.6146 0.533319 58.6119 0.445231 58.5406 0.367141 57.742 0.291677 56.1393 0.217254 54.4529 0.143796 52.7799 0.0713513 51.1764 49.6738 24.5132 43.1723 24.988 43.7945 25.4359 44.3627 26.0007 44.8047 26.462 45.4596 26.6091 46.1092 26.7577 46.7033 26.9698 47.1732 27.1341 47.8485 26.9804 48.4998 27.047 48.8968 27.1165 49.3792 27.1846 49.9211 27.1219 50.4301 27.0109 50.9521 26.7804 51.4534 26.3979 51.9483 25.975 52.3785 25.592 52.7727 25.2567 53.1554 24.9233 53.5381 24.5841 53.8883 24.2491 54.2144 23.9289 54.5237 23.6121 54.8303 23.2884 55.1322 22.9516 55.4238 22.5941 55.7066 22.2369 55.9591 21.8361 56.2234 21.4398 56.4445 21.0454 56.6596 20.6281 56.8696 20.2297 57.0419 19.7858 57.2528 19.2949 57.4409 18.7974 57.5954 18.3443 57.7114 17.9374 57.8273 17.5573 57.9447 17.1888 58.0593 16.8247 58.1691 16.4613 58.273 16.0972 58.3704 15.7331 58.4602 15.37 58.5425 15.0099 58.6172 14.6545 58.6847 14.3056 58.7454 13.9627 58.8015 13.6256 58.8535 13.2955 58.9 12.9722 58.9424 12.6552 58.9814 12.3446 59.0164 12.042 59.0474 11.7468 59.0749 11.4583 59.0998 11.1759 59.1219 10.9004 59.1408 10.6308 59.1576 10.3672 59.1719 10.1094 59.1838 9.8576 59.1937 9.61158 59.2015 9.37053 59.2082 9.13516 59.2123 8.90452 59.2154 8.67927 59.2168 8.4586 59.217 8.24132 59.2173 8.03034 59.213 7.82165 59.212 7.61484 59.2084 7.40945 59.2039 7.22199 59.191 7.03102 59.188 6.83313 59.1857 6.65199 59.1711 6.47023 59.1656 6.299 59.1526 6.12716 59.1457 5.95863 59.1352 5.80864 59.1168 5.65537 59.11 5.502 59.1012 5.35279 59.0887 5.2067 59.0771 5.06153 59.0666 4.91902 59.0552 4.77789 59.044 4.63982 59.0319 4.50406 59.0205 4.37027 59.0088 4.23922 58.9968 4.11047 58.9851 3.98377 58.9734 3.85978 58.9616 3.73753 58.9502 3.61792 58.9385 3.49991 58.9274 3.38383 58.9162 3.26948 58.9053 3.15715 58.8943 3.04653 58.8837 2.93758 58.8733 2.83042 58.863 2.72477 58.853 2.62075 58.8432 2.51755 58.834 2.41607 58.8246 2.31569 58.8156 2.21672 58.8068 2.11863 58.7984 2.02196 58.7901 1.92593 58.7824 1.83102 58.7748 1.73688 58.7675 1.64398 58.7603 1.55184 58.7536 1.46042 58.7472 1.36975 58.7411 1.27972 58.7353 1.19018 58.7299 1.10145 58.7246 1.0132 58.7198 0.925521 58.7153 0.838509 58.711 0.752043 58.707 0.666059 58.7034 0.580487 58.7001 0.495275 58.6971 0.412401 58.6235 0.339461 57.815 0.269446 56.2093 0.200618 54.5217 0.132762 52.8478 0.0658852 51.2432 49.7397 25.1884 42.6221 25.8722 43.1107 26.3935 43.8413 26.5789 44.6193 26.8471 45.1914 27.1662 45.79 27.3805 46.4891 27.2683 47.2853 27.4515 47.6653 27.6137 48.3376 27.6365 48.8739 27.4245 49.5913 27.2044 50.1412 26.9968 50.6376 26.7907 51.1582 26.5782 51.6659 26.4242 52.1024 26.2643 52.5384 26.041 52.9959 25.7481 53.4484 25.3999 53.8862 24.9991 54.2891 24.549 54.6645 24.0556 55.0171 23.5446 55.3413 23.0339 55.6429 22.531 55.9267 22.0412 56.1964 21.5523 56.448 21.1006 56.6751 20.6383 56.9068 20.193 57.105 19.7509 57.3118 19.2826 57.5102 18.8679 57.6674 18.5271 57.7817 18.1854 57.9371 17.7899 58.1069 17.3678 58.2493 16.9361 58.3765 16.5069 58.4885 16.0884 58.5876 15.6847 58.6767 15.2964 58.7588 14.9213 58.8353 14.5571 58.9067 14.2015 58.9728 13.8526 59.0336 13.5093 59.0887 13.1724 59.1384 12.8429 59.183 12.5195 59.2235 12.2028 59.2591 11.8942 59.29 11.5932 59.3175 11.2988 59.3417 11.0107 59.363 10.7298 59.3806 10.4562 59.3956 10.1887 59.4083 9.92803 59.4183 9.67364 59.4263 9.4255 59.432 9.18331 59.4359 8.94665 59.4381 8.71683 59.438 8.49163 59.4375 8.27237 59.4347 8.05853 59.4307 7.8497 59.4258 7.64945 59.4175 7.44862 59.4138 7.25944 59.4012 7.07679 59.391 6.8998 59.3809 6.71615 59.3746 6.54187 59.3623 6.37879 59.3488 6.20669 59.3432 6.04755 59.3248 5.88478 59.3154 5.73069 59.2998 5.5769 59.289 5.41159 59.2821 5.25867 59.2629 5.11342 59.2465 4.96661 59.2356 4.82262 59.2211 4.68284 59.2063 4.54704 59.191 4.41477 59.1763 4.28422 59.1625 4.15764 59.1471 4.03351 59.1329 3.91157 59.1188 3.79209 59.1046 3.67476 59.0908 3.55934 59.077 3.44603 59.0635 3.33426 59.0503 3.22493 59.0368 3.11737 59.0238 3.01171 59.011 2.90736 58.9987 2.80475 58.9863 2.7036 58.9744 2.60384 58.9627 2.50555 58.9513 2.40863 58.9401 2.31348 58.9291 2.2195 58.9185 2.12685 58.9083 2.03523 58.8984 1.94476 58.8889 1.85516 58.8797 1.76678 58.8708 1.67942 58.8621 1.59302 58.8539 1.50721 58.8461 1.42245 58.8384 1.33847 58.8312 1.25519 58.8243 1.17278 58.8177 1.09118 58.8115 1.01001 58.8058 0.929496 58.8004 0.849483 58.7953 0.769771 58.7907 0.690427 58.7864 0.61139 58.7825 0.532714 58.7788 0.454337 58.7755 0.378653 58.6992 0.312222 57.8814 0.247969 56.2735 0.184649 54.585 0.12219 52.9103 0.0606252 51.3048 49.8004 25.934 41.9973 26.283 42.7617 26.7764 43.3479 27.2876 44.1081 27.6023 44.8767 27.6009 45.7915 27.895 46.195 28.1667 47.0136 28.0955 47.7365 27.949 48.4841 27.8522 48.9707 27.8085 49.635 27.764 50.1856 27.6004 50.8012 27.3381 51.4205 27.0177 51.9863 26.5878 52.5322 26.0775 53.0487 25.5794 53.494 25.1288 53.899 24.7153 54.2997 24.3227 54.6817 23.944 55.0433 23.5645 55.3966 23.17 55.7357 22.7559 56.0569 22.3243 56.3583 21.8817 56.6391 21.4147 56.915 20.9358 57.154 20.4668 57.3758 19.9803 57.5915 19.523 57.7691 19.105 57.9281 18.6419 58.1305 18.0987 58.325 17.581 58.4547 17.1278 58.5602 16.7128 58.6643 16.3183 58.7711 15.9333 58.8734 15.5512 58.9697 15.1698 59.0581 14.7912 59.1373 14.4184 59.208 14.0537 59.2714 13.6976 59.3289 13.3502 59.3809 13.0112 59.4277 12.6803 59.4694 12.3574 59.5058 12.0427 59.5381 11.7351 59.5667 11.434 59.5911 11.1398 59.6117 10.8526 59.6288 10.5727 59.643 10.2988 59.6544 10.0313 59.6631 9.7704 59.6692 9.51582 59.6729 9.26757 59.6745 9.02516 59.6744 8.78906 59.672 8.55893 59.6683 8.33388 59.663 8.11524 59.6561 7.90198 59.648 7.6935 59.6391 7.49103 59.6283 7.29014 59.6184 7.10004 59.6039 6.90589 59.5954 6.71241 59.5845 6.52296 59.5703 6.3402 59.5574 6.16146 59.541 5.98856 59.5217 5.83082 59.5009 5.66361 59.492 5.50582 59.4732 5.34824 59.4574 5.20096 59.4363 5.06829 59.4148 4.92746 59.4038 4.78632 59.3876 4.65582 59.3661 4.52702 59.3499 4.40055 59.3328 4.27462 59.3169 4.15044 59.3004 4.02976 59.2831 3.90975 59.2671 3.79213 59.2506 3.67669 59.2342 3.56319 59.2181 3.45185 59.2021 3.34274 59.1862 3.23566 59.1706 3.13074 59.1552 3.02729 59.1402 2.9255 59.1256 2.8253 59.1112 2.72705 59.0969 2.63023 59.0832 2.53509 59.0696 2.44148 59.0563 2.34926 59.0435 2.25829 59.0311 2.16855 59.0189 2.07994 59.0072 1.99251 58.9957 1.90628 58.9847 1.82126 58.9739 1.73724 58.9637 1.65426 58.9537 1.57208 58.9443 1.4909 58.9351 1.41066 58.9263 1.33089 58.9181 1.25192 58.9102 1.17363 58.9026 1.09581 58.8956 1.01852 58.8888 0.941902 58.8824 0.865797 58.8765 0.790232 58.8709 0.715264 58.8656 0.640845 58.8608 0.566924 58.8564 0.493311 58.8524 0.42017 58.8486 0.349411 58.7699 0.287583 57.9432 0.228202 56.3329 0.169851 54.6434 0.112361 52.9677 0.0557394 51.3614 49.8561 26.5202 41.3937 27.1471 42.1347 27.514 42.981 27.6595 43.9626 28.1018 44.4344 28.4884 45.405 28.4081 46.2752 28.4008 47.0209 28.4882 47.649 28.541 48.4314 28.3386 49.1732 27.9987 49.9749 27.6169 50.5674 27.2312 51.187 26.8783 51.7734 26.6138 52.2508 26.3701 52.7759 26.1119 53.3069 25.7633 53.8426 25.3316 54.3308 24.8492 54.7821 24.3193 55.2115 23.7517 55.6108 23.1754 55.9729 22.6103 56.3008 22.0636 56.6036 21.5372 56.8848 21.0238 57.1524 20.5415 57.3974 20.0604 57.6351 19.575 57.8611 19.1131 58.0534 18.6318 58.2504 18.1112 58.4487 17.6831 58.5586 17.3263 58.6818 16.9556 58.8255 16.5373 58.9786 16.0953 59.1062 15.6572 59.2092 15.2306 59.3001 14.8187 59.3815 14.4211 59.4557 14.035 59.5235 13.6584 59.5846 13.2908 59.639 12.9326 59.6871 12.5842 59.7293 12.2453 59.7666 11.9159 59.7988 11.5953 59.8264 11.2841 59.8494 10.9821 59.8688 10.6882 59.885 10.4021 59.8978 10.1234 59.9075 9.85243 59.914 9.58893 59.9179 9.33271 59.9193 9.08327 59.9186 8.84021 59.9159 8.60364 59.9111 8.37346 59.9045 8.14888 59.8966 7.93024 59.8869 7.71718 59.8761 7.50953 59.8637 7.30664 59.8509 7.1094 59.8364 6.91601 59.8217 6.72823 59.8062 6.54231 59.7898 6.36763 59.7701 6.20186 59.7503 6.03912 59.7331 5.88994 59.7065 5.74004 59.6909 5.58288 59.6789 5.42171 59.6621 5.27833 59.6354 5.13638 59.6152 4.99777 59.596 4.85499 59.579 4.7084 59.5614 4.57703 59.5351 4.44881 59.5158 4.31512 59.4997 4.18649 59.4785 4.06094 59.4584 3.94012 59.4377 3.82302 59.4175 3.70825 59.3979 3.59644 59.3789 3.48719 59.3598 3.38028 59.3411 3.27551 59.3229 3.17293 59.3047 3.0719 59.2872 2.97265 59.2698 2.87511 59.2527 2.77938 59.236 2.68559 59.2194 2.59346 59.2033 2.50268 59.1877 2.41351 59.1723 2.32566 59.1574 2.23919 59.1428 2.15395 59.1287 2.07016 59.1149 1.98749 59.1015 1.90606 59.0886 1.82564 59.0761 1.74637 59.0639 1.66805 59.0522 1.59085 59.0409 1.51451 59.0301 1.43919 59.0196 1.36455 59.0097 1.2907 59.0002 1.21783 58.991 1.14577 58.9822 1.07437 58.974 1.0037 58.9662 0.933634 58.9589 0.864082 58.952 0.794982 58.9456 0.726249 58.9396 0.65781 58.9341 0.589548 58.9291 0.521551 58.9244 0.453883 58.9201 0.386381 58.9161 0.321126 58.8352 0.264369 58 0.209674 56.3876 0.155977 54.6971 0.10314 53.0206 0.0511458 51.4134 49.9072 27.0866 40.7827 27.435 41.7863 28.0149 42.4011 28.5134 43.4641 28.4899 44.4579 28.6152 45.2796 28.812 46.0785 28.9018 46.9311 28.6977 47.8531 28.4793 48.6498 28.2696 49.3829 28.1864 50.0581 27.96 50.7938 27.6335 51.5135 27.2223 52.1846 26.712 52.7611 26.1032 53.3847 25.5021 53.908 24.962 54.3827 24.4682 54.8246 24.0056 55.2446 23.5631 55.6541 23.1227 56.0512 22.6671 56.4285 22.1858 56.7822 21.6851 57.1043 21.172 57.3979 20.6584 57.6659 20.1505 57.9054 19.6468 58.1387 19.1644 58.3436 18.6617 58.5561 18.1803 58.7318 17.7498 58.8792 17.2482 59.0602 16.7055 59.2245 16.1957 59.3352 15.7579 59.4165 15.359 59.505 14.9697 59.5985 14.5824 59.6874 14.1978 59.7661 13.8186 59.835 13.4471 59.8949 13.0849 59.9468 12.7319 59.9921 12.3879 60.0311 12.0529 60.0644 11.7263 60.0932 11.408 60.117 11.0977 60.1367 10.7952 60.1519 10.5007 60.1632 10.2145 60.1713 9.936 60.1763 9.66499 60.1785 9.40113 60.1778 9.14442 60.1746 8.89452 60.1692 8.65167 60.1615 8.41549 60.1521 8.18558 60.141 7.96189 60.1282 7.74436 60.1141 7.53268 60.0986 7.32655 60.0822 7.1258 60.0645 6.93082 60.0458 6.74097 60.0262 6.55638 60.0063 6.37811 59.9845 6.20486 59.9631 6.03179 59.9431 5.8619 59.9202 5.69831 59.8967 5.52093 59.8839 5.358 59.8538 5.21325 59.8236 5.07743 59.7979 4.93124 59.7815 4.78653 59.7599 4.64943 59.7331 4.51959 59.7089 4.3983 59.6827 4.2679 59.6655 4.14268 59.6411 4.02794 59.6145 3.91435 59.5921 3.80241 59.5703 3.69134 59.5488 3.58164 59.5272 3.47346 59.5061 3.36814 59.4843 3.2645 59.4635 3.16289 59.4427 3.0635 59.4223 2.96586 59.4023 2.87066 59.3824 2.77739 59.3631 2.68593 59.3442 2.59609 59.3258 2.50768 59.3078 2.4209 59.2901 2.33582 59.2728 2.25216 59.256 2.16991 59.2397 2.08898 59.2238 2.00939 59.2083 1.93091 59.1933 1.85362 59.1788 1.77752 59.1647 1.70263 59.151 1.62864 59.1379 1.55565 59.1252 1.48356 59.113 1.41228 59.1014 1.34177 59.0901 1.27212 59.0793 1.20327 59.069 1.13496 59.0593 1.06708 59.0501 0.999909 59.0412 0.933279 59.0329 0.867167 59.025 0.80155 59.0176 0.736417 59.0107 0.671799 59.0042 0.6077 58.9982 0.544149 58.9926 0.480915 58.9876 0.417965 58.983 0.355318 58.9787 0.294933 58.8956 0.24255 58.0524 0.192266 56.4379 0.142965 54.7464 0.0944944 53.0691 0.0468389 51.4611 49.9541 27.6164 40.108 28.2156 41.1871 28.3564 42.2604 28.6361 43.1844 28.9861 44.108 29.1431 45.1226 28.9903 46.2314 28.9238 46.9975 28.8451 47.9318 28.7075 48.7874 28.3249 49.7655 27.8694 50.5136 27.4171 51.2461 26.9845 51.9461 26.5862 52.5829 26.2073 53.14 25.9039 53.6881 25.5446 54.2673 25.0697 54.8576 24.5057 55.3886 23.8943 55.8561 23.2723 56.276 22.6653 56.6583 22.0793 57.0145 21.5137 57.3477 20.9605 57.6575 20.4141 57.9443 19.8694 58.2107 19.3251 58.4497 18.7975 58.6664 18.2696 58.8714 17.7874 59.0383 17.2947 59.2245 16.7891 59.3848 16.3672 59.4821 16.0014 59.5903 15.6059 59.7306 15.1612 59.8612 14.7061 59.9601 14.2675 60.0371 13.8519 60.1029 13.4547 60.1633 13.0723 60.2174 12.7016 60.2656 12.341 60.3075 11.9899 60.3432 11.6485 60.3724 11.317 60.3959 10.9953 60.4148 10.6833 60.4291 10.3807 60.4392 10.0867 60.4459 9.80123 60.4487 9.52422 60.4483 9.25554 60.445 8.99499 60.4391 8.74201 60.4308 8.49649 60.4202 8.25803 60.4077 8.02634 60.3932 7.80156 60.3769 7.58328 60.3593 7.3714 60.3401 7.16566 60.3198 6.96569 60.2986 6.77197 60.2759 6.58348 60.253 6.40051 60.2288 6.22227 60.2045 6.04974 60.1788 5.88081 60.1534 5.71533 60.1286 5.55883 60.0996 5.40538 60.0736 5.25659 60.0455 5.12959 60.0109 4.98991 59.9935 4.84236 59.9712 4.69383 59.9465 4.56509 59.9103 4.44195 59.883 4.31427 59.8608 4.1892 59.834 4.06106 59.8108 3.94853 59.778 3.8374 59.7522 3.72119 59.7307 3.60771 59.7056 3.49799 59.68 3.39226 59.6545 3.2895 59.63 3.18956 59.606 3.09149 59.5823 2.99586 59.5591 2.90226 59.5363 2.81067 59.5139 2.72102 59.492 2.63276 59.4707 2.54623 59.4496 2.46134 59.4291 2.37831 59.4088 2.29694 59.3892 2.21695 59.3701 2.13834 59.3514 2.0611 59.3332 1.98528 59.3155 1.9107 59.2983 1.8374 59.2816 1.7653 59.2654 1.69432 59.2498 1.62436 59.2347 1.55537 59.22 1.48738 59.2059 1.42031 59.1923 1.35408 59.1792 1.28878 59.1667 1.22427 59.1546 1.16048 59.1431 1.09737 59.1321 1.03509 59.1216 0.973583 59.1116 0.912569 59.1022 0.852103 59.0933 0.792157 59.0849 0.732674 59.0771 0.673656 59.0697 0.61496 59.0629 0.556469 59.0567 0.49814 59.0509 0.440111 59.0456 0.382319 59.0408 0.324753 59.0363 0.269408 58.9509 0.221772 58.1 0.175825 56.4838 0.130723 54.7915 0.0863745 53.1134 0.0427912 51.5047 49.9969 27.8057 39.6661 28.3179 40.6749 28.8339 41.7443 29.0714 42.9468 28.9631 44.2163 29.0975 44.9881 29.187 46.1419 28.9974 47.1871 28.6895 48.2398 28.4292 49.0477 28.2787 49.916 27.9836 50.8087 27.6325 51.5971 27.1846 52.3941 26.6726 53.0949 25.9933 53.8193 25.2772 54.4043 24.6395 54.9049 24.0999 55.3973 23.585 55.9034 23.064 56.3771 22.5319 56.8081 21.9927 57.1975 21.4516 57.5556 20.9138 57.8856 20.3809 58.1904 19.8511 58.474 19.3325 58.7293 18.8053 58.9768 18.2867 59.185 17.7829 59.3751 17.257 59.5642 16.7763 59.7052 16.3153 59.8458 15.7917 60.0057 15.2525 60.1295 14.7754 60.2078 14.3595 60.2771 13.968 60.3517 13.5792 60.4259 13.1934 60.4887 12.816 60.5408 12.4486 60.5847 12.0925 60.6218 11.747 60.6529 11.4116 60.6786 11.0853 60.6987 10.7678 60.7134 10.4592 60.7234 10.1593 60.729 9.8681 60.7304 9.58539 60.7286 9.3106 60.7235 9.04378 60.7151 8.78493 60.7039 8.53372 60.6903 8.28995 60.6746 8.05339 60.6567 7.82403 60.637 7.60132 60.6159 7.38512 60.5931 7.17534 60.569 6.97162 60.5438 6.7739 60.5176 6.58202 60.4904 6.39543 60.4625 6.21437 60.434 6.03828 60.4049 5.86724 60.3755 5.70053 60.3455 5.5383 60.3156 5.38356 60.2833 5.22789 60.2553 5.07634 60.2252 4.92453 60.1973 4.76525 60.1702 4.62861 60.1302 4.50354 60.0963 4.38515 60.0648 4.25204 60.0434 4.12384 60.0112 4.00736 59.9773 3.89453 59.9468 3.78978 59.9156 3.67428 59.8935 3.56087 59.8656 3.45896 59.8326 3.35959 59.805 3.26177 59.7778 3.16471 59.7516 3.06939 59.7253 2.97626 59.6992 2.88472 59.6739 2.79507 59.6487 2.70734 59.6241 2.62111 59.6001 2.53678 59.5763 2.45436 59.5531 2.37365 59.5303 2.29449 59.5082 2.21679 59.4865 2.14048 59.4655 2.0657 59.4449 1.9923 59.4248 1.92018 59.4053 1.84928 59.3864 1.77961 59.368 1.71114 59.3501 1.6437 59.3329 1.57739 59.3161 1.51207 59.3 1.44775 59.2843 1.3843 59.2694 1.32172 59.2549 1.25991 59.2411 1.19882 59.2277 1.13844 59.215 1.07882 59.2028 1.01989 59.1911 0.961383 59.1801 0.903409 59.1696 0.846027 59.1596 0.789222 59.1501 0.732914 59.1413 0.677081 59.1329 0.62162 59.1252 0.566614 59.1179 0.512122 59.1112 0.458095 59.105 0.404382 59.0993 0.350967 59.0943 0.297901 59.0894 0.246902 59.0019 0.20306 58.1439 0.160848 56.5261 0.119488 54.8328 0.0788863 53.154 0.0390506 51.5445 50.0359 28.3541 38.9918 28.7562 40.2728 28.8365 41.6641 29.2482 42.5351 29.5255 43.939 29.2682 45.2454 29.1685 46.2416 29.0712 47.2844 28.8854 48.4257 28.4169 49.5161 27.9121 50.4208 27.3676 51.3532 26.8547 52.11 26.3757 52.8731 25.9751 53.4954 25.6222 54.1722 25.1398 54.8867 24.5248 55.5199 23.8792 56.0428 23.2414 56.5412 22.6061 57.0123 21.9727 57.4416 21.3437 57.8264 20.7287 58.1706 20.1305 58.4838 19.547 58.7739 18.9789 59.0421 18.4249 59.2833 17.8956 59.5061 17.3695 59.7111 16.8496 59.895 16.3667 60.0471 15.8653 60.2067 15.3712 60.3399 14.9664 60.4105 14.5863 60.5095 14.1719 60.6222 13.7332 60.7158 13.2967 60.7881 12.8812 60.8414 12.4842 60.8857 12.1014 60.9236 11.7314 60.9546 11.3743 60.9789 11.0296 60.9976 10.6972 61.011 10.3761 61.0198 10.0655 61.0241 9.76501 61.0239 9.47417 61.0198 9.19243 61.0121 8.91988 61.0011 8.65619 60.9872 8.40075 60.9705 8.15323 60.9514 7.91352 60.93 7.68147 60.9066 7.45667 60.8815 7.23888 60.8548 7.028 60.8268 6.82369 60.7974 6.62571 60.767 6.43377 60.7358 6.2477 60.7036 6.06724 60.6709 5.89219 60.6376 5.72246 60.6038 5.55756 60.5698 5.39811 60.535 5.24296 60.5007 5.09307 60.4655 4.94425 60.4321 4.80479 60.3948 4.67018 60.3598 4.54573 60.3217 4.43048 60.2854 4.30175 60.2589 4.17176 60.2262 4.04568 60.1909 3.93604 60.153 3.82578 60.1215 3.71069 60.0924 3.59647 60.061 3.48316 60.0289 3.38584 59.9909 3.29163 59.9598 3.19036 59.9339 3.09216 59.9032 2.99652 59.8735 2.90445 59.8437 2.81498 59.8148 2.72777 59.7864 2.64289 59.7588 2.55992 59.7317 2.4789 59.7051 2.3999 59.6791 2.32242 59.6538 2.24656 59.6289 2.17206 59.6048 2.09923 59.581 2.02775 59.558 1.95771 59.5355 1.88899 59.5136 1.82141 59.4924 1.75515 59.4716 1.69004 59.4515 1.62616 59.4319 1.56322 59.413 1.50139 59.3947 1.44053 59.377 1.38062 59.3599 1.32153 59.3434 1.26338 59.3275 1.20601 59.3123 1.14949 59.2976 1.09371 59.2835 1.03873 59.27 0.984368 59.2571 0.930566 59.2449 0.877512 59.2331 0.825156 59.2219 0.773259 59.2115 0.721742 59.2016 0.670659 59.1923 0.619968 59.1836 0.569671 59.1755 0.519662 59.1679 0.469827 59.161 0.420162 59.1546 0.37073 59.1488 0.321519 59.1435 0.272568 59.1383 0.225736 59.0488 0.185602 58.184 0.146916 56.5647 0.109042 54.8707 0.0719165 53.1911 0.0355587 51.5809 50.0715 28.3832 38.6552 29.0333 39.6227 29.4533 41.2441 29.2345 42.7539 29.3936 43.78 29.4933 45.1456 29.2708 46.4641 28.8722 47.683 28.5668 48.7311 28.2579 49.825 27.9184 50.7603 27.5225 51.7491 26.9811 52.6513 26.33 53.5242 25.5611 54.2643 24.8487 54.8846 24.2079 55.5275 23.5826 56.1452 22.9659 56.6595 22.378 57.1292 21.8068 57.5835 21.2347 58.0137 20.6542 58.4069 20.0699 58.7549 19.4869 59.0668 18.9091 59.3517 18.3397 59.6115 17.7814 59.8416 17.2377 60.0498 16.7136 60.2353 16.2074 60.4012 15.6949 60.5595 15.2331 60.6685 14.784 60.789 14.2751 60.9194 13.7734 61.0112 13.3298 61.0658 12.9354 61.1103 12.5615 61.162 12.1913 61.2115 11.8249 61.2521 11.4662 61.2823 11.1164 61.3044 10.7764 61.319 10.4469 61.3271 10.1284 61.3295 9.8207 61.3275 9.52321 61.3215 9.23548 61.3116 8.95717 61.2982 8.68789 61.2814 8.42748 61.2615 8.17543 61.2392 7.93139 61.2146 7.69514 61.1876 7.46645 61.1587 7.24508 61.128 7.03079 61.0958 6.82332 61.0623 6.62242 61.0277 6.42772 60.9921 6.23917 60.9556 6.05653 60.9184 5.87952 60.8807 5.70799 60.8424 5.54162 60.8039 5.38044 60.7649 5.22413 60.7261 5.07209 60.687 4.925 60.6478 4.78143 60.6091 4.64504 60.5685 4.50769 60.5321 4.37423 60.4932 4.2379 60.458 4.10347 60.4199 3.98617 60.3762 3.87419 60.3382 3.76254 60.3026 3.64635 60.2692 3.53726 60.2305 3.43749 60.1921 3.3423 60.1562 3.24942 60.1218 3.14648 60.0938 3.04705 60.0592 2.95871 60.0222 2.87174 59.9901 2.7872 59.958 2.70307 59.9278 2.62064 59.8972 2.53954 59.8675 2.46042 59.8379 2.38312 59.809 2.30728 59.7809 2.2331 59.7533 2.16058 59.7263 2.08959 59.6999 2.02017 59.6742 1.95209 59.6491 1.88545 59.6247 1.82014 59.6008 1.75609 59.5776 1.69339 59.5551 1.63174 59.5332 1.57116 59.5121 1.51157 59.4915 1.453 59.4716 1.39541 59.4523 1.33873 59.4337 1.28297 59.4156 1.22805 59.3984 1.17392 59.3816 1.12057 59.3656 1.06793 59.3502 1.01601 59.3354 0.964693 59.3213 0.913983 59.3078 0.863868 59.295 0.814209 59.2828 0.764884 59.2713 0.716099 59.2603 0.667828 59.2499 0.619966 59.2402 0.572479 59.2311 0.525365 59.2226 0.478631 59.2147 0.432308 59.2073 0.386362 59.2006 0.340692 59.1944 0.29525 59.1889 0.249953 59.1836 0.206524 59.0922 0.1696 58.2209 0.134067 56.6003 0.0993638 54.9054 0.0654309 53.2251 0.032295 51.614 50.1038 28.8336 38.0037 28.8652 39.591 29.3484 40.7609 29.6927 42.4095 29.4842 43.9885 29.3309 45.299 29.1925 46.6025 28.9393 47.9362 28.5054 49.165 27.9032 50.4272 27.2308 51.4328 26.6204 52.3595 26.0841 53.1876 25.6311 53.9773 25.1143 54.7811 24.5268 55.4721 23.9241 56.1302 23.273 56.7963 22.5572 57.3753 21.8352 57.8512 21.1485 58.2702 20.4953 58.6669 19.8617 59.0405 19.2394 59.3772 18.6283 59.6779 18.0338 59.9461 17.4578 60.1875 16.8961 60.4034 16.3537 60.5922 15.8258 60.7633 15.3121 60.9149 14.8377 61.034 14.3454 61.1607 13.8796 61.2547 13.4896 61.3095 13.1114 61.3895 12.7052 61.4719 12.2835 61.532 11.8735 61.572 11.486 61.599 11.1181 61.62 10.7648 61.6356 10.4239 61.6454 10.0941 61.6487 9.77493 61.6463 9.4662 61.6383 9.16793 61.6258 8.87993 61.6095 8.60198 61.5895 8.33384 61.5663 8.07499 61.5403 7.82513 61.5114 7.58419 61.4802 7.35163 61.4471 7.12701 61.4122 6.90998 61.3757 6.70034 61.3376 6.49777 61.2984 6.3019 61.2582 6.11258 61.217 5.92956 61.1751 5.75248 61.1327 5.58119 61.0897 5.41542 61.0464 5.25495 61.0029 5.09958 60.9593 4.94893 60.9156 4.80319 60.8718 4.66201 60.8282 4.5249 60.7849 4.3929 60.7411 4.26182 60.6996 4.13866 60.6553 4.0202 60.6117 3.91098 60.5673 3.80458 60.5263 3.69123 60.4895 3.58048 60.449 3.47464 60.4084 3.37864 60.3652 3.27919 60.33 3.17836 60.293 3.07925 60.2553 2.98292 60.2181 2.90019 60.1765 2.81695 60.1425 2.72924 60.1099 2.64435 60.075 2.56061 60.0418 2.481 60.0074 2.40361 59.9746 2.3286 59.9425 2.25525 59.9112 2.18349 59.8808 2.11356 59.8509 2.04514 59.8217 1.97833 59.7931 1.91291 59.7653 1.84902 59.7381 1.78645 59.7117 1.72512 59.686 1.66498 59.661 1.60597 59.6366 1.54811 59.6129 1.49141 59.5899 1.43582 59.5677 1.38116 59.5461 1.32747 59.5253 1.27465 59.5051 1.2227 59.4856 1.17152 59.4668 1.12117 59.4487 1.07154 59.4313 1.02272 59.4144 0.974542 59.3984 0.927071 59.3829 0.880157 59.3682 0.833858 59.3541 0.788103 59.3408 0.742956 59.3279 0.69835 59.3159 0.654188 59.3044 0.610396 59.2937 0.566998 59.2836 0.523957 59.2741 0.481209 59.2653 0.43866 59.2572 0.39629 59.2497 0.354035 59.2428 0.311905 59.2366 0.269943 59.2309 0.22824 59.2253 0.188504 59.1319 0.154755 58.2547 0.12218 56.6328 0.0903867 54.9372 0.0593821 53.2561 0.0292279 51.6441 50.133 28.868 37.3263 29.3683 39.0907 29.2641 40.8651 29.391 42.2826 29.5088 43.8707 29.3591 45.4487 28.9799 46.9817 28.5511 48.365 28.1287 49.5874 27.7453 50.8105 27.2429 51.9352 26.5831 53.0193 25.8186 53.9521 25.0199 54.776 24.2583 55.5428 23.5079 56.2224 22.8249 56.8131 22.2094 57.4118 21.5895 57.9952 20.9431 58.4976 20.2902 58.9232 19.6533 59.3037 19.0395 59.6543 18.4388 59.978 17.8475 60.2691 17.2696 60.524 16.7092 60.7479 16.1688 60.9438 15.6396 61.1213 15.1348 61.2681 14.642 61.4076 14.1489 61.5271 13.699 61.6106 13.2517 61.7021 12.7686 61.7926 12.3134 61.8447 11.9085 61.8768 11.5359 61.9047 11.1759 61.932 10.8205 61.9545 10.4735 61.967 10.1381 61.971 9.81517 61.9683 9.50369 61.9602 9.20287 61.9471 8.91218 61.9289 8.63129 61.9067 8.35977 61.8811 8.09723 61.8521 7.84359 61.8199 7.59871 61.7851 7.36214 61.748 7.13358 61.7088 6.91294 61.6678 6.69991 61.6253 6.49418 61.5814 6.29541 61.5364 6.10341 61.4904 5.91795 61.4436 5.73866 61.3963 5.56533 61.3485 5.39776 61.3002 5.23568 61.2518 5.0789 61.2032 4.92718 61.1546 4.78037 61.1061 4.63818 61.0578 4.50049 61.0095 4.36667 60.962 4.23751 60.914 4.111 60.8676 3.99116 60.8194 3.87248 60.774 3.75467 60.7295 3.63742 60.6845 3.5235 60.6402 3.42024 60.5928 3.31943 60.5498 3.22109 60.5068 3.12064 60.4657 3.02871 60.4219 2.94101 60.3807 2.85616 60.3402 2.77369 60.3006 2.68435 60.2659 2.60169 60.2251 2.52468 60.1869 2.44885 60.1509 2.37649 60.1141 2.30408 60.0798 2.23295 60.0457 2.16289 60.0125 2.0945 59.9796 2.02783 59.9474 1.96264 59.916 1.89892 59.8854 1.83656 59.8555 1.77555 59.8263 1.71583 59.7978 1.65739 59.7701 1.60023 59.7431 1.54428 59.7169 1.48945 59.6915 1.43571 59.6667 1.3829 59.6427 1.3311 59.6195 1.28024 59.597 1.23035 59.5752 1.18129 59.5542 1.13304 59.5339 1.08558 59.5143 1.03889 59.4954 0.992869 59.4773 0.947482 59.4598 0.902765 59.4431 0.858578 59.4271 0.814986 59.4118 0.771955 59.3972 0.729476 59.3832 0.687343 59.3701 0.645607 59.3576 0.604298 59.3458 0.563422 59.3346 0.522882 59.3241 0.482675 59.3143 0.442795 59.3052 0.403261 59.2967 0.363995 59.289 0.325044 59.2818 0.286359 59.2753 0.2478 59.2694 0.209359 59.2638 0.172475 59.1688 0.141196 58.286 0.1112 56.6628 0.082039 54.9664 0.0537036 53.2844 0.0263024 51.6715 50.1593 28.7599 36.9097 29.1434 38.7072 29.5314 40.4771 29.5102 42.3038 29.258 44.1229 29.0162 45.6905 28.7429 47.2551 28.3233 48.7845 27.6312 50.2795 26.9126 51.5292 26.2029 52.6449 25.5811 53.6411 25.0099 54.5233 24.4053 55.3805 23.7545 56.1936 23.0228 56.9541 22.2543 57.5816 21.5243 58.1418 20.8392 58.6803 20.1682 59.1687 19.4919 59.5994 18.8249 59.9708 18.1827 60.2965 17.5655 60.5952 16.9697 60.8649 16.3908 61.1029 15.8304 61.3083 15.2869 61.4873 14.7671 61.6411 14.257 61.7783 13.7738 61.8908 13.3179 61.983 12.8529 62.0756 12.4219 62.133 12.0482 62.1663 11.673 62.2199 11.2812 62.2686 10.8878 62.2981 10.5084 62.3113 10.15 62.3129 9.80954 62.3075 9.48334 62.2972 9.17014 62.2815 8.86911 62.2612 8.57945 62.2367 8.30024 62.2081 8.03111 62.1759 7.77172 62.1405 7.52163 62.1022 7.28047 62.0611 7.04786 62.0178 6.82344 61.9724 6.60709 61.9251 6.39851 61.8763 6.19736 61.8264 6.00331 61.7755 5.81604 61.7237 5.63531 61.6711 5.46085 61.6181 5.29246 61.5647 5.12993 61.511 4.97294 61.4572 4.82127 61.4034 4.6747 61.3498 4.533 61.2963 4.39604 61.2431 4.26345 61.1904 4.13514 61.1379 4.01148 61.0857 3.89085 61.0346 3.77598 60.9825 3.66167 60.9337 3.55303 60.8826 3.45009 60.8324 3.35018 60.7844 3.25541 60.735 3.15704 60.6912 3.06368 60.6431 2.97203 60.5984 2.88508 60.5526 2.79758 60.5094 2.71274 60.4655 2.6292 60.4237 2.54722 60.3825 2.47484 60.3383 2.39907 60.3009 2.3248 60.2612 2.25284 60.2228 2.18046 60.1865 2.11141 60.1489 2.04445 60.1127 1.9799 60.0771 1.91688 60.0427 1.85528 60.009 1.79517 59.9762 1.73647 59.9441 1.67906 59.9129 1.62306 59.8823 1.56822 59.8527 1.51459 59.8238 1.46204 59.7957 1.41061 59.7683 1.36023 59.7418 1.31083 59.7161 1.26245 59.6911 1.21498 59.6669 1.16844 59.6435 1.12269 59.6209 1.07776 59.5991 1.03361 59.578 0.990209 59.5577 0.947481 59.5381 0.905477 59.5193 0.864035 59.5013 0.823257 59.4839 0.783003 59.4674 0.743331 59.4515 0.70409 59.4364 0.665292 59.422 0.627013 59.4084 0.589271 59.3954 0.551867 59.3832 0.51478 59.3717 0.478025 59.3609 0.441567 59.3508 0.405316 59.3415 0.369247 59.3328 0.333367 59.3248 0.297544 59.3176 0.261813 59.311 0.226178 59.3051 0.190639 59.2993 0.156859 59.2026 0.12848 58.3143 0.100997 56.6903 0.0742602 54.9931 0.0483394 53.3103 0.0234537 51.6964 50.1828 28.9391 36.2424 29.2643 38.382 29.2196 40.5218 29.2975 42.2259 29.2323 44.1881 28.7943 46.1285 28.2281 47.8213 27.6878 49.3248 27.2222 50.7451 26.6837 52.0677 25.9778 53.3508 25.2009 54.4179 24.3332 55.3911 23.496 56.2177 22.7232 56.9664 21.9965 57.6808 21.2709 58.3071 20.5532 58.8595 19.8685 59.365 19.2177 59.8195 18.5863 60.2308 17.9658 60.5913 17.3552 60.9071 16.7599 61.1905 16.1825 61.4423 15.6225 61.6629 15.0797 61.8511 14.5551 62.0119 14.0466 62.1496 13.561 62.2638 13.0898 62.3621 12.6248 62.4479 12.2034 62.4971 11.7774 62.5591 11.327 62.6167 10.9122 62.6346 10.5405 62.6404 10.1939 62.6446 9.85878 62.6464 9.53025 62.6414 9.21102 62.6267 8.90334 62.6049 8.60744 62.5774 8.32293 62.5458 8.04917 62.5105 7.78559 62.4717 7.53174 62.4297 7.28723 62.385 7.05161 62.3378 6.82452 62.2882 6.6057 62.2366 6.39464 62.1834 6.19091 62.1288 5.99437 62.0729 5.8048 62.016 5.62194 61.9583 5.44546 61.9001 5.27512 61.8415 5.11075 61.7825 4.95201 61.7234 4.79874 61.6642 4.65075 61.6052 4.5078 61.5464 4.36973 61.4878 4.23633 61.4297 4.10741 61.372 3.98283 61.3149 3.86221 61.2585 3.74505 61.2028 3.63242 61.1473 3.52083 61.0941 3.41588 61.0387 3.31137 60.9871 3.20815 60.9357 3.10935 60.8832 3.0114 60.8329 2.92189 60.7807 2.83188 60.7332 2.7472 60.6831 2.66395 60.6359 2.58452 60.5889 2.50608 60.5439 2.43119 60.4986 2.35976 60.454 2.28419 60.4138 2.21534 60.3698 2.14666 60.3299 2.08023 60.2893 2.01832 60.2484 1.95624 60.2109 1.89558 60.1734 1.83566 60.137 1.77714 60.1012 1.71999 60.0662 1.6641 60.032 1.60957 59.9986 1.5562 59.9662 1.50399 59.9345 1.45296 59.9037 1.40306 59.8737 1.35429 59.8445 1.30654 59.8161 1.25981 59.7886 1.214 59.7619 1.16907 59.7361 1.12497 59.711 1.08171 59.6868 1.03926 59.6634 0.997568 59.6408 0.956585 59.619 0.916309 59.598 0.876679 59.5778 0.837654 59.5583 0.799206 59.5397 0.761263 59.5218 0.723858 59.5048 0.686932 59.4884 0.650494 59.4728 0.614518 59.458 0.578918 59.444 0.543613 59.4307 0.508679 59.4181 0.47411 59.4062 0.439853 59.3951 0.405873 59.3848 0.372215 59.3751 0.338824 59.3662 0.305637 59.358 0.272721 59.3505 0.23996 59.3438 0.207298 59.3377 0.174683 59.3319 0.143512 59.2338 0.117194 58.3406 0.0918039 56.7157 0.0671407 55.0178 0.0433016 53.3342 0.0206335 51.7191 50.2034 28.5957 35.9341 29.1147 37.863 29.3335 40.303 28.9876 42.5718 28.7236 44.4521 28.3705 46.4817 27.9071 48.2846 27.1417 50.0902 26.2931 51.5938 25.5318 52.8289 24.7975 54.0851 24.1663 55.0491 23.5109 56.0466 22.7741 56.9546 22.0078 57.7327 21.2606 58.428 20.5256 59.0421 19.8037 59.5815 19.0948 60.0738 18.3954 60.5189 17.7189 60.9073 17.0743 61.2359 16.4572 61.5242 15.8637 61.784 15.2914 62.0146 14.7391 62.2152 14.2076 62.3826 13.6936 62.5259 13.2029 62.6403 12.7273 62.7394 12.2741 62.8152 11.8449 62.8771 11.4107 62.9313 11.0194 62.9504 10.6654 62.9706 10.3049 62.9952 9.93828 63.0069 9.57827 63.0046 9.23505 62.9897 8.9112 62.9652 8.60247 62.9355 8.30632 62.901 8.02193 62.8618 7.74882 62.8189 7.48651 62.7728 7.23432 62.7239 6.99176 62.6723 6.7586 62.6181 6.53449 62.5619 6.31892 62.5038 6.11144 62.4441 5.91181 62.3831 5.71967 62.321 5.53458 62.258 5.35623 62.1943 5.18438 62.1302 5.01878 62.0657 4.85914 62.0011 4.70522 61.9364 4.55683 61.8718 4.41373 61.8073 4.2757 61.7432 4.14254 61.6796 4.01403 61.6164 3.88997 61.5538 3.77013 61.4918 3.65442 61.4307 3.5424 61.3705 3.43455 61.3107 3.32923 61.2526 3.22956 61.1937 3.13036 61.1379 3.03712 61.0803 2.94835 61.0244 2.86016 60.9714 2.77603 60.9171 2.69097 60.8657 2.61192 60.8122 2.53257 60.7624 2.45492 60.7135 2.37925 60.6645 2.30821 60.615 2.23738 60.5694 2.16668 60.5247 2.10261 60.4779 2.0365 60.4359 1.97469 60.3917 1.91348 60.3505 1.85072 60.3112 1.79153 60.2701 1.73388 60.231 1.67848 60.1924 1.62454 60.1551 1.57191 60.1188 1.52053 60.0834 1.47023 60.0489 1.42126 60.0152 1.37346 59.9823 1.32675 59.9504 1.28107 59.9194 1.23638 59.8891 1.19258 59.8599 1.14974 59.8314 1.10775 59.8039 1.06665 59.7772 1.02635 59.7513 0.986826 59.7263 0.947997 59.7022 0.909877 59.6789 0.872442 59.6564 0.835615 59.6348 0.799383 59.614 0.763731 59.594 0.728671 59.5748 0.694093 59.5564 0.660042 59.5388 0.626428 59.522 0.593255 59.506 0.56045 59.4908 0.528102 59.4763 0.496145 59.4626 0.464511 59.4497 0.433154 59.4376 0.402091 59.4262 0.371266 59.4156 0.340625 59.4058 0.310153 59.3967 0.279833 59.3883 0.249549 59.3808 0.219368 59.3739 0.189288 59.3678 0.159157 59.3621 0.130464 59.2624 0.106335 58.3648 0.0830081 56.739 0.0604558 55.0403 0.038576 53.356 0.0178471 51.7398 50.2212 28.727 35.3567 28.7672 37.8228 28.9201 40.1501 28.8882 42.6037 28.4832 44.8571 27.8384 47.1264 27.1554 48.9676 26.6133 50.6323 25.9584 52.2487 25.1837 53.6036 24.3559 54.9129 23.4375 55.9674 22.5952 56.8888 21.8007 57.7491 21.0171 58.5163 20.2512 59.1939 19.5095 59.7838 18.8098 60.2812 18.1464 60.7372 17.4931 61.1722 16.8454 61.5549 16.2117 61.8697 15.603 62.1329 15.0279 62.3591 14.4832 62.5593 13.9613 62.7371 13.456 62.888 12.967 63.0149 12.4947 63.1126 12.0416 63.1925 11.6013 63.2554 11.1742 63.3043 10.7793 63.3262 10.3814 63.3483 9.97435 63.3777 9.60339 63.3662 9.26354 63.3468 8.94425 63.3239 8.63671 63.2972 8.3371 63.2648 8.04752 63.2251 7.76942 63.1791 7.50245 63.1288 7.2462 63.0751 7.0001 63.0189 6.76365 62.9604 6.5363 62.8996 6.31761 62.8368 6.10724 62.7723 5.90488 62.7061 5.7102 62.6387 5.52282 62.5705 5.34231 62.5015 5.16846 62.4318 5.00101 62.3618 4.83971 62.2915 4.68431 62.2211 4.53455 62.1509 4.39021 62.0807 4.25102 62.011 4.11678 61.9416 3.98732 61.8727 3.86243 61.8044 3.74196 61.7368 3.62573 61.67 3.51348 61.6041 3.40506 61.5391 3.30043 61.4751 3.19854 61.4126 3.10099 61.3501 3.00412 61.2906 2.91262 61.2294 2.82088 61.1721 2.73102 61.1143 2.64742 61.055 2.56481 60.9997 2.48782 60.9427 2.40954 60.8905 2.33612 60.8359 2.26703 60.7826 2.19882 60.7327 2.12923 60.6846 2.0641 60.6346 2.00289 60.5859 1.93951 60.5413 1.88076 60.4946 1.82055 60.4519 1.7634 60.4076 1.71088 60.3637 1.65773 60.3233 1.60594 60.2828 1.55475 60.2436 1.50464 60.2052 1.45575 60.1677 1.40803 60.1311 1.3615 60.0955 1.31605 60.0607 1.27159 60.0268 1.22818 59.9938 1.18579 59.9618 1.14433 59.9306 1.10381 59.9004 1.06412 59.8711 1.02526 59.8428 0.987138 59.8153 0.94977 59.7887 0.913094 59.763 0.877122 59.7382 0.84179 59.7142 0.807072 59.6911 0.772919 59.6689 0.739365 59.6475 0.706265 59.6271 0.673693 59.6073 0.641558 59.5885 0.60987 59.5705 0.578604 59.5533 0.547757 59.5369 0.517327 59.5212 0.487201 59.5064 0.457362 59.4925 0.427864 59.4792 0.398691 59.4668 0.369776 59.4551 0.341108 59.4443 0.312692 59.4342 0.284515 59.4249 0.256533 59.4163 0.228739 59.4086 0.20101 59.4017 0.173361 59.3955 0.145789 59.3896 0.119291 59.2889 0.0968853 58.3872 0.0754487 56.7605 0.0548483 55.0609 0.0347953 53.3761 0.0154799 51.7591 50.2367 28.43 34.819 28.7748 37.478 28.664 40.2609 28.357 42.9106 27.9384 45.2758 27.4634 47.6014 26.6292 49.8017 25.6605 51.6011 24.7649 53.1443 23.915 54.4536 23.2063 55.6216 22.4645 56.7092 21.6804 57.673 20.8893 58.5401 20.13 59.2756 19.3959 59.9281 18.6671 60.5126 17.9541 60.9942 17.2727 61.4186 16.6254 61.8195 16.0022 62.1782 15.3884 62.4835 14.7854 62.7359 14.2052 62.9393 13.6548 63.1097 13.1346 63.2572 12.6402 63.3824 12.167 63.4881 11.713 63.5666 11.2723 63.6332 10.8537 63.674 10.4539 63.7041 10.0547 63.7254 9.69584 63.7072 9.36641 63.7071 9.03104 63.7015 8.69642 63.6814 8.37236 63.648 8.06443 63.6051 7.77431 63.555 7.49791 63.5015 7.23301 63.444 6.97886 63.3829 6.7348 63.3192 6.50047 63.2532 6.2755 63.1853 6.05944 63.1157 5.852 63.0443 5.65286 62.9714 5.46154 62.8974 5.27764 62.8226 5.10094 62.7472 4.93113 62.6713 4.76778 62.5952 4.61059 62.519 4.45933 62.4427 4.31376 62.3667 4.17361 62.291 4.03866 62.2157 3.90873 62.1409 3.78357 62.0667 3.66299 61.9933 3.5468 61.9206 3.43478 61.8489 3.3268 61.778 3.22263 61.7082 3.12217 61.6395 3.02506 61.5722 2.93189 61.5057 2.84064 61.4414 2.75483 61.3764 2.66921 61.315 2.58997 61.2513 2.51371 61.1906 2.4359 61.1328 2.36228 61.0733 2.28853 61.0165 2.22151 60.9575 2.15347 60.9039 2.0851 60.851 2.02007 60.7978 1.96135 60.7433 1.901 60.6949 1.83973 60.6471 1.78347 60.5975 1.72658 60.5515 1.67439 60.5041 1.62181 60.4602 1.56795 60.4175 1.5176 60.3736 1.46844 60.332 1.42115 60.2909 1.37506 60.2513 1.33007 60.2127 1.28615 60.1751 1.24328 60.1383 1.20153 60.1024 1.16086 60.0675 1.12112 60.0336 1.08232 60.0006 1.04433 59.9686 1.00717 59.9376 0.970778 59.9075 0.935177 59.8784 0.900326 59.8501 0.866172 59.8229 0.832677 59.7965 0.799766 59.7711 0.767475 59.7465 0.735759 59.7229 0.704589 59.7001 0.673896 59.6782 0.643749 59.6572 0.614047 59.637 0.584832 59.6178 0.556042 59.5993 0.527649 59.5817 0.499626 59.5649 0.471918 59.5489 0.444558 59.5338 0.417562 59.5195 0.390843 59.5059 0.364371 59.4932 0.338141 59.4814 0.312141 59.4703 0.286289 59.46 0.26058 59.4506 0.234997 59.4419 0.209466 59.4341 0.184003 59.4271 0.158581 59.4209 0.133264 59.4149 0.109156 59.3131 0.0888146 58.4075 0.0692554 56.78 0.0503466 55.0798 0.0322073 53.3942 0.0146596 51.7767 50.2514 28.2381 34.2909 28.3588 37.3573 28.3823 40.2375 28.0791 43.2138 27.3752 45.9796 26.5932 48.3835 25.8995 50.4954 25.2053 52.2952 24.3625 53.9871 23.4362 55.3799 22.4711 56.5867 21.5701 57.6102 20.7463 58.4968 19.9488 59.3377 19.1599 60.0645 18.4009 60.6871 17.6795 61.2339 16.9887 61.685 16.3292 62.0781 15.7072 62.4416 15.1152 62.7701 14.5393 63.0594 13.9766 63.2985 13.4303 63.4856 12.9041 63.636 12.4014 63.7599 11.9227 63.8611 11.4677 63.9431 11.03 64.0043 10.6144 64.0489 10.2096 64.0788 9.8206 64.0931 9.45883 64.0872 9.093 64.073 8.72913 64.071 8.39834 64.0323 8.09176 63.988 7.80169 63.938 7.52324 63.8836 7.25385 63.8244 6.99527 63.76 6.74788 63.6914 6.51038 63.6204 6.28207 63.5475 6.06267 63.4726 5.85195 63.396 5.64963 63.318 5.45536 63.2385 5.26879 63.158 5.08963 63.0766 4.91751 62.9948 4.75206 62.9126 4.59295 62.8304 4.43997 62.7482 4.29287 62.6661 4.15137 62.5842 4.01524 62.5028 3.88424 62.422 3.75814 62.3418 3.63671 62.2623 3.51975 62.1837 3.40709 62.106 3.29855 62.0292 3.19398 61.9534 3.09321 61.8788 2.99611 61.8054 2.90237 61.7333 2.81215 61.6624 2.72432 61.5936 2.64048 61.5252 2.55699 61.4599 2.47824 61.3937 2.39796 61.3316 2.32041 61.2681 2.24931 61.2039 2.17931 61.1433 2.11326 61.0825 2.04518 61.0256 1.98186 60.9672 1.92388 60.909 1.86646 60.8552 1.80515 60.8046 1.74917 60.7509 1.69748 60.6988 1.6441 60.6509 1.5937 60.6019 1.54179 60.556 1.49316 60.5088 1.44827 60.4624 1.40274 60.4192 1.35856 60.3761 1.31476 60.3347 1.27197 60.2941 1.23023 60.2544 1.18954 60.2158 1.14996 60.1779 1.11127 60.1411 1.07353 60.1052 1.03672 60.0704 1.00075 60.0365 0.965582 60.0038 0.931232 59.9719 0.897588 59.9411 0.864683 59.9113 0.83241 59.8824 0.800783 59.8545 0.769747 59.8275 0.739321 59.8015 0.709445 59.7764 0.680073 59.7522 0.651222 59.729 0.622834 59.7066 0.59491 59.6851 0.567367 59.6646 0.540243 59.6449 0.513478 59.6261 0.487108 59.6081 0.461079 59.5909 0.435424 59.5746 0.410017 59.5592 0.384854 59.5446 0.359982 59.5308 0.335389 59.5178 0.311025 59.5057 0.286876 59.4944 0.262931 59.484 0.239171 59.4743 0.215616 59.4655 0.192235 59.4575 0.168889 59.4505 0.14561 59.4442 0.122577 59.438 0.100437 59.3352 0.0813603 58.4266 0.0634076 56.798 0.0462241 55.097 0.0301291 53.4103 0.0149447 51.7919 50.2663 27.9539 33.7104 28.1895 37.1217 27.8764 40.5507 27.4868 43.6033 26.8657 46.6008 26.0313 49.2178 24.9466 51.5801 23.9653 53.2766 23.07 54.8824 22.2248 56.2251 21.4063 57.4052 20.5645 58.4521 19.7448 59.3164 18.9859 60.0967 18.2575 60.7929 17.545 61.3995 16.8422 61.9367 16.1427 62.3845 15.4704 62.7504 14.849 63.0629 14.2667 63.3524 13.7051 63.621 13.1606 63.8431 12.6325 64.0137 12.1228 64.1457 11.6355 64.2472 11.1726 64.3239 10.7315 64.3843 10.3104 64.4254 9.9073 64.4521 9.52537 64.4607 9.16001 64.4584 8.80079 64.4464 8.47923 64.3945 8.17614 64.3741 7.86984 64.3386 7.56978 64.2881 7.28015 64.2277 7.00591 64.1578 6.748 64.0823 6.5032 64.0048 6.26912 63.9255 6.04438 63.8452 5.82828 63.7636 5.62065 63.6803 5.42133 63.5954 5.23009 63.5092 5.04668 63.422 4.8708 63.3338 4.70207 63.2453 4.54011 63.1567 4.38467 63.068 4.23551 62.9796 4.09227 62.8914 3.95465 62.8037 3.82241 62.7165 3.69531 62.6299 3.5731 62.5442 3.45557 62.4593 3.34254 62.3754 3.23379 62.2925 3.12913 62.2106 3.02838 62.1299 2.93135 62.0505 2.83791 61.9722 2.74791 61.8953 2.66132 61.8199 2.57761 61.7461 2.49765 61.6735 2.41928 61.6036 2.34552 61.5337 2.27218 61.4671 2.20473 61.3991 2.13899 61.3339 2.07118 61.2717 2.00691 61.2076 1.94337 61.146 1.88619 61.0828 1.82902 61.0244 1.76971 60.9683 1.71361 60.9113 1.66405 60.8542 1.61223 60.8027 1.55935 60.7517 1.51077 60.6995 1.46234 60.6504 1.41786 60.6005 1.37297 60.5537 1.3274 60.508 1.28473 60.4619 1.2429 60.4179 1.20255 60.3751 1.16317 60.3335 1.12473 60.2929 1.08731 60.2532 1.05083 60.2144 1.01537 60.1766 0.980825 60.1398 0.947102 60.1041 0.914124 60.0695 0.881898 60.036 0.850352 60.0035 0.819519 59.972 0.789327 59.9415 0.759801 59.9119 0.730869 59.8834 0.702511 59.8559 0.674678 59.8293 0.647341 59.8037 0.620505 59.7791 0.594132 59.7553 0.568182 59.7326 0.542654 59.7107 0.517548 59.6897 0.492828 59.6696 0.468499 59.6504 0.444502 59.632 0.420811 59.6146 0.397382 59.598 0.374289 59.5823 0.351497 59.5674 0.328935 59.5534 0.306582 59.5402 0.284459 59.5278 0.262537 59.5163 0.240784 59.5057 0.219117 59.496 0.19755 59.487 0.176113 59.4789 0.154753 59.4718 0.133343 59.4656 0.111979 59.4593 0.0917459 59.3554 0.0743857 58.444 0.0579299 56.8144 0.0423438 55.1126 0.0278761 53.4248 0.0144607 51.8053 50.2808 27.5384 33.281 27.7113 36.9487 27.5179 40.744 26.9042 44.2171 25.9437 47.5613 25.1116 50.0499 24.3724 52.3193 23.452 54.197 22.5132 55.8212 21.4967 57.2416 20.531 58.3709 19.6569 59.3261 18.8211 60.1523 18.0209 60.8968 17.2604 61.5534 16.5507 62.1093 15.8834 62.604 15.228 63.0399 14.5897 63.3888 13.9894 63.6632 13.4283 63.9136 12.8996 64.1496 12.3934 64.3493 11.8987 64.5084 11.4158 64.6286 10.9498 64.7132 10.504 64.7697 10.0805 64.8078 9.67575 64.8301 9.29382 64.834 8.92573 64.8288 8.57488 64.8093 8.24692 64.7743 7.91869 64.7228 7.59582 64.6969 7.30285 64.6316 7.02903 64.5619 6.76967 64.487 6.52158 64.4059 6.28285 64.321 6.05492 64.2328 5.83656 64.1438 5.62625 64.0555 5.42409 63.9657 5.23016 63.8742 5.04418 63.7813 4.86583 63.6876 4.69473 63.5931 4.53053 63.498 4.37298 63.4029 4.22179 63.3079 4.07662 63.2132 3.93721 63.119 3.8034 63.0252 3.67494 62.9322 3.5515 62.8399 3.43287 62.7486 3.31886 62.6582 3.20927 62.5689 3.10387 62.4808 3.00248 62.3938 2.90493 62.3082 2.81105 62.2238 2.72069 62.1408 2.63365 62.0593 2.5499 61.9791 2.46921 61.9006 2.39174 61.8236 2.31626 61.749 2.24457 61.6753 2.17329 61.6049 2.10574 61.5346 2.0368 61.468 1.97021 61.4004 1.90961 61.3323 1.84948 61.2677 1.79263 61.2029 1.73391 61.1415 1.67973 61.0786 1.63118 61.0168 1.58228 60.9602 1.52933 60.9071 1.48182 60.8502 1.43787 60.7957 1.39225 60.7451 1.34877 60.6938 1.30443 60.6448 1.26344 60.5947 1.22521 60.5462 1.18646 60.5006 1.14871 60.4557 1.11129 60.4125 1.07472 60.37 1.03912 60.3285 1.00451 60.2878 0.970879 60.248 0.938109 60.2093 0.906111 60.1718 0.874884 60.1353 0.844357 60.1 0.814555 60.0658 0.785412 60.0326 0.756931 60.0005 0.729051 59.9693 0.701741 59.9392 0.674983 59.9102 0.648729 59.8821 0.623003 59.8551 0.597737 59.829 0.572915 59.8039 0.548525 59.7797 0.524567 59.7565 0.500968 59.7343 0.477747 59.7129 0.454854 59.6925 0.432281 59.673 0.410023 59.6543 0.38807 59.6366 0.366407 59.6197 0.344985 59.6037 0.323782 59.5886 0.302812 59.5744 0.282072 59.5609 0.26155 59.5484 0.241204 59.5367 0.221056 59.5259 0.20109 59.516 0.181269 59.5069 0.161608 59.4986 0.142037 59.4914 0.122479 59.4851 0.102903 59.4789 0.0840975 59.3742 0.0680778 58.46 0.0529544 56.8296 0.0386604 55.1269 0.0252612 53.4382 0.0124696 51.8181 50.2933 27.315 32.7032 27.3149 36.9489 26.9057 41.1531 26.1532 44.9696 25.3529 48.3616 24.2008 51.202 23.1193 53.4008 22.1325 55.1837 21.2148 56.7389 20.3232 58.1332 19.4746 59.2195 18.6413 60.1594 17.8457 60.9478 17.0993 61.6432 16.3818 62.2709 15.6921 62.799 15.0294 63.2666 14.3839 63.6855 13.7639 64.0087 13.176 64.2511 12.6196 64.47 12.0971 64.672 11.6038 64.8427 11.1302 64.9819 10.674 65.0849 10.2347 65.1525 9.81194 65.1924 9.40752 65.2122 9.02188 65.2157 8.65447 65.2014 8.30849 65.1748 7.97826 65.1395 7.65776 65.0948 7.36991 65.0106 7.09458 64.9723 6.82004 64.9061 6.55422 64.8277 6.30024 64.741 6.06116 64.645 5.8372 64.545 5.62288 64.4471 5.41559 64.3511 5.21614 64.2549 5.02498 64.1569 4.84191 64.0573 4.66666 63.9566 4.49884 63.8554 4.33798 63.7539 4.1837 63.6523 4.03577 63.5508 3.89396 63.4497 3.758 63.3492 3.62772 63.2492 3.50285 63.1501 3.38303 63.052 3.26794 62.955 3.15742 62.8591 3.05128 62.7644 2.94936 62.6708 2.85149 62.5786 2.75747 62.4879 2.66709 62.3985 2.58015 62.3107 2.49647 62.2245 2.41591 62.1398 2.33838 62.0566 2.26396 61.975 2.19216 61.8954 2.12379 61.8174 2.0568 61.7423 1.99383 61.6679 1.93167 61.5968 1.8739 61.5258 1.81701 61.4573 1.75868 61.3906 1.70325 61.3231 1.64835 61.2578 1.59941 61.1904 1.55119 61.1268 1.50066 61.0674 1.45235 61.0085 1.41037 60.9491 1.36589 60.8947 1.32038 60.8412 1.27837 60.7871 1.23711 60.7351 1.19955 60.6824 1.16157 60.6327 1.12331 60.5845 1.08709 60.5368 1.05138 60.4914 1.01687 60.447 0.98318 60.4037 0.95039 60.3613 0.918564 60.3196 0.887642 60.2789 0.8576 60.2394 0.828313 60.2011 0.799684 60.1639 0.771701 60.128 0.744357 60.0931 0.717609 60.0593 0.691481 60.0266 0.665912 59.9949 0.640914 59.9642 0.61643 59.9347 0.592447 59.9061 0.568901 59.8786 0.545779 59.8521 0.523088 59.8266 0.500769 59.802 0.478853 59.7784 0.457287 59.7558 0.436076 59.7341 0.415193 59.7134 0.394623 59.6935 0.374329 59.6746 0.354322 59.6566 0.334542 59.6395 0.315052 59.6232 0.295835 59.6078 0.276812 59.5934 0.257939 59.5798 0.239265 59.567 0.220787 59.5552 0.202465 59.5442 0.184251 59.5342 0.166106 59.525 0.148078 59.5166 0.130184 59.5093 0.112174 59.5031 0.0939831 59.4971 0.0768073 59.3914 0.0623745 58.4744 0.0485031 56.8434 0.0352188 55.1402 0.0225582 53.4509 0.00973125 51.8309 50.303 26.855 32.2153 26.8908 36.913 26.4037 41.6402 25.2875 46.0859 24.3353 49.3137 23.482 52.0554 22.5071 54.3757 21.4943 56.1965 20.4503 57.7829 19.4401 59.1434 18.5308 60.1288 17.7058 60.9844 16.9073 61.7464 16.1322 62.4182 15.4068 62.9964 14.7402 63.4656 14.1175 63.8893 13.5183 64.2847 12.9369 64.5901 12.3776 64.8104 11.8494 64.9981 11.3561 65.1653 10.8881 65.3107 10.4377 65.4323 10.0054 65.5172 9.59014 65.5677 9.18983 65.5927 8.80731 65.5947 8.44138 65.5817 8.09428 65.5485 7.76206 65.507 7.44819 65.4534 7.1534 65.3896 6.86121 65.3028 6.57737 65.2561 6.31901 65.1645 6.07722 65.0695 5.85118 64.967 5.63739 64.8588 5.42933 64.753 5.22732 64.6491 5.03252 64.5459 4.84587 64.4416 4.66749 64.3353 4.49697 64.2278 4.33389 64.1197 4.17777 64.0115 4.02808 63.9036 3.88441 63.796 3.74662 63.6886 3.61462 63.5817 3.48809 63.4757 3.36677 63.3706 3.25055 63.2663 3.13903 63.1635 3.03186 63.0622 2.92892 62.962 2.83014 62.8631 2.73528 62.7657 2.64423 62.6697 2.55682 62.5753 2.47274 62.4826 2.39188 62.3916 2.31409 62.3023 2.23919 62.2147 2.16712 62.1287 2.09774 62.0444 2.0314 61.9618 1.96677 61.882 1.90561 61.8035 1.84513 61.7284 1.7873 61.6546 1.72902 61.584 1.67245 61.5139 1.62017 61.4429 1.56888 61.3744 1.51982 61.3068 1.46918 61.2411 1.42281 61.1732 1.38169 61.1085 1.34033 61.0498 1.29516 60.9943 1.25464 60.9352 1.21653 60.8793 1.17726 60.8264 1.14015 60.7722 1.10305 60.7195 1.06876 60.667 1.03615 60.6171 1.0029 60.5701 0.970527 60.5238 0.938505 60.479 0.907353 60.4349 0.877085 60.3915 0.847751 60.349 0.819288 60.3074 0.791518 60.2671 0.764422 60.2282 0.737951 60.1904 0.712087 60.1539 0.686826 60.1184 0.662146 60.084 0.638012 60.0507 0.614436 60.0185 0.591331 59.9873 0.568707 59.9573 0.546515 59.9283 0.524772 59.9004 0.503427 59.8735 0.482449 59.8476 0.46184 59.8227 0.441593 59.7987 0.421679 59.7757 0.402098 59.7537 0.382814 59.7327 0.363782 59.7126 0.344988 59.6934 0.32647 59.6751 0.30821 59.6577 0.290154 59.6413 0.272296 59.6257 0.254656 59.611 0.237184 59.5973 0.219873 59.5844 0.202738 59.5723 0.185782 59.5612 0.169033 59.5509 0.1524 59.5416 0.135843 59.5332 0.119454 59.5257 0.103115 59.5195 0.086628 59.5136 0.0707746 59.4073 0.0573595 58.4878 0.0445795 56.8562 0.0321524 55.1526 0.0202685 53.4627 0.0077252 51.8435 50.3107 26.5606 31.6378 26.3265 37.1471 25.4926 42.4742 24.6049 46.9735 23.4772 50.4414 22.2653 53.2673 21.1662 55.4747 20.1675 57.1953 19.1989 58.7515 18.3393 60.0031 17.4923 60.9758 16.7095 61.7671 15.9737 62.4822 15.2522 63.1397 14.5555 63.693 13.8942 64.1269 13.2773 64.5063 12.706 64.856 12.1555 65.1406 11.6169 65.3489 11.1047 65.5104 10.6269 65.6432 10.177 65.7606 9.75127 65.858 9.34726 65.9212 8.95885 65.9561 8.58153 65.97 8.21613 65.9601 7.86524 65.9326 7.52837 65.8854 7.21372 65.8217 6.91695 65.7501 6.63339 65.6732 6.37617 65.56 6.12899 65.5033 5.88662 65.4069 5.65589 65.3002 5.43963 65.1833 5.23356 65.0648 5.03571 64.9509 4.8445 64.8403 4.66055 64.7299 4.48505 64.6171 4.3176 64.5027 4.15754 64.3878 4.00448 64.2727 3.858 64.158 3.71778 64.0438 3.58332 63.9305 3.45438 63.8175 3.33092 63.7052 3.21294 63.5937 3.1 63.4835 2.99185 63.3745 2.88798 63.2674 2.78834 63.1618 2.69268 63.0577 2.60091 62.9549 2.51281 62.8538 2.42843 62.7541 2.34755 62.6562 2.26976 62.5604 2.19498 62.4664 2.123 62.3743 2.0538 62.2839 1.98719 62.1953 1.92326 62.1083 1.86164 62.0234 1.80328 61.9404 1.74599 61.8607 1.69218 61.7822 1.63993 61.7069 1.59067 61.6333 1.54167 61.5629 1.49126 61.4933 1.44397 61.4217 1.39747 61.3533 1.35517 61.2834 1.31343 61.2149 1.26991 61.152 1.22935 61.0904 1.19465 61.029 1.15594 60.9739 1.11593 60.9193 1.0794 60.8629 1.04517 60.8064 1.01437 60.7503 0.982688 60.6987 0.950006 60.6498 0.918929 60.6012 0.888188 60.5545 0.858644 60.5085 0.830027 60.4635 0.802249 60.4193 0.775348 60.3759 0.749175 60.3336 0.723697 60.2926 0.698894 60.253 0.674667 60.2146 0.650961 60.1776 0.627797 60.1416 0.605142 60.1067 0.583021 60.0728 0.561396 60.0401 0.540259 60.0085 0.51955 59.978 0.499296 59.9486 0.479401 59.9203 0.459897 59.893 0.440707 59.8668 0.421849 59.8415 0.403289 59.8173 0.385086 59.7939 0.367224 59.7716 0.349642 59.7502 0.332253 59.7299 0.31508 59.7106 0.29817 59.692 0.281505 59.6744 0.265082 59.6577 0.248902 59.6419 0.232872 59.627 0.216957 59.6132 0.201172 59.6001 0.185591 59.5879 0.170161 59.5766 0.154837 59.5662 0.139629 59.5568 0.124493 59.5483 0.109493 59.5407 0.0944984 59.5345 0.0792952 59.5288 0.0649231 59.4216 0.0528024 58.5 0.0410549 56.868 0.0295504 55.1641 0.0186745 53.4736 0.00721399 51.8549 50.3179 26.1087 31.0871 25.8463 37.4095 24.7044 43.6161 23.5681 48.1098 22.5869 51.4227 21.5343 54.3199 20.4187 56.5903 19.3344 58.2796 18.2816 59.8042 17.4139 60.8708 16.6609 61.7289 15.8611 62.5669 15.0507 63.2926 14.3127 63.8777 13.6478 64.358 13.052 64.7227 12.5108 65.0475 11.9821 65.3847 11.4577 65.6651 10.9433 65.8633 10.4543 65.9994 9.99392 66.1035 9.55789 66.1966 9.14589 66.27 8.75498 66.3121 8.38154 66.3296 8.0237 66.3279 7.68066 66.3032 7.35242 66.2608 7.03805 66.1997 6.73653 66.1232 6.45309 66.0336 6.18819 65.9381 5.92729 65.8209 5.67901 65.7516 5.45231 65.6336 5.24263 65.5099 5.04685 65.3791 4.85729 65.2544 4.67195 65.1362 4.49277 65.0195 4.32147 64.9012 4.1583 64.7802 4.00275 64.6583 3.85421 64.5364 3.71204 64.4149 3.57593 64.2941 3.44583 64.1739 3.32112 64.0552 3.20138 63.9373 3.08665 63.8199 2.97725 63.7031 2.87256 63.5882 2.77208 63.4749 2.6755 63.3639 2.58309 63.2542 2.49433 63.1465 2.4091 63.0401 2.32731 62.9356 2.24901 62.8324 2.17396 62.7312 2.10179 62.6326 2.03234 62.5358 1.96549 62.4411 1.90131 62.3481 1.83961 62.257 1.78008 62.1678 1.72311 62.0804 1.66782 61.9957 1.61574 61.9128 1.56407 61.8339 1.51458 61.7564 1.46637 61.6815 1.41915 61.6101 1.3734 61.5391 1.3286 61.4665 1.28812 61.3938 1.24552 61.326 1.20326 61.2572 1.16681 61.1884 1.13342 61.1238 1.09738 61.065 1.06118 61.0101 1.0266 60.9539 0.993207 60.8963 0.963175 60.8365 0.93308 60.7804 0.903808 60.7279 0.875372 60.6782 0.846674 60.6299 0.81884 60.5824 0.791569 60.5358 0.765283 60.4898 0.739812 60.4448 0.715043 60.4006 0.690847 60.3578 0.667302 60.3162 0.644374 60.2759 0.622034 60.237 0.600146 60.1995 0.578758 60.1629 0.557843 60.1276 0.537463 60.0932 0.517535 60.06 0.49803 60.028 0.478884 59.9971 0.460159 59.9673 0.441808 59.9386 0.423844 59.9109 0.406106 59.8845 0.388696 59.8589 0.371539 59.8344 0.354754 59.8107 0.338272 59.7881 0.322098 59.7664 0.306026 59.746 0.290144 59.7264 0.274446 59.7077 0.259093 59.6898 0.243917 59.6729 0.228921 59.6569 0.214035 59.6419 0.199343 59.6279 0.184723 59.6148 0.170285 59.6023 0.156023 59.5909 0.141942 59.5803 0.12798 59.5708 0.114123 59.5622 0.100404 59.5544 0.0868714 59.548 0.0731607 59.5425 0.0599042 59.4349 0.0486537 58.5112 0.0379099 56.8787 0.0274352 55.1746 0.0176986 53.4834 0.00777774 51.8648 50.3257 25.731 30.5633 25.0193 38.1212 23.8431 44.7924 22.7794 49.1734 21.5059 52.6962 20.2199 55.6058 19.159 57.6512 18.1253 59.3134 17.2768 60.6527 16.5123 61.6353 15.7073 62.5338 14.9604 63.3139 14.2661 63.987 13.5922 64.5515 12.9407 65.0095 12.3214 65.3419 11.7519 65.617 11.2329 65.9037 10.7318 66.1662 10.2402 66.3549 9.77111 66.4685 9.3292 66.5454 8.91308 66.6128 8.52213 66.661 8.15076 66.6835 7.79668 66.6836 7.45912 66.6654 7.13579 66.6265 6.82768 66.5689 6.53206 66.4954 6.25246 66.4028 5.98531 66.3007 5.7331 66.1903 5.50112 66.0529 5.28397 65.9687 5.06905 65.8485 4.8687 65.7102 4.67949 65.5683 4.49776 65.4361 4.323 65.311 4.15491 65.1876 3.99483 65.0613 3.84223 64.9328 3.69684 64.8037 3.55813 64.6751 3.4251 64.5479 3.29787 64.4213 3.17646 64.2953 3.06042 64.1712 2.94887 64.0488 2.84186 63.9269 2.74008 63.8049 2.64321 63.6851 2.54958 63.5686 2.45975 63.4538 2.37416 63.3398 2.29203 63.2286 2.21282 63.1193 2.13713 63.0113 2.06471 62.9048 1.99514 62.8008 1.92862 62.6991 1.86433 62.6001 1.80249 62.503 1.74332 62.4073 1.68654 62.3138 1.63167 62.2227 1.57869 62.1333 1.52886 62.0455 1.47999 61.9617 1.43372 61.8802 1.38899 61.8011 1.34747 61.723 1.30678 61.6508 1.26368 61.5822 1.22057 61.5096 1.18347 61.4309 1.14952 61.3599 1.10872 61.298 1.06909 61.2281 1.03831 61.1546 1.01213 61.0912 0.976465 61.0458 0.9397 60.9906 0.909877 60.9261 0.883317 60.863 0.858094 60.8056 0.830201 60.7558 0.802263 60.7062 0.775324 60.6568 0.748784 60.6089 0.723865 60.5607 0.699847 60.5138 0.676712 60.4679 0.653851 60.4235 0.631523 60.3801 0.609925 60.3378 0.588987 60.2968 0.56852 60.2574 0.548571 60.2194 0.528886 60.1826 0.509741 60.1467 0.491088 60.1119 0.472828 60.0783 0.454991 60.0458 0.437464 60.0147 0.420385 59.9844 0.403578 59.9554 0.387211 59.9273 0.370996 59.9007 0.355059 59.8749 0.339286 59.8502 0.324029 59.826 0.308921 59.8032 0.294243 59.7811 0.279523 59.7607 0.265098 59.7409 0.250634 59.7222 0.236656 59.7037 0.222877 59.6866 0.209305 59.6704 0.195686 59.6555 0.182323 59.6412 0.168983 59.6281 0.155886 59.6154 0.142885 59.6039 0.129973 59.5932 0.11715 59.5836 0.104545 59.5748 0.0920161 59.5669 0.0795878 59.5604 0.066991 59.5551 0.0550474 59.4468 0.0448398 58.5214 0.0351071 56.8884 0.025733 55.184 0.0171515 53.4919 0.00890542 51.8731 50.3346 25.3178 30.1199 24.1236 39.3154 22.9155 46.0005 21.765 50.3239 20.6753 53.7858 19.4154 56.8658 18.2478 58.8188 17.1736 60.3875 16.3883 61.438 15.5658 62.4577 14.7825 63.3172 14.0457 64.0507 13.354 64.6787 12.7057 65.1999 12.0958 65.6193 11.5174 65.9203 10.9789 66.1555 10.4828 66.3997 10.0109 66.6381 9.55396 66.8119 9.11506 66.9073 8.69693 66.9636 8.3034 67.0063 7.93532 67.029 7.58617 67.0327 7.2549 67.0149 6.93977 66.9805 6.63915 66.9271 6.35101 66.857 6.07647 66.7699 5.81221 66.6671 5.56114 66.5518 5.32807 66.4234 5.09673 66.2842 4.88317 66.1823 4.6846 66.0471 4.50344 65.8914 4.33166 65.7401 4.1641 65.6037 4.00129 65.4738 3.84517 65.3437 3.69713 65.2093 3.55558 65.0744 3.42079 64.9385 3.29243 64.8035 3.16907 64.6713 3.05127 64.5391 2.9387 64.4079 2.83148 64.2784 2.72827 64.152 2.62926 64.0259 2.53477 63.8994 2.44548 63.7743 2.35825 63.6558 2.27512 63.5369 2.19584 63.4191 2.12009 63.3044 2.04641 63.193 1.97662 63.0811 1.90955 62.9719 1.84474 62.8656 1.78342 62.7604 1.72363 62.6599 1.66639 62.5602 1.61158 62.4621 1.55928 62.3661 1.50821 62.2738 1.45937 62.1822 1.41215 62.0927 1.36799 62.0059 1.32373 61.9244 1.28051 61.8443 1.24047 61.7631 1.20236 61.6889 1.16391 61.6206 1.12154 61.552 1.08912 61.4634 1.05621 61.3928 1.01401 61.3402 0.979874 61.2622 0.956278 61.1782 0.928336 61.1191 0.894905 61.0792 0.863261 61.0223 0.837385 60.952 0.815375 60.885 0.788689 60.8323 0.762368 60.7822 0.738446 60.7301 0.713136 60.6821 0.689424 60.6326 0.666804 60.5834 0.644701 60.5359 0.623708 60.4889 0.602415 60.4448 0.581836 60.4007 0.561839 60.3578 0.542624 60.316 0.523566 60.2765 0.505405 60.2376 0.487059 60.201 0.469535 60.1643 0.452323 60.1291 0.435559 60.0951 0.419056 60.0623 0.402922 60.0308 0.38709 60.0002 0.371589 59.9709 0.356529 59.9424 0.341625 59.9156 0.326897 59.8896 0.312289 59.8648 0.298344 59.8399 0.284319 59.8172 0.270802 59.7946 0.257176 59.7744 0.243976 59.7541 0.230462 59.7357 0.217596 59.7166 0.204944 59.6993 0.192361 59.683 0.179703 59.6682 0.16736 59.6536 0.155037 59.6404 0.142942 59.6275 0.13098 59.6158 0.119063 59.6052 0.107241 59.5954 0.0957214 59.5863 0.0842934 59.5784 0.0730834 59.5716 0.0617518 59.5664 0.0508968 59.4577 0.0413808 58.5309 0.0326081 56.8972 0.0243339 55.1922 0.0168536 53.4994 0.0103455 51.8796 50.345 24.8161 29.8533 23.1582 40.9733 22.1038 47.0548 20.7853 51.6424 19.3767 55.1945 18.1343 58.1082 17.0811 59.872 16.2008 61.2678 15.3665 62.2724 14.5841 63.2401 13.8392 64.0621 13.1479 64.742 12.5071 65.3195 11.902 65.805 11.3205 66.2009 10.7643 66.4765 10.2503 66.6696 9.77881 66.8712 9.33227 67.0847 8.90028 67.2439 8.48453 67.3231 8.08952 67.3586 7.71908 67.3767 7.37193 67.3762 7.04183 67.3628 6.72963 67.3271 6.43299 67.2772 6.15097 67.2092 5.88125 67.1268 5.62365 67.0275 5.37922 66.9115 5.14317 66.7879 4.91985 66.6467 4.71774 66.4864 4.5289 66.3711 4.3419 66.2341 4.17186 66.0615 4.0063 65.9056 3.84699 65.763 3.69492 65.6258 3.54965 65.489 3.41185 65.3471 3.27988 65.2064 3.15419 65.0642 3.03459 64.9231 2.91961 64.7863 2.81014 64.6486 2.70525 64.5128 2.60574 64.3779 2.50998 64.2478 2.4184 64.1175 2.33042 63.9873 2.24787 63.8569 2.16665 63.737 2.08998 63.6136 2.01637 63.4927 1.94659 63.3741 1.87822 63.2614 1.81402 63.1453 1.75198 63.0339 1.6918 62.9258 1.63541 62.8168 1.58006 62.7153 1.52741 62.6129 1.47682 62.5126 1.4288 62.4141 1.38187 62.3207 1.33673 62.2273 1.29418 62.1353 1.25258 62.0475 1.21331 61.9637 1.17426 61.8834 1.13789 61.7994 1.10473 61.7221 1.06994 61.6554 1.03053 61.5914 0.998967 61.4949 0.972609 61.4192 0.933245 61.3795 0.897666 61.2978 0.875675 61.2002 0.852911 61.1419 0.821478 61.1107 0.789915 61.0538 0.768076 60.9738 0.747724 60.9054 0.723842 60.8562 0.69917 60.8068 0.676644 60.7526 0.652322 60.7064 0.630242 60.6547 0.610016 60.6036 0.589445 60.5565 0.570366 60.508 0.550645 60.4645 0.531871 60.4195 0.513395 60.3762 0.495973 60.3335 0.478237 60.2942 0.461926 60.2539 0.444901 60.218 0.429073 60.1801 0.413209 60.1449 0.397961 60.1103 0.382727 60.0776 0.368152 60.0454 0.353501 60.0149 0.339469 59.9849 0.325541 59.9563 0.312137 59.929 0.298504 59.9032 0.285279 59.878 0.272515 59.8527 0.25975 59.83 0.247218 59.8071 0.234914 59.7867 0.22289 59.7661 0.210696 59.7479 0.198613 59.7287 0.187383 59.7105 0.175784 59.6946 0.164405 59.6796 0.152886 59.6651 0.141898 59.6514 0.13081 59.6386 0.120063 59.6266 0.10891 59.6163 0.0981267 59.6062 0.0876306 59.5968 0.0771502 59.5888 0.0668945 59.5819 0.056619 59.5767 0.0469915 59.4673 0.0382144 58.5397 0.0303137 56.9051 0.0230987 55.1994 0.0166092 53.5059 0.0118053 51.8844 50.3568 23.5679 30.633 22.3527 42.1884 21.106 48.3016 19.8438 52.9046 18.5298 56.5085 17.2471 59.3909 16.092 61.0271 15.305 62.0548 14.4499 63.1275 13.6695 64.0205 12.9503 64.7813 12.2763 65.416 11.6525 65.9433 11.0797 66.3777 10.5429 66.7377 10.0267 66.9926 9.53895 67.1573 9.09053 67.3196 8.67362 67.5016 8.27398 67.6435 7.88593 67.7111 7.51481 67.7297 7.16727 67.7243 6.84208 67.7014 6.53418 67.6707 6.24348 67.6178 5.96727 67.5534 5.70552 67.4709 5.45459 67.3777 5.21554 67.2666 4.98532 67.1417 4.76542 67.0078 4.55717 66.8549 4.35697 66.6866 4.17372 66.5544 4.00595 66.4018 3.8509 66.2165 3.69996 66.0566 3.55335 65.9096 3.41256 65.7666 3.27856 65.623 3.15116 65.4745 3.02923 65.3283 2.91297 65.1804 2.80224 65.0338 2.69613 64.8924 2.5951 64.7496 2.4981 64.6098 2.40598 64.4701 2.31771 64.3361 2.23356 64.2017 2.15221 64.0687 2.07539 63.9337 2.00052 63.8119 1.92998 63.6841 1.86175 63.5609 1.79723 63.4387 1.73441 63.3242 1.67515 63.2045 1.61768 63.0914 1.56214 62.9813 1.5097 62.8693 1.45869 62.7663 1.41022 62.6613 1.36346 62.5594 1.31894 62.4586 1.27578 62.3638 1.23456 62.2685 1.19441 62.1754 1.15671 62.0851 1.11992 62.0005 1.08303 61.9203 1.04744 61.835 1.01477 61.7547 0.983545 61.6866 0.949973 61.625 0.917661 61.5272 0.890503 61.4463 0.855689 61.4144 0.825385 61.3281 0.806001 61.2195 0.775343 61.1726 0.752385 61.1336 0.726618 61.0796 0.710868 60.9896 0.688277 60.928 0.664029 60.8804 0.642045 60.8288 0.622831 60.7718 0.600061 60.7292 0.581484 60.6733 0.562144 60.6229 0.543 60.5756 0.524959 60.526 0.507042 60.4824 0.489822 60.4367 0.472848 60.3932 0.456574 60.3497 0.440277 60.3105 0.42502 60.2692 0.409622 60.2334 0.394963 60.1948 0.380433 60.1595 0.366327 60.1244 0.352325 60.0916 0.338828 60.0589 0.325337 60.0283 0.312404 59.9979 0.299511 59.9692 0.28709 59.9414 0.274665 59.9156 0.262615 59.8901 0.250817 59.8645 0.238961 59.8418 0.227271 59.8188 0.216038 59.7979 0.204948 59.7772 0.193856 59.759 0.182714 59.7398 0.172268 59.721 0.161473 59.7054 0.151016 59.69 0.140383 59.6757 0.130415 59.6614 0.120139 59.6489 0.110133 59.6366 0.10006 59.6264 0.0901881 59.6161 0.0805606 59.6064 0.0707612 59.5986 0.061424 59.5912 0.0522385 59.5859 0.0435525 59.476 0.0352741 58.548 0.02815 56.9122 0.021894 55.2057 0.0162101 53.5116 0.0128261 51.8878 50.3696 22.7619 32.5694 21.4685 43.4818 20.2542 49.5158 18.7428 54.416 17.1956 58.0558 16.0556 60.5309 15.1472 61.9354 14.2851 62.9169 13.4853 63.9273 12.7531 64.7527 12.0722 65.4622 11.4458 66.0424 10.8674 66.5217 10.3301 66.9151 9.82249 67.2453 9.33472 67.4803 8.87444 67.6176 8.45042 67.7437 8.05701 67.895 7.68102 68.0195 7.3171 68.0751 6.9703 68.0765 6.64484 68.0497 6.33859 68.0076 6.04968 67.9596 5.7766 67.8909 5.51798 67.812 5.27254 67.7163 5.03912 67.6111 4.8157 67.49 4.60272 67.3547 4.39786 67.2126 4.20079 67.052 4.02296 66.8644 3.85876 66.7186 3.70511 66.5555 3.55811 66.3635 3.41382 66.2008 3.2759 66.0476 3.1453 65.8972 3.02125 65.747 2.90258 65.5932 2.78954 65.4413 2.68157 65.2884 2.57839 65.137 2.48018 64.9906 2.38642 64.8434 2.29666 64.6995 2.21089 64.5558 2.12935 64.4176 2.05165 64.2794 1.97679 64.1436 1.90464 64.0059 1.83628 63.8803 1.77101 63.7494 1.70809 63.6239 1.64801 63.4987 1.59082 63.3814 1.53572 63.2596 1.48268 63.1444 1.43194 63.032 1.38292 62.9183 1.33635 62.8128 1.29174 62.7059 1.24881 62.6023 1.20744 62.5 1.16822 62.4031 1.13033 62.3064 1.09433 62.2114 1.05872 62.1208 1.02618 62.033 0.994442 61.952 0.961664 61.8678 0.930383 61.786 0.90131 61.7157 0.874303 61.652 0.841148 61.5604 0.815815 61.4717 0.788921 61.4413 0.765083 61.3519 0.73622 61.2484 0.706505 61.2023 0.690281 61.1498 0.671682 61.0982 0.651806 61.0095 0.629045 60.9507 0.608782 60.9007 0.5898 60.8478 0.57052 60.7911 0.55077 60.7489 0.532575 60.6915 0.513966 60.6415 0.496553 60.593 0.47948 60.5431 0.46338 60.4985 0.447578 60.4525 0.432153 60.4086 0.416924 60.365 0.402318 60.3251 0.387933 60.2835 0.374321 60.247 0.360695 60.2084 0.347517 60.1727 0.334441 60.1375 0.321797 60.1042 0.309292 60.0714 0.297235 60.0404 0.285197 60.0099 0.273522 59.9809 0.261953 59.953 0.250942 59.9267 0.239855 59.9012 0.229032 59.8753 0.218168 59.8527 0.207627 59.8294 0.197229 59.8083 0.18711 59.7873 0.177113 59.769 0.167271 59.7497 0.157261 59.731 0.147559 59.7151 0.137985 59.6996 0.128582 59.6851 0.119297 59.6707 0.110019 59.6582 0.100744 59.6458 0.0917276 59.6354 0.0827472 59.6251 0.0738149 59.6154 0.0647602 59.6077 0.0561169 59.5999 0.0479655 59.594 0.0401844 59.4838 0.0325281 58.5556 0.0260673 56.9187 0.0206087 55.2112 0.0154929 53.5167 0.01293 51.8903 50.3825 22.6185 34.6982 21.0701 45.0302 19.6172 50.9688 17.7814 56.2517 16.304 59.5332 15.0846 61.7503 14.2559 62.7641 13.3835 63.7893 12.5998 64.711 11.8903 65.4623 11.242 66.1104 10.6388 66.6456 10.0855 67.075 9.5832 67.4173 9.11613 67.7124 8.66422 67.9323 8.23007 68.0518 7.83036 68.1434 7.46439 68.261 7.11672 68.3672 6.77888 68.4129 6.45555 68.3998 6.15184 68.3535 5.86611 68.2934 5.5984 68.2273 5.34431 68.145 5.10456 68.0518 4.87651 67.9444 4.66021 67.8274 4.45341 67.6968 4.25325 67.5549 4.06372 67.4021 3.88169 67.234 3.70175 67.0443 3.54638 66.8739 3.41204 66.6898 3.27656 66.499 3.14563 66.3318 3.01925 66.1739 2.89859 66.0179 2.78431 65.8613 2.67465 65.7028 2.57062 65.5454 2.4711 65.3879 2.37565 65.2324 2.2854 65.0809 2.19884 64.93 2.1163 64.7821 2.03684 64.6353 1.96187 64.4926 1.89028 64.351 1.82172 64.2121 1.75416 64.0734 1.69196 63.9425 1.63152 63.8098 1.57376 63.6816 1.5178 63.5547 1.46583 63.4334 1.41461 63.3109 1.36572 63.1933 1.3193 63.0785 1.27351 62.9641 1.23093 62.8554 1.18979 62.7471 1.15026 62.6419 1.11185 62.5384 1.07585 62.4391 1.04128 62.341 1.00725 62.2455 0.975336 62.1527 0.944191 62.0642 0.915092 61.9811 0.884856 61.8981 0.853464 61.8174 0.825826 61.7433 0.803847 61.674 0.773295 61.5909 0.741316 61.5037 0.722606 61.46 0.70424 61.3703 0.669748 61.2829 0.64404 61.228 0.628986 61.1649 0.61944 61.1078 0.598575 61.0303 0.577251 60.9721 0.558292 60.9196 0.541392 60.8647 0.522684 60.8098 0.506659 60.765 0.489268 60.7088 0.47201 60.6588 0.456262 60.6088 0.440224 60.5591 0.425729 60.513 0.411223 60.467 0.39711 60.4227 0.382845 60.3792 0.369689 60.3383 0.356126 60.2971 0.34395 60.2592 0.331381 60.2209 0.319289 60.1847 0.307263 60.1495 0.295681 60.1158 0.284158 60.0829 0.273062 60.0515 0.262027 60.0209 0.251236 59.9917 0.240614 59.9636 0.230478 59.9368 0.220525 59.9111 0.210257 59.8856 0.200515 59.8624 0.190616 59.8393 0.181135 59.8178 0.171576 59.7969 0.1627 59.7778 0.153668 59.7587 0.14423 59.7404 0.135258 59.7241 0.126478 59.7084 0.117959 59.6937 0.109296 59.6793 0.100772 59.6667 0.092161 59.6545 0.0839809 59.6436 0.0758273 59.6332 0.0674722 59.6237 0.0593373 59.6158 0.0512414 59.608 0.0442208 59.6011 0.0370134 59.491 0.029891 58.5628 0.0240073 56.9246 0.0191675 55.216 0.0143949 53.5215 0.0118213 51.8929 50.3943 21.9641 36.1425 20.8119 46.1823 18.6399 53.1409 16.5858 58.3058 15.116 61.003 14.2432 62.6231 13.2795 63.7278 12.4305 64.6384 11.7085 65.4329 11.0451 66.1257 10.4383 66.7173 9.88133 67.2025 9.36751 67.5888 8.89658 67.8883 8.45812 68.1508 8.03617 68.3542 7.63083 68.4571 7.25469 68.5195 6.90957 68.6061 6.58389 68.6929 6.26994 68.7269 5.96984 68.6999 5.68644 68.6369 5.4188 68.561 5.16885 68.4772 4.93139 68.3824 4.70791 68.2753 4.49486 68.1574 4.29413 68.0281 4.10178 67.8891 3.91692 67.7397 3.74053 67.5785 3.57104 67.4035 3.40415 67.2112 3.26768 67.0104 3.14628 66.8112 3.0192 66.6261 2.89555 66.4554 2.77767 66.2918 2.66584 66.1297 2.5599 65.9672 2.45824 65.8045 2.36205 65.6416 2.26996 65.48 2.18149 65.3209 2.09804 65.1643 2.01789 65.0101 1.9417 64.8583 1.86817 64.7088 1.79897 64.5618 1.73281 64.4171 1.66975 64.2752 1.60713 64.136 1.55012 63.9995 1.49425 63.8657 1.44118 63.7347 1.38942 63.6065 1.34183 63.4809 1.2945 63.3582 1.24955 63.2383 1.20703 63.121 1.16472 63.0064 1.12575 62.8944 1.08788 62.7849 1.05163 62.6781 1.01624 62.5738 0.983374 62.4719 0.9516 62.3728 0.920984 62.2761 0.891296 62.1824 0.863324 62.0921 0.838252 62.0062 0.810482 61.9258 0.781605 61.8463 0.754851 61.7701 0.736399 61.6924 0.709338 61.618 0.670953 61.542 0.664601 61.4663 0.64486 61.39 0.609939 61.3178 0.58968 61.2482 0.574213 61.1804 0.567356 61.1146 0.546339 61.0514 0.526661 60.9918 0.512227 60.9341 0.495891 60.881 0.476952 60.8287 0.463849 60.7781 0.446407 60.7263 0.430847 60.6744 0.416301 60.6233 0.401556 60.5739 0.388334 60.5262 0.375085 60.4802 0.362199 60.4356 0.349126 60.3923 0.337197 60.3502 0.324742 60.3096 0.313657 60.2703 0.302224 60.2324 0.291138 60.1958 0.280159 60.1605 0.269607 60.1263 0.259114 60.0934 0.249009 60.0616 0.238968 60.031 0.229086 60.0015 0.21945 59.9733 0.210168 59.9461 0.201212 59.9201 0.191713 59.8951 0.182951 59.8712 0.1739 59.8483 0.165213 59.8265 0.156451 59.8056 0.148495 59.7858 0.140251 59.7669 0.131576 59.7491 0.123408 59.7322 0.115457 59.7163 0.107787 59.7013 0.0998123 59.6873 0.0921249 59.6744 0.0842197 59.6624 0.076767 59.651 0.0693347 59.6407 0.0616721 59.6314 0.0544177 59.6231 0.0467925 59.6156 0.0404432 59.6074 0.0338277 59.4976 0.0273533 58.5692 0.0219396 56.93 0.0175619 55.2204 0.0129909 53.5261 0.00961975 51.8963 50.404 19.5714 37.9341 19.2506 46.5031 17.5868 54.8047 15.8604 60.0322 14.3691 62.4944 13.1518 63.8403 12.2127 64.6669 11.4256 65.4255 10.7255 66.133 10.1131 66.738 9.56062 67.2698 9.04531 67.7179 8.56996 68.0641 8.13515 68.3231 7.73235 68.5536 7.34559 68.741 6.97208 68.8306 6.62574 68.8659 6.30962 68.9222 6.01262 68.9898 5.72601 69.0135 5.4507 68.9752 5.19095 68.8966 4.94713 68.8048 4.71752 68.7068 4.5005 68.5995 4.29542 68.4803 4.10116 68.3517 3.91612 68.2132 3.73944 68.0658 3.5699 67.9093 3.4094 67.739 3.25688 67.556 3.11012 67.358 2.97688 67.1436 2.85636 66.9317 2.74175 66.7407 2.63261 66.5646 2.52726 66.3972 2.42617 66.2308 2.32977 66.0636 2.23765 65.8966 2.14973 65.7295 2.06582 65.5639 1.98573 65.401 1.90946 65.2406 1.83663 65.0829 1.76717 64.9277 1.70085 64.7751 1.63764 64.625 1.57723 64.4775 1.51938 64.333 1.4638 64.1916 1.41093 64.0524 1.36027 63.9163 1.31182 63.7831 1.26541 63.6529 1.22115 63.5252 1.17856 63.4008 1.1377 63.2791 1.09853 63.1601 1.06082 63.0441 1.02484 62.9304 0.990342 62.8194 0.95724 62.7112 0.92549 62.6055 0.89517 62.5023 0.866325 62.4016 0.838327 62.3041 0.812302 62.2084 0.786396 62.118 0.761312 62.0313 0.736521 61.9506 0.711774 61.871 0.688231 61.7936 0.66589 61.7148 0.643372 61.6405 0.620127 61.5653 0.600419 61.486 0.582507 61.4079 0.563729 61.3366 0.544297 61.2677 0.52815 61.1965 0.513569 61.1292 0.496738 61.0682 0.480596 61.0079 0.464695 60.95 0.450095 60.8956 0.435975 60.8429 0.421711 60.7923 0.407394 60.7406 0.393056 60.6887 0.379297 60.6371 0.366165 60.587 0.353686 60.5387 0.341625 60.4923 0.329841 60.4474 0.318296 60.4038 0.30708 60.3614 0.296139 60.3205 0.285551 60.2809 0.275174 60.2428 0.265068 60.2059 0.255152 60.1704 0.245451 60.136 0.235913 60.1029 0.226557 60.071 0.21743 60.0401 0.208472 60.0105 0.199706 59.982 0.191126 59.9547 0.1827 59.9285 0.174336 59.9034 0.166134 59.8794 0.158039 59.8564 0.150096 59.8344 0.142296 59.8134 0.134662 59.7934 0.127088 59.7745 0.119514 59.7567 0.112056 59.7397 0.104737 59.7237 0.0975545 59.7085 0.0903908 59.6945 0.0832754 59.6815 0.0762523 59.6694 0.0693898 59.6579 0.0625695 59.6475 0.0557504 59.6382 0.0491538 59.6297 0.0429405 59.6218 0.0369971 59.6134 0.030595 59.504 0.0247076 58.5751 0.0197176 56.935 0.0156322 55.2245 0.01142 53.5303 0.00699984 51.9007 50.411 43.6735 -5.73941 67.0536 23.123 75.142 46.7163 74.6061 60.5681 71.2973 65.8032 66.7531 68.3845 61.8847 69.5353 57.7183 69.5919 54.2964 69.5549 51.1271 69.9074 48.2698 70.127 45.6712 70.3165 43.2338 70.5015 40.9658 70.5911 38.8902 70.6292 36.9412 70.69 35.0497 70.7221 33.237 70.6786 31.5634 70.5958 30.0297 70.5236 28.5845 70.4587 27.1979 70.3618 25.8718 70.2228 24.6175 70.0591 23.4389 69.8854 22.3298 69.7086 21.2827 69.5275 20.2928 69.3416 19.3572 69.1488 18.4669 68.9561 17.6191 68.7571 16.7947 68.5635 16.0198 68.3309 15.3351 68.0426 14.715 67.7638 14.1382 67.5086 13.5589 67.32 12.9882 67.1353 12.4475 66.9378 11.9352 66.7431 11.448 66.5509 10.9854 66.3592 10.546 66.1689 10.127 65.9829 9.72702 65.801 9.34552 65.6221 8.98189 65.4466 8.63537 65.2743 8.30507 65.1054 7.9903 64.9397 7.68996 64.7779 7.4029 64.6201 7.12837 64.4661 6.86635 64.3144 6.616 64.1667 6.37664 64.0225 6.14775 63.8818 5.92888 63.7441 5.71912 63.6106 5.51811 63.4801 5.32543 63.3528 5.1407 63.2288 4.96388 63.1072 4.79453 62.9888 4.63228 62.8735 4.47678 62.761 4.32886 62.6502 4.18857 62.5419 4.05588 62.4368 3.92757 62.3367 3.80784 62.2378 3.70938 62.1297 3.58205 62.078 3.46649 61.9866 3.36197 61.8982 3.22493 61.8518 3.14071 61.7247 3.02193 61.6841 2.94451 61.5634 2.81349 61.539 2.74205 61.408 2.6569 61.3528 2.57023 61.2832 2.49758 61.2018 2.38728 61.1785 2.3369 61.0583 2.26641 61.0205 2.19086 60.9712 2.12084 60.9129 2.03894 60.8742 1.9622 60.8173 1.89226 60.7586 1.82543 60.7039 1.76261 60.6498 1.70206 60.5993 1.64345 60.5509 1.58639 60.5045 1.53086 60.4594 1.47677 60.4155 1.42438 60.3729 1.37334 60.3319 1.32365 60.2924 1.27468 60.2549 1.2266 60.2185 1.1799 60.1827 1.13433 60.1485 1.08986 60.1154 1.04608 60.0839 1.00318 60.0534 0.961139 60.0241 0.919935 59.9959 0.879431 59.969 0.839413 59.9435 0.800068 59.9187 0.761344 59.8951 0.723308 59.8724 0.685913 59.8508 0.64913 59.8302 0.612647 59.811 0.576687 59.7926 0.541225 59.7752 0.506324 59.7586 0.47179 59.7431 0.437629 59.7286 0.403809 59.7153 0.370154 59.703 0.336615 59.6914 0.303544 59.6806 0.271046 59.6707 0.239229 59.6615 0.207693 59.6533 0.175817 59.6452 0.145265 59.5346 0.118486 58.6019 0.0943651 56.9591 0.0715087 55.2473 0.0489736 53.5528 0.0200431 51.9296 50.431 8.68298 -14.4224 31.4012 0.404765 53.5647 24.5528 65.2749 48.8579 67.8088 63.2693 66.3678 69.8256 63.1392 72.7639 59.1506 73.5804 55.2691 73.4364 51.8391 73.3375 48.5995 73.3666 45.6961 73.2199 43.2608 72.9368 41.0229 72.829 38.877 72.7751 36.88 72.687 34.9975 72.6046 33.185 72.4911 31.465 72.3158 29.875 72.1136 28.4141 71.9195 27.0413 71.7346 25.7264 71.5377 24.4649 71.3206 23.2624 71.088 22.1232 70.8477 21.0472 70.6035 20.0338 70.355 19.0834 70.0992 18.1978 69.8417 17.3461 69.6088 16.516 69.3935 15.624 69.223 14.6573 69.0093 14.1901 68.231 13.6878 68.0108 13.1615 67.8463 12.6266 67.6702 12.0904 67.474 11.5769 67.2566 11.1012 67.0266 10.6583 66.8022 10.2357 66.5914 9.83008 66.3885 9.44187 66.1892 9.07135 65.9926 8.71846 65.7995 8.38223 65.6105 8.06165 65.426 7.75536 65.246 7.46294 65.0703 7.18408 64.8989 6.91828 64.7319 6.66357 64.5691 6.42025 64.41 6.18742 64.2553 5.96505 64.1041 5.75146 63.9577 5.54746 63.8146 5.35221 63.6754 5.16519 63.5398 4.98605 63.408 4.81447 63.2788 4.64921 63.1541 4.49168 63.031 4.34022 62.9125 4.19401 62.7964 4.05666 62.6793 3.92387 62.5695 3.80657 62.454 3.68578 62.3586 3.51837 62.2971 3.54587 62.0504 3.23388 62.2986 3.32436 61.8077 2.99143 62.1847 3.09655 61.6196 2.7783 62.0023 2.83067 61.5111 2.60284 61.7668 2.70593 61.3049 2.47709 61.5817 2.37781 61.3825 2.46908 61.1106 2.22368 61.4239 2.32418 60.9578 2.10445 61.2402 2.14252 60.9331 2.02323 61.0322 1.94571 60.9518 1.89385 60.8692 1.8208 60.8317 1.75973 60.765 1.70589 60.7037 1.64121 60.6639 1.58966 60.6025 1.52939 60.5647 1.47932 60.5095 1.42418 60.4707 1.3763 60.4208 1.32432 60.3839 1.28045 60.3363 1.22858 60.3068 1.18526 60.2618 1.13704 60.231 1.09346 60.1921 1.05188 60.157 1.00709 60.1287 0.966826 60.0937 0.924223 60.0667 0.887238 60.0328 0.844733 60.0115 0.808082 59.9801 0.767813 59.959 0.731604 59.9314 0.693075 59.911 0.658406 59.8855 0.621508 59.8671 0.586476 59.846 0.550298 59.8288 0.516569 59.8089 0.481519 59.7936 0.448665 59.7759 0.414819 59.7625 0.382137 59.748 0.349473 59.7357 0.316917 59.724 0.284291 59.7132 0.253507 59.7015 0.222864 59.6921 0.191447 59.6848 0.158221 59.6785 0.127125 59.5657 0.103657 58.6254 0.0824179 56.9804 0.0599548 55.2698 0.0354593 53.5773 0.00888616 51.9562 50.4399 -6.34559 -8.0768 2.0633 -8.00413 22.562 4.05406 44.6137 26.8062 57.4053 50.4777 61.5947 65.6362 60.6811 73.6775 58.879 75.3825 55.159 77.1564 51.7303 76.7663 48.549 76.5479 45.9525 75.8164 43.462 75.4273 41.0753 75.2157 38.8185 75.0319 36.7001 74.8054 34.7473 74.5574 32.9218 74.3165 31.1772 74.0604 29.5293 73.7615 27.9983 73.4505 26.5771 73.1558 25.239 72.8758 23.9643 72.5953 22.7499 72.3024 21.6003 71.9973 20.5196 71.6842 19.4976 71.3769 18.5211 71.0757 17.5967 70.766 16.7889 70.4166 16.0212 70.1613 15.2865 69.9576 14.223 70.0728 14.0063 68.4477 13.3409 68.6762 12.7523 68.4349 12.193 68.2296 11.6277 68.0392 11.14 67.7443 10.6937 67.4729 10.2542 67.2417 9.8266 67.019 9.41948 66.7956 9.03408 66.5746 8.66866 66.358 8.32096 66.1472 7.98964 65.9418 7.67406 65.7416 7.37301 65.5471 7.08658 65.3567 6.81363 65.1719 6.55405 64.9915 6.3054 64.8178 6.06974 64.6457 5.84293 64.4821 5.62846 64.3186 5.42158 64.1645 5.22503 64.0111 5.03672 63.8637 4.85711 63.7195 4.68359 63.5815 4.52065 63.4417 4.35992 63.3148 4.21109 63.1798 4.06432 63.0593 3.92788 62.9328 3.78797 62.8192 3.69168 62.6658 3.52536 62.6203 3.56028 62.3236 3.27151 62.5859 3.43399 61.888 2.98964 62.7429 3.20418 61.5931 2.76575 62.6232 2.97212 61.4132 2.61727 62.3572 2.74859 61.3798 2.41917 62.0962 2.58249 61.1416 2.33998 61.8242 2.23802 61.4844 2.36461 60.984 2.03129 61.7572 2.21993 60.7691 1.94562 61.5145 2.06976 60.809 1.87096 61.231 1.85431 60.9684 1.76689 60.9566 1.68049 60.9181 1.63676 60.8087 1.5842 60.7562 1.52246 60.7257 1.47892 60.646 1.41804 60.6256 1.3737 60.5538 1.3239 60.5205 1.27577 60.4689 1.22972 60.4299 1.19105 60.375 1.13967 60.3582 1.10362 60.2979 1.05225 60.2823 1.01369 60.2306 0.978889 60.1918 0.937289 60.1703 0.897556 60.1334 0.858632 60.1056 0.826645 60.0648 0.783851 60.0543 0.752785 60.0112 0.713647 59.9981 0.681561 59.9634 0.644547 59.948 0.613809 59.9162 0.578226 59.9027 0.547721 59.8765 0.511139 59.8654 0.483384 59.8367 0.449527 59.8275 0.420415 59.805 0.387778 59.7951 0.35887 59.7769 0.327997 59.7666 0.298019 59.754 0.266104 59.7451 0.237406 59.7302 0.207656 59.7219 0.177243 59.7152 0.145244 59.7105 0.113428 59.5975 0.0925966 58.6462 0.0729991 57 0.0510168 55.2918 0.0283978 53.5999 0.00590085 51.9787 50.4458 0.351964 -8.42876 -0.646393 -7.00577 6.77399 -3.36632 24.1971 9.38315 42.9379 31.7368 53.6368 54.9373 56.3654 70.9489 57.7072 74.0407 53.5372 81.3264 51.5318 78.7716 48.6769 79.4028 46.1683 78.325 43.5917 78.0039 41.2068 77.6006 38.9544 77.2844 36.8218 76.9379 34.8278 76.5514 32.9556 76.1887 31.1971 75.8188 29.5233 75.4353 27.9442 75.0296 26.4733 74.6268 25.0974 74.2516 23.8081 73.8846 22.5919 73.5187 21.4447 73.1445 20.3668 72.762 19.349 72.3948 18.3798 72.045 17.4007 71.7452 16.3576 71.4597 15.4023 71.1166 15.0971 70.2628 14.2648 70.9051 13.7168 68.9957 12.5746 69.8183 12.1095 68.9001 11.66 68.679 11.2975 68.4018 10.8837 68.1581 10.4315 67.9251 9.989 67.6841 9.57041 67.4376 9.17368 67.1923 8.79711 66.9511 8.43932 66.7158 8.09902 66.4875 7.77525 66.2656 7.46706 66.0498 7.17404 65.8401 6.89474 65.636 6.62897 65.4377 6.37536 65.2451 6.13474 65.0584 5.90352 64.8769 5.68492 64.7007 5.47376 64.5298 5.27434 64.364 5.08253 64.2029 4.89938 64.0468 4.72375 63.8951 4.55719 63.7481 4.39413 63.6047 4.24224 63.4667 4.09226 63.3298 3.94819 63.2034 3.81907 63.0619 3.649 62.9892 3.59172 62.7231 3.33483 62.8772 3.34257 62.3159 3.07956 62.8489 3.0904 61.8771 2.96828 62.8651 2.79154 61.7699 2.82349 62.5912 2.62816 61.6086 2.60558 62.3797 2.36184 61.6235 2.45917 61.9989 2.34878 61.252 2.18299 61.99 2.15923 61.5082 2.08498 61.0582 2.11603 61.7262 1.92865 60.9565 1.90346 61.5397 1.90184 60.8106 1.73485 61.398 1.77164 60.9316 1.64923 61.079 1.63861 60.9287 1.58726 60.8601 1.4995 60.844 1.48316 60.742 1.39619 60.733 1.38348 60.6383 1.30821 60.6291 1.28646 60.5422 1.22097 60.5344 1.19592 60.455 1.12446 60.4465 1.11001 60.3726 1.04629 60.3616 1.02107 60.3075 0.978286 60.2734 0.929168 60.2409 0.907602 60.1919 0.856432 60.1846 0.833174 60.1289 0.777282 60.1207 0.760485 60.0711 0.708998 60.0627 0.689479 60.0177 0.643046 60.0099 0.622354 59.9687 0.577476 59.9611 0.555511 59.9246 0.515071 59.917 0.49008 59.8904 0.453435 59.8733 0.430958 59.8499 0.392826 59.8431 0.368913 59.819 0.333645 59.8122 0.30541 59.7948 0.2804 59.779 0.252362 59.7731 0.222417 59.7601 0.193806 59.7505 0.163613 59.7454 0.1371 59.737 0.10668 59.6279 0.0910403 58.6618 0.0694899 57.0215 0.0483081 55.3129 0.028304 53.6199 0.010712 51.9963 50.4565 0.853151 -0.853151 1.63325 -0.780098 2.28947 -0.656226 3.27453 -0.985055 3.9016 -0.627072 4.91164 -1.01003 5.52597 -0.614331 6.3553 -0.829337 7.04831 -0.693007 7.84775 -0.799436 8.57307 -0.72532 9.23061 -0.657542 9.81108 -0.580467 10.3428 -0.531675 10.8216 -0.47883 11.2549 -0.433367 11.6219 -0.366995 11.9177 -0.295732 12.1366 -0.218902 12.2722 -0.135606 12.3142 -0.0419885 12.274 0.0401262 12.1615 0.112535 11.9632 0.19832 11.6567 0.30654 11.2557 0.40093 10.7438 0.511967 9.88514 0.858616 0.375043 9.5101 0.824177 -1.67733 1.60971 -1.56563 2.40751 -1.45403 3.35131 -1.92885 4.02901 -1.30477 4.91825 -1.89928 5.6789 -1.37497 6.69148 -1.84192 7.4443 -1.44583 8.26673 -1.62187 8.9648 -1.42338 9.70441 -1.39716 10.3826 -1.25862 11.01 -1.15915 11.5534 -1.02214 12.032 -0.91197 12.4305 -0.765495 12.7481 -0.613354 12.9752 -0.446023 13.1147 -0.275135 13.1764 -0.103699 13.1481 0.0684714 13.0135 0.247111 12.787 0.424841 12.4679 0.625595 12.0512 0.817636 11.5533 1.00992 11.0992 1.31273 1.04647 10.4277 0.769521 -2.44685 1.58472 -2.38083 2.4833 -2.35261 3.20107 -2.64663 4.23825 -2.34195 5.02839 -2.68942 5.95526 -2.30185 6.82076 -2.70742 7.56979 -2.19486 8.5378 -2.58988 9.26456 -2.15014 10.0988 -2.2314 10.7912 -1.95101 11.4913 -1.85926 12.0927 -1.62352 12.6665 -1.48576 13.1412 -1.24021 13.5351 -1.0073 13.8165 -0.727403 14.0043 -0.462953 14.0762 -0.175608 14.0419 0.102765 13.9178 0.371263 13.6869 0.6557 13.351 0.961529 12.9164 1.25226 12.4125 1.51381 11.9362 1.789 1.77993 11.2027 0.712627 -3.15948 1.55355 -3.22175 2.50971 -3.30877 3.20194 -3.33886 4.35115 -3.49117 5.03919 -3.37746 6.17723 -3.43989 6.93132 -3.46151 7.93623 -3.19977 8.80356 -3.45721 9.51827 -2.86486 10.3853 -3.09847 11.098 -2.66368 11.8821 -2.64338 12.5307 -2.27205 13.1528 -2.10793 13.6575 -1.74482 14.1203 -1.47018 14.4583 -1.06539 14.72 -0.724602 14.8801 -0.335698 14.9647 0.0181786 14.8883 0.447579 14.6754 0.868591 14.3235 1.31346 13.8667 1.7091 13.3094 2.07113 12.7603 2.3381 2.5637 11.9765 0.69829 -3.85777 1.51603 -4.03949 2.45975 -4.25249 3.32772 -4.20683 4.44308 -4.60652 5.16165 -4.09602 6.35369 -4.63193 7.07606 -4.18388 8.23991 -4.36362 8.97476 -4.19205 9.93092 -3.82102 10.7924 -3.95994 11.4906 -3.36189 12.3044 -3.45715 12.9547 -2.92238 13.5915 -2.74471 14.11 -2.26334 14.6236 -1.98373 15.0012 -1.44308 15.3707 -1.09406 15.5732 -0.538244 15.7199 -0.128497 15.7051 0.462408 15.614 0.959644 15.3214 1.60613 14.9173 2.11314 14.3045 2.68395 13.6599 2.98268 3.41919 12.8044 0.693149 -4.55092 1.5423 -4.88864 2.4349 -5.14509 3.43456 -5.20649 4.45867 -5.63063 5.38505 -5.02241 6.54394 -5.79081 7.37529 -5.01523 8.55462 -5.54296 9.23866 -4.87609 10.3426 -4.92499 11.0832 -4.7005 11.9077 -4.18644 12.7807 -4.33009 13.4788 -3.62054 14.1291 -3.39498 14.651 -2.78521 15.1485 -2.4813 15.5783 -1.87282 15.9753 -1.4911 16.2257 -0.788605 16.3905 -0.293271 16.3824 0.470464 16.3378 1.00429 16.1208 1.82311 15.8417 2.39218 15.3362 3.18947 14.6972 3.62172 4.32425 13.7921 0.718855 -5.26977 1.56051 -5.73029 2.47372 -6.0583 3.54126 -6.27403 4.43462 -6.52399 5.69572 -6.28351 6.66803 -6.76312 7.67326 -6.02047 8.73224 -6.60193 9.58296 -5.72682 10.7601 -6.10217 11.4417 -5.38209 12.4229 -5.16759 13.1953 -5.10253 13.9529 -4.37808 14.6629 -4.105 15.2319 -3.35422 15.7519 -3.00126 16.2278 -2.34873 16.6326 -1.89591 16.9332 -1.08923 17.0772 -0.43733 17.1162 0.431483 17.0398 1.08074 16.8683 1.99461 16.5719 2.68854 16.1719 3.58953 15.5875 4.20612 5.07344 14.8383 0.76049 -6.03026 1.61438 -6.58418 2.56689 -7.01081 3.61416 -7.3213 4.58812 -7.49795 5.95916 -7.65454 6.70717 -7.51113 8.02641 -7.33971 9.00403 -7.57955 10.03 -6.75275 11.0927 -7.16493 11.8826 -6.17196 12.9364 -6.22135 13.6246 -5.79076 14.4856 -5.23909 15.2122 -4.83163 15.8692 -4.01116 16.4484 -3.58048 16.9538 -2.85413 17.3723 -2.31447 17.6614 -1.37829 17.8269 -0.602845 17.8602 0.398226 17.7722 1.16874 17.618 2.1488 17.3277 2.97877 16.9194 3.99789 16.3501 4.77545 5.76302 15.6605 0.812345 -6.84261 1.69735 -7.46919 2.66129 -7.97475 3.73732 -8.39733 4.81825 -8.57889 6.11387 -8.95016 6.97323 -8.37049 8.45419 -8.82067 9.27261 -8.39797 10.4499 -7.93 11.4075 -8.12253 12.4189 -7.18336 13.4537 -7.25624 14.1876 -6.52463 15.1258 -6.1773 15.8401 -5.54586 16.5857 -4.75684 17.1921 -4.18684 17.7172 -3.37921 18.1305 -2.72776 18.4328 -1.68056 18.6415 -0.81158 18.6798 0.35987 18.6283 1.22027 18.4468 2.33029 18.1848 3.24077 17.7677 4.41506 17.2217 5.32145 6.47077 16.5139 0.869346 -7.71195 1.78852 -8.38836 2.79348 -8.97971 3.90689 -9.51074 5.05568 -9.72767 6.23181 -10.1263 7.36752 -9.5062 8.78499 -10.2381 9.58033 -9.19332 10.9451 -9.29476 11.8839 -9.06131 12.9945 -8.29399 13.9618 -8.22357 14.8192 -7.38197 15.7722 -7.13036 16.4923 -6.26595 17.3182 -5.58274 17.9681 -4.83676 18.5814 -3.9925 18.9986 -3.14489 19.3552 -2.03722 19.5496 -1.00591 19.6339 0.275574 19.6082 1.24588 19.4663 2.47226 19.1854 3.52169 18.7843 4.81607 18.1753 5.93053 7.17508 17.471 0.927916 -8.63987 1.89679 -9.35723 2.93792 -10.0208 4.06583 -10.6387 5.30473 -10.9666 6.49672 -11.3183 7.82604 -10.8355 9.03892 -11.451 9.98735 -10.1417 11.4172 -10.7246 12.3542 -9.99832 13.5103 -9.45015 14.4857 -9.19897 15.5518 -8.44802 16.5136 -8.09215 17.2962 -7.04857 18.176 -6.46256 18.8513 -5.51201 19.5138 -4.65497 19.9313 -3.56244 20.3418 -2.44775 20.5542 -1.21828 20.7329 0.0968279 20.6979 1.28089 20.5944 2.57579 20.2502 3.86587 19.8572 5.20911 19.1671 6.62058 7.88978 18.4524 0.987153 -9.62702 2.01128 -10.3814 3.10763 -11.1172 4.26973 -11.8008 5.55741 -12.2542 6.80818 -12.5691 8.11553 -12.1429 9.20049 -12.536 10.5986 -11.5398 11.9592 -12.0852 12.854 -10.8931 14.0967 -10.6929 15.1358 -10.238 16.3167 -9.62892 17.2452 -9.02064 18.1385 -7.94189 19.0769 -7.40102 19.8032 -6.23825 20.5079 -5.35971 20.9872 -4.04176 21.4548 -2.9153 21.7149 -1.47846 21.9666 -0.154848 21.9179 1.32965 21.8194 2.67427 21.4271 4.25812 21.0018 5.63449 20.2778 7.34452 8.64489 19.5227 1.04683 -10.6739 2.13119 -11.4657 3.28235 -12.2683 4.51592 -13.0343 5.813 -13.5513 7.09462 -13.8507 8.5273 -13.5756 9.703 -13.7117 11.1696 -13.0065 12.2424 -13.158 13.3551 -12.0057 14.7944 -12.1322 15.8945 -11.3381 17.102 -10.8365 18.0203 -9.93893 19.0809 -9.00255 20.041 -8.36106 20.8608 -7.05804 21.6218 -6.12071 22.21 -4.63 22.733 -3.43829 23.0538 -1.79929 23.3098 -0.410805 23.288 1.35139 23.1661 2.79618 22.7822 4.64201 22.301 6.11574 21.5978 8.04773 9.48649 20.7562 1.10697 -11.7808 2.255 -12.6137 3.4553 -13.4686 4.7699 -14.3489 6.11557 -14.897 7.45404 -15.1891 8.8954 -15.0169 10.1362 -14.9525 11.5679 -14.4382 12.7133 -14.3034 14.2048 -13.4972 15.5625 -13.4899 16.6622 -12.4378 17.8567 -12.0309 18.8736 -10.9558 20.0922 -10.2212 21.0695 -9.3384 22.0562 -8.0447 22.8909 -6.95545 23.5988 -5.33785 24.1652 -4.00478 24.5466 -2.18065 24.7745 -0.638681 24.8046 1.32127 24.6458 2.95494 24.2854 5.0024 23.7203 6.68086 23.0492 8.71884 10.4086 22.1272 1.16744 -12.9483 2.37986 -13.8262 3.65853 -14.7473 5.00384 -15.6943 6.40864 -16.3018 7.82907 -16.6096 9.25742 -16.4453 10.616 -16.311 12.0886 -15.9109 13.3646 -15.5793 14.898 -15.0306 16.1103 -14.7023 17.4121 -13.7395 18.7289 -13.3478 19.9486 -12.1755 21.2505 -11.523 22.2756 -10.3635 23.412 -9.18112 24.2884 -7.83181 25.1029 -6.15235 25.6912 -4.59309 26.1498 -2.6393 26.3788 -0.867681 26.4623 1.23774 26.2999 3.11739 25.9746 5.32775 25.3576 7.29779 24.6824 9.39408 11.4096 23.6814 1.22829 -14.1766 2.50801 -15.1059 3.85062 -16.0899 5.25422 -17.0978 6.7567 -17.8043 8.18423 -18.0371 9.6887 -17.9497 11.1008 -17.7231 12.5955 -17.4056 13.969 -16.9528 15.5325 -16.5942 16.8642 -16.0339 18.3839 -15.2592 19.7386 -14.7026 21.0905 -13.5274 22.4336 -12.8661 23.5862 -11.5161 24.821 -10.4159 25.7753 -8.78608 26.7583 -7.13542 27.4243 -5.25904 28.0213 -3.23629 28.3026 -1.14905 28.4442 1.0962 28.2673 3.2943 27.9508 5.64418 27.2688 7.97977 26.5161 10.1468 12.4809 25.4448 1.2903 -15.4669 2.63697 -16.4526 4.05422 -17.5072 5.52578 -18.5694 7.10264 -19.3811 8.51912 -19.4536 10.1263 -19.5569 11.5692 -19.166 13.1329 -18.9692 14.6814 -18.5013 16.2569 -18.1697 17.7003 -17.4773 19.2954 -16.8543 20.7333 -16.1404 22.2589 -15.053 23.7234 -14.3306 25.0805 -12.8732 26.4192 -11.7546 27.5229 -9.88979 28.6552 -8.26775 29.4497 -6.05345 30.2018 -3.98843 30.5587 -1.50594 30.7704 0.884524 30.564 3.50066 30.2406 5.96761 29.5098 8.71055 28.6469 11.0097 13.6566 27.4712 1.35401 -16.8209 2.76808 -17.8666 4.25239 -18.9915 5.81893 -20.136 7.37953 -20.9417 8.93869 -21.0127 10.5596 -21.1778 12.086 -20.6925 13.7217 -20.6049 15.33 -20.1096 16.9015 -19.7412 18.5412 -19.1171 20.3015 -18.6146 21.9201 -17.7589 23.6143 -16.7472 25.1471 -15.8634 26.6785 -14.4046 28.1158 -13.1919 29.4824 -11.2564 30.7731 -9.55844 31.8047 -7.08504 32.7033 -4.88701 33.2067 -2.00933 33.5097 0.581462 33.3294 3.68097 32.9519 6.34511 32.1718 9.49062 31.1746 12.0069 14.9485 29.8827 1.41807 -18.2389 2.90026 -19.3488 4.45399 -20.5452 6.09327 -21.7752 7.69201 -22.5405 9.37274 -22.6935 10.9334 -22.7385 12.6041 -22.3632 14.2934 -22.2942 15.9627 -21.7789 17.6854 -21.4639 19.5263 -20.958 21.3763 -20.4646 23.0961 -19.4787 24.9202 -18.5714 26.6112 -17.5544 28.3932 -16.1865 30.0786 -14.8773 31.7698 -12.9476 33.2311 -11.0197 34.5026 -8.35653 35.4883 -5.8728 36.1413 -2.66231 36.4805 0.2423 36.3966 3.76483 35.9575 6.78425 35.1776 10.2705 34.0451 13.1395 16.3192 32.6744 1.4809 -19.7198 3.02898 -20.8969 4.66161 -22.1778 6.35157 -23.4652 8.00452 -24.1934 9.72167 -24.4106 11.3356 -24.3524 13.1337 -24.1613 14.8564 -24.0169 16.6307 -23.5532 18.5236 -23.3568 20.456 -22.8904 22.348 -22.3565 24.2613 -21.3921 26.2884 -20.5984 28.275 -19.541 30.3722 -18.2837 32.3493 -16.8544 34.2625 -14.8608 35.8598 -12.617 37.2837 -9.78043 38.308 -6.89716 39.0777 -3.43198 39.4299 -0.109916 39.4759 3.71884 39.0197 7.24046 38.2687 11.0215 37.0346 14.3735 17.745 35.6088 1.54139 -21.2612 3.15338 -22.5089 4.84836 -23.8728 6.58897 -25.2058 8.32115 -25.9256 10.0571 -26.1466 11.7511 -26.0463 13.6102 -26.0204 15.3861 -25.7928 17.3137 -25.4808 19.3205 -25.3635 21.3489 -24.9189 23.3599 -24.3675 25.4914 -23.5237 27.7435 -22.8505 30.0442 -21.8417 32.451 -20.6905 34.6947 -19.0981 36.7629 -16.9289 38.4913 -14.3454 39.9931 -11.2823 41.0397 -7.94375 41.8414 -4.23363 42.206 -0.474602 42.2896 3.63529 41.8774 7.65264 41.1664 11.7325 39.9299 15.6101 19.2201 38.4548 1.59791 -22.8591 3.26942 -24.1804 5.03175 -25.6352 6.82911 -27.0032 8.57555 -27.672 10.3356 -27.9066 12.1421 -27.8529 14.0448 -27.923 15.907 -27.6551 18.0125 -27.5863 20.1047 -27.4558 22.1784 -26.9926 24.3312 -26.5203 26.7054 -25.8979 29.2771 -25.4221 31.9393 -24.504 34.5996 -23.3508 37.0023 -21.5009 39.1364 -19.063 40.922 -16.131 42.3963 -12.7565 43.4466 -8.99412 44.2134 -5.00035 44.5458 -0.807051 44.604 3.57713 44.2275 8.02914 43.5608 12.3991 42.438 16.7329 20.671 40.987 1.64848 -24.5076 3.37383 -25.9057 5.18447 -27.4458 7.00208 -28.8208 8.81192 -29.4819 10.6162 -29.7109 12.4703 -29.7069 14.4142 -29.867 16.4404 -29.6813 18.6283 -29.7741 20.7377 -29.5652 22.9438 -29.1986 25.3474 -28.9238 28.0537 -28.6042 30.9509 -28.3193 33.8641 -27.4172 36.6159 -26.1026 39.0196 -23.9046 41.1113 -21.1547 42.824 -17.8437 44.1799 -14.1124 45.1607 -9.9749 45.8163 -5.65595 46.1048 -1.09551 46.1323 3.54961 45.7963 8.3651 45.1768 13.0187 44.1603 17.7494 22.0194 42.8119 1.69 -26.1976 3.45965 -27.6754 5.32055 -29.3067 7.16954 -30.6698 8.97482 -31.2872 10.79 -31.5261 12.7405 -31.6574 14.7288 -31.8553 16.8591 -31.8116 19.112 -32.027 21.3061 -31.7593 23.7152 -31.6078 26.4313 -31.64 29.4808 -31.6536 32.5821 -31.4206 35.5747 -30.4098 38.2536 -28.7815 40.5272 -26.1782 42.4538 -23.0813 43.9961 -19.386 45.2119 -15.3282 46.1062 -10.8693 46.7076 -6.25726 46.9612 -1.34912 46.9426 3.56812 46.6344 8.67336 46.0752 13.5779 45.1604 18.6642 23.2545 43.9253 1.7209 -27.9185 3.52455 -29.479 5.40215 -31.1843 7.2524 -32.52 9.08273 -33.1175 10.9407 -33.3841 12.9037 -33.6204 14.9333 -33.8848 17.1608 -34.0392 19.4321 -34.2982 21.7706 -34.0979 24.4805 -34.3176 27.5175 -34.677 30.7626 -34.8987 33.9149 -34.5729 36.8218 -33.3167 39.3071 -31.2669 41.3817 -28.2528 43.1196 -24.8192 44.499 -20.7655 45.6174 -16.4466 46.4644 -11.7162 47.0444 -6.83731 47.2865 -1.5912 47.2643 3.59031 46.9301 9.00756 46.3362 14.1718 45.432 19.5685 24.4341 44.2523 1.73745 -29.656 3.55895 -31.3005 5.45336 -33.0787 7.28475 -34.3514 9.08816 -34.9209 10.9593 -35.2552 12.9466 -35.6077 15.0139 -35.9522 17.2636 -36.2889 19.5922 -36.6268 22.1606 -36.6663 25.1397 -37.2967 28.3851 -37.9224 31.6735 -38.1871 34.7418 -37.6412 37.4404 -36.0153 39.6758 -33.5022 41.5574 -30.1344 43.1515 -26.4133 44.4829 -22.0969 45.6343 -17.5979 46.56 -12.6419 47.213 -7.49029 47.5051 -1.88331 47.4566 3.63879 47.0519 9.41225 46.3196 14.904 45.301 20.5871 25.6968 44.0383 1.73806 -31.394 3.56116 -33.1236 5.42327 -34.9408 7.23175 -36.1599 9.03443 -36.7236 10.8922 -37.113 12.849 -37.5645 14.9343 -38.0374 17.1982 -38.5528 19.5998 -39.0283 22.3861 -39.4526 25.5599 -40.4705 28.88 -41.2425 32.081 -41.3882 34.9223 -40.4825 37.3283 -38.4213 39.336 -35.51 41.1173 -31.9156 42.7239 -28.0199 44.2037 -23.5767 45.5773 -18.9716 46.7222 -13.7867 47.5396 -8.30776 47.9433 -2.28692 47.8826 3.69942 47.3554 9.93951 46.386 15.8734 45.1027 21.8705 27.2412 43.5583 1.71716 -33.1112 3.51853 -34.925 5.35434 -36.7766 7.09133 -37.8969 8.84472 -38.477 10.6917 -38.96 12.6341 -39.5069 14.7023 -40.1056 16.9621 -40.8126 19.4647 -41.5309 22.4119 -42.3999 25.6566 -43.7152 28.8839 -44.4698 31.8623 -44.3665 34.4023 -43.0224 36.5454 -40.5645 38.4369 -37.4015 40.2752 -33.754 42.0935 -29.8381 43.9348 -25.418 45.6834 -20.7203 47.1378 -15.2411 48.1717 -9.34163 48.7151 -2.83034 48.6499 3.76465 47.9586 10.6307 46.6985 17.1335 45.0563 23.5128 29.1778 43.1197 1.67358 -34.7848 3.42717 -36.6786 5.16683 -38.5163 6.85585 -39.5859 8.56719 -40.1883 10.3524 -40.7452 12.2513 -41.4058 14.2889 -42.1433 16.5436 -43.0673 19.1038 -44.091 22.1178 -45.414 25.2834 -46.8808 28.2936 -47.48 30.9633 -47.0363 33.2019 -45.261 35.1707 -42.5332 37.1026 -39.3333 39.1832 -35.8346 41.4186 -32.0736 43.772 -27.7714 45.9549 -22.9032 47.7484 -17.0346 49.0064 -10.5997 49.6466 -3.47057 49.5412 3.87009 48.6794 11.4926 47.122 18.6908 45.0721 25.5627 31.6048 42.645 1.60215 -36.3869 3.27504 -38.3515 4.91968 -40.1609 6.48082 -41.147 8.09888 -41.8064 9.83145 -42.4777 11.6711 -43.2454 13.6559 -44.1281 15.8639 -45.2753 18.4174 -46.6445 21.3482 -48.3447 24.2893 -49.8219 27.0034 -50.1942 29.3336 -49.3665 31.319 -47.2465 33.2501 -44.4643 35.399 -41.4823 37.885 -38.3206 40.6563 -34.8449 43.5058 -30.6209 46.0444 -25.4417 48.097 -19.0872 49.5085 -12.0112 50.1948 -4.15687 50.0087 4.05624 48.9588 12.5425 47.1245 20.525 44.7351 27.9521 34.4147 41.9253 1.49407 -37.881 3.06352 -39.9209 4.5541 -41.6515 5.99596 -42.5889 7.48723 -43.2977 9.08178 -44.0723 10.8111 -44.9748 12.7115 -46.0284 14.839 -47.4029 17.2842 -49.0897 20.0171 -51.0777 22.6482 -52.4529 24.9874 -52.5334 26.9828 -51.3618 28.8159 -49.0796 30.8375 -46.4858 33.3019 -43.9467 36.2419 -41.2606 39.4563 -38.0593 42.593 -33.7576 45.3085 -28.1572 47.4905 -21.2692 48.9651 -13.4858 49.6231 -4.81492 49.3636 4.31578 48.2051 13.701 46.1712 22.5589 43.4884 30.6349 37.5578 40.3453 1.37851 -39.2595 2.78729 -41.3297 4.1014 -42.9656 5.3491 -43.8366 6.66756 -44.6161 8.09771 -45.5024 9.67792 -46.555 11.4397 -47.7902 13.4319 -49.3951 15.7032 -51.361 18.1209 -53.4953 20.3528 -54.6849 22.3098 -54.4903 23.9943 -53.0464 25.7097 -50.7951 27.864 -48.64 30.615 -46.6978 33.8469 -44.4924 37.229 -41.4414 40.3946 -36.9232 43.1014 -30.864 45.2309 -23.3987 46.5975 -14.8523 47.1317 -5.3492 46.7929 4.65462 45.5437 14.9502 43.4169 24.6857 40.6766 33.3751 40.7373 37.4971 1.22118 -40.4807 2.44116 -42.5497 3.54859 -44.0731 4.60972 -44.8977 5.71474 -45.7211 6.9351 -46.7228 8.30915 -47.9291 9.88383 -49.3648 11.6628 -51.1741 13.638 -53.3362 15.6566 -55.514 17.4439 -56.4722 18.9867 -56.0331 20.3469 -54.4065 21.9483 -52.3965 24.149 -50.8407 26.9814 -49.5303 30.1993 -47.7103 33.4397 -44.6818 36.3639 -39.8474 38.7785 -33.2785 40.5692 -25.1895 41.6574 -15.9405 42.0594 -5.75122 41.7156 4.99842 40.4807 16.1851 38.4919 26.6745 35.9449 35.9222 43.7676 32.9146 1.02424 -41.5049 2.04167 -43.5671 2.92373 -44.9551 3.77259 -45.7466 4.64898 -46.5975 5.59941 -47.6732 6.70497 -49.0346 8.00426 -50.6641 9.48218 -52.652 11.0808 -54.9349 12.6161 -57.0493 13.915 -57.771 15.0135 -57.1316 16.0198 -55.4128 17.4372 -53.8139 19.4864 -52.8899 22.0825 -52.1263 24.9392 -50.567 27.6849 -47.4275 30.0175 -42.18 31.8721 -35.1331 33.2869 -26.6043 34.2045 -16.858 34.5552 -6.10193 34.1106 5.44306 32.8396 17.4561 31.0439 28.4702 28.7861 38.18 46.3925 26.1611 0.809294 -42.3142 1.58033 -44.3382 2.2305 -45.6053 2.83275 -46.3488 3.4669 -47.2317 4.13825 -48.3445 4.8759 -49.7723 5.77719 -51.5654 6.84252 -53.7173 7.99185 -56.0842 9.02157 -58.079 9.8499 -58.5994 10.455 -57.7368 11.0793 -56.0371 12.1393 -54.8738 13.7515 -54.5021 15.7699 -54.1448 17.9061 -52.7032 19.7854 -49.3068 21.314 -43.7086 22.6328 -36.452 23.7895 -27.761 24.4809 -17.5494 24.4401 -6.06121 23.7644 6.11885 22.7363 18.4842 21.3728 29.8337 19.6269 39.9259 48.463 17.5564 0.545091 -42.8593 1.04155 -44.8346 1.39816 -45.9619 1.7352 -46.6858 2.06725 -47.5637 2.41539 -48.6927 2.84442 -50.2013 3.35099 -52.072 3.94895 -54.3153 4.55515 -56.6904 4.98104 -58.5049 5.30449 -58.9228 5.40183 -57.8341 5.56622 -56.2015 6.06141 -55.369 6.96749 -55.4082 8.10592 -55.2832 9.19829 -53.7956 10.041 -50.1495 10.717 -44.3846 11.3496 -37.0846 11.8562 -28.2677 12.0364 -17.7295 11.7191 -5.74394 11.1016 6.73636 10.4031 19.1827 9.46897 30.7678 8.33085 41.0641 49.691 7.1029 0.267658 -43.127 0.390927 -44.9579 0.511279 -46.0823 0.49032 -46.6649 0.558918 -47.6323 0.593914 -48.7277 0.616588 -50.224 0.701843 -52.1572 0.792737 -54.4062 0.782322 -56.68 0.635912 -58.3585 0.360587 -58.6475 -0.0172678 -57.4563 -0.364528 -55.8543 -0.601578 -55.132 -0.688853 -55.3209 -0.698024 -55.274 -0.793785 -53.6998 -0.984208 -49.9591 -1.23808 -44.1307 -1.53696 -36.7857 -1.88245 -27.9222 -2.27486 -17.3371 -2.71916 -5.29964 -3.26475 7.28196 -3.72927 19.6472 -4.13199 31.1705 -4.45513 41.3872 49.9367 -4.70087 0.0530312 -43.18 -0.235631 -44.6692 -0.50537 -45.8125 -0.807465 -46.3628 -1.13865 -47.3011 -1.42231 -48.444 -1.75018 -49.8961 -2.15276 -51.7547 -2.61902 -53.9399 -3.17215 -56.1268 -3.84107 -57.6896 -4.60955 -57.879 -5.57736 -56.4884 -6.68751 -54.7441 -7.79558 -54.0239 -8.86328 -54.2532 -9.91999 -54.2173 -11.0207 -52.5991 -12.2202 -48.7596 -13.4668 -42.8841 -14.6968 -35.5557 -15.8562 -26.7629 -16.8732 -16.32 -17.7347 -4.43821 -18.314 7.86125 -18.5152 19.8485 -18.3952 31.0505 -18.09 41.082 49.3706 -17.5239 -0.342287 -42.8377 -0.824758 -44.1868 -1.49678 -45.1405 -2.12408 -45.7355 -2.82769 -46.5975 -3.55601 -47.7157 -4.31277 -49.1393 -5.1241 -50.9433 -6.03161 -53.0324 -7.10565 -55.0528 -8.32135 -56.4739 -9.67054 -56.5298 -11.2011 -54.9579 -12.9663 -52.979 -14.939 -52.0512 -17.051 -52.1412 -19.2 -52.0683 -21.3438 -50.4553 -23.5082 -46.5952 -25.6599 -40.7324 -27.7455 -33.4701 -29.6609 -24.8474 -31.2411 -14.7399 -32.3806 -3.2987 -32.8557 8.33635 -32.7727 19.7654 -32.1889 30.4667 -31.1408 40.0339 47.8819 -29.6521 -0.668928 -42.1688 -1.44306 -43.4126 -2.44112 -44.1425 -3.41599 -44.7606 -4.429 -45.5845 -5.54169 -46.603 -6.76048 -47.9206 -8.10473 -49.5991 -9.56155 -51.5756 -11.1355 -53.4789 -12.8083 -54.801 -14.582 -54.7562 -16.5508 -52.9891 -18.877 -50.6528 -21.6282 -49.2999 -24.7181 -49.0513 -27.9326 -48.8538 -31.0662 -47.3217 -34.0376 -43.6238 -36.8802 -37.8897 -39.5968 -30.7536 -42.0655 -22.3787 -44.0569 -12.7484 -45.3786 -1.977 -45.7833 8.74098 -45.4076 19.3898 -44.3086 29.3676 -42.5498 38.2751 45.6796 -40.3475 -0.973792 -41.195 -2.07831 -42.3081 -3.31941 -42.9014 -4.66105 -43.419 -6.07205 -44.1735 -7.5037 -45.1714 -9.05949 -46.3648 -10.8324 -47.8262 -12.8049 -49.6031 -14.8917 -51.392 -17.0538 -52.639 -19.2467 -52.5632 -21.5303 -50.7054 -24.2217 -47.9615 -27.5263 -45.9953 -31.4015 -45.1762 -35.557 -44.6983 -39.5898 -43.2889 -43.2732 -39.9405 -46.5862 -34.5767 -49.6262 -27.7136 -52.3331 -19.6717 -54.476 -10.6054 -55.7522 -0.700843 -56.1164 9.10522 -55.5512 18.8246 -54.1562 27.9726 -52.046 36.165 43.1291 -49.4956 -1.28881 -39.9062 -2.7305 -40.8664 -4.27933 -41.3525 -5.87017 -41.8281 -7.59416 -42.4495 -9.45615 -43.3094 -11.3631 -44.4579 -13.432 -45.7573 -15.7658 -47.2693 -18.3217 -48.8361 -20.9504 -50.0103 -23.4999 -50.0137 -25.9969 -48.2084 -28.8144 -45.144 -32.3638 -42.4459 -36.6962 -40.8438 -41.5617 -39.8328 -46.4126 -38.438 -50.795 -35.558 -54.54 -30.8317 -57.6877 -24.566 -60.2996 -17.0599 -62.2702 -8.63485 -63.4074 0.436423 -63.6257 9.32351 -62.9023 18.1012 -61.348 26.4183 -59.1125 33.9294 40.4388 -56.4222 -1.60912 -38.297 -3.36142 -39.1141 -5.19339 -39.5206 -7.07265 -39.9489 -9.01363 -40.5086 -11.1359 -41.1871 -13.4406 -42.1532 -15.8712 -43.3266 -18.5592 -44.5813 -21.4607 -45.9346 -24.4334 -47.0376 -27.2866 -47.1605 -29.9362 -45.5588 -32.6961 -42.3841 -36.1167 -39.0254 -40.4491 -36.5114 -45.5792 -34.7027 -50.9898 -33.0275 -56.0313 -30.5165 -60.3891 -26.4739 -63.9218 -21.0332 -66.5959 -14.3858 -68.4341 -6.79668 -69.269 1.27135 -69.1968 9.25131 -68.2975 17.2019 -66.7005 24.8214 -64.5085 31.7373 37.8525 -61.9222 -1.8694 -36.4276 -3.88134 -37.1022 -5.97816 -37.4237 -8.12789 -37.7991 -10.3619 -38.2746 -12.7005 -38.8485 -15.2467 -39.607 -17.9983 -40.5751 -20.9336 -41.646 -24.1535 -42.7147 -27.4835 -43.7076 -30.6464 -43.9975 -33.4301 -42.7751 -36.0237 -39.7905 -39.0153 -36.0337 -42.8529 -32.6738 -47.6477 -29.9079 -53.1355 -27.5396 -58.5554 -25.0966 -63.3401 -21.6892 -67.3287 -17.0446 -70.3302 -11.3843 -72.3473 -4.77959 -73.3662 2.29027 -73.5309 9.41597 -72.8392 16.5103 -71.3352 23.3174 -69.2355 29.6376 35.3656 -66.7486 -2.07183 -34.3558 -4.28251 -34.8915 -6.60651 -35.0997 -9.03988 -35.3658 -11.5169 -35.7976 -14.0768 -36.2886 -16.802 -36.8818 -19.7622 -37.6148 -22.9491 -38.4591 -26.4016 -39.2622 -30.0361 -40.0732 -33.5149 -40.5186 -36.5454 -39.7447 -39.0509 -37.285 -41.539 -33.5457 -44.525 -29.6877 -48.2838 -26.1491 -52.9872 -22.8363 -58.29 -19.7938 -63.3893 -16.5899 -67.7657 -12.6682 -71.1368 -8.01324 -73.2811 -2.63524 -74.4203 3.42941 -74.7676 9.76328 -74.3652 16.1079 -73.1584 22.1105 -71.241 27.7202 32.8009 -68.6762 -2.30129 -32.0545 -4.70708 -32.4857 -7.17312 -32.6337 -9.72573 -32.8132 -12.401 -33.1223 -15.1863 -33.5033 -18.1252 -33.9429 -21.2671 -34.473 -24.6252 -35.1009 -28.1922 -35.6952 -32.0236 -36.2418 -35.8616 -36.6806 -39.2218 -36.3844 -41.9094 -34.5974 -44.122 -31.3331 -46.4003 -27.4095 -48.993 -23.5563 -52.1096 -19.7197 -55.9443 -15.9591 -60.1609 -12.3733 -64.2249 -8.60412 -67.7624 -4.47576 -70.3043 -0.0934011 -72.075 5.20019 -72.777 10.4652 -72.3718 15.7026 -71.0308 20.7696 -68.8733 25.5626 30.0134 -66.0858 -2.51539 -29.5391 -5.11663 -29.8844 -7.72706 -30.0233 -10.385 -30.1552 -13.2049 -30.3024 -16.1833 -30.5248 -19.2134 -30.9128 -22.4026 -31.2838 -25.8621 -31.6415 -29.5525 -32.0048 -33.471 -32.3233 -37.5426 -32.609 -41.3421 -32.5849 -44.4268 -31.5127 -46.7198 -29.0401 -48.6842 -25.4451 -50.6463 -21.5943 -52.6243 -17.7416 -54.87 -13.7133 -57.4575 -9.78584 -60.1183 -5.94328 -62.589 -2.00507 -64.7808 2.09833 -66.0477 6.46714 -66.552 10.9695 -66.2961 15.4467 -65.336 19.8096 -63.7086 23.9352 27.848 -61.5432 -2.63843 -26.9007 -5.3877 -27.1352 -8.21027 -27.2007 -11.0664 -27.299 -13.9039 -27.465 -16.8281 -27.6006 -19.9828 -27.7581 -23.2929 -27.9737 -26.7576 -28.1767 -30.4728 -28.2895 -34.4278 -28.3683 -38.5941 -28.4427 -42.7687 -28.4103 -46.3927 -27.8887 -49.149 -26.2838 -51.1463 -23.4478 -52.8789 -19.8617 -54.4411 -16.1794 -55.8101 -12.3443 -57.2655 -8.3304 -58.7896 -4.41918 -60.1835 -0.611178 -61.4652 3.37997 -62.3335 7.33544 -62.6867 11.3228 -62.5325 15.2925 -61.9144 19.1915 -60.9365 22.9573 26.566 -59.6545 -2.7116 -24.1891 -5.48305 -24.3637 -8.30485 -24.3789 -11.2197 -24.3842 -14.2354 -24.4492 -17.3351 -24.5009 -20.5295 -24.5637 -23.855 -24.6482 -27.3258 -24.706 -30.9914 -24.6239 -34.8894 -24.4704 -39.033 -24.2992 -43.3332 -24.11 -47.487 -23.7349 -50.9611 -22.8097 -53.487 -20.9219 -55.3427 -18.006 -56.9183 -14.6038 -58.1483 -11.1143 -59.0885 -7.39024 -59.9588 -3.5488 -60.8548 0.284823 -61.5745 4.09963 -62.0904 7.85135 -62.3421 11.5745 -62.3185 15.2689 -62.0179 18.891 -61.4978 22.4372 25.8556 -60.7874 -2.85149 -21.3376 -5.75075 -21.4645 -8.64218 -21.4875 -11.5627 -21.4637 -14.5749 -21.437 -17.6689 -21.4069 -20.8285 -21.4041 -24.1332 -21.3435 -27.5957 -21.2435 -31.1656 -21.054 -34.9403 -20.6956 -38.9436 -20.2959 -43.1561 -19.8975 -47.5055 -19.3856 -51.6213 -18.6939 -55.0137 -17.5295 -57.4845 -15.5352 -59.3547 -12.7336 -60.9282 -9.54084 -62.1439 -6.17455 -63.0487 -2.64398 -63.7027 0.938852 -64.1022 4.49912 -64.3684 8.11751 -64.5402 11.7463 -64.6378 15.3665 -64.6995 18.9527 -64.8047 22.5424 26.0952 -65.0443 -2.84487 -18.4928 -5.73818 -18.5711 -8.67406 -18.5516 -11.655 -18.4828 -14.6543 -18.4377 -17.7265 -18.3348 -20.9195 -18.2111 -24.1855 -18.0775 -27.5425 -17.8865 -31.0419 -17.5547 -34.6491 -17.0884 -38.4381 -16.5069 -42.4424 -15.8932 -46.6076 -15.2203 -50.8959 -14.4056 -54.9833 -13.4422 -58.408 -12.1105 -60.996 -10.1455 -62.962 -7.57492 -64.5911 -4.54541 -66.0034 -1.23167 -67.1426 2.078 -68.1089 5.46544 -68.9184 8.92702 -69.57 12.3979 -70.1176 15.9141 -70.6041 19.4392 -71.0106 22.9489 26.4265 -71.3419 -2.87589 -15.6169 -5.77835 -15.6687 -8.68378 -15.6462 -11.6241 -15.5424 -14.6282 -15.4336 -17.6827 -15.2803 -20.789 -15.1048 -23.9889 -14.8776 -27.2788 -14.5965 -30.6338 -14.1997 -34.0908 -13.6313 -37.6617 -12.9361 -41.3661 -12.1887 -45.2207 -11.3658 -49.2092 -10.417 -53.3044 -9.34707 -57.284 -8.13088 -60.8069 -6.62266 -63.6488 -4.73301 -65.816 -2.37817 -67.5252 0.477497 -68.9636 3.51645 -70.188 6.68979 -71.2319 9.97099 -72.1105 13.2765 -72.8109 16.6145 -73.3449 19.9731 -73.7014 23.3054 26.6207 -73.8956 -2.84803 -12.7688 -5.72037 -12.7964 -8.6055 -12.761 -11.5151 -12.6328 -14.457 -12.4917 -17.445 -12.2922 -20.4926 -12.0572 -23.5994 -11.7708 -26.7705 -11.4254 -30.0017 -10.9685 -33.2823 -10.3506 -36.638 -9.58046 -40.0879 -8.73885 -43.6082 -7.84545 -47.1971 -6.82809 -50.8674 -5.67678 -54.5814 -4.41692 -58.243 -2.961 -61.6926 -1.28343 -64.7438 0.673028 -67.2053 2.93903 -69.177 5.48811 -70.7332 8.24598 -71.9503 11.1881 -72.9186 14.2447 -73.6512 17.3471 -74.1489 20.4708 -74.4276 23.5841 26.6943 -74.5012 -2.8023 -9.96653 -5.62334 -9.97531 -8.4489 -9.93548 -11.2954 -9.78635 -14.1726 -9.61447 -17.0815 -9.38341 -20.0318 -9.10685 -23.0306 -8.77212 -26.0775 -8.37842 -29.1618 -7.88429 -32.2719 -7.24051 -35.4166 -6.43575 -38.6155 -5.53996 -41.8527 -4.60824 -45.0978 -3.58294 -48.3561 -2.41852 -51.6037 -1.16931 -54.8054 0.240662 -57.9778 1.88902 -61.0133 3.7085 -63.7882 5.71396 -66.2393 7.93917 -68.3204 10.3271 -69.9959 12.8636 -71.2861 15.5349 -72.1826 18.2436 -72.6692 20.9574 -72.7343 23.6492 26.3459 -72.3859 -2.73094 -7.23559 -5.48151 -7.22475 -8.23396 -7.18303 -10.9984 -7.02195 -13.7869 -6.82592 -16.5975 -6.57282 -19.4396 -6.26474 -22.3128 -5.89891 -25.22 -5.47124 -28.1515 -4.95279 -31.0868 -4.30517 -34.0248 -3.49776 -36.9856 -2.57924 -39.9652 -1.62858 -42.913 -0.635156 -45.8489 0.517367 -48.7744 1.7562 -51.6081 3.07433 -54.2927 4.57367 -56.8502 6.26599 -59.2261 8.08986 -61.3634 10.0765 -63.2469 12.2105 -64.7992 14.416 -65.971 16.7067 -66.7856 19.0582 -67.2232 21.395 -67.2677 23.6937 26.0211 -66.9429 -2.63921 -4.59639 -5.30124 -4.56271 -7.96509 -4.51918 -10.6327 -4.3543 -13.3194 -4.13923 -16.0185 -3.8738 -18.7365 -3.5467 -21.4735 -3.16192 -24.2316 -2.71309 -27.0011 -2.18332 -29.7635 -1.54279 -32.4989 -0.762365 -35.2328 0.154654 -37.9819 1.12051 -40.7117 2.09463 -43.3574 3.16306 -45.9486 4.34745 -48.4672 5.59291 -50.8318 6.93833 -53.0323 8.46649 -55.0745 10.132 -56.8942 11.8963 -58.4749 13.7912 -59.8251 15.7662 -60.8803 17.7619 -61.6103 19.7882 -62.0333 21.818 -62.15 23.8105 25.8336 -61.9625 -2.52881 -2.06758 -5.08629 -2.00523 -7.64756 -1.95792 -10.2096 -1.79221 -12.7833 -1.56561 -15.362 -1.29504 -17.9522 -0.956567 -20.5468 -0.567254 -23.1433 -0.116611 -25.7585 0.431845 -28.355 1.05373 -30.9201 1.80279 -33.4468 2.6813 -35.9528 3.62656 -38.4321 4.57389 -40.8315 5.56248 -43.1438 6.65975 -45.3866 7.83572 -47.504 9.05567 -49.436 10.3985 -51.2066 11.9026 -52.8097 13.4994 -54.1882 15.1697 -55.3454 16.9234 -56.29 18.7065 -56.9844 20.4825 -57.4167 22.2504 -57.5969 23.9907 25.7633 -57.5266 -2.40136 0.333787 -4.84422 0.437626 -7.29976 0.497618 -9.74466 0.652698 -12.1997 0.889382 -14.655 1.16032 -17.1119 1.50037 -19.5721 1.89287 -22.0378 2.34912 -24.4787 2.87275 -26.899 3.474 -29.2768 4.18059 -31.6026 5.00712 -33.8918 5.91579 -36.1507 6.83278 -38.3364 7.74814 -40.4124 8.73574 -42.4024 9.82571 -44.3074 10.9607 -46.0548 12.146 -47.6145 13.4622 -49.0239 14.9088 -50.273 16.4188 -51.3233 17.9737 -52.1809 19.5641 -52.8517 21.1533 -53.3223 22.721 -53.5906 24.259 25.8244 -53.6517 -2.26721 2.60099 -4.58453 2.75495 -6.92904 2.84213 -9.25713 2.9808 -11.5907 3.22292 -13.9171 3.48671 -16.24 3.82328 -18.5552 4.20808 -20.8611 4.65501 -23.1488 5.16047 -25.4083 5.73352 -27.6196 6.39189 -29.7668 7.15431 -31.8581 8.00712 -33.9131 8.88775 -35.9132 9.74821 -37.8061 10.6286 -39.5841 11.6037 -41.285 12.6617 -42.889 13.7499 -44.3265 14.8998 -45.5909 16.1731 -46.7206 17.5485 -47.7118 18.9649 -48.5408 20.3932 -49.2061 21.8185 -49.7111 23.226 -50.0587 24.6066 26.0076 -50.2418 -2.12718 4.72818 -4.31238 4.94015 -6.53976 5.0695 -8.74909 5.19013 -10.9591 5.43289 -13.1582 5.68584 -15.3477 6.01273 -17.5229 6.38335 -19.6812 6.81325 -21.8171 7.29643 -23.9222 7.83858 -25.9797 8.44939 -27.9706 9.14519 -29.8917 9.92828 -31.7634 10.7594 -33.5937 11.5786 -35.344 12.3789 -36.9715 13.2313 -38.4964 14.1865 -39.9543 15.2078 -41.3116 16.257 -42.5104 17.372 -43.5548 18.5929 -44.481 19.8911 -45.2944 21.2066 -45.9769 22.501 -46.5156 23.7647 -46.9102 25.0011 26.2576 -47.1602 -1.98552 6.71369 -4.03488 6.98951 -6.14104 7.17566 -8.23295 7.28204 -10.3195 7.51949 -12.3934 7.75966 -14.4529 8.07229 -16.4943 8.42469 -18.5138 8.83275 -20.507 9.28961 -22.4673 9.79889 -24.3824 10.3646 -26.2349 10.9977 -28.0134 11.7068 -29.7289 12.4748 -31.4031 13.2528 -33.0267 14.0025 -34.5521 14.7567 -35.9569 15.5914 -37.2773 16.5282 -38.539 17.5188 -39.7027 18.5357 -40.72 19.6102 -41.5963 20.7673 -42.3653 21.9756 -43.0385 23.1742 -43.5987 24.3249 -44.0254 25.4279 26.5393 -44.3071 -1.84627 8.55996 -3.75946 8.90271 -5.74148 9.15768 -7.71844 9.259 -9.68365 9.48469 -11.6355 9.71156 -13.5702 10.0069 -15.4842 10.3388 -17.3737 10.7222 -19.2343 11.1503 -21.0609 11.6255 -22.845 12.1486 -24.5727 12.7255 -26.2304 13.3644 -27.8178 14.0623 -29.3548 14.7898 -30.8554 15.503 -32.294 16.1954 -33.6265 16.9238 -34.8495 17.7512 -36.0038 18.673 -37.1039 19.6358 -38.1082 20.6146 -38.9732 21.6323 -39.7023 22.7047 -40.3274 23.7993 -40.8635 24.8611 -41.2976 25.862 26.8462 -41.6045 -1.71537 10.2753 -3.49291 10.6802 -5.34587 11.0106 -7.21117 11.1243 -9.05936 11.3329 -10.894 11.5462 -12.7097 11.8227 -14.5038 12.1328 -16.2719 12.4903 -18.0101 12.8885 -19.714 13.3294 -21.3775 13.8121 -22.9912 14.3391 -24.5425 14.9158 -26.0247 15.5445 -27.4476 16.2127 -28.832 16.8874 -30.1788 17.5422 -31.4531 18.198 -32.6198 18.918 -33.6895 19.7427 -34.6996 20.6459 -35.655 21.57 -36.5135 22.4908 -37.2352 23.4264 -37.8236 24.3877 -38.3098 25.3472 -38.7139 26.2661 27.1599 -39.0276 -1.59203 11.8674 -3.23861 12.3268 -4.95919 12.7312 -6.71656 12.8817 -8.45176 13.0681 -10.1751 13.2695 -11.8787 13.5262 -13.5601 13.8142 -15.2153 14.1455 -16.8406 14.5138 -18.4321 14.9209 -19.9852 15.3653 -21.4936 15.8475 -22.9479 16.3701 -24.3395 16.936 -25.669 17.5422 -26.9516 18.17 -28.2022 18.7928 -29.4086 19.4044 -30.5332 20.0426 -31.5523 20.7618 -32.4837 21.5773 -33.3595 22.4457 -34.1773 23.3086 -34.8969 24.1461 -35.4853 24.976 -35.9485 25.8104 -36.3185 26.6361 27.4586 -36.6172 -1.47467 13.342 -2.99729 13.8494 -4.58684 14.3208 -6.23954 14.5344 -7.86647 14.695 -9.48461 14.8877 -11.0822 15.1238 -12.6581 15.3902 -14.2082 15.6955 -15.7292 16.0347 -17.2174 16.4092 -18.6694 16.8173 -20.0806 17.2587 -21.4444 17.734 -22.7535 18.245 -24.0035 18.7922 -25.2011 19.3676 -26.3611 19.9528 -27.4886 20.5319 -28.5621 21.1161 -29.5467 21.7464 -30.4295 22.46 -31.2324 23.2486 -31.982 24.0582 -32.6723 24.8364 -33.269 25.5728 -33.7482 26.2896 -34.1193 27.0072 27.7498 -34.4105 -1.36386 14.7059 -2.76979 15.2554 -4.23289 15.7839 -5.78059 16.0821 -7.30733 16.2218 -8.82575 16.4061 -10.3237 16.6217 -11.8008 16.8673 -13.2529 17.1476 -14.6772 17.459 -16.0703 17.8023 -17.4293 18.1763 -18.7506 18.5799 -20.0297 19.0131 -21.2611 19.4764 -22.4395 19.9706 -23.5651 20.4932 -24.6467 21.0344 -25.6947 21.58 -26.7044 22.1258 -27.65 22.692 -28.5033 23.3133 -29.2613 24.0066 -29.9485 24.7455 -30.587 25.4749 -31.1701 26.1558 -31.6716 26.7911 -32.0755 27.4111 28.0632 -32.3889 -1.25982 15.9657 -2.55694 16.5525 -3.9016 17.1285 -5.34247 17.5229 -6.77646 17.6557 -8.20035 17.83 -9.60475 18.0261 -10.9893 18.2519 -12.3501 18.5084 -13.6845 18.7935 -14.9897 19.1075 -16.2628 19.4493 -17.501 19.8181 -18.701 20.2132 -19.8588 20.6343 -20.9699 21.0817 -22.0316 21.5549 -23.0467 22.0496 -24.0234 22.5566 -24.9654 23.0678 -25.8613 23.5878 -26.6858 24.1379 -27.42 24.7408 -28.0698 25.3952 -28.6605 26.0656 -29.2103 26.7055 -29.713 27.2938 -30.1488 27.8469 28.4174 -30.5029 -1.16258 17.1283 -2.35898 17.7489 -3.59637 18.3659 -4.92829 18.8549 -6.27531 19.0028 -7.60969 19.1644 -8.9263 19.3427 -10.224 19.5496 -11.4995 19.7838 -12.7503 20.0443 -13.9737 20.3309 -15.1673 20.6429 -16.3286 20.9794 -17.455 21.3395 -18.5434 21.7227 -19.5904 22.1287 -20.5928 22.5573 -21.55 23.0068 -22.4658 23.4723 -23.3451 23.9472 -24.1862 24.4289 -24.9745 24.9262 -25.6894 25.4557 -26.3218 26.0276 -26.8843 26.6282 -27.401 27.2222 -27.8854 27.7782 -28.3311 28.2926 28.8046 -28.7183 -1.07342 18.2017 -2.17722 18.8527 -3.31812 19.5068 -4.53888 20.0756 -5.8034 20.2673 -7.05347 20.4144 -8.28785 20.5771 -9.5043 20.766 -10.7001 20.9796 -11.8729 21.2172 -13.0204 21.4784 -14.1402 21.7628 -15.2301 22.0693 -16.288 22.3974 -17.3114 22.7461 -18.2976 23.115 -19.244 23.5036 -20.1485 23.9113 -21.0119 24.3357 -21.8371 24.7724 -22.6258 25.2176 -23.3724 25.6728 -24.063 26.1464 -24.6839 26.6485 -25.2345 27.1788 -25.731 27.7187 -26.1933 28.2405 -26.6295 28.7288 29.2038 -27.0287 -0.991592 19.1933 -2.00986 19.871 -3.05945 20.5564 -4.17271 21.1889 -5.35923 21.4538 -6.53058 21.5858 -7.68807 21.7346 -8.82868 21.9067 -9.95018 22.1011 -11.0504 22.3174 -12.1272 22.5552 -13.1784 22.814 -14.2021 23.093 -15.1962 23.3915 -16.1589 23.7087 -17.088 24.0441 -17.9813 24.3969 -18.8366 24.7667 -19.6532 25.1523 -20.4319 25.5511 -21.1744 25.96 -21.8794 26.3779 -22.5404 26.8073 -23.1463 27.2544 -23.6904 27.7229 -24.1782 28.2065 -24.6253 28.6876 -25.0459 29.1494 29.5978 -25.44 -0.916317 20.1096 -1.85582 20.8105 -2.82146 21.522 -3.8344 22.2018 -4.94224 22.5617 -6.0402 22.6837 -7.12597 22.8204 -8.1958 22.9765 -9.24798 23.1532 -10.2805 23.35 -11.2915 23.5661 -12.2789 23.8014 -13.2409 24.055 -14.1758 24.3264 -15.0819 24.6149 -15.9576 24.9197 -16.8008 25.2401 -17.6098 25.5757 -18.3833 25.9257 -19.1209 26.2887 -19.8232 26.6624 -20.4904 27.0451 -21.1199 27.4369 -21.7057 27.8401 -22.2408 28.258 -22.724 28.6898 -23.1634 29.127 -23.5713 29.5573 29.9803 -23.9538 -0.846957 20.9566 -1.71375 21.6773 -2.60237 22.4107 -3.52489 23.1243 -4.55138 23.5881 -5.5818 23.7141 -6.60033 23.8389 -7.60413 23.9803 -8.59164 24.1408 -9.56104 24.3194 -10.5106 24.5157 -11.4385 24.7293 -12.3431 24.9596 -13.2229 25.2062 -14.0764 25.4684 -14.902 25.7453 -15.6983 26.0364 -16.4637 26.3411 -17.1968 26.6588 -17.8968 26.9887 -18.5635 27.3291 -19.1971 27.6786 -19.7966 28.0364 -20.3593 28.4029 -20.8807 28.7794 -21.3577 29.1667 -21.7924 29.5617 -22.1923 29.9572 30.3521 -22.5641 -0.782684 21.7393 -1.58223 22.4768 -2.40048 23.2289 -3.24563 23.9695 -4.18889 24.5314 -5.15495 24.6802 -6.11018 24.7941 -7.05217 24.9223 -7.97921 25.0678 -8.88964 25.2298 -9.78185 25.4079 -10.6543 25.6017 -11.5054 25.8108 -12.3338 26.0346 -13.1381 26.2727 -13.9171 26.5243 -14.6694 26.7888 -15.3938 27.0655 -16.0889 27.3539 -16.7538 27.6536 -17.3879 27.9633 -17.9912 28.2818 -18.5631 28.6083 -19.1024 28.9422 -19.607 29.2839 -20.074 29.6338 -20.5031 29.9908 -20.8975 30.3516 30.7163 -21.2616 -0.72316 22.4624 -1.46081 23.2145 -2.21526 23.9834 -2.99238 24.7466 -3.85075 25.3898 -4.75776 25.5872 -5.65402 25.6904 -6.53819 25.8064 -7.40865 25.9383 -8.26394 26.0851 -9.10259 26.2465 -9.92319 26.4223 -10.7244 26.6119 -11.5048 26.815 -12.2632 27.0311 -12.9985 27.2596 -13.7096 27.4998 -14.3953 27.7512 -15.0547 28.0133 -15.6865 28.2854 -16.2902 28.567 -16.8655 28.8571 -17.4119 29.1547 -17.9289 29.4592 -18.4153 29.7703 -18.8695 30.088 -19.2906 30.4119 -19.6793 30.7403 31.0746 -20.0376 -0.668464 23.1309 -1.34952 23.8955 -2.04585 24.6797 -2.76137 25.4621 -3.53822 26.1666 -4.38816 26.4372 -5.22944 26.5317 -6.05982 26.6368 -6.87753 26.756 -7.68136 26.8889 -8.47 27.0352 -9.24217 27.1945 -9.99663 27.3664 -10.7322 27.5506 -11.4477 27.7466 -12.1421 27.954 -12.8145 28.1722 -13.464 28.4007 -14.0895 28.6388 -14.6901 28.886 -15.2651 29.142 -15.8141 29.4061 -16.3366 29.6773 -16.8324 29.9549 -17.3006 30.2386 -17.7405 30.5279 -18.1513 30.8227 -18.5329 31.1219 31.4273 -18.8856 -0.618441 23.7493 -1.24774 24.5248 -1.89061 25.3226 -2.54992 26.1214 -3.25189 26.8686 -4.04487 27.2301 -4.83503 27.3218 -5.61509 27.4169 -6.38358 27.5245 -7.13938 27.6447 -7.88131 27.7771 -8.60822 27.9214 -9.319 28.0772 -10.0126 28.2442 -10.6879 28.422 -11.344 28.6102 -11.9801 28.8083 -12.5953 29.0159 -13.1888 29.2323 -13.7598 29.4571 -14.3076 29.6898 -14.8316 29.9301 -15.3315 30.1772 -15.807 30.4304 -16.2575 30.6891 -16.6826 30.953 -17.0817 31.2218 -17.4547 31.4948 31.7738 -17.8012 -0.572395 24.3217 -1.15412 25.1065 -1.74749 25.9159 -2.355 26.7289 -2.99361 27.5072 -3.72854 27.9651 -4.47011 28.0634 -5.20279 28.1496 -5.92509 28.2468 -6.63587 28.3555 -7.33404 28.4753 -8.01856 28.6059 -8.6884 28.747 -9.3426 28.8984 -9.98023 29.0596 -10.6004 29.2303 -11.2023 29.4102 -11.7852 29.5988 -12.3485 29.7955 -12.8914 30 -13.4132 30.2117 -13.9135 30.4303 -14.3917 30.6554 -14.8476 30.8863 -15.2809 31.1225 -15.6912 31.3633 -16.078 31.6086 -16.4413 31.8581 32.113 -16.7805 -0.530165 24.8519 -1.06838 25.6448 -1.61677 26.4643 -2.17796 27.2901 -2.76193 28.0912 -3.43443 28.6376 -4.13174 28.7607 -4.82059 28.8384 -5.49983 28.926 -6.16851 29.0242 -6.8257 29.1324 -7.47047 29.2507 -8.10192 29.3785 -8.71917 29.5156 -9.32137 29.6618 -9.90771 29.8167 -10.4775 29.98 -11.0299 30.1513 -11.5645 30.3301 -12.0807 30.5161 -12.5778 30.7088 -13.0553 30.9078 -13.5127 31.1128 -13.9497 31.3233 -14.3662 31.539 -14.7618 31.7589 -15.1362 31.983 -15.4892 32.211 32.4441 -15.8203 -0.4915 25.3434 -0.98995 26.1432 -1.49725 26.9716 -2.01607 27.8089 -2.55196 28.6271 -3.16434 29.2499 -3.81946 29.4158 -4.46696 29.4859 -5.10578 29.5648 -5.73501 29.6534 -6.3538 29.7512 -6.96131 29.8582 -7.55672 29.9739 -8.13924 30.0981 -8.70811 30.2307 -9.2626 30.3712 -9.80202 30.5194 -10.3257 30.675 -10.8332 30.8376 -11.3239 31.0068 -11.7973 31.1822 -12.253 31.3634 -12.6904 31.5502 -13.1093 31.7422 -13.5093 31.939 -13.8905 32.1401 -14.2523 32.3449 -14.5947 32.5533 32.7666 -14.9171 -0.456019 25.7994 -0.918018 26.6052 -1.3877 27.4413 -1.86762 28.2889 -2.36075 29.1202 -2.91715 29.8063 -3.5316 30.0303 -4.14023 30.0945 -4.74108 30.1657 -5.33327 30.2456 -5.91601 30.334 -6.48853 30.4307 -7.05008 30.5354 -7.59995 30.648 -8.13745 30.7681 -8.6619 30.8956 -9.17269 31.0302 -9.66921 31.1715 -10.1509 31.3193 -10.6174 31.4733 -11.0683 31.6331 -11.503 31.7982 -11.9212 31.9684 -12.3225 32.1434 -12.7065 32.3231 -13.0733 32.5069 -13.4227 32.6942 -13.7543 32.8849 33.08 -14.0677 -0.42338 26.2228 -0.851898 27.0337 -1.28707 27.8765 -1.73113 28.7329 -2.18586 29.5749 -2.69121 30.3117 -3.2661 30.6052 -3.83841 30.6668 -4.40368 30.731 -4.96113 30.8031 -5.51004 30.8829 -6.0497 30.9703 -6.57943 31.0652 -7.09858 31.1671 -7.60652 31.2761 -8.10264 31.3917 -8.58637 31.5139 -9.05716 31.6423 -9.51451 31.7767 -9.95798 31.9168 -10.3872 32.0623 -10.8018 32.2128 -11.2015 32.368 -11.5857 32.5277 -11.9543 32.6917 -12.3071 32.8596 -12.6439 33.0311 -12.9646 33.2056 33.3842 -13.2688 -0.393305 26.6161 -0.791028 27.4314 -1.19449 28.2799 -1.60557 29.144 -2.02607 29.9954 -2.48644 30.7721 -3.02145 31.1402 -3.55972 31.2051 -4.09164 31.2629 -4.61653 31.3279 -5.1337 31.4001 -5.64251 31.4791 -6.14233 31.565 -6.63256 31.6574 -7.11264 31.7562 -7.58201 31.8611 -8.04015 31.972 -8.48656 32.0887 -8.92076 32.2109 -9.34235 32.3384 -9.75097 32.4709 -10.1463 32.6082 -10.528 32.7498 -10.8958 32.8955 -11.2493 33.0452 -11.5884 33.1987 -11.9129 33.3556 -12.2227 33.5154 33.6789 -12.5174 -0.365634 26.9817 -0.735074 27.8009 -1.1095 28.6544 -1.49064 29.5252 -1.88106 30.3859 -2.30111 31.1921 -2.79549 31.6346 -3.3022 31.7118 -3.80305 31.7637 -4.29748 31.8224 -4.78491 31.8875 -5.26475 31.959 -5.73645 32.0367 -6.19946 32.1204 -6.65327 32.21 -7.09738 32.3052 -7.53131 32.406 -7.95461 32.512 -8.36684 32.6231 -8.7676 32.7391 -9.15655 32.8599 -9.5334 32.985 -9.8979 33.1143 -10.2497 33.2473 -10.5886 33.384 -10.9142 33.5243 -11.2265 33.6679 -11.5255 33.8143 33.9642 -11.8107 -0.340205 27.3219 -0.683712 28.1444 -1.03161 29.0023 -1.38558 29.8791 -1.74854 30.7488 -2.13243 31.576 -2.58791 32.0901 -3.06484 32.1887 -3.53646 32.2353 -4.00229 32.2882 -4.46177 32.347 -4.91438 32.4116 -5.35962 32.4819 -5.797 32.5578 -6.22603 32.639 -6.64627 32.7255 -7.05729 32.817 -7.45868 32.9134 -7.85003 33.0145 -8.23096 33.1201 -8.60115 33.23 -8.9603 33.3442 -9.3082 33.4622 -9.64462 33.5837 -9.96926 33.7087 -10.2818 33.8369 -10.5822 33.9682 -10.8703 34.1024 34.2398 -11.1459 -0.316849 27.6388 -0.636589 28.4641 -0.960242 29.3259 -1.28938 30.2083 -1.62681 31.0863 -1.97909 31.9283 -2.39753 32.5085 -2.84627 32.6375 -3.29041 32.6795 -3.72933 32.7271 -4.16252 32.7802 -4.58952 32.8386 -5.00984 32.9022 -5.42304 32.971 -5.8287 33.0447 -6.22639 33.1232 -6.61572 33.2063 -6.99632 33.294 -7.36782 33.386 -7.72987 33.4821 -8.08215 33.5823 -8.42438 33.6864 -8.75634 33.7941 -9.07784 33.9052 -9.38866 34.0195 -9.68852 34.1367 -9.9772 34.2569 -10.2546 34.3799 34.5058 -10.5207 -0.295388 27.9342 -0.593322 28.7621 -0.894751 29.6273 -1.20109 30.5146 -1.51491 31.4001 -1.8397 32.2531 -2.22316 32.892 -2.64506 33.0594 -3.06337 33.0978 -3.47698 33.1407 -3.88545 33.1886 -4.28832 33.2415 -4.68517 33.2991 -5.07559 33.3614 -5.45917 33.4282 -5.83554 33.4995 -6.20434 33.5751 -6.56522 33.6548 -6.91785 33.7386 -7.26191 33.8262 -7.5971 33.9175 -7.92314 34.0124 -8.2398 34.1108 -8.54693 34.2124 -8.84434 34.3169 -9.1318 34.4242 -9.40907 34.5342 -9.67602 34.6468 34.7623 -9.93253 -0.275641 28.2098 -0.553532 29.04 -0.834543 29.9084 -1.11993 30.8 -1.41196 31.6921 -1.71268 32.5538 -2.06376 33.2431 -2.4598 33.4554 -2.85385 33.4918 -3.24369 33.5306 -3.6289 33.5738 -4.00907 33.6216 -4.3838 33.6738 -4.75273 33.7303 -5.11547 33.791 -5.47169 33.8557 -5.82105 33.9245 -6.16322 33.997 -6.49792 34.0733 -6.82484 34.1531 -7.14371 34.2364 -7.45426 34.323 -7.75626 34.4128 -8.04955 34.5057 -8.33398 34.6013 -8.60937 34.6996 -8.87549 34.8003 -9.13216 34.9035 35.0094 -9.37926 -0.257443 28.4673 -0.516882 29.2994 -0.779104 30.1706 -1.04522 31.0661 -1.31718 31.9641 -1.59664 32.8332 -1.9183 33.5647 -2.28909 33.8262 -2.66042 33.8632 -3.02794 33.8981 -3.3913 33.9372 -3.75011 33.9804 -4.10402 34.0277 -4.45268 34.079 -4.79575 34.1341 -5.13291 34.1929 -5.46386 34.2554 -5.7883 34.3215 -6.10595 34.3909 -6.41655 34.4637 -6.71984 34.5397 -7.01558 34.6187 -7.30353 34.7007 -7.58351 34.7856 -7.8554 34.8732 -8.11906 34.9632 -8.3743 35.0555 -8.62091 35.1501 35.2472 -8.85874 -0.240658 28.7079 -0.483092 29.5418 -0.728012 30.4155 -0.976403 31.3145 -1.22997 32.2176 -1.49043 33.0937 -1.78538 33.8597 -2.13176 34.1726 -2.48179 34.2132 -2.82837 34.2447 -3.1712 34.28 -3.50992 34.3192 -3.84422 34.362 -4.17377 34.4085 -4.49827 34.4586 -4.81742 34.5121 -5.13094 34.5689 -5.43856 34.6291 -5.74002 34.6924 -6.03509 34.7588 -6.32351 34.8281 -6.60507 34.9003 -6.87955 34.9752 -7.14676 35.0529 -7.40657 35.133 -7.65886 35.2155 -7.90349 35.3002 -8.14027 35.3869 35.476 -8.369 -0.225163 28.9331 -0.451915 29.7686 -0.680896 30.6445 -0.912988 31.5466 -1.1497 32.4544 -1.39293 33.3369 -1.66374 34.1305 -1.98687 34.4957 -2.31688 34.5432 -2.64377 34.5716 -2.96728 34.6035 -3.2871 34.639 -3.60292 34.6778 -3.91445 34.72 -4.22141 34.7655 -4.52354 34.8142 -4.82056 34.866 -5.11223 34.9208 -5.39831 34.9785 -5.67859 35.039 -5.95283 35.1023 -6.22084 35.1683 -6.48241 35.2368 -6.73735 35.3078 -6.98553 35.3812 -7.22683 35.4568 -7.46115 35.5345 -7.68832 35.6141 35.6958 -7.90813 -0.210846 29.1439 -0.423124 29.9809 -0.637409 30.8588 -0.854501 31.7637 -1.07576 32.6756 -1.30328 33.5645 -1.55239 34.3796 -1.85342 34.7967 -2.16459 34.8544 -2.47298 34.88 -2.77832 34.9089 -3.08033 34.941 -3.37874 34.9763 -3.67328 35.0146 -3.96368 35.0559 -4.2497 35.1002 -4.53111 35.1474 -4.80766 35.1973 -5.07914 35.25 -5.34534 35.3052 -5.60607 35.3631 -5.86114 35.4233 -6.11034 35.486 -6.35351 35.551 -6.59049 35.6182 -6.82119 35.6875 -7.0455 35.7588 -7.26331 35.8319 35.9069 -7.4744 -0.197607 29.3415 -0.396511 30.1798 -0.597235 31.0595 -0.800507 31.9669 -1.00758 32.8827 -1.22074 33.7776 -1.45039 34.6092 -1.73046 35.0768 -2.02391 35.1478 -2.3149 35.1709 -2.60315 35.1971 -2.8884 35.2262 -3.1704 35.2583 -3.4489 35.2931 -3.72367 35.3307 -3.99447 35.371 -4.26108 35.414 -4.5233 35.4595 -4.78092 35.5076 -5.03374 35.5581 -5.28159 35.6109 -5.52428 35.666 -5.76165 35.7234 -5.99352 35.7828 -6.21975 35.8444 -6.44022 35.908 -6.65485 35.9734 -6.86355 36.0406 36.1095 -7.06612 -0.185356 29.5269 -0.371895 30.3663 -0.560094 31.2477 -0.750627 32.1575 -0.944669 33.0767 -1.14452 33.9775 -1.35687 34.8216 -1.61714 35.3371 -1.89389 35.4246 -2.16852 35.4456 -2.44069 35.4693 -2.71016 35.4957 -2.97669 35.5248 -3.24007 35.5565 -3.50007 35.5907 -3.75648 35.6274 -4.00909 35.6666 -4.25772 35.7082 -4.50218 35.752 -4.74228 35.7982 -4.97785 35.8465 -5.20874 35.8969 -5.43479 35.9494 -5.65583 36.0039 -5.87172 36.0603 -6.08235 36.1186 -6.28763 36.1787 -6.48748 36.2404 36.3037 -6.68175 -0.174011 29.7009 -0.349107 30.5414 -0.525729 31.4243 -0.704505 32.3362 -0.886523 33.2587 -1.07395 34.1649 -1.27105 35.0187 -1.51267 35.5787 -1.77365 35.6856 -2.0329 35.7048 -2.28994 35.7263 -2.54454 35.7503 -2.7965 35.7767 -3.04561 35.8056 -3.29166 35.8367 -3.53446 35.8702 -3.77383 35.906 -4.00958 35.9439 -4.24154 35.984 -4.46954 36.0262 -4.69343 36.0704 -4.91306 36.1166 -5.12828 36.1646 -5.33894 36.2145 -5.54491 36.2663 -5.74606 36.3198 -5.94232 36.375 -6.1336 36.4317 36.4899 -6.3198 -0.163493 29.8644 -0.32799 30.7059 -0.493897 31.5902 -0.661795 32.5041 -0.832687 33.4296 -1.00854 34.3407 -1.19211 35.2023 -1.41636 35.8029 -1.66239 35.9316 -1.90718 35.9496 -2.14997 35.9691 -2.39057 35.9909 -2.62879 36.015 -2.86444 36.0412 -3.09732 36.0696 -3.32726 36.1002 -3.55408 36.1328 -3.77763 36.1675 -3.99773 36.2041 -4.21424 36.2427 -4.42701 36.2832 -4.6359 36.3254 -4.84077 36.3695 -5.0415 36.4153 -5.23795 36.4627 -5.42999 36.5118 -5.61755 36.5625 -5.80055 36.6147 36.6683 -5.97891 -0.153732 30.0181 -0.308398 30.8606 -0.464373 31.7462 -0.622195 32.662 -0.782778 33.5902 -0.94788 34.5058 -1.11939 35.3738 -1.32752 36.0111 -1.55932 36.1634 -1.79051 36.1808 -2.01991 36.1985 -2.24733 36.2183 -2.4726 36.2402 -2.69554 36.2642 -2.91599 36.2901 -3.13377 36.3179 -3.34873 36.3477 -3.56071 36.3794 -3.76956 36.413 -3.97515 36.4483 -4.17733 36.4853 -4.37598 36.5241 -4.57098 36.5645 -4.76219 36.6065 -4.94951 36.65 -5.1328 36.6951 -5.31199 36.7417 -5.487 36.7897 36.839 -5.65776 -0.144662 30.1628 -0.290199 31.0061 -0.436955 31.8929 -0.585427 32.8104 -0.73645 33.7412 -0.891572 34.661 -1.05224 35.5344 -1.24543 36.2043 -1.46378 36.3818 -1.68219 36.3992 -1.89897 36.4153 -2.11398 36.4334 -2.32704 36.4533 -2.538 36.4751 -2.7467 36.4988 -2.95299 36.5242 -3.15671 36.5515 -3.35774 36.5805 -3.55592 36.6111 -3.75113 36.6435 -3.94325 36.6774 -4.13215 36.713 -4.31771 36.7501 -4.49983 36.7886 -4.6784 36.8286 -4.85329 36.87 -5.02442 36.9128 -5.19172 36.957 37.0024 -5.35513 -0.136226 30.299 -0.273274 31.1431 -0.411462 32.0311 -0.551248 32.9502 -0.69339 33.8834 -0.83925 34.8068 -0.990083 35.6853 -1.16948 36.3837 -1.37515 36.5874 -1.58152 36.6056 -1.78644 36.6202 -1.98975 36.6367 -2.1913 36.6548 -2.39095 36.6748 -2.58856 36.6964 -2.78397 36.7197 -2.97707 36.7446 -3.16771 36.7711 -3.35578 36.7992 -3.54114 36.8288 -3.72368 36.86 -3.90328 36.8926 -4.07985 36.9266 -4.25328 36.962 -4.42346 36.9988 -4.59029 37.0368 -4.75368 37.0762 -4.91356 37.1169 37.1588 -5.06987 -0.128369 30.4274 -0.257514 31.2723 -0.387728 32.1613 -0.519433 33.0819 -0.653317 34.0173 -0.790579 34.9441 -0.932422 35.8271 -1.09913 36.5504 -1.29284 36.7811 -1.48789 36.8006 -1.68163 36.814 -1.87391 36.829 -2.06462 36.8456 -2.2536 36.8637 -2.44072 36.8835 -2.62587 36.9048 -2.80891 36.9276 -2.98972 36.9519 -3.16818 36.9777 -3.34418 37.0048 -3.51762 37.0334 -3.68838 37.0634 -3.85637 37.0946 -4.0215 37.1272 -4.18366 37.1609 -4.34276 37.196 -4.49872 37.2322 -4.65145 37.2696 37.3082 -4.80091 -0.121043 30.5484 -0.242821 31.3941 -0.365605 32.2841 -0.489781 33.2061 -0.615977 34.1435 -0.745252 35.0734 -0.878822 35.9607 -1.0339 36.7054 -1.21632 36.9635 -1.40072 36.985 -1.58393 36.9972 -1.76583 37.0109 -1.9463 37.026 -2.12521 37.0427 -2.30244 37.0607 -2.47787 37.0802 -2.65139 37.1011 -2.82288 37.1234 -2.99224 37.147 -3.15936 37.172 -3.32414 37.1982 -3.48648 37.2257 -3.64629 37.2544 -3.80349 37.2844 -3.95798 37.3154 -4.10968 37.3476 -4.25849 37.381 -4.40436 37.4155 37.4511 -4.54721 -0.114205 30.6626 -0.229109 31.509 -0.34496 32.4 -0.462115 33.3233 -0.581143 34.2625 -0.702992 35.1952 -0.828909 36.0866 -0.973336 36.8499 -1.14512 37.1353 -1.31948 37.1594 -1.49277 37.1705 -1.66489 37.183 -1.8357 37.1968 -2.00511 37.2121 -2.17299 37.2286 -2.33924 37.2465 -2.50375 37.2656 -2.66641 37.2861 -2.82714 37.3077 -2.98582 37.3307 -3.14238 37.3548 -3.29671 37.38 -3.44873 37.4065 -3.59836 37.434 -3.74552 37.4626 -3.89012 37.4923 -4.03209 37.523 -4.17136 37.5547 37.5876 -4.30785 -0.107816 30.7704 -0.216296 31.6175 -0.325672 32.5094 -0.436269 33.4339 -0.548609 34.3748 -0.663544 35.3102 -0.78235 36.2054 -0.917043 36.9846 -1.07879 37.2971 -1.2437 37.3243 -1.40765 37.3344 -1.57054 37.3459 -1.73225 37.3585 -1.89268 37.3725 -2.05172 37.3877 -2.20929 37.404 -2.36527 37.4216 -2.51957 37.4404 -2.67211 37.4603 -2.82279 37.4813 -2.97153 37.5035 -3.11823 37.5267 -3.26283 37.551 -3.40524 37.5764 -3.54539 37.6027 -3.68321 37.6301 -3.81861 37.6584 -3.95154 37.6877 37.7179 -4.08192 -0.101838 30.8723 -0.204311 31.7199 -0.307631 32.6127 -0.412099 33.5383 -0.51819 34.4809 -0.62668 35.4186 -0.738856 36.3176 -0.86465 37.1104 -1.01693 37.4494 -1.17295 37.4803 -1.32809 37.4896 -1.48227 37.5 -1.63539 37.5117 -1.78734 37.5244 -1.93804 37.5384 -2.08739 37.5534 -2.2353 37.5695 -2.38169 37.5868 -2.52646 37.6051 -2.66954 37.6244 -2.81085 37.6448 -2.9503 37.6662 -3.08783 37.6886 -3.22336 37.7119 -3.35682 37.7362 -3.48814 37.7614 -3.61726 37.7875 -3.7441 37.8145 37.8425 -3.8686 -0.0962404 30.9685 -0.193088 31.8168 -0.290738 32.7103 -0.389469 33.6371 -0.489715 34.5812 -0.592187 35.5211 -0.698166 36.4236 -0.815822 37.228 -0.959197 37.5927 -1.10682 37.6279 -1.25366 37.6364 -1.39963 37.646 -1.54463 37.6567 -1.68858 37.6684 -1.83139 37.6812 -1.97297 37.695 -2.11324 37.7098 -2.25212 37.7256 -2.38954 37.7425 -2.5254 37.7603 -2.65965 37.779 -2.7922 37.7987 -2.92299 37.8194 -3.05195 37.8409 -3.17902 37.8633 -3.30414 37.8865 -3.42723 37.9106 -3.54824 37.9355 37.9613 -3.6671 -0.0909937 31.0595 -0.182569 31.9083 -0.274905 32.8027 -0.36826 33.7304 -0.463033 34.6759 -0.559878 35.618 -0.660052 36.5237 -0.770255 37.3382 -0.90524 37.7277 -1.04494 37.7676 -1.18396 37.7754 -1.32218 37.7842 -1.45952 37.794 -1.59591 37.8048 -1.73126 37.8165 -1.86549 37.8292 -1.99853 37.8428 -2.1303 37.8574 -2.26073 37.8729 -2.38975 37.8893 -2.51729 37.9066 -2.64328 37.9247 -2.76766 37.9437 -2.89036 37.9636 -3.01133 37.9842 -3.13051 38.0057 -3.24784 38.0279 -3.36326 38.0509 38.0748 -3.4767 -0.0860701 31.1456 -0.172698 31.995 -0.260049 32.89 -0.348361 33.8187 -0.438002 34.7656 -0.529578 35.7095 -0.62431 36.6185 -0.727672 37.4416 -0.854766 37.8548 -0.987005 37.8999 -1.11863 37.9071 -1.24954 37.9151 -1.37965 37.9241 -1.50889 37.934 -1.63718 37.9448 -1.76446 37.9565 -1.89064 37.969 -2.01568 37.9824 -2.13949 37.9967 -2.262 38.0118 -2.38317 38.0277 -2.50292 38.0445 -2.62119 38.062 -2.73793 38.0803 -2.85308 38.0994 -2.96659 38.1192 -3.0784 38.1397 -3.18846 38.161 38.183 -3.29671 -0.0814454 31.227 -0.163426 32.077 -0.246094 32.9727 -0.32967 33.9023 -0.414495 34.8504 -0.501131 35.7962 -0.590761 36.7081 -0.687822 37.5386 -0.8075 37.9745 -0.932689 38.0251 -1.05734 38.0317 -1.18134 38.0391 -1.30462 38.0474 -1.4271 38.0565 -1.54872 38.0664 -1.66941 38.0772 -1.78911 38.0887 -1.90776 38.1011 -2.02529 38.1142 -2.14163 38.1282 -2.25674 38.1429 -2.37056 38.1583 -2.48302 38.1745 -2.59408 38.1914 -2.70368 38.209 -2.81177 38.2273 -2.91831 38.2463 -3.02323 38.2659 38.2863 -3.12649 -0.0770971 31.3041 -0.154708 32.1546 -0.232974 33.0509 -0.312099 33.9814 -0.392397 34.9307 -0.474396 35.8782 -0.559236 36.7929 -0.650483 37.6299 -0.763199 38.0872 -0.881726 38.1436 -0.999798 38.1498 -1.11727 38.1566 -1.23409 38.1642 -1.35018 38.1726 -1.46549 38.1817 -1.57995 38.1916 -1.69351 38.2023 -1.8061 38.2137 -1.91767 38.2258 -2.02816 38.2387 -2.13751 38.2522 -2.24568 38.2665 -2.35261 38.2814 -2.45825 38.297 -2.56256 38.3133 -2.66548 38.3302 -2.76697 38.3478 -2.86698 38.3659 38.3848 -2.96546 -0.0730048 31.3771 -0.146503 32.2281 -0.220626 33.1251 -0.295563 34.0564 -0.371604 35.0067 -0.449243 35.9558 -0.529568 36.8733 -0.615449 37.7158 -0.721626 38.1934 -0.833858 38.2558 -0.945711 38.2616 -1.05702 38.2679 -1.16773 38.2749 -1.27778 38.2826 -1.38711 38.2911 -1.49567 38.3002 -1.6034 38.31 -1.71025 38.3205 -1.81617 38.3317 -1.92109 38.3436 -2.02498 38.3561 -2.12778 38.3693 -2.22944 38.3831 -2.32993 38.3975 -2.42918 38.4126 -2.52716 38.4282 -2.62383 38.4444 -2.71914 38.4612 38.4787 -2.81305 -0.0691507 31.4463 -0.138776 32.2977 -0.208996 33.1953 -0.279988 34.1274 -0.352021 35.0788 -0.42556 36.0293 -0.501626 36.9493 -0.582545 37.7967 -0.682579 38.2934 -0.788866 38.3621 -0.894844 38.3676 -1.00033 38.3734 -1.10526 38.3798 -1.2096 38.387 -1.31327 38.3947 -1.41624 38.4032 -1.51846 38.4122 -1.61986 38.4219 -1.72041 38.4323 -1.82006 38.4432 -1.91875 38.4548 -2.01644 38.467 -2.11309 38.4797 -2.20866 38.4931 -2.30309 38.507 -2.39636 38.5215 -2.48843 38.5365 -2.57924 38.552 38.5682 -2.66875 -0.0655173 31.5118 -0.13149 32.3637 -0.198032 33.2618 -0.265304 34.1946 -0.333559 35.147 -0.403233 36.099 -0.47528 37.0214 -0.551595 37.873 -0.64586 38.3877 -0.746529 38.4628 -0.846951 38.468 -0.946922 38.4734 -1.04639 38.4793 -1.14531 38.4859 -1.24363 38.4931 -1.3413 38.5008 -1.43828 38.5092 -1.53452 38.5182 -1.62998 38.5277 -1.7246 38.5379 -1.81836 38.5485 -1.91119 38.5598 -2.00307 38.5716 -2.09395 38.584 -2.1838 38.5968 -2.27257 38.6102 -2.36023 38.6241 -2.44674 38.6386 38.6535 -2.53206 -0.0620897 31.5739 -0.124617 32.4262 -0.187687 33.3249 -0.251451 34.2584 -0.316143 35.2117 -0.382171 36.1651 -0.450426 37.0896 -0.52246 37.945 -0.611305 38.4765 -0.706666 38.5581 -0.801836 38.5632 -0.896594 38.5681 -0.990894 38.5736 -1.08469 38.5797 -1.17794 38.5863 -1.2706 38.5935 -1.36262 38.6012 -1.45396 38.6095 -1.54459 38.6183 -1.63445 38.6277 -1.7235 38.6376 -1.81172 38.648 -1.89906 38.6589 -1.98548 38.6704 -2.07094 38.6823 -2.15542 38.6947 -2.23887 38.7076 -2.32127 38.7209 38.7348 -2.40257 -0.0588522 31.6327 -0.118125 32.4855 -0.177917 33.3847 -0.238366 34.3188 -0.299694 35.273 -0.362281 36.2276 -0.426954 37.1543 -0.494997 38.0131 -0.578754 38.5603 -0.669094 38.6485 -0.759293 38.6534 -0.849115 38.6579 -0.938518 38.663 -1.02746 38.6686 -1.1159 38.6747 -1.20379 38.6814 -1.29111 38.6885 -1.3778 38.6962 -1.46383 38.7044 -1.54916 38.713 -1.63375 38.7222 -1.71757 38.7318 -1.80059 38.742 -1.88276 38.7525 -1.96405 38.7636 -2.04443 38.7751 -2.12387 38.787 -2.20234 38.7994 38.8122 -2.27979 -0.0557938 31.6885 -0.111992 32.5417 -0.168684 33.4414 -0.226002 34.3762 -0.28415 35.3312 -0.343485 36.287 -0.404772 37.2156 -0.469085 38.0774 -0.548062 38.6393 -0.633653 38.7341 -0.71915 38.7389 -0.804302 38.7431 -0.88907 38.7478 -0.973416 38.753 -1.0573 38.7586 -1.14069 38.7648 -1.22354 38.7714 -1.30583 38.7785 -1.3875 38.7861 -1.46853 38.7941 -1.54888 38.8026 -1.62852 38.8115 -1.70742 38.8209 -1.78554 38.8307 -1.86285 38.8409 -1.93932 38.8516 -2.01492 38.8626 -2.08963 38.8741 38.886 -2.1634 -0.0529016 31.7414 -0.106192 32.595 -0.159954 33.4951 -0.21431 34.4305 -0.269452 35.3863 -0.325713 36.3432 -0.383802 37.2737 -0.444624 38.1382 -0.519113 38.7137 -0.600208 38.8152 -0.681251 38.8199 -0.761976 38.8238 -0.84235 38.8282 -0.922336 38.833 -1.0019 38.8382 -1.081 38.8439 -1.15962 38.85 -1.23771 38.8566 -1.31523 38.8636 -1.39217 38.871 -1.46849 38.8789 -1.54415 38.8871 -1.61913 38.8958 -1.69339 38.9049 -1.7669 38.9144 -1.83965 38.9243 -1.91159 38.9346 -1.98271 38.9452 38.9563 -2.05296 -0.0501639 31.7916 -0.100701 32.6455 -0.151689 33.5461 -0.203241 34.4821 -0.255537 35.4386 -0.308888 36.3966 -0.363948 37.3287 -0.421492 38.1958 -0.491762 38.784 -0.568601 38.892 -0.645426 38.8968 -0.721961 38.9004 -0.798174 38.9044 -0.87403 38.9088 -0.949499 38.9137 -1.02455 38.9189 -1.09914 38.9246 -1.17326 38.9307 -1.24686 38.9372 -1.31991 38.9441 -1.39239 38.9513 -1.46427 38.959 -1.53552 38.9671 -1.6061 38.9755 -1.676 38.9843 -1.74518 38.9935 -1.81363 39.003 -1.8813 39.0129 39.0232 -1.94819 -0.0475734 31.8392 -0.0955045 32.6934 -0.143866 33.5945 -0.192764 34.531 -0.242366 35.4882 -0.292964 36.4472 -0.345161 37.3809 -0.399627 38.2502 -0.465934 38.8503 -0.538744 38.9648 -0.611573 38.9696 -0.684135 38.9729 -0.7564 38.9766 -0.828337 38.9808 -0.899918 38.9852 -0.971111 38.9901 -1.04189 38.9954 -1.11222 39.001 -1.18208 39.007 -1.25143 39.0134 -1.32026 39.0202 -1.38853 39.0273 -1.45622 39.0348 -1.52331 39.0426 -1.58976 39.0508 -1.65555 39.0593 -1.72066 39.0681 -1.78506 39.0773 39.0868 -1.84873 -0.0451172 31.8843 -0.0905781 32.7389 -0.13645 33.6404 -0.182831 34.5773 -0.229879 35.5353 -0.277866 36.4952 -0.327348 37.4304 -0.378915 38.3018 -0.441493 38.9129 -0.510483 39.0338 -0.579523 39.0386 -0.648317 39.0417 -0.716839 39.0452 -0.78506 39.049 -0.852953 39.0531 -0.92049 39.0577 -0.987644 39.0625 -1.05439 39.0678 -1.1207 39.0733 -1.18654 39.0793 -1.2519 39.0855 -1.31675 39.0921 -1.38106 39.0991 -1.4448 39.1063 -1.50796 39.1139 -1.57051 39.1218 -1.63243 39.1301 -1.69369 39.1386 39.1474 -1.75428 -0.0427903 31.9271 -0.0859101 32.782 -0.129422 33.6839 -0.173419 34.6213 -0.218046 35.5799 -0.263561 36.5407 -0.310473 37.4773 -0.359308 38.3506 -0.41838 38.972 -0.483752 39.0992 -0.549202 39.1041 -0.614426 39.1069 -0.679399 39.1101 -0.744094 39.1137 -0.808487 39.1175 -0.872551 39.1217 -0.936262 39.1263 -0.999594 39.1311 -1.06252 39.1363 -1.12503 39.1418 -1.18708 39.1476 -1.24866 39.1537 -1.30974 39.1602 -1.37031 39.1669 -1.43033 39.1739 -1.4898 39.1813 -1.54868 39.1889 -1.60695 39.1969 39.2051 -1.6646 -0.0405831 31.9677 -0.081482 32.8229 -0.122755 33.7252 -0.164489 34.6631 -0.206821 35.6222 -0.249989 36.5839 -0.294467 37.5218 -0.340725 38.3969 -0.396498 39.0277 -0.458437 39.1611 -0.520477 39.1661 -0.582309 39.1688 -0.64391 39.1717 -0.705255 39.175 -0.766321 39.1786 -0.827086 39.1825 -0.887525 39.1867 -0.947615 39.1912 -1.00733 39.196 -1.06666 39.2011 -1.12557 39.2065 -1.18405 39.2122 -1.24206 39.2182 -1.29959 39.2244 -1.35663 39.231 -1.41314 39.2378 -1.46911 39.2449 -1.52453 39.2523 39.2599 -1.57937 -0.0384879 32.0061 -0.0772784 32.8617 -0.116426 33.7643 -0.15601 34.7027 -0.19616 35.6624 -0.2371 36.6248 -0.279264 37.564 -0.323082 38.4407 -0.375746 39.0804 -0.434435 39.2198 -0.493246 39.2249 -0.551867 39.2274 -0.610274 39.2301 -0.668445 39.2332 -0.726358 39.2365 -0.783992 39.2401 -0.841325 39.244 -0.898336 39.2482 -0.955003 39.2527 -1.01131 39.2574 -1.06722 39.2624 -1.12274 39.2677 -1.17783 39.2733 -1.23248 39.2791 -1.28666 39.2852 -1.34037 39.2915 -1.39357 39.2981 -1.44626 39.305 39.312 -1.49841 -0.0365015 32.0426 -0.0732925 32.8985 -0.110424 33.8014 -0.147972 34.7402 -0.186055 35.7005 -0.224884 36.6636 -0.264861 37.6039 -0.306378 38.4822 -0.356115 39.1301 -0.411714 39.2754 -0.467454 39.2807 -0.523019 39.283 -0.578386 39.2855 -0.633537 39.2883 -0.688449 39.2914 -0.743104 39.2948 -0.797481 39.2984 -0.85156 39.3023 -0.905323 39.3064 -0.958749 39.3108 -1.01182 39.3155 -1.06452 39.3204 -1.11682 39.3256 -1.16872 39.331 -1.22018 39.3366 -1.2712 39.3425 -1.32176 39.3487 -1.37184 39.355 39.3616 -1.42142 -0.0346119 32.0773 -0.0695013 32.9334 -0.104715 33.8366 -0.140324 34.7758 -0.176439 35.7366 -0.213258 36.7004 -0.251153 37.6418 -0.290486 38.5216 -0.337464 39.1771 -0.390136 39.3281 -0.442966 39.3335 -0.495632 39.3356 -0.548117 39.338 -0.600401 39.3406 -0.652465 39.3435 -0.704291 39.3466 -0.755861 39.35 -0.807155 39.3536 -0.858156 39.3574 -0.908846 39.3615 -0.959208 39.3659 -1.00922 39.3704 -1.05888 39.3752 -1.10815 39.3802 -1.15702 39.3855 -1.20549 39.391 -1.25352 39.3967 -1.30111 39.4026 39.4088 -1.34824 -0.0328191 32.1101 -0.0659033 32.9665 -0.0992967 33.87 -0.133065 34.8096 -0.167313 35.7708 -0.202225 36.7354 -0.238144 37.6778 -0.27541 38.5588 -0.319785 39.2215 -0.369679 39.378 -0.419747 39.3836 -0.469665 39.3855 -0.519414 39.3877 -0.568977 39.3902 -0.618337 39.3928 -0.667475 39.3957 -0.716376 39.3989 -0.765021 39.4022 -0.813395 39.4058 -0.861481 39.4096 -0.909261 39.4136 -0.956721 39.4179 -1.00384 39.4223 -1.05062 39.427 -1.09702 39.4319 -1.14304 39.437 -1.18866 39.4423 -1.23387 39.4478 39.4535 -1.27866 -0.0311151 32.1412 -0.0624839 32.9978 -0.0941475 33.9017 -0.126168 34.8416 -0.158642 35.8033 -0.191744 36.7685 -0.225792 37.7118 -0.261101 38.5941 -0.30302 39.2634 -0.350273 39.4252 -0.39771 39.431 -0.445008 39.4328 -0.49215 39.4349 -0.539121 39.4372 -0.585903 39.4396 -0.632482 39.4423 -0.678841 39.4452 -0.724964 39.4483 -0.770837 39.4517 -0.816443 39.4552 -0.861768 39.459 -0.906795 39.4629 -0.951511 39.4671 -0.995901 39.4714 -1.03995 39.476 -1.08364 39.4807 -1.12697 39.4857 -1.16991 39.4908 39.4961 -1.21246 -0.0294929 32.1707 -0.0592284 33.0276 -0.0892442 33.9317 -0.119598 34.872 -0.150381 35.8341 -0.181755 36.7998 -0.214016 37.7441 -0.247462 38.6276 -0.287062 39.303 -0.331816 39.47 -0.376764 39.476 -0.421583 39.4777 -0.466259 39.4796 -0.510776 39.4817 -0.555118 39.484 -0.59927 39.4865 -0.643219 39.4892 -0.686949 39.4921 -0.730445 39.4952 -0.773693 39.4985 -0.81668 39.5019 -0.85939 39.5056 -0.901811 39.5095 -0.943929 39.5135 -0.98573 39.5178 -1.0272 39.5222 -1.06833 39.5268 -1.1091 39.5316 39.5365 -1.14951 -0.0279567 32.1986 -0.056144 33.0557 -0.0845983 33.9602 -0.113373 34.9007 -0.142556 35.8633 -0.172296 36.8296 -0.202869 37.7746 -0.234556 38.6593 -0.271967 39.3404 -0.314339 39.5123 -0.356913 39.5185 -0.399368 39.5201 -0.44169 39.5219 -0.483864 39.5238 -0.525876 39.526 -0.567713 39.5283 -0.60936 39.5308 -0.650806 39.5335 -0.692035 39.5364 -0.733035 39.5395 -0.773793 39.5427 -0.814297 39.5461 -0.854532 39.5497 -0.894487 39.5535 -0.934147 39.5574 -0.973502 39.5615 -1.01254 39.5658 -1.05125 39.5703 39.5749 -1.08961 -0.0264901 32.2251 -0.0532011 33.0825 -0.080166 33.9871 -0.107435 34.928 -0.13509 35.8909 -0.163271 36.8577 -0.192233 37.8036 -0.222243 38.6893 -0.257584 39.3758 -0.297698 39.5525 -0.338019 39.5589 -0.37823 39.5603 -0.418317 39.562 -0.458268 39.5638 -0.498069 39.5658 -0.537709 39.568 -0.577174 39.5703 -0.616452 39.5728 -0.65553 39.5755 -0.694395 39.5783 -0.733034 39.5813 -0.771436 39.5845 -0.809588 39.5879 -0.847479 39.5914 -0.885096 39.595 -0.922429 39.5989 -0.959467 39.6029 -0.996199 39.607 39.6113 -1.03261 -0.0250956 32.2502 -0.0504016 33.1078 -0.0759488 34.0127 -0.101784 34.9538 -0.127983 35.9171 -0.154678 36.8844 -0.182106 37.831 -0.210523 38.7177 -0.243909 39.4092 -0.281885 39.5904 -0.320074 39.597 -0.358161 39.5984 -0.396132 39.5999 -0.433976 39.6016 -0.47168 39.6035 -0.509231 39.6055 -0.546619 39.6077 -0.583831 39.61 -0.620857 39.6125 -0.657684 39.6152 -0.694302 39.618 -0.7307 39.6209 -0.766867 39.624 -0.802792 39.6273 -0.838464 39.6307 -0.873872 39.6343 -0.909006 39.638 -0.943854 39.6418 39.6458 -0.978406 -0.0237754 32.274 -0.0477507 33.1317 -0.0719557 34.0369 -0.0964345 34.9783 -0.121258 35.942 -0.14655 36.9097 -0.172532 37.857 -0.199443 38.7446 -0.230974 39.4407 -0.266899 39.6264 -0.30304 39.6332 -0.339088 39.6345 -0.37503 39.6359 -0.410856 39.6375 -0.446555 39.6392 -0.482114 39.6411 -0.517524 39.6431 -0.552772 39.6453 -0.587848 39.6476 -0.622741 39.65 -0.65744 39.6527 -0.691934 39.6554 -0.726213 39.6583 -0.760265 39.6613 -0.794082 39.6645 -0.827652 39.6678 -0.860967 39.6713 -0.894018 39.6749 39.6786 -0.926795 -0.022512 32.2965 -0.0452153 33.1544 -0.0681369 34.0598 -0.0913176 35.0015 -0.114824 35.9655 -0.138773 36.9337 -0.163369 37.8816 -0.188842 38.7701 -0.218629 39.4705 -0.25263 39.6604 -0.286846 39.6674 -0.320972 39.6686 -0.354999 39.6699 -0.388916 39.6714 -0.422712 39.673 -0.456379 39.6747 -0.489905 39.6766 -0.523281 39.6786 -0.556495 39.6808 -0.58954 39.6831 -0.622404 39.6855 -0.655078 39.6881 -0.687552 39.6908 -0.719817 39.6936 -0.751864 39.6966 -0.783683 39.6997 -0.815264 39.7029 -0.846598 39.7062 39.7097 -0.877677 -0.0213103 32.3178 -0.0428026 33.1759 -0.0645015 34.0815 -0.0864451 35.0234 -0.108696 35.9877 -0.131363 36.9564 -0.154637 37.9049 -0.178739 38.7942 -0.206864 39.4986 -0.239026 39.6925 -0.271407 39.6998 -0.303709 39.7009 -0.335918 39.7021 -0.368025 39.7035 -0.40002 39.705 -0.431893 39.7066 -0.463635 39.7084 -0.495237 39.7102 -0.526688 39.7122 -0.557981 39.7144 -0.589106 39.7166 -0.620054 39.719 -0.650815 39.7215 -0.681381 39.7242 -0.711743 39.7269 -0.741893 39.7298 -0.771821 39.7328 -0.801519 39.7359 39.7391 -0.830979 -0.020175 32.338 -0.0405221 33.1963 -0.0610659 34.1021 -0.0818423 35.0442 -0.10291 36.0088 -0.124371 36.9778 -0.146405 37.9269 -0.169219 38.817 -0.195778 39.5252 -0.226183 39.7229 -0.256806 39.7304 -0.287353 39.7314 -0.317817 39.7326 -0.348187 39.7339 -0.378454 39.7352 -0.40861 39.7368 -0.438646 39.7384 -0.468552 39.7401 -0.498319 39.742 -0.527938 39.744 -0.557401 39.7461 -0.586699 39.7483 -0.615825 39.7507 -0.644768 39.7531 -0.673523 39.7557 -0.702079 39.7584 -0.730431 39.7612 -0.758571 39.7641 39.7671 -0.786489 -0.0190855 32.3571 -0.0383356 33.2155 -0.0577718 34.1215 -0.0774278 35.0639 -0.0973586 36.0287 -0.11766 36.9981 -0.138498 37.9478 -0.160071 38.8386 -0.185146 39.5502 -0.2139 39.7517 -0.242869 39.7594 -0.271766 39.7603 -0.300584 39.7614 -0.329313 39.7626 -0.357947 39.7639 -0.386475 39.7653 -0.414892 39.7668 -0.443188 39.7684 -0.471355 39.7702 -0.499385 39.772 -0.52727 39.774 -0.555003 39.7761 -0.582574 39.7782 -0.609976 39.7805 -0.637202 39.7829 -0.664243 39.7854 -0.691091 39.788 -0.71774 39.7907 39.7935 -0.744183 -0.0180482 32.3751 -0.0362525 33.2337 -0.0546326 34.1399 -0.07322 35.0825 -0.0920661 36.0476 -0.11126 37.0173 -0.130959 37.9675 -0.151355 38.859 -0.175027 39.5739 -0.202214 39.7789 -0.229615 39.7868 -0.25695 39.7877 -0.284209 39.7887 -0.311385 39.7898 -0.338469 39.791 -0.365455 39.7923 -0.392335 39.7937 -0.419101 39.7952 -0.445745 39.7968 -0.472261 39.7985 -0.498641 39.8004 -0.524878 39.8023 -0.550965 39.8043 -0.576894 39.8065 -0.60266 39.8087 -0.628254 39.811 -0.653669 39.8134 -0.678898 39.8159 39.8185 -0.703936 -0.0170699 32.3922 -0.0342871 33.251 -0.0516714 34.1573 -0.0692523 35.1 -0.087078 36.0654 -0.105232 37.0355 -0.123862 37.9861 -0.143147 38.8782 -0.165482 39.5962 -0.191157 39.8045 -0.217043 39.8127 -0.24287 39.8135 -0.268628 39.8144 -0.294312 39.8154 -0.319912 39.8166 -0.345424 39.8178 -0.370837 39.8191 -0.396147 39.8205 -0.421345 39.822 -0.446425 39.8236 -0.471379 39.8253 -0.496199 39.8271 -0.52088 39.829 -0.545413 39.831 -0.569791 39.8331 -0.594009 39.8352 -0.618059 39.8375 -0.641937 39.8398 39.8422 -0.665635 -0.0161331 32.4083 -0.0324066 33.2672 -0.0488379 34.1737 -0.0654546 35.1167 -0.0823019 36.0822 -0.0994582 37.0526 -0.11706 38.0037 -0.135281 38.8965 -0.156358 39.6173 -0.18062 39.8288 -0.205085 39.8371 -0.229492 39.8379 -0.253834 39.8388 -0.278106 39.8397 -0.3023 39.8408 -0.326411 39.8419 -0.350431 39.8431 -0.374353 39.8444 -0.398171 39.8458 -0.421878 39.8473 -0.445466 39.8489 -0.468929 39.8506 -0.492262 39.8523 -0.515457 39.8542 -0.53851 39.8561 -0.561414 39.8581 -0.584163 39.8602 -0.606751 39.8624 39.8647 -0.629172 -0.0152398 32.4236 -0.0306129 33.2826 -0.046135 34.1892 -0.0618315 35.1324 -0.0777448 36.0981 -0.0939483 37.0688 -0.11057 38.0203 -0.127778 38.9137 -0.147659 39.6372 -0.17058 39.8517 -0.193704 39.8602 -0.216774 39.861 -0.239781 39.8618 -0.262719 39.8627 -0.285581 39.8636 -0.308362 39.8647 -0.331056 39.8658 -0.353657 39.867 -0.37616 39.8683 -0.398559 39.8697 -0.420849 39.8712 -0.443024 39.8728 -0.465078 39.8744 -0.487006 39.8761 -0.5088 39.8779 -0.530456 39.8798 -0.551966 39.8817 -0.573325 39.8838 39.8859 -0.594529 -0.0144025 32.438 -0.0289304 33.2971 -0.0435999 34.2039 -0.0584351 35.1472 -0.0734758 36.1132 -0.0887915 37.0841 -0.104502 38.036 -0.120763 38.9299 -0.139499 39.6559 -0.161105 39.8733 -0.182912 39.8821 -0.204675 39.8827 -0.226385 39.8835 -0.248037 39.8843 -0.269622 39.8852 -0.291136 39.8862 -0.312571 39.8873 -0.333921 39.8884 -0.35518 39.8896 -0.376342 39.8909 -0.397401 39.8923 -0.418351 39.8937 -0.439188 39.8952 -0.459906 39.8968 -0.480501 39.8985 -0.500966 39.9002 -0.521297 39.9021 -0.54149 39.904 39.9059 -0.561539 -0.0136054 32.4516 -0.0273299 33.3109 -0.0411886 34.2177 -0.0552044 35.1612 -0.0694149 36.1274 -0.0838853 37.0986 -0.0987274 38.0509 -0.114088 38.9453 -0.131757 39.6736 -0.152143 39.8937 -0.172717 39.9026 -0.193247 39.9033 -0.213726 39.904 -0.23415 39.9047 -0.254512 39.9056 -0.274808 39.9065 -0.295032 39.9075 -0.315179 39.9085 -0.335244 39.9097 -0.355221 39.9109 -0.375105 39.9121 -0.39489 39.9135 -0.414571 39.9149 -0.434141 39.9164 -0.453596 39.918 -0.472929 39.9196 -0.492136 39.9213 -0.511213 39.923 39.9249 -0.530153 -0.0128338 32.4644 -0.0257808 33.3238 -0.0388538 34.2308 -0.0520738 35.1744 -0.0654755 36.1408 -0.0791197 37.1123 -0.0931106 38.0649 -0.107591 38.9598 -0.124247 39.6903 -0.143493 39.913 -0.162923 39.9221 -0.182309 39.9226 -0.201646 39.9233 -0.220929 39.924 -0.240154 39.9248 -0.259316 39.9256 -0.27841 39.9266 -0.29743 39.9276 -0.316372 39.9286 -0.33523 39.9297 -0.353998 39.9309 -0.372673 39.9322 -0.391249 39.9335 -0.409721 39.9349 -0.428086 39.9363 -0.446339 39.9378 -0.464474 39.9394 -0.482487 39.9411 39.9427 -0.500373 -0.0120981 32.4765 -0.0243029 33.336 -0.0366259 34.2431 -0.0490864 35.1869 -0.0617167 36.1534 -0.0745737 37.1251 -0.0877558 38.078 -0.101403 38.9734 -0.117096 39.706 -0.135258 39.9311 -0.153601 39.9404 -0.171902 39.941 -0.190155 39.9415 -0.208357 39.9422 -0.226502 39.9429 -0.244585 39.9437 -0.262603 39.9446 -0.280549 39.9455 -0.298422 39.9465 -0.316216 39.9475 -0.333927 39.9486 -0.351551 39.9498 -0.369083 39.951 -0.386518 39.9523 -0.403852 39.9537 -0.421081 39.9551 -0.438199 39.9565 -0.455203 39.9581 39.9596 -0.472089 -0.0114105 32.4879 -0.022921 33.3475 -0.0345433 34.2548 -0.0462956 35.1986 -0.0582085 36.1653 -0.0703356 37.1372 -0.0827696 38.0905 -0.0956414 38.9863 -0.110416 39.7207 -0.127522 39.9482 -0.144804 39.9577 -0.16205 39.9582 -0.179255 39.9588 -0.196411 39.9594 -0.213517 39.96 -0.230566 39.9608 -0.247555 39.9616 -0.264479 39.9624 -0.281334 39.9633 -0.298116 39.9643 -0.31482 39.9653 -0.331442 39.9664 -0.347978 39.9676 -0.364424 39.9688 -0.380776 39.97 -0.39703 39.9713 -0.413182 39.9727 -0.429229 39.9741 39.9756 -0.445167 -0.010761 32.4987 -0.0216165 33.3584 -0.0325777 34.2657 -0.0436618 35.2097 -0.0548977 36.1766 -0.0663357 37.1487 -0.0780621 38.1022 -0.0901986 38.9984 -0.104103 39.7346 -0.120205 39.9643 -0.136474 39.974 -0.152712 39.9744 -0.168913 39.975 -0.185073 39.9755 -0.201188 39.9762 -0.217253 39.9768 -0.233263 39.9776 -0.249214 39.9784 -0.265101 39.9792 -0.28092 39.9801 -0.296667 39.9811 -0.312338 39.9821 -0.327929 39.9831 -0.343435 39.9843 -0.358854 39.9854 -0.374181 39.9866 -0.389413 39.9879 -0.404544 39.9892 39.9906 -0.419574 -0.0101369 32.5088 -0.0203636 33.3686 -0.0306897 34.276 -0.0411313 35.2202 -0.0517153 36.1872 -0.0624889 37.1594 -0.073533 38.1132 -0.0849647 39.0099 -0.098057 39.7477 -0.113232 39.9795 -0.128566 39.9893 -0.143867 39.9897 -0.159129 39.9902 -0.174351 39.9908 -0.189527 39.9913 -0.204655 39.992 -0.219731 39.9927 -0.234752 39.9934 -0.249714 39.9942 -0.264614 39.995 -0.279448 39.9959 -0.294212 39.9969 -0.308902 39.9978 -0.323515 39.9989 -0.338046 40 -0.352492 40.0011 -0.366848 40.0023 -0.38111 40.0035 40.0048 -0.395276 -0.00954301 32.5184 -0.0191703 33.3782 -0.028891 34.2858 -0.0387197 35.23 -0.0486815 36.1971 -0.0588204 37.1696 -0.0692125 38.1236 -0.0799701 39.0206 -0.0922842 39.76 -0.106571 39.9938 -0.121012 40.0037 -0.135424 40.0041 -0.149801 40.0046 -0.164139 40.0051 -0.178436 40.0056 -0.192687 40.0062 -0.206889 40.0069 -0.221039 40.0075 -0.235132 40.0083 -0.249166 40.0091 -0.263137 40.0099 -0.277041 40.0108 -0.290875 40.0117 -0.304636 40.0126 -0.318321 40.0136 -0.331927 40.0147 -0.34545 40.0158 -0.358888 40.0169 40.0181 -0.372236 -0.00898137 32.5274 -0.0180419 33.3873 -0.0271902 34.2949 -0.0364398 35.2392 -0.0458141 36.2065 -0.0553545 37.1791 -0.065132 38.1334 -0.0752529 39.0307 -0.0868278 39.7716 -0.100265 40.0072 -0.113851 40.0173 -0.127411 40.0177 -0.140941 40.0181 -0.154436 40.0186 -0.167894 40.0191 -0.18131 40.0196 -0.194681 40.0202 -0.208003 40.0209 -0.221272 40.0216 -0.234486 40.0223 -0.24764 40.023 -0.260733 40.0238 -0.27376 40.0247 -0.286719 40.0256 -0.299605 40.0265 -0.312416 40.0275 -0.32515 40.0285 -0.337805 40.0296 40.0307 -0.350376 -0.00844821 32.5358 -0.0169711 33.3958 -0.0255764 34.3035 -0.0342769 35.2479 -0.0430948 36.2153 -0.0520688 37.1881 -0.0612662 38.1426 -0.0707886 39.0403 -0.0816735 39.7825 -0.0943162 40.0199 -0.1071 40.0301 -0.119855 40.0305 -0.132579 40.0308 -0.145268 40.0313 -0.15792 40.0317 -0.170532 40.0323 -0.183102 40.0328 -0.195626 40.0334 -0.208103 40.034 -0.22053 40.0347 -0.232903 40.0354 -0.24522 40.0362 -0.257476 40.037 -0.26967 40.0378 -0.281797 40.0387 -0.293856 40.0396 -0.305841 40.0405 -0.317752 40.0415 40.0425 -0.329584 -0.00794534 32.5437 -0.0159605 33.4038 -0.0240531 34.3116 -0.0322349 35.2561 -0.0405264 36.2236 -0.048964 37.1965 -0.0576104 38.1513 -0.0665604 39.0492 -0.0767794 39.7927 -0.0886547 40.0317 -0.100668 40.0421 -0.112659 40.0425 -0.124624 40.0428 -0.136559 40.0432 -0.148461 40.0436 -0.160328 40.0441 -0.172155 40.0446 -0.18394 40.0452 -0.195678 40.0458 -0.207368 40.0464 -0.219005 40.047 -0.230588 40.0477 -0.242113 40.0485 -0.253578 40.0493 -0.264981 40.0501 -0.276319 40.0509 -0.287589 40.0518 -0.298787 40.0527 40.0536 -0.309914 -0.00746697 32.5512 -0.0149997 33.4114 -0.022605 34.3192 -0.0302941 35.2638 -0.0380859 36.2314 -0.0460146 37.2045 -0.0541388 38.1594 -0.0625487 39.0576 -0.0721461 39.8023 -0.083302 40.0429 -0.0945869 40.0534 -0.105849 40.0537 -0.117086 40.054 -0.128295 40.0544 -0.139474 40.0548 -0.150619 40.0553 -0.161728 40.0557 -0.172798 40.0562 -0.183827 40.0568 -0.194811 40.0574 -0.205749 40.058 -0.216637 40.0586 -0.227473 40.0593 -0.238254 40.06 -0.248978 40.0608 -0.259641 40.0616 -0.270241 40.0624 -0.280773 40.0632 40.0641 -0.291238 -0.00701004 32.5582 -0.0140822 33.4184 -0.0212221 34.3264 -0.02844 35.271 -0.0357539 36.2387 -0.0431956 37.2119 -0.0508205 38.167 -0.0587149 39.0655 -0.0677251 39.8113 -0.0782103 40.0534 -0.0888196 40.064 -0.0994061 40.0643 -0.109967 40.0646 -0.120499 40.065 -0.131 40.0653 -0.141469 40.0657 -0.151902 40.0662 -0.162299 40.0666 -0.172657 40.0672 -0.182973 40.0677 -0.193247 40.0683 -0.203475 40.0689 -0.213654 40.0695 -0.223781 40.0702 -0.233855 40.0709 -0.243872 40.0716 -0.253831 40.0723 -0.263729 40.0731 40.0739 -0.273565 -0.00658342 32.5648 -0.0132243 33.4251 -0.0199287 34.3331 -0.0267063 35.2778 -0.0335736 36.2456 -0.0405607 37.2189 -0.0477194 38.1742 -0.0551299 39.0729 -0.0635741 39.8198 -0.0734022 40.0632 -0.0833501 40.074 -0.0932817 40.0742 -0.103192 40.0745 -0.113079 40.0748 -0.122939 40.0752 -0.13277 40.0756 -0.142568 40.076 -0.152332 40.0764 -0.162059 40.0769 -0.171746 40.0774 -0.181391 40.0779 -0.190992 40.0785 -0.200547 40.0791 -0.210054 40.0797 -0.219511 40.0803 -0.228917 40.081 -0.238268 40.0817 -0.247566 40.0824 40.0832 -0.256805 -0.00617591 32.571 -0.0124065 33.4313 -0.0186967 34.3393 -0.0250554 35.2842 -0.0314981 36.252 -0.0380529 37.2255 -0.0447682 38.1809 -0.0517201 39.0799 -0.0596386 39.8277 -0.0688546 40.0724 -0.0781813 40.0833 -0.0874916 40.0835 -0.0967831 40.0838 -0.106055 40.0841 -0.115303 40.0844 -0.124527 40.0848 -0.133722 40.0852 -0.142887 40.0856 -0.152019 40.086 -0.161114 40.0865 -0.17017 40.087 -0.179186 40.0875 -0.188157 40.088 -0.197081 40.0886 -0.205958 40.0892 -0.214784 40.0898 -0.223559 40.0905 -0.232282 40.0911 40.0918 -0.24095 -0.00578854 32.5768 -0.0116278 33.4371 -0.0175225 34.3452 -0.0234807 35.2901 -0.0295167 36.2581 -0.0356568 37.2316 -0.0419465 38.1872 -0.0484619 39.0864 -0.0558966 39.8351 -0.0645599 40.0811 -0.0733255 40.092 -0.0820681 40.0923 -0.0907878 40.0925 -0.0994817 40.0928 -0.10815 40.0931 -0.116791 40.0934 -0.125404 40.0938 -0.133986 40.0942 -0.142538 40.0946 -0.151056 40.095 -0.159539 40.0954 -0.167986 40.0959 -0.176395 40.0964 -0.184763 40.097 -0.193089 40.0975 -0.20137 40.0981 -0.209605 40.0987 -0.217788 40.0993 40.1 -0.225922 -0.00542289 32.5822 -0.0108932 33.4426 -0.0164151 34.3508 -0.0219961 35.2957 -0.0276496 36.2637 -0.0334001 37.2373 -0.0392902 38.1931 -0.0453898 39.0925 -0.0523429 39.8421 -0.0604532 40.0892 -0.068667 40.1003 -0.0768649 40.1005 -0.0850443 40.1007 -0.093202 40.101 -0.101336 40.1012 -0.109445 40.1015 -0.117526 40.1019 -0.125577 40.1022 -0.133598 40.1026 -0.141586 40.103 -0.14954 40.1034 -0.157458 40.1038 -0.165338 40.1043 -0.173178 40.1048 -0.180978 40.1053 -0.188735 40.1059 -0.196448 40.1064 -0.204112 40.107 40.1076 -0.21173 -0.00508094 32.5873 -0.0102061 33.4477 -0.0153796 34.3559 -0.0206084 35.3009 -0.0259052 36.269 -0.0312933 37.2427 -0.036813 38.1986 -0.0425288 39.0982 -0.049034 39.8486 -0.0566188 40.0968 -0.0642996 40.1079 -0.0719682 40.1082 -0.0796203 40.1084 -0.0872555 40.1086 -0.0948697 40.1089 -0.102463 40.1091 -0.11003 40.1094 -0.117573 40.1098 -0.125087 40.1101 -0.132571 40.1105 -0.140024 40.1109 -0.147445 40.1113 -0.154831 40.1117 -0.162181 40.1122 -0.169493 40.1126 -0.176766 40.1131 -0.183999 40.1136 -0.191188 40.1142 40.1147 -0.198331 -0.00476053 32.592 -0.00956214 33.4525 -0.0144089 34.3608 -0.0193071 35.3058 -0.0242686 36.274 -0.0293147 37.2478 -0.0344829 38.2037 -0.0398323 39.1036 -0.0459112 39.8547 -0.0529963 40.1039 -0.0601731 40.1151 -0.0673398 40.1153 -0.0744937 40.1155 -0.0816335 40.1157 -0.0887564 40.116 -0.0958613 40.1162 -0.102945 40.1165 -0.110007 40.1168 -0.117044 40.1171 -0.124054 40.1175 -0.131035 40.1178 -0.137986 40.1182 -0.144902 40.1186 -0.151785 40.119 -0.15863 40.1195 -0.165438 40.1199 -0.172209 40.1204 -0.17894 40.1209 40.1214 -0.185629 -0.0044497 32.5965 -0.00893858 33.457 -0.0134697 34.3653 -0.0180488 35.3104 -0.0226867 36.2786 -0.0274034 37.2525 -0.0322338 38.2086 -0.0372366 39.1086 -0.0429308 39.8604 -0.0495711 40.1105 -0.0562932 40.1218 -0.0630009 40.122 -0.069694 40.1222 -0.076371 40.1224 -0.0830314 40.1226 -0.0896729 40.1229 -0.0962949 40.1231 -0.102895 40.1234 -0.109472 40.1237 -0.116025 40.124 -0.122552 40.1244 -0.129051 40.1247 -0.135521 40.1251 -0.141961 40.1255 -0.14837 40.1259 -0.154744 40.1263 -0.161086 40.1268 -0.167391 40.1272 40.1277 -0.173657 -0.00415308 32.6006 -0.00834228 33.4612 -0.0125701 34.3695 -0.016842 35.3147 -0.0211682 36.2829 -0.0255676 37.2569 -0.0300737 38.2131 -0.0347446 39.1132 -0.0400739 39.8657 -0.0463014 40.1167 -0.0526067 40.1281 -0.0588956 40.1283 -0.0651662 40.1285 -0.0714176 40.1287 -0.0776491 40.1289 -0.0838603 40.1291 -0.0900505 40.1293 -0.0962194 40.1296 -0.102366 40.1299 -0.10849 40.1301 -0.114589 40.1305 -0.120662 40.1308 -0.126707 40.1311 -0.132722 40.1315 -0.138707 40.1319 -0.14466 40.1323 -0.150583 40.1327 -0.156475 40.1331 40.1336 -0.162332 -0.00388281 32.6045 -0.00779852 33.4651 -0.01175 34.3735 -0.0157422 35.3187 -0.0197844 36.287 -0.0238938 37.261 -0.0281009 38.2173 -0.0324587 39.1176 -0.0374142 39.8706 -0.0432112 40.1225 -0.0490906 40.134 -0.0549635 40.1342 -0.0608266 40.1343 -0.0666773 40.1345 -0.072513 40.1347 -0.0783312 40.1349 -0.0841297 40.1351 -0.0899064 40.1354 -0.0956595 40.1356 -0.101388 40.1359 -0.10709 40.1362 -0.112766 40.1365 -0.118415 40.1368 -0.124037 40.1371 -0.12963 40.1375 -0.135194 40.1378 -0.140728 40.1382 -0.146231 40.1386 40.139 -0.151701 -0.00362596 32.6081 -0.00728282 33.4688 -0.0109733 34.3772 -0.0147018 35.3224 -0.0184772 36.2908 -0.0223164 37.2648 -0.0262507 38.2212 -0.030318 39.1217 -0.03497 39.8753 -0.0403904 40.128 -0.0458726 40.1395 -0.0513431 40.1397 -0.0568021 40.1398 -0.0622485 40.14 -0.0676822 40.1401 -0.0731015 40.1403 -0.0785061 40.1405 -0.083894 40.1407 -0.0892648 40.141 -0.0946164 40.1412 -0.0999479 40.1415 -0.105257 40.1418 -0.110542 40.1421 -0.1158 40.1424 -0.121031 40.1427 -0.126232 40.143 -0.131404 40.1434 -0.136547 40.1438 40.1441 -0.14166 -0.00337671 32.6115 -0.00678315 33.4722 -0.0102202 34.3806 -0.0136919 35.3259 -0.0172065 36.2943 -0.0207777 37.2684 -0.0244226 38.2249 -0.0281593 39.1254 -0.0325222 39.8797 -0.0376168 40.1331 -0.042753 40.1446 -0.0478745 40.1448 -0.0529809 40.1449 -0.0580719 40.1451 -0.0631474 40.1452 -0.0682072 40.1454 -0.0732508 40.1456 -0.0782774 40.1458 -0.0832861 40.146 -0.0882757 40.1462 -0.0932451 40.1465 -0.0981932 40.1467 -0.103119 40.147 -0.108021 40.1473 -0.1129 40.1476 -0.117753 40.1479 -0.122581 40.1482 -0.127382 40.1486 40.1489 -0.132154 -0.00315658 32.6147 -0.00634023 33.4754 -0.00955208 34.3838 -0.0127945 35.3291 -0.0160696 36.2975 -0.0193702 37.2717 -0.0226641 38.2282 -0.0261365 39.1289 -0.030357 39.8839 -0.0351029 40.1378 -0.0398737 40.1494 -0.04464 40.1495 -0.0493984 40.1497 -0.0541476 40.1498 -0.0588844 40.1499 -0.0636078 40.1501 -0.0683152 40.1503 -0.0730061 40.1505 -0.0776784 40.1507 -0.0823321 40.1509 -0.0869657 40.1511 -0.0915796 40.1513 -0.0961724 40.1516 -0.100744 40.1518 -0.105293 40.1521 -0.109819 40.1524 -0.114318 40.1527 -0.118791 40.153 40.1534 -0.123239 -0.00295863 32.6176 -0.00593902 33.4784 -0.00894436 34.3868 -0.0119714 35.3321 -0.0150083 36.3006 -0.018026 37.2747 -0.0210082 38.2311 -0.0243601 39.1322 -0.0284664 39.888 -0.0328541 40.1422 -0.0372694 40.1538 -0.0416834 40.154 -0.0460928 40.1541 -0.0504965 40.1542 -0.0548921 40.1543 -0.0592786 40.1545 -0.0636542 40.1547 -0.0680183 40.1548 -0.0723689 40.155 -0.0767055 40.1552 -0.0810258 40.1554 -0.0853288 40.1556 -0.0896124 40.1559 -0.0938754 40.1561 -0.0981161 40.1564 -0.102334 40.1566 -0.106528 40.1569 -0.110698 40.1572 40.1575 -0.114843 -0.00272331 32.6204 -0.00546984 33.4811 -0.00823825 34.3896 -0.0110301 35.3349 -0.0138515 36.3034 -0.0167238 37.2776 -0.0197044 38.2341 -0.0227781 39.1353 -0.0262467 39.8914 -0.0303522 40.1463 -0.0345152 40.158 -0.0386654 40.1581 -0.0428034 40.1582 -0.046929 40.1583 -0.0510425 40.1585 -0.0551433 40.1586 -0.059231 40.1587 -0.0633047 40.1589 -0.0673636 40.1591 -0.0714066 40.1593 -0.0754329 40.1594 -0.0794412 40.1596 -0.0834312 40.1599 -0.0874016 40.1601 -0.0913524 40.1603 -0.0952825 40.1606 -0.0991907 40.1608 -0.103076 40.1611 40.1614 -0.106937 -0.00251096 32.6229 -0.00504629 33.4836 -0.00760357 34.3922 -0.0101885 35.3375 -0.0128172 36.306 -0.0155247 37.2803 -0.0183362 38.2369 -0.0211102 39.1381 -0.0242701 39.8946 -0.0281163 40.1501 -0.0320084 40.1619 -0.0358882 40.162 -0.0397564 40.1621 -0.0436114 40.1622 -0.0474539 40.1623 -0.051282 40.1624 -0.0550963 40.1626 -0.0588949 40.1627 -0.0626784 40.1629 -0.0664452 40.163 -0.0701958 40.1632 -0.073929 40.1634 -0.0776455 40.1636 -0.0813436 40.1638 -0.0850238 40.164 -0.0886842 40.1642 -0.0923236 40.1645 -0.0959408 40.1647 40.165 -0.0995362 -0.00234463 32.6252 -0.00469908 33.486 -0.00705901 34.3945 -0.00941393 35.3399 -0.011757 36.3084 -0.0141182 37.2827 -0.0166312 38.2394 -0.0194891 39.1409 -0.0228525 39.898 -0.0264278 40.1537 -0.0300065 40.1655 -0.0335784 40.1656 -0.0371434 40.1656 -0.0406998 40.1657 -0.0442475 40.1658 -0.0477852 40.166 -0.0513128 40.1661 -0.054829 40.1662 -0.058334 40.1664 -0.0618264 40.1665 -0.0653062 40.1667 -0.0687717 40.1668 -0.0722228 40.167 -0.075658 40.1672 -0.0790769 40.1674 -0.082478 40.1676 -0.0858601 40.1678 -0.0892228 40.1681 40.1683 -0.092566 -0.00219077 32.6274 -0.00439054 33.4882 -0.00657314 34.3967 -0.00871321 35.342 -0.0107994 36.3105 -0.0129387 37.2848 -0.0153371 38.2418 -0.0180628 39.1437 -0.0211917 39.9011 -0.0245458 40.1571 -0.0278963 40.1688 -0.0312328 40.1689 -0.0345563 40.169 -0.0378682 40.1691 -0.0411685 40.1691 -0.0444579 40.1693 -0.047736 40.1694 -0.0510029 40.1695 -0.0542579 40.1696 -0.0575009 40.1698 -0.0607309 40.1699 -0.0639474 40.1701 -0.0671495 40.1702 -0.0703368 40.1704 -0.0735083 40.1706 -0.0766639 40.1708 -0.0798015 40.171 -0.082922 40.1712 40.1714 -0.0860237 -0.00205583 32.6295 -0.00408753 33.4902 -0.00607056 34.3987 -0.00796871 35.3439 -0.009787 36.3123 -0.0117017 37.2867 -0.0139485 38.2441 -0.0166551 39.1464 -0.019831 39.9043 -0.0229021 40.1601 -0.0259508 40.1719 -0.0290102 40.172 -0.0320742 40.172 -0.0351393 40.1721 -0.0382013 40.1722 -0.0412587 40.1723 -0.0443084 40.1724 -0.0473496 40.1725 -0.0503802 40.1726 -0.0533999 40.1728 -0.0564067 40.1729 -0.0594008 40.1731 -0.0623805 40.1732 -0.0653461 40.1734 -0.0682959 40.1735 -0.0712304 40.1737 -0.0741471 40.1739 -0.0770472 40.1741 40.1743 -0.0799281 -0.00179551 32.6313 -0.00359811 33.492 -0.00539166 34.4005 -0.00718416 35.3457 -0.0090228 36.3141 -0.010951 37.2887 -0.0130822 38.2462 -0.0156396 39.1489 -0.0185895 39.9072 -0.0214241 40.163 -0.0242357 40.1747 -0.0270514 40.1748 -0.0298703 40.1749 -0.032691 40.1749 -0.0355118 40.175 -0.0383311 40.1751 -0.041147 40.1752 -0.043958 40.1753 -0.0467625 40.1755 -0.0495594 40.1756 -0.0523471 40.1757 -0.0551248 40.1758 -0.0578912 40.176 -0.0606455 40.1761 -0.0633864 40.1763 -0.0661136 40.1764 -0.0688247 40.1766 -0.0715206 40.1768 40.177 -0.0741988 -0.00168298 32.6329 -0.00340117 33.4937 -0.0051631 34.4022 -0.0069931 35.3475 -0.00891358 36.316 -0.0108608 37.2906 -0.0127783 38.2481 -0.0146929 39.1508 -0.0167855 39.9093 -0.0194596 40.1656 -0.0221883 40.1774 -0.0248914 40.1775 -0.0275736 40.1775 -0.0302379 40.1776 -0.0328876 40.1777 -0.0355242 40.1778 -0.0381494 40.1779 -0.0407636 40.178 -0.0433678 40.1781 -0.0459616 40.1782 -0.0485454 40.1783 -0.0511186 40.1784 -0.0536811 40.1785 -0.056232 40.1787 -0.0587711 40.1788 -0.0612978 40.179 -0.0638104 40.1791 -0.0663096 40.1793 40.1794 -0.0687937 -0.00161035 32.6346 -0.00323245 33.4954 -0.00486641 34.4039 -0.00653491 35.3492 -0.00827635 36.3178 -0.0100906 37.2924 -0.011924 38.25 -0.0136634 39.1526 -0.0154917 39.9111 -0.0179164 40.1681 -0.0204168 40.1799 -0.022914 40.18 -0.0254048 40.18 -0.0278866 40.1801 -0.0303586 40.1802 -0.0328195 40.1802 -0.0352693 40.1803 -0.0377074 40.1804 -0.0401341 40.1805 -0.0425489 40.1806 -0.0449521 40.1807 -0.0473432 40.1808 -0.0497226 40.1809 -0.0520895 40.181 -0.0544443 40.1812 -0.0567862 40.1813 -0.0591145 40.1814 -0.0614292 40.1816 40.1817 -0.0637303 -0.00141096 32.636 -0.0028789 33.4968 -0.00436638 34.4054 -0.00590329 35.3507 -0.00752291 36.3194 -0.00920817 37.2941 -0.0108914 38.2517 -0.0125438 39.1542 -0.0144426 39.913 -0.0167161 40.1703 -0.0190127 40.1822 -0.0213019 40.1823 -0.0235851 40.1823 -0.0258627 40.1824 -0.0281345 40.1824 -0.0304001 40.1825 -0.032659 40.1826 -0.0349103 40.1826 -0.0371536 40.1827 -0.0393881 40.1828 -0.0416133 40.1829 -0.0438284 40.183 -0.0460333 40.1831 -0.048227 40.1832 -0.0504095 40.1833 -0.05258 40.1835 -0.0547377 40.1836 -0.0568824 40.1837 40.1839 -0.0590143 -0.00130442 32.6373 -0.00263482 33.4982 -0.00398228 34.4067 -0.00535188 35.3521 -0.00678031 36.3208 -0.00830518 37.2956 -0.009924 38.2533 -0.0116799 39.156 -0.013682 39.915 -0.0157556 40.1724 -0.0178303 40.1843 -0.0199093 40.1843 -0.0219905 40.1844 -0.0240716 40.1844 -0.0261514 40.1845 -0.0282285 40.1846 -0.0303021 40.1846 -0.0323711 40.1847 -0.0344349 40.1848 -0.0364924 40.1849 -0.0385433 40.185 -0.0405865 40.1851 -0.0426216 40.1852 -0.0446476 40.1853 -0.0466643 40.1854 -0.0486706 40.1855 -0.0506658 40.1856 -0.0526494 40.1857 40.1859 -0.0546217 -0.00122674 32.6385 -0.00245762 33.4994 -0.00375336 34.408 -0.00509696 35.3535 -0.00649325 36.3222 -0.0079394 37.2971 -0.00942342 38.2548 -0.0110422 39.1576 -0.0129034 39.9169 -0.0147827 40.1743 -0.0166655 40.1862 -0.0185578 40.1862 -0.0204572 40.1863 -0.0223611 40.1863 -0.0242675 40.1864 -0.0261743 40.1865 -0.0280802 40.1865 -0.0299837 40.1866 -0.0318838 40.1867 -0.0337795 40.1868 -0.0356698 40.1869 -0.037554 40.1869 -0.0394315 40.187 -0.0413013 40.1871 -0.043163 40.1872 -0.0450159 40.1873 -0.046859 40.1874 -0.0486921 40.1876 40.1877 -0.0505148 -0.00113839 32.6396 -0.00239232 33.5007 -0.00374599 34.4094 -0.00518757 35.3549 -0.00664866 36.3237 -0.00805556 37.2985 -0.00937988 38.2561 -0.0104432 39.1587 -0.0114253 39.9179 -0.0131834 40.1761 -0.0150375 40.188 -0.0168731 40.1881 -0.0186939 40.1881 -0.0205027 40.1882 -0.0223016 40.1882 -0.0240919 40.1883 -0.0258743 40.1883 -0.0276495 40.1884 -0.0294175 40.1885 -0.0311784 40.1885 -0.0329321 40.1886 -0.0346785 40.1887 -0.0364171 40.1888 -0.0381479 40.1889 -0.0398701 40.1889 -0.0415837 40.189 -0.0432877 40.1891 -0.044982 40.1893 40.1894 -0.0466664 -0.00112276 32.6408 -0.00232888 33.5019 -0.00360656 34.4106 -0.00495166 35.3562 -0.0063293 36.3251 -0.00769014 37.2998 -0.00894185 38.2573 -0.00972396 39.1594 -0.0102827 39.9184 -0.0118714 40.1776 -0.0135959 40.1897 -0.0153131 40.1898 -0.017021 40.1898 -0.0187191 40.1899 -0.0204073 40.1899 -0.0220856 40.1899 -0.0237543 40.19 -0.0254136 40.19 -0.0270636 40.1901 -0.0287047 40.1902 -0.0303368 40.1902 -0.0319602 40.1903 -0.0335747 40.1904 -0.0351806 40.1905 -0.0367773 40.1905 -0.0383653 40.1906 -0.0399429 40.1907 -0.0415118 40.1908 40.1909 -0.0430706 -0.00117596 32.6419 -0.00235899 33.503 -0.00357646 34.4119 -0.0048006 35.3575 -0.00598723 36.3262 -0.00706232 37.3009 -0.00795815 38.2582 -0.0087196 39.1602 -0.00971988 39.9195 -0.0112002 40.1791 -0.0127297 40.1913 -0.0142631 40.1913 -0.0157982 40.1914 -0.0173332 40.1914 -0.0188666 40.1914 -0.0203971 40.1915 -0.0219237 40.1915 -0.0234455 40.1916 -0.0249618 40.1916 -0.026472 40.1917 -0.0279756 40.1917 -0.0294724 40.1918 -0.0309617 40.1919 -0.0324436 40.1919 -0.0339172 40.192 -0.035383 40.1921 -0.0368392 40.1922 -0.0382867 40.1923 40.1924 -0.0397248 -0.00094572 32.6429 -0.00197292 33.5041 -0.00305277 34.4129 -0.00414624 35.3586 -0.00520275 36.3273 -0.00616532 37.3019 -0.00701357 38.2591 -0.00787767 39.1611 -0.00903174 39.9206 -0.01045 40.1805 -0.0118798 40.1927 -0.0133 40.1927 -0.0147129 40.1928 -0.01612 40.1928 -0.0175223 40.1928 -0.0189204 40.1929 -0.0203144 40.1929 -0.0217043 40.193 -0.02309 40.193 -0.0244711 40.1931 -0.0258474 40.1931 -0.0272185 40.1932 -0.028584 40.1932 -0.0299439 40.1933 -0.0312971 40.1934 -0.032644 40.1934 -0.0339832 40.1935 -0.0353151 40.1936 40.1937 -0.0366392 -0.000803407 32.6437 -0.00166052 33.5049 -0.00255204 34.4138 -0.0034588 35.3595 -0.00434087 36.3282 -0.00517532 37.3027 -0.00600206 38.2599 -0.0070237 39.1621 -0.00838747 39.922 -0.00971141 40.1819 -0.0110132 40.194 -0.012314 40.194 -0.0136124 40.1941 -0.0149078 40.1941 -0.0161994 40.1941 -0.017487 40.1942 -0.0187704 40.1942 -0.0200493 40.1942 -0.0213235 40.1943 -0.0225929 40.1943 -0.0238573 40.1944 -0.0251166 40.1944 -0.0263705 40.1945 -0.027619 40.1946 -0.0288614 40.1946 -0.0300976 40.1947 -0.0313273 40.1947 -0.0325495 40.1948 40.1949 -0.0337655 -0.000746616 32.6444 -0.00143328 33.5056 -0.00213698 34.4145 -0.00288831 35.3602 -0.00372678 36.329 -0.00469307 37.3037 -0.00570008 38.2609 -0.00676098 39.1632 -0.00804897 39.9233 -0.00920533 40.183 -0.0103478 40.1951 -0.0115001 40.1952 -0.0126596 40.1952 -0.0138239 40.1953 -0.0149907 40.1953 -0.0161587 40.1953 -0.0173265 40.1954 -0.0184931 40.1954 -0.0196576 40.1954 -0.0208195 40.1955 -0.0219781 40.1955 -0.0231329 40.1956 -0.0242837 40.1956 -0.0254303 40.1957 -0.0265716 40.1958 -0.0277084 40.1958 -0.0288389 40.1959 -0.0299644 40.196 40.196 -0.0310834 -0.000517007 32.6449 -0.00112189 33.5062 -0.00177484 34.4152 -0.00249736 35.3609 -0.00331378 36.3298 -0.00426082 37.3046 -0.00534176 38.262 -0.00641918 39.1642 -0.00742461 39.9243 -0.00850129 40.1841 -0.00958559 40.1962 -0.0106635 40.1963 -0.0117371 40.1963 -0.0128081 40.1963 -0.0138773 40.1964 -0.0149452 40.1964 -0.0160118 40.1964 -0.0170771 40.1965 -0.0181406 40.1965 -0.0192023 40.1966 -0.0202613 40.1966 -0.0213176 40.1966 -0.0223704 40.1967 -0.0234197 40.1967 -0.0244645 40.1968 -0.0255049 40.1969 -0.0265404 40.1969 -0.0275699 40.197 40.197 -0.0285938 -0.000672459 32.6456 -0.00136184 33.5069 -0.00207944 34.4159 -0.00278257 35.3616 -0.00341922 36.3305 -0.00399221 37.3052 -0.00468785 38.2627 -0.00560081 39.1651 -0.00652824 39.9252 -0.0075507 40.1851 -0.00857845 40.1973 -0.00959861 40.1973 -0.0106118 40.1973 -0.0116188 40.1973 -0.0126202 40.1974 -0.0136168 40.1974 -0.0146089 40.1974 -0.0155969 40.1975 -0.0165814 40.1975 -0.0175619 40.1975 -0.0185392 40.1976 -0.0195126 40.1976 -0.0204827 40.1977 -0.0214492 40.1977 -0.0224117 40.1978 -0.023371 40.1978 -0.0243251 40.1979 -0.0252765 40.1979 40.198 -0.0262225 -0.000687288 32.6463 -0.00135058 33.5076 -0.00197524 34.4165 -0.00256178 35.3622 -0.00310084 36.331 -0.00357684 37.3057 -0.00406057 38.2632 -0.00478973 39.1659 -0.00583226 39.9262 -0.00677643 40.1861 -0.00770005 40.1982 -0.00862784 40.1982 -0.00955803 40.1982 -0.0104889 40.1983 -0.0114193 40.1983 -0.0123481 40.1983 -0.0132745 40.1983 -0.0141982 40.1984 -0.015118 40.1984 -0.0160346 40.1985 -0.0169465 40.1985 -0.0178546 40.1985 -0.0187574 40.1986 -0.0196557 40.1986 -0.0205487 40.1987 -0.0214359 40.1987 -0.0223183 40.1988 -0.0231927 40.1988 40.1989 -0.0240623 -0.000611329 32.6469 -0.00114863 33.5081 -0.00165121 34.417 -0.0021631 35.3627 -0.00273654 36.3316 -0.00338081 37.3063 -0.00402764 38.2638 -0.00461579 39.1665 -0.00536571 39.927 -0.00618273 40.1869 -0.00700287 40.199 -0.00783008 40.199 -0.0086626 40.1991 -0.00949893 40.1991 -0.0103374 40.1991 -0.011177 40.1992 -0.0120169 40.1992 -0.0128555 40.1992 -0.0136936 40.1993 -0.0145289 40.1993 -0.0153625 40.1993 -0.0161926 40.1994 -0.0170202 40.1994 -0.0178441 40.1994 -0.018665 40.1995 -0.0194825 40.1995 -0.0202959 40.1996 -0.0211063 40.1996 40.1997 -0.0219134 -0.000596114 32.6475 -0.00113916 33.5086 -0.00168281 34.4176 -0.00223535 35.3633 -0.00283807 36.3322 -0.00350691 37.307 -0.00406682 38.2644 -0.00429974 39.1667 -0.0046702 39.9274 -0.00544811 40.1877 -0.0062529 40.1998 -0.00705227 40.1998 -0.00784715 40.1999 -0.00863874 40.1999 -0.00942734 40.1999 -0.0102139 40.1999 -0.0109975 40.2 -0.0117798 40.2 -0.0125586 40.2 -0.0133361 40.2001 -0.0141098 40.2001 -0.0148809 40.2001 -0.0156479 40.2002 -0.0164116 40.2002 -0.0171705 40.2002 -0.0179252 40.2003 -0.0186744 40.2003 -0.0194188 40.2004 40.2004 -0.0201557 -0.000477369 32.648 -0.00107974 33.5093 -0.00162113 34.4181 -0.00211185 35.3638 -0.00253201 36.3326 -0.00286185 37.3073 -0.00309469 38.2646 -0.00331186 39.1669 -0.00373991 39.9278 -0.00450721 40.1884 -0.00530404 40.2006 -0.00608784 40.2006 -0.00685967 40.2006 -0.00762073 40.2007 -0.00837237 40.2007 -0.00911518 40.2007 -0.00985084 40.2007 -0.0105788 40.2007 -0.0113013 40.2008 -0.0120172 40.2008 -0.0127283 40.2008 -0.0134345 40.2008 -0.0141358 40.2009 -0.0148337 40.2009 -0.0155268 40.2009 -0.0162165 40.201 -0.0169027 40.201 -0.0175841 40.201 40.2011 -0.0182637 -0.000532431 32.6485 -0.000974599 33.5097 -0.00139891 34.4185 -0.00176706 35.3642 -0.00206398 36.3329 -0.00230482 37.3076 -0.00256986 38.2649 -0.00291384 39.1673 -0.00329918 39.9282 -0.00397397 40.1891 -0.00469217 40.2013 -0.00540518 40.2013 -0.00611387 40.2014 -0.0068173 40.2014 -0.00751617 40.2014 -0.00820998 40.2014 -0.00889913 40.2014 -0.00958365 40.2014 -0.0102637 40.2014 -0.0109389 40.2015 -0.0116101 40.2015 -0.0122757 40.2015 -0.0129377 40.2015 -0.0135932 40.2016 -0.0142449 40.2016 -0.014891 40.2016 -0.0155311 40.2016 -0.0161685 40.2017 40.2017 -0.0167992 -0.000472204 32.649 -0.00091961 33.5101 -0.00132402 34.4189 -0.00168597 35.3645 -0.00200647 36.3332 -0.00229501 37.3078 -0.0025606 38.2651 -0.00285182 39.1675 -0.0032518 39.9286 -0.00386204 40.1897 -0.00449187 40.2019 -0.00511983 40.202 -0.00574375 40.202 -0.00636538 40.202 -0.00698276 40.202 -0.00759745 40.202 -0.0082078 40.202 -0.00881501 40.202 -0.00941751 40.202 -0.0100172 40.2021 -0.0106121 40.2021 -0.0112049 40.2021 -0.0117921 40.2021 -0.0123785 40.2021 -0.0129588 40.2022 -0.0135379 40.2022 -0.0141127 40.2022 -0.0146832 40.2023 40.2023 -0.0152481 -0.000462484 32.6495 -0.000839322 33.5105 -0.00119281 34.4193 -0.00151239 35.3648 -0.00178834 36.3335 -0.00202249 37.3081 -0.00233888 38.2655 -0.00289264 39.1681 -0.00356041 39.9292 -0.00405034 40.1902 -0.00452613 40.2024 -0.00501661 40.2025 -0.00552094 40.2025 -0.00603338 40.2025 -0.00655451 40.2025 -0.0070802 40.2025 -0.00761107 40.2025 -0.00814433 40.2026 -0.00868057 40.2026 -0.00921732 40.2026 -0.00975505 40.2026 -0.010292 40.2026 -0.0108288 40.2026 -0.0113621 40.2027 -0.0118958 40.2027 -0.012423 40.2027 -0.012951 40.2027 -0.0134708 40.2028 40.2028 -0.0139939 -0.000269542 32.6497 -0.000561699 33.5108 -0.000828934 34.4196 -0.00106141 35.3651 -0.00127487 36.3337 -0.00151051 37.3083 -0.00191095 38.2659 -0.0026091 39.1688 -0.00343433 39.9301 -0.00395423 40.1907 -0.00442255 40.2029 -0.00488839 40.2029 -0.00535049 40.2029 -0.00581329 40.203 -0.006275 40.203 -0.00673808 40.203 -0.00720131 40.203 -0.00766527 40.203 -0.0081295 40.203 -0.0085937 40.2031 -0.00905894 40.2031 -0.00952326 40.2031 -0.00998807 40.2031 -0.0104534 40.2031 -0.0109175 40.2032 -0.011386 40.2032 -0.01185 40.2032 -0.0123229 40.2032 40.2033 -0.012788 -0.000210005 32.6499 -0.000494882 33.5111 -0.000759045 34.4198 -0.00100322 35.3653 -0.00124953 36.334 -0.00153018 37.3086 -0.00181687 38.2661 -0.00214154 39.1691 -0.00256379 39.9305 -0.00307175 40.1912 -0.00358218 40.2034 -0.00407875 40.2034 -0.00456583 40.2034 -0.00504331 40.2034 -0.00551431 40.2034 -0.00597988 40.2035 -0.00644078 40.2035 -0.0068986 40.2035 -0.00735341 40.2035 -0.00780612 40.2035 -0.00825614 40.2035 -0.00870549 40.2035 -0.00915206 40.2036 -0.00959723 40.2036 -0.0100394 40.2036 -0.0104761 40.2036 -0.0109108 40.2036 -0.0113346 40.2037 40.2037 -0.0117561 -0.0003376 32.6503 -0.000598996 33.5114 -0.000842918 34.4201 -0.00105803 35.3655 -0.00124052 36.3341 -0.00144074 37.3088 -0.00170314 38.2664 -0.00199144 39.1694 -0.00236457 39.9309 -0.00274122 40.1916 -0.00312343 40.2038 -0.00351775 40.2038 -0.00392034 40.2038 -0.00432745 40.2038 -0.00473929 40.2039 -0.00515094 40.2039 -0.00556414 40.2039 -0.00597565 40.2039 -0.00638491 40.2039 -0.00679296 40.2039 -0.00719648 40.2039 -0.00759898 40.2039 -0.00799697 40.204 -0.00839304 40.204 -0.00878716 40.204 -0.00917891 40.204 -0.00957253 40.204 -0.00996336 40.2041 40.2041 -0.0103601 -0.000370726 32.6506 -0.000676765 33.5117 -0.000982111 34.4204 -0.00129378 35.3658 -0.00159365 36.3344 -0.00183722 37.309 -0.00198472 38.2666 -0.00205095 39.1695 -0.0022398 39.931 -0.00260662 40.192 -0.00299106 40.2042 -0.00337624 40.2042 -0.00376035 40.2042 -0.00414772 40.2042 -0.00453287 40.2042 -0.00492093 40.2043 -0.00530717 40.2043 -0.00569433 40.2043 -0.00608298 40.2043 -0.00646798 40.2043 -0.00685749 40.2043 -0.00724184 40.2043 -0.00762958 40.2043 -0.00801393 40.2044 -0.00839719 40.2044 -0.00878182 40.2044 -0.00915754 40.2044 -0.00953982 40.2044 40.2044 -0.00990865 -0.000376546 32.651 -0.0007739 33.5121 -0.00117295 34.4208 -0.00156206 35.3662 -0.00189797 36.3348 -0.00207739 37.3092 -0.00199651 38.2665 -0.00175954 39.1692 -0.0017156 39.931 -0.00202613 40.1923 -0.00237009 40.2045 -0.00271213 40.2045 -0.00305582 40.2046 -0.00339572 40.2046 -0.00373743 40.2046 -0.00407665 40.2046 -0.00441584 40.2046 -0.00475299 40.2046 -0.00509163 40.2046 -0.00542767 40.2046 -0.00576339 40.2047 -0.00609518 40.2047 -0.00642825 40.2047 -0.00675381 40.2047 -0.00708417 40.2047 -0.00740354 40.2047 -0.00772992 40.2047 -0.00804429 40.2048 40.2048 -0.00836465 -0.000333621 32.6514 -0.000715963 33.5124 -0.00102633 34.4211 -0.00126176 35.3665 -0.00141278 36.3349 -0.00147862 37.3093 -0.00147388 38.2665 -0.00142085 39.1692 -0.00146571 39.931 -0.00182473 40.1926 -0.00221122 40.2049 -0.00258638 40.2049 -0.00295126 40.2049 -0.00330682 40.2049 -0.00365769 40.2049 -0.00399868 40.2049 -0.00433708 40.2049 -0.00467132 40.2049 -0.00499583 40.205 -0.00532712 40.205 -0.00564257 40.205 -0.00596974 40.205 -0.0062798 40.205 -0.00660152 40.205 -0.00690727 40.205 -0.00722319 40.205 -0.0075255 40.205 -0.00783675 40.2051 40.2051 -0.00814264 -0.000295444 32.6517 -0.000496557 33.5126 -0.000665886 34.4213 -0.000785532 35.3666 -0.000886833 36.335 -0.000992037 37.3094 -0.00110049 38.2666 -0.00114797 39.1692 -0.00112045 39.931 -0.00139627 40.1929 -0.00171589 40.2052 -0.00203638 40.2052 -0.00235095 40.2052 -0.00266509 40.2052 -0.00297143 40.2052 -0.0032812 40.2052 -0.00357908 40.2052 -0.003886 40.2053 -0.00417483 40.2052 -0.00447432 40.2053 -0.00475978 40.2053 -0.00505185 40.2053 -0.00533703 40.2053 -0.00562324 40.2053 -0.00590845 40.2053 -0.00619088 40.2053 -0.00647393 40.2053 -0.00674961 40.2053 40.2054 -0.00702468 -0.00042069 32.6521 -0.000741439 33.513 -0.000973971 34.4215 -0.00113908 35.3668 -0.00125176 36.3351 -0.00134367 37.3095 -0.00143134 38.2667 -0.00148056 39.1693 -0.00156637 39.9311 -0.00178392 40.1931 -0.00202124 40.2055 -0.00226844 40.2055 -0.00251879 40.2055 -0.00277812 40.2055 -0.00303834 40.2055 -0.00330114 40.2055 -0.00357047 40.2055 -0.00382992 40.2055 -0.00410652 40.2055 -0.00436567 40.2055 -0.00464051 40.2055 -0.00490133 40.2055 -0.00516913 40.2055 -0.00543165 40.2056 -0.00569212 40.2056 -0.00595347 40.2056 -0.00620956 40.2056 -0.00646994 40.2056 40.2056 -0.00672424 -0.000358417 -0.000627741 -0.000827161 -0.000973504 -0.00107695 -0.00116025 -0.00124645 -0.0013277 -0.00146534 -0.00169179 -0.00192183 -0.00214112 -0.00236336 -0.00257886 -0.00279617 -0.00301234 -0.00322803 -0.00344353 -0.00366149 -0.00387353 -0.00409438 -0.00430314 -0.00452463 -0.00473088 -0.00495024 -0.00515572 -0.00537163 -0.00557766 -0.00578795 6.00743 -4.9261 3.73408 -4.73242 2.80919 -2.44144 4.92994 7.2624 9.95058 26.7162 13.8521 51.0358 16.807 67.9939 15.5127 75.335 16.8346 80.0044 15.8441 79.7621 15.1363 80.1105 14.2333 79.228 13.4477 78.7894 12.7008 78.3475 12 77.9853 11.3298 77.6081 10.6919 77.1893 10.0961 76.7846 9.53856 76.3763 9.01303 75.9609 8.51597 75.5266 8.04828 75.0945 7.61284 74.687 7.20695 74.2905 6.828 73.8976 6.47389 73.4986 6.13926 73.0967 5.82412 72.7099 5.52644 72.3426 5.25402 72.0176 5.01519 71.6985 4.83215 71.2996 4.19413 70.9008 4.52054 70.5787 3.74011 69.7762 4.01441 69.544 3.74382 69.1707 3.56766 68.8552 3.39189 68.5776 3.23259 68.3174 3.08926 68.0685 2.95496 67.8184 2.82713 67.5655 2.70535 67.3141 2.58966 67.0668 2.48006 66.8254 2.37636 66.5912 2.27811 66.3638 2.18489 66.143 2.09637 65.9286 2.01226 65.7201 1.93234 65.5176 1.85632 65.3211 1.78413 65.1306 1.71531 64.9457 1.64981 64.7662 1.58729 64.5923 1.52779 64.4235 1.47093 64.2598 1.41671 64.101 1.3648 63.947 1.31533 63.7975 1.26768 63.6524 1.22253 63.5118 1.17814 63.3742 1.13797 63.2435 1.09086 63.109 1.06862 63.0115 0.954451 62.8373 1.02687 62.8048 0.842058 62.5007 1.0076 62.6834 0.754751 62.13 0.952088 62.6677 0.7114 62.0106 0.885975 62.4166 0.671144 61.8234 0.815785 62.2351 0.650609 61.7887 0.771852 61.8776 0.597668 61.4262 0.678027 61.9096 0.666088 61.5201 0.529847 61.1945 0.659709 61.5963 0.492247 61.124 0.61672 61.4152 0.459177 60.9681 0.551925 61.3052 0.46167 61.0219 0.492384 61.0483 0.471036 60.95 0.433293 60.8978 0.443927 60.8334 0.404746 60.7812 0.414263 60.7235 0.377836 60.6747 0.385744 60.6212 0.351552 60.5764 0.358559 60.5274 0.327239 60.4863 0.333397 60.4403 0.304297 60.4017 0.30753 60.3583 0.294174 60.3209 0.282578 60.285 0.273733 60.2498 0.24896 60.2166 0.251724 60.1818 0.228707 60.1519 0.230468 60.119 0.20914 60.0924 0.20996 60.0619 0.190031 60.0376 0.190188 60.0097 0.171635 59.9872 0.170837 59.9619 0.153783 59.9417 0.151636 59.9191 0.141776 59.9002 0.133738 59.8813 0.119273 59.8644 0.115932 59.8465 0.102734 59.8322 0.0984716 59.8164 0.0901325 59.8031 0.0783594 59.7907 0.0731239 59.7784 0.0646765 59.7686 0.0546752 59.7605 0.0476695 59.7524 0.0396398 59.745 0.0360597 59.6315 0.0282697 58.6696 0.0213677 57.0284 0.015379 55.3189 0.0104176 53.6249 0.00618139 52.0005 50.4627 7.68846 -2.18682 5.20463 -2.24859 3.58633 -0.823132 4.50523 6.3435 8.84197 22.3794 13.4472 46.4307 16.1544 65.2867 16.2059 75.2835 16.2553 79.955 15.1773 80.8401 14.6729 80.615 13.8226 80.0783 13.0417 79.5704 12.3101 79.0791 11.625 78.6704 10.9728 78.2602 10.3628 77.7994 9.79169 77.3556 9.25746 76.9106 8.7527 76.4656 8.27268 76.0066 7.82046 75.5467 7.39935 75.1082 7.00682 74.6831 6.64286 74.2616 6.30308 73.8384 5.98082 73.4189 5.67608 73.0146 5.38565 72.6331 5.12517 72.2781 4.91123 71.9124 4.71267 71.4982 4.48476 71.1288 4.42693 70.6365 4.08394 70.1191 3.86925 69.7587 3.66681 69.3731 3.4776 69.0444 3.3069 68.7482 3.14916 68.4751 3.00634 68.2113 2.8749 67.9499 2.75077 67.6896 2.63283 67.432 2.52083 67.1788 2.41481 66.9314 2.31465 66.6913 2.21984 66.4586 2.12987 66.233 2.04443 66.014 1.96321 65.8014 1.88598 65.5948 1.81253 65.3946 1.7427 65.2004 1.67618 65.0122 1.61273 64.8297 1.55224 64.6528 1.49453 64.4812 1.43943 64.3149 1.38682 64.1537 1.33647 63.9973 1.28834 63.8457 1.24214 63.6986 1.19804 63.5559 1.1551 63.4171 1.1152 63.2834 1.07191 63.1523 1.04584 63.0375 0.987952 62.8952 0.995938 62.7968 0.880253 62.6164 0.963799 62.5998 0.762784 62.331 0.926185 62.5043 0.732986 62.2038 0.864393 62.2852 0.687352 62.0004 0.793554 62.1289 0.693525 61.8887 0.758752 61.8124 0.598651 61.5863 0.696734 61.8115 0.680337 61.5365 0.535841 61.339 0.643099 61.489 0.507337 61.2597 0.596026 61.3265 0.463625 61.1005 0.5361 61.2327 0.480409 61.0776 0.482812 61.0459 0.464221 60.9686 0.450758 60.9113 0.43621 60.8479 0.421405 60.796 0.407196 60.7377 0.393306 60.6886 0.379236 60.6352 0.365872 60.5898 0.352693 60.5406 0.340414 60.4986 0.32803 60.4527 0.316174 60.4136 0.303436 60.3711 0.291432 60.3329 0.280172 60.2963 0.269752 60.2602 0.258617 60.2278 0.247796 60.1926 0.237578 60.1621 0.226943 60.1296 0.217187 60.1022 0.206745 60.0723 0.197307 60.047 0.187297 60.0197 0.178103 59.9964 0.168277 59.9717 0.159393 59.9506 0.149757 59.9288 0.140808 59.9092 0.131994 59.8902 0.123411 59.873 0.114306 59.8556 0.106174 59.8403 0.0974069 59.8252 0.089025 59.8115 0.0808418 59.7989 0.0722242 59.787 0.0639611 59.7768 0.0563355 59.7681 0.048955 59.7598 0.0414788 59.7525 0.0371654 59.6358 0.0290002 58.6778 0.0220129 57.0354 0.01598 55.325 0.0110442 53.6298 0.00777258 52.0038 50.4705 8.93551 0.0804091 6.52512 0.161795 4.55565 1.14634 4.55034 6.34882 7.90212 19.0277 12.7392 41.5936 15.7899 62.2361 16.415 74.6584 16.3341 80.0359 15.6091 81.5652 14.9275 81.2966 14.1246 80.8811 13.3387 80.3563 12.5912 79.8266 11.8809 79.3807 11.2185 78.9227 10.5871 78.4308 10.003 77.9397 9.45737 77.4562 8.93723 76.9858 8.44381 76.5001 7.97694 76.0136 7.5423 75.5428 7.13929 75.0861 6.76539 74.6354 6.41621 74.1876 6.08643 73.7487 5.776 73.3251 5.4879 72.9211 5.23199 72.534 5.00841 72.136 4.78662 71.72 4.61746 71.2979 4.46681 70.7872 4.20644 70.3795 3.9458 70.0193 3.72755 69.5913 3.53398 69.238 3.35855 68.9237 3.19694 68.6367 3.0494 68.3588 2.9135 68.0858 2.78579 67.8173 2.66498 67.5528 2.55071 67.2931 2.44281 67.0393 2.3409 66.7932 2.24441 66.5551 2.15286 66.3245 2.06597 66.1009 1.98346 65.8839 1.90507 65.6732 1.83058 65.4691 1.75973 65.2713 1.69227 65.0797 1.62796 64.894 1.56669 64.7141 1.5082 64.5397 1.45241 64.3707 1.39912 64.2069 1.34815 64.0483 1.29941 63.8944 1.25271 63.7453 1.20795 63.6007 1.16469 63.4604 1.12363 63.3245 1.08234 63.1936 1.05174 63.0681 1.00167 62.9453 0.990088 62.8084 0.910193 62.6963 0.938834 62.5712 0.780501 62.4893 0.901436 62.3834 0.752744 62.3525 0.847295 62.1907 0.704412 62.1433 0.783287 62.05 0.718151 61.9538 0.751032 61.7795 0.607623 61.7297 0.701367 61.7178 0.680238 61.5576 0.548287 61.4709 0.628706 61.4086 0.52085 61.3676 0.580834 61.2666 0.476812 61.2046 0.528117 61.1814 0.48822 61.1175 0.483929 61.0502 0.467894 60.9847 0.455057 60.9241 0.438976 60.864 0.425226 60.8098 0.409914 60.753 0.396941 60.7016 0.381839 60.6503 0.369539 60.6021 0.355168 60.5549 0.343638 60.5101 0.330178 60.4661 0.31882 60.4249 0.305779 60.3841 0.293987 60.3447 0.282803 60.3075 0.27144 60.2716 0.261059 60.2381 0.249452 60.2042 0.239788 60.1717 0.228476 60.1409 0.219109 60.1115 0.208176 60.0832 0.199053 60.0561 0.188571 60.0302 0.179644 60.0054 0.169433 59.9819 0.16067 59.9594 0.150833 59.9386 0.141916 59.9181 0.13286 59.8992 0.124393 59.8815 0.115023 59.865 0.106933 59.8484 0.0979925 59.8341 0.0894677 59.8201 0.0813188 59.8071 0.0726394 59.7957 0.0644065 59.7851 0.0567081 59.7758 0.0491796 59.7673 0.0425878 59.7591 0.0379152 59.6405 0.0295666 58.6861 0.0225284 57.0424 0.0166142 55.3309 0.0118871 53.6345 0.00889194 52.0068 50.4793 9.96149 2.09542 7.69591 2.42737 5.58222 3.26003 4.96445 6.96659 7.17761 16.8145 11.9246 36.8466 15.3344 58.8262 16.5944 73.3984 16.565 80.0653 15.9943 82.1359 15.2034 82.0875 14.4079 81.6766 13.6099 81.1543 12.8435 80.5931 12.1235 80.1006 11.4435 79.6027 10.797 79.0773 10.1967 78.54 9.63367 78.0192 9.1014 77.518 8.59401 77.0075 8.11524 76.4923 7.66932 75.9887 7.25624 75.4991 6.87289 75.0188 6.51491 74.5456 6.17901 74.0846 5.8664 73.6377 5.58033 73.2072 5.32218 72.7922 5.0883 72.3699 4.87276 71.9355 4.6931 71.4776 4.50349 70.9768 4.27975 70.6033 4.01807 70.281 3.7909 69.8185 3.59017 69.4387 3.40665 69.1072 3.23927 68.8041 3.08509 68.513 2.9432 68.2277 2.81202 67.9485 2.68946 67.6754 2.57416 67.4084 2.4651 67.1484 2.36168 66.8967 2.2636 66.6532 2.17062 66.4175 2.08251 66.1891 1.99897 65.9674 1.91968 65.7525 1.8443 65.5445 1.77259 65.343 1.70433 65.1479 1.63933 64.959 1.57743 64.776 1.51831 64.5988 1.46194 64.427 1.4081 64.2608 1.35663 64.0998 1.3074 63.9436 1.26027 63.7924 1.21502 63.6459 1.17148 63.504 1.12964 63.3663 1.09019 63.2331 1.05425 63.1041 1.01555 62.9839 0.979038 62.8449 0.931597 62.7437 0.914647 62.5881 0.820805 62.5832 0.867701 62.3365 0.77484 62.4453 0.824386 62.1411 0.72829 62.2394 0.776421 62.0019 0.73226 61.998 0.731061 61.7807 0.627698 61.8331 0.693616 61.6519 0.665966 61.5853 0.568119 61.5688 0.610292 61.3665 0.536842 61.441 0.558056 61.2453 0.500879 61.2617 0.516504 61.1658 0.495881 61.1381 0.484053 61.062 0.470556 60.9982 0.456627 60.938 0.441011 60.8796 0.427011 60.8238 0.412084 60.7679 0.398426 60.7153 0.384131 60.6646 0.371049 60.6152 0.35743 60.5685 0.344862 60.5227 0.331877 60.4791 0.319799 60.437 0.307623 60.3963 0.295673 60.3566 0.284172 60.319 0.272586 60.2831 0.262024 60.2487 0.251027 60.2152 0.240518 60.1823 0.229821 60.1516 0.219706 60.1217 0.20943 60.0935 0.199606 60.066 0.189683 60.0401 0.180071 60.015 0.170419 59.9916 0.160959 59.9688 0.1517 59.9479 0.142461 59.9273 0.133378 59.9083 0.124533 59.8903 0.115726 59.8738 0.106942 59.8572 0.0983355 59.8427 0.0897008 59.8287 0.0811896 59.8156 0.0728754 59.804 0.0647212 59.7932 0.056868 59.7837 0.0493881 59.7748 0.0433312 59.7651 0.0377587 59.646 0.02958 58.6943 0.0227472 57.0493 0.0170009 55.3366 0.0123242 53.6392 0.0089304 52.0102 50.4883 10.9212 3.97864 8.78838 4.5602 6.63094 5.41747 5.58764 8.00989 6.77579 15.6263 11.0664 32.556 14.8491 55.0435 16.6704 71.5771 16.84 79.8957 16.3273 82.6486 15.4913 82.9234 14.6729 82.495 13.8627 81.9644 13.0849 81.3709 12.3495 80.8359 11.6557 80.2966 10.9902 79.7427 10.3728 79.1575 9.796 78.596 9.24891 78.0651 8.73049 77.5259 8.24012 76.9827 7.78276 76.4461 7.36006 75.9218 6.96744 75.4114 6.60173 74.9113 6.26064 74.4257 5.94452 73.9538 5.65538 73.4964 5.39099 73.0565 5.14825 72.6126 4.92711 72.1566 4.71854 71.6861 4.50426 71.191 4.27261 70.8349 4.0641 70.4895 3.8406 70.042 3.63285 69.6464 3.4435 69.2966 3.27197 68.9757 3.11512 68.6698 2.97046 68.3723 2.8365 68.0824 2.7117 67.8002 2.59458 67.5255 2.48388 67.2591 2.37896 67.0016 2.2795 66.7527 2.18529 66.5117 2.09611 66.2782 2.01165 66.0519 1.93149 65.8327 1.85532 65.6206 1.78286 65.4154 1.71391 65.2169 1.6483 65.0246 1.58576 64.8385 1.52618 64.6583 1.46928 64.4839 1.41495 64.3151 1.36306 64.1517 1.3134 63.9933 1.2659 63.8399 1.22035 63.6915 1.17648 63.5478 1.13448 63.4083 1.09498 63.2726 1.05676 63.1423 1.02156 63.0192 0.975946 62.8905 0.945529 62.7741 0.885132 62.6485 0.883504 62.5848 0.81586 62.4041 0.81543 62.4458 0.785123 62.1714 0.762825 62.2617 0.765128 61.9996 0.737055 62.0261 0.694221 61.8236 0.675761 61.8515 0.669914 61.6577 0.637781 61.6174 0.609441 61.5971 0.582988 61.3929 0.559838 61.4642 0.538482 61.2667 0.52994 61.2703 0.503912 61.1918 0.499047 61.143 0.48516 61.0759 0.471562 61.0118 0.456976 60.9526 0.441792 60.8948 0.427598 60.838 0.413053 60.7825 0.399027 60.7293 0.385216 60.6784 0.371625 60.6288 0.358425 60.5817 0.34538 60.5357 0.332614 60.4919 0.3203 60.4493 0.308344 60.4083 0.296412 60.3686 0.284681 60.3307 0.273213 60.2946 0.262333 60.2596 0.25161 60.2259 0.240782 60.1931 0.230331 60.1621 0.219929 60.1321 0.209865 60.1036 0.199797 60.076 0.19001 60.0499 0.180185 60.0248 0.170665 60.0011 0.161069 59.9784 0.151864 59.9571 0.142582 59.9366 0.13346 59.9174 0.124451 59.8993 0.115769 59.8825 0.106818 59.8662 0.0982389 59.8513 0.0896006 59.8373 0.0809597 59.8242 0.0727237 59.8122 0.0646524 59.8013 0.0568319 59.7915 0.0494613 59.7821 0.0432239 59.7714 0.0367559 59.6525 0.029191 58.7019 0.0226471 57.0558 0.0170524 55.3422 0.0122889 53.644 0.00807608 52.0144 50.4964 11.922 5.84874 9.85365 6.62856 7.694 7.57712 6.32555 9.37835 6.70618 15.2457 10.2569 29.0053 14.3022 50.9983 16.6049 69.2744 17.0788 79.4217 16.6206 83.1069 15.8053 83.7387 14.9381 83.3622 14.1063 82.7962 13.3082 82.1691 12.5641 81.58 11.8492 81.0115 11.1695 80.4225 10.5368 79.7902 9.93994 79.1928 9.38139 78.6237 8.85055 78.0567 8.34927 77.484 7.88258 76.9128 7.45051 76.3539 7.04996 75.812 6.67768 75.2836 6.33083 74.7726 6.00962 74.275 5.71432 73.7917 5.44264 73.3282 5.1907 72.8646 4.95643 72.3909 4.72762 71.915 4.50186 71.4168 4.27402 71.0628 4.07666 70.6869 3.86628 70.2524 3.6616 69.8511 3.47181 69.4863 3.29821 69.1493 3.13929 68.8288 2.99263 68.519 2.85652 68.2185 2.72973 67.927 2.61083 67.6444 2.49859 67.3713 2.39234 67.1078 2.29171 66.8533 2.19649 66.607 2.10644 66.3683 2.02118 66.1371 1.94027 65.9136 1.86342 65.6975 1.79033 65.4885 1.72081 65.2864 1.65467 65.0907 1.59166 64.9015 1.53162 64.7184 1.47431 64.5412 1.41961 64.3698 1.36736 64.2039 1.31736 64.0433 1.26954 63.8878 1.22377 63.7372 1.17977 63.5918 1.13749 63.4506 1.09722 63.3128 1.05862 63.1809 1.02229 63.0555 0.980929 62.9319 0.94581 62.8093 0.893926 62.7004 0.895932 62.5828 0.815904 62.4842 0.830952 62.4307 0.770349 62.232 0.786005 62.2461 0.746737 62.0389 0.734103 62.0387 0.686264 61.8714 0.689647 61.8482 0.656923 61.6904 0.630236 61.6441 0.620136 61.6072 0.569593 61.4434 0.57614 61.4576 0.535857 61.307 0.537691 61.2684 0.506938 61.2226 0.498762 61.1511 0.485565 61.0891 0.471285 61.026 0.45629 60.9676 0.441403 60.9097 0.427146 60.8522 0.41287 60.7967 0.39878 60.7434 0.385031 60.6922 0.371413 60.6424 0.358257 60.5949 0.345166 60.5488 0.332464 60.5046 0.320141 60.4616 0.308167 60.4202 0.29628 60.3805 0.28453 60.3424 0.273124 60.306 0.262093 60.2706 0.251351 60.2367 0.240558 60.2039 0.230098 60.1725 0.219692 60.1425 0.209606 60.1137 0.199543 60.0861 0.18971 60.0598 0.179905 60.0346 0.170342 60.0107 0.160817 59.9879 0.151533 59.9663 0.142278 59.9459 0.133131 59.9266 0.124111 59.9083 0.115337 59.8912 0.106451 59.8751 0.0978008 59.86 0.0891809 59.8459 0.0805604 59.8328 0.0722669 59.8205 0.0642265 59.8093 0.0564601 59.7993 0.0490879 59.7895 0.0422469 59.7782 0.0351591 59.6596 0.028476 58.7086 0.0222674 57.062 0.0168394 55.3476 0.0119785 53.6488 0.00718039 52.0192 50.5035 13.0696 7.61744 10.9555 8.74265 8.76898 9.76362 7.14288 11.0045 6.92713 15.4615 9.55315 26.3793 13.7203 46.8311 16.4297 66.565 17.2436 78.6078 16.9023 83.4483 16.1141 84.527 15.2144 84.2618 14.3526 83.658 13.5278 82.9939 12.7583 82.3495 12.0265 81.7433 11.3329 81.116 10.679 80.4442 10.069 79.8028 9.49606 79.1966 8.95538 78.5974 8.44505 77.9943 7.96903 77.3888 7.52811 76.7948 7.12009 76.22 6.74051 75.6632 6.3879 75.1252 6.06015 74.6028 5.75774 74.0941 5.47861 73.6073 5.21762 73.1255 4.97025 72.6383 4.72746 72.1578 4.48826 71.656 4.2683 71.2827 4.07475 70.8804 3.87554 70.4516 3.67757 70.0491 3.49003 69.6739 3.31624 69.323 3.15622 68.9888 3.00822 68.667 2.87068 68.3561 2.74237 68.0553 2.62196 67.7648 2.5084 67.4849 2.40105 67.2152 2.2995 66.9548 2.20351 66.7029 2.1128 66.459 2.0269 66.223 1.9454 65.9951 1.868 65.7749 1.7944 65.5621 1.72444 65.3564 1.65792 65.1573 1.59457 64.9649 1.53416 64.7788 1.47655 64.5989 1.42159 64.4248 1.36908 64.2564 1.31884 64.0935 1.27078 63.9358 1.22485 63.7832 1.18082 63.6359 1.13826 63.4932 1.09733 63.3538 1.05846 63.2198 1.02117 63.0928 0.983504 62.9695 0.945015 62.8478 0.908327 62.7371 0.893005 62.5981 0.828977 62.5482 0.834028 62.4257 0.772524 62.2936 0.786211 62.2324 0.739662 62.0854 0.728074 62.0503 0.686054 61.9134 0.692981 61.8412 0.651334 61.7321 0.625586 61.6698 0.620201 61.6126 0.573011 61.4906 0.580476 61.4502 0.541115 61.3463 0.534664 61.2749 0.512221 61.245 0.498062 61.1653 0.484519 61.1027 0.469785 61.0408 0.454627 60.9828 0.440019 60.9243 0.425764 60.8665 0.411629 60.8109 0.397599 60.7574 0.383839 60.7059 0.370322 60.6559 0.357154 60.6081 0.344155 60.5618 0.331524 60.5172 0.319221 60.4739 0.307211 60.4322 0.295353 60.3923 0.283696 60.3541 0.272337 60.3174 0.261274 60.2817 0.250456 60.2475 0.239756 60.2146 0.229272 60.183 0.218915 60.1528 0.208797 60.1238 0.198779 60.0961 0.188921 60.0696 0.179167 60.0444 0.16959 60.0203 0.160126 59.9974 0.150798 59.9757 0.141571 59.9551 0.132441 59.9357 0.12344 59.9173 0.114585 59.9001 0.10577 59.8839 0.0970856 59.8687 0.0884956 59.8545 0.0799494 59.8414 0.071578 59.8289 0.0635024 59.8174 0.0557415 59.807 0.0481818 59.7971 0.0406872 59.7857 0.0334256 59.6668 0.027482 58.7145 0.0216466 57.0678 0.0164071 55.3529 0.0114744 53.6538 0.00643485 52.0242 50.51 14.2315 9.04639 12.2058 10.7683 9.9029 12.0666 8.04389 12.8635 7.39865 16.1067 9.05571 24.7222 13.0971 42.7896 16.1444 63.5177 17.3224 77.4298 17.1494 83.6213 16.3987 85.2777 15.489 85.1715 14.5905 84.5565 13.7342 83.8503 12.9413 83.1423 12.1878 82.4969 11.4772 81.8266 10.8088 81.1126 10.1798 80.4318 9.59532 79.7811 9.04414 79.1486 8.52466 78.5138 8.04098 77.8725 7.59203 77.2438 7.17675 76.6353 6.79069 76.0492 6.43123 75.4846 6.09675 74.9372 5.78695 74.4039 5.50015 73.8941 5.23063 73.3951 4.97293 72.896 4.72094 72.4097 4.47149 71.9054 4.25699 71.4972 4.06514 71.0723 3.87327 70.6435 3.68209 70.2403 3.49805 69.8579 3.32533 69.4958 3.16506 69.1491 3.01636 68.8157 2.87797 68.4945 2.74858 68.1847 2.62702 67.8864 2.51243 67.5995 2.4042 67.3234 2.30199 67.0571 2.2055 66.7994 2.11434 66.5502 2.02802 66.3094 1.94613 66.0769 1.86835 65.8527 1.79444 65.636 1.72423 65.4266 1.65748 65.224 1.59392 65.0284 1.5333 64.8394 1.47551 64.6566 1.42041 64.4799 1.36778 64.3091 1.31743 64.1439 1.26925 63.984 1.22321 63.8292 1.1792 63.6799 1.13661 63.5357 1.09526 63.3951 1.05602 63.259 1.01862 63.1302 0.982766 63.0054 0.945615 62.8849 0.913841 62.7689 0.877914 62.634 0.846202 62.5799 0.834946 62.4369 0.779704 62.3488 0.780254 62.2318 0.735154 62.1305 0.722639 62.0628 0.68883 61.9472 0.689655 61.8404 0.647389 61.7744 0.622163 61.6951 0.616962 61.6178 0.580308 61.5273 0.579819 61.4507 0.546387 61.3798 0.528349 61.2929 0.513727 61.2596 0.497307 61.1817 0.482505 61.1175 0.467179 61.0561 0.452105 60.9978 0.437739 60.9387 0.423538 60.8807 0.409451 60.825 0.395508 60.7714 0.381788 60.7197 0.368377 60.6693 0.355255 60.6212 0.342376 60.5747 0.329829 60.5298 0.317571 60.4862 0.305558 60.4442 0.293741 60.4041 0.282191 60.3657 0.270897 60.3287 0.259858 60.2927 0.249021 60.2583 0.238388 60.2252 0.227918 60.1935 0.217622 60.1631 0.20751 60.1339 0.197536 60.1061 0.1877 60.0794 0.177995 60.0541 0.168439 60.0298 0.159016 60.0068 0.149705 59.985 0.140506 59.9643 0.131411 59.9448 0.122442 59.9263 0.113571 59.909 0.104795 59.8926 0.096123 59.8773 0.0875701 59.8631 0.079091 59.8499 0.070687 59.8373 0.062535 59.8256 0.0546835 59.8149 0.0468911 59.8049 0.0387935 59.7938 0.0314732 59.6742 0.0262373 58.7198 0.0208158 57.0733 0.0157889 55.3579 0.0108448 53.6587 0.00573104 52.0294 50.5157 15.2691 10.2912 13.6055 12.432 11.237 14.4351 9.0564 15.044 8.03221 17.1309 8.84061 23.9138 12.4551 39.1751 15.7721 60.2008 17.3336 75.8683 17.3606 83.5943 16.6563 85.982 15.7429 86.0849 14.8192 85.4802 13.93 84.7394 13.1026 83.9698 12.3288 83.2706 11.6052 82.5503 10.9145 81.8033 10.2735 81.0728 9.67608 80.3785 9.11477 79.7099 8.5896 79.039 8.09815 78.3639 7.64197 77.7 7.21968 77.0576 6.82603 76.4429 6.45981 75.8508 6.11866 75.2784 5.8018 74.7207 5.5083 74.1876 5.23172 73.6716 4.9671 73.1606 4.70929 72.6676 4.4569 72.1578 4.24329 71.7108 4.05042 71.2652 3.86184 70.832 3.67592 70.4262 3.49528 70.0386 3.32438 69.6667 3.16481 69.3086 3.01613 68.9644 2.87746 68.6331 2.74752 68.3146 2.62529 68.0086 2.51007 67.7147 2.40135 67.4321 2.29882 67.1596 2.20212 66.8961 2.11074 66.6415 2.0242 66.3959 1.9421 66.159 1.86414 65.9306 1.79012 65.71 1.71982 65.4969 1.653 65.2908 1.58937 65.0921 1.52871 64.9001 1.47089 64.7145 1.41577 64.535 1.36315 64.3617 1.31282 64.1942 1.26464 64.0322 1.21856 63.8753 1.17459 63.7238 1.13223 63.5781 1.09087 63.4365 1.05141 63.2985 1.01415 63.1674 0.979084 63.0405 0.944105 62.9199 0.910189 62.8028 0.873714 62.6705 0.855703 62.5979 0.829972 62.4626 0.791062 62.3877 0.772593 62.2503 0.73171 62.1714 0.719082 62.0754 0.694823 61.9715 0.680961 61.8543 0.643812 61.8115 0.620102 61.7188 0.61299 61.6249 0.586629 61.5537 0.572821 61.4645 0.548655 61.4039 0.525023 61.3166 0.511005 61.2737 0.495172 61.1975 0.479491 61.1331 0.463651 61.0719 0.448802 61.0127 0.434606 60.9529 0.420442 60.8948 0.406389 60.839 0.392533 60.7852 0.378897 60.7333 0.365611 60.6826 0.352588 60.6342 0.339827 60.5874 0.327387 60.5422 0.315202 60.4984 0.303226 60.4562 0.291486 60.4159 0.28003 60.3771 0.26883 60.3399 0.257848 60.3037 0.247056 60.2691 0.236482 60.2358 0.226062 60.2039 0.215831 60.1733 0.205756 60.144 0.195843 60.116 0.186059 60.0892 0.176416 60.0637 0.166908 60.0393 0.157531 60.0162 0.148269 59.9942 0.139116 59.9735 0.130073 59.9538 0.121145 59.9352 0.112306 59.9178 0.103567 59.9014 0.0949286 59.886 0.0864154 59.8716 0.0779907 59.8583 0.0695846 59.8457 0.0613512 59.8338 0.0533506 59.8229 0.0453384 59.8129 0.0368423 59.8023 0.0294777 59.6815 0.0248278 58.7244 0.0198178 57.0783 0.0150188 55.3627 0.0101348 53.6636 0.00506332 52.0344 50.5208 16.1522 11.6099 14.7883 13.7958 12.6682 16.5553 10.2197 17.4925 8.80057 18.55 8.91848 23.7959 11.8602 36.2334 15.3159 56.7451 17.2541 73.9301 17.5103 83.3381 16.8847 86.6076 15.9722 86.9974 15.0214 86.431 14.1066 85.6542 13.2486 84.8278 12.4542 84.065 11.7078 83.2967 11.005 82.506 10.3479 81.7299 9.73719 80.9893 9.16872 80.2783 8.63537 79.5723 8.13784 78.8615 7.6753 78.1625 7.24587 77.487 6.84601 76.8427 6.47357 76.2233 6.1264 75.6256 5.80376 75.0434 5.50376 74.4876 5.22166 73.9537 4.95314 73.4291 4.69402 72.9267 4.44374 72.4081 4.22782 71.9268 4.03119 71.4618 3.8422 71.021 3.65893 70.6095 3.48164 70.2159 3.31336 69.835 3.15535 69.4666 3.00753 69.1122 2.8691 68.7716 2.73901 68.4447 2.61653 68.1311 2.50105 67.8302 2.39216 67.541 2.28958 67.2622 2.1929 66.9928 2.10152 66.7329 2.01496 66.4825 1.93286 66.2411 1.85493 66.0085 1.78099 65.784 1.71082 65.567 1.64409 65.3576 1.58057 65.1556 1.52005 64.9606 1.46236 64.7721 1.40736 64.59 1.35491 64.4141 1.30476 64.2443 1.25673 64.0802 1.21075 63.9213 1.16688 63.7677 1.1249 63.6201 1.08394 63.4774 1.04446 63.3379 1.00731 63.2046 0.972183 63.0756 0.938361 62.9537 0.903737 62.8374 0.873683 62.7006 0.851492 62.6201 0.818191 62.4959 0.799412 62.4065 0.767202 62.2825 0.733933 62.2047 0.71664 62.0927 0.696428 61.9917 0.667478 61.8832 0.640152 61.8388 0.620224 61.7387 0.60853 61.6366 0.58741 61.5748 0.564225 61.4877 0.545222 61.4229 0.522282 61.3395 0.506543 61.2894 0.491043 61.213 0.475162 61.149 0.459331 61.0878 0.444723 61.0273 0.430586 60.967 0.416452 60.909 0.402466 60.853 0.388705 60.799 0.375214 60.7468 0.362075 60.6957 0.349169 60.6471 0.336531 60.6001 0.324217 60.5545 0.312132 60.5105 0.300234 60.4681 0.288607 60.4275 0.277246 60.3885 0.266158 60.351 0.255261 60.3146 0.244557 60.2798 0.234052 60.2463 0.223713 60.2142 0.213561 60.1835 0.203556 60.154 0.19372 60.1258 0.184008 60.0989 0.174442 60.0733 0.164998 60.0488 0.155685 60.0255 0.146494 60.0034 0.137404 59.9826 0.128427 59.9628 0.119556 59.9441 0.110778 59.9266 0.102092 59.9101 0.0935013 59.8946 0.0850275 59.8801 0.0766503 59.8667 0.068263 59.8541 0.0599475 59.8421 0.0517754 59.8311 0.0436038 59.821 0.0350117 59.8109 0.0276369 59.6889 0.0233702 58.7287 0.0187059 57.0829 0.0141382 55.3673 0.00938317 53.6684 0.00444853 52.0394 50.5252 17.0205 13.0419 15.721 15.0953 14.0269 18.2493 11.5082 20.0113 9.68669 20.3715 9.23891 24.2437 11.3378 34.1345 14.8365 53.2464 17.0866 71.68 17.5963 82.8284 17.0676 87.1363 16.1764 87.8886 15.1992 87.4082 14.2557 86.5976 13.3693 85.7143 12.5508 84.8834 11.7907 84.0568 11.07 83.2267 10.3991 82.4009 9.77815 81.6102 9.19914 80.8574 8.66214 80.1093 8.159 79.3646 7.69101 78.6305 7.25539 77.9226 6.84945 77.2487 6.47106 76.6017 6.11914 75.9775 5.79113 75.3714 5.48592 74.7929 5.19955 74.2401 4.9304 73.6983 4.67498 73.1821 4.42997 72.6531 4.21153 72.1452 4.00795 71.6654 3.81503 71.214 3.63076 70.7937 3.45695 70.3897 3.29232 69.9996 3.1366 69.6224 2.9901 69.2587 2.85228 68.9094 2.72247 68.5745 2.60014 68.2534 2.48479 67.9455 2.37613 67.6497 2.27387 67.3644 2.17749 67.0892 2.08637 66.824 2.00005 66.5688 1.9182 66.323 1.84055 66.0862 1.76695 65.8576 1.6971 65.6369 1.63063 65.424 1.56738 65.2188 1.50719 65.0208 1.44982 64.8295 1.39508 64.6447 1.34292 64.4663 1.29311 64.2941 1.24539 64.1279 1.19966 63.967 1.15596 63.8114 1.11437 63.6617 1.07408 63.5177 1.03485 63.3772 0.997742 63.2417 0.962505 63.1108 0.929386 62.9868 0.896146 62.8706 0.86907 62.7276 0.84144 62.6477 0.81099 62.5264 0.791084 62.4264 0.760195 62.3134 0.734558 62.2303 0.711816 62.1155 0.687464 62.0161 0.654334 61.9163 0.636075 61.8571 0.622202 61.7526 0.602651 61.6562 0.582536 61.5949 0.558991 61.5112 0.538803 61.4431 0.518334 61.36 0.501298 61.3064 0.48552 61.2288 0.469638 61.1649 0.454168 61.1032 0.439778 61.0417 0.425623 60.9812 0.411557 60.923 0.397649 60.8669 0.384013 60.8126 0.370723 60.7601 0.357744 60.7087 0.344969 60.6599 0.332469 60.6126 0.320315 60.5667 0.308353 60.5224 0.296575 60.4799 0.28509 60.439 0.273841 60.3997 0.262874 60.3619 0.252089 60.3254 0.241505 60.2904 0.2311 60.2567 0.220868 60.2245 0.210814 60.1936 0.200908 60.1639 0.191167 60.1356 0.181547 60.1086 0.17208 60.0827 0.16272 60.0581 0.153492 60.0347 0.144383 60.0125 0.135385 59.9916 0.126486 59.9717 0.117689 59.9529 0.10899 59.9353 0.100373 59.9187 0.0918397 59.9031 0.0834083 59.8885 0.075072 59.875 0.0667127 59.8624 0.0583501 59.8505 0.0500398 59.8394 0.0417228 59.8294 0.0331687 59.8194 0.0258588 59.6962 0.021865 58.7327 0.0175203 57.0873 0.0131885 55.3716 0.00862442 53.6729 0.00390197 52.0441 50.5291 18.0995 14.4651 16.6111 16.5837 15.2505 19.61 12.8843 22.3775 10.6835 22.5723 9.78439 25.1428 10.9854 32.9334 14.3432 49.8886 16.8188 69.2045 17.603 82.0442 17.2012 87.538 16.3307 88.7591 15.3424 88.3965 14.3795 87.5605 13.4653 86.6285 12.6272 85.7216 11.8438 84.8402 11.1108 83.9597 10.4282 83.0834 9.79307 82.2453 9.21036 81.4401 8.66587 80.6538 8.15875 79.8717 7.68585 79.1034 7.24454 78.3639 6.83362 77.6596 6.45145 76.9838 6.0957 76.3332 5.76426 75.7028 5.45499 75.1021 5.16663 74.5285 4.89911 73.9658 4.64841 73.4328 4.41247 72.8891 4.18948 72.3682 3.97872 71.8761 3.78105 71.4116 3.59655 70.9782 3.42392 70.5623 3.2617 70.1618 3.10843 69.7756 2.96364 69.4035 2.8269 69.0461 2.69783 68.7036 2.57612 68.3751 2.46139 68.0603 2.35335 67.7577 2.25171 67.4661 2.15588 67.185 2.06523 66.9147 1.97937 66.6546 1.89797 66.4044 1.82082 66.1633 1.74777 65.9306 1.67842 65.7062 1.61239 65.4901 1.5496 65.2816 1.48994 65.0804 1.43306 64.8864 1.37875 64.6991 1.327 64.518 1.27767 64.3435 1.23043 64.1752 1.1851 64.0123 1.14176 63.8547 1.10053 63.7029 1.06104 63.5572 1.02244 63.4158 0.985461 63.2787 0.950399 63.1459 0.918316 63.0189 0.886299 62.9027 0.857807 62.7561 0.828253 62.6773 0.801058 62.5536 0.777585 62.4499 0.750368 62.3406 0.729992 62.2507 0.703851 62.1416 0.676915 62.043 0.64676 61.9465 0.631593 61.8723 0.61651 61.7677 0.593456 61.6792 0.573486 61.6149 0.551817 61.5329 0.531228 61.4637 0.512198 61.379 0.495233 61.3234 0.479065 61.245 0.463092 61.1809 0.448087 61.1182 0.433791 61.056 0.419635 60.9953 0.40571 60.937 0.391891 60.8807 0.378439 60.8261 0.365403 60.7731 0.35256 60.7216 0.339944 60.6725 0.327629 60.6249 0.315655 60.5787 0.303826 60.5343 0.292222 60.4915 0.280891 60.4503 0.269797 60.4108 0.258965 60.3728 0.248322 60.336 0.237878 60.3009 0.227598 60.267 0.2175 60.2346 0.207566 60.2035 0.197783 60.1737 0.188155 60.1452 0.178658 60.1181 0.169306 60.0921 0.160056 60.0674 0.150934 60.0439 0.141927 60.0215 0.13304 60.0004 0.124241 59.9805 0.115535 59.9616 0.106929 59.9439 0.0984002 59.9272 0.0899354 59.9116 0.0815604 59.8969 0.073277 59.8833 0.0649619 59.8708 0.0565869 59.8589 0.0482205 59.8477 0.0398012 59.8378 0.0313604 59.8279 0.0242232 59.7034 0.020386 58.7365 0.0163054 57.0914 0.0122084 55.3757 0.00788488 53.6772 0.00343063 52.0485 50.5325 19.4273 15.794 17.6827 18.3283 16.386 20.9066 14.3329 24.4306 11.8304 25.0748 10.5084 26.4648 10.8972 32.5446 13.8485 46.9373 16.4808 66.5722 17.5459 80.979 17.2861 87.7979 16.4499 89.5953 15.4551 89.3913 14.4628 88.5527 13.5275 87.5638 12.6652 86.5839 11.87 85.6354 11.1249 84.7048 10.4265 83.7818 9.78571 82.8861 9.19207 82.0337 8.64496 81.2009 8.13482 80.3819 7.65796 79.5802 7.21295 78.8089 6.79857 78.074 6.41292 77.3695 6.05538 76.6908 5.72175 76.0364 5.41099 75.4129 5.12262 74.8168 4.857 74.2314 4.61085 73.6789 4.38075 73.1192 4.15537 72.5936 3.94154 72.09 3.74116 71.612 3.55588 71.1635 3.38372 70.7345 3.22271 70.3228 3.07123 69.9271 2.92809 69.5466 2.79261 69.1816 2.66466 68.8316 2.54398 68.4958 2.43021 68.174 2.32318 67.8647 2.22251 67.5667 2.12751 67.28 2.03763 67.0046 1.95253 66.7397 1.87187 66.4851 1.79551 66.2397 1.72327 66.0029 1.65462 65.7749 1.58926 65.5554 1.52715 65.3437 1.46818 65.1394 1.41198 64.9426 1.35829 64.7527 1.3071 64.5692 1.25838 64.3922 1.21181 64.2217 1.16707 64.0571 1.12423 63.8976 1.08345 63.7437 1.04461 63.5961 1.00689 63.4535 0.970506 63.3151 0.935854 63.1805 0.904467 63.0503 0.872893 62.9342 0.841857 62.7872 0.813407 62.7057 0.787848 62.5792 0.762275 62.4754 0.738487 62.3644 0.719675 62.2695 0.692694 62.1686 0.665702 62.07 0.63998 61.9722 0.6239 61.8883 0.604793 61.7868 0.580778 61.7032 0.561395 61.6342 0.542033 61.5522 0.522523 61.4832 0.50438 61.3971 0.487876 61.3399 0.471577 61.2613 0.455735 61.1967 0.440934 61.133 0.42664 61.0703 0.412611 61.0093 0.398814 60.9508 0.385138 60.8944 0.371966 60.8392 0.359176 60.7859 0.346479 60.7343 0.334076 60.6849 0.321986 60.637 0.310201 60.5904 0.298545 60.5459 0.287147 60.5029 0.276007 60.4615 0.265097 60.4217 0.254411 60.3835 0.243938 60.3465 0.233657 60.3111 0.223526 60.2771 0.213588 60.2445 0.203796 60.2133 0.194161 60.1833 0.184663 60.1547 0.175312 60.1274 0.166097 60.1013 0.156982 60.0765 0.147984 60.0529 0.139107 60.0304 0.130345 60.0092 0.121665 59.9892 0.113071 59.9702 0.104576 59.9524 0.0961571 59.9356 0.0877853 59.9199 0.0794821 59.9052 0.0712552 59.8915 0.0630192 59.879 0.054689 59.8672 0.0463269 59.8561 0.0379528 59.8462 0.0296342 59.8362 0.0227178 59.7103 0.018988 58.7402 0.0150924 57.0953 0.0112297 55.3796 0.00718314 53.6813 0.00303372 52.0527 50.5356 20.8591 17.062 18.9914 20.196 17.5121 22.3859 15.6963 26.2464 13.0693 27.7018 11.3532 28.1809 11.0687 32.8291 13.4009 44.6051 16.0785 63.8946 17.418 79.6395 17.3181 87.8978 16.5149 90.3985 15.5228 90.3835 14.5151 89.5604 13.5558 88.5231 12.6747 87.4649 11.8614 86.4488 11.1023 85.4638 10.3992 84.4849 9.74564 83.5397 9.14899 82.6303 8.59754 81.7524 8.08438 80.895 7.60523 80.0594 7.1572 79.257 6.74023 78.4909 6.35399 77.7557 5.99598 77.0488 5.6622 76.3702 5.35278 75.7223 5.06632 75.1033 4.80276 74.495 4.55881 73.9229 4.33025 73.3477 4.10754 72.8163 3.89315 72.3044 3.69257 71.8126 3.50672 71.3494 3.33481 70.9064 3.17484 70.4828 3.02468 70.0773 2.88301 69.6883 2.74913 69.3155 2.62276 68.9579 2.50359 68.615 2.3913 68.2863 2.2857 67.9703 2.18631 67.6661 2.0924 67.3739 2.00358 67.0934 1.9195 66.8238 1.83984 66.5647 1.76456 66.315 1.6933 66.0741 1.62552 65.8426 1.56105 65.6199 1.49984 65.4049 1.44169 65.1976 1.38635 64.9979 1.33349 64.8056 1.28303 64.6197 1.23501 64.4402 1.18926 64.2675 1.14532 64.101 1.1031 63.9398 1.06292 63.7839 1.02478 63.6342 0.988075 63.4902 0.952583 63.3506 0.918334 63.2148 0.887073 63.0816 0.855449 62.9659 0.823308 62.8193 0.797661 62.7314 0.772812 62.604 0.745893 62.5024 0.722924 62.3874 0.703076 62.2893 0.67815 62.1935 0.653373 62.0948 0.631049 61.9945 0.611905 61.9075 0.590666 61.808 0.566669 61.7272 0.547614 61.6533 0.530448 61.5694 0.512384 61.5013 0.494807 61.4147 0.478743 61.356 0.462815 61.2772 0.447237 61.2123 0.432527 61.1478 0.418343 61.0845 0.404478 61.0232 0.390792 60.9644 0.377371 60.9078 0.364536 60.8521 0.351943 60.7985 0.339451 60.7467 0.327297 60.6971 0.315485 60.6488 0.303884 60.602 0.292453 60.5573 0.281298 60.5141 0.270373 60.4724 0.259664 60.4324 0.249168 60.3939 0.238887 60.3568 0.228785 60.3212 0.218838 60.2871 0.209084 60.2543 0.19946 60.2229 0.189994 60.1928 0.180657 60.164 0.171486 60.1366 0.162426 60.1104 0.153473 60.0854 0.144631 60.0617 0.135904 60.0392 0.127284 60.0178 0.118757 59.9977 0.110294 59.9787 0.101932 59.9607 0.0936421 59.9439 0.085382 59.9282 0.0771762 59.9134 0.069026 59.8997 0.0608922 59.8871 0.0526627 59.8754 0.0443631 59.8644 0.0361218 59.8544 0.0278574 59.8445 0.0210738 59.7171 0.0175092 58.7438 0.013867 57.0989 0.0102701 55.3832 0.00653032 53.685 0.00270654 52.0565 50.5383 22.3733 18.3701 20.4932 22.0762 18.7436 24.1355 17.0803 27.9096 14.4822 30.2999 12.3397 30.3235 11.4957 33.6731 13.033 43.0677 15.6748 61.2528 17.2211 78.0932 17.2913 87.8275 16.5439 91.1459 15.5456 91.3819 14.5146 90.5914 13.5402 89.4975 12.6428 88.3623 11.8157 87.2759 11.0503 86.2293 10.3341 85.2011 9.67666 84.1971 9.07283 83.2342 8.51836 82.3068 8.00494 81.4084 7.52411 80.5402 7.07594 79.7051 6.65916 78.9077 6.2737 78.1412 5.91669 77.4058 5.58478 76.7021 5.27737 76.0297 4.99388 75.3868 4.73244 74.7564 4.48999 74.1653 4.26186 73.5759 4.04273 73.0354 3.83134 72.5158 3.63243 72.0115 3.4476 71.5342 3.27688 71.0771 3.11781 70.6418 2.96875 70.2263 2.82867 69.8284 2.69656 69.4476 2.57208 69.0824 2.4548 68.7323 2.34433 68.3968 2.24049 68.0742 2.14262 67.764 2.05011 67.4664 1.96265 67.1808 1.87986 66.9066 1.80153 66.6431 1.72759 66.3889 1.65751 66.1442 1.59084 65.9093 1.52756 65.6832 1.46748 65.465 1.41034 65.2547 1.35603 65.0523 1.30425 64.8574 1.25475 64.6692 1.20756 64.4874 1.16273 64.3123 1.11984 64.1439 1.07849 63.9812 1.03902 63.8233 1.00163 63.6716 0.965849 63.526 0.931384 63.385 0.897505 63.2487 0.866263 63.1128 0.835261 62.9969 0.803307 62.8513 0.779461 62.7552 0.755873 62.6276 0.728269 62.53 0.703847 62.4118 0.682507 62.3107 0.660364 62.2157 0.639054 62.1161 0.61894 62.0147 0.597265 61.9291 0.575267 61.83 0.55188 61.7506 0.533018 61.6722 0.517206 61.5852 0.500623 61.5179 0.483553 61.4318 0.467893 61.3716 0.452354 61.2928 0.437149 61.2275 0.422699 61.1622 0.408738 61.0984 0.395053 61.0369 0.381532 60.978 0.36851 60.9208 0.356013 60.8646 0.343603 60.8109 0.33139 60.759 0.319549 60.7089 0.308032 60.6603 0.296636 60.6134 0.285476 60.5685 0.274585 60.5249 0.263903 60.4831 0.253419 60.4429 0.24316 60.4042 0.23309 60.3668 0.223193 60.3311 0.213469 60.2968 0.20391 60.2638 0.194497 60.2323 0.185225 60.202 0.17609 60.1732 0.167112 60.1456 0.158234 60.1192 0.14947 60.0942 0.140812 60.0704 0.132264 60.0477 0.123814 60.0263 0.115454 60.0061 0.107157 59.987 0.0989479 59.9689 0.0908083 59.9521 0.0826935 59.9363 0.0746114 59.9215 0.06657 59.9077 0.058567 59.8951 0.0504818 59.8835 0.042281 59.8726 0.0341359 59.8625 0.0260045 59.8526 0.0192773 59.7238 0.0159735 58.7471 0.0126373 57.1022 0.00934527 55.3865 0.00593252 53.6884 0.00244324 52.06 50.5407 24.0183 19.7966 22.1269 23.9675 20.0488 26.2137 18.4044 29.554 15.9476 32.7568 13.4397 32.8313 12.1235 34.9893 12.766 42.4252 15.273 58.7458 16.9547 76.4116 17.1942 87.588 16.5074 91.8327 15.5123 92.377 14.4766 91.6271 13.4828 90.4912 12.5666 89.2786 11.7293 88.1133 10.9516 87.0069 10.2342 85.9185 9.57046 84.8608 8.96313 83.8415 8.40904 82.8609 7.89371 81.9238 7.41456 81.0194 6.96701 80.1527 6.55219 79.3225 6.1692 78.5242 5.8151 77.7599 5.4856 77.0316 5.1826 76.3327 4.90286 75.6665 4.64412 75.0152 4.40338 74.4061 4.1771 73.8021 3.9611 73.2514 3.75428 72.7226 3.55897 72.2068 3.37685 71.7163 3.20774 71.2462 3.04993 70.7997 2.90249 70.3738 2.76411 69.9667 2.63403 69.5777 2.51192 69.2045 2.39691 68.8473 2.28868 68.505 2.18701 68.1759 2.09104 67.8599 2.00034 67.5571 1.91464 67.2665 1.83351 66.9877 1.75692 66.7197 1.68459 66.4612 1.61588 66.2129 1.5506 65.9746 1.48879 65.745 1.43006 65.5238 1.37412 65.3106 1.32099 65.1054 1.27047 64.9079 1.22214 64.7175 1.17597 64.5336 1.13211 64.3562 1.09036 64.1857 1.05015 64.0214 1.01151 63.862 0.974909 63.7082 0.940005 63.5609 0.906516 63.4185 0.873543 63.2816 0.842647 63.1437 0.813129 63.0264 0.781967 62.8824 0.758298 62.7789 0.735047 62.6508 0.707861 62.5571 0.682487 62.4372 0.660442 62.3327 0.639884 62.2362 0.62146 62.1345 0.602959 62.0332 0.580772 61.9513 0.558581 61.8522 0.536145 61.773 0.517744 61.6906 0.502583 61.6004 0.487116 61.5333 0.470789 61.4481 0.455519 61.3869 0.440226 61.308 0.425436 61.2423 0.411349 61.1763 0.397722 61.1121 0.38424 61.0504 0.371048 60.9912 0.358482 60.9334 0.346265 60.8768 0.334083 60.8231 0.322244 60.7708 0.310754 60.7204 0.299522 60.6715 0.288381 60.6246 0.277551 60.5793 0.266957 60.5355 0.256547 60.4935 0.246329 60.4531 0.23634 60.4142 0.226507 60.3767 0.216858 60.3408 0.207392 60.3062 0.198054 60.2731 0.188879 60.2415 0.179824 60.2111 0.170935 60.1821 0.162166 60.1543 0.153504 60.1279 0.144955 60.1028 0.136517 60.0788 0.128169 60.056 0.119912 60.0345 0.111743 60.0142 0.103642 59.9951 0.0956052 59.977 0.0876421 59.96 0.0797042 59.9442 0.0717653 59.9294 0.063868 59.9156 0.0560145 59.903 0.0480986 59.8914 0.0400659 59.8806 0.0320145 59.8706 0.0240906 59.8605 0.0173187 59.7306 0.0143441 58.7501 0.0114118 57.1052 0.00846621 55.3894 0.00538923 53.6915 0.0022356 52.0632 50.543 25.8044 21.4635 23.8914 25.8805 21.5102 28.5949 19.6704 31.3938 17.3024 35.1248 14.5219 35.6119 12.8423 36.6689 12.7765 42.491 14.8941 56.6282 16.623 74.6826 17.0259 87.185 16.4153 92.4434 15.4295 93.3628 14.3787 92.6779 13.3746 91.4953 12.4481 90.2051 11.5935 88.9679 10.8148 87.7856 10.0925 86.6408 9.42503 85.5283 8.8195 84.447 8.26113 83.4193 7.74906 82.4359 7.27156 81.4969 6.82801 80.5962 6.418 79.7325 6.04008 78.9021 5.68946 78.1105 5.36515 77.3559 5.06684 76.631 4.79172 75.9416 4.53612 75.2708 4.29741 74.6448 4.07396 74.0256 3.86202 73.4633 3.6602 72.9244 3.46968 72.3973 3.29173 71.8943 3.12555 71.4124 2.9702 70.955 2.82513 70.5189 2.68922 70.1026 2.5619 69.705 2.44251 69.3239 2.33015 68.9596 2.22464 68.6105 2.12538 68.2751 2.0316 67.9537 1.94305 67.6457 1.85937 67.3502 1.7802 67.0669 1.70562 66.7942 1.6351 66.5318 1.568 66.28 1.50439 66.0382 1.44424 65.8051 1.38708 65.5809 1.33259 65.3651 1.28084 65.1571 1.23177 64.957 1.18486 64.7645 1.13993 64.5785 1.09719 64.3989 1.05665 64.2262 1.01778 64.0602 0.980283 63.8995 0.944603 63.7439 0.910651 63.5948 0.878204 63.451 0.846452 63.3134 0.816576 63.1736 0.788667 63.0543 0.758331 62.9128 0.734088 62.8031 0.709871 62.6751 0.684155 62.5829 0.659424 62.4619 0.637795 62.3543 0.617851 62.2562 0.600274 62.1521 0.58215 62.0513 0.561467 61.972 0.540348 61.8733 0.519701 61.7937 0.501944 61.7083 0.486481 61.6158 0.471642 61.5482 0.456146 61.4636 0.441537 61.4015 0.426496 61.3231 0.412083 61.2567 0.398444 61.1899 0.385146 61.1254 0.371992 61.0635 0.359297 61.0038 0.347162 60.9455 0.335172 60.8888 0.323361 60.8349 0.31194 60.7822 0.300807 60.7315 0.289874 60.6825 0.279072 60.6354 0.268603 60.5898 0.258328 60.5458 0.248204 60.5036 0.238314 60.463 0.228622 60.4239 0.219067 60.3862 0.209714 60.3501 0.200526 60.3154 0.191446 60.2822 0.182543 60.2504 0.173758 60.2199 0.165134 60.1907 0.156609 60.1628 0.148194 60.1363 0.139888 60.1111 0.131695 60.087 0.123579 60.0642 0.115544 60.0426 0.107597 60.0222 0.099723 60.0029 0.0918891 59.9848 0.0841172 59.9678 0.0763877 59.952 0.0686301 59.9372 0.0609101 59.9233 0.0532329 59.9107 0.0455048 59.8991 0.0376902 59.8884 0.0297927 59.8785 0.0220201 59.8683 0.0153957 59.7372 0.0127632 58.7527 0.0102118 57.1077 0.00763677 55.392 0.00489073 53.6943 0.00206932 52.066 50.545 27.8167 23.5295 25.7842 27.9131 23.1562 31.2228 20.9513 33.5986 18.5899 37.4862 15.6622 38.5396 13.5945 38.7366 12.9168 43.1687 14.5381 55.0069 16.2413 72.9795 16.7943 86.632 16.2606 92.9771 15.2832 94.3402 14.2299 93.7311 13.2123 92.513 12.2691 91.1482 11.4137 89.8233 10.6276 88.5717 9.90275 87.3657 9.24143 86.1896 8.63137 85.0571 8.07849 83.9722 7.56842 82.9459 7.09616 81.9691 6.65877 81.0336 6.25533 80.136 5.8827 79.2747 5.53826 78.455 5.21985 77.6744 4.92778 76.9231 4.65782 76.2116 4.40597 75.5226 4.17135 74.8794 3.9517 74.2452 3.74461 73.6704 3.54868 73.1203 3.36417 72.5818 3.1915 72.0669 3.02955 71.5743 2.87786 71.1067 2.73612 70.6606 2.60334 70.2354 2.47922 69.8291 2.36291 69.4402 2.25365 69.0689 2.15113 68.7131 2.0546 68.3717 1.96345 68.0449 1.87747 67.7317 1.79617 67.4315 1.71944 67.1436 1.64725 66.8664 1.57878 66.6002 1.51367 66.3451 1.45212 66.0998 1.3939 65.8634 1.33855 65.6363 1.28582 65.4179 1.23566 65.2073 1.18818 65.0045 1.14294 64.8097 1.09951 64.6219 1.05809 64.4403 1.01884 64.2655 0.981404 64.0977 0.945279 63.9356 0.91068 63.7785 0.877818 63.6277 0.846526 63.4823 0.816207 63.3437 0.787244 63.2025 0.760776 63.0807 0.731259 62.9423 0.706185 62.8282 0.682254 62.699 0.658858 62.6063 0.635477 62.4853 0.614428 62.3754 0.593978 62.2766 0.575452 62.1706 0.557334 62.0694 0.539244 61.9901 0.520569 61.892 0.502332 61.8119 0.484927 61.7257 0.468637 61.6321 0.453987 61.5628 0.439466 61.4781 0.425562 61.4154 0.410928 61.3377 0.397083 61.2706 0.383826 61.2032 0.370906 61.1383 0.358228 61.0762 0.346082 61.016 0.334344 60.9573 0.322675 60.9004 0.311352 60.8462 0.300377 60.7932 0.289612 60.7423 0.279019 60.6931 0.268638 60.6458 0.258554 60.5999 0.248616 60.5558 0.238841 60.5134 0.229321 60.4725 0.219958 60.4332 0.210726 60.3955 0.201707 60.3592 0.192821 60.3243 0.184055 60.291 0.175451 60.259 0.166975 60.2283 0.158633 60.199 0.150389 60.1711 0.142255 60.1444 0.13423 60.1191 0.126305 60.0949 0.118451 60.072 0.110671 60.0503 0.102968 60.0299 0.0953452 60.0106 0.0877478 59.9924 0.0801955 59.9754 0.072704 59.9595 0.0651766 59.9447 0.0576465 59.9309 0.0501703 59.9181 0.0426712 59.9066 0.0350734 59.896 0.0273782 59.8862 0.0196286 59.876 0.0133383 59.7435 0.0111858 58.7549 0.00900582 57.1099 0.00683184 55.3942 0.00441372 53.6967 0.0019185 52.0685 50.547 30.1776 26.0262 27.8062 30.2845 24.9575 34.0716 22.3612 36.1949 19.9137 39.9337 16.8838 41.5695 14.4467 41.1737 13.2404 44.375 14.2237 54.0235 15.8157 71.3874 16.4851 85.9626 16.0417 93.4205 15.0787 95.3032 14.0136 94.7962 12.9877 93.539 12.0397 92.0962 11.1736 90.6893 10.3888 89.3565 9.6708 88.0837 9.00731 86.8531 8.40672 85.6577 7.85433 84.5246 7.34961 83.4506 6.88484 82.4339 6.45498 81.4635 6.06058 80.5304 5.69629 79.639 5.35947 78.7918 5.04915 77.9847 4.76481 77.2074 4.50063 76.4758 4.25404 75.7692 4.02399 75.1095 3.8095 74.4597 3.60804 73.8719 3.41863 73.3097 3.24109 72.7594 3.07469 72.2333 2.91816 71.7309 2.77145 71.2534 2.63404 70.798 2.50534 70.3641 2.38518 69.9493 2.27262 69.5528 2.16699 69.1745 2.06792 68.8121 1.9746 68.465 1.88657 68.1329 1.80358 67.8147 1.72511 67.51 1.65126 67.2175 1.5817 66.936 1.51554 66.6664 1.45279 66.4079 1.39359 66.159 1.33749 65.9195 1.28416 65.6896 1.23349 65.4685 1.18519 65.2556 1.13936 65.0503 1.09592 64.8531 1.05427 64.6636 1.01436 64.4802 0.97649 64.3033 0.94052 64.1336 0.90597 63.9702 0.872777 63.8117 0.841235 63.6592 0.811256 63.5122 0.782297 63.3727 0.754136 63.2307 0.728526 63.1064 0.700311 62.9705 0.67539 62.8531 0.653099 62.7213 0.632406 62.6269 0.610655 62.507 0.589909 62.3961 0.568625 62.2979 0.548767 62.1905 0.530837 62.0873 0.51501 62.0059 0.498647 61.9084 0.482745 61.8278 0.465667 61.7428 0.44912 61.6487 0.434679 61.5773 0.420566 61.4922 0.407434 61.4286 0.39349 61.3517 0.380228 61.2838 0.367508 61.2159 0.355102 61.1507 0.34298 61.0883 0.331363 61.0276 0.320043 60.9686 0.308807 60.9117 0.298047 60.857 0.287488 60.8038 0.27713 60.7527 0.266947 60.7032 0.257032 60.6557 0.247351 60.6096 0.237812 60.5653 0.228441 60.5228 0.219322 60.4817 0.210316 60.4423 0.201465 60.4043 0.192815 60.3678 0.184268 60.3329 0.175862 60.2994 0.167589 60.2673 0.159451 60.2365 0.151425 60.2071 0.143509 60.179 0.13568 60.1523 0.12797 60.1268 0.120343 60.1025 0.112785 60.0796 0.105289 60.0578 0.097865 60.0373 0.0905148 60.0179 0.0831883 59.9997 0.0758918 59.9827 0.0686435 59.9667 0.0613877 59.952 0.0540902 59.9382 0.0468209 59.9254 0.0395635 59.9139 0.0322033 59.9034 0.0247401 59.8936 0.0170713 59.8837 0.0109078 59.7496 0.00925772 58.7565 0.00769965 57.1115 0.00599345 55.3959 0.00392398 53.6988 0.00174285 52.0707 50.5487 32.8481 28.7869 29.9688 33.1638 26.8108 37.2296 23.786 39.2197 21.1566 42.5632 18.0206 44.7055 15.2171 43.9771 13.5839 46.0082 13.903 53.7044 15.3789 69.9115 16.1069 85.2346 15.7468 93.7806 14.802 96.248 13.7263 95.8719 12.6981 94.5672 11.7447 93.0496 10.8802 91.5538 10.098 90.1387 9.37955 88.8021 8.73017 87.5025 8.13175 86.2561 7.58761 85.0687 7.092 83.9463 6.63545 82.8904 6.21823 81.8807 5.83392 80.9147 5.47943 79.9935 5.15191 79.1193 4.85187 78.2847 4.57472 77.4846 4.31777 76.7327 4.07756 76.0094 3.85444 75.3326 3.64592 74.6682 3.45141 74.0664 3.27023 73.4909 3.10013 72.9295 2.9409 72.3925 2.79123 71.8805 2.65058 71.394 2.51858 70.93 2.395 70.4877 2.27956 70.0647 2.17132 69.661 2.06983 69.276 1.97465 68.9073 1.88491 68.5547 1.80043 68.2174 1.72078 67.8943 1.64558 67.5852 1.57497 67.2881 1.50824 67.0027 1.44477 66.7299 1.38482 66.4678 1.32824 66.2155 1.2745 65.9732 1.22346 65.7406 1.17511 65.5169 1.12902 65.3017 1.08509 65.0942 1.04355 64.8947 1.00397 64.7032 0.965896 64.5183 0.929666 64.3396 0.895346 64.168 0.862505 64.003 0.830924 63.8432 0.800839 63.6893 0.772198 63.5409 0.744554 63.4003 0.717231 63.258 0.692633 63.131 0.66645 62.9967 0.642429 62.8772 0.621882 62.7418 0.603328 62.6455 0.583098 62.5273 0.563514 62.4157 0.542359 62.3191 0.522096 62.2107 0.50371 62.1057 0.48886 62.0208 0.474103 61.9231 0.460074 61.8419 0.444107 61.7588 0.428085 61.6647 0.413729 61.5916 0.399706 61.5063 0.387172 61.4411 0.373978 61.3649 0.361509 61.2963 0.349399 61.228 0.337582 61.1625 0.326091 61.0998 0.315026 61.0387 0.304204 60.9794 0.293529 60.9224 0.283297 60.8672 0.273175 60.8139 0.263303 60.7625 0.253589 60.713 0.244197 60.6651 0.234937 60.6188 0.225841 60.5744 0.216925 60.5317 0.208224 60.4904 0.199629 60.4509 0.191206 60.4127 0.182952 60.3761 0.174788 60.341 0.166779 60.3074 0.15889 60.2752 0.151135 60.2442 0.143459 60.2147 0.135907 60.1866 0.128429 60.1598 0.121061 60.1342 0.113754 60.1098 0.106529 60.0868 0.0993578 60.065 0.0922479 60.0444 0.0852005 60.025 0.0781785 60.0068 0.0711717 59.9897 0.0641936 59.9737 0.0572366 59.9589 0.050224 59.9452 0.0431982 59.9324 0.0361734 59.9209 0.0290718 59.9105 0.0218099 59.9009 0.0144175 59.8911 0.00851428 59.7555 0.00739644 58.7576 0.00633374 57.1125 0.0050894 55.3971 0.00339204 53.7005 0.00147446 52.0726 50.5502 35.6254 31.6163 32.3826 36.4066 28.7874 40.8248 25.2587 42.7483 22.3642 45.4577 19.1731 47.8966 16.077 47.0732 14.0701 48.0151 13.7206 54.054 14.9388 68.6933 15.6493 84.5241 15.3531 94.0769 14.4435 97.1575 13.3718 96.9436 12.334 95.605 11.3818 94.0017 10.522 92.4136 9.74119 90.9196 9.04053 89.5028 8.39747 88.1455 7.81092 86.8426 7.27903 85.6006 6.79077 84.4345 6.34907 83.3321 5.94296 82.2868 5.57168 81.286 5.22882 80.3364 4.91402 79.4341 4.62419 78.5746 4.35745 77.7513 4.10891 76.9813 3.87722 76.2411 3.66254 75.5473 3.46188 74.8689 3.27558 74.2527 3.10258 73.6639 2.94101 73.0911 2.78978 72.5438 2.64746 72.0229 2.51401 71.5275 2.3886 71.0554 2.27091 70.6054 2.16099 70.1746 2.05786 69.7642 1.96116 69.3727 1.87038 68.9981 1.78492 68.6402 1.70456 68.2977 1.62875 67.9701 1.55743 67.6565 1.49045 67.3551 1.42686 67.0663 1.36658 66.7901 1.30984 66.5246 1.25612 66.2693 1.20505 66.0243 1.15663 65.789 1.1108 65.5627 1.06718 65.3453 1.02549 65.1359 0.985983 64.9342 0.948612 64.7405 0.912687 64.5542 0.87826 64.374 0.845673 64.2005 0.814592 64.0341 0.784717 63.8731 0.756172 63.7179 0.728912 63.5681 0.702829 63.4264 0.676731 63.2841 0.653664 63.154 0.630187 63.0202 0.607611 62.8997 0.587829 62.7616 0.570022 62.6633 0.551442 62.5458 0.533291 62.4339 0.513425 62.3389 0.494137 62.23 0.475982 62.1239 0.461415 62.0354 0.44711 61.9374 0.434198 61.8548 0.419716 61.7732 0.405085 61.6793 0.390786 61.6059 0.377019 61.52 0.36497 61.4531 0.352576 61.3773 0.340928 61.3079 0.329479 61.2395 0.318322 61.1737 0.307447 61.1107 0.296992 61.0491 0.286772 60.9896 0.276723 60.9324 0.267013 60.8769 0.257419 60.8235 0.248104 60.7718 0.238948 60.7221 0.230103 60.6739 0.221303 60.6276 0.212705 60.583 0.204294 60.5401 0.196048 60.4986 0.187912 60.459 0.179966 60.4207 0.17214 60.3839 0.164413 60.3488 0.156843 60.315 0.14937 60.2826 0.142026 60.2516 0.134742 60.222 0.127583 60.1937 0.120491 60.1668 0.113496 60.1412 0.106556 60.1168 0.0996907 60.0937 0.0928781 60.0718 0.0861122 60.0512 0.0793867 60.0317 0.072705 60.0134 0.0660209 59.9963 0.0593499 59.9804 0.0527105 59.9655 0.0460101 59.9519 0.039273 59.9392 0.0325112 59.9277 0.0256975 59.9173 0.0187291 59.9079 0.011644 59.8982 0.00599932 59.7612 0.00542473 58.7582 0.00485741 57.1131 0.00405769 55.3979 0.00279318 53.7017 0.00123754 52.0741 50.5514 38.2642 34.3392 34.8952 39.7756 31.0132 44.7067 26.9414 46.8201 23.6306 48.7686 20.2989 51.2282 16.8972 50.475 14.5776 50.3346 13.606 55.0256 14.4737 67.8256 15.1167 83.8811 14.8718 94.3219 13.9882 98.0411 12.9174 98.0144 11.8933 96.6291 10.9477 94.9473 10.0906 93.2707 9.32929 91.6809 8.6364 90.1956 8.00885 88.7731 7.4408 87.4107 6.91735 86.124 6.44782 84.904 6.01926 83.7607 5.62972 82.6764 5.27345 81.6422 4.9455 80.6643 4.64388 79.7357 4.36767 78.8508 4.11106 78.0079 3.87274 77.2196 3.65188 76.462 3.44666 75.7525 3.25558 75.06 3.07924 74.429 2.91598 73.8272 2.76325 73.2438 2.62059 72.6864 2.48697 72.1565 2.3615 71.653 2.24347 71.1735 2.13293 70.7159 2.02941 70.2782 1.93207 69.8615 1.84082 69.464 1.75511 69.0838 1.67451 68.7208 1.59876 68.3735 1.52734 68.0416 1.4603 67.7235 1.39714 67.4182 1.3371 67.1263 1.28047 66.8468 1.2272 66.5779 1.1766 66.3199 1.12854 66.0723 1.08305 65.8345 1.03993 65.6058 0.999016 65.3862 0.959932 65.175 0.922698 64.9714 0.887581 64.7756 0.854024 64.5878 0.821722 64.4063 0.791056 64.2312 0.761901 64.0632 0.733897 63.9011 0.707125 63.7446 0.68156 63.5937 0.657205 63.4507 0.633083 63.3082 0.611764 63.1753 0.59095 63.041 0.570436 62.9202 0.550449 62.7816 0.532375 62.6814 0.51515 62.5631 0.498176 62.4509 0.480697 62.3564 0.464014 62.2467 0.447279 62.1406 0.433039 62.0496 0.418313 61.9522 0.405328 61.8678 0.391907 61.7867 0.379019 61.6922 0.365595 61.6194 0.35245 61.5332 0.341095 61.4645 0.329427 61.3889 0.318487 61.3189 0.307833 61.2501 0.297323 61.1842 0.287167 61.1209 0.277397 61.0589 0.267835 60.9992 0.25842 60.9418 0.249291 60.8861 0.240336 60.8324 0.231595 60.7806 0.223057 60.7307 0.214746 60.6822 0.206472 60.6359 0.198434 60.591 0.190565 60.5479 0.182819 60.5064 0.175191 60.4666 0.167747 60.4281 0.160395 60.3912 0.153151 60.356 0.146043 60.3221 0.139035 60.2896 0.132131 60.2585 0.125282 60.2289 0.118544 60.2005 0.111878 60.1735 0.10529 60.1477 0.0987483 60.1233 0.0922774 60.1001 0.085856 60.0782 0.0794608 60.0576 0.0730911 60.0381 0.0667864 60.0197 0.0604642 60.0027 0.0541317 59.9867 0.047834 59.9718 0.0414851 59.9582 0.0350771 59.9456 0.0286364 59.9341 0.0221222 59.9238 0.0155088 59.9145 0.00877487 59.9049 0.00333557 59.7666 0.00304139 58.7585 0.00318281 57.113 0.00278938 55.3983 0.00211225 53.7024 0.000898689 52.0753 50.5523 40.2907 36.8603 37.0524 43.0139 33.1344 48.6248 28.6373 51.3171 24.7714 52.6346 21.1904 54.8091 17.5937 54.0717 15.0037 52.9247 13.5357 56.4936 13.9756 67.3856 14.5022 83.3545 14.282 94.5421 13.4325 98.8906 12.3845 99.0624 11.3603 97.6534 10.4277 95.8798 9.59384 94.1046 8.8386 92.4362 8.16988 90.8644 7.56561 89.3774 7.00909 87.9672 6.51265 86.6205 6.05788 85.3588 5.64756 84.171 5.27678 83.0471 4.93631 81.9827 4.6252 80.9754 4.33995 80.021 4.07768 79.113 3.83383 78.2518 3.60883 77.4446 3.40004 76.6708 3.20745 75.9451 3.02838 75.239 2.86358 74.5938 2.71044 73.9803 2.56757 73.3867 2.4343 72.8197 2.30953 72.2813 2.19279 71.7697 2.08301 71.2832 1.98021 70.8187 1.8837 70.3747 1.7929 69.9523 1.70785 69.549 1.62785 69.1638 1.55272 68.7959 1.48213 68.4441 1.41566 68.108 1.35331 67.7859 1.29438 67.4772 1.23849 67.1822 1.18597 66.8993 1.13644 66.6274 1.08936 66.3669 1.04474 66.117 1.00253 65.8767 0.962468 65.6459 0.924486 65.4242 0.888337 65.2111 0.853783 65.006 0.821076 64.8084 0.790044 64.6188 0.760208 64.4361 0.731748 64.2597 0.704697 64.0903 0.678706 63.9271 0.653879 63.7695 0.630268 63.6173 0.608126 63.4729 0.586087 63.3303 0.566591 63.1948 0.547702 63.0599 0.52873 62.9392 0.508948 62.8014 0.490714 62.6996 0.475282 62.5785 0.459499 62.4666 0.445061 62.3708 0.431003 62.2607 0.415985 62.1556 0.402083 62.0635 0.38721 61.967 0.37374 61.8812 0.361081 61.7993 0.350002 61.7033 0.337781 61.6316 0.32592 61.545 0.315199 61.4752 0.304273 61.3998 0.294208 61.3289 0.28423 61.2601 0.274456 61.1939 0.26513 61.1302 0.256099 61.0679 0.247225 61.0081 0.238526 60.9505 0.230065 60.8945 0.22181 60.8407 0.213702 60.7887 0.205819 60.7385 0.198083 60.69 0.190418 60.6436 0.182992 60.5985 0.175688 60.5553 0.168473 60.5136 0.161409 60.4737 0.154501 60.435 0.147658 60.3981 0.140933 60.3627 0.134325 60.3287 0.127816 60.2961 0.121391 60.2649 0.115038 60.2352 0.108752 60.2067 0.102552 60.1797 0.0964017 60.1539 0.0902939 60.1294 0.0842369 60.1062 0.0782472 60.0842 0.0722755 60.0636 0.0663089 60.044 0.0603998 60.0257 0.0544853 60.0086 0.0485382 59.9926 0.0426126 59.9778 0.0366457 59.9642 0.0306029 59.9516 0.0245232 59.9402 0.0183226 59.93 0.011993 59.9208 0.00559009 59.9113 0.000711612 59.7715 0.000444104 58.7588 0.00140239 57.112 0.00113006 55.3986 0.00137569 53.7022 0.000450267 52.0763 50.5528 41.6181 39.1676 38.5819 46.0501 34.8767 52.33 30.2737 55.9201 25.9984 56.91 22.126 58.6815 18.2749 57.9228 15.3244 55.8751 13.4866 58.3314 13.4521 67.4201 13.8054 83.0012 13.588 94.7595 12.771 99.7076 11.7397 100.094 10.7301 98.663 9.8225 96.7874 9.00467 94.9224 8.28309 93.1578 7.63738 91.5101 7.05104 89.9637 6.52961 88.4887 6.04962 87.1005 5.61751 85.7909 5.23096 84.5576 4.87795 83.4001 4.55976 82.3009 4.26774 81.2674 4.00126 80.2874 3.75503 79.3593 3.52773 78.4791 3.3171 77.6552 3.12377 76.8641 2.94432 76.1245 2.77897 75.4044 2.627 74.7458 2.48493 74.1224 2.35266 73.5189 2.22933 72.943 2.11447 72.3961 2.00715 71.877 1.90632 71.3841 1.81205 70.913 1.72343 70.4633 1.64007 70.0357 1.56194 69.6271 1.48848 69.2373 1.4196 68.8648 1.35481 68.5089 1.29388 68.169 1.23665 67.8431 1.18243 67.5314 1.13125 67.2334 1.08322 66.9473 1.03772 66.6729 0.994548 66.4101 0.953733 66.1578 0.915077 65.9154 0.878336 65.6826 0.843508 65.459 0.810483 65.2442 0.778916 65.0375 0.748875 64.8384 0.720487 64.6472 0.693279 64.4633 0.667245 64.2857 0.642538 64.115 0.618823 63.9508 0.596191 63.7921 0.574768 63.6387 0.554777 63.4929 0.535044 63.35 0.516839 63.213 0.499258 63.0774 0.48191 62.9566 0.463423 62.8199 0.446226 62.7168 0.432969 62.5918 0.41869 62.4809 0.406665 62.3829 0.394063 62.2733 0.38016 62.1695 0.367005 62.0766 0.352668 61.9814 0.339799 61.8941 0.328319 61.8108 0.318903 61.7127 0.307796 61.6427 0.296943 61.5559 0.287161 61.485 0.277259 61.4097 0.267971 61.3382 0.258827 61.2692 0.249875 61.2029 0.241396 61.1387 0.233132 61.0762 0.225012 61.0162 0.21709 60.9584 0.20936 60.9022 0.201824 60.8482 0.194417 60.7961 0.187243 60.7457 0.180136 60.6971 0.173174 60.6505 0.166374 60.6053 0.159682 60.5619 0.153074 60.5202 0.14662 60.4801 0.140282 60.4414 0.134 60.4044 0.127836 60.3689 0.121769 60.3348 0.115783 60.3021 0.109862 60.2708 0.10402 60.2411 0.0982301 60.2125 0.0925249 60.1854 0.0868505 60.1596 0.0812201 60.1351 0.0756256 60.1118 0.0700808 60.0898 0.0645691 60.0691 0.0590423 60.0496 0.05355 60.0311 0.0480738 60.0141 0.0425607 59.9981 0.0370294 59.9833 0.0314825 59.9697 0.0258343 59.9573 0.0201543 59.9459 0.0143559 59.9358 0.00839024 59.9268 0.00235533 59.9174 -0.00236348 59.7762 -0.00210165 58.7585 -0.000676177 57.1106 -0.000601064 55.3985 0.000310824 53.7012 -0.000108392 52.0767 50.5526 42.1753 41.2446 39.3809 48.8444 36.0003 55.7106 31.5281 60.3923 26.9681 61.47 22.8594 62.7902 18.7949 61.9873 15.5362 59.1338 13.3866 60.481 12.8805 67.9262 13.0299 82.8518 12.7738 95.0156 11.9761 100.505 10.9938 101.076 9.9996 99.6572 9.11874 97.6683 8.33925 95.7019 7.64367 93.8533 7.02457 92.1292 6.47978 90.5085 5.97953 88.9889 5.53194 87.5481 5.1299 86.193 4.76346 84.924 4.43952 83.7241 4.14156 82.5989 3.87259 81.5364 3.62567 80.5344 3.39958 79.5854 3.18896 78.6897 2.99693 77.8473 2.82 77.041 2.65647 76.2881 2.50667 75.5542 2.36859 74.8839 2.23958 74.2514 2.1189 73.6396 2.00651 73.0554 1.90231 72.5003 1.80491 71.9744 1.71373 71.4752 1.62873 70.998 1.54861 70.5434 1.4734 70.1109 1.40286 69.6977 1.33659 69.3035 1.27452 68.9269 1.21602 68.5674 1.1611 68.2239 1.10945 67.8948 1.06053 67.5803 1.01455 67.2794 0.971278 66.9906 0.93019 66.714 0.891358 66.4489 0.854699 66.1944 0.819917 65.9502 0.786883 65.7157 0.755568 65.4903 0.72591 65.2738 0.697643 65.0658 0.670624 64.8654 0.645087 64.6728 0.620724 64.4877 0.597379 64.309 0.575284 64.1371 0.554124 63.972 0.533852 63.8124 0.514741 63.6578 0.49696 63.5107 0.479316 63.3677 0.46254 63.2298 0.44637 63.0936 0.430962 62.972 0.415566 62.8353 0.400364 62.732 0.388003 62.6041 0.374657 62.4943 0.36463 62.3929 0.353005 62.285 0.339874 62.1827 0.328081 62.0884 0.315523 61.9939 0.304113 61.9055 0.294156 61.8208 0.285724 61.7211 0.275462 61.6529 0.265706 61.5657 0.256914 61.4938 0.24819 61.4185 0.239925 61.3465 0.231587 61.2776 0.223593 61.2109 0.216035 61.1462 0.208597 61.0836 0.201293 61.0235 0.194191 60.9655 0.187227 60.9092 0.18045 60.855 0.173776 60.8028 0.167333 60.7522 0.160925 60.7035 0.154688 60.6568 0.148561 60.6114 0.142537 60.568 0.13658 60.5261 0.130787 60.4859 0.125057 60.4471 0.11938 60.41 0.113817 60.3745 0.108312 60.3403 0.102903 60.3075 0.0975274 60.2762 0.0922356 60.2464 0.0869664 60.2178 0.0817863 60.1906 0.0766221 60.1647 0.0715145 60.1402 0.066418 60.1169 0.061351 60.0948 0.0563238 60.0741 0.0512788 60.0546 0.0462404 60.0362 0.0412299 60.0191 0.036191 60.0032 0.0310936 59.9884 0.0259983 59.9748 0.0207982 59.9625 0.015546 59.9511 0.010233 59.9411 0.00474484 59.9323 -0.000838963 59.9229 -0.00528385 59.7807 -0.00485933 58.7581 -0.00318357 57.1089 -0.00202709 55.3973 -0.000783542 53.7 -0.000708944 52.0766 50.5519 42.0285 43.2545 39.3894 51.4835 36.31 58.79 32.1796 64.5227 27.5329 66.1166 23.2789 67.0443 19.1191 66.1471 15.6114 62.6415 13.2036 62.8888 12.2249 68.905 12.1605 82.9162 11.8367 95.3394 11.0588 101.283 10.1166 102.018 9.14969 100.624 8.31802 98.5 7.5757 96.4442 6.91965 94.5094 6.34649 92.7023 5.82868 91.0263 5.37101 89.4466 4.9589 87.9602 4.58202 86.5698 4.25098 85.2551 3.95079 84.0243 3.68051 82.8691 3.43624 81.7807 3.21375 80.7568 3.00829 79.7908 2.82028 78.8777 2.64871 78.0188 2.49022 77.1995 2.34499 76.4333 2.21162 75.6876 2.0885 75.007 1.97297 74.3669 1.86527 73.7473 1.76515 73.1555 1.67184 72.5936 1.58518 72.0611 1.50448 71.5559 1.42917 71.0733 1.35829 70.6143 1.29198 70.1772 1.22982 69.7598 1.17161 69.3617 1.11694 68.9815 1.06533 68.619 1.01701 68.2722 0.971517 67.9403 0.928506 67.6233 0.888144 67.3198 0.850034 67.0287 0.813899 66.7501 0.779852 66.483 0.747683 66.2266 0.717154 65.9807 0.688206 65.7446 0.660749 65.5178 0.63471 65.2999 0.609988 65.0905 0.586355 64.889 0.563968 64.6951 0.542658 64.509 0.522221 64.3295 0.502945 64.1564 0.484584 63.9904 0.466818 63.8301 0.450022 63.6746 0.434414 63.5263 0.418934 63.3831 0.404183 63.2446 0.390005 63.1078 0.376616 62.9854 0.364628 62.8472 0.351462 62.7452 0.339555 62.616 0.32649 62.5073 0.317881 62.4015 0.307209 62.2956 0.296148 62.1937 0.286569 62.098 0.276124 62.0044 0.266589 61.915 0.257546 61.8298 0.249998 61.7287 0.24054 61.6624 0.231937 61.5743 0.224289 61.5014 0.216828 61.4259 0.20961 61.3537 0.202303 61.2849 0.195455 61.2177 0.188802 61.1529 0.182231 61.0902 0.175803 61.0299 0.169587 60.9718 0.163476 60.9153 0.157508 60.861 0.15165 60.8086 0.146005 60.7578 0.140366 60.7091 0.134905 60.6622 0.129494 60.6168 0.124169 60.5733 0.118924 60.5314 0.113807 60.491 0.108716 60.4522 0.103701 60.4151 0.0987788 60.3794 0.0938972 60.3451 0.0891044 60.3123 0.0843209 60.281 0.0796146 60.2511 0.0749293 60.2225 0.0703041 60.1952 0.0656893 60.1693 0.0611231 60.1447 0.0565656 60.1214 0.0520244 60.0994 0.0475199 60.0786 0.0430121 60.0591 0.0384661 60.0407 0.0339444 60.0236 0.0294183 60.0077 0.0248118 59.993 0.0202077 59.9794 0.0155117 59.9672 0.0107177 59.9559 0.00591448 59.9459 0.000976434 59.9372 -0.00407361 59.928 -0.0079654 59.7846 -0.00739853 58.7575 -0.00552409 57.107 -0.00373108 55.3955 -0.00223743 53.6985 -0.00138865 52.0758 50.5506 41.3592 45.4537 38.7587 54.0839 35.9406 61.6082 32.2362 68.2271 27.7365 70.6164 23.3603 71.4205 19.1035 70.4039 15.4585 66.2865 12.8642 65.4831 11.4767 70.2925 11.1847 83.2082 10.7605 95.7637 9.98439 102.059 9.09591 102.907 8.1883 101.532 7.40109 99.2872 6.71382 97.1315 6.11211 95.1111 5.57474 93.2397 5.10995 91.4911 4.69544 89.8611 4.31522 88.3404 3.9836 86.9015 3.68396 85.5547 3.41592 84.2923 3.17839 83.1067 2.96035 81.9987 2.76473 80.9525 2.58439 79.9712 2.42045 79.0416 2.27021 78.1691 2.13382 77.3359 2.00706 76.5601 1.89098 75.8036 1.784 75.114 1.68414 74.4668 1.59035 73.8411 1.50322 73.2427 1.42287 72.674 1.348 72.136 1.27853 71.6254 1.21385 71.138 1.15315 70.675 1.09656 70.2338 1.04343 69.813 0.993791 69.4114 0.947109 69.0282 0.903073 68.663 0.861885 68.3134 0.82303 67.9791 0.786426 67.6599 0.752079 67.3541 0.719612 67.0612 0.688902 66.7808 0.659976 66.5119 0.632577 66.254 0.606613 66.0067 0.582046 65.7692 0.558743 65.5411 0.536621 65.322 0.515675 65.1115 0.495674 64.909 0.476694 64.7141 0.458706 64.527 0.441359 64.3468 0.425 64.1727 0.40956 64.0058 0.394493 63.8452 0.380245 63.6889 0.366918 63.5396 0.354132 63.3959 0.341505 63.2572 0.329627 63.1197 0.318332 62.9967 0.308875 62.8567 0.298173 62.7559 0.286807 62.6274 0.274551 62.5196 0.26716 62.4089 0.258015 62.3048 0.24938 62.2024 0.241988 62.1054 0.23343 62.0129 0.226106 61.9224 0.218204 61.8377 0.211624 61.7353 0.203507 61.6705 0.195876 61.5819 0.189456 61.5079 0.183156 61.4322 0.177023 61.3598 0.171046 61.2909 0.16535 61.2234 0.15967 61.1585 0.154046 61.0958 0.148557 61.0354 0.143287 60.977 0.138085 60.9205 0.133031 60.866 0.128079 60.8136 0.123271 60.7626 0.118458 60.7139 0.113797 60.6669 0.109148 60.6214 0.104589 60.5779 0.100113 60.5359 0.0957039 60.4955 0.0913151 60.4566 0.0870031 60.4194 0.0827529 60.3836 0.078545 60.3494 0.0744029 60.3165 0.0702525 60.2851 0.0661736 60.2551 0.062101 60.2266 0.058073 60.1993 0.0540519 60.1734 0.0500545 60.1487 0.0460823 60.1254 0.0421059 60.1034 0.0381497 60.0826 0.0342163 60.063 0.0302191 60.0447 0.0262187 60.0276 0.022242 60.0117 0.0181845 59.9971 0.0141075 59.9835 0.00996266 59.9713 0.00569943 59.9602 0.00139748 59.9502 -0.00301493 59.9416 -0.00750762 59.9325 -0.011009 59.7881 -0.0102452 58.7567 -0.0080669 57.1048 -0.00556337 55.393 -0.00362391 53.6966 -0.00194486 52.0741 50.5486 40.4191 48.1543 37.5607 56.9422 34.7488 64.4201 31.4114 71.5644 27.2436 74.7842 22.9745 75.6896 18.7631 74.6153 15.0496 69.9999 12.3287 68.204 10.6184 72.0028 10.0666 83.76 9.53605 96.2942 8.77093 102.824 7.93724 103.74 7.08483 102.384 6.37247 99.9995 5.75073 97.7532 5.19967 95.6621 4.72907 93.7103 4.31366 91.9065 3.94182 90.2329 3.61962 88.6626 3.32466 87.1964 3.06376 85.8156 2.83698 84.5191 2.62715 83.3165 2.44417 82.1817 2.27608 81.1206 2.12477 80.1225 1.98594 79.1805 1.86226 78.2927 1.74716 77.451 1.64238 76.6648 1.54558 75.9004 1.45562 75.2039 1.37246 74.5499 1.29432 73.9192 1.22174 73.3152 1.15493 72.7408 1.09294 72.1979 1.03587 71.6825 0.982307 71.1916 0.93251 70.7248 0.886364 70.2799 0.842951 69.8564 0.802493 69.4518 0.764318 69.0664 0.728538 68.6988 0.695116 68.3468 0.663454 68.0108 0.633722 67.6896 0.605879 67.3819 0.579509 67.0875 0.554671 66.8056 0.53126 66.5353 0.509061 66.2762 0.488053 66.0277 0.468184 65.7891 0.449374 65.5599 0.431496 65.3399 0.414603 65.1284 0.398489 64.9252 0.38312 64.7295 0.368715 64.5414 0.354814 64.3607 0.34156 64.186 0.329194 64.0182 0.31712 63.8573 0.305501 63.7005 0.294805 63.5503 0.284597 63.4061 0.274492 63.2673 0.264931 63.1292 0.255639 63.0059 0.247925 62.8644 0.239731 62.7641 0.230361 62.6368 0.219633 62.5303 0.214335 62.4142 0.206625 62.3125 0.200177 62.2088 0.193931 62.1117 0.186821 62.02 0.182127 61.9271 0.17591 61.8439 0.170674 61.7405 0.164131 61.6771 0.157948 61.5881 0.15256 61.5132 0.147277 61.4375 0.142422 61.3647 0.137677 61.2956 0.133151 61.228 0.128559 61.1631 0.124031 61.1004 0.119579 61.0399 0.115326 60.9813 0.111094 60.9248 0.107019 60.8701 0.103011 60.8176 0.0990571 60.7666 0.0951076 60.7179 0.0912772 60.6707 0.0874367 60.6253 0.0836929 60.5816 0.0800228 60.5395 0.0763923 60.4991 0.0727774 60.4602 0.0692142 60.4229 0.065689 60.3871 0.0621915 60.3529 0.0587406 60.3199 0.0552702 60.2886 0.0518533 60.2586 0.0484378 60.23 0.0450418 60.2026 0.041666 60.1767 0.0382833 60.1521 0.0349365 60.1288 0.0315677 60.1067 0.0281905 60.0859 0.0248496 60.0664 0.0214676 60.0481 0.0180487 60.031 0.0146325 60.0151 0.011191 60.0005 0.00767463 59.987 0.00411487 59.9749 0.000475568 59.9638 -0.00325186 59.954 -0.0071234 59.9455 -0.0112526 59.9366 -0.0143563 59.7912 -0.013151 58.7555 -0.0104416 57.1021 -0.00731663 55.3899 -0.00481121 53.6941 -0.00249845 52.0718 50.5461 39.2805 51.5188 35.9969 60.2258 33.0274 67.3896 29.9251 74.6668 26.1032 78.6061 22.038 79.7548 17.9647 78.6886 14.3059 73.6587 11.5373 70.9726 9.61144 73.9286 8.80141 84.5701 8.15162 96.944 7.38895 103.587 6.60098 104.528 5.85378 103.131 5.22169 100.632 4.6705 98.3044 4.19996 96.1327 3.79128 94.119 3.43394 92.2639 3.12752 90.5393 2.84847 88.9416 2.60391 87.441 2.39454 86.025 2.20026 84.7134 2.03503 83.4817 1.88458 82.3321 1.75027 81.2549 1.62878 80.244 1.52066 79.2886 1.42152 78.3919 1.33192 77.5406 1.24972 76.747 1.17181 75.9784 1.10194 75.2738 1.03672 74.6152 0.975446 73.9805 0.918654 73.372 0.867451 72.792 0.81958 72.2458 0.775463 71.7266 0.73436 71.2327 0.696583 70.7626 0.661344 70.3151 0.628396 69.8893 0.597749 69.4825 0.568841 69.0953 0.541954 68.7257 0.516744 68.372 0.492948 68.0346 0.470678 67.7119 0.449678 67.4029 0.429862 67.1074 0.411281 66.8242 0.393745 66.5529 0.377134 66.2928 0.361518 66.0433 0.346743 65.8038 0.33272 65.5739 0.319419 65.3532 0.306861 65.1409 0.294958 64.9371 0.283502 64.7409 0.272758 64.5521 0.262591 64.3709 0.252641 64.1959 0.243425 64.0274 0.23468 63.866 0.225853 63.7093 0.217615 63.5585 0.2102 63.4135 0.202658 63.2748 0.195408 63.1365 0.188711 63.0126 0.181472 62.8717 0.175738 62.7698 0.170379 62.6421 0.161945 62.5387 0.159289 62.4168 0.15266 62.3191 0.148803 62.2127 0.143678 62.1168 0.13717 62.0265 0.135026 61.9292 0.129806 61.8491 0.126154 61.7442 0.121743 61.6815 0.117127 61.5927 0.113479 61.5169 0.109273 61.4417 0.105551 61.3684 0.102139 61.299 0.0987031 61.2314 0.0952624 61.1666 0.0919319 61.1037 0.0886316 61.0432 0.0854644 60.9844 0.0823035 60.9279 0.0792198 60.8732 0.0762121 60.8206 0.0731622 60.7696 0.0701663 60.7209 0.0672315 60.6737 0.0642726 60.6282 0.061415 60.5845 0.0586035 60.5423 0.0557645 60.5019 0.0529878 60.463 0.0502128 60.4257 0.0474599 60.3899 0.0447412 60.3556 0.0420181 60.3227 0.0392966 60.2913 0.0365894 60.2613 0.0338915 60.2327 0.031194 60.2053 0.028499 60.1794 0.025797 60.1548 0.0231016 60.1315 0.0203909 60.1094 0.0176588 60.0887 0.014929 60.0691 0.012204 60.0508 0.00942909 60.0338 0.0066116 60.0179 0.00380949 60.0033 0.00090463 59.9899 -0.00199973 59.9778 -0.00502799 59.9669 -0.00817498 59.9571 -0.0114477 59.9488 -0.0150387 59.9402 -0.0171884 59.7933 -0.0154716 58.7538 -0.012388 57.0991 -0.00885666 55.3864 -0.00586705 53.6911 -0.00307921 52.069 50.543 37.9597 55.4844 34.1671 64.0184 30.8419 70.7149 27.7754 77.7332 24.2583 82.1232 20.4567 83.5564 16.6483 82.497 13.1691 77.1379 10.4403 73.7014 8.41834 75.9505 7.3599 85.6285 6.58105 97.7228 5.82853 104.34 5.12576 105.231 4.47366 103.784 3.93336 101.172 3.48182 98.7559 3.09257 96.5219 2.75973 94.4518 2.4806 92.543 2.22725 90.7927 2.01269 89.1562 1.83091 87.6228 1.66217 86.1937 1.52191 84.8536 1.39506 83.6086 1.28217 82.445 1.1849 81.3521 1.09585 80.333 1.01842 79.366 0.946679 78.4636 0.883414 77.6039 0.824751 76.8057 0.769849 76.0333 0.720408 75.3232 0.675966 74.6596 0.633713 74.0228 0.595305 73.4104 0.560945 72.8264 0.528657 72.2781 0.498333 71.7569 0.4711 71.2599 0.445653 70.788 0.421972 70.3388 0.400353 69.9109 0.379815 69.503 0.360876 69.1142 0.343402 68.7431 0.326773 68.3886 0.311309 68.05 0.296971 67.7263 0.283328 67.4166 0.270508 67.1202 0.258594 66.8361 0.247342 66.5641 0.236781 66.3034 0.226822 66.0533 0.217416 65.8132 0.208472 65.5829 0.200054 65.3616 0.192052 65.1489 0.184538 64.9446 0.177303 64.7482 0.170412 64.559 0.164124 64.3772 0.157722 64.2023 0.151786 64.0333 0.146548 63.8713 0.140732 63.7151 0.135564 63.5637 0.130612 63.4185 0.125765 63.2797 0.120924 63.1413 0.11682 63.0167 0.111218 62.8773 0.10883 62.7722 0.106368 62.6446 0.101077 62.544 0.0999174 62.418 0.0960672 62.323 0.0945437 62.2142 0.0911131 62.1202 0.0865875 62.0311 0.0849412 61.9309 0.0810151 61.8531 0.0776377 61.7475 0.0755922 61.6835 0.0735179 61.5948 0.0714472 61.519 0.0688592 61.4443 0.0666343 61.3706 0.0643189 61.3013 0.0620682 61.2336 0.0598845 61.1688 0.0578065 61.1058 0.0557178 61.0453 0.0536858 60.9865 0.0516413 60.93 0.0496059 60.8752 0.0476995 60.8225 0.0456184 60.7717 0.0436509 60.7228 0.0416954 60.6756 0.0396974 60.6302 0.037765 60.5864 0.0358499 60.5443 0.0338781 60.5039 0.0319773 60.4649 0.0300403 60.4277 0.0281058 60.3918 0.0262048 60.3575 0.0242625 60.3246 0.0223279 60.2933 0.0203895 60.2632 0.0184627 60.2346 0.0165042 60.2073 0.0145333 60.1814 0.0125517 60.1568 0.0105462 60.1335 0.00853436 60.1115 0.00650682 60.0907 0.00445525 60.0712 0.00239152 60.0529 0.000301417 60.0359 -0.0018232 60.02 -0.00397358 60.0055 -0.00618269 59.9921 -0.00843989 59.98 -0.0107925 59.9692 -0.0132844 59.9596 -0.0158222 59.9513 -0.0185018 59.9429 -0.019882 59.7947 -0.0177332 58.7517 -0.0143092 57.0956 -0.0103272 55.3824 -0.00687792 53.6876 -0.0036752 52.0658 50.5394 35.8615 59.9681 31.6518 68.2281 28.0442 74.3225 24.9909 80.7866 21.7604 85.3537 18.3277 86.9891 14.847 85.9777 11.6125 80.3724 9.01982 76.2941 6.97344 77.9969 5.71017 86.8918 4.83492 98.5981 4.10987 105.065 3.46896 105.872 2.93871 104.314 2.53393 101.577 2.16595 99.1239 1.88356 96.8043 1.64579 94.6896 1.42776 92.761 1.26055 90.9599 1.11557 89.3012 0.983841 87.7545 0.882561 86.295 0.786335 84.9498 0.703598 83.6913 0.637465 82.5112 0.575344 81.4143 0.524689 80.3837 0.478073 79.4126 0.440077 78.5016 0.401043 77.6429 0.369301 76.8374 0.341165 76.0614 0.314212 75.3502 0.289562 74.6843 0.269684 74.0426 0.251633 73.4285 0.233627 72.8444 0.218181 72.2936 0.204021 71.7711 0.190355 71.2736 0.178486 70.7999 0.167429 70.3499 0.157691 69.9207 0.148664 69.5121 0.139992 69.1229 0.132437 68.7507 0.125371 68.3957 0.118661 68.0568 0.112544 67.7324 0.106955 67.4222 0.101691 67.1254 0.096712 66.8411 0.0920881 66.5687 0.0878332 66.3076 0.0838986 66.0572 0.0801839 65.817 0.076692 65.5864 0.0734113 65.3649 0.0702508 65.1521 0.0673013 64.9475 0.0645348 64.7509 0.0619287 64.5616 0.059517 64.3796 0.0570568 64.2048 0.0547688 64.0356 0.052692 63.8733 0.0507693 63.7171 0.0483995 63.5661 0.0471537 63.4197 0.0436962 63.2831 0.0431576 63.1419 0.0408082 63.0191 0.0384481 62.8796 0.0403887 62.7703 0.0384114 62.6466 0.0376243 62.5448 0.0352113 62.4204 0.0359232 62.3223 0.0357571 62.2143 0.0349132 62.1211 0.0342592 62.0317 0.0316261 61.9335 0.0310253 61.8537 0.0264871 61.7521 0.0268708 61.6831 0.0273507 61.5943 0.0260701 61.5202 0.0262524 61.4441 0.0250207 61.3719 0.0241785 61.3022 0.0232744 61.2345 0.0224674 61.1696 0.0216411 61.1066 0.0208646 61.046 0.0199659 60.9874 0.019115 60.9308 0.018248 60.8761 0.0173638 60.8234 0.0164433 60.7726 0.015553 60.7237 0.0146092 60.6766 0.0136836 60.6312 0.0126969 60.5874 0.0116913 60.5453 0.0107045 60.5049 0.00968237 60.4659 0.00863166 60.4287 0.00761876 60.3928 0.00655746 60.3585 0.00544653 60.3257 0.00436259 60.2943 0.00323516 60.2643 0.00208904 60.2357 0.000923801 60.2085 -0.000257225 60.1826 -0.00146807 60.158 -0.00272763 60.1347 -0.00399095 60.1127 -0.00527469 60.092 -0.00659829 60.0725 -0.00793813 60.0542 -0.00930285 60.0372 -0.0107382 60.0215 -0.0122023 60.0069 -0.0137086 59.9936 -0.0152544 59.9816 -0.0168576 59.9708 -0.0185704 59.9613 -0.0203346 59.9531 -0.0221831 59.9447 -0.0229783 59.7955 -0.0201925 58.7489 -0.0161984 57.0916 -0.0116762 55.3779 -0.00764892 53.6836 -0.00390577 52.062 50.5354 32.8727 64.5926 28.4615 72.6393 24.673 78.111 21.5528 83.9068 18.5597 88.3467 15.4736 90.0752 12.4902 88.9611 9.65766 83.2049 7.24762 78.7042 5.27636 79.9682 3.85556 88.3126 2.88285 99.5708 2.18578 105.762 1.66028 106.397 1.26021 104.714 0.963454 101.873 0.750318 99.3371 0.567061 96.9876 0.414478 94.8422 0.309601 92.8659 0.21166 91.0578 0.13444 89.3784 0.0865595 87.8024 0.0360478 86.3455 -0.00103105 84.9869 -0.0249087 83.7152 -0.0517651 82.538 -0.0681341 81.4306 -0.0818429 80.3974 -0.0917471 79.4226 -0.100981 78.5109 -0.106611 77.6485 -0.112076 76.8429 -0.116953 76.0663 -0.11597 75.3492 -0.115565 74.6839 -0.114689 74.0418 -0.112227 73.426 -0.109824 72.842 -0.108589 72.2923 -0.10674 71.7692 -0.104225 71.2711 -0.101759 70.7974 -0.0992133 70.3473 -0.0966096 69.9181 -0.0941518 69.5096 -0.0913487 69.1201 -0.088665 68.748 -0.0860772 68.3931 -0.0833519 68.054 -0.0807617 67.7298 -0.0782635 67.4197 -0.0757344 67.1229 -0.0732595 66.8386 -0.0708594 66.5663 -0.0685231 66.3053 -0.0662567 66.0549 -0.0640246 65.8147 -0.0618628 65.5842 -0.0597321 65.3627 -0.0576743 65.15 -0.0556573 64.9455 -0.0537167 64.749 -0.0519723 64.5599 -0.0501367 64.3778 -0.048369 64.203 -0.0469922 64.0342 -0.0453405 63.8717 -0.0439082 63.7156 -0.0426348 63.5648 -0.0414299 63.4185 -0.0394304 63.2812 -0.0395147 63.1419 -0.035657 63.0152 -0.0367481 62.8807 -0.0340309 62.7675 -0.0309924 62.6435 -0.0319214 62.5458 -0.0296858 62.4182 -0.0301209 62.3227 -0.0268088 62.211 -0.0248157 62.1191 -0.0246128 62.0315 -0.0228065 61.9317 -0.0233454 61.8542 -0.0242328 61.753 -0.0231957 61.6821 -0.0223965 61.5935 -0.0204332 61.5183 -0.0197013 61.4434 -0.0188482 61.371 -0.0181156 61.3015 -0.0174519 61.2339 -0.0170296 61.1691 -0.0165098 61.1061 -0.016025 61.0455 -0.0155646 60.9869 -0.0151618 60.9304 -0.0148678 60.8758 -0.0145436 60.8231 -0.0143293 60.7724 -0.0141238 60.7235 -0.013905 60.6763 -0.0137975 60.6311 -0.0137259 60.5873 -0.0137185 60.5453 -0.0137874 60.505 -0.0137953 60.4659 -0.0138799 60.4288 -0.0139925 60.393 -0.0141532 60.3587 -0.0143551 60.3259 -0.014579 60.2946 -0.0148561 60.2646 -0.0151463 60.236 -0.0154971 60.2088 -0.0158674 60.183 -0.0162735 60.1584 -0.016736 60.1352 -0.0172201 60.1132 -0.0177334 60.0925 -0.0182766 60.073 -0.0188696 60.0548 -0.0194868 60.0379 -0.020149 60.0221 -0.0208624 60.0076 -0.0216096 59.9944 -0.0224013 59.9824 -0.0232119 59.9716 -0.0240916 59.9622 -0.0250648 59.954 -0.0260877 59.9458 -0.0259529 59.7953 -0.0223343 58.7453 -0.017648 57.0869 -0.0125195 55.3728 -0.00779263 53.6789 -0.00327652 52.0575 50.5322 28.4153 69.0918 24.1101 76.9445 20.3946 81.8265 17.4011 86.9003 14.6958 91.052 12.0387 92.7323 9.53301 91.4669 7.19116 85.5468 5.09665 80.7987 3.26523 81.7996 1.74887 89.8289 0.767474 100.552 0.119413 106.41 -0.315691 106.833 -0.548289 104.946 -0.681043 102.006 -0.758793 99.4148 -0.817436 97.0462 -0.851381 94.8761 -0.874956 92.8895 -0.880821 91.0637 -0.867194 89.3648 -0.854571 87.7897 -0.840374 86.3313 -0.815471 84.962 -0.798446 83.6982 -0.774156 82.5137 -0.74846 81.4049 -0.722885 80.3718 -0.696417 79.3961 -0.671391 78.4858 -0.6445 77.6216 -0.619231 76.8176 -0.593273 76.0403 -0.567851 75.3238 -0.541471 74.6575 -0.517541 74.0178 -0.49475 73.4032 -0.472927 72.8201 -0.453137 72.2725 -0.434133 71.7502 -0.415462 71.2524 -0.398034 70.78 -0.381551 70.3309 -0.365918 69.9024 -0.351057 69.4947 -0.336679 69.1057 -0.323072 68.7344 -0.310142 68.3802 -0.297698 68.0416 -0.28582 67.7179 -0.274492 67.4083 -0.263685 67.1121 -0.253385 66.8283 -0.243539 66.5565 -0.23412 66.2959 -0.225124 66.0459 -0.21652 65.8061 -0.208295 65.576 -0.200416 65.3549 -0.192894 65.1425 -0.185696 64.9383 -0.178798 64.7421 -0.172273 64.5534 -0.165989 64.3715 -0.159879 64.1969 -0.154174 64.0285 -0.1486 63.8661 -0.143286 63.7103 -0.138335 63.5598 -0.132898 63.4131 -0.127874 63.2761 -0.123033 63.1371 -0.118347 63.0106 -0.116028 62.8784 -0.111889 62.7634 -0.107583 62.6392 -0.103844 62.542 -0.0990484 62.4134 -0.0967662 62.3204 -0.0939127 62.2082 -0.0907449 62.1159 -0.0868973 62.0277 -0.0825261 61.9273 -0.0802251 61.8519 -0.0781716 61.7509 -0.0752575 61.6792 -0.0725848 61.5908 -0.0699513 61.5156 -0.0673261 61.4408 -0.06506 61.3688 -0.0627591 61.2991 -0.0605949 61.2317 -0.0585909 61.1671 -0.0567703 61.1042 -0.0548799 61.0437 -0.0530537 60.9851 -0.0513585 60.9287 -0.0497373 60.8742 -0.0482256 60.8216 -0.0467774 60.771 -0.045411 60.7222 -0.0440668 60.675 -0.0428015 60.6298 -0.041664 60.5862 -0.0405829 60.5442 -0.0395832 60.504 -0.0385836 60.4649 -0.0376627 60.4279 -0.0368025 60.3921 -0.0360039 60.3579 -0.0352861 60.3252 -0.0345843 60.2939 -0.0339646 60.264 -0.033377 60.2354 -0.0328415 60.2083 -0.0323485 60.1825 -0.0318969 60.158 -0.0315063 60.1348 -0.0311623 60.1129 -0.0308644 60.0922 -0.0305982 60.0728 -0.0303903 60.0546 -0.0302149 60.0377 -0.0300793 60.022 -0.0299886 60.0075 -0.0299203 59.9943 -0.0299155 59.9824 -0.0299104 59.9716 -0.0299228 59.9622 -0.0299954 59.9541 -0.0299889 59.9458 -0.0286379 59.794 -0.0241737 58.7408 -0.0188029 57.0816 -0.0131089 55.3671 -0.00777395 53.6735 -0.00268262 52.0524 50.5295 22.2891 72.9638 18.5458 80.6877 15.2379 85.1344 12.5055 89.6328 10.2129 93.3446 8.05724 94.8879 6.04507 93.4791 4.32847 87.2634 2.5778 82.5493 0.887114 83.4903 -0.653579 91.3696 -1.73097 101.63 -2.24795 106.927 -2.4993 107.084 -2.45596 104.903 -2.42237 101.973 -2.37237 99.3648 -2.29119 96.9651 -2.21815 94.8031 -2.1392 92.8105 -2.0428 90.9673 -1.95503 89.277 -1.86497 87.6997 -1.77723 86.2436 -1.69746 84.8822 -1.6226 83.6233 -1.54166 82.4328 -1.47457 81.3378 -1.40107 80.2983 -1.33751 79.3325 -1.27081 78.4191 -1.21206 77.5629 -1.15158 76.7572 -1.09483 75.9836 -1.04225 75.2712 -0.992093 74.6073 -0.943877 73.9696 -0.898648 73.358 -0.8574 72.7789 -0.817819 72.2329 -0.780112 71.7125 -0.744671 71.2169 -0.711498 70.7468 -0.679958 70.2993 -0.650185 69.8727 -0.622059 69.4666 -0.595351 69.079 -0.570091 68.7092 -0.546104 68.3562 -0.523302 68.0188 -0.501616 67.6962 -0.480996 67.3877 -0.461427 67.0925 -0.442851 66.8098 -0.425166 66.5388 -0.408317 66.279 -0.392278 66.0299 -0.376998 65.7908 -0.362428 65.5614 -0.348518 65.3409 -0.335252 65.1292 -0.322593 64.9257 -0.310446 64.73 -0.298846 64.5418 -0.287797 64.3604 -0.277129 64.1862 -0.266993 64.0184 -0.257195 63.8563 -0.247769 63.7009 -0.238707 63.5508 -0.229769 63.4042 -0.22154 63.2679 -0.212639 63.1282 -0.206424 63.0043 -0.200164 62.8721 -0.193629 62.7569 -0.189167 62.6348 -0.178878 62.5317 -0.174763 62.4093 -0.166733 62.3124 -0.163411 62.2049 -0.158947 62.1114 -0.150754 62.0195 -0.147042 61.9236 -0.139198 61.8441 -0.13565 61.7474 -0.130296 61.6738 -0.125543 61.5861 -0.121851 61.512 -0.117195 61.4361 -0.113317 61.3649 -0.109546 61.2954 -0.105864 61.228 -0.102294 61.1636 -0.0989559 61.1009 -0.0956388 61.0403 -0.0923855 60.9818 -0.0893384 60.9257 -0.0863445 60.8712 -0.0835585 60.8188 -0.0808392 60.7682 -0.0782581 60.7196 -0.0757421 60.6725 -0.0733076 60.6274 -0.0710053 60.5839 -0.0687779 60.5419 -0.0666536 60.5018 -0.0645953 60.4629 -0.0626216 60.4259 -0.0607407 60.3902 -0.0589403 60.3561 -0.0572345 60.3235 -0.0555685 60.2922 -0.0539992 60.2624 -0.0524911 60.2339 -0.0510467 60.2068 -0.0496608 60.1811 -0.0483254 60.1566 -0.0470344 60.1335 -0.0458122 60.1116 -0.0446604 60.091 -0.0435504 60.0716 -0.0424973 60.0536 -0.0414836 60.0367 -0.0405188 60.021 -0.0395927 60.0066 -0.038674 59.9934 -0.0378201 59.9815 -0.0369656 59.9708 -0.0360694 59.9613 -0.0351609 59.9532 -0.0341279 59.9447 -0.0317266 59.7916 -0.0264068 58.7355 -0.0203207 57.0755 -0.0140554 55.3608 -0.00820314 53.6677 -0.00279402 52.047 50.5267 14.5218 75.9984 11.5674 83.6421 8.92119 87.7806 6.73219 91.8218 4.98055 95.0962 3.48598 96.3825 2.17052 94.7945 1.00987 88.424 -0.261748 83.8209 -1.71314 84.9417 -3.36457 93.021 -4.47084 102.736 -4.75261 107.209 -4.73873 107.07 -4.53518 104.7 -4.31958 101.757 -4.07721 99.1224 -3.87311 96.761 -3.6699 94.5999 -3.46871 92.6093 -3.28648 90.7851 -3.0985 89.089 -2.93181 87.533 -2.77068 86.0825 -2.62992 84.7415 -2.48159 83.475 -2.3608 82.312 -2.23159 81.2086 -2.11811 80.1848 -2.00633 79.2208 -1.9023 78.3151 -1.80301 77.4636 -1.70938 76.6635 -1.62213 75.8963 -1.53965 75.1887 -1.46469 74.5324 -1.39166 73.8966 -1.32343 73.2898 -1.26045 72.7159 -1.20029 72.1728 -1.14354 71.6558 -1.09032 71.1637 -1.04041 70.6969 -0.993055 70.252 -0.948488 69.8281 -0.906469 69.4246 -0.866744 69.0393 -0.829255 68.6717 -0.793754 68.3207 -0.760128 67.9852 -0.728246 67.6643 -0.697998 67.3575 -0.66928 67.0638 -0.642023 66.7825 -0.616123 66.5129 -0.591501 66.2544 -0.568068 66.0065 -0.545757 65.7685 -0.524495 65.5401 -0.504218 65.3207 -0.484857 65.1099 -0.466402 64.9072 -0.448751 64.7123 -0.431876 64.5249 -0.41582 64.3444 -0.400363 64.1708 -0.385629 64.0036 -0.371367 63.8421 -0.357611 63.6871 -0.344452 63.5376 -0.332214 63.3919 -0.320301 63.256 -0.309059 63.117 -0.298945 62.9942 -0.289309 62.8625 -0.280012 62.7476 -0.271176 62.6259 -0.260322 62.5209 -0.252492 62.4014 -0.243008 62.3029 -0.235898 62.1978 -0.228318 62.1039 -0.218732 62.0099 -0.211329 61.9162 -0.202605 61.8353 -0.195342 61.7401 -0.188224 61.6667 -0.182029 61.5799 -0.175918 61.5058 -0.169756 61.43 -0.164051 61.3592 -0.158591 61.2899 -0.153323 61.2228 -0.148158 61.1584 -0.143202 61.096 -0.138426 61.0356 -0.133701 60.9771 -0.129239 60.9212 -0.12485 60.8668 -0.120719 60.8146 -0.116672 60.7642 -0.112797 60.7157 -0.109039 60.6687 -0.105389 60.6237 -0.101838 60.5803 -0.0984093 60.5385 -0.0950924 60.4985 -0.0919147 60.4597 -0.0888306 60.4228 -0.0858665 60.3873 -0.0830138 60.3532 -0.0802621 60.3207 -0.0775845 60.2895 -0.0750101 60.2598 -0.072523 60.2315 -0.0701196 60.2044 -0.0677873 60.1788 -0.0655276 60.1544 -0.0632933 60.1313 -0.0611463 60.1095 -0.0590954 60.089 -0.0570982 60.0697 -0.0551561 60.0516 -0.0532585 60.0348 -0.0514138 60.0192 -0.0496131 60.0048 -0.0478148 59.9916 -0.0460481 59.9797 -0.0442888 59.969 -0.0424596 59.9595 -0.0405516 59.9513 -0.0385607 59.9427 -0.0353466 59.7884 -0.0292526 58.7294 -0.0224091 57.0686 -0.0154825 55.3539 -0.00904211 53.6612 -0.0032556 52.0412 50.5234 5.32152 77.7798 3.44766 85.516 1.65599 89.5722 0.388596 93.0892 -0.678815 96.1636 -1.55746 97.2611 -2.21471 95.4518 -2.43023 88.6396 -3.23071 84.6214 -4.67322 86.3842 -6.35746 94.7053 -7.30266 103.681 -7.35029 107.256 -7.16737 106.887 -6.7382 104.27 -6.28472 101.304 -5.89304 98.7308 -5.53049 96.3984 -5.19186 94.2612 -4.87871 92.2962 -4.57814 90.4845 -4.30621 88.8171 -4.05094 87.2777 -3.82002 85.8515 -3.59572 84.5172 -3.39992 83.2792 -3.20783 82.1199 -3.02839 81.0292 -2.86373 80.0202 -2.70451 79.0615 -2.55778 78.1684 -2.41878 77.3246 -2.29192 76.5367 -2.16966 75.7741 -2.06005 75.0791 -1.95632 74.4286 -1.85777 73.798 -1.7664 73.1984 -1.68017 72.6297 -1.59944 72.0921 -1.52353 71.5799 -1.45213 71.0923 -1.38498 70.6297 -1.32141 70.1884 -1.26163 69.7683 -1.20516 69.3681 -1.1518 68.9859 -1.10147 68.6213 -1.05386 68.2731 -1.00879 67.9401 -0.966135 67.6217 -0.925713 67.3171 -0.887333 67.0254 -0.850905 66.7461 -0.816327 66.4783 -0.78348 66.2216 -0.752227 65.9752 -0.722504 65.7388 -0.694199 65.5118 -0.667257 65.2937 -0.641545 65.0842 -0.617053 64.8827 -0.593681 64.6889 -0.571323 64.5025 -0.550005 64.3231 -0.529482 64.1503 -0.50989 63.9841 -0.491142 63.8233 -0.473131 63.6691 -0.45605 63.5205 -0.440214 63.3761 -0.424709 63.2405 -0.41031 63.1026 -0.396112 62.98 -0.382645 62.849 -0.369445 62.7344 -0.356625 62.6131 -0.344443 62.5087 -0.333442 62.3904 -0.32234 62.2918 -0.311894 62.1873 -0.30119 62.0932 -0.289646 61.9983 -0.278907 61.9055 -0.26884 61.8253 -0.258696 61.73 -0.249434 61.6575 -0.241396 61.5718 -0.233058 61.4975 -0.22513 61.422 -0.217524 61.3516 -0.210169 61.2826 -0.203158 61.2158 -0.196267 61.1515 -0.189595 61.0893 -0.183271 61.0292 -0.177026 60.9709 -0.171073 60.9153 -0.16525 60.861 -0.159693 60.8091 -0.15426 60.7588 -0.149016 60.7105 -0.143943 60.6636 -0.139024 60.6188 -0.134182 60.5755 -0.129517 60.5339 -0.124949 60.4939 -0.120598 60.4553 -0.116355 60.4186 -0.112249 60.3832 -0.108283 60.3493 -0.104423 60.3169 -0.100684 60.2858 -0.0970505 60.2562 -0.0935232 60.2279 -0.0900992 60.201 -0.0867565 60.1754 -0.0835185 60.1511 -0.0803197 60.1281 -0.0772161 60.1064 -0.0742163 60.086 -0.0712827 60.0667 -0.0684012 60.0487 -0.0655758 60.0319 -0.0627952 60.0164 -0.0600724 60.0021 -0.0573664 59.9889 -0.0546556 59.977 -0.0519514 59.9663 -0.0491997 59.9567 -0.0463352 59.9484 -0.0433575 59.9397 -0.0392147 59.7842 -0.03238 58.7226 -0.0248271 57.0611 -0.0172809 55.3463 -0.0102672 53.6542 -0.00408024 52.0351 50.5194 -5.19322 78.2721 -5.67767 86.0004 -6.16412 90.0587 -6.77687 93.7019 -7.04768 96.4344 -7.04634 97.2598 -6.5581 94.9635 -6.03703 88.1185 -6.59606 85.1805 -7.92229 87.7104 -9.60308 96.3861 -10.3247 104.403 -10.1563 107.088 -9.68557 106.416 -8.98985 103.575 -8.36737 100.681 -7.79041 98.1538 -7.25888 95.8669 -6.78189 93.7843 -6.34137 91.8557 -5.93691 90.08 -5.565 88.4452 -5.22142 86.9341 -4.90611 85.5362 -4.61096 84.222 -4.34661 83.0148 -4.08254 81.8558 -3.85724 80.8039 -3.63069 79.7936 -3.42972 78.8606 -3.23669 77.9753 -3.06292 77.1508 -2.89604 76.3698 -2.74388 75.6219 -2.60336 74.9386 -2.46915 74.2944 -2.34492 73.6738 -2.22759 73.0811 -2.11781 72.5199 -2.01568 71.9899 -1.91923 71.4834 -1.8288 71.0019 -1.74356 70.5445 -1.66309 70.1079 -1.58743 69.6927 -1.5159 69.2966 -1.44841 68.9184 -1.38473 68.5576 -1.3245 68.2129 -1.26757 67.8832 -1.21372 67.5678 -1.16272 67.2661 -1.11435 66.9771 -1.06848 66.7002 -1.02496 66.4348 -0.983633 66.1802 -0.944336 65.9359 -0.907001 65.7015 -0.871464 65.4763 -0.837651 65.2599 -0.805397 65.0519 -0.774655 64.852 -0.745309 64.6596 -0.717239 64.4745 -0.690462 64.2963 -0.664798 64.1246 -0.640323 63.9596 -0.617176 63.8002 -0.594969 63.6469 -0.573816 63.4994 -0.55377 63.356 -0.533972 63.2207 -0.515413 63.084 -0.496985 62.9616 -0.479563 62.8316 -0.46261 62.7174 -0.44677 62.5973 -0.431512 62.4934 -0.417347 62.3763 -0.403641 62.2781 -0.3902 62.1739 -0.376942 62.0799 -0.363419 61.9848 -0.350254 61.8923 -0.337901 61.8129 -0.32571 61.7178 -0.31412 61.6459 -0.303799 61.5615 -0.293404 61.4871 -0.283456 61.4121 -0.27379 61.3419 -0.264435 61.2732 -0.255529 61.2069 -0.246774 61.1428 -0.238252 61.0808 -0.230217 61.0212 -0.222352 60.963 -0.214795 60.9077 -0.20745 60.8536 -0.200358 60.802 -0.193469 60.7519 -0.186784 60.7038 -0.18031 60.6572 -0.174065 60.6125 -0.167913 60.5693 -0.161978 60.5279 -0.156131 60.4881 -0.150559 60.4498 -0.145115 60.4131 -0.139821 60.3779 -0.13469 60.3441 -0.129669 60.3119 -0.124813 60.2809 -0.120068 60.2515 -0.115452 60.2233 -0.110957 60.1965 -0.106563 60.171 -0.102295 60.1469 -0.0981138 60.1239 -0.0940246 60.1023 -0.0900201 60.082 -0.0861013 60.0628 -0.0822425 60.0449 -0.0784638 60.0282 -0.0747151 60.0127 -0.0710257 59.9984 -0.0673708 59.9852 -0.0636978 59.9734 -0.0600199 59.9626 -0.05631 59.953 -0.0525003 59.9446 -0.0484487 59.9357 -0.0432612 59.7791 -0.0357013 58.715 -0.0274725 57.0529 -0.0193653 55.3382 -0.0118098 53.6467 -0.00508618 52.0283 50.5143 -16.5721 77.3203 -15.4832 84.9116 -14.6829 89.2584 -14.1767 93.1957 -13.5657 95.8235 -12.6648 96.3589 -11.1021 93.4008 -10.0311 87.0475 -10.2277 85.3771 -11.4754 88.9581 -13.1306 98.0412 -13.4858 104.758 -13.0361 106.638 -12.2713 105.652 -11.3641 102.667 -10.5081 99.8251 -9.72861 97.3743 -9.05513 95.1934 -8.42494 93.1541 -7.86024 91.291 -7.34058 89.5604 -6.86214 87.9667 -6.43456 86.5066 -6.02006 85.1217 -5.66743 83.8694 -5.30427 82.6517 -5.00336 81.5549 -4.70107 80.5016 -4.43171 79.5243 -4.17952 78.6084 -3.94718 77.743 -3.73019 76.9338 -3.52838 76.168 -3.34307 75.4366 -3.16657 74.7621 -3.00396 74.1318 -2.85028 73.5201 -2.70595 72.9368 -2.57227 72.3862 -2.44672 71.8644 -2.32859 71.3653 -2.21816 70.8915 -2.11402 70.4404 -2.01617 70.0101 -1.92414 69.6006 -1.83723 69.2097 -1.75536 68.8366 -1.6781 68.4804 -1.60508 68.1398 -1.5361 67.8142 -1.47087 67.5026 -1.40908 67.2043 -1.35049 66.9185 -1.29493 66.6447 -1.24221 66.3821 -1.19216 66.1302 -1.14457 65.8883 -1.09934 65.6562 -1.05628 65.4332 -1.01529 65.2189 -0.976203 65.0128 -0.938943 64.8147 -0.903398 64.624 -0.86947 64.4405 -0.837155 64.264 -0.806329 64.0938 -0.77685 63.9301 -0.748928 63.7722 -0.721984 63.62 -0.696094 63.4735 -0.671244 63.3312 -0.646649 63.1961 -0.623956 63.0613 -0.601571 62.9392 -0.58044 62.8105 -0.560309 62.6973 -0.541521 62.5785 -0.522577 62.4745 -0.504756 62.3585 -0.487884 62.2612 -0.470818 62.1568 -0.454892 62.064 -0.439391 61.9693 -0.423823 61.8767 -0.409214 61.7983 -0.395285 61.7038 -0.381491 61.6321 -0.368792 61.5488 -0.356354 61.4747 -0.344351 61.4001 -0.332601 61.3301 -0.321232 61.2618 -0.310385 61.196 -0.299743 61.1321 -0.28934 61.0704 -0.279478 61.0113 -0.269904 60.9534 -0.260641 60.8984 -0.251676 60.8446 -0.242961 60.7933 -0.23453 60.7434 -0.226313 60.6956 -0.218327 60.6492 -0.210645 60.6049 -0.203123 60.5618 -0.195853 60.5206 -0.188704 60.4809 -0.181852 60.4429 -0.175149 60.4064 -0.168624 60.3713 -0.162281 60.3378 -0.156068 60.3056 -0.15004 60.2749 -0.144133 60.2456 -0.138382 60.2176 -0.132764 60.1909 -0.127279 60.1655 -0.121921 60.1415 -0.116704 60.1187 -0.111582 60.0972 -0.10652 60.0769 -0.101567 60.0578 -0.0966989 60.04 -0.0919285 60.0234 -0.0871842 60.0079 -0.0824797 59.9937 -0.0778202 59.9806 -0.0731483 59.9687 -0.0684742 59.958 -0.0637595 59.9483 -0.0589943 59.9399 -0.0539474 59.9307 -0.0477684 59.7729 -0.0394431 58.7067 -0.0305433 57.044 -0.0217853 55.3295 -0.013585 53.6385 -0.00611605 52.0209 50.5082 -27.266 74.9342 -24.9357 82.5812 -23.1028 87.4255 -21.5998 91.6927 -19.9955 94.2192 -18.2602 94.6235 -15.4913 90.632 -14.1548 85.711 -14.1283 85.3505 -15.4473 90.2772 -16.8648 99.4587 -16.7341 104.627 -16.0047 105.909 -14.9869 104.634 -13.7281 101.409 -12.6422 98.7392 -11.738 96.47 -10.8805 94.3359 -10.1176 92.3912 -9.41034 90.5837 -8.77678 88.9268 -8.20871 87.3987 -7.65785 85.9557 -7.18867 84.6526 -6.72294 83.4037 -6.31398 82.2427 -5.93592 81.1769 -5.57484 80.1405 -5.25828 79.2077 -4.95408 78.3042 -4.67887 77.4678 -4.41916 76.6741 -4.1828 75.9316 -3.95597 75.2097 -3.74868 74.5548 -3.55497 73.9381 -3.37147 73.3366 -3.20187 72.7672 -3.04287 72.2272 -2.89334 71.7149 -2.75332 71.2253 -2.62215 70.7603 -2.49866 70.3169 -2.38287 69.8943 -2.27382 69.4916 -2.17099 69.1068 -2.07417 68.7398 -1.98277 68.389 -1.89644 68.0535 -1.81487 67.7326 -1.73773 67.4255 -1.66468 67.1312 -1.5954 66.8492 -1.52971 66.579 -1.46739 66.3198 -1.40824 66.071 -1.35201 65.8321 -1.29855 65.6028 -1.24767 65.3824 -1.19924 65.1705 -1.15312 64.9667 -1.10918 64.7708 -1.06732 64.5822 -1.02739 64.4006 -0.989309 64.2259 -0.952966 64.0574 -0.918022 63.8952 -0.884689 63.7389 -0.852502 63.5878 -0.821603 63.4426 -0.792122 63.3017 -0.763233 63.1672 -0.737018 63.0351 -0.711094 62.9133 -0.686343 62.7857 -0.662913 62.6739 -0.640367 62.5559 -0.617781 62.4519 -0.59647 62.3371 -0.576451 62.2412 -0.555588 62.1359 -0.536627 62.045 -0.518451 61.9511 -0.500018 61.8583 -0.483219 61.7815 -0.46739 61.688 -0.451352 61.616 -0.436198 61.5336 -0.421606 61.4601 -0.407538 61.386 -0.393725 61.3163 -0.380309 61.2484 -0.3675 61.1832 -0.354977 61.1196 -0.342742 61.0581 -0.331023 60.9996 -0.3197 60.9421 -0.308678 60.8874 -0.298033 60.834 -0.287659 60.7829 -0.277614 60.7334 -0.267804 60.6857 -0.258234 60.6396 -0.249013 60.5956 -0.240039 60.5528 -0.231347 60.512 -0.222852 60.4725 -0.214647 60.4347 -0.206619 60.3984 -0.19881 60.3635 -0.191192 60.3302 -0.18374 60.2982 -0.176487 60.2677 -0.169375 60.2384 -0.16244 60.2106 -0.15565 60.1841 -0.149019 60.1589 -0.142519 60.135 -0.136194 60.1123 -0.129975 60.091 -0.123818 60.0708 -0.117778 60.0518 -0.11185 60.0341 -0.106017 60.0176 -0.100235 60.0021 -0.0944866 59.988 -0.0887906 59.9749 -0.0831018 59.963 -0.0774155 59.9523 -0.0716891 59.9426 -0.0658946 59.9341 -0.0599602 59.9247 -0.0529233 59.7658 -0.0437627 58.6975 -0.0341325 57.0343 -0.0246489 55.32 -0.0156859 53.6295 -0.00737423 52.0125 50.5008 -37.0676 71.6543 -33.9271 79.4407 -31.2981 84.7965 -28.906 89.3006 -26.3526 91.6659 -23.2815 91.5524 -19.5264 86.8769 -18.1426 84.3271 -18.1606 85.3685 -19.6945 91.8112 -20.6154 100.38 -20.1359 104.148 -19.1442 104.917 -17.6294 103.119 -16.0821 99.8614 -14.8738 97.5309 -13.7542 95.3504 -12.7315 93.3133 -11.8143 91.474 -10.9896 89.759 -10.254 88.1912 -9.54478 86.6895 -8.92949 85.3404 -8.35732 84.0804 -7.8035 82.8498 -7.34899 81.7882 -6.87467 80.7025 -6.48299 79.7488 -6.09783 78.8225 -5.75155 77.9579 -5.42702 77.1433 -5.1294 76.3765 -4.84774 75.65 -4.58674 74.9487 -4.34747 74.3155 -4.12014 73.7108 -3.91026 73.1267 -3.71358 72.5705 -3.52841 72.042 -3.35511 71.5416 -3.19246 71.0626 -3.03992 70.6078 -2.89658 70.1735 -2.76208 69.7598 -2.63538 69.3649 -2.5161 68.9876 -2.40374 68.6274 -2.29769 68.2829 -2.19754 67.9534 -2.10288 67.638 -2.01338 67.336 -1.92867 67.0465 -1.84842 66.7689 -1.77232 66.5029 -1.70018 66.2476 -1.6317 66.0025 -1.56664 65.767 -1.5048 65.541 -1.44596 65.3235 -1.38997 65.1145 -1.33666 64.9134 -1.28583 64.7199 -1.23738 64.5337 -1.1911 64.3543 -1.14683 64.1816 -1.10453 64.0151 -1.06385 63.8545 -1.025 63.7001 -0.987772 63.5506 -0.952225 63.4071 -0.918531 63.268 -0.885818 63.1345 -0.855784 63.0051 -0.825868 62.8834 -0.797221 62.7571 -0.769836 62.6465 -0.742652 62.5287 -0.716636 62.4259 -0.692138 62.3126 -0.669058 62.2181 -0.645102 62.112 -0.623248 62.0232 -0.601856 61.9298 -0.580406 61.8368 -0.561137 61.7622 -0.542869 61.6697 -0.524343 61.5975 -0.506564 61.5159 -0.489568 61.4431 -0.473232 61.3697 -0.457231 61.3003 -0.441647 61.2328 -0.426734 61.1683 -0.412225 61.1051 -0.398115 61.044 -0.384478 60.986 -0.371323 60.929 -0.358485 60.8746 -0.346093 60.8216 -0.334019 60.7708 -0.322306 60.7217 -0.310887 60.6743 -0.299738 60.6285 -0.288954 60.5849 -0.278492 60.5424 -0.26832 60.5018 -0.258421 60.4626 -0.248794 60.4251 -0.239384 60.389 -0.230232 60.3544 -0.221277 60.3212 -0.212531 60.2894 -0.204003 60.2591 -0.195644 60.2301 -0.187484 60.2025 -0.179487 60.1761 -0.171664 60.1511 -0.163991 60.1273 -0.156503 60.1049 -0.14913 60.0836 -0.141858 60.0635 -0.134694 60.0446 -0.127662 60.0271 -0.12072 60.0106 -0.113858 59.9953 -0.107061 59.9812 -0.100306 59.9681 -0.0935836 59.9563 -0.0868531 59.9455 -0.0801167 59.9359 -0.0733003 59.9273 -0.0665393 59.918 -0.05873 59.758 -0.0486052 58.6874 -0.0380994 57.0238 -0.0278117 55.3097 -0.017971 53.6197 -0.00865541 52.0032 50.4921 -45.6398 67.7986 -41.7975 75.5984 -38.4183 81.4174 -35.2304 86.1127 -31.7953 88.2308 -27.3384 87.0955 -23.782 83.3205 -22.3207 82.8658 -22.5274 85.5753 -24.1677 93.4514 -24.4034 100.615 -23.5161 103.26 -22.139 103.54 -20.2335 101.213 -18.5056 98.1336 -17.088 96.1132 -15.7503 94.0127 -14.5863 92.1492 -13.5134 90.4011 -12.5955 88.841 -11.6984 87.294 -10.9093 85.9004 -10.2183 84.6494 -9.50249 83.3645 -8.94678 82.2941 -8.35916 81.2006 -7.86185 80.2052 -7.39718 79.2842 -6.95898 78.3843 -6.56347 77.5624 -6.19296 76.7727 -5.84777 76.0313 -5.52639 75.3286 -5.23347 74.6558 -4.95539 74.0375 -4.69903 73.4544 -4.46049 72.8882 -4.23468 72.3447 -4.0244 71.8318 -3.82692 71.3441 -3.64145 70.8771 -3.46766 70.434 -3.30444 70.0103 -3.15113 69.6065 -3.00681 69.2206 -2.87104 68.8518 -2.74306 68.4994 -2.62227 68.1621 -2.50821 67.8393 -2.40041 67.5302 -2.29844 67.234 -2.20192 66.95 -2.11052 66.6775 -2.02387 66.4162 -1.94167 66.1654 -1.86362 65.9245 -1.78948 65.6929 -1.719 65.4705 -1.65192 65.2564 -1.58803 65.0506 -1.52718 64.8525 -1.4691 64.6619 -1.41366 64.4783 -1.36072 64.3014 -1.31009 64.131 -1.26175 63.9668 -1.2155 63.8082 -1.1714 63.656 -1.12937 63.5085 -1.08922 63.3669 -1.05105 63.2298 -1.01408 63.0975 -0.979027 62.97 -0.944226 62.8486 -0.911336 62.7242 -0.879584 62.6147 -0.847723 62.4969 -0.818541 62.3967 -0.790794 62.2849 -0.764325 62.1917 -0.737849 62.0855 -0.71338 61.9987 -0.688795 61.9052 -0.664688 61.8127 -0.642641 61.7402 -0.621498 61.6486 -0.600386 61.5764 -0.57997 61.4955 -0.560439 61.4235 -0.541614 61.3508 -0.5233 61.282 -0.5055 61.215 -0.488323 61.1511 -0.471697 61.0885 -0.455588 61.0279 -0.439927 60.9703 -0.424806 60.9138 -0.410062 60.8598 -0.395811 60.8074 -0.381948 60.757 -0.368493 60.7082 -0.355416 60.6612 -0.342671 60.6157 -0.330294 60.5725 -0.318297 60.5304 -0.3066 60.4901 -0.295234 60.4512 -0.284134 60.414 -0.273295 60.3781 -0.262738 60.3438 -0.252404 60.3109 -0.242319 60.2794 -0.232469 60.2493 -0.222816 60.2204 -0.213386 60.193 -0.204149 60.1669 -0.195093 60.142 -0.186214 60.1185 -0.177517 60.0962 -0.168944 60.075 -0.160534 60.0551 -0.152231 60.0363 -0.144061 60.0189 -0.135999 60.0026 -0.128021 59.9873 -0.120144 59.9733 -0.1123 59.9603 -0.104503 59.9485 -0.0967168 59.9377 -0.0889596 59.9281 -0.0811289 59.9194 -0.073318 59.9101 -0.0645844 59.7493 -0.0534818 58.6763 -0.0420102 57.0124 -0.0308281 55.2985 -0.0201359 53.609 -0.0100085 51.9931 50.4821 -52.3033 63.6797 -48.2301 71.5252 -44.5597 77.747 -40.7416 82.2947 -36.1157 83.6048 -30.9459 81.9257 -27.6785 80.0531 -26.424 81.6113 -27.2253 86.3766 -28.6233 94.8495 -28.1246 100.117 -26.8392 101.975 -25.0499 101.751 -22.7677 98.9311 -20.8339 96.1998 -19.2372 94.5166 -17.7438 92.5192 -16.3896 90.7951 -15.2487 89.2603 -14.1468 87.7391 -13.142 86.2891 -12.3141 85.0726 -11.437 83.7724 -10.7259 82.6533 -10.0515 81.6198 -9.40103 80.5501 -8.86161 79.6658 -8.311 78.7336 -7.83422 77.9076 -7.38118 77.1093 -6.96389 76.3555 -6.57299 75.6404 -6.22006 74.9757 -5.88502 74.3208 -5.57413 73.7266 -5.2886 73.1689 -5.0178 72.6174 -4.76516 72.092 -4.52988 71.5965 -4.308 71.1222 -4.10038 70.6695 -3.90551 70.2391 -3.72243 69.8272 -3.55031 69.4344 -3.38829 69.0586 -3.23578 68.6993 -3.09192 68.3556 -2.95614 68.0264 -2.82794 67.7111 -2.70677 67.409 -2.5921 67.1193 -2.48352 66.8414 -2.38069 66.5747 -2.28317 66.3187 -2.19061 66.0729 -2.10268 65.8366 -2.01913 65.6093 -1.93968 65.391 -1.86405 65.1808 -1.79201 64.9786 -1.7234 64.7839 -1.65792 64.5964 -1.59547 64.4158 -1.5359 64.2418 -1.47906 64.0741 -1.42481 63.9125 -1.37304 63.7565 -1.32361 63.6065 -1.27645 63.4614 -1.23115 63.3216 -1.1879 63.1866 -1.14599 63.0556 -1.10535 62.9294 -1.06558 62.8088 -1.02829 62.6869 -0.992196 62.5786 -0.95636 62.461 -0.924139 62.3645 -0.892966 62.2537 -0.862675 62.1614 -0.833425 62.0563 -0.806091 61.9713 -0.778378 61.8775 -0.751886 61.7862 -0.726797 61.7151 -0.702662 61.6245 -0.678988 61.5527 -0.65605 61.4725 -0.634031 61.4015 -0.612667 61.3295 -0.59206 61.2614 -0.5721 61.1951 -0.552627 61.1316 -0.533848 61.0697 -0.515653 61.0097 -0.497909 60.9526 -0.480738 60.8967 -0.464015 60.8431 -0.447807 60.7911 -0.432063 60.7412 -0.416773 60.6929 -0.401934 60.6464 -0.387494 60.6013 -0.373419 60.5584 -0.359771 60.5167 -0.346464 60.4768 -0.333542 60.4383 -0.320906 60.4013 -0.30858 60.3658 -0.296554 60.3318 -0.284791 60.2991 -0.273308 60.2679 -0.262077 60.238 -0.251074 60.2094 -0.24031 60.1823 -0.229776 60.1563 -0.219434 60.1317 -0.209288 60.1083 -0.19933 60.0862 -0.189511 60.0652 -0.17991 60.0455 -0.170435 60.0269 -0.161071 60.0095 -0.151859 59.9933 -0.142729 59.9782 -0.133717 59.9643 -0.124776 59.9514 -0.115873 59.9396 -0.107023 59.9289 -0.0982252 59.9193 -0.0893777 59.9106 -0.0803572 59.9011 -0.0704593 59.7394 -0.0583988 58.6642 -0.0459134 56.9999 -0.0337747 55.2864 -0.0222147 53.5974 -0.0112294 51.9821 50.4709 -58.0177 59.7751 -54.0591 67.5666 -50.0007 73.6886 -45.0136 77.3076 -39.1489 77.7401 -33.9521 76.729 -31.3096 77.4105 -30.8717 81.1734 -32.1636 87.6685 -32.7487 95.4346 -31.769 99.1369 -30.1495 100.356 -27.7539 99.355 -25.0883 96.2656 -23.1252 94.2366 -21.3374 92.7288 -19.626 90.8079 -18.2037 89.3728 -16.9153 87.9718 -15.6453 86.4692 -14.6379 85.2817 -13.6199 84.0546 -12.6931 82.8456 -11.9487 81.9089 -11.1177 80.7888 -10.4866 79.919 -9.82256 79.0018 -9.24245 78.1534 -8.70598 77.3711 -8.20338 76.6067 -7.73863 75.8907 -7.31503 75.2168 -6.9184 74.579 -6.54596 73.9483 -6.20615 73.3868 -5.88519 72.8479 -5.58489 72.3171 -5.30596 71.8131 -5.04428 71.3348 -4.79841 70.8763 -4.56846 70.4395 -4.35214 70.0228 -4.14896 69.6241 -3.95776 69.2432 -3.77774 68.8785 -3.60815 68.5297 -3.44815 68.1955 -3.29714 67.8754 -3.15455 67.5685 -3.01973 67.2742 -2.89213 66.9917 -2.77134 66.7206 -2.65695 66.4603 -2.54844 66.2102 -2.44542 65.9698 -2.34754 65.7387 -2.25455 65.5163 -2.1661 65.3026 -2.08191 65.0966 -2.00177 64.8984 -1.92544 64.7076 -1.85267 64.5236 -1.7833 64.3465 -1.71713 64.1756 -1.654 64.011 -1.59365 63.8522 -1.53599 63.6988 -1.48077 63.5513 -1.42791 63.4085 -1.37699 63.2707 -1.32835 63.1379 -1.28128 63.0085 -1.23556 62.8837 -1.19152 62.7648 -1.14977 62.6451 -1.10941 62.5383 -1.07018 62.4218 -1.03461 62.3289 -0.999852 62.219 -0.965644 62.1272 -0.932927 62.0235 -0.902115 61.9405 -0.871119 61.8465 -0.841998 61.7571 -0.81359 61.6867 -0.786452 61.5973 -0.760051 61.5263 -0.734543 61.447 -0.710003 61.377 -0.686111 61.3056 -0.663191 61.2385 -0.641009 61.1729 -0.619263 61.1099 -0.598309 61.0487 -0.577975 60.9894 -0.558141 60.9327 -0.538916 60.8774 -0.520195 60.8244 -0.50201 60.773 -0.484349 60.7236 -0.467168 60.6758 -0.450496 60.6297 -0.434274 60.5851 -0.418424 60.5426 -0.403028 60.5013 -0.388024 60.4618 -0.373448 60.4237 -0.359194 60.3871 -0.345308 60.3519 -0.331746 60.3182 -0.318488 60.2859 -0.305534 60.2549 -0.292863 60.2254 -0.280452 60.197 -0.268288 60.1701 -0.256387 60.1444 -0.244702 60.12 -0.233225 60.0968 -0.221954 60.0749 -0.210852 60.0541 -0.199984 60.0346 -0.189283 60.0162 -0.178673 59.9989 -0.168247 59.9829 -0.15794 59.9679 -0.147738 59.9541 -0.137678 59.9413 -0.127655 59.9296 -0.117686 59.9189 -0.107791 59.9094 -0.0979098 59.9007 -0.0877382 59.891 -0.0765916 59.7282 -0.0635706 58.6512 -0.0501061 56.9864 -0.03693 55.2732 -0.0242394 53.5847 -0.0119083 51.9698 50.459 -62.841 55.8676 -58.3357 63.0613 -53.0227 68.3755 -46.6565 70.9414 -40.6449 71.7286 -36.69 72.774 -35.3473 76.0678 -35.8165 81.6427 -37.114 88.9659 -36.7583 95.0788 -35.3219 97.7005 -33.0652 98.0987 -30.0905 96.3803 -27.3526 93.5276 -25.3232 92.2072 -23.2404 90.6459 -21.4603 89.0278 -19.9907 87.9032 -18.4507 86.4318 -17.1819 85.2004 -16.0541 84.1539 -14.8833 82.8838 -14.018 81.9803 -13.0476 80.9385 -12.2528 79.994 -11.5123 79.1786 -10.7892 78.2786 -10.1742 77.5385 -9.57252 76.7694 -9.02676 76.061 -8.52417 75.3881 -8.05912 74.7517 -7.61735 74.1373 -7.21734 73.5483 -6.84043 73.0099 -6.48622 72.4937 -6.15881 71.9897 -5.85159 71.5059 -5.56409 71.0473 -5.29472 70.607 -5.04213 70.187 -4.8046 69.7853 -4.5815 69.401 -4.37143 69.0331 -4.17365 68.6808 -3.98721 68.3433 -3.81126 68.0196 -3.64515 67.7093 -3.4882 67.4116 -3.3397 67.1257 -3.19917 66.8512 -3.06616 66.5876 -2.94017 66.3343 -2.82061 66.0906 -2.70708 65.8563 -2.59924 65.6308 -2.49677 65.4139 -2.39928 65.2051 -2.30648 65.0038 -2.21814 64.8101 -2.13396 64.6234 -2.05368 64.4433 -1.97711 64.2699 -1.90398 64.1025 -1.83413 63.9412 -1.76726 63.7853 -1.70328 63.6348 -1.6419 63.4899 -1.58307 63.3497 -1.52646 63.2141 -1.47236 63.0838 -1.42022 62.9564 -1.37016 62.8336 -1.32232 62.7169 -1.27607 62.5989 -1.23137 62.4936 -1.18875 62.3792 -1.14921 62.2894 -1.11057 62.1803 -1.07269 62.0893 -1.03608 61.9869 -1.00144 61.9059 -0.967085 61.8121 -0.934908 61.7249 -0.903072 61.6549 -0.872931 61.5672 -0.843518 61.4969 -0.815248 61.4187 -0.788012 61.3498 -0.761548 61.2791 -0.736131 61.2131 -0.711477 61.1482 -0.687427 61.0858 -0.664208 61.0255 -0.641668 60.9668 -0.619725 60.9108 -0.598445 60.8562 -0.577721 60.8037 -0.557589 60.7528 -0.538013 60.704 -0.518936 60.6567 -0.500425 60.6112 -0.482412 60.567 -0.464806 60.5249 -0.447662 60.4842 -0.430943 60.4451 -0.414665 60.4074 -0.398737 60.3711 -0.383234 60.3364 -0.368083 60.3031 -0.353277 60.2711 -0.33879 60.2404 -0.324634 60.2112 -0.310769 60.1832 -0.297162 60.1565 -0.283842 60.1311 -0.270774 60.1069 -0.25793 60.084 -0.24531 60.0623 -0.232897 60.0417 -0.220705 60.0224 -0.208728 60.0042 -0.196859 59.987 -0.185167 59.9712 -0.173648 59.9564 -0.16222 59.9426 -0.150958 59.93 -0.139779 59.9184 -0.128617 59.9078 -0.117508 59.8983 -0.106432 59.8896 -0.0951929 59.8797 -0.0832444 59.7163 -0.0692252 58.6372 -0.0547107 56.9719 -0.0403998 55.2589 -0.0264524 53.5708 -0.0128598 51.9562 50.4461 -64.2779 51.4693 -58.9208 57.7042 -52.771 62.2257 -46.657 64.8274 -42.1991 67.2707 -40.1745 70.7494 -40.154 76.0473 -41.1365 82.6252 -41.8027 89.6321 -40.6371 93.9132 -38.4708 95.5342 -35.4776 95.1055 -32.2116 93.1144 -29.508 90.824 -27.2505 89.9498 -25.0465 88.4419 -23.3046 87.2859 -21.5795 86.1782 -19.9632 84.8155 -18.6948 83.932 -17.3365 82.7955 -16.229 81.7764 -15.2001 80.9514 -14.1618 79.9002 -13.3696 79.2017 -12.485 78.294 -11.7751 77.5687 -11.076 76.8394 -10.4345 76.1279 -9.84775 75.4742 -9.30655 74.8469 -8.79185 74.237 -8.32164 73.6671 -7.88626 73.1129 -7.47313 72.5967 -7.09157 72.1122 -6.73445 71.6326 -6.39996 71.1714 -6.08805 70.7354 -5.79531 70.3142 -5.5205 69.9122 -5.26231 69.5271 -5.01959 69.1582 -4.79093 68.8044 -4.5756 68.4654 -4.37248 68.1401 -4.18072 67.8278 -3.99957 67.5281 -3.8283 67.2403 -3.6662 66.9636 -3.51274 66.6977 -3.36739 66.4423 -3.22961 66.1966 -3.09884 65.9598 -2.97465 65.7321 -2.85663 65.5128 -2.74446 65.3017 -2.63769 65.0983 -2.53603 64.9022 -2.43921 64.7133 -2.34686 64.5311 -2.25875 64.3552 -2.17463 64.1858 -2.09425 64.0221 -2.0174 63.8643 -1.94384 63.7117 -1.87345 63.5644 -1.80591 63.4224 -1.74116 63.285 -1.67906 63.152 -1.61951 63.0243 -1.56249 62.8994 -1.50827 62.7794 -1.45637 62.665 -1.40573 62.5483 -1.35663 62.4445 -1.31036 62.3329 -1.26634 62.2453 -1.22346 62.1375 -1.18222 62.048 -1.14181 61.9465 -1.10342 61.8675 -1.06585 61.7745 -1.03043 61.6895 -0.995311 61.6197 -0.962203 61.5341 -0.929662 61.4644 -0.898512 61.3876 -0.868428 61.3197 -0.839311 61.25 -0.811193 61.185 -0.783839 61.1209 -0.757388 61.0594 -0.731775 60.9999 -0.706936 60.942 -0.682804 60.8867 -0.659393 60.8327 -0.636616 60.7809 -0.614508 60.7307 -0.592977 60.6824 -0.571987 60.6357 -0.551609 60.5908 -0.531786 60.5472 -0.512438 60.5056 -0.493563 60.4653 -0.47514 60.4266 -0.457149 60.3894 -0.439545 60.3535 -0.422398 60.3193 -0.405618 60.2863 -0.389223 60.2547 -0.373157 60.2244 -0.357467 60.1955 -0.342103 60.1678 -0.327031 60.1414 -0.312258 60.1163 -0.297773 60.0924 -0.283532 60.0697 -0.26953 60.0483 -0.255775 60.0279 -0.242225 60.0089 -0.228926 59.9909 -0.215792 59.9739 -0.202804 59.9582 -0.190021 59.9436 -0.177356 59.93 -0.164821 59.9175 -0.152438 59.906 -0.140106 59.8954 -0.127822 59.886 -0.115696 59.8775 -0.103701 59.8677 -0.0909214 59.7035 -0.075506 58.6218 -0.0598344 56.9562 -0.0442551 55.2433 -0.0289836 53.5555 -0.0141835 51.9414 50.4319 -61.5166 46.9001 -56.3823 52.5699 -51.2623 57.1057 -47.2714 60.8366 -45.1148 65.114 -44.7799 70.4145 -45.5115 76.7789 -46.3371 83.4508 -45.9298 89.2248 -43.9872 91.9707 -41.0265 92.5735 -37.5878 91.6669 -34.1383 89.6649 -31.3496 88.0353 -29.0086 87.6088 -26.83 86.2633 -24.939 85.3949 -23.0287 84.2678 -21.4769 83.2637 -20.0417 82.4968 -18.6041 81.3579 -17.5129 80.6851 -16.2704 79.7089 -15.3442 78.9741 -14.3579 78.2154 -13.4933 77.4294 -12.7205 76.7959 -11.9621 76.081 -11.289 75.4549 -10.6633 74.8484 -10.0713 74.2549 -9.52586 73.6916 -9.02453 73.1657 -8.54871 72.6371 -8.10947 72.1575 -7.69791 71.7006 -7.31032 71.245 -6.9506 70.8117 -6.61371 70.3985 -6.29767 69.9982 -6.00101 69.6155 -5.72221 69.2483 -5.4599 68.8959 -5.21275 68.5573 -4.97984 68.2325 -4.76011 67.9204 -4.55264 67.6204 -4.35655 67.332 -4.1711 67.0548 -3.99559 66.7881 -3.82931 66.5314 -3.67163 66.2846 -3.52206 66.047 -3.38011 65.8179 -3.24525 65.5973 -3.11706 65.3846 -2.99513 65.1798 -2.87903 64.9822 -2.76848 64.7916 -2.66309 64.6079 -2.56257 64.4306 -2.46665 64.2593 -2.375 64.0941 -2.28743 63.9346 -2.2037 63.7806 -2.12358 63.6316 -2.04694 63.4878 -1.97341 63.3488 -1.90292 63.2145 -1.83551 63.0846 -1.77063 62.9594 -1.70883 62.8376 -1.64999 62.7205 -1.59336 62.6084 -1.53845 62.4933 -1.48507 62.3911 -1.43486 62.2827 -1.38621 62.1967 -1.33882 62.0901 -1.29432 62.0035 -1.2504 61.9026 -1.20846 61.8256 -1.1678 61.7339 -1.12915 61.6509 -1.09085 61.5814 -1.05473 61.498 -1.01911 61.4287 -0.985051 61.3535 -0.952042 61.2867 -0.920163 61.2181 -0.889244 61.154 -0.859135 61.0908 -0.830142 61.0304 -0.802015 60.9718 -0.774763 60.9147 -0.748305 60.8602 -0.722618 60.8071 -0.697664 60.7559 -0.673449 60.7065 -0.649847 60.6588 -0.626864 60.6127 -0.604523 60.5685 -0.582799 60.5255 -0.561622 60.4844 -0.540955 60.4446 -0.520781 60.4065 -0.501052 60.3697 -0.48177 60.3343 -0.462948 60.3005 -0.444499 60.2678 -0.426483 60.2367 -0.408812 60.2067 -0.391534 60.1783 -0.374617 60.1509 -0.358047 60.1249 -0.341776 60.1001 -0.325823 60.0765 -0.310132 60.0541 -0.294707 60.0329 -0.279565 60.0128 -0.264626 59.9939 -0.249946 59.9762 -0.235499 59.9595 -0.221196 59.9439 -0.207093 59.9295 -0.193173 59.9161 -0.179363 59.9037 -0.165733 59.8924 -0.152285 59.882 -0.138906 59.8726 -0.125785 59.8644 -0.112804 59.8547 -0.0986158 59.6893 -0.0818234 58.605 -0.0649739 56.9394 -0.0481039 55.2264 -0.0315029 53.5389 -0.0153767 51.9253 50.4166 -58.0577 43.4145 -54.5728 49.085 -51.6419 54.1748 -49.8035 58.9981 -49.4042 64.7148 -50.0978 71.1081 -50.9338 77.6148 -51.1007 83.6177 -49.5204 87.6445 -46.5939 89.0441 -43.0472 89.0268 -39.1943 87.8139 -35.6585 86.1292 -33.0335 85.4102 -30.6896 85.2649 -28.388 83.9618 -26.3533 83.3601 -24.4486 82.3632 -22.868 81.6831 -21.2444 80.8732 -19.8993 80.0128 -18.6165 79.4023 -17.4121 78.5045 -16.4086 77.9706 -15.3371 77.1438 -14.4946 76.587 -13.6162 75.9175 -12.8424 75.3072 -12.1294 74.7418 -11.4549 74.174 -10.8254 73.6255 -10.2566 73.1228 -9.71095 72.6201 -9.20841 72.1346 -8.74271 71.6918 -8.29908 71.257 -7.88491 70.8308 -7.49975 70.4265 -7.13773 70.0365 -6.799 69.6595 -6.48081 69.2973 -6.18171 68.9492 -5.90017 68.6144 -5.63493 68.292 -5.38481 67.9824 -5.1488 67.6844 -4.92594 67.3975 -4.71522 67.1213 -4.51586 66.8555 -4.32717 66.5994 -4.1483 66.3526 -3.97849 66.1148 -3.81734 65.8859 -3.6644 65.665 -3.51905 65.4519 -3.38084 65.2464 -3.24931 65.0483 -3.12402 64.8569 -3.00472 64.6723 -2.89092 64.4941 -2.78237 64.322 -2.67879 64.1557 -2.57977 63.9951 -2.48516 63.84 -2.39467 63.6901 -2.30808 63.545 -2.22525 63.405 -2.14585 63.2694 -2.06971 63.1383 -1.99699 63.0118 -1.92686 62.8893 -1.8601 62.7708 -1.79596 62.6564 -1.734 62.5464 -1.67474 62.4341 -1.61719 62.3335 -1.5628 62.2283 -1.50955 62.1435 -1.4576 62.0381 -1.4096 61.9555 -1.36232 61.8553 -1.31681 61.7801 -1.27299 61.6901 -1.23107 61.6089 -1.18948 61.5399 -1.15017 61.4586 -1.11153 61.3901 -1.07451 61.3165 -1.03853 61.2507 -1.00377 61.1834 -0.970061 61.1203 -0.937269 61.058 -0.90561 60.9987 -0.874903 60.9411 -0.845143 60.885 -0.816238 60.8313 -0.788159 60.779 -0.760902 60.7287 -0.734432 60.68 -0.708644 60.6331 -0.68357 60.5876 -0.659159 60.5441 -0.635427 60.5018 -0.61229 60.4613 -0.58972 60.4221 -0.567699 60.3844 -0.546171 60.3482 -0.525162 60.3133 -0.50461 60.2799 -0.484463 60.2477 -0.464799 60.217 -0.445516 60.1874 -0.42662 60.1594 -0.408111 60.1324 -0.389994 60.1067 -0.372173 60.0823 -0.354696 60.059 -0.337505 60.0369 -0.320614 60.016 -0.304033 59.9962 -0.287671 59.9776 -0.27156 59.9601 -0.255726 59.9436 -0.240075 59.9283 -0.224611 59.914 -0.209371 59.9008 -0.19429 59.8886 -0.179361 59.8774 -0.164708 59.8673 -0.150151 59.8581 -0.135797 59.85 -0.121433 59.8404 -0.105724 59.6736 -0.0876886 58.5869 -0.0696669 56.9213 -0.0516819 55.2084 -0.0339772 53.5212 -0.0166441 51.9079 50.3999 -57.689 41.449 -55.8002 47.1961 -54.4619 52.8366 -54.3958 58.932 -55.2132 65.5322 -56.0165 71.9114 -56.2301 77.8285 -55.0678 82.4554 -52.136 84.7128 -48.3338 85.2419 -44.2414 84.9344 -40.19 83.7626 -36.9978 82.9369 -34.6428 83.0552 -32.0917 82.7138 -29.6948 81.5649 -27.6826 81.3479 -25.7419 80.4225 -24.1073 80.0485 -22.409 79.1749 -21.0937 78.6975 -19.6541 77.9627 -18.5446 77.395 -17.3437 76.7697 -16.3542 76.1543 -15.398 75.6309 -14.4946 75.0141 -13.6948 74.5074 -12.9345 73.9815 -12.2167 73.4561 -11.5713 72.9801 -10.9599 72.5114 -10.3839 72.0441 -9.86104 71.6118 -9.36409 71.1948 -8.8953 70.7882 -8.45735 70.3929 -8.04706 70.0162 -7.6619 69.6513 -7.30122 69.2988 -6.96213 68.9582 -6.64335 68.6304 -6.34307 68.3141 -6.06019 68.0092 -5.79324 67.7154 -5.54118 67.4323 -5.30306 67.1594 -5.07783 66.8961 -4.86463 66.6423 -4.66274 66.3975 -4.47132 66.1611 -4.28956 65.933 -4.11695 65.7132 -3.95304 65.5011 -3.79725 65.2961 -3.64904 65.0982 -3.50798 64.9072 -3.37354 64.7225 -3.2455 64.5443 -3.12333 64.3719 -3.00675 64.2054 -2.89547 64.0444 -2.7891 63.8887 -2.6874 63.7383 -2.59014 63.5928 -2.49704 63.4519 -2.40796 63.3159 -2.32264 63.1841 -2.24082 63.0565 -2.16256 62.9336 -2.08713 62.8138 -2.01507 62.6988 -1.94523 62.5866 -1.87787 62.4791 -1.81404 62.3703 -1.75233 62.2718 -1.69356 62.1695 -1.63574 62.0856 -1.57941 61.9818 -1.52756 61.9037 -1.47678 61.8045 -1.42758 61.7309 -1.38038 61.6429 -1.33508 61.5636 -1.29006 61.4948 -1.24738 61.416 -1.20571 61.3484 -1.16568 61.2765 -1.1267 61.2117 -1.08903 61.1457 -1.05257 61.0839 -1.01718 61.0226 -0.982823 60.9644 -0.949543 60.9078 -0.917253 60.8527 -0.885867 60.7999 -0.855383 60.7485 -0.82577 60.6991 -0.796986 60.6513 -0.768966 60.605 -0.741737 60.5604 -0.715204 60.5176 -0.689393 60.476 -0.664206 60.4361 -0.639646 60.3975 -0.61569 60.3605 -0.592291 60.3248 -0.569467 60.2904 -0.547121 60.2576 -0.525246 60.2258 -0.50389 60.1956 -0.48297 60.1665 -0.462442 60.1388 -0.442314 60.1122 -0.422597 60.087 -0.403196 60.0629 -0.384164 60.04 -0.365448 60.0182 -0.347058 59.9976 -0.328992 59.9781 -0.311176 59.9598 -0.293606 59.9425 -0.276325 59.9264 -0.259276 59.9112 -0.242431 59.8972 -0.225801 59.8842 -0.209403 59.8722 -0.193142 59.8612 -0.177137 59.8513 -0.161292 59.8422 -0.145549 59.8343 -0.129894 59.8247 -0.113025 59.6568 -0.0940622 58.568 -0.074855 56.9021 -0.055664 55.1893 -0.0367429 53.5023 -0.0182604 51.8895 50.3817 -59.8482 40.5099 -59.5081 46.856 -60.0441 53.3725 -60.9899 59.8778 -61.6107 66.153 -61.5215 71.8221 -60.2758 76.5828 -57.3397 79.5193 -53.2421 80.6151 -48.9808 80.9807 -44.6899 80.6435 -41.0426 80.1153 -38.4056 80.2999 -35.9208 80.5704 -33.1233 79.9163 -30.8884 79.33 -28.8558 79.3153 -26.8987 78.4654 -25.1919 78.3417 -23.5346 77.5176 -22.1123 77.2753 -20.6989 76.5492 -19.5052 76.2013 -18.2835 75.548 -17.2825 75.1532 -16.2426 74.591 -15.3464 74.1178 -14.5029 73.6639 -13.6971 73.1758 -12.9656 72.7246 -12.2898 72.3042 -11.639 71.8607 -11.0494 71.4544 -10.4968 71.0592 -9.97392 70.6719 -9.48509 70.2993 -9.02394 69.9317 -8.59128 69.5836 -8.18504 69.245 -7.80321 68.9169 -7.44419 68.5992 -7.10633 68.2925 -6.78777 67.9955 -6.48758 67.709 -6.20407 67.4319 -5.93616 67.1644 -5.6829 66.9061 -5.44326 66.6564 -5.21628 66.4153 -5.0012 66.1824 -4.79731 65.9572 -4.60375 65.7395 -4.41979 65.5293 -4.24495 65.3262 -4.0787 65.1299 -3.92049 64.94 -3.76986 64.7566 -3.62624 64.5789 -3.4894 64.4074 -3.35881 64.2413 -3.23413 64.0807 -3.11507 63.9254 -3.0013 63.775 -2.89247 63.6294 -2.78839 63.4888 -2.68873 63.3523 -2.59335 63.2205 -2.50197 63.0927 -2.41434 62.9689 -2.33029 62.8495 -2.24946 62.733 -2.1719 62.6212 -2.09659 62.5112 -2.02424 62.4067 -1.95572 62.3017 -1.8898 62.2059 -1.8265 62.1062 -1.76423 62.0234 -1.70385 61.9214 -1.64786 61.8477 -1.59334 61.75 -1.5403 61.6778 -1.48953 61.5921 -1.44075 61.5149 -1.39226 61.4463 -1.34616 61.3699 -1.30141 61.3037 -1.2583 61.2334 -1.21633 61.1697 -1.17577 61.1051 -1.13658 61.0447 -1.09857 60.9846 -1.06154 60.9273 -1.02571 60.8719 -0.990899 60.8179 -0.957051 60.7661 -0.924192 60.7156 -0.892223 60.6671 -0.861135 60.6202 -0.83088 60.5748 -0.801453 60.531 -0.772773 60.4889 -0.744843 60.448 -0.717569 60.4088 -0.690973 60.3709 -0.665022 60.3345 -0.639685 60.2994 -0.614955 60.2657 -0.590751 60.2334 -0.567093 60.2022 -0.543967 60.1725 -0.521332 60.1439 -0.499127 60.1166 -0.477336 60.0904 -0.455962 60.0656 -0.434952 60.0418 -0.414338 60.0194 -0.394073 59.9979 -0.374148 59.9777 -0.354549 59.9585 -0.335238 59.9404 -0.316186 59.9235 -0.297422 59.9076 -0.278921 59.8927 -0.260674 59.8789 -0.242623 59.8661 -0.224833 59.8544 -0.207234 59.8436 -0.189809 59.8339 -0.172642 59.8251 -0.155523 59.8172 -0.138684 59.8079 -0.120976 59.639 -0.101204 58.5482 -0.0807729 56.8817 -0.0601854 55.1687 -0.039785 53.4819 -0.0198396 51.8695 50.3618 -65.6359 41.1015 -66.3868 47.6069 -66.9484 53.9341 -67.0134 59.9428 -66.3698 65.5093 -64.7558 70.2081 -61.7328 73.5598 -57.5125 75.299 -53.1165 76.2191 -48.8918 76.756 -45.0271 76.7788 -42.0264 77.1146 -39.5186 77.7921 -36.671 77.7228 -33.9826 77.2279 -31.9713 77.3187 -29.7744 77.1184 -27.953 76.644 -26.1065 76.4952 -24.5563 75.9674 -23.0048 75.7238 -21.678 75.2224 -20.3473 74.8706 -19.2094 74.4102 -18.0961 74.0399 -17.0706 73.5656 -16.1503 73.1975 -15.2605 72.7741 -14.435 72.3502 -13.6927 71.9824 -12.9688 71.5803 -12.3058 71.1977 -11.6928 70.8414 -11.1096 70.476 -10.5678 70.1301 -10.0575 69.789 -9.57571 69.4499 -9.12381 69.1317 -8.69816 68.8194 -8.29706 68.5159 -7.91973 68.2219 -7.56399 67.9368 -7.22833 67.6599 -6.91172 67.3924 -6.61247 67.1327 -6.32949 66.8814 -6.06173 66.6384 -5.80824 66.4029 -5.56797 66.175 -5.34011 65.9546 -5.12403 65.7412 -4.91891 65.5343 -4.72386 65.3342 -4.5383 65.1406 -4.36177 64.9533 -4.19369 64.7719 -4.0336 64.5965 -3.88091 64.4262 -3.73533 64.2619 -3.59638 64.1024 -3.46367 63.948 -3.33688 63.7986 -3.21574 63.6538 -3.09982 63.5135 -2.9889 63.3778 -2.8827 63.2461 -2.78096 63.1188 -2.6834 62.9952 -2.58984 62.8753 -2.49992 62.7596 -2.41365 62.6467 -2.33067 62.5382 -2.25047 62.431 -2.17363 62.3299 -2.10045 62.2286 -2.03016 62.1356 -1.96224 62.0383 -1.89565 61.9568 -1.8315 61.8573 -1.7712 61.7874 -1.71272 61.6915 -1.65573 61.6209 -1.60126 61.5376 -1.54888 61.4625 -1.497 61.3944 -1.44748 61.3204 -1.39953 61.2557 -1.35326 61.1871 -1.30825 61.1247 -1.26479 61.0617 -1.22273 61.0026 -1.18198 60.9438 -1.14227 60.8876 -1.10382 60.8335 -1.06646 60.7805 -1.03013 60.7297 -0.994871 60.6804 -0.960526 60.6327 -0.927131 60.5868 -0.894613 60.5423 -0.862944 60.4993 -0.832087 60.458 -0.802003 60.4179 -0.772632 60.3795 -0.743975 60.3422 -0.715998 60.3066 -0.688674 60.2721 -0.661981 60.239 -0.63587 60.2072 -0.610356 60.1767 -0.585379 60.1475 -0.560928 60.1194 -0.536964 60.0927 -0.513445 60.0669 -0.490354 60.0426 -0.467681 60.0192 -0.445428 59.9971 -0.423554 59.976 -0.402032 59.9562 -0.380841 59.9373 -0.359976 59.9196 -0.3394 59.9029 -0.319118 59.8873 -0.299114 59.8727 -0.279407 59.8592 -0.259921 59.8466 -0.240677 59.8352 -0.221711 59.8246 -0.202889 59.8151 -0.18439 59.8066 -0.166028 59.7988 -0.147886 59.7897 -0.128941 59.6201 -0.108036 58.5273 -0.0864828 56.8602 -0.0646303 55.1468 -0.0427953 53.46 -0.0212417 51.848 50.3406 -71.5956 41.3552 -71.5335 47.5449 -71.0374 53.438 -70.0045 58.9099 -68.1156 63.6204 -65.018 67.1106 -60.9068 69.4486 -56.5764 70.9686 -52.4898 72.1325 -48.7058 72.9721 -45.4473 73.5202 -42.7651 74.4324 -40.0101 75.0371 -37.1345 74.8472 -34.8044 74.8978 -32.8068 75.3211 -30.5231 74.8346 -28.8126 74.9335 -26.9175 74.6001 -25.423 74.4729 -23.8346 74.1355 -22.5088 73.8966 -21.1655 73.5273 -20.0193 73.2639 -18.8633 72.884 -17.8515 72.5537 -16.8916 72.2377 -15.9693 71.8518 -15.1504 71.5313 -14.3647 71.1967 -13.6201 70.8357 -12.9476 70.5252 -12.3013 70.195 -11.6996 69.8743 -11.1378 69.5684 -10.6064 69.2576 -10.1077 68.9512 -9.63835 68.6623 -9.19548 68.3765 -8.77767 68.098 -8.38398 67.8282 -8.01216 67.565 -7.66108 67.3088 -7.32935 67.0606 -7.01559 66.8189 -6.71865 66.5845 -6.43736 66.3571 -6.17083 66.1364 -5.91799 65.9222 -5.67801 65.7146 -5.45021 65.5134 -5.23385 65.318 -5.02806 65.1284 -4.83219 64.9448 -4.64573 64.7669 -4.46809 64.5943 -4.29881 64.4272 -4.13733 64.2647 -3.98326 64.1078 -3.83616 63.9553 -3.69562 63.8075 -3.56127 63.6642 -3.43284 63.5254 -3.30991 63.3906 -3.1922 63.2601 -3.07946 63.1333 -2.97137 63.0107 -2.8676 62.8914 -2.7681 62.7758 -2.6724 62.6639 -2.58069 62.555 -2.49251 62.45 -2.4078 62.3463 -2.32661 62.2487 -2.24877 62.1507 -2.17381 62.0607 -2.10122 61.9657 -2.03038 61.8859 -1.96251 61.7894 -1.89778 61.7227 -1.83522 61.629 -1.77423 61.5599 -1.71594 61.4793 -1.65985 61.4064 -1.60463 61.3392 -1.55166 61.2674 -1.50037 61.2044 -1.45084 61.1376 -1.4027 61.0766 -1.35625 61.0152 -1.31114 60.9575 -1.26748 60.9002 -1.22501 60.8452 -1.18383 60.7923 -1.14384 60.7405 -1.10496 60.6909 -1.06722 60.6426 -1.03045 60.596 -0.994696 60.551 -0.959867 60.5074 -0.925919 60.4654 -0.892847 60.425 -0.860587 60.3857 -0.829113 60.348 -0.798388 60.3115 -0.768377 60.2765 -0.739049 60.2428 -0.710384 60.2103 -0.682343 60.1792 -0.654924 60.1492 -0.628056 60.1207 -0.601732 60.0931 -0.575938 60.0669 -0.550635 60.0416 -0.525786 60.0177 -0.501392 59.9948 -0.477434 59.9732 -0.453878 59.9525 -0.430692 59.933 -0.407852 59.9145 -0.385372 59.8971 -0.363217 59.8807 -0.341372 59.8655 -0.319817 59.8512 -0.298573 59.838 -0.277606 59.8257 -0.256871 59.8144 -0.236459 59.8042 -0.216255 59.7949 -0.196342 59.7866 -0.176703 59.7792 -0.157235 59.7703 -0.137238 59.6001 -0.115435 58.5055 -0.0926534 56.8374 -0.0693692 55.1235 -0.0458884 53.4366 -0.022653 51.8247 50.3179 -73.8123 41.2719 -73.273 47.0056 -72.1769 52.3418 -70.1969 56.9299 -67.0804 60.5039 -63.1915 63.2216 -59.1892 65.4463 -55.3726 67.152 -51.7828 68.5427 -48.4726 69.6619 -45.6192 70.6668 -42.9574 71.7706 -40.1113 72.191 -37.585 72.3209 -35.4572 72.77 -33.2903 73.1542 -31.1939 72.7382 -29.4472 73.1868 -27.6598 72.8126 -26.1146 72.9277 -24.5846 72.6054 -23.206 72.5181 -21.9251 72.2464 -20.7151 72.0539 -19.5803 71.7492 -18.5602 71.5336 -17.558 71.2355 -16.6451 70.9388 -15.8103 70.6966 -14.9859 70.3723 -14.2494 70.0991 -13.5479 69.8238 -12.8828 69.5299 -12.2676 69.2591 -11.6841 68.9849 -11.1358 68.7093 -10.6215 68.437 -10.1358 68.1766 -9.67758 67.9183 -9.24475 67.6652 -8.83619 67.4196 -8.4498 67.1786 -8.08463 66.9436 -7.739 66.715 -7.41182 66.4917 -7.10192 66.2746 -6.80805 66.0632 -6.52932 65.8577 -6.26473 65.6576 -6.0134 65.4633 -5.77453 65.2745 -5.54744 65.0909 -5.33142 64.9124 -5.12575 64.7391 -4.92981 64.5709 -4.74305 64.4075 -4.56494 64.2491 -4.395 64.0947 -4.23273 63.9455 -4.07769 63.8002 -3.92953 63.6593 -3.78778 63.5225 -3.65216 63.3898 -3.52229 63.2607 -3.39785 63.1357 -3.2786 63.0141 -3.1642 62.8963 -3.05432 62.7815 -2.94895 62.6705 -2.84763 62.5626 -2.7505 62.4579 -2.65719 62.3567 -2.56792 62.2571 -2.48209 62.1629 -2.3995 62.0681 -2.31961 61.9808 -2.24235 61.8885 -2.16727 61.8108 -2.09555 61.7177 -2.02633 61.6534 -1.95968 61.5623 -1.8947 61.4949 -1.83257 61.4172 -1.77271 61.3465 -1.71414 61.2807 -1.65771 61.211 -1.60301 61.1497 -1.55016 61.0847 -1.49884 61.0253 -1.44931 60.9657 -1.40108 60.9093 -1.35442 60.8535 -1.30914 60.7999 -1.26516 60.7483 -1.22248 60.6979 -1.18098 60.6494 -1.14068 60.6023 -1.10144 60.5567 -1.06328 60.5129 -1.02609 60.4703 -0.98985 60.4291 -0.954534 60.3896 -0.920086 60.3512 -0.886492 60.3144 -0.853688 60.2787 -0.821639 60.2445 -0.790306 60.2114 -0.759677 60.1797 -0.729698 60.1492 -0.700354 60.1199 -0.671596 60.0919 -0.643397 60.0649 -0.61575 60.0392 -0.588639 60.0145 -0.562021 59.9911 -0.535873 59.9686 -0.510176 59.9475 -0.484895 59.9272 -0.460013 59.9081 -0.435499 59.89 -0.411365 59.873 -0.387586 59.857 -0.364135 59.842 -0.340993 59.828 -0.318158 59.8151 -0.295639 59.8032 -0.273384 59.7922 -0.251432 59.7822 -0.229784 59.7732 -0.208386 59.7653 -0.187396 59.7582 -0.166685 59.7496 -0.145738 59.5792 -0.123012 58.4828 -0.0989584 56.8133 -0.0741792 55.0987 -0.0491156 53.4115 -0.0242693 51.7999 50.2937 -74.1211 40.8918 -72.9607 45.8452 -70.7966 50.1777 -67.7362 53.8695 -64.266 57.0337 -60.7975 59.7531 -57.3279 61.9767 -54.0253 63.8494 -50.9084 65.4258 -48.0083 66.7618 -45.4059 68.0643 -42.7837 69.1485 -40.1184 69.5257 -37.9017 70.1041 -35.7871 70.6554 -33.5533 70.9204 -31.748 70.933 -29.931 71.3698 -28.2572 71.1388 -26.6668 71.3374 -25.2103 71.1488 -23.8265 71.1343 -22.5624 70.9824 -21.3365 70.8279 -20.2283 70.641 -19.1848 70.4901 -18.1693 70.22 -17.2812 70.0507 -16.3982 69.8136 -15.5832 69.5572 -14.8375 69.3535 -14.1104 69.0966 -13.4415 68.861 -12.8089 68.6265 -12.209 68.385 -11.6467 68.147 -11.1169 67.9072 -10.6166 67.6763 -10.1441 67.4459 -9.69745 67.2185 -9.27527 66.9974 -8.87557 66.7789 -8.49745 66.5655 -8.13912 66.3567 -7.7996 66.1522 -7.47773 65.9527 -7.17225 65.7577 -6.88223 65.5677 -6.60674 65.3821 -6.34486 65.2014 -6.09568 65.0253 -5.85853 64.8537 -5.63281 64.6867 -5.41781 64.5241 -5.21281 64.366 -5.01726 64.212 -4.83061 64.0624 -4.65241 63.9165 -4.48212 63.7752 -4.3193 63.6374 -4.16359 63.5036 -4.01455 63.3735 -3.87181 63.247 -3.73507 63.124 -3.60398 63.0046 -3.47829 62.8884 -3.3577 62.7757 -3.24188 62.6657 -3.13075 62.5593 -3.02396 62.4558 -2.92146 62.3554 -2.82299 62.2583 -2.72884 62.1629 -2.63803 62.072 -2.55059 61.9807 -2.46571 61.8959 -2.38394 61.8067 -2.30463 61.7315 -2.22899 61.642 -2.15529 61.5797 -2.0847 61.4917 -2.01583 61.426 -1.94993 61.3513 -1.88635 61.283 -1.82443 61.2187 -1.76459 61.1511 -1.70652 61.0917 -1.6504 61.0286 -1.59594 60.9708 -1.54331 60.9131 -1.49199 60.858 -1.4424 60.8039 -1.39428 60.7518 -1.34751 60.7016 -1.30213 60.6525 -1.258 60.6052 -1.21511 60.5594 -1.17338 60.515 -1.13276 60.4722 -1.0932 60.4307 -1.05464 60.3906 -1.01705 60.352 -0.980393 60.3146 -0.944634 60.2786 -0.909713 60.2438 -0.875589 60.2104 -0.842225 60.1781 -0.809608 60.1471 -0.777664 60.1173 -0.74638 60.0886 -0.715727 60.0613 -0.685664 60.0348 -0.656165 60.0097 -0.627236 59.9856 -0.598837 59.9627 -0.570921 59.9407 -0.543474 59.92 -0.516462 59.9002 -0.489878 59.8815 -0.463689 59.8638 -0.437889 59.8472 -0.41246 59.8315 -0.387375 59.8169 -0.362618 59.8033 -0.338172 59.7907 -0.314037 59.779 -0.290222 59.7684 -0.266672 59.7587 -0.243472 59.75 -0.220538 59.7423 -0.198036 59.7357 -0.175895 59.7274 -0.153529 59.5568 -0.129529 58.4588 -0.104293 56.7881 -0.078292 55.0727 -0.0520203 53.3852 -0.0258982 51.7738 50.2678 -71.1942 39.7001 -69.2214 43.8724 -66.7369 47.6932 -64.042 51.1746 -61.1909 54.1827 -58.2775 56.8397 -55.3784 59.0776 -52.5486 61.0196 -49.8671 62.7443 -47.3382 64.2329 -44.9025 65.6286 -42.4101 66.6561 -40.0121 67.1276 -37.9124 68.0044 -35.8443 68.5873 -33.7847 68.8608 -32.098 69.2463 -30.28 69.5519 -28.6768 69.5356 -27.1302 69.7907 -25.7071 69.7258 -24.3632 69.7904 -23.084 69.7032 -21.8906 69.6345 -20.8007 69.5511 -19.7224 69.4117 -18.748 69.2457 -17.8402 69.1429 -16.9386 68.912 -16.1465 68.765 -15.3694 68.5764 -14.6417 68.3689 -13.9654 68.1848 -13.3178 67.9789 -12.7088 67.7759 -12.1335 67.5717 -11.5908 67.3645 -11.0782 67.1637 -10.5932 66.9608 -10.1344 66.7598 -9.7002 66.5632 -9.28871 66.3674 -8.89896 66.1758 -8.52923 65.987 -8.17852 65.8015 -7.84564 65.6198 -7.52945 65.4415 -7.22893 65.2671 -6.94321 65.0964 -6.67136 64.9295 -6.41246 64.7664 -6.1658 64.6071 -5.93077 64.4517 -5.70672 64.3 -5.49291 64.1522 -5.28878 64.0079 -5.09379 63.8674 -4.90749 63.7302 -4.72932 63.5971 -4.55886 63.4669 -4.39573 63.3405 -4.23954 63.2173 -4.08986 63.0973 -3.94642 62.9805 -3.80887 62.8671 -3.67695 62.7564 -3.55036 62.6491 -3.42885 62.5442 -3.31215 62.4426 -3.20004 62.3437 -3.09227 62.2476 -2.98866 62.1546 -2.8894 62.0637 -2.79346 61.9761 -2.70122 61.8884 -2.61157 61.8063 -2.52552 61.7207 -2.44207 61.6481 -2.36252 61.5625 -2.28448 61.5017 -2.21012 61.4174 -2.13753 61.3534 -2.06798 61.2817 -2.00079 61.2158 -1.93549 61.1534 -1.87234 61.088 -1.81099 61.0303 -1.75168 60.9693 -1.69414 60.9133 -1.63845 60.8574 -1.58416 60.8037 -1.5317 60.7515 -1.48076 60.7008 -1.43123 60.652 -1.38315 60.6044 -1.33638 60.5585 -1.29089 60.5139 -1.24664 60.4708 -1.20353 60.4291 -1.16156 60.3887 -1.12066 60.3497 -1.08075 60.3121 -1.04183 60.2757 -1.00383 60.2406 -0.966725 60.2067 -0.930458 60.1741 -0.895005 60.1426 -0.860332 60.1124 -0.826371 60.0833 -0.79311 60.0553 -0.760524 60.0287 -0.728573 60.0029 -0.697208 59.9784 -0.666433 59.9548 -0.636214 59.9325 -0.606501 59.911 -0.577283 59.8908 -0.548526 59.8714 -0.520225 59.8532 -0.492344 59.8359 -0.46486 59.8197 -0.437755 59.8044 -0.411008 59.7902 -0.384603 59.7769 -0.358526 59.7646 -0.332738 59.7532 -0.3073 59.7429 -0.282127 59.7335 -0.257268 59.7252 -0.232728 59.7178 -0.208543 59.7115 -0.184813 59.7037 -0.161004 59.533 -0.135559 58.4333 -0.10888 56.7614 -0.0816611 55.0455 -0.0543159 53.3579 -0.027203 51.7466 50.2406 -65.9527 38.7099 -64.4355 42.3552 -62.5512 45.8089 -60.4199 49.0433 -58.1365 51.8993 -55.7637 54.4669 -53.4071 56.721 -51.0609 58.6735 -48.7438 60.4272 -46.4704 61.9595 -44.137 63.2952 -41.8167 64.3357 -39.7089 65.0198 -37.7138 66.0094 -35.7581 66.6316 -33.9388 67.0416 -32.2331 67.5405 -30.4816 67.8004 -28.9724 68.0264 -27.493 68.3114 -26.0921 68.3248 -24.7741 68.4725 -23.5295 68.4586 -22.3658 68.4707 -21.2738 68.4591 -20.2011 68.339 -19.2676 68.3122 -18.3134 68.1888 -17.4498 68.0483 -16.6441 67.9594 -15.8547 67.787 -15.1351 67.6493 -14.4455 67.4952 -13.7929 67.3262 -13.1774 67.1605 -12.5919 66.9862 -12.0405 66.8131 -11.5181 66.6413 -11.0228 66.4655 -10.5542 66.2912 -10.1097 66.1187 -9.68802 65.9457 -9.28801 65.7758 -8.90812 65.6071 -8.54726 65.4406 -8.20426 65.2768 -7.87811 65.1154 -7.56777 64.9568 -7.27235 64.801 -6.991 64.6482 -6.72288 64.4983 -6.4672 64.3514 -6.22329 64.2078 -5.99055 64.0673 -5.76831 63.9299 -5.55597 63.7955 -5.353 63.6645 -5.15896 63.5362 -4.97327 63.4114 -4.79557 63.2892 -4.62538 63.1703 -4.46239 63.0543 -4.30615 62.9411 -4.15637 62.8308 -4.01271 62.7234 -3.87489 62.6186 -3.74258 62.5168 -3.61562 62.4172 -3.49357 62.3206 -3.37627 62.2264 -3.2634 62.1348 -3.15472 62.046 -3.05033 61.9593 -2.94938 61.8752 -2.85243 61.7915 -2.75831 61.7121 -2.66815 61.6305 -2.58062 61.5606 -2.49719 61.479 -2.41497 61.4195 -2.33694 61.3393 -2.26071 61.2772 -2.18757 61.2086 -2.11682 61.145 -2.0481 61.0847 -1.98168 61.0216 -1.91708 60.9657 -1.85462 60.9068 -1.79401 60.8526 -1.73526 60.7986 -1.67807 60.7465 -1.62275 60.6961 -1.56897 60.647 -1.51667 60.5997 -1.46587 60.5536 -1.41644 60.509 -1.36833 60.4658 -1.32152 60.424 -1.27588 60.3835 -1.23147 60.3443 -1.18816 60.3063 -1.14588 60.2699 -1.10463 60.2344 -1.06433 60.2003 -1.02498 60.1673 -0.986511 60.1356 -0.948907 60.105 -0.91211 60.0756 -0.876082 60.0473 -0.840797 60.0201 -0.80622 59.9941 -0.772324 59.969 -0.739052 59.9451 -0.706384 59.9221 -0.674287 59.9004 -0.642734 59.8794 -0.611701 59.8598 -0.581159 59.8409 -0.55109 59.8231 -0.521469 59.8063 -0.492256 59.7905 -0.463428 59.7756 -0.434977 59.7617 -0.406873 59.7488 -0.379119 59.7368 -0.351648 59.7258 -0.324508 59.7158 -0.297673 59.7067 -0.271081 59.6986 -0.244835 59.6915 -0.218867 59.6855 -0.193289 59.6781 -0.167596 59.5073 -0.140425 58.4062 -0.112337 56.7333 -0.0840072 55.0172 -0.0557728 53.3296 -0.0278988 51.7188 50.2127 -61.2778 38.0252 -60.1777 41.255 -58.7393 44.3705 -57.0596 47.3636 -55.2978 50.1375 -53.4487 52.6178 -51.5123 54.7846 -49.5118 56.673 -47.4313 58.3466 -45.3249 59.8531 -43.1649 61.1353 -41.0938 62.2647 -39.262 63.188 -37.4254 64.1728 -35.5645 64.7707 -33.8661 65.3432 -32.1903 65.8647 -30.5883 66.1984 -29.1816 66.6196 -27.697 66.8268 -26.3817 67.0094 -25.0776 67.1684 -23.895 67.2759 -22.748 67.3238 -21.6537 67.3648 -20.6375 67.3228 -19.69 67.3647 -18.7385 67.2372 -17.9098 67.2196 -17.0748 67.1244 -16.3035 67.0157 -15.5799 66.9257 -14.8836 66.799 -14.2316 66.6742 -13.6102 66.5391 -13.0193 66.3954 -12.4621 66.256 -11.9323 66.1114 -11.4294 65.9626 -10.9529 65.8146 -10.4999 65.6657 -10.0697 65.5155 -9.66085 65.3669 -9.27211 65.2183 -8.9023 65.0708 -8.5503 64.9248 -8.21522 64.7803 -7.89599 64.6376 -7.59179 64.4968 -7.30178 64.3582 -7.02524 64.2217 -6.76133 64.0875 -6.50934 63.9558 -6.26866 63.8266 -6.03871 63.7 -5.81887 63.5757 -5.6086 63.4542 -5.40747 63.3351 -5.21487 63.2188 -5.0305 63.1049 -4.85381 62.9936 -4.68451 62.885 -4.52217 62.7788 -4.36646 62.675 -4.21703 62.574 -4.07359 62.4752 -3.93578 62.379 -3.80349 62.2849 -3.67621 62.1933 -3.5538 62.104 -3.43591 62.0169 -3.32224 61.9323 -3.21281 61.8498 -3.10703 61.7694 -3.00546 61.6899 -2.90703 61.6137 -2.8128 61.5363 -2.72114 61.4689 -2.63378 61.3917 -2.54749 61.3332 -2.46573 61.2576 -2.38583 61.1973 -2.30906 61.1318 -2.23473 61.0707 -2.1625 61.0125 -2.09276 60.9518 -2.02488 60.8978 -1.95925 60.8412 -1.89552 60.7889 -1.83368 60.7368 -1.77358 60.6864 -1.71535 60.6379 -1.65869 60.5904 -1.6036 60.5447 -1.55004 60.5 -1.49792 60.4569 -1.44716 60.4151 -1.39777 60.3746 -1.34959 60.3353 -1.30268 60.2974 -1.25693 60.2606 -1.21225 60.2252 -1.16864 60.1908 -1.12603 60.1577 -1.08441 60.1257 -1.04372 60.0949 -1.00393 60.0652 -0.964984 60.0367 -0.926864 60.0092 -0.889524 59.9827 -0.852911 59.9575 -0.817015 59.9331 -0.781787 59.9099 -0.747182 59.8875 -0.713166 59.8664 -0.679732 59.846 -0.646837 59.8269 -0.614458 59.8085 -0.582563 59.7912 -0.551137 59.7749 -0.520139 59.7595 -0.489534 59.745 -0.459323 59.7315 -0.429463 59.7189 -0.39996 59.7073 -0.370763 59.6966 -0.341848 59.6869 -0.313272 59.6781 -0.28489 59.6702 -0.256799 59.6634 -0.228925 59.6576 -0.201303 59.6505 -0.173381 59.4794 -0.144254 58.377 -0.114813 56.7039 -0.0854494 54.9878 -0.0564857 53.3007 -0.0280257 51.6903 50.1846 -57.0925 37.5911 -56.3525 40.5151 -55.3635 43.3814 -54.1199 46.1201 -52.7238 48.7413 -51.2379 51.1319 -49.5912 53.1379 -47.7866 54.8684 -45.8753 56.4353 -43.9748 57.9527 -42.1327 59.2932 -40.3691 60.501 -38.6958 61.5147 -36.9617 62.4387 -35.2145 63.0236 -33.6184 63.7471 -32.0715 64.3177 -30.6058 64.7327 -29.2434 65.2573 -27.7742 65.3577 -26.5751 65.8103 -25.3073 65.9006 -24.1531 66.1217 -23.0426 66.2133 -21.9679 66.2901 -21.004 66.3589 -20.0236 66.3843 -19.1313 66.3449 -18.2913 66.3797 -17.4598 66.2928 -16.7064 66.2623 -15.9737 66.193 -15.2819 66.1072 -14.6293 66.0216 -14.0044 65.9142 -13.4123 65.8033 -12.8511 65.6948 -12.3165 65.5768 -11.8085 65.4546 -11.3261 65.3322 -10.8667 65.2063 -10.4299 65.0788 -10.014 64.951 -9.61809 64.8224 -9.24097 64.6937 -8.88156 64.5654 -8.53902 64.4377 -8.21234 64.3109 -7.9007 64.1851 -7.6033 64.0608 -7.31947 63.9379 -7.04841 63.8164 -6.78936 63.6967 -6.54172 63.579 -6.30492 63.4632 -6.07838 63.3491 -5.86155 63.2374 -5.65398 63.1275 -5.45506 63.0199 -5.26453 62.9143 -5.08179 62.8109 -4.90655 62.7097 -4.73841 62.6106 -4.577 62.5136 -4.42197 62.4189 -4.27305 62.3263 -4.12982 62.2358 -3.9922 62.1473 -3.85972 62.0608 -3.73218 61.9764 -3.60931 61.894 -3.49073 61.8137 -3.3764 61.7355 -3.26596 61.6589 -3.15982 61.5838 -3.05715 61.511 -2.95877 61.4379 -2.86295 61.3731 -2.77157 61.3003 -2.6813 61.2429 -2.59572 61.172 -2.5121 61.1137 -2.43164 61.0514 -2.35368 60.9927 -2.2779 60.9367 -2.20481 60.8787 -2.13361 60.8266 -2.06476 60.7724 -1.99788 60.722 -1.93295 60.6719 -1.86991 60.6234 -1.80872 60.5767 -1.74918 60.5308 -1.69129 60.4868 -1.63497 60.4437 -1.58015 60.4021 -1.52676 60.3617 -1.47477 60.3226 -1.42407 60.2846 -1.37468 60.248 -1.32648 60.2124 -1.27941 60.1781 -1.23347 60.1448 -1.18856 60.1128 -1.14469 60.0819 -1.10179 60.052 -1.05983 60.0233 -1.01873 59.9956 -0.978519 59.969 -0.939109 59.9433 -0.900443 59.9188 -0.862519 59.8952 -0.825302 59.8726 -0.788734 59.851 -0.752781 59.8304 -0.717441 59.8107 -0.682652 59.7921 -0.648401 59.7742 -0.614638 59.7575 -0.581362 59.7416 -0.548533 59.7266 -0.51611 59.7126 -0.484092 59.6995 -0.452434 59.6872 -0.421119 59.676 -0.390143 59.6656 -0.359408 59.6561 -0.329002 59.6477 -0.298797 59.64 -0.268778 59.6334 -0.238952 59.6278 -0.209263 59.6208 -0.179087 59.4492 -0.148066 58.346 -0.117243 56.6731 -0.0867817 54.9574 -0.0570473 53.2709 -0.0280248 51.6613 50.1566 -53.4401 37.3794 -52.9641 40.0391 -52.3089 42.7262 -51.4468 45.258 -50.311 47.6056 -48.9741 49.795 -47.4951 51.6589 -45.9045 53.2778 -44.2595 54.7902 -42.64 56.3332 -41.1004 57.7536 -39.5665 58.9671 -37.9566 59.9048 -36.294 60.7762 -34.7347 61.4643 -33.3056 62.318 -31.8964 62.9085 -30.4842 63.3205 -29.1395 63.9126 -27.8237 64.0418 -26.65 64.6366 -25.4478 64.6985 -24.3176 64.9915 -23.2584 65.1541 -22.2221 65.2538 -21.2749 65.4117 -20.3067 65.416 -19.4631 65.5013 -18.6009 65.5174 -17.8045 65.4965 -17.0518 65.5096 -16.3214 65.4626 -15.6377 65.4235 -14.9837 65.3677 -14.3603 65.2908 -13.7692 65.2121 -13.2061 65.1318 -12.6696 65.0403 -12.1589 64.9439 -11.6727 64.846 -11.2092 64.7427 -10.7678 64.6374 -10.347 64.5302 -9.94576 64.4212 -9.56311 64.3111 -9.19798 64.2003 -8.84955 64.0893 -8.51688 63.9782 -8.19917 63.8674 -7.89562 63.7572 -7.60557 63.6479 -7.32831 63.5392 -7.06308 63.4315 -6.80926 63.3252 -6.5663 63.2202 -6.33366 63.1165 -6.11076 63.0145 -5.89718 62.9139 -5.69233 62.815 -5.49592 62.7179 -5.30739 62.6224 -5.12641 62.5288 -4.95263 62.4368 -4.78566 62.3467 -4.62512 62.2584 -4.47078 62.1719 -4.32222 62.0872 -4.17932 62.0044 -4.0417 61.9232 -3.90913 61.8439 -3.78138 61.7663 -3.65806 61.6904 -3.53907 61.6165 -3.42418 61.544 -3.31361 61.4732 -3.20679 61.4042 -3.10426 61.3354 -3.00435 61.2732 -2.90894 61.2049 -2.81484 61.1488 -2.72544 61.0826 -2.63813 61.0264 -2.55401 60.9672 -2.47247 60.9112 -2.39321 60.8574 -2.31677 60.8023 -2.24228 60.7521 -2.17026 60.7003 -2.10024 60.652 -2.03227 60.6039 -1.96629 60.5574 -1.90217 60.5126 -1.83979 60.4685 -1.77912 60.4261 -1.72007 60.3847 -1.66259 60.3446 -1.6066 60.3057 -1.55206 60.268 -1.49887 60.2314 -1.44701 60.1962 -1.3964 60.1618 -1.34699 60.1287 -1.29873 60.0966 -1.25156 60.0657 -1.20547 60.0358 -1.16037 60.0069 -1.11625 59.9792 -1.07303 59.9524 -1.03071 59.9266 -0.989223 59.9018 -0.9485 59.8781 -0.908543 59.8552 -0.86932 59.8334 -0.830777 59.8124 -0.79288 59.7925 -0.755617 59.7734 -0.718918 59.7554 -0.682775 59.7381 -0.647133 59.7218 -0.611988 59.7064 -0.577308 59.692 -0.54305 59.6783 -0.5092 59.6656 -0.475722 59.6538 -0.442572 59.6429 -0.409776 59.6328 -0.377214 59.6236 -0.344929 59.6154 -0.312889 59.608 -0.280941 59.6015 -0.249161 59.596 -0.217392 59.589 -0.184963 59.4168 -0.152177 58.3132 -0.120089 56.641 -0.0886284 54.9259 -0.0580467 53.2404 -0.0283854 51.6316 50.1282 -50.2354 37.373 -49.9555 39.7593 -49.4599 42.2305 -48.7943 44.5924 -47.8742 46.6855 -46.6773 48.5981 -45.3361 50.3177 -43.9991 51.9408 -42.7195 53.5106 -41.4036 55.0173 -40.0105 56.3605 -38.557 57.5136 -37.0526 58.4004 -35.5705 59.2941 -34.2266 60.1204 -32.9147 61.006 -31.5683 61.5621 -30.2272 61.9794 -28.9472 62.6326 -27.8217 62.9163 -26.6094 63.4243 -25.4879 63.577 -24.4202 63.9238 -23.3879 64.1218 -22.4059 64.2718 -21.4591 64.4649 -20.5485 64.5054 -19.7116 64.6643 -18.8622 64.6681 -18.0967 64.731 -17.3417 64.7546 -16.6266 64.7475 -15.949 64.7459 -15.2977 64.7163 -14.6796 64.6727 -14.0908 64.6233 -13.5287 64.5696 -12.9926 64.5042 -12.4814 64.4327 -11.9937 64.3584 -11.5282 64.2771 -11.0841 64.1934 -10.6601 64.1061 -10.2552 64.0163 -9.86852 63.9244 -9.49907 63.8309 -9.146 63.7362 -8.80848 63.6407 -8.48572 63.5447 -8.17696 63.4484 -7.8815 63.3524 -7.59872 63.2564 -7.32794 63.1607 -7.06851 63.0657 -6.81989 62.9716 -6.58158 62.8782 -6.353 62.7859 -6.13376 62.6947 -5.9233 62.6045 -5.72128 62.5159 -5.52723 62.4283 -5.34076 62.3423 -5.16155 62.2576 -4.98924 62.1744 -4.82344 62.0926 -4.66392 62.0124 -4.51029 61.9336 -4.36239 61.8565 -4.2199 61.7807 -4.08257 61.7065 -3.9502 61.6339 -3.82243 61.5626 -3.69911 61.4932 -3.58006 61.425 -3.46532 61.3585 -3.35451 61.2934 -3.24794 61.2288 -3.14413 61.1694 -3.04481 61.1056 -2.94711 61.0511 -2.85399 60.9895 -2.76313 60.9355 -2.67546 60.8796 -2.59047 60.8262 -2.50786 60.7748 -2.42815 60.7226 -2.35047 60.6745 -2.27533 60.6252 -2.20226 60.5789 -2.13132 60.533 -2.06244 60.4885 -1.99543 60.4456 -1.93027 60.4033 -1.86687 60.3627 -1.80515 60.3229 -1.74505 60.2845 -1.6865 60.2472 -1.62943 60.211 -1.57378 60.1758 -1.51949 60.1419 -1.4665 60.1088 -1.41475 60.077 -1.3642 60.046 -1.31479 60.0162 -1.26647 59.9874 -1.21919 59.9597 -1.1729 59.9329 -1.12754 59.907 -1.08312 59.8822 -1.03953 59.8582 -0.996754 59.8353 -0.954764 59.8132 -0.913527 59.7922 -0.873002 59.7719 -0.833152 59.7527 -0.793951 59.7342 -0.755332 59.7168 -0.71729 59.7001 -0.679769 59.6843 -0.642756 59.6694 -0.606221 59.6554 -0.570128 59.6422 -0.534443 59.63 -0.499145 59.6185 -0.464167 59.6079 -0.42954 59.5982 -0.395168 59.5892 -0.361008 59.5813 -0.327123 59.5741 -0.293289 59.5676 -0.259556 59.5623 -0.225763 59.5552 -0.191384 59.3824 -0.157058 58.2789 -0.123799 56.6077 -0.0913678 54.8935 -0.0597826 53.2088 -0.0291461 51.601 50.0991 -47.2792 37.492 -47.1389 39.619 -46.742 41.8336 -46.1488 43.9992 -45.381 45.9177 -44.4244 47.6415 -43.3319 49.2252 -42.2253 50.8342 -41.2042 52.4895 -40.1206 53.9337 -38.8076 55.0476 -37.3936 56.0996 -36.0809 57.0877 -34.8634 58.0765 -33.6711 58.9281 -32.3821 59.717 -31.0921 60.2722 -29.9162 60.8035 -28.7227 61.4391 -27.6827 61.8763 -26.477 62.2186 -25.4586 62.5586 -24.449 62.9142 -23.4353 63.1081 -22.516 63.3526 -21.5797 63.5285 -20.7313 63.6571 -19.8861 63.8191 -19.0812 63.8632 -18.3277 63.9775 -17.5841 64.011 -16.8875 64.051 -16.2159 64.0743 -15.5733 64.0737 -14.9622 64.0616 -14.3779 64.039 -13.8194 64.0111 -13.2857 63.9706 -12.7759 63.9228 -12.2887 63.8712 -11.8228 63.8113 -11.3776 63.7482 -10.9518 63.6803 -10.5446 63.6091 -10.1552 63.5349 -9.7825 63.4582 -9.42583 63.3796 -9.08439 63.2993 -8.75744 63.2177 -8.44425 63.1353 -8.14413 63.0523 -7.85653 62.9688 -7.58082 62.885 -7.31638 62.8013 -7.06268 62.7179 -6.81925 62.6348 -6.58553 62.5522 -6.36113 62.4703 -6.14555 62.389 -5.9384 62.3087 -5.73929 62.2292 -5.5478 62.1508 -5.36361 62.0734 -5.1864 61.9972 -5.0158 61.922 -4.85154 61.8481 -4.69329 61.7753 -4.54082 61.704 -4.39387 61.6338 -4.25218 61.5648 -4.11554 61.4972 -3.98366 61.4307 -3.85633 61.3659 -3.7334 61.3021 -3.61475 61.2398 -3.50014 61.1788 -3.38973 61.1184 -3.28225 61.0619 -3.17917 61.0025 -3.07808 60.95 -2.98137 60.8928 -2.8871 60.8412 -2.79603 60.7885 -2.70773 60.7379 -2.6219 60.689 -2.539 60.6397 -2.45823 60.5937 -2.38005 60.547 -2.30399 60.5029 -2.23014 60.4591 -2.15839 60.4168 -2.08856 60.3758 -2.02066 60.3354 -1.95456 60.2966 -1.8902 60.2586 -1.82751 60.2218 -1.76641 60.1861 -1.70684 60.1514 -1.64873 60.1176 -1.59202 60.0852 -1.53665 60.0534 -1.48257 60.0229 -1.42972 59.9932 -1.37806 59.9646 -1.32751 59.9369 -1.27803 59.9102 -1.22956 59.8844 -1.18207 59.8595 -1.13551 59.8357 -1.08984 59.8126 -1.045 59.7905 -1.00098 59.7692 -0.957726 59.7489 -0.915216 59.7294 -0.873404 59.7108 -0.832254 59.6931 -0.791711 59.6762 -0.751766 59.6601 -0.71237 59.6449 -0.673494 59.6306 -0.635109 59.617 -0.597184 59.6043 -0.559671 59.5924 -0.522558 59.5814 -0.485775 59.5711 -0.449323 59.5617 -0.413161 59.553 -0.377169 59.5453 -0.341444 59.5383 -0.305803 59.532 -0.270196 59.5267 -0.234537 59.5196 -0.198429 59.3463 -0.162897 58.2434 -0.128599 56.5734 -0.095144 54.86 -0.0623532 53.176 -0.0304218 51.5691 50.0686 -44.4744 37.6593 -44.4037 39.5482 -44.1061 41.536 -43.6211 43.5142 -42.991 45.2876 -42.2693 46.9198 -41.4874 48.4433 -40.6053 49.9521 -39.6639 51.5481 -38.6704 52.9402 -37.5013 53.8785 -36.2385 54.8368 -35.1354 55.9847 -34.1098 57.0508 -32.9777 57.796 -31.7305 58.4698 -30.5652 59.1068 -29.5603 59.7986 -28.4399 60.3187 -27.3969 60.8333 -26.2994 61.1212 -25.3713 61.6305 -24.3783 61.9212 -23.4234 62.1532 -22.5534 62.4825 -21.6444 62.6196 -20.8427 62.8554 -20.006 62.9824 -19.2479 63.1051 -18.5002 63.2299 -17.7815 63.2922 -17.1005 63.37 -16.4394 63.4131 -15.8095 63.4438 -15.2067 63.4588 -14.6296 63.462 -14.0767 63.4582 -13.5474 63.4412 -13.0408 63.4163 -12.5556 63.3859 -12.091 63.3467 -11.6461 63.3033 -11.22 63.2541 -10.8118 63.2009 -10.4207 63.1438 -10.046 63.0835 -9.68676 63.0204 -9.34243 62.9549 -9.01226 62.8876 -8.69558 62.8186 -8.39172 62.7484 -8.10018 62.6772 -7.82039 62.6052 -7.55177 62.5327 -7.29378 62.4599 -7.046 62.387 -6.80788 62.3141 -6.57905 62.2415 -6.35903 62.1689 -6.14743 62.0971 -5.9439 62.0257 -5.74801 61.9549 -5.55944 61.8849 -5.3779 61.8156 -5.20301 61.7471 -5.03453 61.6796 -4.87213 61.6129 -4.71553 61.5474 -4.56453 61.4828 -4.41884 61.4191 -4.27825 61.3567 -4.14253 61.295 -4.01143 61.2348 -3.88481 61.1754 -3.76246 61.1175 -3.64421 61.0605 -3.53009 61.0043 -3.41912 60.9509 -3.31243 60.8958 -3.20808 60.8457 -3.10789 60.7926 -3.01033 60.7437 -2.91598 60.6942 -2.82445 60.6464 -2.73551 60.6 -2.64949 60.5537 -2.5657 60.5099 -2.48452 60.4658 -2.40554 60.4239 -2.32882 60.3824 -2.25423 60.3422 -2.18161 60.3031 -2.111 60.2648 -2.04222 60.2278 -1.97523 60.1916 -1.90996 60.1565 -1.84632 60.1224 -1.78425 60.0893 -1.7237 60.0571 -1.66457 60.026 -1.60683 59.9957 -1.55041 59.9665 -1.49527 59.9381 -1.44133 59.9106 -1.38855 59.8841 -1.33686 59.8585 -1.28622 59.8338 -1.23659 59.8099 -1.18791 59.787 -1.14015 59.7648 -1.09326 59.7436 -1.04721 59.7231 -1.00196 59.7037 -0.957463 59.6849 -0.913687 59.6671 -0.870589 59.65 -0.828123 59.6337 -0.786277 59.6183 -0.745006 59.6036 -0.70427 59.5898 -0.664035 59.5768 -0.624278 59.5645 -0.584942 59.5531 -0.546014 59.5424 -0.507437 59.5325 -0.469177 59.5235 -0.431235 59.5151 -0.393466 59.5075 -0.35593 59.5008 -0.318557 59.4946 -0.281189 59.4893 -0.243865 59.4823 -0.206276 59.3087 -0.169762 58.2068 -0.134456 56.5381 -0.0998091 54.8254 -0.0655977 53.1418 -0.032131 51.5356 50.0365 -41.8155 37.8702 -41.796 39.5288 -41.5838 41.3238 -41.253 43.1834 -40.8149 44.8495 -40.2673 46.3722 -39.6801 47.8562 -38.9954 49.2673 -38.1112 50.6639 -37.1344 51.9634 -36.1543 52.8984 -35.1522 53.8347 -34.2135 55.046 -33.2484 56.0857 -32.1419 56.6896 -31.0402 57.368 -30.0484 58.115 -29.1076 58.8578 -28.0575 59.2686 -27.0391 59.8149 -26.0919 60.174 -25.1996 60.7382 -24.2242 60.9457 -23.3652 61.2943 -22.5119 61.6292 -21.6599 61.7675 -20.8816 62.0771 -20.0803 62.1811 -19.354 62.3788 -18.621 62.4968 -17.9316 62.6029 -17.2645 62.7029 -16.6199 62.7685 -16.0043 62.8282 -15.4119 62.8665 -14.8445 62.8946 -14.2992 62.9129 -13.7762 62.9182 -13.2746 62.9147 -12.7932 62.9045 -12.3314 62.8849 -11.8885 62.8603 -11.4634 62.8291 -11.0556 62.7931 -10.6643 62.7525 -10.2888 62.7079 -9.9283 62.6599 -9.58228 62.6089 -9.25006 62.5553 -8.93101 62.4995 -8.62452 62.4419 -8.33009 62.3828 -8.04722 62.3223 -7.77537 62.2608 -7.51402 62.1985 -7.26275 62.1357 -7.02107 62.0724 -6.78858 62.009 -6.56487 61.9452 -6.34952 61.8818 -6.14221 61.8183 -5.94253 61.7552 -5.75015 61.6925 -5.56479 61.6302 -5.38611 61.5684 -5.21382 61.5074 -5.04765 61.4468 -4.88729 61.3871 -4.73254 61.328 -4.58312 61.2697 -4.43883 61.2124 -4.29946 61.1557 -4.16477 61.1001 -4.03458 61.0453 -3.90868 60.9916 -3.78691 60.9388 -3.66923 60.8866 -3.55489 60.8366 -3.44471 60.7856 -3.33719 60.7382 -3.23365 60.689 -3.13289 60.6429 -3.03535 60.5966 -2.94069 60.5517 -2.8487 60.508 -2.75962 60.4646 -2.67288 60.4232 -2.58877 60.3817 -2.5069 60.342 -2.42736 60.3028 -2.34998 60.2648 -2.27462 60.2278 -2.20132 60.1915 -2.12989 60.1564 -2.0603 60.122 -1.99247 60.0887 -1.92631 60.0563 -1.86177 60.0248 -1.79878 59.9941 -1.73725 59.9645 -1.67716 59.9356 -1.61841 59.9077 -1.56098 59.8806 -1.50478 59.8544 -1.44977 59.8291 -1.39589 59.8046 -1.34309 59.781 -1.29133 59.7581 -1.24055 59.7362 -1.19072 59.715 -1.14179 59.6947 -1.09373 59.6751 -1.04647 59.6564 -1 59.6384 -0.954264 59.6213 -0.909225 59.6049 -0.86484 59.5894 -0.821094 59.5745 -0.777942 59.5605 -0.73534 59.5472 -0.693251 59.5347 -0.651652 59.5229 -0.610489 59.512 -0.569741 59.5017 -0.529366 59.4922 -0.489308 59.4834 -0.449578 59.4754 -0.410066 59.468 -0.370748 59.4615 -0.331671 59.4555 -0.292611 59.4503 -0.253658 59.4433 -0.214762 59.2698 -0.177337 58.1694 -0.140973 56.5017 -0.104958 54.7894 -0.06919 53.106 -0.0340461 51.5004 50.0025 -39.2986 38.1412 -39.3736 39.6038 -39.2561 41.2063 -39.0433 42.9706 -38.7953 44.6015 -38.4127 45.9896 -37.8887 47.3321 -37.2955 48.6742 -36.5449 49.9134 -35.6605 51.079 -34.8444 52.0823 -34.0734 53.0637 -33.2431 54.2157 -32.2974 55.1399 -31.2624 55.6547 -30.3492 56.4549 -29.5133 57.279 -28.5448 57.8894 -27.5704 58.2942 -26.6758 58.9203 -25.8102 59.3084 -24.9355 59.8635 -24.0261 60.0363 -23.2542 60.5224 -22.3942 60.7693 -21.6283 61.0015 -20.8543 61.3032 -20.1079 61.4347 -19.4006 61.6715 -18.6951 61.7913 -18.0325 61.9402 -17.3817 62.0521 -16.7579 62.1447 -16.1571 62.2274 -15.5782 62.2876 -15.0224 62.3387 -14.4867 62.3772 -13.972 62.4035 -13.4773 62.42 -13.0015 62.4286 -12.5443 62.4278 -12.1048 62.4209 -11.6825 62.4067 -11.2766 62.3872 -10.8865 62.3624 -10.5115 62.333 -10.1512 62.2995 -9.80472 62.2625 -9.47166 62.2223 -9.15141 62.1793 -8.8434 62.1339 -8.54715 62.0866 -8.2622 62.0374 -7.98803 61.9867 -7.72419 61.9347 -7.47024 61.8818 -7.22575 61.8279 -6.99031 61.7735 -6.76355 61.7185 -6.54506 61.6633 -6.33451 61.6078 -6.13155 61.5523 -5.93585 61.4968 -5.74709 61.4415 -5.565 61.3863 -5.38926 61.3316 -5.21962 61.2771 -5.05579 61.2233 -4.89755 61.1698 -4.74467 61.1168 -4.5969 61.0646 -4.45408 61.0128 -4.31596 60.9619 -4.18237 60.9117 -4.05308 60.8623 -3.92793 60.8136 -3.80687 60.7655 -3.68931 60.719 -3.57578 60.6721 -3.46521 60.6276 -3.35844 60.5823 -3.25461 60.5391 -3.15399 60.496 -3.0563 60.454 -2.96137 60.4131 -2.86933 60.3725 -2.77972 60.3335 -2.69275 60.2948 -2.60809 60.2574 -2.52579 60.2205 -2.44568 60.1847 -2.36766 60.1498 -2.29171 60.1155 -2.21769 60.0823 -2.14555 60.0499 -2.07519 60.0184 -2.00656 59.9876 -1.93958 59.9578 -1.87419 59.9287 -1.81029 59.9006 -1.74787 59.8732 -1.68682 59.8467 -1.62711 59.8209 -1.56868 59.796 -1.51146 59.7719 -1.4554 59.7485 -1.40046 59.726 -1.34659 59.7042 -1.29372 59.6833 -1.24183 59.6631 -1.19086 59.6437 -1.14079 59.625 -1.09154 59.6072 -1.04309 59.59 -0.995394 59.5736 -0.948415 59.5579 -0.902111 59.5431 -0.856461 59.5289 -0.811416 59.5155 -0.766935 59.5027 -0.722979 59.4908 -0.679525 59.4795 -0.636522 59.4689 -0.593941 59.4591 -0.551751 59.45 -0.509891 59.4415 -0.46836 59.4338 -0.427102 59.4267 -0.386024 59.4204 -0.345227 59.4148 -0.304518 59.4096 -0.263951 59.4027 -0.223728 59.2296 -0.185316 58.131 -0.14771 56.4641 -0.110174 54.7518 -0.0728011 53.0686 -0.0359569 51.4636 49.9665 -36.9281 38.4521 -37.1196 39.7953 -37.1378 41.2245 -37.0031 42.8359 -36.8444 44.4428 -36.6112 45.7564 -36.158 46.8789 -35.5799 48.0961 -34.9701 49.3036 -34.2847 50.3936 -33.6087 51.4063 -32.9469 52.402 -32.1754 53.4442 -31.3025 54.267 -30.4134 54.7655 -29.6299 55.6714 -28.878 56.5272 -27.9177 56.929 -27.054 57.4305 -26.2918 58.1582 -25.4441 58.4607 -24.603 59.0223 -23.8002 59.2335 -23.0659 59.7881 -22.23 59.9334 -21.5401 60.3116 -20.7741 60.5372 -20.0857 60.7463 -19.3933 60.9791 -18.7247 61.1227 -18.0844 61.2999 -17.4554 61.4231 -16.8536 61.5429 -16.2692 61.643 -15.7065 61.7248 -15.1638 61.7961 -14.64 61.8533 -14.1355 61.899 -13.6494 61.934 -13.181 61.9603 -12.7301 61.9769 -12.2958 61.9866 -11.8778 61.9887 -11.4753 61.9847 -11.0878 61.9749 -10.7148 61.96 -10.3558 61.9405 -10.0102 61.9168 -9.6774 61.8895 -9.35702 61.8589 -9.0485 61.8254 -8.75138 61.7894 -8.46521 61.7512 -8.18956 61.711 -7.92398 61.6691 -7.66806 61.6258 -7.42141 61.5812 -7.18362 61.5357 -6.95437 61.4892 -6.73325 61.4422 -6.51997 61.3945 -6.31417 61.3465 -6.11555 61.2982 -5.9238 61.2497 -5.73865 61.2012 -5.5598 61.1528 -5.38702 61.1043 -5.22002 61.0563 -5.0586 61.0084 -4.90252 60.9608 -4.75156 60.9136 -4.60554 60.8668 -4.46424 60.8206 -4.32747 60.7749 -4.19502 60.7298 -4.06673 60.6853 -3.94251 60.6413 -3.82191 60.5984 -3.70525 60.5554 -3.59176 60.5141 -3.48195 60.4724 -3.37519 60.4323 -3.27165 60.3924 -3.17108 60.3535 -3.07333 60.3154 -2.97845 60.2777 -2.88609 60.2412 -2.79637 60.205 -2.70902 60.17 -2.62404 60.1355 -2.5413 60.1019 -2.46068 60.0692 -2.38217 60.037 -2.30562 60.0058 -2.23098 59.9752 -2.15817 59.9455 -2.08711 59.9166 -2.01773 59.8884 -1.94998 59.861 -1.88375 59.8344 -1.81902 59.8084 -1.7557 59.7833 -1.69375 59.759 -1.6331 59.7354 -1.57369 59.7125 -1.51547 59.6903 -1.4584 59.6689 -1.40242 59.6483 -1.34746 59.6284 -1.29352 59.6091 -1.24052 59.5907 -1.18842 59.5729 -1.13717 59.5559 -1.08674 59.5396 -1.03708 59.524 -0.988153 59.509 -0.939923 59.4948 -0.892358 59.4813 -0.845407 59.4685 -0.799034 59.4564 -0.753199 59.4449 -0.707876 59.4342 -0.663019 59.4241 -0.618595 59.4147 -0.574573 59.406 -0.530902 59.3979 -0.487558 59.3905 -0.444532 59.3837 -0.401703 59.3776 -0.359158 59.3722 -0.316794 59.3672 -0.274571 59.3605 -0.232945 59.1879 -0.193377 58.0914 -0.154336 56.4251 -0.115202 54.7127 -0.0762287 53.0297 -0.0377396 51.4251 49.9288 -34.7314 38.7731 -34.999 40.0629 -35.16 41.3855 -35.1198 42.7956 -34.9645 44.2874 -34.7964 45.5884 -34.4776 46.5601 -33.965 47.5834 -33.4424 48.7809 -32.947 49.8982 -32.4105 50.8697 -31.7875 51.779 -31.0456 52.7023 -30.294 53.5154 -29.5903 54.0618 -28.868 54.9491 -28.135 55.7942 -27.2885 56.0825 -26.5376 56.6796 -25.8285 57.449 -25.0108 57.643 -24.2403 58.2519 -23.5328 58.526 -22.7953 59.0507 -22.0416 59.1797 -21.3853 59.6553 -20.6523 59.8042 -20.0114 60.1054 -19.339 60.3067 -18.71 60.4937 -18.09 60.6799 -17.4881 60.8212 -16.9076 60.9624 -16.3424 61.0778 -15.7973 61.1797 -15.2697 61.2684 -14.7595 61.3432 -14.2669 61.4064 -13.7913 61.4583 -13.332 61.501 -12.889 61.5339 -12.4615 61.5591 -12.0491 61.5764 -11.6515 61.587 -11.268 61.5915 -10.8982 61.5903 -10.5417 61.584 -10.198 61.5731 -9.86655 61.5581 -9.54701 61.5393 -9.23889 61.5173 -8.94174 61.4923 -8.65518 61.4646 -8.37879 61.4346 -8.11217 61.4025 -7.85494 61.3686 -7.60674 61.333 -7.3672 61.2962 -7.136 61.258 -6.91278 61.219 -6.69724 61.179 -6.48906 61.1383 -6.28796 61.0971 -6.09363 61.0554 -5.90583 61.0134 -5.72426 60.9712 -5.54871 60.9288 -5.37892 60.8865 -5.21467 60.8441 -5.05574 60.8018 -4.90191 60.7598 -4.75302 60.7179 -4.60883 60.6764 -4.46916 60.6352 -4.33383 60.5945 -4.20266 60.5542 -4.07554 60.5142 -3.95212 60.475 -3.83257 60.4359 -3.71633 60.3979 -3.60369 60.3598 -3.49418 60.3228 -3.38788 60.2861 -3.28459 60.2502 -3.18415 60.2149 -3.08657 60.1801 -2.99158 60.1462 -2.89922 60.1127 -2.80928 60.0801 -2.72173 60.048 -2.63645 60.0167 -2.55333 59.986 -2.47233 59.956 -2.39332 59.9268 -2.31626 59.8982 -2.24105 59.8703 -2.16762 59.8431 -2.09589 59.8167 -2.02581 59.7909 -1.95729 59.7658 -1.89029 59.7414 -1.82473 59.7178 -1.76056 59.6948 -1.69771 59.6725 -1.63613 59.6509 -1.57577 59.63 -1.51657 59.6097 -1.45848 59.5902 -1.40145 59.5713 -1.34544 59.5531 -1.2904 59.5356 -1.23628 59.5188 -1.18302 59.5027 -1.13061 59.4871 -1.07898 59.4723 -1.02811 59.4581 -0.977943 59.4447 -0.928456 59.4318 -0.879595 59.4196 -0.831324 59.4081 -0.783607 59.3972 -0.736411 59.387 -0.689697 59.3774 -0.643428 59.3684 -0.59757 59.3601 -0.552087 59.3524 -0.506931 59.3453 -0.462119 59.3389 -0.41754 59.333 -0.373222 59.3279 -0.329155 59.3231 -0.285209 59.3166 -0.242098 59.1448 -0.201185 58.0505 -0.160574 56.3845 -0.119872 54.672 -0.0793691 52.9892 -0.0393433 51.3851 49.8894 -32.7217 39.1058 -33.0098 40.351 -33.2574 41.6331 -33.3351 42.8734 -33.197 44.1493 -33.0121 45.4035 -32.814 46.3621 -32.462 47.2314 -32.0172 48.3362 -31.6095 49.4905 -31.1831 50.4433 -30.6262 51.2221 -29.9353 52.0114 -29.2919 52.872 -28.7495 53.5194 -28.0769 54.2765 -27.3414 55.0587 -26.6517 55.3928 -25.9825 56.0105 -25.2907 56.7572 -24.5382 56.8905 -23.8591 57.5727 -23.2042 57.8711 -22.4719 58.3184 -21.8231 58.5309 -21.1661 58.9983 -20.4966 59.1347 -19.8844 59.4932 -19.2443 59.6666 -18.6504 59.8998 -18.0534 60.0829 -17.4805 60.2484 -16.9213 60.4032 -16.3778 60.5343 -15.8515 60.6535 -15.3405 60.7575 -14.8456 60.8483 -14.3664 60.9272 -13.9028 60.9947 -13.4541 61.0523 -13.0204 61.1001 -12.601 61.1397 -12.1958 61.1711 -11.8042 61.1955 -11.4259 61.2132 -11.0605 61.2249 -10.7076 61.2311 -10.3668 61.2323 -10.0378 61.229 -9.71999 61.2216 -9.41314 61.2104 -9.11681 61.196 -8.83064 61.1785 -8.55427 61.1582 -8.28733 61.1356 -8.02948 61.1108 -7.78039 61.084 -7.5397 61.0555 -7.30715 61.0255 -7.08238 60.9942 -6.86512 60.9617 -6.65508 60.9283 -6.45199 60.894 -6.25556 60.859 -6.06556 60.8234 -5.88172 60.7874 -5.70383 60.7509 -5.53164 60.7143 -5.36494 60.6774 -5.20353 60.6404 -5.04718 60.6035 -4.89574 60.5665 -4.74897 60.5297 -4.60672 60.493 -4.46878 60.4566 -4.33499 60.4204 -4.20523 60.3844 -4.07922 60.349 -3.95701 60.3137 -3.8382 60.2791 -3.72293 60.2445 -3.61084 60.2107 -3.50195 60.1773 -3.39608 60.1443 -3.2931 60.1119 -3.19296 60.08 -3.09546 60.0487 -3.00059 60.0178 -2.90816 59.9877 -2.81814 59.958 -2.73041 59.9289 -2.64487 59.9005 -2.56146 59.8726 -2.48008 59.8454 -2.40066 59.8188 -2.32311 59.7928 -2.24736 59.7674 -2.17334 59.7427 -2.10099 59.7185 -2.03022 59.6951 -1.96099 59.6722 -1.89322 59.65 -1.82686 59.6284 -1.76185 59.6075 -1.69813 59.5872 -1.63564 59.5675 -1.57433 59.5484 -1.51416 59.53 -1.45506 59.5122 -1.39701 59.4951 -1.33994 59.4786 -1.2838 59.4627 -1.22856 59.4474 -1.17417 59.4327 -1.12058 59.4187 -1.06777 59.4053 -1.01568 59.3926 -0.964278 59.3804 -0.913517 59.3689 -0.863361 59.3579 -0.813773 59.3476 -0.764718 59.3379 -0.716159 59.3288 -0.66806 59.3203 -0.620381 59.3124 -0.573096 59.3051 -0.52615 59.2984 -0.479551 59.2923 -0.43323 59.2867 -0.387144 59.2818 -0.34135 59.2773 -0.295679 59.2709 -0.251009 59.1002 -0.208607 58.0081 -0.166368 56.3422 -0.124164 54.6298 -0.0822245 52.9472 -0.0407794 51.3436 49.8487 -30.8721 39.475 -31.1614 40.6403 -31.423 41.8946 -31.5932 43.0436 -31.5369 44.0929 -31.3397 45.2063 -31.1879 46.2103 -31.0088 47.0523 -30.6845 48.0118 -30.2961 49.1021 -29.9122 50.0594 -29.4635 50.7733 -28.8846 51.4326 -28.3104 52.2978 -27.8553 53.0643 -27.2613 53.6824 -26.5525 54.3499 -25.9819 54.8222 -25.3792 55.4078 -24.7064 56.0845 -24.0493 56.2334 -23.4434 56.9668 -22.8126 57.2403 -22.1246 57.6303 -21.5598 57.9661 -20.8995 58.338 -20.3062 58.5414 -19.7084 58.8954 -19.1134 59.0716 -18.5469 59.3332 -17.9787 59.5147 -17.4336 59.7033 -16.8972 59.8668 -16.3766 60.0137 -15.8699 60.1468 -15.3772 60.2647 -14.8987 60.3698 -14.4342 60.4628 -13.9838 60.5442 -13.547 60.6155 -13.1238 60.6769 -12.7138 60.7297 -12.3168 60.7741 -11.9324 60.8111 -11.5605 60.8412 -11.2006 60.865 -10.8524 60.8829 -10.5155 60.8955 -10.1897 60.9032 -9.87468 60.9065 -9.56999 60.9057 -9.27532 60.9013 -8.99037 60.8935 -8.7148 60.8827 -8.4483 60.8691 -8.19054 60.853 -7.94125 60.8347 -7.7001 60.8144 -7.46682 60.7922 -7.24112 60.7685 -7.02273 60.7433 -6.81138 60.7169 -6.60682 60.6894 -6.4088 60.661 -6.21708 60.6317 -6.03142 60.6017 -5.85162 60.5711 -5.67744 60.5401 -5.50868 60.5086 -5.34515 60.4769 -5.18662 60.4449 -5.03294 60.4128 -4.8839 60.3806 -4.73933 60.3484 -4.59905 60.3163 -4.4629 60.2842 -4.33074 60.2523 -4.20235 60.2206 -4.0777 60.189 -3.95651 60.1579 -3.83879 60.1268 -3.72429 60.0963 -3.61297 60.0659 -3.50468 60.036 -3.39929 60.0065 -3.29673 59.9774 -3.19684 59.9488 -3.09957 59.9206 -3.00477 59.8929 -2.91239 59.8656 -2.82231 59.8389 -2.73444 59.8126 -2.64872 59.7869 -2.56504 59.7617 -2.48334 59.7371 -2.40353 59.713 -2.32554 59.6894 -2.2493 59.6664 -2.17474 59.644 -2.10178 59.6221 -2.03038 59.6008 -1.96046 59.5801 -1.89196 59.5599 -1.82483 59.5404 -1.75901 59.5213 -1.69445 59.5029 -1.63108 59.4851 -1.56886 59.4678 -1.50774 59.4511 -1.44767 59.435 -1.3886 59.4195 -1.33049 59.4045 -1.27329 59.3902 -1.21695 59.3764 -1.16144 59.3632 -1.10671 59.3506 -1.05272 59.3386 -0.999437 59.3271 -0.946804 59.3162 -0.894792 59.3059 -0.843363 59.2962 -0.792478 59.287 -0.742101 59.2784 -0.692199 59.2704 -0.642731 59.2629 -0.59367 59.256 -0.544965 59.2497 -0.496607 59.2439 -0.448564 59.2386 -0.400752 59.234 -0.353245 59.2298 -0.305901 59.2235 -0.259645 59.0539 -0.215668 57.9642 -0.171834 56.2984 -0.128182 54.5861 -0.0848742 52.9039 -0.042098 51.3009 49.8066 -29.1378 39.8946 -29.4437 40.9462 -29.6851 42.136 -29.8885 43.247 -29.941 44.1455 -29.8001 45.0653 -29.6526 46.0629 -29.5704 46.9701 -29.3859 47.8273 -29.0364 48.7526 -28.6493 49.6723 -28.2945 50.4185 -27.8695 51.0076 -27.3546 51.7829 -26.9121 52.6218 -26.4176 53.1879 -25.7872 53.7196 -25.2748 54.3098 -24.745 54.878 -24.1068 55.4462 -23.5392 55.6657 -22.9782 56.4059 -22.3779 56.64 -21.7607 57.0131 -21.2403 57.4458 -20.6053 57.7029 -20.0751 58.0112 -19.4925 58.3127 -18.9471 58.5262 -18.4032 58.7894 -17.8685 58.98 -17.3491 59.1839 -16.8376 59.3553 -16.3402 59.5163 -15.8541 59.6607 -15.3806 59.7912 -14.9195 59.9087 -14.4708 60.0141 -14.0346 60.108 -13.6107 60.1916 -13.1991 60.2653 -12.7995 60.3301 -12.4118 60.3864 -12.0358 60.4351 -11.6711 60.4766 -11.3177 60.5115 -10.9752 60.5404 -10.6433 60.5636 -10.3217 60.5817 -10.0103 60.5951 -9.70862 60.6041 -9.41648 60.6092 -9.13356 60.6106 -8.8596 60.6087 -8.5943 60.6038 -8.33739 60.5961 -8.0886 60.5859 -7.84766 60.5734 -7.61431 60.5589 -7.3883 60.5425 -7.16937 60.5244 -6.95728 60.5048 -6.75179 60.4839 -6.55269 60.4619 -6.35974 60.4387 -6.17272 60.4147 -5.99143 60.3898 -5.81566 60.3643 -5.64521 60.3382 -5.47989 60.3116 -5.31951 60.2846 -5.16391 60.2572 -5.01288 60.2296 -4.86627 60.2018 -4.72391 60.1739 -4.58563 60.1459 -4.45131 60.1179 -4.32075 60.09 -4.19389 60.0621 -4.07049 60.0345 -3.95052 60.0068 -3.83379 59.9795 -3.72021 59.9524 -3.60966 59.9255 -3.50201 59.8989 -3.39718 59.8726 -3.29503 59.8467 -3.1955 59.821 -3.09846 59.7958 -3.00384 59.771 -2.91153 59.7465 -2.82144 59.7225 -2.73351 59.699 -2.64764 59.6758 -2.56376 59.6532 -2.48178 59.631 -2.40164 59.6093 -2.32325 59.588 -2.24657 59.5673 -2.1715 59.5471 -2.09801 59.5273 -2.02601 59.5081 -1.95545 59.4894 -1.88627 59.4712 -1.81842 59.4535 -1.75183 59.4363 -1.68647 59.4197 -1.62226 59.4036 -1.55917 59.388 -1.49715 59.373 -1.43614 59.3585 -1.3761 59.3445 -1.31699 59.3311 -1.25876 59.3182 -1.20136 59.3058 -1.14476 59.294 -1.08892 59.2827 -1.03379 59.272 -0.979322 59.2618 -0.925494 59.2521 -0.872262 59.243 -0.819585 59.2344 -0.767428 59.2263 -0.715759 59.2187 -0.664537 59.2117 -0.613735 59.2052 -0.56331 59.1993 -0.513231 59.1939 -0.463495 59.1889 -0.414005 59.1845 -0.364817 59.1806 -0.31585 59.1746 -0.268012 59.0061 -0.222446 57.9186 -0.177094 56.2531 -0.13204 54.5411 -0.0874069 52.8593 -0.0433505 51.2568 49.7632 -27.4883 40.3542 -27.8289 41.2867 -28.061 42.3681 -28.2543 43.4404 -28.3856 44.2767 -28.3526 45.0324 -28.2306 45.9409 -28.1661 46.9056 -28.0813 47.7425 -27.821 48.4923 -27.4481 49.2993 -27.1389 50.1094 -26.8507 50.7195 -26.417 51.3491 -25.9595 52.1642 -25.5482 52.7766 -25.0347 53.2061 -24.5452 53.8203 -24.0709 54.4037 -23.507 54.8824 -23.0019 55.1606 -22.4714 55.8754 -21.9232 56.0918 -21.375 56.4648 -20.8697 56.9405 -20.2907 57.124 -19.8014 57.5219 -19.246 57.7574 -18.7444 58.0246 -18.2249 58.2699 -17.7244 58.4795 -17.2299 58.6894 -16.7447 58.8701 -16.2705 59.042 -15.8058 59.1961 -15.3522 59.3375 -14.9092 59.4657 -14.4771 59.582 -14.0561 59.687 -13.646 59.7815 -13.2469 59.8662 -12.8586 59.9419 -12.4811 60.009 -12.1143 60.0683 -11.758 60.1202 -11.4119 60.1655 -11.076 60.2044 -10.7499 60.2375 -10.4335 60.2653 -10.1265 60.2881 -9.82876 60.3063 -9.53996 60.3204 -9.25989 60.3305 -8.9883 60.3371 -8.72495 60.3404 -8.4696 60.3407 -8.22201 60.3383 -7.98194 60.3333 -7.74917 60.3261 -7.52344 60.3167 -7.30456 60.3055 -7.09228 60.2926 -6.88641 60.2781 -6.68671 60.2622 -6.493 60.245 -6.30507 60.2267 -6.12272 60.2075 -5.94575 60.1873 -5.77398 60.1664 -5.60723 60.1448 -5.44533 60.1227 -5.28811 60.1 -5.13539 60.0769 -4.98703 60.0534 -4.84285 60.0297 -4.70271 60.0058 -4.56647 59.9817 -4.43398 59.9575 -4.30512 59.9333 -4.17972 59.9091 -4.05772 59.8848 -3.93894 59.8607 -3.82329 59.8367 -3.71066 59.8128 -3.60092 59.7891 -3.494 59.7656 -3.38975 59.7424 -3.28812 59.7194 -3.18898 59.6967 -3.09225 59.6742 -2.99785 59.6521 -2.90567 59.6304 -2.81566 59.6089 -2.72771 59.5879 -2.64175 59.5672 -2.55772 59.547 -2.47552 59.5271 -2.3951 59.5076 -2.31638 59.4886 -2.23931 59.47 -2.16381 59.4518 -2.08981 59.4341 -2.01727 59.4168 -1.94613 59.4 -1.87632 59.3837 -1.80779 59.3678 -1.7405 59.3524 -1.67438 59.3375 -1.60939 59.323 -1.54547 59.3091 -1.48259 59.2956 -1.42068 59.2826 -1.35972 59.2701 -1.29964 59.2581 -1.24041 59.2466 -1.18199 59.2356 -1.12434 59.2251 -1.0674 59.2151 -1.01115 59.2055 -0.955551 59.1965 -0.900554 59.188 -0.846124 59.1799 -0.792225 59.1724 -0.738825 59.1653 -0.685885 59.1588 -0.633375 59.1527 -0.581261 59.1472 -0.5295 59.1421 -0.478095 59.1375 -0.426966 59.1334 -0.376128 59.1298 -0.32557 59.124 -0.276167 58.9567 -0.229055 57.8715 -0.182249 56.2063 -0.135826 54.4947 -0.0898887 52.8133 -0.0445742 51.2115 49.7186 -25.9168 40.831 -26.2929 41.6628 -26.5418 42.617 -26.7208 43.6194 -26.8832 44.4392 -26.9546 45.1037 -26.8994 45.8857 -26.8288 46.8351 -26.7796 47.6932 -26.6231 48.3358 -26.3163 48.9925 -26.0246 49.8177 -25.8137 50.5086 -25.4816 51.017 -25.0351 51.7178 -24.6685 52.4099 -24.274 52.8115 -23.8109 53.3572 -23.3716 53.9644 -22.8958 54.4066 -22.4367 54.7014 -21.9351 55.3738 -21.4528 55.6095 -20.9589 55.9709 -20.4682 56.4497 -19.953 56.6088 -19.4891 57.058 -18.9745 57.2428 -18.5064 57.5565 -18.0166 57.7801 -17.5477 58.0107 -17.079 58.2207 -16.6204 58.4115 -16.1694 58.5909 -15.727 58.7536 -15.2936 58.9041 -14.8693 59.0415 -14.4546 59.1672 -14.0494 59.2818 -13.6538 59.386 -13.268 59.4804 -12.8919 59.5658 -12.5255 59.6426 -12.1687 59.7115 -11.8215 59.773 -11.4837 59.8276 -11.1551 59.8759 -10.8357 59.9181 -10.5253 59.9548 -10.2236 59.9864 -9.93051 60.0133 -9.64583 60.0357 -9.36934 60.054 -9.10085 60.0686 -8.84016 60.0797 -8.58705 60.0876 -8.34132 60.0926 -8.10275 60.0948 -7.87116 60.0945 -7.64632 60.0919 -7.42804 60.0872 -7.21611 60.0806 -7.01036 60.0723 -6.81057 60.0624 -6.61656 60.051 -6.42815 60.0383 -6.24516 60.0245 -6.06739 60.0096 -5.89469 59.9937 -5.72688 59.977 -5.56381 59.9596 -5.40531 59.9415 -5.25122 59.9228 -5.1014 59.9036 -4.9557 59.884 -4.81398 59.8641 -4.6761 59.8438 -4.54192 59.8234 -4.41132 59.8027 -4.28416 59.7819 -4.16034 59.761 -4.03973 59.7401 -3.92222 59.7192 -3.80771 59.6983 -3.69608 59.6775 -3.58723 59.6568 -3.48106 59.6362 -3.37749 59.6158 -3.27641 59.5956 -3.17773 59.5756 -3.08138 59.5558 -2.98725 59.5362 -2.89528 59.517 -2.80538 59.498 -2.71748 59.4793 -2.6315 59.461 -2.54737 59.4429 -2.46501 59.4253 -2.38437 59.4079 -2.30538 59.391 -2.22796 59.3744 -2.15207 59.3582 -2.07764 59.3424 -2.0046 59.327 -1.93292 59.312 -1.86253 59.2974 -1.79337 59.2833 -1.72541 59.2695 -1.65858 59.2562 -1.59284 59.2433 -1.52813 59.2309 -1.46442 59.2189 -1.40165 59.2074 -1.33979 59.1962 -1.27878 59.1856 -1.21858 59.1754 -1.15916 59.1657 -1.10047 59.1564 -1.04247 59.1475 -0.98513 59.1392 -0.928404 59.1312 -0.872255 59.1238 -0.816646 59.1168 -0.761545 59.1102 -0.706915 59.1042 -0.652725 59.0985 -0.598945 59.0934 -0.545528 59.0887 -0.492472 59.0844 -0.439725 59.0806 -0.387263 59.0773 -0.335123 59.0719 -0.28417 58.9057 -0.235577 57.8229 -0.18736 56.158 -0.139588 54.4469 -0.0923538 52.7661 -0.0457875 51.1649 49.6728 -24.4287 41.3059 -24.8273 42.0614 -25.1079 42.8976 -25.2919 43.8035 -25.4584 44.6056 -25.5952 45.2405 -25.6233 45.9138 -25.5681 46.7799 -25.5165 47.6416 -25.4349 48.2542 -25.2283 48.7859 -24.9638 49.5533 -24.7734 50.3181 -24.536 50.7796 -24.1465 51.3283 -23.7988 52.0623 -23.4935 52.5062 -23.0804 52.9441 -22.6653 53.5493 -22.2647 54.006 -21.8532 54.2899 -21.3814 54.902 -20.9611 55.1892 -20.5088 55.5187 -20.0496 55.9906 -19.5895 56.1486 -19.1455 56.614 -18.679 56.7763 -18.2365 57.114 -17.7812 57.3247 -17.3407 57.5702 -16.8993 57.7793 -16.4667 57.9789 -16.0393 58.1635 -15.6193 58.3336 -15.2066 58.4914 -14.8016 58.6365 -14.4046 58.7702 -14.0159 58.893 -13.6355 59.0056 -13.2637 59.1086 -12.9005 59.2025 -12.5459 59.288 -12.1999 59.3655 -11.8625 59.4356 -11.5337 59.4988 -11.2133 59.5555 -10.9013 59.6061 -10.5975 59.6511 -10.3019 59.6908 -10.0142 59.7256 -9.73434 59.7558 -9.46214 59.7818 -9.19743 59.8039 -8.94005 59.8223 -8.68982 59.8374 -8.44656 59.8493 -8.2101 59.8583 -7.98027 59.8646 -7.75687 59.8685 -7.53973 59.8701 -7.32869 59.8696 -7.12355 59.8672 -6.92414 59.863 -6.73031 59.8572 -6.54186 59.8499 -6.35865 59.8413 -6.1805 59.8314 -6.00727 59.8205 -5.83878 59.8085 -5.6749 59.7957 -5.51547 59.7821 -5.36036 59.7677 -5.20942 59.7527 -5.0625 59.7371 -4.91949 59.7211 -4.78025 59.7046 -4.64466 59.6878 -4.51258 59.6706 -4.3839 59.6532 -4.25852 59.6356 -4.1363 59.6179 -4.01715 59.6001 -3.90096 59.5821 -3.78763 59.5642 -3.67706 59.5462 -3.56914 59.5283 -3.46381 59.5105 -3.36095 59.4927 -3.26048 59.4751 -3.16232 59.4576 -3.06639 59.4403 -2.9726 59.4232 -2.88088 59.4063 -2.79115 59.3896 -2.70335 59.3732 -2.61739 59.357 -2.53321 59.3411 -2.45074 59.3255 -2.36992 59.3102 -2.29069 59.2952 -2.21298 59.2805 -2.13674 59.2662 -2.0619 59.2522 -1.98841 59.2385 -1.91622 59.2252 -1.84528 59.2123 -1.77554 59.1998 -1.70693 59.1876 -1.63942 59.1758 -1.57295 59.1644 -1.50748 59.1534 -1.44296 59.1428 -1.37935 59.1326 -1.3166 59.1228 -1.25467 59.1135 -1.19352 59.1045 -1.13311 59.096 -1.0734 59.0878 -1.01435 59.0801 -0.955931 59.0728 -0.898091 59.0659 -0.8408 59.0595 -0.784022 59.0535 -0.727725 59.0479 -0.671876 59.0427 -0.616444 59.0379 -0.56139 59.0336 -0.506697 59.0297 -0.452336 59.0263 -0.39826 59.0233 -0.344523 59.0181 -0.292031 58.8532 -0.242017 57.7729 -0.192428 56.1084 -0.143326 54.3978 -0.0948041 52.7176 -0.0469922 51.1171 49.6258 -23.0284 41.7702 -23.4343 42.4672 -23.745 43.2083 -23.9529 44.0113 -24.1218 44.7746 -24.2863 45.4049 -24.3828 46.0104 -24.3705 46.7676 -24.3171 47.5883 -24.2716 48.2087 -24.1605 48.6748 -23.9496 49.3423 -23.7568 50.1253 -23.5821 50.6049 -23.2794 51.0257 -22.9511 51.7339 -22.6957 52.2509 -22.3514 52.5998 -21.9635 53.1613 -21.6183 53.6609 -21.255 53.9265 -20.8213 54.4683 -20.4477 54.8157 -20.0318 55.1028 -19.6149 55.5737 -19.2011 55.7348 -18.7781 56.191 -18.3591 56.3573 -17.9399 56.6948 -17.5202 56.9051 -17.1062 57.1561 -16.6929 57.366 -16.2856 57.5717 -15.8822 57.7601 -15.4847 57.9361 -15.0929 58.0996 -14.7075 58.2511 -14.3288 58.3915 -13.957 58.5212 -13.5924 58.641 -13.2351 58.7513 -12.8854 58.8528 -12.5432 58.9458 -12.2087 59.031 -11.8819 59.1088 -11.5627 59.1796 -11.2512 59.244 -10.9472 59.3022 -10.6508 59.3547 -10.3619 59.4018 -10.0802 59.444 -9.80586 59.4814 -9.53858 59.5146 -9.27828 59.5436 -9.02482 59.5689 -8.77807 59.5906 -8.53788 59.6091 -8.30409 59.6245 -8.07657 59.6371 -7.85515 59.6471 -7.63968 59.6546 -7.43 59.6599 -7.22597 59.6631 -7.02742 59.6644 -6.83421 59.6639 -6.64618 59.6619 -6.46318 59.6583 -6.28506 59.6533 -6.11169 59.6471 -5.94291 59.6398 -5.7786 59.6314 -5.61861 59.6221 -5.46281 59.6119 -5.31107 59.6009 -5.16327 59.5893 -5.01927 59.5771 -4.87897 59.5643 -4.74223 59.551 -4.60895 59.5373 -4.479 59.5233 -4.35229 59.5089 -4.2287 59.4943 -4.10812 59.4795 -3.99047 59.4645 -3.87564 59.4494 -3.76354 59.4341 -3.65406 59.4189 -3.54713 59.4036 -3.44266 59.3883 -3.34057 59.373 -3.24076 59.3578 -3.14316 59.3427 -3.04769 59.3277 -2.95427 59.3129 -2.86285 59.2982 -2.77333 59.2836 -2.68565 59.2693 -2.59975 59.2552 -2.51556 59.2413 -2.43301 59.2276 -2.35205 59.2142 -2.27261 59.2011 -2.19463 59.1882 -2.11807 59.1756 -2.04285 59.1633 -1.96894 59.1513 -1.89627 59.1396 -1.8248 59.1283 -1.75448 59.1173 -1.68525 59.1066 -1.61706 59.0962 -1.54988 59.0862 -1.48366 59.0766 -1.41834 59.0673 -1.3539 59.0584 -1.29028 59.0498 -1.22744 59.0417 -1.16535 59.0339 -1.10396 59.0264 -1.04324 59.0194 -0.983144 59.0127 -0.923641 59.0064 -0.864691 59.0005 -0.806262 58.995 -0.748318 58.9899 -0.690827 58.9852 -0.633759 58.9809 -0.577078 58.9769 -0.520757 58.9734 -0.464779 58.9703 -0.409089 58.9676 -0.353736 58.9628 -0.299711 58.7992 -0.248329 57.7215 -0.197409 56.0575 -0.147007 54.3474 -0.0972192 52.6678 -0.0481792 51.0681 49.5777 -21.7145 42.2231 -22.1181 42.8708 -22.4486 43.5388 -22.6867 44.2494 -22.8679 44.9558 -23.0409 45.5779 -23.1788 46.1483 -23.2188 46.8076 -23.1837 47.5531 -23.1528 48.1778 -23.1079 48.63 -22.966 49.2003 -22.7809 49.9402 -22.6348 50.4588 -22.4198 50.8106 -22.1273 51.4414 -21.8935 52.0171 -21.6181 52.3243 -21.2698 52.8131 -20.9624 53.3535 -20.6454 53.6095 -20.2573 54.0803 -19.9183 54.4767 -19.5385 54.723 -19.1628 55.198 -18.7904 55.3624 -18.3927 55.7932 -18.015 55.9797 -17.6212 56.301 -17.2352 56.5191 -16.8474 56.7682 -16.462 56.9806 -16.0796 57.1893 -15.7002 57.3807 -15.3252 57.561 -14.9545 57.7289 -14.5889 57.8855 -14.2286 58.0313 -13.8742 58.1668 -13.5257 58.2926 -13.1835 58.4091 -12.8477 58.517 -12.5185 58.6166 -12.196 58.7085 -11.8803 58.7931 -11.5713 58.8707 -11.2693 58.9419 -10.974 59.0069 -10.6856 59.0662 -10.4039 59.1201 -10.129 59.169 -9.86066 59.2131 -9.59889 59.2528 -9.34359 59.2883 -9.09463 59.3199 -8.85193 59.3479 -8.61535 59.3725 -8.38478 59.394 -8.16009 59.4124 -7.94116 59.4282 -7.72786 59.4413 -7.52004 59.4521 -7.31759 59.4607 -7.12036 59.4672 -6.92821 59.4718 -6.74102 59.4747 -6.55865 59.4759 -6.38098 59.4756 -6.20786 59.474 -6.03917 59.4711 -5.87479 59.467 -5.71459 59.4619 -5.55845 59.4557 -5.40625 59.4487 -5.25787 59.4409 -5.1132 59.4324 -4.97211 59.4232 -4.83451 59.4134 -4.70029 59.4031 -4.56933 59.3923 -4.44153 59.3811 -4.31679 59.3696 -4.19502 59.3577 -4.07611 59.3456 -3.95998 59.3332 -3.84653 59.3207 -3.73568 59.308 -3.62734 59.2952 -3.52142 59.2823 -3.41785 59.2694 -3.31654 59.2565 -3.21741 59.2436 -3.1204 59.2307 -3.02542 59.2179 -2.93242 59.2052 -2.8413 59.1925 -2.75202 59.18 -2.66451 59.1677 -2.57869 59.1555 -2.49451 59.1434 -2.41191 59.1316 -2.33083 59.12 -2.2512 59.1086 -2.17298 59.0974 -2.09612 59.0864 -2.02054 59.0757 -1.94622 59.0653 -1.87309 59.0552 -1.8011 59.0453 -1.73021 59.0357 -1.66037 59.0264 -1.59153 59.0174 -1.52364 59.0087 -1.45667 59.0004 -1.39057 58.9923 -1.3253 58.9846 -1.26082 58.9772 -1.19708 58.9701 -1.13405 58.9634 -1.07168 58.957 -1.00995 58.951 -0.948814 58.9453 -0.888234 58.94 -0.828177 58.935 -0.76861 58.9303 -0.709497 58.9261 -0.65081 58.9222 -0.592515 58.9186 -0.534576 58.9155 -0.476982 58.9127 -0.419678 58.9103 -0.362697 58.9058 -0.307146 58.7436 -0.254448 57.6688 -0.202245 56.0053 -0.150587 54.2957 -0.0995712 52.6168 -0.0493363 51.0178 49.5283 -20.4814 42.6669 -20.8791 43.2685 -21.2192 43.8789 -21.4834 44.5137 -21.6846 45.157 -21.8631 45.7565 -22.0207 46.3059 -22.1055 46.8924 -22.1053 47.5529 -22.0876 48.1601 -22.0791 48.6215 -22.0016 49.1228 -21.8452 49.7838 -21.7114 50.3251 -21.5638 50.663 -21.3239 51.2015 -21.101 51.7942 -20.8803 52.1037 -20.5832 52.5159 -20.3027 53.073 -20.0268 53.3336 -19.6869 53.7404 -19.3786 54.1684 -19.0366 54.3809 -18.6949 54.8563 -18.3607 55.0282 -17.993 55.4255 -17.6492 55.6359 -17.2841 55.9358 -16.9285 56.1635 -16.5673 56.407 -16.2088 56.6222 -15.8511 56.8315 -15.4955 57.0251 -15.1427 57.2082 -14.7931 57.3793 -14.4473 57.5397 -14.1057 57.6897 -13.7688 57.8298 -13.4367 57.9605 -13.1099 58.0823 -12.7884 58.1956 -12.4726 58.3008 -12.1626 58.3985 -11.8585 58.4889 -11.5603 58.5726 -11.2682 58.6498 -10.9822 58.7209 -10.7022 58.7863 -10.4284 58.8463 -10.1607 58.9013 -9.89897 58.9514 -9.64326 58.9971 -9.39348 59.0385 -9.14957 59.076 -8.91143 59.1098 -8.67898 59.1401 -8.45213 59.1671 -8.23079 59.1911 -8.01483 59.2122 -7.80417 59.2307 -7.59868 59.2466 -7.39825 59.2602 -7.20277 59.2717 -7.01213 59.2812 -6.8262 59.2887 -6.64487 59.2946 -6.46802 59.2988 -6.29554 59.3015 -6.12731 59.3029 -5.96322 59.3029 -5.80316 59.3018 -5.64701 59.2996 -5.49467 59.2964 -5.34602 59.2923 -5.20096 59.2873 -5.05938 59.2816 -4.92119 59.2752 -4.78628 59.2682 -4.65455 59.2606 -4.52591 59.2525 -4.40026 59.2439 -4.2775 59.2349 -4.15756 59.2256 -4.04033 59.216 -3.92573 59.2061 -3.81368 59.196 -3.7041 59.1856 -3.5969 59.1751 -3.49201 59.1645 -3.38935 59.1538 -3.28885 59.1431 -3.19043 59.1323 -3.09403 59.1215 -2.99957 59.1107 -2.90699 59.0999 -2.81622 59.0893 -2.7272 59.0786 -2.63986 59.0681 -2.55415 59.0577 -2.47001 59.0475 -2.38737 59.0373 -2.30618 59.0274 -2.22639 59.0176 -2.14795 59.008 -2.0708 58.9986 -1.99488 58.9894 -1.92016 58.9804 -1.84658 58.9717 -1.77409 58.9632 -1.70264 58.955 -1.6322 58.947 -1.56272 58.9392 -1.49414 58.9318 -1.42644 58.9246 -1.35957 58.9177 -1.29348 58.9111 -1.22813 58.9048 -1.1635 58.8988 -1.09954 58.8931 -1.0362 58.8877 -0.973466 58.8826 -0.91129 58.8778 -0.849636 58.8733 -0.788473 58.8692 -0.727765 58.8654 -0.667481 58.8619 -0.60759 58.8588 -0.548053 58.856 -0.488853 58.8535 -0.429945 58.8514 -0.371344 58.8472 -0.31428 58.6866 -0.260318 57.6148 -0.206887 55.9519 -0.154027 54.2429 -0.101835 52.5646 -0.0504525 50.9665 49.4779 -19.3222 43.1035 -19.714 43.6603 -20.0571 44.2219 -20.3393 44.7959 -20.5615 45.3792 -20.7491 45.9441 -20.916 46.4727 -21.0319 47.0084 -21.0713 47.5922 -21.0741 48.163 -21.0848 48.6321 -21.0552 49.0933 -20.9414 49.67 -20.8211 50.2047 -20.7162 50.5581 -20.5346 51.02 -20.327 51.5865 -20.1437 51.9204 -19.9025 52.2747 -19.6447 52.8152 -19.4031 53.092 -19.1093 53.4466 -18.8303 53.8894 -18.53 54.0807 -18.2153 54.5416 -17.9153 54.7283 -17.5808 55.091 -17.2655 55.3206 -16.9307 55.601 -16.6028 55.8356 -16.2684 56.0727 -15.9357 56.2895 -15.6022 56.498 -15.2699 56.6929 -14.9391 56.8774 -14.6105 57.0506 -14.2844 57.2137 -13.9615 57.3668 -13.6422 57.5104 -13.3267 57.645 -13.0154 57.771 -12.7086 57.8888 -12.4065 57.9987 -12.1093 58.1013 -11.8171 58.1968 -11.5301 58.2856 -11.2484 58.3681 -10.9721 58.4445 -10.7011 58.5154 -10.4356 58.5808 -10.1756 58.6412 -9.92097 58.6968 -9.67181 58.7479 -9.42805 58.7948 -9.18965 58.8376 -8.95657 58.8767 -8.72873 58.9122 -8.50608 58.9445 -8.28853 58.9735 -8.07601 58.9997 -7.86844 59.0231 -7.66571 59.0439 -7.46775 59.0623 -7.27445 59.0784 -7.08571 59.0924 -6.90144 59.1045 -6.72153 59.1147 -6.5459 59.1231 -6.37442 59.13 -6.207 59.1354 -6.04355 59.1395 -5.88395 59.1422 -5.72812 59.1438 -5.57594 59.1442 -5.42732 59.1437 -5.28216 59.1422 -5.14038 59.1398 -5.00186 59.1367 -4.86653 59.1329 -4.73428 59.1283 -4.60503 59.1232 -4.47869 59.1176 -4.35518 59.1114 -4.2344 59.1048 -4.11627 59.0979 -4.00072 59.0905 -3.88766 59.0829 -3.77702 59.075 -3.66871 59.0668 -3.56267 59.0585 -3.45882 59.05 -3.3571 59.0414 -3.25742 59.0326 -3.15973 59.0238 -3.06395 59.0149 -2.97002 59.006 -2.87789 58.9971 -2.78748 58.9882 -2.69873 58.9794 -2.6116 58.9706 -2.52601 58.9619 -2.44192 58.9532 -2.35927 58.9447 -2.278 58.9363 -2.19807 58.9281 -2.11942 58.9199 -2.04199 58.912 -1.96576 58.9042 -1.89065 58.8966 -1.81664 58.8892 -1.74366 58.882 -1.67168 58.875 -1.60065 58.8682 -1.53054 58.8617 -1.46129 58.8554 -1.39287 58.8493 -1.32523 58.8435 -1.25833 58.8379 -1.19215 58.8326 -1.12663 58.8275 -1.06174 58.8228 -0.997445 58.8183 -0.93371 58.814 -0.870499 58.8101 -0.807776 58.8065 -0.745507 58.8031 -0.683659 58.8001 -0.6222 58.7973 -0.561093 58.7948 -0.500312 58.7927 -0.439822 58.7909 -0.379625 58.787 -0.321076 58.628 -0.265898 57.5596 -0.211298 55.8973 -0.157301 54.1889 -0.103995 52.5113 -0.0515202 50.914 49.4264 -18.2311 43.5335 -18.6178 44.047 -18.9606 44.5647 -19.2533 45.0885 -19.4931 45.619 -19.6926 46.1436 -19.8664 46.6465 -20.0022 47.1441 -20.0765 47.6665 -20.1057 48.1921 -20.1304 48.6568 -20.1323 49.0952 -20.0631 49.6008 -19.9644 50.106 -19.885 50.4786 -19.7545 50.8896 -19.5731 51.405 -19.4149 51.7623 -19.2254 52.0852 -18.9928 52.5826 -18.78 52.8792 -18.5296 53.1962 -18.2747 53.6345 -18.0175 53.8235 -17.7282 54.2523 -17.4582 54.4583 -17.1572 54.79 -16.8677 55.031 -16.563 55.2964 -16.2609 55.5335 -15.9529 55.7647 -15.6449 55.9815 -15.3352 56.1883 -15.0257 56.3833 -14.7165 56.5682 -14.4084 56.7426 -14.102 56.9073 -13.7976 57.0625 -13.4958 57.2086 -13.1969 57.3462 -12.9013 57.4754 -12.6093 57.5967 -12.3211 57.7105 -12.0369 57.8171 -11.757 57.9168 -11.4815 58.0101 -11.2106 58.0971 -10.9442 58.1782 -10.6827 58.2538 -10.4259 58.324 -10.1739 58.3893 -9.92686 58.4498 -9.68468 58.5057 -9.44738 58.5575 -9.21494 58.6052 -8.98735 58.6491 -8.76456 58.6895 -8.54654 58.7264 -8.33323 58.7602 -8.12457 58.791 -7.92051 58.819 -7.72096 58.8443 -7.52586 58.8672 -7.33513 58.8877 -7.1487 58.906 -6.96647 58.9222 -6.78836 58.9366 -6.61429 58.9491 -6.44417 58.9599 -6.27791 58.9692 -6.11542 58.977 -5.95661 58.9834 -5.8014 58.9885 -5.64969 58.9925 -5.50139 58.9954 -5.35643 58.9972 -5.2147 58.9981 -5.07613 58.9981 -4.94062 58.9974 -4.80811 58.9958 -4.67849 58.9936 -4.55169 58.9908 -4.42763 58.9874 -4.30624 58.9834 -4.18742 58.9791 -4.07111 58.9742 -3.95723 58.969 -3.84571 58.9635 -3.73648 58.9576 -3.62946 58.9515 -3.52458 58.9451 -3.42179 58.9386 -3.321 58.9318 -3.22216 58.925 -3.12521 58.918 -3.03008 58.9109 -2.9367 58.9037 -2.84503 58.8966 -2.755 58.8894 -2.66656 58.8821 -2.57964 58.875 -2.4942 58.8678 -2.41018 58.8607 -2.32754 58.8537 -2.24621 58.8467 -2.16615 58.8399 -2.08731 58.8331 -2.00964 58.8265 -1.93309 58.8201 -1.85763 58.8137 -1.7832 58.8076 -1.70975 58.8015 -1.63726 58.7957 -1.56566 58.7901 -1.49493 58.7846 -1.42503 58.7794 -1.3559 58.7743 -1.28751 58.7695 -1.21983 58.7649 -1.15281 58.7605 -1.08642 58.7564 -1.02062 58.7525 -0.955373 58.7488 -0.89065 58.7454 -0.826412 58.7422 -0.762623 58.7393 -0.699251 58.7367 -0.636264 58.7343 -0.573624 58.7322 -0.5113 58.7304 -0.449261 58.7288 -0.387507 58.7253 -0.327509 58.568 -0.271168 57.5033 -0.215464 55.8416 -0.160395 54.1338 -0.106041 52.4569 -0.0525347 50.8605 49.3738 -17.2035 43.9565 -17.5853 44.4288 -17.9264 44.9058 -18.2244 45.3866 -18.4767 45.8714 -18.6884 46.3553 -18.8699 46.828 -19.019 47.2932 -19.1201 47.7676 -19.1765 48.2485 -19.2162 48.6965 -19.2389 49.1179 -19.2082 49.57 -19.1378 50.0357 -19.0766 50.4174 -18.985 50.798 -18.8375 51.2576 -18.7001 51.6249 -18.5506 51.9356 -18.3487 52.3807 -18.1611 52.6916 -17.9516 52.9867 -17.7175 53.4004 -17.4973 53.6033 -17.2364 53.9914 -16.993 54.2149 -16.7238 54.5208 -16.459 54.7662 -16.1829 55.0203 -15.9055 55.2561 -15.623 55.4822 -15.3387 55.6973 -15.0521 55.9017 -14.7647 56.0959 -14.4766 56.2801 -14.1887 56.4547 -13.9015 56.62 -13.6155 56.7764 -13.3311 56.9242 -13.0487 57.0638 -12.7688 57.1955 -12.4916 57.3195 -12.2174 57.4363 -11.9464 57.5462 -11.679 57.6494 -11.4152 57.7463 -11.1552 57.8371 -10.8992 57.9222 -10.6473 58.0019 -10.3996 58.0763 -10.1561 58.1458 -9.91695 58.2106 -9.68212 58.2709 -9.45166 58.327 -9.22558 58.3791 -9.00387 58.4274 -8.78653 58.4721 -8.57353 58.5134 -8.36485 58.5515 -8.16045 58.5866 -7.96028 58.6188 -7.7643 58.6484 -7.57245 58.6753 -7.38467 58.6999 -7.2009 58.7222 -7.02107 58.7424 -6.84511 58.7606 -6.67296 58.7769 -6.50453 58.7915 -6.33975 58.8044 -6.17855 58.8158 -6.02084 58.8257 -5.86655 58.8343 -5.71561 58.8416 -5.56792 58.8477 -5.42342 58.8527 -5.28202 58.8567 -5.14366 58.8598 -5.00824 58.8619 -4.87569 58.8633 -4.74595 58.8639 -4.61892 58.8638 -4.49455 58.863 -4.37275 58.8616 -4.25345 58.8598 -4.13658 58.8574 -4.02208 58.8545 -3.90987 58.8513 -3.79989 58.8476 -3.69206 58.8437 -3.58633 58.8394 -3.48263 58.8349 -3.38089 58.8301 -3.28106 58.8251 -3.18307 58.82 -3.08687 58.8147 -2.9924 58.8093 -2.89959 58.8038 -2.8084 58.7982 -2.71877 58.7925 -2.63064 58.7868 -2.54397 58.7811 -2.4587 58.7754 -2.37478 58.7697 -2.29215 58.7641 -2.21078 58.7585 -2.13062 58.753 -2.05161 58.7475 -1.97371 58.7422 -1.89688 58.7369 -1.82108 58.7317 -1.74625 58.7267 -1.67236 58.7218 -1.59937 58.7171 -1.52723 58.7125 -1.4559 58.708 -1.38535 58.7038 -1.31554 58.6997 -1.24642 58.6958 -1.17796 58.6921 -1.11013 58.6885 -1.04288 58.6852 -0.976181 58.6821 -0.909999 58.6792 -0.844297 58.6765 -0.77904 58.6741 -0.714193 58.6718 -0.649724 58.6698 -0.585598 58.6681 -0.521778 58.6666 -0.458236 58.6653 -0.394973 58.662 -0.333571 58.5066 -0.276125 57.4459 -0.21938 55.7848 -0.163308 54.0777 -0.10797 52.4016 -0.0534942 50.806 49.3203 -16.2353 44.3715 -16.6119 44.8054 -16.9506 45.2445 -17.2508 45.6867 -17.5111 46.1316 -17.7331 46.5773 -17.9229 47.0178 -18.0822 47.4526 -18.2031 47.8885 -18.2836 48.329 -18.3399 48.7528 -18.3786 49.1566 -18.3781 49.5695 -18.3376 49.9951 -18.2934 50.3733 -18.2304 50.7349 -18.118 51.1452 -18.0016 51.5086 -17.8819 51.8159 -17.713 52.2119 -17.5488 52.5274 -17.374 52.8118 -17.1637 53.1902 -16.9725 53.4121 -16.7415 53.7603 -16.5224 53.9958 -16.2826 54.281 -16.042 54.5256 -15.7924 54.7707 -15.539 55.0026 -15.2807 55.2239 -15.0193 55.4359 -14.755 55.6374 -14.4888 55.8297 -14.2213 56.0126 -13.9531 56.1865 -13.6847 56.3517 -13.4167 56.5084 -13.1495 56.657 -12.8835 56.7978 -12.6191 56.9311 -12.3566 57.0571 -12.0964 57.1761 -11.8388 57.2885 -11.5839 57.3945 -11.3319 57.4943 -11.0832 57.5884 -10.8377 57.6768 -10.5958 57.7599 -10.3574 57.8379 -10.1226 57.9111 -9.89165 57.9796 -9.6645 58.0437 -9.4412 58.1037 -9.22181 58.1597 -9.00633 58.2119 -8.79479 58.2606 -8.58718 58.3058 -8.38348 58.3479 -8.18369 58.3868 -7.98778 58.4229 -7.79572 58.4563 -7.60747 58.4871 -7.42299 58.5154 -7.24223 58.5415 -7.06514 58.5653 -6.89166 58.5871 -6.72175 58.607 -6.55533 58.6251 -6.39235 58.6414 -6.23274 58.6562 -6.07644 58.6694 -5.92337 58.6812 -5.77347 58.6917 -5.62668 58.7009 -5.48291 58.709 -5.34211 58.7159 -5.20421 58.7219 -5.06912 58.7269 -4.9368 58.731 -4.80716 58.7342 -4.68014 58.7367 -4.55567 58.7385 -4.43368 58.7397 -4.31411 58.7402 -4.19689 58.7401 -4.08196 58.7396 -3.96925 58.7385 -3.85869 58.7371 -3.75024 58.7352 -3.64382 58.733 -3.53938 58.7304 -3.43686 58.7276 -3.33619 58.7245 -3.23732 58.7211 -3.1402 58.7176 -3.04476 58.7138 -2.95096 58.71 -2.85874 58.7059 -2.76805 58.7018 -2.67883 58.6976 -2.59104 58.6933 -2.50463 58.689 -2.41954 58.6847 -2.33573 58.6803 -2.25316 58.6759 -2.17177 58.6716 -2.09152 58.6673 -2.01236 58.663 -1.93426 58.6588 -1.85717 58.6547 -1.78104 58.6506 -1.70584 58.6466 -1.63153 58.6428 -1.55806 58.639 -1.48539 58.6354 -1.41349 58.6319 -1.34232 58.6285 -1.27184 58.6253 -1.202 58.6222 -1.13279 58.6193 -1.06415 58.6166 -0.996064 58.614 -0.928482 58.6116 -0.861373 58.6094 -0.794703 58.6074 -0.728438 58.6056 -0.662542 58.6039 -0.596982 58.6025 -0.531722 58.6013 -0.466731 58.6003 -0.402016 58.5973 -0.339266 58.4439 -0.280774 57.3874 -0.223053 55.7271 -0.166042 54.0207 -0.109784 52.3453 -0.0543983 50.7506 49.2659 -15.3233 44.7777 -15.694 45.1762 -16.0296 45.5801 -16.33 45.9871 -16.5948 46.3964 -16.8245 46.8071 -17.0222 47.2155 -17.1903 47.6207 -17.3257 48.0239 -17.426 48.4293 -17.4991 48.826 -17.552 49.2095 -17.5748 49.5923 -17.5619 49.9822 -17.5357 50.3472 -17.4946 50.6938 -17.4142 51.0648 -17.32 51.4144 -17.2233 51.7192 -17.0862 52.0748 -16.9449 52.3861 -16.7977 52.6646 -16.6147 53.0072 -16.4467 53.2441 -16.2449 53.5586 -16.0488 53.7996 -15.8358 54.0679 -15.6187 54.3086 -15.3938 54.5458 -15.1634 54.7722 -14.928 54.9885 -14.6885 55.1964 -14.4456 55.3945 -14.2 55.5841 -13.9524 55.7649 -13.7033 55.9374 -13.4532 56.1016 -13.2028 56.258 -12.9524 56.4067 -12.7025 56.5479 -12.4535 56.682 -12.2057 56.8093 -11.9595 56.9299 -11.7151 57.0441 -11.4728 57.1522 -11.2328 57.2544 -10.9953 57.3509 -10.7605 57.442 -10.5287 57.528 -10.2998 57.609 -10.074 57.6853 -9.85149 57.7571 -9.63226 57.8245 -9.41642 57.8879 -9.204 57.9473 -8.99506 58.003 -8.78961 58.0551 -8.58769 58.1039 -8.38931 58.1495 -8.19445 58.192 -8.00312 58.2316 -7.8153 58.2685 -7.63098 58.3027 -7.45011 58.3346 -7.27268 58.364 -7.09865 58.3913 -6.92797 58.4165 -6.76061 58.4396 -6.59651 58.461 -6.43562 58.4805 -6.2779 58.4984 -6.12329 58.5148 -5.97172 58.5296 -5.82315 58.5431 -5.67752 58.5553 -5.53476 58.5662 -5.39481 58.576 -5.25762 58.5847 -5.12312 58.5924 -4.99125 58.5991 -4.86195 58.6049 -4.73515 58.6099 -4.61081 58.6142 -4.48885 58.6177 -4.36921 58.6205 -4.25184 58.6228 -4.13668 58.6244 -4.02366 58.6255 -3.91272 58.6261 -3.80382 58.6263 -3.69689 58.626 -3.59188 58.6254 -3.48873 58.6244 -3.38738 58.6231 -3.28778 58.6215 -3.18988 58.6197 -3.09363 58.6176 -2.99897 58.6153 -2.90586 58.6128 -2.81423 58.6102 -2.72405 58.6074 -2.63527 58.6046 -2.54783 58.6016 -2.4617 58.5985 -2.37681 58.5954 -2.29314 58.5923 -2.21063 58.5891 -2.12924 58.5859 -2.04892 58.5827 -1.96965 58.5795 -1.89136 58.5764 -1.81403 58.5733 -1.7376 58.5702 -1.66205 58.5672 -1.58733 58.5643 -1.5134 58.5615 -1.44023 58.5587 -1.36777 58.5561 -1.296 58.5535 -1.22486 58.5511 -1.15434 58.5488 -1.08438 58.5466 -1.01496 58.5446 -0.946048 58.5427 -0.877596 58.541 -0.809576 58.5394 -0.741952 58.5379 -0.674691 58.5367 -0.607759 58.5356 -0.541118 58.5347 -0.474739 58.5339 -0.408633 58.5312 -0.344595 58.3798 -0.285121 57.3279 -0.226489 55.6685 -0.168602 53.9628 -0.111484 52.2882 -0.055247 50.6944 49.2107 -14.4643 45.1742 -14.8283 45.5402 -15.1598 45.9116 -15.459 46.2863 -15.7259 46.6634 -15.9609 47.042 -16.1653 47.4199 -16.3411 47.7965 -16.4877 48.1705 -16.6034 48.545 -16.6921 48.9146 -16.7586 49.2761 -16.7997 49.6334 -16.8104 49.993 -16.8026 50.3394 -16.7799 50.671 -16.7266 51.0115 -16.6549 51.3426 -16.5778 51.6421 -16.4693 51.9663 -16.3503 52.2671 -16.226 52.5403 -16.0706 52.8518 -15.923 53.0964 -15.7484 53.384 -15.574 53.6253 -15.3855 53.8794 -15.1911 54.1142 -14.989 54.3437 -14.7806 54.5638 -14.5669 54.7748 -14.3484 54.9779 -14.1259 55.172 -13.9001 55.3583 -13.6716 55.5364 -13.4409 55.7067 -13.2087 55.8694 -12.9754 56.0247 -12.7414 56.1727 -12.5073 56.3138 -12.2734 56.4481 -12.0401 56.5759 -11.8077 56.6974 -11.5764 56.8128 -11.3466 56.9224 -11.1186 57.0263 -10.8925 57.1248 -10.6685 57.2181 -10.4468 57.3063 -10.2276 57.3898 -10.011 57.4687 -9.79706 57.5432 -9.58598 57.6134 -9.3778 57.6797 -9.1726 57.7421 -8.97044 57.8008 -8.77136 57.8561 -8.57541 57.908 -8.3826 57.9567 -8.19296 58.0023 -8.0065 58.0451 -7.82322 58.0852 -7.64311 58.1226 -7.46616 58.1576 -7.29236 58.1902 -7.12167 58.2206 -6.95408 58.2489 -6.78956 58.2751 -6.62806 58.2995 -6.46956 58.322 -6.314 58.3429 -6.16135 58.3621 -6.01156 58.3798 -5.86458 58.3961 -5.72037 58.411 -5.57886 58.4247 -5.44002 58.4371 -5.30378 58.4484 -5.1701 58.4587 -5.03893 58.4679 -4.91019 58.4762 -4.78385 58.4836 -4.65985 58.4902 -4.53812 58.496 -4.41863 58.5011 -4.30131 58.5054 -4.1861 58.5092 -4.07296 58.5124 -3.96183 58.515 -3.85266 58.5171 -3.74539 58.5188 -3.63998 58.52 -3.53636 58.5208 -3.43449 58.5212 -3.33432 58.5213 -3.2358 58.5211 -3.13887 58.5207 -3.0435 58.5199 -2.94962 58.519 -2.8572 58.5178 -2.76619 58.5164 -2.67653 58.5149 -2.58819 58.5132 -2.50112 58.5115 -2.41528 58.5096 -2.33062 58.5076 -2.24709 58.5056 -2.16467 58.5035 -2.0833 58.5013 -2.00294 58.4992 -1.92355 58.497 -1.8451 58.4948 -1.76755 58.4926 -1.69084 58.4905 -1.61496 58.4884 -1.53985 58.4863 -1.46549 58.4843 -1.39183 58.4824 -1.31884 58.4805 -1.24648 58.4787 -1.17471 58.477 -1.10351 58.4754 -1.03284 58.4739 -0.962654 58.4725 -0.892928 58.4712 -0.823624 58.4701 -0.754709 58.469 -0.686148 58.4681 -0.617908 58.4673 -0.549953 58.4667 -0.482251 58.4662 -0.414821 58.4637 -0.349559 58.3146 -0.289168 57.2675 -0.22969 55.609 -0.17099 53.9041 -0.113072 52.2303 -0.0560404 50.6373 49.1546 -13.6552 45.5606 -14.0117 45.8967 -14.3384 46.2382 -14.6353 46.5832 -14.9025 46.9306 -15.1406 47.2801 -15.3502 47.6294 -15.5324 47.9787 -15.6878 48.326 -15.8157 48.6728 -15.9177 49.0167 -15.9971 49.3554 -16.0534 49.6897 -16.0836 50.0232 -16.0935 50.3493 -16.0872 50.6647 -16.0566 50.9809 -16.0063 51.2923 -15.9469 51.5828 -15.8632 51.8825 -15.7658 52.1698 -15.6616 52.436 -15.532 52.7222 -15.4032 52.9677 -15.2534 53.2341 -15.0998 53.4717 -14.9338 53.7135 -14.7608 53.9411 -14.58 54.1629 -14.3925 54.3763 -14.1992 54.5815 -14.0006 54.7793 -13.7976 54.969 -13.5907 55.1514 -13.3805 55.3262 -13.1677 55.4939 -12.9526 55.6544 -12.7359 55.8079 -12.518 55.9548 -12.2993 56.0951 -12.0802 56.229 -11.861 56.3568 -11.6422 56.4786 -11.424 56.5946 -11.2066 56.7051 -10.9905 56.8101 -10.7757 56.91 -10.5625 57.0049 -10.351 57.0949 -10.1416 57.1803 -9.93418 57.2613 -9.72904 57.338 -9.52625 57.4107 -9.32591 57.4794 -9.12812 57.5443 -8.93294 57.6057 -8.74045 57.6636 -8.55069 57.7182 -8.36371 57.7697 -8.17954 57.8182 -7.9982 57.8638 -7.81971 57.9067 -7.64408 57.947 -7.47131 57.9848 -7.30139 58.0203 -7.13433 58.0535 -6.9701 58.0846 -6.80868 58.1137 -6.65005 58.1408 -6.49419 58.1662 -6.34106 58.1898 -6.19063 58.2117 -6.04287 58.2321 -5.89773 58.251 -5.75519 58.2685 -5.61519 58.2847 -5.47769 58.2996 -5.34265 58.3134 -5.21002 58.326 -5.07975 58.3376 -4.95181 58.3483 -4.82614 58.3579 -4.70268 58.3667 -4.58141 58.3747 -4.46225 58.3819 -4.34518 58.3884 -4.23013 58.3942 -4.11705 58.3993 -4.00591 58.4039 -3.89664 58.4079 -3.78921 58.4113 -3.68356 58.4143 -3.57964 58.4169 -3.47741 58.419 -3.37682 58.4208 -3.27782 58.4221 -3.18037 58.4232 -3.08442 58.424 -2.98992 58.4245 -2.89684 58.4247 -2.80512 58.4247 -2.71472 58.4245 -2.6256 58.4241 -2.53772 58.4236 -2.45103 58.4229 -2.36549 58.4221 -2.28107 58.4211 -2.19771 58.4201 -2.11538 58.419 -2.03405 58.4178 -1.95366 58.4166 -1.87419 58.4153 -1.7956 58.414 -1.71784 58.4127 -1.64088 58.4114 -1.56468 58.4101 -1.48921 58.4089 -1.41443 58.4076 -1.3403 58.4064 -1.26679 58.4052 -1.19387 58.4041 -1.1215 58.4031 -1.04964 58.4021 -0.978262 58.4011 -0.907333 58.4003 -0.836817 58.3996 -0.766681 58.3989 -0.696891 58.3983 -0.627413 58.3979 -0.558213 58.3975 -0.489259 58.3973 -0.420573 58.3951 -0.354155 58.2482 -0.292916 57.2063 -0.232658 55.5488 -0.173205 53.8447 -0.114547 52.1716 -0.0567778 50.5796 49.0979 -12.8932 45.9365 -13.2416 46.2451 -13.5625 46.5591 -13.8561 46.8768 -14.1225 47.197 -14.3619 47.5196 -14.575 47.8425 -14.7624 48.1661 -14.9248 48.4884 -15.0622 48.8102 -15.1754 49.1299 -15.2663 49.4463 -15.3356 49.7589 -15.3819 50.0695 -15.4079 50.3753 -15.4168 50.6736 -15.4052 50.9693 -15.3744 51.2614 -15.3317 51.5402 -15.2694 51.8202 -15.1922 52.0926 -15.1062 52.35 -14.9998 52.6158 -14.8891 52.8571 -14.7615 53.1065 -14.6275 53.3377 -14.4823 53.5683 -14.3293 53.7882 -14.1685 54.0021 -14.0006 54.2085 -13.8266 54.4075 -13.6469 54.5996 -13.4624 54.7845 -13.2735 54.9625 -13.0809 55.1336 -12.8851 55.298 -12.6866 55.4559 -12.4859 55.6073 -12.2835 55.7524 -12.0797 55.8913 -11.875 56.0243 -11.6698 56.1515 -11.4643 56.2731 -11.2589 56.3892 -11.0538 56.5 -10.8494 56.6057 -10.6458 56.7064 -10.4434 56.8024 -10.2422 56.8937 -10.0425 56.9806 -9.84441 57.0632 -9.64811 57.1417 -9.45372 57.2163 -9.26135 57.287 -9.07111 57.3541 -8.88309 57.4176 -8.69735 57.4778 -8.51398 57.5348 -8.33302 57.5887 -8.15452 57.6397 -7.97853 57.6878 -7.80505 57.7332 -7.63413 57.7761 -7.46578 57.8165 -7.29999 57.8545 -7.13679 57.8903 -6.97615 57.924 -6.81809 57.9556 -6.66257 57.9853 -6.5096 58.0132 -6.35914 58.0393 -6.21118 58.0637 -6.06568 58.0866 -5.92263 58.1079 -5.78199 58.1279 -5.64372 58.1464 -5.50779 58.1637 -5.37417 58.1798 -5.24281 58.1947 -5.11368 58.2085 -4.98674 58.2213 -4.86194 58.2331 -4.73925 58.244 -4.61862 58.2541 -4.5 58.2633 -4.38336 58.2717 -4.26865 58.2794 -4.15583 58.2865 -4.04485 58.2929 -3.93566 58.2987 -3.82823 58.3039 -3.72251 58.3086 -3.61846 58.3128 -3.51602 58.3166 -3.41516 58.3199 -3.31584 58.3228 -3.21801 58.3254 -3.12163 58.3276 -3.02665 58.3295 -2.93303 58.3311 -2.84074 58.3324 -2.74973 58.3335 -2.65995 58.3344 -2.57138 58.335 -2.48396 58.3355 -2.39767 58.3358 -2.31245 58.3359 -2.22828 58.3359 -2.1451 58.3358 -2.06289 58.3356 -1.98161 58.3353 -1.90122 58.3349 -1.82167 58.3345 -1.74295 58.334 -1.66501 58.3335 -1.58781 58.3329 -1.51132 58.3324 -1.4355 58.3318 -1.36032 58.3312 -1.28575 58.3307 -1.21175 58.3301 -1.13828 58.3296 -1.06532 58.3291 -0.992831 58.3287 -0.920776 58.3283 -0.849123 58.3279 -0.777841 58.3276 -0.706895 58.3274 -0.636253 58.3272 -0.565882 58.3271 -0.495749 58.3271 -0.42588 58.3252 -0.358376 58.1807 -0.296359 57.1442 -0.235387 55.4878 -0.175245 53.7845 -0.115906 52.1123 -0.0574584 50.5211 49.0404 -12.1756 46.3014 -12.5154 46.5848 -12.8299 46.8736 -13.1192 47.1662 -13.3835 47.4613 -13.623 47.7591 -13.8382 48.0577 -14.0294 48.3572 -14.1973 48.6563 -14.3421 48.955 -14.4644 49.2522 -14.5654 49.5473 -14.6459 49.8394 -14.7056 50.1293 -14.7457 50.4154 -14.7686 50.6965 -14.7731 50.9738 -14.7596 51.2479 -14.7327 51.5132 -14.6888 51.7763 -14.6301 52.0339 -14.5611 52.2809 -14.4752 52.5299 -14.3818 52.7637 -14.2742 52.9989 -14.1585 53.2221 -14.0325 53.4422 -13.8982 53.6539 -13.756 53.8599 -13.6066 54.059 -13.4507 54.2516 -13.2888 54.4378 -13.1218 54.6174 -12.95 54.7907 -12.7741 54.9577 -12.5946 55.1185 -12.412 55.2732 -12.2267 55.422 -12.0392 55.5649 -11.85 55.7021 -11.6593 55.8337 -11.4675 55.9598 -11.2751 56.0806 -11.0822 56.1963 -10.8892 56.307 -10.6964 56.4129 -10.504 56.514 -10.3122 56.6106 -10.1212 56.7027 -9.93121 56.7907 -9.74244 56.8745 -9.55501 56.9543 -9.36908 57.0303 -9.18476 57.1027 -9.00217 57.1715 -8.82141 57.2369 -8.64258 57.299 -8.46574 57.358 -8.29096 57.4139 -8.11831 57.467 -7.94784 57.5173 -7.77958 57.565 -7.61357 57.6101 -7.44983 57.6527 -7.28839 57.6931 -7.12926 57.7312 -6.97244 57.7672 -6.81795 57.8011 -6.66577 57.8332 -6.5159 57.8633 -6.36834 57.8917 -6.22307 57.9185 -6.08006 57.9436 -5.93931 57.9672 -5.80079 57.9893 -5.66447 58.0101 -5.53033 58.0296 -5.39834 58.0478 -5.26847 58.0648 -5.14068 58.0807 -5.01494 58.0956 -4.89122 58.1094 -4.76949 58.1223 -4.64969 58.1343 -4.53181 58.1454 -4.41579 58.1557 -4.30161 58.1653 -4.18921 58.1741 -4.07857 58.1822 -3.96964 58.1897 -3.86238 58.1967 -3.75675 58.203 -3.65272 58.2088 -3.55024 58.2141 -3.44927 58.2189 -3.34977 58.2233 -3.2517 58.2273 -3.15503 58.2309 -3.0597 58.2342 -2.9657 58.2371 -2.87296 58.2397 -2.78146 58.242 -2.69116 58.244 -2.60202 58.2459 -2.514 58.2474 -2.42706 58.2488 -2.34116 58.25 -2.25628 58.251 -2.17236 58.2519 -2.08939 58.2526 -2.00731 58.2532 -1.92609 58.2537 -1.84571 58.2541 -1.76612 58.2544 -1.68728 58.2547 -1.60917 58.2548 -1.53176 58.255 -1.45499 58.255 -1.37885 58.2551 -1.3033 58.2551 -1.2283 58.2551 -1.15383 58.2551 -1.07985 58.2551 -1.00632 58.2551 -0.933221 58.2551 -0.860511 58.2552 -0.788161 58.2553 -0.716138 58.2554 -0.64441 58.2555 -0.572944 58.2557 -0.501709 58.2559 -0.430733 58.2542 -0.362216 58.1121 -0.299491 57.0815 -0.237872 55.4262 -0.177106 53.7238 -0.117148 52.0523 -0.0580808 50.4621 48.9823 -11.4998 46.6552 -11.8305 46.9156 -12.138 47.1811 -12.4224 47.4506 -12.6837 47.7226 -12.9221 47.9975 -13.1381 48.2736 -13.3317 48.5509 -13.5037 48.8283 -13.6543 49.1055 -13.7839 49.3819 -13.8934 49.6568 -13.9835 49.9295 -14.0545 50.2002 -14.1069 50.4679 -14.1423 50.7319 -14.1608 50.9923 -14.1625 51.2496 -14.1501 51.5008 -14.1224 51.7486 -14.0804 51.992 -14.0272 52.2277 -13.9593 52.462 -13.8822 52.6866 -13.7926 52.9093 -13.6941 53.1235 -13.5857 53.3337 -13.4688 53.5371 -13.3439 53.735 -13.2117 53.9268 -13.0728 54.1127 -12.9278 54.2927 -12.7772 54.4669 -12.6217 54.6352 -12.4617 54.7977 -12.2977 54.9546 -12.1302 55.1058 -11.9597 55.2515 -11.7866 55.3918 -11.6113 55.5268 -11.4342 55.6565 -11.2556 55.7812 -11.0758 55.9009 -10.8952 56.0157 -10.714 56.1259 -10.5325 56.2314 -10.351 56.3325 -10.1697 56.4293 -9.98884 56.5219 -9.80855 56.6104 -9.62905 56.695 -9.45048 56.7757 -9.27302 56.8529 -9.09679 56.9264 -8.92191 56.9966 -8.7485 57.0635 -8.57665 57.1271 -8.40645 57.1878 -8.23799 57.2455 -8.07133 57.3004 -7.90653 57.3525 -7.74364 57.4021 -7.5827 57.4491 -7.42376 57.4938 -7.26685 57.5362 -7.11198 57.5763 -6.95917 57.6144 -6.80844 57.6504 -6.6598 57.6845 -6.51325 57.7168 -6.36878 57.7473 -6.2264 57.7761 -6.0861 57.8033 -5.94785 57.8289 -5.81166 57.8531 -5.6775 57.8759 -5.54535 57.8974 -5.41519 57.9176 -5.287 57.9366 -5.16075 57.9545 -5.03641 57.9712 -4.91396 57.987 -4.79337 58.0017 -4.6746 58.0155 -4.55763 58.0284 -4.44242 58.0405 -4.32893 58.0518 -4.21714 58.0623 -4.10701 58.0721 -3.9985 58.0812 -3.89157 58.0897 -3.7862 58.0976 -3.68235 58.1049 -3.57997 58.1117 -3.47904 58.118 -3.37951 58.1238 -3.28136 58.1292 -3.18453 58.1341 -3.089 58.1386 -2.99474 58.1428 -2.90169 58.1466 -2.80984 58.1501 -2.71913 58.1533 -2.62954 58.1563 -2.54104 58.1589 -2.45357 58.1614 -2.36711 58.1636 -2.28163 58.1656 -2.19709 58.1674 -2.11345 58.169 -2.03069 58.1705 -1.94875 58.1718 -1.86763 58.173 -1.78727 58.1741 -1.70764 58.175 -1.62872 58.1759 -1.55046 58.1767 -1.47285 58.1774 -1.39583 58.1781 -1.31939 58.1787 -1.24349 58.1792 -1.16809 58.1797 -1.09317 58.1802 -1.0187 58.1806 -0.944633 58.1811 -0.870949 58.1815 -0.797613 58.1819 -0.724594 58.1823 -0.65186 58.1828 -0.57938 58.1832 -0.507123 58.1836 -0.435121 58.1822 -0.365664 58.0427 -0.302303 57.0182 -0.240107 55.364 -0.178783 53.6624 -0.118269 51.9918 -0.0586436 50.4024 48.9237 -10.8632 46.9978 -11.1846 47.237 -11.4846 47.4812 -11.7634 47.7294 -12.021 47.9802 -12.2574 48.2339 -12.473 48.4892 -12.668 48.7458 -12.8428 49.0031 -12.9977 49.2604 -13.1332 49.5173 -13.2497 49.7734 -13.3479 50.0278 -13.4283 50.2805 -13.4913 50.5309 -13.5378 50.7785 -13.5684 51.0229 -13.5833 51.2645 -13.5842 51.5016 -13.5708 51.7352 -13.5437 51.965 -13.505 52.189 -13.4532 52.4102 -13.3913 52.6247 -13.318 52.836 -13.2353 53.0409 -13.1431 53.2415 -13.0423 53.4364 -12.9335 53.6262 -12.8174 53.8106 -12.6943 53.9897 -12.5651 54.1634 -12.43 54.3318 -12.2898 54.4949 -12.1448 54.6528 -11.9956 54.8054 -11.8426 54.9528 -11.6862 55.0951 -11.5269 55.2325 -11.365 55.3649 -11.2009 55.4924 -11.035 55.6152 -10.8675 55.7334 -10.6988 55.847 -10.5291 55.9562 -10.3588 56.0611 -10.188 56.1617 -10.017 56.2583 -9.84608 56.3509 -9.67535 56.4396 -9.50503 56.5246 -9.33527 56.606 -9.16625 56.6838 -8.9981 56.7583 -8.83095 56.8294 -8.66492 56.8974 -8.50012 56.9623 -8.33665 57.0243 -8.17459 57.0834 -8.01402 57.1398 -7.855 57.1935 -7.69761 57.2447 -7.5419 57.2934 -7.3879 57.3398 -7.23566 57.3839 -7.08522 57.4259 -6.93659 57.4658 -6.7898 57.5036 -6.64487 57.5396 -6.50181 57.5737 -6.36063 57.6061 -6.22133 57.6368 -6.0839 57.6659 -5.94836 57.6934 -5.81468 57.7195 -5.68286 57.7441 -5.55289 57.7674 -5.42475 57.7895 -5.29843 57.8103 -5.1739 57.83 -5.05115 57.8485 -4.93015 57.866 -4.81088 57.8824 -4.69332 57.8979 -4.57744 57.9125 -4.4632 57.9263 -4.35059 57.9392 -4.23957 57.9513 -4.13011 57.9627 -4.02218 57.9733 -3.91576 57.9833 -3.8108 57.9927 -3.70728 58.0014 -3.60516 58.0096 -3.50442 58.0172 -3.40501 58.0244 -3.3069 58.031 -3.21007 58.0373 -3.11447 58.043 -3.02008 58.0484 -2.92686 58.0534 -2.83478 58.0581 -2.74379 58.0624 -2.65388 58.0664 -2.56501 58.0701 -2.47714 58.0735 -2.39024 58.0767 -2.30427 58.0796 -2.21921 58.0823 -2.13502 58.0848 -2.05167 58.0871 -1.96913 58.0893 -1.88736 58.0912 -1.80633 58.093 -1.72602 58.0947 -1.64638 58.0963 -1.56739 58.0977 -1.48901 58.099 -1.41122 58.1003 -1.33398 58.1014 -1.25726 58.1025 -1.18103 58.1035 -1.10526 58.1044 -1.02992 58.1053 -0.954982 58.1061 -0.880408 58.1069 -0.806171 58.1077 -0.732241 58.1084 -0.658585 58.1091 -0.585175 58.1098 -0.51198 58.1104 -0.439033 58.1093 -0.368713 57.9724 -0.304788 56.9542 -0.242085 55.3013 -0.18027 53.6006 -0.119265 51.9308 -0.0591451 50.3423 48.8645 -10.2637 47.329 -10.5756 47.5488 -10.8678 47.7734 -11.1404 48.002 -11.3935 48.2334 -11.6271 48.4675 -11.8415 48.7036 -12.0368 48.9411 -12.2133 49.1796 -12.3713 49.4185 -12.5112 49.6572 -12.6334 49.8955 -12.7384 50.1328 -12.8266 50.3687 -12.8985 50.6028 -12.9548 50.8348 -12.996 51.0641 -13.0224 51.2909 -13.0351 51.5143 -13.0343 51.7345 -13.0206 51.9512 -12.9952 52.1636 -12.9577 52.3727 -12.9098 52.5768 -12.8511 52.7773 -12.7831 52.9728 -12.7057 53.1641 -12.6198 53.3505 -12.526 53.5323 -12.4247 53.7093 -12.3165 53.8815 -12.2019 54.0489 -12.0815 54.2114 -11.9556 54.3691 -11.8249 54.522 -11.6896 54.6701 -11.5503 54.8135 -11.4074 54.9522 -11.2613 55.0863 -11.1122 55.2158 -10.9607 55.3408 -10.8069 55.4615 -10.6513 55.5778 -10.4941 55.6898 -10.3356 55.7977 -10.1761 55.9016 -10.0158 56.0014 -9.85494 56.0975 -9.69376 56.1897 -9.53244 56.2783 -9.37118 56.3634 -9.21014 56.445 -9.04949 56.5232 -8.88938 56.5982 -8.72994 56.67 -8.5713 56.7388 -8.41357 56.8046 -8.25686 56.8676 -8.10126 56.9278 -7.94685 56.9854 -7.79371 57.0404 -7.64192 57.0929 -7.49153 57.143 -7.34259 57.1909 -7.19516 57.2365 -7.04927 57.28 -6.90497 57.3214 -6.76227 57.3609 -6.62121 57.3985 -6.4818 57.4343 -6.34406 57.4683 -6.208 57.5007 -6.07363 57.5315 -5.94095 57.5607 -5.80996 57.5885 -5.68066 57.6148 -5.55304 57.6398 -5.42709 57.6635 -5.30281 57.686 -5.18018 57.7073 -5.05919 57.7275 -4.93982 57.7466 -4.82205 57.7647 -4.70586 57.7818 -4.59123 57.7979 -4.47814 57.8132 -4.36656 57.8276 -4.25647 57.8412 -4.14785 57.854 -4.04066 57.8661 -3.93489 57.8775 -3.8305 57.8883 -3.72746 57.8984 -3.62575 57.9079 -3.52533 57.9168 -3.42619 57.9252 -3.32828 57.9331 -3.23157 57.9405 -3.13604 57.9475 -3.04166 57.954 -2.94839 57.9601 -2.85621 57.9659 -2.76508 57.9712 -2.67497 57.9762 -2.58585 57.9809 -2.49769 57.9853 -2.41046 57.9894 -2.32413 57.9933 -2.23866 57.9968 -2.15403 58.0002 -2.07021 58.0033 -1.98716 58.0062 -1.90486 58.0089 -1.82327 58.0115 -1.74236 58.0138 -1.66211 58.016 -1.58247 58.0181 -1.50343 58.02 -1.42496 58.0218 -1.34701 58.0235 -1.26957 58.0251 -1.1926 58.0265 -1.11608 58.0279 -1.03996 58.0292 -0.964236 58.0304 -0.888861 58.0316 -0.813811 58.0326 -0.739056 58.0337 -0.664566 58.0346 -0.590312 58.0355 -0.516264 58.0364 -0.442459 58.0355 -0.371355 57.9013 -0.306938 56.8898 -0.2438 55.2381 -0.181562 53.5384 -0.120134 51.8694 -0.0595833 50.2818 48.805 -9.69909 47.6488 -10.0012 47.8509 -10.2853 48.0575 -10.5514 48.2681 -10.7995 48.4815 -11.0296 48.6976 -11.242 48.9159 -11.4366 49.1358 -11.6138 49.3568 -11.7739 49.5785 -11.917 49.8004 -12.0436 50.0222 -12.1541 50.2433 -12.2489 50.4635 -12.3283 50.6823 -12.393 50.8994 -12.4433 51.1145 -12.4798 51.3273 -12.503 51.5375 -12.5134 51.7449 -12.5115 51.9493 -12.4981 52.1502 -12.4734 52.348 -12.4383 52.5417 -12.3929 52.732 -12.3382 52.9181 -12.2744 53.1003 -12.2023 53.2784 -12.1222 53.4522 -12.0347 53.6218 -11.9403 53.7871 -11.8394 53.948 -11.7326 54.1046 -11.6203 54.2568 -11.5029 54.4046 -11.3809 54.5481 -11.2546 54.6872 -11.1244 54.8221 -10.9908 54.9527 -10.854 55.079 -10.7145 55.2013 -10.5724 55.3194 -10.4282 55.4336 -10.2822 55.5437 -10.1345 55.65 -9.98547 55.7525 -9.83535 55.8513 -9.68437 55.9465 -9.53273 56.0381 -9.38064 56.1262 -9.22829 56.211 -9.07584 56.2925 -8.92347 56.3708 -8.77133 56.446 -8.61955 56.5182 -8.46826 56.5875 -8.31759 56.6539 -8.16765 56.7177 -8.01852 56.7787 -7.87032 56.8372 -7.72312 56.8932 -7.57699 56.9468 -7.432 56.998 -7.28822 57.0471 -7.14569 57.094 -7.00448 57.1388 -6.86461 57.1816 -6.72613 57.2224 -6.58907 57.2615 -6.45345 57.2987 -6.31929 57.3342 -6.18663 57.368 -6.05545 57.4003 -5.92579 57.431 -5.79765 57.4603 -5.67102 57.4882 -5.54591 57.5147 -5.42232 57.54 -5.30024 57.5639 -5.17967 57.5868 -5.0606 57.6084 -4.94301 57.629 -4.82689 57.6486 -4.71224 57.6671 -4.59902 57.6847 -4.48723 57.7014 -4.37685 57.7172 -4.26785 57.7322 -4.16021 57.7464 -4.05392 57.7598 -3.94895 57.7726 -3.84527 57.7846 -3.74286 57.796 -3.6417 57.8067 -3.54176 57.8169 -3.44301 57.8265 -3.34543 57.8356 -3.24899 57.8441 -3.15367 57.8522 -3.05942 57.8598 -2.96624 57.867 -2.87408 57.8737 -2.78292 57.8801 -2.69274 57.8861 -2.6035 57.8917 -2.51517 57.897 -2.42773 57.902 -2.34115 57.9067 -2.25539 57.9111 -2.17043 57.9152 -2.08624 57.9191 -2.0028 57.9228 -1.92006 57.9262 -1.83802 57.9294 -1.75662 57.9324 -1.67585 57.9353 -1.59568 57.9379 -1.51608 57.9404 -1.43701 57.9427 -1.35846 57.9449 -1.28039 57.947 -1.20277 57.9489 -1.12558 57.9507 -1.04879 57.9524 -0.972368 57.954 -0.896283 57.9555 -0.82051 57.9569 -0.74502 57.9582 -0.669785 57.9594 -0.594776 57.9605 -0.519964 57.9616 -0.445389 57.9609 -0.373582 57.8294 -0.308746 56.825 -0.245244 55.1746 -0.182654 53.4758 -0.12087 51.8076 -0.0599565 50.2208 48.745 -9.16727 47.9573 -9.45956 48.1432 -9.73536 48.3333 -9.99453 48.5272 -10.2372 48.7242 -10.4633 48.9237 -10.6729 49.1255 -10.8661 49.329 -11.0432 49.5338 -11.2043 49.7396 -11.3497 49.9458 -11.4796 50.1521 -11.5945 50.3581 -11.6946 50.5636 -11.7803 50.768 -11.8521 50.9712 -11.9103 51.1727 -11.9554 51.3724 -11.9879 51.57 -12.0082 51.7652 -12.0168 51.9579 -12.0142 52.1476 -12.0008 52.3346 -11.9773 52.5182 -11.9439 52.6986 -11.9014 52.8756 -11.8501 53.049 -11.7905 53.2188 -11.7231 53.3848 -11.6483 53.5471 -11.5667 53.7055 -11.4786 53.8599 -11.3845 54.0105 -11.2849 54.1571 -11.18 54.2998 -11.0704 54.4384 -10.9564 54.5732 -10.8383 54.704 -10.7166 54.8309 -10.5915 54.954 -10.4634 55.0732 -10.3325 55.1886 -10.1993 55.3003 -10.0639 55.4084 -9.92669 55.5128 -9.78783 55.6137 -9.64759 55.7111 -9.5062 55.8051 -9.36386 55.8958 -9.22078 55.9832 -9.07715 56.0674 -8.93314 56.1485 -8.78891 56.2266 -8.64463 56.3017 -8.50042 56.374 -8.35643 56.4435 -8.21278 56.5103 -8.06958 56.5745 -7.92693 56.6361 -7.78494 56.6952 -7.6437 56.7519 -7.50327 56.8063 -7.36374 56.8585 -7.22518 56.9085 -7.08764 56.9564 -6.95118 57.0023 -6.81585 57.0462 -6.68168 57.0883 -6.54873 57.1285 -6.41701 57.167 -6.28657 57.2037 -6.15741 57.2389 -6.02958 57.2725 -5.90307 57.3045 -5.7779 57.3352 -5.65409 57.3644 -5.53164 57.3923 -5.41055 57.4189 -5.29082 57.4442 -5.17245 57.4684 -5.05545 57.4914 -4.93979 57.5134 -4.82548 57.5342 -4.71251 57.5541 -4.60086 57.573 -4.49052 57.591 -4.38147 57.6082 -4.27371 57.6244 -4.16721 57.6399 -4.06196 57.6546 -3.95793 57.6685 -3.85511 57.6818 -3.75347 57.6943 -3.653 57.7063 -3.55367 57.7176 -3.45546 57.7283 -3.35835 57.7384 -3.2623 57.7481 -3.16731 57.7572 -3.07334 57.7658 -2.98036 57.774 -2.88836 57.7817 -2.7973 57.789 -2.70716 57.7959 -2.61791 57.8025 -2.52954 57.8086 -2.442 57.8145 -2.35528 57.82 -2.26934 57.8251 -2.18417 57.83 -2.09973 57.8347 -2.01599 57.839 -1.93294 57.8431 -1.85053 57.847 -1.76876 57.8506 -1.68757 57.8541 -1.60696 57.8573 -1.5269 57.8603 -1.44735 57.8632 -1.36828 57.8659 -1.28968 57.8684 -1.21152 57.8707 -1.13376 57.873 -1.05638 57.875 -0.979353 57.877 -0.902652 57.8788 -0.826249 57.8805 -0.750116 57.882 -0.674227 57.8835 -0.598554 57.8849 -0.523069 57.8861 -0.447814 57.8856 -0.375386 57.757 -0.310204 56.7598 -0.246413 55.1108 -0.183542 53.4129 -0.121472 51.7455 -0.060263 50.1596 48.6847 -8.66633 48.2546 -8.94878 48.4256 -9.21611 48.6006 -9.46815 48.7793 -9.70497 48.961 -9.9265 49.1452 -10.1328 49.3318 -10.324 49.5202 -10.5002 49.71 -10.6615 49.9009 -10.8082 50.0925 -10.9405 50.2844 -11.0587 50.4763 -11.1631 50.6679 -11.254 50.8589 -11.3317 51.0489 -11.3967 51.2377 -11.4492 51.425 -11.4898 51.6106 -11.5188 51.7942 -11.5365 51.9757 -11.5436 52.1547 -11.5404 52.3313 -11.5273 52.5051 -11.5048 52.6761 -11.4733 52.8441 -11.4333 53.009 -11.3852 53.1707 -11.3295 53.3291 -11.2665 53.4841 -11.1966 53.6356 -11.1204 53.7837 -11.0381 53.9283 -10.9503 54.0692 -10.8572 54.2067 -10.7592 54.3405 -10.6567 54.4707 -10.5501 54.5973 -10.4396 54.7204 -10.3256 54.84 -10.2084 54.956 -10.0882 55.0685 -9.96548 55.1776 -9.84037 55.2833 -9.71315 55.3856 -9.58408 55.4846 -9.45338 55.5804 -9.32127 55.673 -9.18797 55.7624 -9.05366 55.8489 -8.91854 55.9323 -8.78278 56.0127 -8.64654 56.0904 -8.50998 56.1652 -8.37323 56.2373 -8.23645 56.3067 -8.09974 56.3736 -7.96324 56.4379 -7.82704 56.4999 -7.69125 56.5594 -7.55595 56.6166 -7.42125 56.6716 -7.28721 56.7245 -7.1539 56.7752 -7.02139 56.8239 -6.88975 56.8707 -6.75902 56.9155 -6.62925 56.9585 -6.50049 56.9997 -6.37278 57.0393 -6.24614 57.0771 -6.12061 57.1134 -5.99622 57.1481 -5.87298 57.1813 -5.75092 57.2131 -5.63005 57.2435 -5.51038 57.2726 -5.39192 57.3004 -5.27468 57.327 -5.15865 57.3524 -5.04385 57.3766 -4.93027 57.3998 -4.8179 57.4219 -4.70675 57.443 -4.5968 57.4631 -4.48805 57.4823 -4.38049 57.5006 -4.2741 57.518 -4.16887 57.5347 -4.06479 57.5505 -3.96185 57.5656 -3.86002 57.5799 -3.75929 57.5936 -3.65964 57.6066 -3.56106 57.619 -3.46352 57.6307 -3.367 57.6419 -3.27149 57.6525 -3.17695 57.6626 -3.08337 57.6722 -2.99073 57.6813 -2.899 57.69 -2.80817 57.6982 -2.71819 57.706 -2.62907 57.7133 -2.54076 57.7203 -2.45324 57.7269 -2.36649 57.7332 -2.28049 57.7391 -2.19521 57.7448 -2.11063 57.7501 -2.02671 57.7551 -1.94344 57.7599 -1.86079 57.7643 -1.77873 57.7686 -1.69725 57.7726 -1.6163 57.7764 -1.53587 57.7799 -1.45593 57.7832 -1.37646 57.7864 -1.29743 57.7893 -1.21881 57.7921 -1.14057 57.7947 -1.06271 57.7972 -0.985172 57.7994 -0.907949 57.8015 -0.83101 57.8035 -0.754328 57.8054 -0.677879 57.807 -0.601635 57.8086 -0.525571 57.81 -0.449727 57.8098 -0.376762 57.6841 -0.311308 56.6943 -0.247301 55.0468 -0.184221 53.3499 -0.121936 51.6833 -0.0605013 50.0982 48.6242 -8.19443 48.5409 -8.46706 48.6983 -8.72583 48.8594 -8.97055 49.024 -9.20124 49.1917 -9.41785 49.3619 -9.62037 49.5344 -9.80891 49.7088 -9.98354 49.8847 -10.1444 50.0618 -10.2916 50.2397 -10.4255 50.4183 -10.5461 50.597 -10.6538 50.7756 -10.7488 50.9539 -10.8315 51.1315 -10.9021 51.3083 -10.961 51.4839 -11.0086 51.6581 -11.0451 51.8307 -11.071 52.0015 -11.0866 52.1704 -11.0924 52.3371 -11.0887 52.5014 -11.0759 52.6633 -11.0545 52.8226 -11.0247 52.9793 -10.9871 53.1331 -10.942 53.2839 -10.8898 53.4318 -10.8309 53.5767 -10.7656 53.7184 -10.6943 53.857 -10.6174 53.9924 -10.5353 54.1245 -10.4482 54.2534 -10.3565 54.379 -10.2606 54.5014 -10.1607 54.6206 -10.0572 54.7364 -9.95036 54.8491 -9.84041 54.9585 -9.72766 55.0648 -9.61236 55.168 -9.49475 55.268 -9.37508 55.3649 -9.25357 55.4589 -9.13043 55.5498 -9.00587 55.6379 -8.88007 55.7231 -8.75322 55.8054 -8.6255 55.885 -8.49706 55.9619 -8.36806 56.0362 -8.23865 56.1079 -8.10895 56.177 -7.9791 56.2437 -7.84921 56.3081 -7.7194 56.37 -7.58976 56.4298 -7.4604 56.4873 -7.3314 56.5426 -7.20285 56.5959 -7.07481 56.6472 -6.94737 56.6965 -6.82058 56.7439 -6.69451 56.7894 -6.56919 56.8332 -6.4447 56.8752 -6.32106 56.9156 -6.19831 56.9544 -6.0765 56.9915 -5.95564 57.0272 -5.83578 57.0614 -5.71692 57.0942 -5.5991 57.1257 -5.48233 57.1558 -5.36661 57.1847 -5.25197 57.2123 -5.13841 57.2388 -5.02593 57.2641 -4.91455 57.2884 -4.80426 57.3116 -4.69505 57.3338 -4.58694 57.355 -4.47991 57.3753 -4.37395 57.3946 -4.26907 57.4132 -4.16525 57.4308 -4.06248 57.4477 -3.96074 57.4639 -3.86004 57.4792 -3.76035 57.4939 -3.66165 57.5079 -3.56394 57.5213 -3.4672 57.534 -3.3714 57.5461 -3.27654 57.5577 -3.18258 57.5687 -3.08953 57.5792 -2.99734 57.5892 -2.90601 57.5986 -2.81551 57.6077 -2.72583 57.6163 -2.63693 57.6244 -2.5488 57.6322 -2.46142 57.6396 -2.37477 57.6466 -2.28881 57.6532 -2.20354 57.6595 -2.11892 57.6655 -2.03493 57.6711 -1.95155 57.6765 -1.86876 57.6816 -1.78653 57.6864 -1.70484 57.6909 -1.62366 57.6952 -1.54297 57.6992 -1.46274 57.703 -1.38296 57.7066 -1.30359 57.71 -1.22462 57.7131 -1.14601 57.7161 -1.06775 57.7189 -0.989809 57.7215 -0.91216 57.7239 -0.834781 57.7261 -0.757646 57.7282 -0.680731 57.7301 -0.60401 57.7319 -0.52746 57.7335 -0.451122 57.7334 -0.377705 57.6106 -0.312053 56.6287 -0.247904 54.9827 -0.184688 53.2866 -0.12226 51.6208 -0.0606699 50.0366 48.5636 -7.74984 48.8164 -8.01272 48.9611 -8.2629 49.1096 -8.50017 49.2613 -8.7245 49.416 -8.93586 49.5732 -9.13422 49.7327 -9.31963 49.8942 -9.49215 50.0572 -9.65188 50.2215 -9.79897 50.3868 -9.93355 50.5528 -10.0558 50.7192 -10.166 50.8858 -10.2643 51.0522 -10.3509 51.2182 -10.4263 51.3836 -10.4905 51.5481 -10.5441 51.7116 -10.5871 51.8738 -10.6201 52.0345 -10.6433 52.1936 -10.657 52.3508 -10.6617 52.5061 -10.6577 52.6593 -10.6453 52.8102 -10.6248 52.9588 -10.5967 53.105 -10.5613 53.2485 -10.519 53.3895 -10.47 53.5277 -10.4148 53.6632 -10.3537 53.7959 -10.287 53.9257 -10.2151 54.0526 -10.1382 54.1765 -10.0567 54.2975 -9.97082 54.4156 -9.88095 54.5307 -9.78733 54.6428 -9.69025 54.752 -9.58995 54.8583 -9.4867 54.9616 -9.38075 55.062 -9.27233 55.1596 -9.16167 55.2543 -9.04898 55.3462 -8.93447 55.4353 -8.81834 55.5217 -8.70077 55.6055 -8.58194 55.6866 -8.46203 55.7651 -8.34119 55.8411 -8.21957 55.9146 -8.09732 55.9856 -7.97457 56.0543 -7.85146 56.1206 -7.72809 56.1847 -7.60458 56.2465 -7.48103 56.3062 -7.35755 56.3638 -7.23423 56.4193 -7.11114 56.4728 -6.98838 56.5244 -6.866 56.5741 -6.74408 56.622 -6.62269 56.668 -6.50187 56.7124 -6.38168 56.7551 -6.26217 56.7961 -6.14338 56.8356 -6.02535 56.8735 -5.90811 56.91 -5.7917 56.945 -5.67614 56.9787 -5.56146 57.011 -5.44768 57.042 -5.33481 57.0718 -5.22288 57.1004 -5.11189 57.1278 -5.00185 57.1541 -4.89278 57.1793 -4.78467 57.2035 -4.67754 57.2266 -4.57137 57.2488 -4.46618 57.2701 -4.36196 57.2904 -4.2587 57.3099 -4.15641 57.3285 -4.05507 57.3464 -3.95467 57.3635 -3.85521 57.3798 -3.75668 57.3954 -3.65906 57.4103 -3.56234 57.4246 -3.46652 57.4382 -3.37156 57.4512 -3.27747 57.4636 -3.18422 57.4754 -3.0918 57.4868 -3.00019 57.4975 -2.90938 57.5078 -2.81934 57.5176 -2.73005 57.527 -2.6415 57.5359 -2.55367 57.5444 -2.46654 57.5524 -2.38009 57.5601 -2.29429 57.5674 -2.20913 57.5743 -2.12458 57.5809 -2.04063 57.5872 -1.95725 57.5931 -1.87442 57.5987 -1.79213 57.6041 -1.71033 57.6091 -1.62902 57.6139 -1.54817 57.6184 -1.46777 57.6226 -1.38777 57.6266 -1.30817 57.6304 -1.22895 57.6339 -1.15006 57.6372 -1.07151 57.6403 -0.993253 57.6432 -0.915275 57.6459 -0.837552 57.6484 -0.760059 57.6507 -0.682774 57.6528 -0.605673 57.6548 -0.528732 57.6565 -0.451995 57.6567 -0.378212 57.5369 -0.312437 56.5629 -0.24822 54.9185 -0.184941 53.2234 -0.122442 51.5583 -0.0607683 49.9749 48.5028 -7.33091 49.0812 -7.58417 49.2144 -7.82577 49.3512 -8.05551 49.491 -8.27332 49.6338 -8.47918 49.7791 -8.67303 49.9266 -8.85491 50.076 -9.02485 50.2271 -9.18293 50.3796 -9.32924 50.5331 -9.46391 50.6875 -9.58709 50.8424 -9.69896 50.9977 -9.79971 51.1529 -9.88955 51.3081 -9.96872 51.4628 -10.0375 51.6169 -10.0961 51.7702 -10.1448 51.9225 -10.1839 52.0736 -10.2137 52.2234 -10.2345 52.3716 -10.2466 52.5182 -10.2503 52.663 -10.246 52.8059 -10.2339 52.9468 -10.2145 53.0855 -10.1879 53.222 -10.1546 53.3562 -10.1148 53.488 -10.0689 53.6173 -10.0171 53.7441 -9.95984 53.8684 -9.89735 53.9901 -9.82994 54.1091 -9.75788 54.2255 -9.68148 54.3392 -9.60099 54.4502 -9.51668 54.5585 -9.42882 54.6641 -9.33765 54.7671 -9.24342 54.8673 -9.14636 54.9649 -9.04669 55.0599 -8.94463 55.1522 -8.84039 55.2419 -8.73416 55.3291 -8.62614 55.4137 -8.5165 55.4959 -8.40543 55.5755 -8.29308 55.6527 -8.17961 55.7276 -8.06517 55.8001 -7.94991 55.8704 -7.83395 55.9383 -7.71743 56.0041 -7.60046 56.0677 -7.48315 56.1292 -7.36561 56.1887 -7.24794 56.2461 -7.13023 56.3016 -7.01258 56.3552 -6.89505 56.4069 -6.77773 56.4568 -6.66068 56.5049 -6.54397 56.5513 -6.42766 56.5961 -6.31181 56.6392 -6.19647 56.6808 -6.08167 56.7208 -5.96748 56.7593 -5.85392 56.7964 -5.74103 56.8321 -5.62884 56.8665 -5.51738 56.8995 -5.40667 56.9313 -5.29674 56.9619 -5.1876 56.9913 -5.07928 57.0195 -4.97178 57.0466 -4.86512 57.0727 -4.7593 57.0977 -4.65434 57.1217 -4.55023 57.1447 -4.44699 57.1668 -4.34461 57.188 -4.2431 57.2084 -4.14244 57.2279 -4.04264 57.2466 -3.9437 57.2645 -3.8456 57.2817 -3.74834 57.2981 -3.65192 57.3139 -3.55631 57.3289 -3.46152 57.3434 -3.36753 57.3572 -3.27432 57.3704 -3.18189 57.383 -3.09023 57.3951 -2.99931 57.4066 -2.90912 57.4176 -2.81965 57.4282 -2.73088 57.4382 -2.64279 57.4478 -2.55537 57.4569 -2.46859 57.4657 -2.38245 57.474 -2.29692 57.4819 -2.21198 57.4894 -2.12762 57.4966 -2.04381 57.5034 -1.96053 57.5098 -1.87778 57.516 -1.79551 57.5218 -1.71372 57.5273 -1.63238 57.5325 -1.55148 57.5375 -1.47099 57.5421 -1.39089 57.5465 -1.31116 57.5507 -1.23177 57.5545 -1.15272 57.5582 -1.07396 57.5616 -0.995494 57.5648 -0.917285 57.5677 -0.839315 57.5704 -0.761562 57.573 -0.684004 57.5753 -0.606619 57.5774 -0.529384 57.5793 -0.452343 57.5797 -0.378281 57.4628 -0.312457 56.4971 -0.248248 54.8542 -0.184979 53.1601 -0.122482 51.4958 -0.0607958 49.9133 48.442 -6.93612 49.3355 -7.17989 49.4582 -7.41296 49.5842 -7.63514 49.7132 -7.84633 49.845 -8.04649 49.9792 -8.23558 50.1157 -8.41359 50.2541 -8.58054 50.3941 -8.73649 50.5355 -8.88151 50.6782 -9.01569 50.8217 -9.13916 50.9659 -9.25206 51.1106 -9.35455 51.2554 -9.44682 51.4003 -9.52905 51.545 -9.60148 51.6893 -9.66431 51.833 -9.71779 51.976 -9.76217 52.118 -9.79771 52.2589 -9.82468 52.3986 -9.84335 52.5369 -9.85401 52.6737 -9.85693 52.8088 -9.8524 52.9422 -9.84072 53.0738 -9.82217 53.2034 -9.79704 53.331 -9.76562 53.4565 -9.7282 53.5799 -9.68506 53.701 -9.63649 53.8198 -9.58275 53.9363 -9.52413 54.0505 -9.46089 54.1622 -9.39329 54.2716 -9.32158 54.3785 -9.24602 54.483 -9.16684 54.585 -9.08428 54.6845 -8.99858 54.7816 -8.90994 54.8763 -8.81858 54.9685 -8.72472 55.0583 -8.62854 55.1458 -8.53023 55.2308 -8.42999 55.3135 -8.32798 55.3938 -8.22437 55.4719 -8.11932 55.5477 -8.01299 55.6213 -7.90552 55.6927 -7.79705 55.7619 -7.6877 55.829 -7.57762 55.894 -7.4669 55.957 -7.35567 56.018 -7.24404 56.077 -7.13209 56.1342 -7.01993 56.1894 -6.90763 56.2429 -6.7953 56.2946 -6.68299 56.3445 -6.57079 56.3927 -6.45876 56.4393 -6.34696 56.4843 -6.23546 56.5277 -6.1243 56.5696 -6.01353 56.61 -5.90321 56.649 -5.79337 56.6866 -5.68405 56.7228 -5.57528 56.7577 -5.4671 56.7914 -5.35954 56.8238 -5.25261 56.855 -5.14635 56.885 -5.04078 56.9139 -4.9359 56.9417 -4.83174 56.9685 -4.72831 56.9942 -4.62561 57.019 -4.52366 57.0428 -4.42247 57.0656 -4.32204 57.0876 -4.22236 57.1087 -4.12345 57.129 -4.02531 57.1484 -3.92792 57.1671 -3.83129 57.1851 -3.73542 57.2023 -3.64029 57.2187 -3.54591 57.2346 -3.45226 57.2497 -3.35934 57.2643 -3.26714 57.2782 -3.17564 57.2915 -3.08483 57.3043 -2.99471 57.3165 -2.90526 57.3282 -2.81647 57.3394 -2.72832 57.3501 -2.6408 57.3603 -2.5539 57.37 -2.46759 57.3793 -2.38187 57.3882 -2.29671 57.3967 -2.2121 57.4048 -2.12802 57.4125 -2.04446 57.4198 -1.9614 57.4268 -1.87881 57.4334 -1.79669 57.4397 -1.715 57.4456 -1.63374 57.4513 -1.55288 57.4566 -1.47241 57.4617 -1.3923 57.4664 -1.31254 57.4709 -1.2331 57.4751 -1.15396 57.479 -1.07511 57.4827 -0.99653 57.4862 -0.918188 57.4894 -0.84007 57.4923 -0.762154 57.4951 -0.684421 57.4976 -0.606848 57.4998 -0.529415 57.5019 -0.452167 57.5024 -0.377913 57.3885 -0.312114 56.4313 -0.247987 54.7901 -0.184803 53.0969 -0.122379 51.4334 -0.0607523 49.8516 48.3813 -6.564 49.5797 -6.79846 49.6926 -7.02308 49.8089 -7.2377 49.9278 -7.4422 50.0495 -7.63654 50.1736 -7.82065 50.2998 -7.99452 50.4279 -8.15815 50.5577 -8.31157 50.689 -8.45485 50.8214 -8.58804 50.9549 -8.71124 51.0891 -8.82458 51.2239 -8.92819 51.359 -9.02221 51.4943 -9.10681 51.6296 -9.18218 51.7647 -9.24851 51.8994 -9.30601 52.0335 -9.35489 52.1669 -9.39538 52.2994 -9.42773 52.4309 -9.45216 52.5613 -9.46892 52.6904 -9.47828 52.8182 -9.48049 52.9444 -9.4758 53.0691 -9.46448 53.1921 -9.44679 53.3133 -9.42299 53.4327 -9.39334 53.5502 -9.3581 53.6657 -9.31752 53.7792 -9.27187 53.8907 -9.22139 54 -9.16632 54.1072 -9.10691 54.2122 -9.04341 54.315 -8.97602 54.4156 -8.90499 54.5139 -8.83054 54.6101 -8.75287 54.704 -8.6722 54.7956 -8.58872 54.8851 -8.50264 54.9723 -8.41414 55.0573 -8.32339 55.1401 -8.23059 55.2207 -8.13589 55.2991 -8.03945 55.3755 -7.94144 55.4497 -7.84199 55.5218 -7.74125 55.5919 -7.63936 55.66 -7.53644 55.7261 -7.43261 55.7902 -7.328 55.8524 -7.22271 55.9127 -7.11685 55.9712 -7.01052 56.0278 -6.90381 56.0827 -6.79681 56.1359 -6.6896 56.1873 -6.58226 56.2371 -6.47486 56.2853 -6.36748 56.3319 -6.26018 56.377 -6.15301 56.4205 -6.04604 56.4626 -5.93931 56.5033 -5.83288 56.5426 -5.72678 56.5805 -5.62106 56.6171 -5.51576 56.6524 -5.41091 56.6865 -5.30655 56.7194 -5.20269 56.7511 -5.09937 56.7817 -4.99661 56.8111 -4.89443 56.8395 -4.79284 56.8669 -4.69187 56.8933 -4.59153 56.9186 -4.49183 56.9431 -4.39277 56.9666 -4.29437 56.9892 -4.19664 57.011 -4.09957 57.0319 -4.00317 57.052 -3.90744 57.0714 -3.81238 57.09 -3.718 57.1079 -3.62427 57.125 -3.53122 57.1415 -3.43882 57.1573 -3.34707 57.1725 -3.25597 57.1871 -3.1655 57.2011 -3.07567 57.2144 -2.98646 57.2273 -2.89785 57.2396 -2.80984 57.2514 -2.72242 57.2626 -2.63558 57.2734 -2.54929 57.2837 -2.46356 57.2936 -2.37836 57.303 -2.29368 57.312 -2.2095 57.3206 -2.12582 57.3288 -2.04261 57.3366 -1.95985 57.344 -1.87754 57.3511 -1.79566 57.3578 -1.71418 57.3641 -1.6331 57.3702 -1.55239 57.3759 -1.47203 57.3813 -1.39202 57.3864 -1.31232 57.3912 -1.23292 57.3957 -1.15381 57.3999 -1.07496 57.4039 -0.996361 57.4076 -0.917985 57.411 -0.839816 57.4142 -0.761835 57.4171 -0.684023 57.4197 -0.60636 57.4222 -0.528827 57.4243 -0.451468 57.4251 -0.377111 57.3142 -0.311411 56.3656 -0.247439 54.7261 -0.184411 53.0339 -0.122133 51.3711 -0.0606381 49.7901 48.3206 -6.21319 49.814 -6.43852 49.918 -6.65481 50.0251 -6.86192 50.1349 -7.05971 50.2473 -7.24812 50.362 -7.4271 50.4787 -7.59661 50.5974 -7.75664 50.7177 -7.90721 50.8395 -8.04835 50.9626 -8.18011 51.0866 -8.30257 51.2116 -8.41583 51.3372 -8.51998 51.4632 -8.61517 51.5895 -8.70151 51.716 -8.77918 51.8423 -8.84833 51.9685 -8.90915 52.0943 -8.96182 52.2195 -9.00655 52.3441 -9.04353 52.4679 -9.07298 52.5908 -9.09512 52.7126 -9.11018 52.8332 -9.11838 52.9526 -9.11995 53.0707 -9.11513 53.1873 -9.10416 53.3024 -9.08727 53.4158 -9.06469 53.5276 -9.03667 53.6377 -9.00343 53.746 -8.96521 53.8525 -8.92224 53.957 -8.87475 54.0597 -8.82295 54.1604 -8.76708 54.2591 -8.70733 54.3558 -8.64393 54.4505 -8.57707 54.5432 -8.50697 54.6339 -8.4338 54.7225 -8.35778 54.809 -8.27907 54.8936 -8.19785 54.976 -8.11431 55.0565 -8.0286 55.135 -7.94088 55.2114 -7.85132 55.2859 -7.76005 55.3584 -7.66723 55.429 -7.57298 55.4977 -7.47745 55.5644 -7.38074 55.6294 -7.283 55.6924 -7.18432 55.7537 -7.08482 55.8132 -6.9846 55.871 -6.88376 55.927 -6.78239 55.9814 -6.68059 56.0341 -6.57842 56.0852 -6.47598 56.1347 -6.37334 56.1827 -6.27056 56.2291 -6.16772 56.2741 -6.06486 56.3177 -5.96206 56.3598 -5.85937 56.4006 -5.75683 56.44 -5.65449 56.4781 -5.5524 56.515 -5.45059 56.5506 -5.3491 56.585 -5.24797 56.6183 -5.14723 56.6504 -5.0469 56.6814 -4.94701 56.7113 -4.84758 56.7401 -4.74864 56.768 -4.6502 56.7948 -4.55229 56.8207 -4.4549 56.8457 -4.35806 56.8697 -4.26178 56.8929 -4.16607 56.9153 -4.07093 56.9368 -3.97636 56.9575 -3.88238 56.9774 -3.78899 56.9966 -3.69618 57.0151 -3.60396 57.0328 -3.51232 57.0499 -3.42127 57.0663 -3.3308 57.082 -3.2409 57.0972 -3.15157 57.1117 -3.0628 57.1257 -2.97459 57.1391 -2.88693 57.1519 -2.79981 57.1642 -2.71322 57.1761 -2.62715 57.1874 -2.54159 57.1982 -2.45653 57.2085 -2.37195 57.2185 -2.28785 57.2279 -2.20421 57.237 -2.12102 57.2456 -2.03826 57.2538 -1.95592 57.2617 -1.87399 57.2691 -1.79244 57.2762 -1.71128 57.283 -1.63047 57.2894 -1.55 57.2954 -1.46987 57.3012 -1.39004 57.3066 -1.31051 57.3117 -1.23126 57.3164 -1.15226 57.3209 -1.07352 57.3251 -0.994994 57.3291 -0.916681 57.3327 -0.838559 57.336 -0.76061 57.3391 -0.682817 57.3419 -0.605161 57.3445 -0.527624 57.3468 -0.450251 57.3477 -0.375879 57.2398 -0.31035 56.3001 -0.246607 54.6624 -0.183808 52.9711 -0.121747 51.3091 -0.0604539 49.7288 48.2602 -5.88238 50.0386 -6.0988 50.1344 -6.30691 50.2332 -6.50657 50.3346 -6.69765 50.4384 -6.88009 50.5444 -7.05382 50.6525 -7.2188 50.7624 -7.37501 50.874 -7.52244 50.987 -7.66112 51.1012 -7.79108 51.2166 -7.91239 51.3329 -8.0251 51.4499 -8.12931 51.5674 -8.22513 51.6853 -8.31266 51.8035 -8.39204 51.9217 -8.46341 52.0399 -8.52692 52.1578 -8.58274 52.2754 -8.63104 52.3924 -8.67199 52.5089 -8.70578 52.6246 -8.73261 52.7394 -8.75268 52.8533 -8.76619 52.9662 -8.77334 53.0778 -8.77435 53.1883 -8.76942 53.2974 -8.75877 53.4052 -8.74262 53.5115 -8.72117 53.6163 -8.69464 53.7195 -8.66325 53.8211 -8.62719 53.921 -8.58669 54.0192 -8.54194 54.1156 -8.49315 54.2103 -8.44051 54.3032 -8.38423 54.3943 -8.32448 54.4835 -8.26147 54.5709 -8.19538 54.6564 -8.12637 54.74 -8.05463 54.8218 -7.98032 54.9017 -7.9036 54.9798 -7.82464 55.056 -7.74359 55.1304 -7.66059 55.2029 -7.57579 55.2736 -7.48932 55.3425 -7.40131 55.4097 -7.3119 55.475 -7.2212 55.5387 -7.12934 55.6006 -7.03641 55.6608 -6.94253 55.7193 -6.8478 55.7762 -6.75232 55.8315 -6.65617 55.8852 -6.55945 55.9374 -6.46224 55.988 -6.36462 56.0371 -6.26665 56.0847 -6.16842 56.1309 -6.06999 56.1757 -5.97141 56.2191 -5.87276 56.2612 -5.77408 56.3019 -5.67542 56.3414 -5.57684 56.3796 -5.47837 56.4165 -5.38007 56.4523 -5.28197 56.4869 -5.1841 56.5204 -5.0865 56.5528 -4.9892 56.5841 -4.89222 56.6143 -4.7956 56.6435 -4.69936 56.6717 -4.60351 56.699 -4.50808 56.7253 -4.41308 56.7507 -4.31853 56.7752 -4.22444 56.7988 -4.13082 56.8216 -4.03768 56.8436 -3.94504 56.8648 -3.85289 56.8853 -3.76124 56.9049 -3.6701 56.9239 -3.57946 56.9422 -3.48934 56.9597 -3.39972 56.9767 -3.31061 56.9929 -3.22201 57.0086 -3.13391 57.0236 -3.04631 57.0381 -2.9592 57.052 -2.87258 57.0653 -2.78644 57.0781 -2.70078 57.0904 -2.61558 57.1022 -2.53084 57.1134 -2.44655 57.1243 -2.3627 57.1346 -2.27927 57.1445 -2.19627 57.154 -2.11366 57.163 -2.03145 57.1716 -1.94963 57.1798 -1.86817 57.1877 -1.78706 57.1951 -1.7063 57.2022 -1.62587 57.2089 -1.54575 57.2153 -1.46593 57.2213 -1.38639 57.227 -1.30712 57.2324 -1.22811 57.2374 -1.14933 57.2422 -1.07078 57.2466 -0.992438 57.2507 -0.914285 57.2545 -0.836306 57.2581 -0.758486 57.2613 -0.680808 57.2643 -0.603255 57.267 -0.525811 57.2694 -0.44852 57.2704 -0.374221 57.1655 -0.308937 56.2348 -0.245495 54.599 -0.182996 52.9086 -0.121223 51.2473 -0.0602007 49.6678 48.2 -5.57038 50.2539 -5.7781 50.3421 -5.97818 50.4333 -6.17049 50.5269 -6.35491 50.6228 -6.53136 50.7209 -6.69977 50.8209 -6.86009 50.9227 -7.01229 51.0262 -7.15636 51.131 -7.29231 51.2372 -7.42015 51.3445 -7.53993 51.4527 -7.65171 51.5616 -7.75555 51.6712 -7.85153 51.7813 -7.93975 51.8917 -8.02032 52.0023 -8.09337 52.1129 -8.15901 52.2234 -8.21738 52.3337 -8.26865 52.4437 -8.31296 52.5532 -8.35048 52.6621 -8.38138 52.7703 -8.40582 52.8778 -8.424 52.9843 -8.4361 53.0899 -8.4423 53.1945 -8.44279 53.2979 -8.43777 53.4002 -8.42742 53.5011 -8.41195 53.6008 -8.39153 53.6991 -8.36637 53.7959 -8.33667 53.8913 -8.30259 53.9851 -8.26435 54.0774 -8.22212 54.1681 -8.17608 54.2572 -8.12643 54.3446 -8.07333 54.4304 -8.01695 54.5145 -7.95748 54.5969 -7.89508 54.6776 -7.8299 54.7566 -7.76211 54.8339 -7.69187 54.9096 -7.61931 54.9834 -7.54459 55.0557 -7.46785 55.1262 -7.38922 55.195 -7.30883 55.2621 -7.22681 55.3276 -7.14329 55.3915 -7.05837 55.4537 -6.97218 55.5144 -6.88481 55.5734 -6.79638 55.6309 -6.70698 55.6868 -6.61671 55.7412 -6.52565 55.7942 -6.4339 55.8456 -6.34153 55.8956 -6.24862 55.9442 -6.15526 55.9913 -6.0615 56.0372 -5.96741 56.0816 -5.87306 56.1248 -5.77851 56.1666 -5.68381 56.2072 -5.58901 56.2466 -5.49417 56.2847 -5.39933 56.3217 -5.30453 56.3575 -5.20982 56.3922 -5.11522 56.4258 -5.02079 56.4583 -4.92654 56.4898 -4.83252 56.5203 -4.73874 56.5497 -4.64523 56.5782 -4.55202 56.6058 -4.45913 56.6324 -4.36657 56.6581 -4.27436 56.683 -4.18252 56.707 -4.09107 56.7302 -4 56.7526 -3.90935 56.7742 -3.8191 56.795 -3.72928 56.8151 -3.63988 56.8345 -3.55091 56.8532 -3.46238 56.8712 -3.37428 56.8886 -3.28662 56.9053 -3.1994 56.9214 -3.11262 56.9368 -3.02627 56.9517 -2.94035 56.9661 -2.85487 56.9798 -2.7698 56.993 -2.68516 57.0057 -2.60093 57.0179 -2.5171 57.0296 -2.43368 57.0408 -2.35064 57.0516 -2.26799 57.0618 -2.18571 57.0717 -2.10379 57.0811 -2.02223 57.0901 -1.94101 57.0986 -1.86012 57.1068 -1.77955 57.1146 -1.69929 57.122 -1.61933 57.129 -1.53965 57.1356 -1.46024 57.1419 -1.38108 57.1479 -1.30218 57.1535 -1.2235 57.1588 -1.14504 57.1637 -1.06678 57.1683 -0.988708 57.1726 -0.91081 57.1766 -0.833071 57.1803 -0.755475 57.1837 -0.678008 57.1868 -0.600655 57.1896 -0.523399 57.1921 -0.446285 57.1933 -0.372147 57.0914 -0.307178 56.1698 -0.244108 54.5359 -0.181979 52.8464 -0.120562 51.1859 -0.0598798 49.6071 48.1401 -5.27603 50.46 -5.47529 50.5414 -5.66751 50.6255 -5.8526 50.712 -6.03041 50.8006 -6.20088 50.8913 -6.36393 50.9839 -6.5195 51.0783 -6.66756 51.1742 -6.80808 51.2716 -6.94107 51.3702 -7.06653 51.4699 -7.18448 51.5706 -7.29497 51.6721 -7.39806 51.7743 -7.4938 51.8771 -7.58227 51.9802 -7.66357 52.0836 -7.73779 52.1871 -7.80505 52.2907 -7.86547 52.3941 -7.91916 52.4974 -7.96628 52.6003 -8.00695 52.7028 -8.04133 52.8047 -8.06958 52.906 -8.09185 53.0066 -8.1083 53.1064 -8.11911 53.2053 -8.12444 53.3033 -8.12446 53.4002 -8.11934 53.496 -8.10927 53.5907 -8.09441 53.6842 -8.07494 53.7764 -8.05103 53.8674 -8.02287 53.9569 -7.99061 54.0451 -7.95444 54.1319 -7.91452 54.2172 -7.87102 54.3011 -7.8241 54.3835 -7.77392 54.4643 -7.72065 54.5436 -7.66444 54.6214 -7.60544 54.6976 -7.5438 54.7723 -7.47966 54.8454 -7.41316 54.917 -7.34445 54.9869 -7.27366 55.0554 -7.20091 55.1222 -7.12633 55.1876 -7.05003 55.2514 -6.97215 55.3136 -6.89279 55.3744 -6.81205 55.4336 -6.73005 55.4914 -6.64687 55.5477 -6.56263 55.6026 -6.47741 55.656 -6.3913 55.7081 -6.30438 55.7587 -6.21674 55.808 -6.12845 55.8559 -6.03958 55.9025 -5.95021 55.9478 -5.8604 55.9918 -5.77021 56.0346 -5.67971 56.0761 -5.58894 56.1164 -5.49797 56.1556 -5.40684 56.1936 -5.3156 56.2305 -5.2243 56.2662 -5.13297 56.3009 -5.04166 56.3345 -4.95039 56.3671 -4.85922 56.3986 -4.76816 56.4292 -4.67725 56.4588 -4.58651 56.4875 -4.49597 56.5152 -4.40566 56.5421 -4.31558 56.5681 -4.22577 56.5932 -4.13624 56.6175 -4.047 56.6409 -3.95807 56.6636 -3.86946 56.6856 -3.78119 56.7067 -3.69325 56.7272 -3.60567 56.7469 -3.51844 56.766 -3.43158 56.7843 -3.34508 56.8021 -3.25895 56.8191 -3.17319 56.8356 -3.08781 56.8515 -3.0028 56.8667 -2.91816 56.8814 -2.83389 56.8956 -2.74998 56.9091 -2.66645 56.9222 -2.58327 56.9348 -2.50045 56.9468 -2.41798 56.9584 -2.33585 56.9694 -2.25406 56.9801 -2.1726 56.9902 -2.09146 56.9999 -2.01063 57.0092 -1.93011 57.0181 -1.84989 57.0266 -1.76995 57.0346 -1.69028 57.0423 -1.61088 57.0496 -1.53173 57.0565 -1.45283 57.063 -1.37415 57.0692 -1.2957 57.075 -1.21745 57.0805 -1.1394 57.0857 -1.06153 57.0905 -0.983822 57.0949 -0.906274 57.0991 -0.828868 57.1029 -0.751591 57.1064 -0.67443 57.1096 -0.597369 57.1125 -0.520396 57.1151 -0.443554 57.1164 -0.369665 57.0175 -0.30508 56.1052 -0.242452 54.4733 -0.18076 52.7848 -0.119767 51.1249 -0.0594922 49.5469 48.0806 -4.99826 50.6574 -5.18929 50.7324 -5.37385 50.8101 -5.55184 50.89 -5.72315 50.9719 -5.88767 51.0559 -6.04535 51.1416 -6.19611 51.2291 -6.33993 51.318 -6.47676 51.4084 -6.6066 51.5 -6.72944 51.5928 -6.84531 51.6865 -6.95422 51.781 -7.05622 51.8763 -7.15136 51.9722 -7.2397 52.0685 -7.32131 52.1652 -7.39628 52.2621 -7.4647 52.3591 -7.52668 52.4561 -7.58231 52.553 -7.63173 52.6497 -7.67504 52.7461 -7.71239 52.842 -7.7439 52.9375 -7.76972 53.0324 -7.78999 53.1267 -7.80486 53.2202 -7.81448 53.3129 -7.819 53.4047 -7.81858 53.4956 -7.81337 53.5855 -7.80354 53.6744 -7.78924 53.7621 -7.77063 53.8487 -7.74786 53.9342 -7.72111 54.0184 -7.69051 54.1013 -7.65624 54.183 -7.61844 54.2633 -7.57726 54.3423 -7.53285 54.4199 -7.48537 54.4961 -7.43495 54.571 -7.38174 54.6444 -7.32587 54.7164 -7.26749 54.787 -7.20672 54.8562 -7.14369 54.9239 -7.07854 54.9902 -7.01138 55.0551 -6.94232 55.1185 -6.8715 55.1805 -6.79901 55.2411 -6.72496 55.3003 -6.64946 55.3581 -6.57262 55.4146 -6.49451 55.4696 -6.41525 55.5233 -6.33492 55.5757 -6.2536 55.6267 -6.17138 55.6765 -6.08833 55.7249 -6.00454 55.7721 -5.92006 55.818 -5.83499 55.8627 -5.74936 55.9062 -5.66326 55.9485 -5.57674 55.9896 -5.48986 56.0296 -5.40266 56.0684 -5.31521 56.1061 -5.22754 56.1428 -5.13971 56.1784 -5.05175 56.2129 -4.9637 56.2465 -4.87561 56.279 -4.78751 56.3105 -4.69943 56.3411 -4.6114 56.3708 -4.52346 56.3995 -4.43562 56.4274 -4.34791 56.4544 -4.26036 56.4805 -4.17298 56.5058 -4.08579 56.5303 -3.99882 56.554 -3.91208 56.5769 -3.82557 56.5991 -3.73932 56.6205 -3.65334 56.6412 -3.56764 56.6612 -3.48221 56.6806 -3.39708 56.6992 -3.31225 56.7172 -3.22772 56.7346 -3.1435 56.7514 -3.05959 56.7675 -2.97599 56.7831 -2.89271 56.7981 -2.80974 56.8126 -2.72708 56.8265 -2.64473 56.8399 -2.56269 56.8527 -2.48095 56.8651 -2.39952 56.8769 -2.31839 56.8883 -2.23755 56.8992 -2.15699 56.9097 -2.07672 56.9197 -1.99672 56.9292 -1.91699 56.9384 -1.83751 56.9471 -1.75829 56.9554 -1.67931 56.9633 -1.60057 56.9708 -1.52204 56.978 -1.44374 56.9847 -1.36563 56.9911 -1.28772 56.9971 -1.20999 57.0028 -1.13244 57.0081 -1.05505 57.0131 -0.977803 57.0177 -0.900697 57.022 -0.823717 57.0259 -0.746852 57.0296 -0.670089 57.0329 -0.593414 57.0359 -0.516818 57.0385 -0.440341 57.04 -0.366785 56.9439 -0.302653 56.0411 -0.240534 54.4111 -0.179345 52.7236 -0.118843 51.0644 -0.0590398 49.4871 48.0215 -4.73606 50.8462 -4.9191 50.9155 -5.0962 50.9872 -5.26726 51.061 -5.43215 51.1368 -5.59079 51.2145 -5.74311 51.2939 -5.88904 51.375 -6.02854 51.4575 -6.16157 51.5414 -6.28812 51.6266 -6.40816 51.7128 -6.52172 51.8 -6.6288 51.8881 -6.72943 51.977 -6.82365 52.0664 -6.91152 52.1564 -6.99308 52.2468 -7.06841 52.3374 -7.13759 52.4283 -7.20069 52.5192 -7.25783 52.6101 -7.30908 52.701 -7.35457 52.7916 -7.3944 52.8819 -7.42869 52.9718 -7.45756 53.0613 -7.48115 53.1503 -7.49958 53.2386 -7.51299 53.3263 -7.5215 53.4132 -7.52528 53.4994 -7.52444 53.5847 -7.51914 53.6691 -7.50952 53.7525 -7.49572 53.8349 -7.47789 53.9163 -7.45616 53.9966 -7.43069 54.0758 -7.40162 54.1539 -7.36908 54.2308 -7.33322 54.3064 -7.29417 54.3809 -7.25207 54.454 -7.20706 54.526 -7.15926 54.5966 -7.10882 54.666 -7.05584 54.7341 -7.00046 54.8008 -6.94281 54.8663 -6.88299 54.9304 -6.82112 54.9932 -6.75732 55.0547 -6.69169 55.1149 -6.62435 55.1738 -6.55539 55.2314 -6.48491 55.2877 -6.41301 55.3427 -6.33978 55.3964 -6.26531 55.4489 -6.18969 55.5001 -6.11301 55.5501 -6.03533 55.5988 -5.95675 55.6463 -5.87732 55.6927 -5.79713 55.7378 -5.71624 55.7818 -5.63472 55.8247 -5.55262 55.8664 -5.47 55.907 -5.38693 55.9465 -5.30346 55.9849 -5.21963 56.0223 -5.13549 56.0587 -5.05109 56.094 -4.96648 56.1283 -4.88168 56.1617 -4.79675 56.194 -4.71172 56.2255 -4.62662 56.256 -4.54148 56.2856 -4.45633 56.3144 -4.37121 56.3423 -4.28613 56.3693 -4.20112 56.3955 -4.11621 56.4209 -4.03141 56.4455 -3.94674 56.4693 -3.86222 56.4924 -3.77787 56.5147 -3.6937 56.5363 -3.60972 56.5572 -3.52594 56.5774 -3.44238 56.597 -3.35905 56.6159 -3.27595 56.6341 -3.19309 56.6518 -3.11047 56.6688 -3.0281 56.6852 -2.94598 56.701 -2.86413 56.7163 -2.78253 56.731 -2.70118 56.7451 -2.6201 56.7588 -2.53928 56.7719 -2.45871 56.7845 -2.3784 56.7966 -2.29834 56.8082 -2.21853 56.8194 -2.13897 56.8301 -2.05964 56.8403 -1.98056 56.8501 -1.9017 56.8595 -1.82306 56.8685 -1.74465 56.877 -1.66644 56.8851 -1.58843 56.8928 -1.51062 56.9002 -1.433 56.9071 -1.35555 56.9137 -1.27828 56.9198 -1.20116 56.9257 -1.1242 56.9311 -1.04737 56.9362 -0.970677 56.941 -0.894103 56.9454 -0.81764 56.9495 -0.741277 56.9532 -0.665002 56.9566 -0.588805 56.9597 -0.512676 56.9624 -0.436655 56.9639 -0.363517 56.8708 -0.299906 55.9775 -0.238361 54.3496 -0.17774 52.6629 -0.117791 51.0044 -0.058524 49.4278 47.963 -4.48848 51.0269 -4.66379 51.0908 -4.83363 51.157 -4.9979 51.2253 -5.15651 51.2954 -5.30934 51.3673 -5.45634 51.4409 -5.59744 51.5161 -5.73258 51.5927 -5.86173 51.6706 -5.98487 51.7497 -6.10197 51.8299 -6.21303 51.9111 -6.31806 51.9932 -6.41708 52.076 -6.51012 52.1595 -6.59721 52.2435 -6.6784 52.328 -6.75375 52.4128 -6.82332 52.4979 -6.88718 52.5831 -6.94541 52.6684 -6.99809 52.7536 -7.04532 52.8388 -7.0872 52.9237 -7.12382 53.0084 -7.1553 53.0928 -7.18175 53.1767 -7.20328 53.2601 -7.22 53.343 -7.23205 53.4253 -7.23955 53.5069 -7.24262 53.5877 -7.24139 53.6678 -7.23599 53.7471 -7.22655 53.8255 -7.21319 53.903 -7.19606 53.9795 -7.17528 54.0551 -7.15098 54.1296 -7.12329 54.2031 -7.09234 54.2755 -7.05825 54.3468 -7.02116 54.417 -6.98118 54.486 -6.93844 54.5539 -6.89306 54.6206 -6.84516 54.6862 -6.79485 54.7505 -6.74225 54.8137 -6.68746 54.8756 -6.63061 54.9364 -6.57178 54.9959 -6.5111 55.0542 -6.44865 55.1113 -6.38453 55.1673 -6.31884 55.222 -6.25168 55.2755 -6.18312 55.3278 -6.11327 55.379 -6.04219 55.429 -5.96997 55.4778 -5.89669 55.5255 -5.82242 55.5721 -5.74723 55.6175 -5.6712 55.6618 -5.59439 55.705 -5.51685 55.7471 -5.43866 55.7882 -5.35987 55.8282 -5.28054 55.8672 -5.20072 55.9051 -5.12045 55.942 -5.0398 55.978 -4.95879 56.013 -4.87748 56.047 -4.79591 56.0801 -4.71412 56.1123 -4.63214 56.1435 -4.55 56.1739 -4.46775 56.2034 -4.38541 56.232 -4.30301 56.2599 -4.22057 56.2869 -4.13812 56.313 -4.0557 56.3385 -3.9733 56.3631 -3.89097 56.387 -3.80871 56.4101 -3.72655 56.4325 -3.64449 56.4543 -3.56256 56.4753 -3.48077 56.4957 -3.39912 56.5153 -3.31764 56.5344 -3.23632 56.5528 -3.15518 56.5706 -3.07423 56.5878 -2.99347 56.6044 -2.9129 56.6204 -2.83254 56.6359 -2.75238 56.6508 -2.67242 56.6652 -2.59268 56.679 -2.51314 56.6924 -2.43382 56.7052 -2.3547 56.7175 -2.2758 56.7293 -2.1971 56.7407 -2.1186 56.7516 -2.04031 56.7621 -1.96221 56.7721 -1.88431 56.7816 -1.80659 56.7907 -1.72906 56.7995 -1.65171 56.8078 -1.57453 56.8156 -1.49752 56.8231 -1.42067 56.8302 -1.34397 56.837 -1.26741 56.8433 -1.19099 56.8492 -1.1147 56.8548 -1.03853 56.8601 -0.962475 56.8649 -0.886521 56.8695 -0.810663 56.8736 -0.73489 56.8774 -0.659193 56.8809 -0.583562 56.884 -0.507988 56.8868 -0.432513 56.8885 -0.359877 56.7982 -0.296848 55.9145 -0.235942 54.2887 -0.175951 52.603 -0.116617 50.9451 -0.0579471 49.3691 47.9051 -4.25463 51.1996 -4.42245 51.2586 -4.58524 51.3198 -4.74291 51.383 -4.89536 51.4479 -5.04248 51.5145 -5.18422 51.5827 -5.3205 51.6524 -5.45127 51.7234 -5.57649 51.7958 -5.69613 51.8693 -5.81016 51.9439 -5.91858 52.0195 -6.02139 52.096 -6.11859 52.1732 -6.21021 52.2511 -6.29627 52.3296 -6.37681 52.4085 -6.45187 52.4879 -6.52151 52.5675 -6.58578 52.6474 -6.64475 52.7273 -6.69849 52.8074 -6.74708 52.8874 -6.79061 52.9673 -6.82916 53.047 -6.86283 53.1264 -6.89171 53.2056 -6.91591 53.2843 -6.93553 53.3626 -6.95068 53.4404 -6.96147 53.5177 -6.96801 53.5943 -6.97042 53.6702 -6.96881 53.7455 -6.9633 53.82 -6.95401 53.8937 -6.94106 53.9666 -6.92455 54.0386 -6.90462 54.1097 -6.88139 54.1798 -6.85496 54.249 -6.82546 54.3173 -6.793 54.3845 -6.7577 54.4507 -6.71966 54.5159 -6.67901 54.58 -6.63585 54.643 -6.5903 54.7049 -6.54244 54.7658 -6.4924 54.8256 -6.44027 54.8842 -6.38615 54.9418 -6.33015 54.9982 -6.27234 55.0535 -6.21284 55.1078 -6.15172 55.1609 -6.08908 55.2129 -6.02499 55.2638 -5.95955 55.3136 -5.89283 55.3623 -5.82491 55.4099 -5.75587 55.4565 -5.68577 55.502 -5.61468 55.5464 -5.54268 55.5898 -5.46982 55.6321 -5.39617 55.6735 -5.32179 55.7138 -5.24673 55.7531 -5.17106 55.7915 -5.09481 55.8289 -5.01804 55.8653 -4.94081 55.9008 -4.86315 55.9353 -4.7851 55.969 -4.70671 56.0017 -4.62803 56.0336 -4.54907 56.0646 -4.46989 56.0947 -4.39051 56.124 -4.31096 56.1525 -4.23128 56.1802 -4.15149 56.2071 -4.07161 56.2332 -3.99168 56.2585 -3.91172 56.2831 -3.83174 56.307 -3.75177 56.3302 -3.67182 56.3526 -3.59192 56.3744 -3.51207 56.3955 -3.4323 56.4159 -3.35261 56.4357 -3.27302 56.4548 -3.19354 56.4733 -3.11418 56.4913 -3.03494 56.5086 -2.95584 56.5253 -2.87688 56.5415 -2.79807 56.5571 -2.71942 56.5722 -2.64092 56.5867 -2.56257 56.6007 -2.4844 56.6142 -2.40638 56.6272 -2.32853 56.6397 -2.25085 56.6517 -2.17333 56.6632 -2.09598 56.6743 -2.01879 56.6849 -1.94176 56.695 -1.86489 56.7047 -1.78818 56.714 -1.71162 56.7229 -1.6352 56.7313 -1.55893 56.7394 -1.48279 56.747 -1.40679 56.7542 -1.33092 56.7611 -1.25516 56.7675 -1.17952 56.7736 -1.10399 56.7793 -1.02856 56.7846 -0.95323 56.7896 -0.877982 56.7942 -0.802813 56.7984 -0.727716 56.8023 -0.652682 56.8059 -0.577703 56.8091 -0.502772 56.8119 -0.427927 56.8136 -0.355874 56.7261 -0.293492 55.8521 -0.233284 54.2285 -0.173983 52.5437 -0.115324 50.8864 -0.0573111 49.3111 47.8478 -4.03367 51.3646 -4.19426 51.4192 -4.35022 51.4758 -4.50146 51.5342 -4.64789 51.5943 -4.78941 51.656 -4.92595 51.7192 -5.05745 51.7839 -5.18386 51.8498 -5.30512 51.9171 -5.4212 51.9854 -5.53208 52.0548 -5.63774 52.1252 -5.73817 52.1964 -5.83338 52.2684 -5.92338 52.3411 -6.00819 52.4144 -6.08783 52.4881 -6.16234 52.5624 -6.23176 52.6369 -6.29614 52.7117 -6.35553 52.7867 -6.41 52.8618 -6.45961 52.937 -6.50443 53.0121 -6.54454 53.0871 -6.58002 53.1619 -6.61095 53.2365 -6.63744 53.3108 -6.65955 53.3848 -6.6774 53.4583 -6.69108 53.5313 -6.7007 53.6039 -6.70634 53.6759 -6.70812 53.7473 -6.70615 53.818 -6.70052 53.8881 -6.69135 53.9574 -6.67874 54.0259 -6.6628 54.0937 -6.64364 54.1607 -6.62137 54.2268 -6.59609 54.292 -6.56791 54.3563 -6.53694 54.4197 -6.50328 54.4822 -6.46703 54.5437 -6.4283 54.6043 -6.38718 54.6638 -6.34378 54.7224 -6.2982 54.78 -6.25052 54.8365 -6.20084 54.8921 -6.14926 54.9466 -6.09586 55.0001 -6.04073 55.0526 -5.98395 55.1041 -5.92562 55.1545 -5.8658 55.2039 -5.80459 55.2523 -5.74204 55.2997 -5.67825 55.3461 -5.61328 55.3915 -5.54719 55.4359 -5.48006 55.4793 -5.41196 55.5217 -5.34293 55.5631 -5.27305 55.6036 -5.20237 55.6431 -5.13095 55.6817 -5.05884 55.7194 -4.98609 55.7561 -4.91275 55.7919 -4.83886 55.8269 -4.76448 55.8609 -4.68965 55.8941 -4.6144 55.9265 -4.53878 55.9579 -4.46282 55.9886 -4.38656 56.0184 -4.31003 56.0475 -4.23327 56.0757 -4.1563 56.1032 -4.07915 56.1299 -4.00185 56.1559 -3.92442 56.1811 -3.84689 56.2056 -3.76928 56.2294 -3.69162 56.2525 -3.61391 56.2749 -3.53618 56.2966 -3.45845 56.3177 -3.38073 56.3382 -3.30303 56.358 -3.22538 56.3772 -3.14778 56.3957 -3.07023 56.4137 -2.99276 56.4311 -2.91538 56.4479 -2.83808 56.4642 -2.76088 56.4799 -2.68378 56.4951 -2.60679 56.5097 -2.52991 56.5238 -2.45315 56.5374 -2.37651 56.5505 -2.3 56.5631 -2.22361 56.5753 -2.14734 56.5869 -2.0712 56.5981 -1.99519 56.6088 -1.9193 56.6191 -1.84354 56.629 -1.76789 56.6384 -1.69237 56.6474 -1.61697 56.6559 -1.54168 56.6641 -1.4665 56.6718 -1.39143 56.6792 -1.31646 56.6861 -1.24159 56.6927 -1.16681 56.6988 -1.09212 56.7046 -1.01751 56.71 -0.94298 56.7151 -0.868519 56.7197 -0.794123 56.7241 -0.719785 56.728 -0.645497 56.7316 -0.571254 56.7348 -0.497048 56.7377 -0.422919 56.7395 -0.351526 56.6547 -0.28985 55.7904 -0.230399 54.169 -0.171845 52.4851 -0.113918 50.8285 -0.0566186 49.2538 47.7911 -3.82482 51.5224 -3.97842 51.5728 -4.12777 51.6251 -4.27277 51.6792 -4.41333 51.7348 -4.54937 51.792 -4.6808 51.8507 -4.80758 51.9106 -4.92963 51.9719 -5.04693 52.0343 -5.15941 52.0979 -5.26707 52.1625 -5.36988 52.228 -5.46782 52.2943 -5.5609 52.3615 -5.64911 52.4293 -5.73247 52.4977 -5.81101 52.5667 -5.88473 52.6361 -5.95369 52.7059 -6.01791 52.776 -6.07744 52.8463 -6.13233 52.9167 -6.18264 52.9873 -6.22843 53.0579 -6.26976 53.1284 -6.30671 53.1989 -6.33935 53.2692 -6.36776 53.3392 -6.39201 53.409 -6.41219 53.4785 -6.42839 53.5476 -6.4407 53.6162 -6.44921 53.6844 -6.45401 53.7521 -6.4552 53.8192 -6.45286 53.8857 -6.44711 53.9516 -6.43803 54.0169 -6.42572 54.0814 -6.41029 54.1452 -6.39182 54.2083 -6.37042 54.2706 -6.34619 54.3321 -6.31922 54.3927 -6.2896 54.4526 -6.25745 54.5115 -6.22283 54.5696 -6.18587 54.6269 -6.14663 54.6832 -6.10522 54.7386 -6.06172 54.793 -6.01622 54.8466 -5.96882 54.8992 -5.91958 54.9509 -5.86859 55.0016 -5.81594 55.0514 -5.7617 55.1003 -5.70595 55.1482 -5.64877 55.1952 -5.59022 55.2412 -5.53038 55.2863 -5.46931 55.3304 -5.40709 55.3736 -5.34377 55.4159 -5.27942 55.4573 -5.2141 55.4978 -5.14787 55.5374 -5.08078 55.576 -5.01289 55.6138 -4.94424 55.6507 -4.8749 55.6868 -4.8049 55.7219 -4.7343 55.7563 -4.66314 55.7898 -4.59146 55.8224 -4.51929 55.8543 -4.44669 55.8853 -4.37369 55.9156 -4.30032 55.9451 -4.22661 55.9738 -4.15261 56.0017 -4.07833 56.0289 -4.00381 56.0554 -3.92907 56.0811 -3.85415 56.1062 -3.77906 56.1305 -3.70383 56.1542 -3.62848 56.1771 -3.55303 56.1994 -3.47749 56.2211 -3.4019 56.2421 -3.32626 56.2625 -3.25059 56.2823 -3.1749 56.3015 -3.0992 56.32 -3.02352 56.338 -2.94786 56.3554 -2.87223 56.3723 -2.79664 56.3886 -2.72109 56.4044 -2.6456 56.4196 -2.57018 56.4343 -2.49482 56.4485 -2.41954 56.4621 -2.34433 56.4753 -2.26921 56.488 -2.19417 56.5002 -2.11922 56.512 -2.04436 56.5233 -1.96959 56.5341 -1.89491 56.5445 -1.82032 56.5544 -1.74582 56.5639 -1.67141 56.573 -1.59709 56.5816 -1.52285 56.5899 -1.44871 56.5977 -1.37464 56.6051 -1.30065 56.6121 -1.22674 56.6188 -1.1529 56.625 -1.07912 56.6308 -1.00541 56.6363 -0.931765 56.6414 -0.85817 56.6461 -0.784625 56.6505 -0.711125 56.6545 -0.637663 56.6581 -0.564235 56.6614 -0.490836 56.6643 -0.417503 56.6662 -0.346846 56.5841 -0.285934 55.7295 -0.227297 54.1104 -0.169545 52.4273 -0.112404 50.7714 -0.055872 49.1973 47.7353 -3.62735 51.673 -3.77421 51.7197 -3.91716 51.7681 -4.05611 51.8181 -4.19096 51.8697 -4.32163 51.9227 -4.44806 51.9771 -4.57018 52.0328 -4.68793 52.0896 -4.80126 52.1477 -4.91014 52.2068 -5.01453 52.2669 -5.11441 52.3279 -5.20977 52.3897 -5.30059 52.4523 -5.38688 52.5156 -5.46864 52.5795 -5.54588 52.6439 -5.61862 52.7088 -5.68688 52.7741 -5.75071 52.8398 -5.81013 52.9057 -5.86518 52.9718 -5.91591 53.038 -5.96238 53.1044 -6.00464 53.1707 -6.04275 53.237 -6.07677 53.3032 -6.10677 53.3692 -6.13283 53.4351 -6.15501 53.5006 -6.17339 53.5659 -6.18805 53.6309 -6.19908 53.6954 -6.20655 53.7596 -6.21055 53.8232 -6.21116 53.8863 -6.20848 53.9489 -6.20259 54.011 -6.19357 54.0724 -6.18153 54.1332 -6.16654 54.1933 -6.14869 54.2527 -6.12808 54.3115 -6.1048 54.3695 -6.07893 54.4267 -6.05056 54.4832 -6.01978 54.5389 -5.98667 54.5937 -5.95132 54.6478 -5.91381 54.7011 -5.87423 54.7535 -5.83266 54.805 -5.78918 54.8557 -5.74387 54.9056 -5.6968 54.9546 -5.64806 55.0027 -5.5977 55.0499 -5.54582 55.0963 -5.49247 55.1418 -5.43774 55.1864 -5.38167 55.2302 -5.32435 55.2731 -5.26583 55.3151 -5.20617 55.3563 -5.14544 55.3966 -5.08369 55.436 -5.02098 55.4747 -4.95737 55.5124 -4.8929 55.5493 -4.82762 55.5854 -4.76159 55.6207 -4.69485 55.6552 -4.62745 55.6889 -4.55943 55.7218 -4.49084 55.7538 -4.4217 55.7852 -4.35207 55.8157 -4.28197 55.8455 -4.21145 55.8745 -4.14054 55.9029 -4.06926 55.9304 -3.99765 55.9573 -3.92574 55.9835 -3.85356 56.009 -3.78112 56.0337 -3.70847 56.0579 -3.63561 56.0813 -3.56258 56.1041 -3.48939 56.1263 -3.41607 56.1478 -3.34263 56.1687 -3.26909 56.189 -3.19546 56.2087 -3.12176 56.2278 -3.04801 56.2463 -2.97422 56.2642 -2.9004 56.2816 -2.82656 56.2985 -2.75272 56.3147 -2.67887 56.3305 -2.60504 56.3457 -2.53123 56.3605 -2.45744 56.3747 -2.38368 56.3884 -2.30997 56.4016 -2.23629 56.4143 -2.16266 56.4266 -2.08908 56.4384 -2.01556 56.4497 -1.94209 56.4606 -1.86868 56.471 -1.79533 56.481 -1.72204 56.4906 -1.64881 56.4997 -1.57564 56.5084 -1.50253 56.5167 -1.42948 56.5246 -1.35649 56.5321 -1.28355 56.5392 -1.21067 56.5459 -1.13784 56.5522 -1.06506 56.5581 -0.992322 56.5636 -0.919629 56.5687 -0.846975 56.5735 -0.774357 56.5779 -0.701771 56.5819 -0.629213 56.5856 -0.556677 56.5889 -0.484161 56.5918 -0.411702 56.5937 -0.341855 56.5142 -0.281761 55.6694 -0.223989 54.0526 -0.16709 52.3705 -0.110787 50.7151 -0.0550741 49.1416 47.6802 -3.44056 51.8169 -3.58094 51.86 -3.71771 51.9049 -3.85079 51.9512 -3.98009 51.999 -4.10554 52.0482 -4.22706 52.0986 -4.3446 52.1503 -4.45809 52.2031 -4.56749 52.2571 -4.67275 52.312 -4.77386 52.368 -4.87077 52.4248 -4.96346 52.4824 -5.05194 52.5408 -5.13619 52.5998 -5.2162 52.6595 -5.29199 52.7197 -5.36358 52.7804 -5.43097 52.8415 -5.49419 52.903 -5.55327 52.9648 -5.60825 53.0268 -5.65916 53.0889 -5.70605 53.1512 -5.74895 53.2136 -5.78794 53.276 -5.82306 53.3383 -5.85436 53.4005 -5.88191 53.4626 -5.90578 53.5245 -5.92603 53.5862 -5.94273 53.6476 -5.95595 53.7087 -5.96577 53.7694 -5.97227 53.8297 -5.97551 53.8896 -5.97557 53.949 -5.97255 54.008 -5.96651 54.0664 -5.95753 54.1242 -5.94571 54.1815 -5.93111 54.2381 -5.91382 54.2942 -5.89393 54.3496 -5.87151 54.4043 -5.84664 54.4583 -5.8194 54.5116 -5.78988 54.5642 -5.75815 54.6161 -5.72429 54.6672 -5.68837 54.7176 -5.65049 54.7671 -5.61069 54.8159 -5.56908 54.864 -5.5257 54.9112 -5.48065 54.9576 -5.43397 55.0033 -5.38576 55.0481 -5.33606 55.0921 -5.28495 55.1353 -5.23249 55.1778 -5.17874 55.2194 -5.12377 55.2601 -5.06762 55.3001 -5.01037 55.3393 -4.95206 55.3777 -4.89274 55.4153 -4.83248 55.4522 -4.77132 55.4882 -4.70931 55.5234 -4.6465 55.5579 -4.58293 55.5916 -4.51864 55.6246 -4.45369 55.6568 -4.38811 55.6883 -4.32194 55.719 -4.25521 55.749 -4.18797 55.7783 -4.12025 55.8068 -4.05208 55.8347 -3.9835 55.8619 -3.91453 55.8883 -3.84521 55.9142 -3.77555 55.9393 -3.7056 55.9638 -3.63537 55.9876 -3.56488 56.0108 -3.49417 56.0334 -3.42324 56.0553 -3.35213 56.0767 -3.28085 56.0974 -3.20942 56.1175 -3.13786 56.1371 -3.06617 56.1561 -2.99439 56.1745 -2.92251 56.1924 -2.85056 56.2097 -2.77855 56.2264 -2.70649 56.2427 -2.63438 56.2584 -2.56224 56.2736 -2.49008 56.2883 -2.41791 56.3025 -2.34572 56.3162 -2.27354 56.3294 -2.20136 56.3422 -2.1292 56.3544 -2.05705 56.3662 -1.98491 56.3776 -1.91281 56.3885 -1.84073 56.399 -1.76867 56.409 -1.69665 56.4186 -1.62466 56.4277 -1.55271 56.4365 -1.48079 56.4448 -1.4089 56.4527 -1.33705 56.4603 -1.26523 56.4674 -1.19345 56.4741 -1.1217 56.4804 -1.04997 56.4863 -0.978282 56.4919 -0.906616 56.4971 -0.834975 56.5019 -0.763356 56.5063 -0.691756 56.5103 -0.620173 56.514 -0.548604 56.5173 -0.477044 56.5202 -0.405532 56.5222 -0.336566 56.4452 -0.277343 55.6102 -0.220486 53.9958 -0.16449 52.3145 -0.109073 50.6597 -0.0542274 49.0867 47.626 -3.26382 51.9542 -3.39794 51.9942 -3.52875 52.0357 -3.65615 52.0786 -3.78007 52.1229 -3.90043 52.1685 -4.01716 52.2153 -4.13021 52.2633 -4.2395 52.3124 -4.34501 52.3626 -4.44668 52.4137 -4.54449 52.4658 -4.63839 52.5187 -4.72838 52.5724 -4.81444 52.6268 -4.89655 52.6819 -4.97471 52.7377 -5.04893 52.7939 -5.1192 52.8507 -5.18555 52.9079 -5.24799 52.9654 -5.30654 53.0233 -5.36123 53.0815 -5.4121 53.1398 -5.45917 53.1983 -5.50249 53.2569 -5.54209 53.3156 -5.57804 53.3742 -5.61037 53.4329 -5.63915 53.4914 -5.66442 53.5498 -5.68625 53.608 -5.7047 53.666 -5.71983 53.7238 -5.7317 53.7812 -5.74039 53.8384 -5.74595 53.8952 -5.74847 53.9515 -5.74801 54.0075 -5.74465 54.063 -5.73845 54.118 -5.7295 54.1725 -5.71786 54.2265 -5.7036 54.2799 -5.68681 54.3328 -5.66756 54.385 -5.64592 54.4367 -5.62196 54.4877 -5.59576 54.538 -5.56739 54.5877 -5.53693 54.6367 -5.50444 54.6851 -5.46999 54.7327 -5.43366 54.7796 -5.39551 54.8258 -5.35562 54.8713 -5.31404 54.9161 -5.27084 54.9601 -5.2261 55.0034 -5.17986 55.0459 -5.1322 55.0877 -5.08317 55.1287 -5.03283 55.169 -4.98124 55.2086 -4.92846 55.2474 -4.87454 55.2854 -4.81953 55.3227 -4.76348 55.3593 -4.70645 55.3951 -4.64849 55.4302 -4.58963 55.4646 -4.52993 55.4982 -4.46944 55.5311 -4.40818 55.5633 -4.34622 55.5948 -4.28357 55.6256 -4.22029 55.6557 -4.15642 55.6851 -4.09198 55.7138 -4.027 55.7419 -3.96154 55.7692 -3.89561 55.7959 -3.82924 55.822 -3.76247 55.8474 -3.69532 55.8721 -3.62782 55.8963 -3.55999 55.9198 -3.49187 55.9427 -3.42346 55.965 -3.3548 55.9867 -3.2859 56.0078 -3.21678 56.0283 -3.14747 56.0482 -3.07798 56.0676 -3.00832 56.0864 -2.93852 56.1047 -2.86858 56.1224 -2.79852 56.1396 -2.72836 56.1563 -2.65811 56.1724 -2.58777 56.1881 -2.51736 56.2032 -2.44689 56.2178 -2.37637 56.232 -2.3058 56.2456 -2.23519 56.2588 -2.16456 56.2715 -2.0939 56.2838 -2.02322 56.2956 -1.95254 56.3069 -1.88184 56.3178 -1.81114 56.3283 -1.74044 56.3383 -1.66975 56.3479 -1.59906 56.3571 -1.52837 56.3658 -1.4577 56.3741 -1.38704 56.3821 -1.31639 56.3896 -1.24576 56.3967 -1.17514 56.4035 -1.10453 56.4098 -1.03393 56.4157 -0.963348 56.4213 -0.892776 56.4265 -0.822215 56.4313 -0.751663 56.4357 -0.681118 56.4398 -0.61058 56.4434 -0.540046 56.4468 -0.469514 56.4497 -0.39902 56.4517 -0.331001 56.3772 -0.272697 55.5519 -0.216802 53.9399 -0.161753 52.2594 -0.107268 50.6052 -0.0533352 49.0328 47.5726 -3.09652 52.0853 -3.22463 52.1223 -3.34969 52.1607 -3.47161 52.2005 -3.59031 52.2416 -3.70572 52.2839 -3.81778 52.3274 -3.92642 52.372 -4.0316 52.4176 -4.13326 52.4642 -4.23137 52.5118 -4.32588 52.5603 -4.41677 52.6096 -4.50402 52.6596 -4.5876 52.7104 -4.6675 52.7618 -4.74371 52.8139 -4.81624 52.8665 -4.88508 52.9195 -4.95025 52.973 -5.01175 53.0269 -5.0696 53.0812 -5.12382 53.1357 -5.17444 53.1904 -5.22149 53.2454 -5.265 53.3004 -5.30501 53.3556 -5.34155 53.4108 -5.37467 53.466 -5.40441 53.5211 -5.43084 53.5762 -5.45398 53.6312 -5.47391 53.6859 -5.49067 53.7405 -5.50432 53.7949 -5.51492 53.849 -5.52254 53.9028 -5.52723 53.9562 -5.52906 54.0093 -5.5281 54.062 -5.5244 54.1143 -5.51804 54.1662 -5.50908 54.2175 -5.49759 54.2684 -5.48364 54.3188 -5.46729 54.3687 -5.44862 54.418 -5.42768 54.4667 -5.40456 54.5149 -5.3793 54.5625 -5.35199 54.6094 -5.32269 54.6558 -5.29145 54.7015 -5.25836 54.7465 -5.22346 54.7909 -5.18684 54.8347 -5.14853 54.8778 -5.10862 54.9202 -5.06715 54.9619 -5.0242 55.0029 -4.9798 55.0433 -4.93403 55.083 -4.88694 55.1219 -4.83858 55.1602 -4.78901 55.1978 -4.73828 55.2347 -4.68643 55.2709 -4.63352 55.3064 -4.5796 55.3412 -4.52472 55.3753 -4.46891 55.4088 -4.41222 55.4415 -4.3547 55.4736 -4.29638 55.505 -4.23731 55.5358 -4.17753 55.5658 -4.11707 55.5952 -4.05597 55.624 -3.99427 55.6521 -3.93199 55.6796 -3.86917 55.7064 -3.80585 55.7326 -3.74204 55.7582 -3.67779 55.7831 -3.61311 55.8075 -3.54804 55.8312 -3.4826 55.8544 -3.41681 55.8769 -3.35069 55.8989 -3.28428 55.9203 -3.21759 55.9411 -3.15064 55.9613 -3.08344 55.981 -3.01603 56.0002 -2.94841 56.0188 -2.88059 56.0369 -2.81261 56.0544 -2.74447 56.0715 -2.67618 56.088 -2.60775 56.104 -2.53921 56.1195 -2.47056 56.1345 -2.40181 56.1491 -2.33297 56.1631 -2.26405 56.1767 -2.19506 56.1898 -2.12601 56.2025 -2.0569 56.2147 -1.98774 56.2264 -1.91854 56.2377 -1.84931 56.2486 -1.78004 56.259 -1.71074 56.269 -1.64142 56.2786 -1.57208 56.2877 -1.50273 56.2965 -1.43336 56.3048 -1.36398 56.3127 -1.29459 56.3202 -1.2252 56.3273 -1.1558 56.3341 -1.08639 56.3404 -1.01698 56.3463 -0.947572 56.3519 -0.878157 56.3571 -0.80874 56.3619 -0.739318 56.3663 -0.669894 56.3703 -0.600465 56.374 -0.531031 56.3773 -0.461592 56.3802 -0.392182 56.3823 -0.325175 56.3102 -0.267837 55.4945 -0.212947 53.885 -0.158889 52.2053 -0.105378 50.5517 -0.0524008 48.9798 47.5202 -2.93809 52.2103 -3.06043 52.2446 -3.17994 52.2802 -3.29656 52.3172 -3.41021 52.3553 -3.52082 52.3945 -3.62833 52.4349 -3.73268 52.4763 -3.83382 52.5188 -3.9317 52.5621 -4.02628 52.6064 -4.11752 52.6515 -4.20539 52.6975 -4.28987 52.7441 -4.37094 52.7915 -4.44858 52.8395 -4.52277 52.8881 -4.59353 52.9372 -4.66083 52.9868 -4.72469 53.0369 -4.78512 53.0874 -4.84212 53.1382 -4.89571 53.1893 -4.94592 53.2406 -4.99276 53.2922 -5.03627 53.3439 -5.07647 53.3958 -5.11339 53.4477 -5.14708 53.4997 -5.17757 53.5516 -5.2049 53.6035 -5.22912 53.6554 -5.25028 53.7071 -5.26843 53.7587 -5.28361 53.8101 -5.29587 53.8613 -5.30528 53.9122 -5.31189 53.9628 -5.31575 54.0132 -5.31693 54.0632 -5.31547 54.1129 -5.31145 54.1621 -5.30492 54.211 -5.29594 54.2595 -5.28457 54.3075 -5.27088 54.355 -5.25492 54.402 -5.23677 54.4486 -5.21647 54.4946 -5.1941 54.5401 -5.16971 54.585 -5.14337 54.6294 -5.11513 54.6732 -5.08505 54.7164 -5.0532 54.7591 -5.01964 54.8011 -4.98441 54.8425 -4.94759 54.8833 -4.90921 54.9235 -4.86935 54.9631 -4.82806 55.002 -4.78538 55.0403 -4.74137 55.0779 -4.69609 55.1149 -4.64958 55.1513 -4.60189 55.187 -4.55307 55.2221 -4.50317 55.2565 -4.45224 55.2903 -4.40031 55.3234 -4.34743 55.3559 -4.29365 55.3878 -4.23901 55.419 -4.18353 55.4496 -4.12728 55.4795 -4.07027 55.5088 -4.01256 55.5375 -3.95416 55.5656 -3.89513 55.5931 -3.83548 55.6199 -3.77526 55.6462 -3.71449 55.6718 -3.6532 55.6969 -3.59142 55.7214 -3.52918 55.7452 -3.4665 55.7685 -3.40341 55.7913 -3.33994 55.8134 -3.2761 55.835 -3.21192 55.8561 -3.14743 55.8766 -3.08263 55.8965 -3.01755 55.916 -2.95221 55.9349 -2.88663 55.9532 -2.82081 55.9711 -2.75479 55.9884 -2.68857 56.0053 -2.62217 56.0216 -2.5556 56.0374 -2.48887 56.0528 -2.422 56.0677 -2.35499 56.0821 -2.28786 56.096 -2.22062 56.1095 -2.15328 56.1225 -2.08585 56.135 -2.01832 56.1471 -1.95072 56.1588 -1.88305 56.17 -1.81532 56.1808 -1.74752 56.1912 -1.67967 56.2011 -1.61178 56.2107 -1.54384 56.2198 -1.47586 56.2285 -1.40785 56.2368 -1.3398 56.2447 -1.27173 56.2521 -1.20363 56.2592 -1.1355 56.2659 -1.06736 56.2722 -0.999195 56.2782 -0.931012 56.2837 -0.862813 56.2889 -0.794597 56.2937 -0.726367 56.2981 -0.658123 56.3021 -0.589865 56.3058 -0.521595 56.309 -0.453311 56.312 -0.385046 56.314 -0.319111 56.2443 -0.262781 55.4382 -0.208937 53.8311 -0.155908 52.1523 -0.103409 50.4992 -0.0514271 48.9278 47.4688 -2.78803 52.3296 -2.90481 52.3614 -3.01899 52.3944 -3.13049 52.4287 -3.23926 52.464 -3.34521 52.5005 -3.4483 52.538 -3.54846 52.5765 -3.64565 52.6159 -3.73981 52.6563 -3.83091 52.6975 -3.91891 52.7395 -4.00378 52.7823 -4.08549 52.8258 -4.16402 52.87 -4.23935 52.9148 -4.31147 52.9602 -4.38038 53.0061 -4.44606 53.0525 -4.50852 53.0994 -4.56775 53.1466 -4.62378 53.1942 -4.6766 53.2421 -4.72624 53.2903 -4.77272 53.3387 -4.81605 53.3873 -4.85625 53.436 -4.89337 53.4848 -4.92743 53.5337 -4.95845 53.5827 -4.98649 53.6316 -5.01157 53.6805 -5.03374 53.7293 -5.05304 53.778 -5.06952 53.8266 -5.08321 53.8749 -5.09418 53.9231 -5.10246 53.9711 -5.10811 54.0188 -5.11119 54.0663 -5.11173 54.1134 -5.1098 54.1602 -5.10546 54.2067 -5.09875 54.2528 -5.08973 54.2984 -5.07846 54.3437 -5.06499 54.3886 -5.04939 54.433 -5.0317 54.4769 -5.01198 54.5204 -4.9903 54.5633 -4.9667 54.6058 -4.94124 54.6478 -4.91398 54.6892 -4.88497 54.7301 -4.85427 54.7704 -4.82193 54.8102 -4.78801 54.8494 -4.75255 54.8881 -4.71561 54.9261 -4.67724 54.9636 -4.63749 55.0005 -4.59641 55.0368 -4.55405 55.0726 -4.51045 55.1077 -4.46567 55.1422 -4.41974 55.1761 -4.37272 55.2095 -4.32464 55.2422 -4.27556 55.2743 -4.2255 55.3058 -4.17452 55.3368 -4.12265 55.3671 -4.06993 55.3968 -4.01639 55.426 -3.96208 55.4545 -3.90702 55.4825 -3.85126 55.5099 -3.79483 55.5366 -3.73775 55.5629 -3.68006 55.5885 -3.62179 55.6136 -3.56296 55.6381 -3.50361 55.662 -3.44377 55.6854 -3.38345 55.7082 -3.32268 55.7305 -3.2615 55.7522 -3.19991 55.7734 -3.13795 55.7941 -3.07563 55.8143 -3.01297 55.8339 -2.95 55.853 -2.88673 55.8716 -2.82318 55.8897 -2.75937 55.9073 -2.69531 55.9244 -2.63102 55.941 -2.56651 55.9571 -2.5018 55.9727 -2.43691 55.9879 -2.37183 56.0026 -2.30659 56.0168 -2.2412 56.0306 -2.17567 56.0439 -2.11 56.0568 -2.04421 56.0692 -1.97831 56.0812 -1.9123 56.0928 -1.84619 56.1039 -1.77999 56.1146 -1.71371 56.1249 -1.64735 56.1348 -1.58092 56.1442 -1.51442 56.1533 -1.44787 56.1619 -1.38125 56.1702 -1.31459 56.178 -1.24788 56.1854 -1.18112 56.1925 -1.11433 56.1991 -1.04749 56.2054 -0.980624 56.2113 -0.913724 56.2168 -0.846794 56.2219 -0.779836 56.2267 -0.712853 56.2311 -0.645845 56.2351 -0.578814 56.2387 -0.511762 56.242 -0.44469 56.2449 -0.37763 56.247 -0.312824 56.1795 -0.257544 55.3829 -0.204781 53.7784 -0.152817 52.1004 -0.101368 50.4477 -0.0504166 48.8769 47.4184 -2.64581 52.4433 -2.75726 52.4728 -2.8663 52.5035 -2.97288 52.5352 -3.07693 52.5681 -3.17838 52.6019 -3.27717 52.6368 -3.37325 52.6726 -3.46658 52.7093 -3.5571 52.7468 -3.64478 52.7852 -3.72958 52.8243 -3.81146 52.8642 -3.89041 52.9048 -3.96639 52.946 -4.0394 52.9878 -4.10941 53.0302 -4.17641 53.0731 -4.24039 53.1165 -4.30136 53.1603 -4.35931 53.2046 -4.41425 53.2491 -4.46619 53.294 -4.51513 53.3392 -4.56109 53.3846 -4.60409 53.4303 -4.64415 53.476 -4.68129 53.522 -4.71553 53.568 -4.74691 53.614 -4.77546 53.6601 -4.80121 53.7062 -4.82418 53.7523 -4.84443 53.7982 -4.86199 53.8441 -4.8769 53.8899 -4.8892 53.9354 -4.89894 53.9809 -4.90616 54.0261 -4.91091 54.071 -4.91323 54.1157 -4.91317 54.1602 -4.91079 54.2043 -4.90612 54.2481 -4.89923 54.2916 -4.89016 54.3347 -4.87897 54.3774 -4.86569 54.4197 -4.8504 54.4616 -4.83313 54.5031 -4.81394 54.5442 -4.79288 54.5848 -4.77 54.6249 -4.74536 54.6645 -4.719 54.7037 -4.69097 54.7424 -4.66133 54.7805 -4.63013 54.8182 -4.59741 54.8553 -4.56322 54.8919 -4.52761 54.928 -4.49062 54.9635 -4.45232 54.9985 -4.41272 55.033 -4.3719 55.0669 -4.32988 55.1002 -4.28671 55.133 -4.24244 55.1652 -4.1971 55.1969 -4.15074 55.228 -4.10339 55.2585 -4.0551 55.2885 -4.0059 55.3179 -3.95583 55.3468 -3.90492 55.3751 -3.85321 55.4028 -3.80074 55.43 -3.74753 55.4566 -3.69362 55.4827 -3.63905 55.5083 -3.58383 55.5333 -3.528 55.5577 -3.47158 55.5817 -3.41462 55.605 -3.35712 55.6279 -3.29912 55.6502 -3.24064 55.672 -3.18171 55.6933 -3.12235 55.7141 -3.06257 55.7343 -3.00241 55.7541 -2.94188 55.7734 -2.881 55.7921 -2.81979 55.8104 -2.75826 55.8282 -2.69645 55.8454 -2.63435 55.8623 -2.57199 55.8786 -2.50939 55.8945 -2.44655 55.9099 -2.38349 55.9248 -2.32023 55.9393 -2.25677 55.9534 -2.19314 55.967 -2.12933 55.9801 -2.06536 55.9928 -2.00124 56.0051 -1.93698 56.017 -1.87259 56.0284 -1.80807 56.0394 -1.74345 56.05 -1.67871 56.0602 -1.61388 56.0699 -1.54895 56.0793 -1.48393 56.0883 -1.41884 56.0968 -1.35367 56.105 -1.28843 56.1127 -1.22312 56.1201 -1.15776 56.1271 -1.09233 56.1337 -1.02686 56.1399 -0.961335 56.1458 -0.895767 56.1512 -0.830156 56.1563 -0.764506 56.1611 -0.69882 56.1654 -0.633101 56.1694 -0.56735 56.173 -0.501571 56.1762 -0.435764 56.1791 -0.369963 56.1812 -0.306337 56.1158 -0.252142 55.3287 -0.200495 53.7267 -0.149628 52.0495 -0.0992606 50.3973 -0.049373 48.827 47.369 -2.51102 52.5518 -2.61734 52.5791 -2.72145 52.6076 -2.82328 52.6371 -2.92276 52.6676 -3.01985 52.699 -3.11447 52.7314 -3.20659 52.7647 -3.29615 52.7988 -3.38311 52.8338 -3.46743 52.8695 -3.54908 52.906 -3.62801 52.9431 -3.70421 52.981 -3.77765 53.0194 -3.84831 53.0585 -3.91618 53.0981 -3.98123 53.1382 -4.04347 53.1787 -4.10288 53.2197 -4.15947 53.2611 -4.21323 53.3029 -4.26418 53.345 -4.3123 53.3873 -4.35763 53.43 -4.40017 53.4728 -4.43993 53.5158 -4.47694 53.559 -4.51122 53.6022 -4.54279 53.6456 -4.57167 53.689 -4.5979 53.7324 -4.6215 53.7759 -4.64251 53.8192 -4.66096 53.8626 -4.67689 53.9058 -4.69032 53.9489 -4.70132 53.9918 -4.7099 54.0346 -4.71611 54.0772 -4.72 54.1196 -4.72161 54.1618 -4.72098 54.2037 -4.71815 54.2453 -4.71317 54.2866 -4.7061 54.3276 -4.69696 54.3682 -4.68582 54.4086 -4.67271 54.4485 -4.65768 54.4881 -4.64079 54.5273 -4.62208 54.566 -4.60159 54.6044 -4.57937 54.6423 -4.55548 54.6798 -4.52995 54.7169 -4.50283 54.7534 -4.47417 54.7895 -4.44402 54.8252 -4.41241 54.8603 -4.3794 54.895 -4.34503 54.9292 -4.30934 54.9628 -4.27238 54.996 -4.23418 55.0287 -4.19479 55.0608 -4.15425 55.0924 -4.11259 55.1235 -4.06987 55.1541 -4.02612 55.1842 -3.98136 55.2137 -3.93565 55.2428 -3.88902 55.2713 -3.8415 55.2992 -3.79313 55.3267 -3.74394 55.3536 -3.69396 55.38 -3.64323 55.4059 -3.59178 55.4313 -3.53963 55.4561 -3.48681 55.4805 -3.43337 55.5043 -3.37931 55.5276 -3.32467 55.5504 -3.26947 55.5727 -3.21375 55.5945 -3.15752 55.6158 -3.1008 55.6366 -3.04363 55.6569 -2.98601 55.6767 -2.92798 55.6961 -2.86955 55.7149 -2.81075 55.7333 -2.75158 55.7512 -2.69207 55.7686 -2.63224 55.7856 -2.57211 55.8021 -2.51168 55.8182 -2.45097 55.8338 -2.39001 55.8489 -2.3288 55.8636 -2.26735 55.8779 -2.20569 55.8917 -2.14382 55.9051 -2.08175 55.9181 -2.01949 55.9306 -1.95707 55.9427 -1.89447 55.9544 -1.83172 55.9657 -1.76883 55.9765 -1.7058 55.987 -1.64264 55.997 -1.57936 56.0067 -1.51597 56.0159 -1.45247 56.0248 -1.38887 56.0332 -1.32518 56.0413 -1.2614 56.049 -1.19754 56.0563 -1.13361 56.0632 -1.0696 56.0697 -1.00553 56.0759 -0.941391 56.0816 -0.877199 56.0871 -0.812952 56.0921 -0.748657 56.0968 -0.684315 56.1011 -0.619931 56.105 -0.555508 56.1086 -0.491049 56.1118 -0.426557 56.1146 -0.362063 56.1167 -0.299667 56.0534 -0.246592 55.2756 -0.19609 53.6762 -0.146351 51.9998 -0.0970938 50.3481 -0.0482996 48.7782 47.3207 -2.38316 52.6552 -2.48457 52.6805 -2.58394 52.7069 -2.6812 52.7343 -2.77629 52.7627 -2.86917 52.7919 -2.95976 52.822 -3.04803 52.853 -3.13393 52.8847 -3.21741 52.9173 -3.29844 52.9505 -3.37698 52.9845 -3.45301 53.0192 -3.52649 53.0545 -3.59739 53.0903 -3.66571 53.1268 -3.73141 53.1638 -3.79449 53.2012 -3.85494 53.2392 -3.91274 53.2775 -3.9679 53.3163 -4.02041 53.3554 -4.07027 53.3948 -4.11749 53.4346 -4.16207 53.4745 -4.20403 53.5148 -4.24338 53.5552 -4.28012 53.5957 -4.31429 53.6364 -4.34589 53.6772 -4.37496 53.7181 -4.40151 53.759 -4.42557 53.7999 -4.44717 53.8408 -4.46633 53.8817 -4.4831 53.9225 -4.49749 53.9633 -4.50955 54.0039 -4.5193 54.0444 -4.52679 54.0847 -4.53206 54.1249 -4.53513 54.1648 -4.53606 54.2046 -4.53487 54.2441 -4.53162 54.2833 -4.52634 54.3223 -4.51907 54.361 -4.50987 54.3994 -4.49875 54.4374 -4.48579 54.4751 -4.471 54.5125 -4.45445 54.5495 -4.43617 54.5861 -4.4162 54.6224 -4.39459 54.6582 -4.37138 54.6936 -4.34661 54.7287 -4.32034 54.7633 -4.29259 54.7974 -4.26341 54.8312 -4.23284 54.8644 -4.20093 54.8973 -4.16772 54.9296 -4.13323 54.9615 -4.09752 54.9929 -4.06063 55.0239 -4.02258 55.0544 -3.98343 55.0844 -3.9432 55.1139 -3.90193 55.1429 -3.85966 55.1715 -3.81643 55.1995 -3.77226 55.2271 -3.7272 55.2542 -3.68127 55.2808 -3.63451 55.3069 -3.58694 55.3325 -3.5386 55.3576 -3.48953 55.3822 -3.43974 55.4063 -3.38926 55.43 -3.33813 55.4532 -3.28637 55.4758 -3.234 55.498 -3.18106 55.5198 -3.12756 55.541 -3.07353 55.5618 -3.01899 55.5821 -2.96397 55.6019 -2.90848 55.6212 -2.85255 55.6401 -2.7962 55.6586 -2.73945 55.6765 -2.6823 55.6941 -2.6248 55.7111 -2.56694 55.7278 -2.50875 55.7439 -2.45025 55.7597 -2.39144 55.775 -2.33235 55.7898 -2.27299 55.8043 -2.21336 55.8183 -2.1535 55.8318 -2.0934 55.845 -2.03308 55.8577 -1.97256 55.8701 -1.91183 55.882 -1.85092 55.8935 -1.78984 55.9046 -1.72859 55.9153 -1.66718 55.9256 -1.60562 55.9355 -1.54392 55.945 -1.48209 55.9541 -1.42014 55.9628 -1.35807 55.9712 -1.29589 55.9791 -1.2336 55.9867 -1.17122 55.9939 -1.10875 56.0007 -1.0462 56.0072 -0.983565 56.0132 -0.920857 56.0189 -0.85808 56.0243 -0.79524 56.0292 -0.73234 56.0339 -0.669385 56.0381 -0.60638 56.042 -0.543328 56.0455 -0.480234 56.0487 -0.417102 56.0515 -0.35396 56.0535 -0.292837 55.9923 -0.240912 55.2237 -0.191581 53.6269 -0.142995 51.9512 -0.0948747 50.3 -0.0471999 48.7305 47.2735 -2.26191 52.7537 -2.3586 52.7772 -2.45341 52.8017 -2.54627 52.8272 -2.63712 52.8535 -2.72592 52.8807 -2.81261 52.9087 -2.89714 52.9375 -2.97948 52.9671 -3.05957 52.9974 -3.13739 53.0283 -3.21289 53.06 -3.28605 53.0923 -3.35684 53.1252 -3.42523 53.1587 -3.49121 53.1928 -3.55475 53.2273 -3.61584 53.2623 -3.67446 53.2978 -3.73061 53.3337 -3.78429 53.37 -3.83548 53.4066 -3.88419 53.4435 -3.93041 53.4808 -3.97416 53.5183 -4.01544 53.556 -4.05426 53.594 -4.09062 53.6321 -4.12455 53.6703 -4.15606 53.7087 -4.18517 53.7472 -4.2119 53.7857 -4.23627 53.8243 -4.2583 53.8629 -4.27802 53.9014 -4.29546 53.94 -4.31064 53.9785 -4.32359 54.0169 -4.33434 54.0552 -4.34294 54.0933 -4.3494 54.1313 -4.35376 54.1692 -4.35607 54.2069 -4.35634 54.2444 -4.35463 54.2816 -4.35097 54.3186 -4.34539 54.3554 -4.33793 54.3919 -4.32864 54.4281 -4.31755 54.464 -4.3047 54.4996 -4.29013 54.5349 -4.27388 54.5699 -4.25599 54.6045 -4.2365 54.6387 -4.21545 54.6726 -4.19287 54.7061 -4.16881 54.7392 -4.14331 54.7719 -4.11641 54.8043 -4.08814 54.8362 -4.05854 54.8677 -4.02765 54.8987 -3.99551 54.9294 -3.96216 54.9596 -3.92762 54.9894 -3.89195 55.0187 -3.85517 55.0476 -3.81731 55.076 -3.77842 55.104 -3.73853 55.1316 -3.69766 55.1587 -3.65586 55.1853 -3.61315 55.2115 -3.56957 55.2372 -3.52515 55.2624 -3.47991 55.2872 -3.43388 55.3116 -3.38711 55.3354 -3.3396 55.3588 -3.29139 55.3818 -3.24251 55.4043 -3.19299 55.4263 -3.14284 55.4479 -3.09209 55.469 -3.04076 55.4897 -2.98889 55.5099 -2.93649 55.5297 -2.88358 55.549 -2.83019 55.5678 -2.77633 55.5863 -2.72202 55.6043 -2.66729 55.6218 -2.61215 55.6389 -2.55663 55.6556 -2.50073 55.6719 -2.44447 55.6877 -2.38788 55.7031 -2.33096 55.7181 -2.27374 55.7326 -2.21622 55.7467 -2.15842 55.7605 -2.10035 55.7738 -2.04203 55.7867 -1.98347 55.7992 -1.92468 55.8113 -1.86568 55.823 -1.80646 55.8343 -1.74705 55.8452 -1.68746 55.8557 -1.62769 55.8658 -1.56775 55.8755 -1.50766 55.8849 -1.44741 55.8938 -1.38703 55.9024 -1.32652 55.9106 -1.26587 55.9185 -1.20512 55.9259 -1.14425 55.933 -1.08327 55.9397 -1.0222 55.9461 -0.961043 55.9521 -0.899797 55.9577 -0.838472 55.963 -0.777073 55.9679 -0.715605 55.9724 -0.654074 55.9766 -0.592486 55.9804 -0.530844 55.9839 -0.469153 55.987 -0.40742 55.9897 -0.34567 55.9918 -0.285862 55.9325 -0.235116 55.173 -0.186979 53.5788 -0.139569 51.9038 -0.0926084 50.253 -0.0460763 48.684 47.2274 -2.14682 52.8475 -2.23899 52.8694 -2.32943 52.8922 -2.41806 52.9158 -2.50484 52.9403 -2.58971 52.9656 -2.67262 52.9916 -2.75354 53.0184 -2.83242 53.0459 -2.90921 53.0741 -2.98389 53.103 -3.05642 53.1325 -3.12676 53.1627 -3.1949 53.1934 -3.26081 53.2246 -3.32446 53.2564 -3.38584 53.2887 -3.44492 53.3214 -3.50171 53.3546 -3.55618 53.3882 -3.60833 53.4221 -3.65815 53.4564 -3.70565 53.491 -3.75081 53.526 -3.79364 53.5611 -3.83415 53.5965 -3.87235 53.6322 -3.90823 53.668 -3.94182 53.7039 -3.97312 53.74 -4.00215 53.7762 -4.02892 53.8125 -4.05346 53.8488 -4.07579 53.8852 -4.09592 53.9216 -4.11388 53.9579 -4.12969 53.9943 -4.14338 54.0305 -4.15498 54.0667 -4.16451 54.1029 -4.17201 54.1388 -4.1775 54.1747 -4.18101 54.2104 -4.18258 54.2459 -4.18224 54.2813 -4.18003 54.3164 -4.17597 54.3513 -4.1701 54.386 -4.16245 54.4205 -4.15307 54.4546 -4.14199 54.4885 -4.12924 54.5222 -4.11486 54.5555 -4.09888 54.5885 -4.08135 54.6212 -4.06229 54.6535 -4.04175 54.6856 -4.01976 54.7172 -3.99636 54.7485 -3.97158 54.7795 -3.94546 54.81 -3.91804 54.8402 -3.88934 54.87 -3.85941 54.8994 -3.82828 54.9285 -3.79598 54.9571 -3.76255 54.9853 -3.72802 55.0131 -3.69243 55.0405 -3.6558 55.0674 -3.61817 55.094 -3.57957 55.1201 -3.54003 55.1458 -3.49958 55.171 -3.45826 55.1959 -3.41608 55.2203 -3.37308 55.2442 -3.32929 55.2678 -3.28474 55.2909 -3.23944 55.3135 -3.19343 55.3358 -3.14674 55.3576 -3.09938 55.3789 -3.05139 55.3999 -3.00278 55.4204 -2.95358 55.4405 -2.90382 55.4601 -2.8535 55.4793 -2.80267 55.4981 -2.75132 55.5165 -2.6995 55.5345 -2.64721 55.552 -2.59447 55.5691 -2.54131 55.5858 -2.48774 55.602 -2.43378 55.6179 -2.37944 55.6333 -2.32474 55.6484 -2.2697 55.663 -2.21433 55.6772 -2.15865 55.6911 -2.10267 55.7045 -2.0464 55.7175 -1.98986 55.7301 -1.93306 55.7424 -1.87601 55.7542 -1.81873 55.7657 -1.76122 55.7768 -1.7035 55.7874 -1.64557 55.7978 -1.58746 55.8077 -1.52916 55.8172 -1.47068 55.8264 -1.41205 55.8352 -1.35325 55.8436 -1.29431 55.8517 -1.23524 55.8594 -1.17603 55.8667 -1.11669 55.8737 -1.05725 55.8803 -0.997688 55.8865 -0.938029 55.8924 -0.878275 55.8979 -0.818432 55.9031 -0.758506 55.9079 -0.698504 55.9124 -0.638431 55.9165 -0.578293 55.9203 -0.518096 55.9237 -0.457845 55.9267 -0.397546 55.9294 -0.337226 55.9315 -0.278769 55.8741 -0.229223 55.1234 -0.1823 53.5318 -0.136084 51.8575 -0.0903024 50.2072 -0.0449327 48.6386 47.1825 -2.03758 52.9369 -2.12543 52.9573 -2.21166 52.9784 -2.29622 53.0004 -2.37907 53.0231 -2.46015 53.0466 -2.53942 53.0709 -2.61683 53.0958 -2.69236 53.1215 -2.76594 53.1477 -2.83757 53.1746 -2.90719 53.2022 -2.97478 53.2303 -3.04031 53.2589 -3.10377 53.2881 -3.16512 53.3178 -3.22434 53.3479 -3.28143 53.3785 -3.33637 53.4095 -3.38914 53.4409 -3.43973 53.4727 -3.48815 53.5048 -3.53438 53.5373 -3.57842 53.57 -3.62027 53.603 -3.65994 53.6362 -3.69743 53.6696 -3.73274 53.7033 -3.76588 53.7371 -3.79687 53.771 -3.82571 53.8051 -3.85242 53.8392 -3.87701 53.8734 -3.89951 53.9077 -3.91992 53.942 -3.93827 53.9763 -3.95457 54.0106 -3.96886 54.0448 -3.98116 54.079 -3.99148 54.1132 -3.99986 54.1472 -4.00632 54.1812 -4.01089 54.215 -4.0136 54.2486 -4.01448 54.2821 -4.01355 54.3155 -4.01085 54.3486 -4.00641 54.3816 -4.00026 54.4143 -3.99243 54.4468 -3.98296 54.4791 -3.97187 54.5111 -3.95921 54.5428 -3.94499 54.5743 -3.92927 54.6055 -3.91206 54.6363 -3.8934 54.6669 -3.87334 54.6972 -3.85189 54.7271 -3.8291 54.7567 -3.80499 54.7859 -3.7796 54.8148 -3.75297 54.8434 -3.72512 54.8716 -3.69608 54.8994 -3.6659 54.9269 -3.63459 54.954 -3.6022 54.9807 -3.56875 55.007 -3.53428 55.0329 -3.49881 55.0585 -3.46237 55.0836 -3.42499 55.1084 -3.38671 55.1327 -3.34754 55.1567 -3.30753 55.1802 -3.26668 55.2034 -3.22504 55.2261 -3.18263 55.2485 -3.13947 55.2704 -3.09559 55.2919 -3.05101 55.313 -3.00576 55.3337 -2.95986 55.354 -2.91334 55.3739 -2.86621 55.3933 -2.8185 55.4124 -2.77023 55.4311 -2.72142 55.4493 -2.67209 55.4672 -2.62226 55.4846 -2.57195 55.5017 -2.52118 55.5183 -2.46996 55.5346 -2.41832 55.5504 -2.36627 55.5658 -2.31383 55.5809 -2.26101 55.5956 -2.20783 55.6098 -2.1543 55.6237 -2.10045 55.6372 -2.04628 55.6503 -1.9918 55.663 -1.93703 55.6754 -1.88199 55.6873 -1.82668 55.6989 -1.77113 55.7101 -1.71533 55.721 -1.6593 55.7314 -1.60305 55.7415 -1.5466 55.7512 -1.48995 55.7606 -1.43311 55.7696 -1.37609 55.7782 -1.3189 55.7864 -1.26156 55.7944 -1.20406 55.8019 -1.14642 55.8091 -1.08865 55.8159 -1.03074 55.8224 -0.972723 55.8285 -0.91459 55.8343 -0.856353 55.8397 -0.798019 55.8448 -0.739594 55.8495 -0.681085 55.8539 -0.622499 55.8579 -0.563841 55.8616 -0.505119 55.8649 -0.446338 55.8679 -0.387504 55.8706 -0.328644 55.8726 -0.27157 55.817 -0.223247 55.0751 -0.177554 53.4861 -0.132549 51.8125 -0.0879628 50.1626 -0.0437721 48.5944 47.1387 -1.93386 53.022 -2.01756 53.041 -2.09976 53.0606 -2.18042 53.081 -2.25948 53.1022 -2.33691 53.1241 -2.41266 53.1466 -2.48669 53.1699 -2.55896 53.1937 -2.62944 53.2182 -2.69808 53.2433 -2.76486 53.269 -2.82976 53.2952 -2.89274 53.3219 -2.95378 53.3491 -3.01285 53.3768 -3.06995 53.405 -3.12505 53.4336 -3.17813 53.4626 -3.22919 53.492 -3.27821 53.5217 -3.32519 53.5518 -3.37012 53.5822 -3.41299 53.6129 -3.45381 53.6438 -3.49257 53.675 -3.52928 53.7064 -3.56395 53.7379 -3.59656 53.7697 -3.62715 53.8016 -3.6557 53.8336 -3.68224 53.8657 -3.70678 53.898 -3.72933 53.9302 -3.7499 53.9626 -3.76852 53.9949 -3.78519 54.0273 -3.79995 54.0596 -3.81281 54.0919 -3.82379 54.1242 -3.83291 54.1563 -3.84021 54.1884 -3.84569 54.2205 -3.8494 54.2523 -3.85134 54.2841 -3.85156 54.3157 -3.85008 54.3472 -3.84692 54.3784 -3.84211 54.4095 -3.83569 54.4404 -3.82768 54.4711 -3.81811 54.5015 -3.80701 54.5317 -3.79442 54.5617 -3.78036 54.5914 -3.76486 54.6208 -3.74795 54.65 -3.72967 54.6789 -3.71004 54.7075 -3.6891 54.7357 -3.66687 54.7637 -3.64339 54.7914 -3.61869 54.8187 -3.59279 54.8457 -3.56573 54.8724 -3.53754 54.8987 -3.50825 54.9247 -3.47788 54.9503 -3.44647 54.9756 -3.41404 55.0005 -3.38062 55.0251 -3.34624 55.0493 -3.31093 55.0731 -3.27472 55.0965 -3.23762 55.1196 -3.19968 55.1423 -3.1609 55.1646 -3.12133 55.1865 -3.08099 55.2081 -3.03989 55.2293 -2.99806 55.2501 -2.95553 55.2705 -2.91232 55.2905 -2.86846 55.3101 -2.82396 55.3294 -2.77884 55.3482 -2.73314 55.3667 -2.68686 55.3848 -2.64003 55.4025 -2.59267 55.4198 -2.54479 55.4367 -2.49642 55.4533 -2.44758 55.4695 -2.39828 55.4853 -2.34854 55.5007 -2.29838 55.5157 -2.2478 55.5303 -2.19684 55.5446 -2.1455 55.5585 -2.0938 55.572 -2.04176 55.5852 -1.98938 55.5979 -1.93669 55.6103 -1.88369 55.6224 -1.8304 55.634 -1.77683 55.6454 -1.723 55.6563 -1.66891 55.6669 -1.61458 55.6771 -1.56001 55.6869 -1.50523 55.6964 -1.45023 55.7056 -1.39503 55.7144 -1.33965 55.7228 -1.28408 55.7309 -1.22834 55.7386 -1.17244 55.746 -1.11638 55.753 -1.06018 55.7597 -1.00385 55.766 -0.947381 55.772 -0.890796 55.7777 -0.834098 55.783 -0.777295 55.788 -0.720394 55.7926 -0.663402 55.7969 -0.606327 55.8008 -0.549174 55.8044 -0.491952 55.8077 -0.434667 55.8107 -0.377325 55.8133 -0.319953 55.8152 -0.264289 55.7613 -0.217206 55.028 -0.172756 53.4417 -0.128974 51.7687 -0.0855964 50.1193 -0.042598 48.5514 47.0961 -1.83533 53.1031 -1.91505 53.1207 -1.99338 53.1389 -2.07029 53.158 -2.14572 53.1776 -2.21964 53.198 -2.292 53.219 -2.36276 53.2406 -2.43188 53.2628 -2.49934 53.2857 -2.56509 53.309 -2.62911 53.333 -2.69138 53.3574 -2.75185 53.3824 -2.81052 53.4078 -2.86736 53.4337 -2.92235 53.46 -2.97547 53.4867 -3.02671 53.5139 -3.07605 53.5413 -3.12348 53.5692 -3.16901 53.5973 -3.2126 53.6258 -3.25427 53.6545 -3.29401 53.6835 -3.33182 53.7128 -3.3677 53.7422 -3.40164 53.7719 -3.43366 53.8017 -3.46376 53.8317 -3.49194 53.8618 -3.51822 53.892 -3.54261 53.9223 -3.56511 53.9527 -3.58574 53.9832 -3.60452 54.0137 -3.62145 54.0442 -3.63656 54.0747 -3.64986 54.1052 -3.66138 54.1357 -3.67112 54.1661 -3.67912 54.1964 -3.68539 54.2267 -3.68996 54.2569 -3.69284 54.287 -3.69407 54.3169 -3.69366 54.3467 -3.69165 54.3764 -3.68805 54.4059 -3.6829 54.4352 -3.67622 54.4644 -3.66803 54.4933 -3.65837 54.5221 -3.64725 54.5506 -3.63472 54.5789 -3.62079 54.6069 -3.6055 54.6347 -3.58887 54.6622 -3.57093 54.6895 -3.55171 54.7165 -3.53124 54.7432 -3.50954 54.7697 -3.48665 54.7958 -3.46259 54.8216 -3.43739 54.8472 -3.41108 54.8724 -3.38368 54.8973 -3.35523 54.9219 -3.32574 54.9461 -3.29525 54.97 -3.26379 54.9936 -3.23137 55.0168 -3.19803 55.0397 -3.16379 55.0623 -3.12868 55.0845 -3.09272 55.1063 -3.05594 55.1278 -3.01835 55.149 -2.97999 55.1697 -2.94088 55.1902 -2.90104 55.2102 -2.86049 55.2299 -2.81926 55.2493 -2.77736 55.2682 -2.73482 55.2868 -2.69167 55.3051 -2.64791 55.3229 -2.60357 55.3405 -2.55867 55.3576 -2.51323 55.3744 -2.46727 55.3908 -2.42081 55.4068 -2.37386 55.4225 -2.32643 55.4378 -2.27856 55.4528 -2.23025 55.4674 -2.18153 55.4816 -2.13239 55.4955 -2.08288 55.509 -2.03298 55.5221 -1.98273 55.5349 -1.93214 55.5473 -1.88121 55.5594 -1.82997 55.5711 -1.77842 55.5825 -1.72659 55.5935 -1.67447 55.6042 -1.62209 55.6145 -1.56945 55.6244 -1.51656 55.6341 -1.46345 55.6433 -1.41011 55.6522 -1.35656 55.6608 -1.30281 55.6691 -1.24887 55.6769 -1.19475 55.6845 -1.14045 55.6917 -1.086 55.6986 -1.03138 55.7051 -0.976628 55.7113 -0.921734 55.7172 -0.866712 55.7227 -0.811569 55.7279 -0.756315 55.7327 -0.700955 55.7372 -0.6455 55.7414 -0.589955 55.7453 -0.534328 55.7488 -0.478627 55.752 -0.422859 55.7549 -0.367031 55.7574 -0.311168 55.7594 -0.256941 55.7071 -0.211112 54.9822 -0.167916 53.3985 -0.125367 51.7262 -0.0832082 50.0771 -0.0414127 48.5096 47.0547 -1.74175 53.1802 -1.81766 53.1966 -1.89229 53.2136 -1.96559 53.2313 -2.03753 53.2496 -2.10806 53.2685 -2.17714 53.2881 -2.24474 53.3082 -2.31082 53.3289 -2.37534 53.3502 -2.43829 53.372 -2.49963 53.3943 -2.55932 53.4171 -2.61735 53.4404 -2.6737 53.4641 -2.72834 53.4883 -2.78125 53.5129 -2.83241 53.5379 -2.88182 53.5633 -2.92945 53.589 -2.97529 53.615 -3.01934 53.6414 -3.06159 53.668 -3.10203 53.695 -3.14065 53.7222 -3.17746 53.7496 -3.21245 53.7772 -3.24562 53.8051 -3.27698 53.8331 -3.30653 53.8612 -3.33427 53.8895 -3.36021 53.918 -3.38436 53.9465 -3.40673 53.9751 -3.42733 54.0038 -3.44616 54.0325 -3.46325 54.0613 -3.47861 54.0901 -3.49225 54.1188 -3.50418 54.1476 -3.51443 54.1763 -3.52302 54.205 -3.52995 54.2337 -3.53526 54.2622 -3.53896 54.2907 -3.54107 54.319 -3.54162 54.3473 -3.54062 54.3754 -3.53811 54.4034 -3.53409 54.4312 -3.52861 54.4589 -3.52168 54.4864 -3.51332 54.5137 -3.50356 54.5408 -3.49243 54.5677 -3.47995 54.5944 -3.46615 54.6209 -3.45105 54.6471 -3.43467 54.6731 -3.41706 54.6989 -3.39822 54.7244 -3.37819 54.7496 -3.35699 54.7746 -3.33465 54.7993 -3.3112 54.8237 -3.28665 54.8478 -3.26105 54.8717 -3.2344 54.8952 -3.20674 54.9184 -3.17809 54.9414 -3.14848 54.964 -3.11793 54.9863 -3.08647 55.0083 -3.05411 55.0299 -3.02089 55.0513 -2.98683 55.0723 -2.95195 55.0929 -2.91628 55.1133 -2.87983 55.1333 -2.84262 55.153 -2.8047 55.1723 -2.76606 55.1913 -2.72674 55.2099 -2.68675 55.2282 -2.64611 55.2462 -2.60485 55.2638 -2.56299 55.2811 -2.52054 55.298 -2.47753 55.3146 -2.43396 55.3308 -2.38987 55.3467 -2.34526 55.3622 -2.30016 55.3774 -2.25459 55.3923 -2.20855 55.4067 -2.16206 55.4209 -2.11515 55.4347 -2.06782 55.4481 -2.0201 55.4613 -1.97199 55.474 -1.92351 55.4864 -1.87468 55.4985 -1.82551 55.5102 -1.77601 55.5216 -1.72619 55.5327 -1.67607 55.5434 -1.62567 55.5538 -1.57498 55.5638 -1.52403 55.5735 -1.47283 55.5829 -1.42138 55.5919 -1.3697 55.6006 -1.3178 55.6089 -1.26569 55.6169 -1.21338 55.6246 -1.16088 55.632 -1.1082 55.639 -1.05534 55.6457 -1.00233 55.6521 -0.94916 55.6581 -0.895848 55.6638 -0.842401 55.6692 -0.788826 55.6743 -0.735134 55.679 -0.681332 55.6834 -0.627428 55.6875 -0.57343 55.6913 -0.519346 55.6947 -0.465184 55.6979 -0.410952 55.7007 -0.356657 55.7031 -0.302323 55.705 -0.249549 55.6543 -0.204986 54.9376 -0.163049 53.3566 -0.121739 51.6849 -0.0808054 50.0362 -0.0402198 48.469 47.0145 -1.65277 53.2536 -1.72503 53.2688 -1.79611 53.2847 -1.86597 53.3011 -1.93455 53.3182 -2.00183 53.3358 -2.06776 53.354 -2.13231 53.3728 -2.19546 53.3921 -2.25716 53.4119 -2.31738 53.4322 -2.37611 53.453 -2.4333 53.4743 -2.48895 53.4961 -2.54302 53.5182 -2.5955 53.5408 -2.64637 53.5638 -2.6956 53.5871 -2.74319 53.6108 -2.78912 53.6349 -2.83337 53.6593 -2.87595 53.684 -2.91683 53.7089 -2.95602 53.7342 -2.9935 53.7596 -3.02927 53.7854 -3.06334 53.8113 -3.0957 53.8374 -3.12634 53.8637 -3.15528 53.8902 -3.18251 53.9168 -3.20805 53.9435 -3.23189 53.9703 -3.25404 53.9973 -3.27452 54.0243 -3.29333 54.0513 -3.31048 54.0784 -3.32599 54.1056 -3.33986 54.1327 -3.35212 54.1599 -3.36277 54.187 -3.37184 54.2141 -3.37933 54.2412 -3.38527 54.2682 -3.38967 54.2951 -3.39255 54.3219 -3.39394 54.3487 -3.39384 54.3753 -3.39229 54.4018 -3.3893 54.4282 -3.38489 54.4545 -3.37909 54.4806 -3.37192 54.5065 -3.3634 54.5323 -3.35355 54.5579 -3.3424 54.5833 -3.32997 54.6085 -3.31628 54.6335 -3.30136 54.6582 -3.28523 54.6828 -3.26792 54.7071 -3.24944 54.7312 -3.22982 54.755 -3.2091 54.7786 -3.18728 54.8019 -3.1644 54.825 -3.14048 54.8478 -3.11554 54.8703 -3.0896 54.8925 -3.06269 54.9145 -3.03484 54.9361 -3.00606 54.9575 -2.97639 54.9786 -2.94583 54.9994 -2.91442 55.0199 -2.88217 55.04 -2.84911 55.0599 -2.81527 55.0794 -2.78065 55.0987 -2.74529 55.1176 -2.7092 55.1362 -2.67241 55.1545 -2.63493 55.1725 -2.59678 55.1901 -2.55799 55.2074 -2.51857 55.2244 -2.47855 55.2411 -2.43793 55.2574 -2.39675 55.2734 -2.35501 55.2891 -2.31274 55.3044 -2.26995 55.3194 -2.22666 55.3341 -2.18289 55.3485 -2.13865 55.3625 -2.09395 55.3762 -2.04882 55.3896 -2.00327 55.4026 -1.95731 55.4153 -1.91096 55.4277 -1.86423 55.4397 -1.81714 55.4514 -1.7697 55.4628 -1.72193 55.4739 -1.67383 55.4846 -1.62541 55.495 -1.5767 55.5051 -1.52771 55.5148 -1.47844 55.5242 -1.42891 55.5333 -1.37912 55.5421 -1.3291 55.5505 -1.27884 55.5587 -1.22837 55.5665 -1.17769 55.5739 -1.12681 55.5811 -1.07575 55.588 -1.0245 55.5945 -0.973087 55.6007 -0.921514 55.6066 -0.86979 55.6121 -0.817925 55.6174 -0.765929 55.6223 -0.713809 55.6269 -0.661574 55.6312 -0.609233 55.6352 -0.556794 55.6389 -0.504265 55.6422 -0.451654 55.6452 -0.39897 55.648 -0.346219 55.6504 -0.293428 55.6522 -0.242125 55.603 -0.198837 54.8943 -0.158164 53.3159 -0.118098 51.6448 -0.0783929 49.9965 -0.0390218 48.4297 46.9755 -1.56824 53.3235 -1.63701 53.3376 -1.70468 53.3523 -1.77121 53.3676 -1.83657 53.3835 -1.90071 53.3999 -1.96361 53.4169 -2.02522 53.4344 -2.08552 53.4524 -2.14448 53.4709 -2.20207 53.4898 -2.25826 53.5092 -2.31303 53.5291 -2.36636 53.5494 -2.41821 53.5701 -2.46858 53.5912 -2.51744 53.6126 -2.56477 53.6345 -2.61057 53.6566 -2.65481 53.6791 -2.69748 53.702 -2.73858 53.7251 -2.7781 53.7484 -2.81602 53.7721 -2.85234 53.796 -2.88705 53.8201 -2.92016 53.8444 -2.95166 53.8689 -2.98155 53.8936 -3.00983 53.9184 -3.0365 53.9434 -3.06157 53.9686 -3.08504 53.9938 -3.10691 54.0191 -3.12719 54.0446 -3.1459 54.07 -3.16303 54.0956 -3.17861 54.1211 -3.19263 54.1467 -3.20512 54.1723 -3.21608 54.198 -3.22552 54.2235 -3.23347 54.2491 -3.23994 54.2746 -3.24494 54.3001 -3.24849 54.3255 -3.2506 54.3508 -3.2513 54.376 -3.25061 54.4011 -3.24853 54.4262 -3.24509 54.4511 -3.24031 54.4758 -3.23422 54.5004 -3.22682 54.5249 -3.21814 54.5492 -3.20821 54.5733 -3.19704 54.5973 -3.18465 54.6211 -3.17107 54.6446 -3.15632 54.668 -3.14042 54.6912 -3.12339 54.7141 -3.10525 54.7369 -3.08603 54.7594 -3.06575 54.7816 -3.04443 54.8036 -3.02209 54.8254 -2.99876 54.8469 -2.97446 54.8682 -2.9492 54.8892 -2.92301 54.9099 -2.89592 54.9304 -2.86794 54.9506 -2.83909 54.9705 -2.8094 54.9902 -2.77889 55.0095 -2.74758 55.0286 -2.71548 55.0473 -2.68262 55.0658 -2.64903 55.084 -2.61471 55.1019 -2.57969 55.1195 -2.54399 55.1368 -2.50762 55.1537 -2.47061 55.1704 -2.43298 55.1868 -2.39473 55.2028 -2.3559 55.2186 -2.3165 55.234 -2.27654 55.2491 -2.23604 55.2639 -2.19502 55.2784 -2.1535 55.2926 -2.11149 55.3065 -2.06901 55.32 -2.02607 55.3333 -1.98269 55.3462 -1.93888 55.3588 -1.89465 55.3711 -1.85004 55.383 -1.80503 55.3947 -1.75966 55.406 -1.71393 55.4171 -1.66785 55.4278 -1.62145 55.4382 -1.57473 55.4483 -1.5277 55.458 -1.48038 55.4675 -1.43278 55.4766 -1.38491 55.4854 -1.33678 55.494 -1.2884 55.5022 -1.23979 55.5101 -1.19095 55.5176 -1.14189 55.5249 -1.09264 55.5319 -1.04318 55.5385 -0.993546 55.5448 -0.943736 55.5509 -0.89376 55.5566 -0.843629 55.562 -0.793351 55.5671 -0.742937 55.5719 -0.692395 55.5764 -0.641734 55.5805 -0.590962 55.5844 -0.540089 55.588 -0.489123 55.5912 -0.438072 55.5942 -0.386945 55.5968 -0.33575 55.5992 -0.284511 55.601 -0.23469 55.5532 -0.192681 54.8523 -0.153273 53.2765 -0.114451 51.606 -0.0759764 49.958 -0.0378215 48.3915 46.9377 -1.48783 53.3899 -1.55327 53.403 -1.61768 53.4167 -1.68104 53.431 -1.74331 53.4458 -1.80444 53.4611 -1.86442 53.4769 -1.9232 53.4932 -1.98077 53.5099 -2.03708 53.5272 -2.09212 53.5448 -2.14585 53.563 -2.19826 53.5815 -2.24932 53.6004 -2.29901 53.6198 -2.34731 53.6395 -2.3942 53.6595 -2.43967 53.6799 -2.4837 53.7007 -2.52627 53.7217 -2.56738 53.7431 -2.60701 53.7647 -2.64516 53.7866 -2.68181 53.8087 -2.71695 53.8311 -2.75059 53.8537 -2.78272 53.8765 -2.81333 53.8995 -2.84243 53.9227 -2.87001 53.946 -2.89607 53.9695 -2.92062 53.9931 -2.94366 54.0168 -2.96519 54.0407 -2.98522 54.0646 -3.00375 54.0886 -3.02079 54.1126 -3.03636 54.1367 -3.05045 54.1608 -3.06308 54.185 -3.07427 54.2091 -3.08401 54.2333 -3.09233 54.2574 -3.09923 54.2815 -3.10473 54.3056 -3.10885 54.3296 -3.1116 54.3535 -3.11299 54.3774 -3.11305 54.4012 -3.11178 54.4249 -3.10921 54.4485 -3.10535 54.472 -3.10023 54.4953 -3.09385 54.5185 -3.08624 54.5416 -3.07742 54.5645 -3.06741 54.5873 -3.05622 54.6099 -3.04388 54.6323 -3.0304 54.6545 -3.01581 54.6766 -3.00013 54.6985 -2.98337 54.7201 -2.96556 54.7415 -2.94671 54.7628 -2.92686 54.7838 -2.90601 54.8046 -2.88419 54.8251 -2.86142 54.8454 -2.83772 54.8655 -2.81311 54.8853 -2.78761 54.9049 -2.76125 54.9242 -2.73403 54.9433 -2.70598 54.9621 -2.67712 54.9807 -2.64747 54.9989 -2.61705 55.0169 -2.58588 55.0347 -2.55398 55.0521 -2.52136 55.0693 -2.48805 55.0862 -2.45406 55.1028 -2.41941 55.1191 -2.38412 55.1351 -2.34821 55.1508 -2.3117 55.1663 -2.27459 55.1815 -2.23691 55.1963 -2.19868 55.2109 -2.15991 55.2252 -2.12062 55.2391 -2.08082 55.2528 -2.04053 55.2662 -1.99977 55.2793 -1.95854 55.292 -1.91687 55.3045 -1.87477 55.3167 -1.83226 55.3286 -1.78934 55.3401 -1.74603 55.3514 -1.70235 55.3624 -1.6583 55.373 -1.61391 55.3834 -1.56918 55.3935 -1.52413 55.4032 -1.47877 55.4127 -1.4331 55.4218 -1.38715 55.4307 -1.34093 55.4392 -1.29444 55.4475 -1.2477 55.4554 -1.20072 55.4631 -1.15351 55.4704 -1.10607 55.4775 -1.05843 55.4842 -1.01059 55.4907 -0.962556 55.4968 -0.914345 55.5026 -0.865965 55.5082 -0.817425 55.5134 -0.768735 55.5184 -0.719903 55.523 -0.67094 55.5274 -0.621854 55.5315 -0.572655 55.5352 -0.523352 55.5387 -0.473952 55.5418 -0.424466 55.5447 -0.374902 55.5473 -0.325268 55.5495 -0.275586 55.5513 -0.227257 55.5049 -0.186531 54.8116 -0.148386 53.2383 -0.110806 51.5684 -0.0735613 49.9207 -0.0366217 48.3546 46.901 -1.41138 53.453 -1.47362 53.4653 -1.53491 53.478 -1.59521 53.4913 -1.65451 53.5051 -1.71275 53.5193 -1.76992 53.534 -1.82598 53.5492 -1.88091 53.5649 -1.93467 53.5809 -1.98724 53.5974 -2.0386 53.6143 -2.08872 53.6316 -2.13758 53.6493 -2.18517 53.6673 -2.23145 53.6858 -2.27642 53.7045 -2.32006 53.7236 -2.36236 53.743 -2.40329 53.7626 -2.44284 53.7826 -2.48102 53.8029 -2.5178 53.8234 -2.55317 53.8441 -2.58714 53.8651 -2.61969 53.8863 -2.65081 53.9077 -2.68052 53.9292 -2.70879 53.951 -2.73564 53.9729 -2.76105 53.9949 -2.78504 54.0171 -2.8076 54.0394 -2.82874 54.0618 -2.84845 54.0843 -2.86675 54.1069 -2.88365 54.1295 -2.89913 54.1522 -2.91323 54.1749 -2.92593 54.1977 -2.93726 54.2205 -2.94722 54.2432 -2.95582 54.266 -2.96308 54.2888 -2.969 54.3115 -2.9736 54.3342 -2.97689 54.3568 -2.97888 54.3794 -2.9796 54.4019 -2.97905 54.4243 -2.97725 54.4467 -2.97422 54.4689 -2.96997 54.4911 -2.96452 54.5131 -2.95788 54.535 -2.95007 54.5567 -2.94112 54.5783 -2.93103 54.5998 -2.91983 54.6211 -2.90753 54.6422 -2.89416 54.6632 -2.87972 54.684 -2.86425 54.7046 -2.84775 54.725 -2.83025 54.7453 -2.81177 54.7653 -2.79232 54.7851 -2.77193 54.8047 -2.75061 54.8241 -2.72838 54.8433 -2.70526 54.8622 -2.68127 54.8809 -2.65643 54.8994 -2.63076 54.9176 -2.60428 54.9356 -2.57699 54.9534 -2.54894 54.9709 -2.52012 54.9881 -2.49056 55.0051 -2.46028 55.0218 -2.4293 55.0383 -2.39763 55.0545 -2.36529 55.0704 -2.33229 55.0861 -2.29866 55.1015 -2.26442 55.1166 -2.22957 55.1315 -2.19414 55.146 -2.15813 55.1603 -2.12158 55.1743 -2.08449 55.1881 -2.04687 55.2015 -2.00875 55.2147 -1.97014 55.2276 -1.93106 55.2402 -1.89151 55.2525 -1.85151 55.2645 -1.81109 55.2763 -1.77024 55.2877 -1.72899 55.2989 -1.68735 55.3098 -1.64533 55.3203 -1.60294 55.3306 -1.5602 55.3407 -1.51713 55.3504 -1.47372 55.3598 -1.43 55.3689 -1.38598 55.3778 -1.34167 55.3864 -1.29707 55.3946 -1.25221 55.4026 -1.20709 55.4103 -1.16173 55.4177 -1.11613 55.4248 -1.07031 55.4316 -1.02427 55.4382 -0.978029 55.4444 -0.931596 55.4504 -0.884979 55.456 -0.838189 55.4614 -0.791236 55.4665 -0.74413 55.4713 -0.696879 55.4758 -0.649494 55.48 -0.601983 55.4839 -0.554357 55.4876 -0.506624 55.4909 -0.458793 55.494 -0.410874 55.4968 -0.362875 55.4993 -0.314805 55.5015 -0.266685 55.5032 -0.21985 55.458 -0.180405 54.7722 -0.143517 53.2014 -0.107175 51.5321 -0.0711542 49.8847 -0.0354257 48.3189 46.8656 -1.33868 53.5131 -1.39786 53.5245 -1.45616 53.5363 -1.51355 53.5487 -1.56999 53.5615 -1.62546 53.5748 -1.67993 53.5885 -1.73336 53.6027 -1.78574 53.6172 -1.83703 53.6322 -1.88722 53.6476 -1.93628 53.6634 -1.98418 53.6795 -2.03091 53.696 -2.07644 53.7129 -2.12077 53.7301 -2.16386 53.7476 -2.20571 53.7654 -2.2463 53.7835 -2.28562 53.802 -2.32364 53.8206 -2.36038 53.8396 -2.3958 53.8588 -2.42991 53.8782 -2.46269 53.8979 -2.49414 53.9177 -2.52426 53.9378 -2.55303 53.958 -2.58046 53.9784 -2.60655 53.999 -2.63129 54.0197 -2.65468 54.0405 -2.67672 54.0614 -2.69742 54.0825 -2.71677 54.1037 -2.73479 54.1249 -2.75147 54.1462 -2.76682 54.1675 -2.78085 54.189 -2.79357 54.2104 -2.80497 54.2319 -2.81507 54.2533 -2.82389 54.2748 -2.83142 54.2963 -2.83768 54.3178 -2.84268 54.3392 -2.84643 54.3606 -2.84895 54.3819 -2.85024 54.4032 -2.85032 54.4244 -2.84921 54.4456 -2.84691 54.4666 -2.84345 54.4876 -2.83883 54.5084 -2.83307 54.5292 -2.82619 54.5498 -2.8182 54.5703 -2.80913 54.5907 -2.79898 54.6109 -2.78777 54.631 -2.77552 54.651 -2.76224 54.6707 -2.74796 54.6903 -2.73269 54.7098 -2.71645 54.729 -2.69925 54.7481 -2.68111 54.767 -2.66206 54.7857 -2.6421 54.8042 -2.62126 54.8224 -2.59955 54.8405 -2.57699 54.8584 -2.5536 54.876 -2.5294 54.8934 -2.5044 54.9106 -2.47862 54.9276 -2.45208 54.9443 -2.42479 54.9608 -2.39678 54.9771 -2.36805 54.9931 -2.33863 55.0089 -2.30854 55.0244 -2.27778 55.0397 -2.24638 55.0547 -2.21435 55.0695 -2.18171 55.084 -2.14848 55.0982 -2.11466 55.1122 -2.08028 55.1259 -2.04535 55.1394 -2.00989 55.1526 -1.97391 55.1655 -1.93742 55.1782 -1.90045 55.1906 -1.86299 55.2027 -1.82508 55.2146 -1.78673 55.2262 -1.74793 55.2375 -1.70872 55.2485 -1.66911 55.2593 -1.6291 55.2697 -1.58871 55.28 -1.54795 55.2899 -1.50684 55.2995 -1.46539 55.3089 -1.42361 55.318 -1.38151 55.3268 -1.33911 55.3354 -1.29641 55.3437 -1.25343 55.3517 -1.21017 55.3594 -1.16666 55.3668 -1.1229 55.3739 -1.0789 55.3808 -1.03467 55.3874 -0.99023 55.3937 -0.945581 55.3998 -0.900735 55.4055 -0.855704 55.411 -0.810496 55.4162 -0.765123 55.4211 -0.719594 55.4258 -0.673918 55.4301 -0.628106 55.4342 -0.582166 55.438 -0.536108 55.4415 -0.489942 55.4448 -0.443676 55.4477 -0.39732 55.4504 -0.350882 55.4528 -0.304373 55.455 -0.257812 55.4566 -0.212473 55.4127 -0.174308 54.734 -0.138671 53.1658 -0.10356 51.497 -0.068758 49.8499 -0.0342348 48.2843 46.8314 -1.2695 53.5701 -1.32575 53.5807 -1.38119 53.5918 -1.43577 53.6033 -1.48949 53.6152 -1.5423 53.6276 -1.59417 53.6404 -1.64509 53.6536 -1.69502 53.6672 -1.74394 53.6811 -1.79183 53.6955 -1.83866 53.7102 -1.88442 53.7253 -1.92908 53.7407 -1.97262 53.7564 -2.01504 53.7725 -2.0563 53.7889 -2.0964 53.8055 -2.13532 53.8225 -2.17305 53.8397 -2.20958 53.8572 -2.24488 53.8749 -2.27897 53.8929 -2.31181 53.9111 -2.34342 53.9295 -2.37377 53.9481 -2.40287 53.9669 -2.4307 53.9858 -2.45727 54.005 -2.48258 54.0243 -2.50661 54.0437 -2.52937 54.0633 -2.55087 54.0829 -2.57109 54.1027 -2.59004 54.1226 -2.60773 54.1426 -2.62415 54.1626 -2.63931 54.1827 -2.65322 54.2029 -2.66589 54.2231 -2.67731 54.2433 -2.68749 54.2635 -2.69645 54.2838 -2.70419 54.304 -2.71072 54.3243 -2.71605 54.3445 -2.72019 54.3647 -2.72315 54.3849 -2.72494 54.405 -2.72557 54.4251 -2.72506 54.4451 -2.72342 54.465 -2.72066 54.4848 -2.71679 54.5046 -2.71183 54.5242 -2.70579 54.5438 -2.69869 54.5632 -2.69053 54.5826 -2.68135 54.6018 -2.67114 54.6208 -2.65993 54.6398 -2.64773 54.6585 -2.63456 54.6772 -2.62043 54.6956 -2.60536 54.714 -2.58936 54.7321 -2.57246 54.7501 -2.55466 54.7679 -2.53599 54.7855 -2.51645 54.8029 -2.49608 54.8201 -2.47487 54.8372 -2.45286 54.854 -2.43004 54.8706 -2.40646 54.887 -2.3821 54.9032 -2.35701 54.9192 -2.33118 54.935 -2.30464 54.9505 -2.27741 54.9659 -2.24949 54.9809 -2.2209 54.9958 -2.19167 55.0104 -2.1618 55.0248 -2.13131 55.039 -2.10022 55.0529 -2.06854 55.0665 -2.03629 55.08 -2.00348 55.0931 -1.97012 55.106 -1.93624 55.1187 -1.90184 55.1311 -1.86694 55.1433 -1.83156 55.1552 -1.7957 55.1669 -1.75938 55.1783 -1.72262 55.1894 -1.68543 55.2003 -1.64781 55.2109 -1.6098 55.2212 -1.57139 55.2313 -1.5326 55.2412 -1.49344 55.2507 -1.45393 55.26 -1.41407 55.2691 -1.37389 55.2778 -1.33338 55.2863 -1.29257 55.2946 -1.25147 55.3026 -1.21007 55.3103 -1.16841 55.3177 -1.12648 55.3249 -1.08431 55.3318 -1.04189 55.3384 -0.999247 55.3448 -0.956383 55.3509 -0.91331 55.3567 -0.870039 55.3623 -0.826581 55.3675 -0.782946 55.3726 -0.739142 55.3773 -0.69518 55.3818 -0.65107 55.386 -0.606822 55.39 -0.562444 55.3936 -0.517948 55.397 -0.47334 55.4002 -0.428633 55.403 -0.383834 55.4056 -0.338953 55.408 -0.294 55.41 -0.248993 55.4116 -0.205146 55.3689 -0.168255 54.6971 -0.133859 53.1314 -0.0999704 51.4631 -0.0663778 49.8163 -0.0330517 48.251 46.7983 -1.20369 53.6243 -1.25715 53.6342 -1.30985 53.6445 -1.36175 53.6552 -1.41284 53.6663 -1.46309 53.6778 -1.51247 53.6898 -1.56096 53.7021 -1.60853 53.7147 -1.65516 53.7278 -1.70083 53.7412 -1.74552 53.7549 -1.7892 53.769 -1.83186 53.7833 -1.87348 53.798 -1.91404 53.813 -1.95352 53.8283 -1.99192 53.8439 -2.02921 53.8598 -2.06539 53.8759 -2.10044 53.8922 -2.13434 53.9088 -2.1671 53.9256 -2.1987 53.9427 -2.22913 53.9599 -2.25839 53.9773 -2.28646 53.9949 -2.31335 54.0127 -2.33905 54.0307 -2.36356 54.0488 -2.38687 54.067 -2.40898 54.0854 -2.42989 54.1038 -2.44961 54.1224 -2.46812 54.1411 -2.48544 54.1599 -2.50156 54.1787 -2.51649 54.1976 -2.53024 54.2166 -2.5428 54.2356 -2.55418 54.2547 -2.56439 54.2737 -2.57343 54.2928 -2.58132 54.3119 -2.58805 54.331 -2.59365 54.3501 -2.5981 54.3692 -2.60144 54.3882 -2.60365 54.4072 -2.60477 54.4262 -2.60479 54.4451 -2.60372 54.4639 -2.60159 54.4827 -2.59839 54.5014 -2.59415 54.52 -2.58887 54.5385 -2.58258 54.5569 -2.57527 54.5753 -2.56697 54.5935 -2.55768 54.6115 -2.54743 54.6295 -2.53623 54.6473 -2.52409 54.665 -2.51102 54.6826 -2.49704 54.7 -2.48217 54.7172 -2.46642 54.7343 -2.4498 54.7513 -2.43233 54.768 -2.41403 54.7846 -2.39491 54.801 -2.37498 54.8172 -2.35427 54.8333 -2.33278 54.8491 -2.31053 54.8648 -2.28754 54.8803 -2.26382 54.8955 -2.23938 54.9106 -2.21425 54.9254 -2.18844 54.94 -2.16195 54.9545 -2.13482 54.9687 -2.10705 54.9827 -2.07865 54.9964 -2.04964 55.01 -2.02005 55.0233 -1.98987 55.0364 -1.95912 55.0492 -1.92783 55.0618 -1.896 55.0742 -1.86364 55.0864 -1.83078 55.0983 -1.79742 55.1099 -1.76358 55.1214 -1.72927 55.1326 -1.69451 55.1435 -1.6593 55.1542 -1.62367 55.1646 -1.58761 55.1748 -1.55116 55.1848 -1.51431 55.1945 -1.47709 55.2039 -1.4395 55.2131 -1.40155 55.2221 -1.36327 55.2308 -1.32465 55.2392 -1.28571 55.2474 -1.24647 55.2553 -1.20693 55.263 -1.1671 55.2704 -1.12701 55.2776 -1.08665 55.2845 -1.04603 55.2912 -1.00518 55.2975 -0.964099 55.3037 -0.922796 55.3096 -0.881283 55.3152 -0.839572 55.3205 -0.797671 55.3256 -0.755592 55.3305 -0.713343 55.3351 -0.670936 55.3394 -0.628378 55.3435 -0.585682 55.3473 -0.542855 55.3508 -0.499908 55.3541 -0.45685 55.3571 -0.413692 55.3599 -0.370441 55.3624 -0.327108 55.3646 -0.283702 55.3666 -0.240241 55.3682 -0.197882 55.3265 -0.162257 54.6615 -0.129091 53.0983 -0.0964129 51.4304 -0.0640186 49.7839 -0.0318788 48.2189 46.7665 -1.14107 53.6757 -1.19185 53.685 -1.24193 53.6945 -1.29127 53.7045 -1.33986 53.7149 -1.38766 53.7256 -1.43465 53.7368 -1.48081 53.7482 -1.52611 53.76 -1.57053 53.7722 -1.61406 53.7847 -1.65667 53.7975 -1.69835 53.8106 -1.73907 53.8241 -1.77882 53.8378 -1.81757 53.8518 -1.85533 53.8661 -1.89206 53.8807 -1.92777 53.8955 -1.96243 53.9105 -1.99603 53.9258 -2.02856 53.9413 -2.06001 53.9571 -2.09038 53.973 -2.11965 53.9892 -2.14782 54.0055 -2.17487 54.022 -2.20082 54.0387 -2.22564 54.0555 -2.24934 54.0725 -2.27191 54.0896 -2.29335 54.1068 -2.31366 54.1242 -2.33284 54.1416 -2.35089 54.1592 -2.3678 54.1768 -2.38359 54.1945 -2.39825 54.2123 -2.41178 54.2301 -2.4242 54.248 -2.43549 54.266 -2.44568 54.2839 -2.45475 54.3019 -2.46273 54.3199 -2.46961 54.3379 -2.47541 54.3559 -2.48012 54.3739 -2.48376 54.3919 -2.48634 54.4098 -2.48787 54.4277 -2.48835 54.4456 -2.4878 54.4634 -2.48622 54.4811 -2.48363 54.4988 -2.48003 54.5164 -2.47545 54.5339 -2.46988 54.5514 -2.46334 54.5687 -2.45585 54.586 -2.44742 54.6031 -2.43805 54.6201 -2.42777 54.6371 -2.41658 54.6538 -2.4045 54.6705 -2.39154 54.687 -2.37772 54.7034 -2.36305 54.7197 -2.34754 54.7357 -2.3312 54.7517 -2.31406 54.7675 -2.29612 54.7831 -2.2774 54.7985 -2.25791 54.8138 -2.23768 54.8289 -2.2167 54.8438 -2.195 54.8586 -2.17259 54.8731 -2.14948 54.8875 -2.12569 54.9016 -2.10124 54.9156 -2.07613 54.9294 -2.05038 54.9429 -2.02401 54.9563 -1.99703 54.9694 -1.96945 54.9824 -1.94128 54.9951 -1.91255 55.0076 -1.88326 55.0199 -1.85343 55.032 -1.82307 55.0439 -1.7922 55.0555 -1.76082 55.0669 -1.72896 55.0781 -1.69662 55.089 -1.66381 55.0997 -1.63056 55.1102 -1.59686 55.1205 -1.56275 55.1305 -1.52822 55.1403 -1.49329 55.1499 -1.45797 55.1592 -1.42227 55.1682 -1.38622 55.1771 -1.34981 55.1857 -1.31305 55.194 -1.27597 55.2021 -1.23858 55.21 -1.20087 55.2176 -1.16287 55.225 -1.12459 55.2322 -1.08603 55.239 -1.04721 55.2457 -1.00814 55.2521 -0.968829 55.2582 -0.929288 55.2641 -0.889525 55.2698 -0.849553 55.2752 -0.809382 55.2804 -0.76902 55.2853 -0.72848 55.2899 -0.68777 55.2944 -0.646901 55.2985 -0.605882 55.3024 -0.564724 55.3061 -0.523435 55.3095 -0.482026 55.3127 -0.440506 55.3156 -0.398885 55.3183 -0.357171 55.3207 -0.315375 55.3228 -0.273505 55.3247 -0.231581 55.3262 -0.190699 55.2856 -0.156329 54.6271 -0.124378 53.0663 -0.0928955 51.3989 -0.0616858 49.7527 -0.0307189 48.1879 46.7357 -1.08147 53.7246 -1.12969 53.7332 -1.17726 53.7421 -1.22414 53.7514 -1.27032 53.7611 -1.31577 53.7711 -1.36047 53.7815 -1.40439 53.7921 -1.44752 53.8032 -1.48983 53.8145 -1.5313 53.8262 -1.57191 53.8381 -1.61165 53.8504 -1.6505 53.8629 -1.68844 53.8757 -1.72545 53.8888 -1.76153 53.9022 -1.79665 53.9158 -1.8308 53.9296 -1.86398 53.9437 -1.89616 53.958 -1.92735 53.9725 -1.95752 53.9873 -1.98667 54.0022 -2.0148 54.0173 -2.04188 54.0326 -2.06793 54.048 -2.09293 54.0637 -2.11687 54.0794 -2.13975 54.0954 -2.16158 54.1114 -2.18233 54.1276 -2.20203 54.1438 -2.22065 54.1602 -2.23821 54.1767 -2.25469 54.1933 -2.27011 54.2099 -2.28446 54.2267 -2.29775 54.2434 -2.30998 54.2603 -2.32115 54.2771 -2.33126 54.294 -2.34032 54.311 -2.34834 54.3279 -2.35532 54.3449 -2.36126 54.3619 -2.36618 54.3788 -2.37007 54.3958 -2.37296 54.4127 -2.37484 54.4296 -2.37572 54.4464 -2.37561 54.4633 -2.37453 54.48 -2.37247 54.4967 -2.36946 54.5134 -2.36549 54.53 -2.36059 54.5465 -2.35476 54.5629 -2.34801 54.5792 -2.34035 54.5955 -2.3318 54.6116 -2.32237 54.6276 -2.31206 54.6435 -2.3009 54.6593 -2.28889 54.675 -2.27605 54.6906 -2.26238 54.706 -2.24791 54.7213 -2.23264 54.7364 -2.21659 54.7514 -2.19976 54.7663 -2.18218 54.7809 -2.16386 54.7955 -2.14481 54.8098 -2.12503 54.824 -2.10456 54.8381 -2.08339 54.8519 -2.06155 54.8656 -2.03904 54.8791 -2.01589 54.8924 -1.99209 54.9056 -1.96767 54.9185 -1.94264 54.9313 -1.91702 54.9438 -1.89081 54.9562 -1.86402 54.9683 -1.83668 54.9803 -1.8088 54.992 -1.78038 55.0036 -1.75144 55.0149 -1.722 55.026 -1.69206 55.037 -1.66164 55.0477 -1.63075 55.0581 -1.59941 55.0684 -1.56762 55.0784 -1.5354 55.0883 -1.50276 55.0979 -1.46971 55.1073 -1.43627 55.1164 -1.40244 55.1253 -1.36824 55.134 -1.33368 55.1425 -1.29877 55.1508 -1.26352 55.1588 -1.22795 55.1666 -1.19206 55.1741 -1.15586 55.1814 -1.11937 55.1885 -1.0826 55.1954 -1.04556 55.202 -1.00825 55.2084 -0.970699 55.2145 -0.932904 55.2204 -0.894879 55.2261 -0.856635 55.2316 -0.818182 55.2368 -0.779529 55.2417 -0.740688 55.2464 -0.701668 55.2509 -0.662478 55.2552 -0.62313 55.2592 -0.583632 55.2629 -0.543995 55.2665 -0.504227 55.2697 -0.464338 55.2728 -0.424339 55.2756 -0.384237 55.2782 -0.344044 55.2805 -0.303767 55.2826 -0.263418 55.2844 -0.223013 55.2858 -0.183596 55.2462 -0.15047 54.594 -0.119721 53.0356 -0.0894198 51.3686 -0.0593803 49.7227 -0.0295723 48.1581 46.7062 -1.02477 53.771 -1.07055 53.779 -1.11572 53.7873 -1.16025 53.7959 -1.20413 53.805 -1.24732 53.8143 -1.28981 53.8239 -1.33158 53.8339 -1.37261 53.8442 -1.41288 53.8548 -1.45237 53.8656 -1.49105 53.8768 -1.52892 53.8882 -1.56596 53.9 -1.60215 53.9119 -1.63748 53.9241 -1.67192 53.9366 -1.70548 53.9493 -1.73813 53.9623 -1.76986 53.9754 -1.80067 53.9888 -1.83053 54.0024 -1.85945 54.0162 -1.88741 54.0301 -1.9144 54.0443 -1.94042 54.0586 -1.96547 54.0731 -1.98952 54.0877 -2.01259 54.1025 -2.03465 54.1174 -2.05572 54.1325 -2.07579 54.1476 -2.09485 54.1629 -2.1129 54.1783 -2.12995 54.1938 -2.14598 54.2093 -2.16101 54.225 -2.17503 54.2407 -2.18804 54.2564 -2.20004 54.2723 -2.21104 54.2881 -2.22105 54.304 -2.23006 54.32 -2.23807 54.3359 -2.2451 54.3519 -2.25114 54.3679 -2.25621 54.3839 -2.26031 54.3999 -2.26344 54.4158 -2.26562 54.4318 -2.26684 54.4477 -2.26713 54.4635 -2.26647 54.4794 -2.2649 54.4952 -2.2624 54.5109 -2.259 54.5266 -2.25469 54.5422 -2.2495 54.5577 -2.24343 54.5731 -2.23649 54.5885 -2.22869 54.6038 -2.22004 54.619 -2.21056 54.6341 -2.20024 54.649 -2.18912 54.6639 -2.17719 54.6786 -2.16446 54.6933 -2.15096 54.7078 -2.13669 54.7221 -2.12166 54.7364 -2.10589 54.7505 -2.08938 54.7644 -2.07216 54.7782 -2.05422 54.7919 -2.0356 54.8054 -2.01628 54.8188 -1.9963 54.8319 -1.97566 54.845 -1.95437 54.8578 -1.93245 54.8705 -1.90991 54.883 -1.88677 54.8954 -1.86302 54.9075 -1.8387 54.9195 -1.8138 54.9313 -1.78834 54.9429 -1.76234 54.9543 -1.73581 54.9655 -1.70875 54.9765 -1.68118 54.9874 -1.65312 54.998 -1.62458 55.0084 -1.59556 55.0186 -1.56608 55.0287 -1.53615 55.0385 -1.50578 55.0481 -1.47499 55.0575 -1.44378 55.0667 -1.41218 55.0756 -1.38018 55.0844 -1.3478 55.093 -1.31506 55.1013 -1.28196 55.1094 -1.24851 55.1173 -1.21473 55.125 -1.18063 55.1325 -1.14622 55.1397 -1.1115 55.1467 -1.07649 55.1535 -1.0412 55.1601 -1.00564 55.1664 -0.969828 55.1726 -0.933762 55.1785 -0.897458 55.1841 -0.860926 55.1896 -0.824176 55.1948 -0.787218 55.1998 -0.750062 55.2046 -0.712718 55.2091 -0.675196 55.2134 -0.637506 55.2175 -0.599657 55.2213 -0.561659 55.2249 -0.523522 55.2283 -0.485255 55.2315 -0.446868 55.2344 -0.40837 55.2371 -0.369771 55.2396 -0.33108 55.2418 -0.292307 55.2438 -0.253462 55.2455 -0.21456 55.2469 -0.176595 55.2082 -0.144697 54.5621 -0.11513 53.006 -0.0859931 51.3395 -0.057107 49.6938 -0.0284417 48.1294 46.6777 -0.970787 53.815 -1.01423 53.8224 -1.05711 53.8302 -1.0994 53.8382 -1.14107 53.8466 -1.18211 53.8553 -1.2225 53.8643 -1.26221 53.8736 -1.30123 53.8832 -1.33953 53.8931 -1.37711 53.9032 -1.41394 53.9136 -1.45001 53.9243 -1.4853 53.9352 -1.5198 53.9464 -1.55349 53.9578 -1.58635 53.9695 -1.61839 53.9814 -1.64957 53.9935 -1.6799 54.0058 -1.70936 54.0183 -1.73794 54.031 -1.76563 54.0439 -1.79242 54.0569 -1.8183 54.0702 -1.84327 54.0836 -1.86732 54.0971 -1.89045 54.1108 -1.91264 54.1247 -1.93389 54.1387 -1.9542 54.1528 -1.97357 54.167 -1.99199 54.1813 -2.00946 54.1958 -2.02598 54.2103 -2.04154 54.2249 -2.05616 54.2396 -2.06982 54.2543 -2.08252 54.2691 -2.09428 54.284 -2.10508 54.2989 -2.11494 54.3139 -2.12386 54.3289 -2.13183 54.3439 -2.13887 54.359 -2.14497 54.374 -2.15015 54.3891 -2.1544 54.4041 -2.15774 54.4191 -2.16016 54.4342 -2.16168 54.4492 -2.1623 54.4642 -2.16203 54.4791 -2.16087 54.494 -2.15884 54.5089 -2.15594 54.5237 -2.15218 54.5384 -2.14756 54.5531 -2.14211 54.5677 -2.13582 54.5822 -2.12871 54.5967 -2.12079 54.611 -2.11206 54.6253 -2.10254 54.6395 -2.09223 54.6536 -2.08115 54.6676 -2.06931 54.6814 -2.05671 54.6952 -2.04338 54.7088 -2.02931 54.7223 -2.01453 54.7357 -1.99904 54.7489 -1.98285 54.7621 -1.96597 54.775 -1.94843 54.7879 -1.93022 54.8006 -1.91136 54.8131 -1.89186 54.8255 -1.87174 54.8377 -1.851 54.8498 -1.82966 54.8617 -1.80773 54.8734 -1.78521 54.885 -1.76213 54.8964 -1.73849 54.9076 -1.71431 54.9187 -1.6896 54.9296 -1.66436 54.9403 -1.63862 54.9508 -1.61237 54.9611 -1.58565 54.9713 -1.55844 54.9812 -1.53077 54.991 -1.50266 55.0005 -1.4741 55.0099 -1.44511 55.0191 -1.41571 55.0281 -1.3859 55.0369 -1.35569 55.0454 -1.3251 55.0538 -1.29414 55.062 -1.26281 55.07 -1.23113 55.0777 -1.19912 55.0853 -1.16677 55.0927 -1.1341 55.0998 -1.10113 55.1067 -1.06786 55.1135 -1.0343 55.12 -1.00046 55.1263 -0.966361 55.1323 -0.932002 55.1382 -0.897398 55.1439 -0.862557 55.1493 -0.82749 55.1545 -0.792207 55.1595 -0.756718 55.1643 -0.721032 55.1689 -0.68516 55.1732 -0.649111 55.1774 -0.612895 55.1813 -0.576522 55.1849 -0.540001 55.1884 -0.503341 55.1917 -0.466552 55.1947 -0.429645 55.1975 -0.392628 55.2001 -0.355511 55.2024 -0.318303 55.2046 -0.281014 55.2065 -0.243652 55.2082 -0.206235 55.2095 -0.169703 55.1717 -0.139019 54.5314 -0.110614 52.9776 -0.0826226 51.3115 -0.0548708 49.666 -0.0273293 48.1019 46.6504 -0.9194 53.8567 -0.960613 53.8636 -1.0013 53.8708 -1.04143 53.8784 -1.08099 53.8862 -1.11996 53.8943 -1.15833 53.9027 -1.19606 53.9114 -1.23315 53.9203 -1.26958 53.9295 -1.30533 53.939 -1.34038 53.9487 -1.37472 53.9586 -1.40833 53.9689 -1.44119 53.9793 -1.4733 53.9899 -1.50465 54.0008 -1.53521 54.0119 -1.56497 54.0232 -1.59394 54.0347 -1.62209 54.0464 -1.64941 54.0583 -1.6759 54.0704 -1.70155 54.0826 -1.72634 54.095 -1.75028 54.1075 -1.77335 54.1202 -1.79555 54.133 -1.81688 54.146 -1.83732 54.1591 -1.85688 54.1723 -1.87555 54.1857 -1.89332 54.1991 -1.9102 54.2126 -1.92618 54.2263 -1.94126 54.24 -1.95544 54.2538 -1.96872 54.2676 -1.98111 54.2815 -1.99259 54.2955 -2.00317 54.3095 -2.01286 54.3236 -2.02165 54.3377 -2.02955 54.3518 -2.03656 54.366 -2.04268 54.3801 -2.04792 54.3943 -2.05229 54.4085 -2.05578 54.4226 -2.05841 54.4368 -2.06017 54.4509 -2.06108 54.4651 -2.06114 54.4792 -2.06035 54.4932 -2.05873 54.5072 -2.05628 54.5212 -2.05301 54.5351 -2.04893 54.549 -2.04403 54.5628 -2.03835 54.5765 -2.03187 54.5902 -2.02461 54.6038 -2.01658 54.6173 -2.00779 54.6307 -1.99824 54.644 -1.98796 54.6573 -1.97694 54.6704 -1.96519 54.6834 -1.95273 54.6963 -1.93957 54.7092 -1.92572 54.7218 -1.91118 54.7344 -1.89597 54.7468 -1.8801 54.7592 -1.86358 54.7713 -1.84641 54.7834 -1.82862 54.7953 -1.81021 54.8071 -1.7912 54.8187 -1.77158 54.8302 -1.75138 54.8415 -1.73061 54.8527 -1.70927 54.8637 -1.68738 54.8745 -1.66495 54.8852 -1.64199 54.8957 -1.61851 54.9061 -1.59453 54.9163 -1.57004 54.9263 -1.54507 54.9361 -1.51963 54.9458 -1.49372 54.9553 -1.46736 54.9646 -1.44056 54.9737 -1.41333 54.9827 -1.38567 54.9914 -1.35761 55 -1.32915 55.0084 -1.30031 55.0166 -1.27108 55.0246 -1.24149 55.0324 -1.21155 55.04 -1.18125 55.0475 -1.15063 55.0547 -1.11968 55.0617 -1.08842 55.0685 -1.05685 55.0752 -1.02499 55.0816 -0.992845 55.0878 -0.960429 55.0938 -0.92775 55.0997 -0.894817 55.1053 -0.861642 55.1107 -0.828234 55.1159 -0.794602 55.1209 -0.760757 55.1257 -0.726708 55.1303 -0.692465 55.1346 -0.658038 55.1388 -0.623436 55.1427 -0.58867 55.1465 -0.553747 55.15 -0.518679 55.1533 -0.483475 55.1565 -0.448144 55.1594 -0.412694 55.162 -0.377137 55.1645 -0.34148 55.1668 -0.305734 55.1688 -0.269906 55.1707 -0.234008 55.1723 -0.198053 55.1736 -0.162935 55.1366 -0.133444 54.5019 -0.106181 52.9503 -0.0793124 51.2846 -0.0526741 49.6394 -0.0262364 48.0754 46.6242 -0.870535 53.8962 -0.909618 53.9027 -0.948207 53.9094 -0.986283 53.9164 -1.02383 53.9237 -1.06082 53.9313 -1.09724 53.9391 -1.13308 53.9472 -1.16831 53.9555 -1.20292 53.9641 -1.2369 53.973 -1.27023 53.982 -1.3029 53.9913 -1.33488 54.0008 -1.36618 54.0106 -1.39676 54.0205 -1.42663 54.0307 -1.45577 54.0411 -1.48416 54.0516 -1.5118 54.0624 -1.53868 54.0733 -1.56478 54.0844 -1.5901 54.0957 -1.61463 54.1071 -1.63836 54.1187 -1.66129 54.1304 -1.6834 54.1423 -1.7047 54.1543 -1.72516 54.1665 -1.7448 54.1788 -1.76361 54.1911 -1.78158 54.2036 -1.7987 54.2162 -1.81499 54.2289 -1.83042 54.2417 -1.84501 54.2546 -1.85875 54.2675 -1.87163 54.2805 -1.88367 54.2936 -1.89486 54.3067 -1.90519 54.3199 -1.91468 54.3331 -1.92332 54.3463 -1.93111 54.3596 -1.93807 54.3729 -1.94418 54.3862 -1.94945 54.3996 -1.95389 54.4129 -1.95751 54.4263 -1.9603 54.4396 -1.96226 54.4529 -1.96342 54.4662 -1.96376 54.4795 -1.9633 54.4928 -1.96205 54.506 -1.96 54.5192 -1.95717 54.5323 -1.95356 54.5454 -1.94918 54.5584 -1.94403 54.5714 -1.93814 54.5843 -1.93149 54.5971 -1.92411 54.6099 -1.91599 54.6226 -1.90716 54.6352 -1.89761 54.6477 -1.88735 54.6601 -1.8764 54.6725 -1.86476 54.6847 -1.85245 54.6968 -1.83947 54.7089 -1.82583 54.7208 -1.81155 54.7326 -1.79662 54.7442 -1.78107 54.7558 -1.7649 54.7672 -1.74812 54.7785 -1.73074 54.7897 -1.71278 54.8007 -1.69423 54.8116 -1.67512 54.8224 -1.65546 54.833 -1.63525 54.8434 -1.6145 54.8538 -1.59322 54.8639 -1.57143 54.8739 -1.54914 54.8838 -1.52635 54.8935 -1.50308 54.903 -1.47934 54.9124 -1.45513 54.9216 -1.43048 54.9306 -1.40538 54.9395 -1.37985 54.9482 -1.3539 54.9567 -1.32754 54.9651 -1.30077 54.9733 -1.27362 54.9813 -1.2461 54.9891 -1.2182 54.9967 -1.18994 55.0042 -1.16134 55.0114 -1.13239 55.0185 -1.10312 55.0254 -1.07353 55.0321 -1.04363 55.0386 -1.01344 55.045 -0.982952 55.0511 -0.95219 55.0571 -0.921159 55.0628 -0.88987 55.0684 -0.858332 55.0737 -0.826555 55.0789 -0.794548 55.0839 -0.762322 55.0887 -0.729885 55.0932 -0.697248 55.0976 -0.66442 55.1018 -0.631411 55.1058 -0.598229 55.1096 -0.564885 55.1131 -0.531387 55.1165 -0.497746 55.1197 -0.463969 55.1227 -0.430067 55.1255 -0.396049 55.128 -0.361922 55.1304 -0.327698 55.1326 -0.293385 55.1345 -0.258992 55.1363 -0.224528 55.1378 -0.19001 55.139 -0.156283 55.1028 -0.127968 54.4736 -0.101825 52.9242 -0.076061 51.2589 -0.0505163 49.6139 -0.0251627 48.0501 46.599 -0.823978 53.9337 -0.861027 53.9397 -0.897617 53.946 -0.933729 53.9526 -0.969346 53.9594 -1.00445 53.9664 -1.03902 53.9737 -1.07305 53.9812 -1.10651 53.989 -1.13939 53.997 -1.17168 54.0052 -1.20336 54.0137 -1.23442 54.0224 -1.26484 54.0313 -1.29462 54.0404 -1.32373 54.0496 -1.35217 54.0591 -1.37993 54.0688 -1.40699 54.0787 -1.43335 54.0887 -1.45899 54.0989 -1.4839 54.1093 -1.50809 54.1199 -1.53153 54.1305 -1.55422 54.1414 -1.57615 54.1524 -1.59733 54.1635 -1.61773 54.1747 -1.63735 54.1861 -1.6562 54.1976 -1.67426 54.2092 -1.69153 54.2209 -1.70801 54.2327 -1.7237 54.2446 -1.73859 54.2566 -1.75267 54.2686 -1.76596 54.2808 -1.77844 54.293 -1.79011 54.3052 -1.80099 54.3176 -1.81106 54.3299 -1.82033 54.3423 -1.82879 54.3548 -1.83645 54.3673 -1.84332 54.3798 -1.84939 54.3923 -1.85466 54.4048 -1.85915 54.4174 -1.86285 54.43 -1.86576 54.4425 -1.8679 54.455 -1.86926 54.4676 -1.86984 54.4801 -1.86967 54.4926 -1.86873 54.505 -1.86704 54.5175 -1.86461 54.5299 -1.86143 54.5422 -1.85751 54.5545 -1.85287 54.5667 -1.8475 54.5789 -1.84142 54.5911 -1.83463 54.6031 -1.82714 54.6151 -1.81896 54.627 -1.8101 54.6389 -1.80056 54.6506 -1.79035 54.6623 -1.77948 54.6738 -1.76797 54.6853 -1.75581 54.6967 -1.74302 54.708 -1.7296 54.7191 -1.71557 54.7302 -1.70093 54.7412 -1.6857 54.752 -1.66988 54.7627 -1.65348 54.7733 -1.63652 54.7838 -1.619 54.7941 -1.60093 54.8043 -1.58232 54.8144 -1.56318 54.8243 -1.54352 54.8341 -1.52335 54.8438 -1.50269 54.8533 -1.48153 54.8626 -1.45989 54.8719 -1.43779 54.8809 -1.41522 54.8898 -1.39221 54.8986 -1.36876 54.9072 -1.34487 54.9156 -1.32057 54.9239 -1.29585 54.932 -1.27074 54.94 -1.24524 54.9478 -1.21935 54.9554 -1.1931 54.9628 -1.16649 54.9701 -1.13952 54.9772 -1.11222 54.9841 -1.08458 54.9909 -1.05663 54.9974 -1.02836 55.0038 -0.99979 55.0101 -0.970928 55.0161 -0.941785 55.022 -0.912368 55.0276 -0.882689 55.0331 -0.852756 55.0384 -0.822579 55.0436 -0.792167 55.0485 -0.761531 55.0532 -0.730678 55.0578 -0.69962 55.0622 -0.668364 55.0664 -0.63692 55.0704 -0.605298 55.0742 -0.573507 55.0778 -0.541555 55.0812 -0.509453 55.0844 -0.477208 55.0875 -0.444831 55.0903 -0.41233 55.093 -0.379714 55.0954 -0.346993 55.0977 -0.314176 55.0997 -0.281272 55.1016 -0.248289 55.1033 -0.215237 55.1048 -0.182131 55.1059 -0.149772 55.0705 -0.122609 54.4464 -0.0975625 52.8991 -0.0728781 51.2342 -0.048404 49.5894 -0.0241116 48.0258 46.5749 -0.779699 53.9692 -0.814803 53.9748 -0.849478 53.9807 -0.883707 53.9868 -0.917472 53.9931 -0.95076 53.9997 -0.983554 54.0065 -1.01584 54.0135 -1.0476 54.0208 -1.07882 54.0282 -1.10949 54.0359 -1.13958 54.0438 -1.1691 54.0519 -1.19803 54.0602 -1.22634 54.0687 -1.25404 54.0773 -1.28111 54.0862 -1.30754 54.0952 -1.33331 54.1045 -1.35843 54.1138 -1.38287 54.1234 -1.40664 54.1331 -1.42971 54.1429 -1.45209 54.1529 -1.47377 54.1631 -1.49474 54.1733 -1.51499 54.1837 -1.53451 54.1943 -1.55331 54.2049 -1.57138 54.2157 -1.5887 54.2265 -1.60529 54.2375 -1.62112 54.2485 -1.63621 54.2597 -1.65055 54.2709 -1.66413 54.2822 -1.67695 54.2936 -1.68902 54.305 -1.70032 54.3166 -1.71087 54.3281 -1.72066 54.3397 -1.72969 54.3514 -1.73796 54.3631 -1.74547 54.3748 -1.75223 54.3865 -1.75823 54.3983 -1.76348 54.4101 -1.76797 54.4219 -1.77173 54.4337 -1.77473 54.4455 -1.777 54.4573 -1.77853 54.4691 -1.77933 54.4809 -1.7794 54.4927 -1.77874 54.5044 -1.77737 54.5161 -1.77529 54.5278 -1.77249 54.5394 -1.769 54.551 -1.76481 54.5626 -1.75993 54.5741 -1.75437 54.5855 -1.74813 54.5969 -1.74122 54.6082 -1.73365 54.6195 -1.72542 54.6306 -1.71655 54.6417 -1.70703 54.6528 -1.69689 54.6637 -1.68611 54.6745 -1.67473 54.6853 -1.66273 54.696 -1.65014 54.7066 -1.63695 54.717 -1.62318 54.7274 -1.60884 54.7376 -1.59393 54.7478 -1.57846 54.7578 -1.56245 54.7677 -1.5459 54.7775 -1.52881 54.7872 -1.51121 54.7968 -1.4931 54.8062 -1.47448 54.8155 -1.45537 54.8247 -1.43578 54.8337 -1.41572 54.8426 -1.39518 54.8513 -1.3742 54.8599 -1.35277 54.8684 -1.3309 54.8767 -1.3086 54.8849 -1.28589 54.8929 -1.26277 54.9008 -1.23925 54.9085 -1.21534 54.9161 -1.19105 54.9235 -1.16639 54.9307 -1.14138 54.9378 -1.11601 54.9447 -1.09029 54.9515 -1.06425 54.9581 -1.03788 54.9645 -1.0112 54.9708 -0.984221 54.9769 -0.956942 54.9828 -0.929379 54.9885 -0.90154 54.9941 -0.873434 54.9995 -0.845071 55.0048 -0.81646 55.0098 -0.787609 55.0147 -0.75853 55.0194 -0.729229 55.0239 -0.699718 55.0283 -0.670003 55.0325 -0.640096 55.0365 -0.610004 55.0403 -0.579737 55.0439 -0.549303 55.0473 -0.518713 55.0506 -0.487974 55.0537 -0.457097 55.0566 -0.426089 55.0593 -0.39496 55.0618 -0.363719 55.0642 -0.332375 55.0663 -0.300936 55.0683 -0.269412 55.0701 -0.237812 55.0717 -0.206143 55.0731 -0.17442 55.0742 -0.143403 55.0395 -0.117371 54.4204 -0.0933961 52.8752 -0.0697667 51.2105 -0.0463386 49.566 -0.0230837 48.0025 46.5518 -0.737569 54.0029 -0.77082 54.0081 -0.803671 54.0135 -0.836107 54.0192 -0.868111 54.0251 -0.899667 54.0312 -0.930761 54.0376 -0.961378 54.0441 -0.991504 54.0509 -1.02113 54.0578 -1.05023 54.065 -1.07881 54.0724 -1.10684 54.0799 -1.13431 54.0877 -1.16123 54.0956 -1.18756 54.1037 -1.2133 54.1119 -1.23844 54.1204 -1.26298 54.129 -1.28689 54.1378 -1.31018 54.1467 -1.33283 54.1557 -1.35483 54.1649 -1.37619 54.1743 -1.39688 54.1838 -1.4169 54.1934 -1.43625 54.2031 -1.45492 54.2129 -1.47291 54.2229 -1.4902 54.233 -1.5068 54.2431 -1.52271 54.2534 -1.53791 54.2637 -1.5524 54.2742 -1.56619 54.2847 -1.57926 54.2953 -1.59162 54.306 -1.60327 54.3167 -1.61419 54.3275 -1.62441 54.3383 -1.6339 54.3492 -1.64268 54.3601 -1.65073 54.3711 -1.65808 54.3821 -1.6647 54.3932 -1.67061 54.4042 -1.67581 54.4153 -1.68029 54.4264 -1.68407 54.4375 -1.68714 54.4486 -1.68951 54.4597 -1.69118 54.4708 -1.69216 54.4819 -1.69244 54.4929 -1.69203 54.504 -1.69094 54.515 -1.68917 54.526 -1.68672 54.537 -1.68361 54.5479 -1.67983 54.5588 -1.6754 54.5696 -1.67031 54.5804 -1.66458 54.5911 -1.6582 54.6018 -1.6512 54.6124 -1.64356 54.623 -1.63531 54.6335 -1.62644 54.6439 -1.61697 54.6542 -1.6069 54.6645 -1.59624 54.6746 -1.58499 54.6847 -1.57317 54.6947 -1.56078 54.7046 -1.54783 54.7144 -1.53432 54.7241 -1.52028 54.7337 -1.50569 54.7432 -1.49058 54.7526 -1.47495 54.7619 -1.45881 54.7711 -1.44217 54.7801 -1.42503 54.7891 -1.40741 54.7979 -1.38932 54.8066 -1.37075 54.8151 -1.35173 54.8235 -1.33226 54.8319 -1.31234 54.84 -1.292 54.8481 -1.27123 54.856 -1.25005 54.8637 -1.22846 54.8713 -1.20648 54.8788 -1.18411 54.8861 -1.16137 54.8933 -1.13825 54.9003 -1.11478 54.9072 -1.09095 54.914 -1.06678 54.9206 -1.04229 54.927 -1.01746 54.9333 -0.992327 54.9394 -0.966886 54.9453 -0.941148 54.9511 -0.915123 54.9568 -0.88882 54.9622 -0.862248 54.9676 -0.835415 54.9727 -0.808331 54.9777 -0.781005 54.9825 -0.753445 54.9871 -0.725661 54.9916 -0.697661 54.9959 -0.669455 55.0001 -0.641051 55.0041 -0.612458 55.0079 -0.583684 55.0115 -0.55474 55.015 -0.525633 55.0182 -0.496373 55.0213 -0.466968 55.0243 -0.437427 55.027 -0.407759 55.0296 -0.377974 55.032 -0.348078 55.0343 -0.318081 55.0363 -0.287992 55.0382 -0.257819 55.0399 -0.227571 55.0414 -0.197257 55.0428 -0.166889 55.0439 -0.137186 55.0098 -0.112259 54.3955 -0.0893297 52.8522 -0.06673 51.1879 -0.0443228 49.5436 -0.0220803 47.9803 46.5297 -0.697473 54.0347 -0.728953 54.0396 -0.760059 54.0447 -0.790779 54.0499 -0.821097 54.0554 -0.850999 54.0611 -0.88047 54.067 -0.909497 54.0732 -0.938065 54.0795 -0.966162 54.0859 -0.993774 54.0926 -1.02089 54.0995 -1.0475 54.1065 -1.07359 54.1137 -1.09915 54.1211 -1.12416 54.1287 -1.14863 54.1364 -1.17253 54.1443 -1.19587 54.1523 -1.21862 54.1605 -1.24079 54.1688 -1.26236 54.1773 -1.28332 54.1859 -1.30367 54.1946 -1.3234 54.2035 -1.34251 54.2125 -1.36098 54.2216 -1.37882 54.2308 -1.39601 54.2401 -1.41255 54.2495 -1.42844 54.259 -1.44368 54.2686 -1.45825 54.2783 -1.47215 54.2881 -1.48539 54.2979 -1.49796 54.3079 -1.50985 54.3179 -1.52107 54.3279 -1.53162 54.338 -1.54149 54.3482 -1.55068 54.3584 -1.55919 54.3687 -1.56702 54.379 -1.57417 54.3893 -1.58065 54.3996 -1.58645 54.41 -1.59158 54.4204 -1.59603 54.4308 -1.59981 54.4413 -1.60292 54.4517 -1.60536 54.4621 -1.60714 54.4726 -1.60826 54.483 -1.60872 54.4934 -1.60853 54.5038 -1.60768 54.5142 -1.60619 54.5245 -1.60406 54.5348 -1.60129 54.5451 -1.59789 54.5554 -1.59386 54.5656 -1.58921 54.5758 -1.58394 54.5859 -1.57806 54.5959 -1.57158 54.606 -1.5645 54.6159 -1.55682 54.6258 -1.54856 54.6356 -1.53972 54.6454 -1.5303 54.6551 -1.52032 54.6647 -1.50978 54.6742 -1.49868 54.6836 -1.48704 54.693 -1.47487 54.7023 -1.46216 54.7114 -1.44893 54.7205 -1.43518 54.7295 -1.42093 54.7384 -1.40618 54.7472 -1.39093 54.7558 -1.37521 54.7644 -1.359 54.7729 -1.34233 54.7812 -1.3252 54.7894 -1.30762 54.7975 -1.2896 54.8055 -1.27114 54.8134 -1.25226 54.8211 -1.23295 54.8288 -1.21324 54.8362 -1.19313 54.8436 -1.17263 54.8508 -1.15174 54.8579 -1.13048 54.8649 -1.10886 54.8717 -1.08687 54.8784 -1.06454 54.8849 -1.04187 54.8913 -1.01886 54.8975 -0.995537 54.9037 -0.971896 54.9096 -0.94795 54.9154 -0.923707 54.9211 -0.899175 54.9266 -0.874365 54.932 -0.849283 54.9372 -0.82394 54.9422 -0.798344 54.9471 -0.772502 54.9518 -0.746425 54.9564 -0.72012 54.9608 -0.693597 54.9651 -0.666863 54.9692 -0.639928 54.9732 -0.612801 54.9769 -0.585489 54.9806 -0.558002 54.984 -0.530348 54.9873 -0.502536 54.9904 -0.474574 54.9934 -0.446471 54.9962 -0.418235 54.9988 -0.389875 55.0013 -0.361398 55.0036 -0.332813 55.0057 -0.30413 55.0076 -0.275356 55.0094 -0.246499 55.0111 -0.217569 55.0125 -0.188575 55.0138 -0.159528 55.0148 -0.131109 54.9814 -0.107264 54.3716 -0.0853562 52.8303 -0.0637626 51.1664 -0.0423527 49.5221 -0.0210994 47.959 46.5086 -0.659299 54.0648 -0.689093 54.0694 -0.718539 54.0741 -0.747623 54.079 -0.776331 54.0841 -0.804651 54.0895 -0.832568 54.095 -0.860071 54.1007 -0.887146 54.1065 -0.913782 54.1126 -0.939966 54.1188 -0.965686 54.1252 -0.990932 54.1318 -1.01569 54.1385 -1.03995 54.1454 -1.06371 54.1525 -1.08695 54.1597 -1.10966 54.167 -1.13184 54.1745 -1.15348 54.1821 -1.17456 54.1899 -1.19509 54.1978 -1.21504 54.2059 -1.23443 54.214 -1.25323 54.2223 -1.27144 54.2307 -1.28906 54.2392 -1.30608 54.2478 -1.3225 54.2565 -1.3383 54.2653 -1.3535 54.2742 -1.36807 54.2832 -1.38202 54.2923 -1.39535 54.3014 -1.40804 54.3106 -1.42011 54.3199 -1.43154 54.3293 -1.44233 54.3387 -1.45249 54.3482 -1.46201 54.3577 -1.47089 54.3673 -1.47912 54.3769 -1.48672 54.3865 -1.49367 54.3962 -1.49999 54.406 -1.50566 54.4157 -1.5107 54.4255 -1.5151 54.4352 -1.51886 54.445 -1.52199 54.4548 -1.52448 54.4646 -1.52634 54.4744 -1.52758 54.4842 -1.52819 54.494 -1.52818 54.5038 -1.52756 54.5135 -1.52632 54.5233 -1.52446 54.533 -1.522 54.5427 -1.51894 54.5523 -1.51529 54.5619 -1.51103 54.5715 -1.5062 54.581 -1.50077 54.5905 -1.49477 54.6 -1.4882 54.6093 -1.48106 54.6187 -1.47337 54.6279 -1.46511 54.6371 -1.45631 54.6463 -1.44697 54.6553 -1.43709 54.6643 -1.42668 54.6732 -1.41575 54.6821 -1.4043 54.6908 -1.39235 54.6995 -1.37989 54.7081 -1.36694 54.7165 -1.3535 54.7249 -1.33958 54.7332 -1.32519 54.7414 -1.31033 54.7495 -1.29502 54.7575 -1.27925 54.7654 -1.26304 54.7732 -1.2464 54.7809 -1.22933 54.7885 -1.21185 54.7959 -1.19395 54.8032 -1.17565 54.8105 -1.15695 54.8175 -1.13787 54.8245 -1.11841 54.8314 -1.09858 54.8381 -1.07838 54.8447 -1.05783 54.8511 -1.03694 54.8575 -1.01571 54.8637 -0.994148 54.8697 -0.972266 54.8757 -0.95007 54.8815 -0.927571 54.8871 -0.904775 54.8926 -0.881692 54.898 -0.858328 54.9032 -0.834694 54.9083 -0.810797 54.9133 -0.786646 54.9181 -0.762248 54.9227 -0.737613 54.9272 -0.712749 54.9316 -0.687664 54.9358 -0.662366 54.9398 -0.636864 54.9437 -0.611166 54.9475 -0.585281 54.951 -0.559215 54.9545 -0.53298 54.9578 -0.506582 54.9609 -0.480028 54.9639 -0.453329 54.9667 -0.426492 54.9693 -0.399524 54.9718 -0.372435 54.9742 -0.345233 54.9764 -0.317926 54.9784 -0.290523 54.9802 -0.263032 54.9819 -0.235462 54.9835 -0.20782 54.9849 -0.180116 54.9861 -0.152361 54.987 -0.125198 54.9542 -0.102407 54.3488 -0.0814916 52.8094 -0.060876 51.1457 -0.0404362 49.5017 -0.0201455 47.9388 46.4885 -0.623025 54.0933 -0.651209 54.0976 -0.679067 54.102 -0.706587 54.1065 -0.733756 54.1113 -0.760561 54.1163 -0.786991 54.1214 -0.813033 54.1267 -0.838676 54.1322 -0.863909 54.1378 -0.88872 54.1436 -0.913098 54.1496 -0.937034 54.1557 -0.960515 54.162 -0.983533 54.1684 -1.00608 54.175 -1.02814 54.1817 -1.04971 54.1886 -1.07077 54.1956 -1.09133 54.2027 -1.11137 54.21 -1.13089 54.2173 -1.14988 54.2248 -1.16832 54.2325 -1.18622 54.2402 -1.20357 54.248 -1.22036 54.256 -1.23659 54.264 -1.25225 54.2722 -1.26734 54.2804 -1.28185 54.2887 -1.29577 54.2971 -1.30912 54.3056 -1.32187 54.3142 -1.33403 54.3228 -1.3456 54.3315 -1.35657 54.3403 -1.36694 54.3491 -1.37671 54.358 -1.38587 54.3669 -1.39443 54.3758 -1.40239 54.3849 -1.40974 54.3939 -1.41649 54.403 -1.42263 54.4121 -1.42816 54.4212 -1.43309 54.4304 -1.43742 54.4396 -1.44114 54.4487 -1.44427 54.4579 -1.44679 54.4671 -1.44872 54.4764 -1.45005 54.4856 -1.45079 54.4947 -1.45094 54.5039 -1.4505 54.5131 -1.44948 54.5223 -1.44787 54.5314 -1.44569 54.5405 -1.44294 54.5496 -1.43962 54.5586 -1.43574 54.5676 -1.43129 54.5766 -1.42629 54.5855 -1.42074 54.5944 -1.41465 54.6032 -1.40801 54.612 -1.40084 54.6208 -1.39313 54.6294 -1.38491 54.638 -1.37616 54.6466 -1.36691 54.6551 -1.35714 54.6635 -1.34688 54.6718 -1.33613 54.6801 -1.32488 54.6882 -1.31316 54.6963 -1.30096 54.7043 -1.28829 54.7123 -1.27516 54.7201 -1.26158 54.7279 -1.24755 54.7355 -1.23308 54.7431 -1.21818 54.7505 -1.20285 54.7579 -1.18711 54.7652 -1.17095 54.7723 -1.15439 54.7793 -1.13744 54.7863 -1.1201 54.7931 -1.10237 54.7998 -1.08428 54.8064 -1.06582 54.8129 -1.047 54.8193 -1.02783 54.8255 -1.00832 54.8316 -0.988474 54.8376 -0.968302 54.8435 -0.947812 54.8492 -0.927012 54.8549 -0.905909 54.8604 -0.884512 54.8657 -0.862827 54.8709 -0.840864 54.876 -0.818631 54.881 -0.796135 54.8858 -0.773384 54.8905 -0.750387 54.8951 -0.727151 54.8995 -0.703684 54.9037 -0.679995 54.9079 -0.656092 54.9119 -0.631982 54.9157 -0.607674 54.9194 -0.583175 54.923 -0.558494 54.9264 -0.533639 54.9296 -0.508616 54.9327 -0.483437 54.9357 -0.458106 54.9385 -0.432634 54.9412 -0.407027 54.9437 -0.381296 54.9461 -0.355446 54.9483 -0.329488 54.9504 -0.303428 54.9523 -0.277276 54.9541 -0.251037 54.9557 -0.224722 54.9572 -0.198337 54.9585 -0.171889 54.9596 -0.145393 54.9606 -0.119453 54.9282 -0.0976909 54.3271 -0.0777392 52.7894 -0.0580732 51.1261 -0.0385752 49.4822 -0.019219 47.9194 46.4693 -0.588484 54.1203 -0.615139 54.1242 -0.641492 54.1283 -0.667529 54.1326 -0.693237 54.137 -0.718606 54.1416 -0.743622 54.1464 -0.768274 54.1514 -0.792552 54.1564 -0.816446 54.1617 -0.839944 54.1671 -0.863037 54.1727 -0.885715 54.1784 -0.907968 54.1842 -0.929788 54.1902 -0.951165 54.1964 -0.97209 54.2026 -0.992555 54.209 -1.01255 54.2156 -1.03207 54.2222 -1.05111 54.229 -1.06965 54.2359 -1.0877 54.2429 -1.10524 54.25 -1.12227 54.2572 -1.13878 54.2645 -1.15476 54.272 -1.17022 54.2795 -1.18515 54.2871 -1.19953 54.2948 -1.21338 54.3026 -1.22668 54.3104 -1.23942 54.3184 -1.25161 54.3264 -1.26325 54.3344 -1.27432 54.3426 -1.28483 54.3508 -1.29478 54.359 -1.30416 54.3673 -1.31297 54.3757 -1.32122 54.3841 -1.32889 54.3925 -1.33599 54.401 -1.34252 54.4095 -1.34847 54.418 -1.35386 54.4266 -1.35867 54.4352 -1.36291 54.4438 -1.36658 54.4524 -1.36968 54.461 -1.37222 54.4697 -1.37419 54.4783 -1.37559 54.487 -1.37643 54.4956 -1.37672 54.5042 -1.37644 54.5128 -1.37561 54.5214 -1.37424 54.53 -1.37231 54.5386 -1.36984 54.5471 -1.36682 54.5556 -1.36327 54.5641 -1.35919 54.5725 -1.35458 54.5809 -1.34944 54.5893 -1.34379 54.5976 -1.33762 54.6059 -1.33094 54.6141 -1.32375 54.6222 -1.31606 54.6303 -1.30788 54.6384 -1.29921 54.6464 -1.29005 54.6543 -1.28042 54.6622 -1.27031 54.6699 -1.25974 54.6777 -1.24871 54.6853 -1.23722 54.6929 -1.22529 54.7003 -1.21291 54.7077 -1.2001 54.715 -1.18686 54.7223 -1.17319 54.7294 -1.15912 54.7365 -1.14463 54.7434 -1.12974 54.7503 -1.11446 54.757 -1.09879 54.7637 -1.08274 54.7702 -1.06631 54.7767 -1.04952 54.783 -1.03237 54.7893 -1.01487 54.7954 -0.997022 54.8014 -0.978838 54.8073 -0.960325 54.8131 -0.941489 54.8188 -0.922339 54.8243 -0.902881 54.8298 -0.883123 54.8351 -0.863074 54.8403 -0.842739 54.8454 -0.822128 54.8503 -0.801247 54.8552 -0.780105 54.8599 -0.758709 54.8644 -0.737066 54.8689 -0.715185 54.8732 -0.693072 54.8774 -0.670736 54.8814 -0.648185 54.8853 -0.625425 54.8891 -0.602466 54.8927 -0.579314 54.8962 -0.555978 54.8996 -0.532465 54.9029 -0.508783 54.906 -0.48494 54.9089 -0.460944 54.9117 -0.436803 54.9144 -0.412524 54.9169 -0.388116 54.9193 -0.363586 54.9216 -0.338942 54.9237 -0.314192 54.9257 -0.289343 54.9275 -0.264403 54.9292 -0.23938 54.9307 -0.214281 54.9321 -0.189115 54.9333 -0.16389 54.9344 -0.138616 54.9353 -0.113867 54.9035 -0.0931056 54.3063 -0.0740907 52.7704 -0.0553478 51.1073 -0.0367652 49.4636 -0.0183176 47.901 46.4509 -0.555611 54.1457 -0.580799 54.1494 -0.605707 54.1532 -0.630322 54.1572 -0.654632 54.1613 -0.678627 54.1656 -0.702296 54.1701 -0.725626 54.1747 -0.748606 54.1794 -0.771227 54.1843 -0.793478 54.1894 -0.815349 54.1945 -0.836831 54.1999 -0.857915 54.2053 -0.878591 54.2109 -0.898853 54.2166 -0.91869 54.2225 -0.938096 54.2284 -0.957064 54.2345 -0.975584 54.2407 -0.993651 54.2471 -1.01126 54.2535 -1.0284 54.26 -1.04506 54.2667 -1.06125 54.2734 -1.07695 54.2802 -1.09215 54.2872 -1.10687 54.2942 -1.12108 54.3013 -1.13478 54.3085 -1.14798 54.3158 -1.16066 54.3231 -1.17282 54.3305 -1.18447 54.338 -1.19558 54.3456 -1.20617 54.3532 -1.21623 54.3608 -1.22576 54.3686 -1.23476 54.3763 -1.24322 54.3841 -1.25114 54.392 -1.25852 54.3999 -1.26537 54.4078 -1.27167 54.4158 -1.27744 54.4238 -1.28266 54.4318 -1.28734 54.4399 -1.29149 54.4479 -1.29509 54.456 -1.29816 54.4641 -1.30069 54.4722 -1.30268 54.4803 -1.30414 54.4884 -1.30506 54.4965 -1.30546 54.5046 -1.30533 54.5127 -1.30467 54.5208 -1.30349 54.5288 -1.30179 54.5369 -1.29957 54.5449 -1.29684 54.5529 -1.2936 54.5608 -1.28985 54.5688 -1.2856 54.5767 -1.28084 54.5845 -1.2756 54.5923 -1.26986 54.6001 -1.26364 54.6079 -1.25693 54.6155 -1.24975 54.6232 -1.24209 54.6307 -1.23397 54.6383 -1.22539 54.6457 -1.21635 54.6531 -1.20686 54.6605 -1.19692 54.6677 -1.18654 54.6749 -1.17573 54.682 -1.16449 54.6891 -1.15282 54.6961 -1.14074 54.703 -1.12825 54.7098 -1.11535 54.7165 -1.10206 54.7232 -1.08837 54.7297 -1.0743 54.7362 -1.05985 54.7426 -1.04503 54.7489 -1.02984 54.755 -1.01429 54.7611 -0.998396 54.7671 -0.982152 54.773 -0.96557 54.7788 -0.948656 54.7845 -0.931418 54.7901 -0.913863 54.7956 -0.895997 54.8009 -0.877828 54.8062 -0.859363 54.8113 -0.840609 54.8164 -0.821573 54.8213 -0.802262 54.8261 -0.782685 54.8308 -0.762847 54.8353 -0.742756 54.8398 -0.722421 54.8441 -0.701847 54.8483 -0.681043 54.8524 -0.660015 54.8563 -0.638772 54.8602 -0.617321 54.8639 -0.595669 54.8674 -0.573823 54.8709 -0.551793 54.8742 -0.529583 54.8774 -0.507203 54.8805 -0.48466 54.8834 -0.461962 54.8862 -0.439115 54.8889 -0.416128 54.8914 -0.393007 54.8938 -0.369761 54.8961 -0.346396 54.8982 -0.322921 54.9002 -0.299342 54.9021 -0.275667 54.9038 -0.251904 54.9054 -0.22806 54.9068 -0.204143 54.9082 -0.180161 54.9093 -0.156121 54.9104 -0.132034 54.9112 -0.108442 54.8799 -0.0886523 54.2865 -0.0705471 52.7523 -0.0527008 51.0895 -0.0350075 49.4459 -0.0174422 47.8834 46.4335 -0.52442 54.1698 -0.548215 54.1732 -0.571744 54.1767 -0.594999 54.1805 -0.617968 54.1843 -0.640641 54.1883 -0.66301 54.1924 -0.685064 54.1967 -0.706793 54.2012 -0.728187 54.2057 -0.749238 54.2104 -0.769935 54.2152 -0.79027 54.2202 -0.810233 54.2253 -0.829816 54.2305 -0.84901 54.2358 -0.867807 54.2413 -0.886201 54.2468 -0.904182 54.2525 -0.921745 54.2583 -0.938882 54.2642 -0.955587 54.2702 -0.971854 54.2763 -0.987677 54.2825 -1.00305 54.2888 -1.01797 54.2952 -1.03242 54.3016 -1.04641 54.3082 -1.05993 54.3148 -1.07297 54.3215 -1.08554 54.3283 -1.09762 54.3352 -1.10922 54.3421 -1.12032 54.3491 -1.13093 54.3562 -1.14105 54.3633 -1.15067 54.3704 -1.15978 54.3777 -1.1684 54.3849 -1.1765 54.3923 -1.18411 54.3996 -1.1912 54.407 -1.19779 54.4144 -1.20386 54.4219 -1.20943 54.4294 -1.21448 54.4369 -1.21903 54.4444 -1.22307 54.452 -1.22659 54.4596 -1.22961 54.4671 -1.23212 54.4747 -1.23412 54.4823 -1.23562 54.4899 -1.23661 54.4975 -1.2371 54.5051 -1.23709 54.5127 -1.23658 54.5203 -1.23558 54.5278 -1.23408 54.5354 -1.23209 54.5429 -1.22961 54.5504 -1.22665 54.5579 -1.22321 54.5653 -1.21928 54.5727 -1.21489 54.5801 -1.21002 54.5875 -1.20469 54.5948 -1.19889 54.6021 -1.19263 54.6093 -1.18592 54.6165 -1.17876 54.6236 -1.17116 54.6307 -1.16311 54.6377 -1.15463 54.6446 -1.14572 54.6515 -1.13638 54.6584 -1.12662 54.6652 -1.11645 54.6719 -1.10586 54.6785 -1.09487 54.6851 -1.08349 54.6916 -1.07171 54.698 -1.05954 54.7043 -1.047 54.7106 -1.03407 54.7168 -1.02078 54.7229 -1.00713 54.7289 -0.993114 54.7348 -0.978751 54.7407 -0.964044 54.7464 -0.949 54.7521 -0.933624 54.7576 -0.917923 54.7631 -0.901904 54.7685 -0.885572 54.7738 -0.868936 54.7789 -0.852001 54.784 -0.834775 54.789 -0.817263 54.7938 -0.799474 54.7986 -0.781413 54.8032 -0.763088 54.8077 -0.744506 54.8122 -0.725673 54.8165 -0.706597 54.8207 -0.687285 54.8248 -0.667743 54.8288 -0.64798 54.8326 -0.628001 54.8364 -0.607815 54.84 -0.587428 54.8435 -0.566847 54.8469 -0.54608 54.8501 -0.525133 54.8533 -0.504014 54.8563 -0.482731 54.8592 -0.46129 54.862 -0.439698 54.8646 -0.417962 54.8671 -0.39609 54.8695 -0.37409 54.8718 -0.351967 54.874 -0.32973 54.876 -0.307385 54.8779 -0.284941 54.8796 -0.262404 54.8813 -0.239782 54.8828 -0.217083 54.8841 -0.194313 54.8854 -0.171481 54.8865 -0.148593 54.8875 -0.12566 54.8883 -0.103192 54.8574 -0.0843458 54.2677 -0.0671198 52.7351 -0.0501403 51.0725 -0.033307 49.4291 -0.0165955 47.8667 46.4169 -0.494791 54.1925 -0.517258 54.1957 -0.539478 54.199 -0.561442 54.2024 -0.58314 54.206 -0.604561 54.2097 -0.625696 54.2136 -0.646536 54.2176 -0.66707 54.2217 -0.687292 54.2259 -0.707191 54.2303 -0.72676 54.2348 -0.745991 54.2394 -0.764874 54.2442 -0.783402 54.249 -0.801568 54.254 -0.819364 54.2591 -0.836782 54.2643 -0.853815 54.2696 -0.870457 54.2749 -0.8867 54.2804 -0.902538 54.286 -0.917966 54.2917 -0.932977 54.2975 -0.947566 54.3034 -0.961727 54.3093 -0.975456 54.3154 -0.988748 54.3215 -1.0016 54.3277 -1.014 54.3339 -1.02595 54.3403 -1.03745 54.3467 -1.0485 54.3532 -1.05908 54.3597 -1.06919 54.3663 -1.07885 54.3729 -1.08803 54.3796 -1.09674 54.3864 -1.10497 54.3932 -1.11273 54.4 -1.12002 54.4069 -1.12682 54.4138 -1.13315 54.4208 -1.139 54.4277 -1.14436 54.4347 -1.14924 54.4418 -1.15365 54.4488 -1.15757 54.4559 -1.161 54.463 -1.16396 54.4701 -1.16644 54.4772 -1.16844 54.4843 -1.16996 54.4914 -1.171 54.4986 -1.17157 54.5057 -1.17166 54.5128 -1.17128 54.5199 -1.17043 54.527 -1.16911 54.534 -1.16733 54.5411 -1.16509 54.5481 -1.16238 54.5552 -1.15922 54.5622 -1.1556 54.5691 -1.15153 54.5761 -1.14702 54.583 -1.14206 54.5898 -1.13666 54.5967 -1.13083 54.6034 -1.12456 54.6102 -1.11786 54.6169 -1.11074 54.6235 -1.1032 54.6301 -1.09524 54.6367 -1.08688 54.6432 -1.07811 54.6496 -1.06893 54.656 -1.05936 54.6623 -1.0494 54.6686 -1.03906 54.6747 -1.02833 54.6809 -1.01723 54.6869 -1.00575 54.6929 -0.993915 54.6988 -0.981718 54.7046 -0.969168 54.7104 -0.956271 54.716 -0.943032 54.7216 -0.929458 54.7271 -0.915553 54.7325 -0.901324 54.7379 -0.886779 54.7431 -0.871921 54.7483 -0.856758 54.7533 -0.841295 54.7583 -0.82554 54.7632 -0.809499 54.7679 -0.793177 54.7726 -0.776582 54.7772 -0.75972 54.7817 -0.742597 54.7861 -0.725221 54.7904 -0.707597 54.7946 -0.689732 54.7986 -0.671634 54.8026 -0.653308 54.8065 -0.634761 54.8102 -0.616001 54.8138 -0.597034 54.8174 -0.577866 54.8208 -0.558505 54.8241 -0.538957 54.8273 -0.519229 54.8304 -0.499328 54.8334 -0.479261 54.8362 -0.459035 54.839 -0.438657 54.8416 -0.418133 54.8441 -0.397471 54.8465 -0.376677 54.8487 -0.355759 54.8509 -0.334724 54.8529 -0.313579 54.8548 -0.292332 54.8566 -0.270989 54.8583 -0.249557 54.8598 -0.228043 54.8613 -0.206456 54.8626 -0.1848 54.8637 -0.163084 54.8648 -0.141313 54.8657 -0.119498 54.8664 -0.0981201 54.8361 -0.0801883 54.2498 -0.0638116 52.7187 -0.0476688 51.0564 -0.0316656 49.4131 -0.0157782 47.8508 46.4011 -0.466594 54.2139 -0.487799 54.2169 -0.508774 54.2199 -0.52951 54.2231 -0.549995 54.2265 -0.570224 54.23 -0.590186 54.2335 -0.609872 54.2373 -0.629273 54.2411 -0.648382 54.2451 -0.667189 54.2491 -0.685686 54.2533 -0.703866 54.2576 -0.721721 54.262 -0.739244 54.2665 -0.756427 54.2712 -0.773263 54.2759 -0.789746 54.2807 -0.805868 54.2857 -0.821624 54.2907 -0.837007 54.2958 -0.852012 54.301 -0.866631 54.3063 -0.88086 54.3117 -0.894694 54.3172 -0.908127 54.3228 -0.921155 54.3284 -0.933772 54.3341 -0.945975 54.3399 -0.957759 54.3457 -0.96912 54.3516 -0.980055 54.3576 -0.99056 54.3637 -1.00063 54.3698 -1.01027 54.3759 -1.01946 54.3821 -1.02822 54.3884 -1.03653 54.3947 -1.0444 54.401 -1.05182 54.4074 -1.05879 54.4139 -1.06531 54.4203 -1.07137 54.4268 -1.07699 54.4334 -1.08215 54.4399 -1.08685 54.4465 -1.09111 54.4531 -1.0949 54.4597 -1.09825 54.4663 -1.10113 54.473 -1.10357 54.4796 -1.10555 54.4863 -1.10708 54.493 -1.10816 54.4996 -1.10879 54.5063 -1.10897 54.513 -1.1087 54.5196 -1.10799 54.5263 -1.10683 54.5329 -1.10524 54.5395 -1.1032 54.5461 -1.10073 54.5527 -1.09783 54.5593 -1.09449 54.5658 -1.09073 54.5723 -1.08654 54.5788 -1.08193 54.5852 -1.0769 54.5916 -1.07146 54.598 -1.0656 54.6043 -1.05934 54.6106 -1.05268 54.6169 -1.04561 54.6231 -1.03815 54.6292 -1.0303 54.6353 -1.02206 54.6414 -1.01344 54.6474 -1.00444 54.6533 -0.995074 54.6592 -0.985335 54.665 -0.975233 54.6708 -0.964772 54.6764 -0.953959 54.6821 -0.942797 54.6876 -0.931292 54.6931 -0.919449 54.6985 -0.907275 54.7038 -0.894774 54.7091 -0.881951 54.7143 -0.868813 54.7194 -0.855365 54.7244 -0.841613 54.7294 -0.827562 54.7342 -0.813219 54.739 -0.79859 54.7437 -0.78368 54.7483 -0.768495 54.7528 -0.753042 54.7572 -0.737326 54.7615 -0.721355 54.7657 -0.705133 54.7699 -0.688667 54.7739 -0.671964 54.7778 -0.65503 54.7817 -0.637871 54.7854 -0.620493 54.7891 -0.602903 54.7926 -0.585108 54.7961 -0.567113 54.7994 -0.548926 54.8026 -0.530552 54.8057 -0.511999 54.8088 -0.493272 54.8117 -0.47438 54.8145 -0.455328 54.8172 -0.436122 54.8198 -0.416771 54.8222 -0.39728 54.8246 -0.377656 54.8269 -0.357906 54.829 -0.338037 54.831 -0.318056 54.8329 -0.297969 54.8347 -0.277783 54.8364 -0.257505 54.838 -0.237141 54.8395 -0.216698 54.8408 -0.196182 54.842 -0.1756 54.8431 -0.15496 54.8441 -0.134267 54.845 -0.113532 54.8457 -0.0932091 54.8157 -0.076163 54.2327 -0.0606081 52.7032 -0.0452752 51.041 -0.0300754 49.3979 -0.0149858 47.8357 46.3861 -0.439785 54.2341 -0.459791 54.2369 -0.479583 54.2397 -0.499152 54.2427 -0.518487 54.2458 -0.537582 54.249 -0.556426 54.2524 -0.575012 54.2558 -0.593332 54.2594 -0.611377 54.2631 -0.629141 54.2669 -0.646616 54.2708 -0.663794 54.2748 -0.680668 54.2789 -0.697231 54.2831 -0.713476 54.2874 -0.729396 54.2918 -0.744985 54.2963 -0.760237 54.3009 -0.775145 54.3056 -0.789704 54.3104 -0.803908 54.3152 -0.817752 54.3202 -0.83123 54.3252 -0.844337 54.3303 -0.857068 54.3355 -0.869419 54.3407 -0.881386 54.3461 -0.892963 54.3515 -0.904148 54.3569 -0.914936 54.3624 -0.925323 54.368 -0.935307 54.3736 -0.944884 54.3793 -0.954051 54.3851 -0.962806 54.3909 -0.971146 54.3967 -0.979068 54.4026 -0.986572 54.4085 -0.993654 54.4145 -1.00031 54.4205 -1.00655 54.4266 -1.01236 54.4326 -1.01774 54.4387 -1.02269 54.4449 -1.02722 54.451 -1.03132 54.4572 -1.03499 54.4634 -1.03823 54.4696 -1.04104 54.4758 -1.04343 54.482 -1.04538 54.4883 -1.04691 54.4945 -1.04801 54.5007 -1.04869 54.507 -1.04894 54.5132 -1.04877 54.5194 -1.04818 54.5257 -1.04717 54.5319 -1.04574 54.5381 -1.0439 54.5443 -1.04164 54.5504 -1.03897 54.5566 -1.0359 54.5627 -1.03242 54.5688 -1.02853 54.5749 -1.02424 54.5809 -1.01956 54.5869 -1.01449 54.5929 -1.00902 54.5989 -1.00316 54.6048 -0.996927 54.6106 -0.990309 54.6165 -0.983316 54.6222 -0.97595 54.628 -0.968217 54.6336 -0.96012 54.6393 -0.951662 54.6448 -0.94285 54.6504 -0.933687 54.6558 -0.924178 54.6612 -0.914327 54.6666 -0.904139 54.6719 -0.893619 54.6771 -0.882771 54.6823 -0.871602 54.6873 -0.860115 54.6924 -0.848317 54.6973 -0.836212 54.7022 -0.823805 54.707 -0.811102 54.7117 -0.798108 54.7164 -0.784829 54.7209 -0.77127 54.7254 -0.757437 54.7298 -0.743335 54.7342 -0.728971 54.7384 -0.71435 54.7426 -0.699476 54.7466 -0.684358 54.7506 -0.669001 54.7545 -0.653409 54.7583 -0.63759 54.762 -0.621549 54.7656 -0.605292 54.7692 -0.588826 54.7726 -0.572156 54.7759 -0.55529 54.7792 -0.538232 54.7823 -0.520989 54.7854 -0.503568 54.7883 -0.485975 54.7912 -0.468216 54.7939 -0.450297 54.7966 -0.432226 54.7991 -0.414007 54.8015 -0.395649 54.8039 -0.377156 54.8061 -0.358536 54.8082 -0.339795 54.8103 -0.320939 54.8122 -0.301974 54.814 -0.282906 54.8157 -0.263743 54.8173 -0.24449 54.8188 -0.225154 54.8201 -0.205741 54.8214 -0.186259 54.8226 -0.166713 54.8236 -0.147111 54.8245 -0.12746 54.8254 -0.107768 54.826 -0.0884618 54.7964 -0.0722699 54.2165 -0.0575094 52.6884 -0.0429601 51.0265 -0.0285376 49.3835 -0.0142197 47.8214 46.3719 -0.414329 54.2532 -0.43319 54.2557 -0.45185 54.2584 -0.470301 54.2612 -0.488537 54.2641 -0.506548 54.2671 -0.524327 54.2702 -0.541866 54.2734 -0.559156 54.2767 -0.57619 54.2801 -0.592961 54.2837 -0.609461 54.2873 -0.625683 54.291 -0.641621 54.2948 -0.657267 54.2988 -0.672616 54.3028 -0.687662 54.3069 -0.702397 54.3111 -0.716816 54.3153 -0.730914 54.3197 -0.744684 54.3242 -0.758122 54.3287 -0.771222 54.3333 -0.78398 54.338 -0.79639 54.3427 -0.808447 54.3475 -0.820148 54.3524 -0.831488 54.3574 -0.842464 54.3624 -0.853071 54.3675 -0.863305 54.3727 -0.873163 54.3779 -0.882643 54.3831 -0.89174 54.3884 -0.900453 54.3938 -0.908778 54.3992 -0.916713 54.4047 -0.924255 54.4102 -0.931404 54.4157 -0.938156 54.4213 -0.94451 54.4269 -0.950465 54.4325 -0.956019 54.4382 -0.961172 54.4439 -0.965921 54.4496 -0.970268 54.4554 -0.97421 54.4611 -0.977748 54.4669 -0.980882 54.4727 -0.983612 54.4785 -0.985936 54.4843 -0.987858 54.4902 -0.989376 54.496 -0.990491 54.5018 -0.991204 54.5077 -0.991516 54.5135 -0.991429 54.5194 -0.990944 54.5252 -0.990062 54.531 -0.988785 54.5368 -0.987114 54.5426 -0.985053 54.5484 -0.982602 54.5541 -0.979764 54.5599 -0.976541 54.5656 -0.972937 54.5713 -0.968953 54.5769 -0.964593 54.5826 -0.959859 54.5882 -0.954755 54.5938 -0.949282 54.5993 -0.943446 54.6048 -0.93725 54.6103 -0.930696 54.6157 -0.923788 54.6211 -0.91653 54.6264 -0.908927 54.6317 -0.900981 54.6369 -0.892698 54.6421 -0.88408 54.6472 -0.875133 54.6523 -0.865861 54.6573 -0.856267 54.6623 -0.846358 54.6672 -0.836136 54.672 -0.825607 54.6768 -0.814776 54.6815 -0.803648 54.6862 -0.792226 54.6908 -0.780517 54.6953 -0.768525 54.6997 -0.756256 54.7041 -0.743714 54.7084 -0.730904 54.7126 -0.717833 54.7168 -0.704505 54.7208 -0.690926 54.7248 -0.677101 54.7287 -0.663035 54.7326 -0.648735 54.7363 -0.634206 54.74 -0.619452 54.7436 -0.604482 54.7471 -0.589298 54.7505 -0.573909 54.7538 -0.558319 54.757 -0.542534 54.7602 -0.52656 54.7632 -0.510404 54.7662 -0.49407 54.769 -0.477566 54.7718 -0.460897 54.7745 -0.444068 54.7771 -0.427087 54.7796 -0.409958 54.782 -0.392689 54.7843 -0.375284 54.7865 -0.35775 54.7886 -0.340094 54.7906 -0.32232 54.7925 -0.304435 54.7943 -0.286446 54.796 -0.268359 54.7976 -0.25018 54.7991 -0.231916 54.8005 -0.213572 54.8018 -0.195156 54.803 -0.176675 54.8041 -0.158133 54.8051 -0.139538 54.806 -0.120896 54.8067 -0.102215 54.8073 -0.0838964 54.7781 -0.0685317 54.2012 -0.0545342 52.6744 -0.0407371 51.0127 -0.027061 49.3698 -0.0134843 47.8078 46.3584 -0.390189 54.2711 -0.407962 54.2735 -0.425549 54.276 -0.44294 54.2786 -0.460128 54.2812 -0.477105 54.284 -0.493865 54.2869 -0.5104 54.2899 -0.526704 54.293 -0.542769 54.2962 -0.558589 54.2995 -0.574157 54.3029 -0.589465 54.3063 -0.604508 54.3099 -0.619279 54.3135 -0.633772 54.3173 -0.647981 54.3211 -0.661899 54.325 -0.675522 54.329 -0.688844 54.333 -0.701859 54.3372 -0.714563 54.3414 -0.726951 54.3457 -0.739017 54.35 -0.750758 54.3545 -0.762169 54.359 -0.773245 54.3635 -0.783983 54.3681 -0.794379 54.3728 -0.804429 54.3776 -0.81413 54.3824 -0.823478 54.3872 -0.83247 54.3921 -0.841103 54.3971 -0.849375 54.4021 -0.857283 54.4071 -0.864825 54.4122 -0.871997 54.4173 -0.8788 54.4225 -0.885229 54.4277 -0.891285 54.4329 -0.896964 54.4382 -0.902267 54.4435 -0.907191 54.4488 -0.911737 54.4542 -0.915903 54.4595 -0.919688 54.4649 -0.923092 54.4703 -0.926115 54.4757 -0.928757 54.4812 -0.931017 54.4866 -0.932896 54.4921 -0.934395 54.4975 -0.935514 54.503 -0.936254 54.5084 -0.936614 54.5139 -0.936598 54.5193 -0.936205 54.5248 -0.935437 54.5302 -0.934296 54.5357 -0.932783 54.5411 -0.9309 54.5465 -0.928648 54.5519 -0.92603 54.5573 -0.923048 54.5626 -0.919704 54.5679 -0.916001 54.5732 -0.911941 54.5785 -0.907527 54.5838 -0.902762 54.589 -0.897648 54.5942 -0.892188 54.5993 -0.886386 54.6045 -0.880246 54.6095 -0.873769 54.6146 -0.866961 54.6196 -0.859823 54.6245 -0.852361 54.6294 -0.844577 54.6343 -0.836476 54.6391 -0.828061 54.6439 -0.819337 54.6486 -0.810308 54.6533 -0.800977 54.6579 -0.79135 54.6624 -0.78143 54.6669 -0.771223 54.6713 -0.760731 54.6757 -0.749961 54.68 -0.738916 54.6842 -0.727602 54.6884 -0.716024 54.6925 -0.704185 54.6965 -0.692091 54.7005 -0.679748 54.7044 -0.667159 54.7082 -0.65433 54.712 -0.641267 54.7157 -0.627975 54.7193 -0.614458 54.7228 -0.600722 54.7262 -0.586773 54.7296 -0.572616 54.7329 -0.558255 54.7361 -0.543698 54.7392 -0.528949 54.7423 -0.514014 54.7452 -0.498898 54.7481 -0.483607 54.7509 -0.468146 54.7536 -0.452521 54.7562 -0.436738 54.7587 -0.420803 54.7612 -0.40472 54.7635 -0.388497 54.7658 -0.372138 54.7679 -0.355649 54.77 -0.339037 54.772 -0.322308 54.7738 -0.305467 54.7756 -0.288521 54.7773 -0.271475 54.7789 -0.254337 54.7805 -0.237111 54.7819 -0.219805 54.7832 -0.202423 54.7844 -0.184973 54.7855 -0.167458 54.7866 -0.149886 54.7875 -0.132262 54.7883 -0.114592 54.7891 -0.0968831 54.7896 -0.0795143 54.7607 -0.0649441 54.1866 -0.0516781 52.6611 -0.0386022 50.9996 -0.0256423 49.3568 -0.0127776 47.7949 46.3456 -0.36728 54.288 -0.384018 54.2902 -0.400583 54.2925 -0.416966 54.2949 -0.433161 54.2974 -0.44916 54.3 -0.464955 54.3027 -0.480539 54.3055 -0.495907 54.3084 -0.51105 54.3113 -0.525964 54.3144 -0.540641 54.3175 -0.555076 54.3208 -0.569263 54.3241 -0.583196 54.3275 -0.59687 54.3309 -0.610277 54.3345 -0.623414 54.3381 -0.636275 54.3418 -0.648853 54.3456 -0.661146 54.3495 -0.673146 54.3534 -0.684851 54.3574 -0.696255 54.3614 -0.707354 54.3656 -0.718144 54.3697 -0.72862 54.374 -0.73878 54.3783 -0.748618 54.3827 -0.758132 54.3871 -0.767319 54.3915 -0.776175 54.3961 -0.784697 54.4006 -0.792882 54.4053 -0.800728 54.4099 -0.808232 54.4146 -0.815391 54.4194 -0.822205 54.4241 -0.82867 54.429 -0.834785 54.4338 -0.840549 54.4387 -0.845959 54.4436 -0.851014 54.4485 -0.855714 54.4535 -0.860057 54.4585 -0.864042 54.4635 -0.86767 54.4685 -0.870938 54.4736 -0.873848 54.4786 -0.876398 54.4837 -0.878589 54.4888 -0.880421 54.4939 -0.881894 54.499 -0.883008 54.5041 -0.883765 54.5092 -0.884164 54.5143 -0.884207 54.5194 -0.883895 54.5245 -0.883229 54.5296 -0.882209 54.5346 -0.880839 54.5397 -0.879118 54.5448 -0.87705 54.5498 -0.874635 54.5548 -0.871875 54.5598 -0.868773 54.5648 -0.865332 54.5698 -0.861552 54.5747 -0.857437 54.5797 -0.852989 54.5845 -0.848211 54.5894 -0.843105 54.5942 -0.837676 54.599 -0.831924 54.6038 -0.825854 54.6085 -0.819469 54.6132 -0.812772 54.6178 -0.805766 54.6224 -0.798456 54.627 -0.790844 54.6315 -0.782934 54.636 -0.77473 54.6404 -0.766236 54.6448 -0.757456 54.6491 -0.748393 54.6533 -0.739052 54.6575 -0.729437 54.6617 -0.719553 54.6658 -0.709403 54.6698 -0.698992 54.6738 -0.688324 54.6777 -0.677404 54.6816 -0.666237 54.6854 -0.654827 54.6891 -0.643178 54.6928 -0.631297 54.6964 -0.619186 54.6999 -0.606852 54.7033 -0.594299 54.7067 -0.581532 54.71 -0.568557 54.7133 -0.555377 54.7164 -0.541999 54.7195 -0.528426 54.7225 -0.514666 54.7255 -0.500722 54.7283 -0.4866 54.7311 -0.472305 54.7338 -0.457842 54.7364 -0.443217 54.739 -0.428436 54.7414 -0.413503 54.7438 -0.398424 54.7461 -0.383205 54.7483 -0.367852 54.7504 -0.35237 54.7524 -0.336764 54.7544 -0.321041 54.7562 -0.305205 54.758 -0.289264 54.7597 -0.273222 54.7613 -0.257085 54.7628 -0.240858 54.7642 -0.224547 54.7656 -0.208158 54.7668 -0.191696 54.7679 -0.175166 54.769 -0.158575 54.77 -0.141929 54.7708 -0.125233 54.7716 -0.108494 54.7723 -0.0917203 54.7729 -0.075267 54.7443 -0.0614668 54.1728 -0.0489114 52.6486 -0.0365354 50.9872 -0.0242694 49.3446 -0.0120932 47.7828 46.3336 -0.345501 54.3039 -0.361262 54.306 -0.376858 54.3081 -0.392284 54.3104 -0.407534 54.3127 -0.422601 54.3151 -0.437479 54.3176 -0.45216 54.3202 -0.46664 54.3229 -0.48091 54.3256 -0.494966 54.3284 -0.508801 54.3314 -0.522408 54.3344 -0.535784 54.3374 -0.548921 54.3406 -0.561814 54.3438 -0.57446 54.3471 -0.586851 54.3505 -0.598984 54.354 -0.610853 54.3575 -0.622454 54.3611 -0.633783 54.3647 -0.644834 54.3684 -0.655604 54.3722 -0.666088 54.376 -0.676283 54.3799 -0.686184 54.3839 -0.695788 54.3879 -0.705092 54.392 -0.714091 54.3961 -0.722783 54.4002 -0.731165 54.4045 -0.739234 54.4087 -0.746987 54.413 -0.754422 54.4174 -0.761536 54.4217 -0.768326 54.4262 -0.774792 54.4306 -0.78093 54.4351 -0.78674 54.4396 -0.792218 54.4442 -0.797366 54.4488 -0.802179 54.4534 -0.806658 54.458 -0.810801 54.4626 -0.814609 54.4673 -0.818079 54.472 -0.821211 54.4767 -0.824005 54.4814 -0.826461 54.4862 -0.828579 54.4909 -0.830358 54.4957 -0.831799 54.5004 -0.832902 54.5052 -0.833668 54.5099 -0.834097 54.5147 -0.83419 54.5195 -0.833947 54.5242 -0.833371 54.529 -0.832461 54.5337 -0.831219 54.5385 -0.829647 54.5432 -0.827746 54.5479 -0.825517 54.5526 -0.822964 54.5573 -0.820086 54.562 -0.816886 54.5666 -0.813368 54.5712 -0.809532 54.5758 -0.80538 54.5804 -0.800917 54.5849 -0.796143 54.5895 -0.791062 54.5939 -0.785676 54.5984 -0.779989 54.6028 -0.774003 54.6072 -0.767721 54.6116 -0.761147 54.6159 -0.754283 54.6201 -0.747134 54.6244 -0.739701 54.6285 -0.73199 54.6327 -0.724003 54.6368 -0.715745 54.6408 -0.707219 54.6448 -0.698428 54.6488 -0.689377 54.6527 -0.680069 54.6565 -0.67051 54.6603 -0.660702 54.664 -0.65065 54.6677 -0.640358 54.6713 -0.629831 54.6749 -0.619073 54.6783 -0.608088 54.6818 -0.59688 54.6852 -0.585455 54.6885 -0.573817 54.6917 -0.56197 54.6949 -0.549919 54.698 -0.537669 54.701 -0.525225 54.704 -0.512591 54.7069 -0.499773 54.7097 -0.486774 54.7125 -0.473601 54.7152 -0.460258 54.7178 -0.44675 54.7203 -0.433083 54.7228 -0.419261 54.7251 -0.405291 54.7274 -0.391176 54.7297 -0.376922 54.7318 -0.362535 54.7339 -0.34802 54.7359 -0.333381 54.7378 -0.318625 54.7396 -0.303756 54.7414 -0.28878 54.743 -0.273702 54.7446 -0.258527 54.7461 -0.243261 54.7475 -0.227909 54.7489 -0.212476 54.7501 -0.196968 54.7513 -0.18139 54.7524 -0.165748 54.7534 -0.150048 54.7543 -0.134296 54.7551 -0.118496 54.7558 -0.102655 54.7565 -0.0867789 54.757 -0.0712013 54.7287 -0.0581353 54.1597 -0.0462586 52.6367 -0.0345531 50.9755 -0.0229526 49.333 -0.0114375 47.7712 46.3221 -0.324886 54.3189 -0.339713 54.3208 -0.354388 54.3228 -0.368904 54.3249 -0.383254 54.327 -0.397434 54.3293 -0.411435 54.3316 -0.425254 54.334 -0.438884 54.3365 -0.452318 54.339 -0.465553 54.3417 -0.478582 54.3444 -0.4914 54.3472 -0.504001 54.35 -0.516379 54.353 -0.52853 54.356 -0.540449 54.3591 -0.55213 54.3622 -0.56357 54.3654 -0.574762 54.3687 -0.585704 54.372 -0.59639 54.3754 -0.606817 54.3789 -0.61698 54.3824 -0.626876 54.3859 -0.6365 54.3896 -0.645851 54.3932 -0.654922 54.397 -0.663712 54.4008 -0.672216 54.4046 -0.680434 54.4085 -0.68836 54.4124 -0.695992 54.4163 -0.703329 54.4203 -0.710367 54.4244 -0.717104 54.4285 -0.723537 54.4326 -0.729666 54.4367 -0.735487 54.4409 -0.741 54.4451 -0.746202 54.4494 -0.751092 54.4536 -0.755669 54.4579 -0.759931 54.4623 -0.763879 54.4666 -0.76751 54.4709 -0.770824 54.4753 -0.77382 54.4797 -0.776499 54.4841 -0.778859 54.4885 -0.7809 54.493 -0.782623 54.4974 -0.784027 54.5018 -0.785113 54.5063 -0.785882 54.5107 -0.786333 54.5152 -0.786467 54.5196 -0.786285 54.5241 -0.785787 54.5285 -0.784976 54.5329 -0.783851 54.5373 -0.782415 54.5418 -0.780668 54.5462 -0.778612 54.5506 -0.776248 54.5549 -0.773579 54.5593 -0.770606 54.5636 -0.767331 54.568 -0.763756 54.5722 -0.759883 54.5765 -0.755714 54.5808 -0.751252 54.585 -0.7465 54.5892 -0.741459 54.5934 -0.736132 54.5975 -0.730523 54.6016 -0.724633 54.6057 -0.718467 54.6097 -0.712026 54.6137 -0.705314 54.6176 -0.698334 54.6216 -0.69109 54.6254 -0.683584 54.6293 -0.675821 54.6331 -0.667803 54.6368 -0.659534 54.6405 -0.651019 54.6441 -0.64226 54.6477 -0.633261 54.6513 -0.624026 54.6548 -0.61456 54.6582 -0.604866 54.6616 -0.594948 54.6649 -0.58481 54.6682 -0.574456 54.6714 -0.563892 54.6746 -0.55312 54.6777 -0.542145 54.6807 -0.530972 54.6837 -0.519605 54.6866 -0.508049 54.6895 -0.496307 54.6922 -0.484386 54.695 -0.472289 54.6976 -0.460021 54.7002 -0.447586 54.7027 -0.434991 54.7052 -0.422239 54.7075 -0.409335 54.7098 -0.396283 54.7121 -0.38309 54.7142 -0.369759 54.7163 -0.356295 54.7184 -0.342704 54.7203 -0.32899 54.7222 -0.315158 54.724 -0.301213 54.7257 -0.28716 54.7273 -0.273005 54.7289 -0.258752 54.7304 -0.244407 54.7318 -0.229974 54.7331 -0.21546 54.7344 -0.200869 54.7355 -0.186208 54.7366 -0.17148 54.7376 -0.156692 54.7386 -0.141849 54.7394 -0.126956 54.7402 -0.112018 54.7409 -0.0970408 54.7415 -0.0820307 54.742 -0.0673022 54.714 -0.054947 54.1474 -0.0437207 52.6255 -0.0326561 50.9645 -0.021692 49.322 -0.0108093 47.7604 46.3113 -0.305317 54.333 -0.319259 54.3348 -0.333059 54.3366 -0.346712 54.3385 -0.360212 54.3405 -0.373551 54.3426 -0.386726 54.3448 -0.399728 54.347 -0.412554 54.3493 -0.425197 54.3517 -0.437653 54.3541 -0.449915 54.3567 -0.46198 54.3592 -0.473843 54.3619 -0.485498 54.3646 -0.49694 54.3674 -0.508165 54.3703 -0.519169 54.3732 -0.529947 54.3762 -0.540495 54.3792 -0.550807 54.3823 -0.560881 54.3855 -0.570712 54.3887 -0.580297 54.392 -0.589631 54.3953 -0.598711 54.3986 -0.607534 54.4021 -0.616096 54.4055 -0.624394 54.4091 -0.632426 54.4126 -0.640187 54.4162 -0.647677 54.4199 -0.654891 54.4236 -0.661827 54.4273 -0.668483 54.431 -0.674857 54.4348 -0.680947 54.4387 -0.68675 54.4425 -0.692265 54.4464 -0.69749 54.4504 -0.702424 54.4543 -0.707065 54.4583 -0.711412 54.4623 -0.715463 54.4663 -0.719218 54.4703 -0.722676 54.4744 -0.725836 54.4785 -0.728698 54.4826 -0.73126 54.4867 -0.733523 54.4908 -0.735486 54.4949 -0.73715 54.499 -0.738513 54.5032 -0.739578 54.5073 -0.740342 54.5115 -0.740808 54.5156 -0.740975 54.5198 -0.740845 54.5239 -0.740417 54.5281 -0.739693 54.5322 -0.738674 54.5363 -0.737361 54.5405 -0.735755 54.5446 -0.733858 54.5487 -0.73167 54.5527 -0.729194 54.5568 -0.72643 54.5609 -0.723382 54.5649 -0.72005 54.5689 -0.716437 54.5729 -0.712545 54.5769 -0.708375 54.5808 -0.70393 54.5847 -0.699213 54.5886 -0.694226 54.5925 -0.688971 54.5963 -0.683451 54.6001 -0.677669 54.6039 -0.671628 54.6076 -0.665329 54.6113 -0.658778 54.615 -0.651975 54.6186 -0.644925 54.6222 -0.637631 54.6258 -0.630096 54.6293 -0.622323 54.6327 -0.614316 54.6361 -0.606078 54.6395 -0.597613 54.6428 -0.588924 54.6461 -0.580015 54.6493 -0.57089 54.6525 -0.561552 54.6556 -0.552006 54.6587 -0.542255 54.6617 -0.532304 54.6646 -0.522156 54.6675 -0.511815 54.6704 -0.501286 54.6732 -0.490573 54.6759 -0.47968 54.6786 -0.468612 54.6812 -0.457372 54.6837 -0.445964 54.6862 -0.434395 54.6886 -0.422666 54.691 -0.410784 54.6933 -0.398753 54.6955 -0.386576 54.6977 -0.374259 54.6998 -0.361807 54.7018 -0.349223 54.7038 -0.336513 54.7056 -0.323681 54.7075 -0.310732 54.7092 -0.297671 54.7109 -0.284503 54.7125 -0.271232 54.714 -0.257865 54.7155 -0.244404 54.7169 -0.230857 54.7182 -0.217227 54.7195 -0.20352 54.7207 -0.189741 54.7218 -0.175895 54.7228 -0.161986 54.7237 -0.148018 54.7246 -0.133998 54.7254 -0.11993 54.7261 -0.105818 54.7268 -0.0916678 54.7274 -0.0774849 54.7278 -0.0635645 54.7001 -0.0518871 54.1357 -0.0412844 52.6149 -0.0308353 50.954 -0.020482 49.3117 -0.0102063 47.7501 46.3011 -0.286794 54.3462 -0.299896 54.3479 -0.312864 54.3496 -0.325695 54.3514 -0.338382 54.3532 -0.350921 54.3552 -0.363306 54.3572 -0.375532 54.3592 -0.387593 54.3614 -0.399484 54.3636 -0.4112 54.3659 -0.422736 54.3682 -0.434087 54.3706 -0.445248 54.3731 -0.456215 54.3756 -0.466984 54.3782 -0.477549 54.3808 -0.487907 54.3836 -0.498054 54.3863 -0.507985 54.3891 -0.517697 54.392 -0.527185 54.395 -0.536447 54.3979 -0.545478 54.401 -0.554275 54.4041 -0.562835 54.4072 -0.571153 54.4104 -0.579228 54.4136 -0.587055 54.4169 -0.594633 54.4202 -0.601958 54.4235 -0.609028 54.4269 -0.61584 54.4304 -0.622392 54.4338 -0.628682 54.4373 -0.634707 54.4409 -0.640465 54.4444 -0.645954 54.448 -0.651174 54.4517 -0.656121 54.4553 -0.660795 54.459 -0.665195 54.4627 -0.669317 54.4664 -0.673163 54.4702 -0.676731 54.4739 -0.680019 54.4777 -0.683028 54.4815 -0.685756 54.4853 -0.688203 54.4891 -0.690369 54.493 -0.692252 54.4968 -0.693854 54.5007 -0.695174 54.5045 -0.696212 54.5084 -0.696969 54.5122 -0.697444 54.5161 -0.697638 54.52 -0.697552 54.5238 -0.697186 54.5277 -0.69654 54.5316 -0.695617 54.5354 -0.694417 54.5393 -0.692941 54.5431 -0.691189 54.5469 -0.689165 54.5507 -0.686867 54.5545 -0.6843 54.5583 -0.681463 54.5621 -0.678358 54.5658 -0.674989 54.5695 -0.671355 54.5732 -0.66746 54.5769 -0.663305 54.5806 -0.658892 54.5842 -0.654225 54.5878 -0.649304 54.5914 -0.644133 54.595 -0.638714 54.5985 -0.63305 54.602 -0.627143 54.6054 -0.620996 54.6089 -0.614611 54.6122 -0.607993 54.6156 -0.601143 54.6189 -0.594066 54.6222 -0.586763 54.6254 -0.579238 54.6286 -0.571494 54.6318 -0.563536 54.6349 -0.555365 54.6379 -0.546986 54.6409 -0.538402 54.6439 -0.529617 54.6468 -0.520634 54.6497 -0.511457 54.6525 -0.502089 54.6553 -0.492535 54.658 -0.482798 54.6606 -0.472883 54.6633 -0.462792 54.6658 -0.452531 54.6683 -0.442102 54.6707 -0.431511 54.6731 -0.420761 54.6755 -0.409856 54.6777 -0.3988 54.6799 -0.387599 54.6821 -0.376255 54.6842 -0.364774 54.6862 -0.353159 54.6882 -0.341416 54.6901 -0.329549 54.6919 -0.317562 54.6937 -0.305459 54.6954 -0.293246 54.697 -0.280927 54.6986 -0.268506 54.7001 -0.255988 54.7015 -0.243378 54.7029 -0.23068 54.7042 -0.217899 54.7054 -0.205039 54.7066 -0.192104 54.7077 -0.1791 54.7087 -0.16603 54.7097 -0.152899 54.7106 -0.139711 54.7114 -0.126473 54.7122 -0.113187 54.7128 -0.0998597 54.7135 -0.0864962 54.714 -0.0731037 54.7144 -0.0599598 54.6869 -0.0489378 54.1247 -0.0389379 52.6049 -0.0290825 50.9442 -0.0193176 49.3019 -0.00962589 47.7404 46.2915 -0.269234 54.3587 -0.281542 54.3602 -0.293725 54.3618 -0.305779 54.3634 -0.317698 54.3651 -0.329478 54.3669 -0.341115 54.3688 -0.352602 54.3707 -0.363935 54.3727 -0.375111 54.3748 -0.386123 54.3769 -0.396968 54.379 -0.40764 54.3813 -0.418135 54.3836 -0.428449 54.3859 -0.438578 54.3883 -0.448517 54.3908 -0.458262 54.3933 -0.467809 54.3959 -0.477155 54.3985 -0.486295 54.4012 -0.495227 54.4039 -0.503946 54.4067 -0.51245 54.4095 -0.520734 54.4124 -0.528796 54.4153 -0.536633 54.4182 -0.544242 54.4212 -0.551619 54.4243 -0.558763 54.4273 -0.56567 54.4305 -0.572338 54.4336 -0.578765 54.4368 -0.584948 54.44 -0.590885 54.4433 -0.596575 54.4466 -0.602014 54.4499 -0.607202 54.4532 -0.612136 54.4566 -0.616816 54.46 -0.621239 54.4634 -0.625404 54.4668 -0.62931 54.4703 -0.632956 54.4738 -0.636341 54.4773 -0.639464 54.4808 -0.642324 54.4843 -0.644921 54.4879 -0.647254 54.4915 -0.649322 54.495 -0.651126 54.4986 -0.652665 54.5022 -0.653938 54.5058 -0.654947 54.5094 -0.655691 54.513 -0.65617 54.5166 -0.656385 54.5202 -0.656336 54.5238 -0.656024 54.5274 -0.655449 54.531 -0.654613 54.5346 -0.653515 54.5382 -0.652157 54.5417 -0.650541 54.5453 -0.648667 54.5488 -0.646536 54.5524 -0.64415 54.5559 -0.64151 54.5594 -0.638619 54.5629 -0.635477 54.5664 -0.632086 54.5699 -0.628448 54.5733 -0.624565 54.5767 -0.620439 54.5801 -0.616073 54.5835 -0.611467 54.5868 -0.606625 54.5901 -0.601549 54.5934 -0.596241 54.5967 -0.590703 54.5999 -0.584939 54.6031 -0.578951 54.6063 -0.572741 54.6094 -0.566313 54.6125 -0.559668 54.6155 -0.552811 54.6186 -0.545744 54.6215 -0.53847 54.6245 -0.530993 54.6274 -0.523314 54.6302 -0.515438 54.6331 -0.507369 54.6358 -0.499108 54.6386 -0.49066 54.6412 -0.482028 54.6439 -0.473216 54.6465 -0.464227 54.649 -0.455064 54.6515 -0.445732 54.6539 -0.436234 54.6563 -0.426574 54.6586 -0.416755 54.6609 -0.406782 54.6632 -0.396659 54.6653 -0.386389 54.6675 -0.375976 54.6695 -0.365425 54.6715 -0.354739 54.6735 -0.343923 54.6754 -0.332981 54.6772 -0.321917 54.679 -0.310735 54.6807 -0.29944 54.6824 -0.288035 54.684 -0.276525 54.6855 -0.264915 54.687 -0.253208 54.6884 -0.241409 54.6897 -0.229522 54.691 -0.217551 54.6922 -0.2055 54.6934 -0.193373 54.6945 -0.181175 54.6955 -0.16891 54.6965 -0.156583 54.6974 -0.144198 54.6982 -0.131761 54.699 -0.119275 54.6997 -0.106746 54.7003 -0.0941778 54.7009 -0.0815754 54.7014 -0.0689429 54.7018 -0.0565406 54.6745 -0.0461378 54.1143 -0.0367066 52.5955 -0.0274143 50.9349 -0.018209 49.2927 -0.00907365 47.7313 46.2824 -0.252614 54.3703 -0.264166 54.3717 -0.275603 54.3732 -0.28692 54.3747 -0.298112 54.3763 -0.309173 54.378 -0.3201 54.3797 -0.330887 54.3815 -0.34153 54.3833 -0.352026 54.3853 -0.362369 54.3872 -0.372556 54.3892 -0.382581 54.3913 -0.392442 54.3934 -0.402134 54.3956 -0.411653 54.3978 -0.420995 54.4001 -0.430157 54.4025 -0.439134 54.4048 -0.447923 54.4073 -0.45652 54.4098 -0.464922 54.4123 -0.473125 54.4149 -0.481127 54.4175 -0.488924 54.4202 -0.496513 54.4229 -0.503891 54.4256 -0.511056 54.4284 -0.518004 54.4312 -0.524733 54.4341 -0.531241 54.437 -0.537526 54.4399 -0.543584 54.4429 -0.549414 54.4458 -0.555014 54.4489 -0.560382 54.4519 -0.565516 54.455 -0.570414 54.4581 -0.575074 54.4612 -0.579495 54.4644 -0.583676 54.4676 -0.587616 54.4708 -0.591312 54.474 -0.594765 54.4772 -0.597973 54.4805 -0.600935 54.4838 -0.60365 54.4871 -0.606118 54.4904 -0.608338 54.4937 -0.61031 54.497 -0.612034 54.5003 -0.613508 54.5037 -0.614734 54.507 -0.61571 54.5104 -0.616438 54.5137 -0.616917 54.5171 -0.617148 54.5204 -0.61713 54.5238 -0.616865 54.5271 -0.616353 54.5305 -0.615595 54.5338 -0.614591 54.5372 -0.613342 54.5405 -0.61185 54.5438 -0.610115 54.5471 -0.608138 54.5504 -0.605921 54.5537 -0.603466 54.557 -0.600773 54.5602 -0.597843 54.5635 -0.594679 54.5667 -0.591283 54.5699 -0.587655 54.5731 -0.583799 54.5762 -0.579715 54.5794 -0.575405 54.5825 -0.570873 54.5856 -0.56612 54.5887 -0.561148 54.5917 -0.555959 54.5947 -0.550556 54.5977 -0.544942 54.6006 -0.539118 54.6036 -0.533088 54.6065 -0.526855 54.6093 -0.520419 54.6121 -0.513786 54.6149 -0.506957 54.6176 -0.499935 54.6204 -0.492724 54.623 -0.485325 54.6257 -0.477744 54.6282 -0.469982 54.6308 -0.462042 54.6333 -0.453929 54.6358 -0.445644 54.6382 -0.437193 54.6405 -0.428577 54.6429 -0.419801 54.6451 -0.410868 54.6474 -0.401782 54.6496 -0.392545 54.6517 -0.383163 54.6538 -0.373637 54.6558 -0.363974 54.6578 -0.354175 54.6597 -0.344245 54.6616 -0.334188 54.6634 -0.324007 54.6652 -0.313706 54.6669 -0.30329 54.6686 -0.292762 54.6702 -0.282127 54.6717 -0.271387 54.6732 -0.260548 54.6747 -0.249612 54.676 -0.238584 54.6774 -0.227468 54.6786 -0.216268 54.6798 -0.204987 54.681 -0.193631 54.682 -0.182202 54.6831 -0.170707 54.684 -0.159149 54.6849 -0.147532 54.6858 -0.135861 54.6865 -0.124141 54.6873 -0.112376 54.6879 -0.10057 54.6885 -0.0887267 54.689 -0.0768516 54.6895 -0.0649499 54.6899 -0.0532661 54.6628 -0.0434657 54.1045 -0.034581 52.5866 -0.025826 50.9261 -0.0171538 49.284 -0.00854771 47.7227 46.2739 -0.236866 54.3813 -0.247706 54.3826 -0.258439 54.3839 -0.269061 54.3854 -0.279565 54.3868 -0.289949 54.3884 -0.300207 54.39 -0.310335 54.3916 -0.320328 54.3933 -0.330183 54.3951 -0.339893 54.3969 -0.349458 54.3988 -0.358871 54.4007 -0.368131 54.4027 -0.377232 54.4047 -0.386171 54.4068 -0.394945 54.4089 -0.40355 54.4111 -0.411983 54.4133 -0.42024 54.4155 -0.428319 54.4178 -0.436215 54.4202 -0.443926 54.4226 -0.451449 54.425 -0.45878 54.4275 -0.465917 54.43 -0.472857 54.4325 -0.479598 54.4351 -0.486136 54.4377 -0.49247 54.4404 -0.498597 54.4431 -0.504514 54.4458 -0.51022 54.4486 -0.515713 54.4513 -0.52099 54.4542 -0.526049 54.457 -0.530889 54.4598 -0.535509 54.4627 -0.539906 54.4656 -0.544079 54.4686 -0.548028 54.4715 -0.551749 54.4745 -0.555243 54.4775 -0.558509 54.4805 -0.561545 54.4835 -0.56435 54.4866 -0.566924 54.4896 -0.569267 54.4927 -0.571377 54.4958 -0.573253 54.4989 -0.574897 54.502 -0.576307 54.5051 -0.577484 54.5082 -0.578426 54.5113 -0.579135 54.5144 -0.579611 54.5175 -0.579853 54.5207 -0.579862 54.5238 -0.579638 54.5269 -0.579182 54.53 -0.578495 54.5331 -0.577577 54.5362 -0.576429 54.5393 -0.575051 54.5424 -0.573445 54.5455 -0.571612 54.5486 -0.569553 54.5516 -0.567269 54.5547 -0.564761 54.5577 -0.562031 54.5607 -0.55908 54.5637 -0.555911 54.5667 -0.552523 54.5697 -0.54892 54.5726 -0.545102 54.5756 -0.541072 54.5785 -0.536832 54.5814 -0.532384 54.5842 -0.527729 54.587 -0.522869 54.5899 -0.517808 54.5926 -0.512548 54.5954 -0.50709 54.5981 -0.501436 54.6008 -0.495591 54.6035 -0.489556 54.6061 -0.483333 54.6087 -0.476925 54.6112 -0.470336 54.6138 -0.463567 54.6163 -0.456622 54.6187 -0.449504 54.6211 -0.442215 54.6235 -0.434758 54.6258 -0.427137 54.6281 -0.419355 54.6304 -0.411415 54.6326 -0.403319 54.6348 -0.395072 54.6369 -0.386676 54.639 -0.378135 54.641 -0.369453 54.643 -0.360632 54.645 -0.351676 54.6469 -0.342589 54.6487 -0.333374 54.6505 -0.324035 54.6523 -0.314575 54.654 -0.304998 54.6556 -0.295307 54.6572 -0.285507 54.6588 -0.2756 54.6603 -0.26559 54.6617 -0.255481 54.6631 -0.245278 54.6645 -0.234982 54.6657 -0.224599 54.667 -0.214132 54.6681 -0.203586 54.6693 -0.192965 54.6703 -0.182273 54.6713 -0.171514 54.6723 -0.160694 54.6732 -0.149816 54.674 -0.138883 54.6748 -0.127901 54.6756 -0.116871 54.6762 -0.1058 54.6768 -0.0946899 54.6774 -0.0835456 54.6779 -0.0723698 54.6783 -0.0611687 54.6787 -0.0501687 54.6518 -0.0409363 54.0952 -0.0325665 52.5782 -0.0243196 50.9179 -0.0161523 49.2758 -0.00804873 47.7146 46.2658 -0.221983 54.3915 -0.23214 54.3927 -0.242198 54.394 -0.252153 54.3953 -0.262001 54.3967 -0.271737 54.3981 -0.281356 54.3996 -0.290856 54.4011 -0.300231 54.4027 -0.309478 54.4044 -0.318592 54.406 -0.327569 54.4078 -0.336406 54.4095 -0.345098 54.4114 -0.353643 54.4133 -0.362036 54.4152 -0.370274 54.4171 -0.378354 54.4191 -0.386273 54.4212 -0.394028 54.4233 -0.401615 54.4254 -0.409032 54.4276 -0.416275 54.4298 -0.423343 54.4321 -0.430231 54.4344 -0.436939 54.4367 -0.443462 54.4391 -0.449798 54.4415 -0.455946 54.4439 -0.461903 54.4464 -0.467666 54.4488 -0.473233 54.4514 -0.478602 54.4539 -0.483772 54.4565 -0.48874 54.4591 -0.493505 54.4617 -0.498064 54.4644 -0.502417 54.4671 -0.506562 54.4698 -0.510498 54.4725 -0.514222 54.4753 -0.517735 54.478 -0.521034 54.4808 -0.524119 54.4836 -0.526989 54.4864 -0.529643 54.4892 -0.53208 54.4921 -0.5343 54.4949 -0.536302 54.4978 -0.538085 54.5007 -0.53965 54.5035 -0.540996 54.5064 -0.542122 54.5093 -0.543029 54.5122 -0.543717 54.5151 -0.544185 54.518 -0.544435 54.5209 -0.544465 54.5238 -0.544278 54.5267 -0.543872 54.5296 -0.543248 54.5325 -0.542408 54.5354 -0.541351 54.5383 -0.540079 54.5411 -0.538593 54.544 -0.536893 54.5469 -0.53498 54.5497 -0.532856 54.5526 -0.530521 54.5554 -0.527978 54.5582 -0.525226 54.561 -0.522268 54.5638 -0.519106 54.5665 -0.51574 54.5693 -0.512173 54.572 -0.508406 54.5747 -0.50444 54.5774 -0.500279 54.5801 -0.495923 54.5827 -0.491375 54.5853 -0.486636 54.5879 -0.481709 54.5905 -0.476597 54.593 -0.4713 54.5955 -0.465822 54.598 -0.460165 54.6004 -0.454331 54.6028 -0.448323 54.6052 -0.442143 54.6076 -0.435794 54.6099 -0.429279 54.6122 -0.4226 54.6144 -0.41576 54.6167 -0.408763 54.6188 -0.401609 54.621 -0.394304 54.6231 -0.386849 54.6251 -0.379247 54.6272 -0.371502 54.6292 -0.363617 54.6311 -0.355595 54.633 -0.347438 54.6349 -0.339151 54.6367 -0.330737 54.6384 -0.322198 54.6402 -0.313537 54.6418 -0.304759 54.6435 -0.295867 54.6451 -0.286864 54.6466 -0.277752 54.6481 -0.268536 54.6496 -0.25922 54.651 -0.249807 54.6523 -0.2403 54.6536 -0.230704 54.6549 -0.221021 54.6561 -0.211258 54.6572 -0.201417 54.6583 -0.191501 54.6594 -0.181516 54.6604 -0.171464 54.6613 -0.16135 54.6622 -0.151177 54.663 -0.140948 54.6638 -0.130667 54.6646 -0.120337 54.6652 -0.109962 54.6659 -0.099546 54.6664 -0.0890916 54.6669 -0.0786036 54.6674 -0.0680857 54.6678 -0.0575443 54.6681 -0.0471925 54.6415 -0.0385049 54.0865 -0.0306311 52.5703 -0.0228729 50.9101 -0.0151906 49.2682 -0.00756901 47.7069 46.2582 -0.207944 54.4011 -0.217464 54.4023 -0.226891 54.4034 -0.236219 54.4046 -0.245445 54.4059 -0.254565 54.4072 -0.263576 54.4086 -0.272475 54.41 -0.281258 54.4115 -0.289921 54.413 -0.298462 54.4146 -0.306876 54.4162 -0.31516 54.4178 -0.32331 54.4195 -0.331323 54.4213 -0.339195 54.423 -0.346924 54.4249 -0.354505 54.4267 -0.361936 54.4286 -0.369214 54.4306 -0.376335 54.4326 -0.383298 54.4346 -0.390098 54.4366 -0.396734 54.4387 -0.403203 54.4408 -0.409502 54.443 -0.415629 54.4452 -0.421582 54.4474 -0.427358 54.4497 -0.432955 54.452 -0.438372 54.4543 -0.443605 54.4566 -0.448654 54.459 -0.453515 54.4614 -0.458188 54.4638 -0.462672 54.4662 -0.466963 54.4687 -0.471061 54.4712 -0.474964 54.4737 -0.478671 54.4762 -0.482181 54.4788 -0.485492 54.4813 -0.488604 54.4839 -0.491516 54.4865 -0.494225 54.4891 -0.496733 54.4917 -0.499037 54.4944 -0.501139 54.497 -0.503035 54.4997 -0.504727 54.5023 -0.506214 54.505 -0.507496 54.5077 -0.508572 54.5104 -0.509443 54.5131 -0.510108 54.5158 -0.510567 54.5185 -0.510821 54.5212 -0.510869 54.5239 -0.510712 54.5266 -0.510351 54.5292 -0.509786 54.5319 -0.509017 54.5346 -0.508045 54.5373 -0.50687 54.54 -0.505494 54.5426 -0.503918 54.5453 -0.502142 54.5479 -0.500167 54.5506 -0.497994 54.5532 -0.495625 54.5558 -0.49306 54.5584 -0.490302 54.561 -0.487351 54.5636 -0.484208 54.5661 -0.480877 54.5687 -0.477357 54.5712 -0.47365 54.5737 -0.469759 54.5762 -0.465685 54.5786 -0.46143 54.5811 -0.456995 54.5835 -0.452384 54.5858 -0.447597 54.5882 -0.442637 54.5905 -0.437506 54.5928 -0.432207 54.5951 -0.426741 54.5974 -0.421111 54.5996 -0.415319 54.6018 -0.409367 54.604 -0.403259 54.6061 -0.396996 54.6082 -0.390582 54.6102 -0.384019 54.6123 -0.377309 54.6143 -0.370455 54.6162 -0.36346 54.6182 -0.356328 54.62 -0.349059 54.6219 -0.341659 54.6237 -0.334129 54.6255 -0.326472 54.6272 -0.318692 54.6289 -0.310791 54.6305 -0.302772 54.6321 -0.29464 54.6337 -0.286395 54.6352 -0.278043 54.6367 -0.269586 54.6382 -0.261027 54.6396 -0.252371 54.6409 -0.24362 54.6422 -0.234779 54.6435 -0.225849 54.6447 -0.216836 54.6458 -0.207743 54.647 -0.198571 54.648 -0.189327 54.6491 -0.180012 54.65 -0.170629 54.651 -0.161183 54.6519 -0.151675 54.6527 -0.142109 54.6535 -0.13249 54.6542 -0.12282 54.6549 -0.113105 54.6555 -0.103348 54.6561 -0.0935521 54.6566 -0.0837237 54.6571 -0.0738647 54.6576 -0.0639802 54.6579 -0.054073 54.6582 -0.044342 54.6317 -0.0361742 54.0784 -0.0287756 52.5629 -0.0214865 50.9028 -0.0142696 49.2609 -0.00711018 47.6998 46.2511 -0.194632 54.4101 -0.203551 54.4112 -0.212382 54.4123 -0.221122 54.4134 -0.229769 54.4146 -0.238317 54.4158 -0.246763 54.4171 -0.255102 54.4184 -0.263333 54.4197 -0.27145 54.4211 -0.279452 54.4226 -0.287335 54.4241 -0.295096 54.4256 -0.302732 54.4272 -0.31024 54.4288 -0.317617 54.4304 -0.32486 54.4321 -0.331966 54.4338 -0.338931 54.4356 -0.345755 54.4374 -0.352432 54.4392 -0.358961 54.4411 -0.36534 54.443 -0.371565 54.4449 -0.377635 54.4469 -0.383545 54.4489 -0.389296 54.4509 -0.394883 54.453 -0.400306 54.4551 -0.405561 54.4572 -0.410648 54.4594 -0.415563 54.4615 -0.420306 54.4637 -0.424875 54.4659 -0.429267 54.4682 -0.433481 54.4704 -0.437516 54.4727 -0.44137 54.475 -0.445042 54.4774 -0.448531 54.4797 -0.451835 54.4821 -0.454954 54.4845 -0.457886 54.4868 -0.46063 54.4893 -0.463186 54.4917 -0.465552 54.4941 -0.467729 54.4966 -0.469715 54.499 -0.471509 54.5015 -0.473112 54.504 -0.474523 54.5064 -0.475742 54.5089 -0.476768 54.5114 -0.477601 54.5139 -0.478242 54.5164 -0.478689 54.5189 -0.478945 54.5214 -0.479007 54.5239 -0.478878 54.5264 -0.478557 54.5289 -0.478044 54.5314 -0.47734 54.5339 -0.476445 54.5364 -0.475361 54.5389 -0.474088 54.5414 -0.472626 54.5438 -0.470977 54.5463 -0.469141 54.5488 -0.46712 54.5512 -0.464914 54.5536 -0.462524 54.556 -0.459953 54.5584 -0.4572 54.5608 -0.454268 54.5632 -0.451157 54.5656 -0.44787 54.5679 -0.444407 54.5702 -0.440771 54.5725 -0.436963 54.5748 -0.432984 54.5771 -0.428837 54.5793 -0.424523 54.5815 -0.420044 54.5837 -0.415402 54.5859 -0.4106 54.588 -0.405638 54.5902 -0.40052 54.5923 -0.395247 54.5943 -0.389822 54.5964 -0.384247 54.5984 -0.378524 54.6004 -0.372656 54.6023 -0.366645 54.6042 -0.360493 54.6061 -0.354203 54.608 -0.347778 54.6098 -0.34122 54.6116 -0.334532 54.6133 -0.327715 54.6151 -0.320775 54.6168 -0.313712 54.6184 -0.306529 54.62 -0.29923 54.6216 -0.291817 54.6231 -0.284294 54.6246 -0.276663 54.6261 -0.268928 54.6275 -0.261091 54.6289 -0.253155 54.6302 -0.245125 54.6315 -0.237003 54.6328 -0.228791 54.634 -0.220494 54.6352 -0.212115 54.6363 -0.203655 54.6374 -0.195119 54.6384 -0.186509 54.6394 -0.177828 54.6404 -0.16908 54.6413 -0.160268 54.6422 -0.151395 54.643 -0.142464 54.6438 -0.133478 54.6445 -0.124443 54.6452 -0.115361 54.6458 -0.106236 54.6464 -0.0970705 54.6469 -0.0878689 54.6474 -0.0786343 54.6479 -0.0693698 54.6483 -0.0600788 54.6486 -0.0507657 54.6489 -0.0416189 54.6226 -0.0339458 54.0707 -0.0270015 52.556 -0.0201606 50.896 -0.0133884 49.2542 -0.00667074 47.6931 46.2445 -0.182083 54.4186 -0.19043 54.4195 -0.198692 54.4205 -0.20687 54.4216 -0.21496 54.4227 -0.222959 54.4238 -0.230863 54.425 -0.23867 54.4262 -0.246376 54.4274 -0.253978 54.4287 -0.261472 54.4301 -0.268855 54.4314 -0.276125 54.4329 -0.283277 54.4343 -0.29031 54.4358 -0.297221 54.4373 -0.304006 54.4389 -0.310663 54.4405 -0.317189 54.4421 -0.323582 54.4438 -0.329839 54.4455 -0.335958 54.4472 -0.341936 54.449 -0.347771 54.4508 -0.353461 54.4526 -0.359003 54.4545 -0.364396 54.4563 -0.369636 54.4582 -0.374723 54.4602 -0.379654 54.4621 -0.384426 54.4641 -0.38904 54.4661 -0.393492 54.4682 -0.397781 54.4702 -0.401905 54.4723 -0.405863 54.4744 -0.409654 54.4765 -0.413276 54.4787 -0.416728 54.4808 -0.420008 54.483 -0.423115 54.4852 -0.42605 54.4874 -0.428809 54.4896 -0.431393 54.4918 -0.433801 54.4941 -0.436032 54.4963 -0.438085 54.4986 -0.439959 54.5009 -0.441655 54.5032 -0.443171 54.5055 -0.444508 54.5078 -0.445664 54.5101 -0.44664 54.5124 -0.447436 54.5147 -0.448051 54.517 -0.448486 54.5193 -0.44874 54.5217 -0.448814 54.524 -0.448708 54.5263 -0.448422 54.5286 -0.447956 54.531 -0.447311 54.5333 -0.446488 54.5356 -0.445487 54.5379 -0.444309 54.5402 -0.442953 54.5425 -0.441422 54.5448 -0.439716 54.547 -0.437836 54.5493 -0.435782 54.5516 -0.433556 54.5538 -0.431159 54.556 -0.428592 54.5583 -0.425857 54.5605 -0.422955 54.5627 -0.419886 54.5648 -0.416652 54.567 -0.413256 54.5691 -0.409697 54.5713 -0.405979 54.5734 -0.402103 54.5754 -0.398069 54.5775 -0.393881 54.5795 -0.38954 54.5816 -0.385047 54.5836 -0.380405 54.5855 -0.375616 54.5875 -0.370681 54.5894 -0.365603 54.5913 -0.360384 54.5932 -0.355026 54.595 -0.349531 54.5968 -0.343901 54.5986 -0.33814 54.6004 -0.332248 54.6021 -0.326229 54.6038 -0.320084 54.6054 -0.313817 54.6071 -0.30743 54.6087 -0.300926 54.6102 -0.294307 54.6118 -0.287575 54.6133 -0.280734 54.6147 -0.273786 54.6162 -0.266735 54.6176 -0.259582 54.6189 -0.252332 54.6203 -0.244985 54.6215 -0.237546 54.6228 -0.230017 54.624 -0.2224 54.6252 -0.2147 54.6263 -0.206917 54.6274 -0.199055 54.6284 -0.191118 54.6294 -0.183107 54.6304 -0.175025 54.6313 -0.166877 54.6322 -0.158665 54.6331 -0.150393 54.6339 -0.142064 54.6346 -0.133682 54.6354 -0.125249 54.636 -0.11677 54.6367 -0.108246 54.6373 -0.0996825 54.6378 -0.0910809 54.6383 -0.0824454 54.6388 -0.0737781 54.6392 -0.065084 54.6396 -0.0563648 54.6399 -0.0476259 54.6402 -0.0390414 54.614 -0.0318389 54.0635 -0.0253239 52.5495 -0.0189074 50.8896 -0.012556 49.2478 -0.00625614 47.6868 46.2382 -0.17021 54.4264 -0.178018 54.4273 -0.185751 54.4282 -0.193407 54.4292 -0.200979 54.4302 -0.208466 54.4313 -0.215863 54.4324 -0.223168 54.4335 -0.230378 54.4346 -0.237491 54.4358 -0.244503 54.4371 -0.251412 54.4384 -0.258214 54.4397 -0.264908 54.441 -0.271491 54.4424 -0.277959 54.4438 -0.284311 54.4452 -0.290543 54.4467 -0.296653 54.4482 -0.302639 54.4498 -0.308498 54.4513 -0.314229 54.4529 -0.319828 54.4546 -0.325293 54.4562 -0.330623 54.4579 -0.335815 54.4596 -0.340868 54.4614 -0.345779 54.4632 -0.350546 54.4649 -0.355168 54.4668 -0.359642 54.4686 -0.363968 54.4705 -0.368143 54.4723 -0.372166 54.4743 -0.376036 54.4762 -0.37975 54.4781 -0.383308 54.4801 -0.386708 54.4821 -0.389949 54.4841 -0.39303 54.4861 -0.39595 54.4881 -0.398708 54.4901 -0.401302 54.4922 -0.403733 54.4943 -0.405999 54.4964 -0.408099 54.4984 -0.410033 54.5005 -0.4118 54.5027 -0.4134 54.5048 -0.414833 54.5069 -0.416097 54.509 -0.417192 54.5112 -0.418119 54.5133 -0.418878 54.5155 -0.419467 54.5176 -0.419887 54.5198 -0.420139 54.5219 -0.420221 54.5241 -0.420135 54.5262 -0.41988 54.5284 -0.419458 54.5305 -0.418868 54.5327 -0.41811 54.5348 -0.417186 54.537 -0.416095 54.5391 -0.414839 54.5412 -0.413418 54.5433 -0.411833 54.5455 -0.410085 54.5476 -0.408174 54.5497 -0.406102 54.5517 -0.403869 54.5538 -0.401478 54.5559 -0.398927 54.5579 -0.39622 54.5599 -0.393357 54.562 -0.39034 54.564 -0.387169 54.566 -0.383846 54.5679 -0.380374 54.5699 -0.376752 54.5718 -0.372984 54.5737 -0.36907 54.5756 -0.365012 54.5775 -0.360812 54.5794 -0.356472 54.5812 -0.351993 54.583 -0.347378 54.5848 -0.342628 54.5865 -0.337745 54.5883 -0.332731 54.59 -0.327589 54.5917 -0.322321 54.5933 -0.316928 54.595 -0.311413 54.5966 -0.305779 54.5981 -0.300026 54.5997 -0.294159 54.6012 -0.288179 54.6027 -0.282088 54.6042 -0.27589 54.6056 -0.269585 54.607 -0.263179 54.6083 -0.256671 54.6097 -0.250065 54.611 -0.243364 54.6122 -0.236569 54.6135 -0.229684 54.6147 -0.222711 54.6158 -0.215652 54.6169 -0.208511 54.618 -0.201289 54.6191 -0.19399 54.6201 -0.186616 54.6211 -0.179172 54.622 -0.171659 54.6229 -0.164081 54.6238 -0.156442 54.6246 -0.148744 54.6254 -0.140991 54.6261 -0.133186 54.6268 -0.125332 54.6275 -0.117431 54.6281 -0.109487 54.6287 -0.101501 54.6293 -0.0934778 54.6298 -0.0854187 54.6303 -0.0773271 54.6307 -0.0692045 54.6311 -0.0610546 54.6314 -0.0528796 54.6317 -0.0446839 54.632 -0.0366312 54.606 -0.0298716 54.0567 -0.0237565 52.5434 -0.0177349 50.8835 -0.0117763 49.2419 -0.00586763 47.6808 46.2323 -0.159054 54.4338 -0.166339 54.4346 -0.173557 54.4355 -0.180703 54.4364 -0.187776 54.4373 -0.194771 54.4383 -0.201685 54.4393 -0.208516 54.4403 -0.215259 54.4414 -0.221912 54.4425 -0.228471 54.4436 -0.234934 54.4448 -0.241298 54.446 -0.24756 54.4473 -0.253719 54.4485 -0.25977 54.4499 -0.265713 54.4512 -0.271544 54.4526 -0.277262 54.454 -0.282864 54.4554 -0.288347 54.4568 -0.29371 54.4583 -0.298951 54.4598 -0.304067 54.4614 -0.309057 54.4629 -0.313918 54.4645 -0.318649 54.4661 -0.323248 54.4678 -0.327712 54.4694 -0.332041 54.4711 -0.336233 54.4728 -0.340286 54.4745 -0.344198 54.4763 -0.347968 54.478 -0.351595 54.4798 -0.355078 54.4816 -0.358414 54.4834 -0.361603 54.4853 -0.364644 54.4871 -0.367535 54.489 -0.370276 54.4908 -0.372865 54.4927 -0.375303 54.4946 -0.377586 54.4966 -0.379716 54.4985 -0.381692 54.5004 -0.383512 54.5024 -0.385176 54.5043 -0.386684 54.5063 -0.388035 54.5083 -0.389229 54.5102 -0.390265 54.5122 -0.391144 54.5142 -0.391865 54.5162 -0.392428 54.5182 -0.392833 54.5202 -0.39308 54.5222 -0.393169 54.5242 -0.393101 54.5262 -0.392874 54.5282 -0.39249 54.5302 -0.391949 54.5321 -0.391252 54.5341 -0.390399 54.5361 -0.38939 54.5381 -0.388226 54.5401 -0.386907 54.542 -0.385435 54.544 -0.38381 54.5459 -0.382033 54.5479 -0.380104 54.5498 -0.378025 54.5517 -0.375797 54.5536 -0.37342 54.5555 -0.370896 54.5574 -0.368226 54.5593 -0.365412 54.5612 -0.362453 54.563 -0.359353 54.5648 -0.356111 54.5666 -0.35273 54.5684 -0.349211 54.5702 -0.345555 54.572 -0.341764 54.5737 -0.33784 54.5754 -0.333785 54.5771 -0.329599 54.5788 -0.325285 54.5805 -0.320845 54.5821 -0.31628 54.5837 -0.311593 54.5853 -0.306785 54.5869 -0.301858 54.5884 -0.296814 54.5899 -0.291656 54.5914 -0.286385 54.5929 -0.281004 54.5943 -0.275514 54.5957 -0.269918 54.5971 -0.264218 54.5985 -0.258416 54.5998 -0.252515 54.6011 -0.246517 54.6023 -0.240423 54.6036 -0.234237 54.6048 -0.22796 54.606 -0.221595 54.6071 -0.215146 54.6082 -0.208614 54.6093 -0.202002 54.6103 -0.195313 54.6113 -0.18855 54.6123 -0.181715 54.6132 -0.174813 54.6142 -0.167844 54.615 -0.160813 54.6159 -0.153722 54.6167 -0.146573 54.6174 -0.139369 54.6182 -0.132112 54.6189 -0.124804 54.6195 -0.117449 54.6202 -0.110047 54.6207 -0.102603 54.6213 -0.0951178 54.6218 -0.0875956 54.6223 -0.0800393 54.6227 -0.0724522 54.6231 -0.0648381 54.6235 -0.0571993 54.6238 -0.0495403 54.6241 -0.041864 54.6243 -0.0343229 54.5984 -0.0279904 54.0504 -0.0222587 52.5376 -0.0166147 50.8779 -0.0110312 49.2363 -0.00549568 47.6753 46.2268 -0.148536 54.4407 -0.15535 54.4414 -0.162097 54.4422 -0.168774 54.443 -0.175379 54.4439 -0.181908 54.4448 -0.188361 54.4457 -0.194736 54.4467 -0.20103 54.4477 -0.20724 54.4487 -0.213365 54.4498 -0.219401 54.4509 -0.225345 54.452 -0.231197 54.4531 -0.236952 54.4543 -0.242608 54.4555 -0.248163 54.4567 -0.253615 54.458 -0.258961 54.4593 -0.264199 54.4606 -0.269327 54.462 -0.274343 54.4633 -0.279245 54.4647 -0.284031 54.4661 -0.288699 54.4676 -0.293248 54.4691 -0.297674 54.4705 -0.301978 54.4721 -0.306157 54.4736 -0.310209 54.4751 -0.314133 54.4767 -0.317927 54.4783 -0.321591 54.4799 -0.325122 54.4816 -0.328519 54.4832 -0.331781 54.4849 -0.334907 54.4865 -0.337896 54.4882 -0.340746 54.49 -0.343457 54.4917 -0.346028 54.4934 -0.348456 54.4952 -0.350743 54.4969 -0.352888 54.4987 -0.354888 54.5005 -0.356743 54.5023 -0.358454 54.5041 -0.360019 54.5059 -0.361439 54.5077 -0.362712 54.5095 -0.363838 54.5114 -0.364817 54.5132 -0.365648 54.515 -0.366332 54.5169 -0.366869 54.5187 -0.367257 54.5206 -0.367499 54.5224 -0.367592 54.5243 -0.367538 54.5261 -0.367336 54.528 -0.366988 54.5298 -0.366492 54.5316 -0.36585 54.5335 -0.365062 54.5353 -0.364128 54.5372 -0.363049 54.539 -0.361826 54.5408 -0.360459 54.5426 -0.358949 54.5444 -0.357296 54.5462 -0.355502 54.548 -0.353567 54.5498 -0.351491 54.5516 -0.349278 54.5533 -0.346926 54.5551 -0.344437 54.5568 -0.341813 54.5585 -0.339054 54.5602 -0.336162 54.5619 -0.333138 54.5636 -0.329983 54.5653 -0.326698 54.5669 -0.323286 54.5686 -0.319747 54.5702 -0.316083 54.5718 -0.312296 54.5733 -0.308387 54.5749 -0.304358 54.5764 -0.30021 54.578 -0.295945 54.5794 -0.291565 54.5809 -0.287072 54.5824 -0.282467 54.5838 -0.277753 54.5852 -0.272931 54.5866 -0.268003 54.5879 -0.262971 54.5893 -0.257837 54.5906 -0.252603 54.5919 -0.247272 54.5931 -0.241845 54.5944 -0.236325 54.5956 -0.230713 54.5967 -0.225013 54.5979 -0.219226 54.599 -0.213355 54.6001 -0.207403 54.6011 -0.201371 54.6022 -0.195262 54.6032 -0.18908 54.6041 -0.182826 54.6051 -0.176503 54.606 -0.170112 54.6069 -0.163657 54.6077 -0.157139 54.6085 -0.15056 54.6093 -0.143924 54.61 -0.137231 54.6108 -0.130484 54.6114 -0.123686 54.6121 -0.11684 54.6127 -0.109948 54.6133 -0.103013 54.6138 -0.0960384 54.6143 -0.089027 54.6148 -0.0819824 54.6152 -0.0749073 54.6156 -0.0678045 54.616 -0.0606771 54.6163 -0.0535272 54.6167 -0.0463578 54.6169 -0.0391715 54.6171 -0.0321104 54.5914 -0.0261825 54.0445 -0.0208209 52.5323 -0.0155412 50.8726 -0.0103183 49.2311 -0.00514047 47.6701 46.2217 -0.138574 54.4471 -0.144937 54.4478 -0.151239 54.4485 -0.15748 54.4493 -0.163654 54.4501 -0.16976 54.4509 -0.175793 54.4518 -0.18175 54.4526 -0.187631 54.4536 -0.193431 54.4545 -0.19915 54.4555 -0.204786 54.4565 -0.210337 54.4575 -0.215799 54.4586 -0.221171 54.4597 -0.226452 54.4608 -0.231638 54.4619 -0.236729 54.4631 -0.241722 54.4643 -0.246614 54.4655 -0.251404 54.4667 -0.256091 54.468 -0.260671 54.4693 -0.265143 54.4706 -0.269506 54.4719 -0.273757 54.4733 -0.277895 54.4747 -0.281919 54.4761 -0.285826 54.4775 -0.289616 54.4789 -0.293285 54.4804 -0.296835 54.4819 -0.300262 54.4833 -0.303566 54.4849 -0.306745 54.4864 -0.309799 54.4879 -0.312725 54.4895 -0.315523 54.491 -0.318193 54.4926 -0.320732 54.4942 -0.32314 54.4958 -0.325417 54.4974 -0.327561 54.4991 -0.329571 54.5007 -0.331448 54.5024 -0.333189 54.504 -0.334796 54.5057 -0.336266 54.5074 -0.3376 54.509 -0.338798 54.5107 -0.339858 54.5124 -0.340782 54.5141 -0.341567 54.5158 -0.342215 54.5175 -0.342725 54.5192 -0.343097 54.5209 -0.343332 54.5226 -0.343428 54.5244 -0.343386 54.5261 -0.343207 54.5278 -0.34289 54.5295 -0.342436 54.5312 -0.341845 54.5329 -0.341117 54.5346 -0.340254 54.5363 -0.339255 54.538 -0.33812 54.5397 -0.336851 54.5414 -0.335449 54.543 -0.333912 54.5447 -0.332244 54.5463 -0.330444 54.548 -0.328513 54.5496 -0.326452 54.5513 -0.324262 54.5529 -0.321943 54.5545 -0.319499 54.5561 -0.316927 54.5577 -0.314231 54.5592 -0.311412 54.5608 -0.30847 54.5623 -0.305407 54.5639 -0.302224 54.5654 -0.298922 54.5669 -0.295503 54.5683 -0.291969 54.5698 -0.28832 54.5713 -0.284559 54.5727 -0.280686 54.5741 -0.276704 54.5755 -0.272614 54.5768 -0.268418 54.5782 -0.264117 54.5795 -0.259714 54.5808 -0.255209 54.5821 -0.250605 54.5833 -0.245904 54.5846 -0.241108 54.5858 -0.236218 54.587 -0.231236 54.5881 -0.226166 54.5893 -0.221009 54.5904 -0.215766 54.5915 -0.21044 54.5926 -0.205034 54.5936 -0.199548 54.5946 -0.193987 54.5956 -0.18835 54.5965 -0.182641 54.5975 -0.176863 54.5984 -0.171015 54.5992 -0.165101 54.6001 -0.159123 54.6009 -0.153083 54.6017 -0.146983 54.6024 -0.140826 54.6031 -0.134615 54.6038 -0.128351 54.6045 -0.122039 54.6051 -0.11568 54.6057 -0.109278 54.6063 -0.102835 54.6068 -0.0963534 54.6073 -0.0898365 54.6078 -0.0832862 54.6082 -0.0767039 54.6087 -0.0700917 54.609 -0.0634511 54.6094 -0.0567844 54.6097 -0.0500942 54.61 -0.0433827 54.6102 -0.0366544 54.6104 -0.0300421 54.5848 -0.024491 54.0389 -0.0194728 52.5272 -0.0145333 50.8677 -0.00964839 49.2262 -0.00480671 47.6653 46.2169 -0.129227 54.4531 -0.13516 54.4537 -0.141033 54.4544 -0.146848 54.4551 -0.152602 54.4558 -0.158293 54.4566 -0.16392 54.4574 -0.16948 54.4582 -0.174969 54.4591 -0.180386 54.4599 -0.185727 54.4608 -0.19099 54.4618 -0.196173 54.4627 -0.201275 54.4637 -0.206292 54.4647 -0.211223 54.4657 -0.216066 54.4668 -0.220819 54.4679 -0.22548 54.469 -0.230048 54.4701 -0.23452 54.4712 -0.238896 54.4724 -0.243172 54.4736 -0.247348 54.4748 -0.251423 54.476 -0.255393 54.4773 -0.259259 54.4785 -0.263017 54.4798 -0.266667 54.4811 -0.270208 54.4825 -0.273637 54.4838 -0.276954 54.4852 -0.280158 54.4866 -0.283246 54.4879 -0.286219 54.4894 -0.289074 54.4908 -0.291811 54.4922 -0.294429 54.4937 -0.296927 54.4951 -0.299303 54.4966 -0.301557 54.4981 -0.303689 54.4996 -0.305697 54.5011 -0.30758 54.5026 -0.309339 54.5041 -0.310972 54.5056 -0.312478 54.5072 -0.313858 54.5087 -0.315111 54.5103 -0.316237 54.5118 -0.317234 54.5134 -0.318104 54.515 -0.318845 54.5166 -0.319458 54.5181 -0.319941 54.5197 -0.320297 54.5213 -0.320523 54.5229 -0.32062 54.5245 -0.320589 54.526 -0.32043 54.5276 -0.320141 54.5292 -0.319725 54.5308 -0.319181 54.5324 -0.318509 54.5339 -0.317711 54.5355 -0.316785 54.5371 -0.315733 54.5386 -0.314556 54.5402 -0.313253 54.5417 -0.311826 54.5433 -0.310275 54.5448 -0.3086 54.5463 -0.306804 54.5478 -0.304886 54.5493 -0.302848 54.5508 -0.300689 54.5523 -0.298412 54.5538 -0.296017 54.5553 -0.293505 54.5567 -0.290878 54.5582 -0.288135 54.5596 -0.28528 54.561 -0.282313 54.5624 -0.279234 54.5638 -0.276046 54.5652 -0.27275 54.5665 -0.269347 54.5678 -0.265838 54.5692 -0.262225 54.5705 -0.25851 54.5718 -0.254694 54.573 -0.250779 54.5743 -0.246765 54.5755 -0.242656 54.5767 -0.238452 54.5779 -0.234155 54.579 -0.229768 54.5802 -0.225291 54.5813 -0.220727 54.5824 -0.216077 54.5835 -0.211344 54.5846 -0.206529 54.5856 -0.201634 54.5866 -0.196661 54.5876 -0.191611 54.5885 -0.186487 54.5895 -0.181291 54.5904 -0.176024 54.5913 -0.170689 54.5921 -0.165287 54.593 -0.159821 54.5938 -0.154293 54.5945 -0.148705 54.5953 -0.14306 54.596 -0.13736 54.5967 -0.131607 54.5974 -0.125805 54.598 -0.119955 54.5986 -0.114059 54.5992 -0.108121 54.5998 -0.102141 54.6003 -0.0961217 54.6008 -0.0900655 54.6013 -0.0839746 54.6017 -0.0778507 54.6021 -0.0716959 54.6025 -0.0655128 54.6028 -0.0593041 54.6032 -0.0530724 54.6035 -0.0468201 54.6037 -0.0405493 54.6039 -0.0342627 54.6041 -0.0280835 54.5786 -0.0228928 54.0337 -0.0181999 52.5225 -0.0135815 50.863 -0.00901559 49.2216 -0.00449105 47.6608 46.2124 -0.120426 54.4587 -0.12596 54.4593 -0.131439 54.4599 -0.136862 54.4605 -0.142227 54.4612 -0.147532 54.4619 -0.152775 54.4626 -0.157954 54.4634 -0.163067 54.4642 -0.168114 54.465 -0.173091 54.4658 -0.177998 54.4667 -0.18283 54.4675 -0.187588 54.4684 -0.192267 54.4694 -0.196868 54.4703 -0.201386 54.4713 -0.205821 54.4723 -0.210171 54.4733 -0.214434 54.4743 -0.218609 54.4754 -0.222692 54.4765 -0.226684 54.4776 -0.230582 54.4787 -0.234385 54.4798 -0.238092 54.481 -0.2417 54.4822 -0.245209 54.4833 -0.248618 54.4846 -0.251924 54.4858 -0.255126 54.487 -0.258225 54.4883 -0.261217 54.4895 -0.264102 54.4908 -0.266879 54.4921 -0.269547 54.4934 -0.272105 54.4948 -0.274552 54.4961 -0.276887 54.4975 -0.279109 54.4988 -0.281217 54.5002 -0.283211 54.5016 -0.285089 54.503 -0.286852 54.5044 -0.288499 54.5058 -0.290028 54.5072 -0.291439 54.5086 -0.292733 54.51 -0.293908 54.5115 -0.294965 54.5129 -0.295902 54.5143 -0.296719 54.5158 -0.297417 54.5173 -0.297995 54.5187 -0.298453 54.5202 -0.298791 54.5216 -0.299009 54.5231 -0.299106 54.5245 -0.299084 54.526 -0.298941 54.5275 -0.29868 54.5289 -0.298298 54.5304 -0.297796 54.5319 -0.297176 54.5333 -0.296437 54.5348 -0.29558 54.5362 -0.294605 54.5376 -0.293512 54.5391 -0.292302 54.5405 -0.290977 54.5419 -0.289535 54.5434 -0.287979 54.5448 -0.286309 54.5462 -0.284524 54.5476 -0.282627 54.5489 -0.280619 54.5503 -0.278499 54.5517 -0.276269 54.553 -0.273931 54.5544 -0.271484 54.5557 -0.26893 54.557 -0.26627 54.5583 -0.263505 54.5596 -0.260637 54.5609 -0.257666 54.5622 -0.254594 54.5634 -0.251422 54.5647 -0.248151 54.5659 -0.244784 54.5671 -0.241321 54.5683 -0.237763 54.5695 -0.234112 54.5706 -0.23037 54.5717 -0.226537 54.5729 -0.222617 54.574 -0.21861 54.575 -0.214517 54.5761 -0.210341 54.5771 -0.206083 54.5782 -0.201745 54.5792 -0.197327 54.5801 -0.192833 54.5811 -0.188264 54.582 -0.183622 54.5829 -0.178908 54.5838 -0.174124 54.5847 -0.169273 54.5855 -0.164356 54.5863 -0.159375 54.5871 -0.154332 54.5879 -0.14923 54.5887 -0.14407 54.5894 -0.138855 54.5901 -0.133587 54.5907 -0.128267 54.5914 -0.122899 54.592 -0.117483 54.5926 -0.112021 54.5932 -0.106516 54.5937 -0.10097 54.5942 -0.0953837 54.5947 -0.0897604 54.5952 -0.0841016 54.5956 -0.0784099 54.596 -0.0726878 54.5964 -0.066938 54.5967 -0.0611631 54.5971 -0.0553656 54.5974 -0.0495476 54.5976 -0.0437109 54.5979 -0.0378582 54.5981 -0.0319915 54.5982 -0.026227 54.5728 -0.0213831 54.0289 -0.0169997 52.5182 -0.0126847 50.8587 -0.0084196 49.2173 -0.00419405 47.6565 46.2082 -0.112137 54.4639 -0.117291 54.4644 -0.122395 54.465 -0.127449 54.4656 -0.132451 54.4662 -0.137397 54.4668 -0.142287 54.4675 -0.147116 54.4682 -0.151883 54.4689 -0.156587 54.4697 -0.161225 54.4704 -0.165797 54.4712 -0.170299 54.472 -0.174731 54.4729 -0.179091 54.4737 -0.183377 54.4746 -0.187588 54.4755 -0.191721 54.4764 -0.195775 54.4774 -0.199748 54.4783 -0.20364 54.4793 -0.207447 54.4803 -0.211169 54.4813 -0.214804 54.4823 -0.218351 54.4834 -0.221808 54.4844 -0.225174 54.4855 -0.228447 54.4866 -0.231627 54.4877 -0.234712 54.4889 -0.2377 54.49 -0.240591 54.4912 -0.243384 54.4923 -0.246077 54.4935 -0.248669 54.4947 -0.25116 54.4959 -0.253549 54.4972 -0.255834 54.4984 -0.258014 54.4996 -0.26009 54.5009 -0.26206 54.5022 -0.263924 54.5034 -0.26568 54.5047 -0.267327 54.506 -0.268867 54.5073 -0.270298 54.5086 -0.27162 54.5099 -0.272831 54.5112 -0.273932 54.5126 -0.274922 54.5139 -0.275801 54.5152 -0.276569 54.5166 -0.277225 54.5179 -0.27777 54.5193 -0.278202 54.5206 -0.278523 54.5219 -0.278732 54.5233 -0.278829 54.5246 -0.278814 54.526 -0.278687 54.5273 -0.278448 54.5287 -0.278098 54.53 -0.277636 54.5314 -0.277064 54.5327 -0.276381 54.5341 -0.275587 54.5354 -0.274683 54.5367 -0.27367 54.5381 -0.272548 54.5394 -0.271318 54.5407 -0.26998 54.542 -0.268534 54.5433 -0.266981 54.5446 -0.265323 54.5459 -0.263559 54.5472 -0.261692 54.5485 -0.25972 54.5497 -0.257646 54.551 -0.25547 54.5522 -0.253192 54.5534 -0.250816 54.5547 -0.24834 54.5559 -0.245766 54.5571 -0.243096 54.5583 -0.240329 54.5594 -0.237468 54.5606 -0.234514 54.5617 -0.231468 54.5628 -0.228331 54.564 -0.225104 54.5651 -0.221789 54.5661 -0.218387 54.5672 -0.2149 54.5683 -0.211328 54.5693 -0.207674 54.5703 -0.203938 54.5713 -0.200122 54.5723 -0.196228 54.5732 -0.192258 54.5742 -0.188212 54.5751 -0.184093 54.576 -0.179902 54.5769 -0.175641 54.5778 -0.171311 54.5786 -0.166914 54.5794 -0.162453 54.5802 -0.157929 54.581 -0.153344 54.5818 -0.148699 54.5825 -0.143997 54.5832 -0.13924 54.5839 -0.134428 54.5846 -0.129565 54.5852 -0.124652 54.5858 -0.11969 54.5864 -0.114682 54.587 -0.109629 54.5876 -0.104533 54.5881 -0.099397 54.5886 -0.0942217 54.5891 -0.08901 54.5895 -0.0837632 54.5899 -0.0784845 54.5903 -0.0731749 54.5907 -0.0678374 54.5911 -0.0624738 54.5914 -0.057086 54.5917 -0.0516764 54.592 -0.0462473 54.5922 -0.0408011 54.5924 -0.0353409 54.5926 -0.0298699 54.5927 -0.0244945 54.5674 -0.0199731 54.0244 -0.0158768 52.5141 -0.0118448 50.8547 -0.00786095 49.2134 -0.00391541 47.6526 46.2043 -0.104378 54.4687 -0.109176 54.4692 -0.113926 54.4697 -0.118628 54.4703 -0.12328 54.4709 -0.127881 54.4714 -0.13243 54.4721 -0.136926 54.4727 -0.141364 54.4734 -0.145745 54.4741 -0.150065 54.4748 -0.154323 54.4755 -0.158517 54.4762 -0.162646 54.477 -0.166707 54.4778 -0.170699 54.4786 -0.17462 54.4794 -0.17847 54.4803 -0.182246 54.4811 -0.185947 54.482 -0.189571 54.4829 -0.193118 54.4838 -0.196585 54.4848 -0.199972 54.4857 -0.203276 54.4867 -0.206497 54.4877 -0.209634 54.4887 -0.212684 54.4897 -0.215648 54.4907 -0.218523 54.4917 -0.221309 54.4928 -0.224004 54.4939 -0.226608 54.4949 -0.22912 54.496 -0.231538 54.4971 -0.233861 54.4983 -0.236089 54.4994 -0.238221 54.5005 -0.240256 54.5017 -0.242194 54.5028 -0.244033 54.504 -0.245772 54.5052 -0.247412 54.5064 -0.248952 54.5075 -0.250391 54.5087 -0.251728 54.5099 -0.252963 54.5112 -0.254096 54.5124 -0.255127 54.5136 -0.256054 54.5148 -0.256878 54.5161 -0.257598 54.5173 -0.258214 54.5185 -0.258727 54.5198 -0.259135 54.521 -0.259439 54.5222 -0.259639 54.5235 -0.259734 54.5247 -0.259725 54.526 -0.259612 54.5272 -0.259395 54.5285 -0.259074 54.5297 -0.258649 54.531 -0.258121 54.5322 -0.257489 54.5334 -0.256755 54.5347 -0.255918 54.5359 -0.254979 54.5371 -0.253939 54.5383 -0.252797 54.5396 -0.251555 54.5408 -0.250213 54.542 -0.248771 54.5432 -0.247231 54.5444 -0.245592 54.5455 -0.243856 54.5467 -0.242024 54.5479 -0.240095 54.549 -0.238072 54.5502 -0.235954 54.5513 -0.233743 54.5525 -0.23144 54.5536 -0.229045 54.5547 -0.22656 54.5558 -0.223986 54.5568 -0.221324 54.5579 -0.218574 54.559 -0.215738 54.56 -0.212818 54.561 -0.209813 54.5621 -0.206726 54.5631 -0.203558 54.564 -0.200311 54.565 -0.196984 54.566 -0.19358 54.5669 -0.1901 54.5678 -0.186546 54.5687 -0.182919 54.5696 -0.179221 54.5705 -0.175452 54.5713 -0.171614 54.5722 -0.16771 54.573 -0.16374 54.5738 -0.159707 54.5746 -0.155612 54.5753 -0.151456 54.5761 -0.147242 54.5768 -0.14297 54.5775 -0.138642 54.5782 -0.134261 54.5788 -0.129828 54.5795 -0.125344 54.5801 -0.120811 54.5807 -0.116231 54.5813 -0.111605 54.5818 -0.106935 54.5823 -0.102223 54.5828 -0.0974713 54.5833 -0.092681 54.5838 -0.0878541 54.5842 -0.0829931 54.5846 -0.0780995 54.585 -0.073176 54.5854 -0.0682244 54.5858 -0.063247 54.5861 -0.0582459 54.5864 -0.0532231 54.5867 -0.0481813 54.5869 -0.0431222 54.5871 -0.0380485 54.5874 -0.0329611 54.5875 -0.0278621 54.5876 -0.0228488 54.5624 -0.0186287 54.0201 -0.0148054 52.5102 -0.0110437 50.8509 -0.00732843 49.2096 -0.00364979 47.6489 46.2006 -0.0970698 54.4732 -0.101535 54.4737 -0.105956 54.4741 -0.110334 54.4747 -0.114664 54.4752 -0.118946 54.4757 -0.123178 54.4763 -0.12736 54.4769 -0.131488 54.4775 -0.135562 54.4781 -0.13958 54.4788 -0.143541 54.4795 -0.147443 54.4801 -0.151285 54.4808 -0.155064 54.4816 -0.158779 54.4823 -0.162429 54.4831 -0.166012 54.4839 -0.169527 54.4846 -0.172973 54.4855 -0.176347 54.4863 -0.179649 54.4871 -0.182877 54.488 -0.18603 54.4889 -0.189107 54.4898 -0.192106 54.4907 -0.195027 54.4916 -0.197868 54.4925 -0.200628 54.4935 -0.203306 54.4944 -0.205901 54.4954 -0.208413 54.4964 -0.210839 54.4974 -0.213178 54.4984 -0.215432 54.4994 -0.217597 54.5004 -0.219674 54.5015 -0.221662 54.5025 -0.223559 54.5036 -0.225365 54.5046 -0.22708 54.5057 -0.228703 54.5068 -0.230233 54.5079 -0.23167 54.509 -0.233013 54.5101 -0.234262 54.5112 -0.235416 54.5123 -0.236474 54.5134 -0.237437 54.5146 -0.238305 54.5157 -0.239076 54.5168 -0.23975 54.518 -0.240328 54.5191 -0.240809 54.5202 -0.241194 54.5214 -0.241481 54.5225 -0.241672 54.5237 -0.241765 54.5248 -0.241761 54.526 -0.24166 54.5271 -0.241462 54.5283 -0.241168 54.5294 -0.240777 54.5306 -0.240289 54.5317 -0.239706 54.5329 -0.239027 54.534 -0.238252 54.5351 -0.237382 54.5363 -0.236418 54.5374 -0.235359 54.5385 -0.234207 54.5396 -0.232961 54.5407 -0.231623 54.5418 -0.230193 54.5429 -0.228671 54.544 -0.227059 54.5451 -0.225356 54.5462 -0.223564 54.5472 -0.221684 54.5483 -0.219716 54.5494 -0.21766 54.5504 -0.215519 54.5514 -0.213293 54.5524 -0.210982 54.5535 -0.208588 54.5545 -0.206111 54.5554 -0.203554 54.5564 -0.200916 54.5574 -0.198199 54.5583 -0.195403 54.5593 -0.192532 54.5602 -0.189584 54.5611 -0.186562 54.562 -0.183466 54.5629 -0.180298 54.5637 -0.17706 54.5646 -0.173753 54.5654 -0.170377 54.5662 -0.166935 54.567 -0.163427 54.5678 -0.159855 54.5686 -0.156221 54.5694 -0.152527 54.5701 -0.148772 54.5708 -0.144959 54.5715 -0.14109 54.5722 -0.137165 54.5729 -0.133186 54.5735 -0.129156 54.5741 -0.125074 54.5747 -0.120943 54.5753 -0.116764 54.5759 -0.112539 54.5765 -0.10827 54.577 -0.103958 54.5775 -0.0996052 54.578 -0.0952137 54.5785 -0.0907847 54.5789 -0.0863209 54.5793 -0.081824 54.5797 -0.077296 54.5801 -0.0727393 54.5805 -0.068155 54.5808 -0.0635458 54.5811 -0.058913 54.5814 -0.0542588 54.5817 -0.0495846 54.582 -0.0448921 54.5822 -0.0401823 54.5824 -0.0354572 54.5826 -0.0307173 54.5828 -0.0259651 54.5829 -0.0212927 54.5577 -0.0173592 54.0162 -0.0137951 52.5067 -0.0102888 50.8474 -0.00682693 49.2062 -0.00340008 47.6455 46.1972 -0.0902032 54.4774 -0.0943473 54.4778 -0.0984543 54.4783 -0.102522 54.4787 -0.106549 54.4792 -0.110531 54.4797 -0.114469 54.4802 -0.118359 54.4808 -0.122199 54.4813 -0.125989 54.4819 -0.129728 54.4825 -0.133412 54.4831 -0.137041 54.4838 -0.140614 54.4844 -0.144129 54.4851 -0.147584 54.4858 -0.15098 54.4865 -0.154312 54.4872 -0.157582 54.4879 -0.160787 54.4887 -0.163926 54.4894 -0.166998 54.4902 -0.170001 54.491 -0.172935 54.4918 -0.175798 54.4926 -0.178589 54.4935 -0.181307 54.4943 -0.183951 54.4952 -0.186519 54.496 -0.189012 54.4969 -0.191427 54.4978 -0.193765 54.4987 -0.196023 54.4996 -0.198202 54.5006 -0.2003 54.5015 -0.202317 54.5024 -0.204251 54.5034 -0.206102 54.5044 -0.207869 54.5053 -0.209553 54.5063 -0.211151 54.5073 -0.212663 54.5083 -0.214089 54.5093 -0.215429 54.5103 -0.216681 54.5113 -0.217846 54.5124 -0.218923 54.5134 -0.219911 54.5144 -0.22081 54.5155 -0.22162 54.5165 -0.222341 54.5175 -0.222972 54.5186 -0.223513 54.5196 -0.223965 54.5207 -0.224326 54.5218 -0.224597 54.5228 -0.224778 54.5239 -0.224868 54.5249 -0.224868 54.526 -0.224779 54.527 -0.224599 54.5281 -0.224328 54.5292 -0.223968 54.5302 -0.223519 54.5313 -0.22298 54.5323 -0.222352 54.5334 -0.221636 54.5344 -0.22083 54.5355 -0.219937 54.5365 -0.218956 54.5375 -0.217888 54.5386 -0.216733 54.5396 -0.215491 54.5406 -0.214164 54.5416 -0.212752 54.5426 -0.211256 54.5436 -0.209675 54.5446 -0.208012 54.5456 -0.206265 54.5466 -0.204437 54.5475 -0.202528 54.5485 -0.200539 54.5494 -0.198471 54.5504 -0.196324 54.5513 -0.194099 54.5522 -0.191797 54.5531 -0.18942 54.554 -0.186968 54.5549 -0.184443 54.5558 -0.181844 54.5567 -0.179174 54.5575 -0.176434 54.5584 -0.173624 54.5592 -0.170745 54.56 -0.1678 54.5608 -0.164789 54.5616 -0.161712 54.5623 -0.158572 54.5631 -0.155371 54.5638 -0.152107 54.5646 -0.148785 54.5653 -0.145404 54.566 -0.141965 54.5667 -0.13847 54.5673 -0.134921 54.568 -0.131319 54.5686 -0.127665 54.5692 -0.123961 54.5698 -0.120208 54.5704 -0.116407 54.5709 -0.112561 54.5715 -0.108671 54.572 -0.104738 54.5725 -0.100765 54.573 -0.0967534 54.5735 -0.0927044 54.5739 -0.0886204 54.5744 -0.0845029 54.5748 -0.080354 54.5752 -0.0761753 54.5756 -0.0719677 54.5759 -0.0677333 54.5762 -0.0634727 54.5766 -0.059188 54.5769 -0.05488 54.5771 -0.0505497 54.5774 -0.0461985 54.5776 -0.0418275 54.5779 -0.0374384 54.578 -0.0330332 54.5782 -0.0286138 54.5784 -0.0241835 54.5785 -0.019828 54.5534 -0.0161614 54.0125 -0.0128404 52.5034 -0.00957465 50.8442 -0.00635175 49.203 -0.00316294 47.6423 46.1941 -0.083809 54.4813 -0.0876543 54.4817 -0.0914643 54.4821 -0.095237 54.4825 -0.0989716 54.4829 -0.102666 54.4834 -0.106319 54.4839 -0.10993 54.4844 -0.113496 54.4849 -0.117016 54.4854 -0.120489 54.486 -0.123912 54.4866 -0.127284 54.4871 -0.130604 54.4877 -0.133871 54.4884 -0.137082 54.489 -0.140238 54.4896 -0.143336 54.4903 -0.146375 54.491 -0.149354 54.4916 -0.152272 54.4923 -0.155127 54.4931 -0.157919 54.4938 -0.160647 54.4945 -0.163309 54.4953 -0.165903 54.496 -0.168431 54.4968 -0.170889 54.4976 -0.173278 54.4984 -0.175597 54.4992 -0.177843 54.5 -0.180017 54.5009 -0.182117 54.5017 -0.184144 54.5026 -0.186096 54.5034 -0.187972 54.5043 -0.189772 54.5052 -0.191495 54.5061 -0.19314 54.507 -0.194707 54.5079 -0.196194 54.5088 -0.197603 54.5097 -0.198931 54.5106 -0.200179 54.5116 -0.201346 54.5125 -0.202431 54.5134 -0.203434 54.5144 -0.204356 54.5153 -0.205195 54.5163 -0.205951 54.5173 -0.206624 54.5182 -0.207214 54.5192 -0.207721 54.5201 -0.208143 54.5211 -0.208483 54.5221 -0.208738 54.5231 -0.20891 54.524 -0.208997 54.525 -0.209001 54.526 -0.20892 54.527 -0.208757 54.5279 -0.208509 54.5289 -0.208178 54.5299 -0.207764 54.5309 -0.207266 54.5318 -0.206686 54.5328 -0.206023 54.5337 -0.205278 54.5347 -0.204451 54.5357 -0.203543 54.5366 -0.202553 54.5376 -0.201483 54.5385 -0.200332 54.5394 -0.199101 54.5404 -0.197792 54.5413 -0.196404 54.5422 -0.194937 54.5431 -0.193394 54.544 -0.191773 54.5449 -0.190077 54.5458 -0.188305 54.5467 -0.186458 54.5476 -0.184538 54.5485 -0.182544 54.5493 -0.180479 54.5502 -0.178341 54.551 -0.176134 54.5518 -0.173856 54.5526 -0.171511 54.5535 -0.169097 54.5543 -0.166616 54.555 -0.16407 54.5558 -0.161459 54.5566 -0.158784 54.5573 -0.156047 54.5581 -0.153248 54.5588 -0.150389 54.5595 -0.14747 54.5602 -0.144494 54.5609 -0.14146 54.5615 -0.13837 54.5622 -0.135226 54.5628 -0.132029 54.5635 -0.128779 54.5641 -0.12548 54.5647 -0.12213 54.5653 -0.118733 54.5658 -0.11529 54.5664 -0.111801 54.5669 -0.10827 54.5674 -0.104697 54.5679 -0.101083 54.5684 -0.0974307 54.5689 -0.0937408 54.5693 -0.0900151 54.5698 -0.086255 54.5702 -0.0824619 54.5706 -0.0786368 54.571 -0.0747814 54.5713 -0.070896 54.5717 -0.0669827 54.572 -0.063042 54.5723 -0.0590758 54.5726 -0.0550849 54.5729 -0.0510712 54.5731 -0.0470351 54.5734 -0.0429797 54.5736 -0.0389055 54.5738 -0.0348153 54.574 -0.0307099 54.5741 -0.026592 54.5743 -0.0224624 54.5743 -0.0184018 54.5493 -0.0149886 54.0091 -0.0119054 52.5003 -0.00887611 50.8411 -0.00588746 49.2 -0.00293099 47.6393 46.1911 -0.0778063 54.4849 -0.0813801 54.4852 -0.0849197 54.4856 -0.0884236 54.486 -0.0918904 54.4864 -0.0953186 54.4868 -0.098708 54.4873 -0.102056 54.4877 -0.105363 54.4882 -0.108628 54.4887 -0.111848 54.4892 -0.115023 54.4897 -0.118151 54.4903 -0.121232 54.4908 -0.124263 54.4914 -0.127243 54.492 -0.130172 54.4926 -0.133047 54.4932 -0.135869 54.4938 -0.138635 54.4944 -0.141344 54.4951 -0.143996 54.4957 -0.146589 54.4964 -0.149122 54.4971 -0.151595 54.4978 -0.154006 54.4985 -0.156354 54.4992 -0.158638 54.4999 -0.160857 54.5006 -0.163011 54.5014 -0.165099 54.5021 -0.16712 54.5029 -0.169073 54.5037 -0.170956 54.5045 -0.172771 54.5053 -0.174515 54.5061 -0.176188 54.5069 -0.17779 54.5077 -0.17932 54.5085 -0.180777 54.5093 -0.182161 54.5102 -0.183472 54.511 -0.184707 54.5119 -0.185869 54.5127 -0.186955 54.5136 -0.187966 54.5145 -0.1889 54.5153 -0.189759 54.5162 -0.190541 54.5171 -0.191246 54.518 -0.191874 54.5188 -0.192425 54.5197 -0.192898 54.5206 -0.193294 54.5215 -0.193611 54.5224 -0.193851 54.5233 -0.194014 54.5242 -0.194098 54.5251 -0.194105 54.526 -0.194033 54.5269 -0.193884 54.5278 -0.193657 54.5287 -0.193352 54.5296 -0.19297 54.5305 -0.192511 54.5314 -0.191975 54.5322 -0.191362 54.5331 -0.190673 54.534 -0.189908 54.5349 -0.189067 54.5358 -0.18815 54.5366 -0.187158 54.5375 -0.186092 54.5384 -0.184952 54.5392 -0.183738 54.5401 -0.182451 54.5409 -0.181092 54.5418 -0.17966 54.5426 -0.178157 54.5434 -0.176583 54.5443 -0.174939 54.5451 -0.173226 54.5459 -0.171444 54.5467 -0.169595 54.5475 -0.167677 54.5482 -0.165694 54.549 -0.163645 54.5498 -0.161531 54.5505 -0.159353 54.5513 -0.157112 54.552 -0.154809 54.5527 -0.152445 54.5534 -0.15002 54.5541 -0.147537 54.5548 -0.144995 54.5555 -0.142396 54.5562 -0.13974 54.5568 -0.13703 54.5575 -0.134265 54.5581 -0.131448 54.5587 -0.128579 54.5593 -0.125659 54.5599 -0.122691 54.5605 -0.119674 54.5611 -0.116611 54.5616 -0.113501 54.5621 -0.110348 54.5627 -0.107152 54.5632 -0.103915 54.5637 -0.100637 54.5641 -0.0973199 54.5646 -0.0939643 54.565 -0.0905722 54.5655 -0.0871444 54.5659 -0.0836825 54.5663 -0.0801868 54.5667 -0.0766591 54.5671 -0.0730998 54.5674 -0.0695109 54.5677 -0.065893 54.5681 -0.0622488 54.5684 -0.0585783 54.5686 -0.0548848 54.5689 -0.0511679 54.5692 -0.0474308 54.5694 -0.0436743 54.5696 -0.0399013 54.5698 -0.036112 54.57 -0.0323093 54.5702 -0.0284928 54.5703 -0.0246651 54.5704 -0.0208261 54.5705 -0.0170524 54.5456 -0.0138844 54.006 -0.0110269 52.4974 -0.00822059 50.8383 -0.00545264 49.1972 -0.00271471 47.6366 46.1884 -0.0721402 54.4882 -0.0754574 54.4886 -0.078744 54.4889 -0.0819989 54.4893 -0.0852192 54.4896 -0.0884039 54.49 -0.0915521 54.4904 -0.0946619 54.4909 -0.0977323 54.4913 -0.100762 54.4917 -0.10375 54.4922 -0.106696 54.4927 -0.109598 54.4932 -0.112455 54.4937 -0.115267 54.4942 -0.118031 54.4947 -0.120747 54.4953 -0.123414 54.4958 -0.126031 54.4964 -0.128597 54.497 -0.13111 54.4976 -0.13357 54.4982 -0.135976 54.4988 -0.138327 54.4994 -0.140621 54.5 -0.142858 54.5007 -0.145037 54.5014 -0.147157 54.502 -0.149218 54.5027 -0.151217 54.5034 -0.153156 54.5041 -0.155032 54.5048 -0.156845 54.5055 -0.158595 54.5062 -0.16028 54.5069 -0.1619 54.5077 -0.163454 54.5084 -0.164943 54.5092 -0.166364 54.5099 -0.167718 54.5107 -0.169005 54.5115 -0.170223 54.5122 -0.171371 54.513 -0.172451 54.5138 -0.173461 54.5146 -0.174401 54.5154 -0.175271 54.5162 -0.17607 54.517 -0.176798 54.5178 -0.177455 54.5186 -0.17804 54.5194 -0.178553 54.5202 -0.178995 54.5211 -0.179365 54.5219 -0.179662 54.5227 -0.179887 54.5235 -0.18004 54.5244 -0.180121 54.5252 -0.18013 54.526 -0.180066 54.5268 -0.17993 54.5277 -0.179722 54.5285 -0.179441 54.5293 -0.179089 54.5301 -0.178666 54.5309 -0.178171 54.5318 -0.177604 54.5326 -0.176967 54.5334 -0.176259 54.5342 -0.175481 54.535 -0.174632 54.5358 -0.173714 54.5366 -0.172727 54.5374 -0.171671 54.5382 -0.170546 54.539 -0.169353 54.5397 -0.168093 54.5405 -0.166766 54.5413 -0.165373 54.542 -0.163915 54.5428 -0.162391 54.5435 -0.160802 54.5443 -0.15915 54.545 -0.157434 54.5457 -0.155656 54.5465 -0.153817 54.5472 -0.151916 54.5479 -0.149955 54.5486 -0.147935 54.5493 -0.145856 54.5499 -0.14372 54.5506 -0.141526 54.5513 -0.139277 54.5519 -0.136973 54.5525 -0.134614 54.5532 -0.132203 54.5538 -0.129739 54.5544 -0.127225 54.555 -0.12466 54.5555 -0.122046 54.5561 -0.119385 54.5567 -0.116676 54.5572 -0.113922 54.5577 -0.111123 54.5583 -0.10828 54.5588 -0.105395 54.5593 -0.102469 54.5597 -0.0995013 54.5602 -0.096495 54.5607 -0.0934502 54.5611 -0.0903684 54.5615 -0.0872505 54.5619 -0.0840981 54.5623 -0.0809114 54.5627 -0.0776926 54.5631 -0.0744419 54.5634 -0.0711618 54.5638 -0.0678529 54.5641 -0.0645173 54.5644 -0.0611556 54.5647 -0.0577704 54.565 -0.0543615 54.5652 -0.0509324 54.5655 -0.0474829 54.5657 -0.044016 54.5659 -0.0405322 54.5661 -0.037033 54.5663 -0.0335194 54.5665 -0.0299934 54.5666 -0.0264556 54.5668 -0.0229083 54.5669 -0.0193529 54.5669 -0.0158591 54.5421 -0.01292 54.003 -0.01026 52.4948 -0.00764723 50.8357 -0.00507174 49.1946 -0.00252541 47.6341 46.1859 -0.0668297 54.4913 -0.0699022 54.4916 -0.0729468 54.4919 -0.0759628 54.4923 -0.0789477 54.4926 -0.0819011 54.493 -0.0848209 54.4933 -0.0877063 54.4937 -0.0905558 54.4941 -0.0933678 54.4945 -0.0961414 54.495 -0.0988754 54.4954 -0.101569 54.4959 -0.10422 54.4963 -0.106829 54.4968 -0.109394 54.4973 -0.111913 54.4978 -0.114387 54.4983 -0.116815 54.4988 -0.119194 54.4994 -0.121526 54.4999 -0.123807 54.5005 -0.126038 54.501 -0.128218 54.5016 -0.130346 54.5022 -0.132421 54.5028 -0.134441 54.5034 -0.136408 54.504 -0.138319 54.5046 -0.140174 54.5052 -0.141972 54.5059 -0.143712 54.5065 -0.145394 54.5072 -0.147018 54.5078 -0.148582 54.5085 -0.150085 54.5092 -0.151528 54.5099 -0.152909 54.5106 -0.154229 54.5112 -0.155486 54.512 -0.15668 54.5127 -0.157811 54.5134 -0.158878 54.5141 -0.159882 54.5148 -0.16082 54.5155 -0.161693 54.5163 -0.162501 54.517 -0.163244 54.5177 -0.163921 54.5185 -0.164533 54.5192 -0.165077 54.52 -0.165555 54.5207 -0.165967 54.5215 -0.166311 54.5222 -0.166589 54.523 -0.166801 54.5237 -0.166945 54.5245 -0.167022 54.5253 -0.167032 54.526 -0.166974 54.5268 -0.16685 54.5275 -0.166659 54.5283 -0.166402 54.529 -0.166077 54.5298 -0.165687 54.5305 -0.16523 54.5313 -0.164706 54.532 -0.164117 54.5328 -0.163463 54.5335 -0.162743 54.5343 -0.161958 54.535 -0.161109 54.5357 -0.160195 54.5365 -0.159217 54.5372 -0.158176 54.5379 -0.157072 54.5386 -0.155905 54.5394 -0.154676 54.5401 -0.153386 54.5408 -0.152035 54.5414 -0.150623 54.5421 -0.149151 54.5428 -0.14762 54.5435 -0.146031 54.5442 -0.144383 54.5448 -0.142678 54.5455 -0.140917 54.5461 -0.1391 54.5468 -0.137227 54.5474 -0.1353 54.548 -0.13332 54.5486 -0.131287 54.5492 -0.129202 54.5498 -0.127066 54.5504 -0.12488 54.551 -0.122644 54.5515 -0.12036 54.5521 -0.118029 54.5526 -0.115651 54.5532 -0.113227 54.5537 -0.110758 54.5542 -0.108246 54.5547 -0.105691 54.5552 -0.103094 54.5557 -0.100456 54.5561 -0.0977786 54.5566 -0.0950622 54.557 -0.0923079 54.5574 -0.0895173 54.5579 -0.0866905 54.5583 -0.0838297 54.5587 -0.0809354 54.559 -0.0780093 54.5594 -0.075052 54.5598 -0.0720656 54.5601 -0.0690504 54.5604 -0.0660088 54.5607 -0.0629413 54.561 -0.0598498 54.5613 -0.056735 54.5616 -0.0535988 54.5618 -0.0504417 54.5621 -0.0472656 54.5623 -0.0440711 54.5625 -0.0408601 54.5627 -0.0376329 54.5629 -0.0343912 54.5631 -0.0311364 54.5632 -0.0278695 54.5634 -0.0245924 54.5635 -0.0213064 54.5636 -0.0180135 54.5636 -0.014776 54.5388 -0.0120439 54.0003 -0.00956245 52.4923 -0.00712475 50.8333 -0.00472369 49.1922 -0.00235154 47.6317 46.1836 -0.0618847 54.4942 -0.0647302 54.4945 -0.067549 54.4948 -0.0703407 54.4951 -0.0731033 54.4954 -0.0758369 54.4957 -0.0785394 54.4961 -0.0812107 54.4964 -0.0838488 54.4968 -0.0864531 54.4972 -0.0890222 54.4975 -0.0915552 54.4979 -0.0940509 54.4984 -0.0965082 54.4988 -0.0989261 54.4992 -0.101304 54.4997 -0.10364 54.5001 -0.105933 54.5006 -0.108184 54.5011 -0.11039 54.5016 -0.112551 54.5021 -0.114666 54.5026 -0.116735 54.5031 -0.118756 54.5036 -0.120728 54.5041 -0.122652 54.5047 -0.124525 54.5052 -0.126348 54.5058 -0.12812 54.5064 -0.129839 54.507 -0.131506 54.5075 -0.13312 54.5081 -0.13468 54.5087 -0.136185 54.5093 -0.137635 54.51 -0.139029 54.5106 -0.140367 54.5112 -0.141648 54.5118 -0.142872 54.5125 -0.144038 54.5131 -0.145146 54.5138 -0.146195 54.5144 -0.147186 54.5151 -0.148116 54.5157 -0.148987 54.5164 -0.149798 54.5171 -0.150549 54.5178 -0.151239 54.5184 -0.151868 54.5191 -0.152436 54.5198 -0.152942 54.5205 -0.153387 54.5212 -0.15377 54.5219 -0.154092 54.5225 -0.154351 54.5232 -0.154549 54.5239 -0.154684 54.5246 -0.154757 54.5253 -0.154768 54.526 -0.154717 54.5267 -0.154604 54.5274 -0.154429 54.5281 -0.154193 54.5288 -0.153894 54.5295 -0.153533 54.5302 -0.153112 54.5309 -0.152629 54.5316 -0.152085 54.5322 -0.15148 54.5329 -0.150815 54.5336 -0.150089 54.5343 -0.149304 54.535 -0.148458 54.5356 -0.147554 54.5363 -0.146591 54.537 -0.14557 54.5376 -0.14449 54.5383 -0.143353 54.5389 -0.142159 54.5396 -0.140908 54.5402 -0.139601 54.5408 -0.138239 54.5415 -0.136821 54.5421 -0.13535 54.5427 -0.133824 54.5433 -0.132246 54.5439 -0.130615 54.5445 -0.128931 54.5451 -0.127198 54.5457 -0.125413 54.5462 -0.123579 54.5468 -0.121696 54.5473 -0.119764 54.5479 -0.117785 54.5484 -0.115759 54.5489 -0.113688 54.5495 -0.111572 54.55 -0.109411 54.5505 -0.107207 54.551 -0.10496 54.5514 -0.102672 54.5519 -0.100343 54.5524 -0.0979746 54.5528 -0.095567 54.5533 -0.0931215 54.5537 -0.0906393 54.5541 -0.0881212 54.5545 -0.0855682 54.5549 -0.0829816 54.5553 -0.0803621 54.5556 -0.0777113 54.556 -0.0750296 54.5564 -0.0723188 54.5567 -0.0695799 54.557 -0.066814 54.5573 -0.064022 54.5576 -0.0612053 54.5579 -0.0583645 54.5582 -0.0555012 54.5584 -0.0526161 54.5587 -0.0497107 54.5589 -0.0467859 54.5591 -0.0438427 54.5594 -0.0408824 54.5596 -0.0379057 54.5597 -0.034914 54.5599 -0.0319088 54.5601 -0.028891 54.5602 -0.0258619 54.5603 -0.0228228 54.5604 -0.0197747 54.5605 -0.0167189 54.5606 -0.013713 54.5358 -0.0111751 53.9978 -0.00887041 52.49 -0.0066072 50.831 -0.00437919 49.19 -0.00217917 47.6295 46.1814 -0.0572775 54.4968 -0.0599108 54.4971 -0.0625192 54.4974 -0.0651026 54.4976 -0.0676586 54.4979 -0.0701876 54.4982 -0.0726878 54.4986 -0.0751586 54.4989 -0.0775985 54.4992 -0.0800075 54.4996 -0.0823837 54.4999 -0.0847267 54.5003 -0.0870353 54.5007 -0.0893087 54.5011 -0.091546 54.5015 -0.093746 54.5019 -0.0959081 54.5023 -0.0980313 54.5027 -0.100114 54.5032 -0.102157 54.5036 -0.104158 54.5041 -0.106117 54.5045 -0.108033 54.505 -0.109905 54.5055 -0.111732 54.506 -0.113513 54.5065 -0.115249 54.507 -0.116937 54.5075 -0.118579 54.508 -0.120172 54.5085 -0.121716 54.5091 -0.123211 54.5096 -0.124657 54.5102 -0.126051 54.5107 -0.127395 54.5113 -0.128687 54.5119 -0.129927 54.5124 -0.131114 54.513 -0.132249 54.5136 -0.133329 54.5142 -0.134356 54.5148 -0.135329 54.5154 -0.136248 54.516 -0.137111 54.5166 -0.137919 54.5172 -0.138671 54.5178 -0.139367 54.5184 -0.140007 54.5191 -0.140592 54.5197 -0.141119 54.5203 -0.141589 54.521 -0.142003 54.5216 -0.142359 54.5222 -0.142658 54.5228 -0.1429 54.5235 -0.143084 54.5241 -0.143211 54.5248 -0.143281 54.5254 -0.143293 54.526 -0.143247 54.5267 -0.143144 54.5273 -0.142984 54.528 -0.142766 54.5286 -0.142491 54.5292 -0.142159 54.5299 -0.14177 54.5305 -0.141325 54.5311 -0.140822 54.5317 -0.140264 54.5324 -0.139649 54.533 -0.138979 54.5336 -0.138254 54.5342 -0.137472 54.5349 -0.136637 54.5355 -0.135746 54.5361 -0.134802 54.5367 -0.133803 54.5373 -0.132752 54.5379 -0.131647 54.5385 -0.13049 54.539 -0.129282 54.5396 -0.128021 54.5402 -0.12671 54.5408 -0.125348 54.5413 -0.123937 54.5419 -0.122476 54.5424 -0.120966 54.543 -0.119409 54.5435 -0.117804 54.544 -0.116152 54.5446 -0.114454 54.5451 -0.112711 54.5456 -0.110923 54.5461 -0.109091 54.5466 -0.107216 54.5471 -0.105298 54.5475 -0.103338 54.548 -0.101337 54.5485 -0.0992964 54.5489 -0.0972161 54.5494 -0.0950973 54.5498 -0.0929411 54.5502 -0.090748 54.5506 -0.0885194 54.551 -0.0862556 54.5514 -0.0839575 54.5518 -0.0816266 54.5522 -0.0792634 54.5525 -0.0768692 54.5529 -0.0744448 54.5532 -0.0719912 54.5536 -0.0695093 54.5539 -0.067 54.5542 -0.0644641 54.5545 -0.0619029 54.5548 -0.0593173 54.555 -0.0567083 54.5553 -0.0540768 54.5556 -0.0514242 54.5558 -0.048751 54.556 -0.0460582 54.5562 -0.0433474 54.5564 -0.0406191 54.5566 -0.0378749 54.5568 -0.0351155 54.557 -0.0323424 54.5571 -0.0295564 54.5573 -0.0267583 54.5574 -0.0239494 54.5575 -0.0211308 54.5576 -0.0183032 54.5577 -0.0154683 54.5578 -0.01268 54.533 -0.0103284 53.9954 -0.00819645 52.4878 -0.00610427 50.8289 -0.00404545 49.1879 -0.00201298 47.6275 46.1794 -0.0529701 54.4993 -0.0554051 54.4995 -0.0578175 54.4998 -0.0602072 54.5 -0.0625718 54.5003 -0.0649112 54.5006 -0.0672242 54.5009 -0.0695098 54.5012 -0.071767 54.5015 -0.073995 54.5018 -0.0761927 54.5021 -0.0783594 54.5025 -0.0804941 54.5028 -0.082596 54.5032 -0.0846644 54.5035 -0.0866986 54.5039 -0.0886977 54.5043 -0.0906608 54.5047 -0.0925872 54.5051 -0.0944761 54.5055 -0.0963264 54.5059 -0.0981379 54.5063 -0.0999096 54.5068 -0.101641 54.5072 -0.103331 54.5077 -0.104979 54.5081 -0.106585 54.5086 -0.108148 54.5091 -0.109666 54.5095 -0.111141 54.51 -0.11257 54.5105 -0.113954 54.511 -0.115291 54.5115 -0.116583 54.512 -0.117826 54.5125 -0.119022 54.5131 -0.12017 54.5136 -0.12127 54.5141 -0.12232 54.5147 -0.123321 54.5152 -0.124273 54.5157 -0.125174 54.5163 -0.126025 54.5168 -0.126825 54.5174 -0.127573 54.518 -0.12827 54.5185 -0.128916 54.5191 -0.129509 54.5197 -0.130051 54.5202 -0.13054 54.5208 -0.130977 54.5214 -0.13136 54.522 -0.131691 54.5225 -0.13197 54.5231 -0.132194 54.5237 -0.132366 54.5243 -0.132486 54.5249 -0.132551 54.5255 -0.132564 54.526 -0.132523 54.5266 -0.132429 54.5272 -0.132282 54.5278 -0.132082 54.5284 -0.131829 54.529 -0.131523 54.5295 -0.131165 54.5301 -0.130754 54.5307 -0.130291 54.5313 -0.129776 54.5319 -0.129209 54.5324 -0.12859 54.533 -0.127919 54.5336 -0.127198 54.5341 -0.126426 54.5347 -0.125604 54.5352 -0.124731 54.5358 -0.123808 54.5364 -0.122837 54.5369 -0.121816 54.5374 -0.120746 54.538 -0.119629 54.5385 -0.118464 54.539 -0.117251 54.5396 -0.115993 54.5401 -0.114687 54.5406 -0.113337 54.5411 -0.111941 54.5416 -0.1105 54.5421 -0.109016 54.5426 -0.107488 54.543 -0.105918 54.5435 -0.104305 54.544 -0.102652 54.5444 -0.100957 54.5449 -0.099222 54.5453 -0.0974477 54.5458 -0.095635 54.5462 -0.0937846 54.5466 -0.0918967 54.547 -0.0899725 54.5474 -0.0880128 54.5478 -0.0860183 54.5482 -0.0839895 54.5486 -0.0819276 54.549 -0.0798335 54.5493 -0.0777075 54.5497 -0.0755512 54.55 -0.0733647 54.5503 -0.0711493 54.5507 -0.0689058 54.551 -0.066635 54.5513 -0.0643377 54.5516 -0.0620151 54.5519 -0.0596677 54.5521 -0.0572968 54.5524 -0.0549031 54.5526 -0.0524877 54.5529 -0.0500514 54.5531 -0.0475951 54.5533 -0.0451201 54.5535 -0.042627 54.5537 -0.040117 54.5539 -0.0375912 54.5541 -0.0350503 54.5543 -0.0324956 54.5544 -0.0299281 54.5546 -0.0273484 54.5547 -0.0247582 54.5548 -0.022158 54.5549 -0.019549 54.555 -0.0169324 54.5551 -0.0143095 54.5551 -0.0117307 54.5305 -0.00955466 53.9932 -0.00758074 52.4859 -0.00564436 50.827 -0.00373996 49.186 -0.00186085 47.6256 46.1775 -0.0489355 54.5016 -0.0511852 54.5018 -0.0534145 54.502 -0.0556225 54.5022 -0.0578078 54.5025 -0.05997 54.5027 -0.0621082 54.503 -0.0642211 54.5033 -0.066308 54.5036 -0.0683676 54.5038 -0.0703995 54.5041 -0.0724027 54.5045 -0.0743765 54.5048 -0.0763201 54.5051 -0.0782325 54.5054 -0.0801133 54.5058 -0.0819613 54.5061 -0.0837758 54.5065 -0.0855565 54.5069 -0.0873025 54.5072 -0.0890131 54.5076 -0.0906876 54.508 -0.0923256 54.5084 -0.0939259 54.5088 -0.0954882 54.5092 -0.0970119 54.5096 -0.0984962 54.5101 -0.0999411 54.5105 -0.101345 54.5109 -0.102708 54.5114 -0.10403 54.5118 -0.10531 54.5123 -0.106547 54.5128 -0.107741 54.5132 -0.108891 54.5137 -0.109997 54.5142 -0.111059 54.5147 -0.112076 54.5151 -0.113048 54.5156 -0.113975 54.5161 -0.114855 54.5166 -0.115689 54.5171 -0.116476 54.5176 -0.117216 54.5181 -0.11791 54.5187 -0.118555 54.5192 -0.119153 54.5197 -0.119703 54.5202 -0.120204 54.5207 -0.120658 54.5213 -0.121063 54.5218 -0.121419 54.5223 -0.121726 54.5229 -0.121984 54.5234 -0.122193 54.5239 -0.122354 54.5245 -0.122465 54.525 -0.122527 54.5255 -0.122539 54.5261 -0.122503 54.5266 -0.122417 54.5271 -0.122282 54.5277 -0.122099 54.5282 -0.121866 54.5287 -0.121585 54.5293 -0.121254 54.5298 -0.120876 54.5303 -0.120449 54.5309 -0.119974 54.5314 -0.119451 54.5319 -0.11888 54.5324 -0.118261 54.5329 -0.117595 54.5335 -0.116882 54.534 -0.116123 54.5345 -0.115317 54.535 -0.114465 54.5355 -0.113568 54.536 -0.112625 54.5365 -0.111637 54.537 -0.110605 54.5375 -0.109529 54.538 -0.108409 54.5384 -0.107246 54.5389 -0.10604 54.5394 -0.104792 54.5398 -0.103502 54.5403 -0.102171 54.5407 -0.100799 54.5412 -0.0993873 54.5416 -0.0979366 54.5421 -0.0964463 54.5425 -0.0949176 54.5429 -0.0933514 54.5433 -0.0917483 54.5437 -0.0901087 54.5441 -0.0884333 54.5445 -0.0867227 54.5449 -0.0849778 54.5453 -0.0831993 54.5457 -0.0813879 54.546 -0.0795438 54.5464 -0.0776685 54.5467 -0.0757623 54.5471 -0.0738262 54.5474 -0.0718608 54.5477 -0.0698669 54.548 -0.0678452 54.5483 -0.0657968 54.5486 -0.063722 54.5489 -0.0616221 54.5492 -0.0594977 54.5495 -0.0573498 54.5497 -0.0551791 54.55 -0.0529865 54.5502 -0.050773 54.5504 -0.0485392 54.5507 -0.0462861 54.5509 -0.0440147 54.5511 -0.0417259 54.5513 -0.0394208 54.5514 -0.0371 54.5516 -0.0347647 54.5518 -0.0324153 54.5519 -0.0300536 54.5521 -0.0276797 54.5522 -0.0252949 54.5523 -0.0229003 54.5524 -0.0204969 54.5525 -0.0180856 54.5526 -0.0156674 54.5527 -0.0132433 54.5527 -0.0108594 54.5281 -0.00884505 53.9912 -0.0070153 52.484 -0.00522118 50.8252 -0.00345836 49.1843 -0.00172046 47.6238 46.1758 -0.0451685 54.5037 -0.047249 54.5039 -0.0493095 54.5041 -0.05135 54.5043 -0.0533691 54.5045 -0.0553665 54.5047 -0.0573415 54.505 -0.0592927 54.5052 -0.06122 54.5055 -0.0631223 54.5058 -0.0649991 54.506 -0.0668493 54.5063 -0.0686725 54.5066 -0.0704677 54.5069 -0.0722341 54.5072 -0.0739713 54.5075 -0.0756783 54.5078 -0.0773547 54.5082 -0.0789998 54.5085 -0.0806127 54.5088 -0.0821932 54.5092 -0.0837402 54.5096 -0.0852531 54.5099 -0.0867315 54.5103 -0.0881748 54.5107 -0.0895824 54.5111 -0.0909536 54.5114 -0.0922881 54.5118 -0.0935854 54.5122 -0.0948451 54.5126 -0.0960662 54.5131 -0.0972484 54.5135 -0.0983913 54.5139 -0.0994942 54.5143 -0.100557 54.5148 -0.10158 54.5152 -0.102561 54.5156 -0.103502 54.5161 -0.1044 54.5165 -0.105256 54.517 -0.10607 54.5174 -0.10684 54.5179 -0.107569 54.5184 -0.108254 54.5188 -0.108895 54.5193 -0.109492 54.5198 -0.110045 54.5202 -0.110553 54.5207 -0.111018 54.5212 -0.111438 54.5217 -0.111812 54.5222 -0.112142 54.5227 -0.112427 54.5231 -0.112667 54.5236 -0.112861 54.5241 -0.11301 54.5246 -0.113114 54.5251 -0.113172 54.5256 -0.113185 54.5261 -0.113152 54.5266 -0.113074 54.5271 -0.112951 54.5275 -0.112782 54.528 -0.112569 54.5285 -0.112309 54.529 -0.112006 54.5295 -0.111657 54.53 -0.111263 54.5305 -0.110825 54.5309 -0.110343 54.5314 -0.109817 54.5319 -0.109246 54.5324 -0.108632 54.5329 -0.107975 54.5333 -0.107274 54.5338 -0.106531 54.5343 -0.105745 54.5347 -0.104916 54.5352 -0.104047 54.5356 -0.103135 54.5361 -0.102182 54.5365 -0.101189 54.537 -0.100155 54.5374 -0.0990812 54.5378 -0.0979682 54.5383 -0.0968159 54.5387 -0.0956251 54.5391 -0.0943964 54.5395 -0.0931301 54.5399 -0.0918264 54.5403 -0.0904863 54.5407 -0.0891104 54.5411 -0.0876989 54.5415 -0.0862528 54.5419 -0.0847723 54.5422 -0.0832578 54.5426 -0.0817104 54.543 -0.0801306 54.5433 -0.0785192 54.5437 -0.0768762 54.544 -0.0752028 54.5443 -0.0734993 54.5447 -0.0717671 54.545 -0.070006 54.5453 -0.0682172 54.5456 -0.0664014 54.5459 -0.0645591 54.5462 -0.0626913 54.5465 -0.0607986 54.5467 -0.0588816 54.547 -0.0569416 54.5472 -0.0549788 54.5475 -0.0529942 54.5477 -0.0509889 54.548 -0.0489634 54.5482 -0.0469186 54.5484 -0.0448552 54.5486 -0.0427741 54.5488 -0.0406763 54.549 -0.0385622 54.5491 -0.0364329 54.5493 -0.0342892 54.5495 -0.0321319 54.5496 -0.0299619 54.5497 -0.0277802 54.5499 -0.0255873 54.55 -0.0233847 54.5501 -0.0211727 54.5502 -0.0189524 54.5503 -0.0167247 54.5504 -0.0144908 54.5505 -0.0122519 54.5505 -0.0100497 54.5259 -0.00818665 53.9893 -0.00649183 52.4823 -0.00483072 50.8235 -0.00319962 49.1826 -0.00159185 47.6222 46.1742 -0.0416614 54.5056 -0.0435811 54.5058 -0.045482 54.506 -0.0473646 54.5062 -0.0492273 54.5064 -0.0510699 54.5066 -0.0528917 54.5068 -0.0546919 54.507 -0.0564699 54.5073 -0.058225 54.5075 -0.0599566 54.5078 -0.0616636 54.508 -0.0633458 54.5083 -0.0650021 54.5086 -0.0666323 54.5088 -0.0682355 54.5091 -0.0698112 54.5094 -0.0713585 54.5097 -0.0728771 54.51 -0.0743658 54.5103 -0.0758246 54.5107 -0.0772527 54.511 -0.0786495 54.5113 -0.0800145 54.5117 -0.0813472 54.512 -0.082647 54.5124 -0.0839137 54.5127 -0.0851459 54.5131 -0.0863439 54.5134 -0.0875071 54.5138 -0.0886347 54.5142 -0.0897267 54.5146 -0.0907824 54.515 -0.0918015 54.5153 -0.0927836 54.5157 -0.093728 54.5161 -0.0946345 54.5165 -0.0955031 54.5169 -0.0963331 54.5174 -0.0971243 54.5178 -0.0978763 54.5182 -0.0985886 54.5186 -0.0992612 54.519 -0.0998936 54.5195 -0.100486 54.5199 -0.101039 54.5203 -0.10155 54.5208 -0.102021 54.5212 -0.10245 54.5216 -0.102838 54.5221 -0.103185 54.5225 -0.10349 54.523 -0.103754 54.5234 -0.103976 54.5238 -0.104156 54.5243 -0.104295 54.5247 -0.104391 54.5252 -0.104446 54.5256 -0.104459 54.5261 -0.10443 54.5265 -0.104359 54.527 -0.104246 54.5274 -0.104091 54.5279 -0.103895 54.5283 -0.103657 54.5288 -0.103377 54.5292 -0.103056 54.5297 -0.102694 54.5301 -0.102291 54.5305 -0.101846 54.531 -0.101361 54.5314 -0.100835 54.5319 -0.100269 54.5323 -0.0996633 54.5327 -0.0990176 54.5331 -0.098332 54.5336 -0.0976073 54.534 -0.0968437 54.5344 -0.0960413 54.5348 -0.0952005 54.5352 -0.094322 54.5356 -0.0934057 54.536 -0.0924521 54.5364 -0.0914617 54.5368 -0.0904347 54.5372 -0.0893715 54.5376 -0.0882728 54.538 -0.0871391 54.5384 -0.0859707 54.5388 -0.0847685 54.5391 -0.0835323 54.5395 -0.0822626 54.5398 -0.08096 54.5402 -0.0796249 54.5405 -0.0782583 54.5409 -0.0768611 54.5412 -0.0754333 54.5415 -0.0739754 54.5419 -0.0724879 54.5422 -0.0709715 54.5425 -0.0694272 54.5428 -0.0678553 54.5431 -0.0662565 54.5434 -0.0646311 54.5437 -0.0629802 54.5439 -0.0613043 54.5442 -0.0596042 54.5445 -0.0578804 54.5447 -0.0561337 54.545 -0.0543647 54.5452 -0.0525742 54.5455 -0.0507628 54.5457 -0.0489312 54.5459 -0.0470802 54.5461 -0.0452105 54.5463 -0.0433227 54.5465 -0.0414178 54.5467 -0.0394963 54.5469 -0.0375592 54.547 -0.035607 54.5472 -0.0336408 54.5473 -0.0316612 54.5475 -0.0296691 54.5476 -0.0276655 54.5477 -0.0256509 54.5479 -0.0236263 54.548 -0.0215926 54.5481 -0.0195503 54.5482 -0.0175007 54.5482 -0.0154442 54.5483 -0.0133817 54.5484 -0.0113144 54.5484 -0.00928095 54.5238 -0.0075604 53.9876 -0.00599384 52.4808 -0.00445867 50.822 -0.0029519 49.1811 -0.00146778 47.6207 46.1727 -0.0384237 54.5074 -0.040192 54.5076 -0.0419446 54.5077 -0.0436801 54.5079 -0.0453971 54.5081 -0.047096 54.5083 -0.0487755 54.5085 -0.050435 54.5087 -0.0520738 54.5089 -0.0536913 54.5091 -0.055287 54.5094 -0.0568603 54.5096 -0.0584106 54.5098 -0.0599372 54.5101 -0.0614398 54.5103 -0.0629175 54.5106 -0.0643698 54.5109 -0.0657959 54.5111 -0.0671956 54.5114 -0.0685681 54.5117 -0.0699128 54.512 -0.0712293 54.5123 -0.0725172 54.5126 -0.0737759 54.5129 -0.0750046 54.5132 -0.0762029 54.5136 -0.0773703 54.5139 -0.0785068 54.5142 -0.0796114 54.5145 -0.0806835 54.5149 -0.0817235 54.5152 -0.0827305 54.5156 -0.083704 54.5159 -0.0846439 54.5163 -0.0855494 54.5166 -0.0864206 54.517 -0.087257 54.5174 -0.088058 54.5177 -0.0888238 54.5181 -0.0895538 54.5185 -0.0902477 54.5189 -0.0909055 54.5193 -0.0915259 54.5197 -0.0921096 54.52 -0.0926566 54.5204 -0.0931664 54.5208 -0.0936392 54.5212 -0.0940737 54.5216 -0.0944703 54.522 -0.094829 54.5224 -0.0951495 54.5228 -0.095432 54.5232 -0.0956759 54.5236 -0.0958813 54.5241 -0.0960483 54.5245 -0.0961769 54.5249 -0.0962667 54.5253 -0.0963178 54.5257 -0.0963306 54.5261 -0.0963045 54.5265 -0.0962396 54.5269 -0.0961362 54.5273 -0.0959941 54.5277 -0.0958136 54.5281 -0.0955954 54.5286 -0.0953388 54.529 -0.0950436 54.5294 -0.09471 54.5298 -0.0943381 54.5302 -0.0939291 54.5306 -0.0934826 54.531 -0.0929988 54.5314 -0.0924779 54.5318 -0.0919196 54.5322 -0.0913246 54.5325 -0.0906932 54.5329 -0.0900256 54.5333 -0.0893219 54.5337 -0.0885825 54.5341 -0.0878079 54.5345 -0.086998 54.5348 -0.0861535 54.5352 -0.0852746 54.5356 -0.0843619 54.5359 -0.0834153 54.5363 -0.0824358 54.5366 -0.0814232 54.537 -0.0803779 54.5373 -0.0793006 54.5377 -0.0781917 54.538 -0.0770517 54.5383 -0.0758809 54.5387 -0.0746804 54.539 -0.0734499 54.5393 -0.0721907 54.5396 -0.0709022 54.5399 -0.0695852 54.5402 -0.0682406 54.5405 -0.0668688 54.5408 -0.0654708 54.5411 -0.0640467 54.5414 -0.0625971 54.5416 -0.0611224 54.5419 -0.0596237 54.5422 -0.0581012 54.5424 -0.0565554 54.5427 -0.0549873 54.5429 -0.0533973 54.5431 -0.051786 54.5434 -0.0501543 54.5436 -0.0485025 54.5438 -0.0468317 54.544 -0.0451423 54.5442 -0.0434348 54.5444 -0.0417105 54.5446 -0.0399694 54.5448 -0.0382128 54.5449 -0.0364412 54.5451 -0.0346551 54.5452 -0.0328554 54.5454 -0.0310429 54.5455 -0.0292178 54.5457 -0.0273811 54.5458 -0.0255335 54.5459 -0.0236756 54.546 -0.0218086 54.5461 -0.0199326 54.5462 -0.0180486 54.5463 -0.0161571 54.5464 -0.0142591 54.5464 -0.0123556 54.5465 -0.0104473 54.5465 -0.00856995 54.522 -0.00697807 53.986 -0.00552777 52.4793 -0.0041082 50.8206 -0.00271746 49.1797 -0.00135029 47.6194 46.1714 -0.0354026 54.509 -0.0370258 54.5092 -0.0386357 54.5093 -0.0402292 54.5095 -0.0418079 54.5097 -0.0433696 54.5098 -0.0449146 54.51 -0.0464414 54.5102 -0.0479499 54.5104 -0.0494392 54.5106 -0.0509089 54.5108 -0.052358 54.511 -0.053786 54.5113 -0.0551924 54.5115 -0.0565766 54.5117 -0.0579377 54.512 -0.0592758 54.5122 -0.0605898 54.5125 -0.0618794 54.5127 -0.0631442 54.513 -0.0643835 54.5132 -0.0655968 54.5135 -0.0667836 54.5138 -0.0679437 54.5141 -0.0690764 54.5144 -0.0701814 54.5147 -0.071258 54.515 -0.0723057 54.5153 -0.0733246 54.5156 -0.0743141 54.5159 -0.0752737 54.5162 -0.0762025 54.5165 -0.0771007 54.5168 -0.0779677 54.5171 -0.0788034 54.5175 -0.0796073 54.5178 -0.0803791 54.5181 -0.0811182 54.5185 -0.0818247 54.5188 -0.0824983 54.5192 -0.0831384 54.5195 -0.0837454 54.5199 -0.0843187 54.5202 -0.0848585 54.5206 -0.0853633 54.5209 -0.0858333 54.5213 -0.086269 54.5217 -0.0866699 54.522 -0.0870367 54.5224 -0.0873682 54.5228 -0.0876645 54.5231 -0.0879256 54.5235 -0.0881512 54.5239 -0.0883414 54.5242 -0.0884961 54.5246 -0.0886154 54.525 -0.0886989 54.5254 -0.0887468 54.5257 -0.0887591 54.5261 -0.0887359 54.5265 -0.088677 54.5269 -0.0885827 54.5272 -0.0884529 54.5276 -0.0882872 54.528 -0.0880862 54.5284 -0.0878495 54.5287 -0.087578 54.5291 -0.0872721 54.5295 -0.0869309 54.5298 -0.0865548 54.5302 -0.0861439 54.5306 -0.0856986 54.5309 -0.0852186 54.5313 -0.0847048 54.5316 -0.0841571 54.532 -0.083576 54.5324 -0.0829612 54.5327 -0.0823133 54.5331 -0.0816326 54.5334 -0.0809192 54.5337 -0.0801737 54.5341 -0.079396 54.5344 -0.0785864 54.5348 -0.0777455 54.5351 -0.0768738 54.5354 -0.0759714 54.5357 -0.0750384 54.5361 -0.0740758 54.5364 -0.0730834 54.5367 -0.0720615 54.537 -0.0710111 54.5373 -0.0699331 54.5376 -0.0688272 54.5379 -0.067694 54.5382 -0.0665329 54.5385 -0.0653452 54.5387 -0.0641321 54.539 -0.0628935 54.5393 -0.06163 54.5396 -0.060342 54.5398 -0.0590296 54.5401 -0.057694 54.5403 -0.0563353 54.5406 -0.0549544 54.5408 -0.0535516 54.541 -0.0521277 54.5412 -0.050683 54.5415 -0.0492182 54.5417 -0.0477339 54.5419 -0.0462306 54.5421 -0.0447089 54.5423 -0.0431695 54.5425 -0.0416128 54.5426 -0.0400396 54.5428 -0.0384503 54.543 -0.0368455 54.5432 -0.0352259 54.5433 -0.0335922 54.5435 -0.0319448 54.5436 -0.0302848 54.5437 -0.0286125 54.5439 -0.0269291 54.544 -0.0252351 54.5441 -0.0235312 54.5442 -0.0218179 54.5443 -0.0200964 54.5444 -0.0183668 54.5445 -0.0166307 54.5445 -0.0148885 54.5446 -0.0131404 54.5447 -0.011387 54.5447 -0.00962915 54.5447 -0.00789994 54.5202 -0.00643281 53.9846 -0.00509472 52.478 -0.00378555 50.8193 -0.00250383 49.1785 -0.0012442 47.6181 46.1701 -0.032592 54.5105 -0.0340883 54.5107 -0.0355719 54.5108 -0.0370417 54.511 -0.0384956 54.5111 -0.0399353 54.5113 -0.0413582 54.5114 -0.0427643 54.5116 -0.0441531 54.5118 -0.045524 54.512 -0.0468767 54.5122 -0.0482106 54.5124 -0.0495252 54.5126 -0.0508201 54.5128 -0.0520945 54.513 -0.053348 54.5132 -0.0545801 54.5134 -0.0557902 54.5137 -0.0569778 54.5139 -0.0581424 54.5141 -0.0592836 54.5144 -0.0604009 54.5146 -0.0614935 54.5149 -0.0625612 54.5151 -0.0636037 54.5154 -0.0646205 54.5157 -0.0656117 54.5159 -0.0665762 54.5162 -0.0675134 54.5165 -0.068423 54.5168 -0.0693048 54.5171 -0.0701592 54.5174 -0.0709854 54.5176 -0.0717831 54.5179 -0.0725518 54.5183 -0.0732913 54.5186 -0.0740013 54.5189 -0.0746817 54.5192 -0.075332 54.5195 -0.075952 54.5198 -0.0765415 54.5201 -0.0771 54.5204 -0.0776277 54.5208 -0.0781239 54.5211 -0.0785888 54.5214 -0.0790228 54.5217 -0.0794241 54.5221 -0.0797939 54.5224 -0.0801316 54.5227 -0.0804368 54.5231 -0.0807099 54.5234 -0.0809506 54.5237 -0.081159 54.5241 -0.0813346 54.5244 -0.0814775 54.5248 -0.0815878 54.5251 -0.0816652 54.5254 -0.08171 54.5258 -0.0817218 54.5261 -0.081701 54.5265 -0.0816473 54.5268 -0.0815608 54.5271 -0.0814417 54.5275 -0.08129 54.5278 -0.0811052 54.5282 -0.0808883 54.5285 -0.080639 54.5288 -0.0803574 54.5292 -0.0800439 54.5295 -0.0796983 54.5298 -0.0793205 54.5302 -0.0789107 54.5305 -0.0784697 54.5308 -0.0779974 54.5312 -0.0774935 54.5315 -0.0769589 54.5318 -0.0763932 54.5321 -0.0757973 54.5325 -0.0751711 54.5328 -0.0745146 54.5331 -0.0738286 54.5334 -0.073113 54.5337 -0.0723683 54.534 -0.0715947 54.5343 -0.0707921 54.5346 -0.0699612 54.5349 -0.0691031 54.5352 -0.0682173 54.5355 -0.0673041 54.5358 -0.0663645 54.5361 -0.0653983 54.5363 -0.0644056 54.5366 -0.0633865 54.5369 -0.0623428 54.5371 -0.0612745 54.5374 -0.0601823 54.5376 -0.0590658 54.5379 -0.0579255 54.5381 -0.0567623 54.5384 -0.0555763 54.5386 -0.0543681 54.5389 -0.0531385 54.5391 -0.0518876 54.5393 -0.050616 54.5395 -0.0493242 54.5397 -0.0480129 54.5399 -0.0466822 54.5401 -0.0453331 54.5403 -0.0439658 54.5405 -0.0425809 54.5407 -0.0411792 54.5409 -0.0397611 54.541 -0.0383272 54.5412 -0.0368784 54.5414 -0.035415 54.5415 -0.0339378 54.5417 -0.0324474 54.5418 -0.0309444 54.5419 -0.0294293 54.5421 -0.0279029 54.5422 -0.0263652 54.5423 -0.0248173 54.5424 -0.0232592 54.5425 -0.0216919 54.5426 -0.0201157 54.5427 -0.0185316 54.5428 -0.0169396 54.5429 -0.0153401 54.5429 -0.0137331 54.543 -0.0121207 54.5431 -0.0105031 54.5431 -0.00888205 54.5431 -0.00728715 54.5186 -0.00593311 53.9832 -0.00469617 52.4767 -0.00348711 50.8181 -0.00230522 49.1773 -0.00114496 47.617 46.169 -0.0299725 54.5119 -0.0313419 54.512 -0.0326977 54.5122 -0.0340417 54.5123 -0.035374 54.5124 -0.0366921 54.5126 -0.037997 54.5128 -0.0392867 54.5129 -0.0405618 54.5131 -0.0418212 54.5132 -0.0430645 54.5134 -0.0442906 54.5136 -0.0454991 54.5138 -0.0466894 54.514 -0.047861 54.5142 -0.0490135 54.5144 -0.0501464 54.5146 -0.0512592 54.5148 -0.0523514 54.515 -0.0534227 54.5152 -0.0544726 54.5154 -0.0555007 54.5157 -0.0565067 54.5159 -0.0574899 54.5161 -0.0584503 54.5164 -0.0593869 54.5166 -0.0602997 54.5169 -0.0611882 54.5171 -0.0620526 54.5174 -0.0628925 54.5176 -0.0637069 54.5179 -0.0644957 54.5181 -0.0652581 54.5184 -0.0659943 54.5187 -0.0667037 54.519 -0.0673861 54.5192 -0.0680414 54.5195 -0.0686694 54.5198 -0.0692694 54.5201 -0.0698415 54.5204 -0.0703856 54.5207 -0.0709009 54.5209 -0.071388 54.5212 -0.071846 54.5215 -0.0722751 54.5218 -0.0726752 54.5221 -0.0730462 54.5224 -0.0733878 54.5227 -0.0736991 54.523 -0.0739813 54.5233 -0.0742337 54.5237 -0.074456 54.524 -0.0746484 54.5243 -0.0748107 54.5246 -0.0749431 54.5249 -0.0750453 54.5252 -0.0751173 54.5255 -0.0751593 54.5258 -0.0751709 54.5261 -0.0751523 54.5264 -0.0751037 54.5268 -0.0750247 54.5271 -0.0749157 54.5274 -0.0747769 54.5277 -0.074608 54.528 -0.0744097 54.5283 -0.074181 54.5286 -0.0739222 54.5289 -0.0736337 54.5292 -0.0733156 54.5295 -0.0729688 54.5298 -0.0725929 54.5301 -0.0721878 54.5304 -0.0717536 54.5307 -0.0712906 54.531 -0.070799 54.5313 -0.0702795 54.5316 -0.0697315 54.5319 -0.0691558 54.5322 -0.0685523 54.5325 -0.067921 54.5328 -0.0672631 54.533 -0.066578 54.5333 -0.065867 54.5336 -0.0651295 54.5339 -0.0643657 54.5341 -0.0635759 54.5344 -0.0627605 54.5347 -0.0619204 54.5349 -0.0610559 54.5352 -0.0601667 54.5354 -0.0592534 54.5357 -0.0583168 54.5359 -0.0573565 54.5362 -0.0563738 54.5364 -0.0553688 54.5366 -0.0543411 54.5369 -0.0532921 54.5371 -0.0522217 54.5373 -0.0511306 54.5375 -0.0500192 54.5377 -0.048888 54.5379 -0.0477373 54.5382 -0.0465677 54.5383 -0.0453796 54.5385 -0.0441736 54.5387 -0.04295 54.5389 -0.0417096 54.5391 -0.0404526 54.5393 -0.0391797 54.5394 -0.0378913 54.5396 -0.0365879 54.5397 -0.0352696 54.5399 -0.0339375 54.54 -0.0325913 54.5402 -0.0312324 54.5403 -0.0298603 54.5404 -0.0284763 54.5406 -0.0270805 54.5407 -0.0256738 54.5408 -0.0242567 54.5409 -0.0228301 54.541 -0.0213943 54.5411 -0.0199503 54.5412 -0.0184982 54.5413 -0.017039 54.5413 -0.0155737 54.5414 -0.0141035 54.5415 -0.0126294 54.5415 -0.0111508 54.5416 -0.00966724 54.5416 -0.00818006 54.5416 -0.00671608 54.5172 -0.005469 53.982 -0.00432823 52.4756 -0.0032143 50.8169 -0.00212597 49.1762 -0.00105735 47.6159 46.1679 -0.0274995 54.5132 -0.0287672 54.5133 -0.0300243 54.5134 -0.0312712 54.5136 -0.0325024 54.5137 -0.0337235 54.5138 -0.0349285 54.514 -0.0361199 54.5141 -0.0372958 54.5143 -0.0384566 54.5144 -0.0396017 54.5146 -0.0407309 54.5147 -0.041844 54.5149 -0.0429403 54.5151 -0.0440194 54.5152 -0.045081 54.5154 -0.0461243 54.5156 -0.047149 54.5158 -0.0481547 54.516 -0.049141 54.5162 -0.0501073 54.5164 -0.0510532 54.5166 -0.0519787 54.5168 -0.0528828 54.517 -0.0537656 54.5172 -0.0546265 54.5175 -0.0554646 54.5177 -0.0562805 54.5179 -0.0570735 54.5182 -0.0578434 54.5184 -0.0585902 54.5186 -0.0593128 54.5189 -0.0600116 54.5191 -0.0606862 54.5194 -0.0613364 54.5196 -0.0619621 54.5199 -0.0625629 54.5201 -0.0631384 54.5204 -0.0636886 54.5206 -0.0642132 54.5209 -0.0647121 54.5212 -0.0651849 54.5214 -0.0656315 54.5217 -0.066052 54.522 -0.066446 54.5222 -0.0668127 54.5225 -0.0671529 54.5228 -0.0674663 54.5231 -0.0677528 54.5233 -0.0680122 54.5236 -0.0682439 54.5239 -0.0684483 54.5242 -0.0686252 54.5244 -0.0687748 54.5247 -0.0688966 54.525 -0.0689907 54.5253 -0.0690572 54.5256 -0.069096 54.5259 -0.069107 54.5261 -0.0690904 54.5264 -0.0690459 54.5267 -0.0689739 54.527 -0.0688741 54.5273 -0.0687467 54.5276 -0.0685919 54.5278 -0.0684089 54.5281 -0.0681989 54.5284 -0.0679619 54.5287 -0.0676978 54.529 -0.0674067 54.5292 -0.0670879 54.5295 -0.0667421 54.5298 -0.0663692 54.5301 -0.0659705 54.5303 -0.0655455 54.5306 -0.0650942 54.5309 -0.0646168 54.5311 -0.0641135 54.5314 -0.0635844 54.5317 -0.0630304 54.5319 -0.062451 54.5322 -0.0618465 54.5324 -0.0612172 54.5327 -0.0605632 54.5329 -0.0598851 54.5332 -0.0591834 54.5334 -0.0584582 54.5337 -0.05771 54.5339 -0.0569383 54.5342 -0.0561437 54.5344 -0.0553268 54.5346 -0.0544881 54.5348 -0.053628 54.5351 -0.0527464 54.5353 -0.0518433 54.5355 -0.0509193 54.5357 -0.0499754 54.5359 -0.049012 54.5361 -0.0480287 54.5363 -0.0470265 54.5365 -0.0460055 54.5367 -0.0449661 54.5369 -0.0439087 54.5371 -0.0428339 54.5373 -0.0417419 54.5374 -0.0406332 54.5376 -0.0395082 54.5378 -0.0383674 54.5379 -0.0372111 54.5381 -0.0360399 54.5383 -0.0348542 54.5384 -0.0336547 54.5385 -0.0324418 54.5387 -0.0312162 54.5388 -0.0299783 54.5389 -0.0287288 54.5391 -0.0274681 54.5392 -0.0261969 54.5393 -0.0249156 54.5394 -0.0236245 54.5395 -0.0223243 54.5396 -0.0210153 54.5397 -0.019698 54.5398 -0.0183733 54.5399 -0.0170411 54.5399 -0.0157026 54.54 -0.014357 54.5401 -0.0130043 54.5401 -0.011644 54.5402 -0.0102791 54.5402 -0.00890984 54.5403 -0.00753844 54.5403 -0.00618935 54.5158 -0.00504224 53.9808 -0.00399087 52.4746 -0.00296264 50.8159 -0.00195795 49.1752 -0.000972297 47.6149 46.167 -0.0252321 54.5144 -0.0263883 54.5145 -0.0275356 54.5146 -0.0286698 54.5147 -0.0297956 54.5148 -0.0309077 54.5149 -0.0320101 54.5151 -0.0330992 54.5152 -0.0341763 54.5153 -0.0352401 54.5155 -0.0362902 54.5156 -0.0373259 54.5158 -0.0383464 54.5159 -0.0393514 54.5161 -0.0403407 54.5162 -0.0413137 54.5164 -0.0422702 54.5166 -0.0432097 54.5167 -0.0441319 54.5169 -0.0450364 54.5171 -0.0459229 54.5173 -0.0467909 54.5175 -0.0476403 54.5177 -0.0484707 54.5179 -0.0492815 54.5181 -0.0500732 54.5183 -0.050845 54.5185 -0.0515967 54.5187 -0.0523275 54.5189 -0.053037 54.5191 -0.0537255 54.5193 -0.0543926 54.5195 -0.0550382 54.5198 -0.0556614 54.52 -0.0562622 54.5202 -0.0568402 54.5204 -0.0573952 54.5207 -0.057927 54.5209 -0.0584354 54.5211 -0.0589204 54.5214 -0.0593814 54.5216 -0.0598187 54.5219 -0.0602312 54.5221 -0.06062 54.5223 -0.060984 54.5226 -0.0613237 54.5228 -0.0616389 54.5231 -0.0619284 54.5233 -0.0621927 54.5236 -0.0624318 54.5238 -0.0626461 54.5241 -0.0628352 54.5244 -0.0629991 54.5246 -0.0631375 54.5249 -0.0632502 54.5251 -0.0633376 54.5254 -0.0633996 54.5256 -0.063436 54.5259 -0.0634468 54.5262 -0.0634322 54.5264 -0.0633922 54.5267 -0.0633266 54.5269 -0.0632357 54.5272 -0.0631192 54.5274 -0.0629777 54.5277 -0.0628105 54.528 -0.0626185 54.5282 -0.0624012 54.5285 -0.0621584 54.5287 -0.0618911 54.529 -0.0615988 54.5292 -0.0612823 54.5295 -0.0609414 54.5297 -0.0605757 54.53 -0.0601854 54.5302 -0.0597713 54.5305 -0.0593328 54.5307 -0.0588709 54.5309 -0.0583856 54.5312 -0.0578766 54.5314 -0.0573444 54.5317 -0.0567893 54.5319 -0.0562117 54.5321 -0.0556111 54.5323 -0.0549884 54.5326 -0.0543437 54.5328 -0.0536773 54.533 -0.05299 54.5332 -0.0522807 54.5335 -0.0515507 54.5337 -0.0508003 54.5339 -0.0500297 54.5341 -0.0492382 54.5343 -0.0484277 54.5345 -0.047598 54.5347 -0.0467487 54.5349 -0.0458813 54.5351 -0.0449952 54.5352 -0.0440911 54.5354 -0.0431697 54.5356 -0.0422309 54.5358 -0.0412754 54.536 -0.0403035 54.5361 -0.0393157 54.5363 -0.0383124 54.5364 -0.037294 54.5366 -0.0362609 54.5368 -0.0352136 54.5369 -0.0341526 54.537 -0.0330785 54.5372 -0.0319912 54.5373 -0.0308916 54.5374 -0.0297798 54.5376 -0.0286563 54.5377 -0.0275212 54.5378 -0.0263755 54.5379 -0.025219 54.538 -0.0240527 54.5381 -0.0228766 54.5382 -0.0216916 54.5383 -0.0204978 54.5384 -0.0192957 54.5385 -0.0180855 54.5386 -0.0168678 54.5386 -0.0156427 54.5387 -0.0144109 54.5388 -0.0131735 54.5388 -0.0119324 54.5389 -0.0106884 54.5389 -0.00943939 54.539 -0.00818589 54.539 -0.00692703 54.539 -0.00568739 54.5146 -0.00462756 53.9798 -0.00365328 52.4736 -0.00270537 50.815 -0.00178415 49.1743 -0.000884311 47.614 46.1661 -0.0229998 54.5154 -0.0240811 54.5156 -0.0251517 54.5156 -0.0262136 54.5158 -0.0272616 54.5159 -0.0282999 54.516 -0.029324 54.5161 -0.0303364 54.5162 -0.0313355 54.5163 -0.0323216 54.5165 -0.0332938 54.5166 -0.0342521 54.5167 -0.0351964 54.5169 -0.036126 54.517 -0.0370408 54.5172 -0.0379401 54.5173 -0.0388239 54.5175 -0.0396916 54.5176 -0.040543 54.5178 -0.0413778 54.5179 -0.0421956 54.5181 -0.0429961 54.5183 -0.043779 54.5184 -0.0445442 54.5186 -0.0452909 54.5188 -0.0460189 54.519 -0.0467284 54.5192 -0.047418 54.5194 -0.0480886 54.5196 -0.0487397 54.5197 -0.0493703 54.5199 -0.049981 54.5201 -0.0505712 54.5203 -0.0511407 54.5206 -0.0516898 54.5208 -0.0522179 54.521 -0.0527249 54.5212 -0.0532105 54.5214 -0.0536747 54.5216 -0.0541171 54.5218 -0.0545376 54.522 -0.0549365 54.5223 -0.0553131 54.5225 -0.0556675 54.5227 -0.0559994 54.5229 -0.0563088 54.5232 -0.0565957 54.5234 -0.05686 54.5236 -0.0571023 54.5238 -0.0573216 54.5241 -0.0575178 54.5243 -0.0576907 54.5245 -0.0578406 54.5248 -0.0579672 54.525 -0.0580706 54.5252 -0.0581509 54.5255 -0.0582078 54.5257 -0.0582413 54.5259 -0.0582516 54.5262 -0.0582382 54.5264 -0.0582015 54.5266 -0.0581415 54.5269 -0.0580582 54.5271 -0.0579514 54.5273 -0.0578213 54.5276 -0.0576685 54.5278 -0.057492 54.528 -0.0572926 54.5283 -0.0570699 54.5285 -0.0568248 54.5287 -0.0565567 54.529 -0.0562661 54.5292 -0.0559533 54.5294 -0.0556175 54.5296 -0.0552599 54.5299 -0.0548799 54.5301 -0.0544778 54.5303 -0.0540539 54.5305 -0.0536083 54.5307 -0.0531419 54.531 -0.0526539 54.5312 -0.0521448 54.5314 -0.0516149 54.5316 -0.0510647 54.5318 -0.0504942 54.532 -0.0499033 54.5322 -0.0492922 54.5324 -0.0486613 54.5326 -0.0480115 54.5328 -0.0473426 54.533 -0.0466547 54.5332 -0.0459484 54.5334 -0.0452235 54.5336 -0.0444811 54.5337 -0.0437208 54.5339 -0.0429433 54.5341 -0.0421489 54.5343 -0.0413374 54.5344 -0.0405097 54.5346 -0.0396659 54.5348 -0.0388063 54.5349 -0.0379314 54.5351 -0.0370414 54.5352 -0.0361367 54.5354 -0.0352174 54.5355 -0.0342842 54.5357 -0.0333371 54.5358 -0.0323767 54.5359 -0.031403 54.5361 -0.0304167 54.5362 -0.0294178 54.5363 -0.0284071 54.5364 -0.0273849 54.5365 -0.0263516 54.5367 -0.0253077 54.5368 -0.0242535 54.5369 -0.0231893 54.537 -0.0221156 54.5371 -0.0210328 54.5371 -0.0199412 54.5372 -0.0188417 54.5373 -0.0177351 54.5374 -0.0166219 54.5375 -0.0155027 54.5375 -0.014378 54.5376 -0.0132485 54.5376 -0.0121133 54.5377 -0.0109723 54.5377 -0.00982585 54.5378 -0.00867568 54.5378 -0.0075223 54.5379 -0.00636737 54.5378 -0.00523003 54.5134 -0.00425733 53.9788 -0.00336889 52.4727 -0.00250052 50.8141 -0.00165186 49.1734 -0.000819648 47.6132 46.1652 -0.0211519 54.5164 -0.0221316 54.5165 -0.0231046 54.5166 -0.0240647 54.5167 -0.0250156 54.5168 -0.0259557 54.5169 -0.0268852 54.517 -0.0278032 54.5171 -0.02871 54.5172 -0.0296048 54.5173 -0.0304877 54.5175 -0.0313588 54.5176 -0.0322173 54.5177 -0.0330631 54.5179 -0.033896 54.518 -0.0347152 54.5181 -0.0355209 54.5183 -0.0363123 54.5184 -0.0370893 54.5186 -0.0378513 54.5187 -0.0385981 54.5189 -0.0393294 54.519 -0.0400448 54.5192 -0.040744 54.5193 -0.041427 54.5195 -0.0420928 54.5197 -0.0427421 54.5198 -0.0433741 54.52 -0.0439889 54.5202 -0.0445862 54.5203 -0.0451659 54.5205 -0.0457278 54.5207 -0.0462711 54.5209 -0.0467961 54.5211 -0.0473025 54.5213 -0.0477899 54.5215 -0.0482583 54.5216 -0.0487075 54.5218 -0.0491373 54.522 -0.0495474 54.5222 -0.0499374 54.5224 -0.0503074 54.5226 -0.0506572 54.5228 -0.0509861 54.523 -0.0512946 54.5232 -0.0515821 54.5234 -0.0518484 54.5236 -0.0520939 54.5239 -0.0523183 54.5241 -0.0525217 54.5243 -0.0527031 54.5245 -0.0528635 54.5247 -0.0530024 54.5249 -0.0531198 54.5251 -0.0532158 54.5253 -0.0532903 54.5255 -0.0533433 54.5258 -0.0533747 54.526 -0.0533847 54.5262 -0.0533734 54.5264 -0.0533405 54.5266 -0.0532861 54.5268 -0.0532103 54.527 -0.0531135 54.5272 -0.0529947 54.5275 -0.0528553 54.5277 -0.0526942 54.5279 -0.052512 54.5281 -0.0523094 54.5283 -0.0520851 54.5285 -0.05184 54.5287 -0.051574 54.5289 -0.0512869 54.5291 -0.0509794 54.5293 -0.0506517 54.5295 -0.0503036 54.5297 -0.0499354 54.5299 -0.0495473 54.5301 -0.0491389 54.5303 -0.0487107 54.5305 -0.0482629 54.5307 -0.047796 54.5309 -0.04731 54.5311 -0.0468054 54.5313 -0.046281 54.5315 -0.0457383 54.5317 -0.0451774 54.5318 -0.0445977 54.532 -0.0440011 54.5322 -0.0433865 54.5324 -0.0427542 54.5326 -0.0421049 54.5327 -0.0414389 54.5329 -0.0407562 54.5331 -0.0400564 54.5332 -0.0393413 54.5334 -0.0386101 54.5335 -0.0378634 54.5337 -0.0371016 54.5338 -0.0363248 54.534 -0.0355335 54.5341 -0.034728 54.5343 -0.0339085 54.5344 -0.0330756 54.5345 -0.0322295 54.5347 -0.0313708 54.5348 -0.0304997 54.5349 -0.0296169 54.5351 -0.0287227 54.5352 -0.0278175 54.5353 -0.0269018 54.5354 -0.0259759 54.5355 -0.0250404 54.5356 -0.0240955 54.5357 -0.0231419 54.5358 -0.02218 54.5359 -0.0212106 54.536 -0.0202339 54.5361 -0.0192502 54.5362 -0.0182601 54.5362 -0.0172632 54.5363 -0.0162596 54.5364 -0.0152494 54.5364 -0.0142332 54.5365 -0.0132109 54.5366 -0.012183 54.5366 -0.0111503 54.5367 -0.0101131 54.5367 -0.00907161 54.5367 -0.0080262 54.5368 -0.00697703 54.5368 -0.00592468 54.5368 -0.00488502 54.5124 -0.0039794 53.9779 -0.00313848 52.4719 -0.00232299 50.8133 -0.00153323 49.1726 -0.000762656 47.6124 46.1645 -0.0191718 54.5173 -0.0200826 54.5174 -0.0209782 54.5175 -0.0218712 54.5176 -0.0227547 54.5177 -0.0236288 54.5178 -0.0244949 54.5179 -0.025351 54.518 -0.0261981 54.5181 -0.0270343 54.5182 -0.0278592 54.5183 -0.028671 54.5184 -0.0294701 54.5185 -0.0302559 54.5186 -0.0310281 54.5188 -0.0317869 54.5189 -0.0325318 54.519 -0.0332629 54.5191 -0.0339799 54.5193 -0.0346829 54.5194 -0.0353714 54.5195 -0.0360456 54.5197 -0.0367049 54.5198 -0.0373493 54.52 -0.0379787 54.5201 -0.0385928 54.5203 -0.0391909 54.5204 -0.0397737 54.5206 -0.0403398 54.5207 -0.0408892 54.5209 -0.0414221 54.5211 -0.0419376 54.5212 -0.0424356 54.5214 -0.0429162 54.5216 -0.0433789 54.5217 -0.0438234 54.5219 -0.0442498 54.5221 -0.044658 54.5222 -0.0450479 54.5224 -0.0454193 54.5226 -0.0457723 54.5228 -0.0461067 54.523 -0.0464229 54.5231 -0.0467199 54.5233 -0.0469988 54.5235 -0.0472595 54.5237 -0.047501 54.5239 -0.0477235 54.5241 -0.0479265 54.5243 -0.0481105 54.5245 -0.0482755 54.5246 -0.0484217 54.5248 -0.0485482 54.525 -0.0486554 54.5252 -0.0487431 54.5254 -0.0488112 54.5256 -0.0488597 54.5258 -0.0488885 54.526 -0.0488979 54.5262 -0.0488871 54.5264 -0.0488571 54.5266 -0.0488072 54.5268 -0.0487377 54.527 -0.0486488 54.5272 -0.04854 54.5273 -0.0484118 54.5275 -0.0482642 54.5277 -0.0480971 54.5279 -0.0479111 54.5281 -0.0477052 54.5283 -0.0474807 54.5285 -0.0472371 54.5287 -0.0469743 54.5289 -0.0466932 54.529 -0.0463929 54.5292 -0.0460743 54.5294 -0.0457369 54.5296 -0.0453818 54.5298 -0.0450083 54.53 -0.0446163 54.5301 -0.0442074 54.5303 -0.0437802 54.5305 -0.0433354 54.5307 -0.0428733 54.5308 -0.0423943 54.531 -0.0418985 54.5312 -0.041386 54.5313 -0.0408572 54.5315 -0.0403114 54.5317 -0.03975 54.5318 -0.0391729 54.532 -0.0385797 54.5321 -0.0379719 54.5323 -0.0373485 54.5324 -0.0367103 54.5326 -0.0360582 54.5327 -0.0353912 54.5329 -0.0347107 54.533 -0.0340164 54.5331 -0.0333088 54.5333 -0.0325881 54.5334 -0.0318547 54.5335 -0.0311088 54.5337 -0.0303508 54.5338 -0.0295808 54.5339 -0.0287993 54.534 -0.0280062 54.5341 -0.0272022 54.5343 -0.026387 54.5344 -0.0255614 54.5345 -0.0247253 54.5346 -0.0238793 54.5347 -0.0230231 54.5348 -0.0221577 54.5348 -0.0212825 54.5349 -0.0203983 54.535 -0.0195047 54.5351 -0.0186027 54.5352 -0.0176924 54.5352 -0.0167747 54.5353 -0.01585 54.5354 -0.0149195 54.5354 -0.0139837 54.5355 -0.0130428 54.5356 -0.0120976 54.5356 -0.0111487 54.5357 -0.0101972 54.5357 -0.00924524 54.5358 -0.00829387 54.5358 -0.00734254 54.5358 -0.00639024 54.5359 -0.00544015 54.5358 -0.00450744 54.5115 -0.00368484 53.9771 -0.00291014 52.4711 -0.00215639 50.8125 -0.00142387 49.1719 -0.000705881 47.6117 46.1638 -0.0176524 54.5182 -0.0184908 54.5183 -0.0193239 54.5183 -0.0201424 54.5184 -0.0209473 54.5185 -0.0217447 54.5186 -0.0225256 54.5187 -0.0232979 54.5187 -0.0240578 54.5188 -0.0248075 54.5189 -0.0255468 54.519 -0.0262772 54.5191 -0.026998 54.5192 -0.0277092 54.5193 -0.0284104 54.5195 -0.0291009 54.5196 -0.0297802 54.5197 -0.0304481 54.5198 -0.0311038 54.5199 -0.0317471 54.52 -0.0323775 54.5202 -0.0329946 54.5203 -0.0335983 54.5204 -0.0341879 54.5206 -0.0347634 54.5207 -0.0353247 54.5208 -0.0358712 54.521 -0.0364032 54.5211 -0.0369202 54.5213 -0.0374222 54.5214 -0.0379098 54.5215 -0.0383819 54.5217 -0.0388395 54.5218 -0.039282 54.522 -0.0397094 54.5222 -0.0401213 54.5223 -0.0405175 54.5225 -0.0408975 54.5226 -0.0412612 54.5228 -0.0416082 54.5229 -0.0419385 54.5231 -0.0422515 54.5233 -0.0425476 54.5234 -0.042826 54.5236 -0.0430866 54.5238 -0.0433299 54.5239 -0.0435547 54.5241 -0.0437621 54.5243 -0.0439519 54.5245 -0.0441231 54.5246 -0.0442767 54.5248 -0.0444121 54.525 -0.0445294 54.5251 -0.0446287 54.5253 -0.0447099 54.5255 -0.0447731 54.5257 -0.0448183 54.5258 -0.0448454 54.526 -0.0448543 54.5262 -0.0448456 54.5264 -0.0448184 54.5265 -0.0447735 54.5267 -0.0447104 54.5269 -0.0446294 54.5271 -0.0445308 54.5272 -0.0444138 54.5274 -0.0442793 54.5276 -0.0441269 54.5278 -0.0439562 54.5279 -0.0437686 54.5281 -0.043563 54.5283 -0.0433396 54.5285 -0.0430992 54.5286 -0.0428415 54.5288 -0.0425662 54.529 -0.0422739 54.5291 -0.0419645 54.5293 -0.0416377 54.5295 -0.0412949 54.5296 -0.0409359 54.5298 -0.0405593 54.5299 -0.040167 54.5301 -0.0397578 54.5303 -0.0393326 54.5304 -0.0388925 54.5306 -0.0384366 54.5307 -0.0379652 54.5309 -0.037479 54.531 -0.0369774 54.5312 -0.0364606 54.5313 -0.0359287 54.5314 -0.0353824 54.5316 -0.0348226 54.5317 -0.0342483 54.5319 -0.0336608 54.532 -0.0330593 54.5321 -0.0324443 54.5323 -0.0318164 54.5324 -0.0311755 54.5325 -0.030522 54.5326 -0.0298561 54.5327 -0.029178 54.5329 -0.0284882 54.533 -0.0277867 54.5331 -0.0270741 54.5332 -0.0263505 54.5333 -0.0256164 54.5334 -0.0248722 54.5335 -0.0241184 54.5336 -0.023355 54.5337 -0.0225829 54.5338 -0.0218021 54.5339 -0.0210137 54.534 -0.0202174 54.5341 -0.0194145 54.5341 -0.0186049 54.5342 -0.0177898 54.5343 -0.0169684 54.5344 -0.0161417 54.5344 -0.0153093 54.5345 -0.0144721 54.5345 -0.0136301 54.5346 -0.0127837 54.5347 -0.0119338 54.5347 -0.0110804 54.5348 -0.0102237 54.5348 -0.00936244 54.5348 -0.00849365 54.5349 -0.00761806 54.5349 -0.00673817 54.5349 -0.00585459 54.535 -0.00496689 54.535 -0.00410754 54.5106 -0.003484 53.9764 -0.00285848 52.4705 -0.00215672 50.8118 -0.001434 49.1712 -0.000716219 47.611 46.1631 -0.0160105 54.519 -0.0167639 54.519 -0.0175104 54.5191 -0.0182545 54.5192 -0.0189945 54.5192 -0.019727 54.5193 -0.0204558 54.5194 -0.0211759 54.5195 -0.0218881 54.5196 -0.0225906 54.5196 -0.0232822 54.5197 -0.0239622 54.5198 -0.0246301 54.5199 -0.025286 54.52 -0.0259295 54.5201 -0.026561 54.5202 -0.0271807 54.5203 -0.0277883 54.5204 -0.0283841 54.5205 -0.028968 54.5206 -0.0295399 54.5207 -0.0300998 54.5209 -0.0306476 54.521 -0.0311832 54.5211 -0.0317062 54.5212 -0.0322167 54.5213 -0.0327144 54.5215 -0.0331987 54.5216 -0.0336697 54.5217 -0.0341272 54.5219 -0.0345701 54.522 -0.0349984 54.5221 -0.0354119 54.5223 -0.0358102 54.5224 -0.0361927 54.5225 -0.0365601 54.5227 -0.0369125 54.5228 -0.0372504 54.523 -0.0375734 54.5231 -0.0378816 54.5233 -0.0381751 54.5234 -0.0384536 54.5236 -0.038717 54.5237 -0.0389658 54.5239 -0.0391989 54.524 -0.0394166 54.5242 -0.0396192 54.5243 -0.0398061 54.5245 -0.0399771 54.5246 -0.0401324 54.5248 -0.0402718 54.5249 -0.0403948 54.5251 -0.0405017 54.5253 -0.0405924 54.5254 -0.0406667 54.5256 -0.0407246 54.5257 -0.0407662 54.5259 -0.0407913 54.526 -0.0408002 54.5262 -0.0407925 54.5264 -0.0407681 54.5265 -0.0407274 54.5267 -0.0406703 54.5268 -0.0405967 54.527 -0.0405068 54.5272 -0.0404002 54.5273 -0.0402778 54.5275 -0.0401394 54.5276 -0.0399842 54.5278 -0.0398133 54.5279 -0.0396264 54.5281 -0.0394236 54.5282 -0.039205 54.5284 -0.0389702 54.5286 -0.0387199 54.5287 -0.0384543 54.5289 -0.0381737 54.529 -0.0378776 54.5292 -0.0375656 54.5293 -0.0372383 54.5294 -0.0368963 54.5296 -0.0365399 54.5297 -0.036169 54.5299 -0.0357835 54.53 -0.0353836 54.5302 -0.0349691 54.5303 -0.0345403 54.5304 -0.0340976 54.5306 -0.0336412 54.5307 -0.0331718 54.5308 -0.0326892 54.531 -0.0321939 54.5311 -0.0316847 54.5312 -0.0311628 54.5313 -0.030629 54.5315 -0.0300822 54.5316 -0.0295238 54.5317 -0.0289538 54.5318 -0.0283721 54.5319 -0.0277794 54.532 -0.0271756 54.5321 -0.0265613 54.5322 -0.0259365 54.5324 -0.0253017 54.5325 -0.0246571 54.5326 -0.0240029 54.5326 -0.0233394 54.5327 -0.0226667 54.5328 -0.0219851 54.5329 -0.0212949 54.533 -0.0205964 54.5331 -0.0198897 54.5332 -0.0191748 54.5333 -0.0184526 54.5333 -0.0177225 54.5334 -0.0169855 54.5335 -0.0162416 54.5335 -0.0154921 54.5336 -0.0147367 54.5337 -0.0139764 54.5337 -0.01321 54.5338 -0.0124384 54.5338 -0.011661 54.5339 -0.0108779 54.5339 -0.0100892 54.534 -0.00929509 54.534 -0.00849758 54.534 -0.00770085 54.5341 -0.00690281 54.5341 -0.00610417 54.5341 -0.00530354 54.5342 -0.00450249 54.5342 -0.00374182 54.5098 -0.00326798 53.976 -0.00273383 52.4699 -0.00208582 50.8112 -0.00139773 49.1705 -0.000696175 47.6103 46.1624 -0.0146889 54.5197 -0.0153847 54.5197 -0.0160692 54.5198 -0.0167427 54.5198 -0.0174092 54.5199 -0.0180643 54.52 -0.0187139 54.52 -0.0193542 54.5201 -0.0199911 54.5202 -0.0206194 54.5203 -0.0212435 54.5203 -0.0218593 54.5204 -0.0224691 54.5205 -0.0230709 54.5206 -0.023665 54.5207 -0.0242507 54.5208 -0.0248271 54.5209 -0.0253941 54.521 -0.0259511 54.5211 -0.0264977 54.5212 -0.0270336 54.5213 -0.0275583 54.5214 -0.0280717 54.5215 -0.0285735 54.5216 -0.0290633 54.5217 -0.0295412 54.5218 -0.0300072 54.5219 -0.0304605 54.522 -0.0309019 54.5222 -0.0313313 54.5223 -0.0317482 54.5224 -0.032153 54.5225 -0.0325458 54.5227 -0.032926 54.5228 -0.0332943 54.5229 -0.0336494 54.523 -0.0339902 54.5232 -0.0343161 54.5233 -0.0346273 54.5234 -0.0349232 54.5236 -0.035204 54.5237 -0.0354693 54.5238 -0.0357191 54.524 -0.0359536 54.5241 -0.036173 54.5242 -0.0363764 54.5244 -0.0365654 54.5245 -0.0367389 54.5246 -0.0368969 54.5248 -0.0370404 54.5249 -0.0371684 54.5251 -0.0372814 54.5252 -0.0373796 54.5254 -0.0374623 54.5255 -0.0375301 54.5256 -0.0375829 54.5258 -0.0376204 54.5259 -0.0376429 54.5261 -0.03765 54.5262 -0.037642 54.5264 -0.0376193 54.5265 -0.0375813 54.5266 -0.0375282 54.5268 -0.0374599 54.5269 -0.0373766 54.5271 -0.0372782 54.5272 -0.0371647 54.5274 -0.0370364 54.5275 -0.0368933 54.5276 -0.036736 54.5278 -0.0365629 54.5279 -0.0363747 54.5281 -0.0361723 54.5282 -0.0359554 54.5283 -0.0357242 54.5285 -0.0354786 54.5286 -0.035218 54.5287 -0.0349437 54.5289 -0.0346555 54.529 -0.0343536 54.5291 -0.0340379 54.5293 -0.0337079 54.5294 -0.0333652 54.5295 -0.0330085 54.5297 -0.0326383 54.5298 -0.0322553 54.5299 -0.0318591 54.53 -0.0314503 54.5302 -0.0310288 54.5303 -0.0305951 54.5304 -0.0301493 54.5305 -0.0296917 54.5306 -0.0292212 54.5307 -0.0287398 54.5309 -0.0282468 54.531 -0.0277421 54.5311 -0.0272267 54.5312 -0.0267002 54.5313 -0.0261628 54.5314 -0.025615 54.5315 -0.0250567 54.5316 -0.0244883 54.5317 -0.0239098 54.5318 -0.0233217 54.5319 -0.022724 54.532 -0.0221171 54.532 -0.0215011 54.5321 -0.0208766 54.5322 -0.0202438 54.5323 -0.0196031 54.5324 -0.0189546 54.5324 -0.0182989 54.5325 -0.0176359 54.5326 -0.0169661 54.5327 -0.0162896 54.5327 -0.0156067 54.5328 -0.0149167 54.5329 -0.0142203 54.5329 -0.0135176 54.533 -0.0128097 54.533 -0.0120982 54.5331 -0.0113831 54.5331 -0.0106657 54.5332 -0.00994652 54.5332 -0.0092269 54.5333 -0.00850757 54.5333 -0.00778823 54.5333 -0.00706583 54.5334 -0.00634378 54.5334 -0.00561813 54.5334 -0.0048887 54.5334 -0.00415423 54.5334 -0.00348619 54.5092 -0.00324498 53.9757 -0.00275672 52.4694 -0.00210389 50.8105 -0.00141529 49.1698 -0.000713547 47.6096 46.1617 -0.0134321 54.5203 -0.014066 54.5204 -0.0147037 54.5204 -0.0153395 54.5205 -0.0159628 54.5205 -0.0165885 54.5206 -0.0171935 54.5206 -0.0177971 54.5207 -0.0183812 54.5208 -0.0189589 54.5208 -0.0195216 54.5209 -0.0200776 54.521 -0.0206225 54.5211 -0.0211589 54.5211 -0.0216856 54.5212 -0.0222029 54.5213 -0.0227111 54.5214 -0.02321 54.5215 -0.0236994 54.5216 -0.0241793 54.5217 -0.0246493 54.5217 -0.0251096 54.5218 -0.0255598 54.5219 -0.0259999 54.522 -0.0264294 54.5221 -0.0268483 54.5222 -0.0272564 54.5223 -0.0276531 54.5224 -0.0280383 54.5226 -0.0284119 54.5227 -0.028773 54.5228 -0.0291221 54.5229 -0.0294583 54.523 -0.029782 54.5231 -0.0300924 54.5232 -0.0303908 54.5233 -0.030678 54.5234 -0.0309544 54.5236 -0.0312198 54.5237 -0.0314743 54.5238 -0.0317176 54.5239 -0.0319499 54.5241 -0.0321704 54.5242 -0.0323794 54.5243 -0.0325763 54.5244 -0.0327604 54.5245 -0.032932 54.5247 -0.0330906 54.5248 -0.0332359 54.5249 -0.0333682 54.5251 -0.0334866 54.5252 -0.0335919 54.5253 -0.0336834 54.5254 -0.0337613 54.5256 -0.0338254 54.5257 -0.0338757 54.5258 -0.0339124 54.526 -0.0339353 54.5261 -0.0339445 54.5262 -0.0339399 54.5263 -0.0339211 54.5265 -0.0338887 54.5266 -0.0338427 54.5267 -0.033783 54.5269 -0.0337099 54.527 -0.0336231 54.5271 -0.0335226 54.5273 -0.0334084 54.5274 -0.0332806 54.5275 -0.0331392 54.5276 -0.0329848 54.5278 -0.0328176 54.5279 -0.032637 54.528 -0.032443 54.5281 -0.0322358 54.5283 -0.0320155 54.5284 -0.0317821 54.5285 -0.0315357 54.5286 -0.0312768 54.5288 -0.0310056 54.5289 -0.0307221 54.529 -0.0304253 54.5291 -0.0301164 54.5292 -0.0297952 54.5293 -0.0294617 54.5295 -0.0291166 54.5296 -0.0287598 54.5297 -0.0283915 54.5298 -0.0280112 54.5299 -0.0276192 54.53 -0.0272159 54.5301 -0.0268011 54.5302 -0.0263756 54.5303 -0.0259395 54.5304 -0.0254925 54.5305 -0.025035 54.5306 -0.0245674 54.5307 -0.0240892 54.5308 -0.0236014 54.5309 -0.0231035 54.531 -0.0225963 54.5311 -0.0220796 54.5312 -0.021554 54.5313 -0.0210194 54.5313 -0.0204764 54.5314 -0.0199248 54.5315 -0.0193653 54.5316 -0.0187975 54.5316 -0.018222 54.5317 -0.0176384 54.5318 -0.0170477 54.5319 -0.0164494 54.5319 -0.015845 54.532 -0.015234 54.532 -0.0146178 54.5321 -0.0139963 54.5322 -0.0133717 54.5322 -0.0127431 54.5323 -0.0121114 54.5323 -0.0114749 54.5324 -0.0108346 54.5324 -0.010191 54.5325 -0.00954458 54.5325 -0.00889554 54.5326 -0.00824368 54.5326 -0.00758829 54.5326 -0.00693027 54.5327 -0.00627131 54.5327 -0.00561112 54.5327 -0.00495769 54.5328 -0.00431144 54.5328 -0.00367829 54.5328 -0.00317349 54.5087 -0.00329873 53.9758 -0.00301936 52.4692 -0.0024043 50.8099 -0.00166859 49.1691 -0.00086311 47.6088 46.1608 -0.0123107 54.5209 -0.0128597 54.5209 -0.013397 54.5209 -0.0139282 54.521 -0.0144638 54.5211 -0.0149887 54.5211 -0.015527 54.5212 -0.0160555 54.5212 -0.0165916 54.5213 -0.0171201 54.5214 -0.0176492 54.5214 -0.0181707 54.5215 -0.0186873 54.5216 -0.0191963 54.5217 -0.0196979 54.5217 -0.0201917 54.5218 -0.0206775 54.5219 -0.0211541 54.522 -0.0216224 54.522 -0.0220814 54.5221 -0.0225315 54.5222 -0.0229721 54.5223 -0.0234034 54.5224 -0.0238248 54.5225 -0.0242366 54.5225 -0.0246381 54.5226 -0.0250298 54.5227 -0.0254112 54.5228 -0.0257826 54.5229 -0.0261436 54.523 -0.0264943 54.5231 -0.0268346 54.5232 -0.0271642 54.5233 -0.0274832 54.5234 -0.0277918 54.5235 -0.0280889 54.5236 -0.0283739 54.5237 -0.0286461 54.5238 -0.0289053 54.5239 -0.0291512 54.5241 -0.0293839 54.5242 -0.0296033 54.5243 -0.0298096 54.5244 -0.0300026 54.5245 -0.030183 54.5246 -0.0303507 54.5247 -0.0305057 54.5248 -0.0306483 54.5249 -0.0307789 54.5251 -0.0308967 54.5252 -0.0310022 54.5253 -0.0310954 54.5254 -0.0311761 54.5255 -0.0312444 54.5256 -0.0313004 54.5258 -0.0313438 54.5259 -0.0313747 54.526 -0.0313927 54.5261 -0.0313985 54.5262 -0.0313919 54.5263 -0.0313727 54.5265 -0.031341 54.5266 -0.0312966 54.5267 -0.0312396 54.5268 -0.0311697 54.5269 -0.0310877 54.527 -0.0309929 54.5272 -0.0308856 54.5273 -0.030766 54.5274 -0.0306333 54.5275 -0.0304889 54.5276 -0.0303325 54.5277 -0.0301634 54.5278 -0.029982 54.528 -0.0297887 54.5281 -0.0295834 54.5282 -0.0293667 54.5283 -0.0291381 54.5284 -0.0288972 54.5285 -0.0286443 54.5286 -0.02838 54.5287 -0.0281043 54.5288 -0.027817 54.5289 -0.0275194 54.529 -0.0272101 54.5291 -0.0268896 54.5292 -0.0265588 54.5293 -0.0262169 54.5294 -0.0258641 54.5295 -0.0255012 54.5296 -0.0251282 54.5297 -0.0247446 54.5298 -0.0243514 54.5299 -0.0239481 54.53 -0.023535 54.5301 -0.0231127 54.5302 -0.022681 54.5303 -0.0222403 54.5304 -0.0217906 54.5304 -0.0213323 54.5305 -0.0208652 54.5306 -0.0203898 54.5307 -0.019906 54.5308 -0.0194142 54.5308 -0.0189143 54.5309 -0.0184067 54.531 -0.0178914 54.5311 -0.0173691 54.5311 -0.0168397 54.5312 -0.0163041 54.5313 -0.0157622 54.5313 -0.0152146 54.5314 -0.0146606 54.5314 -0.0141012 54.5315 -0.0135357 54.5315 -0.0129644 54.5316 -0.0123864 54.5317 -0.0118032 54.5317 -0.0112152 54.5317 -0.0106247 54.5318 -0.0100308 54.5318 -0.00943375 54.5319 -0.00883358 54.5319 -0.00823168 54.532 -0.00762922 54.532 -0.00702987 54.532 -0.00643315 54.5321 -0.00584278 54.5321 -0.00525739 54.5321 -0.00467859 54.5322 -0.00411072 54.5322 -0.00355676 54.5322 -0.00311057 54.5082 -0.00329572 53.976 -0.0031737 52.469 -0.00267141 50.8094 -0.00194677 49.1683 -0.00116871 47.608 46.1596 -0.0109015 54.5214 -0.0114431 54.5215 -0.0119859 54.5215 -0.0125205 54.5215 -0.0130491 54.5216 -0.0135664 54.5216 -0.0140707 54.5217 -0.0145657 54.5217 -0.015051 54.5218 -0.0155276 54.5218 -0.015995 54.5219 -0.0164543 54.522 -0.0169068 54.522 -0.0173525 54.5221 -0.0177919 54.5222 -0.0182244 54.5222 -0.0186495 54.5223 -0.0190682 54.5224 -0.0194793 54.5224 -0.0198831 54.5225 -0.0202788 54.5226 -0.0206669 54.5227 -0.0210466 54.5228 -0.0214182 54.5228 -0.0217813 54.5229 -0.0221361 54.523 -0.0224822 54.5231 -0.0228199 54.5232 -0.0231484 54.5233 -0.0234678 54.5233 -0.0237784 54.5234 -0.0240798 54.5235 -0.0243719 54.5236 -0.0246543 54.5237 -0.0249267 54.5238 -0.0251884 54.5239 -0.0254392 54.524 -0.0256796 54.5241 -0.0259099 54.5242 -0.0261302 54.5243 -0.0263402 54.5244 -0.0265401 54.5245 -0.0267296 54.5246 -0.0269085 54.5247 -0.0270765 54.5248 -0.0272338 54.5249 -0.0273795 54.525 -0.0275142 54.5251 -0.0276377 54.5252 -0.0277494 54.5253 -0.0278498 54.5254 -0.0279388 54.5255 -0.0280161 54.5256 -0.0280819 54.5257 -0.0281361 54.5258 -0.028179 54.5259 -0.0282103 54.526 -0.0282303 54.5261 -0.0282384 54.5262 -0.0282348 54.5263 -0.0282202 54.5264 -0.0281939 54.5266 -0.028156 54.5267 -0.0281068 54.5268 -0.0280461 54.5269 -0.0279744 54.527 -0.0278912 54.5271 -0.0277966 54.5272 -0.0276915 54.5273 -0.0275748 54.5274 -0.0274467 54.5275 -0.0273077 54.5276 -0.027157 54.5277 -0.0269961 54.5278 -0.026824 54.5279 -0.0266409 54.528 -0.0264472 54.5281 -0.0262428 54.5282 -0.026028 54.5283 -0.0258022 54.5284 -0.0255655 54.5285 -0.0253195 54.5286 -0.0250621 54.5287 -0.0247954 54.5288 -0.0245183 54.5289 -0.024231 54.529 -0.023934 54.5291 -0.0236266 54.5291 -0.0233104 54.5292 -0.0229844 54.5293 -0.0226486 54.5294 -0.0223039 54.5295 -0.0219499 54.5296 -0.0215865 54.5297 -0.021214 54.5297 -0.0208329 54.5298 -0.0204427 54.5299 -0.0200439 54.53 -0.0196363 54.53 -0.0192204 54.5301 -0.0187961 54.5302 -0.0183636 54.5303 -0.0179229 54.5303 -0.0174746 54.5304 -0.0170184 54.5305 -0.0165549 54.5305 -0.0160837 54.5306 -0.0156055 54.5306 -0.0151199 54.5307 -0.0146271 54.5308 -0.0141266 54.5308 -0.0136188 54.5309 -0.0131037 54.5309 -0.0125816 54.531 -0.0120523 54.531 -0.0115171 54.5311 -0.0109758 54.5311 -0.0104289 54.5311 -0.00987562 54.5312 -0.00931544 54.5312 -0.00874914 54.5313 -0.00817689 54.5313 -0.00759957 54.5313 -0.00701678 54.5314 -0.00642917 54.5314 -0.00583465 54.5314 -0.00523763 54.5315 -0.00463509 54.5315 -0.00403291 54.5315 -0.00342742 54.5316 -0.00281413 54.5316 -0.00219258 54.5316 -0.00173207 54.5078 -0.00234749 53.9766 -0.00253448 52.4692 -0.00219086 50.8091 -0.00157286 49.1677 -0.000816776 47.6072 46.1588 -0.0104056 54.5219 -0.0108988 54.5219 -0.0113787 54.522 -0.0118618 54.522 -0.0123222 54.522 -0.0127946 54.5221 -0.0132476 54.5221 -0.0137073 54.5222 -0.0141518 54.5222 -0.0145954 54.5223 -0.0150299 54.5223 -0.0154638 54.5224 -0.01589 54.5225 -0.0163099 54.5225 -0.0167218 54.5226 -0.0171264 54.5226 -0.0175238 54.5227 -0.0179137 54.5228 -0.0182958 54.5228 -0.0186703 54.5229 -0.0190369 54.523 -0.0193958 54.523 -0.0197464 54.5231 -0.020089 54.5232 -0.0204228 54.5232 -0.020748 54.5233 -0.0210639 54.5234 -0.021371 54.5235 -0.0216683 54.5235 -0.021956 54.5236 -0.0222337 54.5237 -0.0225014 54.5238 -0.0227588 54.5239 -0.0230068 54.5239 -0.0232447 54.524 -0.0234748 54.5241 -0.0236975 54.5242 -0.0239121 54.5243 -0.0241178 54.5244 -0.0243145 54.5245 -0.0245019 54.5246 -0.0246799 54.5246 -0.0248483 54.5247 -0.0250073 54.5248 -0.0251563 54.5249 -0.025296 54.525 -0.0254256 54.5251 -0.0255455 54.5252 -0.0256555 54.5253 -0.0257552 54.5254 -0.0258451 54.5255 -0.0259246 54.5256 -0.025994 54.5257 -0.026053 54.5258 -0.0261015 54.5259 -0.0261395 54.526 -0.0261669 54.526 -0.0261842 54.5261 -0.0261913 54.5262 -0.0261873 54.5263 -0.0261724 54.5264 -0.026147 54.5265 -0.0261117 54.5266 -0.0260658 54.5267 -0.0260094 54.5268 -0.0259424 54.5269 -0.0258651 54.527 -0.0257769 54.5271 -0.0256788 54.5272 -0.02557 54.5273 -0.0254511 54.5274 -0.025322 54.5275 -0.0251826 54.5276 -0.0250332 54.5277 -0.0248736 54.5277 -0.0247038 54.5278 -0.024524 54.5279 -0.024334 54.528 -0.0241344 54.5281 -0.0239254 54.5282 -0.0237066 54.5283 -0.0234785 54.5284 -0.0232405 54.5284 -0.0229926 54.5285 -0.0227356 54.5286 -0.0224693 54.5287 -0.022194 54.5288 -0.0219089 54.5289 -0.0216159 54.5289 -0.0213131 54.529 -0.0210016 54.5291 -0.0206817 54.5292 -0.0203531 54.5292 -0.0200159 54.5293 -0.0196705 54.5294 -0.0193168 54.5295 -0.0189551 54.5295 -0.0185852 54.5296 -0.0182077 54.5297 -0.0178223 54.5297 -0.0174295 54.5298 -0.017029 54.5299 -0.0166213 54.5299 -0.016206 54.53 -0.0157836 54.53 -0.0153535 54.5301 -0.0149165 54.5301 -0.0144717 54.5302 -0.0140201 54.5302 -0.0135609 54.5303 -0.0130955 54.5303 -0.0126229 54.5304 -0.0121447 54.5304 -0.0116597 54.5305 -0.0111689 54.5305 -0.0106707 54.5306 -0.0101659 54.5306 -0.00965226 54.5306 -0.00913122 54.5307 -0.00860179 54.5307 -0.00806534 54.5307 -0.00752121 54.5308 -0.00696924 54.5308 -0.00640759 54.5308 -0.00583388 54.5308 -0.00524549 54.5309 -0.00463778 54.5309 -0.00400713 54.5309 -0.00334363 54.5309 -0.00264455 54.5309 -0.00190827 54.5309 -0.00112447 54.5308 -0.000527962 54.5072 -0.00131086 53.9774 -0.0017821 52.4697 -0.00163414 50.8089 -0.00123576 49.1673 -0.000503777 47.6065 46.1583 -0.00879358 54.5223 -0.00921464 54.5224 -0.00963174 54.5224 -0.0100444 54.5224 -0.0104638 54.5225 -0.0108716 54.5225 -0.0112846 54.5226 -0.0116867 54.5226 -0.0120929 54.5226 -0.0124877 54.5227 -0.0128878 54.5227 -0.0132776 54.5228 -0.0136633 54.5228 -0.0140431 54.5229 -0.0144187 54.523 -0.0147887 54.523 -0.0151534 54.5231 -0.0155111 54.5231 -0.0158631 54.5232 -0.0162077 54.5232 -0.0165461 54.5233 -0.0168766 54.5234 -0.0172005 54.5234 -0.0175164 54.5235 -0.0178254 54.5236 -0.0181264 54.5236 -0.0184205 54.5237 -0.0187066 54.5238 -0.0189858 54.5238 -0.0192572 54.5239 -0.0195219 54.524 -0.0197787 54.524 -0.0200284 54.5241 -0.0202698 54.5242 -0.0205033 54.5243 -0.0207265 54.5243 -0.0209396 54.5244 -0.0211425 54.5245 -0.0213363 54.5246 -0.0215206 54.5247 -0.0216959 54.5247 -0.0218618 54.5248 -0.0220186 54.5249 -0.0221658 54.525 -0.0223038 54.5251 -0.0224322 54.5251 -0.0225514 54.5252 -0.0226608 54.5253 -0.0227608 54.5254 -0.0228513 54.5255 -0.0229326 54.5256 -0.0230041 54.5256 -0.0230665 54.5257 -0.0231195 54.5258 -0.0231632 54.5259 -0.0231975 54.526 -0.0232224 54.5261 -0.0232373 54.5262 -0.023243 54.5262 -0.02324 54.5263 -0.0232278 54.5264 -0.0232063 54.5265 -0.0231751 54.5266 -0.0231343 54.5267 -0.0230842 54.5268 -0.0230246 54.5268 -0.022956 54.5269 -0.0228779 54.527 -0.0227903 54.5271 -0.022694 54.5272 -0.0225882 54.5273 -0.0224728 54.5274 -0.0223488 54.5274 -0.0222154 54.5275 -0.0220729 54.5276 -0.0219216 54.5277 -0.0217612 54.5278 -0.0215921 54.5278 -0.0214138 54.5279 -0.0212271 54.528 -0.0210317 54.5281 -0.0208277 54.5282 -0.0206153 54.5282 -0.0203938 54.5283 -0.0201646 54.5284 -0.0199275 54.5285 -0.0196816 54.5285 -0.0194278 54.5286 -0.0191661 54.5287 -0.0188964 54.5287 -0.0186191 54.5288 -0.0183342 54.5289 -0.0180416 54.5289 -0.0177418 54.529 -0.0174346 54.5291 -0.0171202 54.5291 -0.0167988 54.5292 -0.0164705 54.5293 -0.0161352 54.5293 -0.0157933 54.5294 -0.0154446 54.5294 -0.0150895 54.5295 -0.0147278 54.5296 -0.0143599 54.5296 -0.013986 54.5297 -0.013606 54.5297 -0.0132204 54.5298 -0.0128292 54.5298 -0.0124325 54.5299 -0.0120306 54.5299 -0.0116232 54.5299 -0.0112103 54.53 -0.0107913 54.53 -0.0103662 54.5301 -0.00993492 54.5301 -0.00949735 54.5301 -0.00905372 54.5302 -0.00860468 54.5302 -0.00814935 54.5302 -0.00768695 54.5302 -0.00721577 54.5303 -0.00673444 54.5303 -0.00624102 54.5303 -0.00573504 54.5303 -0.00521726 54.5303 -0.00469029 54.5303 -0.00414843 54.5303 -0.00359193 54.5303 -0.00303007 54.5303 -0.00246264 54.5303 -0.00191082 54.5303 -0.00136394 54.5303 -0.000903308 54.5067 -0.00113213 53.9777 -0.0013642 52.4699 -0.00130204 50.8089 -0.00105091 49.1671 -0.000627789 47.6061 46.1577 -0.00854144 54.5227 -0.00896419 54.5228 -0.00936419 54.5228 -0.00976634 54.5228 -0.0101595 54.5229 -0.0105517 54.5229 -0.0109367 54.5229 -0.0113226 54.523 -0.011696 54.523 -0.0120728 54.5231 -0.0124357 54.5231 -0.012791 54.5231 -0.013142 54.5232 -0.0134867 54.5232 -0.0138252 54.5233 -0.0141573 54.5233 -0.0144828 54.5234 -0.0148026 54.5234 -0.0151164 54.5235 -0.0154245 54.5235 -0.0157266 54.5236 -0.0160231 54.5237 -0.0163136 54.5237 -0.0165983 54.5238 -0.0168767 54.5238 -0.0171492 54.5239 -0.0174151 54.524 -0.0176746 54.524 -0.017927 54.5241 -0.0181727 54.5241 -0.018411 54.5242 -0.0186424 54.5243 -0.0188661 54.5243 -0.0190829 54.5244 -0.0192925 54.5245 -0.019495 54.5245 -0.0196895 54.5246 -0.0198761 54.5247 -0.0200541 54.5248 -0.0202238 54.5248 -0.0203847 54.5249 -0.0205373 54.525 -0.0206813 54.525 -0.0208172 54.5251 -0.0209447 54.5252 -0.0210641 54.5253 -0.0211752 54.5253 -0.021278 54.5254 -0.0213721 54.5255 -0.0214581 54.5256 -0.0215352 54.5256 -0.0216038 54.5257 -0.0216636 54.5258 -0.0217148 54.5259 -0.0217571 54.5259 -0.0217907 54.526 -0.0218157 54.5261 -0.021832 54.5262 -0.0218392 54.5263 -0.0218379 54.5263 -0.0218273 54.5264 -0.0218084 54.5265 -0.0217802 54.5266 -0.0217438 54.5266 -0.0216985 54.5267 -0.0216446 54.5268 -0.0215819 54.5269 -0.021511 54.5269 -0.0214308 54.527 -0.0213428 54.5271 -0.0212459 54.5272 -0.0211401 54.5272 -0.0210265 54.5273 -0.0209042 54.5274 -0.0207733 54.5275 -0.0206346 54.5275 -0.0204872 54.5276 -0.0203322 54.5277 -0.0201691 54.5278 -0.0199969 54.5278 -0.0198175 54.5279 -0.0196291 54.528 -0.0194338 54.528 -0.0192303 54.5281 -0.0190191 54.5282 -0.0188005 54.5282 -0.0185736 54.5283 -0.01834 54.5284 -0.0180979 54.5284 -0.0178492 54.5285 -0.0175929 54.5286 -0.0173293 54.5286 -0.0170583 54.5287 -0.0167805 54.5287 -0.0164953 54.5288 -0.0162034 54.5289 -0.0159042 54.5289 -0.0155986 54.529 -0.0152858 54.529 -0.0149667 54.5291 -0.0146406 54.5291 -0.0143085 54.5292 -0.0139696 54.5292 -0.0136248 54.5293 -0.0132734 54.5293 -0.0129162 54.5294 -0.0125525 54.5294 -0.0121831 54.5294 -0.0118072 54.5295 -0.0114256 54.5295 -0.0110375 54.5296 -0.0106441 54.5296 -0.0102448 54.5296 -0.00984089 54.5297 -0.00943166 54.5297 -0.00901812 54.5297 -0.00859906 54.5297 -0.00817495 54.5298 -0.00774474 54.5298 -0.00730885 54.5298 -0.00687527 54.5298 -0.00644105 54.5298 -0.00600906 54.5299 -0.00558051 54.5299 -0.00515689 54.5299 -0.00473939 54.5299 -0.00432534 54.5299 -0.00390817 54.5299 -0.00348166 54.5299 -0.00304999 54.5299 -0.00257603 54.5299 -0.0020994 54.5298 -0.00161061 54.5062 -0.00135227 53.9774 -0.00118203 52.4697 -0.000915005 50.8086 -0.000619152 49.1668 -0.000242482 47.6057 46.1574 -0.00741398 54.5231 -0.00777534 54.5232 -0.00814556 54.5232 -0.0085088 54.5232 -0.00886418 54.5232 -0.00921612 54.5233 -0.00955841 54.5233 -0.00989603 54.5233 -0.0102292 54.5234 -0.0105569 54.5234 -0.0108791 54.5234 -0.0112013 54.5235 -0.0115161 54.5235 -0.0118275 54.5236 -0.0121335 54.5236 -0.012435 54.5236 -0.012731 54.5237 -0.0130221 54.5237 -0.0133072 54.5238 -0.0135868 54.5238 -0.01386 54.5239 -0.0141276 54.5239 -0.0143885 54.524 -0.0146436 54.524 -0.014892 54.5241 -0.0151342 54.5241 -0.0153695 54.5242 -0.0155986 54.5242 -0.0158207 54.5243 -0.0160363 54.5244 -0.0162445 54.5244 -0.0164459 54.5245 -0.0166402 54.5245 -0.0168274 54.5246 -0.017007 54.5247 -0.0171801 54.5247 -0.0173472 54.5248 -0.0175082 54.5248 -0.0176631 54.5249 -0.0178116 54.525 -0.0179533 54.525 -0.0180881 54.5251 -0.0182156 54.5252 -0.018336 54.5252 -0.0184487 54.5253 -0.0185537 54.5254 -0.0186511 54.5254 -0.0187409 54.5255 -0.0188228 54.5256 -0.0188973 54.5256 -0.018964 54.5257 -0.0190232 54.5258 -0.0190746 54.5258 -0.0191184 54.5259 -0.0191546 54.526 -0.0191829 54.5261 -0.0192033 54.5261 -0.0192163 54.5262 -0.0192217 54.5263 -0.0192184 54.5263 -0.0192082 54.5264 -0.0191897 54.5265 -0.0191639 54.5265 -0.0191301 54.5266 -0.0190886 54.5267 -0.0190394 54.5267 -0.0189825 54.5268 -0.0189181 54.5269 -0.0188459 54.5269 -0.018766 54.527 -0.0186787 54.5271 -0.0185838 54.5272 -0.0184816 54.5272 -0.0183715 54.5273 -0.0182545 54.5274 -0.01813 54.5274 -0.0179982 54.5275 -0.0178586 54.5275 -0.0177124 54.5276 -0.0175589 54.5277 -0.0173988 54.5277 -0.0172309 54.5278 -0.017057 54.5279 -0.0168755 54.5279 -0.0166873 54.528 -0.0164926 54.528 -0.0162911 54.5281 -0.0160834 54.5282 -0.0158689 54.5282 -0.0156481 54.5283 -0.0154216 54.5283 -0.0151882 54.5284 -0.0149495 54.5284 -0.0147044 54.5285 -0.0144539 54.5285 -0.0141974 54.5286 -0.0139358 54.5286 -0.0136684 54.5287 -0.0133963 54.5287 -0.0131185 54.5288 -0.0128363 54.5288 -0.0125486 54.5289 -0.0122567 54.5289 -0.0119597 54.529 -0.0116586 54.529 -0.0113524 54.529 -0.0110424 54.5291 -0.0107276 54.5291 -0.0104093 54.5292 -0.0100865 54.5292 -0.00976058 54.5292 -0.00943028 54.5293 -0.00909707 54.5293 -0.00875957 54.5293 -0.00841901 54.5293 -0.00807499 54.5294 -0.00772888 54.5294 -0.00737971 54.5294 -0.00703 54.5294 -0.00668025 54.5295 -0.00632483 54.5295 -0.00596733 54.5295 -0.00560723 54.5295 -0.00524306 54.5295 -0.0048724 54.5295 -0.0044904 54.5295 -0.00409981 54.5295 -0.00371181 54.5295 -0.00331801 54.5295 -0.00293004 54.5295 -0.00255187 54.5295 -0.00214358 54.5294 -0.00176576 54.5058 -0.0012311 53.9769 -0.000834136 52.4694 -0.000560989 50.8083 -0.000339152 49.1665 -0.000258275 47.6056 46.1572 -0.00705988 54.5235 -0.00739798 54.5235 -0.00773367 54.5235 -0.00806918 54.5235 -0.00839382 54.5235 -0.00872303 54.5236 -0.00903885 54.5236 -0.00936048 54.5236 -0.00966843 54.5237 -0.00997942 54.5237 -0.0102826 54.5237 -0.0105827 54.5238 -0.0108797 54.5238 -0.0111711 54.5238 -0.0114579 54.5239 -0.0117397 54.5239 -0.0120172 54.524 -0.012289 54.524 -0.012556 54.524 -0.0128174 54.5241 -0.0130736 54.5241 -0.0133239 54.5242 -0.0135687 54.5242 -0.0138073 54.5243 -0.0140404 54.5243 -0.0142671 54.5244 -0.0144881 54.5244 -0.0147026 54.5245 -0.0149113 54.5245 -0.0151136 54.5246 -0.0153099 54.5246 -0.0154998 54.5247 -0.0156836 54.5247 -0.0158606 54.5248 -0.0160316 54.5248 -0.0161962 54.5249 -0.0163547 54.5249 -0.0165067 54.525 -0.0166524 54.5251 -0.0167915 54.5251 -0.0169243 54.5252 -0.0170504 54.5252 -0.0171702 54.5253 -0.0172829 54.5253 -0.0173892 54.5254 -0.0174883 54.5255 -0.0175807 54.5255 -0.017666 54.5256 -0.0177443 54.5256 -0.0178155 54.5257 -0.0178796 54.5258 -0.0179366 54.5258 -0.0179865 54.5259 -0.0180291 54.526 -0.0180646 54.526 -0.0180931 54.5261 -0.0181144 54.5261 -0.0181284 54.5262 -0.018135 54.5263 -0.0181349 54.5263 -0.0181274 54.5264 -0.0181125 54.5265 -0.0180906 54.5265 -0.0180615 54.5266 -0.0180252 54.5266 -0.017982 54.5267 -0.0179313 54.5268 -0.0178735 54.5268 -0.017809 54.5269 -0.0177369 54.5269 -0.0176578 54.527 -0.0175724 54.5271 -0.0174791 54.5271 -0.0173794 54.5272 -0.0172727 54.5272 -0.0171588 54.5273 -0.0170386 54.5274 -0.0169113 54.5274 -0.0167768 54.5275 -0.0166372 54.5275 -0.0164891 54.5276 -0.0163359 54.5276 -0.0161752 54.5277 -0.0160087 54.5278 -0.0158356 54.5278 -0.0156561 54.5279 -0.0154702 54.5279 -0.0152787 54.528 -0.0150806 54.528 -0.0148768 54.5281 -0.0146669 54.5281 -0.0144512 54.5282 -0.0142299 54.5282 -0.0140029 54.5283 -0.0137701 54.5283 -0.0135322 54.5284 -0.0132887 54.5284 -0.0130401 54.5284 -0.0127861 54.5285 -0.0125274 54.5285 -0.0122636 54.5286 -0.0119952 54.5286 -0.011722 54.5287 -0.0114445 54.5287 -0.0111626 54.5287 -0.0108769 54.5288 -0.010587 54.5288 -0.0102937 54.5288 -0.00999668 54.5289 -0.00969666 54.5289 -0.0093932 54.5289 -0.00908713 54.529 -0.00877808 54.529 -0.00846677 54.529 -0.00815306 54.529 -0.00783742 54.5291 -0.00751995 54.5291 -0.0072017 54.5291 -0.00688185 54.5291 -0.00656084 54.5291 -0.00623744 54.5291 -0.00591248 54.5292 -0.00558586 54.5292 -0.00525928 54.5292 -0.00493451 54.5292 -0.00461518 54.5292 -0.00430882 54.5292 -0.00402044 54.5292 -0.00375654 54.5292 -0.00350757 54.5293 -0.00330341 54.5293 -0.0031241 54.5292 -0.0028271 54.5055 -0.00151555 53.9756 -0.000435717 52.4683 2.43882e-005 50.8079 0.000209676 49.1664 5.50238e-005 47.6058 46.1572 -0.00607399 -0.00634122 -0.00663159 -0.00689075 -0.00718026 -0.00743545 -0.00771836 -0.00797227 -0.00824427 -0.00849762 -0.00875559 -0.00900732 -0.0092552 -0.00949842 -0.0097382 -0.00997332 -0.0102045 -0.0104311 -0.0106535 -0.0108712 -0.0110851 -0.0112941 -0.0114992 -0.0116997 -0.0118955 -0.0120866 -0.0122735 -0.0124561 -0.0126338 -0.0128066 -0.0129749 -0.0131385 -0.0132994 -0.0134517 -0.013599 -0.0137406 -0.0138793 -0.014009 -0.0141356 -0.0142533 -0.0143679 -0.0144737 -0.0145766 -0.0146709 -0.0147624 -0.0148453 -0.0149255 -0.0149942 -0.0150628 -0.0151228 -0.0151796 -0.0152306 -0.0152727 -0.0153118 -0.0153419 -0.0153688 -0.0153867 -0.0154016 -0.0154077 -0.0154107 -0.0154043 -0.0153922 -0.0153741 -0.0153529 -0.0153226 -0.0152893 -0.0152471 -0.0152019 -0.0151476 -0.0150906 -0.0150246 -0.0149557 -0.0148778 -0.0147973 -0.0147108 -0.014613 -0.0145147 -0.0144083 -0.0142993 -0.0141816 -0.014061 -0.0139325 -0.013801 -0.0136619 -0.01352 -0.0133695 -0.0132175 -0.013057 -0.0128916 -0.0127214 -0.0125486 -0.0123687 -0.0121865 -0.0119969 -0.0118056 -0.0116068 -0.0114064 -0.0111989 -0.0109899 -0.0107769 -0.0105567 -0.0103358 -0.0101051 -0.00987663 -0.00964164 -0.00940635 -0.00916482 -0.00892329 -0.00867581 -0.00842867 -0.00817601 -0.00792412 -0.00766734 -0.00741178 -0.00715174 -0.00689333 -0.00662805 -0.00636807 -0.00610501 -0.00584504 -0.005583 -0.00532554 -0.00506757 -0.00481593 -0.00456847 -0.00432284 -0.00408752 -0.0038478 -0.00361901 -0.00338356 -0.00312023 -0.00287603 -0.00247075 -0.00137175 -0.000435599 4.64798e-005 0.00021041 0.00023052 ) ; boundaryField { INLET { type calculated; value nonuniform List<scalar> 168 ( -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -39.923 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 -54.1402 ) ; } OUTLET { type calculated; value nonuniform List<scalar> 168 ( 32.6524 33.5132 34.4217 35.3669 36.3353 37.3096 38.2668 39.1694 39.9312 40.1934 40.2057 40.2057 40.2057 40.2057 40.2057 40.2057 40.2057 40.2057 40.2057 40.2057 40.2058 40.2058 40.2058 40.2058 40.2058 40.2058 40.2058 40.2058 40.2058 54.5237 54.5238 54.5238 54.5238 54.5238 54.5238 54.5239 54.5239 54.5239 54.524 54.524 54.524 54.5241 54.5241 54.5241 54.5242 54.5242 54.5242 54.5243 54.5243 54.5243 54.5244 54.5244 54.5245 54.5245 54.5246 54.5246 54.5246 54.5247 54.5247 54.5248 54.5248 54.5249 54.5249 54.525 54.525 54.5251 54.5251 54.5252 54.5252 54.5253 54.5253 54.5254 54.5254 54.5255 54.5255 54.5256 54.5257 54.5257 54.5258 54.5258 54.5259 54.5259 54.526 54.526 54.5261 54.5262 54.5262 54.5263 54.5263 54.5264 54.5264 54.5265 54.5266 54.5266 54.5267 54.5267 54.5268 54.5268 54.5269 54.5269 54.527 54.527 54.5271 54.5272 54.5272 54.5273 54.5273 54.5274 54.5274 54.5275 54.5275 54.5276 54.5276 54.5277 54.5277 54.5278 54.5278 54.5279 54.5279 54.5279 54.528 54.528 54.5281 54.5281 54.5282 54.5282 54.5282 54.5283 54.5283 54.5284 54.5284 54.5284 54.5285 54.5285 54.5285 54.5286 54.5286 54.5286 54.5286 54.5287 54.5287 54.5287 54.5287 54.5288 54.5288 54.5288 54.5288 54.5289 54.5289 54.5289 54.5289 54.5289 54.5289 54.529 54.529 54.529 54.529 54.529 54.529 54.529 54.529 54.5051 53.9745 52.4673 50.8074 49.1662 47.6057 46.1575 ) ; } WALL { type calculated; value uniform 0; } frontAndBackPlanes { type empty; value nonuniform 0(); } } // ************************************************************************* //
7e25a3a5cc10d39072a1df0af76c48454b585daf
935f6260ebc832092595381641ac733da183c731
/week10/officehours/traversal.cpp
6348c657b574c0627733962bcf50caa968f59ee5
[ "MIT" ]
permissive
jamesmtuck/ncstate_ece309_fall2020
5599c71a77749776338c1be83a05a2b289d4798a
b50b11c546f9d875c144191a30aed39a917c7a24
refs/heads/master
2023-01-05T05:08:32.647256
2020-10-29T21:47:31
2020-10-29T21:47:31
286,737,074
1
2
null
null
null
null
UTF-8
C++
false
false
1,076
cpp
#include <iostream> #include <string> class BTNode { public: BTNode(int d,BTNode *l=nullptr, BTNode *r=nullptr) :data(d), left(l), right(r) {} int data; BTNode *left; BTNode *right; }; void TreeTraversalHelper(BTNode *node, int tab=0) { std::string tabs(tab*3,' '); if(node==NULL) { std::cout << tabs << "got a null!" << std::endl; return; // base case, stop at NULL nodes } std::cout << tabs << "First arrived at node " << node->data << std::endl; std::cout << tabs << "Visit left side of " << node->data << std::endl; TreeTraversalHelper(node->left, tab+1); std::cout << tabs << "Visit: " << node->data << std::endl; std::cout << tabs << "Visit right side of " << node->data << std::endl; TreeTraversalHelper(node->right, tab+1); std::cout << tabs << "Done with " << node->data << std::endl; } int main() { BTNode *root = new BTNode(100, new BTNode(25), new BTNode(150, new BTNode(125))); TreeTraversalHelper(root); std::cout << std::endl << "End of program." << std::endl; return 0; }
058a1c3bd9132321cc583095fe500db09c196327
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/content/browser/security_exploit_browsertest.cc
fc648f0000f43757f7fcbaa7d7aa0b3048c96793
[ "BSD-3-Clause", "MIT" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
7,689
cc
// Copyright (c) 2013 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 "base/command_line.h" #include "base/containers/hash_tables.h" #include "content/browser/dom_storage/dom_storage_context_wrapper.h" #include "content/browser/dom_storage/session_storage_namespace_impl.h" #include "content/browser/renderer_host/render_view_host_factory.h" #include "content/browser/renderer_host/render_view_host_impl.h" #include "content/browser/web_contents/web_contents_impl.h" #include "content/common/view_messages.h" #include "content/public/browser/browser_context.h" #include "content/public/browser/notification_service.h" #include "content/public/browser/notification_types.h" #include "content/public/browser/storage_partition.h" #include "content/public/common/content_switches.h" #include "content/public/test/browser_test_utils.h" #include "content/public/test/test_utils.h" #include "content/shell/browser/shell.h" #include "content/test/content_browser_test.h" #include "content/test/content_browser_test_utils.h" namespace content { namespace { // This is a helper function for the tests which attempt to create a // duplicate RenderViewHost or RenderWidgetHost. It tries to create two objects // with the same process and routing ids, which causes a collision. // It creates a couple of windows in process 1, which causes a few routing ids // to be allocated. Then a cross-process navigation is initiated, which causes a // new process 2 to be created and have a pending RenderViewHost for it. The // routing id of the RenderViewHost which is target for a duplicate is set // into |target_routing_id| and the pending RenderViewHost which is used for // the attempt is the return value. RenderViewHostImpl* PrepareToDuplicateHosts(Shell* shell, int* target_routing_id) { GURL foo("http://foo.com/files/simple_page.html"); // Start off with initial navigation, so we get the first process allocated. NavigateToURL(shell, foo); // Open another window, so we generate some more routing ids. ShellAddedObserver shell2_observer; EXPECT_TRUE(ExecuteScript( shell->web_contents(), "window.open(document.URL + '#2');")); Shell* shell2 = shell2_observer.GetShell(); // The new window must be in the same process, but have a new routing id. EXPECT_EQ(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(), shell2->web_contents()->GetRenderViewHost()->GetProcess()->GetID()); *target_routing_id = shell2->web_contents()->GetRenderViewHost()->GetRoutingID(); EXPECT_NE(*target_routing_id, shell->web_contents()->GetRenderViewHost()->GetRoutingID()); // Now, simulate a link click coming from the renderer. GURL extension_url("https://bar.com/files/simple_page.html"); WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell->web_contents()); wc->RequestOpenURL( shell->web_contents()->GetRenderViewHost(), extension_url, Referrer(), CURRENT_TAB, wc->GetFrameTree()->root()->frame_id(), false, true); // Since the navigation above requires a cross-process swap, there will be a // pending RenderViewHost. Ensure it exists and is in a different process // than the initial page. RenderViewHostImpl* pending_rvh = wc->GetRenderManagerForTesting()->pending_render_view_host(); EXPECT_TRUE(pending_rvh != NULL); EXPECT_NE(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(), pending_rvh->GetProcess()->GetID()); return pending_rvh; } } // namespace // The goal of these tests will be to "simulate" exploited renderer processes, // which can send arbitrary IPC messages and confuse browser process internal // state, leading to security bugs. We are trying to verify that the browser // doesn't perform any dangerous operations in such cases. class SecurityExploitBrowserTest : public ContentBrowserTest { public: SecurityExploitBrowserTest() {} virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { ASSERT_TRUE(test_server()->Start()); // Add a host resolver rule to map all outgoing requests to the test server. // This allows us to use "real" hostnames in URLs, which we can use to // create arbitrary SiteInstances. command_line->AppendSwitchASCII( switches::kHostResolverRules, "MAP * " + test_server()->host_port_pair().ToString() + ",EXCLUDE localhost"); } }; // Ensure that we kill the renderer process if we try to give it WebUI // properties and it doesn't have enabled WebUI bindings. IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest, SetWebUIProperty) { GURL foo("http://foo.com/files/simple_page.html"); NavigateToURL(shell(), foo); EXPECT_EQ(0, shell()->web_contents()->GetRenderViewHost()->GetEnabledBindings()); content::WindowedNotificationObserver terminated( content::NOTIFICATION_RENDERER_PROCESS_CLOSED, content::NotificationService::AllSources()); shell()->web_contents()->GetRenderViewHost()->SetWebUIProperty( "toolkit", "views"); terminated.Wait(); } // This is a test for crbug.com/312016 attempting to create duplicate // RenderViewHosts. SetupForDuplicateHosts sets up this test case and leaves // it in a state with pending RenderViewHost. Before the commit of the new // pending RenderViewHost, this test case creates a new window through the new // process. IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest, AttemptDuplicateRenderViewHost) { int duplicate_routing_id = MSG_ROUTING_NONE; RenderViewHostImpl* pending_rvh = PrepareToDuplicateHosts(shell(), &duplicate_routing_id); EXPECT_NE(MSG_ROUTING_NONE, duplicate_routing_id); // Since this test executes on the UI thread and hopping threads might cause // different timing in the test, let's simulate a CreateNewWindow call coming // from the IO thread. ViewHostMsg_CreateWindow_Params params; DOMStorageContextWrapper* dom_storage_context = static_cast<DOMStorageContextWrapper*>( BrowserContext::GetStoragePartition( shell()->web_contents()->GetBrowserContext(), pending_rvh->GetSiteInstance())->GetDOMStorageContext()); scoped_refptr<SessionStorageNamespaceImpl> session_storage( new SessionStorageNamespaceImpl(dom_storage_context)); // Cause a deliberate collision in routing ids. int main_frame_routing_id = duplicate_routing_id + 1; pending_rvh->CreateNewWindow( duplicate_routing_id, main_frame_routing_id, params, session_storage); // If the above operation doesn't cause a crash, the test has succeeded! } // This is a test for crbug.com/312016. It tries to create two RenderWidgetHosts // with the same process and routing ids, which causes a collision. It is almost // identical to the AttemptDuplicateRenderViewHost test case. IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest, AttemptDuplicateRenderWidgetHost) { int duplicate_routing_id = MSG_ROUTING_NONE; RenderViewHostImpl* pending_rvh = PrepareToDuplicateHosts(shell(), &duplicate_routing_id); EXPECT_NE(MSG_ROUTING_NONE, duplicate_routing_id); // Since this test executes on the UI thread and hopping threads might cause // different timing in the test, let's simulate a CreateNewWidget call coming // from the IO thread. Use the existing window routing id to cause a // deliberate collision. pending_rvh->CreateNewWidget(duplicate_routing_id, blink::WebPopupTypeSelect); // If the above operation doesn't crash, the test has succeeded! } } // namespace content
97f6577a5c20da9b1c95c47c213e5239f30926e5
05710bec24f17465e08704d9d155e0b01c24e2a1
/SerialPrintNumbers/SerialPrintNumbers.ino
4e27ea9c581cff3280632026ae2b860f3fb26432
[]
no_license
mirao/arduino
f037eca12d4dc4497bf7d5ad7948069098b9511f
86ce62e8401d47ffc1728ea02ee931db4ce46a25
refs/heads/master
2020-03-22T14:39:56.385270
2018-07-22T20:15:19
2018-07-22T20:15:19
140,195,692
0
0
null
null
null
null
UTF-8
C++
false
false
644
ino
/* Receives numbers from serial line and prints them E.g.: * Send this text to serial port: 2;3 560;01 * Output: Buffer: 10 bytes Received number: 2 Buffer: 9 bytes Received number: 3560 Buffer: 3 bytes Received number: 1 Buffer: 0 bytes */ void setup(){ Serial.begin(9600); Serial.println("Starting communication"); } void loop(){ Serial.print("Buffer: "); Serial.print(Serial.available()); Serial.println(" bytes"); if (Serial.available() > 0) { Serial.print("Received number: "); Serial.println(Serial.parseInt(SKIP_ALL, ' ')); // Space is thousand delimiter } delay(1000); }
ec9b057bdaab7c2da03f854afcea19ccdb8cdaff
e944164a8ccd0441425ef8fc744bb2ef54832491
/components/router/router_socket.cpp
3f40b927c509604975b0558fd4627d5fa8ee9963
[]
no_license
AndrewGi/EroMeshRouter
2febec2180bdd745b59b087d8a658336ee1b3ffb
7fc3c7c164015013a7d131ed1b3a7fbedad4477d
refs/heads/master
2020-05-28T06:15:19.933486
2019-07-24T00:21:08
2019-07-24T00:21:08
188,905,495
0
0
null
null
null
null
UTF-8
C++
false
false
1,801
cpp
#include "router_socket.hpp" #include "esp_tls.h" #include "esp_log.h" //#include "ca_cert.h" static const char* TAG = "router_socket"; static esp_tls* _tls = nullptr; extern const uint8_t _ca_cert_start[] asm("_binary_dev_ca_certificate_crt_start"); extern const uint8_t _ca_cert_end[] asm("_binary_dev_ca_certificate_crt_end"); ero::router::error_t ero::router::socket::connect() { disconnect(); _tls = esp_tls_init(); esp_tls_cfg_t cfg {}; cfg.non_block = false; cfg.use_global_ca_store = false; cfg.cacert_pem_buf = _ca_cert_start; cfg.cacert_pem_bytes = _ca_cert_end - _ca_cert_start; esp_err_t err = esp_tls_conn_new_sync(HOSTNAME, sizeof(HOSTNAME), PORT, &cfg, _tls); if (err!=1) { ESP_LOGE(TAG, "new tls connection error %d", err); return error_t::CONNECTION_ERROR; } return error_t::OK; } ero::router::error_t ero::router::socket::send(const uint8_t *bytes, uint16_t amount) { esp_err_t err = esp_tls_conn_write(_tls, bytes, amount); if (err!=ESP_OK) { ESP_LOGE(TAG, "new tls send error %d", err); return error_t::TLS_ERROR; } return error_t::OK; } ero::router::error_t ero::router::socket::read(uint8_t *bytes, uint16_t amount, bool timeout) { TickType_t expire_tick = timeout?xTaskGetTickCount():0; while(esp_tls_get_bytes_avail(_tls)<amount) { vTaskDelay(pdMS_TO_TICKS(25)); if (timeout && xTaskGetTickCount()>expire_tick) { ESP_LOGW(TAG, "read timeout"); return error_t::TIMEOUT; } } auto amount_read = esp_tls_conn_read(_tls, bytes, amount); if (amount_read!=amount) { ESP_LOGW(TAG, "read error %d", amount_read); return error_t::CONNECTION_ERROR; } return error_t::OK; } ero::router::error_t ero::router::socket::disconnect() { if (_tls==nullptr) return error_t::OK; esp_tls_conn_delete(_tls); _tls = nullptr; return error_t::OK; }
b7bd0a0a01abe518422bcd9183bd6dfec62bb8e5
fa503ace0e7ac68e6592fbf2bd2331e083fde7c5
/test/alice2/dem.cpp
c57a757c1f69f29b4faf3fce8a15d1212d26f89e
[ "Apache-2.0" ]
permissive
invokr/alice2
0599876360f8795856fa450ddb38fba3dcc4908a
76141ccbc834cc3fb34ad9918e2d56b9f054c8c6
refs/heads/master
2016-09-05T22:33:47.984771
2015-03-26T15:16:54
2015-03-26T15:16:54
31,846,385
2
0
null
null
null
null
UTF-8
C++
false
false
2,220
cpp
/** * @file dem.cpp * @author Robin Dietrich <me (at) invokr (dot) org> * @version 1.0 * * @par License * Alice Replay Parser * Copyright 2014-2015 Robin Dietrich * * 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. */ #include <cstdint> #include <cstddef> #include <cstring> #include <catch.hpp> // Make sure we are testing the version under src/ #include "../../../src/alice2/dem.hpp" using namespace alice; TEST_CASE( "dem_packet", "[util/dem.hpp]" ) { char data[] = "IAmTheData"; // Create a dem packet dem_packet p; p.tick = 123; p.type = 4; p.size = 10; p.data = &data[0]; char* buf = new char[1024]; auto bytes_written = dem_packet::to_buffer(p, buf, 1024); buf[bytes_written] = '\0'; REQUIRE(bytes_written == 13); // 1 bytes for tick, type and size, 10 bytes for data dem_packet p2; auto bytes_read = dem_packet::from_buffer(p2, buf, 1024, true); REQUIRE(p2.tick == p.tick); REQUIRE(p2.type == p.type); REQUIRE(p2.size == p.size); REQUIRE(*p2.data == *p.data); // just make sure it points to the same memory REQUIRE(bytes_read == bytes_written); REQUIRE(p2.tick == 123); REQUIRE(p2.type == 4); REQUIRE(p2.size == 10); // let's try compression / decompression dem_packet::compress(p2); dem_packet::uncompress(p2, buf, 1024); // only the raw data is in the buffer this time, obviously // we just add the terminator so strcmp works. If the buffer contains garbage, a match will be // unlikely anyway buf[10] = '\0'; REQUIRE(p2.tick == 123); REQUIRE(p2.type == 4); REQUIRE(p2.size == 10); REQUIRE(strcmp(p2.data, &data[0]) == 0); }
6794bb132b3fef68a41a01f1c6c8471708730bea
c6f909e4c6b5c8ae25cda71b538ab21a3361ab95
/2.5.cpp
d8998296c9603a5515552d4db8c3028e5b55046f
[]
no_license
raygolden/cracking-the-coding-interview
565ee9122d919a52088ebe7c643fcc98fc6b8017
eb32aaa94c8aca9f539682147d461a5946a37759
refs/heads/master
2020-12-25T04:01:18.322230
2014-02-12T21:05:27
2014-02-12T21:05:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,294
cpp
#include <iostream> #include <map> using namespace std; typedef struct node{ int data; node *next; }node; node* init(int a[], int n, int m){ node *head, *p, *q; for(int i=0; i<n; ++i){ node *nd = new node(); nd->data = a[i]; if(i==m) q = nd; if(i==0){ head = p = nd; continue; } p->next = nd; p = nd; } p->next = q; return head; } node* loopstart(node *head){ if(head==NULL) return NULL; node *fast = head, *slow = head; while(fast->next!=NULL){ fast = fast->next->next; slow = slow->next; if(fast==slow) break; } if(fast->next==NULL) return NULL; slow = head; while(fast!=slow){ fast = fast->next; slow = slow->next; } return fast; } map<node*, bool> hash; node* loopstart1(node *head){ while(head){ if(hash[head]) return head; else{ hash[head] = true; head = head->next; } } return head; } int main(){ int n = 10, m = 9;// m<n int a[] = { 3, 2, 1, 3, 5, 6, 2, 6, 3, 1 }; node *head = init(a, n, m); //node *p = loopstart(head); node *p = loopstart1(head); if(p) cout<<p->data<<endl; return 0; }
9b7fb748ea1f5d1a7f1c5ff1b9d011c2f809dae4
3d80a3ff1e7cdf37739572708dfb5800ae64785c
/cryptominisat/breakid/src/bliss/defs.cc
a9d6f2459abaa50b3d326d7d53040c763d04c5fb
[]
no_license
zeta1999/cryptominisat-satcomp2020
f1ddf60d66be653f35abc1f2ad1664b86ac05b86
f515bce866c53b83925bf095493e54ce68f85bc0
refs/heads/master
2022-08-19T21:38:19.511085
2020-05-21T11:20:05
2020-05-21T11:20:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,056
cc
#include "defs.hh" #include <cstdio> #include <cstdlib> /* Copyright (c) 2003-2015 Tommi Junttila Released under the GNU Lesser General Public License version 3. This file is part of bliss. bliss is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. bliss 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with bliss. If not, see <http://www.gnu.org/licenses/>. */ namespace bliss { void fatal_error(const char* fmt, ...) { va_list ap; va_start(ap, fmt); fprintf(stderr, "Bliss fatal error: "); vfprintf(stderr, fmt, ap); fprintf(stderr, "\nAborting!\n"); va_end(ap); exit(1); } } // namespace bliss
70838af270f3e7a7364ab52ba1a4392c3a8c4351
f80d18fdbea18369a1a8965c216a50819a346687
/LeetCode/AddTwoNumbers.cpp
195cf7ec923b91256c5e9fea279a6d4f75b48cfd
[]
no_license
zjmoo123/LeetCode
45cecfe6b293fbb9eaf927b2da8b82a04b2d7ff3
e9529c784e512cb61d61420377dd324a0c9b414a
refs/heads/master
2021-01-19T02:51:55.864927
2017-04-06T05:03:16
2017-04-06T05:03:16
87,299,485
1
0
null
null
null
null
UTF-8
C++
false
false
2,058
cpp
#include "stdafx.h" #include "AddTwoNumbers.h" AddTwoNumbers::AddTwoNumbers() { } AddTwoNumbers::~AddTwoNumbers() { } ListNode* AddTwoNumbers::addTwoNumbers(ListNode* l1, ListNode* l2) { ListNode* head =new ListNode(0); ListNode* list = head; while (l1 != nullptr && l2 !=nullptr) { int tempNum = l1->val + l2->val; if (tempNum<10) { ListNode* p = new ListNode(tempNum); list->next = p; list = p; } else if (tempNum>=10) { ListNode* p = new ListNode(tempNum%10); list->next = p; list = p; if (l1->next==nullptr) { if (l2->next==nullptr) { ListNode* p = new ListNode(1); list->next = p; list = p; } else { ListNode* temp = l2->next; temp->val++; while (temp->next) { if (temp->val>=10) { temp->val = temp->val % 10; temp->next->val++; } temp = temp->next; } if (temp->val>=10) { ListNode* p = new ListNode(1); temp->next = p; temp->val = temp->val % 10; } } } else { ListNode* temp = l1->next; temp->val++; while (temp->next) { if (temp->val >= 10) { temp->val = temp->val % 10; temp->next->val++; } temp = temp->next; } if (temp->val >= 10) { ListNode* p = new ListNode(1); temp->next = p; temp->val = temp->val % 10; } } } l1 = l1->next; l2 = l2->next; } if (l1==nullptr) { if (l2!=nullptr) { ListNode* p = l2; list->next = p; } } else { if (l2==nullptr) { ListNode* p = l1; list->next = p; } } return head->next; } ListNode* AddTwoNumbers::Answer(ListNode* l1, ListNode* l2) { ListNode* sentienl = new ListNode(0); ListNode* d = sentienl; int sum = 0; while (l1 || l2) { sum /= 10; if (l1!=nullptr) { sum += l1->val; l1 = l1->next; } if (l2!=nullptr) { sum += l2->val; l2 = l2->next; } d->next = new ListNode(sum % 10); d = d->next; } if (sum/10==1) { d->next = new ListNode(1); } return sentienl->next; }
bae4e074afb8e7b804d80c0bb47f14b8840f9f49
ac8107be8fe2652528a550eb49d6b6c5ce8580d0
/FM-QtTextStats_high_coupling/main.cpp
6ea55225a500b82c8f20184591e8a49a313f0d8b
[]
no_license
ahaggi/CPP-using-QT
cb2c1eecc765925914a0266d1436b33d32b12852
a4e96d8b0a2fa97fcbee44f7d936805eb08ca803
refs/heads/master
2022-09-24T15:20:34.163740
2020-06-06T03:48:03
2020-06-06T03:48:03
269,845,121
0
0
null
null
null
null
UTF-8
C++
false
false
1,186
cpp
// Eksempel på arkitektur - Høy kobling mellom lag // // Dette programmet analyserer teksten en skriver inn i en tekstboks, og // teller og lister opp hvor ofte de forskjellige ordene i teksten forekommer. // // Dette er et eksempel med HØY kobling mellom lagene // // Programmets lagstruktur: // // +-------------------------------------------------+ // | | // | GUI (TextStatsWidget) | // | | // +-------------------------------------------------+ // | // | // \ / // +-------------------------------------------------+ // | | // | Tekst analyse (textStats) | // | | // +-------------------------------------------------+ #include "textstatswidget.h" #include <QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); TextStatsWidget w; w.show(); w.setWindowTitle("Tekst statistikk eksempel - Høy kobling"); return a.exec(); }
61eb59b13997efb85a877806a5561782b4a32527
ffe38360de1fe09f93060c41b13ce14af3dc7283
/a4/q1printer.cc
0add36ffe13929b17be11ef913cf8b37c189799e
[]
no_license
YandongZhu/CS-343
669ff4fed0d886c9b768f713f3684363f0c7870e
256e04a5454cb043bc859e036a6cfd03f64d40b8
refs/heads/master
2020-03-08T17:26:07.375265
2018-04-05T21:52:37
2018-04-05T21:52:37
128,268,153
1
7
null
null
null
null
UTF-8
C++
false
false
5,969
cc
//-------------------------------------------------------------------------------------------------------------------- // Inplementation for the class printer //-------------------------------------------------------------------------------------------------------------------- #include <iostream> #include "q1printer.h" using namespace std; //-------------------------------------------------------------------------------------------------------------------- // Printer::Printer: Constructor for class printer //-------------------------------------------------------------------------------------------------------------------- Printer::Printer( unsigned int voters ): voters( voters ) { voterState = new VoterState[voters]; for ( unsigned int i = 0; i < voters; ++i ) { // print for all voter num at the beginning if ( i ) { // print the interval between voters cout << "\t"; } // if cout << "V" << i; } // for cout << endl; for ( unsigned int i = 0; i < voters; ++i ) { // print the seperation between name and detail if ( i ) { // print the interval between voters cout << " "; } // if cout << "*******"; } // for cout << endl; for ( unsigned int i = 0; i < voters; ++i ) { // init the value for field voterState[i].data = false; voterState[i].blockNum = 0; } // for } // Printer::Printer //-------------------------------------------------------------------------------------------------------------------- // Printer::~Printer: Destructor for class printer //-------------------------------------------------------------------------------------------------------------------- Printer::~Printer() { flush(); cout << "***************** " << endl << "All tours started" << endl; delete [] voterState; } // Printer::~Printer //-------------------------------------------------------------------------------------------------------------------- // void Printer::printBallot: print the infomation when pass in a TallyVotes::Ballot structure //-------------------------------------------------------------------------------------------------------------------- void Printer::printBallot( TallyVotes::Ballot curBallot ) { cout << " " << curBallot.picture << "," << curBallot.statue << "," << curBallot.giftshop; } // Printer::printBallot //-------------------------------------------------------------------------------------------------------------------- // void Printer::flush: when a voter reaches the next statue, print the current statue // immediately and start storing the infomation for the next statue //-------------------------------------------------------------------------------------------------------------------- void Printer::flush () { for ( unsigned int i = 0; i < voters; ++i ) { // print current states if ( i ) { // print the tabs cout << "\t"; } // if if ( voterState[i].data ) { // if there is data in the voters cout << ( char ) voterState[i].curState; if ( voterState[i].curState == Voter::Vote ) { printBallot( voterState[i].voteResult ); } else if ( voterState[i].curState == Voter::Block || voterState[i].curState == Voter::Unblock ) { cout << " " << voterState[i].blockNum; } else if ( voterState[i].curState == Voter::Finished ) { cout << " " << ( char )voterState[i].destination; } } // if voterState[i].data = false; } // for cout << endl; } // Printer::flush //-------------------------------------------------------------------------------------------------------------------- // void Printer::print: the basic type for print which only record the voter's current statue //-------------------------------------------------------------------------------------------------------------------- void Printer::print ( unsigned int id, Voter::States state ) { if ( voterState[id].data ) { // if the current voter already has data flush(); } // if voterState[id].curState = state; voterState[id].data = true; } // Printer::print //-------------------------------------------------------------------------------------------------------------------- // void Printer::print: the basic type for print which when voter determine where should go( TallyVotes::Tour ) //-------------------------------------------------------------------------------------------------------------------- void Printer::print ( unsigned int id, Voter::States state, TallyVotes::Tour tour ) { if ( voterState[id].data ) { // if the current voter already has data flush(); } // if voterState[id].curState = state; voterState[id].destination = tour; voterState[id].data = true; } // Printer::print //-------------------------------------------------------------------------------------------------------------------- // void Printer::print: the basic type for print which when voter determine there ballot //-------------------------------------------------------------------------------------------------------------------- void Printer::print ( unsigned int id, Voter::States state, TallyVotes::Ballot ballot ) { if ( voterState[id].data ) { // if the current voter already has data flush(); } // if voterState[id].curState = state; voterState[id].voteResult = ballot; voterState[id].data = true; } // Printer::print //-------------------------------------------------------------------------------------------------------------------- // void Printer::print: the basic type for print which when voter need to know how many voters does he blocked //-------------------------------------------------------------------------------------------------------------------- void Printer::print ( unsigned int id, Voter::States state, unsigned int numBlocked ) { if ( voterState[id].data ) { // if the current voter already has data flush(); } // if voterState[id].curState = state; voterState[id].blockNum = numBlocked; voterState[id].data = true; } // Printer::print
29237df0f09b8707ae8a44775bc0c7c039be982a
832c45ae5979dbcf4e07bc3b096e076d4d2d83e7
/20171014/GottaCatchEmAll.cpp
c9d46c95f8568ff520f04162d12ad332cecd46fc
[]
no_license
personaluser01/Algorithm-problems
9e62da04724a6f4a71c10d0d3f0459bc926da594
9e2ad4571660711cdbed0402969d0cb74d6e4792
refs/heads/master
2021-01-03T12:08:55.749408
2018-10-13T10:59:02
2018-10-13T10:59:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
910
cpp
#include <bits/stdc++.h> using namespace std; int F[222][222]; int a[222][222]; int n,m; bool test(int val) { F[1][1] = val; for(int i = 1; i <= n; i++) for(int j = 1; j <= m; j++) if(i!=1 || j!=1) { F[i][j] = max(F[i-1][j],F[i][j-1]) + a[i][j]; if(F[i][j] <= 0) F[i][j] = -(1<<30); } return F[n][m] > 0; } int main() { ios_base::sync_with_stdio(false); memset(F, 0b10111011, sizeof F); cin >> n >> m; for(int i = 1; i <= n; i++) for(int j = 1; j <= m; j++) { cin >> a[i][j]; } int low = 1; int hig = 1<<29; int ans = 1<<29; while(low <= hig) { int mid = (low + hig)/2; if(test(mid)) { ans = mid; hig = mid - 1; } else { low = mid + 1; } } cout << ans << endl; return 0; }
d25d2b8460f9fc5b9574681bae0aec29ff6959f9
63ceee40730bd5b6193f01ba440773832bdb559c
/H34086149_hw13/H34086149_hw13_2.cpp
9a4d15b28357b6c5c1a7ad197b9fa2141a5271eb
[]
no_license
visitorckw/computer-science
426160287448ae1a34aeff1d53af56c0c8321a3d
a0faa0997dd5e682bd38990aced175ca609c55e3
refs/heads/master
2023-06-11T16:14:22.062297
2021-07-09T19:05:16
2021-07-09T19:05:16
384,527,233
0
0
null
null
null
null
UTF-8
C++
false
false
976
cpp
//============================================================================ // Name : H34086149_hw13_2.cpp // Author : mr.NTD // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #include <iostream> #define arraySize 100 using namespace std; unsigned int linearSearch(const int [], const int, const unsigned int); int main() { int arr[arraySize]; int searchKey; for(int i = 0; i < arraySize; i++) arr[i] = (i << 1); cin >> searchKey; const int element = linearSearch(arr, searchKey, 0); if(element != -1) cout << "Found value in element " << element << '\n'; else cout << "Value not found\n"; return 0; } unsigned int linearSearch(const int arr[],const int key, const unsigned int index) { if(index >= arraySize) return -1; if(arr[index] == key) return index; return linearSearch(arr, key, index + 1); }
8e844f7094d6408ea3ff0a61d57a5eb6baa514c0
ba6029ab6b9e1511ce447a223b08df864ee1f6a5
/test/app-plugin/lib/tap-messages.cpp
9c98ecb8fe75d1337e98b227b6899bff9c5fe21b
[ "MIT", "CC-BY-4.0" ]
permissive
iboB/dynamix
a47d3d822860a74ea2156f584a5ebdc3f76292e3
d69e989ddb0913a6fe7a17ed2b7cb303671c4b42
refs/heads/master
2023-05-05T21:01:05.967634
2023-04-26T04:16:16
2023-04-26T04:16:16
61,472,488
680
57
MIT
2023-04-23T03:31:23
2016-06-19T09:11:56
C++
UTF-8
C++
false
false
696
cpp
// Copyright (c) Borislav Stanimirov // SPDX-License-Identifier: MIT // #include "tap-messages.hpp" #include "tap-messages-traits.hpp" #include "tap-object.hpp" #include <dynamix/msg/define_msg.hpp> namespace tap { DYNAMIX_DEFINE_SIMPLE_MSG(simple_uni, unicast); namespace { std::string work_default(const object&, char c) { std::string ret = "working with "; ret += c; return ret; } } DYNAMIX_DEFINE_MSG_EX(work_msg, unicast, true, work_default, work, std::string, (const object&, char)); DYNAMIX_DEFINE_MSG(set_target_msg, unicast, set_target, void, (object&, std::string_view)); DYNAMIX_DEFINE_MSG(dump_msg, multicast, dump, void, (const object&, std::vector<std::string>&)); }
6d8ff22e59ac2117d2c67e4ccd859078f22ae048
8ff8f92512dcfc5e53d98898b8740e3504a4b667
/motionDetection.cpp
17313a445e6dd274f1111b0e52634bb9235afb21
[]
no_license
Smellen/RaspberrySpi
6e777682cfc649544013eaa648df96b8e647fb85
f8cf9aad4bcfea4b1c6dc1527c75543952692623
refs/heads/master
2021-01-01T18:23:41.029534
2019-01-31T11:43:07
2019-01-31T11:43:07
19,049,514
0
0
null
null
null
null
UTF-8
C++
false
false
3,215
cpp
/* Ellen Burke Raspberry Spi - Motion Detection */ #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc_c.h" #include "opencv2/imgproc/imgproc.hpp" #include <stdio.h> #include <iostream> #include <string> #include <ctime> /* filePath - When motion is detected it will be stored in this path. THe format is monthDay_Hour.Minute.Second.png differencePath - Where the difference image is going to be stored. */ #define filePath "/var/www/RaspberrySpi/photos/motionPictures/%m%d_%H.%M.%S.png" #define differencePath "/var/www/RaspberrySpi/photos/motionPictures/difference.png" using namespace std; using namespace cv; int main(){ /* Initialize camera and check to see if it has opened. If camera doesn't open program ends because no motion can be detected. If the camera is set up successfully the width and height are set. Default width and height are 320x240. */ VideoCapture cap(-1); if (!cap.isOpened()){ return 0; } cap.set(CV_CAP_PROP_FRAME_WIDTH, 320); cap.set(CV_CAP_PROP_FRAME_HEIGHT, 240); /* All variables that will be used later in the code are initialized here. whiteCount - Where white pixel count will be stored. frameCount, nextFrameCount - Used to tell how many frames have been read in. now - Used when finding the current localtime. time_data - File path where motion images will be saved. It will contain the path but with a timestamp. */ Mat difference, frame, prevFrame, currFrame, nextFrame; int whiteCount; int frameCount=0, nextFrameCount = 0; time_t now; char time_data[256]; time_data[0] = '\0'; /* Not every frame is used for comparison to avoid killing the raspberry. 5 frames are read in and the last is used. Then another 4 frames read in and that will also be used. */ while(true){ cap >> frame; frame.copyTo(prevFrame); frameCount++; if(frameCount == 3){ now = time(0); while( nextFrameCount != 3 ){ cap >> frame; frame.copyTo(currFrame); nextFrameCount++; } /* Motion Detection For detecting whether motion has occured the absolute difference (absdiff()) method is used. This method will take in two images and subtract them from each other creating a new one. This RGB image is then converted to greyscale. All white pixels represent the differences in the images. Using the greyscale image all white pixels are couted. If the white pixel count is above a count of 1000 then motion has been deteced. The two images passed into absdiff() are then both saved for the RaspberrySpi user to see. */ absdiff(currFrame, prevFrame, difference); cvtColor(difference, difference, CV_BGR2GRAY); threshold(difference, difference, 30, 255, CV_THRESH_BINARY); whiteCount = cv::countNonZero(difference == 255); if(whiteCount >= 1000){ /*Save greyscale difference image*/ imwrite (differencePath, difference); /*Save the first image*/ strftime (time_data, 256, filePath, localtime(&now)); imwrite (time_data, prevFrame ); /*Save the second image*/ now = time(0); strftime (time_data, 256, filePath, localtime(&now)); imwrite (time_data, currFrame ); } /*Reset both counts for next two images*/ frameCount = 0; nextFrameCount = 0; } } return 0; }
8d429003af788e129f683bc97b2bd1577635dfd6
716ef048f7e51ae9ab1e7528486c4f4a56f6756f
/K9-Core/libs/spdlog/tests/test_mpmc_q.cpp
f288ec3884f239f308aff3060af07dac0ed46ecf
[ "BSL-1.0", "MIT" ]
permissive
SimoAngelov/K9
329323cd969d202e5da77f33181e67763c0331c0
b84365a86a4089b23f208363b63a4a23f3403072
refs/heads/main
2023-05-24T09:59:59.309803
2021-06-19T08:58:39
2021-06-19T08:58:39
364,599,911
0
0
null
null
null
null
UTF-8
C++
false
false
2,937
cpp
#include "includes.h" using namespace std::chrono; using std::chrono::milliseconds; using test_clock = std::chrono::high_resolution_clock; static milliseconds millis_from(const test_clock::time_point &tp0) { return std::chrono::duration_cast<milliseconds>(test_clock::now() - tp0); } TEST_CASE("dequeue-empty-nowait", "[mpmc_blocking_q]") { size_t q_size = 100; milliseconds tolerance_wait(10); spdlog::details::mpmc_blocking_queue<int> q(q_size); int popped_item; auto start = test_clock::now(); auto rv = q.dequeue_for(popped_item, milliseconds::zero()); auto delta_ms = millis_from(start); REQUIRE(rv == false); INFO("Delta " << delta_ms.count() << " millis"); REQUIRE(delta_ms <= tolerance_wait); } TEST_CASE("dequeue-empty-wait", "[mpmc_blocking_q]") { size_t q_size = 100; milliseconds wait_ms(250); milliseconds tolerance_wait(250); spdlog::details::mpmc_blocking_queue<int> q(q_size); int popped_item; auto start = test_clock::now(); auto rv = q.dequeue_for(popped_item, wait_ms); auto delta_ms = millis_from(start); REQUIRE(rv == false); INFO("Delta " << delta_ms.count() << " millis"); REQUIRE(delta_ms >= wait_ms - tolerance_wait); REQUIRE(delta_ms <= wait_ms + tolerance_wait); } TEST_CASE("enqueue_nowait", "[mpmc_blocking_q]") { size_t q_size = 1; spdlog::details::mpmc_blocking_queue<int> q(q_size); milliseconds tolerance_wait(10); q.enqueue(1); REQUIRE(q.overrun_counter() == 0); auto start = test_clock::now(); q.enqueue_nowait(2); auto delta_ms = millis_from(start); INFO("Delta " << delta_ms.count() << " millis"); REQUIRE(delta_ms <= tolerance_wait); REQUIRE(q.overrun_counter() == 1); } TEST_CASE("bad_queue", "[mpmc_blocking_q]") { size_t q_size = 0; spdlog::details::mpmc_blocking_queue<int> q(q_size); q.enqueue_nowait(1); REQUIRE(q.overrun_counter() == 1); int i; REQUIRE(q.dequeue_for(i, milliseconds(0)) == false); } TEST_CASE("empty_queue", "[mpmc_blocking_q]") { size_t q_size = 10; spdlog::details::mpmc_blocking_queue<int> q(q_size); int i; REQUIRE(q.dequeue_for(i, milliseconds(10)) == false); } TEST_CASE("full_queue", "[mpmc_blocking_q]") { size_t q_size = 100; spdlog::details::mpmc_blocking_queue<int> q(q_size); for (int i = 0; i < static_cast<int>(q_size); i++) { q.enqueue(std::move(i)); } q.enqueue_nowait(123456); REQUIRE(q.overrun_counter() == 1); for (int i = 1; i < static_cast<int>(q_size); i++) { int item = -1; q.dequeue_for(item, milliseconds(0)); REQUIRE(item == i); } // last item pushed has overridden the oldest. int item = -1; q.dequeue_for(item, milliseconds(0)); REQUIRE(item == 123456); }
53ee0c10f483499d76ec12bb45371cb283cbd8e8
fe1f4d2272088eb7c497a4e377bf3610b052eda6
/Maths_Challenges/Catalan_Numbers.cpp
3b17884d3c67d74bd0f83c34905f1bbf79cca761
[]
no_license
rjt1599/Coding_Blocks-CP
b18234916d20bce59af160045a4bb2dd692f833f
6c50cde9d3d9fb9b59a0f818ab1fa206d2655a87
refs/heads/master
2022-07-29T05:20:18.232304
2020-05-25T16:46:37
2020-05-25T16:46:37
266,826,467
0
0
null
null
null
null
UTF-8
C++
false
false
470
cpp
#include<iostream> #define ull unsigned long long int main() { #ifndef ONLINE_JUDGE // for getting input from input.txt freopen("input.txt", "r", stdin); // for writing output to output.txt freopen("output.txt", "w", stdout); #endif int n; std::cin >> n; ull res = 1; if(n == 0 || n == 1) std::cout << n; else { for(int i = 1; i <= n;i++) { res *= (2 * n - i + 1); res /= i; } res /= (n + 1); std::cout << res; } return 0; }
a15ab49f751f61000996cb4d06fe9b8c924523b1
d65f80d89a30f2c9dc7663684ed7b724124ff7e5
/src/obj/Memory/Pool.h
71969663ebbe0914c680225796ad975750a0e1e5
[ "Zlib" ]
permissive
Alan-FGR/mud
e53313bef4ed7f5785af99d19134d806743f4fe8
7186841f9b33d0f95eda6798508906ca54318bd0
refs/heads/master
2020-03-19T08:17:29.188638
2018-06-05T14:37:35
2018-06-05T14:37:35
136,191,736
0
0
null
2018-06-05T14:42:32
2018-06-05T14:42:32
null
UTF-8
C++
false
false
1,690
h
// Copyright (c) 2015 Hugo Amiard [email protected] // This software is provided 'as-is' under the zlib License, see the LICENSE.txt file. // This notice and the license may not be removed or altered from any source distribution. #pragma once #include <obj/Generated/Forward.h> #include <obj/Memory/VecPool.h> #include <obj/Any.h> #include <obj/Ref.h> namespace mud { export_ class _refl_ MUD_OBJ_EXPORT Pool { public: virtual ~Pool() {} virtual void reset() = 0; virtual void clear() = 0; virtual void alloc(Ref& ref) = 0; virtual Ref alloc() = 0; virtual void destroy(Ref object) = 0; virtual void free(Ref object) = 0; }; export_ template <class T> class TPool : public Pool { public: TPool(size_t size = 12) : m_vec_pool(make_unique<VecPool<T>>(size)) {} ~TPool() {} inline T* talloc() { return m_vec_pool->alloc(); } inline void tdestroy(T& object) { m_vec_pool->destroy(&object); } inline void tfree(T& object) { m_vec_pool->free(&object); } virtual void alloc(Ref& ref) { set<T>(ref, m_vec_pool->alloc()); } virtual Ref alloc() { return Ref(m_vec_pool->alloc(), type<T>()); } virtual void destroy(Ref object) { m_vec_pool->destroy(&val<T>(object)); } virtual void free(Ref object) { m_vec_pool->free(&val<T>(object)); } inline void reset(size_t size) { m_vec_pool = make_unique<VecPool<T>>(size); } inline void reset() { m_vec_pool = make_unique<VecPool<T>>(12); } inline void clear() { m_vec_pool = nullptr; } template<class... Types> inline T& construct(Types&&... args) { T* at = this->talloc(); new (at) T(std::forward<Types>(args)...); return *at; } unique_ptr<VecPool<T>> m_vec_pool; }; }
f830434e60c4fa0c30a87598e269e839230d50cb
2c148e207664a55a5809a3436cbbd23b447bf7fb
/src/net/http/http_server_properties_manager_unittest.cc
a44014d1bf95c68c17ee0c28a8c4d9e6c4dcbf15
[ "BSD-3-Clause" ]
permissive
nuzumglobal/Elastos.Trinity.Alpha.Android
2bae061d281ba764d544990f2e1b2419b8e1e6b2
4c6dad6b1f24d43cadb162fb1dbec4798a8c05f3
refs/heads/master
2020-05-21T17:30:46.563321
2018-09-03T05:16:16
2018-09-03T05:16:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
84,985
cc
// Copyright 2014 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 "net/http/http_server_properties_manager.h" #include <utility> #include "base/bind.h" #include "base/json/json_reader.h" #include "base/json/json_writer.h" #include "base/macros.h" #include "base/single_thread_task_runner.h" #include "base/strings/string_number_conversions.h" #include "base/strings/stringprintf.h" #include "base/test/test_mock_time_task_runner.h" #include "base/threading/thread_task_runner_handle.h" #include "base/values.h" #include "net/base/ip_address.h" #include "net/http/http_network_session.h" #include "net/test/net_test_suite.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" namespace net { namespace { using base::StringPrintf; using ::testing::_; using ::testing::AtLeast; using ::testing::Invoke; using ::testing::Mock; using ::testing::StrictMock; class MockPrefDelegate : public net::HttpServerPropertiesManager::PrefDelegate { public: MockPrefDelegate() = default; ~MockPrefDelegate() override = default; // HttpServerPropertiesManager::PrefDelegate implementation. const base::DictionaryValue* GetServerProperties() const override { return &prefs_; } void SetServerProperties(const base::DictionaryValue& value, base::OnceClosure callback) override { prefs_.Clear(); prefs_.MergeDictionary(&value); ++num_pref_updates_; if (!prefs_changed_callback_.is_null()) prefs_changed_callback_.Run(); if (!extra_prefs_changed_callback_.is_null()) extra_prefs_changed_callback_.Run(); set_properties_callback_ = std::move(callback); } void StartListeningForUpdates(const base::Closure& callback) override { CHECK(prefs_changed_callback_.is_null()); prefs_changed_callback_ = callback; } void SetPrefs(const base::DictionaryValue& value) { // prefs_ = value; prefs_.Clear(); prefs_.MergeDictionary(&value); if (!prefs_changed_callback_.is_null()) prefs_changed_callback_.Run(); } int GetAndClearNumPrefUpdates() { int out = num_pref_updates_; num_pref_updates_ = 0; return out; } // Additional callback to call when prefs are updated, used to check prefs are // updated on destruction. void set_extra_update_prefs_callback(const base::Closure& callback) { extra_prefs_changed_callback_ = callback; } // Returns the base::OnceCallback, if any, passed to the last call to // SetServerProperties(). base::OnceClosure GetSetPropertiesCallback() { return std::move(set_properties_callback_); } private: base::DictionaryValue prefs_; base::Closure prefs_changed_callback_; base::Closure extra_prefs_changed_callback_; int num_pref_updates_ = 0; base::OnceClosure set_properties_callback_; DISALLOW_COPY_AND_ASSIGN(MockPrefDelegate); }; } // namespace // TODO(rtenneti): After we stop supporting version 3 and everyone has migrated // to version 4, delete the following code. static const int kHttpServerPropertiesVersions[] = {3, 4, 5}; class HttpServerPropertiesManagerTest : public testing::TestWithParam<int> { protected: HttpServerPropertiesManagerTest() = default; void SetUp() override { NetTestSuite::SetScopedTaskEnvironment( base::test::ScopedTaskEnvironment::MainThreadType::MOCK_TIME); one_day_from_now_ = base::Time::Now() + base::TimeDelta::FromDays(1); advertised_versions_ = HttpNetworkSession::Params().quic_supported_versions; pref_delegate_ = new MockPrefDelegate; http_server_props_manager_ = std::make_unique<HttpServerPropertiesManager>( base::WrapUnique(pref_delegate_), /*net_log=*/nullptr, NetTestSuite::GetScopedTaskEnvironment()->GetMockTickClock()); EXPECT_FALSE(http_server_props_manager_->IsInitialized()); pref_delegate_->SetPrefs(base::DictionaryValue()); EXPECT_TRUE(http_server_props_manager_->IsInitialized()); EXPECT_FALSE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); } void TearDown() override { // Run pending non-delayed tasks but don't FastForwardUntilNoTasksRemain() // as some delayed tasks may forever repost (e.g. because impl doesn't use a // mock clock and doesn't see timings as having expired, ref. // HttpServerPropertiesImpl:: // ScheduleBrokenAlternateProtocolMappingsExpiration()). base::RunLoop().RunUntilIdle(); http_server_props_manager_.reset(); NetTestSuite::ResetScopedTaskEnvironment(); } bool HasAlternativeService(const url::SchemeHostPort& server) { const AlternativeServiceInfoVector alternative_service_info_vector = http_server_props_manager_->GetAlternativeServiceInfos(server); return !alternative_service_info_vector.empty(); } MockPrefDelegate* pref_delegate_; // Owned by HttpServerPropertiesManager. std::unique_ptr<HttpServerPropertiesManager> http_server_props_manager_; base::Time one_day_from_now_; QuicTransportVersionVector advertised_versions_; private: DISALLOW_COPY_AND_ASSIGN(HttpServerPropertiesManagerTest); }; INSTANTIATE_TEST_CASE_P(/* no prefix */, HttpServerPropertiesManagerTest, ::testing::ValuesIn(kHttpServerPropertiesVersions)); TEST_P(HttpServerPropertiesManagerTest, SingleUpdateForTwoSpdyServerPrefChanges) { // Set up the prefs for https://www.google.com and https://mail.google.com and // then set it twice. Only expect a single cache update. auto server_pref_dict = std::make_unique<base::DictionaryValue>(); url::SchemeHostPort google_server("https", "www.google.com", 443); url::SchemeHostPort mail_server("https", "mail.google.com", 443); // Set supports_spdy for https://www.google.com:443. server_pref_dict->SetBoolean("supports_spdy", true); // Set up alternative_services for https://www.google.com. auto alternative_service_dict0 = std::make_unique<base::DictionaryValue>(); alternative_service_dict0->SetInteger("port", 443); alternative_service_dict0->SetString("protocol_str", "h2"); auto alternative_service_dict1 = std::make_unique<base::DictionaryValue>(); alternative_service_dict1->SetInteger("port", 1234); alternative_service_dict1->SetString("protocol_str", "quic"); auto alternative_service_list0 = std::make_unique<base::ListValue>(); alternative_service_list0->Append(std::move(alternative_service_dict0)); alternative_service_list0->Append(std::move(alternative_service_dict1)); server_pref_dict->SetWithoutPathExpansion( "alternative_service", std::move(alternative_service_list0)); // Set up ServerNetworkStats for https://www.google.com. auto stats = std::make_unique<base::DictionaryValue>(); stats->SetInteger("srtt", 10); server_pref_dict->SetWithoutPathExpansion("network_stats", std::move(stats)); // Set the server preference for https://www.google.com. auto servers_dict = std::make_unique<base::DictionaryValue>(); servers_dict->SetWithoutPathExpansion( GetParam() >= 5 ? "https://www.google.com" : "www.google.com:443", std::move(server_pref_dict)); std::unique_ptr<base::ListValue> servers_list; if (GetParam() >= 4) { servers_list = std::make_unique<base::ListValue>(); servers_list->Append(std::move(servers_dict)); servers_dict = std::make_unique<base::DictionaryValue>(); } // Set the preference for mail.google.com server. auto server_pref_dict1 = std::make_unique<base::DictionaryValue>(); // Set supports_spdy for https://mail.google.com. server_pref_dict1->SetBoolean("supports_spdy", true); // Set up alternative_services for https://mail.google.com. auto alternative_service_dict2 = std::make_unique<base::DictionaryValue>(); alternative_service_dict2->SetString("protocol_str", "h2"); alternative_service_dict2->SetInteger("port", 444); auto alternative_service_list1 = std::make_unique<base::ListValue>(); alternative_service_list1->Append(std::move(alternative_service_dict2)); server_pref_dict1->SetWithoutPathExpansion( "alternative_service", std::move(alternative_service_list1)); // Set up ServerNetworkStats for https://mail.google.com and it is the MRU // server. auto stats1 = std::make_unique<base::DictionaryValue>(); stats1->SetInteger("srtt", 20); server_pref_dict1->SetWithoutPathExpansion("network_stats", std::move(stats1)); // Set the server preference for https://mail.google.com. servers_dict->SetWithoutPathExpansion( GetParam() >= 5 ? "https://mail.google.com" : "mail.google.com:443", std::move(server_pref_dict1)); base::DictionaryValue http_server_properties_dict; if (GetParam() >= 4) { servers_list->AppendIfNotPresent(std::move(servers_dict)); if (GetParam() == 5) { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, -1); } else { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, GetParam()); } http_server_properties_dict.SetWithoutPathExpansion( "servers", std::move(servers_list)); } else { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, GetParam()); http_server_properties_dict.SetWithoutPathExpansion( "servers", std::move(servers_dict)); } auto supports_quic = std::make_unique<base::DictionaryValue>(); supports_quic->SetBoolean("used_quic", true); supports_quic->SetString("address", "127.0.0.1"); http_server_properties_dict.SetWithoutPathExpansion("supports_quic", std::move(supports_quic)); // Set quic_server_info for https://www.google.com, https://mail.google.com // and https://play.google.com and verify the MRU. http_server_props_manager_->SetMaxServerConfigsStoredInProperties(3); auto quic_servers_dict = std::make_unique<base::DictionaryValue>(); auto quic_server_pref_dict1 = std::make_unique<base::DictionaryValue>(); std::string quic_server_info1("quic_server_info1"); quic_server_pref_dict1->SetKey("server_info", base::Value(quic_server_info1)); auto quic_server_pref_dict2 = std::make_unique<base::DictionaryValue>(); std::string quic_server_info2("quic_server_info2"); quic_server_pref_dict2->SetKey("server_info", base::Value(quic_server_info2)); auto quic_server_pref_dict3 = std::make_unique<base::DictionaryValue>(); std::string quic_server_info3("quic_server_info3"); quic_server_pref_dict3->SetKey("server_info", base::Value(quic_server_info3)); // Set the quic_server_info1 for https://www.google.com. QuicServerId google_quic_server_id("www.google.com", 443); quic_servers_dict->SetWithoutPathExpansion(google_quic_server_id.ToString(), std::move(quic_server_pref_dict1)); // Set the quic_server_info2 for https://mail.google.com. QuicServerId mail_quic_server_id("mail.google.com", 443); quic_servers_dict->SetWithoutPathExpansion(mail_quic_server_id.ToString(), std::move(quic_server_pref_dict2)); // Set the quic_server_info3 for https://play.google.com. QuicServerId play_quic_server_id("play.google.com", 443); quic_servers_dict->SetWithoutPathExpansion(play_quic_server_id.ToString(), std::move(quic_server_pref_dict3)); http_server_properties_dict.SetWithoutPathExpansion( "quic_servers", std::move(quic_servers_dict)); // Set the same value for kHttpServerProperties multiple times. pref_delegate_->SetPrefs(http_server_properties_dict); pref_delegate_->SetPrefs(http_server_properties_dict); // Should be a delayed task to update the cache from the prefs file. EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); // Verify SupportsSpdy. EXPECT_TRUE( http_server_props_manager_->SupportsRequestPriority(google_server)); EXPECT_TRUE(http_server_props_manager_->SupportsRequestPriority(mail_server)); HostPortPair foo_host_port_pair = HostPortPair::FromString("foo.google.com:1337"); url::SchemeHostPort foo_server("http", foo_host_port_pair.host(), foo_host_port_pair.port()); EXPECT_FALSE(http_server_props_manager_->SupportsRequestPriority(foo_server)); // Verify alternative service. const AlternativeServiceMap& map = http_server_props_manager_->alternative_service_map(); ASSERT_EQ(2u, map.size()); AlternativeServiceMap::const_iterator map_it = map.begin(); EXPECT_EQ("www.google.com", map_it->first.host()); ASSERT_EQ(2u, map_it->second.size()); EXPECT_EQ(kProtoHTTP2, map_it->second[0].alternative_service().protocol); EXPECT_TRUE(map_it->second[0].alternative_service().host.empty()); EXPECT_EQ(443, map_it->second[0].alternative_service().port); EXPECT_EQ(kProtoQUIC, map_it->second[1].alternative_service().protocol); EXPECT_TRUE(map_it->second[1].alternative_service().host.empty()); EXPECT_EQ(1234, map_it->second[1].alternative_service().port); ++map_it; EXPECT_EQ("mail.google.com", map_it->first.host()); ASSERT_EQ(1u, map_it->second.size()); EXPECT_EQ(kProtoHTTP2, map_it->second[0].alternative_service().protocol); EXPECT_TRUE(map_it->second[0].alternative_service().host.empty()); EXPECT_EQ(444, map_it->second[0].alternative_service().port); // Verify SupportsQuic. IPAddress last_address; EXPECT_TRUE(http_server_props_manager_->GetSupportsQuic(&last_address)); EXPECT_EQ("127.0.0.1", last_address.ToString()); // Verify ServerNetworkStats. const ServerNetworkStats* stats2 = http_server_props_manager_->GetServerNetworkStats(google_server); EXPECT_EQ(10, stats2->srtt.ToInternalValue()); const ServerNetworkStats* stats3 = http_server_props_manager_->GetServerNetworkStats(mail_server); EXPECT_EQ(20, stats3->srtt.ToInternalValue()); // Verify QuicServerInfo. EXPECT_EQ(quic_server_info1, *http_server_props_manager_->GetQuicServerInfo( google_quic_server_id)); EXPECT_EQ(quic_server_info2, *http_server_props_manager_->GetQuicServerInfo( mail_quic_server_id)); EXPECT_EQ(quic_server_info3, *http_server_props_manager_->GetQuicServerInfo( play_quic_server_id)); // Verify the MRU order. http_server_props_manager_->SetMaxServerConfigsStoredInProperties(2); EXPECT_EQ(nullptr, http_server_props_manager_->GetQuicServerInfo( google_quic_server_id)); EXPECT_EQ(quic_server_info2, *http_server_props_manager_->GetQuicServerInfo( mail_quic_server_id)); EXPECT_EQ(quic_server_info3, *http_server_props_manager_->GetQuicServerInfo( play_quic_server_id)); } TEST_P(HttpServerPropertiesManagerTest, BadCachedHostPortPair) { auto server_pref_dict = std::make_unique<base::DictionaryValue>(); // Set supports_spdy for www.google.com:65536. server_pref_dict->SetBoolean("supports_spdy", true); // Set up alternative_service for www.google.com:65536. auto alternative_service_dict = std::make_unique<base::DictionaryValue>(); alternative_service_dict->SetString("protocol_str", "h2"); alternative_service_dict->SetInteger("port", 80); auto alternative_service_list = std::make_unique<base::ListValue>(); alternative_service_list->Append(std::move(alternative_service_dict)); server_pref_dict->SetWithoutPathExpansion( "alternative_service", std::move(alternative_service_list)); // Set up ServerNetworkStats for www.google.com:65536. auto stats = std::make_unique<base::DictionaryValue>(); stats->SetInteger("srtt", 10); server_pref_dict->SetWithoutPathExpansion("network_stats", std::move(stats)); // Set the server preference for www.google.com:65536. auto servers_dict = std::make_unique<base::DictionaryValue>(); servers_dict->SetWithoutPathExpansion("www.google.com:65536", std::move(server_pref_dict)); base::DictionaryValue http_server_properties_dict; if (GetParam() >= 4) { auto servers_list = std::make_unique<base::ListValue>(); servers_list->Append(std::move(servers_dict)); if (GetParam() == 5) { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, -1); } else { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, GetParam()); } http_server_properties_dict.SetWithoutPathExpansion( "servers", std::move(servers_list)); } else { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, GetParam()); http_server_properties_dict.SetWithoutPathExpansion( "servers", std::move(servers_dict)); } // Set quic_server_info for www.google.com:65536. auto quic_servers_dict = std::make_unique<base::DictionaryValue>(); auto quic_server_pref_dict1 = std::make_unique<base::DictionaryValue>(); quic_server_pref_dict1->SetKey("server_info", base::Value("quic_server_info1")); quic_servers_dict->SetWithoutPathExpansion("http://mail.google.com:65536", std::move(quic_server_pref_dict1)); http_server_properties_dict.SetWithoutPathExpansion( "quic_servers", std::move(quic_servers_dict)); // Set up the pref. pref_delegate_->SetPrefs(http_server_properties_dict); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); // Prefs should have been overwritten, due to the bad data. EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); // Verify that nothing is set. HostPortPair google_host_port_pair = HostPortPair::FromString("www.google.com:65536"); url::SchemeHostPort gooler_server("http", google_host_port_pair.host(), google_host_port_pair.port()); EXPECT_FALSE( http_server_props_manager_->SupportsRequestPriority(gooler_server)); EXPECT_FALSE(HasAlternativeService(gooler_server)); const ServerNetworkStats* stats1 = http_server_props_manager_->GetServerNetworkStats(gooler_server); EXPECT_EQ(nullptr, stats1); EXPECT_EQ(0u, http_server_props_manager_->quic_server_info_map().size()); } TEST_P(HttpServerPropertiesManagerTest, BadCachedAltProtocolPort) { auto server_pref_dict = std::make_unique<base::DictionaryValue>(); // Set supports_spdy for www.google.com:80. server_pref_dict->SetBoolean("supports_spdy", true); // Set up alternative_service for www.google.com:80. auto alternative_service_dict = std::make_unique<base::DictionaryValue>(); alternative_service_dict->SetString("protocol_str", "h2"); alternative_service_dict->SetInteger("port", 65536); auto alternative_service_list = std::make_unique<base::ListValue>(); alternative_service_list->Append(std::move(alternative_service_dict)); server_pref_dict->SetWithoutPathExpansion( "alternative_service", std::move(alternative_service_list)); // Set the server preference for www.google.com:80. auto servers_dict = std::make_unique<base::DictionaryValue>(); servers_dict->SetWithoutPathExpansion("www.google.com:80", std::move(server_pref_dict)); base::DictionaryValue http_server_properties_dict; if (GetParam() >= 4) { auto servers_list = std::make_unique<base::ListValue>(); servers_list->Append(std::move(servers_dict)); if (GetParam() == 5) { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, -1); } else { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, GetParam()); } http_server_properties_dict.SetWithoutPathExpansion( "servers", std::move(servers_list)); } else { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, GetParam()); http_server_properties_dict.SetWithoutPathExpansion( "servers", std::move(servers_dict)); } // Set up the pref. pref_delegate_->SetPrefs(http_server_properties_dict); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); // Prefs should have been overwritten, due to the bad data. EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); // Verify alternative service is not set. EXPECT_FALSE( HasAlternativeService(url::SchemeHostPort("http", "www.google.com", 80))); } TEST_P(HttpServerPropertiesManagerTest, SupportsSpdy) { // Add mail.google.com:443 as a supporting spdy server. url::SchemeHostPort spdy_server("https", "mail.google.com", 443); EXPECT_FALSE( http_server_props_manager_->SupportsRequestPriority(spdy_server)); http_server_props_manager_->SetSupportsSpdy(spdy_server, true); // Setting the value to the same thing again should not trigger another pref // update. http_server_props_manager_->SetSupportsSpdy(spdy_server, true); // Run the task. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); // Setting the value to the same thing again should not trigger another pref // update. http_server_props_manager_->SetSupportsSpdy(spdy_server, true); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_FALSE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); EXPECT_TRUE(http_server_props_manager_->SupportsRequestPriority(spdy_server)); } // Regression test for crbug.com/670519. Test that there is only one pref update // scheduled if multiple updates happen in a given time period. Subsequent pref // update could also be scheduled once the previous scheduled update is // completed. TEST_P(HttpServerPropertiesManagerTest, SinglePrefUpdateForTwoSpdyServerCacheChanges) { // Post an update task. SetSupportsSpdy calls ScheduleUpdatePrefs with a delay // of 60ms. url::SchemeHostPort spdy_server("https", "mail.google.com", 443); EXPECT_FALSE( http_server_props_manager_->SupportsRequestPriority(spdy_server)); http_server_props_manager_->SetSupportsSpdy(spdy_server, true); // The pref update task should be scheduled. EXPECT_EQ(1u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); // Move forward the task runner short by 20ms. NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( HttpServerPropertiesManager::GetUpdatePrefsDelayForTesting() - base::TimeDelta::FromMilliseconds(20)); // Set another spdy server to trigger another call to // ScheduleUpdatePrefs. There should be no new update posted. url::SchemeHostPort spdy_server2("https", "drive.google.com", 443); http_server_props_manager_->SetSupportsSpdy(spdy_server2, true); EXPECT_EQ(1u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); // Move forward the extra 20ms. The pref update should be executed. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromMilliseconds(20)); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_FALSE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); EXPECT_TRUE(http_server_props_manager_->SupportsRequestPriority(spdy_server)); EXPECT_TRUE( http_server_props_manager_->SupportsRequestPriority(spdy_server2)); // Set the third spdy server to trigger one more call to // ScheduleUpdatePrefs. A new update task should be posted now since the // previous one is completed. url::SchemeHostPort spdy_server3("https", "maps.google.com", 443); http_server_props_manager_->SetSupportsSpdy(spdy_server3, true); EXPECT_EQ(1u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); // Run the task. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); } TEST_P(HttpServerPropertiesManagerTest, GetAlternativeServiceInfos) { url::SchemeHostPort spdy_server_mail("http", "mail.google.com", 80); EXPECT_FALSE(HasAlternativeService(spdy_server_mail)); const AlternativeService alternative_service(kProtoHTTP2, "mail.google.com", 443); http_server_props_manager_->SetHttp2AlternativeService( spdy_server_mail, alternative_service, one_day_from_now_); // ExpectScheduleUpdatePrefs() should be called only once. http_server_props_manager_->SetHttp2AlternativeService( spdy_server_mail, alternative_service, one_day_from_now_); // Run the task. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); AlternativeServiceInfoVector alternative_service_info_vector = http_server_props_manager_->GetAlternativeServiceInfos(spdy_server_mail); ASSERT_EQ(1u, alternative_service_info_vector.size()); EXPECT_EQ(alternative_service, alternative_service_info_vector[0].alternative_service()); } TEST_P(HttpServerPropertiesManagerTest, SetAlternativeServices) { url::SchemeHostPort spdy_server_mail("http", "mail.google.com", 80); EXPECT_FALSE(HasAlternativeService(spdy_server_mail)); AlternativeServiceInfoVector alternative_service_info_vector; const AlternativeService alternative_service1(kProtoHTTP2, "mail.google.com", 443); alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo( alternative_service1, one_day_from_now_)); const AlternativeService alternative_service2(kProtoQUIC, "mail.google.com", 1234); alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateQuicAlternativeServiceInfo( alternative_service2, one_day_from_now_, advertised_versions_)); http_server_props_manager_->SetAlternativeServices( spdy_server_mail, alternative_service_info_vector); // ExpectScheduleUpdatePrefs() should be called only once. http_server_props_manager_->SetAlternativeServices( spdy_server_mail, alternative_service_info_vector); // Run the task. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); AlternativeServiceInfoVector alternative_service_info_vector2 = http_server_props_manager_->GetAlternativeServiceInfos(spdy_server_mail); ASSERT_EQ(2u, alternative_service_info_vector2.size()); EXPECT_EQ(alternative_service1, alternative_service_info_vector2[0].alternative_service()); EXPECT_EQ(alternative_service2, alternative_service_info_vector2[1].alternative_service()); } TEST_P(HttpServerPropertiesManagerTest, SetAlternativeServicesEmpty) { url::SchemeHostPort spdy_server_mail("http", "mail.google.com", 80); EXPECT_FALSE(HasAlternativeService(spdy_server_mail)); const AlternativeService alternative_service(kProtoHTTP2, "mail.google.com", 443); http_server_props_manager_->SetAlternativeServices( spdy_server_mail, AlternativeServiceInfoVector()); EXPECT_FALSE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_FALSE(HasAlternativeService(spdy_server_mail)); } TEST_P(HttpServerPropertiesManagerTest, ConfirmAlternativeService) { url::SchemeHostPort spdy_server_mail; AlternativeService alternative_service; spdy_server_mail = url::SchemeHostPort("http", "mail.google.com", 80); EXPECT_FALSE(HasAlternativeService(spdy_server_mail)); alternative_service = AlternativeService(kProtoHTTP2, "mail.google.com", 443); http_server_props_manager_->SetHttp2AlternativeService( spdy_server_mail, alternative_service, one_day_from_now_); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( alternative_service)); EXPECT_FALSE(http_server_props_manager_->WasAlternativeServiceRecentlyBroken( alternative_service)); EXPECT_EQ(1u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); http_server_props_manager_->MarkAlternativeServiceBroken(alternative_service); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( alternative_service)); EXPECT_TRUE(http_server_props_manager_->WasAlternativeServiceRecentlyBroken( alternative_service)); // In addition to the pref update task, there's now a task to mark the // alternative service as no longer broken. EXPECT_EQ(2u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); http_server_props_manager_->ConfirmAlternativeService(alternative_service); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( alternative_service)); EXPECT_FALSE(http_server_props_manager_->WasAlternativeServiceRecentlyBroken( alternative_service)); EXPECT_EQ(2u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); // Run the task. EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( alternative_service)); EXPECT_FALSE(http_server_props_manager_->WasAlternativeServiceRecentlyBroken( alternative_service)); } TEST_P(HttpServerPropertiesManagerTest, SupportsQuic) { IPAddress address; EXPECT_FALSE(http_server_props_manager_->GetSupportsQuic(&address)); IPAddress actual_address(127, 0, 0, 1); http_server_props_manager_->SetSupportsQuic(true, actual_address); // Another task should not be scheduled. http_server_props_manager_->SetSupportsQuic(true, actual_address); // Run the task. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE(http_server_props_manager_->GetSupportsQuic(&address)); EXPECT_EQ(actual_address, address); // Another task should not be scheduled. http_server_props_manager_->SetSupportsQuic(true, actual_address); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_FALSE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); } TEST_P(HttpServerPropertiesManagerTest, ServerNetworkStats) { url::SchemeHostPort mail_server("http", "mail.google.com", 80); const ServerNetworkStats* stats = http_server_props_manager_->GetServerNetworkStats(mail_server); EXPECT_EQ(nullptr, stats); ServerNetworkStats stats1; stats1.srtt = base::TimeDelta::FromMicroseconds(10); http_server_props_manager_->SetServerNetworkStats(mail_server, stats1); // Another task should not be scheduled. http_server_props_manager_->SetServerNetworkStats(mail_server, stats1); // Run the task. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); // Another task should not be scheduled. http_server_props_manager_->SetServerNetworkStats(mail_server, stats1); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_FALSE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); const ServerNetworkStats* stats2 = http_server_props_manager_->GetServerNetworkStats(mail_server); EXPECT_EQ(10, stats2->srtt.ToInternalValue()); http_server_props_manager_->ClearServerNetworkStats(mail_server); // Run the task. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_EQ(nullptr, http_server_props_manager_->GetServerNetworkStats(mail_server)); } TEST_P(HttpServerPropertiesManagerTest, QuicServerInfo) { QuicServerId mail_quic_server_id("mail.google.com", 80); EXPECT_EQ(nullptr, http_server_props_manager_->GetQuicServerInfo(mail_quic_server_id)); std::string quic_server_info1("quic_server_info1"); http_server_props_manager_->SetQuicServerInfo(mail_quic_server_id, quic_server_info1); // Another task should not be scheduled. http_server_props_manager_->SetQuicServerInfo(mail_quic_server_id, quic_server_info1); // Run the task. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_EQ(quic_server_info1, *http_server_props_manager_->GetQuicServerInfo( mail_quic_server_id)); // Another task should not be scheduled. http_server_props_manager_->SetQuicServerInfo(mail_quic_server_id, quic_server_info1); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_FALSE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); } TEST_P(HttpServerPropertiesManagerTest, Clear) { const url::SchemeHostPort spdy_server("https", "mail.google.com", 443); const IPAddress actual_address(127, 0, 0, 1); const QuicServerId mail_quic_server_id("mail.google.com", 80); const std::string quic_server_info1("quic_server_info1"); const AlternativeService alternative_service(kProtoHTTP2, "mail.google.com", 1234); const AlternativeService broken_alternative_service( kProtoHTTP2, "broken.google.com", 1234); AlternativeServiceInfoVector alt_svc_info_vector; alt_svc_info_vector.push_back( AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo( alternative_service, one_day_from_now_)); alt_svc_info_vector.push_back( AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo( broken_alternative_service, one_day_from_now_)); http_server_props_manager_->SetAlternativeServices(spdy_server, alt_svc_info_vector); http_server_props_manager_->MarkAlternativeServiceBroken( broken_alternative_service); http_server_props_manager_->SetSupportsSpdy(spdy_server, true); http_server_props_manager_->SetSupportsQuic(true, actual_address); ServerNetworkStats stats; stats.srtt = base::TimeDelta::FromMicroseconds(10); http_server_props_manager_->SetServerNetworkStats(spdy_server, stats); http_server_props_manager_->SetQuicServerInfo(mail_quic_server_id, quic_server_info1); // Advance time by just enough so that the prefs update task is executed but // not the task to expire the brokenness of |broken_alternative_service|. NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( HttpServerPropertiesManager::GetUpdatePrefsDelayForTesting()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( broken_alternative_service)); EXPECT_TRUE(http_server_props_manager_->SupportsRequestPriority(spdy_server)); EXPECT_TRUE(HasAlternativeService(spdy_server)); IPAddress address; EXPECT_TRUE(http_server_props_manager_->GetSupportsQuic(&address)); EXPECT_EQ(actual_address, address); const ServerNetworkStats* stats1 = http_server_props_manager_->GetServerNetworkStats(spdy_server); EXPECT_EQ(10, stats1->srtt.ToInternalValue()); EXPECT_EQ(quic_server_info1, *http_server_props_manager_->GetQuicServerInfo( mail_quic_server_id)); // Clear http server data, which should instantly update prefs. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); bool callback_invoked_ = false; http_server_props_manager_->Clear( base::BindOnce([](bool* callback_invoked) { *callback_invoked = true; }, &callback_invoked_)); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_FALSE(callback_invoked_); std::move(pref_delegate_->GetSetPropertiesCallback()).Run(); EXPECT_TRUE(callback_invoked_); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( broken_alternative_service)); EXPECT_FALSE( http_server_props_manager_->SupportsRequestPriority(spdy_server)); EXPECT_FALSE(HasAlternativeService(spdy_server)); EXPECT_FALSE(http_server_props_manager_->GetSupportsQuic(&address)); const ServerNetworkStats* stats2 = http_server_props_manager_->GetServerNetworkStats(spdy_server); EXPECT_EQ(nullptr, stats2); EXPECT_EQ(nullptr, http_server_props_manager_->GetQuicServerInfo(mail_quic_server_id)); } // https://crbug.com/444956: Add 200 alternative_service servers followed by // supports_quic and verify we have read supports_quic from prefs. TEST_P(HttpServerPropertiesManagerTest, BadSupportsQuic) { auto servers_dict = std::make_unique<base::DictionaryValue>(); std::unique_ptr<base::ListValue> servers_list; if (GetParam() >= 4) servers_list = std::make_unique<base::ListValue>(); for (int i = 1; i <= 200; ++i) { // Set up alternative_service for www.google.com:i. auto alternative_service_dict = std::make_unique<base::DictionaryValue>(); alternative_service_dict->SetString("protocol_str", "quic"); alternative_service_dict->SetInteger("port", i); auto alternative_service_list = std::make_unique<base::ListValue>(); alternative_service_list->Append(std::move(alternative_service_dict)); auto server_pref_dict = std::make_unique<base::DictionaryValue>(); server_pref_dict->SetWithoutPathExpansion( "alternative_service", std::move(alternative_service_list)); if (GetParam() >= 5) { servers_dict->SetWithoutPathExpansion( StringPrintf("https://www.google.com:%d", i), std::move(server_pref_dict)); } else { servers_dict->SetWithoutPathExpansion( StringPrintf("www.google.com:%d", i), std::move(server_pref_dict)); } if (GetParam() >= 4) { servers_list->AppendIfNotPresent(std::move(servers_dict)); servers_dict = std::make_unique<base::DictionaryValue>(); } } // Set the server preference for http://mail.google.com server. auto server_pref_dict1 = std::make_unique<base::DictionaryValue>(); if (GetParam() >= 5) { servers_dict->SetWithoutPathExpansion("https://mail.google.com", std::move(server_pref_dict1)); } else { servers_dict->SetWithoutPathExpansion("mail.google.com:80", std::move(server_pref_dict1)); } base::DictionaryValue http_server_properties_dict; if (GetParam() >= 4) { servers_list->AppendIfNotPresent(std::move(servers_dict)); if (GetParam() == 5) { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, -1); } else { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, GetParam()); } http_server_properties_dict.SetWithoutPathExpansion( "servers", std::move(servers_list)); } else { HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, GetParam()); http_server_properties_dict.SetWithoutPathExpansion( "servers", std::move(servers_dict)); } // Set up SupportsQuic for 127.0.0.1 auto supports_quic = std::make_unique<base::DictionaryValue>(); supports_quic->SetBoolean("used_quic", true); supports_quic->SetString("address", "127.0.0.1"); http_server_properties_dict.SetWithoutPathExpansion("supports_quic", std::move(supports_quic)); // Set up the pref. pref_delegate_->SetPrefs(http_server_properties_dict); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); // Verify alternative service. for (int i = 1; i <= 200; ++i) { GURL server_gurl; if (GetParam() >= 5) { server_gurl = GURL(StringPrintf("https://www.google.com:%d", i)); } else { server_gurl = GURL(StringPrintf("https://www.google.com:%d", i)); } url::SchemeHostPort server(server_gurl); AlternativeServiceInfoVector alternative_service_info_vector = http_server_props_manager_->GetAlternativeServiceInfos(server); ASSERT_EQ(1u, alternative_service_info_vector.size()); EXPECT_EQ( kProtoQUIC, alternative_service_info_vector[0].alternative_service().protocol); EXPECT_EQ(i, alternative_service_info_vector[0].alternative_service().port); } // Verify SupportsQuic. IPAddress address; ASSERT_TRUE(http_server_props_manager_->GetSupportsQuic(&address)); EXPECT_EQ("127.0.0.1", address.ToString()); } TEST_P(HttpServerPropertiesManagerTest, UpdatePrefsWithCache) { const url::SchemeHostPort server_www("https", "www.google.com", 80); const url::SchemeHostPort server_mail("https", "mail.google.com", 80); // #1 & #2: Set alternate protocol. AlternativeServiceInfoVector alternative_service_info_vector; AlternativeService www_alternative_service1(kProtoHTTP2, "", 443); base::Time expiration1; ASSERT_TRUE(base::Time::FromUTCString("2036-12-01 10:00:00", &expiration1)); alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo( www_alternative_service1, expiration1)); AlternativeService www_alternative_service2(kProtoHTTP2, "www.google.com", 1234); base::Time expiration2; ASSERT_TRUE(base::Time::FromUTCString("2036-12-31 10:00:00", &expiration2)); alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo( www_alternative_service2, expiration2)); ASSERT_TRUE(http_server_props_manager_->SetAlternativeServices( server_www, alternative_service_info_vector)); AlternativeService mail_alternative_service(kProtoHTTP2, "foo.google.com", 444); base::Time expiration3 = base::Time::Max(); ASSERT_TRUE(http_server_props_manager_->SetHttp2AlternativeService( server_mail, mail_alternative_service, expiration3)); http_server_props_manager_->MarkAlternativeServiceBroken( www_alternative_service2); http_server_props_manager_->MarkAlternativeServiceRecentlyBroken( mail_alternative_service); // #3: Set SPDY server map http_server_props_manager_->SetSupportsSpdy(server_www, false); http_server_props_manager_->SetSupportsSpdy(server_mail, true); http_server_props_manager_->SetSupportsSpdy( url::SchemeHostPort("http", "not_persisted.com", 80), false); // #4: Set ServerNetworkStats. ServerNetworkStats stats; stats.srtt = base::TimeDelta::FromInternalValue(42); http_server_props_manager_->SetServerNetworkStats(server_mail, stats); // #5: Set quic_server_info string. QuicServerId mail_quic_server_id("mail.google.com", 80); std::string quic_server_info1("quic_server_info1"); http_server_props_manager_->SetQuicServerInfo(mail_quic_server_id, quic_server_info1); // #6: Set SupportsQuic. IPAddress actual_address(127, 0, 0, 1); http_server_props_manager_->SetSupportsQuic(true, actual_address); base::Time time_before_prefs_update = base::Time::Now(); // Update Prefs. // The task runner has a remaining pending task to expire // |www_alternative_service2| in 5 minutes. Fast forward enough such // that the prefs update task is executed but not the task to expire // |broken_alternative_service|. EXPECT_EQ(2u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( HttpServerPropertiesManager::GetUpdatePrefsDelayForTesting()); EXPECT_EQ(1u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); base::Time time_after_prefs_update = base::Time::Now(); // Verify |pref_delegate_|'s server dict. // In HttpServerPropertiesManager, broken alternative services' expiration // times are converted from TimeTicks to Time before being written to JSON by // using the difference between Time::Now() and TimeTicks::Now(). // To verify these expiration times, |time_before_prefs_update| and // |time_after_prefs_update| provide lower and upper bounds for the // Time::Now() value used by the manager for this conversion. // // A copy of |pref_delegate_|'s server dict will be created, and the broken // alternative service's "broken_until" field is removed and verified // separately. The rest of the server dict copy is verified afterwards. base::Value server_value_copy = pref_delegate_->GetServerProperties()->Clone(); // Extract and remove the "broken_until" string for "www.google.com:1234". base::DictionaryValue* server_dict; ASSERT_TRUE(server_value_copy.GetAsDictionary(&server_dict)); base::ListValue* broken_alt_svc_list; ASSERT_TRUE(server_dict->GetList("broken_alternative_services", &broken_alt_svc_list)); ASSERT_EQ(2u, broken_alt_svc_list->GetSize()); base::DictionaryValue* broken_alt_svcs_list_entry; ASSERT_TRUE( broken_alt_svc_list->GetDictionary(0, &broken_alt_svcs_list_entry)); ASSERT_TRUE(broken_alt_svcs_list_entry->HasKey("broken_until")); std::string expiration_string; ASSERT_TRUE(broken_alt_svcs_list_entry->GetStringWithoutPathExpansion( "broken_until", &expiration_string)); broken_alt_svcs_list_entry->RemoveWithoutPathExpansion("broken_until", nullptr); // Expiration time of "www.google.com:1234" should be 5 minutes minus the // update-prefs-delay from when the prefs were written. int64_t expiration_int64; ASSERT_TRUE(base::StringToInt64(expiration_string, &expiration_int64)); base::TimeDelta expiration_delta = base::TimeDelta::FromMinutes(5) - HttpServerPropertiesManager::GetUpdatePrefsDelayForTesting(); time_t time_t_of_prefs_update = static_cast<time_t>(expiration_int64); EXPECT_LE((time_before_prefs_update + expiration_delta).ToTimeT(), time_t_of_prefs_update); EXPECT_GE((time_after_prefs_update + expiration_delta).ToTimeT(), time_t_of_prefs_update); // Verify all other preferences. const char expected_json[] = "{" "\"broken_alternative_services\":" "[{\"broken_count\":1,\"host\":\"www.google.com\",\"port\":1234," "\"protocol_str\":\"h2\"}," "{\"broken_count\":1,\"host\":\"foo.google.com\",\"port\":444," "\"protocol_str\":\"h2\"}]," "\"quic_servers\":" "{\"https://mail.google.com:80\":" "{\"server_info\":\"quic_server_info1\"}}," "\"servers\":[" "{\"https://www.google.com:80\":{" "\"alternative_service\":[{\"advertised_versions\":[]," "\"expiration\":\"13756212000000000\",\"port\":443," "\"protocol_str\":\"h2\"}," "{\"advertised_versions\":[],\"expiration\":\"13758804000000000\"," "\"host\":\"www.google.com\",\"port\":1234,\"protocol_str\":\"h2\"}]}}," "{\"https://mail.google.com:80\":{" "\"alternative_service\":[{\"advertised_versions\":[]," "\"expiration\":\"9223372036854775807\",\"host\":\"foo.google.com\"," "\"port\":444,\"protocol_str\":\"h2\"}]," "\"network_stats\":{\"srtt\":42}," "\"supports_spdy\":true}}]," "\"supports_quic\":{\"address\":\"127.0.0.1\",\"used_quic\":true}," "\"version\":5}"; std::string preferences_json; EXPECT_TRUE(base::JSONWriter::Write(server_value_copy, &preferences_json)); EXPECT_EQ(expected_json, preferences_json); } TEST_P(HttpServerPropertiesManagerTest, SingleCacheUpdateForMultipleUpdatesScheduled) { EXPECT_EQ(0u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); // Update cache. http_server_props_manager_->ScheduleUpdateCacheForTesting(); EXPECT_EQ(1u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); // Move forward the task runner short by 20ms. NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( HttpServerPropertiesManager::GetUpdateCacheDelayForTesting() - base::TimeDelta::FromMilliseconds(20)); // Schedule a new cache update within the time window should be a no-op. http_server_props_manager_->ScheduleUpdateCacheForTesting(); EXPECT_EQ(1u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); // Move forward the task runner the extra 20ms, now the cache update should be // executed. NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromMilliseconds(20)); // Since this test has no pref corruption, there shouldn't be any pref update. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_FALSE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); // Schedule one more cache update. The task should be successfully scheduled // on the task runner. http_server_props_manager_->ScheduleUpdateCacheForTesting(); EXPECT_EQ(1u, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); } TEST_P(HttpServerPropertiesManagerTest, AddToAlternativeServiceMap) { std::unique_ptr<base::Value> server_value = base::JSONReader::Read( "{\"alternative_service\":[{\"port\":443,\"protocol_str\":\"h2\"}," "{\"port\":123,\"protocol_str\":\"quic\"," "\"expiration\":\"9223372036854775807\"},{\"host\":\"example.org\"," "\"port\":1234,\"protocol_str\":\"h2\"," "\"expiration\":\"13758804000000000\"}]}"); ASSERT_TRUE(server_value); base::DictionaryValue* server_dict; ASSERT_TRUE(server_value->GetAsDictionary(&server_dict)); const url::SchemeHostPort server("https", "example.com", 443); AlternativeServiceMap alternative_service_map; EXPECT_TRUE(http_server_props_manager_->AddToAlternativeServiceMap( server, *server_dict, &alternative_service_map)); AlternativeServiceMap::iterator it = alternative_service_map.Get(server); ASSERT_NE(alternative_service_map.end(), it); AlternativeServiceInfoVector alternative_service_info_vector = it->second; ASSERT_EQ(3u, alternative_service_info_vector.size()); EXPECT_EQ(kProtoHTTP2, alternative_service_info_vector[0].alternative_service().protocol); EXPECT_EQ("", alternative_service_info_vector[0].alternative_service().host); EXPECT_EQ(443, alternative_service_info_vector[0].alternative_service().port); // Expiration defaults to one day from now, testing with tolerance. const base::Time now = base::Time::Now(); const base::Time expiration = alternative_service_info_vector[0].expiration(); EXPECT_LE(now + base::TimeDelta::FromHours(23), expiration); EXPECT_GE(now + base::TimeDelta::FromDays(1), expiration); EXPECT_EQ(kProtoQUIC, alternative_service_info_vector[1].alternative_service().protocol); EXPECT_EQ("", alternative_service_info_vector[1].alternative_service().host); EXPECT_EQ(123, alternative_service_info_vector[1].alternative_service().port); // numeric_limits<int64_t>::max() represents base::Time::Max(). EXPECT_EQ(base::Time::Max(), alternative_service_info_vector[1].expiration()); EXPECT_EQ(kProtoHTTP2, alternative_service_info_vector[2].alternative_service().protocol); EXPECT_EQ("example.org", alternative_service_info_vector[2].alternative_service().host); EXPECT_EQ(1234, alternative_service_info_vector[2].alternative_service().port); base::Time expected_expiration; ASSERT_TRUE( base::Time::FromUTCString("2036-12-31 10:00:00", &expected_expiration)); EXPECT_EQ(expected_expiration, alternative_service_info_vector[2].expiration()); } // Regression test for https://crbug.com/615497. TEST_P(HttpServerPropertiesManagerTest, DoNotLoadAltSvcForInsecureOrigins) { std::unique_ptr<base::Value> server_value = base::JSONReader::Read( "{\"alternative_service\":[{\"port\":443,\"protocol_str\":\"h2\"," "\"expiration\":\"9223372036854775807\"}]}"); ASSERT_TRUE(server_value); base::DictionaryValue* server_dict; ASSERT_TRUE(server_value->GetAsDictionary(&server_dict)); const url::SchemeHostPort server("http", "example.com", 80); AlternativeServiceMap alternative_service_map; EXPECT_FALSE(http_server_props_manager_->AddToAlternativeServiceMap( server, *server_dict, &alternative_service_map)); AlternativeServiceMap::iterator it = alternative_service_map.Get(server); EXPECT_EQ(alternative_service_map.end(), it); } // Do not persist expired alternative service entries to disk. TEST_P(HttpServerPropertiesManagerTest, DoNotPersistExpiredAlternativeService) { AlternativeServiceInfoVector alternative_service_info_vector; const AlternativeService broken_alternative_service( kProtoHTTP2, "broken.example.com", 443); const base::Time time_one_day_later = base::Time::Now() + base::TimeDelta::FromDays(1); alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo( broken_alternative_service, time_one_day_later)); // #1: MarkAlternativeServiceBroken(). http_server_props_manager_->MarkAlternativeServiceBroken( broken_alternative_service); const AlternativeService expired_alternative_service( kProtoHTTP2, "expired.example.com", 443); const base::Time time_one_day_ago = base::Time::Now() - base::TimeDelta::FromDays(1); alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo( expired_alternative_service, time_one_day_ago)); const AlternativeService valid_alternative_service(kProtoHTTP2, "valid.example.com", 443); alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo( valid_alternative_service, time_one_day_later)); const url::SchemeHostPort server("https", "www.example.com", 443); // #2: SetAlternativeServices(). ASSERT_TRUE(http_server_props_manager_->SetAlternativeServices( server, alternative_service_info_vector)); // |net_test_task_runner_| has a remaining pending task to expire // |broken_alternative_service| at |time_one_day_later|. Fast forward enough // such that the prefs update task is executed but not the task to expire // |broken_alternative_service|. EXPECT_EQ(2U, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( HttpServerPropertiesManager::GetUpdatePrefsDelayForTesting()); EXPECT_EQ(1U, NetTestSuite::GetScopedTaskEnvironment() ->GetPendingMainThreadTaskCount()); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); const base::DictionaryValue* pref_dict = pref_delegate_->GetServerProperties(); const base::ListValue* servers_list = nullptr; ASSERT_TRUE(pref_dict->GetListWithoutPathExpansion("servers", &servers_list)); base::ListValue::const_iterator it = servers_list->begin(); const base::DictionaryValue* server_pref_dict; ASSERT_TRUE(it->GetAsDictionary(&server_pref_dict)); const base::DictionaryValue* example_pref_dict; ASSERT_TRUE(server_pref_dict->GetDictionaryWithoutPathExpansion( "https://www.example.com", &example_pref_dict)); const base::ListValue* altsvc_list; ASSERT_TRUE(example_pref_dict->GetList("alternative_service", &altsvc_list)); ASSERT_EQ(2u, altsvc_list->GetSize()); const base::DictionaryValue* altsvc_entry; std::string hostname; ASSERT_TRUE(altsvc_list->GetDictionary(0, &altsvc_entry)); ASSERT_TRUE(altsvc_entry->GetString("host", &hostname)); EXPECT_EQ("broken.example.com", hostname); ASSERT_TRUE(altsvc_list->GetDictionary(1, &altsvc_entry)); ASSERT_TRUE(altsvc_entry->GetString("host", &hostname)); EXPECT_EQ("valid.example.com", hostname); } // Test that expired alternative service entries on disk are ignored. TEST_P(HttpServerPropertiesManagerTest, DoNotLoadExpiredAlternativeService) { auto alternative_service_list = std::make_unique<base::ListValue>(); auto expired_dict = std::make_unique<base::DictionaryValue>(); expired_dict->SetString("protocol_str", "h2"); expired_dict->SetString("host", "expired.example.com"); expired_dict->SetInteger("port", 443); base::Time time_one_day_ago = base::Time::Now() - base::TimeDelta::FromDays(1); expired_dict->SetString( "expiration", base::Int64ToString(time_one_day_ago.ToInternalValue())); alternative_service_list->Append(std::move(expired_dict)); auto valid_dict = std::make_unique<base::DictionaryValue>(); valid_dict->SetString("protocol_str", "h2"); valid_dict->SetString("host", "valid.example.com"); valid_dict->SetInteger("port", 443); valid_dict->SetString( "expiration", base::Int64ToString(one_day_from_now_.ToInternalValue())); alternative_service_list->Append(std::move(valid_dict)); base::DictionaryValue server_pref_dict; server_pref_dict.SetWithoutPathExpansion("alternative_service", std::move(alternative_service_list)); const url::SchemeHostPort server("https", "example.com", 443); AlternativeServiceMap alternative_service_map; ASSERT_TRUE(http_server_props_manager_->AddToAlternativeServiceMap( server, server_pref_dict, &alternative_service_map)); AlternativeServiceMap::iterator it = alternative_service_map.Get(server); ASSERT_NE(alternative_service_map.end(), it); AlternativeServiceInfoVector alternative_service_info_vector = it->second; ASSERT_EQ(1u, alternative_service_info_vector.size()); EXPECT_EQ(kProtoHTTP2, alternative_service_info_vector[0].alternative_service().protocol); EXPECT_EQ("valid.example.com", alternative_service_info_vector[0].alternative_service().host); EXPECT_EQ(443, alternative_service_info_vector[0].alternative_service().port); EXPECT_EQ(one_day_from_now_, alternative_service_info_vector[0].expiration()); } // Make sure prefs are updated on destruction. TEST_P(HttpServerPropertiesManagerTest, UpdatePrefsOnShutdown) { int pref_updates = 0; pref_delegate_->set_extra_update_prefs_callback( base::Bind([](int* updates) { (*updates)++; }, &pref_updates)); http_server_props_manager_.reset(); EXPECT_EQ(1, pref_updates); } TEST_P(HttpServerPropertiesManagerTest, PersistAdvertisedVersionsToPref) { const url::SchemeHostPort server_www("https", "www.google.com", 80); const url::SchemeHostPort server_mail("https", "mail.google.com", 80); // #1 & #2: Set alternate protocol. AlternativeServiceInfoVector alternative_service_info_vector; // Quic alternative service set with two advertised QUIC versions. AlternativeService quic_alternative_service1(kProtoQUIC, "", 443); base::Time expiration1; ASSERT_TRUE(base::Time::FromUTCString("2036-12-01 10:00:00", &expiration1)); QuicTransportVersionVector advertised_versions = {QUIC_VERSION_37, QUIC_VERSION_35}; alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateQuicAlternativeServiceInfo( quic_alternative_service1, expiration1, advertised_versions)); // HTTP/2 alternative service should not set any advertised version. AlternativeService h2_alternative_service(kProtoHTTP2, "www.google.com", 1234); base::Time expiration2; ASSERT_TRUE(base::Time::FromUTCString("2036-12-31 10:00:00", &expiration2)); alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo( h2_alternative_service, expiration2)); ASSERT_TRUE(http_server_props_manager_->SetAlternativeServices( server_www, alternative_service_info_vector)); // Set another QUIC alternative service with a single advertised QUIC version. AlternativeService mail_alternative_service(kProtoQUIC, "foo.google.com", 444); base::Time expiration3 = base::Time::Max(); ASSERT_TRUE(http_server_props_manager_->SetQuicAlternativeService( server_mail, mail_alternative_service, expiration3, advertised_versions_)); // #3: Set ServerNetworkStats. ServerNetworkStats stats; stats.srtt = base::TimeDelta::FromInternalValue(42); http_server_props_manager_->SetServerNetworkStats(server_mail, stats); // #4: Set quic_server_info string. QuicServerId mail_quic_server_id("mail.google.com", 80); std::string quic_server_info1("quic_server_info1"); http_server_props_manager_->SetQuicServerInfo(mail_quic_server_id, quic_server_info1); // #5: Set SupportsQuic. IPAddress actual_address(127, 0, 0, 1); http_server_props_manager_->SetSupportsQuic(true, actual_address); // Update Prefs. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); // Verify preferences with correct advertised version field. const char expected_json[] = "{\"quic_servers\":{\"https://mail.google.com:80\":{" "\"server_info\":\"quic_server_info1\"}},\"servers\":[" "{\"https://www.google.com:80\":{\"alternative_service\":[{" "\"advertised_versions\":[35,37],\"expiration\":\"13756212000000000\"," "\"port\":443,\"protocol_str\":\"quic\"},{\"advertised_versions\":[]," "\"expiration\":\"13758804000000000\",\"host\":\"www.google.com\"," "\"port\":1234,\"protocol_str\":\"h2\"}]}}," "{\"https://mail.google.com:80\":{\"alternative_service\":[{" "\"advertised_versions\":[39],\"expiration\":\"9223372036854775807\"," "\"host\":\"foo.google.com\",\"port\":444,\"protocol_str\":\"quic\"}]," "\"network_stats\":{\"srtt\":42}}}],\"supports_quic\":{" "\"address\":\"127.0.0.1\",\"used_quic\":true},\"version\":5}"; const base::Value* http_server_properties = pref_delegate_->GetServerProperties(); std::string preferences_json; EXPECT_TRUE( base::JSONWriter::Write(*http_server_properties, &preferences_json)); EXPECT_EQ(expected_json, preferences_json); } TEST_P(HttpServerPropertiesManagerTest, ReadAdvertisedVersionsFromPref) { std::unique_ptr<base::Value> server_value = base::JSONReader::Read( "{\"alternative_service\":[" "{\"port\":443,\"protocol_str\":\"quic\"}," "{\"port\":123,\"protocol_str\":\"quic\"," "\"expiration\":\"9223372036854775807\"," "\"advertised_versions\":[37,35]}]}"); ASSERT_TRUE(server_value); base::DictionaryValue* server_dict; ASSERT_TRUE(server_value->GetAsDictionary(&server_dict)); const url::SchemeHostPort server("https", "example.com", 443); AlternativeServiceMap alternative_service_map; EXPECT_TRUE(http_server_props_manager_->AddToAlternativeServiceMap( server, *server_dict, &alternative_service_map)); AlternativeServiceMap::iterator it = alternative_service_map.Get(server); ASSERT_NE(alternative_service_map.end(), it); AlternativeServiceInfoVector alternative_service_info_vector = it->second; ASSERT_EQ(2u, alternative_service_info_vector.size()); // Verify the first alternative service with no advertised version listed. EXPECT_EQ(kProtoQUIC, alternative_service_info_vector[0].alternative_service().protocol); EXPECT_EQ("", alternative_service_info_vector[0].alternative_service().host); EXPECT_EQ(443, alternative_service_info_vector[0].alternative_service().port); // Expiration defaults to one day from now, testing with tolerance. const base::Time now = base::Time::Now(); const base::Time expiration = alternative_service_info_vector[0].expiration(); EXPECT_LE(now + base::TimeDelta::FromHours(23), expiration); EXPECT_GE(now + base::TimeDelta::FromDays(1), expiration); EXPECT_TRUE(alternative_service_info_vector[0].advertised_versions().empty()); // Verify the second alterntaive service with two advertised versions. EXPECT_EQ(kProtoQUIC, alternative_service_info_vector[1].alternative_service().protocol); EXPECT_EQ("", alternative_service_info_vector[1].alternative_service().host); EXPECT_EQ(123, alternative_service_info_vector[1].alternative_service().port); EXPECT_EQ(base::Time::Max(), alternative_service_info_vector[1].expiration()); // Verify advertised versions. const QuicTransportVersionVector loaded_advertised_versions = alternative_service_info_vector[1].advertised_versions(); EXPECT_EQ(2u, loaded_advertised_versions.size()); EXPECT_EQ(QUIC_VERSION_35, loaded_advertised_versions[0]); EXPECT_EQ(QUIC_VERSION_37, loaded_advertised_versions[1]); } TEST_P(HttpServerPropertiesManagerTest, UpdatePrefWhenAdvertisedVersionsChange) { const url::SchemeHostPort server_www("https", "www.google.com", 80); // #1: Set alternate protocol. AlternativeServiceInfoVector alternative_service_info_vector; // Quic alternative service set with a single QUIC version: QUIC_VERSION_37. AlternativeService quic_alternative_service1(kProtoQUIC, "", 443); base::Time expiration1; ASSERT_TRUE(base::Time::FromUTCString("2036-12-01 10:00:00", &expiration1)); alternative_service_info_vector.push_back( AlternativeServiceInfo::CreateQuicAlternativeServiceInfo( quic_alternative_service1, expiration1, advertised_versions_)); ASSERT_TRUE(http_server_props_manager_->SetAlternativeServices( server_www, alternative_service_info_vector)); // Set quic_server_info string. QuicServerId mail_quic_server_id("mail.google.com", 80); std::string quic_server_info1("quic_server_info1"); http_server_props_manager_->SetQuicServerInfo(mail_quic_server_id, quic_server_info1); // Set SupportsQuic. IPAddress actual_address(127, 0, 0, 1); http_server_props_manager_->SetSupportsQuic(true, actual_address); // Update Prefs. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); // Verify preferences with correct advertised version field. const char expected_json[] = "{\"quic_servers\":{\"https://mail.google.com:80\":" "{\"server_info\":\"quic_server_info1\"}},\"servers\":[" "{\"https://www.google.com:80\":" "{\"alternative_service\":[{\"advertised_versions\":[39]," "\"expiration\":\"13756212000000000\",\"port\":443," "\"protocol_str\":\"quic\"}]}}],\"supports_quic\":" "{\"address\":\"127.0.0.1\",\"used_quic\":true},\"version\":5}"; const base::Value* http_server_properties = pref_delegate_->GetServerProperties(); std::string preferences_json; EXPECT_TRUE( base::JSONWriter::Write(*http_server_properties, &preferences_json)); EXPECT_EQ(expected_json, preferences_json); // #2: Set AlternativeService with different advertised_versions for the same // AlternativeService. AlternativeServiceInfoVector alternative_service_info_vector_2; // Quic alternative service set with two advertised QUIC versions. QuicTransportVersionVector advertised_versions = {QUIC_VERSION_37, QUIC_VERSION_35}; alternative_service_info_vector_2.push_back( AlternativeServiceInfo::CreateQuicAlternativeServiceInfo( quic_alternative_service1, expiration1, advertised_versions)); ASSERT_TRUE(http_server_props_manager_->SetAlternativeServices( server_www, alternative_service_info_vector_2)); // Update Prefs. EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardUntilNoTasksRemain(); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); // Verify preferences updated with new advertised versions. const char expected_json_updated[] = "{\"quic_servers\":{\"https://mail.google.com:80\":" "{\"server_info\":\"quic_server_info1\"}},\"servers\":[" "{\"https://www.google.com:80\":" "{\"alternative_service\":[{\"advertised_versions\":[35,37]," "\"expiration\":\"13756212000000000\",\"port\":443," "\"protocol_str\":\"quic\"}]}}],\"supports_quic\":" "{\"address\":\"127.0.0.1\",\"used_quic\":true},\"version\":5}"; EXPECT_TRUE( base::JSONWriter::Write(*http_server_properties, &preferences_json)); EXPECT_EQ(expected_json_updated, preferences_json); // #3: Set AlternativeService with same advertised_versions. AlternativeServiceInfoVector alternative_service_info_vector_3; // A same set of QUIC versions but listed in a different order. QuicTransportVersionVector advertised_versions_2 = {QUIC_VERSION_35, QUIC_VERSION_37}; alternative_service_info_vector_3.push_back( AlternativeServiceInfo::CreateQuicAlternativeServiceInfo( quic_alternative_service1, expiration1, advertised_versions_2)); ASSERT_FALSE(http_server_props_manager_->SetAlternativeServices( server_www, alternative_service_info_vector_3)); // No Prefs update. EXPECT_FALSE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); } TEST_P(HttpServerPropertiesManagerTest, UpdateCacheWithPrefs) { AlternativeService cached_broken_service(kProtoQUIC, "cached_broken", 443); AlternativeService cached_broken_service2(kProtoQUIC, "cached_broken2", 443); AlternativeService cached_recently_broken_service(kProtoQUIC, "cached_rbroken", 443); http_server_props_manager_->MarkAlternativeServiceBroken( cached_broken_service); http_server_props_manager_->MarkAlternativeServiceBroken( cached_broken_service2); http_server_props_manager_->MarkAlternativeServiceRecentlyBroken( cached_recently_broken_service); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); // Run the prefs update task but not the expiration task for // |cached_broken_service|. NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( HttpServerPropertiesManager::GetUpdatePrefsDelayForTesting()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates()); // Load the |pref_delegate_| with some JSON to verify updating the cache from // prefs. For the broken alternative services "www.google.com:1234" and // "cached_broken", the expiration time will be one day from now. std::string expiration_str = base::Int64ToString(static_cast<int64_t>(one_day_from_now_.ToTimeT())); std::unique_ptr<base::Value> server_value = base::JSONReader::Read( "{" "\"broken_alternative_services\":[" "{\"broken_until\":\"" + expiration_str + "\"," "\"host\":\"www.google.com\",\"port\":1234,\"protocol_str\":\"h2\"}," "{\"broken_count\":2,\"broken_until\":\"" + expiration_str + "\"," "\"host\":\"cached_broken\",\"port\":443,\"protocol_str\":\"quic\"}," "{\"broken_count\":3," "\"host\":\"cached_rbroken\",\"port\":443,\"protocol_str\":\"quic\"}]," "\"quic_servers\":{" "\"https://mail.google.com:80\":{" "\"server_info\":\"quic_server_info1\"}" "}," "\"servers\":[" "{\"https://www.google.com:80\":{" "\"alternative_service\":[" "{\"expiration\":\"13756212000000000\",\"port\":443," "\"protocol_str\":\"h2\"}," "{\"expiration\":\"13758804000000000\",\"host\":\"www.google.com\"," "\"port\":1234,\"protocol_str\":\"h2\"}" "]" "}}," "{\"https://mail.google.com:80\":{" "\"alternative_service\":[" "{\"expiration\":\"9223372036854775807\",\"host\":\"foo.google.com\"," "\"port\":444,\"protocol_str\":\"h2\"}" "]," "\"network_stats\":{\"srtt\":42}" "}}" "]," "\"supports_quic\":" "{\"address\":\"127.0.0.1\",\"used_quic\":true}," "\"version\":5" "}"); ASSERT_TRUE(server_value); base::DictionaryValue* server_dict; ASSERT_TRUE(server_value->GetAsDictionary(&server_dict)); pref_delegate_->SetPrefs(*server_dict); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); // Run the cache update task but not the expiration task for // |cached_broken_service|. NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( NetTestSuite::GetScopedTaskEnvironment() ->NextMainThreadPendingTaskDelay()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); // // Verify alternative service info for https://www.google.com // AlternativeServiceInfoVector alternative_service_info_vector = http_server_props_manager_->GetAlternativeServiceInfos( url::SchemeHostPort("https", "www.google.com", 80)); ASSERT_EQ(2u, alternative_service_info_vector.size()); EXPECT_EQ(kProtoHTTP2, alternative_service_info_vector[0].alternative_service().protocol); EXPECT_EQ("www.google.com", alternative_service_info_vector[0].alternative_service().host); EXPECT_EQ(443, alternative_service_info_vector[0].alternative_service().port); EXPECT_EQ( "13756212000000000", base::Int64ToString( alternative_service_info_vector[0].expiration().ToInternalValue())); EXPECT_EQ(kProtoHTTP2, alternative_service_info_vector[1].alternative_service().protocol); EXPECT_EQ("www.google.com", alternative_service_info_vector[1].alternative_service().host); EXPECT_EQ(1234, alternative_service_info_vector[1].alternative_service().port); EXPECT_EQ( "13758804000000000", base::Int64ToString( alternative_service_info_vector[1].expiration().ToInternalValue())); // // Verify alternative service info for https://mail.google.com // alternative_service_info_vector = http_server_props_manager_->GetAlternativeServiceInfos( url::SchemeHostPort("https", "mail.google.com", 80)); ASSERT_EQ(1u, alternative_service_info_vector.size()); EXPECT_EQ(kProtoHTTP2, alternative_service_info_vector[0].alternative_service().protocol); EXPECT_EQ("foo.google.com", alternative_service_info_vector[0].alternative_service().host); EXPECT_EQ(444, alternative_service_info_vector[0].alternative_service().port); EXPECT_EQ( "9223372036854775807", base::Int64ToString( alternative_service_info_vector[0].expiration().ToInternalValue())); // // Verify broken alternative services. // AlternativeService prefs_broken_service(kProtoHTTP2, "www.google.com", 1234); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service)); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service2)); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( prefs_broken_service)); // Verify brokenness expiration times. // |cached_broken_service|'s expiration time should've been overwritten by the // prefs to be approximately 1 day from now. |cached_broken_service2|'s // expiration time should still be 5 minutes due to being marked broken. // |prefs_broken_service|'s expiration time should be approximately 1 day from // now which comes from the prefs. NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromMinutes(4)); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service)); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service2)); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( prefs_broken_service)); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromDays(1)); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service)); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service2)); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( prefs_broken_service)); // Now that |prefs_broken_service|'s brokenness has expired, it should've // been removed from the alternative services info vectors of all servers. alternative_service_info_vector = http_server_props_manager_->GetAlternativeServiceInfos( url::SchemeHostPort("https", "www.google.com", 80)); ASSERT_EQ(1u, alternative_service_info_vector.size()); // // Verify recently broken alternative services. // // If an entry is already in cache, the broken count in the prefs should // overwrite the one in the cache. // |prefs_broken_service| should have broken-count 1 from prefs. // |cached_recently_broken_service| should have broken-count 3 from prefs. // |cached_broken_service| should have broken-count 2 from prefs. // |cached_broken_service2| should have broken-count 1 from being marked // broken. EXPECT_TRUE(http_server_props_manager_->WasAlternativeServiceRecentlyBroken( prefs_broken_service)); EXPECT_TRUE(http_server_props_manager_->WasAlternativeServiceRecentlyBroken( cached_recently_broken_service)); EXPECT_TRUE(http_server_props_manager_->WasAlternativeServiceRecentlyBroken( cached_broken_service)); EXPECT_TRUE(http_server_props_manager_->WasAlternativeServiceRecentlyBroken( cached_broken_service2)); // Make sure |prefs_broken_service| has the right expiration delay when marked // broken. Since |prefs_broken_service| had no broken_count specified in the // prefs, a broken_count value of 1 should have been assumed by // |http_server_props_manager_|. http_server_props_manager_->MarkAlternativeServiceBroken( prefs_broken_service); EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates()); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromMinutes(10) - base::TimeDelta::FromInternalValue(1)); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( prefs_broken_service)); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromInternalValue(1)); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( prefs_broken_service)); // Make sure |cached_recently_broken_service| has the right expiration delay // when marked broken. http_server_props_manager_->MarkAlternativeServiceBroken( cached_recently_broken_service); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromMinutes(40) - base::TimeDelta::FromInternalValue(1)); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( cached_recently_broken_service)); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromInternalValue(1)); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( cached_recently_broken_service)); // Make sure |cached_broken_service| has the right expiration delay when // marked broken. http_server_props_manager_->MarkAlternativeServiceBroken( cached_broken_service); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromMinutes(20) - base::TimeDelta::FromInternalValue(1)); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service)); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromInternalValue(1)); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service)); // Make sure |cached_broken_service2| has the right expiration delay when // marked broken. http_server_props_manager_->MarkAlternativeServiceBroken( cached_broken_service2); EXPECT_TRUE( NetTestSuite::GetScopedTaskEnvironment()->MainThreadHasPendingTask()); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromMinutes(10) - base::TimeDelta::FromInternalValue(1)); EXPECT_TRUE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service2)); NetTestSuite::GetScopedTaskEnvironment()->FastForwardBy( base::TimeDelta::FromInternalValue(1)); EXPECT_FALSE(http_server_props_manager_->IsAlternativeServiceBroken( cached_broken_service2)); // // Verify ServerNetworkStats. // const ServerNetworkStats* server_network_stats = http_server_props_manager_->GetServerNetworkStats( url::SchemeHostPort("https", "mail.google.com", 80)); EXPECT_TRUE(server_network_stats); EXPECT_EQ(server_network_stats->srtt, base::TimeDelta::FromInternalValue(42)); // // Verify QUIC server info. // const std::string* quic_server_info = http_server_props_manager_->GetQuicServerInfo( QuicServerId("mail.google.com", 80)); EXPECT_EQ("quic_server_info1", *quic_server_info); // // Verify supports QUIC. // IPAddress actual_address(127, 0, 0, 1); EXPECT_TRUE(http_server_props_manager_->GetSupportsQuic(&actual_address)); EXPECT_EQ(4, pref_delegate_->GetAndClearNumPrefUpdates()); } } // namespace net
585ce19f8e05fc107b60409b6bae3e041f1b064e
3192e987bbf6030c8c8993dd8b3cb4f8d7a40a6f
/2.2/shopping.cpp
54fcf768eaabe0a5d834ee94ec0cbfd03058f835
[]
no_license
haibara502/Usaco
1082f309e458427c903b707a690d1894efdbb2d1
2835aaf1c7377015712d5e9ae3fd559dec03f957
refs/heads/master
2021-01-23T08:04:38.213407
2014-07-20T12:45:11
2014-07-20T12:45:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,673
cpp
#include <iostream> #include <cstdio> #include <cstdlib> #include <cstring> #include <algorithm> using namespace std; const int maxn = 12, maxm = 1010; bool show[maxm]; int sum[maxn], price[maxn]; class Poi { public: int x, y; Poi(int x = 0, int y = 0):x(x), y(y){} } yh[maxn][maxn]; int f[6][6][6][6][6]; int N, M, total; int Int(int v) { if (show[v]) return show[v]; return show[v] = ++total; } void read() { scanf("%d", & M); memset(show, 0, sizeof show); total = 0; for (int i = 1; i <= M; ++i) { scanf("%d", & sum[i]); for (int j = 1; j <= sum[i]; ++j) { int a, b; scanf("%d%d", & a, & b); a = Int(a); yh[i][j] = Poi(a, b); } scanf("%d", & price[i]); } scanf("%d", & N); for (int i = 1; i <= N; ++i) { int a, b, c; scanf("%d%d%d", & a, & b, & c); a = Int(a); buy[i] = a; need[a] = b; sum[++M] = 1; yh[M][1] = Poi(a, 1); price[M] = c; } } int dfs(int need[6]) { if (f[need[1]][need[2]][need[3]][need[4]][need[5]] != -1) return f[need[1]][need[2]][need[3]][need[4]][need[5]]; int ans = -1; for (int e = 1; e <= M; ++e) { for (int i = 1; i < 6; ++i) temp[i] = need[i]; bool ff = true; for (int o = 1; o <= sum[e]; ++o) { bool ff1 = false; for (int r = 1; r <= 5; ++r) if (buy[r] == yh[e][o].x) { temp[r] -= yh[e][o].y; ff1 = true; break; } if (!ff1) { ff = false; break; } } if (!ff) continue; ans = min((unsigned)ans, (unsigned)(dfs(temp)) + price[e]); } return f[need[1]][need[2]][need[3]][need[4]][need[5]] = ans; } void getans() { memset(f, -1, sizeof f); f[0][0][0][0][0] = 0; cout << dfs(need) << endl; } int main() { read(); getans(); }
207a10616893c2870e0d012f6029be231a8e3a37
289d7ce33561aaa0cfd47986e8f2c41ec006a258
/RuCodeQualification/taskG/main.cpp
97d88d76178fa28cb05762462f668548db10da24
[]
no_license
adanil/CompetitiveProgramming
625d74c28b2d129c750176a44587169ec037b4a6
62b26981c0fd450bedfecc9c63363badb61d293b
refs/heads/main
2023-07-01T08:54:24.375216
2021-07-22T21:08:23
2021-07-22T21:08:23
334,717,559
0
0
null
null
null
null
UTF-8
C++
false
false
1,175
cpp
#include <iostream> #include <set> #include <cmath> using namespace std; using ll = long long; double dist(int x1,int y1,int x2,int y2){ double res = sqrt(pow(x2-x1,2) + pow(y2-y1,2)); // cout << res << endl; return res; } int main() { multiset<int>x,y; int x1,x2,x3,y1,y2,y3; cin >> x1 >> y1; cin >> x2 >> y2; cin >> x3 >> y3; pair<int,int>a,b,c; if (abs(dist(x1,y1,x2,y2) - dist(x2,y2,x3,y3)) < 0.005){ a.first = x1; a.second = y1; b.first = x2; b.second = y2; c.first = x3; c.second = y3; } else if(abs(dist(x1,y1,x2,y2) - dist(x1,y1,x3,y3)) < 0.005){ b.first = x1; b.second = y1; a.first = x2; a.second = y2; c.first = x3; c.second = y3; } else{ a.first = x1; a.second = y1; c.first = x2; c.second = y2; b.first = x3; b.second = y3; } double xo,yo; xo = (double)(a.first + c.first)/2; yo = (double)(a.second + c.second)/2; double ansx = 2*xo - b.first; double ansy = 2*yo - b.second; cout << ansx << ' ' << ansy << endl; return 0; }
f0f5fcca5d39e9796dedfb5b7d9a793a87edcac8
b8f09814996a56fc81192cd9421e8ab1d31941ab
/ACE400Gage.cpp
284b158f8fa24cfd57fdaa9d68a0b677dde85abc
[]
no_license
15831944/4wGageStudy
51558b716b186bacfa259ba11e0ba18f2a3be40a
c2560b57e07c076088c999b260d44cae3bb34767
refs/heads/master
2020-09-11T10:45:28.202444
2019-02-25T06:40:24
2019-02-25T06:40:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,039
cpp
// ACE400Gage.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "ACE400Gage.h" #include "MainDialog.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CACE400GageApp BEGIN_MESSAGE_MAP(CACE400GageApp, CWinApp) //{{AFX_MSG_MAP(CACE400GageApp) // NOTE - the ClassWizard will add and remove mapping macros here. // DO NOT EDIT what you see in these blocks of generated code! //}}AFX_MSG ON_COMMAND(ID_HELP, CWinApp::OnHelp) END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CACE400GageApp construction CACE400GageApp::CACE400GageApp() { // TODO: add construction code here, // Place all significant initialization in InitInstance } ///////////////////////////////////////////////////////////////////////////// // The one and only CACE400GageApp object CACE400GageApp theApp; ///////////////////////////////////////////////////////////////////////////// // CACE400GageApp initialization BOOL CACE400GageApp::InitInstance() { AfxEnableControlContainer(); // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific initialization routines you do not need. #ifdef _AFXDLL Enable3dControls(); // Call this when using MFC in a shared DLL #else Enable3dControlsStatic(); // Call this when linking to MFC statically #endif CMainDialog dlg; m_pMainWnd = &dlg; int nResponse = dlg.DoModal(); if (nResponse == IDOK) { // TODO: Place code here to handle when the dialog is // dismissed with OK } else if (nResponse == IDCANCEL) { // TODO: Place code here to handle when the dialog is // dismissed with Cancel } // Since the dialog has been closed, return FALSE so that we exit the // application, rather than start the application's message pump. return FALSE; }
3302e81ec5206cc8a96b53a8f983f11a51bc78d7
364f92fafde80b3681ee0a82aed3757c3ca3fbd6
/include/choose.h
13b092203adebf6308dec9e4a37f5b6d038ce91c
[]
no_license
catterer/memsug
d33f586f65c8caa19ff606512d008ea458b079c1
9336c5aefb52eb0dadd4535024ce3d4cf2aa42f4
refs/heads/master
2020-03-27T00:06:56.866471
2018-09-30T16:30:56
2018-09-30T16:30:56
145,595,056
0
0
null
null
null
null
UTF-8
C++
false
false
293
h
#pragma once template <bool flag, class IsTrue, class IsFalse> struct choose; template <class IsTrue, class IsFalse> struct choose<true, IsTrue, IsFalse> { typedef IsTrue type; }; template <class IsTrue, class IsFalse> struct choose<false, IsTrue, IsFalse> { typedef IsFalse type; };
d5a69cbc8b05c68789cb4b2a71c4e59dde72a049
f4efb77111ca40aac55766c3740d8111979ba738
/CGE/Camera.cpp
5990624bbe9db6802bd837f3f5bec1e56a38ca00
[]
no_license
TheBuzzSaw/cyborus-game-engine
452dd0a024c14f151770c448ba39b0bc33519a14
12f51514d2d3d47bf9363d3e0da67741ff86a11c
refs/heads/master
2020-12-25T09:38:17.684060
2012-11-23T20:51:13
2012-11-23T20:51:13
2,662,354
2
4
null
null
null
null
UTF-8
C++
false
false
5,097
cpp
#include "Camera.h" #include "Tools.h" using namespace std; namespace CGE { Camera::Camera() : mDistance(0.0f), mRotation(0.0f), mAngle(0.0f), mFollow(NULL), mShakeCurrentPositionX(0.0f), mShakeCurrentPositionY(0.0f), mShakeCurrentDegrees(0.0f) { } Camera::~Camera() { } void Camera::update() { mAngleMatrix.loadIdentity(); if (mDistance > 0.0f) mAngleMatrix.translate(0.0f, 0.0f, -mDistance); mAngleMatrix.rotateX(mAngle); mAngleMatrix.rotateZ(mRotation); mTranslateMatrix.loadIdentity(); calculateShakePosition(); if (mFollow) { mTranslateMatrix.translate(-mFollow[0] + mShakeCurrentPositionX, -mFollow[1] + mShakeCurrentPositionY, -mFollow[2]); } else { mTranslateMatrix.translate(-mPosition[0] + mShakeCurrentPositionX, -mPosition[1] + mShakeCurrentPositionY, -mPosition[2]); } } void Camera::shakeCamera(double inMagnitude, double inSpeed, double inRateOfDecay) { mShakeMagnitudes.push_back(inMagnitude); mShakeSpeeds.push_back(inSpeed); mShakeRatesOfDecay.push_back(inRateOfDecay); } void Camera::stopCameraShake() { list<double>::iterator rateOfDecay = mShakeRatesOfDecay.begin(); list<double>::iterator magnitude = mShakeMagnitudes.begin(); while (rateOfDecay != mShakeRatesOfDecay.end()) { *rateOfDecay = *magnitude; ++rateOfDecay; ++magnitude; } } void Camera::calculateShakePosition() { if (mShakeMagnitudes.size() > 0) { double currentMagnitude = 0.0f; //using iterators to run through the lists makes it easier to remove elements list<double>::iterator magnitude = mShakeMagnitudes.begin(); list<double>::iterator speed = mShakeSpeeds.begin(); list<double>::iterator rateOfDecay = mShakeRatesOfDecay.begin(); while (magnitude != mShakeMagnitudes.end()) { currentMagnitude += *magnitude; mShakeCurrentDegrees += *speed; *magnitude -= *rateOfDecay; if (*magnitude <= 0.0f) { magnitude = mShakeMagnitudes.erase(magnitude); speed = mShakeSpeeds.erase(speed); rateOfDecay = mShakeRatesOfDecay.erase(rateOfDecay); if (mShakeMagnitudes.size() == 0) { mShakeCurrentDegrees = 0.0f; mShakeCurrentPositionX = 0.0f; mShakeCurrentPositionY = 0.0f; } } else { ++magnitude; ++speed; ++rateOfDecay; } } double radians = TO_RADIANS(mShakeCurrentDegrees); mShakeCurrentPositionX = float(sin(radians) * currentMagnitude); mShakeCurrentPositionY = float(sin(radians * 2) * currentMagnitude); } } void Camera::setDistance(float inDistance) { if (inDistance < 0.0f) mDistance = 0.0f; else mDistance = inDistance; } void Camera::changeDistance(float inOffset) { setDistance(mDistance + inOffset); } void Camera::setRotation(float inRotation) { if (inRotation < 0.0f) mRotation = fmod(inRotation - 180.0f, 360.0f) + 180.0f; else mRotation = fmod(inRotation + 180.0f, 360.0f) - 180.0f; } void Camera::changeRotation(float inOffset) { setRotation(mRotation + inOffset); } void Camera::setAngle(float inAngle) { if (inAngle < 0.0f) mAngle = fmod(inAngle - 180.0f, 360.0f) + 180.0f; else mAngle = fmod(inAngle + 180.0f, 360.0f) - 180.0f; } void Camera::changeAngle(float inOffset) { setAngle(mAngle + inOffset); } void Camera::setPosition(float inX, float inY, float inZ) { mPosition[0] = inX; mPosition[1] = inY; mPosition[2] = inZ; } void Camera::changePosition(float inX, float inY, float inZ) { mPosition[0] = inX; mPosition[1] = inY; mPosition[2] = inZ; } void Camera::smartPan(float inX, float inY) { float theta = TO_RADIANS(mRotation); float c = cos(theta); float s = sin(theta); float dxp = c * inX; float dyp = -s * inX; dxp += s * inY; dyp += c * inY; mPosition[0] += dxp; mPosition[1] += dyp; } void Camera::unfollow(bool inCopyTargetPosition) { if (mFollow && inCopyTargetPosition) mPosition = mFollow; mFollow = NULL; } void Camera::unfollow(const float* inTarget, bool inCopyTargetPosition) { if (mFollow == inTarget) unfollow(inCopyTargetPosition); } }
225e4701cc8e08ad2a896369db7b62208e818809
ce7382a00af98c50f6f97498759b1c4ee0c3b34d
/cpp2014/D04Ex1/D04Ex1.cpp
6e2d467bf1c7448b1706afc6d56833ad03bc74bd
[]
no_license
kaitas/ShiraiLabOpen
c6ed177ed90e35b2923ece61c857ef02ce6f3fc2
591b9e7c2e851e3e1fa8b5704fac8a0c71b6a3b9
refs/heads/master
2020-05-15T11:34:22.440348
2015-07-07T07:37:36
2015-07-07T07:37:36
11,739,259
1
0
null
null
null
null
ISO-8859-1
C++
false
false
1,008
cpp
#include <iostream> #include <cmath> using namespace std; class Triangle { double a,b,c; public: void set_a(double x) {a=x;} void set_b(double x) {b=x;} void set_c(double x) {c=x;} double get_a() {return a;} double get_b() {return b;} double get_c() {return c;} double area(); void show(); }; double Triangle::area() { double s; s = (a+b+c) /2; return sqrt( s * (s-a) * (s-b) * (s-c)); } void Triangle::show() { cout << "•Óa = " << a << "\n"; cout << "•Ób = " << b << "\n"; cout << "•Óc = " << c << "\n"; cout << "–ÊÏ = " << area() << "\n"; } Triangle max_tri(Triangle o1, Triangle o2) { if (o1.area() > o2.area()) { return o1; } else { return o2; } } int main() { Triangle obj1, obj2, obj3; obj1.set_a(3.0); obj1.set_b(4.0); obj1.set_c(5.0); obj2.set_a(5.0); obj2.set_b(12.0); obj2.set_c(13.0); cout << "ŽOŠpŒ`\n"; obj1.show(); cout << "ŽOŠpŒ`\n"; obj2.show(); obj3 = max_tri(obj1,obj2); cout << "‘å‚«‚¢ŽOŠpŒ`\n"; obj3.show(); return 0; }
b8ff512cf6ca0ddcacee88a163ce65c63e81319b
7f8f2fe91b9a136af6102de77f10248344e75102
/include/life/composite_archive.h
27f7f9b4f2e2d45bf7fcfc9c5f4de44425d72967
[]
no_license
markglenn/life
2dcaed38fa311589095adf61ea1ce7aae17b37ef
0702f52da7adb3aa554874ce6e631f119c8086cc
HEAD
2016-09-05T12:55:53.463898
2014-11-03T22:57:06
2014-11-03T22:57:06
1,785,754
0
0
null
null
null
null
UTF-8
C++
false
false
811
h
#ifndef _LIFE_COMPOSITE_ARCHIVE_H_ #define _LIFE_COMPOSITE_ARCHIVE_H_ #include "archive.h" #include <list> namespace life { class composite_archive : public archive { public: composite_archive() { } virtual ~composite_archive( ) { } void add_archive( archive* archive ); void add_archive( std::unique_ptr<archive> archive ); virtual std::string name( ) const { return "Composite archive"; } virtual std::unique_ptr<std::istream> open( const std::string& filename, std::ios_base::openmode mode = std::ios_base::in ) const; virtual bool exists( const std::string& filename ) const; private: std::list< std::unique_ptr<archive> > _archives; }; } #endif // _LIFE_COMPOSITE_ARCHIVE_H_
de560f260e7b00a3197035fa18e8136c70d965b8
9021fb8bc61efba92f1cf8e451ed385618d44c9c
/Graphics/animation/compiled/3.cpp
197a4505eabdeaa785297926053e7e670fc5d105
[]
no_license
centerorbit/nah-vee.arduino
c73dbd72de1e75d8808fc1ab83a8127d83991ae0
a8fda99ff12768a8c4ce7c5a39fd68fd6c47ce7d
refs/heads/master
2021-01-10T22:08:00.147863
2012-09-10T14:08:41
2012-09-10T14:08:41
33,912,862
0
0
null
null
null
null
UTF-8
C++
false
false
1,057
cpp
//------------------------------------------------------------------------------ // File generated by LCD Assistant // http://en.radzio.dxp.pl/bitmap_converter/ //------------------------------------------------------------------------------ const unsigned char 3 [] = { 0x00, 0x00, 0x00, 0xF0, 0x08, 0x08, 0x08, 0x08, 0x10, 0x10, 0x20, 0x40, 0x80, 0x00, 0x80, 0x80, 0x80, 0x80, 0x00, 0x80, 0x40, 0x20, 0x10, 0x10, 0x08, 0x08, 0x08, 0x08, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x04, 0x08, 0x10, 0x20, 0x70, 0xFC, 0xFE, 0xFF, 0x07, 0x8B, 0x03, 0x03, 0x8B, 0x07, 0xFF, 0xFE, 0xFC, 0x70, 0x20, 0x10, 0x08, 0x04, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x0B, 0x17, 0x17, 0x0E, 0x0E, 0x0E, 0x0E, 0x17, 0x17, 0x0B, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
[ "centeror@localhost" ]
centeror@localhost
ebf49680a83fe96425fd7e7f38768465ba30491a
c70f56b2965cc0d00455324dcfff43a2a57d1980
/GS/net.h
4be3ae31aaecc3a3ec3b6db89c7a52696f26f9e6
[]
no_license
m1771vw/GroundStation
4a595bbd67d1ad719ba29b0faa72dc9b714df657
801313e9c81b953ec6b9658e5ad8df18eb911257
refs/heads/master
2021-01-18T04:23:39.744747
2015-10-23T23:40:02
2015-10-23T23:40:02
44,844,847
0
0
null
2015-10-24T00:04:32
2015-10-24T00:04:31
null
UTF-8
C++
false
false
6,448
h
#ifndef NET_H #define NET_H //#pragma once /* This is the gafferon games example of the Net header file. We are using this because initializing ports, setting up addresses, sending/receiving etc. is mostly the same process each time it is coded. Instead of rewriting everything, it was simpler just to use his file. Source: http://www.gaffer.org/networking-for-game-programmers */ // platform detection #define PLATFORM_WINDOWS 1 #define PLATFORM_MAC 2 #define PLATFORM_UNIX 3 #if defined(_WIN32) #define PLATFORM PLATFORM_WINDOWS #elif defined(__APPLE__) #define PLATFORM PLATFORM_MAC #else #define PLATFORM PLATFORM_UNIX #endif #if PLATFORM == PLATFORM_WINDOWS //#include <winsock2.h> #include <windows.h> //#pragma comment( lib, "wsock32.lib" ) #elif PLATFORM == PLATFORM_MAC || PLATFORM == PLATFORM_UNIX #include <sys/socket.h> #include <netinet/in.h> #include <fcntl.h> #else #error unknown platform! #endif #include <assert.h> #include <stdio.h> namespace net { // platform independent wait for n seconds #if PLATFORM == PLATFORM_WINDOWS /*void wait(float seconds) { Sleep((int)(seconds * 1000.0f)); }*/ #else #include <unistd.h> //void wait(float seconds) { usleep((int)(seconds * 1000000.0f)); } #endif // internet address class GS_Address { public: GS_Address() { address = 0; port = 0; } GS_Address(unsigned char a, unsigned char b, unsigned char c, unsigned char d, unsigned short port) { this->address = (a << 24) | (b << 16) | (c << 8) | d; this->port = port; } GS_Address(unsigned int address, unsigned short port) { this->address = address; this->port = port; } unsigned int GetAddress() const { return address; } unsigned char GetA() const { return (unsigned char)(address >> 24); } unsigned char GetB() const { return (unsigned char)(address >> 16); } unsigned char GetC() const { return (unsigned char)(address >> 8); } unsigned char GetD() const { return (unsigned char)(address); } unsigned short GetPort() const { return port; } bool operator == (const GS_Address & other) const { return address == other.address && port == other.port; } bool operator != (const GS_Address & other) const { return !(*this == other); } private: unsigned int address; unsigned short port; }; // sockets inline bool InitializeSockets() { #if PLATFORM == PLATFORM_WINDOWS WSADATA WsaData; return WSAStartup(MAKEWORD(2, 2), &WsaData) == NO_ERROR; #else return true; #endif } inline void ShutdownSockets() { #if PLATFORM == PLATFORM_WINDOWS WSACleanup(); #endif } class GS_Socket { public: GS_Socket() { socket = 0; } ~GS_Socket() { Close(); } bool Open(unsigned short port) { assert(!IsOpen()); // create socket socket = ::socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); if (socket <= 0) { printf("failed to create socket\n"); socket = 0; return false; } // bind to port sockaddr_in address; address.sin_family = AF_INET; address.sin_addr.s_addr = INADDR_ANY; address.sin_port = htons((unsigned short)port); if (bind(socket, (const sockaddr*)&address, sizeof(sockaddr_in)) < 0) { printf("failed to bind socket\n"); Close(); return false; } // set non-blocking io #if PLATFORM == PLATFORM_MAC || PLATFORM == PLATFORM_UNIX int nonBlocking = 1; if (fcntl(socket, F_SETFL, O_NONBLOCK, nonBlocking) == -1) { printf("failed to set non-blocking socket\n"); Close(); return false; } #elif PLATFORM == PLATFORM_WINDOWS DWORD nonBlocking = 1; if (ioctlsocket(socket, FIONBIO, &nonBlocking) != 0) { printf("failed to set non-blocking socket\n"); Close(); return false; } #endif return true; } void Close() { if (socket != 0) { #if PLATFORM == PLATFORM_MAC || PLATFORM == PLATFORM_UNIX close(socket); #elif PLATFORM == PLATFORM_WINDOWS closesocket(socket); #endif socket = 0; } } bool IsOpen() const { return socket != 0; } bool Send(const GS_Address & destination, const void * data, int size) { assert(data); assert(size > 0); if (socket == 0) return false; sockaddr_in address; address.sin_family = AF_INET; address.sin_addr.s_addr = htonl(destination.GetAddress()); address.sin_port = htons((unsigned short)destination.GetPort()); int sent_bytes = sendto(socket, (const char*)data, size, 0, (sockaddr*)&address, sizeof(sockaddr_in)); return sent_bytes == size; } int Receive(GS_Address & sender, void * data, int size) { assert(data); assert(size > 0); if (socket == 0) return false; #if PLATFORM == PLATFORM_WINDOWS typedef int socklen_t; #endif sockaddr_in from; socklen_t fromLength = sizeof(from); int received_bytes = recvfrom(socket, (char*)data, size, 0, (sockaddr*)&from, &fromLength); if (received_bytes <= 0) return 0; unsigned int address = ntohl(from.sin_addr.s_addr); unsigned int port = ntohs(from.sin_port); sender = GS_Address(address, port); return received_bytes; } private: int socket; }; } #endif // NET_H
b09d7f0b873cd9cd0bdef7b444038b95f922ad59
88f3f0d14839b7a0184ee450a7360fee675b720e
/.ino.cpp
702a6c552950607a034dbffea095d345f1ee5e1c
[]
no_license
kevywilly/tigercat
d08221a2efd76558250e8b4a3e5de2af006c562f
c4459f40ab4202cf3ff2f4502f9e9907a953a2bc
refs/heads/master
2021-01-12T06:50:43.469221
2016-12-19T07:33:29
2016-12-19T07:33:29
76,839,249
0
0
null
null
null
null
UTF-8
C++
false
false
368
cpp
#ifdef __IN_ECLIPSE__ //This is a automatic generated file //Please do not modify this file //If you touch this file your change will be overwritten during the next build //This file has been generated on 2016-12-19 02:19:56 #include "Arduino.h" #include "Arduino.h" #include <Servo.h> #include "HindLeg.h" void setup() ; void loop() ; #include "tiger.ino" #endif
5345a291d63695c5f011538c4302fcecd7746000
17f37b79643b9c6acd181c55c43a3ab4c889433e
/cavity/66.2/uniform/time
dbd91454a7e1abb07004aa8e864b16c01089f1e3
[]
no_license
aashay201297/OpenFOAM-simulations
5208b766ab1e715178e42c73d028cc43d17ec4c9
273f60ef66e6f5b0c99a53ac52de406be0e876a2
refs/heads/master
2021-01-23T06:34:17.044650
2017-06-04T19:02:27
2017-06-04T19:02:27
86,373,858
0
0
null
null
null
null
UTF-8
C++
false
false
995
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "66.2/uniform"; object time; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // value 66.200000000012281; name "66.2"; index 13240; deltaT 0.005; deltaT0 0.005; // ************************************************************************* //
4062807a14788700e2d7efdfbe73bbb49982fc77
cc04631394dc5ed26538cbfab434d1926edf2a31
/Bztree/allocator_internal.cc
b19e8c9832f4737406d6e3cec95ddb96c49b3a04
[ "MIT" ]
permissive
ziyi-yan/ssd-vs-pm
e51decbfc4bd31d8c28ad6a6bad5e1717ce997c4
ace461a81efe5497b464aebbff8a8c700b6fd594
refs/heads/master
2023-08-28T19:44:11.542415
2021-09-01T17:33:53
2021-09-01T17:33:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
667
cc
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #include "allocator_internal.h" #include "auto_ptr.h" #include "macros.h" #pragma warning(disable: 4172) namespace pmwcas { unique_ptr_t<IAllocator> Allocator::allocator_; Status Allocator::Initialize(std::function<Status(IAllocator*&)> create, std::function<void(IAllocator*)> destroy) { if(allocator_.get()) { return Status::Corruption("Allocator has already been initialized."); } IAllocator* allocator; RETURN_NOT_OK(create(allocator)); allocator_ = unique_ptr_t<IAllocator>(allocator, destroy); return Status::OK(); } } // namespace pmwcas
09e3248b321d600695009c9050a57e81bc5bdaad
6c0a99af4f16f477cb16a7a583da6be891b8e5db
/local/src/VieworksDummy/PixelFormat/cmono_8.h
5733d6566774b9c7e5f79fb194dc3b7d5d6f7203
[]
no_license
scimusmn/MotionLabRewrite
57bb6e7fff1d94103e3b4f821866cbcffbefcee8
1e41b862dd274510a9d28c4bb85be716a8bc89e9
refs/heads/master
2023-02-25T04:45:49.924117
2023-02-21T23:45:05
2023-02-21T23:45:05
164,029,434
0
1
null
null
null
null
UTF-8
C++
false
false
445
h
#ifndef CMONO_8_H #define CMONO_8_H #include "imono.h" namespace PixelFormat { namespace Mono { class CMono_8 : public IMono { public: CMono_8(uint32_t unWidth, uint32_t unHeight, uint32_t unBpp); virtual ~CMono_8(); uint8_t* ToBGR8(uint8_t* pRawImage); uint8_t* ToRGB8(uint8_t* pRawImage); bool SaveImage(); }; } } #endif // CMONO_8_H
f02eb3b95a9a57032fddd373d10f09b2a700f6a6
89dcccb951d343f1936a8329aa539ba5a4f6f91b
/김준성/ss/ss/stdafx.cpp
dc3de5b44b88ee22824daf37a10d762b2a8c7339
[]
no_license
nakta1617/sbs20120806
4d89f8f19c0283254b4d159384b6f3a6edadbf32
f5dadb04028bd1b98300f02225dcd89d4051f78f
refs/heads/master
2021-01-24T02:16:52.794883
2012-08-17T10:55:55
2012-08-17T10:55:55
null
0
0
null
null
null
null
UHC
C++
false
false
328
cpp
// stdafx.cpp : 표준 포함 파일만 들어 있는 소스 파일입니다. // ss.pch는 미리 컴파일된 헤더가 됩니다. // stdafx.obj에는 미리 컴파일된 형식 정보가 포함됩니다. #include "stdafx.h" // TODO: 필요한 추가 헤더는 // 이 파일이 아닌 STDAFX.H에서 참조합니다.
1c1bf3000144ae0296aa64415b14e6b888970207
9e0185afe85cbc10146d8b81502dac1e094ae6b9
/LabExercise_03_08.cpp
5a5d2b749526f1d9c5f2256ef349b9cf7c6fbef4
[]
no_license
yousuf-cse-bd/ProgrammingGathering
98431f05bb59d44ee81203071a19994a407641cf
64b7d5f3c631b79069c6861fc3874986e61f5df4
refs/heads/main
2023-02-27T09:22:30.727586
2021-02-01T17:58:48
2021-02-01T17:58:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
661
cpp
#include <iostream> using namespace std; int main() { float firstSub, secondSub, thirdSub, avg; cout<<"Enter First Subject Marks Here: "; cin>>firstSub; cout<<"Enter Second Subject Marks Here: "; cin>>secondSub; cout<<"Enter Third Subject Marks Here: "; cin>>thirdSub; avg = (firstSub + secondSub + thirdSub) / 3; if(avg >= 60 && avg<=100) { cout<<"First Division"<<endl; } else if(avg>=50 && avg<=59) { cout<<"Second Division"<<endl; } else if(avg>=40 && avg<=49) { cout<<"Third Division"<<endl; } else { cout<<"Fail"<<endl; } return 0; }
ce101e1e6b3d0171d5673db30fd19cc37840aab3
af0ecafb5428bd556d49575da2a72f6f80d3d14b
/CodeJamCrawler/dataset/13_22231_63.cpp
309750199e7ad61e05563b5c1398798ea4697534
[]
no_license
gbrlas/AVSP
0a2a08be5661c1b4a2238e875b6cdc88b4ee0997
e259090bf282694676b2568023745f9ffb6d73fd
refs/heads/master
2021-06-16T22:25:41.585830
2017-06-09T06:32:01
2017-06-09T06:32:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,818
cpp
#define _CRT_SECURE_NO_WARNINGS #include <cstdio> #include <cmath> #include <cstring> #include <cstdlib> #include <ctime> #include <cassert> #include <iostream> #include <fstream> #include <sstream> #include <algorithm> #include <string> #include <vector> #include <set> #include <map> #include <list> #include <complex> #pragma comment(linker, "/STACK:266777216") using namespace std; #define assert(f) { if(!(f)) { fprintf(stderr,"Assertion failed: "); fprintf(stderr,#f); fprintf(stderr,"\n"); exit(1); } } typedef long long LL; typedef unsigned long long ULL; typedef vector<int> VI; typedef vector<VI> VVI; typedef pair<int,int> PII; typedef vector<PII> VPII; typedef vector<double> VD; typedef pair<double,double> PDD; const int inf=1000000000; const LL INF=LL(inf)*inf; const double eps=1e-9; const double PI=2*acos(0.0); #define bit(n) (1<<(n)) #define bit64(n) ((LL(1))<<(n)) #define pb push_back #define sz size() #define mp make_pair #define cl clear() #define all(a) (a).begin(),(a).end() #define fill(ar,val) memset((ar),(val),sizeof (ar)) #define MIN(a,b) {if((a)>(b)) (a)=(b);} #define MAX(a,b) {if((a)<(b)) (a)=(b);} #define sqr(x) ((x)*(x)) #define X first #define Y second clock_t start=clock(); #define MOD 1000002013 struct ev { int x,tp,cnt; ev(){} ev(int x_,int tp_,int cnt_):x(x_),tp(tp_),cnt(cnt_){} bool operator<(const ev &e) const { return x < e.x || x == e.x && tp < e.tp; } }; int main() { freopen("a1.in","r",stdin); freopen("a1.out","w",stdout); int TST,tst=0; for(scanf("%d",&TST);TST--;) { printf("Case #%d: ",++tst); fprintf(stderr,"Case #%d:\n",tst); LL n; int m; scanf("%lld%d",&n,&m); fprintf(stderr,"n=%lld m=%d\n",n,m); int ans=0; map<PII,LL> pas; for(int i=0;i<m;i++) { int o,e,p; scanf("%d%d%d",&o,&e,&p); LL d = e - o; LL sum = d * (2*n-d+1) / 2 % MOD; ans = (ans + p * sum) % MOD; pas[mp(o,-1)]+=p; pas[mp(e,+1)]+=p; } map<LL,LL> cur; map<LL,LL>::iterator it1; int px=0; for(map<PII,LL>::iterator it=pas.begin();it!=pas.end();++it) { LL x = it->X.X; LL cnt = it->Y; for(it1 = cur.begin();it1!=cur.end();++it1) { LL y = it1->X; LL num = it1->Y % MOD; LL sum = (2*(n+y)-x-px+1) * (x-px) / 2 % MOD; ans = (ans - sum * num) % MOD; } if(it->X.Y==-1) { cur[x]+=cnt; } else { for(it1=--cur.end();cnt>0;--it1) { LL w = min(it1->Y, cnt); it1->Y-=w; cnt-=w; } } px=x; } if(ans<0) ans+=MOD; printf("%d\n",ans); } fprintf(stderr,"time=%.3lfsec\n",0.001*(clock()-start)); return 0; }
46f1918fe2cee91b8fa712090f4584709c8c6886
7e8f7ff272226486b66f51df79e46a673112a58c
/funny-code/array-and-point.cpp
ba8161cb138f03417a576bda47d575c0708fc731
[]
no_license
brighthush/algorithms
a9667de187444107ec2c8b34648f913670b5fc58
68bdfd4e38b67887b95caebcbbd98296747e9a9e
refs/heads/master
2021-01-01T18:34:45.375343
2015-06-26T03:11:40
2015-06-26T03:11:40
28,585,139
0
0
null
null
null
null
UTF-8
C++
false
false
315
cpp
#include <iostream> using namespace std; int main() { int matrix[2][3] = { {0, 1, 2}, {3, 4,5} }; int *p[2]; // array of pointer for(int i=0; i<2; ++i) p[i] = matrix[i]; for(int i=0; i<2; ++i) for(int j=0; j<3; ++j) cout << p[i][j] << endl; int (*p)[3]; // pointer to array return 0; }
[ "brighthush at sina dot com" ]
brighthush at sina dot com
7bb8772e12658574f036426518194f4c336bebac
0744dcc5394cebf57ebcba343747af6871b67017
/external/protobuf/src/google/protobuf/unittest_preserve_unknown_enum2.pb.h
7dd423deb90b70aca4b8a563931a6443742823e3
[ "MIT", "Apache-2.0", "LicenseRef-scancode-protobuf" ]
permissive
Samsung/TizenRT
96abf62f1853f61fcf91ff14671a5e0c6ca48fdb
1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686
refs/heads/master
2023-08-31T08:59:33.327998
2023-08-08T06:09:20
2023-08-31T04:38:20
82,517,252
590
719
Apache-2.0
2023-09-14T06:54:49
2017-02-20T04:38:30
C
UTF-8
C++
false
true
19,632
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/unittest_preserve_unknown_enum2.proto #ifndef PROTOBUF_google_2fprotobuf_2funittest_5fpreserve_5funknown_5fenum2_2eproto__INCLUDED #define PROTOBUF_google_2fprotobuf_2funittest_5fpreserve_5funknown_5fenum2_2eproto__INCLUDED #include <string> #include <google/protobuf/stubs/common.h> #if GOOGLE_PROTOBUF_VERSION < 3005000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif #if 3005001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. #endif #include <google/protobuf/io/coded_stream.h> #include <google/protobuf/arena.h> #include <google/protobuf/arenastring.h> #include <google/protobuf/generated_message_table_driven.h> #include <google/protobuf/generated_message_util.h> #include <google/protobuf/metadata.h> #include <google/protobuf/message.h> #include <google/protobuf/repeated_field.h> // IWYU pragma: export #include <google/protobuf/extension_set.h> // IWYU pragma: export #include <google/protobuf/generated_enum_reflection.h> #include <google/protobuf/unknown_field_set.h> // @@protoc_insertion_point(includes) namespace protobuf_google_2fprotobuf_2funittest_5fpreserve_5funknown_5fenum2_2eproto { // Internal implementation detail -- do not use these members. struct TableStruct { static const ::google::protobuf::internal::ParseTableField entries[]; static const ::google::protobuf::internal::AuxillaryParseTableField aux[]; static const ::google::protobuf::internal::ParseTable schema[1]; static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; static const ::google::protobuf::uint32 offsets[]; }; void AddDescriptors(); void InitDefaultsMyMessageImpl(); void InitDefaultsMyMessage(); inline void InitDefaults() { InitDefaultsMyMessage(); } } // namespace protobuf_google_2fprotobuf_2funittest_5fpreserve_5funknown_5fenum2_2eproto namespace proto2_preserve_unknown_enum_unittest { class MyMessage; class MyMessageDefaultTypeInternal; extern MyMessageDefaultTypeInternal _MyMessage_default_instance_; } // namespace proto2_preserve_unknown_enum_unittest namespace proto2_preserve_unknown_enum_unittest { enum MyEnum { FOO = 0, BAR = 1, BAZ = 2 }; bool MyEnum_IsValid(int value); const MyEnum MyEnum_MIN = FOO; const MyEnum MyEnum_MAX = BAZ; const int MyEnum_ARRAYSIZE = MyEnum_MAX + 1; const ::google::protobuf::EnumDescriptor* MyEnum_descriptor(); inline const ::std::string& MyEnum_Name(MyEnum value) { return ::google::protobuf::internal::NameOfEnum( MyEnum_descriptor(), value); } inline bool MyEnum_Parse( const ::std::string& name, MyEnum* value) { return ::google::protobuf::internal::ParseNamedEnum<MyEnum>( MyEnum_descriptor(), name, value); } // =================================================================== class MyMessage : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:proto2_preserve_unknown_enum_unittest.MyMessage) */ { public: MyMessage(); virtual ~MyMessage(); MyMessage(const MyMessage& from); inline MyMessage& operator=(const MyMessage& from) { CopyFrom(from); return *this; } #if LANG_CXX11 MyMessage(MyMessage&& from) noexcept : MyMessage() { *this = ::std::move(from); } inline MyMessage& operator=(MyMessage&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } #endif inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _internal_metadata_.unknown_fields(); } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return _internal_metadata_.mutable_unknown_fields(); } static const ::google::protobuf::Descriptor* descriptor(); static const MyMessage& default_instance(); enum OCase { kOneofE1 = 5, kOneofE2 = 6, O_NOT_SET = 0, }; static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const MyMessage* internal_default_instance() { return reinterpret_cast<const MyMessage*>( &_MyMessage_default_instance_); } static PROTOBUF_CONSTEXPR int const kIndexInFileMessages = 0; void Swap(MyMessage* other); friend void swap(MyMessage& a, MyMessage& b) { a.Swap(&b); } // implements Message ---------------------------------------------- inline MyMessage* New() const PROTOBUF_FINAL { return New(NULL); } MyMessage* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL; void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL; void CopyFrom(const MyMessage& from); void MergeFrom(const MyMessage& from); void Clear() PROTOBUF_FINAL; bool IsInitialized() const PROTOBUF_FINAL; size_t ByteSizeLong() const PROTOBUF_FINAL; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL; void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL; ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL; int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const PROTOBUF_FINAL; void InternalSwap(MyMessage* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return NULL; } inline void* MaybeArenaPtr() const { return NULL; } public: ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // repeated .proto2_preserve_unknown_enum_unittest.MyEnum repeated_e = 2; int repeated_e_size() const; void clear_repeated_e(); static const int kRepeatedEFieldNumber = 2; ::proto2_preserve_unknown_enum_unittest::MyEnum repeated_e(int index) const; void set_repeated_e(int index, ::proto2_preserve_unknown_enum_unittest::MyEnum value); void add_repeated_e(::proto2_preserve_unknown_enum_unittest::MyEnum value); const ::google::protobuf::RepeatedField<int>& repeated_e() const; ::google::protobuf::RepeatedField<int>* mutable_repeated_e(); // repeated .proto2_preserve_unknown_enum_unittest.MyEnum repeated_packed_e = 3 [packed = true]; int repeated_packed_e_size() const; void clear_repeated_packed_e(); static const int kRepeatedPackedEFieldNumber = 3; ::proto2_preserve_unknown_enum_unittest::MyEnum repeated_packed_e(int index) const; void set_repeated_packed_e(int index, ::proto2_preserve_unknown_enum_unittest::MyEnum value); void add_repeated_packed_e(::proto2_preserve_unknown_enum_unittest::MyEnum value); const ::google::protobuf::RepeatedField<int>& repeated_packed_e() const; ::google::protobuf::RepeatedField<int>* mutable_repeated_packed_e(); // repeated .proto2_preserve_unknown_enum_unittest.MyEnum repeated_packed_unexpected_e = 4; int repeated_packed_unexpected_e_size() const; void clear_repeated_packed_unexpected_e(); static const int kRepeatedPackedUnexpectedEFieldNumber = 4; ::proto2_preserve_unknown_enum_unittest::MyEnum repeated_packed_unexpected_e(int index) const; void set_repeated_packed_unexpected_e(int index, ::proto2_preserve_unknown_enum_unittest::MyEnum value); void add_repeated_packed_unexpected_e(::proto2_preserve_unknown_enum_unittest::MyEnum value); const ::google::protobuf::RepeatedField<int>& repeated_packed_unexpected_e() const; ::google::protobuf::RepeatedField<int>* mutable_repeated_packed_unexpected_e(); // optional .proto2_preserve_unknown_enum_unittest.MyEnum e = 1; bool has_e() const; void clear_e(); static const int kEFieldNumber = 1; ::proto2_preserve_unknown_enum_unittest::MyEnum e() const; void set_e(::proto2_preserve_unknown_enum_unittest::MyEnum value); // optional .proto2_preserve_unknown_enum_unittest.MyEnum oneof_e_1 = 5; bool has_oneof_e_1() const; void clear_oneof_e_1(); static const int kOneofE1FieldNumber = 5; ::proto2_preserve_unknown_enum_unittest::MyEnum oneof_e_1() const; void set_oneof_e_1(::proto2_preserve_unknown_enum_unittest::MyEnum value); // optional .proto2_preserve_unknown_enum_unittest.MyEnum oneof_e_2 = 6; bool has_oneof_e_2() const; void clear_oneof_e_2(); static const int kOneofE2FieldNumber = 6; ::proto2_preserve_unknown_enum_unittest::MyEnum oneof_e_2() const; void set_oneof_e_2(::proto2_preserve_unknown_enum_unittest::MyEnum value); OCase o_case() const; // @@protoc_insertion_point(class_scope:proto2_preserve_unknown_enum_unittest.MyMessage) private: void set_has_e(); void clear_has_e(); void set_has_oneof_e_1(); void set_has_oneof_e_2(); inline bool has_o() const; void clear_o(); inline void clear_has_o(); ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::internal::HasBits<1> _has_bits_; mutable int _cached_size_; ::google::protobuf::RepeatedField<int> repeated_e_; ::google::protobuf::RepeatedField<int> repeated_packed_e_; mutable int _repeated_packed_e_cached_byte_size_; ::google::protobuf::RepeatedField<int> repeated_packed_unexpected_e_; int e_; union OUnion { OUnion() {} int oneof_e_1_; int oneof_e_2_; } o_; ::google::protobuf::uint32 _oneof_case_[1]; friend struct ::protobuf_google_2fprotobuf_2funittest_5fpreserve_5funknown_5fenum2_2eproto::TableStruct; friend void ::protobuf_google_2fprotobuf_2funittest_5fpreserve_5funknown_5fenum2_2eproto::InitDefaultsMyMessageImpl(); }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // MyMessage // optional .proto2_preserve_unknown_enum_unittest.MyEnum e = 1; inline bool MyMessage::has_e() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void MyMessage::set_has_e() { _has_bits_[0] |= 0x00000001u; } inline void MyMessage::clear_has_e() { _has_bits_[0] &= ~0x00000001u; } inline void MyMessage::clear_e() { e_ = 0; clear_has_e(); } inline ::proto2_preserve_unknown_enum_unittest::MyEnum MyMessage::e() const { // @@protoc_insertion_point(field_get:proto2_preserve_unknown_enum_unittest.MyMessage.e) return static_cast< ::proto2_preserve_unknown_enum_unittest::MyEnum >(e_); } inline void MyMessage::set_e(::proto2_preserve_unknown_enum_unittest::MyEnum value) { assert(::proto2_preserve_unknown_enum_unittest::MyEnum_IsValid(value)); set_has_e(); e_ = value; // @@protoc_insertion_point(field_set:proto2_preserve_unknown_enum_unittest.MyMessage.e) } // repeated .proto2_preserve_unknown_enum_unittest.MyEnum repeated_e = 2; inline int MyMessage::repeated_e_size() const { return repeated_e_.size(); } inline void MyMessage::clear_repeated_e() { repeated_e_.Clear(); } inline ::proto2_preserve_unknown_enum_unittest::MyEnum MyMessage::repeated_e(int index) const { // @@protoc_insertion_point(field_get:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_e) return static_cast< ::proto2_preserve_unknown_enum_unittest::MyEnum >(repeated_e_.Get(index)); } inline void MyMessage::set_repeated_e(int index, ::proto2_preserve_unknown_enum_unittest::MyEnum value) { assert(::proto2_preserve_unknown_enum_unittest::MyEnum_IsValid(value)); repeated_e_.Set(index, value); // @@protoc_insertion_point(field_set:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_e) } inline void MyMessage::add_repeated_e(::proto2_preserve_unknown_enum_unittest::MyEnum value) { assert(::proto2_preserve_unknown_enum_unittest::MyEnum_IsValid(value)); repeated_e_.Add(value); // @@protoc_insertion_point(field_add:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_e) } inline const ::google::protobuf::RepeatedField<int>& MyMessage::repeated_e() const { // @@protoc_insertion_point(field_list:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_e) return repeated_e_; } inline ::google::protobuf::RepeatedField<int>* MyMessage::mutable_repeated_e() { // @@protoc_insertion_point(field_mutable_list:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_e) return &repeated_e_; } // repeated .proto2_preserve_unknown_enum_unittest.MyEnum repeated_packed_e = 3 [packed = true]; inline int MyMessage::repeated_packed_e_size() const { return repeated_packed_e_.size(); } inline void MyMessage::clear_repeated_packed_e() { repeated_packed_e_.Clear(); } inline ::proto2_preserve_unknown_enum_unittest::MyEnum MyMessage::repeated_packed_e(int index) const { // @@protoc_insertion_point(field_get:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_e) return static_cast< ::proto2_preserve_unknown_enum_unittest::MyEnum >(repeated_packed_e_.Get(index)); } inline void MyMessage::set_repeated_packed_e(int index, ::proto2_preserve_unknown_enum_unittest::MyEnum value) { assert(::proto2_preserve_unknown_enum_unittest::MyEnum_IsValid(value)); repeated_packed_e_.Set(index, value); // @@protoc_insertion_point(field_set:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_e) } inline void MyMessage::add_repeated_packed_e(::proto2_preserve_unknown_enum_unittest::MyEnum value) { assert(::proto2_preserve_unknown_enum_unittest::MyEnum_IsValid(value)); repeated_packed_e_.Add(value); // @@protoc_insertion_point(field_add:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_e) } inline const ::google::protobuf::RepeatedField<int>& MyMessage::repeated_packed_e() const { // @@protoc_insertion_point(field_list:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_e) return repeated_packed_e_; } inline ::google::protobuf::RepeatedField<int>* MyMessage::mutable_repeated_packed_e() { // @@protoc_insertion_point(field_mutable_list:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_e) return &repeated_packed_e_; } // repeated .proto2_preserve_unknown_enum_unittest.MyEnum repeated_packed_unexpected_e = 4; inline int MyMessage::repeated_packed_unexpected_e_size() const { return repeated_packed_unexpected_e_.size(); } inline void MyMessage::clear_repeated_packed_unexpected_e() { repeated_packed_unexpected_e_.Clear(); } inline ::proto2_preserve_unknown_enum_unittest::MyEnum MyMessage::repeated_packed_unexpected_e(int index) const { // @@protoc_insertion_point(field_get:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_unexpected_e) return static_cast< ::proto2_preserve_unknown_enum_unittest::MyEnum >(repeated_packed_unexpected_e_.Get(index)); } inline void MyMessage::set_repeated_packed_unexpected_e(int index, ::proto2_preserve_unknown_enum_unittest::MyEnum value) { assert(::proto2_preserve_unknown_enum_unittest::MyEnum_IsValid(value)); repeated_packed_unexpected_e_.Set(index, value); // @@protoc_insertion_point(field_set:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_unexpected_e) } inline void MyMessage::add_repeated_packed_unexpected_e(::proto2_preserve_unknown_enum_unittest::MyEnum value) { assert(::proto2_preserve_unknown_enum_unittest::MyEnum_IsValid(value)); repeated_packed_unexpected_e_.Add(value); // @@protoc_insertion_point(field_add:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_unexpected_e) } inline const ::google::protobuf::RepeatedField<int>& MyMessage::repeated_packed_unexpected_e() const { // @@protoc_insertion_point(field_list:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_unexpected_e) return repeated_packed_unexpected_e_; } inline ::google::protobuf::RepeatedField<int>* MyMessage::mutable_repeated_packed_unexpected_e() { // @@protoc_insertion_point(field_mutable_list:proto2_preserve_unknown_enum_unittest.MyMessage.repeated_packed_unexpected_e) return &repeated_packed_unexpected_e_; } // optional .proto2_preserve_unknown_enum_unittest.MyEnum oneof_e_1 = 5; inline bool MyMessage::has_oneof_e_1() const { return o_case() == kOneofE1; } inline void MyMessage::set_has_oneof_e_1() { _oneof_case_[0] = kOneofE1; } inline void MyMessage::clear_oneof_e_1() { if (has_oneof_e_1()) { o_.oneof_e_1_ = 0; clear_has_o(); } } inline ::proto2_preserve_unknown_enum_unittest::MyEnum MyMessage::oneof_e_1() const { // @@protoc_insertion_point(field_get:proto2_preserve_unknown_enum_unittest.MyMessage.oneof_e_1) if (has_oneof_e_1()) { return static_cast< ::proto2_preserve_unknown_enum_unittest::MyEnum >(o_.oneof_e_1_); } return static_cast< ::proto2_preserve_unknown_enum_unittest::MyEnum >(0); } inline void MyMessage::set_oneof_e_1(::proto2_preserve_unknown_enum_unittest::MyEnum value) { assert(::proto2_preserve_unknown_enum_unittest::MyEnum_IsValid(value)); if (!has_oneof_e_1()) { clear_o(); set_has_oneof_e_1(); } o_.oneof_e_1_ = value; // @@protoc_insertion_point(field_set:proto2_preserve_unknown_enum_unittest.MyMessage.oneof_e_1) } // optional .proto2_preserve_unknown_enum_unittest.MyEnum oneof_e_2 = 6; inline bool MyMessage::has_oneof_e_2() const { return o_case() == kOneofE2; } inline void MyMessage::set_has_oneof_e_2() { _oneof_case_[0] = kOneofE2; } inline void MyMessage::clear_oneof_e_2() { if (has_oneof_e_2()) { o_.oneof_e_2_ = 0; clear_has_o(); } } inline ::proto2_preserve_unknown_enum_unittest::MyEnum MyMessage::oneof_e_2() const { // @@protoc_insertion_point(field_get:proto2_preserve_unknown_enum_unittest.MyMessage.oneof_e_2) if (has_oneof_e_2()) { return static_cast< ::proto2_preserve_unknown_enum_unittest::MyEnum >(o_.oneof_e_2_); } return static_cast< ::proto2_preserve_unknown_enum_unittest::MyEnum >(0); } inline void MyMessage::set_oneof_e_2(::proto2_preserve_unknown_enum_unittest::MyEnum value) { assert(::proto2_preserve_unknown_enum_unittest::MyEnum_IsValid(value)); if (!has_oneof_e_2()) { clear_o(); set_has_oneof_e_2(); } o_.oneof_e_2_ = value; // @@protoc_insertion_point(field_set:proto2_preserve_unknown_enum_unittest.MyMessage.oneof_e_2) } inline bool MyMessage::has_o() const { return o_case() != O_NOT_SET; } inline void MyMessage::clear_has_o() { _oneof_case_[0] = O_NOT_SET; } inline MyMessage::OCase MyMessage::o_case() const { return MyMessage::OCase(_oneof_case_[0]); } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // @@protoc_insertion_point(namespace_scope) } // namespace proto2_preserve_unknown_enum_unittest namespace google { namespace protobuf { template <> struct is_proto_enum< ::proto2_preserve_unknown_enum_unittest::MyEnum> : ::google::protobuf::internal::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::proto2_preserve_unknown_enum_unittest::MyEnum>() { return ::proto2_preserve_unknown_enum_unittest::MyEnum_descriptor(); } } // namespace protobuf } // namespace google // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_google_2fprotobuf_2funittest_5fpreserve_5funknown_5fenum2_2eproto__INCLUDED
5c6034691f3573050c99d69e857cf015e7177471
9ce20f9727ff1fc29e562f1c406146784a7ee697
/UtilSdk/src/stdafx.cpp
91d020596db804029ac1407f244a44090973fd47
[]
no_license
fg2fg3/UtilSdk
e26b6b4fed7dd30bf5aa097f8b76a2f61850d451
28eb3a52a67da13b657a2aaa8086e162fc12a276
refs/heads/master
2020-03-18T06:04:31.974354
2019-10-29T08:43:57
2019-10-29T08:43:57
134,375,151
0
0
null
null
null
null
GB18030
C++
false
false
258
cpp
// stdafx.cpp : 只包括标准包含文件的源文件 // MvOpe.pch 将作为预编译头 // stdafx.obj 将包含预编译类型信息 #include "stdafx.h" // TODO: 在 STDAFX.H 中 // 引用任何所需的附加头文件,而不是在此文件中引用
35e23de2d2ede9fc9540162f7d18dc8d705d9bf9
d8ea4a8d667d5ae914e4e78c9627cdbf76de9887
/Plugins/Sand/src/Sand/Engine/SandLayer.cpp
9cdf9180996463bdf8e2bd84a54eeb2b42aeafff
[]
no_license
DevialStudio/IwEngine
607f9026dc0f12a836106102de6c899fd297e647
2e50f042dae0b40f97649241afffae0f2c68fc56
refs/heads/master
2023-05-14T05:48:58.313163
2021-06-09T06:20:46
2021-06-09T06:20:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,979
cpp
#include "iw/Sand/Engine/SandLayer.h" #include "iw/log/logger.h" #include "iw/physics/Collision/MeshCollider.h" IW_PLUGIN_SAND_BEGIN int SandLayer::Initialize() { Cell _EMPTY = { CellType::EMPTY, CellProperties::NONE, CellStyle::NONE, Color::From255(0, 0, 0, 0) }; Cell _SAND = { CellType::SAND, /*CellProperties::MOVE_FORCE | */CellProperties::MOVE_DOWN | CellProperties::MOVE_DOWN_SIDE, CellStyle::RANDOM_STATIC, Color::From255(235, 200, 175), Color::From255(25, 25, 25, 0) }; Cell _WATER = { CellType::WATER, /*CellProperties::MOVE_FORCE | */CellProperties::MOVE_DOWN | CellProperties::MOVE_SIDE, CellStyle::SHIMMER, Color::From255(175, 200, 235), Color::From255(25, 25, 25, 0) }; Cell _ROCK = { CellType::ROCK, CellProperties::NONE, CellStyle::NONE, Color::From255(200, 200, 200) }; Cell _STONE = { CellType::STONE, CellProperties::MOVE_DOWN | CellProperties::MOVE_FORCE, CellStyle::RANDOM_STATIC, Color::From255(200, 200, 200), Color::From255(10, 10, 10, 0), }; Cell _WOOD = { CellType::WOOD, CellProperties::NONE, CellStyle::RANDOM_STATIC, Color::From255(171, 121, 56), Color::From255(15, 10, 10, 0) }; Cell _FIRE = { CellType::FIRE, /*CellProperties::MOVE_FORCE | */CellProperties::BURN | CellProperties::MOVE_RANDOM, CellStyle::NONE, Color::From255(255, 98, 0) // figure out how to blend colors properly, this makes it magenta because red gets overflown??? but still happens with 200 }; Cell _SMOKE = { CellType::SMOKE, /*CellProperties::MOVE_FORCE | */CellProperties::MOVE_RANDOM, CellStyle::RANDOM_STATIC, Color::From255(100, 100, 100), Color::From255(25, 25, 25, 0) }; Cell _BELT = { CellType::BELT, CellProperties::CONVEYOR, CellStyle::SHIMMER, Color::From255(201, 129, 56), Color::From255(25, 25, 25, 0) }; Cell::SetDefault(CellType::EMPTY, _EMPTY); Cell::SetDefault(CellType::SAND, _SAND); Cell::SetDefault(CellType::WATER, _WATER); Cell::SetDefault(CellType::ROCK, _ROCK); Cell::SetDefault(CellType::STONE, _STONE); Cell::SetDefault(CellType::WOOD, _WOOD); Cell::SetDefault(CellType::FIRE, _FIRE); Cell::SetDefault(CellType::SMOKE, _SMOKE); Cell::SetDefault(CellType::BELT, _BELT); m_world = new SandWorld(64 * m_cellScale, 64 * m_cellScale, m_cellScale); m_world->m_workers.push_back(new SandWorkerBuilder<SimpleSandWorker>()); m_update = PushSystem<SandWorldUpdateSystem>(m_world); m_render = PushSystem<SandWorldRenderSystem>(m_world); if (int error = Layer::Initialize()) { return error; } LOG_INFO << "World chunk size: " << m_world->m_chunkWidth << ", " << m_world->m_chunkHeight; return 0; } void SandLayer::PreUpdate() { int width = m_render->GetSandTexture()->Width(); int height = m_render->GetSandTexture()->Height(); int fx = -width / 2; int fy = -height / 2; int fx2 = fx + width; int fy2 = fy + height; //m_render->SetCamera(fx, fy, fx2, fy2); sP = Mouse::ClientPos() / m_world->m_scale + vec2(fx, -fy); sP.y() = height - sP.y(); gP = vec2(int(sP.x() / gridSize), int(sP.y() / gridSize)) * gridSize; DrawWithMouse(fx, fy, width, height); } void SandLayer::PostUpdate() { if (m_drawMouseGrid) { DrawMouseGrid(); } //glm::vec3 aspect = glm::vec3(float(Renderer->Height()) / Renderer->Width(), 1, 1); //Renderer->BeginScene(MainScene); // Renderer->DrawMesh(Transform(glm::vec3(0), aspect), m_render->GetSandMesh()); //Renderer->EndScene(); } void SandLayer::DrawMouseGrid() { unsigned* sandColor = (unsigned*)m_render->GetSandTexture()->Colors(); int width = m_render->GetSandTexture()->Width(); int height = m_render->GetSandTexture()->Height(); auto draw = [&](size_t x, size_t y) { size_t index = x + y * width; if (index * height) return; sandColor[index] = Color(1).to32(); }; float x = gP.x(); float y = gP.y(); for (int i = 1; i < gridSize; i++) draw(x + i, y); for (int i = 1; i < gridSize; i++) draw(x + i, y + gridSize); for (int i = 1; i < gridSize; i++) draw(x, y + i); for (int i = 1; i < gridSize; i++) draw(x + gridSize, y + i); m_render->GetSandTexture()->Update(Renderer->Device); } void SandLayer::DrawWithMouse(int fx, int fy, int width, int height) { if (Mouse::ButtonDown(LMOUSE)) { CellType placeMe = CellType::EMPTY; if (Keyboard::KeyDown(S)) placeMe = CellType::SAND; else if (Keyboard::KeyDown(W)) placeMe = CellType::WATER; else if (Keyboard::KeyDown(R)) placeMe = CellType::ROCK; else if (Keyboard::KeyDown(T)) placeMe = CellType::STONE; else if (Keyboard::KeyDown(F)) placeMe = CellType::FIRE; else if (Keyboard::KeyDown(M)) placeMe = CellType::SMOKE; else if (Keyboard::KeyDown(O)) placeMe = CellType::WOOD; else if (Keyboard::KeyDown(B)) placeMe = CellType::BELT; for (int x = gP.x(); x < gP.x() + gridSize; x++) for (int y = gP.y(); y < gP.y() + gridSize; y++) { if (!m_world->InBounds(x, y)) continue; Cell cell = Cell::GetDefault(placeMe); cell.StyleOffset = randf(); m_world->SetCell(x, y, cell); } } } bool SandLayer::On(MouseWheelEvent& e) { gridSize = clamp<int>(gridSize + e.Delta, 1, 64); return false; } Entity SandLayer::MakeTile( const std::string& sprite, bool isStatic, bool isSimulated) { ref<Archetype> archetype = Space->CreateArchetype<Transform, Mesh, MeshCollider2, Tile>(); // Mesh is just temp for debug if (isSimulated) Space->AddComponent<Rigidbody> (archetype); else Space->AddComponent<CollisionObject>(archetype); Entity entity = Space->CreateEntity(archetype); Tile* tile = entity.Set<Tile>(Asset, "", isStatic); Transform* transform = entity.Set<Transform>(); MeshCollider2* collider = entity.Set<MeshCollider2>(); CollisionObject* object = isSimulated ? entity.Set<Rigidbody>() : entity.Set<CollisionObject>(); object->Collider = collider; object->SetTransform(transform); entity.Set<Mesh>(tile->m_spriteMesh); // tmep debug return entity; } IW_PLUGIN_SAND_END
[ "Iain@DESKTOP-O9UC60V" ]
Iain@DESKTOP-O9UC60V
dd895c1822ae6e588b562d46d1175f77b8546b30
3641c0de11d4e2d8c3961bfa8970bf474ac704c3
/SENSOR_DE_ULTRASONIDO_24-10/SENSOR_DE_ULTRASONIDO_24-10.ino
2c31d4fee4dcc1037be3eb123667105eada9dcd8
[]
no_license
yenifergalarza/ejercicios-arduino
902fa1e992c21ad04409ad449ffbafef47cdd492
9706cfc62cf08632fb554a9d984968a4cbdf9fb6
refs/heads/master
2020-03-28T02:36:14.175284
2018-09-05T21:47:45
2018-09-05T21:47:45
147,582,804
0
0
null
null
null
null
UTF-8
C++
false
false
632
ino
#include<LiquidCrystal.h> LiquidCrystal lcd(12,11,5,4,3,2); int disparo=7, eco=6; long duracion, cm; int led=8; void setup() { lcd.begin(16,2); pinMode(led,OUTPUT); } void loop() { pinMode(disparo,OUTPUT); digitalWrite(disparo,LOW); delayMicroseconds(2); digitalWrite(disparo,HIGH); delayMicroseconds(5); digitalWrite(disparo, LOW); pinMode(eco,INPUT); duracion=pulseIn(eco,HIGH); cm=duracion/29/2; lcd.setCursor(0,0); lcd.print("Distancia: "); if(cm>250) lcd.print(" error !"); else lcd.print(cm); delay(200); lcd.clear(); if(cm<30) digitalWrite(led,HIGH); else digitalWrite(led,LOW); }
1832c036c0d1ed7474089d1119d6a5cd20642f6e
7b5a4ad62efd2b68d5148530b30c848258a09200
/source/DriftDiffusionPoisson.cpp
c4c69a33995f0580d04afd4ccce9d915a70b7bb9
[]
no_license
lacrymose/Semiconductor_Device_Simulator
6631b0eb32d6bb158ac7739bc42ebef574f0026f
c6aced575e0c6d0d10355e19ec9ee292ae7b5939
refs/heads/master
2021-06-23T00:52:48.408024
2017-07-16T03:34:01
2017-07-16T03:34:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
60,662
cpp
#include "../include/DriftDiffusionPoisson.hpp" namespace LDG_MX { using namespace dealii; using namespace ParameterSpace; template <int dim> DriftDiffusionPoisson<dim>:: DriftDiffusionPoisson(const unsigned int degree, ParameterHandler &param) : degree(degree), prm(param), Poisson_fe( FE_RaviartThomas<dim>(degree), 1, FE_DGP<dim>(degree), 1), Poisson_dof_handler(triangulation), carrier_fe( FESystem<dim>(FE_DGP<dim>(degree), dim), 1, FE_DGP<dim>(degree), 1), carrier_dof_handler(triangulation), Assembler_MX(), Assembler_LDG(), donor_function(), acceptor_function(), generation_function(), applied_bias(), built_in_bias() { // set the enum type to be used for the bondary id Dirichlet = 0; Neumann = 1; // in this case for drift-diffusin Neumann is the // same as robin parse_and_scale_parameters(); // generation_function.set_dark_params(); generation_function.set_illuminated_params(parameters); } template <int dim> DriftDiffusionPoisson<dim>:: ~DriftDiffusionPoisson() { Poisson_dof_handler.clear(); carrier_dof_handler.clear(); } template <int dim> void DriftDiffusionPoisson<dim>:: parse_and_scale_parameters() { // read in the parameters prm.enter_subsection("computational"); parameters.n_global_refine = prm.get_integer("global refinements"); parameters.n_local_refine = prm.get_integer("local refinements"); parameters.delta_t = prm.get_double("time step size"); parameters.time_stamps = prm.get_integer("time stamps"); prm.leave_subsection(); prm.enter_subsection("physical"); parameters.t_end = prm.get_double("end time"); parameters.characteristic_length = prm.get_double("characteristic length"); parameters.characteristic_denisty = prm.get_double("characteristic density"); parameters.characteristic_time = prm.get_double("characteristic time"); parameters.scaled_intrinsic_density = prm.get_double("intrinsic density"); parameters.scaled_photon_flux = prm.get_double("photon flux"); parameters.scaled_absorption_coeff = prm.get_double("absorption coefficient"); parameters.material_permittivity = prm.get_double("material permittivity"); prm.leave_subsection(); prm.enter_subsection("electrons"); parameters.scaled_electron_mobility = prm.get_double("mobility"); parameters.scaled_electron_recombo_t = prm.get_double("recombination time"); prm.leave_subsection(); prm.enter_subsection("holes"); parameters.scaled_hole_mobility = prm.get_double("mobility"); parameters.scaled_hole_recombo_t = prm.get_double("recombination time"); prm.leave_subsection(); // scale the parameters parameters.scaled_intrinsic_density /= parameters.characteristic_denisty; parameters.scaled_electron_recombo_t /= parameters.characteristic_time; parameters.scaled_hole_recombo_t /= parameters.characteristic_time; parameters.scaled_photon_flux *= (parameters.characteristic_time / parameters.characteristic_denisty); parameters.scaled_absorption_coeff /= parameters.characteristic_length; parameters.scaled_debeye_length = (PhysicalConstants::thermal_voltage * PhysicalConstants::vacuum_permittivity * parameters.material_permittivity) / (PhysicalConstants::electron_charge * parameters.characteristic_denisty * parameters.characteristic_length * parameters.characteristic_length); parameters.scaled_electron_mobility *= (parameters.characteristic_time * PhysicalConstants::thermal_voltage) / (parameters.characteristic_length * parameters.characteristic_length); parameters.scaled_hole_mobility *= (parameters.characteristic_time * PhysicalConstants::thermal_voltage) / (parameters.characteristic_length * parameters.characteristic_length); cout << "debeye length = " << parameters.scaled_debeye_length << endl; cout << "scaled electron mobility = " << parameters.scaled_electron_mobility << endl; cout << "scaled hole mobilit = " << parameters.scaled_hole_mobility << endl; } template <int dim> void DriftDiffusionPoisson<dim>:: make_dofs_and_allocate_memory() { //////////////////////////////////////////////////////////////////////// // MIXED SYSTEM /////////////////////////////////////////////////////////////////////// // distribute the dofs Poisson_dof_handler.distribute_dofs(Poisson_fe); DoFRenumbering::component_wise(Poisson_dof_handler); std::vector<types::global_dof_index> dofs_per_component(dim+1); DoFTools::count_dofs_per_component(Poisson_dof_handler, dofs_per_component); const unsigned int n_electric_field = dofs_per_component[0]; const unsigned int n_potential = dofs_per_component[dim]; std::cout << "Number of active cells : " << triangulation.n_active_cells() << std::endl // << "Total number of cells: " // << triangulation.n_cells() // << std::endl << "h_{max} : " << parameters.h_max << std::endl << "Number of DOFS Poisson: " << Poisson_dof_handler.n_dofs() << " (" << n_electric_field << " + " << n_potential << ")" << std::endl; // make hanging node constraints Poisson_constraints.clear(); DoFTools::make_hanging_node_constraints(Poisson_dof_handler, Poisson_constraints); enforce_Neumann_boundaries_on_Poisson(); Poisson_constraints.close(); BlockDynamicSparsityPattern Poisson_dsp(2,2); // allocate size for A Poisson_dsp.block(0,0).reinit (n_electric_field, n_electric_field); //Allocate size for B^{T} Poisson_dsp.block(1,0).reinit (n_potential, n_electric_field); // allocate size for B Poisson_dsp.block(0,1).reinit (n_electric_field, n_potential); // allocate size for 0 Poisson_dsp.block(1,1).reinit (n_potential, n_potential); Poisson_dsp.collect_sizes(); DoFTools::make_sparsity_pattern(Poisson_dof_handler, Poisson_dsp); Poisson_constraints.condense(Poisson_dsp); Poisson_sparsity_pattern.copy_from(Poisson_dsp); // allocate memory for the Poisson matrix Poisson_system_matrix.reinit(Poisson_sparsity_pattern); // allocate memory for the Poisson solution vector Poisson_solution.reinit(2); Poisson_solution.block(0).reinit(n_electric_field); Poisson_solution.block(1).reinit(n_potential); Poisson_solution.collect_sizes(); // allocate memory for the Poisson RHS vector Poisson_system_rhs.reinit(2); Poisson_system_rhs.block(0).reinit(n_electric_field); Poisson_system_rhs.block(1).reinit(n_potential); Poisson_system_rhs.collect_sizes(); //////////////////////////////////////////////////////////////////////// // LDG SYSTEM /////////////////////////////////////////////////////////////////////// // distribute the dofs for the drift-diffusion equation carrier_dof_handler.distribute_dofs(carrier_fe); // Renumber dofs for [ Current, Density ]^{T} set up DoFRenumbering::component_wise(carrier_dof_handler); // dofs_per_component was declared before DoFTools::count_dofs_per_component(carrier_dof_handler, dofs_per_component); // get number of dofs in vector field components and of density // in each component/dimension of vector field has same number of dofs const unsigned int n_current = dim * dofs_per_component[0]; // std::cout << "n_current = " << n_current << std::endl; const unsigned int n_density = dofs_per_component[1]; // std::cout << "n_density = " << n_density << std::endl; std::cout << "Number of DOFS carrier: " << 2 * carrier_dof_handler.n_dofs() << " = ( " << carrier_dof_handler.n_dofs() << " ) " << " = 2 x (" << n_current << " + " << n_density << ")" << std::endl << "Total DOFS = " << n_potential + n_electric_field + 2*n_density + 2*n_current << std::endl; // std::cout << "base elements : " << fe.n_base_elements() << std::endl; // std::cout << "n_blocks : " << fe.n_blocks() << std::endl; // std::cout << "dofs_per_cell : " << fe.dofs_per_cell; BlockDynamicSparsityPattern carrier_system_dsp(2,2); // allocate size for A carrier_system_dsp.block(0,0).reinit (n_current, n_current); //Allocate size for B^{T} carrier_system_dsp.block(1,0).reinit (n_density, n_current); // allocate size for B carrier_system_dsp.block(0,1).reinit (n_current, n_density); // allocate size for C carrier_system_dsp.block(1,1).reinit (n_density, n_density); carrier_system_dsp.collect_sizes(); // allocate memory for [0 , 0 ; 0 , M ] BlockDynamicSparsityPattern carrier_mass_dsp(2,2); // allocate size for 0 carrier_mass_dsp.block(0,0).reinit (n_current, n_current); //Allocate size for 0 carrier_mass_dsp.block(1,0).reinit (n_density, n_current); // allocate size for 0 carrier_mass_dsp.block(0,1).reinit (n_current, n_density); // allocate size for m carrier_mass_dsp.block(1,1).reinit (n_density, n_density); carrier_mass_dsp.collect_sizes(); // create the actual sparsity pattern and allocate memory for the matrices // electrons: DoFTools::make_flux_sparsity_pattern (carrier_dof_handler, carrier_system_dsp); carrier_sparsity_pattern.copy_from(carrier_system_dsp); electron_system_matrix.reinit (carrier_sparsity_pattern); hole_system_matrix.reinit (carrier_sparsity_pattern); DoFTools::make_sparsity_pattern (carrier_dof_handler, carrier_mass_dsp); carrier_mass_sparsity_pattern.copy_from(carrier_mass_dsp); carrier_mass_matrix.reinit (carrier_mass_sparsity_pattern); // std::ofstream output("spartsity_pattern"); // carrier_mass_sparsity_pattern.print_gnuplot(output); // output.close(); // allocate memory for carrier_solutions electron_solution.reinit (2); // [vector field, density] electron_solution.block(0).reinit (n_current); // VECTOR FIELD electron_solution.block(1).reinit (n_density); // POTENTIAL electron_solution.collect_sizes (); hole_solution.reinit (2); // [vector field, density] hole_solution.block(0).reinit (n_current); // VECTOR FIELD hole_solution.block(1).reinit (n_density); // POTENTIAL hole_solution.collect_sizes (); // allocate memory for old_carrier_solutions old_electron_solution.reinit (2); // [vector field, density] old_electron_solution.block(0).reinit (n_current); // VECTOR FIELD old_electron_solution.block(1).reinit (n_density); // POTENTIAL old_electron_solution.collect_sizes (); old_hole_solution.reinit (2); // [vector field, density] old_hole_solution.block(0).reinit (n_current); // VECTOR FIELD old_hole_solution.block(1).reinit (n_density); // POTENTIAL old_hole_solution.collect_sizes (); // memeory for RHS electron_system_rhs.reinit (2); electron_system_rhs.block(0).reinit (n_current); // DIRICHLET BC electron_system_rhs.block(1).reinit (n_density); // RIGHT HAND SIDE electron_system_rhs.collect_sizes (); // memeory for RHS hole_system_rhs.reinit (2); hole_system_rhs.block(0).reinit (n_current); // DIRICHLET BC hole_system_rhs.block(1).reinit (n_density); // RIGHT HAND SIDE hole_system_rhs.collect_sizes (); // close the poisson constrains } //////////////////////////////////////////////////////////////////////////////////////// // POISSON MEMBER FUNCTIONS //////////////////////////////////////////////////////////////////////////////////////// template<int dim> void DriftDiffusionPoisson<dim>:: enforce_Neumann_boundaries_on_Poisson() { // add constaints to Poisson_Neumann_constraints to constrain dofs // of electric field to be 0 along the Neumann boundary. // // NOTE: The constraints must be added to the constraint matrix before // assembling Poisson's system matrix or right hand side. const FEValuesExtractors::Vector ElectricField(0); ComponentMask electric_field_mask = Poisson_fe.component_mask(ElectricField); DoFTools::make_zero_boundary_constraints(Poisson_dof_handler, Neumann, // NEUMANN BOUNDARY INDICATOR Poisson_constraints, electric_field_mask); } // enforce_Neumann template <int dim> void DriftDiffusionPoisson<dim>:: assemble_Poisson_matrix() { // BUILD THE MATRIX // [ A B^{T} ] // [ B 0 ] // // where A = \int_{omega} p * D dx // B^{T} = \int_{omega} div(p) \Phi dx // B = \int_{omega} lambda * v div(D) dx // // Using the mixed method assembler object // use unit values // parameters.scaled_debeye_length = 1.0; //////////////////////////////////////////////////////////////////////////// // Parallel Assembly ////////////////////////////////////////////////////////////////////////// // this is shown in deal.II on shared memory parallelism // it builds the above matrix by distributing over multi threads locally // and then building up the global matrix sequentially (kinda) WorkStream::run(Poisson_dof_handler.begin_active(), Poisson_dof_handler.end(), std_cxx11::bind(&MixedFEM<dim>:: assemble_local_Poisson_matrix, // the assembly objects func Assembler_MX, // the assembly object std_cxx11::_1, std_cxx11::_2, std_cxx11::_3, parameters.scaled_debeye_length), std_cxx11::bind(&DriftDiffusionPoisson<dim>:: copy_local_to_global_Poisson_matrix, this, // this object std_cxx11::_1), Assembly::AssemblyScratch<dim>(Poisson_fe, carrier_fe, QGauss<dim>(degree+2), QGauss<dim-1>(degree+2)), Assembly::Poisson::CopyData<dim>(Poisson_fe) ); } // end assemble_Poisson_matrix template <int dim> void DriftDiffusionPoisson<dim>:: copy_local_to_global_Poisson_matrix( const Assembly::Poisson::CopyData<dim> & data) { // distribute local matrix to global Poisson matrix Poisson_constraints.distribute_local_to_global(data.local_matrix, data.local_dof_indices, Poisson_system_matrix); } // copy_local_to_global_poisson template <int dim> void DriftDiffusionPoisson<dim>:: assemble_Poisson_rhs() { // this assembles the right hand side of Poissons equation. It can be used // at every time step so that we are only building the rhs and NOT the // entire linear system. // set equal to 0 Poisson_system_rhs=0; // right hand side is not assembled by Mixed Method assembler since it // requires carrier_dof_handler ////////////////////////////////////////////////////////////////////////// // Parallel Assembly ////////////////////////////////////////////////////////////////////////// WorkStream::run(Poisson_dof_handler.begin_active(), Poisson_dof_handler.end(), std_cxx11::bind(&DriftDiffusionPoisson<dim>:: assemble_local_Poisson_rhs, this, // this object std_cxx11::_1, std_cxx11::_2, std_cxx11::_3), std_cxx11::bind(&DriftDiffusionPoisson<dim>:: copy_local_to_global_Poisson_rhs, this, // this object std_cxx11::_1), Assembly::AssemblyScratch<dim>(Poisson_fe, carrier_fe, QGauss<dim>(degree+2), QGauss<dim-1>(degree+2)), Assembly::Poisson::CopyData<dim>(Poisson_fe) ); } // end Poisson_assemble_rhs() template <int dim> void DriftDiffusionPoisson<dim>:: assemble_local_Poisson_rhs( const typename DoFHandler<dim>::active_cell_iterator & cell, Assembly::AssemblyScratch<dim> & scratch, Assembly::Poisson::CopyData<dim> & data) { const unsigned int dofs_per_cell = scratch.Poisson_fe_values.dofs_per_cell; const unsigned int n_q_points = scratch.Poisson_fe_values.n_quadrature_points; const unsigned int n_face_q_points = scratch.Poisson_fe_face_values.n_quadrature_points; cell->get_dof_indices(data.local_dof_indices); // Get the actual values for vector field and potential from FEValues // Use Extractors instead of having to deal with shapefunctions directly const FEValuesExtractors::Vector VectorField(0); // Vector as in Vector field const FEValuesExtractors::Scalar Potential(dim); const FEValuesExtractors::Scalar Density(dim); ////////////////////////////////////////////////////////////////////////////// // NOTE: Since we are working with both Poisson's fe_value and the // carrier fe_value we must have iterators over the cells held by // each of the dof_handlers. While we do this, the actual cell that we are // working with will always be the same. //////////////////////////////////////////////////////////////////////////// typename DoFHandler<dim>::active_cell_iterator carrier_cell(&triangulation, cell->level(), cell->index(), &carrier_dof_handler); // reinitialize the fe_values on this cell scratch.Poisson_fe_values.reinit(cell); scratch.carrier_fe_values.reinit(carrier_cell); // reset the local_rhs vector to be zero data.local_rhs=0; // TODO: see if should be current time step! // get the electron density values at the previous time step scratch.carrier_fe_values[Density].get_function_values( old_electron_solution, scratch.old_electron_density_values); // get the hole density values at the previous time step scratch.carrier_fe_values[Density].get_function_values( old_hole_solution, scratch.old_hole_density_values); // get doping profiles values on this cell donor_function.value_list(scratch.carrier_fe_values.get_quadrature_points(), scratch.donor_doping_values, dim); // calls the density values of the donor profile acceptor_function.value_list(scratch.carrier_fe_values.get_quadrature_points(), scratch.acceptor_doping_values, dim); // calls the density values of the donor profile // get the test rhs for poisson // Assembler_MX.test_Poisson_rhs.value_list( // scratch.Poisson_fe_values.get_quadrature_points(), // scratch.Poisson_rhs_values); // Loop over all the quadrature points in this cell for(unsigned int q=0; q<n_q_points; q++) { // loop over the test function dofs for this cell for(unsigned int i=0; i<dofs_per_cell; i++) { // i-th potential basis functions at the point q const double psi_i_potential = scratch.Poisson_fe_values[Potential].value(i,q); // get the local RHS values for this cell // = int_{Omega_{e}} (N_{D} - N_{A}) - (n - p) data.local_rhs(i) += -psi_i_potential *( // scratch.Poisson_rhs_values[q] + (scratch.donor_doping_values[q] - scratch.acceptor_doping_values[q]) - (scratch.old_electron_density_values[q] - scratch.old_hole_density_values[q]) ) * scratch.Poisson_fe_values.JxW(q); } // for i } // for q // loop over all the faces of this cell to calculate the vector // from the dirichlet boundary conditions if the face is on the // Dirichlet portion of the boundary for(unsigned int face_no=0; face_no<GeometryInfo<dim>::faces_per_cell; face_no++) { // obtain the face_no-th face of this cell typename DoFHandler<dim>::face_iterator face = cell->face(face_no); // apply Dirichlet boundary conditions if((face->at_boundary()) && (face->boundary_id() == Dirichlet)) { // get the values of the shape functions at this boundary face scratch.Poisson_fe_face_values.reinit(cell,face_no); // get the values of the dirichlet boundary conditions evaluated // on the quadrature points of this face // TEST ONE // Assembler_MX.test_Poisson_bc.value_list( // scratch.Poisson_fe_face_values.get_quadrature_points(), // scratch.Poisson_bc_values); // REAL ONE built_in_bias.value_list( scratch.Poisson_fe_face_values.get_quadrature_points(), scratch.Poisson_bi_values); // REAL ONE applied_bias.value_list( scratch.Poisson_fe_face_values.get_quadrature_points(), scratch.Poisson_bc_values); // loop over all the quadrature points of this face for(unsigned int q=0; q<n_face_q_points; q++) { // loop over all the test function dofs of this face for(unsigned int i=0; i<dofs_per_cell; i++) { // - \int_{face} p * n * (phi_{Dichlet}) dx data.local_rhs(i) += -(scratch.Poisson_fe_face_values[VectorField].value(i,q) * scratch.Poisson_fe_face_values.normal_vector(q) * (scratch.Poisson_bc_values[q] + scratch.Poisson_bi_values[q]) * scratch.Poisson_fe_face_values.JxW(q)); } // for i } // for q } // end if } // end for face_no } // end assemble_local_Poisson_rhs template <int dim> void DriftDiffusionPoisson<dim>:: copy_local_to_global_Poisson_rhs( const Assembly::Poisson::CopyData<dim> & data) { // copy the local RHS into the global RHS for Poisson Poisson_constraints.distribute_local_to_global(data.local_rhs, data.local_dof_indices, Poisson_system_rhs); } template <int dim> void DriftDiffusionPoisson<dim>:: solve_Poisson_system() { // proform solve Poisson_solver.vmult(Poisson_solution, Poisson_system_rhs); // distribute hanging node constraints Poisson_constraints.distribute(Poisson_solution); } //////////////////////////////////////////////////////////////////////////////////////// // LDG MEMBER FUNCTIONS /////////////////////////////////////////////////////////////////////////////////////// template <int dim> void DriftDiffusionPoisson<dim>:: assemble_carrier_matrix() { // use unit scaling values // parameters.scaled_electron_mobility = 1.0; // parameters.scaled_hole_mobility = 1.0; /////////////////////////////////////////////////////////////// // Parallel assemble them mass matrix /////////////////////////////////////////////////////////////// WorkStream::run(carrier_dof_handler.begin_active(), carrier_dof_handler.end(), std_cxx11::bind(&LDG<dim>:: assemble_local_LDG_mass_matrix, Assembler_LDG, // the Assembler object std_cxx11::_1, std_cxx11::_2, std_cxx11::_3, parameters.delta_t), std_cxx11::bind(&DriftDiffusionPoisson<dim>:: copy_local_to_global_LDG_mass_matrix, this, // tthis object std_cxx11::_1), Assembly::AssemblyScratch<dim>(Poisson_fe, carrier_fe, QGauss<dim>(degree+2), QGauss<dim-1>(degree+2)), Assembly::DriftDiffusion::CopyData<dim>(carrier_fe) ); ////////////////////////////////////////////////////////////////////////// // Sequential Assembly of LDG flux matrices over all the interior // faces ////////////////////////////////////////////////////////////////////////// Assembly::AssemblyScratch<dim> scratch(Poisson_fe, carrier_fe, QGauss<dim>(degree+2), QGauss<dim-1>(degree+2)); Assembly::DriftDiffusion::CopyData<dim> data(carrier_fe); typename DoFHandler<dim>::active_cell_iterator cell = carrier_dof_handler.begin_active(), endc = carrier_dof_handler.end(); // loop over all cells for(; cell != endc; cell++) { // get the map for the local dofs to global dofs for this cell cell->get_dof_indices(data.local_dof_indices); // loop over all the faces of this cell to calculate // the local flux matrices corresponding to the LDG central fluxes for(unsigned int face_no=0; face_no< GeometryInfo<dim>::faces_per_cell; face_no++) { // get the face_no-th face of this cell typename DoFHandler<dim>::face_iterator face = cell->face(face_no); // make sure that this face is an interior face if( !(face->at_boundary()) ) { // now we are on the interior face elements and we want to make // sure that the neighbor cell to this cell is a valid cell Assert(cell->neighbor(face_no).state() == IteratorState::valid, ExcInternalError()); // get the neighbor cell that is adjacent to this cell's face typename DoFHandler<dim>::cell_iterator neighbor = cell->neighbor(face_no); // if this face has children (more refined faces) then // the neighbor cell to this cell is more refined than // this cell is so we have to deal with that case if(face->has_children()) { // get the face such that // neighbor->face(neighbor_face_no) = cell->face(face_no) const unsigned int neighbor_face_no = cell->neighbor_of_neighbor(face_no); // loop over all the subfaces of this face for(unsigned int subface_no=0; subface_no < face->number_of_children(); subface_no++) { // get the refined neighbor cell that matches this // face and subface number typename DoFHandler<dim>::cell_iterator neighbor_child = cell->neighbor_child_on_subface(face_no, subface_no); // parent cant be more than one refinement level above // the child Assert(!neighbor_child->has_children(), ExcInternalError()); // reinitialize the fe_subface_values to this cell's subface and // neighbor_childs fe_face_values to its face scratch.carrier_fe_subface_values.reinit(cell, face_no, subface_no); scratch.carrier_fe_neighbor_face_values.reinit(neighbor_child, neighbor_face_no); // get the map for the local dofs to global dofs for the neighbor neighbor_child->get_dof_indices(data.local_neighbor_dof_indices); Assembler_LDG.assemble_local_child_flux_terms(scratch, data, parameters.penalty); // now add the local ldg flux matrices to the global one // for the electrons and holes. // NOTE: There are the same only the A matrix will be changed by // scaling // loop over all the test function dofs for(unsigned int i=0; i < scratch.carrier_fe_values.dofs_per_cell; i++) { // loop over all the trial function dofs for(unsigned int j=0; j < scratch.carrier_fe_values.dofs_per_cell; j++) { // note: not sure how to do this with constraints matrix.... electron_system_matrix.add(data.local_dof_indices[i], data.local_dof_indices[j], data.vi_ui_matrix(i,j)); electron_system_matrix.add(data.local_dof_indices[i], data.local_neighbor_dof_indices[j], data.vi_ue_matrix(i,j)); electron_system_matrix.add(data.local_neighbor_dof_indices[i], data.local_dof_indices[j], data.ve_ui_matrix(i,j)); electron_system_matrix.add(data.local_neighbor_dof_indices[i], data.local_neighbor_dof_indices[j], data.ve_ue_matrix(i,j)); } // for i // loop over all the trial function dofs for(unsigned int j=0; j < scratch.carrier_fe_values.dofs_per_cell; j++) { // note: not sure how to do this with constraints matrix.... hole_system_matrix.add(data.local_dof_indices[i], data.local_dof_indices[j], data.vi_ui_matrix(i,j)); hole_system_matrix.add(data.local_dof_indices[i], data.local_neighbor_dof_indices[j], data.vi_ue_matrix(i,j)); hole_system_matrix.add(data.local_neighbor_dof_indices[i], data.local_dof_indices[j], data.ve_ui_matrix(i,j)); hole_system_matrix.add(data.local_neighbor_dof_indices[i], data.local_neighbor_dof_indices[j], data.ve_ue_matrix(i,j)); } // for i } // for j } // for subface_no } // if face has children else { // we now know that the neighbor cell of this cell's face // is on the the same refinement level and therefore // cell with the lower index does the work if((neighbor->level() == cell->level()) && (neighbor->index() > cell->index()) ) { // get the face of the nighbor such that // neighbor->face(neighbor_face_no) = cell->face(face_no) const unsigned int neighbor_face_no = cell->neighbor_of_neighbor(face_no); // reinitialize the fe_face_values on their respective face scratch.carrier_fe_face_values.reinit(cell, face_no); scratch.carrier_fe_neighbor_face_values.reinit(neighbor, neighbor_face_no); // get the map for the local dofs to global dofs for the neighbor neighbor->get_dof_indices(data.local_neighbor_dof_indices); // assmble the local LDG flux matrices for this face using // the assemblr object Assembler_LDG.assemble_local_flux_terms(scratch, data, parameters.penalty); // now add the local ldg flux matrices to the global one // for the electrons and holes. // NOTE: There are the same only the A matrix will be changed by // scaling // loop over all the test function dofs for(unsigned int i=0; i < scratch.carrier_fe_values.dofs_per_cell; i++) { // loop over all the trial function dofs for(unsigned int j=0; j < scratch.carrier_fe_values.dofs_per_cell; j++) { // note: not sure how to do this with constraints matrix.... electron_system_matrix.add(data.local_dof_indices[i], data.local_dof_indices[j], data.vi_ui_matrix(i,j)); electron_system_matrix.add(data.local_dof_indices[i], data.local_neighbor_dof_indices[j], data.vi_ue_matrix(i,j)); electron_system_matrix.add(data.local_neighbor_dof_indices[i], data.local_dof_indices[j], data.ve_ui_matrix(i,j)); electron_system_matrix.add(data.local_neighbor_dof_indices[i], data.local_neighbor_dof_indices[j], data.ve_ue_matrix(i,j)); } // for i // loop over all the trial function dofs for(unsigned int j=0; j < scratch.carrier_fe_values.dofs_per_cell; j++) { // note: not sure how to do this with constraints matrix.... hole_system_matrix.add(data.local_dof_indices[i], data.local_dof_indices[j], data.vi_ui_matrix(i,j)); hole_system_matrix.add(data.local_dof_indices[i], data.local_neighbor_dof_indices[j], data.vi_ue_matrix(i,j)); hole_system_matrix.add(data.local_neighbor_dof_indices[i], data.local_dof_indices[j], data.ve_ui_matrix(i,j)); hole_system_matrix.add(data.local_neighbor_dof_indices[i], data.local_neighbor_dof_indices[j], data.ve_ue_matrix(i,j)); } // for i } // for j } // end if index() > } // else cell not have children } // end if interior } // end face_no } // for cell /////////////////////////////////////////////////////////////// // parallel assemble the cell integrals and bc flux matrices // // for electrons // /////////////////////////////////////////////////////////////// WorkStream::run(carrier_dof_handler.begin_active(), carrier_dof_handler.end(), std_cxx11::bind(&LDG<dim>:: assemble_local_LDG_cell_and_bc_terms, Assembler_LDG, // Assembler object std_cxx11::_1, std_cxx11::_2, std_cxx11::_3, parameters.scaled_electron_mobility, parameters.delta_t), std_cxx11::bind(&DriftDiffusionPoisson<dim>:: copy_local_to_global_electron_LDG_matrix, this, // this object std_cxx11::_1), Assembly::AssemblyScratch<dim>(Poisson_fe, carrier_fe, QGauss<dim>(degree+2), QGauss<dim-1>(degree+2)), Assembly::DriftDiffusion::CopyData<dim>(carrier_fe) ); /////////////////////////////////////////////////////////////// // parallel assemble the cell integrals and bc flux matrices // // for hole // /////////////////////////////////////////////////////////////// WorkStream::run(carrier_dof_handler.begin_active(), carrier_dof_handler.end(), std_cxx11::bind(&LDG<dim>:: assemble_local_LDG_cell_and_bc_terms, Assembler_LDG, // Assembler object std_cxx11::_1, std_cxx11::_2, std_cxx11::_3, parameters.scaled_hole_mobility, parameters.delta_t), std_cxx11::bind(&DriftDiffusionPoisson<dim>:: copy_local_to_global_hole_LDG_matrix, this, // this object std_cxx11::_1), Assembly::AssemblyScratch<dim>(Poisson_fe, carrier_fe, QGauss<dim>(degree+2), QGauss<dim-1>(degree+2)), Assembly::DriftDiffusion::CopyData<dim>(carrier_fe) ); } // end assemble system // NOTE: These are all seperate since accessing a sparse matrix is expensive template<int dim> void DriftDiffusionPoisson<dim>:: copy_local_to_global_LDG_mass_matrix( const Assembly::DriftDiffusion::CopyData<dim> & data) { // copy local mass matrix into the global mass matrix.. for(unsigned int i=0; i<data.local_dof_indices.size(); i++) for(unsigned int j=0; j<data.local_dof_indices.size(); j++) carrier_mass_matrix.add(data.local_dof_indices[i], data.local_dof_indices[j], data.local_mass_matrix(i,j) ); } template<int dim> void DriftDiffusionPoisson<dim>:: copy_local_to_global_electron_LDG_matrix( const Assembly::DriftDiffusion::CopyData<dim> & data) { // places the local matrix in global electron_system_matrix for(unsigned int i=0; i<data.local_dof_indices.size(); i++) for(unsigned int j=0; j<data.local_dof_indices.size(); j++) electron_system_matrix.add(data.local_dof_indices[i], data.local_dof_indices[j], data.local_matrix(i,j) ); } template<int dim> void DriftDiffusionPoisson<dim>:: copy_local_to_global_hole_LDG_matrix( const Assembly::DriftDiffusion::CopyData<dim> & data) { // places the local matrix in global hole_system_matrix for(unsigned int i=0; i<data.local_dof_indices.size(); i++) for(unsigned int j=0; j<data.local_dof_indices.size(); j++) hole_system_matrix.add(data.local_dof_indices[i], data.local_dof_indices[j], data.local_matrix(i,j) ); } template <int dim> void DriftDiffusionPoisson<dim>:: assemble_carrier_rhs() { // set carrier_system_rhs = M * u^{n-1} carrier_mass_matrix.vmult(electron_system_rhs, old_electron_solution); carrier_mass_matrix.vmult(hole_system_rhs, old_hole_solution); // NOTE: In future maybe break these up into computing // 1.) Generation/Recombination // 2.) Drift term // 3.) Boundary condition terms // so that each can be done individually and save some time // 11/4/2015: NO! Dont listen to old mike, the way you have it // here is great. Otherwise you will be runnning over the mesh // more times than needed and use up more memory. // This needs the poisson_dof_handler so this function is // not done in the assembler /////////////////////////////////////////////////////////////// // Parallel assemble the electron and hole rhs term // /////////////////////////////////////////////////////////////// WorkStream::run(carrier_dof_handler.begin_active(), carrier_dof_handler.end(), *this, // this object &DriftDiffusionPoisson::assemble_local_LDG_rhs, &DriftDiffusionPoisson::copy_local_to_global_LDG_rhs, Assembly::AssemblyScratch<dim>(Poisson_fe, carrier_fe, QGauss<dim>(degree+2), QGauss<dim-1>(degree+2)), Assembly::DriftDiffusion::CopyData<dim>(carrier_fe) ); } // end assemble_hole_rhs template<int dim> void DriftDiffusionPoisson<dim>:: assemble_local_LDG_rhs( const typename DoFHandler<dim>::active_cell_iterator & cell, Assembly::AssemblyScratch<dim> & scratch, Assembly::DriftDiffusion::CopyData<dim> & data) { // this assembles the drift term in the ldg formulation. it uses the electric field // at the current iteration and the density of the carrier at the previous time step const unsigned int dofs_per_cell = scratch.carrier_fe_values.dofs_per_cell; const unsigned int n_q_points = scratch.carrier_fe_values.n_quadrature_points; const unsigned int n_face_q_points = scratch.carrier_fe_face_values.n_quadrature_points;; cell->get_dof_indices(data.local_dof_indices); ////////////////////////////////////////////////////////////////////////////// // NOTE: Since we are working with both Poisson's fe_value and the // carriers fe_value we must have iterators over the cells held by // each of the dof_handlers. While we do this, the actual cell that we are // working with will always be the same. //////////////////////////////////////////////////////////////////////////// typename DoFHandler<dim>::active_cell_iterator Poisson_cell(&triangulation, cell->level(), cell->index(), &Poisson_dof_handler); // reinitialize the fe_values scratch.carrier_fe_values.reinit(cell); scratch.Poisson_fe_values.reinit(Poisson_cell); // reset the local_rhs to be zero data.local_electron_rhs=0; data.local_hole_rhs=0; const FEValuesExtractors::Vector Current(0); const FEValuesExtractors::Scalar Density(dim); const FEValuesExtractors::Vector ElectricField(0); // get the values of the electron and hole densities at the previous time step // previous time step scratch.carrier_fe_values[Density].get_function_values( old_electron_solution, scratch.old_electron_density_values); scratch.carrier_fe_values[Density].get_function_values( old_hole_solution, scratch.old_hole_density_values); // get the values of the solution to poissons equation at the previous // time step scratch.Poisson_fe_values[ElectricField].get_function_values(Poisson_solution, scratch.electric_field_values); // get the recombination/generation values at the quadrature points in // this cell generation_function.value_list(scratch.carrier_fe_values.get_quadrature_points(), scratch.generation_values); // the test version // Assembler_LDG.test_carrier_rhs.value_list( // scratch.carrier_fe_values.get_quadrature_points(), // scratch.generation_values); // loop over all the quadrature points in this cell and compute body integrals for(unsigned int q=0; q<n_q_points; q++) { // loop over all the test function dofs and get the test functions for(unsigned int i=0; i<dofs_per_cell; i++) { const double psi_i_density = scratch.carrier_fe_values[Density].value(i,q); const Tensor<1,dim> psi_i_field = scratch.carrier_fe_values[Current].value(i,q); // contribution from RHS function + Drift // int_{Omega} v * R dx data.local_electron_rhs(i) += ( (psi_i_density * scratch.generation_values[q]) + (psi_i_density * SRH_Recombination(scratch.old_electron_density_values[q], scratch.old_hole_density_values[q], parameters)) - (psi_i_field * scratch.electric_field_values[q] * scratch.old_electron_density_values[q]) ) * scratch.carrier_fe_values.JxW(q); data.local_hole_rhs(i) += ( (psi_i_density * scratch.generation_values[q]) + (psi_i_density * SRH_Recombination(scratch.old_electron_density_values[q], scratch.old_hole_density_values[q], parameters)) + (psi_i_field * scratch.electric_field_values[q] * scratch.old_hole_density_values[q]) ) * scratch.carrier_fe_values.JxW(q); } // for i } // for q // loop over all the faces of this cell and compute the contribution from the // boundary conditions for(unsigned int face_no=0; face_no< GeometryInfo<dim>::faces_per_cell; face_no++) { // get the face_no-th face of this cell typename DoFHandler<dim>::face_iterator face = cell->face(face_no); // if on boundary apply boundayr conditions if(face->at_boundary() ) { if(face->boundary_id() == Dirichlet) { // reinitialize the fe_face_values for this cell ONLY if it is as the //boundary otherwise its a waste. then assemble the appropriate //boundary conditions scratch.carrier_fe_face_values.reinit(cell, face_no); donor_function.value_list( scratch.carrier_fe_face_values.get_quadrature_points(), scratch.electron_bc_values, dim); // calls the density values of the donor profile // not the current ones acceptor_function.value_list( scratch.carrier_fe_face_values.get_quadrature_points(), scratch.hole_bc_values, dim); // calls the density values of the donor profile // not the current ones // loop over all the quadrature points on this face for(unsigned int q=0; q<n_face_q_points; q++) { // loop over all the test function dofs on this face for(unsigned int i=0; i<dofs_per_cell; i++) { // get the test function const Tensor<1, dim> psi_i_field = scratch.carrier_fe_face_values[Current].value(i,q); // int_{\Gamma_{D}} -p^{-} n^{-} u_{D} ds data.local_electron_rhs(i) += -1.0 * psi_i_field * scratch.carrier_fe_face_values.normal_vector(q) * scratch.electron_bc_values[q] * scratch.carrier_fe_face_values.JxW(q); data.local_hole_rhs(i) += -1.0 * psi_i_field * scratch.carrier_fe_face_values.normal_vector(q) * scratch.hole_bc_values[q] * scratch.carrier_fe_face_values.JxW(q); } // for i } // for q } // end Dirichlet else if(face->boundary_id() == Neumann) { // NOTHIN TO DO IF INSULATING } else Assert(false, ExcNotImplemented() ); } // end at boundary } // end for face_no } // end assemble_local_rhs template<int dim> void DriftDiffusionPoisson<dim>:: copy_local_to_global_LDG_rhs( const Assembly::DriftDiffusion::CopyData<dim> & data) { for(unsigned int i=0; i<data.local_dof_indices.size(); i++) electron_system_rhs(data.local_dof_indices[i]) += data.local_electron_rhs(i); for(unsigned int i=0; i<data.local_dof_indices.size(); i++) hole_system_rhs(data.local_dof_indices[i]) += data.local_hole_rhs(i); } // copy_local_to_global_DD_drift_term template<int dim> void DriftDiffusionPoisson<dim>:: solve_electron_system() { electron_solver.vmult(electron_solution, electron_system_rhs); old_electron_solution = electron_solution; } template<int dim> void DriftDiffusionPoisson<dim>:: solve_hole_system() { hole_solver.vmult(hole_solution, hole_system_rhs); old_hole_solution = hole_solution; } template<int dim> void DriftDiffusionPoisson<dim>:: project_back_densities() { //TODO: THIS FAILS BECAUSE NEED TO LOOP OVER ELEMENTS IN SOLUTION.BLOCK(1) // NOT OVER SOLUTION // loops through the solution vectors and if the densities are negative // projects them to be zero for(unsigned int i=0; i<electron_solution.size(); i++) { if(electron_solution(i) < 0) electron_solution(i) = 0.0; if(hole_solution(i) < 0 ) hole_solution(i) = 0.0; } } //////////////////////////////////////////////////////////////////////////////// // OUTPUTTING, RUNNING, ETC /////////////////////////////////////////////////////////////////////////////// template<int dim> void DriftDiffusionPoisson<dim>:: output_results() const { std::vector<std::string> Poisson_solution_names; switch(dim) { case 1: Poisson_solution_names.push_back("E_x"); Poisson_solution_names.push_back("Potential"); break; case 2: Poisson_solution_names.push_back("E_x"); Poisson_solution_names.push_back("E_y"); Poisson_solution_names.push_back("Potential"); break; case 3: Poisson_solution_names.push_back("E_x"); Poisson_solution_names.push_back("E_y"); Poisson_solution_names.push_back("E_z"); Poisson_solution_names.push_back("Potential"); break; default: Assert(false, ExcNotImplemented() ); } DataOut<dim> data_out; data_out.attach_dof_handler(Poisson_dof_handler); std::string Poisson_file = "Poisson_solution-" + Utilities::int_to_string(time_step_number,3) + ".vtk"; std::ofstream output(Poisson_file.c_str() ); data_out.add_data_vector(Poisson_solution, Poisson_solution_names); data_out.build_patches(); //degree+1); data_out.write_vtk(output); output.close(); std::vector<std::string> carrier_solution_names; switch(dim) { case 1: carrier_solution_names.push_back("J"); carrier_solution_names.push_back("Density"); break; case 2: carrier_solution_names.push_back("J_x"); carrier_solution_names.push_back("J_y"); carrier_solution_names.push_back("Density"); break; case 3: carrier_solution_names.push_back("J_x"); carrier_solution_names.push_back("J_y"); carrier_solution_names.push_back("J_z"); carrier_solution_names.push_back("Density"); break; default: Assert(false, ExcNotImplemented() ); } DataOut<dim> data_out2; data_out2.attach_dof_handler(carrier_dof_handler); data_out2.add_data_vector(electron_solution, carrier_solution_names); data_out2.build_patches(); std::string electron_file = "electron_solution-" + Utilities::int_to_string(time_step_number,3) + ".vtk"; output.open(electron_file.c_str()); data_out2.write_vtk(output); output.close(); DataOut<dim> data_out3; data_out3.attach_dof_handler(carrier_dof_handler); data_out3.add_data_vector(hole_solution, carrier_solution_names); data_out3.build_patches(); std::string hole_file = "hole_solution-" + Utilities::int_to_string(time_step_number,3) + ".vtk"; output.open(hole_file.c_str()); data_out3.write_vtk(output); output.close(); } template<int dim> void DriftDiffusionPoisson<dim>::output_carrier_system() const { std::ofstream output_system("A.mtx"); electron_system_matrix.print_formatted(output_system); output_system.close(); output_system.open("M.mtx"); carrier_mass_matrix.print_formatted(output_system); output_system.close(); output_system.open("b.vec"); electron_system_rhs.print(output_system); output_system.close(); } template <int dim> void DriftDiffusionPoisson<dim>:: run() { TimerOutput timer(std::cout, TimerOutput::summary, TimerOutput::wall_times); timer.enter_subsection("Make Grid"); Grid_Maker::Grid<dim> grid_maker; grid_maker.make_local_refined_grid(triangulation, parameters); grid_maker.make_Dirichlet_boundaries(triangulation); // grid_maker.make_Neumann_boundaries(triangulation); timer.leave_subsection("Make Grid"); timer.enter_subsection("Allocate Memory"); make_dofs_and_allocate_memory(); timer.leave_subsection("Allocate Memory"); timer.enter_subsection("Assemble Poisson Matrix"); assemble_Poisson_matrix(); timer.leave_subsection("Assemble Poisson Matrix"); timer.enter_subsection("Factorize Poisson Matrix"); Poisson_solver.initialize(Poisson_system_matrix); timer.leave_subsection("Factorize Poisson Matrix"); timer.enter_subsection("Assemble DD Matrix"); assemble_carrier_matrix(); timer.leave_subsection("Assemble DD Matrix"); timer.enter_subsection("Factorize DD Matrix"); electron_solver.initialize(electron_system_matrix); hole_solver.initialize(hole_system_matrix); timer.leave_subsection("Factorize DD Matrix"); // need to have a constraint matrix to do L2 projections ConstraintMatrix constraints; constraints.close(); // L2 project the electron initial conditions VectorTools::project(carrier_dof_handler, constraints, QGauss<dim>(degree+1), DonorDoping<dim>(), old_electron_solution); // L2 project the hole initial conditions VectorTools::project(carrier_dof_handler, constraints, QGauss<dim>(degree+1), AcceptorDoping<dim>(), old_hole_solution); // need to assign time_step_number before output initial conditions double time = 0.0; time_step_number = 0; // output intial conditions assemble_Poisson_rhs(); solve_Poisson_system(); electron_solution = old_electron_solution; hole_solution = old_hole_solution; // project_back_densities(); output_results(); unsigned int number_outputs = parameters.time_stamps; vector<double> timeStamps(number_outputs); for(unsigned int i=0; i<number_outputs; i++) timeStamps[i] = (i+1) * parameters.t_end / number_outputs; for(time_step_number = 1; time_step_number<=number_outputs; time_step_number++) { std::cout << time << std::endl; while(time < timeStamps[time_step_number-1]) { timer.enter_subsection("Assemble Poisson RHS"); assemble_Poisson_rhs(); timer.leave_subsection("Assemble Poisson RHS"); timer.enter_subsection("Poisson Solver"); solve_Poisson_system(); timer.leave_subsection("Poisson Solver"); timer.enter_subsection("Assemble electron & hole RHS"); assemble_carrier_rhs(); timer.leave_subsection("Assemble electron & hole RHS"); timer.enter_subsection("electron & hole Solver"); solve_electron_system(); solve_hole_system(); timer.leave_subsection("electron & hole Solver"); // project_back_densities(); time += parameters.delta_t; } // while timer.enter_subsection("print state"); output_results(); timer.leave_subsection("print state"); } // for } // end run } // NAMESPACE LDG_MX
449dc0997a25c35a3a55f41280121ded6852c2d2
8369a709af956bc16e502d414272abaaedfafada
/R3E/EntityGroup.hpp
c32d47891d49fe8d4206d24ff234381d7d407bec
[]
no_license
DragoonX6/R3E
b4205ba39ccee88aa220fcf587eee3a80f4bd993
3433d984f842109a56e1ff53b96be1940c2c7ba5
refs/heads/master
2021-01-18T19:29:59.460356
2013-11-11T17:07:38
2013-11-11T17:07:38
3,939,151
1
1
null
null
null
null
UTF-8
C++
false
false
519
hpp
#ifndef ENTITY_GROUP_H #define ENTITY_GROUP_H #include "Entity.hpp" #include "Array.hpp" class EntityGroup : public Entity { public: EntityGroup(); virtual ~EntityGroup(); virtual void Render(); virtual void UpdateBoundingBox(); virtual void UpdateAnimation(Matrix4* mat); virtual int UpdateCulling(const Frustum& camf); virtual void AddChild(Entity* child); virtual Entity* RemoveChild(Entity* child); virtual bool IsGroup(); void SetGroupType(int type); public: Array<Entity*> mChildren; }; #endif
[ "Rafa�l@Windhoos-gezin.(none)" ]
Rafa�l@Windhoos-gezin.(none)
b57372e9d73e7aaf7f9fb69862605bd1da4422d7
a70f02857fcdfb4799d6a28cb1b62057da24fc52
/src/constraint/ClosedLoopConstraint.cpp
c1924cd902ec254180c2371840473180cd402ece
[ "BSD-2-Clause" ]
permissive
sonyomega/dart
cfdac7446dbab2d7581a981f6d9d2a7d588b9354
1c37c618500da2baf10f17c48e1f254db716c203
refs/heads/master
2021-01-16T21:31:48.811593
2013-09-17T15:49:57
2013-09-17T15:49:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,231
cpp
#include "ClosedLoopConstraint.h" #include "math/Helpers.h" #include "dynamics/BodyNode.h" #include "dynamics/Skeleton.h" #include "dynamics/BodyNode.h" using namespace dart; using namespace math; namespace dart { namespace constraint { ClosedLoopConstraint::ClosedLoopConstraint(dynamics::BodyNode *_body1, dynamics::BodyNode *_body2, Eigen::Vector3d _offset1, Eigen::Vector3d _offset2, int _skelIndex1, int _skelIndex2) { mBody1 = _body1; mBody2 = _body2; mOffset1 = _offset1; mOffset2 = _offset2; mJ1 = Eigen::MatrixXd::Zero(3, mBody1->getSkeleton()->getDOF()); mJ2 = Eigen::MatrixXd::Zero(3, mBody2->getSkeleton()->getDOF()); mNumRows = 3; mSkelIndex1 = _skelIndex1; mSkelIndex2 = _skelIndex2; } ClosedLoopConstraint::~ClosedLoopConstraint() { } void ClosedLoopConstraint::updateDynamics(std::vector<Eigen::MatrixXd> & _J, Eigen::VectorXd & _C, Eigen::VectorXd & _CDot, int _rowIndex) { getJacobian(); _J[mSkelIndex2].block(_rowIndex, 0, 3, mBody2->getSkeleton()->getDOF()).setZero(); _J[mSkelIndex1].block(_rowIndex, 0, 3, mBody1->getSkeleton()->getDOF()) = mJ1; _J[mSkelIndex2].block(_rowIndex, 0, 3, mBody2->getSkeleton()->getDOF()) += mJ2; Eigen::Vector3d worldP1 = mBody1->getWorldTransform() * mOffset1; Eigen::Vector3d worldP2 = mBody2->getWorldTransform() * mOffset2; Eigen::VectorXd qDot1 = ((dynamics::Skeleton*)mBody1->getSkeleton())->get_dq(); Eigen::VectorXd qDot2 = ((dynamics::Skeleton*)mBody2->getSkeleton())->get_dq(); _C.segment(_rowIndex, 3) = worldP1 - worldP2; _CDot.segment(_rowIndex, 3) = mJ1 * qDot1 + mJ2 * qDot2; } void ClosedLoopConstraint::getJacobian() { Eigen::MatrixXd JBody1 = mBody1->getWorldJacobianAtPoint_LinearPartOnly(mOffset1); for(int i = 0; i < mBody1->getNumDependentDofs(); i++) { int dofIndex = mBody1->getDependentDof(i); mJ1.col(dofIndex) = JBody1.col(dofIndex); } Eigen::MatrixXd JBody2 = mBody2->getWorldJacobianAtPoint_LinearPartOnly(mOffset2); for(int i = 0; i < mBody2->getNumDependentDofs(); i++) { int dofIndex = mBody2->getDependentDof(i); mJ2.col(dofIndex) = JBody2.col(dofIndex); } } } // namespace constraint } // namespace dart
3e474fd22909c8e9b256b21147cbab01c3154d57
fb8493e714f9c9016da4b7057207e62ec8615f1b
/fwrite_farmacia.cpp
1b496e1565c6c5113b5368a8196f6e009c5959a0
[]
no_license
ricardoferreira68/programacao_software_basico
80608d7a47acfa31951c8c6e4079a420a1ccdf9d
d4354ea7c57953dedd5dea10b6f05b2c2f4d9ab8
refs/heads/Carga-Inicial
2023-06-03T13:04:34.126245
2021-06-16T23:37:32
2021-06-16T23:37:32
367,236,101
0
0
null
2021-06-16T23:37:33
2021-05-14T03:12:58
C
UTF-8
C++
false
false
917
cpp
#include <iostream> #include <string.h> using namespace std; int main(void) { struct cadastro { char desc[30]; char comp[20]; int qtde; float preco; char clas[15]; } remedio; FILE *arq; arq = fopen("remedios.dat", "w+"); cout << "Digite o nome do remédio (Fim p/ Sair): "; cin >> remedio.desc; while (strcmp(remedio.desc, "Fim")) { cout << "Digite o Componente Ativo: "; cin >> remedio.comp; cout << "Digite a Quantidade: "; cin >> remedio.qtde; cout << "Digite o preço: "; cin >> remedio.preco; cout << "Digite a Classificação: "; cin >> remedio.clas; fwrite(&remedio, sizeof(remedio), 1, arq); cout << "Digite o nome do remédio (Fim p/ Sair): "; cin >> remedio.desc; } cout << "Fim do cadastro " << endl; fclose(arq); return 0; }
7a6744e9c7c9deec36a3f1650ed6c5abf8b085b0
e62458a3b66b818511eecff600aec7e40bc9da6b
/GhostHouse/GhostHouse/SourceCode/Collision/CollisionSphere/CollisionSphere.h
4b4fbd26b0d2bbd08829894df45dc6eca7532c16
[]
no_license
OTakotiri/GhostHouse
273e55e138ff15b519f79600ebe41befcfe92f43
b8c4dc358a40960c709f5f2b2830475644f521e6
refs/heads/master
2021-01-01T13:53:26.019850
2020-02-13T16:52:44
2020-02-13T16:52:44
239,307,602
0
1
null
null
null
null
SHIFT_JIS
C++
false
false
741
h
#ifndef COLLISION_SPHERE_H #define COLLISION_SPHERE_H #include "..\..\Main\Global.h" #include "..\..\DebugMode\Sphere\Sphere.h" class CDX9Mesh; class CCollisionSphere { public: CCollisionSphere( D3DXVECTOR3* pvPosition ); ~CCollisionSphere(); // 判定処理. bool isCollision( CCollisionSphere* collBox ); // スフィア初期化. HRESULT InitSphere( LPD3DXMESH pMesh ); // 各情報取得関数. D3DXVECTOR3 GetPosition() { return *m_pvPosition; } float GetRadius() { return m_fRadius; } // 半径設定. void SetRadius( const float & fRad ) { m_fRadius = fRad; } private: CCollisionSphere(); private: D3DXVECTOR3* m_pvPosition; // 座標. float m_fRadius; // 半径. }; #endif // #ifndef COLLISION_SPHERE_H.
[ "aebit@TAKO" ]
aebit@TAKO